Unverified Commit dfbbe780 authored by mrbean-bremen's avatar mrbean-bremen
Browse files

Added more test images for different issues

- added a few of them to passing image comparson tests
parent 64b5c21a
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="400" height="400" viewBox="0 0 400 400">
<defs>
<marker id="circle" viewBox="0 0 60 60" refX="30" refY="30" markerUnits="strokeWidth" markerWidth="60" markerHeight="60" orient="0">
<g stroke="blue" fill="transparent">
<circle cx="30" cy="30" r="26"/>
</g>
</marker>
</defs>
<path marker-end="url(#circle)" d="M200 200 h1" stroke="red" stroke-width="5"/>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg4136"
version="1.1"
inkscape:version="0.91 r13725"
width="829.09259"
height="469.92981"
viewBox="0 0 829.09259 469.92981"
sodipodi:docname="DDFleche.svg">
<metadata
id="metadata4142">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs4140">
<linearGradient
inkscape:collect="always"
id="linearGradient5569">
<stop
style="stop-color:#000000;stop-opacity:1"
offset="0"
id="stop4194" />
<stop
style="stop-color:#00ce00;stop-opacity:0.50196081"
offset="1"
id="stop4196" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5569"
id="linearGradient4198"
x1="7.7207222"
y1="133.50426"
x2="1009.1933"
y2="133.50426"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.67387335,0,0,-1.0108018,73.084338,371.66873)" />
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1680"
inkscape:window-height="988"
id="namedview4138"
showgrid="false"
fit-margin-top="75"
fit-margin-left="75"
fit-margin-right="75"
fit-margin-bottom="75"
inkscape:zoom="0.83554608"
inkscape:cx="443.96195"
inkscape:cy="251.45944"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg4136" />
<path
style="opacity:0.9;fill:url(#linearGradient4198);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:20;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.75294118"
d="m 84.999031,198.76111 c 41.893899,12.46733 67.204359,20.45555 97.954929,34.41493 -8.06631,45.3737 -21.3746,91.2209 -36.12438,133.78512 173.43871,-148.81538 325.84001,-221.45869 517.91547,-99.71468 -48.7041,26.26584 -19.23827,9.84328 -69.27975,40.40009 78.38921,27.86944 69.98001,25.34981 155.76882,53.92909 C 736.53765,230.37565 742.7989,294.88709 726.39402,146.05871 714.87675,175.24382 706.25313,192.29297 691.9458,222.542 501.96671,55.39248 266.03908,62.55901 84.999031,198.76111 Z"
id="path4180"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
</svg>
<svg id="Drawing1" version="1.1" width="840" height="594" viewBox="0 0 420 297" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" type="1" fileName="" comment="" author="">
<defs>
<style type="text/css"><![CDATA[
line,
rect,
circle,
ellipse,
path,
text {
vector-effect: non-scaling-stroke;
}
/* основная */
.lt1 {
fill: none;
stroke: blue;
stroke-width: 2;
}
/* тонкая */
.lt2 {
fill: none;
stroke: black;
stroke-width: .7;
}
/* осевая */
.lt3 {
fill: none;
stroke: red;
stroke-width: .7;
stroke-dasharray: 25, 4, 3, 4;
}
/* штриховая */
.lt4 {
fill: none;
stroke: black;
stroke-width: .7;
stroke-dasharray: 7, 4;
}
/* для линии обрыва */
.lt5 {
fill: none;
stroke: black;
stroke-width: .7;
}
/* утолщеная */
.lt7 {
fill: none;
stroke: teal;
stroke-width: 3.3;
}
/* пунктир 2 */
.lt8 {
fill: none;
stroke: black;
stroke-width: .7;
stroke-dasharray: 25, 4, 3, 4, 3, 4;
}
/* штриховая осн. */
.lt9 {
fill: none;
stroke: blue;
stroke-width: 2;
stroke-dasharray: 10, 5;
}
/* осевая осн. */
.lt10 {
fill: none;
stroke: blue;
stroke-width: 2;
stroke-dasharray: 25, 5, 3, 5;
}
/* тонкая */
.lt11 {
fill: none;
stroke: black;
stroke-width: .5;
}
/* основная для масштаба 0.25 */
.lt1_025 {
fill: none;
stroke: blue;
stroke-width: 8;
}
/* тонкая для масштаба 0.25 */
.lt2_025 {
stroke: black;
stroke-width: 2.8;
}
/* тонкая линия, тип для точки, масштаба 0.25 */
.pt1 {
fill: none;
stroke-width: 2;
}
text {fill: black; font-family: GOST type A; font-weight: 400; text-decoration: none; font-style: italic}
/*0 - умолчательный стиль для данного типа объекта*/
.styles0{font-size: 5mm}
/*1 - обычный текст*/
.styles1{font-family: GOST type A; font-size: 5mm}
/*2 - текст для технических требований*/
.styles2{font-family: GOST type A; font-size: 5mm}
/*3 - текст размерной надписи*/
.styles3{font-family: GOST type A; font-size: 5mm}
/*4 - текст в обозначении шероховатости*/
.styles4{font-family: GOST type A; font-size: 5mm; font-weight: 400;}
/*5 - текст на позиционной линии-выноске*/
.styles5{font-family: GOST type A; font-size: 5mm; font-weight: 400;}
/*6 - текст над\под полкой линии-выноски*/
.styles6{font-family: GOST type A; font-size: 5mm; font-weight: 400;}
/*7 - текст на ответвлении линии-выноски*/
.styles7{font-family: GOST type A; font-size: 5mm; font-weight: 400;}
/*8 - текст в обозначении допуска формы*/
.styles8{font-family: GOST type A; font-size: 7mm; font-weight: 400;}
/*9 - текст для заголовка таблицы*/
.styles9{font-family: GOST type A; font-size: 5mm; font-weight: 400;}
/*10 - текст для ячейки таблицы*/
.styles10{font-family: GOST type A; font-size: 5mm; font-weight: 400;}
/*11 - текст для линии разреза*/
.styles11{font-family: GOST type A; font-size: 5mm; font-weight: 400;}
/*12 - текст для стрелки направления взгляда*/
.styles12{font-family: GOST type A; font-size: 7mm; font-weight: 400;}
/*13 - текст в обозначении неуказанной шероховатости*/
.styles13{font-family: GOST type A; font-size: 5mm; font-weight: 400;}
/*14 - текст в обозначении изменения*/
.styles14{font-family: GOST type A; font-size: 5mm; font-weight: 400;}
/*15 - текст для фигурной скобки*/
.styles15{font-family: GOST type A; font-size: 5mm; font-weight: 400;}
]]></style>
<!-- Рисование точки - PointParam -->
<marker id="Point0" viewBox="-10 -10 20 20" markerWidth="5" markerHeight="5">
<path class="pt1" d="M-3,0 L0,-3 3,0 0,3 z" stroke="red"/>
</marker>
<marker id="Point1" viewBox="-10 -10 20 20" markerWidth="5" markerHeight="5">
<path class="pt1" d="M-9,-9 L9,9 M-9,9 L9,-9" stroke="blue"/>
</marker>
<marker id="Point2" viewBox="-10 -10 20 20" markerWidth="5" markerHeight="5">
<path class="pt1" d="M-9,-9 L9,9 M-9,9 L9,-9 M-9,0 L9,0" stroke="red"/>
</marker>
<marker id="Point3" viewBox="-10 -10 20 20" markerWidth="5" markerHeight="5">
<circle class="pt1" stroke="red" cx="0" cy="0" r="9"/>
</marker>
<marker id="Point4" viewBox="-10 -10 20 20" markerWidth="5" markerHeight="5">
<path class="pt1" d="M-9,-9 L9,-9 9,9 -9,9 z" stroke="fuchsia"/>
</marker>
<marker id="Point5" viewBox="-10 -10 20 20" markerWidth="5" markerHeight="5">
<path class="pt1" d="M0,-9 L9,9 -9,9 z" stroke="lime"/>
</marker>
<marker id="Point6" viewBox="-10 -10 20 20" markerWidth="5" markerHeight="5">
<path class="pt1" d="M-9,-9 L9,-9 9,9 -9,9 z L9,9 M9,-9 L-9,9" stroke="black"/>
</marker>
<marker id="Point7" viewBox="-10 -10 20 20" markerWidth="5" markerHeight="5">
<path class="pt1" d="M0,-9 L0,9 M-9,0 L9,0" stroke="black"/>
</marker>
<marker id="Point8" viewBox="-10 -10 20 20" markerWidth="5" markerHeight="5">
<path class="pt1" d="M0,-9 L0,9 M-9,0 L9,0" stroke="blue"/>
</marker>
<!-- Рисование штриховки - Hatch -->
<pattern id="hatch1_45" width="20" height="20" patternUnits="userSpaceOnUse">
<line class="lt2_025 " x1="1" y1="20" x2="20" y2="1" />
<line class="lt2_025 " x1="0" y1="1" x2="1" y2="0" />
</pattern>
<!-- Рисование стрелок и засечек - DimPoint -->
<marker id="DimPoint1" viewBox="-2 -12 29 24" markerWidth="44" markerHeight="36" orient="auto">
<path class="lt2_025" stroke="black" d="M0,0 L20,-4 16,0 20,4 z M0,-10 L0,10 M0,0 L27,0"/>
</marker>
<marker id="DimPoint2" viewBox="-27 -12 29 24" markerWidth="44" markerHeight="36" orient="auto">
<path class="lt2_025" stroke="black" d="M0,0 L-20,-4 -16,0 -20,4 z M0,-10 L0,10 M0,0 L-27,0"/>
</marker>
<marker id="ViewPoint" viewBox="-2 -12 29 24" markerWidth="87" markerHeight="72" orient="auto">
<path class="lt2_025" stroke="black" d="M0,0 L20,-4 16,0 20,4 z M0,-10 L0,10 M0,0 L27,0"/>
</marker>
</defs>
<title>SVG for CAD</title>
<!-- Рисование документа - DocumentParam -->
<svg id="Shtamp" type="1" x="0" y="0" width="420" height="297" viewBox="0 0 420 297">
<title>Штамп чертежа</title>
<rect class="lt1" x="20" y="5" width="395" height="287"/>
<line class="lt1" x1="230" y1="237" x2="415" y2="237"/>
<line class="lt1" x1="230" y1="237" x2="230" y2="292"/>
<line class="lt1" x1="90" y1="5" x2="90" y2="19"/>
<line class="lt1" x1="20" y1="19" x2="90" y2="19"/>
<rect class="lt2" x="1" y="1" width="418" height="295"/>
<line class="lt1" x1="247" y1="237" x2="247" y2="292"/>
<line class="lt1" x1="270" y1="237" x2="270" y2="292"/>
<line class="lt1" x1="285" y1="237" x2="285" y2="292"/>
<line class="lt1" x1="295" y1="237" x2="295" y2="292"/>
<line class="lt1" x1="237" y1="237" x2="237" y2="262"/>
<line class="lt2" x1="230" y1="242" x2="295" y2="242"/>
<line class="lt2" x1="230" y1="247" x2="295" y2="247"/>
<line class="lt2" x1="230" y1="252" x2="295" y2="252"/>
<line class="lt1" x1="230" y1="257" x2="295" y2="257"/>
<line class="lt1" x1="230" y1="262" x2="295" y2="262"/>
<line class="lt2" x1="230" y1="267" x2="295" y2="267"/>
<line class="lt2" x1="230" y1="272" x2="295" y2="272"/>
<line class="lt2" x1="230" y1="277" x2="295" y2="277"/>
<line class="lt2" x1="230" y1="282" x2="295" y2="282"/>
<line class="lt2" x1="230" y1="287" x2="295" y2="287"/>
<line class="lt1" x1="295" y1="277" x2="415" y2="277"/>
<line class="lt1" x1="295" y1="252" x2="415" y2="252"/>
<line class="lt1" x1="365" y1="252" x2="365" y2="292"/>
<line class="lt1" x1="365" y1="257" x2="415" y2="257"/>
<line class="lt1" x1="365" y1="272" x2="415" y2="272"/>
<line class="lt2" x1="370" y1="257" x2="370" y2="272"/>
<line class="lt2" x1="375" y1="257" x2="375" y2="272"/>
<line class="lt1" x1="380" y1="252" x2="380" y2="272"/>
<line class="lt1" x1="397" y1="252" x2="397" y2="272"/>
<line class="lt1" x1="386" y1="272" x2="386" y2="277"/>
</svg>
<!-- Рисование вида - ViewParam -->
<svg id="View1" x="50" y="7" width="150" height="162" viewBox="-25 -200 600 648">
<title>Вид 1</title>
<line class="lt1" x1="0" y1="325" x2="500" y2="325"/>
<line class="lt1" x1="0" y1="225" x2="0" y2="325"/>
<line class="lt1" x1="0" y1="225" x2="250" y2="225"/>
<line class="lt1" x1="140" y1="225" x2="190" y2="0"/>
<line class="lt1" x1="190" y1="0" x2="310" y2="0"/>
<line class="lt1" x1="340" y1="250" x2="190" y2="250"/>
<line class="lt1" x1="190" y1="250" x2="190" y2="290"/>
<line class="lt1" x1="190" y1="290" x2="250" y2="290"/>
<line class="lt1" x1="500" y1="225" x2="500" y2="325"/>
<line class="lt1" x1="500" y1="225" x2="360" y2="225"/>
<line class="lt1" x1="310" y1="0" x2="360" y2="225"/>
<line class="lt1" x1="290" y1="0" x2="290" y2="250"/>
<line class="lt1" x1="340" y1="325" x2="340" y2="250"/>
<line class="lt1" x1="170" y1="225" x2="170" y2="325"/>
<line class="lt3" x1="250" y1="350" x2="250" y2="-25"/>
<line class="lt3" x1="50" y1="350" x2="50" y2="200"/>
<line class="lt3" x1="450" y1="350" x2="450" y2="200"/>
<line class="lt4" x1="210" y1="0" x2="210" y2="250"/>
<line class="lt4" x1="160" y1="250" x2="190" y2="250"/>
<line class="lt4" x1="160" y1="325" x2="160" y2="250"/>
<line class="lt4" x1="25" y1="325" x2="25" y2="225"/>
<line class="lt4" x1="75" y1="325" x2="75" y2="225"/>
<line class="lt1" x1="425" y1="325" x2="425" y2="225"/>
<line class="lt1" x1="475" y1="325" x2="475" y2="225"/>
<path d="M475,225 L475,325 L500,325 L500,225 Z" fill="url(#hatch1_45)"/>
<path d="M290,0 L290,250 L340,250 L340,325 L425,325 L425,225 L360,225 L310,0 Z" fill="url(#hatch1_45)"/>
</svg>
<!-- Рисование вида - ViewParam -->
<svg id="View2" x="25" y="158" width="200" height="130" viewBox="-100 -250 800 520">
<title>Вид 2</title>
<circle class="lt1" cx="250" cy="0" r="40"/>
<circle class="lt1" cx="250" cy="0" r="60"/>
<circle class="lt1" cx="50" cy="0" r="25"/>
<circle class="lt1" cx="450" cy="0" r="25"/>
<line class="lt3" x1="50" y1="-30" x2="50" y2="30"/>
<line class="lt3" x1="450" y1="-30" x2="450" y2="30"/>
<line class="lt3" x1="250" y1="-150" x2="250" y2="200"/>
<line class="lt3" x1="170" y1="180" x2="330" y2="180"/>
<line class="lt3" x1="-25" y1="0" x2="525" y2="0"/>
<line class="lt1" x1="27.5" y1="44.6514" x2="170" y2="116.457"/>
<line class="lt1" x1="472.5" y1="44.6514" x2="330" y2="116.457"/>
<line class="lt1" x1="27.5" y1="-44.6514" x2="187" y2="-125.024"/>
<line class="lt1" x1="472.5" y1="-44.6514" x2="313" y2="-125.024"/>
<line class="lt1" x1="170" y1="180" x2="170" y2="116.457"/>
<line class="lt1" x1="170" y1="180" x2="330" y2="180"/>
<line class="lt1" x1="330" y1="180" x2="330" y2="116.457"/>
<line class="lt1" x1="190" y1="180" x2="190" y2="67.0820"/>
<line class="lt1" x1="310" y1="180" x2="310" y2="67.0820"/>
<path class="lt1" d="M187,-125.024 A140,140 0 0 1 313,-125.024"/>
<path class="lt1" d="M27.5,44.6514 A50,50 0 0 1 27.5,-44.6514"/>
<path class="lt1" d="M472.5,44.6514 A50,50 0 0 0 472.5,-44.6514"/>
<path class="lt1" d="M162.822,67.0820 A110,110 0 1 1 337.178,67.0820"/>
<path class="lt1" d="M180.459,57.1320 A90,90 0 0 0 319.54,57.1320"/>
<path class="lt2" d="M140,101.34 C144.696,86.7859 152.303,75.3664 162.822,67.0820
C167.996,63.0066 174.363,58.9944 180.459,57.1320
C194.3626,52.8843 213.0561,57.1320 225.5589,67.0820
C232.5067,72.6114 241.8569,77.1221 250,77.9937
C263.3438,79.4220 275.9399,63.2633 290.0,60
C299.5142,57.7918 310.4253,54.6301 319.5409,57.1320
C325.7604,58.8390 332.0035,63.0066 337.1780,67.0820
C347.6966,75.3664 353.3294,89.2060 360,101.3405"/>
<path d="M170,180 L170,116.4576 L140,101.3405
C144.696,86.7859 152.303,75.3664 162.822,67.0820
C167.996,63.0066 174.363,58.9944 180.459,57.1320
A90,90 0 0 0 190,67.0820
L190,180 Z" fill="url(#hatch1_45)"/>
<path d="M310,180 L310,67.0820 A90,90 0 0 0 319.54,57.1320
C325.7604,58.8390 332.0035,63.0066 337.1780,67.0820
C347.6966,75.3664 353.3294,89.2060 360,101.3405
L330,116.4576 L330,180 Z" fill="url(#hatch1_45)"/>
<g class="DimL">
<line class="lt2" x1="190" y1="180" x2="190" y2="230"/>
<line class="lt2" x1="310" y1="180" x2="310" y2="230"/>
<line id="dim1" class="lt2" x1="190" y1="230" x2="310" y2="230" marker-start="url(#DimPoint1)" marker-end="url(#DimPoint2)"/>
<text x="265" y="222" font-size="28" text-anchor="middle">120</text>
</g>
<g class="DimL">
<line class="lt2" x1="170" y1="180" x2="170" y2="265"/>
<line class="lt2" x1="330" y1="180" x2="330" y2="265"/>
<line id="dim1" class="lt2" x1="170" y1="265" x2="330" y2="265" marker-start="url(#DimPoint1)" marker-end="url(#DimPoint2)"/>
<text x="225" y="257" font-size="28" text-anchor="middle">160</text>
</g>
<g class="DimL">
<line class="lt2" x1="330" y1="180" x2="560" y2="180"/>
<line class="lt2" x1="250" y1="-140" x2="560" y2="-140"/>
<line id="dim1" class="lt2" x1="560" y1="180" x2="560" y2="-140" marker-start="url(#DimPoint1)" marker-end="url(#DimPoint2)"/>
<text x="552" y="20" font-size="28" text-anchor="middle" transform="rotate(-90, 552, 20)">320</text>
</g>
</svg>
<svg id="View3" x="250" y="45" width="125" height="100" viewBox="-50 -50 500 400">
<title>Вид 3</title>
<line class="lt1" x1="0" y1="325" x2="320" y2="325"/>
<line class="lt1" x1="0" y1="225" x2="30" y2="225"/>
<line class="lt1" x1="0" y1="225" x2="0" y2="325"/>
<line class="lt1" x1="320" y1="325" x2="320" y2="225"/>
<line class="lt1" x1="80" y1="0" x2="200" y2="0"/>
<line class="lt1" x1="100" y1="0" x2="100" y2="250"/>
<line class="lt1" x1="180" y1="0" x2="180" y2="250"/>
<line class="lt1" x1="30" y1="225" x2="80" y2="0"/>
<line class="lt1" x1="250" y1="225" x2="200" y2="0"/>
<line class="lt1" x1="320" y1="225" x2="250" y2="225"/>
<line class="lt1" x1="50" y1="250" x2="320" y2="250"/>
<line class="lt1" x1="50" y1="250" x2="50" y2="325"/>
<line class="lt1" x1="207.082" y1="290" x2="207.082" y2="250"/>
<line class="lt1" x1="207.082" y1="290" x2="320" y2="290"/>
<line class="lt1" x1="230" y1="290" x2="230" y2="325"/>
<line class="lt3" x1="140" y1="350" x2="140" y2="-25"/>
<path d="M230,290L230,325 320,325 320,290z" fill="url(#hatch1_45)"/>
<path d="M0,325L0,225 30,225 80,0 100,0 100,250 50,250 50,325z" fill="url(#hatch1_45)"/>
<path d="M180,250L180,0 200,0 250,225 320,225 320,250z" fill="url(#hatch1_45)"/>
<g class="DimL">
<line class="lt2" x1="320" y1="250" x2="370" y2="250"/>
<line class="lt2" x1="320" y1="290" x2="370" y2="290"/>
<line id="dim1" class="lt2" x1="370" y1="250" x2="370" y2="290" marker-start="url(#DimPoint2)" marker-end="url(#DimPoint1)"/>
<text x="362" y="270" font-size="28" text-anchor="middle" transform="rotate(-90, 362, 270)">40</text>
</g>
<g class="DimL">
<line class="lt2" x1="320" y1="250" x2="420" y2="250"/>
<line class="lt2" x1="320" y1="325" x2="420" y2="325"/>
<line id="dim1" class="lt2" x1="420" y1="250" x2="420" y2="325" marker-start="url(#DimPoint1)" marker-end="url(#DimPoint2)"/>
<text x="412" y="288" font-size="28" text-anchor="middle" transform="rotate(-90, 412, 288)">75</text>
</g>
</svg>
</svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns="http://www.w3.org/2000/svg"
width="1000"
height="1000"
version="1.0">
<rect
width="2.9"
height="4.5"
x="225.871"
y="490.85"
rx="0.5"
ry="0.6"
style="fill:#c0c0c0"
transform="rotate(-129,227.321,493.1)"
id="rect4" />
<rect
width="2.9"
height="4.5"
x="225.661"
y="454.306"
rx="0.5"
ry="0.6"
style="fill:#c0c0c0"
transform="rotate(-115,227.111,456.556)"
id="rect6" />
<rect
x="401.321"
y="445.924"
width="3"
height="3"
rx="0.5"
ry="0.5"
style="fill:#c0c0c0"
transform="rotate(180,402.821,447.424)"
id="rect8" />
<rect
x="404.983"
y="445.924"
width="3"
height="3"
rx="0.5"
ry="0.5"
style="fill:#c0c0c0"
transform="rotate(180,406.483,447.424)"
id="rect10" />
<rect
x="408.647"
y="445.924"
width="3"
height="3"
rx="0.5"
ry="0.5"
style="fill:#c0c0c0"
transform="rotate(180,410.147,447.424)"
id="rect12" />
<rect
x="412.31"
y="445.924"
width="3"
height="3"
rx="0.5"
ry="0.5"
style="fill:#c0c0c0"
transform="rotate(180,413.81,447.424)"
id="rect14" />
<rect
x="415.974"
y="445.924"
width="3"
height="3"
rx="0.5"
ry="0.5"
style="fill:#c0c0c0"
transform="rotate(180,417.474,447.424)"
id="rect16" />
<rect
x="419.637"
y="445.924"
width="3"
height="3"
rx="0.5"
ry="0.5"
style="fill:#c0c0c0"
transform="rotate(180,421.137,447.424)"
id="rect18" />
<rect
x="423.301"
y="445.924"
width="3"
height="3"
rx="0.5"
ry="0.5"
style="fill:#c0c0c0"
transform="rotate(180,424.801,447.424)"
id="rect20" />
<rect
x="426.964"
y="445.924"
width="3"
height="3"
rx="0.5"
ry="0.5"
style="fill:#c0c0c0"
transform="rotate(180,428.464,447.424)"
id="rect22" />
<rect
x="430.628"
y="445.924"
width="3"
height="3"
rx="0.5"
ry="0.5"
style="fill:#c0c0c0"
transform="rotate(180,432.128,447.424)"
id="rect24" />
<rect
x="434.292"
y="445.924"
width="3"
height="3"
rx="0.5"
ry="0.5"
style="fill:#c0c0c0"
transform="rotate(180,435.792,447.424)"
id="rect26" />
<rect
x="437.955"
y="445.924"
width="3"
height="3"
rx="0.5"
ry="0.5"
style="fill:#c0c0c0"
transform="rotate(180,439.455,447.424)"
id="rect28" />
</svg>
<?xml version="1.0" encoding="utf-8"?>
<svg width="500" height="500" version="1.0" xmlns="http://www.w3.org/2000/svg">
<rect y="315.383" x="185.001" height="121.1" width="67.5" style="fill:#000000;stroke:#ff0000;stroke-width:0" />
<rect y="373.359" x="246.104" height="9.7" width="75.5" style="fill:#000000;stroke:#000000;stroke-width:1" />
<path d="M320.889275088075,376.149096156698A53.2052401377322,54.8814080302934,0,1,1,214.478791024123,376.149096156698A53.2052401377322,54.8814080302934,0,1,1,320.889275088075,376.149096156698z" style="fill:none;stroke:#000000;stroke-width:8" />
<rect y="310.85" x="252.653" height="20.8" width="17.5" style="fill:#ffffff;stroke-width:0.6" />
<rect y="415.775" x="252.466" height="20.8" width="17.5" style="fill:#ffffff;stroke-width:0.6" />
</svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"> <defs> <clipPath id="kdef427"> <path d="M103 1696.39 L 1263 1696.39 1263 2044.39 103 2044.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef428"> <path d="M103 1696.39 L 1263 1696.39 1263 2044.39 103 2044.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef429"> <path d="M103 1696.39 L 1263 1696.39 1263 2044.39 103 2044.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef430"> <path d="M103 1696.39 L 1263 1696.39 1263 2044.39 103 2044.39Z" stroke="#000" stroke-linejoin="miter" fill="none" /> </clipPath> <clipPath id="kdef431"> <path d="M103 1696.39 L 1263 1696.39 1263 2044.39 103 2044.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef432"> <path d="M103 1696.39 L 1263 1696.39 1263 2044.39 103 2044.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef439"> <path d="M0 0 L 1 0 1 1 0 1Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef440"> <path d="M683 1870.39 L 1195 1870.39 1195 2382.39 683 2382.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef441"> <path d="M683 1870.39 L 939 1870.39 939 2126.39 683 2126.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef442"> <path d="M683 1870.39 L 939 1870.39 939 2126.39 683 2126.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef443"> <path d="M939 1870.39 L 1195 1870.39 1195 2126.39 939 2126.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef444"> <path d="M939 1870.39 L 1195 1870.39 1195 2126.39 939 2126.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef445"> <path d="M683 2126.39 L 939 2126.39 939 2382.39 683 2382.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef446"> <path d="M683 2126.39 L 939 2126.39 939 2382.39 683 2382.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef447"> <path d="M939 2126.39 L 1195 2126.39 1195 2382.39 939 2382.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef448"> <path d="M939 2126.39 L 1195 2126.39 1195 2382.39 939 2382.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef449"> <path d="M683 1870.39 L 2219 1870.39 2219 2382.39 683 2382.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef450"> <path d="M683 1870.39 L 939 1870.39 939 2126.39 683 2126.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef451"> <path d="M683 1870.39 L 939 1870.39 939 2126.39 683 2126.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef452"> <path d="M939 1870.39 L 1195 1870.39 1195 2126.39 939 2126.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef453"> <path d="M939 1870.39 L 1195 1870.39 1195 2126.39 939 2126.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef454"> <path d="M1195 1870.39 L 1451 1870.39 1451 2126.39 1195 2126.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef455"> <path d="M1195 1870.39 L 1451 1870.39 1451 2126.39 1195 2126.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef456"> <path d="M1451 1870.39 L 1707 1870.39 1707 2126.39 1451 2126.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef457"> <path d="M1451 1870.39 L 1707 1870.39 1707 2126.39 1451 2126.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef458"> <path d="M1707 1870.39 L 1963 1870.39 1963 2126.39 1707 2126.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef459"> <path d="M1707 1870.39 L 1963 1870.39 1963 2126.39 1707 2126.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef460"> <path d="M1963 1870.39 L 2219 1870.39 2219 2126.39 1963 2126.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef461"> <path d="M1963 1870.39 L 2219 1870.39 2219 2126.39 1963 2126.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef462"> <path d="M683 2126.39 L 939 2126.39 939 2382.39 683 2382.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef463"> <path d="M683 2126.39 L 939 2126.39 939 2382.39 683 2382.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef464"> <path d="M939 2126.39 L 1195 2126.39 1195 2382.39 939 2382.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef465"> <path d="M939 2126.39 L 1195 2126.39 1195 2382.39 939 2382.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef466"> <path d="M1195 2126.39 L 1451 2126.39 1451 2382.39 1195 2382.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef467"> <path d="M1195 2126.39 L 1451 2126.39 1451 2382.39 1195 2382.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef468"> <path d="M1451 2126.39 L 1707 2126.39 1707 2382.39 1451 2382.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef469"> <path d="M1451 2126.39 L 1707 2126.39 1707 2382.39 1451 2382.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef470"> <path d="M1707 2126.39 L 1963 2126.39 1963 2382.39 1707 2382.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef471"> <path d="M1707 2126.39 L 1963 2126.39 1963 2382.39 1707 2382.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef472"> <path d="M1963 2126.39 L 2219 2126.39 2219 2382.39 1963 2382.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef473"> <path d="M1963 2126.39 L 2219 2126.39 2219 2382.39 1963 2382.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef474"> <path d="M694 1794.55 L 724 1794.55 724 1842.55 694 1842.55Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef475"> <path d="M694 1794.55 L 724 1794.55 724 1842.55 694 1842.55Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef476"> <path d="M684 1794.55 L 734 1794.55 734 1844.55 684 1844.55Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef477"> <path d="M684 1794.55 L 734 1794.55 734 1844.55 684 1844.55Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef478"> <path d="M694 1803.55 L 724 1803.55 724 1819.82 694 1819.82Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef479"> <path d="M648.11 1856.08 L 678.11 1856.08 678.11 1904.08 648.11 1904.08Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef480"> <path d="M648.11 1856.08 L 678.11 1856.08 678.11 1904.08 648.11 1904.08Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef481"> <path d="M638.11 1856.08 L 688.11 1856.08 688.11 1906.08 638.11 1906.08Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef482"> <path d="M638.11 1856.08 L 688.11 1856.08 688.11 1906.08 638.11 1906.08Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef483"> <path d="M648.11 1865.08 L 678.11 1865.08 678.11 1881.35 648.11 1881.35Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef484"> <path d="M790.63 1738.66 L 820.63 1738.66 820.63 1786.66 790.63 1786.66Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef485"> <path d="M790.63 1738.66 L 820.63 1738.66 820.63 1786.66 790.63 1786.66Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef486"> <path d="M780.63 1738.66 L 830.63 1738.66 830.63 1788.66 780.63 1788.66Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef487"> <path d="M780.63 1738.66 L 830.63 1738.66 830.63 1788.66 780.63 1788.66Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef488"> <path d="M790.63 1747.66 L 820.63 1747.66 820.63 1763.93 790.63 1763.93Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef489"> <path d="M735.11 1713.18 L 765.11 1713.18 765.11 1761.18 735.11 1761.18Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef490"> <path d="M735.11 1713.18 L 765.11 1713.18 765.11 1761.18 735.11 1761.18Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef491"> <path d="M725.11 1713.18 L 775.11 1713.18 775.11 1763.18 725.11 1763.18Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef492"> <path d="M725.11 1713.18 L 775.11 1713.18 775.11 1763.18 725.11 1763.18Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef493"> <path d="M735.11 1722.18 L 765.11 1722.18 765.11 1738.45 735.11 1738.45Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef494"> <path d="M782.61 1735.91 L 812.61 1735.91 812.61 1783.91 782.61 1783.91Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef495"> <path d="M782.61 1735.91 L 812.61 1735.91 812.61 1783.91 782.61 1783.91Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef496"> <path d="M772.61 1735.91 L 822.61 1735.91 822.61 1785.91 772.61 1785.91Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef497"> <path d="M772.61 1735.91 L 822.61 1735.91 822.61 1785.91 772.61 1785.91Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef498"> <path d="M782.61 1744.91 L 812.61 1744.91 812.61 1761.18 782.61 1761.18Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef499"> <path d="M751.12 1755.8 L 781.12 1755.8 781.12 1803.8 751.12 1803.8Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef500"> <path d="M751.12 1755.8 L 781.12 1755.8 781.12 1803.8 751.12 1803.8Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef501"> <path d="M741.12 1755.8 L 791.12 1755.8 791.12 1805.8 741.12 1805.8Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef502"> <path d="M741.12 1755.8 L 791.12 1755.8 791.12 1805.8 741.12 1805.8Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef503"> <path d="M751.12 1764.8 L 781.12 1764.8 781.12 1781.07 751.12 1781.07Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef504"> <path d="M739.56 1794.29 L 769.56 1794.29 769.56 1842.29 739.56 1842.29Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef505"> <path d="M739.56 1794.29 L 769.56 1794.29 769.56 1842.29 739.56 1842.29Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef506"> <path d="M729.56 1794.29 L 779.56 1794.29 779.56 1844.29 729.56 1844.29Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef507"> <path d="M729.56 1794.29 L 779.56 1794.29 779.56 1844.29 729.56 1844.29Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef508"> <path d="M739.56 1803.29 L 769.56 1803.29 769.56 1819.56 739.56 1819.56Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef509"> <path d="M695.85 1846.04 L 725.85 1846.04 725.85 1894.04 695.85 1894.04Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef510"> <path d="M695.85 1846.04 L 725.85 1846.04 725.85 1894.04 695.85 1894.04Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef511"> <path d="M685.85 1846.04 L 735.85 1846.04 735.85 1896.04 685.85 1896.04Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef512"> <path d="M685.85 1846.04 L 735.85 1846.04 735.85 1896.04 685.85 1896.04Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef513"> <path d="M695.85 1855.04 L 725.85 1855.04 725.85 1871.31 695.85 1871.31Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef514"> <path d="M715.39 1810.92 L 745.39 1810.92 745.39 1858.92 715.39 1858.92Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef515"> <path d="M715.39 1810.92 L 745.39 1810.92 745.39 1858.92 715.39 1858.92Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef516"> <path d="M705.39 1810.92 L 755.39 1810.92 755.39 1860.92 705.39 1860.92Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef517"> <path d="M705.39 1810.92 L 755.39 1810.92 755.39 1860.92 705.39 1860.92Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef518"> <path d="M715.39 1819.92 L 745.39 1819.92 745.39 1836.19 715.39 1836.19Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef519"> <path d="M545.37 1931.6 L 575.37 1931.6 575.37 1979.6 545.37 1979.6Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef520"> <path d="M545.37 1931.6 L 575.37 1931.6 575.37 1979.6 545.37 1979.6Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef521"> <path d="M535.37 1931.6 L 585.37 1931.6 585.37 1981.6 535.37 1981.6Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef522"> <path d="M535.37 1931.6 L 585.37 1931.6 585.37 1981.6 535.37 1981.6Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef523"> <path d="M545.37 1940.6 L 575.37 1940.6 575.37 1956.87 545.37 1956.87Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef524"> <path d="M1050.58 2023.1 L 1253 2023.1 1253 2037.39 1050.58 2037.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef525"> <path d="M1050.58 2023.1 L 1253 2023.1 1253 2037.39 1050.58 2037.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef526"> <path d="M1050.58 2023.1 L 1253 2023.1 1253 2037.39 1050.58 2037.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef527"> <path d="M1062.58 2024.14 L 1186.44 2024.14 1186.44 2036.35 1062.58 2036.35Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef528"> <path d="M1198.44 2024.14 L 1253 2024.14 1253 2036.35 1198.44 2036.35Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef529"> <path d="M103 2016.39 L 230 2016.39 230 2044.39 103 2044.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef530"> <path d="M103 2016.39 L 230 2016.39 230 2044.39 103 2044.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef531"> <path d="M113 2016.39 L 161 2016.39 161 2044.39 113 2044.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef433"> <path d="M103 1696.39 L 1263 1696.39 1263 2044.39 103 2044.39Z" stroke="#000" stroke-linejoin="miter" fill="none" /> </clipPath> <clipPath id="kdef434"> <path d="M1169 1700.39 L 1283 1700.39 1283 1729.39 1169 1729.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef435"> <path d="M1200 1700.39 L 1252 1700.39 1252 1752.39 1200 1752.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef436"> <path d="M1087 1705.39 L 1169 1705.39 1169 1734.39 1087 1734.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef437"> <path d="M1087 1705.39 L 1128 1705.39 1128 1745.39 1087 1745.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef438"> <path d="M1128 1705.39 L 1169 1705.39 1169 1745.39 1128 1745.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef532"> <path d="M1033 2022.84 L 1263 2022.84 1263 2044.39 1033 2044.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef533"> <path d="M1046.88 2024.39 L 1066.88 2024.39 1066.88 2044.39 1046.88 2044.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef534"> <path d="M1046.88 2024.39 L 1066.88 2024.39 1066.88 2044.39 1046.88 2044.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef535"> <path d="M1082.87 2024.39 L 1102.87 2024.39 1102.87 2044.39 1082.87 2044.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef536"> <path d="M1082.87 2024.39 L 1102.87 2024.39 1102.87 2044.39 1082.87 2044.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef537"> <path d="M1123.61 2024.39 L 1143.61 2024.39 1143.61 2044.39 1123.61 2044.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef538"> <path d="M1123.61 2024.39 L 1143.61 2024.39 1143.61 2044.39 1123.61 2044.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef539"> <path d="M1166.58 2024.39 L 1186.58 2024.39 1186.58 2044.39 1166.58 2044.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef540"> <path d="M1166.58 2024.39 L 1186.58 2024.39 1186.58 2044.39 1166.58 2044.39Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef541"> <path d="M1070.05 2027.29 L 1079.7 2027.29 1079.7 2044.38 1070.05 2044.38Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef542"> <path d="M1106.04 2027.29 L 1120.44 2027.29 1120.44 2044.38 1106.04 2044.38Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef543"> <path d="M1146.78 2027.29 L 1163.41 2027.29 1163.41 2044.38 1146.78 2044.38Z" stroke="none" fill="none" /> </clipPath> <clipPath id="kdef544"> <path d="M1189.75 2027.29 L 1253 2027.29 1253 2044.38 1189.75 2044.38Z" stroke="none" fill="none" /> </clipPath> </defs> <g transform="matrix(1,0,0,1,0,0)"> <g transform="matrix(1,0,0,1,-103,-1696.390015)"> <g> <g clip-path="url(#kdef427)" /> <g clip-path="url(#kdef428)"> <g> <g clip-path="url(#kdef429)" /> <g> <g> <g> <g /> </g> </g> <g> <g> <g /> </g> </g> <g> <g> <g /> </g> </g> <g> <g> <g /> </g> </g> <g> <g> <g /> </g> </g> <g> <g> <g /> </g> </g> <g> <g> <g /> </g> </g> <g> <g> <g /> </g> </g> <g> <g> <g /> </g> </g> <g> <g> <g /> </g> </g> </g> </g> <g clip-path="url(#kdef430)"> <g clip-path="url(#kdef431)"> <path d="M103 1696.39 L 1263 1696.39 1263 2044.39 103 2044.39Z" stroke="none" fill="rgba(244, 242, 238, 1)" /> </g> <g clip-path="url(#kdef432)"> <g> <g /> </g> <g> <g clip-path="url(#kdef439)" /> </g> <g> <g> <g transform="matrix(32,0,0,32,-31667.9,-66663.950454)"> <g clip-path="url(#kdef440)" /> <g> <g clip-path="url(#kdef441)" /> <image preserveAspectRatio="none" x="683" y="1870.3900146484375" width="256px" height="255.9998779296875px" xlink:href="https://t1.ssl.ak.tiles.virtualearth.net/tiles/r021?g=5250&amp;mkt=en-us&amp;lbl=l0&amp;stl=h&amp;shading=hill&amp;n=z" clip-path="url(#kdef442)" /> </g> <g> <g clip-path="url(#kdef443)" /> <image preserveAspectRatio="none" x="939" y="1870.3900146484375" width="256px" height="255.9998779296875px" xlink:href="https://t0.ssl.ak.tiles.virtualearth.net/tiles/r030?g=5250&amp;mkt=en-us&amp;lbl=l0&amp;stl=h&amp;shading=hill&amp;n=z" clip-path="url(#kdef444)" /> </g> <g> <g clip-path="url(#kdef445)" /> <image preserveAspectRatio="none" x="683" y="2126.389892578125" width="256px" height="256px" xlink:href="https://t3.ssl.ak.tiles.virtualearth.net/tiles/r023?g=5250&amp;mkt=en-us&amp;lbl=l0&amp;stl=h&amp;shading=hill&amp;n=z" clip-path="url(#kdef446)" /> </g> <g> <g clip-path="url(#kdef447)" /> <image preserveAspectRatio="none" x="939" y="2126.389892578125" width="256px" height="256px" xlink:href="https://t2.ssl.ak.tiles.virtualearth.net/tiles/r032?g=5250&amp;mkt=en-us&amp;lbl=l0&amp;stl=h&amp;shading=hill&amp;n=z" clip-path="url(#kdef448)" /> </g> </g> <g transform="matrix(1,0,0,1,-767.886,-234.855)"> <g clip-path="url(#kdef449)" /> <g> <g clip-path="url(#kdef450)" /> <image preserveAspectRatio="none" x="683" y="1870.3900146484375" width="256px" height="255.9998779296875px" xlink:href="https://t2.ssl.ak.dynamic.tiles.virtualearth.net/comp/ch/03200112?mkt=en-us&amp;it=G,L&amp;shading=hill&amp;og=125&amp;n=z&amp;key=Ak2g6mFto-zM6i40UtBxBgmPWkgWRu6zupHE_F4f3Go9hioGVmmKZjuR7VXfc7wi" clip-path="url(#kdef451)" /> </g> <g> <g clip-path="url(#kdef452)" /> <image preserveAspectRatio="none" x="939" y="1870.3900146484375" width="256px" height="255.9998779296875px" xlink:href="https://t3.ssl.ak.dynamic.tiles.virtualearth.net/comp/ch/03200113?mkt=en-us&amp;it=G,L&amp;shading=hill&amp;og=125&amp;n=z&amp;key=Ak2g6mFto-zM6i40UtBxBgmPWkgWRu6zupHE_F4f3Go9hioGVmmKZjuR7VXfc7wi" clip-path="url(#kdef453)" /> </g> <g> <g clip-path="url(#kdef454)" /> <image preserveAspectRatio="none" x="1195" y="1870.3900146484375" width="256px" height="255.9998779296875px" xlink:href="https://t2.ssl.ak.dynamic.tiles.virtualearth.net/comp/ch/03201002?mkt=en-us&amp;it=G,L&amp;shading=hill&amp;og=125&amp;n=z&amp;key=Ak2g6mFto-zM6i40UtBxBgmPWkgWRu6zupHE_F4f3Go9hioGVmmKZjuR7VXfc7wi" clip-path="url(#kdef455)" /> </g> <g> <g clip-path="url(#kdef456)" /> <image preserveAspectRatio="none" x="1451" y="1870.3900146484375" width="256px" height="255.9998779296875px" xlink:href="https://t3.ssl.ak.dynamic.tiles.virtualearth.net/comp/ch/03201003?mkt=en-us&amp;it=G,L&amp;shading=hill&amp;og=125&amp;n=z&amp;key=Ak2g6mFto-zM6i40UtBxBgmPWkgWRu6zupHE_F4f3Go9hioGVmmKZjuR7VXfc7wi" clip-path="url(#kdef457)" /> </g> <g> <g clip-path="url(#kdef458)" /> <image preserveAspectRatio="none" x="1707" y="1870.3900146484375" width="256px" height="255.9998779296875px" xlink:href="https://t2.ssl.ak.dynamic.tiles.virtualearth.net/comp/ch/03201012?mkt=en-us&amp;it=G,L&amp;shading=hill&amp;og=125&amp;n=z&amp;key=Ak2g6mFto-zM6i40UtBxBgmPWkgWRu6zupHE_F4f3Go9hioGVmmKZjuR7VXfc7wi" clip-path="url(#kdef459)" /> </g> <g> <g clip-path="url(#kdef460)" /> <image preserveAspectRatio="none" x="1963" y="1870.3900146484375" width="256px" height="255.9998779296875px" xlink:href="https://t3.ssl.ak.dynamic.tiles.virtualearth.net/comp/ch/03201013?mkt=en-us&amp;it=G,L&amp;shading=hill&amp;og=125&amp;n=z&amp;key=Ak2g6mFto-zM6i40UtBxBgmPWkgWRu6zupHE_F4f3Go9hioGVmmKZjuR7VXfc7wi" clip-path="url(#kdef461)" /> </g> <g> <g clip-path="url(#kdef462)" /> <image preserveAspectRatio="none" x="683" y="2126.389892578125" width="256px" height="256px" xlink:href="https://t0.ssl.ak.dynamic.tiles.virtualearth.net/comp/ch/03200130?mkt=en-us&amp;it=G,L&amp;shading=hill&amp;og=125&amp;n=z&amp;key=Ak2g6mFto-zM6i40UtBxBgmPWkgWRu6zupHE_F4f3Go9hioGVmmKZjuR7VXfc7wi" clip-path="url(#kdef463)" /> </g> <g> <g clip-path="url(#kdef464)" /> <image preserveAspectRatio="none" x="939" y="2126.389892578125" width="256px" height="256px" xlink:href="https://t1.ssl.ak.dynamic.tiles.virtualearth.net/comp/ch/03200131?mkt=en-us&amp;it=G,L&amp;shading=hill&amp;og=125&amp;n=z&amp;key=Ak2g6mFto-zM6i40UtBxBgmPWkgWRu6zupHE_F4f3Go9hioGVmmKZjuR7VXfc7wi" clip-path="url(#kdef465)" /> </g> <g> <g clip-path="url(#kdef466)" /> <image preserveAspectRatio="none" x="1195" y="2126.389892578125" width="256px" height="256px" xlink:href="https://t0.ssl.ak.dynamic.tiles.virtualearth.net/comp/ch/03201020?mkt=en-us&amp;it=G,L&amp;shading=hill&amp;og=125&amp;n=z&amp;key=Ak2g6mFto-zM6i40UtBxBgmPWkgWRu6zupHE_F4f3Go9hioGVmmKZjuR7VXfc7wi" clip-path="url(#kdef467)" /> </g> <g> <g clip-path="url(#kdef468)" /> <image preserveAspectRatio="none" x="1451" y="2126.389892578125" width="256px" height="256px" xlink:href="https://t1.ssl.ak.dynamic.tiles.virtualearth.net/comp/ch/03201021?mkt=en-us&amp;it=G,L&amp;shading=hill&amp;og=125&amp;n=z&amp;key=Ak2g6mFto-zM6i40UtBxBgmPWkgWRu6zupHE_F4f3Go9hioGVmmKZjuR7VXfc7wi" clip-path="url(#kdef469)" /> </g> <g> <g clip-path="url(#kdef470)" /> <image preserveAspectRatio="none" x="1707" y="2126.389892578125" width="256px" height="256px" xlink:href="https://t0.ssl.ak.dynamic.tiles.virtualearth.net/comp/ch/03201030?mkt=en-us&amp;it=G,L&amp;shading=hill&amp;og=125&amp;n=z&amp;key=Ak2g6mFto-zM6i40UtBxBgmPWkgWRu6zupHE_F4f3Go9hioGVmmKZjuR7VXfc7wi" clip-path="url(#kdef471)" /> </g> <g> <g clip-path="url(#kdef472)" /> <image preserveAspectRatio="none" x="1963" y="2126.389892578125" width="256px" height="256px" xlink:href="https://t1.ssl.ak.dynamic.tiles.virtualearth.net/comp/ch/03201031?mkt=en-us&amp;it=G,L&amp;shading=hill&amp;og=125&amp;n=z&amp;key=Ak2g6mFto-zM6i40UtBxBgmPWkgWRu6zupHE_F4f3Go9hioGVmmKZjuR7VXfc7wi" clip-path="url(#kdef473)" /> </g> </g> </g> <g> <g> <g> <g clip-path="url(#kdef474)" /> <g clip-path="url(#kdef475)"> <g> <g clip-path="url(#kdef476)" /> <image preserveAspectRatio="none" x="684" y="1794.5499267578125" width="50px" height="50px" xlink:href="http://silver.nic.org/assets/map/teal-empty.png" clip-path="url(#kdef477)" /> </g> <g> <g clip-path="url(#kdef478)" /> <text style="font:normal normal 700 13.33px Calibri, Candara, Segoe, &quot;Segoe UI&quot;, Optima, Arial, sans-serif;" x="705.6199951171875" y="1816.5499267578125" stroke="none" fill="rgb(0, 0, 0)">1</text> </g> </g> </g> <g> <g clip-path="url(#kdef479)" /> <g clip-path="url(#kdef480)"> <g> <g clip-path="url(#kdef481)" /> <image preserveAspectRatio="none" x="638.1099853515625" y="1856.0799560546875" width="50px" height="50px" xlink:href="http://silver.nic.org/assets/map/teal-empty.png" clip-path="url(#kdef482)" /> </g> <g> <g clip-path="url(#kdef483)" /> <text style="font:normal normal 700 13.33px Calibri, Candara, Segoe, &quot;Segoe UI&quot;, Optima, Arial, sans-serif;" x="659.72998046875" y="1878.0799560546875" stroke="none" fill="rgb(0, 0, 0)">2</text> </g> </g> </g> <g> <g clip-path="url(#kdef484)" /> <g clip-path="url(#kdef485)"> <g> <g clip-path="url(#kdef486)" /> <image preserveAspectRatio="none" x="780.6300048828125" y="1738.659912109375" width="50px" height="50px" xlink:href="http://silver.nic.org/assets/map/teal-empty.png" clip-path="url(#kdef487)" /> </g> <g> <g clip-path="url(#kdef488)" /> <text style="font:normal normal 700 13.33px Calibri, Candara, Segoe, &quot;Segoe UI&quot;, Optima, Arial, sans-serif;" x="802.25" y="1760.659912109375" stroke="none" fill="rgb(0, 0, 0)">3</text> </g> </g> </g> <g> <g clip-path="url(#kdef489)" /> <g clip-path="url(#kdef490)"> <g> <g clip-path="url(#kdef491)" /> <image preserveAspectRatio="none" x="725.1099853515625" y="1713.179931640625" width="50px" height="50px" xlink:href="http://silver.nic.org/assets/map/teal-empty.png" clip-path="url(#kdef492)" /> </g> <g> <g clip-path="url(#kdef493)" /> <text style="font:normal normal 700 13.33px Calibri, Candara, Segoe, &quot;Segoe UI&quot;, Optima, Arial, sans-serif;" x="746.72998046875" y="1735.179931640625" stroke="none" fill="rgb(0, 0, 0)">4</text> </g> </g> </g> <g> <g clip-path="url(#kdef494)" /> <g clip-path="url(#kdef495)"> <g> <g clip-path="url(#kdef496)" /> <image preserveAspectRatio="none" x="772.6099853515625" y="1735.909912109375" width="50px" height="50px" xlink:href="http://silver.nic.org/assets/map/teal-empty.png" clip-path="url(#kdef497)" /> </g> <g> <g clip-path="url(#kdef498)" /> <text style="font:normal normal 700 13.33px Calibri, Candara, Segoe, &quot;Segoe UI&quot;, Optima, Arial, sans-serif;" x="794.22998046875" y="1757.909912109375" stroke="none" fill="rgb(0, 0, 0)">5</text> </g> </g> </g> <g> <g clip-path="url(#kdef499)" /> <g clip-path="url(#kdef500)"> <g> <g clip-path="url(#kdef501)" /> <image preserveAspectRatio="none" x="741.1199951171875" y="1755.7999267578125" width="50px" height="50px" xlink:href="http://silver.nic.org/assets/map/teal-empty.png" clip-path="url(#kdef502)" /> </g> <g> <g clip-path="url(#kdef503)" /> <text style="font:normal normal 700 13.33px Calibri, Candara, Segoe, &quot;Segoe UI&quot;, Optima, Arial, sans-serif;" x="762.739990234375" y="1777.7999267578125" stroke="none" fill="rgb(0, 0, 0)">6</text> </g> </g> </g> <g> <g clip-path="url(#kdef504)" /> <g clip-path="url(#kdef505)"> <g> <g clip-path="url(#kdef506)" /> <image preserveAspectRatio="none" x="729.5599975585937" y="1794.2899169921875" width="50px" height="50px" xlink:href="http://silver.nic.org/assets/map/teal-empty.png" clip-path="url(#kdef507)" /> </g> <g> <g clip-path="url(#kdef508)" /> <text style="font:normal normal 700 13.33px Calibri, Candara, Segoe, &quot;Segoe UI&quot;, Optima, Arial, sans-serif;" x="751.1799926757812" y="1816.2899169921875" stroke="none" fill="rgb(0, 0, 0)">7</text> </g> </g> </g> <g> <g clip-path="url(#kdef509)" /> <g clip-path="url(#kdef510)"> <g> <g clip-path="url(#kdef511)" /> <image preserveAspectRatio="none" x="685.8499755859375" y="1846.0399169921875" width="50px" height="50px" xlink:href="http://silver.nic.org/assets/map/teal-empty.png" clip-path="url(#kdef512)" /> </g> <g> <g clip-path="url(#kdef513)" /> <text style="font:normal normal 700 13.33px Calibri, Candara, Segoe, &quot;Segoe UI&quot;, Optima, Arial, sans-serif;" x="707.469970703125" y="1868.0399169921875" stroke="none" fill="rgb(0, 0, 0)">8</text> </g> </g> </g> <g> <g clip-path="url(#kdef514)" /> <g clip-path="url(#kdef515)"> <g> <g clip-path="url(#kdef516)" /> <image preserveAspectRatio="none" x="705.3900146484375" y="1810.919921875" width="49.99993896484375px" height="50px" xlink:href="http://silver.nic.org/assets/map/teal-empty.png" clip-path="url(#kdef517)" /> </g> <g> <g clip-path="url(#kdef518)" /> <text style="font:normal normal 700 13.33px Calibri, Candara, Segoe, &quot;Segoe UI&quot;, Optima, Arial, sans-serif;" x="727.010009765625" y="1832.919921875" stroke="none" fill="rgb(0, 0, 0)">9</text> </g> </g> </g> <g> <g clip-path="url(#kdef519)" /> <g clip-path="url(#kdef520)"> <g> <g clip-path="url(#kdef521)" /> <image preserveAspectRatio="none" x="535.3699951171875" y="1931.5999755859375" width="50px" height="50px" xlink:href="http://silver.nic.org/assets/map/teal-empty.png" clip-path="url(#kdef522)" /> </g> <g> <g clip-path="url(#kdef523)" /> <text style="font:normal normal 700 13.33px Calibri, Candara, Segoe, &quot;Segoe UI&quot;, Optima, Arial, sans-serif;" x="553.6099853515625" y="1953.5999755859375" stroke="none" fill="rgb(0, 0, 0)">10</text> </g> </g> </g> </g> </g> </g> <g /> <g> <g clip-path="url(#kdef524)" /> <g /> <g> <g clip-path="url(#kdef525)" /> <g> <g clip-path="url(#kdef526)" /> <g> <g clip-path="url(#kdef527)" /> <text style="font:normal normal 400 10px Calibri, Candara, Segoe, &quot;Segoe UI&quot;, Optima, Arial, sans-serif;" x="1062.5799560546875" y="2034.2449951171875" stroke="none" fill="rgb(0, 0, 0)">© 2016 Microsoft Corporation</text> </g> <g> <g clip-path="url(#kdef528)" /> <text style="font:normal normal 400 10px Calibri, Candara, Segoe, &quot;Segoe UI&quot;, Optima, Arial, sans-serif;" x="1198.43994140625" y="2034.2449951171875" stroke="none" fill="rgb(0, 0, 0)">© 2016 HERE</text> </g> </g> </g> </g> <g> <g clip-path="url(#kdef529)" /> <g /> <g> <g clip-path="url(#kdef530)" /> <g> <g> <g clip-path="url(#kdef531)"> <image preserveAspectRatio="none" x="113" y="1919.3900146484375" width="50px" height="117px" xlink:href="https://ecn.dev.virtualearth.net/mapcontrol/v7.0/7.0.20160525132934.57/i/bingLogos.png" /> </g> </g> <g /> </g> </g> </g> <g clip-path="url(#kdef433)"> <g /> <g> <g clip-path="url(#kdef434)" /> <g> <g clip-path="url(#kdef435)"> <image preserveAspectRatio="none" x="1200" y="1700.3900146484375" width="52px" height="135px" xlink:href="https://ecn.dev.virtualearth.net/mapcontrol/v7.0/7.0.20160525132934.57/i/veapiOverlayStyleV2.png" /> </g> <text style="font:normal normal 700 13px Calibri, Candara, Segoe, &quot;Segoe UI&quot;, Optima, Arial, sans-serif;" x="1221.719970703125" y="1729.3900146484375" stroke="none" fill="rgb(109, 110, 113)">N</text> </g> </g> <g> <g clip-path="url(#kdef436)" /> <g> <g clip-path="url(#kdef437)"> <image preserveAspectRatio="none" x="1087" y="1652.3900146484375" width="52px" height="135px" xlink:href="https://ecn.dev.virtualearth.net/mapcontrol/v7.0/7.0.20160525132934.57/i/veapiOverlayStyleV2.png" /> </g> </g> <g> <g clip-path="url(#kdef438)"> <image preserveAspectRatio="none" x="1128" y="1611.3900146484375" width="52px" height="135px" xlink:href="https://ecn.dev.virtualearth.net/mapcontrol/v7.0/7.0.20160525132934.57/i/veapiOverlayStyleV2.png" /> </g> </g> </g> </g> </g> </g> <g> <g clip-path="url(#kdef532)"> <path d="M1033 2022.84 L 1263 2022.84 1263 2044.39 1033 2044.39Z" stroke="none" fill="rgba(255, 255, 255, 1)" /> </g> <g> <g clip-path="url(#kdef533)" /> <image preserveAspectRatio="none" x="1046.8800048828125" y="2024.3900146484375" width="20px" height="20px" xlink:href="http://silver.nic.org/assets/map/green-empty.png" clip-path="url(#kdef534)" /> </g> <g> <g clip-path="url(#kdef535)" /> <image preserveAspectRatio="none" x="1082.8699951171875" y="2024.3900146484375" width="20px" height="20px" xlink:href="http://silver.nic.org/assets/map/blue-empty.png" clip-path="url(#kdef536)" /> </g> <g> <g clip-path="url(#kdef537)" /> <image preserveAspectRatio="none" x="1123.6099853515625" y="2024.3900146484375" width="20px" height="20px" xlink:href="http://silver.nic.org/assets/map/teal-empty.png" clip-path="url(#kdef538)" /> </g> <g> <g clip-path="url(#kdef539)" /> <image preserveAspectRatio="none" x="1166.5799560546875" y="2024.3900146484375" width="20px" height="20px" xlink:href="http://silver.nic.org/assets/map/red-empty.png" clip-path="url(#kdef540)" /> </g> <g> <g clip-path="url(#kdef541)" /> <text style="font:normal normal 700 14px Calibri, Candara, Segoe, &quot;Segoe UI&quot;, Optima, Arial, sans-serif;" x="1070.0499267578125" y="2041.114990234375" stroke="none" fill="rgb(16, 101, 85)">IL</text> </g> <g> <g clip-path="url(#kdef542)" /> <text style="font:normal normal 700 14px Calibri, Candara, Segoe, &quot;Segoe UI&quot;, Optima, Arial, sans-serif;" x="1106.0399169921875" y="2041.114990234375" stroke="none" fill="rgb(8, 72, 101)">AL</text> </g> <g> <g clip-path="url(#kdef543)" /> <text style="font:normal normal 700 14px Calibri, Candara, Segoe, &quot;Segoe UI&quot;, Optima, Arial, sans-serif;" x="1146.780029296875" y="2041.114990234375" stroke="none" fill="rgb(0, 174, 218)">NC</text> </g> <g> <g clip-path="url(#kdef544)" /> <text style="font:normal normal 700 14px Calibri, Candara, Segoe, &quot;Segoe UI&quot;, Optima, Arial, sans-serif;" x="1189.75" y="2041.114990234375" stroke="none" fill="rgb(175, 32, 39)">CCRC / LPC</text> </g> </g> </g> </g> </g> </g> </svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Creator: CorelDRAW -->
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="210mm" height="297mm" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
viewBox="0 0 210 297"
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<font id="FontID0" font-variant="normal" style="fill-rule:nonzero" font-weight="400">
<font-face
font-family="Comic Sans MS">
</font-face>
<missing-glyph><path d="M0 0z"/></missing-glyph>
<glyph unicode="T" horiz-adv-x="679"><path d="M665.005 616.663c-23.9999,0 -61.1691,2.00787 -111.342,5.83462 -48.8266,3.67321 -85.8304,5.33856 -111.33,5.00785l-34.6652 0c1.00393,-44.9998 5.50392,-117.838 13.1692,-218.834 7.15745,-94.0036 10.8307,-167.173 10.8307,-219.176 0,-11.4921 1.16929,-28.6652 3.3307,-51.8266 2.33857,-23.0078 3.49605,-40.4998 3.49605,-52.1691 0,-22.1692 -3.6614,-41.1613 -10.8307,-57.1651 -8.99996,-21.496 -23.1613,-32.1731 -42.3305,-32.1731 -13.1692,0 -24.8385,4.49998 -35.1613,13.6771 -10.5,8.99996 -15.6732,20.8228 -15.6732,35.1613 0,4.83069 0.838579,12.1653 2.33857,21.8385 1.66535,9.82673 2.49212,17.1613 2.49212,21.992 0,16.0039 -0.992122,39.8384 -3.16534,71.8344 -2.16141,31.8306 -3.16534,56.0077 -3.16534,72.1651 0,46.6652 -3.6614,112.003 -11.1614,196.334 -7.84249,91.1689 -12.3425,156.673 -13.1692,196.334l-44.5038 -0.496061c-71.3265,0 -127.334,5.1614 -167.999,15.6614 -26.3267,6.83856 -39.4959,22.8424 -39.4959,48.3423 0,13.3228 4.16927,24.992 12.6614,35.1613 9.83854,11.3385 22.3346,16.4999 37.6652,15.496 11.3385,-0.496061 37.3345,-3.49605 77.9997,-8.65745 32.6692,-4.00392 59.0076,-5.83462 79.169,-5.83462 19.4999,0 49.1691,0.330707 88.8304,1.15748 39.6731,0.838579 69.3422,1.16929 88.8422,1.16929 25.1574,0 62.3265,-1.8307 111.661,-5.32675 49.3345,-3.50786 86.5036,-5.33856 111.507,-5.33856 13.996,0 25.8306,-4.83069 35.1613,-14.5039 9.49603,-9.49603 14.1614,-21.496 14.1614,-35.8227 0,-14.0078 -4.66534,-25.8424 -14.1614,-35.3384 -9.33067,-9.66138 -21.1653,-14.5039 -35.1613,-14.5039z"/></glyph>
<glyph unicode="e" horiz-adv-x="547"><path d="M295.83 -22.4999c-73.4997,0 -132.992,18.496 -178.665,55.1691 -49.8305,40.6652 -74.669,97.665 -74.669,170.999 0,84.6611 20.5039,155.503 61.4998,212.834 44.6691,62.4919 104.173,93.8264 178.676,93.8264 54.1651,0 98.161,-9.16532 132.33,-27.496 41.9998,-22.3346 62.9998,-56.8344 62.9998,-103.5 0,-32.5038 -18.3306,-62.1612 -55.1691,-88.8304 -16.3346,-11.6692 -50.8344,-29.9999 -103.5,-54.673l-186.495 -88.3343c18.1653,-26.9999 40.8305,-47.3266 68.1611,-60.9919 27.1652,-13.6653 58.8305,-20.5039 94.8303,-20.5039 22.4999,0 48.8384,4.16927 79.169,12.6614 38.3384,10.6771 63.1651,24.8385 74.1729,42.177 11.1614,17.4921 22.996,26.1613 35.6573,26.1613 11.5039,0 21.6731,-4.33463 30.5078,-13.0039 8.99996,-8.65745 13.4999,-18.6613 13.4999,-29.9999 0,-36.1652 -29.1731,-67.1572 -87.5075,-93.3303 -49.6652,-22.0039 -98.161,-33.1652 -145.499,-33.1652zm-13.1574 444.837c-39.6731,0 -72.6729,-15.3425 -98.9996,-46.1691 -26.5038,-30.6731 -46.1691,-76.9958 -59.173,-138.838l149.834 71.3383c58.9958,28.4999 100.996,53.5037 126,74.669 -28.0038,25.996 -67.169,38.9998 -117.661,38.9998z"/></glyph>
<glyph unicode="t" horiz-adv-x="471"><path d="M394.498 415.994c-6.82674,0 -14.8346,0.342518 -24.1653,1.00393 -9.16532,0.673226 -17.3385,1.00393 -24.1653,1.00393 -7.49997,0 -29.6692,-2.50393 -66.3304,-7.33462l9.16532 -288.672 0.496061 -21.3306 0.496061 -25.0038c1.33464,-71.3265 -15.6614,-106.83 -51.1652,-106.83 -12.9921,0 -24.3306,4.16927 -33.992,12.6732 -9.67319,8.32674 -14.3385,18.9921 -14.3385,31.6652 0,12.3307 0.496061,30.992 1.33464,55.6651 1.00393,24.8267 1.49999,43.3345 1.49999,55.6651l-9.66138 285.164c-23.8346,1.00393 -60.0116,3.67321 -108.507,8.33855 -28.9959,3.82676 -43.4998,19.996 -43.4998,48.3305 0,14.3385 4.49998,26.1613 13.3346,35.6692 8.66926,9.33067 19.996,14.1614 33.6613,14.1614l102.507 -8.32674c0,16.4999 -0.673226,38.8345 -2.17322,66.6612 -1.49999,27.8385 -2.16141,47.8345 -2.16141,60.3305 0,13.6771 4.66534,24.8385 14.1614,33.8384 9.34248,8.99996 20.8346,13.4999 34.677,13.4999 29.1613,0 46.3227,-23.9999 51.1652,-71.8344 0.992122,-12 1.49999,-26.5038 1.49999,-43.4998l-1.00393 -28.3345 -0.496061 -30.1652c40.3345,5.17321 63.4958,7.83068 69.3304,7.83068 33.8266,0 55.9958,-1.66535 66.4958,-4.99604 19.8306,-6.49604 29.6692,-21.6731 29.6692,-45.8384 0,-14.3267 -4.49998,-26.1613 -13.3346,-35.3266 -8.99996,-9.33067 -20.5039,-14.0078 -34.4999,-14.0078z"/></glyph>
<glyph unicode="s" horiz-adv-x="486"><path d="M397.498 376.002c-17.9999,0 -30.4959,5.99998 -37.6652,17.9999 -4.83069,8.49209 -9.16532,26.1613 -12.6614,52.8305 -24.3424,-6.16533 -62.0076,-17.6692 -112.842,-34.1692 -52.3344,-20.8346 -78.6611,-46.6652 -78.9918,-77.1611 9.66138,-3.67321 19.3346,-6.16533 28.8306,-7.83068 74.8344,-13.3346 130.499,-31.8424 166.83,-55.1691 53.173,-34.1692 79.665,-83.669 79.665,-148.499 0,-53.0077 -22.996,-92.9996 -68.8344,-120.165 -38.1613,-22.0039 -86.3264,-33.177 -144.495,-33.177 -42.6612,0 -83.3383,7.16926 -122.173,21.5078 -49.9959,18.3306 -75.1651,43.6652 -75.1651,76.169 0,12.9921 5.17321,24.496 15.3425,34.1573 10.3228,9.83854 21.992,14.6692 34.9959,14.6692 10.0039,0 23.1613,-7.83068 38.9998,-23.3267 7.83068,-7.49997 25.4999,-13.8425 52.8305,-18.6732 21.8385,-3.82676 40.1691,-5.83462 55.1691,-5.83462 27.3306,0 51.3305,3.3307 72.1651,9.83854 30.3306,9.33067 45.4959,24.3306 45.4959,44.8345 0,44.3266 -30.992,74.1611 -92.8225,89.8343l-50.8344 11.3267c-43.1691,9.33067 -74.0076,20.5039 -92.1729,33.1652 -26.3267,18.1653 -39.6613,45.673 -39.6613,82.4997 0,68.0076 32.1613,116.503 96.3303,145.499 19.4999,8.83461 50.6691,19.3346 93.661,31.4999 43.0038,12.1771 73.6769,22.4999 92.3382,31.0038 13.3346,5.83462 27.8385,8.83461 43.4998,8.83461 13.996,0 25.3345,-4.66534 34.3345,-13.6653 8.99996,-9.16532 13.4999,-20.9999 13.4999,-35.6692 0,-9.49603 1.99606,-23.3385 5.99998,-41.5038 4.16927,-18.3306 6.16533,-32.1613 6.16533,-41.492 0,-14.6692 -4.49998,-26.5038 -13.4999,-35.6692 -8.83461,-9.16532 -20.3385,-13.6653 -34.3345,-13.6653z"/></glyph>
</font>
<style type="text/css">
<![CDATA[
@font-face { font-family:"Comic Sans MS";src:url("#FontID0") format(svg)}
.str0 {stroke:#2B2A29;stroke-width:0.0762}
.fil1 {fill:#1F1A17}
.fil0 {fill:url(#id1)}
.fnt0 {font-weight:normal;font-size:8.4667;font-family:'Comic Sans MS'}
]]>
</style>
<clipPath id="id0">
<rect x="78.3198" y="175.32" width="43.3604" height="43.3604"/>
</clipPath>
<linearGradient id="id1" gradientUnits="userSpaceOnUse" x1="20" y1="247" x2="80" y2="247">
<stop offset="0" style="stop-color:#FFED00"/>
<stop offset="0.290196" style="stop-color:#4E565A"/>
<stop offset="0.639216" style="stop-color:#66C3D0"/>
<stop offset="1" style="stop-color:#66C3D0"/>
</linearGradient>
</defs>
<g id="Слой_x0020_1">
<metadata id="CorelCorpID_0Corel-Layer"/>
<ellipse class="fil0 str0" cx="50" cy="247" rx="30" ry="20"/>
<g style="clip-path:url(#id0)">
<image transform="matrix(1 0 0 1 -26.6802 70.1802)" x="105" y="105.14" width="43.3604" height="43.3604" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAIAAAE7W8YKAAAACXBIWXMA
AAuIAAALiAHljilJAAACFUlEQVR4nO3cUW6qABRFUUw61jenjrYv/QQasLk1W3GtP2r1ejiiIujH
sve1XrqtFj9+uMKhi1zha/On7fK/1Wp6zgy/vMI24rdVytvn6l+eMcP4CruVYHvYbw8/PFLeYXu4
bZffYHvY++lpYnX5djX9dsCMAfcMOCnxrOPt9r4f8FgGPMGA8wfJ7hlze/Hn0W1cYBVdfsDsxeCO
AWMGGGBA/65i+JZiucgqMsAAA86eDEbvG5dLrCIDDHiDAXfsRJ7cwNkexrGHr6FHE6AmQE2AmgC1
8w/1j41fiM934I9doYHXJkBNgJoANQFq9xzZPTbbJ7/jA75jr99AfQemBKgJUBOgJkAtPj4wPDiw
aKAnQE2AmgA1AWoC1ASoCVAToCZArT7VYHaewXKNBl6bADUBagLUBKgJUBOgJkBNgJoAtdcP0J61
ODxlcblCA/UdmBKgJkBNgJoANQFqAtQEqAlQE6BWB/iDX0WYzR9/gWGoLuDtKSCmgJgCYgqIKSCm
gJgCYgqIKSCmgJgCYgqIKSCmgJgCYgqIKSCmgJgCYtPv/w/Vx+T/4AcIhmwBMQXEFBBTQEwBMQXE
FBBTQEwBMQXEFBBTQEwBMQXEFBBTQEwBMQXEFBBTQGz+83dD8THx+e/vDdkCYgqIKSCmgJgCYgqI
KSCmgJgCYgqIKSCmgJgCYgqIKSCmgJgCYgqIKSCmgJgCYv8BAqc0rFUgYzIAAAAASUVORK5CYII=
"/>
</g>
<text x="83.842" y="150.068" class="fil1 fnt0">Test</text>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="699"
height="200"
version="1.1"
id="svg2"
inkscape:version="0.91 r13725"
sodipodi:docname="wide.svg">
<metadata
id="metadata19">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="640"
inkscape:window-height="480"
id="namedview17"
showgrid="false"
inkscape:zoom="1.6213333"
inkscape:cx="231.15924"
inkscape:cy="1"
inkscape:current-layer="svg2" />
<defs
id="defs4">
<linearGradient
id="gradient1">
<stop
offset="0"
stop-color="#000"
stop-opacity="0"
id="stop7" />
<stop
offset="0.15"
stop-color="#000"
stop-opacity="0.3"
id="stop9" />
<stop
offset="0.85"
stop-color="#000"
stop-opacity="0.3"
id="stop11" />
<stop
offset="1"
stop-color="#000"
stop-opacity="0"
id="stop13" />
</linearGradient>
</defs>
<rect
fill="url(#gradient1)"
width="699"
height="200"
x="0"
y="0"
id="rect15" />
</svg>
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20cm" height="20cm" version="1.1" preserveAspectRatio="xMidYMid meet" viewBox="0 -20 50 50">
<rect x="10" y="10" width="10" height="10" fill="Red" />
<text x="10" y="10" font-size="8" text-anchor="middle" alignment-baseline="central">X</text>
</svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by Microsoft Visio, SVG Export Network 3d mainframe.svg Page-1 -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:v="http://schemas.microsoft.com/visio/2003/SVGExtensions/" width="1.02083in" height="1.82153in"
viewBox="0 0 73.5 131.15" xml:space="preserve" color-interpolation-filters="sRGB" class="st9">
<v:documentProperties v:langID="1033" v:viewMarkup="false"/>
<style type="text/css">
<![CDATA[
.st1 {fill:#ff00ff;fill-opacity:0;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0;stroke-width:0.72}
.st2 {fill:url(#grad11-7);stroke:#a78450;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
.st3 {fill:url(#grad12-13);stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
.st4 {fill:url(#grad0-22);stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
.st5 {stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
.st6 {stroke:#a78450;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
.st7 {fill:url(#grad3-58);stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.12}
.st8 {fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}
.st9 {fill:none;fill-rule:evenodd;font-size:12px;overflow:visible;stroke-linecap:square;stroke-miterlimit:3}
]]>
</style>
<defs id="Patterns_And_Gradients">
<pattern id="grad11-7" x="0" y="0" width="1" height="1" patternContentUnits="objectBoundingBox">
<path d="M 0 1 L 0 0 L 1 0 z" style="fill:url(#grad0-8)"/>
<path d="M 0 1 L 1 1 L 1 0 z" style="fill:url(#grad0-9)"/>
</pattern>
<linearGradient id="grad0-8" x1="0" y1="0" x2="1" y2="0" gradientTransform="rotate(180 0.5 0.5)">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#c9ba96" stop-opacity="1"/>
</linearGradient>
<linearGradient id="grad0-9" x1="0" y1="0" x2="1" y2="0" gradientTransform="rotate(90 0.5 0.5)">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#c9ba96" stop-opacity="1"/>
</linearGradient>
<pattern id="grad12-13" x="0" y="0" width="1" height="1" patternContentUnits="objectBoundingBox">
<path d="M 0 0 L 0 1 L 1 1 z" style="fill:url(#grad0-14)"/>
<path d="M 0 0 L 1 0 L 1 1 z" style="fill:url(#grad0-15)"/>
</pattern>
<linearGradient id="grad0-14" x1="0" y1="0" x2="1" y2="0" gradientTransform="rotate(90 0.5 0.5)">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#b6a06d" stop-opacity="1"/>
</linearGradient>
<linearGradient id="grad0-15" x1="0" y1="0" x2="1" y2="0" gradientTransform="rotate(360 0.5 0.5)">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#b6a06d" stop-opacity="1"/>
</linearGradient>
<linearGradient id="grad0-22" x1="0" y1="0" x2="1" y2="0" gradientTransform="rotate(270 0.5 0.5)">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#e1d8c1" stop-opacity="1"/>
</linearGradient>
<radialGradient id="grad3-58" cx="0.5" cy="0.5" r="0.73">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#008000" stop-opacity="1"/>
</radialGradient>
</defs>
<g v:mID="0" v:index="1" v:groupContext="foregroundPage">
<title>Page-1</title>
<v:pageProperties v:drawingScale="1" v:pageScale="1" v:drawingUnits="19" v:shadowOffsetX="9" v:shadowOffsetY="-9"/>
<g id="group16-1" transform="translate(0.75,-22.4)" v:mID="16" v:groupContext="group">
<v:custProps>
<v:cp v:nameU="ShapeClass" v:lbl="ShapeClass" v:type="0" v:invis="true" v:ask="false" v:langID="1033"
v:val="VT4(Equipment)"/>
<v:cp v:nameU="ShapeType" v:lbl="ShapeType" v:type="0" v:invis="true" v:ask="false" v:langID="1033"
v:val="VT4(Computer)"/>
<v:cp v:nameU="SubShapeType" v:lbl="SubShapeType" v:type="0" v:invis="true" v:ask="false" v:langID="1033"
v:val="VT4(Mainframe)"/>
<v:cp v:nameU="Manufacturer" v:lbl="Manufacturer" v:type="0" v:sortKey="Equipment" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="ProductNumber" v:lbl="Product Number" v:type="0" v:sortKey="Equipment" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="PartNumber" v:lbl="Part Number" v:type="0" v:sortKey="Equipment" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="ProductDescription" v:lbl="Product Description" v:type="0" v:sortKey="Equipment" v:invis="false"
v:ask="false" v:langID="1033"/>
<v:cp v:nameU="AssetNumber" v:lbl="Asset Number" v:type="0" v:sortKey="Asset" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="SerialNumber" v:lbl="Serial Number" v:type="0" v:sortKey="Asset" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="Location" v:lbl="Location" v:type="0" v:sortKey="Asset" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="Building" v:lbl="Building" v:type="0" v:sortKey="Asset" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="Room" v:lbl="Room" v:type="0" v:sortKey="Asset" v:invis="false" v:ask="false" v:langID="1033"/>
<v:cp v:nameU="NetworkName" v:lbl="Network Name" v:type="0" v:sortKey="Network" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="IPAddress" v:lbl="IP Address" v:type="0" v:sortKey="Network" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="SubnetMask" v:lbl="Subnet Mask" v:type="0" v:sortKey="Network" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="AdminInterface" v:lbl="Administrative Interface" v:type="0" v:sortKey="Network" v:invis="false"
v:ask="false" v:langID="1033"/>
<v:cp v:nameU="NumberofPorts" v:lbl="Number of Ports" v:type="0" v:sortKey="Network" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="MACAddress" v:lbl="MAC Address" v:type="0" v:sortKey="Network" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="CommunityString" v:lbl="Community String" v:type="0" v:sortKey="Network" v:invis="false"
v:ask="false" v:langID="1033"/>
<v:cp v:nameU="NetworkDescription" v:lbl="Network Description" v:type="0" v:sortKey="Network" v:invis="false"
v:ask="false" v:langID="1033"/>
</v:custProps>
<v:userDefs>
<v:ud v:nameU="HasText" v:val="VT0(0):5"/>
<v:ud v:nameU="ShapeClass" v:val="VT0(5):26"/>
<v:ud v:nameU="ShapeType" v:val="VT0(6):26"/>
<v:ud v:nameU="SubShapeType" v:val="VT0(41):26"/>
<v:ud v:nameU="SolSH" v:val="VT15({BF0433D9-CD73-4EB5-8390-8653BE590246}):41"/>
<v:ud v:nameU="visLegendShape" v:val="VT0(2):26"/>
<v:ud v:nameU="visVersion" v:prompt="" v:val="VT0(15):26"/>
</v:userDefs>
<title>Mainframe</title>
<g id="shape17-2" v:mID="17" v:groupContext="shape">
<title>Sheet.17</title>
<path d="M13.68 115.31 A558.661 535.027 -167.44 0 0 17.64 114.23 L19.44 115.31 L19.44 118.55 A449.227 430.222 -177.1
0 0 41.4 131.15 L72 113.15 L72 46.91 L30.6 23.15 L0 41.15 L0 107.39 A472.718 452.719 -0.26 0 0 13.68
115.31 Z" class="st1"/>
</g>
<g id="shape18-4" v:mID="18" v:groupContext="shape" transform="translate(17.64,-15.84)">
<title>Sheet.18</title>
<path d="M0 130.07 L1.8 131.15 L1.8 68.15 L5.58 65.99 L0 62.75 L0 130.07 Z" class="st2"/>
</g>
<g id="shape19-10" v:mID="19" v:groupContext="shape" transform="translate(13.68,-15.84)">
<title>Sheet.19</title>
<path d="M0 131.15 L3.96 130.07 L3.96 62.75 L0 64.91 L0 131.15 Z" class="st3"/>
</g>
<g id="shape20-16" v:mID="20" v:groupContext="shape" transform="translate(41.4,0)">
<title>Sheet.20</title>
<path d="M0 131.15 L30.6 113.15 L30.6 46.91 L0 64.91 L0 131.15 Z" class="st3"/>
</g>
<g id="shape21-19" v:mID="21" v:groupContext="shape" transform="translate(0,-66.24)">
<title>Sheet.21</title>
<path d="M0 107.39 L13.68 115.31 L17.64 113.15 L23.22 116.39 L19.44 118.55 L41.4 131.15 L72 113.15 L30.6 89.39 L0
107.39 Z" class="st4"/>
</g>
<g id="shape22-23" v:mID="22" v:groupContext="shape" transform="translate(0,-15.84)">
<title>Sheet.22</title>
<path d="M0 123.23 L13.68 131.15 L13.68 64.91 L0 56.99 L0 123.23 Z" class="st2"/>
</g>
<g id="shape23-26" v:mID="23" v:groupContext="shape" transform="translate(19.44,0)">
<title>Sheet.23</title>
<path d="M0 118.55 L21.96 131.15 L21.96 64.91 L0 52.31 L0 118.55 Z" class="st2"/>
</g>
<g id="shape24-29" v:mID="24" v:groupContext="shape" transform="translate(39.78,206.86) rotate(180)">
<title>Sheet.24</title>
<path d="M17.64 131.15 L0 120.71 L0 113.15" class="st5"/>
</g>
<g id="shape25-33" v:mID="25" v:groupContext="shape" transform="translate(3.24,-9.72)">
<title>Sheet.25</title>
<path d="M0 72.11 L7.92 76.79" class="st6"/>
<path d="M0 69.59 L7.92 74.27" class="st6"/>
<path d="M0 67.07 L7.92 71.61" class="st6"/>
<path d="M0 64.55 L7.92 69.09" class="st6"/>
<path d="M0 62.03 L7.92 66.57" class="st6"/>
<path d="M0 59.51 L7.92 64.05" class="st6"/>
<path d="M0 56.99 L7.92 61.67" class="st6"/>
<path d="M18.36 82.55 L35.64 92.63" class="st6"/>
<path d="M18.36 80.03 L35.64 90.11" class="st6"/>
<path d="M18.36 77.51 L35.64 87.59" class="st6"/>
<path d="M18.36 74.99 L35.64 85.07" class="st6"/>
<path d="M18.36 72.47 L35.64 82.55" class="st6"/>
<path d="M18.36 69.95 L35.64 80.03" class="st6"/>
<path d="M18.36 67.43 L35.64 77.51" class="st6"/>
<path d="M18.36 121.07 L35.64 131.15" class="st6"/>
<path d="M18.36 118.55 L35.64 128.63" class="st6"/>
</g>
<g id="shape26-52" v:mID="26" v:groupContext="shape" transform="translate(21.6,-37.44)">
<title>Sheet.26</title>
<path d="M0 121.07 L17.28 131.15 L17.28 123.95 L0 113.87 L0 121.07 Z" class="st2"/>
</g>
<g id="shape27-55" v:mID="27" v:groupContext="shape" transform="translate(-40.822,-29.782) rotate(-30)">
<title>Sheet.27</title>
<ellipse cx="0.93105" cy="129.708" rx="0.93105" ry="1.4421" class="st7"/>
</g>
<g id="shape28-59" v:mID="28" v:groupContext="shape" transform="translate(-35.7786,-26.8676) rotate(-30)">
<title>Sheet.28</title>
<ellipse cx="0.93105" cy="129.708" rx="0.93105" ry="1.4421" class="st7"/>
</g>
<g id="shape29-62" v:mID="29" v:groupContext="shape">
<title>Sheet.29</title>
<path d="M72 46.91 L30.6 23.15 L0 41.15 L0 107.39 A472.718 452.719 -0.26 0 0 13.68 115.31 A558.661 535.027 -167.44
0 0 17.64 114.23 L19.44 115.31 L19.44 118.55 A449.227 430.222 -177.1 0 0 41.4 131.15 L72 113.15 L72
46.91 Z" class="st8"/>
</g>
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by Microsoft Visio, SVG Export Plotter.svg Page-1 -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:v="http://schemas.microsoft.com/visio/2003/SVGExtensions/" width="1.02083in" height="1.46042in"
viewBox="0 0 73.5 105.15" xml:space="preserve" color-interpolation-filters="sRGB" class="st10">
<v:documentProperties v:langID="1033" v:viewMarkup="false"/>
<style type="text/css">
<![CDATA[
.st1 {fill:#ff00ff;fill-opacity:0}
.st2 {stroke:#373773;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0;stroke-width:0.72}
.st3 {fill:url(#grad0-8);stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
.st4 {fill:url(#grad12-15);stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
.st5 {fill:url(#grad11-21);stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
.st6 {fill:#ffffff;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
.st7 {fill:url(#grad3-50);stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
.st8 {fill:#666666;fill-opacity:0.45;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
.st9 {stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}
.st10 {fill:none;fill-rule:evenodd;font-size:12px;overflow:visible;stroke-linecap:square;stroke-miterlimit:3}
]]>
</style>
<defs id="Patterns_And_Gradients">
<linearGradient id="grad0-8" x1="0" y1="0" x2="1" y2="0" gradientTransform="rotate(270 0.5 0.5)">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#dddddd" stop-opacity="1"/>
</linearGradient>
<pattern id="grad12-15" x="0" y="0" width="1" height="1" patternContentUnits="objectBoundingBox">
<path d="M 0 0 L 0 1 L 1 1 z" style="fill:url(#grad0-16)"/>
<path d="M 0 0 L 1 0 L 1 1 z" style="fill:url(#grad0-17)"/>
</pattern>
<linearGradient id="grad0-16" x1="0" y1="0" x2="1" y2="0" gradientTransform="rotate(90 0.5 0.5)">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#969696" stop-opacity="1"/>
</linearGradient>
<linearGradient id="grad0-17" x1="0" y1="0" x2="1" y2="0" gradientTransform="rotate(360 0.5 0.5)">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#969696" stop-opacity="1"/>
</linearGradient>
<pattern id="grad11-21" x="0" y="0" width="1" height="1" patternContentUnits="objectBoundingBox">
<path d="M 0 1 L 0 0 L 1 0 z" style="fill:url(#grad0-22)"/>
<path d="M 0 1 L 1 1 L 1 0 z" style="fill:url(#grad0-23)"/>
</pattern>
<linearGradient id="grad0-22" x1="0" y1="0" x2="1" y2="0" gradientTransform="rotate(180 0.5 0.5)">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#c0c0c0" stop-opacity="1"/>
</linearGradient>
<linearGradient id="grad0-23" x1="0" y1="0" x2="1" y2="0" gradientTransform="rotate(90 0.5 0.5)">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#c0c0c0" stop-opacity="1"/>
</linearGradient>
<radialGradient id="grad3-50" cx="0.5" cy="0.5" r="0.73">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#808080" stop-opacity="1"/>
</radialGradient>
</defs>
<g v:mID="0" v:index="1" v:groupContext="foregroundPage">
<title>Page-1</title>
<v:pageProperties v:drawingScale="1" v:pageScale="1" v:drawingUnits="19" v:shadowOffsetX="9" v:shadowOffsetY="-9"/>
<g id="group30-1" transform="translate(0.75,-14.4)" v:mID="30" v:groupContext="group">
<v:custProps>
<v:cp v:nameU="ShapeClass" v:lbl="ShapeClass" v:type="0" v:invis="true" v:ask="false" v:langID="1033"
v:val="VT4(Equipment)"/>
<v:cp v:nameU="ShapeType" v:lbl="ShapeType" v:type="0" v:invis="true" v:ask="false" v:langID="1033"
v:val="VT4(OutputDevice)"/>
<v:cp v:nameU="SubShapeType" v:lbl="SubShapeType" v:type="0" v:invis="true" v:ask="false" v:langID="1033"
v:val="VT4(Plotter)"/>
<v:cp v:nameU="Manufacturer" v:lbl="Manufacturer" v:type="0" v:sortKey="Equipment" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="ProductNumber" v:lbl="Product Number" v:type="0" v:sortKey="Equipment" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="PartNumber" v:lbl="Part Number" v:type="0" v:sortKey="Equipment" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="ProductDescription" v:lbl="Product Description" v:type="0" v:sortKey="Equipment" v:invis="false"
v:ask="false" v:langID="1033"/>
<v:cp v:nameU="AssetNumber" v:lbl="Asset Number" v:type="0" v:sortKey="Asset" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="SerialNumber" v:lbl="Serial Number" v:type="0" v:sortKey="Asset" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="Location" v:lbl="Location" v:type="0" v:sortKey="Asset" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="Building" v:lbl="Building" v:type="0" v:sortKey="Asset" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="Room" v:lbl="Room" v:type="0" v:sortKey="Asset" v:invis="false" v:ask="false" v:langID="1033"/>
<v:cp v:nameU="NetworkName" v:lbl="Network Name" v:type="0" v:sortKey="Network" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="IPAddress" v:lbl="IP Address" v:type="0" v:sortKey="Network" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="SubnetMask" v:lbl="Subnet Mask" v:type="0" v:sortKey="Network" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="AdminInterface" v:lbl="Administrative Interface" v:type="0" v:sortKey="Network" v:invis="false"
v:ask="false" v:langID="1033"/>
<v:cp v:nameU="NumberofPorts" v:lbl="Number of Ports" v:type="0" v:sortKey="Network" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="MACAddress" v:lbl="MAC Address" v:type="0" v:sortKey="Network" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="CommunityString" v:lbl="Community String" v:type="0" v:sortKey="Network" v:invis="false"
v:ask="false" v:langID="1033"/>
<v:cp v:nameU="NetworkDescription" v:lbl="Network Description" v:type="0" v:sortKey="Network" v:invis="false"
v:ask="false" v:langID="1033"/>
</v:custProps>
<v:userDefs>
<v:ud v:nameU="HasText" v:val="VT0(0):5"/>
<v:ud v:nameU="ShapeClass" v:val="VT0(5):26"/>
<v:ud v:nameU="ShapeType" v:val="VT0(16):26"/>
<v:ud v:nameU="SubShapeType" v:val="VT0(51):26"/>
<v:ud v:nameU="SolSH" v:val="VT15({BF0433D9-CD73-4EB5-8390-8653BE590246}):41"/>
<v:ud v:nameU="visLegendShape" v:val="VT0(2):26"/>
<v:ud v:nameU="visVersion" v:prompt="" v:val="VT0(15):26"/>
</v:userDefs>
<title>Plotter</title>
<g id="shape31-2" v:mID="31" v:groupContext="shape">
<title>Sheet.31</title>
<path d="M3.46 76.05 L11.51 71.23 L12.39 70.7 A4.40765 3.99574 89.45 0 1 11.52 71.25 L36.86 86.55 A3.79824 3.45075
-97.18 0 0 38.3 83.25 L38.3 67.05 A10.112 9.16706 89.28 0 1 38.51 65.07 L40.32 66.15 L40.32 74.85 L51.84
81.75 L54.14 80.38 L54.14 96.45 L54.26 96.52 L48.38 100.05 L48.38 103.05 L51.84 105.15 L66.82 96.15
L66.82 93.15 L61.92 96.15 L66.82 93.15 L63.36 91.05 L61.92 91.92 L61.92 75.75 L57.6 78.45 L57.48 78.39
L61.92 75.75 L72 69.75 L72 46.35 L60.48 39.21 L51.26 44.84 L27.07 30.29 L27.07 19.35 L20.16 15.15 L0
27.15 L0 50.55 L6.91 54.75 L6.91 66.75 L0 70.95 L0 73.95 L3.46 76.05 ZM10.51 52.71 L10.51 52.61 L14.1
50.47 L10.49 52.72 L10.51 52.71 Z" class="st1"/>
<path d="M3.46 76.05 L11.51 71.23 L12.39 70.7 A4.40765 3.99574 89.45 0 1 11.52 71.25 L36.86 86.55 A3.79824 3.45075
-97.18 0 0 38.3 83.25 L38.3 67.05 A10.112 9.16706 89.28 0 1 38.51 65.07 L40.32 66.15 L40.32 74.85 L51.84
81.75 L54.14 80.38 L54.14 96.45 L54.26 96.52 L48.38 100.05 L48.38 103.05 L51.84 105.15 L66.82 96.15
L66.82 93.15 L61.92 96.15 L66.82 93.15 L63.36 91.05 L61.92 91.92 L61.92 75.75 L57.6 78.45 L57.48 78.39
L61.92 75.75 L72 69.75 L72 46.35 L60.48 39.21 L51.26 44.84 L27.07 30.29 L27.07 19.35 L20.16 15.15 L0
27.15 L0 50.55 L6.91 54.75 L6.91 66.75 L0 70.95 L0 73.95 L3.46 76.05M10.51 52.71 L10.51 52.61 L14.1
50.47 L10.49 52.72" class="st2"/>
</g>
<g id="shape32-5" v:mID="32" v:groupContext="shape" transform="translate(0,-73.8)">
<title>Sheet.32</title>
<path d="M6.91 105.15 L27.07 93.15 L20.16 88.95 L0 100.95 L6.91 105.15 Z" class="st3"/>
</g>
<g id="shape33-9" v:mID="33" v:groupContext="shape" transform="translate(0,-32.1)">
<title>Sheet.33</title>
<v:textBlock v:margins="rect(0,0,0,0)"/>
<path d="M0 103.05 L3.46 105.15 L10.37 100.95 L6.91 98.85 L0 103.05 Z" class="st3"/>
</g>
<g id="shape34-12" v:mID="34" v:groupContext="shape" transform="translate(3.456,-29.1)">
<title>Sheet.34</title>
<path d="M6.91 97.95 L0 102.15 L0 105.15 L11.52 98.25 L11.52 79.05 L7.04 81.82 L6.91 97.95 Z" class="st4"/>
</g>
<g id="shape35-18" v:mID="35" v:groupContext="shape" transform="translate(6.912,-36.3)">
<title>Sheet.35</title>
<path d="M0 103.05 L3.46 105.15 L3.6 88.8 L0 91.05 L0 103.05 Z" class="st5"/>
</g>
<g id="shape36-24" v:mID="36" v:groupContext="shape" transform="translate(6.912,-50.4)">
<title>Sheet.36</title>
<path d="M0 105.15 L20.16 93.15 L20.16 69.75 L0 81.75 L0 105.15 Z" class="st4"/>
</g>
<g id="shape37-27" v:mID="37" v:groupContext="shape" transform="translate(15.84,-55.2)">
<title>Sheet.37</title>
<path d="M0 86.85 L30.24 105.15 L35.42 100.05 L6.77 82.8 L0 86.85 Z" class="st3"/>
</g>
<g id="shape38-30" v:mID="38" v:groupContext="shape" transform="translate(14.688,-52.2)">
<title>Sheet.38</title>
<path d="M0 86.55 L30.82 105.15 L31.39 102.15 L1.15 83.85 L0 86.55 Z" class="st5"/>
</g>
<g id="shape39-33" v:mID="39" v:groupContext="shape" transform="translate(46.7248,-50.6411)">
<title>Sheet.39</title>
<path d="M0 98.25 L11.52 105.15 L25.28 96.99 L13.76 89.85 L0 98.25 Z" class="st3"/>
</g>
<g id="shape40-36" v:mID="40" v:groupContext="shape" transform="translate(48.384,-3)">
<title>Sheet.40</title>
<v:textBlock v:margins="rect(0,0,0,0)"/>
<path d="M0 103.05 L3.46 105.15 L18.43 96.15 L14.98 94.05 L0 103.05 Z" class="st3"/>
</g>
<g id="shape41-39" v:mID="41" v:groupContext="shape" transform="translate(0,-50.4)">
<title>Sheet.41</title>
<path d="M0 100.95 L6.91 105.15 L6.91 81.75 L0 77.55 L0 100.95 Z" class="st5"/>
</g>
<g id="shape42-42" v:mID="42" v:groupContext="shape" transform="translate(11.232,-39)">
<title>Sheet.42</title>
<path d="M0 87.75 L29.09 105.15 L30.24 99.45 L0 81.15 L0 87.75 Z" class="st5"/>
</g>
<g id="shape43-45" v:mID="43" v:groupContext="shape" transform="translate(11.52,-18.6)">
<title>Sheet.43</title>
<path d="M2.45 85.65 A4.40765 3.99574 89.45 0 1 -0 89.85 L25.34 105.15 A3.79824 3.45075 -97.18 0 0 26.78 101.85 L26.78
85.65 A10.112 9.16706 89.28 0 1 29.38 78.75 L4.61 63.75 A8.54775 7.74922 -91.07 0 0 2.59 69.75 L2.45
85.65 Z" class="st6"/>
</g>
<g id="shape44-47" v:mID="44" v:groupContext="shape" transform="translate(11.232,-44.7)">
<title>Sheet.44</title>
<path d="M0 86.85 L30.24 105.15 L34.27 97.65 L3.46 79.05 L0 86.85 Z" class="st7"/>
</g>
<g id="shape45-51" v:mID="45" v:groupContext="shape" transform="translate(51.84,4.54747E-13)">
<title>Sheet.45</title>
<path d="M5.76 98.55 L0 102.15 L0 105.15 L14.98 96.15 L14.98 93.15 L10.08 96.15 L10.08 75.75 L5.76 78.45 L5.76 98.55
Z" class="st4"/>
</g>
<g id="shape46-54" v:mID="46" v:groupContext="shape" transform="translate(48.384,5.68434E-14)">
<title>Sheet.46</title>
<path d="M0 103.05 L3.46 105.15 L3.46 102.15 L0 100.05 L0 103.05 Z" class="st5"/>
</g>
<g id="shape47-57" v:mID="47" v:groupContext="shape" transform="translate(54.144,-6.6)">
<title>Sheet.47</title>
<path d="M0 103.05 L3.46 105.15 L3.46 85.05 L0 83.25 L0 103.05 Z" class="st5"/>
</g>
<g id="shape48-60" v:mID="48" v:groupContext="shape" transform="translate(51.84,-23.4)">
<title>Sheet.48</title>
<path d="M0 105.15 L20.16 93.15 L20.16 69.75 L6.4 77.91 L0 92.55 L0 105.15 Z" class="st4"/>
</g>
<g id="shape49-63" v:mID="49" v:groupContext="shape" transform="translate(40.32,-36)">
<title>Sheet.49</title>
<path d="M0 98.25 L11.52 105.15 L17.92 90.51 L6.4 83.61 L0 98.25 Z" class="st5"/>
</g>
<g id="shape50-66" v:mID="50" v:groupContext="shape" transform="translate(43.776,-40.5)">
<title>Sheet.50</title>
<path d="M0 100.65 L7.49 105.15 L10.94 97.05 L3.64 92.54 L0 100.65 Z" class="st8"/>
</g>
<g id="shape51-68" v:mID="51" v:groupContext="shape" transform="translate(40.32,-23.4)">
<title>Sheet.51</title>
<path d="M0 98.25 L11.52 105.15 L11.52 92.55 L0 85.65 L0 98.25 Z" class="st5"/>
</g>
<g id="shape52-71" v:mID="52" v:groupContext="shape" transform="translate(0,-29.1)">
<title>Sheet.52</title>
<path d="M0 103.05 L3.46 105.15 L3.46 102.15 L0 100.05 L0 103.05 Z" class="st5"/>
</g>
<g id="shape53-74" v:mID="53" v:groupContext="shape">
<title>Sheet.53</title>
<path d="M0 27.15 L0 50.55 L6.91 54.75 L6.91 66.75 L0 70.95 L0 73.95 L3.46 76.05 L11.52 71.25 L36.86 86.55 A4.09889
3.72739 -98.6 0 0 38.3 83.25 L38.3 67.05 L38.59 64.8 L40.32 66.15 L40.32 74.85 L51.84 81.75 L54.14 80.55
L54.14 96.45 L48.38 100.05 L48.38 103.05 L51.84 105.15 L66.82 96.15 L66.82 93.15 L63.36 91.05 L61.92
91.95 L61.92 75.75 L72 69.75 L72 46.35 L60.48 39.21 L51.26 44.85 L27.07 30.29 L27.07 19.35 L20.16 15.15
L0 27.15" class="st9"/>
</g>
</g>
</g>
</svg>
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="21cm" height="29.7cm" viewBox="0 0 2098 2969.3" version="1.1">
<style type="text/css">
path:hover {
fill: orange;
stroke-width: 10;
stroke: gold;
transition: all .2s ease-in-out;
transform: scale(1.0);
}
path
{
transform: scale(1.0);
}
</style>
<title>tempSvg</title>
<rect x="0" y="0" width="2098.04" height="2969.26" fill="#FFFFFF" fill-opacity="0" stroke="none" />
<g id="FM_OBJEKT_RAUM" stroke-width="0.1">
<path data-handle="25401" d="M282.53 471.08L282.53 477.37L280.43 477.37L280.44 275.3L282.53 275.3L303.51 275.3L303.51 287.88L282.53 287.88L282.53 275.3L280.44 275.3L280.44 79.51L282.53 79.51L303.51 79.51L303.51 92.1L282.53 92.1L282.53 79.51L280.44 79.51L280.44 62.03L699.98 62.03L699.97 79.51L693.68 79.51L693.68 100.49L693.68 463.39L685.99 463.39L685.99 477.37L303.51 477.37L303.51 471.08L282.53 471.08L282.53 477.37L280.43 477.37L282.53 477.37 z" fill="#001400" stroke="#000000" />
<path data-handle="25376" d="M280.43 477.37L282.53 477.37L282.53 483.67L303.51 483.67L303.51 477.37L685.99 477.37L685.99 491.36L697.11 491.36L697.11 854.96L685.99 854.96L685.99 868.94L303.51 868.94L303.51 862.65L282.53 862.65L282.53 868.94L280.43 868.94L280.43 679.45L282.53 679.45L282.53 666.86L303.51 666.86L303.51 679.45L282.53 679.45L280.43 679.45 z" fill="#003900" stroke="#000000" />
<path data-handle="25359" d="M685.99 868.94L685.99 882.93L697.11 882.93L697.11 1064.83L303.51 1064.72L303.51 1058.43L282.53 1058.43L282.53 1064.72L280.43 1064.72L280.43 868.94L282.53 868.94L282.53 875.23L303.51 875.23L303.51 868.94 z" fill="#005E00" stroke="#000000" />
<path data-handle="25322" d="M280.43 1064.72L282.53 1064.73L282.53 1071.02L303.51 1071.02L303.51 1064.73L693.68 1064.83L693.68 1246.52L686.01 1246.52L686.01 1274.49L693.68 1274.49L693.68 1450L693.68 1470.98L693.68 1480.07L510.48 1480.07L510.48 1470.98L510.48 1450L497.9 1450L497.9 1470.98L510.48 1470.98L510.48 1480.07L280.44 1480.07L280.44 1462.59L282.53 1462.59L303.51 1462.59L303.51 1450L282.53 1450L282.53 1462.59L280.44 1462.59L280.44 1266.8L282.53 1266.8L282.53 1254.22L303.51 1254.22L303.51 1266.8L282.53 1266.8L280.44 1266.8 z" fill="#008300" stroke="#000000" />
<path data-handle="25283" d="M866.39 1462.59L1287.33 1462.59L1287.33 1638.09L1273.34 1638.09L1273.34 1666.06L1287.33 1666.06L1287.33 2028.96L1281.03 2028.96L1281.03 2049.94L1287.33 2049.94L1287.33 2067.42L867.79 2067.42L867.79 2049.94L869.89 2049.94L869.89 2037.35L890.87 2037.35L890.87 2049.94L869.89 2049.94L867.79 2049.94L867.79 1854.15L869.89 1854.15L869.89 1841.57L890.86 1841.57L890.86 1854.15L869.89 1854.15L867.79 1854.15L867.79 1658.37L869.89 1658.37L869.89 1645.78L890.86 1645.78L890.86 1658.37L869.89 1658.37L867.79 1658.37L867.79 1480.06L860.1 1480.06L860.1 1470.98L866.39 1470.98 z" fill="#00A800" stroke="#000000" />
<path data-handle="25274" d="M880.37 747.27L924.43 747.27L985.96 747.27L1041.2 747.27L1041.2 560.23L880.37 560.23 z" fill="#00CD00" stroke="#000000" />
<path data-handle="25268" d="M1062.17 747.27L1191.53 747.27L1191.53 649.38L1062.17 649.38 z" fill="#00F200" stroke="#000000" />
<path data-handle="25260" d="M1062.17 485.06L1062.17 600.44L1184.89 600.44L1184.89 584.08L1191.53 584.08L1191.53 485.06 z" fill="#001800" stroke="#000000" />
<path data-handle="25219" d="M1483.11 649.38L1672.6 649.38L1672.6 658.47L1685.19 658.47L1685.19 679.45L1672.6 679.45L1672.6 658.47L1672.6 649.38L1902.65 649.38L1902.65 666.86L1900.55 666.86L1879.57 666.86L1879.57 679.45L1900.55 679.45L1900.55 666.86L1902.65 666.86L1902.65 862.65L1900.55 862.65L1900.55 875.23L1879.57 875.23L1879.57 862.65L1900.55 862.65L1902.65 862.65L1902.65 1058.43L1902.65 1064.72L1900.55 1064.72L1900.55 1058.43L1879.57 1058.43L1879.57 1064.72L1485.98 1064.72L1485.98 882.93L1497.09 882.93L1497.09 854.96L1485.98 854.96L1485.98 679.45L1489.4 679.45L1489.4 658.47L1483.11 658.47 z" fill="#003D00" stroke="#000000" />
<path data-handle="25193" d="M1485.98 1246.52L1497.09 1246.52L1497.09 1274.49L1485.98 1274.49L1485.98 1457.34L1879.57 1457.34L1879.57 1450L1900.55 1450L1900.55 1456.29L1902.65 1456.29L1902.65 1266.8L1900.55 1266.8L1879.57 1266.8L1879.57 1254.22L1900.55 1254.22L1900.55 1266.8L1902.65 1266.8L1902.65 1064.72L1900.55 1064.73L1900.55 1071.02L1879.57 1071.02L1879.57 1064.73L1485.98 1064.73 z" fill="#006200" stroke="#000000" />
<path data-handle="25151" d="M1489.4 2028.96L1489.4 1666.06L1497.09 1666.06L1497.09 1638.09L1489.4 1638.09L1489.4 1459.72L1489.4 1457.34L1879.57 1457.34L1879.57 1462.59L1900.55 1462.59L1900.55 1456.29L1902.65 1456.29L1902.65 1645.78L1900.55 1645.78L1900.55 1658.37L1879.57 1658.37L1879.57 1645.78L1900.55 1645.78L1902.65 1645.78L1902.65 1841.57L1900.55 1841.57L1879.57 1841.57L1879.57 1854.15L1900.55 1854.15L1900.55 1841.57L1902.65 1841.57L1902.65 2037.35L1900.55 2037.35L1900.55 2049.94L1879.57 2049.94L1879.57 2037.35L1900.55 2037.35L1902.65 2037.35L1902.65 2067.42L1493.04 2067.42L1483.11 2067.42L1483.11 2049.94L1489.4 2049.94 z" fill="#008700" stroke="#000000" />
<path data-handle="25140" d="M1190.83 875.93L1302.71 875.93L1302.71 1059.1L1302.71 1120.66L1302.71 1253.52L1211.81 1253.52L1211.81 1120.66L1190.83 1120.66 z" fill="#00AC00" stroke="#000000" />
<path data-handle="25124" d="M890.86 1267.5L908.35 1267.5L985.96 1267.5L1222.3 1267.5L1222.3 1352.11L1138.39 1352.11L988.41 1352.11L988.41 1365.39L1138.39 1365.39L1138.3 1352.11L1222.3 1352.11L1222.3 1450L890.87 1450L890.86 1267.5 z" fill="#00D100" stroke="#000000" />
<path data-handle="25094" d="M895.76 79.51L895.76 62.03L1315.3 62.03L1315.3 79.51L1313.19 79.51L1313.19 92.1L1292.22 92.1L1292.22 79.51L1313.19 79.51L1315.3 79.51L1315.3 275.3L1313.19 275.3L1313.19 287.88L1292.22 287.88L1292.22 275.3L1313.19 275.3L1315.3 275.3L1315.3 477.37L1313.19 477.37L1313.19 471.08L1292.22 471.08L1292.22 477.37L1202.02 477.37L1202.02 471.08L902.05 471.08L902.05 100.49L902.05 79.51 z" fill="#00F600" stroke="#000000" />
<path data-handle="25088" d="M880.37 534.01L880.37 485.06L1053.43 485.06L1053.43 534.01 z" fill="#001C00" stroke="#000000" />
<path data-handle="25082" d="M1141.89 875.93L1176.85 875.93L1176.85 994.8L1141.89 994.8 z" fill="#004100" stroke="#000000" />
<path data-handle="25076" d="M1141.89 1005.29L1176.85 1005.29L1176.85 1124.16L1141.89 1124.16 z" fill="#006600" stroke="#000000" />
<path data-handle="25070" d="M1236.28 1267.5L1304.81 1267.5L1304.81 1450L1236.28 1450 z" fill="#008B00" stroke="#000000" />
<path data-handle="25044" d="M1287.33 1462.59L1316.69 1462.59L1317.39 1462.59L1346.06 1462.59L1346.06 1457.34L1489.4 1457.34L1489.4 1638.09L1469.12 1638.09L1469.12 1666.06L1489.4 1666.06L1489.4 2028.96L1476.81 2028.96L1476.81 2049.94L1483.11 2049.94L1483.11 2067.42L1287.33 2067.42L1287.33 2049.94L1293.62 2049.94L1293.62 2028.96L1287.33 2028.96L1287.33 1666.06L1301.31 1666.06L1301.31 1638.09L1287.33 1638.09 z" fill="#00B000" stroke="#000000" />
<path data-handle="25030" d="M880.37 542.75L1062.17 542.75L1062.17 600.44L1184.89 600.44L1184.89 584.35L1191.53 584.35L1191.53 649.38L1062.17 649.38L1062.17 747.27L1041.2 747.27L1041.2 560.23L880.37 560.23 z" fill="#00D500" stroke="#000000" />
<path data-handle="25016" d="M812.57 1259.29L876.88 1259.29L876.88 1257.01L908.35 1257.01L985.96 1257.01L1002.04 1257.01L1002.04 1253.52L1016.03 1253.52L1016.03 875.93L1002.04 875.93L1002.04 864.22L844.91 864.22 z" fill="#00FA00" stroke="#000000" />
<path data-handle="24907" d="M866.39 481.57L837.02 481.57L837.02 471.08L866.39 471.08L902.05 471.08L902.05 100.49L889.46 100.49L889.46 79.51L895.76 79.51L895.76 62.03L699.97 62.03L699.97 79.51L699.98 62.03L706.27 79.51L706.27 100.49L693.68 100.49L693.68 463.39L713.96 463.39L713.96 476.32L713.96 491.36L697.11 491.36L697.11 854.96L713.96 854.96L713.96 882.93L697.11 882.93L697.11 1064.83L693.68 1064.83L693.68 1246.52L713.98 1246.52L713.98 1274.49L693.68 1274.49L693.68 1450L706.27 1450L706.27 1470.98L693.68 1470.98L693.68 1480.07L860.1 1480.06L860.1 1470.98L853.8 1470.98L853.8 1450L876.88 1450L876.88 1393.71L876.88 1323.79L876.88 1259.29L813.26 1259.29L812.57 1259.29L811.89 1267.5L801.37 1267.5L834.57 861.95L844.95 861.95L844.91 864.22L1001.34 864.22L1002.04 864.22L1002.04 861.95L1346.06 861.95L1346.06 872.44L1316.69 872.44L1316.69 1059.1L1316.69 1120.66L1316.69 1452.1L1317.39 1452.1L1346.06 1452.1L1346.06 1457.34L1485.98 1457.34L1485.98 1274.49L1469.12 1274.49L1469.12 1246.52L1485.98 1246.52L1485.98 882.93L1469.12 882.93L1469.12 854.96L1485.98 854.96L1485.98 679.45L1476.81 679.45L1476.81 658.47L1483.11 658.47L1483.11 649.38L1315.3 649.38L1304.81 658.47L1304.81 679.45L1292.22 679.45L1292.22 658.47L1304.81 658.47L1315.3 649.38L1315.3 477.37L1313.19 477.37L1313.19 483.67L1292.22 483.67L1292.22 477.37L1202.02 477.37L1202.02 510.94L1202.02 572.47L1202.02 586.45L1203.44 586.45L1203.44 640.99L1202.02 640.99L1202.02 759.86L1181.04 759.86L1119.51 759.86L985.96 759.86L924.43 759.86L837.02 759.86L837.02 749.37L866.39 749.37 z" fill="#002000" stroke="#000000" />
</g>
</svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-bo" viewBox="0 0 640 480">
<path fill="#007934" d="M0 0h640v480H0z"/>
<path fill="#ffe000" d="M0 0h640v320H0z"/>
<path fill="#d52b1e" d="M0 0h640v160H0z"/>
<path fill="#a05a2c" stroke="#000" stroke-width=".1" d="M368.6 210.7l-98 97.9a91.8 91.8 0 0 0-1.3-1l98-97.8a6.3 6.3 0 0 1 1.3 1z"/>
<path fill="#e7e7e7" stroke="#000" stroke-width=".1" d="M374.7 204.5c-.4.7-1.4 2.5-1 3.8l-2-1.5c.5 1 .4 1.4-.1 1.8-.3.4-1.4.3-2.1.2.7.4 1.5.8 2.4 1h2c-.7.3-2.2.8-3.3 1-.5.1-1.6.2-2 0-.6.5-1.9-.4-1.3-1-.3-.3-.3-.8-.4-1.4 0-.7.1-1.9.7-3l.5 1.7c.2.5.7 1 1.1 1.4-.2-.5-.4-1.2.1-1.8.5-.5 1.3-.5 2-.2l-1.9-1.3c.8 0 3.3-1 4.1-1.5a62.3 62.3 0 0 0 4.9-3.8 57 57 0 0 0-3.7 4.6z"/>
<path fill="#a05a2c" stroke="#000" stroke-width=".1" d="M387 222.8l-125.7 70.9a85 85 0 0 0-.9-1.2l125.7-71a5.6 5.6 0 0 1 1 1.3z"/>
<path fill="#e7e7e7" stroke="#000" stroke-width=".1" d="M394.9 218.3c-.6.6-2.2 2-2.2 3.4l-1.4-2c.2 1-.1 1.5-.7 1.7-.4.4-1.4 0-2-.3a5.1 5.1 0 0 0 2 1.5l1.7.6c-.6.1-2.3.3-3.4.2-.5 0-1.5-.2-1.9-.6-.7.4-1.6-.8-1-1.2 0-.4 0-.8.2-1.4.2-.7.7-1.8 1.6-2.8a7.8 7.8 0 0 0 0 1.8c0 .5.3 1 .5 1.6 0-.5 0-1.3.7-1.7.7-.4 1.4-.2 2 .3l-1.4-1.7c.8.1 3.5-.2 4.4-.5 1-.2 4.1-1.6 6-2.5-1.7 1-4.6 3-5.1 3.6z"/>
<path fill="#a05a2c" stroke="#000" stroke-width=".1" d="M376.3 217.5l-113 85.2-1-1.1 112.9-85.2a6 6 0 0 1 1.1 1z"/>
<path fill="#e7e7e7" stroke="#000" stroke-width=".1" d="M383.4 212.1c-.5.6-1.8 2.3-1.6 3.6L380 214c.3 1 .1 1.5-.4 1.7-.4.4-1.5.2-2.1 0 .6.5 1.3 1 2.2 1.2l1.9.3c-.7.3-2.3.6-3.4.6-.5 0-1.6 0-2-.3-.6.5-1.7-.6-1.1-1.1-.2-.3-.1-.8-.1-1.4a6 6 0 0 1 1.1-3 7.8 7.8 0 0 0 .2 1.8c.2.6.5 1 .9 1.6-.2-.5-.2-1.3.4-1.8.6-.4 1.3-.3 2 0l-1.6-1.5c.7 0 3.3-.6 4.2-1 1-.4 3.8-2 5.5-3.1-1.4 1.2-4 3.5-4.4 4z"/>
<path fill="#a05a2c" stroke="#000" stroke-width=".1" d="M271.4 210.7l98 97.9 1.3-1-98-97.8a6.3 6.3 0 0 0-1.3 1z"/>
<path fill="#e7e7e7" stroke="#000" stroke-width=".1" d="M265.3 204.5c.4.7 1.4 2.5 1 3.8l2-1.5c-.5 1-.4 1.4.1 1.8.3.4 1.4.3 2.1.2-.7.4-1.5.8-2.4 1h-2c.7.3 2.2.8 3.3 1 .5.1 1.6.2 2 0 .6.5 1.9-.4 1.3-1 .3-.3.3-.8.4-1.4 0-.7-.1-1.9-.7-3a8 8 0 0 1-.5 1.7c-.2.5-.7 1-1.1 1.4.2-.5.4-1.2-.1-1.8-.5-.5-1.3-.5-2-.2l1.9-1.3c-.8 0-3.3-1-4.1-1.5a62.3 62.3 0 0 1-4.9-3.8 57 57 0 0 1 3.7 4.6z"/>
<path fill="#a05a2c" stroke="#000" stroke-width=".1" d="M253 222.8l125.7 70.9c.2-.3.6-1 .9-1.2l-125.7-71a5.6 5.6 0 0 0-1 1.3z"/>
<path fill="#e7e7e7" stroke="#000" stroke-width=".1" d="M245.1 218.3c.6.6 2.2 2 2.2 3.4l1.4-2c-.2 1 .1 1.5.7 1.7.4.4 1.4 0 2-.3a5.1 5.1 0 0 1-2 1.5l-1.8.6c.7.1 2.3.3 3.4.2.6 0 1.6-.2 2-.6.7.4 1.6-.8 1-1.2 0-.4 0-.8-.2-1.4a6.3 6.3 0 0 0-1.6-2.8v1.8c0 .5-.3 1-.5 1.6 0-.5 0-1.3-.7-1.7-.7-.4-1.4-.2-2 .3l1.4-1.7a17 17 0 0 1-4.4-.5 70.5 70.5 0 0 1-6-2.5c1.7 1 4.6 3 5.1 3.6z"/>
<path fill="#a05a2c" stroke="#000" stroke-width=".1" d="M263.7 217.5l113 85.2 1-1.1-112.9-85.2a6 6 0 0 0-1.1 1z"/>
<path fill="#e7e7e7" stroke="#000" stroke-width=".1" d="M256.6 212.1c.5.6 1.8 2.3 1.6 3.6l1.7-1.7c-.3 1-.1 1.5.4 1.7.4.4 1.5.2 2.1 0a5.4 5.4 0 0 1-2.2 1.2l-1.9.3c.7.3 2.3.6 3.4.6.5 0 1.6 0 2-.3.6.5 1.7-.6 1.1-1.1.2-.3.1-.8.1-1.4a6 6 0 0 0-1.1-3 7.8 7.8 0 0 1-.2 1.8c-.2.6-.5 1-.9 1.6.2-.5.2-1.3-.4-1.8-.6-.4-1.3-.3-2 0l1.6-1.5a15 15 0 0 1-4.2-1c-1-.4-3.8-2-5.5-3.1 1.4 1.2 4 3.5 4.4 4z"/>
<path fill="#00e519" stroke="#000" stroke-width=".1" d="M300.1 283.4c4-2.6 15.1-4 16.7-3.6-8 6-16 6.3-16.7 3.7z"/>
<path fill="#ffe533" stroke="#000" stroke-width=".1" d="M300.2 283.5c.7 2.6 8.7 2.4 16.6-3.6a69 69 0 0 1-16.6 3.6z"/>
<path fill="none" stroke="#000" stroke-linecap="round" stroke-width=".1" d="M300.2 283.5c.7 2.6 8.7 2.4 16.6-3.6a69 69 0 0 1-16.6 3.6z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M300.1 283.4a40.6 40.6 0 0 1 16.7-3.6c-8 6-16 6.3-16.7 3.6z"/>
<path fill="#a05a2c" stroke="#000" stroke-width=".1" d="M347.6 220.2L322 272.5c-1.3 1-2.3-.3-2.7-.2-1.5 1.7-3.6 2-4 2.5-1.8 2.4-.8 4.3-.7 4.5 1.3 1.8-1.6 3.5-1.5 4-.6 1-2.7.9-3.1 2l-4.8 9.3c-.6.5-3.7 6.1-3.7 6.1-2 0-10.2-5.2-10.4-5.1 4.6-7.3 15.6-18.5 15.3-19.2 3.1-5.2 8-10.9 10.1-10.8 3-1.6 4.5-5.7 4-6.6 2.2 0 3.5-1.4 3.6-1.5l18.8-37.6c1.6-.5 1.4.1 1.9 1 0 0 1-1.2.9-1.3.9-.4 1.8.2 1.8.6z"/>
<path fill="#cce5e5" stroke="#000" stroke-width=".1" d="M348.6 208.8c-.6 1 .2 1 .5 1.1l1 .3c1.3 0 2 .7 2 1l-30 61.3c-1.3 1-2.5-.3-2.9-.1l20.6-41.8 10-18.8-2.8-1.2c-.8-.2-1-.8-.7-1.6l12.6-21.6-10.2 21-.1.4"/>
<path fill="#e7e7e7" stroke="#000" stroke-width=".1" d="M348.6 208.8c-.6 1 .2 1 .5 1.1l1 .3c1.3 0 2 .7 2 1l-30 61.3c-1.3 1-2.5-.3-2.9-.1l20.6-41.8 10-18.8-2.8-1.2c-.8-.2-1-.8-.7-1.6l12.6-21.6-10.2 21-.1.4"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M308.8 272.4c-3 0-4.6 2-2.7 4.7m1.4-2.4c-1 .6-1.7-.3-1.7-.3m15.2-13c-1.5 5.6-4.3 9.3-5 10.4-2 2.2-3.9 7.2-3.5 8.1l-8.1 13.3"/>
<path fill="#cce5e5" stroke="#000" stroke-width=".1" d="M322 272.7c-1.4-.5-5.7-4.5-10-3.8-3.3 3.8-5.3 7.7-5.9 8.2 4 3.3 6.7 5 7.6 5.4.7-.4 1-1.5 1-1.5.9-1-.2-1.7-.2-1.7.2-2.5 2-4.2 3.8-4.3 2.2-.2 1.6-.4 1.9-.4 1-.6 1.8-1.9 1.8-1.9z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M322 272.7c-1.4-.5-5.7-4.5-10-3.8-3.3 3.8-5.3 7.7-5.9 8.2 4 3.3 6.7 5 7.6 5.4.7-.4 1-1.5 1-1.5.9-1-.2-1.7-.2-1.7.2-2.5 2-4.2 3.8-4.3 2.2-.2 1.6-.4 1.9-.4 1-.6 1.8-1.9 1.8-1.9z"/>
<path fill="#cce5e5" stroke="#000" stroke-width=".1" d="M317.6 272.8c-2 0-4 .9-4.8 2.6l4.8-2.6"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M317.6 272.8c-2 0-4 .9-4.8 2.6m-3.5.7c.1.4.7.6 1.1.5.6-.2.8-.7.6-1-.2-.5-.7-.7-1.2-.5-.5.1-.7.6-.5 1zm2.5-3.4c.1.4.7.6 1.2.4.5-.1.7-.6.5-1-.2-.4-.7-.6-1.2-.5-.5.2-.7.7-.5 1z"/>
<path fill="#cce5e5" stroke="#000" stroke-width=".1" d="M345.3 226.1c.8-.2 1.2-1.1.8-2l-4.7-1.7s-.6 0-1 .7c-.5.7.1 1.2.1 1.2l4.8 1.8"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M345.3 226.1c.8-.2 1.2-1.1.8-2l-4.7-1.7s-.6 0-1 .7c-.5.7.1 1.2.1 1.2l4.8 1.8"/>
<path fill="#00e519" stroke="#000" stroke-width=".1" d="M294.5 286c3.9-2.7 15-4.2 16.6-3.8-7.8 6.2-15.8 6.5-16.6 3.9z"/>
<path fill="#ffe533" stroke="#000" stroke-width=".1" d="M294.6 286c.7 2.7 8.7 2.3 16.5-3.8a62.4 62.4 0 0 1-16.5 3.9z"/>
<path fill="none" stroke="#000" stroke-linecap="round" stroke-width=".1" d="M294.6 286c.7 2.7 8.7 2.3 16.5-3.8a62.4 62.4 0 0 1-16.5 3.9z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M294.6 286a40 40 0 0 1 16.6-3.9c-7.9 6.2-16 6.6-16.6 4z"/>
<path fill="#a05a2c" stroke="#000" stroke-width=".1" d="M340.7 222l-24.4 52.8c-1.3 1-2.4-.3-2.7-.2-1.5 1.7-3.6 2.1-4 2.5-1.8 2.5-.7 4.4-.6 4.6 1.3 1.8-1.5 3.5-1.4 4-.6 1-2.7.9-3.1 2.1-.1-.1-4.2 8.4-4.6 9.3-.6.5-3.5 6.2-3.5 6.2-2.1 0-10.3-5-10.5-5 4.4-7.3 15.1-18.7 14.9-19.4 3-5.3 7.7-11 9.9-11 3-1.6 4.3-5.7 3.7-6.6 2.3-.1 3.5-1.5 3.7-1.6l18-37.8c1.6-.6 1.3 0 1.9 1 0 0 1-1.2.9-1.4.9-.4 1.7.2 1.8.6z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M340.7 222l-24.4 52.8c-1.3 1-2.4-.3-2.7-.2-1.5 1.7-3.6 2.1-4 2.5-1.8 2.5-.7 4.4-.6 4.6 1.3 1.8-1.5 3.5-1.4 4-.6 1-2.7.9-3.1 2.1-.1-.1-4.2 8.4-4.6 9.3-.6.5-3.5 6.2-3.5 6.2-2.1 0-10.3-5-10.5-5 4.4-7.3 15.1-18.7 14.9-19.4 3-5.3 7.7-11 9.9-11 3-1.6 4.3-5.7 3.7-6.6 2.3-.1 3.5-1.5 3.7-1.6l18-37.8c1.6-.6 1.3 0 1.9 1 0 0 1-1.2.9-1.4.9-.4 1.7.2 1.8.6z"/>
<path fill="#cce5e5" stroke="#000" stroke-width=".1" d="M341.4 210.6c-.5 1 .3 1 .6 1.2l1 .3c1.3 0 2 .6 2 1l-28.7 61.7c-1.3 1-2.5-.3-2.9 0l19.7-42.2 9.6-19-2.8-1c-.8-.3-1-.8-.7-1.7l12-21.8-9.6 21.1-.2.4"/>
<path fill="#e7e7e7" stroke="#000" stroke-width=".1" d="M341.4 210.6c-.5 1 .3 1 .6 1.2l1 .3c1.3 0 2 .6 2 1l-28.7 61.7c-1.3 1-2.5-.3-2.9 0l19.7-42.2 9.6-19-2.8-1c-.8-.3-1-.8-.7-1.7l12-21.8-9.6 21.1-.2.4"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M303 275c-3-.2-4.6 2-2.6 4.6m1.3-2.4c-1 .6-1.7-.3-1.7-.3m15-13.3c-1.5 5.7-4.2 9.4-4.7 10.6-2.2 2.2-3.9 7.3-3.5 8.1l-7.8 13.4"/>
<path fill="#cce5e5" stroke="#000" stroke-width=".1" d="M316.1 275c-1.3-.5-5.8-4.5-10-3.7-3.3 3.9-5.1 7.8-5.7 8.3a50 50 0 0 0 7.7 5.3c.7-.4 1-1.5 1-1.5.8-1-.2-1.8-.2-1.8 0-2.4 1.8-4.2 3.6-4.3 2.2-.2 1.6-.4 1.9-.4 1-.6 1.7-2 1.7-2z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M316.1 275c-1.3-.5-5.8-4.5-10-3.7-3.3 3.9-5.1 7.8-5.7 8.3a50 50 0 0 0 7.7 5.3c.7-.4 1-1.5 1-1.5.8-1-.2-1.8-.2-1.8 0-2.4 1.8-4.2 3.6-4.3 2.2-.2 1.6-.4 1.9-.4 1-.6 1.7-2 1.7-2z"/>
<path fill="#cce5e5" stroke="#000" stroke-width=".1" d="M311.8 275.1c-2 0-4 1-4.7 2.7l4.7-2.7"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M311.8 275.1c-2 0-4 1-4.7 2.7m-3.6.8c.2.4.7.6 1.2.4.5-.2.7-.6.5-1-.2-.5-.7-.6-1.2-.5-.5.2-.7.6-.5 1zm2.4-3.5c.2.4.8.6 1.3.5.5-.2.7-.7.5-1-.2-.5-.7-.7-1.2-.5-.5.1-.8.6-.6 1z"/>
<path fill="#cce5e5" stroke="#000" stroke-width=".1" d="M338.5 228c.8-.2 1.1-1.1.7-2l-4.7-1.6s-.5 0-1 .7c-.4.7.2 1.2.2 1.2l4.8 1.8"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M338.5 228c.8-.2 1.1-1.1.7-2l-4.7-1.6s-.5 0-1 .7c-.4.7.2 1.2.2 1.2l4.8 1.8"/>
<path fill="#00e519" stroke="#000" stroke-width=".1" d="M340.6 283.3a39 39 0 0 0-16.8-3.7c8 6.1 16.1 6.3 16.8 3.7z"/>
<path fill="#ffe533" stroke="#000" stroke-width=".1" d="M340.6 283.3c-.7 2.7-8.8 2.4-16.8-3.6a63.4 63.4 0 0 0 16.8 3.6z"/>
<path fill="none" stroke="#000" stroke-linecap="round" stroke-width=".1" d="M340.6 283.3c-.7 2.7-8.8 2.4-16.8-3.6a63.4 63.4 0 0 0 16.8 3.6z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M340.6 283.3c-4.2-3-15.8-4-16.9-3.7 8 6 16.2 6.3 16.9 3.6z"/>
<path fill="#a05a2c" stroke="#000" stroke-width=".1" d="M292.7 219.3l25.7 52.9c1.3 1 2.4-.3 2.7-.2 1.6 1.7 3.7 2.1 4.2 2.5 1.8 2.4.8 4.4.7 4.6-1.4 1.8 1.5 3.5 1.4 4.1.6 1 2.7.8 3.2 2l4.8 9.3c.7.5 3.7 6.2 3.7 6.2 2.1 0 10.3-5.3 10.5-5.2-4.6-7.3-15.7-18.7-15.4-19.4-3.1-5.2-8.1-11-10.2-10.9-3-1.6-4.5-5.7-4-6.6-2.3 0-3.6-1.5-3.7-1.6l-19-37.9c-1.6-.5-1.3.1-1.9 1 0 0-1-1.2-.9-1.3-.9-.5-1.8.2-1.8.5z"/>
<path fill="#cce5e5" stroke="#000" stroke-width=".1" d="M291.7 207.8c.5 1-.2 1-.5 1.2l-1.1.3c-1.2 0-1.9.7-1.9 1l30.2 61.9c1.3 1 2.5-.3 3-.1l-20.8-42.3-10-19 2.7-1.1c.8-.2 1-.8.7-1.6l-12.7-21.9 10.2 21.2.2.4"/>
<path fill="#e7e7e7" stroke="#000" stroke-width=".1" d="M291.7 207.8c.5 1-.2 1-.5 1.2l-1.1.3c-1.2 0-1.9.7-1.9 1l30.2 61.9c1.3 1 2.5-.3 3-.1l-20.8-42.3-10-19 2.7-1.1c.8-.2 1-.8.7-1.6l-12.7-21.9 10.2 21.2.2.4"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M331.9 272.1c3 0 4.6 2.1 2.7 4.7m-1.4-2.3c1 .6 1.7-.4 1.7-.4M319.5 261c1.6 5.7 4.4 9.5 5 10.6 2.2 2.2 4 7.3 3.7 8.2l8.1 13.4"/>
<path fill="#cce5e5" stroke="#000" stroke-width=".1" d="M318.6 272.4c1.3-.4 5.7-4.6 10-3.8 3.4 3.8 5.4 7.7 6 8.2-4 3.4-6.7 5-7.7 5.5-.7-.4-1-1.5-1-1.5-.9-1 .2-1.8.2-1.8-.1-2.4-2-4.2-3.8-4.3-2.3-.2-1.6-.4-2-.4-1-.6-1.7-1.9-1.7-1.9z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M318.6 272.4c1.3-.4 5.7-4.6 10-3.8 3.4 3.8 5.4 7.7 6 8.2-4 3.4-6.7 5-7.7 5.5-.7-.4-1-1.5-1-1.5-.9-1 .2-1.8.2-1.8-.1-2.4-2-4.2-3.8-4.3-2.3-.2-1.6-.4-2-.4-1-.6-1.7-1.9-1.7-1.9z"/>
<path fill="#cce5e5" stroke="#000" stroke-width=".1" d="M323 272.5c2 0 4 1 4.8 2.7l-4.8-2.7"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M323 272.5c2 0 4 1 4.8 2.7m3.6.6a1 1 0 0 1-1.2.5.7.7 0 0 1-.5-1c.1-.5.7-.6 1.2-.5.5.2.7.6.5 1zm-2.5-3.4c-.2.4-.8.6-1.3.5-.4-.2-.7-.7-.5-1 .2-.5.7-.7 1.2-.5.5.1.8.6.6 1z"/>
<path fill="#cce5e5" stroke="#000" stroke-width=".1" d="M295 225.4a1.4 1.4 0 0 1-.8-2l4.8-1.8s.5.1 1 .7c.5.7-.2 1.2-.2 1.2l-4.8 1.9"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M295 225.4a1.4 1.4 0 0 1-.8-2l4.8-1.8s.5.1 1 .7c.5.7-.2 1.2-.2 1.2l-4.8 1.9"/>
<path fill="#00e519" stroke="#000" stroke-width=".1" d="M345.6 286a38 38 0 0 0-16.6-3.8c7.9 6.2 15.9 6.5 16.6 3.9z"/>
<path fill="#ffe533" stroke="#000" stroke-width=".1" d="M345.6 286c-.8 2.7-8.7 2.3-16.5-3.8a62.4 62.4 0 0 0 16.5 3.9z"/>
<path fill="none" stroke="#000" stroke-linecap="round" stroke-width=".1" d="M345.6 286c-.8 2.7-8.7 2.3-16.5-3.8a62.4 62.4 0 0 0 16.5 3.9z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M345.6 286a40.1 40.1 0 0 0-16.6-3.9c7.8 6.2 15.9 6.6 16.6 4z"/>
<path fill="#a05a2c" stroke="#000" stroke-width=".1" d="M299.5 222l24.4 52.8c1.3 1 2.3-.3 2.7-.2 1.5 1.7 3.6 2.1 4 2.5 1.7 2.5.7 4.4.6 4.6-1.4 1.7 1.5 3.5 1.4 4 .5 1 2.6.9 3 2.1.2-.1 4.2 8.4 4.7 9.3.6.5 3.5 6.2 3.5 6.2 2 0 10.3-5 10.5-5-4.4-7.4-15.2-18.7-15-19.4-2.9-5.3-7.7-11-9.8-11-3-1.6-4.3-5.7-3.7-6.6-2.3-.1-3.6-1.5-3.7-1.6L304 222c-1.6-.6-1.4 0-2 1 0 0-.9-1.2-.8-1.4-.9-.4-1.8.2-1.8.6z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M299.5 222l24.4 52.8c1.3 1 2.3-.3 2.7-.2 1.5 1.7 3.6 2.1 4 2.5 1.7 2.5.7 4.4.6 4.6-1.4 1.7 1.5 3.5 1.4 4 .5 1 2.6.9 3 2.1.2-.1 4.2 8.4 4.7 9.3.6.5 3.5 6.2 3.5 6.2 2 0 10.3-5 10.5-5-4.4-7.4-15.2-18.7-15-19.4-2.9-5.3-7.7-11-9.8-11-3-1.6-4.3-5.7-3.7-6.6-2.3-.1-3.6-1.5-3.7-1.6L304 222c-1.6-.6-1.4 0-2 1 0 0-.9-1.2-.8-1.4-.9-.4-1.8.2-1.8.6z"/>
<path fill="#cce5e5" stroke="#000" stroke-width=".1" d="M298.8 210.6c.4 1-.3 1-.6 1.2l-1 .3c-1.3 0-2 .6-2 1l28.7 61.7c1.3 1 2.5-.3 2.9 0L307 232.5l-9.6-19 2.7-1c.9-.3 1.2-.8.8-1.7L288.8 189l9.7 21.1.2.4"/>
<path fill="#e7e7e7" stroke="#000" stroke-width=".1" d="M298.8 210.6c.4 1-.3 1-.6 1.2l-1 .3c-1.3 0-2 .6-2 1l28.7 61.7c1.3 1 2.5-.3 2.9 0L307 232.5l-9.6-19 2.7-1c.9-.3 1.2-.8.8-1.7L288.8 189l9.7 21.1.2.4"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M337.2 275c3-.2 4.5 2 2.6 4.6m-1.4-2.4c1 .6 1.8-.3 1.8-.3m-15-13.3c1.4 5.7 4.2 9.4 4.7 10.6 2.1 2.2 3.8 7.3 3.5 8.1l7.8 13.4"/>
<path fill="#cce5e5" stroke="#000" stroke-width=".1" d="M324 275c1.4-.5 5.8-4.5 10.1-3.7 3.2 3.9 5.1 7.8 5.7 8.3a54.1 54.1 0 0 1-7.8 5.3c-.6-.4-1-1.5-1-1.5-.7-1 .3-1.8.3-1.8 0-2.4-1.8-4.2-3.6-4.3-2.3-.2-1.6-.4-2-.4-1-.6-1.7-2-1.7-2z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M324 275c1.4-.5 5.8-4.5 10.1-3.7 3.2 3.9 5.1 7.8 5.7 8.3a54.1 54.1 0 0 1-7.8 5.3c-.6-.4-1-1.5-1-1.5-.7-1 .3-1.8.3-1.8 0-2.4-1.8-4.2-3.6-4.3-2.3-.2-1.6-.4-2-.4-1-.6-1.7-2-1.7-2z"/>
<path fill="#cce5e5" stroke="#000" stroke-width=".1" d="M328.4 275.1c2 0 4 1 4.7 2.7l-4.7-2.7"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M328.4 275.1c2 0 4 1 4.7 2.7m3.6.8a1 1 0 0 1-1.2.4c-.5-.2-.8-.6-.6-1 .2-.5.8-.6 1.3-.5.4.2.7.6.5 1zm-2.5-3.5c-.2.4-.7.6-1.2.5-.5-.2-.7-.7-.5-1 .2-.5.7-.7 1.2-.5.5.1.7.6.5 1z"/>
<path fill="#cce5e5" stroke="#000" stroke-width=".1" d="M301.6 228c-.8-.2-1-1.1-.7-2l4.7-1.6s.6 0 1 .7c.5.7-.2 1.2-.2 1.2l-4.8 1.8"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M301.6 228c-.8-.2-1-1.1-.7-2l4.7-1.6s.6 0 1 .7c.5.7-.2 1.2-.2 1.2l-4.8 1.8"/>
<path fill="#a05a2c" stroke="#000" stroke-width=".1" d="M315.3 250.7l35.5-38a97.4 97.4 0 0 1-1.4-.9l-35.6 38a7.5 7.5 0 0 0 1.5.9z"/>
<path fill="#e7e7e7" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M349.8 212.2c-1.2-1-3.4-2.2-5-1.8-.5-2.2 2.5-4.4 3.8-4-.3 2.3 3.2 3.8 3.1 3.8l-1.9 2z"/>
<path fill="#e7e7e7" stroke="#000" stroke-width=".1" d="M352.1 210.4c1 .8 1.4.8 2.8 1.6 1.4.7 3.2-1.1 4.1-1.7 0 0 1 3.4-1.1 5.6-2 2.3-4.6 2.8-6.5 2.1 0 0 2.6-2.5 1.5-3.6-1-1.1-1.4-1.2-2.5-1.9"/>
<path fill="#e7e7e7" stroke="#000" stroke-width=".1" d="M-27.7-406.5h4.1v2.2h-4.1z" transform="matrix(-.67726 .73575 -.82314 -.56784 0 0)"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M308.2 290.3l-1 9 1.8-2.2c.3-.6 1.5-2.1 1.8-7.4 0 0-1-2.9-1.4-2.9-.7-.4-1.2 3.5-1.2 3.5zm2.2-20.1l-2.7 15.8c0 .5 1.3 1.6 2.1-1.2l1.5-10.5-1-4.1z"/>
<path fill="#d52b1e" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M315.9 284.6a8.7 8.7 0 0 1-1.4-2l-.4 3.1s2 1.5 1.7 4.3l.4-.6.2-1s.5-2 .5-3.1c0 0-.5-.2-1-.7z"/>
<path fill="#ffe000" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M307.3 299.4s3.3-3 3.5-9.7l.4-1.9s0 1.5.8.4c.6-1.5.6-2.8.6-2.8s1.2-1.6 1.6.3l-1.2 9.6a51.4 51.4 0 0 1-.3 2s-.7-1-1.4.1c-.7 1.2-1.8 2.7-4 2zm4-25.1l-1.5 10.5s1.2.6 1.4 3c.1 1.2.6.6.8.4.2-.8 0-2.3 0-2.3l.6-7.3s-1.2-3.4-1.3-4.3z"/>
<path fill="#ffe000" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M310.1 298.8l-.2 2.6s1 0 1.7-1.2c.8-1.1 1-2.8 1-2.8s-.7-1.1-1.3 0c-.5 1-1.2 1.4-1.2 1.4zm1.8-10.6c.6-1 .8-2.6.7-2.8l-.7.5c.2 1.2 0 2.3 0 2.3z"/>
<path fill="#d52b1e" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M315.3 287.1a4.4 4.4 0 0 0-1.3-1.5l-1.5 12s-.4 3-2.3 3.7c0 0 1.1 10.3 4.5 7.5.4-.4 1-3.6.9-5.5l-.9-6a26.8 26.8 0 0 1 .5-4.7l.6-2.6c.2-.2 0-1.8-.5-2.9z"/>
<path fill="#d52b1e" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M316.9 285.3l1 1c.3 0-2.3 19.3-2.3 19.3s0-2-.7-6c-.6-3.2.2-7.5.9-9.6 0 0 .8-.5 1-4.7z"/>
<path fill="#f7e214" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M312.6 278.8l-.7 7.1s1.8-2.4 2.2-.2l.4-3.2s-1.5-2.4-2-3.7z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M311.3 287.8s-.6-6.1-3.6-1.8a10 10 0 0 0 0 3c0 .8.9 1.8 1.2 2.3.7 1 1.3-.2 1.3-.2s.7-1 1-3.3z"/>
<path fill="#d52b1e" stroke="#000" stroke-width=".1" d="M287.8 237c-.1-3.5-1.2-9.3-1.3-13.3l-12-12.2s-1.4 9.9-5.8 15.5l19 10"/>
<path fill="#ffe000" stroke="#000" stroke-width=".1" d="M288.7 237.3c.5-2.4 1-5 1.5-10.2l-7.7-7.6c0 3.2-3.6 8.1-3.9 14"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M295.3 244.7c1-4.3-1.3-4.8 2-10.8l-7.2-6.8c-1.3 4-2.2 6.6-2 10l6 4.4"/>
<path fill="#d52b1e" stroke="#000" stroke-width=".1" d="M267.6 270c-1.5-4.2.5-12.7.2-18-.1-3.5 2.5-16.7 2.4-20.6l-14.1-8.8s-.6 14.3-2.3 29.9c-1.4 8-1.4 15.3-.4 21.5 1.5 8.7 3 12.2 6.5 15.9 6.3 6.5 19.7 2.7 19.7 2.7 11.3-2.3 17.8-9.4 17.8-9.4s-3.7.8-9.6 1.4c-13-.9-18.2 2.4-18.6-11"/>
<path fill="#f7e214" stroke="#000" stroke-width=".1" d="M305.4 278.8l.2-.1-5.9 1.9-8 .6c-17.2.4-15-10.3-14.3-27.5.1-6.6 1.4-14.8 1-17.7l-11.5-6.6c-3.8 10.6-2.6 18-3.3 23.5-.4 6-1.7 17.4.2 22.4 2.7 11.6 11.8 11.2 24.2 10.1 6.1-.5 9.4-2 9.4-2l8-4.6"/>
<path fill="#007a3d" stroke="#000" stroke-width=".1" d="M305.6 278.5a34.4 34.4 0 0 1-6 2.2l-8 .8c-12.5 1-19.8-7.7-18.2-27.6 0-7 .2-10.2 2.6-19.5l7 4v.7c-.5 2-1.5 7-1.5 9.2 0 16 10.1 28.2 23.9 30.3h.2"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M260 230.6c1 2 8 12.5 12 14.5m-11-7.6c1.3 2 9.8 14 13.6 14.6m-15.5 3.6c2 2.4 4 7 9.7 10m-7 3.3c4 3.7 13.6 11.6 23 12m-23-6c2 2.3 6.2 13.3 24 8.3m-26.7-6.3c1.2 2.6 10.1 17.3 26 11.6"/>
<path fill="#d52b1e" stroke="#000" stroke-width=".1" d="M277.8 264.8c-1.5-4.3.5-12.7.2-18.1-.1-3.5 1.5-15.5 1.5-19.5l-13.2-9.9s-.6 14.3-2.3 30a84 84 0 0 0-1.5 23.9c1.8 10 6.6 12.8 7.5 13.6 6.7 6 22 5.4 23.5 4.9 10.8-4 15.6-10.8 15.6-10.8s-5.2-.1-11.1.5c-13-1-19.7-.4-20.1-13.8"/>
<path fill="#ffe000" stroke="#000" stroke-width=".1" d="M315.6 273.5h.2l-5.9 1.8-8 .6c-17.2.5-15-10.2-14.3-27.5.1-6.5.3-12.4 0-15.3l-10.3-7.6c-3.8 10.7-2.8 16.7-3.5 22.2-.4 5.8-1.7 17.3.2 22.3 2.7 11.7 11.8 11.2 24.2 10.2 6.1-.5 9.4-2.1 9.4-2.1l8-4.6"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M315.9 273.4c-2.4 1.2-6 2.1-6 2.1l-8 .8c-12.5 1-19.8-7.7-18.2-27.6 0-7-.3-7.5 2.2-16.9 3.8 2.5 11.1 8.8 11.1 8.8s-2 2.8-1.5 6.7c0 16 6.4 24 20.2 26.1l1.5-13"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M270.1 225.3c1.2 2 8.1 12.6 12 14.6m-10.8-7.7c1.2 2 9.7 14 13.5 14.7m-15.5 3.6c2 2.3 4 7 9.7 10m-7 3.3c4 3.6 13.6 11.6 23 12m-23-6c2 2.3 6.2 13.2 24 8.3m-26.7-6.4c1.2 2.7 10.1 17.3 26 11.7"/>
<path fill="#e8a30e" stroke="#000" stroke-width=".1" d="M256.2 224l-.7 6c-.2 4.4-.1 7.7.1 9.8 0 .2.9 5.5.6 5.8-1 1.1-1.1 1.2-2.2.4-.1-.2.5-5.6.5-6.3l.4-9.9c0-1 1-6.4 1-6.4s0-1.2.3.5"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M256.2 224l-.7 6c-.2 4.4-.1 7.7.1 9.8l.7 5.8c-1 1.1-1.2 1.6-2.3.7-.1-.2.5-5.9.5-6.6l.4-9.9c0-1 1-6.4 1-6.4s0-1.2.3.5z"/>
<path fill="#f7e214" stroke="#000" stroke-width=".1" d="M256 222.2s-1 6-1.2 9.6l-.3 7.9-.5 4.5c-.1.7.1.2 0 .2-.9.5-1.5.1-2-.3-.2-.1 1.4-3.8 1.4-4.5.9-10.8 2.4-17 2.4-17s-.6 3.7.3-.4"/>
<path fill="#e8a30e" stroke="#000" stroke-width=".1" d="M256 222.2s-1 6-1.2 9.6l-.3 7.9-.5 4.5c-.1.7.1.2 0 .2-.9.5-1.5.1-2-.3-.1-.1 1.4-3.8 1.5-4.5.8-10.8 2.3-17.1 2.3-17.1s-.6 3.8.3-.3zm-.4 17.3s-1 .4-1 .2m0-1.3s.7 0 .8-.2m0-1s-.6.3-.8 0m.8-1.6h-.6m.6-1.5h-.6m.5-2.1s-.3.1-.4-.1m.5-1.7h-.5m-.5 9.5s-.9.2-1-.1m1.1-2s-.9.1-1-.1m1-1.3h-.7m.9-1.5h-.7m.7-1.7h-.5m.7-1.5h-.6m.6-1.7s-.4.3-.4 0m0 9s-.9 0-.9-.3m12.8-19.8l-.7 6a63.4 63.4 0 0 0 0 9.8c0 .3 1 5.5.7 5.8-1 1.2-1.1 1.3-2.2.4-.1-.1.5-5.5.5-6.3l.4-9.8c0-1.1 1-6.5 1-6.5s0-1.1.3.6"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M266.4 218.7l-.7 6a73 73 0 0 0 .1 9.8l.7 5.8c-1 1.2-1.2 1.6-2.3.7-.1-.1.5-5.8.5-6.6l.4-9.8c0-1.1 1-6.5 1-6.5s0-1.1.3.6z"/>
<path fill="#e8a30e" stroke="#000" stroke-width=".1" d="M266.3 217s-1.2 6-1.3 9.5l-.3 8-.5 4.4v.3c-.9.5-1.5 0-2-.4-.2 0 1.4-3.7 1.4-4.5a127 127 0 0 1 2.4-17l.3-.4"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M266.3 217s-1.2 6-1.3 9.5l-.3 8-.5 4.4v.3c-.9.5-1.5 0-2-.4-.2 0 1.4-3.7 1.4-4.5.9-10.8 2.4-17 2.4-17l.3-.4zm-.5 17.2s-1 .5-1 .2m0-1.2s.7 0 .8-.3m0-1s-.6.4-.8.1m.7-1.7h-.5m.6-1.5h-.6m.5-2s-.4 0-.4-.2m.5-1.7h-.5m-.5 9.6s-.9.1-1-.2m1.1-1.9s-.9 0-1-.2m1-1.3h-.7m.9-1.4h-.7m.7-1.7l-.5-.1m.7-1.4l-.6-.1m.6-1.6s-.4.2-.4 0m0 9s-.9 0-.9-.4"/>
<path fill="#e8a30e" stroke="#000" stroke-width=".1" d="M274.3 211.3s.5 5.1.2 8c-.3 3.5-.3 4.5-.6 6.6v3.9c.8.5 1.5.2 2 0 .3-.1-1-3.3-1-4 .5-8.9-.4-14.3-.4-14.3l-.2-.2"/>
<path fill="#e8a30e" stroke="#000" stroke-width=".1" d="M274.3 211.3s.5 5.1.2 8c-.3 3.5-.3 4.5-.6 6.6v3.8c0 .5-.1 0 0 .1.8.5 1.4.2 2 0 .2-.1-1-3.3-1-4 .5-9-.4-14.3-.4-14.3l-.2-.2zm-.3 14.6s.9.2 1 0m-.8-1.7s.9.2 1 0m-1-1.2h.9m-.8-1.2h.7m-.5-1.4h.5m-.5-1.3h.5m-.4-1.4s.4.2.4 0m-1 7.4s1 .1 1-.1"/>
<path fill="#005000" stroke="#000" stroke-width=".1" d="M306 221.7h.8-.8z"/>
<path fill="#fff" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M316.7 256.4s-.3-.2-.4 0l.1.2.3-.2zm-1 1.1l2.1-.1"/>
<path fill="#e8a30e" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M292.2 284.2c-.2 3-7.4 6.6-12.7.1-5.7-4.5-4.5-11.4 0-12.3l54.7-53.3c2.2-1.2 2.4-2.3 3.5-3.5 2.3 2.5 7 6.8 9.6 9-1.6 1.2-2.9 2.5-3.2 3.5l-52 56.5z"/>
<path fill="#e7e7e7" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width=".1" d="M337.8 215c2.6-3.5 12.8 5.8 10 8.7-2.6 2.8-12.4-5-10-8.6z"/>
<path fill="#cccccf" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M347 223c-2 1.4-9.3-4.8-8.1-7.2 2-2.2 10.1 5.7 8 7.2z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M344 227.9a15.8 15.8 0 0 1-9.9-9m-23 44.8a16.3 16.3 0 0 1-11.4-11.6m9.1 14.3a16.3 16.3 0 0 1-11.4-11.6m-2.1 25.8c-5.8-1.8-10.4-6-12.2-12.1m9.8 14.8a18 18 0 0 1-12.3-12.2"/>
<path fill="none" stroke="#000" stroke-linecap="round" stroke-width=".1" d="M279.4 285c-.3 1.4-1 1.8-2.1 1.4m13.7-2c-2.1 3.5-4.5 2.4-6.5 2.5"/>
<path fill="#e8a30e" stroke="#000" stroke-width=".1" d="M276.4 285.2c0 1 .8 1.6 1.7 1.6a1.7 1.7 0 0 0 1.7-1.6c0-1-.7-1.6-1.7-1.6s-1.7 1-1.7 1.9"/>
<path fill="none" stroke="#000" stroke-linecap="round" stroke-width=".1" d="M279.5 284.9c-.3 1.3-1 1.7-2 1.3m13.5-1.7c-2.1 3.4-4.5 2.3-6.5 2.4"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M331.8 290.3l1 9-1.8-2.2c-.3-.6-1.5-2.1-1.8-7.4 0 0 1-2.9 1.4-2.9.7-.4 1.2 3.5 1.2 3.5zm-2.2-20.1l2.7 15.8c0 .5-1.3 1.6-2.1-1.2l-1.5-10.5 1-4.1z"/>
<path fill="#d52b1e" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M324.1 284.6l1.4-2 .4 3.1s-2 1.5-1.7 4.3l-.4-.6-.2-1s-.5-2-.5-3.1c0 0 .5-.2 1-.7z"/>
<path fill="#ffe000" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M332.8 299.4s-3.4-3-3.6-9.7l-.4-1.9s0 1.5-.8.4c-.6-1.5-.6-2.8-.6-2.8s-1.2-1.6-1.6.3l1.2 9.6.3 2s.7-1 1.4.1c.7 1.2 1.8 2.7 4 2zm-4.1-25.1l1.5 10.5s-1.2.6-1.4 3c-.1 1.2-.6.6-.8.4-.2-.8 0-2.3 0-2.3l-.6-7.3s1.2-3.4 1.3-4.3z"/>
<path fill="#ffe000" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M329.9 298.8l.2 2.6s-1 0-1.7-1.2c-.8-1.1-1-2.8-1-2.8s.7-1.1 1.3 0c.5 1 1.2 1.4 1.2 1.4zm-1.8-10.6a6 6 0 0 1-.7-2.8l.7.5c-.2 1.2 0 2.3 0 2.3z"/>
<path fill="#d52b1e" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M324.8 287.1a4.4 4.4 0 0 1 1.2-1.5l1.5 12s.4 3 2.3 3.7c0 0-1.1 10.3-4.5 7.5-.4-.4-1-3.6-.9-5.5l.9-6a26.8 26.8 0 0 0-.5-4.7 31 31 0 0 0-.6-2.6c-.2-.2 0-1.8.5-2.9z"/>
<path fill="#d52b1e" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M323.1 285.3l-1 1c-.3 0 2.3 19.3 2.3 19.3s0-2 .7-6c.6-3.2-.2-7.5-.9-9.6 0 0-.8-.5-1-4.7z"/>
<path fill="#f7e214" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M327.4 278.8l.7 7.1s-1.8-2.4-2.2-.2l-.4-3.2s1.5-2.4 2-3.7z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M328.7 287.8s.6-6.1 3.6-1.8c0 0 .2 2.4 0 3 0 .8-.9 1.8-1.2 2.3-.7 1-1.3-.2-1.3-.2s-.7-1-1-3.3z"/>
<path fill="#d52b1e" stroke="#000" stroke-width=".1" d="M352.2 237c.1-3.5 1.2-9.3 1.3-13.3l12-12.2s1.4 9.9 5.8 15.5l-19 10"/>
<path fill="#ffe000" stroke="#000" stroke-width=".1" d="M351.3 237.3c-.5-2.4-1-5-1.5-10.2l7.7-7.6c0 3.2 3.6 8.1 3.9 14"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M344.7 244.7c-1-4.3 1.3-4.8-2-10.8l7.2-6.8c1.3 4 2.2 6.6 2 10l-6 4.4"/>
<path fill="#d52b1e" stroke="#000" stroke-width=".1" d="M372.4 270c1.5-4.2-.5-12.7-.2-18 .1-3.5-2.5-16.7-2.4-20.6l14.1-8.8s.6 14.3 2.3 29.9c1.4 8 1.4 15.3.4 21.5-1.5 8.7-3 12.2-6.5 15.9-6.3 6.5-19.7 2.7-19.7 2.7-11.3-2.3-17.8-9.4-17.8-9.4s3.7.8 9.6 1.4c13-.9 18.2 2.4 18.6-11"/>
<path fill="#f7e214" stroke="#000" stroke-width=".1" d="M334.6 278.8l-.2-.1 5.9 1.9 8 .6c17.2.4 15-10.3 14.3-27.5-.1-6.6-1.4-14.8-1-17.7l11.5-6.6c3.8 10.6 2.6 18 3.3 23.5.4 6 1.7 17.4-.2 22.4-2.7 11.6-11.8 11.2-24.2 10.1-6.1-.5-9.4-2-9.4-2l-8-4.6"/>
<path fill="#007a3d" stroke="#000" stroke-width=".1" d="M334.4 278.5a34.4 34.4 0 0 0 6 2.2l8 .8c12.5 1 19.8-7.7 18.2-27.6 0-7-.2-10.2-2.6-19.5l-7 4v.7c.5 2 1.5 7 1.5 9.2 0 16-10.1 28.2-23.9 30.3h-.2"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M380 230.6c-1 2-8 12.5-12 14.5m11-7.6c-1.3 2-9.8 14-13.6 14.6m15.5 3.6c-2 2.4-4 7-9.7 10m7 3.3c-4 3.7-13.6 11.6-23 12m23-6c-2 2.3-6.2 13.3-24 8.3m26.7-6.3c-1.2 2.6-10.1 17.3-26 11.6"/>
<path fill="#d52b1e" stroke="#000" stroke-width=".1" d="M362.3 264.8c1.4-4.3-.6-12.7-.4-18.1.2-3.5-1.4-15.5-1.4-19.5l13.2-9.9s.6 14.3 2.3 30a84 84 0 0 1 1.5 23.9c-1.8 10-6.6 12.8-7.5 13.6-6.7 6-22 5.4-23.5 4.9-10.8-4-15.6-10.8-15.6-10.8s5.2-.1 11.1.5c13-1 19.7-.4 20.1-13.8"/>
<path fill="#ffe000" stroke="#000" stroke-width=".1" d="M324.4 273.5h-.2l5.9 1.8 8 .6c17.2.5 15-10.2 14.3-27.5-.1-6.5-.3-12.4 0-15.3l10.3-7.6c3.8 10.7 2.8 16.7 3.5 22.2.4 5.8 1.7 17.3-.2 22.3-2.7 11.7-11.8 11.2-24.2 10.2-6.1-.5-9.4-2.1-9.4-2.1l-8-4.6"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M324.1 273.4a34.4 34.4 0 0 0 6 2.1l8 .8c12.5 1 19.8-7.7 18.2-27.6 0-7 .3-7.5-2.2-16.9-3.8 2.5-11.1 8.8-11.1 8.8s2 2.8 1.5 6.7c0 16-6.4 24-20.2 26.1l-1.5-13"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M369.9 225.3c-1.2 2-8.1 12.6-12 14.6m10.8-7.7c-1.2 2-9.7 14-13.5 14.7m15.5 3.6c-2 2.3-4 7-9.7 10m7 3.3c-4 3.6-13.6 11.6-23 12m23-6c-2 2.3-6.2 13.2-24 8.3m26.7-6.4c-1.2 2.7-10.1 17.3-26 11.7"/>
<path fill="#f7e214" stroke="#000" stroke-width=".1" d="M383.8 224l.7 6c.2 4.4.1 7.7-.1 9.8 0 .2-.8 5.5-.6 5.8 1 1.1 1.1 1.2 2.2.4.1-.2-.5-5.6-.5-6.3l-.4-9.9c0-1-1-6.4-1-6.4s0-1.2-.3.5"/>
<path fill="#e8a30e" stroke="#000" stroke-width=".1" d="M383.8 224l.7 6c.2 4.4.1 7.7-.1 9.8l-.7 5.8c1 1.1 1.2 1.6 2.3.7.1-.2-.5-5.9-.5-6.6l-.4-9.9c0-1-1-6.4-1-6.4s0-1.2-.3.5z"/>
<path fill="#f7e214" stroke="#000" stroke-width=".1" d="M384 222.2s1 6 1.2 9.6l.3 7.9.5 4.5c.1.7 0 .2 0 .2.9.5 1.5.1 2-.3.2-.1-1.4-3.8-1.4-4.5-.9-10.8-2.4-17-2.4-17s.6 3.7-.3-.4"/>
<path fill="#e8a30e" stroke="#000" stroke-width=".1" d="M384 222.2s1 6 1.2 9.6l.3 7.9.5 4.5c.1.7-.1.2 0 .2.9.5 1.5.1 2-.3.2-.1-1.4-3.8-1.4-4.5-.9-10.8-2.4-17.1-2.4-17.1s.6 3.8-.3-.3zm.4 17.3s1 .4 1 .2m0-1.3s-.7 0-.8-.2m0-1s.6.3.8 0m-.7-1.6h.5m-.6-1.5h.6m-.5-2.1s.4.1.4-.1m-.5-1.7h.5m.5 9.5s.9.2 1-.1m-1.1-2s.9.1 1-.1m-1-1.3h.7m-.9-1.5h.7m-.7-1.7h.5m-.7-1.5h.6m-.6-1.7s.4.3.4 0m0 9s.9 0 .9-.3"/>
<path fill="#f7e214" stroke="#000" stroke-width=".1" d="M373.6 218.7l.7 6a73 73 0 0 1-.1 9.8c0 .3-.8 5.5-.6 5.8 1 1.2 1.1 1.3 2.2.4.1-.1-.5-5.5-.5-6.3l-.4-9.8c0-1.1-1-6.5-1-6.5s0-1.1-.3.6"/>
<path fill="#e8a30e" stroke="#000" stroke-width=".1" d="M373.6 218.7l.7 6a73 73 0 0 1-.1 9.8l-.7 5.8c1 1.2 1.2 1.6 2.3.7.1-.1-.5-5.8-.5-6.6l-.4-9.8c0-1.1-1-6.5-1-6.5s0-1.1-.3.6z"/>
<path fill="#f7e214" stroke="#000" stroke-width=".1" d="M373.7 217s1.2 6 1.3 9.5l.3 8 .5 4.4v.3c.9.5 1.5 0 2-.4.2 0-1.4-3.7-1.4-4.5a127 127 0 0 0-2.4-17l-.3-.4"/>
<path fill="#e8a30e" stroke="#000" stroke-width=".1" d="M373.7 217s1.2 6 1.3 9.5l.3 8 .5 4.4v.3c.9.5 1.5 0 2-.4.2 0-1.4-3.7-1.4-4.5-.9-10.8-2.4-17-2.4-17l-.3-.4zm.5 17.2s1 .5 1 .2m0-1.2s-.7 0-.8-.3m0-1s.6.4.8.1m-.7-1.7h.5m-.6-1.5h.6m-.5-2s.4 0 .4-.2m-.5-1.7h.5m.5 9.6s.9.1 1-.2m-1.1-1.9s.9 0 1-.2m-1-1.3h.7m-.9-1.4h.7m-.7-1.7l.5-.1m-.7-1.4l.6-.1m-.6-1.6s.4.2.4 0m0 9s.9 0 .9-.4m-10.5-22s-.5 5.2-.2 8.1c.3 3.5.3 4.5.6 6.6v3.9c-.8.5-1.4.2-2 0-.2-.1 1-3.3 1-4-.5-8.9.4-14.3.4-14.3l.2-.2"/>
<path fill="#e8a30e" stroke="#000" stroke-width=".1" d="M365.7 211.3s-.5 5.1-.2 8c.3 3.5.3 4.5.6 6.6v3.8c0 .5.1 0 0 .1-.8.5-1.4.2-2 0-.2-.1 1-3.3 1-4-.5-9 .4-14.3.4-14.3l.2-.2zm.3 14.6s-.9.2-1 0m.8-1.7s-.9.2-1 0m1-1.2h-.9m.8-1.2h-.7m.5-1.4h-.5m.5-1.3h-.5m.4-1.4s-.4.2-.4 0m1 7.4s-1 .1-1-.1"/>
<path fill="#005000" stroke="#000" stroke-width=".1" d="M334 221.7h-.8.8z"/>
<path fill="#fff" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M323.3 256.4s.3-.2.4 0l-.1.2-.3-.2zm1 1.1l-2.1-.1"/>
<path fill="#d52b1e" stroke="#000" stroke-width=".1" d="M291.7 215.5c0-2.1 2-3.3 2.2-3.6 1-.6 1.7-1.2 3.7-1.5l.2.9c0 .3-.5 1.6-2 2.7a11.5 11.5 0 0 1-4.1 1.5z"/>
<path fill="#a05a2c" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M291.6 214.7l29.7 38.4 1.4-1.3-30.2-39.1-.9 2z"/>
<path fill="#d52b1e" stroke="#000" stroke-width=".1" d="M291.2 207.2s3.2-.4 2.8-2.2c-.5-1.8-2.6-1.8-3.5-1.9-1 0-4 .7-4.8 1.5-.9 1-2.7 2.5-2.1 5s1.3 4.4 2.3 6c.9 1.6.7 3.2.4 3.9 0 .3-.4 1.3.4 1.6 1.2.5 1.5.5 2.5-.6s2.5-3 2.5-5c0-2.1 2-3.3 2.2-3.6 1-.6 1.7-1.2 3.7-1.5 0 0-.7-1.2-1.8-1-1.1 0-3.4-1-4.6-2.2z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M291.2 207.2s3.2-.4 2.8-2.2c-.5-1.8-2.6-1.8-3.5-1.9-1 0-4 .7-4.8 1.5-.9 1-2.7 2.5-2.1 5s1.3 4.4 2.3 6c.9 1.6.7 3.2.4 3.9 0 .3-.4 1.3.4 1.6 1.2.5 1.5.5 2.5-.6s2.5-3 2.5-5c0-2.1 2-3.3 2.2-3.6 1-.6 1.7-1.2 3.7-1.5 0 0-.7-1.2-1.8-1-1.1 0-3.4-1-4.6-2.2z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M291.2 207.2c-.4 0-1.7-.6-2.6-.3-.9.4-2.7 1.4-2.4 3m10.4-.3s-1.8.8-3.1 1.7c-.6.3-2.4 2-3.5 3.2-1 1-1.3 2.4-3.5 3.9m9-9l-1.4 1c-.7.3-.9.9-1.2 1.3"/>
<path fill="#e8a30e" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M347.8 284.2c.2 3 7.4 6.6 12.7.1 5.7-4.5 4.5-11.4 0-12.3l-54.7-53.3c-2.2-1.2-2.4-2.3-3.5-3.5a133 133 0 0 1-9.6 9 9.9 9.9 0 0 1 3.2 3.5l51.9 56.5z"/>
<path fill="#e7e7e7" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width=".1" d="M302.2 215c-2.6-3.5-12.8 5.8-10 8.7 2.6 2.8 12.4-5 10-8.6z"/>
<path fill="#cccccf" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M293 223c2 1.4 9.3-4.8 8.1-7.2-2-2.2-10.1 5.7-8 7.2z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M296 227.9a16 16 0 0 0 9.9-9m23 44.8c5.7-1.7 9.6-5.5 11.4-11.6m-9.1 14.3c5.7-1.8 9.7-5.5 11.4-11.6m2.1 25.8c5.8-1.8 10.4-6 12.2-12.1m-9.8 14.8a18 18 0 0 0 12.3-12.2"/>
<path fill="none" stroke="#000" stroke-linecap="round" stroke-width=".1" d="M360.6 285c.3 1.4 1 1.8 2.1 1.4m-13.7-2c2.1 3.5 4.5 2.4 6.5 2.5"/>
<path fill="#e8a30e" stroke="#000" stroke-width=".1" d="M363.6 285.2c0 1-.8 1.6-1.7 1.6a1.7 1.7 0 0 1-1.7-1.6c0-1 .7-1.6 1.7-1.6s1.7 1 1.7 1.9"/>
<path fill="none" stroke="#000" stroke-linecap="round" stroke-width=".1" d="M360.5 284.9c.3 1.3 1 1.7 2 1.3m-13.5-1.7c2.1 3.4 4.5 2.3 6.5 2.4"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M339.6 175.5c1.8 2.9 4.4 8 5.2 12a22.5 22.5 0 0 1-7 20.8c-5.2 4.7-13.3 6-16.7 6.8-3.3.7-5.7 1.8-6.3 2.5 0-.5 0-1 .5-1.6 1.6-.7 4.1-1 7.8-1.8 7.2-1.5 14.8-4.2 19-12.2 5.4-10.3 2.2-18.4-2.5-26.4z"/>
<path fill="#d52b1e" stroke="#000" stroke-width=".1" d="M341.6 206.2a.4.6 49.9 0 1-.6-.6.4.6 49.9 1 1 .6.6z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M346.6 205c-1.1.6-2.2.7-3 1a65.7 65.7 0 0 0-3.7 1.4c-.8.3-1.6 1.3-1.6 1.3s1.2 1.3 2.6 1.1c1.2-.1 1.7-.4 2.3-.7.6-.3.6-.6 1.4-1.2 1-.7 1.6-2 2-3zm-5.7 1.1c-.3.6-1.1.5-1.6.5l-.2.2c.6 0 1.5 0 2-.5l-.2-.2z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M346.6 205c-1 1-2.8 2-4.7 2.8a14 14 0 0 1-5 1l-.2.3c1.4-.1 3.4-.4 5-1.1a14.9 14.9 0 0 0 4.9-3zm-2.4 4.6c-2-.1-3 .5-4.8.9-1.7.4-3.7-.5-4.8 1.1 4.4 2.9 7.6 1 9.6-2z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M340.2 213.6c-.8-.8-8-3.2-9.2-.5 1.7 2 6.8 2.4 9.2.5z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M338.5 215.5l-2.5-.4c-1-.1-1.3-.3-1.9-.4-1-.1-2.3-1.6-6-.5 1.4 3.4 6.4 4 10.4 1.3zm1.6-1.9c-3.8.8-8.3 0-10.1-1l-.3.2a16.3 16.3 0 0 0 10.4.8zm4-4c-2.2 1.5-5.2 2.6-11.4 1.8v.2c8.5.7 9.3-.8 11.4-2z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M338.5 215.5c-3 .1-4.7 1.4-10.3-1.3l-1.4-.6-.5.2 1.4.4c7 3 6.8 1.6 10.8 1.3z"/>
<path fill="#d52b1e" stroke="#000" stroke-width=".1" d="M327.3 211.6a.4.6 66.2 1 0 .4.7.4.6 66.2 0 0-.4-.7z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M327.1 212.3c-.6.1-.8.9-.8 1.3l-.4.2c.2-.6.4-1.4 1.2-1.7v.1z"/>
<path fill="#d52b1e" stroke="#000" stroke-width=".1" d="M346 186.8a.4.6 15.8 1 1-1-.2.4.6 15.8 0 1 1 .2z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M341.6 203.2c-.1-2.1-1.1.8-3.2-3.9-.6-1.4-.6-2.2-1-4.3 1.2 1.8 3 2.3 3.8 3.6.7 1.4.5 3.5.4 4.6z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M337.5 195.2s1 2.4 2.4 4a7.9 7.9 0 0 1 1.8 3.7"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M338.5 197.2c1.3 1.7 3 3.8 3 6h.3c-.3-2.8-2-4.1-3-5.6l-.3-.4zm10.8 2.7c-1 .7-2 1-2.7 1.4l-1.4.9c-.4.2-1 .2-1.4.5-.7.5-2 2-2 2s1.3 1.1 2 1c2.4-.5 3.1-1.4 4.3-2.3 1-.8 1-2.5 1.2-3.5z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M340.7 204.8l-.2.4c1.3-.2 3.5-1.5 5-2.2 1.8-1 3-1.7 3.7-3a8.9 8.9 0 0 1-3.9 3c-1.5.7-3.7 2-4.6 1.8zm9.4-9.5c-.8.9-1.7 1.3-2.4 1.8l-1.3 1.1-1.2.8c-.6.6-1.5 2.2-1.5 2.2s.7.7 1.4.4c2.4-.3 3.1-1.4 4-3.5.5-1 1-1.8 1-2.8z"/>
<path fill="#d52b1e" stroke="#000" stroke-width=".1" d="M341.5 199.4a.6.4 62 1 0 .8-.3.6.4 62 0 0-.8.3z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M342.5 201.6l-.2.3c2.9-1.3 6.6-3.9 7.8-6.5a17.2 17.2 0 0 1-7.6 6.2zm8.3-10.7c-.7 1-1.6 1.4-2.2 2l-1 1.1-1.2.9c-.5.6-1.2 2.2-1.2 2.2s.8.9 1.5.5a12 12 0 0 0 2.1-1.6c.5-.4.6-1.4 1.2-2.2.7-1 .8-1.9.8-2.9z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M348.7 193.8c-1.4 1.6-3 3.1-4.6 3.8l-.2.4c2.6-1.5 3.7-2.8 4.9-4.1zm1-5.6c-.4 1-1 1.5-1.6 2l-.8 1.2-1 .9-.7 2.1s.6.6 1.2.2a12 12 0 0 0 1.8-1.6c.4-.5.6-1.4 1-2.2a4 4 0 0 0 .2-2.6zm-4.3-1.1l-.5 1.6v-.4c0-.4.2-.9.4-1.3l.1.1z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M348.4 191a13 13 0 0 1-3.8 4v.3c2.2-1.6 3-3 3.8-4.2zm-5.6 10c-.2-.6-.3-1-.6-1.4.2.5.4 1 .4 1.6l.1-.3z"/>
<path fill="#d52b1e" stroke="#000" stroke-width=".1" d="M341.9 181.3a.4.3 39.5 0 1-.5.5.4.3 39.5 0 1 .5-.5z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M343.1 182.5l-1.2-.8 1.3 1v-.2zm5.6.4c-1.2 2.4-3.9 4-2.8 7.5 2.8 2.6 3-4.5 2.8-7.5z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M346.1 177.7c-.5 2.4-2.6 4.4-1.2 7.6 4 1 2-4.3 1.2-7.6z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M343.7 174c2 3.7 2.5 5.9.2 8.3 0 0-1.3-1.1-1.6-3.3-.2-1.8 1.2-4 1.4-5z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M340.4 171.8c.5 2.4-1.5 3.5 1.4 6.5 2.1-2.4 1.1-3-1.4-6.5z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M339.6 176c-3.3.3-2-2.6-3-5.3 2 1.5 4.7 2.1 3 5.3zm2.2 4.4c-1-4.4-4-2.6-5.6-4.6.9 2.9 2.1 4.8 5.6 4.6zm1.4 4.1c-2.6-.1-4.8-1.4-6.2-4.4 2.7 1.2 5.7 1.4 6.2 4.4z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M343.6 188.3c-1-1.2-1-2-1.5-2.7a9 9 0 0 0-3-3.7c0 3 .4 6.5 4.5 6.4z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M344.2 191.6a20 20 0 0 0-5.6-5.7c1 2.2.6 6.3 5.6 5.7z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M343.7 196c-5-.1-4.5-4.8-4.5-7 .9 1.4 2 2.5 2.8 3.5.9 1 1.8 2.2 1.7 3.5z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M343.1 198.8c-.4-1 0-1.4-1-2.3-1-1-2.8-2.7-3.7-4.6-.1 1.7-.2 4.4 1.2 5.3 1 .7 2 .9 3.5 1.6zm-4.3 7.3c-3.9-3-1.6-5.6-1.2-7.9 1 2.6 3.7 4.8 1.2 7.9zm1.6-29.2c-1.3-2.3-2-3.6-3.7-6 2 2.7 2.8 4.5 3.9 6.4"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M338.9 206.8c.1-3-.7-5.7-1.3-8.5.5 3 1.3 6 1 8.8l.3-.3zm4.6-7.4c-.4-1.8-4.1-3-5-7.5.7 4.4 4.5 5.5 4.8 8l.2-.5zm.8-2.5l-.1.5c-.6-3-4-4.4-5-8.4 1.5 4.3 4.3 4.9 5.1 7.9zm.7-4.4c-1.7-2.6-4.1-3.6-6.4-6.7 2.1 3 4.8 4.4 6.4 7v-.3zm0-3.5c-2-.8-3.9-3-6-7.1 1.4 3 3 5.8 6 7.6v-.5zm-1-4c-2.1-1.7-5-2.8-7-4.9 1.7 2 5 3.3 7.1 5.2v-.3zm-1.6-4.3c-2.2-1.5-4.4-2-6.2-4.8 1.5 2.8 3.8 3.5 6.3 5l-.1-.2zm6.3 2.2c-.8 3.1-1.5 6.3-3.6 8.4v-.4c1-.5 2.5-3.7 3.6-8zm-2.6-5.1c-.1 3.2 0 6.5-1.7 8.3l-.1-.3c1.6-1.4 1.5-5 1.8-8zm-2.2-3.6c.5 2.8.6 5.3-.2 9.5l-.1-.3c.4-2.4 1-5 .3-9.2zm-3.4-2.3c1.1 2.4 2 4.8 1.2 7.4l-.2-.3c.9-2.4-.1-4.7-1-7zm-4.4 31.2c1.4 3.2-.4 5.6-2.5 7-1.6-4.7 1.8-4.2 2.5-7z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M336.2 203.1c.2 2-2 4.2-2.6 7.6l-.3.2c1-4 3-5.6 2.9-7.8z"/>
<path fill="#d52b1e" stroke="#000" stroke-width=".1" d="M343.7 181.2a.3.4 1.9 1 1-.6-.1.3.4 1.9 0 1 .6.1z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M343.5 183v-1.6h-.2v1.7l.2-.1z"/>
<path fill="#d52b1e" stroke="#000" stroke-width=".1" d="M342.8 180.9a.3.4 2 0 1-.5.2.3.4 2 0 1 .5-.2z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M343.2 182.3l-.5-1.1.4 1.4v-.2z"/>
<path fill="#d52b1e" stroke="#000" stroke-width=".1" d="M344.7 186.9a.4.3 80.5 1 1-.7 0 .4.3 80.5 0 1 .7 0z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M344.9 188.6a9.3 9.3 0 0 0-.4-1.4h-.1l.4 1.6v-.2z"/>
<path fill="#d52b1e" stroke="#000" stroke-width=".1" d="M343.6 187.2a.4.3 57 1 1-.5.5.4.3 57 0 1 .5-.5z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M344.8 188.6a8.8 8.8 0 0 0-1.2-1v.1l1.3 1.1-.1-.2z"/>
<path fill="#d52b1e" stroke="#000" stroke-width=".1" d="M343.4 199.1a.3.4 12.7 1 1-.7-.2.3.4 12.7 0 1 .7.2z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M342.8 200.8c.2-.5.2-1 .2-1.5a9 9 0 0 1-.4 1.7l.2-.2z"/>
<path fill="#d52b1e" stroke="#000" stroke-width=".1" d="M344 199.9a.3.4 50.5 1 0 .5.4.3.4 50.5 1 0-.5-.4z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M342.7 201l1.3-.8v.1a8.7 8.7 0 0 0-1.3 1v-.2z"/>
<path fill="#d52b1e" stroke="#000" stroke-width=".1" d="M340.7 205a.3.4 40.4 1 1-.4-.6.3.4 40.4 0 1 .4.5z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M339.5 206.2l.9-1.3h-.1l-1 1.3h.2z"/>
<path fill="#d52b1e" stroke="#000" stroke-width=".1" d="M338.8 204.5a.5.6 10 0 0 1 .1.5.6 10 1 0-1 0z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M339.4 205c-.3.7 0 1 0 1.2l-.1.3c-.2-.4-.3-.8-.1-1.5h.2zm-12.1 9.5c-.7 0-1-.4-1.3-.8h-.3c.4.5.8 1 1.5 1v-.3z"/>
<path fill="#d52b1e" stroke="#000" stroke-width=".1" d="M327.3 215.2a.6.4 9.5 0 1 .2-.9.6.4 9.5 1 1-.2.8z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M332.7 206a5.5 5.5 0 0 1-4 6.4c-.9-4 2.8-4 4-6.3z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M332.7 206.1a21 21 0 0 1-4.8 7.2h-.5c2.7-2.1 4.2-4.9 5.3-7.2z"/>
<path fill="#d52b1e" stroke="#000" stroke-width=".1" d="M327.8 213.3a.5.4 9.8 1 1-.4-.7.5.4 9.8 0 1 .4.7z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M326 213.8a8 8 0 0 0 1.4-.7h-.1l-1.7.6h.3zm2.5-5c0 1.2-1 2.4-2 3.2-.9.9-1 1.2-2.2 1.6-1.2-2.8 2.8-3.3 4.2-4.8z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M328.5 208.8c-1.3 2.5-3.5 3.8-4.7 5.4h-.1c1.6-2.2 3-2.7 4.8-5.4z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M300.4 175.5c-1.7 2.9-4.4 8-5.1 12a22.5 22.5 0 0 0 7 20.8c5.2 4.7 13.3 6 16.6 6.8 3.4.7 5.8 1.8 6.4 2.5 0-.5 0-1-.5-1.6-1.6-.7-4.2-1-7.8-1.8-7.2-1.5-14.9-4.2-19-12.2-5.4-10.3-2.2-18.4 2.5-26.4z"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M314.1 213.6c-.2.4-4 3.7-7.5 3.5-2.5-.2-2.9-.8-2.9-.8s-.2-.7 2-1.1c2.3-.5 6.2-2 8.4-1.6z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M303.8 216.3c2.7.3 5.5-.8 7.7-1.6"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M311.2 208.7a11 11 0 0 1 4.6 3.7c.9 1.5.7 1.9.7 1.9s-.2.3-1.3-1c-1-1.2-3.4-3.3-4-4.6z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M316.5 214.2c-.9-1.7-2.5-3-3.7-4.2"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M300.3 175.8c-.1-.3.3-3.4 2-4.4 1.3-.7 1.8-.5 1.8-.5s.3.3-.5 1.3c-1 1-2.1 3.2-3.3 3.7z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M304 171c-1.4.7-2.3 2.2-3 3.4"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M299.4 177.4c-.2-.2-1-3-.2-4.7.5-1.3.9-1.4.9-1.4s.3 0 .1 1.3c-.2 1.3-.2 3.8-.8 4.8z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M300 171.4c-.6 1.3-.6 3-.6 4.4"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M299.4 177.5c.2 0 2.7-.8 3.9-2.1.8-1 .8-1.3.8-1.3s-.2-.2-1.1.5c-1 .8-3 2-3.6 2.9z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M304 174.1c-.9 1.1-2.2 2-3.3 2.6"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M298.2 179.6a10 10 0 0 1-.9-5.2c.3-1.6.6-1.7.6-1.7s.4 0 .4 1.4c0 1.5.3 4.2-.1 5.5z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M298 172.7c-.5 1.7-.2 3.6 0 5"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M297.3 181.6c-.3-.2-2.3-3-2-5.2 0-1.7.5-2 .5-2s.3-.1.6 1.4c.3 1.6 1.2 4.3.9 5.8z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M295.7 174.5c-.2 1.8.5 3.7 1 5.2"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M296.2 184.1a9.9 9.9 0 0 1-2.4-4.7c-.2-1.5 0-1.8 0-1.8s.4-.1.8 1.3c.4 1.4 1.6 3.9 1.6 5.2z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M293.9 177.7c.1 1.7 1 3.4 1.5 4.8"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M298.2 179.6c.3 0 3.2-.2 4.6-1.7 1-1 1-1.5 1-1.5s-.2-.3-1.4.4c-1.1.8-3.4 1.8-4.2 2.8z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M303.7 176.5c-1 1.2-2.7 1.9-4 2.5"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M297.3 181.6c.2 0 3.2 0 4.6-1.4 1.1-1 1-1.4 1-1.4s0-.3-1.2.3c-1.2.7-3.6 1.5-4.4 2.5z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M303 178.9c-1.2 1-2.8 1.7-4.1 2.2"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M296.4 184.2c.2 0 3.4-.2 4.9-1.7 1-1.1 1-1.5 1-1.5s-.1-.4-1.4.3c-1.2.8-3.7 1.8-4.5 2.9z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M302.3 181c-1.2 1.3-2.9 2-4.3 2.5"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M296.8 183s-.3-.5-.3-1c0-.6.2-.8.2-.8l-.2-.2-.1.9v.3l-.5-.5a10.8 10.8 0 0 1-.1-.4h-.2l.3.7c.5.4.8 1.1.8 1.1"/>
<path style="marker:none" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M295.6 180.3a.5.4 83.5 1 1 .1 1 .5.4 83.5 1 1-.1-1z" overflow="visible"/>
<path style="marker:none" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M296.8 180.3a.4.5 19.3 1 1-.3 1 .4.5 19.3 1 1 .3-1z" overflow="visible"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M296.7 183l1-.7c.3-.4.3-.7.3-.7h.2l-.4.8-.2.2.6-.1.4-.2.1.1-.6.4c-.6 0-1.3.3-1.3.3"/>
<path style="marker:none" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M299.4 181.6a.4.5 45.6 1 0-.8.8.4.5 45.6 1 0 .8-.8z" overflow="visible"/>
<path style="marker:none" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M298.4 180.8a.4.5 19.8 1 0-.3 1 .4.5 19.8 1 0 .3-1z" overflow="visible"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M295.4 186.9c-.2-.2-2.4-2.6-2.8-4.8-.3-1.6 0-1.9 0-1.9s.3-.1.8 1.3c.6 1.5 2 4 2 5.4z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M292.6 180.3c.2 1.8 1.2 3.5 2 4.9"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M295.6 186.9c.3 0 3.5-.4 5-2 1-1.3 1-1.7 1-1.7s-.2-.4-1.4.5-3.8 2-4.6 3.2z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M301.5 183.2c-1 1.4-2.8 2.2-4.2 3"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M295.2 189.6c.3 0 3.5-.9 5-2.6 1.1-1.3 1-1.7 1-1.7s-.1-.2-1.4.7c-1.2 1-3.8 2.5-4.6 3.6z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M301.2 185.4c-1.1 1.4-3 2.4-4.3 3.2"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M295 189.6c-.3 0-3.3-2.2-3.8-4.5-.3-1.7 0-2 0-2s.5-.3 1.2 1.2c.7 1.4 2.5 3.8 2.7 5.3z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M291.3 183.2c.3 1.8 1.5 3.5 2.5 4.8"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M295.2 193a11 11 0 0 0 4.6-3.6c.9-1.5.7-1.8.7-1.8s-.2-.3-1.3 1c-1 1.2-3.4 3.1-4 4.5z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M300.5 187.7c-1 1.6-2.5 3-3.8 4"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M295 193.2c-.3 0-3.6-1.7-4.4-4-.7-1.6-.4-2-.4-2s.4-.4 1.3 1c1 1.3 3.1 3.5 3.5 5z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M290.3 187.2c.5 1.8 2 3.4 3.2 4.6"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M295 191.6s-.4-.5-.5-1c-.2-.6 0-.9 0-.9h-.3v.8l.2.4-.6-.4-.3-.5-.2.2.5.6c.6.2 1.1 1 1.1 1"/>
<path style="marker:none" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M293 189a.6.4 69.4 1 1 .4 1.2.6.4 69.4 1 1-.4-1.1z" overflow="visible"/>
<path style="marker:none" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M294.3 188.7a.4.6 5.2 1 1 0 1.2.4.6 5.2 1 1 0-1.2z" overflow="visible"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M295 191.6s.6-.5.8-1c.3-.5.2-.8.2-.8h.3l-.3.8-.1.4.6-.3.4-.4.1.2-.6.5c-.6.1-1.2.7-1.2.7"/>
<path style="marker:none" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M297.5 189.4a.4.6 31.5 1 0-.6 1 .4.6 31.5 1 0 .6-1z" overflow="visible"/>
<path style="marker:none" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M296.3 188.9a.4.6 5.7 1 0-.1 1.1.4.6 5.7 1 0 0-1.1z" overflow="visible"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M295.4 196.2a12 12 0 0 1-5.1-4c-1-1.7-.8-2.1-.8-2.1s.2-.3 1.4 1c1.3 1.4 3.8 3.6 4.5 5.1z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M289.5 190.2c1 1.8 2.8 3.3 4.2 4.6"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M295.6 196.2c.4 0 4-1.9 5-4.4.6-1.8.3-2.3.3-2.3s-.4-.3-1.4 1.2c-1 1.4-3.4 3.8-3.9 5.5z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M300.9 189.6c-.7 2-2.3 3.7-3.6 5"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M296.6 199.3c.3-.1 3.7-2.3 4.5-4.8.7-1.9.4-2.3.4-2.3s-.4-.3-1.3 1.3c-1 1.5-3.2 4-3.6 5.7z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M301.5 192.3c-.7 2-2.2 3.8-3.4 5.2"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M296.3 199.3c-.4 0-4.7-1.3-6.2-3.8-1-2-.9-2.5-.9-2.5s.4-.4 1.8 1c1.5 1.4 4.5 3.5 5.3 5.2z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M289.3 193.1c1.1 2 3.3 3.6 5 4.8"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M300.1 205.7c.3-.2 2.6-3 2.8-5.6.2-1.8-.2-2-.2-2s-.3-.2-.8 1.4c-.5 1.7-1.8 4.6-1.8 6.2z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M302.8 198.1c-.1 2-1 4-1.8 5.6"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M300 205.6c-.5.2-5.4 0-7.7-2.1-1.6-1.6-1.5-2.2-1.5-2.2s.2-.5 2.1.5c2 1 5.7 2.3 7 3.8z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M290.9 201.4c1.7 1.7 4.4 2.6 6.5 3.4"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M298.2 203c-.4.1-4.8-1-6.8-3.1-1.6-1.6-1.5-2.1-1.5-2.1s.2-.4 2 .8c1.6 1.2 5 3 6.3 4.5z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M290 197.9c1.6 1.7 4 3 5.8 4"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M298.4 203c.4-.2 3.6-2.9 4-5.6.2-2-.2-2.5-.2-2.5s-.5-.2-1.2 1.5c-.7 1.8-2.6 4.7-2.6 6.5z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M302.2 195c-.2 2.2-1.5 4.3-2.5 6"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M297.4 201.5l-1-.8c-.4-.5-.5-.9-.5-.9h-.3a8 8 0 0 0 .8 1.2l-.8-.1-.5-.3v.2l.7.4c.7 0 1.6.5 1.6.5"/>
<path style="marker:none" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M294.2 199.8a.7.5 45.9 1 1 1 1 .7.5 45.9 1 1-1-1z" overflow="visible"/>
<path style="marker:none" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M295.4 198.8a.7.5 71.6 1 1 .4 1.3.7.5 71.6 1 1-.4-1.3z" overflow="visible"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M297.5 201.4s.4-.6.4-1.3l-.1-1h.2a7.8 7.8 0 0 0 .1 1.3l.6-.5.2-.6.2.1-.4.8c-.6.5-1 1.4-1 1.4"/>
<path style="marker:none" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M299.1 198.2a.5.7 8 1 0-.2 1.3.5.7 8 1 0 .2-1.3z" overflow="visible"/>
<path style="marker:none" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M297.6 198.1a.7.5 72.2 1 0 .4 1.3.7.5 72.2 1 0-.4-1.3z" overflow="visible"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M301.8 207.6c-.3.2-4.3 1-6.8-.3-1.8-.9-2-1.4-2-1.4s0-.5 2 0c1.8.4 5.2.7 6.8 1.7z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M293.1 206c2 1 4.4 1.2 6.3 1.4"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M302 207.5c.2-.1 2-2.5 1.9-4.8 0-1.7-.4-2-.4-2s-.3-.2-.6 1.3c-.2 1.5-1 4-.9 5.5z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M303.5 200.8c.2 1.8-.4 3.6-.9 5"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M305.5 210.3c-.3.3-5 1.5-8 .3-2-1-2.1-1.5-2.1-1.5s0-.5 2.2-.1c2.1.3 6.2.4 8 1.3z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M295.5 209.2c2.2 1 5 1 7.3 1.1"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M305.8 210.3c.2-.3 1.2-3.8 0-5.6-1-1.4-1.5-1.3-1.5-1.3s-.4 0 0 1.5c.3 1.5.5 4.3 1.5 5.4z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M304.4 203.4c1 1.4 1.1 3.4 1.3 5"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M303.3 208.7s-.5.4-1.2 0c-.6-.3-.8-.7-.8-.7l-.3.2 1 .7.3.2-.9.2-.6-.1v.3h1a13.6 13.6 0 0 0 1.5-.5"/>
<path style="marker:none" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M299.5 208.7a.8.5 24.1 1 1 1.4.7.8.5 24.1 1 1-1.4-.7z" overflow="visible"/>
<path style="marker:none" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M300.3 207.2a.8.5 49.9 1 1 1 1.2.8.5 49.9 1 1-1-1.2z" overflow="visible"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M303.4 209s.6-.5.2-1.2l-.6-.9.1-.2.7 1 .2.3.2-.9v-.6h.2v1l-.5 1.5"/>
<path style="marker:none" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M303.7 205.1a.8.5 69.5 1 0 .6 1.5.8.5 69.5 1 0-.6-1.5zm-1.5.8a.8.5 43.7 1 0 1 1 .8.5 43.7 1 0-1-1z" overflow="visible"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M308.3 211.8c-.3.4-4.2 3-7.4 2.3-2.3-.4-2.6-1-2.6-1s-.1-.6 2-.8c2.2-.1 6-1 8-.5z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M298.4 213.1c2.5.6 5.2 0 7.3-.5"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M310.8 212.6s-.5.7-1.3.5a3 3 0 0 1-1.2-.5l-.3.3 1.3.4.5.1-.9.6-.7.1v.3l1.2-.3c.2 0 1.4-1 1.4-1"/>
<path style="marker:none" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M306.6 214a.9.6 5.4 1 1 1.7.2.9.6 5.4 1 1-1.7-.1zm.4-2a.9.6 31.2 1 1 1.5 1 .9.6 31.2 1 1-1.5-1z" overflow="visible"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M309.5 212.2c.2-.3.7-4-1-5.6-1.1-1.2-1.7-1-1.7-1s-.5.1.1 1.5c.7 1.4 1.4 4.2 2.6 5.1z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M306.8 205.6c1.4 1.2 1.9 3.2 2.3 4.7"/>
<path fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M311.4 213s.2-.7-.5-1.2c-.6-.5-1.1-.6-1.1-.6v-.4l1.2.7.4.3c.4.3 0-.8-.2-1l-.4-.7.3-.2.5 1 .2 2"/>
<path style="marker:none" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M309.7 209a.9.6 42.7 1 0 1.3 1.1.9.6 42.7 1 0-1.3-1.2zm-1.2 1.5a.9.6 17 1 0 1.7.6.9.6 17 1 0-1.7-.6z" overflow="visible"/>
<path fill="#452c25" d="M319.1 209s-2.3 5.4-1.5 6c0 0 2.4-4.3 4.4-5.8 1.1-1 1.8 0 2-1 0-.8-3-2.1-3-2.1l-1.8 2.7"/>
<path fill="none" stroke="#000" stroke-width=".2" d="M319.1 209s-2.3 5.4-1.5 6c0 0 2.4-4.3 4.4-5.8 1.1-1 1.8 0 2-1 0-.8-3-2.1-3-2.1l-1.8 2.7"/>
<path fill="#452c25" d="M310.6 213.1s-3.4 6-2.5 6c.8 0 4.5-7.5 4.5-7.5l-1.3.2-.7 1.3z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M310.6 213.1s-3.4 6-2.5 6c.8 0 4.5-7.5 4.5-7.5l-1.3.2-.7 1.3z"/>
<path fill="#452c25" d="M311.6 211.5s-3.6 5.8-2.7 5.9c1 .1 4.8-7.4 4.8-7.4l-1.3.1-.8 1.4z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M311.6 211.5s-3.6 5.8-2.7 5.9c1 .1 4.8-7.4 4.8-7.4l-1.3.1-.8 1.4z"/>
<path fill="#452c25" d="M312.3 210.5s-4 5.4-3.2 5.6c1 .2 5.4-7 5.4-7l-1.3.1-.9 1.3z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M312.3 210.5s-4 5.4-3.2 5.6c1 .2 5.4-7 5.4-7l-1.3.1-.9 1.3z"/>
<path fill="#452c25" d="M313.4 209.5s-4.8 4.9-3.9 5.2c.8.3 6.2-6.2 6.2-6.2l-1.2-.1-1.1 1.1z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M313.4 209.5s-4.8 4.9-3.9 5.2c.8.3 6.2-6.2 6.2-6.2l-1.2-.1-1.1 1.1z"/>
<path fill="#452c25" d="M313.6 207.7s-4.2 5.4-3.3 5.6c.9.2 5.5-6.9 5.5-6.9l-1.3.1-1 1.2z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M313.6 207.7s-4.2 5.4-3.3 5.6c.9.2 5.5-6.9 5.5-6.9l-1.3.1-1 1.2z"/>
<path fill="#452c25" d="M312.5 212.4s-4 5.5-3.2 5.6c1 .2 5.4-7 5.4-7l-1.3.1-.9 1.3z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M312.5 212.4s-4 5.5-3.2 5.6c1 .2 5.4-7 5.4-7l-1.3.1-.9 1.3z"/>
<path fill="#452c25" d="M314.8 211.3s-2.4 4.5-2.1 4.6c.3.2 3.1-2.5 4.6-5.2 1.4-2.6-2.6.5-2.6.5"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M314.8 211.3s-2.4 4.5-2.1 4.6c.3.2 3.1-2.5 4.6-5.2 1.4-2.6-2.6.5-2.6.5"/>
<path fill="#452c25" d="M315 210.8s-2.3 5.5-1.5 6c0 0 3-3.3 3.7-5.9.8-2.6 0-.1 0-.1l-.2-2.9-2 2.7"/>
<path fill="none" stroke="#000" stroke-width=".2" d="M315 210.8s-2.3 5.5-1.5 6c0 0 3-3.3 3.7-5.9.8-2.6 0-.1 0-.1l-.2-2.9-2 2.7"/>
<path fill="#452c25" d="M313.8 210.4s-4.7 4.8-3.9 5.1c.9.3 6.3-6.1 6.3-6.1l-1.3-.1-1 1z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M313.8 210.4s-4.7 4.8-3.9 5.1c.9.3 6.3-6.1 6.3-6.1l-1.3-.1-1 1z"/>
<path fill="#452c25" d="M314.2 211s-4.7 5-3.9 5.2c.8.3 6.2-6.2 6.2-6.2h-1.2l-1.1 1z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M314.2 211s-4.7 5-3.9 5.2c.8.3 6.2-6.2 6.2-6.2h-1.2l-1.1 1z"/>
<path fill="#452c25" d="M314.6 211.8s-4.8 4.9-4 5.2c1 .3 6.3-6.2 6.3-6.2h-1.2l-1.1 1z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M314.6 211.8s-4.8 4.9-4 5.2c1 .3 6.3-6.2 6.3-6.2h-1.2l-1.1 1z"/>
<path fill="#452c25" d="M315 205.1s-3.6 4.5-3 5.3c.4.8 3.6-2 4.7-4 1-2-1.7-1.4-1.7-1.4"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M315 205.1s-3.6 4.5-3 5.3c.4.8 3.6-2 4.7-4 1-2-1.7-1.4-1.7-1.4"/>
<path fill="#452c25" d="M314.8 209.9s-3 5.8-2.2 5.5c.8-.4 3.8-4.7 4.2-5.7.3-1 .2-2 .2-2l-2.3 1.5.2 1.1"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M314.8 209.9s-3 5.8-2.2 5.5c.8-.4 3.8-4.7 4.2-5.7.3-1 .2-2 .2-2l-2.3 1.5.2 1.1"/>
<path fill="#452c25" d="M314.8 208s2.5-4.6 0 .9-3.4 4.5-3.4 4.5c-.2-.3 2.2-4 2.2-4s1.7-2.8 2.1-3.1"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M314.8 208s2.5-4.6 0 .9-3.4 4.5-3.4 4.5c-.2-.3 2.2-4 2.2-4s1.7-2.8 2.1-3.1"/>
<path fill="#452c25" d="M317.5 207.4s2.8-4.6 0 .9c-2.8 5.4-3.9 4.5-3.9 4.5-.2-.3 2.5-4 2.5-4s2-2.8 2.4-3.1"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M317.5 207.4s2.8-4.6 0 .9c-2.8 5.4-3.9 4.5-3.9 4.5-.2-.3 2.5-4 2.5-4s2-2.8 2.4-3.1"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M316.5 205.5s-3.5 4.5-3 5.2c.5.8 3.7-2 4.7-4s-1.7-1.4-1.7-1.4"/>
<path fill="#e8a30e" d="M352.8 251a32.8 37 0 1 1-65.6 0 32.8 37 0 1 1 65.6 0z"/>
<path style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;block-progression:tb;marker:none" fill="none" stroke="#390" stroke-width=".8" d="M293.7 251c0-17 12-30.2 26.3-30.2s26.3 13.1 26.3 30.3" color="#000" font-family="Sans" font-weight="400" overflow="visible"/>
<path fill="#007934" stroke="#eee" stroke-width=".1" d="M287.2 253c1 19.5 15.3 35 32.8 35s31.9-15.5 32.8-35h-65.6z"/>
<path fill="none" stroke="#000" stroke-width=".4" d="M352.8 251a32.8 37 0 1 1-65.6 0 32.8 37 0 1 1 65.6 0z"/>
<path style="marker:none" fill="#d52b1e" stroke="#000" stroke-width=".1" d="M314.5 225.4c-.3 1.4 0 2.5.7 3.6.6.9 1 1.8.9 2.7a7.9 7.9 0 0 0-.7.5l-5.5-3.7 3.7 5.5a8 8 0 0 0-.2.2 4.9 4.9 0 0 0-3-.3 5 5 0 0 1-3.7-.8 4.5 4.5 0 0 0 3.1 2.1 5 5 0 0 1 2.6 1.3 8 8 0 0 0-.2.8l-6.6 1.3 6.6 1.3v.3a4.9 4.9 0 0 0-2.4 1.9 5 5 0 0 1-3 2c1.3.4 2.5 0 3.6-.7a5 5 0 0 1 2.7-.9l.4.7-3.6 5.6 5.4-3.7.3.2a4.9 4.9 0 0 0-.4 3 5 5 0 0 1-.7 3.6 4.5 4.5 0 0 0 2-3.1 4.9 4.9 0 0 1 1.4-2.5l.8.2 1.3 6.5 1.3-6.5h.3a4.9 4.9 0 0 0 1.8 2.3 5 5 0 0 1 2.1 3.1 4.4 4.4 0 0 0-.7-3.6 4.9 4.9 0 0 1-.9-2.8l.7-.4 5.5 3.7-3.7-5.5.2-.3c1 .5 2 .6 3 .4a5 5 0 0 1 3.7.7 4.5 4.5 0 0 0-3.1-2 4.9 4.9 0 0 1-2.6-1.4l.2-.8 6.6-1.3-6.6-1.2a7.9 7.9 0 0 0 0-.4 4.9 4.9 0 0 0 2.4-1.8 5 5 0 0 1 3-2 4.5 4.5 0 0 0-3.6.7 4.9 4.9 0 0 1-2.7.8 7.9 7.9 0 0 0-.4-.7l3.7-5.5-5.5 3.7a8 8 0 0 0-.3-.2c.5-1 .6-2 .4-3a5 5 0 0 1 .7-3.6 4.5 4.5 0 0 0-2 3 5 5 0 0 1-1.4 2.6 8 8 0 0 0-.8-.2l-1.3-6.5-1.2 6.5h-.4a4.9 4.9 0 0 0-1.8-2.3 5 5 0 0 1-2-3.1z" overflow="visible"/>
<use width="330" height="330" fill="#fcbf49" stroke-width="1.1" transform="rotate(22.5 -417.9 955.8) scale(.14262)"/>
<use width="330" height="330" fill="#fcbf49" stroke-width="1.1" transform="matrix(-.14262 0 0 .14262 334 232.7)"/>
<path d="M325.9 236.7c-1.7-1.4-3.8-1.6-4.9-.6-.8 1.1-.8 2.4.2 3.8a.5.5 0 0 0-.3.2 4.9 4.9 0 0 1-.3-4.1c1.5-1.3 3.7-1.4 5.2.7"/>
<path d="M323.3 236.3c-1 0-1.2.2-1.6.5-.4.4-.6.3-.7.4 0 0 0 .3.1.2.2 0 .5-.2.9-.6.4-.3.8-.3 1.3-.3 1.3 0 2 1 2.1 1 .2 0-.7-1.2-2.1-1.2"/>
<path d="M325 237.5c-1-1-2.7-1-3.4 0h.2c.8-1 2.5-.6 2.6 0"/>
<circle cx="323.1" cy="237.4" r=".6"/>
<path d="M321.6 237.6c.7.6 2.2.7 3.3-.1h-.5c-.7.7-1.8.6-2.5 0"/>
<path d="M325 237.8c-1.2 1-2.4.9-3.1.5-.7-.5-.7-.6-.6-.6l.8.4c.6.3 1.5.3 2.9-.2m-3.5 2a.4.4 0 1 1-.6.5c0 .1-.3.6-.9.6h-.1l.1.2c.1 0 .6 0 .9-.2a.6.6 0 1 0 .6-1m.9 3c-.7-.5-1-1-1.7-1a2 2 0 0 0-.7.1h-.1l.1.2c.3 0 .7-.3 1.2 0l1.2.7m-.3 0c-1.4-.5-1.7-.2-2.1-.2h-.1l.1.3c.6 0 .9-.4 2.1-.1"/>
<path d="M322.4 243c-1.6-.2-1.1.8-2.4.8h-.1l.1.2c1.6 0 .9-.9 2.4-1m-8.2-6.3c1.6-1.4 3.7-1.6 4.8-.6.8 1.1.8 2.4-.2 3.8a.5.5 0 0 1 .3.2 5 5 0 0 0 .3-4.1c-1.5-1.3-3.7-1.4-5.2.7"/>
<path d="M316.7 236.3c1 0 1.2.2 1.6.5.4.4.6.3.7.4 0 0 0 .3-.1.2a4.1 4.1 0 0 1-.9-.6c-.4-.3-.8-.3-1.3-.3-1.3 0-2 1-2.1 1-.2 0 .7-1.2 2.1-1.2"/>
<path d="M315 237.5c1-1 2.7-1 3.4 0h-.2c-.8-1-2.5-.6-2.6 0"/>
<circle cx="-316.9" cy="237.4" r=".6" transform="scale(-1 1)"/>
<path d="M318.4 237.6c-.7.6-2.2.7-3.3-.1h.5c.7.7 1.8.6 2.5 0"/>
<path d="M315 237.8c1.2 1 2.4.9 3.1.5.8-.5.8-.6.6-.6l-.8.4c-.5.2-1.5.3-2.9-.2m3.5 2a.4.4 0 1 0 .6.5c0 .1.3.6.9.6h.1l-.1.2c-.1 0-.6 0-.9-.2a.6.6 0 1 1-.6-1m-.9 3c.7-.5 1-1 1.7-1l.7.1h.1l-.1.2c-.3 0-.7-.3-1.2 0l-1.2.7m.3 0c1.4-.5 1.7-.2 2.1-.2h.1l-.1.3c-.6 0-.9-.4-2.1-.1"/>
<path d="M317.6 243c1.6-.2 1.1.8 2.4.8h.1l-.1.2c-1.6 0-.9-.9-2.4-1"/>
<path fill="#007934" stroke="#000" stroke-linecap="round" stroke-width=".1" d="M323.2 258.4c1.6.2 3.3.2 4.7-.3a9.9 9.9 0 0 1 4.2-.6c0-.2.5-.3.2-.5-.5-.3-1.2-.3-1.8-.6-1-.5-1.7-1.3-2.7-2-.1 0-.6-.3-.6-.5 2.2 3.2 7.5 1.5 12 1.2.4.1 1.5-.2 2.4-.5 1-.4 3.6 0 4.3-.5l-1.3-1c-.6-.8-2.3-.7-3-1.5-1.3-1.5-3.3-1.9-4.9-3-.3-.3-1-.2-1.6-.3-.6-.6 0-.5-5-4.7-4.5-1.8-4.2-3.2-7-4.3-1-.5-1.9-1.4-2.7-1.1a30 30 0 0 0-6.3 3c-1.2.6-2.7 2-3.8 2.8-.2.2-3.4 2.9-7 4.8a115 115 0 0 1-9.2 4.8c8-.4-7.3 2.3 29.1 4.8z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M303.3 249c2-1 10-5.3 12.4-8.4-.4 0 .6 1 .5 1.4.8 0 .4-1 1-1 .5 0 .9-.1 1.3-.3.5 0 .2.2.2.4-.7 1.2-2 2-3.2 2.9l.2.4c.4 0 .9 0 1.1-.2l.1-.3c.4.1.3.5.1.7-.3.6-1.4.5-1.8 1a6.2 6.2 0 0 1-1.5 1.7c.5-.4 1-1 1.7-1 1 0 1.3-.7 2.2-.9.9-.1 1.5-.9 2.2-1.4-.3.4-.9.7-.7 1.2a.6.6 0 0 0 .6.2c-.7.8-2 1.4-2.4 2.4-.4-.2-.7.2-1 .2-.4.1-.3.8-.6 1-1.2.7-1.8 1.8-2.3 2.7l-1.3.7c-.7.3-4.6 3.4-4.7 3-.3-2.1-4.3 1.6-13.3-1.6m30.6-.1l-.2-.2c.1-.3-.5-.4-.5-.7 1 0 1.8 1.2 2.5.5.1-.1-.3-.4.4-.6 0 0-.2-.1-.1-.2h-.8l-.8-.3c-.3-.1-.5-.5 0-.6 1-.1 1.9.5 2.6.2.6-.3 1.1-.3 1.7-.5.3-.1 1.2 0 .9.2-.2.2-.7.1-1 .2-.5.1-1 .4-1.4.6.3 0 .2.3.7.2a6 6 0 0 1 2-.4v-.5h.3c-.3-.5.6-.2 1-.6l.1.1c-.5.2-.3.5-.4.8 0 0-.3 0-.2.2.2.2.2-.2.5 0h.6c.3 0 .7-.1.5-.4-.3-.2-.6-.5-.6-.8l-.1-.1c.5 0 1 .2 1.1.4.3.3.3.6.8.7.8.2.7-.2.7-.6.7 0 1.6.3 1.4.6 0 .3-.6.5-1 .5s-.2.3-.4.3c-.4 0-.9 0-1 .2-.2.2 0 .7.3.9.4.2 1.2 0 1.8 0 .1-.3.5-.4.9-.6.4-.3-.2-.5-.5-.7-.3 0 0-.1 0-.3.3-.3.9 0 1-.2.1-.3-.1-.6.1-.8.2-.1.5.1.4.3l.7-.2c.3 0 .5.3.4.4-.5.2-.8.4-.7.8 0 .2-.5.3-.3.5.4.3.4.5.5.9.2.3 1 .4 1.6.3-.2-.7 1.4-.4 2-.5.1 0 .1-.1 0-.2-.3-.2-.3-.3-.3-.6l-.1-.1c1 .3 2.8.8 3.6 1.4-1 .2-2.8-.2-3.8 0a15 15 0 0 1-3.7.6c-.5 0-1-.3-1.6-.3m-11.3-.7l-.4-.1"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M321.2 259.1c2 0 2.2 1.4 3.5.1 1.1.2 2.2-.2 2.2-.3 2.7.6 11.1-.2 10.6-.8-.9-1-2.3-1.4-3.4-2.2l-1.1-.4c-.7-.2-1.5 0-2-.3l-2.6-1.5c-.5-.4-.7-1-1.2-1.4-.6-.4-1.4-.5-2-.7-.9-.4-1.4-1.2-2.2-1.9l-1.1-.4c-.7-.3-1.2-1.1-1.9-1-1 .2-1.7 1-2.8 1.6-1 .4-1.4 1.1-2.2 1.6-.2.2-2.6 1.8-5.3 2.9a72.6 72.6 0 0 1-6.6 2.5s2.4 1.7 8 1.5l3.4 1 1.9-.3h4.8z"/>
<path fill="#007934" stroke="#000" stroke-width=".1" d="M309.8 254.8c1.2-.6 6-2.9 7.4-4.5-.1 0 .5.5.4.7.5 0 .2-.4.6-.5l.8-.1c.3 0 .1 0 .1.2-.4.6-1.3 1-2 1.5l.2.2h.7v-.3c.3.1.2.3.1.4-.2.4-.9.3-1.1.6a3 3 0 0 1-1 .9c.4-.2.7-.5 1.1-.5.6 0 .8-.4 1.3-.5.6-.1 1-.5 1.4-.8-.2.2-.5.4-.4.7l.4.1c-.4.4-1.2.7-1.5 1.2l-.6.1c-.3.1-.2.5-.4.6-.7.3-1 1-1.4 1.4l-.8.4c-.4.2-2.8 1.8-2.8 1.6-.2-1.1-2.6.5-8-1.2"/>
<path style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;block-progression:tb;marker:none" fill="#00a6de" stroke="#000" stroke-width=".1" d="M320 214.2c-18.1 0-32.8 16.5-32.8 36.9S301.9 288 320 288s32.8-16.5 32.8-37c0-20.3-14.7-36.9-32.8-36.9zm0 8.2c13.2 0 24.7 12.3 24.7 28.7s-11.5 28.6-24.7 28.6-24.7-12.2-24.7-28.6c0-16.4 11.5-28.7 24.7-28.7z" color="#000" font-family="Sans" font-weight="400" overflow="visible"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M324.7 266.8c0 .2 0 .2-.4.3-.4 0-.5 0-.5-.2s.1-.2.5-.2c.3-.1.4-.1.4 0z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M324.8 266.8l-.5.2h-.5c0-.2.2-.2.5-.3h.5zm-2.8 9c.8-2.2 1-3.8-.2-6 2-1.9 3.3-1.2 4.6 0-1.2 2.3-1 4-.2 6a4 4 0 0 1-4.2 0z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M324 268.6v7.7h.1v-7.7z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M324.4 268.6a44.6 44.6 0 0 0-.3 7.7c0-2.9.2-5.3.4-7.6zm.7-2.4c-.4.4-.6.4-.4 1 .4-.3.4-.5.4-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M324.3 266.4c.2.3.6.4.3 1-.4-.3-.3-.4-.3-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M324.3 267c.2.3.5.3.3.9-.3-.3-.4-.3-.4-.8z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M324.2 267.4c.2.2.5.4.3 1-.4-.4-.3-.4-.3-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M324 267.9c.3.2.7.3.4 1-.4-.4-.2-.5-.4-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M324 268.4c.2.2.6.3.4 1-.3-.4-.4-.4-.4-1zm1.3-1.7c-.2.1-.6.1-.6.8.5-.3.5-.3.6-.8z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M325.3 267.1c-.2.2-.7.2-.7.7.6-.2.5-.2.7-.7z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M325.2 267.6c-.2.1-.6 0-.7.7.6-.3.6-.2.7-.8z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M325.2 268.1c-.2 0-.7 0-.7.7.4-.1.4-.3.7-.7z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M325 268.6c-.4.1-.5 0-.6.7.5-.3.4-.2.5-.7zm.2.3c-.7 2.1-.8 4-.7 7.4h.1c0-3.4.1-5.2.8-7.3a2.8 2.8 0 0 0-.1 0zm1.2-2.2c-.4.3-.6.2-.5.8.4-.1.4-.3.5-.8z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M325.6 266.8c.2.2.5.4.1 1-.3-.4-.2-.5 0-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M325.4 267.4c.3.3.5.3.2.8-.2-.3-.3-.3-.2-.8z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M325.3 267.7c.1.3.4.4.1 1-.3-.4-.3-.4-.1-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M325 268.1c.3.3.6.5.3 1-.4-.4-.2-.5-.3-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M324.9 268.6c.2.3.5.5.2 1-.3-.4-.3-.4-.2-1zm1.6-1.4c-.2.2-.6 0-.7.7.5-.2.5-.2.7-.6z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M326.4 267.7c-.2 0-.6 0-.8.5.6-.1.6 0 .8-.5z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M326.3 268c-.3.2-.7 0-.9.7.7-.2.6-.2.9-.6z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M326.1 268.6c-.2 0-.6-.2-.8.5.4 0 .4-.2.8-.5z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M325.8 269c-.3 0-.5 0-.7.6.5-.2.5-.1.7-.6zm.1.4c-1 1.9-1.1 3.6-.7 6.8l.2-.1c-.4-3-.2-4.7.6-6.6zm1.6-2.2c-.5.2-.7.2-.7.8.4-.2.5-.4.7-.8z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M326.7 267.2c.1.3.4.5 0 1-.3-.5-.2-.5 0-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M326.4 267.8c.2.2.4.4 0 .8 0-.4-.2-.4 0-.9z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M326.2 268c.1.3.4.5 0 1-.3-.4-.2-.4 0-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M326 268.5c0 .3.4.5 0 1-.3-.5 0-.5 0-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M325.7 268.9c.2.3.5.5 0 1-.1-.4-.2-.5 0-1zm1.8-1.1c-.2 0-.6-.1-.8.5.6-.1.5 0 .8-.5z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M327.3 268.2c-.2 0-.6-.1-.8.4.6 0 .6 0 .8-.4z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M327.1 268.5c-.2 0-.6 0-.8.5.6 0 .5 0 .8-.5z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M327 269c-.3 0-.7-.3-1 .4.5 0 .5-.1 1-.4zm-.5.4c-.3 0-.4 0-.7.5.5-.1.5 0 .7-.5zm-3-.7c.2 2.4.4 4.8.4 7.6h.1c.1-2.9 0-5.3-.4-7.6zm-.6-2.6c.4.4.5.4.4 1-.4-.3-.4-.5-.4-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M323.7 266.4c-.3.2-.6.4-.4 1 .4-.3.4-.4.4-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M323.7 267c-.3.3-.5.3-.3.8.2-.3.3-.2.3-.7z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M323.8 267.4c-.2.2-.5.3-.3 1 .4-.4.3-.4.3-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M324 267.9c-.3.2-.7.3-.5 1 .5-.4.2-.5.4-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M324 268.4c-.3.2-.6.3-.4.9.3-.3.4-.4.4-.9zm-1.3-1.8c.2.2.6.2.6.8-.5-.3-.5-.2-.6-.8z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M322.7 267.1c.2.1.6.1.6.7-.5-.3-.5-.2-.6-.7z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M322.8 267.5c.2.1.6.1.6.8-.5-.3-.5-.3-.6-.8z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M322.8 268c.2.1.7 0 .7.8-.4-.1-.4-.4-.7-.7z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M323 268.5c.3.2.5.1.5.8-.4-.3-.4-.3-.5-.8zm-.2.5a3.8 3.8 0 0 0-.2.1c.7 2 1 3.9.9 7.2h.1a19 19 0 0 0-.8-7.3zm-1.2-2.4c.4.3.5.3.5.8-.4-.1-.4-.3-.5-.8z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M322.4 266.7c-.2.3-.5.4-.2 1 .3-.4.3-.4.2-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M322.6 267.3c-.3.3-.6.4-.2.9.2-.4.3-.4.2-.9z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M322.7 267.6c-.2.3-.5.5-.1 1 .3-.4.2-.4.1-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M323 268.1c-.3.3-.6.4-.3 1 .4-.5.1-.5.2-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M323 268.6c-.1.2-.5.4-.1 1 .2-.4.3-.5.2-1zm-1.5-1.5c.2.1.6 0 .7.7-.6-.2-.5-.2-.7-.7z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M321.6 267.6c.2 0 .6 0 .7.5-.5-.1-.5 0-.7-.5z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M321.7 268c.2 0 .7 0 .8.6-.6-.2-.6-.2-.8-.7z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M321.9 268.5c.2 0 .6-.2.8.6-.4 0-.5-.3-.8-.6z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M322.2 269c.3 0 .4 0 .6.5-.5-.2-.4-.1-.6-.6zm0 .5a4.1 4.1 0 0 0-.2 0c.9 2 1 3.6.7 6.6h.2c.3-3 .2-4.6-.8-6.6zm-1.7-2.5c.4.3.6.2.6.8-.4-.1-.5-.3-.6-.8z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M321.3 267c-.1.3-.4.6 0 1 .3-.4.2-.4 0-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M321.6 267.6c-.2.3-.5.4-.1.9.1-.4.3-.4 0-.9z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M321.8 268c-.2.2-.4.4 0 1 .2-.5.2-.5 0-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M322 268.4c-.1.3-.4.5 0 1 .3-.5 0-.5 0-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M322.3 268.8c-.2.3-.5.5-.1 1 .2-.4.2-.5 0-1zm-1.8-1.2c.2 0 .6 0 .8.5-.6 0-.6 0-.8-.5z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M320.6 268c.3 0 .7 0 .9.5-.6-.1-.6 0-.9-.5z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M320.8 268.4c.3 0 .7 0 1 .5-.7-.1-.7 0-1-.5z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M321 268.9c.3 0 .7-.3 1 .5-.5 0-.5-.3-1-.5z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M321.4 269.3c.3 0 .5 0 .7.5-.5-.1-.4 0-.7-.5zm2.2-3.2c.3.4.5.4.3 1-.4-.3-.3-.5-.3-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M324.3 266.4c-.2.2-.5.3-.4 1 .5-.3.4-.4.4-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M324.4 267c-.3.2-.6.3-.4.8.2-.3.3-.2.4-.7z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M324.4 267.4c-.2.2-.5.3-.4 1 .4-.4.4-.4.4-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M324.5 268c-.3.1-.6.2-.5.8.5-.3.3-.4.5-.9z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M324.5 268.4c-.2.2-.6.3-.4.9.3-.3.4-.3.4-.9zm-1.2-1.8c.2.2.6.2.6.8-.5-.3-.5-.3-.6-.8z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M323.3 267c.2.2.6.2.6.8-.5-.3-.5-.3-.6-.8z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M323.4 267.4c.2.2.6.2.6.9-.5-.4-.5-.3-.6-.9z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M323.4 268c.2.1.7 0 .6.8-.4-.2-.3-.4-.6-.8z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M323.6 268.5c.2.1.4.1.4.8-.4-.4-.4-.3-.4-.8zm-.4.3a2.7 2.7 0 0 0-.1 0c.5 2.5.7 4.7.6 7.5h.2c0-2.5 0-5-.7-7.5zm-1-2.4c.4.4.6.3.5 1-.4-.3-.4-.5-.5-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M323 266.6c-.2.2-.5.4-.2 1 .3-.4.3-.4.2-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M323.1 267.2c-.2.2-.5.3-.2.8.2-.3.3-.3.2-.8z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M323.3 267.5c-.2.3-.5.4-.2 1 .3-.3.3-.4.2-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M323.5 268c-.3.3-.6.4-.3 1 .4-.4.2-.5.3-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M323.6 268.5c-.2.3-.6.4-.3 1 .3-.4.3-.5.3-1zM322 267c.3 0 .7 0 .8.6-.6-.2-.6-.1-.8-.6z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M322.1 267.4c.2.1.7 0 .8.6-.6-.2-.6-.1-.8-.6z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M322.3 267.8c.2.1.6 0 .7.7-.6-.2-.6-.2-.7-.7z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M322.4 268.3c.2 0 .6-.1.8.7-.5-.1-.5-.3-.8-.7z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M322.7 268.8c.3 0 .4 0 .6.6-.5-.2-.5-.1-.6-.6zm-.8.9c.6 1.4.8 2.6.7 3.7l-.3 2.5h.1c.6-2.5.5-4.4-.5-6.2z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M322.5 269.2l-.1.1c.8 2.1.9 4 .7 7h.1c.2-3 .1-5-.7-7zm-1.4-2.4c.4.3.5.2.5.8-.4-.1-.4-.3-.5-.8z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M321.8 266.9c-.1.2-.4.4 0 1 .3-.4.2-.5 0-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M322 267.4c-.1.3-.4.4 0 1 .1-.4.2-.4 0-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M322.3 267.8c-.2.2-.5.4 0 1 .2-.5.1-.5 0-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M322.5 268.2c-.2.3-.5.5 0 1 .2-.5 0-.5 0-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M322.7 268.7c-.1.2-.5.5-.1 1 .2-.4.3-.5.1-1zm-1.7-1.3c.2 0 .6 0 .8.5-.6-.1-.6 0-.8-.5z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M321.1 267.8c.3 0 .7 0 .8.5-.5-.1-.5 0-.8-.5z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M321.3 268.1c.2.1.7 0 .9.6-.6-.1-.6 0-.9-.6z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M321.5 268.7c.2 0 .6-.3.9.5-.5 0-.5-.2-.9-.5z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M321.9 269c.3.1.4 0 .6.6-.4-.1-.4 0-.6-.5zm-2-1.6c.5.2.7.2.8.7-.4 0-.5-.2-.7-.7z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M320.7 267.4c0 .3-.3.5.2 1 .2-.5.1-.5-.2-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M321 267.9c0 .3-.3.5.1.9.1-.4.2-.4 0-.9z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M321.3 268.2c0 .3-.3.5.1 1 .2-.5.2-.5 0-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M321.6 268.6c0 .3-.4.5.1 1 .2-.6 0-.5 0-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M322 269c-.2.3-.5.6 0 1 .1-.4.2-.5 0-1zm-2-1c.2 0 .6-.1.9.4-.6 0-.6 0-1-.4z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M320.2 268.4c.2 0 .6-.2.9.4-.6 0-.6 0-.9-.4z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M320.4 268.7c.3 0 .7-.1 1 .4-.6 0-.6 0-1-.4z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M320.7 269.2c.2 0 .6-.3 1 .4-.5 0-.5-.2-1-.4z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M321.1 269.5c.3 0 .5 0 .8.5-.5 0-.5 0-.8-.5zm3.8-.7a25.9 25.9 0 0 0-.7 7.5 2.5 2.5 0 0 0 .2 0c0-2.8 0-5 .7-7.4a2.8 2.8 0 0 0-.2-.1zm1-2.3c-.4.3-.5.3-.5.9.4-.2.5-.4.5-.9z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M325.1 266.6c.2.3.5.5.2 1-.3-.4-.3-.4-.2-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M325 267.3c.3.2.5.3.2.8-.2-.3-.3-.3-.2-.9z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M324.9 267.6c.2.2.5.4.2 1-.4-.4-.3-.5-.2-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M324.7 268c.2.3.5.5.2 1-.4-.4-.1-.5-.2-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M324.5 268.5c.2.3.6.5.3 1-.3-.4-.3-.4-.3-1zm1.6-1.5c-.2.2-.6 0-.7.7.5-.2.5-.2.7-.7z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M326 267.5c-.2 0-.6 0-.7.6.5-.2.5-.1.7-.6z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M325.9 267.9c-.2 0-.7 0-.8.6.6-.2.6-.1.8-.6z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M325.7 268.4c-.2 0-.6-.2-.7.6.4 0 .4-.3.7-.6z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M325.4 268.8c-.2.1-.4 0-.5.7.4-.2.4-.2.5-.7zm.2.4c-.9 2.1-1 4.1-.8 7h.2c-.2-3-.1-4.9.7-7zm1.5-2.3c-.5.3-.6.2-.6.8.4-.1.4-.3.6-.8z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M326.3 267c.1.2.4.5 0 1-.3-.5-.2-.5 0-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M326 267.5c.3.3.5.5.1 1-.1-.5-.2-.5 0-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M325.9 267.8c.1.3.4.5 0 1-.3-.4-.2-.4 0-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M325.6 268.3c.2.3.5.5.1 1-.3-.5 0-.5-.1-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M325.4 268.7c.2.3.5.5.1 1-.2-.4-.3-.4-.1-1zm1.7-1.2c-.2.1-.6 0-.8.5.6 0 .6 0 .8-.5z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M327 268c-.2 0-.6-.1-.8.4.6-.1.5 0 .8-.5z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M326.8 268.3c-.2 0-.7 0-.8.5.6-.1.5 0 .8-.5z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M326.6 268.8c-.2 0-.6-.3-.8.5.4 0 .4-.3.8-.5z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M326.3 269.2c-.4 0-.5 0-.7.5.4-.1.4 0 .6-.5zm0 .5c-1.1 2-1 4-.6 6.3h.2l-.3-2.9a6 6 0 0 1 .8-3.3h-.1zm1.9-2c-.5.1-.7 0-.8.6.5 0 .5-.2.8-.7z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M327.4 267.5c0 .3.3.6-.2 1-.2-.5-.1-.5.2-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M327 268c.2.3.4.5 0 .9-.1-.4-.2-.4 0-.9z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M326.8 268.3c.1.3.3.5-.1 1-.2-.5-.2-.5.1-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M326.5 268.7c0 .3.4.6-.1 1-.2-.6 0-.5 0-1z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M326.2 269c.1.4.4.7 0 1-.2-.4-.2-.4 0-1zm2-.8c-.3 0-.6-.2-1 .4.6 0 .6 0 1-.4z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M327.9 268.6c-.2 0-.6-.2-.9.3.6 0 .6 0 .9-.3z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M327.7 268.9c-.3 0-.7-.2-1 .4.7 0 .6 0 1-.4z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M327.4 269.4c-.2 0-.6-.4-1 .3.5 0 .6-.2 1-.3z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M327 269.7c-.3 0-.5-.1-.8.4.5 0 .5 0 .8-.4zm-3.5 2.7h1.1c.7 0 1.2.2 1.2.4s-.5.3-1.2.3h-1.1c-.7 0-1.3-.2-1.3-.4s.6-.3 1.3-.3z"/>
<path fill="#e8a30e" stroke="#000" stroke-width="0" d="M322.7 272.4l-.4.6a.3.3 0 0 0 .2 0h.2l.4-.6h-.4zm.9 0l-.4.6h.4l.4-.6h-.4zm.9 0l-.4.7h.4l.4-.7h-.4zm.8 0l-.3.7h.4l.3-.6a.3.3 0 0 0-.2 0h-.2z"/>
<path fill="#e7e7e7" stroke="#000" stroke-width=".1" d="M316.5 268.8l.5 2.7.2.2v1.1c.3.5.3 1.1.5 1.6l.3.6h.4l.1.2-.2.2h-.6l-.3-.1v-.3h-.2l-.1-.6-.8-1c0-.1 0-.4-.2-.5l-.3-.3c-.5-1-1-3-1-3m-6.4-1l1.8.4-.5 2.6c-.3.8-.3.9-.2 1 .2.5.4 1.2 1.1 2.3l.6.4.5.3h.5l.1-.2c0-.1-.3 0-.5-.2 0-.3-.5-.8-.5-1.2-.3-.7-.2-.7-.2-1.5l.5-1.6c.2-.5.5-1.4.5-2l-.8-1.7-.5-.7m-1.6-1.1c-2.9 1-1.7 3.5-.9 3.6m9.2-8.1l.4-1v-.4l-.7.9"/>
<path fill="#e7e7e7" stroke="#000" stroke-width=".1" d="M319.2 262.4c.2 0 .4.1.4 0v-.6c-.6-.4-1-.4-1-.7v-.2c0-.2-.8-.3-1-.4l-.4-.2h-.2c-.8 0-1.1.7-1.2 1.2 0 0-.2 2.1-.5 3a.7.7 0 0 1-.2.3l-.2.2c-2-.2-3.4-.2-4.2-.2-.8 0-1.8.7-1.8.7s-1 .6-1.1 1.6c-.1.3 0 .7.1 1 1 2.7 1.8 0 2.1.1h.4c.5 0 1.4 1.5 2.7 1.8 4 .9 5-1.2 5-5.8v-.2l.2-.4v-.8l1-.2.2-.1"/>
<path fill="#e7e7e7" stroke="#000" stroke-width=".1" d="M317.3 261l.4-1v-.4l-.9 1m-8.9 7.6c.3.8.7 1.5.7 1.8 0 .4-.3.6-.3.7h-.2l-.2.6a1.3 1.3 0 0 0 0 .6c0 .7.4 2.2.4 2.3 0 0 .3 0 .3.2v1.2c0 .2.3.3.3.3h.6l-.4-.4a.4.4 0 0 1 0-.2c0-.2.2-.4.3-.5v-.3l-.1-.2a8.3 8.3 0 0 1-.1-.9v-1.1l.2-.2.1-.2 1-.6.8-1 .2-.5a.5.5 0 0 0 0-.2 3.8 3.8 0 0 0-.3-.9 3.2 3.2 0 0 0-.6-.8m5.9 1.8c-.5.4-1.8.7-1.8 1 0 0 0 1.6-.2 2.2l-.3.6-.2.7-.3 1v.3l.4.3h-.4l-.6-.2V274l-.2-1.4.1-1-.1-3.6m4.7-5.4c.2.2.6.4 1.3.1.2.1.3.2.6-.2m-.3-.5h.2s.1 0 0 0c0 0 0-.1 0 0h-.2z"/>
<path d="M317.8 261.4c.2.3.4.3.6.1-.2-.3-.4-.1-.5-.1h-.1z"/>
<path fill="#e7e7e7" fill-rule="evenodd" stroke="#000" stroke-width=".1" d="M329.1 272.9a2 2 0 0 0 0 .7v.8a2 2 0 0 0 0 .7 2 2 0 0 0 0 .7c.2.2 1 .2 1.2 0a2.2 2.2 0 0 0 0-.7v-.7a2 2 0 0 0 0-.7v-.8a2.3 2.3 0 0 0 0-.8v-.7a2.2 2.2 0 0 0 0-.8v-.8a2.4 2.4 0 0 0 0-.8v-.7a2.2 2.2 0 0 0 0-.8 1.9 1.9 0 0 0 0-.8 2.5 2.5 0 0 0 0-.8 2.3 2.3 0 0 0 0-.8 3.3 3.3 0 0 0 0-.8 2.9 2.9 0 0 0 0-.7v-.8a2.6 2.6 0 0 0 0-.8 2.7 2.7 0 0 0 0-.8v-.8a2.3 2.3 0 0 0 0-.8v-.7a2 2 0 0 0 0-.3h-.9v1a2.3 2.3 0 0 0 0 .8v.8a2.7 2.7 0 0 0 0 .8 2.6 2.6 0 0 0 0 .8 3 3 0 0 0 0 .7l-.1.8v.8a2.4 2.4 0 0 0 0 .8 2.5 2.5 0 0 0 0 .8 1.9 1.9 0 0 0 0 .8c-.1.3-.1.5 0 .8v.7a2.4 2.4 0 0 0-.1.8 2.6 2.6 0 0 0 0 .8 2.2 2.2 0 0 0 0 .8 2 2 0 0 0 0 .7 2.3 2.3 0 0 0 0 .8z"/>
<path fill="#e7e7e7" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width=".1" d="M329.1 273.6c.3.2 1 .1 1.2 0m-1.2-.7h1.2m-1.2-.8h1.2m-1.1-.7h1.1m-1.1-.8h1.1m-1.1-.8h1.1m-1-.8h1m-1-.7h1m-1-.8h1m-1-.8h1m-1-.8h1m-1-.8h1m-1-.8h1m-1-.7h1m-1-.8h1m-1-.8h1m-.9-.8h.8m-.8-.8h.8m-.8-.8h.8m-.8-.7h.8m-1 15.5h1.1m-1.2.7h1.2"/>
<path fill="#007934" fill-rule="evenodd" stroke="#e7e7e7" stroke-width=".1" d="M331.5 257a13 13 0 0 1 2.1 0 13.7 13.7 0 0 0-.8-.3h2.2a5 5 0 0 0-1-.5 8 8 0 0 1 2.2.1l-1-.5c.9 0 1.2 0 2 .2a2.6 2.6 0 0 0-.9-.5 8 8 0 0 1 2.5-.2 8.6 8.6 0 0 0-8 .8 6 6 0 0 1 1-1.1 2.5 2.5 0 0 0-.7 0c.3-.3.8-.8 1.2-1l-.7.1 1.4-1a3.1 3.1 0 0 0-.9.1 5.2 5.2 0 0 1 1.6-1.1 4 4 0 0 0-1 0 8.7 8.7 0 0 1 2-1.3c-3.3.4-5.1 2.8-5.3 4.8a7 7 0 0 0-6.6-3.6c1 .3 1.8.7 2.4 1a4.4 4.4 0 0 0-1 .1c.7.2 1.5.6 2 1a3.4 3.4 0 0 0-1 0l1.8.8-.8.1a5 5 0 0 1 1.5.8h-.8c1 .4 1.1.6 1.3.7a8 8 0 0 0-7.3 3 10 10 0 0 1 2.2-1l-.5.8c.5-.4 1.3-.8 2-1a4.8 4.8 0 0 0-.4.7l1.8-1-.4.8 1.7-.7-.5.7 1-.4a6.2 6.2 0 0 0-2.9 5.8l.9-2v1a8.5 8.5 0 0 1 1-2v1l1-2v1l1.1-1.9v.8l.3-.6.7-.9.2.3c.3.4.4 1.1.5 1.8a3.2 3.2 0 0 0 .2-.9c.3.7.7 1.8.7 2.4a3.6 3.6 0 0 0 .2-1c.3.5.6 1.8.7 2.3l.3-.9c.3.8.4 1.7.5 2.3.8-3-.4-4.9-1.8-6.3.4.1.8.5 1.3 1a4.9 4.9 0 0 0-.3-.9l1.5 1.4-.2-.8c.6.4 1.1 1.2 1.5 1.6a5.4 5.4 0 0 0-.2-1 6 6 0 0 1 1.3 1.8l-.1-1c.7.6 1 1.3 1.3 1.7 0-2.7-3.1-5-6-5.3z"/>
<path fill="none" stroke="#e7e7e7" stroke-linecap="round" stroke-linejoin="round" stroke-width=".1" d="M330.3 257.1c3.1-.5 7.2 2.3 7.2 5.3-.3-.4-.6-1.1-1.3-1.8l.1 1a6 6 0 0 0-1.3-1.7l.2 1c-.4-.4-.9-1.2-1.5-1.6l.2.8-1.5-1.4.3 1c-.5-.6-1-1-1.3-1.1m-1.8-1.5c-1.9-1.2-5.8-1-8.7 2.3a10 10 0 0 1 2.2-.9l-.5.8c.5-.4 1.3-.8 2-1a4.8 4.8 0 0 0-.4.7l1.8-1-.4.8 1.7-.7-.5.7 1-.4"/>
<path fill="none" stroke="#e7e7e7" stroke-linecap="round" stroke-linejoin="round" stroke-width=".1" d="M329.7 256.6c-.4-2.2-3-4.8-6.9-4.6 1 .3 1.8.7 2.4 1a4.3 4.3 0 0 0-1 .1c.7.2 1.5.6 2 1a3.4 3.4 0 0 0-1 0l1.8.8a3.2 3.2 0 0 0-.8.1 5 5 0 0 1 1.5.7l-.7.1c1 .4 1 .6 1.2.7m1.5 1c-2.6.8-5.1 3.3-4.7 6.7 0-.4.5-1.5.8-2v1l1-2v1l1-2v1a13.3 13.3 0 0 1 1.1-1.9v.8a5 5 0 0 1 1-1.5m-1.6.2a8.7 8.7 0 0 0-.5 1.4m-.5-.8a9.7 9.7 0 0 0-.5 1.9m-.5-1a9 9 0 0 0-.5 2"/>
<path fill="none" stroke="#e7e7e7" stroke-linecap="round" stroke-linejoin="round" stroke-width=".1" d="M329.9 258.6v-.6" class="fil1 str2"/>
<path fill="none" stroke="#e7e7e7" stroke-linecap="round" stroke-linejoin="round" stroke-width=".1" d="M332.6 261.3v1.3m-1-3l.1 1.6m-1-2.7l.1 1.3m4.8-.4l.6 1.2m-2-2.1l.8 1.4m-2-1.8c.3.3.5.7.7 1.2m-10.6-.8a4.7 4.7 0 0 1 1.7-1.2m-.2 1c.4-.6.6-.9 1.6-1.3m-.2 1c.4-.4.9-.8 1.7-1.1m-.4 1.2c.5-.5 1-.7 1.6-1m-3.7-4c.7 0 1.6.2 2.2.6m-1.2.4c.6 0 1.4.2 1.8.4m-1 .4c.6 0 1.3.3 2 .6m-1.3.2a4 4 0 0 1 1.7.6m.9.2a8.6 8.6 0 0 1 8.5-1.2 8 8 0 0 0-2.4.2c.4 0 .7.3.8.4h-2c.4 0 .7.2 1 .4a7.3 7.3 0 0 0-2.2 0l1 .3h-2.2l.8.3c-1 0-1.6 0-2 .2m4.8-1.6a6 6 0 0 0-2.2-.4m1 .7a5.8 5.8 0 0 0-2.5-.2m1.3.6a6.8 6.8 0 0 0-2.5-.2m1.3.7a5 5 0 0 0-2-.1m.8 1c.4.3.6.7.8 1.1m-3-3.1c.2-2 2-4.4 5.3-4.8a9 9 0 0 0-2 1.3h1c-.5.2-1.2.7-1.6 1.1a3.1 3.1 0 0 1 .9 0 6.7 6.7 0 0 0-1.4 1l.7-.1a4.1 4.1 0 0 0-1.2.9h.7l-1 1.1m2-4c-.5.1-1.1.4-1.6.7m1 .4a4.5 4.5 0 0 0-1.5.5m.9.4c-.5.1-1 .4-1.5.7m1 .2a3.2 3.2 0 0 0-1.4.8m-.5 2.4a6 6 0 0 0-.3 1.1m1.2-2c1.8 1.6 4.1 3.7 3 7.6a6 6 0 0 0-.4-2.2l-.3.9a6.8 6.8 0 0 0-.7-2.4 3.5 3.5 0 0 1-.2 1 8.3 8.3 0 0 0-.7-2.4c0 .2 0 .6-.2.9 0-.9-.3-1.7-.7-2"/>
<path font-size="100" style="line-height:125%;-inkscape-font-specification:'Linux Biolinum Bold';text-align:center" fill="#e8a30e" stroke="#000" stroke-width=".1" d="M293.3 233.5l1.3.7.3-.6c.1-.3.2-.5.1-.6 0-.2-.2-.4-.5-.5-.3-.2-.6-.3-.7-.2-.2 0-.4.2-.5.4l-.2.5c0 .1 0 .2.2.3m1.6 1l1.7.8h.3l.3-.5.3-.6a.6.6 0 0 0 0-.4.7.7 0 0 0-.2-.2 1.9 1.9 0 0 0-.3-.2c-.8-.4-1.3-.3-1.7.3l-.4.7m-2.6-.8a33 33 0 0 0 .6-1.2 3.3 3.3 0 0 1 .6-.7l.6-.4h.9c.2.1.3.3.4.6.1.2.2.5.1.7a2 2 0 0 1 1-.6l1 .1c.3.2.5.6.6 1 .1.5 0 1-.4 1.7a32.4 32.4 0 0 1-.7 1.3l-.3.7-1.4-.9-1.8-1-1.5-.7.3-.6m9-10.8c-.8.6-.7 1.5.3 2.6.5.6 1 1 1.5 1 .4.2.9 0 1.3-.3.3-.3.5-.6.4-1a3.1 3.1 0 0 0-.8-1.5c-.5-.7-1-1-1.4-1.2-.5 0-1 0-1.4.4m3.8-.2c.5.6.7 1.3.7 2a2.8 2.8 0 0 1-1.2 2 2.9 2.9 0 0 1-2 .7 2.4 2.4 0 0 1-1.8-1 2.8 2.8 0 0 1-.7-2c0-.7.4-1.4 1-2a2.9 2.9 0 0 1 2-.7c.8 0 1.4.4 2 1m8-2.6l.3 1a14.4 14.4 0 0 0 1.9-.7h.3a4.5 4.5 0 0 0 .3.7l-.5.1-2.4.7-.7.2-.4-1.6-.5-2a12 12 0 0 0-.5-1.5l.6-.2.7-.2.3 1.6.6 2m9.2-3a12.2 12.2 0 0 0 0-1.6h.8l.7.1c-.2.5-.2 1-.3 1.7l-.2 2a11.9 11.9 0 0 0-.1 1.6h-.7l-.7-.1.3-1.7.2-2m9.9 5.3c1.6-1.3 2.7-2.2 3.1-2.7l.4.2.4.2a230 230 0 0 0-4.7 3.6l-.5-.3a316.2 316.2 0 0 1 .2-2 362.5 362.5 0 0 0 .4-3.8 7.7 7.7 0 0 0 1.2.7 34.8 34.8 0 0 0-.5 4m8.4 4l1.2-1.3.4.6.5.4a11.1 11.1 0 0 0-1.3 1.1l-1.5 1.4a12 12 0 0 0-1.1 1.1l-.5-.5-.5-.5 1.3-1 1.5-1.4m5 10l1.3-1.4h-2a18 18 0 0 0 .7 1.4m-1.1-1.3l-2 .1a1.9 1.9 0 0 0-.1-.3 2.6 2.6 0 0 0-.2-.4h5.9l.3.6a82.5 82.5 0 0 0-4 4.3l-.2-.7a5.4 5.4 0 0 0-.3-.6 23.9 23.9 0 0 0 1.4-1.3 35 35 0 0 0-.4-.8 39.5 39.5 0 0 0-.4-1" font-family="Linux Biolinum" font-weight="700" letter-spacing="60" text-anchor="middle" word-spacing="0"/>
<path fill="#e8a30e" stroke="#000" stroke-linecap="square" stroke-linejoin="round" stroke-width=".1" d="M325 280.6l-.8 2.2h-2.4l1.9 1.5-.7 2.2 2-1.3 1.8 1.3-.6-2.2 1.8-1.4h-2.3zm9-3.9l-.7 2.2H331l1.8 1.5-.7 2.2 2-1.3 1.9 1.3-.7-2.2 1.9-1.4h-2.4zm14.2-25l-.8 2.3h-2.3l1.8 1.4-.6 2.3 1.9-1.4 1.9 1.4-.7-2.3 1.9-1.4h-2.4zm-6.7 17.9l.7 2.2h2.4l-1.9 1.4.7 2.3-2-1.4-1.9 1.4.7-2.3-1.8-1.4h2.3zm4.7-8.2l.8 2.2h2.3l-1.9 1.5.7 2.2-1.9-1.3-2 1.3.8-2.2-1.9-1.4h2.3zm-31.1 19.2l.8 2.2h2.3l-1.9 1.5.7 2.2-2-1.3-1.8 1.3.6-2.2-1.8-1.4h2.3zm-9.2-3.9l.8 2.2h2.4l-2 1.5.8 2.2-2-1.3-1.9 1.3.7-2.2-1.9-1.4h2.4zm-14-25l.7 2.3h2.3l-1.8 1.4.6 2.3-1.9-1.4-1.9 1.4.7-2.3-1.9-1.4h2.4zm6.6 17.9l-.7 2.2h-2.4l1.9 1.4-.7 2.3 2-1.4 1.9 1.4-.7-2.3 1.8-1.4h-2.3zm-4.7-8.2l-.8 2.2h-2.3l1.9 1.5-.7 2.2 1.9-1.3 2 1.3-.8-2.2 1.9-1.4h-2.3z"/>
<path fill="#e7e7e7" stroke="#000" stroke-width="0" d="M321 248.1v-.5h.1l-.8-.5h-.7l-.8.5v.5h2.3"/>
<path fill="#e7e7e7" stroke="#000" stroke-width="0" d="M321 248.1v-.5h.1l-.8-.5v-.7h-.6v.7l-.9.5v.5h2.3zm.3.6v.2h-2.6v-.2h2.6"/>
<path fill="#e7e7e7" stroke="#000" stroke-width="0" d="M321.3 248.7v.2h-2.6v-.2h2.6zm-2.5 0v-.5h.1v.5-.5h-.1v-.1h2.4v.1h-.2v.5-.5h.1v.5"/>
<path fill="#e7e7e7" stroke="#000" stroke-width="0" d="M318.9 248.7v-.5.5-.5h-.1v-.1h2.4v.1h-.2v.5-.5h.1v.5"/>
<path fill="#e7e7e7" stroke="#000" stroke-width="0" d="M319.4 248.6v-.4h-.4v.4h.4"/>
<path fill="#e7e7e7" stroke="#000" stroke-width="0" d="M319.1 248.3v.2h.2v-.2h-.2m1.8.3v-.4h-.3v.4h.3"/>
<path fill="#e7e7e7" stroke="#000" stroke-width="0" d="M320.7 248.3v.2h.1v-.2h-.1m.2-.3v-.3h-.3v.3h.3z"/>
<path fill="#e7e7e7" stroke="#000" stroke-width="0" d="M320.7 247.7v.2h.1v-.2h-.1m-1.3.3v-.3h-.4v.3h.4z"/>
<path fill="#e7e7e7" stroke="#000" stroke-width="0" d="M319.1 247.7v.2h.2v-.2h-.2m.8.3v-.3h-.3v.3h.3"/>
<path fill="#e7e7e7" stroke="#000" stroke-width="0" d="M319.7 247.7v.2h.1v-.2h-.1m.7.3v-.3h-.3v.3h.3"/>
<path fill="#e7e7e7" stroke="#000" stroke-width="0" d="M320.1 247.7v.2h.2v-.2h-.2m.4.2v.8h-1v-.8h1"/>
<path fill="#e7e7e7" stroke="#000" stroke-width="0" d="M320.5 247.9v.8h-1v-.8h1zm-1 .2h1m-.9.6v-.6m.7.6v-.6m.5-.5l-.5-.4h-.6l-.5.4h1.6m-1-.5h.4m-.3-.1h.2-.2m0 1zm.1 0h.1zm.3 0h.1"/>
<path fill="#e7e7e7" fill-rule="evenodd" stroke="#000" stroke-width="0" d="M319.8 246h.4v.4h-.4v-.4z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M320 245.6v.4m-.2-.2h.4"/>
<path fill="#452c25" d="M317.1 210.3s-2.3 5.4-1.5 6c0 0 3-3.3 3.7-5.9.8-2.6 0-.2 0-.2l-.2-2.8-2 2.7"/>
<path fill="none" stroke="#000" stroke-width=".2" d="M317.1 210.3s-2.3 5.4-1.5 6c0 0 3-3.3 3.7-5.9.8-2.6 0-.2 0-.2l-.2-2.8-2 2.7"/>
<path fill="#452c25" d="M317.6 207.7s-2.8 6-2.1 6.4c0 0 2.3-2.7 3-4.8.5-2.1 0-.1 0-.1l.7-3.9"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M317.6 207.7s-2.8 6-2.1 6.4c0 0 2.3-2.7 3-4.8.5-2.1 0-.1 0-.1l.7-3.9"/>
<path fill="#452c25" d="M320.5 206.4s-2.8 6-2.1 6.4c0 0 2.3-2.7 3-4.8.5-2.2 0-.2 0-.2l.7-3.8"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M320.5 206.4s-2.8 6-2.1 6.4c0 0 2.3-2.7 3-4.8.5-2.2 0-.2 0-.2l.7-3.8"/>
<path fill="#452c25" d="M356.8 195.6l3.4 1.9s.8.7-1 .3a42 42 0 0 1-12.8-6.4c-3.3-2-4.3-2-4.3-2l4.5.1 10.2 6.1z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M356.8 195.6l3.4 1.9s.8.7-1 .3a42 42 0 0 1-12.8-6.4c-3.3-2-4.3-2-4.3-2l4.5.1 10.2 6.1z"/>
<path fill="#452c25" d="M358 194.8l3.3 1.9s.8.7-1 .3a45 45 0 0 1-12.8-6.4c-3.3-2.1-.6 1.7-.6 1.7l.5-2.5 10.5 5z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M358 194.8l3.3 1.9s.8.7-1 .3a45 45 0 0 1-12.8-6.4c-3.3-2.1-.6 1.7-.6 1.7l.5-2.5 10.5 5z"/>
<path fill="#452c25" d="M363.5 196.6s-4-.7-5.4-1.8c0 0 .2.5-1.7-.4 0 0 .7 1.7-4.8-2-5.5-3.8-3.6-2-3.6-2l1.6-.3 9.3 3.7a53 53 0 0 1 4.6 2.8"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M363.5 196.6s-4-.7-5.4-1.8c0 0 .2.5-1.7-.4 0 0 .7 1.7-4.8-2-5.5-3.8-3.6-2-3.6-2l1.6-.3 9.3 3.7a53 53 0 0 1 4.6 2.8z"/>
<path fill="#452c25" d="M342.6 198.1l1.4 1.9s-.5 1.8-5.1-1.7-4.4-3.2-4.4-3.2l2.6-.3 5.6 3.2"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M342.6 198.1l1.4 1.9s-.5 1.8-5.1-1.7-4.4-3.2-4.4-3.2l2.6-.3 5.6 3.2"/>
<path fill="#452c25" d="M336.6 199s2.2 2.9 1.7 3.2c-.5.4-3 .2-4.8-2.5-1.9-2.8 0-.2 0-.2v-4.4l3.2 3.8"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M336.6 199s2.2 2.9 1.7 3.2c-.5.4-3 .2-4.8-2.5-1.9-2.8 0-.2 0-.2v-4.4l3.2 3.8"/>
<path fill="#452c25" d="M338.8 197.8s2.1 2.6 1.9 3c-.2.4-3.2.2-5.5-2.5-2.3-2.6-.3-3.4-.3-3.4l3.9 2.7"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M338.8 197.7s2.1 2.7 1.9 3.1c-.2.4-3.2.2-5.5-2.5-2.3-2.6-.3-3.4-.3-3.4l4 2.8z"/>
<path fill="#452c25" d="M350.6 196.2s6 2.5 1.6 2.4c0 0-8.6-2.3-13-6.2l1.2-1.6 10.2 5.2"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M350.6 196.2s6 2.5 1.6 2.4c0 0-8.6-2.3-13-6.2l1.2-1.6 10.2 5.2"/>
<path fill="#452c25" d="M353.8 195.4s3.1 2 3.4 2.7c.2.8-10-1.9-15.3-6.3l2.4-1.2 9.4 4.8z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M353.8 195.4s3.1 2 3.4 2.7c.2.8-10-1.9-15.3-6.3l2.4-1.2 9.4 4.8z"/>
<path fill="#452c25" d="M344.5 197.2s2.3 1.9 2 2.1c-.3.2-5-.5-8.6-3.3l.4-1.7 6.2 2.8"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M344.5 197.2s2.3 1.9 2 2.1c-.3.2-5-.5-8.6-3.3l.4-1.7 6.2 2.8"/>
<path fill="#452c25" d="M348.4 197s2.3 1.6 1.8 1.8c-.4.1-2.2 1.6-10.7-3.4l-1-.6 1.3-2 8.6 4.1"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M348.4 197s2.3 1.6 1.8 1.8c-.4.1-2.2 1.6-10.7-3.4l-1-.6 1.3-2 8.6 4.2z"/>
<path fill="#452c25" d="M339.7 192.4s2.8 2.4 2.4 2.8c-.4.4-3.6-.4-5-1.5-1.5-1-2.6-2.4-2.6-2.4l3-.7 2.2 1.8z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M339.7 192.4s2.8 2.4 2.4 2.8c-.4.4-3.6-.4-5-1.5-1.5-1-2.6-2.4-2.6-2.4l3-.7 2.2 1.8z"/>
<path fill="#452c25" d="M336.4 188.3l5 3s4.1 2.8 3.7 3.1c-.4.3-3.7-.8-6-2-2.2-1.3-5-4-5-4"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M336.4 188.3l5 3s4.1 2.8 3.7 3.1c-.4.3-3.7-.8-6-2-2.2-1.3-5-4-5-4"/>
<path fill="#452c25" d="M333.2 202.4s1 2.4.4 2.6c-.6.3-2-.2-3-2.3-1.2-2.2 1-1.3 1-1.3l1.6 1z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M333.2 202.4s1 2.4.4 2.6c-.6.3-2-.2-3-2.3-1.2-2.2.7-1.3.7-1.3l2 1z"/>
<path fill="#452c25" d="M334.9 200.9s1.4 2.3 1.1 2.6c-.3.2-2.2 1-4.2-2s2.1-2.3 2.1-2.3l1 1.7z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M334.9 200.9s1.4 2.3 1.1 2.6c-.3.2-2.2 1-4.2-2s2.1-2.3 2.1-2.3l1 1.7z"/>
<path fill="#452c25" d="M330.7 190.4s4.8 9.3 4.4 9.8c-.4.5-2.3 0-3.4-2.5s-1.9-5.6-1.9-5.6l.9-1.7z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M330.7 190.4s4.8 9.3 4.4 9.8c-.4.5-2.3 0-3.4-2.5s-1.9-5.6-1.9-5.6l.9-1.7z"/>
<path fill="#452c25" d="M336.3 192.8s4 3.3 3.2 3.8c-.8.4-2.4-.2-4.8-2.5-2.3-2.3 1.6-1.5 1.6-1.5"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M336.3 192.7s4 3.5 3.2 3.9c-.9.4-2.5-.2-4.8-2.5s1.6-1.4 1.6-1.4z"/>
<path fill="#452c25" d="M334.4 192.8s2.8 5.3 2.5 5.8c-.4.5-2.5-1.3-3.6-2.7-1-1.3-1.9-3.3-1.9-3.3"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M334.4 192.8s2.8 5.3 2.5 5.8c-.4.5-2.5-1.3-3.6-2.7-1-1.3-1.9-3.3-1.9-3.3"/>
<path fill="#452c25" d="M312.9 203.6s-.2 3.1 0 3.3c.2.3 1.7.3 1.8-2 .1-2.4-.3-2.5-.3-2.5l-1.5 1.1"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M312.9 203.6s-.2 3.1 0 3.3c.2.3 1.7.3 1.8-2 .1-2.4-.3-2.5-.3-2.5l-1.5 1.1"/>
<path fill="#452c25" d="M313.8 199.9s-1 3.4 0 4.1c1 .7 1.9-3.4 2-4.3 0-1-2 .2-2 .2"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M313.8 199.9s-1 3.4 0 4.1c1 .7 1.9-3.4 2-4.3 0-1-2 .2-2 .2z"/>
<path fill="#452c25" d="M314.6 204.3s.2 3.2.8 3.4c.6.1 1.6-1 1.6-1.8s-1-2.8-1-2.8l-1.4 1"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M314.6 204.3s.2 3.2.8 3.4c.6.1 1.6-1 1.6-1.8s-1-2.8-1-2.8l-1.4 1"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M314.6 200.4s-1 3.5 0 4.2c1 .7 1.9-3.4 2-4.4 0-.9-2 .2-2 .2z"/>
<path fill="#452c25" d="M314.7 194.8s-1.6 1.7-1.6 2.6c0 1 2.4-1.2 2.6-1.6.2-.4-1-1-1-1"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M314.7 194.8s-1.6 1.7-1.6 2.6c0 1 2.4-1.2 2.6-1.6.2-.4-1-1-1-1z"/>
<path fill="#452c25" d="M313.6 194s-1.3 2.3-1 3c.4.8 1.6-.5 2.2-1.4.6-.8-1.2-1.7-1.2-1.7"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M313.6 194s-1.3 2.3-1 3c.4.8 1.6-.5 2.2-1.4.6-.8-1.2-1.7-1.2-1.7z"/>
<path fill="#452c25" d="M331.5 190.8s2 3.8 1.5 4c-.6.2-1.4-.7-2.3-1.9-.8-1.1.8-2.1.8-2.1"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M331.5 190.8s2 3.8 1.5 4c-.6.2-1.4-.7-2.3-1.9-.8-1.1.8-2.1.8-2.1z"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M331.6 198.6s.7 3.3 0 3.6c-1.2.5-2-2.3-2-3.4 0-1.2 2-.2 2-.2zm-2.6 5.1s.2 2.5-.2 2.7c-.3.2-1.2.2-2.1-1.8-1-2-.5-1.2-.5-1.2l2.3-1.2.5 1.3"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M331.4 203.2s.2 2.5-.3 2.6c-.5 0-1.9-.8-2.5-2.3-.6-1.8 2.4-1.3 2.4-1.3l.4 1z"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M329 195.3s2.6 6 2.1 6.7c-.8 1.7-3.2-3.5-3.9-5.6-.8-2.2 1.7-1 1.7-1z"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M327.7 196.3s3.6 6.5 2.1 6.6c-1.5.2-4.3-4.6-4.7-5.8-.5-1 2.6-.8 2.6-.8z"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M327.5 197.7s1.8 6.2.6 5.6c-1-.5-2.5-5.2-2.6-6.2-.2-1 2 .6 2 .6zm6.2-8.8s2.7 4.1 1.8 4.2c-.8.2-4-2.7-4-3.2-.1-.5 2.2-1 2.2-1z"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M332 189s3.5 4.8 2.4 5c-1 .2-1.1-.5-1.1-.5s-2.8-2.5-3-3.1c-.1-.6 1.6-1.4 1.6-1.4m3.5.1s2.4 2.5 1.8 3.3c-.6.8-4-3.1-4.4-3.6-.4-.5 2.9.2 2.9.2m-6 3.5s3.8 7.5 3 8.2c-.6.8-4.9-5.6-5-6.5-.2-.9 2-1.8 2-1.8"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M327.5 193.2s1.5 2.3 1.4 3.6c0 1.2-2.3-1.8-2.5-2.4-.2-.6 1-1.2 1-1.2zm3.1-1.2s1.2 2.4.8 3.1c-.3.8-2-1.4-2.5-2.3-.6-.8 1.7-.8 1.7-.8z"/>
<path fill="#452c25" stroke="#000" stroke-width=".2" d="M325 194.4s2 2 1.9 3.1c-.1 1.1-2.8-1.6-3-2-.3-.6 1.2-1.1 1.2-1.1z"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M337.2 188.4s2.8 2.5 2.4 3c-.5.3-4.3-2.4-4.9-3-.6-.5 2.5 0 2.5 0z"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M334.8 188.2l2.2 1.9s2 1.3 1.7 1.7c-.3.3-3.6-1.1-4.1-1.8-.6-.7-.6-1.4-.6-1.4l.8-.4zm7.3.6s8.4 3.4 8 4.2c-.3.8-8.8-2.7-10-3.7-1.4-.9 1.8-.6 1.8-.6"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M342.4 189.8s6.3 3.6 5.5 4c-.7.3-5.2-1-7.5-2.5a36.6 36.6 0 0 1-3.3-2.5l2.8-.6 2.5 1.7zm-15.5 4.4s1.2 2.4.8 3c-.4.8-1.5-.5-2.1-1.4-.6-.8 1.3-1.6 1.3-1.6zm.3 5.4s1 3.5-.1 4.2c-1.1.6-1.8-3.6-1.8-4.5 0-.9 1.9.3 1.9.3z"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M322.3 193.8s3.5-1.5 4.1-1.4c0 0 .8-.2 1.1-.5l1.3-1s-.6-4.3 3.9-3.8l11.5 1.1a45 45 0 0 1 6.5 2l9 3.9a30 30 0 0 1 4 2.3c.8.5-.1.1-.1.1s-10.7-5.7-14.5-6.4c-1-.2 0 1 0 1l-3.4-1.3a6 6 0 0 0-2.9-.6 5.8 5.8 0 0 1-2.2-.3c-.6-.2-3.8-.3-4.4-.4a7.3 7.3 0 0 1-1-.2l.3.4-1.6-.2-.5.6s-1.5.3-1.6-.2c-.1-.4-1 2.3-1.3 3-.4.9-1.9.9-2.3 1.4l-1 .9c-.2.1-1.3.8-1.7.8l-2.9.2-.6-1 .3-.4zm4.6 10l-.1 3.3c-.2.2-1.8.1-1.8-2.2s.5-2.4.5-2.4l1.5 1.2"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M327.3 201.4s-.3-1.4-.5-1.6c-.3-.2 0-.3 0-.3s-.5-1.4-.9-1.6c-.3-.2.1-.4.1-.4s-.6-1-1-1.2c-.4-.3 0-.4 0-.4s-.5-1.2-1.5-1.8c0 0-.7-.7-1.4-.9-.7-.2-2.4-.4-4.5-.3-2.2 0-3.2 1.5-3.2 1.5l-.1 1.8.3-.2-.5 2.2c0 .5.5 1.4.5 2.5v1c.1 1 .4 2 .8 2.9v.2c.2-.2.5.6.7 1 0 0 0 1 .2.6l.6 1.1c0 .2.5 1.4.5.9 0-.6.4 1.3.4 1.5l.5-.7.2.8h.5l-.2.8s1.2-1 1.3-1.4v-.6l.4-.4.6-1s1.5 1.2 1.7 1.7l.3.7.4-.3.3.8.3-.4.2.6.1.3c.1.1.4.2.8-.6.6-1 .6-1.9.6-2 0-.3.3.2.3.2s.6-1 .5-1.6c0-.7.3-.4.3-.4v-2.2c0-.4.3-.3.3-.3l-.2-2.3c-.2-.2.3-.2.3-.2z"/>
<path d="M324.3 196.7c.3 0 .4.4.6.6-.1-.4-.3-.7-.6-.8v.2m.3 1.2c.5.5.6 1.1.5 1.8v.1c0-.7 0-1.5-.5-2v.1m1.1.7a3 3 0 0 1 .4 1.6c0-.6 0-1.2-.4-1.7m.4 2.5c0 .4 0 .7-.2 1a.4.4 0 0 0 0 .2 11 11 0 0 0 .2-1.2m-.4 1.9v.7a3.8 3.8 0 0 0 0-.8m.7 0c.2.1.3.3.3.6a.4.4 0 0 0 0-.1 1.2 1.2 0 0 0-.3-.7v.2m0-2.6l.4.5v-.2a3.1 3.1 0 0 0-.5-.5v.2m-1.4 2a5.9 5.9 0 0 1 0 1 6.6 6.6 0 0 0 0-1m-.7.7a5.2 5.2 0 0 1 0 1 6.2 6.2 0 0 0 0-1.1v.1"/>
<path fill="#452c25" d="M310.7 194.3s-.8 3.2-.2 3.5c1.3.7 2-2.2 2.2-3.2.1-1.2-2-.3-2-.3"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M310.7 194.3s-.8 3.2-.2 3.5c1.3.7 2-2.2 2.2-3.2.1-1.2-2-.3-2-.3z"/>
<path fill="#452c25" d="M312.6 194.3s-1.6 1.7-1.6 2.6c0 1 2.4-1.3 2.6-1.7.2-.4-1-.9-1-.9"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M312.6 194.3s-1.6 1.7-1.6 2.6c0 1 2.4-1.3 2.6-1.7.2-.4-1-.9-1-.9z"/>
<path fill="#452c25" d="M285 194.5s-3.3 1.7-3.6 2.4c-.3.7 10-1 15.8-5l-2.3-1.4-9.8 4z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M285 194.5s-3.3 1.7-3.6 2.4c-.3.7 10-1 15.8-5l-2.3-1.4-9.8 4z"/>
<path fill="#452c25" d="M289 195.2s-6 2.2-1.7 2.3c0 0 8.7-1.8 13.3-5.4l-1.1-1.7-10.5 4.7"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M289 195.1s-6 2.3-1.7 2.4c0 0 8.7-1.8 13.3-5.4l-1.1-1.7-10.5 4.7z"/>
<path fill="#452c25" d="M298 189s-6.5 3.4-5.8 3.7c.7.4 5.3-.6 7.7-2l3.4-2.4-2.9-.8-2.5 1.6z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M298 189s-6.5 3.4-5.8 3.7c.7.4 5.3-.6 7.7-2l3.4-2.4-2.9-.8-2.5 1.6z"/>
<path fill="#452c25" d="M295.5 196.3s-2.3 1.9-2 2.1c.2.2 5-.5 8.6-3.4l-.5-1.7-6.2 2.9"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M295.5 196.3s-2.3 1.9-2 2.1c.2.2 5-.5 8.6-3.4l-.5-1.7-6.2 2.9"/>
<path fill="#452c25" d="M291.5 196s-2.2 1.7-1.7 1.8c.5.1 2.3 1.5 10.6-3.9l1-.6-1.5-2-8.4 4.5"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M291.5 196s-2.2 1.7-1.7 1.8c.5.1 2.3 1.5 10.6-3.9l1-.6-1.5-2-8.4 4.6z"/>
<path fill="#452c25" d="M289.8 189.6a66 66 0 0 0-13.9 7.2l17.9-7m11.2 10.6s-1.5 2.3-1.2 2.5c.3.3 2.1 1.2 4.3-1.7 2-3-2-2.5-2-2.5l-1.1 1.7z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M305 200.4s-1.5 2.3-1.2 2.5c.3.3 2.1 1.2 4.3-1.7 2-3-2-2.5-2-2.5l-1.1 1.7z"/>
<path fill="#452c25" d="M306.6 202s-1 2.4-.5 2.6c.6.3 2-.1 3.2-2.2 1.2-2.2-.6-1.1-.6-1.1l-2 .7zm-3.3-3.5s-2.2 2.7-1.7 3.1c.4.4 3 .3 4.9-2.4 1.9-2.6 0 0 0 0l-.5-2.5-2.7 1.7"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M306.6 202s-1 2.4-.5 2.6c.6.3 2-.1 3.2-2.2 1.2-2.2-.6-1.1-.6-1.1l-2 .7zm-3.3-3.5s-2.2 2.7-1.7 3.1c.4.4 3 .3 4.9-2.4 1.9-2.6 0 0 0 0l-.5-2.5-2.7 1.7"/>
<path fill="#452c25" d="M301.2 197.1s-2.2 2.6-2 3c.2.5 3.2.3 5.6-2.2s.5-3.5.5-3.5l-4 2.6"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M301.2 197.1s-2.2 2.6-2 3c.2.5 3.2.3 5.6-2.2s.5-3.5.5-3.5l-4 2.6"/>
<path fill="#452c25" d="M297.4 197.3l-1.4 1.9s.3 1.8 5.1-1.5l4.5-3-2.5-.5-5.8 3"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M297.3 197.2l-1.3 2s.3 1.8 5.1-1.5l4.5-3-2.6-.5-5.7 3z"/>
<path fill="#452c25" d="M282.2 194.5l-3 1.3s-.7.6 1 .7c1.8 0 5.5-.5 11.9-4 2.8-1.7 4.7-3.3 4.7-3.3l-2.4-.8-12.2 6z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M282.2 194.5l-3 1.3s-.7.6 1 .7c1.8 0 5.5-.5 11.9-4 2.8-1.7 4.7-3.3 4.7-3.3l-2.4-.8-12.2 6z"/>
<path fill="#452c25" d="M277 196.4s4.4-.5 6-1.6c0 0-.3.5 2-.4 0 0-1.2 2 5.3-2 6.5-3.8 0 0 0 0l7.2-4.1-.4-.8-14.7 6.2c-1 .3-5.4 2.7-5.4 2.7"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M290.3 192.4l7.2-4.1-.4-.8-14.7 6.2c-1 .3-5.4 2.7-5.4 2.7s4.4-.5 6-1.6c0 0-.3.5 2-.4 0 0-1.1 2 5.3-2z"/>
<path fill="#452c25" d="M308.5 202s-.4 3.4.1 3.5c.5.1 2-1 2.6-3 .6-2.2-2.4-2-2.4-2l-.4 1.3"/>
<path fill="none" stroke="#000" stroke-width=".2" d="M308.5 202s-.4 3.4.1 3.5c.5.1 2-1 2.6-3 .6-2.2-2.4-2-2.4-2l-.4 1.3"/>
<path fill="#452c25" d="M310.8 203.5s-.3 2.4 0 2.6c.4.3 1.3.4 2.3-1.6 1-2 .5-1.3.5-1.3l-2.3-1.2-.5 1.3"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M310.8 203.4s-.3 2.5 0 2.7c.4.3 1.3.4 2.3-1.6 1-2 .5-1.3.5-1.3l-2.3-1.2-.5 1.4z"/>
<path fill="#452c25" d="M311.4 199s-1.9 4-.8 4c1 0 2.5-3 2.7-3.7.2-.7-1.9-.3-1.9-.3"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M311.4 199s-1.9 4-.8 4c1 0 2.5-3 2.7-3.7.2-.7-1.9-.3-1.9-.3z"/>
<path fill="#452c25" d="M311.3 199s-.8 4.5.2 4c1-.3 1.6-3.7 1.7-4.4 0-.7-2 .4-2 .4"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M311.3 199s-.8 4.5.2 4c1-.3 1.6-3.7 1.7-4.4 0-.7-2 .4-2 .4z"/>
<path fill="#452c25" d="M312.8 199.4s-1.1 3.5 0 4.2c1 .7 1.8-3.4 1.9-4.3 0-1-2 .1-2 .1"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M312.8 199.4s-1.1 3.5 0 4.2c1 .7 1.8-3.4 1.9-4.3 0-1-2 .1-2 .1z"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M308.4 198.3s-1 3.2-.4 3.5c1.2.6 2.3-2.2 2.4-3.3.1-1.2-2-.2-2-.2zm-7.9-6.6s-2.8 2.4-2.5 2.7c.3.4 3.6-.2 5.1-1.3l2.1-1.5-2.5-1.6-2.2 1.7z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M303 189.3s-1.8 1.5-1.5 1.9c.4.3 3.6-1 4.2-1.7.6-.6.6-1.3.6-1.3l-3.3 1.1z"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M304.9 189s-2.5 2.1-1.9 2.9c.6.7 4-2.6 4.5-3 .5-.4-2.9 0-2.9 0"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M303.8 188.2l-5 2.3s-4.2 2.7-3.8 3c.4.3 3.7-.6 6-1.7a37.9 37.9 0 0 0 5-3.1m-.9 2.1s-5.3 4.7-4.5 5.1c.8.5 4.4-1.4 6.8-3.7"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M305.8 192.4s-3 5-2.7 5.6c.4.5 2.6-1.2 3.7-2.5s2-3.2 2-3.2"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M307.6 192.8s-3.3 6.1-3 6.6c.4.5 2.4.1 3.5-2.3 1.2-2.4 1-4 1-4l-1.5-.3z"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M309.5 193.1s-3.7 7.6-3 8.3c.8.8 4.8-5.7 5-6.6.3-1.6-2-1.8-2-1.8m-7.7-4.9s-3.3 1.6-2.7 2c.7.2 3.8-1.2 4.2-1.3.5-.1-1.5-.7-1.5-.7z"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M302.3 188.6s-2 1.6-1.6 2c.4.5 3.5-1.2 4-1.7.7-.5-2.4-.3-2.4-.3zm4.3.2s-2.8 3.7-2 3.8c.9.2 4.1-2.4 4.2-2.8 0-.5-2.2-1-2.2-1z"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M307.8 189.6s-3 3.7-2.1 4c.8.2 1-.4 1-.4s2.3-2 2.4-2.5c.2-.5-1.2-1.2-1.2-1.2"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M308.7 190.5s-2.1 3.7-1.6 4c.6.2 1.5-.8 2.4-1.9.9-1-.8-2.1-.8-2.1z"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M309.3 192.2s-1.3 2.3-1 3c.4.8 1.6-.5 2.2-1.3.6-.8-1.2-1.7-1.2-1.7zm.5 6.5s-.8 3.2-.2 3.5c1.3.7 2-2.2 2.2-3.2.1-1.2-2-.3-2-.3z"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M315.7 194.4s-.9-.3-1.5-.3c0 0-1.9-1.4-3-1.6-1-.1 0-.2 0-.2s-.2-2.4-.5-2.6c0 0-.1-2.5-1.7-2.6-1.6-.2-5.1.1-5.7-.1-.7-.3-2.6-1-6.3 0-3.8 1-11.2 4.3-11.6 4.4-.4 0 8.5-2 11-3l3.3-.5s-2.8 1.4-.2.8c2.6-.6 2 0 2 0s-.2.6 1.3.3c1.4-.4 1.4 0 1.4 0s1.7.6 3-.2c0 0 .7 2.3 1.6 2.6 0 0 1 2.2 3.1 2.6l1.2.9 1.2.4 1.3-1"/>
<path fill="#452c25" stroke="#000" stroke-width=".1" d="M298.3 188s-8.6 3-8.3 3.9c.4.8 9-2.4 10.3-3.2 1.4-1-2-.7-2-.7"/>
<path d="M321.8 194.6l.5.2a1.5 1.5 0 0 0-.3-.3l-.7-.3.1.2.4.2M315 201c.2.2.2.5.3.8v-.2c-.1-.2-.1-.5-.3-.7v.1m1.2-6.5l.9-.2v-.1l-.9.1v.2m1.7-.2l.8-.1a.3.3 0 0 0 0-.1 2 2 0 0 0-.8.1v.1m-3 1.5a.3.3 0 0 0 0 .2v-.2m-.1 4.6a4.8 4.8 0 0 0 0 .7.4.4 0 0 0 0-.1v-.6"/>
<path fill="#bd8759" d="M316.6 213.9s-1 .7-1 1a3.8 3.8 0 0 0-.2.8s.8-.1.7.3c0 0 .3.2.8-.8.4-1 .8-1.5 1.1-1.5.4 0 .8.4 1 .6.2.2.4.4.8.3 0 0-.4-.6-.2-.7l.6-.1s-.3-.7-.9-.8c-.6-.1-1-.3-1-.6.2-.2 1-2.4 1-2.4l-1-1.5-.5 1.3.2 1-1 2.1c0 .1-2.4 1-2.7 1l-.8.9v.5s.3-.4.4-.2c0 0 .3-.3.6-.2.2.1.1.2.1.2l.5-.4.1-.1.6-.1"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M316.6 213.9s-1 .7-1 1a3.8 3.8 0 0 0-.2.8s.8-.1.7.3c0 0 .3.2.8-.8.4-1 .8-1.5 1.1-1.5.4 0 .8.4 1 .6.2.2.4.4.8.3 0 0-.4-.6-.2-.7l.6-.1s-.3-.7-.9-.8c-.6-.1-1-.3-1-.6.2-.2 1-2.4 1-2.4l-1-1.5-.5 1.3.2 1-1 2.1c0 .1-2.4 1-2.7 1l-.8.9v.5s.3-.4.4-.2c0 0 .3-.3.6-.2.2.1.1.2.1.2l.5-.4.1-.1.6-.1"/>
<path fill="#bd8759" d="M323.1 209.2v2.1c0 .3 0 .8-.2 1.1-.2.3-.4.5-.7.5-.3 0-1 0-1.2.3l-.3.4s.5-.3.6 0l-.2.6.9-.2.8-.3.4.2v1c0 .4 0 1.2.3 1.2l.4-.5.5.5-.1-1.2a6.7 6.7 0 0 1-.3-1l1.5.6c0 .2.4.5.5.5.1 0 0-.5.2-.5.3-.1.4 0 .4 0s-.4-.8-1-1c-.5-.4-1-.4-1.2-.6l-.3-.9v-2.8l-1-.2"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M323.1 209v2.3c0 .3 0 .8-.2 1.1-.2.3-.4.5-.7.5-.3 0-1 0-1.2.3l-.3.4s.5-.3.6 0l-.2.6.9-.2.8-.3.4.2v1c0 .4 0 1.2.3 1.2l.4-.5.5.5-.1-1.2-.3-1s1.4.5 1.5.7l.5.4c.1 0 0-.5.2-.5.3-.1.4 0 .4 0s-.4-.8-1-1c-.5-.4-1-.4-1.2-.6l-.3-.9v-2.8l-1-.2z"/>
<path fill="#dcddde" d="M315 197.3s0-1.3.3-1.4c0 0 .1-1.2 1.7-1 0 0 .5-.9 1.4-.4 0 0 .8-.4 1.3-.2l1 .7s.7-.1 1 .1c.3.3.2 1.1.2 1.1s.8.6.8 1.1v.9s.3.3.2.7c0 .4-.4 1-.4 1-.1 0 0 1-.3 1.3l-.8.5c-.2 0-.6.6-1 .6-.3 0-.8-.5-.8-.7 0-.2-.6-.4-.6-.4s-1 1.2-1.8 1c-.8-.2-1.1-.8-1.2-1l-.3-1s-.8-.4-.7-.9c0-.4.4-1 .4-1l-.3-1z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M317.8 212l-.2-.1m.6-.9a.8.8 0 0 1-.3-.1m0 .6h.2m5.5.5l.5.2m-.2-.6h-.3m.4-.5a.9.9 0 0 1-.5 0m0 1.8l.4.1m-.4.5a.2.2 0 0 1 .2 0m-.1 1.6a.4.4 0 0 1 .3 0m-5.1-2a.3.3 0 0 0-.3.1m1-.1c-.1.1-.3.2-.3.4m-4.5.5l.4.3m10-1a.3.3 0 0 0-.3.3m.7-.1a.2.2 0 0 0 0 .2"/>
<path fill="#d9c0b9" d="M313.4 215h.6s-.3.7-.2.8c0 .2-.5-.3-.3-.7"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M313.4 215h.6s-.3.7-.2.8c0 .2-.5-.3-.3-.7z"/>
<path fill="#d9c0b9" d="M315.6 215.5s-.7 1 .1 1.5c0 0 0-1 .6-1.1l-.8-.4z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M315.6 215.5s-.7 1 .1 1.5c0 0 0-1 .6-1.1l-.8-.4z"/>
<path fill="#d9c0b9" d="M319.6 214.5l-.2-.5.2-.3h.6s.4.9 0 1.3c0 0 0-.5-.2-.5h-.4"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M319.6 214.5l-.2-.5.2-.3h.6s.4.9 0 1.3c0 0 0-.5-.2-.5h-.4z"/>
<path fill="#d9c0b9" d="M321 213.4h.3l.1.3v.3l-.3.2s-.5-.2-.4.5c0 0-.3-1.2.2-1.3"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M321 213.4h.3l.1.3v.3l-.3.2s-.5-.2-.4.5c0 0-.3-1.2.2-1.3z"/>
<path fill="#d9c0b9" d="M323.5 215.9l.4-.4.4.2-.3 1.2-.2-.3-.3-.7"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M323.5 215.9l.4-.4.4.2-.3 1.2-.2-.3-.3-.7z"/>
<path fill="#d9c0b9" d="M326 214.8l.5 1s.6-.6-.2-1.5l-.4.5z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M326 214.8l.5 1s.6-.6-.2-1.5l-.4.5z"/>
<path d="M323.3 195.9l.2.2v-.1l-.2-.2m.1 2.2l.4.7v-.2a1.7 1.7 0 0 0-.4-.7v.2m-.4-1.6l.5.6v-.2l-.5-.5v.1m.5 3.5c0 .3 0 .6-.2.8v.2c.2-.4.2-.7.2-1.1a.5.5 0 0 0 0 .1m.5 1v.5a.4.4 0 0 0 0 .1 2.2 2.2 0 0 0 0-.6m1.8 3.9a4.8 4.8 0 0 1 .1 1.3l-.1-1.5v.2m-.3.8l-.4 1 .4-.8v-.2m-10.3-2.9l.7 1.2v-.1l-.7-1.2v.1m1.8 0c-.2 0-.3-.3-.5-.4v.2c.2 0 .3.4.5.4v-.2m-1 1.8l.5 1v-.2l-.5-1v.2m1.2.4l.5.8v-.1c0-.3-.3-.6-.5-.8m0 1.3l.2.7v-.1l-.3-.7v.1m1.1.3a2.8 2.8 0 0 1 .1.7 3.3 3.3 0 0 0 0-.9v.2m-.5 1c0 .3.1.7.3 1v-.2a3.2 3.2 0 0 1-.3-.9.4.4 0 0 0 0 .1m.2-4.4l.8.3v-.1a8 8 0 0 1-.8-.3v.1m.2 1.2l1 .4c-.3-.3-.7-.4-1-.6v.2m.3 1.2l.6.6v-.1a4.5 4.5 0 0 1-.6-.6v.1m.4 1.6l.2.7a1.8 1.8 0 0 0-.2-.8v.1m1-4v.5a10 10 0 0 1 0-.5m2.3-.9a3.6 3.6 0 0 1-.2.5v.1l.2-.4v-.2m1 0v.8a.4.4 0 0 0 0 .1 4.2 4.2 0 0 0 0-1m.2 1.6v.7a3.7 3.7 0 0 0 0-.8m.7 1.5c0 .3-.2.6-.5.8v.1c.3-.2.5-.4.5-.8m-2.4-1.5l-.2.4v.1l.2-.4m.3 1.8a1.9 1.9 0 0 1-.4.4v.1c.2 0 .3-.2.4-.3v-.1m-.9 1c-.3-.4-.4-.8-.3-1.3v-.1c-.2.5 0 1 .3 1.5v-.2m-1-1l-.1.5v-.6m2.6 1.3c0 .3-.2.5-.3.7v.1l.3-.6v-.2m1.7.7a9.2 9.2 0 0 1-.5.7v.2l.5-.8m.8.8a17 17 0 0 0-.2 1.3v.1l.2-1.3a.6.6 0 0 0 0-.1m1-1.6v.5-.5M315 202l.1 1.3v-.2a2.2 2.2 0 0 1-.1-1 .6.6 0 0 0 0-.1"/>
<path fill="#fff" d="M318.8 196.3c.7-.6 1.7-1.3 2.7-1v-.2c-1-.2-2 .5-2.7 1.1v.1m3.5.8c-.8-.5-2-.6-2.7 0 .7-.5 2-.3 2.7.2v-.2m-2.8 1.1c.3 1 .7 2 .5 3 .2-1-.2-2-.5-3m-1.1.6v3c0-1 .2-2 0-3.1a.4.4 0 0 0 0 .1m1.5-.7c1 .2 1.9.9 2.4 1.7v-.1a3.9 3.9 0 0 0-2.4-1.7v.1m-.8 1.3c0 .6 0 1.2-.2 1.8.2-.5.2-1.2.2-1.8m1.4-.1a3.1 3.1 0 0 1 1.2 2v-.1a3.2 3.2 0 0 0-1.2-2m-4.3 1.7c.2-.3.4-.6.8-.7v-.1c-.4 0-.6.4-.8.7v.1m1.4-5c-.1-.6-.5-1-1-1.2v.1c.5.3.9.6 1 1.2v-.2m-.8 0c-.5-.2-1-.2-1.5-.2a.3.3 0 0 0 0 .1c.5 0 1 0 1.5.3v-.2m1.5 0c0-.6 0-1-.4-1.3.3.3.5.7.4 1.2m1.8.7c.5-.3 1-.2 1.5-.2v-.2c-.5 0-1 0-1.5.2v.2m.9 1.2a2.6 2.6 0 0 1 1.7 1v-.3a2.6 2.6 0 0 0-1.7-1v.3m-3.1 2c-.2.6 0 1.5-.9 1.8v.2c.8-.3.7-1.1.9-1.8v-.3"/>
<path fill="#fff" d="M319.5 199c.3.7.7 1.4.5 2.2a.9.9 0 0 0 0 .3c.2-1-.1-1.8-.5-2.7v.2m1-.1c.7 0 1.3.7 1.4 1.4a1 1 0 0 0 0-.2 1.7 1.7 0 0 0-1.4-1.5v.3m0 1c.1.6.3 1.2.1 1.8v.2c.3-.7 0-1.5 0-2.2a1 1 0 0 0 0 .2m-.4-2.6c.7-.1 1.5-.2 2.2.3v-.3c-.7-.5-1.5-.4-2.2-.2v.2m-1.4-1.5c0-.6.6-1 1.2-1.3v-.2c-.6.2-1.2.6-1.3 1.3a1 1 0 0 0 0 .2m-.6.4c0-.7-.4-1.3-.7-1.9v.2c.3.6.6 1.1.6 1.8v-.1m-.6.4a2 2 0 0 0-1-1.4v.3c.5.3.9.7 1 1.3a.8.8 0 0 0 0-.2m-1-.3a2.9 2.9 0 0 0-1.2-.5v.2c.5 0 .8.3 1.2.5v-.2m2.2 3c0 .6.2 1.3-.2 1.9v.2c.4-.7.3-1.6.2-2.3v.1"/>
<path fill="#fff" d="M319.4 198.9c.2.6.5 1.3.4 2a5.8 5.8 0 0 0-.4-2.3v.3m.5-1c.6.3 1.3.5 1.7 1v-.3a3.6 3.6 0 0 0-1.7-.9v.3m-1.7-1.4a14.8 14.8 0 0 0 0-1.7 11.8 11.8 0 0 1 0 1.7m-1.2-.4a5.6 5.6 0 0 1-1.2-.8v.2l1.2.9v-.3m-.2 3.3c-.3.2-.5.5-.6.8v.2a1.6 1.6 0 0 1 .6-.7v-.3m.9.5c0 .5-.3.9-.6 1.2v.2c.4-.4.6-.8.6-1.3 0 0 0-.3 0 0m2.1-3.6c.4-.6 1.3-.7 1.9-.9v-.2c-.6.2-1.5.2-2 .8v.3m-4 0a2 2 0 0 1-.5-.3v.2l.4.2v-.2m.1 3l-.4.3v.1a.7.7 0 0 0 0 .1.8.8 0 0 1 .4-.2.7.7 0 0 0 0-.2m.5.1l-.6.6v.2l.6-.6v-.2m1 .3c-.1.6-.8 1.2-.3 1.8v-.2c-.3-.5.2-1 .4-1.4v-.2m.7 0c0 .6 0 1.1-.2 1.7a.9.9 0 0 0 0 .2 9.8 9.8 0 0 0 .2-2m1.9-.6c.4.5.8 1.1 1 1.8v-.2a5 5 0 0 0-1-1.9v.3m.2-.5c.7.6 1.5 1 2 1.8v-.2c-.5-.8-1.3-1.3-2-1.8v.2"/>
<path fill="#fff" d="M320.5 197.8h.8l.6.5.6.4c.2.2.2.6.3.9a.7.7 0 0 0 0-.2l-.2-.7c0-.2-.3-.4-.5-.5l-.7-.4a1.4 1.4 0 0 0-.9-.2v.2"/>
<path fill="#fff" d="M322.3 199.3l.2.6v-.1l-.2-.7v.2m-2-3.6l1.5-.4v-.3l-1.5.4v.3m-2 .2c0-.2.1-.5.3-.7l.4-.8v-.3l-.4.7c0 .3-.3.5-.4.9v.2m-1.7 4.6l.1 1.3v-.2a1.4 1.4 0 0 1 0-.8.7.7 0 0 0 0-.2s0-.1 0 0m1 .7c-.2.3-.2.6-.1 1a.3.3 0 0 0 0-.2v-.7m.8-.5l-.2.7v.2l.2-.8s0-.2 0 0m0-1.5v.4-.5.1m-.3.2v.1a.7.7 0 0 0 0 .3v-.7.4m-.5-.2l-.1.5a.8.8 0 0 0 0 .2 3.3 3.3 0 0 1 .1-.4v-.2m-.4 0l-.8.6v.3l.8-.7v-.2m-.6 0a1.6 1.6 0 0 1-.5.3v.3c.2 0 .3-.2.5-.3v-.2m-1-.3l-.4.2v.2c.2 0 .3 0 .4-.2v-.2m2.9 0v.4a.8.8 0 0 0 0-.2v-.4.1m.4-.2l.1.6v-.3a1 1 0 0 1 0-.3v-.1.1m.3 0v.3h.1a.8.8 0 0 0-.1-.6v.2m.4-.2l.4.2v-.2a.8.8 0 0 0-.4-.2v.2m.2-.3l.6.3v-.3a1.2 1.2 0 0 1-.6-.3v.2m.5-1h.4v-.2a2.3 2.3 0 0 0-.4-.1v.3m-.3-.6l.4-.3v-.3l-.4.4v.2m-.4-.5a1 1 0 0 1 .2-.5v-.2a1 1 0 0 0-.2.7m-.3-.2l.4-.8v-.2l-.4.7v.2"/>
<path fill="#fff" d="M318.6 195.3v.9a.7.7 0 0 0 0-.3 3.7 3.7 0 0 1 0-.7v.1m-1.3.2l.2.3v.6l.1-.5-.3-.6v.2m-.2.5a4.5 4.5 0 0 0-.6-.4v.2l.6.5v-.2m.8.2c0-.6 0-1.2-.2-1.7v.3c.2.4.3.7.2 1.2a.8.8 0 0 0 0 .1m1.2-.7v-.2.2"/>
<path fill="#fff" d="M317.7 196.3l.2-1v-.2l-.2 1v.2m3.5 2c.3 0 .6.3.7.6v-.4c-.1-.3-.4-.5-.7-.6v.4m-1 2a1 1 0 0 1 0 .4 1.2 1.2 0 0 0 0 .3h.1v-1 .3m-.8-.5v1.2s0 .2 0 0v-1.4.2m-.4.4l-.3 1.2a1 1 0 0 0 0 .3s0 .1 0 0l.3-1.2v-.3m.5.2v1.1a1.3 1.3 0 0 0 0 .3v-1.6.2m-2.6.2a.6.6 0 0 1 0 .1v.4c.1-.2.1-.6 0-.8 0-.1 0 0 0 0v.3m1.2-.8v.4c0-.3.1-.6 0-.8v.3m.3 0a.4.4 0 0 1 .1 0v.1a.8.8 0 0 0 0 .1v-.2l-.1-.5a1.3 1.3 0 0 0 0 .2v.2m.4-.3l.1.3v-.3l-.1-.4a.9.9 0 0 0 0 .1v.2m.8-.2l.5.6v-.4a9.3 9.3 0 0 1-.5-.6v.4m.5-.8l.3.6v-.4a4.1 4.1 0 0 1-.3-.5v.3m-4.3-2a1.7 1.7 0 0 0-.4-.2 1.1 1.1 0 0 0 0 .2v.2l.4.3v-.4m1.3-.5a.5.5 0 0 1 0 .1.8.8 0 0 0 0 .2v-.3a1 1 0 0 0 0-.4.8.8 0 0 0 0 .2v.2m1-1v.8c-.1 0-.1.1 0 .2v.1l.1-1.2a.6.6 0 0 0 0-.1v.2m.2 1.5l.5-.7v-.3l-.5.6v.4m.7 0l.2-.3v-.4l-.2.2a1.3 1.3 0 0 0 0 .2v.2m1 .2a7.6 7.6 0 0 1-.8 0v.4h.8v-.4m-.3.9l1 .6v-.4l-1-.6v.4"/>
<path fill="#fff" d="M320 198l.8.5v-.4l-.8-.5a2 2 0 0 0 0 .2v.2m-2-1.4l.1-.5v-.2.6m-2.3-1c.2.3.5.6.9.8l.6.7s.1-.4 0-.4l-.6-.6-1-.9c.1 0 0 .3 0 .4m.6 1a7.7 7.7 0 0 1-.4-.4 1.6 1.6 0 0 0 0 .2v.1l.4.5v-.3m-.3 2.5l-.3.6v.4l.3-.6v-.4m.3.4l-.1.6a1.3 1.3 0 0 0 0 .3l.1-.8v-.2a.6.6 0 0 0 0 .1m1 1.8c.2-.6.2-1.3.2-2v.2c0 .5 0 1-.2 1.4v.4m.6-1.5v.6a1.3 1.3 0 0 0 0 .3v-1.3a.6.6 0 0 0 0 .2v.2m.6-.2c.2.2.3.6.2 1v.1c.1-.5.1-1-.2-1.5v.4"/>
<path fill="#fff" d="M318.6 199.3a12.6 12.6 0 0 1 .3 1.7v-.3l-.2-1.7v.3m.5-.1l.6 1v-.3l-.6-1v.3m1.1-1c0-.1-.3-.2-.5-.1v.3c.2 0 .4 0 .5.2v-.3"/>
<path fill="#fff" d="M319.7 198.1a7.5 7.5 0 0 1 1.1 0v-.4a7.5 7.5 0 0 0-1 0c-.1 0 0 .4 0 .4m.6-3c-.3.4-.4.9-.5 1.3v.3s0 .1 0 0c0-.4.2-.8.5-1.1v-.5m-1.5.4l.2 1a.7.7 0 0 0 0-.2v-.2l-.2-1v.4m-.3.5a1.6 1.6 0 0 1-.3-.5.8.8 0 0 0 0 .2v.2l.2.5v-.3m-.5.2a4 4 0 0 1-1.2-.6v.4l1.2.6s.1-.4 0-.4"/>
<path fill="#dba05f" d="M318.5 196.2l-2.2.4-1.8.2-1.3-.4c-.3 0-1.6-.2-2 .3l-.9.8c-.1.1-.7.6-.7.9 0 .2.1.5.4.5.3 0 .9.6.9.7 0 .3.8.5 1.5.5 1.3 0 2-.7 4-.5 1 .2 3-.7 3.4-1.2.4-.5.6-1 .2-1.7-.3-.6-1.4-.5-1.5-.5"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M318.5 196.2l-2.2.4-1.8.2-1.3-.4c-.3 0-1.6-.2-2 .3l-.9.8c-.1.1-.7.6-.7.9 0 .2.1.5.4.5.3 0 .9.6.9.7 0 .3.8.5 1.5.5 1.3 0 2-.7 4-.5 1 .2 3-.7 3.4-1.2.4-.5.6-1 .2-1.7-.3-.6-1.4-.5-1.5-.5z"/>
<path d="M311.4 198.1v-.1l.1-.1.1-.2a.8.8 0 0 1 .4-.3h.5-.2.2-.2l-.3.1c-.3 0-.3.4-.6.6"/>
<path fill="none" d="M311.3 198l.4-.4.6-.3h.3"/>
<path fill="none" d="M312 197.4l-.4.3c0 .2-.3.3-.3.3m.7-.5h.5m-.6 0h.5"/>
<path d="M312.4 197.9v-.1l-.2.1-.1.1-.3.2-.3.1.4-.2-.4.2.4-.1-.3.1h.1s.3 0 .7-.4"/>
<path fill="none" d="M312.3 197.8l-.3.2-.3.2-.2.1m.4-.1l.2-.2.2-.2m-.4.4l-.3.1m.4-.1l-.3.1"/>
<path fill="#c6262c" d="M312.9 196.5s0-.6-.6-.8c-.5-.2-1-.2-1.3-.2l-.5.2a2.5 2.5 0 0 0-.6.2l-.1.2c-.1.2-.4.4-.3.6.2.3 0 .3.2.3s-1 .3-.8.8c.3.6.5.4.6.3l.5-.2.7-.7 1-.4h.5l.7-.3z"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M312.9 196.5s0-.6-.6-.8c-.5-.2-1-.2-1.3-.2l-.5.2a2.5 2.5 0 0 0-.6.2l-.1.2c-.1.2-.4.4-.3.6.2.3 0 .3.2.3s-1 .3-.8.8c.3.6.5.4.6.3l.5-.2.7-.7 1-.4h.5l.7-.3z"/>
<path d="M312.2 197.8c0 .1-.1.3-.3.3h-.3s.1-.4.3-.4h.3"/>
<path fill="#d9c0b9" d="M308.6 200.2s-.7-1.2 1.2-1.8c0 0 .6.3.8.6 0 0-.4.5-1.5.7 0 0-.5.1-.5.5"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M308.6 200.2s-.7-1.2 1.2-1.8c0 0 .6.3.8.6 0 0-.4.5-1.5.7 0 0-.5.1-.5.5z"/>
<path fill="#d9c0b9" d="M308.8 200s.8.2 1.3-.2c.5-.3.6-.2.7-.1 0 0 0-.4-.2-.7l-1 .5c-.4.2-.7.1-.8.5"/>
<path fill="none" stroke="#000" stroke-width=".1" d="M308.8 200s.8.2 1.3-.2c.5-.3.6-.2.7-.1 0 0 0-.4-.2-.7l-1 .5c-.4.2-.7.1-.8.5z"/>
<path fill="#7a2e26" d="M311 199.6h.5v-.1h-.5a.3.3 0 0 0 0 .1m-.3-2l-.1.2v.1l.1-.2v-.1m.5.2l.3-.2v-.1c-.2 0-.3 0-.3.2v.1m.5.8a.3.3 0 0 0 .2-.2.3.3 0 0 1-.2 0v.2m.4-.2a.8.8 0 0 0 .4-.3v-.1a.7.7 0 0 1-.4.3v.1m-.7-.7c0 .2-.2.2-.3.4v.1c0-.1.3-.2.3-.4m.3 2c.4 0 .7 0 1-.2a3.1 3.1 0 0 1-1 0v.2m1.6 0c.4-.4.8-.7 1-1.3a2 2 0 0 1-1 1v.2m.3-.8c.3-.2.5-.4.6-.8v-.1a1.6 1.6 0 0 1-.6.8v.1m-.2-2l.7.4v-.1l-.7-.4v.2m6.3 1c.2-.5 0-1-.2-1.4.2.4.4.8.2 1.2v.2m-4.8-.7c.3.2 1 .7.8 1.2.3-.5-.4-1-.8-1.3v.1m2.1 2a1.4 1.4 0 0 0 .1-.3 1.3 1.3 0 0 1 0 .3"/>
<path fill="#5e3f17" d="M317.9 199.2l.5-.2m-8.5-.3c-.3.2-.8.2-1 .7.2-.5.7-.5 1-.6"/>
<path fill="#842116" d="M309.7 197.3c.1 0 .3 0 .3.2a.4.4 0 0 0 0 .1.7.7 0 0 0 0-.3l-.3-.1m.7.4a.7.7 0 0 0-.1-.6v.5m.6-.5c0-.3-.1-.5-.3-.6v.1c.2.1.3.4.3.6a.4.4 0 0 0 0-.1m.5-.1c0-.3 0-.5-.2-.6v.1l.2.3a.4.4 0 0 0 0 .1m-.8-.7c.4-.2 1.4-.3 1.8.2v-.2c-.4-.4-1.4-.3-1.8 0"/>
<path fill="#7a2e26" d="M309.5 198.1v-.5s-.1 0 0 .1v.4m4.7 1.4a.6.6 0 0 0 .3-.5.6.6 0 0 1-.3.3v.2m.7 0a.4.4 0 0 0 .1-.3v-.1.3m4.3-2.4a1 1 0 0 1 0 .7.4.4 0 0 0 0 .1v-.9.1m-.5.5v.7c.1-.3.2-.6 0-.9v.2m-.4.3"/>
<path fill="#452c25" d="M324.3 210.5v.2l.1.1-.1-.4z"/>
<path fill="#dcddde" d="M314.4 195c-1.7 0-3.3-1-3.3-1a2.7 2.7 0 0 1-2.3-2.4c-.8-.4-1.6-2.5-1.6-2.5-1.3.7-3 0-3 0s0-.4-1.4 0c-1.5.3-1.3-.3-1.3-.3s.6-.6-2 0 .2-.8.2-.8c-.8.2-3.3.4-3.3.4-.9 0-1.8.5-2.8.8l-2.3.6-6.8 3-5.5 2.1c.2 0 3.4-2.1 7.5-4a87.8 87.8 0 0 1 10.3-3.9 9.9 9.9 0 0 1 6.5 0c.6.2 4.2 0 5.7 0 1.6.3 1.8 2.9 1.8 2.9.3.1.4 2.6.4 2.6s-1 0 .1.1c1 .2 2.9 1.7 2.9 1.7h.7s.4-.5.9-.7l1.5-.5a11.6 11.6 0 0 1 2 0l2 .3 1.2.3h.5c1-.5 3-1.2 3.4-1.1 0 0 .7-.2 1.1-.5a105 105 0 0 0 1.3-1s-.6-4.5 3.9-4l11.5 1.2a43.9 43.9 0 0 1 6.5 1.8l5.2 2.4 4 1.7c2.3 1 4 2.4 4 2.4-1.5-.6-2.6-1.3-3.7-1.8-.9-.4-1.8-.5-2.6-.9l-3.6-1.7c-3.5-1.6-3.5-1.7-4.9-1.8-1 0 .7 1.2.7 1.2l-4.1-1.7a6 6 0 0 0-2.9-.5 5.8 5.8 0 0 1-2.2-.3c-.6-.2-3.8-.3-4.4-.4a7.3 7.3 0 0 1-1-.2l.2.4-1.5-.3-.5.7s-1.5.3-1.6-.2c-.1-.5-1 2.2-1.3 3-.4.8-2.2.6-2.7 1-.4.5-1.4.9-1.6 1h-1.3c-.6 0-.1 0-1 .3 0 0-.9 0-1.2-.2l-1.4-.4a27.5 27.5 0 0 0-3.5-.2 5.4 5.4 0 0 0-2.7 1.1"/>
<path fill="#e7e7e7" stroke="#000" stroke-width=".1" d="M314.4 195c-1.7 0-3.3-1-3.3-1a2.7 2.7 0 0 1-2.3-2.4c-.8-.4-1.6-2.5-1.6-2.5-1.3.7-3 0-3 0s0-.4-1.4 0c-1.5.3-1.3-.3-1.3-.3s.6-.6-2 0 .2-.8.2-.8c-.8.2-3.3.4-3.3.4-.9 0-1.8.5-2.8.8l-2.3.6-6.8 3-5.5 2.1c.2 0 3.4-2.1 7.5-4a87.8 87.8 0 0 1 10.3-3.9 9.9 9.9 0 0 1 6.5 0c.6.2 4.2 0 5.7 0 1.6.3 1.8 2.9 1.8 2.9.3.1.4 2.6.4 2.6s-1 0 .1.1c1 .2 2.9 1.7 2.9 1.7h.7s.4-.5.9-.7l1.5-.5a11.6 11.6 0 0 1 2 0l2 .3 1.2.3h.5c1-.5 3-1.2 3.4-1.1 0 0 .7-.2 1.1-.5l1.3-1s-.6-4.5 3.9-4l11.5 1.2a43.9 43.9 0 0 1 6.5 1.8l5.2 2.4 4 1.7c2.3 1 4 2.4 4 2.4-1.5-.6-2.6-1.3-3.7-1.8-.9-.4-1.8-.5-2.6-.9l-3.6-1.7c-3.5-1.6-3.5-1.7-4.9-1.8-1 0 .7 1.2.7 1.2l-4.1-1.7a6 6 0 0 0-2.9-.5 5.8 5.8 0 0 1-2.2-.3c-.6-.2-3.8-.3-4.4-.4a7.3 7.3 0 0 1-1-.2l.2.4-1.5-.3-.5.7s-1.5.3-1.6-.2c-.1-.5-1 2.2-1.3 3-.4.8-2.2.6-2.7 1-.4.5-1.4.9-1.6 1h-1.3c-.6 0-.1 0-1 .3 0 0-.9 0-1.2-.2a17.9 17.9 0 0 0-1.4-.4c-.5-.2-3.1-.2-3.5-.2a5.4 5.4 0 0 0-2.7 1.1"/>
<path fill="#452c25" d="M314.6 194.4s-.2.2-.2.5v.2"/>
<path fill="#574f4c" d="M323.3 194l.7.5a.5.5 0 0 0-.1-.1 6.5 6.5 0 0 0-.7-.6.6.6 0 0 0 0 .1"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icon-css-eu" viewBox="0 0 640 480">
<defs>
<g id="d">
<g id="b">
<path id="a" d="M0-1l-.3 1 .5.1z"/>
<use transform="scale(-1 1)" xlink:href="#a"/>
</g>
<g id="c">
<use transform="rotate(72)" xlink:href="#b"/>
<use transform="rotate(144)" xlink:href="#b"/>
</g>
<use transform="scale(-1 1)" xlink:href="#c"/>
</g>
</defs>
<path fill="#039" d="M0 0h640v480H0z"/>
<g fill="#fc0" transform="translate(320 242.3) scale(23.7037)">
<use width="100%" height="100%" y="-6" xlink:href="#d"/>
<use width="100%" height="100%" y="6" xlink:href="#d"/>
<g id="e">
<use width="100%" height="100%" x="-6" xlink:href="#d"/>
<use width="100%" height="100%" transform="rotate(-144 -2.3 -2.1)" xlink:href="#d"/>
<use width="100%" height="100%" transform="rotate(144 -2.1 -2.3)" xlink:href="#d"/>
<use width="100%" height="100%" transform="rotate(72 -4.7 -2)" xlink:href="#d"/>
<use width="100%" height="100%" transform="rotate(72 -5 .5)" xlink:href="#d"/>
</g>
<use width="100%" height="100%" transform="scale(-1 1)" xlink:href="#e"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icon-css-tj" viewBox="0 0 640 480">
<path fill="#060" d="M0 0h640v480H0z"/>
<path fill="#fff" d="M0 0h640v342.9H0z"/>
<path fill="#c00" d="M0 0h640v137.1H0z"/>
<path fill="#f8c300" d="M300.8 233.6a8.6 8.6 0 0 1 16 4V272h6.4v-34.3a8.6 8.6 0 0 1 16-4 20.2 20.2 0 1 0-38.4 0"/>
<path fill="#fff" d="M305.4 224.7a13.7 13.7 0 0 1 14.6 6.5 13.7 13.7 0 0 1 14.6-6.5 14.7 14.7 0 0 0-29.2 0"/>
<path id="a" fill="#f8c300" d="M316.8 258.3a26 26 0 0 1-43.8 16.6 27 27 0 0 1-41 12c2.5 25 40 19.9 42.8-4.4 11.7 20.7 37.6 14.7 45.2-10.6z"/>
<use width="100%" height="100%" fill="#f8c300" transform="matrix(-1 0 0 1 640 0)" xlink:href="#a"/>
<path id="b" fill="#f8c300" d="M291.8 302.6c-5.3 11.3-15.7 13.2-24.8 4.1 0 0 3.6-2.6 7.6-3.3-.8-3.1.7-7.5 2.9-9.8a15 15 0 0 1 6.1 8.1c5.5-.7 8.2 1 8.2 1z"/>
<use width="100%" height="100%" fill="#f8c300" transform="rotate(9.4 320 551.3)" xlink:href="#b"/>
<use width="100%" height="100%" fill="#f8c300" transform="rotate(18.7 320 551.3)" xlink:href="#b"/>
<path fill="none" stroke="#f8c300" stroke-width="11" d="M253.5 327.8a233.1 233.1 0 0 1 133 0"/>
<g fill="#f8c300" transform="translate(320 164.6) scale(.68571)">
<path id="c" d="M301930 415571l-790463-574305h977066l-790463 574305L0-513674z" transform="scale(.00005)"/>
</g>
<g id="d" fill="#f8c300" transform="translate(320 260.6) scale(.68571)">
<use width="100%" height="100%" transform="translate(-70 -121.2)" xlink:href="#c"/>
<use width="100%" height="100%" transform="translate(-121.2 -70)" xlink:href="#c"/>
<use width="100%" height="100%" transform="translate(-140)" xlink:href="#c"/>
</g>
<use width="100%" height="100%" fill="#f8c300" transform="matrix(-1 0 0 1 640 0)" xlink:href="#d"/>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="600" height="200" viewbox="0 0 600 200">
<style type="text/css"><![CDATA[ rect { fill: white; stroke: black; } ]]></style>
<g>
<rect y="00%" width="200" height="20%" />
<rect y="20%" width="200" height="20%" />
<rect y="40%" width="200" height="20%" />
<rect y="60%" width="200" height="20%" />
<rect y="80%" width="200" height="20%" />
</g>
</svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45">
<g style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;">
<g style="fill:#000000; stroke:none;">
<circle cx="6" cy="12" r="2.75" />
<circle cx="14" cy="9" r="2.75" />
<circle cx="22.5" cy="8" r="2.75" />
<circle cx="31" cy="9" r="2.75" />
<circle cx="39" cy="12" r="2.75" />
</g>
<path
d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z"
style="stroke-linecap:butt; stroke:#000000;" />
<path
d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z"
style="stroke-linecap:butt;" />
<path
d="M 11,38.5 A 35,35 1 0 0 34,38.5"
style="fill:none; stroke:#000000; stroke-linecap:butt;" />
<path
d="M 11,29 A 35,35 1 0 1 34,29"
style="fill:none; stroke:#ffffff;" />
<path
d="M 12.5,31.5 L 32.5,31.5"
style="fill:none; stroke:#ffffff;" />
<path
d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5"
style="fill:none; stroke:#ffffff;" />
<path
d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5"
style="fill:none; stroke:#ffffff;" />
</g>
</svg>
\ No newline at end of file
<svg width="2463" height="3783" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
<!-- Created with SVG-edit - https://github.com/SVG-Edit/svgedit-->
<defs>
<marker se_type="leftarrow" orient="auto" markerHeight="5" markerWidth="5" markerUnits="strokeWidth" refY="50" refX="50" viewBox="0 0 100 100" id="se_marker_start_svg_4">
<path d="m0,50l100,40l-30,-40l30,-40z" stroke-width="10" stroke="#000000" fill="#000000"/>
</marker>
<marker se_type="rightarrow" orient="auto" markerHeight="5" markerWidth="5" markerUnits="strokeWidth" refY="50" refX="50" viewBox="0 0 100 100" id="se_marker_end_svg_4">
<path d="m100,50l-100,40l30,-40l-30,-40z" stroke-width="10" stroke="#000000" fill="#000000"/>
</marker>
</defs>
<g class="layer">
<title>Layer 1</title>
<rect height="396.923" width="663.077" y="200.077" x="209.308" stroke-width="5" stroke="#000000" fill="#ff0000" id="svg_1"/>
<polygon strokeWidth="5" strokecolor="#000000" edge="161.01585" orient="x" sides="5" shape="regularPoly" cy="709.30778" cx="1189.30777" points="1326.28,709.308 1231.63,839.572 1078.5,789.816 1078.5,628.8 1231.63,579.043 1326.28,709.308" stroke-width="5" stroke="#000000" fill="#ff0000" id="svg_2"/>
<polygon strokeWidth="5" strokecolor="#000000" edge="53.48336" orient="x" sides="5" shape="regularPoly" cy="710.84624" cx="1210.84623" points="1256.34,710.846 1224.91,754.115 1174.04,737.588 1174.04,684.105 1224.91,667.577 1256.34,710.846" stroke-width="5" stroke="#000000" fill="#ff0000" id="svg_3"/>
<polyline points="903.154,735.462 907.769,778.539 912.385,821.615" stroke-width="5" stroke="#000000" marker-start="url(&quot;#se_marker_start_svg_4&quot;)" marker-end="url(&quot;#se_marker_end_svg_4&quot;)" fill="none" id="svg_4"/>
<text xml:space="preserve" y="786.1607" x="925.2162" transform="rotate(-6.18119 925.16 778.568)" text-anchor="middle" stroke-width="0" stroke="#000000" fill="#000000" style="cursor: move; pointer-events: inherit;" font-size="24" font-family="serif" id="svg_5">32</text>
</g>
</svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg1877"
sodipodi:version="0.32"
inkscape:version="0.46"
version="1.0"
sodipodi:docbase="/media/seagext/trunk/KDE/kdebase/runtime/pics/oxygen/scalable/mimetypes"
sodipodi:docname="x-office-address-book-new.svgz"
inkscape:export-filename="/home/david/Progetti/sandbox/contents.png"
inkscape:export-xdpi="16.879999"
inkscape:export-ydpi="16.879999"
inkscape:output_extension="org.inkscape.output.svgz.inkscape">
<defs
id="defs1879">
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 64 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="128 : 64 : 1"
inkscape:persp3d-origin="64 : 42.666667 : 1"
id="perspective272" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3291"
id="radialGradient3336"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.197802,0,92.82166)"
cx="63.912209"
cy="115.70919"
fx="63.912209"
fy="115.7093"
r="63.912209" />
<linearGradient
inkscape:collect="always"
id="linearGradient2087">
<stop
style="stop-color:#4686d8;stop-opacity:1;"
offset="0"
id="stop2089" />
<stop
style="stop-color:#4686d8;stop-opacity:0;"
offset="1"
id="stop2091" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient2975">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
id="stop2977" />
<stop
style="stop-color:black;stop-opacity:0;"
offset="1"
id="stop2979" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient2913">
<stop
style="stop-color:#a4c0e4;stop-opacity:1;"
offset="0"
id="stop2915" />
<stop
style="stop-color:#a4c0e4;stop-opacity:0;"
offset="1"
id="stop2917" />
</linearGradient>
<linearGradient
id="linearGradient5477">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
id="stop5479" />
<stop
style="stop-color:white;stop-opacity:1;"
offset="1"
id="stop5481" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3853">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
id="stop3855" />
<stop
style="stop-color:black;stop-opacity:0;"
offset="1"
id="stop3857" />
</linearGradient>
<linearGradient
id="linearGradient3837">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
id="stop3839" />
<stop
id="stop3849"
offset="0.25"
style="stop-color:black;stop-opacity:0.59927797;" />
<stop
id="stop3847"
offset="0.5"
style="stop-color:black;stop-opacity:0.27797833;" />
<stop
style="stop-color:black;stop-opacity:0;"
offset="1"
id="stop3841" />
</linearGradient>
<linearGradient
id="linearGradient3814">
<stop
style="stop-color:white;stop-opacity:0;"
offset="0"
id="stop3816" />
<stop
id="stop3824"
offset="0.18531764"
style="stop-color:white;stop-opacity:0;" />
<stop
id="stop3822"
offset="0.28106508"
style="stop-color:white;stop-opacity:0.33574006;" />
<stop
style="stop-color:white;stop-opacity:0.1696751;"
offset="0.45126861"
id="stop3829" />
<stop
id="stop3831"
offset="0.47940481"
style="stop-color:white;stop-opacity:0;" />
<stop
style="stop-color:white;stop-opacity:0.3068592;"
offset="0.65610015"
id="stop3833" />
<stop
style="stop-color:white;stop-opacity:0;"
offset="1"
id="stop3818" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3804">
<stop
style="stop-color:white;stop-opacity:1;"
offset="0"
id="stop3806" />
<stop
style="stop-color:white;stop-opacity:0;"
offset="1"
id="stop3808" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3783">
<stop
style="stop-color:white;stop-opacity:1;"
offset="0"
id="stop3785" />
<stop
style="stop-color:white;stop-opacity:0;"
offset="1"
id="stop3787" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3771">
<stop
style="stop-color:#f7fafe;stop-opacity:1;"
offset="0"
id="stop3773" />
<stop
style="stop-color:#f7fafe;stop-opacity:0;"
offset="1"
id="stop3775" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3756">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
id="stop3758" />
<stop
style="stop-color:black;stop-opacity:0;"
offset="1"
id="stop3760" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3742">
<stop
style="stop-color:white;stop-opacity:1;"
offset="0"
id="stop3744" />
<stop
style="stop-color:white;stop-opacity:0;"
offset="1"
id="stop3746" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3710">
<stop
style="stop-color:white;stop-opacity:1;"
offset="0"
id="stop3712" />
<stop
style="stop-color:white;stop-opacity:0;"
offset="1"
id="stop3714" />
</linearGradient>
<linearGradient
id="linearGradient3695">
<stop
style="stop-color:#626262;stop-opacity:1;"
offset="0"
id="stop3697" />
<stop
style="stop-color:#efefef;stop-opacity:1;"
offset="1"
id="stop3699" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3771"
id="linearGradient4014"
gradientUnits="userSpaceOnUse"
x1="28.138407"
y1="5.6195269"
x2="29.138409"
y2="16.588285"
gradientTransform="matrix(2.668506,0.525365,-0.525365,2.668506,21.67033,-46.78911)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3771"
id="linearGradient4017"
gradientUnits="userSpaceOnUse"
x1="28.138407"
y1="5.6195269"
x2="29.138409"
y2="16.588285"
gradientTransform="matrix(2.668506,0.525365,-0.525365,2.668506,21.67033,-46.38911)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3771"
id="linearGradient4020"
gradientUnits="userSpaceOnUse"
x1="28.138407"
y1="5.6195269"
x2="29.138409"
y2="16.588285"
gradientTransform="matrix(2.668506,0.525365,-0.525365,2.668506,21.67033,-46.38911)" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3853"
id="radialGradient4027"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.946894,-1.786603e-2,1.432351,109.7761,-34.33835,-8150.494)"
cx="-36.857941"
cy="75.225319"
fx="-36.857941"
fy="75.225319"
r="0.9722718" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient4031"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,0.553275,-0.553275,2.810263,20.50572,-27.13753)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient4034"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,0.553275,-0.553275,2.810263,20.50572,-27.13753)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient4037"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,0.553275,-0.553275,2.810263,20.50572,-27.13753)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3837"
id="linearGradient4042"
gradientUnits="userSpaceOnUse"
x1="20.606983"
y1="54.213417"
x2="14.043751"
y2="16.4375"
gradientTransform="matrix(2.668506,0.525365,-0.525365,2.668506,21.67033,-45.78911)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3804"
id="linearGradient4045"
gradientUnits="userSpaceOnUse"
x1="6.28125"
y1="35.763672"
x2="14.3125"
y2="35.763672"
gradientTransform="matrix(2.668506,0.525365,-0.525365,2.668506,21.67033,-45.78911)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3783"
id="linearGradient4048"
gradientUnits="userSpaceOnUse"
x1="5.323966"
y1="55.630238"
x2="16.25"
y2="54.984375"
gradientTransform="matrix(2.668506,0.525365,-0.525365,2.668506,21.67033,-45.78911)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3783"
id="linearGradient4051"
gradientUnits="userSpaceOnUse"
x1="15.6875"
y1="48.890625"
x2="16.753466"
y2="55.4375"
gradientTransform="matrix(2.668506,0.525365,-0.525365,2.668506,21.67033,-45.78911)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3783"
id="linearGradient4054"
gradientUnits="userSpaceOnUse"
x1="15.6875"
y1="48.890625"
x2="16.25"
y2="54.984375"
gradientTransform="matrix(2.668506,0.525365,-0.525365,2.668506,21.67033,-45.78911)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3756"
id="linearGradient4057"
gradientUnits="userSpaceOnUse"
x1="11.967802"
y1="50.304192"
x2="15.346087"
y2="57.638905"
gradientTransform="matrix(2.668506,0.525365,-0.525365,2.668506,21.67033,-45.78911)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient4061"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,0.553275,-0.553275,2.810263,18.9177,-18.7604)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient4064"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,0.553275,-0.553275,2.810263,18.9177,-18.7604)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3695"
id="linearGradient4068"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,0.553275,-0.553275,2.810263,20.50572,-27.13753)"
x1="32.438522"
y1="40"
x2="33.050251"
y2="42.76342" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3814"
id="linearGradient4071"
gradientUnits="userSpaceOnUse"
x1="4.5181999"
y1="41.236893"
x2="18.826626"
y2="38.015541"
gradientTransform="matrix(2.668506,0.525365,-0.525365,2.668506,21.67033,-45.78911)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3742"
id="linearGradient4075"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,0.553275,-0.553275,2.810263,20.50572,-27.13753)"
x1="36.10664"
y1="42.068642"
x2="38.780388"
y2="40.875401" />
<linearGradient
inkscape:collect="always"
xlink:href="#XMLID_5_"
id="linearGradient5127"
x1="92.956825"
y1="-8.9549065"
x2="59.82354"
y2="206.72591"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.964365,0.111876,-0.111876,0.964365,4.898481,-9.15308)" />
<radialGradient
id="XMLID_5_"
cx="51.9995"
cy="-9"
r="111.0006"
gradientUnits="userSpaceOnUse">
<stop
offset="0.15"
style="stop-color:#80B3FF"
id="stop4094" />
<stop
offset="0.316"
style="stop-color:#69A1F0"
id="stop4096" />
<stop
offset="0.6029"
style="stop-color:#4888DA"
id="stop4098" />
<stop
offset="0.8412"
style="stop-color:#3378CC"
id="stop4100" />
<stop
offset="1"
style="stop-color:#2C72C7"
id="stop4102" />
</radialGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5477"
id="linearGradient5483"
x1="74.0625"
y1="85.125"
x2="108.0625"
y2="126.0625"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5477"
id="linearGradient5487"
gradientUnits="userSpaceOnUse"
x1="39.8125"
y1="79.125"
x2="45.3125"
y2="138.875"
gradientTransform="translate(0,-1)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5477"
id="linearGradient5491"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-2)"
x1="34.5625"
y1="99.375"
x2="44.0625"
y2="125.125" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5477"
id="linearGradient5495"
gradientUnits="userSpaceOnUse"
x1="82.3125"
y1="61.875"
x2="36.3125"
y2="128.3125"
gradientTransform="translate(0,0.7)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5477"
id="linearGradient5499"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-3.3)"
x1="82.3125"
y1="61.875"
x2="72.327019"
y2="133.3125" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5477"
id="linearGradient5503"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,1.7)"
x1="82.3125"
y1="61.875"
x2="72.327019"
y2="133.3125" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2913"
id="linearGradient2919"
x1="52.984856"
y1="68.390213"
x2="113.21912"
y2="49.390213"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.999191,0.115917,-0.115917,0.999191,2.715901,-10.89609)" />
<radialGradient
r="3.406888"
fy="120.64188"
fx="42.617531"
cy="120.64188"
cx="42.617531"
gradientTransform="matrix(1.520175,8.839467e-2,-0.843351,13.788,55.27677,-1567.892)"
gradientUnits="userSpaceOnUse"
id="radialGradient1580"
xlink:href="#linearGradient2257"
inkscape:collect="always" />
<radialGradient
r="47.746403"
fy="59.591507"
fx="95.505852"
cy="59.591507"
cx="95.505852"
gradientTransform="matrix(6.228741e-2,-3.825032e-4,4.90218e-3,0.798611,15.0605,-17.07621)"
gradientUnits="userSpaceOnUse"
id="radialGradient1576"
xlink:href="#linearGradient3311"
inkscape:collect="always" />
<radialGradient
r="3.9750404"
fy="6.7701697"
fx="47.370888"
cy="8.4953117"
cx="49.009884"
gradientTransform="matrix(1.297068,-1.880044e-3,7.085819e-4,0.48867,-47.03734,18.97582)"
gradientUnits="userSpaceOnUse"
id="radialGradient1569"
xlink:href="#linearGradient3225"
inkscape:collect="always" />
<linearGradient
y2="2.5548496"
x2="48.913002"
y1="2.9719031"
x1="48.914677"
gradientTransform="matrix(1.29707,0,0,1.29707,-47.06473,12.03998)"
gradientUnits="userSpaceOnUse"
id="linearGradient1565"
xlink:href="#linearGradient3217"
inkscape:collect="always" />
<radialGradient
r="1.7246193"
fy="2.6743078"
fx="49.011971"
cy="2.6743078"
cx="49.011971"
gradientTransform="matrix(1.29707,0,0,0.1578,-47.06473,15.05256)"
gradientUnits="userSpaceOnUse"
id="radialGradient1562"
xlink:href="#linearGradient3207"
inkscape:collect="always" />
<linearGradient
y2="2.3657269"
x2="48.732723"
y1="0.81150496"
x1="48.498562"
gradientTransform="matrix(1.297068,-1.880044e-3,1.880044e-3,1.297068,-47.04731,12.10823)"
gradientUnits="userSpaceOnUse"
id="linearGradient1559"
xlink:href="#linearGradient3235"
inkscape:collect="always" />
<linearGradient
y2="2.395859"
x2="46.051746"
y1="3.0999987"
x1="46.051746"
gradientTransform="matrix(1.28993,0,0,1.29707,-46.7271,12.03998)"
gradientUnits="userSpaceOnUse"
id="linearGradient1556"
xlink:href="#linearGradient3251"
inkscape:collect="always" />
<radialGradient
r="1.7246193"
fy="2.6743078"
fx="49.011971"
cy="2.6743078"
cx="49.011971"
gradientTransform="matrix(0.860164,0,0,0.1578,-29.37149,15.05256)"
gradientUnits="userSpaceOnUse"
id="radialGradient1553"
xlink:href="#linearGradient3273"
inkscape:collect="always" />
<linearGradient
gradientTransform="translate(53.87194,19.35268)"
y2="2.395859"
x2="46.051746"
y1="3.0999987"
x1="46.051746"
gradientUnits="userSpaceOnUse"
id="linearGradient1550"
xlink:href="#linearGradient3251"
inkscape:collect="always" />
<radialGradient
r="1.7246193"
fy="2.6743078"
fx="49.011971"
cy="2.6743078"
cx="49.011971"
gradientTransform="matrix(0.853446,0,0,0.1578,-62.04115,15.05256)"
gradientUnits="userSpaceOnUse"
id="radialGradient1547"
xlink:href="#linearGradient3259"
inkscape:collect="always" />
<radialGradient
r="47.595196"
fy="7.4622769"
fx="34.677639"
cy="7.4622769"
cx="34.677639"
gradientTransform="matrix(-1.5103,2.641273e-3,-1.167078e-4,-9.110224e-3,87.0522,7.438666)"
gradientUnits="userSpaceOnUse"
id="radialGradient1541"
xlink:href="#linearGradient3325"
inkscape:collect="always" />
<radialGradient
r="47.595196"
fy="7.4622769"
fx="34.677639"
cy="7.4622769"
cx="34.677639"
gradientTransform="matrix(1,0,0,2.608014e-2,0,7.26766)"
gradientUnits="userSpaceOnUse"
id="radialGradient1539"
xlink:href="#linearGradient3303"
inkscape:collect="always" />
<linearGradient
id="linearGradient2257">
<stop
id="stop2259"
offset="0"
style="stop-color:#b4942a;stop-opacity:1;" />
<stop
id="stop2261"
offset="1"
style="stop-color:#e4dcc9;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient3207">
<stop
id="stop3209"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
id="stop3211"
offset="1"
style="stop-color:#252525;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient3217"
inkscape:collect="always">
<stop
id="stop3219"
offset="0"
style="stop-color:#252525;stop-opacity:1;" />
<stop
id="stop3221"
offset="1"
style="stop-color:#252525;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient3225">
<stop
id="stop3227"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
id="stop3229"
offset="1"
style="stop-color:#aeaeae;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3235"
inkscape:collect="always">
<stop
id="stop3237"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
id="stop3239"
offset="1"
style="stop-color:#ffffff;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient3251">
<stop
id="stop3253"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
id="stop3255"
offset="1"
style="stop-color:#131313;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient3259">
<stop
style="stop-color:#ffffff;stop-opacity:0.55035973;"
offset="0"
id="stop3261" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop3263" />
</linearGradient>
<linearGradient
id="linearGradient3273">
<stop
id="stop3275"
offset="0"
style="stop-color:#ffffff;stop-opacity:0.55035973;" />
<stop
id="stop3277"
offset="1"
style="stop-color:#ffffff;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient3291">
<stop
id="stop3293"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
style="stop-color:black;stop-opacity:0.62454873;"
offset="0.67582417"
id="stop3100" />
<stop
id="stop3295"
offset="1"
style="stop-color:#000000;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient3303">
<stop
id="stop3305"
offset="0"
style="stop-color:#ffffff;stop-opacity:0.68345326;" />
<stop
id="stop3307"
offset="1"
style="stop-color:#ffffff;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient3311">
<stop
id="stop3313"
offset="0"
style="stop-color:#2d2d2d;stop-opacity:1;" />
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0.5"
id="stop3319" />
<stop
id="stop3315"
offset="1"
style="stop-color:#000000;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3325">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3327" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop3329" />
</linearGradient>
<linearGradient
id="linearGradient2598">
<stop
id="stop2600"
offset="0"
style="stop-color:#252525;stop-opacity:1;" />
<stop
style="stop-color:#252525;stop-opacity:1;"
offset="0.5"
id="stop2606" />
<stop
id="stop2608"
offset="0.75"
style="stop-color:#252525;stop-opacity:1;" />
<stop
id="stop2602"
offset="1"
style="stop-color:#000000;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3742"
id="linearGradient2094"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,0.553275,-0.553275,2.810263,20.50572,-27.13753)"
x1="36.10664"
y1="42.068642"
x2="38.780388"
y2="40.875401" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3814"
id="linearGradient2096"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,0.525365,-0.525365,2.668506,21.67033,-45.78911)"
x1="4.5181999"
y1="41.236893"
x2="18.826626"
y2="38.015541" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3695"
id="linearGradient2098"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,0.553275,-0.553275,2.810263,20.50572,-27.13753)"
x1="32.438522"
y1="40"
x2="33.050251"
y2="42.76342" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient2100"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,0.553275,-0.553275,2.810263,18.9177,-18.7604)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient2102"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,0.553275,-0.553275,2.810263,18.9177,-18.7604)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5477"
id="linearGradient2104"
gradientUnits="userSpaceOnUse"
x1="74.0625"
y1="85.125"
x2="108.0625"
y2="126.0625" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5477"
id="linearGradient2106"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-1)"
x1="39.8125"
y1="79.125"
x2="45.3125"
y2="138.875" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5477"
id="linearGradient2108"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-2)"
x1="34.5625"
y1="99.375"
x2="44.0625"
y2="125.125" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5477"
id="linearGradient2110"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,0.7)"
x1="82.3125"
y1="61.875"
x2="36.3125"
y2="128.3125" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5477"
id="linearGradient2112"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-3.3)"
x1="82.3125"
y1="61.875"
x2="72.327019"
y2="133.3125" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5477"
id="linearGradient2114"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,1.7)"
x1="82.3125"
y1="61.875"
x2="72.327019"
y2="133.3125" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3756"
id="linearGradient2116"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,0.525365,-0.525365,2.668506,21.67033,-45.78911)"
x1="11.967802"
y1="50.304192"
x2="15.346087"
y2="57.638905" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3783"
id="linearGradient2118"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,0.525365,-0.525365,2.668506,21.67033,-45.78911)"
x1="15.6875"
y1="48.890625"
x2="16.25"
y2="54.984375" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3783"
id="linearGradient2120"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,0.525365,-0.525365,2.668506,21.67033,-45.78911)"
x1="15.6875"
y1="48.890625"
x2="16.753466"
y2="55.4375" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3783"
id="linearGradient2122"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,0.525365,-0.525365,2.668506,21.67033,-45.78911)"
x1="5.323966"
y1="55.630238"
x2="16.25"
y2="54.984375" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3804"
id="linearGradient2124"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,0.525365,-0.525365,2.668506,21.67033,-45.78911)"
x1="6.28125"
y1="35.763672"
x2="14.3125"
y2="35.763672" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3837"
id="linearGradient2126"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,0.525365,-0.525365,2.668506,21.67033,-45.78911)"
x1="20.606983"
y1="54.213417"
x2="14.043751"
y2="16.4375" />
<linearGradient
inkscape:collect="always"
xlink:href="#XMLID_5_"
id="linearGradient2128"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.964365,0.111876,-0.111876,0.964365,4.898481,-9.15308)"
x1="92.956825"
y1="-8.9549065"
x2="59.82354"
y2="206.72591" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient2130"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,0.553275,-0.553275,2.810263,20.50572,-27.13753)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3853"
id="radialGradient2132"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.946894,-1.786603e-2,1.432351,109.7761,-34.33835,-8150.494)"
cx="-36.857941"
cy="75.225319"
fx="-36.857941"
fy="75.225319"
r="0.9722718" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient2134"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,0.553275,-0.553275,2.810263,20.50572,-27.13753)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient2136"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,0.553275,-0.553275,2.810263,20.50572,-27.13753)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3771"
id="linearGradient2138"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,0.525365,-0.525365,2.668506,21.67033,-46.38911)"
x1="28.138407"
y1="5.6195269"
x2="29.138409"
y2="16.588285" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3771"
id="linearGradient2140"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,0.525365,-0.525365,2.668506,21.67033,-46.38911)"
x1="28.138407"
y1="5.6195269"
x2="29.138409"
y2="16.588285" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3771"
id="linearGradient2142"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,0.525365,-0.525365,2.668506,21.67033,-46.78911)"
x1="28.138407"
y1="5.6195269"
x2="29.138409"
y2="16.588285" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2913"
id="linearGradient2144"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.999191,0.115917,-0.115917,0.999191,2.715901,-10.89609)"
x1="52.984856"
y1="68.390213"
x2="113.21912"
y2="49.390213" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2913"
id="linearGradient2067"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.999191,0.115917,-0.115917,0.999191,8.719964,2.533569)"
x1="52.984856"
y1="68.390213"
x2="113.21912"
y2="49.390213" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient2083"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,-0.553275,-0.553275,-2.810263,20.75975,149.9699)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient2086"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,-0.553275,-0.553275,-2.810263,20.75975,149.9699)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3853"
id="radialGradient2089"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.946894,1.786603e-2,1.432351,-109.7761,-34.08432,8273.326)"
cx="-36.857941"
cy="75.225319"
fx="-36.857941"
fy="75.225319"
r="0.9722718" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient2092"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,-0.553275,-0.553275,-2.810263,20.75975,149.9699)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<linearGradient
inkscape:collect="always"
xlink:href="#XMLID_5_"
id="linearGradient2097"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.964365,-0.111876,-0.111876,-0.964365,5.152508,131.9855)"
x1="92.145996"
y1="-60.187336"
x2="59.408611"
y2="214.47302" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3837"
id="linearGradient2101"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,-0.525365,-0.525365,-2.668506,21.92436,168.6215)"
x1="20.606983"
y1="54.213417"
x2="14.043751"
y2="16.4375" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3804"
id="linearGradient2105"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,-0.525365,-0.525365,-2.668506,21.92436,168.6215)"
x1="6.28125"
y1="35.763672"
x2="14.3125"
y2="35.763672" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3783"
id="linearGradient2109"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,-0.525365,-0.525365,-2.668506,21.92436,168.6215)"
x1="5.323966"
y1="55.630238"
x2="16.25"
y2="54.984375" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3783"
id="linearGradient2113"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,-0.525365,-0.525365,-2.668506,21.92436,168.6215)"
x1="15.6875"
y1="48.890625"
x2="16.753466"
y2="55.4375" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3783"
id="linearGradient2117"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,-0.525365,-0.525365,-2.668506,21.92436,168.6215)"
x1="15.6875"
y1="48.890625"
x2="16.25"
y2="54.984375" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3756"
id="linearGradient2121"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,-0.525365,-0.525365,-2.668506,21.92436,168.6215)"
x1="15.213793"
y1="58.939987"
x2="14.701935"
y2="56.032543" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient2132"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,-0.553275,-0.553275,-2.810263,19.17173,140.9928)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient2135"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,-0.553275,-0.553275,-2.810263,19.17173,141.0928)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3695"
id="linearGradient2139"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,-0.553275,-0.553275,-2.810263,20.75975,149.9699)"
x1="32.438522"
y1="40"
x2="33.050251"
y2="42.76342" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3814"
id="linearGradient2143"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,-0.525365,-0.525365,-2.668506,21.92436,168.6215)"
x1="4.5181999"
y1="41.236893"
x2="18.826626"
y2="38.015541" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3837"
id="linearGradient2147"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,-0.553275,-0.553275,-2.810263,20.75975,149.9699)"
x1="36.992214"
y1="42.161171"
x2="38.913979"
y2="39.759342" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2975"
id="linearGradient2981"
x1="28.947184"
y1="125.89598"
x2="28.947184"
y2="104.95533"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2087"
id="linearGradient2093"
x1="68.235809"
y1="120.29424"
x2="70.710678"
y2="86.634247"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3837"
id="linearGradient2127"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,-0.553275,-0.553275,-2.810263,20.75975,149.9699)"
x1="36.992214"
y1="42.161171"
x2="38.913979"
y2="39.759342" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3814"
id="linearGradient2129"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,-0.525365,-0.525365,-2.668506,21.92436,168.6215)"
x1="4.5181999"
y1="41.236893"
x2="18.826626"
y2="38.015541" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3695"
id="linearGradient2131"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,-0.553275,-0.553275,-2.810263,20.75975,149.9699)"
x1="32.438522"
y1="40"
x2="33.050251"
y2="42.76342" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient2133"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,-0.553275,-0.553275,-2.810263,19.17173,141.0928)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient2137"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,-0.553275,-0.553275,-2.810263,19.17173,140.9928)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3756"
id="linearGradient2156"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,-0.525365,-0.525365,-2.668506,21.92436,168.6215)"
x1="15.213793"
y1="58.939987"
x2="14.701935"
y2="56.032543" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3783"
id="linearGradient2158"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,-0.525365,-0.525365,-2.668506,21.92436,168.6215)"
x1="15.6875"
y1="48.890625"
x2="16.25"
y2="54.984375" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3783"
id="linearGradient2160"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,-0.525365,-0.525365,-2.668506,21.92436,168.6215)"
x1="15.6875"
y1="48.890625"
x2="16.753466"
y2="55.4375" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3783"
id="linearGradient2162"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,-0.525365,-0.525365,-2.668506,21.92436,168.6215)"
x1="5.323966"
y1="55.630238"
x2="16.25"
y2="54.984375" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3804"
id="linearGradient2164"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,-0.525365,-0.525365,-2.668506,21.92436,168.6215)"
x1="6.28125"
y1="35.763672"
x2="14.3125"
y2="35.763672" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3837"
id="linearGradient2166"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.668506,-0.525365,-0.525365,-2.668506,21.92436,168.6215)"
x1="20.606983"
y1="54.213417"
x2="14.043751"
y2="16.4375" />
<linearGradient
inkscape:collect="always"
xlink:href="#XMLID_5_"
id="linearGradient2168"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.964365,-0.111876,-0.111876,-0.964365,5.152508,131.9855)"
x1="92.145996"
y1="-60.187336"
x2="59.408611"
y2="214.47302" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient2170"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,-0.553275,-0.553275,-2.810263,20.75975,149.9699)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3853"
id="radialGradient2172"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.946894,1.786603e-2,1.432351,-109.7761,-34.08432,8273.326)"
cx="-36.857941"
cy="75.225319"
fx="-36.857941"
fy="75.225319"
r="0.9722718" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient2174"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,-0.553275,-0.553275,-2.810263,20.75975,149.9699)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2087"
id="linearGradient2176"
gradientUnits="userSpaceOnUse"
x1="68.235809"
y1="120.29424"
x2="70.710678"
y2="86.634247" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient2178"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.810263,-0.553275,-0.553275,-2.810263,20.75975,149.9699)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2913"
id="linearGradient2180"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.999191,0.115917,-0.115917,0.999191,8.719964,2.533569)"
x1="52.984856"
y1="68.390213"
x2="113.21912"
y2="49.390213" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2975"
id="linearGradient2182"
gradientUnits="userSpaceOnUse"
x1="28.947184"
y1="125.89598"
x2="28.947184"
y2="104.95533" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3837"
id="linearGradient2533"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.934016,-0.577836,-0.577639,-2.935016,20.8843,149.7862)"
x1="36.992214"
y1="42.161171"
x2="38.913979"
y2="39.759342" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3814"
id="linearGradient2535"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.786016,-0.548687,-0.5485,-2.786966,22.1002,169.2658)"
x1="4.5181999"
y1="41.236893"
x2="18.826626"
y2="38.015541" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3695"
id="linearGradient2537"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.934016,-0.577836,-0.577639,-2.935016,20.8843,149.7862)"
x1="32.438522"
y1="40"
x2="33.050251"
y2="42.76342" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient2539"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.934016,-0.577836,-0.577639,-2.935016,19.22635,140.5151)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient2541"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.934016,-0.577836,-0.577639,-2.935016,19.22635,140.4106)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5477"
id="linearGradient2543"
gradientUnits="userSpaceOnUse"
x1="74.0625"
y1="85.125"
x2="108.0625"
y2="126.0625" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5477"
id="linearGradient2545"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-1)"
x1="39.8125"
y1="79.125"
x2="45.3125"
y2="138.875" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5477"
id="linearGradient2547"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-2)"
x1="34.5625"
y1="99.375"
x2="44.0625"
y2="125.125" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5477"
id="linearGradient2549"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,0.7)"
x1="82.3125"
y1="61.875"
x2="36.3125"
y2="128.3125" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5477"
id="linearGradient2551"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-3.3)"
x1="82.3125"
y1="61.875"
x2="72.327019"
y2="133.3125" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5477"
id="linearGradient2553"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,1.7)"
x1="82.3125"
y1="61.875"
x2="72.327019"
y2="133.3125" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3756"
id="linearGradient2555"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.786016,-0.548687,-0.5485,-2.786966,22.1002,169.2658)"
x1="15.213793"
y1="58.939987"
x2="14.701935"
y2="56.032543" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3783"
id="linearGradient2557"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.786016,-0.548687,-0.5485,-2.786966,22.1002,169.2658)"
x1="15.6875"
y1="48.890625"
x2="16.25"
y2="54.984375" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3783"
id="linearGradient2559"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.786016,-0.548687,-0.5485,-2.786966,22.1002,169.2658)"
x1="15.6875"
y1="48.890625"
x2="16.753466"
y2="55.4375" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3783"
id="linearGradient2561"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.786016,-0.548687,-0.5485,-2.786966,22.1002,169.2658)"
x1="5.323966"
y1="55.630238"
x2="16.25"
y2="54.984375" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3804"
id="linearGradient2563"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.786016,-0.548687,-0.5485,-2.786966,22.1002,169.2658)"
x1="6.28125"
y1="35.763672"
x2="14.3125"
y2="35.763672" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3837"
id="linearGradient2565"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.786016,-0.548687,-0.5485,-2.786966,22.1002,169.2658)"
x1="20.606983"
y1="54.213417"
x2="14.043751"
y2="16.4375" />
<linearGradient
inkscape:collect="always"
xlink:href="#XMLID_5_"
id="linearGradient2567"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.006832,-0.116842,-0.116803,-1.007175,4.589781,131.0035)"
x1="92.145996"
y1="-60.187336"
x2="59.408611"
y2="214.47302" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient2569"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.934016,-0.577836,-0.577639,-2.935016,20.8843,149.7862)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3853"
id="radialGradient2571"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.988591,1.835001e-2,1.495426,-112.7499,-36.37488,8490.872)"
cx="-36.857941"
cy="75.225319"
fx="-36.857941"
fy="75.225319"
r="0.9722718" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient2573"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.934016,-0.577836,-0.577639,-2.935016,20.8843,149.7862)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2087"
id="linearGradient2575"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.044036,0,0,1.044392,-0.789623,-6.841119)"
x1="68.235809"
y1="120.29424"
x2="70.710678"
y2="86.634247" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3710"
id="linearGradient2577"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.934016,-0.577836,-0.577639,-2.935016,20.8843,149.7862)"
x1="4.9107008"
y1="44.649334"
x2="58.884792"
y2="36.866131" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2913"
id="linearGradient2579"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.043191,-0.121063,-0.121022,-1.043547,-1.85471,132.9629)"
x1="52.984856"
y1="68.390213"
x2="113.21912"
y2="49.390213" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2975"
id="linearGradient2581"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.044036,0,0,1.044392,-0.789623,-6.841119)"
x1="28.947184"
y1="125.89598"
x2="28.947184"
y2="104.95533" />
<linearGradient
y2="65.932846"
x2="102"
y1="118"
x1="102"
gradientTransform="translate(20.000035,-56.000003)"
gradientUnits="userSpaceOnUse"
id="linearGradient3096"
xlink:href="#linearGradient6740"
inkscape:collect="always" />
<linearGradient
y2="-131.93112"
x2="-45.096584"
y1="-131.93112"
x1="-80.00296"
gradientTransform="matrix(0,0.7388168,-0.7388168,0,-1.5226652,63.255682)"
gradientUnits="userSpaceOnUse"
id="linearGradient3094"
xlink:href="#linearGradient3711"
inkscape:collect="always" />
<linearGradient
y2="87.759453"
x2="336.98077"
y1="120.81158"
x1="328.12448"
gradientUnits="userSpaceOnUse"
id="linearGradient3092"
xlink:href="#linearGradient4296"
inkscape:collect="always" />
<radialGradient
r="36"
fy="92"
fx="343.99899"
cy="92"
cx="343.99899"
gradientUnits="userSpaceOnUse"
id="radialGradient3090"
xlink:href="#linearGradient4770"
inkscape:collect="always" />
<linearGradient
y2="-373.1243"
x2="-56.357521"
y1="-381.09921"
x1="-86.120354"
gradientTransform="matrix(0,1,-1,0,-39.9985,140.0029)"
gradientUnits="userSpaceOnUse"
id="linearGradient3088"
xlink:href="#linearGradient5958"
inkscape:collect="always" />
<filter
id="filter2787"
height="2.5382431"
y="-0.76912157"
width="1.1025495"
x="-0.051274771"
inkscape:collect="always">
<feGaussianBlur
id="feGaussianBlur2789"
stdDeviation="2.5637386"
inkscape:collect="always" />
</filter>
<linearGradient
gradientTransform="translate(242.00093,340.5)"
gradientUnits="userSpaceOnUse"
xlink:href="#linearGradient2927"
id="linearGradient2925"
y2="-304.61469"
x2="-178"
y1="-228.5"
x1="-178" />
<linearGradient
gradientTransform="translate(242.00093,340.5)"
gradientUnits="userSpaceOnUse"
xlink:href="#linearGradient2822"
id="linearGradient2923"
y2="-296.48441"
x2="-168.99216"
y1="-300.5"
x1="-168.99216" />
<linearGradient
gradientTransform="matrix(1.0033808,0,0,1,-8.2378,16)"
gradientUnits="userSpaceOnUse"
xlink:href="#linearGradient2937"
id="linearGradient3109"
y2="20"
x2="122.74438"
y1="96"
x1="122.74438" />
<linearGradient
gradientTransform="translate(-6.999995,16)"
gradientUnits="userSpaceOnUse"
id="XMLID_6_"
y2="0.00048828119"
x2="72.000504"
y1="96"
x1="72.000504">
<stop
offset="0"
style="stop-color:#00479e;stop-opacity:1"
id="stop7" />
<stop
offset="0.0769"
style="stop-color:#2c72c7;stop-opacity:1"
id="stop9" />
<stop
offset="0.58579999"
style="stop-color:#6ea1df;stop-opacity:1"
id="stop11" />
<stop
offset="0.96450001"
style="stop-color:#adcbee;stop-opacity:1"
id="stop13" />
</linearGradient>
<filter
x="-0.025599999"
width="1.0512"
y="-0.384"
height="1.768"
id="filter2807">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="1.28"
id="feGaussianBlur2809" />
</filter>
<linearGradient
gradientTransform="matrix(1.0033404,0,0,1,-8.2374684,16)"
gradientUnits="userSpaceOnUse"
id="XMLID_9_"
y2="19.9583"
x2="71.999496"
y1="14.2578"
x1="71.999496">
<stop
offset="0.25"
style="stop-color:#71a8f5;stop-opacity:0"
id="stop46" />
<stop
offset="1"
style="stop-color:#0057ae;stop-opacity:1"
id="stop48" />
</linearGradient>
<linearGradient
id="linearGradient2822">
<stop
offset="0"
style="stop-color:#ffffff;stop-opacity:1"
id="stop2824" />
<stop
offset="1"
style="stop-color:#ffffff;stop-opacity:0"
id="stop2826" />
</linearGradient>
<linearGradient
gradientTransform="translate(242.00093,332.5)"
gradientUnits="userSpaceOnUse"
id="linearGradient2927"
y2="-304.61469"
x2="-178"
y1="-228.3945"
x1="-178">
<stop
offset="0"
style="stop-color:#cfe7ff;stop-opacity:1"
id="stop2929" />
<stop
offset="0.1"
style="stop-color:#71a8f5;stop-opacity:1"
id="stop2931" />
<stop
offset="1"
style="stop-color:#2c72c7;stop-opacity:1"
id="stop2933" />
</linearGradient>
<linearGradient
gradientTransform="matrix(1.0033808,0,0,1,-8.2378002,8)"
gradientUnits="userSpaceOnUse"
id="linearGradient2937"
y2="20.043535"
x2="122.39215"
y1="96.721588"
x1="122.74438">
<stop
offset="0"
style="stop-color:#72b4f4;stop-opacity:1"
id="stop2939" />
<stop
offset="0.13053299"
style="stop-color:#b3d9ff;stop-opacity:1"
id="stop2941" />
<stop
offset="0.34621301"
style="stop-color:#b3d9ff;stop-opacity:1"
id="stop2943" />
<stop
offset="0.72006166"
style="stop-color:#71a8f5;stop-opacity:1"
id="stop2945" />
<stop
offset="1"
style="stop-color:#508ed9;stop-opacity:1"
id="stop2947" />
</linearGradient>
<filter
id="filter4292"
inkscape:collect="always">
<feGaussianBlur
id="feGaussianBlur4294"
stdDeviation="2.1604423"
inkscape:collect="always" />
</filter>
<linearGradient
y2="-373.1243"
x2="-56.357521"
y1="-381.09921"
x1="-86.120354"
gradientTransform="matrix(0,1,-1,0,-39.9985,140.0029)"
gradientUnits="userSpaceOnUse"
id="linearGradient8916"
xlink:href="#linearGradient5958"
inkscape:collect="always" />
<linearGradient
id="linearGradient5958"
gradientUnits="userSpaceOnUse"
x1="-84.002403"
y1="-383.9971"
x2="-12.0029"
y2="-383.9971"
gradientTransform="matrix(0,1,-1,0,-39.9985,140.0029)">
<stop
offset="0"
style="stop-color:#008c00;stop-opacity:1"
id="stop5960" />
<stop
offset="1"
style="stop-color:#00bf00;stop-opacity:1"
id="stop5962" />
</linearGradient>
<radialGradient
r="36"
fy="92"
fx="343.99899"
cy="92"
cx="343.99899"
gradientUnits="userSpaceOnUse"
id="radialGradient8920"
xlink:href="#linearGradient4770"
inkscape:collect="always" />
<linearGradient
id="linearGradient4770"
gradientUnits="userSpaceOnUse"
x1="-84.002403"
y1="-383.9971"
x2="-12.0029"
y2="-383.9971"
gradientTransform="matrix(0,1,-1,0,-39.9985,140.0029)">
<stop
offset="0"
style="stop-color:#e5ff00;stop-opacity:1"
id="stop4772" />
<stop
offset="1"
style="stop-color:#bff500;stop-opacity:0;"
id="stop4774" />
</linearGradient>
<linearGradient
y2="87.759453"
x2="336.98077"
y1="120.81158"
x1="328.12448"
gradientUnits="userSpaceOnUse"
id="linearGradient4272"
xlink:href="#linearGradient4296"
inkscape:collect="always" />
<linearGradient
id="linearGradient4296">
<stop
style="stop-color:#00ff00;stop-opacity:1"
offset="0"
id="stop4298" />
<stop
style="stop-color:#006500;stop-opacity:1"
offset="1"
id="stop4300" />
</linearGradient>
<clipPath
id="clipPath5163"
clipPathUnits="userSpaceOnUse">
<circle
id="circle5165"
ry="8.0010004"
cy="92"
cx="343.99899"
rx="8.0010004"
r="36"
style="fill:url(#linearGradient5167);fill-opacity:1"
sodipodi:cx="343.99899"
sodipodi:cy="92"
sodipodi:rx="36"
sodipodi:ry="36" />
</clipPath>
<filter
id="filter7317"
inkscape:collect="always">
<feGaussianBlur
id="feGaussianBlur7319"
stdDeviation="2.8805897"
inkscape:collect="always" />
</filter>
<linearGradient
y2="-131.93112"
x2="-45.096584"
y1="-131.93112"
x1="-80.00296"
gradientTransform="matrix(0,0.7388168,-0.7388168,0,-1.5226652,63.255682)"
gradientUnits="userSpaceOnUse"
id="linearGradient8927"
xlink:href="#linearGradient3711"
inkscape:collect="always" />
<linearGradient
id="linearGradient3711"
gradientUnits="userSpaceOnUse"
x1="-84.002403"
y1="-383.9971"
x2="-23.516129"
y2="-383.9975"
gradientTransform="matrix(0,1,-1,0,-39.9985,140.0029)">
<stop
offset="0"
style="stop-color:white;stop-opacity:1;"
id="stop3713" />
<stop
offset="1"
style="stop-color:white;stop-opacity:0;"
id="stop3715" />
</linearGradient>
<linearGradient
y2="65.932846"
x2="102"
y1="118"
x1="102"
gradientTransform="translate(20.000035,-56.000003)"
gradientUnits="userSpaceOnUse"
id="linearGradient6930"
xlink:href="#linearGradient6740"
inkscape:collect="always" />
<linearGradient
id="linearGradient6740">
<stop
id="stop6742"
offset="0"
style="stop-color:#004d00;stop-opacity:0;" />
<stop
style="stop-color:#004d00;stop-opacity:1;"
offset="0.5"
id="stop6748" />
<stop
id="stop6744"
offset="1"
style="stop-color:#004d00;stop-opacity:0;" />
</linearGradient>
<filter
id="filter5943"
inkscape:collect="always">
<feGaussianBlur
id="feGaussianBlur5945"
stdDeviation="1.04"
inkscape:collect="always" />
</filter>
<inkscape:perspective
id="perspective3101"
inkscape:persp3d-origin="64 : 42.666667 : 1"
inkscape:vp_z="128 : 64 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 64 : 1"
sodipodi:type="inkscape:persp3d" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.8515625"
inkscape:cx="65.181339"
inkscape:cy="75.378539"
inkscape:current-layer="g3166"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
width="128px"
height="128px"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="1018"
inkscape:window-height="694"
inkscape:window-x="194"
inkscape:window-y="27"
inkscape:grid-points="true">
<sodipodi:guide
orientation="horizontal"
position="9.1694763"
id="guide3196" />
<inkscape:grid
id="GridFromPre046Settings"
type="xygrid"
originx="0px"
originy="0px"
spacingx="4px"
spacingy="4px"
color="#0000ff"
empcolor="#0000ff"
opacity="0.2"
empopacity="0.4"
empspacing="0" />
</sodipodi:namedview>
<metadata
id="metadata1882">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<path
sodipodi:type="arc"
style="opacity:0.38139535;fill:url(#radialGradient3336);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4;stroke-opacity:1"
id="path1563"
sodipodi:cx="63.912209"
sodipodi:cy="115.70919"
sodipodi:rx="63.912209"
sodipodi:ry="12.641975"
d="M 127.82442 115.70919 A 63.912209 12.641975 0 1 1 0,115.70919 A 63.912209 12.641975 0 1 1 127.82442 115.70919 z"
transform="matrix(1.001374,0,0,0.410379,-2.393169e-5,75.32738)" />
<g
id="g2494"
transform="matrix(1.008377,0,0,1.008628,-2.581806,4.000097)">
<g
id="g6745">
<path
sodipodi:nodetypes="ccccccc"
id="path2792"
d="M 38.338914,110.0964 L 37.913085,0.25841761 L 108.67949,0.66355815 C 110.77709,0.65541189 112.42414,2.3833898 112.43226,4.4816986 L 109.58501,110.33068 C 109.59313,112.42898 107.95921,114.07621 105.8616,114.08435 L 38.338914,110.0964 z "
style="fill:#2560a8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4;stroke-opacity:0.1300813" />
<path
style="fill:url(#linearGradient2533);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 107.58766,3.0160825 C 112.67226,8.539454 112.17593,8.7907347 111.98069,12.109645 L 103.4758,13.38043 L 107.58766,3.0160825 z "
id="path3740"
sodipodi:nodetypes="cccc" />
<path
style="fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4;stroke-opacity:0.1300813"
d="M 39.597409,118.78309 L 32.549614,118.86172 L 31.344291,118.56658 L 30.344724,118.88633 L 22.534642,118.97346 C 21.039463,118.97927 19.817875,117.76602 19.812076,116.27033 L 18.079158,107.46529 L 17.931657,4.6068899 C 18.105065,2.0373514 19.701119,-0.14092656 21.892469,0.0070742271 L 37.967478,0.26457952 L 40.110107,9.1166895 C 41.122652,9.5020074 41.839123,10.48171 41.843585,11.633518 L 42.207934,116.07766 C 42.213733,117.57334 41.092588,118.7773 39.597409,118.78309 z "
id="rect2790"
sodipodi:nodetypes="cccccccccccccc" />
<path
style="fill:url(#linearGradient2535);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4;stroke-opacity:0.1300813"
d="M 40.073714,118.13966 L 33.025689,118.1707 L 31.791028,117.87105 L 30.780553,118.251 L 23.018883,118.33211 C 21.523704,118.33791 20.231044,117.12113 20.225245,115.62544 L 18.494036,106.82908 L 18.115689,6.8455024 C 18.312928,8.3833383 21.522007,11.885279 23.373216,11.961927 L 41.210254,12.067765 C 39.076323,46.615295 39.916268,82.154782 40.073714,118.13966 z "
id="path3812"
sodipodi:nodetypes="ccccccccccc" />
<path
style="fill:url(#linearGradient2537);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 108.94084,9.3476881 L 107.71864,3.022683 L 22.621208,2.377771 C 19.231723,2.1488716 19.86448,9.0768877 23.696029,9.041723 L 108.94084,9.3476881 z "
id="path2797"
sodipodi:nodetypes="ccccc" />
<path
sodipodi:nodetypes="cccccc"
id="path3724"
d="M 37.974899,0.33629792 L 108.61904,0.63114022 C 110.61979,0.62339083 112.21571,2.2145952 112.36535,4.1806735 C 111.8662,2.6754958 110.46956,1.5418605 108.79954,1.5483462 L 37.983674,1.22777 L 37.974899,0.33629792 z "
style="fill:black;fill-opacity:0.47560975;fill-rule:nonzero;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4;stroke-opacity:0.1300813" />
<path
sodipodi:nodetypes="cccccc"
id="path3726"
d="M 38.029184,0.51766703 L 108.72142,0.97145536 C 110.7222,0.96370597 112.31811,2.5548894 112.46775,4.5209782 C 111.96861,3.01579 110.57195,1.8821547 108.90196,1.8886509 L 38.293697,1.6203779 L 38.029184,0.51766703 z "
style="opacity:0.49180328;fill:url(#linearGradient2539);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4;stroke-opacity:0.1300813" />
<path
style="opacity:0.34426228;fill:url(#linearGradient2541);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4;stroke-opacity:0.1300813"
d="M 38.026583,0.52305609 L 108.72142,0.86701616 C 110.7222,0.85926677 112.31811,2.4504502 112.46775,4.416539 C 111.96861,2.9113508 110.45915,1.2044697 108.78912,1.2109553 L 38.180838,1.1846523 L 38.026583,0.52305609 z "
id="path3728"
sodipodi:nodetypes="cccccc" />
<g
id="g5505"
style="opacity:0.397541"
transform="matrix(1.043191,-0.121063,-0.121022,-1.043547,2.311089,132.8239)">
<path
sodipodi:nodetypes="cc"
id="path5475"
d="M 30.625,118.75 C 32.625,118.75 114.11742,108.58839 114.11742,108.58839"
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:url(#linearGradient2543);stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:url(#linearGradient2545);stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 31.066942,117.61742 C 33.066942,117.61742 114.25,107.5 114.25,107.5"
id="path5485"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
id="path5489"
d="M 31.464689,116.79419 C 33.464689,116.79419 114.25,106.5 114.25,106.5"
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:url(#linearGradient2547);stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:url(#linearGradient2549);stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 31.332107,119.81742 C 33.332107,119.81742 114.02903,109.7 114.02903,109.7"
id="path5493"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
id="path5497"
d="M 31.906631,115.81742 C 33.906631,115.81742 114.02903,105.7 114.02903,105.7"
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:url(#linearGradient2551);stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:url(#linearGradient2553);stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.039214,120.90581 C 34.039214,120.90581 114.02903,110.7 114.02903,110.7"
id="path5501"
sodipodi:nodetypes="cc" />
</g>
<path
style="opacity:0.68999999;fill:black;fill-opacity:0.47560975;fill-rule:nonzero;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4;stroke-opacity:0.1300813"
d="M 37.974899,0.33629792 L 108.61904,0.63114022 C 110.61979,0.62339083 112.21571,2.2145952 112.36535,4.1806735 C 111.81315,2.0428449 110.3244,1.0464218 108.65441,1.0529179 L 38.040198,0.74505206 L 37.974899,0.33629792 z "
id="path3732"
sodipodi:nodetypes="cccccc" />
<path
sodipodi:nodetypes="ccccc"
id="path3754"
d="M 108.94084,9.3476881 L 107.71864,3.022683 L 22.621208,2.377771 C 19.231723,2.1488716 19.86448,9.0768877 23.696029,9.041723 L 108.94084,9.3476881 z "
style="fill:url(#linearGradient2555);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
style="opacity:0.42213117;fill:url(#linearGradient2557);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 19.836545,7.5017461 C 20.011478,8.2422096 21.550035,9.7376327 22.022102,9.8758371 C 27.863578,9.8411633 33.705055,9.8065104 39.54653,9.771847 C 39.562764,10.160664 39.578998,10.549501 39.595233,10.938339 C 33.660983,10.961127 27.726727,10.983895 21.792476,11.006684 C 21.093755,11.063029 20.058064,8.5949008 19.836545,7.5017461 z "
id="path3781"
sodipodi:nodetypes="cccccc" />
<path
sodipodi:nodetypes="ccccsc"
id="path3791"
d="M 19.836545,7.5017461 C 20.011478,8.2422096 22.054175,9.8622496 22.526245,10.000444 C 28.367721,9.9657801 33.384639,9.9655713 39.226114,9.9308975 C 39.242349,10.319735 39.161716,10.474023 39.177952,10.862861 C 33.243703,10.885649 29.197342,10.746463 22.780819,10.806557 C 21.007717,10.823153 20.058064,8.5949008 19.836545,7.5017461 z "
style="opacity:0.42213117;fill:url(#linearGradient2559);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
style="opacity:0.42213117;fill:url(#linearGradient2561);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 19.836545,7.5017461 C 19.973529,7.4703621 20.114796,7.9000459 20.306814,8.1823659 C 20.861966,8.9986 21.825658,10.037958 22.803279,9.9458949 C 28.644754,9.9112316 33.384639,9.9655713 39.226114,9.9308975 C 39.242349,10.319735 39.075335,10.264884 39.091569,10.6537 C 33.157319,10.676499 28.675851,10.445135 22.741602,10.467924 C 21.513788,10.423652 20.516518,9.3012126 20.054131,8.2993587 C 19.919855,8.0084224 19.750056,7.5145086 19.836545,7.5017461 z "
id="path3793"
sodipodi:nodetypes="csccccsc" />
<path
style="opacity:0.36885244;fill:url(#linearGradient2563);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4;stroke-opacity:0.1300813"
d="M 30.384055,118.3042 L 31.17758,9.2405857 L 32.447883,9.2618077 L 31.38562,117.99387 L 30.384055,118.3042 z "
id="path3799"
sodipodi:nodetypes="ccccc" />
<path
sodipodi:nodetypes="ccccccccccc"
id="path3835"
d="M 40.012936,113.99218 L 32.964912,114.02321 L 31.730248,113.72357 L 30.719775,114.10352 L 22.958107,114.18463 C 21.462927,114.19043 20.170266,112.97364 20.164468,111.47796 L 18.433259,102.6816 L 18.115689,6.8455024 C 18.312928,8.3833383 20.74035,11.975243 23.373216,11.961927 L 41.210254,12.067765 C 39.076323,46.615295 39.855493,78.007299 40.012936,113.99218 z "
style="fill:url(#linearGradient2565);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4;stroke-opacity:0.1300813" />
<path
style="fill:url(#linearGradient2567);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4;stroke-opacity:0.1300813"
d="M 39.353258,118.79322 L 39.645997,9.0634463 L 110.25722,9.3644297 C 112.35481,9.3562834 114.00183,11.084272 114.00999,13.18256 L 111.52929,114.85415 C 111.53745,116.95245 109.9035,118.59968 107.80591,118.60781 L 39.353258,118.79322 z "
id="rect1887"
sodipodi:nodetypes="ccccccc" />
<path
style="fill:black;fill-opacity:0.47560975;fill-rule:nonzero;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4;stroke-opacity:0.1300813"
d="M 39.632873,9.085295 L 110.27699,9.3801582 C 112.27777,9.3723984 113.87366,10.963592 114.02331,12.929671 C 113.5242,11.424493 112.12751,10.290858 110.45749,10.297343 L 39.641648,9.9767672 L 39.632873,9.085295 z "
id="path3703"
sodipodi:nodetypes="cccccc" />
<path
style="opacity:0.49180328;fill:url(#linearGradient2569);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4;stroke-opacity:0.1300813"
d="M 39.687156,9.7888497 L 110.3794,10.242648 C 112.38018,10.23491 113.97609,11.826103 114.12571,13.792182 C 113.62662,12.286983 112.22992,11.153369 110.55992,11.159844 L 39.64898,11.211677 L 39.687156,9.7888497 z "
id="path3718"
sodipodi:nodetypes="cccccc" />
<path
style="fill:url(#radialGradient2571);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4;stroke-opacity:0.1300813"
d="M 39.555393,118.1661 C 38.445647,118.15123 37.555613,69.450761 37.63304,9.3050142 L 41.722316,9.35983 C 41.628711,69.505351 40.665141,118.18097 39.555393,118.1661 z "
id="path3851" />
<path
sodipodi:nodetypes="cccccc"
id="path3708"
d="M 39.435697,10.046167 L 110.3794,10.242648 C 112.38018,10.23491 113.97609,11.826103 114.12571,13.792182 C 113.62662,12.286983 112.1171,10.580123 110.4471,10.586609 L 39.40643,10.658818 L 39.435697,10.046167 z "
style="opacity:0.34426228;fill:url(#linearGradient2573);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4;stroke-opacity:0.1300813" />
<path
sodipodi:nodetypes="ccccccc"
id="path2084"
d="M 39.353258,118.79322 L 39.645997,9.0634463 L 110.25722,9.3644297 C 112.35481,9.3562834 114.00183,11.084272 114.00999,13.18256 L 111.52929,114.85415 C 111.53745,116.95245 109.9035,118.59968 107.80591,118.60781 L 39.353258,118.79322 z "
style="fill:url(#linearGradient2575);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4;stroke-opacity:0.1300813" />
<path
style="opacity:0.34426228;fill:url(#linearGradient2577);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4;stroke-opacity:0.1300813"
d="M 39.825838,9.910678 L 110.3794,10.242648 C 112.38018,10.23491 113.97609,11.826103 114.12571,13.792182 C 113.62662,12.286983 112.21223,10.942475 110.54222,10.94895 L 39.827973,10.853983 L 39.825838,9.910678 z "
id="path3720"
sodipodi:nodetypes="cccccc" />
<path
sodipodi:nodetypes="cccccc"
id="path3722"
d="M 39.632873,9.085295 L 110.27699,9.3801582 C 112.27777,9.3723984 113.87366,10.963592 114.02331,12.929671 C 113.47111,10.791842 111.98241,9.7954189 110.3124,9.801915 L 39.698169,9.4940387 L 39.632873,9.085295 z "
style="fill:black;fill-opacity:0.47560975;fill-rule:nonzero;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4;stroke-opacity:0.1300813" />
<path
sodipodi:nodetypes="cccccccc"
id="path3769"
d="M 108.51772,118.58356 C 108.27231,118.63348 107.97922,118.64977 107.71701,118.65079 L 39.338733,118.80491 L 39.292607,118.22594 L 107.61417,118.12823 C 109.71174,118.12009 111.39269,116.40805 111.38455,114.30975 L 111.50452,114.91941 C 111.51166,116.75542 110.23559,118.23413 108.51772,118.58356 z "
style="opacity:0.34836067;fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4;stroke-opacity:0.1300813" />
<path
style="fill:url(#linearGradient2579);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 104.20386,93.260266 C 100.78681,90.059896 97.385363,86.842146 94.139693,83.465826 C 85.293323,73.843931 77.163448,63.606103 70.401256,52.387458 C 66.720514,46.276403 63.300484,40.02529 59.890846,33.769881 C 54.04496,26.921272 48.14362,20.121472 42.17667,13.375752 C 41.44724,12.538932 40.72594,11.688942 40,10.842182 L 42.20112,10.855802 C 43.10583,11.978642 44.01216,13.098862 44.9205,14.216032 C 49.07826,19.239842 53.25359,24.250452 57.428605,29.260125 C 54.9958,24.811862 52.53616,20.374962 49.96467,16.000222 C 49.23548,14.873742 47.13762,12.480172 46.08123,10.869862 L 49.2627,10.882562 C 50.7349,12.402392 51.52832,14.440042 52.97088,16.970652 C 56.013247,22.984262 59.038078,28.996886 62.170896,34.950433 C 66.401822,40.023224 70.632232,45.094777 74.85595,50.173617 C 84.095892,61.421487 93.610123,72.461038 104.84942,81.693506 L 104.78751,82.768286 C 92.905783,73.165201 83.056435,61.465631 73.335567,49.707763 C 70.33583,46.113468 67.326588,42.528199 64.301376,38.956213 C 66.850015,43.691213 69.485054,48.381608 72.276394,52.994405 C 79.202128,64.313335 87.554136,74.598311 96.648033,84.220636 C 99.101003,86.768686 101.67316,89.193016 104.29751,91.561216 L 104.20386,93.260266 z M 105.64151,67.462449 C 103.67191,62.04477 101.45583,56.719695 98.870443,51.535593 C 93.070283,39.334672 87.219122,27.117292 80.244132,15.532802 C 79.340132,14.106092 77.293057,11.989322 76.777153,11.000792 L 78.457134,11.009792 C 78.933045,11.238272 79.51208,11.540212 80.221491,11.933392 L 78.582764,11.008222 L 79.416086,11.011342 C 81.377278,12.142322 81.854211,13.666342 83.449624,16.575592 C 89.568798,28.154282 94.968033,40.097366 100.34672,52.032605 C 102.42881,56.337369 104.198,60.758149 105.76265,65.252449 L 105.64151,67.462449 z "
id="path2012" />
<path
sodipodi:nodetypes="ccc"
id="path2276"
d="M -85.488193,-85.083786 L -85.488193,-88.002558 L -85.488193,-85.083786 z "
style="fill:white;fill-opacity:0.75688076;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4;stroke-opacity:1" />
<path
style="fill:url(#linearGradient2581);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 18.266324,93.747176 L 18.358605,107.54784 L 20.250357,116.87135 L 21.173163,118.11756 L 23.387899,118.57912 L 30.770347,118.53297 L 31.324031,118.30219 L 39.121742,118.53297 L 39.260164,93.977956 L 18.266324,93.747176 z "
id="path2973" />
<path
style="opacity:0.34836067;fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4;stroke-opacity:0.1300813"
d="M 108.51772,118.58356 C 108.27231,118.63348 107.97922,118.64977 107.71701,118.65079 L 39.338733,118.80491 L 39.292607,117.70374 L 107.61417,117.60603 C 109.71174,117.5979 111.39269,116.40805 111.38455,114.30975 L 111.50452,114.91941 C 111.51166,116.75542 110.23559,118.23413 108.51772,118.58356 z "
id="path2983"
sodipodi:nodetypes="cccccccc" />
</g>
<g
id="g3166"
transform="translate(53.524281,32.275367)">
<g
transform="translate(-20.021682,-65.961511)"
id="g3077">
<g
id="g3640"
transform="translate(-31.999989,29.999999)">
<circle
sodipodi:ry="36"
sodipodi:rx="36"
sodipodi:cy="92"
sodipodi:cx="343.99899"
style="opacity:0.5;fill:#000000;fill-opacity:1;filter:url(#filter4292)"
r="36"
rx="8.0010004"
cx="343.99899"
cy="92"
ry="8.0010004"
id="circle4274"
transform="matrix(-0.858425,0.2300143,-0.2300143,-0.858425,412.45864,35.85043)" />
<circle
transform="matrix(-0.858425,0.2300143,-0.2300143,-0.858425,412.45864,31.85043)"
id="circle3581_2_"
ry="8.0010004"
cy="92"
cx="343.99899"
rx="8.0010004"
r="36"
style="fill:url(#linearGradient3088);fill-opacity:1"
sodipodi:cx="343.99899"
sodipodi:cy="92"
sodipodi:rx="36"
sodipodi:ry="36" />
<circle
sodipodi:ry="36"
sodipodi:rx="36"
sodipodi:cy="92"
sodipodi:cx="343.99899"
style="fill:url(#radialGradient3090);fill-opacity:1"
r="36"
rx="8.0010004"
cx="343.99899"
cy="92"
ry="8.0010004"
id="circle4383"
transform="matrix(-0.6438188,0.1725107,-0.1725107,-0.6438188,333.34401,31.887831)" />
<circle
sodipodi:ry="36"
sodipodi:rx="36"
sodipodi:cy="92"
sodipodi:cx="343.99899"
style="opacity:0.8;fill:none;fill-opacity:1;stroke:url(#linearGradient3092);stroke-width:6.75138187;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter7317)"
r="36"
rx="8.0010004"
cx="343.99899"
cy="92"
ry="8.0010004"
id="circle4776"
transform="matrix(-0.858425,-0.2300143,-0.2300143,0.858425,412.45864,32.149572)"
clip-path="url(#clipPath5163)" />
<path
id="circle16776"
d="M 96.000027,4.1481901 C 84.654311,4.1481901 75.173932,12.159796 72.888913,22.826405 C 77.443574,27.0723 86.085806,29.937514 96.000027,29.937514 C 105.91426,29.937514 114.55648,27.0723 119.11114,22.826405 C 116.82613,12.159796 107.34574,4.1481901 96.000027,4.1481901 z"
style="opacity:0.8;fill:url(#linearGradient3094);fill-opacity:1" />
<g
transform="translate(-26.000031,-3.999996)"
id="g6850">
<path
id="path4123"
d="M 118.00003,15.999997 L 118.00003,31.999997 L 102.00003,31.999997 L 102.00003,39.999997 L 118.00003,39.999997 L 118.00003,55.999997 L 126.00003,55.999997 L 126.00003,39.999997 L 142.00003,39.999997 L 142.00003,31.999997 L 126.00003,31.999997 L 126.00003,15.999997 L 118.00003,15.999997 z"
style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3096);stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;filter:url(#filter5943)"
sodipodi:nodetypes="ccccccccccccc" />
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
d="M 118.00003,15.999997 L 118.00003,31.999997 L 102.00003,31.999997 L 102.00003,39.999997 L 118.00003,39.999997 L 118.00003,55.999997 L 126.00003,55.999997 L 126.00003,39.999997 L 142.00003,39.999997 L 142.00003,31.999997 L 126.00003,31.999997 L 126.00003,15.999997 L 118.00003,15.999997 z"
id="rect3232"
sodipodi:nodetypes="ccccccccccccc" />
</g>
</g>
</g>
</g>
</g>
</g>
</svg>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment