initial commit

This commit is contained in:
2026-03-18 15:30:18 +01:00
commit 1db0cbecc7
1705 changed files with 626031 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,165 @@
<?php
/**
* Include individual customer settings
*/
$dir = "";
if(isset($_POST['dir'])) $dir = $_POST['dir'];
if(isset($_GET['dir'])) $dir = $_GET['dir'];
file_exists("../../".$dir."/settings/settings.inc.php") ? require_once("../../".$dir."/settings/settings.inc.php") : die('Keine Settings-Datei im Ordner "'.$dir.'" vorhanden!');
header("Content-type: text/css");
echo <<<CSS
/* Insert custom CSS */
html {
font-family: "Roboto";
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
color: #202020;
font-family: "Roboto";
font-style: normal;
font-weight: 400;
font-size: 15px;
}
h1, h2, h3, h4, h5, h6, .h3, .h4, .h5, legend {
color: #202020;
font-family: "Roboto Slab",serif;
font-style: normal;
font-weight: 700;
line-height: 1.2;
}
strong, b, .alert .alert-link, label, th, .nav-tabs>li, .lead {
font-family: "Roboto", sans-serif;
font-weight: 700;
font-style: normal;
}
.not-bold, .btn, .checkbox label, .radio label {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
}
header {
background-color: rgba(255,255,255,1);
height: 110px;
margin-top:0px;
padding-top:0px;
border:0px;
-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.65);
-moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.65);
box-shadow: 0 0 20px 0 rgba(0,0,0,.65);
}
#pager-header-col-1 {
float:right !important;
margin-top:20px;
}
@media screen and (max-width:550px) {
.pager-header h1 a {
font-size:50%;
line-height:1;
}
}
.pager-header h1 a {
color:#202020;
}
#pager-header-col-1 img#logo-co2rechner {
text-align:right !important;
}
.pager-header h2 {
color:#202020;
}
#pager-header-col-2 {
float:left !important;
}
#logo-client {
max-width: 215px;
}
#logo-client.pull-right {
float:left !important;
}
.nav-tabs {
border-bottom: 10px solid #adc50d;
}
.nav-tabs li {
margin-bottom:0px;
}
.nav-tabs li.active a {
background: #adc50d;
color: #fff;
border:none;
}
.nav-tabs>li>a, .nav-tabs>li>a:hover, .nav-tabs>li.active>a:hover {
border:none;
}
.nav-tabs li.active:before {
}
.nav-tabs>li>a:hover {
background-color:#EAE9E4;
}
.gradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+30,EAE9E4+100 */
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjBmMGYwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, #ffffff 30%, #EAE9E4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 30%,#EAE9E4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 30%,#EAE9E4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EAE9E4',GradientType=0 ); /* IE6-8 */
}
.badge {
background-color:#EAE9E4;
}
.uba-icons-large {
display:none;
}
.uba-icons-small {
display:none;
}
.tip-text {
color: #adc50d;
}
.tip-hr {
border-color: #adc50d;
}
.tip-bg {
background-color: #adc50d;
margin-top:15px;
margin-bottom:15px;
}
CSS;
?>

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

