Changeset 234281
- Timestamp:
- 07/06/2024 03:44:56 PM (17 months ago)
- Location:
- luxuryconceptfree/1.3.6
- Files:
-
- 12 added
- 5 edited
- 1 copied
-
. (copied) (copied from luxuryconceptfree/1.3.5)
-
assets (added)
-
assets/starter-contents (added)
-
assets/starter-contents/blog.svg (added)
-
assets/starter-contents/branding.svg (added)
-
assets/starter-contents/business.svg (added)
-
assets/starter-contents/ecommerce.svg (added)
-
assets/starter-contents/graphics.svg (added)
-
assets/starter-contents/hero.svg (added)
-
assets/starter-contents/support.svg (added)
-
assets/starter-contents/testimonial.svg (added)
-
functions.php (modified) (4 diffs)
-
inc/customizer/customizer.php (modified) (2 diffs)
-
inc/demo-content (added)
-
inc/demo-content/add_demo_page.php (added)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (1 diff)
-
templates/demo-home.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
luxuryconceptfree/1.3.6/functions.php
r234214 r234281 161 161 /** --- END WOOCOMMERCE CONFIG --- **/ 162 162 163 164 163 165 164 // Add block patterns 166 165 require get_template_directory() . '/inc/block-patterns.php'; 167 168 166 } 169 167 … … 171 169 add_action( 'after_setup_theme', 'luxuryconceptfree_setup' ); 172 170 173 // Includere il file demo-import.php per la home page demo per il preview di WP Repository 174 171 172 /** 173 * Add a Demo Home Page when Activate Theme 174 */ 175 function luxuryconceptfree_add_demo_home_page(){ 176 //Add a demo home page (insert a WP Page) 177 include get_template_directory() . '/inc/demo-content/add_demo_page.php'; 178 } 179 add_action( 'after_switch_theme', 'luxuryconceptfree_add_demo_home_page' ); 180 181 182 /** 183 * Show Home Page preview on WP Repository Themes 184 */ 175 185 function luxuryconceptfree_live_homepage_template($template) { 176 //delete_option('luxuryconcept_demo'); 186 //delete_option('luxuryconcept_demo'); // ENABLE THIS TO ALWAYS SHOW DEMO PAGE CONTENT 177 187 // Controlla se la homepage e la pagina blog non sono configurate 178 if ( FALSE === get_option('luxuryconcept_demo') ) {188 if ( FALSE === get_option('luxuryconcept_demo') && is_home() ) { 179 189 // Usa il template personalizzato per la homepage "live" 180 190 $custom_template = get_template_directory() . '/templates/demo-home.php'; … … 187 197 } 188 198 add_filter('template_include', 'luxuryconceptfree_live_homepage_template'); 199 189 200 190 201 … … 399 410 echo '--posts-color: '.esc_attr(get_theme_mod( 'luxuryconceptfree_posts_background_color', '#f9f9f9')).';'; 400 411 echo '--site-font-size: '.esc_attr(get_theme_mod( 'luxuryconceptfree_site_font_size', '16px')).';'; 401 echo '--body-font-family: '.esc_attr(get_theme_mod( 'luxuryconceptfree_google_font', ' Quicksand')).';';402 echo (esc_attr(get_theme_mod( 'luxuryconceptfree_sticky_header', '')) == 1) ? '--sticky-header: sticky;' : '--sticky-header: static;';412 echo '--body-font-family: '.esc_attr(get_theme_mod( 'luxuryconceptfree_google_font', 'Montserrat')).';'; 413 echo (esc_attr(get_theme_mod( 'luxuryconceptfree_sticky_header', 1)) == 1) ? '--sticky-header: sticky;' : '--sticky-header: static;'; 403 414 echo '--number-col-masonry: '.esc_attr(get_theme_mod( 'luxuryconceptfree_number_col_blog', '3')).';'; 404 415 echo '--h1-font-size: '.esc_attr(get_theme_mod( 'luxuryconceptfree_title1_font_size', '2.4rem')).';'; -
luxuryconceptfree/1.3.6/inc/customizer/customizer.php
r220797 r234281 87 87 /* Font Name */ 88 88 $wp_customize->add_setting( 'luxuryconceptfree_google_font' , array( 89 'default' => ' Lato',89 'default' => 'Montserrat', 90 90 'transport' => 'refresh', 91 91 'sanitize_callback' => 'luxuryconceptfree_sanitize_callback_text', … … 347 347 /* Sticky Header */ 348 348 $wp_customize->add_setting( 'luxuryconceptfree_sticky_header' , array( 349 'default' => 0,349 'default' => 1, 350 350 'transport' => 'refresh', 351 351 'sanitize_callback' => 'luxuryconceptfree_sanitize_callback_checkbox', -
luxuryconceptfree/1.3.6/readme.txt
r234214 r234281 6 6 Tested up to: 6.5 7 7 Requires PHP: 7.0 8 Version: 1.3. 58 Version: 1.3.6 9 9 License: GNU General Public License v3.0 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 70 70 == Changelog == 71 71 72 = 1.3.6 = 73 74 * Fix demo content (show preview on WP Repository) 75 * Automatically add a demo home page and set it to front page when activate the theme 76 72 77 = 1.3.5 = 73 78 -
luxuryconceptfree/1.3.6/style.css
r234214 r234281 7 7 Tested up to: 6.5 8 8 Requires PHP: 7.0 9 Version: 1.3. 59 Version: 1.3.6 10 10 License: GNU General Public License v3.0 11 11 License URI: http://www.gnu.org/licenses/gpl-3.0.html -
luxuryconceptfree/1.3.6/templates/demo-home.php
r234214 r234281 22 22 <div class="wp-block-group p-lr2"><!-- wp:group {"style":{"layout":{"selfStretch":"fit","flexSize":null}},"layout":{"type":"constrained"}} --> 23 23 <div class="wp-block-group"><!-- wp:heading {"style":{"typography":{"fontSize":"64px"},"color":{"text":"#ffffff"},"elements":{"link":{"color":{"text":"#ffffff"}}}}} --> 24 <h2 class="wp-block-heading has-text-color has-link-color" style="color:#ffffff;font-size:64px">Choose the best for you</h2>24 <h2 class="wp-block-heading has-text-color has-link-color" style="color:#ffffff;font-size:64px">Choose the best</h2> 25 25 <!-- /wp:heading --> 26 26 … … 42 42 <!-- wp:group {"style":{"layout":{"selfStretch":"fixed","flexSize":"480px"}},"layout":{"type":"constrained"}} --> 43 43 <div class="wp-block-group"><!-- wp:image {"sizeSlug":"large"} --> 44 <figure class="wp-block-image size-large"><img src=" https://luxuryconcept.website/wp-content/starter-content/hero.svg" alt=""/></figure>44 <figure class="wp-block-image size-large"><img src="data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve"><g id="BACKGROUND"></g><g id="OBJECTS"><path style="opacity:0.5;fill-rule:evenodd;clip-rule:evenodd;fill:%2396D3E6;" d="M388.176,254.541c8.721-17.306,13.639-36.856,13.639-57.558c0-70.735-57.342-128.077-128.077-128.077c-52.369,0-97.389,31.435-117.241,76.461c-67.85,14.365-118.768,74.592-118.768,146.72c0,82.833,67.149,149.982,149.982,149.982c45.955,0,87.074-20.675,114.586-53.222c13.945,11.659,31.902,18.679,51.501,18.679c44.375,0,80.348-35.973,80.348-80.348C434.146,295.106,415.351,267.426,388.176,254.541z"/><g><path style="fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;" d="M342.501,125.716c2.545-1.482,5.815-0.618,7.297,1.927c1.482,2.546,0.618,5.816-1.927,7.297c-2.546,1.482-5.815,0.618-7.297-1.927C339.092,130.468,339.955,127.198,342.501,125.716z M334.085,106.062c-1.589,0.727-3.103,1.608-4.521,2.632l1.4,3.965c-1.312,1.056-2.503,2.255-3.549,3.575l-3.975-1.37c-1.013,1.425-1.884,2.945-2.6,4.54l3.195,2.735c-0.608,1.57-1.04,3.204-1.286,4.87l-4.128,0.801c-0.165,1.74-0.159,3.493,0.019,5.231l4.133,0.771c0.259,1.664,0.702,3.294,1.321,4.861l-3.174,2.758c0.727,1.589,1.609,3.104,2.632,4.521l3.965-1.399c1.056,1.312,2.255,2.502,3.575,3.549l-1.37,3.975c1.424,1.013,2.945,1.884,4.54,2.599l2.735-3.194c1.571,0.608,3.204,1.039,4.87,1.286l0.801,4.128c1.74,0.165,3.492,0.159,5.231-0.019l0.771-4.134c1.664-0.259,3.295-0.702,4.861-1.321l2.757,3.175c1.59-0.727,3.104-1.609,4.521-2.632l-1.399-3.965c1.312-1.056,2.502-2.255,3.549-3.575l3.975,1.37c1.013-1.424,1.884-2.945,2.599-4.54l-3.194-2.734c0.608-1.571,1.04-3.204,1.286-4.87l4.128-0.801c0.165-1.74,0.159-3.492-0.019-5.231l-4.134-0.771c-0.258-1.664-0.702-3.295-1.321-4.861l3.174-2.758c-0.727-1.59-1.609-3.104-2.632-4.521l-3.965,1.399c-1.056-1.312-2.255-2.503-3.574-3.549l1.371-3.976c-1.425-1.013-2.945-1.883-4.54-2.599l-2.734,3.194c-1.57-0.608-3.204-1.039-4.87-1.286l-0.801-4.128c-1.74-0.165-3.492-0.158-5.231,0.019l-0.771,4.133c-1.665,0.259-3.295,0.702-4.861,1.322L334.085,106.062z"/><path style="fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;" d="M380.921,136.197c3.349-3.191,8.658-3.063,11.849,0.285c3.191,3.348,3.063,8.658-0.286,11.849c-3.349,3.191-8.658,3.063-11.849-0.286C377.444,144.697,377.572,139.388,380.921,136.197z M375.4,127.796c-0.948,0.74-1.82,1.572-2.606,2.483l1.569,2.43c-0.71,0.917-1.315,1.908-1.805,2.959l-2.879-0.283c-0.45,1.115-0.79,2.271-1.015,3.453l2.574,1.32c-0.156,1.148-0.184,2.31-0.084,3.465l-2.635,1.195c0.167,1.191,0.452,2.362,0.848,3.498l2.889-0.144c0.438,1.073,0.995,2.093,1.66,3.042l-1.685,2.352c0.741,0.948,1.572,1.82,2.483,2.605l2.431-1.569c0.916,0.71,1.908,1.315,2.958,1.805l-0.283,2.879c1.115,0.451,2.272,0.791,3.453,1.015l1.32-2.574c1.148,0.156,2.31,0.184,3.464,0.083l1.195,2.635c1.191-0.168,2.362-0.451,3.498-0.848l-0.144-2.889c1.073-0.439,2.093-0.996,3.043-1.66l2.352,1.685c0.948-0.74,1.821-1.572,2.606-2.483l-1.569-2.43c0.71-0.916,1.315-1.909,1.805-2.959l2.879,0.283c0.451-1.115,0.79-2.271,1.015-3.453l-2.574-1.32c0.156-1.148,0.184-2.31,0.084-3.465l2.635-1.195c-0.167-1.191-0.452-2.362-0.848-3.498l-2.889,0.144c-0.438-1.073-0.996-2.093-1.66-3.042l1.685-2.352c-0.741-0.948-1.572-1.82-2.483-2.605l-2.43,1.569c-0.916-0.709-1.908-1.315-2.959-1.804l0.283-2.879c-1.115-0.45-2.272-0.79-3.453-1.015l-1.32,2.574c-1.148-0.156-2.31-0.184-3.465-0.083l-1.195-2.635c-1.191,0.168-2.363,0.451-3.498,0.848l0.144,2.889c-1.073,0.439-2.093,0.995-3.042,1.66L375.4,127.796z"/><path style="fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;" d="M380.895,102.314c0.734-0.699,1.896-0.671,2.595,0.063c0.7,0.733,0.672,1.896-0.062,2.595c-0.734,0.699-1.897,0.671-2.596-0.062C380.134,104.176,380.162,103.013,380.895,102.314z M376.511,96.409c-0.474,0.37-0.911,0.786-1.303,1.242l0.784,1.215c-0.355,0.458-0.657,0.954-0.902,1.479l-1.44-0.142c-0.226,0.558-0.395,1.136-0.507,1.727l1.287,0.66c-0.078,0.574-0.092,1.155-0.042,1.732l-1.318,0.598c0.084,0.595,0.225,1.181,0.424,1.749l1.445-0.072c0.22,0.536,0.498,1.046,0.83,1.521l-0.843,1.176c0.37,0.474,0.786,0.91,1.242,1.303l1.215-0.784c0.458,0.355,0.954,0.657,1.479,0.902l-0.141,1.44c0.558,0.225,1.136,0.395,1.727,0.507l0.66-1.287c0.574,0.078,1.155,0.092,1.732,0.042l0.597,1.317c0.595-0.084,1.181-0.226,1.749-0.424l-0.072-1.445c0.536-0.219,1.046-0.498,1.521-0.83l1.176,0.842c0.473-0.37,0.91-0.786,1.303-1.242l-0.785-1.215c0.355-0.458,0.657-0.954,0.902-1.479l1.44,0.141c0.225-0.557,0.395-1.136,0.507-1.726l-1.287-0.66c0.078-0.574,0.092-1.155,0.041-1.732l1.318-0.598c-0.084-0.595-0.225-1.181-0.424-1.749l-1.445,0.072c-0.22-0.536-0.497-1.047-0.83-1.521l0.842-1.176c-0.37-0.474-0.786-0.91-1.242-1.303l-1.215,0.784c-0.458-0.355-0.954-0.657-1.479-0.902l0.141-1.44c-0.558-0.225-1.135-0.395-1.727-0.507l-0.66,1.287c-0.574-0.079-1.155-0.092-1.732-0.042l-0.598-1.317c-0.595,0.084-1.181,0.226-1.749,0.424l0.072,1.445c-0.536,0.219-1.046,0.498-1.521,0.83L376.511,96.409z"/></g><g><path style="fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;" d="M87.397,240.318c4.67,0,8.463,3.792,8.463,8.463c0,4.671-3.793,8.463-8.463,8.463c-4.672,0-8.463-3.792-8.463-8.463C78.934,244.11,82.725,240.318,87.397,240.318z M91.544,206.669c-2.758-0.272-5.536-0.272-8.296,0l-1.245,6.551c-2.641,0.4-5.229,1.093-7.716,2.067l-4.354-5.049c-2.525,1.144-4.932,2.533-7.185,4.147l2.196,6.297c-2.086,1.667-3.981,3.562-5.648,5.648L53,224.133c-1.615,2.253-3.004,4.66-4.148,7.184l5.05,4.355c-0.973,2.487-1.667,5.075-2.067,7.715l-6.55,1.247c-0.272,2.758-0.272,5.537,0,8.295l6.55,1.246c0.401,2.641,1.094,5.228,2.067,7.715l-5.05,4.355c1.144,2.525,2.533,4.931,4.148,7.184l6.296-2.196c1.667,2.087,3.562,3.981,5.648,5.648l-2.196,6.296c2.253,1.615,4.659,3.004,7.185,4.148l4.354-5.05c2.487,0.974,5.075,1.667,7.716,2.067l1.245,6.55c2.759,0.272,5.538,0.272,8.296,0l1.247-6.55c2.641-0.401,5.229-1.094,7.716-2.067l4.354,5.05c2.524-1.144,4.931-2.533,7.184-4.148l-2.196-6.296c2.087-1.667,3.982-3.561,5.649-5.648l6.296,2.196c1.614-2.253,3.003-4.659,4.148-7.184l-5.05-4.355c0.974-2.487,1.667-5.075,2.067-7.715l6.551-1.246c0.272-2.758,0.272-5.537,0-8.295l-6.551-1.247c-0.4-2.641-1.093-5.228-2.067-7.715l5.05-4.355c-1.145-2.525-2.534-4.931-4.148-7.184l-6.296,2.196c-1.667-2.086-3.562-3.981-5.649-5.648l2.196-6.297c-2.253-1.614-4.66-3.004-7.184-4.147l-4.354,5.049c-2.487-0.974-5.075-1.667-7.716-2.067L91.544,206.669z"/><path style="fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;" d="M131.686,285.335c7.135-1.701,14.308,2.71,16.01,9.845c1.702,7.135-2.71,14.309-9.845,16.01c-7.135,1.701-14.308-2.71-16.01-9.845C120.14,294.211,124.551,287.037,131.686,285.335z M130.824,269.417c-1.89,0.258-3.748,0.702-5.552,1.324l0.212,4.583c-1.704,0.69-3.324,1.566-4.835,2.615l-3.72-2.685c-1.507,1.168-2.896,2.482-4.146,3.922l2.474,3.863c-1.131,1.449-2.096,3.019-2.879,4.681l-4.564-0.465c-0.721,1.766-1.266,3.598-1.629,5.47l4.074,2.108c-0.255,1.82-0.305,3.662-0.152,5.493l-4.185,1.88c0.259,1.889,0.702,3.749,1.324,5.552l4.583-0.211c0.689,1.703,1.566,3.324,2.614,4.833l-2.685,3.72c1.169,1.507,2.483,2.896,3.923,4.146l3.862-2.474c1.449,1.13,3.019,2.096,4.681,2.879l-0.465,4.564c1.766,0.721,3.597,1.267,5.471,1.629l2.108-4.074c1.82,0.255,3.663,0.306,5.494,0.152l1.879,4.185c1.89-0.258,3.75-0.702,5.552-1.324l-0.212-4.583c1.704-0.689,3.326-1.566,4.835-2.615l3.72,2.684c1.508-1.168,2.896-2.482,4.146-3.922l-2.474-3.863c1.131-1.449,2.096-3.019,2.879-4.681l4.564,0.465c0.721-1.765,1.266-3.598,1.629-5.47l-4.074-2.108c0.255-1.82,0.305-3.662,0.152-5.493l4.185-1.879c-0.259-1.889-0.702-3.749-1.324-5.552l-4.582,0.211c-0.69-1.703-1.566-3.324-2.616-4.834l2.685-3.72c-1.169-1.507-2.482-2.896-3.922-4.146l-3.863,2.474c-1.449-1.13-3.019-2.096-4.681-2.879l0.465-4.564c-1.766-0.721-3.597-1.267-5.47-1.629l-2.108,4.074c-1.82-0.255-3.662-0.306-5.493-0.152L130.824,269.417z"/><path style="fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;" d="M88.14,306.014c1.563-0.373,3.134,0.594,3.506,2.157c0.374,1.563-0.593,3.135-2.156,3.507c-1.564,0.373-3.135-0.594-3.508-2.157S86.578,306.387,88.14,306.014z M86.843,294.424c-0.945,0.129-1.875,0.351-2.776,0.662l0.105,2.291c-0.852,0.345-1.662,0.783-2.417,1.307l-1.86-1.342c-0.754,0.584-1.448,1.241-2.073,1.961l1.237,1.932c-0.565,0.724-1.048,1.509-1.439,2.341l-2.283-0.232c-0.36,0.883-0.633,1.799-0.814,2.735l2.037,1.054c-0.127,0.91-0.152,1.831-0.075,2.747l-2.093,0.94c0.129,0.945,0.351,1.874,0.662,2.776l2.291-0.106c0.345,0.852,0.783,1.662,1.308,2.417l-1.342,1.86c0.584,0.754,1.242,1.448,1.962,2.073l1.932-1.237c0.725,0.565,1.509,1.048,2.34,1.439l-0.232,2.282c0.883,0.361,1.799,0.633,2.735,0.815l1.054-2.037c0.91,0.127,1.831,0.153,2.747,0.076l0.94,2.092c0.944-0.129,1.874-0.351,2.776-0.662l-0.106-2.291c0.851-0.345,1.662-0.783,2.417-1.307l1.861,1.342c0.753-0.584,1.448-1.241,2.073-1.961l-1.237-1.932c0.565-0.724,1.048-1.509,1.438-2.341l2.283,0.232c0.36-0.883,0.633-1.799,0.814-2.735l-2.037-1.054c0.127-0.91,0.153-1.831,0.077-2.747l2.092-0.94c-0.129-0.945-0.351-1.874-0.662-2.776l-2.291,0.106c-0.345-0.852-0.783-1.662-1.308-2.417l1.342-1.86c-0.585-0.754-1.241-1.448-1.962-2.073l-1.932,1.237c-0.723-0.565-1.509-1.048-2.34-1.439l0.232-2.282c-0.883-0.361-1.799-0.633-2.735-0.815l-1.054,2.037c-0.91-0.127-1.831-0.153-2.747-0.076L86.843,294.424z"/></g><g><path style="fill:%23444E5C;" d="M413.852,419.28H86.038c-3.64,0-7.484-1.836-7.874-7.182v-4.913l35.882-66.304c1.929-3.885,5.892-6.342,10.229-6.342h250.86c4.681,0,15.004,9.22,17.096,13.407l29.602,60.347v2.167C421.907,416.746,417.845,419.28,413.852,419.28z"/><path style="fill:%23BBCBD5;" d="M413.881,412.339H86.067c-3.64,0-9.632-3.192-7.381-7.117l35.39-71.282c1.929-3.885,5.892-6.342,10.229-6.342h250.86c4.681,0,8.961,2.645,11.053,6.833l35.032,70.102C423.706,409.002,417.874,412.339,413.881,412.339z"/><path style="fill:%23444E5C;" d="M368.977,320.563H127.524c-7.456,0-13.501-6.044-13.501-13.501V164.429c0-7.456,6.045-13.501,13.501-13.501h241.453c7.456,0,13.501,6.044,13.501,13.501v142.633C382.478,314.518,376.433,320.563,368.977,320.563z"/><rect x="124.33" y="160.181" style="fill:%23FFFFFF;" width="247.745" height="146.99"/><path style="fill:%23596778;" d="M138.871,342.84H128.39c-1.462,0-2.47-0.432-2.254-0.963l0.639-1.569c0.213-0.524,1.557-0.947,3.002-0.947h10.359c1.445,0,2.466,0.423,2.28,0.947l-0.556,1.569C141.671,342.408,140.333,342.84,138.871,342.84z"/><path style="fill:%23596778;" d="M156.546,342.84h-10.481c-1.462,0-2.496-0.432-2.311-0.963l0.546-1.569c0.182-0.524,1.501-0.947,2.946-0.947h10.359c1.445,0,2.491,0.423,2.336,0.947l-0.464,1.569C159.321,342.408,158.008,342.84,156.546,342.84z"/><path style="fill:%23596778;" d="M174.221,342.84h-10.481c-1.462,0-2.521-0.432-2.367-0.963l0.454-1.569c0.152-0.524,1.445-0.947,2.89-0.947h10.359c1.445,0,2.516,0.423,2.391,0.947l-0.372,1.569C176.97,342.408,175.683,342.84,174.221,342.84z"/><path style="fill:%23596778;" d="M191.897,342.84h-10.481c-1.462,0-2.547-0.432-2.424-0.963l0.362-1.569c0.121-0.524,1.39-0.947,2.834-0.947h10.359c1.445,0,2.54,0.423,2.447,0.947l-0.28,1.569C194.62,342.408,193.358,342.84,191.897,342.84z"/><path style="fill:%23596778;" d="M209.572,342.84h-10.481c-1.462,0-2.572-0.432-2.481-0.963l0.27-1.569c0.09-0.524,1.334-0.947,2.779-0.947h10.359c1.445,0,2.565,0.423,2.503,0.947l-0.187,1.569C212.27,342.408,211.033,342.84,209.572,342.84z"/><path style="fill:%23596778;" d="M227.247,342.84h-10.481c-1.462,0-2.598-0.432-2.538-0.963l0.177-1.569c0.059-0.524,1.278-0.947,2.723-0.947h10.359c1.445,0,2.59,0.423,2.559,0.947l-0.095,1.569C229.92,342.408,228.709,342.84,227.247,342.84z"/><path style="fill:%23596778;" d="M244.922,342.84h-10.481c-1.462,0-2.623-0.432-2.594-0.963l0.085-1.569c0.028-0.524,1.222-0.947,2.667-0.947h10.359c1.445,0,2.615,0.423,2.614,0.947l-0.003,1.569C247.569,342.408,246.384,342.84,244.922,342.84z"/><path style="fill:%23596778;" d="M262.597,342.84h-10.481c-1.462,0-2.648-0.432-2.651-0.963l-0.007-1.569c-0.003-0.524,1.167-0.947,2.611-0.947h10.359c1.445,0,2.64,0.423,2.67,0.947l0.09,1.569C265.219,342.408,264.059,342.84,262.597,342.84z"/><path style="fill:%23596778;" d="M280.272,342.84h-10.481c-1.462,0-2.674-0.432-2.708-0.963l-0.1-1.569c-0.033-0.524,1.111-0.947,2.556-0.947H279.9c1.445,0,2.665,0.423,2.726,0.947l0.182,1.569C282.869,342.408,281.734,342.84,280.272,342.84z"/><path style="fill:%23596778;" d="M297.948,342.84h-10.481c-1.462,0-2.699-0.432-2.764-0.963l-0.192-1.569c-0.064-0.524,1.055-0.947,2.5-0.947h10.359c1.445,0,2.69,0.423,2.781,0.947l0.274,1.569C300.518,342.408,299.409,342.84,297.948,342.84z"/><path style="fill:%23596778;" d="M315.623,342.84h-10.481c-1.462,0-2.725-0.432-2.821-0.963l-0.284-1.569c-0.095-0.524,1-0.947,2.444-0.947h10.359c1.445,0,2.715,0.423,2.837,0.947l0.367,1.569C318.168,342.408,317.084,342.84,315.623,342.84z"/><path style="fill:%23596778;" d="M333.298,342.84h-10.481c-1.462,0-2.75-0.432-2.878-0.963l-0.377-1.569c-0.126-0.524,0.944-0.947,2.389-0.947h10.359c1.445,0,2.74,0.423,2.893,0.947l0.459,1.569C335.818,342.408,334.76,342.84,333.298,342.84z"/><path style="fill:%23596778;" d="M350.973,342.84h-10.481c-1.462,0-2.776-0.432-2.934-0.963l-0.469-1.569c-0.156-0.524,0.888-0.947,2.333-0.947h10.359c1.445,0,2.765,0.423,2.949,0.947l0.551,1.569C353.468,342.408,352.435,342.84,350.973,342.84z"/><path style="fill:%23596778;" d="M368.648,342.84h-10.481c-1.462,0-2.801-0.432-2.991-0.963l-0.561-1.569c-0.187-0.524,0.832-0.947,2.277-0.947h10.359c1.445,0,2.789,0.423,3.004,0.947l0.644,1.569C371.117,342.408,370.11,342.84,368.648,342.84z"/><path style="fill:%23596778;" d="M137.906,348.703h-13.375c-0.333,0-0.562-0.101-0.512-0.224l1.983-4.893c0.049-0.12,0.353-0.217,0.68-0.217h13.142c0.327,0,0.558,0.097,0.515,0.217l-1.75,4.893C138.545,348.603,138.239,348.703,137.906,348.703z"/><path style="fill:%23596778;" d="M162.596,355.121h-13.655c-0.34,0-0.582-0.105-0.541-0.234l1.626-5.098c0.04-0.125,0.343-0.226,0.677-0.226h13.412c0.334,0,0.577,0.101,0.543,0.226l-1.383,5.098C163.24,355.017,162.936,355.121,162.596,355.121z"/><path style="fill:%23596778;" d="M164.829,361.815h-13.947c-0.347,0-0.595-0.109-0.554-0.244l1.628-5.317c0.04-0.13,0.349-0.236,0.69-0.236h13.694c0.341,0,0.59,0.105,0.557,0.236l-1.375,5.317C165.486,361.705,165.176,361.815,164.829,361.815z"/><path style="fill:%23596778;" d="M172.681,368.8h-14.252c-0.355,0-0.611-0.114-0.572-0.255l1.535-5.549c0.038-0.136,0.35-0.246,0.699-0.246h13.988c0.348,0,0.605,0.11,0.574,0.246l-1.271,5.549C173.349,368.686,173.035,368.8,172.681,368.8z"/><path style="fill:%23596778;" d="M127.716,376.919h-14.525c-0.386,0-0.648-0.127-0.584-0.284l2.67-6.587c0.061-0.151,0.417-0.273,0.795-0.273h14.215c0.378,0,0.641,0.122,0.587,0.273l-2.357,6.587C128.461,376.792,128.102,376.919,127.716,376.919z"/><path style="fill:%23596778;" d="M147.113,376.919h-14.525c-0.386,0-0.655-0.127-0.601-0.284l2.288-6.587c0.052-0.151,0.401-0.273,0.779-0.273h14.215c0.378,0,0.648,0.122,0.603,0.273l-1.974,6.587C147.851,376.792,147.499,376.919,147.113,376.919z"/><path style="fill:%23596778;" d="M165.925,376.919H151.4c-0.386,0-0.662-0.127-0.617-0.284l1.918-6.587c0.044-0.151,0.386-0.273,0.764-0.273h14.215c0.378,0,0.654,0.122,0.618,0.273l-1.604,6.587C166.655,376.792,166.311,376.919,165.925,376.919z"/><path style="fill:%23596778;" d="M189.633,376.919h-19.166c-0.441,0-0.764-0.145-0.723-0.325l1.526-6.508c0.04-0.172,0.423-0.311,0.854-0.311h18.757c0.432,0,0.757,0.139,0.728,0.311l-1.122,6.508C190.457,376.774,190.074,376.919,189.633,376.919z"/><path style="fill:%23596778;" d="M307.538,376.919h-19.166c-0.441,0-0.816-0.145-0.837-0.325l-0.768-6.508c-0.02-0.172,0.313-0.311,0.745-0.311h18.757c0.432,0,0.807,0.139,0.838,0.311l1.173,6.508C308.311,376.774,307.979,376.919,307.538,376.919z"/><path style="fill:%23596778;" d="M326.942,376.919h-14.32c-0.384,0-0.719-0.127-0.748-0.282l-1.258-6.591c-0.029-0.15,0.253-0.271,0.628-0.271h14.014c0.375,0,0.709,0.121,0.744,0.271l1.568,6.591C327.607,376.793,327.326,376.919,326.942,376.919z"/><path style="fill:%23596778;" d="M283.592,376.919h-88.437c-0.927,0-1.629-0.305-1.568-0.681l0.948-5.808c0.059-0.362,0.843-0.655,1.75-0.655h86.548c0.908,0,1.676,0.293,1.716,0.655l0.646,5.808C285.237,376.614,284.519,376.919,283.592,376.919z"/><path style="fill:%23596778;" d="M191.188,368.8h-14.252c-0.355,0-0.617-0.114-0.587-0.255l1.221-5.549c0.03-0.136,0.336-0.246,0.685-0.246h13.988c0.348,0,0.612,0.11,0.588,0.246l-0.956,5.549C191.85,368.686,191.543,368.8,191.188,368.8z"/><path style="fill:%23596778;" d="M209.696,368.8h-14.252c-0.355,0-0.624-0.114-0.601-0.255l0.906-5.549c0.022-0.136,0.322-0.246,0.671-0.246h13.988c0.348,0,0.618,0.11,0.602,0.246l-0.642,5.549C210.351,368.686,210.05,368.8,209.696,368.8z"/><path style="fill:%23596778;" d="M228.203,368.8h-14.252c-0.355,0-0.63-0.114-0.615-0.255l0.591-5.549c0.014-0.136,0.308-0.246,0.657-0.246h13.988c0.348,0,0.624,0.11,0.616,0.246l-0.327,5.549C228.853,368.686,228.558,368.8,228.203,368.8z"/><path style="fill:%23596778;" d="M246.711,368.8h-14.252c-0.355,0-0.637-0.114-0.63-0.255l0.276-5.549c0.007-0.136,0.295-0.246,0.643-0.246h13.988c0.348,0,0.63,0.11,0.63,0.246l-0.012,5.549C247.353,368.686,247.066,368.8,246.711,368.8z"/><path style="fill:%23596778;" d="M265.218,368.8h-14.252c-0.355,0-0.643-0.114-0.644-0.255l-0.038-5.549c-0.001-0.136,0.281-0.246,0.629-0.246H264.9c0.348,0,0.637,0.11,0.644,0.246l0.302,5.549C265.855,368.686,265.573,368.8,265.218,368.8z"/><path style="fill:%23596778;" d="M283.726,368.8h-14.252c-0.355,0-0.65-0.114-0.659-0.255l-0.353-5.549c-0.009-0.136,0.267-0.246,0.615-0.246h13.988c0.348,0,0.643,0.11,0.658,0.246l0.617,5.549C284.356,368.686,284.081,368.8,283.726,368.8z"/><path style="fill:%23596778;" d="M302.233,368.8h-14.252c-0.355,0-0.656-0.114-0.673-0.255l-0.668-5.549c-0.016-0.136,0.253-0.246,0.601-0.246h13.988c0.348,0,0.649,0.11,0.672,0.246l0.932,5.549C302.857,368.686,302.588,368.8,302.233,368.8z"/><path style="fill:%23596778;" d="M320.741,368.8h-14.252c-0.355,0-0.663-0.114-0.688-0.255l-0.982-5.549c-0.024-0.136,0.239-0.246,0.587-0.246h13.988c0.348,0,0.655,0.11,0.686,0.246l1.247,5.549C321.358,368.686,321.096,368.8,320.741,368.8z"/><path style="fill:%23596778;" d="M344.099,377.03h-11.107c-1.412,0-2.672-0.465-2.812-1.037l-0.41-1.665c-0.139-0.564,0.881-1.02,2.278-1.02h10.984c1.397,0,2.663,0.456,2.829,1.02l0.491,1.665C346.52,376.565,345.512,377.03,344.099,377.03z"/><path style="fill:%23596778;" d="M363.132,377.03h-11.107c-1.412,0-2.698-0.465-2.871-1.037l-0.504-1.665c-0.171-0.564,0.823-1.02,2.22-1.02h10.984c1.397,0,2.689,0.456,2.887,1.02l0.585,1.665C365.526,376.565,364.545,377.03,363.132,377.03z"/><path style="fill:%23596778;" d="M361.7,372.864h-10.969c-1.395,0-2.663-0.453-2.832-1.011l-0.492-1.624c-0.167-0.55,0.817-0.995,2.196-0.995h10.849c1.379,0,2.654,0.445,2.847,0.995l0.571,1.624C364.066,372.411,363.095,372.864,361.7,372.864z"/><path style="fill:%23596778;" d="M382.165,377.03h-11.107c-1.412,0-2.725-0.465-2.93-1.037l-0.599-1.665c-0.203-0.564,0.765-1.02,2.162-1.02h10.984c1.397,0,2.715,0.456,2.945,1.02l0.68,1.665C384.532,376.565,383.577,377.03,382.165,377.03z"/><path style="fill:%23596778;" d="M183.108,361.815h-13.947c-0.347,0-0.602-0.109-0.568-0.244l1.324-5.317c0.032-0.13,0.335-0.236,0.676-0.236h13.694c0.341,0,0.596,0.105,0.57,0.236l-1.071,5.317C183.759,361.705,183.455,361.815,183.108,361.815z"/><path style="fill:%23596778;" d="M201.387,361.815H187.44c-0.347,0-0.608-0.109-0.582-0.244l1.02-5.317c0.025-0.13,0.322-0.236,0.663-0.236h13.694c0.341,0,0.602,0.105,0.583,0.236l-0.767,5.317C202.031,361.705,201.734,361.815,201.387,361.815z"/><path style="fill:%23596778;" d="M219.666,361.815h-13.947c-0.347,0-0.614-0.109-0.596-0.244l0.715-5.317c0.018-0.13,0.308-0.236,0.649-0.236h13.694c0.341,0,0.608,0.105,0.597,0.236l-0.462,5.317C220.304,361.705,220.013,361.815,219.666,361.815z"/><path style="fill:%23596778;" d="M237.833,361.815h-13.947c-0.347,0-0.62-0.109-0.61-0.244l0.413-5.317c0.01-0.13,0.295-0.236,0.636-0.236h13.694c0.341,0,0.614,0.105,0.61,0.236l-0.16,5.317C238.465,361.705,238.181,361.815,237.833,361.815z"/><path style="fill:%23596778;" d="M256.112,361.815h-13.947c-0.347,0-0.627-0.109-0.624-0.244l0.109-5.317c0.003-0.13,0.281-0.236,0.622-0.236h13.694c0.341,0,0.62,0.105,0.624,0.236l0.144,5.317C256.738,361.705,256.46,361.815,256.112,361.815z"/><path style="fill:%23596778;" d="M273.609,361.815h-13.947c-0.347,0-0.633-0.109-0.637-0.244l-0.182-5.317c-0.004-0.13,0.268-0.236,0.609-0.236h13.694c0.341,0,0.626,0.105,0.637,0.236l0.436,5.317C274.229,361.705,273.956,361.815,273.609,361.815z"/><path style="fill:%23596778;" d="M291.72,361.815h-13.947c-0.347,0-0.639-0.109-0.651-0.244l-0.484-5.317c-0.012-0.13,0.255-0.236,0.596-0.236h13.694c0.341,0,0.632,0.105,0.65,0.236l0.737,5.317C292.334,361.705,292.068,361.815,291.72,361.815z"/><path style="fill:%23596778;" d="M309.832,361.815h-13.947c-0.347,0-0.645-0.109-0.665-0.244l-0.785-5.317c-0.019-0.13,0.242-0.236,0.583-0.236h13.694c0.341,0,0.638,0.105,0.664,0.236l1.038,5.317C310.439,361.705,310.179,361.815,309.832,361.815z"/><path style="fill:%23596778;" d="M327.831,361.815h-13.947c-0.347,0-0.651-0.109-0.679-0.244l-1.085-5.317c-0.027-0.13,0.228-0.236,0.569-0.236h13.694c0.341,0,0.644,0.105,0.677,0.236l1.338,5.317C328.433,361.705,328.178,361.815,327.831,361.815z"/><path style="fill:%23596778;" d="M345.831,361.815h-13.947c-0.347,0-0.657-0.109-0.692-0.244l-1.385-5.317c-0.034-0.13,0.215-0.236,0.556-0.236h13.694c0.341,0,0.65,0.105,0.69,0.236l1.638,5.317C346.426,361.705,346.178,361.815,345.831,361.815z"/><path style="fill:%23596778;" d="M339.067,368.8h-14.252c-0.355,0-0.669-0.114-0.702-0.255l-1.294-5.549c-0.032-0.136,0.225-0.246,0.574-0.246h13.988c0.348,0,0.662,0.11,0.7,0.246l1.558,5.549C339.678,368.686,339.422,368.8,339.067,368.8z"/><path style="fill:%23596778;" d="M377.72,361.815h-26.931c-0.477,0-0.911-0.15-0.97-0.335l-1.638-5.138c-0.057-0.179,0.276-0.323,0.744-0.323h26.442c0.468,0,0.907,0.145,0.98,0.323l2.099,5.138C378.522,361.664,378.197,361.815,377.72,361.815z"/><path style="fill:%23596778;" d="M380.42,368.8h-36.903c-0.562,0-1.07-0.181-1.134-0.403l-1.521-5.258c-0.062-0.215,0.334-0.389,0.886-0.389h36.219c0.551,0,1.07,0.174,1.158,0.389l2.148,5.258C381.364,368.62,380.982,368.8,380.42,368.8z"/><path style="fill:%23596778;" d="M146.702,361.815h-27.22c-0.479,0-0.807-0.151-0.731-0.337l2.081-5.134c0.073-0.18,0.513-0.325,0.984-0.325h26.726c0.471,0,0.806,0.145,0.75,0.325l-1.616,5.134C147.617,361.664,147.181,361.815,146.702,361.815z"/><path style="fill:%23596778;" d="M153.944,368.8h-37.441c-0.566,0-0.951-0.182-0.86-0.406l2.134-5.252c0.088-0.217,0.61-0.392,1.165-0.392h36.747c0.555,0,0.955,0.175,0.894,0.392l-1.498,5.252C155.02,368.618,154.509,368.8,153.944,368.8z"/><path style="fill:%23596778;" d="M180.401,355.121h-13.655c-0.34,0-0.588-0.105-0.554-0.234l1.336-5.098c0.033-0.125,0.33-0.226,0.664-0.226h13.412c0.334,0,0.583,0.101,0.556,0.226l-1.093,5.098C181.039,355.017,180.741,355.121,180.401,355.121z"/><path style="fill:%23596778;" d="M198.097,355.121h-13.655c-0.34,0-0.594-0.105-0.568-0.234l1.048-5.098c0.026-0.125,0.317-0.226,0.651-0.226h13.412c0.334,0,0.589,0.101,0.569,0.226l-0.805,5.098C198.729,355.017,198.437,355.121,198.097,355.121z"/><path style="fill:%23596778;" d="M215.901,355.121h-13.654c-0.34,0-0.6-0.105-0.581-0.234l0.757-5.098c0.019-0.125,0.304-0.226,0.638-0.226h13.412c0.334,0,0.595,0.101,0.582,0.226l-0.514,5.098C216.528,355.017,216.241,355.121,215.901,355.121z"/><path style="fill:%23596778;" d="M233.706,355.121h-13.655c-0.34,0-0.606-0.105-0.594-0.234l0.467-5.098c0.011-0.125,0.292-0.226,0.626-0.226h13.412c0.334,0,0.6,0.101,0.595,0.226l-0.224,5.098C234.326,355.017,234.046,355.121,233.706,355.121z"/><path style="fill:%23596778;" d="M251.401,355.121h-13.654c-0.34,0-0.612-0.105-0.608-0.234l0.178-5.098c0.004-0.125,0.279-0.226,0.613-0.226h13.412c0.334,0,0.606,0.101,0.608,0.226l0.064,5.098C252.016,355.017,251.742,355.121,251.401,355.121z"/><path style="fill:%23596778;" d="M268.696,355.121h-13.655c-0.34,0-0.618-0.105-0.621-0.234l-0.103-5.098c-0.003-0.125,0.266-0.226,0.6-0.226h13.412c0.334,0,0.612,0.101,0.62,0.226l0.346,5.098C269.304,355.017,269.036,355.121,268.696,355.121z"/><path style="fill:%23596778;" d="M286.646,355.121h-13.655c-0.34,0-0.624-0.105-0.634-0.234l-0.396-5.098c-0.01-0.125,0.253-0.226,0.587-0.226h13.412c0.334,0,0.617,0.101,0.633,0.226l0.639,5.098C287.249,355.017,286.986,355.121,286.646,355.121z"/><path style="fill:%23596778;" d="M304.378,355.121h-13.655c-0.34,0-0.63-0.105-0.647-0.234l-0.685-5.098c-0.017-0.125,0.241-0.226,0.574-0.226h13.412c0.334,0,0.623,0.101,0.646,0.226l0.928,5.098C304.975,355.017,304.718,355.121,304.378,355.121z"/><path style="fill:%23596778;" d="M321.818,355.121h-13.655c-0.34,0-0.636-0.105-0.66-0.234l-0.97-5.098c-0.024-0.125,0.228-0.226,0.562-0.226h13.412c0.334,0,0.629,0.101,0.659,0.226l1.212,5.098C322.409,355.017,322.158,355.121,321.818,355.121z"/><path style="fill:%23596778;" d="M339.988,355.121h-13.655c-0.34,0-0.642-0.105-0.674-0.234l-1.266-5.098c-0.031-0.125,0.215-0.226,0.549-0.226h13.412c0.334,0,0.635,0.101,0.672,0.226l1.509,5.098C340.573,355.017,340.328,355.121,339.988,355.121z"/><path style="fill:%23596778;" d="M357.355,355.121H343.7c-0.34,0-0.648-0.105-0.687-0.234l-1.549-5.098c-0.038-0.125,0.202-0.226,0.536-0.226h13.412c0.334,0,0.64,0.101,0.684,0.226l1.792,5.098C357.934,355.017,357.695,355.121,357.355,355.121z"/><path style="fill:%23596778;" d="M375.233,355.121h-13.655c-0.34,0-0.654-0.105-0.7-0.234l-1.84-5.098c-0.045-0.125,0.189-0.226,0.523-0.226h13.412c0.334,0,0.646,0.101,0.697,0.226l2.083,5.098C375.806,355.017,375.573,355.121,375.233,355.121z"/><path style="fill:%23596778;" d="M155.595,348.703h-13.374c-0.333,0-0.568-0.101-0.525-0.224l1.701-4.893c0.042-0.12,0.341-0.217,0.668-0.217h13.141c0.327,0,0.563,0.097,0.527,0.217l-1.468,4.893C156.229,348.603,155.928,348.703,155.595,348.703z"/><path style="fill:%23596778;" d="M172.749,348.703h-13.374c-0.333,0-0.574-0.101-0.537-0.224l1.427-4.893c0.035-0.12,0.328-0.217,0.656-0.217h13.141c0.327,0,0.569,0.097,0.54,0.217l-1.194,4.893C173.376,348.603,173.082,348.703,172.749,348.703z"/><path style="fill:%23596778;" d="M190.331,348.703h-13.374c-0.333,0-0.579-0.101-0.551-0.224l1.146-4.893c0.028-0.12,0.316-0.217,0.643-0.217h13.141c0.327,0,0.574,0.097,0.552,0.217l-0.913,4.893C190.953,348.603,190.664,348.703,190.331,348.703z"/><path style="fill:%23596778;" d="M207.476,348.703h-13.374c-0.333,0-0.585-0.101-0.563-0.224l0.872-4.893c0.021-0.12,0.304-0.217,0.631-0.217h13.141c0.327,0,0.58,0.097,0.564,0.217l-0.639,4.893C208.092,348.603,207.809,348.703,207.476,348.703z"/><path style="fill:%23596778;" d="M225.156,348.703h-13.374c-0.333,0-0.591-0.101-0.576-0.224l0.589-4.893c0.014-0.12,0.291-0.217,0.619-0.217h13.141c0.327,0,0.586,0.097,0.577,0.217l-0.357,4.893C225.767,348.603,225.489,348.703,225.156,348.703z"/><path style="fill:%23596778;" d="M242.149,348.703h-13.374c-0.333,0-0.597-0.101-0.589-0.224l0.318-4.893c0.008-0.12,0.279-0.217,0.607-0.217h13.141c0.327,0,0.591,0.097,0.589,0.217l-0.085,4.893C242.754,348.603,242.482,348.703,242.149,348.703z"/><path style="fill:%23596778;" d="M259.803,348.703h-13.375c-0.333,0-0.602-0.101-0.601-0.224l0.036-4.893c0.001-0.12,0.267-0.217,0.594-0.217h13.142c0.327,0,0.596,0.097,0.601,0.217l0.197,4.893C260.402,348.603,260.136,348.703,259.803,348.703z"/><path style="fill:%23596778;" d="M276.956,348.703h-13.374c-0.333,0-0.608-0.101-0.614-0.224l-0.238-4.893c-0.006-0.12,0.255-0.217,0.582-0.217h13.141c0.327,0,0.602,0.097,0.613,0.217l0.471,4.893C277.55,348.603,277.289,348.703,276.956,348.703z"/><path style="fill:%23596778;" d="M294.574,348.703H281.2c-0.333,0-0.614-0.101-0.627-0.224l-0.52-4.893c-0.013-0.12,0.242-0.217,0.57-0.217h13.141c0.327,0,0.608,0.097,0.626,0.217l0.752,4.893C295.162,348.603,294.907,348.703,294.574,348.703z"/><path style="fill:%23596778;" d="M312.157,348.703h-13.375c-0.333,0-0.619-0.101-0.64-0.224l-0.8-4.893c-0.02-0.12,0.23-0.217,0.557-0.217h13.142c0.327,0,0.613,0.097,0.638,0.217l1.033,4.893C312.739,348.603,312.49,348.703,312.157,348.703z"/><path style="fill:%23596778;" d="M329.56,348.703h-13.374c-0.333,0-0.625-0.101-0.653-0.224l-1.078-4.893c-0.026-0.12,0.218-0.217,0.545-0.217h13.142c0.327,0,0.619,0.097,0.651,0.217l1.311,4.893C330.137,348.603,329.893,348.703,329.56,348.703z"/><path style="fill:%23596778;" d="M346.285,348.703h-13.375c-0.333,0-0.631-0.101-0.665-0.224l-1.345-4.893c-0.033-0.12,0.206-0.217,0.533-0.217h13.142c0.327,0,0.624,0.097,0.662,0.217l1.578,4.893C346.856,348.603,346.618,348.703,346.285,348.703z"/><path style="fill:%23596778;" d="M371.354,348.703h-20.003c-0.925,0-1.768-0.279-1.882-0.622l-1.363-4.108c-0.111-0.333,0.537-0.603,1.446-0.603h19.655c0.909,0,1.756,0.27,1.892,0.603l1.676,4.108C372.915,348.424,372.279,348.703,371.354,348.703z"/><path style="fill:%23596778;" d="M143.46,355.121h-20.423c-0.944,0-1.592-0.291-1.447-0.649l1.735-4.281c0.141-0.347,1.007-0.628,1.934-0.628h20.06c0.928,0,1.587,0.281,1.473,0.628l-1.409,4.281C145.266,354.831,144.404,355.121,143.46,355.121z"/><rect x="132.179" y="320.595" style="fill:%23596778;" width="39.859" height="7.003"/><rect x="323.993" y="320.485" style="fill:%23596778;" width="39.859" height="7.128"/><path style="fill:%23596778;" d="M299.361,407.127l-3.733-25.586c-0.178-1.221-1.226-2.127-2.46-2.127h-87.122c-1.39,0-2.574,1.01-2.794,2.382l-4.073,25.443c-0.169,1.058,0.648,2.017,1.72,2.017h48.207v-15.547h2.482v15.547h45.904C298.628,409.255,299.507,408.255,299.361,407.127z"/></g><ellipse transform="matrix(0.1592 -0.9872 0.9872 0.1592 -23.2255 187.8813)" style="opacity:0.5;fill-rule:evenodd;clip-rule:evenodd;fill:%2396D3E6;" cx="98.688" cy="107.576" rx="20.24" ry="20.24"/><ellipse transform="matrix(0.231 -0.973 0.973 0.231 94.6201 600.4327)" style="opacity:0.5;fill-rule:evenodd;clip-rule:evenodd;fill:%2396D3E6;" cx="427.15" cy="240.359" rx="12.626" ry="12.626"/><ellipse transform="matrix(0.2285 -0.9735 0.9735 0.2285 -176.9359 667.1376)" style="opacity:0.5;fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" cx="332.465" cy="445.207" rx="12.626" ry="12.626"/><ellipse transform="matrix(0.1606 -0.987 0.987 0.1606 159.674 617.3182)" style="opacity:0.5;fill-rule:evenodd;clip-rule:evenodd;fill:%2396D3E6;" cx="442.775" cy="214.782" rx="8.189" ry="8.19"/><g><rect x="129.596" y="165.784" transform="matrix(0.9996 -0.0271 0.0271 0.9996 -4.6138 6.817)" style="fill:%23BBCBD5;" width="239.726" height="16.045"/><path style="fill:%23FFFFFF;" d="M142.637,177.037c0.076,2.799-2.007,5.127-4.652,5.199c-2.645,0.072-4.85-2.14-4.926-4.939c-0.076-2.799,2.007-5.127,4.652-5.198C140.356,172.026,142.561,174.238,142.637,177.037z"/><path style="fill:%23FFFFFF;" d="M156.825,176.653c0.076,2.799-2.007,5.127-4.652,5.199c-2.645,0.072-4.851-2.14-4.926-4.939c-0.076-2.799,2.007-5.127,4.652-5.199C154.544,171.642,156.75,173.853,156.825,176.653z"/><path style="fill:%23FFFFFF;" d="M171.68,176.251c0.076,2.799-2.007,5.127-4.652,5.199c-2.645,0.072-4.851-2.14-4.926-4.939c-0.076-2.799,2.007-5.127,4.652-5.199C169.399,171.24,171.605,173.451,171.68,176.251z"/></g><g><g><path style="fill:%23D6BA30;" d="M241.398,145.937c-0.339-4.273,0.727-8.942,1.48-13.723c0.171-1.083,1.78-0.953,3.053-0.903c1.283,0.051,1.74,1.381,1.828,2.424c0.135,1.601-0.046,3.213-0.298,4.8c-0.527,3.315-1.367,6.572-2.205,9.823c-0.11,0.426-0.234,0.876-0.555,1.176c-0.392,0.366-0.974,0.417-1.51,0.447c-5.605,0.311-11.224,0.378-16.835,0.198c-0.568-0.018-1.296-0.174-1.375-0.737c5.607-0.983,10.227-2.451,15.912-2.743C240.893,146.699,241.456,146.667,241.398,145.937z"/></g><path style="fill:%23CCCCCC;" d="M242.434,134.883l5.139,2.906c0,0,0.27-2.384,0.179-3.023L242.434,134.883z"/><g><path style="fill:%2384BC84;" d="M273.448,124.073c1.808,0.683,3.71,1.434,4.894,2.962c1.698,2.193,1.414,5.312,0.693,7.99c-1.386,5.155-4.368,10.204-9.183,12.508c0,0,17.828,1.45,29.141,3.826c0.489,0.103,1.077,0.304,1.155,0.797c0.103,0.646-0.733,0.983-1.379,1.081c-1.861,0.282-30.617,2.529-38.37,2.424c-2.479-0.034-4.162-2.528-3.272-4.843c1.163-3.029,2.578-5.961,4.227-8.756c0.655-1.11,1.438-2.137,2.254-3.136C268.098,133.423,273.448,124.073,273.448,124.073z"/></g><g><path style="fill:%232853C9;" d="M242.121,120.738c-1.393,4.265-1.047,9.238-0.464,13.554c0.017,0.126,0.039,0.262,0.129,0.353c0.085,0.087,0.212,0.113,0.331,0.135c2.003,0.36,4.077,0.326,6.067-0.1c0.477-0.102,1.003-0.265,1.235-0.694c0.122-0.224,0.142-0.486,0.161-0.74c0.183-2.547,0.367-5.096,0.391-7.649c0.023-2.496-0.8-10.943-5.497-8.607C243.148,117.649,242.549,119.428,242.121,120.738z"/></g><g><path style="fill:%239EE79E;" d="M276.911,124.103c1.808,0.683,3.71,1.434,4.894,2.962c1.698,2.193,1.414,5.312,0.693,7.99c-1.386,5.155-4.368,10.204-9.183,12.508c0,0,17.828,1.45,29.141,3.826c0.489,0.103,1.077,0.304,1.155,0.797c0.103,0.646-0.733,0.983-1.379,1.081c-1.861,0.282-30.617,2.529-38.37,2.424c-2.479-0.034-4.162-2.528-3.273-4.843c1.163-3.029,2.578-5.961,4.227-8.755c0.655-1.111,1.438-2.137,2.254-3.136C271.562,133.454,276.911,124.103,276.911,124.103z"/></g><g><path style="fill:%23315AF2;" d="M245.212,123.528c4.509,3.116,6.982,3.645,12.37,5.696c4.265,1.623,6.839,6.188,8.758,10.328c4.295-1.015,16.869-9.776,16.264-11.049c-2.152-4.524-7.928-7.57-12.305-9.518c-5.184-2.308-10.86-3.567-16.535-3.652c-0.747-0.011-8.232,0.132-8.258,0.776C245.506,116.118,245.212,123.528,245.212,123.528z"/></g><g><path style="fill:%23F4D72E;" d="M238.57,115.117c-0.115,1.071-0.123,2.152-0.023,3.225c0.027,0.285,0.063,0.578,0.214,0.83c0.152,0.255,0.408,0.445,0.669,0.613c1.907,1.22,4.4,2.037,5.782,3.743c0.869-2.177,0.295-7.42,0.295-7.42c-2.245,0.072-4.508-0.415-6.479-1.393L238.57,115.117z"/></g><g><path style="fill:%23F4D72E;" d="M249.558,136.049c-0.431,0.941-0.273,2.082-0.336,3.059c-0.109,1.7-0.215,3.4-0.316,5.101c-0.197,3.306-0.38,6.613-0.548,9.921c-0.331,6.52-0.604,13.042-0.819,19.566c-0.032,0.96,0.013,2.06,0.943,2.679c2.552-12.54,5.071-25.105,6.16-37.778c0.075-0.871,0.139-1.77-0.216-2.596c-0.669-1.559-2.701-2.058-4.197-0.822C249.917,135.435,249.704,135.73,249.558,136.049z"/></g><g><path style="fill:%23F4D72E;" d="M229.282,109.485c-0.48,0.36-0.799,0.879-0.828,1.599c-0.126,3.117,1.519,6.043,3.497,8.456c0.285,0.347,0.584,0.689,0.899,1.015l3.087-2.885c0,0,1.082,3.077-0.722,4.611c0.131,0.056,0.262,0.113,0.399,0.158c1.499,0.496,3.398,0.092,4.18-1.28c0.307-0.539,0.417-1.167,0.464-1.785C240.628,114.577,234.74,105.387,229.282,109.485z"/></g><g><path style="fill:%237F582F;" d="M229.43,106.282c-0.334,0.107-0.652,0.286-0.958,0.545c-0.497,0.421-0.911,0.947-1.324,1.447c-1.443,1.745-3.395,3.393-5.657,3.295c-0.402-0.017-0.819-0.089-1.198,0.048s-0.683,0.59-0.489,0.943c0.082,0.149,0.232,0.246,0.382,0.327c0.599,0.321,1.288,0.471,1.966,0.427c-0.307,0.091-0.629,0.192-0.846,0.428c-0.216,0.236-0.27,0.652-0.025,0.858c0.115,0.097,0.27,0.129,0.418,0.152c0.531,0.083,1.073,0.097,1.607,0.04c-0.562,0.213-0.726,0.998-0.451,1.532c0.275,0.535,0.847,0.849,1.416,1.042c2.228,0.757,4.811,0.047,6.549-1.54c1.737-1.586,2.666-3.94,2.792-6.29c0.04-0.745,0.021-1.433-0.447-2.059c-0.482-0.645-1.256-1.009-2.037-1.204C230.521,106.12,229.957,106.112,229.43,106.282z"/></g><g><path style="fill:%237F582F;" d="M231.75,109.748c2.619,1.279,5.094,2.872,7.359,4.736c0.241-0.272,0.329-0.68,0.223-1.032l0.132,0.277c-0.139-1.779-0.963-3.488-2.251-4.673c-0.715-0.657-1.555-1.149-2.415-1.582c-0.921-0.465-1.896-0.873-2.921-0.916L231.75,109.748z"/></g><path style="fill:%23F4D72E;" d="M237.928,112.08c0,0.919-0.745,1.664-1.664,1.664c-0.919,0-1.664-0.745-1.664-1.664c0-0.919,0.745-1.664,1.664-1.664C237.183,110.416,237.928,111.161,237.928,112.08z"/><g><path style="fill:%23315AF2;" d="M249.16,122.82c-1.393,4.265-1.047,9.238-0.464,13.554c0.017,0.126,0.039,0.262,0.129,0.353c0.085,0.087,0.212,0.113,0.331,0.135c2.003,0.36,4.077,0.326,6.067-0.1c0.477-0.102,1.002-0.265,1.235-0.694c0.122-0.224,0.142-0.486,0.161-0.74c0.183-2.547,0.367-5.096,0.391-7.649c0.023-2.496-0.8-10.943-5.497-8.607C250.187,119.73,249.588,121.51,249.16,122.82z"/></g><path style="fill:%23315AF2;" d="M311.652,152.781c-0.033,0.801-2.23,1.361-4.908,1.25c-2.677-0.11-4.821-0.849-4.788-1.65c0.033-0.801,2.23-1.361,4.908-1.25C309.541,151.241,311.685,151.98,311.652,152.781z"/><path style="fill:%23D6BA30;" d="M249.316,136.889l5.291,2.117c0,0,0.289-1.626-0.031-2.12C254.576,136.886,250.315,137.324,249.316,136.889z"/><path style="fill:%23CCCCCC;" d="M240.097,117.309c0.489,0.725,0.044,2.9,0.044,2.9s3.092,1.623,3.646,2.04L240.097,117.309z"/><path style="fill:%23CCCCCC;" d="M256.891,128.988c0,0,1.085-4.183-0.387-6.507l6.43,10.923C262.933,133.403,259.524,129.22,256.891,128.988z"/></g><g><rect x="227.895" y="188.183" transform="matrix(1 -0.0067 0.0067 1 -1.3951 1.673)" style="fill:%23BBCBD5;" width="39.355" height="39.355"/><rect x="231.781" y="192.068" transform="matrix(1 -0.0067 0.0067 1 -1.3955 1.6735)" style="fill:none;stroke:%23FFFFFF;stroke-miterlimit:10;" width="31.584" height="31.584"/><line style="fill:none;stroke:%23FFFFFF;stroke-miterlimit:10;" x1="231.675" y1="192.175" x2="263.471" y2="223.546"/><line style="fill:none;stroke:%23FFFFFF;stroke-miterlimit:10;" x1="231.887" y1="223.759" x2="263.258" y2="191.962"/></g><g><rect x="228.45" y="232.249" transform="matrix(1 -0.0067 0.0067 1 -1.692 1.6778)" style="fill:%23BBCBD5;" width="39.355" height="39.355"/><rect x="232.335" y="236.135" transform="matrix(1 -0.0067 0.0067 1 -1.6925 1.6783)" style="fill:none;stroke:%23FFFFFF;stroke-miterlimit:10;" width="31.584" height="31.584"/><line style="fill:none;stroke:%23FFFFFF;stroke-miterlimit:10;" x1="232.229" y1="236.241" x2="264.026" y2="267.612"/><line style="fill:none;stroke:%23FFFFFF;stroke-miterlimit:10;" x1="232.442" y1="267.825" x2="263.813" y2="236.029"/></g><rect x="130.468" y="276.184" style="opacity:0.5;fill-rule:evenodd;clip-rule:evenodd;fill:%2396D3E6;" width="139.88" height="20.833"/><g><g><path style="fill:%23724C2A;" d="M151.522,339.512l1.033-0.336c4.727-8.374,10.004-16.397,15.782-23.995c2.039-2.681,4.26-5.687,4.001-9.142c-0.105-1.398-0.618-2.728-1.147-4.022c-1.704-4.165-3.638-8.228-5.791-12.162l-4.259,3.849l3.545,12.776l-4.99,11.278c-3.176,6.977-5.914,14.182-8.189,21.551"/></g><g><path style="fill:%237F582F;" d="M162.966,285.73c2.475,9.418,2.234,19.336,3.846,28.946c1.476,8.797,4.489,17.249,6.41,25.958l-0.601-0.413c-1.958-3.414-3.922-6.837-5.482-10.466c-1.289-3.001-2.294-6.122-3.412-9.196c-3.14-8.634-7.227-17.089-8.188-26.245c-0.315-2.995-0.285-6.03,0.169-8.992L162.966,285.73z"/></g><g><path style="fill:%232E3E76;" d="M172.542,340.3c0.024-0.302,0.184-0.573,0.426-0.703c1.282-0.688,2.655-1.163,4.06-1.406c0.106-0.018,0.223-0.033,0.316,0.03c0.185,0.127,0.135,0.448,0.022,0.654c-0.362,0.661-1.069,0.949-1.731,1.163c-1.03,0.334-1.781,0.541-2.839,0.734L172.542,340.3z"/></g><g><path style="fill:%232E3E76;" d="M151.941,339.039c0.282-0.029,0.563,0.086,0.731,0.309c0.895,1.18,1.614,2.489,2.127,3.872c0.039,0.105,0.077,0.22,0.038,0.326c-0.078,0.21-0.382,0.216-0.594,0.138c-0.68-0.251-1.09-0.918-1.423-1.552c-0.519-0.986-0.864-1.712-1.26-2.752L151.941,339.039z"/></g><g><path style="fill:%236B4828;" d="M173.965,261.291c0.016,0.008,0.031,0.016,0.047,0.024c8.02,4.086,16.222,7.545,25.046,9.255c0.286,0.055,1.334,0.163,2.458,0.233c0.858,0.053,0.971,1.307,0.136,1.513c-1.663,0.409-3.515,0.38-5.226,0.227c-11.104-0.99-21.494-5.112-31.596-9.369c-1.287-0.543-2.635-1.136-3.426-2.239c-2.33-3.248,2.614-4.249,4.813-3.503C168.86,258.33,171.468,260.015,173.965,261.291z"/></g><g><path style="fill:%237F582F;" d="M162.249,255.902c0.035-1.791,0.149-5.186-0.012-6.971l3.839,1.271c-0.065,1.693,0.328,6.769,1.049,8.3L162.249,255.902z"/></g><g><path style="fill:%239EE79E;" d="M162.812,278.215c0.67,0.382,1.422,0.612,2.185,0.67c0.228,0.017,0.469,0.017,0.67-0.094c0.327-0.18,0.449-0.588,0.546-0.955c0.861-3.232,2.096-6.358,3.672-9.29c0.611-1.136,1.292-2.317,1.279-3.617c-0.03-3.101-3.816-4.957-4.337-8.016l-0.283,0.165c-1.521,0.391-3.019-0.642-4.274-1.617l-0.096-0.175c-0.757-0.006-1.302,0.713-1.69,1.375c-3.397,5.797-4.436,12.738-4.679,19.512L162.812,278.215z"/></g><path style="fill:%23CCCCCC;" d="M169.102,296.935l0.689,1.816c0,0-4.075,6.132-11.654,7.334C158.138,306.084,165.718,295.915,169.102,296.935z"/><g><path style="fill:%23F4D800;" d="M155.806,276.171c2.944,0.462,5.668,1.28,8.53,2.133c0.211,0.063,0.431,0.132,0.587,0.291c0.289,0.295,0.255,0.77,0.255,1.186c-0.002,1.787,0.967,3.411,1.904,4.926c2.214,3.58,4.428,7.161,6.642,10.741l0.09,0.126c-2.642-0.025-5.26,1.237-6.913,3.333c-0.596,0.756-1.069,1.606-1.661,2.365c-0.703,0.901-1.566,1.661-2.481,2.333c-4.018,2.95-9.178,4.231-14.093,3.5c1.323-5.106,0.856-10.502,1.124-15.784c0.268-5.282,1.491-10.907,5.325-14.431L155.806,276.171z"/></g><path style="fill:%232E3E76;" d="M155.806,276.171c0,0-0.906,1.007-1.477,1.593l10.827,2.525c0,0,0.187-0.98-0.233-1.695C164.923,278.595,157.378,276.235,155.806,276.171z"/><path style="fill:%23CCCCCC;" d="M165.978,251.199c0,0-2.033-0.219-2.577-1.489c0,0,0.474,2.135,2.717,2.431L165.978,251.199z"/><path style="opacity:0.3;fill:%2396C5DF;" d="M162.175,255.285c0,0-6.427,12.404-2.535,21.688l-3.834-0.802c0,0,0.347-12.638,4.679-19.512C160.485,256.66,161.196,255.218,162.175,255.285z"/><g><path style="fill:%237F582F;" d="M167.02,246.179l2.517-0.764c-0.467-3.89-2.765-9.856-7.263-9.541c-1.581,0.111-3.076,1.068-3.86,2.472c-0.798,1.429-0.846,3.21-0.412,4.803c0.434,1.593,1.311,3.026,2.284,4.35c1.013,1.378,2.2,2.707,3.754,3.372c1.554,0.665,3.55,0.494,4.646-0.799c0.701-0.827,0.922-1.942,0.941-3.058C167.572,247.436,167.02,246.179,167.02,246.179z"/></g><g><path style="fill:%23281D13;" d="M163.869,233.996c1.689,2.2,2.381,5.165,1.842,7.894c-0.539,2.729-2.3,5.17-4.686,6.499c-0.504,0.281-1.047,0.517-1.621,0.548c-1.057,0.057-2.039-0.588-2.793-1.353c-1.997-2.027-2.903-5.111-2.325-7.912c0.578-2.801,2.622-5.229,5.242-6.227c1.319-0.503,2.948-0.602,4.015,0.349"/></g><path style="fill:%23281D13;" d="M161.167,237.71c0,3.775-3.06,6.835-6.835,6.835c-3.775,0-6.835-3.06-6.835-6.835s3.06-6.835,6.835-6.835C158.107,230.875,161.167,233.935,161.167,237.71z"/><path style="fill:%232B2A2C;" d="M185.876,290.553l41.236-30.325c3.208-2.359,3.896-6.872,1.537-10.08l0,0c-2.359-3.208-6.872-3.896-10.08-1.537l-41.236,30.325c-3.208,2.359-3.896,6.872-1.537,10.08l0,0C178.155,292.224,182.668,292.912,185.876,290.553z"/><path style="fill:%2396D3E6;" d="M194.814,294.148l22.302-46.072c1.735-3.584,0.236-7.896-3.348-9.631l0,0c-3.584-1.735-7.896-0.236-9.631,3.348l-22.302,46.072c-1.735,3.584-0.236,7.896,3.348,9.631l0,0C188.767,299.231,193.079,297.732,194.814,294.148z"/><g><rect x="177.988" y="247.622" transform="matrix(0.9931 -0.1171 0.1171 0.9931 -29.9321 24.9774)" style="fill:%239EE79E;" width="39.355" height="39.355"/><rect x="181.873" y="251.507" transform="matrix(0.9931 -0.1171 0.1171 0.9931 -29.9321 24.9773)" style="fill:none;stroke:%23FFFFFF;stroke-miterlimit:10;" width="31.584" height="31.584"/><line style="fill:none;stroke:%23FFFFFF;stroke-miterlimit:10;" x1="180.133" y1="253.465" x2="215.198" y2="281.134"/><line style="fill:none;stroke:%23FFFFFF;stroke-miterlimit:10;" x1="183.831" y1="284.832" x2="211.5" y2="249.767"/></g><g><path style="fill:%237F582F;" d="M172.865,266.373c0.015,0.01,0.03,0.019,0.044,0.029c7.574,4.903,15.391,9.202,24.003,11.827c0.279,0.085,1.311,0.303,2.423,0.489c0.849,0.143,0.835,1.401-0.016,1.518c-1.697,0.232-3.537,0.009-5.225-0.322c-10.954-2.149-20.884-7.336-30.512-12.628c-1.227-0.674-2.509-1.406-3.186-2.585c-1.993-3.473,3.028-3.95,5.142-2.977C168.08,262.894,170.507,264.842,172.865,266.373z"/></g></g><g style="opacity:0.5;"><rect x="272.251" y="186.186" style="fill:%2396D3E6;" width="93.367" height="111.3"/><rect x="278.03" y="193.24" style="opacity:0.5;fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;" width="80.777" height="9.695"/><rect x="321.467" y="204.628" style="opacity:0.8;fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;" width="37.332" height="3.14"/><rect x="321.699" y="209.781" style="opacity:0.8;fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;" width="37.331" height="3.188"/><rect x="278.03" y="218.401" style="opacity:0.5;fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;" width="80.777" height="9.695"/><rect x="321.467" y="229.79" style="opacity:0.8;fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;" width="37.332" height="3.14"/><rect x="321.699" y="234.943" style="opacity:0.8;fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;" width="37.331" height="3.188"/><rect x="278.03" y="243.563" style="opacity:0.5;fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;" width="80.777" height="9.695"/><rect x="321.467" y="254.952" style="opacity:0.8;fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;" width="37.332" height="3.14"/><rect x="321.699" y="260.105" style="opacity:0.8;fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;" width="37.331" height="3.188"/><rect x="278.03" y="268.725" style="opacity:0.5;fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;" width="80.777" height="9.695"/><rect x="321.467" y="280.114" style="opacity:0.8;fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;" width="37.332" height="3.14"/><rect x="321.699" y="285.267" style="opacity:0.8;fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;" width="37.331" height="3.188"/></g><g><g><line style="fill:none;stroke:%23EEC400;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="319.824" y1="151.918" x2="352.632" y2="255.788"/><line style="fill:none;stroke:%23EEC400;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="286.075" y1="151.918" x2="318.883" y2="255.788"/><line style="fill:none;stroke:%23EEC400;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="327.659" y1="176.457" x2="294.788" y2="176.457"/><line style="fill:none;stroke:%23EEC400;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="322.889" y1="162.551" x2="290.018" y2="162.551"/><line style="fill:none;stroke:%23EEC400;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="332.932" y1="193.337" x2="300.061" y2="193.337"/><line style="fill:none;stroke:%23EEC400;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="338.205" y1="210.217" x2="305.333" y2="210.217"/><line style="fill:none;stroke:%23EEC400;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="343.477" y1="227.096" x2="310.606" y2="227.096"/><line style="fill:none;stroke:%23EEC400;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="348.75" y1="243.976" x2="315.879" y2="243.976"/></g><g><line style="fill:none;stroke:%23EEC400;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="351.318" y1="250.437" x2="384.125" y2="354.307"/><line style="fill:none;stroke:%23EEC400;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="317.569" y1="250.437" x2="350.376" y2="354.307"/><line style="fill:none;stroke:%23EEC400;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="359.153" y1="274.976" x2="326.281" y2="274.976"/><line style="fill:none;stroke:%23EEC400;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="354.382" y1="261.071" x2="321.511" y2="261.071"/><line style="fill:none;stroke:%23EEC400;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="364.425" y1="291.856" x2="331.554" y2="291.856"/><line style="fill:none;stroke:%23EEC400;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="369.698" y1="308.736" x2="336.827" y2="308.736"/><line style="fill:none;stroke:%23EEC400;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="374.971" y1="325.616" x2="342.099" y2="325.616"/><line style="fill:none;stroke:%23EEC400;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="380.243" y1="342.496" x2="347.372" y2="342.496"/></g></g></g><g id="TEXTURE" style="opacity:0.8;"><g style="opacity:0.5;"><g><g><path id="XMLID_549_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M477.784,77.699c-0.078-0.321-0.415-0.163-0.75,0C477.038,77.965,477.693,78.033,477.784,77.699z"/><path id="XMLID_548_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M444.278,77.965c0.107,0.072,0.574-0.129,0.375-0.266C444.554,77.627,444.083,77.826,444.278,77.965z"/><path id="XMLID_547_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M181.491,77.435c-0.382,0-0.753,0-1.13,0c-0.052,0.474,0.376,0.618,1.13,0.531C181.491,77.787,181.491,77.609,181.491,77.435z"/><path id="XMLID_546_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M10.193,77.435c-0.649-0.016-0.968,0.202-1.13,0.531C9.651,77.939,10.367,78,10.193,77.435z"/><path id="XMLID_545_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.485,77.435c-0.099-0.077-0.57,0.125-0.368,0.264C149.219,77.771,149.686,77.569,149.485,77.435z"/><path id="XMLID_544_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M379.899,77.435c0.107,0.07,0.576-0.129,0.376-0.271C380.171,77.092,379.706,77.294,379.899,77.435z"/><path id="XMLID_543_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M287.66,77.164c-0.107-0.072-0.572,0.13-0.375,0.271C287.386,77.505,287.856,77.305,287.66,77.164z"/><path id="XMLID_541_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M103.932,75.838c-0.337,0.469-0.91,0.774-1.127,1.326C103.561,77.145,104.979,76.249,103.932,75.838z"/><path id="XMLID_540_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M94.145,77.164c0.104,0.075,0.575-0.125,0.374-0.264C94.417,76.828,93.949,77.027,94.145,77.164z"/><path id="XMLID_538_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M62.522,76.9c0.099,0.072,0.573-0.127,0.371-0.264C62.794,76.562,62.325,76.765,62.522,76.9z"/><path id="XMLID_537_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M152.502,76.636c0.102,0.072,0.567-0.13,0.38-0.267C152.772,76.295,152.309,76.497,152.502,76.636z"/><path id="XMLID_535_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M160.41,75.838c-0.252,0-0.5,0-0.754,0c0,0.177,0,0.353,0,0.532c0.254,0,0.502,0,0.754,0C160.41,76.19,160.41,76.015,160.41,75.838z"/><path id="XMLID_534_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M361.828,75.838c0-0.149-0.307-0.302-0.376,0C361.452,75.986,361.758,76.139,361.828,75.838z"/><path id="XMLID_533_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M234.198,75.838c0-0.149-0.304-0.302-0.377,0C233.822,75.986,234.125,76.139,234.198,75.838z"/><path id="XMLID_532_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M32.779,75.838c-0.106-0.075-0.57,0.126-0.376,0.264C32.505,76.176,32.975,75.974,32.779,75.838z"/><path id="XMLID_531_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M303.474,75.305c-0.378,0-0.449-0.217-0.752-0.266c0,0.266-0.309,0.318-0.38,0.533c0.38,0,0.449,0.215,0.754,0.267C303.096,75.571,303.401,75.521,303.474,75.305z"/><path id="XMLID_530_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M269.589,75.571c0.085-0.164-0.57-0.573-0.75-0.533C267.846,75.255,269.078,76.535,269.589,75.571z"/><path id="XMLID_529_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M27.13,75.305c0.7-0.887-1.351-1.121-1.503-0.534C26.216,74.889,25.949,75.611,27.13,75.305z"/><path id="XMLID_528_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M50.099,74.771c0.317-0.306,0.498-0.712,0.377-1.329c-1.226,0.156-1.755-0.178-2.635-0.267C48.284,73.924,48.449,74.872,50.099,74.771z"/><path id="XMLID_527_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M69.3,74.243c-0.11-0.966,2.544,0.022,1.882-1.33c-1.059,0.141-1.956,0.39-3.015,0.53C67.909,74.159,68.947,73.957,69.3,74.243z"/><path id="XMLID_526_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M368.979,73.976c0.109,0.073,0.573-0.129,0.376-0.265C369.258,73.636,368.785,73.84,368.979,73.976z"/><path id="XMLID_525_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M364.461,73.711c0.254,0,0.502,0,0.757,0c0-0.177,0-0.355,0-0.535c-0.255,0-0.503,0-0.757,0C364.461,73.356,364.461,73.533,364.461,73.711z"/><path id="XMLID_524_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M289.918,73.442c-0.08-0.321-0.416-0.164-0.755,0C289.171,73.713,289.828,73.777,289.918,73.442z"/><path id="XMLID_522_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M442.018,72.114c-0.041,0.502-1.244,0.185-1.128,0.798C441.549,73.711,443.218,72.532,442.018,72.114z"/><path id="XMLID_521_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M368.979,72.913c-0.097-0.075-0.564,0.126-0.371,0.263C368.707,73.251,369.175,73.05,368.979,72.913z"/><path id="XMLID_520_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M500,72.381c-0.252,0-0.5,0-0.753,0c0,0.175,0,0.354,0,0.532c0.253,0,0.501,0,0.753,0C500,72.735,500,72.556,500,72.381z"/><path id="XMLID_519_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M323.05,72.913c0.115-0.36,0.537-0.51,0.376-1.067C322.378,71.422,322.387,72.994,323.05,72.913z"/><path id="XMLID_517_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M299.331,72.381c-0.105-0.075-0.57,0.127-0.376,0.265C299.054,72.72,299.53,72.517,299.331,72.381z"/><path id="XMLID_516_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M141.958,72.381c0.581,0.73,2.211-0.013,2.258-0.536C143.442,72.009,141.604,71.42,141.958,72.381z"/><path id="XMLID_515_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M82.473,72.114c0.596-0.396,0.421-1.187-0.751-1.064C81.618,71.657,81.813,72.05,82.473,72.114z"/><path id="XMLID_514_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M489.08,71.845c0.105,0.077,0.574-0.125,0.378-0.263C489.357,71.51,488.887,71.709,489.08,71.845z"/><path id="XMLID_513_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M492.472,71.316c-0.109-0.073-0.572,0.129-0.379,0.267C492.198,71.656,492.666,71.455,492.472,71.316z"/><path id="XMLID_512_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M380.65,71.582c1.452,0.21,1.452-1.273,0-1.065C380.65,70.874,380.65,71.226,380.65,71.582z"/><path id="XMLID_511_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M146.851,71.316c-0.005-0.269-0.656-0.335-0.75,0C146.523,71.289,146.684,71.703,146.851,71.316z"/><path id="XMLID_509_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M51.6,71.05c0.862-0.602-0.251-1.169-0.753-1.594C50.27,69.857,50.183,71.278,51.6,71.05z"/><path id="XMLID_508_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M338.866,70.255c-0.107-0.075-0.576,0.126-0.38,0.262C338.586,70.593,339.058,70.388,338.866,70.255z"/><path id="XMLID_507_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M335.1,70.517c0-0.176,0-0.354,0-0.53c-0.38,0-0.754,0-1.128,0C333.918,70.464,334.341,70.608,335.1,70.517z"/><path id="XMLID_506_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M79.463,70.255c0.021-0.163,0.054-0.319,0.374-0.268c0-0.178,0-0.355,0-0.531C78.915,69.041,78.731,70.36,79.463,70.255z"/><path id="XMLID_505_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M290.298,69.721c-0.104-0.073-0.572,0.127-0.38,0.265C290.027,70.061,290.492,69.857,290.298,69.721z"/><path id="XMLID_504_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M8.683,69.987c0-0.265,0-0.531,0-0.801c-0.25,0-0.502,0-0.756,0c-0.017,0.343-0.48,0.371-0.374,0.801C7.928,69.987,8.309,69.987,8.683,69.987z"/><path id="XMLID_503_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M464.231,69.456c0.002-0.15-0.302-0.301-0.376,0C463.855,69.601,464.16,69.756,464.231,69.456z"/><path id="XMLID_501_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M292.931,69.721c0.104-0.607-0.088-1-0.753-1.063C292.266,69.129,291.796,69.989,292.931,69.721z"/><path id="XMLID_500_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M221.775,69.721c1.113-1.048-0.79-1.803-1.883-2.128C219.751,68.847,220.567,69.421,221.775,69.721z"/><path id="XMLID_498_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M465.365,69.186c0.104,0.078,0.572-0.128,0.376-0.264C465.634,68.85,465.171,69.05,465.365,69.186z"/><path id="XMLID_497_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M34.662,69.186c0.104,0.078,0.572-0.128,0.379-0.264C34.937,68.85,34.466,69.05,34.662,69.186z"/><path id="XMLID_495_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M287.66,68.658c-0.107-0.075-0.572,0.129-0.375,0.264C287.386,68.996,287.856,68.796,287.66,68.658z"/><path id="XMLID_493_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M94.898,68.923c0.398-0.674-1.271-1.178-1.509-0.533C93.986,68.504,93.715,69.227,94.898,68.923z"/><path id="XMLID_492_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M21.483,68.923c0-0.266,0.303-0.315,0.377-0.533c-0.592,0.028-1.309-0.035-1.13,0.533C20.984,68.923,21.235,68.923,21.483,68.923z"/><path id="XMLID_491_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M143.092,68.658c0.287-0.063,0.737-0.008,0.751-0.269C143.552,68.452,143.099,68.4,143.092,68.658z"/><path id="XMLID_490_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M109.206,68.389c-0.106-0.071-0.572,0.129-0.376,0.269C108.932,68.731,109.403,68.528,109.206,68.389z"/><path id="XMLID_488_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M386.677,67.593c0.107,0.074,0.57-0.129,0.378-0.266C386.953,67.253,386.481,67.455,386.677,67.593z"/><path id="XMLID_487_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M303.848,66.795c0,0.179,0,0.354,0,0.532C304.544,68.211,305.688,66.528,303.848,66.795z"/><path id="XMLID_486_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M247.003,67.327c-0.105-0.074-0.577,0.129-0.381,0.266C246.731,67.667,247.197,67.464,247.003,67.327z"/><path id="XMLID_485_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M140.077,67.593c-0.012-0.367,0.178-0.583,0.379-0.798c-0.379,0-0.753,0-1.13,0C139.355,67.215,139.274,67.717,140.077,67.593z"/><path id="XMLID_484_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M290.298,67.06c-0.104-0.073-0.572,0.129-0.38,0.267C290.027,67.402,290.492,67.201,290.298,67.06z"/><path id="XMLID_483_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M171.703,67.06c-0.003-0.267-0.661-0.336-0.751,0C171.37,67.033,171.538,67.449,171.703,67.06z"/><path id="XMLID_482_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M166.434,67.327c0.251,0,0.499,0,0.75,0c0-0.178,0-0.353,0-0.532c-0.251,0-0.499,0-0.75,0C166.434,66.974,166.434,67.149,166.434,67.327z"/><path id="XMLID_481_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M141.958,67.327c0-0.267,0-0.532,0-0.796c-0.375,0-0.752,0-1.129,0C140.762,67.11,141.139,67.376,141.958,67.327z"/><path id="XMLID_480_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M107.325,66.795c0-0.148-0.306-0.301-0.377,0C106.945,66.943,107.25,67.097,107.325,66.795z"/><path id="XMLID_479_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M484.938,66.795c0.254,0,0.5,0,0.756,0c0-0.175,0-0.354,0-0.532c-0.256,0-0.502,0-0.756,0C484.938,66.441,484.938,66.62,484.938,66.795z"/><path id="XMLID_478_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M310.252,65.998c-0.107-0.074-0.574,0.13-0.376,0.266C309.978,66.336,310.445,66.136,310.252,65.998z"/><path id="XMLID_477_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M140.83,66.263c0-0.266,0.306-0.313,0.377-0.534c-0.377,0.002-0.45-0.213-0.751-0.265c0,0.267-0.306,0.317-0.379,0.533C140.456,65.998,140.526,66.214,140.83,66.263z"/><path id="XMLID_476_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M103.179,66.263c0.076-0.762,0.049-1.451-1.123-1.33c0.012,0.369-0.181,0.586-0.379,0.796C102.424,65.736,102.156,66.457,103.179,66.263z"/><path id="XMLID_475_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M485.314,65.73c-0.097-0.071-0.567,0.13-0.375,0.268C485.049,66.071,485.51,65.868,485.314,65.73z"/><path id="XMLID_474_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M473.268,65.998c0.104,0.073,0.573-0.129,0.376-0.268C473.542,65.659,473.074,65.859,473.268,65.998z"/><path id="XMLID_473_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M296.698,65.73c-0.005,0.15,0.302,0.305,0.375,0C297.073,65.584,296.767,65.432,296.698,65.73z"/><path id="XMLID_472_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M178.856,65.73c0.021-0.161,0.052-0.312,0.377-0.265c0-0.176,0-0.354,0-0.531C178.306,64.521,178.123,65.838,178.856,65.73z"/><path id="XMLID_471_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M444.278,65.201c-0.29,0.059-0.74,0.008-0.751,0.264C443.819,65.407,444.271,65.457,444.278,65.201z"/><path id="XMLID_470_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M303.474,64.933c0-0.146-0.306-0.3-0.378,0C303.096,65.083,303.401,65.236,303.474,64.933z"/><path id="XMLID_469_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M83.605,64.668c-0.52,0.011-0.826-0.125-1.132-0.268C82.298,65.227,83.487,65.402,83.605,64.668z"/><path id="XMLID_468_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M233.444,64.668c-0.104-0.074-0.566,0.129-0.374,0.265C233.173,65.008,233.639,64.804,233.444,64.668z"/><path id="XMLID_466_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M86.241,64.4c1.067,0.279,1.57,0.279,2.637,0c-0.31-0.755-0.605-1.522-2.264-1.328C86.298,63.381,86.12,63.785,86.241,64.4z"/><path id="XMLID_464_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M113.722,63.871c0-0.149-0.3-0.302-0.374,0C113.346,64.017,113.649,64.17,113.722,63.871z"/><path id="XMLID_462_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M269.589,63.604c-0.292,0.06-0.743,0.007-0.75,0.267C269.13,63.81,269.579,63.864,269.589,63.604z"/><path id="XMLID_461_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M118.994,63.604c0-0.146-0.303-0.301-0.374,0C118.617,63.751,118.92,63.908,118.994,63.604z"/><path id="XMLID_460_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M96.407,63.871c0.099,0.075,0.568-0.128,0.377-0.267C96.677,63.532,96.213,63.733,96.407,63.871z"/><path id="XMLID_458_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M279.004,63.339c0-0.177,0-0.352,0-0.534c-0.378,0-0.759,0-1.13,0C277.824,63.284,278.245,63.431,279.004,63.339z"/><path id="XMLID_457_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M220.272,63.339c0.294-0.061,0.741-0.008,0.751-0.267C220.73,63.132,220.282,63.082,220.272,63.339z"/><path id="XMLID_456_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M124.265,63.339c0.104,0.073,0.57-0.129,0.377-0.267C124.534,62.999,124.069,63.2,124.265,63.339z"/><path id="XMLID_455_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M470.258,62.806c-0.293,0.06-0.745,0.008-0.751,0.267C469.799,63.014,470.248,63.066,470.258,62.806z"/><path id="XMLID_454_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M306.108,62.274c0.002-0.144-0.303-0.301-0.376,0C305.732,62.423,306.038,62.578,306.108,62.274z"/><path id="XMLID_452_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M117.114,62.011c-0.295,0.057-0.745,0.005-0.755,0.263C116.649,62.218,117.103,62.27,117.114,62.011z"/><path id="XMLID_451_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M85.112,62.011c0-0.15-0.309-0.304-0.377,0C84.729,62.154,85.038,62.311,85.112,62.011z"/><path id="XMLID_450_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M241.732,61.742c-0.105-0.071-0.573,0.129-0.376,0.269C241.456,62.083,241.924,61.882,241.732,61.742z"/><path id="XMLID_449_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M140.077,61.213c-1.098-0.394-1.098,1.186,0,0.798C140.077,61.742,140.077,61.48,140.077,61.213z"/><path id="XMLID_447_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M364.461,61.48c-0.104-0.075-0.568,0.125-0.376,0.263C364.193,61.819,364.659,61.616,364.461,61.48z"/><path id="XMLID_446_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M345.261,61.48c-0.102-0.075-0.57,0.125-0.374,0.263C344.992,61.819,345.457,61.616,345.261,61.48z"/><path id="XMLID_445_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M127.275,61.48c0.376,0,0.753,0,1.129,0c-0.057-0.316,0.069-0.758-0.376-0.8C128,61.098,127.072,60.888,127.275,61.48z"/><path id="XMLID_443_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.485,60.947c-0.099-0.074-0.57,0.127-0.368,0.266C149.219,61.286,149.686,61.085,149.485,60.947z"/><path id="XMLID_441_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M240.596,60.947c0-0.354,0-0.712,0-1.062c-0.709-0.063-0.826,0.296-1.503,0.264C238.977,60.848,239.616,61.021,240.596,60.947z"/><path id="XMLID_440_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M81.722,60.947c0-0.267,0-0.533,0-0.798c-0.562,0.046-1.391-0.097-1.504,0.265C80.964,60.419,80.695,61.139,81.722,60.947z"/><path id="XMLID_439_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M104.309,59.615c0.411,0.597,1.023,1.053,2.26,1.064c0-0.443,0-0.885,0-1.33C105.907,59.504,104.358,59.03,104.309,59.615z"/><path id="XMLID_438_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M51.6,59.085c-1.179,0.051-1.809,0.494-1.882,1.329c0.711-0.058,0.832,0.299,1.511,0.266C51.475,60.121,52.223,59.497,51.6,59.085z"/><path id="XMLID_437_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M310.624,60.414c-0.056-0.314,0.067-0.754-0.372-0.799c-0.024,0.164-0.059,0.316-0.376,0.269C309.917,60.205,309.987,60.511,310.624,60.414z"/><path id="XMLID_436_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M138.949,60.148c-0.103-0.073-0.575,0.126-0.376,0.265C138.675,60.49,139.143,60.285,138.949,60.148z"/><path id="XMLID_435_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M228.553,59.884c0-0.151-0.304-0.304-0.374,0C228.177,60.028,228.481,60.185,228.553,59.884z"/><path id="XMLID_434_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M127.275,59.615c-0.102-0.072-0.571,0.129-0.372,0.269C127.002,59.956,127.474,59.755,127.275,59.615z"/><path id="XMLID_433_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M206.337,59.35c-0.288,0.059-0.742,0.008-0.753,0.265C205.882,59.556,206.327,59.61,206.337,59.35z"/><path id="XMLID_432_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M249.259,59.35c0.105,0.072,0.57-0.125,0.376-0.265C249.53,59.01,249.065,59.214,249.259,59.35z"/><path id="XMLID_430_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M190.151,59.085c-0.104-0.074-0.57,0.129-0.376,0.265C189.879,59.422,190.345,59.225,190.151,59.085z"/><path id="XMLID_429_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M390.814,58.553c-0.099-0.075-0.564,0.129-0.371,0.264C390.547,58.893,391.012,58.692,390.814,58.553z"/><path id="XMLID_428_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M137.817,58.553c-0.105-0.075-0.57,0.129-0.376,0.264C137.543,58.893,138.014,58.692,137.817,58.553z"/><path id="XMLID_427_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M311.376,58.553c0.256,0,0.502,0,0.757,0c0-0.177,0-0.354,0-0.534c-0.255,0-0.501,0-0.757,0C311.376,58.2,311.376,58.377,311.376,58.553z"/><path id="XMLID_425_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M248.882,56.958c-0.596,0.397-0.423,1.187,0.754,1.062C249.738,57.413,249.546,57.021,248.882,56.958z"/><path id="XMLID_424_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M186.386,58.02c0.1,0.075,0.569-0.129,0.377-0.265C186.663,57.681,186.192,57.884,186.386,58.02z"/><path id="XMLID_422_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M432.984,57.755c-0.097-0.777,0.853-0.817,0.755-1.594C431.896,55.951,432.045,57.808,432.984,57.755z"/><path id="XMLID_421_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.485,57.755c0.113,0.075,0.575-0.127,0.382-0.266C149.765,57.419,149.294,57.615,149.485,57.755z"/><path id="XMLID_420_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M105.817,57.488c-0.101-0.069-0.572,0.127-0.374,0.266C105.549,57.83,106.014,57.628,105.817,57.488z"/><path id="XMLID_419_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M273.355,57.488c0.316-0.307,0.498-0.711,0.376-1.328c-0.522,0.01-0.831-0.127-1.133-0.267C271.988,56.325,272.146,57.565,273.355,57.488z"/><path id="XMLID_418_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M152.502,57.488c0-0.265,0-0.531,0-0.798C151.405,56.302,151.405,57.88,152.502,57.488z"/><path id="XMLID_416_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M359.947,56.958c-0.109-0.074-0.57,0.128-0.373,0.266C359.671,57.295,360.139,57.094,359.947,56.958z"/><path id="XMLID_415_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M147.985,57.223c0-0.266,0-0.533,0-0.799c-0.379,0-0.754,0-1.133,0C146.786,57.007,147.16,57.271,147.985,57.223z"/><path id="XMLID_414_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M103.932,56.958c0-0.178,0-0.354,0-0.533c-0.373,0-0.444-0.216-0.753-0.264C103.219,56.578,103.133,57.084,103.932,56.958z"/><path id="XMLID_413_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M90.382,56.958c0.291-0.062,0.743-0.007,0.753-0.268C90.843,56.751,90.393,56.698,90.382,56.958z"/><path id="XMLID_412_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M461.596,56.425c0.002-0.147-0.304-0.3-0.376,0C461.22,56.574,461.529,56.725,461.596,56.425z"/><path id="XMLID_411_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M410.772,56.425c-0.104-0.074-0.572,0.129-0.38,0.266C410.499,56.764,410.966,56.561,410.772,56.425z"/><path id="XMLID_410_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M128.028,56.69c0.651,0.017,0.969-0.203,1.132-0.53C128.514,56.144,128.195,56.364,128.028,56.69z"/><path id="XMLID_409_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.117,55.894c-0.383,0.001-0.451-0.216-0.756-0.265c0,0.267-0.306,0.315-0.376,0.532c0.376-0.001,0.45,0.215,0.753,0.264C148.734,56.159,149.043,56.11,149.117,55.894z"/><path id="XMLID_408_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M338.132,55.112c0,0.354,0,0.708,0,1.064C339.582,56.384,339.582,54.899,338.132,55.112z"/><path id="XMLID_407_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M305.354,54.564c-0.501,0-1.005,0-1.505,0c-0.143,0.898,0.652,1.134,1.131,1.597C304.971,55.535,305.627,55.376,305.354,54.564z"/><path id="XMLID_404_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M162.292,55.362c-0.108-0.074-0.57,0.128-0.379,0.266C162.017,55.702,162.483,55.5,162.292,55.362z"/><path id="XMLID_403_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M419.059,54.564c-0.38,0-0.759,0-1.135,0c0,0.267,0,0.533,0,0.798c0.376,0,0.755,0,1.135,0C419.059,55.097,419.059,54.83,419.059,54.564z"/><path id="XMLID_401_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M455.575,54.83c0.002-0.148-0.306-0.303-0.378,0C455.197,54.978,455.499,55.134,455.575,54.83z"/><path id="XMLID_399_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M280.886,54.564c0.103,0.075,0.567-0.127,0.375-0.265C281.157,54.225,280.685,54.426,280.886,54.564z"/><path id="XMLID_398_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M76.825,53.768c0.266,0.325-0.22,0.992,0.756,0.796c1.223-0.669-0.395-2.527-1.506-1.597C75.947,53.499,76.602,53.486,76.825,53.768z"/><path id="XMLID_396_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M385.922,54.299c0.252,0,0.505,0,0.755,0c0-0.177,0-0.354,0-0.531c-0.25,0-0.503,0-0.755,0C385.922,53.945,385.922,54.122,385.922,54.299z"/><path id="XMLID_395_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M163.796,54.299c0.259-0.716-0.777-0.514-1.131-0.798C162.444,54.191,162.817,54.457,163.796,54.299z"/><path id="XMLID_394_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M91.135,54.299c0.1,0.073,0.568-0.13,0.377-0.266C91.405,53.959,90.939,54.162,91.135,54.299z"/><path id="XMLID_393_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M157.394,53.768c0.006-0.148-0.303-0.303-0.373,0C157.021,53.915,157.321,54.066,157.394,53.768z"/><path id="XMLID_392_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M58.383,53.768c-0.11-0.076-0.576,0.127-0.38,0.265C58.103,54.105,58.576,53.905,58.383,53.768z"/><path id="XMLID_30_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M39.178,54.033c0.106,0.072,0.572-0.127,0.378-0.265C39.454,53.692,38.984,53.895,39.178,54.033z"/><path id="XMLID_29_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M31.27,52.967c-0.853-0.072-1.412,0.065-1.503,0.534c0.541,0.063,0.635,0.438,1.132,0.531C30.813,53.531,31.319,53.445,31.27,52.967z"/><path id="XMLID_28_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M118.994,53.768c0.24-0.646-1.794-0.998-1.88-0.534C117.831,53.346,117.793,53.994,118.994,53.768z"/><path id="XMLID_27_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M477.41,53.234c-0.292,0.061-0.743,0.008-0.755,0.268C476.949,53.44,477.4,53.494,477.41,53.234z"/><path id="XMLID_26_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M15.838,52.967c-0.38,0-0.756,0-1.13,0c-0.049,0.478,0.371,0.623,1.13,0.534C15.838,53.323,15.838,53.146,15.838,52.967z"/><path id="XMLID_23_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M308.743,52.702c0-0.147-0.307-0.301-0.374,0C308.369,52.851,308.671,53.006,308.743,52.702z"/><path id="XMLID_22_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M261.307,52.438c-0.25,0-0.505,0-0.755,0c0,0.176,0,0.353,0,0.529c0.25,0,0.505,0,0.755,0C261.307,52.792,261.307,52.615,261.307,52.438z"/><path id="XMLID_21_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M138.197,52.438c0.123-1.316-2.086-0.697-1.885,0.263C137.375,52.924,137.285,52.327,138.197,52.438z"/><path id="XMLID_20_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M8.683,52.438c-0.105-0.075-0.572,0.127-0.374,0.263C8.412,52.777,8.88,52.574,8.683,52.438z"/><path id="XMLID_19_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M422.818,51.905c-0.252,0-0.5,0-0.754,0c0,0.177,0,0.352,0,0.533c0.254,0,0.502,0,0.754,0C422.818,52.257,422.818,52.082,422.818,51.905z"/><path id="XMLID_18_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M289.163,52.171c-0.102-0.073-0.568,0.127-0.372,0.268C288.894,52.512,289.359,52.309,289.163,52.171z"/><path id="XMLID_17_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M257.915,52.438c0.515-0.34,0.584-1.305-0.376-1.33C257.026,51.445,256.958,52.411,257.915,52.438z"/><path id="XMLID_14_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M397.593,51.372c0.107,0.076,0.577-0.127,0.379-0.264C397.865,51.03,397.4,51.233,397.593,51.372z"/><path id="XMLID_13_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M187.14,51.372c0.857,0.076,1.417-0.061,1.506-0.531C187.975,50.901,186.763,50.572,187.14,51.372z"/><path id="XMLID_12_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M136.311,51.108c-0.104-0.078-0.567,0.125-0.377,0.264C136.039,51.448,136.507,51.245,136.311,51.108z"/><path id="XMLID_11_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.056,51.108c-0.003,0.146,0.302,0.298,0.374,0C102.429,50.958,102.126,50.806,102.056,51.108z"/><path id="XMLID_10_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M356.184,50.841c-0.107-0.075-0.572,0.125-0.376,0.267C355.91,51.18,356.377,50.978,356.184,50.841z"/><path id="XMLID_9_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M324.181,50.841c0.054-0.279-0.292-0.688-0.378-0.266C323.748,50.853,324.097,51.263,324.181,50.841z"/><path id="XMLID_8_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M3.412,50.575c-0.102-0.071-0.572,0.129-0.374,0.266C3.143,50.914,3.608,50.713,3.412,50.575z"/><path id="XMLID_7_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M248.504,50.308c-0.29,0.06-0.741,0.01-0.752,0.267C248.044,50.514,248.496,50.568,248.504,50.308z"/><path id="XMLID_6_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M366.722,49.778c0-0.149-0.304-0.302-0.376,0C366.344,49.924,366.653,50.077,366.722,49.778z"/><path id="XMLID_5_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M254.53,49.778c-0.104-0.073-0.572,0.127-0.376,0.265C254.258,50.116,254.721,49.915,254.53,49.778z"/><path id="XMLID_364_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M147.231,50.043c-0.06-0.314,0.068-0.755-0.379-0.798c-0.018,0.163-0.055,0.313-0.375,0.266C146.523,49.836,146.59,50.141,147.231,50.043z"/><path id="XMLID_363_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M143.463,49.778c-0.288,0.058-0.742,0.008-0.751,0.265C143.005,49.983,143.455,50.036,143.463,49.778z"/><path id="XMLID_362_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M141.958,48.713c-0.854-0.075-1.411,0.063-1.503,0.533c0.536,0.065,0.632,0.439,1.127,0.533C141.7,49.419,142.119,49.269,141.958,48.713z"/><path id="XMLID_361_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M222.904,48.978c0.106,0.075,0.571-0.129,0.378-0.265C223.18,48.641,222.711,48.841,222.904,48.978z"/><path id="XMLID_360_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M397.972,48.449c-0.081-0.323-0.417-0.163-0.752,0C397.223,48.717,397.881,48.782,397.972,48.449z"/><path id="XMLID_358_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M327.943,48.182c-0.104-0.073-0.57,0.128-0.372,0.267C327.671,48.521,328.141,48.32,327.943,48.182z"/><path id="XMLID_357_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M162.665,48.449c0.108-0.607-0.088-1.001-0.752-1.064C161.319,47.779,161.492,48.572,162.665,48.449z"/><path id="XMLID_356_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M119.747,48.449c0.037-0.42,0.96-0.209,0.75-0.801c-0.678-0.224-1.033-0.681-1.877-0.795C118.596,47.662,118.958,48.207,119.747,48.449z"/><path id="XMLID_355_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M375.757,47.916c-0.104-0.073-0.57,0.13-0.373,0.265C375.485,48.254,375.953,48.052,375.757,47.916z"/><path id="XMLID_354_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M460.844,47.916c0.107,0.073,0.572-0.129,0.376-0.269C461.118,47.577,460.648,47.777,460.844,47.916z"/><path id="XMLID_353_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M404.745,47.916c0.252,0,0.503,0,0.757,0c-0.205-0.385,0.439-1.375-0.38-1.33c0.274,0.724-0.746,0.536-0.748,1.061C404.604,47.665,404.819,47.687,404.745,47.916z"/><path id="XMLID_352_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M275.238,47.647c0.052-0.275-0.293-0.683-0.381-0.263C274.803,47.662,275.149,48.072,275.238,47.647z"/><path id="XMLID_351_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M131.04,47.119c-0.104-0.074-0.567,0.129-0.374,0.266C130.768,47.458,131.233,47.256,131.04,47.119z"/><path id="XMLID_350_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.358,46.852c-0.252,0-0.503,0-0.753,0c0,0.178,0,0.354,0,0.533c0.251,0,0.501,0,0.753,0C116.358,47.206,116.358,47.03,116.358,46.852z"/><path id="XMLID_346_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M343.003,46.32c0.002-0.146-0.307-0.301-0.374,0C342.626,46.468,342.93,46.621,343.003,46.32z"/><path id="XMLID_345_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M181.491,46.054c-0.23-0.366-1.448-0.04-1.506-0.534c-0.042-0.322-0.11-0.627-0.753-0.529C178.636,46.284,181.067,47.102,181.491,46.054z"/><path id="XMLID_344_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M428.468,45.789c-0.107-0.073-0.574,0.127-0.378,0.265C428.194,46.128,428.661,45.928,428.468,45.789z"/><path id="XMLID_343_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M182.245,46.054c0.25,0,0.502,0,0.752,0c0-0.178,0-0.352,0-0.534c-0.25,0-0.502,0-0.752,0C182.245,45.701,182.245,45.876,182.245,46.054z"/><path id="XMLID_342_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M104.309,45.789c-0.29,0.057-0.74,0.008-0.75,0.265C103.849,45.996,104.298,46.047,104.309,45.789z"/><path id="XMLID_341_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M354.674,45.52c0.489-0.35,0.233-0.8-0.374-1.059C354.252,45.124,353.579,45.29,354.674,45.52z"/><path id="XMLID_340_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M7.553,45.257c-0.101-0.072-0.57,0.129-0.378,0.263C7.279,45.597,7.75,45.393,7.553,45.257z"/><path id="XMLID_339_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M459.34,44.991c-0.109-0.073-0.572,0.128-0.376,0.266C459.063,45.328,459.533,45.127,459.34,44.991z"/><path id="XMLID_338_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M249.636,44.991c-0.294,0.059-0.743,0.01-0.754,0.266C249.175,45.198,249.628,45.251,249.636,44.991z"/><path id="XMLID_336_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M474.025,44.726c-0.008-0.267-0.663-0.335-0.757,0C473.69,44.698,473.857,45.111,474.025,44.726z"/><path id="XMLID_335_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M489.08,44.726c0.118-0.36,0.537-0.507,0.378-1.064c-0.378,0-0.754,0-1.128,0C488.222,44.269,488.421,44.661,489.08,44.726z"/><path id="XMLID_334_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M345.261,44.726c0-0.265,0.306-0.318,0.378-0.534c-0.483-0.012-0.522-0.34-1.129-0.264C344.494,44.386,344.796,44.609,345.261,44.726z"/><path id="XMLID_333_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M471.761,44.461c0.107,0.071,0.576-0.129,0.378-0.269C472.036,44.119,471.57,44.321,471.761,44.461z"/><path id="XMLID_332_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M275.238,44.192C276.147,43.302,273.975,44.838,275.238,44.192L275.238,44.192z"/><path id="XMLID_331_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M154.382,44.461c0.32-0.309,0.502-0.717,0.38-1.33c-0.568,0.044-1.386-0.097-1.508,0.265C154.254,43.311,152.902,44.886,154.382,44.461z"/><path id="XMLID_330_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M217.256,44.192c0.643-0.447-0.219-1.194-0.752-1.594C215.923,43.003,215.828,44.423,217.256,44.192z"/><path id="XMLID_329_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M155.137,43.662c-0.004,0.146,0.307,0.3,0.379,0C155.517,43.514,155.208,43.361,155.137,43.662z"/><path id="XMLID_328_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M24.121,43.396c-1.058-0.051-1.032-0.869-1.885-1.064c0.464,0.861-1.215,0.202-0.753,1.064C22.896,43.146,23.642,44.523,24.121,43.396z"/><path id="XMLID_327_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M182.626,43.396c-0.11-0.072-0.575,0.125-0.382,0.266C182.349,43.738,182.814,43.533,182.626,43.396z"/><path id="XMLID_326_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M118.238,43.396c-0.076-0.324-0.413-0.163-0.748,0C117.492,43.663,118.149,43.728,118.238,43.396z"/><path id="XMLID_323_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M166.434,42.864c-0.105-0.073-0.572,0.128-0.38,0.266C166.159,43.204,166.625,43.001,166.434,42.864z"/><path id="XMLID_322_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M311.757,42.597c-0.444,0.04-1.068-0.045-1.133,0.267C311.067,42.822,311.696,42.908,311.757,42.597z"/><path id="XMLID_321_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M161.914,42.332c-0.29,0.058-0.741,0.007-0.754,0.265C161.451,42.539,161.905,42.591,161.914,42.332z"/><path id="XMLID_320_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M489.458,42.066c0-0.177,0-0.354,0-0.533c-0.378,0-0.449-0.215-0.754-0.268C488.741,41.688,488.656,42.19,489.458,42.066z"/><path id="XMLID_319_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M304.603,41.8c-0.107-0.074-0.572,0.13-0.376,0.265C304.331,42.14,304.798,41.939,304.603,41.8z"/><path id="XMLID_318_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M119.37,42.066c0.259-0.713-0.78-0.512-1.131-0.8C118.016,41.961,118.393,42.224,119.37,42.066z"/><path id="XMLID_317_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M471.761,41.8c0.861,0.074,1.417-0.064,1.506-0.535C472.605,41.326,471.383,41.005,471.761,41.8z"/><path id="XMLID_316_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.117,41.8c0.104-0.607-0.095-0.999-0.756-1.064C148.253,41.34,148.452,41.736,149.117,41.8z"/><path id="XMLID_315_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M385.922,41.533c0.109,0.076,0.574-0.128,0.381-0.268C386.194,41.196,385.731,41.396,385.922,41.533z"/><path id="XMLID_314_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M128.404,41.265c-0.101-0.069-0.572,0.131-0.376,0.268C128.136,41.609,128.6,41.405,128.404,41.265z"/><path id="XMLID_313_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M406.631,41.005c0.019-0.34,0.48-0.371,0.375-0.799c-0.252,0-0.502,0-0.754,0C405.828,40.588,405.846,40.852,406.631,41.005z"/><path id="XMLID_311_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M111.087,40.205C112.233,39.309,109.695,39.397,111.087,40.205L111.087,40.205z"/><path id="XMLID_309_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M490.589,39.407C491.498,38.516,489.325,40.05,490.589,39.407L490.589,39.407z"/><path id="XMLID_308_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M441.642,39.673c0.107,0.073,0.573-0.127,0.376-0.266C441.921,39.335,441.446,39.534,441.642,39.673z"/><path id="XMLID_307_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M277.117,39.673c0.252,0,0.504,0,0.757,0c0-0.179,0-0.354,0-0.531c-0.253,0-0.505,0-0.757,0C277.117,39.318,277.117,39.494,277.117,39.673z"/><path id="XMLID_306_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M160.033,39.407c0.003,0.269,0.66,0.332,0.756,0C160.705,39.084,160.368,39.245,160.033,39.407z"/><path id="XMLID_305_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M374.25,39.407c0-0.356,0-0.709,0-1.062C372.807,38.132,372.807,39.615,374.25,39.407z"/><path id="XMLID_304_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M152.502,39.141c0-0.148-0.309-0.304-0.378,0C152.124,39.289,152.429,39.441,152.502,39.141z"/><path id="XMLID_303_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M228.927,38.876c0.003-0.149-0.304-0.304-0.374,0C228.553,39.02,228.856,39.177,228.927,38.876z"/><path id="XMLID_302_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M148.737,38.077c0.018,0.366-0.176,0.585-0.376,0.799c0.478,0.011,0.52,0.34,1.124,0.265C149.597,38.535,149.398,38.141,148.737,38.077z"/><path id="XMLID_301_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M142.712,38.609c-0.102-0.074-0.57,0.126-0.376,0.267C142.441,38.95,142.908,38.748,142.712,38.609z"/><path id="XMLID_300_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M105.067,38.344c0.376-0.003,0.445,0.214,0.75,0.265c-0.003-0.268,0.306-0.316,0.38-0.532c-0.383,0.002-0.453-0.218-0.754-0.265C105.443,38.079,105.135,38.127,105.067,38.344z"/><path id="XMLID_299_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M247.003,38.344c0.02-0.341,0.48-0.368,0.378-0.798c-0.252,0-0.503,0-0.759,0C246.2,37.929,246.218,38.193,247.003,38.344z"/><path id="XMLID_298_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M151.372,38.077c0-0.148-0.305-0.3-0.375,0C150.997,38.225,151.3,38.381,151.372,38.077z"/><path id="XMLID_297_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M142.712,38.077c0-0.148-0.306-0.3-0.376,0C142.336,38.225,142.636,38.381,142.712,38.077z"/><path id="XMLID_296_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M477.41,37.547c-0.252,0-0.502,0-0.755,0c0,0.177,0,0.355,0,0.53c0.253,0,0.503,0,0.755,0C477.41,37.902,477.41,37.723,477.41,37.547z"/><path id="XMLID_295_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M157.77,36.217c0,0.355,0,0.709,0,1.062C159.225,37.489,159.225,36.008,157.77,36.217z"/><path id="XMLID_294_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M163.796,36.748C164.193,35.208,162.164,36.636,163.796,36.748L163.796,36.748z"/><path id="XMLID_293_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M433.362,36.217c0.489,0.341,1.387,0.341,1.88,0C435.236,34.978,433.368,34.978,433.362,36.217z"/><path id="XMLID_292_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M426.584,36.217c-0.292,0.061-0.743,0.005-0.749,0.263C426.119,36.423,426.576,36.475,426.584,36.217z"/><path id="XMLID_288_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M466.493,36.217c0-0.178,0-0.354,0-0.531c-0.378,0-0.753,0-1.129,0C465.316,36.164,465.735,36.306,466.493,36.217z"/><path id="XMLID_287_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M470.635,35.418c-0.423,0.028-0.586-0.387-0.752,0C469.885,35.687,470.542,35.754,470.635,35.418z"/><path id="XMLID_286_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M207.091,35.153c-0.099-0.072-0.565,0.129-0.372,0.265C206.818,35.494,207.283,35.29,207.091,35.153z"/><path id="XMLID_285_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M433.362,34.356c-0.252,0-0.502,0-0.755,0c0,0.177,0,0.353,0,0.532c0.253,0,0.503,0,0.755,0C433.362,34.708,433.362,34.533,433.362,34.356z"/><path id="XMLID_284_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M442.018,34.619c0-0.176,0-0.351,0-0.53c-0.376,0-0.753,0-1.128,0C440.842,34.564,441.265,34.71,442.018,34.619z"/><path id="XMLID_281_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M425.454,33.822c-0.378,0.002-0.448-0.214-0.753-0.265c0.002,0.268-0.307,0.317-0.376,0.532c0.378,0,0.445,0.215,0.757,0.267C425.076,34.089,425.382,34.037,425.454,33.822z"/><path id="XMLID_280_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M417.548,34.089c-0.102-0.073-0.568,0.129-0.376,0.267C417.274,34.427,417.743,34.227,417.548,34.089z"/><path id="XMLID_279_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M370.867,34.089c0.024-0.003-0.026-0.246,0-0.267c0.036-0.031,0.354-0.549,0.376-0.532C370.832,32.907,369.523,34.256,370.867,34.089z"/><path id="XMLID_276_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M414.913,33.291c0-0.267,0.308-0.317,0.378-0.532c-0.591,0.026-1.306-0.035-1.131,0.532C414.41,33.291,414.665,33.291,414.913,33.291z"/><path id="XMLID_275_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M147.605,33.026c0.007-0.15-0.301-0.303-0.374,0C147.231,33.172,147.54,33.325,147.605,33.026z"/><path id="XMLID_274_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M482.684,30.633c-1.982-0.071-2.36,0.991-2.636,2.125C481.642,33.276,483.121,32.332,482.684,30.633z"/><path id="XMLID_273_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M433.738,32.759c-0.294,0.061-0.743,0.009-0.755,0.267C433.277,32.966,433.728,33.017,433.738,32.759z"/><path id="XMLID_272_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M155.137,32.492c0.916-0.677-0.156-1.451-0.756-1.859c-0.062,0.309-0.593,0.289-1.128,0.265C153.461,31.728,154.152,32.216,155.137,32.492z"/><path id="XMLID_271_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M112.972,32.492c0.018-0.34,0.481-0.369,0.376-0.796c-0.251,0-0.502,0-0.753,0C112.172,32.078,112.187,32.346,112.972,32.492z"/><path id="XMLID_270_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M305.732,31.429c0.104,0.073,0.574-0.13,0.376-0.265C306.006,31.091,305.535,31.292,305.732,31.429z"/><path id="XMLID_269_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M90.756,31.429c0.108,0.073,0.57-0.13,0.379-0.265C91.031,31.091,90.566,31.292,90.756,31.429z"/><path id="XMLID_268_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M428.468,30.366c-0.107-0.071-0.574,0.129-0.378,0.267C428.194,30.706,428.661,30.504,428.468,30.366z"/><path id="XMLID_267_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M235.709,30.366C236.617,29.474,234.444,31.01,235.709,30.366L235.709,30.366z"/><path id="XMLID_266_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M56.121,30.633c0.073-0.764,0.047-1.453-1.132-1.33c-0.113,0.359-0.534,0.507-0.374,1.063C55.122,30.449,55.337,30.745,56.121,30.633z"/><path id="XMLID_260_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M50.476,29.569c0.248,0,0.502,0,0.753,0c0-0.18,0-0.354,0-0.532c-0.251,0-0.505,0-0.753,0C50.476,29.214,50.476,29.389,50.476,29.569z"/><path id="XMLID_259_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M460.844,28.238c0.018,0.366-0.176,0.584-0.373,0.799c0.48,0.014,0.522,0.343,1.126,0.267C461.701,28.698,461.507,28.303,460.844,28.238z"/><path id="XMLID_258_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M397.593,28.77c-0.495-0.002-0.34-0.465-0.751-0.532c-0.032,0.419-0.964,0.211-0.755,0.799C397.035,29.068,397.267,29.545,397.593,28.77z"/><path id="XMLID_257_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M208.22,29.036c0.005-0.148-0.303-0.302-0.371,0C207.844,29.182,208.151,29.34,208.22,29.036z"/><path id="XMLID_256_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M186.386,28.505c0.037-0.031,0.361-0.549,0.377-0.536c-0.408-0.381-1.716,0.969-0.377,0.801C186.407,28.768,186.366,28.523,186.386,28.505z"/><path id="XMLID_255_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M267.704,27.707c-0.251,0-0.503,0-0.755,0c0,0.176,0,0.354,0,0.531c0.252,0,0.504,0,0.755,0C267.704,28.061,267.704,27.883,267.704,27.707z"/><path id="XMLID_254_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M216.126,27.707c0-0.149-0.303-0.303-0.377,0C215.749,27.853,216.059,28.011,216.126,27.707z"/><path id="XMLID_253_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M134.054,27.707c-0.292,0.061-0.744,0.006-0.755,0.262C133.592,27.913,134.042,27.966,134.054,27.707z"/><path id="XMLID_252_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M302.342,27.442c-0.105-0.073-0.57,0.13-0.374,0.265C302.072,27.779,302.538,27.579,302.342,27.442z"/><path id="XMLID_251_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M369.355,27.175c-0.288,0.061-0.739,0.006-0.747,0.267C368.898,27.38,369.345,27.433,369.355,27.175z"/><path id="XMLID_250_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M140.077,27.175c-0.442,0.042-1.066-0.043-1.128,0.267C139.389,27.4,140.014,27.486,140.077,27.175z"/><path id="XMLID_249_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M134.807,27.175c-0.104-0.074-0.569,0.129-0.376,0.267C134.536,27.514,135.002,27.313,134.807,27.175z"/><path id="XMLID_248_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M79.837,27.175c0.003-0.147-0.304-0.301-0.374,0C79.458,27.324,79.767,27.477,79.837,27.175z"/><path id="XMLID_247_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M303.096,27.175c-0.057-0.315,0.066-0.754-0.373-0.796c-0.026,0.161-0.058,0.314-0.38,0.265C302.387,26.968,302.457,27.272,303.096,27.175z"/><path id="XMLID_246_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M292.555,26.91C293.465,26.016,291.292,27.552,292.555,26.91L292.555,26.91z"/><path id="XMLID_245_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M427.339,26.91c0.511-0.339,0.58-1.305-0.376-1.331C426.452,25.918,426.378,26.884,427.339,26.91z"/><path id="XMLID_244_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M375.757,26.644c0.294-0.06,0.746-0.01,0.753-0.265C376.22,26.437,375.77,26.383,375.757,26.644z"/><path id="XMLID_243_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M320.413,26.644c0.254,0,0.502,0,0.753,0c0-0.268,0.311-0.318,0.378-0.532C320.952,26.137,320.244,26.075,320.413,26.644z"/><path id="XMLID_242_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M452.562,26.379c-0.002-0.267,0.306-0.317,0.38-0.534c-0.596,0.025-1.309-0.034-1.133,0.534C452.057,26.379,452.314,26.379,452.562,26.379z"/><path id="XMLID_241_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M454.821,26.112c0.118-0.359,0.533-0.509,0.376-1.064C454.152,24.622,454.16,26.195,454.821,26.112z"/><path id="XMLID_240_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M449.927,25.579c-0.253,0-0.503,0-0.751,0c0,0.177,0,0.354,0,0.533c0.248,0,0.498,0,0.751,0C449.927,25.933,449.927,25.756,449.927,25.579z"/><path id="XMLID_239_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M471.761,25.579c-0.104-0.073-0.57,0.129-0.376,0.266C471.49,25.918,471.957,25.716,471.761,25.579z"/><path id="XMLID_238_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M350.158,25.049c-0.648-0.017-0.964,0.204-1.127,0.531C349.621,25.556,350.332,25.616,350.158,25.049z"/><path id="XMLID_237_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M315.145,25.312c-0.104-0.073-0.572,0.129-0.378,0.267C314.873,25.655,315.34,25.454,315.145,25.312z"/><path id="XMLID_236_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M209.355,25.312c-0.106-0.073-0.576,0.129-0.382,0.267C209.077,25.655,209.547,25.454,209.355,25.312z"/><path id="XMLID_235_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M443.527,25.049c-0.081-0.32-0.418-0.162-0.753,0C442.777,25.316,443.433,25.382,443.527,25.049z"/><path id="XMLID_234_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M378.018,25.312C379.382,24.06,375.816,24.959,378.018,25.312L378.018,25.312z"/><path id="XMLID_232_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M446.537,24.515c-0.105-0.073-0.57,0.129-0.376,0.267C446.265,24.855,446.736,24.652,446.537,24.515z"/><path id="XMLID_231_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M284.27,23.984c-0.25,0-0.504,0-0.752,0c0,0.177,0,0.356,0,0.531c0.248,0,0.502,0,0.752,0C284.27,24.34,284.27,24.161,284.27,23.984z"/><path id="XMLID_230_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M6.046,24.251c-0.102-0.076-0.568,0.127-0.374,0.264C5.776,24.589,6.241,24.388,6.046,24.251z"/><path id="XMLID_229_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M66.661,23.984c0.103-0.607-0.089-1.001-0.753-1.061C65.432,23.233,65.608,24.025,66.661,23.984z"/><path id="XMLID_228_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M298.58,23.717c0-0.532,0-1.063,0-1.594c-1.385-0.088-1.141,0.971-1.507,1.594C297.576,23.717,298.077,23.717,298.58,23.717z"/><path id="XMLID_227_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M222.904,23.454C223.814,22.561,221.644,24.094,222.904,23.454L222.904,23.454z"/><path id="XMLID_226_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M50.847,23.717c-0.25-0.99,1.046-1.559-0.748-1.594C50.326,22.671,49.49,23.97,50.847,23.717z"/><path id="XMLID_225_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M172.832,23.454c0.104,0.072,0.57-0.129,0.377-0.268C173.107,23.114,172.633,23.313,172.832,23.454z"/><path id="XMLID_224_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M42.192,23.185c-0.104-0.071-0.573,0.128-0.379,0.268C41.915,23.525,42.383,23.324,42.192,23.185z"/><path id="XMLID_223_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M220.649,22.654c-0.105-0.071-0.574,0.129-0.377,0.269C220.374,22.994,220.842,22.794,220.649,22.654z"/><path id="XMLID_222_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M20.356,22.654c-0.105-0.071-0.575,0.129-0.376,0.269C20.082,22.994,20.55,22.794,20.356,22.654z"/><path id="XMLID_221_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M332.837,22.654c0.107,0.074,0.574-0.128,0.378-0.264C333.113,22.315,332.644,22.516,332.837,22.654z"/><path id="XMLID_220_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M186.763,21.858c0.057,0.312-0.068,0.756,0.377,0.796c0.036-0.682,1.469-0.379,1.506-1.061C187.463,21.891,187.646,21.514,186.763,21.858z"/><path id="XMLID_219_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M38.804,22.654c0.115-0.358,0.536-0.506,0.374-1.061c-0.502,0-1.005,0-1.504,0C37.608,22.257,38.249,22.424,38.804,22.654z"/><path id="XMLID_218_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M123.891,22.39c1.027-0.43-0.555-0.893-0.756-0.267C123.512,22.122,123.58,22.337,123.891,22.39z"/><path id="XMLID_217_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M84.358,22.39c0.293-0.06,0.742-0.008,0.754-0.267C84.819,22.183,84.369,22.129,84.358,22.39z"/><path id="XMLID_216_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M16.965,21.858c-0.055,0.276,0.292,0.686,0.375,0.265C17.399,21.843,17.049,21.435,16.965,21.858z"/><path id="XMLID_215_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M181.109,21.858c-0.098-0.076-0.565,0.127-0.371,0.265C180.842,22.195,181.313,21.995,181.109,21.858z"/><path id="XMLID_214_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M415.291,21.858c0.103,0.073,0.57-0.13,0.376-0.265C415.563,21.517,415.1,21.718,415.291,21.858z"/><path id="XMLID_213_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M297.449,21.593c0.251-0.616-1.472-0.575-1.132,0C296.447,21.806,297.318,21.912,297.449,21.593z"/><path id="XMLID_212_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M292.931,21.858c-0.165-0.502,0.508-1.605-0.753-1.332C292.12,21.186,292.109,21.817,292.931,21.858z"/><path id="XMLID_211_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M422.818,21.324c0.107,0.076,0.57-0.129,0.379-0.267C423.09,20.986,422.623,21.186,422.818,21.324z"/><path id="XMLID_208_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M478.915,20.793c0.101,0.075,0.574-0.128,0.373-0.266C479.187,20.455,478.719,20.653,478.915,20.793z"/><path id="XMLID_207_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M392.325,20.262c-0.107-0.076-0.572,0.128-0.376,0.264C392.051,20.601,392.521,20.398,392.325,20.262z"/><path id="XMLID_206_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M88.118,20.262c-0.101-0.076-0.565,0.128-0.375,0.264C87.852,20.601,88.32,20.398,88.118,20.262z"/><path id="XMLID_205_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M246.622,19.464c-0.856-0.076-1.412,0.063-1.507,0.533c0.715-0.061,0.832,0.299,1.507,0.264C246.622,19.998,246.622,19.729,246.622,19.464z"/><path id="XMLID_204_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M221.023,19.998c0-0.15-0.301-0.303-0.374,0C220.649,20.143,220.948,20.298,221.023,19.998z"/><path id="XMLID_203_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M90.756,19.998c-0.102-0.076-0.57,0.129-0.374,0.264C90.488,20.334,90.952,20.134,90.756,19.998z"/><path id="XMLID_202_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M31.65,20.262c0.655,0.019,1.171-0.059,1.503-0.264c0.117-0.703-0.521-0.875-1.503-0.802C31.65,19.552,31.65,19.906,31.65,20.262z"/><path id="XMLID_201_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M491.718,19.729c0-0.146-0.309-0.302-0.376,0C491.342,19.877,491.644,20.032,491.718,19.729z"/><path id="XMLID_200_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M187.892,18.934c-0.628,0-1.255,0-1.883,0c0.031,0.46-0.084,0.826-0.376,1.064C187.27,20.265,187.311,19.409,187.892,18.934z"/><path id="XMLID_199_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M112.219,19.998c0-0.178,0-0.356,0-0.533c-0.376,0-0.753,0-1.132,0C111.04,19.942,111.463,20.085,112.219,19.998z"/><path id="XMLID_198_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M107.7,19.729c1.768,0.085,1.007-1.229,0-1.33C106.997,18.906,107.923,18.883,107.7,19.729z"/><path id="XMLID_197_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M253.777,18.667c-0.252,0-0.503,0-0.755,0c-0.022,0.34-0.484,0.368-0.374,0.797c0.374,0,0.753,0,1.129,0C253.777,19.196,253.777,18.934,253.777,18.667z"/><path id="XMLID_196_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.805,19.196c-0.292,0.061-0.742,0.01-0.749,0.268C102.345,19.403,102.795,19.455,102.805,19.196z"/><path id="XMLID_195_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M61.39,19.196c0.021-0.161,0.058-0.313,0.379-0.262c0-0.18,0-0.357,0-0.534C60.841,17.987,60.661,19.302,61.39,19.196z"/><path id="XMLID_194_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M385.922,18.667c-0.102-0.073-0.572,0.129-0.372,0.267C385.652,19.004,386.117,18.804,385.922,18.667z"/><path id="XMLID_193_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M382.16,18.934C383.524,17.677,379.957,18.577,382.16,18.934L382.16,18.934z"/><path id="XMLID_192_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M320.789,18.934c0.022-0.342,0.485-0.37,0.376-0.799c-0.251,0-0.499,0-0.753,0C319.998,18.516,320.013,18.781,320.789,18.934z"/><path id="XMLID_191_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M9.437,18.667c0.376,0,0.448,0.216,0.756,0.267C11.22,18.504,9.639,18.039,9.437,18.667z"/><path id="XMLID_190_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M395.711,18.399c-0.104-0.071-0.568,0.129-0.374,0.267C395.439,18.739,395.909,18.539,395.711,18.399z"/><path id="XMLID_189_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M326.816,18.399c-0.104-0.071-0.572,0.129-0.376,0.267C326.542,18.739,327.012,18.539,326.816,18.399z"/><path id="XMLID_188_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M139.703,18.399c-0.107-0.071-0.573,0.129-0.376,0.267C139.429,18.739,139.896,18.539,139.703,18.399z"/><path id="XMLID_187_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M387.802,18.135C388.716,17.24,386.542,18.777,387.802,18.135L387.802,18.135z"/><path id="XMLID_186_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M268.84,18.135c-0.005-0.269-0.666-0.336-0.759,0C268.508,18.105,268.669,18.522,268.84,18.135z"/><path id="XMLID_185_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M254.153,18.399c0.104,0.073,0.568-0.128,0.376-0.264C254.425,18.059,253.958,18.263,254.153,18.399z"/><path id="XMLID_184_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M14.335,18.135c-0.296,0.059-0.748,0.004-0.756,0.264C13.871,18.341,14.321,18.393,14.335,18.135z"/><path id="XMLID_182_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M402.867,18.135c0.02-0.342,0.483-0.371,0.376-0.798c-0.25,0-0.501,0-0.759,0C402.071,17.72,402.082,17.985,402.867,18.135z"/><path id="XMLID_181_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M120.876,17.867c-0.104-0.072-0.569,0.129-0.38,0.268C120.604,18.206,121.07,18.007,120.876,17.867z"/><path id="XMLID_179_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.429,17.604c-0.105-0.075-0.57,0.127-0.374,0.263C102.156,17.945,102.62,17.74,102.429,17.604z"/><path id="XMLID_178_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M83.229,17.604c-0.422,0.026-0.586-0.388-0.756,0C82.478,17.87,83.137,17.935,83.229,17.604z"/><path id="XMLID_177_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M237.966,17.07c-0.254,0-0.504,0-0.754,0c0,0.177,0,0.354,0,0.533c0.25,0,0.5,0,0.754,0C237.966,17.424,237.966,17.247,237.966,17.07z"/><path id="XMLID_176_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M86.995,17.07c-0.252,0-0.503,0-0.754,0c0,0.177,0,0.354,0,0.533c0.251,0,0.502,0,0.754,0C86.995,17.424,86.995,17.247,86.995,17.07z"/><path id="XMLID_175_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M437.881,17.07c-0.446,0.043-1.068-0.045-1.133,0.266C437.193,17.295,437.815,17.382,437.881,17.07z"/><path id="XMLID_174_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M247.381,17.07c-0.007,0.147,0.299,0.302,0.371,0C247.754,16.925,247.45,16.767,247.381,17.07z"/><path id="XMLID_172_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M38.053,16.805c-0.427,0.027-0.589-0.387-0.756,0C37.302,17.072,37.956,17.138,38.053,16.805z"/><path id="XMLID_171_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M67.796,16.537c0-0.145-0.311-0.298-0.381,0C67.415,16.687,67.718,16.841,67.796,16.537z"/><path id="XMLID_170_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M196.553,16.273c0-0.15-0.309-0.302-0.377,0C196.171,16.421,196.484,16.576,196.553,16.273z"/><path id="XMLID_169_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M415.668,16.008c-0.083-0.325-0.422-0.164-0.755,0C414.913,16.276,415.573,16.343,415.668,16.008z"/><path id="XMLID_168_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M234.574,15.74c-0.25,0-0.501,0-0.752,0c0,0.178,0,0.356,0,0.533c0.251,0,0.502,0,0.752,0C234.574,16.097,234.574,15.918,234.574,15.74z"/><path id="XMLID_167_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M155.137,16.273c0.106,0.072,0.57-0.127,0.379-0.265C155.41,15.932,154.944,16.138,155.137,16.273z"/><path id="XMLID_166_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M139.703,16.008c0,0.145,0.301,0.3,0.374,0C140.077,15.861,139.77,15.704,139.703,16.008z"/><path id="XMLID_165_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M105.443,16.008c0-0.147-0.308-0.304-0.376,0C105.062,16.153,105.368,16.308,105.443,16.008z"/><path id="XMLID_164_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M31.65,16.008c-0.293,0.059-0.745,0.005-0.751,0.265C31.189,16.215,31.639,16.265,31.65,16.008z"/><path id="XMLID_163_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M368.229,15.475c-0.078-0.321-0.418-0.166-0.753,0C367.479,15.743,368.135,15.811,368.229,15.475z"/><path id="XMLID_162_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M337.731,15.475c-0.106-0.074-0.568,0.129-0.375,0.265C337.461,15.815,337.93,15.614,337.731,15.475z"/><path id="XMLID_161_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M277.117,14.944c-0.253,0-0.501,0-0.751,0c0,0.264-0.302,0.314-0.376,0.531c0.479,0.017,0.52,0.341,1.127,0.265C277.117,15.475,277.117,15.209,277.117,14.944z"/><path id="XMLID_160_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M155.137,15.475c-0.004-0.266,0.307-0.317,0.379-0.531c-0.596,0.024-1.307-0.036-1.135,0.531C154.636,15.475,154.887,15.475,155.137,15.475z"/><path id="XMLID_159_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M379.899,14.944c-0.104-0.072-0.57,0.126-0.376,0.264C379.627,15.283,380.092,15.08,379.899,14.944z"/><path id="XMLID_158_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M247.381,15.209c0.498,0,0.999,0,1.502,0c0.152-0.639-0.69-0.576-0.378-1.329C246.826,13.996,247.946,14.441,247.381,15.209z"/><path id="XMLID_157_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M140.077,14.944c-0.102-0.072-0.573,0.126-0.374,0.264C139.807,15.283,140.27,15.08,140.077,14.944z"/><path id="XMLID_156_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M105.067,15.209c0.099,0.075,0.57-0.128,0.376-0.264C105.331,14.872,104.868,15.071,105.067,15.209z"/><path id="XMLID_155_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M14.708,14.68c-0.724-0.109-0.296-1.034-1.506-0.799C12.18,14.3,14.131,15.467,14.708,14.68z"/><path id="XMLID_154_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M472.518,14.41c-0.109-0.071-0.574,0.13-0.378,0.269C472.245,14.75,472.71,14.55,472.518,14.41z"/><path id="XMLID_153_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M391.192,14.41c-0.293,0.062-0.743,0.008-0.749,0.269C390.734,14.616,391.182,14.669,391.192,14.41z"/><path id="XMLID_152_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M234.574,14.146c0-0.178,0-0.356,0-0.531c-0.375,0-0.752,0-1.13,0C233.398,14.091,233.822,14.236,234.574,14.146z"/><path id="XMLID_151_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M170.197,13.88c-0.105-0.076-0.571,0.127-0.377,0.265C169.922,14.219,170.388,14.02,170.197,13.88z"/><path id="XMLID_150_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M79.09,13.88c-0.107-0.076-0.576,0.127-0.38,0.265C78.818,14.219,79.281,14.02,79.09,13.88z"/><path id="XMLID_149_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M17.34,13.88c-0.103-0.076-0.569,0.127-0.375,0.265C17.069,14.219,17.54,14.02,17.34,13.88z"/><path id="XMLID_148_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M251.139,13.614c-0.104-0.071-0.568,0.13-0.376,0.266C250.868,13.953,251.335,13.752,251.139,13.614z"/><path id="XMLID_147_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M120.124,13.614c0.502,0.346,1.399,0.35,1.509-0.265C121.131,13.002,120.229,12.997,120.124,13.614z"/><path id="XMLID_146_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M465.365,13.349c-0.081-0.321-0.419-0.165-0.753,0C464.614,13.617,465.268,13.682,465.365,13.349z"/><path id="XMLID_145_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M426.963,13.349c0-0.148-0.308-0.305-0.378,0C426.584,13.495,426.889,13.649,426.963,13.349z"/><path id="XMLID_144_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M254.53,13.081c-0.25,0-0.503,0-0.753,0c0,0.177,0,0.356,0,0.533c0.25,0,0.503,0,0.753,0C254.53,13.437,254.53,13.258,254.53,13.081z"/><path id="XMLID_143_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M79.09,13.349c-0.107-0.076-0.576,0.127-0.38,0.265C78.818,13.689,79.281,13.485,79.09,13.349z"/><path id="XMLID_4_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M77.954,13.081c-0.648-0.015-0.962,0.206-1.129,0.533C77.421,13.589,78.132,13.649,77.954,13.081z"/><path id="XMLID_3_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M12.826,13.349c-0.105-0.076-0.571,0.127-0.377,0.265C12.551,13.689,13.021,13.485,12.826,13.349z"/><path id="XMLID_140_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M474.401,13.349c0-0.268,0-0.533,0-0.799c-0.859-0.076-1.415,0.063-1.504,0.531C473.401,13.166,473.61,13.462,474.401,13.349z"/><path id="XMLID_139_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M439.009,13.081c0-0.147-0.302-0.3-0.376,0C438.632,13.231,438.936,13.384,439.009,13.081z"/><path id="XMLID_2_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M422.445,13.349c0.248,0,0.5,0,0.752,0c0.196-0.682,0.501-0.932-0.379-1.332c0.277,0.727-0.745,0.536-0.754,1.063C422.297,13.096,422.512,13.122,422.445,13.349z"/><path id="XMLID_137_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M418.679,12.816c0.002-0.148-0.304-0.3-0.378,0C418.301,12.964,418.607,13.118,418.679,12.816z"/><path id="XMLID_136_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M237.966,13.081C239.867,12.011,236.651,11.838,237.966,13.081L237.966,13.081z"/><path id="XMLID_135_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M256.034,12.55c-0.293,0.059-0.743,0.005-0.751,0.265C255.573,12.757,256.023,12.809,256.034,12.55z"/><path id="XMLID_134_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M226.67,12.285c-0.251,0-0.502,0-0.753,0c0,0.177,0,0.354,0,0.531c0.251,0,0.502,0,0.753,0C226.67,12.639,226.67,12.462,226.67,12.285z"/><path id="XMLID_133_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M170.575,12.55c0-0.148-0.305-0.302-0.378,0C170.194,12.698,170.502,12.849,170.575,12.55z"/><path id="XMLID_132_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M77.201,12.285c0.004-0.149-0.302-0.302-0.376,0C76.825,12.433,77.13,12.587,77.201,12.285z"/><path id="XMLID_131_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M483.433,12.018C484.953,12.953,484.321,11.163,483.433,12.018L483.433,12.018z"/><path id="XMLID_130_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M359.191,12.018c0.002-0.146-0.3-0.3-0.374,0C358.817,12.165,359.123,12.32,359.191,12.018z"/><path id="XMLID_129_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M481.929,12.018c0.104,0.073,0.57-0.128,0.376-0.266C482.201,11.678,481.736,11.882,481.929,12.018z"/><path id="XMLID_128_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M123.135,11.752c-0.104-0.075-0.574,0.13-0.373,0.266C122.863,12.091,123.332,11.89,123.135,11.752z"/><path id="XMLID_127_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M64.405,11.752c-0.293,0.061-0.743,0.007-0.753,0.266C63.945,11.959,64.392,12.011,64.405,11.752z"/><path id="XMLID_126_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M46.711,12.018c0.101,0.073,0.567-0.128,0.371-0.266C46.983,11.678,46.511,11.882,46.711,12.018z"/><path id="XMLID_125_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M490.213,10.955c-0.65-0.014-0.965,0.203-1.133,0.531C489.672,11.463,490.384,11.521,490.213,10.955z"/><path id="XMLID_124_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M483.433,11.486c0-0.266,0.309-0.317,0.378-0.531c-0.594,0.026-1.304-0.034-1.128,0.531C482.929,11.486,483.181,11.486,483.433,11.486z"/><path id="XMLID_123_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M161.914,10.425c-0.249,0-0.503,0-0.754,0c0,0.352,0,0.704,0,1.061c0.251,0,0.504,0,0.754,0C161.914,11.129,161.914,10.777,161.914,10.425z"/><path id="XMLID_122_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M371.995,10.955c-0.106-0.072-0.572,0.129-0.382,0.266C371.724,11.294,372.189,11.091,371.995,10.955z"/><path id="XMLID_121_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M453.314,10.689c-0.29,0.06-0.74,0.008-0.753,0.265C452.853,10.894,453.307,10.95,453.314,10.689z"/><path id="XMLID_120_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M360.699,10.689c-0.443,0.04-1.069-0.045-1.126,0.265C360.012,10.913,360.638,11.001,360.699,10.689z"/><path id="XMLID_119_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M486.823,10.425c0-0.148-0.302-0.303-0.376,0C486.447,10.571,486.749,10.725,486.823,10.425z"/><path id="XMLID_118_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M479.289,10.689c0-0.177,0-0.356,0-0.533c-0.373,0-0.749,0-1.126,0C478.113,10.634,478.539,10.781,479.289,10.689z"/><path id="XMLID_117_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M80.97,10.425C81.364,8.88,79.338,10.312,80.97,10.425L80.97,10.425z"/><path id="XMLID_116_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M450.301,9.093c0.331,0.853-0.972,0.55-1.125,1.063c0.498,0,1,0,1.503,0C450.615,9.76,450.813,9.177,450.301,9.093z"/><path id="XMLID_115_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M361.076,9.891c-0.289,0.059-0.741,0.009-0.754,0.265C360.615,10.097,361.067,10.149,361.076,9.891z"/><path id="XMLID_114_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M280.886,9.891c-0.105-0.073-0.575,0.127-0.376,0.265C280.614,10.233,281.079,10.029,280.886,9.891z"/><path id="XMLID_113_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M119.747,10.156c0.249,0,0.499,0,0.75,0c0.027-0.341,0.488-0.366,0.38-0.796c-0.38,0-0.753,0-1.129,0C119.747,9.625,119.747,9.891,119.747,10.156z"/><path id="XMLID_112_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M481.553,9.891c0.105,0.074,0.57-0.129,0.376-0.266C481.825,9.552,481.354,9.754,481.553,9.891z"/><path id="XMLID_111_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M379.899,9.891c0.022-0.161,0.059-0.315,0.376-0.266c0-0.176,0-0.355,0-0.532C379.351,8.68,379.168,9.996,379.899,9.891z"/><path id="XMLID_110_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M336.603,9.36c-0.646-0.015-0.968,0.203-1.131,0.531C336.066,9.866,336.781,9.928,336.603,9.36z"/><path id="XMLID_109_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M429.972,8.827c0,0.177,0,0.354,0,0.534C430.666,10.241,431.808,8.562,429.972,8.827z"/><path id="XMLID_108_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M358.817,9.36c-0.104-0.074-0.57,0.127-0.376,0.265C358.545,9.698,359.012,9.496,358.817,9.36z"/><path id="XMLID_107_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M240.975,9.093c0-0.178,0-0.352,0-0.531C239.454,7.489,238.91,10.097,240.975,9.093z"/><path id="XMLID_106_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M497.743,8.296c-0.253,0-0.503,0-0.753,0c-0.024,0.34-0.485,0.368-0.38,0.797c0.38,0,0.753,0,1.133,0C497.743,8.827,497.743,8.562,497.743,8.296z"/><path id="XMLID_105_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M4.166,8.827c0-0.147-0.303-0.3-0.375,0C3.791,8.974,4.094,9.129,4.166,8.827z"/><path id="XMLID_104_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M477.41,8.562c0.002-0.15-0.302-0.3-0.376,0C477.034,8.709,477.343,8.864,477.41,8.562z"/><path id="XMLID_103_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M459.716,8.827c0.3-0.916-0.35-1.168-1.129-1.328C457.852,8.009,458.191,9.128,459.716,8.827z"/><path id="XMLID_102_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M313.259,8.562c-0.1-0.073-0.574,0.127-0.374,0.265C312.991,8.901,313.454,8.699,313.259,8.562z"/><path id="XMLID_101_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M41.438,8.562c-0.104-0.073-0.572,0.127-0.382,0.265C41.167,8.901,41.633,8.699,41.438,8.562z"/><path id="XMLID_99_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M481.929,8.296c-0.294,0.061-0.744,0.007-0.753,0.266C481.468,8.503,481.918,8.554,481.929,8.296z"/><path id="XMLID_98_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M353.17,8.562C356.053,8.172,353.231,6.181,353.17,8.562L353.17,8.562z"/><path id="XMLID_97_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M40.307,8.296c-0.099-0.072-0.57,0.128-0.377,0.266C40.038,8.637,40.502,8.432,40.307,8.296z"/><path id="XMLID_96_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M179.232,7.761c0.004-0.143-0.304-0.298-0.377,0C178.856,7.912,179.164,8.065,179.232,7.761z"/><path id="XMLID_95_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M384.793,6.966c-0.373,0-0.752,0-1.126,0c0,0.266,0,0.533,0,0.795c0.25,0,0.5,0,0.753,0C384.439,7.423,384.898,7.396,384.793,6.966z"/><path id="XMLID_94_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M367.477,7.231c-0.378,0.003-0.449-0.216-0.755-0.266c0,0.268-0.304,0.316-0.376,0.533c0.376,0,0.448,0.214,0.753,0.262C367.098,7.499,367.403,7.448,367.477,7.231z"/><path id="XMLID_93_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M201.066,7.499c-0.105-0.076-0.57,0.127-0.372,0.262C200.794,7.836,201.264,7.635,201.066,7.499z"/><path id="XMLID_92_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M124.265,7.499c0.003-0.149-0.301-0.302-0.374,0C123.891,7.646,124.194,7.8,124.265,7.499z"/><path id="XMLID_91_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M447.294,7.231c-0.104-0.071-0.574,0.128-0.376,0.267C447.022,7.573,447.487,7.37,447.294,7.231z"/><path id="XMLID_90_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M18.473,7.231c-0.105-0.071-0.573,0.128-0.379,0.267C18.2,7.573,18.664,7.37,18.473,7.231z"/><path id="XMLID_89_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M375.383,6.966c-0.107-0.074-0.575,0.13-0.376,0.266C375.108,7.305,375.575,7.105,375.383,6.966z"/><path id="XMLID_88_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M361.452,6.966c0-0.267,0.306-0.315,0.376-0.533c-0.587,0.026-1.305-0.035-1.129,0.533C360.949,6.966,361.2,6.966,361.452,6.966z"/><path id="XMLID_87_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M332.837,6.433c0.004-0.145-0.304-0.302-0.372,0C332.459,6.583,332.765,6.736,332.837,6.433z"/><path id="XMLID_86_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M305.732,5.904c-0.255,0-0.505,0-0.753,0c0,0.175,0,0.352,0,0.529c0.248,0,0.498,0,0.753,0C305.732,6.256,305.732,6.079,305.732,5.904z"/><path id="XMLID_85_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M119.747,6.433c0.104,0.074,0.57-0.126,0.377-0.265C120.021,6.096,119.553,6.297,119.747,6.433z"/><path id="XMLID_84_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M34.662,6.168c0-0.177,0-0.354,0-0.531c-0.377,0-0.756,0-1.13,0C33.482,6.115,33.906,6.26,34.662,6.168z"/><path id="XMLID_83_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M289.163,5.371c-0.102-0.073-0.568,0.13-0.372,0.266C288.894,5.71,289.359,5.508,289.163,5.371z"/><path id="XMLID_82_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M111.087,5.371c0.481,0.015,0.526,0.34,1.132,0.266C112.803,4.985,110.938,4.856,111.087,5.371z"/><path id="XMLID_81_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M258.674,5.371c0.101,0.072,0.57-0.129,0.373-0.267C258.946,5.03,258.479,5.233,258.674,5.371z"/><path id="XMLID_80_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M225.164,5.103c-0.077-0.32-0.416-0.162-0.753,0C224.416,5.372,225.073,5.439,225.164,5.103z"/><path id="XMLID_79_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M70.803,4.84C70.51,4.898,70.06,4.846,70.05,5.103C70.346,5.047,70.793,5.098,70.803,4.84z"/><path id="XMLID_78_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M42.569,5.103c0.227-0.013,0.447-0.039,0.374-0.263c-0.619-0.008-0.208-0.74-0.75-0.8c-0.659,0.543,0.275,0.523-0.379,1.063C42.063,5.103,42.317,5.103,42.569,5.103z"/><path id="XMLID_77_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M247.381,4.574c-0.009-0.271-0.663-0.336-0.759,0C247.049,4.546,247.212,4.961,247.381,4.574z"/><path id="XMLID_1_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M47.841,4.84c0.374,0,0.753,0,1.126,0c0.107-0.608-0.088-1.002-0.753-1.066C48.098,4.136,47.681,4.281,47.841,4.84z"/><path id="XMLID_75_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M254.53,3.775c-1.202,0.16-1.165-0.499-1.882,0C252.528,5.023,254.389,4.486,254.53,3.775z"/><path id="XMLID_74_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M66.661,4.307c0.005-0.145-0.303-0.3-0.376,0C66.285,4.453,66.594,4.609,66.661,4.307z"/><path id="XMLID_73_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M319.662,3.51c-0.376,0-0.755,0-1.132,0c0,0.264,0,0.53,0,0.797c0.377,0,0.756,0,1.132,0C319.662,4.04,319.662,3.775,319.662,3.51z"/><path id="XMLID_72_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M258.674,4.307c0-0.177,0-0.352,0-0.532c-0.381,0.001-0.451-0.216-0.759-0.264C257.954,3.928,257.867,4.432,258.674,4.307z"/><path id="XMLID_71_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M47.464,3.775c-0.105-0.073-0.575,0.129-0.382,0.266C47.192,4.115,47.655,3.913,47.464,3.775z"/><path id="XMLID_70_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M483.811,3.51c-0.081-0.322-0.421-0.162-0.754,0C483.066,3.776,483.714,3.842,483.811,3.51z"/><path id="XMLID_68_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M495.481,2.977c-0.103-0.073-0.57,0.128-0.375,0.267C495.205,3.318,495.678,3.116,495.481,2.977z"/><path id="XMLID_67_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M490.966,2.977c-0.104-0.073-0.576,0.128-0.376,0.267C490.694,3.318,491.159,3.116,490.966,2.977z"/><path id="XMLID_66_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M472.897,2.977c0-0.352,0-0.71,0-1.062c-0.996-0.081-1.24,0.367-1.135,1.062C472.14,2.977,472.518,2.977,472.897,2.977z"/><path id="XMLID_65_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M97.158,2.712c-0.105-0.074-0.571,0.129-0.375,0.265C96.883,3.05,97.354,2.851,97.158,2.712z"/><path id="XMLID_64_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M95.278,1.648c0,0.355,0,0.711,0,1.064c0.376,0,0.75,0,1.129,0C96.506,2.018,96.533,1.383,95.278,1.648z"/><path id="XMLID_63_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M444.278,1.383c0.034,0.463-0.081,0.827-0.374,1.062C445.188,2.648,445.371,1.431,444.278,1.383z"/><path id="XMLID_62_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M214.244,2.179c-0.006-0.266-0.658-0.332-0.752,0C213.914,2.151,214.082,2.566,214.244,2.179z"/><path id="XMLID_61_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M84.735,2.179c-0.105-0.071-0.575,0.13-0.377,0.266C84.463,2.522,84.93,2.317,84.735,2.179z"/><path id="XMLID_60_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M30.899,2.179c0-0.145-0.311-0.301-0.379,0C30.517,2.328,30.826,2.483,30.899,2.179z"/><path id="XMLID_59_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M16.217,1.915c-0.505-0.346-1.405-0.351-1.509,0.264C15.208,2.526,16.107,2.53,16.217,1.915z"/><path id="XMLID_58_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M227.8,2.179C228.101,0.568,226.072,2.002,227.8,2.179L227.8,2.179z"/><path id="XMLID_57_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M47.081,1.915c0.482,0.014,0.526,0.339,1.133,0.264C48.799,1.528,46.936,1.399,47.081,1.915z"/><path id="XMLID_54_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M381.032,1.648c-0.104-0.071-0.572,0.129-0.382,0.267C380.758,1.987,381.223,1.786,381.032,1.648z"/><path id="XMLID_53_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M328.324,1.915c0.104-0.607-0.096-1.003-0.753-1.064c-0.12,0.357-0.537,0.509-0.376,1.064C327.571,1.915,327.943,1.915,328.324,1.915z"/><path id="XMLID_52_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M160.41,1.383C161.319,0.489,159.146,2.024,160.41,1.383L160.41,1.383z"/><path id="XMLID_51_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M119.747,1.383c0-0.178,0-0.354,0-0.531c-0.377,0.002-0.451-0.216-0.753-0.266C119.033,1.002,118.944,1.506,119.747,1.383z"/><path id="XMLID_50_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M105.067,1.118c-0.293,0.057-0.748,0.006-0.759,0.265C104.607,1.325,105.057,1.375,105.067,1.118z"/><path id="XMLID_49_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M219.139,0.851c-0.1-0.076-0.57,0.126-0.377,0.267C218.868,1.191,219.333,0.988,219.139,0.851z"/><path id="XMLID_48_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M44.449,0.851c-0.104-0.076-0.57,0.126-0.376,0.267C44.176,1.191,44.643,0.988,44.449,0.851z"/><path id="XMLID_47_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M382.538,0.319c-0.254,0-0.504,0-0.754,0c0,0.177,0,0.354,0,0.533c0.25,0,0.5,0,0.754,0C382.538,0.672,382.538,0.495,382.538,0.319z"/><path id="XMLID_46_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M173.209,0.053c-0.251,0-0.502,0-0.754,0c0,0.177,0,0.355,0,0.532c0.252,0,0.502,0,0.754,0C173.209,0.408,173.209,0.23,173.209,0.053z"/><path id="XMLID_45_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M114.099,0.319c0.481,0.014,0.52,0.341,1.132,0.266C115.815-0.069,113.952-0.199,114.099,0.319z"/><path id="XMLID_44_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M172.079,0.053c-0.104-0.075-0.567,0.129-0.376,0.265C171.808,0.392,172.273,0.189,172.079,0.053z"/><path id="XMLID_43_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M122.382,0.053c-0.29,0.058-0.745,0.007-0.749,0.265C121.922,0.26,122.369,0.312,122.382,0.053z"/><path id="XMLID_40_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M114.099,66.531c2.392-0.194,0.026-1.597-0.377-0.801C114.164,65.777,114.13,66.155,114.099,66.531z"/><path id="XMLID_38_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M481.553,37.812c-0.131-0.706-0.988-0.896-1.883-1.063C479.824,37.439,480.844,37.515,481.553,37.812z"/><path id="XMLID_36_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M497.743,16.008c1.15,0.255,1.613-1.306,1.126-1.329C498.536,15.148,497.345,15.016,497.743,16.008z"/><path id="XMLID_34_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M46.332,8.562c0.154-0.454,0.486,0.055,1.132,0c0-0.266,0-0.532,0-0.801C46.731,7.638,45.537,8.48,46.332,8.562z"/><path id="XMLID_33_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M45.96,2.179c-0.754-0.002-0.482-0.724-1.512-0.531C44.088,2.297,46.14,2.53,45.96,2.179z"/></g><g><path id="XMLID_1053_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M474.795,165.997c-0.078-0.321-0.416-0.162-0.751,0C474.049,166.263,474.703,166.331,474.795,165.997z"/><path id="XMLID_1052_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M441.287,166.263c0.109,0.072,0.574-0.13,0.378-0.266C441.564,165.924,441.094,166.124,441.287,166.263z"/><path id="XMLID_1051_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M178.502,165.733c-0.381,0-0.754,0-1.129,0c-0.053,0.474,0.375,0.619,1.129,0.531C178.502,166.085,178.502,165.907,178.502,165.733z"/><path id="XMLID_1050_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M7.203,165.733c-0.649-0.015-0.968,0.202-1.13,0.531C6.662,166.238,7.378,166.298,7.203,165.733z"/><path id="XMLID_1049_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M146.496,165.733c-0.1-0.076-0.57,0.125-0.368,0.264C146.228,166.07,146.697,165.868,146.496,165.733z"/><path id="XMLID_1048_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M376.909,165.733c0.105,0.07,0.576-0.13,0.376-0.269C377.181,165.39,376.716,165.592,376.909,165.733z"/><path id="XMLID_1047_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M284.671,165.463c-0.104-0.073-0.572,0.129-0.376,0.269C284.399,165.803,284.866,165.603,284.671,165.463z"/><path id="XMLID_1046_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M100.943,164.136c-0.337,0.47-0.909,0.775-1.127,1.328C100.572,165.443,101.989,164.547,100.943,164.136z"/><path id="XMLID_1045_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M91.156,165.463c0.104,0.073,0.575-0.126,0.374-0.265C91.427,165.126,90.96,165.326,91.156,165.463z"/><path id="XMLID_1043_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M59.532,165.199c0.1,0.073,0.574-0.128,0.373-0.265C59.804,164.86,59.336,165.064,59.532,165.199z"/><path id="XMLID_1042_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.513,164.934c0.102,0.073,0.567-0.129,0.38-0.265C149.782,164.594,149.319,164.795,149.513,164.934z"/><path id="XMLID_1040_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M157.419,164.136c-0.25,0-0.498,0-0.752,0c0,0.178,0,0.353,0,0.533c0.254,0,0.502,0,0.752,0C157.419,164.488,157.419,164.314,157.419,164.136z"/><path id="XMLID_1039_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M358.839,164.136c0-0.148-0.305-0.301-0.376,0C358.462,164.285,358.768,164.438,358.839,164.136z"/><path id="XMLID_1038_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M231.21,164.136c0-0.148-0.305-0.301-0.376,0C230.833,164.285,231.135,164.438,231.21,164.136z"/><path id="XMLID_1037_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M29.789,164.136c-0.107-0.074-0.571,0.125-0.376,0.265C29.515,164.475,29.986,164.274,29.789,164.136z"/><path id="XMLID_1036_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M300.484,163.604c-0.376,0-0.449-0.218-0.753-0.266c0,0.266-0.308,0.317-0.38,0.533c0.38,0,0.451,0.215,0.757,0.265C300.108,163.87,300.41,163.819,300.484,163.604z"/><path id="XMLID_1035_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M266.6,163.87c0.085-0.165-0.57-0.573-0.751-0.533C264.856,163.552,266.089,164.832,266.6,163.87z"/><path id="XMLID_1034_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M24.141,163.604c0.7-0.888-1.352-1.122-1.504-0.533C23.226,163.187,22.959,163.909,24.141,163.604z"/><path id="XMLID_1033_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M47.109,163.071c0.318-0.306,0.498-0.714,0.377-1.33c-1.226,0.156-1.755-0.178-2.636-0.267C45.295,162.222,45.46,163.17,47.109,163.071z"/><path id="XMLID_1032_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M66.31,162.541c-0.11-0.966,2.545,0.022,1.882-1.329c-1.058,0.14-1.956,0.389-3.014,0.529C64.919,162.458,65.957,162.256,66.31,162.541z"/><path id="XMLID_1031_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M365.989,162.274c0.109,0.073,0.574-0.129,0.376-0.265C366.269,161.934,365.796,162.138,365.989,162.274z"/><path id="XMLID_1030_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M361.474,162.009c0.252,0,0.5,0,0.755,0c0-0.177,0-0.354,0-0.535c-0.255,0-0.503,0-0.755,0C361.474,161.655,361.474,161.832,361.474,162.009z"/><path id="XMLID_1029_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M286.925,161.741c-0.075-0.321-0.415-0.164-0.752,0C286.182,162.011,286.838,162.077,286.925,161.741z"/><path id="XMLID_1027_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M439.031,160.414c-0.044,0.502-1.246,0.184-1.131,0.798C438.559,162.009,440.231,160.83,439.031,160.414z"/><path id="XMLID_1026_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M365.989,161.212c-0.097-0.076-0.567,0.125-0.371,0.262C365.718,161.549,366.187,161.349,365.989,161.212z"/><path id="XMLID_1025_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M497.01,160.679c-0.251,0-0.501,0-0.753,0c0,0.174,0,0.354,0,0.533c0.252,0,0.502,0,0.753,0C497.01,161.033,497.01,160.854,497.01,160.679z"/><path id="XMLID_1024_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M320.059,161.212c0.117-0.362,0.541-0.512,0.378-1.068C319.389,159.72,319.397,161.292,320.059,161.212z"/><path id="XMLID_1023_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M296.34,160.679c-0.107-0.074-0.57,0.127-0.378,0.266C296.064,161.019,296.541,160.815,296.34,160.679z"/><path id="XMLID_1022_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M138.969,160.679c0.581,0.729,2.211-0.013,2.257-0.535C140.452,160.309,138.615,159.718,138.969,160.679z"/><path id="XMLID_1021_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M79.483,160.414c0.597-0.397,0.422-1.188-0.751-1.064C78.629,159.956,78.824,160.348,79.483,160.414z"/><path id="XMLID_1020_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M486.09,160.144c0.105,0.077,0.576-0.125,0.376-0.263C486.366,159.808,485.897,160.008,486.09,160.144z"/><path id="XMLID_1019_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M489.482,159.615c-0.109-0.073-0.572,0.129-0.378,0.266C489.208,159.953,489.673,159.754,489.482,159.615z"/><path id="XMLID_1018_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M377.66,159.881c1.454,0.21,1.454-1.273,0-1.064C377.66,159.172,377.66,159.524,377.66,159.881z"/><path id="XMLID_1017_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M143.862,159.615c-0.005-0.269-0.656-0.336-0.75,0C143.532,159.587,143.695,160.002,143.862,159.615z"/><path id="XMLID_1015_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M48.61,159.349c0.863-0.603-0.251-1.169-0.752-1.595C47.28,158.156,47.193,159.577,48.61,159.349z"/><path id="XMLID_1014_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M335.877,158.553c-0.109-0.074-0.576,0.127-0.38,0.264C335.599,158.891,336.07,158.688,335.877,158.553z"/><path id="XMLID_1013_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M332.111,158.817c0-0.177,0-0.355,0-0.532c-0.38,0-0.755,0-1.131,0C330.928,158.762,331.352,158.907,332.111,158.817z"/><path id="XMLID_1012_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M76.473,158.553c0.022-0.162,0.055-0.318,0.374-0.268c0-0.177,0-0.354,0-0.53C75.925,157.338,75.742,158.657,76.473,158.553z"/><path id="XMLID_1011_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M287.31,158.02c-0.106-0.074-0.574,0.127-0.385,0.265C287.036,158.359,287.504,158.156,287.31,158.02z"/><path id="XMLID_1010_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M5.694,158.285c0-0.265,0-0.53,0-0.801c-0.251,0-0.502,0-0.756,0c-0.018,0.344-0.481,0.371-0.374,0.801C4.938,158.285,5.32,158.285,5.694,158.285z"/><path id="XMLID_1009_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M461.242,157.754c0.002-0.149-0.302-0.301-0.376,0C460.866,157.899,461.17,158.055,461.242,157.754z"/><path id="XMLID_1008_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M289.941,158.02c0.104-0.607-0.089-1-0.751-1.063C289.274,157.428,288.809,158.287,289.941,158.02z"/><path id="XMLID_1007_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M218.785,158.02c1.113-1.048-0.79-1.803-1.883-2.129C216.761,157.146,217.576,157.719,218.785,158.02z"/><path id="XMLID_1005_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M462.375,157.484c0.107,0.079,0.572-0.127,0.376-0.263C462.645,157.149,462.182,157.348,462.375,157.484z"/><path id="XMLID_1004_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M31.672,157.484c0.104,0.079,0.572-0.127,0.379-0.263C31.947,157.149,31.476,157.348,31.672,157.484z"/><path id="XMLID_1003_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M284.671,156.957c-0.104-0.075-0.572,0.129-0.376,0.264C284.399,157.294,284.866,157.094,284.671,156.957z"/><path id="XMLID_1002_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M91.909,157.221c0.397-0.673-1.272-1.179-1.509-0.533C90.997,156.803,90.725,157.526,91.909,157.221z"/><path id="XMLID_1001_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M18.493,157.221c0-0.267,0.303-0.315,0.377-0.533c-0.591,0.027-1.308-0.036-1.129,0.533C17.994,157.221,18.245,157.221,18.493,157.221z"/><path id="XMLID_1000_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M140.101,156.957c0.289-0.063,0.738-0.009,0.752-0.269C140.562,156.751,140.109,156.697,140.101,156.957z"/><path id="XMLID_999_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M106.217,156.688c-0.107-0.071-0.573,0.129-0.377,0.269C105.943,157.029,106.413,156.827,106.217,156.688z"/><path id="XMLID_998_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M383.687,155.891c0.109,0.073,0.572-0.128,0.378-0.265C383.963,155.552,383.491,155.755,383.687,155.891z"/><path id="XMLID_997_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M300.859,155.093c0,0.18,0,0.355,0,0.533C301.555,156.509,302.699,154.828,300.859,155.093z"/><path id="XMLID_996_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M244.013,155.626c-0.104-0.074-0.574,0.129-0.381,0.265C243.74,155.964,244.207,155.763,244.013,155.626z"/><path id="XMLID_995_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M137.087,155.891c-0.013-0.367,0.178-0.583,0.379-0.798c-0.379,0-0.753,0-1.13,0C136.366,155.514,136.285,156.015,137.087,155.891z"/><path id="XMLID_994_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M287.31,155.358c-0.106-0.071-0.574,0.129-0.385,0.268C287.036,155.699,287.504,155.498,287.31,155.358z"/><path id="XMLID_993_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M168.713,155.358c-0.002-0.267-0.663-0.336-0.75,0C168.382,155.331,168.548,155.748,168.713,155.358z"/><path id="XMLID_992_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M163.445,155.626c0.25,0,0.498,0,0.75,0c0-0.178,0-0.354,0-0.533c-0.252,0-0.5,0-0.75,0C163.445,155.272,163.445,155.448,163.445,155.626z"/><path id="XMLID_991_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M138.969,155.626c0-0.268,0-0.533,0-0.797c-0.376,0-0.753,0-1.129,0C137.772,155.408,138.148,155.675,138.969,155.626z"/><path id="XMLID_990_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M104.335,155.093c0-0.147-0.306-0.3-0.377,0C103.955,155.242,104.261,155.395,104.335,155.093z"/><path id="XMLID_989_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M481.948,155.093c0.255,0,0.501,0,0.757,0c0-0.175,0-0.354,0-0.531c-0.256,0-0.502,0-0.757,0C481.948,154.739,481.948,154.918,481.948,155.093z"/><path id="XMLID_988_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M307.262,154.297c-0.106-0.075-0.572,0.129-0.376,0.265C306.988,154.635,307.456,154.434,307.262,154.297z"/><path id="XMLID_987_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M137.84,154.562c0-0.265,0.305-0.313,0.376-0.534c-0.376,0.002-0.45-0.213-0.749-0.264c0,0.266-0.307,0.317-0.379,0.533C137.467,154.297,137.536,154.512,137.84,154.562z"/><path id="XMLID_986_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M100.19,154.562c0.076-0.762,0.049-1.451-1.124-1.33c0.012,0.369-0.181,0.585-0.378,0.796C99.434,154.035,99.167,154.756,100.19,154.562z"/><path id="XMLID_985_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M482.324,154.028c-0.097-0.071-0.565,0.129-0.376,0.269C482.057,154.371,482.521,154.168,482.324,154.028z"/><path id="XMLID_984_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M470.278,154.297c0.104,0.074,0.572-0.129,0.376-0.269C470.552,153.957,470.085,154.157,470.278,154.297z"/><path id="XMLID_983_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M293.707,154.028c-0.004,0.15,0.302,0.304,0.376,0C294.083,153.883,293.777,153.73,293.707,154.028z"/><path id="XMLID_982_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M175.866,154.028c0.021-0.162,0.052-0.311,0.377-0.264c0-0.176,0-0.355,0-0.532C175.317,152.819,175.133,154.137,175.866,154.028z"/><path id="XMLID_981_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M441.287,153.499c-0.288,0.059-0.739,0.007-0.75,0.265C440.831,153.706,441.281,153.756,441.287,153.499z"/><path id="XMLID_980_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M300.484,153.232c0-0.146-0.306-0.3-0.376,0C300.108,153.382,300.41,153.535,300.484,153.232z"/><path id="XMLID_979_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M80.615,152.966c-0.52,0.012-0.826-0.125-1.132-0.267C79.308,153.526,80.497,153.7,80.615,152.966z"/><path id="XMLID_978_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M230.455,152.966c-0.105-0.074-0.567,0.13-0.374,0.266C230.183,153.307,230.649,153.103,230.455,152.966z"/><path id="XMLID_976_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M83.251,152.699c1.067,0.279,1.569,0.279,2.638,0c-0.31-0.755-0.606-1.522-2.264-1.328C83.309,151.679,83.131,152.084,83.251,152.699z"/><path id="XMLID_975_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M110.732,152.17c0-0.149-0.301-0.303-0.374,0C110.356,152.315,110.66,152.469,110.732,152.17z"/><path id="XMLID_973_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M266.6,151.902c-0.294,0.061-0.743,0.008-0.751,0.268C266.139,152.109,266.589,152.163,266.6,151.902z"/><path id="XMLID_972_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.005,151.902c0-0.146-0.304-0.299-0.375,0C115.628,152.05,115.931,152.207,116.005,151.902z"/><path id="XMLID_971_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M93.418,152.17c0.099,0.074,0.568-0.128,0.376-0.268C93.687,151.831,93.224,152.031,93.418,152.17z"/><path id="XMLID_970_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M276.015,151.637c0-0.177,0-0.352,0-0.533c-0.378,0-0.759,0-1.131,0C274.833,151.584,275.256,151.73,276.015,151.637z"/><path id="XMLID_969_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M217.282,151.637c0.292-0.06,0.739-0.008,0.75-0.265C217.739,151.43,217.293,151.381,217.282,151.637z"/><path id="XMLID_968_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M121.275,151.637c0.105,0.073,0.569-0.129,0.377-0.265C121.545,151.298,121.08,151.498,121.275,151.637z"/><path id="XMLID_967_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M467.269,151.104c-0.294,0.061-0.745,0.008-0.752,0.268C466.808,151.313,467.259,151.365,467.269,151.104z"/><path id="XMLID_966_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M303.118,150.572c0.002-0.143-0.304-0.3-0.376,0C302.741,150.723,303.047,150.876,303.118,150.572z"/><path id="XMLID_964_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M114.124,150.309c-0.296,0.057-0.745,0.005-0.756,0.263C113.658,150.516,114.113,150.568,114.124,150.309z"/><path id="XMLID_963_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M82.122,150.309c0-0.15-0.31-0.305-0.377,0C81.74,150.453,82.049,150.61,82.122,150.309z"/><path id="XMLID_962_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M238.742,150.04c-0.105-0.071-0.574,0.129-0.377,0.269C238.467,150.381,238.935,150.18,238.742,150.04z"/><path id="XMLID_959_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M137.087,149.511c-1.098-0.393-1.098,1.187,0,0.799C137.087,150.04,137.087,149.778,137.087,149.511z"/><path id="XMLID_953_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M361.474,149.778c-0.107-0.076-0.57,0.125-0.378,0.262C361.202,150.117,361.667,149.914,361.474,149.778z"/><path id="XMLID_951_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M342.272,149.778c-0.102-0.076-0.57,0.125-0.374,0.262C342.002,150.117,342.467,149.914,342.272,149.778z"/><path id="XMLID_946_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M124.284,149.778c0.378,0,0.755,0,1.13,0c-0.056-0.315,0.069-0.758-0.375-0.8C125.01,149.397,124.082,149.186,124.284,149.778z"/><path id="XMLID_943_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M146.496,149.245c-0.1-0.074-0.57,0.127-0.368,0.266C146.228,149.584,146.697,149.384,146.496,149.245z"/><path id="XMLID_932_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M237.608,149.245c0-0.354,0-0.712,0-1.062c-0.709-0.062-0.828,0.297-1.505,0.262C235.989,149.147,236.626,149.319,237.608,149.245z"/><path id="XMLID_930_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M78.733,149.245c0-0.267,0-0.532,0-0.799c-0.562,0.047-1.391-0.095-1.504,0.267C77.974,148.718,77.705,149.439,78.733,149.245z"/><path id="XMLID_927_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M101.319,147.913c0.411,0.599,1.022,1.054,2.259,1.065c0-0.442,0-0.886,0-1.33C102.918,147.803,101.369,147.329,101.319,147.913z"/><path id="XMLID_925_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M48.61,147.382c-1.179,0.052-1.809,0.495-1.883,1.33c0.712-0.06,0.833,0.298,1.512,0.265C48.486,148.419,49.232,147.796,48.61,147.382z"/><path id="XMLID_917_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M307.632,148.713c-0.052-0.314,0.069-0.755-0.37-0.8c-0.024,0.164-0.058,0.317-0.376,0.271C306.93,148.504,306.997,148.809,307.632,148.713z"/><path id="XMLID_916_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M135.96,148.446c-0.104-0.073-0.575,0.128-0.376,0.267C135.686,148.788,136.154,148.585,135.96,148.446z"/><path id="XMLID_915_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M225.563,148.183c0-0.152-0.304-0.305-0.375,0C225.187,148.327,225.492,148.484,225.563,148.183z"/><path id="XMLID_914_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M124.284,147.913c-0.101-0.071-0.569,0.13-0.371,0.271C124.013,148.254,124.484,148.054,124.284,147.913z"/><path id="XMLID_913_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M203.348,147.648c-0.288,0.059-0.743,0.008-0.754,0.265C202.892,147.855,203.337,147.909,203.348,147.648z"/><path id="XMLID_912_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M246.27,147.648c0.105,0.073,0.57-0.125,0.377-0.265C246.542,147.309,246.077,147.512,246.27,147.648z"/><path id="XMLID_911_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M187.161,147.382c-0.104-0.073-0.57,0.13-0.375,0.265C186.889,147.721,187.356,147.523,187.161,147.382z"/><path id="XMLID_910_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M387.826,146.852c-0.101-0.075-0.567,0.129-0.373,0.265C387.557,147.191,388.023,146.989,387.826,146.852z"/><path id="XMLID_909_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M134.828,146.852c-0.105-0.075-0.57,0.129-0.377,0.265C134.554,147.191,135.025,146.989,134.828,146.852z"/><path id="XMLID_908_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M308.387,146.852c0.256,0,0.502,0,0.759,0c0-0.177,0-0.355,0-0.534c-0.257,0-0.503,0-0.759,0C308.387,146.497,308.387,146.675,308.387,146.852z"/><path id="XMLID_907_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M245.894,145.256c-0.596,0.397-0.424,1.188,0.754,1.062C246.748,145.712,246.557,145.319,245.894,145.256z"/><path id="XMLID_906_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M183.397,146.318c0.099,0.074,0.57-0.128,0.377-0.265C183.673,145.979,183.202,146.182,183.397,146.318z"/><path id="XMLID_904_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M429.996,146.054c-0.1-0.777,0.85-0.817,0.753-1.594C428.907,144.25,429.054,146.106,429.996,146.054z"/><path id="XMLID_903_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M146.496,146.054c0.112,0.075,0.575-0.128,0.381-0.267C146.776,145.718,146.304,145.914,146.496,146.054z"/><path id="XMLID_902_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.828,145.787c-0.102-0.069-0.572,0.128-0.374,0.267C102.559,146.128,103.024,145.926,102.828,145.787z"/><path id="XMLID_901_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M270.368,145.787c0.312-0.308,0.495-0.712,0.374-1.328c-0.523,0.01-0.831-0.128-1.133-0.268C268.997,144.623,269.156,145.863,270.368,145.787z"/><path id="XMLID_900_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.513,145.787c0-0.265,0-0.531,0-0.798C148.414,144.6,148.414,146.178,149.513,145.787z"/><path id="XMLID_899_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M356.959,145.256c-0.111-0.075-0.572,0.128-0.376,0.265C356.681,145.593,357.148,145.393,356.959,145.256z"/><path id="XMLID_898_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M144.995,145.522c0-0.265,0-0.533,0-0.798c-0.38,0-0.753,0-1.133,0C143.797,145.306,144.17,145.57,144.995,145.522z"/><path id="XMLID_897_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M100.943,145.256c0-0.177,0-0.354,0-0.533c-0.373,0-0.444-0.216-0.753-0.264C100.229,144.876,100.143,145.382,100.943,145.256z"/><path id="XMLID_896_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M87.393,145.256c0.29-0.061,0.743-0.008,0.753-0.268C87.854,145.049,87.403,144.997,87.393,145.256z"/><path id="XMLID_895_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M458.607,144.723c0.002-0.148-0.302-0.301-0.376,0C458.23,144.872,458.539,145.024,458.607,144.723z"/><path id="XMLID_894_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M407.783,144.723c-0.105-0.075-0.572,0.129-0.381,0.265C407.509,145.061,407.976,144.86,407.783,144.723z"/><path id="XMLID_893_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M125.039,144.988c0.651,0.016,0.969-0.202,1.131-0.529C125.525,144.443,125.206,144.662,125.039,144.988z"/><path id="XMLID_892_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M146.127,144.191c-0.382,0.003-0.451-0.216-0.756-0.265c0,0.267-0.307,0.315-0.377,0.533c0.377-0.002,0.45,0.214,0.753,0.264C145.745,144.457,146.053,144.408,146.127,144.191z"/><path id="XMLID_891_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M335.142,143.41c0,0.355,0,0.709,0,1.064C336.592,144.683,336.592,143.199,335.142,143.41z"/><path id="XMLID_890_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M302.363,142.863c-0.499,0-1.002,0-1.504,0c-0.143,0.897,0.652,1.134,1.131,1.596C301.978,143.833,302.635,143.676,302.363,142.863z"/><path id="XMLID_889_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M159.302,143.661c-0.108-0.074-0.57,0.127-0.379,0.266C159.028,144,159.493,143.798,159.302,143.661z"/><path id="XMLID_888_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M416.07,142.863c-0.38,0-0.759,0-1.135,0c0,0.265,0,0.533,0,0.798c0.376,0,0.755,0,1.135,0C416.07,143.396,416.07,143.128,416.07,142.863z"/><path id="XMLID_887_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M452.586,143.128c0.002-0.147-0.306-0.303-0.378,0C452.207,143.278,452.512,143.431,452.586,143.128z"/><path id="XMLID_886_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M277.895,142.863c0.104,0.073,0.567-0.128,0.376-0.265C278.167,142.523,277.695,142.724,277.895,142.863z"/><path id="XMLID_885_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M73.835,142.066c0.266,0.325-0.22,0.992,0.755,0.798c1.224-0.67-0.394-2.527-1.505-1.597C72.957,141.796,73.613,141.785,73.835,142.066z"/><path id="XMLID_883_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M382.932,142.598c0.252,0,0.504,0,0.755,0c0-0.178,0-0.355,0-0.532c-0.251,0-0.503,0-0.755,0C382.932,142.242,382.932,142.42,382.932,142.598z"/><path id="XMLID_882_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M160.805,142.598c0.259-0.717-0.776-0.515-1.129-0.798C159.454,142.49,159.828,142.755,160.805,142.598z"/><path id="XMLID_881_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M88.146,142.598c0.1,0.073,0.568-0.129,0.377-0.267C88.415,142.258,87.95,142.46,88.146,142.598z"/><path id="XMLID_880_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M154.405,142.066c0.005-0.147-0.304-0.302-0.374,0C154.031,142.214,154.332,142.365,154.405,142.066z"/><path id="XMLID_879_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M55.393,142.066c-0.111-0.075-0.576,0.128-0.38,0.265C55.114,142.403,55.586,142.203,55.393,142.066z"/><path id="XMLID_878_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M36.188,142.331c0.107,0.072,0.572-0.128,0.378-0.265C36.465,141.991,35.995,142.193,36.188,142.331z"/><path id="XMLID_877_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M28.28,141.266c-0.852-0.073-1.412,0.064-1.503,0.534c0.541,0.064,0.635,0.438,1.132,0.532C27.823,141.831,28.33,141.743,28.28,141.266z"/><path id="XMLID_876_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.005,142.066c0.24-0.646-1.795-0.998-1.881-0.533C114.841,141.646,114.804,142.293,116.005,142.066z"/><path id="XMLID_875_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M474.419,141.533c-0.29,0.061-0.742,0.009-0.753,0.267C473.96,141.74,474.409,141.792,474.419,141.533z"/><path id="XMLID_874_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M12.848,141.266c-0.379,0-0.756,0-1.129,0c-0.049,0.478,0.371,0.623,1.129,0.534C12.848,141.621,12.848,141.444,12.848,141.266z"/><path id="XMLID_872_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M305.753,141.001c0-0.148-0.304-0.302-0.373,0C305.38,141.149,305.682,141.304,305.753,141.001z"/><path id="XMLID_871_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M258.32,140.736c-0.253,0-0.507,0-0.757,0c0,0.178,0,0.356,0,0.53c0.25,0,0.504,0,0.757,0C258.32,141.091,258.32,140.913,258.32,140.736z"/><path id="XMLID_870_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M135.208,140.736c0.123-1.314-2.087-0.695-1.886,0.265C134.386,141.221,134.295,140.625,135.208,140.736z"/><path id="XMLID_869_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M5.694,140.736c-0.106-0.075-0.574,0.128-0.375,0.265C5.422,141.076,5.889,140.871,5.694,140.736z"/><path id="XMLID_868_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M419.829,140.203c-0.25,0-0.498,0-0.755,0c0,0.177,0,0.352,0,0.533c0.257,0,0.505,0,0.755,0C419.829,140.555,419.829,140.38,419.829,140.203z"/><path id="XMLID_867_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M286.174,140.469c-0.102-0.072-0.568,0.127-0.372,0.266C285.904,140.809,286.369,140.607,286.174,140.469z"/><path id="XMLID_866_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M254.928,140.736c0.515-0.338,0.582-1.304-0.376-1.328C254.036,139.744,253.968,140.709,254.928,140.736z"/><path id="XMLID_865_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M394.604,139.671c0.104,0.075,0.574-0.127,0.378-0.263C394.876,139.329,394.411,139.532,394.604,139.671z"/><path id="XMLID_864_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M184.149,139.671c0.858,0.075,1.418-0.062,1.506-0.532C184.986,139.2,183.773,138.87,184.149,139.671z"/><path id="XMLID_863_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M133.322,139.407c-0.104-0.078-0.567,0.125-0.377,0.263C133.05,139.745,133.518,139.544,133.322,139.407z"/><path id="XMLID_862_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M99.066,139.407c-0.003,0.146,0.303,0.298,0.374,0C99.44,139.256,99.136,139.103,99.066,139.407z"/><path id="XMLID_861_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M353.193,139.139c-0.105-0.074-0.572,0.125-0.375,0.268C352.919,139.479,353.387,139.278,353.193,139.139z"/><path id="XMLID_860_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M321.194,139.139c0.055-0.279-0.296-0.687-0.378-0.266C320.757,139.152,321.106,139.56,321.194,139.139z"/><path id="XMLID_859_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M0.423,138.873c-0.102-0.071-0.573,0.13-0.375,0.266C0.153,139.213,0.618,139.013,0.423,138.873z"/><path id="XMLID_858_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M245.514,138.606c-0.29,0.061-0.739,0.01-0.753,0.267C245.054,138.812,245.506,138.866,245.514,138.606z"/><path id="XMLID_857_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M363.733,138.077c0-0.148-0.304-0.302-0.377,0C363.356,138.222,363.662,138.375,363.733,138.077z"/><path id="XMLID_856_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M251.54,138.077c-0.104-0.073-0.572,0.128-0.376,0.264C251.269,138.414,251.733,138.214,251.54,138.077z"/><path id="XMLID_855_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M144.241,138.341c-0.061-0.314,0.068-0.754-0.38-0.797c-0.018,0.162-0.055,0.314-0.375,0.266C143.532,138.135,143.6,138.439,144.241,138.341z"/><path id="XMLID_854_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M140.474,138.077c-0.289,0.058-0.743,0.008-0.752,0.264C140.015,138.281,140.465,138.335,140.474,138.077z"/><path id="XMLID_853_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M138.969,137.011c-0.854-0.074-1.412,0.062-1.503,0.533c0.535,0.065,0.632,0.439,1.127,0.533C138.711,137.717,139.129,137.568,138.969,137.011z"/><path id="XMLID_852_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M219.914,137.276c0.105,0.074,0.571-0.13,0.377-0.265C220.19,136.938,219.721,137.141,219.914,137.276z"/><path id="XMLID_851_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M394.982,136.747c-0.081-0.322-0.419-0.164-0.753,0C394.232,137.015,394.891,137.081,394.982,136.747z"/><path id="XMLID_849_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M324.955,136.48c-0.107-0.074-0.572,0.129-0.376,0.267C324.681,136.819,325.149,136.617,324.955,136.48z"/><path id="XMLID_848_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M159.677,136.747c0.107-0.607-0.089-1.001-0.753-1.064C158.33,136.077,158.502,136.872,159.677,136.747z"/><path id="XMLID_847_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.757,136.747c0.036-0.419,0.96-0.208,0.75-0.8c-0.679-0.226-1.033-0.682-1.877-0.797C115.607,135.961,115.968,136.505,116.757,136.747z"/><path id="XMLID_846_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M372.767,136.215c-0.105-0.072-0.568,0.129-0.372,0.265C372.497,136.553,372.962,136.351,372.767,136.215z"/><path id="XMLID_845_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M457.854,136.215c0.107,0.073,0.572-0.129,0.376-0.268C458.128,135.875,457.661,136.076,457.854,136.215z"/><path id="XMLID_844_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M401.756,136.215c0.254,0,0.502,0,0.757,0c-0.207-0.385,0.439-1.375-0.38-1.33c0.274,0.724-0.746,0.536-0.748,1.062C401.615,135.963,401.83,135.986,401.756,136.215z"/><path id="XMLID_843_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M272.248,135.947c0.054-0.277-0.294-0.684-0.38-0.264C271.813,135.961,272.162,136.372,272.248,135.947z"/><path id="XMLID_842_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M128.05,135.417c-0.105-0.073-0.568,0.129-0.374,0.266C127.778,135.757,128.244,135.554,128.05,135.417z"/><path id="XMLID_841_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M113.368,135.15c-0.252,0-0.502,0-0.753,0c0,0.18,0,0.355,0,0.533c0.251,0,0.501,0,0.753,0C113.368,135.505,113.368,135.329,113.368,135.15z"/><path id="XMLID_837_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M340.013,134.618c0.002-0.146-0.307-0.299-0.374,0C339.637,134.766,339.941,134.919,340.013,134.618z"/><path id="XMLID_836_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M178.502,134.351c-0.229-0.365-1.448-0.039-1.506-0.533c-0.041-0.322-0.11-0.629-0.752-0.529C175.646,134.583,178.077,135.401,178.502,134.351z"/><path id="XMLID_835_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M425.475,134.087c-0.105-0.073-0.572,0.128-0.376,0.264C425.204,134.427,425.67,134.226,425.475,134.087z"/><path id="XMLID_834_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M179.255,134.351c0.251,0,0.502,0,0.753,0c0-0.177,0-0.352,0-0.533c-0.252,0-0.502,0-0.753,0C179.255,133.999,179.255,134.175,179.255,134.351z"/><path id="XMLID_833_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M101.319,134.087c-0.29,0.058-0.74,0.008-0.75,0.264C100.859,134.295,101.309,134.346,101.319,134.087z"/><path id="XMLID_832_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M351.687,133.818c0.487-0.35,0.232-0.8-0.376-1.059C351.264,133.422,350.588,133.588,351.687,133.818z"/><path id="XMLID_831_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M4.564,133.555c-0.101-0.073-0.57,0.129-0.379,0.263C4.29,133.894,4.76,133.691,4.564,133.555z"/><path id="XMLID_830_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M456.35,133.289c-0.109-0.073-0.572,0.129-0.376,0.266C456.073,133.626,456.543,133.426,456.35,133.289z"/><path id="XMLID_829_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M246.647,133.289c-0.294,0.06-0.743,0.01-0.754,0.266C246.186,133.497,246.638,133.549,246.647,133.289z"/><path id="XMLID_827_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M471.033,133.024c-0.006-0.267-0.661-0.336-0.755,0C470.699,132.997,470.866,133.41,471.033,133.024z"/><path id="XMLID_826_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M486.09,133.024c0.117-0.36,0.54-0.507,0.376-1.063c-0.376,0-0.753,0-1.127,0C485.234,132.567,485.432,132.96,486.09,133.024z"/><path id="XMLID_825_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M342.272,133.024c0-0.265,0.304-0.317,0.38-0.533c-0.487-0.013-0.524-0.341-1.131-0.266C341.504,132.684,341.809,132.907,342.272,133.024z"/><path id="XMLID_824_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M468.772,132.76c0.107,0.071,0.576-0.13,0.378-0.269C469.046,132.417,468.579,132.62,468.772,132.76z"/><path id="XMLID_823_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M272.248,132.491C273.158,131.6,270.984,133.137,272.248,132.491L272.248,132.491z"/><path id="XMLID_822_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M151.392,132.76c0.319-0.31,0.503-0.718,0.38-1.331c-0.568,0.044-1.386-0.095-1.508,0.265C151.264,131.61,149.913,133.185,151.392,132.76z"/><path id="XMLID_821_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M214.267,132.491c0.643-0.449-0.219-1.195-0.753-1.596C212.933,131.303,212.839,132.722,214.267,132.491z"/><path id="XMLID_820_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M152.148,131.96c-0.005,0.147,0.306,0.301,0.379,0C152.527,131.812,152.219,131.658,152.148,131.96z"/><path id="XMLID_819_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M21.132,131.694c-1.059-0.049-1.033-0.868-1.885-1.064c0.463,0.861-1.216,0.203-0.753,1.064C19.905,131.444,20.653,132.821,21.132,131.694z"/><path id="XMLID_818_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M179.636,131.694c-0.11-0.07-0.575,0.125-0.382,0.267C179.359,132.035,179.824,131.833,179.636,131.694z"/><path id="XMLID_817_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M115.249,131.694c-0.077-0.323-0.414-0.162-0.748,0C114.504,131.962,115.158,132.026,115.249,131.694z"/><path id="XMLID_814_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M163.445,131.163c-0.105-0.073-0.573,0.127-0.379,0.266C163.169,131.502,163.635,131.299,163.445,131.163z"/><path id="XMLID_813_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M308.767,130.895c-0.444,0.041-1.068-0.044-1.135,0.267C308.078,131.121,308.706,131.208,308.767,130.895z"/><path id="XMLID_812_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M158.923,130.63c-0.289,0.06-0.74,0.007-0.753,0.265C158.461,130.837,158.915,130.89,158.923,130.63z"/><path id="XMLID_811_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M486.467,130.365c0-0.178,0-0.354,0-0.533c-0.376,0-0.445-0.215-0.753-0.267C485.752,129.987,485.667,130.487,486.467,130.365z"/><path id="XMLID_810_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M301.613,130.099c-0.104-0.074-0.57,0.13-0.378,0.266C301.342,130.439,301.807,130.237,301.613,130.099z"/><path id="XMLID_809_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.38,130.365c0.259-0.714-0.779-0.513-1.131-0.8C115.026,130.26,115.403,130.523,116.38,130.365z"/><path id="XMLID_808_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M468.772,130.099c0.86,0.074,1.417-0.064,1.506-0.535C469.615,129.625,468.394,129.303,468.772,130.099z"/><path id="XMLID_807_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M146.127,130.099c0.104-0.606-0.094-1-0.756-1.064C145.264,129.639,145.463,130.035,146.127,130.099z"/><path id="XMLID_806_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M382.932,129.831c0.109,0.077,0.574-0.127,0.38-0.267C383.204,129.495,382.741,129.695,382.932,129.831z"/><path id="XMLID_805_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M125.414,129.564c-0.101-0.07-0.573,0.131-0.375,0.267C125.146,129.908,125.611,129.704,125.414,129.564z"/><path id="XMLID_804_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M403.64,129.303c0.022-0.34,0.481-0.372,0.376-0.8c-0.252,0-0.502,0-0.752,0C402.841,128.886,402.855,129.151,403.64,129.303z"/><path id="XMLID_802_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M108.097,128.503C109.244,127.607,106.706,127.697,108.097,128.503L108.097,128.503z"/><path id="XMLID_800_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M487.6,127.705C488.51,126.814,486.336,128.349,487.6,127.705L487.6,127.705z"/><path id="XMLID_799_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M438.654,127.971c0.107,0.074,0.57-0.128,0.376-0.266C438.928,127.634,438.457,127.832,438.654,127.971z"/><path id="XMLID_798_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M274.127,127.971c0.255,0,0.505,0,0.757,0c0-0.179,0-0.354,0-0.532c-0.252,0-0.502,0-0.757,0C274.127,127.617,274.127,127.792,274.127,127.971z"/><path id="XMLID_797_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M157.042,127.705c0.003,0.269,0.66,0.333,0.756,0C157.714,127.383,157.378,127.543,157.042,127.705z"/><path id="XMLID_796_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M371.261,127.705c0-0.355,0-0.709,0-1.061C369.816,126.431,369.816,127.914,371.261,127.705z"/><path id="XMLID_795_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.513,127.439c0-0.148-0.309-0.304-0.379,0C149.134,127.588,149.44,127.74,149.513,127.439z"/><path id="XMLID_794_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M225.938,127.174c0.003-0.15-0.304-0.304-0.374,0C225.563,127.32,225.866,127.475,225.938,127.174z"/><path id="XMLID_793_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M145.748,126.375c0.018,0.366-0.176,0.585-0.376,0.799c0.478,0.011,0.52,0.342,1.124,0.265C146.607,126.832,146.408,126.44,145.748,126.375z"/><path id="XMLID_792_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M139.722,126.906c-0.101-0.074-0.569,0.128-0.376,0.268C139.451,127.248,139.919,127.045,139.722,126.906z"/><path id="XMLID_791_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.078,126.644c0.375-0.004,0.444,0.213,0.75,0.263c-0.002-0.266,0.306-0.315,0.38-0.531c-0.382,0.002-0.452-0.217-0.754-0.265C102.454,126.377,102.146,126.425,102.078,126.644z"/><path id="XMLID_790_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M244.013,126.644c0.021-0.342,0.482-0.369,0.377-0.799c-0.25,0-0.502,0-0.758,0C243.21,126.228,243.229,126.491,244.013,126.644z"/><path id="XMLID_789_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M148.383,126.375c0-0.147-0.306-0.3-0.376,0C148.006,126.523,148.31,126.678,148.383,126.375z"/><path id="XMLID_788_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M139.722,126.375c0-0.147-0.306-0.3-0.376,0C139.346,126.523,139.647,126.678,139.722,126.375z"/><path id="XMLID_787_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M474.419,125.845c-0.25,0-0.501,0-0.753,0c0,0.177,0,0.356,0,0.53c0.252,0,0.503,0,0.753,0C474.419,126.201,474.419,126.022,474.419,125.845z"/><path id="XMLID_786_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M154.782,124.515c0,0.354,0,0.71,0,1.062C156.235,125.787,156.235,124.307,154.782,124.515z"/><path id="XMLID_785_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M160.805,125.046C161.203,123.506,159.175,124.935,160.805,125.046L160.805,125.046z"/><path id="XMLID_784_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M430.372,124.515c0.491,0.34,1.387,0.34,1.88,0C432.247,123.275,430.379,123.275,430.372,124.515z"/><path id="XMLID_783_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M423.595,124.515c-0.292,0.061-0.743,0.005-0.75,0.263C423.132,124.722,423.587,124.773,423.595,124.515z"/><path id="XMLID_779_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M463.503,124.515c0-0.177,0-0.354,0-0.532c-0.378,0-0.751,0-1.128,0C462.327,124.461,462.744,124.605,463.503,124.515z"/><path id="XMLID_778_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M467.645,123.717c-0.424,0.026-0.584-0.389-0.753,0C466.893,123.987,467.55,124.053,467.645,123.717z"/><path id="XMLID_777_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M204.1,123.451c-0.098-0.071-0.564,0.129-0.372,0.267C203.828,123.792,204.294,123.588,204.1,123.451z"/><path id="XMLID_776_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M430.372,122.654c-0.252,0-0.505,0-0.755,0c0,0.178,0,0.352,0,0.531c0.25,0,0.503,0,0.755,0C430.372,123.006,430.372,122.832,430.372,122.654z"/><path id="XMLID_775_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M439.031,122.918c0-0.177,0-0.351,0-0.531c-0.376,0-0.755,0-1.131,0C437.852,122.863,438.276,123.008,439.031,122.918z"/><path id="XMLID_772_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M422.464,122.121c-0.381,0.002-0.447-0.212-0.752-0.265c0.002,0.267-0.307,0.318-0.376,0.531c0.378,0,0.445,0.216,0.755,0.267C422.083,122.387,422.393,122.335,422.464,122.121z"/><path id="XMLID_771_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M414.558,122.387c-0.103-0.072-0.568,0.129-0.374,0.267C414.287,122.725,414.754,122.525,414.558,122.387z"/><path id="XMLID_770_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M367.877,122.387c0.026-0.002-0.024-0.246,0-0.266c0.037-0.031,0.354-0.548,0.376-0.532C367.843,121.205,366.533,122.554,367.877,122.387z"/><path id="XMLID_767_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M411.925,121.588c-0.004-0.265,0.306-0.316,0.376-0.531c-0.592,0.025-1.308-0.036-1.129,0.531C411.423,121.588,411.676,121.588,411.925,121.588z"/><path id="XMLID_766_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M144.615,121.325c0.008-0.15-0.3-0.303-0.373,0C144.241,121.47,144.55,121.622,144.615,121.325z"/><path id="XMLID_765_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M479.691,118.931c-1.979-0.07-2.357,0.993-2.633,2.127C478.652,121.575,480.13,120.631,479.691,118.931z"/><path id="XMLID_764_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M430.749,121.057c-0.294,0.061-0.742,0.009-0.753,0.267C430.288,121.264,430.737,121.316,430.749,121.057z"/><path id="XMLID_763_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M152.148,120.791c0.915-0.679-0.157-1.451-0.756-1.86c-0.063,0.31-0.593,0.289-1.128,0.265C150.472,120.026,151.163,120.515,152.148,120.791z"/><path id="XMLID_762_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M109.982,120.791c0.019-0.34,0.482-0.369,0.377-0.797c-0.25,0-0.502,0-0.753,0C109.182,120.377,109.198,120.645,109.982,120.791z"/><path id="XMLID_761_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M302.741,119.728c0.105,0.073,0.575-0.129,0.376-0.267C303.016,119.39,302.546,119.59,302.741,119.728z"/><path id="XMLID_760_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M87.767,119.728c0.108,0.073,0.57-0.129,0.379-0.267C88.041,119.39,87.576,119.59,87.767,119.728z"/><path id="XMLID_759_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M425.475,118.665c-0.105-0.071-0.572,0.13-0.376,0.266C425.204,119.004,425.67,118.801,425.475,118.665z"/><path id="XMLID_758_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M232.72,118.665C233.626,117.772,231.454,119.309,232.72,118.665L232.72,118.665z"/><path id="XMLID_757_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M53.131,118.931c0.074-0.764,0.048-1.452-1.132-1.329c-0.112,0.358-0.533,0.507-0.375,1.063C52.133,118.749,52.347,119.044,53.131,118.931z"/><path id="XMLID_751_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M47.486,117.867c0.248,0,0.501,0,0.753,0c0-0.179,0-0.354,0-0.531c-0.251,0-0.505,0-0.753,0C47.486,117.512,47.486,117.688,47.486,117.867z"/><path id="XMLID_750_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M457.854,116.537c0.018,0.365-0.176,0.583-0.376,0.798c0.483,0.014,0.525,0.342,1.129,0.266C458.711,116.997,458.518,116.601,457.854,116.537z"/><path id="XMLID_749_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M394.604,117.068c-0.498-0.002-0.339-0.464-0.753-0.531c-0.032,0.419-0.963,0.21-0.754,0.798C394.046,117.367,394.278,117.843,394.604,117.068z"/><path id="XMLID_748_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M205.23,117.335c0.005-0.149-0.304-0.302-0.371,0C204.854,117.481,205.162,117.637,205.23,117.335z"/><path id="XMLID_747_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M183.397,116.803c0.036-0.031,0.36-0.55,0.377-0.535c-0.409-0.381-1.716,0.969-0.377,0.801C183.417,117.066,183.376,116.823,183.397,116.803z"/><path id="XMLID_746_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M264.714,116.005c-0.248,0-0.504,0-0.752,0c0,0.177,0,0.355,0,0.533c0.248,0,0.504,0,0.752,0C264.714,116.36,264.714,116.182,264.714,116.005z"/><path id="XMLID_745_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M213.138,116.005c0-0.148-0.304-0.302-0.377,0C212.761,116.151,213.069,116.309,213.138,116.005z"/><path id="XMLID_744_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M131.065,116.005c-0.293,0.062-0.745,0.006-0.756,0.263C130.602,116.211,131.051,116.263,131.065,116.005z"/><path id="XMLID_743_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M299.352,115.74c-0.103-0.073-0.57,0.129-0.373,0.265C299.082,116.078,299.55,115.877,299.352,115.74z"/><path id="XMLID_742_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M366.366,115.473c-0.29,0.061-0.739,0.007-0.747,0.267C365.909,115.677,366.355,115.732,366.366,115.473z"/><path id="XMLID_741_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M137.087,115.473c-0.443,0.042-1.067-0.043-1.128,0.267C136.399,115.698,137.024,115.784,137.087,115.473z"/><path id="XMLID_740_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M131.818,115.473c-0.104-0.075-0.57,0.13-0.376,0.267C131.546,115.813,132.013,115.611,131.818,115.473z"/><path id="XMLID_739_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M76.847,115.473c0.002-0.148-0.303-0.301-0.374,0C76.468,115.622,76.777,115.775,76.847,115.473z"/><path id="XMLID_738_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M300.108,115.473c-0.059-0.314,0.064-0.755-0.376-0.796c-0.025,0.161-0.059,0.315-0.38,0.265C299.397,115.267,299.47,115.572,300.108,115.473z"/><path id="XMLID_737_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M289.566,115.209C290.476,114.314,288.302,115.851,289.566,115.209L289.566,115.209z"/><path id="XMLID_736_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M424.35,115.209c0.511-0.34,0.58-1.305-0.376-1.332C423.462,114.217,423.388,115.182,424.35,115.209z"/><path id="XMLID_735_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M372.767,114.942c0.294-0.058,0.748-0.008,0.753-0.265C373.23,114.735,372.783,114.682,372.767,114.942z"/><path id="XMLID_734_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M317.423,114.942c0.254,0,0.502,0,0.752,0c0-0.266,0.309-0.317,0.378-0.531C317.963,114.435,317.253,114.373,317.423,114.942z"/><path id="XMLID_733_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M449.572,114.677c-0.002-0.266,0.306-0.316,0.38-0.533c-0.596,0.026-1.31-0.036-1.133,0.533C449.067,114.677,449.325,114.677,449.572,114.677z"/><path id="XMLID_732_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M451.831,114.411c0.117-0.359,0.533-0.509,0.376-1.064C451.161,112.921,451.17,114.494,451.831,114.411z"/><path id="XMLID_731_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M446.937,113.877c-0.251,0-0.503,0-0.751,0c0,0.178,0,0.354,0,0.533c0.248,0,0.5,0,0.751,0C446.937,114.232,446.937,114.055,446.937,113.877z"/><path id="XMLID_730_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M468.772,113.877c-0.105-0.073-0.57,0.129-0.376,0.266C468.5,114.217,468.968,114.014,468.772,113.877z"/><path id="XMLID_729_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M347.168,113.347c-0.648-0.017-0.963,0.205-1.126,0.531C346.632,113.854,347.343,113.915,347.168,113.347z"/><path id="XMLID_728_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M312.154,113.61c-0.103-0.074-0.574,0.129-0.375,0.267C311.882,113.954,312.351,113.752,312.154,113.61z"/><path id="XMLID_727_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M206.365,113.61c-0.104-0.074-0.576,0.129-0.382,0.267C206.088,113.954,206.558,113.752,206.365,113.61z"/><path id="XMLID_726_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M440.538,113.347c-0.08-0.321-0.418-0.162-0.755,0C439.787,113.615,440.444,113.681,440.538,113.347z"/><path id="XMLID_725_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M375.028,113.61C376.392,112.358,372.826,113.258,375.028,113.61L375.028,113.61z"/><path id="XMLID_723_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M443.549,112.814c-0.104-0.073-0.572,0.129-0.378,0.267C443.278,113.153,443.747,112.952,443.549,112.814z"/><path id="XMLID_722_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M281.281,112.283c-0.25,0-0.504,0-0.752,0c0,0.177,0,0.356,0,0.53c0.249,0,0.503,0,0.752,0C281.281,112.639,281.281,112.46,281.281,112.283z"/><path id="XMLID_721_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M3.056,112.549c-0.102-0.075-0.568,0.128-0.374,0.265C2.786,112.887,3.252,112.687,3.056,112.549z"/><path id="XMLID_720_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M63.672,112.283c0.102-0.607-0.089-1.002-0.753-1.063C62.442,111.532,62.618,112.324,63.672,112.283z"/><path id="XMLID_719_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M295.591,112.016c0-0.531,0-1.063,0-1.594c-1.385-0.088-1.142,0.97-1.507,1.594C294.586,112.016,295.088,112.016,295.591,112.016z"/><path id="XMLID_718_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M219.914,111.751C220.825,110.859,218.655,112.393,219.914,111.751L219.914,111.751z"/><path id="XMLID_717_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M47.858,112.016c-0.251-0.991,1.045-1.56-0.749-1.594C47.336,110.969,46.5,112.268,47.858,112.016z"/><path id="XMLID_716_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M169.842,111.751c0.105,0.073,0.57-0.129,0.377-0.267C170.118,111.412,169.644,111.611,169.842,111.751z"/><path id="XMLID_715_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M39.202,111.484c-0.104-0.072-0.572,0.126-0.378,0.267C38.925,111.824,39.393,111.622,39.202,111.484z"/><path id="XMLID_714_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M217.658,110.953c-0.105-0.071-0.572,0.129-0.376,0.268C217.383,111.293,217.852,111.091,217.658,110.953z"/><path id="XMLID_713_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M17.366,110.953c-0.104-0.071-0.575,0.129-0.376,0.268C17.092,111.293,17.56,111.091,17.366,110.953z"/><path id="XMLID_712_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M329.85,110.953c0.103,0.075,0.572-0.129,0.376-0.265C330.124,110.613,329.654,110.815,329.85,110.953z"/><path id="XMLID_711_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M183.773,110.156c0.058,0.313-0.068,0.756,0.376,0.797c0.037-0.682,1.47-0.38,1.506-1.062C184.473,110.19,184.657,109.812,183.773,110.156z"/><path id="XMLID_710_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M35.814,110.953c0.115-0.359,0.536-0.507,0.374-1.062c-0.503,0-1.004,0-1.505,0C34.618,110.554,35.26,110.723,35.814,110.953z"/><path id="XMLID_709_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M120.902,110.687c1.027-0.43-0.555-0.892-0.757-0.266C120.523,110.421,120.591,110.636,120.902,110.687z"/><path id="XMLID_708_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M81.369,110.687c0.292-0.06,0.742-0.007,0.753-0.266C81.829,110.48,81.38,110.428,81.369,110.687z"/><path id="XMLID_707_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M13.975,110.156c-0.055,0.277,0.293,0.687,0.376,0.265C14.409,110.142,14.059,109.734,13.975,110.156z"/><path id="XMLID_706_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M178.12,110.156c-0.099-0.075-0.565,0.128-0.372,0.265C177.853,110.494,178.324,110.293,178.12,110.156z"/><path id="XMLID_705_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M412.302,110.156c0.099,0.073,0.57-0.129,0.375-0.265C412.574,109.814,412.11,110.017,412.302,110.156z"/><path id="XMLID_704_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M294.46,109.891c0.25-0.617-1.472-0.575-1.133,0C293.455,110.104,294.329,110.21,294.46,109.891z"/><path id="XMLID_703_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M289.941,110.156c-0.165-0.502,0.509-1.604-0.751-1.331C289.133,109.485,289.121,110.116,289.941,110.156z"/><path id="XMLID_702_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M419.829,109.623c0.107,0.076,0.57-0.129,0.378-0.267C420.101,109.284,419.633,109.485,419.829,109.623z"/><path id="XMLID_699_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M475.925,109.092c0.102,0.074,0.575-0.129,0.374-0.267C476.199,108.753,475.729,108.952,475.925,109.092z"/><path id="XMLID_698_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M389.336,108.562c-0.107-0.076-0.572,0.127-0.376,0.263C389.06,108.9,389.531,108.697,389.336,108.562z"/><path id="XMLID_697_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M85.129,108.562c-0.102-0.076-0.566,0.127-0.375,0.263C84.862,108.9,85.33,108.697,85.129,108.562z"/><path id="XMLID_696_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M243.632,107.763c-0.856-0.076-1.413,0.063-1.507,0.532c0.716-0.06,0.832,0.299,1.507,0.267C243.632,108.295,243.632,108.029,243.632,107.763z"/><path id="XMLID_695_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M218.032,108.295c0-0.148-0.301-0.302-0.374,0C217.658,108.44,217.957,108.597,218.032,108.295z"/><path id="XMLID_694_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M87.767,108.295c-0.101-0.075-0.57,0.13-0.374,0.267C87.498,108.633,87.963,108.433,87.767,108.295z"/><path id="XMLID_693_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M28.66,108.562c0.656,0.018,1.171-0.061,1.504-0.267c0.118-0.701-0.521-0.873-1.504-0.8C28.66,107.851,28.66,108.205,28.66,108.562z"/><path id="XMLID_692_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M488.728,108.029c0-0.146-0.306-0.303-0.376,0C488.351,108.176,488.656,108.33,488.728,108.029z"/><path id="XMLID_691_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M184.902,107.231c-0.627,0-1.255,0-1.883,0c0.031,0.462-0.084,0.826-0.377,1.064C184.28,108.563,184.322,107.707,184.902,107.231z"/><path id="XMLID_690_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M109.23,108.295c0-0.178,0-0.355,0-0.532c-0.378,0-0.755,0-1.133,0C108.051,108.24,108.473,108.385,109.23,108.295z"/><path id="XMLID_689_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M104.71,108.029c1.768,0.084,1.008-1.23,0-1.33C104.007,107.205,104.933,107.182,104.71,108.029z"/><path id="XMLID_688_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M250.788,106.966c-0.252,0-0.502,0-0.756,0c-0.02,0.339-0.483,0.369-0.373,0.798c0.373,0,0.752,0,1.128,0C250.788,107.495,250.788,107.231,250.788,106.966z"/><path id="XMLID_687_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M99.816,107.495c-0.293,0.06-0.743,0.01-0.75,0.268C99.356,107.701,99.805,107.754,99.816,107.495z"/><path id="XMLID_686_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M58.4,107.495c0.021-0.16,0.058-0.313,0.379-0.264c0-0.179,0-0.356,0-0.533C57.852,106.285,57.67,107.601,58.4,107.495z"/><path id="XMLID_685_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M382.932,106.966c-0.102-0.073-0.572,0.129-0.372,0.266C382.663,107.304,383.128,107.102,382.932,106.966z"/><path id="XMLID_684_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M379.17,107.231C380.534,105.975,376.966,106.875,379.17,107.231L379.17,107.231z"/><path id="XMLID_683_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M317.8,107.231c0.021-0.341,0.484-0.368,0.375-0.798c-0.25,0-0.498,0-0.752,0C317.007,106.815,317.023,107.081,317.8,107.231z"/><path id="XMLID_682_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M6.446,106.966c0.377,0,0.448,0.216,0.757,0.266C8.23,106.802,6.648,106.338,6.446,106.966z"/><path id="XMLID_681_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M392.721,106.699c-0.105-0.072-0.57,0.129-0.374,0.267C392.45,107.039,392.921,106.837,392.721,106.699z"/><path id="XMLID_680_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M323.827,106.699c-0.102-0.072-0.572,0.129-0.376,0.267C323.553,107.039,324.022,106.837,323.827,106.699z"/><path id="XMLID_679_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M136.714,106.699c-0.108-0.072-0.574,0.129-0.377,0.267C136.439,107.039,136.907,106.837,136.714,106.699z"/><path id="XMLID_678_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M384.815,106.433C385.728,105.539,383.552,107.076,384.815,106.433L384.815,106.433z"/><path id="XMLID_677_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M265.849,106.433c-0.004-0.269-0.665-0.336-0.759,0C265.521,106.404,265.678,106.82,265.849,106.433z"/><path id="XMLID_676_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M251.165,106.699c0.104,0.072,0.568-0.129,0.376-0.265C251.436,106.357,250.968,106.562,251.165,106.699z"/><path id="XMLID_675_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M11.345,106.433c-0.295,0.058-0.748,0.005-0.756,0.265C10.882,106.64,11.331,106.691,11.345,106.433z"/><path id="XMLID_673_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M399.88,106.433c0.017-0.341,0.48-0.37,0.376-0.797c-0.253,0-0.505,0-0.759,0C399.081,106.019,399.095,106.283,399.88,106.433z"/><path id="XMLID_672_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M117.887,106.165c-0.104-0.072-0.57,0.129-0.379,0.268C117.614,106.505,118.08,106.306,117.887,106.165z"/><path id="XMLID_670_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M99.44,105.902c-0.106-0.075-0.571,0.128-0.374,0.263C99.167,106.243,99.63,106.038,99.44,105.902z"/><path id="XMLID_669_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M80.239,105.902c-0.421,0.025-0.585-0.388-0.755,0C79.489,106.169,80.148,106.233,80.239,105.902z"/><path id="XMLID_668_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M234.976,105.369c-0.253,0-0.504,0-0.751,0c0,0.178,0,0.354,0,0.533c0.247,0,0.498,0,0.751,0C234.976,105.723,234.976,105.546,234.976,105.369z"/><path id="XMLID_667_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M84.005,105.369c-0.252,0-0.503,0-0.754,0c0,0.178,0,0.354,0,0.533c0.251,0,0.502,0,0.754,0C84.005,105.723,84.005,105.546,84.005,105.369z"/><path id="XMLID_666_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M434.888,105.369c-0.443,0.043-1.065-0.044-1.13,0.267C434.201,105.594,434.825,105.681,434.888,105.369z"/><path id="XMLID_665_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M244.389,105.369c-0.005,0.148,0.301,0.303,0.372,0C244.764,105.223,244.461,105.066,244.389,105.369z"/><path id="XMLID_663_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M35.063,105.104c-0.426,0.027-0.588-0.388-0.755,0C34.313,105.371,34.966,105.438,35.063,105.104z"/><path id="XMLID_662_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M64.806,104.835c0-0.144-0.311-0.298-0.38,0C64.425,104.985,64.728,105.138,64.806,104.835z"/><path id="XMLID_661_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M193.563,104.573c0-0.15-0.308-0.303-0.376,0C193.181,104.72,193.494,104.875,193.563,104.573z"/><path id="XMLID_660_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M412.677,104.307c-0.085-0.325-0.421-0.165-0.751,0C411.925,104.574,412.584,104.64,412.677,104.307z"/><path id="XMLID_659_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M231.585,104.039c-0.253,0-0.502,0-0.752,0c0,0.177,0,0.356,0,0.534c0.25,0,0.5,0,0.752,0C231.585,104.395,231.585,104.216,231.585,104.039z"/><path id="XMLID_658_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M152.148,104.573c0.105,0.071,0.57-0.128,0.379-0.265C152.421,104.231,151.955,104.437,152.148,104.573z"/><path id="XMLID_657_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M136.714,104.307c0,0.144,0.301,0.3,0.374,0C137.087,104.159,136.781,104.004,136.714,104.307z"/><path id="XMLID_656_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.454,104.307c0-0.148-0.307-0.304-0.375,0C102.073,104.452,102.379,104.608,102.454,104.307z"/><path id="XMLID_655_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M28.66,104.307c-0.293,0.059-0.745,0.005-0.75,0.265C28.199,104.514,28.649,104.563,28.66,104.307z"/><path id="XMLID_654_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M365.24,103.774c-0.078-0.321-0.418-0.167-0.755,0C364.489,104.041,365.144,104.109,365.24,103.774z"/><path id="XMLID_653_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M334.74,103.774c-0.102-0.073-0.566,0.129-0.374,0.265C334.472,104.114,334.939,103.911,334.74,103.774z"/><path id="XMLID_652_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M274.127,103.243c-0.25,0-0.5,0-0.75,0c0,0.263-0.302,0.315-0.376,0.531c0.475,0.016,0.519,0.342,1.126,0.265C274.127,103.774,274.127,103.506,274.127,103.243z"/><path id="XMLID_651_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M152.148,103.774c-0.005-0.268,0.306-0.317,0.379-0.531c-0.596,0.024-1.308-0.036-1.135,0.531C151.647,103.774,151.897,103.774,152.148,103.774z"/><path id="XMLID_650_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M376.909,103.243c-0.104-0.072-0.57,0.128-0.376,0.263C376.638,103.582,377.103,103.38,376.909,103.243z"/><path id="XMLID_649_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M244.389,103.506c0.499,0,1.001,0,1.504,0c0.15-0.638-0.691-0.575-0.38-1.327C243.835,102.294,244.958,102.739,244.389,103.506z"/><path id="XMLID_648_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M137.087,103.243c-0.102-0.072-0.573,0.128-0.374,0.263C136.817,103.582,137.281,103.38,137.087,103.243z"/><path id="XMLID_647_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.078,103.506c0.098,0.076,0.57-0.126,0.375-0.263C102.341,103.171,101.879,103.37,102.078,103.506z"/><path id="XMLID_646_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M11.718,102.977c-0.724-0.109-0.296-1.033-1.505-0.798C9.19,102.599,11.141,103.764,11.718,102.977z"/><path id="XMLID_645_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M469.528,102.709c-0.106-0.071-0.572,0.129-0.377,0.268C469.252,103.049,469.72,102.848,469.528,102.709z"/><path id="XMLID_644_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M388.203,102.709c-0.294,0.061-0.743,0.008-0.749,0.268C387.744,102.915,388.194,102.967,388.203,102.709z"/><path id="XMLID_643_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M231.585,102.444c0-0.177,0-0.356,0-0.531c-0.376,0-0.752,0-1.13,0C230.408,102.39,230.833,102.534,231.585,102.444z"/><path id="XMLID_642_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M167.207,102.179c-0.105-0.077-0.57,0.128-0.377,0.265C166.933,102.517,167.398,102.319,167.207,102.179z"/><path id="XMLID_641_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M76.1,102.179c-0.107-0.077-0.576,0.128-0.38,0.265C75.828,102.517,76.29,102.319,76.1,102.179z"/><path id="XMLID_640_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M14.351,102.179c-0.104-0.077-0.571,0.128-0.376,0.265C14.08,102.517,14.55,102.319,14.351,102.179z"/><path id="XMLID_639_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M248.149,101.913c-0.105-0.071-0.566,0.129-0.377,0.266C247.878,102.252,248.345,102.049,248.149,101.913z"/><path id="XMLID_638_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M117.134,101.913c0.502,0.346,1.399,0.351,1.508-0.265C118.141,101.3,117.238,101.296,117.134,101.913z"/><path id="XMLID_637_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M462.375,101.648c-0.081-0.321-0.418-0.164-0.755,0C461.624,101.915,462.279,101.982,462.375,101.648z"/><path id="XMLID_636_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M423.973,101.648c0-0.147-0.308-0.304-0.378,0C423.595,101.794,423.899,101.947,423.973,101.648z"/><path id="XMLID_635_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M251.54,101.379c-0.251,0-0.501,0-0.752,0c0,0.177,0,0.356,0,0.533c0.251,0,0.501,0,0.752,0C251.54,101.735,251.54,101.557,251.54,101.379z"/><path id="XMLID_634_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M76.1,101.648c-0.107-0.077-0.576,0.127-0.38,0.265C75.828,101.987,76.29,101.784,76.1,101.648z"/><path id="XMLID_633_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M74.964,101.379c-0.647-0.015-0.961,0.206-1.129,0.533C74.431,101.888,75.143,101.947,74.964,101.379z"/><path id="XMLID_632_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M9.836,101.648c-0.105-0.077-0.57,0.127-0.377,0.265C9.561,101.987,10.032,101.784,9.836,101.648z"/><path id="XMLID_631_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M471.411,101.648c0-0.268,0-0.533,0-0.798c-0.859-0.077-1.415,0.063-1.507,0.53C470.411,101.465,470.622,101.759,471.411,101.648z"/><path id="XMLID_630_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M436.019,101.379c0-0.146-0.304-0.3-0.376,0C435.643,101.529,435.945,101.683,436.019,101.379z"/><path id="XMLID_629_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M419.455,101.648c0.249,0,0.499,0,0.753,0c0.198-0.681,0.501-0.932-0.378-1.332c0.276,0.728-0.745,0.537-0.755,1.064C419.307,101.395,419.525,101.421,419.455,101.648z"/><path id="XMLID_628_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M415.69,101.114c0.004-0.148-0.305-0.301-0.378,0C415.311,101.262,415.619,101.417,415.69,101.114z"/><path id="XMLID_627_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M234.976,101.379C236.877,100.31,233.662,100.137,234.976,101.379L234.976,101.379z"/><path id="XMLID_626_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M253.044,100.85c-0.292,0.058-0.742,0.004-0.752,0.265C252.584,101.055,253.035,101.107,253.044,100.85z"/><path id="XMLID_625_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M223.68,100.584c-0.249,0-0.501,0-0.753,0c0,0.177,0,0.354,0,0.531c0.251,0,0.503,0,0.753,0C223.68,100.937,223.68,100.76,223.68,100.584z"/><path id="XMLID_624_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M167.586,100.85c0-0.148-0.306-0.302-0.378,0C167.205,100.996,167.513,101.148,167.586,100.85z"/><path id="XMLID_623_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M74.212,100.584c0.003-0.149-0.303-0.303-0.376,0C73.835,100.731,74.141,100.885,74.212,100.584z"/><path id="XMLID_622_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M480.446,100.315C481.964,101.251,481.331,99.461,480.446,100.315L480.446,100.315z"/><path id="XMLID_621_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M356.2,100.315c0.002-0.146-0.3-0.299-0.373,0C355.827,100.464,356.135,100.619,356.2,100.315z"/><path id="XMLID_620_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M478.938,100.315c0.105,0.074,0.57-0.126,0.376-0.264C479.211,99.977,478.745,100.179,478.938,100.315z"/><path id="XMLID_619_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M120.145,100.051c-0.105-0.074-0.574,0.128-0.374,0.264C119.874,100.389,120.341,100.189,120.145,100.051z"/><path id="XMLID_618_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M61.415,100.051c-0.292,0.06-0.742,0.007-0.753,0.264C60.955,100.257,61.402,100.31,61.415,100.051z"/><path id="XMLID_617_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M43.721,100.315c0.102,0.074,0.567-0.126,0.371-0.264C43.993,99.977,43.523,100.179,43.721,100.315z"/><path id="XMLID_616_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M487.223,99.253c-0.65-0.015-0.966,0.204-1.133,0.532C486.682,99.761,487.395,99.82,487.223,99.253z"/><path id="XMLID_615_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M480.446,99.785c0-0.265,0.304-0.317,0.378-0.532c-0.596,0.026-1.305-0.034-1.133,0.532C479.939,99.785,480.192,99.785,480.446,99.785z"/><path id="XMLID_614_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M158.923,98.723c-0.249,0-0.502,0-0.753,0c0,0.354,0,0.706,0,1.062c0.251,0,0.505,0,0.753,0C158.923,99.428,158.923,99.076,158.923,98.723z"/><path id="XMLID_613_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M369.005,99.253c-0.107-0.071-0.572,0.129-0.383,0.267C368.733,99.593,369.199,99.391,369.005,99.253z"/><path id="XMLID_612_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M450.324,98.988c-0.289,0.061-0.739,0.008-0.752,0.265C449.861,99.193,450.318,99.248,450.324,98.988z"/><path id="XMLID_611_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M357.71,98.988c-0.443,0.04-1.07-0.046-1.127,0.265C357.023,99.211,357.649,99.299,357.71,98.988z"/><path id="XMLID_610_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M483.834,98.723c0-0.147-0.304-0.304-0.376,0C483.457,98.87,483.759,99.023,483.834,98.723z"/><path id="XMLID_609_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M476.299,98.988c0-0.177,0-0.356,0-0.533c-0.374,0-0.751,0-1.126,0C475.123,98.933,475.549,99.081,476.299,98.988z"/><path id="XMLID_608_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M77.98,98.723C78.375,97.179,76.348,98.611,77.98,98.723L77.98,98.723z"/><path id="XMLID_607_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M447.313,97.391c0.329,0.853-0.973,0.551-1.126,1.064c0.5,0,1,0,1.504,0C447.626,98.059,447.826,97.475,447.313,97.391z"/><path id="XMLID_606_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M358.086,98.19c-0.29,0.059-0.742,0.009-0.753,0.265C357.625,98.396,358.08,98.448,358.086,98.19z"/><path id="XMLID_605_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M277.895,98.19c-0.103-0.072-0.574,0.127-0.375,0.265C277.623,98.531,278.089,98.327,277.895,98.19z"/><path id="XMLID_604_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.757,98.455c0.248,0,0.499,0,0.75,0c0.027-0.34,0.487-0.367,0.379-0.796c-0.379,0-0.753,0-1.129,0C116.757,97.924,116.757,98.19,116.757,98.455z"/><path id="XMLID_603_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M478.563,98.19c0.104,0.073,0.57-0.129,0.375-0.266C478.835,97.85,478.367,98.052,478.563,98.19z"/><path id="XMLID_602_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M376.909,98.19c0.022-0.161,0.056-0.315,0.376-0.266c0-0.175,0-0.356,0-0.533C376.359,96.979,376.179,98.294,376.909,98.19z"/><path id="XMLID_601_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M333.616,97.659c-0.646-0.014-0.97,0.204-1.133,0.531C333.076,98.165,333.792,98.228,333.616,97.659z"/><path id="XMLID_600_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M426.985,97.125c0,0.178,0,0.355,0,0.534C427.677,98.54,428.818,96.86,426.985,97.125z"/><path id="XMLID_599_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M355.827,97.659c-0.104-0.074-0.569,0.127-0.376,0.265C355.554,97.997,356.022,97.794,355.827,97.659z"/><path id="XMLID_598_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M237.986,97.391c0-0.177,0-0.352,0-0.531C236.464,95.786,235.92,98.396,237.986,97.391z"/><path id="XMLID_597_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M494.753,96.595c-0.25,0-0.502,0-0.752,0c-0.024,0.341-0.485,0.368-0.38,0.796c0.38,0,0.752,0,1.132,0C494.753,97.125,494.753,96.86,494.753,96.595z"/><path id="XMLID_596_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M1.176,97.125c0-0.146-0.304-0.3-0.374,0C0.802,97.273,1.105,97.428,1.176,97.125z"/><path id="XMLID_595_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M474.419,96.86c0.004-0.15-0.302-0.301-0.374,0C474.044,97.008,474.351,97.162,474.419,96.86z"/><path id="XMLID_594_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M456.725,97.125c0.299-0.915-0.349-1.167-1.13-1.328C454.862,96.307,455.201,97.427,456.725,97.125z"/><path id="XMLID_593_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M310.269,96.86c-0.1-0.073-0.574,0.128-0.374,0.265C310.002,97.199,310.465,96.998,310.269,96.86z"/><path id="XMLID_592_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M38.449,96.86c-0.104-0.073-0.571,0.128-0.381,0.265C38.178,97.199,38.643,96.998,38.449,96.86z"/><path id="XMLID_590_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M478.938,96.595c-0.293,0.061-0.743,0.007-0.753,0.265C478.477,96.801,478.928,96.853,478.938,96.595z"/><path id="XMLID_589_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M350.177,96.86C353.063,96.47,350.241,94.48,350.177,96.86L350.177,96.86z"/><path id="XMLID_588_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M37.317,96.595c-0.1-0.073-0.57,0.127-0.376,0.265C37.048,96.936,37.513,96.731,37.317,96.595z"/><path id="XMLID_587_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M176.243,96.059c0.005-0.144-0.304-0.298-0.377,0C175.866,96.211,176.174,96.365,176.243,96.059z"/><path id="XMLID_586_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M381.803,95.265c-0.376,0-0.752,0-1.126,0c0,0.265,0,0.532,0,0.794c0.25,0,0.5,0,0.75,0C381.449,95.722,381.908,95.694,381.803,95.265z"/><path id="XMLID_585_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M364.485,95.531c-0.376,0.002-0.448-0.217-0.752-0.265c0,0.267-0.304,0.315-0.377,0.532c0.377,0,0.449,0.215,0.753,0.262C364.109,95.797,364.413,95.747,364.485,95.531z"/><path id="XMLID_584_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M198.076,95.797c-0.105-0.075-0.571,0.128-0.371,0.262C197.804,96.135,198.275,95.934,198.076,95.797z"/><path id="XMLID_583_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M121.275,95.797c0.003-0.148-0.301-0.302-0.373,0C120.902,95.945,121.205,96.099,121.275,95.797z"/><path id="XMLID_582_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M444.303,95.531c-0.103-0.072-0.574,0.127-0.377,0.267C444.031,95.872,444.497,95.669,444.303,95.531z"/><path id="XMLID_581_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M15.484,95.531c-0.105-0.072-0.573,0.127-0.379,0.267C15.209,95.872,15.675,95.669,15.484,95.531z"/><path id="XMLID_580_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M372.395,95.265c-0.109-0.075-0.578,0.129-0.378,0.265C372.119,95.604,372.586,95.403,372.395,95.265z"/><path id="XMLID_579_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M358.462,95.265c0-0.268,0.306-0.316,0.376-0.533c-0.587,0.024-1.304-0.036-1.129,0.533C357.959,95.265,358.209,95.265,358.462,95.265z"/><path id="XMLID_578_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M329.85,94.733c0.002-0.147-0.306-0.304-0.374,0C329.469,94.882,329.773,95.035,329.85,94.733z"/><path id="XMLID_577_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M302.741,94.203c-0.254,0-0.502,0-0.752,0c0,0.175,0,0.352,0,0.53c0.25,0,0.498,0,0.752,0C302.741,94.555,302.741,94.377,302.741,94.203z"/><path id="XMLID_576_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.757,94.733c0.104,0.073,0.57-0.128,0.377-0.265C117.031,94.394,116.564,94.595,116.757,94.733z"/><path id="XMLID_575_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M31.672,94.467c0-0.178,0-0.355,0-0.532c-0.377,0-0.756,0-1.13,0C30.492,94.413,30.916,94.558,31.672,94.467z"/><path id="XMLID_574_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M286.174,93.67c-0.102-0.074-0.568,0.128-0.372,0.266C285.904,94.008,286.369,93.806,286.174,93.67z"/><path id="XMLID_573_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M108.097,93.67c0.482,0.014,0.526,0.339,1.133,0.266C109.812,93.283,107.947,93.153,108.097,93.67z"/><path id="XMLID_572_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M255.682,93.67c0.105,0.072,0.57-0.13,0.376-0.268C255.956,93.329,255.49,93.531,255.682,93.67z"/><path id="XMLID_571_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M222.175,93.402c-0.079-0.321-0.417-0.162-0.753,0C221.426,93.672,222.083,93.738,222.175,93.402z"/><path id="XMLID_570_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M67.813,93.139c-0.293,0.056-0.743,0.005-0.752,0.263C67.356,93.345,67.803,93.397,67.813,93.139z"/><path id="XMLID_569_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M39.579,93.402c0.227-0.012,0.447-0.039,0.374-0.263c-0.62-0.008-0.209-0.74-0.751-0.799c-0.658,0.542,0.275,0.522-0.378,1.062C39.074,93.402,39.328,93.402,39.579,93.402z"/><path id="XMLID_568_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M244.389,92.873c-0.008-0.271-0.662-0.336-0.758,0C244.06,92.846,244.223,93.258,244.389,92.873z"/><path id="XMLID_567_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M44.851,93.139c0.374,0,0.753,0,1.127,0c0.107-0.608-0.088-1.002-0.753-1.067C45.109,92.434,44.691,92.579,44.851,93.139z"/><path id="XMLID_566_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M251.54,92.072c-1.202,0.161-1.167-0.498-1.881,0C249.538,93.32,251.4,92.785,251.54,92.072z"/><path id="XMLID_565_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M63.672,92.605c0.005-0.146-0.303-0.3-0.376,0C63.295,92.751,63.604,92.908,63.672,92.605z"/><path id="XMLID_564_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M316.671,91.81c-0.374,0-0.75,0-1.131,0c0,0.262,0,0.53,0,0.796c0.38,0,0.757,0,1.131,0C316.671,92.34,316.671,92.072,316.671,91.81z"/><path id="XMLID_563_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M255.682,92.605c0-0.177,0-0.352,0-0.534c-0.378,0.002-0.445-0.215-0.754-0.262C254.965,92.227,254.878,92.731,255.682,92.605z"/><path id="XMLID_562_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M44.474,92.072c-0.105-0.071-0.574,0.13-0.382,0.268C44.202,92.413,44.665,92.212,44.474,92.072z"/><path id="XMLID_561_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M480.824,91.81c-0.082-0.324-0.424-0.163-0.759,0C480.076,92.074,480.724,92.141,480.824,91.81z"/><path id="XMLID_559_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M492.494,91.276c-0.107-0.073-0.572,0.127-0.381,0.267C492.216,91.615,492.687,91.414,492.494,91.276z"/><path id="XMLID_558_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M487.976,91.276c-0.105-0.073-0.577,0.127-0.376,0.267C487.704,91.615,488.169,91.414,487.976,91.276z"/><path id="XMLID_557_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M469.904,91.276c0-0.352,0-0.711,0-1.063c-0.993-0.081-1.237,0.367-1.132,1.063C469.15,91.276,469.528,91.276,469.904,91.276z"/><path id="XMLID_556_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M94.168,91.01c-0.104-0.073-0.57,0.13-0.374,0.267C93.893,91.35,94.365,91.148,94.168,91.01z"/><path id="XMLID_555_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M92.288,89.946c0,0.354,0,0.71,0,1.064c0.377,0,0.75,0,1.13,0C93.516,90.318,93.542,89.68,92.288,89.946z"/><path id="XMLID_554_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M441.287,89.68c0.035,0.463-0.081,0.829-0.373,1.062C442.199,90.946,442.382,89.729,441.287,89.68z"/><path id="XMLID_553_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M211.255,90.478c-0.005-0.267-0.659-0.332-0.754,0C210.925,90.45,211.092,90.865,211.255,90.478z"/><path id="XMLID_552_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M81.745,90.478c-0.104-0.071-0.575,0.128-0.376,0.264C81.473,90.82,81.941,90.615,81.745,90.478z"/><path id="XMLID_551_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M27.909,90.478c0-0.146-0.311-0.301-0.379,0C27.527,90.626,27.836,90.782,27.909,90.478z"/><path id="XMLID_542_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M13.227,90.213c-0.505-0.346-1.404-0.35-1.509,0.265C12.218,90.823,13.118,90.828,13.227,90.213z"/><path id="XMLID_518_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M224.81,90.478C225.11,88.867,223.081,90.3,224.81,90.478L224.81,90.478z"/><path id="XMLID_502_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M44.092,90.213c0.481,0.014,0.526,0.339,1.132,0.265C45.81,89.826,43.946,89.697,44.092,90.213z"/><path id="XMLID_489_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M378.042,89.946c-0.104-0.071-0.575,0.129-0.382,0.267C377.769,90.286,378.234,90.084,378.042,89.946z"/><path id="XMLID_465_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M325.333,90.213c0.104-0.607-0.095-1.003-0.755-1.063c-0.117,0.357-0.534,0.508-0.371,1.063C324.578,90.213,324.955,90.213,325.333,90.213z"/><path id="XMLID_459_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M157.419,89.68C158.33,88.787,156.157,90.323,157.419,89.68L157.419,89.68z"/><path id="XMLID_444_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.757,89.68c0-0.177,0-0.354,0-0.53c-0.377,0.002-0.45-0.216-0.752-0.266C116.043,89.3,115.955,89.805,116.757,89.68z"/><path id="XMLID_431_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.078,89.417c-0.294,0.057-0.748,0.006-0.759,0.263C101.618,89.623,102.068,89.673,102.078,89.417z"/><path id="XMLID_426_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M216.15,89.15c-0.099-0.076-0.569,0.125-0.377,0.267C215.878,89.489,216.342,89.286,216.15,89.15z"/><path id="XMLID_417_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M41.459,89.15c-0.105-0.076-0.57,0.125-0.377,0.267C41.187,89.489,41.653,89.286,41.459,89.15z"/><path id="XMLID_406_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M379.549,88.616c-0.254,0-0.504,0-0.753,0c0,0.178,0,0.355,0,0.534c0.249,0,0.499,0,0.753,0C379.549,88.971,379.549,88.794,379.549,88.616z"/><path id="XMLID_405_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M170.219,88.351c-0.251,0-0.502,0-0.753,0c0,0.178,0,0.356,0,0.533c0.251,0,0.502,0,0.753,0C170.219,88.706,170.219,88.529,170.219,88.351z"/><path id="XMLID_402_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M111.109,88.616c0.481,0.015,0.52,0.342,1.132,0.268C112.825,88.229,110.963,88.1,111.109,88.616z"/><path id="XMLID_400_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M169.089,88.351c-0.105-0.074-0.567,0.129-0.376,0.265C168.818,88.691,169.283,88.487,169.089,88.351z"/><path id="XMLID_42_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M119.392,88.351c-0.29,0.059-0.746,0.007-0.75,0.265C118.932,88.557,119.379,88.609,119.392,88.351z"/><path id="XMLID_41_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M111.109,154.829c2.392-0.193,0.026-1.597-0.377-0.801C111.174,154.077,111.141,154.454,111.109,154.829z"/><path id="XMLID_39_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M478.563,126.11c-0.131-0.707-0.988-0.897-1.883-1.064C476.834,125.738,477.853,125.813,478.563,126.11z"/><path id="XMLID_31_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M494.753,104.307c1.151,0.255,1.614-1.306,1.127-1.33C495.545,103.447,494.357,103.314,494.753,104.307z"/><path id="XMLID_16_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M43.342,96.86c0.153-0.454,0.486,0.056,1.132,0c0-0.265,0-0.531,0-0.801C43.742,95.936,42.547,96.779,43.342,96.86z"/><path id="XMLID_15_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M42.971,90.478c-0.754-0.003-0.481-0.726-1.512-0.532C41.098,90.595,43.151,90.828,42.971,90.478z"/></g></g><g><g><path id="XMLID_3033_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M477.784,244.555c-0.078-0.321-0.415-0.163-0.75,0C477.038,244.821,477.693,244.89,477.784,244.555z"/><path id="XMLID_3032_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M444.278,244.821c0.107,0.073,0.574-0.129,0.375-0.266C444.554,244.483,444.083,244.682,444.278,244.821z"/><path id="XMLID_3031_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M181.491,244.291c-0.382,0-0.753,0-1.13,0c-0.052,0.474,0.376,0.619,1.13,0.53C181.491,244.643,181.491,244.465,181.491,244.291z"/><path id="XMLID_3030_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M10.193,244.291c-0.649-0.016-0.968,0.202-1.13,0.53C9.651,244.795,10.367,244.856,10.193,244.291z"/><path id="XMLID_3029_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.485,244.291c-0.099-0.077-0.57,0.125-0.368,0.264C149.219,244.628,149.686,244.425,149.485,244.291z"/><path id="XMLID_3028_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M379.899,244.291c0.107,0.07,0.576-0.129,0.376-0.271C380.171,243.948,379.706,244.15,379.899,244.291z"/><path id="XMLID_3027_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M287.66,244.02c-0.107-0.072-0.572,0.129-0.375,0.271C287.386,244.361,287.856,244.161,287.66,244.02z"/><path id="XMLID_3026_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M103.932,242.694c-0.337,0.469-0.91,0.774-1.127,1.326C103.561,244.001,104.979,243.105,103.932,242.694z"/><path id="XMLID_3025_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M94.145,244.02c0.104,0.075,0.575-0.125,0.374-0.264C94.417,243.684,93.949,243.884,94.145,244.02z"/><path id="XMLID_3023_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M62.522,243.756c0.099,0.073,0.573-0.127,0.371-0.264C62.794,243.418,62.325,243.622,62.522,243.756z"/><path id="XMLID_3022_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M152.502,243.492c0.102,0.072,0.567-0.129,0.38-0.267C152.772,243.151,152.309,243.353,152.502,243.492z"/><path id="XMLID_3020_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M160.41,242.694c-0.252,0-0.5,0-0.754,0c0,0.178,0,0.352,0,0.531c0.254,0,0.502,0,0.754,0C160.41,243.046,160.41,242.872,160.41,242.694z"/><path id="XMLID_3019_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M361.828,242.694c0-0.15-0.307-0.302-0.376,0C361.452,242.842,361.758,242.995,361.828,242.694z"/><path id="XMLID_3018_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M234.198,242.694c0-0.15-0.304-0.302-0.377,0C233.822,242.842,234.125,242.995,234.198,242.694z"/><path id="XMLID_3017_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M32.779,242.694c-0.106-0.075-0.57,0.125-0.376,0.263C32.505,243.032,32.975,242.83,32.779,242.694z"/><path id="XMLID_3016_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M303.474,242.161c-0.378,0-0.449-0.217-0.752-0.266c0,0.266-0.309,0.317-0.38,0.532c0.38,0,0.449,0.215,0.754,0.267C303.096,242.428,303.401,242.376,303.474,242.161z"/><path id="XMLID_3015_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M269.589,242.428c0.085-0.165-0.57-0.573-0.75-0.532C267.846,242.111,269.078,243.391,269.589,242.428z"/><path id="XMLID_3014_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M27.13,242.161c0.7-0.887-1.351-1.121-1.503-0.533C26.216,241.745,25.949,242.467,27.13,242.161z"/><path id="XMLID_3013_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M50.099,241.628c0.317-0.306,0.498-0.713,0.377-1.33c-1.226,0.156-1.755-0.178-2.635-0.267C48.284,240.78,48.449,241.728,50.099,241.628z"/><path id="XMLID_3012_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M69.3,241.098c-0.11-0.965,2.544,0.023,1.882-1.33c-1.059,0.141-1.956,0.39-3.015,0.53C67.909,241.014,68.947,240.813,69.3,241.098z"/><path id="XMLID_3011_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M368.979,240.832c0.109,0.073,0.573-0.128,0.376-0.265C369.258,240.492,368.785,240.696,368.979,240.832z"/><path id="XMLID_3010_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M364.461,240.567c0.254,0,0.502,0,0.757,0c0-0.178,0-0.355,0-0.536c-0.255,0-0.503,0-0.757,0C364.461,240.212,364.461,240.389,364.461,240.567z"/><path id="XMLID_3009_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M289.918,240.298c-0.08-0.321-0.416-0.164-0.755,0C289.171,240.568,289.828,240.634,289.918,240.298z"/><path id="XMLID_3007_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M442.018,238.97c-0.041,0.502-1.244,0.185-1.128,0.798C441.549,240.567,443.218,239.388,442.018,238.97z"/><path id="XMLID_3006_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M368.979,239.769c-0.097-0.075-0.564,0.127-0.371,0.262C368.707,240.106,369.175,239.906,368.979,239.769z"/><path id="XMLID_3005_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M500,239.237c-0.252,0-0.5,0-0.753,0c0,0.175,0,0.354,0,0.532c0.253,0,0.501,0,0.753,0C500,239.591,500,239.412,500,239.237z"/><path id="XMLID_3004_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M323.05,239.769c0.115-0.361,0.537-0.51,0.376-1.067C322.378,238.278,322.387,239.85,323.05,239.769z"/><path id="XMLID_3003_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M299.331,239.237c-0.105-0.075-0.57,0.127-0.376,0.265C299.054,239.576,299.53,239.373,299.331,239.237z"/><path id="XMLID_3002_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M141.958,239.237c0.581,0.731,2.211-0.013,2.258-0.535C143.442,238.866,141.604,238.276,141.958,239.237z"/><path id="XMLID_3001_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M82.473,238.97c0.596-0.396,0.421-1.187-0.751-1.063C81.618,238.513,81.813,238.906,82.473,238.97z"/><path id="XMLID_3000_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M489.08,238.702c0.105,0.077,0.574-0.126,0.378-0.263C489.357,238.366,488.887,238.566,489.08,238.702z"/><path id="XMLID_2999_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M492.472,238.172c-0.109-0.073-0.572,0.13-0.379,0.267C492.198,238.512,492.666,238.311,492.472,238.172z"/><path id="XMLID_2998_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M380.65,238.439c1.452,0.21,1.452-1.273,0-1.065C380.65,237.73,380.65,238.082,380.65,238.439z"/><path id="XMLID_2997_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M146.851,238.172c-0.005-0.269-0.656-0.336-0.75,0C146.523,238.145,146.684,238.559,146.851,238.172z"/><path id="XMLID_2995_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M51.6,237.907c0.862-0.603-0.251-1.169-0.753-1.595C50.27,236.713,50.183,238.134,51.6,237.907z"/><path id="XMLID_2994_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M338.866,237.111c-0.107-0.075-0.576,0.126-0.38,0.262C338.586,237.449,339.058,237.244,338.866,237.111z"/><path id="XMLID_2993_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M335.1,237.373c0-0.177,0-0.354,0-0.531c-0.38,0-0.754,0-1.128,0C333.918,237.32,334.341,237.465,335.1,237.373z"/><path id="XMLID_2992_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M79.463,237.111c0.021-0.163,0.054-0.32,0.374-0.269c0-0.177,0-0.354,0-0.531C78.915,235.896,78.731,237.216,79.463,237.111z"/><path id="XMLID_2991_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M290.298,236.577c-0.104-0.072-0.572,0.127-0.38,0.265C290.027,236.917,290.492,236.713,290.298,236.577z"/><path id="XMLID_2990_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M8.683,236.842c0-0.265,0-0.531,0-0.8c-0.25,0-0.502,0-0.756,0c-0.017,0.344-0.48,0.371-0.374,0.8C7.928,236.842,8.309,236.842,8.683,236.842z"/><path id="XMLID_2989_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M464.231,236.311c0.002-0.149-0.302-0.301-0.376,0C463.855,236.457,464.16,236.613,464.231,236.311z"/><path id="XMLID_2988_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M292.931,236.577c0.104-0.606-0.088-1-0.753-1.062C292.266,235.985,291.796,236.844,292.931,236.577z"/><path id="XMLID_2987_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M221.775,236.577c1.113-1.048-0.79-1.803-1.883-2.128C219.751,235.704,220.567,236.277,221.775,236.577z"/><path id="XMLID_2985_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M465.365,236.042c0.104,0.079,0.572-0.127,0.376-0.263C465.634,235.706,465.171,235.906,465.365,236.042z"/><path id="XMLID_2984_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M34.662,236.042c0.104,0.079,0.572-0.127,0.379-0.263C34.937,235.706,34.466,235.906,34.662,236.042z"/><path id="XMLID_2983_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M287.66,235.514c-0.107-0.075-0.572,0.129-0.375,0.265C287.386,235.852,287.856,235.652,287.66,235.514z"/><path id="XMLID_2982_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M94.898,235.779c0.398-0.673-1.271-1.179-1.509-0.533C93.986,235.361,93.715,236.083,94.898,235.779z"/><path id="XMLID_2981_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M21.483,235.779c0-0.266,0.303-0.315,0.377-0.533c-0.592,0.027-1.309-0.035-1.13,0.533C20.984,235.779,21.235,235.779,21.483,235.779z"/><path id="XMLID_2980_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M143.092,235.514c0.287-0.063,0.737-0.008,0.751-0.269C143.552,235.308,143.099,235.256,143.092,235.514z"/><path id="XMLID_2979_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M109.206,235.246c-0.106-0.071-0.572,0.129-0.376,0.269C108.932,235.587,109.403,235.385,109.206,235.246z"/><path id="XMLID_2978_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M386.677,234.449c0.107,0.073,0.57-0.129,0.378-0.266C386.953,234.109,386.481,234.312,386.677,234.449z"/><path id="XMLID_2977_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M303.848,233.651c0,0.178,0,0.354,0,0.532C304.544,235.067,305.688,233.384,303.848,233.651z"/><path id="XMLID_2976_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M247.003,234.183c-0.105-0.074-0.577,0.129-0.381,0.266C246.731,234.522,247.197,234.32,247.003,234.183z"/><path id="XMLID_2975_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M140.077,234.449c-0.012-0.367,0.178-0.584,0.379-0.798c-0.379,0-0.753,0-1.13,0C139.355,234.071,139.274,234.572,140.077,234.449z"/><path id="XMLID_2974_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M290.298,233.916c-0.104-0.072-0.572,0.13-0.38,0.267C290.027,234.257,290.492,234.057,290.298,233.916z"/><path id="XMLID_2973_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M171.703,233.916c-0.003-0.267-0.661-0.336-0.751,0C171.37,233.889,171.538,234.305,171.703,233.916z"/><path id="XMLID_2972_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M166.434,234.183c0.251,0,0.499,0,0.75,0c0-0.178,0-0.353,0-0.532c-0.251,0-0.499,0-0.75,0C166.434,233.829,166.434,234.005,166.434,234.183z"/><path id="XMLID_2971_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M141.958,234.183c0-0.267,0-0.532,0-0.796c-0.375,0-0.752,0-1.129,0C140.762,233.966,141.139,234.232,141.958,234.183z"/><path id="XMLID_2970_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M107.325,233.651c0-0.149-0.306-0.301-0.377,0C106.945,233.799,107.25,233.954,107.325,233.651z"/><path id="XMLID_2969_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M484.938,233.651c0.254,0,0.5,0,0.756,0c0-0.176,0-0.354,0-0.532c-0.256,0-0.502,0-0.756,0C484.938,233.297,484.938,233.475,484.938,233.651z"/><path id="XMLID_2968_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M310.252,232.854c-0.107-0.074-0.574,0.129-0.376,0.266C309.978,233.193,310.445,232.993,310.252,232.854z"/><path id="XMLID_2967_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M140.83,233.12c0-0.266,0.306-0.314,0.377-0.534c-0.377,0.002-0.45-0.213-0.751-0.265c0,0.267-0.306,0.317-0.379,0.533C140.456,232.854,140.526,233.07,140.83,233.12z"/><path id="XMLID_2966_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M103.179,233.12c0.076-0.762,0.049-1.452-1.123-1.33c0.012,0.369-0.181,0.585-0.379,0.796C102.424,232.592,102.156,233.313,103.179,233.12z"/><path id="XMLID_2965_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M485.314,232.586c-0.097-0.071-0.567,0.13-0.375,0.268C485.049,232.927,485.51,232.725,485.314,232.586z"/><path id="XMLID_2964_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M473.268,232.854c0.104,0.074,0.573-0.129,0.376-0.268C473.542,232.514,473.074,232.716,473.268,232.854z"/><path id="XMLID_2963_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M296.698,232.586c-0.005,0.15,0.302,0.305,0.375,0C297.073,232.441,296.767,232.289,296.698,232.586z"/><path id="XMLID_2962_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M178.856,232.586c0.021-0.161,0.052-0.311,0.377-0.265c0-0.175,0-0.354,0-0.531C178.306,231.377,178.123,232.694,178.856,232.586z"/><path id="XMLID_2961_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M444.278,232.057c-0.29,0.06-0.74,0.008-0.751,0.264C443.819,232.264,444.271,232.313,444.278,232.057z"/><path id="XMLID_2960_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M303.474,231.79c0-0.146-0.306-0.3-0.378,0C303.096,231.939,303.401,232.092,303.474,231.79z"/><path id="XMLID_2959_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M83.605,231.524c-0.52,0.011-0.826-0.125-1.132-0.268C82.298,232.083,83.487,232.258,83.605,231.524z"/><path id="XMLID_2958_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M233.444,231.524c-0.104-0.074-0.566,0.13-0.374,0.265C233.173,231.864,233.639,231.66,233.444,231.524z"/><path id="XMLID_2956_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M86.241,231.257c1.067,0.279,1.57,0.279,2.637,0c-0.31-0.756-0.605-1.521-2.264-1.328C86.298,230.237,86.12,230.641,86.241,231.257z"/><path id="XMLID_2955_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M113.722,230.727c0-0.149-0.3-0.302-0.374,0C113.346,230.873,113.649,231.026,113.722,230.727z"/><path id="XMLID_2953_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M269.589,230.46c-0.292,0.061-0.743,0.008-0.75,0.267C269.13,230.666,269.579,230.72,269.589,230.46z"/><path id="XMLID_2952_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M118.994,230.46c0-0.146-0.303-0.301-0.374,0C118.617,230.608,118.92,230.764,118.994,230.46z"/><path id="XMLID_2951_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M96.407,230.727c0.099,0.075,0.568-0.128,0.377-0.267C96.677,230.388,96.213,230.589,96.407,230.727z"/><path id="XMLID_2950_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M279.004,230.195c0-0.176,0-0.352,0-0.533c-0.378,0-0.759,0-1.13,0C277.824,230.141,278.245,230.286,279.004,230.195z"/><path id="XMLID_2949_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M220.272,230.195c0.294-0.061,0.741-0.008,0.751-0.266C220.73,229.988,220.282,229.938,220.272,230.195z"/><path id="XMLID_2948_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M124.265,230.195c0.104,0.074,0.57-0.129,0.377-0.266C124.534,229.855,124.069,230.056,124.265,230.195z"/><path id="XMLID_2947_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M470.258,229.662c-0.293,0.06-0.745,0.007-0.751,0.267C469.799,229.87,470.248,229.921,470.258,229.662z"/><path id="XMLID_2946_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M306.108,229.13c0.002-0.144-0.303-0.3-0.376,0C305.732,229.28,306.038,229.435,306.108,229.13z"/><path id="XMLID_2944_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M117.114,228.867c-0.295,0.057-0.745,0.005-0.755,0.263C116.649,229.074,117.103,229.126,117.114,228.867z"/><path id="XMLID_2943_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M85.112,228.867c0-0.149-0.309-0.304-0.377,0C84.729,229.011,85.038,229.167,85.112,228.867z"/><path id="XMLID_2942_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M241.732,228.598c-0.105-0.07-0.573,0.129-0.376,0.269C241.456,228.938,241.924,228.738,241.732,228.598z"/><path id="XMLID_2941_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M140.077,228.068c-1.098-0.394-1.098,1.186,0,0.798C140.077,228.598,140.077,228.336,140.077,228.068z"/><path id="XMLID_2939_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M364.461,228.336c-0.104-0.076-0.568,0.125-0.376,0.262C364.193,228.675,364.659,228.472,364.461,228.336z"/><path id="XMLID_2938_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M345.261,228.336c-0.102-0.076-0.57,0.125-0.374,0.262C344.992,228.675,345.457,228.472,345.261,228.336z"/><path id="XMLID_2937_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M127.275,228.336c0.376,0,0.753,0,1.129,0c-0.057-0.316,0.069-0.759-0.376-0.8C128,227.954,127.072,227.744,127.275,228.336z"/><path id="XMLID_2936_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.485,227.803c-0.099-0.074-0.57,0.127-0.368,0.266C149.219,228.142,149.686,227.941,149.485,227.803z"/><path id="XMLID_2934_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M240.596,227.803c0-0.354,0-0.711,0-1.062c-0.709-0.063-0.826,0.296-1.503,0.263C238.977,227.704,239.616,227.877,240.596,227.803z"/><path id="XMLID_2933_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M81.722,227.803c0-0.267,0-0.532,0-0.798c-0.562,0.046-1.391-0.097-1.504,0.266C80.964,227.275,80.695,227.995,81.722,227.803z"/><path id="XMLID_2932_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M104.309,226.471c0.411,0.597,1.023,1.053,2.26,1.064c0-0.443,0-0.886,0-1.33C105.907,226.36,104.358,225.886,104.309,226.471z"/><path id="XMLID_2931_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M51.6,225.941c-1.179,0.05-1.809,0.493-1.882,1.329c0.711-0.059,0.832,0.298,1.511,0.265C51.475,226.977,52.223,226.353,51.6,225.941z"/><path id="XMLID_2930_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M310.624,227.27c-0.056-0.314,0.067-0.754-0.372-0.799c-0.024,0.164-0.059,0.315-0.376,0.27C309.917,227.061,309.987,227.368,310.624,227.27z"/><path id="XMLID_2929_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M138.949,227.004c-0.103-0.073-0.575,0.127-0.376,0.266C138.675,227.346,139.143,227.141,138.949,227.004z"/><path id="XMLID_2928_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M228.553,226.741c0-0.151-0.304-0.304-0.374,0C228.177,226.885,228.481,227.041,228.553,226.741z"/><path id="XMLID_2927_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M127.275,226.471c-0.102-0.072-0.571,0.129-0.372,0.27C127.002,226.812,127.474,226.611,127.275,226.471z"/><path id="XMLID_2926_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M206.337,226.206c-0.288,0.059-0.742,0.008-0.753,0.266C205.882,226.412,206.327,226.465,206.337,226.206z"/><path id="XMLID_2925_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M249.259,226.206c0.105,0.072,0.57-0.125,0.376-0.265C249.53,225.866,249.065,226.07,249.259,226.206z"/><path id="XMLID_2924_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M190.151,225.941c-0.104-0.075-0.57,0.129-0.376,0.265C189.879,226.278,190.345,226.081,190.151,225.941z"/><path id="XMLID_2923_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M390.814,225.409c-0.099-0.075-0.564,0.129-0.371,0.265C390.547,225.749,391.012,225.548,390.814,225.409z"/><path id="XMLID_2922_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M137.817,225.409c-0.105-0.075-0.57,0.129-0.376,0.265C137.543,225.749,138.014,225.548,137.817,225.409z"/><path id="XMLID_2921_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M311.376,225.409c0.256,0,0.502,0,0.757,0c0-0.177,0-0.354,0-0.533c-0.255,0-0.501,0-0.757,0C311.376,225.055,311.376,225.232,311.376,225.409z"/><path id="XMLID_2920_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M248.882,223.814c-0.596,0.396-0.423,1.186,0.754,1.062C249.738,224.269,249.546,223.877,248.882,223.814z"/><path id="XMLID_2919_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M186.386,224.876c0.1,0.075,0.569-0.13,0.377-0.266C186.663,224.536,186.192,224.739,186.386,224.876z"/><path id="XMLID_2917_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M432.984,224.611c-0.097-0.777,0.853-0.817,0.755-1.594C431.896,222.807,432.045,224.663,432.984,224.611z"/><path id="XMLID_2916_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.485,224.611c0.113,0.076,0.575-0.126,0.382-0.266C149.765,224.275,149.294,224.472,149.485,224.611z"/><path id="XMLID_2915_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M105.817,224.345c-0.101-0.069-0.572,0.128-0.374,0.266C105.549,224.686,106.014,224.484,105.817,224.345z"/><path id="XMLID_2914_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M273.355,224.345c0.316-0.307,0.498-0.711,0.376-1.328c-0.522,0.01-0.831-0.127-1.133-0.267C271.988,223.181,272.146,224.421,273.355,224.345z"/><path id="XMLID_2913_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M152.502,224.345c0-0.265,0-0.53,0-0.799C151.405,223.158,151.405,224.736,152.502,224.345z"/><path id="XMLID_2912_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M359.947,223.814c-0.109-0.074-0.57,0.127-0.373,0.266C359.671,224.151,360.139,223.95,359.947,223.814z"/><path id="XMLID_2911_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M147.985,224.08c0-0.266,0-0.534,0-0.799c-0.379,0-0.754,0-1.133,0C146.786,223.863,147.16,224.128,147.985,224.08z"/><path id="XMLID_2910_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M103.932,223.814c0-0.178,0-0.354,0-0.533c-0.373,0-0.444-0.217-0.753-0.264C103.219,223.434,103.133,223.94,103.932,223.814z"/><path id="XMLID_2909_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M90.382,223.814c0.291-0.062,0.743-0.008,0.753-0.268C90.843,223.607,90.393,223.554,90.382,223.814z"/><path id="XMLID_2908_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M461.596,223.281c0.002-0.147-0.304-0.301-0.376,0C461.22,223.43,461.529,223.581,461.596,223.281z"/><path id="XMLID_2907_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M410.772,223.281c-0.104-0.074-0.572,0.129-0.38,0.265C410.499,223.619,410.966,223.417,410.772,223.281z"/><path id="XMLID_2906_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M128.028,223.546c0.651,0.017,0.969-0.202,1.132-0.529C128.514,223,128.195,223.22,128.028,223.546z"/><path id="XMLID_2905_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.117,222.75c-0.383,0.002-0.451-0.216-0.756-0.265c0,0.267-0.306,0.315-0.376,0.533c0.376-0.002,0.45,0.214,0.753,0.264C148.734,223.015,149.043,222.966,149.117,222.75z"/><path id="XMLID_2904_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M338.132,221.969c0,0.354,0,0.708,0,1.063C339.582,223.241,339.582,221.755,338.132,221.969z"/><path id="XMLID_2903_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M305.354,221.42c-0.501,0-1.005,0-1.505,0c-0.143,0.898,0.652,1.134,1.131,1.597C304.971,222.391,305.627,222.233,305.354,221.42z"/><path id="XMLID_2902_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M162.292,222.218c-0.108-0.073-0.57,0.128-0.379,0.266C162.017,222.558,162.483,222.355,162.292,222.218z"/><path id="XMLID_2901_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M419.059,221.42c-0.38,0-0.759,0-1.135,0c0,0.267,0,0.533,0,0.798c0.376,0,0.755,0,1.135,0C419.059,221.953,419.059,221.687,419.059,221.42z"/><path id="XMLID_2900_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M455.575,221.687c0.002-0.149-0.306-0.303-0.378,0C455.197,221.835,455.499,221.99,455.575,221.687z"/><path id="XMLID_2899_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M280.886,221.42c0.103,0.075,0.567-0.127,0.375-0.265C281.157,221.081,280.685,221.283,280.886,221.42z"/><path id="XMLID_2898_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M76.825,220.624c0.266,0.325-0.22,0.992,0.756,0.796c1.223-0.669-0.395-2.526-1.506-1.596C75.947,220.355,76.602,220.343,76.825,220.624z"/><path id="XMLID_2896_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M385.922,221.155c0.252,0,0.505,0,0.755,0c0-0.177,0-0.354,0-0.531c-0.25,0-0.503,0-0.755,0C385.922,220.801,385.922,220.978,385.922,221.155z"/><path id="XMLID_2895_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M163.796,221.155c0.259-0.716-0.777-0.514-1.131-0.797C162.444,221.047,162.817,221.314,163.796,221.155z"/><path id="XMLID_2894_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M91.135,221.155c0.1,0.074,0.568-0.129,0.377-0.266C91.405,220.816,90.939,221.018,91.135,221.155z"/><path id="XMLID_2893_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M157.394,220.624c0.006-0.148-0.303-0.303-0.373,0C157.021,220.771,157.321,220.922,157.394,220.624z"/><path id="XMLID_2892_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M58.383,220.624c-0.11-0.076-0.576,0.127-0.38,0.265C58.103,220.962,58.576,220.762,58.383,220.624z"/><path id="XMLID_2891_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M39.178,220.889c0.106,0.073,0.572-0.127,0.378-0.265C39.454,220.548,38.984,220.751,39.178,220.889z"/><path id="XMLID_2890_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M31.27,219.823c-0.853-0.072-1.412,0.064-1.503,0.534c0.541,0.064,0.635,0.437,1.132,0.531C30.813,220.388,31.319,220.301,31.27,219.823z"/><path id="XMLID_2889_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M118.994,220.624c0.24-0.646-1.794-0.998-1.88-0.534C117.831,220.202,117.793,220.85,118.994,220.624z"/><path id="XMLID_2888_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M477.41,220.09c-0.292,0.06-0.743,0.008-0.755,0.267C476.949,220.296,477.4,220.351,477.41,220.09z"/><path id="XMLID_2887_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M15.838,219.823c-0.38,0-0.756,0-1.13,0c-0.049,0.478,0.371,0.623,1.13,0.534C15.838,220.18,15.838,220.003,15.838,219.823z"/><path id="XMLID_2885_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M308.743,219.558c0-0.148-0.307-0.301-0.374,0C308.369,219.707,308.671,219.862,308.743,219.558z"/><path id="XMLID_2884_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M261.307,219.294c-0.25,0-0.505,0-0.755,0c0,0.177,0,0.354,0,0.529c0.25,0,0.505,0,0.755,0C261.307,219.648,261.307,219.471,261.307,219.294z"/><path id="XMLID_2883_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M138.197,219.294c0.123-1.315-2.086-0.696-1.885,0.264C137.375,219.779,137.285,219.183,138.197,219.294z"/><path id="XMLID_2882_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M8.683,219.294c-0.105-0.076-0.572,0.127-0.374,0.264C8.412,219.633,8.88,219.43,8.683,219.294z"/><path id="XMLID_2881_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M422.818,218.761c-0.252,0-0.5,0-0.754,0c0,0.177,0,0.352,0,0.532c0.254,0,0.502,0,0.754,0C422.818,219.113,422.818,218.938,422.818,218.761z"/><path id="XMLID_2880_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M289.163,219.027c-0.102-0.073-0.568,0.127-0.372,0.267C288.894,219.368,289.359,219.165,289.163,219.027z"/><path id="XMLID_2879_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M257.915,219.294c0.515-0.34,0.584-1.304-0.376-1.33C257.026,218.301,256.958,219.266,257.915,219.294z"/><path id="XMLID_2878_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M397.593,218.228c0.107,0.076,0.577-0.127,0.379-0.264C397.865,217.886,397.4,218.089,397.593,218.228z"/><path id="XMLID_2877_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M187.14,218.228c0.857,0.076,1.417-0.062,1.506-0.531C187.975,217.757,186.763,217.428,187.14,218.228z"/><path id="XMLID_2876_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M136.311,217.964c-0.104-0.078-0.567,0.125-0.377,0.264C136.039,218.304,136.507,218.101,136.311,217.964z"/><path id="XMLID_2875_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.056,217.964c-0.003,0.145,0.302,0.299,0.374,0C102.429,217.814,102.126,217.662,102.056,217.964z"/><path id="XMLID_2874_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M356.184,217.697c-0.107-0.075-0.572,0.125-0.376,0.267C355.91,218.036,356.377,217.835,356.184,217.697z"/><path id="XMLID_2873_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M324.181,217.697c0.054-0.279-0.292-0.688-0.378-0.267C323.748,217.71,324.097,218.119,324.181,217.697z"/><path id="XMLID_2872_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M3.412,217.43c-0.102-0.071-0.572,0.129-0.374,0.267C3.143,217.77,3.608,217.569,3.412,217.43z"/><path id="XMLID_2871_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M248.504,217.164c-0.29,0.06-0.741,0.01-0.752,0.267C248.044,217.37,248.496,217.424,248.504,217.164z"/><path id="XMLID_2870_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M366.722,216.634c0-0.149-0.304-0.303-0.376,0C366.344,216.781,366.653,216.933,366.722,216.634z"/><path id="XMLID_2869_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M254.53,216.634c-0.104-0.073-0.572,0.127-0.376,0.265C254.258,216.972,254.721,216.771,254.53,216.634z"/><path id="XMLID_2868_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M147.231,216.899c-0.06-0.314,0.068-0.755-0.379-0.798c-0.018,0.163-0.055,0.314-0.375,0.266C146.523,216.692,146.59,216.997,147.231,216.899z"/><path id="XMLID_2867_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M143.463,216.634c-0.288,0.058-0.742,0.008-0.751,0.265C143.005,216.839,143.455,216.893,143.463,216.634z"/><path id="XMLID_2866_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M141.958,215.569c-0.854-0.075-1.411,0.063-1.503,0.533c0.536,0.064,0.632,0.439,1.127,0.533C141.7,216.275,142.119,216.126,141.958,215.569z"/><path id="XMLID_2865_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M222.904,215.834c0.106,0.075,0.571-0.129,0.378-0.265C223.18,215.497,222.711,215.698,222.904,215.834z"/><path id="XMLID_2864_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M397.972,215.305c-0.081-0.323-0.417-0.163-0.752,0C397.223,215.572,397.881,215.638,397.972,215.305z"/><path id="XMLID_2862_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M327.943,215.038c-0.104-0.073-0.57,0.129-0.372,0.267C327.671,215.377,328.141,215.176,327.943,215.038z"/><path id="XMLID_2861_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M162.665,215.305c0.108-0.606-0.088-1.001-0.752-1.063C161.319,214.636,161.492,215.428,162.665,215.305z"/><path id="XMLID_2860_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M119.747,215.305c0.037-0.42,0.96-0.209,0.75-0.801c-0.678-0.224-1.033-0.681-1.877-0.795C118.596,214.519,118.958,215.063,119.747,215.305z"/><path id="XMLID_2859_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M375.757,214.772c-0.104-0.073-0.57,0.129-0.373,0.265C375.485,215.111,375.953,214.908,375.757,214.772z"/><path id="XMLID_2858_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M460.844,214.772c0.107,0.073,0.572-0.129,0.376-0.269C461.118,214.433,460.648,214.633,460.844,214.772z"/><path id="XMLID_2857_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M404.745,214.772c0.252,0,0.503,0,0.757,0c-0.205-0.385,0.439-1.374-0.38-1.33c0.274,0.724-0.746,0.536-0.748,1.061C404.604,214.521,404.819,214.543,404.745,214.772z"/><path id="XMLID_2856_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M275.238,214.503c0.052-0.275-0.293-0.683-0.381-0.262C274.803,214.519,275.149,214.929,275.238,214.503z"/><path id="XMLID_2855_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M131.04,213.974c-0.104-0.073-0.567,0.13-0.374,0.267C130.768,214.315,131.233,214.112,131.04,213.974z"/><path id="XMLID_2854_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.358,213.708c-0.252,0-0.503,0-0.753,0c0,0.178,0,0.354,0,0.533c0.251,0,0.501,0,0.753,0C116.358,214.062,116.358,213.886,116.358,213.708z"/><path id="XMLID_2850_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M343.003,213.177c0.002-0.146-0.307-0.301-0.374,0C342.626,213.325,342.93,213.477,343.003,213.177z"/><path id="XMLID_2849_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M181.491,212.91c-0.23-0.366-1.448-0.039-1.506-0.534c-0.042-0.322-0.11-0.628-0.753-0.529C178.636,213.14,181.067,213.959,181.491,212.91z"/><path id="XMLID_2848_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M428.468,212.645c-0.107-0.073-0.574,0.127-0.378,0.264C428.194,212.984,428.661,212.784,428.468,212.645z"/><path id="XMLID_2847_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M182.245,212.91c0.25,0,0.502,0,0.752,0c0-0.177,0-0.352,0-0.534c-0.25,0-0.502,0-0.752,0C182.245,212.558,182.245,212.732,182.245,212.91z"/><path id="XMLID_2846_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M104.309,212.645c-0.29,0.057-0.74,0.007-0.75,0.264C103.849,212.853,104.298,212.903,104.309,212.645z"/><path id="XMLID_2845_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M354.674,212.376c0.489-0.351,0.233-0.8-0.374-1.059C354.252,211.979,353.579,212.146,354.674,212.376z"/><path id="XMLID_2844_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M7.553,212.113c-0.101-0.072-0.57,0.129-0.378,0.263C7.279,212.453,7.75,212.249,7.553,212.113z"/><path id="XMLID_2843_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M459.34,211.847c-0.109-0.073-0.572,0.129-0.376,0.266C459.063,212.184,459.533,211.984,459.34,211.847z"/><path id="XMLID_2842_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M249.636,211.847c-0.294,0.059-0.743,0.01-0.754,0.266C249.175,212.054,249.628,212.107,249.636,211.847z"/><path id="XMLID_2840_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M474.025,211.581c-0.008-0.267-0.663-0.335-0.757,0C473.69,211.554,473.857,211.967,474.025,211.581z"/><path id="XMLID_2839_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M489.08,211.581c0.118-0.359,0.537-0.506,0.378-1.064c-0.378,0-0.754,0-1.128,0C488.222,211.125,488.421,211.517,489.08,211.581z"/><path id="XMLID_2838_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M345.261,211.581c0-0.265,0.306-0.318,0.378-0.534c-0.483-0.012-0.522-0.34-1.129-0.264C344.494,211.242,344.796,211.465,345.261,211.581z"/><path id="XMLID_2837_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M471.761,211.317c0.107,0.071,0.576-0.13,0.378-0.269C472.036,210.975,471.57,211.177,471.761,211.317z"/><path id="XMLID_2836_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M275.238,211.048C276.147,210.158,273.975,211.694,275.238,211.048L275.238,211.048z"/><path id="XMLID_2835_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M154.382,211.317c0.32-0.309,0.502-0.717,0.38-1.33c-0.568,0.043-1.386-0.097-1.508,0.265C154.254,210.167,152.902,211.742,154.382,211.317z"/><path id="XMLID_2834_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M217.256,211.048c0.643-0.448-0.219-1.194-0.752-1.594C215.923,209.859,215.828,211.279,217.256,211.048z"/><path id="XMLID_2833_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M155.137,210.517c-0.004,0.147,0.307,0.3,0.379,0C155.517,210.37,155.208,210.216,155.137,210.517z"/><path id="XMLID_2832_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M24.121,210.252c-1.058-0.05-1.032-0.869-1.885-1.063c0.464,0.861-1.215,0.202-0.753,1.063C22.896,210.001,23.642,211.379,24.121,210.252z"/><path id="XMLID_2831_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M182.626,210.252c-0.11-0.072-0.575,0.125-0.382,0.265C182.349,210.594,182.814,210.39,182.626,210.252z"/><path id="XMLID_2830_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M118.238,210.252c-0.076-0.324-0.413-0.163-0.748,0C117.492,210.518,118.149,210.584,118.238,210.252z"/><path id="XMLID_2827_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M166.434,209.72c-0.105-0.073-0.572,0.128-0.38,0.267C166.159,210.06,166.625,209.858,166.434,209.72z"/><path id="XMLID_2826_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M311.757,209.454c-0.444,0.04-1.068-0.045-1.133,0.267C311.067,209.678,311.696,209.764,311.757,209.454z"/><path id="XMLID_2825_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M161.914,209.189c-0.29,0.058-0.741,0.007-0.754,0.265C161.451,209.395,161.905,209.447,161.914,209.189z"/><path id="XMLID_2824_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M489.458,208.922c0-0.177,0-0.354,0-0.533c-0.378,0-0.449-0.215-0.754-0.267C488.741,208.544,488.656,209.046,489.458,208.922z"/><path id="XMLID_2823_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M304.603,208.657c-0.107-0.074-0.572,0.13-0.376,0.266C304.331,208.997,304.798,208.795,304.603,208.657z"/><path id="XMLID_2822_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M119.37,208.922c0.259-0.713-0.78-0.513-1.131-0.8C118.016,208.817,118.393,209.08,119.37,208.922z"/><path id="XMLID_2821_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M471.761,208.657c0.861,0.074,1.417-0.064,1.506-0.535C472.605,208.182,471.383,207.86,471.761,208.657z"/><path id="XMLID_2820_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.117,208.657c0.104-0.607-0.095-1-0.756-1.064C148.253,208.196,148.452,208.592,149.117,208.657z"/><path id="XMLID_2819_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M385.922,208.389c0.109,0.076,0.574-0.127,0.381-0.267C386.194,208.052,385.731,208.253,385.922,208.389z"/><path id="XMLID_2818_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M128.404,208.122c-0.101-0.07-0.572,0.131-0.376,0.267C128.136,208.465,128.6,208.261,128.404,208.122z"/><path id="XMLID_2817_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M406.631,207.86c0.019-0.34,0.48-0.371,0.375-0.799c-0.252,0-0.502,0-0.754,0C405.828,207.443,405.846,207.708,406.631,207.86z"/><path id="XMLID_2815_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M111.087,207.061C112.233,206.165,109.695,206.253,111.087,207.061L111.087,207.061z"/><path id="XMLID_2813_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M490.589,206.263C491.498,205.372,489.325,206.906,490.589,206.263L490.589,206.263z"/><path id="XMLID_2812_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M441.642,206.529c0.107,0.072,0.573-0.127,0.376-0.266C441.921,206.191,441.446,206.39,441.642,206.529z"/><path id="XMLID_2811_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M277.117,206.529c0.252,0,0.504,0,0.757,0c0-0.179,0-0.354,0-0.531c-0.253,0-0.505,0-0.757,0C277.117,206.175,277.117,206.35,277.117,206.529z"/><path id="XMLID_2810_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M160.033,206.263c0.003,0.269,0.66,0.332,0.756,0C160.705,205.941,160.368,206.101,160.033,206.263z"/><path id="XMLID_2809_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M374.25,206.263c0-0.356,0-0.71,0-1.062C372.807,204.989,372.807,206.471,374.25,206.263z"/><path id="XMLID_2808_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M152.502,205.998c0-0.148-0.309-0.305-0.378,0C152.124,206.145,152.429,206.298,152.502,205.998z"/><path id="XMLID_2807_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M228.927,205.732c0.003-0.15-0.304-0.305-0.374,0C228.553,205.877,228.856,206.033,228.927,205.732z"/><path id="XMLID_2806_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M148.737,204.932c0.018,0.366-0.176,0.585-0.376,0.8c0.478,0.011,0.52,0.34,1.124,0.265C149.597,205.391,149.398,204.997,148.737,204.932z"/><path id="XMLID_2805_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M142.712,205.465c-0.102-0.073-0.57,0.127-0.376,0.268C142.441,205.806,142.908,205.603,142.712,205.465z"/><path id="XMLID_2804_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M105.067,205.201c0.376-0.004,0.445,0.214,0.75,0.264c-0.003-0.268,0.306-0.316,0.38-0.532c-0.383,0.002-0.453-0.217-0.754-0.265C105.443,204.935,105.135,204.983,105.067,205.201z"/><path id="XMLID_2803_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M247.003,205.201c0.02-0.341,0.48-0.368,0.378-0.798c-0.252,0-0.503,0-0.759,0C246.2,204.786,246.218,205.049,247.003,205.201z"/><path id="XMLID_2802_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M151.372,204.932c0-0.147-0.305-0.3-0.375,0C150.997,205.081,151.3,205.236,151.372,204.932z"/><path id="XMLID_2801_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M142.712,204.932c0-0.147-0.306-0.3-0.376,0C142.336,205.081,142.636,205.236,142.712,204.932z"/><path id="XMLID_2800_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M477.41,204.403c-0.252,0-0.502,0-0.755,0c0,0.177,0,0.355,0,0.53c0.253,0,0.503,0,0.755,0C477.41,204.757,477.41,204.58,477.41,204.403z"/><path id="XMLID_2799_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M157.77,203.073c0,0.354,0,0.709,0,1.061C159.225,204.345,159.225,202.864,157.77,203.073z"/><path id="XMLID_2798_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M163.796,203.604C164.193,202.064,162.164,203.493,163.796,203.604L163.796,203.604z"/><path id="XMLID_2797_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M433.362,203.073c0.489,0.34,1.387,0.34,1.88,0C435.236,201.833,433.368,201.833,433.362,203.073z"/><path id="XMLID_2796_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M426.584,203.073c-0.292,0.06-0.743,0.004-0.749,0.263C426.119,203.279,426.576,203.331,426.584,203.073z"/><path id="XMLID_2792_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M466.493,203.073c0-0.178,0-0.354,0-0.531c-0.378,0-0.753,0-1.129,0C465.316,203.019,465.735,203.163,466.493,203.073z"/><path id="XMLID_2791_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M470.635,202.274c-0.423,0.028-0.586-0.387-0.752,0C469.885,202.543,470.542,202.61,470.635,202.274z"/><path id="XMLID_2790_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M207.091,202.008c-0.099-0.072-0.565,0.13-0.372,0.266C206.818,202.35,207.283,202.146,207.091,202.008z"/><path id="XMLID_2789_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M433.362,201.212c-0.252,0-0.502,0-0.755,0c0,0.177,0,0.352,0,0.531c0.253,0,0.503,0,0.755,0C433.362,201.564,433.362,201.389,433.362,201.212z"/><path id="XMLID_2788_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M442.018,201.475c0-0.176,0-0.352,0-0.53c-0.376,0-0.753,0-1.128,0C440.842,201.42,441.265,201.566,442.018,201.475z"/><path id="XMLID_2785_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M425.454,200.679c-0.378,0.002-0.448-0.214-0.753-0.266c0.002,0.268-0.307,0.317-0.376,0.532c0.378,0,0.445,0.215,0.757,0.267C425.076,200.945,425.382,200.893,425.454,200.679z"/><path id="XMLID_2784_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M417.548,200.945c-0.102-0.072-0.568,0.13-0.376,0.267C417.274,201.283,417.743,201.083,417.548,200.945z"/><path id="XMLID_2783_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M370.867,200.945c0.024-0.002-0.026-0.246,0-0.266c0.036-0.032,0.354-0.549,0.376-0.532C370.832,199.763,369.523,201.112,370.867,200.945z"/><path id="XMLID_2780_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M414.913,200.147c0-0.267,0.308-0.317,0.378-0.532c-0.591,0.026-1.306-0.035-1.131,0.532C414.41,200.147,414.665,200.147,414.913,200.147z"/><path id="XMLID_2779_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M147.605,199.882c0.007-0.15-0.301-0.302-0.374,0C147.231,200.028,147.54,200.181,147.605,199.882z"/><path id="XMLID_2778_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M482.684,197.489c-1.982-0.071-2.36,0.991-2.636,2.126C481.642,200.132,483.121,199.188,482.684,197.489z"/><path id="XMLID_2777_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M433.738,199.615c-0.294,0.061-0.743,0.009-0.755,0.268C433.277,199.821,433.728,199.874,433.738,199.615z"/><path id="XMLID_2776_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M155.137,199.348c0.916-0.677-0.156-1.451-0.756-1.859c-0.062,0.309-0.593,0.29-1.128,0.265C153.461,198.584,154.152,199.073,155.137,199.348z"/><path id="XMLID_2775_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M112.972,199.348c0.018-0.34,0.481-0.368,0.376-0.796c-0.251,0-0.502,0-0.753,0C112.172,198.933,112.187,199.202,112.972,199.348z"/><path id="XMLID_2774_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M305.732,198.285c0.104,0.073,0.574-0.13,0.376-0.265C306.006,197.948,305.535,198.148,305.732,198.285z"/><path id="XMLID_2773_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M90.756,198.285c0.108,0.073,0.57-0.13,0.379-0.265C91.031,197.948,90.566,198.148,90.756,198.285z"/><path id="XMLID_2772_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M428.468,197.222c-0.107-0.071-0.574,0.13-0.378,0.267C428.194,197.563,428.661,197.36,428.468,197.222z"/><path id="XMLID_2771_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M235.709,197.222C236.617,196.331,234.444,197.866,235.709,197.222L235.709,197.222z"/><path id="XMLID_2770_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M56.121,197.489c0.073-0.764,0.047-1.453-1.132-1.33c-0.113,0.36-0.534,0.508-0.374,1.064C55.122,197.305,55.337,197.601,56.121,197.489z"/><path id="XMLID_2764_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M50.476,196.424c0.248,0,0.502,0,0.753,0c0-0.18,0-0.354,0-0.531c-0.251,0-0.505,0-0.753,0C50.476,196.07,50.476,196.244,50.476,196.424z"/><path id="XMLID_2763_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M460.844,195.094c0.018,0.366-0.176,0.584-0.373,0.799c0.48,0.014,0.522,0.341,1.126,0.266C461.701,195.554,461.507,195.16,460.844,195.094z"/><path id="XMLID_2762_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M397.593,195.626c-0.495-0.002-0.34-0.465-0.751-0.532c-0.032,0.419-0.964,0.211-0.755,0.799C397.035,195.924,397.267,196.401,397.593,195.626z"/><path id="XMLID_2761_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M208.22,195.893c0.005-0.149-0.303-0.302-0.371,0C207.844,196.039,208.151,196.196,208.22,195.893z"/><path id="XMLID_2760_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M186.386,195.361c0.037-0.031,0.361-0.55,0.377-0.535c-0.408-0.382-1.716,0.969-0.377,0.801C186.407,195.624,186.366,195.38,186.386,195.361z"/><path id="XMLID_2759_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M267.704,194.564c-0.251,0-0.503,0-0.755,0c0,0.175,0,0.354,0,0.53c0.252,0,0.504,0,0.755,0C267.704,194.917,267.704,194.739,267.704,194.564z"/><path id="XMLID_2758_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M216.126,194.564c0-0.149-0.303-0.303-0.377,0C215.749,194.709,216.059,194.867,216.126,194.564z"/><path id="XMLID_2757_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M134.054,194.564c-0.292,0.061-0.744,0.005-0.755,0.262C133.592,194.769,134.042,194.822,134.054,194.564z"/><path id="XMLID_2756_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M302.342,194.298c-0.105-0.073-0.57,0.13-0.374,0.266C302.072,194.636,302.538,194.435,302.342,194.298z"/><path id="XMLID_2755_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M369.355,194.03c-0.288,0.061-0.739,0.007-0.747,0.268C368.898,194.236,369.345,194.289,369.355,194.03z"/><path id="XMLID_2754_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M140.077,194.03c-0.442,0.042-1.066-0.042-1.128,0.268C139.389,194.256,140.014,194.342,140.077,194.03z"/><path id="XMLID_2753_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M134.807,194.03c-0.104-0.073-0.569,0.129-0.376,0.268C134.536,194.37,135.002,194.169,134.807,194.03z"/><path id="XMLID_2752_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M79.837,194.03c0.003-0.146-0.304-0.3-0.374,0C79.458,194.18,79.767,194.333,79.837,194.03z"/><path id="XMLID_2751_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M303.096,194.03c-0.057-0.314,0.066-0.753-0.373-0.796c-0.026,0.162-0.058,0.314-0.38,0.265C302.387,193.825,302.457,194.129,303.096,194.03z"/><path id="XMLID_2750_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M292.555,193.766C293.465,192.872,291.292,194.408,292.555,193.766L292.555,193.766z"/><path id="XMLID_2749_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M427.339,193.766c0.511-0.339,0.58-1.306-0.376-1.332C426.452,192.775,426.378,193.739,427.339,193.766z"/><path id="XMLID_2748_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M375.757,193.5c0.294-0.059,0.746-0.009,0.753-0.265C376.22,193.293,375.77,193.239,375.757,193.5z"/><path id="XMLID_2747_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M320.413,193.5c0.254,0,0.502,0,0.753,0c0-0.267,0.311-0.317,0.378-0.531C320.952,192.993,320.244,192.931,320.413,193.5z"/><path id="XMLID_2746_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M452.562,193.234c-0.002-0.266,0.306-0.317,0.38-0.533c-0.596,0.025-1.309-0.035-1.133,0.533C452.057,193.234,452.314,193.234,452.562,193.234z"/><path id="XMLID_2745_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M454.821,192.969c0.118-0.359,0.533-0.509,0.376-1.064C454.152,191.477,454.16,193.052,454.821,192.969z"/><path id="XMLID_2744_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M449.927,192.435c-0.253,0-0.503,0-0.751,0c0,0.177,0,0.354,0,0.534c0.248,0,0.498,0,0.751,0C449.927,192.788,449.927,192.612,449.927,192.435z"/><path id="XMLID_2743_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M471.761,192.435c-0.104-0.073-0.57,0.13-0.376,0.266C471.49,192.775,471.957,192.573,471.761,192.435z"/><path id="XMLID_2742_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M350.158,191.904c-0.648-0.016-0.964,0.204-1.127,0.531C349.621,192.412,350.332,192.472,350.158,191.904z"/><path id="XMLID_2741_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M315.145,192.168c-0.104-0.073-0.572,0.129-0.378,0.267C314.873,192.512,315.34,192.31,315.145,192.168z"/><path id="XMLID_2740_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M209.355,192.168c-0.106-0.073-0.576,0.129-0.382,0.267C209.077,192.512,209.547,192.31,209.355,192.168z"/><path id="XMLID_2739_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M443.527,191.904c-0.081-0.321-0.418-0.162-0.753,0C442.777,192.172,443.433,192.238,443.527,191.904z"/><path id="XMLID_2738_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M378.018,192.168C379.382,190.916,375.816,191.816,378.018,192.168L378.018,192.168z"/><path id="XMLID_2736_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M446.537,191.372c-0.105-0.073-0.57,0.13-0.376,0.267C446.265,191.711,446.736,191.509,446.537,191.372z"/><path id="XMLID_2735_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M284.27,190.839c-0.25,0-0.504,0-0.752,0c0,0.178,0,0.357,0,0.532c0.248,0,0.502,0,0.752,0C284.27,191.196,284.27,191.017,284.27,190.839z"/><path id="XMLID_2734_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M6.046,191.108c-0.102-0.077-0.568,0.126-0.374,0.264C5.776,191.445,6.241,191.244,6.046,191.108z"/><path id="XMLID_2733_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M66.661,190.839c0.103-0.606-0.089-1-0.753-1.061C65.432,190.09,65.608,190.881,66.661,190.839z"/><path id="XMLID_2732_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M298.58,190.573c0-0.531,0-1.063,0-1.594c-1.385-0.088-1.141,0.971-1.507,1.594C297.576,190.573,298.077,190.573,298.58,190.573z"/><path id="XMLID_2731_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M222.904,190.309C223.814,189.416,221.644,190.951,222.904,190.309L222.904,190.309z"/><path id="XMLID_2730_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M50.847,190.573c-0.25-0.99,1.046-1.558-0.748-1.594C50.326,189.527,49.49,190.826,50.847,190.573z"/><path id="XMLID_2729_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M172.832,190.309c0.104,0.073,0.57-0.129,0.377-0.267C173.107,189.97,172.633,190.169,172.832,190.309z"/><path id="XMLID_2728_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M42.192,190.042c-0.104-0.071-0.573,0.128-0.379,0.267C41.915,190.382,42.383,190.18,42.192,190.042z"/><path id="XMLID_2727_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M220.649,189.51c-0.105-0.072-0.574,0.13-0.377,0.269C220.374,189.85,220.842,189.65,220.649,189.51z"/><path id="XMLID_2726_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M20.356,189.51c-0.105-0.072-0.575,0.13-0.376,0.269C20.082,189.85,20.55,189.65,20.356,189.51z"/><path id="XMLID_2725_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M332.837,189.51c0.107,0.074,0.574-0.128,0.378-0.265C333.113,189.171,332.644,189.372,332.837,189.51z"/><path id="XMLID_2724_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M186.763,188.714c0.057,0.313-0.068,0.756,0.377,0.796c0.036-0.682,1.469-0.379,1.506-1.062C187.463,188.747,187.646,188.37,186.763,188.714z"/><path id="XMLID_2723_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M38.804,189.51c0.115-0.359,0.536-0.506,0.374-1.062c-0.502,0-1.005,0-1.504,0C37.608,189.112,38.249,189.28,38.804,189.51z"/><path id="XMLID_2722_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M123.891,189.246c1.027-0.43-0.555-0.893-0.756-0.267C123.512,188.978,123.58,189.193,123.891,189.246z"/><path id="XMLID_2721_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M84.358,189.246c0.293-0.06,0.742-0.008,0.754-0.267C84.819,189.039,84.369,188.985,84.358,189.246z"/><path id="XMLID_2720_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M16.965,188.714c-0.055,0.277,0.292,0.686,0.375,0.265C17.399,188.699,17.049,188.291,16.965,188.714z"/><path id="XMLID_2719_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M181.109,188.714c-0.098-0.076-0.565,0.127-0.371,0.265C180.842,189.051,181.313,188.851,181.109,188.714z"/><path id="XMLID_2718_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M415.291,188.714c0.103,0.073,0.57-0.13,0.376-0.266C415.563,188.373,415.1,188.574,415.291,188.714z"/><path id="XMLID_2717_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M297.449,188.449c0.251-0.616-1.472-0.575-1.132,0C296.447,188.662,297.318,188.768,297.449,188.449z"/><path id="XMLID_2716_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M292.931,188.714c-0.165-0.502,0.508-1.605-0.753-1.331C292.12,188.042,292.109,188.674,292.931,188.714z"/><path id="XMLID_2715_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M422.818,188.18c0.107,0.077,0.57-0.129,0.379-0.267C423.09,187.842,422.623,188.042,422.818,188.18z"/><path id="XMLID_2712_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M478.915,187.649c0.101,0.075,0.574-0.128,0.373-0.266C479.187,187.31,478.719,187.509,478.915,187.649z"/><path id="XMLID_2711_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M392.325,187.118c-0.107-0.076-0.572,0.128-0.376,0.265C392.051,187.457,392.521,187.255,392.325,187.118z"/><path id="XMLID_2710_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M88.118,187.118c-0.101-0.076-0.565,0.128-0.375,0.265C87.852,187.457,88.32,187.255,88.118,187.118z"/><path id="XMLID_2709_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M246.622,186.32c-0.856-0.076-1.412,0.063-1.507,0.533c0.715-0.062,0.832,0.299,1.507,0.265C246.622,186.853,246.622,186.585,246.622,186.32z"/><path id="XMLID_2708_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M221.023,186.853c0-0.15-0.301-0.303-0.374,0C220.649,186.999,220.948,187.154,221.023,186.853z"/><path id="XMLID_2707_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M90.756,186.853c-0.102-0.076-0.57,0.129-0.374,0.265C90.488,187.191,90.952,186.99,90.756,186.853z"/><path id="XMLID_2706_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M31.65,187.118c0.655,0.019,1.171-0.059,1.503-0.265c0.117-0.704-0.521-0.874-1.503-0.801C31.65,186.408,31.65,186.763,31.65,187.118z"/><path id="XMLID_2705_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M491.718,186.585c0-0.146-0.309-0.302-0.376,0C491.342,186.734,491.644,186.888,491.718,186.585z"/><path id="XMLID_2704_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M187.892,185.79c-0.628,0-1.255,0-1.883,0c0.031,0.46-0.084,0.825-0.376,1.064C187.27,187.121,187.311,186.264,187.892,185.79z"/><path id="XMLID_2703_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M112.219,186.853c0-0.178,0-0.356,0-0.533c-0.376,0-0.753,0-1.132,0C111.04,186.798,111.463,186.942,112.219,186.853z"/><path id="XMLID_2702_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M107.7,186.585c1.768,0.086,1.007-1.229,0-1.33C106.997,185.762,107.923,185.74,107.7,186.585z"/><path id="XMLID_2701_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M253.777,185.523c-0.252,0-0.503,0-0.755,0c-0.022,0.34-0.484,0.368-0.374,0.797c0.374,0,0.753,0,1.129,0C253.777,186.053,253.777,185.79,253.777,185.523z"/><path id="XMLID_2700_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.805,186.053c-0.292,0.061-0.742,0.01-0.749,0.268C102.345,186.259,102.795,186.311,102.805,186.053z"/><path id="XMLID_2699_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M61.39,186.053c0.021-0.161,0.058-0.313,0.379-0.263c0-0.18,0-0.356,0-0.534C60.841,184.843,60.661,186.158,61.39,186.053z"/><path id="XMLID_2698_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M385.922,185.523c-0.102-0.073-0.572,0.129-0.372,0.267C385.652,185.86,386.117,185.66,385.922,185.523z"/><path id="XMLID_2697_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M382.16,185.79C383.524,184.533,379.957,185.433,382.16,185.79L382.16,185.79z"/><path id="XMLID_2696_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M320.789,185.79c0.022-0.342,0.485-0.369,0.376-0.798c-0.251,0-0.499,0-0.753,0C319.998,185.372,320.013,185.637,320.789,185.79z"/><path id="XMLID_2695_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M9.437,185.523c0.376,0,0.448,0.216,0.756,0.267C11.22,185.36,9.639,184.895,9.437,185.523z"/><path id="XMLID_2694_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M395.711,185.256c-0.104-0.071-0.568,0.13-0.374,0.268C395.439,185.595,395.909,185.395,395.711,185.256z"/><path id="XMLID_2693_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M326.816,185.256c-0.104-0.071-0.572,0.13-0.376,0.268C326.542,185.595,327.012,185.395,326.816,185.256z"/><path id="XMLID_2692_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M139.703,185.256c-0.107-0.071-0.573,0.13-0.376,0.268C139.429,185.595,139.896,185.395,139.703,185.256z"/><path id="XMLID_2691_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M387.802,184.991C388.716,184.096,386.542,185.633,387.802,184.991L387.802,184.991z"/><path id="XMLID_2690_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M268.84,184.991c-0.005-0.269-0.666-0.336-0.759,0C268.508,184.962,268.669,185.378,268.84,184.991z"/><path id="XMLID_2689_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M254.153,185.256c0.104,0.073,0.568-0.128,0.376-0.264C254.425,184.914,253.958,185.12,254.153,185.256z"/><path id="XMLID_2688_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M14.335,184.991c-0.296,0.059-0.748,0.004-0.756,0.264C13.871,185.197,14.321,185.249,14.335,184.991z"/><path id="XMLID_2686_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M402.867,184.991c0.02-0.342,0.483-0.371,0.376-0.798c-0.25,0-0.501,0-0.759,0C402.071,184.576,402.082,184.841,402.867,184.991z"/><path id="XMLID_2685_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M120.876,184.723c-0.104-0.072-0.569,0.129-0.38,0.269C120.604,185.062,121.07,184.864,120.876,184.723z"/><path id="XMLID_2683_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.429,184.459c-0.105-0.075-0.57,0.127-0.374,0.263C102.156,184.801,102.62,184.596,102.429,184.459z"/><path id="XMLID_2682_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M83.229,184.459c-0.422,0.026-0.586-0.387-0.756,0C82.478,184.726,83.137,184.791,83.229,184.459z"/><path id="XMLID_2681_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M237.966,183.927c-0.254,0-0.504,0-0.754,0c0,0.177,0,0.354,0,0.532c0.25,0,0.5,0,0.754,0C237.966,184.281,237.966,184.104,237.966,183.927z"/><path id="XMLID_2680_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M86.995,183.927c-0.252,0-0.503,0-0.754,0c0,0.177,0,0.354,0,0.532c0.251,0,0.502,0,0.754,0C86.995,184.281,86.995,184.104,86.995,183.927z"/><path id="XMLID_2679_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M437.881,183.927c-0.446,0.042-1.068-0.045-1.133,0.266C437.193,184.151,437.815,184.239,437.881,183.927z"/><path id="XMLID_2678_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M247.381,183.927c-0.007,0.147,0.299,0.302,0.371,0C247.754,183.781,247.45,183.624,247.381,183.927z"/><path id="XMLID_2676_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M38.053,183.661c-0.427,0.027-0.589-0.388-0.756,0C37.302,183.928,37.956,183.994,38.053,183.661z"/><path id="XMLID_2675_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M67.796,183.393c0-0.146-0.311-0.298-0.381,0C67.415,183.543,67.718,183.696,67.796,183.393z"/><path id="XMLID_2674_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M196.553,183.129c0-0.149-0.309-0.302-0.377,0C196.171,183.277,196.484,183.432,196.553,183.129z"/><path id="XMLID_2673_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M415.668,182.864c-0.083-0.324-0.422-0.164-0.755,0C414.913,183.132,415.573,183.199,415.668,182.864z"/><path id="XMLID_2672_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M234.574,182.596c-0.25,0-0.501,0-0.752,0c0,0.178,0,0.357,0,0.533c0.251,0,0.502,0,0.752,0C234.574,182.953,234.574,182.774,234.574,182.596z"/><path id="XMLID_2671_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M155.137,183.129c0.106,0.072,0.57-0.126,0.379-0.265C155.41,182.788,154.944,182.993,155.137,183.129z"/><path id="XMLID_2670_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M139.703,182.864c0,0.146,0.301,0.301,0.374,0C140.077,182.717,139.77,182.561,139.703,182.864z"/><path id="XMLID_2669_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M105.443,182.864c0-0.147-0.308-0.303-0.376,0C105.062,183.01,105.368,183.165,105.443,182.864z"/><path id="XMLID_2668_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M31.65,182.864c-0.293,0.059-0.745,0.006-0.751,0.265C31.189,183.071,31.639,183.121,31.65,182.864z"/><path id="XMLID_2667_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M368.229,182.331c-0.078-0.321-0.418-0.166-0.753,0C367.479,182.599,368.135,182.667,368.229,182.331z"/><path id="XMLID_2666_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M337.731,182.331c-0.106-0.073-0.568,0.13-0.375,0.265C337.461,182.671,337.93,182.47,337.731,182.331z"/><path id="XMLID_2665_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M277.117,181.801c-0.253,0-0.501,0-0.751,0c0,0.264-0.302,0.314-0.376,0.53c0.479,0.017,0.52,0.341,1.127,0.265C277.117,182.331,277.117,182.064,277.117,181.801z"/><path id="XMLID_2664_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M155.137,182.331c-0.004-0.267,0.307-0.317,0.379-0.53c-0.596,0.023-1.307-0.035-1.135,0.53C154.636,182.331,154.887,182.331,155.137,182.331z"/><path id="XMLID_2663_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M379.899,181.801c-0.104-0.072-0.57,0.126-0.376,0.264C379.627,182.139,380.092,181.936,379.899,181.801z"/><path id="XMLID_2662_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M247.381,182.064c0.498,0,0.999,0,1.502,0c0.152-0.638-0.69-0.575-0.378-1.328C246.826,180.852,247.946,181.297,247.381,182.064z"/><path id="XMLID_2661_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M140.077,181.801c-0.102-0.072-0.573,0.126-0.374,0.264C139.807,182.139,140.27,181.936,140.077,181.801z"/><path id="XMLID_2660_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M105.067,182.064c0.099,0.075,0.57-0.128,0.376-0.264C105.331,181.728,104.868,181.927,105.067,182.064z"/><path id="XMLID_2659_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M14.708,181.535c-0.724-0.109-0.296-1.034-1.506-0.799C12.18,181.155,14.131,182.323,14.708,181.535z"/><path id="XMLID_2658_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M472.518,181.267c-0.109-0.072-0.574,0.129-0.378,0.268C472.245,181.607,472.71,181.406,472.518,181.267z"/><path id="XMLID_2657_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M391.192,181.267c-0.293,0.062-0.743,0.008-0.749,0.268C390.734,181.472,391.182,181.525,391.192,181.267z"/><path id="XMLID_2656_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M234.574,181.001c0-0.178,0-0.356,0-0.531c-0.375,0-0.752,0-1.13,0C233.398,180.948,233.822,181.092,234.574,181.001z"/><path id="XMLID_2655_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M170.197,180.736c-0.105-0.076-0.571,0.127-0.377,0.265C169.922,181.075,170.388,180.876,170.197,180.736z"/><path id="XMLID_2654_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M79.09,180.736c-0.107-0.076-0.576,0.127-0.38,0.265C78.818,181.075,79.281,180.876,79.09,180.736z"/><path id="XMLID_2653_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M17.34,180.736c-0.103-0.076-0.569,0.127-0.375,0.265C17.069,181.075,17.54,180.876,17.34,180.736z"/><path id="XMLID_2652_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M251.139,180.47c-0.104-0.071-0.568,0.129-0.376,0.266C250.868,180.81,251.335,180.608,251.139,180.47z"/><path id="XMLID_2651_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M120.124,180.47c0.502,0.346,1.399,0.35,1.509-0.265C121.131,179.858,120.229,179.853,120.124,180.47z"/><path id="XMLID_2650_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M465.365,180.206c-0.081-0.322-0.419-0.165-0.753,0C464.614,180.473,465.268,180.538,465.365,180.206z"/><path id="XMLID_2649_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M426.963,180.206c0-0.148-0.308-0.305-0.378,0C426.584,180.351,426.889,180.506,426.963,180.206z"/><path id="XMLID_2648_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M254.53,179.937c-0.25,0-0.503,0-0.753,0c0,0.177,0,0.356,0,0.533c0.25,0,0.503,0,0.753,0C254.53,180.293,254.53,180.114,254.53,179.937z"/><path id="XMLID_2647_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M79.09,180.206c-0.107-0.076-0.576,0.127-0.38,0.265C78.818,180.544,79.281,180.341,79.09,180.206z"/><path id="XMLID_2646_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M77.954,179.937c-0.648-0.015-0.962,0.205-1.129,0.533C77.421,180.445,78.132,180.506,77.954,179.937z"/><path id="XMLID_2645_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M12.826,180.206c-0.105-0.076-0.571,0.127-0.377,0.265C12.551,180.544,13.021,180.341,12.826,180.206z"/><path id="XMLID_2644_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M474.401,180.206c0-0.268,0-0.533,0-0.799c-0.859-0.076-1.415,0.063-1.504,0.531C473.401,180.022,473.61,180.318,474.401,180.206z"/><path id="XMLID_2643_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M439.009,179.937c0-0.147-0.302-0.301-0.376,0C438.632,180.087,438.936,180.24,439.009,179.937z"/><path id="XMLID_2642_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M422.445,180.206c0.248,0,0.5,0,0.752,0c0.196-0.682,0.501-0.932-0.379-1.332c0.277,0.727-0.745,0.536-0.754,1.064C422.297,179.952,422.512,179.978,422.445,180.206z"/><path id="XMLID_2641_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M418.679,179.672c0.002-0.148-0.304-0.301-0.378,0C418.301,179.819,418.607,179.974,418.679,179.672z"/><path id="XMLID_2640_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M237.966,179.937C239.867,178.867,236.651,178.694,237.966,179.937L237.966,179.937z"/><path id="XMLID_2639_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M256.034,179.407c-0.293,0.059-0.743,0.005-0.751,0.265C255.573,179.614,256.023,179.665,256.034,179.407z"/><path id="XMLID_2638_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M226.67,179.14c-0.251,0-0.502,0-0.753,0c0,0.178,0,0.355,0,0.532c0.251,0,0.502,0,0.753,0C226.67,179.495,226.67,179.318,226.67,179.14z"/><path id="XMLID_2637_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M170.575,179.407c0-0.148-0.305-0.302-0.378,0C170.194,179.554,170.502,179.705,170.575,179.407z"/><path id="XMLID_2636_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M77.201,179.14c0.004-0.148-0.302-0.301-0.376,0C76.825,179.289,77.13,179.443,77.201,179.14z"/><path id="XMLID_2635_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M483.433,178.874C484.953,179.809,484.321,178.02,483.433,178.874L483.433,178.874z"/><path id="XMLID_2634_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M359.191,178.874c0.002-0.146-0.3-0.301-0.374,0C358.817,179.021,359.123,179.176,359.191,178.874z"/><path id="XMLID_2633_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M481.929,178.874c0.104,0.074,0.57-0.128,0.376-0.265C482.201,178.534,481.736,178.738,481.929,178.874z"/><path id="XMLID_2632_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M123.135,178.609c-0.104-0.075-0.574,0.129-0.373,0.265C122.863,178.947,123.332,178.746,123.135,178.609z"/><path id="XMLID_2631_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M64.405,178.609c-0.293,0.061-0.743,0.007-0.753,0.265C63.945,178.815,64.392,178.867,64.405,178.609z"/><path id="XMLID_2630_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M46.711,178.874c0.101,0.074,0.567-0.128,0.371-0.265C46.983,178.534,46.511,178.738,46.711,178.874z"/><path id="XMLID_2629_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M490.213,177.811c-0.65-0.014-0.965,0.203-1.133,0.531C489.672,178.319,490.384,178.377,490.213,177.811z"/><path id="XMLID_2628_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M483.433,178.342c0-0.265,0.309-0.317,0.378-0.531c-0.594,0.027-1.304-0.034-1.128,0.531C482.929,178.342,483.181,178.342,483.433,178.342z"/><path id="XMLID_2627_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M161.914,177.281c-0.249,0-0.503,0-0.754,0c0,0.352,0,0.704,0,1.061c0.251,0,0.504,0,0.754,0C161.914,177.986,161.914,177.633,161.914,177.281z"/><path id="XMLID_2626_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M371.995,177.811c-0.106-0.072-0.572,0.129-0.382,0.266C371.724,178.15,372.189,177.948,371.995,177.811z"/><path id="XMLID_2625_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M453.314,177.546c-0.29,0.06-0.74,0.008-0.753,0.265C452.853,177.751,453.307,177.806,453.314,177.546z"/><path id="XMLID_2624_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M360.699,177.546c-0.443,0.04-1.069-0.046-1.126,0.265C360.012,177.769,360.638,177.857,360.699,177.546z"/><path id="XMLID_2623_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M486.823,177.281c0-0.148-0.302-0.303-0.376,0C486.447,177.427,486.749,177.581,486.823,177.281z"/><path id="XMLID_2622_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M479.289,177.546c0-0.177,0-0.356,0-0.533c-0.373,0-0.749,0-1.126,0C478.113,177.49,478.539,177.637,479.289,177.546z"/><path id="XMLID_2621_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M80.97,177.281C81.364,175.736,79.338,177.168,80.97,177.281L80.97,177.281z"/><path id="XMLID_2620_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M450.301,175.949c0.331,0.853-0.972,0.551-1.125,1.063c0.498,0,1,0,1.503,0C450.615,176.616,450.813,176.033,450.301,175.949z"/><path id="XMLID_2619_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M361.076,176.747c-0.289,0.059-0.741,0.008-0.754,0.265C360.615,176.953,361.067,177.006,361.076,176.747z"/><path id="XMLID_2618_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M280.886,176.747c-0.105-0.073-0.575,0.127-0.376,0.265C280.614,177.089,281.079,176.885,280.886,176.747z"/><path id="XMLID_2617_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M119.747,177.012c0.249,0,0.499,0,0.75,0c0.027-0.341,0.488-0.367,0.38-0.796c-0.38,0-0.753,0-1.129,0C119.747,176.481,119.747,176.747,119.747,177.012z"/><path id="XMLID_2616_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M481.553,176.747c0.105,0.073,0.57-0.13,0.376-0.266C481.825,176.408,481.354,176.611,481.553,176.747z"/><path id="XMLID_2615_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M379.899,176.747c0.022-0.16,0.059-0.315,0.376-0.266c0-0.176,0-0.355,0-0.532C379.351,175.536,379.168,176.852,379.899,176.747z"/><path id="XMLID_2614_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M336.603,176.216c-0.646-0.015-0.968,0.204-1.131,0.531C336.066,176.723,336.781,176.784,336.603,176.216z"/><path id="XMLID_2613_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M429.972,175.683c0,0.177,0,0.354,0,0.533C430.666,177.097,431.808,175.418,429.972,175.683z"/><path id="XMLID_2612_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M358.817,176.216c-0.104-0.074-0.57,0.127-0.376,0.265C358.545,176.554,359.012,176.352,358.817,176.216z"/><path id="XMLID_2611_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M240.975,175.949c0-0.178,0-0.353,0-0.531C239.454,174.345,238.91,176.953,240.975,175.949z"/><path id="XMLID_2610_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M497.743,175.153c-0.253,0-0.503,0-0.753,0c-0.024,0.34-0.485,0.368-0.38,0.797c0.38,0,0.753,0,1.133,0C497.743,175.683,497.743,175.418,497.743,175.153z"/><path id="XMLID_2609_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M4.166,175.683c0-0.147-0.303-0.301-0.375,0C3.791,175.83,4.094,175.985,4.166,175.683z"/><path id="XMLID_2608_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M477.41,175.418c0.002-0.15-0.302-0.301-0.376,0C477.034,175.566,477.343,175.72,477.41,175.418z"/><path id="XMLID_2607_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M459.716,175.683c0.3-0.916-0.35-1.168-1.129-1.328C457.852,174.865,458.191,175.984,459.716,175.683z"/><path id="XMLID_2606_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M313.259,175.418c-0.1-0.073-0.574,0.127-0.374,0.265C312.991,175.757,313.454,175.555,313.259,175.418z"/><path id="XMLID_2605_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M41.438,175.418c-0.104-0.073-0.572,0.127-0.382,0.265C41.167,175.757,41.633,175.555,41.438,175.418z"/><path id="XMLID_2603_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M481.929,175.153c-0.294,0.061-0.744,0.007-0.753,0.265C481.468,175.359,481.918,175.41,481.929,175.153z"/><path id="XMLID_2602_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M353.17,175.418C356.053,175.028,353.231,173.037,353.17,175.418L353.17,175.418z"/><path id="XMLID_2601_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M40.307,175.153c-0.099-0.073-0.57,0.127-0.377,0.265C40.038,175.493,40.502,175.288,40.307,175.153z"/><path id="XMLID_2600_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M179.232,174.617c0.004-0.143-0.304-0.298-0.377,0C178.856,174.769,179.164,174.921,179.232,174.617z"/><path id="XMLID_2599_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M384.793,173.822c-0.373,0-0.752,0-1.126,0c0,0.266,0,0.533,0,0.795c0.25,0,0.5,0,0.753,0C384.439,174.279,384.898,174.252,384.793,173.822z"/><path id="XMLID_2598_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M367.477,174.088c-0.378,0.003-0.449-0.217-0.755-0.266c0,0.268-0.304,0.316-0.376,0.533c0.376,0,0.448,0.214,0.753,0.262C367.098,174.355,367.403,174.304,367.477,174.088z"/><path id="XMLID_2597_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M201.066,174.355c-0.105-0.076-0.57,0.127-0.372,0.262C200.794,174.693,201.264,174.492,201.066,174.355z"/><path id="XMLID_2596_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M124.265,174.355c0.003-0.149-0.301-0.303-0.374,0C123.891,174.502,124.194,174.656,124.265,174.355z"/><path id="XMLID_2595_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M447.294,174.088c-0.104-0.071-0.574,0.128-0.376,0.267C447.022,174.429,447.487,174.226,447.294,174.088z"/><path id="XMLID_2594_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M18.473,174.088c-0.105-0.071-0.573,0.128-0.379,0.267C18.2,174.429,18.664,174.226,18.473,174.088z"/><path id="XMLID_2593_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M375.383,173.822c-0.107-0.074-0.575,0.13-0.376,0.266C375.108,174.161,375.575,173.961,375.383,173.822z"/><path id="XMLID_2592_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M361.452,173.822c0-0.268,0.306-0.315,0.376-0.533c-0.587,0.026-1.305-0.035-1.129,0.533C360.949,173.822,361.2,173.822,361.452,173.822z"/><path id="XMLID_2591_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M332.837,173.289c0.004-0.146-0.304-0.302-0.372,0C332.459,173.439,332.765,173.592,332.837,173.289z"/><path id="XMLID_2590_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M305.732,172.76c-0.255,0-0.505,0-0.753,0c0,0.176,0,0.353,0,0.53c0.248,0,0.498,0,0.753,0C305.732,173.113,305.732,172.936,305.732,172.76z"/><path id="XMLID_2589_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M119.747,173.289c0.104,0.073,0.57-0.127,0.377-0.265C120.021,172.952,119.553,173.152,119.747,173.289z"/><path id="XMLID_2588_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M34.662,173.024c0-0.177,0-0.354,0-0.531c-0.377,0-0.756,0-1.13,0C33.482,172.971,33.906,173.117,34.662,173.024z"/><path id="XMLID_2587_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M289.163,172.227c-0.102-0.073-0.568,0.129-0.372,0.266C288.894,172.566,289.359,172.363,289.163,172.227z"/><path id="XMLID_2586_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M111.087,172.227c0.481,0.015,0.526,0.339,1.132,0.266C112.803,171.841,110.938,171.712,111.087,172.227z"/><path id="XMLID_2585_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M258.674,172.227c0.101,0.072,0.57-0.129,0.373-0.268C258.946,171.886,258.479,172.089,258.674,172.227z"/><path id="XMLID_2584_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M225.164,171.96c-0.077-0.321-0.416-0.162-0.753,0C224.416,172.228,225.073,172.295,225.164,171.96z"/><path id="XMLID_2583_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M70.803,171.697c-0.293,0.057-0.743,0.005-0.753,0.263C70.346,171.903,70.793,171.953,70.803,171.697z"/><path id="XMLID_2582_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M42.569,171.96c0.227-0.013,0.447-0.038,0.374-0.263c-0.619-0.008-0.208-0.74-0.75-0.8c-0.659,0.543,0.275,0.522-0.379,1.063C42.063,171.96,42.317,171.96,42.569,171.96z"/><path id="XMLID_2581_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M247.381,171.43c-0.009-0.271-0.663-0.335-0.759,0C247.049,171.403,247.212,171.816,247.381,171.43z"/><path id="XMLID_2580_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M47.841,171.697c0.374,0,0.753,0,1.126,0c0.107-0.608-0.088-1.002-0.753-1.067C48.098,170.992,47.681,171.137,47.841,171.697z"/><path id="XMLID_2579_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M254.53,170.63c-1.202,0.161-1.165-0.498-1.882,0C252.528,171.879,254.389,171.342,254.53,170.63z"/><path id="XMLID_2578_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M66.661,171.163c0.005-0.146-0.303-0.301-0.376,0C66.285,171.309,66.594,171.465,66.661,171.163z"/><path id="XMLID_2577_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M319.662,170.366c-0.376,0-0.755,0-1.132,0c0,0.264,0,0.531,0,0.797c0.377,0,0.756,0,1.132,0C319.662,170.897,319.662,170.63,319.662,170.366z"/><path id="XMLID_2576_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M258.674,171.163c0-0.177,0-0.353,0-0.533c-0.381,0.002-0.451-0.216-0.759-0.264C257.954,170.785,257.867,171.288,258.674,171.163z"/><path id="XMLID_2575_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M47.464,170.63c-0.105-0.072-0.575,0.129-0.382,0.267C47.192,170.971,47.655,170.769,47.464,170.63z"/><path id="XMLID_2574_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M483.811,170.366c-0.081-0.322-0.421-0.161-0.754,0C483.066,170.632,483.714,170.698,483.811,170.366z"/><path id="XMLID_2572_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M495.481,169.833c-0.103-0.074-0.57,0.128-0.375,0.267C495.205,170.173,495.678,169.972,495.481,169.833z"/><path id="XMLID_2571_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M490.966,169.833c-0.104-0.074-0.576,0.128-0.376,0.267C490.694,170.173,491.159,169.972,490.966,169.833z"/><path id="XMLID_2570_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M472.897,169.833c0-0.353,0-0.71,0-1.062c-0.996-0.082-1.24,0.367-1.135,1.062C472.14,169.833,472.518,169.833,472.897,169.833z"/><path id="XMLID_2569_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M97.158,169.567c-0.105-0.074-0.571,0.129-0.375,0.266C96.883,169.907,97.354,169.707,97.158,169.567z"/><path id="XMLID_2568_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M95.278,168.504c0,0.354,0,0.711,0,1.064c0.376,0,0.75,0,1.129,0C96.506,168.875,96.533,168.239,95.278,168.504z"/><path id="XMLID_2567_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M444.278,168.239c0.034,0.463-0.081,0.827-0.374,1.061C445.188,169.504,445.371,168.286,444.278,168.239z"/><path id="XMLID_2566_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M214.244,169.035c-0.006-0.265-0.658-0.332-0.752,0C213.914,169.008,214.082,169.422,214.244,169.035z"/><path id="XMLID_2565_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M84.735,169.035c-0.105-0.07-0.575,0.13-0.377,0.265C84.463,169.378,84.93,169.173,84.735,169.035z"/><path id="XMLID_2564_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M30.899,169.035c0-0.145-0.311-0.3-0.379,0C30.517,169.184,30.826,169.34,30.899,169.035z"/><path id="XMLID_2563_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M16.217,168.771c-0.505-0.347-1.405-0.351-1.509,0.263C15.208,169.382,16.107,169.386,16.217,168.771z"/><path id="XMLID_2562_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M227.8,169.035C228.101,167.425,226.072,168.858,227.8,169.035L227.8,169.035z"/><path id="XMLID_2561_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M47.081,168.771c0.482,0.013,0.526,0.339,1.133,0.263C48.799,168.384,46.936,168.256,47.081,168.771z"/><path id="XMLID_2558_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M381.032,168.504c-0.104-0.071-0.572,0.13-0.382,0.268C380.758,168.843,381.223,168.641,381.032,168.504z"/><path id="XMLID_2557_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M328.324,168.771c0.104-0.607-0.096-1.003-0.753-1.064c-0.12,0.357-0.537,0.509-0.376,1.064C327.571,168.771,327.943,168.771,328.324,168.771z"/><path id="XMLID_2556_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M160.41,168.239C161.319,167.346,159.146,168.88,160.41,168.239L160.41,168.239z"/><path id="XMLID_2555_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M119.747,168.239c0-0.178,0-0.355,0-0.531c-0.377,0.001-0.451-0.217-0.753-0.267C119.033,167.858,118.944,168.361,119.747,168.239z"/><path id="XMLID_2554_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M105.067,167.974c-0.293,0.058-0.748,0.007-0.759,0.265C104.607,168.181,105.057,168.231,105.067,167.974z"/><path id="XMLID_2553_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M219.139,167.708c-0.1-0.076-0.57,0.125-0.377,0.266C218.868,168.046,219.333,167.843,219.139,167.708z"/><path id="XMLID_2552_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M44.449,167.708c-0.104-0.076-0.57,0.125-0.376,0.266C44.176,168.046,44.643,167.843,44.449,167.708z"/><path id="XMLID_2551_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M382.538,167.174c-0.254,0-0.504,0-0.754,0c0,0.176,0,0.353,0,0.533c0.25,0,0.5,0,0.754,0C382.538,167.527,382.538,167.351,382.538,167.174z"/><path id="XMLID_2550_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M173.209,166.909c-0.251,0-0.502,0-0.754,0c0,0.177,0,0.355,0,0.532c0.252,0,0.502,0,0.754,0C173.209,167.264,173.209,167.086,173.209,166.909z"/><path id="XMLID_2549_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M114.099,167.174c0.481,0.015,0.52,0.341,1.132,0.267C115.815,166.786,113.952,166.658,114.099,167.174z"/><path id="XMLID_2548_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M172.079,166.909c-0.104-0.075-0.567,0.129-0.376,0.265C171.808,167.249,172.273,167.045,172.079,166.909z"/><path id="XMLID_2547_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M122.382,166.909c-0.29,0.058-0.745,0.007-0.749,0.265C121.922,167.116,122.369,167.167,122.382,166.909z"/><path id="XMLID_2546_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M114.099,233.386c2.392-0.194,0.026-1.597-0.377-0.801C114.164,232.633,114.13,233.01,114.099,233.386z"/><path id="XMLID_2545_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M481.553,204.668c-0.131-0.706-0.988-0.896-1.883-1.064C479.824,204.295,480.844,204.371,481.553,204.668z"/><path id="XMLID_2543_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M497.743,182.864c1.15,0.255,1.613-1.305,1.126-1.329C498.536,182.005,497.345,181.873,497.743,182.864z"/><path id="XMLID_2541_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M46.332,175.418c0.154-0.454,0.486,0.055,1.132,0c0-0.265,0-0.532,0-0.801C46.731,174.494,45.537,175.336,46.332,175.418z"/><path id="XMLID_2540_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M45.96,169.035c-0.754-0.001-0.482-0.725-1.512-0.531C44.088,169.153,46.14,169.386,45.96,169.035z"/></g><g><path id="XMLID_2538_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M474.795,332.853c-0.078-0.321-0.416-0.163-0.751,0C474.049,333.119,474.703,333.188,474.795,332.853z"/><path id="XMLID_2537_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M441.287,333.119c0.109,0.072,0.574-0.129,0.378-0.265C441.564,332.781,441.094,332.98,441.287,333.119z"/><path id="XMLID_2536_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M178.502,332.588c-0.381,0-0.754,0-1.129,0c-0.053,0.475,0.375,0.62,1.129,0.531C178.502,332.941,178.502,332.763,178.502,332.588z"/><path id="XMLID_2535_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M7.203,332.588c-0.649-0.014-0.968,0.202-1.13,0.531C6.662,333.094,7.378,333.155,7.203,332.588z"/><path id="XMLID_2534_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M146.496,332.588c-0.1-0.075-0.57,0.125-0.368,0.266C146.228,332.926,146.697,332.724,146.496,332.588z"/><path id="XMLID_2533_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M376.909,332.588c0.105,0.072,0.576-0.129,0.376-0.268C377.181,332.247,376.716,332.449,376.909,332.588z"/><path id="XMLID_2532_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M284.671,332.32c-0.104-0.073-0.572,0.129-0.376,0.268C284.399,332.66,284.866,332.459,284.671,332.32z"/><path id="XMLID_2531_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M100.943,330.993c-0.337,0.469-0.909,0.774-1.127,1.327C100.572,332.299,101.989,331.402,100.943,330.993z"/><path id="XMLID_2530_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M91.156,332.32c0.104,0.073,0.575-0.127,0.374-0.266C91.427,331.982,90.96,332.182,91.156,332.32z"/><path id="XMLID_2528_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M59.532,332.055c0.1,0.073,0.574-0.127,0.373-0.265C59.804,331.717,59.336,331.919,59.532,332.055z"/><path id="XMLID_2527_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.513,331.79c0.102,0.073,0.567-0.129,0.38-0.266C149.782,331.45,149.319,331.651,149.513,331.79z"/><path id="XMLID_2525_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M157.419,330.993c-0.25,0-0.498,0-0.752,0c0,0.177,0,0.352,0,0.531c0.254,0,0.502,0,0.752,0C157.419,331.345,157.419,331.17,157.419,330.993z"/><path id="XMLID_2524_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M358.839,330.993c0-0.148-0.305-0.302-0.376,0C358.462,331.141,358.768,331.294,358.839,330.993z"/><path id="XMLID_2523_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M231.21,330.993c0-0.148-0.305-0.302-0.376,0C230.833,331.141,231.135,331.294,231.21,330.993z"/><path id="XMLID_2522_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M29.789,330.993c-0.107-0.075-0.571,0.124-0.376,0.263C29.515,331.331,29.986,331.129,29.789,330.993z"/><path id="XMLID_2521_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M300.484,330.46c-0.376,0-0.449-0.218-0.753-0.267c0,0.267-0.308,0.318-0.38,0.533c0.38,0,0.451,0.216,0.757,0.267C300.108,330.726,300.41,330.674,300.484,330.46z"/><path id="XMLID_2520_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M266.6,330.726c0.085-0.164-0.57-0.573-0.751-0.533C264.856,330.409,266.089,331.688,266.6,330.726z"/><path id="XMLID_2519_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M24.141,330.46c0.7-0.888-1.352-1.123-1.504-0.533C23.226,330.043,22.959,330.765,24.141,330.46z"/><path id="XMLID_2518_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M47.109,329.927c0.318-0.306,0.498-0.715,0.377-1.329c-1.226,0.155-1.755-0.179-2.636-0.268C45.295,329.079,45.46,330.026,47.109,329.927z"/><path id="XMLID_2517_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M66.31,329.397c-0.11-0.966,2.545,0.022,1.882-1.329c-1.058,0.14-1.956,0.388-3.014,0.529C64.919,329.314,65.957,329.112,66.31,329.397z"/><path id="XMLID_2516_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M365.989,329.13c0.109,0.074,0.574-0.129,0.376-0.266C366.269,328.791,365.796,328.995,365.989,329.13z"/><path id="XMLID_2515_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M361.474,328.865c0.252,0,0.5,0,0.755,0c0-0.176,0-0.354,0-0.535c-0.255,0-0.503,0-0.755,0C361.474,328.511,361.474,328.688,361.474,328.865z"/><path id="XMLID_2514_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M286.925,328.598c-0.075-0.322-0.415-0.164-0.752,0C286.182,328.867,286.838,328.933,286.925,328.598z"/><path id="XMLID_2512_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M439.031,327.27c-0.044,0.501-1.246,0.185-1.131,0.799C438.559,328.865,440.231,327.686,439.031,327.27z"/><path id="XMLID_2511_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M365.989,328.068c-0.097-0.075-0.567,0.125-0.371,0.262C365.718,328.404,366.187,328.204,365.989,328.068z"/><path id="XMLID_2510_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M497.01,327.536c-0.251,0-0.501,0-0.753,0c0,0.175,0,0.354,0,0.532c0.252,0,0.502,0,0.753,0C497.01,327.89,497.01,327.711,497.01,327.536z"/><path id="XMLID_2509_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M320.059,328.068c0.117-0.362,0.541-0.512,0.378-1.068C319.389,326.576,319.397,328.148,320.059,328.068z"/><path id="XMLID_2508_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M296.34,327.536c-0.107-0.075-0.57,0.128-0.378,0.265C296.064,327.874,296.541,327.671,296.34,327.536z"/><path id="XMLID_2507_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M138.969,327.536c0.581,0.73,2.211-0.014,2.257-0.536C140.452,327.164,138.615,326.574,138.969,327.536z"/><path id="XMLID_2506_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M79.483,327.27c0.597-0.396,0.422-1.188-0.751-1.064C78.629,326.813,78.824,327.205,79.483,327.27z"/><path id="XMLID_2505_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M486.09,327c0.105,0.078,0.576-0.125,0.376-0.264C486.366,326.664,485.897,326.864,486.09,327z"/><path id="XMLID_2504_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M489.482,326.471c-0.109-0.073-0.572,0.13-0.378,0.265C489.208,326.81,489.673,326.61,489.482,326.471z"/><path id="XMLID_2503_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M377.66,326.736c1.454,0.211,1.454-1.273,0-1.063C377.66,326.029,377.66,326.381,377.66,326.736z"/><path id="XMLID_2502_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M143.862,326.471c-0.005-0.269-0.656-0.336-0.75,0C143.532,326.443,143.695,326.858,143.862,326.471z"/><path id="XMLID_2500_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M48.61,326.205c0.863-0.603-0.251-1.168-0.752-1.595C47.28,325.011,47.193,326.433,48.61,326.205z"/><path id="XMLID_2499_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M335.877,325.408c-0.109-0.074-0.576,0.129-0.38,0.264C335.599,325.748,336.07,325.544,335.877,325.408z"/><path id="XMLID_2498_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M332.111,325.673c0-0.177,0-0.355,0-0.531c-0.38,0-0.755,0-1.131,0C330.928,325.618,331.352,325.763,332.111,325.673z"/><path id="XMLID_2497_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M76.473,325.408c0.022-0.161,0.055-0.318,0.374-0.267c0-0.177,0-0.355,0-0.531C75.925,324.194,75.742,325.513,76.473,325.408z"/><path id="XMLID_2496_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M287.31,324.876c-0.106-0.074-0.574,0.127-0.385,0.266C287.036,325.216,287.504,325.011,287.31,324.876z"/><path id="XMLID_2495_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M5.694,325.141c0-0.266,0-0.531,0-0.801c-0.251,0-0.502,0-0.756,0c-0.018,0.344-0.481,0.371-0.374,0.801C4.938,325.141,5.32,325.141,5.694,325.141z"/><path id="XMLID_2494_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M461.242,324.61c0.002-0.149-0.302-0.301-0.376,0C460.866,324.755,461.17,324.911,461.242,324.61z"/><path id="XMLID_2493_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M289.941,324.876c0.104-0.606-0.089-0.999-0.751-1.063C289.274,324.284,288.809,325.144,289.941,324.876z"/><path id="XMLID_2492_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M218.785,324.876c1.113-1.048-0.79-1.803-1.883-2.127C216.761,324.003,217.576,324.575,218.785,324.876z"/><path id="XMLID_2490_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M462.375,324.34c0.107,0.079,0.572-0.127,0.376-0.263C462.645,324.006,462.182,324.205,462.375,324.34z"/><path id="XMLID_2489_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M31.672,324.34c0.104,0.079,0.572-0.127,0.379-0.263C31.947,324.006,31.476,324.205,31.672,324.34z"/><path id="XMLID_2488_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M284.671,323.813c-0.104-0.075-0.572,0.129-0.376,0.264C284.399,324.151,284.866,323.95,284.671,323.813z"/><path id="XMLID_2487_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M91.909,324.077c0.397-0.673-1.272-1.179-1.509-0.533C90.997,323.658,90.725,324.382,91.909,324.077z"/><path id="XMLID_2486_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M18.493,324.077c0-0.266,0.303-0.315,0.377-0.533c-0.591,0.027-1.308-0.036-1.129,0.533C17.994,324.077,18.245,324.077,18.493,324.077z"/><path id="XMLID_2485_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M140.101,323.813c0.289-0.062,0.738-0.01,0.752-0.269C140.562,323.607,140.109,323.553,140.101,323.813z"/><path id="XMLID_2484_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M106.217,323.544c-0.107-0.072-0.573,0.129-0.377,0.269C105.943,323.885,106.413,323.682,106.217,323.544z"/><path id="XMLID_2483_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M383.687,322.748c0.109,0.072,0.572-0.13,0.378-0.266C383.963,322.408,383.491,322.611,383.687,322.748z"/><path id="XMLID_2482_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M300.859,321.949c0,0.18,0,0.354,0,0.533C301.555,323.364,302.699,321.683,300.859,321.949z"/><path id="XMLID_2481_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M244.013,322.482c-0.104-0.074-0.574,0.129-0.381,0.266C243.74,322.82,244.207,322.618,244.013,322.482z"/><path id="XMLID_2480_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M137.087,322.748c-0.013-0.367,0.178-0.584,0.379-0.8c-0.379,0-0.753,0-1.13,0C136.366,322.371,136.285,322.871,137.087,322.748z"/><path id="XMLID_2479_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M287.31,322.214c-0.106-0.071-0.574,0.129-0.385,0.268C287.036,322.555,287.504,322.354,287.31,322.214z"/><path id="XMLID_2478_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M168.713,322.214c-0.002-0.267-0.663-0.335-0.75,0C168.382,322.187,168.548,322.604,168.713,322.214z"/><path id="XMLID_2477_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M163.445,322.482c0.25,0,0.498,0,0.75,0c0-0.179,0-0.354,0-0.533c-0.252,0-0.5,0-0.75,0C163.445,322.128,163.445,322.303,163.445,322.482z"/><path id="XMLID_2476_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M138.969,322.482c0-0.268,0-0.533,0-0.797c-0.376,0-0.753,0-1.129,0C137.772,322.264,138.148,322.531,138.969,322.482z"/><path id="XMLID_2475_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M104.335,321.949c0-0.147-0.306-0.3-0.377,0C103.955,322.098,104.261,322.251,104.335,321.949z"/><path id="XMLID_2474_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M481.948,321.949c0.255,0,0.501,0,0.757,0c0-0.175,0-0.354,0-0.53c-0.256,0-0.502,0-0.757,0C481.948,321.595,481.948,321.774,481.948,321.949z"/><path id="XMLID_2473_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M307.262,321.153c-0.106-0.075-0.572,0.129-0.376,0.266C306.988,321.492,307.456,321.29,307.262,321.153z"/><path id="XMLID_2472_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M137.84,321.419c0-0.266,0.305-0.314,0.376-0.534c-0.376,0.001-0.45-0.213-0.749-0.265c0,0.266-0.307,0.316-0.379,0.533C137.467,321.153,137.536,321.367,137.84,321.419z"/><path id="XMLID_2471_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M100.19,321.419c0.076-0.762,0.049-1.452-1.124-1.331c0.012,0.368-0.181,0.585-0.378,0.796C99.434,320.89,99.167,321.612,100.19,321.419z"/><path id="XMLID_2470_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M482.324,320.885c-0.097-0.072-0.565,0.128-0.376,0.269C482.057,321.226,482.521,321.024,482.324,320.885z"/><path id="XMLID_2469_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M470.278,321.153c0.104,0.073,0.572-0.129,0.376-0.269C470.552,320.812,470.085,321.013,470.278,321.153z"/><path id="XMLID_2468_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M293.707,320.885c-0.004,0.151,0.302,0.304,0.376,0C294.083,320.739,293.777,320.586,293.707,320.885z"/><path id="XMLID_2467_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M175.866,320.885c0.021-0.163,0.052-0.31,0.377-0.265c0-0.176,0-0.355,0-0.532C175.317,319.675,175.133,320.992,175.866,320.885z"/><path id="XMLID_2466_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M441.287,320.356c-0.288,0.058-0.739,0.006-0.75,0.264C440.831,320.561,441.281,320.612,441.287,320.356z"/><path id="XMLID_2465_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M300.484,320.088c0-0.145-0.306-0.301-0.376,0C300.108,320.237,300.41,320.39,300.484,320.088z"/><path id="XMLID_2464_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M80.615,319.824c-0.52,0.01-0.826-0.125-1.132-0.269C79.308,320.382,80.497,320.557,80.615,319.824z"/><path id="XMLID_2463_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M230.455,319.824c-0.105-0.076-0.567,0.128-0.374,0.265C230.183,320.163,230.649,319.958,230.455,319.824z"/><path id="XMLID_2461_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M83.251,319.555c1.067,0.278,1.569,0.278,2.638,0c-0.31-0.755-0.606-1.521-2.264-1.327C83.309,318.535,83.131,318.939,83.251,319.555z"/><path id="XMLID_2460_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M110.732,319.026c0-0.15-0.301-0.302-0.374,0C110.356,319.172,110.66,319.325,110.732,319.026z"/><path id="XMLID_2458_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M266.6,318.759c-0.294,0.06-0.743,0.008-0.751,0.267C266.139,318.966,266.589,319.019,266.6,318.759z"/><path id="XMLID_2457_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.005,318.759c0-0.146-0.304-0.301-0.375,0C115.628,318.906,115.931,319.063,116.005,318.759z"/><path id="XMLID_2456_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M93.418,319.026c0.099,0.074,0.568-0.129,0.376-0.267C93.687,318.687,93.224,318.888,93.418,319.026z"/><path id="XMLID_2455_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M276.015,318.492c0-0.177,0-0.352,0-0.533c-0.378,0-0.759,0-1.131,0C274.833,318.439,275.256,318.586,276.015,318.492z"/><path id="XMLID_2454_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M217.282,318.492c0.292-0.059,0.739-0.007,0.75-0.265C217.739,318.287,217.293,318.237,217.282,318.492z"/><path id="XMLID_2453_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M121.275,318.492c0.105,0.074,0.569-0.128,0.377-0.265C121.545,318.155,121.08,318.354,121.275,318.492z"/><path id="XMLID_2452_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M467.269,317.96c-0.294,0.061-0.745,0.008-0.752,0.268C466.808,318.168,467.259,318.221,467.269,317.96z"/><path id="XMLID_2451_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M303.118,317.429c0.002-0.144-0.304-0.302-0.376,0C302.741,317.579,303.047,317.733,303.118,317.429z"/><path id="XMLID_2449_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M114.124,317.165c-0.296,0.058-0.745,0.006-0.756,0.264C113.658,317.372,114.113,317.424,114.124,317.165z"/><path id="XMLID_2448_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M82.122,317.165c0-0.149-0.31-0.304-0.377,0C81.74,317.309,82.049,317.466,82.122,317.165z"/><path id="XMLID_2447_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M238.742,316.896c-0.105-0.07-0.574,0.13-0.377,0.27C238.467,317.237,238.935,317.036,238.742,316.896z"/><path id="XMLID_2446_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M137.087,316.367c-1.098-0.394-1.098,1.188,0,0.798C137.087,316.896,137.087,316.634,137.087,316.367z"/><path id="XMLID_2444_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M361.474,316.634c-0.107-0.075-0.57,0.125-0.378,0.261C361.202,316.974,361.667,316.77,361.474,316.634z"/><path id="XMLID_2443_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M342.272,316.634c-0.102-0.075-0.57,0.125-0.374,0.261C342.002,316.974,342.467,316.77,342.272,316.634z"/><path id="XMLID_2442_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M124.284,316.634c0.378,0,0.755,0,1.13,0c-0.056-0.314,0.069-0.759-0.375-0.8C125.01,316.253,124.082,316.042,124.284,316.634z"/><path id="XMLID_2441_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M146.496,316.101c-0.1-0.073-0.57,0.127-0.368,0.266C146.228,316.44,146.697,316.241,146.496,316.101z"/><path id="XMLID_2439_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M237.608,316.101c0-0.354,0-0.712,0-1.062c-0.709-0.063-0.828,0.297-1.505,0.263C235.989,316.002,236.626,316.176,237.608,316.101z"/><path id="XMLID_2438_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M78.733,316.101c0-0.267,0-0.533,0-0.799c-0.562,0.046-1.391-0.095-1.504,0.266C77.974,315.573,77.705,316.295,78.733,316.101z"/><path id="XMLID_2437_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M101.319,314.769c0.411,0.598,1.022,1.054,2.259,1.065c0-0.443,0-0.885,0-1.33C102.918,314.659,101.369,314.185,101.319,314.769z"/><path id="XMLID_2436_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M48.61,314.239c-1.179,0.051-1.809,0.494-1.883,1.329c0.712-0.059,0.833,0.299,1.512,0.266C48.486,315.274,49.232,314.652,48.61,314.239z"/><path id="XMLID_2435_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M307.632,315.568c-0.052-0.314,0.069-0.755-0.37-0.799c-0.024,0.164-0.058,0.317-0.376,0.27C306.93,315.361,306.997,315.665,307.632,315.568z"/><path id="XMLID_2434_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M135.96,315.302c-0.104-0.073-0.575,0.128-0.376,0.266C135.686,315.644,136.154,315.44,135.96,315.302z"/><path id="XMLID_2433_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M225.563,315.039c0-0.152-0.304-0.305-0.375,0C225.187,315.184,225.492,315.34,225.563,315.039z"/><path id="XMLID_2432_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M124.284,314.769c-0.101-0.07-0.569,0.129-0.371,0.27C124.013,315.11,124.484,314.91,124.284,314.769z"/><path id="XMLID_2431_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M203.348,314.504c-0.288,0.059-0.743,0.008-0.754,0.265C202.892,314.71,203.337,314.765,203.348,314.504z"/><path id="XMLID_2430_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M246.27,314.504c0.105,0.073,0.57-0.125,0.377-0.265C246.542,314.165,246.077,314.368,246.27,314.504z"/><path id="XMLID_2429_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M187.161,314.239c-0.104-0.074-0.57,0.129-0.375,0.265C186.889,314.577,187.356,314.379,187.161,314.239z"/><path id="XMLID_2428_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M387.826,313.708c-0.101-0.074-0.567,0.129-0.373,0.266C387.557,314.047,388.023,313.846,387.826,313.708z"/><path id="XMLID_2427_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M134.828,313.708c-0.105-0.074-0.57,0.129-0.377,0.266C134.554,314.047,135.025,313.846,134.828,313.708z"/><path id="XMLID_2426_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M308.387,313.708c0.256,0,0.502,0,0.759,0c0-0.177,0-0.355,0-0.535c-0.257,0-0.503,0-0.759,0C308.387,313.353,308.387,313.531,308.387,313.708z"/><path id="XMLID_2425_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M245.894,312.112c-0.596,0.397-0.424,1.187,0.754,1.061C246.748,312.567,246.557,312.175,245.894,312.112z"/><path id="XMLID_2424_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M183.397,313.173c0.099,0.075,0.57-0.128,0.377-0.263C183.673,312.835,183.202,313.039,183.397,313.173z"/><path id="XMLID_2422_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M429.996,312.91c-0.1-0.778,0.85-0.819,0.753-1.595C428.907,311.106,429.054,312.962,429.996,312.91z"/><path id="XMLID_2421_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M146.496,312.91c0.112,0.074,0.575-0.128,0.381-0.267C146.776,312.574,146.304,312.77,146.496,312.91z"/><path id="XMLID_2420_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.828,312.643c-0.102-0.069-0.572,0.127-0.374,0.267C102.559,312.984,103.024,312.782,102.828,312.643z"/><path id="XMLID_2419_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M270.368,312.643c0.312-0.307,0.495-0.71,0.374-1.328c-0.523,0.011-0.831-0.127-1.133-0.267C268.997,311.48,269.156,312.719,270.368,312.643z"/><path id="XMLID_2418_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.513,312.643c0-0.265,0-0.531,0-0.798C148.414,311.456,148.414,313.035,149.513,312.643z"/><path id="XMLID_2417_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M356.959,312.112c-0.111-0.075-0.572,0.127-0.376,0.265C356.681,312.45,357.148,312.249,356.959,312.112z"/><path id="XMLID_2416_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M144.995,312.378c0-0.265,0-0.533,0-0.798c-0.38,0-0.753,0-1.133,0C143.797,312.161,144.17,312.425,144.995,312.378z"/><path id="XMLID_2415_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M100.943,312.112c0-0.176,0-0.355,0-0.533c-0.373,0-0.444-0.217-0.753-0.265C100.229,311.731,100.143,312.237,100.943,312.112z"/><path id="XMLID_2414_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M87.393,312.112c0.29-0.06,0.743-0.007,0.753-0.267C87.854,311.905,87.403,311.853,87.393,312.112z"/><path id="XMLID_2413_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M458.607,311.58c0.002-0.148-0.302-0.302-0.376,0C458.23,311.728,458.539,311.881,458.607,311.58z"/><path id="XMLID_2412_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M407.783,311.58c-0.105-0.076-0.572,0.128-0.381,0.265C407.509,311.917,407.976,311.715,407.783,311.58z"/><path id="XMLID_2411_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M125.039,311.845c0.651,0.015,0.969-0.203,1.131-0.53C125.525,311.298,125.206,311.518,125.039,311.845z"/><path id="XMLID_2410_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M146.127,311.048c-0.382,0.002-0.451-0.217-0.756-0.266c0,0.269-0.307,0.317-0.377,0.533c0.377-0.002,0.45,0.214,0.753,0.265C145.745,311.313,146.053,311.264,146.127,311.048z"/><path id="XMLID_2409_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M335.142,310.268c0,0.354,0,0.708,0,1.063C336.592,311.539,336.592,310.055,335.142,310.268z"/><path id="XMLID_2408_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M302.363,309.719c-0.499,0-1.002,0-1.504,0c-0.143,0.899,0.652,1.134,1.131,1.597C301.978,310.689,302.635,310.531,302.363,309.719z"/><path id="XMLID_2407_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M159.302,310.518c-0.108-0.074-0.57,0.126-0.379,0.264C159.028,310.856,159.493,310.654,159.302,310.518z"/><path id="XMLID_2406_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M416.07,309.719c-0.38,0-0.759,0-1.135,0c0,0.266,0,0.533,0,0.8c0.376,0,0.755,0,1.135,0C416.07,310.252,416.07,309.984,416.07,309.719z"/><path id="XMLID_2405_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M452.586,309.984c0.002-0.147-0.306-0.302-0.378,0C452.207,310.133,452.512,310.288,452.586,309.984z"/><path id="XMLID_2404_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M277.895,309.719c0.104,0.074,0.567-0.128,0.376-0.264C278.167,309.379,277.695,309.581,277.895,309.719z"/><path id="XMLID_2403_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M73.835,308.922c0.266,0.325-0.22,0.992,0.755,0.796c1.224-0.669-0.394-2.526-1.505-1.597C72.957,308.653,73.613,308.642,73.835,308.922z"/><path id="XMLID_2401_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M382.932,309.454c0.252,0,0.504,0,0.755,0c0-0.178,0-0.355,0-0.532c-0.251,0-0.503,0-0.755,0C382.932,309.099,382.932,309.276,382.932,309.454z"/><path id="XMLID_2400_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M160.805,309.454c0.259-0.718-0.776-0.516-1.129-0.799C159.454,309.345,159.828,309.612,160.805,309.454z"/><path id="XMLID_2399_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M88.146,309.454c0.1,0.073,0.568-0.13,0.377-0.267C88.415,309.113,87.95,309.316,88.146,309.454z"/><path id="XMLID_2398_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M154.405,308.922c0.005-0.148-0.304-0.302-0.374,0C154.031,309.07,154.332,309.22,154.405,308.922z"/><path id="XMLID_2397_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M55.393,308.922c-0.111-0.075-0.576,0.127-0.38,0.265C55.114,309.259,55.586,309.059,55.393,308.922z"/><path id="XMLID_2396_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M36.188,309.187c0.107,0.072,0.572-0.128,0.378-0.265C36.465,308.848,35.995,309.049,36.188,309.187z"/><path id="XMLID_2395_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M28.28,308.122c-0.852-0.073-1.412,0.064-1.503,0.533c0.541,0.063,0.635,0.438,1.132,0.532C27.823,308.687,28.33,308.6,28.28,308.122z"/><path id="XMLID_2394_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.005,308.922c0.24-0.646-1.795-0.999-1.881-0.534C114.841,308.502,114.804,309.149,116.005,308.922z"/><path id="XMLID_2393_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M474.419,308.388c-0.29,0.061-0.742,0.009-0.753,0.267C473.96,308.595,474.409,308.649,474.419,308.388z"/><path id="XMLID_2392_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M12.848,308.122c-0.379,0-0.756,0-1.129,0c-0.049,0.478,0.371,0.624,1.129,0.533C12.848,308.479,12.848,308.301,12.848,308.122z"/><path id="XMLID_2390_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M305.753,307.856c0-0.147-0.304-0.302-0.373,0C305.38,308.005,305.682,308.16,305.753,307.856z"/><path id="XMLID_2389_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M258.32,307.592c-0.253,0-0.507,0-0.757,0c0,0.178,0,0.355,0,0.53c0.25,0,0.504,0,0.757,0C258.32,307.947,258.32,307.77,258.32,307.592z"/><path id="XMLID_2388_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M135.208,307.592c0.123-1.314-2.087-0.695-1.886,0.265C134.386,308.076,134.295,307.482,135.208,307.592z"/><path id="XMLID_2387_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M5.694,307.592c-0.106-0.075-0.574,0.128-0.375,0.265C5.422,307.931,5.889,307.727,5.694,307.592z"/><path id="XMLID_2386_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M419.829,307.059c-0.25,0-0.498,0-0.755,0c0,0.177,0,0.351,0,0.533c0.257,0,0.505,0,0.755,0C419.829,307.411,419.829,307.237,419.829,307.059z"/><path id="XMLID_2385_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M286.174,307.325c-0.102-0.072-0.568,0.127-0.372,0.267C285.904,307.666,286.369,307.464,286.174,307.325z"/><path id="XMLID_2384_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M254.928,307.592c0.515-0.339,0.582-1.305-0.376-1.33C254.036,306.601,253.968,307.565,254.928,307.592z"/><path id="XMLID_2383_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M394.604,306.527c0.104,0.075,0.574-0.128,0.378-0.265C394.876,306.185,394.411,306.387,394.604,306.527z"/><path id="XMLID_2382_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M184.149,306.527c0.858,0.075,1.418-0.063,1.506-0.533C184.986,306.056,183.773,305.727,184.149,306.527z"/><path id="XMLID_2381_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M133.322,306.262c-0.104-0.077-0.567,0.125-0.377,0.265C133.05,306.602,133.518,306.399,133.322,306.262z"/><path id="XMLID_2380_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M99.066,306.262c-0.003,0.146,0.303,0.299,0.374,0C99.44,306.112,99.136,305.959,99.066,306.262z"/><path id="XMLID_2379_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M353.193,305.994c-0.105-0.074-0.572,0.125-0.375,0.268C352.919,306.335,353.387,306.134,353.193,305.994z"/><path id="XMLID_2378_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M321.194,305.994c0.055-0.278-0.296-0.687-0.378-0.265C320.757,306.008,321.106,306.416,321.194,305.994z"/><path id="XMLID_2377_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M0.423,305.73c-0.102-0.073-0.573,0.128-0.375,0.265C0.153,306.068,0.618,305.869,0.423,305.73z"/><path id="XMLID_2376_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M245.514,305.462c-0.29,0.062-0.739,0.01-0.753,0.268C245.054,305.669,245.506,305.722,245.514,305.462z"/><path id="XMLID_2375_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M363.733,304.933c0-0.148-0.304-0.301-0.377,0C363.356,305.078,363.662,305.231,363.733,304.933z"/><path id="XMLID_2374_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M251.54,304.933c-0.104-0.073-0.572,0.127-0.376,0.264C251.269,305.27,251.733,305.071,251.54,304.933z"/><path id="XMLID_2373_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M144.241,305.197c-0.061-0.314,0.068-0.754-0.38-0.797c-0.018,0.163-0.055,0.314-0.375,0.267C143.532,304.991,143.6,305.295,144.241,305.197z"/><path id="XMLID_2372_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M140.474,304.933c-0.289,0.058-0.743,0.009-0.752,0.264C140.015,305.136,140.465,305.192,140.474,304.933z"/><path id="XMLID_2371_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M138.969,303.867c-0.854-0.074-1.412,0.063-1.503,0.533c0.535,0.065,0.632,0.439,1.127,0.533C138.711,304.573,139.129,304.424,138.969,303.867z"/><path id="XMLID_2370_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M219.914,304.132c0.105,0.074,0.571-0.129,0.377-0.265C220.19,303.795,219.721,303.996,219.914,304.132z"/><path id="XMLID_2369_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M394.982,303.602c-0.081-0.322-0.419-0.163-0.753,0C394.232,303.871,394.891,303.937,394.982,303.602z"/><path id="XMLID_2367_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M324.955,303.336c-0.107-0.074-0.572,0.129-0.376,0.266C324.681,303.675,325.149,303.473,324.955,303.336z"/><path id="XMLID_2366_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M159.677,303.602c0.107-0.606-0.089-1.001-0.753-1.063C158.33,302.933,158.502,303.727,159.677,303.602z"/><path id="XMLID_2365_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.757,303.602c0.036-0.419,0.96-0.208,0.75-0.799c-0.679-0.225-1.033-0.682-1.877-0.797C115.607,302.817,115.968,303.361,116.757,303.602z"/><path id="XMLID_2364_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M372.767,303.071c-0.105-0.072-0.568,0.129-0.372,0.266C372.497,303.41,372.962,303.207,372.767,303.071z"/><path id="XMLID_2363_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M457.854,303.071c0.107,0.073,0.572-0.129,0.376-0.268C458.128,302.731,457.661,302.932,457.854,303.071z"/><path id="XMLID_2362_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M401.756,303.071c0.254,0,0.502,0,0.757,0c-0.207-0.386,0.439-1.374-0.38-1.33c0.274,0.724-0.746,0.536-0.748,1.062C401.615,302.82,401.83,302.842,401.756,303.071z"/><path id="XMLID_2361_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M272.248,302.803c0.054-0.275-0.294-0.684-0.38-0.264C271.813,302.817,272.162,303.227,272.248,302.803z"/><path id="XMLID_2360_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M128.05,302.273c-0.105-0.073-0.568,0.129-0.374,0.265C127.778,302.613,128.244,302.41,128.05,302.273z"/><path id="XMLID_2359_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M113.368,302.006c-0.252,0-0.502,0-0.753,0c0,0.18,0,0.355,0,0.533c0.251,0,0.501,0,0.753,0C113.368,302.361,113.368,302.185,113.368,302.006z"/><path id="XMLID_2355_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M340.013,301.475c0.002-0.146-0.307-0.3-0.374,0C339.637,301.622,339.941,301.776,340.013,301.475z"/><path id="XMLID_2354_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M178.502,301.207c-0.229-0.364-1.448-0.039-1.506-0.532c-0.041-0.322-0.11-0.628-0.752-0.529C175.646,301.439,178.077,302.257,178.502,301.207z"/><path id="XMLID_2353_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M425.475,300.944c-0.105-0.074-0.572,0.127-0.376,0.263C425.204,301.283,425.67,301.083,425.475,300.944z"/><path id="XMLID_2352_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M179.255,301.207c0.251,0,0.502,0,0.753,0c0-0.176,0-0.352,0-0.532c-0.252,0-0.502,0-0.753,0C179.255,300.855,179.255,301.031,179.255,301.207z"/><path id="XMLID_2351_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M101.319,300.944c-0.29,0.057-0.74,0.008-0.75,0.263C100.859,301.152,101.309,301.202,101.319,300.944z"/><path id="XMLID_2350_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M351.687,300.674c0.487-0.35,0.232-0.8-0.376-1.058C351.264,300.279,350.588,300.444,351.687,300.674z"/><path id="XMLID_2349_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M4.564,300.411c-0.101-0.073-0.57,0.128-0.379,0.263C4.29,300.75,4.76,300.548,4.564,300.411z"/><path id="XMLID_2348_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M456.35,300.145c-0.109-0.073-0.572,0.13-0.376,0.266C456.073,300.483,456.543,300.282,456.35,300.145z"/><path id="XMLID_2347_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M246.647,300.145c-0.294,0.06-0.743,0.01-0.754,0.266C246.186,300.353,246.638,300.406,246.647,300.145z"/><path id="XMLID_2345_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M471.033,299.881c-0.006-0.268-0.661-0.337-0.755,0C470.699,299.853,470.866,300.266,471.033,299.881z"/><path id="XMLID_2344_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M486.09,299.881c0.117-0.361,0.54-0.508,0.376-1.064c-0.376,0-0.753,0-1.127,0C485.234,299.423,485.432,299.815,486.09,299.881z"/><path id="XMLID_2343_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M342.272,299.881c0-0.266,0.304-0.318,0.38-0.533c-0.487-0.013-0.524-0.341-1.131-0.266C341.504,299.54,341.809,299.763,342.272,299.881z"/><path id="XMLID_2342_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M468.772,299.617c0.107,0.069,0.576-0.131,0.378-0.27C469.046,299.273,468.579,299.476,468.772,299.617z"/><path id="XMLID_2341_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M272.248,299.347C273.158,298.456,270.984,299.993,272.248,299.347L272.248,299.347z"/><path id="XMLID_2340_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M151.392,299.617c0.319-0.311,0.503-0.719,0.38-1.332c-0.568,0.045-1.386-0.095-1.508,0.266C151.264,298.466,149.913,300.04,151.392,299.617z"/><path id="XMLID_2339_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M214.267,299.347c0.643-0.449-0.219-1.195-0.753-1.596C212.933,298.159,212.839,299.578,214.267,299.347z"/><path id="XMLID_2338_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M152.148,298.816c-0.005,0.147,0.306,0.301,0.379,0C152.527,298.668,152.219,298.515,152.148,298.816z"/><path id="XMLID_2337_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M21.132,298.55c-1.059-0.051-1.033-0.868-1.885-1.064c0.463,0.861-1.216,0.202-0.753,1.064C19.905,298.3,20.653,299.678,21.132,298.55z"/><path id="XMLID_2336_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M179.636,298.55c-0.11-0.071-0.575,0.125-0.382,0.266C179.359,298.892,179.824,298.689,179.636,298.55z"/><path id="XMLID_2335_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M115.249,298.55c-0.077-0.322-0.414-0.162-0.748,0C114.504,298.819,115.158,298.882,115.249,298.55z"/><path id="XMLID_2332_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M163.445,298.018c-0.105-0.072-0.573,0.127-0.379,0.266C163.169,298.358,163.635,298.156,163.445,298.018z"/><path id="XMLID_2331_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M308.767,297.751c-0.444,0.04-1.068-0.043-1.135,0.267C308.078,297.978,308.706,298.063,308.767,297.751z"/><path id="XMLID_2330_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M158.923,297.486c-0.289,0.059-0.74,0.007-0.753,0.265C158.461,297.693,158.915,297.746,158.923,297.486z"/><path id="XMLID_2329_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M486.467,297.22c0-0.178,0-0.354,0-0.533c-0.376,0-0.445-0.215-0.753-0.267C485.752,296.844,485.667,297.344,486.467,297.22z"/><path id="XMLID_2328_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M301.613,296.956c-0.104-0.074-0.57,0.128-0.378,0.265C301.342,297.294,301.807,297.094,301.613,296.956z"/><path id="XMLID_2327_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.38,297.22c0.259-0.714-0.779-0.513-1.131-0.8C115.026,297.116,115.403,297.379,116.38,297.22z"/><path id="XMLID_2326_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M468.772,296.956c0.86,0.074,1.417-0.065,1.506-0.536C469.615,296.48,468.394,296.159,468.772,296.956z"/><path id="XMLID_2325_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M146.127,296.956c0.104-0.607-0.094-1.001-0.756-1.065C145.264,296.495,145.463,296.891,146.127,296.956z"/><path id="XMLID_2324_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M382.932,296.687c0.109,0.076,0.574-0.127,0.38-0.267C383.204,296.351,382.741,296.552,382.932,296.687z"/><path id="XMLID_2323_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M125.414,296.42c-0.101-0.069-0.573,0.132-0.375,0.267C125.146,296.763,125.611,296.56,125.414,296.42z"/><path id="XMLID_2322_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M403.64,296.159c0.022-0.34,0.481-0.371,0.376-0.799c-0.252,0-0.502,0-0.752,0C402.841,295.743,402.855,296.006,403.64,296.159z"/><path id="XMLID_2320_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M108.097,295.359C109.244,294.463,106.706,294.553,108.097,295.359L108.097,295.359z"/><path id="XMLID_2318_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M487.6,294.561C488.51,293.67,486.336,295.205,487.6,294.561L487.6,294.561z"/><path id="XMLID_2317_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M438.654,294.828c0.107,0.073,0.57-0.127,0.376-0.266C438.928,294.49,438.457,294.688,438.654,294.828z"/><path id="XMLID_2316_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M274.127,294.828c0.255,0,0.505,0,0.757,0c0-0.18,0-0.354,0-0.532c-0.252,0-0.502,0-0.757,0C274.127,294.473,274.127,294.648,274.127,294.828z"/><path id="XMLID_2315_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M157.042,294.561c0.003,0.269,0.66,0.333,0.756,0C157.714,294.238,157.378,294.399,157.042,294.561z"/><path id="XMLID_2314_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M371.261,294.561c0-0.355,0-0.71,0-1.061C369.816,293.287,369.816,294.769,371.261,294.561z"/><path id="XMLID_2313_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.513,294.295c0-0.147-0.309-0.303-0.379,0C149.134,294.444,149.44,294.597,149.513,294.295z"/><path id="XMLID_2312_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M225.938,294.03c0.003-0.15-0.304-0.304-0.374,0C225.563,294.176,225.866,294.331,225.938,294.03z"/><path id="XMLID_2311_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M145.748,293.231c0.018,0.367-0.176,0.585-0.376,0.799c0.478,0.01,0.52,0.342,1.124,0.265C146.607,293.689,146.408,293.296,145.748,293.231z"/><path id="XMLID_2310_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M139.722,293.763c-0.101-0.074-0.569,0.127-0.376,0.268C139.451,294.104,139.919,293.901,139.722,293.763z"/><path id="XMLID_2309_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.078,293.5c0.375-0.004,0.444,0.212,0.75,0.262c-0.002-0.266,0.306-0.315,0.38-0.532c-0.382,0.002-0.452-0.217-0.754-0.265C102.454,293.233,102.146,293.281,102.078,293.5z"/><path id="XMLID_2308_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M244.013,293.5c0.021-0.343,0.482-0.37,0.377-0.799c-0.25,0-0.502,0-0.758,0C243.21,293.084,243.229,293.348,244.013,293.5z"/><path id="XMLID_2307_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M148.383,293.231c0-0.147-0.306-0.299-0.376,0C148.006,293.379,148.31,293.535,148.383,293.231z"/><path id="XMLID_2306_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M139.722,293.231c0-0.147-0.306-0.299-0.376,0C139.346,293.379,139.647,293.535,139.722,293.231z"/><path id="XMLID_2305_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M474.419,292.701c-0.25,0-0.501,0-0.753,0c0,0.177,0,0.356,0,0.53c0.252,0,0.503,0,0.753,0C474.419,293.057,474.419,292.878,474.419,292.701z"/><path id="XMLID_2304_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M154.782,291.371c0,0.354,0,0.71,0,1.062C156.235,292.644,156.235,291.164,154.782,291.371z"/><path id="XMLID_2303_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M160.805,291.902C161.203,290.362,159.175,291.791,160.805,291.902L160.805,291.902z"/><path id="XMLID_2302_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M430.372,291.371c0.491,0.341,1.387,0.341,1.88,0C432.247,290.132,430.379,290.132,430.372,291.371z"/><path id="XMLID_2301_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M423.595,291.371c-0.292,0.061-0.743,0.005-0.75,0.263C423.132,291.579,423.587,291.63,423.595,291.371z"/><path id="XMLID_2297_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M463.503,291.371c0-0.177,0-0.354,0-0.532c-0.378,0-0.751,0-1.128,0C462.327,291.317,462.744,291.461,463.503,291.371z"/><path id="XMLID_2296_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M467.645,290.573c-0.424,0.027-0.584-0.388-0.753,0C466.893,290.842,467.55,290.909,467.645,290.573z"/><path id="XMLID_2295_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M204.1,290.306c-0.098-0.07-0.564,0.13-0.372,0.268C203.828,290.648,204.294,290.444,204.1,290.306z"/><path id="XMLID_2294_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M430.372,289.51c-0.252,0-0.505,0-0.755,0c0,0.178,0,0.352,0,0.532c0.25,0,0.503,0,0.755,0C430.372,289.862,430.372,289.688,430.372,289.51z"/><path id="XMLID_2293_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M439.031,289.773c0-0.177,0-0.351,0-0.531c-0.376,0-0.755,0-1.131,0C437.852,289.719,438.276,289.864,439.031,289.773z"/><path id="XMLID_2290_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M422.464,288.978c-0.381,0.002-0.447-0.214-0.752-0.266c0.002,0.268-0.307,0.318-0.376,0.531c0.378,0,0.445,0.217,0.755,0.268C422.083,289.242,422.393,289.192,422.464,288.978z"/><path id="XMLID_2289_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M414.558,289.242c-0.103-0.071-0.568,0.13-0.374,0.268C414.287,289.582,414.754,289.381,414.558,289.242z"/><path id="XMLID_2288_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M367.877,289.242c0.026-0.001-0.024-0.244,0-0.265c0.037-0.032,0.354-0.549,0.376-0.533C367.843,288.061,366.533,289.41,367.877,289.242z"/><path id="XMLID_2285_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M411.925,288.444c-0.004-0.266,0.306-0.315,0.376-0.532c-0.592,0.026-1.308-0.034-1.129,0.532C411.423,288.444,411.676,288.444,411.925,288.444z"/><path id="XMLID_2284_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M144.615,288.18c0.008-0.15-0.3-0.301-0.373,0C144.241,288.326,144.55,288.479,144.615,288.18z"/><path id="XMLID_2283_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M479.691,285.787c-1.979-0.07-2.357,0.993-2.633,2.126C478.652,288.431,480.13,287.487,479.691,285.787z"/><path id="XMLID_2282_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M430.749,287.913c-0.294,0.061-0.742,0.01-0.753,0.268C430.288,288.12,430.737,288.172,430.749,287.913z"/><path id="XMLID_2281_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M152.148,287.648c0.915-0.679-0.157-1.452-0.756-1.861c-0.063,0.309-0.593,0.289-1.128,0.265C150.472,286.882,151.163,287.371,152.148,287.648z"/><path id="XMLID_2280_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M109.982,287.648c0.019-0.342,0.482-0.37,0.377-0.798c-0.25,0-0.502,0-0.753,0C109.182,287.233,109.198,287.501,109.982,287.648z"/><path id="XMLID_2279_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M302.741,286.585c0.105,0.073,0.575-0.13,0.376-0.267C303.016,286.246,302.546,286.447,302.741,286.585z"/><path id="XMLID_2278_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M87.767,286.585c0.108,0.073,0.57-0.13,0.379-0.267C88.041,286.246,87.576,286.447,87.767,286.585z"/><path id="XMLID_2277_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M425.475,285.521c-0.105-0.071-0.572,0.129-0.376,0.265C425.204,285.86,425.67,285.658,425.475,285.521z"/><path id="XMLID_2276_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M232.72,285.521C233.626,284.629,231.454,286.166,232.72,285.521L232.72,285.521z"/><path id="XMLID_2275_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M53.131,285.787c0.074-0.763,0.048-1.451-1.132-1.33c-0.112,0.36-0.533,0.507-0.375,1.064C52.133,285.605,52.347,285.9,53.131,285.787z"/><path id="XMLID_2269_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M47.486,284.723c0.248,0,0.501,0,0.753,0c0-0.178,0-0.354,0-0.531c-0.251,0-0.505,0-0.753,0C47.486,284.368,47.486,284.545,47.486,284.723z"/><path id="XMLID_2268_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M457.854,283.393c0.018,0.365-0.176,0.582-0.376,0.799c0.483,0.013,0.525,0.341,1.129,0.266C458.711,283.852,458.518,283.457,457.854,283.393z"/><path id="XMLID_2267_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M394.604,283.924c-0.498-0.002-0.339-0.464-0.753-0.531c-0.032,0.419-0.963,0.21-0.754,0.799C394.046,284.223,394.278,284.699,394.604,283.924z"/><path id="XMLID_2266_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M205.23,284.192c0.005-0.149-0.304-0.302-0.371,0C204.854,284.338,205.162,284.493,205.23,284.192z"/><path id="XMLID_2265_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M183.397,283.659c0.036-0.031,0.36-0.549,0.377-0.536c-0.409-0.381-1.716,0.97-0.377,0.8C183.417,283.922,183.376,283.678,183.397,283.659z"/><path id="XMLID_2264_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M264.714,282.862c-0.248,0-0.504,0-0.752,0c0,0.177,0,0.354,0,0.531c0.248,0,0.504,0,0.752,0C264.714,283.216,264.714,283.039,264.714,282.862z"/><path id="XMLID_2263_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M213.138,282.862c0-0.149-0.304-0.303-0.377,0C212.761,283.007,213.069,283.164,213.138,282.862z"/><path id="XMLID_2262_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M131.065,282.862c-0.293,0.062-0.745,0.005-0.756,0.262C130.602,283.067,131.051,283.119,131.065,282.862z"/><path id="XMLID_2261_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M299.352,282.596c-0.103-0.074-0.57,0.129-0.373,0.266C299.082,282.934,299.55,282.735,299.352,282.596z"/><path id="XMLID_2260_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M366.366,282.33c-0.29,0.06-0.739,0.006-0.747,0.266C365.909,282.534,366.355,282.588,366.366,282.33z"/><path id="XMLID_2259_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M137.087,282.33c-0.443,0.042-1.067-0.044-1.128,0.266C136.399,282.554,137.024,282.64,137.087,282.33z"/><path id="XMLID_2258_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M131.818,282.33c-0.104-0.074-0.57,0.129-0.376,0.266C131.546,282.669,132.013,282.467,131.818,282.33z"/><path id="XMLID_2257_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M76.847,282.33c0.002-0.147-0.303-0.3-0.374,0C76.468,282.478,76.777,282.632,76.847,282.33z"/><path id="XMLID_2256_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M300.108,282.33c-0.059-0.314,0.064-0.754-0.376-0.797c-0.025,0.163-0.059,0.316-0.38,0.266C299.397,282.123,299.47,282.428,300.108,282.33z"/><path id="XMLID_2255_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M289.566,282.065C290.476,281.172,288.302,282.707,289.566,282.065L289.566,282.065z"/><path id="XMLID_2254_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M424.35,282.065c0.511-0.339,0.58-1.305-0.376-1.332C423.462,281.073,423.388,282.038,424.35,282.065z"/><path id="XMLID_2253_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M372.767,281.799c0.294-0.059,0.748-0.01,0.753-0.266C373.23,281.592,372.783,281.538,372.767,281.799z"/><path id="XMLID_2252_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M317.423,281.799c0.254,0,0.502,0,0.752,0c0-0.268,0.309-0.318,0.378-0.532C317.963,281.291,317.253,281.228,317.423,281.799z"/><path id="XMLID_2251_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M449.572,281.533c-0.002-0.266,0.306-0.315,0.38-0.533c-0.596,0.026-1.31-0.035-1.133,0.533C449.067,281.533,449.325,281.533,449.572,281.533z"/><path id="XMLID_2250_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M451.831,281.267c0.117-0.359,0.533-0.508,0.376-1.064C451.161,279.776,451.17,281.35,451.831,281.267z"/><path id="XMLID_2249_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M446.937,280.733c-0.251,0-0.503,0-0.751,0c0,0.178,0,0.354,0,0.534c0.248,0,0.5,0,0.751,0C446.937,281.087,446.937,280.911,446.937,280.733z"/><path id="XMLID_2248_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M468.772,280.733c-0.105-0.073-0.57,0.13-0.376,0.266C468.5,281.073,468.968,280.871,468.772,280.733z"/><path id="XMLID_2247_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M347.168,280.203c-0.648-0.017-0.963,0.205-1.126,0.53C346.632,280.71,347.343,280.771,347.168,280.203z"/><path id="XMLID_2246_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M312.154,280.467c-0.103-0.075-0.574,0.128-0.375,0.266C311.882,280.81,312.351,280.608,312.154,280.467z"/><path id="XMLID_2245_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M206.365,280.467c-0.104-0.075-0.576,0.128-0.382,0.266C206.088,280.81,206.558,280.608,206.365,280.467z"/><path id="XMLID_2244_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M440.538,280.203c-0.08-0.32-0.418-0.163-0.755,0C439.787,280.47,440.444,280.537,440.538,280.203z"/><path id="XMLID_2243_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M375.028,280.467C376.392,279.213,372.826,280.114,375.028,280.467L375.028,280.467z"/><path id="XMLID_2241_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M443.549,279.67c-0.104-0.073-0.572,0.13-0.378,0.267C443.278,280.009,443.747,279.808,443.549,279.67z"/><path id="XMLID_2240_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M281.281,279.139c-0.25,0-0.504,0-0.752,0c0,0.176,0,0.357,0,0.531c0.249,0,0.503,0,0.752,0C281.281,279.496,281.281,279.315,281.281,279.139z"/><path id="XMLID_2239_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M3.056,279.406c-0.102-0.075-0.568,0.128-0.374,0.264C2.786,279.743,3.252,279.542,3.056,279.406z"/><path id="XMLID_2238_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M63.672,279.139c0.102-0.606-0.089-1.001-0.753-1.063C62.442,278.388,62.618,279.18,63.672,279.139z"/><path id="XMLID_2237_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M295.591,278.872c0-0.532,0-1.063,0-1.594c-1.385-0.088-1.142,0.971-1.507,1.594C294.586,278.872,295.088,278.872,295.591,278.872z"/><path id="XMLID_2236_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M219.914,278.607C220.825,277.715,218.655,279.249,219.914,278.607L219.914,278.607z"/><path id="XMLID_2235_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M47.858,278.872c-0.251-0.991,1.045-1.559-0.749-1.594C47.336,277.825,46.5,279.124,47.858,278.872z"/><path id="XMLID_2234_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M169.842,278.607c0.105,0.073,0.57-0.13,0.377-0.267C170.118,278.269,169.644,278.467,169.842,278.607z"/><path id="XMLID_2233_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M39.202,278.34c-0.104-0.071-0.572,0.128-0.378,0.267C38.925,278.68,39.393,278.477,39.202,278.34z"/><path id="XMLID_2232_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M217.658,277.809c-0.105-0.072-0.572,0.129-0.376,0.267C217.383,278.148,217.852,277.947,217.658,277.809z"/><path id="XMLID_2231_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M17.366,277.809c-0.104-0.072-0.575,0.129-0.376,0.267C17.092,278.148,17.56,277.947,17.366,277.809z"/><path id="XMLID_2230_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M329.85,277.809c0.103,0.074,0.572-0.129,0.376-0.266C330.124,277.469,329.654,277.67,329.85,277.809z"/><path id="XMLID_2229_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M183.773,277.013c0.058,0.314-0.068,0.756,0.376,0.796c0.037-0.682,1.47-0.379,1.506-1.062C184.473,277.046,184.657,276.669,183.773,277.013z"/><path id="XMLID_2228_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M35.814,277.809c0.115-0.359,0.536-0.507,0.374-1.062c-0.503,0-1.004,0-1.505,0C34.618,277.411,35.26,277.579,35.814,277.809z"/><path id="XMLID_2227_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M120.902,277.543c1.027-0.428-0.555-0.892-0.757-0.265C120.523,277.277,120.591,277.491,120.902,277.543z"/><path id="XMLID_2226_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M81.369,277.543c0.292-0.059,0.742-0.006,0.753-0.265C81.829,277.337,81.38,277.284,81.369,277.543z"/><path id="XMLID_2225_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M13.975,277.013c-0.055,0.277,0.293,0.686,0.376,0.265C14.409,276.998,14.059,276.589,13.975,277.013z"/><path id="XMLID_2224_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M178.12,277.013c-0.099-0.075-0.565,0.127-0.372,0.265C177.853,277.35,178.324,277.149,178.12,277.013z"/><path id="XMLID_2223_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M412.302,277.013c0.099,0.073,0.57-0.13,0.375-0.265C412.574,276.671,412.11,276.873,412.302,277.013z"/><path id="XMLID_2222_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M294.46,276.747c0.25-0.618-1.472-0.576-1.133,0C293.455,276.961,294.329,277.066,294.46,276.747z"/><path id="XMLID_2221_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M289.941,277.013c-0.165-0.502,0.509-1.605-0.751-1.332C289.133,276.341,289.121,276.973,289.941,277.013z"/><path id="XMLID_2220_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M419.829,276.479c0.107,0.076,0.57-0.129,0.378-0.268C420.101,276.14,419.633,276.341,419.829,276.479z"/><path id="XMLID_2217_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M475.925,275.948c0.102,0.075,0.575-0.128,0.374-0.267C476.199,275.609,475.729,275.808,475.925,275.948z"/><path id="XMLID_2216_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M389.336,275.418c-0.107-0.076-0.572,0.128-0.376,0.263C389.06,275.756,389.531,275.554,389.336,275.418z"/><path id="XMLID_2215_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M85.129,275.418c-0.102-0.076-0.566,0.128-0.375,0.263C84.862,275.756,85.33,275.554,85.129,275.418z"/><path id="XMLID_2214_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M243.632,274.619c-0.856-0.076-1.413,0.063-1.507,0.532c0.716-0.06,0.832,0.3,1.507,0.267C243.632,275.151,243.632,274.884,243.632,274.619z"/><path id="XMLID_2213_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M218.032,275.151c0-0.148-0.301-0.301-0.374,0C217.658,275.297,217.957,275.453,218.032,275.151z"/><path id="XMLID_2212_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M87.767,275.151c-0.101-0.074-0.57,0.129-0.374,0.267C87.498,275.489,87.963,275.289,87.767,275.151z"/><path id="XMLID_2211_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M28.66,275.418c0.656,0.019,1.171-0.06,1.504-0.267c0.118-0.702-0.521-0.873-1.504-0.799C28.66,274.707,28.66,275.062,28.66,275.418z"/><path id="XMLID_2210_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M488.728,274.884c0-0.146-0.306-0.302-0.376,0C488.351,275.032,488.656,275.187,488.728,274.884z"/><path id="XMLID_2209_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M184.902,274.088c-0.627,0-1.255,0-1.883,0c0.031,0.46-0.084,0.825-0.377,1.063C184.28,275.419,184.322,274.564,184.902,274.088z"/><path id="XMLID_2208_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M109.23,275.151c0-0.178,0-0.355,0-0.532c-0.378,0-0.755,0-1.133,0C108.051,275.097,108.473,275.241,109.23,275.151z"/><path id="XMLID_2207_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M104.71,274.884c1.768,0.084,1.008-1.23,0-1.33C104.007,274.063,104.933,274.038,104.71,274.884z"/><path id="XMLID_2206_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M250.788,273.821c-0.252,0-0.502,0-0.756,0c-0.02,0.341-0.483,0.37-0.373,0.798c0.373,0,0.752,0,1.128,0C250.788,274.351,250.788,274.088,250.788,273.821z"/><path id="XMLID_2205_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M99.816,274.351c-0.293,0.06-0.743,0.01-0.75,0.268C99.356,274.558,99.805,274.609,99.816,274.351z"/><path id="XMLID_2204_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M58.4,274.351c0.021-0.16,0.058-0.313,0.379-0.263c0-0.179,0-0.357,0-0.534C57.852,273.142,57.67,274.457,58.4,274.351z"/><path id="XMLID_2203_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M382.932,273.821c-0.102-0.073-0.572,0.13-0.372,0.267C382.663,274.16,383.128,273.959,382.932,273.821z"/><path id="XMLID_2202_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M379.17,274.088C380.534,272.832,376.966,273.731,379.17,274.088L379.17,274.088z"/><path id="XMLID_2201_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M317.8,274.088c0.021-0.341,0.484-0.37,0.375-0.799c-0.25,0-0.498,0-0.752,0C317.007,273.671,317.023,273.937,317.8,274.088z"/><path id="XMLID_2200_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M6.446,273.821c0.377,0,0.448,0.217,0.757,0.267C8.23,273.658,6.648,273.194,6.446,273.821z"/><path id="XMLID_2199_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M392.721,273.554c-0.105-0.071-0.57,0.13-0.374,0.267C392.45,273.894,392.921,273.693,392.721,273.554z"/><path id="XMLID_2198_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M323.827,273.554c-0.102-0.071-0.572,0.13-0.376,0.267C323.553,273.894,324.022,273.693,323.827,273.554z"/><path id="XMLID_2197_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M136.714,273.554c-0.108-0.071-0.574,0.13-0.377,0.267C136.439,273.894,136.907,273.693,136.714,273.554z"/><path id="XMLID_2196_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M384.815,273.289C385.728,272.395,383.552,273.933,384.815,273.289L384.815,273.289z"/><path id="XMLID_2195_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M265.849,273.289c-0.004-0.269-0.665-0.335-0.759,0C265.521,273.259,265.678,273.675,265.849,273.289z"/><path id="XMLID_2194_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M251.165,273.554c0.104,0.072,0.568-0.129,0.376-0.265C251.436,273.212,250.968,273.418,251.165,273.554z"/><path id="XMLID_2193_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M11.345,273.289c-0.295,0.059-0.748,0.005-0.756,0.265C10.882,273.496,11.331,273.548,11.345,273.289z"/><path id="XMLID_2191_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M399.88,273.289c0.017-0.342,0.48-0.371,0.376-0.797c-0.253,0-0.505,0-0.759,0C399.081,272.875,399.095,273.14,399.88,273.289z"/><path id="XMLID_2190_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M117.887,273.022c-0.104-0.072-0.57,0.129-0.379,0.268C117.614,273.361,118.08,273.162,117.887,273.022z"/><path id="XMLID_2188_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M99.44,272.758c-0.106-0.075-0.571,0.127-0.374,0.264C99.167,273.1,99.63,272.894,99.44,272.758z"/><path id="XMLID_2187_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M80.239,272.758c-0.421,0.025-0.585-0.387-0.755,0C79.489,273.026,80.148,273.09,80.239,272.758z"/><path id="XMLID_2186_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M234.976,272.224c-0.253,0-0.504,0-0.751,0c0,0.177,0,0.354,0,0.533c0.247,0,0.498,0,0.751,0C234.976,272.579,234.976,272.402,234.976,272.224z"/><path id="XMLID_2185_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M84.005,272.224c-0.252,0-0.503,0-0.754,0c0,0.177,0,0.354,0,0.533c0.251,0,0.502,0,0.754,0C84.005,272.579,84.005,272.402,84.005,272.224z"/><path id="XMLID_2184_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M434.888,272.224c-0.443,0.044-1.065-0.044-1.13,0.268C434.201,272.449,434.825,272.537,434.888,272.224z"/><path id="XMLID_2183_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M244.389,272.224c-0.005,0.148,0.301,0.302,0.372,0C244.764,272.078,244.461,271.922,244.389,272.224z"/><path id="XMLID_2181_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M35.063,271.96c-0.426,0.027-0.588-0.388-0.755,0C34.313,272.227,34.966,272.294,35.063,271.96z"/><path id="XMLID_2180_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M64.806,271.691c0-0.144-0.311-0.298-0.38,0C64.425,271.841,64.728,271.994,64.806,271.691z"/><path id="XMLID_2179_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M193.563,271.428c0-0.149-0.308-0.302-0.376,0C193.181,271.576,193.494,271.73,193.563,271.428z"/><path id="XMLID_2178_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M412.677,271.164c-0.085-0.326-0.421-0.164-0.751,0C411.925,271.43,412.584,271.496,412.677,271.164z"/><path id="XMLID_2177_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M231.585,270.896c-0.253,0-0.502,0-0.752,0c0,0.176,0,0.355,0,0.532c0.25,0,0.5,0,0.752,0C231.585,271.251,231.585,271.072,231.585,270.896z"/><path id="XMLID_2176_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M152.148,271.428c0.105,0.071,0.57-0.128,0.379-0.265C152.421,271.087,151.955,271.293,152.148,271.428z"/><path id="XMLID_2175_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M136.714,271.164c0,0.143,0.301,0.301,0.374,0C137.087,271.014,136.781,270.861,136.714,271.164z"/><path id="XMLID_2174_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.454,271.164c0-0.149-0.307-0.303-0.375,0C102.073,271.307,102.379,271.464,102.454,271.164z"/><path id="XMLID_2173_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M28.66,271.164c-0.293,0.058-0.745,0.005-0.75,0.265C28.199,271.37,28.649,271.419,28.66,271.164z"/><path id="XMLID_2172_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M365.24,270.63c-0.078-0.322-0.418-0.167-0.755,0C364.489,270.897,365.144,270.966,365.24,270.63z"/><path id="XMLID_2171_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M334.74,270.63c-0.102-0.074-0.566,0.129-0.374,0.266C334.472,270.97,334.939,270.768,334.74,270.63z"/><path id="XMLID_2170_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M274.127,270.099c-0.25,0-0.5,0-0.75,0c0,0.263-0.302,0.316-0.376,0.531c0.475,0.017,0.519,0.341,1.126,0.266C274.127,270.63,274.127,270.362,274.127,270.099z"/><path id="XMLID_2169_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M152.148,270.63c-0.005-0.269,0.306-0.317,0.379-0.531c-0.596,0.025-1.308-0.035-1.135,0.531C151.647,270.63,151.897,270.63,152.148,270.63z"/><path id="XMLID_2168_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M376.909,270.099c-0.104-0.071-0.57,0.128-0.376,0.263C376.638,270.439,377.103,270.236,376.909,270.099z"/><path id="XMLID_2167_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M244.389,270.362c0.499,0,1.001,0,1.504,0c0.15-0.638-0.691-0.575-0.38-1.327C243.835,269.15,244.958,269.595,244.389,270.362z"/><path id="XMLID_2166_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M137.087,270.099c-0.102-0.071-0.573,0.128-0.374,0.263C136.817,270.439,137.281,270.236,137.087,270.099z"/><path id="XMLID_2165_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.078,270.362c0.098,0.077,0.57-0.126,0.375-0.263C102.341,270.027,101.879,270.227,102.078,270.362z"/><path id="XMLID_2164_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M11.718,269.833c-0.724-0.109-0.296-1.033-1.505-0.799C9.19,269.455,11.141,270.621,11.718,269.833z"/><path id="XMLID_2163_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M469.528,269.565c-0.106-0.071-0.572,0.129-0.377,0.268C469.252,269.905,469.72,269.703,469.528,269.565z"/><path id="XMLID_2162_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M388.203,269.565c-0.294,0.061-0.743,0.008-0.749,0.268C387.744,269.771,388.194,269.823,388.203,269.565z"/><path id="XMLID_2161_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M231.585,269.3c0-0.176,0-0.356,0-0.532c-0.376,0-0.752,0-1.13,0C230.408,269.246,230.833,269.39,231.585,269.3z"/><path id="XMLID_2160_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M167.207,269.034c-0.105-0.075-0.57,0.128-0.377,0.265C166.933,269.374,167.398,269.175,167.207,269.034z"/><path id="XMLID_2159_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M76.1,269.034c-0.107-0.075-0.576,0.128-0.38,0.265C75.828,269.374,76.29,269.175,76.1,269.034z"/><path id="XMLID_2158_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M14.351,269.034c-0.104-0.075-0.571,0.128-0.376,0.265C14.08,269.374,14.55,269.175,14.351,269.034z"/><path id="XMLID_2157_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M248.149,268.768c-0.105-0.07-0.566,0.13-0.377,0.266C247.878,269.108,248.345,268.905,248.149,268.768z"/><path id="XMLID_2156_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M117.134,268.768c0.502,0.346,1.399,0.351,1.508-0.265C118.141,268.156,117.238,268.151,117.134,268.768z"/><path id="XMLID_2155_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M462.375,268.504c-0.081-0.321-0.418-0.164-0.755,0C461.624,268.771,462.279,268.838,462.375,268.504z"/><path id="XMLID_2154_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M423.973,268.504c0-0.147-0.308-0.304-0.378,0C423.595,268.65,423.899,268.803,423.973,268.504z"/><path id="XMLID_2153_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M251.54,268.236c-0.251,0-0.501,0-0.752,0c0,0.177,0,0.356,0,0.532c0.251,0,0.501,0,0.752,0C251.54,268.592,251.54,268.413,251.54,268.236z"/><path id="XMLID_2152_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M76.1,268.504c-0.107-0.077-0.576,0.128-0.38,0.265C75.828,268.844,76.29,268.64,76.1,268.504z"/><path id="XMLID_2151_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M74.964,268.236c-0.647-0.015-0.961,0.205-1.129,0.532C74.431,268.743,75.143,268.803,74.964,268.236z"/><path id="XMLID_2150_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M9.836,268.504c-0.105-0.077-0.57,0.128-0.377,0.265C9.561,268.844,10.032,268.64,9.836,268.504z"/><path id="XMLID_2149_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M471.411,268.504c0-0.268,0-0.533,0-0.798c-0.859-0.077-1.415,0.062-1.507,0.53C470.411,268.321,470.622,268.616,471.411,268.504z"/><path id="XMLID_2148_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M436.019,268.236c0-0.147-0.304-0.301-0.376,0C435.643,268.386,435.945,268.539,436.019,268.236z"/><path id="XMLID_2147_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M419.455,268.504c0.249,0,0.499,0,0.753,0c0.198-0.681,0.501-0.931-0.378-1.332c0.276,0.728-0.745,0.537-0.755,1.064C419.307,268.252,419.525,268.277,419.455,268.504z"/><path id="XMLID_2146_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M415.69,267.97c0.004-0.148-0.305-0.3-0.378,0C415.311,268.118,415.619,268.273,415.69,267.97z"/><path id="XMLID_2145_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M234.976,268.236C236.877,267.166,233.662,266.993,234.976,268.236L234.976,268.236z"/><path id="XMLID_2144_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M253.044,267.706c-0.292,0.058-0.742,0.004-0.752,0.265C252.584,267.911,253.035,267.963,253.044,267.706z"/><path id="XMLID_2143_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M223.68,267.439c-0.249,0-0.501,0-0.753,0c0,0.177,0,0.354,0,0.531c0.251,0,0.503,0,0.753,0C223.68,267.793,223.68,267.616,223.68,267.439z"/><path id="XMLID_2142_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M167.586,267.706c0-0.148-0.306-0.301-0.378,0C167.205,267.852,167.513,268.004,167.586,267.706z"/><path id="XMLID_2141_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M74.212,267.439c0.003-0.149-0.303-0.303-0.376,0C73.835,267.587,74.141,267.741,74.212,267.439z"/><path id="XMLID_2140_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M480.446,267.172C481.964,268.108,481.331,266.318,480.446,267.172L480.446,267.172z"/><path id="XMLID_2139_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M356.2,267.172c0.002-0.145-0.3-0.3-0.373,0C355.827,267.32,356.135,267.475,356.2,267.172z"/><path id="XMLID_2138_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M478.938,267.172c0.105,0.073,0.57-0.126,0.376-0.265C479.211,266.832,478.745,267.035,478.938,267.172z"/><path id="XMLID_2137_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M120.145,266.907c-0.105-0.075-0.574,0.128-0.374,0.265C119.874,267.245,120.341,267.046,120.145,266.907z"/><path id="XMLID_2136_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M61.415,266.907c-0.292,0.061-0.742,0.006-0.753,0.265C60.955,267.113,61.402,267.166,61.415,266.907z"/><path id="XMLID_2135_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M43.721,267.172c0.102,0.073,0.567-0.126,0.371-0.265C43.993,266.832,43.523,267.035,43.721,267.172z"/><path id="XMLID_2134_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M487.223,266.11c-0.65-0.015-0.966,0.203-1.133,0.531C486.682,266.617,487.395,266.675,487.223,266.11z"/><path id="XMLID_2133_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M480.446,266.641c0-0.265,0.304-0.317,0.378-0.531c-0.596,0.026-1.305-0.035-1.133,0.531C479.939,266.641,480.192,266.641,480.446,266.641z"/><path id="XMLID_2132_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M158.923,265.579c-0.249,0-0.502,0-0.753,0c0,0.354,0,0.706,0,1.062c0.251,0,0.505,0,0.753,0C158.923,266.285,158.923,265.933,158.923,265.579z"/><path id="XMLID_2131_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M369.005,266.11c-0.107-0.072-0.572,0.129-0.383,0.265C368.733,266.449,369.199,266.246,369.005,266.11z"/><path id="XMLID_2130_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M450.324,265.844c-0.289,0.062-0.739,0.008-0.752,0.266C449.861,266.049,450.318,266.104,450.324,265.844z"/><path id="XMLID_2129_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M357.71,265.844c-0.443,0.041-1.07-0.046-1.127,0.266C357.023,266.068,357.649,266.155,357.71,265.844z"/><path id="XMLID_2128_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M483.834,265.579c0-0.148-0.304-0.303-0.376,0C483.457,265.726,483.759,265.88,483.834,265.579z"/><path id="XMLID_2127_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M476.299,265.844c0-0.177,0-0.355,0-0.532c-0.374,0-0.751,0-1.126,0C475.123,265.788,475.549,265.937,476.299,265.844z"/><path id="XMLID_2126_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M77.98,265.579C78.375,264.035,76.348,265.467,77.98,265.579L77.98,265.579z"/><path id="XMLID_2125_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M447.313,264.248c0.329,0.852-0.973,0.551-1.126,1.063c0.5,0,1,0,1.504,0C447.626,264.915,447.826,264.331,447.313,264.248z"/><path id="XMLID_2124_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M358.086,265.046c-0.29,0.059-0.742,0.009-0.753,0.266C357.625,265.252,358.08,265.304,358.086,265.046z"/><path id="XMLID_2123_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M277.895,265.046c-0.103-0.072-0.574,0.128-0.375,0.266C277.623,265.387,278.089,265.184,277.895,265.046z"/><path id="XMLID_2122_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.757,265.311c0.248,0,0.499,0,0.75,0c0.027-0.34,0.487-0.367,0.379-0.797c-0.379,0-0.753,0-1.129,0C116.757,264.78,116.757,265.046,116.757,265.311z"/><path id="XMLID_2121_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M478.563,265.046c0.104,0.073,0.57-0.13,0.375-0.265C478.835,264.707,478.367,264.909,478.563,265.046z"/><path id="XMLID_2120_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M376.909,265.046c0.022-0.16,0.056-0.315,0.376-0.265c0-0.176,0-0.356,0-0.533C376.359,263.834,376.179,265.151,376.909,265.046z"/><path id="XMLID_2119_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M333.616,264.514c-0.646-0.014-0.97,0.205-1.133,0.532C333.076,265.021,333.792,265.083,333.616,264.514z"/><path id="XMLID_2118_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M426.985,263.98c0,0.178,0,0.355,0,0.534C427.677,265.395,428.818,263.717,426.985,263.98z"/><path id="XMLID_2117_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M355.827,264.514c-0.104-0.072-0.569,0.128-0.376,0.266C355.554,264.852,356.022,264.651,355.827,264.514z"/><path id="XMLID_2116_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M237.986,264.248c0-0.177,0-0.353,0-0.531C236.464,262.642,235.92,265.252,237.986,264.248z"/><path id="XMLID_2115_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M494.753,263.451c-0.25,0-0.502,0-0.752,0c-0.024,0.341-0.485,0.369-0.38,0.797c0.38,0,0.752,0,1.132,0C494.753,263.98,494.753,263.717,494.753,263.451z"/><path id="XMLID_2114_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M1.176,263.98c0-0.146-0.304-0.299-0.374,0C0.802,264.129,1.105,264.284,1.176,263.98z"/><path id="XMLID_2113_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M474.419,263.717c0.004-0.151-0.302-0.301-0.374,0C474.044,263.864,474.351,264.018,474.419,263.717z"/><path id="XMLID_2112_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M456.725,263.98c0.299-0.914-0.349-1.166-1.13-1.326C454.862,263.164,455.201,264.282,456.725,263.98z"/><path id="XMLID_2111_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M310.269,263.717c-0.1-0.074-0.574,0.127-0.374,0.263C310.002,264.055,310.465,263.854,310.269,263.717z"/><path id="XMLID_2110_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M38.449,263.717c-0.104-0.074-0.571,0.127-0.381,0.263C38.178,264.055,38.643,263.854,38.449,263.717z"/><path id="XMLID_2108_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M478.938,263.451c-0.293,0.061-0.743,0.007-0.753,0.266C478.477,263.657,478.928,263.708,478.938,263.451z"/><path id="XMLID_2107_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M350.177,263.717C353.063,263.326,350.241,261.335,350.177,263.717L350.177,263.717z"/><path id="XMLID_2106_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M37.317,263.451c-0.1-0.073-0.57,0.128-0.376,0.266C37.048,263.792,37.513,263.587,37.317,263.451z"/><path id="XMLID_2105_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M176.243,262.916c0.005-0.145-0.304-0.299-0.377,0C175.866,263.067,176.174,263.22,176.243,262.916z"/><path id="XMLID_2104_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M381.803,262.121c-0.376,0-0.752,0-1.126,0c0,0.266,0,0.533,0,0.795c0.25,0,0.5,0,0.75,0C381.449,262.578,381.908,262.551,381.803,262.121z"/><path id="XMLID_2103_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M364.485,262.387c-0.376,0.001-0.448-0.219-0.752-0.266c0,0.267-0.304,0.315-0.377,0.533c0.377,0,0.449,0.215,0.753,0.262C364.109,262.654,364.413,262.603,364.485,262.387z"/><path id="XMLID_2102_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M198.076,262.654c-0.105-0.075-0.571,0.128-0.371,0.262C197.804,262.991,198.275,262.791,198.076,262.654z"/><path id="XMLID_2101_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M121.275,262.654c0.003-0.148-0.301-0.302-0.373,0C120.902,262.802,121.205,262.955,121.275,262.654z"/><path id="XMLID_2100_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M444.303,262.387c-0.103-0.073-0.574,0.127-0.377,0.266C444.031,262.728,444.497,262.524,444.303,262.387z"/><path id="XMLID_2099_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M15.484,262.387c-0.105-0.073-0.573,0.127-0.379,0.266C15.209,262.728,15.675,262.524,15.484,262.387z"/><path id="XMLID_2098_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M372.395,262.121c-0.109-0.074-0.578,0.129-0.378,0.266C372.119,262.46,372.586,262.26,372.395,262.121z"/><path id="XMLID_2097_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M358.462,262.121c0-0.268,0.306-0.316,0.376-0.533c-0.587,0.025-1.304-0.034-1.129,0.533C357.959,262.121,358.209,262.121,358.462,262.121z"/><path id="XMLID_2096_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M329.85,261.588c0.002-0.146-0.306-0.303-0.374,0C329.469,261.738,329.773,261.89,329.85,261.588z"/><path id="XMLID_2095_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M302.741,261.059c-0.254,0-0.502,0-0.752,0c0,0.174,0,0.352,0,0.529c0.25,0,0.498,0,0.752,0C302.741,261.411,302.741,261.233,302.741,261.059z"/><path id="XMLID_2094_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.757,261.588c0.104,0.073,0.57-0.128,0.377-0.264C117.031,261.251,116.564,261.451,116.757,261.588z"/><path id="XMLID_2093_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M31.672,261.324c0-0.178,0-0.355,0-0.533c-0.377,0-0.756,0-1.13,0C30.492,261.268,30.916,261.414,31.672,261.324z"/><path id="XMLID_2092_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M286.174,260.525c-0.102-0.073-0.568,0.128-0.372,0.266C285.904,260.865,286.369,260.662,286.174,260.525z"/><path id="XMLID_2091_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M108.097,260.525c0.482,0.014,0.526,0.34,1.133,0.266C109.812,260.139,107.947,260.01,108.097,260.525z"/><path id="XMLID_2090_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M255.682,260.525c0.105,0.073,0.57-0.129,0.376-0.266C255.956,260.185,255.49,260.388,255.682,260.525z"/><path id="XMLID_2089_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M222.175,260.259c-0.079-0.322-0.417-0.164-0.753,0C221.426,260.527,222.083,260.595,222.175,260.259z"/><path id="XMLID_2088_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M67.813,259.995c-0.293,0.056-0.743,0.004-0.752,0.264C67.356,260.201,67.803,260.253,67.813,259.995z"/><path id="XMLID_2087_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M39.579,260.259c0.227-0.013,0.447-0.039,0.374-0.264c-0.62-0.008-0.209-0.74-0.751-0.799c-0.658,0.544,0.275,0.523-0.378,1.063C39.074,260.259,39.328,260.259,39.579,260.259z"/><path id="XMLID_2086_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M244.389,259.729c-0.008-0.271-0.662-0.336-0.758,0C244.06,259.703,244.223,260.115,244.389,259.729z"/><path id="XMLID_2085_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M44.851,259.995c0.374,0,0.753,0,1.127,0c0.107-0.607-0.088-1.002-0.753-1.066C45.109,259.29,44.691,259.435,44.851,259.995z"/><path id="XMLID_2084_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M251.54,258.929c-1.202,0.16-1.167-0.499-1.881,0C249.538,260.177,251.4,259.641,251.54,258.929z"/><path id="XMLID_2083_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M63.672,259.462c0.005-0.147-0.303-0.3-0.376,0C63.295,259.607,63.604,259.765,63.672,259.462z"/><path id="XMLID_2082_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M316.671,258.665c-0.374,0-0.75,0-1.131,0c0,0.263,0,0.53,0,0.796c0.38,0,0.757,0,1.131,0C316.671,259.196,316.671,258.929,316.671,258.665z"/><path id="XMLID_2081_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M255.682,259.462c0-0.177,0-0.352,0-0.533c-0.378,0.003-0.445-0.216-0.754-0.263C254.965,259.083,254.878,259.587,255.682,259.462z"/><path id="XMLID_2080_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M44.474,258.929c-0.105-0.071-0.574,0.129-0.382,0.267C44.202,259.27,44.665,259.067,44.474,258.929z"/><path id="XMLID_2079_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M480.824,258.665c-0.082-0.324-0.424-0.163-0.759,0C480.076,258.931,480.724,258.998,480.824,258.665z"/><path id="XMLID_2077_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M492.494,258.132c-0.107-0.073-0.572,0.126-0.381,0.267C492.216,258.471,492.687,258.27,492.494,258.132z"/><path id="XMLID_2076_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M487.976,258.132c-0.105-0.073-0.577,0.126-0.376,0.267C487.704,258.471,488.169,258.27,487.976,258.132z"/><path id="XMLID_2075_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M469.904,258.132c0-0.353,0-0.71,0-1.063c-0.993-0.08-1.237,0.367-1.132,1.063C469.15,258.132,469.528,258.132,469.904,258.132z"/><path id="XMLID_2074_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M94.168,257.866c-0.104-0.074-0.57,0.129-0.374,0.266C93.893,258.205,94.365,258.004,94.168,257.866z"/><path id="XMLID_2073_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M92.288,256.802c0,0.354,0,0.71,0,1.064c0.377,0,0.75,0,1.13,0C93.516,257.173,93.542,256.538,92.288,256.802z"/><path id="XMLID_2072_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M441.287,256.538c0.035,0.461-0.081,0.827-0.373,1.061C442.199,257.801,442.382,256.585,441.287,256.538z"/><path id="XMLID_2071_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M211.255,257.334c-0.005-0.267-0.659-0.332-0.754,0C210.925,257.306,211.092,257.722,211.255,257.334z"/><path id="XMLID_2070_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M81.745,257.334c-0.104-0.07-0.575,0.128-0.376,0.265C81.473,257.675,81.941,257.472,81.745,257.334z"/><path id="XMLID_2069_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M27.909,257.334c0-0.146-0.311-0.301-0.379,0C27.527,257.482,27.836,257.638,27.909,257.334z"/><path id="XMLID_2068_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M13.227,257.069c-0.505-0.346-1.404-0.35-1.509,0.265C12.218,257.68,13.118,257.684,13.227,257.069z"/><path id="XMLID_2067_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M224.81,257.334C225.11,255.723,223.081,257.156,224.81,257.334L224.81,257.334z"/><path id="XMLID_2066_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M44.092,257.069c0.481,0.014,0.526,0.34,1.132,0.265C45.81,256.682,43.946,256.553,44.092,257.069z"/><path id="XMLID_2063_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M378.042,256.802c-0.104-0.07-0.575,0.13-0.382,0.267C377.769,257.143,378.234,256.941,378.042,256.802z"/><path id="XMLID_2062_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M325.333,257.069c0.104-0.606-0.095-1.003-0.755-1.063c-0.117,0.356-0.534,0.508-0.371,1.063C324.578,257.069,324.955,257.069,325.333,257.069z"/><path id="XMLID_2061_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M157.419,256.538C158.33,255.644,156.157,257.18,157.419,256.538L157.419,256.538z"/><path id="XMLID_2060_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.757,256.538c0-0.178,0-0.354,0-0.532c-0.377,0.001-0.45-0.217-0.752-0.267C116.043,256.156,115.955,256.662,116.757,256.538z"/><path id="XMLID_2059_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.078,256.273c-0.294,0.057-0.748,0.005-0.759,0.265C101.618,256.479,102.068,256.529,102.078,256.273z"/><path id="XMLID_2058_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M216.15,256.006c-0.099-0.076-0.569,0.125-0.377,0.267C215.878,256.345,216.342,256.142,216.15,256.006z"/><path id="XMLID_2057_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M41.459,256.006c-0.105-0.076-0.57,0.125-0.377,0.267C41.187,256.345,41.653,256.142,41.459,256.006z"/><path id="XMLID_2056_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M379.549,255.471c-0.254,0-0.504,0-0.753,0c0,0.178,0,0.356,0,0.535c0.249,0,0.499,0,0.753,0C379.549,255.828,379.549,255.65,379.549,255.471z"/><path id="XMLID_2055_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M170.219,255.207c-0.251,0-0.502,0-0.753,0c0,0.177,0,0.355,0,0.533c0.251,0,0.502,0,0.753,0C170.219,255.562,170.219,255.384,170.219,255.207z"/><path id="XMLID_2054_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M111.109,255.471c0.481,0.015,0.52,0.342,1.132,0.268C112.825,255.085,110.963,254.956,111.109,255.471z"/><path id="XMLID_2053_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M169.089,255.207c-0.105-0.074-0.567,0.129-0.376,0.265C168.818,255.547,169.283,255.342,169.089,255.207z"/><path id="XMLID_2052_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M119.392,255.207c-0.29,0.059-0.746,0.007-0.75,0.265C118.932,255.414,119.379,255.465,119.392,255.207z"/><path id="XMLID_2051_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M111.109,321.685c2.392-0.193,0.026-1.597-0.377-0.8C111.174,320.933,111.141,321.31,111.109,321.685z"/><path id="XMLID_2050_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M478.563,292.966c-0.131-0.707-0.988-0.897-1.883-1.064C476.834,292.593,477.853,292.67,478.563,292.966z"/><path id="XMLID_2048_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M494.753,271.164c1.151,0.254,1.614-1.306,1.127-1.33C495.545,270.303,494.357,270.171,494.753,271.164z"/><path id="XMLID_2046_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M43.342,263.717c0.153-0.455,0.486,0.055,1.132,0c0-0.266,0-0.532,0-0.801C43.742,262.792,42.547,263.635,43.342,263.717z"/><path id="XMLID_2045_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M42.971,257.334c-0.754-0.003-0.481-0.726-1.512-0.532C41.098,257.452,43.151,257.684,42.971,257.334z"/></g></g><g><g><path id="XMLID_4023_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M477.784,411.41c-0.078-0.32-0.415-0.161-0.75,0C477.038,411.678,477.693,411.745,477.784,411.41z"/><path id="XMLID_4022_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M444.278,411.678c0.107,0.072,0.574-0.129,0.375-0.268C444.554,411.339,444.083,411.538,444.278,411.678z"/><path id="XMLID_4021_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M181.491,411.148c-0.382,0-0.753,0-1.13,0c-0.052,0.472,0.376,0.617,1.13,0.53C181.491,411.5,181.491,411.321,181.491,411.148z"/><path id="XMLID_4020_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M10.193,411.148c-0.649-0.018-0.968,0.2-1.13,0.53C9.651,411.652,10.367,411.712,10.193,411.148z"/><path id="XMLID_4019_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.485,411.148c-0.099-0.078-0.57,0.125-0.368,0.262C149.219,411.483,149.686,411.281,149.485,411.148z"/><path id="XMLID_4018_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M379.899,411.148c0.107,0.069,0.576-0.13,0.376-0.272C380.171,410.804,379.706,411.005,379.899,411.148z"/><path id="XMLID_4017_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M287.66,410.876c-0.107-0.072-0.572,0.129-0.375,0.272C287.386,411.217,287.856,411.018,287.66,410.876z"/><path id="XMLID_4016_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M103.932,409.55c-0.337,0.468-0.91,0.774-1.127,1.326C103.561,410.858,104.979,409.962,103.932,409.55z"/><path id="XMLID_4015_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M94.145,410.876c0.104,0.075,0.575-0.125,0.374-0.263C94.417,410.54,93.949,410.74,94.145,410.876z"/><path id="XMLID_4013_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M62.522,410.613c0.099,0.071,0.573-0.128,0.371-0.265C62.794,410.274,62.325,410.477,62.522,410.613z"/><path id="XMLID_4012_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M152.502,410.348c0.102,0.072,0.567-0.129,0.38-0.265C152.772,410.007,152.309,410.21,152.502,410.348z"/><path id="XMLID_4010_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M160.41,409.55c-0.252,0-0.5,0-0.754,0c0,0.177,0,0.352,0,0.533c0.254,0,0.502,0,0.754,0C160.41,409.902,160.41,409.728,160.41,409.55z"/><path id="XMLID_4009_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M361.828,409.55c0-0.149-0.307-0.302-0.376,0C361.452,409.699,361.758,409.85,361.828,409.55z"/><path id="XMLID_4008_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M234.198,409.55c0-0.149-0.304-0.302-0.377,0C233.822,409.699,234.125,409.85,234.198,409.55z"/><path id="XMLID_4007_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M32.779,409.55c-0.106-0.075-0.57,0.125-0.376,0.264C32.505,409.888,32.975,409.686,32.779,409.55z"/><path id="XMLID_4006_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M303.474,409.017c-0.378,0-0.449-0.216-0.752-0.265c0,0.265-0.309,0.318-0.38,0.533c0.38,0,0.449,0.214,0.754,0.266C303.096,409.284,303.401,409.233,303.474,409.017z"/><path id="XMLID_4005_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M269.589,409.284c0.085-0.165-0.57-0.573-0.75-0.533C267.846,408.967,269.078,410.246,269.589,409.284z"/><path id="XMLID_4004_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M27.13,409.017c0.7-0.887-1.351-1.121-1.503-0.533C26.216,408.601,25.949,409.323,27.13,409.017z"/><path id="XMLID_4003_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M50.099,408.484c0.317-0.306,0.498-0.713,0.377-1.329c-1.226,0.155-1.755-0.179-2.635-0.267C48.284,407.636,48.449,408.583,50.099,408.484z"/><path id="XMLID_4002_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M69.3,407.954c-0.11-0.965,2.544,0.023,1.882-1.33c-1.059,0.142-1.956,0.391-3.015,0.531C67.909,407.871,68.947,407.669,69.3,407.954z"/><path id="XMLID_4001_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M368.979,407.687c0.109,0.074,0.573-0.128,0.376-0.264C369.258,407.348,368.785,407.551,368.979,407.687z"/><path id="XMLID_4000_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M364.461,407.423c0.254,0,0.502,0,0.757,0c0-0.178,0-0.355,0-0.535c-0.255,0-0.503,0-0.757,0C364.461,407.068,364.461,407.245,364.461,407.423z"/><path id="XMLID_3999_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M289.918,407.155c-0.08-0.322-0.416-0.164-0.755,0C289.171,407.424,289.828,407.49,289.918,407.155z"/><path id="XMLID_3997_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M442.018,405.827c-0.041,0.501-1.244,0.184-1.128,0.797C441.549,407.423,443.218,406.244,442.018,405.827z"/><path id="XMLID_3996_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M368.979,406.624c-0.097-0.074-0.564,0.127-0.371,0.264C368.707,406.963,369.175,406.762,368.979,406.624z"/><path id="XMLID_3995_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M500,406.093c-0.252,0-0.5,0-0.753,0c0,0.175,0,0.354,0,0.531c0.253,0,0.501,0,0.753,0C500,406.448,500,406.268,500,406.093z"/><path id="XMLID_3994_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M323.05,406.624c0.115-0.36,0.537-0.509,0.376-1.067C322.378,405.134,322.387,406.706,323.05,406.624z"/><path id="XMLID_3993_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M299.331,406.093c-0.105-0.075-0.57,0.127-0.376,0.266C299.054,406.432,299.53,406.229,299.331,406.093z"/><path id="XMLID_3992_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M141.958,406.093c0.581,0.73,2.211-0.013,2.258-0.536C143.442,405.722,141.604,405.133,141.958,406.093z"/><path id="XMLID_3991_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M82.473,405.827c0.596-0.397,0.421-1.187-0.751-1.064C81.618,405.37,81.813,405.762,82.473,405.827z"/><path id="XMLID_3990_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M489.08,405.558c0.105,0.077,0.574-0.126,0.378-0.263C489.357,405.223,488.887,405.422,489.08,405.558z"/><path id="XMLID_3989_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M492.472,405.028c-0.109-0.074-0.572,0.129-0.379,0.266C492.198,405.368,492.666,405.167,492.472,405.028z"/><path id="XMLID_3988_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M380.65,405.294c1.452,0.209,1.452-1.273,0-1.065C380.65,404.586,380.65,404.939,380.65,405.294z"/><path id="XMLID_3987_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M146.851,405.028c-0.005-0.269-0.656-0.336-0.75,0C146.523,405,146.684,405.415,146.851,405.028z"/><path id="XMLID_3985_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M51.6,404.763c0.862-0.602-0.251-1.169-0.753-1.595C50.27,403.57,50.183,404.991,51.6,404.763z"/><path id="XMLID_3984_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M338.866,403.967c-0.107-0.076-0.576,0.126-0.38,0.262C338.586,404.305,339.058,404.1,338.866,403.967z"/><path id="XMLID_3983_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M335.1,404.229c0-0.176,0-0.354,0-0.531c-0.38,0-0.754,0-1.128,0C333.918,404.176,334.341,404.321,335.1,404.229z"/><path id="XMLID_3982_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M79.463,403.967c0.021-0.163,0.054-0.32,0.374-0.269c0-0.178,0-0.354,0-0.531C78.915,402.753,78.731,404.072,79.463,403.967z"/><path id="XMLID_3981_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M290.298,403.434c-0.104-0.074-0.572,0.127-0.38,0.265C290.027,403.772,290.492,403.57,290.298,403.434z"/><path id="XMLID_3980_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M8.683,403.699c0-0.265,0-0.531,0-0.8c-0.25,0-0.502,0-0.756,0c-0.017,0.343-0.48,0.371-0.374,0.8C7.928,403.699,8.309,403.699,8.683,403.699z"/><path id="XMLID_3979_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M464.231,403.168c0.002-0.149-0.302-0.301-0.376,0C463.855,403.312,464.16,403.469,464.231,403.168z"/><path id="XMLID_3978_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M292.931,403.434c0.104-0.607-0.088-1.001-0.753-1.063C292.266,402.841,291.796,403.7,292.931,403.434z"/><path id="XMLID_3977_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M221.775,403.434c1.113-1.048-0.79-1.803-1.883-2.128C219.751,402.559,220.567,403.133,221.775,403.434z"/><path id="XMLID_3975_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M465.365,402.898c0.104,0.078,0.572-0.127,0.376-0.263C465.634,402.561,465.171,402.762,465.365,402.898z"/><path id="XMLID_3974_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M34.662,402.898c0.104,0.078,0.572-0.127,0.379-0.263C34.937,402.561,34.466,402.762,34.662,402.898z"/><path id="XMLID_3973_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M287.66,402.371c-0.107-0.075-0.572,0.129-0.375,0.265C287.386,402.708,287.856,402.507,287.66,402.371z"/><path id="XMLID_3972_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M94.898,402.635c0.398-0.674-1.271-1.179-1.509-0.534C93.986,402.217,93.715,402.938,94.898,402.635z"/><path id="XMLID_3971_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M21.483,402.635c0-0.266,0.303-0.315,0.377-0.534c-0.592,0.027-1.309-0.035-1.13,0.534C20.984,402.635,21.235,402.635,21.483,402.635z"/><path id="XMLID_3970_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M143.092,402.371c0.287-0.063,0.737-0.009,0.751-0.269C143.552,402.165,143.099,402.112,143.092,402.371z"/><path id="XMLID_3969_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M109.206,402.101c-0.106-0.072-0.572,0.129-0.376,0.269C108.932,402.443,109.403,402.241,109.206,402.101z"/><path id="XMLID_3968_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M386.677,401.306c0.107,0.073,0.57-0.129,0.378-0.267C386.953,400.965,386.481,401.168,386.677,401.306z"/><path id="XMLID_3967_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M303.848,400.507c0,0.18,0,0.354,0,0.532C304.544,401.922,305.688,400.24,303.848,400.507z"/><path id="XMLID_3966_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M247.003,401.039c-0.105-0.074-0.577,0.129-0.381,0.267C246.731,401.379,247.197,401.177,247.003,401.039z"/><path id="XMLID_3965_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M140.077,401.306c-0.012-0.367,0.178-0.584,0.379-0.799c-0.379,0-0.753,0-1.13,0C139.355,400.928,139.274,401.428,140.077,401.306z"/><path id="XMLID_3964_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M290.298,400.772c-0.104-0.072-0.572,0.129-0.38,0.266C290.027,401.113,290.492,400.912,290.298,400.772z"/><path id="XMLID_3963_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M171.703,400.772c-0.003-0.267-0.661-0.337-0.751,0C171.37,400.745,171.538,401.161,171.703,400.772z"/><path id="XMLID_3962_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M166.434,401.039c0.251,0,0.499,0,0.75,0c0-0.178,0-0.352,0-0.532c-0.251,0-0.499,0-0.75,0C166.434,400.687,166.434,400.861,166.434,401.039z"/><path id="XMLID_3961_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M141.958,401.039c0-0.266,0-0.532,0-0.796c-0.375,0-0.752,0-1.129,0C140.762,400.821,141.139,401.088,141.958,401.039z"/><path id="XMLID_3960_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M107.325,400.507c0-0.149-0.306-0.301-0.377,0C106.945,400.655,107.25,400.809,107.325,400.507z"/><path id="XMLID_3959_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M484.938,400.507c0.254,0,0.5,0,0.756,0c0-0.175,0-0.354,0-0.532c-0.256,0-0.502,0-0.756,0C484.938,400.153,484.938,400.332,484.938,400.507z"/><path id="XMLID_3958_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M310.252,399.71c-0.107-0.074-0.574,0.129-0.376,0.265C309.978,400.048,310.445,399.849,310.252,399.71z"/><path id="XMLID_3957_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M140.83,399.975c0-0.265,0.306-0.313,0.377-0.533c-0.377,0.003-0.45-0.213-0.751-0.265c0,0.268-0.306,0.318-0.379,0.533C140.456,399.71,140.526,399.926,140.83,399.975z"/><path id="XMLID_3956_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M103.179,399.975c0.076-0.761,0.049-1.451-1.123-1.329c0.012,0.37-0.181,0.585-0.379,0.796C102.424,399.448,102.156,400.169,103.179,399.975z"/><path id="XMLID_3955_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M485.314,399.442c-0.097-0.07-0.567,0.129-0.375,0.268C485.049,399.784,485.51,399.581,485.314,399.442z"/><path id="XMLID_3954_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M473.268,399.71c0.104,0.074,0.573-0.129,0.376-0.268C473.542,399.371,473.074,399.571,473.268,399.71z"/><path id="XMLID_3953_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M296.698,399.442c-0.005,0.149,0.302,0.305,0.375,0C297.073,399.297,296.767,399.145,296.698,399.442z"/><path id="XMLID_3952_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M178.856,399.442c0.021-0.162,0.052-0.312,0.377-0.265c0-0.176,0-0.354,0-0.531C178.306,398.233,178.123,399.549,178.856,399.442z"/><path id="XMLID_3951_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M444.278,398.914c-0.29,0.059-0.74,0.008-0.751,0.263C443.819,399.121,444.271,399.169,444.278,398.914z"/><path id="XMLID_3950_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M303.474,398.646c0-0.146-0.306-0.301-0.378,0C303.096,398.795,303.401,398.947,303.474,398.646z"/><path id="XMLID_3949_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M83.605,398.38c-0.52,0.011-0.826-0.125-1.132-0.268C82.298,398.939,83.487,399.114,83.605,398.38z"/><path id="XMLID_3948_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M233.444,398.38c-0.104-0.074-0.566,0.129-0.374,0.265C233.173,398.72,233.639,398.517,233.444,398.38z"/><path id="XMLID_3946_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M86.241,398.112c1.067,0.279,1.57,0.279,2.637,0c-0.31-0.755-0.605-1.521-2.264-1.329C86.298,397.093,86.12,397.497,86.241,398.112z"/><path id="XMLID_3945_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M113.722,397.583c0-0.148-0.3-0.302-0.374,0C113.346,397.729,113.649,397.882,113.722,397.583z"/><path id="XMLID_3943_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M269.589,397.316c-0.292,0.061-0.743,0.007-0.75,0.267C269.13,397.522,269.579,397.576,269.589,397.316z"/><path id="XMLID_3942_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M118.994,397.316c0-0.146-0.303-0.3-0.374,0C118.617,397.464,118.92,397.621,118.994,397.316z"/><path id="XMLID_3941_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M96.407,397.583c0.099,0.075,0.568-0.128,0.377-0.267C96.677,397.244,96.213,397.445,96.407,397.583z"/><path id="XMLID_3940_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M279.004,397.051c0-0.176,0-0.352,0-0.533c-0.378,0-0.759,0-1.13,0C277.824,396.997,278.245,397.143,279.004,397.051z"/><path id="XMLID_3939_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M220.272,397.051c0.294-0.061,0.741-0.008,0.751-0.267C220.73,396.844,220.282,396.794,220.272,397.051z"/><path id="XMLID_3938_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M124.265,397.051c0.104,0.074,0.57-0.129,0.377-0.267C124.534,396.711,124.069,396.913,124.265,397.051z"/><path id="XMLID_3937_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M470.258,396.518c-0.293,0.059-0.745,0.007-0.751,0.266C469.799,396.727,470.248,396.778,470.258,396.518z"/><path id="XMLID_3936_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M306.108,395.986c0.002-0.144-0.303-0.3-0.376,0C305.732,396.136,306.038,396.291,306.108,395.986z"/><path id="XMLID_3934_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M117.114,395.723c-0.295,0.056-0.745,0.005-0.755,0.263C116.649,395.93,117.103,395.982,117.114,395.723z"/><path id="XMLID_3933_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M85.112,395.723c0-0.15-0.309-0.304-0.377,0C84.729,395.866,85.038,396.023,85.112,395.723z"/><path id="XMLID_3932_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M241.732,395.454c-0.105-0.071-0.573,0.13-0.376,0.269C241.456,395.794,241.924,395.594,241.732,395.454z"/><path id="XMLID_3931_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M140.077,394.925c-1.098-0.394-1.098,1.186,0,0.798C140.077,395.454,140.077,395.192,140.077,394.925z"/><path id="XMLID_3929_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M364.461,395.192c-0.104-0.076-0.568,0.125-0.376,0.262C364.193,395.531,364.659,395.327,364.461,395.192z"/><path id="XMLID_3928_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M345.261,395.192c-0.102-0.076-0.57,0.125-0.374,0.262C344.992,395.531,345.457,395.327,345.261,395.192z"/><path id="XMLID_3927_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M127.275,395.192c0.376,0,0.753,0,1.129,0c-0.057-0.315,0.069-0.759-0.376-0.801C128,394.811,127.072,394.6,127.275,395.192z"/><path id="XMLID_3926_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.485,394.659c-0.099-0.074-0.57,0.128-0.368,0.266C149.219,394.999,149.686,394.797,149.485,394.659z"/><path id="XMLID_3924_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M240.596,394.659c0-0.354,0-0.711,0-1.062c-0.709-0.063-0.826,0.297-1.503,0.263C238.977,394.561,239.616,394.733,240.596,394.659z"/><path id="XMLID_3923_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M81.722,394.659c0-0.268,0-0.532,0-0.799c-0.562,0.047-1.391-0.096-1.504,0.267C80.964,394.131,80.695,394.851,81.722,394.659z"/><path id="XMLID_3922_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M104.309,393.327c0.411,0.598,1.023,1.055,2.26,1.064c0-0.442,0-0.885,0-1.328C105.907,393.217,104.358,392.743,104.309,393.327z"/><path id="XMLID_3921_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M51.6,392.797c-1.179,0.05-1.809,0.495-1.882,1.33c0.711-0.06,0.832,0.298,1.511,0.264C51.475,393.833,52.223,393.21,51.6,392.797z"/><path id="XMLID_3920_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M310.624,394.127c-0.056-0.314,0.067-0.755-0.372-0.8c-0.024,0.164-0.059,0.316-0.376,0.27C309.917,393.918,309.987,394.223,310.624,394.127z"/><path id="XMLID_3919_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M138.949,393.86c-0.103-0.074-0.575,0.127-0.376,0.267C138.675,394.201,139.143,393.998,138.949,393.86z"/><path id="XMLID_3918_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M228.553,393.597c0-0.151-0.304-0.304-0.374,0C228.177,393.74,228.481,393.898,228.553,393.597z"/><path id="XMLID_3917_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M127.275,393.327c-0.102-0.072-0.571,0.129-0.372,0.27C127.002,393.669,127.474,393.468,127.275,393.327z"/><path id="XMLID_3916_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M206.337,393.063c-0.288,0.058-0.742,0.007-0.753,0.264C205.882,393.268,206.327,393.322,206.337,393.063z"/><path id="XMLID_3915_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M249.259,393.063c0.105,0.071,0.57-0.125,0.376-0.266C249.53,392.721,249.065,392.926,249.259,393.063z"/><path id="XMLID_3914_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M190.151,392.797c-0.104-0.075-0.57,0.129-0.376,0.266C189.879,393.134,190.345,392.938,190.151,392.797z"/><path id="XMLID_3913_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M390.814,392.264c-0.099-0.073-0.564,0.129-0.371,0.266C390.547,392.606,391.012,392.404,390.814,392.264z"/><path id="XMLID_3912_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M137.817,392.264c-0.105-0.073-0.57,0.129-0.376,0.266C137.543,392.606,138.014,392.404,137.817,392.264z"/><path id="XMLID_3911_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M311.376,392.264c0.256,0,0.502,0,0.757,0c0-0.176,0-0.354,0-0.532c-0.255,0-0.501,0-0.757,0C311.376,391.91,311.376,392.088,311.376,392.264z"/><path id="XMLID_3910_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M248.882,390.671c-0.596,0.396-0.423,1.187,0.754,1.062C249.738,391.125,249.546,390.733,248.882,390.671z"/><path id="XMLID_3909_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M186.386,391.732c0.1,0.075,0.569-0.13,0.377-0.265C186.663,391.392,186.192,391.596,186.386,391.732z"/><path id="XMLID_3907_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M432.984,391.467c-0.097-0.776,0.853-0.816,0.755-1.595C431.896,389.663,432.045,391.519,432.984,391.467z"/><path id="XMLID_3906_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.485,391.467c0.113,0.075,0.575-0.127,0.382-0.266C149.765,391.131,149.294,391.328,149.485,391.467z"/><path id="XMLID_3905_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M105.817,391.201c-0.101-0.07-0.572,0.128-0.374,0.266C105.549,391.542,106.014,391.34,105.817,391.201z"/><path id="XMLID_3904_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M273.355,391.201c0.316-0.307,0.498-0.711,0.376-1.329c-0.522,0.011-0.831-0.127-1.133-0.266C271.988,390.037,272.146,391.277,273.355,391.201z"/><path id="XMLID_3903_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M152.502,391.201c0-0.265,0-0.53,0-0.799C151.405,390.014,151.405,391.591,152.502,391.201z"/><path id="XMLID_3902_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M359.947,390.671c-0.109-0.075-0.57,0.128-0.373,0.265C359.671,391.007,360.139,390.806,359.947,390.671z"/><path id="XMLID_3901_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M147.985,390.935c0-0.265,0-0.533,0-0.798c-0.379,0-0.754,0-1.133,0C146.786,390.72,147.16,390.984,147.985,390.935z"/><path id="XMLID_3900_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M103.932,390.671c0-0.178,0-0.354,0-0.533c-0.373,0-0.444-0.217-0.753-0.266C103.219,390.29,103.133,390.797,103.932,390.671z"/><path id="XMLID_3899_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M90.382,390.671c0.291-0.062,0.743-0.008,0.753-0.269C90.843,390.463,90.393,390.41,90.382,390.671z"/><path id="XMLID_3898_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M461.596,390.137c0.002-0.148-0.304-0.3-0.376,0C461.22,390.286,461.529,390.436,461.596,390.137z"/><path id="XMLID_3897_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M410.772,390.137c-0.104-0.075-0.572,0.129-0.38,0.264C410.499,390.474,410.966,390.272,410.772,390.137z"/><path id="XMLID_3896_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M128.028,390.402c0.651,0.018,0.969-0.203,1.132-0.53C128.514,389.857,128.195,390.076,128.028,390.402z"/><path id="XMLID_3895_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.117,389.606c-0.383,0.002-0.451-0.216-0.756-0.266c0,0.268-0.306,0.315-0.376,0.532c0.376-0.001,0.45,0.216,0.753,0.266C148.734,389.871,149.043,389.822,149.117,389.606z"/><path id="XMLID_3894_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M338.132,388.825c0,0.354,0,0.708,0,1.064C339.582,390.097,339.582,388.612,338.132,388.825z"/><path id="XMLID_3893_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M305.354,388.275c-0.501,0-1.005,0-1.505,0c-0.143,0.899,0.652,1.135,1.131,1.597C304.971,389.246,305.627,389.089,305.354,388.275z"/><path id="XMLID_3892_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M162.292,389.074c-0.108-0.074-0.57,0.128-0.379,0.266C162.017,389.415,162.483,389.212,162.292,389.074z"/><path id="XMLID_3891_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M419.059,388.275c-0.38,0-0.759,0-1.135,0c0,0.267,0,0.534,0,0.799c0.376,0,0.755,0,1.135,0C419.059,388.809,419.059,388.542,419.059,388.275z"/><path id="XMLID_3890_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M455.575,388.542c0.002-0.148-0.306-0.303-0.378,0C455.197,388.69,455.499,388.845,455.575,388.542z"/><path id="XMLID_3889_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M280.886,388.275c0.103,0.076,0.567-0.127,0.375-0.265C281.157,387.936,280.685,388.138,280.886,388.275z"/><path id="XMLID_3888_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M76.825,387.479c0.266,0.326-0.22,0.993,0.756,0.796c1.223-0.669-0.395-2.526-1.506-1.596C75.947,387.21,76.602,387.198,76.825,387.479z"/><path id="XMLID_3886_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M385.922,388.011c0.252,0,0.505,0,0.755,0c0-0.177,0-0.354,0-0.532c-0.25,0-0.503,0-0.755,0C385.922,387.657,385.922,387.833,385.922,388.011z"/><path id="XMLID_3885_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M163.796,388.011c0.259-0.716-0.777-0.514-1.131-0.797C162.444,387.904,162.817,388.169,163.796,388.011z"/><path id="XMLID_3884_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M91.135,388.011c0.1,0.073,0.568-0.129,0.377-0.266C91.405,387.672,90.939,387.874,91.135,388.011z"/><path id="XMLID_3883_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M157.394,387.479c0.006-0.148-0.303-0.302-0.373,0C157.021,387.626,157.321,387.778,157.394,387.479z"/><path id="XMLID_3882_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M58.383,387.479c-0.11-0.075-0.576,0.127-0.38,0.266C58.103,387.818,58.576,387.618,58.383,387.479z"/><path id="XMLID_3881_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M39.178,387.745c0.106,0.073,0.572-0.127,0.378-0.266C39.454,387.404,38.984,387.606,39.178,387.745z"/><path id="XMLID_3880_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M31.27,386.679c-0.853-0.073-1.412,0.064-1.503,0.534c0.541,0.063,0.635,0.436,1.132,0.532C30.813,387.244,31.319,387.156,31.27,386.679z"/><path id="XMLID_3879_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M118.994,387.479c0.24-0.645-1.794-0.997-1.88-0.533C117.831,387.059,117.793,387.706,118.994,387.479z"/><path id="XMLID_3878_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M477.41,386.946c-0.292,0.061-0.743,0.007-0.755,0.267C476.949,387.153,477.4,387.206,477.41,386.946z"/><path id="XMLID_3877_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M15.838,386.679c-0.38,0-0.756,0-1.13,0c-0.049,0.477,0.371,0.622,1.13,0.534C15.838,387.035,15.838,386.858,15.838,386.679z"/><path id="XMLID_3875_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M308.743,386.414c0-0.148-0.307-0.302-0.374,0C308.369,386.563,308.671,386.719,308.743,386.414z"/><path id="XMLID_3874_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M261.307,386.149c-0.25,0-0.505,0-0.755,0c0,0.177,0,0.354,0,0.53c0.25,0,0.505,0,0.755,0C261.307,386.503,261.307,386.327,261.307,386.149z"/><path id="XMLID_3873_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M138.197,386.149c0.123-1.315-2.086-0.695-1.885,0.265C137.375,386.636,137.285,386.039,138.197,386.149z"/><path id="XMLID_3872_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M8.683,386.149c-0.105-0.075-0.572,0.127-0.374,0.265C8.412,386.49,8.88,386.286,8.683,386.149z"/><path id="XMLID_3871_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M422.818,385.617c-0.252,0-0.5,0-0.754,0c0,0.176,0,0.352,0,0.533c0.254,0,0.502,0,0.754,0C422.818,385.969,422.818,385.793,422.818,385.617z"/><path id="XMLID_3870_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M289.163,385.882c-0.102-0.072-0.568,0.128-0.372,0.267C288.894,386.223,289.359,386.02,289.163,385.882z"/><path id="XMLID_3869_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M257.915,386.149c0.515-0.339,0.584-1.303-0.376-1.33C257.026,385.157,256.958,386.123,257.915,386.149z"/><path id="XMLID_3868_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M397.593,385.084c0.107,0.075,0.577-0.127,0.379-0.265C397.865,384.743,397.4,384.946,397.593,385.084z"/><path id="XMLID_3867_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M187.14,385.084c0.857,0.075,1.417-0.062,1.506-0.531C187.975,384.614,186.763,384.284,187.14,385.084z"/><path id="XMLID_3866_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M136.311,384.82c-0.104-0.077-0.567,0.126-0.377,0.265C136.039,385.16,136.507,384.957,136.311,384.82z"/><path id="XMLID_3865_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.056,384.82c-0.003,0.145,0.302,0.299,0.374,0C102.429,384.671,102.126,384.518,102.056,384.82z"/><path id="XMLID_3864_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M356.184,384.553c-0.107-0.075-0.572,0.125-0.376,0.266C355.91,384.893,356.377,384.691,356.184,384.553z"/><path id="XMLID_3863_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M324.181,384.553c0.054-0.28-0.292-0.688-0.378-0.266C323.748,384.565,324.097,384.975,324.181,384.553z"/><path id="XMLID_3862_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M3.412,384.287c-0.102-0.072-0.572,0.129-0.374,0.266C3.143,384.626,3.608,384.424,3.412,384.287z"/><path id="XMLID_3861_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M248.504,384.02c-0.29,0.059-0.741,0.009-0.752,0.267C248.044,384.226,248.496,384.28,248.504,384.02z"/><path id="XMLID_3860_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M366.722,383.489c0-0.148-0.304-0.301-0.376,0C366.344,383.637,366.653,383.789,366.722,383.489z"/><path id="XMLID_3859_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M254.53,383.489c-0.104-0.073-0.572,0.128-0.376,0.266C254.258,383.828,254.721,383.627,254.53,383.489z"/><path id="XMLID_3858_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M147.231,383.755c-0.06-0.314,0.068-0.755-0.379-0.797c-0.018,0.162-0.055,0.313-0.375,0.266C146.523,383.548,146.59,383.853,147.231,383.755z"/><path id="XMLID_3857_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M143.463,383.489c-0.288,0.059-0.742,0.008-0.751,0.266C143.005,383.695,143.455,383.748,143.463,383.489z"/><path id="XMLID_3856_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M141.958,382.424c-0.854-0.074-1.411,0.063-1.503,0.533c0.536,0.064,0.632,0.439,1.127,0.532C141.7,383.131,142.119,382.982,141.958,382.424z"/><path id="XMLID_3855_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M222.904,382.69c0.106,0.075,0.571-0.129,0.378-0.265C223.18,382.353,222.711,382.554,222.904,382.69z"/><path id="XMLID_3854_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M397.972,382.161c-0.081-0.324-0.417-0.164-0.752,0C397.223,382.429,397.881,382.494,397.972,382.161z"/><path id="XMLID_3852_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M327.943,381.893c-0.104-0.073-0.57,0.129-0.372,0.268C327.671,382.233,328.141,382.031,327.943,381.893z"/><path id="XMLID_3851_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M162.665,382.161c0.108-0.608-0.088-1.001-0.752-1.064C161.319,381.492,161.492,382.285,162.665,382.161z"/><path id="XMLID_3850_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M119.747,382.161c0.037-0.42,0.96-0.209,0.75-0.802c-0.678-0.225-1.033-0.682-1.877-0.795C118.596,381.375,118.958,381.919,119.747,382.161z"/><path id="XMLID_3849_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M375.757,381.628c-0.104-0.072-0.57,0.129-0.373,0.265C375.485,381.966,375.953,381.764,375.757,381.628z"/><path id="XMLID_3848_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M460.844,381.628c0.107,0.074,0.572-0.129,0.376-0.269C461.118,381.29,460.648,381.489,460.844,381.628z"/><path id="XMLID_3847_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M404.745,381.628c0.252,0,0.503,0,0.757,0c-0.205-0.385,0.439-1.374-0.38-1.33c0.274,0.724-0.746,0.536-0.748,1.061C404.604,381.376,404.819,381.399,404.745,381.628z"/><path id="XMLID_3846_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M275.238,381.359c0.052-0.275-0.293-0.683-0.381-0.262C274.803,381.375,275.149,381.785,275.238,381.359z"/><path id="XMLID_3845_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M131.04,380.831c-0.104-0.074-0.567,0.129-0.374,0.266C130.768,381.171,131.233,380.967,131.04,380.831z"/><path id="XMLID_3844_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.358,380.565c-0.252,0-0.503,0-0.753,0c0,0.177,0,0.353,0,0.533c0.251,0,0.501,0,0.753,0C116.358,380.918,116.358,380.742,116.358,380.565z"/><path id="XMLID_3840_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M343.003,380.032c0.002-0.146-0.307-0.3-0.374,0C342.626,380.181,342.93,380.333,343.003,380.032z"/><path id="XMLID_3839_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M181.491,379.766c-0.23-0.366-1.448-0.039-1.506-0.534c-0.042-0.322-0.11-0.628-0.753-0.53C178.636,379.996,181.067,380.815,181.491,379.766z"/><path id="XMLID_3838_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M428.468,379.501c-0.107-0.074-0.574,0.128-0.378,0.265C428.194,379.841,428.661,379.64,428.468,379.501z"/><path id="XMLID_3837_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M182.245,379.766c0.25,0,0.502,0,0.752,0c0-0.178,0-0.352,0-0.534c-0.25,0-0.502,0-0.752,0C182.245,379.414,182.245,379.588,182.245,379.766z"/><path id="XMLID_3836_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M104.309,379.501c-0.29,0.058-0.74,0.007-0.75,0.265C103.849,379.708,104.298,379.758,104.309,379.501z"/><path id="XMLID_3835_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M354.674,379.232c0.489-0.35,0.233-0.801-0.374-1.059C354.252,378.836,353.579,379.003,354.674,379.232z"/><path id="XMLID_3834_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M7.553,378.969c-0.101-0.072-0.57,0.129-0.378,0.263C7.279,379.309,7.75,379.104,7.553,378.969z"/><path id="XMLID_3833_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M459.34,378.702c-0.109-0.073-0.572,0.13-0.376,0.267C459.063,379.04,459.533,378.84,459.34,378.702z"/><path id="XMLID_3832_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M249.636,378.702c-0.294,0.06-0.743,0.01-0.754,0.267C249.175,378.91,249.628,378.963,249.636,378.702z"/><path id="XMLID_3830_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M474.025,378.438c-0.008-0.268-0.663-0.335-0.757,0C473.69,378.409,473.857,378.824,474.025,378.438z"/><path id="XMLID_3829_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M489.08,378.438c0.118-0.361,0.537-0.508,0.378-1.063c-0.378,0-0.754,0-1.128,0C488.222,377.981,488.421,378.373,489.08,378.438z"/><path id="XMLID_3828_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M345.261,378.438c0-0.266,0.306-0.318,0.378-0.534c-0.483-0.012-0.522-0.339-1.129-0.265C344.494,378.098,344.796,378.322,345.261,378.438z"/><path id="XMLID_3827_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M471.761,378.173c0.107,0.071,0.576-0.129,0.378-0.269C472.036,377.832,471.57,378.033,471.761,378.173z"/><path id="XMLID_3826_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M275.238,377.904C276.147,377.014,273.975,378.549,275.238,377.904L275.238,377.904z"/><path id="XMLID_3825_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M154.382,378.173c0.32-0.308,0.502-0.716,0.38-1.33c-0.568,0.043-1.386-0.097-1.508,0.265C154.254,377.023,152.902,378.599,154.382,378.173z"/><path id="XMLID_3824_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M217.256,377.904c0.643-0.448-0.219-1.194-0.752-1.595C215.923,376.715,215.828,378.135,217.256,377.904z"/><path id="XMLID_3823_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M155.137,377.375c-0.004,0.146,0.307,0.299,0.379,0C155.517,377.227,155.208,377.072,155.137,377.375z"/><path id="XMLID_3822_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M24.121,377.108c-1.058-0.051-1.032-0.869-1.885-1.063c0.464,0.86-1.215,0.203-0.753,1.063C22.896,376.857,23.642,378.235,24.121,377.108z"/><path id="XMLID_3821_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M182.626,377.108c-0.11-0.073-0.575,0.125-0.382,0.266C182.349,377.449,182.814,377.245,182.626,377.108z"/><path id="XMLID_3820_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M118.238,377.108c-0.076-0.325-0.413-0.164-0.748,0C117.492,377.375,118.149,377.44,118.238,377.108z"/><path id="XMLID_3817_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M166.434,376.577c-0.105-0.073-0.572,0.127-0.38,0.266C166.159,376.917,166.625,376.714,166.434,376.577z"/><path id="XMLID_3816_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M311.757,376.309c-0.444,0.04-1.068-0.044-1.133,0.268C311.067,376.534,311.696,376.62,311.757,376.309z"/><path id="XMLID_3815_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M161.914,376.045c-0.29,0.058-0.741,0.006-0.754,0.264C161.451,376.251,161.905,376.303,161.914,376.045z"/><path id="XMLID_3814_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M489.458,375.778c0-0.177,0-0.354,0-0.534c-0.378,0-0.449-0.214-0.754-0.267C488.741,375.4,488.656,375.902,489.458,375.778z"/><path id="XMLID_3813_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M304.603,375.513c-0.107-0.074-0.572,0.129-0.376,0.265C304.331,375.852,304.798,375.651,304.603,375.513z"/><path id="XMLID_3812_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M119.37,375.778c0.259-0.713-0.78-0.512-1.131-0.801C118.016,375.673,118.393,375.937,119.37,375.778z"/><path id="XMLID_3811_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M471.761,375.513c0.861,0.074,1.417-0.065,1.506-0.536C472.605,375.038,471.383,374.716,471.761,375.513z"/><path id="XMLID_3810_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.117,375.513c0.104-0.606-0.095-0.999-0.756-1.064C148.253,375.051,148.452,375.448,149.117,375.513z"/><path id="XMLID_3809_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M385.922,375.244c0.109,0.077,0.574-0.126,0.381-0.267C386.194,374.908,385.731,375.109,385.922,375.244z"/><path id="XMLID_3808_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M128.404,374.977c-0.101-0.069-0.572,0.132-0.376,0.267C128.136,375.321,128.6,375.118,128.404,374.977z"/><path id="XMLID_3807_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M406.631,374.716c0.019-0.338,0.48-0.371,0.375-0.799c-0.252,0-0.502,0-0.754,0C405.828,374.299,405.846,374.565,406.631,374.716z"/><path id="XMLID_3805_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M111.087,373.918C112.233,373.021,109.695,373.109,111.087,373.918L111.087,373.918z"/><path id="XMLID_3803_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M490.589,373.119C491.498,372.228,489.325,373.762,490.589,373.119L490.589,373.119z"/><path id="XMLID_3802_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M441.642,373.385c0.107,0.072,0.573-0.128,0.376-0.266C441.921,373.047,441.446,373.246,441.642,373.385z"/><path id="XMLID_3801_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M277.117,373.385c0.252,0,0.504,0,0.757,0c0-0.18,0-0.354,0-0.532c-0.253,0-0.505,0-0.757,0C277.117,373.031,277.117,373.206,277.117,373.385z"/><path id="XMLID_3800_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M160.033,373.119c0.003,0.269,0.66,0.332,0.756,0C160.705,372.797,160.368,372.957,160.033,373.119z"/><path id="XMLID_3799_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M374.25,373.119c0-0.355,0-0.71,0-1.062C372.807,371.845,372.807,373.327,374.25,373.119z"/><path id="XMLID_3798_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M152.502,372.853c0-0.148-0.309-0.305-0.378,0C152.124,373,152.429,373.153,152.502,372.853z"/><path id="XMLID_3797_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M228.927,372.589c0.003-0.15-0.304-0.305-0.374,0C228.553,372.733,228.856,372.89,228.927,372.589z"/><path id="XMLID_3796_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M148.737,371.789c0.018,0.365-0.176,0.584-0.376,0.799c0.478,0.01,0.52,0.339,1.124,0.265C149.597,372.246,149.398,371.853,148.737,371.789z"/><path id="XMLID_3795_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M142.712,372.32c-0.102-0.074-0.57,0.127-0.376,0.269C142.441,372.662,142.908,372.459,142.712,372.32z"/><path id="XMLID_3794_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M105.067,372.057c0.376-0.004,0.445,0.212,0.75,0.263c-0.003-0.267,0.306-0.314,0.38-0.531c-0.383,0.001-0.453-0.218-0.754-0.266C105.443,371.791,105.135,371.84,105.067,372.057z"/><path id="XMLID_3793_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M247.003,372.057c0.02-0.341,0.48-0.369,0.378-0.798c-0.252,0-0.503,0-0.759,0C246.2,371.642,246.218,371.906,247.003,372.057z"/><path id="XMLID_3792_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M151.372,371.789c0-0.148-0.305-0.302-0.375,0C150.997,371.937,151.3,372.092,151.372,371.789z"/><path id="XMLID_3791_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M142.712,371.789c0-0.148-0.306-0.302-0.376,0C142.336,371.937,142.636,372.092,142.712,371.789z"/><path id="XMLID_3790_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M477.41,371.259c-0.252,0-0.502,0-0.755,0c0,0.177,0,0.354,0,0.53c0.253,0,0.503,0,0.755,0C477.41,371.614,477.41,371.436,477.41,371.259z"/><path id="XMLID_3789_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M157.77,369.929c0,0.354,0,0.71,0,1.062C159.225,371.201,159.225,369.72,157.77,369.929z"/><path id="XMLID_3788_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M163.796,370.46C164.193,368.92,162.164,370.349,163.796,370.46L163.796,370.46z"/><path id="XMLID_3787_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M433.362,369.929c0.489,0.341,1.387,0.341,1.88,0C435.236,368.69,433.368,368.69,433.362,369.929z"/><path id="XMLID_3786_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M426.584,369.929c-0.292,0.061-0.743,0.005-0.749,0.263C426.119,370.135,426.576,370.186,426.584,369.929z"/><path id="XMLID_3782_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M466.493,369.929c0-0.178,0-0.354,0-0.532c-0.378,0-0.753,0-1.129,0C465.316,369.874,465.735,370.019,466.493,369.929z"/><path id="XMLID_3781_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M470.635,369.129c-0.423,0.029-0.586-0.387-0.752,0C469.885,369.399,470.542,369.466,470.635,369.129z"/><path id="XMLID_3780_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M207.091,368.866c-0.099-0.073-0.565,0.128-0.372,0.264C206.818,369.206,207.283,369.001,207.091,368.866z"/><path id="XMLID_3779_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M433.362,368.068c-0.252,0-0.502,0-0.755,0c0,0.177,0,0.352,0,0.532c0.253,0,0.503,0,0.755,0C433.362,368.42,433.362,368.245,433.362,368.068z"/><path id="XMLID_3778_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M442.018,368.331c0-0.176,0-0.352,0-0.529c-0.376,0-0.753,0-1.128,0C440.842,368.275,441.265,368.421,442.018,368.331z"/><path id="XMLID_3775_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M425.454,367.534c-0.378,0.002-0.448-0.213-0.753-0.265c0.002,0.267-0.307,0.316-0.376,0.533c0.378,0,0.445,0.214,0.757,0.265C425.076,367.802,425.382,367.749,425.454,367.534z"/><path id="XMLID_3774_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M417.548,367.802c-0.102-0.074-0.568,0.129-0.376,0.265C417.274,368.139,417.743,367.939,417.548,367.802z"/><path id="XMLID_3773_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M370.867,367.802c0.024-0.004-0.026-0.246,0-0.268c0.036-0.03,0.354-0.549,0.376-0.532C370.832,366.62,369.523,367.969,370.867,367.802z"/><path id="XMLID_3770_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M414.913,367.003c0-0.267,0.308-0.317,0.378-0.531c-0.591,0.025-1.306-0.036-1.131,0.531C414.41,367.003,414.665,367.003,414.913,367.003z"/><path id="XMLID_3769_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M147.605,366.739c0.007-0.151-0.301-0.303-0.374,0C147.231,366.883,147.54,367.037,147.605,366.739z"/><path id="XMLID_3768_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M482.684,364.346c-1.982-0.071-2.36,0.991-2.636,2.126C481.642,366.989,483.121,366.043,482.684,364.346z"/><path id="XMLID_3767_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M433.738,366.472c-0.294,0.06-0.743,0.008-0.755,0.267C433.277,366.678,433.728,366.729,433.738,366.472z"/><path id="XMLID_3766_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M155.137,366.205c0.916-0.678-0.156-1.451-0.756-1.859c-0.062,0.308-0.593,0.289-1.128,0.264C153.461,365.44,154.152,365.93,155.137,366.205z"/><path id="XMLID_3765_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M112.972,366.205c0.018-0.339,0.481-0.369,0.376-0.795c-0.251,0-0.502,0-0.753,0C112.172,365.789,112.187,366.059,112.972,366.205z"/><path id="XMLID_3764_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M305.732,365.14c0.104,0.073,0.574-0.129,0.376-0.265C306.006,364.805,305.535,365.004,305.732,365.14z"/><path id="XMLID_3763_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M90.756,365.14c0.108,0.073,0.57-0.129,0.379-0.265C91.031,364.805,90.566,365.004,90.756,365.14z"/><path id="XMLID_3762_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M428.468,364.079c-0.107-0.072-0.574,0.129-0.378,0.267C428.194,364.419,428.661,364.216,428.468,364.079z"/><path id="XMLID_3761_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M235.709,364.079C236.617,363.187,234.444,364.723,235.709,364.079L235.709,364.079z"/><path id="XMLID_3760_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M56.121,364.346c0.073-0.765,0.047-1.453-1.132-1.33c-0.113,0.358-0.534,0.507-0.374,1.063C55.122,364.162,55.337,364.457,56.121,364.346z"/><path id="XMLID_3754_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M50.476,363.28c0.248,0,0.502,0,0.753,0c0-0.179,0-0.354,0-0.532c-0.251,0-0.505,0-0.753,0C50.476,362.926,50.476,363.101,50.476,363.28z"/><path id="XMLID_3753_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M460.844,361.95c0.018,0.367-0.176,0.584-0.373,0.799c0.48,0.014,0.522,0.342,1.126,0.267C461.701,362.411,461.507,362.015,460.844,361.95z"/><path id="XMLID_3752_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M397.593,362.482c-0.495-0.002-0.34-0.465-0.751-0.533c-0.032,0.419-0.964,0.212-0.755,0.799C397.035,362.78,397.267,363.257,397.593,362.482z"/><path id="XMLID_3751_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M208.22,362.748c0.005-0.147-0.303-0.302-0.371,0C207.844,362.894,208.151,363.052,208.22,362.748z"/><path id="XMLID_3750_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M186.386,362.217c0.037-0.031,0.361-0.549,0.377-0.535c-0.408-0.382-1.716,0.969-0.377,0.8C186.407,362.48,186.366,362.235,186.386,362.217z"/><path id="XMLID_3749_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M267.704,361.42c-0.251,0-0.503,0-0.755,0c0,0.176,0,0.354,0,0.53c0.252,0,0.504,0,0.755,0C267.704,361.773,267.704,361.595,267.704,361.42z"/><path id="XMLID_3748_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M216.126,361.42c0-0.149-0.303-0.303-0.377,0C215.749,361.565,216.059,361.723,216.126,361.42z"/><path id="XMLID_3747_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M134.054,361.42c-0.292,0.061-0.744,0.006-0.755,0.262C133.592,361.626,134.042,361.678,134.054,361.42z"/><path id="XMLID_3746_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M302.342,361.154c-0.105-0.073-0.57,0.129-0.374,0.266C302.072,361.492,302.538,361.291,302.342,361.154z"/><path id="XMLID_3745_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M369.355,360.886c-0.288,0.062-0.739,0.007-0.747,0.268C368.898,361.092,369.345,361.145,369.355,360.886z"/><path id="XMLID_3744_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M140.077,360.886c-0.442,0.042-1.066-0.042-1.128,0.268C139.389,361.112,140.014,361.198,140.077,360.886z"/><path id="XMLID_3743_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M134.807,360.886c-0.104-0.073-0.569,0.13-0.376,0.268C134.536,361.227,135.002,361.025,134.807,360.886z"/><path id="XMLID_3742_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M79.837,360.886c0.003-0.147-0.304-0.299-0.374,0C79.458,361.035,79.767,361.189,79.837,360.886z"/><path id="XMLID_3741_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M303.096,360.886c-0.057-0.314,0.066-0.753-0.373-0.796c-0.026,0.161-0.058,0.314-0.38,0.265C302.387,360.68,302.457,360.984,303.096,360.886z"/><path id="XMLID_3740_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M292.555,360.622C293.465,359.729,291.292,361.264,292.555,360.622L292.555,360.622z"/><path id="XMLID_3739_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M427.339,360.622c0.511-0.339,0.58-1.306-0.376-1.331C426.452,359.63,426.378,360.595,427.339,360.622z"/><path id="XMLID_3738_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M375.757,360.356c0.294-0.059,0.746-0.01,0.753-0.265C376.22,360.149,375.77,360.095,375.757,360.356z"/><path id="XMLID_3737_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M320.413,360.356c0.254,0,0.502,0,0.753,0c0-0.268,0.311-0.317,0.378-0.533C320.952,359.849,320.244,359.788,320.413,360.356z"/><path id="XMLID_3736_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M452.562,360.091c-0.002-0.267,0.306-0.317,0.38-0.534c-0.596,0.026-1.309-0.035-1.133,0.534C452.057,360.091,452.314,360.091,452.562,360.091z"/><path id="XMLID_3735_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M454.821,359.824c0.118-0.358,0.533-0.508,0.376-1.063C454.152,358.334,454.16,359.907,454.821,359.824z"/><path id="XMLID_3734_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M449.927,359.291c-0.253,0-0.503,0-0.751,0c0,0.176,0,0.354,0,0.533c0.248,0,0.498,0,0.751,0C449.927,359.645,449.927,359.468,449.927,359.291z"/><path id="XMLID_3733_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M471.761,359.291c-0.104-0.074-0.57,0.129-0.376,0.266C471.49,359.63,471.957,359.428,471.761,359.291z"/><path id="XMLID_3732_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M350.158,358.76c-0.648-0.016-0.964,0.204-1.127,0.531C349.621,359.268,350.332,359.327,350.158,358.76z"/><path id="XMLID_3731_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M315.145,359.024c-0.104-0.074-0.572,0.129-0.378,0.267C314.873,359.367,315.34,359.166,315.145,359.024z"/><path id="XMLID_3730_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M209.355,359.024c-0.106-0.074-0.576,0.129-0.382,0.267C209.077,359.367,209.547,359.166,209.355,359.024z"/><path id="XMLID_3729_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M443.527,358.76c-0.081-0.321-0.418-0.162-0.753,0C442.777,359.028,443.433,359.094,443.527,358.76z"/><path id="XMLID_3728_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M378.018,359.024C379.382,357.772,375.816,358.672,378.018,359.024L378.018,359.024z"/><path id="XMLID_3726_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M446.537,358.227c-0.105-0.073-0.57,0.13-0.376,0.267C446.265,358.567,446.736,358.365,446.537,358.227z"/><path id="XMLID_3725_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M284.27,357.695c-0.25,0-0.504,0-0.752,0c0,0.179,0,0.356,0,0.532c0.248,0,0.502,0,0.752,0C284.27,358.052,284.27,357.874,284.27,357.695z"/><path id="XMLID_3724_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M6.046,357.964c-0.102-0.077-0.568,0.126-0.374,0.263C5.776,358.301,6.241,358.1,6.046,357.964z"/><path id="XMLID_3723_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M66.661,357.695c0.103-0.605-0.089-1.001-0.753-1.06C65.432,356.945,65.608,357.737,66.661,357.695z"/><path id="XMLID_3722_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M298.58,357.429c0-0.531,0-1.063,0-1.595c-1.385-0.087-1.141,0.972-1.507,1.595C297.576,357.429,298.077,357.429,298.58,357.429z"/><path id="XMLID_3721_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M222.904,357.165C223.814,356.273,221.644,357.806,222.904,357.165L222.904,357.165z"/><path id="XMLID_3720_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M50.847,357.429c-0.25-0.99,1.046-1.559-0.748-1.595C50.326,356.384,49.49,357.681,50.847,357.429z"/><path id="XMLID_3719_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M172.832,357.165c0.104,0.072,0.57-0.129,0.377-0.268C173.107,356.826,172.633,357.025,172.832,357.165z"/><path id="XMLID_3718_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M42.192,356.898c-0.104-0.072-0.573,0.127-0.379,0.268C41.915,357.237,42.383,357.036,42.192,356.898z"/><path id="XMLID_3717_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M220.649,356.366c-0.105-0.071-0.574,0.129-0.377,0.269C220.374,356.706,220.842,356.506,220.649,356.366z"/><path id="XMLID_3716_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M20.356,356.366c-0.105-0.071-0.575,0.129-0.376,0.269C20.082,356.706,20.55,356.506,20.356,356.366z"/><path id="XMLID_3715_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M332.837,356.366c0.107,0.074,0.574-0.128,0.378-0.264C333.113,356.027,332.644,356.228,332.837,356.366z"/><path id="XMLID_3714_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M186.763,355.57c0.057,0.312-0.068,0.756,0.377,0.796c0.036-0.683,1.469-0.379,1.506-1.062C187.463,355.603,187.646,355.226,186.763,355.57z"/><path id="XMLID_3713_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M38.804,356.366c0.115-0.359,0.536-0.506,0.374-1.062c-0.502,0-1.005,0-1.504,0C37.608,355.969,38.249,356.136,38.804,356.366z"/><path id="XMLID_3712_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M123.891,356.102c1.027-0.43-0.555-0.893-0.756-0.268C123.512,355.834,123.58,356.05,123.891,356.102z"/><path id="XMLID_3711_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M84.358,356.102c0.293-0.061,0.742-0.009,0.754-0.268C84.819,355.894,84.369,355.841,84.358,356.102z"/><path id="XMLID_3710_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M16.965,355.57c-0.055,0.277,0.292,0.686,0.375,0.264C17.399,355.554,17.049,355.148,16.965,355.57z"/><path id="XMLID_3709_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M181.109,355.57c-0.098-0.076-0.565,0.127-0.371,0.264C180.842,355.907,181.313,355.707,181.109,355.57z"/><path id="XMLID_3708_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M415.291,355.57c0.103,0.073,0.57-0.129,0.376-0.266C415.563,355.228,415.1,355.429,415.291,355.57z"/><path id="XMLID_3707_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M297.449,355.304c0.251-0.616-1.472-0.575-1.132,0C296.447,355.518,297.318,355.623,297.449,355.304z"/><path id="XMLID_3706_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M292.931,355.57c-0.165-0.502,0.508-1.605-0.753-1.331C292.12,354.899,292.109,355.529,292.931,355.57z"/><path id="XMLID_3705_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M422.818,355.037c0.107,0.076,0.57-0.129,0.379-0.268C423.09,354.698,422.623,354.899,422.818,355.037z"/><path id="XMLID_3702_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M478.915,354.505c0.101,0.075,0.574-0.129,0.373-0.266C479.187,354.165,478.719,354.366,478.915,354.505z"/><path id="XMLID_3701_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M392.325,353.974c-0.107-0.076-0.572,0.128-0.376,0.265C392.051,354.313,392.521,354.111,392.325,353.974z"/><path id="XMLID_3700_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M88.118,353.974c-0.101-0.076-0.565,0.128-0.375,0.265C87.852,354.313,88.32,354.111,88.118,353.974z"/><path id="XMLID_3699_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M246.622,353.177c-0.856-0.076-1.412,0.062-1.507,0.532c0.715-0.061,0.832,0.3,1.507,0.265C246.622,353.709,246.622,353.441,246.622,353.177z"/><path id="XMLID_3698_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M221.023,353.709c0-0.149-0.301-0.302-0.374,0C220.649,353.855,220.948,354.011,221.023,353.709z"/><path id="XMLID_3697_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M90.756,353.709c-0.102-0.075-0.57,0.13-0.374,0.265C90.488,354.047,90.952,353.846,90.756,353.709z"/><path id="XMLID_3696_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M31.65,353.974c0.655,0.018,1.171-0.059,1.503-0.265c0.117-0.702-0.521-0.875-1.503-0.801C31.65,353.264,31.65,353.618,31.65,353.974z"/><path id="XMLID_3695_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M491.718,353.441c0-0.146-0.309-0.302-0.376,0C491.342,353.59,491.644,353.743,491.718,353.441z"/><path id="XMLID_3694_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M187.892,352.646c-0.628,0-1.255,0-1.883,0c0.031,0.46-0.084,0.826-0.376,1.063C187.27,353.977,187.311,353.12,187.892,352.646z"/><path id="XMLID_3693_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M112.219,353.709c0-0.177,0-0.355,0-0.532c-0.376,0-0.753,0-1.132,0C111.04,353.654,111.463,353.798,112.219,353.709z"/><path id="XMLID_3692_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M107.7,353.441c1.768,0.086,1.007-1.23,0-1.329C106.997,352.618,107.923,352.596,107.7,353.441z"/><path id="XMLID_3691_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M253.777,352.379c-0.252,0-0.503,0-0.755,0c-0.022,0.341-0.484,0.369-0.374,0.798c0.374,0,0.753,0,1.129,0C253.777,352.908,253.777,352.646,253.777,352.379z"/><path id="XMLID_3690_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.805,352.908c-0.292,0.062-0.742,0.01-0.749,0.269C102.345,353.115,102.795,353.166,102.805,352.908z"/><path id="XMLID_3689_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M61.39,352.908c0.021-0.16,0.058-0.312,0.379-0.262c0-0.179,0-0.356,0-0.533C60.841,351.699,60.661,353.015,61.39,352.908z"/><path id="XMLID_3688_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M385.922,352.379c-0.102-0.073-0.572,0.13-0.372,0.267C385.652,352.717,386.117,352.517,385.922,352.379z"/><path id="XMLID_3687_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M382.16,352.646C383.524,351.389,379.957,352.29,382.16,352.646L382.16,352.646z"/><path id="XMLID_3686_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M320.789,352.646c0.022-0.342,0.485-0.369,0.376-0.799c-0.251,0-0.499,0-0.753,0C319.998,352.228,320.013,352.493,320.789,352.646z"/><path id="XMLID_3685_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M9.437,352.379c0.376,0,0.448,0.217,0.756,0.267C11.22,352.217,9.639,351.751,9.437,352.379z"/><path id="XMLID_3684_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M395.711,352.112c-0.104-0.072-0.568,0.129-0.374,0.266C395.439,352.451,395.909,352.251,395.711,352.112z"/><path id="XMLID_3683_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M326.816,352.112c-0.104-0.072-0.572,0.129-0.376,0.266C326.542,352.451,327.012,352.251,326.816,352.112z"/><path id="XMLID_3682_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M139.703,352.112c-0.107-0.072-0.573,0.129-0.376,0.266C139.429,352.451,139.896,352.251,139.703,352.112z"/><path id="XMLID_3681_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M387.802,351.847C388.716,350.953,386.542,352.489,387.802,351.847L387.802,351.847z"/><path id="XMLID_3680_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M268.84,351.847c-0.005-0.269-0.666-0.335-0.759,0C268.508,351.818,268.669,352.233,268.84,351.847z"/><path id="XMLID_3679_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M254.153,352.112c0.104,0.072,0.568-0.129,0.376-0.265C254.425,351.77,253.958,351.975,254.153,352.112z"/><path id="XMLID_3678_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M14.335,351.847c-0.296,0.059-0.748,0.004-0.756,0.265C13.871,352.053,14.321,352.104,14.335,351.847z"/><path id="XMLID_3676_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M402.867,351.847c0.02-0.342,0.483-0.371,0.376-0.798c-0.25,0-0.501,0-0.759,0C402.071,351.432,402.082,351.697,402.867,351.847z"/><path id="XMLID_3675_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M120.876,351.578c-0.104-0.07-0.569,0.129-0.38,0.269C120.604,351.918,121.07,351.72,120.876,351.578z"/><path id="XMLID_3673_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.429,351.315c-0.105-0.074-0.57,0.128-0.374,0.263C102.156,351.657,102.62,351.452,102.429,351.315z"/><path id="XMLID_3672_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M83.229,351.315c-0.422,0.026-0.586-0.387-0.756,0C82.478,351.583,83.137,351.647,83.229,351.315z"/><path id="XMLID_3671_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M237.966,350.783c-0.254,0-0.504,0-0.754,0c0,0.176,0,0.354,0,0.533c0.25,0,0.5,0,0.754,0C237.966,351.136,237.966,350.959,237.966,350.783z"/><path id="XMLID_3670_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M86.995,350.783c-0.252,0-0.503,0-0.754,0c0,0.176,0,0.354,0,0.533c0.251,0,0.502,0,0.754,0C86.995,351.136,86.995,350.959,86.995,350.783z"/><path id="XMLID_3669_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M437.881,350.783c-0.446,0.042-1.068-0.045-1.133,0.266C437.193,351.008,437.815,351.095,437.881,350.783z"/><path id="XMLID_3668_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M247.381,350.783c-0.007,0.148,0.299,0.301,0.371,0C247.754,350.638,247.45,350.48,247.381,350.783z"/><path id="XMLID_3666_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M38.053,350.517c-0.427,0.026-0.589-0.387-0.756,0C37.302,350.784,37.956,350.85,38.053,350.517z"/><path id="XMLID_3665_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M67.796,350.25c0-0.145-0.311-0.298-0.381,0C67.415,350.399,67.718,350.553,67.796,350.25z"/><path id="XMLID_3664_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M196.553,349.985c0-0.149-0.309-0.301-0.377,0C196.171,350.134,196.484,350.288,196.553,349.985z"/><path id="XMLID_3663_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M415.668,349.72c-0.083-0.324-0.422-0.164-0.755,0C414.913,349.988,415.573,350.055,415.668,349.72z"/><path id="XMLID_3662_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M234.574,349.452c-0.25,0-0.501,0-0.752,0c0,0.177,0,0.356,0,0.533c0.251,0,0.502,0,0.752,0C234.574,349.808,234.574,349.629,234.574,349.452z"/><path id="XMLID_3661_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M155.137,349.985c0.106,0.072,0.57-0.127,0.379-0.265C155.41,349.644,154.944,349.849,155.137,349.985z"/><path id="XMLID_3660_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M139.703,349.72c0,0.146,0.301,0.301,0.374,0C140.077,349.573,139.77,349.417,139.703,349.72z"/><path id="XMLID_3659_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M105.443,349.72c0-0.147-0.308-0.303-0.376,0C105.062,349.866,105.368,350.021,105.443,349.72z"/><path id="XMLID_3658_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M31.65,349.72c-0.293,0.06-0.745,0.006-0.751,0.265C31.189,349.927,31.639,349.978,31.65,349.72z"/><path id="XMLID_3657_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M368.229,349.187c-0.078-0.321-0.418-0.165-0.753,0C367.479,349.455,368.135,349.523,368.229,349.187z"/><path id="XMLID_3656_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M337.731,349.187c-0.106-0.073-0.568,0.129-0.375,0.266C337.461,349.526,337.93,349.327,337.731,349.187z"/><path id="XMLID_3655_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M277.117,348.657c-0.253,0-0.501,0-0.751,0c0,0.264-0.302,0.314-0.376,0.53c0.479,0.017,0.52,0.341,1.127,0.266C277.117,349.187,277.117,348.921,277.117,348.657z"/><path id="XMLID_3654_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M155.137,349.187c-0.004-0.266,0.307-0.316,0.379-0.53c-0.596,0.024-1.307-0.036-1.135,0.53C154.636,349.187,154.887,349.187,155.137,349.187z"/><path id="XMLID_3653_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M379.899,348.657c-0.104-0.072-0.57,0.127-0.376,0.264C379.627,348.996,380.092,348.793,379.899,348.657z"/><path id="XMLID_3652_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M247.381,348.921c0.498,0,0.999,0,1.502,0c0.152-0.637-0.69-0.576-0.378-1.329C246.826,347.708,247.946,348.153,247.381,348.921z"/><path id="XMLID_3651_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M140.077,348.657c-0.102-0.072-0.573,0.127-0.374,0.264C139.807,348.996,140.27,348.793,140.077,348.657z"/><path id="XMLID_3650_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M105.067,348.921c0.099,0.075,0.57-0.127,0.376-0.264C105.331,348.585,104.868,348.784,105.067,348.921z"/><path id="XMLID_3649_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M14.708,348.392c-0.724-0.109-0.296-1.035-1.506-0.8C12.18,348.013,14.131,349.179,14.708,348.392z"/><path id="XMLID_3648_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M472.518,348.123c-0.109-0.072-0.574,0.129-0.378,0.269C472.245,348.462,472.71,348.263,472.518,348.123z"/><path id="XMLID_3647_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M391.192,348.123c-0.293,0.062-0.743,0.007-0.749,0.269C390.734,348.328,391.182,348.381,391.192,348.123z"/><path id="XMLID_3646_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M234.574,347.857c0-0.176,0-0.355,0-0.53c-0.375,0-0.752,0-1.13,0C233.398,347.805,233.822,347.948,234.574,347.857z"/><path id="XMLID_3645_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M170.197,347.592c-0.105-0.076-0.571,0.127-0.377,0.265C169.922,347.931,170.388,347.732,170.197,347.592z"/><path id="XMLID_3644_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M79.09,347.592c-0.107-0.076-0.576,0.127-0.38,0.265C78.818,347.931,79.281,347.732,79.09,347.592z"/><path id="XMLID_3643_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M17.34,347.592c-0.103-0.076-0.569,0.127-0.375,0.265C17.069,347.931,17.54,347.732,17.34,347.592z"/><path id="XMLID_3642_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M251.139,347.327c-0.104-0.072-0.568,0.129-0.376,0.265C250.868,347.666,251.335,347.464,251.139,347.327z"/><path id="XMLID_3641_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M120.124,347.327c0.502,0.344,1.399,0.35,1.509-0.266C121.131,346.714,120.229,346.709,120.124,347.327z"/><path id="XMLID_3640_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M465.365,347.061c-0.081-0.321-0.419-0.164-0.753,0C464.614,347.329,465.268,347.395,465.365,347.061z"/><path id="XMLID_3639_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M426.963,347.061c0-0.148-0.308-0.305-0.378,0C426.584,347.207,426.889,347.361,426.963,347.061z"/><path id="XMLID_3638_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M254.53,346.793c-0.25,0-0.503,0-0.753,0c0,0.176,0,0.357,0,0.534c0.25,0,0.503,0,0.753,0C254.53,347.15,254.53,346.97,254.53,346.793z"/><path id="XMLID_3637_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M79.09,347.061c-0.107-0.076-0.576,0.127-0.38,0.266C78.818,347.4,79.281,347.198,79.09,347.061z"/><path id="XMLID_3636_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M77.954,346.793c-0.648-0.014-0.962,0.206-1.129,0.534C77.421,347.301,78.132,347.361,77.954,346.793z"/><path id="XMLID_3635_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M12.826,347.061c-0.105-0.076-0.571,0.127-0.377,0.266C12.551,347.4,13.021,347.198,12.826,347.061z"/><path id="XMLID_3634_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M474.401,347.061c0-0.268,0-0.533,0-0.798c-0.859-0.076-1.415,0.063-1.504,0.53C473.401,346.878,473.61,347.174,474.401,347.061z"/><path id="XMLID_3633_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M439.009,346.793c0-0.147-0.302-0.3-0.376,0C438.632,346.942,438.936,347.097,439.009,346.793z"/><path id="XMLID_3632_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M422.445,347.061c0.248,0,0.5,0,0.752,0c0.196-0.682,0.501-0.932-0.379-1.331c0.277,0.727-0.745,0.537-0.754,1.063C422.297,346.809,422.512,346.834,422.445,347.061z"/><path id="XMLID_3631_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M418.679,346.528c0.002-0.148-0.304-0.301-0.378,0C418.301,346.676,418.607,346.83,418.679,346.528z"/><path id="XMLID_3630_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M237.966,346.793C239.867,345.723,236.651,345.55,237.966,346.793L237.966,346.793z"/><path id="XMLID_3629_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M256.034,346.263c-0.293,0.059-0.743,0.005-0.751,0.265C255.573,346.469,256.023,346.521,256.034,346.263z"/><path id="XMLID_3628_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M226.67,345.997c-0.251,0-0.502,0-0.753,0c0,0.177,0,0.355,0,0.531c0.251,0,0.502,0,0.753,0C226.67,346.351,226.67,346.173,226.67,345.997z"/><path id="XMLID_3627_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M170.575,346.263c0-0.148-0.305-0.302-0.378,0C170.194,346.41,170.502,346.561,170.575,346.263z"/><path id="XMLID_3626_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M77.201,345.997c0.004-0.149-0.302-0.302-0.376,0C76.825,346.145,77.13,346.299,77.201,345.997z"/><path id="XMLID_3625_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M483.433,345.73C484.953,346.665,484.321,344.876,483.433,345.73L483.433,345.73z"/><path id="XMLID_3624_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M359.191,345.73c0.002-0.145-0.3-0.3-0.374,0C358.817,345.877,359.123,346.031,359.191,345.73z"/><path id="XMLID_3623_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M481.929,345.73c0.104,0.073,0.57-0.127,0.376-0.265C482.201,345.391,481.736,345.593,481.929,345.73z"/><path id="XMLID_3622_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M123.135,345.464c-0.104-0.074-0.574,0.128-0.373,0.265C122.863,345.803,123.332,345.602,123.135,345.464z"/><path id="XMLID_3621_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M64.405,345.464c-0.293,0.06-0.743,0.007-0.753,0.265C63.945,345.671,64.392,345.723,64.405,345.464z"/><path id="XMLID_3620_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M46.711,345.73c0.101,0.073,0.567-0.127,0.371-0.265C46.983,345.391,46.511,345.593,46.711,345.73z"/><path id="XMLID_3619_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M490.213,344.667c-0.65-0.014-0.965,0.204-1.133,0.531C489.672,345.174,490.384,345.233,490.213,344.667z"/><path id="XMLID_3618_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M483.433,345.197c0-0.264,0.309-0.316,0.378-0.531c-0.594,0.026-1.304-0.034-1.128,0.531C482.929,345.197,483.181,345.197,483.433,345.197z"/><path id="XMLID_3617_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M161.914,344.137c-0.249,0-0.503,0-0.754,0c0,0.353,0,0.705,0,1.061c0.251,0,0.504,0,0.754,0C161.914,344.841,161.914,344.489,161.914,344.137z"/><path id="XMLID_3616_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M371.995,344.667c-0.106-0.071-0.572,0.129-0.382,0.267C371.724,345.007,372.189,344.804,371.995,344.667z"/><path id="XMLID_3615_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M453.314,344.402c-0.29,0.06-0.74,0.007-0.753,0.265C452.853,344.606,453.307,344.663,453.314,344.402z"/><path id="XMLID_3614_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M360.699,344.402c-0.443,0.039-1.069-0.046-1.126,0.265C360.012,344.626,360.638,344.713,360.699,344.402z"/><path id="XMLID_3613_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M486.823,344.137c0-0.148-0.302-0.302-0.376,0C486.447,344.283,486.749,344.437,486.823,344.137z"/><path id="XMLID_3612_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M479.289,344.402c0-0.176,0-0.356,0-0.534c-0.373,0-0.749,0-1.126,0C478.113,344.346,478.539,344.493,479.289,344.402z"/><path id="XMLID_3611_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M80.97,344.137C81.364,342.593,79.338,344.024,80.97,344.137L80.97,344.137z"/><path id="XMLID_3610_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M450.301,342.805c0.331,0.853-0.972,0.551-1.125,1.063c0.498,0,1,0,1.503,0C450.615,343.472,450.813,342.889,450.301,342.805z"/><path id="XMLID_3609_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M361.076,343.603c-0.289,0.059-0.741,0.009-0.754,0.265C360.615,343.809,361.067,343.861,361.076,343.603z"/><path id="XMLID_3608_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M280.886,343.603c-0.105-0.073-0.575,0.128-0.376,0.265C280.614,343.945,281.079,343.741,280.886,343.603z"/><path id="XMLID_3607_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M119.747,343.868c0.249,0,0.499,0,0.75,0c0.027-0.341,0.488-0.367,0.38-0.796c-0.38,0-0.753,0-1.129,0C119.747,343.338,119.747,343.603,119.747,343.868z"/><path id="XMLID_3606_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M481.553,343.603c0.105,0.074,0.57-0.128,0.376-0.266C481.825,343.264,481.354,343.467,481.553,343.603z"/><path id="XMLID_3605_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M379.899,343.603c0.022-0.161,0.059-0.314,0.376-0.266c0-0.176,0-0.355,0-0.533C379.351,342.392,379.168,343.708,379.899,343.603z"/><path id="XMLID_3604_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M336.603,343.072c-0.646-0.014-0.968,0.204-1.131,0.531C336.066,343.579,336.781,343.64,336.603,343.072z"/><path id="XMLID_3603_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M429.972,342.54c0,0.176,0,0.354,0,0.533C430.666,343.954,431.808,342.274,429.972,342.54z"/><path id="XMLID_3602_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M358.817,343.072c-0.104-0.074-0.57,0.127-0.376,0.265C358.545,343.409,359.012,343.209,358.817,343.072z"/><path id="XMLID_3601_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M240.975,342.805c0-0.177,0-0.352,0-0.531C239.454,341.201,238.91,343.809,240.975,342.805z"/><path id="XMLID_3600_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M497.743,342.009c-0.253,0-0.503,0-0.753,0c-0.024,0.339-0.485,0.367-0.38,0.796c0.38,0,0.753,0,1.133,0C497.743,342.54,497.743,342.274,497.743,342.009z"/><path id="XMLID_3599_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M4.166,342.54c0-0.148-0.303-0.301-0.375,0C3.791,342.687,4.094,342.841,4.166,342.54z"/><path id="XMLID_3598_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M477.41,342.274c0.002-0.149-0.302-0.301-0.376,0C477.034,342.421,477.343,342.575,477.41,342.274z"/><path id="XMLID_3597_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M459.716,342.54c0.3-0.917-0.35-1.168-1.129-1.329C457.852,341.72,458.191,342.841,459.716,342.54z"/><path id="XMLID_3596_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M313.259,342.274c-0.1-0.074-0.574,0.127-0.374,0.266C312.991,342.613,313.454,342.411,313.259,342.274z"/><path id="XMLID_3595_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M41.438,342.274c-0.104-0.074-0.572,0.127-0.382,0.266C41.167,342.613,41.633,342.411,41.438,342.274z"/><path id="XMLID_3593_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M481.929,342.009c-0.294,0.06-0.744,0.006-0.753,0.265C481.468,342.215,481.918,342.266,481.929,342.009z"/><path id="XMLID_3592_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M353.17,342.274C356.053,341.885,353.231,339.893,353.17,342.274L353.17,342.274z"/><path id="XMLID_3591_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M40.307,342.009c-0.099-0.071-0.57,0.127-0.377,0.265C40.038,342.348,40.502,342.144,40.307,342.009z"/><path id="XMLID_3590_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M179.232,341.473c0.004-0.143-0.304-0.298-0.377,0C178.856,341.626,179.164,341.777,179.232,341.473z"/><path id="XMLID_3589_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M384.793,340.678c-0.373,0-0.752,0-1.126,0c0,0.266,0,0.533,0,0.796c0.25,0,0.5,0,0.753,0C384.439,341.135,384.898,341.108,384.793,340.678z"/><path id="XMLID_3588_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M367.477,340.944c-0.378,0.002-0.449-0.217-0.755-0.266c0,0.269-0.304,0.316-0.376,0.533c0.376,0,0.448,0.214,0.753,0.262C367.098,341.211,367.403,341.16,367.477,340.944z"/><path id="XMLID_3587_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M201.066,341.211c-0.105-0.076-0.57,0.127-0.372,0.262C200.794,341.549,201.264,341.347,201.066,341.211z"/><path id="XMLID_3586_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M124.265,341.211c0.003-0.149-0.301-0.303-0.374,0C123.891,341.359,124.194,341.512,124.265,341.211z"/><path id="XMLID_3585_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M447.294,340.944c-0.104-0.07-0.574,0.128-0.376,0.267C447.022,341.285,447.487,341.083,447.294,340.944z"/><path id="XMLID_3584_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M18.473,340.944c-0.105-0.07-0.573,0.128-0.379,0.267C18.2,341.285,18.664,341.083,18.473,340.944z"/><path id="XMLID_3583_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M375.383,340.678c-0.107-0.074-0.575,0.129-0.376,0.266C375.108,341.017,375.575,340.817,375.383,340.678z"/><path id="XMLID_3582_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M361.452,340.678c0-0.268,0.306-0.315,0.376-0.532c-0.587,0.026-1.305-0.036-1.129,0.532C360.949,340.678,361.2,340.678,361.452,340.678z"/><path id="XMLID_3581_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M332.837,340.146c0.004-0.146-0.304-0.302-0.372,0C332.459,340.295,332.765,340.448,332.837,340.146z"/><path id="XMLID_3580_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M305.732,339.617c-0.255,0-0.505,0-0.753,0c0,0.176,0,0.352,0,0.529c0.248,0,0.498,0,0.753,0C305.732,339.969,305.732,339.793,305.732,339.617z"/><path id="XMLID_3579_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M119.747,340.146c0.104,0.073,0.57-0.128,0.377-0.266C120.021,339.808,119.553,340.009,119.747,340.146z"/><path id="XMLID_3578_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M34.662,339.88c0-0.177,0-0.353,0-0.531c-0.377,0-0.756,0-1.13,0C33.482,339.827,33.906,339.972,34.662,339.88z"/><path id="XMLID_3577_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M289.163,339.083c-0.102-0.074-0.568,0.129-0.372,0.266C288.894,339.423,289.359,339.219,289.163,339.083z"/><path id="XMLID_3576_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M111.087,339.083c0.481,0.014,0.526,0.339,1.132,0.266C112.803,338.697,110.938,338.568,111.087,339.083z"/><path id="XMLID_3575_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M258.674,339.083c0.101,0.071,0.57-0.13,0.373-0.268C258.946,338.742,258.479,338.945,258.674,339.083z"/><path id="XMLID_3574_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M225.164,338.816c-0.077-0.321-0.416-0.162-0.753,0C224.416,339.085,225.073,339.151,225.164,338.816z"/><path id="XMLID_3573_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M70.803,338.553c-0.293,0.058-0.743,0.005-0.753,0.263C70.346,338.76,70.793,338.81,70.803,338.553z"/><path id="XMLID_3572_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M42.569,338.816c0.227-0.013,0.447-0.039,0.374-0.263c-0.619-0.008-0.208-0.74-0.75-0.799c-0.659,0.544,0.275,0.523-0.379,1.063C42.063,338.816,42.317,338.816,42.569,338.816z"/><path id="XMLID_3571_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M247.381,338.286c-0.009-0.27-0.663-0.335-0.759,0C247.049,338.258,247.212,338.672,247.381,338.286z"/><path id="XMLID_3570_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M47.841,338.553c0.374,0,0.753,0,1.126,0c0.107-0.608-0.088-1.002-0.753-1.066C48.098,337.849,47.681,337.993,47.841,338.553z"/><path id="XMLID_3569_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M254.53,337.487c-1.202,0.16-1.165-0.499-1.882,0C252.528,338.736,254.389,338.198,254.53,337.487z"/><path id="XMLID_3568_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M66.661,338.019c0.005-0.145-0.303-0.3-0.376,0C66.285,338.164,66.594,338.322,66.661,338.019z"/><path id="XMLID_3567_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M319.662,337.223c-0.376,0-0.755,0-1.132,0c0,0.264,0,0.53,0,0.796c0.377,0,0.756,0,1.132,0C319.662,337.753,319.662,337.487,319.662,337.223z"/><path id="XMLID_3566_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M258.674,338.019c0-0.176,0-0.352,0-0.532c-0.381,0.001-0.451-0.217-0.759-0.264C257.954,337.641,257.867,338.144,258.674,338.019z"/><path id="XMLID_3565_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M47.464,337.487c-0.105-0.073-0.575,0.129-0.382,0.266C47.192,337.828,47.655,337.625,47.464,337.487z"/><path id="XMLID_3564_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M483.811,337.223c-0.081-0.323-0.421-0.163-0.754,0C483.066,337.488,483.714,337.554,483.811,337.223z"/><path id="XMLID_3562_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M495.481,336.689c-0.103-0.073-0.57,0.129-0.375,0.267C495.205,337.029,495.678,336.828,495.481,336.689z"/><path id="XMLID_3561_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M490.966,336.689c-0.104-0.073-0.576,0.129-0.376,0.267C490.694,337.029,491.159,336.828,490.966,336.689z"/><path id="XMLID_3560_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M472.897,336.689c0-0.351,0-0.71,0-1.062c-0.996-0.082-1.24,0.367-1.135,1.062C472.14,336.689,472.518,336.689,472.897,336.689z"/><path id="XMLID_3559_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M97.158,336.423c-0.105-0.074-0.571,0.129-0.375,0.265C96.883,336.763,97.354,336.563,97.158,336.423z"/><path id="XMLID_3558_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M95.278,335.36c0,0.354,0,0.71,0,1.063c0.376,0,0.75,0,1.129,0C96.506,335.731,96.533,335.095,95.278,335.36z"/><path id="XMLID_3557_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M444.278,335.095c0.034,0.464-0.081,0.828-0.374,1.062C445.188,336.361,445.371,335.143,444.278,335.095z"/><path id="XMLID_3556_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M214.244,335.89c-0.006-0.265-0.658-0.331-0.752,0C213.914,335.864,214.082,336.279,214.244,335.89z"/><path id="XMLID_3555_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M84.735,335.89c-0.105-0.07-0.575,0.13-0.377,0.266C84.463,336.234,84.93,336.029,84.735,335.89z"/><path id="XMLID_3554_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M30.899,335.89c0-0.145-0.311-0.3-0.379,0C30.517,336.039,30.826,336.196,30.899,335.89z"/><path id="XMLID_3553_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M16.217,335.627c-0.505-0.346-1.405-0.35-1.509,0.263C15.208,336.238,16.107,336.241,16.217,335.627z"/><path id="XMLID_3552_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M227.8,335.89C228.101,334.281,226.072,335.714,227.8,335.89L227.8,335.89z"/><path id="XMLID_3551_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M47.081,335.627c0.482,0.014,0.526,0.339,1.133,0.263C48.799,335.239,46.936,335.112,47.081,335.627z"/><path id="XMLID_3548_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M381.032,335.36c-0.104-0.072-0.572,0.129-0.382,0.267C380.758,335.699,381.223,335.498,381.032,335.36z"/><path id="XMLID_3547_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M328.324,335.627c0.104-0.607-0.096-1.003-0.753-1.064c-0.12,0.359-0.537,0.509-0.376,1.064C327.571,335.627,327.943,335.627,328.324,335.627z"/><path id="XMLID_3546_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M160.41,335.095C161.319,334.201,159.146,335.736,160.41,335.095L160.41,335.095z"/><path id="XMLID_3545_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M119.747,335.095c0-0.178,0-0.354,0-0.532c-0.377,0.002-0.451-0.216-0.753-0.265C119.033,334.715,118.944,335.218,119.747,335.095z"/><path id="XMLID_3544_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M105.067,334.829c-0.293,0.058-0.748,0.006-0.759,0.265C104.607,335.037,105.057,335.087,105.067,334.829z"/><path id="XMLID_3543_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M219.139,334.563c-0.1-0.074-0.57,0.125-0.377,0.266C218.868,334.904,219.333,334.7,219.139,334.563z"/><path id="XMLID_3542_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M44.449,334.563c-0.104-0.074-0.57,0.125-0.376,0.266C44.176,334.904,44.643,334.7,44.449,334.563z"/><path id="XMLID_3541_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M382.538,334.031c-0.254,0-0.504,0-0.754,0c0,0.176,0,0.354,0,0.532c0.25,0,0.5,0,0.754,0C382.538,334.384,382.538,334.207,382.538,334.031z"/><path id="XMLID_3540_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M173.209,333.765c-0.251,0-0.502,0-0.754,0c0,0.176,0,0.355,0,0.533c0.252,0,0.502,0,0.754,0C173.209,334.12,173.209,333.942,173.209,333.765z"/><path id="XMLID_3539_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M114.099,334.031c0.481,0.014,0.52,0.342,1.132,0.267C115.815,333.642,113.952,333.514,114.099,334.031z"/><path id="XMLID_3538_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M172.079,333.765c-0.104-0.074-0.567,0.129-0.376,0.266C171.808,334.104,172.273,333.901,172.079,333.765z"/><path id="XMLID_3537_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M122.382,333.765c-0.29,0.059-0.745,0.006-0.749,0.266C121.922,333.971,122.369,334.022,122.382,333.765z"/><path id="XMLID_3536_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M114.099,400.242c2.392-0.194,0.026-1.596-0.377-0.8C114.164,399.489,114.13,399.867,114.099,400.242z"/><path id="XMLID_3535_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M481.553,371.523c-0.131-0.705-0.988-0.896-1.883-1.063C479.824,371.152,480.844,371.227,481.553,371.523z"/><path id="XMLID_3533_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M497.743,349.72c1.15,0.255,1.613-1.306,1.126-1.328C498.536,348.861,497.345,348.728,497.743,349.72z"/><path id="XMLID_3531_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M46.332,342.274c0.154-0.454,0.486,0.056,1.132,0c0-0.265,0-0.532,0-0.8C46.731,341.35,45.537,342.192,46.332,342.274z"/><path id="XMLID_3530_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M45.96,335.89c-0.754-0.001-0.482-0.724-1.512-0.53C44.088,336.009,46.14,336.241,45.96,335.89z"/></g><g><path id="XMLID_3528_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M474.795,499.709c-0.078-0.321-0.416-0.162-0.751,0C474.049,499.975,474.703,500.044,474.795,499.709z"/><path id="XMLID_3527_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M441.287,499.975c0.109,0.073,0.574-0.13,0.378-0.266C441.564,499.636,441.094,499.837,441.287,499.975z"/><path id="XMLID_3526_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M178.502,499.445c-0.381,0-0.754,0-1.129,0c-0.053,0.474,0.375,0.618,1.129,0.53C178.502,499.797,178.502,499.619,178.502,499.445z"/><path id="XMLID_3525_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M7.203,499.445c-0.649-0.016-0.968,0.202-1.13,0.53C6.662,499.95,7.378,500.01,7.203,499.445z"/><path id="XMLID_3524_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M146.496,499.445c-0.1-0.077-0.57,0.125-0.368,0.264C146.228,499.781,146.697,499.579,146.496,499.445z"/><path id="XMLID_3523_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M376.909,499.445c0.105,0.07,0.576-0.129,0.376-0.27C377.181,499.102,376.716,499.304,376.909,499.445z"/><path id="XMLID_3522_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M284.671,499.175c-0.104-0.073-0.572,0.129-0.376,0.27C284.399,499.515,284.866,499.316,284.671,499.175z"/><path id="XMLID_3521_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M100.943,497.848c-0.337,0.47-0.909,0.775-1.127,1.327C100.572,499.155,101.989,498.259,100.943,497.848z"/><path id="XMLID_3520_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M91.156,499.175c0.104,0.073,0.575-0.126,0.374-0.265C91.427,498.838,90.96,499.038,91.156,499.175z"/><path id="XMLID_3518_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M59.532,498.911c0.1,0.073,0.574-0.127,0.373-0.265C59.804,498.572,59.336,498.776,59.532,498.911z"/><path id="XMLID_3517_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.513,498.646c0.102,0.073,0.567-0.129,0.38-0.265C149.782,498.307,149.319,498.508,149.513,498.646z"/><path id="XMLID_3515_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M157.419,497.848c-0.25,0-0.498,0-0.752,0c0,0.178,0,0.352,0,0.533c0.254,0,0.502,0,0.752,0C157.419,498.2,157.419,498.026,157.419,497.848z"/><path id="XMLID_3514_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M358.839,497.848c0-0.148-0.305-0.301-0.376,0C358.462,497.996,358.768,498.15,358.839,497.848z"/><path id="XMLID_3513_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M231.21,497.848c0-0.148-0.305-0.301-0.376,0C230.833,497.996,231.135,498.15,231.21,497.848z"/><path id="XMLID_3512_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M29.789,497.848c-0.107-0.074-0.571,0.125-0.376,0.265C29.515,498.186,29.986,497.986,29.789,497.848z"/><path id="XMLID_3511_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M300.484,497.316c-0.376,0-0.449-0.217-0.753-0.266c0,0.266-0.308,0.317-0.38,0.531c0.38,0,0.451,0.217,0.757,0.266C300.108,497.582,300.41,497.531,300.484,497.316z"/><path id="XMLID_3510_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M266.6,497.582c0.085-0.164-0.57-0.573-0.751-0.531C264.856,497.264,266.089,498.544,266.6,497.582z"/><path id="XMLID_3509_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M24.141,497.316c0.7-0.889-1.352-1.122-1.504-0.533C23.226,496.899,22.959,497.62,24.141,497.316z"/><path id="XMLID_3508_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M47.109,496.783c0.318-0.307,0.498-0.714,0.377-1.33c-1.226,0.156-1.755-0.178-2.636-0.267C45.295,495.935,45.46,496.883,47.109,496.783z"/><path id="XMLID_3507_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M66.31,496.253c-0.11-0.965,2.545,0.022,1.882-1.329c-1.058,0.139-1.956,0.389-3.014,0.529C64.919,496.17,65.957,495.968,66.31,496.253z"/><path id="XMLID_3506_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M365.989,495.987c0.109,0.073,0.574-0.13,0.376-0.266C366.269,495.646,365.796,495.85,365.989,495.987z"/><path id="XMLID_3505_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M361.474,495.72c0.252,0,0.5,0,0.755,0c0-0.177,0-0.353,0-0.535c-0.255,0-0.503,0-0.755,0C361.474,495.367,361.474,495.543,361.474,495.72z"/><path id="XMLID_3504_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M286.925,495.453c-0.075-0.32-0.415-0.164-0.752,0C286.182,495.723,286.838,495.789,286.925,495.453z"/><path id="XMLID_3502_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M439.031,494.125c-0.044,0.502-1.246,0.185-1.131,0.799C438.559,495.72,440.231,494.542,439.031,494.125z"/><path id="XMLID_3501_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M365.989,494.924c-0.097-0.076-0.567,0.126-0.371,0.262C365.718,495.262,366.187,495.06,365.989,494.924z"/><path id="XMLID_3500_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M497.01,494.391c-0.251,0-0.501,0-0.753,0c0,0.175,0,0.354,0,0.533c0.252,0,0.502,0,0.753,0C497.01,494.745,497.01,494.566,497.01,494.391z"/><path id="XMLID_3499_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M320.059,494.924c0.117-0.362,0.541-0.512,0.378-1.068C319.389,493.433,319.397,495.005,320.059,494.924z"/><path id="XMLID_3498_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M296.34,494.391c-0.107-0.074-0.57,0.128-0.378,0.266C296.064,494.731,296.541,494.528,296.34,494.391z"/><path id="XMLID_3497_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M138.969,494.391c0.581,0.73,2.211-0.013,2.257-0.535C140.452,494.02,138.615,493.43,138.969,494.391z"/><path id="XMLID_3496_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M79.483,494.125c0.597-0.397,0.422-1.188-0.751-1.063C78.629,493.668,78.824,494.06,79.483,494.125z"/><path id="XMLID_3495_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M486.09,493.856c0.105,0.078,0.576-0.125,0.376-0.262C486.366,493.52,485.897,493.72,486.09,493.856z"/><path id="XMLID_3494_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M489.482,493.327c-0.109-0.074-0.572,0.129-0.378,0.267C489.208,493.666,489.673,493.466,489.482,493.327z"/><path id="XMLID_3493_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M377.66,493.594c1.454,0.209,1.454-1.273,0-1.065C377.66,492.885,377.66,493.237,377.66,493.594z"/><path id="XMLID_3492_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M143.862,493.327c-0.005-0.269-0.656-0.335-0.75,0C143.532,493.299,143.695,493.714,143.862,493.327z"/><path id="XMLID_3490_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M48.61,493.062c0.863-0.603-0.251-1.17-0.752-1.595C47.28,491.868,47.193,493.289,48.61,493.062z"/><path id="XMLID_3489_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M335.877,492.265c-0.109-0.074-0.576,0.128-0.38,0.264C335.599,492.603,336.07,492.399,335.877,492.265z"/><path id="XMLID_3488_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M332.111,492.529c0-0.177,0-0.354,0-0.532c-0.38,0-0.755,0-1.131,0C330.928,492.474,331.352,492.619,332.111,492.529z"/><path id="XMLID_3487_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M76.473,492.265c0.022-0.162,0.055-0.318,0.374-0.268c0-0.177,0-0.354,0-0.53C75.925,491.05,75.742,492.369,76.473,492.265z"/><path id="XMLID_3486_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M287.31,491.732c-0.106-0.073-0.574,0.127-0.385,0.265C287.036,492.072,287.504,491.868,287.31,491.732z"/><path id="XMLID_3485_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M5.694,491.997c0-0.265,0-0.53,0-0.801c-0.251,0-0.502,0-0.756,0c-0.018,0.344-0.481,0.37-0.374,0.801C4.938,491.997,5.32,491.997,5.694,491.997z"/><path id="XMLID_3484_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M461.242,491.467c0.002-0.151-0.302-0.302-0.376,0C460.866,491.611,461.17,491.767,461.242,491.467z"/><path id="XMLID_3483_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M289.941,491.732c0.104-0.606-0.089-1-0.751-1.063C289.274,491.14,288.809,491.999,289.941,491.732z"/><path id="XMLID_3482_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M218.785,491.732c1.113-1.048-0.79-1.804-1.883-2.128C216.761,490.858,217.576,491.432,218.785,491.732z"/><path id="XMLID_3480_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M462.375,491.196c0.107,0.079,0.572-0.127,0.376-0.263C462.645,490.861,462.182,491.06,462.375,491.196z"/><path id="XMLID_3479_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M31.672,491.196c0.104,0.079,0.572-0.127,0.379-0.263C31.947,490.861,31.476,491.06,31.672,491.196z"/><path id="XMLID_3478_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M284.671,490.669c-0.104-0.074-0.572,0.13-0.376,0.264C284.399,491.006,284.866,490.806,284.671,490.669z"/><path id="XMLID_3477_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M91.909,490.933c0.397-0.674-1.272-1.179-1.509-0.533C90.997,490.514,90.725,491.238,91.909,490.933z"/><path id="XMLID_3476_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M18.493,490.933c0-0.266,0.303-0.314,0.377-0.533c-0.591,0.028-1.308-0.034-1.129,0.533C17.994,490.933,18.245,490.933,18.493,490.933z"/><path id="XMLID_3475_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M140.101,490.669c0.289-0.063,0.738-0.009,0.752-0.27C140.562,490.462,140.109,490.41,140.101,490.669z"/><path id="XMLID_3474_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M106.217,490.4c-0.107-0.071-0.573,0.129-0.377,0.27C105.943,490.742,106.413,490.539,106.217,490.4z"/><path id="XMLID_3473_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M383.687,489.603c0.109,0.074,0.572-0.128,0.378-0.265C383.963,489.264,383.491,489.466,383.687,489.603z"/><path id="XMLID_3472_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M300.859,488.806c0,0.179,0,0.355,0,0.533C301.555,490.221,302.699,488.539,300.859,488.806z"/><path id="XMLID_3471_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M244.013,489.338c-0.104-0.074-0.574,0.128-0.381,0.265C243.74,489.677,244.207,489.475,244.013,489.338z"/><path id="XMLID_3470_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M137.087,489.603c-0.013-0.367,0.178-0.583,0.379-0.798c-0.379,0-0.753,0-1.13,0C136.366,489.227,136.285,489.727,137.087,489.603z"/><path id="XMLID_3469_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M287.31,489.069c-0.106-0.07-0.574,0.13-0.385,0.269C287.036,489.412,287.504,489.211,287.31,489.069z"/><path id="XMLID_3468_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M168.713,489.069c-0.002-0.266-0.663-0.335-0.75,0C168.382,489.043,168.548,489.46,168.713,489.069z"/><path id="XMLID_3467_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M163.445,489.338c0.25,0,0.498,0,0.75,0c0-0.177,0-0.354,0-0.533c-0.252,0-0.5,0-0.75,0C163.445,488.984,163.445,489.161,163.445,489.338z"/><path id="XMLID_3466_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M138.969,489.338c0-0.269,0-0.533,0-0.797c-0.376,0-0.753,0-1.129,0C137.772,489.121,138.148,489.388,138.969,489.338z"/><path id="XMLID_3465_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M104.335,488.806c0-0.148-0.306-0.3-0.377,0C103.955,488.955,104.261,489.108,104.335,488.806z"/><path id="XMLID_3464_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M481.948,488.806c0.255,0,0.501,0,0.757,0c0-0.176,0-0.354,0-0.531c-0.256,0-0.502,0-0.757,0C481.948,488.452,481.948,488.63,481.948,488.806z"/><path id="XMLID_3463_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M307.262,488.008c-0.106-0.074-0.572,0.131-0.376,0.266C306.988,488.348,307.456,488.147,307.262,488.008z"/><path id="XMLID_3462_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M137.84,488.275c0-0.266,0.305-0.314,0.376-0.534c-0.376,0.003-0.45-0.213-0.749-0.265c0,0.267-0.307,0.318-0.379,0.533C137.467,488.008,137.536,488.225,137.84,488.275z"/><path id="XMLID_3461_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M100.19,488.275c0.076-0.761,0.049-1.452-1.124-1.331c0.012,0.37-0.181,0.585-0.378,0.797C99.434,487.747,99.167,488.467,100.19,488.275z"/><path id="XMLID_3460_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M482.324,487.741c-0.097-0.071-0.565,0.13-0.376,0.268C482.057,488.082,482.521,487.879,482.324,487.741z"/><path id="XMLID_3459_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M470.278,488.008c0.104,0.074,0.572-0.129,0.376-0.268C470.552,487.669,470.085,487.871,470.278,488.008z"/><path id="XMLID_3458_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M293.707,487.741c-0.004,0.151,0.302,0.304,0.376,0C294.083,487.595,293.777,487.442,293.707,487.741z"/><path id="XMLID_3457_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M175.866,487.741c0.021-0.163,0.052-0.31,0.377-0.265c0-0.176,0-0.355,0-0.532C175.317,486.531,175.133,487.85,175.866,487.741z"/><path id="XMLID_3456_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M441.287,487.211c-0.288,0.06-0.739,0.008-0.75,0.265C440.831,487.418,441.281,487.468,441.287,487.211z"/><path id="XMLID_3455_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M300.484,486.944c0-0.145-0.306-0.3-0.376,0C300.108,487.094,300.41,487.246,300.484,486.944z"/><path id="XMLID_3454_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M80.615,486.679c-0.52,0.011-0.826-0.125-1.132-0.267C79.308,487.238,80.497,487.413,80.615,486.679z"/><path id="XMLID_3453_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M230.455,486.679c-0.105-0.075-0.567,0.13-0.374,0.265C230.183,487.02,230.649,486.815,230.455,486.679z"/><path id="XMLID_3451_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M83.251,486.412c1.067,0.278,1.569,0.278,2.638,0c-0.31-0.756-0.606-1.523-2.264-1.328C83.309,485.392,83.131,485.796,83.251,486.412z"/><path id="XMLID_3450_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M110.732,485.883c0-0.151-0.301-0.302-0.374,0C110.356,486.027,110.66,486.181,110.732,485.883z"/><path id="XMLID_3448_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M266.6,485.614c-0.294,0.062-0.743,0.009-0.751,0.269C266.139,485.821,266.589,485.875,266.6,485.614z"/><path id="XMLID_3447_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.005,485.614c0-0.145-0.304-0.3-0.375,0C115.628,485.761,115.931,485.919,116.005,485.614z"/><path id="XMLID_3446_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M93.418,485.883c0.099,0.075,0.568-0.128,0.376-0.269C93.687,485.543,93.224,485.743,93.418,485.883z"/><path id="XMLID_3445_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M276.015,485.348c0-0.176,0-0.351,0-0.533c-0.378,0-0.759,0-1.131,0C274.833,485.296,275.256,485.441,276.015,485.348z"/><path id="XMLID_3444_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M217.282,485.348c0.292-0.059,0.739-0.007,0.75-0.265C217.739,485.143,217.293,485.093,217.282,485.348z"/><path id="XMLID_3443_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M121.275,485.348c0.105,0.074,0.569-0.128,0.377-0.265C121.545,485.01,121.08,485.21,121.275,485.348z"/><path id="XMLID_3442_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M467.269,484.816c-0.294,0.061-0.745,0.008-0.752,0.268C466.808,485.025,467.259,485.076,467.269,484.816z"/><path id="XMLID_3441_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M303.118,484.284c0.002-0.144-0.304-0.299-0.376,0C302.741,484.435,303.047,484.589,303.118,484.284z"/><path id="XMLID_3439_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M114.124,484.021c-0.296,0.057-0.745,0.005-0.756,0.263C113.658,484.228,114.113,484.279,114.124,484.021z"/><path id="XMLID_3438_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M82.122,484.021c0-0.15-0.31-0.305-0.377,0C81.74,484.166,82.049,484.321,82.122,484.021z"/><path id="XMLID_3437_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M238.742,483.753c-0.105-0.071-0.574,0.129-0.377,0.269C238.467,484.093,238.935,483.891,238.742,483.753z"/><path id="XMLID_3436_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M137.087,483.223c-1.098-0.393-1.098,1.188,0,0.799C137.087,483.753,137.087,483.49,137.087,483.223z"/><path id="XMLID_3434_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M361.474,483.49c-0.107-0.075-0.57,0.125-0.378,0.263C361.202,483.829,361.667,483.627,361.474,483.49z"/><path id="XMLID_3433_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M342.272,483.49c-0.102-0.075-0.57,0.125-0.374,0.263C342.002,483.829,342.467,483.627,342.272,483.49z"/><path id="XMLID_3432_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M124.284,483.49c0.378,0,0.755,0,1.13,0c-0.056-0.314,0.069-0.757-0.375-0.8C125.01,483.109,124.082,482.898,124.284,483.49z"/><path id="XMLID_3431_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M146.496,482.958c-0.1-0.074-0.57,0.127-0.368,0.265C146.228,483.296,146.697,483.096,146.496,482.958z"/><path id="XMLID_3429_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M237.608,482.958c0-0.354,0-0.713,0-1.062c-0.709-0.063-0.828,0.296-1.505,0.261C235.989,482.859,236.626,483.032,237.608,482.958z"/><path id="XMLID_3428_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M78.733,482.958c0-0.268,0-0.533,0-0.8c-0.562,0.047-1.391-0.095-1.504,0.267C77.974,482.428,77.705,483.151,78.733,482.958z"/><path id="XMLID_3427_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M101.319,481.624c0.411,0.599,1.022,1.055,2.259,1.066c0-0.442,0-0.886,0-1.33C102.918,481.515,101.369,481.042,101.319,481.624z"/><path id="XMLID_3426_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M48.61,481.094c-1.179,0.052-1.809,0.495-1.883,1.33c0.712-0.06,0.833,0.298,1.512,0.265C48.486,482.131,49.232,481.508,48.61,481.094z"/><path id="XMLID_3425_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M307.632,482.425c-0.052-0.314,0.069-0.754-0.37-0.8c-0.024,0.165-0.058,0.318-0.376,0.272C306.93,482.217,306.997,482.522,307.632,482.425z"/><path id="XMLID_3424_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M135.96,482.157c-0.104-0.072-0.575,0.128-0.376,0.267C135.686,482.501,136.154,482.297,135.96,482.157z"/><path id="XMLID_3423_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M225.563,481.896c0-0.153-0.304-0.305-0.375,0C225.187,482.039,225.492,482.196,225.563,481.896z"/><path id="XMLID_3422_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M124.284,481.624c-0.101-0.071-0.569,0.13-0.371,0.272C124.013,481.967,124.484,481.766,124.284,481.624z"/><path id="XMLID_3421_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M203.348,481.36c-0.288,0.06-0.743,0.009-0.754,0.265C202.892,481.567,203.337,481.621,203.348,481.36z"/><path id="XMLID_3420_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M246.27,481.36c0.105,0.073,0.57-0.125,0.377-0.265C246.542,481.021,246.077,481.223,246.27,481.36z"/><path id="XMLID_3419_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M187.161,481.094c-0.104-0.073-0.57,0.129-0.375,0.265C186.889,481.433,187.356,481.234,187.161,481.094z"/><path id="XMLID_3418_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M387.826,480.564c-0.101-0.075-0.567,0.129-0.373,0.265C387.557,480.902,388.023,480.701,387.826,480.564z"/><path id="XMLID_3417_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M134.828,480.564c-0.105-0.075-0.57,0.129-0.377,0.265C134.554,480.902,135.025,480.701,134.828,480.564z"/><path id="XMLID_3416_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M308.387,480.564c0.256,0,0.502,0,0.759,0c0-0.177,0-0.354,0-0.533c-0.257,0-0.503,0-0.759,0C308.387,480.21,308.387,480.387,308.387,480.564z"/><path id="XMLID_3415_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M245.894,478.969c-0.596,0.396-0.424,1.188,0.754,1.062C246.748,479.424,246.557,479.031,245.894,478.969z"/><path id="XMLID_3414_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M183.397,480.031c0.099,0.075,0.57-0.128,0.377-0.265C183.673,479.691,183.202,479.894,183.397,480.031z"/><path id="XMLID_3412_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M429.996,479.766c-0.1-0.777,0.85-0.816,0.753-1.594C428.907,477.963,429.054,479.818,429.996,479.766z"/><path id="XMLID_3411_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M146.496,479.766c0.112,0.075,0.575-0.128,0.381-0.266C146.776,479.429,146.304,479.626,146.496,479.766z"/><path id="XMLID_3410_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.828,479.499c-0.102-0.07-0.572,0.127-0.374,0.266C102.559,479.841,103.024,479.638,102.828,479.499z"/><path id="XMLID_3409_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M270.368,479.499c0.312-0.307,0.495-0.711,0.374-1.327c-0.523,0.009-0.831-0.129-1.133-0.268C268.997,478.336,269.156,479.575,270.368,479.499z"/><path id="XMLID_3408_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.513,479.499c0-0.265,0-0.53,0-0.799C148.414,478.311,148.414,479.89,149.513,479.499z"/><path id="XMLID_3407_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M356.959,478.969c-0.111-0.075-0.572,0.127-0.376,0.265C356.681,479.305,357.148,479.104,356.959,478.969z"/><path id="XMLID_3406_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M144.995,479.234c0-0.265,0-0.533,0-0.798c-0.38,0-0.753,0-1.133,0C143.797,479.018,144.17,479.281,144.995,479.234z"/><path id="XMLID_3405_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M100.943,478.969c0-0.177,0-0.354,0-0.533c-0.373,0-0.444-0.216-0.753-0.264C100.229,478.588,100.143,479.094,100.943,478.969z"/><path id="XMLID_3404_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M87.393,478.969c0.29-0.062,0.743-0.009,0.753-0.269C87.854,478.761,87.403,478.708,87.393,478.969z"/><path id="XMLID_3403_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M458.607,478.436c0.002-0.148-0.302-0.301-0.376,0C458.23,478.583,458.539,478.737,458.607,478.436z"/><path id="XMLID_3402_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M407.783,478.436c-0.105-0.075-0.572,0.13-0.381,0.265C407.509,478.773,407.976,478.572,407.783,478.436z"/><path id="XMLID_3401_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M125.039,478.701c0.651,0.017,0.969-0.203,1.131-0.529C125.525,478.155,125.206,478.374,125.039,478.701z"/><path id="XMLID_3400_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M146.127,477.904c-0.382,0.002-0.451-0.217-0.756-0.266c0,0.269-0.307,0.316-0.377,0.534c0.377-0.004,0.45,0.213,0.753,0.264C145.745,478.168,146.053,478.12,146.127,477.904z"/><path id="XMLID_3399_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M335.142,477.123c0,0.354,0,0.709,0,1.063C336.592,478.395,336.592,476.91,335.142,477.123z"/><path id="XMLID_3398_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M302.363,476.575c-0.499,0-1.002,0-1.504,0c-0.143,0.897,0.652,1.133,1.131,1.597C301.978,477.544,302.635,477.388,302.363,476.575z"/><path id="XMLID_3397_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M159.302,477.373c-0.108-0.073-0.57,0.127-0.379,0.265C159.028,477.712,159.493,477.51,159.302,477.373z"/><path id="XMLID_3396_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M416.07,476.575c-0.38,0-0.759,0-1.135,0c0,0.265,0,0.533,0,0.798c0.376,0,0.755,0,1.135,0C416.07,477.108,416.07,476.841,416.07,476.575z"/><path id="XMLID_3395_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M452.586,476.841c0.002-0.147-0.306-0.304-0.378,0C452.207,476.99,452.512,477.143,452.586,476.841z"/><path id="XMLID_3394_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M277.895,476.575c0.104,0.073,0.567-0.127,0.376-0.266C278.167,476.235,277.695,476.436,277.895,476.575z"/><path id="XMLID_3393_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M73.835,475.778c0.266,0.324-0.22,0.992,0.755,0.797c1.224-0.67-0.394-2.528-1.505-1.598C72.957,475.509,73.613,475.497,73.835,475.778z"/><path id="XMLID_3391_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M382.932,476.309c0.252,0,0.504,0,0.755,0c0-0.177,0-0.355,0-0.531c-0.251,0-0.503,0-0.755,0C382.932,475.955,382.932,476.133,382.932,476.309z"/><path id="XMLID_3390_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M160.805,476.309c0.259-0.715-0.776-0.515-1.129-0.797C159.454,476.202,159.828,476.468,160.805,476.309z"/><path id="XMLID_3389_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M88.146,476.309c0.1,0.074,0.568-0.129,0.377-0.266C88.415,475.97,87.95,476.173,88.146,476.309z"/><path id="XMLID_3388_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M154.405,475.778c0.005-0.148-0.304-0.302-0.374,0C154.031,475.926,154.332,476.077,154.405,475.778z"/><path id="XMLID_3387_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M55.393,475.778c-0.111-0.076-0.576,0.127-0.38,0.264C55.114,476.116,55.586,475.916,55.393,475.778z"/><path id="XMLID_3386_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M36.188,476.043c0.107,0.073,0.572-0.127,0.378-0.264C36.465,475.703,35.995,475.905,36.188,476.043z"/><path id="XMLID_3385_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M28.28,474.977c-0.852-0.072-1.412,0.065-1.503,0.535c0.541,0.063,0.635,0.438,1.132,0.531C27.823,475.543,28.33,475.456,28.28,474.977z"/><path id="XMLID_3384_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.005,475.778c0.24-0.646-1.795-0.999-1.881-0.533C114.841,475.357,114.804,476.004,116.005,475.778z"/><path id="XMLID_3383_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M474.419,475.245c-0.29,0.06-0.742,0.008-0.753,0.267C473.96,475.452,474.409,475.504,474.419,475.245z"/><path id="XMLID_3382_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M12.848,474.977c-0.379,0-0.756,0-1.129,0c-0.049,0.479,0.371,0.624,1.129,0.535C12.848,475.334,12.848,475.157,12.848,474.977z"/><path id="XMLID_3380_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M305.753,474.712c0-0.148-0.304-0.301-0.373,0C305.38,474.861,305.682,475.016,305.753,474.712z"/><path id="XMLID_3379_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M258.32,474.448c-0.253,0-0.507,0-0.757,0c0,0.177,0,0.355,0,0.529c0.25,0,0.504,0,0.757,0C258.32,474.803,258.32,474.625,258.32,474.448z"/><path id="XMLID_3378_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M135.208,474.448c0.123-1.315-2.087-0.695-1.886,0.265C134.386,474.934,134.295,474.337,135.208,474.448z"/><path id="XMLID_3377_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M5.694,474.448c-0.106-0.075-0.574,0.128-0.375,0.265C5.422,474.788,5.889,474.584,5.694,474.448z"/><path id="XMLID_3376_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M419.829,473.915c-0.25,0-0.498,0-0.755,0c0,0.178,0,0.352,0,0.533c0.257,0,0.505,0,0.755,0C419.829,474.267,419.829,474.092,419.829,473.915z"/><path id="XMLID_3375_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M286.174,474.181c-0.102-0.072-0.568,0.128-0.372,0.266C285.904,474.521,286.369,474.319,286.174,474.181z"/><path id="XMLID_3374_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M254.928,474.448c0.515-0.338,0.582-1.303-0.376-1.329C254.036,473.456,253.968,474.421,254.928,474.448z"/><path id="XMLID_3373_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M394.604,473.382c0.104,0.075,0.574-0.127,0.378-0.263C394.876,473.041,394.411,473.244,394.604,473.382z"/><path id="XMLID_3372_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M184.149,473.382c0.858,0.075,1.418-0.061,1.506-0.531C184.986,472.912,183.773,472.583,184.149,473.382z"/><path id="XMLID_3371_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M133.322,473.119c-0.104-0.078-0.567,0.125-0.377,0.263C133.05,473.457,133.518,473.255,133.322,473.119z"/><path id="XMLID_3370_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M99.066,473.119c-0.003,0.146,0.303,0.298,0.374,0C99.44,472.969,99.136,472.816,99.066,473.119z"/><path id="XMLID_3369_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M353.193,472.851c-0.105-0.075-0.572,0.125-0.375,0.268C352.919,473.191,353.387,472.99,353.193,472.851z"/><path id="XMLID_3368_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M321.194,472.851c0.055-0.279-0.296-0.687-0.378-0.266C320.757,472.865,321.106,473.273,321.194,472.851z"/><path id="XMLID_3367_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M0.423,472.585c-0.102-0.07-0.573,0.129-0.375,0.266C0.153,472.924,0.618,472.724,0.423,472.585z"/><path id="XMLID_3366_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M245.514,472.318c-0.29,0.061-0.739,0.01-0.753,0.267C245.054,472.524,245.506,472.578,245.514,472.318z"/><path id="XMLID_3365_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M363.733,471.789c0-0.149-0.304-0.302-0.377,0C363.356,471.935,363.662,472.088,363.733,471.789z"/><path id="XMLID_3364_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M251.54,471.789c-0.104-0.075-0.572,0.127-0.376,0.264C251.269,472.126,251.733,471.926,251.54,471.789z"/><path id="XMLID_3363_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M144.241,472.053c-0.061-0.314,0.068-0.754-0.38-0.797c-0.018,0.161-0.055,0.314-0.375,0.265C143.532,471.846,143.6,472.15,144.241,472.053z"/><path id="XMLID_3362_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M140.474,471.789c-0.289,0.057-0.743,0.007-0.752,0.264C140.015,471.993,140.465,472.047,140.474,471.789z"/><path id="XMLID_3361_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M138.969,470.724c-0.854-0.074-1.412,0.062-1.503,0.533c0.535,0.064,0.632,0.439,1.127,0.533C138.711,471.43,139.129,471.28,138.969,470.724z"/><path id="XMLID_3360_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M219.914,470.988c0.105,0.074,0.571-0.129,0.377-0.265C220.19,470.651,219.721,470.853,219.914,470.988z"/><path id="XMLID_3359_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M394.982,470.458c-0.081-0.322-0.419-0.163-0.753,0C394.232,470.728,394.891,470.793,394.982,470.458z"/><path id="XMLID_3357_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M324.955,470.192c-0.107-0.073-0.572,0.129-0.376,0.266C324.681,470.531,325.149,470.329,324.955,470.192z"/><path id="XMLID_3356_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M159.677,470.458c0.107-0.606-0.089-1-0.753-1.063C158.33,469.79,158.502,470.583,159.677,470.458z"/><path id="XMLID_3355_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.757,470.458c0.036-0.419,0.96-0.207,0.75-0.799c-0.679-0.226-1.033-0.682-1.877-0.797C115.607,469.672,115.968,470.217,116.757,470.458z"/><path id="XMLID_3354_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M372.767,469.927c-0.105-0.072-0.568,0.13-0.372,0.265C372.497,470.266,372.962,470.063,372.767,469.927z"/><path id="XMLID_3353_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M457.854,469.927c0.107,0.074,0.572-0.129,0.376-0.267C458.128,469.587,457.661,469.789,457.854,469.927z"/><path id="XMLID_3352_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M401.756,469.927c0.254,0,0.502,0,0.757,0c-0.207-0.385,0.439-1.375-0.38-1.33c0.274,0.724-0.746,0.537-0.748,1.063C401.615,469.675,401.83,469.697,401.756,469.927z"/><path id="XMLID_3351_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M272.248,469.66c0.054-0.277-0.294-0.684-0.38-0.265C271.813,469.672,272.162,470.083,272.248,469.66z"/><path id="XMLID_3350_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M128.05,469.129c-0.105-0.072-0.568,0.129-0.374,0.266C127.778,469.469,128.244,469.267,128.05,469.129z"/><path id="XMLID_3349_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M113.368,468.862c-0.252,0-0.502,0-0.753,0c0,0.18,0,0.354,0,0.533c0.251,0,0.501,0,0.753,0C113.368,469.217,113.368,469.042,113.368,468.862z"/><path id="XMLID_3345_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M340.013,468.332c0.002-0.146-0.307-0.301-0.374,0C339.637,468.479,339.941,468.632,340.013,468.332z"/><path id="XMLID_3344_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M178.502,468.064c-0.229-0.365-1.448-0.038-1.506-0.534c-0.041-0.321-0.11-0.628-0.752-0.529C175.646,468.295,178.077,469.113,178.502,468.064z"/><path id="XMLID_3343_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M425.475,467.8c-0.105-0.073-0.572,0.127-0.376,0.264C425.204,468.138,425.67,467.939,425.475,467.8z"/><path id="XMLID_3342_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M179.255,468.064c0.251,0,0.502,0,0.753,0c0-0.177,0-0.353,0-0.534c-0.252,0-0.502,0-0.753,0C179.255,467.711,179.255,467.886,179.255,468.064z"/><path id="XMLID_3341_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M101.319,467.8c-0.29,0.058-0.74,0.007-0.75,0.264C100.859,468.008,101.309,468.058,101.319,467.8z"/><path id="XMLID_3340_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M351.687,467.53c0.487-0.35,0.232-0.799-0.376-1.058C351.264,467.134,350.588,467.3,351.687,467.53z"/><path id="XMLID_3339_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M4.564,467.267c-0.101-0.073-0.57,0.129-0.379,0.262C4.29,467.607,4.76,467.403,4.564,467.267z"/><path id="XMLID_3338_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M456.35,467.001c-0.109-0.074-0.572,0.129-0.376,0.266C456.073,467.339,456.543,467.138,456.35,467.001z"/><path id="XMLID_3337_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M246.647,467.001c-0.294,0.06-0.743,0.01-0.754,0.266C246.186,467.209,246.638,467.261,246.647,467.001z"/><path id="XMLID_3335_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M471.033,466.736c-0.006-0.267-0.661-0.337-0.755,0C470.699,466.709,470.866,467.122,471.033,466.736z"/><path id="XMLID_3334_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M486.09,466.736c0.117-0.361,0.54-0.507,0.376-1.064c-0.376,0-0.753,0-1.127,0C485.234,466.279,485.432,466.672,486.09,466.736z"/><path id="XMLID_3333_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M342.272,466.736c0-0.266,0.304-0.317,0.38-0.534c-0.487-0.012-0.524-0.34-1.131-0.264C341.504,466.396,341.809,466.619,342.272,466.736z"/><path id="XMLID_3332_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M468.772,466.472c0.107,0.071,0.576-0.13,0.378-0.27C469.046,466.129,468.579,466.332,468.772,466.472z"/><path id="XMLID_3331_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M272.248,466.202C273.158,465.312,270.984,466.848,272.248,466.202L272.248,466.202z"/><path id="XMLID_3330_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M151.392,466.472c0.319-0.309,0.503-0.718,0.38-1.331c-0.568,0.044-1.386-0.095-1.508,0.265C151.264,465.322,149.913,466.897,151.392,466.472z"/><path id="XMLID_3329_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M214.267,466.202c0.643-0.448-0.219-1.195-0.753-1.595C212.933,465.014,212.839,466.435,214.267,466.202z"/><path id="XMLID_3328_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M152.148,465.672c-0.005,0.147,0.306,0.301,0.379,0C152.527,465.525,152.219,465.37,152.148,465.672z"/><path id="XMLID_3327_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M21.132,465.406c-1.059-0.049-1.033-0.868-1.885-1.063c0.463,0.86-1.216,0.203-0.753,1.063C19.905,465.156,20.653,466.534,21.132,465.406z"/><path id="XMLID_3326_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M179.636,465.406c-0.11-0.071-0.575,0.125-0.382,0.266C179.359,465.748,179.824,465.545,179.636,465.406z"/><path id="XMLID_3325_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M115.249,465.406c-0.077-0.323-0.414-0.162-0.748,0C114.504,465.674,115.158,465.737,115.249,465.406z"/><path id="XMLID_3322_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M163.445,464.875c-0.105-0.073-0.573,0.127-0.379,0.265C163.169,465.214,163.635,465.012,163.445,464.875z"/><path id="XMLID_3321_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M308.767,464.607c-0.444,0.042-1.068-0.043-1.135,0.268C308.078,464.833,308.706,464.919,308.767,464.607z"/><path id="XMLID_3320_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M158.923,464.343c-0.289,0.059-0.74,0.007-0.753,0.265C158.461,464.55,158.915,464.603,158.923,464.343z"/><path id="XMLID_3319_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M486.467,464.076c0-0.176,0-0.354,0-0.532c-0.376,0-0.445-0.216-0.753-0.268C485.752,463.699,485.667,464.199,486.467,464.076z"/><path id="XMLID_3318_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M301.613,463.812c-0.104-0.074-0.57,0.129-0.378,0.264C301.342,464.15,301.807,463.949,301.613,463.812z"/><path id="XMLID_3317_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.38,464.076c0.259-0.712-0.779-0.512-1.131-0.799C115.026,463.972,115.403,464.235,116.38,464.076z"/><path id="XMLID_3316_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M468.772,463.812c0.86,0.073,1.417-0.066,1.506-0.536C469.615,463.338,468.394,463.015,468.772,463.812z"/><path id="XMLID_3315_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M146.127,463.812c0.104-0.607-0.094-1.001-0.756-1.065C145.264,463.351,145.463,463.746,146.127,463.812z"/><path id="XMLID_3314_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M382.932,463.544c0.109,0.075,0.574-0.128,0.38-0.268C383.204,463.206,382.741,463.408,382.932,463.544z"/><path id="XMLID_3313_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M125.414,463.276c-0.101-0.07-0.573,0.132-0.375,0.268C125.146,463.619,125.611,463.416,125.414,463.276z"/><path id="XMLID_3312_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M403.64,463.015c0.022-0.34,0.481-0.371,0.376-0.799c-0.252,0-0.502,0-0.752,0C402.841,462.598,402.855,462.863,403.64,463.015z"/><path id="XMLID_3310_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M108.097,462.215C109.244,461.32,106.706,461.409,108.097,462.215L108.097,462.215z"/><path id="XMLID_3308_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M487.6,461.416C488.51,460.527,486.336,462.06,487.6,461.416L487.6,461.416z"/><path id="XMLID_3307_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M438.654,461.683c0.107,0.074,0.57-0.127,0.376-0.266C438.928,461.347,438.457,461.545,438.654,461.683z"/><path id="XMLID_3306_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M274.127,461.683c0.255,0,0.505,0,0.757,0c0-0.179,0-0.354,0-0.531c-0.252,0-0.502,0-0.757,0C274.127,461.329,274.127,461.504,274.127,461.683z"/><path id="XMLID_3305_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M157.042,461.416c0.003,0.27,0.66,0.334,0.756,0C157.714,461.096,157.378,461.256,157.042,461.416z"/><path id="XMLID_3304_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M371.261,461.416c0-0.355,0-0.709,0-1.061C369.816,460.142,369.816,461.626,371.261,461.416z"/><path id="XMLID_3303_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M149.513,461.152c0-0.148-0.309-0.305-0.379,0C149.134,461.3,149.44,461.452,149.513,461.152z"/><path id="XMLID_3302_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M225.938,460.886c0.003-0.149-0.304-0.304-0.374,0C225.563,461.032,225.866,461.186,225.938,460.886z"/><path id="XMLID_3301_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M145.748,460.088c0.018,0.366-0.176,0.585-0.376,0.799c0.478,0.01,0.52,0.341,1.124,0.265C146.607,460.545,146.408,460.153,145.748,460.088z"/><path id="XMLID_3300_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M139.722,460.619c-0.101-0.074-0.569,0.128-0.376,0.268C139.451,460.959,139.919,460.757,139.722,460.619z"/><path id="XMLID_3299_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.078,460.355c0.375-0.004,0.444,0.214,0.75,0.263c-0.002-0.267,0.306-0.315,0.38-0.531c-0.382,0.002-0.452-0.217-0.754-0.265C102.454,460.089,102.146,460.137,102.078,460.355z"/><path id="XMLID_3298_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M244.013,460.355c0.021-0.341,0.482-0.368,0.377-0.799c-0.25,0-0.502,0-0.758,0C243.21,459.94,243.229,460.204,244.013,460.355z"/><path id="XMLID_3297_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M148.383,460.088c0-0.148-0.306-0.301-0.376,0C148.006,460.235,148.31,460.391,148.383,460.088z"/><path id="XMLID_3296_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M139.722,460.088c0-0.148-0.306-0.301-0.376,0C139.346,460.235,139.647,460.391,139.722,460.088z"/><path id="XMLID_3295_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M474.419,459.557c-0.25,0-0.501,0-0.753,0c0,0.178,0,0.356,0,0.531c0.252,0,0.503,0,0.753,0C474.419,459.913,474.419,459.735,474.419,459.557z"/><path id="XMLID_3294_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M154.782,458.227c0,0.354,0,0.709,0,1.062C156.235,459.499,156.235,458.02,154.782,458.227z"/><path id="XMLID_3293_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M160.805,458.759C161.203,457.218,159.175,458.648,160.805,458.759L160.805,458.759z"/><path id="XMLID_3292_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M430.372,458.227c0.491,0.34,1.387,0.34,1.88,0C432.247,456.988,430.379,456.988,430.372,458.227z"/><path id="XMLID_3291_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M423.595,458.227c-0.292,0.061-0.743,0.005-0.75,0.264C423.132,458.434,423.587,458.486,423.595,458.227z"/><path id="XMLID_3287_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M463.503,458.227c0-0.176,0-0.354,0-0.532c-0.378,0-0.751,0-1.128,0C462.327,458.174,462.744,458.317,463.503,458.227z"/><path id="XMLID_3286_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M467.645,457.429c-0.424,0.027-0.584-0.388-0.753,0C466.893,457.698,467.55,457.765,467.645,457.429z"/><path id="XMLID_3285_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M204.1,457.163c-0.098-0.071-0.564,0.128-0.372,0.266C203.828,457.504,204.294,457.3,204.1,457.163z"/><path id="XMLID_3284_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M430.372,456.366c-0.252,0-0.505,0-0.755,0c0,0.177,0,0.353,0,0.531c0.25,0,0.503,0,0.755,0C430.372,456.719,430.372,456.543,430.372,456.366z"/><path id="XMLID_3283_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M439.031,456.629c0-0.176,0-0.35,0-0.53c-0.376,0-0.755,0-1.131,0C437.852,456.575,438.276,456.72,439.031,456.629z"/><path id="XMLID_3280_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M422.464,455.833c-0.381,0.002-0.447-0.212-0.752-0.264c0.002,0.267-0.307,0.318-0.376,0.531c0.378,0,0.445,0.215,0.755,0.267C422.083,456.099,422.393,456.047,422.464,455.833z"/><path id="XMLID_3279_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M414.558,456.099c-0.103-0.072-0.568,0.129-0.374,0.267C414.287,456.437,414.754,456.236,414.558,456.099z"/><path id="XMLID_3278_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M367.877,456.099c0.026-0.001-0.024-0.245,0-0.266c0.037-0.031,0.354-0.548,0.376-0.533C367.843,454.917,366.533,456.267,367.877,456.099z"/><path id="XMLID_3275_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M411.925,455.299c-0.004-0.265,0.306-0.314,0.376-0.53c-0.592,0.025-1.308-0.035-1.129,0.53C411.423,455.299,411.676,455.299,411.925,455.299z"/><path id="XMLID_3274_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M144.615,455.037c0.008-0.15-0.3-0.303-0.373,0C144.241,455.182,144.55,455.335,144.615,455.037z"/><path id="XMLID_3273_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M479.691,452.643c-1.979-0.07-2.357,0.992-2.633,2.126C478.652,455.288,480.13,454.343,479.691,452.643z"/><path id="XMLID_3272_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M430.749,454.769c-0.294,0.061-0.742,0.009-0.753,0.268C430.288,454.975,430.737,455.028,430.749,454.769z"/><path id="XMLID_3271_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M152.148,454.503c0.915-0.678-0.157-1.451-0.756-1.86c-0.063,0.31-0.593,0.289-1.128,0.264C150.472,453.737,151.163,454.227,152.148,454.503z"/><path id="XMLID_3270_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M109.982,454.503c0.019-0.34,0.482-0.369,0.377-0.796c-0.25,0-0.502,0-0.753,0C109.182,454.089,109.198,454.356,109.982,454.503z"/><path id="XMLID_3269_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M302.741,453.44c0.105,0.074,0.575-0.129,0.376-0.266C303.016,453.102,302.546,453.303,302.741,453.44z"/><path id="XMLID_3268_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M87.767,453.44c0.108,0.074,0.57-0.129,0.379-0.266C88.041,453.102,87.576,453.303,87.767,453.44z"/><path id="XMLID_3267_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M425.475,452.377c-0.105-0.071-0.572,0.129-0.376,0.266C425.204,452.716,425.67,452.514,425.475,452.377z"/><path id="XMLID_3266_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M232.72,452.377C233.626,451.485,231.454,453.021,232.72,452.377L232.72,452.377z"/><path id="XMLID_3265_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M53.131,452.643c0.074-0.765,0.048-1.453-1.132-1.33c-0.112,0.358-0.533,0.506-0.375,1.063C52.133,452.461,52.347,452.756,53.131,452.643z"/><path id="XMLID_3259_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M47.486,451.579c0.248,0,0.501,0,0.753,0c0-0.18,0-0.355,0-0.532c-0.251,0-0.505,0-0.753,0C47.486,451.225,47.486,451.4,47.486,451.579z"/><path id="XMLID_3258_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M457.854,450.25c0.018,0.363-0.176,0.583-0.376,0.798c0.483,0.014,0.525,0.342,1.129,0.266C458.711,450.709,458.518,450.313,457.854,450.25z"/><path id="XMLID_3257_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M394.604,450.78c-0.498-0.002-0.339-0.465-0.753-0.531c-0.032,0.419-0.963,0.209-0.754,0.798C394.046,451.08,394.278,451.555,394.604,450.78z"/><path id="XMLID_3256_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M205.23,451.048c0.005-0.149-0.304-0.302-0.371,0C204.854,451.193,205.162,451.35,205.23,451.048z"/><path id="XMLID_3255_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M183.397,450.514c0.036-0.031,0.36-0.549,0.377-0.534c-0.409-0.382-1.716,0.968-0.377,0.8C183.417,450.778,183.376,450.534,183.397,450.514z"/><path id="XMLID_3254_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M264.714,449.717c-0.248,0-0.504,0-0.752,0c0,0.177,0,0.354,0,0.533c0.248,0,0.504,0,0.752,0C264.714,450.072,264.714,449.894,264.714,449.717z"/><path id="XMLID_3253_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M213.138,449.717c0-0.148-0.304-0.302-0.377,0C212.761,449.863,213.069,450.021,213.138,449.717z"/><path id="XMLID_3252_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M131.065,449.717c-0.293,0.062-0.745,0.006-0.756,0.263C130.602,449.923,131.051,449.976,131.065,449.717z"/><path id="XMLID_3251_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M299.352,449.452c-0.103-0.073-0.57,0.13-0.373,0.265C299.082,449.79,299.55,449.59,299.352,449.452z"/><path id="XMLID_3250_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M366.366,449.186c-0.29,0.061-0.739,0.006-0.747,0.265C365.909,449.389,366.355,449.445,366.366,449.186z"/><path id="XMLID_3249_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M137.087,449.186c-0.443,0.042-1.067-0.043-1.128,0.265C136.399,449.409,137.024,449.498,137.087,449.186z"/><path id="XMLID_3248_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M131.818,449.186c-0.104-0.076-0.57,0.129-0.376,0.265C131.546,449.525,132.013,449.323,131.818,449.186z"/><path id="XMLID_3247_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M76.847,449.186c0.002-0.149-0.303-0.302-0.374,0C76.468,449.334,76.777,449.488,76.847,449.186z"/><path id="XMLID_3246_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M300.108,449.186c-0.059-0.316,0.064-0.755-0.376-0.798c-0.025,0.162-0.059,0.315-0.38,0.266C299.397,448.979,299.47,449.283,300.108,449.186z"/><path id="XMLID_3245_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M289.566,448.921C290.476,448.027,288.302,449.563,289.566,448.921L289.566,448.921z"/><path id="XMLID_3244_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M424.35,448.921c0.511-0.338,0.58-1.306-0.376-1.331C423.462,447.929,423.388,448.895,424.35,448.921z"/><path id="XMLID_3243_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M372.767,448.654c0.294-0.059,0.748-0.008,0.753-0.266C373.23,448.447,372.783,448.394,372.767,448.654z"/><path id="XMLID_3242_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M317.423,448.654c0.254,0,0.502,0,0.752,0c0-0.266,0.309-0.317,0.378-0.531C317.963,448.147,317.253,448.086,317.423,448.654z"/><path id="XMLID_3241_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M449.572,448.388c-0.002-0.265,0.306-0.315,0.38-0.533c-0.596,0.026-1.31-0.036-1.133,0.533C449.067,448.388,449.325,448.388,449.572,448.388z"/><path id="XMLID_3240_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M451.831,448.123c0.117-0.36,0.533-0.509,0.376-1.064C451.161,446.633,451.17,448.207,451.831,448.123z"/><path id="XMLID_3239_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M446.937,447.59c-0.251,0-0.503,0-0.751,0c0,0.177,0,0.354,0,0.533c0.248,0,0.5,0,0.751,0C446.937,447.943,446.937,447.767,446.937,447.59z"/><path id="XMLID_3238_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M468.772,447.59c-0.105-0.074-0.57,0.129-0.376,0.266C468.5,447.929,468.968,447.727,468.772,447.59z"/><path id="XMLID_3237_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M347.168,447.059c-0.648-0.016-0.963,0.205-1.126,0.531C346.632,447.566,347.343,447.627,347.168,447.059z"/><path id="XMLID_3236_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M312.154,447.323c-0.103-0.073-0.574,0.129-0.375,0.267C311.882,447.666,312.351,447.464,312.154,447.323z"/><path id="XMLID_3235_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M206.365,447.323c-0.104-0.073-0.576,0.129-0.382,0.267C206.088,447.666,206.558,447.464,206.365,447.323z"/><path id="XMLID_3234_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M440.538,447.059c-0.08-0.321-0.418-0.162-0.755,0C439.787,447.327,440.444,447.393,440.538,447.059z"/><path id="XMLID_3233_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M375.028,447.323C376.392,446.07,372.826,446.97,375.028,447.323L375.028,447.323z"/><path id="XMLID_3231_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M443.549,446.526c-0.104-0.074-0.572,0.129-0.378,0.268C443.278,446.866,443.747,446.664,443.549,446.526z"/><path id="XMLID_3230_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M281.281,445.995c-0.25,0-0.504,0-0.752,0c0,0.177,0,0.356,0,0.531c0.249,0,0.503,0,0.752,0C281.281,446.351,281.281,446.172,281.281,445.995z"/><path id="XMLID_3229_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M3.056,446.262c-0.102-0.074-0.568,0.128-0.374,0.264C2.786,446.599,3.252,446.399,3.056,446.262z"/><path id="XMLID_3228_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M63.672,445.995c0.102-0.606-0.089-1.001-0.753-1.062C62.442,445.244,62.618,446.036,63.672,445.995z"/><path id="XMLID_3227_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M295.591,445.727c0-0.53,0-1.063,0-1.593c-1.385-0.087-1.142,0.971-1.507,1.593C294.586,445.727,295.088,445.727,295.591,445.727z"/><path id="XMLID_3226_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M219.914,445.464C220.825,444.571,218.655,446.105,219.914,445.464L219.914,445.464z"/><path id="XMLID_3225_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M47.858,445.727c-0.251-0.99,1.045-1.559-0.749-1.593C47.336,444.681,46.5,445.98,47.858,445.727z"/><path id="XMLID_3224_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M169.842,445.464c0.105,0.072,0.57-0.129,0.377-0.267C170.118,445.124,169.644,445.323,169.842,445.464z"/><path id="XMLID_3223_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M39.202,445.197c-0.104-0.073-0.572,0.126-0.378,0.267C38.925,445.536,39.393,445.335,39.202,445.197z"/><path id="XMLID_3222_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M217.658,444.664c-0.105-0.071-0.572,0.13-0.376,0.269C217.383,445.005,217.852,444.804,217.658,444.664z"/><path id="XMLID_3221_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M17.366,444.664c-0.104-0.071-0.575,0.13-0.376,0.269C17.092,445.005,17.56,444.804,17.366,444.664z"/><path id="XMLID_3220_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M329.85,444.664c0.103,0.075,0.572-0.129,0.376-0.265C330.124,444.326,329.654,444.528,329.85,444.664z"/><path id="XMLID_3219_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M183.773,443.869c0.058,0.313-0.068,0.755,0.376,0.796c0.037-0.681,1.47-0.379,1.506-1.062C184.473,443.902,184.657,443.525,183.773,443.869z"/><path id="XMLID_3218_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M35.814,444.664c0.115-0.359,0.536-0.507,0.374-1.062c-0.503,0-1.004,0-1.505,0C34.618,444.266,35.26,444.434,35.814,444.664z"/><path id="XMLID_3217_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M120.902,444.4c1.027-0.43-0.555-0.893-0.757-0.266C120.523,444.133,120.591,444.348,120.902,444.4z"/><path id="XMLID_3216_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M81.369,444.4c0.292-0.06,0.742-0.008,0.753-0.266C81.829,444.193,81.38,444.14,81.369,444.4z"/><path id="XMLID_3215_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M13.975,443.869c-0.055,0.276,0.293,0.686,0.376,0.265C14.409,443.853,14.059,443.447,13.975,443.869z"/><path id="XMLID_3214_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M178.12,443.869c-0.099-0.076-0.565,0.127-0.372,0.265C177.853,444.206,178.324,444.005,178.12,443.869z"/><path id="XMLID_3213_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M412.302,443.869c0.099,0.074,0.57-0.129,0.375-0.266C412.574,443.527,412.11,443.728,412.302,443.869z"/><path id="XMLID_3212_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M294.46,443.603c0.25-0.616-1.472-0.574-1.133,0C293.455,443.818,294.329,443.922,294.46,443.603z"/><path id="XMLID_3211_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M289.941,443.869c-0.165-0.502,0.509-1.605-0.751-1.332C289.133,443.198,289.121,443.828,289.941,443.869z"/><path id="XMLID_3210_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M419.829,443.336c0.107,0.076,0.57-0.13,0.378-0.267C420.101,442.996,419.633,443.198,419.829,443.336z"/><path id="XMLID_3207_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M475.925,442.804c0.102,0.075,0.575-0.128,0.374-0.267C476.199,442.465,475.729,442.664,475.925,442.804z"/><path id="XMLID_3206_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M389.336,442.273c-0.107-0.075-0.572,0.128-0.376,0.264C389.06,442.613,389.531,442.41,389.336,442.273z"/><path id="XMLID_3205_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M85.129,442.273c-0.102-0.075-0.566,0.128-0.375,0.264C84.862,442.613,85.33,442.41,85.129,442.273z"/><path id="XMLID_3204_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M243.632,441.476c-0.856-0.077-1.413,0.062-1.507,0.532c0.716-0.061,0.832,0.299,1.507,0.265C243.632,442.008,243.632,441.741,243.632,441.476z"/><path id="XMLID_3203_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M218.032,442.008c0-0.148-0.301-0.302-0.374,0C217.658,442.153,217.957,442.309,218.032,442.008z"/><path id="XMLID_3202_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M87.767,442.008c-0.101-0.075-0.57,0.129-0.374,0.265C87.498,442.345,87.963,442.144,87.767,442.008z"/><path id="XMLID_3201_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M28.66,442.273c0.656,0.019,1.171-0.059,1.504-0.265c0.118-0.702-0.521-0.873-1.504-0.8C28.66,441.563,28.66,441.917,28.66,442.273z"/><path id="XMLID_3200_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M488.728,441.741c0-0.146-0.306-0.303-0.376,0C488.351,441.888,488.656,442.042,488.728,441.741z"/><path id="XMLID_3199_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M184.902,440.944c-0.627,0-1.255,0-1.883,0c0.031,0.461-0.084,0.824-0.377,1.063C184.28,442.275,184.322,441.42,184.902,440.944z"/><path id="XMLID_3198_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M109.23,442.008c0-0.178,0-0.355,0-0.532c-0.378,0-0.755,0-1.133,0C108.051,441.953,108.473,442.096,109.23,442.008z"/><path id="XMLID_3197_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M104.71,441.741c1.768,0.085,1.008-1.23,0-1.33C104.007,440.918,104.933,440.894,104.71,441.741z"/><path id="XMLID_3196_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M250.788,440.678c-0.252,0-0.502,0-0.756,0c-0.02,0.339-0.483,0.369-0.373,0.798c0.373,0,0.752,0,1.128,0C250.788,441.207,250.788,440.944,250.788,440.678z"/><path id="XMLID_3195_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M99.816,441.207c-0.293,0.06-0.743,0.01-0.75,0.269C99.356,441.413,99.805,441.466,99.816,441.207z"/><path id="XMLID_3194_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M58.4,441.207c0.021-0.16,0.058-0.314,0.379-0.263c0-0.18,0-0.358,0-0.533C57.852,439.997,57.67,441.312,58.4,441.207z"/><path id="XMLID_3193_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M382.932,440.678c-0.102-0.074-0.572,0.129-0.372,0.266C382.663,441.016,383.128,440.814,382.932,440.678z"/><path id="XMLID_3192_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M379.17,440.944C380.534,439.688,376.966,440.586,379.17,440.944L379.17,440.944z"/><path id="XMLID_3191_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M317.8,440.944c0.021-0.342,0.484-0.369,0.375-0.8c-0.25,0-0.498,0-0.752,0C317.007,440.527,317.023,440.793,317.8,440.944z"/><path id="XMLID_3190_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M6.446,440.678c0.377,0,0.448,0.216,0.757,0.266C8.23,440.514,6.648,440.05,6.446,440.678z"/><path id="XMLID_3189_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M392.721,440.411c-0.105-0.072-0.57,0.129-0.374,0.267C392.45,440.75,392.921,440.549,392.721,440.411z"/><path id="XMLID_3188_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M323.827,440.411c-0.102-0.072-0.572,0.129-0.376,0.267C323.553,440.75,324.022,440.549,323.827,440.411z"/><path id="XMLID_3187_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M136.714,440.411c-0.108-0.072-0.574,0.129-0.377,0.267C136.439,440.75,136.907,440.549,136.714,440.411z"/><path id="XMLID_3186_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M384.815,440.145C385.728,439.25,383.552,440.789,384.815,440.145L384.815,440.145z"/><path id="XMLID_3185_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M265.849,440.145c-0.004-0.269-0.665-0.334-0.759,0C265.521,440.116,265.678,440.531,265.849,440.145z"/><path id="XMLID_3184_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M251.165,440.411c0.104,0.071,0.568-0.129,0.376-0.266C251.436,440.07,250.968,440.274,251.165,440.411z"/><path id="XMLID_3183_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M11.345,440.145c-0.295,0.059-0.748,0.006-0.756,0.266C10.882,440.352,11.331,440.404,11.345,440.145z"/><path id="XMLID_3181_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M399.88,440.145c0.017-0.341,0.48-0.37,0.376-0.796c-0.253,0-0.505,0-0.759,0C399.081,439.73,399.095,439.996,399.88,440.145z"/><path id="XMLID_3180_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M117.887,439.877c-0.104-0.07-0.57,0.129-0.379,0.268C117.614,440.218,118.08,440.019,117.887,439.877z"/><path id="XMLID_3178_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M99.44,439.615c-0.106-0.075-0.571,0.128-0.374,0.262C99.167,439.955,99.63,439.75,99.44,439.615z"/><path id="XMLID_3177_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M80.239,439.615c-0.421,0.025-0.585-0.388-0.755,0C79.489,439.881,80.148,439.946,80.239,439.615z"/><path id="XMLID_3176_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M234.976,439.081c-0.253,0-0.504,0-0.751,0c0,0.178,0,0.354,0,0.533c0.247,0,0.498,0,0.751,0C234.976,439.436,234.976,439.259,234.976,439.081z"/><path id="XMLID_3175_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M84.005,439.081c-0.252,0-0.503,0-0.754,0c0,0.178,0,0.354,0,0.533c0.251,0,0.502,0,0.754,0C84.005,439.436,84.005,439.259,84.005,439.081z"/><path id="XMLID_3174_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M434.888,439.081c-0.443,0.043-1.065-0.044-1.13,0.267C434.201,439.307,434.825,439.392,434.888,439.081z"/><path id="XMLID_3173_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M244.389,439.081c-0.005,0.147,0.301,0.303,0.372,0C244.764,438.935,244.461,438.779,244.389,439.081z"/><path id="XMLID_3171_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M35.063,438.815c-0.426,0.028-0.588-0.387-0.755,0C34.313,439.083,34.966,439.15,35.063,438.815z"/><path id="XMLID_3170_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M64.806,438.547c0-0.144-0.311-0.298-0.38,0C64.425,438.698,64.728,438.85,64.806,438.547z"/><path id="XMLID_3169_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M193.563,438.284c0-0.149-0.308-0.302-0.376,0C193.181,438.432,193.494,438.586,193.563,438.284z"/><path id="XMLID_3168_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M412.677,438.019c-0.085-0.326-0.421-0.165-0.751,0C411.925,438.286,412.584,438.353,412.677,438.019z"/><path id="XMLID_3167_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M231.585,437.751c-0.253,0-0.502,0-0.752,0c0,0.177,0,0.356,0,0.533c0.25,0,0.5,0,0.752,0C231.585,438.107,231.585,437.928,231.585,437.751z"/><path id="XMLID_3166_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M152.148,438.284c0.105,0.071,0.57-0.128,0.379-0.265C152.421,437.943,151.955,438.149,152.148,438.284z"/><path id="XMLID_3165_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M136.714,438.019c0,0.145,0.301,0.3,0.374,0C137.087,437.871,136.781,437.716,136.714,438.019z"/><path id="XMLID_3164_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.454,438.019c0-0.148-0.307-0.304-0.375,0C102.073,438.164,102.379,438.319,102.454,438.019z"/><path id="XMLID_3163_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M28.66,438.019c-0.293,0.059-0.745,0.005-0.75,0.265C28.199,438.226,28.649,438.275,28.66,438.019z"/><path id="XMLID_3162_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M365.24,437.486c-0.078-0.321-0.418-0.167-0.755,0C364.489,437.752,365.144,437.821,365.24,437.486z"/><path id="XMLID_3161_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M334.74,437.486c-0.102-0.073-0.566,0.13-0.374,0.265C334.472,437.826,334.939,437.624,334.74,437.486z"/><path id="XMLID_3160_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M274.127,436.955c-0.25,0-0.5,0-0.75,0c0,0.264-0.302,0.316-0.376,0.532c0.475,0.016,0.519,0.341,1.126,0.265C274.127,437.486,274.127,437.219,274.127,436.955z"/><path id="XMLID_3159_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M152.148,437.486c-0.005-0.267,0.306-0.317,0.379-0.532c-0.596,0.024-1.308-0.036-1.135,0.532C151.647,437.486,151.897,437.486,152.148,437.486z"/><path id="XMLID_3158_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M376.909,436.955c-0.104-0.072-0.57,0.128-0.376,0.264C376.638,437.295,377.103,437.092,376.909,436.955z"/><path id="XMLID_3157_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M244.389,437.219c0.499,0,1.001,0,1.504,0c0.15-0.638-0.691-0.576-0.38-1.328C243.835,436.007,244.958,436.452,244.389,437.219z"/><path id="XMLID_3156_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M137.087,436.955c-0.102-0.072-0.573,0.128-0.374,0.264C136.817,437.295,137.281,437.092,137.087,436.955z"/><path id="XMLID_3155_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.078,437.219c0.098,0.076,0.57-0.127,0.375-0.264C102.341,436.883,101.879,437.082,102.078,437.219z"/><path id="XMLID_3154_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M11.718,436.689c-0.724-0.108-0.296-1.033-1.505-0.798C9.19,436.311,11.141,437.477,11.718,436.689z"/><path id="XMLID_3153_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M469.528,436.421c-0.106-0.071-0.572,0.129-0.377,0.268C469.252,436.762,469.72,436.56,469.528,436.421z"/><path id="XMLID_3152_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M388.203,436.421c-0.294,0.061-0.743,0.009-0.749,0.268C387.744,436.627,388.194,436.68,388.203,436.421z"/><path id="XMLID_3151_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M231.585,436.157c0-0.177,0-0.357,0-0.532c-0.376,0-0.752,0-1.13,0C230.408,436.103,230.833,436.246,231.585,436.157z"/><path id="XMLID_3150_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M167.207,435.891c-0.105-0.077-0.57,0.128-0.377,0.266C166.933,436.23,167.398,436.032,167.207,435.891z"/><path id="XMLID_3149_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M76.1,435.891c-0.107-0.077-0.576,0.128-0.38,0.266C75.828,436.23,76.29,436.032,76.1,435.891z"/><path id="XMLID_3148_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M14.351,435.891c-0.104-0.077-0.571,0.128-0.376,0.266C14.08,436.23,14.55,436.032,14.351,435.891z"/><path id="XMLID_3147_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M248.149,435.625c-0.105-0.071-0.566,0.129-0.377,0.266C247.878,435.964,248.345,435.762,248.149,435.625z"/><path id="XMLID_3146_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M117.134,435.625c0.502,0.346,1.399,0.35,1.508-0.266C118.141,435.012,117.238,435.007,117.134,435.625z"/><path id="XMLID_3145_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M462.375,435.359c-0.081-0.321-0.418-0.164-0.755,0C461.624,435.628,462.279,435.693,462.375,435.359z"/><path id="XMLID_3144_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M423.973,435.359c0-0.148-0.308-0.304-0.378,0C423.595,435.505,423.899,435.659,423.973,435.359z"/><path id="XMLID_3143_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M251.54,435.091c-0.251,0-0.501,0-0.752,0c0,0.178,0,0.356,0,0.534c0.251,0,0.501,0,0.752,0C251.54,435.447,251.54,435.269,251.54,435.091z"/><path id="XMLID_3142_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M76.1,435.359c-0.107-0.077-0.576,0.127-0.38,0.266C75.828,435.699,76.29,435.496,76.1,435.359z"/><path id="XMLID_3141_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M74.964,435.091c-0.647-0.014-0.961,0.206-1.129,0.534C74.431,435.6,75.143,435.659,74.964,435.091z"/><path id="XMLID_3140_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M9.836,435.359c-0.105-0.077-0.57,0.127-0.377,0.266C9.561,435.699,10.032,435.496,9.836,435.359z"/><path id="XMLID_3139_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M471.411,435.359c0-0.269,0-0.533,0-0.798c-0.859-0.077-1.415,0.062-1.507,0.529C470.411,435.177,470.622,435.473,471.411,435.359z"/><path id="XMLID_3138_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M436.019,435.091c0-0.146-0.304-0.299-0.376,0C435.643,435.241,435.945,435.396,436.019,435.091z"/><path id="XMLID_3137_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M419.455,435.359c0.249,0,0.499,0,0.753,0c0.198-0.68,0.501-0.932-0.378-1.332c0.276,0.727-0.745,0.536-0.755,1.063C419.307,435.107,419.525,435.132,419.455,435.359z"/><path id="XMLID_3136_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M415.69,434.827c0.004-0.147-0.305-0.301-0.378,0C415.311,434.975,415.619,435.129,415.69,434.827z"/><path id="XMLID_3135_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M234.976,435.091C236.877,434.022,233.662,433.849,234.976,435.091L234.976,435.091z"/><path id="XMLID_3134_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M253.044,434.562c-0.292,0.059-0.742,0.005-0.752,0.265C252.584,434.768,253.035,434.819,253.044,434.562z"/><path id="XMLID_3133_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M223.68,434.296c-0.249,0-0.501,0-0.753,0c0,0.177,0,0.354,0,0.531c0.251,0,0.503,0,0.753,0C223.68,434.65,223.68,434.473,223.68,434.296z"/><path id="XMLID_3132_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M167.586,434.562c0-0.148-0.306-0.302-0.378,0C167.205,434.708,167.513,434.86,167.586,434.562z"/><path id="XMLID_3131_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M74.212,434.296c0.003-0.15-0.303-0.303-0.376,0C73.835,434.443,74.141,434.599,74.212,434.296z"/><path id="XMLID_3130_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M480.446,434.027C481.964,434.963,481.331,433.173,480.446,434.027L480.446,434.027z"/><path id="XMLID_3129_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M356.2,434.027c0.002-0.146-0.3-0.3-0.373,0C355.827,434.175,356.135,434.331,356.2,434.027z"/><path id="XMLID_3128_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M478.938,434.027c0.105,0.074,0.57-0.127,0.376-0.264C479.211,433.689,478.745,433.892,478.938,434.027z"/><path id="XMLID_3127_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M120.145,433.764c-0.105-0.075-0.574,0.128-0.374,0.264C119.874,434.101,120.341,433.901,120.145,433.764z"/><path id="XMLID_3126_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M61.415,433.764c-0.292,0.059-0.742,0.006-0.753,0.264C60.955,433.969,61.402,434.022,61.415,433.764z"/><path id="XMLID_3125_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M43.721,434.027c0.102,0.074,0.567-0.127,0.371-0.264C43.993,433.689,43.523,433.892,43.721,434.027z"/><path id="XMLID_3124_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M487.223,432.965c-0.65-0.014-0.966,0.204-1.133,0.532C486.682,433.473,487.395,433.532,487.223,432.965z"/><path id="XMLID_3123_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M480.446,433.497c0-0.265,0.304-0.318,0.378-0.532c-0.596,0.026-1.305-0.034-1.133,0.532C479.939,433.497,480.192,433.497,480.446,433.497z"/><path id="XMLID_3122_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M158.923,432.435c-0.249,0-0.502,0-0.753,0c0,0.354,0,0.706,0,1.063c0.251,0,0.505,0,0.753,0C158.923,433.141,158.923,432.789,158.923,432.435z"/><path id="XMLID_3121_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M369.005,432.965c-0.107-0.071-0.572,0.129-0.383,0.267C368.733,433.305,369.199,433.103,369.005,432.965z"/><path id="XMLID_3120_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M450.324,432.7c-0.289,0.06-0.739,0.008-0.752,0.265C449.861,432.905,450.318,432.96,450.324,432.7z"/><path id="XMLID_3119_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M357.71,432.7c-0.443,0.039-1.07-0.047-1.127,0.265C357.023,432.923,357.649,433.011,357.71,432.7z"/><path id="XMLID_3118_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M483.834,432.435c0-0.148-0.304-0.304-0.376,0C483.457,432.582,483.759,432.735,483.834,432.435z"/><path id="XMLID_3117_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M476.299,432.7c0-0.177,0-0.357,0-0.533c-0.374,0-0.751,0-1.126,0C475.123,432.644,475.549,432.793,476.299,432.7z"/><path id="XMLID_3116_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M77.98,432.435C78.375,430.891,76.348,432.323,77.98,432.435L77.98,432.435z"/><path id="XMLID_3115_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M447.313,431.104c0.329,0.852-0.973,0.55-1.126,1.063c0.5,0,1,0,1.504,0C447.626,431.772,447.826,431.188,447.313,431.104z"/><path id="XMLID_3114_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M358.086,431.902c-0.29,0.059-0.742,0.009-0.753,0.266C357.625,432.108,358.08,432.16,358.086,431.902z"/><path id="XMLID_3113_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M277.895,431.902c-0.103-0.072-0.574,0.127-0.375,0.266C277.623,432.243,278.089,432.04,277.895,431.902z"/><path id="XMLID_3112_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.757,432.167c0.248,0,0.499,0,0.75,0c0.027-0.341,0.487-0.368,0.379-0.796c-0.379,0-0.753,0-1.129,0C116.757,431.635,116.757,431.902,116.757,432.167z"/><path id="XMLID_3111_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M478.563,431.902c0.104,0.075,0.57-0.128,0.375-0.266C478.835,431.563,478.367,431.764,478.563,431.902z"/><path id="XMLID_3110_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M376.909,431.902c0.022-0.16,0.056-0.314,0.376-0.266c0-0.175,0-0.355,0-0.532C376.359,430.691,376.179,432.006,376.909,431.902z"/><path id="XMLID_3109_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M333.616,431.371c-0.646-0.014-0.97,0.204-1.133,0.531C333.076,431.877,333.792,431.939,333.616,431.371z"/><path id="XMLID_3108_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M426.985,430.837c0,0.177,0,0.354,0,0.533C427.677,432.252,428.818,430.572,426.985,430.837z"/><path id="XMLID_3107_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M355.827,431.371c-0.104-0.074-0.569,0.127-0.376,0.265C355.554,431.708,356.022,431.506,355.827,431.371z"/><path id="XMLID_3106_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M237.986,431.104c0-0.177,0-0.352,0-0.532C236.464,429.499,235.92,432.108,237.986,431.104z"/><path id="XMLID_3105_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M494.753,430.307c-0.25,0-0.502,0-0.752,0c-0.024,0.34-0.485,0.367-0.38,0.796c0.38,0,0.752,0,1.132,0C494.753,430.837,494.753,430.572,494.753,430.307z"/><path id="XMLID_3104_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M1.176,430.837c0-0.146-0.304-0.301-0.374,0C0.802,430.985,1.105,431.14,1.176,430.837z"/><path id="XMLID_3103_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M474.419,430.572c0.004-0.15-0.302-0.3-0.374,0C474.044,430.72,474.351,430.875,474.419,430.572z"/><path id="XMLID_3102_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M456.725,430.837c0.299-0.916-0.349-1.168-1.13-1.329C454.862,430.019,455.201,431.139,456.725,430.837z"/><path id="XMLID_3101_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M310.269,430.572c-0.1-0.073-0.574,0.128-0.374,0.266C310.002,430.911,310.465,430.711,310.269,430.572z"/><path id="XMLID_3100_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M38.449,430.572c-0.104-0.073-0.571,0.128-0.381,0.266C38.178,430.911,38.643,430.711,38.449,430.572z"/><path id="XMLID_3098_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M478.938,430.307c-0.293,0.059-0.743,0.007-0.753,0.265C478.477,430.513,478.928,430.565,478.938,430.307z"/><path id="XMLID_3097_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M350.177,430.572C353.063,430.182,350.241,428.192,350.177,430.572L350.177,430.572z"/><path id="XMLID_3096_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M37.317,430.307c-0.1-0.073-0.57,0.127-0.376,0.265C37.048,430.647,37.513,430.443,37.317,430.307z"/><path id="XMLID_3095_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M176.243,429.772c0.005-0.144-0.304-0.299-0.377,0C175.866,429.923,176.174,430.077,176.243,429.772z"/><path id="XMLID_3094_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M381.803,428.978c-0.376,0-0.752,0-1.126,0c0,0.265,0,0.531,0,0.795c0.25,0,0.5,0,0.75,0C381.449,429.434,381.908,429.406,381.803,428.978z"/><path id="XMLID_3093_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M364.485,429.242c-0.376,0.002-0.448-0.217-0.752-0.265c0,0.266-0.304,0.315-0.377,0.531c0.377,0,0.449,0.216,0.753,0.264C364.109,429.509,364.413,429.459,364.485,429.242z"/><path id="XMLID_3092_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M198.076,429.509c-0.105-0.075-0.571,0.128-0.371,0.264C197.804,429.846,198.275,429.647,198.076,429.509z"/><path id="XMLID_3091_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M121.275,429.509c0.003-0.148-0.301-0.301-0.373,0C120.902,429.657,121.205,429.811,121.275,429.509z"/><path id="XMLID_3090_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M444.303,429.242c-0.103-0.072-0.574,0.127-0.377,0.266C444.031,429.584,444.497,429.38,444.303,429.242z"/><path id="XMLID_3089_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M15.484,429.242c-0.105-0.072-0.573,0.127-0.379,0.266C15.209,429.584,15.675,429.38,15.484,429.242z"/><path id="XMLID_3088_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M372.395,428.978c-0.109-0.075-0.578,0.129-0.378,0.265C372.119,429.316,372.586,429.115,372.395,428.978z"/><path id="XMLID_3087_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M358.462,428.978c0-0.269,0.306-0.318,0.376-0.533c-0.587,0.025-1.304-0.035-1.129,0.533C357.959,428.978,358.209,428.978,358.462,428.978z"/><path id="XMLID_3086_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M329.85,428.445c0.002-0.147-0.306-0.303-0.374,0C329.469,428.595,329.773,428.746,329.85,428.445z"/><path id="XMLID_3085_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M302.741,427.914c-0.254,0-0.502,0-0.752,0c0,0.176,0,0.353,0,0.53c0.25,0,0.498,0,0.752,0C302.741,428.267,302.741,428.09,302.741,427.914z"/><path id="XMLID_3084_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.757,428.445c0.104,0.073,0.57-0.128,0.377-0.266C117.031,428.107,116.564,428.307,116.757,428.445z"/><path id="XMLID_3083_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M31.672,428.179c0-0.177,0-0.355,0-0.532c-0.377,0-0.756,0-1.13,0C30.492,428.125,30.916,428.271,31.672,428.179z"/><path id="XMLID_3082_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M286.174,427.382c-0.102-0.074-0.568,0.128-0.372,0.265C285.904,427.72,286.369,427.517,286.174,427.382z"/><path id="XMLID_3081_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M108.097,427.382c0.482,0.014,0.526,0.338,1.133,0.265C109.812,426.995,107.947,426.866,108.097,427.382z"/><path id="XMLID_3080_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M255.682,427.382c0.105,0.071,0.57-0.129,0.376-0.268C255.956,427.04,255.49,427.243,255.682,427.382z"/><path id="XMLID_3079_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M222.175,427.114c-0.079-0.321-0.417-0.162-0.753,0C221.426,427.384,222.083,427.45,222.175,427.114z"/><path id="XMLID_3078_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M67.813,426.851c-0.293,0.057-0.743,0.005-0.752,0.263C67.356,427.057,67.803,427.109,67.813,426.851z"/><path id="XMLID_3077_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M39.579,427.114c0.227-0.012,0.447-0.039,0.374-0.263c-0.62-0.007-0.209-0.74-0.751-0.799c-0.658,0.542,0.275,0.522-0.378,1.062C39.074,427.114,39.328,427.114,39.579,427.114z"/><path id="XMLID_3076_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M244.389,426.586c-0.008-0.272-0.662-0.336-0.758,0C244.06,426.558,244.223,426.97,244.389,426.586z"/><path id="XMLID_3075_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M44.851,426.851c0.374,0,0.753,0,1.127,0c0.107-0.607-0.088-1.003-0.753-1.068C45.109,426.146,44.691,426.291,44.851,426.851z"/><path id="XMLID_3074_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M251.54,425.784c-1.202,0.161-1.167-0.497-1.881,0C249.538,427.033,251.4,426.497,251.54,425.784z"/><path id="XMLID_3073_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M63.672,426.319c0.005-0.147-0.303-0.302-0.376,0C63.295,426.464,63.604,426.62,63.672,426.319z"/><path id="XMLID_3072_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M316.671,425.521c-0.374,0-0.75,0-1.131,0c0,0.262,0,0.531,0,0.797c0.38,0,0.757,0,1.131,0C316.671,426.052,316.671,425.784,316.671,425.521z"/><path id="XMLID_3071_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M255.682,426.319c0-0.178,0-0.353,0-0.535c-0.378,0.003-0.445-0.214-0.754-0.262C254.965,425.939,254.878,426.444,255.682,426.319z"/><path id="XMLID_3070_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M44.474,425.784c-0.105-0.07-0.574,0.129-0.382,0.269C44.202,426.125,44.665,425.924,44.474,425.784z"/><path id="XMLID_3069_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M480.824,425.521c-0.082-0.324-0.424-0.163-0.759,0C480.076,425.787,480.724,425.853,480.824,425.521z"/><path id="XMLID_3067_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M492.494,424.989c-0.107-0.074-0.572,0.126-0.381,0.266C492.216,425.327,492.687,425.125,492.494,424.989z"/><path id="XMLID_3066_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M487.976,424.989c-0.105-0.074-0.577,0.126-0.376,0.266C487.704,425.327,488.169,425.125,487.976,424.989z"/><path id="XMLID_3065_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M469.904,424.989c0-0.352,0-0.711,0-1.063c-0.993-0.081-1.237,0.366-1.132,1.063C469.15,424.989,469.528,424.989,469.904,424.989z"/><path id="XMLID_3064_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M94.168,424.722c-0.104-0.074-0.57,0.129-0.374,0.267C93.893,425.062,94.365,424.862,94.168,424.722z"/><path id="XMLID_3063_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M92.288,423.658c0,0.354,0,0.71,0,1.064c0.377,0,0.75,0,1.13,0C93.516,424.03,93.542,423.393,92.288,423.658z"/><path id="XMLID_3062_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M441.287,423.393c0.035,0.463-0.081,0.828-0.373,1.062C442.199,424.658,442.382,423.44,441.287,423.393z"/><path id="XMLID_3061_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M211.255,424.189c-0.005-0.265-0.659-0.331-0.754,0C210.925,424.161,211.092,424.577,211.255,424.189z"/><path id="XMLID_3060_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M81.745,424.189c-0.104-0.07-0.575,0.129-0.376,0.266C81.473,424.533,81.941,424.327,81.745,424.189z"/><path id="XMLID_3059_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M27.909,424.189c0-0.146-0.311-0.3-0.379,0C27.527,424.339,27.836,424.494,27.909,424.189z"/><path id="XMLID_3058_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M13.227,423.926c-0.505-0.346-1.404-0.35-1.509,0.264C12.218,424.536,13.118,424.539,13.227,423.926z"/><path id="XMLID_3057_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M224.81,424.189C225.11,422.579,223.081,424.012,224.81,424.189L224.81,424.189z"/><path id="XMLID_3056_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M44.092,423.926c0.481,0.013,0.526,0.339,1.132,0.264C45.81,423.538,43.946,423.409,44.092,423.926z"/><path id="XMLID_3053_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M378.042,423.658c-0.104-0.071-0.575,0.129-0.382,0.268C377.769,423.998,378.234,423.796,378.042,423.658z"/><path id="XMLID_3052_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M325.333,423.926c0.104-0.607-0.095-1.002-0.755-1.063c-0.117,0.357-0.534,0.508-0.371,1.063C324.578,423.926,324.955,423.926,325.333,423.926z"/><path id="XMLID_3051_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M157.419,423.393C158.33,422.499,156.157,424.035,157.419,423.393L157.419,423.393z"/><path id="XMLID_3050_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M116.757,423.393c0-0.176,0-0.354,0-0.531c-0.377,0.002-0.45-0.216-0.752-0.266C116.043,423.012,115.955,423.517,116.757,423.393z"/><path id="XMLID_3049_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M102.078,423.129c-0.294,0.057-0.748,0.007-0.759,0.265C101.618,423.335,102.068,423.385,102.078,423.129z"/><path id="XMLID_3048_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M216.15,422.862c-0.099-0.076-0.569,0.125-0.377,0.266C215.878,423.202,216.342,422.998,216.15,422.862z"/><path id="XMLID_3047_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M41.459,422.862c-0.105-0.076-0.57,0.125-0.377,0.266C41.187,423.202,41.653,422.998,41.459,422.862z"/><path id="XMLID_3046_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M379.549,422.328c-0.254,0-0.504,0-0.753,0c0,0.178,0,0.354,0,0.534c0.249,0,0.499,0,0.753,0C379.549,422.683,379.549,422.506,379.549,422.328z"/><path id="XMLID_3045_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M170.219,422.063c-0.251,0-0.502,0-0.753,0c0,0.178,0,0.356,0,0.533c0.251,0,0.502,0,0.753,0C170.219,422.419,170.219,422.241,170.219,422.063z"/><path id="XMLID_3044_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M111.109,422.328c0.481,0.015,0.52,0.342,1.132,0.268C112.825,421.942,110.963,421.813,111.109,422.328z"/><path id="XMLID_3043_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M169.089,422.063c-0.105-0.073-0.567,0.129-0.376,0.265C168.818,422.402,169.283,422.199,169.089,422.063z"/><path id="XMLID_3042_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M119.392,422.063c-0.29,0.059-0.746,0.008-0.75,0.265C118.932,422.269,119.379,422.321,119.392,422.063z"/><path id="XMLID_3041_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M111.109,488.541c2.392-0.193,0.026-1.597-0.377-0.8C111.174,487.789,111.141,488.165,111.109,488.541z"/><path id="XMLID_3040_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M478.563,459.822c-0.131-0.706-0.988-0.896-1.883-1.063C476.834,459.449,477.853,459.526,478.563,459.822z"/><path id="XMLID_3038_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M494.753,438.019c1.151,0.254,1.614-1.306,1.127-1.33C495.545,437.159,494.357,437.026,494.753,438.019z"/><path id="XMLID_3036_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M43.342,430.572c0.153-0.455,0.486,0.056,1.132,0c0-0.265,0-0.531,0-0.799C43.742,429.648,42.547,430.491,43.342,430.572z"/><path id="XMLID_3035_" style="fill-rule:evenodd;clip-rule:evenodd;fill:%23C2CAF9;" d="M42.971,424.189c-0.754-0.002-0.481-0.725-1.512-0.531C41.098,424.307,43.151,424.539,42.971,424.189z"/></g></g></g></g></svg>" alt=""/></figure> 45 45 <!-- /wp:image --></div> 46 46 <!-- /wp:group --></div> … … 55 55 56 56 <!-- wp:image {"width":"48px","aspectRatio":"1","scale":"cover","sizeSlug":"large","align":"center","className":"is-style-default"} --> 57 <figure class="wp-block-image aligncenter size-large is-resized is-style-default"><img src=" https://luxuryconcept.website/wp-content/starter-content/ecommerce.svg" alt="" style="aspect-ratio:1;object-fit:cover;width:48px"/></figure>57 <figure class="wp-block-image aligncenter size-large is-resized is-style-default"><img src="data:image/svg+xml,<%3Fxml version="1.0" %3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg width="800px" height="800px" viewBox="0 0 512 512" id="_10_Ecommerce" version="1.1" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><style type="text/css">.st0{fill:%23FFFFFF;}.st1{fill:%23EDEDED;}.st2{fill:%23D3F0FD;}.st3{fill:%23FC8A8A;}.st4{fill:%23F96364;}.st5{fill:%23FCB0B0;}.st6{fill:%23A8B1B3;}.st7{fill:%237C8B8E;}.st8{fill:%237BDE9E;}.st9{fill:%2351D27F;}.st10{fill:%23A7EABF;}.st11{fill:%23333333;}.st12{fill:%23D3D9D9;}.st13{fill:%23A8B2B4;}.st14{fill:%23FEDD8E;}.st15{fill:%23FEE9B4;}.st16{fill:%23FDD367;}</style><title/><path class="st0" d="M486.4,83v352.6H25.6V83c0-16.2,13.1-29.3,29.3-29.3h402.3C473.3,53.8,486.4,66.9,486.4,83z"/><path class="st1" d="M486.5,83.1v352.6h-29.2V83.1c0-16.2-13.1-29.3-29.3-29.3h29.2C473.4,53.8,486.5,66.9,486.5,83.1z"/><path class="st2" d="M54.7,406.5V83c0-4.5,3.6-8.1,8.1-8.1h386.3c4.5,0,8.1,3.6,8.1,8.1v323.4H54.7z"/><path class="st3" d="M333.8,199.3v11.1c0,2.5-2,4.6-4.6,4.6h-33.3c-2.5,0-4.6-2-4.6-4.6c0,0,0,0,0,0v-11.1c0-2.5,2-4.6,4.6-4.6h33.4 C331.8,194.8,333.8,196.8,333.8,199.3z"/><path class="st4" d="M333.8,199.3v11.1c0,2.5-2,4.6-4.6,4.6h-9.2c2.5,0,4.6-2,4.6-4.6v-11.1c0-2.5-2-4.6-4.6-4.6h9.2 C331.8,194.8,333.8,196.8,333.8,199.3z"/><path class="st5" d="M305.1,215h-9.2c-2.5,0-4.6-2-4.6-4.5c0,0,0,0,0,0v-11.1c0-2.5,2-4.6,4.6-4.6c0,0,0,0,0,0h9.2 c-2.5,0-4.6,2-4.6,4.6c0,0,0,0,0,0v11.1C300.6,212.9,302.6,215,305.1,215C305.1,215,305.1,215,305.1,215z"/><path class="st6" d="M155.3,364.3c0,9.1-7.4,16.5-16.5,16.5s-16.5-7.4-16.5-16.5c0-9.1,7.4-16.5,16.5-16.5 C147.9,347.9,155.3,355.3,155.3,364.3z"/><path class="st6" d="M243,364.3c0,9.1-7.4,16.5-16.5,16.5s-16.5-7.4-16.5-16.5c0-9.1,7.4-16.5,16.5-16.5c0,0,0,0,0,0 C235.6,347.9,243,355.3,243,364.3z"/><path class="st7" d="M155.3,364.3c0,9.1-7.4,16.5-16.5,16.5c-7,0-13.2-4.4-15.5-11c8.6,3,18-1.5,21-10.1c1.3-3.5,1.2-7.4,0-11 C150.9,351.2,155.3,357.4,155.3,364.3z"/><path class="st7" d="M243,364.3c0,9.1-7.4,16.5-16.5,16.5c-7,0-13.2-4.4-15.5-11c8.6,3,18-1.5,21-10.1c1.3-3.6,1.3-7.4,0-11 C238.6,351.2,243,357.4,243,364.3z"/><path class="st8" d="M268.7,226.2l-30.8,99h-99.4c-4.1,0-7.8-2.7-9-6.7l-24.9-80c-1.5-5,1.3-10.3,6.3-11.9c0.9-0.3,1.8-0.4,2.8-0.4 L268.7,226.2z"/><polygon class="st9" points="268.7,226.2 237.9,325.2 220.7,325.2 251.6,226.2 "/><path class="st10" d="M155.7,325.2h-17.1c-4.1,0-7.8-2.7-9-6.7l-24.9-80c-1.6-5,1.2-10.3,6.3-11.9c0.9-0.3,1.9-0.4,2.8-0.4h17.1 c-5.2,0-9.5,4.3-9.5,9.5c0,0.9,0.1,1.9,0.4,2.8l24.9,80C147.9,322.5,151.5,325.2,155.7,325.2z"/><path class="st11" d="M329.3,190.7h-33.4c-4.7,0-8.6,3.8-8.6,8.6v1.6h-4.3c-6.3,0-11.9,4.1-13.8,10.2l-3.5,11.2H113.6 c-7.4,0-13.5,6-13.5,13.5c0,1.4,0.2,2.7,0.6,4l24.9,80c1.7,5.6,7,9.5,12.9,9.5h93.9l-4.3,13.8c-0.2,0.5-0.7,0.9-1.2,0.9h-88.1 c-11.3,0-20.5,9.2-20.5,20.5s9.2,20.5,20.5,20.5c11.3,0,20.5-9.2,20.5-20.5c0,0,0,0,0,0c0-4.5-1.6-8.9-4.4-12.5h55.5 c-2.8,3.6-4.3,7.9-4.4,12.5c0,11.3,9.1,20.5,20.4,20.6c11.3,0,20.5-9.1,20.6-20.4c0-7.9-4.4-15-11.5-18.5c0.1-0.2,0.2-0.5,0.3-0.7 l41.1-131.9c0.8-2.7,3.3-4.6,6.2-4.6h4.3v1.6c0,4.7,3.8,8.6,8.6,8.6h33.3c4.7,0,8.6-3.8,8.6-8.6v-11.1 C337.8,194.6,334,190.8,329.3,190.7z M133.3,317.3l-24.9-80c-0.9-2.9,0.7-6,3.6-6.9c0.5-0.2,1.1-0.2,1.6-0.2h149.7l-28.3,91h-96.4 C136.1,321.2,134,319.6,133.3,317.3z M138.8,376.8c-6.9,0-12.5-5.6-12.5-12.5c0-6.9,5.6-12.5,12.5-12.5c6.9,0,12.5,5.6,12.5,12.5 c0,0,0,0,0,0C151.3,371.2,145.7,376.8,138.8,376.8z M226.5,376.8c-6.9,0-12.5-5.6-12.5-12.5s5.6-12.5,12.5-12.5 c6.9,0,12.5,5.6,12.5,12.5l0,0C239,371.2,233.4,376.8,226.5,376.8L226.5,376.8z M329.9,210.4c0,0.3-0.3,0.6-0.6,0.6h-33.3 c-0.3,0-0.6-0.2-0.6-0.6v-11.1c0-0.3,0.3-0.6,0.6-0.6h33.4c0.3,0,0.6,0.3,0.6,0.6L329.9,210.4z"/><path class="st11" d="M186.4,306.8c-2.2,0-4-1.8-4-4v-54.2c0-2.2,1.8-4,4-4s4,1.8,4,4v54.2C190.4,305,188.6,306.8,186.4,306.8z"/><path class="st11" d="M217.6,306.8c-0.2,0-0.4,0-0.7-0.1c-2.2-0.4-3.7-2.4-3.3-4.6c0,0,0,0,0,0l9-54.2c0.3-2.2,2.3-3.7,4.5-3.5 c2.2,0.3,3.7,2.3,3.5,4.5c0,0.1,0,0.2,0,0.3l-9,54.2C221.2,305.4,219.5,306.8,217.6,306.8z"/><path class="st11" d="M155.3,306.8c-2,0-3.6-1.4-3.9-3.4l-8.9-54.2c-0.3-2.2,1.3-4.2,3.5-4.5c2.1-0.3,4,1.1,4.4,3.2l8.9,54.2 c0.4,2.2-1.1,4.2-3.3,4.6c0,0,0,0,0,0C155.7,306.8,155.5,306.8,155.3,306.8z"/><path class="st11" d="M407.9,252.6H325c-2.2,0-4-1.8-4-4s1.8-4,4-4h82.9c2.2,0,4,1.8,4,4S410.1,252.6,407.9,252.6z"/><path class="st11" d="M407.9,285.7h-100c-2.2,0-4-1.8-4-4s1.8-4,4-4h100c2.2,0,4,1.8,4,4S410.1,285.7,407.9,285.7z"/><path class="st11" d="M407.9,318.8H290.8c-2.2,0-4-1.8-4-4s1.8-4,4-4h117.1c2.2,0,4,1.8,4,4S410.1,318.8,407.9,318.8z"/><path class="st11" d="M407.9,351.9H273.6c-2.2,0-4-1.8-4-4s1.8-4,4-4h134.2c2.2,0,4,1.8,4,4S410.1,351.9,407.9,351.9z"/><path class="st12" d="M509,435.7v19.6c0,16.5-13.4,29.9-29.9,29.9H32.9C16.4,485.1,3,471.7,3,455.2v-19.6H509z"/><path class="st1" d="M62.1,485.1H32.9C16.4,485.1,3,471.7,3,455.2v-19.6h29.3v19.6C32.3,471.7,45.6,485.1,62.1,485.1z"/><path class="st13" d="M509,435.7v19.6c0,16.5-13.4,29.9-29.9,29.9h-29.3c16.5,0,29.9-13.4,29.9-29.9v-19.6H509z"/><path class="st0" d="M328.6,435.7v14.1c0,4.9-4,8.9-8.9,8.9H192.2c-4.9,0-8.9-4-8.9-8.9v-14.1H328.6z"/><path class="st1" d="M328.7,435.7v14.1c0,4.9-4,8.8-8.9,8.8h-23.7c4.9,0,8.8-4,8.8-8.8v-14.1H328.7z"/><path class="st14" d="M76.1,118h72v15.1c0,19.9-16.1,36-36,36s-36-16.1-36-36c0,0,0,0,0,0V118z"/><path class="st14" d="M435.9,118v15.1c0.1,19.9-15.9,36.1-35.8,36.2c-19.9,0.1-36.1-15.9-36.2-35.8c0-0.1,0-0.3,0-0.4V118H435.9z"/><path class="st14" d="M220,118h72v15.1c0,19.9-16.1,36-36,36c-19.9,0-36-16.1-36-36V118z"/><path class="st3" d="M4.1,118h72v15.1c0,19.9-16.1,36-36,36s-36-16.1-36-36c0,0,0,0,0,0L4.1,118z"/><path class="st3" d="M292,118h72v15.1c0,19.9-16.1,36-36,36c-19.9,0-36-16.1-36-36V118z"/><path class="st3" d="M148,118h72v15.1c0,19.9-16.1,36-36,36s-36-16.1-36-36c0,0,0,0,0,0V118z"/><path class="st3" d="M507.9,118v15.1c0,19.9-16.1,36-36,36c-19.9,0-36-16.1-36-36c0,0,0,0,0,0V118H507.9z"/><path class="st3" d="M98.9,26.9L76.1,118h-72l26.3-74.7c3.5-9.8,12.7-16.4,23.2-16.4H98.9z"/><polygon class="st14" points="161.8,26.9 148,118 76.1,118 98.9,26.9 "/><polygon class="st3" points="224.6,26.9 220,118 148,118 161.8,26.9 "/><polygon class="st14" points="287.4,26.9 292,118 220,118 224.6,26.9 "/><polygon class="st3" points="350.2,26.9 364,118 292,118 287.4,26.9 "/><polygon class="st14" points="413.1,26.9 435.9,118 364,118 350.2,26.9 "/><path class="st3" d="M481.7,43.3l26.3,74.7h-72l-22.9-91.1h45.4C468.9,26.9,478.2,33.5,481.7,43.3z"/><path class="st15" d="M120.8,168c-2.9,0.7-5.8,1-8.7,1c-19.9,0-36-16.1-36-36V118h17.4v15.1C93.5,149.6,104.7,164,120.8,168z"/><path class="st15" d="M408.7,168c-2.9,0.7-5.8,1-8.7,1c-19.9,0-36-16.1-36-36V118h17.4v15.1C381.4,149.6,392.6,164,408.7,168z"/><path class="st15" d="M264.7,168c-2.9,0.7-5.8,1-8.7,1c-19.9,0-36-16.1-36-36V118h17.4v15.1C237.4,149.6,248.7,164,264.7,168z"/><path class="st5" d="M48.8,168c-2.9,0.7-5.8,1-8.7,1c-19.9,0-36-16.1-36-36V118h17.4v15.1C21.5,149.6,32.7,164,48.8,168z"/><path class="st5" d="M336.7,168c-2.9,0.7-5.8,1-8.7,1c-19.9,0-36-16.1-36-36V118h17.4v15.1C309.4,149.6,320.7,164,336.7,168z"/><path class="st5" d="M192.7,168c-2.9,0.7-5.8,1-8.7,1c-19.9,0-36-16.1-36-36V118h17.4v15.1C165.4,149.6,176.7,164,192.7,168z"/><path class="st5" d="M480.7,168c-2.9,0.7-5.8,1-8.7,1c-19.9,0-36-16.1-36-36V118h17.4v15.1C453.4,149.6,464.6,164,480.7,168z"/><path class="st5" d="M53.5,26.9l-32,91.1H4.1l26.3-74.7C33.8,33.5,43.1,26.9,53.5,26.9z"/><polygon class="st15" points="116.3,26.9 93.5,118 93.5,118 76.1,118 76.1,118 98.9,26.9 "/><polygon class="st5" points="179.1,26.9 165.4,118 148,118 161.8,26.9 "/><polygon class="st15" points="242,26.9 237.4,118 220,118 224.6,26.9 "/><polygon class="st5" points="309.4,118 292,118 287.4,26.9 304.8,26.9 "/><polygon class="st15" points="381.4,118 364,118 350.3,26.9 367.6,26.9 "/><polygon class="st5" points="453.3,118 435.9,118 413.1,26.9 430.5,26.9 "/><path class="st16" d="M148,118v15.1c0,19.9-16.1,36-36,36c-2.9,0-5.8-0.3-8.7-1c6.3-1.6,12.1-4.9,16.7-9.5 c6.8-6.7,10.6-15.9,10.6-25.4V118H148z"/><path class="st16" d="M435.9,118v15.1c0,19.9-16.1,36-36,36c-2.9,0-5.8-0.3-8.7-1c6.3-1.6,12.1-4.9,16.7-9.5 c6.8-6.7,10.6-15.9,10.6-25.4V118H435.9z"/><path class="st16" d="M292,118v15.1c0,19.9-16.1,36-36,36c-2.9,0-5.8-0.3-8.7-1c6.3-1.6,12.1-4.9,16.7-9.5 c6.8-6.7,10.6-15.9,10.6-25.4V118H292z"/><path class="st4" d="M76.1,118v15.1c0,19.9-16.1,36-36,36c-2.9,0-5.8-0.3-8.7-1c6.3-1.6,12.1-4.9,16.7-9.5 c6.8-6.7,10.6-15.9,10.6-25.4V118H76.1z"/><path class="st4" d="M364,118v15.1c0,19.9-16.1,36-36,36c-2.9,0-5.8-0.3-8.7-1c6.3-1.6,12.1-4.9,16.7-9.5 c6.8-6.7,10.6-15.9,10.6-25.4V118H364z"/><path class="st4" d="M220,118v15.1c0,19.9-16.1,36-36,36c-2.9,0-5.8-0.3-8.7-1c6.3-1.6,12.1-4.9,16.7-9.5 c6.8-6.7,10.6-15.9,10.6-25.4V118H220z"/><path class="st4" d="M507.9,118v15.1c0,19.9-16.1,36-36,36c-2.9,0-5.8-0.3-8.7-1c6.3-1.6,12.1-4.9,16.7-9.5 c6.8-6.7,10.6-15.9,10.6-25.4V118H507.9z"/><polygon class="st4" points="98.9,26.9 76.1,118 58.7,118 81.5,26.9 "/><polygon class="st16" points="161.8,26.9 148,118 148,118 130.6,118 130.6,118 144.4,26.9 "/><polygon class="st4" points="224.6,26.9 220,118 202.6,118 207.2,26.9 "/><polygon class="st16" points="292,118 274.6,118 270,26.9 287.4,26.9 "/><polygon class="st4" points="364,118 346.6,118 332.9,26.9 350.2,26.9 "/><polygon class="st16" points="435.9,118 418.5,118 395.7,26.9 413.1,26.9 "/><path class="st4" d="M507.9,118h-17.4l-32-91.1l0,0c10.4,0,19.7,6.6,23.2,16.4L507.9,118z"/><path class="st11" d="M509,432.7h-19.6V167.9c3.7-1.9,7.1-4.3,10-7.2c7.4-7.3,11.5-17.2,11.4-27.6V118c0-0.2-0.1-0.9-0.2-1 l-26.2-74.7c-3.9-11-14.3-18.4-26-18.4h-405c-11.7,0-22.1,7.4-26,18.4L1.2,117c0,0.1-0.1,0.8-0.2,1v15.1c0,14.7,8.3,28.2,21.5,34.8 v264.8H3c-1.7,0-3,1.3-3,3v19.6c0,18.1,14.7,32.8,32.9,32.9h446.3c18.1,0,32.8-14.7,32.9-32.9v-19.6C512,434,510.7,432.7,509,432.7z M504.9,133.1c0,18.2-14.8,33-33,33c-18.2,0-33-14.8-33-33V121h66L504.9,133.1z M28.6,432.6V170.3c7.6,2.3,15.6,2.3,23.2-0.1v236.2 c0,1.7,1.3,3,3,3h402.5c1.7,0,3-1.3,3-3V170.3c7.5,2.4,15.6,2.4,23.2,0.1v262.3L28.6,432.6z M325.6,438.7v11.1 c0,3.2-2.6,5.9-5.9,5.9H192.2c-3.2,0-5.9-2.6-5.9-5.9v-11.1L325.6,438.7z M112,172.1c15.7-0.1,29.9-9.5,36-24 c8.4,19.9,31.2,29.2,51.1,20.9c9.4-4,16.9-11.4,20.9-20.9c8.4,19.9,31.2,29.2,51.1,20.9c9.4-4,16.9-11.4,20.9-20.9 c8.4,19.9,31.2,29.2,51.1,20.9c9.4-4,16.9-11.4,20.9-20.9c8.4,19.9,31.2,29.2,51.1,20.9c9.4-4,16.9-11.4,20.9-20.9 c3.6,8.5,10.1,15.5,18.3,19.7v235.7H57.7V167.8c3.6-1.9,7-4.3,9.9-7.2c3.6-3.6,6.5-7.8,8.5-12.5C82.1,162.6,96.3,172.1,112,172.1 L112,172.1z M79.1,133.1V121h66v12.1c0,18.2-14.8,33-33,33C93.8,166.1,79.1,151.3,79.1,133.1L79.1,133.1z M151,133.1V121h66v12.1 c0,18.2-14.8,33-33,33C165.8,166.1,151.1,151.3,151,133.1L151,133.1z M295,133.1V121h66v12.1c0,18.2-14.8,33-33,33 C309.8,166.1,295,151.3,295,133.1L295,133.1z M367,133.1V121h66v12.1c0,18.2-14.8,33-33,33C381.7,166.1,367,151.3,367,133.1 L367,133.1z M458.5,29.9c9.1,0,17.3,5.8,20.3,14.4l24.9,70.7h-65.4l-21.4-85.1H458.5z M410.7,29.9l21.4,85.1h-65.6l-12.8-85.1H410.7 z M347.7,29.9l12.8,85.1h-65.6l-4.3-85.1H347.7z M227.4,29.9h57.1l4.3,85.1h-65.7L227.4,29.9z M223,121h66v12.1 c0,18.2-14.8,33-33,33c-18.2,0-33-14.8-33-33L223,121z M164.3,29.9h57.1l-4.3,85.1h-65.6L164.3,29.9z M101.3,29.9h57L145.4,115H79.9 L101.3,29.9z M33.2,44.3c3-8.6,11.2-14.4,20.3-14.4h41.6L73.7,115H8.3L33.2,44.3z M7.1,133.1V121h66v12.1c0,18.2-14.8,33-33,33 C21.9,166.1,7.1,151.3,7.1,133.1z M506,455.2c0,14.8-12,26.9-26.9,26.9H32.9C18,482.1,6,470.1,6,455.2v-16.6h174.4v11.1 c0,6.5,5.3,11.8,11.9,11.9h127.6c6.5,0,11.8-5.3,11.9-11.9v-11.1H506V455.2z"/></svg>" alt="" style="aspect-ratio:1;object-fit:cover;width:48px"/></figure> 58 58 <!-- /wp:image --> 59 59 … … 81 81 82 82 <!-- wp:image {"width":"48px","aspectRatio":"1","scale":"cover","sizeSlug":"large","align":"center"} --> 83 <figure class="wp-block-image aligncenter size-large is-resized"><img src=" https://luxuryconcept.website/wp-content/starter-content/blog.svg" alt="" style="aspect-ratio:1;object-fit:cover;width:48px"/></figure>83 <figure class="wp-block-image aligncenter size-large is-resized"><img src="data:image/svg+xml,<%3Fxml version="1.0" %3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg width="800px" height="800px" viewBox="0 0 512 512" id="Layer_1" version="1.1" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><style type="text/css">.st0{fill:%23FFFFFF;}.st1{fill:%23EDEDED;}.st2{fill:%23D3D9D9;}.st3{fill:%23A8B2B4;}.st4{fill:%23333333;}.st5{fill:%23FC8A8A;}.st6{fill:%23FEDD8E;}.st7{fill:%237BDE9E;}.st8{fill:%23F96363;}.st9{fill:%23FDD267;}.st10{fill:%2350D27E;}.st11{fill:%23FB8A8A;}.st12{fill:%23FCB1B1;}.st13{fill:%23FDDD8D;}.st14{fill:%23FEE8B3;}</style><g><g><g><g><g><path class="st0" d="M508,82.9v394.2c0,17-13.8,30.9-30.8,30.9H34.8C17.8,508,4,494.2,4,477.1V82.9H508z"/></g><g><path class="st1" d="M508,82.9v394.2c0,17-13.8,30.9-30.8,30.9h-28.6c17,0,30.9-13.8,30.9-30.9V82.9H508z"/></g><g><path class="st2" d="M508,82.9v-48c0-17-13.8-30.8-30.8-30.8H34.9C17.8,4,4,17.8,4,34.9v48H508z"/></g><g><path class="st1" d="M63.5,4c-17,0-30.9,13.8-30.9,30.8v48.1H4V34.8C4,17.8,17.8,4,34.8,4H63.5z"/></g><g><path class="st3" d="M508,34.8v48.1h-28.6V34.8c0-17-13.8-30.8-30.9-30.8h28.7C494.2,4,508,17.8,508,34.8z"/></g><path class="st4" d="M512,34.8C512,15.6,496.4,0,477.2,0H34.9C15.6,0,0,15.6,0,34.8l0,442.3C0,496.3,15.6,512,34.8,512h442.3 c19.2,0,34.8-15.6,34.8-34.9L512,34.8z M8,34.8C8,20,20.1,8,34.9,8h442.3C492,8,504,20,504,34.8v44H8V34.8z M504,477.1 c0,14.8-12,26.9-26.8,26.9H34.8C20,504,8,491.9,8,477.1V86.9h496V477.1z"/><g><g><g><circle class="st5" cx="50.6" cy="43.5" r="14"/></g><g><circle class="st6" cx="100.5" cy="43.5" r="14"/></g><g><circle class="st7" cx="150.3" cy="43.5" r="14"/></g></g><g><g><path class="st8" d="M64.6,43.4c0,7.8-6.3,14-14,14c-6,0-11.2-3.8-13.2-9.3c1.5,0.5,3.1,0.8,4.8,0.8c7.7,0,14-6.2,14-14 c0-1.7-0.3-3.3-0.8-4.8C60.7,32.3,64.6,37.4,64.6,43.4z"/></g><g><path class="st9" d="M114.4,43.4c0,7.8-6.3,14-14,14c-6,0-11.2-3.8-13.2-9.3c1.5,0.5,3.1,0.8,4.8,0.8c7.7,0,14-6.2,14-14 c0-1.7-0.3-3.3-0.8-4.8C110.6,32.3,114.4,37.4,114.4,43.4z"/></g><g><path class="st10" d="M164.3,43.4c0,7.8-6.3,14-14,14c-6,0-11.2-3.8-13.2-9.3c1.5,0.5,3.1,0.8,4.7,0.8c7.7,0,14-6.2,14-14 c0-1.7-0.3-3.3-0.9-4.8C160.4,32.3,164.3,37.4,164.3,43.4z"/></g></g><g><g><path class="st4" d="M50.6,61.5c-9.9,0-18-8.1-18-18s8.1-18,18-18s18,8.1,18,18S60.5,61.5,50.6,61.5z M50.6,33.5 c-5.5,0-10,4.5-10,10s4.5,10,10,10s10-4.5,10-10S56.1,33.5,50.6,33.5z"/></g><g><path class="st4" d="M100.5,61.5c-9.9,0-18-8.1-18-18s8.1-18,18-18s18,8.1,18,18S110.4,61.5,100.5,61.5z M100.5,33.5 c-5.5,0-10,4.5-10,10s4.5,10,10,10s10-4.5,10-10S106,33.5,100.5,33.5z"/></g><g><path class="st4" d="M150.3,61.5c-9.9,0-18-8.1-18-18s8.1-18,18-18s18,8.1,18,18S160.2,61.5,150.3,61.5z M150.3,33.5 c-5.5,0-10,4.5-10,10s4.5,10,10,10c5.5,0,10-4.5,10-10S155.8,33.5,150.3,33.5z"/></g></g><g><g><path class="st0" d="M475.4,43.4c0,7.8-6.3,14-14,14H229.7c-7.7,0-14-6.2-14-14c0-7.7,6.3-14,14-14h231.7 C469.1,29.4,475.4,35.7,475.4,43.4z"/></g></g><g><g><path class="st1" d="M475.4,43.4c0,7.8-6.3,14-14,14H229.7c-7.5,0-13.6-5.9-14-13.3c2,1.1,4.3,1.7,6.7,1.7h231.7 c7.7,0,14-6.2,14-14v-0.6C472.4,33.5,475.4,38.2,475.4,43.4z"/></g></g><g><g><path class="st4" d="M461.4,61.4H229.7c-9.9,0-18-8.1-18-18s8.1-18,18-18h231.7c9.9,0,18,8.1,18,18S471.3,61.4,461.4,61.4z M229.7,33.4c-5.5,0-10,4.5-10,10s4.5,10,10,10h231.7c5.5,0,10-4.5,10-10s-4.5-10-10-10H229.7z"/></g></g></g></g></g></g><g><g><g><g><g><path class="st11" d="M455.6,123.2c0,0,0,42.1,0,98.2H56.4v-98.2H455.6z"/></g><g><path class="st12" d="M455.6,123.2c0,0,0,8,0,21.7H56.4v-21.7H455.6z"/></g><g><rect class="st8" height="21.6" width="399.2" x="56.4" y="199.7"/></g><g><path class="st4" d="M455.6,225.3H56.4c-2.2,0-4-1.8-4-4v-98.2c0-2.2,1.8-4,4-4h399.2c2.2,0,4,1.8,4,4v98.2 C459.6,223.6,457.8,225.3,455.6,225.3z M60.4,217.3h391.2v-90.2H60.4V217.3z"/></g></g></g><g><g><path class="st4" d="M455.6,265.6H56.4c-2.2,0-4-1.8-4-4s1.8-4,4-4h399.2c2.2,0,4,1.8,4,4S457.8,265.6,455.6,265.6z"/></g><g><path class="st4" d="M455.6,471.7H56.4c-2.2,0-4-1.8-4-4s1.8-4,4-4h399.2c2.2,0,4,1.8,4,4S457.8,471.7,455.6,471.7z"/></g><g><path class="st4" d="M455.6,431.4H268.9c-2.2,0-4-1.8-4-4s1.8-4,4-4h186.7c2.2,0,4,1.8,4,4S457.8,431.4,455.6,431.4z"/></g><g><path class="st4" d="M455.6,389.6H268.9c-2.2,0-4-1.8-4-4s1.8-4,4-4h186.7c2.2,0,4,1.8,4,4S457.8,389.6,455.6,389.6z"/></g><g><path class="st4" d="M455.6,347.7H268.9c-2.2,0-4-1.8-4-4s1.8-4,4-4h186.7c2.2,0,4,1.8,4,4S457.8,347.7,455.6,347.7z"/></g><g><path class="st4" d="M455.6,305.8H268.9c-2.2,0-4-1.8-4-4s1.8-4,4-4h186.7c2.2,0,4,1.8,4,4S457.8,305.8,455.6,305.8z"/></g><g><rect class="st13" height="125.6" width="160.1" x="56.4" y="301.8"/></g><g><rect class="st14" height="26.1" width="160" x="56.4" y="301.8"/></g><g><rect class="st9" height="26.1" width="160" x="56.4" y="401.4"/></g><g><path class="st4" d="M216.4,431.4H56.4c-2.2,0-4-1.8-4-4V301.8c0-2.2,1.8-4,4-4h160.1c2.2,0,4,1.8,4,4v125.6 C220.4,429.7,218.7,431.4,216.4,431.4z M60.4,423.4h152.1V305.8H60.4V423.4z"/></g></g></g></g></g></svg>" alt="" style="aspect-ratio:1;object-fit:cover;width:48px"/></figure> 84 84 <!-- /wp:image --> 85 85 … … 107 107 108 108 <!-- wp:image {"width":"48px","aspectRatio":"1","scale":"cover","sizeSlug":"large","align":"center"} --> 109 <figure class="wp-block-image aligncenter size-large is-resized"><img src=" https://luxuryconcept.website/wp-content/starter-content/business.svg" alt="" style="aspect-ratio:1;object-fit:cover;width:48px"/></figure>109 <figure class="wp-block-image aligncenter size-large is-resized"><img src="data:image/svg+xml,<%3Fxml version="1.0" %3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg width="800px" height="800px" viewBox="0 0 512 512" id="Shop" version="1.1" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><style type="text/css">.st0{fill:%23A8B2B4;}.st1{fill:%23D3D9D9;}.st2{fill:%237C8B8E;}.st3{fill:%23EDEDED;}.st4{fill:%23FFFFFF;}.st5{fill:%23FC8A8A;}.st6{fill:%23FCB0B0;}.st7{fill:%23F96364;}.st8{fill:%237AD2FA;}.st9{fill:%23333333;}.st10{fill:%237BDE9E;}.st11{fill:%23FEDD8E;}.st12{fill:%23A7EABF;}.st13{fill:%23FEE9B4;}.st14{fill:%2351D27F;}.st15{fill:%23FDD367;}</style><g><g><rect class="st0" height="24.4" width="460.1" x="26" y="448.1"/></g><g><rect class="st1" height="24.4" width="460.1" x="26" y="448.1"/></g><g><rect class="st0" height="24.4" width="504.1" x="3.9" y="472.5"/></g><g><rect class="st1" height="24.4" width="30.3" x="3.9" y="472.5"/></g><g><rect class="st2" height="24.4" width="30.3" x="477.7" y="472.5"/></g><g><rect class="st3" height="24.4" width="26.9" x="26" y="448.1"/></g><g><rect class="st0" height="24.4" width="26.9" x="459.1" y="448.1"/></g><rect class="st4" height="364.9" width="433.2" x="39.4" y="83.2"/><g><path class="st5" d="M472.6,25.7V66H39.4V25.7c0-5.8,5.7-10.6,12.8-10.6h407.5C466.8,15.1,472.6,19.8,472.6,25.7z"/></g><g><path class="st6" d="M76.9,15.1c-7.1,0-12.8,4.7-12.8,10.6V66H39.4V25.7c0-5.8,5.7-10.6,12.8-10.6H76.9z"/></g><g><path class="st7" d="M472.6,25.7V66H448V25.7c0-5.8-5.7-10.6-12.8-10.6h24.6C466.8,15.1,472.6,19.8,472.6,25.7z"/></g><g><rect class="st8" height="220.2" width="127.8" x="319.6" y="228"/></g><g><rect class="st8" height="185.9" width="229.8" x="64.6" y="228"/></g><g><g><polygon class="st0" points="294.4,312 294.4,329.8 188.4,329.8 188.4,413.8 170.6,413.8 170.6,329.8 64.6,329.8 64.6,312 170.6,312 170.6,228 188.4,228 188.4,312 "/></g><path class="st9" d="M294.4,224H64.6c-2.2,0-3.9,1.8-3.9,3.9v185.9c0,2.2,1.8,3.9,3.9,3.9h105.9c0,0,0,0,0.1,0h17.8c0,0,0,0,0.1,0 h105.9c2.2,0,3.9-1.8,3.9-3.9V228C298.4,225.8,296.6,224,294.4,224z M290.5,308.1h-98.1v-76.2h98.1V308.1z M184.5,329.8v80.1h-9.9 v-80.1c0-2.2-1.8-3.9-3.9-3.9h-102v-9.9h102c2.2,0,3.9-1.8,3.9-3.9v-80.1h9.9V312c0,2.2,1.8,3.9,3.9,3.9h102v9.9h-102 C186.2,325.9,184.5,327.6,184.5,329.8z M166.7,231.9v76.2H68.6v-76.2H166.7z M68.6,333.7h98.1v76.2H68.6V333.7z M192.4,409.9 v-76.2h98.1v76.2H192.4z"/></g><g><g><g><path class="st10" d="M78.8,155.7h70.9v14.8c0,9.8-4,18.7-10.4,25c-6.4,6.4-15.2,10.4-25,10.4c-19.6,0-35.4-15.9-35.4-35.4 V155.7z"/></g><g><path class="st10" d="M433.2,155.7v14.8c0,9.8-4,18.7-10.4,25c-6.4,6.4-15.2,10.4-25,10.4c-19.6,0-35.4-15.9-35.4-35.4v-14.8 H433.2z"/></g><g><path class="st10" d="M220.6,155.7h70.9v14.8c0,9.8-4,18.7-10.4,25c-6.4,6.4-15.2,10.4-25,10.4c-19.6,0-35.4-15.9-35.4-35.4 V155.7z"/></g><g><path class="st11" d="M7.9,155.7h70.9v14.8c0,9.8-4,18.7-10.4,25C62,202,53.1,206,43.3,206c-19.6,0-35.4-15.9-35.4-35.4V155.7z"/></g><g><path class="st11" d="M291.4,155.7h70.9v14.8c0,9.8-4,18.7-10.4,25c-6.4,6.4-15.2,10.4-25,10.4c-19.6,0-35.4-15.9-35.4-35.4 V155.7z"/></g><g><path class="st11" d="M149.7,155.7h70.9v14.8c0,9.8-4,18.7-10.4,25c-6.4,6.4-15.2,10.4-25,10.4c-19.6,0-35.4-15.9-35.4-35.4 V155.7z"/></g><g><path class="st11" d="M504.1,155.7v14.8c0,9.8-4,18.7-10.4,25c-6.4,6.4-15.2,10.4-25,10.4c-19.6,0-35.4-15.9-35.4-35.4v-14.8 H504.1z"/></g></g><g><g><polygon class="st11" points="101.3,66 78.8,155.7 7.9,155.7 39.4,66 "/></g><g><polygon class="st10" points="163.2,66 149.7,155.7 78.8,155.7 101.3,66 "/></g><g><polygon class="st11" points="225.1,66 220.6,155.7 149.7,155.7 163.2,66 "/></g><g><polygon class="st10" points="286.9,66 291.4,155.7 220.6,155.7 225.1,66 "/></g><g><polygon class="st11" points="348.8,66 362.3,155.7 291.4,155.7 286.9,66 "/></g><g><polygon class="st10" points="410.7,66 433.2,155.7 362.3,155.7 348.8,66 "/></g><g><polygon class="st11" points="472.6,66 504.1,155.7 433.2,155.7 410.7,66 "/></g></g></g><g><g><g><path class="st12" d="M122.8,204.9c-2.7,0.7-5.6,1-8.6,1c-19.6,0-35.4-15.9-35.4-35.4v-14.8h17.1v14.8 C95.9,187.1,107.4,201.1,122.8,204.9z"/></g><g><path class="st12" d="M406.4,204.9c-2.7,0.7-5.6,1-8.6,1c-19.6,0-35.4-15.9-35.4-35.4v-14.8h17.1v14.8 C379.5,187.1,390.9,201.1,406.4,204.9z"/></g><g><path class="st12" d="M264.6,204.9c-2.7,0.7-5.6,1-8.6,1c-19.6,0-35.4-15.9-35.4-35.4v-14.8h17.1v14.8 C237.7,187.1,249.2,201.1,264.6,204.9z"/></g><g><path class="st13" d="M51.9,204.9c-2.7,0.7-5.6,1-8.6,1c-19.6,0-35.4-15.9-35.4-35.4v-14.8H25v14.8 C25,187.1,36.5,201.1,51.9,204.9z"/></g><g><path class="st13" d="M335.5,204.9c-2.7,0.7-5.6,1-8.6,1c-19.6,0-35.4-15.9-35.4-35.4v-14.8h17.1v14.8 C308.6,187.1,320,201.1,335.5,204.9z"/></g><g><path class="st13" d="M193.7,204.9c-2.7,0.7-5.6,1-8.6,1c-19.6,0-35.4-15.9-35.4-35.4v-14.8h17.1v14.8 C166.8,187.1,178.3,201.1,193.7,204.9z"/></g><g><path class="st13" d="M477.3,204.9c-2.7,0.7-5.6,1-8.6,1c-19.6,0-35.4-15.9-35.4-35.4v-14.8h17.1v14.8 C450.4,187.1,461.8,201.1,477.3,204.9z"/></g></g><g><g><polygon class="st13" points="56.6,66 25,155.7 7.9,155.7 39.4,66 "/></g><g><polygon class="st12" points="118.4,66 95.9,155.7 95.9,155.7 78.8,155.7 78.8,155.7 101.3,66 "/></g><g><polygon class="st13" points="180.3,66 166.8,155.7 149.7,155.7 163.2,66 "/></g><g><polygon class="st12" points="242.2,66 237.7,155.7 220.6,155.7 225.1,66 "/></g><g><polygon class="st13" points="308.6,155.7 291.5,155.7 286.9,66 304.1,66 "/></g><g><polygon class="st12" points="379.5,155.7 362.3,155.7 348.8,66 366,66 "/></g><g><polygon class="st13" points="450.4,155.7 433.2,155.7 410.7,66 427.8,66 "/></g></g></g><g><g><g><path class="st14" d="M149.7,155.7v14.8c0,9.8-4,18.7-10.4,25c-6.4,6.4-15.2,10.4-25,10.4c-3,0-5.8-0.4-8.5-1 c6.3-1.6,12-4.9,16.5-9.4c6.4-6.4,10.4-15.3,10.4-25v-14.8H149.7z"/></g><g><path class="st14" d="M433.2,155.7v14.8c0,9.8-4,18.7-10.4,25c-6.4,6.4-15.2,10.4-25,10.4c-3,0-5.8-0.4-8.5-1 c6.3-1.6,12-4.9,16.5-9.4c6.4-6.4,10.4-15.3,10.4-25v-14.8H433.2z"/></g><g><path class="st14" d="M291.4,155.7v14.8c0,9.8-4,18.7-10.4,25c-6.4,6.4-15.2,10.4-25,10.4c-3,0-5.8-0.4-8.5-1 c6.3-1.6,12-4.9,16.5-9.4c6.4-6.4,10.4-15.3,10.4-25v-14.8H291.4z"/></g><g><path class="st15" d="M78.8,155.7v14.8c0,9.8-4,18.7-10.4,25C62,202,53.1,206,43.3,206c-3,0-5.8-0.4-8.5-1 c6.3-1.6,12-4.9,16.5-9.4c6.4-6.4,10.4-15.3,10.4-25v-14.8H78.8z"/></g><g><path class="st15" d="M362.3,155.7v14.8c0,9.8-4,18.7-10.4,25c-6.4,6.4-15.2,10.4-25,10.4c-3,0-5.8-0.4-8.5-1 c6.3-1.6,12-4.9,16.5-9.4c6.4-6.4,10.4-15.3,10.4-25v-14.8H362.3z"/></g><g><path class="st15" d="M220.6,155.7v14.8c0,9.8-4,18.7-10.4,25c-6.4,6.4-15.2,10.4-25,10.4c-3,0-5.8-0.4-8.5-1 c6.3-1.6,12-4.9,16.5-9.4c6.4-6.4,10.4-15.3,10.4-25v-14.8H220.6z"/></g><g><path class="st15" d="M504.1,155.7v14.8c0,9.8-4,18.7-10.4,25c-6.4,6.4-15.2,10.4-25,10.4c-3,0-5.8-0.4-8.5-1 c6.3-1.6,12-4.9,16.5-9.4c6.4-6.4,10.4-15.3,10.4-25v-14.8H504.1z"/></g></g><g><g><polygon class="st15" points="101.3,66 78.8,155.7 61.6,155.7 84.2,66 "/></g><g><polygon class="st14" points="163.2,66 149.7,155.7 149.7,155.7 132.5,155.7 132.5,155.7 146,66 "/></g><g><polygon class="st15" points="225.1,66 220.6,155.7 203.4,155.7 207.9,66 "/></g><g><polygon class="st14" points="291.4,155.7 274.3,155.7 269.8,66 287,66 "/></g><g><polygon class="st15" points="362.3,155.7 345.2,155.7 331.7,66 348.8,66 "/></g><g><polygon class="st14" points="433.2,155.7 416.1,155.7 393.6,66 410.7,66 "/></g><g><polygon class="st15" points="504.1,155.7 487,155.7 455.4,66 472.6,66 "/></g></g></g><path class="st9" d="M508.1,468.6H490v-20.4c0-2.2-1.8-3.9-3.9-3.9h-9.5v-235c7.5-1.5,14.4-5.2,20-10.8 c7.5-7.4,11.6-17.3,11.6-27.8v-14.8c0-0.1,0-0.1,0-0.2c0-0.4-0.1-0.8-0.2-1.1l-0.1-0.2c0,0,0,0,0,0l-31.2-88.9V25.7 c0-8-7.5-14.5-16.8-14.5H52.3c-9.2,0-16.8,6.5-16.8,14.5v39.6L4.2,154.4C4,154.8,4,155.2,4,155.6c0,0,0,0.1,0,0.1v14.8 c0,19,13.6,34.9,31.5,38.6v235H26c-2.2,0-3.9,1.8-3.9,3.9v20.4H3.9c-2.2,0-3.9,1.8-3.9,3.9v24.4c0,2.2,1.8,3.9,3.9,3.9h504.1 c2.2,0,3.9-1.8,3.9-3.9v-24.4C512,470.3,510.2,468.6,508.1,468.6z M500.2,170.5c0,8.4-3.3,16.3-9.2,22.3c-6,6-13.9,9.2-22.3,9.2 c-17.4,0-31.5-14.1-31.5-31.5v-10.9h63V170.5z M447.4,224H319.6c-2.2,0-3.9,1.8-3.9,3.9v216.2H43.4V209.9 c10.5,0,20.4-4.1,27.8-11.5c3.2-3.2,5.7-6.8,7.6-10.8c6.4,13.2,19.8,22.3,35.4,22.3c10.5,0,20.4-4.1,27.8-11.5 c3.2-3.2,5.7-6.8,7.6-10.8c6.4,13.2,19.8,22.3,35.4,22.3c10.5,0,20.4-4.1,27.8-11.5c3.2-3.2,5.7-6.8,7.6-10.8 c6.4,13.2,19.8,22.3,35.4,22.3c10.5,0,20.4-4.1,27.8-11.5c3.2-3.2,5.7-6.8,7.6-10.8c6.4,13.2,19.8,22.3,35.4,22.3 c10.5,0,20.4-4.1,27.8-11.5c3.2-3.2,5.7-6.8,7.6-10.8c6.4,13.2,19.8,22.3,35.4,22.3c10.5,0,20.4-4.1,27.8-11.5 c3.2-3.2,5.7-6.8,7.6-10.8c6.4,13.2,19.8,22.3,35.4,22.3v234.2h-17.3V228C451.3,225.8,449.6,224,447.4,224z M323.6,334.1V231.9 h119.9v102.2H323.6z M443.4,342v102.2H323.6V342H443.4z M154.2,151.8l12.3-81.9h54.3l-0.2,4.8l-3.9,77.1H154.2z M216.6,159.6v10.9 c0,8.4-3.3,16.3-9.2,22.3c-6,6-13.9,9.2-22.3,9.2c-17.4,0-31.5-14.1-31.5-31.5v-10.9H216.6z M146.3,151.8H83.8l20.5-81.9h54.2 L146.3,151.8z M145.7,159.6v10.9c0,8.4-3.3,16.3-9.2,22.3c-6,6-13.9,9.2-22.3,9.2c-17.4,0-31.5-14.1-31.5-31.5v-10.9H145.7z M287.5,159.6v10.9c0,8.4-3.3,16.3-9.2,22.3c-6,6-13.9,9.2-22.3,9.2c-17.4,0-31.5-14.1-31.5-31.5v-10.9H287.5z M224.7,151.8 l0.2-4.8l3.9-77.1h54.4l3.1,62.3l1,19.5H224.7z M365.7,151.8l-12.3-81.9h54.2l20.5,81.9H365.7z M429.3,159.6v10.9 c0,8.4-3.3,16.3-9.2,22.3c-6,6-13.9,9.2-22.3,9.2c-17.4,0-31.5-14.1-31.5-31.5v-10.9H429.3z M357.8,151.8h-62.6l-3.1-62.3l-1-19.5 h54.3L357.8,151.8z M358.4,159.6v10.9c0,8.4-3.3,16.3-9.2,22.3c-6,6-13.9,9.2-22.3,9.2c-17.4,0-31.5-14.1-31.5-31.5v-10.9H358.4z M498.6,151.8h-62.3l-20.5-81.9h54L498.6,151.8z M43.4,25.7c0-3.6,4.1-6.6,8.9-6.6h407.5c4.8,0,8.9,3,8.9,6.6V62H43.4V25.7z M42.2,69.9h54l-20.5,81.9H13.4L42.2,69.9z M11.8,170.5v-10.9h63v10.9c0,8.4-3.3,16.3-9.2,22.3c-6,6-13.9,9.2-22.3,9.2 C26,202,11.8,187.9,11.8,170.5z M29.9,452h452.2v16.5H29.9V452z M504.1,493H7.9v-16.5h496.2V493z"/></g></svg>" alt="" style="aspect-ratio:1;object-fit:cover;width:48px"/></figure> 110 110 <!-- /wp:image --> 111 111 … … 127 127 <!-- /wp:column --></div> 128 128 <!-- /wp:columns --> 129 130 <!-- wp:group {"tagName":"section","align":"full","style":{"color":{"background":"#f9f6fe"}},"className":"mt-3 mb-3 pb-4 pt-4","layout":{"type":"constrained"}} --> 131 <section class="wp-block-group alignfull mt-3 mb-3 pb-4 pt-4 has-background" style="background-color:#f9f6fe"><!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center"}} --> 132 <div class="wp-block-group"><!-- wp:group {"style":{"layout":{"selfStretch":"fixed","flexSize":"700px"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"center"}} --> 133 <div class="wp-block-group"><!-- wp:image {"width":"64px","sizeSlug":"large"} --> 134 <figure class="wp-block-image size-large is-resized"><img src="data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 2122 2122" style="enable-background:new 0 0 2122 2122;" xml:space="preserve"><path style="fill:%23C4C4E4;" d="M1061.606,180.118c-500.891,0-907,406.046-907,907c0,276.458,123.693,524.014,318.762,690.352c16.887,14.421,34.344,28.273,52.317,41.383c1.662,1.199,3.318,2.402,4.979,3.547c9.905,7.269,19.976,14.251,30.163,21.062c4.409,2.865,8.819,5.783,13.223,8.589c4.409,2.802,8.76,5.491,13.165,8.239c0.745,0.458,1.549,0.916,2.29,1.374c1.203,0.745,2.407,1.491,3.605,2.178c1.661,1.028,3.323,2.003,5.038,2.977c4.808,2.86,9.676,5.72,14.538,8.468c11.791,6.758,23.756,13.223,35.834,19.405c1.603,0.799,3.206,1.661,4.809,2.461c5.32,2.689,10.646,5.325,16.024,7.898c4.522,2.178,9.101,4.351,13.739,6.47c6.407,3.035,12.936,5.895,19.459,8.701c1.486,0.687,2.977,1.316,4.463,1.944c4.926,2.061,9.789,4.122,14.768,6.125c7.498,3.035,15.055,6.012,22.67,8.76h0.053c8.59,3.26,17.174,6.295,25.876,9.213v0.058c3.148,1.087,6.295,2.115,9.442,3.089c3.148,1.033,6.295,2.061,9.442,3.035l0.229,0.058c3.094,1.028,6.124,1.944,9.218,2.86c3.206,1.028,6.412,2.003,9.671,2.919c6.241,1.832,12.536,3.552,18.889,5.208c38.578,10.304,78.188,18.144,118.655,23.298h0.117c37.832,4.862,76.414,7.328,115.561,7.328c60.161,0,118.942-5.842,175.839-17.115c8.243-1.603,16.424-3.377,24.609-5.208c7.498-1.603,15.001-3.376,22.382-5.267c10.246-2.577,20.434-5.379,30.563-8.302c2.923-0.858,5.783-1.715,8.701-2.572c3.664-1.087,7.27-2.178,10.875-3.323c2.748-0.857,5.496-1.773,8.244-2.689c1.315-0.4,2.636-0.858,3.951-1.316c1.427-0.4,2.86-0.916,4.234-1.374c1.028-0.341,2.119-0.687,3.148-1.087c8.356-2.806,16.657-5.783,24.901-8.872l2.231-0.857c8.702-3.264,17.345-6.641,25.93-10.305h0.058c2.631-1.033,5.208-2.119,7.839-3.264c5.325-2.231,10.592-4.521,15.854-6.865l0.117-0.058c0.974-0.399,1.944-0.804,2.86-1.262c22.095-9.958,43.732-20.775,64.852-32.395v-0.058l0.916-0.516c9.501-5.262,18.948-10.704,28.219-16.37c7.839-4.692,15.625-9.501,23.293-14.422c4.638-2.977,9.277-6.012,13.851-9.101c8.872-5.837,17.632-11.961,26.275-18.202c14.826-10.646,29.364-21.749,43.498-33.311c203.712-166.28,333.758-419.444,333.758-702.888C1968.606,586.164,1562.555,180.118,1061.606,180.118z"/><path style="fill:%23F0D2E6;" d="M1487.973,1677.188c-5.895-30.338-12.877-62.621-35.142-83.97c-12.02-11.562-27.416-18.714-42.529-25.754c-47.561-21.983-96.789-44.19-146.928-60.906c-26.236-8.758-52.717-16.006-79.4-20.934c-0.099-0.019-0.197-0.038-0.297-0.056c-4.074-0.753-8.153-1.438-12.235-2.08c-0.46-0.072-0.921-0.154-1.381-0.224c-0.547-0.083-1.093-0.185-1.639-0.266c-5.549-18.733-9.589-37.88-11.975-57.257c-1.814-14.604-2.681-29.32-2.704-44.05c21.733-12.429,41.532-28.247,58.344-46.805c26.836-29.622,45.778-65.525,61.768-102.158c14.44-33.079,26.678-67.114,36.672-101.797c3.457,3.057,7.57,5.861,12.444,8.355c7.298,3.737,15.498,5.452,23.683,6.047c47.99,3.483,92.024-31.318,114.967-73.613c11.902-21.939,19.576-47.825,12.906-71.878c-7.781-28.078-35.825-48.746-64.96-49.306c-20.643-0.395-37.567,7.464-51.605,19.449c3.562-21.638,6.213-43.551,11.805-64.721c7.991-30.251,22.071-58.884,41.155-83.683c14.022-18.222,30.762-34.48,42.387-54.319c11.625-19.839,17.554-44.965,7.927-65.847c-4.438-9.632-12.112-18.543-11.737-29.14c0.443-12.492,11.673-21.388,18.889-31.591c20.575-29.076,2.144-76.653-32.648-84.278c14.714-33.34,11.537-75.415-12.575-102.743c-24.112-27.328-69.754-34.738-98.426-12.249c-12.546-68.692-77.725-118.855-146.29-132.068c-36.76-7.084-76.877-4.896-108.707,14.807c-31.41,19.444-50.796,53.008-68.906,85.208c-6.339-39.571-42.894-72.677-81.91-81.822c-39.021-9.145-81.739,4.229-111.113,31.488c-29.378,27.26-45.695,67.103-47.62,107.133c-26.728-4.838-55.512,3.342-75.698,21.515c-20.19,18.177-31.338,45.943-29.315,73.032c-31.074,16.892-50.451,53.179-47.201,88.4c3.254,35.216,28.94,67.342,62.582,78.26c-24.015,27.274-17.257,75.484,13.33,95.103c10.514,6.748,22.787,10.241,33.695,16.331c27.186,15.182,43.254,45.14,50.324,75.464c2.979,12.789,4.575,25.79,5.637,38.873c-11.47-13.242-26.231-23.105-45.632-26.201c-28.77-4.594-60.024,10.797-72.648,37.057c-10.811,22.495-7.83,49.325,0.01,73.023c15.113,45.681,52.312,87.717,100.166,92.765c8.156,0.857,16.531,0.619,24.375-1.769c10.952-3.333,18.875-8.59,24.509-15.132c7.006,45.399,17.464,90.114,34.02,132.9c24.58,63.515,76.862,122.242,140.384,149.298c3.177,30.63,3.995,61.5,2.353,92.246c-0.39,7.387-0.972,14.761-1.639,22.127c-0.491,0.372-0.993,0.73-1.486,1.1c-5.098,3.827-10.268,7.552-15.498,11.196c-1.491,1.038-2.977,2.081-4.478,3.104c-5.839,3.983-11.735,7.881-17.727,11.631c-0.826,0.517-1.668,1.003-2.497,1.515c-5.329,3.296-10.721,6.485-16.159,9.593c-1.667,0.953-3.339,1.9-5.016,2.836c-6.244,3.478-12.532,6.88-18.91,10.107c-11.445,5.837-23.006,11.162-34.801,16.141c-52.312,21.925-110.694,37.433-148.073,80.02c-17.169,19.576-28.507,43.615-36.692,68.341c-7.04,21.525-18.256,107.493-24.78,172.117c5.32,2.689,10.646,5.325,16.024,7.898c4.522,2.178,9.101,4.351,13.739,6.47c6.407,3.035,12.936,5.895,19.459,8.701c1.486,0.687,2.977,1.316,4.463,1.944c4.926,2.061,9.789,4.122,14.768,6.125c7.498,3.035,15.055,6.012,22.67,8.76h0.053c8.59,3.26,17.174,6.295,25.876,9.213v0.058c3.148,1.087,6.295,2.115,9.442,3.089c3.148,1.033,6.295,2.061,9.442,3.035l0.229,0.058c3.094,1.028,6.124,1.944,9.218,2.86c3.206,1.028,6.412,2.003,9.671,2.919c6.241,1.832,12.536,3.552,18.889,5.208c38.578,10.304,78.188,18.144,118.655,23.298h0.117c37.832,4.862,76.414,7.328,115.561,7.328c60.161,0,118.942-5.842,175.839-17.115c8.243-1.603,16.424-3.377,24.609-5.208c7.498-1.603,15.001-3.376,22.382-5.267c10.246-2.577,20.434-5.379,30.563-8.302c2.923-0.858,5.783-1.715,8.701-2.572c3.664-1.087,7.27-2.178,10.875-3.323c2.748-0.857,5.496-1.773,8.244-2.689c1.315-0.4,2.636-0.858,3.951-1.316c1.427-0.4,2.86-0.916,4.234-1.374c1.028-0.341,2.119-0.687,3.148-1.087c8.356-2.806,16.657-5.783,24.901-8.872l2.231-0.857c8.702-3.264,17.345-6.641,25.93-10.305h0.058c2.631-1.033,5.208-2.119,7.839-3.264c5.325-2.231,10.592-4.521,15.854-6.865l0.117-0.058c0.974-0.399,1.944-0.804,2.86-1.262c22.095-9.958,43.732-20.775,64.852-32.395v-0.058l0.916-0.516c9.501-5.262,18.948-10.704,28.219-16.37c7.839-4.692,15.625-9.501,23.293-14.422C1532.163,1788.632,1494.331,1709.812,1487.973,1677.188z"/><path style="fill:%23458685;" d="M1487.973,1677.188c-5.895-30.338-12.877-62.621-35.142-83.97c-12.02-11.562-27.416-18.714-42.529-25.754c-47.561-21.983-96.789-44.19-146.928-60.906c-26.236-8.758-52.717-16.006-79.4-20.934c-0.099-0.019-0.197-0.038-0.297-0.056c-4.074-0.753-8.153-1.438-12.235-2.08c-0.46-0.072-0.921-0.154-1.381-0.224c-0.542-0.084-1.085-0.145-1.628-0.227c0.604,2.036,1.137,4.089,1.778,6.114c11.089,35.031,27.693,69.038,29.827,105.72c2.958,50.475-24.594,101.574-68.385,126.85c-43.79,25.281-101.803,23.571-144.053-4.234c-17.262-11.377-32.56-27.956-35.971-48.341c-2.816-16.75,2.641-33.642,7.332-49.963c10.297-35.804,17.121-72.604,20.485-109.727c-0.491,0.372-0.993,0.73-1.486,1.1c-5.098,3.827-10.268,7.552-15.498,11.196c-1.491,1.038-2.977,2.081-4.478,3.104c-5.839,3.983-11.735,7.881-17.727,11.631c-0.826,0.517-1.668,1.003-2.497,1.515c-5.329,3.296-10.721,6.485-16.159,9.593c-1.667,0.953-3.339,1.9-5.016,2.836c-6.244,3.478-12.532,6.88-18.91,10.107c-11.445,5.837-23.006,11.162-34.801,16.141c-52.312,21.925-110.694,37.433-148.073,80.02c-17.169,19.576-28.507,43.615-36.692,68.341c-7.04,21.525-18.256,107.493-24.78,172.117c5.32,2.689,10.646,5.325,16.024,7.898c4.522,2.178,9.101,4.351,13.739,6.47c6.407,3.035,12.936,5.895,19.459,8.701c1.486,0.687,2.977,1.316,4.463,1.944c4.926,2.061,9.789,4.122,14.768,6.125c7.498,3.035,15.055,6.012,22.67,8.76h0.053c8.59,3.26,17.174,6.295,25.876,9.213v0.058c3.148,1.087,6.295,2.115,9.442,3.089c3.148,1.033,6.295,2.061,9.442,3.035l0.229,0.058c3.094,1.028,6.124,1.944,9.218,2.86c3.206,1.028,6.412,2.003,9.671,2.919c6.241,1.832,12.536,3.552,18.889,5.208c38.578,10.304,78.188,18.144,118.655,23.298h0.117c37.832,4.862,76.414,7.328,115.561,7.328c60.161,0,118.942-5.842,175.839-17.115c8.243-1.603,16.424-3.377,24.609-5.208c7.498-1.603,15.001-3.376,22.382-5.267c10.246-2.577,20.434-5.379,30.563-8.302c2.923-0.858,5.783-1.715,8.701-2.572c3.664-1.087,7.27-2.178,10.875-3.323c2.748-0.857,5.496-1.773,8.244-2.689c1.315-0.4,2.636-0.858,3.951-1.316c1.427-0.4,2.86-0.916,4.234-1.374c1.028-0.341,2.119-0.687,3.148-1.087c8.356-2.806,16.657-5.783,24.901-8.872l2.231-0.857c8.702-3.264,17.345-6.641,25.93-10.305h0.058c2.631-1.033,5.208-2.119,7.839-3.264c5.325-2.231,10.592-4.521,15.854-6.865l0.117-0.058c0.974-0.399,1.944-0.804,2.86-1.262c22.095-9.958,43.732-20.775,64.852-32.395v-0.058l0.916-0.516c9.501-5.262,18.948-10.704,28.219-16.37c7.839-4.692,15.625-9.501,23.293-14.422C1532.163,1788.632,1494.331,1709.812,1487.973,1677.188z"/><path style="fill:%23FDEDEF;" d="M881.932,1609.968c-11.829,60.341,18.626,125.315,69.866,159.323c51.21,34.036,119.683,37.822,176.667,14.733c56.984-23.094,102.227-71.06,127.391-127.138c18.168-40.492,26.416-86.84,14.928-129.69c-1.876-7.055-4.38-13.963-7.42-20.619c-26.231-8.754-52.729-16.009-79.391-20.953c-0.099-0.019-0.197-0.038-0.297-0.056c-4.074-0.753-8.153-1.438-12.235-2.08c-0.46-0.072-0.921-0.154-1.381-0.224c-0.542-0.084-1.085-0.145-1.628-0.227c0.604,2.036,1.137,4.089,1.778,6.114c11.089,35.031,27.693,69.038,29.827,105.72c2.958,50.475-24.594,101.574-68.385,126.85c-43.79,25.281-101.803,23.571-144.053-4.234c-17.262-11.377-32.56-27.956-35.971-48.341c-2.816-16.75,2.641-33.642,7.332-49.963c10.297-35.804,17.121-72.604,20.485-109.727c-0.491,0.372-0.993,0.73-1.486,1.1c-5.098,3.827-10.268,7.552-15.498,11.196c-1.491,1.038-2.977,2.081-4.478,3.104c-5.839,3.983-11.735,7.881-17.727,11.631c-0.826,0.517-1.668,1.003-2.497,1.515c-5.329,3.296-10.721,6.485-16.159,9.593c-1.667,0.953-3.339,1.9-5.016,2.836c-6.251,3.484-12.546,6.89-18.929,10.121C890.804,1575.307,885.513,1591.712,881.932,1609.968z"/><path style="fill:%23F18FA4;" d="M1156.446,1425.739c-1.814-14.604-2.681-29.32-2.704-44.05c-16.879,9.653-34.925,17.262-53.647,22.52c-42.124,11.832-83.716,6.908-121.364-9.128c3.177,30.63,3.995,61.5,2.353,92.246c34.436-3.781,68.39-8.926,101.915-21.072C1109.216,1456.731,1134.551,1443.166,1156.446,1425.739z"/><path style="fill:%23292F6E;" d="M1435.739,556.405c14.714-33.34,11.537-75.415-12.575-102.743c-24.112-27.328-69.754-34.738-98.426-12.249c-12.546-68.692-77.725-118.855-146.29-132.068c-36.76-7.084-76.877-4.896-108.707,14.807c-31.41,19.444-50.796,53.008-68.906,85.208c-6.339-39.571-42.894-72.677-81.91-81.822c-39.021-9.145-81.739,4.229-111.113,31.488c-29.378,27.26-45.695,67.103-47.62,107.133c-26.728-4.838-55.512,3.342-75.698,21.515c-20.19,18.177-31.338,45.943-29.315,73.032c-31.074,16.892-50.451,53.179-47.201,88.4c3.254,35.216,28.94,67.342,62.582,78.26c-24.015,27.274-17.257,75.484,13.33,95.103c10.514,6.748,22.787,10.241,33.695,16.331c27.186,15.182,43.254,45.14,50.324,75.464c2.979,12.789,4.575,25.79,5.637,38.873c1.454,17.938,1.872,36.034,3.196,53.989c0.814,10.991,4.029,24.453,14.743,27.031c7.679,1.847,15.61-3.557,19.303-10.538c3.688-6.977,4.132-15.157,4.492-23.045l7.82-168.979c46.036-3.664,87.537-40.112,97.115-85.291c48.444,20.434,108.765,8.502,145.778-28.838c37.925,36.819,104.614,38.324,144.165,3.25c9.189,23.883,20.673,43.332,46.222,42.007c-4.843,23.961,12.302,45.993,24.443,67.206c29.067,50.797,31.981,113.16,20.75,170.596c-1.788,9.155-3.922,18.529-2.3,27.717c1.618,9.184,8.117,18.256,17.345,19.615c13.432,1.983,23.396-12.117,28.234-24.804c6.516-17.098,10.128-34.99,13.106-53.072c3.562-21.638,6.213-43.551,11.805-64.721c7.991-30.251,22.071-58.884,41.155-83.683c14.022-18.222,30.762-34.48,42.387-54.319c11.625-19.839,17.554-44.965,7.927-65.847c-4.438-9.632-12.112-18.543-11.737-29.14c0.443-12.492,11.673-21.388,18.889-31.591C1488.962,611.606,1470.531,564.03,1435.739,556.405z"/><path style="fill:%23F18FA4;" d="M1026.035,1211.016c23.649,3.289,46.709-13.013,58.066-34.017c11.357-20.999,13.247-45.744,13.286-69.623c0.034-19.021-15.181-174.206-64-127.137c-14.948,14.417-9.954,52.073-11.917,70.641c-3.897,36.872-12.19,73.086-19.006,109.486c-2.816,15.05-4.502,32.984,6.748,43.367C1013.771,1207.942,1019.886,1210.163,1026.035,1211.016z"/><path style="fill:%23FFFBF7;" d="M1174.156,989.593c-30.655,1.257-55.137,21.925-57.871,47.508c-0.253,2.202-0.331,4.429-0.238,6.67c1.169,28.556,29.081,50.607,62.353,49.238c31.678-1.296,56.785-23.328,58.105-50.08c0.088-1.369,0.088-2.733,0.034-4.097C1235.364,1010.276,1207.452,988.229,1174.156,989.593z"/><path style="fill:%23FFFBF7;" d="M992.3,1033.018c-3.781-25.446-29.087-45.096-59.771-45.096c-33.325,0-60.312,23.176-60.312,51.751c0,1.365,0.058,2.729,0.2,4.093c2.416,26.675,28.409,47.659,60.112,47.659c33.301,0,60.282-23.172,60.282-51.752C992.812,1037.427,992.641,1035.211,992.3,1033.018z"/><path style="fill:%233F4A99;" d="M802.751,536.352c24.838-17.262,52.438-12.321,78.553-1.203c5.14,2.188,11.23-3.825,6.46-8.375c-16.019-15.269-37.794-19.645-58.828-16.219c1.048-0.452,1.964-1.293,2.429-2.675c7.488-22.207,14.256-42.217,34.027-56.736c22.47-16.497,49.442-18.334,75.898-12.107c3.537,0.833,6.236-4.521,2.601-6.173c-50.178-22.845-124.76,12.765-121.076,73.856c0.156,2.569,2.045,4.026,4.043,4.192c-40.515,7.61-77.468,44.051-64.038,87.589c1.398,4.541,8.935,5.262,9.939,0C777.382,574.242,780.632,551.728,802.751,536.352z"/><path style="fill:%233F4A99;" d="M1209.479,535.65c-1.754,2.533,1.598,5.335,4.01,4.01c27.133-14.865,59.352-24.984,88.521-9.164c28.508,15.462,39.845,48.368,36.394,79.135c-3.47-2.455-6.849-4.683-10.04-6.643c-37.349-22.948-98.991-30.44-123.937,14.095c-1.749,3.123,2.066,7.878,5.35,5.35c32.838-25.335,70.938-29.096,107.425-8.073c33.252,19.157,72.482,54.611,59.206,96.677c-1.666,5.281,5.579,7.625,8.443,3.561c24.838-35.168-7.541-74.725-38.244-98.837c12.259-36.352-3.655-78.321-37.479-97.441C1276.836,500.064,1231.36,504.015,1209.479,535.65z"/><path style="fill:%233F4A99;" d="M921.601,595.475c-18.022-0.102-40.239,7.824-46.821,25.881c-1.349,3.707,3.094,5.939,6.007,4.619c14.134-6.422,24.322-16.312,40.814-16.975c14.399-0.58,27.837,5.207,38.773,14.154c-17.502,14.919-30.365,34.714-29.989,56.477c0.039,2.237,2.782,2.743,3.971,1.077c21.671-30.378,35.985-59.26,75.415-70.071c37.822-10.368,75.094,4.756,104.487,28.409c1.861,1.501,5.276-0.468,3.63-2.797c-23.922-33.847-67.849-47.81-107.995-38.685c-14.015,3.185-29.347,10.346-42.801,20.254C955.951,603.902,940.221,595.586,921.601,595.475z"/><path style="fill:%233F4A99;" d="M1077.118,449.891c41.647-52.945,108.604-70.465,162.402-22.451c2.806,2.504,6.772-1.393,4.151-4.146c-48.18-50.558-142.07-44.648-170.265,24.438C1072.583,449.745,1075.774,451.602,1077.118,449.891z"/><path style="fill:%233F4A99;" d="M713.392,765.023c-6.865-11.03-7.06-27.211,3.552-35.893c4.726-3.874-1.296-10.636-6.246-8.097c-16.721,8.575-21.281,28.506-13.744,45.145c7.927,17.496,28.234,29.364,46.812,31.523c4.054,0.467,4.297-4.911,1.836-6.792C734.605,782.5,721.017,777.282,713.392,765.023z"/><path style="fill:%233F4A99;" d="M747.097,507.1c-40.316-5.861-75.089,40.716-50.051,76.146c1.915,2.714,6.027,1.087,5.359-2.255c-6.689-33.432,10.319-60.59,44.692-65.667C751.165,514.724,751.18,507.689,747.097,507.1z"/><path style="fill:%233F4A99;" d="M1356.324,811.065c53.749,5.072,101.919-52.799,77.257-104.034c-0.931-1.939-4.341-1.052-4.136,1.12c4.76,50.621-19.932,91.688-73.121,98.119C1353.279,806.636,1353.201,810.773,1356.324,811.065z"/><path style="fill:%23F18FA4;" d="M694.61,956.785c-3.698,0.224-5.184,4.229-2.889,6.977c11.842,14.199,28.896,21.318,41.82,34.804c-10.642,3.393-20.009,10.829-25.401,20.743c-6.27,11.532-11.503,34.168,2.66,41.939c2.061,1.13,4.171,0.029,4.96-2.017c4.024-10.436-0.701-21.33,4.322-32c4.415-9.375,11.959-15.296,20.962-19.224c15.146,23.37,16.938,49.255,19.272,76.217c0.292,3.372,4.546,3.888,5.759,0.78c11.07-28.297,3.722-60.132-12.438-85.135C741.923,981.74,718.094,955.347,694.61,956.785z"/><path style="fill:%23F18FA4;" d="M1349.98,1103.07c5.501-24.093,11.703-45.554,28.141-64.892c1.26-1.482,2.639-3.004,4.067-4.535c11.98,0.289,25.402,3.683,29.453,16.33c1.998,6.251,1.179,13.091-2.042,18.787c-2.792,4.945-7.493,7.995-9.52,13.359c-0.794,2.095,0.887,4.931,3.04,5.36c21.023,4.18,28.74-30.641,22.689-44.921c-5.001-11.808-17.536-20.726-30.08-21.575c14.828-11.968,33.35-21.096,50.519-16.082c4.478,1.306,7.474-5.417,3.22-7.635c-24.896-12.979-53.866,6.202-72.151,23.094c-21.91,20.244-39.498,50.612-40.253,80.965C1336.884,1108.653,1348.319,1110.368,1349.98,1103.07z"/><path style="fill:%23292F6E;" d="M901.616,981.866c19.128-3.601,37.768-5.958,57.296-4.443c6.777,0.526,13.705,1.413,20.287-0.297c6.577-1.71,12.838-6.782,13.544-13.539c0.507-4.828-1.866-9.521-4.828-13.369c-9.789-12.721-25.881-18.967-41.657-21.91c-18.031-3.366-36.994-3.123-54.343,2.835c-16.58,5.701-59.328,33.929-28.526,49.062C875.35,986.08,889.143,984.214,901.616,981.866z"/><path style="fill:%23292F6E;" d="M1114.979,930.027c6.67,1.301,13.53-0.005,20.263-0.945c19.396-2.704,38.149-1.496,57.462,0.931c12.594,1.578,26.475,2.597,38.051-4c29.817-16.989-14.578-42.553-31.474-47.225c-17.681-4.887-36.624-3.966-54.412,0.497c-15.571,3.903-31.25,11.123-40.238,24.419c-2.724,4.025-4.804,8.848-4.005,13.637C1101.747,924.044,1108.31,928.726,1114.979,930.027z"/><path style="fill:%231A1029;" d="M1157.279,1224.448c5.939-6.904-4.073-17.004-10.056-10.056c-38.86,45.169-99.143,68.356-158.256,61.13c-9.062-1.111-8.984,13.116,0,14.217C1051.369,1297.364,1116.295,1272.083,1157.279,1224.448z"/><path style="fill:%23292F6E;" d="M939.667,1030.207c-5.998,0.282-12,0.565-17.969,1.276c-9.677,1.128-19.172,3.306-28.565,5.933c2.166,19.209,18.965,34.164,39.386,34.164c21.886,0,39.635-17.179,39.635-38.368c0-1.021-0.077-2.023-0.159-3.023C961.239,1029.464,950.433,1029.718,939.667,1030.207z"/><path style="fill:%23F18FA4;" d="M921.698,1031.484c5.968-0.711,11.971-0.994,17.969-1.276c10.766-0.489,21.572-0.744,32.328-0.017c1.774,0.12,3.548,0.202,5.318,0.383c5.062,0.511,10.07,1.281,14.987,2.446c-3.781-25.446-29.087-45.096-59.771-45.096c-33.325,0-60.312,23.176-60.312,51.751c0,1.365,0.058,2.729,0.2,4.093c6.868-2.223,13.766-4.405,20.716-6.349C902.527,1034.79,912.021,1032.612,921.698,1031.484z"/><path style="fill:%23292F6E;" d="M1168.758,1032.132c-10.778-0.046-21.584,0.143-32.302,1.313c-0.04,1.003-0.075,2.009-0.034,3.028c0.872,21.169,19.303,37.603,41.174,36.706c20.403-0.836,36.579-16.466,37.955-35.747c-9.495-2.241-19.071-4.027-28.786-4.755C1180.772,1032.209,1174.765,1032.171,1168.758,1032.132z"/><path style="fill:%23F18FA4;" d="M1136.456,1033.444c10.718-1.17,21.524-1.359,32.302-1.313c6.007,0.039,12.015,0.078,18.007,0.546c9.715,0.728,19.291,2.514,28.786,4.755c7.023,1.657,14.001,3.555,20.953,5.496c0.088-1.369,0.088-2.733,0.034-4.097c-1.174-28.555-29.086-50.602-62.382-49.238c-30.655,1.257-55.137,21.925-57.871,47.508c4.867-1.364,9.832-2.338,14.87-3.055C1132.918,1033.793,1134.687,1033.637,1136.456,1033.444z"/><path style="fill:%23F18FA4;" d="M967.024,1138.207c-0.643-0.696-1.408-1.184-2.29-1.471c-0.848-0.443-1.759-0.648-2.739-0.614c-0.628,0.087-1.262,0.17-1.89,0.253c-1.203,0.341-2.25,0.95-3.138,1.832c-0.37,0.478-0.74,0.96-1.11,1.437c-0.643,1.111-0.965,2.304-0.97,3.586v2.343c-0.039,0.979,0.166,1.895,0.614,2.743c0.282,0.882,0.775,1.642,1.466,2.285c0.643,0.692,1.408,1.184,2.29,1.471c0.848,0.443,1.759,0.648,2.738,0.614c0.629-0.088,1.262-0.171,1.891-0.258c1.203-0.336,2.251-0.945,3.138-1.827c0.37-0.477,0.74-0.96,1.111-1.437c0.643-1.111,0.965-2.304,0.97-3.591v-2.343c0.039-0.979-0.166-1.89-0.614-2.739C968.208,1139.61,967.715,1138.85,967.024,1138.207z"/><path style="fill:%23F18FA4;" d="M931.52,1174.802c-9.145,0-9.159,14.217,0,14.217C940.67,1189.018,940.685,1174.802,931.52,1174.802z"/><path style="fill:%23F18FA4;" d="M926.298,1133.077c0.448-0.843,0.653-1.759,0.614-2.738c0.039-0.979-0.166-1.89-0.614-2.738c-0.283-0.882-0.775-1.642-1.467-2.286c-0.482-0.375-0.96-0.745-1.442-1.116c-1.106-0.643-2.305-0.964-3.586-0.969c-0.629,0.088-1.262,0.171-1.89,0.253c-1.203,0.341-2.251,0.95-3.138,1.832l-1.169,1.169c-0.696,0.643-1.184,1.408-1.471,2.29c-0.443,0.848-0.648,1.759-0.614,2.738c-0.034,0.979,0.17,1.89,0.614,2.738c0.287,0.882,0.775,1.642,1.471,2.29c0.477,0.371,0.96,0.741,1.437,1.111c1.111,0.643,2.304,0.965,3.586,0.969c0.633-0.083,1.262-0.17,1.89-0.253c1.203-0.341,2.25-0.95,3.138-1.828l1.174-1.174C925.523,1134.724,926.015,1133.959,926.298,1133.077z"/><path style="fill:%23F18FA4;" d="M881.129,1153.705c-9.15,0-9.165,14.217,0,14.217C890.274,1167.922,890.288,1153.705,881.129,1153.705z"/><path style="fill:%23F18FA4;" d="M1134.283,1144.327c-9.149,0-9.164,14.217,0,14.217C1143.428,1158.543,1143.442,1144.327,1134.283,1144.327z"/><path style="fill:%23F18FA4;" d="M1183.506,1117.369c-9.15,0-9.165,14.222,0,14.222C1192.655,1131.591,1192.67,1117.369,1183.506,1117.369z"/><path style="fill:%23F18FA4;" d="M1201.362,1166.602c-0.371-0.482-0.741-0.959-1.111-1.442c-0.886-0.877-1.929-1.491-3.138-1.827c-0.629-0.083-1.257-0.171-1.89-0.253c-1.281,0.005-2.475,0.326-3.586,0.969c-0.779,0.39-1.564,0.784-2.343,1.174c-0.828,0.448-1.496,1.057-1.993,1.832c-0.629,0.687-1.052,1.491-1.277,2.416c-0.292,0.945-0.336,1.89-0.126,2.836c0.043,0.945,0.326,1.827,0.843,2.641c0.375,0.482,0.745,0.96,1.116,1.437c0.887,0.882,1.929,1.491,3.133,1.832c0.633,0.083,1.262,0.166,1.89,0.253c1.286-0.005,2.479-0.326,3.591-0.969c0.779-0.395,1.564-0.784,2.343-1.174c0.828-0.448,1.491-1.058,1.993-1.832c0.629-0.687,1.053-1.491,1.272-2.417c0.297-0.945,0.341-1.89,0.127-2.836C1202.166,1168.297,1201.883,1167.415,1201.362,1166.602z"/><path style="fill:%23F18FA4;" d="M1235.072,1124.404c-9.145,0-9.159,14.217,0,14.217C1244.222,1138.621,1244.236,1124.404,1235.072,1124.404z"/></svg>" alt="" style="width:64px"/></figure> 135 <!-- /wp:image --> 136 137 <!-- wp:paragraph {"align":"center","style":{"color":{"text":"#67768e"},"elements":{"link":{"color":{"text":"#67768e"}}},"typography":{"fontSize":"22px","letterSpacing":"2px"}}} --> 138 <p class="has-text-align-center has-text-color has-link-color" style="color:#67768e;font-size:22px;letter-spacing:2px"><em>"The winning part of Luxury Concept is the lightness, speed and customisation you can introduce. Furthermore, by purchasing the Premium version you get an incredible theme!"</em></p> 139 <!-- /wp:paragraph --> 140 141 <!-- wp:heading {"level":4,"fontSize":"medium"} --> 142 <h4 class="wp-block-heading has-medium-font-size">Andrew Space</h4> 143 <!-- /wp:heading --></div> 144 <!-- /wp:group --></div> 145 <!-- /wp:group --></section> 146 <!-- /wp:group --> 147 148 <!-- wp:group {"tagName":"section","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center"}} --> 149 <section class="wp-block-group"><!-- wp:group {"style":{"layout":{"selfStretch":"fit","flexSize":null}},"layout":{"type":"flex","orientation":"vertical"}} --> 150 <div class="wp-block-group"><!-- wp:image {"width":"250px","height":"250px","scale":"contain","sizeSlug":"large"} --> 151 <figure class="wp-block-image size-large is-resized"><img src="data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 750 500" style="enable-background:new 0 0 750 500;" xml:space="preserve"><g id="BACKGROUND"><path style="fill:%23FAEEE8;" d="M218.562,452.318c0,0-167.535,14.696-165.575-161.656c1.959-176.352,204.859-101.587,277.265-179.291C450.759-17.954,606.429,10.338,666.256,170.919C728.024,336.71,514.442,490.528,218.562,452.318z"/></g><g id="OBJECTS"><g><g><g><g><g><path style="fill:%23FF6666;" d="M158.438,365.122c0,0-14.043-83.931-44.415-68.582C83.651,311.89,146.028,357.937,158.438,365.122z"/><path style="fill:%23FF6666;" d="M175.746,368.714c0,0-38.21-44.741-14.043-55.192C185.87,303.072,175.746,368.714,175.746,368.714z"/><path style="fill:%23FF6666;" d="M185.866,397.793c0,0-34.502-37.365-47.182-19.795C126.004,395.568,185.866,397.793,185.866,397.793z"/></g><g><path style="fill:none;stroke:%23FF5640;stroke-width:1.9595;stroke-miterlimit:10;" d="M119.575,309.277c0,0,51.926,98.953,126.386,111.69"/><path style="fill:none;stroke:%23FF5640;stroke-width:1.9595;stroke-miterlimit:10;" d="M165.949,328.872c0,0,8.818,16.329,11.43,54.865"/><path style="fill:none;stroke:%23FF5640;stroke-width:1.7715;stroke-miterlimit:10;" d="M151.758,383.773c0,0,13.308,9.562,47.256,17.668"/></g></g><g><path style="fill:none;stroke:%23FF5640;stroke-width:1.9595;stroke-miterlimit:10;" d="M129.361,388.882c0,0,26.779,57.612,98.525,30.523"/><g><path style="fill:%23FF5640;" d="M137.034,401.849c0,0,7.207-10.27-12.456-21.14C124.578,380.709,118.148,398.129,137.034,401.849z"/><g><path style="fill:%23FF5640;" d="M148.793,411.907c0,0-8.946-6.963-1.393-16.928C147.4,394.979,156.082,402.94,148.793,411.907z"/><path style="fill:%23FF5640;" d="M147.555,412.607c0,0-8.384,8.874-18.29-0.248C129.264,412.359,138.692,403.871,147.555,412.607z"/></g><g><path style="fill:%23FF5640;" d="M165.88,421.514c0,0-9.77-5.75-3.566-16.607C162.314,404.908,171.951,411.682,165.88,421.514z"/><path style="fill:%23FF5640;" d="M164.743,422.368c0,0-7.169,9.882-18.169,2.115C146.574,424.483,154.826,414.849,164.743,422.368z"/></g><g><path style="fill:%23FF5640;" d="M185.27,425.513c0,0-11.152-2.035-9.065-14.364C176.204,411.149,187.584,414.191,185.27,425.513z"/><path style="fill:%23FF5640;" d="M184.495,426.706c0,0-3.329,11.746-16.33,8.241C168.165,434.946,172.597,423.06,184.495,426.706z"/></g><g><path style="fill:%23FF5640;" d="M206.946,425.06c0,0-11.295,0.972-12.526-11.471C194.42,413.589,206.199,413.529,206.946,425.06z"/><path style="fill:%23FF5640;" d="M206.513,426.415c0,0-0.119,12.208-13.585,12.248C192.927,438.664,194.074,426.03,206.513,426.415z"/></g></g></g><g><path style="fill:none;stroke:%23FF5640;stroke-width:1.9595;stroke-miterlimit:10;" d="M182.278,255.392c0,0-20.492,60.136,50.07,90.177"/><g><path style="fill:%23FF5640;" d="M178.855,270.065c0,0,12.308-2.436,5.619-23.885C184.474,246.18,167.783,254.319,178.855,270.065z"/><g><path style="fill:%23FF5640;" d="M180.394,285.462c0,0-1.648-11.216,10.699-13.192C191.093,272.27,191.86,284.024,180.394,285.462z"/><path style="fill:%23FF5640;" d="M179.016,285.111c0,0-12.193,0.613-13.042-12.826C165.974,272.285,178.654,272.672,179.016,285.111z"/></g><g><path style="fill:%23FF5640;" d="M186.095,304.218c0,0-3.082-10.91,8.907-14.463C195.002,289.755,197.279,301.312,186.095,304.218z"/><path style="fill:%23FF5640;" d="M184.683,304.047c0,0-12.012,2.182-14.588-11.035C170.095,293.012,182.718,291.759,184.683,304.047z"/></g><g><path style="fill:%23FF5640;" d="M197.337,320.513c0,0-6.649-9.182,3.383-16.645C200.721,303.868,206.838,313.935,197.337,320.513z"/><path style="fill:%23FF5640;" d="M195.953,320.839c0,0-10.527,6.184-17.495-5.339C178.458,315.5,189.878,309.978,195.953,320.839z"/></g><g><path style="fill:%23FF5640;" d="M213.309,335.175c0,0-8.832-7.108-1.117-16.948C212.192,318.226,220.743,326.328,213.309,335.175z"/><path style="fill:%23FF5640;" d="M212.059,335.854c0,0-8.528,8.737-18.284-0.546C193.776,335.309,203.34,326.975,212.059,335.854z"/></g></g></g><g><path style="fill:none;stroke:%23FF5640;stroke-width:1.9595;stroke-miterlimit:10;" d="M191.566,352.828c0,0,12.228,62.344,88.37,53.194"/><g><path style="fill:%23FF5640;" d="M195.917,367.253c0,0,9.453-8.249-7.041-23.505C188.876,343.748,178.468,359.126,195.917,367.253z"/><g><path style="fill:%23FF5640;" d="M204.93,379.831c0,0-7.022-8.9,2.695-16.77C207.624,363.061,214.151,372.867,204.93,379.831z"/><path style="fill:%23FF5640;" d="M203.56,380.214c0,0-10.263,6.612-17.7-4.614C185.859,375.6,197.043,369.612,203.56,380.214z"/></g><g><path style="fill:%23FF5640;" d="M219.224,393.245c0,0-8.112-7.919,0.508-16.978C219.732,376.267,227.47,385.149,219.224,393.245z"/><path style="fill:%23FF5640;" d="M217.915,393.802c0,0-9.324,7.882-18.148-2.29C199.768,391.512,210.085,384.13,217.915,393.802z"/></g><g><path style="fill:%23FF5640;" d="M237.095,401.763c0,0-10.342-4.643-5.368-16.115C231.727,385.648,242.05,391.324,237.095,401.763z"/><path style="fill:%23FF5640;" d="M236.058,402.737c0,0-6.041,10.609-17.827,4.097C218.231,406.834,225.376,396.352,236.058,402.737z"/></g><g><path style="fill:%23FF5640;" d="M258.251,406.507c0,0-11.2-1.757-9.42-14.133C248.831,392.373,260.283,395.131,258.251,406.507z"/><path style="fill:%23FF5640;" d="M257.507,407.719c0,0-3.035,11.825-16.12,8.645C241.387,416.364,245.521,404.371,257.507,407.719z"/></g></g></g><g><path style="fill:none;stroke:%23FF5640;stroke-width:1.9595;stroke-miterlimit:10;" d="M379.044,317.66c0,0,17.2,61.159-54.887,87.329"/><g><path style="fill:%23FF5640;" d="M381.666,332.497c0,0-12.158-3.1-4.315-24.155C377.351,308.343,393.575,317.375,381.666,332.497z"/><g><path style="fill:%23FF5640;" d="M379.293,347.788c0,0,2.254-11.11-9.968-13.753C369.326,334.035,367.923,345.731,379.293,347.788z"/><path style="fill:%23FF5640;" d="M380.689,347.513c0,0,12.142,1.274,13.718-12.1C394.407,335.413,381.725,335.111,380.689,347.513z"/></g><g><path style="fill:%23FF5640;" d="M372.584,366.207c0,0,3.669-10.726-8.109-14.925C364.475,351.283,361.574,362.699,372.584,366.207z"/><path style="fill:%23FF5640;" d="M374.003,366.114c0,0,11.876,2.83,15.165-10.228C389.168,355.886,376.631,353.95,374.003,366.114z"/></g><g><path style="fill:%23FF5640;" d="M360.474,381.869c0,0,7.138-8.808-2.476-16.804C357.999,365.065,351.345,374.785,360.474,381.869z"/><path style="fill:%23FF5640;" d="M361.839,382.27c0,0,10.176,6.746,17.759-4.382C379.598,377.888,368.494,371.754,361.839,382.27z"/></g><g><path style="fill:%23FF5640;" d="M343.731,395.643c0,0,9.204-6.618,2.035-16.863C345.766,378.78,336.788,386.406,343.731,395.643z"/><path style="fill:%23FF5640;" d="M344.942,396.389c0,0,8.041,9.186,18.286,0.447C363.228,396.836,354.13,387.996,344.942,396.389z"/></g></g></g></g><path style="fill:%23001433;" d="M272.59,446.277c0.798,5.352-2.893,10.337-8.245,11.135l-28.102,4.191c-5.352,0.798-10.337-2.893-11.135-8.245l-14.595-97.871c-0.798-5.352,2.893-10.337,8.245-11.135l28.102-4.191c5.352-0.798,10.337,2.893,11.135,8.245L272.59,446.277z"/></g><g><g><g><path style="fill:%23000A19;" d="M292.988,160.559c0,0,37.059-23.144,58.637,11.069c21.578,34.213,29.553,121.759-3.284,127.797c-32.837,6.038-55.822,1.509-51.6-48.301C300.962,201.313,292.988,160.559,292.988,160.559z"/><g><g><path style="fill:%23FFB199;" d="M313.072,255.882c0,0-8.328,23.514,6.368,27.433c14.696,3.919,30.372-4.899,31.841,26.943c1.47,31.841-105.811,2.939-104.342-10.777c1.47-13.716,35.27-3.429,36.74-33.801c1.47-30.372,1.96-31.841,1.96-31.841L313.072,255.882z"/><path style="fill:%23E2887D;" d="M310.87,272.087c-0.822-7.65,2.202-16.205,2.202-16.205l-27.433-22.044c0,0,0,4.521-0.35,15.183C289.866,259.918,299.495,267.924,310.87,272.087z"/></g><path style="fill:%23FFB199;" d="M303.275,172.589c0,0,46.537-13.566,46.537,44.574s-56.335,52.326-69.561,8.237C266.454,179.406,303.275,172.589,303.275,172.589z"/></g></g><g><g><g><path style="fill:%23000A19;" d="M298.866,203.221c0,0,0.09-0.45,0.399-1.186c0.307-0.735,0.827-1.768,1.694-2.861c0.851-1.1,2.056-2.281,3.638-3.178c0.781-0.461,1.659-0.836,2.587-1.102c0.923-0.298,1.909-0.403,2.885-0.476c0.978-0.007,1.958,0.038,2.886,0.237c0.467,0.085,0.925,0.185,1.361,0.333c0.443,0.128,0.874,0.263,1.277,0.445c0.828,0.313,1.571,0.723,2.261,1.115c0.677,0.417,1.297,0.833,1.826,1.27c0.554,0.4,1.008,0.833,1.406,1.216c0.411,0.365,0.732,0.725,0.991,1.027c0.522,0.595,0.792,0.957,0.792,0.957s-0.432-0.162-1.138-0.486c-0.702-0.328-1.716-0.767-2.901-1.257c-0.589-0.257-1.246-0.474-1.919-0.725c-0.682-0.223-1.393-0.467-2.135-0.641c-0.736-0.2-1.503-0.341-2.273-0.439c-0.772-0.106-1.55-0.13-2.324-0.116c-0.769,0.049-1.539,0.113-2.278,0.295c-0.741,0.168-1.464,0.386-2.147,0.674c-1.376,0.549-2.592,1.322-3.619,2.05c-1.011,0.75-1.83,1.465-2.392,1.992C299.182,202.891,298.866,203.221,298.866,203.221z"/></g><g><path style="fill:%23000A19;" d="M330.708,201.506c0,0-0.003-0.352,0.102-0.949c0.101-0.598,0.317-1.438,0.732-2.405c0.429-0.956,1.06-2.05,2.054-3.038c0.485-0.501,1.079-0.96,1.751-1.34c0.663-0.398,1.445-0.655,2.238-0.811c0.803-0.152,1.623-0.116,2.396-0.001c0.764,0.147,1.482,0.391,2.108,0.71c0.635,0.308,1.178,0.692,1.667,1.068c0.47,0.399,0.896,0.784,1.237,1.184c0.362,0.38,0.635,0.774,0.876,1.118c0.254,0.331,0.433,0.655,0.577,0.921c0.292,0.528,0.427,0.847,0.427,0.847s-0.325-0.146-0.839-0.432c-0.512-0.286-1.24-0.688-2.089-1.111c-0.416-0.229-0.879-0.427-1.35-0.644c-0.479-0.194-0.974-0.392-1.481-0.535c-0.506-0.157-1.021-0.236-1.527-0.303c-0.505-0.011-1.007-0.041-1.493,0.071c-0.975,0.162-1.934,0.618-2.809,1.232c-0.88,0.603-1.663,1.343-2.335,2.007c-0.67,0.669-1.224,1.278-1.617,1.713C330.935,201.253,330.708,201.506,330.708,201.506z"/></g><g><path style="fill:%23000A19;" d="M333.647,207.875c0,0,0.161,0.292,0.443,0.803c0.278,0.499,0.676,1.212,1.153,2.067c0.242,0.418,0.511,0.865,0.799,1.321c0.287,0.458,0.616,0.922,0.959,1.366c0.333,0.462,0.746,0.85,1.143,1.195c0.414,0.299,0.83,0.569,1.222,0.566l0.147,0.03l0.009,0.002c-0.06,0.005,0.141-0.009-0.133,0.011l0.008-0.001l0.03-0.004l0.061-0.008l0.122-0.016c0.148-0.025,0.355-0.035,0.454-0.073c0.101-0.101,0.226-0.084,0.432-0.264c0.375-0.253,0.736-0.676,1.042-1.122c0.607-0.919,1.063-1.939,1.444-2.82c0.369-0.888,0.665-1.655,0.87-2.195c0.209-0.545,0.328-0.856,0.328-0.856s0.197,1.346-0.115,3.354c-0.156,1.003-0.425,2.177-1.04,3.391c-0.335,0.591-0.704,1.241-1.372,1.755c-0.182,0.126-0.286,0.265-0.541,0.375c-0.231,0.114-0.475,0.213-0.718,0.296c-0.209,0.059-0.336,0.058-0.508,0.09l-0.121,0.018l-0.061,0.009l-0.03,0.005l-0.008,0.001c-0.279,0.02-0.084,0.005-0.149,0.009l-0.021-0.002l-0.34-0.038c-0.938-0.075-1.672-0.582-2.247-1.073c-0.559-0.517-0.985-1.094-1.324-1.658c-0.365-0.557-0.615-1.134-0.839-1.677c-0.237-0.538-0.397-1.066-0.536-1.553c-0.283-0.971-0.419-1.8-0.489-2.383C333.652,208.212,333.647,207.875,333.647,207.875z"/></g><g><path style="fill:%23000A19;" d="M306.704,207.875c0,0,0.161,0.292,0.443,0.803c0.278,0.499,0.676,1.212,1.153,2.067c0.242,0.418,0.511,0.865,0.799,1.321c0.287,0.458,0.616,0.922,0.959,1.366c0.333,0.462,0.746,0.85,1.143,1.195c0.414,0.299,0.83,0.569,1.222,0.566l0.147,0.03l0.009,0.002c-0.06,0.005,0.141-0.009-0.134,0.011l0.008-0.001l0.031-0.004l0.061-0.008l0.122-0.016c0.148-0.025,0.355-0.035,0.454-0.073c0.101-0.101,0.226-0.084,0.432-0.264c0.375-0.253,0.736-0.676,1.042-1.122c0.607-0.919,1.063-1.939,1.444-2.82c0.369-0.888,0.665-1.655,0.87-2.195c0.209-0.545,0.328-0.856,0.328-0.856s0.197,1.346-0.115,3.354c-0.156,1.003-0.425,2.177-1.04,3.391c-0.335,0.591-0.704,1.241-1.372,1.755c-0.182,0.126-0.286,0.265-0.541,0.375c-0.231,0.114-0.475,0.213-0.718,0.296c-0.21,0.059-0.336,0.058-0.508,0.09l-0.121,0.018l-0.061,0.009l-0.03,0.005l-0.008,0.001c-0.279,0.02-0.083,0.005-0.149,0.009l-0.021-0.002l-0.339-0.038c-0.938-0.075-1.672-0.582-2.247-1.073c-0.559-0.517-0.985-1.094-1.324-1.658c-0.364-0.557-0.615-1.134-0.839-1.677c-0.237-0.538-0.397-1.066-0.536-1.553c-0.283-0.971-0.419-1.8-0.49-2.383C306.709,208.212,306.704,207.875,306.704,207.875z"/></g><g><path style="fill:%23FF8255;" d="M328.503,207.385c0.156,0.824,0.326,1.62,0.511,2.405c0.079,0.393,0.197,0.779,0.294,1.164c0.08,0.387,0.209,0.764,0.312,1.141c0.101,0.379,0.248,0.744,0.357,1.114c0.111,0.371,0.256,0.729,0.388,1.087c0.13,0.36,0.267,0.714,0.427,1.057c0.163,0.341,0.282,0.701,0.468,1.025l0.51,0.992l0.583,0.936c0.171,0.328,0.418,0.597,0.628,0.894c0.22,0.289,0.418,0.597,0.677,0.85c0.243,0.268,0.492,0.531,0.725,0.809l0.813,0.723c0.135,0.122,0.263,0.254,0.403,0.371l0.449,0.316l0.891,0.66l1.73,1.281l-1.647,0.892c-1.198,0.649-2.421,1.26-3.673,1.825c-0.616,0.299-1.265,0.545-1.897,0.818c-0.648,0.249-1.295,0.499-1.97,0.705c0.468-0.529,0.964-1.014,1.459-1.5c0.511-0.462,1.004-0.951,1.531-1.387c1.034-0.905,2.097-1.763,3.185-2.584l0.082,2.172l-1.168-0.635l-0.58-0.332c-0.185-0.124-0.359-0.264-0.539-0.397l-1.055-0.834c-0.319-0.314-0.623-0.645-0.932-0.97c-0.324-0.314-0.583-0.679-0.841-1.044c-0.251-0.368-0.544-0.713-0.743-1.111l-0.63-1.171c-0.176-0.404-0.331-0.816-0.495-1.223c-0.181-0.401-0.265-0.832-0.392-1.248c-0.13-0.415-0.222-0.838-0.289-1.265c-0.079-0.424-0.16-0.845-0.186-1.274c-0.039-0.426-0.09-0.849-0.08-1.277c-0.023-0.85,0.008-1.696,0.127-2.532C328.038,209.005,328.219,208.176,328.503,207.385z"/></g></g><g><path style="fill:%23FF553C;" d="M313.072,234.817l24.983,0.49C338.056,235.307,329.973,252.208,313.072,234.817z"/><path style="fill:%23B2382B;" d="M313.072,234.817c0.588,0.605,1.162,1.159,1.728,1.682c4.876-0.65,9.723-0.159,13.212,3.703c0.594,0.658,1.193,1.385,1.752,2.159c5.571-1.389,8.291-7.055,8.291-7.055L313.072,234.817z"/></g></g></g><g><g><path style="fill:%23E2887D;" d="M357.16,329.362c0,0-0.98,57.804,1.47,57.804c2.449,0,61.233,15.676,63.683,25.963c2.449,10.287,4.409,30.862-4.409,3.429c0,0,7.348,38.21-6.368-0.49c0,0-5.389,36.74-5.389-0.49c0,0-4.899,33.311-5.389,0.49c0,0-62.703-0.98-80.338-15.186c-17.635-14.206,12.247-79.358,12.247-79.358L357.16,329.362z"/><g><path style="fill:%23FFA94D;" d="M338.056,334.75c0,0,13.716,1.47,22.534-1.96c0,0-0.421-43.604-21.554-47.027C318.998,282.518,338.056,334.75,338.056,334.75z"/><path style="fill:%23DD8D45;" d="M335.049,325.501c1.627,5.465,3.007,9.25,3.007,9.25s13.716,1.47,22.534-1.96c0,0-0.133-13.562-3.914-26.154C350.893,314.088,343.364,320.336,335.049,325.501z"/></g></g><g><path style="fill:%23DD8D45;" d="M260.978,406.271c0,0-26.726,16.655-27.754,42.129H358.63c0,0-1.028-26.453-26.726-44.088C306.206,386.676,260.978,406.271,260.978,406.271z"/><g><path style="fill:%23FFA94D;" d="M259.677,406.271c0,0-31.351-48.987-26.453-87.196c4.899-38.21,23.514-33.801,31.352-33.801c0,0,11.757,25.473,36.74,22.044c26.973-3.702,29.392-23.024,29.392-23.024s15.676-2.449,20.085,12.737c4.409,15.186,11.757,57.804-14.206,65.152l-5.878,29.882C330.708,392.065,306.704,415.578,259.677,406.271z"/><path style="fill:%23DD8D45;" d="M281.553,343.974c-11.102-5.714-21.13-13.244-30.706-21.208c-5.378-4.472-10.896-8.996-15.71-14.135c-0.763,3.07-1.411,6.53-1.913,10.443c-4.899,38.21,26.453,87.196,26.453,87.196c47.027,9.307,71.031-14.206,71.031-14.206l5.878-29.882c5.383-1.523,9.316-4.578,12.158-8.575C326.385,355.112,301.737,354.362,281.553,343.974z"/></g></g></g><g><path style="fill:%23001433;" d="M281.231,152.03c0,0,28.412-5.878,30.862,18.615c2.449,24.493-24.004,24.983-23.024,50.456c0.98,25.473,9.797,55.845-9.797,66.622s-38.21-14.696-46.047,33.801c0,0-17.145-27.433-3.429-45.558c13.716-18.125,20.574-39.189,20.085-76.909C249.39,161.337,271.434,155.459,281.231,152.03z"/><g><g><path style="fill:none;stroke:%23001433;stroke-width:0.9797;stroke-miterlimit:10;" d="M280.251,225.399c0,0,13.716,16.766,31.841,17.746"/><path style="fill:%2322689E;" d="M318.998,244.158c-0.302,1.754-1.969,2.931-3.723,2.629l-7.543-1.3c-1.754-0.302-2.931-1.969-2.629-3.723l0,0c0.302-1.754,1.969-2.931,3.723-2.629l7.543,1.3C318.123,240.737,319.3,242.404,318.998,244.158L318.998,244.158z"/></g><g><g><ellipse style="fill:%23DD8D45;" cx="275.598" cy="212.528" rx="20.33" ry="22.289"/><ellipse style="fill:%23FFA94D;" cx="269.229" cy="212.528" rx="20.33" ry="22.289"/></g><g><ellipse style="fill:%23DD8D45;" cx="269.187" cy="212.773" rx="10.977" ry="12.035"/><path style="fill:%23DD8D45;" d="M266.045,212.283c0,0-0.98-41.149,21.064-55.845c24.759-16.506,45.068-0.98,45.068-0.98s-26.943-5.389-42.129,10.777c-15.186,16.166-17.145,42.618-17.145,42.618L266.045,212.283z"/></g></g></g></g><g><g><path style="fill:%23FFB199;" d="M278.292,334.26c0,0-2.449,54.375-3.429,67.112c0,0,66.622-12.736,75.44-7.838c8.818,4.899,32.331,49.477,8.818,19.105c0,0,20.574,37.23-5.389,1.96c0,0,12.737,31.841-5.878,0c0,0,12.247,27.432-6.858-2.449c0,0-79.848,33.311-91.605,25.963c-11.757-7.348-20.085-63.683-14.206-110.22C241.062,281.355,278.292,334.26,278.292,334.26z"/><path style="fill:%23E2887D;" d="M261.805,356.875c5.312,0.094,10.46-0.487,15.507-1.507c0.561-11.807,0.98-21.107,0.98-21.107s-37.23-52.906-43.108-6.368c-0.954,7.549-1.531,15.355-1.783,23.169C242.527,354.314,251.873,356.7,261.805,356.875z"/></g><path style="fill:%23FFA94D;" d="M230.285,346.017c0,0-2.939-58.784,26.453-55.845c29.392,2.939,23.024,58.294,23.024,58.294S252.819,355.325,230.285,346.017z"/></g></g><g><path style="fill:%2322689E;" d="M641.773,459.177c0,3.246-2.193,5.878-4.899,5.878H108.798c-2.705,0-4.899-2.632-4.899-5.878V447.42c0-3.247,2.193-5.878,4.899-5.878h528.077c2.706,0,4.899,2.632,4.899,5.878V459.177z"/><g><g><path style="fill:%23003154;" d="M589.892,391.575c0,2.706-2.193,4.899-4.899,4.899H404.722c-2.705,0-4.899-2.193-4.899-4.899V251.473c0-2.705,2.193-4.899,4.899-4.899h180.271c2.706,0,4.899,2.193,4.899,4.899V391.575z"/><path style="fill:%23001433;" d="M603.605,391.575c0,2.706-2.193,4.899-4.899,4.899H418.436c-2.705,0-4.899-2.193-4.899-4.899V251.473c0-2.705,2.193-4.899,4.899-4.899h180.271c2.706,0,4.899,2.193,4.899,4.899V391.575z"/><path style="fill:%23003154;" d="M523.023,435.663c0,2.705-2.193,4.899-4.899,4.899h-25.473c-2.706,0-4.899-2.193-4.899-4.899V330.831c0-2.705,2.193-4.899,4.899-4.899h25.473c2.705,0,4.899,2.193,4.899,4.899V435.663z"/><path style="fill:%23003154;" d="M564.662,436.643c0,2.706-2.193,4.899-4.899,4.899H451.012c-2.705,0-4.899-2.193-4.899-4.899v-0.98c0-2.706,2.193-4.899,4.899-4.899h108.751c2.706,0,4.899,2.193,4.899,4.899V436.643z"/><path style="fill:%23003154;" d="M523.023,435.663c0,2.705-2.193,4.899-4.899,4.899h-25.473c-2.706,0-4.899-2.193-4.899-4.899V330.831c0-2.705,2.193-4.899,4.899-4.899h25.473c2.705,0,4.899,2.193,4.899,4.899V435.663z"/></g><path style="fill:%23003154;" d="M426.477,436.643c0,2.706-2.193,4.899-4.899,4.899H312.828c-2.705,0-4.899-2.193-4.899-4.899v-0.98c0-2.706,2.193-4.899,4.899-4.899h108.751c2.706,0,4.899,2.193,4.899,4.899V436.643z"/></g></g></g><g><g><path style="fill:%23FF5640;" d="M473.005,99.627H362.951c-6.043,0-10.942,4.899-10.942,10.942v42.617c0,6.043,4.899,10.942,10.942,10.942h15.184v28.739l16.111-28.739h78.758c6.043,0,10.942-4.899,10.942-10.942v-42.617C483.947,104.526,479.048,99.627,473.005,99.627z"/><g><g style="opacity:0.25;"><circle cx="386.627" cy="132.777" r="7.185"/><circle cx="419.938" cy="132.777" r="7.185"/><circle cx="453.249" cy="132.777" r="7.185"/></g><g><g><circle style="fill:%23FFFFFF;" cx="384.667" cy="130.817" r="7.185"/><circle style="fill:%23FFFFFF;" cx="417.978" cy="130.817" r="7.185"/><circle style="fill:%23FFFFFF;" cx="451.289" cy="130.817" r="7.185"/></g></g></g></g><g><path style="fill:%2322689E;" d="M243.826,100.649l-5.931,4.611c3.496,4.523,7.767,8.254,12.693,11.088l3.749-6.516c4.118,2.368,8.635,3.878,13.272,4.483l-0.973,7.45c5.689,0.743,11.374,0.369,16.897-1.114l-1.947-7.256c4.451-1.194,8.745-3.267,12.621-6.258l4.619,5.924c4.512-3.488,8.236-7.746,11.066-12.656l-6.512-3.754c2.372-4.115,3.885-8.63,4.496-13.265l7.449,0.981c0.749-5.689,0.38-11.375-1.096-16.898l-7.257,1.94c-1.184-4.434-3.244-8.711-6.21-12.577l5.945-4.596l-0.079-0.103c-3.516-4.549-7.813-8.295-12.771-11.133l-3.734,6.523c-4.122-2.36-8.642-3.86-13.28-4.456l0.958-7.451c-5.691-0.732-11.376-0.346-16.896,1.148l1.963,7.255c-4.432,1.199-8.707,3.268-12.566,6.25l-4.602-5.937c-4.536,3.506-8.274,7.79-11.11,12.732l6.518,3.741c-2.364,4.12-3.869,8.638-4.47,13.275l-7.45-0.966c-0.738,5.691-0.358,11.375,1.13,16.896l7.257-1.955C238.768,92.497,240.84,96.781,243.826,100.649z M285.739,68.278c5.745,7.432,4.372,18.152-3.06,23.897c-7.432,5.745-18.153,4.372-23.897-3.06c-5.745-7.432-4.372-18.153,3.06-23.897C269.274,59.473,279.994,60.846,285.739,68.278z"/><path style="fill:%23FF6666;" d="M197.665,130.471l-2.639,4.801c3.648,2.019,7.586,3.283,11.704,3.757l0.627-5.446c3.442,0.396,6.903,0.101,10.183-0.833l1.501,5.27c4.025-1.147,7.723-3.04,10.993-5.629l-3.401-4.296c2.635-2.086,4.912-4.715,6.643-7.837l4.805,2.632c2.014-3.64,3.276-7.567,3.753-11.673l-5.446-0.632c0.399-3.441,0.108-6.902-0.823-10.182l5.272-1.496c-1.142-4.026-3.032-7.727-5.617-10.999l-4.299,3.396c-2.074-2.627-4.689-4.896-7.793-6.627l2.653-4.796l-0.083-0.046c-3.669-2.03-7.629-3.297-11.769-3.764l-0.616,5.447c-3.442-0.389-6.902-0.088-10.18,0.853l-1.511-5.266c-4.022,1.154-7.717,3.056-10.983,5.651l3.411,4.291c-2.621,2.083-4.886,4.704-6.609,7.816l-4.797-2.646c-2.024,3.659-3.29,7.608-3.76,11.736l5.446,0.622c-0.392,3.442-0.094,6.902,0.843,10.181l-5.268,1.506c1.15,4.024,3.048,7.721,5.639,10.988l4.294-3.406C191.923,126.474,194.548,128.745,197.665,130.471z M216.377,96.683c5.995,3.317,8.173,10.892,4.857,16.887c-3.317,5.995-10.892,8.173-16.887,4.857c-5.995-3.317-8.173-10.892-4.857-16.887C202.807,95.545,210.383,93.366,216.377,96.683z"/></g><g><circle style="fill:%2322689E;" cx="129.312" cy="195.426" r="54.212"/><g><g style="opacity:0.25;"><path d="M134.559,196.111c0.711-0.364,1.503-0.556,2.324-0.556c1.362,0,2.642,0.529,3.608,1.489l2.078-2.077c5.141,1.802,11.089,0.648,15.199-3.462c3.459-3.459,4.823-8.218,4.094-12.703c-0.08-0.493-0.43-0.902-0.906-1.055c-0.476-0.154-0.998-0.029-1.352,0.325l-3.085,3.085c-2.513,2.513-6.586,2.513-9.099,0c-2.511-2.513-2.511-6.586,0-9.099l3.086-3.084c0.354-0.355,0.48-0.877,0.326-1.353c-0.154-0.477-0.561-0.825-1.056-0.906c-4.486-0.728-9.244,0.635-12.702,4.094c-4.172,4.172-5.295,10.234-3.376,15.428l-4.506,4.506L134.559,196.111z"/><path d="M126.347,204.278l-5.345-5.345l-18.69,18.69c-2.431,2.429-2.431,6.37,0,8.8c2.43,2.43,6.37,2.43,8.8,0l16.111-16.112C125.6,208.677,125.307,206.21,126.347,204.278z"/><path d="M138.268,199.287c-0.383-0.383-0.883-0.574-1.385-0.574c-0.501,0-1.001,0.191-1.384,0.574l-1.116,1.115l-19.875-19.874l0.929-0.929c0.846-0.846,0.741-2.25-0.223-2.96l-8.109-5.972c-0.779-0.574-1.86-0.492-2.545,0.192l-3.443,3.443c-0.685,0.684-0.766,1.765-0.192,2.545l5.972,8.109c0.71,0.965,2.113,1.071,2.96,0.224l0.929-0.929l19.874,19.874l-1.194,1.195c-0.765,0.765-0.765,2.004,0,2.768l18.334,18.335c2.43,2.43,6.371,2.43,8.801,0c2.43-2.43,2.43-6.371,0-8.8L138.268,199.287z"/></g><g><g><path style="fill:%23FFFFFF;" d="M132.599,194.152c0.711-0.364,1.503-0.556,2.325-0.556c1.362,0,2.642,0.53,3.608,1.489l2.078-2.077c5.141,1.802,11.089,0.648,15.2-3.462c3.459-3.459,4.823-8.218,4.094-12.703c-0.08-0.493-0.43-0.902-0.906-1.055c-0.476-0.154-0.998-0.029-1.352,0.325l-3.085,3.085c-2.513,2.513-6.586,2.513-9.099,0c-2.511-2.513-2.511-6.586,0-9.099l3.085-3.084c0.354-0.355,0.48-0.877,0.326-1.353c-0.154-0.477-0.561-0.825-1.056-0.906c-4.486-0.728-9.244,0.635-12.702,4.094c-4.172,4.172-5.295,10.234-3.376,15.428l-4.506,4.506L132.599,194.152z"/><path style="fill:%23FFFFFF;" d="M124.388,202.318l-5.345-5.345l-18.69,18.69c-2.431,2.429-2.431,6.37,0,8.8c2.43,2.43,6.37,2.43,8.8,0l16.112-16.112C123.64,206.717,123.347,204.251,124.388,202.318z"/><path style="fill:%23FFFFFF;" d="M136.309,197.328c-0.382-0.382-0.883-0.574-1.385-0.574c-0.501,0-1.001,0.191-1.384,0.574l-1.116,1.115l-19.875-19.874l0.929-0.929c0.846-0.846,0.741-2.25-0.223-2.96l-8.11-5.972c-0.779-0.574-1.86-0.492-2.545,0.192l-3.443,3.443c-0.685,0.684-0.766,1.765-0.192,2.545l5.972,8.109c0.71,0.965,2.113,1.071,2.96,0.224l0.929-0.929l19.874,19.874l-1.194,1.195c-0.765,0.765-0.765,2.004,0,2.768l18.334,18.335c2.43,2.43,6.371,2.43,8.801,0c2.43-2.43,2.43-6.371,0-8.8L136.309,197.328z"/></g></g></g></g><g><circle style="fill:%23FFA94D;" cx="543.632" cy="179.561" r="52.253"/><g><g style="opacity:0.25;"><path d="M579.168,160.923l-20.731,20.598l20.731,20.598c0.375-0.783,0.602-1.649,0.602-2.574v-36.048C579.77,162.572,579.542,161.706,579.168,160.923z"/><path d="M549.839,184.454l26.497-26.363c-0.783-0.375-1.649-0.602-2.574-0.602h-56.341c-0.925,0-1.791,0.227-2.574,0.602l26.497,26.363C543.687,186.797,547.496,186.797,549.839,184.454z"/><path d="M512.015,160.923c-0.375,0.783-0.602,1.649-0.602,2.574v36.048c0,0.925,0.227,1.791,0.602,2.574l20.731-20.598L512.015,160.923z"/><path d="M552.671,187.286c-3.904,3.904-10.256,3.904-14.159,0l-2.933-2.934l-20.731,20.598c0.783,0.375,1.649,0.602,2.574,0.602h56.341c0.925,0,1.791-0.227,2.574-0.602l-20.731-20.598L552.671,187.286z"/></g><g><g><path style="fill:%23FFFFFF;" d="M577.208,158.963l-20.731,20.598l20.731,20.598c0.375-0.783,0.602-1.649,0.602-2.574v-36.048C577.81,160.612,577.583,159.747,577.208,158.963z"/><path style="fill:%23FFFFFF;" d="M547.88,182.495l26.497-26.363c-0.783-0.375-1.649-0.602-2.574-0.602h-56.341c-0.925,0-1.791,0.227-2.574,0.602l26.497,26.363C541.727,184.837,545.537,184.837,547.88,182.495z"/><path style="fill:%23FFFFFF;" d="M510.056,158.963c-0.375,0.783-0.602,1.649-0.602,2.574v36.048c0,0.925,0.227,1.791,0.602,2.574l20.731-20.598L510.056,158.963z"/><path style="fill:%23FFFFFF;" d="M550.712,185.326c-3.904,3.904-10.256,3.904-14.159,0l-2.934-2.934l-20.731,20.598c0.783,0.375,1.649,0.602,2.574,0.602h56.341c0.925,0,1.791-0.227,2.574-0.602l-20.731-20.598L550.712,185.326z"/></g></g></g></g><g><circle style="fill:%2322689E;" cx="587.06" cy="78.843" r="37.556"/><g><g style="opacity:0.25;"><path d="M591.153,88.432l-8.859-0.712V76.892c0.254,0.147,0.821,0.3,1.696,0.465c0.874,0.165,1.64,0.247,2.296,0.247c1.495,0,2.779-0.392,3.856-1.177c1.075-0.783,1.613-1.813,1.613-3.089c0-1.204-0.394-2.216-1.177-3.035c-0.783-0.821-1.905-1.23-3.362-1.23c-1.422,0-2.517,0.429-3.282,1.284c-0.766,0.859-1.275,1.907-1.531,3.146l-6.727-2.735c0.182-2.078,0.894-3.983,2.134-5.714c1.24-1.731,2.844-3.109,4.811-4.13c1.969-1.019,4.083-1.531,6.344-1.531c2.588,0,4.904,0.674,6.945,2.023c2.043,1.351,3.627,3.118,4.76,5.305c1.128,2.187,1.693,4.484,1.693,6.892c0,2.624-0.656,4.849-1.967,6.671c-1.313,1.822-2.864,3.164-4.648,4.019c-1.787,0.857-3.356,1.268-4.704,1.23L591.153,88.432z M582.621,100.435c-1.093-1.184-1.64-2.579-1.64-4.183c0-1.64,0.592-3.026,1.778-4.157c1.184-1.128,2.561-1.696,4.128-1.696c1.457,0,2.708,0.512,3.747,1.533c1.039,1.021,1.558,2.388,1.558,4.101c0,1.713-0.518,3.171-1.558,4.375c-1.039,1.204-2.361,1.805-3.965,1.805C585.065,102.212,583.716,101.618,582.621,100.435z"/></g><g><g><path style="fill:%23FFFFFF;" d="M589.193,86.472l-8.858-0.712V74.933c0.254,0.147,0.821,0.3,1.696,0.465c0.875,0.165,1.64,0.247,2.296,0.247c1.495,0,2.779-0.392,3.856-1.177c1.075-0.783,1.613-1.814,1.613-3.089c0-1.204-0.394-2.216-1.177-3.035c-0.783-0.821-1.905-1.23-3.362-1.23c-1.422,0-2.517,0.43-3.282,1.284c-0.766,0.859-1.275,1.907-1.531,3.146l-6.727-2.735c0.182-2.078,0.895-3.983,2.134-5.714c1.239-1.731,2.844-3.109,4.811-4.13c1.969-1.019,4.083-1.531,6.344-1.531c2.588,0,4.904,0.674,6.945,2.023c2.043,1.351,3.627,3.118,4.76,5.305c1.128,2.187,1.693,4.484,1.693,6.891c0,2.623-0.656,4.849-1.967,6.671c-1.313,1.822-2.864,3.164-4.648,4.019c-1.787,0.857-3.356,1.268-4.704,1.23L589.193,86.472z M580.662,98.475c-1.093-1.184-1.64-2.579-1.64-4.183c0-1.64,0.592-3.026,1.778-4.157c1.184-1.128,2.561-1.696,4.128-1.696c1.458,0,2.708,0.512,3.747,1.533c1.039,1.021,1.558,2.388,1.558,4.101s-0.518,3.171-1.558,4.375c-1.039,1.204-2.361,1.805-3.965,1.805C583.105,100.253,581.757,99.659,580.662,98.475z"/></g></g></g></g><g><circle style="fill:%23FF5640;" cx="656.235" cy="160.186" r="37.556"/><g><g style="opacity:0.25;"><path d="M654.167,172.878c-2.659,0-4.814,2.155-4.814,4.814c0,2.659,2.155,4.814,4.814,4.814c2.659,0,4.814-2.155,4.814-4.814C658.981,175.033,656.826,172.878,654.167,172.878L654.167,172.878z"/><path d="M668.216,172.878c-2.659,0-4.814,2.155-4.814,4.814c0,2.659,2.155,4.814,4.814,4.814c2.659,0,4.814-2.155,4.814-4.814C673.03,175.033,670.874,172.878,668.216,172.878L668.216,172.878z"/><path d="M676.419,167.966h-25.101l-0.491-2.849h20.631c0.607,0.002,1.153-0.369,1.375-0.933l4.912-12.379c0.298-0.757-0.073-1.613-0.831-1.911c-0.173-0.068-0.358-0.103-0.545-0.103h-28.097l-1.179-6.779c-0.121-0.717-0.747-1.238-1.474-1.228h-5.649c-0.814,0-1.474,0.66-1.474,1.474c0,0.814,0.66,1.474,1.474,1.474h4.421l4.224,24.954c0.121,0.717,0.747,1.238,1.474,1.228h26.329c0.814,0,1.474-0.66,1.474-1.474C677.893,168.626,677.233,167.966,676.419,167.966z"/></g><g><g><path style="fill:%23FFFFFF;" d="M652.207,170.919c-2.659,0-4.814,2.155-4.814,4.814c0,2.659,2.155,4.814,4.814,4.814c2.659,0,4.814-2.155,4.814-4.814C657.021,173.074,654.866,170.919,652.207,170.919L652.207,170.919z"/><path style="fill:%23FFFFFF;" d="M666.256,170.919c-2.659,0-4.814,2.155-4.814,4.814c0,2.659,2.155,4.814,4.814,4.814c2.659,0,4.814-2.155,4.814-4.814C671.07,173.074,668.915,170.919,666.256,170.919L666.256,170.919z"/><path style="fill:%23FFFFFF;" d="M674.459,166.007h-25.101l-0.491-2.849h20.631c0.607,0.002,1.153-0.369,1.375-0.933l4.912-12.379c0.298-0.757-0.073-1.613-0.831-1.911c-0.173-0.068-0.358-0.103-0.545-0.103h-28.098l-1.179-6.779c-0.121-0.717-0.747-1.238-1.474-1.228h-5.649c-0.814,0-1.474,0.66-1.474,1.474c0,0.814,0.66,1.474,1.474,1.474h4.421l4.224,24.954c0.121,0.717,0.747,1.238,1.474,1.228h26.329c0.814,0,1.474-0.66,1.474-1.474S675.273,166.007,674.459,166.007z"/></g></g></g></g></g></g></svg>" alt="" style="object-fit:contain;width:250px;height:250px"/></figure> 152 <!-- /wp:image --> 153 154 <!-- wp:heading {"style":{"layout":{"selfStretch":"fit","flexSize":null}}} --> 155 <h2 class="wp-block-heading">Support</h2> 156 <!-- /wp:heading --> 157 158 <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"#67768e"}}},"color":{"text":"#67768e"},"typography":{"fontSize":"18px"}}} --> 159 <p class="has-text-color has-link-color" style="color:#67768e;font-size:18px">Sem quis erat nibh id neque tincidunt molestie convallis ut nibh vel, lorem consequat ullamcorper.</p> 160 <!-- /wp:paragraph --></div> 161 <!-- /wp:group --> 162 163 <!-- wp:spacer {"width":"10px","style":{"layout":{"flexSize":"10px","selfStretch":"fixed"}}} --> 164 <div style="height:100px;width:10px" aria-hidden="true" class="wp-block-spacer"></div> 165 <!-- /wp:spacer --> 166 167 <!-- wp:group {"layout":{"type":"flex","orientation":"vertical"}} --> 168 <div class="wp-block-group"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical"}} --> 169 <div class="wp-block-group"><!-- wp:image {"width":"250px","height":"250px","scale":"contain","sizeSlug":"large"} --> 170 <figure class="wp-block-image size-large is-resized"><img src="data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 450 450" style="enable-background:new 0 0 450 450;" xml:space="preserve"><g><g><g><path style="fill:%23272E67;" d="M201.519,143.722V112.1l-8.479,4.896v31.622c0,0.946,0.329,1.598,0.842,1.852l5.307,3.044l1.058-4.276l-0.579-1.502C200.72,146.876,201.519,145.196,201.519,143.722z"/><path style="fill:%233C4384;" d="M204.637,151.094l-3.981,2.298c-1.242,0.717-2.249-0.044-2.249-1.7v-31.622l8.48-4.896v31.622C206.886,148.453,205.879,150.377,204.637,151.094z"/></g><g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_1_" style="enable-background:new ;" d="M182.665,110.163l17.458-10.422c1.414-0.822,3.372-0.706,5.533,0.541l-17.458,10.422C186.037,109.457,184.079,109.342,182.665,110.163z"/></defs><use xlink:href="%23SVGID_1_" style="overflow:visible;fill:%233C4384;"/><clipPath id="SVGID_00000008141637236811021790000009258037118664400036_"><use xlink:href="%23SVGID_1_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000008141637236811021790000009258037118664400036_);enable-background:new ;"><path style="fill:%233C4384;" d="M182.665,110.163l17.458-10.422c0.363-0.211,0.761-0.36,1.19-0.444l-17.458,10.422C183.426,109.804,183.028,109.952,182.665,110.163z"/><path style="fill:%233C4384;" d="M183.855,109.719l17.458-10.422c0.831-0.163,1.775-0.082,2.791,0.267l-17.458,10.423C185.63,109.637,184.686,109.556,183.855,109.719z"/><path style="fill:%233C4384;" d="M186.646,109.987l17.458-10.423c0.502,0.173,1.021,0.411,1.552,0.718l-17.458,10.422C187.666,110.398,187.147,110.16,186.646,109.987z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000119821366332536341420000017978316658215660206_" style="enable-background:new ;" d="M211.139,118.698l-17.458,10.422c1.396-0.811,2.262-2.537,2.268-4.988c0.014-4.935-3.456-10.948-7.751-13.428l17.458-10.422c4.295,2.48,7.765,8.493,7.752,13.428C213.401,116.162,212.535,117.887,211.139,118.698z"/></defs><use xlink:href="%23SVGID_00000119821366332536341420000017978316658215660206_" style="overflow:visible;fill:%233C4384;"/><clipPath id="SVGID_00000137852137710481864820000007482206536229352079_"><use xlink:href="%23SVGID_00000119821366332536341420000017978316658215660206_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000137852137710481864820000007482206536229352079_);enable-background:new ;"><path style="fill:%233C4384;" d="M188.198,110.705l17.458-10.422c2.307,1.332,4.376,3.684,5.795,6.34l-17.458,10.423C192.574,114.388,190.505,112.037,188.198,110.705z"/><path style="fill:%233C4384;" d="M193.993,117.045l17.458-10.423c0.654,1.225,1.17,2.514,1.508,3.799l-17.458,10.422C195.163,119.559,194.647,118.269,193.993,117.045z"/><path style="fill:%233C4384;" d="M195.501,120.843l17.458-10.422c0.293,1.116,0.451,2.227,0.448,3.289c-0.007,2.452-0.872,4.177-2.269,4.988l-17.458,10.422c1.396-0.811,2.262-2.537,2.268-4.988C195.952,123.071,195.794,121.959,195.501,120.843z"/></g></g><g><path style="fill:%233C4384;" d="M188.198,110.705c4.295,2.48,7.765,8.493,7.751,13.428c-0.014,4.935-3.507,6.926-7.802,4.446c-4.295-2.479-7.765-8.491-7.751-13.426C180.41,110.217,183.903,108.225,188.198,110.705z"/></g></g></g><g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000147939317008772882110000017837722724883685794_" style="enable-background:new ;" d="M196.076,100.371l-3.037,1.776c1.591-0.931,3.799-0.806,6.239,0.594l3.038-1.776C199.876,99.565,197.668,99.441,196.076,100.371z"/></defs><use xlink:href="%23SVGID_00000147939317008772882110000017837722724883685794_" style="overflow:visible;fill:%23E1DEF8;"/><clipPath id="SVGID_00000011029458887098993510000016683436786348827299_"><use xlink:href="%23SVGID_00000147939317008772882110000017837722724883685794_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000011029458887098993510000016683436786348827299_);enable-background:new ;"><path style="fill:%23E1DEF8;" d="M199.279,102.741l3.038-1.776c-2.44-1.4-4.648-1.525-6.24-0.594l-3.037,1.776C194.631,101.216,196.838,101.341,199.279,102.741z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000063625164575856926740000006312519779053073300_" style="enable-background:new ;" d="M205.516,123.483l3.037-1.776c1.571-0.919,2.542-2.866,2.542-5.63c0.001-5.564-3.929-12.33-8.779-15.113l-3.038,1.776c4.85,2.783,8.78,9.549,8.779,15.113C208.057,120.618,207.087,122.565,205.516,123.483z"/></defs><use xlink:href="%23SVGID_00000063625164575856926740000006312519779053073300_" style="overflow:visible;fill:%23E1DEF8;"/><clipPath id="SVGID_00000092420150559635486930000003929698016064565182_"><use xlink:href="%23SVGID_00000063625164575856926740000006312519779053073300_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000092420150559635486930000003929698016064565182_);enable-background:new ;"><path style="fill:%23E1DEF8;" d="M205.516,123.483l3.037-1.776c1.571-0.919,2.542-2.866,2.542-5.63c0.001-5.564-3.929-12.33-8.779-15.113l-3.038,1.776c4.85,2.783,8.78,9.549,8.779,15.113C208.057,120.618,207.087,122.565,205.516,123.483z"/></g></g><g><path style="fill:%23959396;" d="M199.279,102.741c-4.849-2.783-8.781-0.528-8.782,5.036c-0.001,5.564,3.93,12.33,8.779,15.112c4.85,2.783,8.781,0.528,8.782-5.036C208.059,112.29,204.128,105.523,199.279,102.741z"/></g></g></g><g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000130615730803050482640000011454488587596578438_" style="enable-background:new ;" d="M189.996,100.228l-10.044,5.8c2.003-1.171,4.782-1.014,7.853,0.748l10.043-5.801C194.777,99.214,191.999,99.057,189.996,100.228z"/></defs><use xlink:href="%23SVGID_00000130615730803050482640000011454488587596578438_" style="overflow:visible;fill:%23FF698D;"/><clipPath id="SVGID_00000091006503537056835340000007931167717838560406_"><use xlink:href="%23SVGID_00000130615730803050482640000011454488587596578438_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000091006503537056835340000007931167717838560406_);enable-background:new ;"><path style="fill:%23FF698D;" d="M187.805,106.777l10.043-5.801c-3.071-1.762-5.85-1.919-7.853-0.748l-10.044,5.8C181.955,104.858,184.734,105.015,187.805,106.777z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000052092205442008062400000013336210549876005821_" style="enable-background:new ;" d="M195.654,132.882l10.043-5.801c1.977-1.156,3.199-3.607,3.2-7.085c0.001-7.002-4.946-15.517-11.049-19.019l-10.043,5.801c6.103,3.502,11.05,12.017,11.048,19.019C198.853,129.274,197.631,131.725,195.654,132.882z"/></defs><use xlink:href="%23SVGID_00000052092205442008062400000013336210549876005821_" style="overflow:visible;fill:%23FF698D;"/><clipPath id="SVGID_00000168818754732273820260000003222487575197385622_"><use xlink:href="%23SVGID_00000052092205442008062400000013336210549876005821_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000168818754732273820260000003222487575197385622_);enable-background:new ;"><path style="fill:%23FF698D;" d="M195.654,132.882l10.043-5.801c1.977-1.156,3.199-3.607,3.2-7.085c0.001-7.002-4.946-15.517-11.049-19.019l-10.043,5.801c6.103,3.502,11.05,12.017,11.048,19.019C198.853,129.274,197.631,131.725,195.654,132.882z"/></g></g><g><path style="fill:%23FE486E;" d="M187.805,106.777c-6.103-3.502-11.051-0.664-11.052,6.338c-0.002,7.002,4.945,15.517,11.048,19.019c6.103,3.502,11.052,0.665,11.053-6.337C198.855,118.794,193.908,110.279,187.805,106.777z"/></g></g></g><g><g><path style="fill:%23EDECF8;" d="M179.383,106.404c2.163-0.84,4.785-1.002,7.851,0.769c6.093,3.518,11.017,12.046,10.997,19.048c-0.01,3.479-1.516,5.544-3.219,7.077c-3.223,2.901-19.825,23.606-23.005,26.95c0.28-1.296,3.346-8.642,3.351-10.193c0.033-11.67-8.174-25.884-18.329-31.747c-2.327-1.344-7.683-2.145-9.735-2.421C154.13,114.646,175.085,108.071,179.383,106.404z"/></g><g><g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000090998861064471285110000012770958300224629901_" style="enable-background:new ;" d="M166.697,166.129l4.229-2.458c3.646-2.118,5.907-6.624,5.924-13.027c0.037-12.89-9.027-28.59-20.245-35.066l-4.229,2.457c11.218,6.476,20.282,22.176,20.245,35.066C172.604,159.505,170.343,164.01,166.697,166.129z"/></defs><use xlink:href="%23SVGID_00000090998861064471285110000012770958300224629901_" style="overflow:visible;fill:%23FF698D;"/><clipPath id="SVGID_00000052821573081946921520000004392325808333422011_"><use xlink:href="%23SVGID_00000090998861064471285110000012770958300224629901_" style="overflow:visible;"/></clipPath></g><g><path style="fill:%23E1DEF8;" d="M168.789,144.207c-0.997-3.308-2.431-6.595-4.264-9.77c-1.833-3.175-3.966-6.066-6.338-8.592c-2.411-2.568-4.955-4.633-7.56-6.136c-2.809-1.622-5.538-2.479-7.893-2.479c-2.452,0-4.424,0.905-5.862,2.69c-1.66,2.06-2.543,5.191-2.554,9.053c-0.008,2.989,0.501,6.208,1.513,9.569c0.996,3.308,2.431,6.595,4.264,9.77c1.833,3.175,3.965,6.066,6.337,8.592c2.411,2.568,4.955,4.632,7.559,6.136c2.81,1.622,5.539,2.479,7.893,2.479c2.452,0,4.424-0.906,5.862-2.69c1.66-2.06,2.543-5.19,2.554-9.053C170.31,150.788,169.801,147.568,168.789,144.207z"/></g></g></g><g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000153679770220255172630000003737948908146043799_" style="enable-background:new ;" d="M144.266,134.386l15.829-9.449c1.282-0.745,3.057-0.64,5.016,0.491l-15.829,9.449C147.323,133.746,145.548,133.641,144.266,134.386z"/></defs><use xlink:href="%23SVGID_00000153679770220255172630000003737948908146043799_" style="overflow:visible;fill:%23272E67;"/><clipPath id="SVGID_00000029767111376110579270000009597704475047731369_"><use xlink:href="%23SVGID_00000153679770220255172630000003737948908146043799_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000029767111376110579270000009597704475047731369_);enable-background:new ;"><path style="fill:%23272E67;" d="M144.266,134.386l15.829-9.449c0.329-0.191,0.69-0.326,1.078-0.403l-15.829,9.45C144.956,134.06,144.595,134.195,144.266,134.386z"/><path style="fill:%23272E67;" d="M145.344,133.984l15.829-9.45c0.754-0.148,1.61-0.075,2.531,0.243l-15.829,9.45C146.954,133.909,146.098,133.835,145.344,133.984z"/><path style="fill:%23272E67;" d="M147.875,134.226l15.829-9.45c0.455,0.157,0.925,0.373,1.407,0.651l-15.829,9.449C148.801,134.599,148.33,134.383,147.875,134.226z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000038406423727079536960000005997331333669785504_" style="enable-background:new ;" d="M170.082,142.124l-15.829,9.45c1.266-0.736,2.05-2.299,2.057-4.522c0.013-4.475-3.134-9.926-7.028-12.174l15.829-9.449c3.894,2.248,7.04,7.699,7.028,12.174C172.133,139.825,171.348,141.389,170.082,142.124z"/></defs><use xlink:href="%23SVGID_00000038406423727079536960000005997331333669785504_" style="overflow:visible;fill:%23272E67;"/><clipPath id="SVGID_00000031165075960716568740000005370304999755651214_"><use xlink:href="%23SVGID_00000038406423727079536960000005997331333669785504_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000031165075960716568740000005370304999755651214_);enable-background:new ;"><path style="fill:%23272E67;" d="M149.283,134.877l15.829-9.449c2.092,1.208,3.968,3.34,5.254,5.748l-15.829,9.449C153.25,138.217,151.374,136.085,149.283,134.877z"/><path style="fill:%23272E67;" d="M154.537,140.625l15.829-9.449c0.593,1.111,1.061,2.279,1.367,3.444l-15.829,9.45C155.598,142.905,155.13,141.736,154.537,140.625z"/><path style="fill:%23272E67;" d="M155.904,144.069l15.829-9.45c0.266,1.012,0.409,2.02,0.407,2.982c-0.006,2.223-0.791,3.787-2.057,4.522l-15.829,9.45c1.266-0.736,2.05-2.299,2.057-4.522C156.313,146.089,156.169,145.081,155.904,144.069z"/></g></g><g><path style="fill:%23323974;" d="M149.283,134.877c3.894,2.248,7.04,7.7,7.028,12.174c-0.013,4.475-3.179,6.279-7.074,4.031c-3.894-2.248-7.041-7.698-7.028-12.173C142.221,134.435,145.388,132.629,149.283,134.877z"/></g><g><path style="fill:%23252956;" d="M149.273,138.112c2.339,1.351,4.23,4.625,4.222,7.313c-0.008,2.688-1.91,3.772-4.249,2.421c-2.339-1.35-4.229-4.624-4.222-7.312C145.032,137.847,146.934,136.762,149.273,138.112z"/></g></g></g><path style="fill:%23FE486E;" d="M152.377,118.036c-11.217-6.476-20.341-1.277-20.377,11.613c-0.036,12.889,9.028,28.589,20.245,35.065c11.218,6.477,20.341,1.278,20.377-11.612C172.659,140.212,163.594,124.512,152.377,118.036z M167.748,162.829c-1.438,1.785-3.41,2.69-5.862,2.69c-2.355,0-5.084-0.857-7.893-2.479c-2.605-1.504-5.148-3.568-7.559-6.136c-2.372-2.526-4.504-5.416-6.337-8.592c-1.833-3.175-3.268-6.462-4.264-9.77c-1.012-3.361-1.522-6.58-1.513-9.569c0.011-3.862,0.894-6.993,2.554-9.053c1.438-1.785,3.41-2.69,5.862-2.69c2.354,0,5.083,0.857,7.893,2.479c2.604,1.504,5.148,3.569,7.56,6.136c2.372,2.526,4.505,5.417,6.338,8.592c1.833,3.175,3.267,6.462,4.264,9.77c1.012,3.361,1.521,6.581,1.513,9.57C170.291,157.639,169.408,160.769,167.748,162.829z"/><g style="enable-background:new ;"><defs><path id="SVGID_00000088825774502877310870000010629024547199933887_" style="enable-background:new ;" d="M142.153,114.163l-4.229,2.457c3.693-2.146,8.808-1.843,14.452,1.415l4.229-2.457C150.96,112.319,145.846,112.017,142.153,114.163z"/></defs><use xlink:href="%23SVGID_00000088825774502877310870000010629024547199933887_" style="overflow:visible;fill:%23FF698D;"/><clipPath id="SVGID_00000027574515238607572330000008959273824132008375_"><use xlink:href="%23SVGID_00000088825774502877310870000010629024547199933887_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000027574515238607572330000008959273824132008375_);enable-background:new ;"><path style="fill:%23FF698D;" d="M152.377,118.036l4.229-2.457c-5.645-3.259-10.759-3.562-14.452-1.415l-4.229,2.457C141.618,114.474,146.732,114.777,152.377,118.036z"/></g></g><g style="enable-background:new ;"><path style="fill:%23FF698D;" d="M166.697,166.129l4.229-2.458c3.646-2.118,5.907-6.624,5.924-13.027c0.037-12.89-9.027-28.59-20.245-35.066l-4.229,2.457c11.218,6.476,20.282,22.176,20.245,35.066C172.604,159.505,170.343,164.01,166.697,166.129z"/></g></g></g></g><polygon style="fill:%23E1DEF8;" points="304.551,340.446 253.656,369.831 181.991,328.454 232.885,299.069 "/><polygon style="fill:%23EDECF8;" points="275.097,340.523 237.247,375.869 151.041,345.097 188.891,309.75 "/><g><polygon style="fill:%233C4384;" points="105.838,218.467 117.081,224.959 117.081,226.605 117.081,241.091 77.092,251.03 "/><polygon style="fill:%23272E67;" points="86.081,246.768 117.081,224.959 119.552,230.592 "/><polygon style="fill:%233C4384;" points="123.234,228.511 136.613,236.236 117.081,241.091 86.303,246.705 "/></g><g><g><g><g style="enable-background:new ;"><g><defs><path id="SVGID_00000027575919205257871200000000112565423966354357_" d="M233.579,97.77l-3.659,0.587c0.432-0.069,0.895,0.015,1.344,0.274l3.658-0.587C234.473,97.784,234.011,97.701,233.579,97.77z"/></defs><use xlink:href="%23SVGID_00000027575919205257871200000000112565423966354357_" style="overflow:visible;fill:%23EDECF8;"/><clipPath id="SVGID_00000018224240839795408590000006573784795497498281_"><use xlink:href="%23SVGID_00000027575919205257871200000000112565423966354357_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000018224240839795408590000006573784795497498281_);enable-background:new ;"><path style="fill:%23EDECF8;" d="M231.264,98.63l3.658-0.587c-0.449-0.259-0.911-0.343-1.343-0.274l-3.659,0.587C230.352,98.288,230.815,98.371,231.264,98.63z"/></g></g><g><polygon style="fill:%23BFBEED;" points="361.189,173.754 364.848,173.167 234.922,98.043 231.264,98.63 "/></g><g><polygon style="fill:%23BFBEED;" points="334.708,282.632 336.939,287.139 366.409,177.574 362.751,178.161 "/></g><g><defs><path id="SVGID_00000136372628582274396460000010720208827962223534_" d="M362.751,178.161l3.658-0.586c0.451-1.678-0.25-3.65-1.562-4.407l-3.658,0.587C362.501,174.511,363.202,176.484,362.751,178.161z"/></defs><use xlink:href="%23SVGID_00000136372628582274396460000010720208827962223534_" style="overflow:visible;fill:%23EDECF8;"/><clipPath id="SVGID_00000091721773356537295420000004306380285213671585_"><use xlink:href="%23SVGID_00000136372628582274396460000010720208827962223534_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000091721773356537295420000004306380285213671585_);"><path style="fill:%23BFBEED;" d="M362.751,178.161l3.658-0.586c0.451-1.678-0.25-3.65-1.562-4.407l-3.658,0.587C362.501,174.511,363.202,176.484,362.751,178.161z"/></g></g><path style="fill:%23EDECF8;" d="M231.264,98.63c-1.312-0.758-2.741-0.015-3.192,1.663l-28.044,104.471l134.68,77.868l28.043-104.471c0.451-1.677-0.25-3.649-1.562-4.406L231.264,98.63z"/></g></g><g><polygon style="fill:%23EDECF8;" points="334.718,271.925 332.971,278.436 203.25,203.43 204.998,196.918 "/><polygon style="fill:%233C4384;" points="359.436,179.849 355.65,193.944 350.261,214.016 345.287,232.561 334.949,271.068 334.879,271.337 334.719,271.926 325.599,266.662 204.999,196.922 221.828,134.213 229.716,104.841 230.265,105.16 230.964,105.565 235.488,108.179 257.79,121.051 292.955,141.352 331.033,163.335 357.88,178.941 "/><polygon style="fill:%233C4384;" points="359.436,179.849 355.65,193.944 350.261,214.016 345.287,232.561 334.949,271.068 327.076,266.527 206.476,196.788 223.305,134.078 230.964,105.565 235.488,108.179 357.88,178.941 "/></g><g><path style="fill:%23252956;" d="M297.38,137.883c-0.996-0.575-2.08-0.012-2.422,1.26c-0.342,1.272,0.19,2.768,1.186,3.343c0.996,0.575,2.078,0.011,2.42-1.261C298.906,139.953,298.376,138.458,297.38,137.883z"/></g><g><path style="fill:%23252956;" d="M302.247,141.923c-0.565-0.327-1.182-0.007-1.375,0.716c-0.194,0.722,0.108,1.572,0.673,1.899c0.566,0.327,1.181,0.007,1.374-0.716C303.113,143.099,302.813,142.25,302.247,141.923z"/></g><polygon style="opacity:0.3;fill:%23272E67;" points="359.436,179.848 355.65,193.942 350.261,214.014 345.287,232.559 334.719,271.924 325.599,266.661 204.999,196.921 "/></g><g><g style="enable-background:new ;"><g><polygon style="fill:%23BFBEED;" points="226.397,217.516 226.386,221.583 220.807,224.825 220.818,220.758 "/></g><g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000049943046546234324510000012988612405919906707_" style="enable-background:new ;" d="M226.764,218.319l89.182,51.394c-0.553-0.321-1.318-0.276-2.164,0.212l-89.183-51.395C225.445,218.042,226.211,217.997,226.764,218.319z"/></defs><use xlink:href="%23SVGID_00000049943046546234324510000012988612405919906707_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000059283453587384874520000009328056178603840702_"><use xlink:href="%23SVGID_00000049943046546234324510000012988612405919906707_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000059283453587384874520000009328056178603840702_);enable-background:new ;"><path style="fill:%23252956;" d="M313.782,269.926l-89.183-51.395c0.664-0.383,1.279-0.494,1.78-0.367l89.183,51.395C315.061,269.432,314.446,269.542,313.782,269.926z"/><path style="fill:%23252956;" d="M315.562,269.558l-89.183-51.395c0.137,0.034,0.266,0.087,0.385,0.156l89.182,51.394C315.828,269.645,315.699,269.592,315.562,269.558z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000105392744480050917680000012016918945486124478_" style="enable-background:new ;" d="M311.639,277.125l-89.183-51.395c-0.545-0.317-0.884-0.992-0.886-1.949c-0.006-1.931,1.352-4.281,3.03-5.25l89.183,51.395c-1.679,0.969-3.036,3.319-3.03,5.25C310.755,276.134,311.094,276.808,311.639,277.125z"/></defs><use xlink:href="%23SVGID_00000105392744480050917680000012016918945486124478_" style="overflow:visible;fill:%233C4384;"/><clipPath id="SVGID_00000151533651308048183690000000612076214368375681_"><use xlink:href="%23SVGID_00000105392744480050917680000012016918945486124478_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000151533651308048183690000000612076214368375681_);enable-background:new ;"><path style="fill:%23252956;" d="M311.639,277.125l-89.183-51.395c-0.545-0.317-0.884-0.992-0.886-1.949c-0.003-0.917,0.302-1.929,0.803-2.842l89.182,51.395c-0.5,0.913-0.805,1.925-0.803,2.843C310.755,276.134,311.094,276.808,311.639,277.125z"/><path style="fill:%233C4384;" d="M311.555,272.333l-89.182-51.395c0.553-1.01,1.346-1.899,2.227-2.408l89.183,51.395C312.901,270.434,312.108,271.323,311.555,272.333z"/></g></g><g><path style="fill:%233C4384;" d="M313.782,269.926c1.68-0.97,3.046-0.192,3.051,1.739c0.005,1.929-1.352,4.279-3.032,5.249c-1.678,0.969-3.044,0.191-3.05-1.737C310.747,273.245,312.103,270.894,313.782,269.926z"/></g></g></g><g><defs><path id="SVGID_00000083777218158147682300000009989538779997919403_" d="M107.714,263.25l0.011-4.067c-0.002,0.649,0.426,1.299,1.284,1.794l-0.012,4.067C108.14,264.549,107.712,263.899,107.714,263.25z"/></defs><use xlink:href="%23SVGID_00000083777218158147682300000009989538779997919403_" style="overflow:visible;fill:%23BFBEED;"/><clipPath id="SVGID_00000014610149940380561710000006321772611182559643_"><use xlink:href="%23SVGID_00000083777218158147682300000009989538779997919403_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000014610149940380561710000006321772611182559643_);enable-background:new ;"><path style="fill:%23BFBEED;" d="M109.01,260.977l-0.012,4.067c-0.857-0.495-1.285-1.145-1.284-1.795l0.011-4.067C107.724,259.832,108.152,260.482,109.01,260.977z"/></g></g><g><defs><path id="SVGID_00000036223698463190134000000017418488822069128599_" d="M337.078,282.469l-0.012,4.067c-0.001,0.641-0.423,1.281-1.265,1.771l0.011-4.067C336.655,283.751,337.076,283.11,337.078,282.469z"/></defs><use xlink:href="%23SVGID_00000036223698463190134000000017418488822069128599_" style="overflow:visible;fill:%23BFBEED;"/><clipPath id="SVGID_00000142859540460707232790000015190329490234877066_"><use xlink:href="%23SVGID_00000036223698463190134000000017418488822069128599_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000142859540460707232790000015190329490234877066_);enable-background:new ;"><path style="fill:%23BFBEED;" d="M337.078,282.469l-0.012,4.067c-0.001,0.641-0.423,1.281-1.265,1.771l0.011-4.067C336.655,283.751,337.076,283.11,337.078,282.469z"/></g></g><g><polygon style="fill:%23BFBEED;" points="335.812,284.24 335.801,288.307 245.851,340.504 245.862,336.437 "/></g><g><polygon style="fill:%23BFBEED;" points="239.712,336.438 239.7,340.506 108.998,265.044 109.01,260.977 "/></g><g><defs><path id="SVGID_00000171678625633310615480000009580452199381855625_" d="M245.862,336.437l-0.011,4.067c-1.693,0.984-4.446,0.986-6.15,0.002l0.012-4.068C241.416,337.422,244.169,337.42,245.862,336.437z"/></defs><use xlink:href="%23SVGID_00000171678625633310615480000009580452199381855625_" style="overflow:visible;fill:%23BFBEED;"/><clipPath id="SVGID_00000047059514860738494060000016680217463938040762_"><use xlink:href="%23SVGID_00000171678625633310615480000009580452199381855625_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000047059514860738494060000016680217463938040762_);enable-background:new ;"><path style="fill:%23BFBEED;" d="M245.862,336.437l-0.011,4.067c-1.693,0.984-4.446,0.986-6.15,0.002l0.012-4.068C241.416,337.422,244.169,337.42,245.862,336.437z"/></g></g><g><path style="fill:%23F9F7FC;" d="M335.796,280.677c1.704,0.984,1.71,2.579,0.016,3.563l-89.951,52.197c-1.693,0.984-4.446,0.985-6.15,0.001L109.01,260.977c-1.705-0.984-1.713-2.58-0.02-3.564l89.951-52.197c1.693-0.984,4.449-0.984,6.153,0l21.304,12.3l-5.579,3.242l88.091,50.859l5.58-3.242L335.796,280.677z"/></g></g></g><g><path style="fill:%23A697E0;" d="M319.671,283.029c-0.239,1.023-1.093,2.05-2.534,2.884l-45.742,26.478c-3.158,1.821-7.927,2.021-10.662,0.439l-109.728-63.348c-0.988-0.574-1.577-1.302-1.771-2.081c-0.344-1.377,0.524-2.914,2.534-4.076l45.746-26.478c3.153-1.826,7.928-2.02,10.657-0.444l109.733,63.354C319.387,280.615,319.966,281.817,319.671,283.029z"/><path style="fill:%23E1DEF8;" d="M319.671,283.029c-0.239,1.023-1.093,2.05-2.534,2.884l-45.742,26.478c-3.158,1.821-7.927,2.021-10.662,0.439l-109.728-63.348c-0.988-0.574-1.577-1.302-1.771-2.081c0.235-1.023,1.087-2.05,2.534-2.884l45.746-26.482c3.153-1.822,7.928-2.016,10.657-0.44l109.733,63.354C318.898,281.517,319.482,282.245,319.671,283.029z"/></g><g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000029727587998330533570000018111059790537622923_" style="enable-background:new ;" d="M199.062,220.774l0.002-0.716c-0.001,0.196,0.129,0.393,0.389,0.543l-0.002,0.716C199.191,221.167,199.061,220.97,199.062,220.774z"/></defs><use xlink:href="%23SVGID_00000029727587998330533570000018111059790537622923_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000134226200156033475010000009854128749634269102_"><use xlink:href="%23SVGID_00000029727587998330533570000018111059790537622923_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000134226200156033475010000009854128749634269102_);enable-background:new ;"><path style="fill:%23252956;" d="M199.453,220.601l-0.002,0.716c-0.26-0.15-0.389-0.347-0.389-0.543l0.002-0.716C199.063,220.254,199.193,220.451,199.453,220.601z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000182527774808124368260000017296056670735432083_" style="enable-background:new ;" d="M209.05,221.947l-0.002,0.716c0,0.194-0.128,0.388-0.383,0.536l0.002-0.717C208.922,222.334,209.049,222.141,209.05,221.947z"/></defs><use xlink:href="%23SVGID_00000182527774808124368260000017296056670735432083_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000104695673709434685410000016987195185651552396_"><use xlink:href="%23SVGID_00000182527774808124368260000017296056670735432083_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000104695673709434685410000016987195185651552396_);enable-background:new ;"><path style="fill:%23252956;" d="M209.05,221.947l-0.002,0.716c0,0.117-0.047,0.235-0.14,0.341l0.002-0.716C209.003,222.181,209.049,222.064,209.05,221.947z"/><path style="fill:%23252956;" d="M208.91,222.288l-0.002,0.716c-0.061,0.07-0.142,0.136-0.243,0.195l0.002-0.717C208.768,222.424,208.849,222.358,208.91,222.288z"/></g></g><g><polygon style="fill:%23252956;" points="208.667,222.482 208.665,223.199 206.625,224.384 206.627,223.668 "/></g><g><polygon style="fill:%23252956;" points="204.765,223.668 204.763,224.384 199.451,221.317 199.453,220.601 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000045608204681948824430000007228638939502515114_" style="enable-background:new ;" d="M206.627,223.668l-0.002,0.716c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.716C205.281,223.966,206.114,223.966,206.627,223.668z"/></defs><use xlink:href="%23SVGID_00000045608204681948824430000007228638939502515114_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000181065402855994354590000011440521935356785285_"><use xlink:href="%23SVGID_00000045608204681948824430000007228638939502515114_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000181065402855994354590000011440521935356785285_);enable-background:new ;"><path style="fill:%23252956;" d="M206.627,223.668l-0.002,0.716c-0.186,0.108-0.414,0.177-0.655,0.207l0.002-0.716C206.213,223.845,206.441,223.776,206.627,223.668z"/><path style="fill:%23252956;" d="M205.973,223.875l-0.002,0.716c-0.421,0.052-0.879-0.017-1.208-0.207l0.002-0.716C205.094,223.857,205.551,223.926,205.973,223.875z"/></g></g><g><path style="fill:%233C4384;" d="M208.661,221.404c0.516,0.298,0.519,0.781,0.006,1.079l-2.04,1.185c-0.513,0.298-1.346,0.298-1.862,0l-5.312-3.067c-0.516-0.298-0.519-0.78-0.006-1.078l2.04-1.186c0.513-0.298,1.346-0.298,1.862,0L208.661,221.404z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000124144105762080003720000014794418565450729136_" style="enable-background:new ;" d="M202.048,226.038l-0.002,0.716c0,0.194-0.128,0.388-0.384,0.537l0.002-0.716C201.92,226.426,202.048,226.232,202.048,226.038z"/></defs><use xlink:href="%23SVGID_00000124144105762080003720000014794418565450729136_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000182515583379634404880000007861614886483631530_"><use xlink:href="%23SVGID_00000124144105762080003720000014794418565450729136_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000182515583379634404880000007861614886483631530_);enable-background:new ;"><path style="fill:%23252956;" d="M202.048,226.038l-0.002,0.716c0,0.117-0.047,0.235-0.14,0.342l0.002-0.716C202.001,226.272,202.048,226.155,202.048,226.038z"/><path style="fill:%23252956;" d="M201.908,226.38l-0.002,0.716c-0.061,0.07-0.142,0.136-0.243,0.195l0.002-0.716C201.765,226.516,201.846,226.45,201.908,226.38z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000175295196435417546580000001411010037790038671_" style="enable-background:new ;" d="M188.823,226.744l0.002-0.716c-0.001,0.198,0.13,0.396,0.39,0.546l-0.002,0.716C188.953,227.139,188.822,226.941,188.823,226.744z"/></defs><use xlink:href="%23SVGID_00000175295196435417546580000001411010037790038671_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000050631024565913107650000006178874412693057470_"><use xlink:href="%23SVGID_00000175295196435417546580000001411010037790038671_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000050631024565913107650000006178874412693057470_);enable-background:new ;"><path style="fill:%23252956;" d="M189.215,226.573l-0.002,0.716c-0.26-0.15-0.391-0.348-0.39-0.545l0.002-0.716C188.824,226.225,188.955,226.423,189.215,226.573z"/></g></g><g><polygon style="fill:%23252956;" points="201.665,226.575 201.662,227.291 196.387,230.356 196.389,229.64 "/></g><g><polygon style="fill:%23252956;" points="194.524,229.639 194.523,230.355 189.213,227.289 189.215,226.573 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000023997989646610218500000004453339774361034649_" style="enable-background:new ;" d="M196.389,229.64l-0.002,0.717c-0.513,0.298-1.349,0.296-1.865-0.001l0.002-0.716C195.041,229.937,195.876,229.938,196.389,229.64z"/></defs><use xlink:href="%23SVGID_00000023997989646610218500000004453339774361034649_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000134944413782466151250000004149372210011157392_"><use xlink:href="%23SVGID_00000023997989646610218500000004453339774361034649_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000134944413782466151250000004149372210011157392_);enable-background:new ;"><path style="fill:%23252956;" d="M196.389,229.64l-0.002,0.717c-0.185,0.108-0.413,0.177-0.652,0.206l0.002-0.716C195.977,229.817,196.204,229.748,196.389,229.64z"/><path style="fill:%23252956;" d="M195.737,229.846l-0.002,0.716c-0.423,0.053-0.883-0.018-1.212-0.208l0.002-0.716C194.854,229.829,195.314,229.898,195.737,229.846z"/></g></g><g><path style="fill:%233C4384;" d="M201.659,225.493c0.516,0.298,0.521,0.782,0.006,1.082l-5.275,3.065c-0.513,0.298-1.349,0.297-1.865-0.001l-5.309-3.066c-0.516-0.298-0.522-0.782-0.009-1.08l5.275-3.065c0.515-0.3,1.351-0.298,1.868,0L201.659,225.493z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000085214566038863224850000007481188261569546632_" style="enable-background:new ;" d="M209.485,226.792l0.002-0.716c-0.001,0.196,0.129,0.393,0.389,0.543l-0.002,0.717C209.614,227.185,209.484,226.988,209.485,226.792z"/></defs><use xlink:href="%23SVGID_00000085214566038863224850000007481188261569546632_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000098219040445354369820000012385462712250517142_"><use xlink:href="%23SVGID_00000085214566038863224850000007481188261569546632_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000098219040445354369820000012385462712250517142_);enable-background:new ;"><path style="fill:%23252956;" d="M209.876,226.618l-0.002,0.717c-0.26-0.15-0.389-0.347-0.389-0.543l0.002-0.716C209.486,226.272,209.616,226.469,209.876,226.618z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000070101633387358429290000007964495908270803862_" style="enable-background:new ;" d="M219.473,227.964l-0.002,0.716c-0.001,0.194-0.128,0.388-0.383,0.536l0.002-0.717C219.344,228.352,219.472,228.158,219.473,227.964z"/></defs><use xlink:href="%23SVGID_00000070101633387358429290000007964495908270803862_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000111883680486270687330000014331557205678419357_"><use xlink:href="%23SVGID_00000070101633387358429290000007964495908270803862_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000111883680486270687330000014331557205678419357_);enable-background:new ;"><path style="fill:%23252956;" d="M219.473,227.964l-0.002,0.716c0,0.117-0.047,0.234-0.14,0.341l0.002-0.717C219.425,228.199,219.472,228.082,219.473,227.964z"/><path style="fill:%23252956;" d="M219.332,228.305l-0.002,0.717c-0.061,0.07-0.142,0.136-0.243,0.195l0.002-0.717C219.191,228.442,219.271,228.376,219.332,228.305z"/></g></g><g><polygon style="fill:%23252956;" points="219.09,228.5 219.088,229.217 217.048,230.402 217.05,229.686 "/></g><g><polygon style="fill:%23252956;" points="215.188,229.686 215.186,230.402 209.874,227.335 209.876,226.618 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000119112185489665728720000003725276784119717519_" style="enable-background:new ;" d="M217.05,229.686l-0.002,0.716c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.716C215.704,229.983,216.537,229.983,217.05,229.686z"/></defs><use xlink:href="%23SVGID_00000119112185489665728720000003725276784119717519_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000046334416250168323600000014695529434229018546_"><use xlink:href="%23SVGID_00000119112185489665728720000003725276784119717519_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000046334416250168323600000014695529434229018546_);enable-background:new ;"><path style="fill:%23252956;" d="M217.05,229.686l-0.002,0.716c-0.186,0.108-0.414,0.177-0.655,0.207l0.002-0.716C216.636,229.863,216.864,229.794,217.05,229.686z"/><path style="fill:%23252956;" d="M216.396,229.892l-0.002,0.716c-0.421,0.052-0.878-0.017-1.208-0.207l0.002-0.716C215.517,229.875,215.974,229.944,216.396,229.892z"/></g></g><g><path style="fill:%233C4384;" d="M219.084,227.422c0.516,0.298,0.519,0.78,0.006,1.078l-2.04,1.186c-0.513,0.298-1.346,0.298-1.862,0l-5.312-3.068c-0.516-0.298-0.519-0.78-0.006-1.078l2.04-1.185c0.513-0.298,1.346-0.298,1.862,0L219.084,227.422z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000057832805215107947260000009763952200246726798_" style="enable-background:new ;" d="M210.752,231.063l-0.002,0.716c0,0.194-0.128,0.388-0.384,0.537l0.002-0.716C210.624,231.451,210.751,231.257,210.752,231.063z"/></defs><use xlink:href="%23SVGID_00000057832805215107947260000009763952200246726798_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000005262446725826298850000007664954320584609185_"><use xlink:href="%23SVGID_00000057832805215107947260000009763952200246726798_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000005262446725826298850000007664954320584609185_);enable-background:new ;"><path style="fill:%23252956;" d="M210.752,231.063l-0.002,0.716c0,0.118-0.047,0.235-0.14,0.342l0.002-0.716C210.705,231.298,210.751,231.18,210.752,231.063z"/><path style="fill:%23252956;" d="M210.611,231.404l-0.002,0.716c-0.061,0.07-0.142,0.136-0.243,0.195l0.002-0.716C210.469,231.541,210.55,231.475,210.611,231.404z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000059308290163641283510000016937725117569623729_" style="enable-background:new ;" d="M197.526,231.768l0.002-0.716c0,0.197,0.13,0.395,0.39,0.545l-0.002,0.717C197.656,232.164,197.525,231.966,197.526,231.768z"/></defs><use xlink:href="%23SVGID_00000059308290163641283510000016937725117569623729_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000079466269282174295750000017686263320159306886_"><use xlink:href="%23SVGID_00000059308290163641283510000016937725117569623729_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000079466269282174295750000017686263320159306886_);enable-background:new ;"><path style="fill:%23252956;" d="M197.918,231.598l-0.002,0.717c-0.26-0.151-0.391-0.348-0.39-0.546l0.002-0.716C197.528,231.25,197.658,231.447,197.918,231.598z"/></g></g><g><polygon style="fill:%23252956;" points="210.368,231.6 210.366,232.316 205.091,235.381 205.093,234.665 "/></g><g><polygon style="fill:%23252956;" points="203.228,234.664 203.226,235.38 197.916,232.315 197.918,231.598 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000170244964942483298630000010319552515151676342_" style="enable-background:new ;" d="M205.093,234.665l-0.002,0.717c-0.513,0.298-1.349,0.296-1.865-0.002l0.002-0.716C203.744,234.961,204.58,234.963,205.093,234.665z"/></defs><use xlink:href="%23SVGID_00000170244964942483298630000010319552515151676342_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000005240322886919862310000004482366802414356148_"><use xlink:href="%23SVGID_00000170244964942483298630000010319552515151676342_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000005240322886919862310000004482366802414356148_);enable-background:new ;"><path style="fill:%23252956;" d="M205.093,234.665l-0.002,0.717c-0.186,0.108-0.413,0.176-0.653,0.206l0.002-0.716C204.68,234.841,204.907,234.773,205.093,234.665z"/><path style="fill:%23252956;" d="M204.44,234.871l-0.002,0.716c-0.423,0.052-0.882-0.017-1.212-0.208l0.002-0.716C203.558,234.854,204.017,234.923,204.44,234.871z"/></g></g><g><path style="fill:%233C4384;" d="M210.362,230.518c0.516,0.298,0.521,0.782,0.006,1.082l-5.275,3.065c-0.513,0.299-1.348,0.297-1.865-0.001l-5.309-3.066c-0.516-0.298-0.522-0.782-0.009-1.08l5.275-3.065c0.515-0.3,1.351-0.298,1.868,0L210.362,230.518z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000179604113963526770360000018085073072086943366_" style="enable-background:new ;" d="M219.907,232.809l0.002-0.716c-0.001,0.197,0.129,0.393,0.389,0.543l-0.001,0.717C220.036,233.202,219.907,233.006,219.907,232.809z"/></defs><use xlink:href="%23SVGID_00000179604113963526770360000018085073072086943366_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000096776818225978413320000016777914760640808346_"><use xlink:href="%23SVGID_00000179604113963526770360000018085073072086943366_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000096776818225978413320000016777914760640808346_);enable-background:new ;"><path style="fill:%23252956;" d="M220.298,232.636l-0.001,0.717c-0.26-0.15-0.389-0.347-0.389-0.543l0.002-0.716C219.909,232.29,220.039,232.486,220.298,232.636z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000019676188291031862450000005292215407745450905_" style="enable-background:new ;" d="M229.895,233.982l-0.002,0.716c-0.001,0.194-0.128,0.388-0.383,0.536l0.002-0.716C229.767,234.37,229.895,234.176,229.895,233.982z"/></defs><use xlink:href="%23SVGID_00000019676188291031862450000005292215407745450905_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000082344550456279365560000000278262929904526268_"><use xlink:href="%23SVGID_00000019676188291031862450000005292215407745450905_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000082344550456279365560000000278262929904526268_);enable-background:new ;"><path style="fill:%23252956;" d="M229.895,233.982l-0.002,0.716c0,0.117-0.047,0.234-0.14,0.341l0.002-0.717C229.848,234.217,229.895,234.099,229.895,233.982z"/><path style="fill:%23252956;" d="M229.755,234.323l-0.002,0.717c-0.061,0.07-0.142,0.136-0.243,0.194l0.002-0.716C229.613,234.459,229.694,234.393,229.755,234.323z"/></g></g><g><polygon style="fill:%23252956;" points="229.512,234.518 229.51,235.234 227.471,236.419 227.473,235.703 "/></g><g><polygon style="fill:%23252956;" points="225.611,235.703 225.609,236.419 220.297,233.352 220.298,232.636 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000139268682491711902430000010792505447135620003_" style="enable-background:new ;" d="M227.473,235.703l-0.002,0.716c-0.513,0.299-1.346,0.299-1.862,0l0.002-0.716C226.127,236.001,226.96,236.001,227.473,235.703z"/></defs><use xlink:href="%23SVGID_00000139268682491711902430000010792505447135620003_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000116201488466469191050000017815230939439645071_"><use xlink:href="%23SVGID_00000139268682491711902430000010792505447135620003_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000116201488466469191050000017815230939439645071_);enable-background:new ;"><path style="fill:%23252956;" d="M227.473,235.703l-0.002,0.716c-0.186,0.108-0.415,0.177-0.655,0.207l0.002-0.716C227.058,235.88,227.287,235.811,227.473,235.703z"/><path style="fill:%23252956;" d="M226.818,235.91l-0.002,0.716c-0.421,0.052-0.879-0.017-1.208-0.207l0.002-0.716C225.939,235.893,226.396,235.962,226.818,235.91z"/></g></g><g><path style="fill:%233C4384;" d="M229.506,233.439c0.516,0.298,0.519,0.781,0.006,1.079l-2.04,1.185c-0.513,0.298-1.346,0.298-1.862,0l-5.313-3.067c-0.516-0.298-0.518-0.78-0.006-1.078l2.04-1.186c0.513-0.298,1.346-0.298,1.862,0L229.506,233.439z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000075120878178171546500000011466369477755396528_" style="enable-background:new ;" d="M219.136,235.903l-0.002,0.716c0,0.194-0.129,0.388-0.385,0.537l0.002-0.716C219.008,236.291,219.136,236.097,219.136,235.903z"/></defs><use xlink:href="%23SVGID_00000075120878178171546500000011466369477755396528_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000108291344642610288300000003112235078226031013_"><use xlink:href="%23SVGID_00000075120878178171546500000011466369477755396528_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000108291344642610288300000003112235078226031013_);enable-background:new ;"><path style="fill:%23252956;" d="M219.136,235.903l-0.002,0.716c0,0.117-0.047,0.234-0.14,0.341l0.002-0.716C219.089,236.137,219.136,236.02,219.136,235.903z"/><path style="fill:%23252956;" d="M218.996,236.244l-0.002,0.716c-0.062,0.07-0.143,0.137-0.245,0.196l0.002-0.716C218.853,236.381,218.935,236.315,218.996,236.244z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000157274815552413155130000009712431248833974193_" style="enable-background:new ;" d="M205.911,236.612l0.002-0.716c-0.001,0.196,0.129,0.393,0.389,0.543l-0.002,0.716C206.041,237.005,205.91,236.808,205.911,236.612z"/></defs><use xlink:href="%23SVGID_00000157274815552413155130000009712431248833974193_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000101087586165658126040000007600167408672777642_"><use xlink:href="%23SVGID_00000157274815552413155130000009712431248833974193_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000101087586165658126040000007600167408672777642_);enable-background:new ;"><path style="fill:%23252956;" d="M206.302,236.438l-0.002,0.716c-0.259-0.15-0.39-0.347-0.389-0.543l0.002-0.716C205.913,236.092,206.042,236.288,206.302,236.438z"/></g></g><g><polygon style="fill:%23252956;" points="218.752,236.44 218.749,237.156 213.474,240.222 213.477,239.505 "/></g><g><polygon style="fill:%23252956;" points="211.611,239.504 211.609,240.22 206.3,237.154 206.302,236.438 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000082339542774562893690000017421877613179221406_" style="enable-background:new ;" d="M213.477,239.505l-0.002,0.716c-0.513,0.297-1.346,0.297-1.865-0.002l0.002-0.716C212.131,239.803,212.964,239.803,213.477,239.505z"/></defs><use xlink:href="%23SVGID_00000082339542774562893690000017421877613179221406_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000176722897109148675530000018068535185366939033_"><use xlink:href="%23SVGID_00000082339542774562893690000017421877613179221406_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000176722897109148675530000018068535185366939033_);enable-background:new ;"><path style="fill:%23252956;" d="M213.477,239.505l-0.002,0.716c-0.186,0.108-0.414,0.177-0.654,0.206l0.002-0.716C213.062,239.682,213.29,239.614,213.477,239.505z"/><path style="fill:%23252956;" d="M212.823,239.712l-0.002,0.716c-0.422,0.052-0.88-0.017-1.211-0.208l0.002-0.716C211.942,239.694,212.401,239.764,212.823,239.712z"/></g></g><g><path style="fill:%233C4384;" d="M218.745,235.358c0.519,0.299,0.522,0.782,0.006,1.081l-5.275,3.066c-0.513,0.298-1.346,0.298-1.865-0.002l-5.309-3.065c-0.516-0.298-0.519-0.78-0.006-1.079l5.275-3.065c0.516-0.3,1.349-0.3,1.865-0.002L218.745,235.358z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000090265506356925411910000002168162773543046315_" style="enable-background:new ;" d="M227.84,240.927l-0.002,0.716c0,0.194-0.129,0.389-0.385,0.538l0.002-0.716C227.711,241.316,227.839,241.121,227.84,240.927z"/></defs><use xlink:href="%23SVGID_00000090265506356925411910000002168162773543046315_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000081626486823639936470000013877662047273750657_"><use xlink:href="%23SVGID_00000090265506356925411910000002168162773543046315_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000081626486823639936470000013877662047273750657_);enable-background:new ;"><path style="fill:%23252956;" d="M227.84,240.927l-0.002,0.716c0,0.117-0.047,0.234-0.141,0.342l0.002-0.717C227.793,241.161,227.84,241.045,227.84,240.927z"/><path style="fill:%23252956;" d="M227.699,241.269l-0.002,0.717c-0.062,0.07-0.143,0.136-0.245,0.196l0.002-0.716C227.557,241.406,227.638,241.339,227.699,241.269z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000173122154573256714660000018245344707329835196_" style="enable-background:new ;" d="M214.614,241.636l0.002-0.716c0,0.196,0.129,0.393,0.389,0.543l-0.002,0.716C214.744,242.03,214.614,241.833,214.614,241.636z"/></defs><use xlink:href="%23SVGID_00000173122154573256714660000018245344707329835196_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000014620510957964763430000017371083140693761168_"><use xlink:href="%23SVGID_00000173122154573256714660000018245344707329835196_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000014620510957964763430000017371083140693761168_);enable-background:new ;"><path style="fill:%23252956;" d="M215.005,241.463l-0.002,0.716c-0.259-0.15-0.39-0.346-0.389-0.543l0.002-0.716C214.616,241.117,214.746,241.314,215.005,241.463z"/></g></g><g><polygon style="fill:%23252956;" points="227.455,241.465 227.453,242.181 222.178,245.246 222.18,244.531 "/></g><g><polygon style="fill:%23252956;" points="220.318,244.531 220.316,245.246 215.003,242.179 215.005,241.463 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000099661981853086044290000001247415796108379300_" style="enable-background:new ;" d="M222.18,244.531l-0.002,0.716c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.716C220.834,244.828,221.667,244.828,222.18,244.531z"/></defs><use xlink:href="%23SVGID_00000099661981853086044290000001247415796108379300_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000117675139145892708350000010241632686819304343_"><use xlink:href="%23SVGID_00000099661981853086044290000001247415796108379300_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000117675139145892708350000010241632686819304343_);enable-background:new ;"><path style="fill:%23252956;" d="M222.18,244.531l-0.002,0.716c-0.186,0.108-0.415,0.177-0.655,0.207l0.002-0.716C221.765,244.707,221.994,244.639,222.18,244.531z"/><path style="fill:%23252956;" d="M221.525,244.737l-0.002,0.716c-0.421,0.052-0.879-0.017-1.207-0.207l0.002-0.716C220.646,244.72,221.104,244.789,221.525,244.737z"/></g></g><g><path style="fill:%233C4384;" d="M227.451,240.385c0.516,0.298,0.519,0.781,0.004,1.08l-5.275,3.066c-0.513,0.298-1.346,0.298-1.862,0l-5.312-3.068c-0.516-0.298-0.519-0.78-0.006-1.078l5.275-3.066c0.515-0.299,1.349-0.299,1.865-0.001L227.451,240.385z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000096773138550935775880000016115770302569313705_" style="enable-background:new ;" d="M230.331,238.826l0.002-0.716c-0.001,0.196,0.13,0.394,0.391,0.545l-0.002,0.717C230.46,239.22,230.33,239.023,230.331,238.826z"/></defs><use xlink:href="%23SVGID_00000096773138550935775880000016115770302569313705_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000051370061685987320730000008744578207188722563_"><use xlink:href="%23SVGID_00000096773138550935775880000016115770302569313705_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000051370061685987320730000008744578207188722563_);enable-background:new ;"><path style="fill:%23252956;" d="M230.724,238.655l-0.002,0.717c-0.261-0.151-0.392-0.348-0.391-0.545l0.002-0.716C230.332,238.307,230.462,238.504,230.724,238.655z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000003088477481481033860000016192104295923734676_" style="enable-background:new ;" d="M240.318,240l-0.002,0.716c-0.001,0.194-0.128,0.387-0.383,0.536l0.002-0.716C240.19,240.387,240.317,240.194,240.318,240z"/></defs><use xlink:href="%23SVGID_00000003088477481481033860000016192104295923734676_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000073703472713823720080000014037029625612658090_"><use xlink:href="%23SVGID_00000003088477481481033860000016192104295923734676_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000073703472713823720080000014037029625612658090_);enable-background:new ;"><path style="fill:%23252956;" d="M240.318,240l-0.002,0.716c0,0.117-0.047,0.234-0.14,0.341l0.002-0.716C240.271,240.234,240.317,240.117,240.318,240z"/><path style="fill:%23252956;" d="M240.178,240.341l-0.002,0.716c-0.061,0.07-0.142,0.136-0.243,0.194l0.002-0.716C240.036,240.477,240.117,240.411,240.178,240.341z"/></g></g><g><polygon style="fill:%23252956;" points="239.935,240.535 239.933,241.251 237.893,242.437 237.895,241.721 "/></g><g><polygon style="fill:%23252956;" points="236.033,241.721 236.031,242.437 230.722,239.372 230.724,238.655 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000102514017776948382350000009210471407251280300_" style="enable-background:new ;" d="M237.895,241.721l-0.002,0.716c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.716C236.55,242.018,237.383,242.018,237.895,241.721z"/></defs><use xlink:href="%23SVGID_00000102514017776948382350000009210471407251280300_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000086652847688563991300000004984344456179597982_"><use xlink:href="%23SVGID_00000102514017776948382350000009210471407251280300_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000086652847688563991300000004984344456179597982_);enable-background:new ;"><path style="fill:%23252956;" d="M237.895,241.721l-0.002,0.716c-0.186,0.108-0.415,0.177-0.654,0.206l0.002-0.716C237.481,241.898,237.709,241.829,237.895,241.721z"/><path style="fill:%23252956;" d="M237.241,241.927l-0.002,0.716c-0.421,0.053-0.879-0.017-1.208-0.206l0.002-0.716C236.362,241.911,236.82,241.979,237.241,241.927z"/></g></g><g><path style="fill:%233C4384;" d="M239.929,239.457c0.516,0.298,0.519,0.78,0.006,1.078l-2.04,1.185c-0.512,0.298-1.346,0.298-1.862,0l-5.309-3.066c-0.519-0.3-0.521-0.782-0.009-1.08l2.04-1.185c0.513-0.298,1.346-0.298,1.865,0.002L239.929,239.457z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000080168653115588428340000017405903627749049732_" style="enable-background:new ;" d="M236.544,245.952l-0.002,0.716c-0.001,0.195-0.129,0.389-0.385,0.538l0.002-0.716C236.415,246.341,236.543,246.146,236.544,245.952z"/></defs><use xlink:href="%23SVGID_00000080168653115588428340000017405903627749049732_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000005958940360868059850000017119520574274552723_"><use xlink:href="%23SVGID_00000080168653115588428340000017405903627749049732_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000005958940360868059850000017119520574274552723_);enable-background:new ;"><path style="fill:%23252956;" d="M236.544,245.952l-0.002,0.716c0,0.118-0.047,0.235-0.141,0.342l0.002-0.716C236.496,246.186,236.543,246.069,236.544,245.952z"/><path style="fill:%23252956;" d="M236.403,246.294l-0.002,0.716c-0.062,0.071-0.143,0.137-0.245,0.196l0.002-0.716C236.26,246.43,236.341,246.365,236.403,246.294z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000044171278337178560480000006496595905626784684_" style="enable-background:new ;" d="M223.318,246.661l0.003-0.716c-0.001,0.196,0.129,0.393,0.389,0.543l-0.002,0.716C223.447,247.054,223.317,246.857,223.318,246.661z"/></defs><use xlink:href="%23SVGID_00000044171278337178560480000006496595905626784684_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000031206918048346054200000006778534053753423760_"><use xlink:href="%23SVGID_00000044171278337178560480000006496595905626784684_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000031206918048346054200000006778534053753423760_);enable-background:new ;"><path style="fill:%23252956;" d="M223.709,246.488l-0.002,0.716c-0.26-0.15-0.39-0.347-0.389-0.543l0.003-0.716C223.32,246.142,223.449,246.339,223.709,246.488z"/></g></g><g><polygon style="fill:%23252956;" points="236.158,246.49 236.156,247.206 230.881,250.271 230.883,249.555 "/></g><g><polygon style="fill:%23252956;" points="229.021,249.555 229.019,250.271 223.707,247.204 223.709,246.488 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000125569810396496966500000005194971626161759908_" style="enable-background:new ;" d="M230.883,249.555l-0.002,0.716c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.716C229.537,249.853,230.371,249.853,230.883,249.555z"/></defs><use xlink:href="%23SVGID_00000125569810396496966500000005194971626161759908_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000116237838044005381440000007116469020037040797_"><use xlink:href="%23SVGID_00000125569810396496966500000005194971626161759908_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000116237838044005381440000007116469020037040797_);enable-background:new ;"><path style="fill:%23252956;" d="M230.883,249.555l-0.002,0.716c-0.186,0.108-0.414,0.177-0.654,0.207l0.002-0.716C230.469,249.732,230.697,249.664,230.883,249.555z"/><path style="fill:%23252956;" d="M230.229,249.762l-0.002,0.716c-0.421,0.052-0.879-0.017-1.207-0.207l0.002-0.716C229.35,249.745,229.807,249.814,230.229,249.762z"/></g></g><g><path style="fill:%233C4384;" d="M236.155,245.409c0.516,0.298,0.519,0.781,0.004,1.081l-5.275,3.065c-0.513,0.298-1.346,0.298-1.862,0l-5.312-3.067c-0.516-0.298-0.519-0.78-0.006-1.079l5.275-3.065c0.515-0.299,1.348-0.299,1.865-0.001L236.155,245.409z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000077321224604345362240000008723607541318904231_" style="enable-background:new ;" d="M240.753,244.844l0.002-0.717c-0.001,0.197,0.13,0.395,0.391,0.545l-0.002,0.717C240.883,245.238,240.753,245.04,240.753,244.844z"/></defs><use xlink:href="%23SVGID_00000077321224604345362240000008723607541318904231_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000181794822296965450410000002619767527660016790_"><use xlink:href="%23SVGID_00000077321224604345362240000008723607541318904231_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000181794822296965450410000002619767527660016790_);enable-background:new ;"><path style="fill:%23252956;" d="M241.146,244.672l-0.002,0.717c-0.262-0.151-0.391-0.349-0.391-0.545l0.002-0.717C240.755,244.325,240.885,244.522,241.146,244.672z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000101813063399310252030000004178801943301215415_" style="enable-background:new ;" d="M250.742,246.02l-0.001,0.716c-0.001,0.194-0.128,0.387-0.382,0.535l0.002-0.716C250.615,246.407,250.742,246.214,250.742,246.02z"/></defs><use xlink:href="%23SVGID_00000101813063399310252030000004178801943301215415_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000152224193903525687010000001013248134809920656_"><use xlink:href="%23SVGID_00000101813063399310252030000004178801943301215415_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000152224193903525687010000001013248134809920656_);enable-background:new ;"><path style="fill:%23252956;" d="M250.742,246.02l-0.001,0.716c0,0.117-0.047,0.235-0.14,0.341l0.002-0.716C250.695,246.254,250.742,246.137,250.742,246.02z"/><path style="fill:%23252956;" d="M250.602,246.361l-0.002,0.716c-0.061,0.07-0.141,0.135-0.242,0.193l0.002-0.716C250.461,246.496,250.541,246.431,250.602,246.361z"/></g></g><g><polygon style="fill:%23252956;" points="250.361,246.555 250.358,247.271 248.319,248.456 248.321,247.74 "/></g><g><polygon style="fill:%23252956;" points="246.456,247.738 246.454,248.454 241.144,245.389 241.146,244.672 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000144318175948584045350000001223031215359047313_" style="enable-background:new ;" d="M248.321,247.74l-0.002,0.717c-0.512,0.298-1.349,0.296-1.865-0.002l0.002-0.716C246.972,248.036,247.808,248.038,248.321,247.74z"/></defs><use xlink:href="%23SVGID_00000144318175948584045350000001223031215359047313_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000145029966497630708700000014108438854954104218_"><use xlink:href="%23SVGID_00000144318175948584045350000001223031215359047313_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000145029966497630708700000014108438854954104218_);enable-background:new ;"><path style="fill:%23252956;" d="M248.321,247.74l-0.002,0.717c-0.185,0.108-0.413,0.176-0.652,0.206l0.001-0.716C247.908,247.916,248.136,247.847,248.321,247.74z"/><path style="fill:%23252956;" d="M247.668,247.946l-0.001,0.716c-0.423,0.053-0.883-0.018-1.213-0.208l0.002-0.716C246.786,247.928,247.245,247.998,247.668,247.946z"/></g></g><g><path style="fill:%233C4384;" d="M250.352,245.474c0.516,0.298,0.522,0.782,0.009,1.08l-2.04,1.185c-0.513,0.298-1.349,0.297-1.865-0.001l-5.31-3.066c-0.519-0.299-0.521-0.782-0.009-1.08l2.04-1.186c0.513-0.298,1.346-0.298,1.865,0.002L250.352,245.474z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000142875101632683132010000003178231651937861536_" style="enable-background:new ;" d="M245.247,250.977l-0.002,0.716c-0.001,0.195-0.129,0.389-0.385,0.538l0.002-0.716C245.118,251.366,245.246,251.171,245.247,250.977z"/></defs><use xlink:href="%23SVGID_00000142875101632683132010000003178231651937861536_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000108271973007337379650000006645626988852742331_"><use xlink:href="%23SVGID_00000142875101632683132010000003178231651937861536_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000108271973007337379650000006645626988852742331_);enable-background:new ;"><path style="fill:%23252956;" d="M245.247,250.977l-0.002,0.716c0,0.118-0.047,0.235-0.14,0.342l0.002-0.716C245.199,251.212,245.247,251.094,245.247,250.977z"/><path style="fill:%23252956;" d="M245.106,251.318l-0.002,0.716c-0.062,0.071-0.143,0.137-0.245,0.196l0.002-0.716C244.963,251.455,245.045,251.389,245.106,251.318z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000017488195280900190160000008867415422371965079_" style="enable-background:new ;" d="M232.021,251.686l0.002-0.716c-0.001,0.196,0.129,0.393,0.389,0.543l-0.002,0.717C232.151,252.079,232.021,251.883,232.021,251.686z"/></defs><use xlink:href="%23SVGID_00000017488195280900190160000008867415422371965079_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000003806368082888946520000016046810621800262054_"><use xlink:href="%23SVGID_00000017488195280900190160000008867415422371965079_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000003806368082888946520000016046810621800262054_);enable-background:new ;"><path style="fill:%23252956;" d="M232.412,251.513l-0.002,0.717c-0.259-0.15-0.389-0.347-0.389-0.543l0.002-0.716C232.023,251.166,232.153,251.363,232.412,251.513z"/></g></g><g><polygon style="fill:%23252956;" points="244.862,251.514 244.859,252.231 239.584,255.296 239.587,254.58 "/></g><g><polygon style="fill:%23252956;" points="237.724,254.58 237.723,255.296 232.41,252.23 232.412,251.513 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000021083683438383332270000003444398810679261869_" style="enable-background:new ;" d="M239.587,254.58l-0.003,0.716c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.716C238.241,254.878,239.074,254.878,239.587,254.58z"/></defs><use xlink:href="%23SVGID_00000021083683438383332270000003444398810679261869_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000066478493582190053390000010410279982332668830_"><use xlink:href="%23SVGID_00000021083683438383332270000003444398810679261869_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000066478493582190053390000010410279982332668830_);enable-background:new ;"><path style="fill:%23252956;" d="M239.587,254.58l-0.003,0.716c-0.186,0.108-0.414,0.177-0.654,0.207l0.002-0.716C239.172,254.757,239.4,254.688,239.587,254.58z"/><path style="fill:%23252956;" d="M238.932,254.787l-0.002,0.716c-0.422,0.052-0.879-0.017-1.208-0.207l0.002-0.716C238.053,254.77,238.511,254.839,238.932,254.787z"/></g></g><g><path style="fill:%233C4384;" d="M244.858,250.434c0.516,0.298,0.519,0.78,0.004,1.08l-5.275,3.066c-0.513,0.298-1.346,0.298-1.863,0l-5.312-3.067c-0.516-0.298-0.519-0.781-0.006-1.079l5.275-3.065c0.515-0.299,1.348-0.299,1.865-0.002L244.858,250.434z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000121252534272591256490000015076999366994790067_" style="enable-background:new ;" d="M251.176,250.861l0.002-0.716c0,0.196,0.13,0.394,0.392,0.545l-0.002,0.716C251.306,251.255,251.176,251.058,251.176,250.861z"/></defs><use xlink:href="%23SVGID_00000121252534272591256490000015076999366994790067_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000182529011586303268650000001765834257469378995_"><use xlink:href="%23SVGID_00000121252534272591256490000015076999366994790067_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000182529011586303268650000001765834257469378995_);enable-background:new ;"><path style="fill:%23252956;" d="M251.569,250.69l-0.002,0.716c-0.261-0.151-0.391-0.348-0.391-0.545l0.002-0.716C251.178,250.342,251.308,250.539,251.569,250.69z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000147899614026374153290000009408173803226410647_" style="enable-background:new ;" d="M261.165,252.037l-0.001,0.716c-0.001,0.194-0.127,0.387-0.382,0.535l0.002-0.716C261.037,252.424,261.164,252.231,261.165,252.037z"/></defs><use xlink:href="%23SVGID_00000147899614026374153290000009408173803226410647_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000176757795887759481570000006438575592335700610_"><use xlink:href="%23SVGID_00000147899614026374153290000009408173803226410647_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000176757795887759481570000006438575592335700610_);enable-background:new ;"><path style="fill:%23252956;" d="M261.165,252.037l-0.001,0.716c-0.001,0.117-0.047,0.235-0.141,0.341l0.002-0.716C261.118,252.272,261.164,252.155,261.165,252.037z"/><path style="fill:%23252956;" d="M261.025,252.379l-0.002,0.716c-0.061,0.07-0.141,0.135-0.242,0.193l0.002-0.716C260.884,252.514,260.964,252.448,261.025,252.379z"/></g></g><g><polygon style="fill:%23252956;" points="260.783,252.572 260.781,253.288 258.741,254.473 258.744,253.757 "/></g><g><polygon style="fill:%23252956;" points="256.879,253.756 256.876,254.472 251.567,251.406 251.569,250.69 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000178177665889846924820000015017534534421283996_" style="enable-background:new ;" d="M258.744,253.757l-0.002,0.716c-0.512,0.298-1.348,0.296-1.865-0.001l0.003-0.716C257.395,254.054,258.231,254.055,258.744,253.757z"/></defs><use xlink:href="%23SVGID_00000178177665889846924820000015017534534421283996_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000143579593027396606900000009939200648246179475_"><use xlink:href="%23SVGID_00000178177665889846924820000015017534534421283996_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000143579593027396606900000009939200648246179475_);enable-background:new ;"><path style="fill:%23252956;" d="M258.744,253.757l-0.002,0.716c-0.185,0.108-0.413,0.176-0.652,0.206l0.002-0.716C258.331,253.934,258.558,253.865,258.744,253.757z"/><path style="fill:%23252956;" d="M258.091,253.963l-0.002,0.716c-0.423,0.052-0.883-0.017-1.213-0.207l0.003-0.716C257.208,253.946,257.668,254.016,258.091,253.963z"/></g></g><g><path style="fill:%233C4384;" d="M260.775,251.492c0.516,0.298,0.522,0.782,0.009,1.08l-2.04,1.186c-0.513,0.298-1.349,0.296-1.865-0.001l-5.31-3.066c-0.519-0.3-0.522-0.782-0.009-1.08l2.04-1.185c0.513-0.298,1.346-0.298,1.865,0.002L260.775,251.492z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000160149101112248585890000004590172888117151619_" style="enable-background:new ;" d="M253.95,256.002l-0.002,0.716c-0.001,0.194-0.129,0.389-0.386,0.538l0.002-0.716C253.821,256.39,253.949,256.196,253.95,256.002z"/></defs><use xlink:href="%23SVGID_00000160149101112248585890000004590172888117151619_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000044864500219501346070000008762674677318093757_"><use xlink:href="%23SVGID_00000160149101112248585890000004590172888117151619_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000044864500219501346070000008762674677318093757_);enable-background:new ;"><path style="fill:%23252956;" d="M253.95,256.002l-0.002,0.716c-0.001,0.117-0.047,0.235-0.14,0.342l0.002-0.716C253.903,256.236,253.95,256.119,253.95,256.002z"/><path style="fill:%23252956;" d="M253.81,256.344l-0.002,0.716c-0.062,0.07-0.143,0.136-0.245,0.196l0.002-0.716C253.667,256.48,253.748,256.414,253.81,256.344z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000090293696545148127020000009965040652948026546_" style="enable-background:new ;" d="M240.725,256.711l0.002-0.716c-0.001,0.196,0.129,0.393,0.388,0.543l-0.002,0.716C240.854,257.104,240.724,256.907,240.725,256.711z"/></defs><use xlink:href="%23SVGID_00000090293696545148127020000009965040652948026546_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000053539441881121983010000008479698484554923444_"><use xlink:href="%23SVGID_00000090293696545148127020000009965040652948026546_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000053539441881121983010000008479698484554923444_);enable-background:new ;"><path style="fill:%23252956;" d="M241.115,256.538l-0.002,0.716c-0.259-0.15-0.389-0.347-0.389-0.543l0.002-0.716C240.726,256.191,240.856,256.388,241.115,256.538z"/></g></g><g><polygon style="fill:%23252956;" points="253.565,256.54 253.563,257.256 248.288,260.321 248.29,259.605 "/></g><g><polygon style="fill:%23252956;" points="246.428,259.605 246.426,260.321 241.113,257.254 241.115,256.538 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000045590645236353972780000015787852972124244660_" style="enable-background:new ;" d="M248.29,259.605l-0.002,0.716c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.716C246.944,259.903,247.777,259.903,248.29,259.605z"/></defs><use xlink:href="%23SVGID_00000045590645236353972780000015787852972124244660_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000134953257458279660500000015040216825131274668_"><use xlink:href="%23SVGID_00000045590645236353972780000015787852972124244660_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000134953257458279660500000015040216825131274668_);enable-background:new ;"><path style="fill:%23252956;" d="M248.29,259.605l-0.002,0.716c-0.186,0.108-0.414,0.177-0.654,0.206l0.002-0.716C247.875,259.782,248.103,259.713,248.29,259.605z"/><path style="fill:%23252956;" d="M247.635,259.812l-0.002,0.716c-0.421,0.052-0.879-0.017-1.208-0.206l0.002-0.716C246.757,259.795,247.214,259.863,247.635,259.812z"/></g></g><g><path style="fill:%233C4384;" d="M253.562,255.459c0.516,0.298,0.519,0.781,0.003,1.08l-5.275,3.066c-0.513,0.298-1.346,0.298-1.862,0l-5.313-3.068c-0.516-0.298-0.519-0.78-0.006-1.078l5.275-3.065c0.516-0.3,1.349-0.3,1.865-0.002L253.562,255.459z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000135678859185182953610000011959463288565565582_" style="enable-background:new ;" d="M261.6,256.879l0.002-0.717c-0.001,0.197,0.13,0.396,0.39,0.545l-0.002,0.716C261.73,257.274,261.599,257.076,261.6,256.879z"/></defs><use xlink:href="%23SVGID_00000135678859185182953610000011959463288565565582_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000103227834141647193730000001444518905356969615_"><use xlink:href="%23SVGID_00000135678859185182953610000011959463288565565582_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000103227834141647193730000001444518905356969615_);enable-background:new ;"><path style="fill:%23252956;" d="M261.992,256.708l-0.002,0.716c-0.26-0.15-0.39-0.348-0.39-0.545l0.002-0.717C261.601,256.36,261.732,256.558,261.992,256.708z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000105427929620053830200000011304422543407467397_" style="enable-background:new ;" d="M271.587,258.055l-0.002,0.716c-0.001,0.194-0.127,0.387-0.382,0.535l0.002-0.716C271.46,258.442,271.587,258.248,271.587,258.055z"/></defs><use xlink:href="%23SVGID_00000105427929620053830200000011304422543407467397_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000151508221164436313280000007364760295454380675_"><use xlink:href="%23SVGID_00000105427929620053830200000011304422543407467397_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000151508221164436313280000007364760295454380675_);enable-background:new ;"><path style="fill:%23252956;" d="M271.587,258.055l-0.002,0.716c0,0.117-0.047,0.235-0.14,0.341l0.002-0.716C271.541,258.289,271.587,258.172,271.587,258.055z"/><path style="fill:%23252956;" d="M271.448,258.396l-0.002,0.716c-0.061,0.07-0.141,0.135-0.241,0.194l0.002-0.716C271.306,258.531,271.387,258.466,271.448,258.396z"/></g></g><g><polygon style="fill:%23252956;" points="271.206,258.59 271.204,259.306 269.164,260.491 269.166,259.775 "/></g><g><polygon style="fill:%23252956;" points="267.301,259.773 267.3,260.49 261.99,257.424 261.992,256.708 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000154417552593633800820000018053869068025474704_" style="enable-background:new ;" d="M269.166,259.775l-0.002,0.716c-0.513,0.298-1.348,0.297-1.865-0.001l0.002-0.716C267.818,260.072,268.654,260.073,269.166,259.775z"/></defs><use xlink:href="%23SVGID_00000154417552593633800820000018053869068025474704_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000076585136449619832770000013841769935340926133_"><use xlink:href="%23SVGID_00000154417552593633800820000018053869068025474704_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000076585136449619832770000013841769935340926133_);enable-background:new ;"><path style="fill:%23252956;" d="M269.166,259.775l-0.002,0.716c-0.185,0.108-0.413,0.177-0.652,0.206l0.002-0.716C268.753,259.951,268.981,259.883,269.166,259.775z"/><path style="fill:%23252956;" d="M268.514,259.981l-0.002,0.716c-0.423,0.052-0.883-0.017-1.212-0.207l0.002-0.716C267.631,259.964,268.091,260.033,268.514,259.981z"/></g></g><g><path style="fill:%233C4384;" d="M271.197,257.509c0.516,0.298,0.522,0.782,0.009,1.08l-2.04,1.185c-0.513,0.298-1.349,0.297-1.865-0.002l-5.309-3.065c-0.516-0.298-0.521-0.782-0.009-1.08l2.04-1.185c0.513-0.298,1.349-0.297,1.865,0.001L271.197,257.509z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000132090206802289521960000000992508969479652013_" style="enable-background:new ;" d="M262.654,261.027l-0.002,0.716c-0.001,0.194-0.129,0.389-0.386,0.538l0.003-0.716C262.525,261.415,262.653,261.221,262.654,261.027z"/></defs><use xlink:href="%23SVGID_00000132090206802289521960000000992508969479652013_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000114784349440662287050000008570645744063922088_"><use xlink:href="%23SVGID_00000132090206802289521960000000992508969479652013_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000114784349440662287050000008570645744063922088_);enable-background:new ;"><path style="fill:%23252956;" d="M262.654,261.027l-0.002,0.716c-0.001,0.117-0.047,0.235-0.141,0.342l0.002-0.716C262.606,261.261,262.653,261.144,262.654,261.027z"/><path style="fill:%23252956;" d="M262.513,261.368l-0.002,0.716c-0.061,0.071-0.143,0.137-0.245,0.196l0.003-0.716C262.37,261.505,262.452,261.439,262.513,261.368z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000142862843203782059580000017390010858790573479_" style="enable-background:new ;" d="M249.428,261.736l0.002-0.716c-0.001,0.196,0.129,0.393,0.389,0.543l-0.003,0.716C249.557,262.129,249.427,261.932,249.428,261.736z"/></defs><use xlink:href="%23SVGID_00000142862843203782059580000017390010858790573479_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000005957794548352531250000012631170066175127976_"><use xlink:href="%23SVGID_00000142862843203782059580000017390010858790573479_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000005957794548352531250000012631170066175127976_);enable-background:new ;"><path style="fill:%23252956;" d="M249.819,261.563l-0.003,0.716c-0.259-0.149-0.389-0.346-0.389-0.543l0.002-0.716C249.43,261.216,249.559,261.413,249.819,261.563z"/></g></g><g><polygon style="fill:%23252956;" points="262.269,261.564 262.266,262.28 256.991,265.346 256.993,264.63 "/></g><g><polygon style="fill:%23252956;" points="255.132,264.63 255.129,265.346 249.817,262.279 249.819,261.563 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000147903379883887774990000004707556777228299179_" style="enable-background:new ;" d="M256.993,264.63l-0.002,0.716c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.716C255.647,264.928,256.48,264.928,256.993,264.63z"/></defs><use xlink:href="%23SVGID_00000147903379883887774990000004707556777228299179_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000011000108130894101550000004829192222149123734_"><use xlink:href="%23SVGID_00000147903379883887774990000004707556777228299179_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000011000108130894101550000004829192222149123734_);enable-background:new ;"><path style="fill:%23252956;" d="M256.993,264.63l-0.002,0.716c-0.186,0.108-0.414,0.177-0.655,0.207l0.002-0.716C256.579,264.807,256.807,264.738,256.993,264.63z"/><path style="fill:%23252956;" d="M256.339,264.837l-0.002,0.716c-0.421,0.052-0.878-0.017-1.207-0.207l0.002-0.716C255.46,264.82,255.917,264.889,256.339,264.837z"/></g></g><g><path style="fill:%233C4384;" d="M262.265,260.484c0.516,0.298,0.519,0.781,0.004,1.08l-5.275,3.066c-0.513,0.298-1.346,0.298-1.862,0l-5.312-3.068c-0.516-0.298-0.519-0.78-0.006-1.078l5.275-3.066c0.516-0.299,1.349-0.299,1.865-0.001L262.265,260.484z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000089562905735125173950000012481509069391394977_" style="enable-background:new ;" d="M272.023,262.896l0.002-0.716c-0.001,0.197,0.13,0.395,0.39,0.545l-0.001,0.716C272.152,263.291,272.022,263.093,272.023,262.896z"/></defs><use xlink:href="%23SVGID_00000089562905735125173950000012481509069391394977_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000092425364367313044980000011522209070288573105_"><use xlink:href="%23SVGID_00000089562905735125173950000012481509069391394977_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000092425364367313044980000011522209070288573105_);enable-background:new ;"><path style="fill:%23252956;" d="M272.414,262.726l-0.001,0.716c-0.261-0.151-0.391-0.348-0.39-0.546l0.002-0.716C272.024,262.377,272.154,262.575,272.414,262.726z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000098217697276669325900000016968450845081214896_" style="enable-background:new ;" d="M282.01,264.072l-0.002,0.716c-0.001,0.194-0.127,0.388-0.382,0.535l0.002-0.716C281.883,264.46,282.01,264.266,282.01,264.072z"/></defs><use xlink:href="%23SVGID_00000098217697276669325900000016968450845081214896_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000150818381420885231530000005908357592788005011_"><use xlink:href="%23SVGID_00000098217697276669325900000016968450845081214896_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000150818381420885231530000005908357592788005011_);enable-background:new ;"><path style="fill:%23252956;" d="M282.01,264.072l-0.002,0.716c0,0.118-0.047,0.235-0.14,0.342l0.002-0.717C281.963,264.307,282.01,264.19,282.01,264.072z"/><path style="fill:%23252956;" d="M281.87,264.414l-0.002,0.717c-0.061,0.07-0.141,0.135-0.242,0.193l0.002-0.716C281.729,264.549,281.81,264.484,281.87,264.414z"/></g></g><g><polygon style="fill:%23252956;" points="281.629,264.607 281.627,265.323 279.587,266.509 279.589,265.792 "/></g><g><polygon style="fill:%23252956;" points="277.724,265.791 277.722,266.507 272.413,263.442 272.414,262.726 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000174565022392186563360000003092743304485459615_" style="enable-background:new ;" d="M279.589,265.792l-0.002,0.716c-0.513,0.298-1.348,0.296-1.865-0.002l0.002-0.716C278.24,266.089,279.077,266.09,279.589,265.792z"/></defs><use xlink:href="%23SVGID_00000174565022392186563360000003092743304485459615_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000034781096883534537960000012700499470792772266_"><use xlink:href="%23SVGID_00000174565022392186563360000003092743304485459615_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000034781096883534537960000012700499470792772266_);enable-background:new ;"><path style="fill:%23252956;" d="M279.589,265.792l-0.002,0.716c-0.185,0.108-0.413,0.176-0.653,0.206l0.003-0.716C279.176,265.969,279.404,265.9,279.589,265.792z"/><path style="fill:%23252956;" d="M278.937,265.998l-0.003,0.716c-0.422,0.052-0.883-0.017-1.212-0.208l0.002-0.716C278.054,265.981,278.514,266.051,278.937,265.998z"/></g></g><g><path style="fill:%233C4384;" d="M281.62,263.527c0.516,0.298,0.522,0.782,0.009,1.08l-2.04,1.185c-0.513,0.298-1.349,0.297-1.865-0.001l-5.31-3.065c-0.516-0.298-0.521-0.782-0.009-1.081l2.04-1.185c0.513-0.298,1.349-0.297,1.865,0.001L281.62,263.527z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000013172934213533697300000016026842191441329285_" style="enable-background:new ;" d="M271.357,266.052l-0.002,0.716c-0.001,0.195-0.129,0.389-0.385,0.538l0.002-0.716C271.228,266.44,271.357,266.246,271.357,266.052z"/></defs><use xlink:href="%23SVGID_00000013172934213533697300000016026842191441329285_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000095298853219850256750000014241930071365809333_"><use xlink:href="%23SVGID_00000013172934213533697300000016026842191441329285_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000095298853219850256750000014241930071365809333_);enable-background:new ;"><path style="fill:%23252956;" d="M271.357,266.052l-0.002,0.716c0,0.118-0.047,0.235-0.141,0.342l0.002-0.716C271.31,266.286,271.357,266.168,271.357,266.052z"/><path style="fill:%23252956;" d="M271.216,266.394l-0.002,0.716c-0.061,0.071-0.143,0.137-0.244,0.196l0.002-0.716C271.073,266.53,271.155,266.464,271.216,266.394z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000006680840318120230030000011748096911042515095_" style="enable-background:new ;" d="M258.132,266.761l0.002-0.716c-0.001,0.197,0.129,0.394,0.389,0.543l-0.002,0.716C258.261,267.154,258.131,266.957,258.132,266.761z"/></defs><use xlink:href="%23SVGID_00000006680840318120230030000011748096911042515095_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000072276284852138989670000017153904500601432994_"><use xlink:href="%23SVGID_00000006680840318120230030000011748096911042515095_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000072276284852138989670000017153904500601432994_);enable-background:new ;"><path style="fill:%23252956;" d="M258.523,266.588l-0.002,0.716c-0.26-0.15-0.389-0.347-0.389-0.543l0.002-0.716C258.133,266.241,258.263,266.438,258.523,266.588z"/></g></g><g><polygon style="fill:%23252956;" points="270.972,266.59 270.97,267.305 265.694,270.371 265.697,269.654 "/></g><g><polygon style="fill:%23252956;" points="263.835,269.654 263.833,270.371 258.52,267.304 258.523,266.588 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000074433667188663445110000016340745418706195629_" style="enable-background:new ;" d="M265.697,269.654l-0.002,0.717c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.717C264.351,269.953,265.184,269.953,265.697,269.654z"/></defs><use xlink:href="%23SVGID_00000074433667188663445110000016340745418706195629_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000121258666859302270180000003772977239257540286_"><use xlink:href="%23SVGID_00000074433667188663445110000016340745418706195629_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000121258666859302270180000003772977239257540286_);enable-background:new ;"><path style="fill:%23252956;" d="M265.697,269.654l-0.002,0.717c-0.186,0.108-0.414,0.177-0.655,0.207l0.002-0.716C265.282,269.832,265.51,269.763,265.697,269.654z"/><path style="fill:%23252956;" d="M265.042,269.862l-0.002,0.716c-0.421,0.052-0.879-0.017-1.207-0.207l0.002-0.717C264.163,269.845,264.621,269.913,265.042,269.862z"/></g></g><g><path style="fill:%233C4384;" d="M270.968,265.509c0.516,0.298,0.519,0.78,0.004,1.08l-5.275,3.065c-0.513,0.298-1.346,0.298-1.862,0l-5.312-3.067c-0.516-0.298-0.519-0.78-0.006-1.078l5.275-3.066c0.515-0.299,1.348-0.299,1.865-0.001L270.968,265.509z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000091723528028871086680000002317514046840869545_" style="enable-background:new ;" d="M280.06,271.077l-0.002,0.716c-0.001,0.194-0.129,0.389-0.385,0.538l0.002-0.716C279.932,271.465,280.06,271.271,280.06,271.077z"/></defs><use xlink:href="%23SVGID_00000091723528028871086680000002317514046840869545_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000141455801985344540780000013949890139251426235_"><use xlink:href="%23SVGID_00000091723528028871086680000002317514046840869545_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000141455801985344540780000013949890139251426235_);enable-background:new ;"><path style="fill:%23252956;" d="M280.06,271.077l-0.002,0.716c0,0.117-0.047,0.234-0.141,0.342l0.003-0.716C280.013,271.311,280.06,271.194,280.06,271.077z"/><path style="fill:%23252956;" d="M279.92,271.418l-0.003,0.716c-0.061,0.07-0.143,0.137-0.244,0.196l0.002-0.716C279.777,271.555,279.858,271.489,279.92,271.418z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000076574540263067017530000018266721206620354975_" style="enable-background:new ;" d="M266.835,271.786l0.001-0.716c0,0.196,0.129,0.393,0.389,0.543l-0.002,0.716C266.964,272.179,266.834,271.982,266.835,271.786z"/></defs><use xlink:href="%23SVGID_00000076574540263067017530000018266721206620354975_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000140015789078238223710000011801574623887542710_"><use xlink:href="%23SVGID_00000076574540263067017530000018266721206620354975_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000140015789078238223710000011801574623887542710_);enable-background:new ;"><path style="fill:%23252956;" d="M267.226,271.613l-0.002,0.716c-0.26-0.15-0.389-0.347-0.388-0.543l0.001-0.716C266.836,271.266,266.966,271.462,267.226,271.613z"/></g></g><g><polygon style="fill:%23252956;" points="279.675,271.614 279.673,272.33 274.398,275.396 274.4,274.68 "/></g><g><polygon style="fill:%23252956;" points="272.538,274.68 272.536,275.396 267.224,272.329 267.226,271.613 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000021109561699340002110000011463313914976710584_" style="enable-background:new ;" d="M274.4,274.68l-0.002,0.716c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.716C273.054,274.978,273.887,274.978,274.4,274.68z"/></defs><use xlink:href="%23SVGID_00000021109561699340002110000011463313914976710584_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000105427875577525440340000018264836616232773817_"><use xlink:href="%23SVGID_00000021109561699340002110000011463313914976710584_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000105427875577525440340000018264836616232773817_);enable-background:new ;"><path style="fill:%23252956;" d="M274.4,274.68l-0.002,0.716c-0.186,0.108-0.414,0.177-0.655,0.206l0.002-0.717C273.985,274.857,274.214,274.788,274.4,274.68z"/><path style="fill:%23252956;" d="M273.745,274.886l-0.002,0.717c-0.422,0.052-0.879-0.017-1.207-0.206l0.002-0.716C272.867,274.87,273.324,274.939,273.745,274.886z"/></g></g><g><path style="fill:%233C4384;" d="M279.672,270.534c0.516,0.298,0.519,0.781,0.004,1.08l-5.275,3.066c-0.513,0.298-1.346,0.298-1.862,0l-5.312-3.067c-0.516-0.298-0.519-0.781-0.006-1.079l5.275-3.066c0.515-0.299,1.348-0.299,1.865-0.001L279.672,270.534z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000096741321624550955030000009543945628179600310_" style="enable-background:new ;" d="M282.445,268.914l0.002-0.716c-0.001,0.197,0.13,0.395,0.39,0.546l-0.002,0.716C282.575,269.309,282.445,269.111,282.445,268.914z"/></defs><use xlink:href="%23SVGID_00000096741321624550955030000009543945628179600310_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000027601118786958428100000001381302413914306466_"><use xlink:href="%23SVGID_00000096741321624550955030000009543945628179600310_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000027601118786958428100000001381302413914306466_);enable-background:new ;"><path style="fill:%23252956;" d="M282.838,268.743l-0.002,0.716c-0.261-0.15-0.391-0.348-0.391-0.545l0.002-0.716C282.447,268.395,282.577,268.593,282.838,268.743z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000067226051217055089890000000089438935060320431_" style="enable-background:new ;" d="M292.433,270.09l-0.002,0.716c-0.001,0.193-0.127,0.387-0.382,0.535l0.002-0.716C292.306,270.477,292.433,270.284,292.433,270.09z"/></defs><use xlink:href="%23SVGID_00000067226051217055089890000000089438935060320431_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000160159074974765635160000010381373038051845041_"><use xlink:href="%23SVGID_00000067226051217055089890000000089438935060320431_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000160159074974765635160000010381373038051845041_);enable-background:new ;"><path style="fill:%23252956;" d="M292.433,270.09l-0.002,0.716c0,0.117-0.047,0.234-0.14,0.341l0.002-0.716C292.386,270.324,292.433,270.207,292.433,270.09z"/><path style="fill:%23252956;" d="M292.293,270.431l-0.002,0.716c-0.061,0.07-0.141,0.135-0.241,0.194l0.002-0.716C292.152,270.566,292.232,270.501,292.293,270.431z"/></g></g><g><polygon style="fill:%23252956;" points="292.052,270.625 292.049,271.341 290.01,272.526 290.012,271.81 "/></g><g><polygon style="fill:%23252956;" points="288.147,271.809 288.146,272.525 282.836,269.459 282.838,268.743 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000165956995545789965410000005156288625302573500_" style="enable-background:new ;" d="M290.012,271.81l-0.002,0.716c-0.513,0.298-1.348,0.296-1.864-0.002l0.001-0.716C288.663,272.106,289.499,272.108,290.012,271.81z"/></defs><use xlink:href="%23SVGID_00000165956995545789965410000005156288625302573500_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000093135380142522394930000017283894166701768628_"><use xlink:href="%23SVGID_00000165956995545789965410000005156288625302573500_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000093135380142522394930000017283894166701768628_);enable-background:new ;"><path style="fill:%23252956;" d="M290.012,271.81l-0.002,0.716c-0.185,0.108-0.413,0.176-0.652,0.206l0.002-0.716C289.599,271.986,289.826,271.918,290.012,271.81z"/><path style="fill:%23252956;" d="M289.36,272.016l-0.002,0.716c-0.423,0.052-0.883-0.017-1.212-0.208l0.001-0.716C288.477,271.998,288.936,272.068,289.36,272.016z"/></g></g><g><path style="fill:%233C4384;" d="M292.043,269.544c0.516,0.298,0.522,0.783,0.009,1.08l-2.04,1.185c-0.513,0.298-1.349,0.297-1.865-0.001l-5.309-3.066c-0.516-0.298-0.522-0.782-0.009-1.08l2.04-1.185c0.513-0.299,1.349-0.297,1.865,0.002L292.043,269.544z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000023997723184619915060000012771766086347071616_" style="enable-background:new ;" d="M288.764,276.101l-0.002,0.716c-0.001,0.194-0.129,0.389-0.385,0.538l0.002-0.716C288.635,276.49,288.763,276.296,288.764,276.101z"/></defs><use xlink:href="%23SVGID_00000023997723184619915060000012771766086347071616_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000048479692136203359420000009511382490485315460_"><use xlink:href="%23SVGID_00000023997723184619915060000012771766086347071616_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000048479692136203359420000009511382490485315460_);enable-background:new ;"><path style="fill:%23252956;" d="M288.764,276.101l-0.002,0.716c0,0.117-0.047,0.235-0.141,0.342l0.002-0.716C288.716,276.336,288.763,276.219,288.764,276.101z"/><path style="fill:%23252956;" d="M288.623,276.443l-0.002,0.716c-0.062,0.07-0.143,0.137-0.245,0.196l0.002-0.716C288.48,276.58,288.562,276.513,288.623,276.443z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000026158970179089650360000005697760471053616531_" style="enable-background:new ;" d="M275.538,276.811l0.002-0.716c-0.001,0.196,0.129,0.393,0.389,0.543l-0.002,0.716C275.667,277.204,275.538,277.007,275.538,276.811z"/></defs><use xlink:href="%23SVGID_00000026158970179089650360000005697760471053616531_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000089571608014429313180000005842345509551902909_"><use xlink:href="%23SVGID_00000026158970179089650360000005697760471053616531_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000089571608014429313180000005842345509551902909_);enable-background:new ;"><path style="fill:%23252956;" d="M275.929,276.638l-0.002,0.716c-0.26-0.15-0.389-0.346-0.389-0.542l0.002-0.716C275.54,276.291,275.669,276.487,275.929,276.638z"/></g></g><g><polygon style="fill:%23252956;" points="288.379,276.639 288.376,277.355 283.101,280.421 283.104,279.705 "/></g><g><polygon style="fill:%23252956;" points="281.241,279.705 281.239,280.421 275.927,277.353 275.929,276.638 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000072279420886188876730000006998671014064079550_" style="enable-background:new ;" d="M283.104,279.705l-0.002,0.716c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.716C281.758,280.003,282.591,280.003,283.104,279.705z"/></defs><use xlink:href="%23SVGID_00000072279420886188876730000006998671014064079550_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000144308523966419125890000013949597373582854316_"><use xlink:href="%23SVGID_00000072279420886188876730000006998671014064079550_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000144308523966419125890000013949597373582854316_);enable-background:new ;"><path style="fill:%23252956;" d="M283.104,279.705l-0.002,0.716c-0.186,0.108-0.415,0.177-0.655,0.207l0.002-0.716C282.689,279.882,282.917,279.813,283.104,279.705z"/><path style="fill:%23252956;" d="M282.449,279.911l-0.002,0.716c-0.421,0.052-0.879-0.017-1.208-0.207l0.002-0.716C281.57,279.895,282.028,279.963,282.449,279.911z"/></g></g><g><path style="fill:%233C4384;" d="M288.375,275.559c0.516,0.298,0.519,0.781,0.004,1.08l-5.275,3.066c-0.513,0.298-1.346,0.298-1.862,0l-5.312-3.067c-0.516-0.298-0.519-0.78-0.006-1.079l5.275-3.065c0.516-0.3,1.348-0.3,1.864-0.002L288.375,275.559z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000167360667299358582360000012614614999969239226_" style="enable-background:new ;" d="M292.868,274.932l0.002-0.717c-0.001,0.197,0.13,0.395,0.39,0.545l-0.002,0.716C292.998,275.326,292.867,275.129,292.868,274.932z"/></defs><use xlink:href="%23SVGID_00000167360667299358582360000012614614999969239226_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000162329406074873144100000007077414007850090921_"><use xlink:href="%23SVGID_00000167360667299358582360000012614614999969239226_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000162329406074873144100000007077414007850090921_);enable-background:new ;"><path style="fill:%23252956;" d="M293.26,274.76l-0.002,0.716c-0.261-0.15-0.391-0.348-0.391-0.545l0.002-0.717C292.869,274.413,293,274.61,293.26,274.76z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000133514151685885944110000014451315515164103340_" style="enable-background:new ;" d="M302.856,276.108l-0.002,0.716c-0.001,0.194-0.127,0.387-0.382,0.535l0.002-0.716C302.728,276.495,302.855,276.301,302.856,276.108z"/></defs><use xlink:href="%23SVGID_00000133514151685885944110000014451315515164103340_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000017479280434260964550000011355357966031264670_"><use xlink:href="%23SVGID_00000133514151685885944110000014451315515164103340_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000017479280434260964550000011355357966031264670_);enable-background:new ;"><path style="fill:%23252956;" d="M302.856,276.108l-0.002,0.716c0,0.117-0.047,0.234-0.14,0.341l0.002-0.716C302.809,276.342,302.855,276.225,302.856,276.108z"/><path style="fill:%23252956;" d="M302.716,276.449l-0.002,0.716c-0.061,0.07-0.141,0.135-0.242,0.193l0.002-0.716C302.574,276.584,302.655,276.519,302.716,276.449z"/></g></g><g><polygon style="fill:%23252956;" points="302.474,276.642 302.472,277.358 300.432,278.544 300.434,277.828 "/></g><g><polygon style="fill:%23252956;" points="298.57,277.826 298.568,278.542 293.258,275.477 293.26,274.76 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000163789853371695008510000017709490345089965465_" style="enable-background:new ;" d="M300.434,277.828l-0.002,0.716c-0.513,0.298-1.349,0.297-1.865-0.001l0.002-0.716C299.086,278.124,299.922,278.126,300.434,277.828z"/></defs><use xlink:href="%23SVGID_00000163789853371695008510000017709490345089965465_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000040576736728912295040000000107446694674051216_"><use xlink:href="%23SVGID_00000163789853371695008510000017709490345089965465_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000040576736728912295040000000107446694674051216_);enable-background:new ;"><path style="fill:%23252956;" d="M300.434,277.828l-0.002,0.716c-0.185,0.108-0.413,0.176-0.652,0.206l0.002-0.716C300.022,278.004,300.249,277.935,300.434,277.828z"/><path style="fill:%23252956;" d="M299.782,278.034l-0.002,0.716c-0.423,0.052-0.883-0.017-1.212-0.207l0.002-0.716C298.899,278.016,299.359,278.086,299.782,278.034z"/></g></g><g><path style="fill:%233C4384;" d="M302.465,275.562c0.516,0.298,0.522,0.782,0.009,1.08l-2.04,1.185c-0.512,0.298-1.348,0.296-1.865-0.002l-5.309-3.065c-0.516-0.298-0.522-0.782-0.009-1.08l2.04-1.186c0.513-0.298,1.349-0.296,1.865,0.002L302.465,275.562z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000060728564792018787750000015673518282221973122_" style="enable-background:new ;" d="M297.467,281.126l-0.002,0.717c-0.001,0.194-0.129,0.388-0.385,0.537l0.002-0.716C297.338,281.515,297.466,281.32,297.467,281.126z"/></defs><use xlink:href="%23SVGID_00000060728564792018787750000015673518282221973122_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000124840103993252168400000004672583639944862617_"><use xlink:href="%23SVGID_00000060728564792018787750000015673518282221973122_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000124840103993252168400000004672583639944862617_);enable-background:new ;"><path style="fill:%23252956;" d="M297.467,281.126l-0.002,0.717c0,0.117-0.047,0.234-0.14,0.341l0.002-0.716C297.42,281.361,297.467,281.244,297.467,281.126z"/><path style="fill:%23252956;" d="M297.327,281.468l-0.002,0.716c-0.062,0.071-0.143,0.137-0.245,0.196l0.002-0.716C297.184,281.605,297.265,281.539,297.327,281.468z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000088839537978752414150000007321559510626961049_" style="enable-background:new ;" d="M284.241,281.835l0.002-0.716c0,0.196,0.129,0.393,0.389,0.543l-0.002,0.716C284.371,282.229,284.241,282.032,284.241,281.835z"/></defs><use xlink:href="%23SVGID_00000088839537978752414150000007321559510626961049_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000022520114112117380360000000692157019762572960_"><use xlink:href="%23SVGID_00000088839537978752414150000007321559510626961049_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000022520114112117380360000000692157019762572960_);enable-background:new ;"><path style="fill:%23252956;" d="M284.633,281.662l-0.002,0.716c-0.26-0.15-0.39-0.346-0.389-0.543l0.002-0.716C284.243,281.316,284.373,281.512,284.633,281.662z"/></g></g><g><polygon style="fill:%23252956;" points="297.082,281.664 297.08,282.38 291.805,285.446 291.807,284.73 "/></g><g><polygon style="fill:%23252956;" points="289.945,284.73 289.943,285.446 284.63,282.379 284.633,281.662 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000049906706582305123350000015243837129213595798_" style="enable-background:new ;" d="M291.807,284.73l-0.002,0.716c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.716C290.461,285.027,291.294,285.027,291.807,284.73z"/></defs><use xlink:href="%23SVGID_00000049906706582305123350000015243837129213595798_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000132785039087135887200000010784005887917242258_"><use xlink:href="%23SVGID_00000049906706582305123350000015243837129213595798_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000132785039087135887200000010784005887917242258_);enable-background:new ;"><path style="fill:%23252956;" d="M291.807,284.73l-0.002,0.716c-0.186,0.108-0.414,0.177-0.654,0.207l0.002-0.716C291.392,284.906,291.621,284.838,291.807,284.73z"/><path style="fill:%23252956;" d="M291.152,284.936l-0.002,0.716c-0.421,0.052-0.879-0.017-1.207-0.207l0.002-0.716C290.273,284.919,290.731,284.988,291.152,284.936z"/></g></g><g><path style="fill:%233C4384;" d="M297.078,280.584c0.516,0.298,0.519,0.781,0.004,1.08l-5.275,3.066c-0.513,0.298-1.346,0.298-1.862,0l-5.312-3.068c-0.516-0.298-0.519-0.78-0.006-1.078l5.275-3.066c0.515-0.3,1.348-0.3,1.864-0.001L297.078,280.584z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000047036470698583371860000000097195604538417795_" style="enable-background:new ;" d="M303.291,280.949l0.002-0.716c0,0.198,0.13,0.395,0.39,0.545l-0.002,0.716C303.421,281.344,303.29,281.146,303.291,280.949z"/></defs><use xlink:href="%23SVGID_00000047036470698583371860000000097195604538417795_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000057137519270499430900000006341656329873081987_"><use xlink:href="%23SVGID_00000047036470698583371860000000097195604538417795_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000057137519270499430900000006341656329873081987_);enable-background:new ;"><path style="fill:%23252956;" d="M303.683,280.778l-0.002,0.716c-0.26-0.151-0.391-0.348-0.39-0.546l0.002-0.716C303.292,280.43,303.423,280.628,303.683,280.778z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000060739569193092588940000009828228523038149266_" style="enable-background:new ;" d="M313.278,282.125l-0.001,0.717c-0.001,0.194-0.127,0.387-0.382,0.534l0.002-0.716C313.151,282.512,313.278,282.319,313.278,282.125z"/></defs><use xlink:href="%23SVGID_00000060739569193092588940000009828228523038149266_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000156590108967151415710000013681375664943412366_"><use xlink:href="%23SVGID_00000060739569193092588940000009828228523038149266_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000156590108967151415710000013681375664943412366_);enable-background:new ;"><path style="fill:%23252956;" d="M313.278,282.125l-0.001,0.717c0,0.117-0.047,0.234-0.14,0.341l0.002-0.716C313.231,282.359,313.278,282.242,313.278,282.125z"/><path style="fill:%23252956;" d="M313.138,282.466l-0.002,0.716c-0.061,0.069-0.141,0.135-0.242,0.193l0.002-0.716C312.997,282.601,313.078,282.536,313.138,282.466z"/></g></g><g><polygon style="fill:%23252956;" points="312.897,282.66 312.895,283.376 310.855,284.561 310.857,283.845 "/></g><g><polygon style="fill:%23252956;" points="308.992,283.844 308.991,284.56 303.681,281.495 303.683,280.778 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000121247044875134882100000000274092003615241864_" style="enable-background:new ;" d="M310.857,283.845l-0.002,0.717c-0.513,0.298-1.348,0.296-1.865-0.001l0.002-0.716C309.508,284.142,310.345,284.143,310.857,283.845z"/></defs><use xlink:href="%23SVGID_00000121247044875134882100000000274092003615241864_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000019679393820592665510000010265931652915265413_"><use xlink:href="%23SVGID_00000121247044875134882100000000274092003615241864_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000019679393820592665510000010265931652915265413_);enable-background:new ;"><path style="fill:%23252956;" d="M310.857,283.845l-0.002,0.717c-0.186,0.108-0.413,0.176-0.653,0.206l0.002-0.716C310.444,284.021,310.672,283.953,310.857,283.845z"/><path style="fill:%23252956;" d="M310.205,284.051l-0.002,0.716c-0.423,0.052-0.883-0.017-1.212-0.208l0.002-0.716C309.322,284.034,309.782,284.103,310.205,284.051z"/></g></g><g><path style="fill:%233C4384;" d="M312.888,281.58c0.516,0.298,0.522,0.782,0.009,1.08l-2.04,1.185c-0.513,0.298-1.349,0.297-1.865-0.001l-5.31-3.066c-0.516-0.298-0.521-0.782-0.009-1.08l2.04-1.185c0.513-0.298,1.349-0.297,1.865,0.001L312.888,281.58z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000121244596058499678170000015709629476428530078_" style="enable-background:new ;" d="M306.171,286.151l-0.002,0.716c-0.001,0.194-0.128,0.389-0.385,0.538l0.002-0.716C306.042,286.54,306.17,286.345,306.171,286.151z"/></defs><use xlink:href="%23SVGID_00000121244596058499678170000015709629476428530078_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000114049576552086259850000013535886309605385385_"><use xlink:href="%23SVGID_00000121244596058499678170000015709629476428530078_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000114049576552086259850000013535886309605385385_);enable-background:new ;"><path style="fill:%23252956;" d="M306.171,286.151l-0.002,0.716c0,0.117-0.047,0.235-0.14,0.341l0.002-0.716C306.123,286.386,306.17,286.268,306.171,286.151z"/><path style="fill:%23252956;" d="M306.03,286.493l-0.002,0.716c-0.062,0.071-0.143,0.137-0.245,0.196l0.002-0.716C305.887,286.63,305.968,286.563,306.03,286.493z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000122001361255697319090000003343917575726611587_" style="enable-background:new ;" d="M292.945,286.86l0.002-0.716c0,0.197,0.129,0.393,0.389,0.543l-0.002,0.716C293.074,287.254,292.944,287.057,292.945,286.86z"/></defs><use xlink:href="%23SVGID_00000122001361255697319090000003343917575726611587_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000121277107058788174450000015658146425465028790_"><use xlink:href="%23SVGID_00000122001361255697319090000003343917575726611587_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000121277107058788174450000015658146425465028790_);enable-background:new ;"><path style="fill:%23252956;" d="M293.336,286.687l-0.002,0.716c-0.26-0.15-0.39-0.347-0.389-0.543l0.002-0.716C292.947,286.341,293.076,286.538,293.336,286.687z"/></g></g><g><polygon style="fill:%23252956;" points="305.785,286.689 305.783,287.405 300.508,290.471 300.51,289.754 "/></g><g><polygon style="fill:%23252956;" points="298.648,289.754 298.646,290.471 293.334,287.403 293.336,286.687 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000165935822125365561100000011458442682282130594_" style="enable-background:new ;" d="M300.51,289.754l-0.002,0.716c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.716C299.164,290.052,299.998,290.052,300.51,289.754z"/></defs><use xlink:href="%23SVGID_00000165935822125365561100000011458442682282130594_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000183230678279885658400000014689864490434014377_"><use xlink:href="%23SVGID_00000165935822125365561100000011458442682282130594_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000183230678279885658400000014689864490434014377_);enable-background:new ;"><path style="fill:%23252956;" d="M300.51,289.754l-0.002,0.716c-0.186,0.108-0.414,0.177-0.654,0.206l0.001-0.716C300.095,289.931,300.324,289.862,300.51,289.754z"/><path style="fill:%23252956;" d="M299.855,289.961l-0.001,0.716c-0.422,0.052-0.879-0.017-1.208-0.206l0.002-0.716C298.977,289.944,299.434,290.013,299.855,289.961z"/></g></g><g><path style="fill:%233C4384;" d="M305.782,285.609c0.516,0.298,0.519,0.781,0.004,1.08l-5.275,3.065c-0.513,0.298-1.346,0.298-1.862,0l-5.312-3.067c-0.516-0.298-0.519-0.78-0.006-1.078l5.275-3.066c0.515-0.299,1.348-0.299,1.864-0.001L305.782,285.609z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000034090698258904056870000017464365590773883313_" style="enable-background:new ;" d="M180.31,231.692l0.002-0.716c-0.001,0.197,0.13,0.395,0.39,0.545l-0.002,0.716C180.44,232.086,180.31,231.889,180.31,231.692z"/></defs><use xlink:href="%23SVGID_00000034090698258904056870000017464365590773883313_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000052094512219150068580000008465079913829865355_"><use xlink:href="%23SVGID_00000034090698258904056870000017464365590773883313_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000052094512219150068580000008465079913829865355_);enable-background:new ;"><path style="fill:%23252956;" d="M180.702,231.52l-0.002,0.716c-0.26-0.15-0.39-0.348-0.39-0.545l0.002-0.716C180.312,231.173,180.442,231.37,180.702,231.52z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000121243729254833181360000005706124752386237373_" style="enable-background:new ;" d="M206.592,238.519l-0.002,0.716c0,0.195-0.129,0.389-0.384,0.538l0.002-0.716C206.463,238.908,206.591,238.714,206.592,238.519z"/></defs><use xlink:href="%23SVGID_00000121243729254833181360000005706124752386237373_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000067225247834049742930000006980830593872612526_"><use xlink:href="%23SVGID_00000121243729254833181360000005706124752386237373_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000067225247834049742930000006980830593872612526_);enable-background:new ;"><path style="fill:%23252956;" d="M206.592,238.519l-0.002,0.716c0,0.118-0.048,0.235-0.141,0.343l0.002-0.716C206.545,238.755,206.592,238.637,206.592,238.519z"/><path style="fill:%23252956;" d="M206.451,238.862l-0.002,0.716c-0.061,0.07-0.143,0.136-0.243,0.195l0.002-0.716C206.309,238.998,206.39,238.932,206.451,238.862z"/></g></g><g><polygon style="fill:%23252956;" points="206.208,239.057 206.206,239.773 200.93,242.838 200.933,242.123 "/></g><g><polygon style="fill:%23252956;" points="199.068,242.124 199.066,242.84 180.7,232.236 180.702,231.52 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000134969517879485996080000000353674625338331274_" style="enable-background:new ;" d="M200.933,242.123l-0.002,0.716c-0.515,0.3-1.348,0.3-1.865,0.002l0.002-0.717C199.584,242.422,200.417,242.422,200.933,242.123z"/></defs><use xlink:href="%23SVGID_00000134969517879485996080000000353674625338331274_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000109016371268682698890000011726863622356358817_"><use xlink:href="%23SVGID_00000134969517879485996080000000353674625338331274_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000109016371268682698890000011726863622356358817_);enable-background:new ;"><path style="fill:%23252956;" d="M200.933,242.123l-0.002,0.716c-0.187,0.109-0.417,0.179-0.658,0.208l0.002-0.716C200.516,242.301,200.745,242.231,200.933,242.123z"/><path style="fill:%23252956;" d="M200.275,242.331l-0.002,0.716c-0.422,0.053-0.878-0.016-1.207-0.206l0.002-0.717C199.396,242.314,199.853,242.383,200.275,242.331z"/></g></g><g><path style="fill:%233C4384;" d="M206.204,237.977c0.516,0.298,0.516,0.782,0.004,1.08l-5.275,3.066c-0.516,0.299-1.349,0.299-1.865,0.001l-18.366-10.603c-0.516-0.298-0.521-0.782-0.006-1.082l5.275-3.066c0.513-0.298,1.352-0.298,1.868,0L206.204,237.977z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000006669662347891173980000005944299936727384764_" style="enable-background:new ;" d="M214.976,243.359l-0.002,0.717c0,0.195-0.128,0.389-0.384,0.537l0.002-0.716C214.847,243.749,214.975,243.554,214.976,243.359z"/></defs><use xlink:href="%23SVGID_00000006669662347891173980000005944299936727384764_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000137132566441146899120000003604302546979873704_"><use xlink:href="%23SVGID_00000006669662347891173980000005944299936727384764_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000137132566441146899120000003604302546979873704_);enable-background:new ;"><path style="fill:%23252956;" d="M214.976,243.359l-0.002,0.717c0,0.117-0.047,0.235-0.141,0.343l0.002-0.717C214.928,243.595,214.975,243.477,214.976,243.359z"/><path style="fill:%23252956;" d="M214.835,243.702l-0.002,0.717c-0.061,0.07-0.142,0.136-0.243,0.195l0.002-0.716C214.693,243.839,214.773,243.772,214.835,243.702z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000133525537771489061230000003697113938772736675_" style="enable-background:new ;" d="M201.749,244.071l0.002-0.716c-0.001,0.196,0.129,0.393,0.388,0.542l-0.002,0.716C201.878,244.464,201.748,244.267,201.749,244.071z"/></defs><use xlink:href="%23SVGID_00000133525537771489061230000003697113938772736675_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000001636189217987093810000016854700674570353086_"><use xlink:href="%23SVGID_00000133525537771489061230000003697113938772736675_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000001636189217987093810000016854700674570353086_);enable-background:new ;"><path style="fill:%23252956;" d="M202.139,243.897l-0.002,0.716c-0.259-0.149-0.389-0.346-0.389-0.542l0.002-0.716C201.75,243.551,201.88,243.748,202.139,243.897z"/></g></g><g><polygon style="fill:%23252956;" points="214.591,243.897 214.59,244.613 209.314,247.679 209.316,246.962 "/></g><g><polygon style="fill:%23252956;" points="207.451,246.964 207.45,247.68 202.137,244.613 202.139,243.897 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000150813202112867374170000003842104063792658568_" style="enable-background:new ;" d="M209.316,246.962l-0.002,0.716c-0.515,0.299-1.349,0.299-1.865,0.002l0.002-0.716C207.968,247.262,208.801,247.262,209.316,246.962z"/></defs><use xlink:href="%23SVGID_00000150813202112867374170000003842104063792658568_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000163067138026948134100000017016980520723244974_"><use xlink:href="%23SVGID_00000150813202112867374170000003842104063792658568_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000163067138026948134100000017016980520723244974_);enable-background:new ;"><path style="fill:%23252956;" d="M209.316,246.962l-0.002,0.716c-0.187,0.109-0.417,0.178-0.658,0.208l0.002-0.716C208.899,247.141,209.129,247.072,209.316,246.962z"/><path style="fill:%23252956;" d="M208.658,247.171l-0.002,0.716c-0.422,0.052-0.879-0.017-1.207-0.206l0.002-0.716C207.78,247.154,208.236,247.223,208.658,247.171z"/></g></g><g><path style="fill:%233C4384;" d="M214.588,242.817c0.516,0.298,0.516,0.782,0.003,1.08l-5.275,3.065c-0.516,0.3-1.348,0.3-1.865,0.002l-5.312-3.067c-0.516-0.298-0.519-0.78-0.003-1.08l5.275-3.066c0.513-0.298,1.349-0.299,1.865-0.002L214.588,242.817z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000180355592372135457620000000489244963589036459_" style="enable-background:new ;" d="M171.799,236.637l0.002-0.717c0,0.197,0.13,0.395,0.39,0.545l-0.002,0.716C171.929,237.032,171.799,236.835,171.799,236.637z"/></defs><use xlink:href="%23SVGID_00000180355592372135457620000000489244963589036459_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000032646714995164801050000013816469024869592477_"><use xlink:href="%23SVGID_00000180355592372135457620000000489244963589036459_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000032646714995164801050000013816469024869592477_);enable-background:new ;"><path style="fill:%23252956;" d="M172.192,236.466l-0.002,0.716c-0.26-0.15-0.39-0.348-0.39-0.545l0.002-0.717C171.801,236.118,171.931,236.316,172.192,236.466z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000011012191106329703380000007924349771371703218_" style="enable-background:new ;" d="M193.729,240.956l-0.002,0.716c0,0.194-0.128,0.387-0.381,0.535l0.002-0.716C193.601,241.343,193.728,241.15,193.729,240.956z"/></defs><use xlink:href="%23SVGID_00000011012191106329703380000007924349771371703218_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000061472164522367034190000015874125463448842114_"><use xlink:href="%23SVGID_00000011012191106329703380000007924349771371703218_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000061472164522367034190000015874125463448842114_);enable-background:new ;"><path style="fill:%23252956;" d="M193.729,240.956l-0.002,0.716c0,0.117-0.047,0.235-0.14,0.341l0.002-0.716C193.682,241.191,193.728,241.073,193.729,240.956z"/><path style="fill:%23252956;" d="M193.588,241.297l-0.002,0.716c-0.061,0.07-0.141,0.135-0.241,0.193l0.002-0.716C193.447,241.432,193.528,241.367,193.588,241.297z"/></g></g><g><polygon style="fill:%23252956;" points="193.347,241.491 193.345,242.207 188.067,245.274 188.07,244.558 "/></g><g><polygon style="fill:%23252956;" points="186.205,244.556 186.202,245.273 172.19,237.182 172.192,236.466 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000081632478872465690560000005161264808093909165_" style="enable-background:new ;" d="M188.07,244.558l-0.002,0.716c-0.513,0.298-1.349,0.296-1.865-0.001l0.003-0.716C186.721,244.855,187.557,244.856,188.07,244.558z"/></defs><use xlink:href="%23SVGID_00000081632478872465690560000005161264808093909165_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000094576346828890296460000010966073135223480510_"><use xlink:href="%23SVGID_00000081632478872465690560000005161264808093909165_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000094576346828890296460000010966073135223480510_);enable-background:new ;"><path style="fill:%23252956;" d="M188.07,244.558l-0.002,0.716c-0.185,0.108-0.413,0.177-0.652,0.206l0.002-0.716C187.657,244.734,187.884,244.665,188.07,244.558z"/><path style="fill:%23252956;" d="M187.417,244.764l-0.002,0.716c-0.423,0.052-0.883-0.017-1.213-0.208l0.003-0.716C186.534,244.747,186.994,244.816,187.417,244.764z"/></g></g><g><path style="fill:%233C4384;" d="M193.338,240.411c0.516,0.298,0.522,0.783,0.009,1.08l-5.278,3.067c-0.513,0.298-1.349,0.296-1.865-0.002l-14.013-8.09c-0.516-0.298-0.522-0.782-0.009-1.08l5.278-3.067c0.513-0.298,1.349-0.296,1.865,0.002L193.338,240.411z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000102511799811323563890000006222495469170398911_" style="enable-background:new ;" d="M202.113,245.796l-0.002,0.717c-0.001,0.194-0.128,0.387-0.383,0.535l0.002-0.716C201.985,246.183,202.113,245.99,202.113,245.796z"/></defs><use xlink:href="%23SVGID_00000102511799811323563890000006222495469170398911_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000162353435354908547070000016208297215481394306_"><use xlink:href="%23SVGID_00000102511799811323563890000006222495469170398911_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000162353435354908547070000016208297215481394306_);enable-background:new ;"><path style="fill:%23252956;" d="M202.113,245.796l-0.002,0.717c-0.001,0.117-0.047,0.234-0.14,0.34l0.002-0.716C202.066,246.03,202.113,245.913,202.113,245.796z"/><path style="fill:%23252956;" d="M201.973,246.137l-0.002,0.716c-0.061,0.07-0.142,0.136-0.243,0.194l0.002-0.716C201.832,246.273,201.913,246.207,201.973,246.137z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000073686150586644170830000018336669184018675862_" style="enable-background:new ;" d="M188.888,246.504l0.002-0.716c-0.001,0.196,0.129,0.393,0.389,0.543l-0.002,0.716C189.017,246.898,188.887,246.701,188.888,246.504z"/></defs><use xlink:href="%23SVGID_00000073686150586644170830000018336669184018675862_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000157304865833383531990000009935591558792908988_"><use xlink:href="%23SVGID_00000073686150586644170830000018336669184018675862_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000157304865833383531990000009935591558792908988_);enable-background:new ;"><path style="fill:%23252956;" d="M189.279,246.331l-0.002,0.716c-0.26-0.15-0.39-0.347-0.389-0.543l0.002-0.716C188.889,245.984,189.019,246.181,189.279,246.331z"/></g></g><g><polygon style="fill:%23252956;" points="201.731,246.331 201.729,247.047 196.451,250.115 196.453,249.398 "/></g><g><polygon style="fill:%23252956;" points="194.588,249.397 194.586,250.113 189.277,247.048 189.279,246.331 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000085248712323356774520000003185867098826447501_" style="enable-background:new ;" d="M196.453,249.398l-0.002,0.716c-0.513,0.298-1.346,0.298-1.865-0.002l0.002-0.716C195.107,249.696,195.94,249.696,196.453,249.398z"/></defs><use xlink:href="%23SVGID_00000085248712323356774520000003185867098826447501_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000173852377348181923290000009606671699515617440_"><use xlink:href="%23SVGID_00000085248712323356774520000003185867098826447501_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000173852377348181923290000009606671699515617440_);enable-background:new ;"><path style="fill:%23252956;" d="M196.453,249.398l-0.002,0.716c-0.186,0.108-0.414,0.177-0.654,0.207l0.002-0.716C196.039,249.575,196.267,249.506,196.453,249.398z"/><path style="fill:%23252956;" d="M195.799,249.605l-0.002,0.716c-0.422,0.052-0.88-0.017-1.211-0.208l0.002-0.716C194.919,249.588,195.377,249.657,195.799,249.605z"/></g></g><g><path style="fill:%233C4384;" d="M201.722,245.251c0.519,0.299,0.521,0.782,0.009,1.08l-5.278,3.067c-0.513,0.298-1.346,0.298-1.865-0.002l-5.31-3.065c-0.516-0.298-0.519-0.781-0.006-1.078l5.278-3.068c0.512-0.298,1.345-0.298,1.862,0L201.722,245.251z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000065794858217764047090000012551335893245230764_" style="enable-background:new ;" d="M223.68,248.387l-0.002,0.716c0,0.195-0.128,0.389-0.383,0.537l0.002-0.716C223.552,248.776,223.68,248.581,223.68,248.387z"/></defs><use xlink:href="%23SVGID_00000065794858217764047090000012551335893245230764_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000039120763972567069560000017982587847383403652_"><use xlink:href="%23SVGID_00000065794858217764047090000012551335893245230764_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000039120763972567069560000017982587847383403652_);enable-background:new ;"><path style="fill:%23252956;" d="M223.68,248.387l-0.002,0.716c0,0.118-0.047,0.236-0.141,0.343l0.002-0.716C223.633,248.622,223.68,248.505,223.68,248.387z"/><path style="fill:%23252956;" d="M223.54,248.73l-0.002,0.716c-0.061,0.07-0.142,0.135-0.242,0.194l0.002-0.716C223.398,248.865,223.479,248.8,223.54,248.73z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000053530343988837663750000005661835498918081689_" style="enable-background:new ;" d="M210.452,249.096l0.002-0.717c-0.001,0.196,0.129,0.393,0.388,0.543l-0.002,0.716C210.581,249.488,210.452,249.292,210.452,249.096z"/></defs><use xlink:href="%23SVGID_00000053530343988837663750000005661835498918081689_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000109711528841615508940000004416820843703403906_"><use xlink:href="%23SVGID_00000053530343988837663750000005661835498918081689_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000109711528841615508940000004416820843703403906_);enable-background:new ;"><path style="fill:%23252956;" d="M210.842,248.922l-0.002,0.716c-0.259-0.15-0.389-0.346-0.389-0.542l0.002-0.717C210.454,248.576,210.583,248.772,210.842,248.922z"/></g></g><g><polygon style="fill:%23252956;" points="223.298,248.924 223.296,249.64 218.021,252.705 218.023,251.989 "/></g><g><polygon style="fill:%23252956;" points="216.155,251.989 216.153,252.705 210.841,249.638 210.842,248.922 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000121990847339380532690000011289164637817153158_" style="enable-background:new ;" d="M218.023,251.989l-0.002,0.716c-0.515,0.3-1.351,0.298-1.868,0l0.002-0.716C216.671,252.287,217.507,252.289,218.023,251.989z"/></defs><use xlink:href="%23SVGID_00000121990847339380532690000011289164637817153158_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000094615472985769933210000018103750228494012585_"><use xlink:href="%23SVGID_00000121990847339380532690000011289164637817153158_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000094615472985769933210000018103750228494012585_);enable-background:new ;"><path style="fill:%23252956;" d="M218.023,251.989l-0.002,0.716c-0.187,0.109-0.416,0.178-0.656,0.207l0.002-0.716C217.607,252.167,217.835,252.098,218.023,251.989z"/><path style="fill:%23252956;" d="M217.366,252.196l-0.002,0.716c-0.424,0.053-0.883-0.017-1.212-0.207l0.002-0.716C216.484,252.179,216.943,252.249,217.366,252.196z"/></g></g><g><path style="fill:%233C4384;" d="M223.292,247.842c0.516,0.298,0.519,0.784,0.006,1.082l-5.275,3.066c-0.516,0.299-1.351,0.298-1.868,0l-5.313-3.067c-0.516-0.298-0.519-0.78-0.003-1.08l5.275-3.065c0.513-0.298,1.349-0.3,1.865-0.002L223.292,247.842z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000081649987903058646220000017630987969383559055_" style="enable-background:new ;" d="M210.817,250.82l-0.002,0.716c0,0.194-0.128,0.387-0.383,0.536l0.002-0.716C210.689,251.208,210.817,251.014,210.817,250.82z"/></defs><use xlink:href="%23SVGID_00000081649987903058646220000017630987969383559055_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000080168106547326100470000003720243041129227187_"><use xlink:href="%23SVGID_00000081649987903058646220000017630987969383559055_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000080168106547326100470000003720243041129227187_);enable-background:new ;"><path style="fill:%23252956;" d="M210.817,250.82l-0.002,0.716c0,0.117-0.047,0.234-0.14,0.341l0.002-0.716C210.77,251.055,210.817,250.938,210.817,250.82z"/><path style="fill:%23252956;" d="M210.677,251.162l-0.002,0.716c-0.061,0.07-0.142,0.136-0.243,0.194l0.002-0.716C210.535,251.297,210.616,251.232,210.677,251.162z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000090269347556642363610000011268371523851287228_" style="enable-background:new ;" d="M197.591,251.529l0.002-0.716c-0.001,0.196,0.129,0.393,0.389,0.543l-0.002,0.716C197.72,251.922,197.59,251.726,197.591,251.529z"/></defs><use xlink:href="%23SVGID_00000090269347556642363610000011268371523851287228_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000137832053865044537910000001775513532253641625_"><use xlink:href="%23SVGID_00000090269347556642363610000011268371523851287228_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000137832053865044537910000001775513532253641625_);enable-background:new ;"><path style="fill:%23252956;" d="M197.982,251.356l-0.002,0.716c-0.26-0.15-0.39-0.347-0.389-0.543l0.002-0.716C197.593,251.01,197.723,251.206,197.982,251.356z"/></g></g><g><polygon style="fill:%23252956;" points="210.434,251.356 210.432,252.072 205.154,255.139 205.156,254.423 "/></g><g><polygon style="fill:%23252956;" points="203.294,254.423 203.292,255.139 197.98,252.072 197.982,251.356 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000160164371108119292760000017325454947028954014_" style="enable-background:new ;" d="M205.156,254.423l-0.002,0.716c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.716C203.81,254.721,204.644,254.721,205.156,254.423z"/></defs><use xlink:href="%23SVGID_00000160164371108119292760000017325454947028954014_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000176003540063449475730000009488385851182625467_"><use xlink:href="%23SVGID_00000160164371108119292760000017325454947028954014_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000176003540063449475730000009488385851182625467_);enable-background:new ;"><path style="fill:%23252956;" d="M205.156,254.423l-0.002,0.716c-0.186,0.108-0.414,0.177-0.655,0.207l0.002-0.716C204.742,254.6,204.971,254.531,205.156,254.423z"/><path style="fill:%23252956;" d="M204.502,254.63l-0.002,0.716c-0.421,0.052-0.878-0.017-1.208-0.207l0.002-0.716C203.623,254.613,204.08,254.682,204.502,254.63z"/></g></g><g><path style="fill:%233C4384;" d="M210.428,250.277c0.516,0.298,0.518,0.781,0.006,1.079l-5.278,3.067c-0.513,0.298-1.346,0.298-1.862,0l-5.312-3.067c-0.516-0.298-0.519-0.781-0.006-1.079l5.278-3.067c0.512-0.298,1.346-0.298,1.862,0L210.428,250.277z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000045599228459602674870000012327023399070434946_" style="enable-background:new ;" d="M232.384,253.411l-0.002,0.716c0,0.195-0.128,0.389-0.383,0.537l0.002-0.716C232.256,253.8,232.383,253.606,232.384,253.411z"/></defs><use xlink:href="%23SVGID_00000045599228459602674870000012327023399070434946_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000155855686663033573970000009429197102542048141_"><use xlink:href="%23SVGID_00000045599228459602674870000012327023399070434946_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000155855686663033573970000009429197102542048141_);enable-background:new ;"><path style="fill:%23252956;" d="M232.384,253.411l-0.002,0.716c0,0.118-0.047,0.236-0.141,0.343l0.002-0.716C232.336,253.647,232.383,253.529,232.384,253.411z"/><path style="fill:%23252956;" d="M232.243,253.755l-0.002,0.716c-0.061,0.07-0.142,0.136-0.242,0.194l0.002-0.716C232.101,253.891,232.182,253.824,232.243,253.755z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000062182681058442596750000000966533442869820292_" style="enable-background:new ;" d="M219.157,254.12l0.002-0.716c-0.001,0.197,0.13,0.395,0.39,0.545l-0.002,0.716C219.287,254.514,219.156,254.317,219.157,254.12z"/></defs><use xlink:href="%23SVGID_00000062182681058442596750000000966533442869820292_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000181083718687264736580000009241446253508230032_"><use xlink:href="%23SVGID_00000062182681058442596750000000966533442869820292_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000181083718687264736580000009241446253508230032_);enable-background:new ;"><path style="fill:%23252956;" d="M219.549,253.949l-0.002,0.716c-0.26-0.15-0.39-0.347-0.39-0.545l0.002-0.716C219.158,253.601,219.289,253.799,219.549,253.949z"/></g></g><g><polygon style="fill:%23252956;" points="232.001,253.949 231.999,254.665 226.724,257.73 226.726,257.014 "/></g><g><polygon style="fill:%23252956;" points="224.858,257.014 224.856,257.73 219.546,254.665 219.549,253.949 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000094611670778176449190000010793095249829807528_" style="enable-background:new ;" d="M226.726,257.014l-0.002,0.717c-0.515,0.299-1.351,0.298-1.868,0l0.002-0.717C225.374,257.312,226.21,257.314,226.726,257.014z"/></defs><use xlink:href="%23SVGID_00000094611670778176449190000010793095249829807528_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000073679330640055886360000013573916298126461867_"><use xlink:href="%23SVGID_00000094611670778176449190000010793095249829807528_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000073679330640055886360000013573916298126461867_);enable-background:new ;"><path style="fill:%23252956;" d="M226.726,257.014l-0.002,0.717c-0.186,0.108-0.416,0.177-0.656,0.207l0.002-0.716C226.31,257.192,226.539,257.123,226.726,257.014z"/><path style="fill:%23252956;" d="M226.07,257.221l-0.002,0.716c-0.423,0.052-0.882-0.017-1.212-0.207l0.002-0.717C225.188,257.204,225.646,257.274,226.07,257.221z"/></g></g><g><path style="fill:%233C4384;" d="M231.995,252.867c0.516,0.298,0.519,0.784,0.006,1.082l-5.275,3.065c-0.516,0.3-1.352,0.298-1.868,0l-5.31-3.065c-0.516-0.298-0.522-0.782-0.006-1.082l5.275-3.065c0.513-0.298,1.352-0.298,1.867,0L231.995,252.867z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000068653188036843566280000010440551883411910541_" style="enable-background:new ;" d="M219.521,255.846l-0.003,0.716c0,0.194-0.128,0.388-0.382,0.536l0.002-0.716C219.392,256.233,219.52,256.039,219.521,255.846z"/></defs><use xlink:href="%23SVGID_00000068653188036843566280000010440551883411910541_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000114757920517558684110000002203209065007704992_"><use xlink:href="%23SVGID_00000068653188036843566280000010440551883411910541_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000114757920517558684110000002203209065007704992_);enable-background:new ;"><path style="fill:%23252956;" d="M219.521,255.846l-0.003,0.716c0,0.117-0.047,0.235-0.14,0.341l0.002-0.716C219.474,256.079,219.52,255.962,219.521,255.846z"/><path style="fill:%23252956;" d="M219.38,256.186l-0.002,0.716c-0.061,0.07-0.142,0.135-0.243,0.194l0.002-0.716C219.238,256.323,219.32,256.257,219.38,256.186z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000142162122129728457040000017640255334356675519_" style="enable-background:new ;" d="M206.294,256.554l0.002-0.716c-0.001,0.196,0.129,0.393,0.389,0.543l-0.002,0.716C206.424,256.947,206.294,256.75,206.294,256.554z"/></defs><use xlink:href="%23SVGID_00000142162122129728457040000017640255334356675519_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000129191519888162125030000011616604442401793191_"><use xlink:href="%23SVGID_00000142162122129728457040000017640255334356675519_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000129191519888162125030000011616604442401793191_);enable-background:new ;"><path style="fill:%23252956;" d="M206.686,256.381l-0.002,0.716c-0.26-0.15-0.39-0.347-0.389-0.543l0.002-0.716C206.296,256.034,206.426,256.231,206.686,256.381z"/></g></g><g><polygon style="fill:%23252956;" points="219.138,256.381 219.136,257.097 213.858,260.164 213.86,259.448 "/></g><g><polygon style="fill:%23252956;" points="211.998,259.448 211.996,260.164 206.683,257.097 206.686,256.381 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000114062674680777910110000006695858054252992420_" style="enable-background:new ;" d="M213.86,259.448l-0.002,0.716c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.716C212.514,259.746,213.347,259.746,213.86,259.448z"/></defs><use xlink:href="%23SVGID_00000114062674680777910110000006695858054252992420_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000013881618304634049740000005819509536510612146_"><use xlink:href="%23SVGID_00000114062674680777910110000006695858054252992420_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000013881618304634049740000005819509536510612146_);enable-background:new ;"><path style="fill:%23252956;" d="M213.86,259.448l-0.002,0.716c-0.186,0.108-0.415,0.177-0.655,0.207l0.002-0.716C213.445,259.625,213.674,259.556,213.86,259.448z"/><path style="fill:%23252956;" d="M213.206,259.655l-0.002,0.716c-0.421,0.052-0.879-0.017-1.208-0.207l0.002-0.716C212.327,259.638,212.784,259.707,213.206,259.655z"/></g></g><g><path style="fill:%233C4384;" d="M219.132,255.302c0.516,0.298,0.518,0.781,0.006,1.078l-5.278,3.067c-0.513,0.298-1.346,0.298-1.862,0l-5.312-3.067c-0.516-0.298-0.519-0.78-0.006-1.078l5.278-3.067c0.512-0.298,1.346-0.298,1.862,0L219.132,255.302z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000106115046957828717030000012809710133586790050_" style="enable-background:new ;" d="M241.087,258.436l-0.003,0.716c0,0.195-0.128,0.389-0.383,0.537l0.003-0.716C240.959,258.826,241.087,258.631,241.087,258.436z"/></defs><use xlink:href="%23SVGID_00000106115046957828717030000012809710133586790050_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000026132147049718011370000013363161019858700166_"><use xlink:href="%23SVGID_00000106115046957828717030000012809710133586790050_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000026132147049718011370000013363161019858700166_);enable-background:new ;"><path style="fill:%23252956;" d="M241.087,258.436l-0.003,0.716c0,0.118-0.047,0.236-0.141,0.344l0.002-0.716C241.04,258.672,241.087,258.554,241.087,258.436z"/><path style="fill:%23252956;" d="M240.946,258.78l-0.002,0.716c-0.061,0.07-0.141,0.135-0.242,0.193l0.003-0.716C240.805,258.915,240.886,258.849,240.946,258.78z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000036210102270340509440000017627907164437166217_" style="enable-background:new ;" d="M227.86,259.145l0.002-0.716c-0.001,0.197,0.13,0.394,0.39,0.545l-0.003,0.716C227.99,259.539,227.859,259.342,227.86,259.145z"/></defs><use xlink:href="%23SVGID_00000036210102270340509440000017627907164437166217_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000072990058547855797280000008621157506045011846_"><use xlink:href="%23SVGID_00000036210102270340509440000017627907164437166217_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000072990058547855797280000008621157506045011846_);enable-background:new ;"><path style="fill:%23252956;" d="M228.252,258.974l-0.003,0.716c-0.26-0.15-0.39-0.347-0.39-0.545l0.002-0.716C227.862,258.626,227.992,258.823,228.252,258.974z"/></g></g><g><polygon style="fill:%23252956;" points="240.705,258.973 240.702,259.69 235.427,262.755 235.429,262.039 "/></g><g><polygon style="fill:%23252956;" points="233.562,262.039 233.56,262.755 228.25,259.69 228.252,258.974 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000076569963843794445350000004700008541231599293_" style="enable-background:new ;" d="M235.429,262.039l-0.002,0.716c-0.515,0.3-1.351,0.298-1.867,0l0.002-0.716C234.078,262.337,234.914,262.338,235.429,262.039z"/></defs><use xlink:href="%23SVGID_00000076569963843794445350000004700008541231599293_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000021799758278558472080000004736528315605301139_"><use xlink:href="%23SVGID_00000076569963843794445350000004700008541231599293_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000021799758278558472080000004736528315605301139_);enable-background:new ;"><path style="fill:%23252956;" d="M235.429,262.039l-0.002,0.716c-0.186,0.109-0.415,0.178-0.656,0.208l0.002-0.717C235.014,262.216,235.242,262.147,235.429,262.039z"/><path style="fill:%23252956;" d="M234.773,262.246l-0.002,0.717c-0.424,0.052-0.883-0.018-1.212-0.208l0.002-0.716C233.891,262.229,234.35,262.299,234.773,262.246z"/></g></g><g><path style="fill:%233C4384;" d="M240.698,257.892c0.517,0.298,0.519,0.784,0.007,1.082l-5.275,3.066c-0.516,0.299-1.352,0.298-1.868,0l-5.309-3.065c-0.516-0.298-0.522-0.782-0.006-1.082l5.275-3.065c0.512-0.298,1.352-0.298,1.867,0L240.698,257.892z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000176732599031899879300000008631007806032424619_" style="enable-background:new ;" d="M228.224,260.87l-0.002,0.716c-0.001,0.194-0.128,0.387-0.383,0.536l0.002-0.717C228.096,261.258,228.223,261.064,228.224,260.87z"/></defs><use xlink:href="%23SVGID_00000176732599031899879300000008631007806032424619_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000039823731435172009290000002372564999501826976_"><use xlink:href="%23SVGID_00000176732599031899879300000008631007806032424619_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000039823731435172009290000002372564999501826976_);enable-background:new ;"><path style="fill:%23252956;" d="M228.224,260.87l-0.002,0.716c-0.001,0.117-0.047,0.234-0.141,0.341l0.003-0.716C228.177,261.104,228.224,260.987,228.224,260.87z"/><path style="fill:%23252956;" d="M228.084,261.211l-0.003,0.716c-0.061,0.07-0.141,0.136-0.242,0.195l0.002-0.717C227.942,261.347,228.023,261.282,228.084,261.211z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000166667265398831234240000005158275000163595936_" style="enable-background:new ;" d="M214.998,261.579l0.002-0.716c-0.001,0.196,0.129,0.393,0.389,0.543l-0.002,0.717C215.127,261.972,214.997,261.775,214.998,261.579z"/></defs><use xlink:href="%23SVGID_00000166667265398831234240000005158275000163595936_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000056386047252403571910000000038546843558626469_"><use xlink:href="%23SVGID_00000166667265398831234240000005158275000163595936_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000056386047252403571910000000038546843558626469_);enable-background:new ;"><path style="fill:%23252956;" d="M215.389,261.406l-0.002,0.717c-0.259-0.15-0.39-0.347-0.389-0.543l0.002-0.716C214.999,261.059,215.129,261.256,215.389,261.406z"/></g></g><g><polygon style="fill:%23252956;" points="227.841,261.406 227.839,262.122 222.561,265.189 222.563,264.473 "/></g><g><polygon style="fill:%23252956;" points="220.701,264.473 220.699,265.189 215.387,262.122 215.389,261.406 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000108994124468782750650000013738864828470993084_" style="enable-background:new ;" d="M222.563,264.473l-0.002,0.717c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.717C221.217,264.771,222.05,264.771,222.563,264.473z"/></defs><use xlink:href="%23SVGID_00000108994124468782750650000013738864828470993084_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000007386166567236522420000006654771879914898833_"><use xlink:href="%23SVGID_00000108994124468782750650000013738864828470993084_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000007386166567236522420000006654771879914898833_);enable-background:new ;"><path style="fill:%23252956;" d="M222.563,264.473l-0.002,0.717c-0.186,0.108-0.414,0.177-0.654,0.207l0.002-0.716C222.149,264.65,222.377,264.582,222.563,264.473z"/><path style="fill:%23252956;" d="M221.909,264.68l-0.002,0.716c-0.421,0.052-0.879-0.017-1.208-0.207l0.002-0.717C221.03,264.663,221.487,264.732,221.909,264.68z"/></g></g><g><path style="fill:%233C4384;" d="M227.835,260.327c0.516,0.298,0.519,0.781,0.006,1.078l-5.278,3.067c-0.513,0.298-1.346,0.298-1.862,0l-5.312-3.067c-0.516-0.298-0.519-0.78-0.006-1.078l5.278-3.067c0.513-0.298,1.346-0.298,1.862,0L227.835,260.327z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000114065913328976624060000006241121479789410473_" style="enable-background:new ;" d="M249.791,263.461l-0.002,0.716c-0.001,0.194-0.128,0.389-0.383,0.537l0.002-0.716C249.662,263.85,249.79,263.656,249.791,263.461z"/></defs><use xlink:href="%23SVGID_00000114065913328976624060000006241121479789410473_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000058584454340610676050000014103405781797882792_"><use xlink:href="%23SVGID_00000114065913328976624060000006241121479789410473_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000058584454340610676050000014103405781797882792_);enable-background:new ;"><path style="fill:%23252956;" d="M249.791,263.461l-0.002,0.716c0,0.118-0.048,0.236-0.141,0.343l0.003-0.716C249.743,263.697,249.79,263.579,249.791,263.461z"/><path style="fill:%23252956;" d="M249.65,263.804l-0.003,0.716c-0.061,0.069-0.141,0.135-0.242,0.194l0.002-0.716C249.508,263.94,249.589,263.874,249.65,263.804z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000152247570260271408250000003155191385691514268_" style="enable-background:new ;" d="M236.564,264.17l0.002-0.716c-0.001,0.197,0.13,0.395,0.39,0.545l-0.002,0.716C236.693,264.564,236.563,264.367,236.564,264.17z"/></defs><use xlink:href="%23SVGID_00000152247570260271408250000003155191385691514268_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000003098143187028122260000014588058559119304883_"><use xlink:href="%23SVGID_00000152247570260271408250000003155191385691514268_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000003098143187028122260000014588058559119304883_);enable-background:new ;"><path style="fill:%23252956;" d="M236.956,263.999l-0.002,0.716c-0.26-0.15-0.39-0.348-0.39-0.545l0.002-0.716C236.565,263.651,236.696,263.848,236.956,263.999z"/></g></g><g><polygon style="fill:%23252956;" points="249.408,263.999 249.406,264.715 244.13,267.78 244.133,267.064 "/></g><g><polygon style="fill:%23252956;" points="242.265,267.064 242.263,267.78 236.954,264.715 236.956,263.999 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000039855273965832235230000014474290661775889076_" style="enable-background:new ;" d="M244.133,267.064l-0.003,0.716c-0.515,0.299-1.351,0.298-1.868,0l0.002-0.716C242.781,267.362,243.617,267.364,244.133,267.064z"/></defs><use xlink:href="%23SVGID_00000039855273965832235230000014474290661775889076_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000101808068225497631250000012992684153889352125_"><use xlink:href="%23SVGID_00000039855273965832235230000014474290661775889076_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000101808068225497631250000012992684153889352125_);enable-background:new ;"><path style="fill:%23252956;" d="M244.133,267.064l-0.003,0.716c-0.186,0.108-0.416,0.177-0.656,0.207l0.002-0.716C243.717,267.241,243.946,267.172,244.133,267.064z"/><path style="fill:%23252956;" d="M243.477,267.271l-0.002,0.716c-0.423,0.053-0.883-0.017-1.212-0.207l0.002-0.716C242.594,267.254,243.053,267.323,243.477,267.271z"/></g></g><g><path style="fill:%233C4384;" d="M249.402,262.917c0.516,0.298,0.519,0.783,0.007,1.082l-5.275,3.066c-0.516,0.299-1.352,0.298-1.868,0l-5.309-3.066c-0.516-0.298-0.522-0.782-0.006-1.082l5.275-3.066c0.513-0.298,1.351-0.298,1.867,0L249.402,262.917z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000031919918915179491480000000313466373192560280_" style="enable-background:new ;" d="M236.927,265.895l-0.002,0.716c0,0.194-0.128,0.387-0.383,0.535l0.002-0.716C236.799,266.283,236.926,266.089,236.927,265.895z"/></defs><use xlink:href="%23SVGID_00000031919918915179491480000000313466373192560280_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000114771396299917183620000003061404247518235819_"><use xlink:href="%23SVGID_00000031919918915179491480000000313466373192560280_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000114771396299917183620000003061404247518235819_);enable-background:new ;"><path style="fill:%23252956;" d="M236.927,265.895l-0.002,0.716c0,0.117-0.047,0.234-0.14,0.341l0.002-0.716C236.88,266.129,236.927,266.013,236.927,265.895z"/><path style="fill:%23252956;" d="M236.787,266.236l-0.002,0.716c-0.061,0.07-0.142,0.136-0.243,0.194l0.002-0.716C236.645,266.372,236.726,266.306,236.787,266.236z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000123441834336159648460000003828109690697100433_" style="enable-background:new ;" d="M223.702,266.604l0.002-0.717c-0.001,0.197,0.129,0.393,0.389,0.543l-0.002,0.717C223.831,266.997,223.701,266.8,223.702,266.604z"/></defs><use xlink:href="%23SVGID_00000123441834336159648460000003828109690697100433_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000090266840654855743090000009991176648094502844_"><use xlink:href="%23SVGID_00000123441834336159648460000003828109690697100433_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000090266840654855743090000009991176648094502844_);enable-background:new ;"><path style="fill:%23252956;" d="M224.092,266.431l-0.002,0.717c-0.259-0.15-0.39-0.347-0.388-0.543l0.002-0.717C223.703,266.084,223.833,266.28,224.092,266.431z"/></g></g><g><polygon style="fill:%23252956;" points="236.544,266.431 236.542,267.147 231.264,270.214 231.267,269.498 "/></g><g><polygon style="fill:%23252956;" points="229.405,269.498 229.402,270.214 224.09,267.147 224.092,266.431 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000025413603587491147030000002708375902673771398_" style="enable-background:new ;" d="M231.267,269.498l-0.002,0.716c-0.513,0.298-1.346,0.298-1.862,0l0.003-0.716C229.921,269.796,230.754,269.796,231.267,269.498z"/></defs><use xlink:href="%23SVGID_00000025413603587491147030000002708375902673771398_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000119832331977138856790000000474328577957046692_"><use xlink:href="%23SVGID_00000025413603587491147030000002708375902673771398_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000119832331977138856790000000474328577957046692_);enable-background:new ;"><path style="fill:%23252956;" d="M231.267,269.498l-0.002,0.716c-0.186,0.108-0.414,0.177-0.655,0.207l0.002-0.716C230.852,269.675,231.081,269.606,231.267,269.498z"/><path style="fill:%23252956;" d="M230.612,269.704l-0.002,0.716c-0.421,0.052-0.879-0.017-1.207-0.207l0.003-0.716C229.733,269.688,230.191,269.757,230.612,269.704z"/></g></g><g><path style="fill:%233C4384;" d="M236.538,265.352c0.517,0.298,0.519,0.78,0.006,1.078l-5.278,3.067c-0.513,0.298-1.346,0.298-1.862,0l-5.313-3.067c-0.516-0.298-0.519-0.781-0.006-1.078l5.278-3.067c0.513-0.298,1.346-0.298,1.862,0L236.538,265.352z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000142855737008956579150000014187511242330528919_" style="enable-background:new ;" d="M258.494,268.486l-0.002,0.716c-0.001,0.194-0.128,0.389-0.383,0.537l0.002-0.716C258.366,268.875,258.493,268.681,258.494,268.486z"/></defs><use xlink:href="%23SVGID_00000142855737008956579150000014187511242330528919_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000065040634007962000420000001002175300324784528_"><use xlink:href="%23SVGID_00000142855737008956579150000014187511242330528919_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000065040634007962000420000001002175300324784528_);enable-background:new ;"><path style="fill:%23252956;" d="M258.494,268.486l-0.002,0.716c-0.001,0.118-0.047,0.236-0.141,0.343l0.002-0.716C258.447,268.722,258.494,268.604,258.494,268.486z"/><path style="fill:%23252956;" d="M258.353,268.829l-0.002,0.716c-0.061,0.07-0.142,0.136-0.242,0.194l0.002-0.716C258.211,268.965,258.292,268.899,258.353,268.829z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000081606539980704528790000004723927282504199302_" style="enable-background:new ;" d="M245.267,269.195l0.002-0.716c-0.001,0.197,0.13,0.395,0.39,0.545l-0.002,0.716C245.397,269.59,245.266,269.392,245.267,269.195z"/></defs><use xlink:href="%23SVGID_00000081606539980704528790000004723927282504199302_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000023247365509049581260000007411917883890333597_"><use xlink:href="%23SVGID_00000081606539980704528790000004723927282504199302_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000023247365509049581260000007411917883890333597_);enable-background:new ;"><path style="fill:%23252956;" d="M245.659,269.023l-0.002,0.716c-0.26-0.15-0.39-0.348-0.39-0.545l0.002-0.716C245.268,268.676,245.399,268.873,245.659,269.023z"/></g></g><g><polygon style="fill:%23252956;" points="258.111,269.023 258.109,269.739 252.834,272.805 252.836,272.089 "/></g><g><polygon style="fill:%23252956;" points="250.969,272.089 250.966,272.805 245.657,269.739 245.659,269.023 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000136390098917230154970000017287704778436517804_" style="enable-background:new ;" d="M252.836,272.089l-0.002,0.716c-0.516,0.3-1.351,0.298-1.868,0l0.003-0.716C251.485,272.387,252.32,272.388,252.836,272.089z"/></defs><use xlink:href="%23SVGID_00000136390098917230154970000017287704778436517804_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000165234680327499617010000012843048895752920197_"><use xlink:href="%23SVGID_00000136390098917230154970000017287704778436517804_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000165234680327499617010000012843048895752920197_);enable-background:new ;"><path style="fill:%23252956;" d="M252.836,272.089l-0.002,0.716c-0.187,0.108-0.416,0.178-0.656,0.207l0.002-0.716C252.42,272.266,252.649,272.197,252.836,272.089z"/><path style="fill:%23252956;" d="M252.18,272.296l-0.002,0.716c-0.423,0.052-0.882-0.017-1.212-0.207l0.003-0.716C251.298,272.279,251.757,272.348,252.18,272.296z"/></g></g><g><path style="fill:%233C4384;" d="M258.105,267.941c0.516,0.298,0.519,0.784,0.006,1.082l-5.275,3.066c-0.516,0.299-1.352,0.298-1.868,0l-5.31-3.066c-0.516-0.298-0.522-0.782-0.006-1.081l5.275-3.066c0.513-0.298,1.351-0.298,1.868,0L258.105,267.941z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000116235659347844145270000002416161078110484612_" style="enable-background:new ;" d="M245.631,270.92l-0.002,0.716c0,0.194-0.128,0.387-0.383,0.535l0.002-0.716C245.503,271.307,245.63,271.114,245.631,270.92z"/></defs><use xlink:href="%23SVGID_00000116235659347844145270000002416161078110484612_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000029733942809364946780000016592463053875827134_"><use xlink:href="%23SVGID_00000116235659347844145270000002416161078110484612_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000029733942809364946780000016592463053875827134_);enable-background:new ;"><path style="fill:%23252956;" d="M245.631,270.92l-0.002,0.716c0,0.117-0.047,0.234-0.14,0.341l0.002-0.716C245.584,271.154,245.63,271.037,245.631,270.92z"/><path style="fill:%23252956;" d="M245.49,271.261l-0.002,0.716c-0.061,0.07-0.142,0.135-0.243,0.194l0.002-0.716C245.349,271.397,245.429,271.331,245.49,271.261z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000143613871500363181960000002638488972172203961_" style="enable-background:new ;" d="M232.405,271.629l0.002-0.716c0,0.196,0.129,0.393,0.389,0.543l-0.002,0.716C232.534,272.022,232.404,271.825,232.405,271.629z"/></defs><use xlink:href="%23SVGID_00000143613871500363181960000002638488972172203961_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000133525895860286885660000017555932494320708764_"><use xlink:href="%23SVGID_00000143613871500363181960000002638488972172203961_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000133525895860286885660000017555932494320708764_);enable-background:new ;"><path style="fill:%23252956;" d="M232.796,271.456l-0.002,0.716c-0.26-0.15-0.39-0.347-0.388-0.543l0.002-0.716C232.406,271.109,232.536,271.306,232.796,271.456z"/></g></g><g><polygon style="fill:%23252956;" points="245.248,271.456 245.246,272.172 239.968,275.239 239.97,274.523 "/></g><g><polygon style="fill:%23252956;" points="238.108,274.523 238.106,275.239 232.793,272.172 232.796,271.456 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000028292280979125598180000012503980013383223989_" style="enable-background:new ;" d="M239.97,274.523l-0.002,0.716c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.716C238.624,274.821,239.457,274.821,239.97,274.523z"/></defs><use xlink:href="%23SVGID_00000028292280979125598180000012503980013383223989_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000094614787828646460550000000520373981397852816_"><use xlink:href="%23SVGID_00000028292280979125598180000012503980013383223989_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000094614787828646460550000000520373981397852816_);enable-background:new ;"><path style="fill:%23252956;" d="M239.97,274.523l-0.002,0.716c-0.186,0.108-0.414,0.177-0.655,0.207l0.002-0.716C239.555,274.7,239.783,274.631,239.97,274.523z"/><path style="fill:%23252956;" d="M239.316,274.729l-0.002,0.716c-0.421,0.052-0.879-0.017-1.207-0.207l0.002-0.716C238.437,274.713,238.894,274.781,239.316,274.729z"/></g></g><g><path style="fill:%233C4384;" d="M245.241,270.377c0.516,0.298,0.519,0.781,0.007,1.078l-5.278,3.068c-0.513,0.298-1.346,0.298-1.862,0l-5.312-3.068c-0.516-0.298-0.519-0.78-0.006-1.078l5.278-3.067c0.513-0.298,1.346-0.298,1.862,0L245.241,270.377z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000000922575058060237410000017928952529849382567_" style="enable-background:new ;" d="M267.197,273.511l-0.002,0.716c-0.001,0.195-0.128,0.389-0.383,0.537l0.002-0.716C267.069,273.9,267.197,273.706,267.197,273.511z"/></defs><use xlink:href="%23SVGID_00000000922575058060237410000017928952529849382567_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000105401629752134833960000004080091728620386995_"><use xlink:href="%23SVGID_00000000922575058060237410000017928952529849382567_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000105401629752134833960000004080091728620386995_);enable-background:new ;"><path style="fill:%23252956;" d="M267.197,273.511l-0.002,0.716c0,0.118-0.047,0.236-0.141,0.343l0.002-0.716C267.15,273.747,267.197,273.629,267.197,273.511z"/><path style="fill:%23252956;" d="M267.056,273.854l-0.002,0.716c-0.061,0.07-0.142,0.135-0.242,0.194l0.002-0.716C266.915,273.99,266.996,273.924,267.056,273.854z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000016073552809983772290000010831926814334400164_" style="enable-background:new ;" d="M253.971,274.22l0.002-0.716c-0.001,0.197,0.13,0.394,0.39,0.545l-0.002,0.716C254.1,274.614,253.97,274.417,253.971,274.22z"/></defs><use xlink:href="%23SVGID_00000016073552809983772290000010831926814334400164_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000028307046890239022660000008175505143622896553_"><use xlink:href="%23SVGID_00000016073552809983772290000010831926814334400164_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000028307046890239022660000008175505143622896553_);enable-background:new ;"><path style="fill:%23252956;" d="M254.362,274.048l-0.002,0.716c-0.26-0.15-0.39-0.347-0.39-0.544l0.002-0.716C253.972,273.701,254.102,273.898,254.362,274.048z"/></g></g><g><polygon style="fill:%23252956;" points="266.814,274.048 266.813,274.764 261.538,277.83 261.54,277.113 "/></g><g><polygon style="fill:%23252956;" points="259.672,277.113 259.67,277.83 254.36,274.764 254.362,274.048 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000098904857531719783480000015713170228087171497_" style="enable-background:new ;" d="M261.54,277.113l-0.002,0.716c-0.516,0.299-1.351,0.298-1.868,0l0.002-0.716C260.188,277.412,261.024,277.414,261.54,277.113z"/></defs><use xlink:href="%23SVGID_00000098904857531719783480000015713170228087171497_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000137817687500263699290000007181545884708317886_"><use xlink:href="%23SVGID_00000098904857531719783480000015713170228087171497_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000137817687500263699290000007181545884708317886_);enable-background:new ;"><path style="fill:%23252956;" d="M261.54,277.113l-0.002,0.716c-0.187,0.108-0.416,0.177-0.656,0.207l0.002-0.716C261.124,277.291,261.353,277.222,261.54,277.113z"/><path style="fill:%23252956;" d="M260.883,277.321l-0.002,0.716c-0.423,0.053-0.883-0.017-1.211-0.207l0.002-0.716C260.001,277.304,260.46,277.373,260.883,277.321z"/></g></g><g><path style="fill:%233C4384;" d="M266.809,272.966c0.516,0.298,0.519,0.784,0.006,1.082l-5.275,3.065c-0.516,0.3-1.352,0.298-1.868,0l-5.31-3.065c-0.516-0.298-0.522-0.782-0.006-1.082l5.275-3.065c0.513-0.298,1.351-0.298,1.868,0L266.809,272.966z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000063629847060141394400000006790114654802065337_" style="enable-background:new ;" d="M254.334,275.945l-0.002,0.716c-0.001,0.194-0.128,0.387-0.382,0.535l0.002-0.716C254.206,276.332,254.333,276.139,254.334,275.945z"/></defs><use xlink:href="%23SVGID_00000063629847060141394400000006790114654802065337_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000177450320812701901980000005864523575866835382_"><use xlink:href="%23SVGID_00000063629847060141394400000006790114654802065337_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000177450320812701901980000005864523575866835382_);enable-background:new ;"><path style="fill:%23252956;" d="M254.334,275.945l-0.002,0.716c0,0.117-0.047,0.234-0.14,0.341l0.002-0.716C254.287,276.179,254.334,276.062,254.334,275.945z"/><path style="fill:%23252956;" d="M254.194,276.286l-0.002,0.716c-0.061,0.07-0.142,0.136-0.242,0.194l0.002-0.716C254.052,276.422,254.133,276.356,254.194,276.286z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000115498478831444404030000018084765041892478370_" style="enable-background:new ;" d="M241.108,276.654l0.002-0.716c-0.001,0.197,0.129,0.393,0.389,0.543l-0.002,0.716C241.237,277.047,241.107,276.85,241.108,276.654z"/></defs><use xlink:href="%23SVGID_00000115498478831444404030000018084765041892478370_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000121260484917679025330000006856692606741195150_"><use xlink:href="%23SVGID_00000115498478831444404030000018084765041892478370_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000121260484917679025330000006856692606741195150_);enable-background:new ;"><path style="fill:%23252956;" d="M241.499,276.48l-0.002,0.716c-0.26-0.15-0.39-0.346-0.389-0.543l0.002-0.716C241.11,276.134,241.24,276.331,241.499,276.48z"/></g></g><g><polygon style="fill:%23252956;" points="253.951,276.48 253.949,277.197 248.671,280.264 248.674,279.548 "/></g><g><polygon style="fill:%23252956;" points="246.811,279.548 246.809,280.264 241.497,277.197 241.499,276.48 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000041990160311538227330000009644693362145169558_" style="enable-background:new ;" d="M248.674,279.548l-0.003,0.716c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.716C247.327,279.845,248.161,279.845,248.674,279.548z"/></defs><use xlink:href="%23SVGID_00000041990160311538227330000009644693362145169558_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000123441600612528765210000005012669652168245138_"><use xlink:href="%23SVGID_00000041990160311538227330000009644693362145169558_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000123441600612528765210000005012669652168245138_);enable-background:new ;"><path style="fill:%23252956;" d="M248.674,279.548l-0.003,0.716c-0.186,0.108-0.414,0.177-0.654,0.207l0.002-0.716C248.258,279.725,248.487,279.656,248.674,279.548z"/><path style="fill:%23252956;" d="M248.019,279.754l-0.002,0.716c-0.422,0.052-0.879-0.017-1.208-0.207l0.002-0.716C247.14,279.737,247.597,279.806,248.019,279.754z"/></g></g><g><path style="fill:%233C4384;" d="M253.945,275.402c0.516,0.298,0.519,0.781,0.007,1.078l-5.278,3.068c-0.513,0.298-1.346,0.298-1.863,0l-5.312-3.068c-0.516-0.298-0.519-0.78-0.006-1.078l5.278-3.067c0.513-0.298,1.346-0.298,1.862,0L253.945,275.402z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000026844736489612320240000017117274295651806850_" style="enable-background:new ;" d="M275.902,278.536l-0.002,0.716c-0.001,0.195-0.129,0.389-0.384,0.537l0.002-0.716C275.773,278.925,275.901,278.731,275.902,278.536z"/></defs><use xlink:href="%23SVGID_00000026844736489612320240000017117274295651806850_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000078765826347388913080000006876110089207649460_"><use xlink:href="%23SVGID_00000026844736489612320240000017117274295651806850_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000078765826347388913080000006876110089207649460_);enable-background:new ;"><path style="fill:%23252956;" d="M275.902,278.536l-0.002,0.716c0,0.117-0.047,0.235-0.141,0.342l0.002-0.716C275.854,278.771,275.901,278.654,275.902,278.536z"/><path style="fill:%23252956;" d="M275.761,278.878l-0.002,0.716c-0.061,0.07-0.142,0.137-0.243,0.195l0.002-0.716C275.619,279.014,275.7,278.948,275.761,278.878z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000067230837789594474670000009106396252703384503_" style="enable-background:new ;" d="M262.675,279.247l0.002-0.716c-0.001,0.196,0.13,0.392,0.389,0.543l-0.002,0.716C262.805,279.64,262.675,279.443,262.675,279.247z"/></defs><use xlink:href="%23SVGID_00000067230837789594474670000009106396252703384503_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000170966270535526474400000016926188363378471580_"><use xlink:href="%23SVGID_00000067230837789594474670000009106396252703384503_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000170966270535526474400000016926188363378471580_);enable-background:new ;"><path style="fill:%23252956;" d="M263.066,279.073l-0.002,0.716c-0.259-0.15-0.389-0.346-0.388-0.543l0.002-0.716C262.677,278.727,262.807,278.923,263.066,279.073z"/></g></g><g><polygon style="fill:%23252956;" points="275.518,279.073 275.516,279.789 270.241,282.855 270.243,282.138 "/></g><g><polygon style="fill:%23252956;" points="268.375,282.138 268.373,282.855 263.064,279.789 263.066,279.073 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000176733567447831641700000016796205679952170171_" style="enable-background:new ;" d="M270.243,282.138l-0.002,0.717c-0.516,0.299-1.349,0.299-1.867,0l0.002-0.717C268.894,282.438,269.728,282.438,270.243,282.138z"/></defs><use xlink:href="%23SVGID_00000176733567447831641700000016796205679952170171_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000067925326587982265360000002880672735079347877_"><use xlink:href="%23SVGID_00000176733567447831641700000016796205679952170171_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000067925326587982265360000002880672735079347877_);enable-background:new ;"><path style="fill:%23252956;" d="M270.243,282.138l-0.002,0.717c-0.188,0.109-0.416,0.178-0.658,0.207l0.002-0.716C269.826,282.317,270.056,282.247,270.243,282.138z"/><path style="fill:%23252956;" d="M269.585,282.346l-0.002,0.716c-0.422,0.053-0.88-0.017-1.21-0.207l0.002-0.717C268.706,282.329,269.163,282.399,269.585,282.346z"/></g></g><g><path style="fill:%233C4384;" d="M275.512,277.991c0.519,0.299,0.519,0.784,0.006,1.082l-5.275,3.065c-0.515,0.3-1.348,0.3-1.867,0l-5.31-3.065c-0.516-0.298-0.519-0.781-0.003-1.08l5.275-3.065c0.512-0.298,1.348-0.3,1.864-0.002L275.512,277.991z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000044175056922057602270000014935226898072526514_" style="enable-background:new ;" d="M284.605,283.56l-0.002,0.717c-0.001,0.194-0.129,0.389-0.384,0.537l0.002-0.716C284.476,283.95,284.604,283.755,284.605,283.56z"/></defs><use xlink:href="%23SVGID_00000044175056922057602270000014935226898072526514_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000008839102451656701310000012906563024438650012_"><use xlink:href="%23SVGID_00000044175056922057602270000014935226898072526514_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000008839102451656701310000012906563024438650012_);enable-background:new ;"><path style="fill:%23252956;" d="M284.605,283.56l-0.002,0.717c0,0.117-0.047,0.235-0.141,0.342l0.002-0.716C284.558,283.796,284.605,283.678,284.605,283.56z"/><path style="fill:%23252956;" d="M284.464,283.903l-0.002,0.716c-0.061,0.07-0.142,0.136-0.243,0.195l0.002-0.716C284.322,284.039,284.403,283.974,284.464,283.903z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000011752632101068558700000009529138110536749983_" style="enable-background:new ;" d="M271.379,284.272l0.002-0.716c-0.001,0.196,0.13,0.393,0.389,0.543l-0.002,0.716C271.508,284.664,271.378,284.468,271.379,284.272z"/></defs><use xlink:href="%23SVGID_00000011752632101068558700000009529138110536749983_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000170967529993833510630000012771492096487580325_"><use xlink:href="%23SVGID_00000011752632101068558700000009529138110536749983_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000170967529993833510630000012771492096487580325_);enable-background:new ;"><path style="fill:%23252956;" d="M271.769,284.098l-0.002,0.716c-0.259-0.15-0.389-0.346-0.389-0.542l0.002-0.716C271.38,283.752,271.51,283.948,271.769,284.098z"/></g></g><g><polygon style="fill:%23252956;" points="284.221,284.098 284.219,284.814 278.944,287.88 278.946,287.164 "/></g><g><polygon style="fill:%23252956;" points="277.079,287.164 277.077,287.88 271.767,284.814 271.769,284.098 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000134959322215510656140000008889064262538468796_" style="enable-background:new ;" d="M278.946,287.164l-0.002,0.716c-0.516,0.3-1.349,0.3-1.868,0l0.002-0.716C277.598,287.463,278.431,287.463,278.946,287.164z"/></defs><use xlink:href="%23SVGID_00000134959322215510656140000008889064262538468796_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000179606832023512992550000008798033275187565741_"><use xlink:href="%23SVGID_00000134959322215510656140000008889064262538468796_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000179606832023512992550000008798033275187565741_);enable-background:new ;"><path style="fill:%23252956;" d="M278.946,287.164l-0.002,0.716c-0.187,0.109-0.417,0.178-0.658,0.208l0.003-0.717C278.529,287.342,278.759,287.272,278.946,287.164z"/><path style="fill:%23252956;" d="M278.289,287.371l-0.003,0.717c-0.421,0.052-0.879-0.017-1.21-0.208l0.002-0.716C277.409,287.354,277.866,287.423,278.289,287.371z"/></g></g><g><path style="fill:%233C4384;" d="M284.215,283.017c0.519,0.299,0.519,0.783,0.006,1.081l-5.275,3.066c-0.515,0.299-1.348,0.299-1.867,0l-5.31-3.066c-0.516-0.298-0.519-0.78-0.003-1.08l5.275-3.065c0.513-0.298,1.349-0.3,1.865-0.001L284.215,283.017z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000010992574930333022370000002640155346098974599_" style="enable-background:new ;" d="M280.082,289.297l0.002-0.716c0,0.196,0.129,0.393,0.389,0.543l-0.002,0.716C280.211,289.69,280.081,289.493,280.082,289.297z"/></defs><use xlink:href="%23SVGID_00000010992574930333022370000002640155346098974599_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000121966174349472631840000007329708693790934958_"><use xlink:href="%23SVGID_00000010992574930333022370000002640155346098974599_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000121966174349472631840000007329708693790934958_);enable-background:new ;"><path style="fill:%23252956;" d="M280.472,289.123l-0.002,0.716c-0.259-0.15-0.389-0.346-0.388-0.543l0.002-0.716C280.083,288.777,280.213,288.973,280.472,289.123z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000024695851700602607510000016988872016704726421_" style="enable-background:new ;" d="M297.659,291.096l-0.003,0.716c0,0.195-0.128,0.389-0.384,0.538l0.002-0.716C297.53,291.486,297.658,291.291,297.659,291.096z"/></defs><use xlink:href="%23SVGID_00000024695851700602607510000016988872016704726421_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000176037638569768196040000007579381320366452352_"><use xlink:href="%23SVGID_00000024695851700602607510000016988872016704726421_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000176037638569768196040000007579381320366452352_);enable-background:new ;"><path style="fill:%23252956;" d="M297.659,291.096l-0.003,0.716c0,0.117-0.047,0.235-0.141,0.343l0.003-0.716C297.612,291.332,297.659,291.214,297.659,291.096z"/><path style="fill:%23252956;" d="M297.519,291.439l-0.003,0.716c-0.061,0.071-0.142,0.137-0.243,0.195l0.002-0.716C297.376,291.575,297.457,291.51,297.519,291.439z"/></g></g><g><polygon style="fill:%23252956;" points="297.275,291.634 297.273,292.351 291.998,295.416 292,294.7 "/></g><g><polygon style="fill:%23252956;" points="290.135,294.702 290.133,295.417 280.47,289.839 280.472,289.123 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000124151469437805202000000002358341609219463612_" style="enable-background:new ;" d="M292,294.7l-0.002,0.716c-0.516,0.3-1.349,0.3-1.865,0.001l0.002-0.716C290.651,295,291.484,295,292,294.7z"/></defs><use xlink:href="%23SVGID_00000124151469437805202000000002358341609219463612_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000098901207315203209800000003663045238367526547_"><use xlink:href="%23SVGID_00000124151469437805202000000002358341609219463612_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000098901207315203209800000003663045238367526547_);enable-background:new ;"><path style="fill:%23252956;" d="M292,294.7l-0.002,0.716c-0.188,0.109-0.417,0.178-0.659,0.208l0.002-0.716C291.583,294.878,291.812,294.809,292,294.7z"/><path style="fill:%23252956;" d="M291.342,294.908l-0.002,0.716c-0.421,0.052-0.878-0.017-1.207-0.207l0.002-0.716C290.464,294.891,290.92,294.96,291.342,294.908z"/></g></g><g><path style="fill:%233C4384;" d="M297.272,290.555c0.516,0.298,0.516,0.782,0.003,1.08L292,294.7c-0.516,0.3-1.348,0.3-1.865,0.002l-9.663-5.579c-0.516-0.299-0.519-0.781-0.003-1.08l5.275-3.066c0.513-0.298,1.348-0.3,1.865-0.001L297.272,290.555z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000109710026038705696950000000364701327183849385_" style="enable-background:new ;" d="M263.037,280.97l-0.002,0.716c-0.001,0.194-0.128,0.388-0.383,0.536l0.002-0.716C262.909,281.357,263.037,281.164,263.037,280.97z"/></defs><use xlink:href="%23SVGID_00000109710026038705696950000000364701327183849385_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000057865113587147686920000012935039576984236218_"><use xlink:href="%23SVGID_00000109710026038705696950000000364701327183849385_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000057865113587147686920000012935039576984236218_);enable-background:new ;"><path style="fill:%23252956;" d="M263.037,280.97l-0.002,0.716c-0.001,0.117-0.047,0.235-0.141,0.341l0.002-0.716C262.99,281.204,263.037,281.087,263.037,280.97z"/><path style="fill:%23252956;" d="M262.897,281.311l-0.002,0.716c-0.06,0.07-0.142,0.136-0.243,0.194l0.002-0.716C262.755,281.447,262.836,281.381,262.897,281.311z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000008132897371661989220000012653571215640401568_" style="enable-background:new ;" d="M249.812,281.678l0.002-0.716c-0.001,0.196,0.129,0.393,0.389,0.543l-0.002,0.716C249.941,282.072,249.811,281.875,249.812,281.678z"/></defs><use xlink:href="%23SVGID_00000008132897371661989220000012653571215640401568_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000149349591528061404260000018140421973854114220_"><use xlink:href="%23SVGID_00000008132897371661989220000012653571215640401568_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000149349591528061404260000018140421973854114220_);enable-background:new ;"><path style="fill:%23252956;" d="M250.202,281.505l-0.002,0.716c-0.26-0.15-0.39-0.347-0.389-0.543l0.002-0.716C249.813,281.159,249.943,281.356,250.202,281.505z"/></g></g><g><polygon style="fill:%23252956;" points="262.655,281.505 262.652,282.222 257.375,285.289 257.377,284.572 "/></g><g><polygon style="fill:%23252956;" points="255.514,284.572 255.513,285.289 250.201,282.222 250.202,281.505 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000000931544591908310860000014828723796654791344_" style="enable-background:new ;" d="M257.377,284.572l-0.002,0.716c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.716C256.031,284.871,256.864,284.871,257.377,284.572z"/></defs><use xlink:href="%23SVGID_00000000931544591908310860000014828723796654791344_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000101072534561210357570000007369631757093009340_"><use xlink:href="%23SVGID_00000000931544591908310860000014828723796654791344_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000101072534561210357570000007369631757093009340_);enable-background:new ;"><path style="fill:%23252956;" d="M257.377,284.572l-0.002,0.716c-0.186,0.108-0.414,0.177-0.654,0.207l0.002-0.716C256.962,284.75,257.191,284.681,257.377,284.572z"/><path style="fill:%23252956;" d="M256.722,284.779l-0.002,0.716c-0.422,0.052-0.879-0.017-1.208-0.207l0.002-0.716C255.844,284.762,256.301,284.831,256.722,284.779z"/></g></g><g><path style="fill:%233C4384;" d="M262.648,280.427c0.516,0.298,0.519,0.78,0.007,1.078l-5.278,3.067c-0.513,0.298-1.346,0.298-1.862,0l-5.312-3.067c-0.516-0.298-0.519-0.78-0.006-1.078l5.278-3.067c0.513-0.298,1.345-0.298,1.862,0L262.648,280.427z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000070084717275335838110000017123778715793446291_" style="enable-background:new ;" d="M271.741,285.995l-0.002,0.717c0,0.194-0.128,0.387-0.383,0.535l0.002-0.716C271.613,286.383,271.74,286.188,271.741,285.995z"/></defs><use xlink:href="%23SVGID_00000070084717275335838110000017123778715793446291_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000101802589213630997770000005571555928847325370_"><use xlink:href="%23SVGID_00000070084717275335838110000017123778715793446291_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000101802589213630997770000005571555928847325370_);enable-background:new ;"><path style="fill:%23252956;" d="M271.741,285.995l-0.002,0.717c0,0.117-0.047,0.234-0.14,0.341l0.002-0.716C271.694,286.229,271.741,286.112,271.741,285.995z"/><path style="fill:%23252956;" d="M271.6,286.336l-0.002,0.716c-0.061,0.07-0.142,0.136-0.243,0.194l0.002-0.716C271.459,286.472,271.54,286.406,271.6,286.336z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000168806841220738779530000011883738269701806218_" style="enable-background:new ;" d="M258.515,286.703l0.002-0.716c-0.001,0.196,0.129,0.393,0.389,0.543l-0.002,0.717C258.644,287.097,258.514,286.9,258.515,286.703z"/></defs><use xlink:href="%23SVGID_00000168806841220738779530000011883738269701806218_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000163043457925076090340000009533870346106780313_"><use xlink:href="%23SVGID_00000168806841220738779530000011883738269701806218_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000163043457925076090340000009533870346106780313_);enable-background:new ;"><path style="fill:%23252956;" d="M258.906,286.53l-0.002,0.717c-0.26-0.15-0.39-0.347-0.389-0.543l0.002-0.716C258.516,286.184,258.646,286.38,258.906,286.53z"/></g></g><g><polygon style="fill:%23252956;" points="271.358,286.53 271.356,287.246 266.078,290.314 266.08,289.597 "/></g><g><polygon style="fill:%23252956;" points="264.218,289.597 264.216,290.314 258.904,287.247 258.906,286.53 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000008848524991612889570000011200621343752419985_" style="enable-background:new ;" d="M266.08,289.597l-0.002,0.717c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.717C264.734,289.895,265.567,289.895,266.08,289.597z"/></defs><use xlink:href="%23SVGID_00000008848524991612889570000011200621343752419985_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000008871341958889605750000000827061597655017610_"><use xlink:href="%23SVGID_00000008848524991612889570000011200621343752419985_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000008871341958889605750000000827061597655017610_);enable-background:new ;"><path style="fill:%23252956;" d="M266.08,289.597l-0.002,0.717c-0.186,0.108-0.414,0.177-0.654,0.206l0.002-0.717C265.665,289.775,265.894,289.705,266.08,289.597z"/><path style="fill:%23252956;" d="M265.426,289.804l-0.002,0.717c-0.421,0.052-0.879-0.017-1.208-0.206l0.002-0.717C264.547,289.787,265.004,289.856,265.426,289.804z"/></g></g><g><path style="fill:%233C4384;" d="M271.352,285.452c0.516,0.298,0.519,0.781,0.006,1.078l-5.278,3.067c-0.513,0.298-1.346,0.298-1.862,0l-5.313-3.067c-0.516-0.298-0.519-0.781-0.006-1.078l5.278-3.067c0.513-0.298,1.345-0.298,1.861,0L271.352,285.452z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000171722231307095855590000009371429243100251560_" style="enable-background:new ;" d="M267.218,291.729l0.002-0.717c0,0.197,0.13,0.393,0.389,0.543l-0.002,0.716C267.347,292.122,267.217,291.925,267.218,291.729z"/></defs><use xlink:href="%23SVGID_00000171722231307095855590000009371429243100251560_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000109747240392627229550000001137786785499155616_"><use xlink:href="%23SVGID_00000171722231307095855590000009371429243100251560_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000109747240392627229550000001137786785499155616_);enable-background:new ;"><path style="fill:%23252956;" d="M267.609,291.555l-0.002,0.716c-0.26-0.15-0.39-0.346-0.389-0.543l0.002-0.717C267.22,291.209,267.35,291.405,267.609,291.555z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000176025479580432434960000009297427133837115569_" style="enable-background:new ;" d="M289.148,296.045l-0.002,0.716c-0.001,0.194-0.128,0.388-0.383,0.536l0.002-0.716C289.02,296.432,289.147,296.239,289.148,296.045z"/></defs><use xlink:href="%23SVGID_00000176025479580432434960000009297427133837115569_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000142136967350740361540000004033657898982731179_"><use xlink:href="%23SVGID_00000176025479580432434960000009297427133837115569_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000142136967350740361540000004033657898982731179_);enable-background:new ;"><path style="fill:%23252956;" d="M289.148,296.045l-0.002,0.716c0,0.117-0.047,0.235-0.14,0.341l0.002-0.716C289.1,296.279,289.147,296.162,289.148,296.045z"/><path style="fill:%23252956;" d="M289.007,296.386l-0.002,0.716c-0.061,0.07-0.142,0.136-0.243,0.194l0.002-0.716C288.865,296.522,288.946,296.456,289.007,296.386z"/></g></g><g><polygon style="fill:%23252956;" points="288.765,296.58 288.763,297.296 283.485,300.363 283.487,299.647 "/></g><g><polygon style="fill:%23252956;" points="281.625,299.647 281.623,300.363 267.607,292.271 267.609,291.555 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000121973015575236719160000017847529400447745963_" style="enable-background:new ;" d="M283.487,299.647l-0.002,0.716c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.716C282.141,299.945,282.974,299.945,283.487,299.647z"/></defs><use xlink:href="%23SVGID_00000121973015575236719160000017847529400447745963_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000045586564498753193600000013605791270428017557_"><use xlink:href="%23SVGID_00000121973015575236719160000017847529400447745963_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000045586564498753193600000013605791270428017557_);enable-background:new ;"><path style="fill:%23252956;" d="M283.487,299.647l-0.002,0.716c-0.186,0.108-0.414,0.177-0.654,0.206l0.001-0.716C283.072,299.824,283.301,299.756,283.487,299.647z"/><path style="fill:%23252956;" d="M282.832,299.854l-0.001,0.716c-0.422,0.052-0.879-0.017-1.208-0.206l0.002-0.716C281.954,299.837,282.411,299.906,282.832,299.854z"/></g></g><g><path style="fill:%233C4384;" d="M288.758,295.502c0.516,0.298,0.519,0.781,0.006,1.078l-5.278,3.067c-0.513,0.298-1.346,0.298-1.862,0l-14.016-8.092c-0.516-0.298-0.519-0.781-0.006-1.079l5.278-3.067c0.513-0.298,1.346-0.298,1.862,0L288.758,295.502z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000025432034907585635220000012124620090661626814_" style="enable-background:new ;" d="M163.289,241.583l0.002-0.717c0,0.197,0.13,0.395,0.39,0.545l-0.002,0.716C163.419,241.977,163.289,241.78,163.289,241.583z"/></defs><use xlink:href="%23SVGID_00000025432034907585635220000012124620090661626814_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000088832802522882185120000000515591138421880459_"><use xlink:href="%23SVGID_00000025432034907585635220000012124620090661626814_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000088832802522882185120000000515591138421880459_);enable-background:new ;"><path style="fill:%23252956;" d="M163.682,241.412l-0.002,0.716c-0.26-0.151-0.391-0.348-0.39-0.545l0.002-0.717C163.291,241.064,163.421,241.261,163.682,241.412z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000114756695635751188730000005439167101551477403_" style="enable-background:new ;" d="M189.251,248.228l-0.003,0.716c0,0.194-0.128,0.387-0.382,0.536l0.002-0.716C189.122,248.615,189.249,248.422,189.251,248.228z"/></defs><use xlink:href="%23SVGID_00000114756695635751188730000005439167101551477403_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000172436283146102779000000011056300565821783990_"><use xlink:href="%23SVGID_00000114756695635751188730000005439167101551477403_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000172436283146102779000000011056300565821783990_);enable-background:new ;"><path style="fill:%23252956;" d="M189.251,248.228l-0.003,0.716c0,0.117-0.047,0.234-0.14,0.341l0.002-0.716C189.203,248.462,189.25,248.345,189.251,248.228z"/><path style="fill:%23252956;" d="M189.11,248.569l-0.002,0.716c-0.061,0.07-0.142,0.136-0.242,0.195l0.002-0.716C188.969,248.705,189.049,248.639,189.11,248.569z"/></g></g><g><polygon style="fill:%23252956;" points="188.868,248.764 188.866,249.48 183.588,252.547 183.59,251.831 "/></g><g><polygon style="fill:%23252956;" points="181.728,251.831 181.725,252.547 163.679,242.128 163.682,241.412 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000022561678978965657750000017562372973330110644_" style="enable-background:new ;" d="M183.59,251.831l-0.002,0.716c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.716C182.244,252.129,183.077,252.129,183.59,251.831z"/></defs><use xlink:href="%23SVGID_00000022561678978965657750000017562372973330110644_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000005239946542731779160000014272933204107468162_"><use xlink:href="%23SVGID_00000022561678978965657750000017562372973330110644_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000005239946542731779160000014272933204107468162_);enable-background:new ;"><path style="fill:%23252956;" d="M183.59,251.831l-0.002,0.716c-0.186,0.108-0.414,0.177-0.655,0.206l0.003-0.716C183.175,252.008,183.404,251.939,183.59,251.831z"/><path style="fill:%23252956;" d="M182.935,252.037l-0.003,0.716c-0.421,0.052-0.878-0.017-1.207-0.206l0.002-0.716C182.056,252.02,182.514,252.089,182.935,252.037z"/></g></g><g><path style="fill:%233C4384;" d="M188.861,247.685c0.517,0.298,0.519,0.78,0.007,1.078l-5.278,3.067c-0.513,0.298-1.346,0.298-1.862,0l-18.046-10.419c-0.516-0.298-0.521-0.782-0.009-1.08l5.278-3.067c0.513-0.298,1.349-0.296,1.865,0.002L188.861,247.685z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000071559639745333153320000007237744643738385579_" style="enable-background:new ;" d="M197.954,253.253l-0.002,0.716c0,0.194-0.128,0.387-0.383,0.536l0.002-0.716C197.826,253.64,197.953,253.447,197.954,253.253z"/></defs><use xlink:href="%23SVGID_00000071559639745333153320000007237744643738385579_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000107580311138695566920000009895373433475841697_"><use xlink:href="%23SVGID_00000071559639745333153320000007237744643738385579_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000107580311138695566920000009895373433475841697_);enable-background:new ;"><path style="fill:%23252956;" d="M197.954,253.253l-0.002,0.716c0,0.118-0.047,0.234-0.14,0.342l0.002-0.717C197.907,253.487,197.954,253.37,197.954,253.253z"/><path style="fill:%23252956;" d="M197.813,253.594l-0.002,0.717c-0.061,0.07-0.142,0.135-0.242,0.194l0.002-0.716C197.671,253.73,197.753,253.664,197.813,253.594z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000092420297945382981980000013401210855611554483_" style="enable-background:new ;" d="M184.728,253.961l0.002-0.716c-0.001,0.196,0.129,0.393,0.389,0.543l-0.002,0.716C184.857,254.355,184.727,254.158,184.728,253.961z"/></defs><use xlink:href="%23SVGID_00000092420297945382981980000013401210855611554483_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000118386109766933197280000005741337295743206034_"><use xlink:href="%23SVGID_00000092420297945382981980000013401210855611554483_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000118386109766933197280000005741337295743206034_);enable-background:new ;"><path style="fill:%23252956;" d="M185.119,253.788l-0.002,0.716c-0.26-0.15-0.389-0.346-0.389-0.543l0.002-0.716C184.729,253.442,184.859,253.638,185.119,253.788z"/></g></g><g><polygon style="fill:%23252956;" points="197.571,253.788 197.569,254.505 192.291,257.572 192.293,256.855 "/></g><g><polygon style="fill:%23252956;" points="190.431,256.855 190.429,257.572 185.117,254.505 185.119,253.788 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000079462889395056325290000008314233517207924645_" style="enable-background:new ;" d="M192.293,256.855l-0.002,0.716c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.716C190.947,257.153,191.78,257.153,192.293,256.855z"/></defs><use xlink:href="%23SVGID_00000079462889395056325290000008314233517207924645_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000025423662811981585160000004565357274817136568_"><use xlink:href="%23SVGID_00000079462889395056325290000008314233517207924645_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000025423662811981585160000004565357274817136568_);enable-background:new ;"><path style="fill:%23252956;" d="M192.293,256.855l-0.002,0.716c-0.186,0.108-0.414,0.177-0.654,0.207l0.002-0.716C191.879,257.033,192.107,256.964,192.293,256.855z"/><path style="fill:%23252956;" d="M191.639,257.062l-0.002,0.716c-0.421,0.052-0.879-0.017-1.208-0.207l0.002-0.716C190.76,257.045,191.217,257.114,191.639,257.062z"/></g></g><g><path style="fill:%233C4384;" d="M197.565,252.71c0.516,0.298,0.519,0.78,0.006,1.078l-5.278,3.067c-0.513,0.298-1.346,0.298-1.862,0l-5.312-3.067c-0.516-0.298-0.519-0.78-0.006-1.078l5.278-3.067c0.513-0.298,1.346-0.298,1.862,0L197.565,252.71z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000070812846825513015130000016447938515586674056_" style="enable-background:new ;" d="M168.004,245.822l-0.002,0.716c0,0.194-0.128,0.388-0.384,0.536l0.002-0.716C167.876,246.21,168.004,246.016,168.004,245.822z"/></defs><use xlink:href="%23SVGID_00000070812846825513015130000016447938515586674056_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000026849432902800398350000013102171786605874601_"><use xlink:href="%23SVGID_00000070812846825513015130000016447938515586674056_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000026849432902800398350000013102171786605874601_);enable-background:new ;"><path style="fill:%23252956;" d="M168.004,245.822l-0.002,0.716c0,0.117-0.047,0.235-0.141,0.342l0.002-0.716C167.957,246.057,168.004,245.939,168.004,245.822z"/><path style="fill:%23252956;" d="M167.864,246.164l-0.002,0.716c-0.061,0.07-0.142,0.136-0.243,0.195l0.002-0.716C167.722,246.3,167.803,246.234,167.864,246.164z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000145020912533833982040000016520245295637603225_" style="enable-background:new ;" d="M154.777,246.53l0.002-0.716c-0.001,0.197,0.129,0.394,0.389,0.545l-0.002,0.717C154.907,246.925,154.777,246.728,154.777,246.53z"/></defs><use xlink:href="%23SVGID_00000145020912533833982040000016520245295637603225_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000080928260571142124470000011628481673592839841_"><use xlink:href="%23SVGID_00000145020912533833982040000016520245295637603225_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000080928260571142124470000011628481673592839841_);enable-background:new ;"><path style="fill:%23252956;" d="M155.168,246.359l-0.002,0.717c-0.26-0.15-0.389-0.348-0.389-0.546l0.002-0.716C154.779,246.011,154.909,246.209,155.168,246.359z"/></g></g><g><polygon style="fill:%23252956;" points="167.621,246.359 167.618,247.075 162.343,250.141 162.346,249.424 "/></g><g><polygon style="fill:%23252956;" points="160.478,249.424 160.476,250.141 155.166,247.076 155.168,246.359 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000127761278376845185240000000768839767974877620_" style="enable-background:new ;" d="M162.346,249.424l-0.002,0.716c-0.513,0.298-1.351,0.298-1.867,0l0.002-0.716C160.994,249.722,161.833,249.722,162.346,249.424z"/></defs><use xlink:href="%23SVGID_00000127761278376845185240000000768839767974877620_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000124137328791148200390000011127062094313655985_"><use xlink:href="%23SVGID_00000127761278376845185240000000768839767974877620_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000124137328791148200390000011127062094313655985_);enable-background:new ;"><path style="fill:%23252956;" d="M162.346,249.424l-0.002,0.716c-0.186,0.108-0.414,0.177-0.655,0.206l0.002-0.716C161.931,249.601,162.16,249.532,162.346,249.424z"/><path style="fill:%23252956;" d="M161.69,249.631l-0.002,0.716c-0.423,0.053-0.883-0.016-1.212-0.206l0.002-0.716C160.807,249.614,161.267,249.683,161.69,249.631z"/></g></g><g><path style="fill:%233C4384;" d="M167.615,245.277c0.516,0.298,0.521,0.782,0.006,1.082l-5.275,3.065c-0.513,0.298-1.351,0.298-1.868,0l-5.31-3.065c-0.516-0.298-0.519-0.784-0.006-1.082l5.275-3.065c0.516-0.3,1.351-0.298,1.868,0L167.615,245.277z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000124866205166710973370000005107908307685723785_" style="enable-background:new ;" d="M176.708,250.847l-0.002,0.716c0,0.194-0.128,0.388-0.384,0.537l0.002-0.716C176.58,251.235,176.707,251.041,176.708,250.847z"/></defs><use xlink:href="%23SVGID_00000124866205166710973370000005107908307685723785_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000134956754251135035810000000827513492257916090_"><use xlink:href="%23SVGID_00000124866205166710973370000005107908307685723785_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000134956754251135035810000000827513492257916090_);enable-background:new ;"><path style="fill:%23252956;" d="M176.708,250.847l-0.002,0.716c0,0.117-0.047,0.234-0.14,0.342l0.002-0.717C176.661,251.081,176.707,250.964,176.708,250.847z"/><path style="fill:%23252956;" d="M176.567,251.189l-0.002,0.717c-0.061,0.07-0.142,0.136-0.243,0.195l0.002-0.716C176.425,251.325,176.506,251.259,176.567,251.189z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000036963818827919129260000011971501450805450117_" style="enable-background:new ;" d="M163.481,251.555l0.002-0.716c-0.001,0.197,0.129,0.394,0.389,0.545l-0.002,0.716C163.61,251.95,163.48,251.752,163.481,251.555z"/></defs><use xlink:href="%23SVGID_00000036963818827919129260000011971501450805450117_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000066477984097205149480000006034398682699684502_"><use xlink:href="%23SVGID_00000036963818827919129260000011971501450805450117_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000066477984097205149480000006034398682699684502_);enable-background:new ;"><path style="fill:%23252956;" d="M163.872,251.384l-0.002,0.716c-0.259-0.15-0.389-0.348-0.389-0.545l0.002-0.716C163.482,251.036,163.612,251.234,163.872,251.384z"/></g></g><g><polygon style="fill:%23252956;" points="176.324,251.384 176.322,252.1 171.047,255.165 171.049,254.449 "/></g><g><polygon style="fill:%23252956;" points="169.181,254.449 169.179,255.165 163.869,252.1 163.872,251.384 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000134961179647186090880000010952075323539198136_" style="enable-background:new ;" d="M171.049,254.449l-0.002,0.716c-0.513,0.298-1.351,0.298-1.868,0l0.002-0.716C169.697,254.747,170.536,254.747,171.049,254.449z"/></defs><use xlink:href="%23SVGID_00000134961179647186090880000010952075323539198136_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000019651359160147990510000005410228532871254430_"><use xlink:href="%23SVGID_00000134961179647186090880000010952075323539198136_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000019651359160147990510000005410228532871254430_);enable-background:new ;"><path style="fill:%23252956;" d="M171.049,254.449l-0.002,0.716c-0.185,0.108-0.414,0.177-0.655,0.207l0.002-0.716C170.634,254.626,170.863,254.557,171.049,254.449z"/><path style="fill:%23252956;" d="M170.394,254.656l-0.002,0.716c-0.423,0.053-0.883-0.017-1.212-0.207l0.002-0.716C169.51,254.639,169.97,254.708,170.394,254.656z"/></g></g><g><path style="fill:%233C4384;" d="M176.318,250.302c0.516,0.298,0.521,0.782,0.006,1.082l-5.275,3.065c-0.513,0.298-1.351,0.298-1.868,0l-5.31-3.065c-0.516-0.298-0.518-0.784-0.006-1.082l5.275-3.066c0.515-0.299,1.351-0.298,1.868,0L176.318,250.302z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000096756096718464031510000014934655878146706866_" style="enable-background:new ;" d="M185.092,255.687l-0.002,0.716c0,0.194-0.129,0.388-0.385,0.537l0.002-0.716C184.964,256.075,185.092,255.881,185.092,255.687z"/></defs><use xlink:href="%23SVGID_00000096756096718464031510000014934655878146706866_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000102517391521084467490000010370950619099739791_"><use xlink:href="%23SVGID_00000096756096718464031510000014934655878146706866_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000102517391521084467490000010370950619099739791_);enable-background:new ;"><path style="fill:%23252956;" d="M185.092,255.687l-0.002,0.716c0,0.117-0.047,0.234-0.14,0.341l0.002-0.716C185.046,255.921,185.092,255.804,185.092,255.687z"/><path style="fill:%23252956;" d="M184.952,256.028l-0.002,0.716c-0.062,0.07-0.143,0.137-0.245,0.196l0.002-0.716C184.809,256.165,184.891,256.099,184.952,256.028z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000087386857458128512510000016277412987625002914_" style="enable-background:new ;" d="M171.866,256.398l0.002-0.716c-0.001,0.196,0.128,0.393,0.387,0.542l-0.002,0.716C171.995,256.791,171.866,256.594,171.866,256.398z"/></defs><use xlink:href="%23SVGID_00000087386857458128512510000016277412987625002914_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000097491572027452390570000012638068797299976608_"><use xlink:href="%23SVGID_00000087386857458128512510000016277412987625002914_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000097491572027452390570000012638068797299976608_);enable-background:new ;"><path style="fill:%23252956;" d="M172.255,256.224l-0.002,0.716c-0.259-0.15-0.387-0.346-0.387-0.542l0.002-0.716C171.867,255.878,171.997,256.074,172.255,256.224z"/></g></g><g><polygon style="fill:%23252956;" points="184.708,256.224 184.706,256.94 179.43,260.006 179.433,259.29 "/></g><g><polygon style="fill:%23252956;" points="177.565,259.29 177.563,260.006 172.253,256.94 172.255,256.224 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000000215076501234798410000009927752871132248497_" style="enable-background:new ;" d="M179.433,259.29l-0.002,0.716c-0.513,0.298-1.348,0.299-1.868,0l0.002-0.716C178.084,259.589,178.92,259.587,179.433,259.29z"/></defs><use xlink:href="%23SVGID_00000000215076501234798410000009927752871132248497_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000111168025165125549290000012796365541170514609_"><use xlink:href="%23SVGID_00000000215076501234798410000009927752871132248497_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000111168025165125549290000012796365541170514609_);enable-background:new ;"><path style="fill:%23252956;" d="M179.433,259.29l-0.002,0.716c-0.186,0.108-0.415,0.178-0.657,0.207l0.002-0.716C179.017,259.467,179.246,259.398,179.433,259.29z"/><path style="fill:%23252956;" d="M178.776,259.497l-0.002,0.716c-0.422,0.052-0.881-0.016-1.211-0.207l0.002-0.716C177.895,259.48,178.354,259.549,178.776,259.497z"/></g></g><g><path style="fill:%233C4384;" d="M184.701,255.142c0.519,0.299,0.522,0.782,0.006,1.082l-5.275,3.066c-0.513,0.298-1.349,0.3-1.868,0l-5.31-3.066c-0.516-0.298-0.516-0.782-0.003-1.08l5.275-3.066c0.516-0.299,1.349-0.299,1.865-0.002L184.701,255.142z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000102513750353725491370000012303289659963025336_" style="enable-background:new ;" d="M206.657,258.278l-0.002,0.716c0,0.194-0.128,0.388-0.383,0.536l0.002-0.716C206.529,258.665,206.656,258.472,206.657,258.278z"/></defs><use xlink:href="%23SVGID_00000102513750353725491370000012303289659963025336_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000016759242865086267770000015276580402077806721_"><use xlink:href="%23SVGID_00000102513750353725491370000012303289659963025336_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000016759242865086267770000015276580402077806721_);enable-background:new ;"><path style="fill:%23252956;" d="M206.657,258.278l-0.002,0.716c0,0.117-0.047,0.234-0.141,0.341l0.003-0.716C206.61,258.512,206.657,258.395,206.657,258.278z"/><path style="fill:%23252956;" d="M206.517,258.619l-0.003,0.716c-0.061,0.07-0.141,0.136-0.242,0.194l0.002-0.716C206.375,258.754,206.456,258.689,206.517,258.619z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000132770035983106797290000010325980103384807833_" style="enable-background:new ;" d="M193.431,258.986l0.002-0.716c0,0.197,0.13,0.394,0.391,0.545l-0.002,0.716C193.562,259.38,193.431,259.183,193.431,258.986z"/></defs><use xlink:href="%23SVGID_00000132770035983106797290000010325980103384807833_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000034812070054861227860000004860621120568860806_"><use xlink:href="%23SVGID_00000132770035983106797290000010325980103384807833_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000034812070054861227860000004860621120568860806_);enable-background:new ;"><path style="fill:%23252956;" d="M193.825,258.815l-0.002,0.716c-0.261-0.15-0.392-0.348-0.392-0.545l0.002-0.716C193.433,258.467,193.564,258.664,193.825,258.815z"/></g></g><g><polygon style="fill:%23252956;" points="206.275,258.813 206.272,259.53 200.994,262.596 200.997,261.88 "/></g><g><polygon style="fill:%23252956;" points="199.134,261.88 199.132,262.596 193.823,259.531 193.825,258.815 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000052092515370340170730000007442509480901026711_" style="enable-background:new ;" d="M200.997,261.88l-0.002,0.716c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.716C199.651,262.178,200.484,262.178,200.997,261.88z"/></defs><use xlink:href="%23SVGID_00000052092515370340170730000007442509480901026711_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000078037519200593049280000000842567059538640570_"><use xlink:href="%23SVGID_00000052092515370340170730000007442509480901026711_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000078037519200593049280000000842567059538640570_);enable-background:new ;"><path style="fill:%23252956;" d="M200.997,261.88l-0.002,0.716c-0.186,0.108-0.414,0.177-0.654,0.207l0.002-0.716C200.582,262.058,200.811,261.989,200.997,261.88z"/><path style="fill:%23252956;" d="M200.342,262.087l-0.002,0.716c-0.421,0.052-0.878-0.017-1.208-0.207l0.002-0.716C199.463,262.07,199.921,262.139,200.342,262.087z"/></g></g><g><path style="fill:%233C4384;" d="M206.268,257.735c0.516,0.298,0.519,0.78,0.006,1.078l-5.278,3.067c-0.513,0.298-1.346,0.298-1.862,0l-5.31-3.065c-0.519-0.3-0.522-0.782-0.008-1.08l5.278-3.067c0.513-0.298,1.346-0.298,1.865,0.002L206.268,257.735z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000057851625705910517830000007807727779848016312_" style="enable-background:new ;" d="M215.361,263.303l-0.002,0.716c0,0.194-0.128,0.387-0.383,0.536l0.002-0.716C215.232,263.69,215.36,263.496,215.361,263.303z"/></defs><use xlink:href="%23SVGID_00000057851625705910517830000007807727779848016312_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000158722159425460309730000004270927628984474286_"><use xlink:href="%23SVGID_00000057851625705910517830000007807727779848016312_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000158722159425460309730000004270927628984474286_);enable-background:new ;"><path style="fill:%23252956;" d="M215.361,263.303l-0.002,0.716c0,0.117-0.047,0.234-0.14,0.341l0.002-0.716C215.313,263.537,215.36,263.42,215.361,263.303z"/><path style="fill:%23252956;" d="M215.22,263.643l-0.002,0.716c-0.061,0.07-0.142,0.136-0.243,0.195l0.002-0.716C215.079,263.78,215.16,263.714,215.22,263.643z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000129175972940757425800000015058728873672006287_" style="enable-background:new ;" d="M202.135,264.011l0.003-0.716c-0.001,0.196,0.13,0.394,0.391,0.545l-0.002,0.716C202.265,264.405,202.134,264.208,202.135,264.011z"/></defs><use xlink:href="%23SVGID_00000129175972940757425800000015058728873672006287_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000085219817205312488090000010817703446011492746_"><use xlink:href="%23SVGID_00000129175972940757425800000015058728873672006287_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000085219817205312488090000010817703446011492746_);enable-background:new ;"><path style="fill:%23252956;" d="M202.528,263.84l-0.002,0.716c-0.261-0.151-0.392-0.348-0.391-0.545l0.003-0.716C202.137,263.491,202.267,263.689,202.528,263.84z"/></g></g><g><polygon style="fill:%23252956;" points="214.978,263.838 214.976,264.555 209.698,267.622 209.7,266.905 "/></g><g><polygon style="fill:%23252956;" points="207.838,266.905 207.836,267.622 202.526,264.556 202.528,263.84 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000129905109377012629920000000176196975517746328_" style="enable-background:new ;" d="M209.7,266.905l-0.002,0.716c-0.512,0.298-1.346,0.298-1.862,0l0.002-0.716C208.354,267.203,209.187,267.203,209.7,266.905z"/></defs><use xlink:href="%23SVGID_00000129905109377012629920000000176196975517746328_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000145747792387827308930000012543360247699127210_"><use xlink:href="%23SVGID_00000129905109377012629920000000176196975517746328_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000145747792387827308930000012543360247699127210_);enable-background:new ;"><path style="fill:%23252956;" d="M209.7,266.905l-0.002,0.716c-0.186,0.108-0.414,0.177-0.655,0.206l0.002-0.716C209.285,267.082,209.514,267.013,209.7,266.905z"/><path style="fill:%23252956;" d="M209.045,267.112l-0.002,0.716c-0.421,0.052-0.878-0.016-1.207-0.206l0.002-0.716C208.166,267.095,208.624,267.164,209.045,267.112z"/></g></g><g><path style="fill:%233C4384;" d="M214.972,262.76c0.516,0.298,0.519,0.78,0.006,1.078l-5.278,3.067c-0.513,0.298-1.346,0.298-1.862,0l-5.31-3.065c-0.519-0.3-0.522-0.783-0.009-1.08l5.278-3.067c0.512-0.298,1.346-0.298,1.865,0.002L214.972,262.76z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000173141292818557138960000012492144652076681657_" style="enable-background:new ;" d="M224.065,268.33l-0.002,0.716c0,0.194-0.127,0.387-0.381,0.535l0.002-0.717C223.938,268.717,224.065,268.524,224.065,268.33z"/></defs><use xlink:href="%23SVGID_00000173141292818557138960000012492144652076681657_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000013180145332011013470000004618117221571338140_"><use xlink:href="%23SVGID_00000173141292818557138960000012492144652076681657_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000013180145332011013470000004618117221571338140_);enable-background:new ;"><path style="fill:%23252956;" d="M224.065,268.33l-0.002,0.716c0,0.117-0.047,0.235-0.14,0.341l0.002-0.716C224.018,268.564,224.065,268.448,224.065,268.33z"/><path style="fill:%23252956;" d="M223.925,268.672l-0.002,0.716c-0.061,0.07-0.141,0.135-0.241,0.194l0.002-0.717C223.784,268.806,223.864,268.741,223.925,268.672z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000116227363525447101180000017078116893422770566_" style="enable-background:new ;" d="M210.838,269.036l0.002-0.716c-0.001,0.197,0.13,0.394,0.391,0.545l-0.002,0.717C210.968,269.43,210.838,269.232,210.838,269.036z"/></defs><use xlink:href="%23SVGID_00000116227363525447101180000017078116893422770566_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000044875661650388143920000005168190992356190641_"><use xlink:href="%23SVGID_00000116227363525447101180000017078116893422770566_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000044875661650388143920000005168190992356190641_);enable-background:new ;"><path style="fill:%23252956;" d="M211.232,268.865l-0.002,0.717c-0.262-0.151-0.392-0.349-0.392-0.545l0.002-0.716C210.84,268.517,210.971,268.714,211.232,268.865z"/></g></g><g><polygon style="fill:%23252956;" points="223.684,268.865 223.682,269.581 218.404,272.648 218.406,271.932 "/></g><g><polygon style="fill:%23252956;" points="216.541,271.93 216.539,272.646 211.23,269.581 211.232,268.865 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000049929056309551336780000007117442867535355809_" style="enable-background:new ;" d="M218.406,271.932l-0.002,0.717c-0.513,0.298-1.349,0.296-1.865-0.002l0.002-0.716C217.057,272.228,217.893,272.23,218.406,271.932z"/></defs><use xlink:href="%23SVGID_00000049929056309551336780000007117442867535355809_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000041289891509496294370000010204246440605574066_"><use xlink:href="%23SVGID_00000049929056309551336780000007117442867535355809_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000041289891509496294370000010204246440605574066_);enable-background:new ;"><path style="fill:%23252956;" d="M218.406,271.932l-0.002,0.717c-0.185,0.108-0.413,0.176-0.653,0.206l0.002-0.716C217.993,272.108,218.22,272.04,218.406,271.932z"/><path style="fill:%23252956;" d="M217.753,272.138l-0.002,0.716c-0.423,0.052-0.883-0.018-1.212-0.208l0.002-0.716C216.87,272.121,217.331,272.19,217.753,272.138z"/></g></g><g><path style="fill:%233C4384;" d="M223.675,267.785c0.516,0.298,0.521,0.782,0.009,1.08l-5.278,3.067c-0.513,0.298-1.349,0.297-1.865-0.001l-5.309-3.066c-0.519-0.299-0.522-0.782-0.009-1.08l5.278-3.067c0.512-0.298,1.346-0.298,1.865,0.002L223.675,267.785z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000086681700172736865770000007802682913570970286_" style="enable-background:new ;" d="M232.769,273.355l-0.002,0.716c0,0.193-0.127,0.387-0.381,0.535l0.002-0.716C232.641,273.742,232.768,273.549,232.769,273.355z"/></defs><use xlink:href="%23SVGID_00000086681700172736865770000007802682913570970286_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000059989063731916174750000004137592377571575971_"><use xlink:href="%23SVGID_00000086681700172736865770000007802682913570970286_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000059989063731916174750000004137592377571575971_);enable-background:new ;"><path style="fill:%23252956;" d="M232.769,273.355l-0.002,0.716c0,0.117-0.047,0.234-0.14,0.341l0.002-0.716C232.722,273.589,232.768,273.472,232.769,273.355z"/><path style="fill:%23252956;" d="M232.628,273.696l-0.002,0.716c-0.06,0.07-0.141,0.135-0.241,0.194l0.002-0.716C232.487,273.831,232.568,273.766,232.628,273.696z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000138556374649780064020000014444549500949692555_" style="enable-background:new ;" d="M219.543,274.06l0.002-0.716c-0.001,0.197,0.13,0.395,0.39,0.545l-0.002,0.716C219.673,274.456,219.542,274.258,219.543,274.06z"/></defs><use xlink:href="%23SVGID_00000138556374649780064020000014444549500949692555_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000116932215760373693230000003638451443574297021_"><use xlink:href="%23SVGID_00000138556374649780064020000014444549500949692555_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000116932215760373693230000003638451443574297021_);enable-background:new ;"><path style="fill:%23252956;" d="M219.935,273.89l-0.002,0.716c-0.26-0.151-0.391-0.348-0.39-0.546l0.002-0.716C219.544,273.541,219.675,273.739,219.935,273.89z"/></g></g><g><polygon style="fill:%23252956;" points="232.387,273.89 232.385,274.606 227.107,277.673 227.109,276.957 "/></g><g><polygon style="fill:%23252956;" points="225.244,276.955 225.243,277.671 219.933,274.606 219.935,273.89 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000183248429962592705340000015455343214708790206_" style="enable-background:new ;" d="M227.109,276.957l-0.002,0.716c-0.513,0.298-1.349,0.296-1.865-0.002l0.002-0.716C225.761,277.253,226.597,277.255,227.109,276.957z"/></defs><use xlink:href="%23SVGID_00000183248429962592705340000015455343214708790206_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000162338264328571412340000017576277483979199626_"><use xlink:href="%23SVGID_00000183248429962592705340000015455343214708790206_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000162338264328571412340000017576277483979199626_);enable-background:new ;"><path style="fill:%23252956;" d="M227.109,276.957l-0.002,0.716c-0.185,0.108-0.413,0.176-0.652,0.206l0.002-0.716C226.696,277.133,226.924,277.064,227.109,276.957z"/><path style="fill:%23252956;" d="M226.457,277.163l-0.002,0.716c-0.423,0.052-0.882-0.017-1.212-0.208l0.002-0.716C225.574,277.145,226.034,277.215,226.457,277.163z"/></g></g><g><path style="fill:%233C4384;" d="M232.379,272.81c0.516,0.298,0.521,0.782,0.009,1.08l-5.278,3.067c-0.513,0.298-1.348,0.296-1.865-0.001l-5.309-3.066c-0.516-0.298-0.522-0.782-0.009-1.08l5.278-3.068c0.512-0.298,1.348-0.296,1.865,0.001L232.379,272.81z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000080928018671343260500000010567967868039272638_" style="enable-background:new ;" d="M241.472,278.38l-0.003,0.716c0,0.194-0.127,0.387-0.381,0.535l0.002-0.716C241.345,278.767,241.471,278.574,241.472,278.38z"/></defs><use xlink:href="%23SVGID_00000080928018671343260500000010567967868039272638_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000114777887526652845410000010524490524207094405_"><use xlink:href="%23SVGID_00000080928018671343260500000010567967868039272638_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000114777887526652845410000010524490524207094405_);enable-background:new ;"><path style="fill:%23252956;" d="M241.472,278.38l-0.003,0.716c0,0.117-0.047,0.234-0.14,0.341l0.002-0.716C241.425,278.614,241.472,278.497,241.472,278.38z"/><path style="fill:%23252956;" d="M241.332,278.721l-0.002,0.716c-0.06,0.07-0.141,0.135-0.241,0.193l0.002-0.716C241.191,278.856,241.271,278.791,241.332,278.721z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000119813248022037868490000004390901112767715463_" style="enable-background:new ;" d="M228.246,279.086l0.002-0.717c-0.001,0.197,0.13,0.395,0.39,0.546l-0.002,0.716C228.376,279.48,228.245,279.283,228.246,279.086z"/></defs><use xlink:href="%23SVGID_00000119813248022037868490000004390901112767715463_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000142150505644343792220000011975084623574995842_"><use xlink:href="%23SVGID_00000119813248022037868490000004390901112767715463_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000142150505644343792220000011975084623574995842_);enable-background:new ;"><path style="fill:%23252956;" d="M228.638,278.914l-0.002,0.716c-0.261-0.15-0.391-0.348-0.39-0.545l0.002-0.717C228.248,278.566,228.378,278.764,228.638,278.914z"/></g></g><g><polygon style="fill:%23252956;" points="241.09,278.914 241.089,279.631 235.811,282.698 235.813,281.982 "/></g><g><polygon style="fill:%23252956;" points="233.948,281.98 233.946,282.696 228.637,279.631 228.638,278.914 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000028325870919791555480000014519823954921219248_" style="enable-background:new ;" d="M235.813,281.982l-0.002,0.716c-0.513,0.298-1.349,0.296-1.865-0.002l0.002-0.716C234.464,282.278,235.3,282.28,235.813,281.982z"/></defs><use xlink:href="%23SVGID_00000028325870919791555480000014519823954921219248_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000041258431552971193320000007277277455950018195_"><use xlink:href="%23SVGID_00000028325870919791555480000014519823954921219248_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000041258431552971193320000007277277455950018195_);enable-background:new ;"><path style="fill:%23252956;" d="M235.813,281.982l-0.002,0.716c-0.185,0.108-0.413,0.176-0.653,0.205l0.002-0.716C235.4,282.158,235.627,282.089,235.813,281.982z"/><path style="fill:%23252956;" d="M235.16,282.188l-0.002,0.716c-0.423,0.052-0.883-0.017-1.212-0.208l0.002-0.716C234.277,282.17,234.737,282.24,235.16,282.188z"/></g></g><g><path style="fill:%233C4384;" d="M241.082,277.835c0.516,0.298,0.521,0.782,0.008,1.08l-5.278,3.067c-0.513,0.298-1.348,0.296-1.865-0.002l-5.31-3.065c-0.516-0.298-0.522-0.782-0.009-1.08l5.278-3.067c0.513-0.298,1.348-0.297,1.864,0.001L241.082,277.835z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000067203242974712079880000015879597063906652556_" style="enable-background:new ;" d="M250.176,283.405l-0.002,0.716c-0.001,0.194-0.127,0.387-0.382,0.534l0.002-0.716C250.048,283.792,250.175,283.599,250.176,283.405z"/></defs><use xlink:href="%23SVGID_00000067203242974712079880000015879597063906652556_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000168100900032678735760000001873086600313460156_"><use xlink:href="%23SVGID_00000067203242974712079880000015879597063906652556_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000168100900032678735760000001873086600313460156_);enable-background:new ;"><path style="fill:%23252956;" d="M250.176,283.405l-0.002,0.716c-0.001,0.117-0.047,0.235-0.14,0.342l0.002-0.717C250.129,283.639,250.175,283.522,250.176,283.405z"/><path style="fill:%23252956;" d="M250.035,283.746l-0.002,0.717c-0.06,0.069-0.141,0.134-0.241,0.193l0.002-0.716C249.894,283.881,249.975,283.816,250.035,283.746z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000080919477466020036650000002375525822822185135_" style="enable-background:new ;" d="M236.949,284.11l0.002-0.716c0,0.197,0.13,0.396,0.391,0.545l-0.003,0.716C237.079,284.505,236.949,284.307,236.949,284.11z"/></defs><use xlink:href="%23SVGID_00000080919477466020036650000002375525822822185135_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000010989384626300169450000009976364179395649696_"><use xlink:href="%23SVGID_00000080919477466020036650000002375525822822185135_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000010989384626300169450000009976364179395649696_);enable-background:new ;"><path style="fill:%23252956;" d="M237.342,283.939l-0.003,0.716c-0.26-0.15-0.391-0.348-0.39-0.545l0.002-0.716C236.951,283.591,237.081,283.789,237.342,283.939z"/></g></g><g><polygon style="fill:%23252956;" points="249.794,283.939 249.792,284.655 244.514,287.723 244.516,287.007 "/></g><g><polygon style="fill:%23252956;" points="242.651,287.005 242.649,287.721 237.339,284.655 237.342,283.939 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000158733083291140594490000005124609706215835283_" style="enable-background:new ;" d="M244.516,287.007l-0.002,0.716c-0.513,0.298-1.349,0.297-1.865-0.001l0.002-0.716C243.168,287.303,244.003,287.304,244.516,287.007z"/></defs><use xlink:href="%23SVGID_00000158733083291140594490000005124609706215835283_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000033348088726935010440000016397094922295700916_"><use xlink:href="%23SVGID_00000158733083291140594490000005124609706215835283_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000033348088726935010440000016397094922295700916_);enable-background:new ;"><path style="fill:%23252956;" d="M244.516,287.007l-0.002,0.716c-0.185,0.108-0.413,0.177-0.653,0.206l0.002-0.716C244.103,287.183,244.33,287.114,244.516,287.007z"/><path style="fill:%23252956;" d="M243.863,287.212l-0.002,0.716c-0.423,0.052-0.883-0.017-1.212-0.208l0.002-0.716C242.981,287.195,243.441,287.265,243.863,287.212z"/></g></g><g><path style="fill:%233C4384;" d="M249.785,282.86c0.516,0.297,0.521,0.782,0.008,1.079l-5.277,3.068c-0.513,0.298-1.349,0.296-1.865-0.002l-5.309-3.066c-0.516-0.298-0.522-0.782-0.009-1.079l5.278-3.068c0.513-0.298,1.348-0.297,1.864,0.002L249.785,282.86z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000132081803707620160960000010196151874059040164_" style="enable-background:new ;" d="M258.879,288.43l-0.002,0.716c-0.001,0.194-0.127,0.387-0.381,0.535l0.001-0.716C258.751,288.817,258.878,288.623,258.879,288.43z"/></defs><use xlink:href="%23SVGID_00000132081803707620160960000010196151874059040164_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000065036593301219458740000013719411538115232174_"><use xlink:href="%23SVGID_00000132081803707620160960000010196151874059040164_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000065036593301219458740000013719411538115232174_);enable-background:new ;"><path style="fill:%23252956;" d="M258.879,288.43l-0.002,0.716c0,0.118-0.047,0.235-0.141,0.342l0.002-0.716C258.832,288.664,258.879,288.547,258.879,288.43z"/><path style="fill:%23252956;" d="M258.738,288.771l-0.002,0.716c-0.06,0.07-0.141,0.135-0.241,0.193l0.001-0.716C258.597,288.906,258.678,288.841,258.738,288.771z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000092456125760401581750000004767391134176693891_" style="enable-background:new ;" d="M245.653,289.135l0.002-0.716c0,0.198,0.13,0.395,0.391,0.545l-0.002,0.716C245.783,289.53,245.652,289.332,245.653,289.135z"/></defs><use xlink:href="%23SVGID_00000092456125760401581750000004767391134176693891_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000120539402410295447280000007094632661468397460_"><use xlink:href="%23SVGID_00000092456125760401581750000004767391134176693891_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000120539402410295447280000007094632661468397460_);enable-background:new ;"><path style="fill:%23252956;" d="M246.045,288.964l-0.002,0.716c-0.26-0.15-0.391-0.348-0.39-0.546l0.002-0.716C245.654,288.617,245.785,288.814,246.045,288.964z"/></g></g><g><polygon style="fill:%23252956;" points="258.497,288.964 258.496,289.681 253.218,292.748 253.219,292.031 "/></g><g><polygon style="fill:%23252956;" points="251.355,292.03 251.353,292.746 246.043,289.681 246.045,288.964 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000057866890856782915780000001072219861494253457_" style="enable-background:new ;" d="M253.219,292.031l-0.002,0.716c-0.513,0.298-1.349,0.296-1.865-0.001l0.002-0.716C251.871,292.328,252.707,292.329,253.219,292.031z"/></defs><use xlink:href="%23SVGID_00000057866890856782915780000001072219861494253457_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000032621589347649323450000011946406584753154433_"><use xlink:href="%23SVGID_00000057866890856782915780000001072219861494253457_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000032621589347649323450000011946406584753154433_);enable-background:new ;"><path style="fill:%23252956;" d="M253.219,292.031l-0.002,0.716c-0.185,0.108-0.413,0.176-0.653,0.206l0.002-0.716C252.806,292.208,253.034,292.139,253.219,292.031z"/><path style="fill:%23252956;" d="M252.567,292.237l-0.002,0.716c-0.423,0.052-0.883-0.017-1.212-0.207l0.002-0.716C251.684,292.22,252.144,292.289,252.567,292.237z"/></g></g><g><path style="fill:%233C4384;" d="M258.488,287.884c0.516,0.298,0.522,0.782,0.009,1.08l-5.278,3.067c-0.513,0.298-1.348,0.297-1.865-0.001l-5.309-3.066c-0.516-0.298-0.522-0.782-0.009-1.08l5.278-3.067c0.513-0.298,1.348-0.296,1.865,0.002L258.488,287.884z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000161624421751260428670000017215065652535340938_" style="enable-background:new ;" d="M267.583,293.454l-0.002,0.716c-0.001,0.193-0.128,0.387-0.382,0.534l0.002-0.716C267.455,293.841,267.583,293.648,267.583,293.454z"/></defs><use xlink:href="%23SVGID_00000161624421751260428670000017215065652535340938_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000142865268888009347060000012209845653601650072_"><use xlink:href="%23SVGID_00000161624421751260428670000017215065652535340938_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000142865268888009347060000012209845653601650072_);enable-background:new ;"><path style="fill:%23252956;" d="M267.583,293.454l-0.002,0.716c0,0.117-0.047,0.233-0.14,0.34l0.002-0.716C267.536,293.689,267.583,293.571,267.583,293.454z"/><path style="fill:%23252956;" d="M267.443,293.795l-0.002,0.716c-0.061,0.07-0.141,0.136-0.242,0.194l0.002-0.716C267.301,293.931,267.382,293.865,267.443,293.795z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000017492187399833228880000006000426246106061972_" style="enable-background:new ;" d="M254.358,294.162l0.001-0.716c0,0.196,0.13,0.393,0.389,0.543l-0.002,0.717C254.487,294.556,254.357,294.359,254.358,294.162z"/></defs><use xlink:href="%23SVGID_00000017492187399833228880000006000426246106061972_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000057127812336297103140000011703854879283306893_"><use xlink:href="%23SVGID_00000017492187399833228880000006000426246106061972_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000057127812336297103140000011703854879283306893_);enable-background:new ;"><path style="fill:%23252956;" d="M254.749,293.989l-0.002,0.717c-0.26-0.15-0.389-0.347-0.389-0.543l0.001-0.716C254.359,293.643,254.489,293.839,254.749,293.989z"/></g></g><g><polygon style="fill:%23252956;" points="267.201,293.989 267.199,294.705 261.921,297.773 261.923,297.056 "/></g><g><polygon style="fill:%23252956;" points="260.058,297.055 260.056,297.771 254.747,294.706 254.749,293.989 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000148654730237196514990000004275105568405616768_" style="enable-background:new ;" d="M261.923,297.056l-0.002,0.716c-0.513,0.298-1.346,0.298-1.865-0.002l0.002-0.716C260.577,297.354,261.41,297.354,261.923,297.056z"/></defs><use xlink:href="%23SVGID_00000148654730237196514990000004275105568405616768_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000023254345602439719810000003571401288932158622_"><use xlink:href="%23SVGID_00000148654730237196514990000004275105568405616768_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000023254345602439719810000003571401288932158622_);enable-background:new ;"><path style="fill:%23252956;" d="M261.923,297.056l-0.002,0.716c-0.186,0.108-0.414,0.177-0.654,0.207l0.001-0.717C261.509,297.234,261.737,297.164,261.923,297.056z"/><path style="fill:%23252956;" d="M261.269,297.263l-0.001,0.717c-0.422,0.052-0.88-0.018-1.211-0.208l0.002-0.716C260.389,297.246,260.847,297.315,261.269,297.263z"/></g></g><g><path style="fill:%233C4384;" d="M267.192,292.909c0.519,0.299,0.522,0.782,0.009,1.08l-5.278,3.067c-0.513,0.298-1.346,0.298-1.865-0.001l-5.309-3.066c-0.516-0.298-0.519-0.781-0.006-1.078l5.277-3.067c0.513-0.298,1.346-0.298,1.862,0L267.192,292.909z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000168088152805109891230000002302816841445174446_" style="enable-background:new ;" d="M193.796,260.711l-0.002,0.716c0,0.194-0.129,0.389-0.385,0.538l0.002-0.716C193.667,261.1,193.796,260.906,193.796,260.711z"/></defs><use xlink:href="%23SVGID_00000168088152805109891230000002302816841445174446_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000089532520307895050720000016098032108900280510_"><use xlink:href="%23SVGID_00000168088152805109891230000002302816841445174446_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000089532520307895050720000016098032108900280510_);enable-background:new ;"><path style="fill:%23252956;" d="M193.796,260.711l-0.002,0.716c0,0.117-0.047,0.235-0.14,0.342l0.002-0.717C193.749,260.946,193.796,260.828,193.796,260.711z"/><path style="fill:%23252956;" d="M193.655,261.053l-0.002,0.717c-0.061,0.07-0.143,0.136-0.245,0.196l0.002-0.716C193.513,261.19,193.594,261.123,193.655,261.053z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000041273935004481944420000013742016311274403475_" style="enable-background:new ;" d="M180.569,261.423l0.002-0.716c-0.001,0.196,0.128,0.392,0.387,0.542l-0.003,0.716C180.698,261.816,180.569,261.619,180.569,261.423z"/></defs><use xlink:href="%23SVGID_00000041273935004481944420000013742016311274403475_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000150793336077525302510000003229637649407698587_"><use xlink:href="%23SVGID_00000041273935004481944420000013742016311274403475_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000150793336077525302510000003229637649407698587_);enable-background:new ;"><path style="fill:%23252956;" d="M180.959,261.249l-0.003,0.716c-0.259-0.15-0.388-0.346-0.387-0.543l0.002-0.716C180.571,260.903,180.7,261.099,180.959,261.249z"/></g></g><g><polygon style="fill:%23252956;" points="193.411,261.249 193.409,261.965 188.134,265.03 188.136,264.314 "/></g><g><polygon style="fill:%23252956;" points="186.271,264.316 186.269,265.032 180.956,261.965 180.959,261.249 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000160901324298756831170000007783290836524441780_" style="enable-background:new ;" d="M188.136,264.314l-0.002,0.716c-0.512,0.298-1.349,0.3-1.865,0.002l0.002-0.717C186.787,264.614,187.623,264.612,188.136,264.314z"/></defs><use xlink:href="%23SVGID_00000160901324298756831170000007783290836524441780_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000003790480086408767480000009754949716458768790_"><use xlink:href="%23SVGID_00000160901324298756831170000007783290836524441780_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000003790480086408767480000009754949716458768790_);enable-background:new ;"><path style="fill:%23252956;" d="M188.136,264.314l-0.002,0.716c-0.187,0.109-0.415,0.178-0.657,0.208l0.003-0.716C187.72,264.492,187.949,264.423,188.136,264.314z"/><path style="fill:%23252956;" d="M187.479,264.522l-0.003,0.716c-0.421,0.052-0.879-0.016-1.207-0.206l0.002-0.717C186.599,264.506,187.057,264.574,187.479,264.522z"/></g></g><g><path style="fill:%233C4384;" d="M193.408,260.169c0.516,0.298,0.519,0.781,0.003,1.08l-5.275,3.066c-0.513,0.298-1.349,0.299-1.865,0.001l-5.312-3.067c-0.517-0.298-0.517-0.782-0.004-1.08l5.275-3.066c0.515-0.299,1.348-0.299,1.865-0.001L193.408,260.169z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000107547321416450965680000006236832665063161268_" style="enable-background:new ;" d="M189.273,266.448l0.002-0.716c-0.001,0.197,0.128,0.393,0.387,0.542l-0.002,0.716C189.401,266.841,189.272,266.644,189.273,266.448z"/></defs><use xlink:href="%23SVGID_00000107547321416450965680000006236832665063161268_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000100348312423602942180000005557204216281893255_"><use xlink:href="%23SVGID_00000107547321416450965680000006236832665063161268_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000100348312423602942180000005557204216281893255_);enable-background:new ;"><path style="fill:%23252956;" d="M189.662,266.274l-0.002,0.716c-0.259-0.149-0.388-0.345-0.387-0.542l0.002-0.716C189.274,265.928,189.403,266.124,189.662,266.274z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000137832916075007116310000008748517961752309658_" style="enable-background:new ;" d="M211.203,270.761l-0.002,0.716c0,0.195-0.129,0.389-0.385,0.538l0.002-0.716C211.074,271.15,211.202,270.955,211.203,270.761z"/></defs><use xlink:href="%23SVGID_00000137832916075007116310000008748517961752309658_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000161605758372860780140000010484812854917966490_"><use xlink:href="%23SVGID_00000137832916075007116310000008748517961752309658_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000161605758372860780140000010484812854917966490_);enable-background:new ;"><path style="fill:%23252956;" d="M211.203,270.761l-0.002,0.716c0,0.117-0.047,0.234-0.14,0.342l0.002-0.717C211.156,270.996,211.202,270.878,211.203,270.761z"/><path style="fill:%23252956;" d="M211.063,271.102l-0.002,0.717c-0.062,0.07-0.143,0.137-0.245,0.196l0.002-0.716C210.919,271.24,211.001,271.173,211.063,271.102z"/></g></g><g><polygon style="fill:%23252956;" points="210.818,271.299 210.816,272.015 205.541,275.081 205.543,274.364 "/></g><g><polygon style="fill:%23252956;" points="203.678,274.366 203.676,275.082 189.66,266.99 189.662,266.274 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000169531267415224887920000010423592002381339315_" style="enable-background:new ;" d="M205.543,274.364l-0.002,0.716c-0.513,0.298-1.349,0.299-1.865,0.001l0.002-0.716C204.194,274.664,205.03,274.662,205.543,274.364z"/></defs><use xlink:href="%23SVGID_00000169531267415224887920000010423592002381339315_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000034804038729563656420000006516183587092636291_"><use xlink:href="%23SVGID_00000169531267415224887920000010423592002381339315_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000034804038729563656420000006516183587092636291_);enable-background:new ;"><path style="fill:%23252956;" d="M205.543,274.364l-0.002,0.716c-0.187,0.109-0.416,0.178-0.657,0.207l0.002-0.716C205.127,274.542,205.356,274.473,205.543,274.364z"/><path style="fill:%23252956;" d="M204.886,274.571l-0.002,0.716c-0.421,0.052-0.879-0.016-1.208-0.206l0.002-0.716C204.006,274.556,204.464,274.624,204.886,274.571z"/></g></g><g><path style="fill:%233C4384;" d="M210.814,270.219c0.516,0.298,0.519,0.78,0.004,1.08l-5.275,3.066c-0.513,0.298-1.348,0.299-1.865,0.002l-14.016-8.092c-0.516-0.298-0.516-0.782-0.003-1.08l5.275-3.066c0.515-0.3,1.348-0.3,1.865-0.002L210.814,270.219z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000033368545811075291990000013641240310938535842_" style="enable-background:new ;" d="M206.679,276.497l0.002-0.716c-0.001,0.196,0.128,0.392,0.387,0.542l-0.002,0.716C206.808,276.89,206.679,276.694,206.679,276.497z"/></defs><use xlink:href="%23SVGID_00000033368545811075291990000013641240310938535842_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000083048337207246986730000005031487906878966940_"><use xlink:href="%23SVGID_00000033368545811075291990000013641240310938535842_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000083048337207246986730000005031487906878966940_);enable-background:new ;"><path style="fill:%23252956;" d="M207.069,276.323l-0.002,0.716c-0.259-0.149-0.388-0.346-0.387-0.542l0.002-0.716C206.681,275.978,206.81,276.174,207.069,276.323z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000096751356591673622590000007926162927789200513_" style="enable-background:new ;" d="M246.017,290.861l-0.002,0.716c-0.001,0.194-0.129,0.388-0.385,0.537l0.002-0.716C245.888,291.249,246.016,291.055,246.017,290.861z"/></defs><use xlink:href="%23SVGID_00000096751356591673622590000007926162927789200513_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000180340227502526165940000006726325982194172047_"><use xlink:href="%23SVGID_00000096751356591673622590000007926162927789200513_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000180340227502526165940000006726325982194172047_);enable-background:new ;"><path style="fill:%23252956;" d="M246.017,290.861l-0.002,0.716c0,0.117-0.047,0.234-0.14,0.342l0.002-0.716C245.969,291.095,246.016,290.978,246.017,290.861z"/><path style="fill:%23252956;" d="M245.876,291.202l-0.002,0.716c-0.062,0.07-0.143,0.137-0.245,0.196l0.002-0.716C245.733,291.339,245.814,291.273,245.876,291.202z"/></g></g><g><polygon style="fill:%23252956;" points="245.631,291.398 245.629,292.114 240.354,295.18 240.356,294.464 "/></g><g><polygon style="fill:%23252956;" points="238.492,294.466 238.489,295.181 207.067,277.04 207.069,276.323 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000067930569826233907830000013524094888719393442_" style="enable-background:new ;" d="M240.356,294.464l-0.002,0.716c-0.513,0.298-1.349,0.3-1.865,0.001l0.003-0.716C239.007,294.764,239.843,294.762,240.356,294.464z"/></defs><use xlink:href="%23SVGID_00000067930569826233907830000013524094888719393442_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000180362580692258121110000015616183546466410900_"><use xlink:href="%23SVGID_00000067930569826233907830000013524094888719393442_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000180362580692258121110000015616183546466410900_);enable-background:new ;"><path style="fill:%23252956;" d="M240.356,294.464l-0.002,0.716c-0.186,0.109-0.416,0.178-0.657,0.208l0.002-0.717C239.94,294.642,240.169,294.572,240.356,294.464z"/><path style="fill:%23252956;" d="M239.699,294.671l-0.002,0.717c-0.422,0.052-0.88-0.016-1.208-0.206l0.003-0.716C238.82,294.655,239.277,294.723,239.699,294.671z"/></g></g><g><path style="fill:%233C4384;" d="M245.628,290.318c0.516,0.298,0.519,0.78,0.004,1.08l-5.275,3.066c-0.513,0.298-1.349,0.3-1.865,0.002l-31.423-18.142c-0.516-0.298-0.516-0.782-0.003-1.08l5.275-3.065c0.516-0.3,1.349-0.3,1.865-0.002L245.628,290.318z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000102515655246541948810000003286074797243349378_" style="enable-background:new ;" d="M254.72,295.885l-0.002,0.717c-0.001,0.194-0.129,0.389-0.385,0.538l0.002-0.716C254.591,296.274,254.719,296.08,254.72,295.885z"/></defs><use xlink:href="%23SVGID_00000102515655246541948810000003286074797243349378_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000023985166356200406530000017594234930391498892_"><use xlink:href="%23SVGID_00000102515655246541948810000003286074797243349378_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000023985166356200406530000017594234930391498892_);enable-background:new ;"><path style="fill:%23252956;" d="M254.72,295.885l-0.002,0.717c0,0.117-0.048,0.234-0.141,0.342l0.002-0.717C254.673,296.12,254.72,296.003,254.72,295.885z"/><path style="fill:%23252956;" d="M254.579,296.227l-0.002,0.717c-0.062,0.07-0.143,0.136-0.245,0.196l0.002-0.716C254.436,296.364,254.518,296.298,254.579,296.227z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000161595625095596036130000017023946152491427979_" style="enable-background:new ;" d="M241.493,296.597l0.002-0.716c-0.001,0.196,0.128,0.393,0.387,0.542l-0.002,0.716C241.622,296.99,241.492,296.794,241.493,296.597z"/></defs><use xlink:href="%23SVGID_00000161595625095596036130000017023946152491427979_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000139253925190630854540000015643547902978212738_"><use xlink:href="%23SVGID_00000161595625095596036130000017023946152491427979_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000139253925190630854540000015643547902978212738_);enable-background:new ;"><path style="fill:%23252956;" d="M241.882,296.423l-0.002,0.716c-0.259-0.15-0.388-0.346-0.387-0.542l0.002-0.716C241.494,296.077,241.624,296.274,241.882,296.423z"/></g></g><g><polygon style="fill:%23252956;" points="254.335,296.423 254.333,297.139 249.057,300.205 249.06,299.489 "/></g><g><polygon style="fill:%23252956;" points="247.195,299.49 247.193,300.207 241.88,297.139 241.882,296.423 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000139289001497828344580000005214652734394529677_" style="enable-background:new ;" d="M249.06,299.489l-0.002,0.717c-0.513,0.298-1.348,0.299-1.865,0.001l0.002-0.716C247.711,299.788,248.547,299.787,249.06,299.489z"/></defs><use xlink:href="%23SVGID_00000139289001497828344580000005214652734394529677_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000085228132155928863240000016280892509964315279_"><use xlink:href="%23SVGID_00000139289001497828344580000005214652734394529677_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000085228132155928863240000016280892509964315279_);enable-background:new ;"><path style="fill:%23252956;" d="M249.06,299.489l-0.002,0.717c-0.186,0.108-0.416,0.178-0.657,0.207l0.002-0.716C248.643,299.666,248.873,299.597,249.06,299.489z"/><path style="fill:%23252956;" d="M248.402,299.696l-0.002,0.716c-0.421,0.052-0.879-0.016-1.208-0.206l0.002-0.716C247.523,299.68,247.981,299.748,248.402,299.696z"/></g></g><g><path style="fill:%233C4384;" d="M254.331,295.343c0.516,0.298,0.519,0.781,0.004,1.08l-5.275,3.065c-0.513,0.298-1.349,0.299-1.865,0.002l-5.313-3.067c-0.516-0.298-0.516-0.782-0.003-1.08l5.275-3.065c0.516-0.3,1.349-0.3,1.865-0.002L254.331,295.343z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000158748214780654632700000017779297847677786776_" style="enable-background:new ;" d="M263.061,299.188l0.002-0.716c-0.001,0.196,0.129,0.393,0.389,0.543l-0.002,0.716C263.19,299.581,263.061,299.384,263.061,299.188z"/></defs><use xlink:href="%23SVGID_00000158748214780654632700000017779297847677786776_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000142887689060609729940000017856036794801243552_"><use xlink:href="%23SVGID_00000158748214780654632700000017779297847677786776_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000142887689060609729940000017856036794801243552_);enable-background:new ;"><path style="fill:%23252956;" d="M263.452,299.014l-0.002,0.716c-0.26-0.15-0.389-0.346-0.388-0.543l0.002-0.716C263.063,298.667,263.192,298.864,263.452,299.014z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000036944535334696990320000010771851110088681359_" style="enable-background:new ;" d="M280.637,300.991l-0.002,0.716c-0.001,0.194-0.128,0.388-0.383,0.536l0.002-0.717C280.509,301.378,280.637,301.184,280.637,300.991z"/></defs><use xlink:href="%23SVGID_00000036944535334696990320000010771851110088681359_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000061449953801875685480000010781150400473349262_"><use xlink:href="%23SVGID_00000036944535334696990320000010771851110088681359_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000061449953801875685480000010781150400473349262_);enable-background:new ;"><path style="fill:%23252956;" d="M280.637,300.991l-0.002,0.716c0,0.117-0.047,0.235-0.14,0.341l0.002-0.716C280.59,301.224,280.637,301.107,280.637,300.991z"/><path style="fill:%23252956;" d="M280.497,301.331l-0.002,0.716c-0.061,0.07-0.142,0.136-0.243,0.195l0.002-0.717C280.355,301.467,280.436,301.401,280.497,301.331z"/></g></g><g><polygon style="fill:%23252956;" points="280.254,301.526 280.252,302.242 274.974,305.309 274.977,304.593 "/></g><g><polygon style="fill:%23252956;" points="273.115,304.593 273.113,305.309 263.45,299.73 263.452,299.014 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000025403307194375656420000009621631683190133381_" style="enable-background:new ;" d="M274.977,304.593l-0.002,0.716c-0.513,0.298-1.346,0.298-1.862,0l0.002-0.716C273.631,304.891,274.464,304.891,274.977,304.593z"/></defs><use xlink:href="%23SVGID_00000025403307194375656420000009621631683190133381_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000009590395352655668990000018262860647686312612_"><use xlink:href="%23SVGID_00000025403307194375656420000009621631683190133381_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000009590395352655668990000018262860647686312612_);enable-background:new ;"><path style="fill:%23252956;" d="M274.977,304.593l-0.002,0.716c-0.186,0.108-0.414,0.177-0.654,0.207l0.002-0.716C274.562,304.77,274.79,304.701,274.977,304.593z"/><path style="fill:%23252956;" d="M274.322,304.8l-0.002,0.716c-0.421,0.052-0.879-0.017-1.207-0.207l0.002-0.716C273.443,304.783,273.901,304.852,274.322,304.8z"/></g></g><g><path style="fill:%233C4384;" d="M280.248,300.447c0.516,0.298,0.519,0.78,0.006,1.078l-5.278,3.067c-0.513,0.297-1.346,0.297-1.862,0l-9.663-5.579c-0.516-0.298-0.519-0.781-0.006-1.079l5.278-3.067c0.513-0.298,1.346-0.298,1.862,0L280.248,300.447z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000175320375449010926190000017860038108742895002_" style="enable-background:new ;" d="M250.196,301.622l0.002-0.717c-0.001,0.197,0.128,0.393,0.387,0.543l-0.003,0.717C250.325,302.015,250.196,301.818,250.196,301.622z"/></defs><use xlink:href="%23SVGID_00000175320375449010926190000017860038108742895002_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000096755167856777530790000012281827308377439154_"><use xlink:href="%23SVGID_00000175320375449010926190000017860038108742895002_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000096755167856777530790000012281827308377439154_);enable-background:new ;"><path style="fill:%23252956;" d="M250.586,301.448l-0.003,0.717c-0.259-0.15-0.388-0.346-0.387-0.543l0.002-0.717C250.197,301.102,250.327,301.299,250.586,301.448z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000016038434640488298880000006076542502420778891_" style="enable-background:new ;" d="M272.127,305.935l-0.002,0.716c-0.001,0.195-0.129,0.389-0.385,0.538l0.002-0.716C271.998,306.324,272.126,306.129,272.127,305.935z"/></defs><use xlink:href="%23SVGID_00000016038434640488298880000006076542502420778891_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000021826348650250110630000017073357230061699720_"><use xlink:href="%23SVGID_00000016038434640488298880000006076542502420778891_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000021826348650250110630000017073357230061699720_);enable-background:new ;"><path style="fill:%23252956;" d="M272.127,305.935l-0.002,0.716c0,0.117-0.047,0.235-0.14,0.342l0.002-0.716C272.08,306.17,272.126,306.052,272.127,305.935z"/><path style="fill:%23252956;" d="M271.986,306.277l-0.002,0.716c-0.062,0.071-0.143,0.137-0.245,0.196l0.002-0.716C271.843,306.414,271.924,306.348,271.986,306.277z"/></g></g><g><polygon style="fill:%23252956;" points="271.741,306.473 271.739,307.189 266.464,310.255 266.467,309.539 "/></g><g><polygon style="fill:%23252956;" points="264.602,309.54 264.599,310.257 250.583,302.165 250.586,301.448 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000002370811348502443530000014388951658520690351_" style="enable-background:new ;" d="M266.467,309.539l-0.003,0.716c-0.513,0.298-1.348,0.3-1.865,0.002l0.002-0.716C265.118,309.838,265.954,309.836,266.467,309.539z"/></defs><use xlink:href="%23SVGID_00000002370811348502443530000014388951658520690351_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000013168658521025400990000010692567311537141665_"><use xlink:href="%23SVGID_00000002370811348502443530000014388951658520690351_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000013168658521025400990000010692567311537141665_);enable-background:new ;"><path style="fill:%23252956;" d="M266.467,309.539l-0.003,0.716c-0.187,0.108-0.416,0.178-0.657,0.208l0.002-0.716C266.05,309.716,266.28,309.647,266.467,309.539z"/><path style="fill:%23252956;" d="M265.809,309.746l-0.002,0.716c-0.422,0.052-0.879-0.016-1.208-0.206l0.002-0.716C264.93,309.73,265.388,309.798,265.809,309.746z"/></g></g><g><path style="fill:%233C4384;" d="M271.738,305.393c0.516,0.298,0.519,0.78,0.003,1.08l-5.275,3.065c-0.513,0.298-1.349,0.299-1.865,0.002l-14.016-8.092c-0.516-0.298-0.516-0.782-0.004-1.08l5.275-3.066c0.515-0.299,1.348-0.299,1.864-0.001L271.738,305.393z"/></g></g></g><g><path style="fill:%23A697E0;" d="M216.414,293.784c-0.052,0.182-0.136,0.365-0.253,0.538c-0.206,0.309-0.538,0.613-0.982,0.87l-16.185,9.342c-1.722,0.993-4.507,0.993-6.225,0l-29.396-17.073c-0.445-0.258-0.777-0.562-0.983-0.88c-0.117-0.173-0.201-0.351-0.248-0.534c-0.206-0.772,0.206-1.587,1.231-2.181l16.198-9.351c1.708-0.982,4.493-0.982,6.211,0l29.397,17.083C216.208,292.192,216.625,293.011,216.414,293.784z"/><path style="fill:%23BFBEED;" d="M216.414,293.784c-0.052,0.182-0.136,0.365-0.253,0.538c-0.206,0.309-0.538,0.613-0.982,0.87l-16.185,9.342c-1.722,0.993-4.507,0.993-6.225,0l-29.396-17.073c-0.445-0.258-0.777-0.562-0.983-0.88c-0.117-0.173-0.201-0.351-0.248-0.534c0.136-0.514,0.548-1.006,1.231-1.404l16.198-9.351c1.708-0.988,4.493-0.988,6.211,0l29.397,17.083C215.867,292.772,216.278,293.269,216.414,293.784z"/></g></g><g><g><g style="enable-background:new ;"><g><polygon style="fill:%23B4A4F5;" points="403.522,215.212 406.828,213.29 406.923,180.131 403.616,182.053 "/></g><g><polygon style="fill:%23EDECF8;" points="403.616,182.053 406.923,180.131 378.168,163.538 374.862,165.46 "/></g><g><polygon style="fill:%23E1DEF8;" points="374.862,165.46 374.768,198.618 403.522,215.212 403.616,182.053 "/></g></g></g><path style="fill:%23FFC400;" d="M383.182,198.092l5.64,0.274c0.235,0.012,0.505,0.167,0.74,0.428l5.64,6.237c0.629,0.697,1.333,0.513,1.254-0.328l-0.714-7.527c-0.029-0.313,0.054-0.562,0.229-0.681l4.198-2.847c0.469-0.318,0.201-1.428-0.479-1.978l-6.08-4.926c-0.254-0.205-0.472-0.516-0.599-0.849l-3.045-7.997c-0.34-0.894-1.209-1.395-1.549-0.895l-3.045,4.483c-0.127,0.187-0.345,0.244-0.598,0.157l-6.081-2.096c-0.679-0.234-0.948,0.565-0.479,1.425l4.199,7.696c0.175,0.321,0.258,0.666,0.228,0.945l-0.714,6.703C381.849,197.066,382.552,198.062,383.182,198.092z"/></g><g><g><g><g style="enable-background:new ;"><g><polygon style="fill:%23BFBEED;" points="147.801,308.139 147.801,312.647 118.848,329.473 118.848,324.964 "/></g><g><polygon style="fill:%23A697E0;" points="118.848,324.964 118.848,329.473 89.707,312.647 89.707,308.139 "/></g><g><polygon style="fill:%23E1DEF8;" points="147.626,308.139 118.674,324.964 89.533,308.139 118.485,291.314 "/></g></g></g><g><g style="enable-background:new ;"><g><polygon style="fill:%23BFBEED;" points="148.337,302.146 148.337,306.654 119.385,323.479 119.385,318.971 "/></g><g><polygon style="fill:%23A697E0;" points="119.385,318.971 119.385,323.479 90.243,306.655 90.243,302.146 "/></g><g><polygon style="fill:%23E1DEF8;" points="148.164,302.146 119.211,318.971 90.069,302.146 119.021,285.32 "/></g></g></g><g><g style="enable-background:new ;"><g><polygon style="fill:%23BFBEED;" points="153.735,298.687 153.735,303.195 124.783,320.02 124.783,315.512 "/></g><g><polygon style="fill:%23A697E0;" points="124.783,315.512 124.783,320.02 95.64,303.196 95.64,298.687 "/></g><g><polygon style="fill:%23E1DEF8;" points="153.735,298.687 124.783,315.512 95.64,298.687 124.593,281.861 "/></g></g></g><g><g style="enable-background:new ;"><g><polygon style="fill:%23BFBEED;" points="153.735,292.943 153.735,297.451 124.783,314.276 124.783,309.768 "/></g><g><polygon style="fill:%23A697E0;" points="124.783,309.768 124.783,314.276 95.64,297.451 95.64,292.943 "/></g><g><polygon style="fill:%23E1DEF8;" points="153.735,292.943 124.783,309.768 95.64,292.943 124.593,276.117 "/></g></g></g><g><g style="enable-background:new ;"><g><polygon style="fill:%23BFBEED;" points="153.735,286.44 153.735,290.949 124.783,307.774 124.783,303.265 "/></g><g><polygon style="fill:%23A697E0;" points="124.783,303.265 124.783,307.774 95.64,290.949 95.64,286.44 "/></g><g><polygon style="fill:%23EDECF8;" points="153.735,286.44 124.783,303.265 95.64,286.44 124.593,269.615 "/></g></g></g></g><g><path style="fill:%23E1DEF8;" d="M116.104,264.279c-0.629-0.408,2.912-11.839,2.259-12.028c-2.911-0.845-5.28,11.655-7.151,17.016c1.675,0.975,2.424,1.734,3.868,2.98c1.614-2.312,3.03-4.832,2.887-6.34C117.895,265.143,116.936,264.82,116.104,264.279z"/><g><g><path style="fill:%23272E67;" d="M102.096,320.952v-4.859h-1.336l0.344,4.903C101.416,321.218,101.801,321.286,102.096,320.952z"/><path style="fill:%23272E67;" d="M105.379,322.984c-0.298,1.001-0.599,2.506-0.78,3.535c-0.049,0.283-0.066,0.591,0.077,0.841c0.145,0.255,0.434,0.402,0.724,0.441c0.291,0.038,0.584-0.019,0.869-0.09c1.12-0.281,2.181-0.796,3.095-1.502c0.501-0.386,0.97-0.848,1.209-1.433c0.341-0.836,0.165-1.78,0.054-2.676c-0.112-0.896-0.122-1.9,0.461-2.59c0.16-0.19,0.358-0.345,0.526-0.528c1.236-1.344,0.696-3.507-0.716-4.486c-0.767-0.532-1.358-0.226-1.955,0.383c-0.717,0.732-0.881,1.664-1.27,2.574c-0.055,0.129-0.114,0.256-0.18,0.38c-0.456,0.849-0.76-2.68-0.818-1.668C106.514,319.01,105.739,321.78,105.379,322.984z"/><path style="fill:%23F3A984;" d="M96.813,290.165c-0.308,0.653-0.396,1.461-0.174,2.311c0.771,2.941,2.165,5.929,3.385,8.71c1.116,2.544,2.689,4.859,3.767,7.422c0.677,1.61,2.37,6.227,2.669,7.95c0.161,0.923,1.965,0.865,2.574,0.153c0.421-0.493,1.194-1.595,1.008-2.216c-1.055-3.513-0.561-7.296-1.103-10.923c-0.45-3.011-1.653-6.034-3.327-8.572c-1.39-2.108-2.733-4.942-5.15-6.047C98.847,288.215,97.412,288.897,96.813,290.165z"/><path style="fill:%23F3A984;" d="M106.203,315.47c0.18,0.591,0.291,1.202,0.366,1.814c0.035,0.284,0.116,0.546,0.124,0.835c0.009,0.312-0.023,0.623-0.063,0.931c-0.073,0.569-0.173,1.135-0.302,1.693c-0.121,0.527-0.364,1.054-0.398,1.596c-0.023,0.381,0.054,1.101,0.521,1.189c0.262,0.049,0.527-0.072,0.746-0.224c0.66-0.46,1.062-1.205,1.367-1.95c0.306-0.746,0.542-1.527,0.979-2.204c0.285-0.441,0.651-0.828,0.931-1.274c0.545-0.867,0.847-2.036,0.341-2.976c-0.271-0.504-0.783-0.799-1.025-1.301c-0.242-0.499-0.447-1.062-0.911-1.402L106.203,315.47z"/></g><g><path style="fill:%23272E67;" d="M93.381,325.64c-0.044,0.153-0.079,0.308-0.099,0.467c-0.067,0.529,0.044,1.103,0.409,1.492c0.292,0.312,0.719,0.473,1.145,0.504c1.503,0.11,2.874-0.958,3.737-2.084c1.038-1.353,1.559-3.23,2.914-4.305c0.315-0.249,0.675-0.44,0.971-0.711c0.469-0.428,0.746-1.035,0.866-1.659c0.103-0.531,0.094-1.104-0.149-1.587c-0.478-0.95-1.722-1.128-2.632-0.799c-0.685,0.247-1.609-0.052-2.153,0.468c-0.655,0.625-0.591,0.76-1.036,1.362c-1.209,1.64-2.647,3.983-3.547,5.817C93.644,324.94,93.485,325.283,93.381,325.64z"/><path style="fill:%23FFC7AD;" d="M104.942,286.74c-1.779,6.777-2.221,15.362-3.935,22.153c-0.468,1.857-2.983,9.332-3.857,11.04c-0.469,0.914,2.039,1.753,3.043,1.53c0.694-0.154,2.16-2.619,2.407-3.286c1.394-3.774,4.321-6.763,6.24-10.298c1.973-3.634,3.193-9.31,2.818-13.428c-0.076-0.838-0.278-1.79-1.013-2.201L104.942,286.74z"/><path style="fill:%23FFC7AD;" d="M99.138,317.054c-0.254,0.419-0.907,0.287-1.099,0.735c-0.215,0.503-0.803,1.77-1.084,2.239c-0.343,0.574-0.726,1.36-0.857,2.028c-0.115,0.583-0.004,1.016,0.435,1.415c0.512,0.465,1.084,0.525,1.677,0.191c0.635-0.356,1.181-0.846,1.678-1.373c0.448-0.475,0.921-0.958,1.26-1.512c0.662-1.085,1.429-2.296,1.745-3.542c0.033-0.129,0.255-1.819,0.151-1.793c-0.256,0.064-0.505,0.175-0.753,0.276c-0.973,0.39-1.946,0.781-2.919,1.172C99.007,317.039,99.361,316.689,99.138,317.054z"/></g></g><g><g><g><path style="fill:%23272E67;" d="M101.773,297.032c0.542,0.461,1.13,0.848,1.788,1.079c1.598,0.563,2.977,1.392,4.283,2.478c0.619,0.515,0.744,1.085,1.615,1.178c1.751,0.186,3.431-0.528,4.783-1.612c0.596-0.478,1.061-1.074,1.654-1.553c1.537-1.24,3.857-1.688,5.665-2.41c2.181-0.869,4.198-1.951,6.041-3.415c3.379-2.684,3.65-6.82,3.087-10.917c-0.121-0.88-0.208-1.771-0.376-2.638c-0.092-0.476-0.19-1.415-0.655-1.704c-0.54-0.335-3.567,0.733-4.247,0.847c-6.552,1.086-8.977-1.339-10.059-0.599c-3.973,2.701-8.223,4.984-12.277,7.505c-0.876,0.545-1.773,1.038-2.626,1.617c-1.109,0.753-2.252,1.424-3.179,2.422c-0.546,0.588-1.378,1.527-1.582,2.302c-0.333,1.264,0.596,0.8,1.32,0.792c1.407-0.015,1.873,1.553,2.666,2.438C100.32,295.563,100.998,296.373,101.773,297.032z"/></g></g><path style="fill:%23F3A984;" d="M129.994,253.304c-1.52-0.691-3.176-1.127-4.774-1.488c-0.259-0.058-0.518-0.115-0.778-0.169c-1.941-0.411-4.009-0.32-5.808,0.472c-0.021,0.009-0.04,0.02-0.06,0.029v11.916h11.419V253.304z"/><path style="fill:%23BFBEED;" d="M113.809,265.129c0.171,0.524,0.433,1.012,0.687,1.509c0.397,0.768,0.758,1.553,1.102,2.348c0.307,0.731,0.605,1.481,0.695,2.275c0.081,0.696,0,1.4-0.109,2.087c-0.298,1.896-1.634,4.408,0.036,6.006c1.029,0.985,2.267,1.752,3.586,2.285c0.009,0,0.009,0.009,0.018,0.009c0.28,0.118,0.569,0.217,0.867,0.307c0.334,0.108,0.678,0.19,1.03,0.253c2.692,0.497,5.817-0.235,7.966-1.905c0.235-0.19,0.37-0.28,0.425-0.533c0.027-0.162-0.009-0.506,0-0.695c0.036-0.695-0.09-1.418-0.127-2.114c-0.082-1.472-0.082-2.953,0.163-4.408c0.741-4.407,3.63-8.155,4.831-12.454c0.163-0.578,0.208-1.111,0.163-1.608c-0.244-2.736-3.36-4.245-5.635-5.626c-0.335,2.249-1.31,4.317-3.604,5.075c-0.514,0.226-1.092,0.253-1.634,0.135c-0.189-0.036-0.379-0.09-0.551-0.172c-0.524-0.207-0.975-0.56-1.274-1.002c-1.192-1.59-1.066-3.595-0.858-5.618c-1.03,0.145-2.042,0.434-2.954,0.841c-0.894,0.388-1.653,1.057-2.222,1.86c-0.397,0.569-0.352,1.535-0.514,2.222c-0.199,0.858-0.479,1.707-0.822,2.529c-0.416,0.994-1.093,1.897-1.454,2.917C113.275,262.618,113.493,264.171,113.809,265.129z"/><path style="fill:%23EDECF8;" d="M119.806,281.639c0.009,0,0.009,0.009,0.018,0.009c0.28,0.118,0.569,0.217,0.867,0.307c-1.246-7.957,0.515-16.573,3.577-23.88c-0.189-0.036-0.379-0.09-0.551-0.172C119.616,264.108,118.821,274.414,119.806,281.639z"/><path style="fill:%23EDECF8;" d="M123.683,257.897c-0.141,0.455-2.068,0.797-2.295,0.75c-0.23-0.049-0.368-0.354-0.446-0.544c-0.564-1.372-0.886-2.869-0.901-4.355c-0.004-0.471,0.071-0.998,0.441-1.33c0.332-0.297,0.902-0.361,1.309-0.183c0.436,0.191,0.277,0.22,0.121,0.617C121.354,254.277,122.705,257.168,123.683,257.897z"/><path style="fill:%23D6AF75;" d="M124.9,239.35c0,2.406,1.941,4.346,4.347,4.346c1.774,0,3.297-1.059,3.966-2.582c0.251-0.538,0.381-1.142,0.381-1.765c0-2.396-1.951-4.347-4.347-4.347c-0.362,0-0.706,0.047-1.04,0.13C126.302,235.598,124.9,237.316,124.9,239.35z"/><g><path style="fill:%23F3A984;" d="M128.899,253.376c0.124,4.21-7.222,4.282-7.117,0.322c0.147-5.518,0.46-6.151,2.879-7.007c0.662-0.235,1.355-0.415,2.055-0.429c2.553-0.05,1.564,1.343,1.468,2.316C127.9,251.462,128.854,251.861,128.899,253.376z"/><path style="fill:%23F3A984;" d="M128.899,253.376c-0.045-1.515-1-1.914-0.715-4.798c0.096-0.972,1.085-2.366-1.468-2.316c-0.701,0.014-1.393,0.194-2.055,0.429c-2.385,0.844-2.722,1.475-2.872,6.783c2.033-0.209,3.829-2.62,5.9-1.189c0.552,0.445,0.923,1.018,1.181,1.65C128.894,253.757,128.904,253.571,128.899,253.376z"/><path style="fill:%23FFC7AD;" d="M125.832,250.615c0.213-0.178,0.42-0.361,0.623-0.55c0.702-0.653,1.499-1.414,1.987-2.24c1.566-2.657,1.642-6.218-0.588-8.531c-1.582-1.642-4.094-2.319-6.287-1.696c-0.593,0.168-1.16,0.423-1.708,0.705c-0.474,0.244-0.945,0.516-1.306,0.908c-0.237,0.258-0.42,0.56-0.587,0.868c-0.188,0.346-0.36,0.705-0.455,1.088c-0.428,1.719,0.718,3.477,0.063,5.173c-0.143,0.371-0.357,0.713-0.488,1.088c-0.131,0.375-0.168,0.808,0.038,1.144c0.195,0.318,0.453,0.479,0.569,0.833c0.156,0.479,0.263,0.988,0.399,1.476c0.149,0.532,0.299,1.069,0.568,1.551c0.658,1.178,1.611,1.252,2.789,0.79C123.041,252.598,124.526,251.71,125.832,250.615z"/><path style="fill:%23FFC7AD;" d="M121.146,247.555c0.525-2.101,2.977-2.802,4.028-4.553c0.885-1.405,1.473-2.918,1.784-4.465c-1.544-1.076-3.576-1.454-5.392-0.938c-0.594,0.168-1.16,0.423-1.709,0.705c-0.474,0.244-0.945,0.516-1.306,0.908c-0.237,0.258-0.42,0.56-0.587,0.868c-0.188,0.346-0.36,0.705-0.455,1.088c-0.428,1.719,0.718,3.477,0.063,5.173c-0.143,0.371-0.357,0.713-0.488,1.088c-0.131,0.375-0.168,0.808,0.038,1.144c0.195,0.319,0.453,0.479,0.569,0.833c0.156,0.479,0.263,0.988,0.399,1.476c0.149,0.532,0.299,1.069,0.568,1.551c0.467,0.837,1.085,1.115,1.825,1.041C121.813,251.878,120.662,249.494,121.146,247.555z"/><path style="fill:%23FFC7AD;" d="M127.853,239.294c-0.272-0.282-0.574-0.535-0.895-0.758c-0.311,1.548-0.899,3.061-1.784,4.465c-1.051,1.751-3.503,2.452-4.028,4.553c-0.484,1.939,0.667,4.323-0.662,5.919c0.301-0.029,0.623-0.117,0.964-0.251c1.592-0.625,3.078-1.513,4.383-2.607c0.213-0.178,0.42-0.361,0.623-0.55c0.702-0.653,1.499-1.414,1.987-2.24C130.008,245.169,130.083,241.607,127.853,239.294z"/><path style="fill:%23D6AF75;" d="M130.967,242.557c-0.118-3.348-1.185-3.836-2.375-4.982c-1.159-1.116-2.894-1.5-4.495-1.451c-1.637,0.05-3.237,0.611-4.619,1.474c-0.056,0.034-0.111,0.069-0.166,0.105c-0.989,0.643-1.792,1.358-1.954,2.587c-0.045,0.342-0.2,1.078,0.072,1.347c0.228,0.225,1.387,0.125,1.62,0.128c0.715,0.009,1.336-0.508,2.077-0.394c0.54,0.083,1.013,0.505,1.158,1.031c0.112,0.409,0.044,0.873,0.269,1.232c0.244,0.39,0.747,0.524,1.085,0.836c0.68,0.627,0.623,1.888,1.449,2.305c0.499,0.252,1.095,0.066,1.642-0.051c0.547-0.117,1.231-0.104,1.529,0.369c0.104,0.167-0.045,0.339-0.035,0.536c0.014,0.262-0.069,1.289-0.069,1.289s0.229-0.02,0.348-0.081c0.384-0.198,0.724-0.738,0.963-1.078C130.525,246.25,131.032,244.393,130.967,242.557z"/><path style="fill:%23FFC7AD;" d="M127.928,245.594c1.142-0.076,1.432,1.341,0.647,2.436c-0.228,0.32-0.633,0.603-0.932,0.858c-2.046,1.742-2.56-0.143-1.91-0.737C127.243,246.773,126.491,245.691,127.928,245.594z"/><path style="fill:%23F3A984;" d="M127.198,248.191c0.131-0.12,1.433-0.888,0.546-1.411c-0.245-0.145-0.518,0.07-0.556,0.331c-0.019,0.135,0.023,0.273,0.002,0.408c-0.012,0.08-0.046,0.155-0.088,0.224c-0.115,0.189-0.51,0.369-0.433,0.645C126.738,248.629,127.123,248.26,127.198,248.191z"/></g><path style="fill:%23EDECF8;" d="M123.683,257.897c0,0,1.061,1.224,2.039,1.796c0.242,0.142,0.453,0.334,0.71,0.19c1.256-0.7,3.61-3.641,3.872-5.257c0.095-0.583-0.195-1.364-0.59-1.728c-0.07-0.065-0.858-0.379-0.952-0.42c-0.039,0.096-0.115,1.232-0.448,2.021C127.549,256.322,125.56,257.249,123.683,257.897z"/></g><g><g><g><g><g><defs><path id="SVGID_00000171679607730503753520000000130509546852210876_" d="M101.907,282.405l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C101.886,282.469,101.907,282.437,101.907,282.405z"/></defs><clipPath id="SVGID_00000062898621175904937530000004133727894260294557_"><use xlink:href="%23SVGID_00000171679607730503753520000000130509546852210876_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000062173375640800994900000012882619885779603882_" d="M99.723,282.522l0.001-0.118c0,0.032,0.021,0.065,0.064,0.09l0,0.118C99.744,282.587,99.723,282.554,99.723,282.522z"/></defs><clipPath id="SVGID_00000150800599906736619790000009242167358963890578_"><use xlink:href="%23SVGID_00000062173375640800994900000012882619885779603882_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000111879281994300209180000002467218224628461233_" d="M100.972,283v0.119c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C100.75,283.049,100.888,283.049,100.972,283z"/></defs><clipPath id="SVGID_00000113345628985329064180000016316944266107242418_"><use xlink:href="%23SVGID_00000111879281994300209180000002467218224628461233_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000085937260071836405880000014191107045248485762_" d="M103.344,283.235l0,0.119c0,0.032-0.021,0.064-0.063,0.089v-0.119C103.323,283.299,103.344,283.267,103.344,283.235z"/></defs><clipPath id="SVGID_00000145769807354949499380000006103610227066520207_"><use xlink:href="%23SVGID_00000085937260071836405880000014191107045248485762_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000124157865082523452880000008369575501712463805_" d="M101.16,283.352l0-0.118c0,0.033,0.021,0.065,0.064,0.09v0.118C101.181,283.417,101.16,283.384,101.16,283.352z"/></defs><clipPath id="SVGID_00000018919533329762428100000014279937628312503174_"><use xlink:href="%23SVGID_00000124157865082523452880000008369575501712463805_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000149379540374874367700000002810820817648981133_" d="M102.41,283.83l0,0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C102.187,283.879,102.325,283.879,102.41,283.83z"/></defs><clipPath id="SVGID_00000095340880192312302400000018378439929792540843_"><use xlink:href="%23SVGID_00000149379540374874367700000002810820817648981133_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000143588174745956327450000007306394335074395299_" d="M104.729,284.034l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C104.708,284.098,104.729,284.066,104.729,284.034z"/></defs><clipPath id="SVGID_00000000939840388100637570000009492319026106801585_"><use xlink:href="%23SVGID_00000143588174745956327450000007306394335074395299_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000150067487555938548750000013583040939948733842_" d="M102.545,284.151l0-0.118c0,0.033,0.022,0.065,0.064,0.09l0,0.118C102.566,284.216,102.545,284.184,102.545,284.151z"/></defs><clipPath id="SVGID_00000080884887425852394210000005459319278668390839_"><use xlink:href="%23SVGID_00000150067487555938548750000013583040939948733842_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000181787100750230847370000014146971838796294847_" d="M103.794,284.629l-0.001,0.118c-0.084,0.049-0.222,0.049-0.308,0l0-0.118C103.572,284.678,103.709,284.678,103.794,284.629z"/></defs><clipPath id="SVGID_00000104691815221952840470000008440000799689734540_"><use xlink:href="%23SVGID_00000181787100750230847370000014146971838796294847_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000131350607291517762870000010191715718419707281_" d="M106.166,284.864l0,0.118c0,0.032-0.022,0.064-0.064,0.089l0.001-0.118C106.145,284.928,106.166,284.896,106.166,284.864z"/></defs><clipPath id="SVGID_00000148637824185976568670000010826754870755177606_"><use xlink:href="%23SVGID_00000131350607291517762870000010191715718419707281_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000114752409366808267930000004074749735870746496_" d="M103.982,284.981v-0.118c0,0.033,0.021,0.065,0.065,0.09l-0.001,0.118C104.003,285.046,103.982,285.013,103.982,284.981z"/></defs><clipPath id="SVGID_00000075160001526627498870000007908816842084590518_"><use xlink:href="%23SVGID_00000114752409366808267930000004074749735870746496_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000017495958106776366010000011086821897388094850_" d="M105.231,285.459l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C105.009,285.508,105.147,285.508,105.231,285.459z"/></defs><clipPath id="SVGID_00000017516460020768142290000006047675583519052210_"><use xlink:href="%23SVGID_00000017495958106776366010000011086821897388094850_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000099642898683429195550000002638835630252438947_" d="M107.603,285.694l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C107.582,285.758,107.603,285.726,107.603,285.694z"/></defs><clipPath id="SVGID_00000027597533623280999750000016537894598227250098_"><use xlink:href="%23SVGID_00000099642898683429195550000002638835630252438947_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000176015307924890832920000005491541740134968491_" d="M105.419,285.811l0-0.118c0,0.033,0.021,0.065,0.064,0.089l0,0.118C105.44,285.876,105.419,285.843,105.419,285.811z"/></defs><clipPath id="SVGID_00000165198120577198858990000014698879618432213182_"><use xlink:href="%23SVGID_00000176015307924890832920000005491541740134968491_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000008851905095718391280000014121350534473305477_" d="M106.668,286.289l0,0.118c-0.085,0.049-0.222,0.049-0.307,0v-0.118C106.446,286.338,106.584,286.338,106.668,286.289z"/></defs><clipPath id="SVGID_00000048500283971288116250000009883377262292826016_"><use xlink:href="%23SVGID_00000008851905095718391280000014121350534473305477_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000074433534032746484070000018153399987709724856_" d="M109.041,286.523l0,0.118c0,0.032-0.021,0.064-0.064,0.089l0-0.118C109.019,286.587,109.04,286.555,109.041,286.523z"/></defs><clipPath id="SVGID_00000076605083290025856530000014184308369096525453_"><use xlink:href="%23SVGID_00000074433534032746484070000018153399987709724856_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000040563982479332726180000008029125867188363449_" d="M106.856,286.64l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C106.878,286.705,106.856,286.673,106.856,286.64z"/></defs><clipPath id="SVGID_00000121980013981678725250000004218354840037652659_"><use xlink:href="%23SVGID_00000040563982479332726180000008029125867188363449_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000161631441298710556600000016905226158919646645_" d="M108.105,287.118v0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C107.884,287.168,108.021,287.168,108.105,287.118z"/></defs><clipPath id="SVGID_00000031203015603760410180000008381952664073431999_"><use xlink:href="%23SVGID_00000161631441298710556600000016905226158919646645_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000048490165431816082140000006150837580568145026_" d="M110.478,287.353l0,0.118c0,0.032-0.021,0.064-0.063,0.089v-0.118C110.456,287.417,110.478,287.385,110.478,287.353z"/></defs><clipPath id="SVGID_00000075164056407204922000000017517518093623873417_"><use xlink:href="%23SVGID_00000048490165431816082140000006150837580568145026_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000170272230789518923670000012162297911662688443_" d="M108.294,287.47l0-0.119c0,0.033,0.021,0.065,0.064,0.09l0,0.118C108.315,287.535,108.294,287.503,108.294,287.47z"/></defs><clipPath id="SVGID_00000072979823163936405040000002367164001953517740_"><use xlink:href="%23SVGID_00000170272230789518923670000012162297911662688443_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000183966706144873466830000017053805635650561712_" d="M109.543,287.948l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C109.321,287.997,109.458,287.997,109.543,287.948z"/></defs><clipPath id="SVGID_00000164498048871286019000000010285744953758220441_"><use xlink:href="%23SVGID_00000183966706144873466830000017053805635650561712_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000139253708587545195880000008455636356532795010_" d="M111.915,288.183v0.118c0,0.032-0.022,0.064-0.064,0.089l0-0.118C111.894,288.247,111.915,288.215,111.915,288.183z"/></defs><clipPath id="SVGID_00000000203435022447872970000002136384044655776701_"><use xlink:href="%23SVGID_00000139253708587545195880000008455636356532795010_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000078728869027037312290000013379391178650548099_" d="M109.731,288.3l0-0.118c0,0.033,0.022,0.065,0.064,0.09l0,0.118C109.752,288.365,109.731,288.332,109.731,288.3z"/></defs><clipPath id="SVGID_00000083089460976217004700000006677177238370761642_"><use xlink:href="%23SVGID_00000078728869027037312290000013379391178650548099_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000136395222898403919840000010879993886591288979_" d="M110.98,288.778l0,0.118c-0.085,0.049-0.222,0.049-0.307,0l0-0.118C110.758,288.827,110.895,288.827,110.98,288.778z"/></defs><clipPath id="SVGID_00000072999991034359863590000005506586965881943695_"><use xlink:href="%23SVGID_00000136395222898403919840000010879993886591288979_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000104705975930094345040000008136344770263097267_" d="M113.352,289.013l0,0.118c0,0.032-0.021,0.064-0.063,0.089v-0.118C113.331,289.077,113.352,289.045,113.352,289.013z"/></defs><clipPath id="SVGID_00000024691120806174274610000008122689267286887344_"><use xlink:href="%23SVGID_00000104705975930094345040000008136344770263097267_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000147937594093425508200000002965471826653036691_" d="M111.168,289.13l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C111.189,289.195,111.168,289.162,111.168,289.13z"/></defs><clipPath id="SVGID_00000060741964043741689110000005144281019501503149_"><use xlink:href="%23SVGID_00000147937594093425508200000002965471826653036691_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000132809609759175894900000005258809650679917203_" d="M112.417,289.608l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C112.195,289.657,112.333,289.657,112.417,289.608z"/></defs><clipPath id="SVGID_00000007419923189358900950000008365940991363874178_"><use xlink:href="%23SVGID_00000132809609759175894900000005258809650679917203_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000133509025844626423230000003698314877728496514_" d="M114.789,289.842l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C114.768,289.907,114.789,289.875,114.789,289.842z"/></defs><clipPath id="SVGID_00000054228486893304012270000016251500763709169592_"><use xlink:href="%23SVGID_00000133509025844626423230000003698314877728496514_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000171702682981082525350000002321006063760185767_" d="M112.605,289.96l0-0.118c0,0.033,0.021,0.065,0.064,0.089l0,0.119C112.626,290.025,112.605,289.992,112.605,289.96z"/></defs><clipPath id="SVGID_00000102540163555032177460000015840913384358682270_"><use xlink:href="%23SVGID_00000171702682981082525350000002321006063760185767_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000033342857328241599910000006654419920511667610_" d="M113.854,290.438l0,0.118c-0.085,0.049-0.222,0.049-0.307,0v-0.118C113.632,290.487,113.77,290.487,113.854,290.438z"/></defs><clipPath id="SVGID_00000105406290030650131700000010901184273484409222_"><use xlink:href="%23SVGID_00000033342857328241599910000006654419920511667610_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000026869188000817439160000012660112812882014890_" d="M116.227,290.672l0,0.118c0,0.032-0.022,0.064-0.064,0.089l0-0.118C116.205,290.736,116.226,290.704,116.227,290.672z"/></defs><clipPath id="SVGID_00000073002339953592195550000004178142951180611238_"><use xlink:href="%23SVGID_00000026869188000817439160000012660112812882014890_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000157271207876533687030000004453612052485991566_" d="M114.042,290.789l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C114.064,290.854,114.042,290.822,114.042,290.789z"/></defs><clipPath id="SVGID_00000017478256882955794160000012024729699658999994_"><use xlink:href="%23SVGID_00000157271207876533687030000004453612052485991566_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000016779801163057632320000010435372330602106796_" d="M115.292,291.267l0,0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C115.07,291.316,115.207,291.316,115.292,291.267z"/></defs><clipPath id="SVGID_00000137823238738625655990000002917058645023015312_"><use xlink:href="%23SVGID_00000016779801163057632320000010435372330602106796_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000057853603449901592300000015508478023267350683_" d="M117.664,291.502l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C117.642,291.566,117.664,291.534,117.664,291.502z"/></defs><clipPath id="SVGID_00000136412002507547855410000006374878167613941895_"><use xlink:href="%23SVGID_00000057853603449901592300000015508478023267350683_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000044138665587545092630000007880402504502584511_" d="M115.48,291.619l0-0.118c0,0.032,0.021,0.065,0.064,0.089l0,0.118C115.501,291.684,115.48,291.652,115.48,291.619z"/></defs><clipPath id="SVGID_00000004533264381500797970000015604791768876158357_"><use xlink:href="%23SVGID_00000044138665587545092630000007880402504502584511_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000075873534462893114350000004965227017983979676_" d="M116.729,292.097l0,0.118c-0.085,0.049-0.222,0.049-0.307,0l0-0.118C116.507,292.146,116.644,292.146,116.729,292.097z"/></defs><clipPath id="SVGID_00000065064678139942609630000004091630793288680352_"><use xlink:href="%23SVGID_00000075873534462893114350000004965227017983979676_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000062871414633983336990000000966749267910912643_" d="M119.101,292.332v0.118c0,0.032-0.022,0.064-0.064,0.089l0-0.119C119.08,292.396,119.101,292.364,119.101,292.332z"/></defs><clipPath id="SVGID_00000098941345309918259500000012271497107081626549_"><use xlink:href="%23SVGID_00000062871414633983336990000000966749267910912643_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000139976041655824959490000006755621367191068844_" d="M116.917,292.449l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C116.938,292.514,116.917,292.481,116.917,292.449z"/></defs><clipPath id="SVGID_00000127024218184519546610000003903557652870010044_"><use xlink:href="%23SVGID_00000139976041655824959490000006755621367191068844_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000154419242048120647060000017965168163017741460_" d="M118.166,292.927v0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C117.944,292.976,118.081,292.976,118.166,292.927z"/></defs><clipPath id="SVGID_00000043445511431035618530000006508577484538269851_"><use xlink:href="%23SVGID_00000154419242048120647060000017965168163017741460_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000145050774574235147550000011727658076475612289_" d="M98.317,283.339l0-0.118c0,0.033,0.021,0.065,0.065,0.09l0,0.118C98.339,283.404,98.317,283.371,98.317,283.339z"/></defs><clipPath id="SVGID_00000147219093755734427990000017919737861662559903_"><use xlink:href="%23SVGID_00000145050774574235147550000011727658076475612289_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000147200086762284009230000014879247284938906785_" d="M102.657,284.466v0.118c0,0.033-0.021,0.065-0.064,0.089l0.001-0.118C102.636,284.531,102.657,284.498,102.657,284.466z"/></defs><clipPath id="SVGID_00000109019019798859103190000000479624569604843173_"><use xlink:href="%23SVGID_00000147200086762284009230000014879247284938906785_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000019671413856776970660000010110206073035179909_" d="M101.723,285.061l0,0.118c-0.085,0.05-0.223,0.05-0.308,0l0-0.118C101.5,285.111,101.637,285.111,101.723,285.061z"/></defs><clipPath id="SVGID_00000127727631903852782650000013338258752972326585_"><use xlink:href="%23SVGID_00000019671413856776970660000010110206073035179909_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000138540574955802613570000004620602983268117379_" d="M104.042,285.265l0,0.118c0,0.033-0.021,0.065-0.063,0.089l0-0.118C104.021,285.33,104.042,285.297,104.042,285.265z"/></defs><clipPath id="SVGID_00000058557547999619699330000012681794406378801832_"><use xlink:href="%23SVGID_00000138540574955802613570000004620602983268117379_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000106122172450199174080000016321482226139314606_" d="M101.857,285.383l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C101.879,285.448,101.857,285.415,101.857,285.383z"/></defs><clipPath id="SVGID_00000036962920676172169700000005416185484286496428_"><use xlink:href="%23SVGID_00000106122172450199174080000016321482226139314606_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000086679341002668149520000018408327953536786315_" d="M103.107,285.86v0.118c-0.085,0.05-0.223,0.05-0.308,0l0.001-0.118C102.884,285.91,103.022,285.91,103.107,285.86z"/></defs><clipPath id="SVGID_00000072976341940427652100000011696835012433047963_"><use xlink:href="%23SVGID_00000086679341002668149520000018408327953536786315_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000106830989687818581520000012109414818280215975_" d="M96.912,284.155l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C96.933,284.22,96.912,284.188,96.912,284.155z"/></defs><clipPath id="SVGID_00000052064538894739983220000012884065126313654964_"><use xlink:href="%23SVGID_00000106830989687818581520000012109414818280215975_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000137830783193947754900000009517610380954387621_" d="M100.533,284.868l0,0.119c0,0.032-0.021,0.064-0.063,0.088l0-0.119C100.512,284.933,100.533,284.901,100.533,284.868z"/></defs><clipPath id="SVGID_00000029727351164334809840000007979358576469528469_"><use xlink:href="%23SVGID_00000137830783193947754900000009517610380954387621_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000161611345557660691690000016132576836666328236_" d="M99.598,285.464v0.118c-0.085,0.049-0.223,0.049-0.308,0l0.001-0.118C99.376,285.512,99.514,285.513,99.598,285.464z"/></defs><clipPath id="SVGID_00000026137045496191177740000003322062176901017002_"><use xlink:href="%23SVGID_00000161611345557660691690000016132576836666328236_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000163058244384942024360000009152199751253093814_" d="M101.918,285.668l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C101.896,285.732,101.918,285.7,101.918,285.668z"/></defs><clipPath id="SVGID_00000045620034194714725110000008082718039961419398_"><use xlink:href="%23SVGID_00000163058244384942024360000009152199751253093814_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000170962416003119771250000015322923444848734358_" d="M99.734,285.785l0-0.118c0,0.032,0.021,0.065,0.064,0.089l0,0.118C99.755,285.85,99.734,285.817,99.734,285.785z"/></defs><clipPath id="SVGID_00000155105006521402644710000014619117332719196854_"><use xlink:href="%23SVGID_00000170962416003119771250000015322923444848734358_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000164514077280475644440000003307955559841276811_" d="M100.983,286.263l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C100.761,286.312,100.898,286.312,100.983,286.263z"/></defs><clipPath id="SVGID_00000100359789225009809230000005147852823628685992_"><use xlink:href="%23SVGID_00000164514077280475644440000003307955559841276811_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000116213794138000516630000013361489050968083610_" d="M105.479,286.096l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C105.458,286.16,105.479,286.128,105.479,286.096z"/></defs><clipPath id="SVGID_00000021084648785917446110000010361719097756910502_"><use xlink:href="%23SVGID_00000116213794138000516630000013361489050968083610_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000057848369589505797450000007015834196998502802_" d="M103.295,286.213l0.001-0.118c0,0.032,0.021,0.065,0.064,0.09v0.118C103.316,286.277,103.295,286.245,103.295,286.213z"/></defs><clipPath id="SVGID_00000048491763143511690630000009155442831222314145_"><use xlink:href="%23SVGID_00000057848369589505797450000007015834196998502802_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000145029622968701040080000001986675707648360891_" d="M104.545,286.69l0,0.118c-0.085,0.05-0.223,0.049-0.308,0l0-0.118C104.322,286.74,104.46,286.74,104.545,286.69z"/></defs><clipPath id="SVGID_00000052076293793410283990000006845224572399289018_"><use xlink:href="%23SVGID_00000145029622968701040080000001986675707648360891_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000169524107963697167330000011488466415823297948_" d="M103.355,286.497l0,0.119c0,0.032-0.021,0.064-0.063,0.088l0.001-0.118C103.334,286.562,103.355,286.53,103.355,286.497z"/></defs><clipPath id="SVGID_00000031926623930344077040000003092922221175209857_"><use xlink:href="%23SVGID_00000169524107963697167330000011488466415823297948_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000121966835303318975720000000467343532654879674_" d="M101.171,286.615l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C101.192,286.679,101.171,286.647,101.171,286.615z"/></defs><clipPath id="SVGID_00000136384874875357631010000017168196280731044798_"><use xlink:href="%23SVGID_00000121966835303318975720000000467343532654879674_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000047028290042155900570000001950484253163018929_" d="M102.42,287.092l-0.001,0.118c-0.084,0.049-0.222,0.049-0.307,0l0-0.118C102.198,287.142,102.335,287.142,102.42,287.092z"/></defs><clipPath id="SVGID_00000016795892737136904110000006651041305610327225_"><use xlink:href="%23SVGID_00000047028290042155900570000001950484253163018929_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000042732983454002560080000017397146161585259678_" d="M106.916,286.925v0.118c0,0.033-0.021,0.064-0.063,0.089l0-0.118C106.895,286.99,106.916,286.957,106.916,286.925z"/></defs><clipPath id="SVGID_00000167358223418183669720000018108022611649237907_"><use xlink:href="%23SVGID_00000042732983454002560080000017397146161585259678_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000032612447713306947820000016155783375707533451_" d="M104.732,287.043l0.001-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C104.753,287.107,104.732,287.075,104.732,287.043z"/></defs><clipPath id="SVGID_00000062913427037412544150000002965627603011026830_"><use xlink:href="%23SVGID_00000032612447713306947820000016155783375707533451_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000098910161171208467870000012343706798228049303_" d="M105.982,287.52l0,0.118c-0.085,0.049-0.223,0.049-0.309,0l0-0.118C105.759,287.57,105.897,287.57,105.982,287.52z"/></defs><clipPath id="SVGID_00000140015562550499500100000014022633127977438869_"><use xlink:href="%23SVGID_00000098910161171208467870000012343706798228049303_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000035507089742284250050000017541906298101931653_" d="M104.792,287.327l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C104.771,287.391,104.792,287.359,104.792,287.327z"/></defs><clipPath id="SVGID_00000038405500590756120590000012936039866975633322_"><use xlink:href="%23SVGID_00000035507089742284250050000017541906298101931653_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000101093412064601250510000000494961507536102579_" d="M102.608,287.444l0-0.119c0,0.033,0.021,0.065,0.064,0.09l0,0.118C102.629,287.509,102.608,287.477,102.608,287.444z"/></defs><clipPath id="SVGID_00000054241291916569926120000006134737211193312139_"><use xlink:href="%23SVGID_00000101093412064601250510000000494961507536102579_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000005988479161188449080000007686442746753908649_" d="M103.857,287.922l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C103.635,287.971,103.773,287.971,103.857,287.922z"/></defs><clipPath id="SVGID_00000177479781088007998980000002310657491658845625_"><use xlink:href="%23SVGID_00000005988479161188449080000007686442746753908649_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000126320341964024046240000015419356943737218963_" d="M108.354,287.755l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C108.332,287.819,108.354,287.787,108.354,287.755z"/></defs><clipPath id="SVGID_00000183944892661416444320000009383174079251037599_"><use xlink:href="%23SVGID_00000126320341964024046240000015419356943737218963_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000096060435978610679830000013229009984803246728_" d="M106.169,287.872l0-0.118c0,0.032,0.021,0.065,0.064,0.09l0,0.118C106.191,287.937,106.169,287.905,106.169,287.872z"/></defs><clipPath id="SVGID_00000029006648844966759340000012703940517113997739_"><use xlink:href="%23SVGID_00000096060435978610679830000013229009984803246728_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000045608004178000047760000003798339180436890797_" d="M107.419,288.35l0,0.118c-0.085,0.05-0.223,0.049-0.308,0v-0.118C107.196,288.399,107.334,288.4,107.419,288.35z"/></defs><clipPath id="SVGID_00000096778748447807222300000010028376009736937379_"><use xlink:href="%23SVGID_00000045608004178000047760000003798339180436890797_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000142166261848885276600000001361418374051455927_" d="M106.229,288.157l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C106.208,288.221,106.229,288.189,106.229,288.157z"/></defs><clipPath id="SVGID_00000179611606778932664610000011286717680822751655_"><use xlink:href="%23SVGID_00000142166261848885276600000001361418374051455927_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000093147911595766313940000012124046195694375569_" d="M104.045,288.274l0-0.118c0,0.032,0.021,0.065,0.064,0.09l0,0.118C104.067,288.339,104.045,288.307,104.045,288.274z"/></defs><clipPath id="SVGID_00000037686039621224658850000001588500103058161554_"><use xlink:href="%23SVGID_00000093147911595766313940000012124046195694375569_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000096758316673810173070000011631134774358517683_" d="M105.295,288.752l0,0.118c-0.085,0.049-0.222,0.049-0.307,0l0-0.118C105.072,288.801,105.21,288.801,105.295,288.752z"/></defs><clipPath id="SVGID_00000109001458102491506260000007797231960134317990_"><use xlink:href="%23SVGID_00000096758316673810173070000011631134774358517683_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000072253121058659808880000006734366191629816708_" d="M109.791,288.585v0.118c0,0.032-0.022,0.064-0.064,0.089l0-0.118C109.769,288.649,109.791,288.617,109.791,288.585z"/></defs><clipPath id="SVGID_00000029736693708860364010000007345302155485477248_"><use xlink:href="%23SVGID_00000072253121058659808880000006734366191629816708_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000026122134746474341830000014565751670695073439_" d="M107.606,288.702l0-0.119c0,0.033,0.022,0.065,0.065,0.09l0,0.118C107.628,288.767,107.606,288.734,107.606,288.702z"/></defs><clipPath id="SVGID_00000105410830437385636090000013569622222896392598_"><use xlink:href="%23SVGID_00000026122134746474341830000014565751670695073439_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000046324464314585964350000013547299976390168455_" d="M108.857,289.18l-0.001,0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C108.633,289.229,108.771,289.229,108.857,289.18z"/></defs><clipPath id="SVGID_00000042696548951479968940000000992060129098462628_"><use xlink:href="%23SVGID_00000046324464314585964350000013547299976390168455_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000067219654113621214520000007028740353714013083_" d="M107.667,288.987l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C107.645,289.051,107.666,289.019,107.667,288.987z"/></defs><clipPath id="SVGID_00000074425707870026121060000010210761817163337113_"><use xlink:href="%23SVGID_00000067219654113621214520000007028740353714013083_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000027573154555719248080000014284522750070620294_" d="M105.482,289.104l0.001-0.118c0,0.033,0.021,0.065,0.064,0.09v0.118C105.504,289.169,105.482,289.136,105.482,289.104z"/></defs><clipPath id="SVGID_00000103223003912996710220000009050330327700504249_"><use xlink:href="%23SVGID_00000027573154555719248080000014284522750070620294_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000073687738844563894820000015560998719634044546_" d="M106.732,289.582l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C106.51,289.631,106.647,289.631,106.732,289.582z"/></defs><clipPath id="SVGID_00000075871214286716693730000000938594098517058225_"><use xlink:href="%23SVGID_00000073687738844563894820000015560998719634044546_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000054947801408726876640000016629412339660462740_" d="M111.228,289.415l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0.001-0.119C111.207,289.479,111.228,289.447,111.228,289.415z"/></defs><clipPath id="SVGID_00000093173776089134031870000010958473788298102707_"><use xlink:href="%23SVGID_00000054947801408726876640000016629412339660462740_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000155135505716163358170000004112062513888514708_" d="M109.044,289.532l0-0.118c0,0.032,0.021,0.065,0.064,0.09l0,0.119C109.065,289.597,109.043,289.564,109.044,289.532z"/></defs><clipPath id="SVGID_00000060724874879220830600000004119440369217631674_"><use xlink:href="%23SVGID_00000155135505716163358170000004112062513888514708_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000081641290854391286040000010921012319648771774_" d="M110.294,290.01l0,0.118c-0.085,0.05-0.223,0.049-0.309,0l0-0.118C110.07,290.059,110.208,290.059,110.294,290.01z"/></defs><clipPath id="SVGID_00000143617232904550029370000017863490272984138632_"><use xlink:href="%23SVGID_00000081641290854391286040000010921012319648771774_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000026842813467319893050000007899876420095886739_" d="M109.104,289.817l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C109.083,289.88,109.104,289.849,109.104,289.817z"/></defs><clipPath id="SVGID_00000073688604411159774690000009702247589499425926_"><use xlink:href="%23SVGID_00000026842813467319893050000007899876420095886739_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000153663705808250779170000012165721527214069643_" d="M106.92,289.934l0-0.118c0,0.033,0.021,0.065,0.064,0.089l0,0.118C106.941,289.999,106.92,289.966,106.92,289.934z"/></defs><clipPath id="SVGID_00000129201151513385751860000016448471998271677608_"><use xlink:href="%23SVGID_00000153663705808250779170000012165721527214069643_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000174569337919960642540000001743548213260917159_" d="M108.169,290.412l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0.001-0.118C107.947,290.461,108.084,290.461,108.169,290.412z"/></defs><clipPath id="SVGID_00000120560621064627606100000006202555846098904250_"><use xlink:href="%23SVGID_00000174569337919960642540000001743548213260917159_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000166672293864421409580000007302929079634627460_" d="M112.665,290.245l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C112.644,290.309,112.665,290.277,112.665,290.245z"/></defs><clipPath id="SVGID_00000011013366881779759960000013197367530462123427_"><use xlink:href="%23SVGID_00000166672293864421409580000007302929079634627460_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000153701071778351147060000005244133885847250619_" d="M110.481,290.362l0-0.119c0,0.033,0.021,0.065,0.064,0.09v0.118C110.502,290.427,110.481,290.394,110.481,290.362z"/></defs><clipPath id="SVGID_00000163071339497848087280000001523255957747087788_"><use xlink:href="%23SVGID_00000153701071778351147060000005244133885847250619_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000125587552138979369090000009540764747392955791_" d="M111.731,290.839l0,0.119c-0.085,0.049-0.223,0.049-0.308,0l0-0.119C111.508,290.888,111.646,290.889,111.731,290.839z"/></defs><clipPath id="SVGID_00000028303668845457552210000010874115254688496815_"><use xlink:href="%23SVGID_00000125587552138979369090000009540764747392955791_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000168104718497949637640000010086736757414201751_" d="M110.541,290.647l0,0.118c0,0.032-0.021,0.064-0.063,0.088v-0.118C110.52,290.71,110.541,290.678,110.541,290.647z"/></defs><clipPath id="SVGID_00000046329588045694209890000004367741377586204555_"><use xlink:href="%23SVGID_00000168104718497949637640000010086736757414201751_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000142172063767566765290000017186209556297029544_" d="M108.357,290.763l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C108.378,290.828,108.357,290.796,108.357,290.763z"/></defs><clipPath id="SVGID_00000052818528152094369820000014686048242850441902_"><use xlink:href="%23SVGID_00000142172063767566765290000017186209556297029544_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000103266080031257014460000005606673554492403877_" d="M109.606,291.241l-0.001,0.118c-0.084,0.049-0.222,0.049-0.307,0l0-0.118C109.384,291.29,109.521,291.29,109.606,291.241z"/></defs><clipPath id="SVGID_00000130638395411969978130000001365376227535312263_"><use xlink:href="%23SVGID_00000103266080031257014460000005606673554492403877_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000178184635451682349030000018165129582766357142_" d="M114.103,291.074l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C114.081,291.138,114.103,291.106,114.103,291.074z"/></defs><clipPath id="SVGID_00000131344697919288028640000012229768679761127310_"><use xlink:href="%23SVGID_00000178184635451682349030000018165129582766357142_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000146500553207353093050000004379608324193574287_" d="M111.918,291.192l0-0.118c0,0.033,0.022,0.065,0.064,0.089l0,0.118C111.94,291.257,111.918,291.224,111.918,291.192z"/></defs><clipPath id="SVGID_00000040568389560582318480000007912352963869453471_"><use xlink:href="%23SVGID_00000146500553207353093050000004379608324193574287_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000127034268575462488810000017776578199029815983_" d="M113.168,291.669l0,0.118c-0.085,0.05-0.223,0.05-0.309,0l0-0.118C112.945,291.719,113.083,291.719,113.168,291.669z"/></defs><clipPath id="SVGID_00000064340677112283735200000016969479288225282988_"><use xlink:href="%23SVGID_00000127034268575462488810000017776578199029815983_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000042719516215764020400000007766373059038098072_" d="M115.54,291.904v0.119c0,0.032-0.022,0.064-0.064,0.089l0-0.118C115.518,291.968,115.54,291.936,115.54,291.904z"/></defs><clipPath id="SVGID_00000131363726312665408880000003102771174179383966_"><use xlink:href="%23SVGID_00000042719516215764020400000007766373059038098072_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000152230309984301857210000011455265805750625413_" d="M113.355,292.021l0.001-0.118c0,0.032,0.021,0.065,0.064,0.09v0.118C113.377,292.086,113.355,292.054,113.355,292.021z"/></defs><clipPath id="SVGID_00000120540278613293754750000012855526606939570063_"><use xlink:href="%23SVGID_00000152230309984301857210000011455265805750625413_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000070118794813378968410000006281006062522381712_" d="M114.605,292.499l0,0.118c-0.085,0.05-0.223,0.05-0.308,0l0-0.118C114.382,292.548,114.52,292.548,114.605,292.499z"/></defs><clipPath id="SVGID_00000013889463070842574410000010409168687886627751_"><use xlink:href="%23SVGID_00000070118794813378968410000006281006062522381712_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000109717956263980978030000004783976024668980917_" d="M114.793,292.851l0-0.118c0,0.032,0.021,0.065,0.064,0.089l0,0.118C114.814,292.916,114.793,292.884,114.793,292.851z"/></defs><clipPath id="SVGID_00000164472783053607519140000006696449210270718643_"><use xlink:href="%23SVGID_00000109717956263980978030000004783976024668980917_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000145760516655625341260000017571340871250137012_" d="M117.695,293.148l0,0.119c0,0.032-0.021,0.064-0.063,0.089l0-0.118C117.674,293.213,117.695,293.181,117.695,293.148z"/></defs><clipPath id="SVGID_00000128463002489388021150000018150748315254225056_"><use xlink:href="%23SVGID_00000145760516655625341260000017571340871250137012_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000120560943725793651070000016165602366857858975_" d="M116.761,293.743l0,0.119c-0.085,0.049-0.223,0.049-0.308,0v-0.118C116.538,293.793,116.676,293.793,116.761,293.743z"/></defs><clipPath id="SVGID_00000110467254170481332530000005497662577764732584_"><use xlink:href="%23SVGID_00000120560943725793651070000016165602366857858975_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000106867339116981559290000009021262745044083342_" d="M111.978,291.476l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C111.957,291.54,111.978,291.508,111.978,291.476z"/></defs><clipPath id="SVGID_00000155104209474566848790000015235374358015820435_"><use xlink:href="%23SVGID_00000106867339116981559290000009021262745044083342_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000023970286340914828310000018232350770208634808_" d="M109.794,291.593l0-0.118c0,0.032,0.021,0.065,0.064,0.089l0,0.118C109.815,291.658,109.794,291.625,109.794,291.593z"/></defs><clipPath id="SVGID_00000122001240681948506080000014011919128347215004_"><use xlink:href="%23SVGID_00000023970286340914828310000018232350770208634808_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000070111813376635574030000011812103072233917057_" d="M111.043,292.071l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C110.821,292.12,110.959,292.12,111.043,292.071z"/></defs><clipPath id="SVGID_00000011031042264918603450000015341630925639598268_"><use xlink:href="%23SVGID_00000070111813376635574030000011812103072233917057_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000048502935233913739730000014840769819238343569_" d="M113.415,292.306v0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C113.394,292.37,113.415,292.338,113.415,292.306z"/></defs><clipPath id="SVGID_00000034088031752486619890000002399096379631690937_"><use xlink:href="%23SVGID_00000048502935233913739730000014840769819238343569_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000053542657003954582560000010307567454521620132_" d="M111.231,292.423l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C111.253,292.488,111.231,292.455,111.231,292.423z"/></defs><clipPath id="SVGID_00000047782608196415733590000005556908481094271884_"><use xlink:href="%23SVGID_00000053542657003954582560000010307567454521620132_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000021089824887935457550000013588190966246298540_" d="M112.48,292.901l0,0.118c-0.085,0.049-0.222,0.049-0.307,0l0-0.118C112.258,292.95,112.396,292.95,112.48,292.901z"/></defs><clipPath id="SVGID_00000145049700837361607900000008813198018695328176_"><use xlink:href="%23SVGID_00000021089824887935457550000013588190966246298540_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000085209657276544909450000003019662076825693105_" d="M112.669,293.253l0-0.118c0,0.033,0.021,0.065,0.064,0.09l-0.001,0.118C112.69,293.318,112.668,293.285,112.669,293.253z"/></defs><clipPath id="SVGID_00000013176999867959239810000011741705907312074131_"><use xlink:href="%23SVGID_00000085209657276544909450000003019662076825693105_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000065065086268440529360000001714913383100755095_" d="M116.29,293.965l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.119C116.269,294.029,116.29,293.997,116.29,293.965z"/></defs><clipPath id="SVGID_00000130618273974920676100000014047751621783628678_"><use xlink:href="%23SVGID_00000065065086268440529360000001714913383100755095_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000020395520596967133270000013570886343282813119_" d="M115.355,294.56l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0.001-0.118C115.133,294.61,115.27,294.61,115.355,294.56z"/></defs><clipPath id="SVGID_00000029037337295278924170000010964824508304268969_"><use xlink:href="%23SVGID_00000020395520596967133270000013570886343282813119_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000146484849855614198820000002536256255024051604_" d="M95.507,284.972l0-0.118c0,0.032,0.021,0.065,0.064,0.09l0,0.118C95.528,285.037,95.507,285.004,95.507,284.972z"/></defs><clipPath id="SVGID_00000000936934360139186590000008479106136878089905_"><use xlink:href="%23SVGID_00000146484849855614198820000002536256255024051604_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000157265844113267117920000016027620687001690762_" d="M99.794,286.069l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C99.772,286.133,99.794,286.102,99.794,286.069z"/></defs><clipPath id="SVGID_00000026851310301976825940000014344566463711462323_"><use xlink:href="%23SVGID_00000157265844113267117920000016027620687001690762_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000036957738264128191640000001974320333622707341_" d="M98.859,286.664l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C98.637,286.713,98.774,286.713,98.859,286.664z"/></defs><clipPath id="SVGID_00000119826323703332188570000014463436066801365930_"><use xlink:href="%23SVGID_00000036957738264128191640000001974320333622707341_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000023262702534755213510000010189125624087882387_" d="M101.231,286.899l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C101.21,286.963,101.231,286.931,101.231,286.899z"/></defs><clipPath id="SVGID_00000132804711913485286320000017009146457262712217_"><use xlink:href="%23SVGID_00000023262702534755213510000010189125624087882387_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000115505880210904954740000013646840948897226150_" d="M99.047,287.016l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C99.068,287.081,99.047,287.049,99.047,287.016z"/></defs><clipPath id="SVGID_00000020394082112820754420000006314250968446175883_"><use xlink:href="%23SVGID_00000115505880210904954740000013646840948897226150_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000155851493167094307410000015820621825340904609_" d="M100.296,287.494l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C100.074,287.543,100.211,287.543,100.296,287.494z"/></defs><clipPath id="SVGID_00000120557978279656549430000004826529310536931980_"><use xlink:href="%23SVGID_00000155851493167094307410000015820621825340904609_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000078765757141342799360000017419800283032425392_" d="M103.389,281.538l0,0.118c0,0.032-0.021,0.064-0.064,0.089l0-0.118C103.368,281.603,103.389,281.57,103.389,281.538z"/></defs><clipPath id="SVGID_00000025408960513265520880000017457383203947972755_"><use xlink:href="%23SVGID_00000078765757141342799360000017419800283032425392_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000047764823075207177460000001712157213955015871_" d="M101.205,281.655l0-0.119c0,0.033,0.022,0.065,0.064,0.09l0,0.118C101.226,281.72,101.205,281.688,101.205,281.655z"/></defs><clipPath id="SVGID_00000124860551006214436130000003264425079215340731_"><use xlink:href="%23SVGID_00000047764823075207177460000001712157213955015871_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000145058884084126496650000010807882691712885395_" d="M102.455,282.133l0,0.118c-0.085,0.049-0.223,0.049-0.308,0v-0.118C102.231,282.182,102.37,282.182,102.455,282.133z"/></defs><clipPath id="SVGID_00000111167350182358332420000010451002954392320949_"><use xlink:href="%23SVGID_00000145058884084126496650000010807882691712885395_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000093178753544494513640000015734298470179200935_" d="M104.826,282.368l-0.001,0.119c0,0.032-0.021,0.064-0.063,0.089l0-0.118C104.805,282.432,104.826,282.4,104.826,282.368z"/></defs><clipPath id="SVGID_00000080886301807013127180000015746433274760688011_"><use xlink:href="%23SVGID_00000093178753544494513640000015734298470179200935_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000164480447127754334750000006844409028873672089_" d="M102.642,282.485l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C102.663,282.55,102.642,282.517,102.642,282.485z"/></defs><clipPath id="SVGID_00000137130868495610177080000007429225884161933236_"><use xlink:href="%23SVGID_00000164480447127754334750000006844409028873672089_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000060715657599063543290000010436346863823413663_" d="M103.892,282.963l0,0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C103.668,283.012,103.807,283.012,103.892,282.963z"/></defs><clipPath id="SVGID_00000052826844635327184610000001705117827405133460_"><use xlink:href="%23SVGID_00000060715657599063543290000010436346863823413663_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000168086012026553746140000004614434092340099719_" d="M106.211,283.167l0,0.118c0,0.032-0.021,0.064-0.063,0.089v-0.119C106.189,283.232,106.211,283.199,106.211,283.167z"/></defs><clipPath id="SVGID_00000070838363958879467450000012506830557389915569_"><use xlink:href="%23SVGID_00000168086012026553746140000004614434092340099719_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000103984330411284401880000002528641058024026303_" d="M104.027,283.285l0-0.118c0,0.033,0.021,0.065,0.064,0.089l0,0.119C104.048,283.35,104.027,283.317,104.027,283.285z"/></defs><clipPath id="SVGID_00000085933050312090112150000014095426469504893853_"><use xlink:href="%23SVGID_00000103984330411284401880000002528641058024026303_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000169520454158620585610000014502181254546183577_" d="M105.276,283.762l0,0.118c-0.085,0.049-0.223,0.05-0.309,0l0.001-0.118C105.053,283.811,105.192,283.811,105.276,283.762z"/></defs><clipPath id="SVGID_00000023279120272116970280000018149454883130371216_"><use xlink:href="%23SVGID_00000169520454158620585610000014502181254546183577_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000072969934099090418790000010797419661270488762_" d="M102.668,287.729l0,0.118c0,0.032-0.021,0.064-0.063,0.088v-0.118C102.647,287.793,102.668,287.761,102.668,287.729z"/></defs><clipPath id="SVGID_00000181801925078899140360000015471685750911842454_"><use xlink:href="%23SVGID_00000072969934099090418790000010797419661270488762_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000087408941306131779930000000915013617604332220_" d="M100.484,287.846v-0.118c0,0.033,0.022,0.065,0.065,0.09v0.118C100.505,287.911,100.484,287.878,100.484,287.846z"/></defs><clipPath id="SVGID_00000057828650511375542030000005506189487969019526_"><use xlink:href="%23SVGID_00000087408941306131779930000000915013617604332220_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000038407086417131228470000016291714575905374852_" d="M101.733,288.324l0,0.119c-0.085,0.049-0.222,0.049-0.307,0l0-0.119C101.511,288.373,101.649,288.373,101.733,288.324z"/></defs><clipPath id="SVGID_00000013875354199227128150000004054437707201089414_"><use xlink:href="%23SVGID_00000038407086417131228470000016291714575905374852_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000026856794806828867820000012086534840934834356_" d="M104.105,288.559l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C104.084,288.623,104.105,288.591,104.105,288.559z"/></defs><clipPath id="SVGID_00000041974294224952881490000004120509390210307490_"><use xlink:href="%23SVGID_00000026856794806828867820000012086534840934834356_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000007386123707796533750000011719404403022878352_" d="M101.921,288.676l0-0.118c0,0.033,0.022,0.065,0.065,0.09l0,0.118C101.943,288.741,101.921,288.708,101.921,288.676z"/></defs><clipPath id="SVGID_00000020389422572321780920000000937376762579112580_"><use xlink:href="%23SVGID_00000007386123707796533750000011719404403022878352_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000041284740991053892830000010127984140754730921_" d="M103.17,289.154l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C102.948,289.203,103.086,289.203,103.17,289.154z"/></defs><clipPath id="SVGID_00000140704249532149645410000018329639676012252069_"><use xlink:href="%23SVGID_00000041284740991053892830000010127984140754730921_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000079443927493952602540000011259893661648570522_" d="M105.543,289.389l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C105.521,289.453,105.543,289.421,105.543,289.389z"/></defs><clipPath id="SVGID_00000103256735990001687260000015159305571070463900_"><use xlink:href="%23SVGID_00000079443927493952602540000011259893661648570522_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000098215300919890734160000010980083085211921540_" d="M103.358,289.505l0.001-0.118c0,0.033,0.021,0.065,0.064,0.09v0.118C103.38,289.571,103.358,289.538,103.358,289.505z"/></defs><clipPath id="SVGID_00000010289747272723697140000018215295020867168141_"><use xlink:href="%23SVGID_00000098215300919890734160000010980083085211921540_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000157281887945291810240000017354666530556376197_" d="M104.608,289.984l0,0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C104.385,290.033,104.524,290.033,104.608,289.984z"/></defs><clipPath id="SVGID_00000013887683521542879710000006481151841691910819_"><use xlink:href="%23SVGID_00000157281887945291810240000017354666530556376197_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000059993382555985561240000016339214219472865961_" d="M106.98,290.219v0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C106.959,290.283,106.98,290.251,106.98,290.219z"/></defs><clipPath id="SVGID_00000096059966699954129440000017165087261953148329_"><use xlink:href="%23SVGID_00000059993382555985561240000016339214219472865961_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000001657619811487669060000011211285079648276899_" d="M104.796,290.335l0-0.118c0,0.033,0.022,0.065,0.065,0.09l0,0.118C104.817,290.4,104.796,290.368,104.796,290.335z"/></defs><clipPath id="SVGID_00000114770689944003335980000011869093032081618069_"><use xlink:href="%23SVGID_00000001657619811487669060000011211285079648276899_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000121988570582965850560000008783582584034225030_" d="M106.045,290.813l0,0.119c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C105.823,290.862,105.961,290.863,106.045,290.813z"/></defs><clipPath id="SVGID_00000021809196529035649980000001065685015715430035_"><use xlink:href="%23SVGID_00000121988570582965850560000008783582584034225030_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000181802344775470928970000006309297266362927020_" d="M108.417,291.048l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C108.396,291.112,108.417,291.08,108.417,291.048z"/></defs><clipPath id="SVGID_00000130606391864155068450000004104997871460179628_"><use xlink:href="%23SVGID_00000181802344775470928970000006309297266362927020_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000044894011137440519110000001227096475700345230_" d="M106.233,291.165l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C106.255,291.23,106.233,291.198,106.233,291.165z"/></defs><clipPath id="SVGID_00000156571159596036002240000010606614224684865431_"><use xlink:href="%23SVGID_00000044894011137440519110000001227096475700345230_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000054973345860147042340000016978659408246097572_" d="M107.483,291.643l0,0.118c-0.085,0.049-0.223,0.049-0.308,0v-0.118C107.26,291.692,107.398,291.693,107.483,291.643z"/></defs><clipPath id="SVGID_00000137824087714009007090000010490498441507772298_"><use xlink:href="%23SVGID_00000054973345860147042340000016978659408246097572_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000011745713473313532330000017404740855662402206_" d="M109.854,291.878v0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C109.833,291.942,109.854,291.91,109.854,291.878z"/></defs><clipPath id="SVGID_00000078030537188399050980000003938407531729852340_"><use xlink:href="%23SVGID_00000011745713473313532330000017404740855662402206_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000180365932497959549000000007116240803279059607_" d="M107.67,291.995l0-0.118c0,0.033,0.021,0.065,0.065,0.09l0,0.118C107.692,292.06,107.67,292.027,107.67,291.995z"/></defs><clipPath id="SVGID_00000031902562126353519790000001879512517778138531_"><use xlink:href="%23SVGID_00000180365932497959549000000007116240803279059607_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000159451851825107629800000001757322085712341898_" d="M108.92,292.473l0,0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C108.697,292.522,108.835,292.522,108.92,292.473z"/></defs><clipPath id="SVGID_00000136377927518353275140000013804912194630388668_"><use xlink:href="%23SVGID_00000159451851825107629800000001757322085712341898_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000124163418371305583370000015234916109624822173_" d="M111.292,292.708l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C111.27,292.772,111.291,292.74,111.292,292.708z"/></defs><clipPath id="SVGID_00000080197700467786070990000015141205608250237113_"><use xlink:href="%23SVGID_00000124163418371305583370000015234916109624822173_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000178912302392078088130000007608525853676402306_" d="M109.107,292.825l0-0.119c0,0.033,0.022,0.065,0.065,0.09l0,0.118C109.129,292.89,109.107,292.857,109.107,292.825z"/></defs><clipPath id="SVGID_00000054976479230965339140000012958527149149006757_"><use xlink:href="%23SVGID_00000178912302392078088130000007608525853676402306_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000035501863030984469020000014204682218273254053_" d="M110.357,293.302v0.119c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C110.134,293.352,110.272,293.352,110.357,293.302z"/></defs><clipPath id="SVGID_00000153693185289350022730000007975041256087927185_"><use xlink:href="%23SVGID_00000035501863030984469020000014204682218273254053_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000042731992198648655860000017917715957328353971_" d="M112.729,293.538v0.118c0,0.032-0.021,0.064-0.063,0.088v-0.118C112.708,293.602,112.729,293.57,112.729,293.538z"/></defs><clipPath id="SVGID_00000124858467958223950370000011245252386836958649_"><use xlink:href="%23SVGID_00000042731992198648655860000017917715957328353971_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000011731821330741178800000002225875035481073295_" d="M110.545,293.655l0-0.118c0,0.033,0.022,0.065,0.064,0.09v0.118C110.566,293.72,110.545,293.687,110.545,293.655z"/></defs><clipPath id="SVGID_00000058548248716572442710000006972548231861053117_"><use xlink:href="%23SVGID_00000011731821330741178800000002225875035481073295_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000106835964230582943940000009063200032720239012_" d="M111.794,294.133l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C111.572,294.182,111.71,294.182,111.794,294.133z"/></defs><clipPath id="SVGID_00000051382671045698207840000013836055618525688196_"><use xlink:href="%23SVGID_00000106835964230582943940000009063200032720239012_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000080193998940357811820000007394782883320094091_" d="M107.648,283.997l0,0.118c0,0.032-0.021,0.064-0.064,0.089l0-0.118C107.627,284.061,107.648,284.029,107.648,283.997z"/></defs><clipPath id="SVGID_00000021090684759828456500000015716166878313381761_"><use xlink:href="%23SVGID_00000080193998940357811820000007394782883320094091_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000134964704515029575000000017463191260717596820_" d="M105.464,284.114l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C105.485,284.179,105.464,284.147,105.464,284.114z"/></defs><clipPath id="SVGID_00000003077293731042097310000014866036074744921490_"><use xlink:href="%23SVGID_00000134964704515029575000000017463191260717596820_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000173861017828475650070000001945166252833070262_" d="M106.713,284.592l0,0.118c-0.085,0.049-0.223,0.05-0.308,0l0-0.118C106.491,284.642,106.629,284.641,106.713,284.592z"/></defs><clipPath id="SVGID_00000020362170242026906760000000528978908751235463_"><use xlink:href="%23SVGID_00000173861017828475650070000001945166252833070262_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000170236330135598205910000016276401894343278769_" d="M106.901,284.944v-0.118c0,0.033,0.022,0.065,0.064,0.089l0,0.118C106.922,285.009,106.901,284.977,106.901,284.944z"/></defs><clipPath id="SVGID_00000080894074820471630780000007933095949155201970_"><use xlink:href="%23SVGID_00000170236330135598205910000016276401894343278769_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000078762503355500948950000018313055841164327576_" d="M110.522,285.656l0,0.118c0,0.032-0.021,0.064-0.064,0.089l0.001-0.119C110.501,285.721,110.522,285.689,110.522,285.656z"/></defs><clipPath id="SVGID_00000106841689495795447990000003319932898903667371_"><use xlink:href="%23SVGID_00000078762503355500948950000018313055841164327576_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000080916409735029614580000011927909790484114075_" d="M109.588,286.251l0,0.118c-0.085,0.049-0.223,0.05-0.308,0l0-0.118C109.365,286.301,109.503,286.301,109.588,286.251z"/></defs><clipPath id="SVGID_00000117646583021925709820000009973771122862247300_"><use xlink:href="%23SVGID_00000080916409735029614580000011927909790484114075_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000096056655185959029450000012839995012214219658_" d="M109.776,286.604v-0.118c0,0.032,0.022,0.065,0.064,0.089l0,0.118C109.797,286.669,109.775,286.636,109.776,286.604z"/></defs><clipPath id="SVGID_00000040566741693645724130000017125832964914239112_"><use xlink:href="%23SVGID_00000096056655185959029450000012839995012214219658_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000049213166603060745730000017153387460480338613_" d="M116.271,288.976v0.118c0,0.032-0.021,0.064-0.064,0.089l0-0.118C116.25,289.04,116.271,289.008,116.271,288.976z"/></defs><clipPath id="SVGID_00000144322060964071623300000007033899238129266848_"><use xlink:href="%23SVGID_00000049213166603060745730000017153387460480338613_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000023972867861114746040000007279231425577251456_" d="M115.337,289.571l0,0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C115.114,289.62,115.252,289.62,115.337,289.571z"/></defs><clipPath id="SVGID_00000109740566533641716250000009814556194784260770_"><use xlink:href="%23SVGID_00000023972867861114746040000007279231425577251456_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000108994528078988425420000014217886798477578431_" d="M117.709,289.805l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C117.687,289.87,117.709,289.837,117.709,289.805z"/></defs><clipPath id="SVGID_00000067922050890296047770000008782984413021404562_"><use xlink:href="%23SVGID_00000108994528078988425420000014217886798477578431_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000176750179180421213240000015673683855553184180_" d="M115.524,289.923l0-0.118c0,0.032,0.021,0.065,0.064,0.09l0,0.118C115.545,289.988,115.524,289.955,115.524,289.923z"/></defs><clipPath id="SVGID_00000059992590466241236060000006015437678692773001_"><use xlink:href="%23SVGID_00000176750179180421213240000015673683855553184180_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000145742009190716627120000013786135930301700495_" d="M116.774,290.4l0,0.118c-0.085,0.049-0.222,0.05-0.308,0l0-0.118C116.551,290.45,116.689,290.45,116.774,290.4z"/></defs><clipPath id="SVGID_00000055678073839252038780000011718763161225268107_"><use xlink:href="%23SVGID_00000145742009190716627120000013786135930301700495_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000055690235989081703080000007451663978175647886_" d="M111.982,294.485l0-0.119c0,0.033,0.021,0.065,0.064,0.09l0,0.118C112.003,294.549,111.982,294.517,111.982,294.485z"/></defs><clipPath id="SVGID_00000008115705066292573540000015381306415471996819_"><use xlink:href="%23SVGID_00000055690235989081703080000007451663978175647886_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000178192651519041654510000004737054106948474005_" d="M114.884,294.782l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C114.863,294.846,114.884,294.814,114.884,294.782z"/></defs><clipPath id="SVGID_00000013158843419115109470000009042941022445830574_"><use xlink:href="%23SVGID_00000178192651519041654510000004737054106948474005_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000057113483884876641060000012703317334463972523_" d="M113.95,295.377l0,0.118c-0.085,0.049-0.222,0.049-0.307,0v-0.118C113.728,295.426,113.865,295.426,113.95,295.377z"/></defs><clipPath id="SVGID_00000125603042322018201590000009554305697640266129_"><use xlink:href="%23SVGID_00000057113483884876641060000012703317334463972523_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000138564142858412868910000016349696295785533367_" d="M116.962,290.753v-0.118c0,0.032,0.021,0.065,0.064,0.089l0,0.118C116.983,290.817,116.961,290.785,116.962,290.753z"/></defs><clipPath id="SVGID_00000025443001782066381720000008471508619800349608_"><use xlink:href="%23SVGID_00000138564142858412868910000016349696295785533367_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000111901810482599664380000003142150672647699631_" d="M120.583,291.465l0,0.118c0,0.032-0.021,0.064-0.064,0.089l0.001-0.118C120.561,291.529,120.583,291.497,120.583,291.465z"/></defs><clipPath id="SVGID_00000080907175664235889740000002746042946835487880_"><use xlink:href="%23SVGID_00000111901810482599664380000003142150672647699631_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000111153784582375566020000010664207879154115204_" d="M119.648,292.06l0,0.118c-0.085,0.049-0.223,0.05-0.308,0l0-0.118C119.425,292.109,119.564,292.109,119.648,292.06z"/></defs><clipPath id="SVGID_00000152960299963050900810000008560765584568509623_"><use xlink:href="%23SVGID_00000111153784582375566020000010664207879154115204_" style="overflow:visible;"/></clipPath></g></g></g></g><g><g><g style="enable-background:new ;"><g><polygon style="fill:%23A697E0;" points="91.853,285.625 91.858,286.28 112.902,298.509 112.896,297.853 "/></g><g><polygon style="fill:%23BFBEED;" points="112.896,297.853 112.902,298.509 125.958,290.97 125.953,290.315 "/></g><g><g><polygon style="fill:%23EDECF8;" points="91.853,285.625 112.896,297.853 125.953,290.315 104.91,278.086 "/><polygon style="fill:%233C4384;" points="108.854,284.033 114.017,287.014 116.834,285.388 111.671,282.407 "/></g></g></g></g><path style="fill:%23A697E0;" d="M121.33,291.816c-0.039,0.169-0.18,0.339-0.418,0.476l-7.553,4.372c-0.521,0.301-1.309,0.333-1.761,0.073l-18.12-10.461c-0.163-0.095-0.26-0.215-0.293-0.343c0.039-0.169,0.18-0.339,0.419-0.477l7.554-4.373c0.521-0.301,1.309-0.333,1.76-0.073l18.12,10.461C121.202,291.566,121.299,291.687,121.33,291.816z"/><g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000158008506876803891470000015350656035225700256_" style="enable-background:new ;" d="M101.907,282.405l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C101.886,282.469,101.907,282.437,101.907,282.405z"/></defs><use xlink:href="%23SVGID_00000158008506876803891470000015350656035225700256_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000173147079548944572580000002605484066192823998_"><use xlink:href="%23SVGID_00000158008506876803891470000015350656035225700256_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000173147079548944572580000002605484066192823998_);enable-background:new ;"><path style="fill:%23252956;" d="M101.907,282.405l0,0.118c0,0.019-0.008,0.039-0.023,0.057l0-0.118C101.899,282.444,101.907,282.424,101.907,282.405z"/><path style="fill:%23252956;" d="M101.884,282.462l0,0.118c-0.01,0.012-0.023,0.023-0.04,0.032l0-0.118C101.86,282.484,101.874,282.473,101.884,282.462z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000034799968139999433560000004238301714394552200_" style="enable-background:new ;" d="M99.723,282.522l0.001-0.118c0,0.032,0.021,0.065,0.064,0.09l0,0.118C99.744,282.587,99.723,282.554,99.723,282.522z"/></defs><use xlink:href="%23SVGID_00000034799968139999433560000004238301714394552200_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000081614820230833439060000008173024243709821584_"><use xlink:href="%23SVGID_00000034799968139999433560000004238301714394552200_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000081614820230833439060000008173024243709821584_);enable-background:new ;"><path style="fill:%23252956;" d="M99.788,282.493l0,0.118c-0.043-0.024-0.065-0.057-0.065-0.09l0.001-0.118C99.723,282.436,99.745,282.469,99.788,282.493z"/></g></g><g><polygon style="fill:%23252956;" points="101.844,282.494 101.843,282.612 100.972,283.118 100.972,283 "/></g><g><polygon style="fill:%23252956;" points="100.664,283 100.664,283.118 99.787,282.612 99.788,282.493 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000068646185496582769660000009697695707804760743_" style="enable-background:new ;" d="M100.972,283v0.119c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C100.75,283.049,100.888,283.049,100.972,283z"/></defs><use xlink:href="%23SVGID_00000068646185496582769660000009697695707804760743_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000010283296264090605870000000450779465673379472_"><use xlink:href="%23SVGID_00000068646185496582769660000009697695707804760743_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000010283296264090605870000000450779465673379472_);enable-background:new ;"><path style="fill:%23252956;" d="M100.972,283v0.119c-0.031,0.017-0.069,0.029-0.108,0.034l0-0.118C100.905,283.029,100.942,283.018,100.972,283z"/><path style="fill:%23252956;" d="M100.865,283.034l0,0.118c-0.07,0.009-0.146-0.003-0.2-0.034l0-0.118C100.719,283.031,100.795,283.043,100.865,283.034z"/></g></g><g><path style="fill:%233C4384;" d="M101.843,282.315c0.085,0.049,0.086,0.129,0.001,0.179L100.972,283c-0.085,0.049-0.223,0.049-0.308,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.001-0.178l0.871-0.506c0.085-0.05,0.223-0.049,0.308,0L101.843,282.315z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000165946115660800630680000001500521770424668328_" style="enable-background:new ;" d="M103.344,283.235l0,0.119c0,0.032-0.021,0.064-0.063,0.089v-0.119C103.323,283.299,103.344,283.267,103.344,283.235z"/></defs><use xlink:href="%23SVGID_00000165946115660800630680000001500521770424668328_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000120542461070841019370000000073581141434278786_"><use xlink:href="%23SVGID_00000165946115660800630680000001500521770424668328_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000120542461070841019370000000073581141434278786_);enable-background:new ;"><path style="fill:%23252956;" d="M103.344,283.235l0,0.119c0,0.019-0.008,0.039-0.023,0.056l0.001-0.118C103.336,283.274,103.344,283.254,103.344,283.235z"/><path style="fill:%23252956;" d="M103.321,283.291l-0.001,0.118c-0.01,0.012-0.023,0.023-0.04,0.033v-0.119C103.297,283.314,103.311,283.303,103.321,283.291z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000129182054581121291560000004290414516405480109_" style="enable-background:new ;" d="M101.16,283.352l0-0.118c0,0.033,0.021,0.065,0.064,0.09v0.118C101.181,283.417,101.16,283.384,101.16,283.352z"/></defs><use xlink:href="%23SVGID_00000129182054581121291560000004290414516405480109_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000097481337945013195460000007167467224460669877_"><use xlink:href="%23SVGID_00000129182054581121291560000004290414516405480109_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000097481337945013195460000007167467224460669877_);enable-background:new ;"><path style="fill:%23252956;" d="M101.225,283.323v0.118c-0.043-0.025-0.065-0.058-0.065-0.09l0-0.118C101.16,283.266,101.182,283.299,101.225,283.323z"/></g></g><g><polygon style="fill:%23252956;" points="103.281,283.323 103.281,283.442 102.409,283.948 102.41,283.83 "/></g><g><polygon style="fill:%23252956;" points="102.102,283.829 102.102,283.948 101.225,283.442 101.225,283.323 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000157307946899366963090000001067619668543025849_" style="enable-background:new ;" d="M102.41,283.83l0,0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C102.187,283.879,102.325,283.879,102.41,283.83z"/></defs><use xlink:href="%23SVGID_00000157307946899366963090000001067619668543025849_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000132068361652573386840000004513862475109344141_"><use xlink:href="%23SVGID_00000157307946899366963090000001067619668543025849_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000132068361652573386840000004513862475109344141_);enable-background:new ;"><path style="fill:%23252956;" d="M102.41,283.83l0,0.118c-0.031,0.018-0.068,0.029-0.108,0.034l0-0.118C102.341,283.859,102.379,283.848,102.41,283.83z"/><path style="fill:%23252956;" d="M102.302,283.864l0,0.118c-0.07,0.009-0.146-0.003-0.2-0.034l0-0.118C102.156,283.861,102.232,283.872,102.302,283.864z"/></g></g><g><path style="fill:%233C4384;" d="M103.28,283.145c0.085,0.049,0.086,0.129,0.001,0.178l-0.871,0.506c-0.085,0.049-0.223,0.049-0.308,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.001-0.178l0.871-0.506c0.085-0.049,0.223-0.049,0.308,0L103.28,283.145z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000170276172051760880840000001872338161503851406_" style="enable-background:new ;" d="M104.729,284.034l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C104.708,284.098,104.729,284.066,104.729,284.034z"/></defs><use xlink:href="%23SVGID_00000170276172051760880840000001872338161503851406_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000129924554371185831610000001491628127705061265_"><use xlink:href="%23SVGID_00000170276172051760880840000001872338161503851406_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000129924554371185831610000001491628127705061265_);enable-background:new ;"><path style="fill:%23252956;" d="M104.729,284.034l0,0.118c0,0.019-0.008,0.039-0.023,0.056l0-0.118C104.721,284.073,104.729,284.053,104.729,284.034z"/><path style="fill:%23252956;" d="M104.706,284.091l0,0.118c-0.01,0.012-0.024,0.023-0.04,0.032l0-0.118C104.682,284.113,104.695,284.102,104.706,284.091z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000180353693201466796920000014285364137104255674_" style="enable-background:new ;" d="M102.545,284.151l0-0.118c0,0.033,0.022,0.065,0.064,0.09l0,0.118C102.566,284.216,102.545,284.184,102.545,284.151z"/></defs><use xlink:href="%23SVGID_00000180353693201466796920000014285364137104255674_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000170994567818506630690000016661344143549425331_"><use xlink:href="%23SVGID_00000180353693201466796920000014285364137104255674_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000170994567818506630690000016661344143549425331_);enable-background:new ;"><path style="fill:%23252956;" d="M102.609,284.123l0,0.118c-0.043-0.025-0.064-0.057-0.064-0.09l0-0.118C102.545,284.065,102.567,284.098,102.609,284.123z"/></g></g><g><polygon style="fill:%23252956;" points="104.665,284.123 104.665,284.241 103.794,284.747 103.794,284.629 "/></g><g><polygon style="fill:%23252956;" points="103.486,284.629 103.486,284.747 102.609,284.241 102.609,284.123 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000075150184006744074260000017163775455895038618_" style="enable-background:new ;" d="M103.794,284.629l-0.001,0.118c-0.084,0.049-0.222,0.049-0.308,0l0-0.118C103.572,284.678,103.709,284.678,103.794,284.629z"/></defs><use xlink:href="%23SVGID_00000075150184006744074260000017163775455895038618_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000124863709768596407080000002079520746141663893_"><use xlink:href="%23SVGID_00000075150184006744074260000017163775455895038618_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000124863709768596407080000002079520746141663893_);enable-background:new ;"><path style="fill:%23252956;" d="M103.794,284.629l-0.001,0.118c-0.031,0.018-0.068,0.029-0.108,0.034v-0.118C103.726,284.658,103.763,284.647,103.794,284.629z"/><path style="fill:%23252956;" d="M103.686,284.663v0.118c-0.07,0.009-0.146-0.003-0.2-0.034l0-0.118C103.541,284.66,103.617,284.672,103.686,284.663z"/></g></g><g><path style="fill:%233C4384;" d="M104.664,283.944c0.086,0.049,0.086,0.129,0.001,0.178l-0.871,0.506c-0.085,0.049-0.223,0.049-0.308,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.001-0.178l0.871-0.506c0.085-0.05,0.223-0.05,0.308,0L104.664,283.944z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000132777671464805521340000007993419586324178595_" style="enable-background:new ;" d="M106.166,284.864l0,0.118c0,0.032-0.022,0.064-0.064,0.089l0.001-0.118C106.145,284.928,106.166,284.896,106.166,284.864z"/></defs><use xlink:href="%23SVGID_00000132777671464805521340000007993419586324178595_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000126294536142819519380000000689616991965115549_"><use xlink:href="%23SVGID_00000132777671464805521340000007993419586324178595_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000126294536142819519380000000689616991965115549_);enable-background:new ;"><path style="fill:%23252956;" d="M106.166,284.864l0,0.118c0,0.02-0.008,0.039-0.023,0.057l0-0.118C106.158,284.902,106.166,284.883,106.166,284.864z"/><path style="fill:%23252956;" d="M106.143,284.92l0,0.118c-0.01,0.012-0.023,0.023-0.04,0.032l0.001-0.118C106.119,284.943,106.132,284.932,106.143,284.92z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000131341847430082792690000005821231022552522174_" style="enable-background:new ;" d="M103.982,284.981v-0.118c0,0.033,0.021,0.065,0.065,0.09l-0.001,0.118C104.003,285.046,103.982,285.013,103.982,284.981z"/></defs><use xlink:href="%23SVGID_00000131341847430082792690000005821231022552522174_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000002358202841377994680000012570861855846062255_"><use xlink:href="%23SVGID_00000131341847430082792690000005821231022552522174_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000002358202841377994680000012570861855846062255_);enable-background:new ;"><path style="fill:%23252956;" d="M104.047,284.952l-0.001,0.118c-0.043-0.025-0.064-0.057-0.064-0.09v-0.118C103.982,284.895,104.004,284.927,104.047,284.952z"/></g></g><g><polygon style="fill:%23252956;" points="106.103,284.953 106.102,285.071 105.231,285.577 105.231,285.459 "/></g><g><polygon style="fill:%23252956;" points="104.924,285.459 104.923,285.577 104.046,285.071 104.047,284.952 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000123399818672963709970000013351040802872955029_" style="enable-background:new ;" d="M105.231,285.459l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C105.009,285.508,105.147,285.508,105.231,285.459z"/></defs><use xlink:href="%23SVGID_00000123399818672963709970000013351040802872955029_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000080186214463754415360000018355429647506252725_"><use xlink:href="%23SVGID_00000123399818672963709970000013351040802872955029_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000080186214463754415360000018355429647506252725_);enable-background:new ;"><path style="fill:%23252956;" d="M105.231,285.459l0,0.118c-0.031,0.018-0.069,0.03-0.108,0.034l0.001-0.118C105.163,285.488,105.201,285.477,105.231,285.459z"/><path style="fill:%23252956;" d="M105.123,285.493l-0.001,0.118c-0.069,0.008-0.145-0.003-0.199-0.034l0-0.118C104.978,285.49,105.054,285.501,105.123,285.493z"/></g></g><g><path style="fill:%233C4384;" d="M106.102,284.774c0.085,0.049,0.086,0.129,0.001,0.178l-0.871,0.506c-0.085,0.049-0.222,0.049-0.307,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.001-0.178l0.871-0.506c0.085-0.049,0.223-0.049,0.308,0L106.102,284.774z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000080167747414724584650000008689633892406774185_" style="enable-background:new ;" d="M107.603,285.694l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C107.582,285.758,107.603,285.726,107.603,285.694z"/></defs><use xlink:href="%23SVGID_00000080167747414724584650000008689633892406774185_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000041281315248335208080000009096584161795151269_"><use xlink:href="%23SVGID_00000080167747414724584650000008689633892406774185_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000041281315248335208080000009096584161795151269_);enable-background:new ;"><path style="fill:%23252956;" d="M107.603,285.694l0,0.118c0,0.019-0.008,0.039-0.023,0.056v-0.118C107.595,285.732,107.603,285.713,107.603,285.694z"/><path style="fill:%23252956;" d="M107.58,285.75v0.118c-0.01,0.012-0.024,0.023-0.041,0.032l0-0.118C107.556,285.772,107.57,285.762,107.58,285.75z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000176016190738295739470000009782944527079051648_" style="enable-background:new ;" d="M105.419,285.811l0-0.118c0,0.033,0.021,0.065,0.064,0.089l0,0.118C105.44,285.876,105.419,285.843,105.419,285.811z"/></defs><use xlink:href="%23SVGID_00000176016190738295739470000009782944527079051648_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000000217153411344169710000014467918124687452035_"><use xlink:href="%23SVGID_00000176016190738295739470000009782944527079051648_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000000217153411344169710000014467918124687452035_);enable-background:new ;"><path style="fill:%23252956;" d="M105.484,285.782l0,0.118c-0.043-0.025-0.064-0.057-0.064-0.09l0-0.118C105.42,285.725,105.441,285.758,105.484,285.782z"/></g></g><g><polygon style="fill:%23252956;" points="107.54,285.782 107.539,285.901 106.668,286.407 106.668,286.289 "/></g><g><polygon style="fill:%23252956;" points="106.361,286.289 106.361,286.407 105.483,285.901 105.484,285.782 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000109031089673463237890000008421916170066802361_" style="enable-background:new ;" d="M106.668,286.289l0,0.118c-0.085,0.049-0.222,0.049-0.307,0v-0.118C106.446,286.338,106.584,286.338,106.668,286.289z"/></defs><use xlink:href="%23SVGID_00000109031089673463237890000008421916170066802361_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000052096123685215067530000008174235909603384753_"><use xlink:href="%23SVGID_00000109031089673463237890000008421916170066802361_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000052096123685215067530000008174235909603384753_);enable-background:new ;"><path style="fill:%23252956;" d="M106.668,286.289l0,0.118c-0.031,0.018-0.068,0.029-0.108,0.034l0-0.118C106.6,286.318,106.638,286.307,106.668,286.289z"/><path style="fill:%23252956;" d="M106.56,286.323l0,0.118c-0.07,0.009-0.145-0.003-0.199-0.034v-0.118C106.415,286.32,106.491,286.331,106.56,286.323z"/></g></g><g><path style="fill:%233C4384;" d="M107.539,285.604c0.085,0.049,0.086,0.129,0.001,0.178l-0.871,0.506c-0.085,0.049-0.222,0.049-0.308,0l-0.877-0.507c-0.085-0.049-0.086-0.129-0.001-0.178l0.871-0.506c0.085-0.05,0.223-0.05,0.308,0L107.539,285.604z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000159447122546909908990000013225464470885844643_" style="enable-background:new ;" d="M109.041,286.523l0,0.118c0,0.032-0.021,0.064-0.064,0.089l0-0.118C109.019,286.587,109.04,286.555,109.041,286.523z"/></defs><use xlink:href="%23SVGID_00000159447122546909908990000013225464470885844643_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000143615395080208949320000007934813634974455191_"><use xlink:href="%23SVGID_00000159447122546909908990000013225464470885844643_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000143615395080208949320000007934813634974455191_);enable-background:new ;"><path style="fill:%23252956;" d="M109.041,286.523l0,0.118c0,0.019-0.008,0.039-0.023,0.057l0-0.118C109.033,286.562,109.04,286.543,109.041,286.523z"/><path style="fill:%23252956;" d="M109.017,286.58l0,0.118c-0.01,0.012-0.024,0.023-0.04,0.032l0-0.118C108.993,286.603,109.007,286.591,109.017,286.58z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000138548465259596363190000000063168288518301358_" style="enable-background:new ;" d="M106.856,286.64l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C106.878,286.705,106.856,286.673,106.856,286.64z"/></defs><use xlink:href="%23SVGID_00000138548465259596363190000000063168288518301358_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000124845816314836649190000015658598735348045441_"><use xlink:href="%23SVGID_00000138548465259596363190000000063168288518301358_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000124845816314836649190000015658598735348045441_);enable-background:new ;"><path style="fill:%23252956;" d="M106.921,286.612l0,0.118c-0.043-0.025-0.064-0.057-0.064-0.09l0-0.118C106.857,286.555,106.878,286.587,106.921,286.612z"/></g></g><g><polygon style="fill:%23252956;" points="108.977,286.612 108.976,286.73 108.105,287.237 108.105,287.118 "/></g><g><polygon style="fill:%23252956;" points="107.798,287.118 107.798,287.237 106.921,286.73 106.921,286.612 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000111902956757754820650000001830611828298829748_" style="enable-background:new ;" d="M108.105,287.118v0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C107.884,287.168,108.021,287.168,108.105,287.118z"/></defs><use xlink:href="%23SVGID_00000111902956757754820650000001830611828298829748_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000056389464319606764810000014148994677749582475_"><use xlink:href="%23SVGID_00000111902956757754820650000001830611828298829748_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000056389464319606764810000014148994677749582475_);enable-background:new ;"><path style="fill:%23252956;" d="M108.105,287.118v0.118c-0.031,0.018-0.069,0.029-0.108,0.034l0-0.118C108.037,287.147,108.075,287.136,108.105,287.118z"/><path style="fill:%23252956;" d="M107.998,287.152l0,0.118c-0.069,0.008-0.145-0.003-0.199-0.034l0-0.118C107.852,287.15,107.928,287.161,107.998,287.152z"/></g></g><g><path style="fill:%233C4384;" d="M108.976,286.434c0.085,0.049,0.086,0.129,0,0.178l-0.871,0.506c-0.084,0.049-0.222,0.049-0.307,0l-0.877-0.506c-0.085-0.049-0.085-0.129-0.001-0.178l0.871-0.506c0.085-0.049,0.223-0.049,0.308,0L108.976,286.434z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000001631535788160782800000001093888747417205891_" style="enable-background:new ;" d="M110.478,287.353l0,0.118c0,0.032-0.021,0.064-0.063,0.089v-0.118C110.456,287.417,110.478,287.385,110.478,287.353z"/></defs><use xlink:href="%23SVGID_00000001631535788160782800000001093888747417205891_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000025436394481925344790000012904996329281628816_"><use xlink:href="%23SVGID_00000001631535788160782800000001093888747417205891_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000025436394481925344790000012904996329281628816_);enable-background:new ;"><path style="fill:%23252956;" d="M110.478,287.353l0,0.118c0,0.019-0.008,0.039-0.023,0.056l0-0.118C110.47,287.392,110.478,287.373,110.478,287.353z"/><path style="fill:%23252956;" d="M110.454,287.409l0,0.118c-0.01,0.012-0.023,0.023-0.04,0.032v-0.118C110.431,287.432,110.444,287.421,110.454,287.409z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000158726303460225040350000002063018586386528141_" style="enable-background:new ;" d="M108.294,287.47l0-0.119c0,0.033,0.021,0.065,0.064,0.09l0,0.118C108.315,287.535,108.294,287.503,108.294,287.47z"/></defs><use xlink:href="%23SVGID_00000158726303460225040350000002063018586386528141_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000025406196396352588670000013559123562584856767_"><use xlink:href="%23SVGID_00000158726303460225040350000002063018586386528141_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000025406196396352588670000013559123562584856767_);enable-background:new ;"><path style="fill:%23252956;" d="M108.358,287.442l0,0.118c-0.043-0.025-0.064-0.057-0.064-0.089l0-0.119C108.294,287.384,108.315,287.417,108.358,287.442z"/></g></g><g><polygon style="fill:%23252956;" points="110.414,287.442 110.414,287.56 109.543,288.066 109.543,287.948 "/></g><g><polygon style="fill:%23252956;" points="109.235,287.948 109.235,288.066 108.358,287.56 108.358,287.442 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000132786362967389362110000005908252537336278157_" style="enable-background:new ;" d="M109.543,287.948l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C109.321,287.997,109.458,287.997,109.543,287.948z"/></defs><use xlink:href="%23SVGID_00000132786362967389362110000005908252537336278157_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000018210876127542217880000012360484735867857290_"><use xlink:href="%23SVGID_00000132786362967389362110000005908252537336278157_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000018210876127542217880000012360484735867857290_);enable-background:new ;"><path style="fill:%23252956;" d="M109.543,287.948l0,0.118c-0.031,0.018-0.069,0.029-0.108,0.034l0-0.118C109.474,287.978,109.512,287.966,109.543,287.948z"/><path style="fill:%23252956;" d="M109.435,287.982l0,0.118c-0.07,0.009-0.145-0.003-0.2-0.034l0-0.118C109.29,287.979,109.365,287.991,109.435,287.982z"/></g></g><g><path style="fill:%233C4384;" d="M110.413,287.263c0.085,0.049,0.086,0.129,0,0.178l-0.871,0.506c-0.085,0.049-0.222,0.049-0.308,0l-0.877-0.507c-0.085-0.049-0.086-0.129-0.001-0.178l0.871-0.506c0.085-0.05,0.223-0.05,0.308,0L110.413,287.263z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000015343551776839259930000015448209418014882452_" style="enable-background:new ;" d="M111.915,288.183v0.118c0,0.032-0.022,0.064-0.064,0.089l0-0.118C111.894,288.247,111.915,288.215,111.915,288.183z"/></defs><use xlink:href="%23SVGID_00000015343551776839259930000015448209418014882452_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000028295720336612657920000018383586725750098826_"><use xlink:href="%23SVGID_00000015343551776839259930000015448209418014882452_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000028295720336612657920000018383586725750098826_);enable-background:new ;"><path style="fill:%23252956;" d="M111.915,288.183v0.118c0,0.019-0.008,0.039-0.023,0.057l0-0.118C111.907,288.222,111.915,288.202,111.915,288.183z"/><path style="fill:%23252956;" d="M111.892,288.24l0,0.118c-0.01,0.012-0.024,0.023-0.041,0.032l0-0.118C111.868,288.262,111.881,288.251,111.892,288.24z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000105389475329611072170000006354315613260999040_" style="enable-background:new ;" d="M109.731,288.3l0-0.118c0,0.033,0.022,0.065,0.064,0.09l0,0.118C109.752,288.365,109.731,288.332,109.731,288.3z"/></defs><use xlink:href="%23SVGID_00000105389475329611072170000006354315613260999040_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000083059490095813601450000009337774899025271438_"><use xlink:href="%23SVGID_00000105389475329611072170000006354315613260999040_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000083059490095813601450000009337774899025271438_);enable-background:new ;"><path style="fill:%23252956;" d="M109.795,288.272l0,0.118c-0.043-0.025-0.064-0.057-0.064-0.09l0-0.118C109.731,288.214,109.753,288.247,109.795,288.272z"/></g></g><g><polygon style="fill:%23252956;" points="111.851,288.272 111.851,288.39 110.98,288.896 110.98,288.778 "/></g><g><polygon style="fill:%23252956;" points="110.673,288.778 110.672,288.896 109.795,288.39 109.795,288.272 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000152243707719589403720000001475825693363461259_" style="enable-background:new ;" d="M110.98,288.778l0,0.118c-0.085,0.049-0.222,0.049-0.307,0l0-0.118C110.758,288.827,110.895,288.827,110.98,288.778z"/></defs><use xlink:href="%23SVGID_00000152243707719589403720000001475825693363461259_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000028289666693051227090000013953210127887909519_"><use xlink:href="%23SVGID_00000152243707719589403720000001475825693363461259_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000028289666693051227090000013953210127887909519_);enable-background:new ;"><path style="fill:%23252956;" d="M110.98,288.778l0,0.118c-0.031,0.018-0.068,0.029-0.108,0.034l0-0.118C110.912,288.807,110.949,288.796,110.98,288.778z"/><path style="fill:%23252956;" d="M110.872,288.812l0,0.118c-0.07,0.008-0.145-0.003-0.199-0.034l0-0.118C110.727,288.809,110.803,288.821,110.872,288.812z"/></g></g><g><path style="fill:%233C4384;" d="M111.851,288.093c0.085,0.049,0.085,0.129,0,0.178l-0.871,0.506c-0.085,0.049-0.222,0.049-0.307,0l-0.878-0.506c-0.085-0.049-0.086-0.129-0.001-0.178l0.871-0.506c0.085-0.05,0.223-0.05,0.308,0L111.851,288.093z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000086687752940189699030000014539102417810945166_" style="enable-background:new ;" d="M113.352,289.013l0,0.118c0,0.032-0.021,0.064-0.063,0.089v-0.118C113.331,289.077,113.352,289.045,113.352,289.013z"/></defs><use xlink:href="%23SVGID_00000086687752940189699030000014539102417810945166_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000006678919117131339230000003609329369387663530_"><use xlink:href="%23SVGID_00000086687752940189699030000014539102417810945166_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000006678919117131339230000003609329369387663530_);enable-background:new ;"><path style="fill:%23252956;" d="M113.352,289.013l0,0.118c0,0.02-0.008,0.039-0.023,0.057l0-0.118C113.344,289.052,113.352,289.032,113.352,289.013z"/><path style="fill:%23252956;" d="M113.329,289.069l0,0.118c-0.01,0.012-0.023,0.023-0.04,0.032v-0.118C113.305,289.092,113.319,289.081,113.329,289.069z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000033340917026093147200000002836316841539415427_" style="enable-background:new ;" d="M111.168,289.13l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C111.189,289.195,111.168,289.162,111.168,289.13z"/></defs><use xlink:href="%23SVGID_00000033340917026093147200000002836316841539415427_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000154425817921894557920000011134351980979277475_"><use xlink:href="%23SVGID_00000033340917026093147200000002836316841539415427_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000154425817921894557920000011134351980979277475_);enable-background:new ;"><path style="fill:%23252956;" d="M111.233,289.101l0,0.118c-0.043-0.025-0.065-0.057-0.064-0.09l0-0.118C111.168,289.044,111.19,289.076,111.233,289.101z"/></g></g><g><polygon style="fill:%23252956;" points="113.288,289.102 113.288,289.22 112.417,289.726 112.417,289.608 "/></g><g><polygon style="fill:%23252956;" points="112.11,289.608 112.109,289.726 111.232,289.219 111.233,289.101 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000023999889691893676700000007492339477547512470_" style="enable-background:new ;" d="M112.417,289.608l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C112.195,289.657,112.333,289.657,112.417,289.608z"/></defs><use xlink:href="%23SVGID_00000023999889691893676700000007492339477547512470_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000163758077527592821140000009066367854141468314_"><use xlink:href="%23SVGID_00000023999889691893676700000007492339477547512470_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000163758077527592821140000009066367854141468314_);enable-background:new ;"><path style="fill:%23252956;" d="M112.417,289.608l0,0.118c-0.031,0.018-0.069,0.03-0.108,0.034l0.001-0.118C112.349,289.637,112.386,289.625,112.417,289.608z"/><path style="fill:%23252956;" d="M112.309,289.642l-0.001,0.118c-0.069,0.008-0.145-0.003-0.199-0.034l0-0.118C112.164,289.639,112.24,289.65,112.309,289.642z"/></g></g><g><path style="fill:%233C4384;" d="M113.288,288.923c0.085,0.049,0.086,0.129,0,0.178l-0.871,0.506c-0.085,0.049-0.222,0.049-0.308,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.001-0.178l0.871-0.506c0.085-0.049,0.223-0.049,0.308,0L113.288,288.923z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000016760942814707553620000008276470007202917002_" style="enable-background:new ;" d="M114.789,289.842l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C114.768,289.907,114.789,289.875,114.789,289.842z"/></defs><use xlink:href="%23SVGID_00000016760942814707553620000008276470007202917002_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000052786764916593014630000016051619684349088138_"><use xlink:href="%23SVGID_00000016760942814707553620000008276470007202917002_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000052786764916593014630000016051619684349088138_);enable-background:new ;"><path style="fill:%23252956;" d="M114.789,289.842l0,0.118c0,0.019-0.008,0.039-0.023,0.057l0-0.119C114.781,289.881,114.789,289.862,114.789,289.842z"/><path style="fill:%23252956;" d="M114.766,289.899l0,0.119c-0.01,0.012-0.024,0.023-0.04,0.032l0-0.118C114.742,289.921,114.756,289.91,114.766,289.899z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000103959478801122148610000017179218067956899484_" style="enable-background:new ;" d="M112.605,289.96l0-0.118c0,0.033,0.021,0.065,0.064,0.089l0,0.119C112.626,290.025,112.605,289.992,112.605,289.96z"/></defs><use xlink:href="%23SVGID_00000103959478801122148610000017179218067956899484_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000120558029547900002520000017561987417636903609_"><use xlink:href="%23SVGID_00000103959478801122148610000017179218067956899484_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000120558029547900002520000017561987417636903609_);enable-background:new ;"><path style="fill:%23252956;" d="M112.67,289.931l0,0.119c-0.043-0.025-0.064-0.057-0.064-0.09l0-0.118C112.606,289.874,112.627,289.906,112.67,289.931z"/></g></g><g><polygon style="fill:%23252956;" points="114.726,289.931 114.725,290.049 113.854,290.556 113.854,290.438 "/></g><g><polygon style="fill:%23252956;" points="113.547,290.438 113.547,290.556 112.67,290.049 112.67,289.931 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000116223714093366791250000003197589279950842246_" style="enable-background:new ;" d="M113.854,290.438l0,0.118c-0.085,0.049-0.222,0.049-0.307,0v-0.118C113.632,290.487,113.77,290.487,113.854,290.438z"/></defs><use xlink:href="%23SVGID_00000116223714093366791250000003197589279950842246_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000158726782544339449070000004502972809145700026_"><use xlink:href="%23SVGID_00000116223714093366791250000003197589279950842246_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000158726782544339449070000004502972809145700026_);enable-background:new ;"><path style="fill:%23252956;" d="M113.854,290.438l0,0.118c-0.031,0.018-0.068,0.029-0.108,0.034l0-0.118C113.786,290.467,113.824,290.455,113.854,290.438z"/><path style="fill:%23252956;" d="M113.746,290.471l0,0.118c-0.07,0.009-0.145-0.003-0.199-0.034v-0.118C113.601,290.469,113.677,290.48,113.746,290.471z"/></g></g><g><path style="fill:%233C4384;" d="M114.725,289.753c0.085,0.049,0.086,0.129,0.001,0.178l-0.871,0.506c-0.085,0.049-0.222,0.049-0.307,0l-0.877-0.507c-0.085-0.049-0.086-0.129-0.001-0.178l0.871-0.506c0.085-0.05,0.223-0.05,0.308,0L114.725,289.753z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000099658923364771035390000007859545452260037768_" style="enable-background:new ;" d="M116.227,290.672l0,0.118c0,0.032-0.022,0.064-0.064,0.089l0-0.118C116.205,290.736,116.226,290.704,116.227,290.672z"/></defs><use xlink:href="%23SVGID_00000099658923364771035390000007859545452260037768_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000000938073574632501240000015625577753711299251_"><use xlink:href="%23SVGID_00000099658923364771035390000007859545452260037768_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000000938073574632501240000015625577753711299251_);enable-background:new ;"><path style="fill:%23252956;" d="M116.227,290.672l0,0.118c0,0.019-0.008,0.039-0.023,0.057l0-0.118C116.219,290.711,116.226,290.691,116.227,290.672z"/><path style="fill:%23252956;" d="M116.203,290.729l0,0.118c-0.01,0.012-0.024,0.023-0.041,0.032l0-0.118C116.18,290.751,116.193,290.74,116.203,290.729z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000029760010946966002960000005777952419096962745_" style="enable-background:new ;" d="M114.042,290.789l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C114.064,290.854,114.042,290.822,114.042,290.789z"/></defs><use xlink:href="%23SVGID_00000029760010946966002960000005777952419096962745_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000085941503217787015090000016636959621208484487_"><use xlink:href="%23SVGID_00000029760010946966002960000005777952419096962745_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000085941503217787015090000016636959621208484487_);enable-background:new ;"><path style="fill:%23252956;" d="M114.107,290.761l0,0.118c-0.043-0.025-0.064-0.057-0.064-0.09l0-0.118C114.043,290.703,114.064,290.736,114.107,290.761z"/></g></g><g><polygon style="fill:%23252956;" points="116.163,290.761 116.162,290.879 115.292,291.385 115.292,291.267 "/></g><g><polygon style="fill:%23252956;" points="114.984,291.267 114.984,291.385 114.107,290.879 114.107,290.761 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000075157009985705998730000000582945342153118382_" style="enable-background:new ;" d="M115.292,291.267l0,0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C115.07,291.316,115.207,291.316,115.292,291.267z"/></defs><use xlink:href="%23SVGID_00000075157009985705998730000000582945342153118382_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000008833031949718639390000004956273931794851757_"><use xlink:href="%23SVGID_00000075157009985705998730000000582945342153118382_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000008833031949718639390000004956273931794851757_);enable-background:new ;"><path style="fill:%23252956;" d="M115.292,291.267l0,0.118c-0.031,0.018-0.069,0.029-0.108,0.034l0-0.118C115.223,291.296,115.261,291.285,115.292,291.267z"/><path style="fill:%23252956;" d="M115.184,291.302l0,0.118c-0.069,0.008-0.145-0.003-0.199-0.034l0-0.118C115.039,291.298,115.114,291.31,115.184,291.302z"/></g></g><g><path style="fill:%233C4384;" d="M116.162,290.583c0.085,0.049,0.086,0.129,0,0.178l-0.871,0.506c-0.085,0.049-0.222,0.049-0.307,0l-0.877-0.506c-0.085-0.049-0.085-0.129-0.001-0.178l0.871-0.506c0.085-0.05,0.223-0.05,0.308,0L116.162,290.583z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000024685473988582408070000011774205426536866485_" style="enable-background:new ;" d="M117.664,291.502l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C117.642,291.566,117.664,291.534,117.664,291.502z"/></defs><use xlink:href="%23SVGID_00000024685473988582408070000011774205426536866485_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000141446171994205997390000010133341744368081843_"><use xlink:href="%23SVGID_00000024685473988582408070000011774205426536866485_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000141446171994205997390000010133341744368081843_);enable-background:new ;"><path style="fill:%23252956;" d="M117.664,291.502l0,0.118c0,0.019-0.008,0.039-0.023,0.056v-0.118C117.656,291.541,117.664,291.521,117.664,291.502z"/><path style="fill:%23252956;" d="M117.64,291.558v0.118c-0.01,0.012-0.024,0.023-0.041,0.033l0-0.118C117.617,291.581,117.63,291.57,117.64,291.558z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000018930534200391287990000006625031794534495887_" style="enable-background:new ;" d="M115.48,291.619l0-0.118c0,0.032,0.021,0.065,0.064,0.089l0,0.118C115.501,291.684,115.48,291.652,115.48,291.619z"/></defs><use xlink:href="%23SVGID_00000018930534200391287990000006625031794534495887_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000048499087777717315080000010833790707881713083_"><use xlink:href="%23SVGID_00000018930534200391287990000006625031794534495887_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000048499087777717315080000010833790707881713083_);enable-background:new ;"><path style="fill:%23252956;" d="M115.544,291.59l0,0.118c-0.043-0.024-0.064-0.057-0.064-0.089l0-0.118C115.48,291.533,115.501,291.566,115.544,291.59z"/></g></g><g><polygon style="fill:%23252956;" points="117.6,291.591 117.6,291.709 116.729,292.215 116.729,292.097 "/></g><g><polygon style="fill:%23252956;" points="116.421,292.097 116.421,292.215 115.544,291.709 115.544,291.59 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000019668062093574370050000000040473355376325046_" style="enable-background:new ;" d="M116.729,292.097l0,0.118c-0.085,0.049-0.222,0.049-0.307,0l0-0.118C116.507,292.146,116.644,292.146,116.729,292.097z"/></defs><use xlink:href="%23SVGID_00000019668062093574370050000000040473355376325046_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000132088112181324227460000009059092336387538068_"><use xlink:href="%23SVGID_00000019668062093574370050000000040473355376325046_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000132088112181324227460000009059092336387538068_);enable-background:new ;"><path style="fill:%23252956;" d="M116.729,292.097l0,0.118c-0.031,0.018-0.069,0.029-0.108,0.034l0-0.118C116.66,292.126,116.698,292.115,116.729,292.097z"/><path style="fill:%23252956;" d="M116.621,292.131l0,0.118c-0.07,0.009-0.145-0.003-0.2-0.034l0-0.118C116.476,292.128,116.551,292.14,116.621,292.131z"/></g></g><g><path style="fill:%233C4384;" d="M117.599,291.412c0.085,0.049,0.086,0.129,0.001,0.178l-0.871,0.506c-0.085,0.049-0.222,0.049-0.308,0l-0.877-0.507c-0.085-0.049-0.086-0.129-0.001-0.178l0.871-0.506c0.085-0.049,0.223-0.049,0.308,0L117.599,291.412z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000171690220545808741750000000032642420943229626_" style="enable-background:new ;" d="M119.101,292.332v0.118c0,0.032-0.022,0.064-0.064,0.089l0-0.119C119.08,292.396,119.101,292.364,119.101,292.332z"/></defs><use xlink:href="%23SVGID_00000171690220545808741750000000032642420943229626_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000144305796678909549320000002569980862773469877_"><use xlink:href="%23SVGID_00000171690220545808741750000000032642420943229626_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000144305796678909549320000002569980862773469877_);enable-background:new ;"><path style="fill:%23252956;" d="M119.101,292.332v0.118c0,0.019-0.008,0.039-0.023,0.057l0-0.118C119.093,292.37,119.101,292.351,119.101,292.332z"/><path style="fill:%23252956;" d="M119.078,292.388l0,0.118c-0.01,0.012-0.024,0.023-0.04,0.033l0-0.119C119.054,292.411,119.067,292.4,119.078,292.388z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000162314829497855696580000007862017155445996219_" style="enable-background:new ;" d="M116.917,292.449l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C116.938,292.514,116.917,292.481,116.917,292.449z"/></defs><use xlink:href="%23SVGID_00000162314829497855696580000007862017155445996219_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000026153207475809376410000015629718993641871776_"><use xlink:href="%23SVGID_00000162314829497855696580000007862017155445996219_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000026153207475809376410000015629718993641871776_);enable-background:new ;"><path style="fill:%23252956;" d="M116.981,292.42l0,0.118c-0.043-0.025-0.064-0.057-0.064-0.09l0-0.118C116.917,292.363,116.938,292.396,116.981,292.42z"/></g></g><g><polygon style="fill:%23252956;" points="119.037,292.42 119.037,292.539 118.166,293.045 118.166,292.927 "/></g><g><polygon style="fill:%23252956;" points="117.859,292.927 117.858,293.045 116.981,292.539 116.981,292.42 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000023262250984619165360000007832698122139556488_" style="enable-background:new ;" d="M118.166,292.927v0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C117.944,292.976,118.081,292.976,118.166,292.927z"/></defs><use xlink:href="%23SVGID_00000023262250984619165360000007832698122139556488_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000173136885887957780330000007296152315457345966_"><use xlink:href="%23SVGID_00000023262250984619165360000007832698122139556488_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000173136885887957780330000007296152315457345966_);enable-background:new ;"><path style="fill:%23252956;" d="M118.166,292.927v0.118c-0.031,0.018-0.069,0.029-0.108,0.034l0-0.118C118.098,292.956,118.135,292.945,118.166,292.927z"/><path style="fill:%23252956;" d="M118.058,292.961l0,0.118c-0.07,0.008-0.145-0.003-0.199-0.034l0-0.118C117.913,292.958,117.989,292.969,118.058,292.961z"/></g></g><g><path style="fill:%233C4384;" d="M119.037,292.242c0.085,0.049,0.085,0.129,0,0.178l-0.871,0.506c-0.085,0.049-0.222,0.049-0.307,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.001-0.178l0.871-0.506c0.085-0.05,0.223-0.05,0.308,0L119.037,292.242z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000084525090462863565900000011697285331000223629_" style="enable-background:new ;" d="M98.317,283.339l0-0.118c0,0.033,0.021,0.065,0.065,0.09l0,0.118C98.339,283.404,98.317,283.371,98.317,283.339z"/></defs><use xlink:href="%23SVGID_00000084525090462863565900000011697285331000223629_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000044887887513961078530000014624581849997846175_"><use xlink:href="%23SVGID_00000084525090462863565900000011697285331000223629_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000044887887513961078530000014624581849997846175_);enable-background:new ;"><path style="fill:%23252956;" d="M98.382,283.311l0,0.118c-0.043-0.025-0.065-0.058-0.065-0.09l0-0.118C98.318,283.253,98.339,283.286,98.382,283.311z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000098918630236638359930000011561163900464565433_" style="enable-background:new ;" d="M102.657,284.466v0.118c0,0.033-0.021,0.065-0.064,0.089l0.001-0.118C102.636,284.531,102.657,284.498,102.657,284.466z"/></defs><use xlink:href="%23SVGID_00000098918630236638359930000011561163900464565433_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000098190000029063798420000001007370832857203131_"><use xlink:href="%23SVGID_00000098918630236638359930000011561163900464565433_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000098190000029063798420000001007370832857203131_);enable-background:new ;"><path style="fill:%23252956;" d="M102.657,284.466v0.118c0,0.02-0.008,0.039-0.023,0.057v-0.118C102.65,284.505,102.657,284.486,102.657,284.466z"/><path style="fill:%23252956;" d="M102.634,284.523v0.118c-0.01,0.012-0.024,0.022-0.041,0.032l0.001-0.118C102.61,284.545,102.624,284.534,102.634,284.523z"/></g></g><g><polygon style="fill:%23252956;" points="102.594,284.555 102.593,284.673 101.722,285.179 101.723,285.061 "/></g><g><polygon style="fill:%23252956;" points="101.415,285.061 101.415,285.18 98.382,283.429 98.382,283.311 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000173843286928501831650000009363395530009280190_" style="enable-background:new ;" d="M101.723,285.061l0,0.118c-0.085,0.05-0.223,0.05-0.308,0l0-0.118C101.5,285.111,101.637,285.111,101.723,285.061z"/></defs><use xlink:href="%23SVGID_00000173843286928501831650000009363395530009280190_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000075885555792697303300000004909787675828817050_"><use xlink:href="%23SVGID_00000173843286928501831650000009363395530009280190_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000075885555792697303300000004909787675828817050_);enable-background:new ;"><path style="fill:%23252956;" d="M101.723,285.061l0,0.118c-0.031,0.018-0.069,0.03-0.109,0.035l0-0.118C101.654,285.091,101.692,285.079,101.723,285.061z"/><path style="fill:%23252956;" d="M101.614,285.095l0,0.118c-0.07,0.008-0.145-0.003-0.199-0.034l0-0.118C101.469,285.093,101.544,285.104,101.614,285.095z"/></g></g><g><path style="fill:%233C4384;" d="M102.593,284.377c0.085,0.049,0.085,0.129,0.001,0.178l-0.871,0.506c-0.085,0.05-0.223,0.05-0.308,0l-3.033-1.751c-0.085-0.049-0.086-0.129-0.001-0.179l0.871-0.506c0.085-0.049,0.223-0.049,0.308,0L102.593,284.377z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000061451254694961306310000002899479622683245739_" style="enable-background:new ;" d="M104.042,285.265l0,0.118c0,0.033-0.021,0.065-0.063,0.089l0-0.118C104.021,285.33,104.042,285.297,104.042,285.265z"/></defs><use xlink:href="%23SVGID_00000061451254694961306310000002899479622683245739_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000101065196966145698050000001643622672384230056_"><use xlink:href="%23SVGID_00000061451254694961306310000002899479622683245739_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000101065196966145698050000001643622672384230056_);enable-background:new ;"><path style="fill:%23252956;" d="M104.042,285.265l0,0.118c0,0.02-0.008,0.039-0.023,0.057l0-0.119C104.034,285.304,104.042,285.285,104.042,285.265z"/><path style="fill:%23252956;" d="M104.018,285.322l0,0.119c-0.01,0.011-0.023,0.022-0.04,0.032l0-0.118C103.995,285.345,104.008,285.334,104.018,285.322z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000146463758045719679640000003238364331368269208_" style="enable-background:new ;" d="M101.857,285.383l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C101.879,285.448,101.857,285.415,101.857,285.383z"/></defs><use xlink:href="%23SVGID_00000146463758045719679640000003238364331368269208_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000029023823676628178880000013376674806603746971_"><use xlink:href="%23SVGID_00000146463758045719679640000003238364331368269208_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000029023823676628178880000013376674806603746971_);enable-background:new ;"><path style="fill:%23252956;" d="M101.922,285.354l0,0.118c-0.043-0.025-0.064-0.057-0.064-0.09l0-0.118C101.858,285.297,101.879,285.33,101.922,285.354z"/></g></g><g><polygon style="fill:%23252956;" points="103.978,285.354 103.978,285.473 103.107,285.979 103.107,285.86 "/></g><g><polygon style="fill:%23252956;" points="102.799,285.861 102.799,285.979 101.922,285.473 101.922,285.354 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000027591540117949676480000008975201554153298846_" style="enable-background:new ;" d="M103.107,285.86v0.118c-0.085,0.05-0.223,0.05-0.308,0l0.001-0.118C102.884,285.91,103.022,285.91,103.107,285.86z"/></defs><use xlink:href="%23SVGID_00000027591540117949676480000008975201554153298846_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000070097585481163006820000018093156446600702370_"><use xlink:href="%23SVGID_00000027591540117949676480000008975201554153298846_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000070097585481163006820000018093156446600702370_);enable-background:new ;"><path style="fill:%23252956;" d="M103.107,285.86v0.118c-0.031,0.018-0.069,0.03-0.109,0.035l0-0.119C103.038,285.89,103.076,285.879,103.107,285.86z"/><path style="fill:%23252956;" d="M102.999,285.895l0,0.119c-0.07,0.008-0.145-0.003-0.199-0.034l0.001-0.118C102.853,285.892,102.929,285.904,102.999,285.895z"/></g></g><g><path style="fill:%233C4384;" d="M103.978,285.176c0.085,0.049,0.085,0.129,0,0.178l-0.871,0.506c-0.085,0.05-0.223,0.05-0.308,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.001-0.178l0.871-0.506c0.085-0.049,0.223-0.049,0.308,0L103.978,285.176z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000023981242753065709540000007223989556313505181_" style="enable-background:new ;" d="M96.912,284.155l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C96.933,284.22,96.912,284.188,96.912,284.155z"/></defs><use xlink:href="%23SVGID_00000023981242753065709540000007223989556313505181_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000048471204777656659090000009658824240309506177_"><use xlink:href="%23SVGID_00000023981242753065709540000007223989556313505181_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000048471204777656659090000009658824240309506177_);enable-background:new ;"><path style="fill:%23252956;" d="M96.977,284.127l0,0.118c-0.043-0.025-0.065-0.057-0.065-0.09l0-0.118C96.912,284.07,96.934,284.102,96.977,284.127z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000164471731593861187300000002295704285585318551_" style="enable-background:new ;" d="M100.533,284.868l0,0.119c0,0.032-0.021,0.064-0.063,0.088l0-0.119C100.512,284.933,100.533,284.901,100.533,284.868z"/></defs><use xlink:href="%23SVGID_00000164471731593861187300000002295704285585318551_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000132770675867714707790000001121725424530014373_"><use xlink:href="%23SVGID_00000164471731593861187300000002295704285585318551_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000132770675867714707790000001121725424530014373_);enable-background:new ;"><path style="fill:%23252956;" d="M100.533,284.868l0,0.119c0,0.019-0.008,0.039-0.023,0.056l0-0.118C100.525,284.908,100.533,284.888,100.533,284.868z"/><path style="fill:%23252956;" d="M100.51,284.925l0,0.118c-0.01,0.012-0.023,0.022-0.04,0.032l0-0.119C100.487,284.947,100.5,284.937,100.51,284.925z"/></g></g><g><polygon style="fill:%23252956;" points="100.47,284.957 100.47,285.075 99.598,285.582 99.598,285.464 "/></g><g><polygon style="fill:%23252956;" points="99.291,285.463 99.29,285.581 96.976,284.245 96.977,284.127 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000078727961773575907520000015020590480386024102_" style="enable-background:new ;" d="M99.598,285.464v0.118c-0.085,0.049-0.223,0.049-0.308,0l0.001-0.118C99.376,285.512,99.514,285.513,99.598,285.464z"/></defs><use xlink:href="%23SVGID_00000078727961773575907520000015020590480386024102_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000178923137905115718450000013261005595605869246_"><use xlink:href="%23SVGID_00000078727961773575907520000015020590480386024102_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000178923137905115718450000013261005595605869246_);enable-background:new ;"><path style="fill:%23252956;" d="M99.598,285.464v0.118c-0.031,0.018-0.069,0.029-0.108,0.034l0-0.118C99.531,285.493,99.568,285.481,99.598,285.464z"/><path style="fill:%23252956;" d="M99.491,285.497l0,0.118c-0.07,0.009-0.146-0.003-0.2-0.034l0.001-0.118C99.345,285.495,99.421,285.506,99.491,285.497z"/></g></g><g><path style="fill:%233C4384;" d="M100.469,284.779c0.085,0.049,0.086,0.129,0.001,0.178l-0.872,0.507c-0.084,0.049-0.223,0.049-0.308,0l-2.314-1.336c-0.085-0.049-0.086-0.129-0.001-0.178l0.872-0.506c0.085-0.049,0.223-0.049,0.308,0L100.469,284.779z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000128486288758045172860000005125519540511406761_" style="enable-background:new ;" d="M101.918,285.668l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C101.896,285.732,101.918,285.7,101.918,285.668z"/></defs><use xlink:href="%23SVGID_00000128486288758045172860000005125519540511406761_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000132071972230755193030000014060580371804694681_"><use xlink:href="%23SVGID_00000128486288758045172860000005125519540511406761_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000132071972230755193030000014060580371804694681_);enable-background:new ;"><path style="fill:%23252956;" d="M101.918,285.668l0,0.118c0,0.019-0.008,0.039-0.023,0.056l0-0.118C101.91,285.707,101.918,285.687,101.918,285.668z"/><path style="fill:%23252956;" d="M101.895,285.724l0,0.118c-0.01,0.012-0.023,0.023-0.04,0.032l0-0.118C101.871,285.747,101.884,285.736,101.895,285.724z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000108293439505772822340000012874549932476019083_" style="enable-background:new ;" d="M99.734,285.785l0-0.118c0,0.032,0.021,0.065,0.064,0.089l0,0.118C99.755,285.85,99.734,285.817,99.734,285.785z"/></defs><use xlink:href="%23SVGID_00000108293439505772822340000012874549932476019083_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000067207405358615205870000005898262992108840110_"><use xlink:href="%23SVGID_00000108293439505772822340000012874549932476019083_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000067207405358615205870000005898262992108840110_);enable-background:new ;"><path style="fill:%23252956;" d="M99.798,285.756l0,0.118c-0.043-0.025-0.064-0.057-0.064-0.09l0-0.118C99.734,285.699,99.755,285.731,99.798,285.756z"/></g></g><g><polygon style="fill:%23252956;" points="101.854,285.756 101.854,285.874 100.983,286.381 100.983,286.263 "/></g><g><polygon style="fill:%23252956;" points="100.675,286.263 100.675,286.381 99.798,285.875 99.798,285.756 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000128446394615345090560000016096462611222294915_" style="enable-background:new ;" d="M100.983,286.263l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C100.761,286.312,100.898,286.312,100.983,286.263z"/></defs><use xlink:href="%23SVGID_00000128446394615345090560000016096462611222294915_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000183219735976961033840000005422726797651661964_"><use xlink:href="%23SVGID_00000128446394615345090560000016096462611222294915_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000183219735976961033840000005422726797651661964_);enable-background:new ;"><path style="fill:%23252956;" d="M100.983,286.263l0,0.118c-0.031,0.018-0.068,0.029-0.108,0.034l0-0.118C100.915,286.292,100.952,286.281,100.983,286.263z"/><path style="fill:%23252956;" d="M100.875,286.297l0,0.118c-0.07,0.009-0.145-0.003-0.2-0.034l0-0.118C100.73,286.294,100.805,286.306,100.875,286.297z"/></g></g><g><path style="fill:%233C4384;" d="M101.853,285.578c0.086,0.05,0.086,0.129,0.001,0.178l-0.872,0.507c-0.085,0.049-0.222,0.049-0.308,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.001-0.178l0.872-0.506c0.085-0.049,0.222-0.049,0.308,0L101.853,285.578z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000004526224485478791680000009560644084314714795_" style="enable-background:new ;" d="M105.479,286.096l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C105.458,286.16,105.479,286.128,105.479,286.096z"/></defs><use xlink:href="%23SVGID_00000004526224485478791680000009560644084314714795_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000022539885881855543180000011867944663947497350_"><use xlink:href="%23SVGID_00000004526224485478791680000009560644084314714795_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000022539885881855543180000011867944663947497350_);enable-background:new ;"><path style="fill:%23252956;" d="M105.479,286.096l0,0.118c0,0.019-0.008,0.039-0.023,0.057l0-0.118C105.471,286.134,105.479,286.115,105.479,286.096z"/><path style="fill:%23252956;" d="M105.456,286.152l0,0.118c-0.01,0.012-0.023,0.022-0.04,0.032l0-0.118C105.432,286.174,105.446,286.164,105.456,286.152z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000130622601576844613370000012024354301689146546_" style="enable-background:new ;" d="M103.295,286.213l0.001-0.118c0,0.032,0.021,0.065,0.064,0.09v0.118C103.316,286.277,103.295,286.245,103.295,286.213z"/></defs><use xlink:href="%23SVGID_00000130622601576844613370000012024354301689146546_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000070087882855527699380000003678397103913281681_"><use xlink:href="%23SVGID_00000130622601576844613370000012024354301689146546_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000070087882855527699380000003678397103913281681_);enable-background:new ;"><path style="fill:%23252956;" d="M103.359,286.184v0.118c-0.043-0.025-0.064-0.057-0.064-0.089l0.001-0.118C103.295,286.127,103.316,286.159,103.359,286.184z"/></g></g><g><polygon style="fill:%23252956;" points="105.416,286.184 105.416,286.303 104.544,286.809 104.545,286.69 "/></g><g><polygon style="fill:%23252956;" points="104.237,286.69 104.236,286.809 103.359,286.302 103.359,286.184 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000151511087077059356220000004679332690268019896_" style="enable-background:new ;" d="M104.545,286.69l0,0.118c-0.085,0.05-0.223,0.049-0.308,0l0-0.118C104.322,286.74,104.46,286.74,104.545,286.69z"/></defs><use xlink:href="%23SVGID_00000151511087077059356220000004679332690268019896_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000102508670780588331870000007161691938571684523_"><use xlink:href="%23SVGID_00000151511087077059356220000004679332690268019896_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000102508670780588331870000007161691938571684523_);enable-background:new ;"><path style="fill:%23252956;" d="M104.545,286.69l0,0.118c-0.031,0.018-0.069,0.03-0.108,0.034l0-0.118C104.476,286.72,104.514,286.708,104.545,286.69z"/><path style="fill:%23252956;" d="M104.436,286.725l0,0.118c-0.07,0.009-0.146-0.003-0.2-0.034l0-0.118C104.291,286.722,104.366,286.733,104.436,286.725z"/></g></g><g><path style="fill:%233C4384;" d="M105.415,286.006c0.085,0.049,0.086,0.129,0.001,0.179l-0.871,0.506c-0.085,0.05-0.223,0.049-0.308,0l-0.878-0.506c-0.085-0.049-0.086-0.129,0-0.178l0.871-0.506c0.085-0.049,0.223-0.05,0.308,0L105.415,286.006z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000160188268943334959270000006008981022508985732_" style="enable-background:new ;" d="M103.355,286.497l0,0.119c0,0.032-0.021,0.064-0.063,0.088l0.001-0.118C103.334,286.562,103.355,286.53,103.355,286.497z"/></defs><use xlink:href="%23SVGID_00000160188268943334959270000006008981022508985732_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000093144089522308252420000012108335370268116667_"><use xlink:href="%23SVGID_00000160188268943334959270000006008981022508985732_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000093144089522308252420000012108335370268116667_);enable-background:new ;"><path style="fill:%23252956;" d="M103.355,286.497l0,0.119c0,0.019-0.008,0.039-0.023,0.056l0-0.118C103.347,286.536,103.355,286.517,103.355,286.497z"/><path style="fill:%23252956;" d="M103.332,286.554l0,0.118c-0.01,0.012-0.023,0.022-0.04,0.032l0.001-0.118C103.308,286.576,103.322,286.565,103.332,286.554z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000045580935999089760910000017108998890078924188_" style="enable-background:new ;" d="M101.171,286.615l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C101.192,286.679,101.171,286.647,101.171,286.615z"/></defs><use xlink:href="%23SVGID_00000045580935999089760910000017108998890078924188_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000099655303418491587050000004758176285007129278_"><use xlink:href="%23SVGID_00000045580935999089760910000017108998890078924188_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000099655303418491587050000004758176285007129278_);enable-background:new ;"><path style="fill:%23252956;" d="M101.235,286.586l0,0.118c-0.043-0.025-0.064-0.057-0.064-0.09l0-0.118C101.171,286.529,101.193,286.561,101.235,286.586z"/></g></g><g><polygon style="fill:%23252956;" points="103.292,286.586 103.291,286.704 102.42,287.211 102.42,287.092 "/></g><g><polygon style="fill:%23252956;" points="102.113,287.092 102.112,287.211 101.235,286.704 101.235,286.586 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000003827298011564485950000010577486164793618333_" style="enable-background:new ;" d="M102.42,287.092l-0.001,0.118c-0.084,0.049-0.222,0.049-0.307,0l0-0.118C102.198,287.142,102.335,287.142,102.42,287.092z"/></defs><use xlink:href="%23SVGID_00000003827298011564485950000010577486164793618333_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000116228705778270118600000013099436939741249191_"><use xlink:href="%23SVGID_00000003827298011564485950000010577486164793618333_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000116228705778270118600000013099436939741249191_);enable-background:new ;"><path style="fill:%23252956;" d="M102.42,287.092l-0.001,0.118c-0.03,0.018-0.068,0.029-0.108,0.034l0-0.118C102.352,287.122,102.389,287.11,102.42,287.092z"/><path style="fill:%23252956;" d="M102.312,287.127l0,0.118c-0.069,0.008-0.145-0.003-0.199-0.034l0-0.118C102.167,287.124,102.242,287.135,102.312,287.127z"/></g></g><g><path style="fill:%233C4384;" d="M103.291,286.408c0.085,0.049,0.085,0.129,0.001,0.178l-0.872,0.506c-0.085,0.049-0.223,0.049-0.308,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.001-0.178l0.871-0.507c0.084-0.049,0.222-0.049,0.307,0L103.291,286.408z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000137823927036982900470000009449633085636134797_" style="enable-background:new ;" d="M106.916,286.925v0.118c0,0.033-0.021,0.064-0.063,0.089l0-0.118C106.895,286.99,106.916,286.957,106.916,286.925z"/></defs><use xlink:href="%23SVGID_00000137823927036982900470000009449633085636134797_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000062900139100243288930000017455670123161427598_"><use xlink:href="%23SVGID_00000137823927036982900470000009449633085636134797_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000062900139100243288930000017455670123161427598_);enable-background:new ;"><path style="fill:%23252956;" d="M106.916,286.925v0.118c0,0.02-0.008,0.039-0.023,0.057l0-0.119C106.909,286.964,106.916,286.945,106.916,286.925z"/><path style="fill:%23252956;" d="M106.893,286.982l0,0.119c-0.01,0.011-0.023,0.022-0.04,0.032l0-0.118C106.87,287.004,106.883,286.994,106.893,286.982z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000098927906680663692930000006993660209111613104_" style="enable-background:new ;" d="M104.732,287.043l0.001-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C104.753,287.107,104.732,287.075,104.732,287.043z"/></defs><use xlink:href="%23SVGID_00000098927906680663692930000006993660209111613104_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000114071384310524833040000006804274507339301522_"><use xlink:href="%23SVGID_00000098927906680663692930000006993660209111613104_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000114071384310524833040000006804274507339301522_);enable-background:new ;"><path style="fill:%23252956;" d="M104.797,287.014l0,0.118c-0.043-0.025-0.065-0.057-0.065-0.09l0.001-0.118C104.732,286.957,104.754,286.989,104.797,287.014z"/></g></g><g><polygon style="fill:%23252956;" points="106.853,287.014 106.853,287.132 105.982,287.639 105.982,287.52 "/></g><g><polygon style="fill:%23252956;" points="105.674,287.52 105.673,287.639 104.797,287.132 104.797,287.014 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000134242839403855537670000013501694260227262651_" style="enable-background:new ;" d="M105.982,287.52l0,0.118c-0.085,0.049-0.223,0.049-0.309,0l0-0.118C105.759,287.57,105.897,287.57,105.982,287.52z"/></defs><use xlink:href="%23SVGID_00000134242839403855537670000013501694260227262651_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000013898734877737359270000004327013047762875558_"><use xlink:href="%23SVGID_00000134242839403855537670000013501694260227262651_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000013898734877737359270000004327013047762875558_);enable-background:new ;"><path style="fill:%23252956;" d="M105.982,287.52l0,0.118c-0.031,0.018-0.069,0.029-0.109,0.034l0.001-0.118C105.913,287.55,105.951,287.538,105.982,287.52z"/><path style="fill:%23252956;" d="M105.874,287.555l-0.001,0.118c-0.07,0.008-0.146-0.003-0.2-0.034l0-0.118C105.728,287.552,105.804,287.563,105.874,287.555z"/></g></g><g><path style="fill:%233C4384;" d="M106.852,286.836c0.085,0.049,0.085,0.129,0.001,0.178l-0.871,0.506c-0.085,0.049-0.223,0.049-0.309,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.001-0.178l0.871-0.506c0.085-0.049,0.223-0.049,0.308,0L106.852,286.836z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000170993627620246575130000016975274863913594524_" style="enable-background:new ;" d="M104.792,287.327l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C104.771,287.391,104.792,287.359,104.792,287.327z"/></defs><use xlink:href="%23SVGID_00000170993627620246575130000016975274863913594524_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000016788593807443376130000014527683995484904866_"><use xlink:href="%23SVGID_00000170993627620246575130000016975274863913594524_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000016788593807443376130000014527683995484904866_);enable-background:new ;"><path style="fill:%23252956;" d="M104.792,287.327l0,0.118c0,0.019-0.008,0.039-0.023,0.056l0-0.118C104.784,287.366,104.792,287.347,104.792,287.327z"/><path style="fill:%23252956;" d="M104.769,287.384l0,0.118c-0.01,0.012-0.023,0.023-0.04,0.032l0-0.118C104.745,287.406,104.759,287.395,104.769,287.384z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000029014122117585631230000016933629102240831619_" style="enable-background:new ;" d="M102.608,287.444l0-0.119c0,0.033,0.021,0.065,0.064,0.09l0,0.118C102.629,287.509,102.608,287.477,102.608,287.444z"/></defs><use xlink:href="%23SVGID_00000029014122117585631230000016933629102240831619_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000132780802636456944980000008079575204812374948_"><use xlink:href="%23SVGID_00000029014122117585631230000016933629102240831619_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000132780802636456944980000008079575204812374948_);enable-background:new ;"><path style="fill:%23252956;" d="M102.673,287.416l0,0.118c-0.043-0.025-0.064-0.057-0.064-0.089l0-0.119C102.609,287.358,102.63,287.391,102.673,287.416z"/></g></g><g><polygon style="fill:%23252956;" points="104.729,287.416 104.729,287.534 103.857,288.041 103.857,287.922 "/></g><g><polygon style="fill:%23252956;" points="103.55,287.922 103.549,288.041 102.672,287.534 102.673,287.416 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000052093345891249416000000013770386121974979485_" style="enable-background:new ;" d="M103.857,287.922l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C103.635,287.971,103.773,287.971,103.857,287.922z"/></defs><use xlink:href="%23SVGID_00000052093345891249416000000013770386121974979485_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000053544776418247812710000005391033777540368290_"><use xlink:href="%23SVGID_00000052093345891249416000000013770386121974979485_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000053544776418247812710000005391033777540368290_);enable-background:new ;"><path style="fill:%23252956;" d="M103.857,287.922l0,0.118c-0.031,0.018-0.068,0.029-0.108,0.034l0-0.118C103.789,287.952,103.827,287.94,103.857,287.922z"/><path style="fill:%23252956;" d="M103.749,287.956l0,0.118c-0.07,0.009-0.145-0.003-0.2-0.034l0-0.118C103.604,287.953,103.68,287.965,103.749,287.956z"/></g></g><g><path style="fill:%233C4384;" d="M104.728,287.238c0.085,0.049,0.086,0.129,0.001,0.178l-0.872,0.507c-0.085,0.049-0.222,0.049-0.308,0l-0.877-0.507c-0.085-0.049-0.086-0.129-0.001-0.178l0.872-0.506c0.085-0.049,0.222-0.049,0.307,0L104.728,287.238z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000090987557153306074140000005587504048636513462_" style="enable-background:new ;" d="M108.354,287.755l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C108.332,287.819,108.354,287.787,108.354,287.755z"/></defs><use xlink:href="%23SVGID_00000090987557153306074140000005587504048636513462_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000137840630701382461060000014039870458837136013_"><use xlink:href="%23SVGID_00000090987557153306074140000005587504048636513462_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000137840630701382461060000014039870458837136013_);enable-background:new ;"><path style="fill:%23252956;" d="M108.354,287.755l0,0.118c0,0.019-0.008,0.039-0.023,0.057l0-0.118C108.346,287.794,108.354,287.775,108.354,287.755z"/><path style="fill:%23252956;" d="M108.33,287.812l0,0.118c-0.01,0.012-0.023,0.022-0.04,0.032l0-0.118C108.307,287.834,108.32,287.823,108.33,287.812z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000147913060622456936420000001293902885833182137_" style="enable-background:new ;" d="M106.169,287.872l0-0.118c0,0.032,0.021,0.065,0.064,0.09l0,0.118C106.191,287.937,106.169,287.905,106.169,287.872z"/></defs><use xlink:href="%23SVGID_00000147913060622456936420000001293902885833182137_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000105418103022488494650000009264780741374992305_"><use xlink:href="%23SVGID_00000147913060622456936420000001293902885833182137_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000105418103022488494650000009264780741374992305_);enable-background:new ;"><path style="fill:%23252956;" d="M106.234,287.844l0,0.118c-0.043-0.025-0.064-0.058-0.064-0.09l0-0.118C106.17,287.786,106.191,287.819,106.234,287.844z"/></g></g><g><polygon style="fill:%23252956;" points="108.29,287.844 108.29,287.962 107.419,288.468 107.419,288.35 "/></g><g><polygon style="fill:%23252956;" points="107.111,288.35 107.111,288.468 106.234,287.962 106.234,287.844 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000139976484472290038670000004100611945449345723_" style="enable-background:new ;" d="M107.419,288.35l0,0.118c-0.085,0.05-0.223,0.049-0.308,0v-0.118C107.196,288.399,107.334,288.4,107.419,288.35z"/></defs><use xlink:href="%23SVGID_00000139976484472290038670000004100611945449345723_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000166643978227167072770000001054844148860874134_"><use xlink:href="%23SVGID_00000139976484472290038670000004100611945449345723_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000166643978227167072770000001054844148860874134_);enable-background:new ;"><path style="fill:%23252956;" d="M107.419,288.35l0,0.118c-0.031,0.018-0.069,0.03-0.108,0.034l0-0.118C107.351,288.379,107.388,288.368,107.419,288.35z"/><path style="fill:%23252956;" d="M107.311,288.384l0,0.118c-0.07,0.009-0.146-0.003-0.2-0.034v-0.118C107.165,288.381,107.241,288.393,107.311,288.384z"/></g></g><g><path style="fill:%233C4384;" d="M108.289,287.665c0.085,0.049,0.085,0.13,0.001,0.179l-0.871,0.506c-0.085,0.05-0.223,0.049-0.309,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.001-0.179l0.871-0.506c0.085-0.049,0.223-0.049,0.308,0L108.289,287.665z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000128463578024050040570000017725647654989801142_" style="enable-background:new ;" d="M106.229,288.157l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C106.208,288.221,106.229,288.189,106.229,288.157z"/></defs><use xlink:href="%23SVGID_00000128463578024050040570000017725647654989801142_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000159462694254182912630000002243452261403253905_"><use xlink:href="%23SVGID_00000128463578024050040570000017725647654989801142_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000159462694254182912630000002243452261403253905_);enable-background:new ;"><path style="fill:%23252956;" d="M106.229,288.157l0,0.118c0,0.02-0.008,0.039-0.023,0.057l0-0.118C106.222,288.196,106.229,288.176,106.229,288.157z"/><path style="fill:%23252956;" d="M106.206,288.214l0,0.118c-0.01,0.011-0.023,0.022-0.04,0.032l0-0.118C106.183,288.236,106.196,288.225,106.206,288.214z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000119819508182878939170000016160987179276248744_" style="enable-background:new ;" d="M104.045,288.274l0-0.118c0,0.032,0.021,0.065,0.064,0.09l0,0.118C104.067,288.339,104.045,288.307,104.045,288.274z"/></defs><use xlink:href="%23SVGID_00000119819508182878939170000016160987179276248744_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000074438865619841996120000012369730415899646654_"><use xlink:href="%23SVGID_00000119819508182878939170000016160987179276248744_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000074438865619841996120000012369730415899646654_);enable-background:new ;"><path style="fill:%23252956;" d="M104.11,288.246l0,0.118c-0.043-0.025-0.064-0.057-0.064-0.09l0-0.118C104.046,288.188,104.067,288.221,104.11,288.246z"/></g></g><g><polygon style="fill:%23252956;" points="106.166,288.246 106.166,288.364 105.294,288.87 105.295,288.752 "/></g><g><polygon style="fill:%23252956;" points="104.987,288.752 104.987,288.87 104.11,288.364 104.11,288.246 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000130605845748823409550000003896949690945701290_" style="enable-background:new ;" d="M105.295,288.752l0,0.118c-0.085,0.049-0.222,0.049-0.307,0l0-0.118C105.072,288.801,105.21,288.801,105.295,288.752z"/></defs><use xlink:href="%23SVGID_00000130605845748823409550000003896949690945701290_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000108993067354176238760000008714347821074673803_"><use xlink:href="%23SVGID_00000130605845748823409550000003896949690945701290_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000108993067354176238760000008714347821074673803_);enable-background:new ;"><path style="fill:%23252956;" d="M105.295,288.752l0,0.118c-0.031,0.018-0.068,0.029-0.108,0.034l0-0.118C105.226,288.781,105.264,288.77,105.295,288.752z"/><path style="fill:%23252956;" d="M105.187,288.786l0,0.118c-0.07,0.008-0.145-0.003-0.199-0.034l0-0.118C105.041,288.783,105.117,288.795,105.187,288.786z"/></g></g><g><path style="fill:%233C4384;" d="M106.165,288.067c0.085,0.049,0.085,0.129,0.001,0.178l-0.871,0.506c-0.085,0.049-0.222,0.049-0.307,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.001-0.178l0.871-0.506c0.085-0.049,0.222-0.049,0.308,0L106.165,288.067z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000138545864271824832400000014023575519228035510_" style="enable-background:new ;" d="M109.791,288.585v0.118c0,0.032-0.022,0.064-0.064,0.089l0-0.118C109.769,288.649,109.791,288.617,109.791,288.585z"/></defs><use xlink:href="%23SVGID_00000138545864271824832400000014023575519228035510_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000145017237936471488210000016825190237574479502_"><use xlink:href="%23SVGID_00000138545864271824832400000014023575519228035510_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000145017237936471488210000016825190237574479502_);enable-background:new ;"><path style="fill:%23252956;" d="M109.791,288.585v0.118c0,0.019-0.008,0.039-0.023,0.057l0-0.119C109.783,288.624,109.791,288.604,109.791,288.585z"/><path style="fill:%23252956;" d="M109.768,288.642l0,0.119c-0.01,0.011-0.023,0.022-0.04,0.032l0-0.118C109.744,288.664,109.757,288.653,109.768,288.642z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000114041897171953426590000010122712077213295524_" style="enable-background:new ;" d="M107.606,288.702l0-0.119c0,0.033,0.022,0.065,0.065,0.09l0,0.118C107.628,288.767,107.606,288.734,107.606,288.702z"/></defs><use xlink:href="%23SVGID_00000114041897171953426590000010122712077213295524_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000107547316520422951560000009563164608615224240_"><use xlink:href="%23SVGID_00000114041897171953426590000010122712077213295524_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000107547316520422951560000009563164608615224240_);enable-background:new ;"><path style="fill:%23252956;" d="M107.671,288.674l0,0.118c-0.043-0.025-0.065-0.057-0.065-0.09l0-0.119C107.607,288.616,107.628,288.649,107.671,288.674z"/></g></g><g><polygon style="fill:%23252956;" points="109.728,288.674 109.727,288.792 108.856,289.298 108.857,289.18 "/></g><g><polygon style="fill:%23252956;" points="108.548,289.18 108.548,289.298 107.671,288.792 107.671,288.674 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000162315819320293518220000005520367094612299915_" style="enable-background:new ;" d="M108.857,289.18l-0.001,0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C108.633,289.229,108.771,289.229,108.857,289.18z"/></defs><use xlink:href="%23SVGID_00000162315819320293518220000005520367094612299915_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000075852402700457012120000008581447419115930245_"><use xlink:href="%23SVGID_00000162315819320293518220000005520367094612299915_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000075852402700457012120000008581447419115930245_);enable-background:new ;"><path style="fill:%23252956;" d="M108.857,289.18l-0.001,0.118c-0.031,0.018-0.069,0.029-0.108,0.034l0-0.118C108.788,289.209,108.826,289.198,108.857,289.18z"/><path style="fill:%23252956;" d="M108.748,289.214l0,0.118c-0.07,0.009-0.146-0.003-0.2-0.034l0-0.118C108.602,289.211,108.678,289.223,108.748,289.214z"/></g></g><g><path style="fill:%233C4384;" d="M109.726,288.495c0.085,0.049,0.086,0.129,0.001,0.179l-0.871,0.506c-0.085,0.049-0.223,0.049-0.309,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.001-0.179l0.871-0.506c0.085-0.049,0.223-0.049,0.308,0L109.726,288.495z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000047048510899597034050000015268258276627410103_" style="enable-background:new ;" d="M107.667,288.987l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C107.645,289.051,107.666,289.019,107.667,288.987z"/></defs><use xlink:href="%23SVGID_00000047048510899597034050000015268258276627410103_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000072240824320288680110000002419465899174647951_"><use xlink:href="%23SVGID_00000047048510899597034050000015268258276627410103_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000072240824320288680110000002419465899174647951_);enable-background:new ;"><path style="fill:%23252956;" d="M107.667,288.987l0,0.118c0,0.019-0.008,0.039-0.023,0.056l0.001-0.118C107.659,289.026,107.667,289.006,107.667,288.987z"/><path style="fill:%23252956;" d="M107.644,289.043l-0.001,0.118c-0.01,0.012-0.023,0.023-0.04,0.032l0-0.118C107.62,289.065,107.633,289.055,107.644,289.043z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000176729142712032182140000002956275275942994329_" style="enable-background:new ;" d="M105.482,289.104l0.001-0.118c0,0.033,0.021,0.065,0.064,0.09v0.118C105.504,289.169,105.482,289.136,105.482,289.104z"/></defs><use xlink:href="%23SVGID_00000176729142712032182140000002956275275942994329_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000161598203307597835860000017206088363499186106_"><use xlink:href="%23SVGID_00000176729142712032182140000002956275275942994329_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000161598203307597835860000017206088363499186106_);enable-background:new ;"><path style="fill:%23252956;" d="M105.547,289.075v0.118c-0.043-0.025-0.065-0.057-0.065-0.09l0.001-0.118C105.483,289.018,105.504,289.051,105.547,289.075z"/></g></g><g><polygon style="fill:%23252956;" points="107.604,289.075 107.603,289.194 106.732,289.7 106.732,289.582 "/></g><g><polygon style="fill:%23252956;" points="106.424,289.582 106.424,289.7 105.547,289.194 105.547,289.075 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000157992719680631664380000002069064452351135647_" style="enable-background:new ;" d="M106.732,289.582l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C106.51,289.631,106.647,289.631,106.732,289.582z"/></defs><use xlink:href="%23SVGID_00000157992719680631664380000002069064452351135647_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000145759218062123834020000016696855768078848906_"><use xlink:href="%23SVGID_00000157992719680631664380000002069064452351135647_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000145759218062123834020000016696855768078848906_);enable-background:new ;"><path style="fill:%23252956;" d="M106.732,289.582l0,0.118c-0.031,0.018-0.069,0.03-0.108,0.034v-0.118C106.663,289.611,106.701,289.599,106.732,289.582z"/><path style="fill:%23252956;" d="M106.624,289.616v0.118c-0.07,0.008-0.145-0.003-0.2-0.034l0-0.118C106.479,289.613,106.554,289.624,106.624,289.616z"/></g></g><g><path style="fill:%233C4384;" d="M107.602,288.897c0.085,0.049,0.086,0.129,0.001,0.178l-0.872,0.506c-0.085,0.049-0.222,0.049-0.308,0l-0.877-0.506c-0.085-0.049-0.085-0.129-0.001-0.178l0.871-0.506c0.085-0.049,0.222-0.049,0.308,0L107.602,288.897z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000000906863887268579660000010380576433395084679_" style="enable-background:new ;" d="M111.228,289.415l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0.001-0.119C111.207,289.479,111.228,289.447,111.228,289.415z"/></defs><use xlink:href="%23SVGID_00000000906863887268579660000010380576433395084679_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000176749878473428951060000002460750282292271252_"><use xlink:href="%23SVGID_00000000906863887268579660000010380576433395084679_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000176749878473428951060000002460750282292271252_);enable-background:new ;"><path style="fill:%23252956;" d="M111.228,289.415l0,0.118c0,0.02-0.008,0.039-0.023,0.057l0-0.118C111.22,289.454,111.228,289.434,111.228,289.415z"/><path style="fill:%23252956;" d="M111.205,289.471l0,0.118c-0.01,0.012-0.023,0.022-0.04,0.032l0.001-0.119C111.181,289.494,111.195,289.483,111.205,289.471z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000157997842799209696770000009229099702851270021_" style="enable-background:new ;" d="M109.044,289.532l0-0.118c0,0.032,0.021,0.065,0.064,0.09l0,0.119C109.065,289.597,109.043,289.564,109.044,289.532z"/></defs><use xlink:href="%23SVGID_00000157997842799209696770000009229099702851270021_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000038407568844576275290000004587522980964648835_"><use xlink:href="%23SVGID_00000157997842799209696770000009229099702851270021_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000038407568844576275290000004587522980964648835_);enable-background:new ;"><path style="fill:%23252956;" d="M109.108,289.503l0,0.119c-0.043-0.025-0.065-0.058-0.064-0.09l0-0.118C109.044,289.446,109.065,289.479,109.108,289.503z"/></g></g><g><polygon style="fill:%23252956;" points="111.165,289.503 111.164,289.622 110.293,290.128 110.294,290.01 "/></g><g><polygon style="fill:%23252956;" points="109.985,290.01 109.985,290.128 109.108,289.622 109.108,289.503 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000042722964302274998230000008186676862466106302_" style="enable-background:new ;" d="M110.294,290.01l0,0.118c-0.085,0.05-0.223,0.049-0.309,0l0-0.118C110.07,290.059,110.208,290.059,110.294,290.01z"/></defs><use xlink:href="%23SVGID_00000042722964302274998230000008186676862466106302_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000134226244481556390880000010141951102609258669_"><use xlink:href="%23SVGID_00000042722964302274998230000008186676862466106302_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000134226244481556390880000010141951102609258669_);enable-background:new ;"><path style="fill:%23252956;" d="M110.294,290.01l0,0.118c-0.031,0.018-0.069,0.03-0.108,0.034l0-0.118C110.225,290.039,110.263,290.027,110.294,290.01z"/><path style="fill:%23252956;" d="M110.185,290.044l0,0.118c-0.07,0.009-0.146-0.003-0.2-0.034l0-0.118C110.039,290.041,110.115,290.052,110.185,290.044z"/></g></g><g><path style="fill:%233C4384;" d="M111.163,289.325c0.085,0.049,0.086,0.129,0.001,0.178l-0.871,0.506c-0.085,0.05-0.223,0.049-0.309,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.001-0.178l0.871-0.506c0.085-0.049,0.223-0.049,0.308,0L111.163,289.325z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000127757514938474740710000013419346283268229564_" style="enable-background:new ;" d="M109.104,289.817l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C109.083,289.88,109.104,289.849,109.104,289.817z"/></defs><use xlink:href="%23SVGID_00000127757514938474740710000013419346283268229564_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000144305015346717072590000012299192960971555714_"><use xlink:href="%23SVGID_00000127757514938474740710000013419346283268229564_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000144305015346717072590000012299192960971555714_);enable-background:new ;"><path style="fill:%23252956;" d="M109.104,289.817l0,0.118c0,0.019-0.008,0.039-0.023,0.057l0-0.119C109.096,289.855,109.104,289.836,109.104,289.817z"/><path style="fill:%23252956;" d="M109.081,289.873l0,0.119c-0.01,0.011-0.023,0.022-0.04,0.032l0-0.118C109.057,289.895,109.07,289.884,109.081,289.873z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000066515714669357427050000010069197084677435321_" style="enable-background:new ;" d="M106.92,289.934l0-0.118c0,0.033,0.021,0.065,0.064,0.089l0,0.118C106.941,289.999,106.92,289.966,106.92,289.934z"/></defs><use xlink:href="%23SVGID_00000066515714669357427050000010069197084677435321_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000142137192194541459260000012369606665918705567_"><use xlink:href="%23SVGID_00000066515714669357427050000010069197084677435321_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000142137192194541459260000012369606665918705567_);enable-background:new ;"><path style="fill:%23252956;" d="M106.984,289.905l0,0.118c-0.043-0.024-0.064-0.057-0.064-0.089l0-0.118C106.92,289.848,106.941,289.88,106.984,289.905z"/></g></g><g><polygon style="fill:%23252956;" points="109.041,289.905 109.04,290.023 108.169,290.53 108.169,290.412 "/></g><g><polygon style="fill:%23252956;" points="107.862,290.412 107.861,290.53 106.984,290.023 106.984,289.905 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000121278683881200574820000005157596600759304096_" style="enable-background:new ;" d="M108.169,290.412l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0.001-0.118C107.947,290.461,108.084,290.461,108.169,290.412z"/></defs><use xlink:href="%23SVGID_00000121278683881200574820000005157596600759304096_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000154422152255277818780000006475312502635221935_"><use xlink:href="%23SVGID_00000121278683881200574820000005157596600759304096_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000154422152255277818780000006475312502635221935_);enable-background:new ;"><path style="fill:%23252956;" d="M108.169,290.412l0,0.118c-0.031,0.018-0.068,0.029-0.108,0.034l0-0.118C108.101,290.441,108.138,290.43,108.169,290.412z"/><path style="fill:%23252956;" d="M108.061,290.446l0,0.118c-0.07,0.009-0.145-0.003-0.2-0.034l0.001-0.118C107.916,290.443,107.991,290.454,108.061,290.446z"/></g></g><g><path style="fill:%233C4384;" d="M109.039,289.727c0.085,0.049,0.086,0.129,0.001,0.178l-0.872,0.507c-0.085,0.049-0.222,0.049-0.307,0l-0.877-0.507c-0.085-0.049-0.086-0.129-0.001-0.178l0.872-0.506c0.085-0.049,0.222-0.049,0.308,0L109.039,289.727z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000181070363621453771420000013034779780956790151_" style="enable-background:new ;" d="M112.665,290.245l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C112.644,290.309,112.665,290.277,112.665,290.245z"/></defs><use xlink:href="%23SVGID_00000181070363621453771420000013034779780956790151_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000025414682815240258960000004867342237286177681_"><use xlink:href="%23SVGID_00000181070363621453771420000013034779780956790151_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000025414682815240258960000004867342237286177681_);enable-background:new ;"><path style="fill:%23252956;" d="M112.665,290.245l0,0.118c0,0.019-0.008,0.039-0.023,0.057l0-0.118C112.657,290.283,112.665,290.264,112.665,290.245z"/><path style="fill:%23252956;" d="M112.642,290.301l0,0.118c-0.01,0.012-0.023,0.023-0.04,0.032l0-0.118C112.618,290.324,112.632,290.313,112.642,290.301z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000045598382695758614840000001362104221522209700_" style="enable-background:new ;" d="M110.481,290.362l0-0.119c0,0.033,0.021,0.065,0.064,0.09v0.118C110.502,290.427,110.481,290.394,110.481,290.362z"/></defs><use xlink:href="%23SVGID_00000045598382695758614840000001362104221522209700_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000046318228407342149720000017839477376508008885_"><use xlink:href="%23SVGID_00000045598382695758614840000001362104221522209700_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000046318228407342149720000017839477376508008885_);enable-background:new ;"><path style="fill:%23252956;" d="M110.545,290.333v0.118c-0.043-0.025-0.064-0.057-0.064-0.09l0-0.119C110.481,290.276,110.503,290.308,110.545,290.333z"/></g></g><g><polygon style="fill:%23252956;" points="112.602,290.333 112.602,290.451 111.73,290.958 111.731,290.839 "/></g><g><polygon style="fill:%23252956;" points="111.423,290.839 111.422,290.958 110.545,290.451 110.545,290.333 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000148658276878187243440000011658090511474122378_" style="enable-background:new ;" d="M111.731,290.839l0,0.119c-0.085,0.049-0.223,0.049-0.308,0l0-0.119C111.508,290.888,111.646,290.889,111.731,290.839z"/></defs><use xlink:href="%23SVGID_00000148658276878187243440000011658090511474122378_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000078760980996933142350000000117837056323510462_"><use xlink:href="%23SVGID_00000148658276878187243440000011658090511474122378_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000078760980996933142350000000117837056323510462_);enable-background:new ;"><path style="fill:%23252956;" d="M111.731,290.839l0,0.119c-0.031,0.018-0.069,0.029-0.108,0.034l0-0.118C111.662,290.869,111.7,290.858,111.731,290.839z"/><path style="fill:%23252956;" d="M111.622,290.874l0,0.118c-0.07,0.009-0.146-0.003-0.2-0.034l0-0.119C111.477,290.871,111.552,290.882,111.622,290.874z"/></g></g><g><path style="fill:%233C4384;" d="M112.601,290.154c0.085,0.049,0.086,0.13,0.001,0.179l-0.871,0.506c-0.085,0.05-0.223,0.049-0.308,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.001-0.179l0.871-0.506c0.085-0.049,0.223-0.049,0.309,0L112.601,290.154z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000110466449092422585740000006044592814337799060_" style="enable-background:new ;" d="M110.541,290.647l0,0.118c0,0.032-0.021,0.064-0.063,0.088v-0.118C110.52,290.71,110.541,290.678,110.541,290.647z"/></defs><use xlink:href="%23SVGID_00000110466449092422585740000006044592814337799060_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000015322714332973255800000005592543294920190341_"><use xlink:href="%23SVGID_00000110466449092422585740000006044592814337799060_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000015322714332973255800000005592543294920190341_);enable-background:new ;"><path style="fill:%23252956;" d="M110.541,290.647l0,0.118c0,0.019-0.008,0.039-0.023,0.056v-0.118C110.533,290.685,110.541,290.666,110.541,290.647z"/><path style="fill:%23252956;" d="M110.518,290.703v0.118c-0.01,0.012-0.024,0.022-0.04,0.032v-0.118C110.494,290.725,110.507,290.714,110.518,290.703z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000084504288271293405680000014588784631702865285_" style="enable-background:new ;" d="M108.357,290.763l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C108.378,290.828,108.357,290.796,108.357,290.763z"/></defs><use xlink:href="%23SVGID_00000084504288271293405680000014588784631702865285_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000143615421829302950680000013989730861867375770_"><use xlink:href="%23SVGID_00000084504288271293405680000014588784631702865285_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000143615421829302950680000013989730861867375770_);enable-background:new ;"><path style="fill:%23252956;" d="M108.421,290.735l0,0.118c-0.043-0.025-0.064-0.057-0.064-0.09l0-0.118C108.357,290.678,108.379,290.71,108.421,290.735z"/></g></g><g><polygon style="fill:%23252956;" points="110.478,290.735 110.478,290.853 109.606,291.359 109.606,291.241 "/></g><g><polygon style="fill:%23252956;" points="109.299,291.241 109.298,291.359 108.421,290.853 108.421,290.735 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000169541008481175273560000004166412772427721649_" style="enable-background:new ;" d="M109.606,291.241l-0.001,0.118c-0.084,0.049-0.222,0.049-0.307,0l0-0.118C109.384,291.29,109.521,291.29,109.606,291.241z"/></defs><use xlink:href="%23SVGID_00000169541008481175273560000004166412772427721649_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000010301680042148596480000011399320650986776249_"><use xlink:href="%23SVGID_00000169541008481175273560000004166412772427721649_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000010301680042148596480000011399320650986776249_);enable-background:new ;"><path style="fill:%23252956;" d="M109.606,291.241l-0.001,0.118c-0.031,0.018-0.068,0.029-0.108,0.034v-0.118C109.538,291.27,109.575,291.259,109.606,291.241z"/><path style="fill:%23252956;" d="M109.498,291.276v0.118c-0.07,0.008-0.146-0.003-0.2-0.034l0-0.118C109.353,291.273,109.429,291.284,109.498,291.276z"/></g></g><g><path style="fill:%233C4384;" d="M110.477,290.557c0.085,0.049,0.085,0.129,0.001,0.178l-0.871,0.506c-0.085,0.049-0.223,0.049-0.308,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.001-0.178l0.871-0.507c0.085-0.049,0.223-0.049,0.308,0L110.477,290.557z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000138543560996913312730000017414389045367655331_" style="enable-background:new ;" d="M114.103,291.074l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C114.081,291.138,114.103,291.106,114.103,291.074z"/></defs><use xlink:href="%23SVGID_00000138543560996913312730000017414389045367655331_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000018921580340461166120000003811300910667427499_"><use xlink:href="%23SVGID_00000138543560996913312730000017414389045367655331_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000018921580340461166120000003811300910667427499_);enable-background:new ;"><path style="fill:%23252956;" d="M114.103,291.074l0,0.118c0,0.019-0.008,0.039-0.023,0.056l0-0.118C114.095,291.113,114.103,291.094,114.103,291.074z"/><path style="fill:%23252956;" d="M114.079,291.131l0,0.118c-0.01,0.012-0.023,0.023-0.04,0.032l0-0.118C114.056,291.153,114.069,291.142,114.079,291.131z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000023988218185420551880000009335604242759954110_" style="enable-background:new ;" d="M111.918,291.192l0-0.118c0,0.033,0.022,0.065,0.064,0.089l0,0.118C111.94,291.257,111.918,291.224,111.918,291.192z"/></defs><use xlink:href="%23SVGID_00000023988218185420551880000009335604242759954110_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000089567247701155535250000001618332134261514409_"><use xlink:href="%23SVGID_00000023988218185420551880000009335604242759954110_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000089567247701155535250000001618332134261514409_);enable-background:new ;"><path style="fill:%23252956;" d="M111.983,291.163l0,0.118c-0.043-0.024-0.064-0.057-0.064-0.089l0-0.118C111.919,291.106,111.94,291.138,111.983,291.163z"/></g></g><g><polygon style="fill:%23252956;" points="114.039,291.163 114.039,291.281 113.168,291.787 113.168,291.669 "/></g><g><polygon style="fill:%23252956;" points="112.86,291.669 112.859,291.787 111.983,291.281 111.983,291.163 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000108277349521166761770000008331488721200992929_" style="enable-background:new ;" d="M113.168,291.669l0,0.118c-0.085,0.05-0.223,0.05-0.309,0l0-0.118C112.945,291.719,113.083,291.719,113.168,291.669z"/></defs><use xlink:href="%23SVGID_00000108277349521166761770000008331488721200992929_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000173874450103404987650000014631999025831470470_"><use xlink:href="%23SVGID_00000108277349521166761770000008331488721200992929_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000173874450103404987650000014631999025831470470_);enable-background:new ;"><path style="fill:%23252956;" d="M113.168,291.669l0,0.118c-0.031,0.018-0.069,0.03-0.109,0.034l0-0.118C113.099,291.698,113.137,291.687,113.168,291.669z"/><path style="fill:%23252956;" d="M113.06,291.703l0,0.118c-0.07,0.009-0.145-0.003-0.2-0.034l0-0.118C112.914,291.701,112.99,291.712,113.06,291.703z"/></g></g><g><path style="fill:%233C4384;" d="M114.038,290.984c0.086,0.049,0.086,0.129,0.001,0.178l-0.871,0.506c-0.085,0.049-0.223,0.049-0.309,0l-0.877-0.506c-0.085-0.049-0.086-0.129,0-0.178l0.871-0.506c0.085-0.049,0.223-0.05,0.308,0L114.038,290.984z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000035523000296908034540000017042733811178715047_" style="enable-background:new ;" d="M115.54,291.904v0.119c0,0.032-0.022,0.064-0.064,0.089l0-0.118C115.518,291.968,115.54,291.936,115.54,291.904z"/></defs><use xlink:href="%23SVGID_00000035523000296908034540000017042733811178715047_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000122711824100088957260000016700102257532236192_"><use xlink:href="%23SVGID_00000035523000296908034540000017042733811178715047_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000122711824100088957260000016700102257532236192_);enable-background:new ;"><path style="fill:%23252956;" d="M115.54,291.904v0.119c0,0.019-0.008,0.039-0.023,0.056l0-0.119C115.532,291.943,115.54,291.923,115.54,291.904z"/><path style="fill:%23252956;" d="M115.517,291.96l0,0.119c-0.01,0.012-0.024,0.022-0.04,0.032l0-0.118C115.493,291.983,115.506,291.972,115.517,291.96z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000069364576506982316720000006430344079752541624_" style="enable-background:new ;" d="M113.355,292.021l0.001-0.118c0,0.032,0.021,0.065,0.064,0.09v0.118C113.377,292.086,113.355,292.054,113.355,292.021z"/></defs><use xlink:href="%23SVGID_00000069364576506982316720000006430344079752541624_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000041976492568549252790000011331853066477442227_"><use xlink:href="%23SVGID_00000069364576506982316720000006430344079752541624_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000041976492568549252790000011331853066477442227_);enable-background:new ;"><path style="fill:%23252956;" d="M113.42,291.993v0.118c-0.043-0.025-0.065-0.057-0.065-0.09l0.001-0.118C113.356,291.935,113.377,291.968,113.42,291.993z"/></g></g><g><polygon style="fill:%23252956;" points="115.476,291.993 115.476,292.111 114.605,292.617 114.605,292.499 "/></g><g><polygon style="fill:%23252956;" points="114.297,292.499 114.297,292.617 113.42,292.111 113.42,291.993 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000050630724319341969910000010429024472842054067_" style="enable-background:new ;" d="M114.605,292.499l0,0.118c-0.085,0.05-0.223,0.05-0.308,0l0-0.118C114.382,292.548,114.52,292.548,114.605,292.499z"/></defs><use xlink:href="%23SVGID_00000050630724319341969910000010429024472842054067_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000089544602887235176100000015901451361329522092_"><use xlink:href="%23SVGID_00000050630724319341969910000010429024472842054067_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000089544602887235176100000015901451361329522092_);enable-background:new ;"><path style="fill:%23252956;" d="M114.605,292.499l0,0.118c-0.031,0.018-0.069,0.03-0.109,0.034l0-0.118C114.536,292.528,114.574,292.517,114.605,292.499z"/><path style="fill:%23252956;" d="M114.497,292.533l0,0.118c-0.069,0.009-0.145-0.003-0.2-0.034l0-0.118C114.351,292.531,114.427,292.542,114.497,292.533z"/></g></g><g><path style="fill:%233C4384;" d="M115.475,291.814c0.085,0.05,0.085,0.13,0.001,0.179l-0.871,0.506c-0.085,0.05-0.223,0.05-0.308,0l-0.877-0.506c-0.085-0.049-0.086-0.129,0-0.178l0.871-0.506c0.084-0.049,0.223-0.049,0.308,0L115.475,291.814z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000043434411547945620060000015039090778755335856_" style="enable-background:new ;" d="M114.793,292.851l0-0.118c0,0.032,0.021,0.065,0.064,0.089l0,0.118C114.814,292.916,114.793,292.884,114.793,292.851z"/></defs><use xlink:href="%23SVGID_00000043434411547945620060000015039090778755335856_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000152944203900428061070000009279285046680851899_"><use xlink:href="%23SVGID_00000043434411547945620060000015039090778755335856_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000152944203900428061070000009279285046680851899_);enable-background:new ;"><path style="fill:%23252956;" d="M114.857,292.822l0,0.118c-0.043-0.024-0.064-0.057-0.064-0.089l0-0.118C114.793,292.765,114.814,292.798,114.857,292.822z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000183935379166092932980000009449230293373408937_" style="enable-background:new ;" d="M117.695,293.148l0,0.119c0,0.032-0.021,0.064-0.063,0.089l0-0.118C117.674,293.213,117.695,293.181,117.695,293.148z"/></defs><use xlink:href="%23SVGID_00000183935379166092932980000009449230293373408937_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000062179740645588712340000011241552194111816604_"><use xlink:href="%23SVGID_00000183935379166092932980000009449230293373408937_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000062179740645588712340000011241552194111816604_);enable-background:new ;"><path style="fill:%23252956;" d="M117.695,293.148l0,0.119c0,0.019-0.008,0.039-0.023,0.056l0-0.118C117.688,293.187,117.695,293.168,117.695,293.148z"/><path style="fill:%23252956;" d="M117.672,293.205l0,0.118c-0.01,0.012-0.023,0.023-0.04,0.032l0-0.118C117.649,293.227,117.662,293.217,117.672,293.205z"/></g></g><g><polygon style="fill:%23252956;" points="117.632,293.237 117.632,293.355 116.76,293.862 116.761,293.743 "/></g><g><polygon style="fill:%23252956;" points="116.453,293.744 116.453,293.862 114.857,292.941 114.857,292.822 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000041260500439964515910000001975386039168553367_" style="enable-background:new ;" d="M116.761,293.743l0,0.119c-0.085,0.049-0.223,0.049-0.308,0v-0.118C116.538,293.793,116.676,293.793,116.761,293.743z"/></defs><use xlink:href="%23SVGID_00000041260500439964515910000001975386039168553367_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000145043027911419168380000017332016235125997453_"><use xlink:href="%23SVGID_00000041260500439964515910000001975386039168553367_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000145043027911419168380000017332016235125997453_);enable-background:new ;"><path style="fill:%23252956;" d="M116.761,293.743l0,0.119c-0.031,0.018-0.069,0.029-0.108,0.034v-0.118C116.692,293.773,116.73,293.762,116.761,293.743z"/><path style="fill:%23252956;" d="M116.652,293.778v0.118c-0.07,0.008-0.145-0.003-0.199-0.034v-0.118C116.507,293.775,116.583,293.786,116.652,293.778z"/></g></g><g><path style="fill:%233C4384;" d="M117.632,293.059c0.085,0.049,0.085,0.129,0,0.178l-0.871,0.506c-0.085,0.05-0.223,0.05-0.308,0l-1.595-0.921c-0.085-0.049-0.086-0.129,0-0.178l0.871-0.506c0.085-0.049,0.223-0.05,0.308,0L117.632,293.059z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000106136862422083552460000015237786555496732813_" style="enable-background:new ;" d="M111.978,291.476l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C111.957,291.54,111.978,291.508,111.978,291.476z"/></defs><use xlink:href="%23SVGID_00000106136862422083552460000015237786555496732813_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000022527178350903393660000013333571665744160700_"><use xlink:href="%23SVGID_00000106136862422083552460000015237786555496732813_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000022527178350903393660000013333571665744160700_);enable-background:new ;"><path style="fill:%23252956;" d="M111.978,291.476l0,0.118c0,0.019-0.008,0.039-0.023,0.056l0-0.118C111.97,291.515,111.978,291.496,111.978,291.476z"/><path style="fill:%23252956;" d="M111.955,291.532l0,0.118c-0.01,0.012-0.024,0.023-0.04,0.032l0-0.118C111.931,291.555,111.945,291.544,111.955,291.532z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000106839690984953832950000014059233129769103518_" style="enable-background:new ;" d="M109.794,291.593l0-0.118c0,0.032,0.021,0.065,0.064,0.089l0,0.118C109.815,291.658,109.794,291.625,109.794,291.593z"/></defs><use xlink:href="%23SVGID_00000106839690984953832950000014059233129769103518_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000070114237758465896870000002550442897333731214_"><use xlink:href="%23SVGID_00000106839690984953832950000014059233129769103518_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000070114237758465896870000002550442897333731214_);enable-background:new ;"><path style="fill:%23252956;" d="M109.859,291.565l0,0.118c-0.043-0.024-0.065-0.057-0.064-0.089l0-0.118C109.794,291.507,109.816,291.54,109.859,291.565z"/></g></g><g><polygon style="fill:%23252956;" points="111.915,291.565 111.915,291.683 111.043,292.189 111.043,292.071 "/></g><g><polygon style="fill:%23252956;" points="110.736,292.071 110.736,292.189 109.859,291.683 109.859,291.565 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000078014868842003659830000004899073444912555137_" style="enable-background:new ;" d="M111.043,292.071l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C110.821,292.12,110.959,292.12,111.043,292.071z"/></defs><use xlink:href="%23SVGID_00000078014868842003659830000004899073444912555137_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000027579993364125440960000006715152286793956480_"><use xlink:href="%23SVGID_00000078014868842003659830000004899073444912555137_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000027579993364125440960000006715152286793956480_);enable-background:new ;"><path style="fill:%23252956;" d="M111.043,292.071l0,0.118c-0.031,0.018-0.068,0.029-0.108,0.034l0-0.118C110.975,292.1,111.013,292.089,111.043,292.071z"/><path style="fill:%23252956;" d="M110.935,292.105l0,0.118c-0.07,0.009-0.145-0.003-0.2-0.034l0-0.118C110.79,292.102,110.866,292.114,110.935,292.105z"/></g></g><g><path style="fill:%233C4384;" d="M111.914,291.387c0.085,0.049,0.086,0.129,0.001,0.178l-0.872,0.506c-0.085,0.049-0.222,0.049-0.308,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.001-0.178l0.872-0.506c0.085-0.049,0.222-0.049,0.307,0L111.914,291.387z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000160178577259900570570000005779276789934318731_" style="enable-background:new ;" d="M113.415,292.306v0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C113.394,292.37,113.415,292.338,113.415,292.306z"/></defs><use xlink:href="%23SVGID_00000160178577259900570570000005779276789934318731_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000101086251510730832090000007792007615815156134_"><use xlink:href="%23SVGID_00000160178577259900570570000005779276789934318731_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000101086251510730832090000007792007615815156134_);enable-background:new ;"><path style="fill:%23252956;" d="M113.415,292.306v0.118c0,0.019-0.008,0.039-0.023,0.057l0-0.118C113.408,292.345,113.415,292.325,113.415,292.306z"/><path style="fill:%23252956;" d="M113.392,292.362l0,0.118c-0.01,0.012-0.023,0.022-0.04,0.032l0-0.118C113.369,292.385,113.382,292.374,113.392,292.362z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000053516393751343461990000017043025721450648719_" style="enable-background:new ;" d="M111.231,292.423l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C111.253,292.488,111.231,292.455,111.231,292.423z"/></defs><use xlink:href="%23SVGID_00000053516393751343461990000017043025721450648719_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000027594807901038745480000003047379629138019222_"><use xlink:href="%23SVGID_00000053516393751343461990000017043025721450648719_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000027594807901038745480000003047379629138019222_);enable-background:new ;"><path style="fill:%23252956;" d="M111.296,292.395l0,0.118c-0.043-0.025-0.064-0.057-0.064-0.09l0-0.118C111.232,292.337,111.253,292.37,111.296,292.395z"/></g></g><g><polygon style="fill:%23252956;" points="113.352,292.395 113.352,292.513 112.48,293.019 112.48,292.901 "/></g><g><polygon style="fill:%23252956;" points="112.173,292.901 112.173,293.019 111.296,292.513 111.296,292.395 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000029031179675363574770000017413714575672156040_" style="enable-background:new ;" d="M112.48,292.901l0,0.118c-0.085,0.049-0.222,0.049-0.307,0l0-0.118C112.258,292.95,112.396,292.95,112.48,292.901z"/></defs><use xlink:href="%23SVGID_00000029031179675363574770000017413714575672156040_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000053531677808298066500000012926358290964603577_"><use xlink:href="%23SVGID_00000029031179675363574770000017413714575672156040_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000053531677808298066500000012926358290964603577_);enable-background:new ;"><path style="fill:%23252956;" d="M112.48,292.901l0,0.118c-0.031,0.018-0.068,0.029-0.108,0.034l0-0.119C112.412,292.93,112.45,292.919,112.48,292.901z"/><path style="fill:%23252956;" d="M112.373,292.935l0,0.119c-0.069,0.008-0.145-0.003-0.199-0.034l0-0.118C112.227,292.932,112.303,292.944,112.373,292.935z"/></g></g><g><path style="fill:%233C4384;" d="M113.351,292.216c0.085,0.049,0.086,0.129,0.001,0.178l-0.872,0.506c-0.085,0.049-0.222,0.049-0.307,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.001-0.178l0.872-0.506c0.085-0.049,0.222-0.049,0.307,0L113.351,292.216z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000132071578403643777840000009887781116485590961_" style="enable-background:new ;" d="M112.669,293.253l0-0.118c0,0.033,0.021,0.065,0.064,0.09l-0.001,0.118C112.69,293.318,112.668,293.285,112.669,293.253z"/></defs><use xlink:href="%23SVGID_00000132071578403643777840000009887781116485590961_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000155867060645894353130000009754774564198061468_"><use xlink:href="%23SVGID_00000132071578403643777840000009887781116485590961_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000155867060645894353130000009754774564198061468_);enable-background:new ;"><path style="fill:%23252956;" d="M112.733,293.224l-0.001,0.118c-0.043-0.025-0.064-0.057-0.064-0.09l0-0.118C112.669,293.167,112.69,293.199,112.733,293.224z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000105415605059132163060000014995585120495734711_" style="enable-background:new ;" d="M116.29,293.965l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.119C116.269,294.029,116.29,293.997,116.29,293.965z"/></defs><use xlink:href="%23SVGID_00000105415605059132163060000014995585120495734711_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000160193009297464570890000007334189446637070244_"><use xlink:href="%23SVGID_00000105415605059132163060000014995585120495734711_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000160193009297464570890000007334189446637070244_);enable-background:new ;"><path style="fill:%23252956;" d="M116.29,293.965l0,0.118c0,0.019-0.008,0.039-0.023,0.057l0-0.119C116.282,294.004,116.29,293.985,116.29,293.965z"/><path style="fill:%23252956;" d="M116.267,294.022l0,0.119c-0.01,0.011-0.023,0.022-0.04,0.032l0-0.119C116.243,294.044,116.256,294.033,116.267,294.022z"/></g></g><g><polygon style="fill:%23252956;" points="116.227,294.054 116.226,294.172 115.355,294.679 115.355,294.56 "/></g><g><polygon style="fill:%23252956;" points="115.048,294.56 115.047,294.679 112.733,293.342 112.733,293.224 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000010292779428433145050000014005042388646049175_" style="enable-background:new ;" d="M115.355,294.56l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0.001-0.118C115.133,294.61,115.27,294.61,115.355,294.56z"/></defs><use xlink:href="%23SVGID_00000010292779428433145050000014005042388646049175_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000069378029790560586920000001614645588816080822_"><use xlink:href="%23SVGID_00000010292779428433145050000014005042388646049175_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000069378029790560586920000001614645588816080822_);enable-background:new ;"><path style="fill:%23252956;" d="M115.355,294.56l0,0.118c-0.031,0.018-0.068,0.029-0.108,0.034l0-0.118C115.286,294.59,115.324,294.578,115.355,294.56z"/><path style="fill:%23252956;" d="M115.247,294.594l0,0.118c-0.07,0.009-0.145-0.003-0.2-0.034l0.001-0.118C115.102,294.592,115.177,294.603,115.247,294.594z"/></g></g><g><path style="fill:%233C4384;" d="M116.225,293.876c0.085,0.049,0.086,0.129,0.001,0.178l-0.871,0.507c-0.085,0.049-0.222,0.049-0.307,0l-2.315-1.336c-0.085-0.049-0.086-0.129-0.001-0.178l0.872-0.506c0.085-0.049,0.222-0.049,0.307,0L116.225,293.876z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000031897644206131729150000015777794536379955850_" style="enable-background:new ;" d="M95.507,284.972l0-0.118c0,0.032,0.021,0.065,0.064,0.09l0,0.118C95.528,285.037,95.507,285.004,95.507,284.972z"/></defs><use xlink:href="%23SVGID_00000031897644206131729150000015777794536379955850_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000130605819089356696650000009039099552558875042_"><use xlink:href="%23SVGID_00000031897644206131729150000015777794536379955850_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000130605819089356696650000009039099552558875042_);enable-background:new ;"><path style="fill:%23252956;" d="M95.571,284.944l0,0.118c-0.043-0.025-0.065-0.058-0.065-0.09l0-0.118C95.507,284.886,95.528,284.919,95.571,284.944z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000095326601254953321050000002107857001215201702_" style="enable-background:new ;" d="M99.794,286.069l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C99.772,286.133,99.794,286.102,99.794,286.069z"/></defs><use xlink:href="%23SVGID_00000095326601254953321050000002107857001215201702_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000009548652816604859800000015462692901168482945_"><use xlink:href="%23SVGID_00000095326601254953321050000002107857001215201702_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000009548652816604859800000015462692901168482945_);enable-background:new ;"><path style="fill:%23252956;" d="M99.794,286.069l0,0.118c0,0.019-0.008,0.039-0.023,0.056l0.001-0.119C99.786,286.108,99.794,286.089,99.794,286.069z"/><path style="fill:%23252956;" d="M99.771,286.126l-0.001,0.119c-0.01,0.011-0.023,0.022-0.04,0.032l0-0.118C99.747,286.148,99.76,286.137,99.771,286.126z"/></g></g><g><polygon style="fill:%23252956;" points="99.731,286.158 99.73,286.276 98.859,286.783 98.859,286.664 "/></g><g><polygon style="fill:%23252956;" points="98.551,286.664 98.551,286.783 95.571,285.062 95.571,284.944 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000008121394032898963900000015218265595607760796_" style="enable-background:new ;" d="M98.859,286.664l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C98.637,286.713,98.774,286.713,98.859,286.664z"/></defs><use xlink:href="%23SVGID_00000008121394032898963900000015218265595607760796_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000173123431560581354830000010620051887297807013_"><use xlink:href="%23SVGID_00000008121394032898963900000015218265595607760796_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000173123431560581354830000010620051887297807013_);enable-background:new ;"><path style="fill:%23252956;" d="M98.859,286.664l0,0.118c-0.031,0.018-0.069,0.029-0.108,0.034l0-0.118C98.79,286.694,98.828,286.682,98.859,286.664z"/><path style="fill:%23252956;" d="M98.751,286.698l0,0.118c-0.07,0.009-0.145-0.003-0.2-0.034l0-0.118C98.606,286.695,98.681,286.707,98.751,286.698z"/></g></g><g><path style="fill:%233C4384;" d="M99.729,285.98c0.085,0.049,0.086,0.129,0.001,0.178l-0.872,0.507c-0.085,0.049-0.222,0.049-0.308,0l-2.98-1.72c-0.085-0.049-0.086-0.129-0.001-0.178l0.872-0.507c0.085-0.049,0.223-0.049,0.308,0L99.729,285.98z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000128471715904545034430000006590565370950721455_" style="enable-background:new ;" d="M101.231,286.899l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C101.21,286.963,101.231,286.931,101.231,286.899z"/></defs><use xlink:href="%23SVGID_00000128471715904545034430000006590565370950721455_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000074399895419818247570000012793816869241443257_"><use xlink:href="%23SVGID_00000128471715904545034430000006590565370950721455_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000074399895419818247570000012793816869241443257_);enable-background:new ;"><path style="fill:%23252956;" d="M101.231,286.899l0,0.118c0,0.02-0.008,0.039-0.023,0.056l0-0.118C101.223,286.938,101.231,286.918,101.231,286.899z"/><path style="fill:%23252956;" d="M101.208,286.956l0,0.118c-0.01,0.012-0.023,0.022-0.04,0.032l0-0.118C101.184,286.978,101.197,286.967,101.208,286.956z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000139281051283389554270000017489079827738456212_" style="enable-background:new ;" d="M99.047,287.016l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C99.068,287.081,99.047,287.049,99.047,287.016z"/></defs><use xlink:href="%23SVGID_00000139281051283389554270000017489079827738456212_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000159429631357015608080000000919230989429148313_"><use xlink:href="%23SVGID_00000139281051283389554270000017489079827738456212_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000159429631357015608080000000919230989429148313_);enable-background:new ;"><path style="fill:%23252956;" d="M99.111,286.988l0,0.118c-0.043-0.025-0.064-0.057-0.064-0.09l0-0.118C99.047,286.931,99.068,286.963,99.111,286.988z"/></g></g><g><polygon style="fill:%23252956;" points="101.168,286.988 101.167,287.106 100.296,287.612 100.296,287.494 "/></g><g><polygon style="fill:%23252956;" points="99.988,287.494 99.988,287.612 99.111,287.106 99.111,286.988 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000000934094053253402580000003459516682705223593_" style="enable-background:new ;" d="M100.296,287.494l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C100.074,287.543,100.211,287.543,100.296,287.494z"/></defs><use xlink:href="%23SVGID_00000000934094053253402580000003459516682705223593_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000168112114438459896590000003040281657184937120_"><use xlink:href="%23SVGID_00000000934094053253402580000003459516682705223593_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000168112114438459896590000003040281657184937120_);enable-background:new ;"><path style="fill:%23252956;" d="M100.296,287.494l0,0.118c-0.031,0.018-0.068,0.029-0.108,0.034l0-0.118C100.228,287.523,100.265,287.512,100.296,287.494z"/><path style="fill:%23252956;" d="M100.188,287.528l0,0.118c-0.069,0.008-0.145-0.003-0.2-0.034l0-0.118C100.043,287.526,100.118,287.537,100.188,287.528z"/></g></g><g><path style="fill:%233C4384;" d="M101.166,286.81c0.085,0.049,0.086,0.129,0.001,0.178l-0.871,0.506c-0.085,0.049-0.222,0.049-0.308,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.001-0.178l0.871-0.507c0.085-0.049,0.222-0.049,0.308,0L101.166,286.81z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000067211298807526339600000008574233454622901149_" style="enable-background:new ;" d="M103.389,281.538l0,0.118c0,0.032-0.021,0.064-0.064,0.089l0-0.118C103.368,281.603,103.389,281.57,103.389,281.538z"/></defs><use xlink:href="%23SVGID_00000067211298807526339600000008574233454622901149_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000160176004883174132070000012781818185286096562_"><use xlink:href="%23SVGID_00000067211298807526339600000008574233454622901149_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000160176004883174132070000012781818185286096562_);enable-background:new ;"><path style="fill:%23252956;" d="M103.389,281.538l0,0.118c0,0.019-0.008,0.039-0.023,0.057v-0.118C103.381,281.577,103.389,281.558,103.389,281.538z"/><path style="fill:%23252956;" d="M103.366,281.595v0.118c-0.01,0.012-0.024,0.023-0.041,0.032l0-0.118C103.342,281.617,103.356,281.607,103.366,281.595z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000143580329875102782040000014886881807748625025_" style="enable-background:new ;" d="M101.205,281.655l0-0.119c0,0.033,0.022,0.065,0.064,0.09l0,0.118C101.226,281.72,101.205,281.688,101.205,281.655z"/></defs><use xlink:href="%23SVGID_00000143580329875102782040000014886881807748625025_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000116223245431960293840000003250541010909783450_"><use xlink:href="%23SVGID_00000143580329875102782040000014886881807748625025_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000116223245431960293840000003250541010909783450_);enable-background:new ;"><path style="fill:%23252956;" d="M101.269,281.627l0,0.118c-0.043-0.025-0.064-0.057-0.064-0.09l0-0.119C101.205,281.57,101.227,281.602,101.269,281.627z"/></g></g><g><polygon style="fill:%23252956;" points="103.326,281.627 103.325,281.745 102.454,282.251 102.455,282.133 "/></g><g><polygon style="fill:%23252956;" points="102.146,282.133 102.146,282.251 101.269,281.745 101.269,281.627 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000059304828861115346090000012670008519003010728_" style="enable-background:new ;" d="M102.455,282.133l0,0.118c-0.085,0.049-0.223,0.049-0.308,0v-0.118C102.231,282.182,102.37,282.182,102.455,282.133z"/></defs><use xlink:href="%23SVGID_00000059304828861115346090000012670008519003010728_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000076573805746922667320000007595747443846815912_"><use xlink:href="%23SVGID_00000059304828861115346090000012670008519003010728_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000076573805746922667320000007595747443846815912_);enable-background:new ;"><path style="fill:%23252956;" d="M102.455,282.133l0,0.118c-0.031,0.018-0.069,0.029-0.108,0.034l0-0.118C102.386,282.163,102.424,282.151,102.455,282.133z"/><path style="fill:%23252956;" d="M102.346,282.167l0,0.118c-0.07,0.009-0.146-0.003-0.2-0.034v-0.118C102.2,282.165,102.277,282.176,102.346,282.167z"/></g></g><g><path style="fill:%233C4384;" d="M103.325,281.448c0.085,0.049,0.086,0.129,0.001,0.179l-0.871,0.506c-0.085,0.049-0.223,0.049-0.309,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.001-0.179l0.871-0.506c0.085-0.05,0.223-0.049,0.308,0L103.325,281.448z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000177444159351455434420000007753872325740921268_" style="enable-background:new ;" d="M104.826,282.368l-0.001,0.119c0,0.032-0.021,0.064-0.063,0.089l0-0.118C104.805,282.432,104.826,282.4,104.826,282.368z"/></defs><use xlink:href="%23SVGID_00000177444159351455434420000007753872325740921268_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000148620837126843654530000005865907291254991499_"><use xlink:href="%23SVGID_00000177444159351455434420000007753872325740921268_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000148620837126843654530000005865907291254991499_);enable-background:new ;"><path style="fill:%23252956;" d="M104.826,282.368l-0.001,0.119c0,0.019-0.008,0.039-0.023,0.056l0-0.118C104.818,282.407,104.826,282.388,104.826,282.368z"/><path style="fill:%23252956;" d="M104.803,282.424l0,0.118c-0.01,0.012-0.023,0.023-0.04,0.032l0-0.118C104.779,282.447,104.793,282.436,104.803,282.424z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000168814781551812169530000007076958152584288644_" style="enable-background:new ;" d="M102.642,282.485l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C102.663,282.55,102.642,282.517,102.642,282.485z"/></defs><use xlink:href="%23SVGID_00000168814781551812169530000007076958152584288644_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000098907186096697616390000003653943875871034777_"><use xlink:href="%23SVGID_00000168814781551812169530000007076958152584288644_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000098907186096697616390000003653943875871034777_);enable-background:new ;"><path style="fill:%23252956;" d="M102.707,282.457l0,0.118c-0.043-0.025-0.065-0.058-0.064-0.09l0-0.118C102.642,282.399,102.664,282.432,102.707,282.457z"/></g></g><g><polygon style="fill:%23252956;" points="104.763,282.457 104.763,282.575 103.891,283.081 103.892,282.963 "/></g><g><polygon style="fill:%23252956;" points="103.583,282.963 103.583,283.081 102.706,282.575 102.707,282.457 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000181049008002319422690000017984949060331339420_" style="enable-background:new ;" d="M103.892,282.963l0,0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C103.668,283.012,103.807,283.012,103.892,282.963z"/></defs><use xlink:href="%23SVGID_00000181049008002319422690000017984949060331339420_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000010289376284917579700000000525543432368739745_"><use xlink:href="%23SVGID_00000181049008002319422690000017984949060331339420_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000010289376284917579700000000525543432368739745_);enable-background:new ;"><path style="fill:%23252956;" d="M103.892,282.963l0,0.118c-0.031,0.018-0.068,0.029-0.108,0.034l0-0.118C103.824,282.992,103.861,282.981,103.892,282.963z"/><path style="fill:%23252956;" d="M103.784,282.997l0,0.118c-0.07,0.008-0.146-0.003-0.2-0.034l0-0.118C103.638,282.994,103.714,283.006,103.784,282.997z"/></g></g><g><path style="fill:%233C4384;" d="M104.762,282.278c0.085,0.049,0.086,0.129,0.001,0.179l-0.871,0.506c-0.085,0.049-0.223,0.049-0.308,0l-0.877-0.506c-0.085-0.049-0.086-0.13-0.001-0.179l0.871-0.506c0.085-0.049,0.223-0.049,0.309,0L104.762,282.278z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000084497470732878213150000011557127362961087665_" style="enable-background:new ;" d="M106.211,283.167l0,0.118c0,0.032-0.021,0.064-0.063,0.089v-0.119C106.189,283.232,106.211,283.199,106.211,283.167z"/></defs><use xlink:href="%23SVGID_00000084497470732878213150000011557127362961087665_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000142140884338011308790000010440410147030409387_"><use xlink:href="%23SVGID_00000084497470732878213150000011557127362961087665_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000142140884338011308790000010440410147030409387_);enable-background:new ;"><path style="fill:%23252956;" d="M106.211,283.167l0,0.118c0,0.019-0.008,0.039-0.023,0.057l0-0.118C106.203,283.206,106.211,283.187,106.211,283.167z"/><path style="fill:%23252956;" d="M106.188,283.224l0,0.118c-0.01,0.012-0.024,0.023-0.04,0.033v-0.119C106.164,283.246,106.178,283.236,106.188,283.224z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000159453114210779477640000015172865694082352810_" style="enable-background:new ;" d="M104.027,283.285l0-0.118c0,0.033,0.021,0.065,0.064,0.089l0,0.119C104.048,283.35,104.027,283.317,104.027,283.285z"/></defs><use xlink:href="%23SVGID_00000159453114210779477640000015172865694082352810_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000131329037014656928310000014705117876617010567_"><use xlink:href="%23SVGID_00000159453114210779477640000015172865694082352810_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000131329037014656928310000014705117876617010567_);enable-background:new ;"><path style="fill:%23252956;" d="M104.091,283.256l0,0.119c-0.043-0.025-0.064-0.057-0.064-0.09l0-0.118C104.027,283.199,104.048,283.232,104.091,283.256z"/></g></g><g><polygon style="fill:%23252956;" points="106.147,283.256 106.147,283.375 105.276,283.88 105.276,283.762 "/></g><g><polygon style="fill:%23252956;" points="104.968,283.762 104.967,283.88 104.09,283.375 104.091,283.256 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000031924309005046905250000000571171060053924251_" style="enable-background:new ;" d="M105.276,283.762l0,0.118c-0.085,0.049-0.223,0.05-0.309,0l0.001-0.118C105.053,283.811,105.192,283.811,105.276,283.762z"/></defs><use xlink:href="%23SVGID_00000031924309005046905250000000571171060053924251_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000143601292496173845650000017544169132826009236_"><use xlink:href="%23SVGID_00000031924309005046905250000000571171060053924251_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000143601292496173845650000017544169132826009236_);enable-background:new ;"><path style="fill:%23252956;" d="M105.276,283.762l0,0.118c-0.031,0.018-0.069,0.029-0.109,0.034l0.001-0.118C105.208,283.792,105.245,283.78,105.276,283.762z"/><path style="fill:%23252956;" d="M105.168,283.797l-0.001,0.118c-0.069,0.008-0.145-0.003-0.2-0.034l0.001-0.118C105.022,283.794,105.098,283.805,105.168,283.797z"/></g></g><g><path style="fill:%233C4384;" d="M106.146,283.078c0.086,0.049,0.086,0.129,0.001,0.178l-0.871,0.506c-0.085,0.049-0.223,0.049-0.308,0l-0.877-0.506c-0.085-0.049-0.085-0.129,0-0.178l0.871-0.506c0.085-0.05,0.223-0.05,0.308,0L106.146,283.078z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000073690167503427196500000010002056355823979706_" style="enable-background:new ;" d="M102.668,287.729l0,0.118c0,0.032-0.021,0.064-0.063,0.088v-0.118C102.647,287.793,102.668,287.761,102.668,287.729z"/></defs><use xlink:href="%23SVGID_00000073690167503427196500000010002056355823979706_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000093856975848444039520000004231569313820024964_"><use xlink:href="%23SVGID_00000073690167503427196500000010002056355823979706_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000093856975848444039520000004231569313820024964_);enable-background:new ;"><path style="fill:%23252956;" d="M102.668,287.729l0,0.118c0,0.019-0.008,0.039-0.023,0.056l0-0.118C102.66,287.768,102.668,287.748,102.668,287.729z"/><path style="fill:%23252956;" d="M102.645,287.785l0,0.118c-0.01,0.012-0.023,0.023-0.04,0.032v-0.118C102.621,287.808,102.635,287.797,102.645,287.785z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000029727487812022957910000011049921500783006856_" style="enable-background:new ;" d="M100.484,287.846v-0.118c0,0.033,0.022,0.065,0.065,0.09v0.118C100.505,287.911,100.484,287.878,100.484,287.846z"/></defs><use xlink:href="%23SVGID_00000029727487812022957910000011049921500783006856_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000129884941852327669120000003894638146900718758_"><use xlink:href="%23SVGID_00000029727487812022957910000011049921500783006856_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000129884941852327669120000003894638146900718758_);enable-background:new ;"><path style="fill:%23252956;" d="M100.549,287.818v0.118c-0.043-0.025-0.065-0.058-0.065-0.09v-0.118C100.484,287.76,100.506,287.793,100.549,287.818z"/></g></g><g><polygon style="fill:%23252956;" points="102.605,287.817 102.605,287.936 101.733,288.442 101.733,288.324 "/></g><g><polygon style="fill:%23252956;" points="101.426,288.324 101.426,288.442 100.549,287.936 100.549,287.818 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000105428051255104843870000018256520266612519066_" style="enable-background:new ;" d="M101.733,288.324l0,0.119c-0.085,0.049-0.222,0.049-0.307,0l0-0.119C101.511,288.373,101.649,288.373,101.733,288.324z"/></defs><use xlink:href="%23SVGID_00000105428051255104843870000018256520266612519066_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000002361268278434040700000000391487420530913152_"><use xlink:href="%23SVGID_00000105428051255104843870000018256520266612519066_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000002361268278434040700000000391487420530913152_);enable-background:new ;"><path style="fill:%23252956;" d="M101.733,288.324l0,0.119c-0.031,0.018-0.069,0.029-0.108,0.034v-0.118C101.665,288.353,101.703,288.342,101.733,288.324z"/><path style="fill:%23252956;" d="M101.625,288.358v0.118c-0.07,0.009-0.145-0.003-0.199-0.034l0-0.119C101.48,288.355,101.556,288.366,101.625,288.358z"/></g></g><g><path style="fill:%233C4384;" d="M102.604,287.639c0.085,0.049,0.086,0.129,0.001,0.178l-0.871,0.506c-0.085,0.049-0.222,0.049-0.308,0l-0.877-0.506c-0.085-0.05-0.086-0.129-0.001-0.178l0.871-0.506c0.085-0.049,0.223-0.049,0.308,0L102.604,287.639z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000134951254074696122540000008821333571233875618_" style="enable-background:new ;" d="M104.105,288.559l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C104.084,288.623,104.105,288.591,104.105,288.559z"/></defs><use xlink:href="%23SVGID_00000134951254074696122540000008821333571233875618_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000119813381313432121550000000323131182706567093_"><use xlink:href="%23SVGID_00000134951254074696122540000008821333571233875618_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000119813381313432121550000000323131182706567093_);enable-background:new ;"><path style="fill:%23252956;" d="M104.105,288.559l0,0.118c0,0.019-0.008,0.039-0.023,0.056l0-0.118C104.098,288.597,104.105,288.578,104.105,288.559z"/><path style="fill:%23252956;" d="M104.082,288.615l0,0.118c-0.01,0.011-0.024,0.022-0.04,0.032l0-0.118C104.059,288.638,104.072,288.626,104.082,288.615z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000073699313906206208390000013333752536132294035_" style="enable-background:new ;" d="M101.921,288.676l0-0.118c0,0.033,0.022,0.065,0.065,0.09l0,0.118C101.943,288.741,101.921,288.708,101.921,288.676z"/></defs><use xlink:href="%23SVGID_00000073699313906206208390000013333752536132294035_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000092458524046895088450000002777771816042251158_"><use xlink:href="%23SVGID_00000073699313906206208390000013333752536132294035_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000092458524046895088450000002777771816042251158_);enable-background:new ;"><path style="fill:%23252956;" d="M101.986,288.647l0,0.118c-0.043-0.025-0.064-0.057-0.064-0.09l0-0.118C101.922,288.59,101.943,288.622,101.986,288.647z"/></g></g><g><polygon style="fill:%23252956;" points="104.042,288.647 104.042,288.766 103.17,289.272 103.17,289.154 "/></g><g><polygon style="fill:%23252956;" points="102.863,289.154 102.863,289.272 101.986,288.766 101.986,288.647 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000072239733771548488620000008727279075541119388_" style="enable-background:new ;" d="M103.17,289.154l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C102.948,289.203,103.086,289.203,103.17,289.154z"/></defs><use xlink:href="%23SVGID_00000072239733771548488620000008727279075541119388_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000070101569233332508900000016428699006004165038_"><use xlink:href="%23SVGID_00000072239733771548488620000008727279075541119388_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000070101569233332508900000016428699006004165038_);enable-background:new ;"><path style="fill:%23252956;" d="M103.17,289.154l0,0.118c-0.031,0.018-0.068,0.029-0.108,0.034l0-0.119C103.102,289.183,103.14,289.172,103.17,289.154z"/><path style="fill:%23252956;" d="M103.062,289.188l0,0.119c-0.07,0.008-0.145-0.003-0.2-0.034l0-0.118C102.917,289.185,102.993,289.196,103.062,289.188z"/></g></g><g><path style="fill:%233C4384;" d="M104.041,288.469c0.085,0.049,0.086,0.129,0.001,0.178l-0.872,0.506c-0.085,0.049-0.222,0.049-0.308,0l-0.877-0.506c-0.086-0.049-0.086-0.129-0.002-0.178l0.872-0.506c0.085-0.049,0.222-0.049,0.308,0L104.041,288.469z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000043444271982294027070000015798950432148056742_" style="enable-background:new ;" d="M105.543,289.389l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C105.521,289.453,105.543,289.421,105.543,289.389z"/></defs><use xlink:href="%23SVGID_00000043444271982294027070000015798950432148056742_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000127045335076490375690000001830211313418026646_"><use xlink:href="%23SVGID_00000043444271982294027070000015798950432148056742_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000127045335076490375690000001830211313418026646_);enable-background:new ;"><path style="fill:%23252956;" d="M105.543,289.389l0,0.118c0,0.019-0.008,0.039-0.023,0.056l0-0.118C105.535,289.428,105.543,289.408,105.543,289.389z"/><path style="fill:%23252956;" d="M105.52,289.445l0,0.118c-0.01,0.012-0.023,0.023-0.04,0.032l0-0.118C105.496,289.467,105.509,289.457,105.52,289.445z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000098189137043036749190000014266346586904905358_" style="enable-background:new ;" d="M103.358,289.505l0.001-0.118c0,0.033,0.021,0.065,0.064,0.09v0.118C103.38,289.571,103.358,289.538,103.358,289.505z"/></defs><use xlink:href="%23SVGID_00000098189137043036749190000014266346586904905358_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000034783640996444596320000001498618050644248724_"><use xlink:href="%23SVGID_00000098189137043036749190000014266346586904905358_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000034783640996444596320000001498618050644248724_);enable-background:new ;"><path style="fill:%23252956;" d="M103.423,289.477v0.118c-0.043-0.025-0.065-0.058-0.065-0.09l0.001-0.118C103.359,289.42,103.38,289.452,103.423,289.477z"/></g></g><g><polygon style="fill:%23252956;" points="105.48,289.477 105.479,289.595 104.608,290.102 104.608,289.984 "/></g><g><polygon style="fill:%23252956;" points="104.3,289.983 104.3,290.102 103.423,289.595 103.423,289.477 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000000211543507552728100000013147781984470634921_" style="enable-background:new ;" d="M104.608,289.984l0,0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C104.385,290.033,104.524,290.033,104.608,289.984z"/></defs><use xlink:href="%23SVGID_00000000211543507552728100000013147781984470634921_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000104665493169135845700000010452052117653671595_"><use xlink:href="%23SVGID_00000000211543507552728100000013147781984470634921_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000104665493169135845700000010452052117653671595_);enable-background:new ;"><path style="fill:%23252956;" d="M104.608,289.984l0,0.118c-0.031,0.018-0.068,0.029-0.108,0.034l0-0.118C104.54,290.013,104.578,290.002,104.608,289.984z"/><path style="fill:%23252956;" d="M104.5,290.018l0,0.118c-0.07,0.009-0.146-0.003-0.2-0.034l0-0.118C104.355,290.015,104.431,290.026,104.5,290.018z"/></g></g><g><path style="fill:%233C4384;" d="M105.478,289.299c0.085,0.049,0.086,0.129,0.002,0.178l-0.872,0.506c-0.085,0.049-0.223,0.049-0.308,0l-0.877-0.506c-0.086-0.05-0.086-0.129-0.001-0.178l0.871-0.506c0.085-0.049,0.222-0.049,0.308,0L105.478,289.299z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000061430391912086562830000001094801682153592450_" style="enable-background:new ;" d="M106.98,290.219v0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C106.959,290.283,106.98,290.251,106.98,290.219z"/></defs><use xlink:href="%23SVGID_00000061430391912086562830000001094801682153592450_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000004525608628198847720000013819741467510638760_"><use xlink:href="%23SVGID_00000061430391912086562830000001094801682153592450_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000004525608628198847720000013819741467510638760_);enable-background:new ;"><path style="fill:%23252956;" d="M106.98,290.219v0.118c0,0.019-0.008,0.039-0.023,0.057l0-0.118C106.972,290.257,106.98,290.238,106.98,290.219z"/><path style="fill:%23252956;" d="M106.957,290.275l0,0.118c-0.01,0.011-0.023,0.022-0.04,0.032l0-0.118C106.933,290.297,106.946,290.286,106.957,290.275z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000103266778633449779070000009497899186561981330_" style="enable-background:new ;" d="M104.796,290.335l0-0.118c0,0.033,0.022,0.065,0.065,0.09l0,0.118C104.817,290.4,104.796,290.368,104.796,290.335z"/></defs><use xlink:href="%23SVGID_00000103266778633449779070000009497899186561981330_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000094595460076098253310000003797032188449283494_"><use xlink:href="%23SVGID_00000103266778633449779070000009497899186561981330_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000094595460076098253310000003797032188449283494_);enable-background:new ;"><path style="fill:%23252956;" d="M104.861,290.307l0,0.118c-0.043-0.025-0.065-0.057-0.065-0.09l0-0.118C104.796,290.249,104.818,290.282,104.861,290.307z"/></g></g><g><polygon style="fill:%23252956;" points="106.917,290.307 106.917,290.425 106.045,290.932 106.045,290.813 "/></g><g><polygon style="fill:%23252956;" points="105.737,290.813 105.737,290.931 104.86,290.425 104.861,290.307 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000070108921427126957610000017301675325531041687_" style="enable-background:new ;" d="M106.045,290.813l0,0.119c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C105.823,290.862,105.961,290.863,106.045,290.813z"/></defs><use xlink:href="%23SVGID_00000070108921427126957610000017301675325531041687_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000159450863057347636560000006339744132145174668_"><use xlink:href="%23SVGID_00000070108921427126957610000017301675325531041687_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000159450863057347636560000006339744132145174668_);enable-background:new ;"><path style="fill:%23252956;" d="M106.045,290.813l0,0.119c-0.031,0.018-0.068,0.029-0.108,0.034l0-0.118C105.977,290.842,106.015,290.831,106.045,290.813z"/><path style="fill:%23252956;" d="M105.938,290.848l0,0.118c-0.07,0.008-0.146-0.003-0.2-0.034l0-0.118C105.792,290.845,105.868,290.856,105.938,290.848z"/></g></g><g><path style="fill:%233C4384;" d="M106.915,290.129c0.085,0.049,0.086,0.129,0.001,0.178l-0.872,0.506c-0.085,0.049-0.223,0.049-0.308,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.002-0.178l0.872-0.506c0.085-0.049,0.222-0.049,0.308,0L106.915,290.129z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000058564952482961748130000002606036587348594048_" style="enable-background:new ;" d="M108.417,291.048l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C108.396,291.112,108.417,291.08,108.417,291.048z"/></defs><use xlink:href="%23SVGID_00000058564952482961748130000002606036587348594048_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000084510187870960522930000016839454932276411284_"><use xlink:href="%23SVGID_00000058564952482961748130000002606036587348594048_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000084510187870960522930000016839454932276411284_);enable-background:new ;"><path style="fill:%23252956;" d="M108.417,291.048l0,0.118c0,0.019-0.008,0.039-0.023,0.056l0-0.118C108.409,291.087,108.417,291.068,108.417,291.048z"/><path style="fill:%23252956;" d="M108.394,291.105l0,0.118c-0.01,0.012-0.023,0.022-0.04,0.032l0-0.118C108.371,291.127,108.384,291.116,108.394,291.105z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000042726442884359778410000011015148159867389585_" style="enable-background:new ;" d="M106.233,291.165l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C106.255,291.23,106.233,291.198,106.233,291.165z"/></defs><use xlink:href="%23SVGID_00000042726442884359778410000011015148159867389585_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000044867459778156609830000004155658198018691472_"><use xlink:href="%23SVGID_00000042726442884359778410000011015148159867389585_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000044867459778156609830000004155658198018691472_);enable-background:new ;"><path style="fill:%23252956;" d="M106.298,291.137l0,0.118c-0.043-0.025-0.065-0.058-0.064-0.09l0-0.118C106.234,291.079,106.255,291.112,106.298,291.137z"/></g></g><g><polygon style="fill:%23252956;" points="108.354,291.137 108.354,291.255 107.482,291.762 107.483,291.643 "/></g><g><polygon style="fill:%23252956;" points="107.174,291.643 107.174,291.761 106.297,291.255 106.298,291.137 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000092439020282328244540000010829501426745025208_" style="enable-background:new ;" d="M107.483,291.643l0,0.118c-0.085,0.049-0.223,0.049-0.308,0v-0.118C107.26,291.692,107.398,291.693,107.483,291.643z"/></defs><use xlink:href="%23SVGID_00000092439020282328244540000010829501426745025208_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000059309629983344491440000012809127683895565967_"><use xlink:href="%23SVGID_00000092439020282328244540000010829501426745025208_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000059309629983344491440000012809127683895565967_);enable-background:new ;"><path style="fill:%23252956;" d="M107.483,291.643l0,0.118c-0.031,0.018-0.068,0.029-0.108,0.034l0-0.118C107.415,291.672,107.452,291.661,107.483,291.643z"/><path style="fill:%23252956;" d="M107.375,291.677l0,0.118c-0.07,0.009-0.146-0.003-0.2-0.034v-0.118C107.229,291.674,107.305,291.686,107.375,291.677z"/></g></g><g><path style="fill:%233C4384;" d="M108.353,290.958c0.085,0.049,0.086,0.129,0.001,0.178l-0.871,0.506c-0.085,0.049-0.223,0.049-0.308,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.001-0.178l0.872-0.507c0.085-0.049,0.223-0.049,0.308,0L108.353,290.958z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000022533339937697883100000009487756907233231235_" style="enable-background:new ;" d="M109.854,291.878v0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C109.833,291.942,109.854,291.91,109.854,291.878z"/></defs><use xlink:href="%23SVGID_00000022533339937697883100000009487756907233231235_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000139287029507154003310000010981158583051281537_"><use xlink:href="%23SVGID_00000022533339937697883100000009487756907233231235_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000139287029507154003310000010981158583051281537_);enable-background:new ;"><path style="fill:%23252956;" d="M109.854,291.878v0.118c0,0.019-0.008,0.039-0.023,0.057l0-0.119C109.846,291.917,109.854,291.898,109.854,291.878z"/><path style="fill:%23252956;" d="M109.831,291.934l0,0.119c-0.01,0.011-0.023,0.022-0.04,0.032l0-0.118C109.808,291.957,109.821,291.946,109.831,291.934z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000150096744142002022680000003868948759037545906_" style="enable-background:new ;" d="M107.67,291.995l0-0.118c0,0.033,0.021,0.065,0.065,0.09l0,0.118C107.692,292.06,107.67,292.027,107.67,291.995z"/></defs><use xlink:href="%23SVGID_00000150096744142002022680000003868948759037545906_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000150078125482337709880000002340987524190614691_"><use xlink:href="%23SVGID_00000150096744142002022680000003868948759037545906_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000150078125482337709880000002340987524190614691_);enable-background:new ;"><path style="fill:%23252956;" d="M107.735,291.966l0,0.118c-0.043-0.025-0.065-0.057-0.065-0.09l0-0.118C107.671,291.909,107.692,291.942,107.735,291.966z"/></g></g><g><polygon style="fill:%23252956;" points="109.791,291.966 109.791,292.085 108.919,292.591 108.92,292.473 "/></g><g><polygon style="fill:%23252956;" points="108.612,292.473 108.612,292.591 107.735,292.085 107.735,291.966 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000124163529140154649320000006171984637607326908_" style="enable-background:new ;" d="M108.92,292.473l0,0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C108.697,292.522,108.835,292.522,108.92,292.473z"/></defs><use xlink:href="%23SVGID_00000124163529140154649320000006171984637607326908_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000033332699898589524040000014751531696613883318_"><use xlink:href="%23SVGID_00000124163529140154649320000006171984637607326908_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000033332699898589524040000014751531696613883318_);enable-background:new ;"><path style="fill:%23252956;" d="M108.92,292.473l0,0.118c-0.031,0.018-0.068,0.029-0.108,0.034l0.001-0.119C108.852,292.502,108.889,292.491,108.92,292.473z"/><path style="fill:%23252956;" d="M108.812,292.507l-0.001,0.119c-0.07,0.008-0.146-0.003-0.2-0.034l0-0.118C108.666,292.504,108.742,292.516,108.812,292.507z"/></g></g><g><path style="fill:%233C4384;" d="M109.79,291.788c0.085,0.049,0.086,0.129,0.001,0.178l-0.872,0.506c-0.085,0.049-0.223,0.049-0.308,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.002-0.178l0.872-0.506c0.085-0.049,0.223-0.049,0.308,0L109.79,291.788z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000103247786439813614210000016275138905828150155_" style="enable-background:new ;" d="M111.292,292.708l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C111.27,292.772,111.291,292.74,111.292,292.708z"/></defs><use xlink:href="%23SVGID_00000103247786439813614210000016275138905828150155_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000098917686578118382160000004585212973715778691_"><use xlink:href="%23SVGID_00000103247786439813614210000016275138905828150155_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000098917686578118382160000004585212973715778691_);enable-background:new ;"><path style="fill:%23252956;" d="M111.292,292.708l0,0.118c0,0.02-0.008,0.039-0.023,0.056l0.001-0.118C111.284,292.746,111.292,292.727,111.292,292.708z"/><path style="fill:%23252956;" d="M111.269,292.764l-0.001,0.118c-0.01,0.011-0.023,0.022-0.04,0.032l0-0.118C111.245,292.787,111.258,292.776,111.269,292.764z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000101067592310448874470000008271427544016455573_" style="enable-background:new ;" d="M109.107,292.825l0-0.119c0,0.033,0.022,0.065,0.065,0.09l0,0.118C109.129,292.89,109.107,292.857,109.107,292.825z"/></defs><use xlink:href="%23SVGID_00000101067592310448874470000008271427544016455573_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000131326554619530505960000004002226311586725529_"><use xlink:href="%23SVGID_00000101067592310448874470000008271427544016455573_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000131326554619530505960000004002226311586725529_);enable-background:new ;"><path style="fill:%23252956;" d="M109.172,292.796l0,0.118c-0.043-0.025-0.065-0.057-0.065-0.09l0-0.119C109.108,292.739,109.129,292.771,109.172,292.796z"/></g></g><g><polygon style="fill:%23252956;" points="111.228,292.796 111.228,292.914 110.357,293.421 110.357,293.302 "/></g><g><polygon style="fill:%23252956;" points="110.049,293.302 110.049,293.421 109.172,292.914 109.172,292.796 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000055692130093168920430000017558775360499024804_" style="enable-background:new ;" d="M110.357,293.302v0.119c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C110.134,293.352,110.272,293.352,110.357,293.302z"/></defs><use xlink:href="%23SVGID_00000055692130093168920430000017558775360499024804_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000108305754118281372080000005345425552312654229_"><use xlink:href="%23SVGID_00000055692130093168920430000017558775360499024804_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000108305754118281372080000005345425552312654229_);enable-background:new ;"><path style="fill:%23252956;" d="M110.357,293.302v0.119c-0.031,0.017-0.069,0.029-0.108,0.034l0-0.118C110.289,293.332,110.326,293.32,110.357,293.302z"/><path style="fill:%23252956;" d="M110.249,293.337l0,0.118c-0.07,0.009-0.146-0.003-0.2-0.034l0-0.118C110.104,293.334,110.179,293.345,110.249,293.337z"/></g></g><g><path style="fill:%233C4384;" d="M111.227,292.618c0.085,0.049,0.086,0.129,0.001,0.178l-0.872,0.506c-0.085,0.049-0.223,0.049-0.308,0l-0.877-0.506c-0.085-0.049-0.086-0.129-0.001-0.178l0.872-0.506c0.085-0.049,0.223-0.049,0.308,0L111.227,292.618z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000143618427057998362160000010330421653366559136_" style="enable-background:new ;" d="M112.729,293.538v0.118c0,0.032-0.021,0.064-0.063,0.088v-0.118C112.708,293.602,112.729,293.57,112.729,293.538z"/></defs><use xlink:href="%23SVGID_00000143618427057998362160000010330421653366559136_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000082363786437157803380000001824481161820588965_"><use xlink:href="%23SVGID_00000143618427057998362160000010330421653366559136_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000082363786437157803380000001824481161820588965_);enable-background:new ;"><path style="fill:%23252956;" d="M112.729,293.538v0.118c0,0.019-0.008,0.039-0.023,0.056v-0.118C112.721,293.577,112.729,293.557,112.729,293.538z"/><path style="fill:%23252956;" d="M112.706,293.594v0.118c-0.01,0.012-0.024,0.022-0.04,0.032v-0.118C112.682,293.616,112.696,293.606,112.706,293.594z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000087404853555378432860000013696818873565129901_" style="enable-background:new ;" d="M110.545,293.655l0-0.118c0,0.033,0.022,0.065,0.064,0.09v0.118C110.566,293.72,110.545,293.687,110.545,293.655z"/></defs><use xlink:href="%23SVGID_00000087404853555378432860000013696818873565129901_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000068644479951097539360000011034230715413373099_"><use xlink:href="%23SVGID_00000087404853555378432860000013696818873565129901_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000068644479951097539360000011034230715413373099_);enable-background:new ;"><path style="fill:%23252956;" d="M110.609,293.626v0.118c-0.043-0.025-0.065-0.057-0.065-0.09l0-0.118C110.545,293.569,110.567,293.601,110.609,293.626z"/></g></g><g><polygon style="fill:%23252956;" points="112.665,293.626 112.665,293.744 111.794,294.251 111.794,294.133 "/></g><g><polygon style="fill:%23252956;" points="111.486,294.132 111.486,294.25 110.609,293.744 110.609,293.626 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000075123296589597183280000001973840168538763676_" style="enable-background:new ;" d="M111.794,294.133l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C111.572,294.182,111.71,294.182,111.794,294.133z"/></defs><use xlink:href="%23SVGID_00000075123296589597183280000001973840168538763676_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000040559073135527317900000007121356390284576671_"><use xlink:href="%23SVGID_00000075123296589597183280000001973840168538763676_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000040559073135527317900000007121356390284576671_);enable-background:new ;"><path style="fill:%23252956;" d="M111.794,294.133l0,0.118c-0.031,0.018-0.069,0.029-0.108,0.034l0-0.119C111.726,294.162,111.764,294.15,111.794,294.133z"/><path style="fill:%23252956;" d="M111.686,294.166l0,0.119c-0.07,0.008-0.146-0.003-0.2-0.035l0-0.118C111.541,294.164,111.617,294.175,111.686,294.166z"/></g></g><g><path style="fill:%233C4384;" d="M112.664,293.448c0.086,0.049,0.086,0.129,0.001,0.178l-0.871,0.506c-0.085,0.049-0.222,0.049-0.308,0l-0.877-0.506c-0.085-0.049-0.085-0.129-0.001-0.178l0.871-0.507c0.085-0.049,0.222-0.049,0.307,0L112.664,293.448z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000070107155402474771940000014999122139892869256_" style="enable-background:new ;" d="M107.648,283.997l0,0.118c0,0.032-0.021,0.064-0.064,0.089l0-0.118C107.627,284.061,107.648,284.029,107.648,283.997z"/></defs><use xlink:href="%23SVGID_00000070107155402474771940000014999122139892869256_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000019674128859641055710000013024994846892270759_"><use xlink:href="%23SVGID_00000070107155402474771940000014999122139892869256_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000019674128859641055710000013024994846892270759_);enable-background:new ;"><path style="fill:%23252956;" d="M107.648,283.997l0,0.118c0,0.019-0.008,0.039-0.023,0.056l0.001-0.118C107.64,284.035,107.648,284.016,107.648,283.997z"/><path style="fill:%23252956;" d="M107.625,284.053l-0.001,0.118c-0.01,0.012-0.023,0.023-0.04,0.033l0-0.118C107.601,284.076,107.615,284.065,107.625,284.053z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000031173122068602379960000005987695450035822782_" style="enable-background:new ;" d="M105.464,284.114l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C105.485,284.179,105.464,284.147,105.464,284.114z"/></defs><use xlink:href="%23SVGID_00000031173122068602379960000005987695450035822782_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000119107126936118976690000010862561909524725678_"><use xlink:href="%23SVGID_00000031173122068602379960000005987695450035822782_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000119107126936118976690000010862561909524725678_);enable-background:new ;"><path style="fill:%23252956;" d="M105.528,284.086l0,0.118c-0.043-0.025-0.064-0.057-0.064-0.09l0-0.118C105.464,284.029,105.485,284.061,105.528,284.086z"/></g></g><g><polygon style="fill:%23252956;" points="107.585,284.086 107.584,284.204 106.713,284.71 106.713,284.592 "/></g><g><polygon style="fill:%23252956;" points="106.405,284.592 106.405,284.711 105.528,284.204 105.528,284.086 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000093875392841355837070000003937159970084904889_" style="enable-background:new ;" d="M106.713,284.592l0,0.118c-0.085,0.049-0.223,0.05-0.308,0l0-0.118C106.491,284.642,106.629,284.641,106.713,284.592z"/></defs><use xlink:href="%23SVGID_00000093875392841355837070000003937159970084904889_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000140731638404671448510000007166610284776032187_"><use xlink:href="%23SVGID_00000093875392841355837070000003937159970084904889_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000140731638404671448510000007166610284776032187_);enable-background:new ;"><path style="fill:%23252956;" d="M106.713,284.592l0,0.118c-0.031,0.018-0.069,0.03-0.108,0.034l0-0.118C106.645,284.621,106.683,284.61,106.713,284.592z"/><path style="fill:%23252956;" d="M106.605,284.626l0,0.118c-0.07,0.009-0.145-0.003-0.2-0.034l0-0.118C106.46,284.624,106.535,284.635,106.605,284.626z"/></g></g><g><path style="fill:%233C4384;" d="M107.584,283.908c0.085,0.049,0.086,0.129,0.001,0.178l-0.871,0.506c-0.085,0.049-0.223,0.05-0.308,0l-0.877-0.506c-0.085-0.049-0.085-0.129-0.001-0.178l0.871-0.506c0.085-0.049,0.222-0.049,0.308,0L107.584,283.908z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000081644956641482682530000002922795264012990081_" style="enable-background:new ;" d="M106.901,284.944v-0.118c0,0.033,0.022,0.065,0.064,0.089l0,0.118C106.922,285.009,106.901,284.977,106.901,284.944z"/></defs><use xlink:href="%23SVGID_00000081644956641482682530000002922795264012990081_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000055689218145644660960000013055458341903289772_"><use xlink:href="%23SVGID_00000081644956641482682530000002922795264012990081_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000055689218145644660960000013055458341903289772_);enable-background:new ;"><path style="fill:%23252956;" d="M106.965,284.915l0,0.118c-0.043-0.024-0.064-0.057-0.064-0.089v-0.118C106.901,284.859,106.923,284.891,106.965,284.915z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000036210181606067744410000001900833593858601905_" style="enable-background:new ;" d="M110.522,285.656l0,0.118c0,0.032-0.021,0.064-0.064,0.089l0.001-0.119C110.501,285.721,110.522,285.689,110.522,285.656z"/></defs><use xlink:href="%23SVGID_00000036210181606067744410000001900833593858601905_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000106868795525774519760000002026401444032793730_"><use xlink:href="%23SVGID_00000036210181606067744410000001900833593858601905_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000106868795525774519760000002026401444032793730_);enable-background:new ;"><path style="fill:%23252956;" d="M110.522,285.656l0,0.118c0,0.019-0.008,0.039-0.023,0.057v-0.118C110.515,285.695,110.522,285.676,110.522,285.656z"/><path style="fill:%23252956;" d="M110.499,285.713v0.118c-0.01,0.012-0.024,0.023-0.041,0.033l0.001-0.119C110.476,285.736,110.489,285.725,110.499,285.713z"/></g></g><g><polygon style="fill:%23252956;" points="110.459,285.745 110.458,285.864 109.587,286.37 109.588,286.251 "/></g><g><polygon style="fill:%23252956;" points="109.28,286.252 109.28,286.37 106.965,285.034 106.965,284.915 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000146492079633667218050000017303729298561716150_" style="enable-background:new ;" d="M109.588,286.251l0,0.118c-0.085,0.049-0.223,0.05-0.308,0l0-0.118C109.365,286.301,109.503,286.301,109.588,286.251z"/></defs><use xlink:href="%23SVGID_00000146492079633667218050000017303729298561716150_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000032645547913875576070000007082561619880407961_"><use xlink:href="%23SVGID_00000146492079633667218050000017303729298561716150_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000032645547913875576070000007082561619880407961_);enable-background:new ;"><path style="fill:%23252956;" d="M109.588,286.251l0,0.118c-0.031,0.018-0.069,0.03-0.109,0.034l0.001-0.118C109.519,286.281,109.557,286.269,109.588,286.251z"/><path style="fill:%23252956;" d="M109.479,286.286l-0.001,0.118c-0.069,0.009-0.145-0.003-0.199-0.034l0-0.118C109.334,286.283,109.41,286.295,109.479,286.286z"/></g></g><g><path style="fill:%233C4384;" d="M110.458,285.567c0.085,0.049,0.086,0.129,0.001,0.178l-0.871,0.506c-0.085,0.049-0.223,0.05-0.308,0l-2.314-1.336c-0.085-0.049-0.085-0.129,0-0.178l0.871-0.506c0.085-0.05,0.223-0.05,0.308,0L110.458,285.567z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000033329809404060741680000001126836188614694073_" style="enable-background:new ;" d="M109.776,286.604v-0.118c0,0.032,0.022,0.065,0.064,0.089l0,0.118C109.797,286.669,109.775,286.636,109.776,286.604z"/></defs><use xlink:href="%23SVGID_00000033329809404060741680000001126836188614694073_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000006669764880048425010000007312210683031641991_"><use xlink:href="%23SVGID_00000033329809404060741680000001126836188614694073_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000006669764880048425010000007312210683031641991_);enable-background:new ;"><path style="fill:%23252956;" d="M109.84,286.575l0,0.118c-0.043-0.024-0.064-0.057-0.064-0.089v-0.118C109.776,286.518,109.797,286.55,109.84,286.575z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000005954715305989110850000000896111268078173117_" style="enable-background:new ;" d="M116.271,288.976v0.118c0,0.032-0.021,0.064-0.064,0.089l0-0.118C116.25,289.04,116.271,289.008,116.271,288.976z"/></defs><use xlink:href="%23SVGID_00000005954715305989110850000000896111268078173117_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000141446442495261083480000011128533214202441368_"><use xlink:href="%23SVGID_00000005954715305989110850000000896111268078173117_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000141446442495261083480000011128533214202441368_);enable-background:new ;"><path style="fill:%23252956;" d="M116.271,288.976v0.118c0,0.019-0.008,0.039-0.023,0.056l0-0.118C116.263,289.014,116.271,288.995,116.271,288.976z"/><path style="fill:%23252956;" d="M116.248,289.032l0,0.118c-0.01,0.012-0.024,0.023-0.041,0.032l0-0.118C116.224,289.055,116.238,289.043,116.248,289.032z"/></g></g><g><polygon style="fill:%23252956;" points="116.208,289.064 116.207,289.182 115.336,289.689 115.337,289.571 "/></g><g><polygon style="fill:%23252956;" points="115.029,289.571 115.028,289.689 109.84,286.693 109.84,286.575 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000085968124203812906530000014048694749224032647_" style="enable-background:new ;" d="M115.337,289.571l0,0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C115.114,289.62,115.252,289.62,115.337,289.571z"/></defs><use xlink:href="%23SVGID_00000085968124203812906530000014048694749224032647_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000165955151966150179650000013163261617494463123_"><use xlink:href="%23SVGID_00000085968124203812906530000014048694749224032647_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000165955151966150179650000013163261617494463123_);enable-background:new ;"><path style="fill:%23252956;" d="M115.337,289.571l0,0.118c-0.031,0.018-0.069,0.029-0.109,0.034l0-0.119C115.268,289.6,115.306,289.589,115.337,289.571z"/><path style="fill:%23252956;" d="M115.228,289.605l0,0.119c-0.07,0.008-0.145-0.003-0.199-0.034l0-0.118C115.083,289.602,115.158,289.613,115.228,289.605z"/></g></g><g><path style="fill:%233C4384;" d="M116.207,288.886c0.085,0.049,0.086,0.129,0,0.178l-0.871,0.506c-0.085,0.049-0.223,0.049-0.308,0l-5.189-2.996c-0.085-0.049-0.085-0.129-0.001-0.178l0.871-0.506c0.085-0.05,0.223-0.05,0.308,0L116.207,288.886z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000061463130822430566200000000825103420594121379_" style="enable-background:new ;" d="M117.709,289.805l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C117.687,289.87,117.709,289.837,117.709,289.805z"/></defs><use xlink:href="%23SVGID_00000061463130822430566200000000825103420594121379_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000147182859689480885740000009159941102945212036_"><use xlink:href="%23SVGID_00000061463130822430566200000000825103420594121379_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000147182859689480885740000009159941102945212036_);enable-background:new ;"><path style="fill:%23252956;" d="M117.709,289.805l0,0.118c0,0.02-0.008,0.039-0.023,0.057l0-0.118C117.701,289.844,117.709,289.825,117.709,289.805z"/><path style="fill:%23252956;" d="M117.685,289.862l0,0.118c-0.01,0.012-0.023,0.023-0.04,0.033l0-0.118C117.662,289.884,117.675,289.874,117.685,289.862z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000127761567433333566490000002995550853633479056_" style="enable-background:new ;" d="M115.524,289.923l0-0.118c0,0.032,0.021,0.065,0.064,0.09l0,0.118C115.545,289.988,115.524,289.955,115.524,289.923z"/></defs><use xlink:href="%23SVGID_00000127761567433333566490000002995550853633479056_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000172410943989492543760000006028959229985114501_"><use xlink:href="%23SVGID_00000127761567433333566490000002995550853633479056_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000172410943989492543760000006028959229985114501_);enable-background:new ;"><path style="fill:%23252956;" d="M115.588,289.894l0,0.118c-0.043-0.025-0.064-0.057-0.064-0.09l0-0.118C115.525,289.837,115.546,289.87,115.588,289.894z"/></g></g><g><polygon style="fill:%23252956;" points="117.645,289.894 117.645,290.013 116.773,290.518 116.774,290.4 "/></g><g><polygon style="fill:%23252956;" points="116.466,290.401 116.465,290.519 115.588,290.013 115.588,289.894 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000013877763254317142230000001221131640419851430_" style="enable-background:new ;" d="M116.774,290.4l0,0.118c-0.085,0.049-0.222,0.05-0.308,0l0-0.118C116.551,290.45,116.689,290.45,116.774,290.4z"/></defs><use xlink:href="%23SVGID_00000013877763254317142230000001221131640419851430_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000076602270734573824400000013225777700337406873_"><use xlink:href="%23SVGID_00000013877763254317142230000001221131640419851430_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000076602270734573824400000013225777700337406873_);enable-background:new ;"><path style="fill:%23252956;" d="M116.774,290.4l0,0.118c-0.031,0.018-0.069,0.03-0.109,0.034l0.001-0.118C116.705,290.43,116.743,290.418,116.774,290.4z"/><path style="fill:%23252956;" d="M116.665,290.435l-0.001,0.118c-0.069,0.009-0.145-0.003-0.199-0.034l0-0.118C116.52,290.432,116.596,290.443,116.665,290.435z"/></g></g><g><path style="fill:%233C4384;" d="M117.644,289.716c0.085,0.049,0.086,0.129,0.001,0.178l-0.871,0.506c-0.085,0.049-0.223,0.05-0.308,0l-0.878-0.506c-0.085-0.049-0.085-0.129,0-0.178l0.871-0.506c0.085-0.049,0.222-0.049,0.307,0L117.644,289.716z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000170259534757750028240000007003226680122899351_" style="enable-background:new ;" d="M111.982,294.485l0-0.119c0,0.033,0.021,0.065,0.064,0.09l0,0.118C112.003,294.549,111.982,294.517,111.982,294.485z"/></defs><use xlink:href="%23SVGID_00000170259534757750028240000007003226680122899351_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000006697154473821226320000016417621455509661577_"><use xlink:href="%23SVGID_00000170259534757750028240000007003226680122899351_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000006697154473821226320000016417621455509661577_);enable-background:new ;"><path style="fill:%23252956;" d="M112.047,294.456l0,0.118c-0.043-0.025-0.064-0.057-0.064-0.089l0-0.119C111.983,294.398,112.004,294.431,112.047,294.456z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000160885422668541563230000012397330534608718474_" style="enable-background:new ;" d="M114.884,294.782l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C114.863,294.846,114.884,294.814,114.884,294.782z"/></defs><use xlink:href="%23SVGID_00000160885422668541563230000012397330534608718474_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000026869666544494644480000005045250773288282025_"><use xlink:href="%23SVGID_00000160885422668541563230000012397330534608718474_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000026869666544494644480000005045250773288282025_);enable-background:new ;"><path style="fill:%23252956;" d="M114.884,294.782l0,0.118c0,0.019-0.008,0.039-0.023,0.056l0-0.118C114.877,294.821,114.884,294.802,114.884,294.782z"/><path style="fill:%23252956;" d="M114.861,294.839l0,0.118c-0.01,0.012-0.023,0.023-0.04,0.032l0-0.118C114.838,294.861,114.851,294.85,114.861,294.839z"/></g></g><g><polygon style="fill:%23252956;" points="114.821,294.871 114.821,294.989 113.949,295.495 113.95,295.377 "/></g><g><polygon style="fill:%23252956;" points="113.642,295.377 113.642,295.495 112.046,294.574 112.047,294.456 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000132080632783635500690000015976087439458243249_" style="enable-background:new ;" d="M113.95,295.377l0,0.118c-0.085,0.049-0.222,0.049-0.307,0v-0.118C113.728,295.426,113.865,295.426,113.95,295.377z"/></defs><use xlink:href="%23SVGID_00000132080632783635500690000015976087439458243249_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000127757657801371841640000014380070458120932239_"><use xlink:href="%23SVGID_00000132080632783635500690000015976087439458243249_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000127757657801371841640000014380070458120932239_);enable-background:new ;"><path style="fill:%23252956;" d="M113.95,295.377l0,0.118c-0.031,0.018-0.068,0.029-0.108,0.034l0-0.118C113.881,295.406,113.919,295.395,113.95,295.377z"/><path style="fill:%23252956;" d="M113.842,295.411l0,0.118c-0.07,0.009-0.145-0.003-0.199-0.034v-0.118C113.696,295.408,113.772,295.42,113.842,295.411z"/></g></g><g><path style="fill:%233C4384;" d="M114.82,294.693c0.085,0.049,0.086,0.129,0.001,0.178l-0.872,0.506c-0.085,0.049-0.222,0.049-0.308,0l-1.595-0.921c-0.085-0.049-0.086-0.129-0.001-0.178l0.872-0.506c0.085-0.049,0.222-0.049,0.307,0L114.82,294.693z"/></g></g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000091735848494547057720000013149098091828126362_" style="enable-background:new ;" d="M116.962,290.753v-0.118c0,0.032,0.021,0.065,0.064,0.089l0,0.118C116.983,290.817,116.961,290.785,116.962,290.753z"/></defs><use xlink:href="%23SVGID_00000091735848494547057720000013149098091828126362_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000027593433587630634310000005097413615933937281_"><use xlink:href="%23SVGID_00000091735848494547057720000013149098091828126362_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000027593433587630634310000005097413615933937281_);enable-background:new ;"><path style="fill:%23252956;" d="M117.026,290.724l0,0.118c-0.043-0.025-0.064-0.057-0.064-0.089v-0.118C116.962,290.667,116.983,290.699,117.026,290.724z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000052099741533274928040000005574723172085314449_" style="enable-background:new ;" d="M120.583,291.465l0,0.118c0,0.032-0.021,0.064-0.064,0.089l0.001-0.118C120.561,291.529,120.583,291.497,120.583,291.465z"/></defs><use xlink:href="%23SVGID_00000052099741533274928040000005574723172085314449_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000043459203120130013160000016375793070723973047_"><use xlink:href="%23SVGID_00000052099741533274928040000005574723172085314449_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000043459203120130013160000016375793070723973047_);enable-background:new ;"><path style="fill:%23252956;" d="M120.583,291.465l0,0.118c0,0.019-0.008,0.039-0.023,0.056l0-0.118C120.575,291.504,120.583,291.484,120.583,291.465z"/><path style="fill:%23252956;" d="M120.56,291.521l0,0.118c-0.01,0.012-0.024,0.023-0.041,0.033l0.001-0.118C120.536,291.544,120.549,291.533,120.56,291.521z"/></g></g><g><polygon style="fill:%23252956;" points="120.52,291.554 120.519,291.672 119.648,292.178 119.648,292.06 "/></g><g><polygon style="fill:%23252956;" points="119.34,292.06 119.34,292.178 117.026,290.842 117.026,290.724 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000084492301698469344190000016818398901712033947_" style="enable-background:new ;" d="M119.648,292.06l0,0.118c-0.085,0.049-0.223,0.05-0.308,0l0-0.118C119.425,292.109,119.564,292.109,119.648,292.06z"/></defs><use xlink:href="%23SVGID_00000084492301698469344190000016818398901712033947_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000127037836547856071590000014906012179127657890_"><use xlink:href="%23SVGID_00000084492301698469344190000016818398901712033947_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000127037836547856071590000014906012179127657890_);enable-background:new ;"><path style="fill:%23252956;" d="M119.648,292.06l0,0.118c-0.031,0.018-0.069,0.03-0.109,0.034l0-0.118C119.58,292.089,119.617,292.078,119.648,292.06z"/><path style="fill:%23252956;" d="M119.54,292.094l0,0.118c-0.069,0.009-0.145-0.003-0.199-0.034l0-0.118C119.394,292.092,119.47,292.103,119.54,292.094z"/></g></g><g><path style="fill:%233C4384;" d="M120.519,291.375c0.085,0.049,0.086,0.129,0.001,0.178l-0.871,0.506c-0.085,0.049-0.223,0.05-0.308,0l-2.314-1.336c-0.085-0.049-0.085-0.129-0.001-0.178l0.871-0.506c0.085-0.05,0.223-0.05,0.308,0L120.519,291.375z"/></g></g></g></g><g><g><g><g><defs><path id="SVGID_00000025415354344744858860000004516193880164048775_" d="M101.907,282.405l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C101.886,282.469,101.907,282.437,101.907,282.405z"/></defs><clipPath id="SVGID_00000142174015334403808410000016952913560552249220_"><use xlink:href="%23SVGID_00000025415354344744858860000004516193880164048775_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000178172479790912726390000010531421371913503679_" d="M99.723,282.522l0.001-0.118c0,0.032,0.021,0.065,0.064,0.09l0,0.118C99.744,282.587,99.723,282.554,99.723,282.522z"/></defs><clipPath id="SVGID_00000009589705347379373730000016834837146718935982_"><use xlink:href="%23SVGID_00000178172479790912726390000010531421371913503679_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000145766487423538780790000002464629920840550588_" d="M100.972,283v0.119c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C100.75,283.049,100.888,283.049,100.972,283z"/></defs><clipPath id="SVGID_00000062177350483306703230000016076178055136749963_"><use xlink:href="%23SVGID_00000145766487423538780790000002464629920840550588_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000111897851979052800620000013692195673490203285_" d="M103.344,283.235l0,0.119c0,0.032-0.021,0.064-0.063,0.089v-0.119C103.323,283.299,103.344,283.267,103.344,283.235z"/></defs><clipPath id="SVGID_00000137119691618878370340000003235847985403643540_"><use xlink:href="%23SVGID_00000111897851979052800620000013692195673490203285_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000023979973320637798710000013334237924625269641_" d="M101.16,283.352l0-0.118c0,0.033,0.021,0.065,0.064,0.09v0.118C101.181,283.417,101.16,283.384,101.16,283.352z"/></defs><clipPath id="SVGID_00000013192565906483557440000012627212526827081113_"><use xlink:href="%23SVGID_00000023979973320637798710000013334237924625269641_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000137821550689524487500000005256556189005280934_" d="M102.41,283.83l0,0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C102.187,283.879,102.325,283.879,102.41,283.83z"/></defs><clipPath id="SVGID_00000065782665660024215430000014217940026804704959_"><use xlink:href="%23SVGID_00000137821550689524487500000005256556189005280934_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000047030851561445449740000005476351819375174837_" d="M104.729,284.034l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C104.708,284.098,104.729,284.066,104.729,284.034z"/></defs><clipPath id="SVGID_00000070801994766132951320000009401929487530555574_"><use xlink:href="%23SVGID_00000047030851561445449740000005476351819375174837_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000016074726249626535920000016199961287989859231_" d="M102.545,284.151l0-0.118c0,0.033,0.022,0.065,0.064,0.09l0,0.118C102.566,284.216,102.545,284.184,102.545,284.151z"/></defs><clipPath id="SVGID_00000044891821586560662940000016662552128366640030_"><use xlink:href="%23SVGID_00000016074726249626535920000016199961287989859231_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000138531735461172912360000016740733553559118220_" d="M103.794,284.629l-0.001,0.118c-0.084,0.049-0.222,0.049-0.308,0l0-0.118C103.572,284.678,103.709,284.678,103.794,284.629z"/></defs><clipPath id="SVGID_00000150803633805864776640000011704367505665067957_"><use xlink:href="%23SVGID_00000138531735461172912360000016740733553559118220_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000093857325329053831900000004647900896396038319_" d="M106.166,284.864l0,0.118c0,0.032-0.022,0.064-0.064,0.089l0.001-0.118C106.145,284.928,106.166,284.896,106.166,284.864z"/></defs><clipPath id="SVGID_00000151518590074309307320000017058424091991123843_"><use xlink:href="%23SVGID_00000093857325329053831900000004647900896396038319_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000132797474444967039400000001603902842103494284_" d="M103.982,284.981v-0.118c0,0.033,0.021,0.065,0.065,0.09l-0.001,0.118C104.003,285.046,103.982,285.013,103.982,284.981z"/></defs><clipPath id="SVGID_00000098205907156377710590000015571468035456277181_"><use xlink:href="%23SVGID_00000132797474444967039400000001603902842103494284_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000021811747644391784500000010223825787783191452_" d="M105.231,285.459l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C105.009,285.508,105.147,285.508,105.231,285.459z"/></defs><clipPath id="SVGID_00000093158362349872293970000004911049929943285933_"><use xlink:href="%23SVGID_00000021811747644391784500000010223825787783191452_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000018232840493943546820000006544139818711030440_" d="M107.603,285.694l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C107.582,285.758,107.603,285.726,107.603,285.694z"/></defs><clipPath id="SVGID_00000162325755563447402530000013108746753336537984_"><use xlink:href="%23SVGID_00000018232840493943546820000006544139818711030440_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000024723929530192014010000017352035925759466920_" d="M105.419,285.811l0-0.118c0,0.033,0.021,0.065,0.064,0.089l0,0.118C105.44,285.876,105.419,285.843,105.419,285.811z"/></defs><clipPath id="SVGID_00000078727291992376767720000012471060825184501654_"><use xlink:href="%23SVGID_00000024723929530192014010000017352035925759466920_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000009563000386999860720000006893993091959126411_" d="M106.668,286.289l0,0.118c-0.085,0.049-0.222,0.049-0.307,0v-0.118C106.446,286.338,106.584,286.338,106.668,286.289z"/></defs><clipPath id="SVGID_00000028286605536255791860000016167579439902103990_"><use xlink:href="%23SVGID_00000009563000386999860720000006893993091959126411_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000064356048316667012320000012904171180644715165_" d="M109.041,286.523l0,0.118c0,0.032-0.021,0.064-0.064,0.089l0-0.118C109.019,286.587,109.04,286.555,109.041,286.523z"/></defs><clipPath id="SVGID_00000073701465350948860450000003332598565777766846_"><use xlink:href="%23SVGID_00000064356048316667012320000012904171180644715165_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000158027255573002115370000002948491606335588234_" d="M106.856,286.64l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C106.878,286.705,106.856,286.673,106.856,286.64z"/></defs><clipPath id="SVGID_00000172420609112898456410000018441623606833170341_"><use xlink:href="%23SVGID_00000158027255573002115370000002948491606335588234_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000134929301791445132120000008732026037649344922_" d="M108.105,287.118v0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C107.884,287.168,108.021,287.168,108.105,287.118z"/></defs><clipPath id="SVGID_00000078729906851402541460000010240417119677393046_"><use xlink:href="%23SVGID_00000134929301791445132120000008732026037649344922_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000013172956012878965960000012982248024206568884_" d="M110.478,287.353l0,0.118c0,0.032-0.021,0.064-0.063,0.089v-0.118C110.456,287.417,110.478,287.385,110.478,287.353z"/></defs><clipPath id="SVGID_00000042738171567732589050000011455931077677179520_"><use xlink:href="%23SVGID_00000013172956012878965960000012982248024206568884_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000082339996943518779890000012578792951297578419_" d="M108.294,287.47l0-0.119c0,0.033,0.021,0.065,0.064,0.09l0,0.118C108.315,287.535,108.294,287.503,108.294,287.47z"/></defs><clipPath id="SVGID_00000147915385202203935970000011806272429171315621_"><use xlink:href="%23SVGID_00000082339996943518779890000012578792951297578419_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000155113497071508226320000018312620422970201502_" d="M109.543,287.948l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C109.321,287.997,109.458,287.997,109.543,287.948z"/></defs><clipPath id="SVGID_00000012467874508573642540000000760841425594847377_"><use xlink:href="%23SVGID_00000155113497071508226320000018312620422970201502_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000059272396480136890150000013849507693269440671_" d="M111.915,288.183v0.118c0,0.032-0.022,0.064-0.064,0.089l0-0.118C111.894,288.247,111.915,288.215,111.915,288.183z"/></defs><clipPath id="SVGID_00000076578016667555222800000005690886715855537069_"><use xlink:href="%23SVGID_00000059272396480136890150000013849507693269440671_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000048466380675614808000000001521077801226251447_" d="M109.731,288.3l0-0.118c0,0.033,0.022,0.065,0.064,0.09l0,0.118C109.752,288.365,109.731,288.332,109.731,288.3z"/></defs><clipPath id="SVGID_00000075142111232891248200000004848193341951016382_"><use xlink:href="%23SVGID_00000048466380675614808000000001521077801226251447_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000036960384095664585090000003792307596671666617_" d="M110.98,288.778l0,0.118c-0.085,0.049-0.222,0.049-0.307,0l0-0.118C110.758,288.827,110.895,288.827,110.98,288.778z"/></defs><clipPath id="SVGID_00000169534563214503616320000004353603188281821873_"><use xlink:href="%23SVGID_00000036960384095664585090000003792307596671666617_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000164479871078638979380000013931752601704124583_" d="M113.352,289.013l0,0.118c0,0.032-0.021,0.064-0.063,0.089v-0.118C113.331,289.077,113.352,289.045,113.352,289.013z"/></defs><clipPath id="SVGID_00000066481782734618350350000006535100418570812065_"><use xlink:href="%23SVGID_00000164479871078638979380000013931752601704124583_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000085942599582631009970000005253861728891117502_" d="M111.168,289.13l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C111.189,289.195,111.168,289.162,111.168,289.13z"/></defs><clipPath id="SVGID_00000023249591973287456920000003128841274021412023_"><use xlink:href="%23SVGID_00000085942599582631009970000005253861728891117502_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000127745612209405897400000013535128129117925302_" d="M112.417,289.608l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C112.195,289.657,112.333,289.657,112.417,289.608z"/></defs><clipPath id="SVGID_00000165933796745230423730000008226001944154132106_"><use xlink:href="%23SVGID_00000127745612209405897400000013535128129117925302_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000165922543926617270090000008388451165491929249_" d="M114.789,289.842l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C114.768,289.907,114.789,289.875,114.789,289.842z"/></defs><clipPath id="SVGID_00000013187214965263004770000017133325065527242893_"><use xlink:href="%23SVGID_00000165922543926617270090000008388451165491929249_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000163760955348649558220000001088333153070263482_" d="M112.605,289.96l0-0.118c0,0.033,0.021,0.065,0.064,0.089l0,0.119C112.626,290.025,112.605,289.992,112.605,289.96z"/></defs><clipPath id="SVGID_00000011718721124840435660000013317688759715059375_"><use xlink:href="%23SVGID_00000163760955348649558220000001088333153070263482_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000036949940948263056340000016310452111227405715_" d="M113.854,290.438l0,0.118c-0.085,0.049-0.222,0.049-0.307,0v-0.118C113.632,290.487,113.77,290.487,113.854,290.438z"/></defs><clipPath id="SVGID_00000173874741627322439600000018039326288426416058_"><use xlink:href="%23SVGID_00000036949940948263056340000016310452111227405715_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000028283842306715732820000010611635521821228421_" d="M116.227,290.672l0,0.118c0,0.032-0.022,0.064-0.064,0.089l0-0.118C116.205,290.736,116.226,290.704,116.227,290.672z"/></defs><clipPath id="SVGID_00000026123255309473227680000000616687931457386629_"><use xlink:href="%23SVGID_00000028283842306715732820000010611635521821228421_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000160151267128001014840000001314851524034903954_" d="M114.042,290.789l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C114.064,290.854,114.042,290.822,114.042,290.789z"/></defs><clipPath id="SVGID_00000145029370557710826990000012820566740575444370_"><use xlink:href="%23SVGID_00000160151267128001014840000001314851524034903954_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000136371661374052686670000009932671708604234403_" d="M115.292,291.267l0,0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C115.07,291.316,115.207,291.316,115.292,291.267z"/></defs><clipPath id="SVGID_00000170267773876573079420000008946875124525759387_"><use xlink:href="%23SVGID_00000136371661374052686670000009932671708604234403_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000116934924069394528730000014507210207288370054_" d="M117.664,291.502l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C117.642,291.566,117.664,291.534,117.664,291.502z"/></defs><clipPath id="SVGID_00000110439493922893729290000014573818165965967546_"><use xlink:href="%23SVGID_00000116934924069394528730000014507210207288370054_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000016045048137791470460000004775301457535822499_" d="M115.48,291.619l0-0.118c0,0.032,0.021,0.065,0.064,0.089l0,0.118C115.501,291.684,115.48,291.652,115.48,291.619z"/></defs><clipPath id="SVGID_00000068668781803272147310000005715812148329836441_"><use xlink:href="%23SVGID_00000016045048137791470460000004775301457535822499_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000109724265923896581310000007261866855894758538_" d="M116.729,292.097l0,0.118c-0.085,0.049-0.222,0.049-0.307,0l0-0.118C116.507,292.146,116.644,292.146,116.729,292.097z"/></defs><clipPath id="SVGID_00000169556526212695193820000017192623112023086212_"><use xlink:href="%23SVGID_00000109724265923896581310000007261866855894758538_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000017505861541169530790000017912613227410174866_" d="M119.101,292.332v0.118c0,0.032-0.022,0.064-0.064,0.089l0-0.119C119.08,292.396,119.101,292.364,119.101,292.332z"/></defs><clipPath id="SVGID_00000049182470355700674870000018055436792384573631_"><use xlink:href="%23SVGID_00000017505861541169530790000017912613227410174866_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000123411243305411732730000011801636496582963884_" d="M116.917,292.449l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C116.938,292.514,116.917,292.481,116.917,292.449z"/></defs><clipPath id="SVGID_00000169521257671626429940000000153892951293258125_"><use xlink:href="%23SVGID_00000123411243305411732730000011801636496582963884_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000122721028197671965700000010021409221506029206_" d="M118.166,292.927v0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C117.944,292.976,118.081,292.976,118.166,292.927z"/></defs><clipPath id="SVGID_00000159430689466160817820000003883637892790025869_"><use xlink:href="%23SVGID_00000122721028197671965700000010021409221506029206_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000095301001777039176450000006441688338263092923_" d="M98.317,283.339l0-0.118c0,0.033,0.021,0.065,0.065,0.09l0,0.118C98.339,283.404,98.317,283.371,98.317,283.339z"/></defs><clipPath id="SVGID_00000080194944557120809780000008175413445554982040_"><use xlink:href="%23SVGID_00000095301001777039176450000006441688338263092923_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000171694463851928492600000012044475212428293504_" d="M102.657,284.466v0.118c0,0.033-0.021,0.065-0.064,0.089l0.001-0.118C102.636,284.531,102.657,284.498,102.657,284.466z"/></defs><clipPath id="SVGID_00000009564873590325662490000009380892025978907580_"><use xlink:href="%23SVGID_00000171694463851928492600000012044475212428293504_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000182506267309473773390000013956873382695491740_" d="M101.723,285.061l0,0.118c-0.085,0.05-0.223,0.05-0.308,0l0-0.118C101.5,285.111,101.637,285.111,101.723,285.061z"/></defs><clipPath id="SVGID_00000157995231122935594770000007246926378219705010_"><use xlink:href="%23SVGID_00000182506267309473773390000013956873382695491740_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000096018388354315000440000004576789995254843064_" d="M104.042,285.265l0,0.118c0,0.033-0.021,0.065-0.063,0.089l0-0.118C104.021,285.33,104.042,285.297,104.042,285.265z"/></defs><clipPath id="SVGID_00000084531191017546265480000018313767637137155757_"><use xlink:href="%23SVGID_00000096018388354315000440000004576789995254843064_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000181082559031330203930000011825376759102040228_" d="M101.857,285.383l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C101.879,285.448,101.857,285.415,101.857,285.383z"/></defs><clipPath id="SVGID_00000046303794756051247100000002896767594109389193_"><use xlink:href="%23SVGID_00000181082559031330203930000011825376759102040228_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000057127033352890135450000013368881263448122519_" d="M103.107,285.86v0.118c-0.085,0.05-0.223,0.05-0.308,0l0.001-0.118C102.884,285.91,103.022,285.91,103.107,285.86z"/></defs><clipPath id="SVGID_00000060722989708394484900000008764666525413859259_"><use xlink:href="%23SVGID_00000057127033352890135450000013368881263448122519_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000013871453109828988040000009743110600265352587_" d="M96.912,284.155l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C96.933,284.22,96.912,284.188,96.912,284.155z"/></defs><clipPath id="SVGID_00000023275997431451141160000005112872208662192523_"><use xlink:href="%23SVGID_00000013871453109828988040000009743110600265352587_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000102530946885649095060000012748745215079226528_" d="M100.533,284.868l0,0.119c0,0.032-0.021,0.064-0.063,0.088l0-0.119C100.512,284.933,100.533,284.901,100.533,284.868z"/></defs><clipPath id="SVGID_00000134967736448746573840000015395640619358124441_"><use xlink:href="%23SVGID_00000102530946885649095060000012748745215079226528_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000178204905474312942740000007918134895099924141_" d="M99.598,285.464v0.118c-0.085,0.049-0.223,0.049-0.308,0l0.001-0.118C99.376,285.512,99.514,285.513,99.598,285.464z"/></defs><clipPath id="SVGID_00000059995727738223777860000017338371936520157840_"><use xlink:href="%23SVGID_00000178204905474312942740000007918134895099924141_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000076594445922666208030000010970909358250422692_" d="M101.918,285.668l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C101.896,285.732,101.918,285.7,101.918,285.668z"/></defs><clipPath id="SVGID_00000021098192325829034770000006360118539156364718_"><use xlink:href="%23SVGID_00000076594445922666208030000010970909358250422692_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000023261994703195608680000008267629906589712294_" d="M99.734,285.785l0-0.118c0,0.032,0.021,0.065,0.064,0.089l0,0.118C99.755,285.85,99.734,285.817,99.734,285.785z"/></defs><clipPath id="SVGID_00000159460796123748114090000006846986081311734441_"><use xlink:href="%23SVGID_00000023261994703195608680000008267629906589712294_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000175323158412722669960000000549756330199395753_" d="M100.983,286.263l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C100.761,286.312,100.898,286.312,100.983,286.263z"/></defs><clipPath id="SVGID_00000020392037269334602950000004226142061367721140_"><use xlink:href="%23SVGID_00000175323158412722669960000000549756330199395753_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000037685627600199959840000008913960139364734349_" d="M105.479,286.096l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C105.458,286.16,105.479,286.128,105.479,286.096z"/></defs><clipPath id="SVGID_00000116197421821524377630000011193437875765831606_"><use xlink:href="%23SVGID_00000037685627600199959840000008913960139364734349_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000142140208926318829910000015842031890921591700_" d="M103.295,286.213l0.001-0.118c0,0.032,0.021,0.065,0.064,0.09v0.118C103.316,286.277,103.295,286.245,103.295,286.213z"/></defs><clipPath id="SVGID_00000146460709069163297550000007400886077118503565_"><use xlink:href="%23SVGID_00000142140208926318829910000015842031890921591700_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000121261740735297126340000006605637567835768753_" d="M104.545,286.69l0,0.118c-0.085,0.05-0.223,0.049-0.308,0l0-0.118C104.322,286.74,104.46,286.74,104.545,286.69z"/></defs><clipPath id="SVGID_00000096763957822402200940000007756765946643727522_"><use xlink:href="%23SVGID_00000121261740735297126340000006605637567835768753_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000057140649683744553840000002544660154717490563_" d="M103.355,286.497l0,0.119c0,0.032-0.021,0.064-0.063,0.088l0.001-0.118C103.334,286.562,103.355,286.53,103.355,286.497z"/></defs><clipPath id="SVGID_00000111910878177543705020000002391760040539578027_"><use xlink:href="%23SVGID_00000057140649683744553840000002544660154717490563_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000129911919058533352390000012188446202445172616_" d="M101.171,286.615l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C101.192,286.679,101.171,286.647,101.171,286.615z"/></defs><clipPath id="SVGID_00000174579933052294556040000018202673778581579927_"><use xlink:href="%23SVGID_00000129911919058533352390000012188446202445172616_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000102511606666311834380000004193700190909727107_" d="M102.42,287.092l-0.001,0.118c-0.084,0.049-0.222,0.049-0.307,0l0-0.118C102.198,287.142,102.335,287.142,102.42,287.092z"/></defs><clipPath id="SVGID_00000076600367421374563200000002301536552858205086_"><use xlink:href="%23SVGID_00000102511606666311834380000004193700190909727107_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000031188081597552530310000001792936132444447923_" d="M106.916,286.925v0.118c0,0.033-0.021,0.064-0.063,0.089l0-0.118C106.895,286.99,106.916,286.957,106.916,286.925z"/></defs><clipPath id="SVGID_00000135690056930855132750000017461652149446474423_"><use xlink:href="%23SVGID_00000031188081597552530310000001792936132444447923_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000093144315156361997230000014719931390532141741_" d="M104.732,287.043l0.001-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C104.753,287.107,104.732,287.075,104.732,287.043z"/></defs><clipPath id="SVGID_00000151537051717427357250000002023092100998798219_"><use xlink:href="%23SVGID_00000093144315156361997230000014719931390532141741_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000155106070253537447960000013822373364106304648_" d="M105.982,287.52l0,0.118c-0.085,0.049-0.223,0.049-0.309,0l0-0.118C105.759,287.57,105.897,287.57,105.982,287.52z"/></defs><clipPath id="SVGID_00000113342741533267849530000004885765186252079504_"><use xlink:href="%23SVGID_00000155106070253537447960000013822373364106304648_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000043451077779930289690000008108400711136859809_" d="M104.792,287.327l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C104.771,287.391,104.792,287.359,104.792,287.327z"/></defs><clipPath id="SVGID_00000014628942565223838490000008338732778618266806_"><use xlink:href="%23SVGID_00000043451077779930289690000008108400711136859809_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000018196286712165975910000012645066791798246276_" d="M102.608,287.444l0-0.119c0,0.033,0.021,0.065,0.064,0.09l0,0.118C102.629,287.509,102.608,287.477,102.608,287.444z"/></defs><clipPath id="SVGID_00000121994218689131381750000018423667146037125779_"><use xlink:href="%23SVGID_00000018196286712165975910000012645066791798246276_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000170977960374175161520000017810372269076748468_" d="M103.857,287.922l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C103.635,287.971,103.773,287.971,103.857,287.922z"/></defs><clipPath id="SVGID_00000148644143043714785700000005795727111638750899_"><use xlink:href="%23SVGID_00000170977960374175161520000017810372269076748468_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000111902739836227718780000015331994537246473654_" d="M108.354,287.755l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C108.332,287.819,108.354,287.787,108.354,287.755z"/></defs><clipPath id="SVGID_00000133517131078071019340000003718662285277747378_"><use xlink:href="%23SVGID_00000111902739836227718780000015331994537246473654_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000044856528747440757540000001524807172685581228_" d="M106.169,287.872l0-0.118c0,0.032,0.021,0.065,0.064,0.09l0,0.118C106.191,287.937,106.169,287.905,106.169,287.872z"/></defs><clipPath id="SVGID_00000026880171065732411950000000822798828590837427_"><use xlink:href="%23SVGID_00000044856528747440757540000001524807172685581228_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000172422046660102649640000009609145105358104491_" d="M107.419,288.35l0,0.118c-0.085,0.05-0.223,0.049-0.308,0v-0.118C107.196,288.399,107.334,288.4,107.419,288.35z"/></defs><clipPath id="SVGID_00000150068879025928511460000002786339549718006714_"><use xlink:href="%23SVGID_00000172422046660102649640000009609145105358104491_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000020400426409776739510000013605899838836200885_" d="M106.229,288.157l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C106.208,288.221,106.229,288.189,106.229,288.157z"/></defs><clipPath id="SVGID_00000120543369372261623490000016062951704258712998_"><use xlink:href="%23SVGID_00000020400426409776739510000013605899838836200885_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000168113262275922675430000003579000526109483194_" d="M104.045,288.274l0-0.118c0,0.032,0.021,0.065,0.064,0.09l0,0.118C104.067,288.339,104.045,288.307,104.045,288.274z"/></defs><clipPath id="SVGID_00000182499578087736876980000004701523593109595540_"><use xlink:href="%23SVGID_00000168113262275922675430000003579000526109483194_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000175324177174442555990000000787527797689373348_" d="M105.295,288.752l0,0.118c-0.085,0.049-0.222,0.049-0.307,0l0-0.118C105.072,288.801,105.21,288.801,105.295,288.752z"/></defs><clipPath id="SVGID_00000123408850664724979070000014447433146307039653_"><use xlink:href="%23SVGID_00000175324177174442555990000000787527797689373348_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000142880131625752999260000012929247858529843111_" d="M109.791,288.585v0.118c0,0.032-0.022,0.064-0.064,0.089l0-0.118C109.769,288.649,109.791,288.617,109.791,288.585z"/></defs><clipPath id="SVGID_00000012472544098370856710000000768466609627752894_"><use xlink:href="%23SVGID_00000142880131625752999260000012929247858529843111_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000138537076896007593170000004937560422398340242_" d="M107.606,288.702l0-0.119c0,0.033,0.022,0.065,0.065,0.09l0,0.118C107.628,288.767,107.606,288.734,107.606,288.702z"/></defs><clipPath id="SVGID_00000086656986584057257180000005315869542697888143_"><use xlink:href="%23SVGID_00000138537076896007593170000004937560422398340242_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000020370194933914516890000009476127689318737586_" d="M108.857,289.18l-0.001,0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C108.633,289.229,108.771,289.229,108.857,289.18z"/></defs><clipPath id="SVGID_00000043423770528772737430000003084987913784467080_"><use xlink:href="%23SVGID_00000020370194933914516890000009476127689318737586_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000023267707627211358500000007277242261847399575_" d="M107.667,288.987l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C107.645,289.051,107.666,289.019,107.667,288.987z"/></defs><clipPath id="SVGID_00000099642770314739150020000015168929840580286344_"><use xlink:href="%23SVGID_00000023267707627211358500000007277242261847399575_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000039103237431703573430000013722918751314116757_" d="M105.482,289.104l0.001-0.118c0,0.033,0.021,0.065,0.064,0.09v0.118C105.504,289.169,105.482,289.136,105.482,289.104z"/></defs><clipPath id="SVGID_00000174584198788533394670000013191190356698199699_"><use xlink:href="%23SVGID_00000039103237431703573430000013722918751314116757_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000137843025632867448980000009829336077855238837_" d="M106.732,289.582l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C106.51,289.631,106.647,289.631,106.732,289.582z"/></defs><clipPath id="SVGID_00000152950755266705576330000008397848519164240545_"><use xlink:href="%23SVGID_00000137843025632867448980000009829336077855238837_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000158736857976404236970000008798597503911458699_" d="M111.228,289.415l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0.001-0.119C111.207,289.479,111.228,289.447,111.228,289.415z"/></defs><clipPath id="SVGID_00000045606332813234853200000014674676935744160161_"><use xlink:href="%23SVGID_00000158736857976404236970000008798597503911458699_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000070819375399508858740000005361083674914209155_" d="M109.044,289.532l0-0.118c0,0.032,0.021,0.065,0.064,0.09l0,0.119C109.065,289.597,109.043,289.564,109.044,289.532z"/></defs><clipPath id="SVGID_00000026861549799684814100000007673583396899161020_"><use xlink:href="%23SVGID_00000070819375399508858740000005361083674914209155_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000023261302230625219300000002838192479336871304_" d="M110.294,290.01l0,0.118c-0.085,0.05-0.223,0.049-0.309,0l0-0.118C110.07,290.059,110.208,290.059,110.294,290.01z"/></defs><clipPath id="SVGID_00000093860112455757046600000004219436407991824575_"><use xlink:href="%23SVGID_00000023261302230625219300000002838192479336871304_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000059292027930504907430000007257881449119831220_" d="M109.104,289.817l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C109.083,289.88,109.104,289.849,109.104,289.817z"/></defs><clipPath id="SVGID_00000013905991659716674550000006866468085800639372_"><use xlink:href="%23SVGID_00000059292027930504907430000007257881449119831220_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000178205266807380180700000000290978357036384131_" d="M106.92,289.934l0-0.118c0,0.033,0.021,0.065,0.064,0.089l0,0.118C106.941,289.999,106.92,289.966,106.92,289.934z"/></defs><clipPath id="SVGID_00000135681652760883097070000001759596371374190509_"><use xlink:href="%23SVGID_00000178205266807380180700000000290978357036384131_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000126298628949876301540000009397349506734527403_" d="M108.169,290.412l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0.001-0.118C107.947,290.461,108.084,290.461,108.169,290.412z"/></defs><clipPath id="SVGID_00000173150800082370109210000007534280423837355412_"><use xlink:href="%23SVGID_00000126298628949876301540000009397349506734527403_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000160878975753176403150000004586946207638369719_" d="M112.665,290.245l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C112.644,290.309,112.665,290.277,112.665,290.245z"/></defs><clipPath id="SVGID_00000069392925145510210830000005713904439962548381_"><use xlink:href="%23SVGID_00000160878975753176403150000004586946207638369719_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000087398190348996549470000018284499774951781016_" d="M110.481,290.362l0-0.119c0,0.033,0.021,0.065,0.064,0.09v0.118C110.502,290.427,110.481,290.394,110.481,290.362z"/></defs><clipPath id="SVGID_00000108303209157900529620000000621413563033930675_"><use xlink:href="%23SVGID_00000087398190348996549470000018284499774951781016_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000119116309281405100900000009637104001378655878_" d="M111.731,290.839l0,0.119c-0.085,0.049-0.223,0.049-0.308,0l0-0.119C111.508,290.888,111.646,290.889,111.731,290.839z"/></defs><clipPath id="SVGID_00000180359306884501516780000006065246846223308472_"><use xlink:href="%23SVGID_00000119116309281405100900000009637104001378655878_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000013879368902789393050000006559093798309707160_" d="M110.541,290.647l0,0.118c0,0.032-0.021,0.064-0.063,0.088v-0.118C110.52,290.71,110.541,290.678,110.541,290.647z"/></defs><clipPath id="SVGID_00000050648974694504192280000005081087072946320554_"><use xlink:href="%23SVGID_00000013879368902789393050000006559093798309707160_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000033352438815391537290000000715718854660833450_" d="M108.357,290.763l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C108.378,290.828,108.357,290.796,108.357,290.763z"/></defs><clipPath id="SVGID_00000011739491117089874920000000027629351253808265_"><use xlink:href="%23SVGID_00000033352438815391537290000000715718854660833450_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000027581703816194728590000016297851419164516532_" d="M109.606,291.241l-0.001,0.118c-0.084,0.049-0.222,0.049-0.307,0l0-0.118C109.384,291.29,109.521,291.29,109.606,291.241z"/></defs><clipPath id="SVGID_00000026150185261909004990000008771359997421449654_"><use xlink:href="%23SVGID_00000027581703816194728590000016297851419164516532_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000135680457717881085960000015493039494199143056_" d="M114.103,291.074l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C114.081,291.138,114.103,291.106,114.103,291.074z"/></defs><clipPath id="SVGID_00000171705237976535958150000012461298743823252363_"><use xlink:href="%23SVGID_00000135680457717881085960000015493039494199143056_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000131333698958209332410000014062619446653318799_" d="M111.918,291.192l0-0.118c0,0.033,0.022,0.065,0.064,0.089l0,0.118C111.94,291.257,111.918,291.224,111.918,291.192z"/></defs><clipPath id="SVGID_00000110430090299293113290000004425861542410678657_"><use xlink:href="%23SVGID_00000131333698958209332410000014062619446653318799_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000111901033291689451600000008451719082840545165_" d="M113.168,291.669l0,0.118c-0.085,0.05-0.223,0.05-0.309,0l0-0.118C112.945,291.719,113.083,291.719,113.168,291.669z"/></defs><clipPath id="SVGID_00000060006459960878386360000004334369557463351449_"><use xlink:href="%23SVGID_00000111901033291689451600000008451719082840545165_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000026145460458561420740000002925053545985430667_" d="M115.54,291.904v0.119c0,0.032-0.022,0.064-0.064,0.089l0-0.118C115.518,291.968,115.54,291.936,115.54,291.904z"/></defs><clipPath id="SVGID_00000147205440374765103130000006577979594996214962_"><use xlink:href="%23SVGID_00000026145460458561420740000002925053545985430667_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000121261958123413318720000005407724808683688878_" d="M113.355,292.021l0.001-0.118c0,0.032,0.021,0.065,0.064,0.09v0.118C113.377,292.086,113.355,292.054,113.355,292.021z"/></defs><clipPath id="SVGID_00000083050357449829109300000003031504558042482876_"><use xlink:href="%23SVGID_00000121261958123413318720000005407724808683688878_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000047044854077312286310000017969854328596390574_" d="M114.605,292.499l0,0.118c-0.085,0.05-0.223,0.05-0.308,0l0-0.118C114.382,292.548,114.52,292.548,114.605,292.499z"/></defs><clipPath id="SVGID_00000122691990053013524880000010905500263038656410_"><use xlink:href="%23SVGID_00000047044854077312286310000017969854328596390574_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000062887694511929256680000009903256091365587346_" d="M114.793,292.851l0-0.118c0,0.032,0.021,0.065,0.064,0.089l0,0.118C114.814,292.916,114.793,292.884,114.793,292.851z"/></defs><clipPath id="SVGID_00000021822118203864669760000001057028652048559019_"><use xlink:href="%23SVGID_00000062887694511929256680000009903256091365587346_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000152951452646597667150000008005733939647001245_" d="M117.695,293.148l0,0.119c0,0.032-0.021,0.064-0.063,0.089l0-0.118C117.674,293.213,117.695,293.181,117.695,293.148z"/></defs><clipPath id="SVGID_00000062910356650587860280000007007804014368995205_"><use xlink:href="%23SVGID_00000152951452646597667150000008005733939647001245_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000145059237654752853300000018406738386709985958_" d="M116.761,293.743l0,0.119c-0.085,0.049-0.223,0.049-0.308,0v-0.118C116.538,293.793,116.676,293.793,116.761,293.743z"/></defs><clipPath id="SVGID_00000077325637612434999830000009577808999658643860_"><use xlink:href="%23SVGID_00000145059237654752853300000018406738386709985958_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000145752322919994815840000016704129211203488898_" d="M111.978,291.476l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C111.957,291.54,111.978,291.508,111.978,291.476z"/></defs><clipPath id="SVGID_00000052077596767015878140000010357859164400012698_"><use xlink:href="%23SVGID_00000145752322919994815840000016704129211203488898_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000084508925851761361800000013906647722785695901_" d="M109.794,291.593l0-0.118c0,0.032,0.021,0.065,0.064,0.089l0,0.118C109.815,291.658,109.794,291.625,109.794,291.593z"/></defs><clipPath id="SVGID_00000175311957950966521940000004189057401995230123_"><use xlink:href="%23SVGID_00000084508925851761361800000013906647722785695901_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000055679912787194711080000015406017829745657006_" d="M111.043,292.071l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C110.821,292.12,110.959,292.12,111.043,292.071z"/></defs><clipPath id="SVGID_00000140725447281092029520000002882545799240379283_"><use xlink:href="%23SVGID_00000055679912787194711080000015406017829745657006_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000057113283312612015430000009200667702240026783_" d="M113.415,292.306v0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C113.394,292.37,113.415,292.338,113.415,292.306z"/></defs><clipPath id="SVGID_00000078754096733389290810000006667875985046581377_"><use xlink:href="%23SVGID_00000057113283312612015430000009200667702240026783_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000152234123782869944410000006467093950394909623_" d="M111.231,292.423l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C111.253,292.488,111.231,292.455,111.231,292.423z"/></defs><clipPath id="SVGID_00000063606961929244988770000011986214815696126624_"><use xlink:href="%23SVGID_00000152234123782869944410000006467093950394909623_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000104707436076409228890000008853387210347667841_" d="M112.48,292.901l0,0.118c-0.085,0.049-0.222,0.049-0.307,0l0-0.118C112.258,292.95,112.396,292.95,112.48,292.901z"/></defs><clipPath id="SVGID_00000098216455852029904500000002668587439065300916_"><use xlink:href="%23SVGID_00000104707436076409228890000008853387210347667841_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000127726481401153059180000016041231032910950586_" d="M112.669,293.253l0-0.118c0,0.033,0.021,0.065,0.064,0.09l-0.001,0.118C112.69,293.318,112.668,293.285,112.669,293.253z"/></defs><clipPath id="SVGID_00000166676996827867182670000005120189294040356485_"><use xlink:href="%23SVGID_00000127726481401153059180000016041231032910950586_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000121969510258347097220000007810376964201581731_" d="M116.29,293.965l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.119C116.269,294.029,116.29,293.997,116.29,293.965z"/></defs><clipPath id="SVGID_00000115514161611768524990000010115788098416466853_"><use xlink:href="%23SVGID_00000121969510258347097220000007810376964201581731_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000160892256473477207480000010379298518187069591_" d="M115.355,294.56l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0.001-0.118C115.133,294.61,115.27,294.61,115.355,294.56z"/></defs><clipPath id="SVGID_00000150780568304258652610000006303458193484093845_"><use xlink:href="%23SVGID_00000160892256473477207480000010379298518187069591_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000177465328465375605090000006937374007191912333_" d="M95.507,284.972l0-0.118c0,0.032,0.021,0.065,0.064,0.09l0,0.118C95.528,285.037,95.507,285.004,95.507,284.972z"/></defs><clipPath id="SVGID_00000090978283577926788230000006230622393024256684_"><use xlink:href="%23SVGID_00000177465328465375605090000006937374007191912333_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000132781683533806468900000017352206195778943152_" d="M99.794,286.069l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C99.772,286.133,99.794,286.102,99.794,286.069z"/></defs><clipPath id="SVGID_00000091009785948291654120000005166744688211864246_"><use xlink:href="%23SVGID_00000132781683533806468900000017352206195778943152_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000062164945811650215170000007475325395081602949_" d="M98.859,286.664l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C98.637,286.713,98.774,286.713,98.859,286.664z"/></defs><clipPath id="SVGID_00000083800624671021654460000003777044541063830670_"><use xlink:href="%23SVGID_00000062164945811650215170000007475325395081602949_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000171694995977536286500000017791897035743327634_" d="M101.231,286.899l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C101.21,286.963,101.231,286.931,101.231,286.899z"/></defs><clipPath id="SVGID_00000064328377324117080460000016351779880334642092_"><use xlink:href="%23SVGID_00000171694995977536286500000017791897035743327634_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000063592120230978522590000013487570453318940292_" d="M99.047,287.016l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C99.068,287.081,99.047,287.049,99.047,287.016z"/></defs><clipPath id="SVGID_00000001665487648353270400000007752148781824491410_"><use xlink:href="%23SVGID_00000063592120230978522590000013487570453318940292_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000053507629039204508540000005509676514477621434_" d="M100.296,287.494l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C100.074,287.543,100.211,287.543,100.296,287.494z"/></defs><clipPath id="SVGID_00000061442894403798355310000015821495669819165622_"><use xlink:href="%23SVGID_00000053507629039204508540000005509676514477621434_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000168093113478655580760000013200624793636714654_" d="M103.389,281.538l0,0.118c0,0.032-0.021,0.064-0.064,0.089l0-0.118C103.368,281.603,103.389,281.57,103.389,281.538z"/></defs><clipPath id="SVGID_00000180352796058040990320000010319226248381681313_"><use xlink:href="%23SVGID_00000168093113478655580760000013200624793636714654_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000112615375669651655070000018050212770762820030_" d="M101.205,281.655l0-0.119c0,0.033,0.022,0.065,0.064,0.09l0,0.118C101.226,281.72,101.205,281.688,101.205,281.655z"/></defs><clipPath id="SVGID_00000017517428159033535390000004872482148899764642_"><use xlink:href="%23SVGID_00000112615375669651655070000018050212770762820030_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000090989788105097425840000010735793461580983186_" d="M102.455,282.133l0,0.118c-0.085,0.049-0.223,0.049-0.308,0v-0.118C102.231,282.182,102.37,282.182,102.455,282.133z"/></defs><clipPath id="SVGID_00000090988505116263146800000001293082998109477505_"><use xlink:href="%23SVGID_00000090989788105097425840000010735793461580983186_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000052820819922383218590000000295871594878306705_" d="M104.826,282.368l-0.001,0.119c0,0.032-0.021,0.064-0.063,0.089l0-0.118C104.805,282.432,104.826,282.4,104.826,282.368z"/></defs><clipPath id="SVGID_00000101103649117764310190000005337623275130157705_"><use xlink:href="%23SVGID_00000052820819922383218590000000295871594878306705_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000115513186767103267440000009590782346558270854_" d="M102.642,282.485l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C102.663,282.55,102.642,282.517,102.642,282.485z"/></defs><clipPath id="SVGID_00000104673440506621111640000018249531159654717850_"><use xlink:href="%23SVGID_00000115513186767103267440000009590782346558270854_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000170990067205070680990000003485585624554058906_" d="M103.892,282.963l0,0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C103.668,283.012,103.807,283.012,103.892,282.963z"/></defs><clipPath id="SVGID_00000138554677954523000620000018043964237085774990_"><use xlink:href="%23SVGID_00000170990067205070680990000003485585624554058906_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000061457562513568131350000017610563461450071441_" d="M106.211,283.167l0,0.118c0,0.032-0.021,0.064-0.063,0.089v-0.119C106.189,283.232,106.211,283.199,106.211,283.167z"/></defs><clipPath id="SVGID_00000070117738853496327550000012514150505536505529_"><use xlink:href="%23SVGID_00000061457562513568131350000017610563461450071441_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000070089925993345562080000015919170965219460233_" d="M104.027,283.285l0-0.118c0,0.033,0.021,0.065,0.064,0.089l0,0.119C104.048,283.35,104.027,283.317,104.027,283.285z"/></defs><clipPath id="SVGID_00000076604744101921540050000009782282283126433456_"><use xlink:href="%23SVGID_00000070089925993345562080000015919170965219460233_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000131359388184873697370000001987154646240117692_" d="M105.276,283.762l0,0.118c-0.085,0.049-0.223,0.05-0.309,0l0.001-0.118C105.053,283.811,105.192,283.811,105.276,283.762z"/></defs><clipPath id="SVGID_00000157280294395282321310000013768986005077898404_"><use xlink:href="%23SVGID_00000131359388184873697370000001987154646240117692_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000043428361581867117480000007743613223114726584_" d="M102.668,287.729l0,0.118c0,0.032-0.021,0.064-0.063,0.088v-0.118C102.647,287.793,102.668,287.761,102.668,287.729z"/></defs><clipPath id="SVGID_00000069395040244062241340000017408895810084986501_"><use xlink:href="%23SVGID_00000043428361581867117480000007743613223114726584_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000151504816626715172530000016456384287238749350_" d="M100.484,287.846v-0.118c0,0.033,0.022,0.065,0.065,0.09v0.118C100.505,287.911,100.484,287.878,100.484,287.846z"/></defs><clipPath id="SVGID_00000060725745084150651380000011734959267722496423_"><use xlink:href="%23SVGID_00000151504816626715172530000016456384287238749350_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000178916249777904033170000017164589710610464170_" d="M101.733,288.324l0,0.119c-0.085,0.049-0.222,0.049-0.307,0l0-0.119C101.511,288.373,101.649,288.373,101.733,288.324z"/></defs><clipPath id="SVGID_00000135670209800110456810000006502843573063664317_"><use xlink:href="%23SVGID_00000178916249777904033170000017164589710610464170_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000000183219044721593600000016959633621871267000_" d="M104.105,288.559l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C104.084,288.623,104.105,288.591,104.105,288.559z"/></defs><clipPath id="SVGID_00000128460111376271121190000016534760347377500552_"><use xlink:href="%23SVGID_00000000183219044721593600000016959633621871267000_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000149342578108998401220000013065337401787836590_" d="M101.921,288.676l0-0.118c0,0.033,0.022,0.065,0.065,0.09l0,0.118C101.943,288.741,101.921,288.708,101.921,288.676z"/></defs><clipPath id="SVGID_00000129187909174039074600000012500089250994193087_"><use xlink:href="%23SVGID_00000149342578108998401220000013065337401787836590_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000042703536546357551470000009635557949915026828_" d="M103.17,289.154l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C102.948,289.203,103.086,289.203,103.17,289.154z"/></defs><clipPath id="SVGID_00000141426470691818086140000004594711866835477895_"><use xlink:href="%23SVGID_00000042703536546357551470000009635557949915026828_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000141455180595590054250000010263600342722772622_" d="M105.543,289.389l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C105.521,289.453,105.543,289.421,105.543,289.389z"/></defs><clipPath id="SVGID_00000078753650661594832710000012928563562779426484_"><use xlink:href="%23SVGID_00000141455180595590054250000010263600342722772622_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000024713615842370100220000014951347357603834768_" d="M103.358,289.505l0.001-0.118c0,0.033,0.021,0.065,0.064,0.09v0.118C103.38,289.571,103.358,289.538,103.358,289.505z"/></defs><clipPath id="SVGID_00000161606111255172792580000017826462904639704962_"><use xlink:href="%23SVGID_00000024713615842370100220000014951347357603834768_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000004510197537996736520000007620536089286559678_" d="M104.608,289.984l0,0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C104.385,290.033,104.524,290.033,104.608,289.984z"/></defs><clipPath id="SVGID_00000038403884757232434410000003289223098827793588_"><use xlink:href="%23SVGID_00000004510197537996736520000007620536089286559678_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000147184263703091419910000006527395095845612951_" d="M106.98,290.219v0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C106.959,290.283,106.98,290.251,106.98,290.219z"/></defs><clipPath id="SVGID_00000065769912107185579380000012541948639834294663_"><use xlink:href="%23SVGID_00000147184263703091419910000006527395095845612951_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000083792841218291794090000011525195514682174621_" d="M104.796,290.335l0-0.118c0,0.033,0.022,0.065,0.065,0.09l0,0.118C104.817,290.4,104.796,290.368,104.796,290.335z"/></defs><clipPath id="SVGID_00000054225256772801252390000007303415651414269317_"><use xlink:href="%23SVGID_00000083792841218291794090000011525195514682174621_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000033343327711005749510000009641878805625532802_" d="M106.045,290.813l0,0.119c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C105.823,290.862,105.961,290.863,106.045,290.813z"/></defs><clipPath id="SVGID_00000130612041730223727040000018427820607802026641_"><use xlink:href="%23SVGID_00000033343327711005749510000009641878805625532802_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000147216275004169354500000004830230448396823936_" d="M108.417,291.048l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C108.396,291.112,108.417,291.08,108.417,291.048z"/></defs><clipPath id="SVGID_00000114752110193468874390000007593845157804237196_"><use xlink:href="%23SVGID_00000147216275004169354500000004830230448396823936_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000168101726314368759250000011445634509293137049_" d="M106.233,291.165l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C106.255,291.23,106.233,291.198,106.233,291.165z"/></defs><clipPath id="SVGID_00000162330057737469415980000010717013537779203772_"><use xlink:href="%23SVGID_00000168101726314368759250000011445634509293137049_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000153678851659595701020000018336074433373008257_" d="M107.483,291.643l0,0.118c-0.085,0.049-0.223,0.049-0.308,0v-0.118C107.26,291.692,107.398,291.693,107.483,291.643z"/></defs><clipPath id="SVGID_00000042722792429205757990000013122947734982819210_"><use xlink:href="%23SVGID_00000153678851659595701020000018336074433373008257_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000069377453472820774370000011710119549116888984_" d="M109.854,291.878v0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C109.833,291.942,109.854,291.91,109.854,291.878z"/></defs><clipPath id="SVGID_00000116200177675729531770000016041734179884280962_"><use xlink:href="%23SVGID_00000069377453472820774370000011710119549116888984_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000147924276601324832120000011392908665542308749_" d="M107.67,291.995l0-0.118c0,0.033,0.021,0.065,0.065,0.09l0,0.118C107.692,292.06,107.67,292.027,107.67,291.995z"/></defs><clipPath id="SVGID_00000108288121653653100590000013216102022222367162_"><use xlink:href="%23SVGID_00000147924276601324832120000011392908665542308749_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000157998137531250041910000016993110002917163921_" d="M108.92,292.473l0,0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C108.697,292.522,108.835,292.522,108.92,292.473z"/></defs><clipPath id="SVGID_00000179631960338894509410000015332000780410003074_"><use xlink:href="%23SVGID_00000157998137531250041910000016993110002917163921_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000171707036328677148500000005138406829468013450_" d="M111.292,292.708l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C111.27,292.772,111.291,292.74,111.292,292.708z"/></defs><clipPath id="SVGID_00000176744105190623383430000004334239727456310969_"><use xlink:href="%23SVGID_00000171707036328677148500000005138406829468013450_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000032612775043959536080000014542979230177968571_" d="M109.107,292.825l0-0.119c0,0.033,0.022,0.065,0.065,0.09l0,0.118C109.129,292.89,109.107,292.857,109.107,292.825z"/></defs><clipPath id="SVGID_00000121961088021946450390000002754448843351104434_"><use xlink:href="%23SVGID_00000032612775043959536080000014542979230177968571_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000075842536695816716110000001783552050834540723_" d="M110.357,293.302v0.119c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C110.134,293.352,110.272,293.352,110.357,293.302z"/></defs><clipPath id="SVGID_00000078734220796796405010000017012562641993130113_"><use xlink:href="%23SVGID_00000075842536695816716110000001783552050834540723_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000163038340655942756990000009397220476267968128_" d="M112.729,293.538v0.118c0,0.032-0.021,0.064-0.063,0.088v-0.118C112.708,293.602,112.729,293.57,112.729,293.538z"/></defs><clipPath id="SVGID_00000002354608284487893480000000859285199475297727_"><use xlink:href="%23SVGID_00000163038340655942756990000009397220476267968128_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000065761420603102789150000001019934743506630584_" d="M110.545,293.655l0-0.118c0,0.033,0.022,0.065,0.064,0.09v0.118C110.566,293.72,110.545,293.687,110.545,293.655z"/></defs><clipPath id="SVGID_00000088840928626195751900000002457269879968306307_"><use xlink:href="%23SVGID_00000065761420603102789150000001019934743506630584_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000103265331437372632030000015553791225944733056_" d="M111.794,294.133l0,0.118c-0.085,0.049-0.222,0.049-0.308,0l0-0.118C111.572,294.182,111.71,294.182,111.794,294.133z"/></defs><clipPath id="SVGID_00000052099742982021256230000010966027023195706503_"><use xlink:href="%23SVGID_00000103265331437372632030000015553791225944733056_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000057127821332957221340000011679441643202070206_" d="M107.648,283.997l0,0.118c0,0.032-0.021,0.064-0.064,0.089l0-0.118C107.627,284.061,107.648,284.029,107.648,283.997z"/></defs><clipPath id="SVGID_00000062156303785235336760000003498347700007204263_"><use xlink:href="%23SVGID_00000057127821332957221340000011679441643202070206_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000146464002523691233410000010512170664118873519_" d="M105.464,284.114l0-0.118c0,0.033,0.021,0.065,0.064,0.09l0,0.118C105.485,284.179,105.464,284.147,105.464,284.114z"/></defs><clipPath id="SVGID_00000078763022420484803390000006883908716076029119_"><use xlink:href="%23SVGID_00000146464002523691233410000010512170664118873519_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000023992511491105489740000000979540659649897862_" d="M106.713,284.592l0,0.118c-0.085,0.049-0.223,0.05-0.308,0l0-0.118C106.491,284.642,106.629,284.641,106.713,284.592z"/></defs><clipPath id="SVGID_00000178907301227168384460000017296937469147315365_"><use xlink:href="%23SVGID_00000023992511491105489740000000979540659649897862_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000029762857066814001460000006669749266796441018_" d="M106.901,284.944v-0.118c0,0.033,0.022,0.065,0.064,0.089l0,0.118C106.922,285.009,106.901,284.977,106.901,284.944z"/></defs><clipPath id="SVGID_00000010275789112128743020000012711299344752289156_"><use xlink:href="%23SVGID_00000029762857066814001460000006669749266796441018_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000151523499510532182690000005165844003970384007_" d="M110.522,285.656l0,0.118c0,0.032-0.021,0.064-0.064,0.089l0.001-0.119C110.501,285.721,110.522,285.689,110.522,285.656z"/></defs><clipPath id="SVGID_00000041993328441176301530000011907970142328288163_"><use xlink:href="%23SVGID_00000151523499510532182690000005165844003970384007_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000065752667434155447130000007408509132352970382_" d="M109.588,286.251l0,0.118c-0.085,0.049-0.223,0.05-0.308,0l0-0.118C109.365,286.301,109.503,286.301,109.588,286.251z"/></defs><clipPath id="SVGID_00000100383696363987708150000003704953955285110437_"><use xlink:href="%23SVGID_00000065752667434155447130000007408509132352970382_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000104697235397221393420000004332576843095768738_" d="M109.776,286.604v-0.118c0,0.032,0.022,0.065,0.064,0.089l0,0.118C109.797,286.669,109.775,286.636,109.776,286.604z"/></defs><clipPath id="SVGID_00000137091238321985348460000008235878919945911978_"><use xlink:href="%23SVGID_00000104697235397221393420000004332576843095768738_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000025441163002452305720000009061975272485708700_" d="M116.271,288.976v0.118c0,0.032-0.021,0.064-0.064,0.089l0-0.118C116.25,289.04,116.271,289.008,116.271,288.976z"/></defs><clipPath id="SVGID_00000105394528821817497400000014713886420671522720_"><use xlink:href="%23SVGID_00000025441163002452305720000009061975272485708700_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000082329749787574692240000005491750582926187947_" d="M115.337,289.571l0,0.118c-0.085,0.049-0.223,0.049-0.308,0l0-0.118C115.114,289.62,115.252,289.62,115.337,289.571z"/></defs><clipPath id="SVGID_00000067937631955776504840000005891604934527334529_"><use xlink:href="%23SVGID_00000082329749787574692240000005491750582926187947_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000056387320878540917400000004730776153245903238_" d="M117.709,289.805l0,0.118c0,0.032-0.021,0.064-0.063,0.089l0-0.118C117.687,289.87,117.709,289.837,117.709,289.805z"/></defs><clipPath id="SVGID_00000095318503295243919060000006235349499046751638_"><use xlink:href="%23SVGID_00000056387320878540917400000004730776153245903238_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000127039941945786519250000006146855206674864060_" d="M115.524,289.923l0-0.118c0,0.032,0.021,0.065,0.064,0.09l0,0.118C115.545,289.988,115.524,289.955,115.524,289.923z"/></defs><clipPath id="SVGID_00000120551158213118742980000011753304939320304561_"><use xlink:href="%23SVGID_00000127039941945786519250000006146855206674864060_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000137816492771079819710000007133843123958731938_" d="M116.774,290.4l0,0.118c-0.085,0.049-0.222,0.05-0.308,0l0-0.118C116.551,290.45,116.689,290.45,116.774,290.4z"/></defs><clipPath id="SVGID_00000023255533498320600520000009335003182950236047_"><use xlink:href="%23SVGID_00000137816492771079819710000007133843123958731938_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000183938068497236402990000006492903056368996023_" d="M111.982,294.485l0-0.119c0,0.033,0.021,0.065,0.064,0.09l0,0.118C112.003,294.549,111.982,294.517,111.982,294.485z"/></defs><clipPath id="SVGID_00000121998475410230019150000009802023493662064261_"><use xlink:href="%23SVGID_00000183938068497236402990000006492903056368996023_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000003820081147666684540000012319753933608404372_" d="M114.884,294.782l0,0.118c0,0.032-0.021,0.064-0.063,0.088l0-0.118C114.863,294.846,114.884,294.814,114.884,294.782z"/></defs><clipPath id="SVGID_00000123420034748146429360000017903240322144544643_"><use xlink:href="%23SVGID_00000003820081147666684540000012319753933608404372_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000058585518408258009630000010708168460174911649_" d="M113.95,295.377l0,0.118c-0.085,0.049-0.222,0.049-0.307,0v-0.118C113.728,295.426,113.865,295.426,113.95,295.377z"/></defs><clipPath id="SVGID_00000029035704843002863480000017127776848863915687_"><use xlink:href="%23SVGID_00000058585518408258009630000010708168460174911649_" style="overflow:visible;"/></clipPath></g></g><g><g><defs><path id="SVGID_00000061440024760408934650000007218543325367749051_" d="M116.962,290.753v-0.118c0,0.032,0.021,0.065,0.064,0.089l0,0.118C116.983,290.817,116.961,290.785,116.962,290.753z"/></defs><clipPath id="SVGID_00000096744470532413263370000003838089206964894345_"><use xlink:href="%23SVGID_00000061440024760408934650000007218543325367749051_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000162334792803498674140000015547275193721617833_" d="M120.583,291.465l0,0.118c0,0.032-0.021,0.064-0.064,0.089l0.001-0.118C120.561,291.529,120.583,291.497,120.583,291.465z"/></defs><clipPath id="SVGID_00000168827697022028477910000000768039898251662728_"><use xlink:href="%23SVGID_00000162334792803498674140000015547275193721617833_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000016757327650774297890000004461912660029041070_" d="M119.648,292.06l0,0.118c-0.085,0.049-0.223,0.05-0.308,0l0-0.118C119.425,292.109,119.564,292.109,119.648,292.06z"/></defs><clipPath id="SVGID_00000029739432185484894900000016985153530582321027_"><use xlink:href="%23SVGID_00000016757327650774297890000004461912660029041070_" style="overflow:visible;"/></clipPath></g></g></g></g></g><g><path style="fill:%23E1DEF8;" d="M135.002,274.959c0.554-2.88,0.861-6.586,1.4-11.232c0.145-1.251,0.101-2.544-0.154-3.786c-0.257-1.254-0.698-2.237-1.531-3.237c-0.378-0.453-1.05-0.909-1.651-0.9c-0.549,0.008-0.988,0.412-1.332,0.814c-2.075,2.426-2.76,5.856-2.681,8.95c0.073,2.879-0.257,5.76-0.158,8.649c0.019,0.549,0.003,1.139,0.135,1.68c0.626,2.567,3.105,2.847,4.671,1.684C134.468,277.011,134.701,276.525,135.002,274.959z"/></g><g><path style="fill:%23FFC7AD;" d="M104.397,280.263c0.072-0.213,0.151-0.454,0.253-0.653c0.073-0.143,0.146-0.289,0.233-0.424c0.257-0.396,0.446-0.835,0.742-1.205c0.319-0.4,0.776-0.667,1.122-1.047c0.138-0.152,0.265-0.325,0.39-0.488c0.162-0.211,0.282-0.423,0.418-0.647c0.121-0.2,0.323-0.274,0.531-0.357c0.169-0.068,0.287-0.025,0.449-0.034c0.553-0.032,1.081,0.24,1.45,0.639c0.178,0.192,0.386,0.461,0.444,0.723c0.049,0.22-0.104,0.465-0.183,0.695c0.003,0.034,0.01,0.065,0.01,0.1c0.001,0.351-0.081,0.669-0.069,1.029c0.013,0.394,0.005,0.784-0.149,1.154c-0.127,0.304-0.249,0.603-0.364,0.914c-0.186,0.507-0.516,0.968-0.914,1.338c-0.131,0.123-0.418,0.415-0.619,0.382c-0.409-0.066-0.185-0.719-0.099-0.927c0.083-0.199,0.177-0.394,0.244-0.599c0.05-0.152,0.181-0.534,0.104-0.687c-0.057-0.113-0.29-0.116-0.396-0.105c-0.537,0.055-0.977,0.615-1.19,1.066c-0.176,0.372-0.227,0.729-0.281,1.131c-0.027,0.2,0.007,0.425-0.058,0.617c-0.074,0.22-0.273,0.337-0.442,0.145c-0.086-0.098-0.147-0.244-0.29-0.206c-0.122,0.033-0.243,0.193-0.392,0.139c-0.13-0.047-0.157-0.225-0.191-0.339c-0.061-0.202-0.221-0.292-0.291-0.461c-0.049-0.12-0.027-0.318-0.04-0.446c-0.012-0.13-0.015-0.26-0.03-0.39c-0.011-0.094-0.006-0.358-0.124-0.169c-0.045,0.072-0.044,0.158-0.114,0.216c-0.172,0.143-0.262-0.212-0.271-0.34C104.264,280.771,104.317,280.503,104.397,280.263z"/><path style="fill:%23E1DEF8;" d="M115.08,272.246c-1.444-1.246-0.949-5.184-2.623-6.158c-1.005,2.614-4.238,7.589-4.867,9.344c-0.585,1.63,2.57,2.853,3.235,1.984C111.372,276.701,113.617,274.344,115.08,272.246z"/><path style="fill:%23FFC7AD;" d="M120.182,282.337c-0.294-0.019-1.158,0.671-1.304,0.741c-0.206,0.098-1.207,0.588-1.477,0.769c-0.402,0.27-0.828,0.517-1.22,0.799c-0.255,0.184-0.914,0.854-1.024,0.976c-0.09,0.1-0.341,0.308-0.431,0.117c-0.063-0.134-0.004-0.333,0.035-0.466c0.057-0.197,0.355-1.025,0.39-1.115c0,0-2.235,2.062-2.56,1.923c-0.094-0.236-0.026-0.43,0.069-0.647c0.081-0.185,0.74-1.187,0.74-1.187s-1.173,1.381-1.534,1.427c-0.632,0.081-0.23-0.833,0.251-1.444c0.223-0.283,0.517-0.502,0.746-0.781c0.101-0.122,0.591-0.674,0.174-0.724c-0.271-0.033-1.012,0.416-1.158,0.471c-0.202,0.076-1.149,0.484-1.21,0.498c-0.177,0.039-0.486,0.074-0.409-0.212c0.067-0.245,0.304-0.453,0.483-0.616c0.587-0.533,1.275-0.965,1.957-1.366c0.308-0.181,0.624-0.377,0.959-0.507c1.163-0.451,2.429-0.601,3.637-0.943c0.342-0.097,0.684-0.182,1.022-0.298c0.203-0.07,0.487-0.25,0.712-0.174C119.411,279.705,120.345,282.291,120.182,282.337z"/><path style="fill:%23E1DEF8;" d="M119.032,282.55c0.728,0.598,1.732,0.444,2.514,0.268c1.882-0.423,11.319-3.186,12.851-5.977c0.387-0.704-0.265-1.53-0.677-2.472c-0.311-0.712-2.954-1.448-3.589-1.113c-0.996,0.527-8.308,3.624-11.14,5.613c-0.374,0.262-0.755,0.57-0.908,1.036C117.836,280.653,118.469,282.087,119.032,282.55z"/></g><g><g style="enable-background:new ;"><g><g><defs><path id="SVGID_00000163773820340188911520000003004363536212268952_" d="M87.877,273.614l-0.626,0.347c0.109-0.063,0.26-0.055,0.426,0.042l0.626-0.347C88.136,273.56,87.985,273.551,87.877,273.614z"/></defs><clipPath id="SVGID_00000018208848063058460140000016856843139290479497_"><use xlink:href="%23SVGID_00000163773820340188911520000003004363536212268952_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000116197217524817563890000012536921865850139062_" d="M87.877,273.614l-0.626,0.347c0.109-0.063,0.26-0.055,0.426,0.042l0.626-0.347C88.136,273.56,87.985,273.551,87.877,273.614z"/></defs><use xlink:href="%23SVGID_00000116197217524817563890000012536921865850139062_" style="overflow:visible;fill:%23EDECF8;"/><clipPath id="SVGID_00000156549757487444408720000000006534083680502149_"><use xlink:href="%23SVGID_00000116197217524817563890000012536921865850139062_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000156549757487444408720000000006534083680502149_);enable-background:new ;"><path style="fill:%23EDECF8;" d="M87.678,274.004l0.626-0.347c-0.064-0.036-0.126-0.061-0.183-0.073l-0.626,0.347C87.553,273.942,87.614,273.966,87.678,274.004z"/><path style="fill:%23EDECF8;" d="M87.495,273.93l0.626-0.347c-0.089-0.019-0.168-0.009-0.233,0.024l-0.625,0.347C87.327,273.921,87.407,273.912,87.495,273.93z"/><path style="fill:%23EDECF8;" d="M87.251,273.961l0.636-0.353L87.251,273.961z"/></g></g><g><defs><path id="SVGID_00000117651058140021649750000006528196927521514423_" d="M87.877,273.614l-0.626,0.347c0.109-0.063,0.26-0.055,0.426,0.042l0.626-0.347C88.136,273.56,87.985,273.551,87.877,273.614z"/></defs><clipPath id="SVGID_00000056412586743750049040000016894065815536044197_"><use xlink:href="%23SVGID_00000117651058140021649750000006528196927521514423_" style="overflow:visible;"/></clipPath></g></g><g><g><polygon style="fill:%23EDECF8;" points="107.525,285.539 108.15,285.192 88.303,273.656 87.678,274.004 "/></g></g><g><g><defs><path id="SVGID_00000144311487152913953660000004390202197081553837_" d="M108.125,286.574l0.626-0.347c0.001-0.381-0.269-0.845-0.601-1.036l-0.625,0.347C107.856,285.73,108.126,286.194,108.125,286.574z"/></defs><clipPath id="SVGID_00000007425379032975484910000003381306191299298706_"><use xlink:href="%23SVGID_00000144311487152913953660000004390202197081553837_" style="overflow:visible;"/></clipPath></g><g><defs><path id="SVGID_00000178181423877933330390000017233521097528987273_" d="M108.125,286.574l0.626-0.347c0.001-0.381-0.269-0.845-0.601-1.036l-0.625,0.347C107.856,285.73,108.126,286.194,108.125,286.574z"/></defs><use xlink:href="%23SVGID_00000178181423877933330390000017233521097528987273_" style="overflow:visible;fill:%23EDECF8;"/><clipPath id="SVGID_00000146468581694352973710000013220865413933166503_"><use xlink:href="%23SVGID_00000178181423877933330390000017233521097528987273_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000146468581694352973710000013220865413933166503_);"><path style="fill:%23E1DEF8;" d="M107.818,285.795l0.625-0.347c-0.087-0.105-0.187-0.195-0.293-0.256l-0.625,0.347C107.631,285.6,107.731,285.689,107.818,285.795z"/><path style="fill:%23E1DEF8;" d="M108.021,286.123l0.625-0.347c-0.052-0.117-0.121-0.23-0.203-0.329l-0.625,0.347C107.899,285.893,107.968,286.006,108.021,286.123z"/></g></g><g><defs><path id="SVGID_00000168086670850384704180000016490492317097095559_" d="M108.125,286.574l0.626-0.347c0.001-0.381-0.269-0.845-0.601-1.036l-0.625,0.347C107.856,285.73,108.126,286.194,108.125,286.574z"/></defs><clipPath id="SVGID_00000182514171962379084920000013167241944950965402_"><use xlink:href="%23SVGID_00000168086670850384704180000016490492317097095559_" style="overflow:visible;"/></clipPath></g></g><g><path style="fill:%23A697E0;" d="M87.678,274.004c-0.331-0.191-0.6-0.039-0.601,0.342l4.776,11.279l21.049,12.229l-4.701-11.297c0,0-0.132-0.699-0.676-1.018L87.678,274.004z"/></g><g><polygon style="fill:%23BFBEED;" points="112.902,297.853 113.526,297.506 108.645,285.776 108.021,286.123 "/></g></g></g></g></g><g><g><g><path style="fill:%23E4E6F0;" d="M350.438,278.921l-3.498,40.148c-0.007,2.492-1.645,4.98-4.917,6.882c-6.583,3.825-17.292,3.827-23.921,0c-3.336-1.926-5.002-4.454-4.995-6.978l-3.269-40.167c-0.009,3.029,1.991,6.063,5.993,8.374c7.955,4.592,20.805,4.59,28.705,0C348.464,284.897,350.43,281.912,350.438,278.921z"/></g><g><path style="fill:%23E1DEF8;" d="M350.438,278.921l-3.498,40.148c-0.007,2.492-1.645,4.98-4.917,6.882c-2.662,1.547-5.998,2.468-9.467,2.765l0.62-38.219c4.162-0.355,8.166-1.461,11.36-3.317C348.464,284.897,350.43,281.912,350.438,278.921z"/><path style="fill:%23EDECF8;" d="M333.177,290.497l-0.62,38.219c-5.109,0.436-10.505-0.485-14.454-2.765c-0.011-0.006-0.02-0.012-0.031-0.018l-2.277-38.775c0.013,0.008,0.025,0.015,0.038,0.022C320.571,289.915,327.046,291.021,333.177,290.497z"/><path style="fill:%23E1DEF8;" d="M315.795,287.158l2.277,38.775c-3.315-1.924-4.97-4.444-4.964-6.961l-3.269-40.167C309.831,281.825,311.817,284.849,315.795,287.158z"/></g><g><path style="fill:%23E4E6F0;" d="M344.447,270.551c7.954,4.593,7.993,12.036,0.091,16.628c-7.9,4.591-20.75,4.592-28.705,0c-7.954-4.592-7.996-12.037-0.097-16.628C323.639,265.959,336.492,265.958,344.447,270.551z"/><path style="fill:%23252956;" d="M352.113,274.856l-0.009,3.346c-0.009,3.244-2.141,6.482-6.399,8.957c-8.573,4.982-22.519,4.982-31.149-0.001c-4.342-2.507-6.511-5.798-6.501-9.084l0.009-3.346c-0.009,3.286,2.159,6.577,6.501,9.083c8.631,4.984,22.577,4.983,31.149,0.001C349.972,281.338,352.104,278.1,352.113,274.856z"/></g><g><defs><path id="SVGID_00000054259725182897650660000004430726221195179917_" d="M308.054,278.075c-0.01,3.285,2.159,6.576,6.501,9.083c8.631,4.983,22.577,4.983,31.149,0.001c4.259-2.475,6.39-5.714,6.399-8.957l0.009-3.347c-0.009,3.244-2.141,6.482-6.399,8.957c-8.572,4.981-22.518,4.982-31.149-0.001c-4.342-2.507-6.511-5.798-6.502-9.083L308.054,278.075z"/></defs><use xlink:href="%23SVGID_00000054259725182897650660000004430726221195179917_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000064316052501419754550000016228033021067741589_"><use xlink:href="%23SVGID_00000054259725182897650660000004430726221195179917_" style="overflow:visible;"/></clipPath><path style="clip-path:url(%23SVGID_00000064316052501419754550000016228033021067741589_);fill:%23252956;" d="M352.113,274.856l-0.009,3.346c-0.009,3.244-2.141,6.482-6.399,8.957c-3.466,2.014-7.809,3.213-12.325,3.599l0.009-3.346c4.516-0.386,8.859-1.586,12.324-3.6C349.972,281.338,352.104,278.1,352.113,274.856z"/><path style="clip-path:url(%23SVGID_00000064316052501419754550000016228033021067741589_);fill:%23323974;" d="M333.389,287.412l-0.009,3.346c-6.654,0.568-13.682-0.632-18.825-3.6c-0.014-0.008-0.027-0.015-0.04-0.024l0.009-3.347c0.014,0.008,0.027,0.016,0.04,0.024C319.706,286.781,326.734,287.981,333.389,287.412z"/><path style="clip-path:url(%23SVGID_00000064316052501419754550000016228033021067741589_);fill:%23252956;" d="M314.524,283.788l-0.009,3.347c-4.315-2.504-6.471-5.785-6.461-9.06l0.009-3.346C308.054,278.004,310.209,281.285,314.524,283.788z"/></g><g><path style="fill:%233C4384;" d="M345.609,265.77c8.631,4.984,8.676,13.061,0.104,18.043c-8.572,4.982-22.518,4.982-31.149-0.001c-8.628-4.982-8.674-13.059-0.102-18.042C323.035,260.789,336.981,260.789,345.609,265.77z"/><path style="fill:%23252956;" d="M350.445,270.955l-0.01,3.346c-0.008,2.997-1.978,5.99-5.914,8.278c-7.924,4.605-20.815,4.605-28.79,0c-4.012-2.316-6.016-5.357-6.007-8.394l0.01-3.346c-0.009,3.036,1.995,6.078,6.007,8.394c7.976,4.606,20.866,4.606,28.79,0C348.466,276.946,350.435,273.953,350.445,270.955z"/></g><g><defs><path id="SVGID_00000078731515410014899920000009531921170292058250_" d="M309.724,274.186c-0.008,3.037,1.995,6.078,6.007,8.394c7.976,4.604,20.866,4.604,28.79,0c3.935-2.288,5.905-5.28,5.914-8.278l0.01-3.346c-0.009,2.998-1.979,5.99-5.915,8.277c-7.924,4.605-20.815,4.605-28.79,0c-4.012-2.317-6.016-5.358-6.007-8.394L309.724,274.186z"/></defs><use xlink:href="%23SVGID_00000078731515410014899920000009531921170292058250_" style="overflow:visible;fill:%23252956;"/><clipPath id="SVGID_00000097488642787082004160000005316979964525134520_"><use xlink:href="%23SVGID_00000078731515410014899920000009531921170292058250_" style="overflow:visible;"/></clipPath><path style="clip-path:url(%23SVGID_00000097488642787082004160000005316979964525134520_);fill:%23252956;" d="M350.445,270.955l-0.01,3.346c-0.008,2.997-1.978,5.99-5.914,8.278c-3.204,1.861-7.219,2.971-11.393,3.327l0.01-3.346c4.174-0.356,8.19-1.466,11.393-3.328C348.466,276.946,350.435,273.953,350.445,270.955z"/><path style="clip-path:url(%23SVGID_00000097488642787082004160000005316979964525134520_);fill:%23323974;" d="M333.137,282.56l-0.009,3.346c-6.151,0.525-12.646-0.583-17.397-3.327c-0.013-0.007-0.025-0.015-0.038-0.022l0.01-3.346c0.013,0.007,0.024,0.014,0.037,0.021C320.491,281.977,326.987,283.086,333.137,282.56z"/><path style="clip-path:url(%23SVGID_00000097488642787082004160000005316979964525134520_);fill:%23252956;" d="M315.702,279.212l-0.009,3.347c-3.987-2.314-5.978-5.345-5.97-8.373l0.01-3.346C309.724,273.867,311.716,276.898,315.702,279.212z"/></g><path style="fill:%233C4384;" d="M344.434,262.558c7.976,4.605,8.02,12.07,0.096,16.675c-7.924,4.606-20.814,4.606-28.79,0c-7.973-4.603-8.015-12.07-0.091-16.675C323.573,257.954,336.46,257.955,344.434,262.558z"/><path style="fill:%23252956;" d="M341.544,277.508c-6.285,3.653-16.511,3.653-22.837,0c-1.154-0.665-2.102-1.408-2.837-2.2c-3.285-3.539-2.369-8.043,2.767-11.023c6.285-3.654,16.507-3.654,22.829,0c2.106,1.215,3.518,2.684,4.228,4.237C347.115,271.629,345.735,275.073,341.544,277.508z"/><path style="fill:%23323974;" d="M341.544,277.508c-6.285,3.653-16.511,3.653-22.837,0c-1.154-0.665-2.102-1.408-2.837-2.2c-1.425-3.112-0.045-6.561,4.15-8.995c6.281-3.653,16.503-3.653,22.829,0c1.161,0.669,2.11,1.417,2.844,2.209C347.115,271.629,345.735,275.073,341.544,277.508z"/><path style="fill:%23252956;" d="M342.102,275.947l-2.315,1.336c-0.746,0.431-1.967,0.431-2.714,0c-0.747-0.431-0.747-1.136,0-1.567l2.315-1.336c0.746-0.432,1.968-0.432,2.714,0C342.848,274.811,342.848,275.516,342.102,275.947z"/><path style="fill:%23FF698D;" d="M349.082,294.937l-1.396,16.047c-0.846,0.826-1.872,1.605-3.095,2.32c-3.199,1.855-7.201,2.96-11.363,3.317c-6.13,0.522-12.603-0.582-17.345-3.317c-0.012-0.008-0.025-0.016-0.036-0.025c-1.343-0.78-2.455-1.643-3.346-2.558l-1.306-16.014c0.985,1.523,2.537,2.952,4.652,4.179c0.012,0.009,0.024,0.016,0.036,0.021c4.742,2.738,11.215,3.842,17.345,3.317c4.162-0.353,8.165-1.462,11.363-3.317C346.603,297.737,348.101,296.382,349.082,294.937z"/><path style="fill:%23FE8EA7;" d="M316.504,299.225l0.871,14.842c4.429,2.103,10.008,2.961,15.378,2.578l0.234-14.409C327.185,302.693,321.119,301.684,316.504,299.225z"/></g></g><g><g><g style="enable-background:new ;"><g><polygon style="fill:%23B4A4F5;" points="387.867,249.393 390.746,247.712 390.845,223.886 387.966,225.567 "/></g><g><polygon style="fill:%23EDECF8;" points="387.966,225.567 390.845,223.886 319.812,182.676 316.933,184.357 "/></g><g><polygon style="fill:%23E1DEF8;" points="316.933,184.357 316.834,208.183 387.867,249.393 387.966,225.567 "/></g></g></g><g><path style="fill:%23FE486E;" d="M323.797,207.325l-2.159-1.246v-12.098l2.159,1.246V207.325z"/><path style="fill:%23FE486E;" d="M325.798,208.481v-12.098l3.223,1.861c0.92,0.532,1.746,1.247,2.472,2.145c0.726,0.899,1.294,1.908,1.701,3.027c0.409,1.119,0.613,2.241,0.613,3.366v0.557c0,1.124-0.2,2.009-0.602,2.652c-0.4,0.645-0.965,0.997-1.694,1.058c-0.729,0.061-1.551-0.17-2.468-0.694L325.798,208.481z M327.956,199.648v8.076l1.044,0.602c0.844,0.487,1.488,0.541,1.936,0.162c0.446-0.379,0.675-1.158,0.684-2.339v-0.64c0-1.23-0.221-2.29-0.662-3.178c-0.442-0.889-1.086-1.579-1.936-2.069L327.956,199.648z"/><path style="fill:%23FE486E;" d="M341.677,212.406l-4.144-2.393v3.24l4.863,2.808v2.003l-7.022-4.054v-12.098l7.008,4.046v2.019l-4.849-2.8v2.883l4.144,2.393V212.406z"/><path style="fill:%23FE486E;" d="M352.185,223.715l-2.161-1.247l-4.202-10.386v7.96l-2.158-1.246v-12.098l2.158,1.246l4.211,10.407v-7.977l2.152,1.243V223.715z"/><path style="fill:%23FE486E;" d="M361.748,219.158l-3.21-1.853v10.079l-2.159-1.246v-10.079l-3.166-1.829v-2.019l8.535,4.927V219.158z"/><path style="fill:%23FE486E;" d="M365.272,231.271l-2.158-1.246v-12.098l2.158,1.246V231.271z"/><path style="fill:%23FE486E;" d="M374.952,226.781l-3.21-1.853v10.079l-2.158-1.246v-10.079l-3.168-1.829v-2.019l8.535,4.928V226.781z"/><path style="fill:%23FE486E;" d="M379.91,233.075l2.18-4.192l2.36,1.363l-3.438,5.725v4.387l-2.195-1.267v-4.387l-3.44-9.697l2.367,1.367L379.91,233.075z"/></g></g><g><path style="opacity:0.8;fill:%23EDECF8;" d="M292.867,279.25c5.54,3.199,5.54,8.385,0,11.584c-5.541,3.199-14.523,3.199-20.063,0c-5.54-3.199-5.54-8.385,0-11.584C278.344,276.052,287.327,276.052,292.867,279.25z"/><path style="fill:%23FFC7AD;" d="M295.19,178.926c-0.028-0.016-0.059-0.024-0.08-0.047c-0.082-0.086-0.116-0.206-0.14-0.322c-0.084-0.42-0.054-0.853-0.1-1.279c-0.036-0.322-0.121-0.659-0.319-0.921c-0.119-0.157-0.365-0.386-0.58-0.297c-0.149,0.063-0.219,0.232-0.254,0.403c-0.021,0.102-0.029,0.204-0.033,0.285c-0.058,1.062,0.053,2.119,0.239,3.164C294.747,179.903,295.681,179.984,295.19,178.926z"/><g><path style="fill:%23BFBEED;" d="M274.911,180.877c-0.336,2.107-1.301,8.445-1.559,11.838c-0.07,0.914,0.593,1.267,0.841,2.167c0.251,0.909,0.785,1.606,1.486,2.322c0.317,0.324,0.724,0.657,1.203,0.641c0.437-0.014,0.772-0.316,1.032-0.614c1.564-1.8,1.984-4.309,1.808-6.562c-0.164-2.095,0.08-5.591-0.105-7.693c-0.035-0.4-0.044-0.83-0.169-1.221c-0.594-1.86-2.26-2.708-3.466-1.835C275.392,180.347,275.092,179.732,274.911,180.877z"/></g><g><path style="fill:%23BFBEED;" d="M273.651,190.948c-0.551,1.147-0.341,2.846-0.34,3.954c0.002,1.556,0.439,12.253,0.1,13.778c-0.333,1.495,1.263-2.032,2.751-1.866c1.076,0.12,2.445-0.546,2.971-1.502c1.173-2.13,0.975-5.038,0.353-7.285c-0.393-1.421-0.541-2.907-0.799-4.356c-0.12-0.677-0.253-1.359-0.443-2.02c-0.207-0.719-0.93-1.224-1.596-1.558c-0.633-0.318-1.41-0.43-2.048-0.122C274.152,190.187,273.851,190.531,273.651,190.948z"/></g><g><path style="fill:%23F3A984;" d="M287.486,203.23c-1.521-0.691-2.074-1.07-3.672-1.432c-0.259-0.058-1.13,0.27-1.39,0.215c-1.942-0.411-4.01-0.319-5.811,0.473c-0.02,0.009-0.039,0.02-0.06,0.029v11.922h11.425L287.486,203.23z"/><path style="fill:%23F3A984;" d="M285.852,204.035c0,0-6.884,3.993-6.779,0.032c0.147-5.521,0.46-6.154,2.879-7.01c0.663-0.235,0.894-0.819,1.594-0.833c2.554-0.05,1.565,1.344,1.469,2.317C284.731,201.425,285.807,202.519,285.852,204.035z"/><path style="fill:%23F3A984;" d="M287.21,203.132c-1.521-0.692-1.798-0.972-3.396-1.333c-0.259-0.058-1.13,0.27-1.39,0.215c-1.942-0.411-4.01-0.319-5.811,0.473c-0.02,0.009-0.039,0.02-0.06,0.029v11.922h11.425L287.21,203.132z"/><path style="fill:%23EDECF8;" d="M285.848,205.037c0.478-0.379,1.638-1.806,1.638-1.806c-0.449-0.204-0.811-0.379-1.143-0.537c-0.86,1.405-3.577,3.401-6.22,3.066c-1.235-0.157-1.64-1.487-2.721-3.536c-0.264,0.085-0.535,0.151-0.789,0.263c-0.021,0.009-0.04,0.02-0.06,0.029c0,0,1.363,2.684,2.13,3.451C280.644,207.928,284.433,206.159,285.848,205.037z"/><g><path style="fill:%23E1DEF8;" d="M278.988,201.595c-0.033,0.001-0.064,0.003-0.096,0.004C279.174,201.513,279.337,201.586,278.988,201.595z"/><path style="fill:%23E1DEF8;" d="M293.373,208.74c0.014,0.219,0.016,0.447,0.006,0.683c-0.027,0.661-0.201,1.297-0.346,1.936c-0.171,0.757-0.535,1.44-0.942,2.093c-0.431,0.692-0.784,1.397-1.211,2.093c-0.433,0.704-0.658,1.417-0.999,2.164c-0.764,1.67-1.449,3.399-1.753,5.218c-0.245,1.463-0.245,2.944-0.163,4.415c0.045,0.7,0.163,1.417,0.127,2.108c-0.009,0.191,0.037,0.536,0,0.7c-0.054,0.254-0.182,0.345-0.418,0.527c-1.271,0.991-2.78,1.563-4.342,1.835c-1.682,0.282-3.498,0.164-5.115-0.109c-0.481-0.082-0.936-0.173-1.372-0.273c-1.926-0.454-3.37-1.036-3.616-1.217c-0.353-0.273-0.199-0.191,0.101-2.762c1.235-10.556-3.425-10.747-1.608-16.271c0.309-0.945,0.944-1.835,1.335-2.78c1.445-3.461,0.536-7.313,5.833-7.504c-0.327,0.1-0.818,0.418-0.863,1.299c-0.109,2.226,0.764,2.925,1.736,3.642c0.254,0.2,0.536,0.345,0.836,0.445c2.435,0.827,5.786-0.517,6.885-3.752c1.386,0.836,2.886,1.481,4.193,2.446C292.791,206.501,293.291,207.475,293.373,208.74z"/><path style="fill:%23EDECF8;" d="M277.982,202.409c-0.034,0.944,0.316,2.246,0.833,3.039c0.371,0.569,1.09,0.87,1.09,0.87l-2.869,2.361c0,0-1.004-2.29-0.629-3.805C276.574,204.206,276.917,202.415,277.982,202.409z"/><path style="fill:%23EDECF8;" d="M286.943,203.212c0.069-0.008,0.123,0.014,0.161,0.065c0.012,0.318-0.481-0.332-0.709-0.182c-0.753,0.493-1.22,1.961-2.516,2.736c-1.873,1.119-3.809,0.556-3.973,0.488c-0.07,0.879,0.582,3.718,0.701,4.131c0.076-0.076,4.007-1.927,5.367-2.625c0.744-0.381,1.398-1.032,1.782-1.772c0.226-0.435,0.525-0.923,0.444-1.433c-0.031-0.196-0.399-1.151-0.714-1.389L286.943,203.212z"/><path style="fill:%23EDECF8;" d="M278.216,232.403c-0.481-0.082-0.936-0.173-1.372-0.273c-2.389-7.169-2.22-19.63,2.849-25.881c0.053,0.042,0.212,0.069,0.212,0.069s-0.02,0.606,0.218,0.686c-1.684,3.105-2.898,5.888-3.379,9.43C276.008,221.732,276.163,227.379,278.216,232.403z"/></g><path style="fill:%23FE486E;" d="M288.001,282.064l0.87,4c0.281,0.127,0.451,0.048,0.611-0.113l-0.324-4.862L288.001,282.064z"/><path style="fill:%23FE486E;" d="M283.932,290.528c0.074,0.183,0.177,0.352,0.32,0.491c0.343,0.333,0.735,0.559,1.222,0.599c0.303,0.025,0.591-0.073,0.872-0.178c0.528-0.198,0.845-0.603,1.097-1.089c0.305-0.586,0.548-1.129,0.641-1.784c0.042-0.298,0.344-2.731,0.48-3.154c0.126-0.393,0.775-3.487,0.56-4.627c-0.055-0.291-0.174-0.529-0.42-0.705c-0.215-0.153-0.567-0.27-0.827-0.295c-0.282-0.027-0.576,0.048-0.85,0.1c-0.178,0.034-0.308,0.04-0.469,0.137c-0.404,0.243-0.803-0.293-1.071,0.092c-0.297,0.427-0.541,1.452-0.756,2.221c-0.112,0.401-0.557,3.01-0.705,3.928c-0.108,0.669-0.237,1.336-0.281,2.014C283.695,289.031,283.645,289.817,283.932,290.528z"/><path style="fill:%23FE486E;" d="M281.607,284.008l-0.096-4.704l-1.332-0.096l0.444,4.865C280.938,284.287,281.321,284.346,281.607,284.008z"/><path style="fill:%23FE486E;" d="M272.765,285.936c-0.173,0.44-0.422,0.883-0.391,1.368c0.014,0.217,0.075,0.328,0.259,0.454c0.358,0.244,0.942,0.399,1.359,0.41c0.467,0.012,0.978-0.018,1.427-0.15c0.747-0.219,1.467-0.541,2.114-0.969c0.394-0.26,0.725-0.595,0.914-1.028c0.188-0.431,0.243-0.935,0.289-1.399c0.089-0.893,0.299-1.868,1.016-2.409c0.197-0.149,0.423-0.256,0.626-0.396c1.493-1.032,1.445-3.247,0.292-4.506c-0.626-0.684-1.267-0.518-1.98-0.059c-0.855,0.552-1.219,1.42-1.796,2.217c-0.082,0.113-0.167,0.223-0.259,0.328c-0.628,0.723-0.147-2.765-0.424-1.797C275.429,280.723,272.981,285.388,272.765,285.936z"/><path style="fill:%23F3A984;" d="M273.889,258.865c1.148,4.051,1.216,7.57,1.881,11.328c0.303,1.709,0.986,7.493-0.506,11.284c-0.341,0.866,2.367-1.872,3.114-2.429c0.516-0.386,1.508-1.283,1.464-1.927c-0.25-3.636,1.059-7.194,1.331-10.83c0.199-2.656-0.309-6.015-1.275-8.914L273.889,258.865z"/><path style="fill:%23F3A984;" d="M275.799,279.898c-0.06,0.304-0.19,0.609-0.296,0.9c-0.104,0.283-1.914,3.375-1.077,3.751c0.482,0.217,1.432-0.326,1.69-0.613c0.622-0.692,0.814-1.352,1.37-2.098c0.494-0.664,1.254-1.113,1.969-1.506c0.309-0.17,0.595-0.365,0.802-0.658c0.333-0.472,0.469-1.184,0.312-1.732c-0.093-0.326-0.197-0.608-0.37-0.903c-0.158-0.269-0.333-0.533-0.405-0.841c-0.125-0.537-0.2-1.128-0.574-1.559C279.219,274.639,275.854,279.616,275.799,279.898z"/><path style="fill:%23FFC7AD;" d="M280.408,254.037c0.876,6.288,3.056,13.502,3.992,19.78c0.255,1.717,0.821,6.926,0.396,10.741c-0.103,0.925,2.318,0.755,3.079,0.219c0.527-0.372,0.935-2.948,0.867-3.588c-0.414-3.89,1.255-7.163,1.627-10.79c0.382-3.727-0.578-8.899-2.326-12.213c-0.357-0.674-0.858-1.4-1.616-1.487L280.408,254.037z"/><path style="fill:%23FFC7AD;" d="M285.456,281.457c-0.067,0.439-0.502-0.472-0.506-0.031c-0.004,0.496-0.211,2.789-0.282,3.279c-0.087,0.6-0.133,1.39-0.01,1.996c0.108,0.526,0.321,1,0.828,1.181c0.591,0.21,1.26-0.277,1.639-0.762c0.407-0.518,0.553-0.931,0.785-1.546c0.208-0.553,0.436-1.123,0.526-1.704c0.175-1.139,0.395-2.419,0.225-3.571c-0.018-0.12-0.421-1.611-0.5-1.553c-0.192,0.143-0.36,0.323-0.533,0.493c-0.677,0.666-1.355,1.333-2.032,1.998C285.34,281.491,285.514,281.074,285.456,281.457z"/><path style="fill:%23FE486E;" d="M273.716,229.226c0,0-0.494,2.15-0.57,2.686c-0.743,5.317-0.179,12.43,0.11,17.746c0.138,2.539,0.535,10.246,1.056,11.96c0.399,1.315,5.985,1.965,7.23,1.94c1.547-0.031,8.215-0.356,8.489-2.703c0.347-2.979,0.762-8.768,1.227-11.731c0.513-3.268,1.129-8.894,0.796-12.213c-0.366-3.643-1.62-5.493-3.45-8.246c0.235,0.44-3.518,4.67-11.718,3.039C274.243,231.178,273.716,229.226,273.716,229.226z"/></g><g><path style="fill:%237A472D;" d="M289.342,196.661c-0.049-0.551-0.13-1.096-0.261-1.633c-0.278-1.142-0.978-3.537-2.355-4.679c-0.601,0.131-0.497,1.945-1.078,2.135c-0.553,0.181-1.008,0.616-1.489,0.938c-0.295,0.198-0.804,0.417-0.905,0.796c-0.191,0.716,0.88,1.757,1.228,2.339c0.769,1.285,1,2.826,1.088,4.297c0.093,1.571-0.261,3.169-1.033,4.543c-0.598,1.064-1.43,1.99-1.967,3.087c-0.81,1.654-0.88,3.653-0.186,5.359c0.428-0.97,0.864-1.954,1.549-2.763c0.903-1.065,2.178-1.755,3.119-2.786c0.882-0.966,1.433-2.197,1.766-3.463c0.541-2.054,0.62-4.19,0.601-6.301C289.415,197.907,289.399,197.281,289.342,196.661z"/><path style="fill:%23FFC7AD;" d="M283.005,200.473c0.186-0.193,0.367-0.391,0.543-0.594c0.608-0.702,1.296-1.516,1.681-2.363c1.232-2.719,0.936-6.155-1.45-8.152c-1.693-1.416-4.181-1.809-6.228-0.982c-0.554,0.224-1.073,0.528-1.572,0.856c-0.431,0.284-0.857,0.594-1.163,1.01c-0.202,0.273-0.346,0.583-0.475,0.897c-0.145,0.353-0.273,0.716-0.325,1.094c-0.233,1.699,1.051,3.273,0.596,4.974c-0.099,0.371-0.27,0.724-0.357,1.097c-0.087,0.375-0.077,0.796,0.155,1.098c0.221,0.287,0.486,0.414,0.634,0.743c0.201,0.445,0.356,0.924,0.537,1.379c0.198,0.497,0.398,0.999,0.707,1.435c0.756,1.066,1.681,1.039,2.766,0.472C280.523,202.669,281.861,201.661,283.005,200.473z"/><path style="fill:%23A26749;" d="M287.256,192.152c-0.46-3.211-1.468-3.655-2.803-4.55c-1.293-0.868-2.941-1.145-4.477-0.932c-1.57,0.218-3.052,0.922-4.294,1.897c-0.05,0.039-0.099,0.078-0.148,0.118c-0.641,0.522-1.196,1.102-1.482,1.891c-0.254,0.7-0.316,1.386-0.299,2.121c0.004,0.147,0.011,0.305,0.101,0.421c0.092,0.116,0.246,0.16,0.392,0.188c1.166,0.226,2.518-0.17,3.329-1.046c0.187,0.798,0.853,1.38,1.483,1.904c0.66,0.55,1.463,1.068,2.041,1.7c0.389,0.425,0.566,0.881,1.115,1.168c0.502,0.26,0.832,0.248,1.308-0.034c0.428-0.254,0.853-0.653,1.381-0.4c0.489,0.235,0.38,0.85,0.319,1.293c-0.013,0.083-0.123,0.713,0.128,0.689C285.603,198.557,287.81,196.012,287.256,192.152z"/><path style="fill:%23A26749;" d="M287.256,192.152c-0.269-1.882-0.727-2.813-1.329-3.442c0,0-1.41,0.725-2.621,1.795c-1.131,1-2.31,2.714-2.31,2.714c0.159,0.462-0.046,0.96-0.102,1.445c-0.043,0.377,0.109,0.173,0.254,0.521l1.544,1.081l0.779,0.761c0.017-0.01,0.034-0.017,0.051-0.027c0.428-0.254,0.853-0.653,1.381-0.4c0.489,0.235,0.22,1.073,0.159,1.516c-0.014,0.083-0.089,1.038-0.089,1.038C285.226,199.129,287.81,196.012,287.256,192.152z"/><path style="fill:%23FFC7AD;" d="M284.503,195.422c1.091-0.192,1.517,1.143,0.876,2.277c-0.188,0.332-0.548,0.646-0.81,0.923c-1.789,1.889-2.479,0.128-1.915-0.511C283.966,196.628,283.129,195.664,284.503,195.422z"/><path style="fill:%23F3A984;" d="M284.069,197.997c0.113-0.129,1.287-1.003,0.379-1.415c-0.251-0.114-0.492,0.121-0.501,0.375c-0.005,0.132,0.05,0.26,0.045,0.393c-0.003,0.078-0.028,0.154-0.061,0.224c-0.092,0.193-0.452,0.408-0.349,0.665C283.672,198.467,284.004,198.072,284.069,197.997z"/></g><g><polygon style="fill:%23E1DEF8;" points="283.329,149.42 297.46,157.579 297.46,159.648 297.46,177.853 247.202,190.344 "/><polygon style="fill:%23B4A4F5;" points="258.499,184.988 297.46,157.579 300.565,164.659 "/><polygon style="fill:%23E1DEF8;" points="305.192,162.044 322.007,171.752 297.46,177.853 258.779,184.909 "/></g><g><path style="fill:%23E1DEF8;" d="M287.333,208.501c-0.392,1.871,1.357,3.75,3.382,3.987c0.869,0.102,1.588-0.186,2.256-0.688c1.568-1.176,8.233-12.09,8.414-12.922c0.495-2.285-0.603-3.94-2.315-3.721c-0.705,0.09-1.356,0.547-1.888,0.99C296.826,196.445,287.798,206.285,287.333,208.501z"/></g><path style="fill:%23FFC7AD;" d="M297.752,175.745c-0.312-0.682-0.772-1.304-1.357-1.774c-0.143-0.115-0.294-0.223-0.453-0.317c-0.192-0.113-0.219-0.13-0.364,0.029c-0.238,0.262-0.395,0.572-0.395,0.934c0.002,0.33,0.127,0.644,0.225,0.959c0.18,0.568,0.272,1.163,0.28,1.76c0.004,0.305-0.015,0.611-0.056,0.913c-0.026,0.187-0.012,0.588-0.201,0.7c-0.075,0.044-0.164,0.021-0.241-0.023c0.49,1.058-0.444,0.978-1.267,0.985c0.08,0.449,0.17,0.897,0.272,1.341c0.083,0.358,0.262,1.57,0.326,1.823c0.126,0.501,0.368,0.974,0.818,1.255c0.116,0.072,0.243,0.131,0.374,0.176c0.648,0.223,1.39-0.004,1.769-0.594c0.196-0.304,0.209-0.831,0.279-1.181c0.093-0.459,0.18-0.918,0.262-1.378c0.161-0.904,0.301-1.816,0.302-2.735C298.327,177.635,298.163,176.64,297.752,175.745z"/><g><path style="fill:%23E1DEF8;" d="M301.502,197.982c-0.317-10.425-3.703-15.975-4.026-16.149c-0.316-0.172-0.723-0.112-1.096-0.049c-0.405,0.069-0.813,0.14-1.194,0.297c-0.381,0.158-0.738,0.415-0.928,0.766c-0.169,0.313-0.19,0.668-0.188,1.01c0.002,0.936,0.36,4.723,0.398,5.717c0.052,1.371,0.122,2.744,0.307,4.097c0.139,1.017,0.841,5.276,1.358,6.171C296.817,201.026,301.597,201.107,301.502,197.982z"/></g></g><g><g><g><path style="fill:%23BFBEED;" d="M66.159,211.931c-1.474-1.652-4.219-7.865-5.789-11.028c-0.422-0.852,0.077-1.45-0.034-2.413c-0.112-0.972,0.129-1.85,0.525-2.813c0.179-0.435,0.44-0.914,0.908-1.085c0.425-0.156,0.865,0.004,1.232,0.189c1.157,0.589,2.178,1.791,2.735,2.953c0.46,0.959,0.841,1.968,1.241,2.957c0.743,1.838,1.432,3.701,2.053,5.583c0.445,1.348,0.853,2.698,0.923,4.119c0.059,1.209-0.811,2.105-2.07,1.794C67.149,212.007,66.934,212.798,66.159,211.931z"/></g><g><path style="fill:%23BFBEED;" d="M70.552,208.291c-1.141-1.027-1.636-2.359-1.636-2.359s-1.597-0.594-1.85-0.078c-0.335,0.682-2.009,4.796-0.907,6.077c1.175,1.364,3.864,3.428,5.436,4.268c0.06,0.032,0.09,0.05,0.132,0.073c1.052-1.005,2.785-2.01,4.171-3.015C74.324,211.718,71.181,208.857,70.552,208.291z"/></g><g><g><g><path style="fill:%23252956;" d="M52.651,272.781c0.311,2.851,0.319,5.724,0.325,8.592c0.003,0.87,0.297,1.689,0.215,2.569c-0.052,0.561-0.258,1.129-0.674,1.511c-0.419,0.385-1.01,0.542-1.58,0.537c-1.164-0.012-2.279-0.671-2.938-1.631c-0.971-1.414-0.741-3.21-0.906-4.83c-0.117-1.16-0.202-2.325-0.251-3.49c-0.064-1.474,0.462-2.141,1.535-3.064c0.827-0.712,1.615-1.866,2.56-2.377c0.454-0.245,1.11-0.024,1.476,0.301c0.408,0.363,0.622,0.909,0.663,1.454L52.651,272.781z"/><path style="fill:%23252956;" d="M60.412,269.499c0.891,0.146,1.83,0.731,2.63,1.107c1.906,0.895,3.764,1.887,5.622,2.877c1.314,0.701,4.245,1.923,3.582,3.879c-0.305,0.901-1.215,1.496-2.151,1.663c-1.865,0.333-3.488-0.223-4.969-1.275c-1.464-1.039-3.123-1.806-4.865-2.242c-1.494-0.374-2.456-1.203-2.506-2.81C57.707,271.13,58.535,269.193,60.412,269.499z"/><path style="fill:%23272E67;" d="M65.517,236.046c-0.65,4.83-0.036,18.94-4.742,17.685c-1.475-0.393-4.036-2.992-4.265-6.206c-0.124-1.733-0.03-4.198-0.124-5.932c-0.193-3.587-3.676-15.127,3.634-17.341c1.099-0.333,2.795-2.503,3.728-1.733c0.192,0.158,0.796,0.916,1.252,2.56c0.26,0.938,0.399,2.368,0.57,3.626C65.863,230.861,65.875,233.377,65.517,236.046z"/><path style="fill:%23272E67;" d="M63.937,270.827c-0.45,2.606-5.94,3.078-6.473,0.462c-0.796-3.902,0.108-7.969-0.158-11.914c-0.346-5.135-0.887-8.78-0.661-11.148c0.093-0.979,1.324,0.066,1.877-0.747c1.338-1.971,6.243-0.76,6.073,0.223C63.861,251.926,63.945,270.783,63.937,270.827z"/><path style="fill:%233C4384;" d="M55.634,250.026c-0.03,1.093-0.143,2.186-0.241,3.274c-0.159,1.76-0.337,3.519-0.519,5.277c-1.023,9.862-1.162,14.907-2.035,16.947c-0.722,1.686-2.973,1.49-4.42,0.966c-0.634-0.229-1.229-0.621-1.585-1.193c-0.346-0.557-0.438-1.231-0.511-1.883c-0.714-6.32-0.249-12.584,1.418-18.718c0.391-1.439,0.876-2.921,1.738-4.154c0.306-0.439,2.009,2.605,2.479,2.35c0.509-0.277-0.614-1.168-0.038-1.108c1.087,0.113,2.123,0.657,2.832,1.488L55.634,250.026z"/><path style="fill:%233C4384;" d="M48.374,224.585c0,0,0.448-0.573,0.459-0.567c1.577,0.859,3.554,0.712,5.44,0.991c4.07,0.601,4.365,1.333,7.106-0.388c0.456,2.834-0.306,5.459-0.3,6.085c0.03,3.23-2.973,3.41-3.139,5.108c-0.387,3.934-1.116,11.707-1.824,15.599c-0.276,1.513-0.599,3.062-1.45,4.344c-0.991,1.493-2.661,2.264-4.437,2.049c-0.457-0.055-0.917-0.214-1.249-0.532c-0.773-0.743-1.619-0.573-1.485-1.637c0.391-3.1,0.117-7.473-0.467-10.542C45.845,238.887,45.493,232.105,48.374,224.585z"/><path style="fill:%23E1DEF8;" d="M48.475,221.332c-0.049-1.037-0.138-2.074-0.268-3.104c-0.17-1.321-0.398-2.618-0.694-3.908c-0.527-2.298-1.134-4.137-1.762-6.411c-0.35-1.269-1.115-3.193-1.22-4.099c-0.241-2.091,0.969-3.704,3.676-5.539c1.829-1.239,5.482-2.868,9.056-3.987c5.004-1.567,5.706,0.258,7.146,4.25c1.34,3.715,0.951,9.842,0.353,13.796c-0.318,2.095-0.513,4.208-0.585,6.325c-0.062,1.824,0.144,3.56,0.447,5.346c-4.376,3.102-16.073,0.985-16.356,0.865C48.37,223.703,48.517,222.5,48.475,221.332z"/><path style="fill:%23252956;" d="M48.416,223.223c-0.036,0.405-0.113,1.244-0.148,1.643c0.283,0.12,11.691,2.59,16.356-0.866c-0.083-0.492-0.157-0.981-0.222-1.469C58.794,224.477,54.007,224.163,48.416,223.223z"/><path style="fill:%233C4384;" d="M49.342,223.367c0,0.551,0,1.145,0,1.733c0.381,0.073,0.853,0.155,1.393,0.238c0-0.591,0-1.182,0-1.772C50.273,223.503,49.812,223.441,49.342,223.367z"/><path style="fill:%233C4384;" d="M57.695,223.893c0,0.642,0,1.283,0,1.925c0.467-0.015,0.932-0.048,1.392-0.089c0-0.719,0-1.408,0-1.97C58.621,223.814,58.157,223.863,57.695,223.893z"/><path style="fill:%233C4384;" d="M64.401,222.531c-1.84,0.638-3.592,1.021-5.315,1.227c0,0.562,0,1.251,0,1.97c2.129-0.193,4.136-0.691,5.537-1.728C64.54,223.508,64.467,223.019,64.401,222.531z"/><g><path style="fill:%233C4384;" d="M57.351,221.458c0.544,0.462,1.187,1.015,1.722,1.476c0.775-1.216,0.796-1.318,1.514-2.537c0.022-7.238-0.288-14.021-2.017-20.951c-0.669,0.475-1.005,0.713-1.681,1.19C57.766,207.265,58.311,214.163,57.351,221.458z"/></g><path style="fill:%23272E67;" d="M59.289,199.28c0.007,0.029,0.011,0.063,0.01,0.102c-0.005,0.204-0.131,0.46-0.201,0.651c-0.15,0.413-0.338,0.814-0.562,1.192c-0.123,0.207-0.27,0.42-0.493,0.511c-0.25,0.103-0.541,0.027-0.777-0.105c-0.269-0.151-0.762-0.375-0.701-0.711c0.053-0.294,0.157-0.589,0.253-0.87c0.197-0.576,0.463-1.289,0.994-1.641c0.597-0.396,1.022,0.197,1.337,0.639C59.215,199.14,59.267,199.197,59.289,199.28z"/><path style="fill:%23F3A984;" d="M51.731,196.349c-0.129,4.04,7.451,4.109,7.342,0.309c-0.153-5.295-0.474-5.902-2.97-6.724c-0.683-0.225-1.398-0.398-2.121-0.411c-2.633-0.049-1.613,1.288-1.515,2.222C52.763,194.512,51.778,194.895,51.731,196.349z"/><path style="fill:%23E1DEF8;" d="M57.831,198.84c0.134,0.432,0.705,0.582,1.082,0.834c0.166,0.111,0.454,0.324,0.671,0.279c0.219-0.045,0.35-0.336,0.424-0.516c0.535-1.303,0.841-2.725,0.855-4.136c0.004-0.447-0.068-0.947-0.419-1.262c-0.314-0.283-0.857-0.343-1.242-0.174c-0.414,0.181-0.514,0.997-0.367,1.374C59.363,196.59,58.76,198.147,57.831,198.84z"/><path style="fill:%23E1DEF8;" d="M57.891,198.858c0,0-0.658,1.041-1.461,1.756c-0.2,0.177-0.36,0.395-0.626,0.31c-1.301-0.418-4.041-2.718-4.586-4.173c-0.197-0.525,0.184-1.178,0.484-1.591c0.053-0.074,0.472-0.642,0.552-0.697c0.054,0.082,0.337,1.126,0.794,1.8C54.1,197.814,56.023,198.603,57.891,198.858z"/></g></g></g><g><path style="fill:%23FFC7AD;" d="M62.58,183.651c0.571,0.912,0.905,1.964,0.893,3.081c-0.005,0.481-0.083,0.961-0.245,1.415c-0.152,0.429-0.423,0.835-0.428,1.305c-0.005,0.55,0.391,1.164,0.57,1.683c0.162,0.468,0.254,0.993,0.068,1.453c-0.106,0.264-0.295,0.485-0.448,0.725c-0.727,1.143-0.041,2.829-1.308,3.651c-0.316,0.205-0.69,0.244-1.065,0.264c-0.469,0.025-2.582-0.567-3.399-0.928c-0.903-0.399-1.784-1.426-2.436-2.168c-0.511-0.58-1.367-1.327-1.693-2.023c-0.1-0.214,0.14-0.253-0.077-0.359c-0.132-0.064-0.293-0.905-0.438-0.921c-0.174-0.019-0.41-0.211-0.557-0.31c-0.283-0.189-0.419,0.499-0.512,0.171c-0.396-1.39-0.9-2.811-0.84-4.278c0.054-1.344,0.025-2.497,0.89-3.64c0.649-0.858,1.578-1.483,2.585-1.867c1.537-0.585,3.279-0.616,4.836-0.085C60.449,181.32,61.76,182.34,62.58,183.651z"/><path style="fill:%23C99C83;" d="M57.483,184.888c-0.379-0.061-0.762-0.05-1.109,0.106c-0.591,0.265-0.942,0.906-1.036,1.546c-0.208,1.41,0.278,2.818,0.318,4.217c0.006,0.21-0.007,0.43-0.11,0.613c-0.282,0.498-0.808,0.228-1.108-0.089c-0.191-0.202-0.341-0.44-0.524-0.65c-0.183-0.209-0.414-0.395-0.688-0.445c-0.437-0.079-0.774,0.265-0.843,0.669c-0.063,0.37,0.006,0.742,0.103,1.098c0.023,0.086,0.208,0.73-0.057,0.732c-0.266,0.003-2.601-2.401-2.705-6.486c-0.1-3.918,2.618-4.648,2.618-4.648s1.197-2.03,4.353-1.879c1.66,0.079,3.285,0.619,4.687,1.495c0.056,0.035,0.112,0.071,0.168,0.107c0.68,0.442,1.325,0.969,1.766,1.65c1.21,1.873-0.421,3.373-2.385,3.06c-0.925-0.148-1.777-0.577-2.66-0.887C58.017,185.01,57.751,184.931,57.483,184.888z"/></g><path style="fill:%23FFC7AD;" d="M52.811,189.114c-1.164-0.078-1.459,1.366-0.66,2.483c0.232,0.325,0.645,0.614,0.95,0.873c2.085,1.777,2.609-0.145,1.947-0.75C53.509,190.315,54.276,189.212,52.811,189.114z"/><path style="fill:%23F3A984;" d="M53.514,191.87c-0.133-0.123-1.46-0.905-0.556-1.439c0.25-0.147,0.529,0.072,0.567,0.337c0.02,0.137-0.023,0.278-0.003,0.416c0.013,0.081,0.047,0.158,0.089,0.228c0.118,0.192,0.52,0.376,0.442,0.656C53.983,192.317,53.591,191.941,53.514,191.87z"/><g><path style="fill:%23F3A984;" d="M78.16,216.378c0.586,0.501,1.203,0.944,1.48,1.713c0.262,0.726,0.19,1.609-0.335,2.174c-0.525,0.564-1.542,0.655-2.054,0.077c-0.313-0.355-0.385-0.854-0.553-1.296c-0.225-0.592-0.645-1.109-1.179-1.45c-0.291-0.187-0.614-0.322-0.891-0.527c-0.278-0.206-1.016-0.91-1.026-1.255c-0.024-0.784,1.177-1.518,1.86-1.609c0.277-0.036,1.074,0.403,1.302,0.564c0.221,0.155,0.353,0.403,0.496,0.632C77.507,215.793,77.828,216.095,78.16,216.378z"/><path style="fill:%23BFBEED;" d="M75.899,213.256c-1.386,1.005-3.119,2.01-4.171,3.015c0.265,0.147,0.245,0.157,0.729,0.414c0.929,0.413,4.256-1.515,4.24-2.61C76.552,213.906,76.268,213.618,75.899,213.256z"/><path style="fill:%23FFC7AD;" d="M66.277,225.465c0.175-0.09,0.382-0.155,0.558-0.072c0.111,0.053,0.19,0.157,0.246,0.265c0.056,0.109,0.095,0.236,0.062,0.354c-0.061,0.221-0.331,0.335-0.479,0.491c-0.212,0.221-0.435,0.396-0.691,0.568c-0.46,0.307-0.972,0.534-1.516,0.644c-0.577,0.117-1.008-0.161-1.502-0.448c-0.315-0.183-0.602-0.409-0.873-0.653c0.88-0.553,1.938-0.884,3.148-0.833c0.192,0.008,0.263,0.197,0.467,0.092c0.189-0.095,0.35-0.282,0.541-0.389C66.25,225.48,66.263,225.472,66.277,225.465z"/><g id="signature_3_"><g><polygon style="fill:%23E0DDE1;" points="88.721,220.944 74.55,229.221 60.737,222.781 71.391,215.49 "/><polygon style="fill:%23B4A4F5;" points="88.541,222.641 77.802,228.841 58.921,224.471 71.472,217.225 "/><polygon style="fill:%23F9F9F9;" points="88.541,221.461 75.99,228.707 58.921,223.291 71.472,216.044 "/></g></g><path style="fill:%23FFC7AD;" d="M77.706,216.741c-0.002,0.756-0.073,1.511-0.212,2.254c-0.03,0.163-0.065,0.329-0.152,0.47c-0.088,0.141-0.238,0.254-0.403,0.252c-0.177-0.002-0.332-0.136-0.412-0.294c-0.145-0.286-0.09-0.625-0.06-0.944c0.03-0.318,0.016-0.682-0.218-0.899c-0.112-0.104-0.26-0.159-0.385-0.246c-0.464-0.32-0.51-1.065-0.143-1.493c0.329-0.383,0.984-0.522,1.461-0.364C77.716,215.652,77.708,216.248,77.706,216.741z"/><path style="fill:%23FFC7AD;" d="M58.666,223.934c0.128-0.315,0.533-0.492,0.822-0.612c1.201-0.498,2.563-0.737,3.785-0.175c0.518,0.238,0.991,0.599,1.549,0.747c0.271,0.072,0.54,0.045,0.809,0.112c0.301,0.076,0.606,0.132,0.91,0.192c0.224,0.044,0.494,0.14,0.521,0.367c0.023,0.191-0.155,0.348-0.335,0.417c-0.505,0.191-1.08-0.03-1.605,0.094c-0.314,0.075-0.175,0.439-0.027,0.613c0.039,0.045,0.285,0.254,0.329,0.286c-1.21-0.051-2.464,0.088-3.343,0.641c-0.164-0.148-0.329-0.296-0.473-0.464c-0.164-0.193-0.333-0.436-0.565-0.551c-0.197-0.099-0.412-0.125-0.617-0.229c-0.437-0.225-0.926-0.283-1.333-0.587C58.835,224.591,58.522,224.288,58.666,223.934z"/><path style="fill:%23EDECF8;" d="M59.087,220.776c-1.29-0.591-2.573-1.195-3.833-1.847c-1.351-0.699-2.694-1.441-3.929-2.332c-0.802-0.579-1.858-1.341-2.146-2.345c-0.489-1.704,0.078-4.518,0.506-6.181c0.504-1.959,1.356-3.821,0.974-5.818c-0.163-0.852-0.508-1.726-1.247-2.254c-1.112-0.796-2.459-1.018-3.538-0.165c-1.14,0.903-1.496,1.825-1.871,3.234c-0.453,1.702-0.717,3.569-0.823,5.323c-0.208,3.416-0.147,7.636,0.609,9.121c0.359,0.706,1.012,1.264,1.62,1.75c1.111,0.887,2.337,1.903,3.579,2.591c1.407,0.78,9.403,4.764,10.596,3.966c0.402-0.269,0.695-0.66,0.914-1.069c0.268-0.503,0.5-1.165,0.535-1.739C61.108,221.781,59.704,221.059,59.087,220.776z"/></g></g></g><g><g style="enable-background:new ;"><g><polygon style="fill:%23EDECF8;" points="83.491,186.685 94.827,180.098 102.477,184.514 91.142,191.102 "/></g><g><polygon style="fill:%23A697E0;" points="83.53,173.234 94.865,166.646 94.827,180.098 83.491,186.685 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000061434317565872537360000011788646372740190868_" style="enable-background:new ;" d="M91.142,191.102l11.336-6.588c2.105,1.216,3.75,1.586,4.934,1.123l-11.336,6.587C94.891,192.688,93.247,192.317,91.142,191.102z"/></defs><use xlink:href="%23SVGID_00000061434317565872537360000011788646372740190868_" style="overflow:visible;fill:%23EDECF8;"/><clipPath id="SVGID_00000031924531924625838950000003875410306506334907_"><use xlink:href="%23SVGID_00000061434317565872537360000011788646372740190868_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000031924531924625838950000003875410306506334907_);enable-background:new ;"><path style="fill:%23EDECF8;" d="M91.142,191.102l11.336-6.588c0.62,0.358,1.201,0.643,1.741,0.855l-11.335,6.587C92.342,191.745,91.762,191.46,91.142,191.102z"/><path style="fill:%23EDECF8;" d="M92.883,191.957l11.335-6.587c0.969,0.38,1.81,0.524,2.522,0.436l-11.336,6.587C94.693,192.481,93.852,192.336,92.883,191.957z"/><path style="fill:%23EDECF8;" d="M95.405,192.392l11.336-6.587c0.238-0.03,0.462-0.085,0.671-0.167l-11.336,6.587C95.866,192.307,95.643,192.363,95.405,192.392z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000006690756438238664590000009246098844298321336_" style="enable-background:new ;" d="M107.749,185.475l-11.336,6.587c-0.106,0.062-0.219,0.116-0.337,0.163l11.336-6.587C107.53,185.591,107.642,185.537,107.749,185.475z"/></defs><use xlink:href="%23SVGID_00000006690756438238664590000009246098844298321336_" style="overflow:visible;fill:%23EDECF8;"/><clipPath id="SVGID_00000108284922303890768350000013472088788161652645_"><use xlink:href="%23SVGID_00000006690756438238664590000009246098844298321336_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000108284922303890768350000013472088788161652645_);enable-background:new ;"><path style="fill:%23EDECF8;" d="M96.076,192.225l11.336-6.587c0.119-0.047,0.231-0.101,0.338-0.163l-11.336,6.587C96.307,192.124,96.194,192.179,96.076,192.225z"/></g></g><g><polygon style="fill:%23EDECF8;" points="83.55,165.977 94.886,159.389 101.499,163.208 90.163,169.795 "/></g><g><polygon style="fill:%23A697E0;" points="83.586,153.422 94.921,146.835 94.886,159.389 83.55,165.977 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000129884314297394482100000013422429959786958264_" style="enable-background:new ;" d="M106.952,164.352l-11.336,6.587c-1.113,0.647-2.93,0.266-5.453-1.144l11.336-6.588C104.022,164.617,105.838,164.999,106.952,164.352z"/></defs><use xlink:href="%23SVGID_00000129884314297394482100000013422429959786958264_" style="overflow:visible;fill:%23EDECF8;"/><clipPath id="SVGID_00000143590940497323999810000018153714135901643426_"><use xlink:href="%23SVGID_00000129884314297394482100000013422429959786958264_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000143590940497323999810000018153714135901643426_);enable-background:new ;"><path style="fill:%23EDECF8;" d="M90.163,169.795l11.336-6.588c0.705,0.394,1.355,0.708,1.95,0.942l-11.336,6.587C91.519,170.503,90.868,170.189,90.163,169.795z"/><path style="fill:%23EDECF8;" d="M92.114,170.736l11.336-6.587c1.048,0.411,1.925,0.572,2.632,0.485l-11.336,6.587C94.039,171.309,93.162,171.148,92.114,170.736z"/><path style="fill:%23EDECF8;" d="M94.745,171.221l11.336-6.587c0.327-0.041,0.617-0.135,0.871-0.282l-11.336,6.587C95.362,171.087,95.072,171.181,94.745,171.221z"/></g></g><g><defs><path id="SVGID_00000044876805266028508540000014658939973057526458_" d="M114.989,195.32l-11.336,6.588c2.09-1.215,3.133-3.939,3.146-8.172c0.008-2.809-0.622-5.548-1.9-8.224l11.336-6.588c1.278,2.676,1.908,5.416,1.9,8.224C118.123,191.382,117.079,194.106,114.989,195.32z"/></defs><use xlink:href="%23SVGID_00000044876805266028508540000014658939973057526458_" style="overflow:visible;fill:%23A697E0;"/><clipPath id="SVGID_00000076571509319673264420000001112587976831994766_"><use xlink:href="%23SVGID_00000044876805266028508540000014658939973057526458_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000076571509319673264420000001112587976831994766_);enable-background:new ;"><path style="fill:%23A697E0;" d="M104.899,185.512l11.336-6.588c0.646,1.354,1.127,2.723,1.443,4.11l-11.336,6.587C106.026,188.235,105.546,186.866,104.899,185.512z"/><path style="fill:%23A697E0;" d="M106.342,189.622l11.336-6.587c0.309,1.355,0.461,2.726,0.457,4.114c-0.012,4.233-1.056,6.957-3.146,8.172l-11.336,6.588c2.09-1.215,3.133-3.939,3.146-8.172C106.803,192.348,106.651,190.977,106.342,189.622z"/></g></g><g><defs><path id="SVGID_00000031166088822268560990000012204674782937911948_" d="M99.652,178.607l11.336-6.588c2.226,1.924,3.969,4.218,5.247,6.906l-11.336,6.588C103.621,182.824,101.879,180.53,99.652,178.607z"/></defs><use xlink:href="%23SVGID_00000031166088822268560990000012204674782937911948_" style="overflow:visible;fill:%23A697E0;"/><clipPath id="SVGID_00000119801122358378018750000008875884924578186915_"><use xlink:href="%23SVGID_00000031166088822268560990000012204674782937911948_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000119801122358378018750000008875884924578186915_);enable-background:new ;"><path style="fill:%23A697E0;" d="M99.652,178.607l11.336-6.588c2.108,1.822,3.782,3.975,5.039,6.481l-11.336,6.587C103.435,182.581,101.76,180.428,99.652,178.607z"/><path style="fill:%23A697E0;" d="M104.691,185.087l11.336-6.587c0.07,0.14,0.14,0.282,0.208,0.425l-11.336,6.588C104.831,185.369,104.762,185.228,104.691,185.087z"/></g></g><g><polygon style="fill:%23EDECF8;" points="74.676,139.946 86.011,133.358 101.199,142.127 89.863,148.714 "/></g><g><path style="fill:%23BFBEED;" d="M104.899,185.512c1.278,2.676,1.908,5.415,1.9,8.224c-0.014,4.79-1.348,7.648-4.025,8.573c-2.667,0.931-6.459-0.006-11.378-2.799l-16.862-9.735l0.142-49.83l15.188,8.768c5.268,3.042,9.249,6.498,11.963,10.394c2.715,3.884,4.061,8.053,4.048,12.525c-0.007,2.443-0.557,4.287-1.651,5.512c-1.094,1.236-2.617,1.715-4.571,1.462C101.879,180.53,103.621,182.824,104.899,185.512z M96.076,192.225c1.194-0.469,1.784-1.724,1.79-3.753c0.013-4.566-2.035-8.064-6.142-10.507l-8.194-4.731l-0.038,13.451l7.65,4.417C93.247,192.317,94.891,192.688,96.076,192.225z M83.586,153.422l-0.035,12.555l6.613,3.818c4.508,2.52,6.763,1.753,6.775-2.294c0.006-2.254-0.554-4.208-1.691-5.858c-1.147-1.655-2.943-3.188-5.407-4.611L83.586,153.422z"/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000086668291939061057820000001423746307562692031_" style="enable-background:new ;" d="M114.461,171.464l-11.335,6.588c0.405-0.235,0.77-0.537,1.098-0.907c1.094-1.224,1.644-3.069,1.651-5.512c0.012-4.472-1.333-8.641-4.048-12.525c-2.714-3.896-6.696-7.352-11.963-10.394l11.335-6.587c5.268,3.041,9.249,6.498,11.964,10.394c2.715,3.884,4.061,8.053,4.048,12.525c-0.007,2.442-0.557,4.288-1.651,5.512C115.232,170.927,114.866,171.229,114.461,171.464z"/></defs><use xlink:href="%23SVGID_00000086668291939061057820000001423746307562692031_" style="overflow:visible;fill:%23EDECF8;"/><clipPath id="SVGID_00000114794021524866731690000001971625163690393738_"><use xlink:href="%23SVGID_00000086668291939061057820000001423746307562692031_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000114794021524866731690000001971625163690393738_);enable-background:new ;"><path style="fill:%23EDECF8;" d="M89.863,148.714l11.335-6.587c5.268,3.041,9.249,6.498,11.964,10.394c0.688,0.984,1.288,1.987,1.8,3.008l-11.336,6.587c-0.513-1.021-1.112-2.024-1.8-3.008C99.112,155.212,95.131,151.755,89.863,148.714z"/><path style="fill:%23EDECF8;" d="M103.627,162.115l11.336-6.587c0.779,1.553,1.355,3.149,1.729,4.79l-11.336,6.588C104.982,165.265,104.406,163.669,103.627,162.115z"/><path style="fill:%23EDECF8;" d="M105.356,166.905l11.336-6.588c0.35,1.537,0.523,3.112,0.518,4.727c-0.007,2.442-0.557,4.288-1.651,5.512c-0.327,0.37-0.693,0.672-1.098,0.907l-11.335,6.588c0.405-0.235,0.77-0.537,1.098-0.907c1.094-1.224,1.644-3.069,1.651-5.512C105.879,170.018,105.706,168.442,105.356,166.905z"/></g></g></g><g style="enable-background:new ;"><g><polygon style="fill:%23A697E0;" points="122.449,199.167 133.784,192.579 133.732,210.821 122.397,217.409 "/></g><g><polygon style="fill:%23EDECF8;" points="147.238,231.278 158.574,224.691 158.573,225.163 147.237,231.75 "/></g><g><polygon style="fill:%23EDECF8;" points="122.472,190.848 133.808,184.26 141.017,188.422 129.681,195.01 "/></g><g><polygon style="fill:%23A697E0;" points="137.91,205.493 149.246,198.906 158.574,224.691 147.238,231.278 "/></g><g><polygon style="fill:%23A697E0;" points="122.515,175.898 133.85,169.31 133.808,184.26 122.472,190.848 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000018940514859382112810000018429831734113591216_" style="enable-background:new ;" d="M129.681,195.01l11.336-6.588c2.239,1.293,3.976,1.645,5.212,1.047l-11.336,6.588C133.657,196.655,131.92,196.303,129.681,195.01z"/></defs><use xlink:href="%23SVGID_00000018940514859382112810000018429831734113591216_" style="overflow:visible;fill:%23EDECF8;"/><clipPath id="SVGID_00000072250776332550226730000007965021270938552203_"><use xlink:href="%23SVGID_00000018940514859382112810000018429831734113591216_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000072250776332550226730000007965021270938552203_);enable-background:new ;"><path style="fill:%23EDECF8;" d="M129.681,195.01l11.336-6.588c0.623,0.36,1.208,0.647,1.754,0.861l-11.336,6.587C130.889,195.657,130.305,195.37,129.681,195.01z"/><path style="fill:%23EDECF8;" d="M131.435,195.871l11.336-6.587c0.984,0.386,1.841,0.533,2.572,0.442l-11.336,6.588C133.276,196.405,132.419,196.257,131.435,195.871z"/><path style="fill:%23EDECF8;" d="M134.007,196.313l11.336-6.588c0.319-0.04,0.614-0.125,0.886-0.257l-11.336,6.588C134.622,196.188,134.326,196.274,134.007,196.313z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000103970800292099776860000000949219270984224153_" style="enable-background:new ;" d="M146.406,189.375l-11.336,6.587c-0.058,0.034-0.117,0.065-0.178,0.094l11.336-6.588C146.289,189.44,146.348,189.408,146.406,189.375z"/></defs><use xlink:href="%23SVGID_00000103970800292099776860000000949219270984224153_" style="overflow:visible;fill:%23EDECF8;"/><clipPath id="SVGID_00000095332829311011920220000002958613708119785121_"><use xlink:href="%23SVGID_00000103970800292099776860000000949219270984224153_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000095332829311011920220000002958613708119785121_);enable-background:new ;"><path style="fill:%23EDECF8;" d="M134.893,196.057l11.336-6.588c0.061-0.029,0.12-0.061,0.178-0.094l-11.336,6.587C135.013,195.996,134.954,196.027,134.893,196.057z"/></g></g><g><polygon style="fill:%23EDECF8;" points="113.604,162.421 124.94,155.834 141.052,165.136 129.716,171.723 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000054257530032782547970000001280029355822114720_" style="enable-background:new ;" d="M153.644,198.061l-11.336,6.587c0.549-0.318,1.029-0.726,1.44-1.221c1.29-1.525,1.935-4.001,1.944-7.399c0.013-4.791-1.362-9.296-4.138-13.522c-2.765-4.232-6.715-7.824-11.839-10.783l11.336-6.588c5.124,2.958,9.074,6.551,11.839,10.783c2.776,4.226,4.151,8.732,4.138,13.522c-0.009,3.398-0.654,5.874-1.944,7.399C154.673,197.335,154.193,197.742,153.644,198.061z"/></defs><use xlink:href="%23SVGID_00000054257530032782547970000001280029355822114720_" style="overflow:visible;fill:%23EDECF8;"/><clipPath id="SVGID_00000075851562572120668250000015084456542111699390_"><use xlink:href="%23SVGID_00000054257530032782547970000001280029355822114720_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000075851562572120668250000015084456542111699390_);enable-background:new ;"><path style="fill:%23EDECF8;" d="M129.716,171.723l11.336-6.588c5.124,2.958,9.074,6.551,11.839,10.783c0.59,0.899,1.117,1.81,1.581,2.734l-11.336,6.588c-0.464-0.924-0.99-1.836-1.581-2.734C138.79,178.274,134.84,174.682,129.716,171.723z"/><path style="fill:%23EDECF8;" d="M143.136,185.24l11.336-6.588c0.889,1.772,1.546,3.591,1.971,5.456l-11.336,6.587C144.682,188.831,144.025,187.012,143.136,185.24z"/><path style="fill:%23EDECF8;" d="M145.107,190.697l11.336-6.587c0.395,1.736,0.59,3.513,0.585,5.332c-0.009,3.398-0.654,5.874-1.944,7.399c-0.411,0.495-0.891,0.903-1.44,1.221l-11.336,6.587c0.549-0.318,1.029-0.726,1.44-1.221c1.29-1.525,1.935-4.001,1.944-7.399C145.698,194.21,145.503,192.433,145.107,190.697z"/></g></g><g><path style="fill:%23BFBEED;" d="M137.91,205.493l9.328,25.785l-0.001,0.472l-9.591-5.537l-8.081-22.938l-7.116-4.108l-0.052,18.242l-8.934-5.158l0.141-49.83l16.112,9.302c5.124,2.958,9.074,6.551,11.839,10.783c2.775,4.226,4.151,8.731,4.138,13.522c-0.01,3.398-0.654,5.874-1.944,7.399C142.469,204.969,140.523,205.654,137.91,205.493z M134.893,196.057c1.236-0.598,1.857-2.06,1.864-4.361c0.007-2.348-0.563-4.533-1.72-6.548c-1.167-2.021-2.941-3.72-5.344-5.107l-7.178-4.145l-0.042,14.95l7.209,4.162C131.92,196.303,133.657,196.655,134.893,196.057z"/></g></g><g style="enable-background:new ;"><g><polygon style="fill:%23A697E0;" points="161.232,229.547 172.567,222.96 169.56,231.507 158.225,238.094 "/></g><g><polygon style="fill:%23EDECF8;" points="163.668,222.622 175.004,216.035 185.848,222.295 174.512,228.883 "/></g><g><polygon style="fill:%23A697E0;" points="169.112,207.079 180.448,200.492 175.004,216.035 163.668,222.622 "/></g><g><polygon style="fill:%23EDECF8;" points="165.01,192.1 176.345,185.513 184.622,190.291 173.287,196.878 "/></g><g><polygon style="fill:%23A697E0;" points="173.287,196.878 184.622,190.291 200.716,249.494 189.38,256.081 "/></g><g><path style="fill:%23BFBEED;" d="M173.287,196.878l16.093,59.203l-9.498-5.484l-2.98-12.003l-15.67-9.047l-3.007,8.547l-9.499-5.484l16.284-40.51L173.287,196.878z M163.668,222.622l10.844,6.261l-5.4-21.803L163.668,222.622z"/></g></g><g style="enable-background:new ;"><g><polygon style="fill:%23A697E0;" points="202.453,230.796 213.788,224.208 213.695,256.988 202.36,263.575 "/></g><g><polygon style="fill:%23EDECF8;" points="193.567,208.588 204.903,202 213.837,207.158 202.501,213.746 "/></g><g><polygon style="fill:%23A697E0;" points="202.501,213.746 213.837,207.158 231.17,250.081 219.834,256.668 "/></g><g><polygon style="fill:%23A697E0;" points="228.83,228.947 240.166,222.359 240.025,272.189 228.689,278.776 "/></g><g><polygon style="fill:%23EDECF8;" points="219.927,223.807 231.263,217.219 240.166,222.359 228.83,228.947 "/></g><g><polygon style="fill:%23BFBEED;" points="228.83,228.947 228.689,278.776 219.755,273.619 202.453,230.796 202.36,263.575 193.426,258.417 193.567,208.588 202.501,213.746 219.834,256.668 219.927,223.807 "/></g></g><g style="enable-background:new ;"><g><polygon style="fill:%23EDECF8;" points="245.461,280.198 256.796,273.611 261.109,276.101 249.774,282.688 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000090263460134556822970000010692214997488307641_" style="enable-background:new ;" d="M268.512,277.233l-11.336,6.587c-1.808,1.051-4.283,0.67-7.403-1.132l11.336-6.587C264.229,277.902,266.704,278.283,268.512,277.233z"/></defs><use xlink:href="%23SVGID_00000090263460134556822970000010692214997488307641_" style="overflow:visible;fill:%23EDECF8;"/><clipPath id="SVGID_00000100383913657071671260000006431100390765834916_"><use xlink:href="%23SVGID_00000090263460134556822970000010692214997488307641_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000100383913657071671260000006431100390765834916_);enable-background:new ;"><path style="fill:%23EDECF8;" d="M249.774,282.688l11.336-6.587c0.772,0.445,1.505,0.804,2.197,1.076l-11.336,6.587C251.278,283.493,250.546,283.134,249.774,282.688z"/><path style="fill:%23EDECF8;" d="M251.971,283.764l11.336-6.587c1.343,0.527,2.536,0.726,3.578,0.596l-11.335,6.588C254.507,284.49,253.314,284.291,251.971,283.764z"/><path style="fill:%23EDECF8;" d="M255.549,284.361l11.335-6.588c0.592-0.074,1.135-0.254,1.628-0.54l-11.336,6.587C256.683,284.107,256.141,284.286,255.549,284.361z"/></g></g><g><polygon style="fill:%23A697E0;" points="245.555,246.935 256.891,240.348 256.796,273.611 245.461,280.198 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000023276872684392388380000013681957737167480206_" style="enable-background:new ;" d="M275.333,286.185l-11.336,6.587c1.252-0.727,2.316-1.789,3.191-3.186c1.674-2.638,2.517-6.276,2.53-10.913l11.336-6.587c-0.013,4.637-0.857,8.275-2.53,10.913C277.649,284.396,276.585,285.457,275.333,286.185z"/></defs><use xlink:href="%23SVGID_00000023276872684392388380000013681957737167480206_" style="overflow:visible;fill:%23EDECF8;"/><clipPath id="SVGID_00000067220536310493287580000017063505533376227514_"><use xlink:href="%23SVGID_00000023276872684392388380000013681957737167480206_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000067220536310493287580000017063505533376227514_);enable-background:new ;"><path style="fill:%23EDECF8;" d="M269.718,278.673l11.336-6.587c-0.013,4.637-0.857,8.275-2.53,10.913c-0.875,1.396-1.939,2.458-3.191,3.186l-11.336,6.587c1.252-0.727,2.316-1.789,3.191-3.186C268.862,286.948,269.705,283.311,269.718,278.673z"/></g></g><g><polygon style="fill:%23EDECF8;" points="269.725,276.384 281.06,269.797 281.054,272.086 269.718,278.673 "/></g><g><polygon style="fill:%23EDECF8;" points="236.634,233.452 247.97,226.865 261.319,234.572 249.984,241.16 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000012455899018201706720000008062995854502288031_" style="enable-background:new ;" d="M267.224,262.519l11.336-6.588c1.674,4.606,2.514,9.228,2.501,13.866l-11.335,6.587C269.738,271.747,268.897,267.125,267.224,262.519z"/></defs><use xlink:href="%23SVGID_00000012455899018201706720000008062995854502288031_" style="overflow:visible;fill:%23EDECF8;"/><clipPath id="SVGID_00000183225108568778961790000016005901917120152449_"><use xlink:href="%23SVGID_00000012455899018201706720000008062995854502288031_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000183225108568778961790000016005901917120152449_);enable-background:new ;"><path style="fill:%23EDECF8;" d="M267.224,262.519l11.336-6.588c0.621,1.708,1.127,3.419,1.517,5.131l-11.336,6.588C268.35,265.937,267.844,264.227,267.224,262.519z"/><path style="fill:%23EDECF8;" d="M268.741,267.65l11.336-6.588c0.663,2.905,0.992,5.817,0.984,8.735l-11.335,6.587C269.733,273.466,269.404,270.555,268.741,267.65z"/></g></g><g><path style="fill:%23BFBEED;" d="M267.224,262.519c1.674,4.606,2.514,9.228,2.501,13.865l-0.007,2.289c-0.013,4.637-0.857,8.275-2.53,10.913c-1.663,2.656-4.012,4.101-7.037,4.34c-3.025,0.239-6.426-0.72-10.216-2.884l-13.442-7.761l0.141-49.83l13.35,7.707c3.81,2.2,7.216,5.159,10.22,8.867C263.206,253.734,265.55,257.9,267.224,262.519z M260.66,273.751l0.008-2.631c0.014-5.062-0.889-9.437-2.709-13.1c-1.82-3.663-4.487-6.514-7.998-8.542l-4.405-2.544l-0.094,33.263l4.313,2.49c3.491,2.016,6.175,2.254,8.021,0.695C259.65,281.819,260.605,278.612,260.66,273.751z"/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000101076472460601511000000017756248163117631639_" style="enable-background:new ;" d="M249.984,241.16l11.336-6.588c3.81,2.199,7.216,5.159,10.22,8.867c3.003,3.708,5.346,7.874,7.02,12.492l-11.336,6.588c-1.674-4.619-4.017-8.785-7.02-12.492C257.2,246.319,253.794,243.359,249.984,241.16z"/></defs><use xlink:href="%23SVGID_00000101076472460601511000000017756248163117631639_" style="overflow:visible;fill:%23EDECF8;"/><clipPath id="SVGID_00000078004479985111045890000002719781409763479972_"><use xlink:href="%23SVGID_00000101076472460601511000000017756248163117631639_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000078004479985111045890000002719781409763479972_);enable-background:new ;"><path style="fill:%23EDECF8;" d="M249.984,241.16l11.336-6.588c3.81,2.199,7.216,5.159,10.22,8.867c1.925,2.376,3.579,4.941,4.959,7.692l-11.336,6.588c-1.38-2.752-3.034-5.316-4.959-7.692C257.2,246.319,253.794,243.359,249.984,241.16z"/><path style="fill:%23EDECF8;" d="M265.162,257.719l11.336-6.588c0.773,1.541,1.46,3.142,2.062,4.8l-11.336,6.588C266.623,260.86,265.935,259.26,265.162,257.719z"/></g></g></g></g><g><g><g><g style="enable-background:new ;"><g><defs><path id="SVGID_00000048502725595789789340000013120782405955351738_" d="M308.185,326.78l-43.857,25.858c0.269-0.158,0.433-0.502,0.412-1.003l43.859-25.858C308.618,326.279,308.455,326.621,308.185,326.78z"/></defs><use xlink:href="%23SVGID_00000048502725595789789340000013120782405955351738_" style="overflow:visible;fill:%23272E67;"/><clipPath id="SVGID_00000055677426549038105530000015570077537612017563_"><use xlink:href="%23SVGID_00000048502725595789789340000013120782405955351738_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000055677426549038105530000015570077537612017563_);enable-background:new ;"><path style="fill:%23272E67;" d="M264.74,351.636l43.859-25.858c0.002,0.049,0.002,0.096,0,0.141l-43.858,25.858C264.742,351.731,264.743,351.684,264.74,351.636z"/><path style="fill:%23272E67;" d="M264.741,351.777l43.858-25.858c-0.004,0.146-0.025,0.277-0.062,0.391l-43.858,25.858C264.715,352.053,264.737,351.922,264.741,351.777z"/><path style="fill:%23272E67;" d="M264.679,352.167l43.858-25.858c-0.037,0.117-0.09,0.218-0.156,0.301l-43.858,25.858C264.589,352.386,264.642,352.285,264.679,352.167z"/><path style="fill:%23272E67;" d="M264.523,352.468l43.858-25.858c-0.056,0.07-0.122,0.127-0.195,0.17l-43.857,25.858C264.401,352.595,264.467,352.538,264.523,352.468z"/></g></g><g style="enable-background:new ;"><defs><path id="SVGID_00000060001330512109464970000009573565800404500107_" style="enable-background:new ;" d="M256.849,310.648l43.858-25.858c0.262-0.154,0.626-0.134,1.029,0.095l-43.858,25.858C257.475,310.513,257.11,310.493,256.849,310.648z"/></defs><use xlink:href="%23SVGID_00000060001330512109464970000009573565800404500107_" style="overflow:visible;fill:%23272E67;"/><clipPath id="SVGID_00000170243170660192177120000008183526395185776777_"><use xlink:href="%23SVGID_00000060001330512109464970000009573565800404500107_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000170243170660192177120000008183526395185776777_);enable-background:new ;"><path style="fill:%23272E67;" d="M256.849,310.648l43.858-25.858c0.262-0.154,0.626-0.134,1.029,0.095l-43.858,25.858C257.475,310.513,257.11,310.493,256.849,310.648z"/></g></g><g><polygon style="fill:%23272E67;" points="257.878,310.743 301.736,284.884 305.69,287.135 261.832,312.993 "/></g><g><polygon style="fill:%23272E67;" points="308.599,325.777 264.74,351.638 264.141,336.765 263.339,316.772 263.285,315.404 307.144,289.549 307.199,290.917 308,310.904 "/></g><g><polygon style="fill:%23252956;" points="308,310.904 264.141,336.765 263.339,316.772 307.199,290.917 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000087414206625984420360000009206561000166015386_" style="enable-background:new ;" d="M261.832,312.993l43.858-25.858c0.775,0.441,1.414,1.503,1.453,2.411l-43.858,25.858C263.247,314.496,262.608,313.434,261.832,312.993z"/></defs><use xlink:href="%23SVGID_00000087414206625984420360000009206561000166015386_" style="overflow:visible;fill:%23272E67;"/><clipPath id="SVGID_00000063614355348951563670000002042806723739790243_"><use xlink:href="%23SVGID_00000087414206625984420360000009206561000166015386_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000063614355348951563670000002042806723739790243_);enable-background:new ;"><path style="fill:%23272E67;" d="M261.832,312.993l43.858-25.858c0.019,0.011,0.039,0.022,0.058,0.034l-43.858,25.858C261.872,313.016,261.852,313.004,261.832,312.993z"/><path style="fill:%23272E67;" d="M261.89,313.027l43.858-25.858c0.129,0.079,0.254,0.176,0.372,0.286l-43.857,25.858C262.145,313.203,262.02,313.106,261.89,313.027z"/><path style="fill:%23272E67;" d="M262.264,313.313l43.857-25.858c0.123,0.113,0.238,0.24,0.344,0.377l-43.858,25.858C262.501,313.553,262.385,313.426,262.264,313.313z"/><path style="fill:%23272E67;" d="M262.608,313.691l43.858-25.858c0.388,0.502,0.653,1.139,0.679,1.714l-43.858,25.858C263.261,314.829,262.995,314.192,262.608,313.691z"/></g></g><g><path style="fill:%23252956;" d="M261.832,312.993c0.775,0.441,1.414,1.503,1.454,2.411l1.454,36.232c0.041,0.994-0.642,1.366-1.439,0.913c-0.134-0.077-0.273-0.177-0.411-0.302c-0.949-0.86-1.927-1.576-2.905-2.132c-0.977-0.557-1.953-0.952-2.898-1.17c-0.138-0.032-0.276-0.089-0.411-0.166c-0.796-0.453-1.488-1.607-1.454-2.558l0.872-35.114c0.03-0.869,1.005-0.807,1.783-0.364L261.832,312.993z"/></g><g><path style="fill:%231C1F48;" d="M260.546,315.235c0,0-1.143-1.128-1.707-0.557c-1.978,11.286-0.733,22.55-2.917,33.42c0.224,0.284,0.481,0.525,0.754,0.681c0.135,0.077,0.273,0.134,0.411,0.166c0.945,0.217,1.921,0.613,2.898,1.169c0.231,0.131,0.461,0.274,0.691,0.422C259.574,338.972,263.359,327.083,260.546,315.235z"/></g></g></g><g><g style="enable-background:new ;"><g style="enable-background:new ;"><defs><path id="SVGID_00000017503660755375626630000007522611504885854617_" style="enable-background:new ;" d="M256.306,309.635l43.858-25.859c0.371-0.219,0.888-0.189,1.459,0.136l-43.858,25.858C257.194,309.445,256.677,309.415,256.306,309.635z"/></defs><use xlink:href="%23SVGID_00000017503660755375626630000007522611504885854617_" style="overflow:visible;fill:%233C4384;"/><clipPath id="SVGID_00000145020170621601683440000018013169354579172225_"><use xlink:href="%23SVGID_00000017503660755375626630000007522611504885854617_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000145020170621601683440000018013169354579172225_);enable-background:new ;"><path style="fill:%233C4384;" d="M256.306,309.635l43.858-25.859c0.371-0.219,0.888-0.189,1.459,0.136l-43.858,25.858C257.194,309.445,256.677,309.415,256.306,309.635z"/></g></g><g><polygon style="fill:%233C4384;" points="257.764,309.77 301.622,283.912 305.577,286.163 261.72,312.02 "/></g><g><polygon style="fill:%23323974;" points="263.783,315.439 307.64,289.581 308.368,307.689 264.51,333.547 "/></g><g style="enable-background:new ;"><defs><path id="SVGID_00000094619922053511769580000004075914148826716045_" style="enable-background:new ;" d="M261.72,312.02l43.858-25.857c1.105,0.629,2.011,2.129,2.063,3.419l-43.857,25.858C263.731,314.15,262.825,312.65,261.72,312.02z"/></defs><use xlink:href="%23SVGID_00000094619922053511769580000004075914148826716045_" style="overflow:visible;fill:%233C4384;"/><clipPath id="SVGID_00000109712569964306378980000007672282907256450958_"><use xlink:href="%23SVGID_00000094619922053511769580000004075914148826716045_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000109712569964306378980000007672282907256450958_);enable-background:new ;"><path style="fill:%233C4384;" d="M261.72,312.02l43.858-25.857c0.028,0.016,0.055,0.033,0.083,0.049l-43.858,25.858C261.775,312.052,261.747,312.036,261.72,312.02z"/><path style="fill:%233C4384;" d="M261.803,312.07l43.858-25.858c0.186,0.115,0.366,0.253,0.536,0.41l-43.858,25.858C262.168,312.322,261.988,312.184,261.803,312.07z"/><path style="fill:%233C4384;" d="M262.338,312.48l43.858-25.858c0.174,0.16,0.338,0.341,0.489,0.537l-43.858,25.857C262.677,312.821,262.512,312.641,262.338,312.48z"/><path style="fill:%23323974;" d="M262.827,313.016l43.858-25.857c0.549,0.71,0.923,1.608,0.956,2.423l-43.857,25.858C263.75,314.625,263.377,313.726,262.827,313.016z"/></g></g><g><path style="fill:%23272E67;" d="M261.72,312.02c1.106,0.63,2.012,2.13,2.063,3.419l0.727,18.108l-1.211-0.631l-0.727-18.103c-0.024-0.529-0.392-1.146-0.848-1.405l-3.954-2.25c-0.274-0.156-0.806-0.445-1.202-0.439c-0.255,0.004-0.394,0.154-0.49,0.433c0,0,0.007-1.349,0.204-1.502c0.348-0.27,0.9-0.211,1.483,0.121L261.72,312.02z"/></g></g></g><g><path style="fill:%23692911;" d="M291.613,290.44c-0.092-0.153-0.184-0.299-0.275-0.447c-0.178-0.289-0.367-0.566-0.568-0.837c-0.366-0.492-0.772-0.955-1.217-1.372c-0.4-0.372-0.839-0.704-1.307-0.985c-0.438-0.253-0.9-0.46-1.383-0.611c-0.473-0.139-0.955-0.221-1.444-0.246c-0.426-0.022-0.851,0.011-1.27,0.077c3.31,0.696,6.736,2.684,5.645,5.651c0.001,0.174-0.825,0.231-1.08,0.209c0.035,0.122,0.071,0.244,0.1,0.367c0.047,0.187,0.082,0.385,0.117,0.578c0.012,0.085,0.035,0.17,0.047,0.255c0,0.04,0,0.08,0.007,0.114c0.005,0.045,0.012,0.085,0.04,0.124c0.063,0.091,0.182,0.112,0.29,0.112c0.233-0.001,0.459-0.082,0.675-0.169c0.493-0.196,0.974-0.438,1.346-0.815c0.372-0.372,0.625-0.884,0.587-1.412C291.905,290.841,291.711,290.604,291.613,290.44z"/></g><path style="fill:%23272E67;" d="M290.771,289.156c-0.367-0.492-0.773-0.955-1.218-1.372c-0.4-0.372-0.839-0.704-1.307-0.985c-0.438-0.253-0.9-0.46-1.383-0.611c-0.473-0.139-0.955-0.221-1.444-0.246c-0.5-0.025-0.999,0.012-1.487,0.106c-0.516,0.094-1.026,0.245-1.513,0.441c-0.526,0.213-1.036,0.478-1.522,0.776c-0.531,0.327-1.04,0.693-1.521,1.089c-0.316,0.263-0.621,0.532-0.914,0.818c-0.198,0.188-0.389,0.382-0.582,0.583c-0.457,0.474-0.891,0.97-1.302,1.49c-0.051,0.063-0.107,0.131-0.158,0.199c-0.501,0.64-0.969,1.296-1.408,1.974c-0.376,0.57-0.731,1.157-1.067,1.755c-0.09,0.165-0.18,0.331-0.269,0.496c-0.449,0.815-0.864,1.652-1.251,2.506c-0.415,0.905-0.795,1.822-1.153,2.756c-0.167,0.449-0.335,0.904-0.491,1.36c-0.203,0.565-0.715,1.099-0.019,1.521c0.523,0.317,1.201,0.314,1.764,0.078c1.215-0.51,1.924-1.897,2.401-3.042c0.666-1.601,1.341-3.2,2.091-4.765c0.365-0.762,0.932-2.218,2.89-4.645c0.405-0.502,1.641-1.32,2.207-1.636c0.504-0.281,1.03-0.529,1.58-0.702c0.476-0.156,0.975-0.256,1.48-0.271c0.455-0.014,0.909,0.051,1.33,0.213c0.421,0.162,0.803,0.427,1.112,0.754c0.366,0.384,0.641,0.848,0.843,1.34c0.15,0.358,0.266,0.731,0.354,1.111c0.046,0.187,0.082,0.385,0.117,0.578c0.012,0.085,0.065,0.454,0.094,0.493c0.063,0.091,0.182,0.112,0.29,0.112c0.233-0.001,0.459-0.083,0.675-0.169c0.493-0.196,0.974-0.438,1.346-0.815c0.373-0.372,0.625-0.884,0.587-1.412C291.905,290.841,290.971,289.427,290.771,289.156z"/><g><g><g style="enable-background:new ;"><g><polygon style="fill:%23FFB700;" points="272.119,330.933 271.717,330.703 271.684,327.033 272.085,327.263 "/></g><g><polygon style="fill:%23FDD95F;" points="272.085,327.263 271.684,327.033 276.058,324.472 276.46,324.702 "/></g><g><polygon style="fill:%23FFC400;" points="276.46,324.702 276.493,328.371 272.119,330.933 272.085,327.263 "/></g></g></g><g><g style="enable-background:new ;"><g><polygon style="fill:%23FFB700;" points="298.836,315.751 298.434,315.521 298.401,311.855 298.802,312.085 "/></g><g><polygon style="fill:%23FDD95F;" points="298.802,312.085 298.401,311.855 302.771,309.295 303.173,309.525 "/></g><g><polygon style="fill:%23FFC400;" points="303.173,309.525 303.206,313.191 298.836,315.751 298.802,312.085 "/></g></g></g></g></g></g><g><g><g style="enable-background:new ;"><g><polygon style="fill:%23B4A4F5;" points="309.965,132.122 312.844,130.441 312.944,106.615 310.064,108.296 "/></g><g><polygon style="fill:%23EDECF8;" points="310.064,108.296 312.944,106.615 257.009,74.131 254.13,75.812 "/></g><g><polygon style="fill:%23E1DEF8;" points="254.13,75.812 254.03,99.637 309.965,132.122 310.064,108.296 "/></g></g></g><g><path style="fill:%23FE486E;" d="M263.065,96.429l2.374-7.728l2.405,1.388l-3.649,9.991l-2.253-1.301l-3.633-14.196l2.395,1.383L263.065,96.429z"/><path style="fill:%23FE486E;" d="M274.203,103.366l-3.784-2.185l-0.721,2.077l-2.295-1.325l3.899-9.846l2,1.155l3.922,14.362l-2.295-1.325L274.203,103.366z M271.001,99.499l2.618,1.512l-1.316-5.288L271.001,99.499z"/><path style="fill:%23FE486E;" d="M280.363,107.413l4.584,2.646v2.003l-6.742-3.892V96.072l2.158,1.246V107.413z"/><path style="fill:%23FE486E;" d="M293.942,105.157v7.968c0,1.324-0.359,2.164-1.075,2.52c-0.718,0.356-1.698,0.175-2.941-0.542c-1.224-0.706-2.194-1.641-2.914-2.803c-0.72-1.164-1.088-2.403-1.101-3.718v-8.06l2.158,1.246v7.985c0,0.793,0.166,1.466,0.493,2.018c0.329,0.553,0.783,0.997,1.364,1.331c1.214,0.702,1.831,0.321,1.85-1.142v-8.051L293.942,105.157z"/><path style="fill:%23FE486E;" d="M302.015,116.672l-4.145-2.392v3.24l4.865,2.808v2.003l-7.022-4.054v-12.098l7.007,4.045v2.019l-4.849-2.799v2.884l4.145,2.391V116.672z"/></g></g></g></svg>" alt="" style="object-fit:contain;width:250px;height:250px"/></figure> 171 <!-- /wp:image --> 172 173 <!-- wp:heading --> 174 <h2 class="wp-block-heading">Branding</h2> 175 <!-- /wp:heading --> 176 177 <!-- wp:paragraph {"style":{"color":{"text":"#67768e"},"elements":{"link":{"color":{"text":"#67768e"}}},"typography":{"fontSize":"18px"}}} --> 178 <p class="has-text-color has-link-color" style="color:#67768e;font-size:18px">Sem quis erat nibh id neque tincidunt molestie convallis ut nibh vel, lorem consequat ullamcorper.</p> 179 <!-- /wp:paragraph --></div> 180 <!-- /wp:group --></div> 181 <!-- /wp:group --> 182 183 <!-- wp:spacer {"width":"10px","style":{"layout":{"flexSize":"10px","selfStretch":"fixed"}}} --> 184 <div style="height:100px;width:10px" aria-hidden="true" class="wp-block-spacer"></div> 185 <!-- /wp:spacer --> 186 187 <!-- wp:group {"layout":{"type":"flex","orientation":"vertical"}} --> 188 <div class="wp-block-group"><!-- wp:image {"width":"250px","height":"250px","scale":"contain","sizeSlug":"large"} --> 189 <figure class="wp-block-image size-large is-resized"><img src="data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 5000 5000" style="enable-background:new 0 0 5000 5000;" xml:space="preserve"><g><g><g><g><g><polygon style="fill:%230A3754;" points="3303.347,3848.136 3303.347,3848.095 2781.077,3848.095 2258.808,3848.095 1761.037,4184.365 2781.077,4184.365 3801.149,4184.365 "/><path style="fill:%2314597D;" d="M898.478,1032.193v2278.245c0,105.186,85.182,190.39,190.307,190.39h1171.401h520.904h520.897h1171.387c105.096,0,190.3-85.204,190.3-190.39V1032.193c0-105.144-85.204-190.288-190.3-190.288H2781.09H1088.785C983.66,841.905,898.478,927.049,898.478,1032.193z"/></g></g><path style="fill:%236ACAD8;" d="M4457.306,1052.579c-29.982-21.125-67.152-34.202-108.225-34.202H2781.09H1213.06c-97.396,0-176.278,70.86-176.278,158.171V3070.91c0,36.169,14.078,69.036,36.771,95.703c32.302,37.704,82.454,62.443,139.507,62.443h1568.03h1567.991c97.414,0,176.273-70.803,176.273-158.146V1176.549C4525.354,1126.006,4498.494,1081.536,4457.306,1052.579z"/><g><path style="fill:%230A3754;" d="M3304.372,3533.991c0-11.336-0.773-22.439-2.385-33.164h-520.91h-520.891c-1.631,10.725-2.522,21.828-2.522,33.164v61.816h1046.708V3533.991z"/><path style="fill:%2314597D;" d="M2257.664,3595.808v230.104c0,7.534,0.428,14.842,1.144,22.184h522.269h522.27v0.041c0.684-7.383,1.025-14.69,1.025-22.225v-230.104H2257.664z"/></g></g></g><path style="fill:%23012C46;" d="M1831.257,1210.767h-636.451c-20.207,0-36.587,16.381-36.587,36.588v49.959h709.625v-49.959C1867.843,1227.147,1851.463,1210.767,1831.257,1210.767z"/><path style="fill:%23012C46;" d="M3568.074,1210.767H1994.08c-20.207,0-36.588,16.381-36.588,36.588v49.959h1647.17v-49.959C3604.662,1227.147,3588.279,1210.767,3568.074,1210.767z"/><path style="fill:%23FFFFFF;" d="M1957.492,3105.591c0,20.205,16.381,36.588,36.588,36.588h1573.995c20.205,0,36.588-16.383,36.588-36.588V1297.313h-1647.17V3105.591z"/><path style="fill:%23FFFFFF;" d="M3691.635,1297.313v1808.277c0,20.205,16.374,36.588,36.585,36.588h636.451c20.203,0,36.586-16.383,36.586-36.588V1297.313H3691.635z"/><path style="fill:%23012C46;" d="M4401.257,1247.354c0-20.207-16.383-36.588-36.586-36.588H3728.22c-20.211,0-36.585,16.381-36.585,36.588v49.959h709.622V1247.354z"/><g><rect x="1395.221" y="1689.649" style="fill:%23F26D40;" width="236.657" height="215.4"/><rect x="1395.221" y="1474.247" style="fill:%23FFC93F;" width="236.657" height="215.402"/><rect x="1395.221" y="2982.052" style="fill:%23F26D40;" width="236.657" height="160.127"/><rect x="1395.221" y="1297.313" style="fill:%232A89B2;" width="236.657" height="176.934"/><rect x="1395.221" y="2551.254" style="fill:%23B85CA3;" width="236.657" height="215.398"/><rect x="1395.221" y="2766.652" style="fill:%23FFFFFF;" width="236.657" height="215.4"/><rect x="1395.221" y="2335.851" style="fill:%23FFC93F;" width="236.657" height="215.403"/><rect x="1395.221" y="1905.049" style="fill:%23FFC93F;" width="236.657" height="215.4"/><rect x="1395.221" y="2120.45" style="fill:%23FFFFFF;" width="236.657" height="215.401"/><rect x="1158.218" y="1689.649" style="fill:%2386C440;" width="237.003" height="215.4"/><rect x="1158.218" y="1474.247" style="fill:%23FFFFFF;" width="237.003" height="215.402"/><rect x="1158.218" y="1297.313" style="fill:%23F26D40;" width="237.003" height="176.934"/><rect x="1158.218" y="1905.049" style="fill:%232A89B2;" width="237.003" height="215.4"/><rect x="1158.218" y="2766.652" style="fill:%23F26D40;" width="237.003" height="215.4"/><rect x="1158.218" y="2551.254" style="fill:%2386C440;" width="237.003" height="215.398"/><rect x="1158.218" y="2120.45" style="fill:%23F26D40;" width="237.003" height="215.401"/><path style="fill:%23FFC93F;" d="M1158.218,2982.052v123.539c0,20.205,16.381,36.588,36.587,36.588h200.416v-160.127H1158.218z"/><rect x="1158.218" y="2335.851" style="fill:%23FFFFFF;" width="237.003" height="215.403"/><rect x="1631.878" y="2335.851" style="fill:%23F26D40;" width="235.965" height="215.403"/><rect x="1631.878" y="2120.45" style="fill:%2386C440;" width="235.965" height="215.401"/><rect x="1631.878" y="1905.049" style="fill:%23B85CA3;" width="235.965" height="215.4"/><rect x="1631.878" y="1689.649" style="fill:%23FFFFFF;" width="235.965" height="215.4"/><rect x="1631.878" y="2766.652" style="fill:%23FFC93F;" width="235.965" height="215.4"/><rect x="1631.878" y="1474.247" style="fill:%23B85CA3;" width="235.965" height="215.402"/><rect x="1631.878" y="1297.313" style="fill:%23FFC93F;" width="235.965" height="176.934"/><path style="fill:%23FFFFFF;" d="M1631.878,3142.179h199.379c20.207,0,36.586-16.383,36.586-36.588v-123.539h-235.965V3142.179z"/><rect x="1631.878" y="2551.254" style="fill:%232A89B2;" width="235.965" height="215.398"/></g><path style="fill:%23012C46;" d="M4383.173,1586.154c0,20.207-16.386,36.589-36.59,36.589h-600.277c-20.205,0-36.589-16.383-36.589-36.589v-213.666c0-20.207,16.384-36.587,36.589-36.587h600.277c20.204,0,36.59,16.381,36.59,36.587V1586.154z"/><path style="fill:%23012C46;" d="M4383.173,1953.613c0,20.207-16.386,36.586-36.59,36.586h-600.277c-20.205,0-36.589-16.379-36.589-36.586v-213.667c0-20.206,16.384-36.586,36.589-36.586h600.277c20.204,0,36.59,16.38,36.59,36.586V1953.613z"/><path style="fill:%23012C46;" d="M4383.173,2321.071c0,20.207-16.386,36.586-36.59,36.586h-600.277c-20.205,0-36.589-16.379-36.589-36.586v-213.667c0-20.205,16.384-36.586,36.589-36.586h600.277c20.204,0,36.59,16.381,36.59,36.586V2321.071z"/><path style="fill:%23012C46;" d="M4383.173,2688.531c0,20.208-16.386,36.585-36.59,36.585h-600.277c-20.205,0-36.589-16.377-36.589-36.585v-213.666c0-20.209,16.384-36.587,36.589-36.587h600.277c20.204,0,36.59,16.378,36.59,36.587V2688.531z"/><path style="fill:%23012C46;" d="M4383.173,3055.989c0,20.206-16.386,36.588-36.59,36.588h-600.277c-20.205,0-36.589-16.382-36.589-36.588v-213.665c0-20.208,16.384-36.591,36.589-36.591h600.277c20.204,0,36.59,16.383,36.59,36.591V3055.989z"/><path style="fill:%23D8D8D5;" d="M4344.888,1402.19c0,8.099-6.568,14.661-14.664,14.661h-567.56c-8.097,0-14.658-6.563-14.658-14.661l0,0c0-8.095,6.562-14.658,14.658-14.658h567.56C4338.319,1387.532,4344.888,1394.096,4344.888,1402.19L4344.888,1402.19z"/><path style="fill:%23D8D8D5;" d="M4344.888,1768.323c0,8.097-6.568,14.66-14.664,14.66h-567.56c-8.097,0-14.658-6.563-14.658-14.66l0,0c0-8.097,6.562-14.661,14.658-14.661h567.56C4338.319,1753.662,4344.888,1760.226,4344.888,1768.323L4344.888,1768.323z"/><path style="fill:%23D8D8D5;" d="M4344.888,2123.629c0,8.098-6.568,14.661-14.664,14.661h-567.56c-8.097,0-14.658-6.563-14.658-14.661l0,0c0-8.095,6.562-14.66,14.658-14.66h567.56C4338.319,2108.969,4344.888,2115.534,4344.888,2123.629L4344.888,2123.629z"/><path style="fill:%23D8D8D5;" d="M4344.888,2489.76c0,8.097-6.568,14.664-14.664,14.664h-567.56c-8.097,0-14.658-6.567-14.658-14.664l0,0c0-8.099,6.562-14.658,14.658-14.658h567.56C4338.319,2475.102,4344.888,2481.661,4344.888,2489.76L4344.888,2489.76z"/><path style="fill:%23D8D8D5;" d="M4344.888,2873.818c0,8.097-6.568,14.664-14.664,14.664h-567.56c-8.097,0-14.658-6.567-14.658-14.664l0,0c0-8.101,6.562-14.657,14.658-14.657h567.56C4338.319,2859.161,4344.888,2865.718,4344.888,2873.818L4344.888,2873.818z"/><g><path style="fill:%23F26D40;" d="M3339.344,2260.531v-58.302h32.497c-15.492-317.813-270.886-572.596-588.941-587.169v29.236h-61.992v-29.034c-316.249,16.732-569.489,271.02-584.559,587.705h29.568v57.565h-29.648c14.011,317.949,268.045,573.537,585.37,589.956v-34.976h61.256v35.14c319.036-14.615,574.987-270.938,589.054-590.12H3339.344z"/></g><g><g><g><g><path style="fill:%23FFFFFF;" d="M2999.621,2104.963L2758.55,1650.36v336.194c15.484,2.903,27.209,16.472,27.209,32.798c0,18.441-14.951,33.393-33.39,33.393c-18.443,0-33.392-14.951-33.392-33.393c0-16.326,11.725-29.895,27.207-32.798V1650.36l-241.077,454.604l-9.12,17.196c0,0,43.443,4.059,88.909,30.069c42.241,24.167,86.212,67.296,98.745,143.772c3.01,14.203,4.656,29.216,4.656,45.087h63.29h0.438h0.685h0.434h63.286c0-15.849,1.639-30.843,4.648-45.028c12.518-76.518,56.501-119.66,98.753-143.834c45.462-26.008,88.906-30.066,88.906-30.066L2999.621,2104.963z"/></g></g><path style="fill:%23012C46;" d="M2835.276,2383.339c0,11.215-9.084,20.296-20.297,20.296h-125.23c-11.21,0-20.297-9.082-20.297-20.296v-60.873c0-11.211,9.087-20.291,20.297-20.291h125.23c11.213,0,20.297,9.08,20.297,20.291V2383.339z"/></g><g><path style="fill:%23012C46;" d="M3366.585,2266.594h-8.583c-16.951,307.672-264.23,554.95-571.899,571.907v8.578v8.573c317.115-16.992,572.064-271.938,589.051-589.059H3366.585z"/><path style="fill:%23012C46;" d="M2129.572,2199.119h8.572h8.583c16.951-307.673,264.227-554.949,571.899-571.898v-8.583v-8.572C2401.51,1627.054,2146.561,1882.004,2129.572,2199.119z"/><path style="fill:%23012C46;" d="M2786.103,1610.066v8.572v8.583c307.669,16.949,554.948,264.228,571.899,571.898h8.583h8.568C3358.167,1882.004,3103.218,1627.054,2786.103,1610.066z"/><path style="fill:%23012C46;" d="M2146.727,2266.594h-8.583h-8.572c16.986,317.121,271.938,572.066,589.054,589.059v-8.573v-8.578C2410.954,2821.544,2163.678,2574.266,2146.727,2266.594z"/><path style="fill:%23012C46;" d="M2718.626,2812.465v26.036v8.578v8.573v24.298h67.477v-24.298v-8.573v-8.578v-26.036H2718.626z M2777.189,2847.467v8.565v15.001h-49.65v-15.001v-8.559v-8.568v-17.523h49.65v17.523V2847.467z"/><path style="fill:%23012C46;" d="M3375.153,2199.119h-8.568h-8.583h-22.393v67.475h22.393h8.583h8.568h27.934v-67.475H3375.153z M3394.174,2257.684h-18.634h-8.569h-8.565h-13.883v-49.653h13.883h8.565h8.569h18.634V2257.684z"/><path style="fill:%23012C46;" d="M2146.727,2199.119h-8.583h-8.572h-25.671v67.475h25.671h8.572h8.583h24.653v-67.475H2146.727z M2162.467,2257.684h-16.144h-8.571h-8.563h-16.375v-49.65h16.375h8.563h8.571h16.144V2257.684z"/></g><path style="fill:%23012C46;" d="M2718.626,1579.344v26.794v2.51v6.051v2.518v8.584v21.021h67.477v-21.021v-8.584v-2.518v-6.051v-2.51v-26.794H2718.626z M2777.189,1608.262v6.437v2.128v8.569v12.514h-49.653v-12.514v-8.569v-2.128v-6.437v-2.124v-17.881h49.653v17.881V1608.262z"/><g><path style="fill:%23012C46;" d="M2359.429,1592.512c-10.044,0-18.191,8.144-18.191,18.194c0,10.042,8.147,18.188,18.191,18.188c8.669,0,15.89-6.078,17.718-14.194h341.479v-6.051v-2.51h-341.653C2374.936,1598.314,2367.888,1592.512,2359.429,1592.512z"/><path style="fill:%23012C46;" d="M3145.878,1592.021c-8.646,0-15.84,6.038-17.7,14.117h-342.075v2.51v6.051h342.211c2.004,7.86,9.076,13.702,17.564,13.702c10.045,0,18.188-8.146,18.188-18.189C3164.066,1600.164,3155.923,1592.021,3145.878,1592.021z"/></g><g><path style="fill:%23012C46;" d="M2359.429,2837.988c-10.044,0-18.191,8.141-18.191,18.189c0,10.044,8.147,18.191,18.191,18.191c8.669,0,15.89-6.077,17.718-14.198h341.479v-6.049v-2.507h-341.653C2374.936,2843.789,2367.888,2837.988,2359.429,2837.988z"/><path style="fill:%23012C46;" d="M3145.878,2837.492c-8.646,0-15.84,6.049-17.7,14.123h-342.075v2.507v6.049h342.211c2.004,7.865,9.076,13.703,17.564,13.703c10.045,0,18.188-8.141,18.188-18.188C3164.066,2845.637,3155.923,2837.492,3145.878,2837.492z"/></g><g><path style="fill:%23012C46;" d="M3393.331,1839.974c0-10.048-8.139-18.19-18.187-18.19c-10.042,0-18.192,8.143-18.192,18.19c0,8.668,6.078,15.89,14.196,17.713v341.479h6.052h2.507v-341.655C3387.532,1855.481,3393.331,1848.432,3393.331,1839.974z"/><path style="fill:%23012C46;" d="M3393.829,2626.421c0-8.645-6.043-15.84-14.122-17.696v-342.081h-2.507h-6.052v342.215c-7.864,2.004-13.7,9.07-13.7,17.562c0,10.048,8.143,18.192,18.188,18.192C3385.686,2644.613,3393.829,2636.469,3393.829,2626.421z"/></g><g><path style="fill:%23012C46;" d="M2147.86,1839.974c0-10.048-8.143-18.19-18.189-18.19c-10.049,0-18.19,8.143-18.19,18.19c0,8.668,6.076,15.89,14.193,17.713v341.479h6.053h2.507v-341.655C2142.058,1855.481,2147.86,1848.432,2147.86,1839.974z"/><path style="fill:%23012C46;" d="M2148.351,2626.421c0-8.645-6.041-15.84-14.117-17.696v-342.081h-2.507h-6.053v342.215c-7.864,2.004-13.701,9.07-13.701,17.562c0,10.048,8.143,18.192,18.189,18.192C2140.211,2644.613,2148.351,2636.469,2148.351,2626.421z"/></g></g></g><g><g><g><g><g><path style="fill:%230A3754;" d="M1709.316,3155.851c43.145,0,78.146,34.97,78.146,78.047v872.428c0,43.082-35,78.04-78.146,78.04H411.147V3155.851H1709.316z"/></g></g></g><g><g><path style="fill:%2314597D;" d="M1746.862,3601.941c0-3.16,2.538-5.756,5.736-5.756l0,0c3.159,0,5.753,2.596,5.753,5.756v136.314c0,3.155-2.595,5.792-5.753,5.792l0,0c-3.198,0-5.736-2.637-5.736-5.792V3601.941z"/><polygon style="fill:%2314597D;" points="1723.942,4104.442 1723.942,4109.317 616.6,4109.317 616.6,3230.899 1723.942,3230.899 "/></g></g><g><path style="fill:%2314597D;" d="M503.123,3600.585c-38.172,0-69.119,30.946-69.119,69.113c0,38.176,30.946,69.125,69.119,69.125c38.174,0,69.116-30.949,69.116-69.125C572.239,3631.531,541.297,3600.585,503.123,3600.585z"/><path style="fill:%230A3754;" d="M503.121,3634.439c-19.474,0-35.265,15.79-35.265,35.259c0,19.478,15.79,35.271,35.265,35.271c19.473,0,35.265-15.793,35.265-35.271C538.385,3650.229,522.593,3634.439,503.121,3634.439z"/><path style="fill:%2314597D;" d="M474.22,4041.395c-9.188,0-16.635,7.446-16.635,16.631v19.496c0,9.188,7.447,16.637,16.635,16.637h57.802c9.188,0,16.635-7.448,16.635-16.637v-19.496c0-9.185-7.448-16.631-16.635-16.631H474.22z"/><path style="fill:%2314597D;" d="M474.22,3933.509c-9.188,0-16.635,7.443-16.635,16.631v19.496c0,9.186,7.447,16.637,16.635,16.637h57.802c9.188,0,16.635-7.451,16.635-16.637v-19.496c0-9.188-7.448-16.631-16.635-16.631H474.22z"/><path style="fill:%2314597D;" d="M474.22,3819.671c-9.188,0-16.635,7.444-16.635,16.632v19.493c0,9.188,7.447,16.64,16.635,16.64h57.802c9.188,0,16.635-7.452,16.635-16.64v-19.493c0-9.188-7.448-16.632-16.635-16.632H474.22z"/><path style="fill:%2314597D;" d="M474.22,3298.822c-9.188,0-16.635-7.446-16.635-16.634v-19.493c0-9.188,7.447-16.64,16.635-16.64h57.802c9.188,0,16.635,7.451,16.635,16.64v19.493c0,9.188-7.448,16.634-16.635,16.634H474.22z"/><path style="fill:%2314597D;" d="M474.22,3406.708c-9.188,0-16.635-7.446-16.635-16.631v-19.496c0-9.188,7.447-16.637,16.635-16.637h57.802c9.188,0,16.635,7.448,16.635,16.637v19.496c0,9.185-7.448,16.631-16.635,16.631H474.22z"/><path style="fill:%2314597D;" d="M474.22,3520.551c-9.188,0-16.635-7.449-16.635-16.637v-19.496c0-9.186,7.447-16.637,16.635-16.637h57.802c9.188,0,16.635,7.451,16.635,16.637v19.496c0,9.188-7.448,16.637-16.635,16.637H474.22z"/></g></g><g><g><polygon style="fill:%23246C8C;" points="1670.522,3284.378 1606.734,3284.378 1606.734,3262.543 1692.357,3262.543 1692.357,3341.747 1670.522,3341.747 "/><polygon style="fill:%23246C8C;" points="679.306,3284.378 679.306,3341.747 657.472,3341.747 657.472,3262.543 732.153,3262.543 732.153,3284.378 "/><polygon style="fill:%23246C8C;" points="679.306,4055.408 732.153,4055.408 732.153,4077.242 657.472,4077.242 657.472,3990.435 679.306,3990.435 "/><polygon style="fill:%23246C8C;" points="1670.522,4055.408 1670.522,3990.435 1692.357,3990.435 1692.357,4077.242 1606.734,4077.242 1606.734,4055.408 "/></g></g></g><g><path style="fill:%230B1B28;" d="M1142.99,3611.426l-63.387-56.824l-0.112,0.052c-0.026-0.071-0.036-0.136-0.064-0.204l-0.055-0.055l0.035-0.016c-0.069-0.223-0.116-0.441-0.187-0.667l-0.354-0.771l86.164-39.563l0.646,1.408l0.158-0.072l1.037,85.754l0.354,32.682L1142.99,3611.426z"/><g><path style="fill:%230B1B28;" d="M699.919,2727.36c-1.47,0.153-2.94-0.614-3.595-2.04c-0.712-1.552-0.189-3.385,1.151-4.355l-2.148-4.688c-1.473,0.146-2.958-0.643-3.594-2.027c-0.657-1.432-0.279-3.047,0.801-4.055l-3.737-8.146l1.302-0.599c-0.744-1.195-1.444-2.43-2.046-3.742l-10.208-22.23c-7.711-16.826-0.342-36.681,16.493-44.402l22.209-10.195c16.795-7.712,36.691-0.362,44.406,16.457l10.204,22.225c0.605,1.317,1.079,2.654,1.503,4.002l1.509-0.692l3.761,8.2c1.397-0.063,2.749,0.705,3.367,2.074c0.605,1.316,0.316,2.861-0.631,3.894l2.362,5.152c1.203,0.136,2.315,0.864,2.849,2.027c0.458,0.998,0.4,2.099-0.04,3.019l2.993,6.519l-86.173,39.567L699.919,2727.36z"/><polygon style="fill:%230A3754;" points="1078.866,3552.941 702.657,2733.324 788.831,2693.757 1165.03,3513.379 "/></g></g></svg>" alt="" style="object-fit:contain;width:250px;height:250px"/></figure> 190 <!-- /wp:image --> 191 192 <!-- wp:heading --> 193 <h2 class="wp-block-heading">Graphics Design</h2> 194 <!-- /wp:heading --> 195 196 <!-- wp:paragraph {"style":{"color":{"text":"#67768e"},"elements":{"link":{"color":{"text":"#67768e"}}},"typography":{"fontSize":"18px"}}} --> 197 <p class="has-text-color has-link-color" style="color:#67768e;font-size:18px">Sem quis erat nibh id neque tincidunt molestie convallis ut nibh vel, lorem consequat ullamcorper.</p> 198 <!-- /wp:paragraph --></div> 199 <!-- /wp:group --></section> 200 <!-- /wp:group --> 201 202 <!-- wp:group {"tagName":"section","metadata":{"name":""},"align":"full","style":{"color":{"gradient":"linear-gradient(53deg,rgb(7,54,227) 0%,rgb(155,81,224) 100%)"}},"className":"pb-4 pt-4 mt-4 mb-3","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center"}} --> 203 <section class="wp-block-group alignfull pb-4 pt-4 mt-4 mb-3 has-background" style="background:linear-gradient(53deg,rgb(7,54,227) 0%,rgb(155,81,224) 100%)"><!-- wp:group {"style":{"layout":{"selfStretch":"fixed","flexSize":"1300px"}},"className":"p-lr2","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center"}} --> 204 <div class="wp-block-group p-lr2"><!-- wp:group {"style":{"layout":{"selfStretch":"fill","flexSize":null}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"center"}} --> 205 <div class="wp-block-group"><!-- wp:heading {"textAlign":"center","style":{"typography":{"fontSize":"64px"},"color":{"text":"#ffffff"},"elements":{"link":{"color":{"text":"#ffffff"}}}}} --> 206 <h2 class="wp-block-heading has-text-align-center has-text-color has-link-color" style="color:#ffffff;font-size:64px">Get a professional website today!</h2> 207 <!-- /wp:heading --> 208 209 <!-- wp:spacer {"height":"30px","width":"0px","style":{"layout":{"flexSize":"30px","selfStretch":"fixed"}}} --> 210 <div style="height:30px;width:0px" aria-hidden="true" class="wp-block-spacer"></div> 211 <!-- /wp:spacer --> 212 213 <!-- wp:buttons --> 214 <div class="wp-block-buttons"><!-- wp:button {"style":{"color":{"background":"#f3e700","text":"#000000"},"elements":{"link":{"color":{"text":"#000000"}}}},"className":"is-style-fill","fontSize":"medium"} --> 215 <div class="wp-block-button has-custom-font-size is-style-fill has-medium-font-size"><a class="wp-block-button__link has-text-color has-background has-link-color wp-element-button" href="https://luxuryconcept.website/product/luxury-concept-wordpress-theme/" style="color:#000000;background-color:#f3e700" target="_blank" rel="noreferrer noopener">Make a Website</a></div> 216 <!-- /wp:button --></div> 217 <!-- /wp:buttons --></div> 218 <!-- /wp:group --></div> 219 <!-- /wp:group --></section> 220 <!-- /wp:group --> 129 221 '; 130 222
Note: See TracChangeset
for help on using the changeset viewer.