View File

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="160px" height="160px" viewBox="0 0 160 160" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 54 (76480) - https://sketchapp.com -->
<title>ic_160/bilanz</title>
<desc>Created with Sketch.</desc>
<defs>
<polygon id="path-1" points="0.377771429 0.425142857 20.0697714 0.425142857 20.0697714 20.1221143 0.377771429 20.1221143"></polygon>
</defs>
<g id="ic_160/bilanz" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Group-2">
<rect id="Rectangle" x="0" y="0" width="160" height="160"></rect>
<g id="Group" transform="translate(14.857143, 13.714286)">
<path d="M121.7284,44.9786857 L124.830686,41.1798286 L107.114686,26.6975429 C106.363829,26.0855429 105.322114,25.9712571 104.453543,26.4141143 L79.9238286,38.8655429 L32.1141143,8.35468571 C31.5284,7.97697143 30.8055429,7.86611429 30.1364,8.05811429 L0.655828571,16.2872571 L1.97411429,21.0106857 L30.4004,13.0741143 L78.4672571,43.7546857 C79.1992571,44.2232571 80.1192571,44.2626857 80.8952571,43.8752571 L105.248971,31.5084 L121.7284,44.9786857 Z" id="Fill-1" fill="#4B4B4B"></path>
<path d="M30.7959429,3.02554286 C34.8793714,3.02554286 38.1896571,6.33582857 38.1896571,10.4181143 C38.1896571,14.5032571 34.8793714,17.8135429 30.7959429,17.8135429 C26.7108,17.8135429 23.3999429,14.5032571 23.3999429,10.4181143 C23.3999429,6.33582857 26.7108,3.02554286 30.7959429,3.02554286" id="Fill-3" fill="#40A0D5"></path>
<path d="M79.7853143,34.1455429 C83.8687429,34.1455429 87.1790286,37.4558286 87.1790286,41.5409714 C87.1790286,45.6232571 83.8687429,48.9335429 79.7853143,48.9335429 C75.7001714,48.9335429 72.3893143,45.6232571 72.3893143,41.5409714 C72.3893143,37.4558286 75.7001714,34.1455429 79.7853143,34.1455429" id="Fill-5" fill="#40A0D5"></path>
<path d="M105.563257,21.2024571 C109.647829,21.2024571 112.958686,24.5127429 112.958686,28.5984571 C112.958686,32.6836 109.647829,35.9938857 105.563257,35.9938857 C101.479829,35.9938857 98.1695429,32.6836 98.1695429,28.5984571 C98.1695429,24.5127429 101.479829,21.2024571 105.563257,21.2024571" id="Fill-7" fill="#40A0D5"></path>
<g id="Group-11" transform="translate(20.571429, 0.146286)">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<g id="Clip-10"></g>
<path d="M5.28005714,10.2718286 C5.28005714,7.54725714 7.50005714,5.33068571 10.2246286,5.33068571 C12.9492,5.33068571 15.1657714,7.54725714 15.1657714,10.2718286 C15.1657714,12.9998286 12.9492,15.2164 10.2246286,15.2164 C7.50005714,15.2164 5.28005714,12.9998286 5.28005714,10.2718286 M0.377771429,10.2718286 C0.377771429,15.7015429 4.79491429,20.1221143 10.2246286,20.1221143 C15.6509143,20.1221143 20.0697714,15.7015429 20.0697714,10.2718286 C20.0697714,4.84211429 15.6509143,0.424971429 10.2246286,0.424971429 C4.79491429,0.424971429 0.377771429,4.84211429 0.377771429,10.2718286" id="Fill-9" fill="#005F85" mask="url(#mask-2)"></path>
</g>
<path d="M74.8405714,41.5412 C74.8405714,38.8132 77.0605714,36.5966286 79.7851429,36.5966286 C82.5097143,36.5966286 84.7268571,38.8132 84.7268571,41.5412 C84.7268571,44.2657714 82.5097143,46.4823429 79.7851429,46.4823429 C77.0605714,46.4823429 74.8405714,44.2657714 74.8405714,41.5412 M69.9382857,41.5412 C69.9382857,46.9674857 74.3554286,51.3852 79.7851429,51.3852 C85.2148571,51.3852 89.6308571,46.9674857 89.6308571,41.5412 C89.6308571,36.1114857 85.2148571,31.6909143 79.7851429,31.6909143 C74.3554286,31.6909143 69.9382857,36.1114857 69.9382857,41.5412" id="Fill-12" fill="#005F85"></path>
<path d="M100.620171,28.5984 C100.620171,25.8738286 102.839029,23.6538286 105.563029,23.6538286 C108.2876,23.6538286 110.504743,25.8738286 110.504743,28.5984 C110.504743,31.3235429 108.2876,33.5395429 105.563029,33.5395429 C102.839029,33.5395429 100.620171,31.3235429 100.620171,28.5984 M95.7178857,28.5984 C95.7178857,34.0246857 100.133314,38.4452571 105.563029,38.4452571 C110.991029,38.4452571 115.410457,34.0246857 115.410457,28.5984 C115.410457,23.1686857 110.991029,18.7515429 105.563029,18.7515429 C100.133314,18.7515429 95.7178857,23.1686857 95.7178857,28.5984" id="Fill-14" fill="#005F85"></path>
<polygon id="Fill-16" fill="#FABB00" points="117.702286 115.133929 125.058857 115.133929 125.058857 71.8531683 117.702286 71.8531683"></polygon>
<polygon id="Fill-18" fill="#FABB00" points="98.0862857 115.133929 105.441143 115.133929 105.441143 58.4930066 98.0862857 58.4930066"></polygon>
<polygon id="Fill-19" fill="#FABB00" points="78.4685714 115.133929 85.8257143 115.133929 85.8257143 75.1920472 78.4685714 75.1920472"></polygon>
<polygon id="Fill-20" fill="#FABB00" points="58.8497143 115.133929 66.208 115.133929 66.208 58.4930066 58.8497143 58.4930066"></polygon>
<polygon id="Fill-21" fill="#FABB00" points="39.2331429 115.133929 46.5885714 115.133929 46.5885714 41.7877714 39.2331429 41.7877714"></polygon>
<polygon id="Fill-22" fill="#FABB00" points="19.616 115.133929 26.9725714 115.133929 26.9725714 31.7657143 19.616 31.7657143"></polygon>
<polygon id="Fill-23" fill="#FABB00" points="0 115.133929 7.35542857 115.133929 7.35542857 38.4488924 0 38.4488924"></polygon>
<polygon id="Fill-24" fill="#9D579A" points="122.607429 115.133929 129.962857 115.133929 129.962857 78.5007276 122.607429 78.5007276"></polygon>
<polygon id="Fill-25" fill="#9D579A" points="102.988571 115.133929 110.346857 115.133929 110.346857 65.1405659 102.988571 65.1405659"></polygon>
<polygon id="Fill-26" fill="#9D579A" points="83.3708571 115.133929 90.728 115.133929 90.728 81.8396065 83.3708571 81.8396065"></polygon>
<polygon id="Fill-27" fill="#9D579A" points="63.7554286 115.133929 71.1102857 115.133929 71.1102857 65.1405659 63.7554286 65.1405659"></polygon>
<polygon id="Fill-28" fill="#9D579A" points="44.1371429 115.133929 51.4942857 115.133929 51.4942857 48.4353307 44.1371429 48.4353307"></polygon>
<polygon id="Fill-29" fill="#9D579A" points="24.5217143 115.133929 31.8765714 115.133929 31.8765714 38.409402 24.5217143 38.409402"></polygon>
<polygon id="Fill-30" fill="#9D579A" points="4.90342857 115.133929 12.2605714 115.133929 12.2605714 45.0918058 4.90342857 45.0918058"></polygon>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.6 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 99 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="25px" height="25px" viewBox="0 0 25 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 54 (76480) - https://sketchapp.com -->
<title>ic_25/electricity</title>
<desc>Created with Sketch.</desc>
<defs>
<path d="M6.01404894,12.7381176 L18.9837744,12.7381176 C18.4015784,11.9742745 17.6863627,11.3152157 16.8677744,10.7941176 C15.5636176,9.964 14.0529509,9.5252549 12.4989901,9.5252549 C10.9449509,9.5252549 9.43420581,9.964 8.13012738,10.7941176 C7.31146071,11.3152157 6.59632345,11.9742745 6.01404894,12.7381176 Z M10.3826764,14.6204706 C10.744245,15.4300392 11.5565587,15.9959216 12.4989901,15.9959216 C13.4414215,15.9959216 14.2536568,15.4300392 14.6152254,14.6204706 L13.840245,14.6204706 C13.8238529,14.6213333 13.8076176,14.6229804 13.7909117,14.6229804 L11.2067548,14.6228235 C11.1909117,14.6228235 11.1754607,14.6212549 11.1597744,14.6204706 L10.3826764,14.6204706 Z M11.2530293,1.88235294 L11.5160097,2.47419608 L13.4817352,2.47419608 L13.7447156,1.88235294 L11.2530293,1.88235294 Z M17.8785195,9.20619608 C19.4411078,10.2008627 20.6974215,11.6043137 21.511696,13.2649412 C21.6547548,13.5566275 21.6371862,13.9014902 21.4653431,14.1771765 C21.2934215,14.4528627 20.9915391,14.6204706 20.6666764,14.6204706 L16.5905195,14.6204706 C16.1618921,16.4839216 14.4908333,17.8782745 12.4989901,17.8782745 C10.507147,17.8782745 8.83600973,16.4839216 8.40738228,14.6204706 L4.33114698,14.6204706 C4.00628424,14.6204706 3.70440189,14.4528627 3.53248032,14.1771765 C3.36063718,13.9014902 3.34306855,13.5566275 3.48612738,13.2649412 C4.30040189,11.6043137 5.55671561,10.2008627 7.11930385,9.20619608 C8.46087247,8.35223529 9.97961757,7.83584314 11.5577352,7.68823529 L11.5577352,4.35654902 L10.9044019,4.35654902 C10.5324803,4.35654902 10.1954607,4.1374902 10.0443235,3.79764706 L9.19310777,1.88235294 L4.14581365,1.88235294 C3.62597051,1.88235294 3.20463718,1.46101961 3.20463718,0.941176471 C3.20463718,0.421411765 3.62597051,0 4.14581365,0 L9.78534306,0 C9.78746071,0 9.78949992,7.84313725e-05 9.79153914,0 L15.2062842,0 C15.208245,7.84313725e-05 15.2102058,0 15.2121666,0 L20.8520097,0 C21.3717744,0 21.7931862,0.421411765 21.7931862,0.941176471 C21.7931862,1.46101961 21.3717744,1.88235294 20.8520097,1.88235294 L15.8046372,1.88235294 L14.9534215,3.79764706 C14.8023627,4.1374902 14.4652646,4.35654902 14.0933431,4.35654902 L13.4400882,4.35654902 L13.4400882,7.68815686 C15.0182058,7.83576471 16.5368725,8.35215686 17.8785195,9.20619608 Z M11.5577038,20.523498 C11.5577038,20.0037333 11.9791156,19.5823216 12.4988803,19.5823216 C13.018645,19.5823216 13.4400568,20.0037333 13.4400568,20.523498 L13.4400568,22.4674196 C13.4400568,22.9872627 13.018645,23.4085961 12.4988803,23.4085961 C11.9791156,23.4085961 11.5577038,22.9872627 11.5577038,22.4674196 L11.5577038,20.523498 Z M17.2968333,18.1462431 L18.6713431,19.5207529 C19.0388725,19.8883608 19.0388725,20.4842824 18.6713431,20.8518118 C18.4875784,21.0355765 18.2467156,21.127498 18.0058529,21.127498 C17.7649901,21.127498 17.5241274,21.0355765 17.3403627,20.8518118 L15.9657744,19.477302 C15.598245,19.1096941 15.598245,18.513851 15.9657744,18.1462431 C16.3333823,17.7786353 16.9292254,17.7786353 17.2968333,18.1462431 Z M6.32646463,19.5206745 L7.700896,18.1462431 C8.06850385,17.7786353 8.66434698,17.7786353 9.03195483,18.1462431 C9.39948424,18.513851 9.39948424,19.1096941 9.03195483,19.477302 L7.65752345,20.8517333 C7.47375875,21.035498 7.232896,21.1273412 6.99195483,21.1273412 C6.75109208,21.1273412 6.51022934,21.035498 6.32646463,20.8517333 C5.95893522,20.4841255 5.95893522,19.8882039 6.32646463,19.5206745 Z" id="path-1"></path>
</defs>
<g id="ic_25/electricity" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<use id="Combined-Shape" fill="#FF00F9" xlink:href="#path-1"></use>
<g id="fill/black" mask="url(#mask-2)" fill="#333333">
<rect id="Rectangle" x="0" y="0" width="25" height="25"></rect>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="25px" height="25px" viewBox="0 0 25 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 54 (76480) - https://sketchapp.com -->
<title>ic_25/nutrition2</title>
<desc>Created with Sketch.</desc>
<defs>
<path d="M24.9538289,7.49875663 C24.9538289,8.95343133 24.3250578,10.1693349 23.4806482,10.4918169 L23.4806482,12.4013349 C23.7390096,12.4905398 23.9251542,12.7330699 23.9251542,13.021359 L23.9251542,20.0472867 C23.9251542,20.4111181 23.630359,20.7060578 23.2667446,20.7060578 L22.8056843,20.7060578 C22.441853,20.7060578 22.1469133,20.4111181 22.1469133,20.0472867 L22.1469133,13.0217205 C22.1469133,12.732853 22.3339976,12.4909012 22.5919976,12.4014795 L22.5919976,10.4919614 C21.747588,10.1694795 21.1188169,8.95343133 21.1188169,7.49875663 C21.1188169,5.79793735 21.9771783,4.41902169 23.0362867,4.41902169 C24.0953229,4.41902169 24.9538289,5.79793735 24.9538289,7.49875663 Z M10.4959976,3.07231084 C13.0324795,3.07231084 15.4171542,4.06006988 17.2106482,5.85363614 C19.0042867,7.64720241 19.9919735,10.0318048 19.9919735,12.5682867 C19.9919735,15.1047687 19.0042867,17.4894434 17.2106482,19.2830096 C15.4171542,21.0765759 13.0324795,22.0643349 10.4959976,22.0643349 C7.95951566,22.0643349 5.57491325,21.0765759 3.78134699,19.2830096 C1.98778072,17.4894434 1.00002169,15.1047687 1.00002169,12.5682867 C1.00002169,10.0318048 1.98778072,7.64720241 3.78134699,5.85363614 C5.57491325,4.06006988 7.95951566,3.07231084 10.4959976,3.07231084 Z M10.4959976,4.8072506 C6.20968434,4.8072506 2.73496145,8.28197349 2.73496145,12.5682867 C2.73496145,16.8546 6.20968434,20.3293952 10.4959976,20.3293952 C14.7823108,20.3293952 18.2570337,16.8546 18.2570337,12.5682867 C18.2570337,8.28197349 14.7823108,4.8072506 10.4959976,4.8072506 Z M10.4959976,6.52267229 C13.829612,6.52267229 16.541612,9.23474458 16.541612,12.5682867 C16.541612,15.9019012 13.829612,18.6139735 10.4959976,18.6139735 C7.16238313,18.6139735 4.45038313,15.9019012 4.45038313,12.5682867 C4.45038313,9.23474458 7.16238313,6.52267229 10.4959976,6.52267229 Z M10.4959976,8.25761205 C8.1152988,8.25761205 6.18532289,10.187588 6.18532289,12.5682867 C6.18532289,14.9490578 8.1152988,16.8790337 10.4959976,16.8790337 C12.8767687,16.8790337 14.8066723,14.9490578 14.8066723,12.5682867 C14.8066723,10.187588 12.8767687,8.25761205 10.4959976,8.25761205 Z" id="path-1"></path>
</defs>
<g id="ic_25/nutrition2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<use id="Combined-Shape" fill="#FF00F9" xlink:href="#path-1"></use>
<g id="fill/black" mask="url(#mask-2)" fill="#333333">
<rect id="Rectangle" x="0" y="0" width="25" height="25"></rect>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -0,0 +1,988 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="259.428px" height="86.029px" viewBox="0 0 259.428 86.029" enable-background="new 0 0 259.428 86.029"
xml:space="preserve">
<pattern x="-95.286" y="785.546" width="69" height="69" patternUnits="userSpaceOnUse" id="Polka_Dot_Pattern" viewBox="2.125 -70.896 69 69" overflow="visible">
<g>
<polygon fill="none" points="71.125,-1.896 2.125,-1.896 2.125,-70.896 71.125,-70.896 "/>
<polygon fill="#F6BE51" points="71.125,-1.896 2.125,-1.896 2.125,-70.896 71.125,-70.896 "/>
<g>
<path fill="#FFFFFF" d="M61.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M54.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M46.439-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M38.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M31.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M23.439-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M15.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M8.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M0.439-71.653c0.018,0.072,0.008,0.127-0.026,0.19C0.361-71.362,0.3-71.4,0.248-71.335
c-0.051,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
</g>
<g>
<path fill="#FFFFFF" d="M69.439-71.653c0.018,0.072,0.008,0.127-0.026,0.19c-0.052,0.101-0.113,0.062-0.165,0.128
c-0.051,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
</g>
<path fill="#FFFFFF" d="M0.495-71.653c0.018,0.072,0.008,0.127-0.026,0.19c-0.052,0.101-0.113,0.062-0.165,0.128
c-0.051,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224C0.5-71.68,0.503-71.744,0.51-71.626
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<g>
<g>
<path fill="#FFFFFF" d="M69.439-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M61.778-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M54.118-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M46.458-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M38.797-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M31.137-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M23.477-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M15.816-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M8.156-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M0.495-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143C2-61.45,2.217-61.397,2.391-61.46c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
</g>
<g>
<path fill="#FFFFFF" d="M69.439-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M61.778-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M54.118-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M46.458-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M38.797-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M31.137-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M23.477-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M15.816-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M8.156-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M0.495-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-56.374,0.503-56.438,0.51-56.32
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
</g>
<g>
<path fill="#FFFFFF" d="M69.439-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M61.778-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M54.118-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M46.458-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M38.797-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M31.137-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M23.477-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M15.816-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M8.156-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M0.495-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
</g>
<g>
<path fill="#FFFFFF" d="M69.439-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M61.778-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M54.118-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M46.458-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M38.797-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M31.137-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M23.477-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M15.816-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M8.156-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
C8.15-41.004,8.149-41.02,8.14-41.04"/>
<path fill="#FFFFFF" d="M0.495-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
</g>
<g>
<path fill="#FFFFFF" d="M69.439-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M61.778-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M54.118-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M46.458-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M38.797-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M31.137-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M23.477-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M15.816-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M8.156-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M0.495-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-33.416,0.503-33.48,0.51-33.362
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
</g>
<g>
<path fill="#FFFFFF" d="M69.439-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M61.778-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M54.118-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M46.458-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M38.797-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M31.137-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M23.477-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M15.816-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M8.156-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M0.495-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
</g>
<g>
<path fill="#FFFFFF" d="M69.439-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M61.778-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M54.118-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M46.458-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M38.797-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M31.137-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M23.477-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M15.816-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M8.156-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M0.495-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-18.11,0.503-18.175,0.51-18.057
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
</g>
<g>
<path fill="#FFFFFF" d="M69.439-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362C69-9.692,69.159-9.523,69.154-9.4c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M61.778-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M54.118-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M46.458-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M38.797-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M31.137-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M23.477-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M15.816-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053C17.933-7.969,17.839-8.227,18-8.34
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M8.156-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
C7.915-10.05,7.866-9.836,7.886-9.75C7.717-9.692,7.876-9.523,7.871-9.4C7.868-9.351,7.83-9.295,7.826-9.239
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
C9.114-7.652,9.321-7.799,9.48-7.837c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M0.495-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
C0.254-10.05,0.205-9.836,0.225-9.75C0.056-9.692,0.215-9.523,0.21-9.4c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37C0.33-8.671,0.501-8.456,0.668-8.325c0.19,0.148,0.365,0.572,0.608,0.631
C1.454-7.652,1.66-7.799,1.819-7.837C2-7.88,2.217-7.827,2.391-7.89c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46C3.477-8.933,3.471-8.995,3.5-9.071
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
</g>
</g>
<g>
<path fill="#FFFFFF" d="M69.439-2.778c0.018,0.072,0.008,0.127-0.026,0.19C69.361-2.487,69.3-2.525,69.248-2.46
c-0.051,0.062-0.099,0.276-0.079,0.362C69-2.04,69.159-1.871,69.154-1.748c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
C70.397,0,70.604-0.146,70.763-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M61.778-2.778c0.018,0.072,0.007,0.127-0.026,0.19C61.7-2.487,61.64-2.525,61.587-2.46
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
C62.737,0,62.943-0.146,63.103-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224C61.915-3.117,61.78-3.02,61.781-2.92c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M54.118-2.778c0.018,0.072,0.007,0.127-0.026,0.19C54.04-2.487,53.98-2.525,53.927-2.46
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
C55.077,0,55.283-0.146,55.442-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224C54.255-3.117,54.12-3.02,54.121-2.92c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M46.458-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
C47.416,0,47.623-0.146,47.782-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224C46.594-3.117,46.459-3.02,46.46-2.92c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M38.797-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
C39.756,0,39.962-0.146,40.122-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224C38.934-3.117,38.799-3.02,38.8-2.92c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M31.137-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
C32.095,0,32.302-0.146,32.461-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224C31.273-3.117,31.139-3.02,31.14-2.92c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M23.477-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
C24.435,0,24.642-0.146,24.801-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
c-0.021,0.011-0.021-0.005-0.03-0.025"/>
<path fill="#FFFFFF" d="M15.816-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
C16.774,0,16.981-0.146,17.14-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207
c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169
C15.81-2.74,15.809-2.756,15.8-2.776"/>
<path fill="#FFFFFF" d="M8.156-2.778c0.018,0.072,0.007,0.127-0.026,0.19C8.077-2.487,8.018-2.525,7.965-2.46
c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35C7.868-1.698,7.83-1.643,7.826-1.587
c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631
C9.114,0,9.321-0.146,9.48-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221
c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789C8.954-3.54,8.847-3.448,8.692-3.367
c-0.17,0.088-0.139,0.166-0.318,0.224C8.292-3.117,8.158-3.02,8.159-2.92C8.16-2.805,8.164-2.869,8.17-2.751
C8.15-2.74,8.149-2.756,8.14-2.776"/>
<path fill="#FFFFFF" d="M0.495-2.778c0.018,0.072,0.008,0.127-0.026,0.19C0.417-2.487,0.356-2.525,0.304-2.46
C0.253-2.397,0.205-2.184,0.225-2.098C0.056-2.04,0.215-1.871,0.21-1.748c-0.002,0.05-0.041,0.105-0.045,0.161
c-0.01,0.119,0.017,0.266,0.068,0.37C0.33-1.019,0.501-0.804,0.668-0.673c0.19,0.148,0.365,0.572,0.608,0.631
C1.454,0,1.66-0.146,1.819-0.185C2-0.228,2.217-0.175,2.391-0.237c0.222-0.079,0.127-0.337,0.288-0.45
c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46C3.477-1.28,3.471-1.343,3.5-1.419
c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337
c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789C1.293-3.54,1.187-3.448,1.031-3.367
c-0.17,0.088-0.139,0.166-0.318,0.224C0.632-3.117,0.498-3.02,0.498-2.92C0.5-2.805,0.503-2.869,0.51-2.751
C0.489-2.74,0.488-2.756,0.479-2.776"/>
</g>
</g>
</pattern>
<g>
<path fill="#F08E00" d="M29.395,58.394H20.63L9.351,43.697l-2.1,2.1v12.598H0V23.946h7.251v13.745l12.793-13.745h8.545
L14.233,38.79L29.395,58.394z"/>
<path fill="#F08E00" d="M43.53,58.296c-1.384,0.504-2.8,0.757-4.248,0.757c-4.541,0-6.812-2.449-6.812-7.349V22.09h7.007v29.395
c0,0.554,0.118,1.018,0.354,1.392c0.236,0.375,0.5,0.562,0.793,0.562c0.342,0,0.879-0.081,1.611-0.244L43.53,58.296z"/>
<path fill="#F08E00" d="M50.879,21.993c1.074,0,2.006,0.362,2.795,1.086c0.789,0.725,1.184,1.583,1.184,2.576
c0,0.977-0.395,1.835-1.184,2.576c-0.79,0.741-1.721,1.111-2.795,1.111s-1.994-0.366-2.759-1.099
c-0.765-0.732-1.147-1.595-1.147-2.588c0-1.009,0.382-1.872,1.147-2.588C48.885,22.351,49.805,21.993,50.879,21.993z
M54.419,58.394h-7.007V32.686h7.007V58.394z"/>
<path fill="#F08E00" d="M98.413,58.394h-7.007V42.232c0-1.839-0.2-3.072-0.598-3.699c-0.399-0.626-1.079-0.94-2.039-0.94
c-1.562,0-3.369,0.969-5.42,2.905v17.896h-6.982V42.232c0-1.839-0.2-3.072-0.598-3.699c-0.399-0.626-1.086-0.94-2.063-0.94
c-1.562,0-3.361,0.969-5.396,2.905v17.896h-7.007V32.686h7.007v3.198c2.571-2.522,5.176-3.784,7.812-3.784
c3.418,0,5.615,1.465,6.592,4.395c2.881-2.93,5.696-4.395,8.447-4.395c2.474,0,4.301,0.745,5.481,2.234
c1.18,1.489,1.77,3.796,1.77,6.921V58.394z"/>
<path fill="#F08E00" d="M134.57,58.394h-7.959l-3.247-9.692h-10.913l-3.394,9.692h-7.397l13.306-34.448h6.201L134.57,58.394z
M121.509,43.135l-3.442-10.4l-3.662,10.4H121.509z"/>
<path fill="#F08E00" d="M162.329,58.394h-8.057l-7.544-11.108l-1.611,1.562v9.546h-7.007V22.09h7.007v19.458l8.643-8.862h7.959
l-10.498,10.059L162.329,58.394z"/>
<path fill="#F08E00" d="M181.47,57.491c-2.8,1.041-5.005,1.562-6.616,1.562c-5.501,0-8.252-2.84-8.252-8.521V37.593h-3.687v-4.907
h3.687v-6.689h7.007v6.689h6.543v4.907h-6.543v12.891c0,0.879,0.191,1.599,0.574,2.161c0.382,0.562,0.875,0.842,1.477,0.842
c1.058,0,2.441-0.35,4.15-1.05L181.47,57.491z"/>
<path fill="#F08E00" d="M188.721,21.993c1.074,0,2.006,0.362,2.795,1.086c0.789,0.725,1.184,1.583,1.184,2.576
c0,0.977-0.395,1.835-1.184,2.576c-0.79,0.741-1.721,1.111-2.795,1.111s-1.994-0.366-2.759-1.099
c-0.765-0.732-1.147-1.595-1.147-2.588c0-1.009,0.382-1.872,1.147-2.588C186.727,22.351,187.646,21.993,188.721,21.993z
M192.261,58.394h-7.007V32.686h7.007V58.394z"/>
<path fill="#F08E00" d="M221.899,32.686l-10.205,25.708h-5.786l-10.205-25.708h7.3l5.811,17.31l5.786-17.31H221.899z"/>
</g>
<g>
<line fill="none" stroke="#F08E00" stroke-width="0.75" x1="203.431" y1="12.783" x2="202.766" y2="0.556"/>
<line fill="none" stroke="#F08E00" stroke-width="0.5" x1="189.686" y1="13.24" x2="185.522" y2="5.125"/>
<line fill="none" stroke="#F08E00" stroke-width="0.5" x1="195.665" y1="68.534" x2="190.95" y2="81.16"/>
<line fill="none" stroke="#F08E00" stroke-width="0.75" x1="206.54" y1="69.732" x2="207.427" y2="86.009"/>
<line fill="none" stroke="#F08E00" x1="217.21" y1="66.895" x2="224.674" y2="81.445"/>
<line fill="none" stroke="#F08E00" stroke-width="1.25" x1="225.095" y1="60.377" x2="239.997" y2="73.116"/>
<line fill="none" stroke="#F08E00" stroke-width="1.5" x1="229.231" y1="52.886" x2="251.905" y2="61.912"/>
<line fill="none" stroke="#F08E00" stroke-width="1.5" x1="230.325" y1="45.874" x2="259.238" y2="48.839"/>
<line fill="none" stroke="#F08E00" stroke-width="1.5" x1="229.796" y1="40.454" x2="259.33" y2="36.58"/>
<line fill="none" stroke="#F08E00" stroke-width="1.5" x1="228.531" y1="33.784" x2="255.679" y2="22.989"/>
<line fill="none" stroke="#F08E00" stroke-width="1.5" x1="225.815" y1="28.614" x2="247.504" y2="13.261"/>
<line fill="none" stroke="#F08E00" stroke-width="1.25" x1="221.238" y1="22.929" x2="236.231" y2="4.023"/>
<line fill="none" stroke="#F08E00" x1="214.256" y1="17.207" x2="220.238" y2="0.166"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 97 KiB

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="25px" height="25px" viewBox="0 0 25 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 64 (93537) - https://sketch.com -->
<title>ic_25/mobility2</title>
<desc>Created with Sketch.</desc>
<defs>
<path d="M20.2760601,21.3587549 C18.5878256,21.3587549 17.2143819,19.9853111 17.2143819,18.2970766 C17.2143819,17.3885121 17.6125628,16.5715798 18.2431141,16.0104279 L19.4685472,18.2064141 C19.6207134,18.4790943 19.903575,18.632715 20.1950941,18.632715 C20.3321614,18.632715 20.4710988,18.5987079 20.5993007,18.5272306 C21.0001828,18.3035179 21.1437607,17.79729 20.9201172,17.3964771 L19.7408811,15.2831884 C19.9147952,15.2523673 20.0934191,15.2353984 20.2760601,15.2353984 C21.9642946,15.2353984 23.3377383,16.6088421 23.3377383,18.2970766 C23.3377383,19.9853111 21.9642946,21.3587549 20.2760601,21.3587549 L20.2760601,21.3587549 Z M4.72393989,21.3587549 C3.03577464,21.3587549 1.66226167,19.9853111 1.66226167,18.2970766 C1.66226167,16.6088421 3.03577464,15.2353984 4.72393989,15.2353984 C4.89778476,15.2353984 5.0679588,15.2507743 5.23397718,15.2786865 L3.99420702,17.552799 C3.85312256,17.8115577 3.85963308,18.1255866 4.01131446,18.3783197 C4.16154136,18.6287671 4.43221297,18.7817644 4.72393989,18.7817644 C4.72650255,18.7817644 4.7290652,18.7817644 4.73162785,18.7816952 L7.75140323,18.7536445 C7.53032242,20.226062 6.25702998,21.3587549 4.72393989,21.3587549 L4.72393989,21.3587549 Z M6.73749287,15.9935975 C7.08047286,16.2938435 7.3564083,16.6687528 7.53870299,17.0933221 L6.13083662,17.1064125 L6.73749287,15.9935975 Z M8.91997318,11.9903173 L10.7010866,15.928423 C10.3862958,16.2265912 10.1661846,16.6233869 10.0901361,17.0695657 L9.28726375,17.0770458 C9.00911196,16.0375782 8.38514049,15.1380868 7.5457676,14.5108601 L8.91997318,11.9903173 Z M14.8270971,11.6649296 L12.8131978,15.4902093 C12.643093,15.4281515 12.4623221,15.3885343 12.2745558,15.3735739 L10.5971259,11.6649296 L14.8270971,11.6649296 Z M20.2760601,13.5731367 C19.7978828,13.5731367 19.3362589,13.6451681 18.9009541,13.777872 L17.1109061,10.5700532 L17.1265591,9.37509489 L19.3474099,9.37509489 C19.8064019,9.37509489 20.1785408,9.00295606 20.1785408,8.54396405 C20.1785408,8.08497205 19.8064019,7.71283321 19.3474099,7.71283321 L16.3063022,7.71283321 C15.8515351,7.71283321 15.4811971,8.078323 15.4752406,8.53302083 L15.4559168,10.0026679 L9.84529885,10.0026679 L9.23912742,8.66226167 L10.3010356,8.66226167 C10.7600276,8.66226167 11.1321664,8.29012284 11.1321664,7.83113084 C11.1321664,7.37213883 10.7600276,7 10.3010356,7 L5.29658904,7 C4.83759703,7 4.4654582,7.37213883 4.4654582,7.83113084 C4.4654582,8.29012284 4.83759703,8.66226167 5.29658904,8.66226167 L7.47117361,8.66226167 C7.47816896,8.75694133 7.50054024,8.85196729 7.54195826,8.9435302 L8.06148429,10.0922223 L6.05845897,13.7663054 C5.63492855,13.641428 5.18736459,13.5731367 4.72393989,13.5731367 C2.11917585,13.5731367 0,15.6923126 0,18.2970766 C0,20.9018407 2.11917585,23.0210165 4.72393989,23.0210165 C7.18000078,23.0210165 9.2033888,21.1367737 9.42661669,18.7381301 L10.5347911,18.7278102 C10.9108086,19.1791142 11.4769472,19.4664777 12.1102689,19.4664777 C13.2424769,19.4664777 14.1602531,18.5486322 14.1602531,17.4164935 C14.1602531,17.1742881 14.118004,16.9421949 14.0409166,16.7265164 L16.2748577,12.4831779 L17.4208486,14.5369022 C16.286355,15.4005164 15.5521202,16.7644714 15.5521202,18.2970766 C15.5521202,20.9018407 17.6712961,23.0210165 20.2760601,23.0210165 C22.8808241,23.0210165 25,20.9018407 25,18.2970766 C25,15.6923126 22.8808241,13.5731367 20.2760601,13.5731367 L20.2760601,13.5731367 Z" id="path-1"></path>
</defs>
<g id="ic_25/mobility2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<use id="Fill-1" fill="#FF00F9" xlink:href="#path-1"></use>
<g id="fill/black" mask="url(#mask-2)" fill="#333333">
<rect id="Rectangle" x="0" y="0" width="25" height="25"></rect>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="160px" height="160px" viewBox="0 0 160 160" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 54 (76480) - https://sketchapp.com -->
<title>ic_160/profil</title>
<desc>Created with Sketch.</desc>
<defs>
<polygon id="path-1" points="0.269314286 0.501885714 57.2228571 0.501885714 57.2228571 54.8647429 0.269314286 54.8647429"></polygon>
<polygon id="path-3" points="0.0338285714 0.216571429 68.0458286 0.216571429 68.0458286 65.7231429 0.0338285714 65.7231429"></polygon>
<polygon id="path-5" points="0 156.354857 118.365714 156.354857 118.365714 0.571428571 0 0.571428571"></polygon>
</defs>
<g id="ic_160/profil" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Group-2">
<rect id="Rectangle" x="0" y="0" width="160" height="160"></rect>
<g id="Group" transform="translate(20.571429, 1.714286)">
<path d="M44.8773143,115.134171 C44.8773143,115.134171 33.4893143,104.3176 32.9670286,88.9467429 C31.7664571,89.2084571 31.0898857,89.3793143 31.0756,89.3827429 C28.9624571,89.9284571 26.9218857,90.5404571 24.8590286,91.2084571 C20.0881714,92.7524571 15.4596,94.5964571 11.0864571,96.8456 C4.3196,100.326171 0.000171428571,107.232457 0.000171428571,114.8376 L0.000171428571,120.922171 C0.000171428571,125.703314 2.59502857,130.133029 6.82188571,132.362171 C15.1184571,136.7376 31.3093143,142.877029 56.9533143,143.219314 L56.9533143,107.844457 L44.8773143,115.134171 Z" id="Fill-1" fill="#005F85"></path>
<g id="Group-5" transform="translate(61.142857, 88.354857)">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<g id="Clip-4"></g>
<path d="M46.1161714,8.48188571 C41.7356,6.23217143 37.0973143,4.38302857 32.3178857,2.83902857 C30.2693143,2.17731429 28.2024571,1.5556 26.1036,1.01617143 C25.4916,0.832742857 24.8756,0.6676 24.2590286,0.501885714 C23.7784571,15.9247429 12.3436,26.7796 12.3436,26.7796 C12.3436,26.7796 4.2916,21.9167429 0.269314286,19.4898857 L0.269314286,54.8647429 C25.9121714,54.5218857 42.1030286,48.3824571 50.3996,44.0076 C54.6276,41.7784571 57.2230286,37.3487429 57.2230286,32.5670286 L57.2230286,26.4973143 C57.2230286,18.8773143 52.8961714,11.9630286 46.1161714,8.48188571" id="Fill-3" fill="#005F85" mask="url(#mask-2)"></path>
</g>
<path d="M32.9668571,88.9466857 C33.4891429,104.317543 44.8771429,115.134114 44.8771429,115.134114 L56.9537143,107.8444 L56.9537143,143.219829 C57.6977143,143.230686 58.4205714,143.254114 59.1828571,143.254114 C59.9434286,143.254114 60.668,143.230686 61.412,143.219829 L61.412,107.8444 C65.4342857,110.271257 73.4868571,115.134114 73.4868571,115.134114 C73.4868571,115.134114 84.9211429,104.279829 85.4017143,88.8569714 C63.8011429,83.0712571 39.7594286,87.4752571 32.9668571,88.9466857" id="Fill-6" fill="#009BD5"></path>
<g id="Group-10" transform="translate(25.142857, 0.354857)">
<mask id="mask-4" fill="white">
<use xlink:href="#path-3"></use>
</mask>
<g id="Clip-9"></g>
<path d="M34.0401143,65.7231429 C14.0058286,65.7231429 0.0338285714,50.0271429 0.0338285714,30.6677143 C0.0338285714,11.3054286 14.0058286,0.216285714 34.0401143,0.216285714 C54.0726857,0.216285714 68.0458286,11.3054286 68.0458286,30.6677143 C68.0458286,50.0271429 54.0726857,65.7231429 34.0401143,65.7231429 Z" id="Fill-8" fill="#4B4B4B" mask="url(#mask-4)"></path>
</g>
<path d="M73.1906286,75.4863429 C73.7437714,79.1469143 75.3283429,83.7074857 79.1094857,87.4577714 C79.1094857,94.3406286 59.1826286,106.500629 59.1826286,106.500629 C59.1826286,106.500629 39.2557714,94.6509143 39.2557714,87.7680571 C43.0312,84.0234857 44.5883429,79.1583429 45.1443429,75.5006286 L73.1906286,75.4863429 Z" id="Fill-11" fill="#DEAA5F"></path>
<path d="M82.5714286,29.7142857 C82.5714286,29.7142857 85.0690286,37.7370286 85.0690286,38.4073143 C85.4376,38.2941714 87.0473143,37.0141714 89.4644571,37.6701714 C92.0307429,38.3724571 93.9141714,41.9610286 93.4970286,46.6547429 C93.0758857,51.3490286 90.5907429,54.9364571 87.9450286,54.6696 C87.6164571,54.6347429 87.2970286,54.5450286 86.9970286,54.3993143 C84.6918857,63.4798857 79.8164571,71.0507429 73.4838857,75.6576 C69.2576,78.7313143 64.3787429,80.4878857 59.1827429,80.4878857 C53.9856,80.4878857 49.1084571,78.7313143 44.8804571,75.6576 C38.5473143,71.0507429 33.6741714,63.4798857 31.3690286,54.3993143 C31.0667429,54.5450286 30.7490286,54.6347429 30.4193143,54.6696 C27.7736,54.9364571 25.2901714,51.3490286 24.8690286,46.6547429 C24.4513143,41.9610286 26.3353143,38.3724571 28.8998857,37.6701714 C31.3164571,37.0141714 32.9278857,38.2941714 33.2964571,38.4073143 C33.2964571,37.7370286 36,29.1428571 36,29.1428571 C36,29.1428571 46,32.7142857 60.2857143,30.7142857 C74.5714286,28.7142857 79.9515429,23.3978286 82.5714286,29.7142857 Z" id="Fill-13" fill="#E9C28A"></path>
<mask id="mask-6" fill="white">
<use xlink:href="#path-5"></use>
</mask>
<g id="Clip-16"></g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="160px" height="160px" viewBox="0 0 160 160" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 54 (76480) - https://sketchapp.com -->
<title>ic_160/szenario</title>
<desc>Created with Sketch.</desc>
<defs>
<polygon id="path-1" points="0.242762829 0.388927524 51.1720277 0.388927524 51.1720277 122.845295 0.242762829 122.845295"></polygon>
</defs>
<g id="ic_160/szenario" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Group">
<rect id="Rectangle" x="0" y="0" width="160" height="160"></rect>
<g id="Group-17" transform="translate(51.428571, 8.571429)">
<polygon id="Fill-1" fill="#4B4B4B" points="0 22.8571429 14.8571429 22.8571429 14.8571429 18.2857143 0 18.2857143"></polygon>
<polygon id="Fill-2" fill="#4B4B4B" points="0 38.2857143 14.8571429 38.2857143 14.8571429 33.7142857 0 33.7142857"></polygon>
<polygon id="Fill-3" fill="#4B4B4B" points="0 54.8571429 14.8571429 54.8571429 14.8571429 50.2857143 0 50.2857143"></polygon>
<polygon id="Fill-4" fill="#4B4B4B" points="0 70.8571429 14.8571429 70.8571429 14.8571429 66.2857143 0 66.2857143"></polygon>
<polygon id="Fill-5" fill="#4B4B4B" points="40.5714286 22.8571429 55.4285714 22.8571429 55.4285714 18.2857143 40.5714286 18.2857143"></polygon>
<polygon id="Fill-6" fill="#4B4B4B" points="40.5714286 38.2857143 55.4285714 38.2857143 55.4285714 33.7142857 40.5714286 33.7142857"></polygon>
<polygon id="Fill-7" fill="#4B4B4B" points="40.5714286 54.8571429 55.4285714 54.8571429 55.4285714 50.2857143 40.5714286 50.2857143"></polygon>
<polygon id="Fill-8" fill="#4B4B4B" points="40.5714286 70.8571429 55.4285714 70.8571429 55.4285714 66.2857143 40.5714286 66.2857143"></polygon>
<g id="Group-16" transform="translate(2.285714, 0.000000)">
<g id="Group-11">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<g id="Clip-10"></g>
<path d="M25.7108904,0.388828054 C17.0094757,0.388828054 9.93080721,7.44025316 9.93080721,16.1070703 L9.93080721,77.5680635 C3.8632344,82.3247167 0.242762829,89.6034307 0.242762829,97.4804564 C0.242762829,111.466927 11.6663967,122.845295 25.7073953,122.845295 C39.7483939,122.845295 51.1720277,111.466927 51.1720277,97.4804564 C51.1720277,89.5790606 47.5380749,82.290897 41.4450374,77.5362331 C41.5264244,56.3546035 41.491473,16.5283256 41.491473,16.1011021 C41.491473,7.44025316 34.4123051,0.388828054 25.7108904,0.388828054 M25.7108904,7.84907468 C30.2900305,7.84907468 34.0018752,11.5468703 34.0018752,16.1070703 C34.0018752,16.1070703 34.0428183,61.7458751 33.9369653,81.5642689 C39.7234286,84.5384206 43.68243,90.5469032 43.68243,97.4804564 C43.68243,107.369262 35.6351068,115.385048 25.7073953,115.385048 C15.7801831,115.385048 7.73236061,107.369262 7.73236061,97.4804564 C7.73236061,90.5702787 11.6648988,84.5782086 17.420405,81.5936126 L17.420405,16.1070703 C17.420405,11.5468703 21.1322497,7.84907468 25.7108904,7.84907468" id="Fill-9" fill="#005F85" mask="url(#mask-2)"></path>
</g>
<path d="M33.9367656,81.5641695 C34.0426186,61.7457756 34.0021748,16.1074682 34.0021748,16.1074682 C34.0021748,11.5467708 30.2898308,7.84897521 25.7106907,7.84897521 C21.1320499,7.84897521 17.4202053,11.5467708 17.4202053,16.1074682 L17.4202053,81.5940105 L33.9367656,81.5641695 Z" id="Fill-12" fill="#FABB00"></path>
<path d="M17.4201553,60.4331204 L17.4201553,81.5938613 C11.6651484,84.5784573 7.73261026,90.5705273 7.73261026,97.4802078 C7.73261026,107.369013 15.7804327,115.3848 25.7076449,115.3848 C35.6348571,115.3848 43.6826796,107.369013 43.6826796,97.4802078 C43.6826796,90.5471519 39.7236782,84.5386693 33.9367157,81.5640203 C34.0425687,61.7461238 34.0021248,60.4331204 34.0021248,60.4331204 L17.4201553,60.4331204 Z" id="Fill-14" fill="#009BD5"></path>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -0,0 +1,50 @@
<?php
/**
* German Language pack for "_intro.inc.php"
*
* Notice to translators:
* Do not change instructions like:
* %s
* %d
* %1\$s
* %2\$s ...etc...
* \n
*
* @package LanguageGerman
* @filesource
* @author Jochen Seiter <info@bfig.de>
* @copyright 2008, Buero fuer Internet Gestaltung
*/
/**#@+
* Constants for the german language pack
*/
define("TXT_APPLICATION_HEADLINE", "Mein Klima-Fußabdruck");
define("TXT_APPLICATION_SLOGAN", "für Schülerinnen und Schüler, Auszubildende und Studierende");
/**
* "Intro"
*/
define("TXT_INTRO_HEADLINE", "Werde auch du ein KlimAktivist!");
define("TXT_INTRO_CONTENT", '
<p>CO<sub>2</sub> und die anderen Treibhausgase schädigen das Klima, so viel ist klar.</p>
<p>Mit diesem CO2-Rechner kannst Du deinen Anteil am CO<sub>2</sub>-Ausstoß berechnen und mit den anderen Erdenbürgern vergleichen.</p>
<p>Durch unsere Lebensweise zu Hause haben wir entscheidenden Einfluss auf unser Klima weltweit. Während wir genügend Mittel haben, um uns vor den schlimmen Folgen des Klimawandels zu schützen, müssen die ärmsten Menschen dieser Erde jedoch die Folgen ausbaden. Sie haben nicht die Möglichkeit, ihr Hab und Gut oder gar ihr Leben zu schützen. Besonders unfair dabei ist, dass sie für den Klimawandel am wenigsten verantwortlich sind. Die ärmsten Länder der Erde haben den niedrigsten Energieverbrauch pro Kopf und die geringste CO2-Bilanz. Schuld am Klimawandel sind vor allem die Industrieländer.</p>
<p>Dabei ist es schwer nachvollziehbar, was unser Konsumverhalten mit dem Ansteigen des Meeresspiegels in Bangladesch zu tun haben könnte, oder warum die kleinen Inselstaaten zu versinken drohen, Dürren, Wirbelstürme und Überschwemmungen nun häufiger auftreten. Mit kleinen Änderungen im Alltagsleben kannst Du einen Beitrag leisten, unserem Klima zu helfen!</p>
');
define("TXT_INTRO_CONTENT_BILANZ", '
');
define("TXT_INTRO_CONTENT_SZENARIO", '
');
/**
* "Mein Profil"
*/
define("TXT_SETTINGS_HEADLINE", "Mein CO<sub>2</sub>-Schnellcheck");
define("TXT_INTRO_SETTINGS_CONTENT", "<p>Erstellen Sie durch wenige Schritte Ihr persönliches CO<sub>2</sub>-Profil.</p>");
define("TXT_INTRO_SETTINGS_CONTENT_RESET", "<p>Wenn Sie eine neue Berechnung starten möchten, können Sie hier alle Eingaben zurücksetzen.</p>");
/**#@-*/
?>

View File

@ -0,0 +1,130 @@
<?php
/**
* German Language pack for the module "survey"
*
* 2020-06-23: Mantis 1770
*
* Notice to translators:
* Do not change instructions like:
* %s
* %d
* %1\$s
* %2\$s ...etc...
* \n
* <html command>
* \"
*
* @package LanguageGerman
* @filesource
* @author Jochen Seiter <j.seiter@klimaktiv.de>
* @copyright 2020
*/
/**#@+
* Constants for the german language pack
*/
/**
* "Survey"
*/
define("TXT_MODULES_SURVEY_INTRO", "<p>Die wenigsten von uns entsprechen dem genauen Durchschnitt. Daher möchten wir uns ein genaueres Bild der Lebensumstände der User des CO<sub>2</sub>-Rechners machen. Durch die freiwillige Eingabe einiger weiterer Daten können Sie einen wichtigen Beitrag zur anonymen, wissenschaftlichen Auswertung der CO<sub>2</sub>-Bilanzen leisten! Vielen Dank dafür!</p>");
define("TXT_MODULES_SURVEY_NO_COMMENT", "keine Angabe");
define("TXT_MODULES_SURVEY_PLEASE_SELECT", "Bitte auswählen");
// Question 1
define("TXT_MODULES_SURVEY_Q1", "Höchster Bildungsabschluss");
define("TXT_MODULES_SURVEY_Q1_A1", "noch in schulischer Ausbildung");
define("TXT_MODULES_SURVEY_Q1_A2", "ohne Schulabschluss");
define("TXT_MODULES_SURVEY_Q1_A3", "Hauptschulabschluss / POS 8 Schuljahre");
define("TXT_MODULES_SURVEY_Q1_A4", "Realschulabschluss / POS 10 Schuljahre");
define("TXT_MODULES_SURVEY_Q1_A5", "(Fach-) Abitur");
define("TXT_MODULES_SURVEY_Q1_A6", "(Fach-) Hochschulabschluss");
$factor_modules_survey['q1']['na'] = array("name" => TXT_MODULES_SURVEY_NO_COMMENT, "default" => true);
$factor_modules_survey['q1']['a1'] = array("name" => TXT_MODULES_SURVEY_Q1_A1, "default" => false);
$factor_modules_survey['q1']['a2'] = array("name" => TXT_MODULES_SURVEY_Q1_A2, "default" => false);
$factor_modules_survey['q1']['a3'] = array("name" => TXT_MODULES_SURVEY_Q1_A3, "default" => false);
$factor_modules_survey['q1']['a4'] = array("name" => TXT_MODULES_SURVEY_Q1_A4, "default" => false);
$factor_modules_survey['q1']['a5'] = array("name" => TXT_MODULES_SURVEY_Q1_A5, "default" => false);
$factor_modules_survey['q1']['a6'] = array("name" => TXT_MODULES_SURVEY_Q1_A6, "default" => false);
// Question 2
define("TXT_MODULES_SURVEY_Q2", "Beruflicher Status");
define("TXT_MODULES_SURVEY_Q2_A1", "in Ausbildung");
define("TXT_MODULES_SURVEY_Q2_A2", "Berufsstart, bis zum 5. Berufsjahr");
define("TXT_MODULES_SURVEY_Q2_A3", "mit Berufserfahrung, mehr als 5 Jahre");
define("TXT_MODULES_SURVEY_Q2_A4", "Renteneintritt, seit höchstens 5 Jahren in Rente");
define("TXT_MODULES_SURVEY_Q2_A5", "seit mehr als 5 Jahren in Rente");
define("TXT_MODULES_SURVEY_Q2_A6", "nicht erwerbstätig");
$factor_modules_survey['q2']['na'] = array("name" => TXT_MODULES_SURVEY_NO_COMMENT, "default" => true);
$factor_modules_survey['q2']['a1'] = array("name" => TXT_MODULES_SURVEY_Q2_A1, "default" => false);
$factor_modules_survey['q2']['a2'] = array("name" => TXT_MODULES_SURVEY_Q2_A2, "default" => false);
$factor_modules_survey['q2']['a3'] = array("name" => TXT_MODULES_SURVEY_Q2_A3, "default" => false);
$factor_modules_survey['q2']['a4'] = array("name" => TXT_MODULES_SURVEY_Q2_A4, "default" => false);
$factor_modules_survey['q2']['a5'] = array("name" => TXT_MODULES_SURVEY_Q2_A5, "default" => false);
$factor_modules_survey['q2']['a6'] = array("name" => TXT_MODULES_SURVEY_Q2_A6, "default" => false);
// Question 3
define("TXT_MODULES_SURVEY_Q3", "Haushaltsnettoeinkommen");
define("TXT_MODULES_SURVEY_Q3_A1", "unter 1000 Euro");
define("TXT_MODULES_SURVEY_Q3_A2", "1000 bis unter 2000 Euro");
define("TXT_MODULES_SURVEY_Q3_A3", "2000 bis unter 3000 Euro");
define("TXT_MODULES_SURVEY_Q3_A4", "3000 bis unter 4000 Euro");
define("TXT_MODULES_SURVEY_Q3_A5", "4000 bis unter 5000 Euro");
define("TXT_MODULES_SURVEY_Q3_A6", "5000 oder mehr");
$factor_modules_survey['q3']['na'] = array("name" => TXT_MODULES_SURVEY_NO_COMMENT, "default" => true);
$factor_modules_survey['q3']['a1'] = array("name" => TXT_MODULES_SURVEY_Q3_A1, "default" => false);
$factor_modules_survey['q3']['a2'] = array("name" => TXT_MODULES_SURVEY_Q3_A2, "default" => false);
$factor_modules_survey['q3']['a3'] = array("name" => TXT_MODULES_SURVEY_Q3_A3, "default" => false);
$factor_modules_survey['q3']['a4'] = array("name" => TXT_MODULES_SURVEY_Q3_A4, "default" => false);
$factor_modules_survey['q3']['a5'] = array("name" => TXT_MODULES_SURVEY_Q3_A5, "default" => false);
$factor_modules_survey['q3']['a6'] = array("name" => TXT_MODULES_SURVEY_Q3_A6, "default" => false);
// Question 4
define("TXT_MODULES_SURVEY_Q4", "Zahl der im Haushalt lebenden Kinder unter 18 Jahren");
// Question 5
define("TXT_MODULES_SURVEY_Q5", "Bundesland");
define("TXT_MODULES_SURVEY_Q5_BW", "Baden-Württemberg");
define("TXT_MODULES_SURVEY_Q5_BY", "Bayern");
define("TXT_MODULES_SURVEY_Q5_BE", "Berlin");
define("TXT_MODULES_SURVEY_Q5_BB", "Brandenburg");
define("TXT_MODULES_SURVEY_Q5_HB", "Bremen");
define("TXT_MODULES_SURVEY_Q5_HH", "Hamburg");
define("TXT_MODULES_SURVEY_Q5_HE", "Hessen");
define("TXT_MODULES_SURVEY_Q5_MV", "Mecklenburg-Vorpommern");
define("TXT_MODULES_SURVEY_Q5_NW", "Nordrhein-Westfalen");
define("TXT_MODULES_SURVEY_Q5_RP", "Rheinland-Pfalz");
define("TXT_MODULES_SURVEY_Q5_SL", "Saarland");
define("TXT_MODULES_SURVEY_Q5_SN", "Sachsen");
define("TXT_MODULES_SURVEY_Q5_ST", "Sachsen-Anhalt");
define("TXT_MODULES_SURVEY_Q5_SH", "Schleswig-Holstein");
define("TXT_MODULES_SURVEY_Q5_TH", "Thüringen");
define("TXT_MODULES_SURVEY_Q5_OTHER", "Ort außerhalb Deutschlands");
$factor_modules_survey['q5']['na'] = array("name" => TXT_MODULES_SURVEY_PLEASE_SELECT, "default" => true);
$factor_modules_survey['q5']['bw'] = array("name" => TXT_MODULES_SURVEY_Q5_BW, "default" => false);
$factor_modules_survey['q5']['by'] = array("name" => TXT_MODULES_SURVEY_Q5_BY, "default" => false);
$factor_modules_survey['q5']['be'] = array("name" => TXT_MODULES_SURVEY_Q5_BE, "default" => false);
$factor_modules_survey['q5']['bb'] = array("name" => TXT_MODULES_SURVEY_Q5_BB, "default" => false);
$factor_modules_survey['q5']['hb'] = array("name" => TXT_MODULES_SURVEY_Q5_HB, "default" => false);
$factor_modules_survey['q5']['hh'] = array("name" => TXT_MODULES_SURVEY_Q5_HH, "default" => false);
$factor_modules_survey['q5']['he'] = array("name" => TXT_MODULES_SURVEY_Q5_HE, "default" => false);
$factor_modules_survey['q5']['mv'] = array("name" => TXT_MODULES_SURVEY_Q5_MV, "default" => false);
$factor_modules_survey['q5']['nw'] = array("name" => TXT_MODULES_SURVEY_Q5_NW, "default" => false);
$factor_modules_survey['q5']['rp'] = array("name" => TXT_MODULES_SURVEY_Q5_RP, "default" => false);
$factor_modules_survey['q5']['sl'] = array("name" => TXT_MODULES_SURVEY_Q5_SL, "default" => false);
$factor_modules_survey['q5']['sn'] = array("name" => TXT_MODULES_SURVEY_Q5_SN, "default" => false);
$factor_modules_survey['q5']['st'] = array("name" => TXT_MODULES_SURVEY_Q5_ST, "default" => false);
$factor_modules_survey['q5']['sh'] = array("name" => TXT_MODULES_SURVEY_Q5_SH, "default" => false);
$factor_modules_survey['q5']['th'] = array("name" => TXT_MODULES_SURVEY_Q5_TH, "default" => false);
$factor_modules_survey['q5']['other'] = array("name" => TXT_MODULES_SURVEY_Q5_OTHER, "default" => false);
// Question 6
define("TXT_MODULES_SURVEY_Q6", "Postleitzahl meines Wohnorts");
?>

View File

@ -0,0 +1,49 @@
<?php
/**
* English Language pack for "_intro.inc.php"
*
* Notice to translators:
* Do not change instructions like:
* %s
* %d
* %1\$s
* %2\$s ...etc...
* \n
*
* @package LanguageEnglish
* @filesource
* @author Jochen Seiter <info@bfig.de>
* @copyright 2008, Buero fuer Internet Gestaltung
*/
/**#@+
* Constants for the english language pack
*/
define("TXT_INTRO_HEADLINE", "Climate protection? Get your own balance!");
define("TXT_INTRO_CONTENT", '
<p>Climate change is a global issue and concerns each of us. But what about you? Do you act climate friendly... or maybe less than you thought? <br />
Find out in which areas you are already making a contribution towards climate protection and where potential is still hidden:</p>
<p><b>Calculate</b> your annual CO<sub>2</sub> emissions.</p>
<p><b>Take action</b> and reduce your carbon footprint through easy greenhouse gas reduction activities.</p>
<p><b>Set up</b> your personal climate target and save your emission data and your achievements in your <i>carbon account</i>!</p>
<p></p>
<br><br>
');
define("TXT_INTRO_CONTENT_HELP", 'Help and other information');
define("TXT_INTRO_START_BUTTON", 'Start calculation');
define("TXT_INTRO_START_BUTTON_WITH_LOGIN", 'with login');
define("TXT_INTRO_START_BUTTON_WITHOUT_LOGIN", 'without login');
define("TXT_INTRO_LOGOUT_BUTTON", 'Logout');
define("TXT_INTRO_START_BACK_BUTTON", 'Back');
define("TXT_INTRO_NOTE", '
<p><b>Note:</b><br />
The calculator considers, alongside CO<sub>2</sub>, the greenhouse gases methane (CH<sub>4</sub>) and laughing gas (N<sub>2</sub>O) with the corresponding global warming potential (GWP) in relation to CO<sub>2</sub> (CO<sub>2</sub>e: CO<sub>2</sub> unit equivalents). </br>
It considers as well flight equivalents expressed as the radiative forcing index (RFI), which also consider the climate effectiveness, e.g. of the steam emitted at great altitudes by airplanes.
</p>
');
/**#@-*/
?>

View File

@ -0,0 +1,109 @@
<?php
// 2020-06-23: Mantis 1770
include_once('../'.CUSTOMER_DIR.'/languages/'.CONTENT_LANGUAGE.'/_modules_survey.php');
?>
<hr>
<?php echo TXT_MODULES_SURVEY_INTRO; ?>
<div class="form-group">
<label class="col-sm-5 col-md-4 control-label" for="bookmark_data_name"><?php echo TXT_MODULES_SURVEY_Q1 ; ?></label>
<div class="col-sm-7 col-md-5">
<?php
foreach($factor_modules_survey['q1'] as $key => $val)
{
echo '<div class="radio"><label>';
echo '<input type="radio" name="modules[survey][q1]" id="modules_survey_q1_'.$key.'" value="'.$key.'"';
if($val["default"]) echo ' checked = "checked"';
echo '>'.$val["name"];
echo '</label></div>';
}
?>
</div>
</div>
<div class="form-group">
<label class="col-sm-5 col-md-4 control-label" for="bookmark_data_name"><?php echo TXT_MODULES_SURVEY_Q2 ; ?></label>
<div class="col-sm-7 col-md-5">
<?php
foreach($factor_modules_survey['q2'] as $key => $val)
{
echo '<div class="radio"><label>';
echo '<input type="radio" name="modules[survey][q2]" id="modules_survey_q2_'.$key.'" value="'.$key.'"';
if($val["default"]) echo ' checked = "checked"';
echo '>'.$val["name"];
echo '</label></div>';
}
?>
</div>
</div>
<div class="form-group">
<label class="col-sm-5 col-md-4 control-label" for="bookmark_data_name"><?php echo TXT_MODULES_SURVEY_Q3 ; ?></label>
<div class="col-sm-7 col-md-5">
<?php
foreach($factor_modules_survey['q3'] as $key => $val)
{
echo '<div class="radio"><label>';
echo '<input type="radio" name="modules[survey][q3]" id="modules_survey_q3_'.$key.'" value="'.$key.'"';
if($val["default"]) echo ' checked = "checked"';
echo '>'.$val["name"];
echo '</label></div>';
}
?>
</div>
</div>
<div class="form-group">
<label class="col-sm-5 col-md-4 control-label" for="modules_survey_q4"><?php echo TXT_MODULES_SURVEY_Q4; ?></label>
<div class="col-sm-3 col-md-2">
<input class="form-control" type="number" min="0" max="10" step="1" name="modules[survey][q4]" id="modules_survey_q4" value="0">
</div>
</div>
<div class="form-group">
<label class="col-sm-5 col-md-4 control-label" for="bookmark_data_name"><?php echo TXT_MODULES_SURVEY_Q5 ; ?></label>
<div class="col-sm-7 col-md-5">
<select name="modules[survey][q5]" class="form-control" id="modules_survey_q5_<?php echo $key; ?>">
<?php
foreach($factor_modules_survey['q5'] as $key => $val)
{
echo '<option value="'.$key.'"';
if($val["default"]) echo ' selected = "selected"';
echo '>'.$val["name"];
echo '</option>';
}
?>
</select>
</div>
</div>
<div class="form-group">
<label class="col-sm-5 col-md-4 control-label" for="modules_survey_q6"><?php echo TXT_MODULES_SURVEY_Q6; ?></label>
<div class="col-sm-3 col-md-2">
<input class="form-control" type="number" min="0" max="99999" step="1" name="modules[survey][q6]" id="modules_survey_q6" value="">
</div>
</div>
<hr>

View File

@ -0,0 +1,263 @@
<?php
/**
* Version
*/
$customer_settings['version'] = "4.1 / Datenstand 12.2018";
/**
* Customer settings
*/
$customer_settings['customer']['session_id'] = "klima-arena-jugend"; // Kleinschreibung! Keine Sonderzeichen oder Umlaute erlaubt bis auf "_" (Underscore)
$customer_settings['customer']['real_name'] = "Klimastiftung für Bürger (Klima Arena)"; // für Impressum
$customer_settings['customer']['header_logo'] = 'klimaarena-logo.svg'; // Erlaubte Werte: leer oder Dateiname (Datei in: "/Kunden-Ordner/images/")
$customer_settings['customer']['homepage'] = ""; // Link hinter header_logo: "https://klima-arena.de"
$customer_settings['customer']['support_mail'] = "co2-rechner@klimaktiv.de";
$customer_settings['customer']['campaign'] = ""; // Kampagnen-Name. Wenn nicht verwendet leer lassen
$customer_settings['customer']['database'] = "A"; // Gibt an auf welcher Datenbank gespeichert wird. Entsprechungen siehe: /_core/includes/_db_configure.inc.php
/* EOF Customer settings */
/**
* CSS
*/
/* Anwendung auf 100% Breite skalieren. Sinnvoll bei iframe-Einbettung */
$customer_settings['css']['fluid'] = false;
/* Schriftfamilie für die gesamte Anwendung */
$customer_settings['css']['font_family'] = '"Roboto", "Helvetica Neue", Helvetica,Arial'; // wenn font-link gefüllt, muss die font-family mit dem gewählten Schrittyp hier an erster Stelle stehen
$customer_settings['css']['font_link'] = '<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">'; // z.B. <link href="//fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
/* Schriftfarbe für die gesamte Anwendung */
$customer_settings['css']['color']['textfont'] = '#202020';
/* Schriftfarbe für alle Links und Buttons */
$customer_settings['css']['color']['link'] = '#005286';
$customer_settings['css']['color']['link_hover'] = '#005286';
/* Hintergrundfarbe / Hintergrundbilder für Desktop */
$customer_settings['css']['color']['background'] = '#EAE9E4'; // Hintergrundfarbe. Immer angeben!
$customer_settings['css']['background']['images'] = true; // false: Es werden prinzipiell keine Hintergrundbilder verwendet
$customer_settings['css']['background']['customer-images'] = true; // true: Es werden Hintergrundbilder aus dem "Kunden-Order/images" verwendet
$customer_settings['css']['background']['opacity'] = 0.4; // Werte: 0.0 bis 1.0: Deckkraft der Hintergrundbilder. Hinweis: Wenn die Deckkraft kleiner 1.0 ist scheint die Hintergrundfarbe durch
/* Hintergrundfarbe/Verlauf für Touch Devices. Achtung: komplette CSS-Anweisung angeben! */
$customer_settings['css']['color']['touch-background'] = '
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1885ad+0,13698a+100 */
background: #ededed; /* Old browsers */
';
/* Header */
$customer_settings['css']['color']['header-textfont'] = '#333333';
$customer_settings['css']['color']['header-border'] = '#333333';
$customer_settings['css']['color']['header-background'] = '#ffffff';
/* Buttons: Login/Profil/etc. die mehr Aufmerksamkeit erfordern, Bsp. "Mein Profil"*/
$customer_settings['css']['color']['btn-bg-success'] = '#adc50d';
$customer_settings['css']['color']['btn-border-success'] = '#adc50d';
$customer_settings['css']['color']['btn-txt-success'] = '#ffffff';
/* Buttons: Login/Profil/etc. - active: hover */
$customer_settings['css']['color']['btn-active-bg-success'] = '#adc50d';
$customer_settings['css']['color']['btn-active-border-success'] = '#adc50d';
$customer_settings['css']['color']['btn-active-txt-success'] = '#ffffff';
/* Hintergrundfarbe für Emissionen - http://paletton.com/#uid=3040u1kt+lZlOstrKqzzSiaJidtkt+lZlOstrKqzzSiaJidtkt+lZlOstrKqzzSiaJidt */
$customer_settings['css']['color']['living'] = '#910E00';
$customer_settings['css']['color']['mobility'] = '#AF1B0B';
$customer_settings['css']['color']['food'] = '#D42E1C';
$customer_settings['css']['color']['streaming'] = '#DF4534';
$customer_settings['css']['color']['consumption'] = '#E35748';
$customer_settings['css']['color']['public-consumption'] = '#6B0A00';
/* Hintergrundfarbe für Emissionen: Vermeidung bei mir selbst */
$customer_settings['css']['color_self']['living'] = '#9BD143';
$customer_settings['css']['color_self']['mobility'] = '#83C31A';
$customer_settings['css']['color_self']['food'] = '#68A20A';
$customer_settings['css']['color_self']['consumption'] = '#538600';
$customer_settings['css']['color_self']['public-consumption'] = '#3D6300';
/* Hintergrundfarbe für Emissionen: Vermeidung bei Anderen */
$customer_settings['css']['color_other']['living'] = '#2F7D8C';
$customer_settings['css']['color_other']['mobility'] = '#095C6C';
$customer_settings['css']['color_other']['consumption'] = '#024B59';
/* Farbe Klimaschutzziele */
$customer_settings['css']['color']['quota'] = '#067500';
$customer_settings['css']['color']['quota2'] = '#067500';
/* Farbe Chart Internationaler Vergleich */
$customer_settings['css']['color']['chart_my_result'] = '#D42E1C'; // Mein Ergebnis
$customer_settings['css']['color']['chart_other_countries'] = '#a9a9a9'; // Weitere Länder
/* "Fehlermeldungen" */
$customer_settings['css']['error_content']['color'] = '#ff3300';
$customer_settings['css']['error_content']['background'] = '#ffd7cc';
$customer_settings['css']['error_content']['border'] = '#ff3300';
$customer_settings['css']['error_content']['font_weight'] = 'normal'; /* Erlaubte Werte: "normal", "bold" */
/* "Statusmeldungen" */
$customer_settings['css']['status_content']['color'] = '#0033ff';
$customer_settings['css']['status_content']['background'] = '#ccD7ff';
$customer_settings['css']['status_content']['border'] = '#0033ff';
$customer_settings['css']['status_content']['font_weight'] = 'normal'; /* Erlaubte Werte: "normal", "bold" */
/* EOF CSS */
/**
* Display features
*/
$customer_settings['display']['co2account'] = false; // bei false kein Login Button
$customer_settings['display']['scenario'] = false; // (V4.0) Blendet das Szenario aus
$customer_settings['display']['co2offset'] = false; // (V4.0) Hinweis: Wird z.Zt. nicht verwendet
$customer_settings['display']['save_guest_user'] = false; // (V4.0) Hinweis: Wird z.Zt. nicht verwendet (V3.0) Speichert automatisch Datensätze nicht eingeloggter Benutzer
$customer_settings['display']['bookmark_data'] = true; // (V4.1) Berechnungen werden in Tabelle "bookmark_data" gespeichert und über die bookmark_id wieder aufgerufen
$customer_settings['display']['header'] = true; // Header anzeigen
$customer_settings['display']['languages'] = array("de_DE"); // (V4.0) Erste Sprache = Basis-Sprache. Weitere Sprachen optional. Bsp für 3 Sprachen: array("de_DE","en_GB","tr_TR") !Array darf nicht leer sein!
$customer_settings['display']['emission_chart'] = true; // Chart anzeigen
$customer_settings['display']['chart_quota'] = true; // "Klimaschutzziel" in Chart anzeigen
$customer_settings['display']['chart_quota2'] = true; // "Zweites Klimaschutzziel" in Chart anzeigen
$customer_settings['display']['section_progress'] = true; // (V3.0) Fortschrittsanzeige "Schritt X von Y"
$customer_settings['display']['use_icons'] = false; // (V4.0) Global: Sollen Icons verwendet werden?
$customer_settings['display']['powered_by'] = true; // (V4.0) Fußzeile: klimaktiv-Logo und Link einblenden
$customer_settings['display']['section_help'] = false; // (V3.0) Der Parameter bezieht sich auf die seitenbezogene Hilfe ("Hilfe und Infos").
$customer_settings['display']['help_links'] = true; // (V3.0) Der Parameter bezieht sich auf die kontextbezogene Hilfe und hat in Version 3 keine Bedeutung mehr. In Version 3 sind alle Hilfetext in den language-Dateien leer!
$customer_settings['display']['qr_code'] = true; // (V4.1) 2021-09-08: QR-Code für Bookmark-Link einblenden
/* Welche Zeitperioden sollen angezeigt werden? */
$customer_settings['display']['st'] = true; // Short-time
$customer_settings['display']['mt'] = true; // Mid-time
$customer_settings['display']['lt'] = true; // Long-time
/* Lokale Berechnung für Kommunen. Bsp. Tübingen
Texte (TXT_LIVING_HS_PT_LOCAL_FACTOR_STROM, TXT_LIVING_HS_PT_LOCAL_FACTOR_STROMOEKO)
befinden sich in: languages/xx_XX/index.inc.php (entweder in _core oder im Kundenordner)
Faktoren ($factor_living_hs_type_local["strom"], $factor_living_hs_type_local["strom_oeko"], $factor_living_pt_type_local["strommix_de"], $factor_living_pt_type_local["strom_oeko"])
befinden sich in: values/_values_XXXX.inc.php (entweder in _core oder im Kundenordner)
*/
$customer_settings['display']['local_heating_and_power_calculation'] = false;
/* EOF Display features */
/**
* Modules
*/
/* V4.1: Modul: Survey */
/* Module müssen im Ordner: 'client/modules/' vorhanden sein */
$customer_settings['modules']['survey'] = false; // Erlaubte Werte: true, false
/* EOF Modules */
/**
* Default values
*/
/* Zuhause: Defaultwert Anzahl der Personen */
$customer_settings['init']['living']['persons'] = "1"; // Erlaubte Werte: "1" - "10"
/* V4.0: Strom / Stromerzeugung: Anzahl der Anlagen */
$customer_settings['init']['living_pt_pg']['amount'] = 2; // Erlaubte Werte: "0" - "n"
/* Zuhause: Heizung: Ermittlung des Verbrauchs: Defaultwert bei Programmstart */
$customer_settings['init']['living_hs']['consumption_type_start'] = "2"; // Erlaubte Werte: "1" = Wert bekannt, "2" = Wert schätzen
/* V4.0: Mobilität / Pendlerfahrten: Anzahl der Fahrten */
$customer_settings['init']['mobility_travel_commuting_amount']['amount'] = 20; // Erlaubte Werte: "1" - "n"
/* EOF Default values */
/**
* Overwrite files
*/
/* V4.0: im Ordner "css" */
$customer_settings['overwrite']['css'] = true; // Wenn "true" wird zusätzlich eine css-Datei aus dem "Kunden-Ordner/css/" geladen
/* im Ordner "values" */
$customer_settings['overwrite']['values']['evaluation'] = false;
$customer_settings['overwrite']['values']['values'] = false; // Achtung: Wenn "true" muss auch die Sprachdatei angepasst werden "$customer_settings['overwrite']['languages']['values']"
/* im Ordner "languages"
* Achtung: gilt für alle Sprachen!
*/
$customer_settings['overwrite']['languages']['index'] = false;
$customer_settings['overwrite']['languages']['section'] = false;
$customer_settings['overwrite']['languages']['intro'] = true;
$customer_settings['overwrite']['languages']['impressum'] = false; // Hinweis: Name des Lizenznehmers wird in "$customer_settings['customer']['real_name']" (s.o.) definiert
$customer_settings['overwrite']['languages']['improve'] = false;
$customer_settings['overwrite']['languages']['offset'] = false;
$customer_settings['overwrite']['languages']['values'] = false; // Achtung: Wenn "$customer_settings['overwrite']['values']['values']" auf true gesetzt wird muss diese Variable auch auf true gesetzt werden!
/* EOF Overwrite files */
/**
* Google Analytics
*/
$customer_settings['analytics']['active'] = false;
$customer_settings['analytics']['code'] = "
<script type=\"text/javascript\">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-48266075-13']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
";
/* EOF Google Analytics */
/**
* Piwik (added 2017-09-29)
*/
$customer_settings['piwik']['active'] = true;
$customer_settings['piwik']['code'] = "
<!-- Piwik -->
<script type=\"text/javascript\">
var _paq = _paq || [];
/* tracker methods like \"setCustomDimension\" should be called before \"trackPageView\" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u=\"//piwik.klimaktiv.de/\";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '61']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
";
/* EOF Piwik */
/**
* Social media (V3.0)
*/
/* $customer_settings['social']['recommend'] blendet die "Social Media empfehlen"-Leiste ein */
$customer_settings['social']['recommend'] = true;
$customer_settings['social']['link'] = ""; // Hinweis: Wenn leer wird immer die Startseite der 'page'-Variante (unabhängig davon ob die Installation als 'iframe', 'popup' oder 'mobile' aufgerufen wurde) des CO2-Rechners verwendet. Ansonsten absolute URL mit Protokoll angeben: http://www.example.com
/* $customer_settings['social']['facebook']['dialog_feed'] erlaubt das Posten an die Pinnwand eines Facebook-Nutzers */
$customer_settings['social']['facebook']['dialog_feed'] = false;
$customer_settings['social']['facebook']['dialog_feed_appid'] = "379041938823378"; // Hinweis: appId ist gebunden an die Domain 'klimaktiv-co2-rechner.de' !!!
$customer_settings['social']['facebook']['dialog_feed_link'] = ""; // Hinweis: Wenn leer wird immer die Startseite der 'page'-Variante (unabhängig davon ob die Installation als 'iframe', 'popup' oder 'mobile' aufgerufen wurde) des CO2-Rechners verwendet. Ansonsten absolute URL mit Protokoll angeben: http://www.example.com
$customer_settings['social']['facebook']['dialog_feed_redirect_uri'] = ""; // Hinweis: Wenn leer wird die URL inkl. Subdomain des CO2-Rechners verwendet. Ansonsten absolute URL mit Protokoll angeben: http://www.example.com
/* EOF Social media */
?>