Last active
August 29, 2015 14:26
-
-
Save zed9h/6f387d15e61472c3e0e6 to your computer and use it in GitHub Desktop.
world map with the last decades migration between countries (UN data https://docs.google.com/spreadsheets/d/1_lFkPHLNK8fKkqTc-3Ytgz9IIP55Kmn1RNNl3TquG44/edit#gid=1209937416)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.ammapAlert | |
{ | |
display:table-cell; | |
vertical-align:middle; | |
text-align:center; | |
font-family:verdana,helvetica,arial,sans-serif; | |
font-size:12px; | |
color:#CC0000; | |
} | |
.ammapDescriptionWindow | |
{ | |
font-size:11px; | |
font-family:verdana,helvetica,arial,sans-serif; | |
background-color:#FFFFFF; | |
border-style:solid; | |
border-color:#DADADA; | |
border-width:1px; | |
color:#000000; | |
padding:8px; | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
} | |
.ammapDescriptionTitle | |
{ | |
font-size:12px; | |
font-weight:bold; | |
font-family:verdana,helvetica,arial,sans-serif; | |
padding-bottom:5px; | |
} | |
.ammapDescriptionWindowCloseButton | |
{ | |
} | |
.ammapObjectList ul | |
{ | |
padding-left:20px; | |
list-style:square outside; | |
color:#999999; | |
font-family:verdana,helvetica,arial,sans-serif; | |
font-size: 12px; | |
} | |
.ammapObjectList ul ul | |
{ | |
padding-left:14px; | |
} | |
.ammapObjectList a | |
{ | |
color:#000000; | |
} | |
.ammapObjectList a | |
{ | |
color:#000000; | |
text-decoration:none; | |
display:block; | |
padding:2px; | |
} | |
.ammapObjectList a:hover | |
{ | |
color:#CC0000; | |
text-decoration:none; | |
background:#FFFFFF; | |
cursor:pointer; | |
display:block; | |
} | |
.ammapDescriptionText | |
{ | |
overflow: auto; | |
} | |
.amChartsPlotArea | |
{ | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(){var d;window.AmCharts?d=window.AmCharts:(d={},window.AmCharts=d,d.themes={},d.maps={},d.inheriting={},d.charts=[],d.onReadyArray=[],d.useUTC=!1,d.updateRate=30,d.uid=0,d.lang={},d.translations={},d.mapTranslations={},d.windows={},d.initHandlers=[]);d.Class=function(a){var b=function(){arguments[0]!==d.inheriting&&(this.events={},this.construct.apply(this,arguments))};a.inherits?(b.prototype=new a.inherits(d.inheriting),b.base=a.inherits.prototype,delete a.inherits):(b.prototype.createEvents= | |
function(){for(var a=0,b=arguments.length;a<b;a++)this.events[arguments[a]]=[]},b.prototype.listenTo=function(a,b,c){this.removeListener(a,b,c);a.events[b].push({handler:c,scope:this})},b.prototype.addListener=function(a,b,c){this.removeListener(this,a,b);this.events[a].push({handler:b,scope:c})},b.prototype.removeListener=function(a,b,c){if(a&&a.events)for(a=a.events[b],b=a.length-1;0<=b;b--)a[b].handler===c&&a.splice(b,1)},b.prototype.fire=function(a,b){for(var c=this.events[a],d=0,k=c.length;d< | |
k;d++){var l=c[d];l.handler.call(l.scope,b)}});for(var c in a)b.prototype[c]=a[c];return b};d.addChart=function(a){d.updateInt||(d.updateInt=setInterval(function(){d.update()},Math.round(1E3/d.updateRate)));d.charts.push(a)};d.removeChart=function(a){for(var b=d.charts,c=b.length-1;0<=c;c--)b[c]==a&&b.splice(c,1);0===b.length&&d.updateInt&&(clearInterval(d.updateInt),d.updateInt=NaN)};d.isModern=!0;d.getIEVersion=function(){var a=0,b,c;"Microsoft Internet Explorer"==navigator.appName&&(b=navigator.userAgent, | |
c=/MSIE ([0-9]{1,}[.0-9]{0,})/,null!==c.exec(b)&&(a=parseFloat(RegExp.$1)));return a};d.applyLang=function(a,b){var c=d.translations;b.dayNames=d.extend({},d.dayNames);b.shortDayNames=d.extend({},d.shortDayNames);b.monthNames=d.extend({},d.monthNames);b.shortMonthNames=d.extend({},d.shortMonthNames);c&&(c=c[a])&&(d.lang=c,c.monthNames&&(b.dayNames=d.extend({},c.dayNames),b.shortDayNames=d.extend({},c.shortDayNames),b.monthNames=d.extend({},c.monthNames),b.shortMonthNames=d.extend({},c.shortMonthNames)))}; | |
d.IEversion=d.getIEVersion();9>d.IEversion&&0<d.IEversion&&(d.isModern=!1,d.isIE=!0);d.dx=0;d.dy=0;if(document.addEventListener||window.opera)d.isNN=!0,d.isIE=!1,d.dx=.5,d.dy=.5;document.attachEvent&&(d.isNN=!1,d.isIE=!0,d.isModern||(d.dx=0,d.dy=0));window.chrome&&(d.chrome=!0);d.handleMouseUp=function(a){for(var b=d.charts,c=0;c<b.length;c++){var h=b[c];h&&h.handleReleaseOutside&&h.handleReleaseOutside(a)}};d.handleMouseMove=function(a){for(var b=d.charts,c=0;c<b.length;c++){var h=b[c];h&&h.handleMouseMove&& | |
h.handleMouseMove(a)}};d.handleWheel=function(a){for(var b=d.charts,c=0;c<b.length;c++){var h=b[c];if(h&&h.mouseIsOver){h.mouseWheelScrollEnabled||h.mouseWheelZoomEnabled?h.handleWheel&&h.handleWheel(a):a.stopPropagation&&a.stopPropagation();break}}};d.resetMouseOver=function(){for(var a=d.charts,b=0;b<a.length;b++){var c=a[b];c&&(c.mouseIsOver=!1)}};d.ready=function(a){d.onReadyArray.push(a)};d.handleLoad=function(){d.isReady=!0;for(var a=d.onReadyArray,b=0;b<a.length;b++){var c=a[b];isNaN(d.processDelay)? | |
c():setTimeout(c,d.processDelay*b)}};d.addInitHandler=function(a,b){d.initHandlers.push({method:a,types:b})};d.callInitHandler=function(a){var b=d.initHandlers;if(d.initHandlers)for(var c=0;c<b.length;c++){var h=b[c];h.types?d.isInArray(h.types,a.type)&&h.method(a):h.method(a)}};d.getUniqueId=function(){d.uid++;return"AmChartsEl-"+d.uid};d.isNN&&(document.addEventListener("mousemove",d.handleMouseMove,!0),document.addEventListener("mouseup",d.handleMouseUp,!0),window.addEventListener("load",d.handleLoad, | |
!0),window.addEventListener("DOMMouseScroll",d.handleWheel,!0),document.addEventListener("mousewheel",d.handleWheel,!0));d.isIE&&(document.attachEvent("onmousemove",d.handleMouseMove),document.attachEvent("onmouseup",d.handleMouseUp),window.attachEvent("onload",d.handleLoad));d.clear=function(){var a=d.charts;if(a)for(var b=a.length-1;0<=b;b--)a[b].clear();d.updateInt&&clearInterval(d.updateInt);d.charts=[];d.isNN&&(document.removeEventListener("mousemove",d.handleMouseMove,!0),document.removeEventListener("mouseup", | |
d.handleMouseUp,!0),window.removeEventListener("load",d.handleLoad,!0),window.removeEventListener("DOMMouseScroll",d.handleWheel,!0),document.removeEventListener("mousewheel",d.handleWheel,!0));d.isIE&&(document.detachEvent("onmousemove",d.handleMouseMove),document.detachEvent("onmouseup",d.handleMouseUp),window.detachEvent("onload",d.handleLoad))};d.makeChart=function(a,b,c){var h=b.type,f=b.theme;d.isString(f)&&(f=d.themes[f],b.theme=f);var e;switch(h){case "serial":e=new d.AmSerialChart(f);break; | |
case "xy":e=new d.AmXYChart(f);break;case "pie":e=new d.AmPieChart(f);break;case "radar":e=new d.AmRadarChart(f);break;case "gauge":e=new d.AmAngularGauge(f);break;case "funnel":e=new d.AmFunnelChart(f);break;case "map":e=new d.AmMap(f);break;case "stock":e=new d.AmStockChart(f);break;case "gantt":e=new d.AmGanttChart(f)}d.extend(e,b);if(b.listeners)for(var g in b.listeners)h=b.listeners[g],e.addListener(h.event,h.method);d.isReady?isNaN(c)?e.write(a):setTimeout(function(){d.realWrite(e,a)},c):d.ready(function(){isNaN(c)? | |
e.write(a):setTimeout(function(){d.realWrite(e,a)},c)});return e};d.realWrite=function(a,b){a.write(b)};d.updateCount=0;d.validateAt=Math.round(d.updateRate/5);d.update=function(){var a=d.charts;d.updateCount++;var b=!1;d.updateCount==d.validateAt&&(b=!0,d.updateCount=0);if(a)for(var c=0;c<a.length;c++)a[c].update&&a[c].update(),b&&a[c].autoResize&&a[c].validateSize&&a[c].validateSize()};d.bezierX=3;d.bezierY=6})();(function(){var d=window.AmCharts;d.toBoolean=function(a,b){if(void 0===a)return b;switch(String(a).toLowerCase()){case "true":case "yes":case "1":return!0;case "false":case "no":case "0":case null:return!1;default:return Boolean(a)}};d.removeFromArray=function(a,b){var c;if(void 0!==b&&void 0!==a)for(c=a.length-1;0<=c;c--)a[c]==b&&a.splice(c,1)};d.getPath=function(){var a=document.getElementsByTagName("script");if(a)for(var b=0;b<a.length;b++){var c=a[b].src;if(-1!==c.search(/\/(amcharts|ammap)\.js/))return c.replace(/\/(amcharts|ammap)\.js.*/, | |
"/")}};d.normalizeUrl=function(a){return""!==a&&-1===a.search(/\/$/)?a+"/":a};d.isAbsolute=function(a){return 0===a.search(/^http[s]?:|^\//)};d.isInArray=function(a,b){for(var c=0;c<a.length;c++)if(a[c]==b)return!0;return!1};d.getDecimals=function(a){var b=0;isNaN(a)||(a=String(a),-1!=a.indexOf("e-")?b=Number(a.split("-")[1]):-1!=a.indexOf(".")&&(b=a.split(".")[1].length));return b};d.wordwrap=function(a,b,c,h){var f,e,g,k;a+="";if(1>b)return a;f=-1;for(a=(k=a.split(/\r\n|\n|\r/)).length;++f<a;k[f]+= | |
g){g=k[f];for(k[f]="";g.length>b;k[f]+=d.trim(g.slice(0,e))+((g=g.slice(e)).length?c:""))e=2==h||(e=g.slice(0,b+1).match(/\S*(\s)?$/))[1]?b:e.input.length-e[0].length||1==h&&b||e.input.length+(e=g.slice(b).match(/^\S*/))[0].length;g=d.trim(g)}return k.join(h)};d.trim=function(a){return a.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")};d.wrappedText=function(a,b,c,h,f,e,g,k){var l=d.text(a,b,c,h,f,e,g);if(l){var m=l.getBBox();if(m.width>k){var n="\n";d.isModern||(n="<br>");k=Math.floor(k/(m.width/ | |
b.length));2<k&&(k-=2);b=d.wordwrap(b,k,n,!0);l.remove();l=d.text(a,b,c,h,f,e,g)}}return l};d.getStyle=function(a,b){var c="";document.defaultView&&document.defaultView.getComputedStyle?c=document.defaultView.getComputedStyle(a,"").getPropertyValue(b):a.currentStyle&&(b=b.replace(/\-(\w)/g,function(a,b){return b.toUpperCase()}),c=a.currentStyle[b]);return c};d.removePx=function(a){if(void 0!==a)return Number(a.substring(0,a.length-2))};d.getURL=function(a,b){if(a)if("_self"!=b&&b)if("_top"==b&&window.top)window.top.location.href= | |
a;else if("_parent"==b&&window.parent)window.parent.location.href=a;else if("_blank"==b)window.open(a);else{var c=document.getElementsByName(b)[0];c?c.src=a:(c=d.windows[b])?c.opener&&!c.opener.closed?c.location.href=a:d.windows[b]=window.open(a):d.windows[b]=window.open(a)}else window.location.href=a};d.ifArray=function(a){return a&&"object"==typeof a&&0<a.length?!0:!1};d.callMethod=function(a,b){var c;for(c=0;c<b.length;c++){var h=b[c];if(h){if(h[a])h[a]();var d=h.length;if(0<d){var e;for(e=0;e< | |
d;e++){var g=h[e];if(g&&g[a])g[a]()}}}}};d.toNumber=function(a){return"number"==typeof a?a:Number(String(a).replace(/[^0-9\-.]+/g,""))};d.toColor=function(a){if(""!==a&&void 0!==a)if(-1!=a.indexOf(",")){a=a.split(",");var b;for(b=0;b<a.length;b++){var c=a[b].substring(a[b].length-6,a[b].length);a[b]="#"+c}}else a=a.substring(a.length-6,a.length),a="#"+a;return a};d.toCoordinate=function(a,b,c){var h;void 0!==a&&(a=String(a),c&&c<b&&(b=c),h=Number(a),-1!=a.indexOf("!")&&(h=b-Number(a.substr(1))),-1!= | |
a.indexOf("%")&&(h=b*Number(a.substr(0,a.length-1))/100));return h};d.fitToBounds=function(a,b,c){a<b&&(a=b);a>c&&(a=c);return a};d.isDefined=function(a){return void 0===a?!1:!0};d.stripNumbers=function(a){return a.replace(/[0-9]+/g,"")};d.roundTo=function(a,b){if(0>b)return a;var c=Math.pow(10,b);return Math.round(a*c)/c};d.toFixed=function(a,b){var c=String(Math.round(a*Math.pow(10,b)));if(0<b){var h=c.length;if(h<b){var d;for(d=0;d<b-h;d++)c="0"+c}h=c.substring(0,c.length-b);""===h&&(h=0);return h+ | |
"."+c.substring(c.length-b,c.length)}return String(c)};d.formatDuration=function(a,b,c,h,f,e){var g=d.intervals,k=e.decimalSeparator;if(a>=g[b].contains){var l=a-Math.floor(a/g[b].contains)*g[b].contains;"ss"==b?(l=d.formatNumber(l,e),1==l.split(k)[0].length&&(l="0"+l)):l=d.roundTo(l,e.precision);("mm"==b||"hh"==b)&&10>l&&(l="0"+l);c=l+""+h[b]+""+c;a=Math.floor(a/g[b].contains);b=g[b].nextInterval;return d.formatDuration(a,b,c,h,f,e)}"ss"==b&&(a=d.formatNumber(a,e),1==a.split(k)[0].length&&(a="0"+ | |
a));("mm"==b||"hh"==b)&&10>a&&(a="0"+a);c=a+""+h[b]+""+c;if(g[f].count>g[b].count)for(a=g[b].count;a<g[f].count;a++)b=g[b].nextInterval,"ss"==b||"mm"==b||"hh"==b?c="00"+h[b]+""+c:"DD"==b&&(c="0"+h[b]+""+c);":"==c.charAt(c.length-1)&&(c=c.substring(0,c.length-1));return c};d.formatNumber=function(a,b,c,h,f){a=d.roundTo(a,b.precision);isNaN(c)&&(c=b.precision);var e=b.decimalSeparator;b=b.thousandsSeparator;var g;g=0>a?"-":"";a=Math.abs(a);var k=String(a),l=!1;-1!=k.indexOf("e")&&(l=!0);0<=c&&!l&&(k= | |
d.toFixed(a,c));var m="";if(l)m=k;else{var k=k.split("."),l=String(k[0]),n;for(n=l.length;0<=n;n-=3)m=n!=l.length?0!==n?l.substring(n-3,n)+b+m:l.substring(n-3,n)+m:l.substring(n-3,n);void 0!==k[1]&&(m=m+e+k[1]);void 0!==c&&0<c&&"0"!=m&&(m=d.addZeroes(m,e,c))}m=g+m;""===g&&!0===h&&0!==a&&(m="+"+m);!0===f&&(m+="%");return m};d.addZeroes=function(a,b,c){a=a.split(b);void 0===a[1]&&0<c&&(a[1]="0");return a[1].length<c?(a[1]+="0",d.addZeroes(a[0]+b+a[1],b,c)):void 0!==a[1]?a[0]+b+a[1]:a[0]};d.scientificToNormal= | |
function(a){var b;a=String(a).split("e");var c;if("-"==a[1].substr(0,1)){b="0.";for(c=0;c<Math.abs(Number(a[1]))-1;c++)b+="0";b+=a[0].split(".").join("")}else{var h=0;b=a[0].split(".");b[1]&&(h=b[1].length);b=a[0].split(".").join("");for(c=0;c<Math.abs(Number(a[1]))-h;c++)b+="0"}return b};d.toScientific=function(a,b){if(0===a)return"0";var c=Math.floor(Math.log(Math.abs(a))*Math.LOG10E),h=String(h).split(".").join(b);return String(h)+"e"+c};d.randomColor=function(){return"#"+("00000"+(16777216*Math.random()<< | |
0).toString(16)).substr(-6)};d.hitTest=function(a,b,c){var h=!1,f=a.x,e=a.x+a.width,g=a.y,k=a.y+a.height,l=d.isInRectangle;h||(h=l(f,g,b));h||(h=l(f,k,b));h||(h=l(e,g,b));h||(h=l(e,k,b));h||!0===c||(h=d.hitTest(b,a,!0));return h};d.isInRectangle=function(a,b,c){return a>=c.x-5&&a<=c.x+c.width+5&&b>=c.y-5&&b<=c.y+c.height+5?!0:!1};d.isPercents=function(a){if(-1!=String(a).indexOf("%"))return!0};d.findPosX=function(a){var b=a,c=a.offsetLeft;if(a.offsetParent){for(;a=a.offsetParent;)c+=a.offsetLeft; | |
for(;(b=b.parentNode)&&b!=document.body;)c-=b.scrollLeft||0}return c};d.findPosY=function(a){var b=a,c=a.offsetTop;if(a.offsetParent){for(;a=a.offsetParent;)c+=a.offsetTop;for(;(b=b.parentNode)&&b!=document.body;)c-=b.scrollTop||0}return c};d.findIfFixed=function(a){if(a.offsetParent)for(;a=a.offsetParent;)if("fixed"==d.getStyle(a,"position"))return!0;return!1};d.findIfAuto=function(a){return a.style&&"auto"==d.getStyle(a,"overflow")?!0:a.parentNode?d.findIfAuto(a.parentNode):!1};d.findScrollLeft= | |
function(a,b){a.scrollLeft&&(b+=a.scrollLeft);return a.parentNode?d.findScrollLeft(a.parentNode,b):b};d.findScrollTop=function(a,b){a.scrollTop&&(b+=a.scrollTop);return a.parentNode?d.findScrollTop(a.parentNode,b):b};d.formatValue=function(a,b,c,h,f,e,g,k){if(b){void 0===f&&(f="");var l;for(l=0;l<c.length;l++){var m=c[l],n=b[m];void 0!==n&&(n=e?d.addPrefix(n,k,g,h):d.formatNumber(n,h),a=a.replace(new RegExp("\\[\\["+f+""+m+"\\]\\]","g"),n))}}return a};d.formatDataContextValue=function(a,b){if(a){var c= | |
a.match(/\[\[.*?\]\]/g),h;for(h=0;h<c.length;h++){var d=c[h],d=d.substr(2,d.length-4);void 0!==b[d]&&(a=a.replace(new RegExp("\\[\\["+d+"\\]\\]","g"),b[d]))}}return a};d.massReplace=function(a,b){for(var c in b)if(b.hasOwnProperty(c)){var d=b[c];void 0===d&&(d="");a=a.replace(c,d)}return a};d.cleanFromEmpty=function(a){return a.replace(/\[\[[^\]]*\]\]/g,"")};d.addPrefix=function(a,b,c,h,f){var e=d.formatNumber(a,h),g="",k,l,m;if(0===a)return"0";0>a&&(g="-");a=Math.abs(a);if(1<a)for(k=b.length-1;-1< | |
k;k--){if(a>=b[k].number&&(l=a/b[k].number,m=Number(h.precision),1>m&&(m=1),c=d.roundTo(l,m),m=d.formatNumber(c,{precision:-1,decimalSeparator:h.decimalSeparator,thousandsSeparator:h.thousandsSeparator}),!f||l==c)){e=g+""+m+""+b[k].prefix;break}}else for(k=0;k<c.length;k++)if(a<=c[k].number){l=a/c[k].number;m=Math.abs(Math.round(Math.log(l)*Math.LOG10E));l=d.roundTo(l,m);e=g+""+l+""+c[k].prefix;break}return e};d.remove=function(a){a&&a.remove()};d.getEffect=function(a){">"==a&&(a="easeOutSine");"<"== | |
a&&(a="easeInSine");"elastic"==a&&(a="easeOutElastic");return a};d.getObjById=function(a,b){var c,d;for(d=0;d<a.length;d++){var f=a[d];f.id==b&&(c=f)}return c};d.applyTheme=function(a,b,c){b||(b=d.theme);b&&b[c]&&d.extend(a,b[c])};d.isString=function(a){return"string"==typeof a?!0:!1};d.extend=function(a,b,c){var d;a||(a={});for(d in b)c?a.hasOwnProperty(d)||(a[d]=b[d]):a[d]=b[d];return a};d.copyProperties=function(a,b){for(var c in a)a.hasOwnProperty(c)&&"events"!=c&&void 0!==a[c]&&"function"!=typeof a[c]&& | |
"cname"!=c&&(b[c]=a[c])};d.processObject=function(a,b,c,h){if(!1===a instanceof b&&(a=h?d.extend(new b(c),a):d.extend(a,new b(c),!0),a.listeners))for(var f in a.listeners)b=a.listeners[f],a.addListener(b.event,b.method);return a};d.fixNewLines=function(a){var b=RegExp("\\n","g");a&&(a=a.replace(b,"<br />"));return a};d.fixBrakes=function(a){if(d.isModern){var b=RegExp("<br>","g");a&&(a=a.replace(b,"\n"))}else a=d.fixNewLines(a);return a};d.deleteObject=function(a,b){if(a){if(void 0===b||null===b)b= | |
20;if(0!==b)if("[object Array]"===Object.prototype.toString.call(a))for(var c=0;c<a.length;c++)d.deleteObject(a[c],b-1),a[c]=null;else if(a&&!a.tagName)try{for(c in a)a[c]&&("object"==typeof a[c]&&d.deleteObject(a[c],b-1),"function"!=typeof a[c]&&(a[c]=null))}catch(h){}}};d.bounce=function(a,b,c,d,f){return(b/=f)<1/2.75?7.5625*d*b*b+c:b<2/2.75?d*(7.5625*(b-=1.5/2.75)*b+.75)+c:b<2.5/2.75?d*(7.5625*(b-=2.25/2.75)*b+.9375)+c:d*(7.5625*(b-=2.625/2.75)*b+.984375)+c};d.easeInSine=function(a,b,c,d,f){return-d* | |
Math.cos(b/f*(Math.PI/2))+d+c};d.easeOutSine=function(a,b,c,d,f){return d*Math.sin(b/f*(Math.PI/2))+c};d.easeOutElastic=function(a,b,c,d,f){a=1.70158;var e=0,g=d;if(0===b)return c;if(1==(b/=f))return c+d;e||(e=.3*f);g<Math.abs(d)?(g=d,a=e/4):a=e/(2*Math.PI)*Math.asin(d/g);return g*Math.pow(2,-10*b)*Math.sin(2*(b*f-a)*Math.PI/e)+d+c};d.fixStepE=function(a){a=a.toExponential(0).split("e");var b=Number(a[1]);9==Number(a[0])&&b++;return d.generateNumber(1,b)};d.generateNumber=function(a,b){var c="",d; | |
d=0>b?Math.abs(b)-1:Math.abs(b);var f;for(f=0;f<d;f++)c+="0";return 0>b?Number("0."+c+String(a)):Number(String(a)+c)};d.setCN=function(a,b,c,d){if(a.addClassNames&&b&&(b=b.node)&&c){var f=b.getAttribute("class");a=a.classNamePrefix+"-";d&&(a="");f?b.setAttribute("class",f+" "+a+c):b.setAttribute("class",a+c)}};d.parseDefs=function(a,b){for(var c in a){var h=typeof a[c];if(0<a[c].length&&"object"==h)for(var f=0;f<a[c].length;f++)h=document.createElementNS(d.SVG_NS,c),b.appendChild(h),d.parseDefs(a[c][f], | |
h);else"object"==h?(h=document.createElementNS(d.SVG_NS,c),b.appendChild(h),d.parseDefs(a[c],h)):b.setAttribute(c,a[c])}}})();(function(){var d=window.AmCharts;d.AmDraw=d.Class({construct:function(a,b,c,h){d.SVG_NS="http://www.w3.org/2000/svg";d.SVG_XLINK="http://www.w3.org/1999/xlink";d.hasSVG=!!document.createElementNS&&!!document.createElementNS(d.SVG_NS,"svg").createSVGRect;1>b&&(b=10);1>c&&(c=10);this.div=a;this.width=b;this.height=c;this.rBin=document.createElement("div");d.hasSVG?(d.SVG=!0,b=this.createSvgElement("svg"),a.appendChild(b),this.container=b,this.addDefs(h),this.R=new d.SVGRenderer(this)):d.isIE&&d.VMLRenderer&& | |
(d.VML=!0,d.vmlStyleSheet||(document.namespaces.add("amvml","urn:schemas-microsoft-com:vml"),31>document.styleSheets.length?(b=document.createStyleSheet(),b.addRule(".amvml","behavior:url(#default#VML); display:inline-block; antialias:true"),d.vmlStyleSheet=b):document.styleSheets[0].addRule(".amvml","behavior:url(#default#VML); display:inline-block; antialias:true")),this.container=a,this.R=new d.VMLRenderer(this,h),this.R.disableSelection(a))},createSvgElement:function(a){return document.createElementNS(d.SVG_NS, | |
a)},circle:function(a,b,c,h){var f=new d.AmDObject("circle",this);f.attr({r:c,cx:a,cy:b});this.addToContainer(f.node,h);return f},ellipse:function(a,b,c,h,f){var e=new d.AmDObject("ellipse",this);e.attr({rx:c,ry:h,cx:a,cy:b});this.addToContainer(e.node,f);return e},setSize:function(a,b){0<a&&0<b&&(this.container.style.width=a+"px",this.container.style.height=b+"px")},rect:function(a,b,c,h,f,e,g){var k=new d.AmDObject("rect",this);d.VML&&(f=Math.round(100*f/Math.min(c,h)),c+=2*e,h+=2*e,k.bw=e,k.node.style.marginLeft= | |
-e,k.node.style.marginTop=-e);1>c&&(c=1);1>h&&(h=1);k.attr({x:a,y:b,width:c,height:h,rx:f,ry:f,"stroke-width":e});this.addToContainer(k.node,g);return k},image:function(a,b,c,h,f,e){var g=new d.AmDObject("image",this);g.attr({x:b,y:c,width:h,height:f});this.R.path(g,a);this.addToContainer(g.node,e);return g},addToContainer:function(a,b){b||(b=this.container);b.appendChild(a)},text:function(a,b,c){return this.R.text(a,b,c)},path:function(a,b,c,h){var f=new d.AmDObject("path",this);h||(h="100,100"); | |
f.attr({cs:h});c?f.attr({dd:a}):f.attr({d:a});this.addToContainer(f.node,b);return f},set:function(a){return this.R.set(a)},remove:function(a){if(a){var b=this.rBin;b.appendChild(a);b.innerHTML=""}},renderFix:function(){var a=this.container,b=a.style;b.top="0px";b.left="0px";var c=a.getBoundingClientRect(),a=c.left-Math.round(c.left),c=c.top-Math.round(c.top);a&&(b.left=a+"px");c&&(b.top=c+"px")},update:function(){this.R.update()},addDefs:function(a){if(d.hasSVG){var b=this.createSvgElement("desc"), | |
c=this.container;c.setAttribute("version","1.1");c.style.position="absolute";this.setSize(this.width,this.height);d.rtl&&(c.setAttribute("direction","rtl"),c.style.left="auto",c.style.right="0px");a.addCodeCredits&&b.appendChild(document.createTextNode("JavaScript chart by amCharts "+a.version));c.appendChild(b);a.defs&&(b=this.createSvgElement("defs"),c.appendChild(b),d.parseDefs(a.defs,b),this.defs=b)}}})})();(function(){var d=window.AmCharts;d.AmDObject=d.Class({construct:function(a,b){this.D=b;this.R=b.R;this.node=this.R.create(this,a);this.y=this.x=0;this.scale=1},attr:function(a){this.R.attr(this,a);return this},getAttr:function(a){return this.node.getAttribute(a)},setAttr:function(a,b){this.R.setAttr(this,a,b);return this},clipRect:function(a,b,c,d){this.R.clipRect(this,a,b,c,d)},translate:function(a,b,c,d){d||(a=Math.round(a),b=Math.round(b));this.R.move(this,a,b,c);this.x=a;this.y=b;this.scale= | |
c;this.angle&&this.rotate(this.angle)},rotate:function(a,b){this.R.rotate(this,a,b);this.angle=a},animate:function(a,b,c){for(var h in a)if(a.hasOwnProperty(h)){var f=h,e=a[h];c=d.getEffect(c);this.R.animate(this,f,e,b,c)}},push:function(a){if(a){var b=this.node;b.appendChild(a.node);var c=a.clipPath;c&&b.appendChild(c);(a=a.grad)&&b.appendChild(a)}},text:function(a){this.R.setText(this,a)},remove:function(){this.R.remove(this)},clear:function(){var a=this.node;if(a.hasChildNodes())for(;1<=a.childNodes.length;)a.removeChild(a.firstChild)}, | |
hide:function(){this.setAttr("visibility","hidden")},show:function(){this.setAttr("visibility","visible")},getBBox:function(){return this.R.getBBox(this)},toFront:function(){var a=this.node;if(a){this.prevNextNode=a.nextSibling;var b=a.parentNode;b&&b.appendChild(a)}},toPrevious:function(){var a=this.node;a&&this.prevNextNode&&(a=a.parentNode)&&a.insertBefore(this.prevNextNode,null)},toBack:function(){var a=this.node;if(a){this.prevNextNode=a.nextSibling;var b=a.parentNode;if(b){var c=b.firstChild; | |
c&&b.insertBefore(a,c)}}},mouseover:function(a){this.R.addListener(this,"mouseover",a);return this},mouseout:function(a){this.R.addListener(this,"mouseout",a);return this},click:function(a){this.R.addListener(this,"click",a);return this},dblclick:function(a){this.R.addListener(this,"dblclick",a);return this},mousedown:function(a){this.R.addListener(this,"mousedown",a);return this},mouseup:function(a){this.R.addListener(this,"mouseup",a);return this},touchstart:function(a){this.R.addListener(this, | |
"touchstart",a);return this},touchend:function(a){this.R.addListener(this,"touchend",a);return this},contextmenu:function(a){this.node.addEventListener?this.node.addEventListener("contextmenu",a,!0):this.R.addListener(this,"contextmenu",a);return this},stop:function(){d.removeFromArray(this.R.animations,this.an_x);d.removeFromArray(this.R.animations,this.an_y)},length:function(){return this.node.childNodes.length},gradient:function(a,b,c){this.R.gradient(this,a,b,c)},pattern:function(a,b,c){a&&this.R.pattern(this, | |
a,b,c)}})})();(function(){var d=window.AmCharts;d.SVGRenderer=d.Class({construct:function(a){this.D=a;this.animations=[]},create:function(a,b){return document.createElementNS(d.SVG_NS,b)},attr:function(a,b){for(var c in b)b.hasOwnProperty(c)&&this.setAttr(a,c,b[c])},setAttr:function(a,b,c){void 0!==c&&a.node.setAttribute(b,c)},animate:function(a,b,c,h,f){var e=a.node;a["an_"+b]&&d.removeFromArray(this.animations,a["an_"+b]);"translate"==b?(e=(e=e.getAttribute("transform"))?String(e).substring(10,e.length-1):"0,0", | |
e=e.split(", ").join(" "),e=e.split(" ").join(","),0===e&&(e="0,0")):e=Number(e.getAttribute(b));c={obj:a,frame:0,attribute:b,from:e,to:c,time:h,effect:f};this.animations.push(c);a["an_"+b]=c},update:function(){var a,b=this.animations;for(a=b.length-1;0<=a;a--){var c=b[a],h=1E3*c.time/d.updateRate,f=c.frame+1,e=c.obj,g=c.attribute,k,l,m;f<=h?(c.frame++,"translate"==g?(k=c.from.split(","),g=Number(k[0]),k=Number(k[1]),isNaN(k)&&(k=0),l=c.to.split(","),m=Number(l[0]),l=Number(l[1]),m=0===m-g?m:Math.round(d[c.effect](0, | |
f,g,m-g,h)),c=0===l-k?l:Math.round(d[c.effect](0,f,k,l-k,h)),g="transform",c="translate("+m+","+c+")"):(l=Number(c.from),k=Number(c.to),m=k-l,c=d[c.effect](0,f,l,m,h),isNaN(c)&&(c=k),0===m&&this.animations.splice(a,1)),this.setAttr(e,g,c)):("translate"==g?(l=c.to.split(","),m=Number(l[0]),l=Number(l[1]),e.translate(m,l)):(k=Number(c.to),this.setAttr(e,g,k)),this.animations.splice(a,1))}},getBBox:function(a){if(a=a.node)try{return a.getBBox()}catch(b){}return{width:0,height:0,x:0,y:0}},path:function(a, | |
b){a.node.setAttributeNS(d.SVG_XLINK,"xlink:href",b)},clipRect:function(a,b,c,h,f){var e=a.node,g=a.clipPath;g&&this.D.remove(g);var k=e.parentNode;k&&(e=document.createElementNS(d.SVG_NS,"clipPath"),g=d.getUniqueId(),e.setAttribute("id",g),this.D.rect(b,c,h,f,0,0,e),k.appendChild(e),b="#",d.baseHref&&!d.isIE&&(b=this.removeTarget(window.location.href)+b),this.setAttr(a,"clip-path","url("+b+g+")"),this.clipPathC++,a.clipPath=e)},text:function(a,b,c){var h=new d.AmDObject("text",this.D);a=String(a).split("\n"); | |
var f=b["font-size"],e;for(e=0;e<a.length;e++){var g=this.create(null,"tspan");g.appendChild(document.createTextNode(a[e]));g.setAttribute("y",(f+2)*e+Math.round(f/2));g.setAttribute("x",0);g.style.fontSize=f+"px";h.node.appendChild(g)}h.node.setAttribute("y",Math.round(f/2));this.attr(h,b);this.D.addToContainer(h.node,c);return h},setText:function(a,b){var c=a.node;c&&(c.removeChild(c.firstChild),c.appendChild(document.createTextNode(b)))},move:function(a,b,c,d){isNaN(b)&&(b=0);isNaN(c)&&(c=0);b= | |
"translate("+b+","+c+")";d&&(b=b+" scale("+d+")");this.setAttr(a,"transform",b)},rotate:function(a,b){var c=a.node.getAttribute("transform"),d="rotate("+b+")";c&&(d=c+" "+d);this.setAttr(a,"transform",d)},set:function(a){var b=new d.AmDObject("g",this.D);this.D.container.appendChild(b.node);if(a){var c;for(c=0;c<a.length;c++)b.push(a[c])}return b},addListener:function(a,b,c){a.node["on"+b]=c},gradient:function(a,b,c,h){var f=a.node,e=a.grad;e&&this.D.remove(e);b=document.createElementNS(d.SVG_NS, | |
b);e=d.getUniqueId();b.setAttribute("id",e);if(!isNaN(h)){var g=0,k=0,l=0,m=0;90==h?l=100:270==h?m=100:180==h?g=100:0===h&&(k=100);b.setAttribute("x1",g+"%");b.setAttribute("x2",k+"%");b.setAttribute("y1",l+"%");b.setAttribute("y2",m+"%")}for(h=0;h<c.length;h++)g=document.createElementNS(d.SVG_NS,"stop"),k=100*h/(c.length-1),0===h&&(k=0),g.setAttribute("offset",k+"%"),g.setAttribute("stop-color",c[h]),b.appendChild(g);f.parentNode.appendChild(b);c="#";d.baseHref&&!d.isIE&&(c=this.removeTarget(window.location.href)+ | |
c);f.setAttribute("fill","url("+c+e+")");a.grad=b},removeTarget:function(a){return a.split("#")[0]},pattern:function(a,b,c,h){var f=a.node;isNaN(c)&&(c=1);var e=a.patternNode;e&&this.D.remove(e);var e=document.createElementNS(d.SVG_NS,"pattern"),g=d.getUniqueId(),k=b;b.url&&(k=b.url);d.isAbsolute(k)||(k=h+k);h=Number(b.width);isNaN(h)&&(h=4);var l=Number(b.height);isNaN(l)&&(l=4);h/=c;l/=c;c=b.x;isNaN(c)&&(c=0);var m=-Math.random()*Number(b.randomX);isNaN(m)||(c=m);m=b.y;isNaN(m)&&(m=0);var n=-Math.random()* | |
Number(b.randomY);isNaN(n)||(m=n);e.setAttribute("id",g);e.setAttribute("width",h);e.setAttribute("height",l);e.setAttribute("patternUnits","userSpaceOnUse");e.setAttribute("xlink:href",k);b.color&&(n=document.createElementNS(d.SVG_NS,"rect"),n.setAttributeNS(null,"height",h),n.setAttributeNS(null,"width",l),n.setAttributeNS(null,"fill",b.color),e.appendChild(n));this.D.image(k,0,0,h,l,e).translate(c,m);k="#";d.baseHref&&!d.isIE&&(k=this.removeTarget(window.location.href)+k);f.setAttribute("fill", | |
"url("+k+g+")");a.patternNode=e;f.parentNode.appendChild(e)},remove:function(a){a.clipPath&&this.D.remove(a.clipPath);a.grad&&this.D.remove(a.grad);a.patternNode&&this.D.remove(a.patternNode);this.D.remove(a.node)}})})();(function(){var d=window.AmCharts;d.AmChart=d.Class({construct:function(a){this.theme=a;this.classNamePrefix="amcharts";this.addClassNames=!1;this.version="3.15.1";d.addChart(this);this.createEvents("dataUpdated","init","rendered","drawn","failed","resized");this.height=this.width="100%";this.dataChanged=!0;this.chartCreated=!1;this.previousWidth=this.previousHeight=0;this.backgroundColor="#FFFFFF";this.borderAlpha=this.backgroundAlpha=0;this.color=this.borderColor="#000000";this.fontFamily="Verdana"; | |
this.fontSize=11;this.usePrefixes=!1;this.addCodeCredits=this.autoResize=!0;this.precision=-1;this.percentPrecision=2;this.decimalSeparator=".";this.thousandsSeparator=",";this.labels=[];this.allLabels=[];this.titles=[];this.marginRight=this.marginLeft=this.autoMarginOffset=0;this.timeOuts=[];this.creditsPosition="top-left";var b=document.createElement("div"),c=b.style;c.overflow="hidden";c.position="relative";c.textAlign="left";this.chartDiv=b;b=document.createElement("div");c=b.style;c.overflow= | |
"hidden";c.position="relative";c.textAlign="left";this.legendDiv=b;this.titleHeight=0;this.hideBalloonTime=150;this.handDrawScatter=2;this.handDrawThickness=1;this.prefixesOfBigNumbers=[{number:1E3,prefix:"k"},{number:1E6,prefix:"M"},{number:1E9,prefix:"G"},{number:1E12,prefix:"T"},{number:1E15,prefix:"P"},{number:1E18,prefix:"E"},{number:1E21,prefix:"Z"},{number:1E24,prefix:"Y"}];this.prefixesOfSmallNumbers=[{number:1E-24,prefix:"y"},{number:1E-21,prefix:"z"},{number:1E-18,prefix:"a"},{number:1E-15, | |
prefix:"f"},{number:1E-12,prefix:"p"},{number:1E-9,prefix:"n"},{number:1E-6,prefix:"\u03bc"},{number:.001,prefix:"m"}];this.panEventsEnabled=!0;this.product="amcharts";this.animations=[];this.balloon=new d.AmBalloon(this.theme);this.balloon.chart=this;d.applyTheme(this,a,"AmChart")},drawChart:function(){0<this.realWidth&&0<this.realHeight&&(this.drawBackground(),this.redrawLabels(),this.drawTitles(),this.brr(),this.renderFix())},drawBackground:function(){d.remove(this.background);var a=this.container, | |
b=this.backgroundColor,c=this.backgroundAlpha,h=this.set;d.isModern||0!==c||(c=.001);var f=this.updateWidth();this.realWidth=f;var e=this.updateHeight();this.realHeight=e;b=d.polygon(a,[0,f-1,f-1,0],[0,0,e-1,e-1],b,c,1,this.borderColor,this.borderAlpha);d.setCN(this,b,"bg");this.background=b;h.push(b);if(b=this.backgroundImage)a=a.image(b,0,0,f,e),d.setCN(this,b,"bg-image"),this.bgImg=a,h.push(a)},drawTitles:function(a){var b=this.titles;this.titleHeight=0;if(d.ifArray(b)){var c=20,h;for(h=0;h<b.length;h++){var f= | |
b[h],f=d.processObject(f,d.Title,this.theme);if(!1!==f.enabled){var e=f.color;void 0===e&&(e=this.color);var g=f.size;isNaN(g)&&(g=this.fontSize+2);isNaN(f.alpha);var k=this.marginLeft,e=d.wrappedText(this.container,f.text,e,this.fontFamily,g,"middle",!0,this.divRealWidth-20);e.translate(k+(this.realWidth-this.marginRight-k)/2,c);e.node.style.pointerEvents="none";f.sprite=e;d.setCN(this,e,"title");f.id&&d.setCN(this,e,"title-"+f.id);k=!0;void 0!==f.bold&&(k=f.bold);k&&e.attr({"font-weight":"bold"}); | |
e.attr({opacity:f.alpha});c+=e.getBBox().height+5;a?e.remove():this.freeLabelsSet.push(e)}}this.titleHeight=c-10}},write:function(a){if(a="object"!=typeof a?document.getElementById(a):a){for(;a.firstChild;)a.removeChild(a.firstChild);this.div=a;a.style.overflow="hidden";a.style.textAlign="left";var b=this.chartDiv,c=this.legendDiv,h=this.legend,f=c.style,e=b.style;this.measure();this.previousHeight=this.divRealHeight;this.previousWidth=this.divRealWidth;var g,k=document.createElement("div");g=k.style; | |
g.position="relative";this.containerDiv=k;k.className=this.classNamePrefix+"-main-div";b.className=this.classNamePrefix+"-chart-div";a.appendChild(k);var l=this.exportConfig;l&&d.AmExport&&!this.AmExport&&(this.AmExport=new d.AmExport(this,l));this.amExport&&d.AmExport&&(this.AmExport=d.extend(this.amExport,new d.AmExport(this),!0));this.AmExport&&this.AmExport.init&&this.AmExport.init();if(h)if(h=this.addLegend(h,h.divId),h.enabled)switch(h.position){case "bottom":k.appendChild(b);k.appendChild(c); | |
break;case "top":k.appendChild(c);k.appendChild(b);break;case "absolute":g.width=a.style.width;g.height=a.style.height;f.position="absolute";e.position="absolute";void 0!==h.left&&(f.left=h.left+"px");void 0!==h.right&&(f.right=h.right+"px");void 0!==h.top&&(f.top=h.top+"px");void 0!==h.bottom&&(f.bottom=h.bottom+"px");h.marginLeft=0;h.marginRight=0;k.appendChild(b);k.appendChild(c);break;case "right":g.width=a.style.width;g.height=a.style.height;f.position="relative";e.position="absolute";k.appendChild(b); | |
k.appendChild(c);break;case "left":g.width=a.style.width;g.height=a.style.height;f.position="absolute";e.position="relative";k.appendChild(b);k.appendChild(c);break;case "outside":k.appendChild(b)}else k.appendChild(b);else k.appendChild(b);this.listenersAdded||(this.addListeners(),this.listenersAdded=!0);this.initChart()}},createLabelsSet:function(){d.remove(this.labelsSet);this.labelsSet=this.container.set();this.freeLabelsSet.push(this.labelsSet)},initChart:function(){window.AmCharts_path&&(this.path= | |
window.AmCharts_path);void 0===this.path&&(this.path=d.getPath());void 0===this.path&&(this.path="amcharts/");this.path=d.normalizeUrl(this.path);void 0===this.pathToImages&&(this.pathToImages=this.path+"images/");this.initHC||(d.callInitHandler(this),this.initHC=!0);d.applyLang(this.language,this);var a=this.numberFormatter;a&&(isNaN(a.precision)||(this.precision=a.precision),void 0!==a.thousandsSeparator&&(this.thousandsSeparator=a.thousandsSeparator),void 0!==a.decimalSeparator&&(this.decimalSeparator= | |
a.decimalSeparator));(a=this.percentFormatter)&&!isNaN(a.precision)&&(this.percentPrecision=a.precision);this.nf={precision:this.precision,thousandsSeparator:this.thousandsSeparator,decimalSeparator:this.decimalSeparator};this.pf={precision:this.percentPrecision,thousandsSeparator:this.thousandsSeparator,decimalSeparator:this.decimalSeparator};this.destroy();(a=this.container)?(a.container.innerHTML="",a.width=this.realWidth,a.height=this.realHeight,a.addDefs(this),this.chartDiv.appendChild(a.container)): | |
a=new d.AmDraw(this.chartDiv,this.realWidth,this.realHeight,this);this.container=a;this.checkDisplay();a.chart=this;d.VML||d.SVG?(a.handDrawn=this.handDrawn,a.handDrawScatter=this.handDrawScatter,a.handDrawThickness=this.handDrawThickness,this.set&&this.set.remove(),this.set=a.set(),this.gridSet&&this.gridSet.remove(),this.gridSet=a.set(),this.cursorLineSet&&this.cursorLineSet.remove(),this.cursorLineSet=a.set(),this.graphsBehindSet&&this.graphsBehindSet.remove(),this.graphsBehindSet=a.set(),this.bulletBehindSet&& | |
this.bulletBehindSet.remove(),this.bulletBehindSet=a.set(),this.columnSet&&this.columnSet.remove(),this.columnSet=a.set(),this.graphsSet&&this.graphsSet.remove(),this.graphsSet=a.set(),this.trendLinesSet&&this.trendLinesSet.remove(),this.trendLinesSet=a.set(),this.axesSet&&this.axesSet.remove(),this.axesSet=a.set(),this.cursorSet&&this.cursorSet.remove(),this.cursorSet=a.set(),this.scrollbarsSet&&this.scrollbarsSet.remove(),this.scrollbarsSet=a.set(),this.bulletSet&&this.bulletSet.remove(),this.bulletSet= | |
a.set(),this.freeLabelsSet&&this.freeLabelsSet.remove(),this.axesLabelsSet&&this.axesLabelsSet.remove(),this.axesLabelsSet=a.set(),this.freeLabelsSet=a.set(),this.balloonsSet&&this.balloonsSet.remove(),this.balloonsSet=a.set(),this.zoomButtonSet&&this.zoomButtonSet.remove(),this.zbSet&&(this.zbSet.remove(),this.zbSet=null),this.zoomButtonSet=a.set(),this.linkSet&&this.linkSet.remove(),this.linkSet=a.set()):this.fire("failed",{type:"failed",chart:this})},premeasure:function(){var a=this.div;if(a){this.boundingRect= | |
this.chartDiv.getBoundingClientRect();var b=a.offsetWidth,c=a.offsetHeight;a.clientHeight&&(b=a.clientWidth,c=a.clientHeight);if(b!=this.mw||c!=this.mh)this.mw=b,this.mh=c,this.measure()}},measure:function(){var a=this.div;if(a){var b=this.chartDiv,c=a.offsetWidth,h=a.offsetHeight,f=this.container;a.clientHeight&&(c=a.clientWidth,h=a.clientHeight);var e=d.removePx(d.getStyle(a,"padding-left")),g=d.removePx(d.getStyle(a,"padding-right")),k=d.removePx(d.getStyle(a,"padding-top")),l=d.removePx(d.getStyle(a, | |
"padding-bottom"));isNaN(e)||(c-=e);isNaN(g)||(c-=g);isNaN(k)||(h-=k);isNaN(l)||(h-=l);e=a.style;a=e.width;e=e.height;-1!=a.indexOf("px")&&(c=d.removePx(a));-1!=e.indexOf("px")&&(h=d.removePx(e));h=Math.round(h);c=Math.round(c);a=Math.round(d.toCoordinate(this.width,c));e=Math.round(d.toCoordinate(this.height,h));(c!=this.previousWidth||h!=this.previousHeight)&&0<a&&0<e&&(b.style.width=a+"px",b.style.height=e+"px",b.style.padding=0,f&&f.setSize(a,e),this.balloon=d.processObject(this.balloon,d.AmBalloon, | |
this.theme),this.balloon.setBounds(2,2,a-2,e));this.balloon.chart=this;this.realWidth=a;this.realHeight=e;this.divRealWidth=c;this.divRealHeight=h}},checkDisplay:function(){if(this.container){var a=d.rect(this.container,10,10),b=a.getBBox();0===b.width&&0===b.height&&(this.divRealHeight=this.divRealWidth=this.realHeight=this.realWidth=0,this.previousWidth=this.previousHeight=NaN);a.remove()}},destroy:function(){this.chartDiv.innerHTML="";this.clearTimeOuts();this.legend&&this.legend.destroy()},clearTimeOuts:function(){var a= | |
this.timeOuts;if(a){var b;for(b=0;b<a.length;b++)clearTimeout(a[b])}this.timeOuts=[]},clear:function(a){d.callMethod("clear",[this.chartScrollbar,this.scrollbarV,this.scrollbarH,this.chartCursor]);this.chartCursor=this.scrollbarH=this.scrollbarV=this.chartScrollbar=null;this.clearTimeOuts();this.container&&(this.container.remove(this.chartDiv),this.container.remove(this.legendDiv));a||d.removeChart(this);if(a=this.div)for(;a.firstChild;)a.removeChild(a.firstChild);this.legend&&this.legend.destroy()}, | |
setMouseCursor:function(a){"auto"==a&&d.isNN&&(a="default");this.chartDiv.style.cursor=a;this.legendDiv.style.cursor=a},redrawLabels:function(){this.labels=[];var a=this.allLabels;this.createLabelsSet();var b;for(b=0;b<a.length;b++)this.drawLabel(a[b])},drawLabel:function(a){if(this.container&&!1!==a.enabled){a=d.processObject(a,d.Label,this.theme);var b=a.y,c=a.text,h=a.align,f=a.size,e=a.color,g=a.rotation,k=a.alpha,l=a.bold,m=d.toCoordinate(a.x,this.realWidth),b=d.toCoordinate(b,this.realHeight); | |
m||(m=0);b||(b=0);void 0===e&&(e=this.color);isNaN(f)&&(f=this.fontSize);h||(h="start");"left"==h&&(h="start");"right"==h&&(h="end");"center"==h&&(h="middle",g?b=this.realHeight-b+b/2:m=this.realWidth/2-m);void 0===k&&(k=1);void 0===g&&(g=0);b+=f/2;c=d.text(this.container,c,e,this.fontFamily,f,h,l,k);c.translate(m,b);d.setCN(this,c,"label");a.id&&d.setCN(this,c,"label-"+a.id);0!==g&&c.rotate(g);a.url?(c.setAttr("cursor","pointer"),c.click(function(){d.getURL(a.url)})):c.node.style.pointerEvents="none"; | |
this.labelsSet.push(c);this.labels.push(c)}},addLabel:function(a,b,c,d,f,e,g,k,l,m){a={x:a,y:b,text:c,align:d,size:f,color:e,alpha:k,rotation:g,bold:l,url:m,enabled:!0};this.container&&this.drawLabel(a);this.allLabels.push(a)},clearLabels:function(){var a=this.labels,b;for(b=a.length-1;0<=b;b--)a[b].remove();this.labels=[];this.allLabels=[]},updateHeight:function(){var a=this.divRealHeight,b=this.legend;if(b){var c=this.legendDiv.offsetHeight,b=b.position;if("top"==b||"bottom"==b){a-=c;if(0>a||isNaN(a))a= | |
0;this.chartDiv.style.height=a+"px"}}return a},updateWidth:function(){var a=this.divRealWidth,b=this.divRealHeight,c=this.legend;if(c){var d=this.legendDiv,f=d.offsetWidth;isNaN(c.width)||(f=c.width);c.ieW&&(f=c.ieW);var e=d.offsetHeight,d=d.style,g=this.chartDiv.style,c=c.position;if("right"==c||"left"==c){a-=f;if(0>a||isNaN(a))a=0;g.width=a+"px";"left"==c?(g.left=f+"px",d.left="0px"):(g.left="0px",d.left=a+"px");b>e&&(d.top=(b-e)/2+"px")}}return a},getTitleHeight:function(){this.drawTitles(!0); | |
return this.titleHeight},addTitle:function(a,b,c,d,f){isNaN(b)&&(b=this.fontSize+2);a={text:a,size:b,color:c,alpha:d,bold:f,enabled:!0};this.titles.push(a);return a},handleWheel:function(a){var b=0;a||(a=window.event);a.wheelDelta?b=a.wheelDelta/120:a.detail&&(b=-a.detail/3);b&&this.handleWheelReal(b,a.shiftKey);a.preventDefault&&a.preventDefault()},handleWheelReal:function(){},addListeners:function(){var a=this,b=a.chartDiv;document.addEventListener?(a.panEventsEnabled&&(b.style.msTouchAction="none"), | |
"ontouchstart"in document.documentElement&&(b.addEventListener("touchstart",function(b){a.handleTouchStart.call(a,b)},!0),b.addEventListener("touchmove",function(b){a.handleMouseMove.call(a,b)},!0),b.addEventListener("touchend",function(b){a.handleTouchEnd.call(a,b)},!0)),b.addEventListener("mousedown",function(b){a.mouseIsOver=!0;a.handleMouseMove.call(a,b);a.handleMouseDown.call(a,b)},!0),b.addEventListener("mouseover",function(b){a.handleMouseOver.call(a,b)},!0),b.addEventListener("mouseout",function(b){a.handleMouseOut.call(a, | |
b)},!0)):(b.attachEvent("onmousedown",function(b){a.handleMouseDown.call(a,b)}),b.attachEvent("onmouseover",function(b){a.handleMouseOver.call(a,b)}),b.attachEvent("onmouseout",function(b){a.handleMouseOut.call(a,b)}))},dispDUpd:function(){if(!this.skipEvents){var a;this.dispatchDataUpdated&&(this.dispatchDataUpdated=!1,a="dataUpdated",this.fire(a,{type:a,chart:this}));this.chartCreated||(this.chartCreated=!0,a="init",this.fire(a,{type:a,chart:this}));this.chartRendered||(a="rendered",this.fire(a, | |
{type:a,chart:this}),this.chartRendered=!0);a="drawn";this.fire(a,{type:a,chart:this})}this.skipEvents=!1},validateSize:function(){var a=this;a.premeasure();a.checkDisplay();if(a.divRealWidth!=a.previousWidth||a.divRealHeight!=a.previousHeight){var b=a.legend;if(0<a.realWidth&&0<a.realHeight){a.sizeChanged=!0;if(b){a.legendInitTO&&clearTimeout(a.legendInitTO);var c=setTimeout(function(){b.invalidateSize()},10);a.timeOuts.push(c);a.legendInitTO=c}"xy"!=a.type?a.marginsUpdated=!1:(a.marginsUpdated= | |
!0,a.selfZoom=!0);clearTimeout(a.initTO);c=setTimeout(function(){a.initChart()},10);a.timeOuts.push(c);a.initTO=c}a.fire("resized",{type:"resized",chart:a});a.renderFix();b&&b.renderFix&&b.renderFix();a.previousHeight=a.divRealHeight;a.previousWidth=a.divRealWidth}},invalidateSize:function(){this.previousHeight=this.previousWidth=NaN;this.invalidateSizeReal()},invalidateSizeReal:function(){var a=this;a.marginsUpdated=!1;clearTimeout(a.validateTO);var b=setTimeout(function(){a.validateSize()},5);a.timeOuts.push(b); | |
a.validateTO=b},validateData:function(a){this.chartCreated&&(this.dataChanged=!0,this.marginsUpdated=!1,this.initChart(a))},validateNow:function(a,b){this.initTO&&clearTimeout(this.initTO);a&&(this.dataChanged=!0);this.skipEvents=b;this.chartRendered=!1;this.write(this.div)},showItem:function(a){a.hidden=!1;this.initChart()},hideItem:function(a){a.hidden=!0;this.initChart()},hideBalloon:function(){var a=this;clearTimeout(a.hoverInt);clearTimeout(a.balloonTO);a.hoverInt=setTimeout(function(){a.hideBalloonReal.call(a)}, | |
a.hideBalloonTime)},cleanChart:function(){},hideBalloonReal:function(){var a=this.balloon;a&&a.hide()},showBalloon:function(a,b,c,d,f){var e=this;clearTimeout(e.balloonTO);clearTimeout(e.hoverInt);e.balloonTO=setTimeout(function(){e.showBalloonReal.call(e,a,b,c,d,f)},1)},showBalloonReal:function(a,b,c,d,f){this.handleMouseMove();var e=this.balloon;e.enabled&&(e.followCursor(!1),e.changeColor(b),!c||e.fixedPosition?(e.setPosition(d,f),e.followCursor(!1)):e.followCursor(!0),a&&e.showBalloon(a))},handleMouseOver:function(){this.outTO&& | |
clearTimeout(this.outTO);d.resetMouseOver();this.mouseIsOver=!0},handleMouseOut:function(){var a=this;a.outTO&&clearTimeout(a.outTO);a.outTO=setTimeout(function(){a.handleMouseOutReal()},10)},handleMouseOutReal:function(){d.resetMouseOver();this.mouseIsOver=!1},handleMouseMove:function(a){a||(a=window.event);if(a){if(a.touches&&(a=a.touches.item(0),!a))return;this.boundingRect&&a.clientX&&(this.mouseX=a.clientX-this.boundingRect.left,this.mouseY=a.clientY-this.boundingRect.top)}},handleTouchStart:function(a){this.handleMouseMove(a); | |
this.handleMouseDown(a)},handleTouchEnd:function(a){this.handleMouseMove(a);d.resetMouseOver();this.handleReleaseOutside(a)},handleReleaseOutside:function(){},handleMouseDown:function(a){d.resetMouseOver();this.mouseIsOver=!0;a&&a.preventDefault&&(this.panEventsEnabled?a.preventDefault():a.touches||a.preventDefault())},addLegend:function(a,b){a=d.processObject(a,d.AmLegend,this.theme);a.divId=b;a.ieW=0;var c;c="object"!=typeof b&&b?document.getElementById(b):b;this.legend=a;a.chart=this;c?(a.div= | |
c,a.position="outside",a.autoMargins=!1):a.div=this.legendDiv;return a},removeLegend:function(){this.legend=void 0;this.legendDiv.innerHTML=""},handleResize:function(){(d.isPercents(this.width)||d.isPercents(this.height))&&this.invalidateSizeReal();this.renderFix()},renderFix:function(){if(!d.VML){var a=this.container;a&&a.renderFix()}},getSVG:function(){if(d.hasSVG)return this.container},animate:function(a,b,c,h,f,e,g){a["an_"+b]&&d.removeFromArray(this.animations,a["an_"+b]);c={obj:a,frame:0,attribute:b, | |
from:c,to:h,time:f,effect:e,suffix:g};a["an_"+b]=c;this.animations.push(c);return c},setLegendData:function(a){var b=this.legend;b&&b.setData(a)},stopAnim:function(a){d.removeFromArray(this.animations,a)},updateAnimations:function(){var a;this.container&&this.container.update();if(this.animations)for(a=this.animations.length-1;0<=a;a--){var b=this.animations[a],c=1E3*b.time/d.updateRate,h=b.frame+1,f=b.obj,e=b.attribute;if(h<=c){b.frame++;var g=Number(b.from),k=Number(b.to)-g,c=d[b.effect](0,h,g, | |
k,c);0===k?(this.animations.splice(a,1),f.node.style[e]=Number(b.to)+b.suffix):f.node.style[e]=c+b.suffix}else f.node.style[e]=Number(b.to)+b.suffix,this.animations.splice(a,1)}},update:function(){this.updateAnimations()},inIframe:function(){try{return window.self!==window.top}catch(a){return!0}},brr:function(){var a="amcharts.com",b=window.location.hostname.split("."),c;2<=b.length&&(c=b[b.length-2]+"."+b[b.length-1]);this.amLink&&(b=this.amLink.parentNode)&&b.removeChild(this.amLink);b=this.creditsPosition; | |
if(c!=a||!0===this.inIframe()){var a="http://www."+a,d=c=0,f=this.realWidth,e=this.realHeight,g=this.type;if("serial"==g||"xy"==g||"gantt"==g)c=this.marginLeftReal,d=this.marginTopReal,f=c+this.plotAreaWidth,e=d+this.plotAreaHeight;var g=a+"/javascript-charts/",k="JavaScript charts",l="JS chart by amCharts";"ammap"==this.product&&(g=a+"/javascript-maps/",k="Interactive JavaScript maps",l="JS map by amCharts");a=document.createElement("a");l=document.createTextNode(l);a.setAttribute("href",g);a.setAttribute("title", | |
k);a.appendChild(l);this.chartDiv.appendChild(a);this.amLink=a;g=a.style;g.position="absolute";g.textDecoration="none";g.color=this.color;g.fontFamily=this.fontFamily;g.fontSize=this.fontSize+"px";g.opacity=.7;g.display="block";var k=a.offsetWidth,a=a.offsetHeight,l=5+c,m=d+5;"bottom-left"==b&&(l=5+c,m=e-a-3);"bottom-right"==b&&(l=f-k-5,m=e-a-3);"top-right"==b&&(l=f-k-5,m=d+5);g.left=l+"px";g.top=m+"px"}}});d.Slice=d.Class({construct:function(){}});d.SerialDataItem=d.Class({construct:function(){}}); | |
d.GraphDataItem=d.Class({construct:function(){}});d.Guide=d.Class({construct:function(a){this.cname="Guide";d.applyTheme(this,a,this.cname)}});d.Title=d.Class({construct:function(a){this.cname="Title";d.applyTheme(this,a,this.cname)}});d.Label=d.Class({construct:function(a){this.cname="Label";d.applyTheme(this,a,this.cname)}})})();(function(){var d=window.AmCharts;d.AmBalloon=d.Class({construct:function(a){this.cname="AmBalloon";this.enabled=!0;this.fillColor="#FFFFFF";this.fillAlpha=.8;this.borderThickness=2;this.borderColor="#FFFFFF";this.borderAlpha=1;this.cornerRadius=0;this.maxWidth=220;this.horizontalPadding=8;this.verticalPadding=4;this.pointerWidth=6;this.pointerOrientation="V";this.color="#000000";this.adjustBorderColor=!0;this.show=this.follow=this.showBullet=!1;this.bulletSize=3;this.shadowAlpha=.4;this.shadowColor= | |
"#000000";this.fadeOutDuration=this.animationDuration=.3;this.fixedPosition=!1;this.offsetY=6;this.offsetX=1;this.textAlign="center";this.disableMouseEvents=!0;this.deltaSignX=this.deltaSignY=1;d.isModern||(this.offsetY*=1.5);d.applyTheme(this,a,this.cname)},draw:function(){var a=this.pointToX,b=this.pointToY,c=this.chart;d.VML&&(this.fadeOutDuration=0);this.xAnim&&c.stopAnim(this.xAnim);this.yAnim&&c.stopAnim(this.yAnim);if(!isNaN(a)){var h=this.follow,f=c.container,e=this.set;d.remove(e);this.removeDiv(); | |
e=f.set();e.node.style.pointerEvents="none";this.set=e;c.balloonsSet.push(e);if(this.show){var g=this.l,k=this.t,l=this.r,m=this.b,n=this.balloonColor,p=this.fillColor,u=this.borderColor,t=p;void 0!=n&&(this.adjustBorderColor?t=u=n:p=n);var v=this.horizontalPadding,D=this.verticalPadding,A=this.pointerWidth,C=this.pointerOrientation,B=this.cornerRadius,w=c.fontFamily,q=this.fontSize;void 0==q&&(q=c.fontSize);var n=document.createElement("div"),x=c.classNamePrefix;n.className=x+"-balloon-div";this.className&& | |
(n.className=n.className+" "+x+"-balloon-div-"+this.className);x=n.style;this.disableMouseEvents&&(x.pointerEvents="none");x.position="absolute";var y=this.minWidth,r="";isNaN(y)||(r="min-width:"+(y-2*v)+"px; ");n.innerHTML="<div style='text-align:"+this.textAlign+"; "+r+"max-width:"+this.maxWidth+"px; font-size:"+q+"px; color:"+this.color+"; font-family:"+w+"'>"+this.text+"</div>";c.chartDiv.appendChild(n);this.textDiv=n;q=n.offsetWidth;w=n.offsetHeight;n.clientHeight&&(q=n.clientWidth,w=n.clientHeight); | |
w+=2*D;r=q+2*v;!isNaN(y)&&r<y&&(r=y);window.opera&&(w+=2);var E=!1,q=this.offsetY;c.handDrawn&&(q+=c.handDrawScatter+2);"H"!=C?(y=a-r/2,b<k+w+10&&"down"!=C?(E=!0,h&&(b+=q),q=b+A,this.deltaSignY=-1):(h&&(b-=q),q=b-w-A,this.deltaSignY=1)):(2*A>w&&(A=w/2),q=b-w/2,a<g+(l-g)/2?(y=a+A,this.deltaSignX=-1):(y=a-r-A,this.deltaSignX=1));q+w>=m&&(q=m-w);q<k&&(q=k);y<g&&(y=g);y+r>l&&(y=l-r);var k=q+D,m=y+v,D=this.shadowAlpha,F=this.shadowColor,v=this.borderThickness,z=this.bulletSize,H;0<B||0===A?(0<D&&(a=d.rect(f, | |
r,w,p,0,v+1,F,D,this.cornerRadius),d.isModern?a.translate(1,1):a.translate(4,4),e.push(a)),p=d.rect(f,r,w,p,this.fillAlpha,v,u,this.borderAlpha,this.cornerRadius),this.showBullet&&(H=d.circle(f,z,t,this.fillAlpha),e.push(H))):(t=[],B=[],"H"!=C?(g=a-y,g>r-A&&(g=r-A),g<A&&(g=A),t=[0,g-A,a-y,g+A,r,r,0,0],B=E?[0,0,b-q,0,0,w,w,0]:[w,w,b-q,w,w,0,0,w]):(t=b-q,t>w-A&&(t=w-A),t<A&&(t=A),B=[0,t-A,b-q,t+A,w,w,0,0],t=a<g+(l-g)/2?[0,0,y<a?0:a-y,0,0,r,r,0]:[r,r,y+r>a?r:a-y,r,r,0,0,r]),0<D&&(a=d.polygon(f,t,B,p, | |
0,v,F,D),a.translate(1,1),e.push(a)),p=d.polygon(f,t,B,p,this.fillAlpha,v,u,this.borderAlpha));this.bg=p;e.push(p);p.toFront();d.setCN(c,p,"balloon-bg");this.className&&d.setCN(c,p,"balloon-bg-"+this.className);f=1*this.deltaSignX;x.left=m+"px";x.top=k+"px";e.translate(y-f,q);p=p.getBBox();this.bottom=q+w+1;this.yPos=p.y+q;H&&H.translate(this.pointToX-y+f,b-q);b=this.animationDuration;0<this.animationDuration&&!h&&!isNaN(this.prevX)&&(e.translate(this.prevX,this.prevY),e.animate({translate:y-f+","+ | |
q},b,"easeOutSine"),n&&(x.left=this.prevTX+"px",x.top=this.prevTY+"px",this.xAnim=c.animate({node:n},"left",this.prevTX,m,b,"easeOutSine","px"),this.yAnim=c.animate({node:n},"top",this.prevTY,k,b,"easeOutSine","px")));this.prevX=y-f;this.prevY=q;this.prevTX=m;this.prevTY=k}}},followMouse:function(){if(this.follow&&this.show){var a=this.chart.mouseX-this.offsetX*this.deltaSignX,b=this.chart.mouseY;this.pointToX=a;this.pointToY=b;if(a!=this.previousX||b!=this.previousY)if(this.previousX=a,this.previousY= | |
b,0===this.cornerRadius)this.draw();else{var c=this.set;if(c){var d=c.getBBox(),a=a-d.width/2,f=b-d.height-10;a<this.l&&(a=this.l);a>this.r-d.width&&(a=this.r-d.width);f<this.t&&(f=b+10);c.translate(a,f);b=this.textDiv.style;b.left=a+this.horizontalPadding+"px";b.top=f+this.verticalPadding+"px"}}}},changeColor:function(a){this.balloonColor=a},setBounds:function(a,b,c,d){this.l=a;this.t=b;this.r=c;this.b=d;this.destroyTO&&clearTimeout(this.destroyTO)},showBalloon:function(a){this.text=a;this.show= | |
!0;this.destroyTO&&clearTimeout(this.destroyTO);a=this.chart;this.fadeAnim1&&a.stopAnim(this.fadeAnim1);this.fadeAnim2&&a.stopAnim(this.fadeAnim2);this.draw()},hide:function(a){var b=this;isNaN(a)&&(a=b.fadeOutDuration);var c=b.chart;if(0<a){b.destroyTO&&clearTimeout(b.destroyTO);b.destroyTO=setTimeout(function(){b.destroy.call(b)},1E3*a);b.follow=!1;b.show=!1;var d=b.set;d&&(d.setAttr("opacity",b.fillAlpha),b.fadeAnim1=d.animate({opacity:0},a,"easeInSine"));b.textDiv&&(b.fadeAnim2=c.animate({node:b.textDiv}, | |
"opacity",1,0,a,"easeInSine",""))}else b.show=!1,b.follow=!1,b.destroy()},setPosition:function(a,b,c){this.pointToX=a;this.pointToY=b;c&&(a==this.previousX&&b==this.previousY||this.draw());this.previousX=a;this.previousY=b},followCursor:function(a){var b=this;(b.follow=a)?(b.pShowBullet=b.showBullet,b.showBullet=!1):void 0!==b.pShowBullet&&(b.showBullet=b.pShowBullet);clearInterval(b.interval);var c=b.chart.mouseX,d=b.chart.mouseY;!isNaN(c)&&a&&(b.pointToX=c-b.offsetX*b.deltaSignX,b.pointToY=d,b.followMouse(), | |
b.interval=setInterval(function(){b.followMouse.call(b)},40))},removeDiv:function(){if(this.textDiv){var a=this.textDiv.parentNode;a&&a.removeChild(this.textDiv)}},destroy:function(){clearInterval(this.interval);d.remove(this.set);this.removeDiv();this.set=null}})})();(function(){var d=window.AmCharts;d.circle=function(a,b,c,h,f,e,g,k,l){0>=b&&(b=.001);if(void 0==f||0===f)f=.01;void 0===e&&(e="#000000");void 0===g&&(g=0);h={fill:c,stroke:e,"fill-opacity":h,"stroke-width":f,"stroke-opacity":g};a=isNaN(l)?a.circle(0,0,b).attr(h):a.ellipse(0,0,b,l).attr(h);k&&a.gradient("radialGradient",[c,d.adjustLuminosity(c,-.6)]);return a};d.text=function(a,b,c,h,f,e,g,k){e||(e="middle");"right"==e&&(e="end");"left"==e&&(e="start");isNaN(k)&&(k=1);void 0!==b&&(b=String(b),d.isIE&& | |
!d.isModern&&(b=b.replace("&","&"),b=b.replace("&","&")));c={fill:c,"font-family":h,"font-size":f,opacity:k};!0===g&&(c["font-weight"]="bold");c["text-anchor"]=e;return a.text(b,c)};d.polygon=function(a,b,c,h,f,e,g,k,l,m,n){isNaN(e)&&(e=.01);isNaN(k)&&(k=f);var p=h,u=!1;"object"==typeof p&&1<p.length&&(u=!0,p=p[0]);void 0===g&&(g=p);f={fill:p,stroke:g,"fill-opacity":f,"stroke-width":e,"stroke-opacity":k};void 0!==n&&0<n&&(f["stroke-dasharray"]=n);n=d.dx;e=d.dy;a.handDrawn&&(c=d.makeHD(b,c, | |
a.handDrawScatter),b=c[0],c=c[1]);g=Math.round;m&&(g=d.doNothing);m="M"+(g(b[0])+n)+","+(g(c[0])+e);for(k=1;k<b.length;k++)m+=" L"+(g(b[k])+n)+","+(g(c[k])+e);a=a.path(m+" Z").attr(f);u&&a.gradient("linearGradient",h,l);return a};d.rect=function(a,b,c,h,f,e,g,k,l,m,n){if(isNaN(b)||isNaN(c))return a.set();isNaN(e)&&(e=0);void 0===l&&(l=0);void 0===m&&(m=270);isNaN(f)&&(f=0);var p=h,u=!1;"object"==typeof p&&(p=p[0],u=!0);void 0===g&&(g=p);void 0===k&&(k=f);b=Math.round(b);c=Math.round(c);var t=0,v= | |
0;0>b&&(b=Math.abs(b),t=-b);0>c&&(c=Math.abs(c),v=-c);t+=d.dx;v+=d.dy;f={fill:p,stroke:g,"fill-opacity":f,"stroke-opacity":k};void 0!==n&&0<n&&(f["stroke-dasharray"]=n);a=a.rect(t,v,b,c,l,e).attr(f);u&&a.gradient("linearGradient",h,m);return a};d.bullet=function(a,b,c,h,f,e,g,k,l,m,n,p){var u;"circle"==b&&(b="round");switch(b){case "round":u=d.circle(a,c/2,h,f,e,g,k);break;case "square":u=d.polygon(a,[-c/2,c/2,c/2,-c/2],[c/2,c/2,-c/2,-c/2],h,f,e,g,k,m-180);break;case "rectangle":u=d.polygon(a,[-c, | |
c,c,-c],[c/2,c/2,-c/2,-c/2],h,f,e,g,k,m-180);break;case "diamond":u=d.polygon(a,[-c/2,0,c/2,0],[0,-c/2,0,c/2],h,f,e,g,k);break;case "triangleUp":u=d.triangle(a,c,0,h,f,e,g,k);break;case "triangleDown":u=d.triangle(a,c,180,h,f,e,g,k);break;case "triangleLeft":u=d.triangle(a,c,270,h,f,e,g,k);break;case "triangleRight":u=d.triangle(a,c,90,h,f,e,g,k);break;case "bubble":u=d.circle(a,c/2,h,f,e,g,k,!0);break;case "line":u=d.line(a,[-c/2,c/2],[0,0],h,f,e,g,k);break;case "yError":u=a.set();u.push(d.line(a, | |
[0,0],[-c/2,c/2],h,f,e));u.push(d.line(a,[-l,l],[-c/2,-c/2],h,f,e));u.push(d.line(a,[-l,l],[c/2,c/2],h,f,e));break;case "xError":u=a.set(),u.push(d.line(a,[-c/2,c/2],[0,0],h,f,e)),u.push(d.line(a,[-c/2,-c/2],[-l,l],h,f,e)),u.push(d.line(a,[c/2,c/2],[-l,l],h,f,e))}u&&u.pattern(n,NaN,p);return u};d.triangle=function(a,b,c,d,f,e,g,k){if(void 0===e||0===e)e=1;void 0===g&&(g="#000");void 0===k&&(k=0);d={fill:d,stroke:g,"fill-opacity":f,"stroke-width":e,"stroke-opacity":k};b/=2;var l;0===c&&(l=" M"+-b+ | |
","+b+" L0,"+-b+" L"+b+","+b+" Z");180==c&&(l=" M"+-b+","+-b+" L0,"+b+" L"+b+","+-b+" Z");90==c&&(l=" M"+-b+","+-b+" L"+b+",0 L"+-b+","+b+" Z");270==c&&(l=" M"+-b+",0 L"+b+","+b+" L"+b+","+-b+" Z");return a.path(l).attr(d)};d.line=function(a,b,c,h,f,e,g,k,l,m,n){if(a.handDrawn&&!n)return d.handDrawnLine(a,b,c,h,f,e,g,k,l,m,n);e={fill:"none","stroke-width":e};void 0!==g&&0<g&&(e["stroke-dasharray"]=g);isNaN(f)||(e["stroke-opacity"]=f);h&&(e.stroke=h);h=Math.round;m&&(h=d.doNothing);m=d.dx;f=d.dy;g= | |
"M"+(h(b[0])+m)+","+(h(c[0])+f);for(k=1;k<b.length;k++)g+=" L"+(h(b[k])+m)+","+(h(c[k])+f);if(d.VML)return a.path(g,void 0,!0).attr(e);l&&(g+=" M0,0 L0,0");return a.path(g).attr(e)};d.makeHD=function(a,b,c){for(var d=[],f=[],e=1;e<a.length;e++)for(var g=Number(a[e-1]),k=Number(b[e-1]),l=Number(a[e]),m=Number(b[e]),n=Math.sqrt(Math.pow(l-g,2)+Math.pow(m-k,2)),n=Math.round(n/50)+1,l=(l-g)/n,m=(m-k)/n,p=0;p<=n;p++){var u=g+p*l+Math.random()*c,t=k+p*m+Math.random()*c;d.push(u);f.push(t)}return[d,f]}; | |
d.handDrawnLine=function(a,b,c,h,f,e,g,k,l,m){var n,p=a.set();for(n=1;n<b.length;n++)for(var u=[b[n-1],b[n]],t=[c[n-1],c[n]],t=d.makeHD(u,t,a.handDrawScatter),u=t[0],t=t[1],v=1;v<u.length;v++)p.push(d.line(a,[u[v-1],u[v]],[t[v-1],t[v]],h,f,e+Math.random()*a.handDrawThickness-a.handDrawThickness/2,g,k,l,m,!0));return p};d.doNothing=function(a){return a};d.wedge=function(a,b,c,h,f,e,g,k,l,m,n,p,u){var t=Math.round;e=t(e);g=t(g);k=t(k);var v=t(g/e*k),D=d.VML,A=359.5+e/100;359.94<A&&(A=359.94);f>=A&& | |
(f=A);var C=1/180*Math.PI,A=b+Math.sin(h*C)*k,B=c-Math.cos(h*C)*v,w=b+Math.sin(h*C)*e,q=c-Math.cos(h*C)*g,x=b+Math.sin((h+f)*C)*e,y=c-Math.cos((h+f)*C)*g,r=b+Math.sin((h+f)*C)*k,C=c-Math.cos((h+f)*C)*v,E={fill:d.adjustLuminosity(m.fill,-.2),"stroke-opacity":0,"fill-opacity":m["fill-opacity"]},F=0;180<Math.abs(f)&&(F=1);h=a.set();var z;D&&(A=t(10*A),w=t(10*w),x=t(10*x),r=t(10*r),B=t(10*B),q=t(10*q),y=t(10*y),C=t(10*C),b=t(10*b),l=t(10*l),c=t(10*c),e*=10,g*=10,k*=10,v*=10,1>Math.abs(f)&&1>=Math.abs(x- | |
w)&&1>=Math.abs(y-q)&&(z=!0));f="";var H;p&&(E["fill-opacity"]=0,E["stroke-opacity"]=m["stroke-opacity"]/2,E.stroke=m.stroke);if(0<l){H=" M"+A+","+(B+l)+" L"+w+","+(q+l);D?(z||(H+=" A"+(b-e)+","+(l+c-g)+","+(b+e)+","+(l+c+g)+","+w+","+(q+l)+","+x+","+(y+l)),H+=" L"+r+","+(C+l),0<k&&(z||(H+=" B"+(b-k)+","+(l+c-v)+","+(b+k)+","+(l+c+v)+","+r+","+(l+C)+","+A+","+(l+B)))):(H+=" A"+e+","+g+",0,"+F+",1,"+x+","+(y+l)+" L"+r+","+(C+l),0<k&&(H+=" A"+k+","+v+",0,"+F+",0,"+A+","+(B+l)));H+=" Z";var G=l;D&&(G/= | |
10);for(var P=0;P<G;P+=10){var J=a.path(H,void 0,void 0,"1000,1000").attr(E);h.push(J);J.translate(0,-P)}H=a.path(" M"+A+","+B+" L"+A+","+(B+l)+" L"+w+","+(q+l)+" L"+w+","+q+" L"+A+","+B+" Z",void 0,void 0,"1000,1000").attr(E);l=a.path(" M"+x+","+y+" L"+x+","+(y+l)+" L"+r+","+(C+l)+" L"+r+","+C+" L"+x+","+y+" Z",void 0,void 0,"1000,1000").attr(E);h.push(H);h.push(l)}D?(z||(f=" A"+t(b-e)+","+t(c-g)+","+t(b+e)+","+t(c+g)+","+t(w)+","+t(q)+","+t(x)+","+t(y)),e=" M"+t(A)+","+t(B)+" L"+t(w)+","+t(q)+f+ | |
" L"+t(r)+","+t(C)):e=" M"+A+","+B+" L"+w+","+q+(" A"+e+","+g+",0,"+F+",1,"+x+","+y)+" L"+r+","+C;0<k&&(D?z||(e+=" B"+(b-k)+","+(c-v)+","+(b+k)+","+(c+v)+","+r+","+C+","+A+","+B):e+=" A"+k+","+v+",0,"+F+",0,"+A+","+B);a.handDrawn&&(b=d.line(a,[A,w],[B,q],m.stroke,m.thickness*Math.random()*a.handDrawThickness,m["stroke-opacity"]),h.push(b));a=a.path(e+" Z",void 0,void 0,"1000,1000").attr(m);if(n){b=[];for(c=0;c<n.length;c++)b.push(d.adjustLuminosity(m.fill,n[c]));0<b.length&&a.gradient("linearGradient", | |
b)}a.pattern(p,NaN,u);h.wedge=a;h.push(a);return h};d.adjustLuminosity=function(a,b){a=String(a).replace(/[^0-9a-f]/gi,"");6>a.length&&(a=String(a[0])+String(a[0])+String(a[1])+String(a[1])+String(a[2])+String(a[2]));b=b||0;var c="#",d,f;for(f=0;3>f;f++)d=parseInt(a.substr(2*f,2),16),d=Math.round(Math.min(Math.max(0,d+d*b),255)).toString(16),c+=("00"+d).substr(d.length);return c}})();(function(){var d=window.AmCharts;d.AmLegend=d.Class({construct:function(a){this.enabled=!0;this.cname="AmLegend";this.createEvents("rollOverMarker","rollOverItem","rollOutMarker","rollOutItem","showItem","hideItem","clickMarker","rollOverItem","rollOutItem","clickLabel");this.position="bottom";this.borderColor=this.color="#000000";this.borderAlpha=0;this.markerLabelGap=5;this.verticalGap=10;this.align="left";this.horizontalGap=0;this.spacing=10;this.markerDisabledColor="#AAB3B3";this.markerType= | |
"square";this.markerSize=16;this.markerBorderThickness=this.markerBorderAlpha=1;this.marginBottom=this.marginTop=0;this.marginLeft=this.marginRight=20;this.autoMargins=!0;this.valueWidth=50;this.switchable=!0;this.switchType="x";this.switchColor="#FFFFFF";this.rollOverColor="#CC0000";this.reversedOrder=!1;this.labelText="[[title]]";this.valueText="[[value]]";this.useMarkerColorForLabels=!1;this.rollOverGraphAlpha=1;this.textClickEnabled=!1;this.equalWidths=!0;this.backgroundColor="#FFFFFF";this.backgroundAlpha= | |
0;this.useGraphSettings=!1;this.showEntries=!0;d.applyTheme(this,a,this.cname)},setData:function(a){this.legendData=a;this.invalidateSize()},invalidateSize:function(){this.destroy();this.entries=[];this.valueLabels=[];var a=this.legendData;this.enabled&&(d.ifArray(a)||d.ifArray(this.data))&&this.drawLegend()},drawLegend:function(){var a=this.chart,b=this.position,c=this.width,h=a.divRealWidth,f=a.divRealHeight,e=this.div,g=this.legendData;this.data&&(g=this.data);isNaN(this.fontSize)&&(this.fontSize= | |
a.fontSize);if("right"==b||"left"==b)this.maxColumns=1,this.autoMargins&&(this.marginLeft=this.marginRight=10);else if(this.autoMargins){this.marginRight=a.marginRight;this.marginLeft=a.marginLeft;var k=a.autoMarginOffset;"bottom"==b?(this.marginBottom=k,this.marginTop=0):(this.marginTop=k,this.marginBottom=0)}c=void 0!==c?d.toCoordinate(c,h):a.realWidth;"outside"==b?(c=e.offsetWidth,f=e.offsetHeight,e.clientHeight&&(c=e.clientWidth,f=e.clientHeight)):(isNaN(c)||(e.style.width=c+"px"),e.className= | |
"amChartsLegend "+a.classNamePrefix+"-legend-div");this.divWidth=c;(b=this.container)?(b.container.innerHTML="",e.appendChild(b.container),b.width=c,b.height=f,b.setSize(c,f),b.addDefs(a)):b=new d.AmDraw(e,c,f,a);this.container=b;this.lx=0;this.ly=8;f=this.markerSize;f>this.fontSize&&(this.ly=f/2-1);0<f&&(this.lx+=f+this.markerLabelGap);this.titleWidth=0;if(f=this.title)f=d.text(this.container,f,this.color,a.fontFamily,this.fontSize,"start",!0),d.setCN(a,f,"legend-title"),f.translate(this.marginLeft, | |
this.marginTop+this.verticalGap+this.ly+1),a=f.getBBox(),this.titleWidth=a.width+15,this.titleHeight=a.height+6;this.index=this.maxLabelWidth=0;if(this.showEntries){for(a=0;a<g.length;a++)this.createEntry(g[a]);for(a=this.index=0;a<g.length;a++)this.createValue(g[a])}this.arrangeEntries();this.updateValues()},arrangeEntries:function(){var a=this.position,b=this.marginLeft+this.titleWidth,c=this.marginRight,h=this.marginTop,f=this.marginBottom,e=this.horizontalGap,g=this.div,k=this.divWidth,l=this.maxColumns, | |
m=this.verticalGap,n=this.spacing,p=k-c-b,u=0,t=0,v=this.container;this.set&&this.set.remove();var D=v.set();this.set=D;var A=v.set();D.push(A);var C=this.entries,B,w;for(w=0;w<C.length;w++){B=C[w].getBBox();var q=B.width;q>u&&(u=q);B=B.height;B>t&&(t=B)}var q=t=0,x=e,y=0,r=0;for(w=0;w<C.length;w++){var E=C[w];this.reversedOrder&&(E=C[C.length-w-1]);B=E.getBBox();var F;this.equalWidths?F=q*(u+n+this.markerLabelGap):(F=x,x=x+B.width+e+n);B.height>r&&(r=B.height);F+B.width>p&&0<w&&0!==q&&(t++,F=q=0, | |
x=F+B.width+e+n,y=y+r+m,r=0);E.translate(F,y);q++;!isNaN(l)&&q>=l&&(q=0,t++,y=y+r+m,x=e,r=0);A.push(E)}B=A.getBBox();l=B.height+2*m-1;"left"==a||"right"==a?(n=B.width+2*e,k=n+b+c,g.style.width=k+"px",this.ieW=k):n=k-b-c-1;c=d.polygon(this.container,[0,n,n,0],[0,0,l,l],this.backgroundColor,this.backgroundAlpha,1,this.borderColor,this.borderAlpha);d.setCN(this.chart,c,"legend-bg");D.push(c);D.translate(b,h);c.toBack();b=e;if("top"==a||"bottom"==a||"absolute"==a||"outside"==a)"center"==this.align?b= | |
e+(n-B.width)/2:"right"==this.align&&(b=e+n-B.width);A.translate(b,m+1);this.titleHeight>l&&(l=this.titleHeight);a=l+h+f+1;0>a&&(a=0);a>this.chart.divRealHeight&&(g.style.top="0px");g.style.height=Math.round(a)+"px";v.setSize(this.divWidth,a)},createEntry:function(a){if(!1!==a.visibleInLegend){var b=this.chart,c=a.markerType;a.legendEntryWidth=this.markerSize;c||(c=this.markerType);var h=a.color,f=a.alpha;a.legendKeyColor&&(h=a.legendKeyColor());a.legendKeyAlpha&&(f=a.legendKeyAlpha());var e;!0=== | |
a.hidden&&(e=h=this.markerDisabledColor);var g=a.pattern,k=a.customMarker;k||(k=this.customMarker);var l=this.container,m=this.markerSize,n=0,p=0,u=m/2;if(this.useGraphSettings){c=a.type;this.switchType=void 0;if("line"==c||"step"==c||"smoothedLine"==c||"ohlc"==c)g=l.set(),a.hidden||(h=a.lineColorR,e=a.bulletBorderColorR),n=d.line(l,[0,2*m],[m/2,m/2],h,a.lineAlpha,a.lineThickness,a.dashLength),d.setCN(b,n,"graph-stroke"),g.push(n),a.bullet&&(a.hidden||(h=a.bulletColorR),n=d.bullet(l,a.bullet,a.bulletSize, | |
h,a.bulletAlpha,a.bulletBorderThickness,e,a.bulletBorderAlpha))&&(d.setCN(b,n,"graph-bullet"),n.translate(m+1,m/2),g.push(n)),u=0,n=m,p=m/3;else{var t;a.getGradRotation&&(t=a.getGradRotation());n=a.fillColorsR;!0===a.hidden&&(n=h);if(g=this.createMarker("rectangle",n,a.fillAlphas,a.lineThickness,h,a.lineAlpha,t,g))u=m,g.translate(u,m/2);n=m}d.setCN(b,g,"graph-"+c);d.setCN(b,g,"graph-"+a.id)}else k?g=l.image(k,0,0,m,m):(g=this.createMarker(c,h,f,void 0,void 0,void 0,void 0,g))&&g.translate(m/2,m/2); | |
d.setCN(b,g,"legend-marker");this.addListeners(g,a);l=l.set([g]);this.switchable&&a.switchable&&l.setAttr("cursor","pointer");void 0!==a.id&&d.setCN(b,l,"legend-item-"+a.id);d.setCN(b,l,a.className,!0);(e=this.switchType)&&"none"!=e&&0<m&&("x"==e?(c=this.createX(),c.translate(m/2,m/2)):c=this.createV(),c.dItem=a,!0!==a.hidden?"x"==e?c.hide():c.show():"x"!=e&&c.hide(),this.switchable||c.hide(),this.addListeners(c,a),a.legendSwitch=c,l.push(c),d.setCN(b,c,"legend-switch"));e=this.color;a.showBalloon&& | |
this.textClickEnabled&&void 0!==this.selectedColor&&(e=this.selectedColor);this.useMarkerColorForLabels&&(e=h);!0===a.hidden&&(e=this.markerDisabledColor);h=d.massReplace(this.labelText,{"[[title]]":a.title});c=this.fontSize;g&&(m<=c&&g.translate(u,m/2+this.ly-c/2+(c+2-m)/2-p),a.legendEntryWidth=g.getBBox().width);var v;h&&(h=d.fixBrakes(h),a.legendTextReal=h,v=this.labelWidth,v=isNaN(v)?d.text(this.container,h,e,b.fontFamily,c,"start"):d.wrappedText(this.container,h,e,b.fontFamily,c,"start",!1,v, | |
0),d.setCN(b,v,"legend-label"),v.translate(this.lx+n,this.ly),l.push(v),b=v.getBBox().width,this.maxLabelWidth<b&&(this.maxLabelWidth=b));this.entries[this.index]=l;a.legendEntry=this.entries[this.index];a.legendLabel=v;this.index++}},addListeners:function(a,b){var c=this;a&&a.mouseover(function(a){c.rollOverMarker(b,a)}).mouseout(function(a){c.rollOutMarker(b,a)}).click(function(a){c.clickMarker(b,a)})},rollOverMarker:function(a,b){this.switchable&&this.dispatch("rollOverMarker",a,b);this.dispatch("rollOverItem", | |
a,b)},rollOutMarker:function(a,b){this.switchable&&this.dispatch("rollOutMarker",a,b);this.dispatch("rollOutItem",a,b)},clickMarker:function(a,b){this.switchable&&(!0===a.hidden?this.dispatch("showItem",a,b):this.dispatch("hideItem",a,b));this.dispatch("clickMarker",a,b)},rollOverLabel:function(a,b){a.hidden||(this.textClickEnabled&&a.legendLabel&&a.legendLabel.attr({fill:this.rollOverColor}),this.dispatch("rollOverItem",a,b))},rollOutLabel:function(a,b){if(!a.hidden){if(this.textClickEnabled&&a.legendLabel){var c= | |
this.color;void 0!==this.selectedColor&&a.showBalloon&&(c=this.selectedColor);this.useMarkerColorForLabels&&(c=a.lineColor,void 0===c&&(c=a.color));a.legendLabel.attr({fill:c})}this.dispatch("rollOutItem",a,b)}},clickLabel:function(a,b){this.textClickEnabled?a.hidden||this.dispatch("clickLabel",a,b):this.switchable&&(!0===a.hidden?this.dispatch("showItem",a,b):this.dispatch("hideItem",a,b))},dispatch:function(a,b,c){b={type:a,dataItem:b,target:this,event:c,chart:this.chart};this.chart&&this.chart.handleLegendEvent(b); | |
this.fire(a,b)},createValue:function(a){var b=this,c=b.fontSize,h=b.chart;if(!1!==a.visibleInLegend){var f=b.maxLabelWidth;b.forceWidth&&(f=b.labelWidth);b.equalWidths||(b.valueAlign="left");"left"==b.valueAlign&&(f=a.legendEntry.getBBox().width);var e=f;if(b.valueText&&0<b.valueWidth){var g=b.color;b.useMarkerColorForValues&&(g=a.color,a.legendKeyColor&&(g=a.legendKeyColor()));!0===a.hidden&&(g=b.markerDisabledColor);var k=b.valueText,f=f+b.lx+b.markerLabelGap+b.valueWidth,l="end";"left"==b.valueAlign&& | |
(f-=b.valueWidth,l="start");g=d.text(b.container,k,g,b.chart.fontFamily,c,l);d.setCN(h,g,"legend-value");g.translate(f,b.ly);b.entries[b.index].push(g);e+=b.valueWidth+2*b.markerLabelGap;g.dItem=a;b.valueLabels.push(g)}b.index++;h=b.markerSize;h<c+7&&(h=c+7,d.VML&&(h+=3));c=b.container.rect(a.legendEntryWidth,0,e,h,0,0).attr({stroke:"none",fill:"#fff","fill-opacity":.005});c.dItem=a;b.entries[b.index-1].push(c);c.mouseover(function(c){b.rollOverLabel(a,c)}).mouseout(function(c){b.rollOutLabel(a,c)}).click(function(c){b.clickLabel(a, | |
c)})}},createV:function(){var a=this.markerSize;return d.polygon(this.container,[a/5,a/2,a-a/5,a/2],[a/3,a-a/5,a/5,a/1.7],this.switchColor)},createX:function(){var a=(this.markerSize-4)/2,b={stroke:this.switchColor,"stroke-width":3},c=this.container,h=d.line(c,[-a,a],[-a,a]).attr(b),a=d.line(c,[-a,a],[a,-a]).attr(b);return this.container.set([h,a])},createMarker:function(a,b,c,h,f,e,g,k){var l=this.markerSize,m=this.container;f||(f=this.markerBorderColor);f||(f=b);isNaN(h)&&(h=this.markerBorderThickness); | |
isNaN(e)&&(e=this.markerBorderAlpha);return d.bullet(m,a,l,b,c,h,f,e,l,g,k,this.chart.path)},validateNow:function(){this.invalidateSize()},updateValues:function(){var a=this.valueLabels,b=this.chart,c,h=this.data;for(c=0;c<a.length;c++){var f=a[c],e=f.dItem,g=" ";if(h)e.value?f.text(e.value):f.text("");else{var k;if(void 0!==e.type){k=e.currentDataItem;var l=this.periodValueText;e.legendPeriodValueText&&(l=e.legendPeriodValueText);k?(g=this.valueText,e.legendValueText&&(g=e.legendValueText),g=b.formatString(g, | |
k)):l&&b.formatPeriodString&&(l=d.massReplace(l,{"[[title]]":e.title}),g=b.formatPeriodString(l,e))}else g=b.formatString(this.valueText,e);if(l=this.valueFunction)k&&(e=k),g=l(e,g);f.text(g)}}},renderFix:function(){if(!d.VML){var a=this.container;a&&a.renderFix()}},destroy:function(){this.div.innerHTML="";d.remove(this.set)}})})();(function(){var d=window.AmCharts;d.AmMap=d.Class({inherits:d.AmChart,construct:function(a){this.cname="AmMap";this.type="map";this.theme=a;this.svgNotSupported="This browser doesn't support SVG. Use Chrome, Firefox, Internet Explorer 9 or later.";this.createEvents("rollOverMapObject","rollOutMapObject","clickMapObject","selectedObjectChanged","homeButtonClicked","zoomCompleted","dragCompleted","positionChanged","writeDevInfo","click");this.zoomDuration=1;this.zoomControl=new d.ZoomControl(a);this.fitMapToContainer= | |
!0;this.mouseWheelZoomEnabled=this.backgroundZoomsToTop=!1;this.allowClickOnSelectedObject=this.useHandCursorOnClickableOjects=this.showBalloonOnSelectedObject=!0;this.showObjectsAfterZoom=this.wheelBusy=!1;this.zoomOnDoubleClick=this.useObjectColorForBalloon=!0;this.allowMultipleDescriptionWindows=!1;this.dragMap=this.centerMap=this.linesAboveImages=!0;this.colorSteps=5;this.showAreasInList=!0;this.showLinesInList=this.showImagesInList=!1;this.areasProcessor=new d.AreasProcessor(this);this.areasSettings= | |
new d.AreasSettings(a);this.imagesProcessor=new d.ImagesProcessor(this);this.imagesSettings=new d.ImagesSettings(a);this.linesProcessor=new d.LinesProcessor(this);this.linesSettings=new d.LinesSettings(a);this.initialTouchZoom=1;this.showDescriptionOnHover=!1;d.AmMap.base.construct.call(this,a);this.creditsPosition="bottom-left";this.product="ammap";this.areasClasses={};d.applyTheme(this,a,this.cname)},initChart:function(){this.zoomInstantly=!0;var a=this.container;if(this.sizeChanged&&d.hasSVG&& | |
this.chartCreated){this.freeLabelsSet&&this.freeLabelsSet.remove();this.freeLabelsSet=a.set();this.container.setSize(this.realWidth,this.realHeight);this.resizeMap();this.drawBackground();this.redrawLabels();this.drawTitles();this.processObjects();this.rescaleObjects();this.zoomControl.init(this,a);this.drawBg();var b=this.smallMap;b&&b.init(this,a);(b=this.valueLegend)&&b.init(this,a);this.sizeChanged=!1;this.zoomToLongLat(this.zLevelTemp,this.zLongTemp,this.zLatTemp,!0);this.previousWidth=this.realWidth; | |
this.previousHeight=this.realHeight;this.updateSmallMap();this.linkSet.toFront();this.zoomControl.update()}else(d.AmMap.base.initChart.call(this),d.hasSVG)?(this.dataChanged&&(this.parseData(),this.dispatchDataUpdated=!0,this.dataChanged=!1,a=this.legend)&&(a.position="absolute",a.invalidateSize()),this.createDescriptionsDiv(),this.svgAreas=[],this.svgAreasById={},this.drawChart()):(this.chartDiv.style.textAlign="",this.chartDiv.setAttribute("class","ammapAlert"),this.chartDiv.innerHTML=this.svgNotSupported, | |
this.fire("failed",{type:"failed",chart:this}))},storeTemp:function(){var a=this.zoomLongitude();isNaN(a)||(this.zLongTemp=a);a=this.zoomLatitude();isNaN(a)||(this.zLatTemp=a);a=this.zoomLevel();isNaN(a)||(this.zLevelTemp=a)},invalidateSize:function(){this.storeTemp();d.AmMap.base.invalidateSize.call(this)},validateSize:function(){d.hasSVG&&0<this.realWidth&&0<this.realHeight&&this.storeTemp();d.AmMap.base.validateSize.call(this)},handleWheelReal:function(a){if(!this.wheelBusy){this.stopAnimation(); | |
var b=this.zoomLevel(),c=this.zoomControl,h=c.zoomFactor;this.wheelBusy=!0;a=d.fitToBounds(0<a?b*h:b/h,c.minZoomLevel,c.maxZoomLevel);h=this.mouseX/this.mapWidth;c=this.mouseY/this.mapHeight;h=(this.zoomX()-h)*(a/b)+h;b=(this.zoomY()-c)*(a/b)+c;this.zoomTo(a,h,b)}},addLegend:function(a,b){a.position="absolute";a.autoMargins=!1;a.valueWidth=0;a.switchable=!1;d.AmMap.base.addLegend.call(this,a,b);void 0===a.enabled&&(a.enabled=!0);return a},handleLegendEvent:function(){},createDescriptionsDiv:function(){if(!this.descriptionsDiv){var a= | |
document.createElement("div"),b=a.style;b.position="absolute";b.left="0px";b.top="0px";this.descriptionsDiv=a}this.containerDiv.appendChild(this.descriptionsDiv)},drawChart:function(){d.AmMap.base.drawChart.call(this);var a=this.dataProvider;this.dataProvider=a=d.extend(a,new d.MapData,!0);this.areasSettings=d.processObject(this.areasSettings,d.AreasSettings,this.theme);this.imagesSettings=d.processObject(this.imagesSettings,d.ImagesSettings,this.theme);this.linesSettings=d.processObject(this.linesSettings, | |
d.LinesSettings,this.theme);var b=this.container;this.mapContainer&&this.mapContainer.remove();this.mapContainer=b.set();this.graphsSet.push(this.mapContainer);var c;a.map&&(c=d.maps[a.map]);a.mapVar&&(c=a.mapVar);c?(this.svgData=c.svg,this.getBounds(),this.buildEverything()):(a=a.mapURL)&&this.loadXml(a);this.balloonsSet.toFront()},drawBg:function(){var a=this;a.background.click(function(){a.handleBackgroundClick()})},buildEverything:function(){if(0<this.realWidth&&0<this.realHeight){var a=this.container; | |
this.zoomControl=d.processObject(this.zoomControl,d.ZoomControl,this.theme);this.zoomControl.init(this,a);this.drawBg();this.buildSVGMap();var b=this.smallMap;b&&(b=this.smallMap=d.processObject(this.smallMap,d.SmallMap,this.theme),b.init(this,a));b=this.dataProvider;isNaN(b.zoomX)&&isNaN(b.zoomY)&&isNaN(b.zoomLatitude)&&isNaN(b.zoomLongitude)&&(this.centerMap?(b.zoomLatitude=this.coordinateToLatitude(this.mapHeight/2),b.zoomLongitude=this.coordinateToLongitude(this.mapWidth/2)):(b.zoomX=0,b.zoomY= | |
0),this.zoomInstantly=!0);this.selectObject(this.dataProvider);this.processAreas();if(b=this.valueLegend)this.valueLegend=b=d.processObject(b,d.ValueLegend,this.theme),b.init(this,a);this.objectList&&(a=this.objectList=d.processObject(this.objectList,d.ObjectList))&&(this.clearObjectList(),a.init(this));this.dispDUpd();this.linkSet.toFront()}else this.cleanChart()},hideGroup:function(a){this.showHideGroup(a,!1)},showGroup:function(a){this.showHideGroup(a,!0)},showHideGroup:function(a,b){this.showHideReal(this.imagesProcessor.allObjects, | |
a,b);this.showHideReal(this.areasProcessor.allObjects,a,b);this.showHideReal(this.linesProcessor.allObjects,a,b)},showHideReal:function(a,b,c){var d;for(d=0;d<a.length;d++){var f=a[d];if(f.groupId==b){var e=f.displayObject;e&&(c?(f.hidden=!1,e.show()):(f.hidden=!0,e.hide()))}}},update:function(){d.hasSVG&&(d.AmMap.base.update.call(this),this.zoomControl&&this.zoomControl.update())},animateMap:function(){var a=this;a.totalFrames=1E3*a.zoomDuration/d.updateRate;a.totalFrames+=1;a.frame=0;a.tweenPercent= | |
0;a.balloon.hide(0);setTimeout(function(){a.updateSize.call(a)},d.updateRate)},updateSize:function(){var a=this,b=a.totalFrames;a.preventHover=!0;a.frame<=b?(a.frame++,b=d.easeOutSine(0,a.frame,0,1,b),1<=b?(b=1,a.preventHover=!1,a.wheelBusy=!1):setTimeout(function(){a.updateSize.call(a)},d.updateRate),.8<b&&(a.preventHover=!1)):(b=1,a.preventHover=!1,a.wheelBusy=!1);a.tweenPercent=b;a.rescaleMapAndObjects()},rescaleMapAndObjects:function(){var a=this.initialScale,b=this.initialX,c=this.initialY,d= | |
this.tweenPercent,a=a+(this.finalScale-a)*d;this.mapContainer.translate(b+(this.finalX-b)*d,c+(this.finalY-c)*d,a);if(this.areasSettings.adjustOutlineThickness)for(b=this.dataProvider.areas,c=0;c<b.length;c++){var f=b[c],e=f.displayObject;e&&e.setAttr("stroke-width",f.outlineThicknessReal/a)}this.rescaleObjects();this.positionChanged();this.updateSmallMap();1==d&&(d={type:"zoomCompleted",chart:this},this.fire(d.type,d))},updateSmallMap:function(){this.smallMap&&this.smallMap.update()},rescaleObjects:function(){var a= | |
this.mapContainer.scale,b=this.imagesProcessor.objectsToResize,c;for(c=0;c<b.length;c++){var d=b[c].image;d.translate(d.x,d.y,b[c].scale/a,!0)}b=this.linesProcessor;if(d=b.linesToResize)for(c=0;c<d.length;c++){var f=d[c];f.line.setAttr("stroke-width",f.thickness/a)}b=b.objectsToResize;for(c=0;c<b.length;c++)d=b[c],d.translate(d.x,d.y,1/a,!0)},handleTouchEnd:function(a){this.initialDistance=NaN;this.mouseIsDown=this.isDragging=!1;d.AmMap.base.handleTouchEnd.call(this,a)},handleMouseDown:function(a){d.resetMouseOver(); | |
this.mouseIsDown=this.mouseIsOver=!0;this.balloon.hide(0);a&&this.mouseIsOver&&a.preventDefault&&this.panEventsEnabled&&a.preventDefault();if(this.chartCreated&&!this.preventHover&&(this.initialTouchZoom=this.zoomLevel(),this.dragMap&&(this.stopAnimation(),this.mapContainerClickX=this.mapContainer.x,this.mapContainerClickY=this.mapContainer.y),a||(a=window.event),a.shiftKey&&!0===this.developerMode&&this.getDevInfo(),a&&a.touches)){var b=this.mouseX,c=this.mouseY,h=a.touches.item(1);h&&this.panEventsEnabled&& | |
this.boundingRect&&(a=h.clientX-this.boundingRect.left,h=h.clientY-this.boundingRect.top,this.middleXP=(b+(a-b)/2)/this.realWidth,this.middleYP=(c+(h-c)/2)/this.realHeight,this.initialDistance=Math.sqrt(Math.pow(a-b,2)+Math.pow(h-c,2)))}},stopDrag:function(){this.isDragging=!1},handleReleaseOutside:function(){if(d.isModern&&(this.mouseIsDown=!1,!this.preventHover)){this.stopDrag();var a=this.zoomControl;a&&a.draggerUp&&a.draggerUp();this.mapWasDragged=!1;var a=this.mapContainer,b=this.mapContainerClickX, | |
c=this.mapContainerClickY;isNaN(b)||isNaN(c)||!(2<Math.abs(a.x-b)||Math.abs(a.y-c))||(this.mapWasDragged=!0,a={type:"dragCompleted",zoomX:this.zoomX(),zoomY:this.zoomY(),zoomLevel:this.zoomLevel(),chart:this},this.fire(a.type,a));!this.mouseIsOver||this.mapWasDragged||this.skipClick||(a={type:"click",x:this.mouseX,y:this.mouseY,chart:this},this.fire(a.type,a),this.skipClick=!1);this.mapContainerClickY=this.mapContainerClickX=NaN;this.objectWasClicked=!1;this.zoomOnDoubleClick&&this.mouseIsOver&&(a= | |
(new Date).getTime(),200>a-this.previousClickTime&&40<a-this.previousClickTime&&this.doDoubleClickZoom(),this.previousClickTime=a)}},resetPinch:function(){this.mapWasPinched=!1},handleMouseMove:function(a){var b=this;d.AmMap.base.handleMouseMove.call(b,a);b.panEventsEnabled&&b.mouseIsOver&&a&&a.preventDefault&&a.preventDefault();var c=b.previuosMouseX,h=b.previuosMouseY,f=b.mouseX,e=b.mouseY,g=b.zoomControl;isNaN(c)&&(c=f);isNaN(h)&&(h=e);b.mouse2X=NaN;b.mouse2Y=NaN;a&&a.touches&&(a=a.touches.item(1))&& | |
b.panEventsEnabled&&b.boundingRect&&(b.mouse2X=a.clientX-b.boundingRect.left,b.mouse2Y=a.clientY-b.boundingRect.top);if(a=b.mapContainer){var k=b.mouse2X,l=b.mouse2Y;b.pinchTO&&clearTimeout(b.pinchTO);b.pinchTO=setTimeout(function(){b.resetPinch.call(b)},1E3);var m=b.realHeight,n=b.realWidth,p=b.mapWidth,u=b.mapHeight;b.mouseIsDown&&b.dragMap&&(5<Math.abs(b.previuosMouseX-b.mouseX)||5<Math.abs(b.previuosMouseY-b.mouseY))&&(b.isDragging=!0);if(!isNaN(k)){b.stopDrag();var t=Math.sqrt(Math.pow(k-f,2)+ | |
Math.pow(l-e,2)),v=b.initialDistance;isNaN(v)&&(v=Math.sqrt(Math.pow(k-f,2)+Math.pow(l-e,2)));if(!isNaN(v)){var k=b.initialTouchZoom*t/v,k=d.fitToBounds(k,g.minZoomLevel,g.maxZoomLevel),g=b.zoomLevel(),v=b.middleXP,l=b.middleYP,t=m/u,D=n/p,v=(b.zoomX()-v*D)*(k/g)+v*D,l=(b.zoomY()-l*t)*(k/g)+l*t;.1<Math.abs(k-g)&&(b.zoomTo(k,v,l,!0),b.mapWasPinched=!0,clearTimeout(b.pinchTO))}}k=a.scale;b.isDragging&&(b.balloon.hide(0),b.positionChanged(),c=a.x+(f-c),h=a.y+(e-h),b.preventDragOut&&(u=-u*k+m/2,m/=2, | |
c=d.fitToBounds(c,-p*k+n/2,n/2),h=d.fitToBounds(h,u,m)),a.translate(c,h,k),b.updateSmallMap());b.previuosMouseX=f;b.previuosMouseY=e}},selectObject:function(a){var b=this;a||(a=b.dataProvider);a.isOver=!1;var c=a.linkToObject;"string"==typeof c&&(c=b.getObjectById(c));a.useTargetsZoomValues&&c&&(a.zoomX=c.zoomX,a.zoomY=c.zoomY,a.zoomLatitude=c.zoomLatitude,a.zoomLongitude=c.zoomLongitude,a.zoomLevel=c.zoomLevel);var h=b.selectedObject;h&&b.returnInitialColor(h);b.selectedObject=a;var f=!1,e,g;"MapArea"== | |
a.objectType&&(a.autoZoomReal&&(f=!0),e=b.areasSettings.selectedOutlineColor,g=b.areasSettings.selectedOutlineThickness);if(c&&!f&&("string"==typeof c&&(c=b.getObjectById(c)),isNaN(a.zoomLevel)&&isNaN(a.zoomX)&&isNaN(a.zoomY))){if(b.extendMapData(c))return;b.selectObject(c);return}b.allowMultipleDescriptionWindows||b.closeAllDescriptions();clearTimeout(b.selectedObjectTimeOut);clearTimeout(b.processObjectsTimeOut);c=b.zoomDuration;!f&&isNaN(a.zoomLevel)&&isNaN(a.zoomX)&&isNaN(a.zoomY)?(b.showDescriptionAndGetUrl(), | |
b.processObjects()):(b.selectedObjectTimeOut=setTimeout(function(){b.showDescriptionAndGetUrl.call(b)},1E3*c+200),b.showObjectsAfterZoom?b.processObjectsTimeOut=setTimeout(function(){b.processObjects.call(b)},1E3*c+200):b.processObjects());c=a.displayObject;f=a.selectedColorReal;"MapImage"==a.objectType&&(e=b.imagesSettings.selectedOutlineColor,g=b.imagesSettings.selectedOutlineThickness,c=a.image);if(c){if(d.setCN(b,c,"selected-object"),a.bringForwardOnHover&&c.toFront(),!a.preserveOriginalAttributes){c.setAttr("stroke", | |
a.outlineColorReal);void 0!==f&&c.setAttr("fill",f);void 0!==e&&c.setAttr("stroke",e);void 0!==g&&c.setAttr("stroke-width",g);if("MapLine"==a.objectType){var k=a.lineSvg;k&&k.setAttr("stroke",f);if(k=a.arrowSvg)k.setAttr("fill",f),k.setAttr("stroke",f)}if(k=a.imageLabel){var l=a.selectedLabelColorReal;void 0!==l&&k.setAttr("fill",l)}a.selectable||(c.setAttr("cursor","default"),k&&k.setAttr("cursor","default"))}}else b.returnInitialColorReal(a);if(c=a.groupId)for(k=b.getGroupById(c),l=0;l<k.length;l++){var m= | |
k[l];m.isOver=!1;c=m.displayObject;"MapImage"==m.objectType&&(c=m.image);if(c){var n=m.selectedColorReal;void 0!==n&&c.setAttr("fill",n);void 0!==e&&c.setAttr("stroke",e);void 0!==g&&c.setAttr("stroke-width",g);"MapLine"==m.objectType&&((c=m.lineSvg)&&c.setAttr("stroke",f),c=m.arrowSvg)&&(c.setAttr("fill",f),c.setAttr("stroke",f))}}b.zoomToSelectedObject();h!=a&&(a={type:"selectedObjectChanged",chart:b},b.fire(a.type,a))},returnInitialColor:function(a,b){this.returnInitialColorReal(a);b&&(a.isFirst= | |
!1);if(this.selectedObject.bringForwardOnHover){var c=this.selectedObject.displayObject;c&&c.toFront()}if(c=a.groupId){var c=this.getGroupById(c),d;for(d=0;d<c.length;d++)this.returnInitialColorReal(c[d]),b&&(c[d].isFirst=!1)}},closeAllDescriptions:function(){this.descriptionsDiv.innerHTML=""},returnInitialColorReal:function(a){a.isOver=!1;var b=a.displayObject;if(b){b.toPrevious();if("MapImage"==a.objectType){var c=a.tempScale;isNaN(c)||b.translate(b.x,b.y,c,!0);a.tempScale=NaN;b=a.image}c=a.colorReal; | |
if("MapLine"==a.objectType){var d=a.lineSvg;d&&d.setAttr("stroke",c);if(d=a.arrowSvg)d.setAttr("fill",c),d.setAttr("stroke",c)}var d=a.alphaReal,f=a.outlineAlphaReal,e=a.outlineThicknessReal,g=a.outlineColorReal;if(a.showAsSelected){var c=a.selectedColorReal,k,l;"MapImage"==a.objectType&&(k=this.imagesSettings.selectedOutlineColor,l=this.imagesSettings.selectedOutlineThickness);"MapArea"==a.objectType&&(k=this.areasSettings.selectedOutlineColor,l=this.areasSettings.selectedOutlineThickness);void 0!== | |
k&&(g=k);void 0!==l&&(e=l)}"bubble"==a.type&&(c=void 0);void 0!==c&&b.setAttr("fill",c);if(k=a.image)k.setAttr("fill",c),k.setAttr("stroke",g),k.setAttr("stroke-width",e),k.setAttr("fill-opacity",d),k.setAttr("stroke-opacity",f);"MapArea"==a.objectType&&(c=1,this.areasSettings.adjustOutlineThickness&&(c=this.zoomLevel()),b.setAttr("stroke",g),b.setAttr("stroke-width",e/c),b.setAttr("fill-opacity",d),b.setAttr("stroke-opacity",f));(c=a.pattern)&&b.pattern(c,this.mapScale,this.path);(b=a.imageLabel)&& | |
!a.labelInactive&&(a.showAsSelected&&void 0!==a.selectedLabelColor?b.setAttr("fill",a.selectedLabelColor):b.setAttr("fill",a.labelColorReal))}},zoomToRectangle:function(a,b,c,h){var f=this.realWidth,e=this.realHeight,g=this.mapSet.scale,k=this.zoomControl,f=d.fitToBounds(c/f>h/e?.8*f/(c*g):.8*e/(h*g),k.minZoomLevel,k.maxZoomLevel);this.zoomToMapXY(f,(a+c/2)*g,(b+h/2)*g)},zoomToLatLongRectangle:function(a,b,c,h){var f=this.dataProvider,e=this.zoomControl,g=Math.abs(c-a),k=Math.abs(b-h),l=Math.abs(f.rightLongitude- | |
f.leftLongitude),f=Math.abs(f.topLatitude-f.bottomLatitude),e=d.fitToBounds(g/l>k/f?.8*l/g:.8*f/k,e.minZoomLevel,e.maxZoomLevel);this.zoomToLongLat(e,a+(c-a)/2,h+(b-h)/2)},getGroupById:function(a){var b=[];this.getGroup(this.imagesProcessor.allObjects,a,b);this.getGroup(this.linesProcessor.allObjects,a,b);this.getGroup(this.areasProcessor.allObjects,a,b);return b},zoomToGroup:function(a){a="object"==typeof a?a:this.getGroupById(a);var b,c,d,f,e;for(e=0;e<a.length;e++){var g=a[e].displayObject;if(g){var k= | |
g.getBBox(),g=k.y,l=k.y+k.height,m=k.x,k=k.x+k.width;if(g<b||isNaN(b))b=g;if(l>f||isNaN(f))f=l;if(m<c||isNaN(c))c=m;if(k>d||isNaN(d))d=k}}a=this.mapSet.getBBox();c-=a.x;d-=a.x;f-=a.y;b-=a.y;this.zoomToRectangle(c,b,d-c,f-b)},getGroup:function(a,b,c){if(a){var d;for(d=0;d<a.length;d++){var f=a[d];f.groupId==b&&c.push(f)}}},zoomToStageXY:function(a,b,c,h){if(!this.objectWasClicked){var f=this.zoomControl;a=d.fitToBounds(a,f.minZoomLevel,f.maxZoomLevel);f=this.zoomLevel();c=this.coordinateToLatitude((c- | |
this.mapContainer.y)/f);b=this.coordinateToLongitude((b-this.mapContainer.x)/f);this.zoomToLongLat(a,b,c,h)}},zoomToLongLat:function(a,b,c,d){b=this.longitudeToCoordinate(b);c=this.latitudeToCoordinate(c);this.zoomToMapXY(a,b,c,d)},zoomToMapXY:function(a,b,c,d){var f=this.mapWidth,e=this.mapHeight;this.zoomTo(a,-(b/f)*a+this.realWidth/f/2,-(c/e)*a+this.realHeight/e/2,d)},zoomToObject:function(a){if(a){var b=a.zoomLatitude,c=a.zoomLongitude,h=a.zoomLevel,f=this.zoomInstantly,e=a.zoomX,g=a.zoomY,k= | |
this.realWidth,l=this.realHeight;isNaN(h)||(isNaN(b)||isNaN(c)?this.zoomTo(h,e,g,f):this.zoomToLongLat(h,c,b,f));this.zoomInstantly=!1;"MapImage"==a.objectType&&isNaN(a.zoomX)&&isNaN(a.zoomY)&&isNaN(a.zoomLatitude)&&isNaN(a.zoomLongitude)&&!isNaN(a.latitude)&&!isNaN(a.longitude)&&this.zoomToLongLat(a.zoomLevel,a.longitude,a.latitude);"MapArea"==a.objectType&&(e=a.displayObject.getBBox(),b=this.mapScale,c=e.x*b,h=e.y*b,f=e.width*b,e=e.height*b,k=a.autoZoomReal&&isNaN(a.zoomLevel)?f/k>e/l?.8*k/f:.8* | |
l/e:a.zoomLevel,l=this.zoomControl,k=d.fitToBounds(k,l.minZoomLevel,l.maxZoomLevel),isNaN(a.zoomX)&&isNaN(a.zoomY)&&isNaN(a.zoomLatitude)&&isNaN(a.zoomLongitude)&&(a=this.mapSet.getBBox(),this.zoomToMapXY(k,-a.x*b+c+f/2,-a.y*b+h+e/2)));this.zoomControl.update()}},zoomToSelectedObject:function(){this.zoomToObject(this.selectedObject)},zoomTo:function(a,b,c,h){var f=this.zoomControl;a=d.fitToBounds(a,f.minZoomLevel,f.maxZoomLevel);f=this.zoomLevel();isNaN(b)&&(b=this.realWidth/this.mapWidth,b=(this.zoomX()- | |
.5*b)*(a/f)+.5*b);isNaN(c)&&(c=this.realHeight/this.mapHeight,c=(this.zoomY()-.5*c)*(a/f)+.5*c);this.stopAnimation();isNaN(a)||(f=this.mapContainer,this.initialX=f.x,this.initialY=f.y,this.initialScale=f.scale,this.finalX=this.mapWidth*b,this.finalY=this.mapHeight*c,this.finalScale=a,this.finalX!=this.initialX||this.finalY!=this.initialY||this.finalScale!=this.initialScale?h?(this.tweenPercent=1,this.rescaleMapAndObjects(),this.wheelBusy=!1):this.animateMap():this.wheelBusy=!1)},loadXml:function(a){var b; | |
window.XMLHttpRequest&&(b=new XMLHttpRequest);b.overrideMimeType&&b.overrideMimeType("text/xml");b.open("GET",a,!1);b.send();this.parseXMLObject(b.responseXML);this.svgData&&this.buildEverything()},stopAnimation:function(){this.frame=this.totalFrames},processObjects:function(){var a=this.container,b=this.stageImagesContainer;b&&b.remove();this.stageImagesContainer=b=a.set();this.trendLinesSet.push(b);var c=this.stageLinesContainer;c&&c.remove();this.stageLinesContainer=c=a.set();this.trendLinesSet.push(c); | |
var d=this.mapImagesContainer;d&&d.remove();this.mapImagesContainer=d=a.set();this.mapContainer.push(d);var f=this.mapLinesContainer;f&&f.remove();this.mapLinesContainer=f=a.set();this.mapContainer.push(f);this.linesAboveImages?(d.toFront(),b.toFront(),f.toFront(),c.toFront()):(f.toFront(),c.toFront(),d.toFront(),b.toFront());if(a=this.selectedObject)this.imagesProcessor.reset(),this.linesProcessor.reset(),this.linesAboveImages?(this.imagesProcessor.process(a),this.linesProcessor.process(a)):(this.linesProcessor.process(a), | |
this.imagesProcessor.process(a));this.rescaleObjects()},processAreas:function(){this.areasProcessor.process(this.dataProvider)},buildSVGMap:function(){var a=this.svgData.g.path,b=this.container,c=b.set();void 0===a.length&&(a=[a]);var d;for(d=0;d<a.length;d++){var f=a[d],e=f.d,g=f.title;f.titleTr&&(g=f.titleTr);e=b.path(e);e.id=f.id;if(this.areasSettings.preserveOriginalAttributes){e.customAttr={};for(var k in f)"d"!=k&&"id"!=k&&"title"!=k&&(e.customAttr[k]=f[k])}this.svgAreasById[f.id]={area:e,title:g, | |
className:f["class"]};this.svgAreas.push(e);c.push(e)}this.mapSet=c;this.mapContainer.push(c);this.resizeMap()},addObjectEventListeners:function(a,b){var c=this;a.mouseup(function(a){c.clickMapObject(b,a)}).mouseover(function(a){c.rollOverMapObject(b,!0,a)}).mouseout(function(a){c.rollOutMapObject(b,a)}).touchend(function(a){c.clickMapObject(b,a)}).touchstart(function(a){c.rollOverMapObject(b,!0,a)})},checkIfSelected:function(a){var b=this.selectedObject;if(b==a)return!0;if(b=b.groupId){var b=this.getGroupById(b), | |
c;for(c=0;c<b.length;c++)if(b[c]==a)return!0}return!1},clearMap:function(){this.chartDiv.innerHTML="";this.clearObjectList()},clearObjectList:function(){var a=this.objectList;a&&a.div&&(a.div.innerHTML="")},checkIfLast:function(a){if(a){var b=a.parentNode;if(b&&b.lastChild==a)return!0}return!1},showAsRolledOver:function(a){var b=a.displayObject;if(!a.showAsSelected&&b&&!a.isOver){b.node.onmouseout=function(){};b.node.onmouseover=function(){};b.node.onclick=function(){};!a.isFirst&&a.bringForwardOnHover&& | |
(b.toFront(),a.isFirst=!0);var c=a.rollOverColorReal,d;a.preserveOriginalAttributes&&(c=void 0);if(void 0!=c)if("MapImage"==a.objectType)(d=a.image)&&d.setAttr("fill",c);else if("MapLine"==a.objectType){if((d=a.lineSvg)&&d.setAttr("stroke",c),d=a.arrowSvg)d.setAttr("fill",c),d.setAttr("stroke",c)}else b.setAttr("fill",c);(c=a.imageLabel)&&!a.labelInactive&&(d=a.labelRollOverColorReal,void 0!=d&&c.setAttr("fill",d));c=a.rollOverOutlineColorReal;void 0!=c&&("MapImage"==a.objectType?(d=a.image)&&d.setAttr("stroke", | |
c):b.setAttr("stroke",c));"MapImage"==a.objectType?(c=this.imagesSettings.rollOverOutlineThickness,(d=a.image)&&(isNaN(c)||d.setAttr("stroke-width",c))):(c=this.areasSettings.rollOverOutlineThickness,isNaN(c)||b.setAttr("stroke-width",c));if("MapArea"==a.objectType){c=this.areasSettings;d=a.rollOverAlphaReal;isNaN(d)||b.setAttr("fill-opacity",d);d=c.rollOverOutlineAlpha;isNaN(d)||b.setAttr("stroke-opacity",d);d=1;this.areasSettings.adjustOutlineThickness&&(d=this.zoomLevel());var f=c.rollOverOutlineThickness; | |
isNaN(f)||b.setAttr("stroke-width",f/d);(c=c.rollOverPattern)&&b.pattern(c,this.mapScale,this.path)}"MapImage"==a.objectType&&(c=a.rollOverScaleReal,isNaN(c)||1==c||(d=b.scale,isNaN(d)&&(d=1),a.tempScale=d,b.translate(b.x,b.y,d*c,!0)));this.useHandCursorOnClickableOjects&&this.checkIfClickable(a)&&b.setAttr("cursor","pointer");this.addObjectEventListeners(b,a);a.isOver=!0}},rollOverMapObject:function(a,b,c){if(this.chartCreated){this.handleMouseMove();var d=this.previouslyHovered;d&&d!=a?(!1===this.checkIfSelected(d)&& | |
(this.returnInitialColor(d,!0),this.previouslyHovered=null),this.balloon.hide(0)):clearTimeout(this.hoverInt);if(!this.preventHover){if(!1===this.checkIfSelected(a)){if(d=a.groupId){var d=this.getGroupById(d),f;for(f=0;f<d.length;f++)d[f]!=a&&this.showAsRolledOver(d[f])}this.showAsRolledOver(a)}else(d=a.displayObject)&&(this.allowClickOnSelectedObject?d.setAttr("cursor","pointer"):d.setAttr("cursor","default"));if(this.showDescriptionOnHover)this.showDescription(a);else if((this.showBalloonOnSelectedObject|| | |
!this.checkIfSelected(a))&&!1!==b&&(f=this.balloon,b=a.colorReal,d="",void 0!==b&&this.useObjectColorForBalloon||(b=f.fillColor),(f=a.balloonTextReal)&&(d=this.formatString(f,a)),this.balloonLabelFunction&&(d=this.balloonLabelFunction(a,this)),d&&""!==d)){var e,g;"MapArea"==a.objectType&&(g=this.getAreaCenterLatitude(a),e=this.getAreaCenterLongitude(a),g=this.latitudeToY(g),e=this.longitudeToX(e));"MapImage"==a.objectType&&(e=a.displayObject.x*this.zoomLevel()+this.mapContainer.x,g=a.displayObject.y* | |
this.zoomLevel()+this.mapContainer.y);this.showBalloon(d,b,this.mouseIsOver,e,g)}c={type:"rollOverMapObject",mapObject:a,chart:this,event:c};this.fire(c.type,c);this.previouslyHovered=a}}},longitudeToX:function(a){return this.longitudeToCoordinate(a)*this.zoomLevel()+this.mapContainer.x},latitudeToY:function(a){return this.latitudeToCoordinate(a)*this.zoomLevel()+this.mapContainer.y},rollOutMapObject:function(a,b){this.hideBalloon();if(this.chartCreated&&a.isOver){this.checkIfSelected(a)||this.returnInitialColor(a); | |
var c={type:"rollOutMapObject",mapObject:a,chart:this,event:b};this.fire(c.type,c)}},formatString:function(a,b){var c=this.nf,h=this.pf,f=b.title;b.titleTr&&(f=b.titleTr);void 0==f&&(f="");var e=b.value,e=isNaN(e)?"":d.formatNumber(e,c),c=b.percents,c=isNaN(c)?"":d.formatNumber(c,h),h=b.description;void 0==h&&(h="");var g=b.customData;void 0==g&&(g="");return a=d.massReplace(a,{"[[title]]":f,"[[value]]":e,"[[percent]]":c,"[[description]]":h,"[[customData]]":g})},clickMapObject:function(a,b){if(this.chartCreated&& | |
!this.preventHover&&!this.mapWasDragged&&this.checkIfClickable(a)&&!this.mapWasPinched){this.selectObject(a);var c={type:"clickMapObject",mapObject:a,chart:this,event:b};this.fire(c.type,c);this.objectWasClicked=!0}},checkIfClickable:function(a){var b=this.allowClickOnSelectedObject;return this.selectedObject==a&&b?!0:this.selectedObject!=a||b?!0===a.selectable||"MapArea"==a.objectType&&a.autoZoomReal||a.url||a.linkToObject||0<a.images.length||0<a.lines.length||!isNaN(a.zoomLevel)||!isNaN(a.zoomX)|| | |
!isNaN(a.zoomY)||a.description?!0:!1:!1},resizeMap:function(){var a=this.mapSet;if(a){var b=1,c=a.getBBox(),d=this.realWidth,f=this.realHeight,e=c.width,g=c.height;this.fitMapToContainer&&(b=e/d>g/f?d/e:f/g);a.translate(-c.x*b,-c.y*b,b);this.mapScale=b;this.mapHeight=g*b;this.mapWidth=e*b}},zoomIn:function(){this.skipClick=!0;var a=this.zoomLevel()*this.zoomControl.zoomFactor;this.zoomTo(a)},zoomOut:function(){this.skipClick=!0;var a=this.zoomLevel()/this.zoomControl.zoomFactor;this.zoomTo(a)},moveLeft:function(){this.skipClick= | |
!0;var a=this.zoomX()+this.zoomControl.panStepSize;this.zoomTo(this.zoomLevel(),a,this.zoomY())},moveRight:function(){this.skipClick=!0;var a=this.zoomX()-this.zoomControl.panStepSize;this.zoomTo(this.zoomLevel(),a,this.zoomY())},moveUp:function(){this.skipClick=!0;var a=this.zoomY()+this.zoomControl.panStepSize;this.zoomTo(this.zoomLevel(),this.zoomX(),a)},moveDown:function(){this.skipClick=!0;var a=this.zoomY()-this.zoomControl.panStepSize;this.zoomTo(this.zoomLevel(),this.zoomX(),a)},zoomX:function(){return this.mapSet? | |
Math.round(1E4*this.mapContainer.x/this.mapWidth)/1E4:NaN},zoomY:function(){return this.mapSet?Math.round(1E4*this.mapContainer.y/this.mapHeight)/1E4:NaN},goHome:function(){this.selectObject(this.dataProvider);var a={type:"homeButtonClicked",chart:this};this.fire(a.type,a)},zoomLevel:function(){return Math.round(1E5*this.mapContainer.scale)/1E5},showDescriptionAndGetUrl:function(){var a=this.selectedObject;if(a){this.showDescription();var b=a.url;if(b)d.getURL(b,a.urlTarget);else if(b=a.linkToObject){if("string"== | |
typeof b){var c=this.getObjectById(b);if(c){this.selectObject(c);return}}b&&a.passZoomValuesToTarget&&(b.zoomLatitude=this.zoomLatitude(),b.zoomLongitude=this.zoomLongitude(),b.zoomLevel=this.zoomLevel());this.extendMapData(b)||this.selectObject(b)}}},extendMapData:function(a){var b=a.objectType;if("MapImage"!=b&&"MapArea"!=b&&"MapLine"!=b)return d.extend(a,new d.MapData,!0),this.dataProvider=a,this.zoomInstantly=!0,this.validateData(),!0},showDescription:function(a){a||(a=this.selectedObject);this.allowMultipleDescriptionWindows|| | |
this.closeAllDescriptions();if(a.description){var b=a.descriptionWindow;b&&b.close();b=new d.DescriptionWindow;a.descriptionWindow=b;var c=a.descriptionWindowWidth,h=a.descriptionWindowHeight,f=a.descriptionWindowLeft,e=a.descriptionWindowTop,g=a.descriptionWindowRight,k=a.descriptionWindowBottom;isNaN(g)||(f=this.realWidth-g);isNaN(k)||(e=this.realHeight-k);var l=a.descriptionWindowX;isNaN(l)||(f=l);l=a.descriptionWindowY;isNaN(l)||(e=l);isNaN(f)&&(f=this.mouseX,f=f>this.realWidth/2?f-c-20:f+20); | |
isNaN(e)&&(e=this.mouseY);b.maxHeight=h;l=a.title;a.titleTr&&(l=a.titleTr);b.show(this,this.descriptionsDiv,a.description,l);a=b.div.style;a.position="absolute";a.width=c+"px";a.maxHeight=h+"px";isNaN(k)||(e-=b.div.offsetHeight);isNaN(g)||(f-=b.div.offsetWidth);a.left=f+"px";a.top=e+"px"}},parseXMLObject:function(a){var b={root:{}};this.parseXMLNode(b,"root",a);this.svgData=b.root.svg;this.getBounds()},getBounds:function(){var a=this.dataProvider;try{var b=this.svgData.defs["amcharts:ammap"];a.leftLongitude= | |
Number(b.leftLongitude);a.rightLongitude=Number(b.rightLongitude);a.topLatitude=Number(b.topLatitude);a.bottomLatitude=Number(b.bottomLatitude);a.projection=b.projection;var c=b.wrappedLongitudes;c&&(a.rightLongitude+=360);a.wrappedLongitudes=c}catch(d){}},recalcLongitude:function(a){var b=this.dataProvider.leftLongitude,c=this.dataProvider.wrappedLongitudes;return isNaN(a)&&c?a<b?Number(a)+360:a:a},latitudeToCoordinate:function(a){var b,c=this.dataProvider;if(this.mapSet){b=c.topLatitude;var d=c.bottomLatitude; | |
"mercator"==c.projection&&(a=this.mercatorLatitudeToCoordinate(a),b=this.mercatorLatitudeToCoordinate(b),d=this.mercatorLatitudeToCoordinate(d));b=(a-b)/(d-b)*this.mapHeight}return b},longitudeToCoordinate:function(a){a=this.recalcLongitude(a);var b,c=this.dataProvider;this.mapSet&&(b=c.leftLongitude,b=(a-b)/(c.rightLongitude-b)*this.mapWidth);return b},mercatorLatitudeToCoordinate:function(a){89.5<a&&(a=89.5);-89.5>a&&(a=-89.5);a=d.degreesToRadians(a);a=.5*Math.log((1+Math.sin(a))/(1-Math.sin(a))); | |
return d.radiansToDegrees(a/2)},zoomLatitude:function(){if(this.mapContainer)return this.coordinateToLatitude((-this.mapContainer.y+this.previousHeight/2)/this.zoomLevel())},zoomLongitude:function(){if(this.mapContainer)return this.coordinateToLongitude((-this.mapContainer.x+this.previousWidth/2)/this.zoomLevel())},getAreaCenterLatitude:function(a){a=a.displayObject.getBBox();var b=this.mapScale;a=-this.mapSet.getBBox().y*b+(a.y+a.height/2)*b;return this.coordinateToLatitude(a)},getAreaCenterLongitude:function(a){a= | |
a.displayObject.getBBox();var b=this.mapScale;a=-this.mapSet.getBBox().x*b+(a.x+a.width/2)*b;return this.coordinateToLongitude(a)},coordinateToLatitude:function(a){var b;if(this.mapSet){var c=this.dataProvider,h=c.bottomLatitude,f=c.topLatitude;b=this.mapHeight;"mercator"==c.projection?(c=this.mercatorLatitudeToCoordinate(h),f=this.mercatorLatitudeToCoordinate(f),a=2*Math.atan(Math.exp(2*(a*(c-f)/b+f)*Math.PI/180))-.5*Math.PI,b=d.radiansToDegrees(a)):b=a/b*(h-f)+f}return Math.round(1E6*b)/1E6},coordinateToLongitude:function(a){var b, | |
c=this.dataProvider;this.mapSet&&(b=a/this.mapWidth*(c.rightLongitude-c.leftLongitude)+c.leftLongitude);return Math.round(1E6*b)/1E6},milesToPixels:function(a){var b=this.dataProvider;return this.mapWidth/(b.rightLongitude-b.leftLongitude)*a/69.172},kilometersToPixels:function(a){var b=this.dataProvider;return this.mapWidth/(b.rightLongitude-b.leftLongitude)*a/111.325},handleBackgroundClick:function(){if(this.backgroundZoomsToTop&&!this.mapWasDragged){var a=this.dataProvider;if(this.checkIfClickable(a))this.clickMapObject(a); | |
else{var b=a.zoomX,c=a.zoomY,d=a.zoomLongitude,f=a.zoomLatitude,a=a.zoomLevel;isNaN(b)||isNaN(c)||this.zoomTo(a,b,c);isNaN(d)||isNaN(f)||this.zoomToLongLat(a,d,f,!0)}}},parseXMLNode:function(a,b,c,d){void 0===d&&(d="");var f,e,g;if(c){var k=c.childNodes.length;for(f=0;f<k;f++){e=c.childNodes[f];var l=e.nodeName,m=e.nodeValue?this.trim(e.nodeValue):"",n=!1;e.attributes&&0<e.attributes.length&&(n=!0);if(0!==e.childNodes.length||""!==m||!1!==n)if(3==e.nodeType||4==e.nodeType){if(""!==m){e=0;for(g in a[b])a[b].hasOwnProperty(g)&& | |
e++;e?a[b]["#text"]=m:a[b]=m}}else if(1==e.nodeType){var p;void 0!==a[b][l]?void 0===a[b][l].length?(p=a[b][l],a[b][l]=[],a[b][l].push(p),a[b][l].push({}),p=a[b][l][1]):"object"==typeof a[b][l]&&(a[b][l].push({}),p=a[b][l][a[b][l].length-1]):(a[b][l]={},p=a[b][l]);if(e.attributes&&e.attributes.length)for(m=0;m<e.attributes.length;m++)p[e.attributes[m].name]=e.attributes[m].value;void 0!==a[b][l].length?this.parseXMLNode(a[b][l],a[b][l].length-1,e,d+" "):this.parseXMLNode(a[b],l,e,d+" ")}}e=0;c= | |
"";for(g in a[b])"#text"==g?c=a[b][g]:e++;0===e&&void 0===a[b].length&&(a[b]=c)}},doDoubleClickZoom:function(){if(!this.mapWasDragged){var a=this.zoomLevel()*this.zoomControl.zoomFactor;this.zoomToStageXY(a,this.mouseX,this.mouseY)}},getDevInfo:function(){var a=this.zoomLevel(),a={chart:this,type:"writeDevInfo",zoomLevel:a,zoomX:this.zoomX(),zoomY:this.zoomY(),zoomLatitude:this.zoomLatitude(),zoomLongitude:this.zoomLongitude(),latitude:this.coordinateToLatitude((this.mouseY-this.mapContainer.y)/a), | |
longitude:this.coordinateToLongitude((this.mouseX-this.mapContainer.x)/a),left:this.mouseX,top:this.mouseY,right:this.realWidth-this.mouseX,bottom:this.realHeight-this.mouseY,percentLeft:Math.round(this.mouseX/this.realWidth*100)+"%",percentTop:Math.round(this.mouseY/this.realHeight*100)+"%",percentRight:Math.round((this.realWidth-this.mouseX)/this.realWidth*100)+"%",percentBottom:Math.round((this.realHeight-this.mouseY)/this.realHeight*100)+"%"},b="zoomLevel:"+a.zoomLevel+", zoomLongitude:"+a.zoomLongitude+ | |
", zoomLatitude:"+a.zoomLatitude+"\n",b=b+("zoomX:"+a.zoomX+", zoomY:"+a.zoomY+"\n"),b=b+("latitude:"+a.latitude+", longitude:"+a.longitude+"\n"),b=b+("left:"+a.left+", top:"+a.top+"\n"),b=b+("right:"+a.right+", bottom:"+a.bottom+"\n"),b=b+("left:"+a.percentLeft+", top:"+a.percentTop+"\n"),b=b+("right:"+a.percentRight+", bottom:"+a.percentBottom+"\n");a.str=b;this.fire(a.type,a);return a},getXY:function(a,b,c){void 0!==a&&(-1!=String(a).indexOf("%")?(a=Number(a.split("%").join("")),c&&(a=100-a),a= | |
Number(a)*b/100):c&&(a=b-a));return a},getObjectById:function(a){var b=this.dataProvider;if(b.areas){var c=this.getObject(a,b.areas);if(c)return c}if(c=this.getObject(a,b.images))return c;if(a=this.getObject(a,b.lines))return a},getObject:function(a,b){if(b){var c;for(c=0;c<b.length;c++){var d=b[c];if(d.id==a)return d;if(d.areas){var f=this.getObject(a,d.areas);if(f)return f}if(f=this.getObject(a,d.images))return f;if(d=this.getObject(a,d.lines))return d}}},parseData:function(){var a=this.dataProvider; | |
this.processObject(a.areas,a,"area");this.processObject(a.images,a,"image");this.processObject(a.lines,a,"line")},processObject:function(a,b,c){if(a){var h;for(h=0;h<a.length;h++){var f=a[h];f.parentObject=b;"area"==c&&d.extend(f,new d.MapArea(this.theme),!0);"image"==c&&(f=d.extend(f,new d.MapImage(this.theme),!0));"line"==c&&(f=d.extend(f,new d.MapLine(this.theme),!0));a[h]=f;f.areas&&this.processObject(f.areas,f,"area");f.images&&this.processObject(f.images,f,"image");f.lines&&this.processObject(f.lines, | |
f,"line")}}},positionChanged:function(){var a={type:"positionChanged",zoomX:this.zoomX(),zoomY:this.zoomY(),zoomLevel:this.zoomLevel(),chart:this};this.fire(a.type,a)},getX:function(a,b){return this.getXY(a,this.realWidth,b)},getY:function(a,b){return this.getXY(a,this.realHeight,b)},trim:function(a){if(a){var b;for(b=0;b<a.length;b++)if(-1===" \n\r\t\f\x0B\u00a0\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u200b\u2028\u2029\u3000".indexOf(a.charAt(b))){a=a.substring(b);break}for(b= | |
a.length-1;0<=b;b--)if(-1===" \n\r\t\f\x0B\u00a0\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u200b\u2028\u2029\u3000".indexOf(a.charAt(b))){a=a.substring(0,b+1);break}return-1===" \n\r\t\f\x0B\u00a0\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u200b\u2028\u2029\u3000".indexOf(a.charAt(0))?a:""}},destroy:function(){d.AmMap.base.destroy.call(this)}})})();(function(){var d=window.AmCharts;d.ZoomControl=d.Class({construct:function(a){this.cname="ZoomControl";this.panStepSize=.1;this.zoomFactor=2;this.maxZoomLevel=64;this.minZoomLevel=1;this.zoomControlEnabled=this.panControlEnabled=!0;this.buttonRollOverColor="#CC0000";this.buttonFillColor="#990000";this.buttonFillAlpha=1;this.buttonBorderColor="#FFFFFF";this.buttonIconAlpha=this.buttonBorderThickness=this.buttonBorderAlpha=1;this.gridColor="#FFFFFF";this.homeIconFile="homeIcon.gif";this.gridBackgroundColor= | |
"#000000";this.gridBackgroundAlpha=.15;this.gridAlpha=1;this.buttonSize=18;this.iconSize=11;this.buttonCornerRadius=0;this.gridHeight=150;this.top=this.left=10;d.applyTheme(this,a,this.cname)},init:function(a,b){var c=this;c.chart=a;d.remove(c.set);var h=b.set();d.setCN(a,h,"zoom-control");var f=c.buttonSize,e=c.zoomControlEnabled,g=c.panControlEnabled,k=c.buttonFillColor,l=c.buttonFillAlpha,m=c.buttonBorderThickness,n=c.buttonBorderColor,p=c.buttonBorderAlpha,u=c.buttonCornerRadius,t=c.buttonRollOverColor, | |
v=c.gridHeight,D=c.zoomFactor,A=c.minZoomLevel,C=c.maxZoomLevel,B=c.buttonIconAlpha,w=a.getX(c.left),q=a.getY(c.top);isNaN(c.right)||(w=a.getX(c.right,!0),w=g?w-3*f:w-f);isNaN(c.bottom)||(q=a.getY(c.bottom,!0),e&&(q-=v+3*f),q=g?q-3*f:q+f);h.translate(w,q);c.previousDY=NaN;var x;if(e){x=b.set();d.setCN(a,x,"zoom-control-zoom");h.push(x);c.set=h;c.zoomSet=x;q=d.rect(b,f+6,v+2*f+6,c.gridBackgroundColor,c.gridBackgroundAlpha,0,0,0,4);d.setCN(a,q,"zoom-bg");q.translate(-3,-3);q.mouseup(function(){c.handleBgUp()}).touchend(function(){c.handleBgUp()}); | |
x.push(q);q=new d.SimpleButton;q.setIcon(a.pathToImages+"plus.gif",c.iconSize);q.setClickHandler(a.zoomIn,a);q.init(b,f,f,k,l,m,n,p,u,t,B);d.setCN(a,q.set,"zoom-in");x.push(q.set);q=new d.SimpleButton;q.setIcon(a.pathToImages+"minus.gif",c.iconSize);q.setClickHandler(a.zoomOut,a);q.init(b,f,f,k,l,m,n,p,u,t,B);q.set.translate(0,v+f);d.setCN(a,q.set,"zoom-out");x.push(q.set);var w=Math.log(C/A)/Math.log(D)+1,e=v/w,y;for(y=1;y<w;y++)q=f+y*e,q=d.line(b,[1,f-2],[q,q],c.gridColor,c.gridAlpha,1),d.setCN(a, | |
q,"zoom-grid"),x.push(q);q=new d.SimpleButton;q.setDownHandler(c.draggerDown,c);q.setClickHandler(c.draggerUp,c);q.init(b,f,e,k,l,m,n,p,u,t);d.setCN(a,q.set,"zoom-dragger");x.push(q.set);c.dragger=q.set;c.previousY=NaN;v-=e;A=Math.log(A/100)/Math.log(D);D=Math.log(C/100)/Math.log(D);c.realStepSize=v/(D-A);c.realGridHeight=v;c.stepMax=D}g&&(g=b.set(),d.setCN(a,g,"zoom-control-pan"),h.push(g),x&&x.translate(f,4*f),x=new d.SimpleButton,x.setIcon(a.pathToImages+"panLeft.gif",c.iconSize),x.setClickHandler(a.moveLeft, | |
a),x.init(b,f,f,k,l,m,n,p,u,t,B),x.set.translate(0,f),d.setCN(a,x.set,"pan-left"),g.push(x.set),x=new d.SimpleButton,x.setIcon(a.pathToImages+"panRight.gif",c.iconSize),x.setClickHandler(a.moveRight,a),x.init(b,f,f,k,l,m,n,p,u,t,B),x.set.translate(2*f,f),d.setCN(a,x.set,"pan-right"),g.push(x.set),x=new d.SimpleButton,x.setIcon(a.pathToImages+"panUp.gif",c.iconSize),x.setClickHandler(a.moveUp,a),x.init(b,f,f,k,l,m,n,p,u,t,B),x.set.translate(f,0),d.setCN(a,x.set,"pan-up"),g.push(x.set),x=new d.SimpleButton, | |
x.setIcon(a.pathToImages+"panDown.gif",c.iconSize),x.setClickHandler(a.moveDown,a),x.init(b,f,f,k,l,m,n,p,u,t,B),x.set.translate(f,2*f),d.setCN(a,x.set,"pan-down"),g.push(x.set),l=new d.SimpleButton,l.setIcon(a.pathToImages+c.homeIconFile,c.iconSize),l.setClickHandler(a.goHome,a),l.init(b,f,f,k,0,0,n,0,u,t,B),l.set.translate(f,f),d.setCN(a,l.set,"pan-home"),g.push(l.set),h.push(g));c.update()},draggerDown:function(){this.chart.stopDrag();this.isDragging=!0},draggerUp:function(){this.isDragging=!1}, | |
handleBgUp:function(){var a=this.chart,b=100*Math.pow(this.zoomFactor,this.stepMax-(a.mouseY-this.zoomSet.y-this.set.y-this.buttonSize-this.realStepSize/2)/this.realStepSize);a.zoomTo(b)},update:function(){var a,b=this.zoomFactor,c=this.realStepSize,h=this.stepMax,f=this.dragger,e=this.buttonSize,g=this.chart;g&&(this.isDragging?(g.stopDrag(),a=f.y+(g.mouseY-this.previousY),a=d.fitToBounds(a,e,this.realGridHeight+e),c=100*Math.pow(b,h-(a-e)/c),g.zoomTo(c,NaN,NaN,!0)):(a=Math.log(g.zoomLevel()/100)/ | |
Math.log(b),a=(h-a)*c+e),this.previousY=g.mouseY,this.previousDY!=a&&f&&(f.translate(0,a),this.previousDY=a))}})})();(function(){var d=window.AmCharts;d.SimpleButton=d.Class({construct:function(){},init:function(a,b,c,h,f,e,g,k,l,m,n){var p=this;p.rollOverColor=m;p.color=h;m=a.set();p.set=m;h=d.rect(a,b,c,h,f,e,g,k,l);m.push(h);if(f=p.iconPath)e=p.iconSize,a=a.image(f,(b-e)/2,(c-e)/2,e,e),m.push(a),a.setAttr("opacity",n),a.mousedown(function(){p.handleDown()}).mouseup(function(){p.handleUp()}).mouseover(function(){p.handleOver()}).mouseout(function(){p.handleOut()});h.mousedown(function(){p.handleDown()}).touchstart(function(){p.handleDown()}).mouseup(function(){p.handleUp()}).touchend(function(){p.handleUp()}).mouseover(function(){p.handleOver()}).mouseout(function(){p.handleOut()}); | |
p.bg=h},setIcon:function(a,b){this.iconPath=a;this.iconSize=b},setClickHandler:function(a,b){this.clickHandler=a;this.scope=b},setDownHandler:function(a,b){this.downHandler=a;this.scope=b},handleUp:function(){var a=this.clickHandler;a&&a.call(this.scope)},handleDown:function(){var a=this.downHandler;a&&a.call(this.scope)},handleOver:function(){this.bg.setAttr("fill",this.rollOverColor)},handleOut:function(){this.bg.setAttr("fill",this.color)}})})();(function(){var d=window.AmCharts;d.SmallMap=d.Class({construct:function(a){this.cname="SmallMap";this.mapColor="#e6e6e6";this.rectangleColor="#FFFFFF";this.top=this.right=10;this.minimizeButtonWidth=16;this.backgroundColor="#9A9A9A";this.backgroundAlpha=1;this.borderColor="#FFFFFF";this.borderThickness=3;this.borderAlpha=1;this.size=.2;this.enabled=!0;d.applyTheme(this,a,this.cname)},init:function(a,b){var c=this;if(c.enabled){c.chart=a;c.container=b;c.width=a.realWidth*c.size;c.height=a.realHeight* | |
c.size;d.remove(c.set);var h=b.set();c.set=h;d.setCN(a,h,"small-map");var f=b.set();c.allSet=f;h.push(f);c.buildSVGMap();var e=c.borderThickness,g=c.borderColor,k=d.rect(b,c.width+e,c.height+e,c.backgroundColor,c.backgroundAlpha,e,g,c.borderAlpha);d.setCN(a,k,"small-map-bg");k.translate(-e/2,-e/2);f.push(k);k.toBack();var l,m,k=c.minimizeButtonWidth,n=new d.SimpleButton;n.setIcon(a.pathToImages+"arrowDown.gif",k);n.setClickHandler(c.minimize,c);n.init(b,k,k,g,1,1,g,1);d.setCN(a,n.set,"small-map-down"); | |
n=n.set;c.downButtonSet=n;h.push(n);var p=new d.SimpleButton;p.setIcon(a.pathToImages+"arrowUp.gif",k);p.setClickHandler(c.maximize,c);p.init(b,k,k,g,1,1,g,1);d.setCN(a,p.set,"small-map-up");g=p.set;c.upButtonSet=g;g.hide();h.push(g);var u,t;isNaN(c.top)||(l=a.getY(c.top)+e,t=0);isNaN(c.bottom)||(l=a.getY(c.bottom,!0)-c.height-e,t=c.height-k+e/2);isNaN(c.left)||(m=a.getX(c.left)+e,u=-e/2);isNaN(c.right)||(m=a.getX(c.right,!0)-c.width-e,u=c.width-k+e/2);e=b.set();e.clipRect(1,1,c.width,c.height);f.push(e); | |
c.rectangleC=e;h.translate(m,l);n.translate(u,t);g.translate(u,t);f.mouseup(function(){c.handleMouseUp()});c.drawRectangle()}else d.remove(c.allSet),d.remove(c.downButtonSet),d.remove(c.upButtonSet)},minimize:function(){this.downButtonSet.hide();this.upButtonSet.show();this.allSet.hide()},maximize:function(){this.downButtonSet.show();this.upButtonSet.hide();this.allSet.show()},buildSVGMap:function(){var a=this.chart,b={fill:this.mapColor,stroke:this.mapColor,"stroke-opacity":1},c=a.svgData.g.path, | |
h=this.container,f=h.set();d.setCN(a,f,"small-map-image");var e;for(e=0;e<c.length;e++){var g=h.path(c[e].d).attr(b);f.push(g)}this.allSet.push(f);b=f.getBBox();c=this.size*a.mapScale;h=-b.x*c;e=-b.y*c;var k=g=0;a.centerMap&&(g=(this.width-b.width*c)/2,k=(this.height-b.height*c)/2);this.mapWidth=b.width*c;this.mapHeight=b.height*c;this.dx=g;this.dy=k;f.translate(h+g,e+k,c)},update:function(){var a=this.chart,b=a.zoomLevel(),c=this.width,d=a.mapContainer,a=c/(a.realWidth*b),c=c/b,b=this.height/b,f= | |
this.rectangle;f.translate(-d.x*a+this.dx,-d.y*a+this.dy);0<c&&0<b&&(f.setAttr("width",Math.ceil(c+1)),f.setAttr("height",Math.ceil(b+1)));this.rWidth=c;this.rHeight=b},drawRectangle:function(){var a=this.rectangle;d.remove(a);a=d.rect(this.container,10,10,"#000",0,1,this.rectangleColor,1);d.setCN(this.chart,a,"small-map-rectangle");this.rectangleC.push(a);this.rectangle=a},handleMouseUp:function(){var a=this.chart,b=a.zoomLevel();a.zoomTo(b,-((a.mouseX-this.set.x-this.dx-this.rWidth/2)/this.mapWidth)* | |
b,-((a.mouseY-this.set.y-this.dy-this.rHeight/2)/this.mapHeight)*b)}})})();(function(){var d=window.AmCharts;d.AreasProcessor=d.Class({construct:function(a){this.chart=a},process:function(a){this.updateAllAreas();this.allObjects=[];a=a.areas;var b=this.chart,c,h=a.length,f,e,g=0,k=b.svgAreasById,l=!1,m=!1,n=0;for(f=0;f<h;f++)if(e=a[f],e=e.value,!isNaN(e)){if(!1===l||l<e)l=e;if(!1===m||m>e)m=e;g+=Math.abs(e);n++}isNaN(b.minValue)||(m=b.minValue);isNaN(b.maxValue)||(l=b.maxValue);b.maxValueReal=l;b.minValueReal=m;for(f=0;f<h;f++)e=a[f],isNaN(e.value)?e.percents=void 0:(e.percents= | |
(e.value-m)/g*100,m==l&&(e.percents=100));for(f=0;f<h;f++){e=a[f];var p=k[e.id];c=b.areasSettings;p&&p.className&&(g=b.areasClasses[p.className])&&(c=g,c=d.processObject(c,d.AreasSettings,b.theme));var u=c.color,t=c.alpha,v=c.outlineThickness,D=c.rollOverColor,A=c.selectedColor,C=c.rollOverAlpha,B=c.outlineColor,w=c.outlineAlpha,q=c.balloonText,x=c.selectable,y=c.pattern,r=c.rollOverOutlineColor,E=c.bringForwardOnHover,F=c.preserveOriginalAttributes;this.allObjects.push(e);e.chart=b;e.baseSettings= | |
c;e.autoZoomReal=void 0==e.autoZoom?c.autoZoom:e.autoZoom;g=e.color;void 0==g&&(g=u);n=e.alpha;isNaN(n)&&(n=t);t=e.rollOverAlpha;isNaN(t)&&(t=C);isNaN(t)&&(t=n);C=e.rollOverColor;void 0==C&&(C=D);D=e.pattern;void 0==D&&(D=y);y=e.selectedColor;void 0==y&&(y=A);(A=e.balloonText)||(A=q);void 0==c.colorSolid||isNaN(e.value)||(q=Math.floor((e.value-m)/((l-m)/b.colorSteps)),q==b.colorSteps&&q--,q*=1/(b.colorSteps-1),l==m&&(q=1),e.colorReal=d.getColorFade(g,c.colorSolid,q));void 0!=e.color&&(e.colorReal= | |
e.color);void 0==e.selectable&&(e.selectable=x);void 0==e.colorReal&&(e.colorReal=u);u=e.outlineColor;void 0==u&&(u=B);B=e.outlineAlpha;isNaN(B)&&(B=w);w=e.outlineThickness;isNaN(w)&&(w=v);v=e.rollOverOutlineColor;void 0==v&&(v=r);void 0==e.bringForwardOnHover&&(e.bringForwardOnHover=E);void 0==e.preserveOriginalAttributes&&(e.preserveOriginalAttributes=F);e.alphaReal=n;e.rollOverColorReal=C;e.rollOverAlphaReal=t;e.balloonTextReal=A;e.selectedColorReal=y;e.outlineColorReal=u;e.outlineAlphaReal=B; | |
e.rollOverOutlineColorReal=v;e.outlineThicknessReal=w;e.patternReal=D;d.processDescriptionWindow(c,e);if(p&&(c=p.area,r=p.title,e.enTitle=p.title,r&&!e.title&&(e.title=r),(p=b.language)?(r=d.mapTranslations)&&(p=r[p])&&p[e.enTitle]&&(e.titleTr=p[e.enTitle]):e.titleTr=void 0,c)){e.displayObject=c;e.mouseEnabled&&b.addObjectEventListeners(c,e);var z;void 0!=g&&(z=g);void 0!=e.colorReal&&(z=e.showAsSelected||b.selectedObject==e?e.selectedColorReal:e.colorReal);c.node.setAttribute("class","");d.setCN(b, | |
c,"map-area");d.setCN(b,c,"map-area-"+c.id);e.preserveOriginalAttributes||(c.setAttr("fill",z),c.setAttr("stroke",u),c.setAttr("stroke-opacity",B),c.setAttr("stroke-width",w),c.setAttr("fill-opacity",n));D&&c.pattern(D,b.mapScale,b.path);e.hidden&&c.hide()}}},updateAllAreas:function(){var a=this.chart,b=a.areasSettings,c=b.unlistedAreasColor,h=b.unlistedAreasAlpha,f=b.unlistedAreasOutlineColor,e=b.unlistedAreasOutlineAlpha,g=a.svgAreas,k=a.dataProvider,l=k.areas,m={},n;for(n=0;n<l.length;n++)m[l[n].id]= | |
l[n];for(n=0;n<g.length;n++){l=g[n];if(b.preserveOriginalAttributes){if(l.customAttr)for(var p in l.customAttr)l.setAttr(p,l.customAttr[p])}else void 0!=c&&l.setAttr("fill",c),isNaN(h)||l.setAttr("fill-opacity",h),void 0!=f&&l.setAttr("stroke",f),isNaN(e)||l.setAttr("stroke-opacity",e),l.setAttr("stroke-width",b.outlineThickness);d.setCN(a,l,"map-area-unlisted");if(k.getAreasFromMap&&!m[l.id]){var u=new d.MapArea(a.theme);u.parentObject=k;u.id=l.id;k.areas.push(u)}}}})})();(function(){var d=window.AmCharts;d.AreasSettings=d.Class({construct:function(a){this.cname="AreasSettings";this.alpha=1;this.autoZoom=!1;this.balloonText="[[title]]";this.color="#FFCC00";this.colorSolid="#990000";this.unlistedAreasAlpha=1;this.unlistedAreasColor="#DDDDDD";this.outlineColor="#FFFFFF";this.outlineAlpha=1;this.outlineThickness=.5;this.selectedColor=this.rollOverOutlineColor="#CC0000";this.unlistedAreasOutlineColor="#FFFFFF";this.unlistedAreasOutlineAlpha=1;this.descriptionWindowWidth= | |
250;this.adjustOutlineThickness=!1;this.bringForwardOnHover=!0;d.applyTheme(this,a,this.cname)}})})();(function(){var d=window.AmCharts;d.ImagesProcessor=d.Class({construct:function(a){this.chart=a;this.reset()},process:function(a){var b=a.images,c;for(c=0;c<b.length;c++)this.createImage(b[c],c);a.parentObject&&a.remainVisible&&this.process(a.parentObject)},createImage:function(a,b){var c=this.chart,h=c.container,f=c.mapImagesContainer,e=c.stageImagesContainer,g=c.imagesSettings;a.remove&&a.remove();var k=g.color,l=g.alpha,m=g.rollOverColor,n=g.rollOverOutlineColor,p=g.selectedColor,u=g.balloonText, | |
t=g.outlineColor,v=g.outlineAlpha,D=g.outlineThickness,A=g.selectedScale,C=g.rollOverScale,B=g.labelPosition,w=g.labelColor,q=g.labelFontSize,x=g.bringForwardOnHover,y=g.labelRollOverColor,r=g.selectedLabelColor;a.index=b;a.chart=c;a.baseSettings=c.imagesSettings;var E=h.set();a.displayObject=E;var F=a.color;void 0==F&&(F=k);k=a.alpha;isNaN(k)&&(k=l);void 0==a.bringForwardOnHover&&(a.bringForwardOnHover=x);l=a.outlineAlpha;isNaN(l)&&(l=v);v=a.rollOverColor;void 0==v&&(v=m);m=a.selectedColor;void 0== | |
m&&(m=p);(p=a.balloonText)||(p=u);u=a.outlineColor;void 0==u&&(u=t);a.outlineColorReal=u;t=a.outlineThickness;isNaN(t)&&(t=D);(D=a.labelPosition)||(D=B);B=a.labelColor;void 0==B&&(B=w);w=a.labelRollOverColor;void 0==w&&(w=y);y=a.selectedLabelColor;void 0==y&&(y=r);r=a.labelFontSize;isNaN(r)&&(r=q);q=a.selectedScale;isNaN(q)&&(q=A);A=a.rollOverScale;isNaN(A)&&(A=C);a.colorReal=F;a.alphaReal=k;a.rollOverColorReal=v;a.balloonTextReal=p;a.selectedColorReal=m;a.labelColorReal=B;a.labelRollOverColorReal= | |
w;a.selectedLabelColorReal=y;a.labelFontSizeReal=r;a.labelPositionReal=D;a.selectedScaleReal=q;a.rollOverScaleReal=A;a.rollOverOutlineColorReal=n;d.processDescriptionWindow(g,a);a.centeredReal=void 0==a.centered?g.centered:a.centered;A=a.type;q=a.imageURL;r=a.svgPath;y=a.width;v=a.height;n=a.scale;isNaN(a.percentWidth)||(y=a.percentWidth/100*c.realWidth);isNaN(a.percentHeight)||(v=a.percentHeight/100*c.realHeight);var z;q||A||r||(A="circle",y=1,l=k=0);w=C=0;g=a.selectedColorReal;if(A){isNaN(y)&&(y= | |
10);isNaN(v)&&(v=10);"kilometers"==a.widthAndHeightUnits&&(y=c.kilometersToPixels(a.width),v=c.kilometersToPixels(a.height));"miles"==a.widthAndHeightUnits&&(y=c.milesToPixels(a.width),v=c.milesToPixels(a.height));if("circle"==A||"bubble"==A)v=y;z=this.createPredefinedImage(F,u,t,A,y,v);w=C=0;a.centeredReal?(isNaN(a.right)||(C=y*n),isNaN(a.bottom)||(w=v*n)):(C=y*n/2,w=v*n/2);z.translate(C,w,n)}else q?(isNaN(y)&&(y=10),isNaN(v)&&(v=10),z=h.image(q,0,0,y,v),z.node.setAttribute("preserveAspectRatio", | |
"none"),z.setAttr("opacity",k),a.centeredReal&&(C=isNaN(a.right)?-y/2:y/2,w=isNaN(a.bottom)?-v/2:v/2,z.translate(C,w))):r&&(z=h.path(r),u=z.getBBox(),a.centeredReal?(C=-u.x*n-u.width*n/2,isNaN(a.right)||(C=-C),w=-u.y*n-u.height*n/2,isNaN(a.bottom)||(w=-w)):C=w=0,z.translate(C,w,n),z.x=C,z.y=w);z&&(E.push(z),a.image=z,z.setAttr("stroke-opacity",l),z.setAttr("fill-opacity",k),z.setAttr("fill",F),d.setCN(c,z,"map-image"),void 0!=a.id&&d.setCN(c,z,"map-image-"+a.id));F=a.labelColorReal;!a.showAsSelected&& | |
c.selectedObject!=a||void 0==g||(z.setAttr("fill",g),F=a.selectedLabelColorReal);z=null;void 0!==a.label&&(z=d.text(h,a.label,F,c.fontFamily,a.labelFontSizeReal,a.labelAlign),d.setCN(c,z,"map-image-label"),void 0!==a.id&&d.setCN(c,z,"map-image-label-"+a.id),F=a.labelBackgroundAlpha,(k=a.labelBackgroundColor)&&0<F&&(l=z.getBBox(),h=d.rect(h,l.width+16,l.height+10,k,F),d.setCN(c,h,"map-image-label-background"),void 0!=a.id&&d.setCN(c,h,"map-image-label-background-"+a.id),E.push(h),a.labelBG=h),a.imageLabel= | |
z,E.push(z),d.setCN(c,E,"map-image-container"),void 0!=a.id&&d.setCN(c,E,"map-image-container-"+a.id));isNaN(a.latitude)||isNaN(a.longitude)?e.push(E):f.push(E);E&&(E.rotation=a.rotation,isNaN(a.rotation)||E.rotate(a.rotation));this.updateSizeAndPosition(a);a.mouseEnabled&&c.addObjectEventListeners(E,a);a.hidden&&E.hide()},updateSizeAndPosition:function(a){var b=this.chart,c=a.displayObject,d=b.getX(a.left),f=b.getY(a.top),e=a.image.getBBox();isNaN(a.right)||(d=b.getX(a.right,!0)-e.width*a.scale); | |
isNaN(a.bottom)||(f=b.getY(a.bottom,!0)-e.height*a.scale);var g=a.longitude,k=a.latitude,e=this.objectsToResize;this.allSvgObjects.push(c);this.allObjects.push(a);var l=a.imageLabel;if(!isNaN(d)&&!isNaN(f))c.translate(d,f);else if(!isNaN(k)&&!isNaN(g)&&(d=b.longitudeToCoordinate(g),f=b.latitudeToCoordinate(k),c.translate(d,f,NaN,!0),a.fixedSize)){d=1;if(a.showAsSelected||b.selectedObject==a)d=a.selectedScaleReal;e.push({image:c,scale:d})}this.positionLabel(l,a,a.labelPositionReal)},positionLabel:function(a, | |
b,c){if(a){var d=b.image,f=0,e=0,g=0,k=0;d&&(k=d.getBBox(),e=d.y,f=d.x,g=k.width,k=k.height,b.svgPath&&(g*=b.scale,k*=b.scale));var d=a.getBBox(),l=d.width,m=d.height;"right"==c&&(f+=g+l/2+5,e+=k/2-2);"left"==c&&(f+=-l/2-5,e+=k/2-2);"top"==c&&(e-=m/2+3,f+=g/2);"bottom"==c&&(e+=k+m/2,f+=g/2);"middle"==c&&(f+=g/2,e+=k/2);a.translate(f+b.labelShiftX,e+b.labelShiftY);b.labelBG&&b.labelBG.translate(f-d.width/2+b.labelShiftX-9,e+b.labelShiftY-d.height/2-3)}},createPredefinedImage:function(a,b,c,h,f,e){var g= | |
this.chart.container,k;switch(h){case "circle":k=d.circle(g,f/2,a,1,c,b,1);break;case "rectangle":k=d.polygon(g,[-f/2,f/2,f/2,-f/2],[e/2,e/2,-e/2,-e/2],a,1,c,b,1);break;case "bubble":k=d.circle(g,f/2,a,1,c,b,1,!0);break;case "hexagon":f/=Math.sqrt(3),k=d.polygon(g,[.87*f,0*f,-.87*f,-.87*f,0*f,.87*f],[.5*f,1*f,.5*f,-.5*f,-1*f,-.5*f],a,1,c,b,1)}return k},reset:function(){this.objectsToResize=[];this.allSvgObjects=[];this.allObjects=[];this.allLabels=[]}})})();(function(){var d=window.AmCharts;d.ImagesSettings=d.Class({construct:function(a){this.cname="ImagesSettings";this.balloonText="[[title]]";this.alpha=1;this.borderAlpha=0;this.borderThickness=1;this.labelPosition="right";this.labelColor="#000000";this.labelFontSize=11;this.color="#000000";this.labelRollOverColor="#00CC00";this.centered=!0;this.rollOverScale=this.selectedScale=1;this.descriptionWindowWidth=250;this.bringForwardOnHover=!0;this.outlineColor="transparent";d.applyTheme(this,a,this.cname)}})})();(function(){var d=window.AmCharts;d.LinesProcessor=d.Class({construct:function(a){this.chart=a;this.reset()},process:function(a){var b=a.lines,c=this.chart,h=c.linesSettings,f=this.objectsToResize,e=c.mapLinesContainer,g=c.stageLinesContainer,k=h.thickness,l=h.dashLength,m=h.arrow,n=h.arrowSize,p=h.arrowColor,u=h.arrowAlpha,t=h.color,v=h.alpha,D=h.rollOverColor,A=h.selectedColor,C=h.rollOverAlpha,B=h.balloonText,w=h.bringForwardOnHover,q=h.arc,x=c.container,y;for(y=0;y<b.length;y++){var r=b[y];r.chart= | |
c;r.baseSettings=h;var E=x.set();r.displayObject=E;this.allSvgObjects.push(E);this.allObjects.push(r);r.mouseEnabled&&c.addObjectEventListeners(E,r);if(r.remainVisible||c.selectedObject==r.parentObject){var F=r.thickness;isNaN(F)&&(F=k);var z=r.dashLength;isNaN(z)&&(z=l);var H=r.color;void 0==H&&(H=t);var G=r.alpha;isNaN(G)&&(G=v);var P=r.rollOverAlpha;isNaN(P)&&(P=C);isNaN(P)&&(P=G);var J=r.rollOverColor;void 0==J&&(J=D);var Y=r.selectedColor;void 0==Y&&(Y=A);var K=r.balloonText;K||(K=B);var R=r.arc; | |
isNaN(R)&&(R=q);var N=r.arrow;if(!N||"none"==N&&"none"!=m)N=m;var V=r.arrowColor;void 0==V&&(V=p);void 0==V&&(V=H);var W=r.arrowAlpha;isNaN(W)&&(W=u);isNaN(W)&&(W=G);var S=r.arrowSize;isNaN(S)&&(S=n);r.alphaReal=G;r.colorReal=H;r.rollOverColorReal=J;r.rollOverAlphaReal=P;r.balloonTextReal=K;r.selectedColorReal=Y;r.thicknessReal=F;void 0==r.bringForwardOnHover&&(r.bringForwardOnHover=w);d.processDescriptionWindow(h,r);var J=this.processCoordinates(r.x,c.realWidth),K=this.processCoordinates(r.y,c.realHeight), | |
L=r.longitudes,P=r.latitudes,O=L.length,M;if(0<O)for(J=[],M=0;M<O;M++)J.push(c.longitudeToCoordinate(L[M]));O=P.length;if(0<O)for(K=[],M=0;M<O;M++)K.push(c.latitudeToCoordinate(P[M]));if(0<J.length){d.dx=0;d.dy=0;var Q,aa,X;M=10*(1-Math.abs(R));10<=M&&(M=NaN);1>M&&(M=1);if(isNaN(M))L=d.line(x,J,K,H,1,F,z,!1,!1,!0),H=d.line(x,J,K,H,.001,3,z,!1,!1,!0);else{O=1;0>R&&(O=0);L={stroke:H,"stroke-opacity":1,"stroke-width":F,"fill-opacity":0};void 0!==z&&0<z&&(L["stroke-dasharray"]=z);var z=J[0],Z=J[1],ba= | |
K[0],ca=K[1];aa=Math.sqrt(Math.pow(Z-z,2)+Math.pow(ca-ba,2));X=aa/2*M;Q=270+180*Math.acos(aa/2/X)/Math.PI;isNaN(Q)&&(Q=270);z<Z&&(M=z,z=Z,Z=M,M=ba,ba=ca,ca=M,Q=-Q);0<R&&(Q=-Q);z="M"+z+","+ba+"A"+X+","+X+",0,0,"+O+","+Z+","+ca;L=x.path(z).attr(L);H=x.path(z).attr({stroke:H,"stroke-width":3,"stroke-opacity":.001,fill:"none"})}d.setCN(c,L,"map-line");void 0!=r.id&&d.setCN(c,L,"map-line-"+r.id);d.dx=.5;d.dy=.5;E.push(L);E.push(H);L.setAttr("opacity",G);if("none"!=N){var I,T,U;if("end"==N||"both"==N)G= | |
J[J.length-1],O=K[K.length-1],1<J.length?(z=J[J.length-2],I=K[K.length-2]):(z=G,I=O),I=180*Math.atan((O-I)/(G-z))/Math.PI,isNaN(Q)||(I+=Q),T=G,U=O,I=0>G-z?I-90:I+90;"both"==N&&(G=d.polygon(x,[-S/2,0,S/2],[1.5*S,0,1.5*S],V,W,1,V,W),E.push(G),G.translate(T,U,1,!0),G.rotate(I),d.setCN(c,L,"map-line-arrow"),void 0!=r.id&&d.setCN(c,L,"map-line-arrow-"+r.id),r.fixedSize&&f.push(G));if("start"==N||"both"==N)G=J[0],U=K[0],1<J.length?(z=J[1],T=K[1]):(z=G,T=U),I=180*Math.atan((U-T)/(G-z))/Math.PI,isNaN(Q)|| | |
(I-=Q),T=G,I=0>G-z?I-90:I+90;"middle"==N&&(G=J[J.length-1],O=K[K.length-1],1<J.length?(z=J[J.length-2],I=K[K.length-2]):(z=G,I=O),T=z+(G-z)/2,U=I+(O-I)/2,I=180*Math.atan((O-I)/(G-z))/Math.PI,isNaN(Q)||(N=aa/2,N=X-Math.sqrt(X*X-N*N),0>R&&(N=-N),R=Math.sin(I/180*Math.PI),-1==R&&(R=1),T-=R*N,U+=Math.cos(I/180*Math.PI)*N),I=0>G-z?I-90:I+90);G=d.polygon(x,[-S/2,0,S/2],[1.5*S,0,1.5*S],V,W,1,V,W);d.setCN(c,L,"map-line-arrow");void 0!=r.id&&d.setCN(c,L,"map-line-arrow-"+r.id);E.push(G);G.translate(T,U,1, | |
!0);G.rotate(I);r.fixedSize&&f.push(G);r.arrowSvg=G}r.fixedSize&&L&&(this.linesToResize.push({line:L,thickness:F}),this.linesToResize.push({line:H,thickness:3}));r.lineSvg=L;r.showAsSelected&&!isNaN(Y)&&L.setAttr("stroke",Y);0<P.length?e.push(E):g.push(E);r.hidden&&E.hide()}}}a.parentObject&&a.remainVisible&&this.process(a.parentObject)},processCoordinates:function(a,b){var c=[],d;for(d=0;d<a.length;d++){var f=a[d],e=Number(f);isNaN(e)&&(e=Number(f.replace("%",""))*b/100);isNaN(e)||c.push(e)}return c}, | |
reset:function(){this.objectsToResize=[];this.allSvgObjects=[];this.allObjects=[];this.linesToResize=[]}})})();(function(){var d=window.AmCharts;d.LinesSettings=d.Class({construct:function(a){this.cname="LinesSettings";this.balloonText="[[title]]";this.thickness=1;this.dashLength=0;this.arrowSize=10;this.arrowAlpha=1;this.arrow="none";this.color="#990000";this.descriptionWindowWidth=250;this.bringForwardOnHover=!0;d.applyTheme(this,a,this.cname)}})})();(function(){var d=window.AmCharts;d.MapObject=d.Class({construct:function(a){this.fixedSize=this.mouseEnabled=!0;this.images=[];this.lines=[];this.areas=[];this.remainVisible=!0;this.passZoomValuesToTarget=!1;this.objectType=this.cname;d.applyTheme(this,a,"MapObject")}})})();(function(d){d=window.AmCharts;d.MapArea=d.Class({inherits:d.MapObject,construct:function(a){this.cname="MapArea";d.MapArea.base.construct.call(this,a);d.applyTheme(this,a,this.cname)}})})();(function(){var d=window.AmCharts;d.MapLine=d.Class({inherits:d.MapObject,construct:function(a){this.cname="MapLine";this.longitudes=[];this.latitudes=[];this.x=[];this.y=[];this.arrow="none";d.MapLine.base.construct.call(this,a);d.applyTheme(this,a,this.cname)}})})();(function(){var d=window.AmCharts;d.MapImage=d.Class({inherits:d.MapObject,construct:function(a){this.cname="MapImage";this.scale=1;this.widthAndHeightUnits="pixels";this.labelShiftY=this.labelShiftX=0;d.MapImage.base.construct.call(this,a);d.applyTheme(this,a,this.cname)},remove:function(){var a=this.displayObject;a&&a.remove();(a=this.imageLabel)&&a.remove()}})})();(function(){var d=window.AmCharts;d.degreesToRadians=function(a){return a/180*Math.PI};d.radiansToDegrees=function(a){return a/Math.PI*180};d.getColorFade=function(a,b,c){var h=d.hex2RGB(b);b=h[0];var f=h[1],h=h[2],e=d.hex2RGB(a);a=e[0];var g=e[1],e=e[2];a+=Math.round((b-a)*c);g+=Math.round((f-g)*c);e+=Math.round((h-e)*c);return"rgb("+a+","+g+","+e+")"};d.hex2RGB=function(a){return[parseInt(a.substring(1,3),16),parseInt(a.substring(3,5),16),parseInt(a.substring(5,7),16)]};d.processDescriptionWindow= | |
function(a,b){isNaN(b.descriptionWindowX)&&(b.descriptionWindowX=a.descriptionWindowX);isNaN(b.descriptionWindowY)&&(b.descriptionWindowY=a.descriptionWindowY);isNaN(b.descriptionWindowLeft)&&(b.descriptionWindowLeft=a.descriptionWindowLeft);isNaN(b.descriptionWindowRight)&&(b.descriptionWindowRight=a.descriptionWindowRight);isNaN(b.descriptionWindowTop)&&(b.descriptionWindowTop=a.descriptionWindowTop);isNaN(b.descriptionWindowBottom)&&(b.descriptionWindowBottom=a.descriptionWindowBottom);isNaN(b.descriptionWindowWidth)&& | |
(b.descriptionWindowWidth=a.descriptionWindowWidth);isNaN(b.descriptionWindowHeight)&&(b.descriptionWindowHeight=a.descriptionWindowHeight)}})();(function(){var d=window.AmCharts;d.MapData=d.Class({inherits:d.MapObject,construct:function(){this.cname="MapData";d.MapData.base.construct.call(this);this.projection="mercator";this.topLatitude=90;this.bottomLatitude=-90;this.leftLongitude=-180;this.rightLongitude=180;this.zoomLevel=1;this.getAreasFromMap=!1}})})();(function(){var d=window.AmCharts;d.DescriptionWindow=d.Class({construct:function(){},show:function(a,b,c,d){var f=this,e=document.createElement("div");e.style.position="absolute";var g=a.classNamePrefix+"-description-";e.className="ammapDescriptionWindow "+g+"div";f.div=e;b.appendChild(e);var k=document.createElement("img");k.className="ammapDescriptionWindowCloseButton "+g+"close-img";k.src=a.pathToImages+"xIcon.gif";k.style.cssFloat="right";k.onclick=function(){f.close()};k.onmouseover=function(){k.src= | |
a.pathToImages+"xIconH.gif"};k.onmouseout=function(){k.src=a.pathToImages+"xIcon.gif"};e.appendChild(k);b=document.createElement("div");b.className="ammapDescriptionTitle "+g+"title-div";b.onmousedown=function(){f.div.style.zIndex=1E3};e.appendChild(b);d=document.createTextNode(d);b.appendChild(d);d=b.offsetHeight;b=document.createElement("div");b.className="ammapDescriptionText "+g+"text-div";b.style.maxHeight=f.maxHeight-d-20+"px";e.appendChild(b);b.innerHTML=c},close:function(){try{this.div.parentNode.removeChild(this.div)}catch(a){}}})})();(function(){var d=window.AmCharts;d.ValueLegend=d.Class({construct:function(a){this.cname="ValueLegend";this.enabled=!0;this.showAsGradient=!1;this.minValue=0;this.height=12;this.width=200;this.bottom=this.left=10;this.borderColor="#FFFFFF";this.borderAlpha=this.borderThickness=1;this.color="#000000";this.fontSize=11;d.applyTheme(this,a,this.cname)},init:function(a,b){if(this.enabled){var c=a.areasSettings.color,h=a.areasSettings.colorSolid,f=a.colorSteps;d.remove(this.set);var e=b.set();this.set= | |
e;d.setCN(a,e,"value-legend");var g=0,k=this.minValue,l=this.fontSize,m=a.fontFamily,n=this.color;void 0==k&&(k=a.minValueReal);void 0!==k&&(g=d.text(b,k,n,m,l,"left"),g.translate(0,l/2-1),d.setCN(a,g,"value-legend-min-label"),e.push(g),g=g.getBBox().height);k=this.maxValue;void 0===k&&(k=a.maxValueReal);void 0!==k&&(g=d.text(b,k,n,m,l,"right"),g.translate(this.width,l/2-1),d.setCN(a,g,"value-legend-max-label"),e.push(g),g=g.getBBox().height);if(this.showAsGradient)c=d.rect(b,this.width,this.height, | |
[c,h],1,this.borderThickness,this.borderColor,1,0,0),d.setCN(a,c,"value-legend-gradient"),c.translate(0,g),e.push(c);else for(l=this.width/f,m=0;m<f;m++)n=d.getColorFade(c,h,1*m/(f-1)),n=d.rect(b,l,this.height,n,1,this.borderThickness,this.borderColor,1),d.setCN(a,n,"value-legend-color"),d.setCN(a,n,"value-legend-color-"+m),n.translate(l*m,g),e.push(n);h=c=0;f=e.getBBox();g=a.getY(this.bottom,!0);l=a.getY(this.top);m=a.getX(this.right,!0);n=a.getX(this.left);isNaN(l)||(c=l);isNaN(g)||(c=g-f.height); | |
isNaN(n)||(h=n);isNaN(m)||(h=m-f.width);e.translate(h,c)}else d.remove(this.set)}})})();(function(){var d=window.AmCharts;d.ObjectList=d.Class({construct:function(a){this.divId=a},init:function(a){this.chart=a;var b=this.divId;this.container&&(b=this.container);this.div="object"!=typeof b?document.getElementById(b):b;b=document.createElement("div");b.className="ammapObjectList "+a.classNamePrefix+"-object-list-div";this.div.appendChild(b);this.addObjects(a.dataProvider,b)},addObjects:function(a,b){var c=this.chart,d=document.createElement("ul");d.className=c.classNamePrefix+"-object-list-ul"; | |
var f;if(a.areas)for(f=0;f<a.areas.length;f++){var e=a.areas[f];void 0===e.showInList&&(e.showInList=c.showAreasInList);this.addObject(e,d)}if(a.images)for(f=0;f<a.images.length;f++)e=a.images[f],void 0===e.showInList&&(e.showInList=c.showImagesInList),this.addObject(e,d);if(a.lines)for(f=0;f<a.lines.length;f++)e=a.lines[f],void 0===e.showInList&&(e.showInList=c.showLinesInList),this.addObject(e,d);0<d.childNodes.length&&b.appendChild(d)},addObject:function(a,b){var c=this;if(a.showInList&&void 0!== | |
a.title){var d=c.chart,f=document.createElement("li");f.className=d.classNamePrefix+"-object-list-li";var e=document.createTextNode(a.title),g=document.createElement("a");g.className=d.classNamePrefix+"-object-list-a";g.appendChild(e);f.appendChild(g);b.appendChild(f);this.addObjects(a,f);g.onmouseover=function(){c.chart.rollOverMapObject(a,!1)};g.onmouseout=function(){c.chart.rollOutMapObject(a)};g.onclick=function(){c.chart.clickMapObject(a)}}}})})(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
order | destination | code | map | lat | long | volume | origin | source | World | Other North | Other South | Afghanistan | Albania | Algeria | American Samoa | Andorra | Angola | Anguilla | Antigua and Barbuda | Argentina | Armenia | Aruba | Australia | Austria | Azerbaijan | Bahamas | Bahrain | Bangladesh | Barbados | Belarus | Belgium | Belize | Benin | Bermuda | Bhutan | Bolivia | Bosnia and Herzegovina | Botswana | Brazil | British Virgin Islands | Brunei Darussalam | Bulgaria | Burkina Faso | Burundi | Cambodia | Cameroon | Canada | Cape Verde | Caribbean Netherlands | Cayman Islands | Central African Republic | Chad | Channel Islands | Chile | China | Hong Kong | Macau | Colombia | Comoros | Republic of Congo | Cook Islands | Costa Rica | Côte d'Ivoire | Croatia | Cuba | Curaçao | Cyprus | Czech Republic | North Korea | Democratic Republic of Congo | Denmark | Djibouti | Dominica | Dominican Republic | Ecuador | Egypt | El Salvador | Equatorial Guinea | Eritrea | Estonia | Ethiopia | Faroe Islands | Falkland Islands | Fiji | Finland | France | French Guiana | French Polynesia | Gabon | Gambia | Georgia | Germany | Ghana | Gibraltar | Greece | Greenland | Grenada | Guadeloupe | Guam | Guatemala | Guinea | Guinea-Bissau | Guyana | Haiti | Holy See | Honduras | Hungary | Iceland | India | Indonesia | Iran | Iraq | Ireland | Isle of Man | Israel | Italy | Jamaica | Japan | Jordan | Kazakhstan | Kenya | Kiribati | Kuwait | Kyrgyzstan | Lao People's Democratic Republic | Latvia | Lebanon | Lesotho | Liberia | Libya | Liechtenstein | Lithuania | Luxembourg | Madagascar | Malawi | Malaysia | Maldives | Mali | Malta | Marshall Islands | Martinique | Mauritania | Mauritius | Mayotte | Mexico | Federated States of Micronesia | Monaco | Mongolia | Montenegro | Montserrat | Morocco | Mozambique | Myanmar | Namibia | Nauru | Nepal | Netherlands | New Caledonia | New Zealand | Nicaragua | Niger | Nigeria | Niue | Northern Mariana Islands | Norway | Oman | Pakistan | Palau | Panama | Papua New Guinea | Paraguay | Peru | Philippines | Poland | Portugal | Puerto Rico | Qatar | South Korea | Moldova | Reunion | Romania | Russia | Rwanda | Saint Helena | Saint Kitts and Nevis | Saint Lucia | Saint Pierre and Miquelon | Saint Vincent and the Grenadines | Samoa | San Marino | Sao Tome and Principe | Saudi Arabia | Senegal | Serbia | Seychelles | Sierra Leone | Singapore | Sint Maarten | Slovakia | Slovenia | Solomon Islands | Somalia | South Africa | South Sudan | Spain | Sri Lanka | Palestinian Territories | Sudan | Suriname | Swaziland | Sweden | Switzerland | Syria | Tajikistan | Thailand | Yugoslav | Timor-Leste | Togo | Tokelau | Tonga | Trinidad and Tobago | Tunisia | Turkey | Turkmenistan | Turks and Caicos Islands | Tuvalu | Uganda | Ukraine | United Arab Emirates | United Kingdom | Tanzania | United States | US Virgin Islands | Uruguay | Uzbekistan | Vanuatu | Venezuela | Viet Nam | Wallis and Futuna Islands | Western Sahara | Yemen | Zambia | Zimbabwe | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | WORLD | 14165774 | India | 231522215 | 2554298 | 4100834 | 5108886 | 1250192 | 1716202 | 2863 | 7613 | 512125 | 3895 | 56700 | 980580 | 777313 | 15468 | 483374 | 517988 | 1279672 | 45950 | 61719 | 7757662 | 100224 | 1570882 | 518951 | 62570 | 480262 | 12766 | 90123 | 764862 | 1524583 | 56392 | 1769639 | 8448 | 48459 | 1378735 | 1641243 | 273084 | 1113662 | 345240 | 1307417 | 171685 | 11129 | 4391 | 135587 | 348555 | 27767 | 604008 | 9344919 | 788568 | 136980 | 2448385 | 108901 | 185116 | 25507 | 130364 | 978250 | 757903 | 1476344 | 84611 | 148102 | 449766 | 211216 | 1200776 | 252435 | 14085 | 74793 | 1190441 | 1144408 | 3469449 | 1526093 | 119125 | 356702 | 186281 | 585853 | 13390 | 330 | 197057 | 308420 | 2061829 | 4376 | 4440 | 31177 | 69334 | 739045 | 3970078 | 719236 | 15740 | 903714 | 17729 | 57910 | 15382 | 2789 | 1049865 | 395857 | 90392 | 462187 | 1170752 | 192 | 659606 | 527429 | 35771 | 14165774 | 2992338 | 1058557 | 2318696 | 771572 | 1241 | 356445 | 2963875 | 1094899 | 882123 | 639233 | 3787623 | 439925 | 4793 | 323034 | 718186 | 1291837 | 333632 | 683061 | 323320 | 352252 | 142192 | 3918 | 570979 | 56076 | 164873 | 282036 | 1673671 | 1327 | 869894 | 109541 | 9821 | 17273 | 135803 | 169374 | 7085 | 13212419 | 29318 | 52544 | 65654 | 283180 | 14586 | 2854502 | 797355 | 2647982 | 137498 | 1549 | 1044688 | 998666 | 6355 | 754943 | 655117 | 271493 | 1029466 | 7127 | 10043 | 197601 | 24029 | 5682673 | 5532 | 149952 | 39066 | 770441 | 1373387 | 5481683 | 3662384 | 1984230 | 1712357 | 19927 | 2594382 | 851512 | 2749 | 3333290 | 10835088 | 320678 | 1395 | 28756 | 56027 | 505 | 60295 | 129150 | 3334 | 36082 | 262851 | 533085 | 1317970 | 9426 | 332380 | 303394 | 21061 | 349279 | 158076 | 3631 | 1921361 | 786618 | 777847 | 1170717 | 1245187 | 3640155 | 1158816 | 262006 | 96813 | 335762 | 620378 | 680959 | 602840 | 894259 | 515396 | 33382 | 456181 | 2762 | 60319 | 374092 | 643612 | 3108971 | 244921 | 1665 | 4021 | 628882 | 5560188 | 131494 | 5178027 | 248878 | 2979930 | 4176 | 336741 | 1894542 | 8766 | 630686 | 2600693 | 8566 | 101565 | 923235 | 228779 | 656207 | ||||||
2 | More developed regions | 13133670 | Mexico | 135583436 | 891056 | 684710 | 416685 | 1243749 | 1619259 | 1030 | 7498 | 221068 | 1822 | 25882 | 637858 | 734053 | 9830 | 394726 | 476770 | 909757 | 43989 | 13774 | 671762 | 94653 | 1375905 | 477997 | 55856 | 27917 | 12522 | 3492 | 310658 | 1520153 | 3598 | 1396824 | 4090 | 16131 | 631779 | 24945 | 20418 | 311017 | 194550 | 1176989 | 150086 | 7760 | 4245 | 18191 | 10148 | 27631 | 325683 | 5044033 | 690145 | 21985 | 1299524 | 36389 | 107142 | 25463 | 97848 | 139838 | 753625 | 1391255 | 69767 | 129741 | 441093 | 18715 | 171284 | 236894 | 7942 | 52141 | 1066097 | 1060613 | 510656 | 1459452 | 25448 | 124203 | 176095 | 331158 | 13375 | 247 | 194358 | 300375 | 1516547 | 253 | 3570 | 22560 | 53205 | 626337 | 3282642 | 382583 | 15646 | 766161 | 17213 | 49016 | 3883 | 200 | 965769 | 75724 | 40306 | 412156 | 817857 | 188 | 598382 | 506150 | 34953 | 4177249 | 423163 | 953459 | 715615 | 753572 | 1238 | 273806 | 2635636 | 1060554 | 580707 | 127244 | 3606622 | 333281 | 3699 | 66527 | 671487 | 272107 | 315067 | 513939 | 1373 | 95806 | 80394 | 3777 | 530068 | 55595 | 128458 | 21574 | 342603 | 921 | 96646 | 109007 | 9171 | 2345 | 29779 | 152493 | 18 | 13133670 | 19887 | 51945 | 37350 | 227920 | 11626 | 2629819 | 89485 | 149702 | 4647 | 1316 | 188649 | 881651 | 2043 | 702650 | 309002 | 9505 | 632782 | 7073 | 7385 | 172046 | 10539 | 1331846 | 3042 | 123586 | 38786 | 121645 | 908763 | 3257427 | 3502186 | 1713004 | 1685712 | 5525 | 2247639 | 794456 | 389 | 3176062 | 6885807 | 19950 | 168 | 15432 | 39529 | 451 | 44503 | 97695 | 3261 | 19217 | 144217 | 281591 | 1200907 | 7911 | 71754 | 174847 | 17911 | 347688 | 156250 | 3152 | 366492 | 659524 | 59853 | 875986 | 665014 | 70229 | 54531 | 224579 | 3177 | 317071 | 575544 | 263428 | 511098 | 654404 | 465619 | 13187 | 47163 | 2610 | 57890 | 352362 | 589801 | 2787349 | 219951 | 1349 | 2503 | 112121 | 4832724 | 43456 | 4458581 | 88053 | 1202687 | 73 | 165701 | 1477566 | 2805 | 496497 | 2263164 | 109 | 103 | 76046 | 59959 | 198358 | ||||||
3 | Less developed regions | 9988525 | India | 95938779 | 1663242 | 3416124 | 4692201 | 6443 | 96943 | 1833 | 115 | 291057 | 2073 | 30818 | 342722 | 43260 | 5638 | 88648 | 41218 | 369915 | 1961 | 47945 | 7085900 | 5571 | 194977 | 40954 | 6714 | 452345 | 244 | 86631 | 454204 | 4430 | 52794 | 372815 | 4358 | 32328 | 746956 | 1616298 | 252666 | 802645 | 150690 | 130428 | 21599 | 3369 | 146 | 117396 | 338407 | 136 | 278325 | 4300886 | 98423 | 114995 | 1148861 | 72512 | 77974 | 44 | 32516 | 838412 | 4278 | 85089 | 14844 | 18361 | 8673 | 192501 | 1029492 | 15541 | 6143 | 22652 | 124344 | 83795 | 2958793 | 66641 | 93677 | 232499 | 10186 | 254695 | 15 | 83 | 2699 | 8045 | 545282 | 4123 | 870 | 8617 | 16129 | 112708 | 687436 | 336653 | 94 | 137553 | 516 | 8894 | 11499 | 2589 | 84096 | 320133 | 50086 | 50031 | 352895 | 4 | 61224 | 21279 | 818 | 9988525 | 2569175 | 105098 | 1603081 | 18000 | 3 | 82639 | 328239 | 34345 | 301416 | 511989 | 181001 | 106644 | 1094 | 256507 | 46699 | 1019730 | 18565 | 169122 | 321947 | 256446 | 61798 | 141 | 40911 | 481 | 36415 | 260462 | 1331068 | 406 | 773248 | 534 | 650 | 14928 | 106024 | 16881 | 7067 | 78749 | 9431 | 599 | 28304 | 55260 | 2960 | 224683 | 707870 | 2498280 | 132851 | 233 | 856039 | 117015 | 4312 | 52293 | 346115 | 261988 | 396684 | 54 | 2658 | 25555 | 13490 | 4350827 | 2490 | 26366 | 280 | 648796 | 464624 | 2224256 | 160198 | 271226 | 26645 | 14402 | 346743 | 57056 | 2360 | 157228 | 3949281 | 300728 | 1227 | 13324 | 16498 | 54 | 15792 | 31455 | 73 | 16865 | 118634 | 251494 | 117063 | 1515 | 260626 | 128547 | 3150 | 1591 | 1826 | 479 | 1554869 | 127094 | 717994 | 294731 | 580173 | 3569926 | 1104285 | 37427 | 93636 | 18691 | 44834 | 417531 | 91742 | 239855 | 49777 | 20195 | 409018 | 152 | 2429 | 21730 | 53811 | 321622 | 24970 | 316 | 1518 | 516761 | 727464 | 88038 | 719446 | 160825 | 1777243 | 4103 | 171040 | 416976 | 5961 | 134189 | 337529 | 8457 | 101462 | 847189 | 168820 | 457849 | ||||||
4 | Least developed countries | 956801 | India | 10958217 | 274129 | 822420 | 2 | 0 | 10851 | 1812 | 0 | 192340 | 0 | 21264 | 1075 | 0 | 0 | 2361 | 352 | 0 | 0 | 29603 | 2956 | 0 | 0 | 1415 | 0 | 84422 | 0 | 79823 | 0 | 0 | 222 | 15843 | 0 | 0 | 0 | 53328 | 243348 | 20549 | 42804 | 2705 | 15829 | 0 | 0 | 92935 | 149016 | 0 | 725 | 259746 | 119 | 0 | 1651 | 6286 | 38875 | 16 | 546 | 818320 | 0 | 2576 | 0 | 0 | 0 | 324 | 717898 | 214 | 3827 | 0 | 4799 | 0 | 30000 | 0 | 488 | 159464 | 0 | 92139 | 0 | 0 | 743 | 0 | 50269 | 0 | 366 | 5906 | 9761 | 0 | 5792 | 96759 | 0 | 36 | 0 | 0 | 0 | 0 | 0 | 200988 | 37701 | 0 | 4 | 0 | 0 | 0 | 0 | 956801 | 161943 | 39 | 10514 | 29 | 0 | 0 | 4260 | 0 | 14615 | 0 | 0 | 85684 | 47 | 69 | 0 | 86865 | 0 | 4756 | 7841 | 141996 | 3220 | 0 | 0 | 0 | 9607 | 87743 | 229607 | 0 | 159644 | 0 | 0 | 0 | 59198 | 504 | 0 | 610 | 0 | 0 | 0 | 0 | 0 | 3963 | 73642 | 197997 | 1528 | 151 | 39152 | 336 | 251 | 2500 | 0 | 113126 | 127469 | 8 | 0 | 14047 | 11 | 72443 | 0 | 0 | 117 | 0 | 704 | 1006 | 0 | 18638 | 3082 | 25 | 548 | 0 | 850 | 40 | 1017 | 270724 | 0 | 0 | 0 | 0 | 0 | 5 | 0 | 8865 | 2322 | 178470 | 0 | 374 | 255131 | 9625 | 0 | 0 | 0 | 135 | 798672 | 25186 | 608026 | 4066 | 703 | 4072 | 581468 | 0 | 113 | 113 | 1072 | 3254 | 24658 | 43698 | 0 | 0 | 76055 | 122 | 118 | 0 | 602 | 0 | 0 | 0 | 1131 | 237081 | 54 | 151 | 38447 | 113929 | 55928 | 0 | 571 | 1232 | 416 | 5005 | 76048 | 734 | 0 | 556 | 56653 | 66647 | ||||||
5 | Less developed regions excluding least developed countries | 9031724 | India | 84980562 | 1389113 | 2593704 | 4692199 | 6443 | 86092 | 21 | 115 | 98717 | 2073 | 9554 | 341647 | 43260 | 5638 | 86287 | 40866 | 369915 | 1961 | 18342 | 7082944 | 5571 | 194977 | 39539 | 6714 | 367923 | 244 | 6808 | 454204 | 4430 | 52572 | 356972 | 4358 | 32328 | 746956 | 1562970 | 9318 | 782096 | 107886 | 127723 | 5770 | 3369 | 146 | 24461 | 189391 | 136 | 277600 | 4041140 | 98304 | 114995 | 1147210 | 66226 | 39099 | 28 | 31970 | 20092 | 4278 | 82513 | 14844 | 18361 | 8673 | 192177 | 311594 | 15327 | 2316 | 22652 | 119545 | 83795 | 2928793 | 66641 | 93189 | 73035 | 10186 | 162556 | 15 | 83 | 1956 | 8045 | 495013 | 4123 | 504 | 2711 | 6368 | 112708 | 681644 | 239894 | 94 | 137517 | 516 | 8894 | 11499 | 2589 | 84096 | 119145 | 12385 | 50031 | 352891 | 4 | 61224 | 21279 | 818 | 9031724 | 2407232 | 105059 | 1592567 | 17971 | 3 | 82639 | 323979 | 34345 | 286801 | 511989 | 181001 | 20960 | 1047 | 256438 | 46699 | 932865 | 18565 | 164366 | 314106 | 114450 | 58578 | 141 | 40911 | 481 | 26808 | 172719 | 1101461 | 406 | 613604 | 534 | 650 | 14928 | 46826 | 16377 | 7067 | 78139 | 9431 | 599 | 28304 | 55260 | 2960 | 220720 | 634228 | 2300283 | 131323 | 82 | 816887 | 116679 | 4061 | 49793 | 346115 | 148862 | 269215 | 46 | 2658 | 11508 | 13479 | 4278384 | 2490 | 26366 | 163 | 648796 | 463920 | 2223250 | 160198 | 252588 | 23563 | 14377 | 346195 | 57056 | 1510 | 157188 | 3948264 | 30004 | 1227 | 13324 | 16498 | 54 | 15792 | 31450 | 73 | 8000 | 116312 | 73024 | 117063 | 1141 | 5495 | 118922 | 3150 | 1591 | 1826 | 344 | 756197 | 101908 | 109968 | 290665 | 579470 | 3565854 | 522817 | 37427 | 93523 | 18578 | 43762 | 414277 | 67084 | 196157 | 49777 | 20195 | 332963 | 30 | 2311 | 21730 | 53209 | 321622 | 24970 | 316 | 387 | 279680 | 727410 | 87887 | 680999 | 46896 | 1721315 | 4103 | 170469 | 415744 | 5545 | 129184 | 261481 | 7723 | 101462 | 846633 | 112167 | 391202 | ||||||
6 | Sub-Saharan Africa | 1616175 | Burkina Faso | 17228396 | 415230 | 947988 | 50 | 83 | 11141 | 4 | 0 | 283372 | 0 | 0 | 2370 | 0 | 0 | 6514 | 2783 | 1 | 1 | 89 | 2937 | 28 | 110 | 9748 | 0 | 452252 | 57 | 0 | 83 | 166 | 52715 | 4184 | 15 | 14 | 3867 | 1616175 | 252611 | 0 | 150190 | 5549 | 20199 | 694 | 0 | 117251 | 318481 | 0 | 366 | 57506 | 1263 | 0 | 271 | 65553 | 76594 | 0 | 0 | 836998 | 515 | 1419 | 7953 | 2655 | 1077 | 550 | 1027717 | 3021 | 3827 | 0 | 0 | 0 | 40635 | 2 | 93573 | 160783 | 74 | 116098 | 0 | 2 | 24 | 351 | 192925 | 1 | 0 | 8553 | 16034 | 0 | 36715 | 334969 | 27 | 4914 | 0 | 0 | 0 | 0 | 63 | 319019 | 47697 | 28 | 5 | 0 | 0 | 3 | 22 | 98327 | 1331 | 527 | 326 | 12567 | 0 | 3362 | 26376 | 135 | 1773 | 53 | 0 | 102914 | 0 | 153 | 18 | 31 | 391 | 9832 | 321909 | 256246 | 7497 | 0 | 297 | 25 | 36246 | 260369 | 1015 | 90 | 772242 | 239 | 0 | 0 | 104741 | 16526 | 6983 | 270 | 0 | 24 | 1 | 0 | 0 | 5668 | 706213 | 203 | 132756 | 16 | 275 | 21026 | 0 | 2939 | 103 | 261378 | 362146 | 22 | 20 | 1189 | 43 | 17305 | 0 | 41 | 61 | 83 | 149 | 2185 | 9276 | 73161 | 0 | 25 | 1867 | 0 | 1166 | 1235 | 7123 | 299906 | 166 | 37 | 0 | 0 | 0 | 0 | 0 | 16772 | 2756 | 247532 | 2840 | 1437 | 260220 | 890 | 1617 | 296 | 0 | 4 | 1115579 | 89488 | 648667 | 2722 | 3342 | 427 | 567082 | 0 | 93605 | 722 | 1996 | 541 | 0 | 1088 | 114 | 7 | 408932 | 0 | 0 | 20 | 856 | 1109 | 0 | 0 | 0 | 515773 | 3829 | 320 | 338100 | 159770 | 26494 | 70 | 80 | 0 | 1 | 211 | 176 | 0 | 0 | 636 | 167696 | 457206 | ||||||
7 | AFRICA | 1616230 | Burkina Faso | 18644454 | 421267 | 964036 | 497 | 502 | 45626 | 4 | 0 | 283411 | 0 | 24 | 2447 | 358 | 0 | 7723 | 3996 | 47 | 22 | 1651 | 4955 | 28 | 1339 | 10840 | 7 | 452265 | 57 | 1 | 84 | 625 | 52725 | 4542 | 15 | 82 | 3923 | 1616230 | 252624 | 7 | 150283 | 10150 | 20199 | 694 | 0 | 117319 | 319869 | 0 | 401 | 62470 | 1270 | 0 | 310 | 72489 | 77155 | 0 | 1 | 837990 | 566 | 1424 | 7953 | 2710 | 1161 | 614 | 1028322 | 4266 | 6128 | 0 | 0 | 17 | 61225 | 1144 | 93574 | 164551 | 120 | 119282 | 0 | 2 | 25 | 1692 | 209560 | 8 | 0 | 8560 | 16050 | 10 | 48062 | 335962 | 40 | 9141 | 0 | 0 | 0 | 0 | 76 | 319979 | 49089 | 28 | 5 | 0 | 1 | 475 | 23 | 106145 | 22855 | 1101 | 111556 | 12623 | 0 | 3413 | 40639 | 135 | 3396 | 33992 | 1296 | 103383 | 0 | 17585 | 106 | 32 | 392 | 28380 | 321916 | 256302 | 24472 | 1 | 304 | 32 | 36267 | 260408 | 13803 | 167 | 773070 | 240 | 0 | 0 | 105756 | 16531 | 6983 | 316 | 0 | 408 | 44 | 0 | 0 | 19794 | 706237 | 220 | 132769 | 16 | 282 | 23883 | 0 | 2977 | 104 | 261876 | 366747 | 22 | 20 | 1658 | 2777 | 21275 | 0 | 42 | 62 | 84 | 154 | 9304 | 10375 | 73207 | 0 | 2310 | 3025 | 88 | 1166 | 2198 | 18818 | 299919 | 166 | 38 | 0 | 0 | 0 | 1 | 1 | 16779 | 61354 | 251003 | 2841 | 1466 | 260551 | 1972 | 1617 | 334 | 5 | 4 | 1285664 | 90535 | 654576 | 3895 | 3855 | 440012 | 592636 | 0 | 93612 | 1931 | 3503 | 46903 | 1099 | 5689 | 165 | 7 | 408939 | 0 | 0 | 20 | 5834 | 5203 | 331 | 0 | 0 | 515845 | 5243 | 4802 | 349774 | 160141 | 42451 | 70 | 85 | 526 | 1 | 258 | 177 | 0 | 101451 | 36280 | 167718 | 457228 | ||||||
8 | Eastern Africa | 1096381 | Somalia | 5217048 | 118488 | 312710 | 0 | 0 | 2953 | 4 | 0 | 45910 | 0 | 0 | 6 | 0 | 0 | 258 | 17 | 1 | 0 | 0 | 351 | 0 | 0 | 1184 | 0 | 0 | 0 | 0 | 0 | 0 | 4240 | 1 | 3 | 0 | 3 | 0 | 223742 | 0 | 9 | 967 | 6653 | 0 | 0 | 4075 | 4454 | 0 | 0 | 27278 | 74 | 0 | 0 | 65452 | 27129 | 0 | 0 | 76 | 1 | 61 | 0 | 0 | 1 | 199 | 654298 | 176 | 3827 | 0 | 0 | 0 | 4534 | 0 | 0 | 15672 | 0 | 46882 | 0 | 0 | 0 | 1 | 114717 | 1 | 0 | 1 | 0 | 0 | 2171 | 114 | 0 | 37 | 0 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 1 | 0 | 0 | 3 | 6 | 40595 | 134 | 1 | 0 | 14 | 0 | 3 | 1652 | 0 | 363 | 0 | 0 | 83361 | 0 | 0 | 0 | 0 | 0 | 3 | 7841 | 0 | 180 | 0 | 1 | 1 | 35238 | 186116 | 162 | 37 | 274 | 0 | 0 | 0 | 0 | 6458 | 6983 | 0 | 0 | 0 | 1 | 0 | 0 | 11 | 233880 | 0 | 749 | 0 | 156 | 219 | 0 | 1 | 0 | 0 | 3250 | 7 | 0 | 1 | 12 | 4919 | 0 | 0 | 3 | 0 | 0 | 669 | 0 | 4344 | 0 | 0 | 197 | 0 | 854 | 4 | 470 | 145066 | 0 | 13 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 100 | 1 | 542 | 1 | 41 | 0 | 1 | 0 | 0 | 1096381 | 31074 | 349436 | 69 | 568 | 0 | 456900 | 0 | 91 | 36 | 169 | 1 | 0 | 228 | 0 | 0 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 506921 | 14 | 1 | 21872 | 146364 | 3032 | 0 | 0 | 0 | 1 | 1 | 64 | 0 | 0 | 447 | 83131 | 66570 | ||||||
9 | Burundi | bi | Burundi | -3.373 | 29.919 | 148852 | Democratic Republic of Congo | E | 254477 | 2877 | 18277 | 538 | 148852 | 268 | 916 | 57107 | 791 | 24851 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
10 | Comoros | km | Comoros | -11.646 | 43.333 | 9607 | Madagascar | E | 12511 | 597 | 754 | 482 | 76 | 9607 | 850 | 145 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 | Djibouti | dj | Djibouti | 11.825 | 42.590 | 102305 | Somalia | E | 123537 | 1847 | 5544 | 13549 | 102305 | 292 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
12 | Eritrea | er | Eritrea | 15.179 | 39.782 | 2434 | Somalia | I | 15798 | 687 | 1519 | 344 | 1037 | 134 | 190 | 1672 | 108 | 432 | 118 | 348 | 765 | 1096 | 463 | 2434 | 121 | 1476 | 207 | 1510 | 56 | 521 | 239 | 321 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
13 | Ethiopia | et | Ethiopia | 9.145 | 40.490 | 457483 | Somalia | E | 718241 | 18052 | 54157 | 41 | 105 | 3827 | 8038 | 155 | 457483 | 154372 | 21636 | 225 | 150 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
14 | Kenya | ke | Kenya | -0.024 | 37.906 | 517666 | Somalia | E | 955452 | 17149 | 31940 | 3530 | 5155 | 1220 | 21857 | 489 | 55 | 5142 | 517666 | 91 | 41721 | 5847 | 271149 | 32441 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15 | Madagascar | mg | Madagascar | -18.767 | 46.869 | 10185 | France | E | 34313 | 3210 | 1110 | 2953 | 26 | 78 | 108 | 2813 | 5510 | 5 | 50 | 57 | 10185 | 264 | 4391 | 237 | 52 | 31 | 312 | 2249 | 0 | 123 | 7 | 156 | 156 | 169 | 61 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
16 | Malawi | mw | Malawi | -13.254 | 34.302 | 52021 | Mozambique | E | 206578 | 11243 | 33729 | 5042 | 1340 | 2123 | 2295 | 52021 | 4394 | 52 | 7849 | 1402 | 9128 | 40673 | 35287 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17 | Mauritius | mu | Mauritius | -20.348 | 57.552 | 23210 | China | E | 44997 | 1059 | 3004 | 145 | 99 | 23210 | 74 | 2878 | 360 | 9500 | 307 | 44 | 1631 | 143 | 168 | 40 | 890 | 1326 | 119 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
18 | Mayotte | yt | Mayotte | -12.828 | 45.166 | 56791 | Comoros | E | 73107 | 606 | 910 | 56791 | 9544 | 5256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19 | Mozambique | mz | Mozambique | -18.666 | 35.530 | 76058 | Malawi | E | 218811 | 15999 | 55080 | 6653 | 2294 | 2390 | 7695 | 76058 | 1260 | 4340 | 8735 | 7511 | 5835 | 24961 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
20 | Reunion | re | Reunion | -21.115 | 55.536 | 90192 | France | E | 136493 | 5561 | 7971 | 2375 | 90192 | 17982 | 5429 | 6983 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
21 | Rwanda | rw | Rwanda | -1.940 | 29.874 | 175738 | Democratic Republic of Congo | E | 452406 | 14675 | 42645 | 17 | 495 | 64198 | 130 | 105 | 175738 | 233 | 189 | 355 | 1439 | 11 | 106501 | 160 | 45373 | 142 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
22 | Seychelles | sc | Seychelles | -4.680 | 55.492 | 6141 | India | E | 12079 | 0 | 4 | 1 | 6 | 50 | 17 | 1 | 0 | 210 | 37 | 1 | 3 | 3 | 0 | 0 | 17 | 0 | 485 | 0 | 0 | 3 | 13 | 1 | 41 | 1 | 0 | 3 | 0 | 10 | 3 | 1 | 228 | 1 | 1 | 80 | 20 | 1 | 3 | 0 | 0 | 1 | 3 | 6 | 6141 | 134 | 1 | 14 | 3 | 115 | 0 | 1 | 389 | 0 | 3 | 0 | 4 | 1 | 1 | 762 | 14 | 19 | 37 | 0 | 0 | 525 | 0 | 0 | 1 | 11 | 1 | 3 | 156 | 4 | 1 | 130 | 7 | 1 | 1 | 23 | 3 | 669 | 0 | 4 | 1 | 4 | 4 | 91 | 1 | 13 | 0 | 6 | 1 | 1 | 1 | 1 | 61 | 242 | 0 | 24 | 568 | 3 | 6 | 13 | 1 | 228 | 1 | 28 | 14 | 1 | 275 | 20 | 11 | 0 | 1 | 1 | 3 | 0 | 0 | 6 | 14 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23 | Somalia | so | Somalia | 5.152 | 46.200 | 2046 | Ethiopia | I | 24593 | 7498 | 14998 | 4 | 3 | 34 | 2046 | 3 | 0 | 2 | 5 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
24 | South Sudan | ss | South Sudan | 6.877 | 31.307 | 407925 | Sudan | I | 629577 | 536 | 2144 | 4075 | 4454 | 61338 | 4421 | 2851 | 8249 | 1215 | 8212 | 145 | 165 | 3039 | 407925 | 120808 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
25 | Uganda | ug | Uganda | 1.373 | 32.290 | 169074 | Democratic Republic of Congo | E | 531401 | 18 | 918 | 111 | 36 | 19190 | 235 | 437 | 63 | 15 | 149 | 169074 | 173 | 3529 | 1070 | 245 | 239 | 36 | 4350 | 427 | 194 | 44359 | 0 | 8 | 10 | 215 | 3 | 731 | 196 | 256 | 70411 | 0 | 14036 | 151864 | 45 | 21285 | 30 | 3 | 1278 | 25093 | 1060 | 7 | 2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
26 | Tanzania | tz | Tanzania | -6.369 | 34.889 | 128173 | Burundi | E | 312778 | 2849 | 4313 | 1226 | 140 | 128173 | 290 | 586 | 24767 | 62070 | 951 | 7867 | 566 | 27481 | 146 | 6947 | 192 | 19948 | 633 | 656 | 1196 | 367 | 2344 | 700 | 88 | 5644 | 1070 | 1270 | 9462 | 836 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
27 | Zambia | zm | Zambia | -13.134 | 27.849 | 44339 | Angola | E | 98907 | 861 | 6777 | 44339 | 46 | 61 | 2010 | 9 | 88 | 94 | 1019 | 22670 | 46 | 30 | 88 | 94 | 1973 | 72 | 141 | 3940 | 109 | 309 | 58 | 78 | 5484 | 94 | 875 | 263 | 588 | 1281 | 261 | 5149 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
28 | Zimbabwe | zw | Zimbabwe | -19.015 | 29.155 | 160006 | Mozambique | E | 360992 | 13164 | 26920 | 4039 | 521 | 3204 | 98384 | 160006 | 713 | 11571 | 15561 | 26909 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
29 | Middle Africa | 345771 | Democratic Republic of Congo | 2242414 | 68798 | 173659 | 0 | 0 | 106 | 0 | 0 | 177990 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 477 | 0 | 61504 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 6838 | 23801 | 0 | 96725 | 380 | 8587 | 0 | 0 | 98956 | 184380 | 0 | 0 | 1143 | 0 | 0 | 0 | 0 | 21016 | 0 | 0 | 3504 | 0 | 397 | 0 | 0 | 0 | 229 | 345771 | 0 | 0 | 0 | 0 | 0 | 74 | 0 | 84486 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 46161 | 0 | 0 | 3155 | 0 | 0 | 638 | 6067 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 5146 | 56 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 16 | 354 | 0 | 30 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3919 | 0 | 0 | 977 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 78634 | 0 | 0 | 0 | 2432 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 681 | 232 | 0 | 828 | 0 | 0 | 0 | 0 | 0 | 0 | 3019 | 154751 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 14106 | 0 | 0 | 186 | 0 | 0 | 0 | 1911 | 148063 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 15065 | 132 | 41651 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 5858 | 213442 | 1198 | 0 | 0 | 108786 | 0 | 0 | 0 | 101 | 28 | 0 | 0 | 0 | 0 | 24090 | 0 | 0 | 0 | 214 | 0 | 0 | 0 | 0 | 29 | 0 | 0 | 61 | 0 | 1195 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 94 | 287 | 0 | ||||||
30 | Angola | ao | Angola | -11.203 | 17.874 | 35345 | Democratic Republic of Congo | I | 87436 | 6728 | 7077 | 8559 | 30 | 985 | 38 | 35345 | 313 | 232 | 828 | 12707 | 995 | 7466 | 5846 | 287 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
31 | Cameroon | cm | Cameroon | 7.370 | 12.355 | 115621 | Nigeria | E | 291792 | 7575 | 50563 | 105049 | 12984 | 115621 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
32 | Central African Republic | cf | Central African Republic | 6.611 | 20.939 | 66690 | Chad | E | 134237 | 101 | 337 | 161 | 52 | 11463 | 102 | 66690 | 127 | 2388 | 233 | 75 | 34601 | 74 | 238 | 5015 | 308 | 124 | 91 | 56 | 354 | 671 | 792 | 97 | 692 | 2453 | 295 | 132 | 2707 | 2386 | 334 | 101 | 286 | 61 | 546 | 94 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33 | Chad | td | Chad | 15.454 | 18.732 | 206427 | South Sudan | E | 439116 | 218 | 4441 | 27597 | 74398 | 637 | 462 | 788 | 260 | 977 | 2327 | 13199 | 206427 | 107385 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
34 | Republic of Congo | cg | Republic of Congo | -0.228 | 15.828 | 266319 | Democratic Republic of Congo | I | 431470 | 3349 | 5029 | 30592 | 11271 | 8382 | 24255 | 7837 | 685 | 397 | 266319 | 1173 | 7656 | 2347 | 430 | 866 | 25160 | 2335 | 1069 | 1911 | 18634 | 9841 | 1808 | 124 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
35 | Democratic Republic of Congo | cd | Democratic Republic of Congo | -4.038 | 21.759 | 145561 | Angola | E | 446924 | 48067 | 96132 | 145561 | 23485 | 1393 | 127677 | 4017 | 563 | 29 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
36 | Equatorial Guinea | gq | Equatorial Guinea | 1.651 | 10.268 | 4274 | France | E | 10141 | 594 | 1353 | 747 | 4274 | 240 | 336 | 1399 | 1198 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
37 | Gabon | ga | Gabon | -0.804 | 11.609 | 82825 | Equatorial Guinea | E | 394953 | 1979 | 8383 | 106 | 1055 | 477 | 49730 | 6661 | 161 | 48255 | 278 | 4311 | 331 | 15547 | 3233 | 154 | 8485 | 82825 | 15308 | 84 | 6062 | 4742 | 16 | 30 | 2382 | 52549 | 681 | 22779 | 186 | 200 | 6200 | 29057 | 12 | 28 | 21927 | 214 | 525 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
38 | Sao Tome and Principe | st | Sao Tome and Principe | 0.186 | 6.613 | 681 | Angola | E | 6345 | 288 | 681 | 681 | 166 | 16 | 103 | 281 | 28 | 303 | 463 | 66 | 559 | 250 | 136 | 5 | 133 | 363 | 35 | 557 | 46 | 612 | 504 | 69 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
39 | Northern Africa | 439589 | Palestinian Territories | 1862765 | 11648 | 38492 | 447 | 419 | 34485 | 0 | 0 | 39 | 0 | 24 | 77 | 358 | 0 | 1209 | 1213 | 46 | 21 | 1562 | 2018 | 0 | 1229 | 1092 | 7 | 13 | 0 | 1 | 1 | 459 | 10 | 358 | 0 | 68 | 56 | 55 | 17 | 7 | 93 | 4601 | 0 | 0 | 0 | 13898 | 77187 | 0 | 35 | 6109 | 7 | 0 | 39 | 6936 | 562 | 0 | 1 | 992 | 51 | 5 | 0 | 55 | 84 | 64 | 1429 | 1245 | 2301 | 0 | 0 | 17 | 34417 | 1142 | 1 | 147938 | 46 | 65615 | 0 | 0 | 1 | 1341 | 16635 | 7 | 0 | 7 | 16 | 10 | 11347 | 993 | 13 | 4227 | 0 | 0 | 0 | 0 | 13 | 961 | 1392 | 0 | 0 | 0 | 1 | 472 | 1 | 9133 | 21524 | 574 | 111232 | 56 | 0 | 51 | 14263 | 0 | 1623 | 33939 | 1296 | 3130 | 0 | 17432 | 88 | 1 | 1 | 18548 | 7 | 56 | 18579 | 1 | 7 | 7 | 21 | 39 | 12788 | 77 | 1519 | 1 | 0 | 0 | 1015 | 5 | 0 | 46 | 0 | 384 | 43 | 0 | 0 | 14126 | 24 | 17 | 13 | 0 | 7 | 2857 | 0 | 38 | 1 | 498 | 19876 | 0 | 0 | 469 | 2734 | 3970 | 0 | 1 | 1 | 1 | 5 | 7119 | 1099 | 46 | 0 | 2285 | 1158 | 88 | 0 | 963 | 11695 | 13 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 7 | 58598 | 3471 | 1 | 29 | 331 | 1082 | 0 | 38 | 5 | 0 | 170215 | 1047 | 89564 | 1173 | 513 | 439589 | 25554 | 0 | 7 | 1209 | 1507 | 46362 | 1099 | 4601 | 51 | 0 | 7 | 0 | 0 | 0 | 4979 | 4094 | 331 | 0 | 0 | 1353 | 1414 | 4482 | 11674 | 372 | 15957 | 0 | 5 | 526 | 0 | 47 | 1 | 0 | 101451 | 35644 | 22 | 22 | ||||||
40 | Algeria | dz | Algeria | 28.034 | 1.660 | 101451 | Western Sahara | I | 270407 | 167 | 167 | 215 | 277 | 169 | 150 | 634 | 191 | 683 | 955 | 132 | 171 | 317 | 157 | 440 | 407 | 184 | 1116 | 1561 | 137 | 582 | 1075 | 2901 | 15208 | 1486 | 223 | 4532 | 178 | 2399 | 2457 | 4665 | 1760 | 1087 | 393 | 634 | 376 | 546 | 979 | 151 | 315 | 159 | 132 | 1609 | 7878 | 249 | 149 | 23215 | 145 | 395 | 161 | 63544 | 3205 | 167 | 208 | 6165 | 151 | 634 | 685 | 564 | 195 | 617 | 1606 | 2196 | 101451 | 4750 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
41 | Egypt | eg | Egypt | 26.821 | 30.802 | 95528 | Palestinian Territories | E | 297448 | 132 | 124 | 1478 | 39 | 24 | 77 | 106 | 308 | 309 | 46 | 21 | 398 | 515 | 314 | 279 | 7 | 13 | 1 | 1 | 136 | 10 | 106 | 68 | 56 | 55 | 13 | 7 | 93 | 1173 | 68 | 354 | 35 | 1266 | 7 | 39 | 1769 | 166 | 1 | 246 | 51 | 5 | 55 | 84 | 64 | 179 | 318 | 587 | 17 | 291 | 1 | 817 | 46 | 753 | 1 | 342 | 2069 | 7 | 7 | 16 | 10 | 2895 | 253 | 13 | 1078 | 13 | 51 | 128 | 1 | 140 | 1 | 1996 | 5380 | 170 | 28192 | 56 | 51 | 2754 | 414 | 8402 | 331 | 139 | 4446 | 88 | 1 | 1 | 4557 | 7 | 56 | 8648 | 1 | 7 | 7 | 21 | 39 | 3262 | 77 | 140 | 1 | 147 | 5 | 46 | 113 | 43 | 2018 | 24 | 17 | 13 | 7 | 729 | 38 | 1 | 147 | 1173 | 139 | 697 | 1013 | 1 | 1 | 1 | 5 | 1816 | 282 | 46 | 583 | 296 | 88 | 246 | 2983 | 13 | 1 | 1 | 1 | 7 | 14604 | 461 | 1 | 29 | 97 | 276 | 38 | 5 | 43038 | 267 | 732 | 299 | 152 | 95528 | 5941 | 7 | 308 | 384 | 11430 | 282 | 1173 | 51 | 7 | 1269 | 1044 | 97 | 72 | 360 | 1143 | 2978 | 110 | 4071 | 5 | 156 | 47 | 1 | 8803 | 22 | 22 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
42 | Libya | ly | Libya | 26.335 | 17.228 | 280475 | Palestinian Territories | I | 755974 | 315 | 295 | 3520 | 252 | 734 | 737 | 949 | 1226 | 746 | 663 | 323 | 252 | 2794 | 843 | 3015 | 4212 | 395 | 585 | 426 | 756 | 1397 | 20590 | 694 | 1944 | 1795 | 815 | 4928 | 6891 | 603 | 2567 | 305 | 332 | 4747 | 12806 | 404 | 67123 | 6559 | 986 | 20005 | 787 | 330 | 10587 | 10849 | 7766 | 332 | 351 | 271 | 4803 | 1735 | 351 | 2794 | 330 | 1661 | 2411 | 4324 | 666 | 1387 | 703 | 585 | 7103 | 34773 | 1099 | 234 | 657 | 102471 | 635 | 1742 | 713 | 361 | 280475 | 14143 | 734 | 915 | 27214 | 666 | 2794 | 3024 | 2486 | 234 | 859 | 2722 | 7090 | 261 | 9690 | 370 | 20957 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
43 | Morocco | ma | Morocco | 31.792 | -7.093 | 17637 | Algeria | I | 50771 | 3692 | 9390 | 17637 | 4961 | 437 | 401 | 2080 | 1000 | 685 | 1569 | 1343 | 405 | 2950 | 1534 | 1553 | 1134 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
44 | Sudan | sd | Sudan | 12.863 | 30.218 | 144170 | Eritrea | E | 446707 | 5611 | 22444 | 4 | 13830 | 75799 | 1145 | 1 | 824 | 0 | 13827 | 144170 | 62431 | 1 | 1315 | 2 | 2661 | 0 | 1604 | 691 | 15275 | 0 | 130 | 83655 | 4 | 0 | 1 | 1281 | 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
45 | Tunisia | tn | Tunisia | 33.887 | 9.537 | 11775 | Algeria | E | 36526 | 2266 | 6539 | 11775 | 29 | 567 | 229 | 3305 | 306 | 1384 | 2093 | 6218 | 956 | 90 | 38 | 731 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
46 | Western Sahara | eh | Western Sahara | 24.216 | -12.886 | 1662 | Senegal | I | 4932 | 79 | 119 | 75 | 256 | 909 | 959 | 356 | 517 | 1662 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
47 | Southern Africa | 472074 | Mozambique | 2625761 | 9452 | 42834 | 48 | 83 | 230 | 0 | 0 | 59029 | 0 | 0 | 2213 | 0 | 0 | 4148 | 2766 | 0 | 1 | 89 | 2569 | 28 | 110 | 7808 | 0 | 181 | 57 | 0 | 83 | 166 | 48475 | 2881 | 12 | 12 | 3864 | 0 | 5051 | 0 | 2454 | 3471 | 0 | 687 | 0 | 61 | 0 | 0 | 306 | 26907 | 1189 | 0 | 271 | 101 | 22169 | 0 | 0 | 617 | 514 | 828 | 7889 | 2655 | 1076 | 116 | 26621 | 2843 | 0 | 0 | 0 | 0 | 3403 | 0 | 0 | 941 | 74 | 6750 | 0 | 0 | 24 | 350 | 7438 | 0 | 0 | 292 | 0 | 0 | 31803 | 7541 | 27 | 4877 | 0 | 0 | 0 | 0 | 63 | 33 | 28 | 28 | 0 | 0 | 0 | 0 | 16 | 54303 | 1197 | 487 | 139 | 12551 | 0 | 3291 | 23495 | 135 | 1289 | 53 | 0 | 16817 | 0 | 84 | 18 | 31 | 391 | 683 | 314068 | 560 | 152 | 0 | 296 | 20 | 1008 | 74253 | 849 | 53 | 101 | 239 | 0 | 0 | 0 | 10066 | 0 | 267 | 0 | 24 | 0 | 0 | 0 | 1069 | 472074 | 203 | 131179 | 16 | 119 | 20416 | 0 | 2938 | 103 | 21 | 19338 | 15 | 20 | 1188 | 31 | 12146 | 0 | 41 | 58 | 83 | 143 | 1473 | 9201 | 52629 | 0 | 0 | 1226 | 0 | 312 | 1191 | 3335 | 3910 | 166 | 24 | 0 | 0 | 0 | 0 | 0 | 0 | 434 | 2705 | 2839 | 895 | 433 | 849 | 1601 | 295 | 0 | 4 | 19068 | 52452 | 1544 | 1074 | 2742 | 95 | 1272 | 0 | 93514 | 625 | 1448 | 110 | 0 | 860 | 114 | 0 | 0 | 0 | 0 | 17 | 107 | 1109 | 0 | 0 | 0 | 7542 | 3740 | 168 | 313194 | 13392 | 17998 | 0 | 80 | 0 | 0 | 210 | 112 | 0 | 0 | 80 | 84164 | 390634 | ||||||
48 | Botswana | bw | Botswana | -22.328 | 24.685 | 33973 | South Africa | E | 146456 | 2019 | 15790 | 3236 | 408 | 380 | 3857 | 3091 | 360 | 1173 | 8679 | 653 | 569 | 652 | 2970 | 584 | 4190 | 1715 | 1080 | 1682 | 664 | 678 | 408 | 638 | 485 | 242 | 33973 | 1755 | 635 | 455 | 1500 | 7534 | 2705 | 1164 | 11700 | 28832 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
49 | Lesotho | ls | Lesotho | -29.610 | 28.234 | 1060 | South Africa | E | 3095 | 158 | 1370 | 13 | 21 | 24 | 18 | 45 | 25 | 26 | 9 | 45 | 1060 | 25 | 27 | 25 | 67 | 46 | 91 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
50 | Namibia | na | Namibia | -22.958 | 18.490 | 17493 | Angola | E | 51448 | 6751 | 8424 | 17493 | 257 | 7203 | 7718 | 3602 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
51 | South Africa | za | South Africa | -30.559 | 22.938 | 462412 | Mozambique | E | 2399238 | 20 | 12248 | 48 | 83 | 230 | 38192 | 2213 | 3697 | 2766 | 1 | 89 | 2569 | 28 | 110 | 7808 | 181 | 57 | 83 | 166 | 48163 | 2881 | 12 | 12 | 3864 | 4881 | 2454 | 3075 | 687 | 61 | 0 | 306 | 23026 | 1189 | 0 | 271 | 101 | 22113 | 617 | 514 | 828 | 7889 | 2655 | 1076 | 116 | 23404 | 2483 | 3403 | 941 | 74 | 6726 | 24 | 350 | 7438 | 292 | 30630 | 7523 | 27 | 4877 | 63 | 33 | 28 | 28 | 16 | 45579 | 1197 | 487 | 139 | 11898 | 3291 | 22926 | 135 | 1289 | 53 | 16164 | 84 | 18 | 31 | 391 | 683 | 310925 | 524 | 152 | 296 | 20 | 424 | 70038 | 849 | 53 | 101 | 239 | 8351 | 267 | 24 | 1069 | 462412 | 203 | 129488 | 16 | 119 | 19752 | 2918 | 103 | 21 | 18659 | 15 | 20 | 780 | 31 | 11463 | 41 | 58 | 83 | 143 | 1473 | 9201 | 52144 | 1226 | 312 | 1191 | 3335 | 3802 | 166 | 24 | 434 | 2705 | 2839 | 653 | 420 | 849 | 1601 | 295 | 4 | 18999 | 1544 | 1074 | 970 | 95 | 1272 | 92854 | 170 | 1448 | 110 | 860 | 114 | 17 | 107 | 1109 | 5972 | 3740 | 168 | 305660 | 10662 | 16566 | 80 | 210 | 112 | 80 | 64700 | 358109 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
52 | Swaziland | sz | Swaziland | -26.523 | 31.466 | 10216 | South Africa | E | 25524 | 504 | 5002 | 95 | 43 | 34 | 0 | 170 | 16 | 56 | 126 | 24 | 0 | 1 | 0 | 173 | 36 | 8556 | 20 | 1 | 0 | 108 | 13 | 69 | 10216 | 17 | 43 | 201 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
53 | Western Africa | 1609337 | Burkina Faso | 6696466 | 212881 | 396341 | 2 | 0 | 7852 | 0 | 0 | 443 | 0 | 0 | 151 | 0 | 0 | 2108 | 0 | 0 | 0 | 0 | 17 | 0 | 0 | 279 | 0 | 390567 | 0 | 0 | 0 | 0 | 0 | 1302 | 0 | 2 | 0 | 1609337 | 13 | 0 | 51002 | 731 | 4959 | 7 | 0 | 329 | 53848 | 0 | 60 | 1033 | 0 | 0 | 0 | 0 | 6279 | 0 | 0 | 832801 | 0 | 133 | 64 | 0 | 0 | 6 | 203 | 2 | 0 | 0 | 0 | 0 | 18797 | 2 | 9087 | 0 | 0 | 35 | 0 | 2 | 0 | 0 | 24609 | 0 | 0 | 5105 | 16034 | 0 | 2103 | 321247 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 313836 | 47613 | 0 | 4 | 0 | 0 | 0 | 0 | 2114 | 0 | 39 | 185 | 2 | 0 | 52 | 875 | 0 | 91 | 0 | 0 | 75 | 0 | 69 | 0 | 0 | 0 | 5227 | 0 | 255686 | 4584 | 0 | 0 | 4 | 0 | 0 | 4 | 0 | 692542 | 0 | 0 | 0 | 102309 | 2 | 0 | 3 | 0 | 0 | 0 | 0 | 0 | 3907 | 27 | 0 | 0 | 0 | 0 | 391 | 0 | 0 | 0 | 258338 | 169532 | 0 | 0 | 0 | 0 | 240 | 0 | 0 | 0 | 0 | 6 | 43 | 75 | 2082 | 0 | 25 | 258 | 0 | 0 | 40 | 1407 | 2867 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1707 | 2190 | 203076 | 0 | 0 | 259786 | 0 | 16 | 0 | 0 | 0 | 0 | 104 | 590 | 381 | 32 | 328 | 124 | 0 | 0 | 61 | 278 | 402 | 0 | 0 | 0 | 7 | 384839 | 0 | 0 | 2 | 534 | 0 | 0 | 0 | 0 | 0 | 75 | 151 | 2973 | 13 | 4269 | 70 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 15 | 114 | 2 | ||||||
54 | Benin | bj | Benin | 9.308 | 2.316 | 72330 | Niger | E | 234241 | 2344 | 33266 | 9495 | 667 | 1823 | 13118 | 1715 | 9747 | 1231 | 72330 | 42575 | 45930 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
55 | Burkina Faso | bf | Burkina Faso | 12.238 | -1.562 | 557968 | Côte d'Ivoire | E | 696983 | 2302 | 18351 | 4311 | 557968 | 33242 | 45208 | 13163 | 3682 | 2874 | 15882 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
56 | Cape Verde | cv | Cape Verde | 15.120 | -23.605 | 4998 | Guinea-Bissau | E | 14874 | 202 | 1215 | 368 | 4 | 11 | 285 | 7 | 23 | 7 | 86 | 64 | 201 | 7 | 5 | 67 | 42 | 411 | 4998 | 407 | 2 | 4 | 6 | 3 | 25 | 37 | 668 | 2 | 1155 | 696 | 1707 | 1473 | 14 | 16 | 143 | 13 | 7 | 21 | 52 | 350 | 70 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
57 | Côte d'Ivoire | ci | Côte d'Ivoire | 7.540 | -5.547 | 1455427 | Burkina Faso | E | 2446171 | 43497 | 46262 | 60797 | 1455427 | 328 | 50 | 48070 | 106803 | 370 | 92688 | 4121 | 400332 | 8993 | 55979 | 43761 | 21359 | 742 | 56592 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
58 | Gambia | gm | Gambia | 13.443 | -15.310 | 100736 | Senegal | E | 162919 | 1583 | 3167 | 34330 | 10484 | 7867 | 2770 | 100736 | 1982 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
59 | Ghana | gh | Ghana | 7.947 | -1.023 | 142688 | Togo | E | 358829 | 11660 | 20405 | 15 | 37 | 19502 | 15 | 92876 | 133 | 320 | 17 | 264 | 10670 | 35 | 45 | 35 | 254 | 42 | 161 | 989 | 52 | 268 | 66 | 17 | 1142 | 2672 | 7819 | 19 | 284 | 9205 | 32380 | 103 | 43 | 75 | 103 | 582 | 116 | 259 | 26 | 32 | 13 | 227 | 81 | 142688 | 2117 | 13 | 952 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
60 | Guinea | gn | Guinea | 9.946 | -9.697 | 226415 | Sierra Leone | E | 378464 | 235 | 643 | 131 | 1493 | 157 | 305 | 189 | 63 | 85 | 6710 | 39 | 1044 | 515 | 539 | 850 | 1777 | 39 | 66 | 17 | 542 | 118353 | 2 | 9873 | 245 | 885 | 578 | 3 | 151 | 89 | 304 | 433 | 4299 | 226415 | 38 | 20 | 932 | 54 | 351 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
61 | Guinea-Bissau | gw | Guinea-Bissau | 11.804 | -15.180 | 7422 | Senegal | E | 18024 | 558 | 91 | 54 | 521 | 104 | 1410 | 4655 | 847 | 527 | 776 | 7422 | 766 | 293 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
62 | Liberia | lr | Liberia | 6.428 | -9.429 | 150586 | Côte d'Ivoire | E | 225484 | 1664 | 4887 | 3 | 232 | 13 | 150586 | 16 | 745 | 49 | 7399 | 37026 | 119 | 746 | 13 | 912 | 1326 | 16 | 59 | 5152 | 358 | 13165 | 15 | 59 | 8 | 383 | 60 | 473 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
63 | Mali | ml | Mali | 17.571 | -3.996 | 80258 | Côte d'Ivoire | E | 195553 | 1961 | 17654 | 635 | 75 | 596 | 23145 | 650 | 310 | 86 | 4427 | 80258 | 2695 | 4913 | 654 | 2741 | 16833 | 643 | 14488 | 6039 | 1748 | 105 | 12310 | 1350 | 982 | 255 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
64 | Mauritania | mr | Mauritania | 21.008 | -10.941 | 45775 | Senegal | E | 90206 | 415 | 1657 | 2 | 3505 | 147 | 17 | 137 | 1188 | 347 | 847 | 114 | 116 | 60 | 346 | 423 | 8 | 76 | 489 | 3018 | 185 | 68 | 451 | 6635 | 2575 | 4 | 185 | 121 | 69 | 257 | 300 | 16358 | 740 | 54 | 328 | 4 | 25 | 156 | 40 | 137 | 661 | 45775 | 85 | 185 | 328 | 44 | 30 | 301 | 253 | 534 | 151 | 240 | 15 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
65 | Niger | ne | Niger | 17.608 | 8.082 | 46584 | Mali | E | 132294 | 2060 | 8590 | 475 | 18483 | 19945 | 430 | 780 | 1241 | 1734 | 163 | 46584 | 20062 | 1187 | 479 | 67 | 10014 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
66 | Nigeria | ng | Nigeria | 9.082 | 8.675 | 226349 | Benin | E | 1233592 | 122445 | 165547 | 2067 | 226349 | 7883 | 48162 | 4042 | 52251 | 4138 | 18263 | 9087 | 6176 | 176493 | 5878 | 4600 | 18330 | 126631 | 34196 | 83047 | 4505 | 3640 | 109862 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
67 | Saint Helena | sh | Saint Helena | -27.992 | 26.717 | 401 | United Kingdom | E | 590 | 4 | 2 | 10 | 2 | 2 | 2 | 4 | 4 | 7 | 2 | 7 | 2 | 2 | 2 | 104 | 2 | 2 | 401 | 17 | 10 | 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
68 | Senegal | sn | Senegal | 14.497 | -14.452 | 40955 | Mauritania | I | 209398 | 11158 | 22315 | 3222 | 2775 | 498 | 780 | 2160 | 10652 | 3965 | 671 | 1373 | 39594 | 22670 | 849 | 26193 | 40955 | 3167 | 1300 | 652 | 1096 | 11453 | 1284 | 616 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
69 | Sierra Leone | sl | Sierra Leone | 8.461 | -11.780 | 61510 | Guinea | E | 96368 | 593 | 1257 | 213 | 29 | 31 | 5 | 229 | 368 | 6 | 2472 | 111 | 1341 | 61510 | 20 | 372 | 6 | 51 | 815 | 22144 | 743 | 116 | 132 | 2091 | 134 | 13 | 62 | 662 | 37 | 343 | 358 | 104 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
70 | Togo | tg | Togo | 8.620 | 0.825 | 54857 | Benin | I | 202476 | 10204 | 51034 | 54857 | 13 | 19 | 17 | 29 | 5154 | 92 | 4906 | 594 | 37764 | 710 | 9 | 2371 | 15871 | 16183 | 2285 | 364 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
71 | ASIA | 9886425 | India | 70846771 | 1205384 | 2354799 | 4691328 | 5462 | 48387 | 0 | 12 | 529 | 0 | 22331 | 45130 | 41846 | 69 | 80108 | 28500 | 369778 | 11 | 46201 | 7091120 | 4 | 193092 | 20919 | 2 | 18 | 11 | 86596 | 65 | 3641 | 31 | 509378 | 112 | 32080 | 740563 | 2 | 9 | 804301 | 91 | 88047 | 131 | 0 | 2 | 27 | 18499 | 2 | 3670 | 4779763 | 92629 | 114931 | 3180 | 14 | 538 | 0 | 128 | 18 | 451 | 233 | 13 | 15503 | 2741 | 190465 | 885 | 9240 | 12 | 12 | 177 | 473 | 2894939 | 24 | 17 | 67909 | 9623 | 133864 | 0 | 0 | 190 | 5464 | 103438 | 0 | 1 | 8 | 22 | 112509 | 570497 | 2534 | 10 | 123496 | 0 | 2 | 72 | 1201 | 63 | 16 | 1 | 8 | 7 | 0 | 36 | 15604 | 160 | 9886425 | 2558631 | 107945 | 1490650 | 4177 | 0 | 70370 | 16443 | 51 | 221783 | 475785 | 179609 | 2841 | 0 | 238747 | 46573 | 1017520 | 17571 | 114380 | 13 | 29 | 36860 | 1 | 39072 | 85 | 13 | 21 | 1325473 | 220 | 19 | 111 | 15 | 0 | 240 | 327 | 0 | 5338 | 0 | 11 | 28203 | 54865 | 0 | 201783 | 25 | 2497910 | 11 | 1 | 855527 | 55300 | 2 | 42816 | 17 | 24 | 30763 | 0 | 8 | 22013 | 10654 | 4336421 | 241 | 65 | 65 | 47 | 93636 | 2378221 | 132856 | 3692 | 72 | 12042 | 1005555 | 56284 | 8 | 148520 | 3923455 | 28 | 0 | 0 | 8 | 0 | 0 | 24 | 1 | 0 | 54982 | 122 | 112734 | 13 | 20 | 128957 | 0 | 650 | 240 | 2 | 269146 | 21156 | 63370 | 7778 | 586165 | 3127758 | 511609 | 157 | 3 | 12976 | 23866 | 352447 | 90623 | 279402 | 46771 | 20134 | 8 | 0 | 0 | 25 | 46803 | 313991 | 24597 | 0 | 2 | 781 | 712675 | 83110 | 329024 | 503 | 481240 | 8 | 6575 | 416350 | 4 | 550 | 373241 | 23 | 0 | 810841 | 1030 | 388 | ||||||
72 | Central Asia | 3441692 | Russia | 5471533 | 21046 | 91718 | 8137 | 0 | 110 | 0 | 0 | 0 | 0 | 0 | 0 | 30701 | 0 | 0 | 115 | 93618 | 0 | 0 | 0 | 0 | 143391 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3977 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 7676 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 375 | 163139 | 0 | 260 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 7978 | 0 | 0 | 0 | 0 | 1087 | 0 | 0 | 0 | 0 | 0 | 33123 | 112879 | 0 | 0 | 2894 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 620 | 0 | 694 | 0 | 1009 | 0 | 0 | 0 | 258 | 0 | 0 | 0 | 0 | 120971 | 0 | 0 | 0 | 34163 | 0 | 11040 | 0 | 0 | 0 | 0 | 0 | 28007 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 629 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 108 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 157 | 0 | 0 | 0 | 0 | 0 | 0 | 57271 | 0 | 0 | 0 | 21223 | 33931 | 0 | 4481 | 3441692 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 125 | 0 | 125 | 58111 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 95809 | 11082 | 0 | 0 | 0 | 495311 | 0 | 454 | 0 | 349 | 0 | 0 | 330676 | 0 | 0 | 1013 | 0 | 0 | 0 | 0 | 0 | ||||||
73 | Kazakhstan | kz | Kazakhstan | 48.020 | 66.924 | 2367340 | Russia | E | 3476233 | 8416 | 49997 | 50377 | 3355 | 5142 | 146487 | 2643 | 2173 | 95824 | 2534 | 6185 | 2643 | 3384 | 27414 | 18975 | 8440 | 2367340 | 37614 | 85383 | 2493 | 245351 | 304063 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
74 | Kyrgyzstan | kg | Kyrgyzstan | 41.204 | 74.766 | 124085 | Russia | E | 226960 | 2503 | 2384 | 2644 | 5195 | 11045 | 303 | 1974 | 637 | 130 | 3631 | 2022 | 14369 | 1003 | 2943 | 3568 | 261 | 2954 | 535 | 124085 | 2449 | 1168 | 1112 | 29726 | 10198 | 121 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
75 | Tajikistan | tj | Tajikistan | 38.861 | 71.276 | 241702 | Russia | E | 275735 | 200 | 799 | 7704 | 110 | 165 | 142 | 572 | 131 | 129 | 560 | 132 | 521 | 1009 | 707 | 11054 | 108 | 157 | 772 | 241702 | 653 | 377 | 1186 | 265 | 232 | 6348 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
76 | Turkmenistan | tm | Turkmenistan | 38.970 | 59.556 | 122476 | Russia | E | 226327 | 2423 | 3537 | 2609 | 5127 | 10902 | 298 | 1949 | 629 | 128 | 3584 | 1996 | 14184 | 2267 | 990 | 2904 | 3521 | 266 | 2915 | 528 | 122476 | 2417 | 1152 | 29339 | 10067 | 119 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
77 | Uzbekistan | uz | Uzbekistan | 41.377 | 64.585 | 586089 | Russia | E | 1266278 | 15920 | 84998 | 433 | 16867 | 115 | 33157 | 70495 | 622 | 1933 | 375 | 12598 | 131 | 4069 | 829 | 23175 | 12905 | 360 | 620 | 173 | 258 | 91711 | 14657 | 6404 | 18776 | 629 | 22768 | 1721 | 18850 | 3418 | 586089 | 125 | 125 | 15631 | 7453 | 7100 | 189709 | 189 | 117 | 773 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
78 | Eastern Asia | 3903184 | China | 7719960 | 80144 | 189591 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 4515 | 0 | 0 | 36490 | 659 | 0 | 0 | 0 | 31726 | 0 | 0 | 808 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 483890 | 0 | 0 | 14 | 0 | 0 | 17300 | 0 | 61269 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3903184 | 28487 | 94772 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 16 | 551 | 0 | 647 | 0 | 0 | 0 | 0 | 1850 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 699 | 14267 | 0 | 0 | 0 | 0 | 0 | 10711 | 2165 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 11 | 0 | 61298 | 256263 | 6077 | 0 | 1985 | 0 | 0 | 3303 | 0 | 47558 | 0 | 1720 | 0 | 0 | 0 | 2042 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 32638 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2231 | 0 | 0 | 27145 | 0 | 0 | 0 | 0 | 4748 | 0 | 0 | 20702 | 2412 | 0 | 9006 | 0 | 0 | 4471 | 0 | 0 | 454 | 0 | 35704 | 0 | 0 | 0 | 0 | 90787 | 527790 | 1152 | 2114 | 0 | 0 | 933122 | 0 | 0 | 0 | 22179 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 12557 | 0 | 3 | 0 | 0 | 0 | 2075 | 0 | 2303 | 39286 | 0 | 0 | 0 | 0 | 1575 | 1923 | 0 | 0 | 124482 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 194 | 0 | 0 | 0 | 0 | 0 | 0 | 56419 | 0 | 189240 | 0 | 2 | 25887 | 0 | 0 | 203341 | 0 | 0 | 0 | 0 | 0 | ||||||
79 | China | cn | China | 35.862 | 104.195 | 222276 | South Korea | I | 848511 | 28711 | 59897 | 8362 | 6282 | 115347 | 13779 | 6827 | 24318 | 15036 | 58639 | 8733 | 8121 | 7054 | 21641 | 121320 | 222276 | 6018 | 6361 | 23357 | 12623 | 42655 | 31154 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
80 | North Korea | kp | North Korea | 40.340 | 127.510 | 27623 | China | I | 46813 | 668 | 1394 | 195 | 147 | 2686 | 320 | 27623 | 158 | 0 | 351 | 1366 | 203 | 189 | 164 | 504 | 2825 | 5176 | 140 | 148 | 544 | 294 | 993 | 725 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
81 | Hong Kong | hk | Hong Kong | 22.396 | 114.109 | 2280210 | China | E | 2804753 | 4477 | 27041 | 8982 | 439 | 14485 | 2280210 | 70454 | 2167 | 1950 | 17789 | 132985 | 688 | 634 | 14016 | 15091 | 9223 | 1007 | 2221 | 7463 | 116505 | 109 | 4774 | 87 | 9761 | 396 | 772 | 718 | 18963 | 17455 | 13092 | 10799 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
82 | Japan | jp | Japan | 36.205 | 138.253 | 699290 | South Korea | E | 2437169 | 12632 | 52886 | 4515 | 13365 | 644 | 13243 | 808 | 365857 | 2750 | 13902 | 655480 | 647 | 1850 | 696 | 9523 | 6669 | 2165 | 22101 | 29058 | 6077 | 1288 | 2650 | 9237 | 2231 | 1405 | 4398 | 2871 | 454 | 10622 | 68642 | 226179 | 1139 | 482 | 699290 | 8509 | 2796 | 1907 | 10352 | 1575 | 1187 | 46311 | 20812 | 59991 | 37973 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
83 | Macau | mo | Macau | 22.199 | 113.544 | 273862 | China | E | 333269 | 19126 | 4782 | 273862 | 21502 | 11539 | 1523 | 935 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
84 | Mongolia | mn | Mongolia | 46.862 | 103.847 | 9163 | China | E | 17225 | 143 | 428 | 205 | 15 | 14 | 135 | 9163 | 16 | 551 | 3 | 72 | 160 | 11 | 97 | 9 | 19 | 362 | 184 | 2 | 19 | 149 | 13 | 1606 | 2609 | 3 | 18 | 4 | 194 | 86 | 692 | 2 | 241 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
85 | South Korea | kr | South Korea | 35.908 | 127.767 | 656846 | China | E | 1232220 | 14387 | 43163 | 5381 | 11615 | 14550 | 18648 | 656846 | 2505 | 1932 | 5924 | 34215 | 24244 | 1536 | 2042 | 27145 | 4748 | 11479 | 2387 | 1600 | 10382 | 49273 | 4816 | 2075 | 21653 | 34372 | 5149 | 71817 | 25887 | 122449 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
86 | South-Eastern Asia | 2150790 | Myanmar | 9509259 | 169734 | 404969 | 1721 | 220 | 465 | 0 | 0 | 517 | 0 | 1067 | 265 | 136 | 64 | 31021 | 797 | 0 | 0 | 1577 | 432101 | 0 | 0 | 684 | 0 | 0 | 0 | 0 | 35 | 0 | 0 | 1085 | 0 | 6178 | 206 | 0 | 0 | 767711 | 0 | 12531 | 131 | 0 | 0 | 0 | 0 | 0 | 95 | 645096 | 64021 | 20157 | 127 | 0 | 533 | 0 | 40 | 15 | 0 | 120 | 0 | 0 | 17 | 5833 | 45 | 1090 | 0 | 0 | 144 | 462 | 163 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 113 | 2672 | 0 | 0 | 0 | 0 | 0 | 6067 | 34 | 0 | 154 | 0 | 0 | 0 | 1199 | 34 | 0 | 0 | 0 | 0 | 0 | 21 | 246 | 55 | 347746 | 1221802 | 599 | 720 | 435 | 0 | 619 | 2406 | 0 | 156496 | 10644 | 0 | 55 | 0 | 172 | 0 | 930976 | 0 | 135 | 0 | 5 | 13306 | 0 | 0 | 0 | 0 | 0 | 1049953 | 0 | 0 | 0 | 14 | 0 | 0 | 0 | 0 | 147 | 0 | 3 | 0 | 0 | 0 | 6 | 0 | 2150790 | 0 | 0 | 212371 | 8749 | 0 | 33056 | 0 | 0 | 193 | 0 | 0 | 1969 | 411 | 159536 | 241 | 17 | 61 | 24 | 245 | 44914 | 111 | 1002 | 53 | 122 | 49719 | 0 | 0 | 35 | 97 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2873 | 0 | 0 | 0 | 0 | 102181 | 0 | 0 | 0 | 0 | 1092 | 818 | 36 | 1313 | 27020 | 9 | 28 | 127 | 0 | 1245 | 1867 | 2151 | 0 | 105046 | 0 | 20124 | 3 | 0 | 0 | 0 | 572 | 886 | 0 | 0 | 0 | 0 | 0 | 435 | 50212 | 0 | 68473 | 0 | 14 | 0 | 0 | 8 | 140972 | 0 | 0 | 0 | 7 | 11 | ||||||
87 | Brunei Darussalam | bn | Brunei Darussalam | 4.535 | 114.728 | 102441 | Japan | E | 206173 | 530 | 1597 | 934 | 2269 | 1047 | 6560 | 11367 | 352 | 102441 | 643 | 387 | 1454 | 25363 | 335 | 3468 | 10588 | 2285 | 4166 | 25451 | 4624 | 312 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
88 | Cambodia | kh | Cambodia | 12.566 | 104.991 | 37225 | Viet Nam | E | 75566 | 913 | 2091 | 119 | 44 | 1550 | 119 | 44 | 281 | 40 | 97 | 108 | 16 | 127 | 265 | 175 | 53 | 46 | 30 | 41 | 156 | 57 | 30 | 125 | 48 | 31472 | 94 | 200 | 37225 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
89 | Indonesia | id | Indonesia | -0.789 | 113.921 | 63172 | China | I | 295433 | 28567 | 5346 | 9476 | 1875 | 63172 | 10465 | 16522 | 10465 | 1979 | 1979 | 6074 | 7185 | 3517 | 27907 | 1979 | 19681 | 1979 | 19681 | 19681 | 27351 | 10552 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
90 | Lao People's Democratic Republic | la | Lao People's Democratic Republic | 19.856 | 102.495 | 11447 | Viet Nam | E | 21801 | 1143 | 3045 | 17 | 1201 | 3014 | 282 | 1652 | 11447 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
91 | Malaysia | my | Malaysia | 4.210 | 101.976 | 1051227 | Indonesia | E | 2469173 | 81637 | 110133 | 492 | 5215 | 352005 | 5975 | 13876 | 10185 | 130320 | 1051227 | 569 | 16156 | 247768 | 201345 | 2103 | 26377 | 21345 | 3365 | 78092 | 950 | 6516 | 8137 | 9676 | 85709 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
92 | Myanmar | mm | Myanmar | 21.914 | 95.956 | 47742 | China | E | 103117 | 3260 | 9780 | 1648 | 47742 | 37004 | 3683 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
93 | Philippines | ph | Philippines | 12.880 | 121.774 | 36171 | China | E | 213150 | 14071 | 42215 | 1228 | 118 | 465 | 76 | 14 | 150 | 136 | 64 | 4018 | 507 | 112 | 160 | 536 | 35 | 163 | 82 | 21 | 40 | 5600 | 131 | 95 | 36171 | 258 | 127 | 533 | 40 | 10 | 17 | 5789 | 33 | 445 | 17 | 462 | 162 | 1 | 8 | 113 | 1212 | 3808 | 34 | 154 | 1014 | 34 | 21 | 246 | 55 | 10705 | 3325 | 590 | 72 | 435 | 619 | 1742 | 13834 | 179 | 55 | 172 | 135 | 3 | 49 | 798 | 14 | 147 | 3 | 6 | 424 | 70 | 487 | 387 | 193 | 656 | 411 | 502 | 34 | 17 | 61 | 24 | 112 | 111 | 61 | 53 | 122 | 6948 | 35 | 67 | 738 | 825 | 818 | 35 | 1313 | 175 | 28 | 127 | 609 | 1040 | 63 | 342 | 143 | 572 | 885 | 435 | 4309 | 35779 | 14 | 8 | 416 | 7 | 10 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
94 | Singapore | sg | Singapore | 1.352 | 103.820 | 1044994 | Malaysia | E | 2323252 | 37659 | 225474 | 9267 | 74074 | 4256 | 380766 | 55948 | 20157 | 138177 | 152681 | 1044994 | 3604 | 118765 | 14176 | 9817 | 17644 | 15793 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
95 | Thailand | th | Thailand | 15.870 | 100.993 | 1892480 | Myanmar | E | 3721735 | 387 | 593 | 1 | 1215 | 1084 | 750109 | 624 | 91611 | 15 | 0 | 12 | 645 | 1 | 0 | 1179 | 1991 | 7938 | 645 | 9 | 79 | 536 | 6747 | 926427 | 2 | 1191 | 1892480 | 8624 | 704 | 1419 | 617 | 2151 | 1196 | 607 | 700 | 4 | 2 | 632 | 142 | 1 | 5912 | 9 | 636 | 827 | 3 | 1 | 0 | 2531 | 3529 | 5966 | 0 | 1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
96 | Timor-Leste | tl | Timor-Leste | -8.874 | 125.728 | 5793 | Indonesia | E | 11569 | 148 | 1225 | 555 | 133 | 198 | 1199 | 110 | 5793 | 173 | 180 | 246 | 764 | 334 | 75 | 155 | 72 | 209 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
97 | Viet Nam | 11278 | Libya | I | 68290 | 1419 | 3470 | 102 | 441 | 1053 | 115 | 205 | 290 | 1465 | 728 | 148 | 724 | 121 | 185 | 2485 | 132 | 8639 | 1136 | 127 | 228 | 185 | 1673 | 7671 | 112 | 669 | 4284 | 11278 | 9783 | 1899 | 696 | 251 | 207 | 133 | 292 | 154 | 154 | 466 | 386 | 109 | 512 | 300 | 1627 | 2236 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
98 | Southern Asia | 4634188 | Afghanistan | 15001688 | 171802 | 562515 | 4634188 | 0 | 33 | 0 | 0 | 0 | 0 | 21264 | 0 | 2469 | 0 | 1197 | 32 | 11960 | 0 | 29603 | 3464918 | 0 | 0 | 0 | 0 | 0 | 0 | 86593 | 0 | 0 | 0 | 14643 | 0 | 25861 | 0 | 0 | 0 | 19279 | 0 | 1803 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 207383 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 65 | 0 | 0 | 0 | 0 | 44 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 175 | 0 | 1688 | 0 | 0 | 0 | 0 | 0 | 2635 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2617187 | 155780 | 1797 | 82510 | 0 | 0 | 0 | 372 | 0 | 14575 | 0 | 2246 | 2425 | 0 | 6193 | 0 | 86526 | 0 | 14 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 242189 | 203 | 0 | 0 | 0 | 0 | 0 | 302 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 342299 | 0 | 0 | 592156 | 21 | 0 | 51 | 0 | 0 | 659 | 0 | 0 | 14054 | 0 | 1218740 | 0 | 0 | 0 | 0 | 0 | 1301 | 0 | 159 | 0 | 0 | 37 | 0 | 0 | 0 | 1387 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 4560 | 0 | 0 | 0 | 0 | 13879 | 0 | 0 | 0 | 0 | 499 | 0 | 0 | 0 | 167189 | 2 | 0 | 0 | 0 | 280 | 182 | 0 | 24658 | 10545 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2546 | 4881 | 0 | 0 | 727 | 0 | 12209 | 38395 | 0 | 48292 | 0 | 0 | 1232 | 0 | 0 | 27587 | 0 | 0 | 0 | 692 | 0 | ||||||
99 | Afghanistan | af | Afghanistan | 33.939 | 67.710 | 49319 | Pakistan | I | 105090 | 7470 | 22411 | 49319 | 24658 | 1232 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
100 | Bangladesh | bd | Bangladesh | 23.685 | 90.356 | 229245 | Malaysia | I | 1396514 | 70389 | 174039 | 21264 | 29603 | 14643 | 19279 | 174487 | 33795 | 154945 | 13509 | 86526 | 229245 | 197625 | 38337 | 14047 | 9406 | 10353 | 32852 | 45158 | 27012 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
101 | Bhutan | bt | Bhutan | 27.514 | 90.434 | 48076 | India | E | 50862 | 81 | 42 | 28 | 13 | 56 | 41 | 973 | 41 | 32 | 28 | 48076 | 13 | 137 | 12 | 37 | 769 | 21 | 25 | 24 | 21 | 37 | 19 | 37 | 24 | 25 | 66 | 38 | 146 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
102 | India | in | India | 20.594 | 78.963 | 3230025 | Bangladesh | E | 5338486 | 17345 | 86727 | 8237 | 677 | 3230025 | 6770 | 25861 | 1673 | 7240 | 175 | 1163 | 2187 | 835 | 1737 | 507 | 730 | 2246 | 2425 | 6193 | 12672 | 203 | 302 | 51529 | 553050 | 659 | 1126796 | 159 | 1373 | 4560 | 4308 | 158083 | 108 | 727 | 12209 | 4956 | 2772 | 575 | 692 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
103 | Iran | ir | Iran | 32.428 | 53.688 | 2299676 | Afghanistan | E | 2649516 | 43575 | 174303 | 2299676 | 2469 | 11960 | 81922 | 28292 | 2438 | 4881 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
104 | Maldives | mv | Maldives | 1.977 | 73.536 | 47951 | Bangladesh | I | 84230 | 131 | 4708 | 92 | 19 | 47951 | 89 | 44 | 103 | 251 | 19801 | 332 | 124 | 14 | 87 | 26 | 149 | 1280 | 80 | 8451 | 25 | 105 | 126 | 171 | 71 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
105 | Nepal | np | Nepal | 28.395 | 84.124 | 810172 | India | E | 971247 | 8488 | 33098 | 772 | 79823 | 24394 | 810172 | 13882 | 618 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
106 | Pakistan | pk | Pakistan | 30.375 | 69.345 | 2326275 | Afghanistan | I | 4080766 | 19699 | 59094 | 2326275 | 33 | 186114 | 1395854 | 60 | 81 | 93057 | 499 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
107 | Sri Lanka | lk | Sri Lanka | 7.873 | 80.772 | 309489 | India | I | 324977 | 4624 | 8093 | 0 | 400 | 289 | 24 | 390 | 169 | 309489 | 0 | 27 | 75 | 173 | 51 | 7 | 278 | 14 | 66 | 0 | 2 | 231 | 52 | 0 | 378 | 145 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
108 | Western Asia | 6859500 | India | 33144331 | 762658 | 1106006 | 47282 | 5242 | 47779 | 0 | 12 | 12 | 0 | 0 | 40350 | 8540 | 5 | 11400 | 26897 | 264200 | 11 | 15021 | 3162375 | 4 | 49701 | 19427 | 2 | 18 | 11 | 3 | 30 | 3641 | 31 | 9760 | 112 | 41 | 736366 | 2 | 9 | 11 | 91 | 12444 | 0 | 0 | 2 | 27 | 18499 | 2 | 3575 | 16424 | 121 | 2 | 3053 | 14 | 5 | 0 | 88 | 3 | 451 | 113 | 13 | 15503 | 2333 | 20942 | 840 | 7178 | 12 | 12 | 33 | 11 | 2892882 | 23 | 17 | 67909 | 1645 | 133864 | 0 | 0 | 7 | 3565 | 84811 | 0 | 1 | 8 | 22 | 79386 | 438205 | 335 | 10 | 120448 | 0 | 2 | 72 | 2 | 29 | 16 | 1 | 8 | 7 | 0 | 15 | 14727 | 105 | 6859500 | 924786 | 98463 | 1407420 | 1757 | 0 | 69493 | 10362 | 51 | 3154 | 465141 | 54672 | 361 | 0 | 232382 | 10368 | 16 | 6531 | 114231 | 13 | 24 | 23554 | 1 | 11065 | 85 | 13 | 21 | 693 | 17 | 19 | 111 | 1 | 0 | 240 | 25 | 0 | 2960 | 0 | 8 | 429 | 54865 | 0 | 201777 | 25 | 73 | 11 | 1 | 30298 | 44118 | 2 | 595 | 17 | 24 | 25440 | 0 | 8 | 5536 | 10243 | 2922284 | 0 | 48 | 4 | 23 | 2604 | 1804216 | 74322 | 417 | 19 | 11920 | 1454 | 22353 | 8 | 144004 | 458100 | 24 | 0 | 0 | 8 | 0 | 0 | 24 | 1 | 0 | 47549 | 122 | 112734 | 13 | 20 | 340 | 0 | 647 | 240 | 2 | 267555 | 18263 | 63334 | 4162 | 352670 | 3127747 | 511581 | 30 | 3 | 9751 | 19894 | 350171 | 7854 | 39329 | 46767 | 10 | 5 | 0 | 0 | 25 | 46231 | 214556 | 8634 | 0 | 2 | 54 | 217364 | 70466 | 183544 | 503 | 174886 | 8 | 6559 | 58555 | 4 | 542 | 328 | 23 | 0 | 810841 | 331 | 377 | ||||||
109 | Armenia | am | Armenia | 40.069 | 45.038 | 221147 | Azerbaijan | E | 317001 | 1533 | 1912 | 221147 | 593 | 16335 | 37277 | 611 | 1653 | 8929 | 727 | 1045 | 16227 | 2983 | 1809 | 759 | 2397 | 1064 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
110 | Azerbaijan | az | Azerbaijan | 40.143 | 47.577 | 175048 | Russia | E | 323843 | 3465 | 10756 | 3729 | 15582 | 138 | 427 | 2785 | 900 | 184 | 5122 | 2853 | 137 | 20272 | 3240 | 1415 | 4151 | 139 | 5033 | 381 | 4167 | 756 | 175048 | 3456 | 1648 | 1569 | 41933 | 14386 | 171 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
111 | Bahrain | bh | Bahrain | 26.067 | 50.558 | 262855 | India | I | 729357 | 6822 | 28955 | 680 | 100444 | 445 | 65607 | 1605 | 1129 | 919 | 262855 | 29553 | 13040 | 5603 | 2298 | 811 | 722 | 303 | 592 | 87892 | 43971 | 88 | 668 | 1075 | 1759 | 9804 | 4838 | 14281 | 5614 | 930 | 490 | 4079 | 8371 | 3119 | 1431 | 18564 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
112 | Cyprus | cy | Cyprus | 35.126 | 33.430 | 42854 | United Kingdom | E | 207313 | 1325 | 440 | 11 | 327 | 42 | 0 | 98 | 1383 | 3508 | 417 | 42 | 0 | 126 | 766 | 399 | 308 | 0 | 11 | 13 | 81 | 11 | 70 | 5 | 7247 | 5 | 0 | 67 | 1771 | 17 | 56 | 1884 | 148 | 5 | 98 | 42 | 794 | 39 | 805 | 199 | 5 | 0 | 13 | 11 | 6105 | 13 | 5 | 34 | 95 | 5 | 582 | 1079 | 0 | 17994 | 3058 | 98 | 5 | 27912 | 0 | 0 | 5 | 5 | 406 | 39 | 3236 | 204 | 1417 | 370 | 914 | 450 | 567 | 17 | 98 | 520 | 280 | 98 | 274 | 28 | 5 | 194 | 3242 | 269 | 109 | 13 | 11 | 11 | 52 | 39 | 0 | 13 | 75 | 75 | 13 | 52 | 5 | 67 | 567 | 109 | 13 | 11 | 360 | 235 | 75 | 612 | 23 | 11 | 39 | 8484 | 833 | 75 | 5 | 13 | 11 | 1107 | 6367 | 15309 | 0 | 0 | 274 | 11 | 2982 | 11 | 5 | 39 | 160 | 17 | 13 | 5847 | 335 | 184 | 11627 | 427 | 277 | 5 | 1074 | 445 | 3835 | 11 | 308 | 23 | 17 | 42 | 720 | 13 | 23 | 3857 | 179 | 42854 | 171 | 3743 | 5 | 86 | 75 | 75 | 17 | 160 | 360 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
113 | Georgia | ge | Georgia | 42.315 | 43.357 | 104549 | Russia | E | 189893 | 2070 | 2051 | 2227 | 4377 | 9306 | 256 | 1663 | 537 | 1704 | 12107 | 1934 | 846 | 2478 | 3007 | 219 | 2490 | 451 | 104549 | 2064 | 983 | 937 | 25044 | 8593 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
114 | Iraq | iq | Iraq | 33.223 | 43.679 | 15611 | Iran | E | 95780 | 515 | 20271 | 251 | 11544 | 177 | 186 | 15611 | 8308 | 323 | 1223 | 161 | 470 | 547 | 218 | 540 | 212 | 375 | 14954 | 3048 | 4981 | 251 | 9776 | 230 | 1608 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
115 | Israel | il | Israel | 31.046 | 34.852 | 165963 | Morocco | E | 2046873 | 591450 | 24829 | 2584 | 46477 | 40031 | 3324 | 5152 | 13764 | 23524 | 6098 | 9089 | 16924 | 8275 | 3445 | 611 | 2811 | 1950 | 21469 | 81880 | 314 | 42578 | 9479 | 24068 | 3139 | 12713 | 19297 | 53236 | 68976 | 5316 | 13870 | 2563 | 4000 | 6341 | 17574 | 3937 | 2647 | 165963 | 5200 | 2484 | 60321 | 11102 | 105488 | 116632 | 11926 | 1924 | 700 | 3920 | 9649 | 1919 | 23954 | 28449 | 2341 | 137472 | 22250 | 80463 | 6488 | 22705 | 380 | 31408 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
116 | Jordan | jo | Jordan | 30.585 | 36.238 | 2114224 | Palestinian Territories | E | 2925780 | 55 | 9 | 300 | 12 | 23 | 218 | 101 | 11 | 370 | 10122 | 2 | 63 | 2 | 2 | 4 | 53 | 92 | 22 | 44 | 2 | 284 | 23 | 8 | 8069 | 34 | 2 | 22 | 12 | 5 | 1 | 2 | 22 | 8 | 115 | 21 | 73 | 6 | 44 | 7 | 1 | 3 | 276950 | 2 | 65 | 6 | 66 | 9 | 344 | 3 | 1 | 2 | 624 | 24 | 54 | 2 | 2 | 4 | 5 | 1 | 2 | 5 | 511 | 3 | 5147 | 9073 | 83 | 401130 | 46 | 1368 | 269 | 1 | 90 | 18 | 5 | 655 | 8 | 9 | 1 | 1601 | 3 | 848 | 1 | 4 | 3 | 1 | 5 | 247 | 14 | 7 | 59 | 1 | 9 | 6 | 15 | 521 | 2 | 21 | 2 | 158 | 174 | 56 | 2 | 9 | 23 | 38 | 554 | 2835 | 4 | 2 | 2 | 3347 | 71 | 9 | 1 | 195 | 83 | 32 | 236 | 520 | 1 | 4385 | 11 | 51 | 1 | 2 | 6 | 20 | 6 | 66 | 51 | 241 | 266 | 10873 | 2114224 | 1957 | 3 | 78 | 174 | 57847 | 9 | 90 | 76 | 2 | 1 | 226 | 893 | 2 | 3 | 345 | 182 | 704 | 1 | 2280 | 9 | 27 | 12 | 2074 | 2 | 1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
117 | Kuwait | kw | Kuwait | 29.312 | 47.482 | 730558 | India | I | 2028053 | 18962 | 96048 | 1889 | 919 | 279169 | 1232 | 182342 | 4458 | 3139 | 2551 | 730558 | 82139 | 36242 | 6390 | 2257 | 2006 | 843 | 1643 | 244281 | 122214 | 243 | 1856 | 2990 | 4888 | 27251 | 13448 | 39693 | 15605 | 2582 | 1361 | 11339 | 23268 | 8672 | 3977 | 51598 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
118 | Lebanon | lb | Lebanon | 33.855 | 35.862 | 549341 | Palestinian Territories | I | 849721 | 489 | 1497 | 137 | 3747 | 2987 | 102507 | 127 | 231 | 189 | 1905 | 3358 | 148470 | 506 | 593 | 242 | 314 | 193 | 205 | 1049 | 1239 | 193 | 1623 | 89 | 4025 | 549341 | 725 | 21411 | 330 | 127 | 261 | 844 | 767 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
119 | Palestinian Territories | ps | Palestinian Territories | 31.952 | 35.233 | 63142 | Israel | E | 256517 | 2015 | 20874 | 8589 | 18524 | 63142 | 55929 | 17179 | 3324 | 9371 | 10151 | 21864 | 4691 | 602 | 10931 | 7858 | 1473 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
120 | Oman | om | Oman | 21.513 | 55.923 | 644704 | India | E | 1112032 | 11390 | 33722 | 538 | 148314 | 41365 | 1583 | 644704 | 35027 | 5759 | 10249 | 401 | 757 | 117208 | 21669 | 233 | 1004 | 1042 | 14091 | 8466 | 8897 | 5613 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
121 | Qatar | qa | Qatar | 25.355 | 51.184 | 576776 | India | I | 1600955 | 14971 | 63535 | 1491 | 725 | 220403 | 973 | 143960 | 3519 | 2478 | 2014 | 576776 | 64849 | 28613 | 12296 | 5045 | 1782 | 1583 | 666 | 1297 | 192860 | 96487 | 1466 | 2359 | 3859 | 21516 | 10617 | 31337 | 12320 | 2039 | 1074 | 8952 | 18370 | 6846 | 3140 | 40737 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
122 | Saudi Arabia | sa | Saudi Arabia | 23.886 | 45.079 | 1761857 | India | E | 9060433 | 13342 | 79877 | 16883 | 1309004 | 11007 | 1298388 | 39834 | 28048 | 1761857 | 379632 | 168827 | 134184 | 57098 | 20174 | 17918 | 14678 | 1319607 | 1028802 | 26708 | 28883 | 147032 | 120161 | 234564 | 139437 | 23077 | 12163 | 101310 | 31361 | 35535 | 461042 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
123 | Syria | sy | Syria | 34.792 | 38.558 | 759225 | Iraq | I | 1394227 | 17169 | 370543 | 1791 | 759225 | 2538 | 62 | 242399 | 500 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
124 | Turkey | tr | Turkey | 38.964 | 35.243 | 712013 | Bulgaria | E | 1864889 | 627 | 2003 | 14270 | 4906 | 960 | 12 | 12 | 209 | 1178 | 5 | 4350 | 21227 | 24859 | 11 | 33 | 489 | 4 | 295 | 12958 | 2 | 5 | 11 | 1 | 13 | 3507 | 20 | 509 | 112 | 14 | 712013 | 4 | 11 | 24 | 2114 | 2 | 10 | 8 | 2 | 66 | 2190 | 87 | 72 | 2 | 82 | 1 | 331 | 63 | 13 | 15388 | 1518 | 47 | 29 | 4985 | 11 | 17 | 1141 | 8 | 17 | 168 | 87 | 2 | 2476 | 23658 | 1 | 5 | 21 | 9512 | 405056 | 213 | 5 | 87690 | 72 | 25 | 11 | 8 | 5 | 771 | 63 | 772 | 267 | 19187 | 13163 | 797 | 4027 | 4210 | 33 | 2966 | 1330 | 7398 | 258 | 423 | 2595 | 2 | 75 | 1676 | 13 | 21 | 4549 | 386 | 69 | 1 | 5 | 394 | 17 | 5 | 65 | 1 | 20 | 11 | 229 | 8 | 284 | 54850 | 716 | 10 | 4 | 1 | 16 | 32316 | 2 | 430 | 2 | 4 | 433 | 8 | 5263 | 38 | 1685 | 21 | 2 | 12 | 79 | 864 | 5057 | 333 | 13 | 49 | 760 | 3455 | 8 | 30706 | 29404 | 24 | 8 | 24 | 6622 | 100 | 109701 | 1 | 13 | 295 | 467 | 217 | 2 | 37 | 439 | 69 | 1788 | 57 | 1095 | 247 | 25 | 7899 | 15355 | 7939 | 395 | 218 | 46668 | 8 | 4 | 8 | 753 | 3013 | 2 | 28 | 6189 | 38 | 28008 | 331 | 20089 | 8 | 66 | 11712 | 4 | 60 | 48 | 23 | 102 | 169 | 16 | |||||||||||||||||||||||||||||||||||||||||||||
125 | United Arab Emirates | ae | United Arab Emirates | 23.424 | 53.848 | 2852207 | India | I | 7826981 | 74030 | 314185 | 7377 | 3584 | 1089917 | 4811 | 711894 | 17404 | 12256 | 9958 | 2852207 | 320684 | 141490 | 60802 | 24948 | 8815 | 7828 | 3292 | 6414 | 953708 | 477139 | 948 | 7247 | 11669 | 19082 | 106394 | 52503 | 154968 | 60926 | 10085 | 5315 | 44268 | 33856 | 15526 | 201451 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
126 | Yemen | ye | Yemen | 15.553 | 48.516 | 219888 | Somalia | E | 314683 | 2483 | 34508 | 11086 | 842 | 4686 | 10327 | 219888 | 2650 | 3740 | 21518 | 2933 | 22 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
127 | EUROPE | 6332848 | Russia | 72449908 | 831601 | 626544 | 273743 | 1143235 | 1561849 | 52 | 7322 | 210526 | 134 | 321 | 412908 | 637412 | 3637 | 204392 | 373760 | 884278 | 6788 | 7160 | 382762 | 20650 | 1300150 | 416209 | 226 | 26153 | 318 | 1565 | 215536 | 1314175 | 1139 | 622420 | 116 | 6027 | 535950 | 23622 | 12609 | 70305 | 141065 | 234529 | 111176 | 7294 | 127 | 17217 | 8643 | 24262 | 152694 | 939630 | 92258 | 2145 | 515876 | 36232 | 104302 | 7 | 9223 | 125940 | 588483 | 178581 | 65582 | 86195 | 368964 | 18439 | 143248 | 163074 | 7124 | 13291 | 90182 | 569733 | 243709 | 26044 | 24890 | 76813 | 154756 | 117108 | 13282 | 9 | 6596 | 252836 | 1189753 | 8 | 64 | 21212 | 44215 | 609027 | 2242846 | 203440 | 13531 | 397190 | 16412 | 8618 | 44 | 6 | 16923 | 59577 | 40113 | 28876 | 78236 | 182 | 41273 | 344476 | 28256 | 1154953 | 185300 | 405648 | 435506 | 496244 | 76 | 86170 | 1652643 | 150659 | 131738 | 35771 | 3571109 | 176073 | 45 | 22026 | 666214 | 45416 | 276467 | 202720 | 505 | 11567 | 72745 | 3651 | 474113 | 51497 | 123915 | 17967 | 78615 | 269 | 94715 | 34473 | 30 | 10 | 29013 | 108852 | 18 | 106406 | 12 | 51083 | 35629 | 202389 | 5196 | 2512568 | 84698 | 20850 | 1658 | 34 | 63957 | 542622 | 25 | 72610 | 23294 | 8542 | 352704 | 0 | 78 | 129172 | 6346 | 788657 | 25 | 7748 | 664 | 93460 | 355455 | 458440 | 2742043 | 1343051 | 112 | 870 | 122936 | 744773 | 11 | 2870833 | 6332848 | 14076 | 80 | 111 | 12928 | 24 | 6434 | 219 | 2459 | 19059 | 49794 | 265151 | 1018431 | 2242 | 30379 | 53880 | 16836 | 300070 | 128708 | 100 | 235736 | 290692 | 10498 | 741249 | 369063 | 16143 | 13851 | 215514 | 2568 | 240423 | 491827 | 154619 | 506517 | 263121 | 367375 | 1833 | 43723 | 1 | 231 | 25012 | 570860 | 2610061 | 218319 | 16 | 607 | 76327 | 4369798 | 14878 | 1409108 | 41786 | 709694 | 44 | 97521 | 1410928 | 808 | 261341 | 427287 | 43 | 86 | 23605 | 40263 | 125588 | ||||||
128 | Eastern Europe | 4469724 | Russia | 19678250 | 283034 | 220506 | 7275 | 2883 | 3264 | 43 | 31 | 864 | 96 | 42 | 1195 | 575754 | 5 | 3479 | 21928 | 852971 | 38 | 76 | 1444 | 30 | 1120215 | 10903 | 19 | 212 | 11 | 47 | 304 | 7441 | 142 | 1755 | 94 | 6 | 36409 | 462 | 162 | 266 | 686 | 8238 | 63 | 0 | 9 | 114 | 306 | 9 | 480 | 78731 | 82 | 1 | 788 | 105 | 841 | 3 | 157 | 214 | 8328 | 3751 | 16 | 1919 | 102079 | 12206 | 211 | 2322 | 18 | 16 | 150 | 522 | 3236 | 47 | 104 | 49 | 72247 | 644 | 1 | 1 | 16 | 6154 | 43283 | 4 | 6 | 48 | 55 | 518857 | 278821 | 639 | 13 | 19116 | 15 | 40 | 1 | 2 | 72 | 398 | 182 | 67 | 31 | 17 | 65 | 42826 | 943 | 9125 | 742 | 6255 | 4764 | 11385 | 16 | 7965 | 49479 | 80 | 5058 | 2770 | 2813460 | 678 | 18 | 704 | 609732 | 207 | 123590 | 4335 | 16 | 68 | 1324 | 28 | 171296 | 531 | 179 | 55 | 2089 | 52 | 160 | 181 | 7 | 9 | 34 | 156 | 12 | 1318 | 5 | 90 | 28316 | 550 | 2 | 1960 | 195 | 739 | 159 | 11 | 446 | 9921 | 2 | 622 | 141 | 54 | 3166 | 0 | 49 | 4078 | 76 | 1795 | 2 | 156 | 12 | 99 | 876 | 1000 | 66289 | 2040 | 3 | 139 | 6758 | 512264 | 1 | 256256 | 4469724 | 79 | 7 | 9 | 4 | 1 | 5 | 12 | 54 | 18 | 895 | 272 | 35974 | 35 | 83 | 200 | 2 | 101178 | 1547 | 21 | 552 | 1448 | 383 | 25111 | 834 | 877 | 317 | 26 | 25 | 4867 | 5456 | 14668 | 491482 | 1838 | 6240 | 2 | 57 | 1 | 9 | 48 | 1771 | 23837 | 210885 | 5 | 585 | 218 | 3625705 | 911 | 60894 | 382 | 40101 | 11 | 338 | 1371131 | 12 | 521 | 84406 | 0 | 46 | 1344 | 586 | 279 | ||||||
129 | Belarus | by | Belarus | 53.710 | 27.953 | 686316 | Russia | E | 1085396 | 269 | 5762 | 13571 | 147 | 189 | 3090 | 2011 | 8558 | 104 | 327 | 369 | 70362 | 5263 | 9989 | 16562 | 160 | 455 | 7653 | 686316 | 324 | 5712 | 5497 | 227042 | 440 | 14874 | 350 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
130 | Bulgaria | bg | Bulgaria | 42.734 | 25.486 | 19733 | Russia | E | 84101 | 1317 | 434 | 314 | 1195 | 406 | 1 | 6 | 41 | 5 | 124 | 1551 | 5 | 149 | 214 | 2270 | 4 | 9 | 663 | 4 | 663 | 432 | 2 | 34 | 1 | 31 | 23 | 113 | 30 | 96 | 92 | 1 | 13 | 17 | 15 | 9 | 255 | 7 | 2 | 5 | 22 | 906 | 25 | 10 | 5 | 5 | 89 | 272 | 257 | 974 | 39 | 16 | 66 | 3 | 1 | 22 | 14 | 139 | 7 | 3 | 63 | 56 | 2 | 58 | 592 | 12 | 11 | 306 | 2195 | 11 | 9 | 5196 | 3 | 6 | 11 | 5 | 4 | 5 | 2 | 355 | 162 | 159 | 26 | 278 | 701 | 11 | 355 | 1141 | 6 | 122 | 172 | 1022 | 13 | 5 | 107 | 91 | 1 | 132 | 651 | 5 | 207 | 3 | 113 | 9 | 2 | 2 | 2 | 1 | 37 | 1 | 3 | 1 | 27 | 4 | 62 | 29 | 81 | 28 | 3 | 2 | 5 | 314 | 0 | 23 | 31 | 1 | 78 | 101 | 2 | 43 | 6 | 3 | 2 | 22 | 38 | 1261 | 105 | 9 | 58 | 1994 | 6371 | 19733 | 2 | 6 | 4 | 35 | 10 | 2430 | 1 | 7 | 305 | 38 | 3 | 140 | 21 | 1646 | 10 | 0 | 18 | 1 | 3 | 128 | 172 | 1317 | 126 | 14 | 2558 | 1 | 2 | 83 | 4170 | 278 | 3 | 16 | 5 | 6193 | 64 | 3206 | 15 | 1246 | 18 | 720 | 1 | 28 | 658 | 0 | 0 | 49 | 12 | 31 | ||||||||||||||||||||||||||||||||||||||||||||||
131 | Czech Republic | cz | Czech Republic | 49.817 | 15.473 | 127239 | Ukraine | E | 432776 | 527 | 308 | 657 | 15 | 199 | 5 | 99 | 2234 | 511 | 2992 | 714 | 15 | 120 | 1 | 4566 | 482 | 3 | 45 | 3 | 1 | 66 | 2230 | 74 | 353 | 7113 | 15 | 5 | 22 | 84 | 861 | 10 | 3 | 8 | 96 | 5605 | 24 | 177 | 2 | 51 | 37 | 68 | 2481 | 316 | 83 | 15 | 125 | 279 | 5 | 1 | 30 | 79 | 558 | 14 | 3 | 3 | 94 | 109 | 2 | 233 | 2335 | 1 | 10 | 908 | 14191 | 133 | 893 | 5 | 21 | 75 | 17 | 6 | 1 | 14 | 729 | 31 | 1200 | 166 | 369 | 442 | 550 | 815 | 2668 | 5 | 1557 | 220 | 4432 | 50 | 4 | 19 | 607 | 21 | 198 | 304 | 1 | 13 | 184 | 5 | 450 | 13 | 30 | 19 | 396 | 2 | 30 | 17 | 1 | 4 | 26 | 316 | 2 | 5707 | 118 | 221 | 3 | 113 | 24 | 3 | 145 | 2502 | 131 | 13 | 3 | 578 | 144 | 502 | 1 | 27 | 2 | 31 | 179 | 316 | 18663 | 166 | 28 | 1362 | 9082 | 4636 | 32946 | 5 | 5 | 2 | 1 | 2 | 1 | 2 | 68 | 57 | 2051 | 2 | 18 | 28 | 73437 | 278 | 1 | 31 | 261 | 39 | 651 | 102 | 137 | 33 | 1 | 2 | 574 | 521 | 578 | 146 | 692 | 1990 | 2 | 14 | 3 | 5 | 623 | 1428 | 48 | 3 | 20 | 127239 | 6 | 4456 | 19 | 6214 | 16 | 1868 | 1 | 80 | 61744 | 15 | 214 | 41 | 18 | |||||||||||||||||||||||||||||||||||||||||||
132 | Hungary | hu | Hungary | 47.162 | 19.503 | 232793 | Romania | E | 472798 | 8402 | 1558 | 847 | 206 | 745 | 86 | 354 | 228 | 1022 | 8794 | 165 | 8 | 16 | 74 | 4 | 252 | 1758 | 2 | 28 | 2 | 63 | 420 | 6 | 550 | 2276 | 80 | 218 | 2264 | 9 | 2 | 172 | 12010 | 215 | 88 | 36 | 25 | 2539 | 664 | 300 | 1733 | 29 | 395 | 38 | 120 | 842 | 14 | 11 | 138 | 143 | 759 | 4160 | 5 | 12 | 228 | 33896 | 134 | 1438 | 5 | 19 | 45 | 10 | 4 | 12 | 141 | 1202 | 234 | 2211 | 900 | 874 | 1827 | 4153 | 31 | 1463 | 430 | 576 | 95 | 190 | 143 | 49 | 153 | 374 | 6 | 37 | 347 | 8 | 157 | 149 | 36 | 126 | 23 | 39 | 4 | 56 | 459 | 5 | 1373 | 42 | 204 | 23 | 10 | 9 | 61 | 2934 | 192 | 24 | 15 | 1272 | 1262 | 17 | 251 | 28 | 2 | 22 | 237 | 271 | 4381 | 356 | 37 | 1322 | 239 | 232793 | 4886 | 18 | 4 | 4 | 351 | 26 | 26814 | 32 | 90 | 24025 | 448 | 433 | 366 | 102 | 1304 | 57 | 114 | 84 | 1661 | 2407 | 1347 | 19 | 775 | 156 | 10 | 15 | 206 | 2312 | 35 | 31632 | 196 | 5829 | 63 | 7924 | 74 | 126 | 208 | 3735 | 296 | 19 | 42 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
133 | Poland | pl | Poland | 51.919 | 19.145 | 221307 | Ukraine | E | 663755 | 5523 | 1841 | 152 | 135 | 625 | 62 | 4 | 293 | 2256 | 974 | 4061 | 285 | 0 | 9 | 107 | 11 | 81363 | 5593 | 1 | 4 | 0 | 52 | 3727 | 280 | 1854 | 1 | 8 | 28 | 40 | 3163 | 9 | 64 | 1262 | 0 | 133 | 17 | 114 | 39 | 5 | 843 | 242 | 7 | 223 | 4836 | 0 | 16 | 957 | 0 | 22 | 49 | 485 | 1 | 26 | 214 | 47 | 10 | 269 | 27991 | 5 | 10 | 7 | 350 | 81779 | 39 | 3321 | 6 | 6 | 0 | 7 | 61 | 28 | 0 | 7 | 1440 | 528 | 919 | 122 | 248 | 456 | 8136 | 372 | 10647 | 3 | 547 | 147 | 4934 | 66 | 206 | 134 | 15 | 1662 | 411 | 0 | 0 | 257 | 0 | 54057 | 248 | 12 | 0 | 44 | 33 | 15 | 0 | 0 | 4 | 227 | 26 | 345 | 64 | 341 | 29 | 6 | 6 | 60 | 2776 | 0 | 114 | 6 | 4 | 408 | 0 | 1638 | 3 | 229 | 36 | 0 | 3 | 120 | 209 | 147 | 0 | 27 | 127 | 595 | 2659 | 40879 | 6 | 0 | 0 | 0 | 188 | 95 | 1109 | 10 | 10 | 16 | 1389 | 164 | 15 | 408 | 66 | 5166 | 93 | 55 | 0 | 0 | 1401 | 1088 | 631 | 63 | 105 | 284 | 14 | 0 | 3 | 439 | 937 | 58 | 68 | 221307 | 134 | 37020 | 74 | 14651 | 101 | 532 | 0 | 78 | 2992 | 0 | 0 | 123 | 45 | 111 | ||||||||||||||||||||||||||||||||||||||||||||||||||
134 | Moldova | md | Moldova | 47.412 | 28.370 | 221965 | Russia | E | 391508 | 2298 | 2233 | 103 | 3103 | 6089 | 34291 | 124 | 361 | 1850 | 1210 | 490 | 4571 | 2864 | 160 | 18312 | 2628 | 4796 | 5946 | 129 | 8374 | 1119 | 221965 | 2677 | 1108 | 1365 | 51908 | 133 | 437 | 10696 | 168 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
135 | Romania | ro | Romania | 45.943 | 24.967 | 49785 | Moldova | E | 198839 | 5739 | 1914 | 9 | 755 | 17 | 6 | 1 | 7 | 11 | 14 | 72 | 635 | 9 | 13 | 1 | 1588 | 2 | 9 | 2 | 139 | 2 | 8 | 18271 | 4 | 5 | 572 | 1 | 2 | 1 | 7 | 3604 | 8 | 4 | 3 | 1482 | 5 | 291 | 583 | 3 | 111 | 3 | 3 | 74 | 2 | 5 | 3 | 135 | 3469 | 4 | 3 | 2 | 3597 | 4 | 6065 | 1 | 3 | 4 | 21 | 5 | 2 | 6 | 7610 | 11 | 28 | 15 | 1155 | 1270 | 953 | 8 | 572 | 27462 | 6 | 284 | 964 | 11 | 2 | 2 | 50 | 6 | 1597 | 1 | 27 | 2 | 8 | 24 | 1 | 1 | 1 | 3 | 1 | 8 | 1 | 17 | 3 | 6 | 1 | 14 | 1 | 1 | 466 | 49 | 9 | 51 | 30 | 21 | 1 | 11 | 8 | 490 | 978 | 10 | 15 | 49785 | 7280 | 1 | 2 | 17 | 4 | 2069 | 1 | 8 | 5 | 248 | 88 | 6 | 17 | 10 | 14506 | 54 | 8 | 10 | 191 | 163 | 7479 | 2 | 3 | 538 | 12 | 19 | 3811 | 1 | 2 | 11903 | 102 | 3846 | 2985 | 8 | 16 | 41 | 8 | 3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
136 | Russia | ru | Russia | 55.751 | 37.618 | 2939083 | Ukraine | E | 11048064 | 4934 | 228 | 754 | 43 | 8 | 494 | 48 | 1 | 244 | 510640 | 0 | 526 | 2859 | 743111 | 24 | 12 | 458 | 9 | 740148 | 458 | 8 | 92 | 5 | 6 | 83 | 499 | 28 | 419 | 2 | 5 | 5656 | 430 | 127 | 111 | 324 | 541 | 45 | 4 | 89 | 148 | 9 | 103 | 54398 | 58 | 1 | 200 | 86 | 563 | 3 | 32 | 107 | 311 | 2156 | 9 | 695 | 10903 | 10289 | 15 | 225 | 10 | 9 | 22 | 234 | 1028 | 7 | 101 | 6 | 56896 | 264 | 0 | 1 | 2 | 2141 | 2486 | 4 | 0 | 16 | 11 | 436005 | 137542 | 307 | 4 | 1891 | 3 | 21 | 1 | 2 | 12 | 197 | 127 | 18 | 23 | 14 | 22 | 16310 | 44 | 5522 | 158 | 1949 | 955 | 170 | 5 | 3533 | 1838 | 17 | 992 | 791 | 2479430 | 437 | 3 | 84 | 572678 | 117 | 86567 | 939 | 7 | 9 | 262 | 4 | 68834 | 35 | 82 | 29 | 1508 | 45 | 72 | 52 | 5 | 9 | 21 | 62 | 12 | 197 | 1 | 45 | 20476 | 256 | 2 | 1067 | 108 | 607 | 116 | 5 | 170 | 532 | 1 | 85 | 59 | 30 | 771 | 49 | 678 | 51 | 706 | 1 | 25 | 2 | 36 | 268 | 143 | 28286 | 226 | 3 | 26 | 3604 | 285023 | 1 | 3788 | 45 | 6 | 0 | 2 | 1 | 3 | 46 | 15 | 212 | 71 | 17 | 12 | 49 | 2 | 1774 | 339 | 19 | 57 | 233 | 138 | 1350 | 569 | 550 | 113 | 14 | 19 | 462 | 563 | 3162 | 451778 | 210 | 248 | 0 | 18 | 0 | 4 | 9 | 325 | 9914 | 179802 | 2 | 565 | 80 | 2939083 | 344 | 1688 | 210 | 4445 | 11 | 116 | 1110593 | 9 | 96 | 13241 | 0 | 31 | 628 | 458 | 71 | ||||||||
137 | Slovakia | sk | Slovakia | 48.669 | 19.699 | 83050 | Czech Republic | E | 149635 | 120 | 56 | 60 | 1 | 16 | 27 | 70 | 104 | 225 | 2373 | 16 | 2 | 15 | 9 | 1 | 150 | 592 | 1 | 9 | 0 | 15 | 313 | 2 | 49 | 1115 | 3 | 5 | 6 | 6 | 435 | 3 | 2 | 142 | 16 | 585 | 30 | 11 | 5 | 4 | 583 | 96 | 70 | 83050 | 13 | 7 | 100 | 5 | 13 | 23 | 110 | 2 | 28 | 22 | 1 | 58 | 2250 | 1 | 1 | 54 | 2757 | 11 | 208 | 3 | 2 | 4 | 5 | 2 | 2 | 3 | 2 | 15895 | 26 | 95 | 21 | 45 | 40 | 691 | 3 | 122 | 1570 | 12 | 93 | 46 | 143 | 15 | 4 | 48 | 16 | 4 | 49 | 59 | 2 | 3 | 40 | 6 | 72 | 53 | 16 | 6 | 12 | 13 | 2 | 6 | 75 | 4 | 5 | 58 | 40 | 32 | 3 | 3 | 1 | 5 | 397 | 1 | 28 | 8 | 1 | 50 | 204 | 3 | 34 | 13 | 3 | 4 | 39 | 15 | 4379 | 62 | 0 | 2 | 270 | 67 | 4890 | 2213 | 2 | 1 | 1 | 1 | 1 | 24 | 9 | 1501 | 5 | 2 | 5 | 192 | 1 | 7 | 23 | 7 | 488 | 3 | 22 | 6 | 1 | 126 | 542 | 154 | 5 | 39 | 466 | 1 | 4 | 76 | 157 | 12 | 1 | 8 | 9398 | 65 | 4276 | 1 | 2199 | 13 | 40 | 1 | 15 | 1477 | 26 | 11 | 3 | |||||||||||||||||||||||||||||||||||||||||||||||||||||
138 | Ukraine | ua | Ukraine | 48.379 | 31.166 | 3453506 | Russia | E | 5151378 | 259755 | 212526 | 49862 | 86741 | 258781 | 10509 | 67875 | 234238 | 28172 | 20038 | 25097 | 157826 | 3453506 | 30954 | 23824 | 231674 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
139 | Northern Europe | 987054 | Poland | 12429626 | 110020 | 108485 | 111608 | 20294 | 28069 | 1 | 19 | 15386 | 0 | 21 | 22484 | 5165 | 40 | 128690 | 26782 | 8023 | 6397 | 6428 | 252845 | 20296 | 109008 | 41045 | 43 | 237 | 144 | 951 | 5530 | 98872 | 543 | 77764 | 9 | 5297 | 79115 | 236 | 4597 | 1484 | 16376 | 111204 | 922 | 7 | 72 | 123 | 137 | 24250 | 43675 | 223257 | 91220 | 49 | 48188 | 29 | 12960 | 0 | 951 | 2072 | 21064 | 4626 | 61 | 68255 | 52536 | 853 | 32085 | 98845 | 330 | 5129 | 1761 | 9057 | 40312 | 3235 | 65 | 44014 | 66218 | 46143 | 13271 | 6 | 6200 | 195663 | 176399 | 1 | 7 | 57 | 17316 | 5810 | 455636 | 90379 | 13390 | 57413 | 16358 | 8439 | 1 | 0 | 1863 | 1030 | 236 | 21501 | 370 | 1 | 706 | 84827 | 22293 | 817721 | 17327 | 178826 | 261637 | 424008 | 0 | 27323 | 165083 | 146504 | 51878 | 12842 | 23462 | 153949 | 6 | 18166 | 2923 | 753 | 122336 | 58732 | 174 | 2537 | 23448 | 61 | 236495 | 1320 | 719 | 16724 | 63322 | 45 | 256 | 29848 | 2 | 1 | 164 | 51287 | 0 | 17168 | 2 | 91 | 2851 | 2218 | 5177 | 45563 | 7919 | 17236 | 455 | 2 | 50214 | 92746 | 8 | 60134 | 1259 | 250 | 211258 | 0 | 0 | 84616 | 5506 | 529503 | 3 | 482 | 78 | 517 | 10656 | 184145 | 987054 | 104791 | 14 | 335 | 50168 | 8083 | 0 | 169164 | 528919 | 1973 | 15 | 7 | 8102 | 1 | 6273 | 81 | 12 | 11 | 40555 | 1253 | 45929 | 137 | 17256 | 43974 | 15 | 80234 | 1958 | 19 | 183168 | 228468 | 3458 | 113427 | 160974 | 13204 | 8046 | 148 | 153 | 148123 | 27738 | 44975 | 1756 | 118487 | 11706 | 9 | 984 | 0 | 68 | 22945 | 16508 | 181596 | 1595 | 2 | 2 | 70692 | 114450 | 11547 | 438147 | 35564 | 305470 | 3 | 2990 | 8379 | 7 | 11388 | 77574 | 0 | 3 | 18246 | 36575 | 119600 | ||||||
140 | Channel Islands | 73030 | United Kingdom | E | 82592 | 1209 | 478 | 1124 | 2223 | 4528 | 73030 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
141 | Denmark | dk | Denmark | 56.264 | 9.502 | 35316 | Germany | E | 556825 | 11924 | 312 | 928 | 1 | 155 | 4 | 1191 | 666 | 5 | 2935 | 1858 | 301 | 18 | 90 | 1056 | 33 | 691 | 1996 | 6 | 47 | 0 | 597 | 450 | 18221 | 66 | 3242 | 6 | 5457 | 99 | 538 | 231 | 693 | 3699 | 28 | 10 | 16 | 1568 | 11342 | 512 | 0 | 3180 | 13 | 734 | 0 | 169 | 435 | 796 | 470 | 179 | 1123 | 376 | 963 | 21 | 14 | 160 | 581 | 1659 | 83 | 319 | 1459 | 2077 | 11985 | 22 | 3717 | 6922 | 0 | 0 | 5 | 632 | 215 | 35316 | 1844 | 2097 | 15986 | 10 | 0 | 235 | 112 | 59 | 100 | 154 | 126 | 3861 | 8199 | 9343 | 1122 | 13727 | 21974 | 1597 | 1663 | 6194 | 170 | 1869 | 1183 | 205 | 1559 | 1 | 1371 | 48 | 60 | 4321 | 12704 | 48 | 170 | 239 | 20 | 8666 | 489 | 58 | 87 | 833 | 9 | 50 | 99 | 0 | 0 | 26 | 142 | 1125 | 17 | 59 | 154 | 5477 | 203 | 1746 | 62 | 1993 | 6950 | 811 | 188 | 16 | 1369 | 19767 | 28 | 12686 | 80 | 8 | 70 | 1076 | 10585 | 30931 | 1517 | 0 | 88 | 8924 | 413 | 0 | 13615 | 5607 | 383 | 9 | 8 | 19 | 2 | 0 | 260 | 152 | 3524 | 19 | 343 | 756 | 1312 | 328 | 3 | 10389 | 1823 | 380 | 5732 | 8032 | 0 | 314 | 29 | 48 | 21988 | 2615 | 4203 | 27 | 12045 | 2908 | 144 | 17 | 164 | 900 | 32829 | 15 | 1441 | 6682 | 362 | 18047 | 1036 | 12029 | 234 | 272 | 4 | 687 | 10131 | 164 | 590 | 414 | ||||||||||||||||||||||||||||||||||||
142 | Estonia | ee | Estonia | 58.595 | 25.014 | 159036 | Russia | E | 209984 | 500 | 1209 | 12419 | 51 | 105 | 43 | 1152 | 73 | 1323 | 816 | 65 | 45 | 3205 | 475 | 3609 | 1753 | 48 | 417 | 731 | 159036 | 158 | 299 | 312 | 21014 | 54 | 161 | 911 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
143 | Faroe Islands | fo | Faroe Islands | 61.893 | -6.912 | 672 | Iceland | E | 3641 | 3 | 3 | 8 | 39 | 3 | 8 | 3 | 66 | 31 | 8 | 26 | 3 | 3 | 26 | 3 | 8 | 94 | 3 | 11 | 11 | 39 | 34 | 23 | 46 | 31 | 3 | 8 | 672 | 11 | 11 | 8 | 3 | 11 | 11 | 8 | 3 | 3 | 11 | 3 | 55 | 8 | 8 | 19 | 3 | 23 | 26 | 11 | 15 | 8 | 8 | 384 | 19 | 11 | 157 | 298 | 15 | 8 | 195 | 97 | 3 | 152 | 19 | 8 | 2 | 8 | 11 | 1 | 109 | 11 | 3 | 211 | 11 | 3 | 3 | 23 | 3 | 15 | 252 | 8 | 97 | 21 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
144 | Finland | fi | Finland | 61.924 | 25.748 | 68434 | Russia | E | 293167 | 1721 | 431 | 3295 | 236 | 816 | 2 | 436 | 0 | 1 | 359 | 91 | 1 | 1144 | 622 | 116 | 9 | 18 | 1753 | 13 | 282 | 564 | 2 | 13 | 2 | 5 | 152 | 691 | 13 | 1233 | 0 | 1492 | 10 | 48 | 271 | 662 | 1720 | 10 | 0 | 2 | 8 | 436 | 8874 | 1027 | 3 | 113 | 63 | 132 | 206 | 419 | 153 | 714 | 2 | 1282 | 1027 | 8 | 6 | 152 | 189 | 985 | 59 | 13 | 81 | 34013 | 1878 | 0 | 9 | 2345 | 0 | 10 | 561 | 48 | 6973 | 1139 | 0 | 903 | 0 | 1 | 77 | 67 | 7 | 23 | 13 | 1 | 51 | 2045 | 180 | 4934 | 418 | 5117 | 9074 | 549 | 0 | 832 | 2192 | 70 | 1377 | 281 | 213 | 1128 | 0 | 127 | 41 | 30 | 1422 | 574 | 0 | 120 | 183 | 0 | 825 | 91 | 16 | 20 | 443 | 1 | 6 | 36 | 0 | 15 | 41 | 0 | 683 | 0 | 3 | 56 | 3 | 0 | 2001 | 66 | 1178 | 81 | 0 | 1592 | 1494 | 0 | 228 | 102 | 22 | 1844 | 1801 | 7 | 1774 | 0 | 25 | 9 | 17 | 490 | 2434 | 3426 | 442 | 16 | 507 | 116 | 2182 | 68434 | 305 | 0 | 1 | 5 | 0 | 3 | 3 | 0 | 0 | 288 | 147 | 107 | 8 | 127 | 181 | 153 | 33 | 5 | 10093 | 771 | 2050 | 878 | 39 | 2 | 14 | 36117 | 1080 | 539 | 43 | 8542 | 131 | 0 | 63 | 1 | 30 | 661 | 6227 | 22 | 0 | 2 | 163 | 1272 | 109 | 5570 | 513 | 4896 | 0 | 102 | 108 | 1 | 167 | 5558 | 0 | 45 | 174 | 77 | ||||||||||||||||||||||||
145 | Iceland | is | Iceland | 64.963 | -19.021 | 9357 | Poland | E | 34377 | 9 | 35 | 27 | 1 | 33 | 30 | 5 | 1 | 95 | 135 | 12 | 7 | 1 | 4 | 2 | 40 | 97 | 1 | 1 | 3 | 15 | 147 | 121 | 0 | 132 | 1 | 2 | 8 | 250 | 35 | 0 | 72 | 517 | 0 | 161 | 0 | 4 | 2 | 157 | 38 | 4 | 159 | 0 | 2 | 3066 | 2 | 1 | 28 | 30 | 29 | 12 | 6 | 6 | 150 | 63 | 332 | 1 | 180 | 463 | 0 | 9 | 20 | 1592 | 47 | 0 | 24 | 73 | 31 | 17 | 1 | 19 | 10 | 28 | 166 | 286 | 122 | 53 | 49 | 88 | 32 | 224 | 16 | 86 | 12 | 18 | 67 | 4 | 1 | 1 | 683 | 30 | 2 | 2 | 1454 | 122 | 1 | 2 | 31 | 1 | 3 | 5 | 77 | 1 | 22 | 6 | 153 | 17 | 1 | 34 | 0 | 95 | 287 | 52 | 6 | 1 | 63 | 981 | 4 | 30 | 4 | 1 | 5 | 72 | 1479 | 9357 | 454 | 0 | 2 | 35 | 12 | 223 | 350 | 2 | 8 | 20 | 336 | 15 | 14 | 168 | 33 | 1 | 1 | 78 | 314 | 163 | 6 | 0 | 0 | 1876 | 143 | 19 | 2 | 1122 | 29 | 3 | 1 | 4 | 22 | 65 | 1 | 37 | 228 | 2 | 1184 | 21 | 1855 | 7 | 6 | 34 | 549 | 0 | 8 | 9 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
146 | Ireland | ie | Ireland | 53.413 | -8.244 | 253605 | United Kingdom | E | 735535 | 485 | 757 | 1241 | 4 | 1009 | 0 | 6 | 699 | 139 | 12 | 5520 | 777 | 154 | 47 | 186 | 2636 | 36 | 1211 | 1614 | 10 | 60 | 118 | 32 | 100 | 1114 | 245 | 8473 | 0 | 25 | 1952 | 17 | 124 | 41 | 916 | 4495 | 18 | 1 | 69 | 11 | 24 | 294 | 10459 | 309 | 2 | 2113 | 26 | 318 | 905 | 184 | 8 | 283 | 5948 | 339 | 559 | 964 | 3 | 5 | 37 | 100 | 1298 | 53 | 1 | 163 | 2693 | 525 | 9 | 6 | 41 | 958 | 10940 | 1 | 11 | 78 | 645 | 14253 | 1265 | 61 | 623 | 3 | 24 | 255 | 172 | 8 | 61 | 14 | 30 | 8040 | 62 | 16397 | 271 | 912 | 1584 | 431 | 7780 | 237 | 967 | 287 | 583 | 968 | 1 | 511 | 85 | 56 | 21751 | 263 | 69 | 247 | 713 | 9 | 37823 | 152 | 29 | 286 | 3474 | 8 | 41 | 367 | 1 | 36 | 2640 | 819 | 1 | 14 | 573 | 26 | 6 | 661 | 96 | 238 | 66 | 498 | 4935 | 8 | 1894 | 33 | 127 | 18540 | 507 | 155 | 7517 | 32 | 24 | 52 | 314 | 13099 | 124566 | 2445 | 73 | 525 | 3161 | 19566 | 5547 | 159 | 11 | 2 | 14 | 1 | 14 | 29 | 1 | 1819 | 44 | 704 | 29 | 404 | 442 | 2 | 11534 | 207 | 3 | 1360 | 7546 | 797 | 7658 | 566 | 137 | 657 | 41 | 48 | 1839 | 1026 | 282 | 45 | 1764 | 580 | 5 | 308 | 13 | 225 | 236 | 1164 | 14 | 2 | 426 | 3843 | 452 | 253605 | 266 | 24857 | 131 | 227 | 1 | 443 | 1620 | 3 | 62 | 646 | 2597 | |||||||||||||||||||||||||||
147 | Isle of Man | im | Isle of Man | 54.236 | -4.548 | 39344 | United Kingdom | E | 44688 | 1231 | 635 | 321 | 179 | 228 | 1908 | 82 | 521 | 39344 | 239 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
148 | Latvia | lv | Latvia | 56.880 | 24.603 | 146628 | Russia | E | 282887 | 37 | 8 | 20 | 2 | 2 | 0 | 1 | 21 | 821 | 1 | 146 | 140 | 2214 | 2 | 6 | 1 | 49235 | 116 | 1 | 5 | 34 | 513 | 1 | 1 | 7 | 134 | 2 | 2 | 5 | 211 | 8 | 2 | 2 | 3 | 6 | 53 | 26 | 220 | 11 | 260 | 2 | 3 | 37 | 1 | 3180 | 247 | 339 | 1 | 1472 | 2912 | 35 | 2 | 2 | 225 | 36 | 91 | 3 | 39 | 14 | 790 | 111 | 311 | 1 | 16 | 5 | 6452 | 4 | 3 | 896 | 41 | 6 | 1 | 18187 | 12 | 1 | 1 | 3 | 2 | 10 | 2 | 37 | 119 | 13 | 1 | 13 | 130 | 14 | 0 | 18 | 199 | 36 | 1 | 1 | 2 | 7 | 7 | 1120 | 57 | 1 | 38 | 1875 | 128 | 146628 | 2 | 4 | 6 | 2 | 4 | 62 | 11 | 7 | 12 | 3 | 227 | 31 | 3 | 2 | 424 | 93 | 18 | 610 | 15 | 1 | 3 | 3 | 98 | 650 | 3 | 36106 | 7 | 1423 | 2 | 677 | 3 | 2107 | 32 | 10 | 1 | 4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
149 | Lithuania | lt | Lithuania | 55.169 | 23.881 | 62143 | Russia | E | 147781 | 4922 | 1641 | 17 | 10 | 11 | 62 | 522 | 30 | 54 | 958 | 2 | 35708 | 81 | 4 | 54 | 88 | 71 | 1 | 252 | 17 | 3 | 4 | 1 | 5 | 14 | 12 | 60 | 4 | 213 | 0 | 3 | 19 | 1 | 1 | 885 | 2 | 89 | 253 | 693 | 1906 | 3 | 30 | 1 | 86 | 34 | 55 | 0 | 21 | 4 | 934 | 124 | 213 | 27 | 5 | 5375 | 1 | 4 | 430 | 6440 | 115 | 1 | 1 | 0 | 15 | 1 | 1 | 1 | 4 | 1 | 16 | 1 | 45 | 3 | 1 | 3 | 1 | 80 | 6 | 0 | 18 | 166 | 34 | 2 | 3 | 9 | 4 | 2425 | 33 | 1 | 22 | 738 | 27 | 62143 | 1 | 3 | 2 | 0 | 1 | 0 | 14 | 5 | 3 | 13 | 461 | 9 | 1 | 1 | 152 | 38 | 13 | 371 | 10 | 10 | 1 | 6 | 106 | 279 | 1 | 13322 | 26 | 2187 | 1 | 1107 | 17 | 1181 | 10 | 46 | 0 | 1 | 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
150 | Norway | no | Norway | 60.472 | 8.469 | 76184 | Poland | E | 694508 | 179 | 59 | 12481 | 573 | 1303 | 1 | 7 | 473 | 3 | 1036 | 272 | 20 | 2199 | 1622 | 514 | 18 | 29 | 928 | 22 | 889 | 1621 | 12 | 29 | 11 | 294 | 529 | 14717 | 126 | 4648 | 5 | 36 | 3578 | 29 | 1079 | 397 | 700 | 3225 | 449 | 6 | 3 | 6 | 28 | 7278 | 11430 | 1267 | 49 | 5813 | 5 | 198 | 284 | 338 | 3265 | 912 | 53 | 154 | 1847 | 44 | 2072 | 26235 | 51 | 16 | 738 | 715 | 934 | 190 | 2 | 9258 | 4123 | 6960 | 945 | 45 | 7478 | 6104 | 1 | 6 | 7 | 1219 | 270 | 30819 | 1815 | 9 | 1315 | 294 | 3 | 1 | 462 | 227 | 32 | 99 | 40 | 106 | 3138 | 7809 | 10280 | 1583 | 16198 | 24763 | 1011 | 851 | 3161 | 179 | 1449 | 409 | 816 | 1825 | 395 | 175 | 106 | 7565 | 2006 | 13 | 1045 | 441 | 30 | 25623 | 144 | 507 | 110 | 749 | 10 | 44 | 80 | 1 | 32 | 202 | 1101 | 18 | 119 | 384 | 5825 | 174 | 3175 | 94 | 1196 | 8850 | 653 | 186 | 48 | 1447 | 49 | 20324 | 57 | 7 | 155 | 1406 | 18205 | 76184 | 1764 | 14 | 53 | 8156 | 456 | 0 | 7281 | 17247 | 644 | 4 | 3 | 14 | 25 | 5 | 5 | 493 | 228 | 13752 | 14 | 544 | 735 | 13 | 3170 | 274 | 3 | 23278 | 1438 | 903 | 4124 | 10120 | 3559 | 745 | 42 | 16 | 53082 | 2270 | 1796 | 109 | 17151 | 2553 | 117 | 5 | 383 | 1022 | 12165 | 77 | 985 | 3520 | 343 | 20322 | 994 | 18669 | 3 | 236 | 420 | 910 | 14995 | 0 | 311 | 576 | 281 | |||||||||||||||||||||||||||
151 | Sweden | se | Sweden | 60.128 | 18.644 | 167185 | Finland | E | 1519510 | 89169 | 939 | 21919 | 1652 | 2831 | 2 | 744 | 6 | 3023 | 2149 | 3625 | 5905 | 2545 | 31 | 81 | 6852 | 120 | 2481 | 2181 | 12 | 86 | 10 | 23 | 4277 | 57741 | 93 | 6647 | 4 | 8 | 7506 | 80 | 2807 | 541 | 1340 | 3354 | 377 | 92 | 61 | 29000 | 28596 | 610 | 11356 | 6 | 765 | 399 | 835 | 6552 | 2533 | 599 | 1495 | 77 | 2632 | 45104 | 245 | 44 | 644 | 2239 | 5062 | 2837 | 43 | 14013 | 10350 | 15144 | 61 | 167185 | 8554 | 24 | 4371 | 1124 | 49717 | 2318 | 8 | 13472 | 45 | 801 | 435 | 129 | 126 | 139 | 0 | 364 | 15995 | 5301 | 19808 | 2308 | 66978 | 130449 | 2247 | 2482 | 8810 | 326 | 3256 | 3346 | 1577 | 2991 | 4 | 1702 | 772 | 500 | 5891 | 25244 | 44 | 941 | 1791 | 1 | 8993 | 287 | 98 | 80 | 1451 | 17 | 112 | 145 | 1 | 54 | 188 | 2245 | 1 | 37 | 1810 | 1645 | 8339 | 336 | 1498 | 115 | 2 | 795 | 9591 | 1092 | 744 | 36 | 3637 | 43752 | 41 | 10958 | 2 | 281 | 29 | 194 | 7271 | 11203 | 76848 | 3222 | 101 | 10773 | 581 | 22526 | 17670 | 477 | 1 | 32 | 15 | 25 | 4 | 11 | 2169 | 660 | 27348 | 67 | 768 | 699 | 1340 | 1067 | 4 | 44856 | 2249 | 1373 | 7864 | 7024 | 4313 | 1130 | 33 | 27 | 0 | 3316 | 28067 | 250 | 36274 | 5484 | 4 | 345 | 30 | 307 | 4603 | 45998 | 225 | 0 | 3413 | 5921 | 938 | 23129 | 1615 | 18682 | 2260 | 3147 | 1 | 1015 | 15994 | 1034 | 461 | 509 | ||||||||||||||||||||||||||||||||||
152 | United Kingdom | gb | United Kingdom | 55.378 | -3.436 | 756471 | India | E | 7824131 | 11589 | 104302 | 61438 | 16711 | 20889 | 12534 | 16055 | 112636 | 15666 | 6267 | 6021 | 239608 | 20069 | 6052 | 32767 | 6236 | 53246 | 5222 | 58366 | 12042 | 94000 | 24022 | 5018 | 151445 | 88522 | 26623 | 9032 | 9078 | 66845 | 40959 | 24575 | 21933 | 5043 | 5197 | 30289 | 20172 | 9354 | 19455 | 6021 | 14623 | 139259 | 10445 | 311286 | 81917 | 13312 | 38911 | 8356 | 21073 | 51198 | 756471 | 11489 | 75773 | 73726 | 412658 | 20786 | 136187 | 145505 | 42823 | 7311 | 5018 | 145403 | 14049 | 70654 | 17755 | 20069 | 133116 | 16137 | 56318 | 29101 | 48044 | 11039 | 5171 | 23080 | 7025 | 9400 | 44031 | 60414 | 55294 | 184314 | 17059 | 5222 | 476144 | 126972 | 661482 | 90314 | 21180 | 103421 | 46160 | 8028 | 6205 | 35511 | 15052 | 41143 | 62462 | 93181 | 214009 | 84989 | 134140 | 5146 | 5197 | 32378 | 17146 | 10035 | 41353 | 21826 | 9032 | 82941 | 64223 | 22527 | 9308 | 31108 | 222201 | 8069 | 28671 | 16629 | 34119 | 115708 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
153 | Southern Europe | 1874126 | Romania | 15998197 | 21678 | 159407 | 4333 | 1072266 | 85487 | 7 | 6237 | 167046 | 4 | 45 | 356116 | 19568 | 93 | 36633 | 32599 | 846 | 101 | 54 | 112286 | 66 | 32354 | 101360 | 40 | 2821 | 3 | 39 | 200218 | 829050 | 90 | 379987 | 0 | 30 | 283671 | 11815 | 848 | 1344 | 16157 | 45643 | 72307 | 10 | 33 | 253 | 284 | 3 | 76070 | 362733 | 198 | 2063 | 399164 | 27 | 6302 | 0 | 4829 | 26221 | 257257 | 149225 | 88 | 12638 | 21175 | 265 | 8906 | 17414 | 106 | 1203 | 54939 | 544006 | 121977 | 20049 | 21774 | 13435 | 3240 | 37420 | 0 | 0 | 77 | 17420 | 468510 | 3 | 36 | 916 | 20424 | 58221 | 536283 | 59764 | 28 | 27103 | 19 | 29 | 42 | 3 | 9364 | 19873 | 36018 | 114 | 717 | 147 | 38276 | 29187 | 1886 | 175432 | 4744 | 22252 | 13117 | 23730 | 39 | 8082 | 117680 | 428 | 16816 | 6123 | 8574 | 5457 | 2 | 627 | 1190 | 260 | 7227 | 13051 | 48 | 3166 | 40195 | 511 | 26536 | 11398 | 1989 | 655 | 727 | 83 | 23573 | 2265 | 14 | 0 | 11294 | 9671 | 0 | 56033 | 1 | 26014 | 260 | 144800 | 3 | 1176030 | 73347 | 355 | 121 | 2 | 5302 | 76453 | 1 | 2228 | 19490 | 646 | 89328 | 0 | 29 | 21492 | 50 | 173493 | 18 | 5504 | 101 | 89439 | 303939 | 176207 | 219098 | 156167 | 39 | 83 | 8484 | 195505 | 10 | 1874126 | 174347 | 721 | 55 | 4 | 23 | 22 | 38 | 65 | 2159 | 18593 | 1749 | 140509 | 300587 | 1120 | 2653 | 709 | 23 | 19578 | 70582 | 7 | 12005 | 23104 | 1715 | 72634 | 82396 | 654 | 1414 | 55 | 2157 | 35235 | 291086 | 18356 | 205 | 12106 | 177694 | 1805 | 4950 | 0 | 26 | 225 | 120217 | 104375 | 239 | 0 | 5 | 1045 | 361615 | 353 | 498504 | 1626 | 111465 | 29 | 88561 | 5473 | 23 | 231498 | 6610 | 43 | 6 | 371 | 973 | 2230 | ||||||
154 | Albania | al | Albania | 41.153 | 20.168 | 34896 | Serbia | E | 96798 | 4847 | 968 | 29077 | 13203 | 435 | 228 | 347 | 703 | 244 | 5816 | 466 | 34896 | 804 | 4764 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
155 | Andorra | ad | Andorra | 42.506 | 1.522 | 22411 | Spain | E | 45086 | 1626 | 542 | 708 | 61 | 200 | 199 | 105 | 4145 | 339 | 93 | 456 | 480 | 222 | 383 | 11830 | 22411 | 46 | 75 | 973 | 86 | 106 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
156 | Bosnia and Herzegovina | ba | Bosnia and Herzegovina | 43.916 | 17.679 | 7506 | Croatia | I | 23197 | 278 | 279 | 12 | 5 | 26 | 123 | 6 | 8 | 5 | 55 | 18 | 7 | 18 | 7506 | 50 | 3 | 102 | 326 | 40 | 94 | 8 | 69 | 4 | 12 | 2584 | 15 | 3 | 3 | 38 | 8 | 239 | 105 | 6005 | 1991 | 1153 | 3 | 21 | 39 | 4 | 1809 | 8 | 58 | 10 | 45 | 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
157 | Croatia | hr | Croatia | 45.100 | 15.200 | 499059 | Bosnia and Herzegovina | E | 756980 | 3533 | 3149 | 227 | 1107 | 2019 | 306 | 499059 | 195 | 755 | 195 | 70 | 1326 | 8213 | 2657 | 3294 | 39357 | 371 | 130 | 85 | 1045 | 118071 | 47768 | 447 | 741 | 20677 | 290 | 1893 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
158 | Gibraltar | gi | Gibraltar | 36.141 | -5.354 | 4327 | United Kingdom | E | 9662 | 1173 | 343 | 1328 | 2491 | 4327 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
159 | Greece | gr | Greece | 39.074 | 21.824 | 574840 | Albania | E | 988245 | 309 | 574840 | 453 | 7 | 13 | 0 | 4 | 0 | 570 | 7779 | 87 | 1034 | 594 | 134 | 2 | 2 | 16871 | 0 | 916 | 449 | 4 | 18 | 3 | 0 | 18 | 882 | 0 | 115 | 0 | 55988 | 4 | 29 | 0 | 252 | 1278 | 38 | 2 | 32 | 7 | 18 | 3 | 306 | 4414 | 61 | 393 | 0 | 345 | 0 | 18 | 20 | 461 | 460 | 19 | 11496 | 1293 | 4 | 49 | 305 | 0 | 80 | 697 | 116 | 11026 | 53 | 4 | 180 | 29 | 2361 | 0 | 22 | 362 | 1479 | 3 | 36 | 0 | 49 | 37912 | 11117 | 1051 | 26 | 19 | 0 | 42 | 3 | 4 | 18 | 0 | 20 | 7 | 0 | 33 | 933 | 0 | 9218 | 242 | 3335 | 7704 | 317 | 39 | 408 | 3368 | 2 | 1164 | 290 | 2680 | 564 | 0 | 154 | 0 | 167 | 2748 | 0 | 9 | 245 | 0 | 371 | 717 | 49 | 4 | 53 | 4 | 20 | 9 | 0 | 20 | 53 | 696 | 23920 | 0 | 534 | 2 | 1086 | 2 | 22 | 11 | 51 | 3735 | 96 | 47 | 111 | 3935 | 29 | 11 | 0 | 24549 | 0 | 38 | 2 | 85 | 252 | 5850 | 11765 | 4 | 39 | 0 | 325 | 6284 | 10 | 38597 | 16282 | 29 | 55 | 0 | 22 | 2 | 2 | 4 | 7 | 38 | 180 | 8365 | 31 | 205 | 51 | 5 | 295 | 478 | 0 | 13 | 2923 | 312 | 18 | 1791 | 299 | 257 | 2 | 1513 | 2724 | 58 | 7500 | 0 | 390 | 3390 | 2 | 4 | 0 | 7 | 1358 | 6487 | 31 | 0 | 120 | 14174 | 0 | 8445 | 229 | 1379 | 29 | 49 | 2124 | 2 | 232 | 40 | 42 | 2 | 27 | 33 | 65 | |||||||||||||||||
160 | Holy See | 0 | #N/A | I | 799 | 479 | 320 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
161 | Italy | it | Italy | 41.872 | 12.567 | 1008169 | Romania | E | 5721457 | 4006 | 449657 | 24601 | 89 | 1837 | 43 | 84532 | 1008 | 21318 | 12326 | 640 | 94 | 47 | 81934 | 52 | 26433 | 49407 | 24 | 2372 | 35 | 14763 | 9946 | 69 | 113929 | 30 | 57794 | 10585 | 812 | 1340 | 9836 | 27293 | 6321 | 206 | 256 | 13084 | 184911 | 38873 | 25 | 3266 | 1464 | 22794 | 21510 | 31930 | 714 | 9125 | 179 | 5451 | 3818 | 106 | 277 | 39712 | 92228 | 103111 | 10749 | 117 | 13221 | 1375 | 31547 | 54 | 3144 | 146537 | 328 | 1005 | 8534 | 230610 | 42837 | 20926 | 22 | 1964 | 3146 | 551 | 81 | 693 | 147 | 1951 | 12176 | 501 | 120224 | 2180 | 13115 | 3344 | 3917 | 4577 | 380 | 9460 | 3445 | 3418 | 3245 | 2 | 588 | 1028 | 254 | 2920 | 7047 | 27 | 2316 | 38548 | 178 | 5426 | 5092 | 1900 | 176 | 625 | 30 | 1226 | 1881 | 5 | 569 | 9600 | 7567 | 1 | 2085 | 236 | 3917 | 425188 | 801 | 316 | 85 | 2 | 1525 | 14235 | 1006 | 1072 | 509 | 48073 | 1970 | 43 | 71508 | 18 | 1047 | 94 | 2500 | 113230 | 129788 | 128158 | 7001 | 78 | 4206 | 151313 | 1008169 | 81356 | 661 | 4 | 23 | 36 | 49 | 2155 | 80 | 941 | 79102 | 62564 | 1081 | 1343 | 601 | 8236 | 3796 | 5 | 11961 | 6026 | 1378 | 30809 | 80543 | 321 | 1136 | 36 | 37 | 7224 | 207013 | 5503 | 183 | 9300 | 68714 | 27 | 4382 | 26 | 187 | 115588 | 20840 | 184 | 5 | 891 | 213303 | 319 | 72234 | 1320 | 60037 | 8267 | 2397 | 21 | 51207 | 4983 | 318 | 859 | 932 | |||||||||||||||||||||||||||||||||||||||||
162 | Malta | mt | Malta | 35.937 | 14.375 | 11429 | United Kingdom | E | 34455 | 1 | 106 | 53 | 1 | 1 | 2 | 19 | 28 | 5463 | 125 | 2 | 2 | 4 | 18 | 5 | 26 | 130 | 8 | 1 | 171 | 1 | 67 | 507 | 1 | 4 | 2136 | 1 | 4 | 12 | 364 | 11 | 11 | 1 | 7 | 122 | 1 | 53 | 67 | 2 | 8 | 84 | 4 | 627 | 43 | 26 | 5 | 63 | 57 | 285 | 1 | 32 | 1063 | 18 | 73 | 2 | 1 | 5 | 2 | 1 | 37 | 5 | 320 | 30 | 23 | 80 | 313 | 21 | 1572 | 8 | 39 | 32 | 15 | 47 | 22 | 4 | 1 | 30 | 75 | 19 | 8 | 1061 | 25 | 2 | 5 | 40 | 9 | 4 | 1 | 8 | 1 | 206 | 11 | 4 | 2 | 471 | 23 | 26 | 126 | 43 | 1 | 136 | 1 | 21 | 232 | 136 | 26 | 9 | 46 | 493 | 841 | 1 | 11 | 28 | 1 | 663 | 4 | 8 | 21 | 90 | 45 | 19 | 112 | 12 | 78 | 23 | 32 | 10 | 2 | 8 | 184 | 112 | 251 | 105 | 98 | 23 | 395 | 195 | 1 | 2 | 203 | 18 | 11429 | 5 | 1528 | 19 | 5 | 1 | 11 | 14 | 39 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
163 | Montenegro | me | Montenegro | 42.709 | 19.374 | 19775 | Albania | E | 50708 | 1649 | 329 | 19775 | 9886 | 4489 | 148 | 77 | 118 | 238 | 84 | 158 | 11864 | 273 | 1620 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
164 | Portugal | pt | Portugal | 39.400 | -8.224 | 161395 | Angola | E | 893847 | 1129 | 2524 | 9 | 52 | 240 | 385 | 161395 | 0 | 1365 | 105 | 0 | 1243 | 521 | 68 | 3 | 1 | 1519 | 7 | 977 | 3534 | 3 | 33 | 0 | 4 | 221 | 44 | 18 | 138664 | 5350 | 19 | 4 | 2 | 76 | 7516 | 61492 | 8 | 2 | 5 | 202 | 10806 | 137 | 2063 | 667 | 2 | 492 | 20 | 135 | 86 | 1675 | 69 | 31 | 257 | 77 | 1877 | 408 | 0 | 17 | 70 | 461 | 434 | 89 | 227 | 2 | 132 | 32 | 0 | 0 | 347 | 93781 | 0 | 586 | 119 | 1106 | 27792 | 199 | 2 | 194 | 0 | 7 | 32 | 4650 | 29358 | 6 | 4 | 15 | 413 | 30 | 8068 | 257 | 211 | 44 | 1614 | 351 | 2816 | 27 | 320 | 29 | 900 | 106 | 5 | 2 | 213 | 76 | 2 | 29 | 30 | 210 | 377 | 4056 | 27 | 473 | 50 | 0 | 118 | 46 | 42 | 9 | 274 | 20 | 81 | 0 | 2033 | 72541 | 4 | 19 | 549 | 4092 | 1 | 47 | 15 | 276 | 343 | 5 | 2000 | 36 | 3 | 55 | 295 | 492 | 1007 | 3 | 133 | 20377 | 23513 | 5862 | 20 | 3 | 0 | 18506 | 14 | 2148 | 54 | 4 | 55 | 29 | 18 | 96 | 59 | 1 | 11392 | 2 | 16366 | 27 | 2 | 15 | 599 | 831 | 16717 | 27 | 21 | 281 | 283 | 1776 | 78 | 0 | 5 | 142 | 308 | 19 | 29 | 48065 | 3 | 18989 | 71 | 7188 | 233 | 909 | 24970 | 55 | 4 | 18 | 1184 | |||||||||||||||||||||||||||||||||||||||||||
165 | San Marino | sm | San Marino | 43.936 | 12.460 | 4219 | Italy | I | 4857 | 33 | 0 | 73 | 3 | 1 | 10 | 4 | 1 | 27 | 3 | 0 | 5 | 11 | 4 | 4 | 18 | 21 | 2 | 9 | 4 | 5 | 2 | 2 | 22 | 0 | 4 | 0 | 0 | 2 | 1 | 7 | 0 | 1 | 4219 | 1 | 2 | 2 | 1 | 2 | 3 | 19 | 0 | 1 | 0 | 0 | 2 | 1 | 28 | 1 | 19 | 121 | 48 | 0 | 3 | 9 | 0 | 3 | 0 | 0 | 2 | 0 | 0 | 1 | 5 | 4 | 63 | 4 | 14 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
166 | Serbia | rs | Serbia | 44.017 | 21.006 | 170974 | Bosnia and Herzegovina | E | 532457 | 5885 | 6297 | 266 | 61 | 338 | 3709 | 116 | 115 | 170974 | 56 | 1150 | 196 | 383 | 157361 | 598 | 56 | 3333 | 7922 | 833 | 2071 | 158 | 566 | 89 | 263 | 80674 | 361 | 8 | 824 | 161 | 5015 | 2184 | 440 | 14703 | 51 | 555 | 1095 | 83 | 61315 | 158 | 1217 | 201 | 572 | 44 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
167 | Slovenia | si | Slovenia | 46.151 | 14.995 | 98501 | Bosnia and Herzegovina | E | 233293 | 8 | 140 | 30 | 2 | 427 | 6 | 6 | 427 | 3175 | 2 | 5 | 1 | 122 | 319 | 1 | 1 | 12 | 98501 | 2 | 95 | 949 | 4 | 3 | 2 | 14 | 438 | 2 | 1 | 38 | 1 | 29 | 807 | 38 | 8 | 3 | 1 | 49475 | 60 | 18 | 387 | 3 | 2 | 45 | 1 | 160 | 9 | 93 | 4 | 21 | 10 | 1 | 34 | 1252 | 2 | 11 | 16 | 8547 | 28 | 95 | 1 | 8 | 5 | 2 | 11 | 5 | 390 | 9 | 111 | 33 | 64 | 55 | 50 | 41 | 3233 | 11 | 68 | 63 | 48 | 25 | 12 | 2 | 3 | 26 | 22 | 3 | 36 | 13 | 39 | 46 | 13 | 1 | 8 | 5 | 7 | 5 | 51 | 1 | 3 | 2869 | 1 | 16 | 3 | 2 | 2 | 11 | 336 | 22 | 3 | 32 | 26 | 1 | 19 | 4 | 2 | 3 | 47 | 89 | 358 | 41 | 2 | 17 | 314 | 352 | 1241 | 10 | 14 | 6 | 36719 | 6 | 7 | 536 | 2 | 11 | 42 | 11 | 458 | 12 | 2 | 9 | 369 | 1118 | 34 | 1 | 200 | 14398 | 3 | 3 | 49 | 96 | 4 | 3 | 1513 | 13 | 577 | 1 | 714 | 7 | 24 | 50 | 6 | 1 | 4 | 11 | 3 | 10 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
168 | Spain | es | Spain | 40.464 | -3.749 | 797603 | Romania | E | 6466605 | 489 | 143772 | 1985 | 60110 | 5749 | 3811 | 268129 | 10642 | 5616 | 10000 | 11939 | 3748 | 46888 | 397 | 185203 | 2041 | 126834 | 160832 | 1202 | 5975 | 6013 | 4453 | 62031 | 161019 | 359178 | 2176 | 3323 | 3264 | 1633 | 115078 | 326 | 9343 | 1519 | 12520 | 828 | 14291 | 451184 | 4188 | 9158 | 21383 | 1678 | 3407 | 13474 | 216248 | 19239 | 10621 | 240003 | 15631 | 4249 | 7361 | 12050 | 6104 | 36271 | 9393 | 1341 | 37397 | 2002 | 5497 | 1724 | 17519 | 2683 | 97721 | 5764 | 2171 | 1511 | 1470 | 3870 | 3083 | 801 | 110 | 20296 | 1485 | 22220 | 311 | 10654 | 47441 | 745674 | 3164 | 52615 | 893 | 18353 | 36885 | 19099 | 75281 | 4379 | 86795 | 190004 | 39372 | 75641 | 137264 | 3794 | 16983 | 797603 | 65593 | 714 | 59072 | 3972 | 1036 | 7848 | 1253 | 2555 | 22832 | 64118 | 4954 | 1830 | 625 | 483 | 2680 | 3723 | 82956 | 381025 | 38009 | 79899 | 155034 | 1525 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
169 | The former Yugoslav Republic of Macedonia | 72556 | Turkey | E | 139751 | 590 | 884 | 25400 | 4 | 8468 | 1043 | 1393 | 53 | 1910 | 42 | 228 | 80 | 38 | 8968 | 98 | 24 | 211 | 17411 | 37 | 250 | 72556 | 63 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
170 | Western Europe | 2300253 | Turkey | 24343835 | 416869 | 138146 | 150527 | 47792 | 1445029 | 1 | 1035 | 27230 | 34 | 213 | 33113 | 36925 | 3499 | 35590 | 292451 | 22438 | 252 | 602 | 16187 | 258 | 38573 | 262901 | 124 | 22883 | 160 | 528 | 9484 | 378812 | 364 | 162914 | 13 | 694 | 136755 | 11109 | 7002 | 67211 | 107846 | 69444 | 37884 | 7277 | 13 | 16727 | 7916 | 0 | 32469 | 274909 | 758 | 32 | 67736 | 36071 | 84199 | 4 | 3286 | 97433 | 301834 | 20979 | 65417 | 3383 | 193174 | 5115 | 102046 | 44493 | 6670 | 6943 | 33332 | 16148 | 78184 | 2713 | 2947 | 19315 | 13051 | 32901 | 10 | 2 | 303 | 33599 | 501561 | 0 | 15 | 20191 | 6420 | 26139 | 972106 | 52658 | 100 | 293558 | 20 | 110 | 0 | 1 | 5624 | 38276 | 3677 | 7194 | 77118 | 17 | 2226 | 187636 | 3134 | 152675 | 162487 | 198315 | 155988 | 37121 | 21 | 42800 | 1320401 | 3647 | 57986 | 14036 | 725613 | 15989 | 19 | 2529 | 52369 | 44196 | 23314 | 126602 | 267 | 5796 | 7778 | 3051 | 39786 | 38248 | 121028 | 533 | 12477 | 89 | 70726 | 2179 | 7 | 0 | 17521 | 47738 | 6 | 31887 | 4 | 24888 | 4202 | 54821 | 14 | 1289015 | 3237 | 2520 | 923 | 19 | 7995 | 363502 | 14 | 9626 | 2404 | 7592 | 48952 | 0 | 0 | 18986 | 714 | 83866 | 2 | 1606 | 473 | 3405 | 39984 | 97088 | 1469602 | 1080053 | 56 | 313 | 57526 | 28921 | 0 | 571287 | 1159858 | 11303 | 3 | 91 | 4799 | 0 | 118 | 61 | 234 | 437 | 6595 | 123117 | 635941 | 950 | 10387 | 8997 | 16796 | 99080 | 54621 | 53 | 40011 | 37672 | 4942 | 530077 | 124859 | 1408 | 4074 | 215285 | 233 | 52198 | 167547 | 76620 | 13074 | 130690 | 171735 | 17 | 37732 | 0 | 128 | 1794 | 432364 | 2300253 | 5600 | 9 | 15 | 4372 | 268028 | 2067 | 411563 | 4214 | 252658 | 1 | 5632 | 25945 | 766 | 17934 | 258697 | 0 | 31 | 3644 | 2129 | 3479 | ||||||
171 | Austria | at | Austria | 47.516 | 14.550 | 199935 | Germany | E | 1333807 | 7704 | 2812 | 1153 | 2 | 305 | 6 | 1361 | 2727 | 2225 | 961 | 20 | 19 | 2446 | 19 | 1490 | 2301 | 37 | 71 | 17 | 22 | 455 | 138677 | 23 | 4635 | 5 | 14061 | 109 | 87 | 856 | 584 | 2276 | 37 | 26 | 11 | 1124 | 15831 | 251 | 15 | 1403 | 409 | 160 | 191 | 35755 | 786 | 290 | 49153 | 2514 | 626 | 1268 | 6 | 45 | 2793 | 591 | 13309 | 61 | 9 | 93 | 333 | 1140 | 16 | 1428 | 8012 | 22 | 562 | 2963 | 199935 | 2211 | 3577 | 14 | 1 | 333 | 270 | 61 | 17 | 56 | 88 | 39743 | 168 | 12133 | 1085 | 13849 | 4937 | 881 | 2290 | 26578 | 186 | 2654 | 669 | 986 | 878 | 226 | 579 | 111 | 721 | 1646 | 4 | 245 | 411 | 338 | 812 | 682 | 67 | 34 | 431 | 8 | 89 | 97 | 30 | 102 | 1351 | 1 | 22 | 1612 | 19521 | 1722 | 60 | 63 | 164 | 1 | 525 | 7575 | 396 | 186 | 28 | 7583 | 864 | 28 | 4302 | 1 | 55 | 53 | 204 | 1508 | 12384 | 58977 | 1540 | 5 | 23 | 1590 | 62801 | 27681 | 189 | 2 | 13 | 9 | 4 | 1 | 2 | 426 | 299 | 174437 | 39 | 239 | 256 | 24283 | 16005 | 13 | 1086 | 2496 | 311 | 3684 | 877 | 248 | 257 | 18 | 21 | 3174 | 14123 | 2967 | 254 | 5009 | 19592 | 195 | 6 | 62 | 3298 | 165206 | 125 | 11 | 245 | 7357 | 157 | 9843 | 140 | 9879 | 252 | 674 | 6 | 817 | 2989 | 85 | 101 | 267 | ||||||||||||||||||||||||||||||||||||||||||
172 | Belgium | be | Belgium | 50.504 | 4.470 | 189367 | Italy | E | 1159801 | 3170 | 23810 | 2038 | 3125 | 9987 | 2088 | 3243 | 762 | 2828 | 717 | 1055 | 1332 | 510 | 1500 | 5818 | 14641 | 1409 | 8161 | 3098 | 1040 | 9611 | 1469 | 684 | 1672 | 849 | 660 | 259 | 2447 | 20072 | 3343 | 691 | 1124 | 2461 | 654 | 606 | 3358 | 155879 | 1342 | 43821 | 3226 | 16450 | 2306 | 278 | 3127 | 7701 | 1286 | 3782 | 1737 | 4030 | 1671 | 189367 | 5051 | 34 | 1798 | 1027 | 762 | 1760 | 1099 | 4905 | 282 | 636 | 745 | 949 | 1494 | 91090 | 1036 | 148440 | 748 | 2550 | 1503 | 4254 | 1058 | 3460 | 47894 | 36777 | 749 | 29328 | 14243 | 2019 | 1320 | 9122 | 655 | 3426 | 627 | 692 | 817 | 50282 | 4920 | 2339 | 1670 | 3355 | 2570 | 1795 | 4407 | 43966 | 2633 | 27835 | 12598 | 1623 | 1163 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
173 | France | fr | France | 46.228 | 2.214 | 1406845 | Algeria | E | 7439086 | 4682 | 6583 | 1406845 | 1 | 965 | 17886 | 9 | 59 | 12731 | 18766 | 10 | 6567 | 12350 | 4043 | 45 | 159 | 4912 | 75 | 3343 | 150670 | 8 | 20075 | 113 | 85 | 3095 | 13707 | 40 | 56449 | 48 | 17332 | 8595 | 1835 | 62289 | 78561 | 25309 | 21920 | 4 | 16440 | 7295 | 14162 | 93269 | 507 | 17 | 26778 | 36024 | 68317 | 4 | 740 | 88440 | 9929 | 4700 | 34 | 1013 | 8955 | 59 | 62172 | 6373 | 6462 | 6336 | 3432 | 4068 | 30421 | 1096 | 384 | 628 | 893 | 8531 | 4 | 154 | 3765 | 19451 | 1875 | 7457 | 229738 | 6584 | 69 | 12675 | 13 | 2944 | 29045 | 3014 | 4642 | 73100 | 577 | 10377 | 378 | 47261 | 4864 | 22408 | 6019 | 9664 | 13 | 9044 | 361475 | 510 | 19966 | 1419 | 2540 | 1719 | 8 | 723 | 709 | 41914 | 2743 | 46378 | 48 | 772 | 2311 | 27 | 2573 | 12674 | 118397 | 105 | 2495 | 6 | 69253 | 483 | 16380 | 43599 | 12370 | 3 | 24531 | 1403 | 1379 | 6 | 911046 | 1268 | 463 | 171 | 1304 | 41868 | 1926 | 636 | 5411 | 5671 | 4003 | 108 | 19849 | 502 | 26 | 1015 | 11488 | 14970 | 106408 | 629118 | 51 | 146 | 20358 | 6451 | 65700 | 50648 | 6091 | 1 | 4 | 4670 | 29 | 18 | 216 | 220 | 2448 | 115909 | 74609 | 588 | 1280 | 2245 | 9 | 4379 | 2550 | 4 | 1851 | 5093 | 1533 | 299355 | 40138 | 977 | 1264 | 23977 | 21 | 9894 | 93682 | 16478 | 241 | 17849 | 4413 | 11 | 23367 | 95 | 404 | 382129 | 259514 | 208 | 7 | 1 | 571 | 15616 | 771 | 172806 | 633 | 53010 | 1 | 2395 | 1085 | 728 | 6231 | 123638 | 17 | 479 | 340 | 689 | ||||||||||||||||||||||||||
174 | Germany | de | Germany | 51.166 | 10.452 | 1543787 | Turkey | E | 9845244 | 304589 | 87025 | 97970 | 31969 | 13406 | 7219 | 10667 | 9415 | 203157 | 15469 | 4420 | 30937 | 22687 | 1374 | 1733 | 158813 | 44344 | 66001 | 1396 | 543 | 790 | 11344 | 16500 | 207 | 5156 | 74251 | 12375 | 12556 | 734 | 2830 | 233064 | 10312 | 905 | 111375 | 1985 | 7219 | 21657 | 7219 | 4465 | 14437 | 456 | 8250 | 9281 | 8250 | 15469 | 123751 | 349 | 2611 | 13406 | 23719 | 238220 | 651 | 2791 | 434 | 564 | 105188 | 1381 | 46406 | 12375 | 120657 | 93844 | 12375 | 20625 | 433127 | 1269 | 16500 | 10312 | 717753 | 7219 | 49500 | 939 | 14437 | 67031 | 2292 | 3056 | 222 | 29907 | 16500 | 628 | 3652 | 764 | 452 | 7219 | 20625 | 93844 | 762 | 2595 | 137157 | 1621 | 529 | 894 | 22687 | 7219 | 39188 | 306 | 985 | 12375 | 41250 | 1146754 | 107250 | 25781 | 19594 | 383626 | 1007536 | 741 | 1027 | 2252 | 189750 | 3420 | 1263 | 50532 | 30937 | 6115 | 8250 | 88688 | 41250 | 17531 | 45376 | 44344 | 12375 | 71157 | 86626 | 9281 | 452 | 26813 | 1543787 | 5156 | 1475 | 234094 | 96938 | 1042 | 111375 | 658 | 21657 | 3248 | 106219 | 2164 | 326 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
175 | Liechtenstein | li | Liechtenstein | 47.166 | 9.555 | 3684 | Switzerland | I | 12208 | 135 | 350 | 2148 | 18 | 308 | 75 | 3 | 59 | 133 | 13 | 24 | 2 | 7 | 71 | 1377 | 63 | 29 | 1 | 13 | 1180 | 5 | 14 | 69 | 6 | 21 | 658 | 323 | 19 | 47 | 341 | 16 | 3684 | 138 | 810 | 48 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
176 | Luxembourg | lu | Luxembourg | 49.815 | 6.130 | 85716 | Portugal | E | 229409 | 318 | 107 | 15 | 42 | 7 | 82 | 876 | 1 | 1 | 32 | 1 | 46 | 17925 | 8 | 4 | 2559 | 315 | 796 | 3 | 7 | 1 | 65 | 250 | 1709 | 1 | 4 | 62 | 1114 | 28 | 3 | 18 | 439 | 25 | 58 | 821 | 6 | 103 | 2296 | 122 | 38 | 17 | 27 | 477 | 8 | 1 | 1180 | 32752 | 3 | 10 | 12787 | 10 | 1651 | 8 | 15 | 1 | 3 | 983 | 349 | 205 | 17 | 246 | 15 | 1474 | 45 | 18667 | 1 | 300 | 3 | 4 | 3 | 3 | 443 | 37 | 1 | 6 | 543 | 11 | 28 | 6 | 245 | 3 | 56 | 30 | 1 | 9029 | 260 | 3 | 34 | 4041 | 25 | 1 | 13 | 8 | 186 | 21 | 4 | 1 | 3 | 105 | 200 | 2852 | 85716 | 53 | 15 | 1575 | 415 | 27 | 32 | 6258 | 3 | 3 | 13 | 641 | 439 | 3 | 49 | 2 | 3620 | 13 | 1 | 1 | 1865 | 562 | 1 | 184 | 366 | 20 | 1 | 142 | 212 | 6 | 186 | 5927 | 1160 | 11 | 10 | 27 | 77 | 4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
177 | Monaco | mc | Monaco | 43.738 | 7.425 | 7798 | France | E | 24299 | 30 | 49 | 2 | 123 | 199 | 861 | 67 | 12 | 1 | 200 | 0 | 14 | 10 | 1 | 11 | 156 | 5 | 69 | 7798 | 2 | 887 | 259 | 3 | 9 | 14 | 37 | 76 | 36 | 15 | 7006 | 55 | 0 | 203 | 25 | 5 | 0 | 37 | 335 | 469 | 19 | 47 | 12 | 58 | 618 | 27 | 50 | 26 | 29 | 56 | 40 | 308 | 317 | 973 | 21 | 19 | 112 | 76 | 88 | 1862 | 429 | 17 | 14 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
178 | Netherlands | nl | Netherlands | 52.133 | 5.291 | 203483 | Turkey | E | 1964922 | 756 | 252 | 33589 | 1006 | 4046 | 13 | 322 | 25 | 35 | 2982 | 782 | 3489 | 10422 | 6796 | 676 | 57 | 121 | 1240 | 78 | 247 | 52442 | 16 | 286 | 30 | 348 | 832 | 6583 | 227 | 15058 | 13 | 585 | 18044 | 369 | 2547 | 714 | 1983 | 9629 | 12120 | 7273 | 13 | 58 | 98 | 3277 | 62639 | 13916 | 16 | 1019 | 727 | 1298 | 230 | 1286 | 65383 | 484 | 6393 | 57 | 5089 | 3460 | 102 | 79 | 8569 | 2030 | 12526 | 368 | 49 | 1585 | 829 | 9228 | 6 | 2 | 62 | 2840 | 23561 | 15 | 89 | 658 | 279 | 126587 | 14175 | 31 | 11551 | 7 | 49 | 683 | 2633 | 263 | 2399 | 1417 | 445 | 10920 | 450 | 20141 | 139260 | 28079 | 42011 | 5054 | 8 | 5333 | 22255 | 891 | 5979 | 921 | 167 | 2808 | 2 | 1117 | 57 | 204 | 2557 | 3459 | 129 | 2049 | 917 | 5 | 3608 | 1079 | 180 | 285 | 3521 | 10 | 167 | 326 | 5 | 343 | 363 | 6 | 3425 | 70 | 503 | 4 | 8 | 173489 | 658 | 982 | 261 | 1 | 1561 | 14 | 3779 | 450 | 301 | 7002 | 2749 | 490 | 11868 | 288 | 135 | 193 | 3845 | 11611 | 80639 | 15631 | 74 | 7015 | 93 | 13606 | 40344 | 1163 | 2 | 80 | 56 | 64 | 24 | 158 | 1714 | 970 | 53050 | 87 | 4453 | 3382 | 16787 | 3489 | 102 | 15 | 25403 | 13406 | 2491 | 21887 | 10496 | 2053 | 191182 | 85 | 4434 | 6808 | 7499 | 41 | 13450 | 123 | 1217 | 8 | 539 | 4479 | 203483 | 15 | 2 | 1292 | 887 | 622 | 48977 | 1523 | 26445 | 634 | 165 | 11 | 3665 | 12729 | 7 | 459 | 1000 | 1461 | ||||||||||||||||||||||||||
179 | Switzerland | ch | Switzerland | 46.818 | 8.228 | 356974 | Germany | E | 2335059 | 108219 | 26709 | 4544 | 1979 | 9455 | 55 | 6614 | 113 | 8729 | 731 | 5994 | 64097 | 571 | 129 | 303 | 2082 | 85 | 1178 | 15997 | 63 | 559 | 73 | 3365 | 56665 | 74 | 36153 | 56 | 5865 | 637 | 574 | 2561 | 7147 | 12182 | 2098 | 202 | 301 | 7634 | 18125 | 11767 | 31 | 1213 | 922 | 2973 | 21435 | 3210 | 374 | 14017 | 494 | 6765 | 5916 | 100 | 361 | 10590 | 4977 | 6340 | 732 | 44 | 8759 | 582 | 5133 | 70 | 5483 | 149737 | 275 | 714 | 682 | 356974 | 2733 | 9112 | 47 | 1005 | 1213 | 339 | 135 | 1821 | 17 | 552 | 17255 | 407 | 18791 | 3600 | 9218 | 7425 | 3594 | 3777 | 260746 | 790 | 7481 | 678 | 2365 | 3362 | 9 | 463 | 494 | 1028 | 1651 | 6088 | 86 | 437 | 1083 | 2453 | 1244 | 2378 | 1745 | 109 | 2350 | 65 | 442 | 294 | 2 | 129 | 2873 | 6506 | 265 | 683 | 2755 | 17229 | 1248 | 250 | 327 | 17 | 940 | 23883 | 1860 | 602 | 197 | 3451 | 2409 | 88 | 4384 | 1 | 451 | 258 | 1005 | 9593 | 13213 | 25999 | 202745 | 70 | 3570 | 1178 | 14624 | 18941 | 1073 | 5 | 60 | 16 | 15 | 17 | 57 | 980 | 2309 | 128392 | 233 | 337 | 1838 | 12282 | 3858 | 21 | 4861 | 7521 | 605 | 61912 | 32085 | 182 | 499 | 108 | 106 | 10047 | 3640 | 163 | 19686 | 57907 | 6 | 1838 | 19 | 336 | 10984 | 83199 | 96 | 3 | 783 | 7255 | 429 | 47327 | 876 | 37762 | 1682 | 731 | 21 | 3929 | 11868 | 7 | 457 | 362 | 1058 | |||||||||||||||||||||||||||||||||||||||
180 | LATIN AMERICA AND THE CARIBBEAN | 1284001 | United States | 8548070 | 39040 | 123467 | 376 | 479 | 1271 | 15 | 103 | 7117 | 2073 | 8463 | 299660 | 1056 | 5569 | 5385 | 9366 | 90 | 1928 | 93 | 220 | 5539 | 546 | 10003 | 6705 | 62 | 176 | 34 | 454055 | 164 | 38 | 224752 | 4231 | 166 | 2470 | 66 | 33 | 278 | 316 | 45691 | 1269 | 2675 | 144 | 50 | 39 | 134 | 274254 | 105059 | 4524 | 64 | 1145371 | 9 | 281 | 16 | 32387 | 404 | 3261 | 83432 | 6878 | 148 | 4771 | 1422 | 285 | 2682 | 3 | 22640 | 124167 | 83305 | 4479 | 65473 | 86 | 39 | 443 | 1549 | 15 | 81 | 22 | 1585 | 176835 | 4115 | 13 | 49 | 57 | 189 | 75068 | 322 | 44 | 4916 | 516 | 8892 | 11427 | 14 | 83957 | 138 | 996 | 49995 | 352883 | 4 | 61187 | 5200 | 635 | 14801 | 1898 | 2129 | 875 | 1887 | 3 | 8856 | 273274 | 34159 | 72529 | 2212 | 96 | 420 | 87 | 175 | 20 | 1312 | 602 | 26362 | 18 | 115 | 466 | 139 | 1535 | 364 | 135 | 33 | 511 | 19 | 159 | 183 | 4 | 14928 | 28 | 23 | 2 | 75326 | 18 | 180 | 57 | 395 | 2960 | 2314 | 1608 | 150 | 71 | 65 | 90 | 39225 | 39 | 1222 | 345994 | 88 | 2045 | 13 | 10 | 2338 | 59 | 1458 | 32 | 26259 | 24 | 648665 | 439476 | 8408 | 18104 | 194809 | 25346 | 50 | 31532 | 684 | 1186 | 6510 | 15517 | 781 | 1061 | 13286 | 16490 | 54 | 15792 | 15 | 71 | 86 | 2298 | 369 | 1488 | 36 | 55 | 414 | 1533 | 607 | 1581 | 13 | 59 | 15403 | 48 | 284723 | 181 | 2156 | 40 | 37270 | 21 | 5359 | 18508 | 18181 | 20 | 1075 | 2841 | 54 | 71 | 0 | 365 | 21685 | 268 | 2428 | 42 | 316 | 9 | 135 | 9546 | 126 | 59178 | 181 | 1284001 | 4025 | 164380 | 100 | 218 | 133381 | 564 | 18 | 11 | 68 | 72 | 233 | ||||||
181 | Caribbean | 331117 | Haiti | 1407253 | 19657 | 57656 | 11 | 143 | 393 | 4 | 7 | 127 | 2013 | 8221 | 6203 | 11 | 4800 | 504 | 1796 | 26 | 1651 | 29 | 23 | 5081 | 47 | 1416 | 583 | 31 | 121 | 12 | 638 | 12 | 13 | 1912 | 4192 | 0 | 646 | 0 | 4 | 167 | 7 | 15591 | 4 | 2569 | 48 | 11 | 4 | 21 | 4225 | 9049 | 142 | 0 | 26873 | 0 | 23 | 12 | 4108 | 4 | 2 | 34355 | 5744 | 9 | 228 | 8 | 15 | 134 | 0 | 21722 | 99126 | 2340 | 82 | 1380 | 6 | 2 | 4 | 1363 | 0 | 0 | 0 | 86 | 106428 | 3273 | 0 | 0 | 0 | 22 | 10884 | 117 | 0 | 212 | 91 | 8439 | 9228 | 2 | 1563 | 17 | 6 | 25660 | 331117 | 0 | 4028 | 168 | 22 | 6448 | 367 | 138 | 13 | 422 | 0 | 348 | 13395 | 31702 | 2590 | 179 | 27 | 172 | 0 | 4 | 7 | 36 | 29 | 2067 | 0 | 4 | 43 | 0 | 33 | 38 | 27 | 0 | 90 | 0 | 17 | 53 | 0 | 10100 | 0 | 9 | 0 | 6494 | 4 | 4 | 11 | 130 | 2934 | 43 | 17 | 8 | 3 | 8 | 0 | 18284 | 8 | 139 | 1862 | 43 | 334 | 0 | 0 | 107 | 6 | 424 | 0 | 2894 | 2 | 92 | 6021 | 4652 | 798 | 1933 | 20309 | 0 | 925 | 8 | 799 | 223 | 2544 | 0 | 130 | 13200 | 14639 | 0 | 15235 | 4 | 0 | 8 | 44 | 6 | 260 | 0 | 25 | 23 | 1274 | 31 | 4 | 4 | 4 | 507 | 8 | 19684 | 33 | 270 | 6 | 4575 | 8 | 547 | 4225 | 905 | 0 | 101 | 13 | 0 | 17 | 0 | 20 | 17934 | 12 | 179 | 0 | 310 | 4 | 13 | 820 | 3 | 24437 | 29 | 255592 | 4005 | 2861 | 10 | 0 | 35810 | 162 | 17 | 2 | 33 | 27 | 38 | ||||||
182 | Anguilla | ai | Anguilla | 18.221 | -63.069 | 1049 | Saint Kitts and Nevis | E | 6520 | 286 | 1073 | 150 | 836 | 494 | 581 | 360 | 1049 | 513 | 649 | 529 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
183 | Antigua and Barbuda | ag | Antigua and Barbuda | 17.061 | -61.796 | 6309 | Guyana | E | 28733 | 221 | 183 | 40 | 5 | 7 | 2 | 294 | 12 | 12 | 99 | 422 | 12 | 137 | 20 | 15 | 4624 | 1740 | 10 | 1337 | 43 | 5 | 84 | 31 | 188 | 77 | 6309 | 33 | 7 | 81 | 74 | 3889 | 20 | 56 | 5 | 5 | 1110 | 16 | 12 | 42 | 0 | 55 | 464 | 660 | 893 | 27 | 46 | 12 | 46 | 249 | 701 | 6 | 969 | 2559 | 727 | 40 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
184 | Aruba | aw | Aruba | 12.521 | -69.968 | 8412 | Colombia | E | 35950 | 445 | 6605 | 743 | 8412 | 149 | 4317 | 330 | 355 | 1194 | 854 | 4388 | 1121 | 900 | 224 | 156 | 1520 | 13 | 813 | 3411 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
185 | Bahamas | bs | Bahamas | 25.034 | -77.396 | 40491 | Haiti | E | 61343 | 329 | 554 | 11 | 94 | 5 | 74 | 29 | 103 | 30 | 19 | 25 | 13 | 94 | 9 | 13 | 1286 | 14 | 25 | 138 | 9 | 135 | 49 | 281 | 4 | 4 | 9 | 41 | 220 | 33 | 7 | 61 | 4 | 5 | 131 | 208 | 45 | 48 | 36 | 16 | 24 | 1148 | 40491 | 33 | 10 | 2 | 531 | 25 | 5 | 35 | 11 | 122 | 5764 | 22 | 13 | 3 | 14 | 5 | 113 | 2 | 4 | 53 | 19 | 6 | 137 | 8 | 12 | 41 | 276 | 982 | 17 | 16 | 9 | 5 | 91 | 18 | 17 | 58 | 24 | 4 | 2 | 3 | 60 | 59 | 28 | 8 | 23 | 159 | 5 | 5 | 204 | 19 | 295 | 6 | 4 | 1492 | 4534 | 15 | 28 | 2 | 4 | 7 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
186 | Barbados | bb | Barbados | 13.194 | -59.543 | 4938 | Saint Vincent and the Grenadines | E | 32280 | 3460 | 4025 | 305 | 33 | 73 | 898 | 607 | 759 | 3436 | 593 | 837 | 4456 | 4938 | 2351 | 4015 | 1494 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
187 | British Virgin Islands | vg | British Virgin Islands | 18.421 | -64.640 | 1619 | Saint Kitts and Nevis | E | 9144 | 63 | 1152 | 404 | 10 | 12 | 14 | 97 | 3 | 9 | 126 | 3 | 2 | 8 | 5 | 645 | 779 | 12 | 30 | 3 | 875 | 9 | 20 | 8 | 284 | 2 | 12 | 1 | 113 | 13 | 9 | 3 | 33 | 1619 | 286 | 1089 | 6 | 1 | 215 | 2 | 459 | 702 | 6 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
188 | Caribbean Netherlands | 3986 | Curaçao | E | 12613 | 84 | 491 | 28 | 24 | 3 | 732 | 21 | 63 | 62 | 85 | 17 | 17 | 570 | 44 | 3986 | 22 | 1320 | 31 | 0 | 0 | 26 | 160 | 97 | 9 | 43 | 17 | 382 | 29 | 63 | 26 | 0 | 2048 | 3 | 2 | 46 | 10 | 25 | 0 | 13 | 498 | 17 | 403 | 7 | 54 | 570 | 0 | 465 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
189 | Cayman Islands | ky | Cayman Islands | 19.313 | -81.255 | 13236 | Jamaica | E | 33671 | 71 | 30 | 18 | 242 | 66 | 240 | 236 | 18 | 453 | 45 | 93 | 1863 | 21 | 539 | 169 | 972 | 18 | 26 | 87 | 15 | 51 | 177 | 23 | 432 | 26 | 2352 | 748 | 15 | 299 | 18 | 120 | 13236 | 29 | 48 | 26 | 54 | 51 | 74 | 510 | 39 | 15 | 144 | 177 | 21 | 2419 | 63 | 15 | 42 | 51 | 39 | 106 | 71 | 404 | 2753 | 21 | 3691 | 48 | 15 | 26 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
190 | Cuba | cu | Cuba | 21.522 | -77.781 | 5008 | Spain | E | 16177 | 407 | 939 | 114 | 49 | 4 | 7 | 102 | 3 | 173 | 3 | 6 | 17 | 26 | 2 | 3 | 20 | 35 | 14 | 4 | 6 | 2 | 60 | 4 | 41 | 139 | 2 | 3 | 63 | 13 | 3 | 183 | 307 | 3 | 165 | 23 | 41 | 2 | 3 | 189 | 3 | 7 | 3 | 10 | 125 | 63 | 7 | 28 | 6 | 2 | 21 | 4 | 154 | 2 | 5 | 352 | 3 | 20 | 91 | 84 | 28 | 2 | 71 | 13 | 6 | 10 | 966 | 35 | 72 | 32 | 15 | 2 | 5 | 3 | 230 | 306 | 31 | 10 | 23 | 4 | 7 | 4 | 9 | 58 | 5 | 7 | 2 | 416 | 7 | 10 | 3 | 22 | 279 | 5 | 2 | 6 | 86 | 2 | 7 | 89 | 7 | 99 | 16 | 128 | 9 | 71 | 2101 | 4 | 4 | 6 | 2 | 19 | 4 | 1 | 5008 | 5 | 10 | 1 | 13 | 27 | 39 | 3 | 17 | 2 | 639 | 2 | 52 | 2 | 554 | 2 | 28 | 10 | 201 | 2 | 29 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
191 | Curaçao | cw | Curaçao | 12.170 | -68.990 | 9311 | Netherlands | I | 36865 | 81 | 457 | 42 | 53 | 21 | 1674 | 0 | 80 | 187 | 89 | 98 | 88 | 2287 | 479 | 110 | 4699 | 229 | 105 | 5599 | 10 | 2 | 122 | 2 | 93 | 449 | 1928 | 625 | 179 | 23 | 1274 | 128 | 247 | 31 | 13 | 9311 | 1 | 1 | 103 | 901 | 15 | 178 | 1 | 285 | 490 | 20 | 1833 | 95 | 24 | 324 | 28 | 1751 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
192 | Dominica | dm | Dominica | 15.415 | -61.371 | 1403 | Guadeloupe | E | 6419 | 192 | 993 | 18 | 469 | 43 | 7 | 11 | 155 | 0 | 1 | 79 | 170 | 36 | 11 | 0 | 0 | 1 | 1 | 75 | 21 | 28 | 7 | 1403 | 0 | 176 | 36 | 1 | 26 | 1 | 120 | 0 | 31 | 132 | 0 | 150 | 10 | 0 | 47 | 7 | 16 | 58 | 261 | 116 | 18 | 16 | 283 | 1 | 587 | 577 | 28 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
193 | Dominican Republic | do | Dominican Republic | 18.736 | -70.163 | 258814 | Haiti | E | 402506 | 8 | 29 | 88 | 25 | 192 | 368 | 3653 | 8 | 456 | 92 | 1334 | 126 | 29 | 4 | 38 | 12 | 677 | 79 | 25 | 12 | 12 | 502 | 8 | 1313 | 17 | 494 | 4 | 163 | 4 | 4925 | 4 | 9 | 17 | 8 | 4 | 2615 | 4995 | 6494 | 12 | 2146 | 4 | 9435 | 45 | 8 | 17 | 8 | 96 | 32 | 1313 | 8 | 506 | 62 | 3490 | 17 | 7028 | 130 | 12 | 134 | 657 | 4 | 62 | 258814 | 599 | 70 | 20 | 397 | 29 | 96 | 8 | 70 | 256 | 9622 | 582 | 1736 | 50 | 4 | 106 | 4 | 32 | 20 | 991 | 4 | 38 | 25 | 38 | 25 | 50 | 17 | 46 | 70 | 8 | 2402 | 4 | 4 | 125 | 17 | 29 | 17 | 8 | 8 | 799 | 8 | 8 | 574 | 4 | 58 | 92 | 229 | 967 | 85 | 2753 | 158 | 657 | 220 | 12120 | 758 | 8 | 42 | 397 | 130 | 106 | 385 | 4 | 8 | 32 | 4 | 249 | 20 | 20 | 21 | 12 | 4 | 4 | 335 | 7 | 10167 | 260 | 5 | 142 | 511 | 2959 | 106 | 8 | 17 | 20 | 138 | 12 | 101 | 4 | 4 | 168 | 803 | 4 | 12602 | 652 | 2247 | 19680 | 75 | 17 | 4 | 8 | 4 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
194 | Grenada | gd | Grenada | 12.117 | -61.679 | 3298 | Trinidad and Tobago | E | 11367 | 3007 | 1110 | 57 | 45 | 268 | 21 | 341 | 112 | 513 | 174 | 15 | 22 | 246 | 568 | 3298 | 1057 | 513 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
195 | Guadeloupe | gp | Guadeloupe | 16.265 | -61.551 | 54932 | France | E | 97081 | 1054 | 4350 | 153 | 456 | 62 | 489 | 4310 | 934 | 54932 | 1174 | 310 | 185 | 15063 | 197 | 356 | 251 | 9309 | 789 | 460 | 392 | 407 | 37 | 220 | 291 | 411 | 489 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
196 | Haiti | ht | Haiti | 18.971 | -72.285 | 5005 | Venezuela | I | 38061 | 813 | 1901 | 928 | 339 | 1253 | 665 | 694 | 1651 | 546 | 2399 | 4799 | 887 | 1787 | 2447 | 442 | 610 | 700 | 3082 | 2585 | 752 | 3205 | 571 | 5005 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
197 | Jamaica | jm | Jamaica | 18.142 | -77.332 | 9331 | United States | E | 34907 | 338 | 3382 | 230 | 997 | 804 | 11 | 1979 | 150 | 2697 | 207 | 199 | 310 | 455 | 242 | 1698 | 186 | 112 | 144 | 494 | 338 | 3464 | 7139 | 9331 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
198 | Martinique | mq | Martinique | 14.642 | -61.024 | 46259 | France | E | 60653 | 556 | 1129 | 103 | 130 | 74 | 155 | 416 | 136 | 46259 | 1777 | 5367 | 9 | 1739 | 83 | 407 | 1994 | 14 | 154 | 151 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
199 | Montserrat | ms | Montserrat | 16.742 | -62.187 | 278 | Dominica | E | 1321 | 11 | 105 | 115 | 5 | 2 | 12 | 1 | 0 | 13 | 37 | 0 | 0 | 278 | 23 | 1 | 1 | 3 | 2 | 3 | 242 | 9 | 12 | 14 | 0 | 1 | 0 | 0 | 1 | 2 | 117 | 19 | 29 | 0 | 0 | 43 | 105 | 115 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
200 | Puerto Rico | pr | Puerto Rico | 18.221 | -66.590 | 188954 | United States | E | 319393 | 2985 | 15840 | 3 | 1309 | 10 | 11 | 8 | 4 | 74 | 126 | 156 | 737 | 1116 | 4002 | 1007 | 17392 | 18 | 1563 | 67415 | 931 | 47 | 586 | 188 | 661 | 12 | 352 | 67 | 129 | 758 | 16 | 65 | 12 | 19 | 12 | 59 | 251 | 57 | 111 | 119 | 24 | 2861 | 4 | 5 | 36 | 7 | 307 | 14 | 1483 | 958 | 185 | 25 | 46 | 153 | 19 | 23 | 11 | 1772 | 20 | 24 | 228 | 29 | 9 | 227 | 188954 | 570 | 3088 | 83 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
201 | Saint Kitts and Nevis | kn | Saint Kitts and Nevis | 17.358 | -62.783 | 1133 | United States | E | 5673 | 50 | 203 | 188 | 212 | 2 | 6 | 8 | 72 | 2 | 8 | 2 | 97 | 106 | 2 | 85 | 21 | 10 | 24 | 50 | 1 | 1 | 185 | 516 | 1 | 5 | 23 | 6 | 2 | 34 | 5 | 837 | 23 | 1 | 49 | 5 | 1 | 6 | 1 | 6 | 190 | 1 | 2 | 1 | 2 | 1 | 1 | 2 | 232 | 5 | 14 | 1 | 2 | 87 | 5 | 75 | 124 | 2 | 2 | 1 | 60 | 5 | 1 | 5 | 2 | 2 | 1 | 170 | 2 | 5 | 1 | 315 | 2 | 1133 | 351 | 10 | 2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
202 | Saint Lucia | lc | Saint Lucia | 13.909 | -60.979 | 1875 | Guyana | E | 12180 | 1403 | 2851 | 35 | 113 | 18 | 17 | 13 | 740 | 1 | 7 | 12 | 4 | 244 | 4 | 48 | 23 | 219 | 46 | 4 | 71 | 290 | 71 | 23 | 153 | 43 | 4 | 1875 | 113 | 17 | 178 | 25 | 10 | 452 | 10 | 31 | 20 | 1 | 13 | 18 | 28 | 17 | 43 | 415 | 10 | 41 | 28 | 742 | 924 | 630 | 20 | 61 | 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
203 | Saint Vincent and the Grenadines | vc | Saint Vincent and the Grenadines | 13.253 | -61.197 | 3445 | Trinidad and Tobago | E | 10260 | 350 | 2144 | 77 | 635 | 436 | 170 | 936 | 194 | 290 | 3445 | 891 | 692 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
204 | Sint Maarten | 3510 | Dominican Republic | I | 27021 | 559 | 1677 | 379 | 529 | 4 | 1273 | 3 | 72 | 895 | 38 | 163 | 172 | 3 | 206 | 820 | 1411 | 1480 | 3510 | 88 | 2 | 7 | 2030 | 1789 | 2718 | 826 | 59 | 18 | 2340 | 15 | 318 | 74 | 7 | 723 | 4 | 2 | 2 | 26 | 1032 | 482 | 69 | 3 | 516 | 206 | 52 | 309 | 69 | 41 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
205 | Trinidad and Tobago | tt | Trinidad and Tobago | 10.692 | -61.223 | 5814 | Grenada | E | 32488 | 1673 | 5020 | 847 | 5814 | 5301 | 426 | 548 | 5528 | 2087 | 3810 | 1434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
206 | Turks and Caicos Islands | tc | Turks and Caicos Islands | 21.694 | -71.798 | 7037 | Haiti | E | 11356 | 1196 | 745 | 18 | 457 | 766 | 7037 | 414 | 723 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
207 | US Virgin Islands | vi | US Virgin Islands | 18.336 | -64.896 | 17132 | United States | E | 63271 | 23 | 697 | 1091 | 5251 | 579 | 434 | 2789 | 74 | 211 | 6547 | 5958 | 687 | 805 | 446 | 904 | 4646 | 8326 | 3962 | 600 | 172 | 1937 | 17132 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
208 | Central America | 898680 | United States | 1915673 | 989 | 17127 | 56 | 29 | 199 | 10 | 12 | 85 | 0 | 126 | 20569 | 127 | 61 | 914 | 863 | 29 | 137 | 4 | 104 | 87 | 34 | 1618 | 4369 | 1 | 30 | 11 | 3402 | 18 | 5 | 8240 | 22 | 6 | 484 | 7 | 1 | 10 | 63 | 14005 | 6 | 6 | 78 | 14 | 1 | 113 | 10228 | 27041 | 3635 | 23 | 84411 | 4 | 38 | 0 | 23161 | 33 | 173 | 24299 | 84 | 25 | 413 | 136 | 121 | 555 | 1 | 80 | 10235 | 6832 | 331 | 61177 | 1 | 1 | 27 | 66 | 1 | 0 | 6 | 254 | 10663 | 46 | 3 | 3 | 1 | 75 | 11365 | 30 | 9 | 624 | 395 | 46 | 11 | 6 | 79790 | 31 | 6 | 92 | 1749 | 0 | 54778 | 557 | 32 | 5382 | 355 | 543 | 95 | 457 | 0 | 2715 | 9993 | 1768 | 4394 | 224 | 22 | 94 | 0 | 23 | 7 | 7 | 52 | 1765 | 0 | 12 | 85 | 6 | 115 | 34 | 16 | 2 | 106 | 3 | 15 | 6 | 0 | 19 | 18 | 9 | 1 | 32745 | 0 | 12 | 24 | 21 | 4 | 343 | 20 | 98 | 4 | 3 | 24 | 2551 | 2 | 185 | 340185 | 0 | 257 | 0 | 1 | 376 | 7 | 277 | 1 | 17235 | 1 | 868 | 15436 | 2189 | 1467 | 854 | 2822 | 6 | 7095 | 24 | 0 | 713 | 3500 | 4 | 0 | 6 | 18 | 41 | 23 | 3 | 2 | 0 | 217 | 137 | 114 | 2 | 1 | 115 | 28 | 173 | 71 | 1 | 28 | 329 | 2 | 29690 | 33 | 376 | 4 | 40 | 2 | 933 | 3006 | 545 | 0 | 267 | 20 | 0 | 6 | 0 | 2 | 176 | 33 | 448 | 1 | 0 | 0 | 22 | 1052 | 19 | 7103 | 27 | 898680 | 8 | 3991 | 21 | 0 | 22183 | 150 | 0 | 2 | 18 | 8 | 23 | ||||||
209 | Belize | bz | Belize | 17.190 | -88.498 | 21218 | Guatemala | E | 50860 | 339 | 1489 | 773 | 924 | 79 | 11223 | 75 | 21218 | 59 | 4636 | 414 | 746 | 59 | 5074 | 50 | 513 | 3189 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
210 | Costa Rica | cr | Costa Rica | 9.749 | -83.753 | 303523 | Nicaragua | E | 419572 | 528 | 13408 | 4 | 4 | 11 | 3 | 1478 | 6 | 33 | 67 | 129 | 3 | 11 | 1 | 3 | 10 | 5 | 294 | 140 | 1 | 10 | 4 | 372 | 548 | 71 | 3 | 9 | 1417 | 5 | 8 | 5 | 112 | 1750 | 293 | 3306 | 1 | 18258 | 8 | 3 | 24 | 5793 | 45 | 3 | 37 | 3 | 64 | 5 | 1105 | 1281 | 10 | 10729 | 3 | 1 | 1 | 23 | 879 | 11 | 1 | 11 | 1878 | 1 | 4 | 34 | 8 | 8 | 5 | 2676 | 28 | 71 | 3949 | 73 | 1 | 56 | 18 | 101 | 14 | 30 | 172 | 2144 | 219 | 285 | 10 | 5 | 8 | 4 | 1 | 90 | 10 | 4 | 9 | 14 | 3 | 4 | 1 | 4 | 3119 | 1 | 14 | 4 | 4 | 4 | 11 | 8 | 591 | 18 | 303523 | 3 | 77 | 3 | 9 | 13769 | 83 | 3809 | 140 | 304 | 78 | 359 | 3 | 255 | 4 | 100 | 602 | 1 | 1 | 1 | 1 | 1 | 13 | 1 | 26 | 8 | 11 | 23 | 1 | 58 | 1 | 2177 | 1 | 20 | 1 | 138 | 676 | 10 | 6 | 35 | 4 | 8 | 9 | 157 | 524 | 4 | 12752 | 6 | 316 | 1 | 1390 | 1 | 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
211 | El Salvador | sv | El Salvador | 13.794 | -88.897 | 11558 | Honduras | E | 41615 | 1 | 5 | 214 | 4 | 27 | 11 | 6 | 39 | 52 | 335 | 53 | 239 | 1 | 3 | 243 | 3 | 227 | 256 | 8 | 571 | 867 | 127 | 1 | 6 | 1 | 71 | 122 | 1 | 212 | 1 | 225 | 3 | 5 | 8795 | 4 | 11558 | 1 | 2 | 11 | 1 | 18 | 1 | 11 | 42 | 279 | 10 | 54 | 8 | 1 | 1 | 9 | 8 | 1 | 1697 | 1 | 1 | 2 | 33 | 3 | 7743 | 8 | 2 | 447 | 11 | 231 | 19 | 5 | 12 | 61 | 127 | 1 | 18 | 2 | 2 | 1 | 4 | 528 | 4 | 45 | 35 | 59 | 2 | 1 | 1 | 3 | 89 | 5342 | 74 | 1 | 239 | 2 | 4 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
212 | Guatemala | gt | Guatemala | 15.783 | -90.231 | 18295 | El Salvador | E | 72764 | 528 | 67 | 1 | 873 | 129 | 229 | 378 | 287 | 626 | 1102 | 1107 | 629 | 104 | 159 | 31 | 18295 | 3 | 246 | 19 | 609 | 379 | 8 | 12 | 13 | 7993 | 25 | 38 | 18 | 11 | 125 | 351 | 10 | 140 | 1 | 24 | 7 | 1 | 16716 | 134 | 8158 | 25 | 286 | 56 | 435 | 64 | 27 | 96 | 1702 | 31 | 9 | 1258 | 44 | 45 | 147 | 75 | 1 | 24 | 213 | 8236 | 134 | 269 | 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
213 | Honduras | hn | Honduras | 15.200 | -86.242 | 6353 | El Salvador | E | 27503 | 3 | 137 | 6 | 13 | 1 | 18 | 262 | 106 | 170 | 251 | 65 | 223 | 428 | 623 | 618 | 439 | 45 | 13 | 97 | 331 | 1 | 6353 | 12 | 104 | 1 | 210 | 10 | 3306 | 1 | 31 | 13 | 8 | 65 | 187 | 19 | 100 | 29 | 7 | 1125 | 3 | 66 | 2 | 5574 | 8 | 286 | 25 | 276 | 3 | 7 | 93 | 49 | 18 | 6 | 3 | 377 | 111 | 1 | 22 | 44 | 3 | 3 | 1 | 6 | 74 | 4889 | 48 | 74 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
214 | Mexico | mx | Mexico | 23.635 | -102.553 | 848576 | United States | E | 1103460 | 13 | 13 | 112 | 10 | 6 | 58 | 0 | 2 | 15746 | 110 | 13 | 499 | 576 | 21 | 26 | 56 | 6 | 17 | 973 | 2659 | 7 | 2286 | 17 | 5211 | 2 | 283 | 6 | 0 | 6 | 45 | 9131 | 2 | 1 | 5 | 0 | 0 | 6056 | 8360 | 0 | 10 | 16005 | 0 | 15 | 2853 | 29 | 60 | 13920 | 12 | 15 | 378 | 33 | 89 | 290 | 1 | 23 | 1843 | 2530 | 225 | 9299 | 1 | 1 | 17 | 17 | 0 | 0 | 2 | 169 | 8235 | 5 | 3 | 2 | 0 | 14 | 7145 | 9 | 1 | 287 | 1 | 15 | 1 | 1 | 40609 | 18 | 2 | 7 | 1081 | 0 | 12636 | 424 | 18 | 992 | 175 | 314 | 54 | 311 | 1347 | 5707 | 144 | 3453 | 47 | 11 | 75 | 9 | 7 | 2 | 38 | 1119 | 0 | 5 | 24 | 2 | 66 | 16 | 6 | 1 | 62 | 0 | 13 | 3 | 7 | 8 | 5 | 5 | 8 | 3 | 268 | 10 | 1 | 3 | 11 | 1230 | 118 | 4107 | 158 | 1 | 203 | 1 | 165 | 1 | 2030 | 0 | 581 | 6767 | 573 | 976 | 506 | 1535 | 4553 | 9 | 456 | 1807 | 3 | 2 | 7 | 14 | 0 | 0 | 122 | 37 | 66 | 0 | 0 | 54 | 4 | 118 | 58 | 3 | 222 | 1 | 21700 | 19 | 32 | 1 | 11 | 1 | 477 | 1678 | 220 | 0 | 134 | 11 | 5 | 31 | 23 | 311 | 1 | 8 | 378 | 14 | 3885 | 11 | 848576 | 2726 | 15 | 11569 | 93 | 1 | 7 | 17 | ||||||||||||||||||||||||||||||||||||
215 | Nicaragua | ni | Nicaragua | 12.865 | -85.207 | 12717 | Honduras | E | 41482 | 122 | 2230 | 32 | 2 | 59 | 7 | 123 | 278 | 10 | 40 | 5 | 87 | 3 | 2 | 47 | 26 | 67 | 5 | 126 | 64 | 2 | 260 | 130 | 144 | 460 | 8 | 11057 | 2 | 967 | 3 | 14 | 25 | 55 | 3 | 71 | 115 | 1 | 2510 | 42 | 2 | 11 | 154 | 1 | 309 | 8 | 1 | 1809 | 9 | 2 | 25 | 12717 | 8 | 26 | 6 | 10 | 3 | 26 | 9 | 196 | 22 | 42 | 28 | 3 | 2 | 6 | 5 | 1 | 17 | 1 | 1 | 1 | 2 | 9 | 869 | 2 | 3 | 82 | 1 | 13 | 14 | 5 | 417 | 7 | 236 | 20 | 10 | 5 | 60 | 64 | 7 | 200 | 3 | 1 | 1 | 6 | 97 | 2 | 2 | 2 | 20 | 3 | 474 | 1 | 34 | 87 | 9 | 1 | 3 | 1 | 1 | 82 | 3 | 73 | 9 | 3651 | 40 | 2 | 164 | 2 | 16 | 1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
216 | Panama | pa | Panama | 8.538 | -80.782 | 47392 | Colombia | E | 158417 | 7 | 10 | 13 | 6 | 12 | 1 | 2188 | 7 | 15 | 238 | 94 | 0 | 13 | 3 | 36 | 28 | 12 | 234 | 74 | 0 | 13 | 7 | 389 | 1 | 0 | 1717 | 21 | 4 | 63 | 1 | 1 | 1 | 7 | 1552 | 1 | 9 | 1 | 1 | 1555 | 16010 | 242 | 12 | 47392 | 4 | 7 | 6659 | 1 | 87 | 2424 | 27 | 4 | 34 | 7 | 4 | 127 | 48 | 6944 | 2294 | 62 | 2768 | 7 | 3 | 1 | 1 | 39 | 833 | 9 | 1 | 49 | 914 | 17 | 4 | 280 | 7 | 22 | 2 | 1377 | 4 | 4 | 42 | 465 | 1289 | 51 | 11 | 3845 | 117 | 74 | 12 | 79 | 955 | 1129 | 598 | 320 | 102 | 3 | 9 | 6 | 1 | 12 | 452 | 6 | 34 | 40 | 3 | 6 | 1 | 25 | 1 | 3 | 7 | 1 | 4 | 4145 | 6 | 2 | 18 | 67 | 3 | 85 | 3 | 2 | 415 | 2 | 43 | 11080 | 33 | 66 | 3 | 71 | 1 | 105 | 3682 | 1373 | 169 | 219 | 618 | 3 | 345 | 4 | 156 | 855 | 10 | 40 | 1 | 3 | 1 | 43 | 2 | 22 | 1 | 40 | 13 | 30 | 13 | 1 | 3 | 39 | 3176 | 9 | 144 | 3 | 7 | 182 | 315 | 228 | 124 | 9 | 1 | 2 | 103 | 4 | 97 | 4 | 432 | 2 | 1732 | 3 | 12045 | 2 | 653 | 2 | 8478 | 51 | 2 | 1 | 1 | |||||||||||||||||||||||||||||||||||||||||||||||||
217 | South America | 1034087 | Colombia | 5225144 | 18394 | 48684 | 309 | 307 | 679 | 1 | 84 | 6905 | 60 | 116 | 272888 | 918 | 708 | 3967 | 6707 | 35 | 140 | 60 | 93 | 371 | 465 | 6969 | 1753 | 30 | 25 | 11 | 450015 | 134 | 20 | 214600 | 17 | 160 | 1340 | 59 | 28 | 101 | 246 | 16095 | 1259 | 100 | 18 | 25 | 34 | 0 | 259801 | 68969 | 747 | 41 | 1034087 | 5 | 220 | 4 | 5118 | 367 | 3086 | 24778 | 1050 | 114 | 4130 | 1278 | 149 | 1993 | 2 | 838 | 14806 | 74133 | 4066 | 2916 | 79 | 36 | 412 | 120 | 14 | 81 | 16 | 1245 | 59744 | 796 | 10 | 46 | 56 | 92 | 52819 | 175 | 35 | 4080 | 30 | 407 | 2188 | 6 | 2604 | 90 | 984 | 24243 | 20017 | 4 | 2381 | 4475 | 581 | 2971 | 1176 | 1448 | 767 | 1008 | 3 | 5793 | 249886 | 689 | 65545 | 1809 | 47 | 154 | 87 | 148 | 6 | 1269 | 521 | 22530 | 18 | 99 | 338 | 133 | 1387 | 292 | 92 | 31 | 315 | 16 | 127 | 124 | 4 | 4809 | 10 | 5 | 1 | 36087 | 14 | 164 | 22 | 244 | 22 | 1928 | 1571 | 44 | 64 | 54 | 66 | 18390 | 29 | 898 | 3947 | 45 | 1454 | 13 | 9 | 1855 | 46 | 757 | 31 | 6130 | 21 | 647705 | 418019 | 1567 | 15839 | 192022 | 2215 | 44 | 23512 | 652 | 387 | 5574 | 9473 | 777 | 931 | 80 | 1833 | 13 | 534 | 8 | 69 | 78 | 2037 | 226 | 1114 | 34 | 29 | 276 | 231 | 403 | 1506 | 8 | 27 | 14567 | 38 | 235349 | 115 | 1510 | 30 | 32655 | 11 | 3879 | 11277 | 16731 | 20 | 707 | 2808 | 54 | 48 | 0 | 343 | 3575 | 223 | 1801 | 41 | 6 | 5 | 100 | 7674 | 104 | 27638 | 125 | 129729 | 12 | 157528 | 69 | 218 | 75388 | 252 | 1 | 7 | 17 | 37 | 172 | ||||||
218 | Argentina | ar | Argentina | -38.416 | -63.617 | 598711 | Paraguay | E | 1885678 | 15340 | 35793 | 12 | 89 | 139 | 1 | 12 | 748 | 1 | 365 | 1363 | 16 | 10 | 404 | 715 | 8 | 370983 | 43510 | 1 | 393 | 15 | 29 | 705 | 31 | 193007 | 12729 | 6 | 2301 | 56 | 163 | 1 | 1313 | 1473 | 62 | 2387 | 18 | 327 | 6 | 910 | 1273 | 316 | 99 | 65 | 43 | 1 | 94 | 7299 | 8405 | 19 | 1356 | 22 | 14 | 128 | 1 | 55 | 88 | 1085 | 11 | 131 | 28 | 183 | 49 | 87 | 742 | 140990 | 16 | 4044 | 97 | 4 | 377 | 164 | 856 | 68 | 103 | 522 | 129 | 8 | 4 | 3 | 1931 | 6 | 13 | 282 | 14 | 12 | 3 | 515 | 14 | 120 | 1 | 57 | 79 | 7 | 215 | 598711 | 171964 | 78 | 8471 | 5745 | 101 | 7386 | 607 | 1434 | 2509 | 22 | 106 | 3 | 1079 | 3 | 167 | 6 | 90494 | 4 | 5 | 7 | 272 | 1056 | 1221 | 80 | 1984 | 46 | 61 | 845 | 5 | 1 | 5104 | 1256 | 1 | 5948 | 119533 | 11 | 1652 | 7 | 1 | 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
219 | Bolivia | bo | Bolivia | -16.290 | -63.589 | 46068 | Argentina | E | 154330 | 35 | 4816 | 4 | 10 | 13 | 4 | 7 | 15 | 46068 | 2 | 7 | 133 | 256 | 4 | 13 | 2 | 22 | 13 | 7 | 518 | 1704 | 24012 | 28 | 2 | 2 | 3 | 2986 | 4 | 33 | 4 | 7748 | 1199 | 28 | 1949 | 2 | 224 | 4 | 101 | 667 | 296 | 6 | 157 | 60 | 11 | 96 | 10 | 36 | 1002 | 51 | 158 | 2 | 7 | 6 | 2 | 86 | 777 | 4 | 6 | 2325 | 3 | 13 | 2 | 243 | 3 | 7 | 12 | 367 | 68 | 5 | 210 | 25 | 56 | 7 | 40 | 125 | 1382 | 4 | 2500 | 26 | 4 | 12 | 6 | 2 | 364 | 4 | 2 | 7 | 2 | 10 | 6 | 6 | 7 | 12 | 5 | 16193 | 4 | 2 | 5 | 2 | 22 | 2 | 48 | 135 | 2 | 18 | 133 | 2 | 58 | 160 | 2 | 4784 | 15001 | 52 | 308 | 55 | 67 | 10 | 1000 | 10 | 81 | 633 | 2 | 2 | 4 | 14 | 4 | 2 | 10 | 76 | 19 | 15 | 31 | 2684 | 7 | 93 | 2 | 259 | 657 | 28 | 6 | 12 | 3 | 16 | 10 | 17 | 2 | 4 | 213 | 2 | 767 | 4 | 5689 | 744 | 10 | 4 | 812 | 4 | 2 | 6 | 11 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
220 | Brazil | br | Brazil | -14.235 | -51.925 | 139825 | Portugal | E | 599678 | 58 | 186 | 11 | 6530 | 29456 | 54 | 597 | 2369 | 15 | 26 | 46 | 28 | 8 | 1716 | 5 | 26 | 39337 | 70 | 144 | 242 | 25 | 21 | 27 | 142 | 1608 | 1210 | 12 | 15640 | 19657 | 6942 | 80 | 392 | 336 | 580 | 2105 | 452 | 147 | 98 | 500 | 20 | 317 | 1753 | 3157 | 232 | 56 | 184 | 10 | 522 | 9688 | 717 | 31 | 65 | 16459 | 63 | 1561 | 26 | 296 | 58 | 957 | 1922 | 55 | 128 | 1546 | 489 | 893 | 739 | 542 | 517 | 0 | 2038 | 37664 | 140 | 49717 | 1069 | 24 | 47 | 86 | 20 | 5 | 143 | 12502 | 35 | 97 | 16 | 640 | 55 | 36 | 10 | 122 | 9 | 6 | 28 | 2715 | 128 | 22 | 514 | 1444 | 12 | 49 | 51 | 3368 | 276 | 372 | 13 | 1133 | 581 | 19 | 261 | 20 | 527 | 39778 | 15222 | 361 | 3529 | 139825 | 8692 | 1729 | 1406 | 13 | 30 | 148 | 29 | 34 | 59 | 332 | 188 | 438 | 29 | 6 | 116 | 215 | 178 | 1608 | 20 | 31149 | 41 | 17 | 276 | 643 | 3025 | 2089 | 7 | 467 | 38 | 50 | 9 | 190 | 81 | 366 | 22 | 66 | 744 | 32 | 5013 | 88 | 23828 | 24371 | 26 | 2907 | 130 | 103 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
221 | Chile | cl | Chile | -35.675 | -71.543 | 149335 | Peru | E | 398251 | 19 | 31 | 55 | 11 | 69 | 19 | 15 | 66701 | 13 | 5 | 1235 | 662 | 3 | 1 | 3 | 8 | 5 | 8 | 1047 | 3 | 1 | 6 | 5 | 27105 | 14 | 6 | 10850 | 0 | 0 | 115 | 1 | 1 | 5 | 8 | 2291 | 1 | 1 | 3 | 22 | 5614 | 65 | 11 | 15525 | 1 | 15 | 3 | 576 | 11 | 474 | 3779 | 5 | 15 | 182 | 8 | 16 | 289 | 0 | 36 | 344 | 21521 | 100 | 289 | 3 | 3 | 55 | 6 | 3 | 3 | 11 | 167 | 3927 | 3 | 8 | 6 | 3 | 3 | 7238 | 9 | 6 | 241 | 6 | 6 | 9 | 5 | 279 | 5 | 3 | 19 | 57 | 3 | 296 | 410 | 14 | 685 | 108 | 101 | 29 | 161 | 671 | 4683 | 27 | 1011 | 106 | 10 | 24 | 11 | 5 | 1 | 43 | 253 | 13 | 6 | 28 | 3 | 23 | 19 | 11 | 3 | 31 | 1 | 111 | 19 | 6 | 1 | 3 | 1 | 2153 | 1 | 11 | 1 | 1 | 108 | 58 | 1 | 8 | 10 | 11 | 812 | 5 | 178 | 296 | 13 | 25 | 6 | 9 | 424 | 6 | 199 | 3 | 638 | 5 | 1518 | 149335 | 249 | 551 | 312 | 230 | 33 | 1328 | 11 | 3 | 447 | 733 | 6 | 416 | 15 | 75 | 3 | 6 | 3 | 14 | 23 | 8 | 1 | 73 | 65 | 51 | 0 | 14 | 12167 | 3 | 10950 | 10 | 873 | 2 | 3 | 3 | 1557 | 1282 | 379 | 3 | 45 | 505 | 24 | 342 | 13 | 20 | 319 | 3 | 3 | 3 | 199 | 6 | 10801 | 11 | 9984 | 1 | 2834 | 5 | 1 | 5115 | 13 | 1 | 5 | 6 | 13 | |||||||||||||||||||
222 | Colombia | co | Colombia | 4.571 | -74.297 | 45402 | Venezuela | E | 129632 | 113 | 48 | 25 | 1 | 45 | 52 | 41 | 39 | 3115 | 16 | 299 | 214 | 203 | 19 | 9 | 7 | 2 | 11 | 13 | 424 | 7 | 8 | 3 | 797 | 6 | 6 | 2275 | 6 | 6 | 82 | 2 | 1 | 8 | 10 | 959 | 8 | 9 | 17 | 7 | 6 | 1970 | 1983 | 34 | 19 | 1 | 13 | 1 | 1029 | 3 | 55 | 1772 | 89 | 5 | 39 | 195 | 13 | 89 | 1 | 48 | 374 | 13857 | 137 | 373 | 3 | 8 | 21 | 10 | 1 | 46 | 2007 | 7 | 2 | 1 | 5 | 2299 | 9 | 10 | 114 | 2 | 5 | 1 | 1 | 448 | 5 | 6 | 19 | 113 | 343 | 137 | 11 | 140 | 81 | 115 | 22 | 127 | 456 | 2734 | 58 | 703 | 174 | 5 | 16 | 25 | 1 | 9 | 19 | 1142 | 1 | 15 | 3 | 2 | 44 | 22 | 5 | 8 | 11 | 2 | 2 | 7 | 2 | 2 | 1 | 2 | 2779 | 3 | 3 | 6 | 69 | 9 | 5 | 1 | 343 | 19 | 50 | 558 | 45 | 80 | 6 | 41 | 5 | 2012 | 1 | 211 | 4911 | 94 | 248 | 112 | 538 | 267 | 3 | 3 | 216 | 655 | 5 | 3 | 13 | 9 | 6 | 6 | 8 | 3 | 69 | 13 | 1 | 8 | 22 | 10 | 28 | 8 | 52 | 6455 | 8 | 6 | 6 | 1 | 177 | 661 | 132 | 1 | 8 | 3 | 1 | 6 | 37 | 11 | 46 | 2 | 15 | 220 | 40 | 1205 | 8 | 18346 | 5 | 424 | 13 | 202 | 45402 | 10 | 2 | 4 | 9 | |||||||||||||||||||||||||||||||||
223 | Ecuador | ec | Ecuador | -1.831 | -78.183 | 181115 | Colombia | E | 359315 | 82 | 106 | 71 | 64 | 7867 | 56 | 546 | 798 | 3 | 71 | 7 | 18 | 18 | 1248 | 7 | 3 | 11 | 2227 | 14 | 7 | 3868 | 284 | 7 | 29 | 67 | 3410 | 3 | 16518 | 4265 | 146 | 11 | 181115 | 39 | 1365 | 3 | 120 | 4365 | 14 | 11 | 461 | 709 | 3 | 266 | 18 | 517 | 124 | 762 | 18 | 7 | 11 | 78 | 188 | 3297 | 50 | 6417 | 56 | 106 | 11 | 628 | 14 | 11 | 29 | 142 | 684 | 316 | 29 | 333 | 96 | 280 | 53 | 290 | 759 | 5602 | 56 | 1070 | 106 | 3 | 32 | 21 | 11 | 24 | 645 | 35 | 18 | 21 | 39 | 14 | 53 | 3 | 3 | 32 | 3 | 3290 | 3 | 11 | 71 | 11 | 3 | 3 | 3 | 1209 | 3 | 167 | 575 | 14 | 74 | 7 | 344 | 11 | 78 | 3 | 1403 | 3 | 354 | 19960 | 184 | 458 | 535 | 730 | 1181 | 14 | 444 | 2177 | 11 | 3 | 14 | 131 | 11 | 39 | 74 | 35 | 181 | 4 | 10888 | 14 | 146 | 3 | 29 | 3 | 511 | 2861 | 96 | 11 | 128 | 3 | 67 | 21 | 32 | 11 | 3 | 3 | 585 | 7 | 3144 | 39038 | 3 | 1397 | 14 | 12965 | 71 | 3 | 7 | 7 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
224 | Falkland Islands | fk | Falkland Islands | -51.796 | -59.524 | 1120 | United Kingdom | E | 1975 | 31 | 40 | 1 | 1 | 8 | 12 | 79 | 1 | 1 | 1 | 1 | 3 | 1 | 2 | 3 | 12 | 1 | 1 | 1 | 1 | 2 | 1 | 6 | 1 | 1 | 1 | 2 | 1 | 1 | 1 | 2 | 4 | 25 | 1 | 6 | 15 | 2 | 2 | 15 | 512 | 2 | 1 | 6 | 3 | 1 | 2 | 1 | 1 | 1120 | 1 | 18 | 4 | 1 | 11 | 1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
225 | French Guiana | gf | French Guiana | 3.934 | -53.126 | 27620 | Suriname | I | 104291 | 1002 | 3195 | 90 | 140 | 17478 | 1118 | 649 | 22538 | 2176 | 3297 | 17052 | 127 | 862 | 4763 | 454 | 381 | 1349 | 27620 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
226 | Guyana | gy | Guyana | 4.860 | -58.930 | 4662 | Suriname | E | 14770 | 19 | 16 | 272 | 2166 | 11 | 406 | 1166 | 44 | 197 | 299 | 21 | 11 | 223 | 373 | 4662 | 893 | 583 | 1273 | 3 | 2132 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
227 | Paraguay | py | Paraguay | -23.443 | -58.444 | 82116 | Brazil | E | 185776 | 75919 | 28 | 146 | 1 | 1 | 121 | 1304 | 82116 | 1076 | 2551 | 780 | 329 | 47 | 255 | 39 | 21 | 16 | 94 | 47 | 419 | 1939 | 14 | 39 | 6 | 1 | 37 | 126 | 27 | 2 | 21 | 513 | 2 | 2300 | 14 | 575 | 1695 | 46 | 15 | 27 | 16 | 16 | 45 | 1686 | 27 | 325 | 44 | 39 | 2654 | 580 | 11 | 160 | 1041 | 5 | 33 | 285 | 44 | 1 | 5 | 156 | 172 | 1992 | 3578 | 152 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
228 | Peru | pe | Peru | -9.190 | -75.015 | 13199 | Argentina | E | 104919 | 7 | 8 | 23 | 7 | 18 | 26 | 13199 | 1 | 688 | 230 | 6 | 6 | 6 | 3 | 3 | 7 | 715 | 3 | 3 | 6654 | 11 | 1 | 5651 | 9 | 80 | 9 | 3 | 1 | 12 | 1424 | 1 | 2 | 8350 | 4751 | 6902 | 3 | 10 | 394 | 3 | 108 | 1053 | 1 | 107 | 103 | 1 | 285 | 1 | 6 | 214 | 4639 | 26 | 127 | 10 | 20 | 9 | 1 | 83 | 2685 | 41 | 1 | 2 | 8 | 3403 | 8 | 69 | 8 | 191 | 2 | 7 | 12 | 59 | 1 | 195 | 77 | 18 | 241 | 51 | 68 | 23 | 247 | 591 | 3890 | 7 | 3900 | 49 | 1 | 9 | 1 | 7 | 2 | 11 | 82 | 6 | 6 | 7 | 7 | 18 | 6 | 2 | 53 | 1 | 3 | 27 | 2 | 8 | 1735 | 1 | 2 | 2 | 48 | 3 | 1 | 1 | 38 | 1 | 790 | 111 | 189 | 2 | 16 | 125 | 1 | 85 | 404 | 8 | 636 | 376 | 231 | 152 | 161 | 1 | 776 | 7 | 1 | 216 | 732 | 2 | 9 | 28 | 2 | 2 | 2 | 40 | 1 | 1 | 6 | 12 | 1 | 36 | 8 | 136 | 1 | 5900 | 28 | 0 | 6 | 1 | 330 | 908 | 13 | 3 | 27 | 144 | 3 | 1 | 9 | 7 | 63 | 1 | 3 | 281 | 9 | 1928 | 8 | 11461 | 713 | 1 | 3764 | 6 | 8 | 4 | 13 | |||||||||||||||||||||||||||||||||||||||||||||||||||||
229 | Suriname | sr | Suriname | 3.919 | -56.028 | 11530 | Guyana | E | 41670 | 1897 | 1264 | 7159 | 4495 | 3319 | 11530 | 918 | 10719 | 369 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
230 | Uruguay | uy | Uruguay | -32.523 | -55.766 | 22425 | Argentina | E | 73528 | 120 | 3616 | 22425 | 10614 | 293 | 1393 | 690 | 877 | 10442 | 483 | 1535 | 1368 | 974 | 467 | 510 | 14453 | 176 | 2605 | 487 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
231 | Venezuela | ve | Venezuela | 6.424 | -66.590 | 819024 | Colombia | E | 1171331 | 14 | 15 | 77 | 5 | 153 | 2 | 8107 | 28 | 396 | 121 | 679 | 8 | 5 | 10 | 324 | 16 | 1608 | 19 | 4893 | 116 | 4 | 925 | 4 | 58 | 12545 | 11211 | 467 | 819024 | 5 | 927 | 6 | 334 | 9309 | 643 | 13 | 306 | 38 | 7 | 118 | 1 | 12078 | 29994 | 155 | 829 | 7 | 23 | 42 | 29 | 59 | 3095 | 24 | 2 | 11 | 3445 | 27 | 605 | 138 | 2 | 352 | 2 | 7401 | 1553 | 242 | 836 | 3 | 210 | 48 | 75 | 65 | 50 | 3 | 390 | 41858 | 79 | 299 | 168 | 8 | 58 | 2 | 114 | 6111 | 111 | 120 | 4 | 6 | 28 | 2 | 3 | 35 | 3113 | 3 | 222 | 831 | 43 | 562 | 14 | 1675 | 86 | 73 | 12 | 726 | 2 | 178 | 38112 | 131 | 742 | 44775 | 349 | 226 | 712 | 549 | 8 | 4 | 6 | 98 | 1311 | 12 | 676 | 4 | 14 | 133 | 19 | 84 | 2 | 59 | 4 | 61332 | 2 | 392 | 3 | 39 | 3 | 95 | 542 | 12729 | 57 | 6 | 3 | 2303 | 12 | 108 | 4 | 172 | 7 | 1473 | 4 | 9178 | 3930 | 10 | 2 | 13 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
232 | NORTHERN AMERICA | 13020810 | Mexico | 53094891 | 572 | 958 | 111769 | 97313 | 55860 | 130 | 151 | 9967 | 1685 | 25515 | 204433 | 95346 | 6138 | 96134 | 78679 | 25092 | 36866 | 4806 | 243729 | 73309 | 73976 | 52913 | 55542 | 1673 | 11434 | 292 | 93982 | 165225 | 1152 | 388327 | 3954 | 6186 | 91169 | 1266 | 5688 | 196806 | 53181 | 869723 | 38885 | 446 | 4066 | 939 | 1440 | 0 | 140610 | 2887002 | 491282 | 16573 | 769974 | 135 | 1733 | 67 | 88133 | 13603 | 89307 | 1211890 | 4006 | 20706 | 56004 | 194 | 25119 | 59462 | 622 | 38812 | 975751 | 488674 | 219287 | 1421638 | 547 | 44017 | 18039 | 203226 | 53 | 18 | 71894 | 36011 | 281284 | 222 | 2441 | 1299 | 8782 | 16757 | 881587 | 171932 | 1595 | 231514 | 754 | 40248 | 3827 | 40 | 948347 | 15255 | 182 | 382477 | 739500 | 0 | 556802 | 135796 | 5870 | 2579591 | 124117 | 502046 | 220570 | 169658 | 0 | 174899 | 746707 | 908583 | 380820 | 85201 | 34091 | 139261 | 1878 | 39085 | 4867 | 213524 | 32171 | 213891 | 714 | 80902 | 4938 | 104 | 52407 | 3810 | 4238 | 2301 | 90783 | 34 | 1855 | 21683 | 9038 | 2306 | 692 | 14293 | 0 | 13020810 | 19821 | 771 | 861 | 24332 | 6421 | 115182 | 3781 | 104025 | 1441 | 182 | 92258 | 214256 | 492 | 42881 | 284818 | 906 | 271684 | 0 | 7298 | 36920 | 2505 | 496231 | 2989 | 115547 | 3074 | 27679 | 473595 | 2363147 | 693832 | 349392 | 1685482 | 3849 | 1280940 | 48738 | 218 | 284163 | 514131 | 5163 | 18 | 15293 | 26533 | 427 | 38008 | 12462 | 791 | 144 | 79748 | 16076 | 135913 | 2390 | 37573 | 48837 | 1028 | 41432 | 19360 | 142 | 121499 | 148407 | 33604 | 115482 | 177458 | 50864 | 27697 | 8915 | 188 | 62004 | 62833 | 98416 | 4485 | 279861 | 43995 | 11 | 3107 | 73 | 20606 | 325379 | 18242 | 133686 | 1544 | 1326 | 155 | 32386 | 445900 | 21726 | 1437337 | 41824 | 320180 | 11 | 56394 | 65348 | 158 | 231558 | 1565875 | 28 | 0 | 51696 | 11729 | 28239 | ||||||
233 | Bermuda | bm | Bermuda | 32.308 | -64.751 | 4047 | United Kingdom | E | 19066 | 358 | 679 | 69 | 32 | 23 | 2294 | 349 | 30 | 36 | 21 | 145 | 248 | 125 | 106 | 102 | 1674 | 527 | 102 | 75 | 73 | 607 | 672 | 37 | 187 | 37 | 410 | 33 | 1616 | 26 | 261 | 130 | 125 | 68 | 144 | 83 | 4047 | 3515 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
234 | Canada | ca | Canada | 56.130 | -106.347 | 674371 | United Kingdom | E | 7284069 | 42060 | 12648 | 38088 | 130 | 40 | 3722 | 108 | 2709 | 22667 | 2675 | 683 | 24721 | 24056 | 2772 | 1297 | 1958 | 39664 | 17925 | 8418 | 23794 | 2443 | 979 | 2408 | 148 | 4610 | 32970 | 444 | 20321 | 136 | 5106 | 18807 | 752 | 5232 | 23344 | 4229 | 245 | 47 | 233 | 251 | 1059 | 31097 | 639813 | 249112 | 6962 | 48441 | 62 | 780 | 0 | 4213 | 3341 | 44918 | 10696 | 420 | 4845 | 25393 | 194 | 17981 | 20093 | 598 | 3387 | 7742 | 15819 | 47302 | 49871 | 34 | 7452 | 6165 | 23247 | 18 | 27978 | 14658 | 100896 | 80 | 120 | 882 | 535 | 1850 | 200414 | 22211 | 251 | 83910 | 52 | 10560 | 409 | 40 | 18386 | 2663 | 85 | 101004 | 73966 | 6108 | 53206 | 786 | 518293 | 15517 | 108632 | 38980 | 25985 | 26486 | 340444 | 142933 | 34250 | 8892 | 7536 | 26657 | 0 | 12688 | 1468 | 16565 | 8129 | 87536 | 115 | 1662 | 4065 | 69 | 7514 | 734 | 2527 | 570 | 26127 | 34 | 1115 | 9438 | 0 | 524 | 529 | 11310 | 0 | 69982 | 56 | 120 | 666 | 220 | 836 | 46056 | 1241 | 5681 | 517 | 23 | 4149 | 128873 | 130 | 12046 | 10525 | 359 | 19325 | 6204 | 1217 | 157118 | 23 | 3325 | 342 | 8743 | 26412 | 363805 | 195712 | 172749 | 467 | 1600 | 135744 | 6267 | 148 | 95499 | 75673 | 4338 | 18 | 2755 | 4821 | 427 | 11498 | 108 | 18 | 11 | 15842 | 2903 | 22102 | 1025 | 3359 | 11731 | 108 | 17287 | 10815 | 34 | 22951 | 46187 | 8138 | 12284 | 124137 | 7457 | 6707 | 934 | 188 | 8282 | 23822 | 21977 | 672 | 11942 | 9780 | 11 | 1696 | 91 | 76310 | 9187 | 26737 | 262 | 52 | 11 | 12933 | 69048 | 12079 | 674371 | 22900 | 316649 | 11 | 8140 | 3114 | 11 | 12962 | 184799 | 28 | 1570 | 3164 | 9153 | ||||||||||||
235 | Greenland | gl | Greenland | 71.707 | -42.604 | 5207 | Denmark | E | 5694 | 136 | 97 | 18 | 5207 | 5 | 92 | 44 | 79 | 16 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
236 | Saint Pierre and Miquelon | pm | Saint Pierre and Miquelon | 46.885 | -56.316 | 712 | France | E | 972 | 78 | 182 | 712 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
237 | United States | us | United States | 37.090 | -95.713 | 12950828 | Mexico | E | 45785090 | 69709 | 84665 | 17772 | 111 | 6245 | 1577 | 22806 | 181766 | 92671 | 5455 | 71344 | 54591 | 22320 | 35569 | 2848 | 204065 | 55384 | 65558 | 29096 | 53099 | 694 | 9026 | 144 | 89372 | 132255 | 708 | 368006 | 3818 | 1080 | 72362 | 514 | 456 | 173462 | 48952 | 867411 | 38640 | 399 | 3833 | 688 | 381 | 109513 | 2246840 | 242170 | 9611 | 721533 | 73 | 953 | 67 | 83920 | 10262 | 44389 | 1201164 | 3586 | 15861 | 30611 | 7138 | 34126 | 24 | 35425 | 967988 | 472855 | 171985 | 1371767 | 513 | 36565 | 11874 | 179979 | 53 | 43916 | 21348 | 179531 | 142 | 2321 | 417 | 8247 | 14907 | 680925 | 149596 | 1344 | 147498 | 702 | 29688 | 3418 | 929961 | 12592 | 97 | 281371 | 663860 | 550694 | 82590 | 4992 | 2060771 | 108600 | 393414 | 181590 | 143571 | 148338 | 406190 | 765043 | 345898 | 76309 | 26555 | 112604 | 1878 | 26397 | 3399 | 196959 | 24042 | 126355 | 599 | 79240 | 873 | 35 | 44893 | 3076 | 1711 | 1731 | 64619 | 740 | 12245 | 9038 | 1782 | 163 | 2983 | 12950828 | 19765 | 651 | 195 | 24112 | 5585 | 69126 | 2540 | 98344 | 924 | 159 | 88109 | 85383 | 362 | 30835 | 274293 | 547 | 252172 | 7298 | 30672 | 1288 | 339076 | 2966 | 112222 | 2732 | 18936 | 447183 | 1998932 | 498087 | 175027 | 1685015 | 2249 | 1145196 | 42471 | 70 | 188638 | 438458 | 825 | 12538 | 21712 | 26510 | 12354 | 773 | 133 | 63906 | 13173 | 113811 | 1365 | 34214 | 37106 | 920 | 24145 | 8545 | 108 | 98548 | 101959 | 25466 | 103068 | 53321 | 43407 | 20990 | 7981 | 53643 | 38886 | 76439 | 3813 | 267919 | 34215 | 1411 | 73 | 20515 | 249001 | 9055 | 106805 | 1282 | 1191 | 144 | 19453 | 376852 | 9647 | 758919 | 18924 | 48254 | 62234 | 147 | 218596 | 1381076 | 50126 | 8565 | 19086 | |||||||||||||||||||||
238 | OCEANIA | 1593606 | United Kingdom | 7938121 | 56434 | 31030 | 31173 | 3201 | 3209 | 2662 | 25 | 575 | 3 | 46 | 16002 | 1295 | 55 | 89632 | 23687 | 387 | 335 | 1808 | 34876 | 694 | 1779 | 8067 | 88 | 91 | 770 | 1635 | 1140 | 40753 | 1307 | 20220 | 20 | 3918 | 4660 | 57 | 2121 | 41965 | 304 | 59277 | 25 | 20 | 52 | 35 | 65 | 3369 | 32379 | 570995 | 106605 | 3267 | 13674 | 22 | 1107 | 25417 | 492 | 295 | 75835 | 784 | 179 | 22840 | 16125 | 82 | 2917 | 13711 | 196 | 38 | 164 | 2206 | 45810 | 11770 | 11 | 3373 | 3300 | 10824 | 40 | 220 | 118330 | 10832 | 100959 | 23 | 1921 | 49 | 208 | 553 | 152018 | 5046 | 520 | 137457 | 47 | 150 | 12 | 1528 | 499 | 892 | 11 | 803 | 121 | 6 | 307 | 25878 | 827 | 423859 | 99537 | 39688 | 59539 | 86983 | 1162 | 12737 | 234169 | 1312 | 71857 | 6272 | 1422 | 17947 | 2783 | 5416 | 406 | 14033 | 6429 | 97328 | 154 | 3337 | 2711 | 22 | 3548 | 288 | 305 | 1306 | 164486 | 618 | 76 | 52851 | 734 | 29 | 74 | 29348 | 82 | 4223 | 9467 | 91 | 860 | 1199 | 9 | 2861 | 1006 | 24827 | 1548 | 1251 | 32574 | 123380 | 5797 | 592437 | 890 | 57 | 5523 | 7092 | 2629 | 5500 | 1688 | 38631 | 2245 | 291 | 35177 | 506 | 11071 | 264163 | 65174 | 20079 | 1345 | 806 | 150394 | 945 | 160 | 21066 | 30319 | 711 | 70 | 28 | 68 | 0 | 61 | 116429 | 11 | 14 | 14675 | 364 | 46563 | 3279 | 3802 | 69334 | 47 | 6186 | 8182 | 3370 | 9257 | 220425 | 15751 | 17590 | 108465 | 3222 | 12983 | 150 | 421 | 13069 | 19841 | 10393 | 96 | 65111 | 54249 | 11343 | 333 | 2688 | 39117 | 1971 | 1605 | 43602 | 88 | 7 | 3248 | 3408 | 17026 | 6852 | 1593606 | 4443 | 142364 | 18 | 11786 | 1290 | 7577 | 3598 | 233549 | 8454 | 17 | 745 | 7967 | 44531 | ||||||
239 | Australia and New Zealand | 1591324 | United Kingdom | 7601468 | 46251 | 4322 | 31173 | 3201 | 1550 | 848 | 25 | 575 | 3 | 46 | 16002 | 1295 | 55 | 80835 | 23687 | 387 | 335 | 1808 | 32028 | 694 | 1779 | 8067 | 88 | 91 | 770 | 1635 | 1140 | 40753 | 1307 | 20220 | 20 | 3918 | 4660 | 57 | 2121 | 41156 | 304 | 58835 | 25 | 20 | 52 | 35 | 65 | 3369 | 32379 | 561921 | 106605 | 3267 | 13674 | 22 | 1107 | 25389 | 492 | 295 | 75835 | 784 | 179 | 22840 | 16125 | 82 | 2917 | 13711 | 196 | 38 | 164 | 2206 | 45810 | 11770 | 11 | 3373 | 3300 | 10824 | 40 | 220 | 115868 | 10832 | 35987 | 23 | 1065 | 49 | 208 | 553 | 151540 | 5046 | 520 | 137457 | 47 | 150 | 12 | 154 | 499 | 892 | 11 | 803 | 121 | 6 | 307 | 25878 | 827 | 420604 | 84688 | 39688 | 59539 | 86382 | 1162 | 12737 | 233636 | 1312 | 68149 | 6272 | 1422 | 17947 | 1776 | 5416 | 406 | 13167 | 6429 | 97328 | 154 | 3337 | 2711 | 22 | 3548 | 288 | 305 | 1306 | 163968 | 618 | 76 | 52851 | 103 | 29 | 74 | 29348 | 0 | 4223 | 54 | 91 | 860 | 1199 | 9 | 2069 | 1006 | 24827 | 1548 | 1100 | 32434 | 123368 | 1526 | 582761 | 890 | 57 | 5523 | 7073 | 9 | 5500 | 1688 | 36336 | 28 | 291 | 35048 | 506 | 11071 | 209661 | 65172 | 20079 | 118 | 806 | 144473 | 945 | 160 | 21066 | 30319 | 711 | 70 | 28 | 68 | 0 | 61 | 85014 | 11 | 14 | 14675 | 364 | 46563 | 3279 | 3802 | 69334 | 47 | 6186 | 8182 | 2910 | 9257 | 220425 | 15751 | 17348 | 108141 | 3222 | 12983 | 150 | 421 | 13069 | 19697 | 10393 | 96 | 65111 | 54249 | 11343 | 333 | 2536 | 37053 | 1971 | 699 | 43602 | 88 | 7 | 1741 | 3408 | 17026 | 6852 | 1591324 | 4443 | 112822 | 18 | 11786 | 1290 | 1839 | 3598 | 232029 | 38 | 17 | 745 | 7967 | 44531 | ||||||
240 | Australia | au | Australia | -25.274 | 133.775 | 1277474 | United Kingdom | E | 6468640 | 44460 | 3966 | 28411 | 3063 | 1392 | 219 | 22 | 546 | 0 | 43 | 14832 | 1253 | 41 | 21964 | 322 | 278 | 1435 | 30178 | 482 | 1564 | 7175 | 74 | 85 | 524 | 1617 | 964 | 40127 | 1146 | 17949 | 14 | 3556 | 3706 | 54 | 1971 | 33616 | 278 | 47248 | 22 | 13 | 30 | 32 | 54 | 2203 | 30606 | 447407 | 96704 | 3063 | 13172 | 22 | 985 | 6458 | 439 | 284 | 73165 | 739 | 121 | 22393 | 14971 | 68 | 2806 | 11791 | 139 | 32 | 150 | 2110 | 44079 | 11694 | 11 | 3223 | 3170 | 9627 | 29 | 67233 | 10323 | 32803 | 17 | 390 | 43 | 182 | 450 | 137677 | 4572 | 432 | 136221 | 41 | 139 | 6 | 128 | 450 | 889 | 11 | 653 | 107 | 6 | 278 | 24267 | 674 | 364764 | 78744 | 36090 | 51779 | 77513 | 781 | 11652 | 231650 | 1092 | 55816 | 5825 | 1114 | 16000 | 718 | 4637 | 353 | 12016 | 6093 | 96800 | 128 | 3288 | 2581 | 22 | 3395 | 246 | 268 | 1071 | 145227 | 503 | 65 | 52346 | 43 | 29 | 74 | 28936 | 3726 | 32 | 85 | 792 | 1199 | 6 | 1885 | 910 | 23742 | 1178 | 792 | 31689 | 94894 | 1249 | 582761 | 868 | 54 | 4851 | 824 | 3 | 4894 | 1318 | 33488 | 22 | 246 | 33434 | 461 | 10430 | 189969 | 62595 | 19833 | 96 | 718 | 107360 | 846 | 146 | 18130 | 24417 | 631 | 44 | 22 | 54 | 43 | 19759 | 11 | 11 | 13868 | 353 | 45053 | 3191 | 3737 | 63077 | 32 | 5847 | 7978 | 2238 | 6865 | 166731 | 15381 | 16738 | 98792 | 3084 | 12678 | 128 | 353 | 11555 | 15817 | 9938 | 74 | 57176 | 53225 | 11309 | 322 | 492 | 10613 | 1756 | 631 | 42826 | 74 | 4 | 161 | 3030 | 15539 | 5890 | 1277474 | 3984 | 89957 | 12 | 11405 | 1114 | 1435 | 3406 | 225749 | 24 | 17 | 642 | 6275 | 34034 | |||||
241 | New Zealand | nz | New Zealand | -40.901 | 174.886 | 313850 | United Kingdom | E | 1132828 | 1791 | 356 | 2762 | 138 | 158 | 629 | 3 | 29 | 3 | 3 | 1170 | 42 | 14 | 80835 | 1723 | 65 | 57 | 373 | 1850 | 212 | 215 | 892 | 14 | 6 | 246 | 18 | 176 | 626 | 161 | 2271 | 6 | 362 | 954 | 3 | 150 | 7540 | 26 | 11587 | 3 | 7 | 22 | 3 | 11 | 1166 | 1773 | 114514 | 9901 | 204 | 502 | 122 | 18931 | 53 | 11 | 2670 | 45 | 58 | 447 | 1154 | 14 | 111 | 1920 | 57 | 6 | 14 | 96 | 1731 | 76 | 150 | 130 | 1197 | 11 | 220 | 48635 | 509 | 3184 | 6 | 675 | 6 | 26 | 103 | 13863 | 474 | 88 | 1236 | 6 | 11 | 6 | 26 | 49 | 3 | 150 | 14 | 29 | 1611 | 153 | 55840 | 5944 | 3598 | 7760 | 8869 | 381 | 1085 | 1986 | 220 | 12333 | 447 | 308 | 1947 | 1058 | 779 | 53 | 1151 | 336 | 528 | 26 | 49 | 130 | 153 | 42 | 37 | 235 | 18741 | 115 | 11 | 505 | 60 | 0 | 412 | 497 | 22 | 6 | 68 | 3 | 184 | 96 | 1085 | 370 | 308 | 745 | 28474 | 277 | 22 | 3 | 672 | 6249 | 6 | 606 | 370 | 2848 | 6 | 45 | 1614 | 45 | 641 | 19692 | 2577 | 246 | 22 | 88 | 37113 | 99 | 14 | 2936 | 5902 | 80 | 26 | 6 | 14 | 18 | 65255 | 3 | 807 | 11 | 1510 | 88 | 65 | 6257 | 15 | 339 | 204 | 672 | 2392 | 53694 | 370 | 610 | 9349 | 138 | 305 | 22 | 68 | 1514 | 3880 | 455 | 22 | 7935 | 1024 | 34 | 11 | 2044 | 26440 | 215 | 68 | 776 | 14 | 3 | 1580 | 378 | 1487 | 962 | 313850 | 459 | 22865 | 6 | 381 | 176 | 404 | 192 | 6280 | 14 | 103 | 1692 | 10497 | |||||||||||||
242 | Melanesia | 40048 | France | 122284 | 4612 | 15475 | 0 | 0 | 848 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 7816 | 0 | 0 | 0 | 0 | 2434 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 809 | 0 | 275 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 119 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 385 | 0 | 40048 | 0 | 733 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2937 | 14828 | 0 | 0 | 601 | 0 | 0 | 356 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 866 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 518 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 792 | 0 | 0 | 0 | 0 | 0 | 0 | 251 | 3758 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2295 | 0 | 0 | 64 | 0 | 0 | 1363 | 0 | 0 | 0 | 0 | 256 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 416 | 0 | 0 | 0 | 144 | 324 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 29 | 0 | 906 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2047 | 0 | 1525 | 0 | 0 | 0 | 5240 | 0 | 838 | 8376 | 0 | 0 | 0 | 0 | ||||||
243 | Fiji | fj | Fiji | -17.713 | 178.065 | 2367 | India | E | 22828 | 1617 | 9097 | 2144 | 2245 | 2367 | 1987 | 2125 | 1246 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
244 | New Caledonia | nc | New Caledonia | -20.904 | 165.618 | 37229 | France | E | 63037 | 1908 | 4012 | 787 | 348 | 740 | 119 | 37229 | 367 | 1259 | 356 | 792 | 736 | 150 | 144 | 839 | 4843 | 766 | 7642 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
245 | Papua New Guinea | pg | Papua New Guinea | -6.315 | 143.956 | 12472 | Indonesia | E | 25441 | 427 | 1127 | 4267 | 275 | 160 | 345 | 12472 | 572 | 518 | 1077 | 1298 | 256 | 297 | 324 | 573 | 1453 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
246 | Solomon Islands | sb | Solomon Islands | -9.646 | 160.156 | 2281 | France | E | 7870 | 419 | 646 | 61 | 429 | 189 | 69 | 2281 | 366 | 225 | 1097 | 29 | 74 | 56 | 232 | 170 | 65 | 67 | 120 | 72 | 397 | 72 | 734 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
247 | Vanuatu | vu | Vanuatu | -15.377 | 166.959 | 628 | Australia | E | 3108 | 241 | 593 | 628 | 225 | 538 | 251 | 312 | 64 | 119 | 29 | 108 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
248 | Federated States of Micronesia | fm | Federated States of Micronesia | 6.887 | 158.215 | 51558 | Philippines | 119509 | 2347 | 4438 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 322 | 0 | 0 | 0 | 0 | 414 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 7138 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 520 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1374 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 11 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3518 | 0 | 0 | 0 | 960 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 631 | 0 | 0 | 0 | 0 | 0 | 9413 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 138 | 140 | 0 | 0 | 81 | 0 | 0 | 0 | 0 | 2620 | 0 | 0 | 0 | 2217 | 0 | 0 | 0 | 0 | 51558 | 0 | 0 | 1227 | 0 | 5246 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 28 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1322 | 0 | 0 | 0 | 22 | 0 | 23442 | 0 | 0 | 0 | 0 | 0 | 382 | 0 | 0 | 0 | 0 | 0 | ||
249 | Guam | gu | Guam | 13.444 | 144.794 | 35410 | Philippines | E | 80770 | 1291 | 1949 | 2942 | 2663 | 273 | 7580 | 2370 | 1447 | 35410 | 209 | 3528 | 20726 | 382 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
250 | Kiribati | ki | Kiribati | 1.871 | -157.363 | 1046 | Tuvalu | E | 2619 | 454 | 303 | 133 | 308 | 138 | 43 | 1046 | 22 | 172 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
251 | Marshall Islands | mh | Marshall Islands | 6.068 | 171.989 | 269 | United States | E | 1705 | 8 | 726 | 20 | 70 | 49 | 29 | 90 | 149 | 212 | 39 | 44 | 269 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
252 | Federated States of Micronesia | fm | Federated States of Micronesia | 6.887 | 158.215 | 541 | Philippines | E | 2600 | 38 | 198 | 20 | 344 | 305 | 74 | 260 | 14 | 140 | 140 | 541 | 526 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
253 | Nauru | nr | Nauru | -0.523 | 166.932 | 870 | Kiribati | I | 2070 | 37 | 111 | 149 | 371 | 163 | 11 | 870 | 24 | 74 | 28 | 232 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
254 | Northern Mariana Islands | mp | Northern Mariana Islands | 15.098 | 145.674 | 12324 | Philippines | E | 24155 | 215 | 818 | 414 | 2892 | 810 | 599 | 53 | 1245 | 140 | 630 | 12324 | 1018 | 1603 | 1394 | 0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
255 | Palau | pw | Palau | 7.515 | 134.583 | 2997 | Philippines | E | 5590 | 304 | 333 | 519 | 259 | 153 | 45 | 439 | 110 | 2997 | 76 | 355 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
256 | Polynesia | 31415 | Samoa | 94860 | 3224 | 6795 | 0 | 0 | 811 | 1814 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 659 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 167 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1817 | 0 | 0 | 0 | 0 | 0 | 28 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1557 | 0 | 24924 | 0 | 123 | 0 | 0 | 0 | 478 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 307 | 21 | 0 | 0 | 0 | 0 | 0 | 177 | 0 | 190 | 0 | 0 | 0 | 47 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 82 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 0 | 12 | 4020 | 5837 | 0 | 0 | 0 | 19 | 0 | 0 | 0 | 0 | 0 | 0 | 65 | 0 | 0 | 1581 | 2 | 0 | 0 | 0 | 419 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 31415 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 16 | 0 | 0 | 0 | 98 | 0 | 0 | 0 | 0 | 0 | 0 | 144 | 0 | 0 | 0 | 0 | 0 | 0 | 152 | 2035 | 0 | 0 | 0 | 0 | 0 | 185 | 0 | 0 | 0 | 213 | 0 | 4575 | 0 | 0 | 0 | 498 | 0 | 300 | 40 | 0 | 0 | 0 | 0 | ||||||
257 | American Samoa | as | American Samoa | -14.306 | -170.696 | 30947 | Samoa | E | 41845 | 200 | 599 | 849 | 471 | 1028 | 1581 | 419 | 30947 | 30 | 1827 | 3594 | 300 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
258 | Cook Islands | ck | Cook Islands | -21.237 | -159.778 | 2701 | New Zealand | E | 3243 | 33 | 63 | 144 | 99 | 80 | 12 | 2701 | 11 | 12 | 6 | 61 | 21 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
259 | French Polynesia | pf | French Polynesia | -17.680 | -149.407 | 24130 | France | E | 34830 | 650 | 3926 | 811 | 84 | 154 | 732 | 37 | 24130 | 428 | 47 | 21 | 177 | 28 | 2340 | 132 | 98 | 144 | 102 | 498 | 251 | 40 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
260 | Niue | nu | Niue | -19.054 | -169.867 | 169 | New Zealand | E | 552 | 38 | 19 | 19 | 11 | 47 | 2 | 169 | 2 | 19 | 118 | 77 | 11 | 20 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
261 | Samoa | ws | Samoa | -13.759 | -172.105 | 1812 | American Samoa | E | 5623 | 128 | 355 | 1812 | 382 | 13 | 68 | 16 | 156 | 12 | 50 | 59 | 17 | 10 | 1704 | 8 | 53 | 15 | 122 | 89 | 85 | 32 | 418 | 19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
262 | Tokelau | tk | Tokelau | -9.200 | -171.848 | 121 | Samoa | E | 298 | 12 | 6 | 2 | 23 | 1 | 6 | 99 | 121 | 1 | 23 | 4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
263 | Tonga | to | Tonga | -21.179 | -175.198 | 687 | Fiji | E | 5436 | 2106 | 1795 | 168 | 687 | 260 | 103 | 317 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
264 | Tuvalu | tv | Tuvalu | -7.478 | 178.680 | 54 | Fiji | E | 148 | 9 | 8 | 7 | 54 | 30 | 3 | 4 | 5 | 1 | 7 | 20 | 0 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
265 | Wallis and Futuna Islands | 1680 | New Caledonia | E | 2885 | 48 | 24 | 780 | 43 | 82 | 1680 | 228 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
World | Other North | Other South | Afghanistan | Albania | Algeria | American Samoa | Andorra | Angola | Anguilla | Antigua and Barbuda | Argentina | Armenia | Aruba | Australia | Austria | Azerbaijan | Bahamas | Bahrain | Bangladesh | Barbados | Belarus | Belgium | Belize | Benin | Bermuda | Bhutan | Bolivia | Bosnia and Herzegovina | Botswana | Brazil | British Virgin Islands | Brunei Darussalam | Bulgaria | Burkina Faso | Burundi | Cambodia | Cameroon | Canada | Cape Verde | Caribbean Netherlands | Cayman Islands | Central African Republic | Chad | Channel Islands | Chile | China | Hong Kong | Macau | Colombia | Comoros | Republic of Congo | Cook Islands | Costa Rica | Côte d'Ivoire | Croatia | Cuba | Curaçao | Cyprus | Czech Republic | North Korea | Democratic Republic of Congo | Denmark | Djibouti | Dominica | Dominican Republic | Ecuador | Egypt | El Salvador | Equatorial Guinea | Eritrea | Estonia | Ethiopia | Faroe Islands | Falkland Islands | Fiji | Finland | France | French Guiana | French Polynesia | Gabon | Gambia | Georgia | Germany | Ghana | Gibraltar | Greece | Greenland | Grenada | Guadeloupe | Guam | Guatemala | Guinea | Guinea-Bissau | Guyana | Haiti | Holy See | Honduras | Hungary | Iceland | India | Indonesia | Iran | Iraq | Ireland | Isle of Man | Israel | Italy | Jamaica | Japan | Jordan | Kazakhstan | Kenya | Kiribati | Kuwait | Kyrgyzstan | Lao People's Democratic Republic | Latvia | Lebanon | Lesotho | Liberia | Libya | Liechtenstein | Lithuania | Luxembourg | Madagascar | Malawi | Malaysia | Maldives | Mali | Malta | Marshall Islands | Martinique | Mauritania | Mauritius | Mayotte | Mexico | Federated States of Micronesia | Monaco | Mongolia | Montenegro | Montserrat | Morocco | Mozambique | Myanmar | Namibia | Nauru | Nepal | Netherlands | New Caledonia | New Zealand | Nicaragua | Niger | Nigeria | Niue | Northern Mariana Islands | Norway | Oman | Pakistan | Palau | Panama | Papua New Guinea | Paraguay | Peru | Philippines | Poland | Portugal | Puerto Rico | Qatar | South Korea | Moldova | Reunion | Romania | Russia | Rwanda | Saint Helena | Saint Kitts and Nevis | Saint Lucia | Saint Pierre and Miquelon | Saint Vincent and the Grenadines | Samoa | San Marino | Sao Tome and Principe | Saudi Arabia | Senegal | Serbia | Seychelles | Sierra Leone | Singapore | Sint Maarten | Slovakia | Slovenia | Solomon Islands | Somalia | South Africa | South Sudan | Spain | Sri Lanka | Palestinian Territories | Sudan | Suriname | Swaziland | Sweden | Switzerland | Syria | Tajikistan | Thailand | Yugoslav | Timor-Leste | Togo | Tokelau | Tonga | Trinidad and Tobago | Tunisia | Turkey | Turkmenistan | Turks and Caicos Islands | Tuvalu | Uganda | Ukraine | United Arab Emirates | United Kingdom | Tanzania | United States | US Virgin Islands | Uruguay | Uzbekistan | Vanuatu | Venezuela | Viet Nam | Wallis and Futuna Islands | Western Sahara | Yemen | Zambia | Zimbabwe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use strict; | |
use warnings; | |
# to use with: https://github.com/lipis/flag-icon-css/tree/master/flags/1x1 | |
my $final_size = 16; | |
my $orig_size = 512; # on the original files | |
my $flag_pref = "zflag_"; | |
my $id_pref = "zid_"; | |
my $id = 0; | |
for my $file (@ARGV) { | |
warn "------------- $file\n"; | |
my $flag_id = $file =~ m{/(\w\w).svg$} && "$flag_pref$1" or die "$file is no flag"; | |
open FILE, "$file" or die "$file: $!"; | |
undef $/; | |
my $content = <FILE>; | |
close FILE; | |
$content =~ s{^.*(?:</(?:metadata|desc|title)>|<svg .*?>)}{}msi; | |
$content =~ s{</svg>.*$}{}msi; | |
# uniform ids | |
my %id = (); | |
$content =~ s{\bid\s*=\s*["'](.*?)["']}{'id="'.($id{$1}||=$id_pref.($id++)).'"'}emsig; | |
my $id_re = "(?:".join("|", keys %id).")"; | |
warn "$id_re\n"; | |
$content =~ s{(?<="#)$id_re(?=")|(?<=url\(#)$id_re(?=\))}{my $nid="$id{$&}"; warn "$& -> $nid\n"; $nid}msgei; | |
# capture defs | |
my $defs = ""; | |
$content =~ s{<defs.*?>(.*)</defs>}{$defs=$1;""}emsi; | |
my $scale = $final_size / $orig_size; | |
print <<EOF; | |
$defs | |
<pattern id="$flag_id" patternUnits="userSpaceOnUse" x="0" y="0" width="$final_size" height="$final_size"> | |
<g transform="scale($scale)"> | |
<g> | |
$content | |
</g> | |
</g> | |
</pattern> | |
EOF | |
} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<pattern id="zflag_ad" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_0" fill-rule="evenodd" transform="matrix(.72249 0 0 1.0321 0 -16.449)" stroke-width="1pt"> | |
<rect id="zid_1" height="496.06" width="237.4" y="15.937" x="0" fill="#0000bd"/> | |
<rect id="zid_2" height="496.06" width="237.4" y="15.937" x="471.26" fill="#cc1900"/> | |
<rect id="zid_3" height="496.06" width="233.86" y="15.937" x="237.4" fill="#fff600"/> | |
</g> | |
<g id="zid_4" transform="matrix(1.0086 0 0 .99179 -96.834 -480.19)"> | |
<g id="zid_5" stroke-width="1pt"> | |
<path id="zid_6" d="m398.54 290.22c47.823 0.818 44.515-29.149 61.974-32.126 17.458-2.977 33.928 12.489 33.302 29.972 1.873 20.814-29.714 20.963-31.637 38.298-1.923 17.336 15.378 22.628 33.302 19.982s30.646-20.363 39.804-28.689c-13.321 7.493-24.218 4.778-25.21-8.558 0.673-17.497 18.103-23.847 26.345-17.96 6.476-5.298 6.09-7.423 13.209-6.246 4.828 2.944 6.143 2.861 8.999 7.418 3.717-2.355 5.269-3.54 12.204-0.597 4.306 1.767 7.181 4.961 9.841 9.808 3.146-2.486 8.086-3.413 13.762-0.197 3.61 1.837 8.108 7.182 8.72 12.995 8.451 1.696 11.381 3.654 14.034 7.953 15.765 21.775-2.435 58.473-1.432 77.205 1.004 18.731 16.651 19.981 16.651 19.981-14.717-9.42-0.201-15.9 6.745-16.55 22.252 2.292 18.508 35.135-5.18 29.366-18.978-5.18 38.921 3.281 37.525 62.637-1.396 61.021-32.815 49.01-32.815 49.01s26.838 10.109 21.646 30.09c-5.191 13.507-32.933 22.456-30.578-3.448-8.242 11.186-10.608 15.913-10.58 32.916-1.148 21.713 0.656 31.631 6.845 42.301 1.48-9.935 8.206-10.361 13.952-9.1 8.101 0.084 12.607 6.442 9.563 14.684 4.079-1.035 7.801 1.757 9.402 5.121 1.255 6.206 4.037 8.956-2.439 11.311 6.476 1.178 9.61 2.024 10.377 11.049 0.18 7.261-12.596 11.246-26.136 8.891 7.065 3.533 29.983 50.025 26.922 103.44-2.119 47.905-86.038 43.639-123.53 42.305-37.488-1.332-72.512 0.775-87.133 13.052 11.247 7.182-1.302 29.542-10.864 19.064 0 8.242-9.449 20.979-22.497 12.718 0.534 14.885-14.238 25.328-27.121 25.328s-27.655-10.443-27.121-25.328c-13.048 8.261-22.497-4.476-22.497-12.718-9.562 10.478-22.111-11.882-10.864-19.064-14.621-12.277-49.645-14.384-87.133-13.052-37.489 1.334-121.41 5.6-123.53-42.305-3.061-53.418 23.699-99.91 30.764-103.44-13.54 2.355-26.316-1.63-26.136-8.891 0.767-9.025 3.901-9.871 10.377-11.049-6.476-2.355-3.694-5.105-2.439-11.311 1.601-3.364 5.323-6.156 9.402-5.121-3.044-8.242 1.462-14.6 9.563-14.684 5.746-1.261 12.472-0.835 13.952 9.1 6.189-10.67 7.993-20.588 6.845-42.301 0.028-17.003-2.338-21.73-10.58-32.916 2.355 25.904-25.387 16.955-30.578 3.448-5.192-19.981 21.646-30.09 21.646-30.09s-31.419 12.011-32.815-49.01c-1.396-59.356 56.503-67.817 37.525-62.637-23.688 5.769-27.432-27.074-5.18-29.366 6.946 0.65 21.462 7.13 6.745 16.55 0 0 15.647-1.25 16.651-19.981 1.003-18.732-17.197-55.43-1.432-77.205 2.653-4.299 5.583-6.257 14.034-7.953 0.612-5.813 5.11-11.158 8.72-12.995 5.676-3.216 10.616-2.289 13.762 0.197 2.66-4.847 5.535-8.041 9.841-9.808 6.935-2.943 8.487-1.758 12.204 0.597 2.856-4.557 4.171-4.474 8.999-7.418 7.119-1.177 6.733 0.948 13.209 6.246 8.242-5.887 25.672 0.463 26.345 17.96-0.992 13.336-11.889 16.051-25.21 8.558 9.158 8.326 21.88 26.043 39.804 28.689s35.225-2.646 33.302-19.982c-1.923-17.335-33.51-17.484-31.637-38.298-0.626-17.483 15.844-32.949 33.302-29.972 17.459 2.977 14.151 32.944 62.182 32.126z" fill-rule="evenodd" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="#cba323"/> | |
<path id="zid_7" d="m356.44 346.62c-0.575 17.961-31.258 14.828-51.514 13.859-26.326-1.231-77.59-46.08-44.263-69.888" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_8" d="m164.84 449.52c-16.484 17.662 28.691 13.497 9.419-9.419-7.87-8.82-41.21 18.839-41.21 49.452s10.597 44.742 16.484 45.919c5.887 1.178 15.307-3.532 15.307-8.241 0-5.887-4.71-15.307-11.774-14.13-11.775 0-5.888 10.597-0.001 10.597" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_9" d="m163.39 451.39s-24.453 9.908-24.453 39.343c0 29.436 7.065 28.259 7.065 28.259" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_10" d="m166.02 430.68s24.726-3.533 23.549 18.838c-1.178 22.371-9.42 23.549-22.371 22.371-12.952-1.177-5.887-16.483-5.887-16.483" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_11" d="m156.6 543.71s18.839-1.178 17.661-21.194c-1.177-20.016-15.306-21.194-23.548-20.016-8.242 1.177-10.74 5.803-8.242 12.88" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_12" d="m150.71 567.26s3.936-8.158 16.887-8.158c12.952 0 18.982 30.386 17.805 63.354-1.178 32.968-33.515 61.37-40.58 59.015-7.064-2.355-10.597-3.533-4.71-8.242" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_13" d="m172.39 643.31-22.859 38.166" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_14" d="m141.29 667.34c0 0.416 5.054-1.105 8.587 1.249 3.532 2.355 4.365 5.816 4.365 5.816" transform="matrix(.38925 0 0 .37394 195.85 536.34)" stroke="#000" fill="none"/> | |
<path id="zid_15" d="m144.82 650.86s4.517-1.819 10.404 0.536 5.695 7.662 5.695 7.662" transform="matrix(.35485 0 0 .26779 202.53 605.66)" stroke="#000" fill="none"/> | |
<path id="zid_16" d="m171.78 731.95c12.251 6.364 24.282-25.181 0.671-26.726-16.888-0.69-29.085 23.268-26.73 35.041 6.431 40.061 10.444 66.861 50.568 72.045 30.613 2.355 78.451-5.101 108.3-1.523 29.44 3.433 61.94 14.272 73.714 26.047 11.774 11.774 19.112 11.892 19.112 23.667 0 11.774-16.815 17.816-23.476 10.74" transform="matrix(.38925 0 0 .37394 195.83 537.04)" stroke="#000" fill="none"/> | |
<path id="zid_17" d="m369.84 876.92c4.305-2.914 14.556-20.425 4.722-30.815-15.194-15.401-26.165-21.479-33.658-23.977" transform="matrix(.38925 0 0 .37394 195.83 537.04)" stroke="#000" fill="none"/> | |
<path id="zid_18" d="m347.55 863.28c5.828-3.532 6.684-15.298 0.594-24.274-6.091-8.975-21.941-16.165-53.073-18.799-23.583-1.982-87.844 8.444-111.39 1.379-33.059-12.721-53.845-34.149-48.773-87.391 1.521-20.621 11.917-34.465 32.278-37.105 22.858-0.143 28.813 14.734 28.813 33.571 0 9.681-25.317 18.878-29.909 9.705-7.109-12.854-10.217-24.451 15.881-30.607" transform="matrix(.38925 0 0 .37394 195.83 537.04)" stroke="#000" fill="none"/> | |
<path id="zid_19" d="m337.41 844.59s9.765 5.685 7.41 10.395c-2.354 4.709-8.658 2.7-4.496-2.296" transform="matrix(.38925 0 0 .37394 195.83 537.04)" stroke="#000" fill="none"/> | |
<path id="zid_20" d="m238.95 291.4s-6.66 6.66-3.33 22.479 9.991 14.987 9.991 14.987" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_21" d="m216.47 300.55c-0.833 1.665-9.706 11.858-4.71 22.681 4.995 10.824 8.956 12.977 8.956 12.977" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_22" d="m193.99 313.87s-7.195 10.622-8.567 29.555 7.789 45 7.533 54.698c-0.581 20.609-24.012 30.839-24.012 30.839" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_23" d="m159.85 543.66c1.665 0 34.135-29.972 34.135 76.597-2.498 61.61-38.298 67.438-38.298 67.438" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_24" d="m162.49 689.71c13.148-3.336 40.425 10.99 30.613 35.324" transform="matrix(.38925 0 0 .37394 196.91 537.13)" stroke="#000" fill="none"/> | |
<path id="zid_25" d="m167.78 681.47c8.439 0.785 15.319 6.904 18.458 15.343" transform="matrix(.38925 0 0 .37394 196.12 536.47)" stroke="#000" fill="none"/> | |
<path id="zid_26" d="m148.2 477.06s9.991 14.154 24.977 14.154 19.982-15.819 19.982-15.819" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_27" d="m146.53 484.55s9.158 16.652 24.977 17.484c15.819 0.833 21.647-10.823 21.647-10.823" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_28" d="m179.84 509.52s11.657 4.996 11.657 19.15c0 14.153-10.824 10.823-10.824 10.823" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_29" d="m356.44 346.62c-0.575 17.961-31.258 14.828-51.514 13.859-26.326-1.231-77.59-46.08-44.263-69.888" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_30" d="m164.84 449.52c-16.484 17.662 28.691 13.497 9.419-9.419-7.87-8.82-41.21 18.839-41.21 49.452s10.597 44.742 16.484 45.919c5.887 1.178 15.307-3.532 15.307-8.241 0-5.887-4.71-15.307-11.774-14.13-11.775 0-5.888 10.597-0.001 10.597" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_31" d="m163.39 451.39s-24.453 9.908-24.453 39.343c0 29.436 7.065 28.259 7.065 28.259" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_32" d="m166.02 430.68s24.726-3.533 23.549 18.838c-1.178 22.371-9.42 23.549-22.371 22.371-12.952-1.177-5.887-16.483-5.887-16.483" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_33" d="m156.6 543.71s18.839-1.178 17.661-21.194c-1.177-20.016-15.306-21.194-23.548-20.016-8.242 1.177-10.74 5.803-8.242 12.88" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_34" d="m150.71 567.26s3.936-8.158 16.887-8.158c12.952 0 18.982 30.386 17.805 63.354-1.178 32.968-33.515 61.37-40.58 59.015-7.064-2.355-10.597-3.533-4.71-8.242" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_35" d="m172.39 643.31-22.859 38.166" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_36" d="m141.29 667.34c0 0.416 5.054-1.105 8.587 1.249 3.532 2.355 4.365 5.816 4.365 5.816" transform="matrix(-.38925 0 0 .37394 506.83 536.47)" stroke="#000" fill="none"/> | |
<path id="zid_37" d="m144.82 650.86s4.517-1.819 10.404 0.536 5.695 7.662 5.695 7.662" transform="matrix(-.35485 0 0 .26779 500.15 605.66)" stroke="#000" fill="none"/> | |
<path id="zid_38" d="m170.42 741.5c-2.354 0 15.451-19.877-0.688-23.897-20.284-3.872-28.744 16.55-26.389 28.323 5.072 28.746 16.897 64.033 52.945 66.388 30.613 2.355 78.451-5.101 108.3-1.523 29.44 3.433 61.94 14.272 73.714 26.047 11.774 11.774 19.112 11.892 19.112 23.667 0 11.774-16.815 17.816-23.476 10.74" transform="matrix(-.38925 0 0 .37394 505.26 537.04)" stroke="#000" fill="none"/> | |
<path id="zid_39" d="m369.84 876.92c4.305-2.914 14.556-20.425 4.722-30.815-15.194-15.401-26.165-21.479-33.658-23.977" transform="matrix(-.38925 0 0 .37394 505.26 537.04)" stroke="#000" fill="none"/> | |
<path id="zid_40" d="m347.55 863.28c5.828-3.532 6.684-15.298 0.594-24.274-6.091-8.975-21.941-16.165-53.073-18.799-23.583-1.982-87.844 8.444-111.39 1.379-43.929-18.378-53.505-42.635-52.509-81.734 1.521-20.621 12.257-36.587 32.618-39.227 22.858-0.143 26.774 11.906 26.774 30.744 0 9.68-9.013 25.716-21.334 23.362-12.322-3.188-21.92-25.013-1.106-36.669" transform="matrix(-.38925 0 0 .37394 505.26 537.04)" stroke="#000" fill="none"/> | |
<path id="zid_41" d="m337.41 844.59s9.765 5.685 7.41 10.395c-2.354 4.709-8.658 2.7-4.496-2.296" transform="matrix(-.38925 0 0 .37394 505.26 537.04)" stroke="#000" fill="none"/> | |
<path id="zid_42" d="m238.95 291.4s-6.66 6.66-3.33 22.479 9.991 14.987 9.991 14.987" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_43" d="m216.47 300.55c-0.833 1.665-9.706 11.858-4.71 22.681 4.995 10.824 8.956 12.977 8.956 12.977" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_44" d="m193.99 313.87s-7.195 10.622-8.567 29.555 7.789 45 7.533 54.698c-0.581 20.609-24.012 30.839-24.012 30.839" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_45" d="m159.85 543.66c1.665 0 34.135-29.972 34.135 76.597-2.498 61.61-38.298 67.438-38.298 67.438" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_46" d="m158.07 701.03c16.205-14.296 47.219 13.112 35.708 38.506" transform="matrix(-.38925 0 0 .37394 506.56 534.49)" stroke="#000" fill="none"/> | |
<path id="zid_47" d="m167.78 681.47c8.439 0.785 17.357 6.197 20.496 14.636" transform="matrix(-.38925 0 0 .37394 508.02 537.4)" stroke="#000" fill="none"/> | |
<path id="zid_48" d="m148.2 477.06s9.991 14.154 24.977 14.154 19.982-15.819 19.982-15.819" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_49" d="m146.53 484.55s9.158 16.652 24.977 17.484c15.819 0.833 21.647-10.823 21.647-10.823" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_50" d="m179.84 509.52s11.657 4.996 11.657 19.15c0 14.153-10.824 10.823-10.824 10.823" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_51" d="m353.01 313.46c0.416-0.416-1.665-9.159 8.326-8.742 9.99 0.416 6.244 9.574 14.57 12.904 7.909 2.082 22.063 4.164 22.528 4.164s14.619-2.082 22.528-4.164c8.326-3.33 4.58-12.488 14.57-12.904 9.991-0.417 7.91 8.326 8.326 8.742" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_52" d="m373.28 349.42c-0.294-4.121-1.249-9.55-6.871-9.966-10.525-0.345-18.856 20.605 4.444 20.753 17.055 0.111 17.198-32.355 0.804-32.831-23.549-0.667-26.788 13.389-26.402 16.143 5.957-50.397-33.246-40.206-31.373-59.77 0.207-10.606 10.849-11.822 22.479-9.857 17.459 2.799 14.151 30.967 62.078 30.198 47.927 0.769 44.619-27.399 62.078-30.198 11.63-1.965 22.272-0.749 22.479 9.857 1.873 19.564-37.33 9.373-31.373 59.77 0.386-2.754-2.853-16.81-26.402-16.143-16.394 0.476-16.251 32.942 0.804 32.831 23.3-0.148 14.969-21.098 4.444-20.753-5.622 0.416-6.577 5.845-6.871 9.966" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/> | |
<path id="zid_53" d="m404.47 889.55v0.217h-4.155v-0.217h0.264c0.231 0 0.416-0.041 0.557-0.123 0.101-0.055 0.179-0.148 0.234-0.281 0.043-0.094 0.065-0.34 0.065-0.738v-5.227c0-0.406-0.022-0.66-0.065-0.762-0.043-0.101-0.131-0.189-0.264-0.263-0.129-0.079-0.304-0.118-0.527-0.118h-0.264v-0.216h4.155v0.216h-0.264c-0.23 0-0.416 0.041-0.557 0.123-0.101 0.055-0.181 0.149-0.24 0.282-0.043 0.093-0.064 0.34-0.064 0.738v5.227c0 0.406 0.021 0.66 0.064 0.761 0.047 0.102 0.135 0.192 0.264 0.27 0.133 0.074 0.31 0.111 0.533 0.111h0.264z" transform="matrix(1.0544 -.26437 .21258 1.3113 -201.97 -224.59)"/> | |
<path id="zid_54" d="m399.64 881.82v2.15h-0.211c-0.125-0.496-0.264-0.852-0.416-1.066-0.153-0.219-0.362-0.393-0.627-0.522-0.149-0.07-0.409-0.105-0.78-0.105h-0.591v6.129c0 0.406 0.021 0.66 0.064 0.761 0.047 0.102 0.135 0.192 0.264 0.27 0.132 0.074 0.312 0.111 0.539 0.111h0.263v0.217h-4.16v-0.217h0.264c0.23 0 0.416-0.041 0.557-0.123 0.101-0.055 0.181-0.148 0.24-0.281 0.043-0.094 0.064-0.34 0.064-0.738v-6.129h-0.574c-0.535 0-0.924 0.113-1.166 0.34-0.34 0.316-0.555 0.767-0.645 1.353h-0.222v-2.15h7.137z" transform="matrix(1.0667 -.17210 .13839 1.3265 -141.19 -274.74)"/> | |
<path id="zid_55" d="m370.04 882.28v3.263h0.229c0.351 0 0.638-0.052 0.861-0.158 0.222-0.105 0.41-0.283 0.562-0.533 0.157-0.25 0.258-0.588 0.305-1.014h0.205v3.99h-0.205c-0.074-0.753-0.277-1.25-0.609-1.488-0.328-0.242-0.702-0.363-1.119-0.363h-0.229v2.432c0 0.406 0.021 0.66 0.064 0.761 0.047 0.102 0.135 0.192 0.264 0.27 0.133 0.074 0.311 0.111 0.533 0.111h0.264v0.217h-4.154v-0.217h0.263c0.231 0 0.416-0.041 0.557-0.123 0.102-0.055 0.18-0.148 0.234-0.281 0.043-0.094 0.065-0.34 0.065-0.738v-5.227c0-0.406-0.022-0.66-0.065-0.762-0.043-0.101-0.13-0.189-0.263-0.263-0.129-0.079-0.305-0.118-0.528-0.118h-0.263v-0.216h6.703v2.279h-0.24c-0.055-0.535-0.196-0.932-0.422-1.19-0.223-0.257-0.547-0.439-0.973-0.544-0.234-0.059-0.668-0.088-1.301-0.088h-0.738z" transform="matrix(1.0721 -.10760 .086523 1.3333 -97.42 -305.95)"/> | |
<path id="zid_56" d="m354.64 881.82v2.15h-0.211c-0.125-0.496-0.264-0.852-0.416-1.066-0.153-0.219-0.362-0.393-0.627-0.522-0.149-0.07-0.409-0.105-0.78-0.105h-0.591v6.129c0 0.406 0.021 0.66 0.064 0.761 0.047 0.102 0.135 0.192 0.264 0.27 0.132 0.074 0.312 0.111 0.539 0.111h0.263v0.217h-4.16v-0.217h0.264c0.23 0 0.416-0.041 0.557-0.123 0.101-0.055 0.181-0.148 0.24-0.281 0.043-0.094 0.064-0.34 0.064-0.738v-6.129h-0.574c-0.535 0-0.924 0.113-1.166 0.34-0.34 0.316-0.555 0.767-0.645 1.353h-0.222v-2.15h7.137z" transform="matrix(1.0756 0 0 1.3376 -22.152 -348.78)"/> | |
<path id="zid_57" d="m346.8 889.55v0.217h-4.154v-0.217h0.263c0.231 0 0.416-0.041 0.557-0.123 0.101-0.055 0.18-0.148 0.234-0.281 0.043-0.094 0.065-0.34 0.065-0.738v-5.227c0-0.406-0.022-0.66-0.065-0.762-0.043-0.101-0.131-0.189-0.263-0.263-0.129-0.079-0.305-0.118-0.528-0.118h-0.263v-0.216h4.154v0.216h-0.264c-0.23 0-0.416 0.041-0.556 0.123-0.102 0.055-0.182 0.149-0.241 0.282-0.043 0.093-0.064 0.34-0.064 0.738v5.227c0 0.406 0.021 0.66 0.064 0.761 0.047 0.102 0.135 0.192 0.264 0.27 0.133 0.074 0.311 0.111 0.533 0.111h0.264z" transform="matrix(1.0756 0 0 1.3376 -22.555 -348.78)"/> | |
<path id="zid_58" d="m336.73 881.82 3.92 4.927v-3.416c0-0.476-0.069-0.798-0.206-0.966-0.187-0.227-0.502-0.336-0.943-0.329v-0.216h2.625v0.216c-0.336 0.043-0.562 0.1-0.68 0.17-0.113 0.067-0.203 0.178-0.269 0.334-0.063 0.153-0.094 0.416-0.094 0.791v6.616h-0.199l-5.373-6.616v5.051c0 0.457 0.103 0.766 0.31 0.926 0.211 0.16 0.452 0.24 0.721 0.24h0.188v0.217h-2.819v-0.217c0.438-0.004 0.742-0.094 0.914-0.269 0.172-0.176 0.258-0.475 0.258-0.897v-5.607l-0.17-0.211c-0.168-0.211-0.316-0.35-0.445-0.416-0.129-0.067-0.315-0.104-0.557-0.112v-0.216h2.819z" transform="matrix(1.0756 0 0 1.3376 -22.957 -348.78)"/> | |
<path id="zid_59" d="m333.61 881.82v0.216c-0.289 0.047-0.547 0.202-0.773 0.463-0.164 0.196-0.408 0.655-0.733 1.377l-2.736 6.071h-0.193l-2.725-6.317c-0.328-0.762-0.549-1.209-0.662-1.342-0.109-0.132-0.318-0.216-0.627-0.252v-0.216h3.809v0.216h-0.129c-0.344 0-0.578 0.043-0.703 0.129-0.09 0.059-0.135 0.145-0.135 0.258 0 0.07 0.015 0.154 0.047 0.252 0.031 0.094 0.136 0.35 0.316 0.768l1.693 3.955 1.571-3.522c0.187-0.426 0.303-0.711 0.345-0.855 0.043-0.145 0.065-0.268 0.065-0.369 0-0.118-0.031-0.221-0.094-0.311-0.062-0.09-0.154-0.158-0.275-0.205-0.168-0.066-0.391-0.1-0.668-0.1v-0.216h2.607z" transform="matrix(1.0747 .054651 -.043945 1.3365 15.894 -366.74)"/> | |
<path id="zid_60" d="m321.03 881.64 0.065 2.648h-0.241c-0.113-0.664-0.392-1.197-0.837-1.599-0.442-0.406-0.92-0.61-1.436-0.61-0.398 0-0.715 0.108-0.949 0.323-0.231 0.211-0.346 0.455-0.346 0.732 0 0.176 0.041 0.332 0.123 0.469 0.113 0.183 0.295 0.365 0.545 0.545 0.184 0.129 0.607 0.357 1.271 0.685 0.93 0.457 1.557 0.889 1.881 1.295 0.321 0.407 0.481 0.871 0.481 1.395 0 0.664-0.26 1.236-0.779 1.717-0.516 0.476-1.172 0.714-1.969 0.714-0.25 0-0.487-0.025-0.709-0.076-0.223-0.051-0.502-0.146-0.838-0.287-0.188-0.078-0.342-0.117-0.463-0.117-0.102 0-0.209 0.039-0.322 0.117-0.114 0.078-0.205 0.197-0.276 0.358h-0.216v-3h0.216c0.172 0.843 0.502 1.488 0.991 1.933 0.492 0.442 1.021 0.662 1.587 0.662 0.438 0 0.786-0.119 1.043-0.357 0.262-0.238 0.393-0.516 0.393-0.832 0-0.188-0.051-0.369-0.152-0.545-0.098-0.176-0.248-0.342-0.451-0.498-0.204-0.16-0.563-0.367-1.079-0.621-0.722-0.356-1.242-0.658-1.558-0.908-0.317-0.25-0.561-0.53-0.733-0.838-0.168-0.309-0.252-0.649-0.252-1.02 0-0.633 0.233-1.172 0.698-1.617s1.05-0.668 1.757-0.668c0.258 0 0.508 0.031 0.75 0.094 0.184 0.047 0.407 0.135 0.668 0.263 0.266 0.125 0.452 0.188 0.557 0.188 0.102 0 0.182-0.031 0.24-0.094 0.059-0.062 0.114-0.213 0.164-0.451h0.176z" transform="matrix(1.0737 .079582 -.063992 1.3353 32.323 -374.09)"/> | |
<path id="zid_61" d="m315.27 881.82v0.216c-0.289 0.047-0.546 0.202-0.773 0.463-0.164 0.196-0.408 0.655-0.732 1.377l-2.737 6.071h-0.193l-2.725-6.317c-0.328-0.762-0.549-1.209-0.662-1.342-0.109-0.132-0.318-0.216-0.627-0.252v-0.216h3.809v0.216h-0.129c-0.344 0-0.578 0.043-0.703 0.129-0.09 0.059-0.135 0.145-0.135 0.258 0 0.07 0.016 0.154 0.047 0.252 0.031 0.094 0.137 0.35 0.316 0.768l1.694 3.955 1.57-3.522c0.187-0.426 0.303-0.711 0.346-0.855 0.043-0.145 0.064-0.268 0.064-0.369 0-0.118-0.031-0.221-0.094-0.311-0.062-0.09-0.154-0.158-0.275-0.205-0.168-0.066-0.391-0.1-0.668-0.1v-0.216h2.607z" transform="matrix(1.0684 .15492 -.12457 1.3286 87.767 -392.06)"/> | |
<path id="zid_62" d="m306.3 881.82v2.15h-0.211c-0.125-0.496-0.264-0.852-0.416-1.066-0.152-0.219-0.361-0.393-0.627-0.522-0.148-0.07-0.408-0.105-0.779-0.105h-0.592v6.129c0 0.406 0.021 0.66 0.064 0.761 0.047 0.102 0.135 0.192 0.264 0.27 0.133 0.074 0.312 0.111 0.539 0.111h0.264v0.217h-4.16v-0.217h0.263c0.231 0 0.416-0.041 0.557-0.123 0.101-0.055 0.182-0.148 0.24-0.281 0.043-0.094 0.065-0.34 0.065-0.738v-6.129h-0.575c-0.535 0-0.923 0.113-1.166 0.34-0.34 0.316-0.554 0.767-0.644 1.353h-0.223v-2.15h7.137z" transform="matrix(1.0645 .19192 -.15432 1.3238 115.07 -398.65)"/> | |
<path id="zid_63" d="m289.79 889.55v0.217h-4.154v-0.217h0.264c0.23 0 0.416-0.041 0.556-0.123 0.102-0.055 0.18-0.148 0.235-0.281 0.042-0.094 0.064-0.34 0.064-0.738v-5.227c0-0.406-0.022-0.66-0.064-0.762-0.043-0.101-0.131-0.189-0.264-0.263-0.129-0.079-0.305-0.118-0.527-0.118h-0.264v-0.216h4.154v0.216h-0.264c-0.23 0-0.416 0.041-0.556 0.123-0.102 0.055-0.182 0.149-0.24 0.282-0.043 0.093-0.065 0.34-0.065 0.738v5.227c0 0.406 0.022 0.66 0.065 0.761 0.046 0.102 0.134 0.192 0.263 0.27 0.133 0.074 0.311 0.111 0.533 0.111h0.264z" transform="matrix(1.0454 .31493 -.25324 1.3 207.07 -413.52)"/> | |
<path id="zid_64" d="m285.27 881.82v0.216c-0.29 0.047-0.547 0.202-0.774 0.463-0.164 0.196-0.408 0.655-0.732 1.377l-2.737 6.071h-0.193l-2.725-6.317c-0.328-0.762-0.548-1.209-0.662-1.342-0.109-0.132-0.318-0.216-0.627-0.252v-0.216h3.809v0.216h-0.129c-0.344 0-0.578 0.043-0.703 0.129-0.09 0.059-0.135 0.145-0.135 0.258 0 0.07 0.016 0.154 0.047 0.252 0.031 0.094 0.137 0.35 0.316 0.768l1.694 3.955 1.57-3.522c0.188-0.426 0.303-0.711 0.346-0.855 0.043-0.145 0.064-0.268 0.064-0.369 0-0.118-0.031-0.221-0.094-0.311-0.062-0.09-0.154-0.158-0.275-0.205-0.168-0.066-0.391-0.1-0.668-0.1v-0.216h2.608z" transform="matrix(1.0402 .34045 -.27376 1.2936 226.33 -414.79)"/> | |
<path id="zid_65" d="m409.38 881.71c1.265-0.047 2.293 0.323 3.082 1.108 0.793 0.785 1.189 1.767 1.189 2.947 0 1.008-0.295 1.895-0.884 2.66-0.782 1.016-1.885 1.524-3.311 1.524-1.43 0-2.535-0.485-3.316-1.454-0.618-0.765-0.926-1.673-0.926-2.724 0-1.18 0.4-2.162 1.201-2.947 0.805-0.789 1.793-1.161 2.965-1.114zm0.07 0.375c-0.726 0-1.279 0.371-1.658 1.114-0.309 0.609-0.463 1.484-0.463 2.625 0 1.355 0.238 2.357 0.715 3.005 0.332 0.454 0.797 0.68 1.394 0.68 0.403 0 0.739-0.098 1.008-0.293 0.344-0.25 0.612-0.648 0.803-1.195 0.191-0.551 0.287-1.268 0.287-2.151 0-1.05-0.098-1.835-0.293-2.355-0.195-0.523-0.445-0.893-0.75-1.107-0.301-0.215-0.648-0.323-1.043-0.323z" transform="matrix(1.0667 -.17210 .13839 1.3265 -141.19 -275.24)"/> | |
<path id="zid_66" d="m378.71 881.71c1.266-0.047 2.293 0.323 3.082 1.108 0.793 0.785 1.189 1.767 1.189 2.947 0 1.008-0.294 1.895-0.884 2.66-0.782 1.016-1.885 1.524-3.311 1.524-1.43 0-2.535-0.485-3.316-1.454-0.617-0.765-0.926-1.673-0.926-2.724 0-1.18 0.4-2.162 1.201-2.947 0.805-0.789 1.793-1.161 2.965-1.114zm0.07 0.375c-0.726 0-1.279 0.371-1.658 1.114-0.308 0.609-0.463 1.484-0.463 2.625 0 1.355 0.239 2.357 0.715 3.005 0.332 0.454 0.797 0.68 1.395 0.68 0.402 0 0.738-0.098 1.007-0.293 0.344-0.25 0.612-0.648 0.803-1.195 0.192-0.551 0.287-1.268 0.287-2.151 0-1.05-0.097-1.835-0.293-2.355-0.195-0.523-0.445-0.893-0.75-1.107-0.3-0.215-0.648-0.323-1.043-0.323z" transform="matrix(1.0721 -.10760 .086523 1.3333 -97.42 -305.95)"/> | |
<path id="zid_67" d="m386.6 886.15v2.226c0 0.43 0.025 0.702 0.076 0.815 0.055 0.109 0.148 0.197 0.281 0.264 0.133 0.066 0.381 0.099 0.744 0.099v0.217h-4.066v-0.217c0.367 0 0.615-0.033 0.744-0.099 0.133-0.071 0.225-0.161 0.275-0.27 0.055-0.109 0.082-0.379 0.082-0.809v-5.156c0-0.43-0.027-0.699-0.082-0.808-0.05-0.114-0.142-0.204-0.275-0.27s-0.381-0.1-0.744-0.1v-0.216h3.691c0.961 0 1.664 0.066 2.11 0.199 0.445 0.133 0.808 0.379 1.09 0.738 0.281 0.356 0.421 0.774 0.421 1.254 0 0.586-0.211 1.07-0.632 1.453-0.27 0.242-0.647 0.424-1.131 0.545l1.91 2.69c0.25 0.347 0.428 0.564 0.533 0.65 0.16 0.121 0.346 0.187 0.557 0.199v0.217h-2.502l-2.561-3.621h-0.521zm0-3.897v3.481h0.334c0.543 0 0.949-0.049 1.218-0.147 0.27-0.101 0.481-0.281 0.633-0.539 0.157-0.261 0.235-0.601 0.235-1.019 0-0.606-0.143-1.053-0.428-1.342-0.281-0.289-0.736-0.434-1.365-0.434h-0.627z" transform="matrix(1.0667 -.17210 .13839 1.3265 -141.19 -275.24)"/> | |
<path id="zid_68" d="m417.27 886.15v2.226c0 0.43 0.025 0.702 0.076 0.815 0.054 0.109 0.148 0.197 0.281 0.264 0.133 0.066 0.381 0.099 0.744 0.099v0.217h-4.066v-0.217c0.367 0 0.615-0.033 0.744-0.099 0.133-0.071 0.224-0.161 0.275-0.27 0.055-0.109 0.082-0.379 0.082-0.809v-5.156c0-0.43-0.027-0.699-0.082-0.808-0.051-0.114-0.142-0.204-0.275-0.27s-0.381-0.1-0.744-0.1v-0.216h3.691c0.961 0 1.664 0.066 2.109 0.199 0.446 0.133 0.809 0.379 1.09 0.738 0.282 0.356 0.422 0.774 0.422 1.254 0 0.586-0.211 1.07-0.633 1.453-0.269 0.242-0.646 0.424-1.13 0.545l1.91 2.69c0.25 0.347 0.427 0.564 0.533 0.65 0.16 0.121 0.346 0.187 0.557 0.199v0.217h-2.502l-2.561-3.621h-0.521zm0-3.897v3.481h0.334c0.543 0 0.949-0.049 1.218-0.147 0.27-0.101 0.481-0.281 0.633-0.539 0.156-0.261 0.234-0.601 0.234-1.019 0-0.606-0.142-1.053-0.427-1.342-0.282-0.289-0.737-0.434-1.365-0.434h-0.627z" transform="matrix(1.0417 -.33296 .26773 1.2955 -245.66 -181.16)"/> | |
<path id="zid_69" d="m293.25 886.15v2.226c0 0.43 0.025 0.702 0.076 0.815 0.055 0.109 0.149 0.197 0.281 0.264 0.133 0.066 0.381 0.099 0.745 0.099v0.217h-4.067v-0.217c0.367 0 0.615-0.033 0.744-0.099 0.133-0.071 0.225-0.161 0.276-0.27 0.054-0.109 0.082-0.379 0.082-0.809v-5.156c0-0.43-0.028-0.699-0.082-0.808-0.051-0.114-0.143-0.204-0.276-0.27-0.132-0.066-0.381-0.1-0.744-0.1v-0.216h3.692c0.961 0 1.664 0.066 2.109 0.199s0.809 0.379 1.09 0.738c0.281 0.356 0.422 0.774 0.422 1.254 0 0.586-0.211 1.07-0.633 1.453-0.27 0.242-0.647 0.424-1.131 0.545l1.91 2.69c0.25 0.347 0.428 0.564 0.533 0.65 0.161 0.121 0.346 0.187 0.557 0.199v0.217h-2.502l-2.56-3.621h-0.522zm0-3.897v3.481h0.334c0.543 0 0.949-0.049 1.219-0.147 0.269-0.101 0.48-0.281 0.633-0.539 0.156-0.261 0.234-0.601 0.234-1.019 0-0.606-0.143-1.053-0.428-1.342-0.281-0.289-0.736-0.434-1.365-0.434h-0.627z" transform="matrix(1.0633 .20168 -.16217 1.3223 122.81 -400.27)"/> | |
<path id="zid_70" d="m360.07 887.51h-2.806l-0.334 0.774c-0.11 0.257-0.164 0.47-0.164 0.638 0 0.223 0.089 0.387 0.269 0.493 0.106 0.062 0.365 0.109 0.779 0.14v0.217h-2.642v-0.217c0.285-0.043 0.519-0.16 0.703-0.351 0.184-0.196 0.41-0.596 0.68-1.202l2.842-6.339h0.111l2.865 6.515c0.274 0.617 0.498 1.006 0.674 1.166 0.133 0.121 0.32 0.192 0.562 0.211v0.217h-3.843v-0.217h0.158c0.308 0 0.525-0.043 0.65-0.129 0.086-0.062 0.129-0.152 0.129-0.269 0-0.071-0.012-0.143-0.035-0.217-0.008-0.035-0.066-0.182-0.176-0.44l-0.422-0.99zm-0.199-0.433-1.183-2.737-1.219 2.737h2.402z" transform="matrix(1.0746 -.056381 .045336 1.3364 -62.366 -327.47)"/> | |
</g> | |
<g id="zid_71" fill-rule="evenodd" transform="matrix(.38925 0 0 .37394 196.25 536.23)"> | |
<rect id="zid_72" height="177.17" width="177.17" y="556.3" x="407.48" fill="#fff600"/> | |
<rect id="zid_73" height="177.17" width="25.309" y="379.13" x="432.79" fill="#cc1900"/> | |
<rect id="zid_74" height="177.17" width="25.309" y="379.13" x="483.41" fill="#cc1900"/> | |
<rect id="zid_75" height="177.17" width="25.309" y="379.13" x="534.03" fill="#cc1900"/> | |
<rect id="zid_76" height="177.17" width="25.309" y="379.13" x="407.48" fill="#fff600"/> | |
<rect id="zid_77" height="177.17" width="25.309" y="379.13" x="458.1" fill="#fff600"/> | |
<rect id="zid_78" height="177.17" width="25.309" y="379.13" x="508.72" fill="#fff600"/> | |
<rect id="zid_79" height="177.17" width="25.309" y="379.13" x="559.34" fill="#fff600"/> | |
<rect id="zid_80" height="159.45" width="19.685" y="574.02" x="271.65" fill="#cc1900"/> | |
<rect id="zid_81" height="159.45" width="19.685" y="574.02" x="311.02" fill="#cc1900"/> | |
<rect id="zid_82" height="159.45" width="19.685" y="574.02" x="350.39" fill="#cc1900"/> | |
<rect id="zid_83" height="159.45" width="19.685" y="574.02" x="251.97" fill="#fff600"/> | |
<rect id="zid_84" height="159.45" width="19.685" y="574.02" x="291.34" fill="#fff600"/> | |
<rect id="zid_85" height="159.45" width="19.685" y="574.02" x="330.71" fill="#fff600"/> | |
<rect id="zid_86" height="159.45" width="19.685" y="574.02" x="370.08" fill="#fff600"/> | |
<rect id="zid_87" height="159.45" width="19.685" y="574.02" x="232.28" fill="#cc1900"/> | |
<rect id="zid_88" height="159.45" width="19.685" y="574.02" x="212.6" fill="#fff600"/> | |
<rect id="zid_89" height="177.17" width="177.17" y="379.13" x="212.6" fill="#cc1900"/> | |
<path id="zid_90" d="m274.92 206.71c8.913-4.302 8.549-19.089 8.549-31.313 0-24.449-19.843-44.292-44.292-44.292s-44.291 17.488-44.291 41.937l-17.717 11.213h26.52l-26.52 17.717h35.433l-248.03 318.9 17.717 17.717 248.03-318.9c6.549-8.42 0-17.716-9.158-24.793-10.805-8.349-8.559-10.64-8.559-21.579 0-15.936 11.906-24.494 26.575-24.494s26.575 11.905 26.575 26.575c0 7.335-1.502 16.184-7.787 18.788-9.93 7.787 7.787 25.503 16.955 12.525z" transform="matrix(.38555 .050804 -.045440 .34484 277.44 345.95)" stroke-width="1pt" fill="#fff600"/> | |
<path id="zid_91" d="m194.88 361.42v336.61c0 35.434 16.978 53.15 50.934 53.15h118.85c33.957 0 33.957 35.433 33.957 35.433s0-35.433 33.956-35.433h118.85c33.957 0 50.935-17.716 50.935-53.15v-336.61h-407.48zm17.716 17.717v177.16h177.17v-177.16h-177.17zm194.88 0v177.16h177.17v-177.16h-177.17zm-194.88 194.88v106.3c0 35.434 16.978 53.15 50.934 53.15h73.081 53.15v-159.45h-177.16zm372.05 0v106.3c0 35.434-16.977 53.15-50.934 53.15h-73.081-53.15v-159.45h177.16z" stroke="#000" stroke-width="1pt" fill="#cba323"/> | |
<path id="zid_92" d="m283.46 396.85-53.149 50.619 16.354 91.114h73.591l16.354-91.114-53.15-50.619z" transform="matrix(.66667 0 0 0.75 112.2 99.215)" fill="#fff"/> | |
<path id="zid_93" d="m283.46 406.97-44.291 40.495 17.717 80.99h26.574v-121.48zm8.859 0v121.48h26.575l17.716-80.99-44.291-40.495z" transform="matrix(.61539 0 0 0.7 124.02 126.14)" fill="#fff600"/> | |
<path id="zid_94" d="m212.6 201.97h-17.716s8.858 35.433 17.716 35.433c35.433 0 106.48-51.679 106.3-35.433 0 35.433-17.717 17.716-17.717 35.433 0 17.716 35.433 0 35.433-17.717 0-17.716 0-35.433-17.716-35.433-17.717 0-69.229 35.671-88.583 35.433-17.717 0-17.717-17.716-17.717-17.716z" transform="matrix(.5 0 0 .41421 203.74 419.49)" fill="#fffbff"/> | |
<path id="zid_95" d="m212.6 201.97h-17.716s8.858 35.433 17.716 35.433c35.433 0 106.48-51.679 106.3-35.433 0 35.433-17.717 17.716-17.717 35.433 0 17.716 35.433 0 35.433-17.717 0-17.716 0-35.433-17.716-35.433-17.717 0-69.229 35.671-88.583 35.433-17.717 0-17.717-17.716-17.717-17.716z" transform="matrix(-0.5 0 0 .41421 398.62 419.49)" fill="#fffbff"/> | |
<g id="zid_96" transform="matrix(.38048 0 0 .32170 515.51 448.82)"> | |
<g id="zid_97" transform="translate(-2.5058 -84.936)"> | |
<path id="zid_98" d="m70.866 574.02c0 35.433 28.704 36.668 17.717 53.149l-35.433 53.15h-17.716l17.716-53.15c5.9055-17.716 17.716-65.373 17.716-53.149z" transform="matrix(.97779 .20961 -.20961 .97779 72.52 -.075867)" stroke="#fff600" stroke-width="5" fill="#cc1900"/> | |
<path id="zid_99" d="m35.433 423.42c0 3.667 2.2422 31.888 0 35.067-2.2423 3.179-8.969-18.684-12.977-16.279-4.0083 2.405-7.6033 24.158-12.902 25.504-5.2983 1.35-12.3-17.71-18.412-17.71-6.1122 0-11.937 19.062-17.235 17.717-5.2984-1.346-10.071-23.099-14.079-25.504-4.0084-2.405-10.735 19.458-12.977 16.279-2.2422-3.179 0-31.4 0-35.067 0-14.669 19.842-26.575 44.291-26.575s44.291 11.906 44.291 26.575z" transform="matrix(.78240 0 0 .50048 24.647 401.29)" stroke="#fff600" stroke-width="7.9903" fill="#cc1900"/> | |
<path id="zid_100" d="m-70.866 423.42c0 14.669-12.827 26.575-17.717 26.575-4.8898 0 0-11.906 0-26.575s-4.8898-26.575 0-26.575 17.717 11.906 17.717 26.575z" transform="matrix(.71447 -.39551 .69966 .40388 -390.91 291.35)" stroke-width="1pt" fill="#008d00"/> | |
<path id="zid_101" d="m-70.866 414.57v53.15h53.15v-17.717h-35.433v-35.433h-17.716z" transform="matrix(.53461 .84510 -.84510 .53461 273.7 427.53)" stroke="#fff600" stroke-width="5" fill="#cc1900"/> | |
<path id="zid_102" d="m70.866 574.02c0 35.433 28.704 36.668 17.717 53.149l-35.433 53.15h-17.716l17.716-53.15c5.9055-17.716-17.716-35.433-70.866 0-12.224 0-70.866-8.963-70.866 0v53.15h-17.716v-53.15c0-6.941-35.433-53.149-35.433-70.866 0-12.224-53.15 0-53.15-17.716 0-8.859 35.433-17.717 35.433-35.433 0-17.717 35.433 0 53.15 0 0 17.716-17.717 35.433 17.716 35.433 24.449 0 177.17 0 177.17 17.716 0 17.717-17.717 5.493-17.717 17.717z" stroke="#fff600" stroke-width="5" fill="#cc1900"/> | |
<path id="zid_103" d="m-70.866 423.42c0 14.669-12.827 26.575-17.717 26.575-4.8898 0 0-11.906 0-26.575s-4.8898-26.575 0-26.575 17.717 11.906 17.717 26.575z" transform="matrix(.33850 -.70209 .65562 -.0045585 -354.02 632.49)" stroke-width="1pt" fill="#008d00"/> | |
<path id="zid_104" d="m-70.866 423.42c0 14.669-12.827 26.575-17.717 26.575-4.8898 0 0-11.906 0-26.575s-4.8898-26.575 0-26.575 17.717 11.906 17.717 26.575z" transform="matrix(.33850 -.70209 .65562 -.0045585 -212.29 632.49)" stroke-width="1pt" fill="#008d00"/> | |
<path id="zid_105" d="m-70.866 423.42c0 14.669-12.827 26.575-17.717 26.575-4.8898 0 0-11.906 0-26.575s-4.8898-26.575 0-26.575 17.717 11.906 17.717 26.575z" transform="matrix(-.13112 -.76832 .53161 -.38374 -357.18 763.6)" stroke-width="1pt" fill="#008d00"/> | |
<path id="zid_106" d="m-70.866 423.42c0 14.669-12.827 26.575-17.717 26.575-4.8898 0 0-11.906 0-26.575s-4.8898-26.575 0-26.575 17.717 11.906 17.717 26.575z" transform="matrix(.31961 -.71089 .65527 -.022084 -282.41 624.63)" stroke-width="1pt" fill="#008d00"/> | |
<rect id="zid_107" transform="rotate(-37.469)" height="17.717" width="53.15" y="354.1" x="-458.49" fill="#008d00"/> | |
<path id="zid_108" d="m-17.717 503.15c0 39.138-11.898 70.866-26.575 70.866s-26.575-31.728-26.575-70.866 11.898-70.866 26.575-70.866 26.575 31.728 26.575 70.866z" transform="matrix(.20249 0 0 .125 -127.38 519.98)" fill="#008d00"/> | |
</g> | |
<path id="zid_109" d="m47.995 681.85c34.086 0.02 34.086 12.901 19.835 12.901-19.835 0-67.83 4.38-67.83 3.28 0-1.103-16.484-14.203-16.484-14.203-1.2325-3.513 1.1774 14.128-1.2325 14.203-2.41 0.074-16.429-15.381-16.429-15.381s1.2877 15.232 0 15.307c-1.2877 0.074-17.661-9.42-17.661-9.42l-1.1774 8.242-15.306 9.42 15.306 10.597v8.242l15.306-8.242 1.1775 15.306 18.839-15.306s4.7648 16.299 2.3549 16.484c-2.41 0.185 16.484-16.484 16.484-16.484-1.178-1.05 54.051 0 87.405-1.05 33.354-1.048 32.746-51.937 17.716-53.15-15.031-1.213-58.304 3.33-58.304-0.203" transform="matrix(.51976 0 0 .74720 25.698 -30.033)" stroke="#fff600" stroke-width="5.0546" fill="#cc1900"/> | |
</g> | |
<g id="zid_110" transform="matrix(.38048 0 0 .32170 515.51 519.69)"> | |
<g id="zid_111" transform="translate(-2.5058 -84.936)"> | |
<path id="zid_112" d="m70.866 574.02c0 35.433 28.704 36.668 17.717 53.149l-35.433 53.15h-17.716l17.716-53.15c5.9055-17.716 17.716-65.373 17.716-53.149z" transform="matrix(.97779 .20961 -.20961 .97779 72.52 -.075867)" stroke="#fff600" stroke-width="5" fill="#cc1900"/> | |
<path id="zid_113" d="m35.433 423.42c0 3.667 2.2422 31.888 0 35.067-2.2423 3.179-8.969-18.684-12.977-16.279-4.0083 2.405-7.6033 24.158-12.902 25.504-5.2983 1.35-12.3-17.71-18.412-17.71-6.1122 0-11.937 19.062-17.235 17.717-5.2984-1.346-10.071-23.099-14.079-25.504-4.0084-2.405-10.735 19.458-12.977 16.279-2.2422-3.179 0-31.4 0-35.067 0-14.669 19.842-26.575 44.291-26.575s44.291 11.906 44.291 26.575z" transform="matrix(.78240 0 0 .50048 24.647 401.29)" stroke="#fff600" stroke-width="7.9903" fill="#cc1900"/> | |
<path id="zid_114" d="m-70.866 423.42c0 14.669-12.827 26.575-17.717 26.575-4.8898 0 0-11.906 0-26.575s-4.8898-26.575 0-26.575 17.717 11.906 17.717 26.575z" transform="matrix(.71447 -.39551 .69966 .40388 -390.91 291.35)" stroke-width="1pt" fill="#008d00"/> | |
<path id="zid_115" d="m-70.866 414.57v53.15h53.15v-17.717h-35.433v-35.433h-17.716z" transform="matrix(.53461 .84510 -.84510 .53461 273.7 427.53)" stroke="#fff600" stroke-width="5" fill="#cc1900"/> | |
<path id="zid_116" d="m70.866 574.02c0 35.433 28.704 36.668 17.717 53.149l-35.433 53.15h-17.716l17.716-53.15c5.9055-17.716-17.716-35.433-70.866 0-12.224 0-70.866-8.963-70.866 0v53.15h-17.716v-53.15c0-6.941-35.433-53.149-35.433-70.866 0-12.224-53.15 0-53.15-17.716 0-8.859 35.433-17.717 35.433-35.433 0-17.717 35.433 0 53.15 0 0 17.716-17.717 35.433 17.716 35.433 24.449 0 177.17 0 177.17 17.716 0 17.717-17.717 5.493-17.717 17.717z" stroke="#fff600" stroke-width="5" fill="#cc1900"/> | |
<path id="zid_117" d="m-70.866 423.42c0 14.669-12.827 26.575-17.717 26.575-4.8898 0 0-11.906 0-26.575s-4.8898-26.575 0-26.575 17.717 11.906 17.717 26.575z" transform="matrix(.33850 -.70209 .65562 -.0045585 -354.02 632.49)" stroke-width="1pt" fill="#008d00"/> | |
<path id="zid_118" d="m-70.866 423.42c0 14.669-12.827 26.575-17.717 26.575-4.8898 0 0-11.906 0-26.575s-4.8898-26.575 0-26.575 17.717 11.906 17.717 26.575z" transform="matrix(.33850 -.70209 .65562 -.0045585 -212.29 632.49)" stroke-width="1pt" fill="#008d00"/> | |
<path id="zid_119" d="m-70.866 423.42c0 14.669-12.827 26.575-17.717 26.575-4.8898 0 0-11.906 0-26.575s-4.8898-26.575 0-26.575 17.717 11.906 17.717 26.575z" transform="matrix(-.13112 -.76832 .53161 -.38374 -357.18 763.6)" stroke-width="1pt" fill="#008d00"/> | |
<path id="zid_120" d="m-70.866 423.42c0 14.669-12.827 26.575-17.717 26.575-4.8898 0 0-11.906 0-26.575s-4.8898-26.575 0-26.575 17.717 11.906 17.717 26.575z" transform="matrix(.31961 -.71089 .65527 -.022084 -282.41 624.63)" stroke-width="1pt" fill="#008d00"/> | |
<rect id="zid_121" transform="rotate(-37.469)" height="17.717" width="53.15" y="354.1" x="-458.49" fill="#008d00"/> | |
<path id="zid_122" d="m-17.717 503.15c0 39.138-11.898 70.866-26.575 70.866s-26.575-31.728-26.575-70.866 11.898-70.866 26.575-70.866 26.575 31.728 26.575 70.866z" transform="matrix(.20249 0 0 .125 -127.38 519.98)" fill="#008d00"/> | |
</g> | |
<path id="zid_123" d="m47.995 681.85c34.086 0.02 34.086 12.901 19.835 12.901-19.835 0-67.83 4.38-67.83 3.28 0-1.103-16.484-14.203-16.484-14.203-1.2325-3.513 1.1774 14.128-1.2325 14.203-2.41 0.074-16.429-15.381-16.429-15.381s1.2877 15.232 0 15.307c-1.2877 0.074-17.661-9.42-17.661-9.42l-1.1774 8.242-15.306 9.42 15.306 10.597v8.242l15.306-8.242 1.1775 15.306 18.839-15.306s4.7648 16.299 2.3549 16.484c-2.41 0.185 16.484-16.484 16.484-16.484-1.178-1.05 54.051 0 87.405-1.05 33.354-1.048 32.746-51.937 17.716-53.15-15.031-1.213-58.304 3.33-58.304-0.203" transform="matrix(.51976 0 0 .74720 25.698 -30.033)" stroke="#fff600" stroke-width="5.0546" fill="#cc1900"/> | |
</g> | |
</g> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<clipPath id="zid_125" clipPathUnits="userSpaceOnUse"> | |
<rect id="zid_126" height="512" width="512" y="0" x="0" fill="#808080"/> | |
</clipPath> | |
<pattern id="zflag_ae" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_127" fill-rule="evenodd" clip-path="url(#zid_125)"> | |
<rect id="zid_128" height="512" width="192" y="-.000015259" x="0" fill="#f00"/> | |
<rect id="zid_129" height="171.94" width="576" y="340.06" x="192" fill="#000"/> | |
<rect id="zid_130" height="169.65" width="576" y="172.7" x="192" fill="#fff"/> | |
<rect id="zid_131" height="172.7" width="576" y="-.000015259" x="192" fill="#009a00"/> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<pattern id="zflag_af" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_132" fill-rule="evenodd" transform="matrix(.81919 0 0 1.6384 0 -326.86)" stroke-width="1pt"> | |
<rect id="zid_133" height="312.5" width="625" y="199.5" x="0"/> | |
<rect id="zid_134" height="312.5" width="208.34" y="199.5" x="416.67" fill="#090"/> | |
<rect id="zid_135" height="312.5" width="208.34" y="199.5" x="208.34" fill="#bf0000"/> | |
</g> | |
<g id="zid_136" transform="matrix(1.9463 0 0 1.9463 -350 -430.25)"> | |
<path id="zid_137" d="m384.5 357.31c-0.056 0.297 0.747 0.736 0.938 0.508 0.864-1.035 1.995-3.067 2.227-4.297 0.068-0.358-1.083-0.763-1.329-0.469-0.809 0.969-1.593 2.966-1.836 4.258z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_138" d="m276.43 420.33c-0.86048 3.0401-13.554-2.8657-14.971-5.9253 7.2632 3.8485 15.145 3.0436 14.971 5.9253z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/> | |
<path id="zid_139" d="m236.3 358.23c0.63456 0.75517 1.7042 0.24913 0.72951-0.77292-0.79772-0.82583-0.53515-1.0864-1.0213-2.0926-0.48071-1.1242-0.45566-1.7445-1.0359-2.5477-0.51311-0.76202-1.2849 0.0154-0.76788 0.65672 0.64906 0.75844 0.46988 1.3178 0.86685 2.0515 0.7335 1.2556 0.55465 1.9148 1.2287 2.705z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/> | |
<path id="zid_140" d="m253.37 378.84c2.042 1.004 3.592 3.512 3.694 5.555 0.173 2.351 0.512 4.336 1.568 6.007-1.681-0.468-2.486-3.147-2.725-5.713-0.242-2.656-1.673-3.808-2.537-5.849z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_141" d="m257.63 383.76c1.413 2.6083 3.389 3.6031 3.49 5.5387 0.17118 2.2274 0.34039 2.3411 0.94398 4.5316-1.6634-0.4434-2.0819-0.58836-2.5312-3.9214-0.27706-2.3421-2.1522-3.9944-1.9028-6.1489z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/> | |
<path id="zid_142" stroke-linejoin="round" d="m290.64 397.78c2.162 1.771 3.565 3.793 4.219 6.406 0.682 2.434 1.641 4.375 3.048 6.563-2.292-1.563-3.733-3.689-4.454-6.251-0.633-2.518-1.38-4.4-2.813-6.718z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_143" stroke-linejoin="round" d="m331.11 397.78c-2.21 1.7814-3.6441 3.8153-4.3126 6.4437-0.69713 2.4483-1.6774 4.4007-3.1156 6.6016 2.3428-1.5722 3.8158-3.7107 4.5528-6.2878 0.64704-2.5328 1.4106-4.4259 2.8754-6.7575z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/> | |
<path id="zid_144" stroke-linejoin="round" d="m328.39 397.78c-2.3694 1.8609-4.6029 3.9732-5.2714 6.6016-0.69713 2.4483-1.1183 4.3223-2.7159 6.7585 2.5023-1.5722 3.4959-3.9471 4.2329-6.5242 0.64704-2.5318 2.1302-4.4249 3.7545-6.836z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/> | |
<path id="zid_145" stroke-linejoin="round" d="m301.61 407.89c0.794 1.497 1.706 3.776 3.359 3.359 0.026-1.146-1.784-1.94-3.359-3.359z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_146" stroke-linejoin="round" d="m304.08 408.4c3.2104 1.316 5.9828 0.991 6.3282 3.009-3.0118 0.325-4.1132-0.912-6.3282-3.009z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/> | |
<path id="zid_147" stroke-linejoin="round" d="m319.82 408.09c-0.80485 1.4112-1.7293 3.5597-3.4049 3.1666-0.0264-1.0803 1.8084-1.8288 3.4049-3.1666z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/> | |
<path id="zid_148" stroke-linejoin="round" d="m317.57 408.52c-3.2572 1.2488-6.0699 0.9404-6.4204 2.8554 3.0556 0.30841 4.1731-0.86543 6.4204-2.8554z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/> | |
<path id="zid_149" d="m320.54 403.95c0.0637-0.457-0.24784-0.856-0.62208-0.976-0.72858-0.274-1.4542-0.497-2.1768-0.703-0.82114-0.195-1.281 0.394-1.284 0.781-0.004 0.644-0.0338 1.191 0 1.679 0.0448 0.608 0.16025 0.653 0.54444 0.743 0.61511 0.104 1.4034 0.21 2.0215 0.625 0.4897 0.302 0.96049 0.063 1.2053-0.468 0.15826-0.406 0.24485-1.2 0.31154-1.681z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/> | |
<path id="zid_150" d="m311.69 403.95c-0.0569-0.457 0.18318-0.895 0.51752-1.015 0.65091-0.274 1.2991-0.341 1.983-0.313 0.75938-0.012 0.95056 0.16 0.95323 0.547 0.004 0.644 0.0302 1.269 0 1.757-0.04 0.608-0.0267 0.653-0.36991 0.743-0.54953 0.104-1.4868 0.132-2.039 0.547-0.4375 0.302-0.93634 0.063-0.96035-0.507 0.0107-0.43-0.0249-1.278-0.0845-1.759z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/> | |
<path id="zid_151" d="m300.95 403.83c-0.064-0.457 0.249-0.856 0.625-0.976 0.732-0.274 1.461-0.497 2.187-0.703 0.825-0.195 1.287 0.394 1.29 0.781 0.004 0.644 0.034 1.191 0 1.679-0.045 0.608-0.161 0.653-0.547 0.743-0.618 0.104-1.41 0.21-2.031 0.625-0.492 0.302-0.965 0.063-1.211-0.468-0.159-0.406-0.246-1.2-0.313-1.681z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_152" d="m309.84 403.83c0.0572-0.457-0.18404-0.895-0.51995-1.015-0.65396-0.274-1.3052-0.341-1.9922-0.313-0.76295-0.012-0.95503 0.16-0.95771 0.547-0.004 0.644-0.0304 1.269 0 1.757 0.0402 0.608 0.0268 0.653 0.37165 0.743 0.55211 0.104 1.4937 0.132 2.0485 0.547 0.43955 0.302 0.94074 0.063 0.96486-0.507-0.0107-0.43 0.025-1.278 0.0849-1.759z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/> | |
<g id="zid_153" transform="translate(.33148 198.84)"> | |
<path id="zid_154" d="m274.79 144.77c-1.033-1.659-2.27 2.301-6.519 5.249-1.978 1.346-3.356 4.933-3.369 7.293-0.065 1.621 0.18 3.238-0.001 4.806-0.114 0.992-1.148 3.194-0.441 3.757 1.87 1.39 4.291 4.546 5.414 5.635 0.971 0.851 1.812-4.393 2.541-6.74 0.781-2.515 0.431-5.521 2.597-7.845 1.535-1.569 5.407-3.113 4.972-3.812l-5.194-8.343z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_155" d="m274.79 144.77c-1.033-1.659-2.27 2.301-6.519 5.249-1.978 1.346-3.356 4.933-3.369 7.293-0.065 1.621 0.18 3.238-0.001 4.806-0.114 0.992-1.148 3.194-0.441 3.757 1.87 1.39 4.291 4.546 5.414 5.635 0.971 0.851 1.812-4.393 2.541-6.74 0.781-2.515 0.431-5.521 2.597-7.845 1.535-1.569 5.407-3.113 4.972-3.812l-5.194-8.343z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_156" d="m268.51 149.68c-0.405 2.809 1.159 3.744 2.635 4.288 1.528 0.543 2.781 2.182 3.426 3.665" stroke="#000" stroke-width=".25" fill="none"/> | |
<path id="zid_157" d="m267.27 151.14c0.645 2.422 2.342 2.119 3.818 2.663 1.528 0.543 3.135 2.475 3.78 3.958" transform="translate(-2.5413 7.7896)" stroke="#000" stroke-width=".25" fill="none"/> | |
<path id="zid_158" d="m273.36 143.06 0.774-0.497 14.86 25.027-0.773 0.497-14.861-25.027z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_159" d="m273.36 143.06 0.774-0.497 14.86 25.027-0.773 0.497-14.861-25.027z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_160" d="m274.96 142.07c0 0.94585-0.76676 1.7126-1.7126 1.7126-0.94585 0-1.7126-0.76676-1.7126-1.7126s0.76676-1.7126 1.7126-1.7126c0.94586 0 1.7126 0.76676 1.7126 1.7126z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_161" d="m274.96 142.07c0 0.94585-0.76676 1.7126-1.7126 1.7126-0.94585 0-1.7126-0.76676-1.7126-1.7126s0.76676-1.7126 1.7126-1.7126c0.94586 0 1.7126 0.76676 1.7126 1.7126z" fill-rule="evenodd" fill="#fff"/> | |
</g> | |
<g id="zid_162" transform="translate(0,199.5)"> | |
<path id="zid_163" d="m274.79 144.77c-1.033-1.659-2.27 2.301-6.519 5.249-1.978 1.346-3.356 4.933-3.369 7.293-0.065 1.621 0.18 3.238-0.001 4.806-0.114 0.992-1.148 3.194-0.441 3.757 1.87 1.39 4.291 4.546 5.414 5.635 0.971 0.851 1.812-4.393 2.541-6.74 0.781-2.515 0.431-5.521 2.597-7.845 1.535-1.569 5.407-3.113 4.972-3.812l-5.194-8.343z" fill-rule="evenodd" transform="matrix(-.99948 0 0 1.035 621.43 -5.225)" stroke="#000" stroke-width=".49160" fill="#fff"/> | |
<path id="zid_164" d="m274.79 144.77c-1.033-1.659-2.27 2.301-6.519 5.249-1.978 1.346-3.356 4.933-3.369 7.293-0.065 1.621 0.18 3.238-0.001 4.806-0.114 0.992-1.148 3.194-0.441 3.757 1.87 1.39 4.291 4.546 5.414 5.635 0.971 0.851 1.812-4.393 2.541-6.74 0.781-2.515 0.431-5.521 2.597-7.845 1.535-1.569 5.407-3.113 4.972-3.812l-5.194-8.343z" fill-rule="evenodd" transform="matrix(-.99948 0 0 1.035 621.43 -5.225)" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_165" d="m273.36 143.06 0.774-0.497 14.86 25.027-0.773 0.497-14.861-25.027z" fill-rule="evenodd" transform="matrix(-.99948 0 0 1.035 621.43 -5.225)" stroke="#000" stroke-width=".49160" fill="#fff"/> | |
<path id="zid_166" d="m268.43 149.76c-0.405 2.809 1.237 3.665 2.713 4.209 1.528 0.543 2.859 2.064 3.504 3.547" transform="matrix(-.99948 0 0 1.035 621.43 -5.225)" stroke="#000" stroke-width=".25" fill="none"/> | |
<path id="zid_167" d="m267.35 151.26c0.645 2.422 2.264 2.005 3.74 2.549 1.528 0.543 3.135 2.32 3.78 3.803" transform="matrix(-.99948 0 0 1.035 623.97 2.8373)" stroke="#000" stroke-width=".25" fill="none"/> | |
<path id="zid_168" d="m273.36 143.06 0.774-0.497 14.86 25.027-0.773 0.497-14.861-25.027z" fill-rule="evenodd" transform="matrix(-.99948 0 0 1.035 621.43 -5.225)" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_169" d="m274.96 142.07c0 0.94585-0.76676 1.7126-1.7126 1.7126-0.94585 0-1.7126-0.76676-1.7126-1.7126s0.76676-1.7126 1.7126-1.7126c0.94586 0 1.7126 0.76676 1.7126 1.7126z" fill-rule="evenodd" transform="matrix(-.99948 0 0 1.035 621.43 -5.225)" stroke="#000" stroke-width=".49160" fill="#fff"/> | |
<path id="zid_170" d="m274.96 142.07c0 0.94585-0.76676 1.7126-1.7126 1.7126-0.94585 0-1.7126-0.76676-1.7126-1.7126s0.76676-1.7126 1.7126-1.7126c0.94586 0 1.7126 0.76676 1.7126 1.7126z" fill-rule="evenodd" transform="matrix(-.99948 0 0 1.035 621.43 -5.225)" stroke-width="1pt" fill="#fff"/> | |
</g> | |
<g id="zid_171" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<rect id="zid_172" height="1.3811" width="6.0217" stroke="#000" y="121.3" x="287.99" stroke-width=".5"/> | |
<rect id="zid_173" height="11.538" width="6.0217" stroke="#000" y="123.91" x="287.99" stroke-width=".5"/> | |
<path id="zid_174" d="m287.63 119.72 6.68 0.039c0.261-2.265-2-4.712-3.32-4.687-1.305 0.063-3.412 2.474-3.36 4.648z" stroke="#000" stroke-width=".5"/> | |
<rect id="zid_175" height="1.3811" width="6.0217" stroke="#000" y="121.33" x="327.55" stroke-width=".5"/> | |
<rect id="zid_176" height="11.538" width="6.0217" stroke="#000" y="123.95" x="327.55" stroke-width=".5"/> | |
<path id="zid_177" d="m287.63 119.72 6.68 0.039c0.261-2.265-2-4.712-3.32-4.687-1.305 0.063-3.412 2.474-3.36 4.648z" transform="translate(39.556 .039082)" stroke="#000" stroke-width=".5"/> | |
<rect id="zid_178" height="1.3811" width="6.0217" y="121.3" x="287.99" stroke-width="1pt"/> | |
<rect id="zid_179" height="11.538" width="6.0217" y="123.91" x="287.99" stroke-width="1pt"/> | |
<path id="zid_180" d="m287.63 119.72 6.68 0.039c0.261-2.265-2-4.712-3.32-4.687-1.305 0.063-3.412 2.474-3.36 4.648z"/> | |
<rect id="zid_181" height="1.3811" width="6.0217" y="121.33" x="327.55" stroke-width="1pt"/> | |
<rect id="zid_182" height="11.538" width="6.0217" y="123.95" x="327.55" stroke-width="1pt"/> | |
<path id="zid_183" d="m287.63 119.72 6.68 0.039c0.261-2.265-2-4.712-3.32-4.687-1.305 0.063-3.412 2.474-3.36 4.648z" transform="translate(39.556 .039082)"/> | |
</g> | |
<rect id="zid_184" fill-rule="evenodd" height="11.538" width="6.0217" y="323.45" x="327.55" stroke-width="1pt" fill="#fff"/> | |
<rect id="zid_185" fill-rule="evenodd" height="1.3811" width="6.0217" y="320.83" x="327.55" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_186" d="m327.19 319.26 6.68 0.039c0.261-2.265-2-4.712-3.32-4.687-1.305 0.063-3.412 2.474-3.36 4.648z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<rect id="zid_187" fill-rule="evenodd" height="11.538" width="6.0217" y="323.41" x="287.99" stroke-width="1pt" fill="#fff"/> | |
<rect id="zid_188" fill-rule="evenodd" height="1.3811" width="6.0217" y="320.8" x="287.99" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_189" d="m287.63 319.22 6.68 0.039c0.261-2.265-2-4.712-3.32-4.687-1.305 0.063-3.412 2.474-3.36 4.648z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<g id="zid_190" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_191" d="m282.98 137.41 3.829 4.219 47.658 0.078 3.907-4.219-12.188-0.156-5.938-4.141-19.142-0.078-5.547 4.297h-12.579z" stroke="#000" stroke-width=".5"/> | |
<path id="zid_192" d="m282.98 137.41 3.829 4.219 47.658 0.078 3.907-4.219-12.188-0.156-5.938-4.141-19.142-0.078-5.547 4.297h-12.579z"/> | |
</g> | |
<g id="zid_193" transform="translate(0,199.5)"> | |
<path id="zid_194" d="m302.49 130.9 16.457-0.017c2.228-1.178 2.923-4.94 2.912-7.045-0.031-6.218-4.38-9.2-8.745-9.359-0.654-0.033-1.413-0.542-1.586-1.138-0.43-1.35-0.319-4.865-0.79-4.817-0.419-0.006-0.296 3.441-0.669 4.707-0.205 0.63-0.913 1.251-1.619 1.287-5.433 0.271-8.937 4.237-8.8 9.32 0.092 3.361 0.483 5.368 2.84 7.062z" stroke="#000" stroke-width=".5" fill="none"/> | |
<path id="zid_195" d="m302.49 130.9 16.457-0.017c2.228-1.178 2.923-4.94 2.912-7.045-0.031-6.218-4.38-9.2-8.745-9.359-0.654-0.033-1.413-0.542-1.586-1.138-0.43-1.35-0.319-4.786-0.79-4.817-0.34 0.033-0.296 3.441-0.669 4.707-0.205 0.63-0.913 1.251-1.619 1.287-5.433 0.271-8.937 4.237-8.8 9.32 0.092 3.361 0.483 5.368 2.84 7.062z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_196" d="m301.46 125.42c0.415 2.049 1.402 1.735 1.329 0.743-0.243-3.165 0.013-6.282 2.812-8.36 0.887-0.65-0.104-1.25-0.859-0.937-2.38 1.001-3.826 5.59-3.282 8.554z" stroke="#000" stroke-width=".25" fill="none"/> | |
<path id="zid_197" d="m302.08 125.07c0.415 2.049 2.11 1.96 1.798 0.626-0.635-2.555-0.534-6.282 1.718-7.891 0.889-0.647-0.104-1.25-0.859-0.937-2.38 1.001-3.201 5.238-2.657 8.202z" transform="translate(2.1486 1.6407)" stroke="#000" stroke-width=".25" fill="none"/> | |
<path id="zid_198" d="m301.46 125.42c0.415 2.049 1.402 1.735 1.329 0.743-0.243-3.165 0.013-6.282 2.812-8.36 0.887-0.65-0.104-1.25-0.859-0.937-2.38 1.001-3.826 5.59-3.282 8.554z" transform="matrix(-1.0011 0 0 1 621.88 .078125)" stroke="#000" stroke-width=".25" fill="none"/> | |
<path id="zid_199" d="m302.08 125.07c0.415 2.049 2.11 1.96 1.798 0.626-0.635-2.555-0.534-6.282 1.718-7.891 0.889-0.647-0.104-1.25-0.859-0.937-2.38 1.001-3.201 5.238-2.657 8.202z" transform="matrix(-1.0011 0 0 1 619.73 1.7188)" stroke="#000" stroke-width=".25" fill="none"/> | |
</g> | |
<g id="zid_200" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_201" d="m275.4 191.24h70.707l-6.329-5.157h-58.05l-6.328 5.157z" stroke="#000" stroke-width=".5"/> | |
<path id="zid_202" d="m275.4 191.24h70.707l-6.329-5.157h-58.05l-6.328 5.157z"/> | |
</g> | |
<g id="zid_203" transform="translate(0,199.5)"> | |
<g id="zid_204" fill="#fff" fill-rule="evenodd"> | |
<g id="zid_205" stroke="#000" stroke-width=".5"> | |
<rect id="zid_206" height="9.2973" width="6.7191" y="144.84" x="287.67"/> | |
<rect id="zid_207" height="1.9532" width="6.4847" y="159.45" x="288.06"/> | |
<rect id="zid_208" height="7.266" width="6.641" y="162.88" x="287.91"/> | |
<rect id="zid_209" height="4.0627" width="7.266" y="171.63" x="287.44"/> | |
<path id="zid_210" d="m288.44 157.7h5.855l1.161-1.933h-8.066l1.05 1.933z" transform="translate(-.11047)"/> | |
<path id="zid_211" d="m296.23 150.58 0.055-5.082h4.033c-1.584 1.307-3.057 2.891-4.088 5.082z"/> | |
<rect id="zid_212" transform="scale(-1,1)" height="9.2973" width="6.6057" y="144.84" x="-333.68"/> | |
<rect id="zid_213" transform="scale(-1,1)" height="1.9532" width="6.3752" y="159.45" x="-333.57"/> | |
<rect id="zid_214" transform="scale(-1,1)" height="7.266" width="6.4924" y="162.88" x="-333.69"/> | |
<rect id="zid_215" transform="scale(-1,1)" height="4.0627" width="7.1433" y="171.63" x="-334.11"/> | |
<path id="zid_216" d="m288.44 157.7h5.855l1.161-1.933h-8.066l1.05 1.933z" transform="matrix(-.98312 0 0 1 616.61 0)"/> | |
<path id="zid_217" d="m296.23 150.58 0.055-5.082h4.033c-1.584 1.307-3.057 2.891-4.088 5.082z" transform="matrix(-.98312 0 0 1 616.5 0)"/> | |
</g> | |
<g id="zid_218"> | |
<rect id="zid_219" height="9.2973" width="6.7191" y="144.84" x="287.67" stroke-width="1pt"/> | |
<rect id="zid_220" height="1.9532" width="6.4847" y="159.45" x="288.06" stroke-width="1pt"/> | |
<rect id="zid_221" height="7.266" width="6.641" y="162.88" x="287.91" stroke-width="1pt"/> | |
<rect id="zid_222" height="4.0627" width="7.266" y="171.63" x="287.44" stroke-width="1pt"/> | |
<path id="zid_223" d="m288.44 157.7h5.855l1.161-1.933h-8.066l1.05 1.933z" transform="translate(-.11047)"/> | |
<path id="zid_224" d="m296.23 150.58 0.055-5.082h4.033c-1.584 1.307-3.057 2.891-4.088 5.082z"/> | |
<rect id="zid_225" transform="scale(-1,1)" height="9.2973" width="6.6057" y="144.84" x="-333.68" stroke-width="1pt"/> | |
<rect id="zid_226" transform="scale(-1,1)" height="1.9532" width="6.3752" y="159.45" x="-333.57" stroke-width="1pt"/> | |
<rect id="zid_227" transform="scale(-1,1)" height="7.266" width="6.4924" y="162.88" x="-333.69" stroke-width="1pt"/> | |
<rect id="zid_228" transform="scale(-1,1)" height="4.0627" width="7.1433" y="171.63" x="-334.11" stroke-width="1pt"/> | |
<path id="zid_229" d="m288.44 157.7h5.855l1.161-1.933h-8.066l1.05 1.933z" transform="matrix(-.98312 0 0 1 616.61 0)"/> | |
<path id="zid_230" d="m296.23 150.58 0.055-5.082h4.033c-1.584 1.307-3.057 2.891-4.088 5.082z" transform="matrix(-.98312 0 0 1 616.5 0)"/> | |
</g> | |
</g> | |
<path id="zid_231" d="m288.71 152.66c0.04 1.087 1.271 0.602 1.271 0.055 0-1.677 0.022-3.49-0.045-4.677-0.008-0.875 2.085-0.656 2.073-0.117 0.008 1.416 0.024 3.358 0.032 5.015-0.015 0.807 1.352 0.737 1.333 0-0.008-1.851-0.009-4.541 0-5.903 0.012-1.754-4.605-1.716-4.641-0.039 0.002 1.377-0.025 3.842-0.023 5.666z" stroke="#000" stroke-width=".25" fill="none"/> | |
<path id="zid_232" d="m288.71 152.66c0.04 1.087 1.271 0.602 1.271 0.055 0-1.677 0.022-3.49-0.045-4.677-0.008-0.875 2.085-0.656 2.073-0.117 0.008 1.416 0.024 3.358 0.032 5.015-0.015 0.807 1.312 0.737 1.294 0-0.008-1.89 0.03-4.541 0.039-5.903 0.012-1.754-4.605-1.716-4.641-0.039 0.002 1.377-0.025 3.842-0.023 5.666z" transform="translate(39.533 .19529)" stroke="#000" stroke-width=".25" fill="none"/> | |
<g id="zid_233" transform="translate(.11719)"> | |
<rect id="zid_234" height="5.9378" width="4.7659" stroke="#000" y="163.74" x="288.61" stroke-width=".25" fill="none"/> | |
<rect id="zid_235" fill-rule="evenodd" height=".97662" width="1.6798" y="166.2" x="291.66" stroke-width="1pt"/> | |
<rect id="zid_236" fill-rule="evenodd" height=".97662" width="1.6407" y="166.2" x="288.73" stroke-width="1pt"/> | |
<rect id="zid_237" fill-rule="evenodd" height="2.422" width="1.2891" y="163.82" x="290.37" stroke-width="1pt"/> | |
<rect id="zid_238" fill-rule="evenodd" height="2.5783" width="1.2891" y="167.14" x="290.37" stroke-width="1pt"/> | |
</g> | |
<g id="zid_239" transform="translate(39.494 -.039062)"> | |
<rect id="zid_240" height="5.9378" width="4.7659" stroke="#000" y="163.74" x="288.61" stroke-width=".25" fill="none"/> | |
<rect id="zid_241" fill-rule="evenodd" height=".97662" width="1.6798" y="166.2" x="291.66" stroke-width="1pt"/> | |
<rect id="zid_242" fill-rule="evenodd" height=".97662" width="1.6407" y="166.2" x="288.73" stroke-width="1pt"/> | |
<rect id="zid_243" fill-rule="evenodd" height="2.422" width="1.2891" y="163.82" x="290.37" stroke-width="1pt"/> | |
<rect id="zid_244" fill-rule="evenodd" height="2.5783" width="1.2891" y="167.14" x="290.37" stroke-width="1pt"/> | |
</g> | |
</g> | |
<g id="zid_245" transform="translate(0,199.5)"> | |
<rect id="zid_246" fill-rule="evenodd" height="5.8988" width=".82037" stroke="#000" y="164.05" x="323.77" stroke-width=".5" fill="#fff"/> | |
<path id="zid_247" d="m307.83 171.87 1.289 3.867h2.929l-2.343-3.868-1.875 0.001zm-1.64 3.867 0.742 3.828 3.437 0.039-1.25-3.868-2.929 0.001zm5.82 0.039 2.383 3.789h4.883l-3.828-3.829-3.438 0.04zm-28.83 8.672c2.591-2.409 4.245-4.466 4.258-7.422h6.328c0.013 1.654 0.612 2.643 1.524 2.578l6.407-0.039-0.039-3.789h-4.649l-0.001-20.666c-0.169-7.305 8.881-11.563 12.58-11.524l-21.994-0.039v-0.664h46.253l0.039 0.664-22.306 0.039c6.615 0.013 12.995 6.277 13.048 11.564v5.859h-0.86l-0.039-5.781c0-5.782-7.282-11.186-13.126-11.017-5.053 0.145-12.891 4.962-12.813 10.978v1.797l11.993 0.078-0.117 2.07 1.883 1.202 3.756 1.197-0.055 3.105 2.69 0.793 0.023 3.102 3.227 1.385v3.211l2.047 1.261-0.094 3.261 2.774 1.953h-6.563l4.102 4.571h-6.055l-3.009-4.571h-3.984l1.797 4.531-4.257-0.039-1.017-4.492h-5.195l0.039 4.843-18.595 0.001zm18.556-12.54v3.828h4.454l-0.9-3.828h-3.554z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_248" d="m307.83 171.87 1.289 3.867h2.929l-2.343-3.868-1.875 0.001zm-1.64 3.867 0.742 3.828 3.437 0.039-1.25-3.868-2.929 0.001zm5.82 0.039 2.383 3.789h4.883l-3.828-3.829-3.438 0.04zm-28.83 8.672c2.591-2.409 4.245-4.466 4.258-7.422h6.328c0.013 1.654 0.612 2.643 1.524 2.578l6.407-0.039-0.039-3.789h-4.649l-0.001-20.666c-0.169-7.305 8.881-11.563 12.58-11.524l-21.994-0.039v-0.664h46.253l0.039 0.664-22.306 0.039c6.615 0.013 12.995 6.277 13.048 11.564v5.859h-0.86l-0.039-5.781c0-5.782-7.282-11.186-13.126-11.017-5.053 0.145-12.891 4.962-12.813 10.978v1.797l11.993 0.078-0.117 2.07 1.883 1.202 3.756 1.197-0.055 3.105 2.69 0.793 0.023 3.102 3.227 1.385v3.211l2.047 1.261-0.094 3.261 2.774 1.953h-6.563l4.102 4.571h-6.055l-3.009-4.571h-3.984l1.797 4.531-4.257-0.039-1.017-4.492h-5.195l0.039 4.843-18.595 0.001zm18.556-12.54v3.828h4.454l-0.9-3.828h-3.554z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<rect id="zid_249" height="6.3675" width="2.7736" stroke="#000" y="165.15" x="301.97" stroke-width=".24760" fill="none"/> | |
<path id="zid_250" d="m298.05 171.73h2.707l-0.017-4.594c-0.035-1.997 1.793-4.01 2.668-4.077 0.97-0.036 2.4 1.885 2.448 3.92l0.039 4.766 2.872-0.006v-11.829l-10.717 0.056v11.764z" transform="matrix(1 0 0 1.0198 0 -3.1686)" stroke="#000" stroke-width=".25" fill="none"/> | |
<rect id="zid_251" height="2.6174" width="3.3596" stroke="#000" y="174.76" x="319.47" stroke-width=".24673" fill="none"/> | |
<rect id="zid_252" height="2.6174" width="3.3596" stroke="#000" y="170.26" x="317.48" stroke-width=".24673" fill="none"/> | |
<rect id="zid_253" height="2.6174" width="3.3596" stroke="#000" y="165.77" x="314.24" stroke-width=".24673" fill="none"/> | |
<rect id="zid_254" height="2.6174" width="3.3596" stroke="#000" y="161.98" x="311.46" stroke-width=".24673" fill="none"/> | |
<path id="zid_255" d="m309.24 171.98 3.437 0.117 6.133 5.43v-3.203l-2.07-1.484v-2.54l-3.008-1.718v-2.735l-2.93-0.976v-3.712l-1.485-1.211-0.077 12.032z" stroke="#000" stroke-width=".25" fill="none"/> | |
<rect id="zid_256" fill-rule="evenodd" height="5.8988" width=".82037" y="164.05" x="323.77" stroke-width="1pt" fill="#fff"/> | |
</g> | |
<g id="zid_257" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff"> | |
<path id="zid_258" d="m273.06 107.63c0.298 4.66-1.148 7.218-3.616 6.829-0.68-2.585 0.867-4.319 3.616-6.829z" transform="translate(-9.0952 -3.3232)"/> | |
<path id="zid_259" d="m267.46 119.35c-2.194-1.116-0.611-9.637 0.231-13.209 0.623 4.601 1.665 11.141-0.231 13.209z" transform="translate(-8.9203 -4.7225)"/> | |
<path id="zid_260" d="m267.72 119c3.688 1.283 6.608-2.689 7.595-7.289-3.044 4.201-7.998 4.206-7.595 7.289z" transform="translate(-8.3956 -3.9646)"/> | |
<path id="zid_261" d="m264.63 123.47c-2.884-0.762-1.147-9.802-0.623-13.418 0.634 3.735 2.622 12.181 0.623 13.418z" transform="translate(-8.1041 -4.1395)"/> | |
<path id="zid_262" d="m265.44 122.96c0.161-3.118 3.269-2.217 5.414-3.881-0.35 1.558-1.669 4.319-5.414 3.881z" transform="translate(-7.9292 -3.9063)"/> | |
<path id="zid_263" d="m262.26 128.01c-2.858-0.771-1.14-10.5-1.302-14.506 0.838 3.461 3.491 13.568 1.302 14.506z" transform="translate(-8.279 -4.7808)"/> | |
<path id="zid_264" d="m263.25 127.06c2.341 0.761 5.442-0.76 5.686-3.548-2.016 1.368-5.235 0.322-5.686 3.548z" transform="translate(-7.9292 -4.2561)"/> | |
<path id="zid_265" d="m262.34 128.34c-2.733 0.218-1.51-8.068-1.508-15.785 1.004 7.213 3.739 13.816 1.508 15.785z" transform="translate(-10.494 -.81623)"/> | |
<path id="zid_266" d="m263.29 127.15c1.846 0.926 5.153-0.554 6.097-3.672-3.335 1.45-5.565 0.033-6.097 3.672z" transform="translate(-10.494)"/> | |
</g> | |
<g id="zid_267" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_268" d="m273.06 107.63c0.298 4.66-1.148 7.218-3.616 6.829-0.68-2.585 0.867-4.319 3.616-6.829z" transform="translate(-9.0952 -3.3232)"/> | |
<path id="zid_269" d="m267.46 119.35c-2.194-1.116-0.611-9.637 0.231-13.209 0.623 4.601 1.665 11.141-0.231 13.209z" transform="translate(-8.9203 -4.7225)"/> | |
<path id="zid_270" d="m267.72 119c3.688 1.283 6.608-2.689 7.595-7.289-3.044 4.201-7.998 4.206-7.595 7.289z" transform="translate(-8.3956 -3.9646)"/> | |
<path id="zid_271" d="m264.63 123.47c-2.884-0.762-1.147-9.802-0.623-13.418 0.634 3.735 2.622 12.181 0.623 13.418z" transform="translate(-8.1041 -4.1395)"/> | |
<path id="zid_272" d="m265.44 122.96c0.161-3.118 3.269-2.217 5.414-3.881-0.35 1.558-1.669 4.319-5.414 3.881z" transform="translate(-7.9292 -3.9063)"/> | |
<path id="zid_273" d="m262.26 128.01c-2.858-0.771-1.14-10.5-1.302-14.506 0.838 3.461 3.491 13.568 1.302 14.506z" transform="translate(-8.279 -4.7808)"/> | |
<path id="zid_274" d="m263.25 127.06c2.341 0.761 5.442-0.76 5.686-3.548-2.016 1.368-5.235 0.322-5.686 3.548z" transform="translate(-7.9292 -4.2561)"/> | |
<path id="zid_275" d="m262.34 128.34c-2.733 0.218-1.51-8.068-1.508-15.785 1.004 7.213 3.739 13.816 1.508 15.785z" transform="translate(-10.494 -.81623)"/> | |
<path id="zid_276" d="m263.29 127.15c1.846 0.926 5.153-0.554 6.097-3.672-3.335 1.45-5.565 0.033-6.097 3.672z" transform="translate(-10.494)"/> | |
</g> | |
<g id="zid_277" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff"> | |
<path id="zid_278" d="m274.25 108.62c-0.486 4.042-2.138 6.394-4.606 6.005-0.68-2.585 1.321-4.237 4.606-6.005z"/> | |
<path id="zid_279" d="m267.72 119c4.1 0.582 5.577-2.565 8.337-6.588-3.868 2.799-8.493 3.381-8.337 6.588z"/> | |
<path id="zid_280" d="m266.56 118.53c-2.235-2.682-0.075-6.05 1.633-8.921-0.367 4.271 1.088 6.647-1.633 8.921z"/> | |
<path id="zid_281" d="m265.57 122.96c-0.252-2.623 4.217-3.206 6.238-4.664-0.68 1.516-1.71 5.597-6.238 4.664z"/> | |
<path id="zid_282" d="m264.63 123.02c-3.09-0.35-1.807-5.597 0.408-8.513-0.933 4.024 1.632 6.822-0.408 8.513z"/> | |
<path id="zid_283" d="m262.3 127.39c-3.517-1.555-1.263-5.966 0.059-8.57-0.564 3.42 2.254 6.024-0.059 8.57z"/> | |
<path id="zid_284" d="m263 126.98c1.846 2.41 5.442-0.719 6.18-4.373-3.129 2.605-5.441 2.177-6.18 4.373z"/> | |
</g> | |
<g id="zid_285" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_286" d="m274.25 108.62c-0.486 4.042-2.138 6.394-4.606 6.005-0.68-2.585 1.321-4.237 4.606-6.005z"/> | |
<path id="zid_287" d="m267.72 119c4.1 0.582 5.577-2.565 8.337-6.588-3.868 2.799-8.493 3.381-8.337 6.588z"/> | |
<path id="zid_288" d="m266.56 118.53c-2.235-2.682-0.075-6.05 1.633-8.921-0.367 4.271 1.088 6.647-1.633 8.921z"/> | |
<path id="zid_289" d="m265.57 122.96c-0.252-2.623 4.217-3.206 6.238-4.664-0.68 1.516-1.71 5.597-6.238 4.664z"/> | |
<path id="zid_290" d="m264.63 123.02c-3.09-0.35-1.807-5.597 0.408-8.513-0.933 4.024 1.632 6.822-0.408 8.513z"/> | |
<path id="zid_291" d="m262.3 127.39c-3.517-1.555-1.263-5.966 0.059-8.57-0.564 3.42 2.254 6.024-0.059 8.57z"/> | |
<path id="zid_292" d="m263 126.98c1.846 2.41 5.442-0.719 6.18-4.373-3.129 2.605-5.441 2.177-6.18 4.373z"/> | |
</g> | |
<g id="zid_293" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff"> | |
<path id="zid_294" d="m347.66 109.02c0.467 2.1 0.584 6.24 4.315 5.423 0.544-3.848-2.585-4.023-4.315-5.423z"/> | |
<path id="zid_295" d="m354.01 118.94c-0.135-3.965-4.411-3.091-8.103-6.356 1.011 3.44 4.586 7.638 8.103 6.356z"/> | |
<path id="zid_296" d="m354.89 118.47c2.507-1.73 0.583-5.5-1.749-8.804 0.875 3.596-1.049 6.899 1.749 8.804z"/> | |
<path id="zid_297" d="m355.99 122.96c-4.042 0.311-4.761-1.71-6.355-4.314 2.76 1.788 6.452 0.661 6.355 4.314z"/> | |
<path id="zid_298" d="m356.99 123.08c-1.925-1.575 0.466-4.956-0.35-8.337 1.516 2.137 3.848 7.249 0.35 8.337z"/> | |
<path id="zid_299" d="m358.68 127.27c-4.042 0.952-5.344-1.185-6.355-4.78 3.284 3.012 5.111 1.593 6.355 4.78z"/> | |
<path id="zid_300" d="m359.26 127.22c2.818-0.039 1.555-5.616 0.116-8.162 0.389 3.071-2.079 6.607-0.116 8.162z"/> | |
</g> | |
<g id="zid_301" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_302" d="m347.66 109.02c0.467 2.1 0.584 6.24 4.315 5.423 0.544-3.848-2.585-4.023-4.315-5.423z"/> | |
<path id="zid_303" d="m354.01 118.94c-0.135-3.965-4.411-3.091-8.103-6.356 1.011 3.44 4.586 7.638 8.103 6.356z"/> | |
<path id="zid_304" d="m354.89 118.47c2.507-1.73 0.583-5.5-1.749-8.804 0.875 3.596-1.049 6.899 1.749 8.804z"/> | |
<path id="zid_305" d="m355.99 122.96c-4.042 0.311-4.761-1.71-6.355-4.314 2.76 1.788 6.452 0.661 6.355 4.314z"/> | |
<path id="zid_306" d="m356.99 123.08c-1.925-1.575 0.466-4.956-0.35-8.337 1.516 2.137 3.848 7.249 0.35 8.337z"/> | |
<path id="zid_307" d="m358.68 127.27c-4.042 0.952-5.344-1.185-6.355-4.78 3.284 3.012 5.111 1.593 6.355 4.78z"/> | |
<path id="zid_308" d="m359.26 127.22c2.818-0.039 1.555-5.616 0.116-8.162 0.389 3.071-2.079 6.607-0.116 8.162z"/> | |
</g> | |
<g id="zid_309" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff"> | |
<path id="zid_310" d="m348.2 108.2c0.506 2.334-0.471 6.943 3.26 6.907 1.56-2.637-1.765-5.117-3.26-6.907z" transform="translate(9.3361 -3.867)"/> | |
<path id="zid_311" d="m354.3 119.33c2.351-1.612 0.232-6.906-0.499-12.866-0.57 5.315-1.83 11.118 0.499 12.866z" transform="translate(8.8388 -4.5852)"/> | |
<path id="zid_312" d="m353.7 119.13c0.295-2.91-4.293-3.559-7.438-7.41 0.815 3.088 3.14 7.599 7.438 7.41z" transform="translate(8.1759 -3.9775)"/> | |
<path id="zid_313" d="m356.67 124.33c-2.472-2.239 0.465-8.667 0.587-13.65 0.383 4.598 2.403 12.835-0.587 13.65z" transform="translate(8.3417 -4.6404)"/> | |
<path id="zid_314" d="m355.21 122.69c-3.613 0.232-4.566-2.414-4.988-3.924 1.94 1.398 5.007 0.739 4.988 3.924z" transform="translate(8.3969 -3.646)"/> | |
<path id="zid_315" d="m358.95 128.11c2.778-0.117 1.75-10.655 1.365-13.982-0.275 3.54-3.172 12.701-1.365 13.982z" transform="translate(8.2864 -5.0823)"/> | |
<path id="zid_316" d="m358.28 127.04c-2.401 0.366-4.836-1.029-5.495-3.413 2.073 0.902 5.501 0.187 5.495 3.413z" transform="translate(7.734 -4.1984)"/> | |
<path id="zid_317" d="m358.75 127.96c2.974 1.211 1.907-12.53 1.522-15.701-0.275 4.048-3.797 13.99-1.522 15.701z" transform="translate(10.717 -.55242)"/> | |
<path id="zid_318" d="m358.44 127.35c-2.988 0.444-5.188-1.38-6.043-3.881 3.05 1.137 5.424 0.733 6.043 3.881z" transform="translate(10.33 .055256)"/> | |
</g> | |
<g id="zid_319" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_320" d="m366.62 143.7c0.368-3.589-2.381-10.115-0.43-13.594 0.266-0.478-0.584-1.747-1.133-0.977-0.858 1.229-1.74 4.731-2.109 3.438-0.391-1.406-0.451-3.893-1.719-4.376-0.809-0.283-1.953-0.468-1.641 0.782 0.31 1.202 1.004 2.862 0.235 2.969-0.446 0.065-1.731-1.636-2.813-2.422-0.872-0.701-2.173 0.396-0.898 1.445 4.144 3.379 8.159 4.9 10.508 12.735z" stroke="#000" stroke-width=".5"/> | |
<path id="zid_321" d="m366.62 143.7c0.368-3.589-2.381-10.115-0.43-13.594 0.266-0.478-0.584-1.747-1.133-0.977-0.858 1.229-1.74 4.731-2.109 3.438-0.391-1.406-0.451-3.893-1.719-4.376-0.809-0.283-1.953-0.468-1.641 0.782 0.31 1.202 1.004 2.862 0.235 2.969-0.446 0.065-1.731-1.636-2.813-2.422-0.872-0.701-2.173 0.396-0.898 1.445 4.144 3.379 8.159 4.9 10.508 12.735z"/> | |
</g> | |
<g id="zid_322" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_323" d="m348.2 108.2c0.506 2.334-0.471 6.943 3.26 6.907 1.56-2.637-1.765-5.117-3.26-6.907z" transform="translate(9.3361 -3.867)"/> | |
<path id="zid_324" d="m354.3 119.33c2.351-1.612 0.232-6.906-0.499-12.866-0.57 5.315-1.83 11.118 0.499 12.866z" transform="translate(8.8388 -4.5852)"/> | |
<path id="zid_325" d="m353.7 119.13c0.295-2.91-4.293-3.559-7.438-7.41 0.815 3.088 3.14 7.599 7.438 7.41z" transform="translate(8.1759 -3.9775)"/> | |
<path id="zid_326" d="m356.67 124.33c-2.472-2.239 0.465-8.667 0.587-13.65 0.383 4.598 2.403 12.835-0.587 13.65z" transform="translate(8.3417 -4.6404)"/> | |
<path id="zid_327" d="m355.21 122.69c-3.613 0.232-4.566-2.414-4.988-3.924 1.94 1.398 5.007 0.739 4.988 3.924z" transform="translate(8.3969 -3.646)"/> | |
<path id="zid_328" d="m358.95 128.11c2.778-0.117 1.75-10.655 1.365-13.982-0.275 3.54-3.172 12.701-1.365 13.982z" transform="translate(8.2864 -5.0823)"/> | |
<path id="zid_329" d="m358.28 127.04c-2.401 0.366-4.836-1.029-5.495-3.413 2.073 0.902 5.501 0.187 5.495 3.413z" transform="translate(7.734 -4.1984)"/> | |
<path id="zid_330" d="m358.75 127.96c2.974 1.211 1.907-12.53 1.522-15.701-0.275 4.048-3.797 13.99-1.522 15.701z" transform="translate(10.717 -.55242)"/> | |
<path id="zid_331" d="m358.44 127.35c-2.988 0.444-5.188-1.38-6.043-3.881 3.05 1.137 5.424 0.733 6.043 3.881z" transform="translate(10.33 .055256)"/> | |
</g> | |
<g id="zid_332" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_333" d="m244.38 141.09c-1.017-1.062-0.723-1.468 0.781-1.485 1.193-0.075 3.557 0.731 4.454 0.078 0.822-0.597 0.495-3.129 0.86-4.297 0.159-0.651 0.615-1.673 1.64-0.078 3.032 4.859 6.819 10.692 8.438 16.407 0.885 3.203 0.443 8.359-2.969 11.094l-2.422-7.032c-1.151-3.343-7.347-11.365-10.782-14.687z" transform="matrix(-.99523 0 0 1 620.24 .22098)" stroke="#000" stroke-width=".50120"/> | |
<path id="zid_334" d="m244.38 141.09c-1.017-1.062-0.723-1.468 0.781-1.485 1.193-0.075 3.557 0.731 4.454 0.078 0.822-0.597 0.495-3.129 0.86-4.297 0.159-0.651 0.615-1.673 1.64-0.078 3.032 4.859 6.819 10.692 8.438 16.407 0.885 3.203 0.443 8.359-2.969 11.094l-2.422-7.032c-1.151-3.343-7.347-11.365-10.782-14.687z" transform="matrix(-.99523 0 0 1 620.24 .22098)"/> | |
</g> | |
<g id="zid_335" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff"> | |
<path id="zid_336" d="m371.62 145.11c-1.36 4.373-2.177 7.957-0.214 8.379 2.098-0.364 1.186-4.589 0.214-8.379z" transform="translate(8.7836 -12.54)"/> | |
<path id="zid_337" d="m368.78 157.36c2.237 1.188 4.648-4.514 4.147-9.005-1.127 3.849-4.921 6.226-4.147 9.005z" transform="translate(11.484 -12.516)"/> | |
<path id="zid_338" d="m370.43 156.77c0.347-3.109-0.93-3.027-2.603-5.998 0.177 3.356 1.013 6.17 2.603 5.998z" transform="translate(9.0046 -12.043)"/> | |
<path id="zid_339" d="m369.11 156.76c2.611 0.741 5.603-5.475 5.491-10.069-1.087 5.085-6.754 7.117-5.491 10.069z" transform="translate(11.064 -7.4739)"/> | |
<path id="zid_340" d="m372.09 156.03c1.047-2.409-1.089-2.115-2.506-6.432-0.469 4.468 0.212 6.507 2.506 6.432z" transform="translate(7.2311 -6.8602)"/> | |
<path id="zid_341" d="m369.29 155.78c3.388 0.583 5.135-6.897 6.818-10.479-3.332 4.696-7.324 7.311-6.818 10.479z" transform="translate(10.788 -1.9228)"/> | |
<path id="zid_342" d="m372.36 155.49c0.99-2.758-1.809-2.604-3.283-6.726 0.234 5.228 0.913 7.114 3.283 6.726z" transform="translate(6.9304 -1.8892)"/> | |
<path id="zid_343" d="m369.7 156.6c2.142 0.155 5.994-5.827 6.077-9.522-1.83 4.069-7.574 6.765-6.077 9.522z" transform="translate(10.567 1.7516)"/> | |
<path id="zid_344" d="m372.16 155.96c0.891-2.877-1.597-2.896-2.701-6.119-0.078 4.859 0.68 6.507 2.701 6.119z" transform="translate(6.5129 1.7025)"/> | |
<path id="zid_345" d="m368.74 155.82c3.778 0.661 4.745-4.319 6.974-9.385-2.199 4.032-7.167 6.295-6.974 9.385z" transform="translate(10.014 7.0266)"/> | |
<path id="zid_346" d="m372.44 155.37c1.225-2.602-1.613-2.604-3.127-6.492-0.078 5.501 0.874 7.114 3.127 6.492z" transform="translate(6.0465 6.784)"/> | |
</g> | |
<g id="zid_347" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_348" d="m371.62 145.11c-1.36 4.373-2.177 7.957-0.214 8.379 2.098-0.364 1.186-4.589 0.214-8.379z" transform="translate(8.7836 -12.54)"/> | |
<path id="zid_349" d="m368.78 157.36c2.237 1.188 4.648-4.514 4.147-9.005-1.127 3.849-4.921 6.226-4.147 9.005z" transform="translate(11.484 -12.516)"/> | |
<path id="zid_350" d="m370.43 156.77c0.347-3.109-0.93-3.027-2.603-5.998 0.177 3.356 1.013 6.17 2.603 5.998z" transform="translate(9.0046 -12.043)"/> | |
<path id="zid_351" d="m369.11 156.76c2.611 0.741 5.603-5.475 5.491-10.069-1.087 5.085-6.754 7.117-5.491 10.069z" transform="translate(11.064 -7.4739)"/> | |
<path id="zid_352" d="m372.09 156.03c1.047-2.409-1.089-2.115-2.506-6.432-0.469 4.468 0.212 6.507 2.506 6.432z" transform="translate(7.2311 -6.8602)"/> | |
<path id="zid_353" d="m369.29 155.78c3.388 0.583 5.135-6.897 6.818-10.479-3.332 4.696-7.324 7.311-6.818 10.479z" transform="translate(10.788 -1.9228)"/> | |
<path id="zid_354" d="m372.36 155.49c0.99-2.758-1.809-2.604-3.283-6.726 0.234 5.228 0.913 7.114 3.283 6.726z" transform="translate(6.9304 -1.8892)"/> | |
<path id="zid_355" d="m369.7 156.6c2.142 0.155 5.994-5.827 6.077-9.522-1.83 4.069-7.574 6.765-6.077 9.522z" transform="translate(10.567 1.7516)"/> | |
<path id="zid_356" d="m372.16 155.96c0.891-2.877-1.597-2.896-2.701-6.119-0.078 4.859 0.68 6.507 2.701 6.119z" transform="translate(6.5129 1.7025)"/> | |
<path id="zid_357" d="m368.74 155.82c3.778 0.661 4.745-4.319 6.974-9.385-2.199 4.032-7.167 6.295-6.974 9.385z" transform="translate(10.014 7.0266)"/> | |
<path id="zid_358" d="m372.44 155.37c1.225-2.602-1.613-2.604-3.127-6.492-0.078 5.501 0.874 7.114 3.127 6.492z" transform="translate(6.0465 6.784)"/> | |
</g> | |
<g id="zid_359" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_360" d="m256.81 166.87c3.334 0.016 3.985-4.687 3.985-5.937-1.641 0.312-4.611 3.281-3.985 5.937z" transform="matrix(-.99526 0 0 1 620.35 .078125)" stroke="#000" stroke-width=".50119"/> | |
<path id="zid_361" d="m256.81 166.87c3.334 0.016 3.985-4.687 3.985-5.937-1.641 0.312-4.611 3.281-3.985 5.937z" transform="matrix(-.99526 0 0 1 620.35 .078125)"/> | |
</g> | |
<g id="zid_362" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff"> | |
<path id="zid_363" d="m371.39 145.58c-1.36 4.373-1.904 6.472-0.058 7.871 2.41-1.341 1.03-4.081 0.058-7.871z"/> | |
<path id="zid_364" d="m370.63 157.01c1.011-3.226-1.477-4.003-2.798-7.638-0.136 4.801 0.544 8.318 2.798 7.638z"/> | |
<path id="zid_365" d="m369.64 157.24c1.769 0.68 3.945-3.42 2.741-7.521-1.244 3.693-4.296 4.586-2.741 7.521z" transform="translate(1.9823 .46642)"/> | |
<path id="zid_366" d="m371.97 156.31c1.711-2.643-1.011-2.779-2.389-6.471-0.078 4.859 0.368 6.859 2.389 6.471z" transform="translate(-2.2155 5.0723)"/> | |
<path id="zid_367" d="m372.44 155.61c1.303-2.992-1.535-2.604-3.205-6.296-0.078 5.501 0.835 6.684 3.205 6.296z" transform="translate(-2.6819 10.32)"/> | |
<path id="zid_368" d="m369.7 156.6c1.478 0.038 4.353-2.546 3.499-5.772-1.244 2.702-4.762 2.429-3.499 5.772z" transform="translate(1.341 4.9557)"/> | |
<path id="zid_369" d="m369.29 155.78c2.411 0.505 4.237-3.186 3.966-5.713-1.886 2.352-4.472 2.545-3.966 5.713z" transform="translate(1.341 9.6782)"/> | |
</g> | |
<g id="zid_370" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_371" d="m371.39 145.58c-1.36 4.373-1.904 6.472-0.058 7.871 2.41-1.341 1.03-4.081 0.058-7.871z"/> | |
<path id="zid_372" d="m370.63 157.01c1.011-3.226-1.477-4.003-2.798-7.638-0.136 4.801 0.544 8.318 2.798 7.638z"/> | |
<path id="zid_373" d="m369.64 157.24c1.769 0.68 3.945-3.42 2.741-7.521-1.244 3.693-4.296 4.586-2.741 7.521z" transform="translate(1.9823 .46642)"/> | |
<path id="zid_374" d="m371.97 156.31c1.711-2.643-1.011-2.779-2.389-6.471-0.078 4.859 0.368 6.859 2.389 6.471z" transform="translate(-2.2155 5.0723)"/> | |
<path id="zid_375" d="m372.44 155.61c1.303-2.992-1.535-2.604-3.205-6.296-0.078 5.501 0.835 6.684 3.205 6.296z" transform="translate(-2.6819 10.32)"/> | |
<path id="zid_376" d="m369.7 156.6c1.478 0.038 4.353-2.546 3.499-5.772-1.244 2.702-4.762 2.429-3.499 5.772z" transform="translate(1.341 4.9557)"/> | |
<path id="zid_377" d="m369.29 155.78c2.411 0.505 4.237-3.186 3.966-5.713-1.886 2.352-4.472 2.545-3.966 5.713z" transform="translate(1.341 9.6782)"/> | |
</g> | |
<g id="zid_378" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_379" d="m235.63 159.06c-0.297-0.385-1.15 0.01-0.937 0.938 0.198 1.256 2.05 7.704 5.233 9.922 2.27 1.636 14.201 4.271 19.61 5.39 2.977 0.599 5.47 2.084 7.423 4.454-0.808-3.099-1.457-5.395-2.5-8.203-1.014-2.468-3.701-5.168-6.484-5.313-5.169-0.186-11.859-0.626-16.72-2.735-2.509-1.048-4.011-2.464-5.625-4.453z" transform="matrix(-.99523 0 0 1 620.24 .22098)" stroke="#000" stroke-width=".50120"/> | |
<path id="zid_380" d="m235.63 159.06c-0.297-0.385-1.15 0.01-0.937 0.938 0.198 1.256 2.05 7.704 5.233 9.922 2.27 1.636 14.201 4.271 19.61 5.39 2.977 0.599 5.47 2.084 7.423 4.454-0.808-3.099-1.457-5.395-2.5-8.203-1.014-2.468-3.701-5.168-6.484-5.313-5.169-0.186-11.859-0.626-16.72-2.735-2.509-1.048-4.011-2.464-5.625-4.453z" transform="matrix(-.99523 0 0 1 620.24 .22098)"/> | |
</g> | |
<g id="zid_381" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff"> | |
<path id="zid_382" d="m370.55 157.24c0.543-2.172-0.149-2.871 0.444-6.272-3.26 4.372-2.034 6.444-0.444 6.272z" transform="translate(7.9109 17.254)"/> | |
<path id="zid_383" d="m368.43 157.47c2.159 0.602 7.773-4.318 7.937-7.989-1.518 2.638-9.101 5.484-7.937 7.989z" transform="translate(10.39 17.563)"/> | |
<path id="zid_384" d="m370.95 156.62c1.477-0.807 1.06-4.224-0.279-5.377-0.274 3.335-2.288 5.296 0.279 5.377z" transform="translate(4.3404 21.656)"/> | |
<path id="zid_385" d="m369.11 156.76c2.611 0.819 5.564-3.912 7.718-5.967-2.455 2.116-9.879 3.132-7.718 5.967z" transform="translate(7.7044 22.448)"/> | |
<path id="zid_386" d="m371.46 157.09c1.828-1.198 0.122-3.561-0.006-8.229-1.836 3.374-2.21 7.991 0.006 8.229z" transform="translate(1.7623 24.468)"/> | |
<g id="zid_387"> | |
<path id="zid_388" d="m368.68 156.56c0.932 1.249 7.83-3.053 9.554-6.241-5.892 4.382-11.09 3.797-9.554 6.241z" transform="translate(4.8919 26.198)"/> | |
<path id="zid_389" d="m371.89 155.65c1.693-1.234-1.457-4.479-2.111-8.835 0.039 5.306-0.688 9.34 2.111 8.835z" transform="translate(.99281 31.002)"/> | |
<path id="zid_390" d="m369.17 155.47c0.849 1.365 6.112-2.248 8.381-6.181-3.489 3.055-9.356 3.873-8.381 6.181z" transform="translate(5.5532 29.718)"/> | |
<path id="zid_391" d="m371.66 157.32c1.907-0.338 1.645-5.161 0.19-9.088-1.641 4.742-2.367 9.554-0.19 9.088z" transform="translate(-2.3153 33.812)"/> | |
<path id="zid_392" d="m369.34 155.97c0.658 0.78 8.416-4.656 8.304-6.866-2.455 3.522-10.66 4.226-8.304 6.866z" transform="translate(4.7853 32.533)"/> | |
<path id="zid_393" d="m370.95 156.43c2.631-1.079 1.394-5.339 1.912-9.93-2.071 4.486-4.517 8.989-1.912 9.93z" transform="translate(-5.8286 39.206)"/> | |
<path id="zid_394" d="m368.39 155.47c0.419 1.443 6.737-1.233 9.787-5.635-3.684 2.86-10.839 3.249-9.787 5.635z" transform="translate(1.6547 36.48)"/> | |
<path id="zid_395" d="m369.07 156.36c1.361 2.264 9.197-1.882 10.335-5.772-2.533 3.366-11.285 2.858-10.335 5.772z" transform="translate(-3.1054 39.955)"/> | |
<path id="zid_396" d="m361.57 154.61c1.439 0.155 4.783-2.585 5.725-4.014-2.689 1.334-6.324 3.171-5.725 4.014z" transform="translate(7.9884 43.47)"/> | |
</g> | |
</g> | |
<g id="zid_397" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff"> | |
<path id="zid_398" d="m369.98 156.85c1.712 0.248 3.951-2.895 2.456-6.08-0.743 3.179-5.726 5.492-2.456 6.08z" transform="translate(-12.222 24.39)"/> | |
<path id="zid_399" d="m369.11 156.76c1.322 0.741 4.666-2.818 4.241-5.147-1.869 2.976-5.621 3.835-4.241 5.147z" transform="translate(-7.6863 22.604)"/> | |
<path id="zid_400" d="m368.72 156.91c1.284 1.249 7.596-5.163 9.476-8.077-5.462 4.655-11.051 5.828-9.476 8.077z" transform="translate(-11.202 27.682)"/> | |
<path id="zid_401" d="m369.05 155.59c1.005 1.521 5.213-3.068 7.873-6.884-3.372 3.328-9.083 4.85-7.873 6.884z" transform="translate(-13.041 32.843)"/> | |
<path id="zid_402" d="m371.93 155.65c1.029-2.718-0.676-3.151-1.447-6.53-1.523 1.868-1.352 7.035 1.447 6.53z" transform="translate(-15.492 29.127)"/> | |
<path id="zid_403" d="m371.89 155.65c2.045-0.57-1.262-4.049-1.955-6.53-0.312 4.564-0.258 6.84 1.955 6.53z" transform="translate(-17.132 32.877)"/> | |
<path id="zid_404" d="m371.69 155.57c1.888-0.687-1.067-2.409-1.369-6.218-0.938 1.4-1.43 6.723 1.369 6.218z" transform="translate(-18.929 36.236)"/> | |
<path id="zid_405" d="m371.38 156.97c1.203-0.651 0.708-3.756-1.139-4.166-0.43 2.436-0.374 4.202 1.139 4.166z" transform="translate(-21.441 35.64)"/> | |
</g> | |
<g id="zid_406" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_407" d="m369.98 156.85c1.712 0.248 3.951-2.895 2.456-6.08-0.743 3.179-5.726 5.492-2.456 6.08z" transform="translate(-12.222 24.39)"/> | |
<path id="zid_408" d="m369.11 156.76c1.322 0.741 4.666-2.818 4.241-5.147-1.869 2.976-5.621 3.835-4.241 5.147z" transform="translate(-7.6863 22.604)"/> | |
<path id="zid_409" d="m368.72 156.91c1.284 1.249 7.596-5.163 9.476-8.077-5.462 4.655-11.051 5.828-9.476 8.077z" transform="translate(-11.202 27.682)"/> | |
<path id="zid_410" d="m369.05 155.59c1.005 1.521 5.213-3.068 7.873-6.884-3.372 3.328-9.083 4.85-7.873 6.884z" transform="translate(-13.041 32.843)"/> | |
<path id="zid_411" d="m371.93 155.65c1.029-2.718-0.676-3.151-1.447-6.53-1.523 1.868-1.352 7.035 1.447 6.53z" transform="translate(-15.492 29.127)"/> | |
<path id="zid_412" d="m371.89 155.65c2.045-0.57-1.262-4.049-1.955-6.53-0.312 4.564-0.258 6.84 1.955 6.53z" transform="translate(-17.132 32.877)"/> | |
<path id="zid_413" d="m371.69 155.57c1.888-0.687-1.067-2.409-1.369-6.218-0.938 1.4-1.43 6.723 1.369 6.218z" transform="translate(-18.929 36.236)"/> | |
<path id="zid_414" d="m371.38 156.97c1.203-0.651 0.708-3.756-1.139-4.166-0.43 2.436-0.374 4.202 1.139 4.166z" transform="translate(-21.441 35.64)"/> | |
</g> | |
<g id="zid_415" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_416" d="m370.55 157.24c0.543-2.172-0.149-2.871 0.444-6.272-3.26 4.372-2.034 6.444-0.444 6.272z" transform="translate(7.9109 17.254)"/> | |
<path id="zid_417" d="m368.43 157.47c2.159 0.602 7.773-4.318 7.937-7.989-1.518 2.638-9.101 5.484-7.937 7.989z" transform="translate(10.39 17.563)"/> | |
<path id="zid_418" d="m370.95 156.62c1.477-0.807 1.06-4.224-0.279-5.377-0.274 3.335-2.288 5.296 0.279 5.377z" transform="translate(4.3404 21.656)"/> | |
<path id="zid_419" d="m369.11 156.76c2.611 0.819 5.564-3.912 7.718-5.967-2.455 2.116-9.879 3.132-7.718 5.967z" transform="translate(7.7044 22.448)"/> | |
<path id="zid_420" d="m371.46 157.09c1.828-1.198 0.122-3.561-0.006-8.229-1.836 3.374-2.21 7.991 0.006 8.229z" transform="translate(1.7623 24.468)"/> | |
<g id="zid_421"> | |
<path id="zid_422" d="m368.68 156.56c0.932 1.249 7.83-3.053 9.554-6.241-5.892 4.382-11.09 3.797-9.554 6.241z" transform="translate(4.8919 26.198)"/> | |
<path id="zid_423" d="m371.89 155.65c1.693-1.234-1.457-4.479-2.111-8.835 0.039 5.306-0.688 9.34 2.111 8.835z" transform="translate(.99281 31.002)"/> | |
<path id="zid_424" d="m369.17 155.47c0.849 1.365 6.112-2.248 8.381-6.181-3.489 3.055-9.356 3.873-8.381 6.181z" transform="translate(5.5532 29.718)"/> | |
<path id="zid_425" d="m371.66 157.32c1.907-0.338 1.645-5.161 0.19-9.088-1.641 4.742-2.367 9.554-0.19 9.088z" transform="translate(-2.3153 33.812)"/> | |
<path id="zid_426" d="m369.34 155.97c0.658 0.78 8.416-4.656 8.304-6.866-2.455 3.522-10.66 4.226-8.304 6.866z" transform="translate(4.7853 32.533)"/> | |
<path id="zid_427" d="m370.95 156.43c2.631-1.079 1.394-5.339 1.912-9.93-2.071 4.486-4.517 8.989-1.912 9.93z" transform="translate(-5.8286 39.206)"/> | |
<path id="zid_428" d="m368.39 155.47c0.419 1.443 6.737-1.233 9.787-5.635-3.684 2.86-10.839 3.249-9.787 5.635z" transform="translate(1.6547 36.48)"/> | |
<path id="zid_429" d="m369.07 156.36c1.361 2.264 9.197-1.882 10.335-5.772-2.533 3.366-11.285 2.858-10.335 5.772z" transform="translate(-3.1054 39.955)"/> | |
<path id="zid_430" d="m361.57 154.61c1.439 0.155 4.783-2.585 5.725-4.014-2.689 1.334-6.324 3.171-5.725 4.014z" transform="translate(7.9884 43.47)"/> | |
</g> | |
</g> | |
<g id="zid_431" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_432" d="m235.83 159.52c-0.377-0.307-0.876-0.76-0.704 0.176 1.409 7.41 1.855 9.483 8.349 12.044 6.602 2.508 8.968 1.631 14.589 1.533 3.034-0.111 6.567 1.404 8.671 3.618 0.98 1.03 1.687 1.441 1.294 0.128-0.394-1.312-0.777-3.015-1.396-4.379-1.348-3.002-4.834-5.866-8.321-7.011-4.879-1.717-10.139-0.854-15.164-2.164-2.621-0.724-5.138-2.183-7.318-3.945z" transform="matrix(-.87627 -.47410 -.47184 .88047 655.69 169.53)" stroke="#000" stroke-width=".50120"/> | |
<path id="zid_433" d="m235.83 159.52c-0.377-0.307-0.876-0.76-0.704 0.176 1.409 7.41 1.855 9.483 8.349 12.044 6.602 2.508 8.968 1.631 14.589 1.533 3.034-0.111 6.567 1.404 8.671 3.618 0.98 1.03 1.687 1.441 1.294 0.128-0.394-1.312-0.777-3.015-1.396-4.379-1.348-3.002-4.834-5.866-8.321-7.011-4.879-1.717-10.139-0.854-15.164-2.164-2.621-0.724-5.138-2.183-7.318-3.945z" transform="matrix(-.87627 -.47410 -.47184 .88047 655.69 169.53)"/> | |
</g> | |
<g id="zid_434" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_435" d="m287.66 208.42c0.884 0.11 1.444 1.822 1.879 0.663 0.738-1.877 0.221-3.37-0.608-3.205-0.979 0.261-2.635 2.456-1.271 2.542z" transform="matrix(-.98830 0 0 1 618.22 .055237)" stroke="#000" stroke-width=".50295"/> | |
<path id="zid_436" d="m287.66 208.42c0.884 0.11 1.444 1.822 1.879 0.663 0.738-1.877 0.221-3.37-0.608-3.205-0.979 0.261-2.635 2.456-1.271 2.542z" transform="matrix(-.98830 0 0 1 618.22 .055237)"/> | |
</g> | |
<g id="zid_437" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff"> | |
<path id="zid_438" d="m369.07 156.68c1.688 1.918 3.817-0.083 5.178-1.663-2.116-0.851-4.775-1.09-5.178 1.663z" transform="matrix(.82834 -.56023 .56023 .82834 -50.002 277.82)"/> | |
<path id="zid_439" d="m369.88 155.77c0.653 1.911 5.234-0.649 5.86-3.498-3.194 2.378-6.81 0.584-5.86 3.498z" transform="matrix(.99375 .11161 -.11161 .99375 -7.6867 7.2933)"/> | |
<path id="zid_440" d="m369.35 155.59c0.743 2.113 3.186-0.632 6.119-2.388-3.037 0.256-6.895 0.359-6.119 2.388z" transform="matrix(.48134 -.87653 .87653 .48134 26.604 452.13)"/> | |
<path id="zid_441" d="m369.72 156.65c1.037 2.192 4.134-1.586 6.415-3.811-2.863 0.884-7.437 1.73-6.415 3.811z" transform="matrix(.53651 -.84390 .84390 .53651 7.4196 434.51)"/> | |
<path id="zid_442" d="m369.99 156.72c1.361 2.264 4.656-2.483 6.614-5.157-3.228 2.134-8.079 2.995-6.614 5.157z" transform="matrix(.90884 .41716 -.41716 .90884 68.522 -90.128)"/> | |
<path id="zid_443" d="m369.99 156.72c1.361 2.264 4.656-2.483 6.614-5.157-3.228 2.134-8.079 2.995-6.614 5.157z" transform="matrix(.90884 .41716 -.41716 .90884 65.787 -86.456)"/> | |
<path id="zid_444" d="m370.24 156.74c1.172 1.967 4.482-2.131 6.763-4.356-2.863 0.884-7.938 2.326-6.763 4.356z" transform="matrix(.53651 -.84390 .84390 .53651 4.4898 438.57)"/> | |
<path id="zid_445" d="m370.48 156.11c1.361 2.264 4.413-1.984 6.218-4.803-3.166 2.363-7.683 2.641-6.218 4.803z" transform="matrix(.90884 .41716 -.41716 .90884 61.842 -83.019)"/> | |
</g> | |
<g id="zid_446" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_447" d="m369.07 156.68c1.688 1.918 3.817-0.083 5.178-1.663-2.116-0.851-4.775-1.09-5.178 1.663z" transform="matrix(.82834 -.56023 .56023 .82834 -50.002 277.82)"/> | |
<path id="zid_448" d="m369.88 155.77c0.653 1.911 5.234-0.649 5.86-3.498-3.194 2.378-6.81 0.584-5.86 3.498z" transform="matrix(.99375 .11161 -.11161 .99375 -7.6867 7.2933)"/> | |
<path id="zid_449" d="m369.35 155.59c0.743 2.113 3.186-0.632 6.119-2.388-3.037 0.256-6.895 0.359-6.119 2.388z" transform="matrix(.48134 -.87653 .87653 .48134 26.604 452.13)"/> | |
<path id="zid_450" d="m369.72 156.65c1.037 2.192 4.134-1.586 6.415-3.811-2.863 0.884-7.437 1.73-6.415 3.811z" transform="matrix(.53651 -.84390 .84390 .53651 7.4196 434.51)"/> | |
<path id="zid_451" d="m369.99 156.72c1.361 2.264 4.656-2.483 6.614-5.157-3.228 2.134-8.079 2.995-6.614 5.157z" transform="matrix(.90884 .41716 -.41716 .90884 68.522 -90.128)"/> | |
<path id="zid_452" d="m369.99 156.72c1.361 2.264 4.656-2.483 6.614-5.157-3.228 2.134-8.079 2.995-6.614 5.157z" transform="matrix(.90884 .41716 -.41716 .90884 65.787 -86.456)"/> | |
<path id="zid_453" d="m370.24 156.74c1.172 1.967 4.482-2.131 6.763-4.356-2.863 0.884-7.938 2.326-6.763 4.356z" transform="matrix(.53651 -.84390 .84390 .53651 4.4898 438.57)"/> | |
<path id="zid_454" d="m370.48 156.11c1.361 2.264 4.413-1.984 6.218-4.803-3.166 2.363-7.683 2.641-6.218 4.803z" transform="matrix(.90884 .41716 -.41716 .90884 61.842 -83.019)"/> | |
</g> | |
<g id="zid_455" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff"> | |
<path id="zid_456" d="m369.07 156.68c1.361 2.263 6.384-1.648 9.124-3.663-3.939 1.217-10.074 0.749-9.124 3.663z" transform="translate(-10.066 52.329)"/> | |
<path id="zid_457" d="m369.28 156.37c1.361 2.264 8.564-2.689 9.028-4.913-3.08 2.902-10.243 2.972-9.028 4.913z" transform="matrix(.93771 .34742 -.34742 .93771 61.925 -63.565)"/> | |
<path id="zid_458" d="m369.02 156.34c0.734 1.246 6.626-1.513 9.316-3.687-3.171 1.645-10.727 1.777-9.316 3.687z" transform="matrix(.93771 .34742 -.34742 .93771 58.168 -61.466)"/> | |
<path id="zid_459" d="m369.07 156.36c0.474 1.218 7.802-0.699 9.444-3.567-4.491 2.466-11.007 0.797-9.444 3.567z" transform="matrix(.93771 .34742 -.34742 .93771 54.743 -59.808)"/> | |
<path id="zid_460" d="m369.61 155.58c0.357 1.803 7.914-1.407 10.013-3.154-4.247 1.211-10.571 0.511-10.013 3.154z" transform="matrix(.93771 .34742 -.34742 .93771 48.003 -58.041)"/> | |
<path id="zid_461" d="m369.84 156.21c0.943 2.325 8.486-2.48 11.315-4.831-4.94 1.877-12.584 2.587-11.315 4.831z" transform="matrix(.90337 -.42886 .42886 .90337 -60.675 232.1)"/> | |
<path id="zid_462" d="m370.05 156.48c1.361 2.264 5.479-1.701 8.171-4.767-3.344 2.159-9.121 1.853-8.171 4.767z" transform="matrix(.90337 -.42886 .42886 .90337 -55.593 230.66)"/> | |
<path id="zid_463" d="m369.77 156.44c1.361 2.264 4.556-1.577 6.334-4.083-2.48 1.705-7.284 1.169-6.334 4.083z" transform="matrix(.90337 -.42886 .42886 .90337 -51.063 229.12)"/> | |
<path id="zid_464" d="m369.35 155.59c1.361 2.264 5.597-0.218 6.735-4.108-2.533 3.366-7.685 1.194-6.735 4.108z" transform="matrix(.90337 -.42886 .42886 .90337 -46.201 227.13)"/> | |
<path id="zid_465" d="m369.18 156.24c1.084 2.76 12.483-2.413 14.394-5.864-3.662 3.095-15.455 2.674-14.394 5.864z" transform="translate(-23.348 64.439)"/> | |
</g> | |
<g id="zid_466" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_467" d="m369.07 156.68c1.361 2.263 6.384-1.648 9.124-3.663-3.939 1.217-10.074 0.749-9.124 3.663z" transform="translate(-10.066 52.329)"/> | |
<path id="zid_468" d="m369.28 156.37c1.361 2.264 8.564-2.689 9.028-4.913-3.08 2.902-10.243 2.972-9.028 4.913z" transform="matrix(.93771 .34742 -.34742 .93771 61.925 -63.565)"/> | |
<path id="zid_469" d="m369.02 156.34c0.734 1.246 6.626-1.513 9.316-3.687-3.171 1.645-10.727 1.777-9.316 3.687z" transform="matrix(.93771 .34742 -.34742 .93771 58.168 -61.466)"/> | |
<path id="zid_470" d="m369.07 156.36c0.474 1.218 7.802-0.699 9.444-3.567-4.491 2.466-11.007 0.797-9.444 3.567z" transform="matrix(.93771 .34742 -.34742 .93771 54.743 -59.808)"/> | |
<path id="zid_471" d="m369.61 155.58c0.357 1.803 7.914-1.407 10.013-3.154-4.247 1.211-10.571 0.511-10.013 3.154z" transform="matrix(.93771 .34742 -.34742 .93771 48.003 -58.041)"/> | |
<path id="zid_472" d="m369.84 156.21c0.943 2.325 8.486-2.48 11.315-4.831-4.94 1.877-12.584 2.587-11.315 4.831z" transform="matrix(.90337 -.42886 .42886 .90337 -60.675 232.1)"/> | |
<path id="zid_473" d="m370.05 156.48c1.361 2.264 5.479-1.701 8.171-4.767-3.344 2.159-9.121 1.853-8.171 4.767z" transform="matrix(.90337 -.42886 .42886 .90337 -55.593 230.66)"/> | |
<path id="zid_474" d="m369.77 156.44c1.361 2.264 4.556-1.577 6.334-4.083-2.48 1.705-7.284 1.169-6.334 4.083z" transform="matrix(.90337 -.42886 .42886 .90337 -51.063 229.12)"/> | |
<path id="zid_475" d="m369.35 155.59c1.361 2.264 5.597-0.218 6.735-4.108-2.533 3.366-7.685 1.194-6.735 4.108z" transform="matrix(.90337 -.42886 .42886 .90337 -46.201 227.13)"/> | |
<path id="zid_476" d="m369.18 156.24c1.084 2.76 12.483-2.413 14.394-5.864-3.662 3.095-15.455 2.674-14.394 5.864z" transform="translate(-23.348 64.439)"/> | |
</g> | |
<g id="zid_477" fill-rule="evenodd" fill="#fff" transform="translate(0,199.5)"> | |
<path id="zid_478" d="m366.62 143.7c0.368-3.589-2.381-10.115-0.43-13.594 0.266-0.478-0.584-1.747-1.133-0.977-0.858 1.229-1.74 4.731-2.109 3.438-0.391-1.406-0.451-3.893-1.719-4.376-0.809-0.283-1.953-0.468-1.641 0.782 0.31 1.202 1.004 2.862 0.235 2.969-0.446 0.065-1.731-1.636-2.813-2.422-0.872-0.701-2.173 0.396-0.898 1.445 4.144 3.379 8.159 4.9 10.508 12.735z" transform="matrix(-.98188 0 0 1 614.94 .23438)" stroke="#000" stroke-width=".5"/> | |
<path id="zid_479" d="m366.62 143.7c0.368-3.589-2.381-10.115-0.43-13.594 0.266-0.478-0.584-1.747-1.133-0.977-0.858 1.229-1.74 4.731-2.109 3.438-0.391-1.406-0.451-3.893-1.719-4.376-0.809-0.283-1.953-0.468-1.641 0.782 0.31 1.202 1.004 2.862 0.235 2.969-0.446 0.065-1.731-1.636-2.813-2.422-0.872-0.701-2.173 0.396-0.898 1.445 4.144 3.379 8.159 4.9 10.508 12.735z" transform="matrix(-.98188 0 0 1 614.94 .23438)" stroke-width="1pt"/> | |
</g> | |
<g id="zid_480" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_481" d="m235.83 159.52c-0.377-0.307-0.876-0.76-0.704 0.176 1.409 7.41 1.855 9.483 8.349 12.044 6.602 2.508 8.968 1.631 14.589 1.533 3.034-0.111 6.567 1.404 8.671 3.618 0.98 1.03 1.687 1.441 1.294 0.128-0.394-1.312-0.777-3.015-1.396-4.379-1.348-3.002-4.834-5.866-8.321-7.011-4.879-1.717-10.139-0.854-15.164-2.164-2.621-0.724-5.138-2.183-7.318-3.945z" transform="matrix(.88047 -.47410 .47410 .88047 -35.615 169.31)" stroke="#000" stroke-width=".5"/> | |
<path id="zid_482" d="m235.83 159.52c-0.377-0.307-0.876-0.76-0.704 0.176 1.409 7.41 1.855 9.483 8.349 12.044 6.602 2.508 8.968 1.631 14.589 1.533 3.034-0.111 6.567 1.404 8.671 3.618 0.98 1.03 1.687 1.441 1.294 0.128-0.394-1.312-0.777-3.015-1.396-4.379-1.348-3.002-4.834-5.866-8.321-7.011-4.879-1.717-10.139-0.854-15.164-2.164-2.621-0.724-5.138-2.183-7.318-3.945z" transform="matrix(.88047 -.47410 .47410 .88047 -35.615 169.31)"/> | |
</g> | |
<g id="zid_483" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_484" d="m287.66 208.42c0.884 0.11 1.444 1.822 1.879 0.663 0.738-1.877 0.221-3.37-0.608-3.205-0.979 0.261-2.635 2.456-1.271 2.542z" stroke="#000" stroke-width=".5"/> | |
<path id="zid_485" d="m287.66 208.42c0.884 0.11 1.444 1.822 1.879 0.663 0.738-1.877 0.221-3.37-0.608-3.205-0.979 0.261-2.635 2.456-1.271 2.542z"/> | |
</g> | |
<g id="zid_486" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff"> | |
<path id="zid_487" d="m249.9 157.09c1.728 1.711 4.718-3.155 3.941-6.49-1.033 3.678-5.223 5.02-3.941 6.49z" transform="matrix(0.849 -.52839 .52839 0.849 -9.4802 208.69)"/> | |
<path id="zid_488" d="m250.19 157.5c-2.085 1.745-3.69-5.558-3.041-8.224 1.03 4.254 4.665 6.769 3.041 8.224z" transform="matrix(.59662 -.80252 .80252 .59662 9.1043 316.78)"/> | |
<path id="zid_489" d="m250.18 157.07c-2.021 1.7-3.633-4.676-2.984-7.342 1.233 4.066 4.608 5.887 2.984 7.342z" transform="matrix(.57031 -.82143 .82143 .57031 10.079 322.01)"/> | |
<path id="zid_490" d="m250.12 156.81c1.728 1.711 4.523-3.507 3.639-6.448-1.144 3.931-4.921 4.978-3.639 6.448z" transform="matrix(0.849 -.52839 .52839 0.849 -12.293 205.49)"/> | |
<path id="zid_491" d="m250.52 157.06c1.728 1.711 3.26-3.326 2.841-5.979-1.717 3.299-4.068 4.865-2.841 5.979z" transform="matrix(0.849 -.52839 .52839 0.849 -15.262 201.89)"/> | |
<path id="zid_492" d="m250.37 157.56c-2.085 1.745-3.109-3.375-2.065-6.363 1.21 4.034 3.689 4.908 2.065 6.363z" transform="matrix(.57031 -.82143 .82143 .57031 6.9544 318.65)"/> | |
<path id="zid_493" d="m250.33 156.62c1.52 1.162 3.868-1.273 2.834-4.049-1.623 0.795-4.329 2.684-2.834 4.049z" transform="matrix(.29048 -.95688 .95688 .29048 55.276 394.83)"/> | |
<path id="zid_494" d="m250.98 156.86c-2.085 1.745-5.07-4.533-4.027-7.978 1.914 3.937 5.651 6.523 4.027 7.978z" transform="matrix(.59662 -.80252 .80252 .59662 13.91 320.87)"/> | |
</g> | |
<g id="zid_495" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<g id="zid_496" stroke="#000" stroke-width=".5"> | |
<path id="zid_497" d="m244.38 141.09c-1.017-1.062-0.723-1.468 0.781-1.485 1.193-0.075 3.557 0.731 4.454 0.078 0.822-0.597 0.495-3.129 0.86-4.297 0.159-0.651 0.615-1.673 1.64-0.078 3.032 4.859 6.819 10.692 8.438 16.407 0.885 3.203 0.052 8.203-2.891 11.563 0.104-2.865-0.964-4.792-2.266-7.188-1.608-3.149-7.581-11.678-11.016-15z"/> | |
<path id="zid_498" d="m256.88 166.64c3.334 0.016 3.907-4.453 3.907-5.703-1.641 0.312-4.532 3.047-3.907 5.703z"/> | |
</g> | |
<g id="zid_499"> | |
<path id="zid_500" d="m244.38 141.09c-1.017-1.062-0.723-1.468 0.781-1.485 1.193-0.075 3.557 0.731 4.454 0.078 0.822-0.597 0.495-3.129 0.86-4.297 0.159-0.651 0.615-1.673 1.64-0.078 3.032 4.859 6.819 10.692 8.438 16.407 0.885 3.203 0.052 8.203-2.891 11.563 0.104-2.865-0.964-4.792-2.266-7.188-1.608-3.149-7.581-11.678-11.016-15z"/> | |
<path id="zid_501" d="m256.88 166.64c3.334 0.016 3.907-4.453 3.907-5.703-1.641 0.312-4.532 3.047-3.907 5.703z"/> | |
</g> | |
</g> | |
<g id="zid_502" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_503" d="m249.9 157.09c1.728 1.711 4.718-3.155 3.941-6.49-1.033 3.678-5.223 5.02-3.941 6.49z" transform="matrix(0.849 -.52839 .52839 0.849 -9.4802 208.69)"/> | |
<path id="zid_504" d="m250.19 157.5c-2.085 1.745-3.69-5.558-3.041-8.224 1.03 4.254 4.665 6.769 3.041 8.224z" transform="matrix(.59662 -.80252 .80252 .59662 9.1043 316.78)"/> | |
<path id="zid_505" d="m250.18 157.07c-2.021 1.7-3.633-4.676-2.984-7.342 1.233 4.066 4.608 5.887 2.984 7.342z" transform="matrix(.57031 -.82143 .82143 .57031 10.079 322.01)"/> | |
<path id="zid_506" d="m250.12 156.81c1.728 1.711 4.523-3.507 3.639-6.448-1.144 3.931-4.921 4.978-3.639 6.448z" transform="matrix(0.849 -.52839 .52839 0.849 -12.293 205.49)"/> | |
<path id="zid_507" d="m250.52 157.06c1.728 1.711 3.26-3.326 2.841-5.979-1.717 3.299-4.068 4.865-2.841 5.979z" transform="matrix(0.849 -.52839 .52839 0.849 -15.262 201.89)"/> | |
<path id="zid_508" d="m250.37 157.56c-2.085 1.745-3.109-3.375-2.065-6.363 1.21 4.034 3.689 4.908 2.065 6.363z" transform="matrix(.57031 -.82143 .82143 .57031 6.9544 318.65)"/> | |
<path id="zid_509" d="m250.33 156.62c1.52 1.162 3.868-1.273 2.834-4.049-1.623 0.795-4.329 2.684-2.834 4.049z" transform="matrix(.29048 -.95688 .95688 .29048 55.276 394.83)"/> | |
<path id="zid_510" d="m250.98 156.86c-2.085 1.745-5.07-4.533-4.027-7.978 1.914 3.937 5.651 6.523 4.027 7.978z" transform="matrix(.59662 -.80252 .80252 .59662 13.91 320.87)"/> | |
</g> | |
<g id="zid_511" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff"> | |
<path id="zid_512" d="m250.86 158.12c-2.085 1.745-3.885-6.069-2.841-9.057 1.21 4.034 4.465 7.602 2.841 9.057z" transform="matrix(.57031 -.82143 .82143 .57031 -10.503 324.07)"/> | |
<path id="zid_513" d="m250.38 156.93c1.52 1.162 3.351-2.708 3.264-5.322-1.623 0.795-4.759 3.957-3.264 5.322z" transform="matrix(.29048 -.95688 .95688 .29048 44.117 403.34)"/> | |
<path id="zid_514" d="m250.88 157.68c-1.905 1.525-5.456-5.931-4.824-8.965 2.958 6.483 6.406 7.587 4.824 8.965z" transform="matrix(.57031 -.82143 .82143 .57031 -5.1125 327.37)"/> | |
<path id="zid_515" d="m250.19 157.5c-1.851 1.583-3.841-6.002-3.478-9.025 1.462 4.19 4.77 7.93 3.478 9.025z" transform="matrix(.32122 -0.947 0.947 .32122 41.784 399.18)"/> | |
<path id="zid_516" d="m250.38 157.68c-1.641 1.471-3.924-5.396-3.996-9.096 1.537 4.412 5.62 7.641 3.996 9.096z" transform="matrix(.32122 -0.947 0.947 .32122 45.209 400.95)"/> | |
<path id="zid_517" d="m250.19 157.5c-2.085 1.745-3.875-5.679-3.226-8.345 1.497 4.196 4.85 6.89 3.226 8.345z" transform="matrix(.20456 -.97885 .97885 .20456 74.876 428.26)"/> | |
<path id="zid_518" d="m249.96 156.68c-2.641 1.126-1.795-3.311-3.205-6.705 2.557 3.211 5.062 5.525 3.205 6.705z" transform="matrix(.98729 -.15894 .15894 .98729 -.40534 96.513)"/> | |
<path id="zid_519" d="m250.18 157.07c-2.298 1.458-2.921-4.918-4.199-8.645 2.433 3.744 6.293 7.464 4.199 8.645z" transform="matrix(.98729 -.15894 .15894 .98729 3.6274 97.783)"/> | |
<path id="zid_520" d="m250.41 157.35c-2.021 1.7-5.694-6.867-6.833-11.206 2.219 3.592 8.457 9.751 6.833 11.206z" transform="matrix(.98729 -.15894 .15894 .98729 9.0413 99.275)"/> | |
</g> | |
<g id="zid_521" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_522" d="m250.86 158.12c-2.085 1.745-3.885-6.069-2.841-9.057 1.21 4.034 4.465 7.602 2.841 9.057z" transform="matrix(.57031 -.82143 .82143 .57031 -10.503 324.07)"/> | |
<path id="zid_523" d="m250.38 156.93c1.52 1.162 3.351-2.708 3.264-5.322-1.623 0.795-4.759 3.957-3.264 5.322z" transform="matrix(.29048 -.95688 .95688 .29048 44.117 403.34)"/> | |
<path id="zid_524" d="m250.88 157.68c-1.905 1.525-5.456-5.931-4.824-8.965 2.958 6.483 6.406 7.587 4.824 8.965z" transform="matrix(.57031 -.82143 .82143 .57031 -5.1125 327.37)"/> | |
<path id="zid_525" d="m250.19 157.5c-1.851 1.583-3.841-6.002-3.478-9.025 1.462 4.19 4.77 7.93 3.478 9.025z" transform="matrix(.32122 -0.947 0.947 .32122 41.784 399.18)"/> | |
<path id="zid_526" d="m250.38 157.68c-1.641 1.471-3.924-5.396-3.996-9.096 1.537 4.412 5.62 7.641 3.996 9.096z" transform="matrix(.32122 -0.947 0.947 .32122 45.209 400.95)"/> | |
<path id="zid_527" d="m250.19 157.5c-2.085 1.745-3.875-5.679-3.226-8.345 1.497 4.196 4.85 6.89 3.226 8.345z" transform="matrix(.20456 -.97885 .97885 .20456 74.876 428.26)"/> | |
<path id="zid_528" d="m249.96 156.68c-2.641 1.126-1.795-3.311-3.205-6.705 2.557 3.211 5.062 5.525 3.205 6.705z" transform="matrix(.98729 -.15894 .15894 .98729 -.40534 96.513)"/> | |
<path id="zid_529" d="m250.18 157.07c-2.298 1.458-2.921-4.918-4.199-8.645 2.433 3.744 6.293 7.464 4.199 8.645z" transform="matrix(.98729 -.15894 .15894 .98729 3.6274 97.783)"/> | |
<path id="zid_530" d="m250.41 157.35c-2.021 1.7-5.694-6.867-6.833-11.206 2.219 3.592 8.457 9.751 6.833 11.206z" transform="matrix(.98729 -.15894 .15894 .98729 9.0413 99.275)"/> | |
</g> | |
<path id="zid_531" d="m276.43 420.33c-0.86048 3.0401-13.554-2.8657-14.971-5.9253 7.2632 3.8485 15.145 3.0436 14.971 5.9253z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<g id="zid_532" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_533" d="m235.63 159.06c-0.297-0.385-1.15 0.01-0.937 0.938 0.198 1.256 2.05 7.704 5.233 9.922 2.27 1.636 14.201 4.271 19.61 5.39 2.977 0.599 5.47 2.084 7.423 4.454-0.808-3.099-1.457-5.395-2.5-8.203-1.014-2.468-3.701-5.168-6.484-5.313-5.169-0.186-11.859-0.626-16.72-2.735-2.509-1.048-4.011-2.464-5.625-4.453z" stroke="#000" stroke-width=".5"/> | |
<path id="zid_534" d="m235.63 159.06c-0.297-0.385-1.15 0.01-0.937 0.938 0.198 1.256 2.05 7.704 5.233 9.922 2.27 1.636 14.201 4.271 19.61 5.39 2.977 0.599 5.47 2.084 7.423 4.454-0.808-3.099-1.457-5.395-2.5-8.203-1.014-2.468-3.701-5.168-6.484-5.313-5.169-0.186-11.859-0.626-16.72-2.735-2.509-1.048-4.011-2.464-5.625-4.453z"/> | |
</g> | |
<g id="zid_535" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff"> | |
<path id="zid_536" d="m250.53 156.52c1.172 1.65 4.227-1.871 3.541-6.402-1.294 3.717-4.678 3.992-3.541 6.402z" transform="matrix(.94971 -.31314 .31314 .94971 -21.681 114.37)"/> | |
<path id="zid_537" d="m250.32 156.17c1.924 1.363 3.843-2.203 3.432-5.697-0.838 3.332-5.085 4.105-3.432 5.697z" transform="matrix(.94971 -.31314 .31314 .94971 -19.806 118.59)"/> | |
<path id="zid_538" d="m250.33 156.62c1.728 1.711 3.772-1.857 3.223-5.188-1.033 3.678-4.505 3.718-3.223 5.188z" transform="matrix(.94971 -.31314 .31314 .94971 -18.244 121.33)"/> | |
<path id="zid_539" d="m250.32 157.35c-2.085 1.745-3.833-4.965-3.184-7.631 1.03 4.254 4.808 6.176 3.184 7.631z" transform="matrix(.85194 -.52363 .52363 .85194 -28.011 188.95)"/> | |
<path id="zid_540" d="m250.2 157.55c-2.185 1.683-4.069-7.266-3.58-10.717 1.03 4.254 5.128 9.536 3.58 10.717z" transform="matrix(.85194 -.52363 .52363 .85194 -30.277 184.77)"/> | |
<path id="zid_541" d="m250.32 157.35c-2.369 1.983-4.106-8.251-4.307-11.623 1.184 4.303 6.051 10.196 4.307 11.623z" transform="matrix(.85194 -.52363 .52363 .85194 -31.527 181.14)"/> | |
<path id="zid_542" d="m250.82 156.4c1.377 2.03 2.221-1.098 4.058-5.093-3.21 1.222-5.195 2.683-4.058 5.093z" transform="matrix(.39304 -.91952 .91952 .39304 21.518 350.38)"/> | |
<path id="zid_543" d="m251.34 156.64c1.45 0.511 1.093-1.551 2.704-4.982-1.901 0.408-4.048 4.274-2.704 4.982z" transform="matrix(.39304 -.91952 .91952 .39304 17.026 348.82)"/> | |
<path id="zid_544" d="m251.93 155.26c1.01 1.145 2.712-1.137 1.918-3.973-1.185 2.394-2.754 2.65-1.918 3.973z" transform="matrix(.94971 -.31314 .31314 .94971 -16.369 123.44)"/> | |
</g> | |
<g id="zid_545" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_546" d="m250.53 156.52c1.172 1.65 4.227-1.871 3.541-6.402-1.294 3.717-4.678 3.992-3.541 6.402z" transform="matrix(.94971 -.31314 .31314 .94971 -21.681 114.37)"/> | |
<path id="zid_547" d="m250.32 156.17c1.924 1.363 3.843-2.203 3.432-5.697-0.838 3.332-5.085 4.105-3.432 5.697z" transform="matrix(.94971 -.31314 .31314 .94971 -19.806 118.59)"/> | |
<path id="zid_548" d="m250.33 156.62c1.728 1.711 3.772-1.857 3.223-5.188-1.033 3.678-4.505 3.718-3.223 5.188z" transform="matrix(.94971 -.31314 .31314 .94971 -18.244 121.33)"/> | |
<path id="zid_549" d="m250.32 157.35c-2.085 1.745-3.833-4.965-3.184-7.631 1.03 4.254 4.808 6.176 3.184 7.631z" transform="matrix(.85194 -.52363 .52363 .85194 -28.011 188.95)"/> | |
<path id="zid_550" d="m250.2 157.55c-2.185 1.683-4.069-7.266-3.58-10.717 1.03 4.254 5.128 9.536 3.58 10.717z" transform="matrix(.85194 -.52363 .52363 .85194 -30.277 184.77)"/> | |
<path id="zid_551" d="m250.32 157.35c-2.369 1.983-4.106-8.251-4.307-11.623 1.184 4.303 6.051 10.196 4.307 11.623z" transform="matrix(.85194 -.52363 .52363 .85194 -31.527 181.14)"/> | |
<path id="zid_552" d="m250.82 156.4c1.377 2.03 2.221-1.098 4.058-5.093-3.21 1.222-5.195 2.683-4.058 5.093z" transform="matrix(.39304 -.91952 .91952 .39304 21.518 350.38)"/> | |
<path id="zid_553" d="m251.34 156.64c1.45 0.511 1.093-1.551 2.704-4.982-1.901 0.408-4.048 4.274-2.704 4.982z" transform="matrix(.39304 -.91952 .91952 .39304 17.026 348.82)"/> | |
<path id="zid_554" d="m251.93 155.26c1.01 1.145 2.712-1.137 1.918-3.973-1.185 2.394-2.754 2.65-1.918 3.973z" transform="matrix(.94971 -.31314 .31314 .94971 -16.369 123.44)"/> | |
</g> | |
<g id="zid_555" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff"> | |
<path id="zid_556" d="m250.84 158.3c-3.215 0.553-4.94-7.294-5.05-10.29 1.147 3.834 6.165 8.875 5.05 10.29z" transform="matrix(.93241 -.36139 .36139 .93241 -48.214 118.01)"/> | |
<path id="zid_557" d="m250.7 157.48c-2.064 1.041-4.923-5.067-5.648-7.882 1.618 3.053 7.29 5.54 5.648 7.882z" transform="matrix(.93241 -.36139 .36139 .93241 -45.401 122.62)"/> | |
<path id="zid_558" d="m250.66 157.78c-1.663 1.73-4.962-6.484-5.072-9.48 1.099 4.067 6.931 7.345 5.072 9.48z" transform="matrix(.85194 -.52363 .52363 .85194 -48.246 179.19)"/> | |
<path id="zid_559" d="m250.35 157.83c-2.04 1.224-4.229-6.261-3.983-9.313 1.396 4.478 5.839 8.003 3.983 9.313z" transform="matrix(.85194 -.52363 .52363 .85194 -49.105 181.53)"/> | |
<path id="zid_560" d="m251.31 157.15c2.336-1.256 1.88-2.356 1.566-5.653-1.666 2.73-3.097 3.567-1.566 5.653z" transform="matrix(.94971 -.31314 .31314 .94971 -44.025 104.06)"/> | |
<path id="zid_561" d="m251.1 157.04c3.098 1.175 1.246-3.677 1.562-7.135-0.934 3.752-2.965 6.283-1.562 7.135z" transform="matrix(.94971 -.31314 .31314 .94971 -41.369 107.73)"/> | |
<path id="zid_562" d="m250.97 156.67c2.341 0.226 2.729-3.064 2.29-7.348-0.983 4.148-3.943 5.756-2.29 7.348z" transform="matrix(.94971 -.31314 .31314 .94971 -39.025 111.25)"/> | |
<g id="zid_563"> | |
<path id="zid_564" d="m250.61 157.71c-2.085 1.745-4.517-6.761-4.218-9.23 1.36 4.09 5.727 7.888 4.218 9.23z" transform="matrix(.85194 -.52363 .52363 .85194 -48.48 184.74)"/> | |
<path id="zid_565" d="m250.87 157.73c-2.185 1.685-5.272-6.352-5.564-9.873 1.813 4.919 7.334 7.959 5.564 9.873z" transform="matrix(.85194 -.52363 .52363 .85194 -44.808 188.88)"/> | |
<path id="zid_566" d="m251.18 157.37c-2.816 2.488-5.904-6.145-6.25-9.653 2.057 5.343 8.086 7.779 6.25 9.653z" transform="matrix(.85194 -.52363 .52363 .85194 -40.902 193.41)"/> | |
<path id="zid_567" d="m250.66 156.36c1.53 1.563 4.001-3.426 4.179-7.465-1.316 4.038-6.018 5.812-4.179 7.465z" transform="matrix(.94971 -.31314 .31314 .94971 -38.244 116.72)"/> | |
<path id="zid_568" d="m250.88 157.58c1.999 1.389 3.157-4.485 2.47-8.769-1.441 3.545-4.212 6.449-2.47 8.769z" transform="matrix(.94971 -.31314 .31314 .94971 -35.509 120)"/> | |
<path id="zid_569" d="m251.41 156.98c2.43 0.955 2.367-4.582 1.25-8.061-0.86 3.777-3.185 6.952-1.25 8.061z" transform="matrix(.94971 -.31314 .31314 .94971 -31.681 124.84)"/> | |
<path id="zid_570" d="m247.98 153.48c-1.363 0.721-1.71-2.375-3.453-5.55 2.024 2.113 4.394 4.684 3.453 5.55z" transform="matrix(.85194 -.52363 .52363 .85194 -39.964 196.53)"/> | |
</g> | |
</g> | |
<g id="zid_571" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_572" d="m250.84 158.3c-3.215 0.553-4.94-7.294-5.05-10.29 1.147 3.834 6.165 8.875 5.05 10.29z" transform="matrix(.93241 -.36139 .36139 .93241 -48.214 118.01)"/> | |
<path id="zid_573" d="m250.7 157.48c-2.064 1.041-4.923-5.067-5.648-7.882 1.618 3.053 7.29 5.54 5.648 7.882z" transform="matrix(.93241 -.36139 .36139 .93241 -45.401 122.62)"/> | |
<path id="zid_574" d="m250.66 157.78c-1.663 1.73-4.962-6.484-5.072-9.48 1.099 4.067 6.931 7.345 5.072 9.48z" transform="matrix(.85194 -.52363 .52363 .85194 -48.246 179.19)"/> | |
<path id="zid_575" d="m250.35 157.83c-2.04 1.224-4.229-6.261-3.983-9.313 1.396 4.478 5.839 8.003 3.983 9.313z" transform="matrix(.85194 -.52363 .52363 .85194 -49.105 181.53)"/> | |
<path id="zid_576" d="m251.31 157.15c2.336-1.256 1.88-2.356 1.566-5.653-1.666 2.73-3.097 3.567-1.566 5.653z" transform="matrix(.94971 -.31314 .31314 .94971 -44.025 104.06)"/> | |
<path id="zid_577" d="m251.1 157.04c3.098 1.175 1.246-3.677 1.562-7.135-0.934 3.752-2.965 6.283-1.562 7.135z" transform="matrix(.94971 -.31314 .31314 .94971 -41.369 107.73)"/> | |
<path id="zid_578" d="m250.97 156.67c2.341 0.226 2.729-3.064 2.29-7.348-0.983 4.148-3.943 5.756-2.29 7.348z" transform="matrix(.94971 -.31314 .31314 .94971 -39.025 111.25)"/> | |
<g id="zid_579"> | |
<path id="zid_580" d="m250.61 157.71c-2.085 1.745-4.517-6.761-4.218-9.23 1.36 4.09 5.727 7.888 4.218 9.23z" transform="matrix(.85194 -.52363 .52363 .85194 -48.48 184.74)"/> | |
<path id="zid_581" d="m250.87 157.73c-2.185 1.685-5.272-6.352-5.564-9.873 1.813 4.919 7.334 7.959 5.564 9.873z" transform="matrix(.85194 -.52363 .52363 .85194 -44.808 188.88)"/> | |
<path id="zid_582" d="m251.18 157.37c-2.816 2.488-5.904-6.145-6.25-9.653 2.057 5.343 8.086 7.779 6.25 9.653z" transform="matrix(.85194 -.52363 .52363 .85194 -40.902 193.41)"/> | |
<path id="zid_583" d="m250.66 156.36c1.53 1.563 4.001-3.426 4.179-7.465-1.316 4.038-6.018 5.812-4.179 7.465z" transform="matrix(.94971 -.31314 .31314 .94971 -38.244 116.72)"/> | |
<path id="zid_584" d="m250.88 157.58c1.999 1.389 3.157-4.485 2.47-8.769-1.441 3.545-4.212 6.449-2.47 8.769z" transform="matrix(.94971 -.31314 .31314 .94971 -35.509 120)"/> | |
<path id="zid_585" d="m251.41 156.98c2.43 0.955 2.367-4.582 1.25-8.061-0.86 3.777-3.185 6.952-1.25 8.061z" transform="matrix(.94971 -.31314 .31314 .94971 -31.681 124.84)"/> | |
<path id="zid_586" d="m247.98 153.48c-1.363 0.721-1.71-2.375-3.453-5.55 2.024 2.113 4.394 4.684 3.453 5.55z" transform="matrix(.85194 -.52363 .52363 .85194 -39.964 196.53)"/> | |
</g> | |
</g> | |
<g id="zid_587" stroke-linejoin="round" fill-rule="evenodd" transform="translate(-.11049 199.5)" stroke="#000" stroke-width=".5" fill="#fff"> | |
<path id="zid_588" d="m250.28 153.28c2.433-1.8 0.577-5.167 0-8.369-0.783 3.037-2.844 7.022 0 8.369z"/> | |
<path id="zid_589" d="m250.2 157.78c-3.655-0.439-3.105-5.166-3.215-8.162 1.099 4.067 4.095 4.754 3.215 8.162z"/> | |
<path id="zid_590" d="m250.78 157.16c3.092-0.179 2.928-3.697 3.093-7.256-1.567 3.271-3.423 3.779-3.093 7.256z"/> | |
<path id="zid_591" d="m250.66 161.53c-2.405 0.192-3.655-2.171-4.205-5.854 2.281 3.394 4.356 2.336 4.205 5.854z"/> | |
<path id="zid_592" d="m251.52 161.24c3.092 0.398 2.598-3.202 2.474-5.855-0.948 2.529-3.463 3.326-2.474 5.855z"/> | |
<path id="zid_593" d="m246.7 159.72c0.247 2.35 1.732 6.39 4.123 5.483 0.989-2.886-2.103-3.463-4.123-5.483z"/> | |
<path id="zid_594" d="m251.56 165.45c-1.072-2.061 2.432-3.093 3.174-5.772 0.426 3.834 0.069 6.349-3.174 5.772z"/> | |
</g> | |
<g id="zid_595" fill-rule="evenodd" transform="translate(-.11049 199.5)" fill="#fff"> | |
<path id="zid_596" d="m250.28 153.28c2.433-1.8 0.577-5.167 0-8.369-0.783 3.037-2.844 7.022 0 8.369z"/> | |
<path id="zid_597" d="m250.2 157.78c-3.655-0.439-3.105-5.166-3.215-8.162 1.099 4.067 4.095 4.754 3.215 8.162z"/> | |
<path id="zid_598" d="m250.78 157.16c3.092-0.179 2.928-3.697 3.093-7.256-1.567 3.271-3.423 3.779-3.093 7.256z"/> | |
<path id="zid_599" d="m250.66 161.53c-2.405 0.192-3.655-2.171-4.205-5.854 2.281 3.394 4.356 2.336 4.205 5.854z"/> | |
<path id="zid_600" d="m251.52 161.24c3.092 0.398 2.598-3.202 2.474-5.855-0.948 2.529-3.463 3.326-2.474 5.855z"/> | |
<path id="zid_601" d="m246.7 159.72c0.247 2.35 1.732 6.39 4.123 5.483 0.989-2.886-2.103-3.463-4.123-5.483z"/> | |
<path id="zid_602" d="m251.56 165.45c-1.072-2.061 2.432-3.093 3.174-5.772 0.426 3.834 0.069 6.349-3.174 5.772z"/> | |
</g> | |
<g id="zid_603" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0 199.39)" stroke="#000" stroke-width=".5" fill="#fff"> | |
<path id="zid_604" d="m250.28 153.28c1.925-2.073 0.225-5.362-0.352-8.564-0.783 3.037-2.14 7.061 0.352 8.564z" transform="translate(-8.8046 -12.153)"/> | |
<path id="zid_605" d="m250.9 158.01c-3.381 0.343-4.199-6.533-4.543-9.49 1.099 4.067 4.993 5.926 4.543 9.49z" transform="translate(-9.4866 -13.021)"/> | |
<path id="zid_606" d="m250.86 157.08c2.389-1.234 1.834-3.892 2.585-5.889-1.606 2.451-3.071 2.802-2.585 5.889z" transform="translate(-8.7426 -12.153)"/> | |
<path id="zid_607" d="m251.06 158.17c-3.537 0.303-5.644-7.315-5.754-10.311 1.099 4.067 6.166 6.278 5.754 10.311z" transform="translate(-9.6106 -8.7426)"/> | |
<path id="zid_608" d="m250.74 157c3.326-0.765 2.928-2.916 2.429-6.397-1.059 3.506-2.915 2.763-2.429 6.397z" transform="translate(-8.6185 -7.6885)"/> | |
<path id="zid_609" d="m250.89 161.45c-3.889 0.66-3.616-5.492-6.704-9.955 2.671 3.315 7.48 7.492 6.704 9.955z" transform="translate(-9.4866 -7.6265)"/> | |
<path id="zid_610" d="m251.52 161.24c2.936 0.085 3.223-4.335 3.06-6.128-0.675 1.786-4.127 3.482-3.06 6.128z" transform="translate(-9.2386 -7.6265)"/> | |
<path id="zid_611" d="m244.63 155.97c1.458 4.733 3.529 9.476 6.076 9.116 1.223-2.691-2.416-3.034-6.076-9.116z" transform="translate(-9.3006 -6.8824)"/> | |
<path id="zid_612" d="m251.56 165.45c-1.072-2.061 2.432-3.093 3.174-5.772 0.426 3.834 0.069 6.349-3.174 5.772z" transform="translate(-9.2386 -7.9365)"/> | |
<path id="zid_613" d="m245.14 156.79c2.082 4.264 3.021 9.164 5.88 8.452 1.067-3.316-3.157-4.01-5.88-8.452z" transform="translate(-8.8046 -2.2942)"/> | |
<path id="zid_614" d="m251.48 165.49c-1.228-2.256 2.276-3.054 3.135-6.163 0.465 4.069 0.03 6.974-3.135 6.163z" transform="translate(-8.6806 -3.3482)"/> | |
</g> | |
<g id="zid_615" fill-rule="evenodd" transform="translate(0 199.39)" fill="#fff"> | |
<path id="zid_616" d="m250.28 153.28c1.925-2.073 0.225-5.362-0.352-8.564-0.783 3.037-2.14 7.061 0.352 8.564z" transform="translate(-8.8046 -12.153)"/> | |
<path id="zid_617" d="m250.9 158.01c-3.381 0.343-4.199-6.533-4.543-9.49 1.099 4.067 4.993 5.926 4.543 9.49z" transform="translate(-9.4866 -13.021)"/> | |
<path id="zid_618" d="m250.86 157.08c2.389-1.234 1.834-3.892 2.585-5.889-1.606 2.451-3.071 2.802-2.585 5.889z" transform="translate(-8.7426 -12.153)"/> | |
<path id="zid_619" d="m251.06 158.17c-3.537 0.303-5.644-7.315-5.754-10.311 1.099 4.067 6.166 6.278 5.754 10.311z" transform="translate(-9.6106 -8.7426)"/> | |
<path id="zid_620" d="m250.74 157c3.326-0.765 2.928-2.916 2.429-6.397-1.059 3.506-2.915 2.763-2.429 6.397z" transform="translate(-8.6185 -7.6885)"/> | |
<path id="zid_621" d="m250.89 161.45c-3.889 0.66-3.616-5.492-6.704-9.955 2.671 3.315 7.48 7.492 6.704 9.955z" transform="translate(-9.4866 -7.6265)"/> | |
<path id="zid_622" d="m251.52 161.24c2.936 0.085 3.223-4.335 3.06-6.128-0.675 1.786-4.127 3.482-3.06 6.128z" transform="translate(-9.2386 -7.6265)"/> | |
<path id="zid_623" d="m244.63 155.97c1.458 4.733 3.529 9.476 6.076 9.116 1.223-2.691-2.416-3.034-6.076-9.116z" transform="translate(-9.3006 -6.8824)"/> | |
<path id="zid_624" d="m251.56 165.45c-1.072-2.061 2.432-3.093 3.174-5.772 0.426 3.834 0.069 6.349-3.174 5.772z" transform="translate(-9.2386 -7.9365)"/> | |
<path id="zid_625" d="m245.14 156.79c2.082 4.264 3.021 9.164 5.88 8.452 1.067-3.316-3.157-4.01-5.88-8.452z" transform="translate(-8.8046 -2.2942)"/> | |
<path id="zid_626" d="m251.48 165.49c-1.228-2.256 2.276-3.054 3.135-6.163 0.465 4.069 0.03 6.974-3.135 6.163z" transform="translate(-8.6806 -3.3482)"/> | |
</g> | |
<path id="zid_627" d="m248.8 332.67c2.052 0.555 4.204-1.749 3.458-5.197-2.345 0.584-3.421 2.713-3.458 5.197z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_628" d="m242.23 330.94c0.179 0.97 1.359 1.058 1.016-0.312-0.286-1.112-0.335-1.948 0-2.852 0.459-1.133 0.306-3.062-0.039-3.867-0.348-0.85-1.501-0.352-1.016 0.313 0.534 0.771 0.562 2.375 0.195 3.124-0.483 1.106-0.352 2.574-0.156 3.594z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_629" d="m248.8 332.67c2.052 0.555 4.204-1.749 3.458-5.197-2.345 0.584-3.421 2.713-3.458 5.197z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_630" d="m242.23 330.94c0.179 0.97 1.359 1.058 1.016-0.312-0.286-1.112-0.335-1.948 0-2.852 0.459-1.133 0.306-3.062-0.039-3.867-0.348-0.85-1.501-0.352-1.016 0.313 0.534 0.771 0.562 2.375 0.195 3.124-0.483 1.106-0.352 2.574-0.156 3.594z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_631" d="m249.33 327.25c-0.19451 1.515-1.4768 1.6524-1.1041-0.48729 0.31079-1.7368 0.36404-3.0424 0-4.4544-0.49878-1.7696-0.33252-4.7823 0.0424-6.0396 0.37817-1.3276 1.6311-0.54977 1.1041 0.48885-0.58029 1.2042-0.61071 3.7094-0.2119 4.8792 0.52487 1.7274 0.38251 4.0202 0.16952 5.6132z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/> | |
<path id="zid_632" d="m258.88 342.39c-0.79276 1.1662-2.0564 0.48933-1.3404-1.383 0.60459-1.2963 0.66944-2.9027 1.3428-3.8506 0.94174-1.4369 2.537-2.6344 3.4425-3.5034 0.93559-0.9258 1.7123-0.0336 0.85439 0.75965-1.0418 1.0424-2.172 2.3399-2.8001 3.3226-1.1714 1.9092-0.65572 3.4324-1.4991 4.6548z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/> | |
<g id="zid_633" fill-rule="evenodd" fill="#fff" transform="translate(-3.594 199.42)"> | |
<path id="zid_634" d="m242.54 131.62c0.179 0.97 1.484 0.926 1.141-0.444-0.286-1.112-0.933-2.181-0.598-3.085 0.459-1.133 0.571-3.079 0.226-3.884-0.348-0.85-1.47-0.28-0.985 0.385 0.534 0.771 0.114 2.925-0.253 3.674-0.483 1.106 0.273 2.334 0.469 3.354z" transform="matrix(-1.2604 -.50286 -.58469 1.2951 647.61 96.354)" stroke="#000" stroke-width=".36026"/> | |
<path id="zid_635" d="m242.54 131.62c0.179 0.97 1.484 0.926 1.141-0.444-0.286-1.112-0.933-2.181-0.598-3.085 0.459-1.133 0.571-3.079 0.226-3.884-0.348-0.85-1.47-0.28-0.985 0.385 0.534 0.771 0.114 2.925-0.253 3.674-0.483 1.106 0.273 2.334 0.469 3.354z" transform="matrix(-1.2604 -.50286 -.58469 1.2951 647.61 96.354)" stroke-width="1pt"/> | |
</g> | |
<path id="zid_636" d="m258.88 342.39c-0.79276 1.1662-2.0564 0.48933-1.3404-1.383 0.60459-1.2963 0.66944-2.9027 1.3428-3.8506 0.94174-1.4369 2.537-2.6344 3.4425-3.5034 0.93559-0.9258 1.7123-0.0336 0.85439 0.75965-1.0418 1.0424-2.172 2.3399-2.8001 3.3226-1.1714 1.9092-0.65572 3.4324-1.4991 4.6548z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<g id="zid_637" fill-rule="evenodd" fill="#fff" transform="translate(0,199.5)"> | |
<path id="zid_638" d="m242.23 131.78c-0.094 0.784 1.231 0.974 1.172-0.163-0.06-1.187-1.824-2.273-0.742-4.08 0.569-0.884 0.579-2.504 0.234-3.365-0.303-0.854-1.579-0.296-1.094 0.369 0.534 0.771-0.1 2.25-0.508 2.994-1.225 2.166 1.01 3.221 0.938 4.245z" transform="matrix(1 0 0 2.0999 3.4767 -139.85)" stroke="#000" stroke-width=".34504"/> | |
<path id="zid_639" d="m242.23 131.78c-0.094 0.784 1.231 0.974 1.172-0.163-0.06-1.187-1.824-2.273-0.742-4.08 0.569-0.884 0.579-2.504 0.234-3.365-0.303-0.854-1.579-0.296-1.094 0.369 0.534 0.771-0.1 2.25-0.508 2.994-1.225 2.166 1.01 3.221 0.938 4.245z" transform="matrix(1 0 0 2.0999 3.4767 -139.85)"/> | |
</g> | |
<path id="zid_640" d="m249.33 327.25c-0.19451 1.515-1.4768 1.6524-1.1041-0.48729 0.31079-1.7368 0.36404-3.0424 0-4.4544-0.49878-1.7696-0.33252-4.7823 0.0424-6.0396 0.37817-1.3276 1.6311-0.54977 1.1041 0.48885-0.58029 1.2042-0.61071 3.7094-0.2119 4.8792 0.52487 1.7274 0.38251 4.0202 0.16952 5.6132z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_641" d="m236.3 358.23c0.63456 0.75517 1.7042 0.24913 0.72951-0.77292-0.79772-0.82583-0.53515-1.0864-1.0213-2.0926-0.48071-1.1242-0.45566-1.7445-1.0359-2.5477-0.51311-0.76202-1.2849 0.0154-0.76788 0.65672 0.64906 0.75844 0.46988 1.3178 0.86685 2.0515 0.7335 1.2556 0.55465 1.9148 1.2287 2.705z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_642" d="m253.37 378.84c2.042 1.004 3.592 3.512 3.694 5.555 0.173 2.351 0.512 4.336 1.568 6.007-1.681-0.468-2.486-3.147-2.725-5.713-0.242-2.656-1.673-3.808-2.537-5.849z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_643" d="m257.63 383.76c1.413 2.6083 3.389 3.6031 3.49 5.5387 0.17118 2.2274 0.34039 2.3411 0.94398 4.5316-1.6634-0.4434-2.0819-0.58836-2.5312-3.9214-0.27706-2.3421-2.1522-3.9944-1.9028-6.1489z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_644" d="m334.74 427.43c0.039 0.989 0.157 1.784 0.743 2.578-3.412-1.367-8.229-0.635-11.524 0.899-1.47 0.702-3.248-0.802-1.524-2.227 2.452-1.987 8.125-0.86 12.305-1.25zm-48.136-0.052c0.048 0.932-0.06 1.786-0.403 2.6 3.709-1.536 7.691-0.26 11.438 1.251 2.576 1.065 2.784-0.779 2.329-1.417-0.782-1.132-2.295-2.375-4.209-2.402-1.274-0.018-6.179-0.062-9.155-0.032zm3.131-18.116c-1.035-0.446-2.237-0.017-3.315 1.118-3.622 3.549-7.872 7.007-11.302 9.697-1.28 1.112-2.588 3.107 2.872 5.101 0.198 0.075 4.178 1.55 6.7 1.644 1.03-0.029 1.027 1.509 0.836 1.919-0.435 0.819-0.12 1.132-0.999 1.92-0.916 0.773 0.098 1.774 0.818 1.094 3.074-2.669 8.059-0.961 12.863 0.601 1.135 0.314 3.212 0.226 3.194-1.34 0.02-1.706 1.256-2.912 2.012-2.956 1.961 0.34 11.651 0.448 14.636 0.085 1.74-0.226 1.845 2.384 2.776 3.413 0.642 0.682 3.113 0.863 4.807 0.115 3.349-1.556 8.452-1.556 10.532-0.069 0.855 0.651 1.53 0.123 1.044-0.538-0.626-0.904-0.612-1.323-0.923-2.037-0.781-1.589-0.158-1.978 0.661-2.093 9.253-1.193 12.206-4.35 9.377-6.924-3.653-3.204-7.72-6.425-11.224-10.211-0.95-1.004-1.578-1.407-3.555-0.585-6.045 2.753-13.718 4.76-21.227 4.907-6.987 0.06-16.594-3.172-20.583-4.861z" fill-rule="evenodd" fill-opacity=".18493" stroke="#000" stroke-width=".5"/> | |
<path id="zid_645" d="m334.74 427.43c0.039 0.989 0.157 1.784 0.743 2.578-3.412-1.367-8.229-0.635-11.524 0.899-1.47 0.702-3.248-0.802-1.524-2.227 2.452-1.987 8.125-0.86 12.305-1.25zm-48.136-0.052c0.048 0.932-0.06 1.786-0.403 2.6 3.709-1.536 7.691-0.26 11.438 1.251 2.576 1.065 2.784-0.779 2.329-1.417-0.782-1.132-2.295-2.375-4.209-2.402-1.274-0.018-6.179-0.062-9.155-0.032zm3.131-18.116c-1.035-0.446-2.237-0.017-3.315 1.118-3.622 3.549-7.872 7.007-11.302 9.697-1.28 1.112-2.588 3.107 2.872 5.101 0.198 0.075 4.178 1.55 6.7 1.644 1.03-0.029 1.027 1.509 0.836 1.919-0.435 0.819-0.12 1.132-0.999 1.92-0.916 0.773 0.098 1.774 0.818 1.094 3.074-2.669 8.059-0.961 12.863 0.601 1.135 0.314 3.212 0.226 3.194-1.34 0.02-1.706 1.256-2.912 2.012-2.956 1.961 0.34 11.651 0.448 14.636 0.085 1.74-0.226 1.845 2.384 2.776 3.413 0.642 0.682 3.113 0.863 4.807 0.115 3.349-1.556 8.452-1.556 10.532-0.069 0.855 0.651 1.53 0.123 1.044-0.538-0.626-0.904-0.612-1.323-0.923-2.037-0.781-1.589-0.158-1.978 0.661-2.093 9.253-1.193 12.206-4.35 9.377-6.924-3.653-3.204-7.72-6.425-11.224-10.211-0.95-1.004-1.578-1.407-3.555-0.585-6.045 2.753-13.718 4.76-21.227 4.907-6.987 0.06-16.594-3.172-20.583-4.861z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<g id="zid_646" fill-rule="evenodd" fill="#fff" transform="translate(0,199.5)"> | |
<path id="zid_647" d="m368.23 155.51c0.419 1.443 6.19-1.194 9.123-6.963-3.841 4.188-10.058 4.147-9.123 6.963z" transform="translate(-14.439 36.636)" stroke="#000" stroke-width=".5"/> | |
<path id="zid_648" d="m368.23 155.51c0.419 1.443 6.19-1.194 9.123-6.963-3.841 4.188-10.058 4.147-9.123 6.963z" transform="translate(-14.439 36.636)" stroke-width="1pt"/> | |
</g> | |
<g id="zid_649" fill-rule="evenodd" fill="#fff" transform="translate(0,199.5)"> | |
<path id="zid_650" d="m253.45 178.87c1.695 2.578 3.958 4.444 4.06 6.487 0.173 2.351 0.344 2.471 0.954 4.783-1.681-0.468-2.104-0.621-2.558-4.139-0.28-2.472-2.708-4.857-2.456-7.131z" transform="matrix(-1.0366 0 0 .94744 626.13 13.902)" stroke="#000" stroke-width=".50454"/> | |
<path id="zid_651" d="m253.45 178.87c1.695 2.578 3.958 4.444 4.06 6.487 0.173 2.351 0.344 2.471 0.954 4.783-1.681-0.468-2.104-0.621-2.558-4.139-0.28-2.472-2.708-4.857-2.456-7.131z" transform="matrix(-1.0366 0 0 .94744 626.13 13.902)" stroke-width="1pt"/> | |
</g> | |
<g id="zid_652" fill-rule="evenodd" fill="#fff" transform="translate(0,199.5)"> | |
<path id="zid_653" d="m254.38 180.28c2.042 1.004 2.506 2.667 2.587 4.726 0.04 2.384 0.617 4.226 1.673 5.897-2.103 0.305-2.486-3.147-2.725-5.713-0.242-2.656-0.671-2.869-1.535-4.91z" transform="matrix(-1.0476 0 0 1 632.74 -.27458)" stroke="#000" stroke-width=".48851"/> | |
<path id="zid_654" d="m254.38 180.28c2.042 1.004 2.506 2.667 2.587 4.726 0.04 2.384 0.617 4.226 1.673 5.897-2.103 0.305-2.486-3.147-2.725-5.713-0.242-2.656-0.671-2.869-1.535-4.91z" transform="matrix(-1.0476 0 0 1 632.74 -.27458)" stroke-width="1pt"/> | |
</g> | |
<g id="zid_655" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_656" d="m242.23 131.44c0.179 0.97 1.359 1.058 1.016-0.312-0.286-1.112-0.335-1.948 0-2.852 0.459-1.133 0.306-3.062-0.039-3.867-0.348-0.85-1.501-0.352-1.016 0.313 0.534 0.771 0.562 2.375 0.195 3.124-0.483 1.106-0.352 2.574-0.156 3.594z" transform="matrix(1.0696 0 0 1.5618 113.14 -77.646)" stroke="#000" stroke-width=".38685"/> | |
<path id="zid_657" d="m242.23 131.44c0.179 0.97 1.359 1.058 1.016-0.312-0.286-1.112-0.335-1.948 0-2.852 0.459-1.133 0.306-3.062-0.039-3.867-0.348-0.85-1.501-0.352-1.016 0.313 0.534 0.771 0.562 2.375 0.195 3.124-0.483 1.106-0.352 2.574-0.156 3.594z" transform="matrix(1.0696 0 0 1.5618 113.14 -77.646)"/> | |
</g> | |
<g id="zid_658" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_659" d="m242.23 131.78c-0.094 0.784 1.231 0.974 1.172-0.163-0.06-1.187-1.824-2.273-0.742-4.08 0.569-0.884 0.579-2.504 0.234-3.365-0.303-0.854-1.579-0.296-1.094 0.369 0.534 0.771-0.1 2.25-0.508 2.994-1.225 2.166 1.01 3.221 0.938 4.245z" transform="matrix(-.98429 0 0 2.0999 614.23 -139.96)" stroke="#000" stroke-width=".34779"/> | |
<path id="zid_660" d="m242.23 131.78c-0.094 0.784 1.231 0.974 1.172-0.163-0.06-1.187-1.824-2.273-0.742-4.08 0.569-0.884 0.579-2.504 0.234-3.365-0.303-0.854-1.579-0.296-1.094 0.369 0.534 0.771-0.1 2.25-0.508 2.994-1.225 2.166 1.01 3.221 0.938 4.245z" transform="matrix(-.98429 0 0 2.0999 614.23 -139.96)"/> | |
</g> | |
<g id="zid_661" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_662" d="m242.23 131.44c0.179 0.97 1.359 1.058 1.016-0.312-0.286-1.112-0.335-1.948 0-2.852 0.459-1.133 0.306-3.062-0.039-3.867-0.348-0.85-1.501-0.352-1.016 0.313 0.534 0.771 0.562 2.375 0.195 3.124-0.483 1.106-0.352 2.574-0.156 3.594z" transform="matrix(-.98429 0 0 1 617.65 -.11047)" stroke="#000" stroke-width=".50397"/> | |
<path id="zid_663" d="m242.23 131.44c0.179 0.97 1.359 1.058 1.016-0.312-0.286-1.112-0.335-1.948 0-2.852 0.459-1.133 0.306-3.062-0.039-3.867-0.348-0.85-1.501-0.352-1.016 0.313 0.534 0.771 0.562 2.375 0.195 3.124-0.483 1.106-0.352 2.574-0.156 3.594z" transform="matrix(-.98429 0 0 1 617.65 -.11047)"/> | |
</g> | |
<g id="zid_664" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_665" d="m357.77 126.77c-1.008 1.557-5.555-1.226-4.714-2.894 0.869-0.972 5.751 1.078 4.714 2.894z" transform="matrix(.82827 .56032 -.56032 .82827 146.81 -172.24)" stroke="#000" stroke-width=".5"/> | |
<path id="zid_666" d="m357.77 126.77c-1.008 1.557-5.555-1.226-4.714-2.894 0.869-0.972 5.751 1.078 4.714 2.894z" transform="matrix(.82827 .56032 -.56032 .82827 146.81 -172.24)"/> | |
</g> | |
<g id="zid_667" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_668" d="m242.22 131.74c0.179 0.97 1.234 0.857 1.321-0.555-0.013-1.006 0.431-2.074 0.266-2.87-0.197-1.186-0.906-2.386-1.251-3.191-0.348-0.85-1.141-0.469-0.805 0.274 0.384 0.954 0.75 2.098 0.874 2.905 0.208 1.555-0.601 2.417-0.405 3.437z" transform="matrix(1.2161 -.50286 .56418 1.2951 -6.3705 94.028)" stroke="#000" stroke-width=".36675"/> | |
<path id="zid_669" d="m242.22 131.74c0.179 0.97 1.234 0.857 1.321-0.555-0.013-1.006 0.431-2.074 0.266-2.87-0.197-1.186-0.906-2.386-1.251-3.191-0.348-0.85-1.141-0.469-0.805 0.274 0.384 0.954 0.75 2.098 0.874 2.905 0.208 1.555-0.601 2.417-0.405 3.437z" transform="matrix(1.2161 -.50286 .56418 1.2951 -6.3705 94.028)"/> | |
</g> | |
<g id="zid_670" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff"> | |
<path id="zid_671" d="m242.54 131.62c0.179 0.97 1.484 0.926 1.141-0.444-0.286-1.112-0.933-2.181-0.598-3.085 0.459-1.133 0.571-3.079 0.226-3.884-0.348-0.85-1.47-0.28-0.985 0.385 0.534 0.771 0.114 2.925-0.253 3.674-0.483 1.106 0.273 2.334 0.469 3.354z" transform="matrix(1.2161 -.50286 .56418 1.2951 -8.7924 95.591)" stroke="#000" stroke-width=".36675"/> | |
<path id="zid_672" d="m242.54 131.62c0.179 0.97 1.484 0.926 1.141-0.444-0.286-1.112-0.933-2.181-0.598-3.085 0.459-1.133 0.571-3.079 0.226-3.884-0.348-0.85-1.47-0.28-0.985 0.385 0.534 0.771 0.114 2.925-0.253 3.674-0.483 1.106 0.273 2.334 0.469 3.354z" transform="matrix(1.2161 -.50286 .56418 1.2951 -8.7924 95.591)"/> | |
</g> | |
<path id="zid_673" stroke-linejoin="round" d="m293.29 397.78c2.318 1.85 4.503 3.95 5.157 6.563 0.682 2.434 1.094 4.297 2.657 6.719-2.448-1.563-3.42-3.924-4.141-6.486-0.633-2.517-2.084-4.399-3.673-6.796z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_674" d="m293.29 397.78c2.318 1.85 4.503 3.95 5.157 6.563 0.682 2.434 1.094 4.297 2.657 6.719-2.448-1.563-3.42-3.924-4.141-6.486-0.633-2.517-2.084-4.399-3.673-6.796z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_675" d="m290.64 397.78c2.162 1.771 3.565 3.793 4.219 6.406 0.682 2.434 1.641 4.375 3.048 6.563-2.292-1.563-3.733-3.689-4.454-6.251-0.633-2.518-1.38-4.4-2.813-6.718z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_676" d="m331.11 397.78c-2.21 1.7814-3.6441 3.8153-4.3126 6.4437-0.69713 2.4483-1.6774 4.4007-3.1156 6.6016 2.3428-1.5722 3.8158-3.7107 4.5528-6.2878 0.64704-2.5328 1.4106-4.4259 2.8754-6.7575z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_677" d="m328.39 397.78c-2.3694 1.8609-4.6029 3.9732-5.2714 6.6016-0.69713 2.4483-1.1183 4.3223-2.7159 6.7585 2.5023-1.5722 3.4959-3.9471 4.2329-6.5242 0.64704-2.5318 2.1302-4.4249 3.7545-6.836z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_678" d="m320.54 403.95c0.0637-0.457-0.24784-0.856-0.62208-0.976-0.72858-0.274-1.4542-0.497-2.1768-0.703-0.82114-0.195-1.281 0.394-1.284 0.781-0.004 0.644-0.0338 1.191 0 1.679 0.0448 0.608 0.16025 0.653 0.54444 0.743 0.61511 0.104 1.4034 0.21 2.0215 0.625 0.4897 0.302 0.96049 0.063 1.2053-0.468 0.15826-0.406 0.24485-1.2 0.31154-1.681z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_679" d="m311.69 403.95c-0.0569-0.457 0.18318-0.895 0.51752-1.015 0.65091-0.274 1.2991-0.341 1.983-0.313 0.75938-0.012 0.95056 0.16 0.95323 0.547 0.004 0.644 0.0302 1.269 0 1.757-0.04 0.608-0.0267 0.653-0.36991 0.743-0.54953 0.104-1.4868 0.132-2.039 0.547-0.4375 0.302-0.93634 0.063-0.96035-0.507 0.0107-0.43-0.0249-1.278-0.0845-1.759z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_680" d="m300.95 403.83c-0.064-0.457 0.249-0.856 0.625-0.976 0.732-0.274 1.461-0.497 2.187-0.703 0.825-0.195 1.287 0.394 1.29 0.781 0.004 0.644 0.034 1.191 0 1.679-0.045 0.608-0.161 0.653-0.547 0.743-0.618 0.104-1.41 0.21-2.031 0.625-0.492 0.302-0.965 0.063-1.211-0.468-0.159-0.406-0.246-1.2-0.313-1.681z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_681" d="m309.84 403.83c0.0572-0.457-0.18404-0.895-0.51995-1.015-0.65396-0.274-1.3052-0.341-1.9922-0.313-0.76295-0.012-0.95503 0.16-0.95771 0.547-0.004 0.644-0.0304 1.269 0 1.757 0.0402 0.608 0.0268 0.653 0.37165 0.743 0.55211 0.104 1.4937 0.132 2.0485 0.547 0.43955 0.302 0.94074 0.063 0.96486-0.507-0.0107-0.43 0.025-1.278 0.0849-1.759z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_682" d="m301.61 407.89c0.794 1.497 1.706 3.776 3.359 3.359 0.026-1.146-1.784-1.94-3.359-3.359z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_683" d="m304.08 408.4c3.2104 1.316 5.9828 0.991 6.3282 3.009-3.0118 0.325-4.1132-0.912-6.3282-3.009z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_684" d="m319.82 408.09c-0.80485 1.4112-1.7293 3.5597-3.4049 3.1666-0.0264-1.0803 1.8084-1.8288 3.4049-3.1666z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_685" d="m317.57 408.52c-3.2572 1.2488-6.0699 0.9404-6.4204 2.8554 3.0556 0.30841 4.1731-0.86543 6.4204-2.8554z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_686" d="m327.18 376.52 6.993 0.001c0.026 2.643 1.575 5.482 3.75 7.109h-13.4c2.097-1.901 2.67-4.154 2.657-7.11z" fill-rule="evenodd" fill-opacity=".53425" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_687" d="m327.18 376.52 6.993 0.001c0.026 2.643 1.575 5.482 3.75 7.109h-13.4c2.097-1.901 2.67-4.154 2.657-7.11z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_688" d="m277.29 419.26c-0.385 0.294-0.359 1.176 0.39 1.484 6.985 2.506 13.728 7.137 33.128 6.954 19.586-0.185 26.469-4.704 32.737-6.797 0.835-0.318 1.621-0.965 0.547-1.875-3.522-2.879-7.329-5.193-9.845-8.751-0.446-0.64-1.665-0.277-2.422 0-7.476 2.626-14.383 4.466-21.564 4.453-7.012-0.013-14.321-1.944-20.9-4.648-0.63-0.269-1.662 0.034-2.149 0.507-3.053 3.041-6.373 5.992-9.922 8.673z" stroke="#000" stroke-width=".25" fill="none"/> | |
<path id="zid_689" d="m286.7 414.45c-0.841-0.542-1.22 0.163-0.625 0.899 0.772 0.847 2.021 1.357 3.32 1.719 0.758 0.211 2.323-0.055 3.126 0.039 0.625 0.078 0.978 1.339 2.11 1.289 1.142-0.049 1.875-3.086 1.914-4.61 0.052-1.01-1.344-0.365-1.211 0.04 0.366 1.004-0.304 3.244-1.016 3.242-0.524-0.032-1.086-1.118-1.875-1.25-0.617-0.102-1.553 0.072-2.188 0.078-1.857 0.018-2.657-0.908-3.555-1.446z" fill-rule="evenodd" stroke-width="1pt"/> | |
<path id="zid_690" d="m288.27 413.63c0.991 0.495 1.857-0.391 2.423 0.235 1.446 1.641 3.306-0.786 1.133-0.703-0.879 0.034-1.016-0.665-2.54-0.509-0.811 0.104-1.49 0.701-1.016 0.977z" fill-rule="evenodd" stroke-width="1pt"/> | |
<path id="zid_691" d="m288.5 420.82c-0.783-0.342-1.046 0.402-0.586 0.86 0.646 0.59 3.329 0.825 3.985 0.352 1.085-0.823 0.292-2.985-0.195-3.595-0.304-0.371-1.22-0.399-0.86 0.587 0.149 0.457 0.815 1.594 0.273 2.109-0.496 0.474-1.868-0.001-2.617-0.313z" fill-rule="evenodd" stroke-width="1pt"/> | |
<path id="zid_692" d="m294.52 421.48c0.172-0.441-0.292-1.201-1.095-0.313-0.663 0.7-0.125 3.651 1.993 4.18 2.07 0.508 3.621-0.236 3.906-1.367 0.197-0.753-0.937-1.407-0.351-2.071 0.489-0.519 1.433 0.006 1.836-0.82 0.236-0.463 0.255-1.412-1.016-2.032-0.551-0.277-1.505 0.355-1.485 0.821 0.03 0.641 1.023 0.223 0.664 0.781-0.262 0.425-1.435 0.248-1.796 1.25-0.216 0.637 1.328 1.813 0.508 2.11-0.732 0.253-1.686 0.417-2.657-0.117-0.6-0.318-0.855-1.634-0.507-2.422z" fill-rule="evenodd" stroke-width="1pt"/> | |
<path id="zid_693" d="m287.06 417.42c-0.492 0.072-1.171 0.43-1.21 1.016-0.03 0.47 0.357 1.284 1.016 0.741 0.68-0.528 0.158-0.778 0.312-0.586 0.339 0.339-0.158 0.367-0.781 1.212-0.434 0.641-1.361 0.538-1.836 0.312-0.82-0.423-0.513-0.694-1.407-1.094-0.893-0.439-1.434 0.591-0.586 1.055 0.937 0.537 2.472 1.61 3.985 0.821 0.899-0.508 1.953-0.971 1.914-2.11-0.051-0.74-0.38-1.511-1.407-1.367z" fill-rule="evenodd" stroke-width="1pt"/> | |
<path id="zid_694" d="m335.65 417.03c-0.691-0.494-0.268-1.39 0.743-1.055 0.86 0.318 2.288 1.331 2.382 2.657 0.107 1.45-2.23 2.511-3.124 2.462-1.531-0.124-1.258-1.338-0.118-1.251 0.884 0.064 1.97-0.251 2.032-1.172 0.052-0.799-1.417-1.264-1.915-1.641z" fill-rule="evenodd" stroke-width="1pt"/> | |
<path id="zid_695" d="m330.61 413.48c-0.893-0.901 0.976-1.875 1.523-0.781 0.721 1.391 1.579 2.76 2.227 4.297 0.516 1.261-0.161 1.432-0.586 0.742-0.711-1.2-1.788-2.806-3.164-4.258z" fill-rule="evenodd" stroke-width="1pt"/> | |
<path id="zid_696" d="m326.24 416.17c0.961-0.418 0.937 0.781 0.586 1.016-0.635 0.353-1.485-0.586-0.586-1.016z" fill-rule="evenodd" stroke-width="1pt"/> | |
<path id="zid_697" d="m329.09 415.12c0.961-0.418 0.937 0.781 0.586 1.016-0.635 0.353-1.485-0.586-0.586-1.016z" fill-rule="evenodd" stroke-width="1pt"/> | |
<path id="zid_698" d="m299.28 416.8c-1.442-0.921 0.293-2.295 1.289-1.25 1.427 1.457 2.791 4.65 3.868 5.86 1.024 1.189 0.199-3.224 0.508-4.532 0.211-0.727 0.779-0.625 0.781 0.078 0.005 1.798-0.272 5.456 0.195 5.743 0.874 0.497 0.716 1.308 1.445 1.172 0.782-0.186 0.665-0.391 1.368-0.43 0.697 0 0.721 0.699 1.524 0.586 0.512-0.067 0.666-0.647 1.288-0.665 0.567-0.048 0.323 1.204-0.038 1.407-0.589 0.331-2.423-0.36-2.969-0.312-0.65 0.017-1.82 0.62-2.54 0.351-0.879-0.314-0.684-1.428-1.289-1.25-0.685 0.158-0.556 1.405-2.187 1.797-0.764 0.174-1.021-0.512-0.625-0.977 0.709-0.758 2.137-1.363 1.914-2.07-0.661-1.97-2.658-4.343-4.532-5.508z" fill-rule="evenodd" stroke-width="1pt"/> | |
<path id="zid_699" d="m311.82 417.07c0.693 2.28 0.659 5.312 1.055 7.384 0.195 0.815 0.975 0.089 0.899-0.547-0.307-2.225-0.442-4.956-1.016-7.071-0.238-0.732-1.203-0.59-0.938 0.234z" fill-rule="evenodd" stroke-width="1pt"/> | |
<path id="zid_700" d="m313.74 417.66c-0.183-0.951 0.727-1.04 0.86-0.47 0.469 1.835 0.409 6.034 1.328 6.173 1.586 0.181 3.81-0.147 5.782-0.547 0.97-0.193 1.169-0.895 1.133-1.173-0.186-1.128 0.867-1.039 1.133 0.157 0.143 0.624-0.14 1.743-1.328 1.992-2.321 0.448-5.516 1.139-7.345 0.742-1.602-0.339-1.08-4.475-1.563-6.874z" fill-rule="evenodd" stroke-width="1pt"/> | |
<path id="zid_701" d="m316.32 419.3c0.04-1.203 0.943-1.38 0.937-0.352 0.025 2.461 2.906 1.822 3.517 0.899 0.451-0.72 0.121-1.03-0.313-1.836-0.54-1.043 0.603-1.337 1.094-0.43 0.367 0.649 0.622 2.718-0.039 3.243-0.915 0.725-3.388 1.081-4.454 0.273-0.566-0.39-0.786-1.138-0.742-1.797z" fill-rule="evenodd" stroke-width="1pt"/> | |
<path id="zid_702" d="m315.07 416.09c0.128 0.771 2.226 0.508 2.148-0.078-0.072-0.504-2.265-0.391-2.148 0.078z" fill-rule="evenodd" stroke-width="1pt"/> | |
<path id="zid_703" d="m317.8 416.72c0.082 0.777 1.44 0.548 1.367-0.039-0.072-0.621-1.445-0.743-1.367 0.039z" fill-rule="evenodd" stroke-width="1pt"/> | |
<path id="zid_704" d="m321.9 415.78c-0.689-0.952 0.652-1.012 1.094-0.312 1.144 1.71 1.898 4.467 3.008 6.328 0.472 0.858 1.063 0.091 1.133-0.117 0.074-0.221-0.359-0.56-0.39-1.328-0.055-0.597 1.166-1.339 2.031-0.781 0.809 0.545 0.147 1.028 0.547 1.328 0.381 0.286 1.343 0.106 1.485-0.078 0.427-0.671-0.155-0.278-0.743-0.665-0.68-0.487-0.272-2.597 1.133-1.719 0.836 0.484 1.082 2.031 0.781 2.891-0.266 0.797-1.665 1.068-2.422 0.899-0.853-0.26-1.542-1.286-1.367-1.016 0.422 0.693-0.104 1.377-0.508 1.641-0.997 0.626-1.694 0.954-2.422-0.078-1.29-1.932-2-5.191-3.36-6.993z" fill-rule="evenodd" stroke-width="1pt"/> | |
<path id="zid_705" d="m285.49 283.37c-0.057-1.1542 1.732-1.2423 1.527 0.3449-0.262 1.9774 3.732 6.9829 4.063 10.07 0.222 2.0698-1.216 3.8816-2.64 5.0092-1.746 1.3525-4.431 1.1665-5.687 0.3906-0.76-0.6117-1.453-2.7066-0.884-3.5358 0.201-0.2791 1.111 3.0746 3.115 3.0615 2.727-0.0176 4.936-2.0661 5.017-3.8931 0.14-3.1821-4.461-8.2114-4.511-11.447z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_706" d="m293.48 291.23c0.451-0.3223 1.171 1.0848 0.663 1.4364-0.423 0.2817-1.249-1.0458-0.663-1.4364z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_707" d="m294.68 288.38c-0.228 0.1106-0.681-0.0465-0.546-0.24 0.638-0.9115 1.998-2.2835 2.984-2.7624 0.303-0.1472 0.833 0.3876 0.65 0.6496-0.59 0.843-2.026 1.8373-3.088 2.3528z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_708" d="m305.23 280.01c0.253-0.5281 1.772-1.1251 2.159-1.4822 0.358-0.3665 0.529 0.3101 0.376 0.6295-0.253 0.5278-1.564 1.4192-2.139 1.4431-0.309 0.0129-0.549-0.2714-0.396-0.5904z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_709" d="m308.83 280.18c0.329-0.927 1.39-2.3322 2.12-2.7948 0.375-0.2372 1.048-0.0506 0.922 0.3047-0.279 0.7865-1.577 2.1607-2.45 2.8081-0.265 0.2358-0.668-0.1032-0.592-0.318z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_710" d="m305.74 282.5c-0.22 0.1101-0.101 0.5787 0.111 0.6495 0.451 0.1502 1.272 0.1795 1.644-0.0257 0.54-0.3328 0.294-2.3808-0.429-1.2868-0.485 0.6749-0.839 0.4581-1.326 0.663z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_711" d="m299.64 287.2c-1.103-0.859 0.297-2.0625 1.45-1.2222 2.246 1.6943-3.351 8.1851-6.396 11.219-0.557 0.5942-1.046-0.9024-0.332-1.5469 2.183-1.8517 4.227-4.0641 5.648-6.3496 0.274-0.44 0.536-1.3885-0.37-2.1004z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_712" d="m312.42 281.62c0.137-0.8221-1.33 0.0172-1.357-1.0726-0.014-0.5768 1.603-0.9815 2.279-0.318 1.142 1.1585 0.288 3.1126-1.611 3.2356-1.583 0.0699-4.224 2.2476-3.822 2.7054 0.457 0.5653 4.562 0.9386 6.949 0.5648 1.478-0.2074 1.168 1.1145-0.346 1.2935-1.463 0.1686-2.655 0.0123-4.022 0.442-1.609 0.4597-2.311 2.6194-3.205 3.4254-0.199 0.1401-0.736-0.7081-0.532-1.0269 0.644-1.0072 1.671-2.5488 2.801-2.9901 0.713-0.2888-1.966-0.3799-2.821-0.6239-0.678-0.2044-0.481-1.066-0.221-1.5469 0.345-0.7493 2.87-3.278 3.888-3.2367 0.956 0.0404 1.925-0.2379 2.02-0.8516z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_713" d="m316.68 281.84c0.475-0.419 0.718-1.1201 1.216-1.5469 0.273-0.2734 0.709 0.0542 0.636 0.7143-0.061 0.5197-0.759 0.9676-1.228 1.3583-0.382 0.2861-0.826-0.3318-0.624-0.5257z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_714" d="m322.09 279.91c0.707-0.0781 0.883 1.2868 0.11 1.5078-0.469 0.1563-0.879-1.4273-0.11-1.5078z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_715" d="m320.31 284.13c-0.011 1.175 0.569 1.0669 1.676 1.0268 1.074-0.0404 2.019 0.0277 2.015-1.0335-0.005-1.1-0.609-2.0623-0.786-1.3137-0.156 0.7032-0.28 1.8545-0.689 1.3528-0.386-0.4311-0.233-0.5256-0.897 0.1819-0.368 0.3899-0.41-0.189-0.631-0.5525-0.154-0.2153-0.687 0.1739-0.688 0.3382z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_716" d="m312.59 290.13c-0.264 1.555-0.022 3.7323 0.774 3.7569 0.984 0.032 3.02-3.3998 3.984-5.1799 0.578-0.9934 1.571-1.1671 1.157-0.1306-0.627 1.5992-0.571 5.0205-0.02 6.0259 0.296 0.5415 2.481-0.4966 2.834-1.2679 0.642-1.4018 0.12-3.9859 0.345-5.5639 0.109-1.036 1.057-1.2525 1.007-0.2923-0.094 1.718-0.257 4.8677-0.136 6.2982 0.072 0.8223 2.423 2.0358 2.801-0.4543 0.199-1.5674 1.006-3.113-0.039-4.8495-0.648-1.0857 0.951-0.9497 1.813 0.5335 0.603 1.0094-0.508 2.6799-0.469 3.9711 0.1 1.9865-1.445 3.1151-2.566 3.1386-1.002 0.0202-1.655-1.2106-2.476-1.2278-0.911-0.0581-1.847 1.4172-2.6 1.365-2.918-0.1994-1.373-4.4646-2.262-4.5169-0.989-0.0582-2.155 4.1804-3.373 4.0292-1.201-0.1442-2.444-3.4545-1.944-4.8551 0.452-1.3031 1.304-1.6085 1.17-0.7802z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_717" d="m326.72 283.4c-1.424-0.8686 0.09-3.1274 0.786-2.3338 1.344 1.6096 2.699 5.4302 3.646 5.7458 0.6 0.2001 0.572-2.824 0.995-4.1988 0.273-1.0156 1.501-0.6841 1.266 0.6172-0.08 0.4345-1.604 5.3752-1.487 5.5705 1.056 2.1111 2.101 4.2534 2.762 6.5192 0.273 0.9766-0.9 0.3189-1.04 0.1161-0.749-1.1196-2.06-5.4009-2.06-5.2056-0.603 3.0118-0.745 3.9007-1.385 6.4601-0.195 0.8203-1.402 0.6709-1.13-0.7734 0.262-1.1872 1.988-7.0253 1.891-7.1945-1.357-2.3954-2.598-4.2902-4.244-5.3228z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_718" d="m329.29 297.29c-0.397-0.045-1.013 0.8831 0.964 1.2478 2.642 0.4782 5.534-0.4116 6.42-3.0023 1.015-3.0859 1.686-6.0073 2.216-7.1097 0.662-1.2847 1.509-1.1809 0.884-3.0559-0.441-1.3496-1.264-0.9424-1.437-0.221-0.462 1.967-2.215 8.3307-2.762 9.5026-1.032 2.1385-3.112 2.9845-6.285 2.6385z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_719" d="m334.58 287.14c-0.283-0.6072-0.943-0.1372-0.825 0.5268 0.07 0.6002 0.557 0.9265 1.046 0.9096 0.579-0.02 1.804 0.0194 1.807-0.942 0.002-0.6754-0.529-1.2397-0.923-0.4944-0.377 0.6748-0.862 0.6041-1.105 0z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_720" d="m335.24 284.6c-0.203 0.1409-0.021 0.892 0.221 0.8839 0.863-0.0288 2.086-0.3041 2.741-0.76 0.192-0.1334 0.112-0.5873-0.161-0.5782-0.832 0.0277-2.156 0.006-2.801 0.4543z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_721" d="m342.57 286.49c0.625-0.9766 2.349-1.0761 1.729 0.3181-0.439 0.9606-4.731 9.2537-5.317 10.308-0.639 1.1859-1.162 0.5987-0.708-0.3248 0.611-1.1884 4.1-10.013 4.296-10.302z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_722" d="m336.11 298.84c-0.183-0.66-1.207-1.6359-1.092 0.1295 0.204 3.2048 4.607 2.1918 5.94 1.0528 1.21-1.0724 0.16 3.618 1.768 4.12 0.886 0.284 2.554-0.925 3.374-1.989 2.274-2.9506 3.721-7.1804 5.908-10.094 0.826-1.1391-0.452-1.9522-0.969-1.0458-1.902 3.1891-4.264 9.6975-6.844 11.388-2.103 1.346-1.48-1.733-1.553-2.658-0.092-0.6786-0.919-1.677-2.022-0.7604-0.771 0.6024-1.969 1.0924-3.054 0.9944-0.629-0.035-1.16-0.024-1.456-1.1373z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_723" d="m343.97 292.89c0.023-0.1809-0.931-0.263-0.884 0.663 0.033 0.6855 0.853 0.8716 0.994 0.7735 1.29-0.9382-0.274-0.4703-0.11-1.4365z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_724" d="m342.09 296.64c-0.254 0.0594-0.487 0.8703 0.111 0.9163 0.547 0.039 2.69-0.191 3.282-0.1563 0.383-0.0144 0.529-0.7466-0.292-0.7076-0.996 0.0499-2.305-0.1997-3.101-0.0524z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_725" d="m356.28 295.69c0.879-3.2938 3.008 0.5081 1.133 2.3831-2.895 2.8355-3.767 8.2485-8.36 9.0635-1.238 0.266-3.417-0.557-4.063-1.016-0.252-0.179 0.163-1.355 0.937-0.781 1.119 0.874 3.43 1.071 4.65 0.078 2.61-2.562 4.735-5.9547 5.703-9.7276z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_726" d="m308.56 303.01c-0.207 0.238-0.84 0.199-0.897 0.533-0.249 1.239 0 1.867-0.273 3.06-0.261 1.142-1.054 1.185-1 0.254 0.072-1.207 1.067-2.911 0.364-3.028-0.468-0.11-0.829-0.736-0.345-1.045 0.914-0.634 1.405-0.537 2.033-0.346 0.219 0.067 0.275 0.389 0.118 0.572z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_727" d="m307.92 301.39c-1.212 1.06-2.336 1.493-3.451 2.833-0.456 0.549-0.443 1.314-0.715 2.014-0.273 0.743-1.151 0.889-1.423 0.734-0.455-0.299-0.389-1.677-0.897-0.935-0.431 0.683-0.709 1.624-1.346 1.612-0.576-0.012-1.663-1.19-1.112-1.247 1.885-0.193 1.862-1.702 2.568-1.801 0.792-0.106 0.844 1.246 1.333 0.975 0.384-0.197 0.565-1.772 0.982-2.197 1.278-1.306 2.289-1.996 3.593-2.956 0.66-0.526 1.131 0.423 0.468 0.968z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_728" d="m312.34 305.45c-0.97 0.196-0.805 1.443-0.52 1.598 0.47 0.219 1.197 0.311 1.469-1.123 0.127-0.589 0.242 2.928 1.533 1.573 0.743-0.821 2.584 0.149 3.355-0.884 0.552-0.688 0.722-1.168 0.292-2.184-0.125-0.309-0.881-0.157-0.838 0.593 0.038 0.632-0.448 1.412-1.08 1.279-0.307-0.056 0.173-1.546-0.135-1.95-0.17-0.222-0.428-0.198-0.597 0.032-0.237 0.322 0.238 1.75-0.541 1.938-0.983 0.227-0.468-0.955-0.884-1.171-1.338-0.675-1.467 0.175-2.054 0.299z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_729" d="m319.91 303.05c0.711-0.2 0.489-0.201 1.608-1.117 0.436-0.33 0.522 0.636 0.476 1.018-0.081 0.649-0.852 0.191-1.091 0.762-0.35 0.742-0.208 2.468-0.325 3.171-0.08 0.361-0.659 0.33-0.714 0.045-0.166-0.857 0.117-1.696 0.09-2.768-0.009-0.364-0.53-0.935-0.044-1.111z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_730" d="m316.57 299.19c-0.172 0.7756-0.159 1.4146-0.159 1.9466 0.039 0.43 0.825 0.153 0.822 0.098-0.039-0.681 0.116-1.623-0.085-1.8856-0.109-0.1417-0.538-0.3054-0.578-0.159z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_731" d="m285.49 283.37c-0.057-1.1542 1.732-1.2423 1.527 0.3449-0.262 1.9774 3.732 6.9829 4.063 10.07 0.222 2.0698-1.216 3.8816-2.64 5.0092-1.746 1.3525-4.431 1.1665-5.687 0.3906-0.76-0.6117-1.453-2.7066-0.884-3.5358 0.201-0.2791 1.111 3.0746 3.115 3.0615 2.727-0.0176 4.936-2.0661 5.017-3.8931 0.14-3.1821-4.461-8.2114-4.511-11.447z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_732" d="m290.24 282.7c0.34 0.0162 1.272 1.2239 1.211 1.6016-0.042 0.1781-0.997-0.0265-1.289-0.2734-0.216-0.1828-0.129-1.338 0.078-1.3282zm-4.494 8.7491c-0.852 0.4647 0.135 1.382 0.773 0.9944 2.395-1.5507 5.989-3.1796 6.74-6.2514 0.241-1.0404 1.208-2.6352 2.126-2.9911 0.887-0.3439 2.175 1.6048 3.016 0.0714 0.493-0.8765 2.221 0.5752 2.638-0.3627 0.508-1.1328 0.266-1.7565 0.287-2.8416-0.037-0.7108-0.58-0.9231-0.974 0.2277-0.205 0.5211 0.036 1.0472-0.131 1.3192-0.127 0.2068-0.523 0.4069-0.753 0.2344-0.212-0.159-0.065-0.603-0.573-0.7992-0.197-0.0987-0.513-0.1808-0.65 0.0714-0.603 1.0754-0.937 2.0781-1.781 0.9354-0.752-0.9844-1.133-2.686-1.684-0.3572-0.198 0.8219-1.447 2.0146-2.184 2.0146-0.92 0-0.689-2.4224-2.71-2.0537-1.039 0.2216-0.967 2.2096-0.812 2.9444 0.255 1.0212 3.291 0.2877 3.14 0.9553-0.519 2.3197-3.739 4.5247-6.468 5.8887z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<g id="zid_733" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff"> | |
<path id="zid_734" d="m266.74 103c-0.129 0.388 0.387 1.442 0.922 1.52 0.525 0.039 0.793-1.138 0.624-1.52-0.125-0.281-1.454-0.275-1.546 0z"/> | |
<path id="zid_735" d="m269.52 107.09c-0.337-0.363-1.33 0.611-0.527 1.3 0.451 0.365 2.103 0.895 2.555 0.124 0.612-0.992-0.603-4.594-0.065-5.07 0.42-0.372 2.367 2.406 3.328 2.606 2.258 0.313 1.716-3.866 4.149-3.582 1.658 0.221 1.84-1.851 1.609-3.1447-0.185-1.2414-2.195-3.0334-3.119-3.835-1.216-1.0123-1.758 0.7463-0.995 1.326 0.982 0.7864 2.709 2.3749 2.984 3.4257 0.13 0.496-1.2 1.482-1.69 1.215-1.131-0.617-2.183-3.2629-3.172-3.8673-0.337-0.2058-1.166 0.2593-0.767 1.0849 0.449 0.8845 2.432 2.2544 2.548 3.1984 0.105 0.861-0.884 2.723-1.533 2.723-0.714 0-2.534-2.25-3.102-3.309-0.284-0.507-1.268-0.458-1.371 0.242-0.163 1.051 0.152 3.275 0.403 4.653 0.199 1.305-0.735 1.371-1.235 0.91z"/> | |
<path id="zid_736" d="m266.11 99.915c-0.284 0.3211 0.663 0.9491 0.851 0.7861 0.365-0.316 1.782-1.9314 1.509-2.496-0.243-0.5035-2.192-1.6061-2.509-1.0602-0.588 0.9448 1.837 1.3681 1.457 1.6451-0.187 0.1073-0.854 0.568-1.308 1.125z"/> | |
<path id="zid_737" d="m269.61 92.835s0.609 2.0836 1.105 1.2155c0.401-0.6016-1.105-1.2155-1.105-1.2155z"/> | |
<path id="zid_738" d="m270.6 96.15c-0.223 0.1219-0.851 0.6194-0.442 0.884 0.647 0.3827 2.407 0.6857 2.027-0.5659-0.231-0.7372 2.654 0.0205 1.951-1.9755-0.184-0.5524-1.054-1.3496-1.482-1.4622-0.272-0.0716-1.196 0.4352-0.618 0.7144 0.422 0.2185 1.695 0.9665 1.222 1.4564-0.537 0.5125-0.911-0.23-1.579-0.1104-0.336 0.0639-0.117 1.0201-0.306 1.2802-0.106 0.1451-0.591-0.3201-0.773-0.221z"/> | |
<path id="zid_739" d="m275.18 88.227c-0.364 0.1819-1.016 1.1688-1.04 1.6251-0.013 0.2435 0.254 0.5782 0.462 0.4743 0.382-0.1908 0.972-1.1249 0.994-1.5536 0.014-0.2711-0.19-0.6586-0.416-0.5458z"/> | |
<path id="zid_740" d="m277.56 87.974c-0.703-0.8594 0.746-2.1353 1.398-0.4152 0.394 1.0791 4.594 6.6063 5.453 8.4813 0.608 1.269-0.022 1.7933-0.774 0.884-2.127-2.7138-3.872-6.0965-6.077-8.9501z"/> | |
<path id="zid_741" d="m281.87 88.084c0.749-0.8114 2.278-2.4687 1.866-3.3929-0.316-0.7949-1.245-0.7159-1.404-0.5325-0.909 1.085 0.646 0.8127 0.422 1.1832-0.463 0.8692-0.924 1.3477-1.163 2.1831-0.056 0.1959 0.144 0.7053 0.279 0.5591z"/> | |
</g> | |
<g id="zid_742" fill-rule="evenodd" fill="#fff" transform="translate(0,199.5)"> | |
<path id="zid_743" d="m266.74 103c-0.129 0.388 0.387 1.442 0.922 1.52 0.525 0.039 0.793-1.138 0.624-1.52-0.125-0.281-1.454-0.275-1.546 0z"/> | |
<path id="zid_744" d="m269.52 107.09c-0.337-0.363-1.33 0.611-0.527 1.3 0.451 0.365 2.103 0.895 2.555 0.124 0.612-0.992-0.603-4.594-0.065-5.07 0.42-0.372 2.367 2.406 3.328 2.606 2.258 0.313 1.716-3.866 4.149-3.582 1.658 0.221 1.84-1.851 1.609-3.1447-0.185-1.2414-2.195-3.0334-3.119-3.835-1.216-1.0123-1.758 0.7463-0.995 1.326 0.982 0.7864 2.709 2.3749 2.984 3.4257 0.13 0.496-1.2 1.482-1.69 1.215-1.131-0.617-2.183-3.2629-3.172-3.8673-0.337-0.2058-1.166 0.2593-0.767 1.0849 0.449 0.8845 2.432 2.2544 2.548 3.1984 0.105 0.861-0.884 2.723-1.533 2.723-0.714 0-2.534-2.25-3.102-3.309-0.284-0.507-1.268-0.458-1.371 0.242-0.163 1.051 0.152 3.275 0.403 4.653 0.199 1.305-0.735 1.371-1.235 0.91z"/> | |
<path id="zid_745" d="m266.11 99.915c-0.284 0.3211 0.663 0.9491 0.851 0.7861 0.365-0.316 1.782-1.9314 1.509-2.496-0.243-0.5035-2.192-1.6061-2.509-1.0602-0.588 0.9448 1.837 1.3681 1.457 1.6451-0.187 0.1073-0.854 0.568-1.308 1.125z"/> | |
<path id="zid_746" d="m269.61 92.835s0.609 2.0836 1.105 1.2155c0.401-0.6016-1.105-1.2155-1.105-1.2155z"/> | |
<path id="zid_747" d="m270.6 96.15c-0.223 0.1219-0.851 0.6194-0.442 0.884 0.647 0.3827 2.407 0.6857 2.027-0.5659-0.231-0.7372 2.654 0.0205 1.951-1.9755-0.184-0.5524-1.054-1.3496-1.482-1.4622-0.272-0.0716-1.196 0.4352-0.618 0.7144 0.422 0.2185 1.695 0.9665 1.222 1.4564-0.537 0.5125-0.911-0.23-1.579-0.1104-0.336 0.0639-0.117 1.0201-0.306 1.2802-0.106 0.1451-0.591-0.3201-0.773-0.221z"/> | |
<path id="zid_748" d="m275.18 88.227c-0.364 0.1819-1.016 1.1688-1.04 1.6251-0.013 0.2435 0.254 0.5782 0.462 0.4743 0.382-0.1908 0.972-1.1249 0.994-1.5536 0.014-0.2711-0.19-0.6586-0.416-0.5458z"/> | |
<path id="zid_749" d="m277.56 87.974c-0.703-0.8594 0.746-2.1353 1.398-0.4152 0.394 1.0791 4.594 6.6063 5.453 8.4813 0.608 1.269-0.022 1.7933-0.774 0.884-2.127-2.7138-3.872-6.0965-6.077-8.9501z"/> | |
<path id="zid_750" d="m281.87 88.084c0.749-0.8114 2.278-2.4687 1.866-3.3929-0.316-0.7949-1.245-0.7159-1.404-0.5325-0.909 1.085 0.646 0.8127 0.422 1.1832-0.463 0.8692-0.924 1.3477-1.163 2.1831-0.056 0.1959 0.144 0.7053 0.279 0.5591z"/> | |
</g> | |
<path id="zid_751" d="m336.11 298.84c-0.183-0.66-1.207-1.6359-1.092 0.1295 0.204 3.2048 4.607 2.1918 5.94 1.0528 1.21-1.0724 0.16 3.618 1.768 4.12 0.886 0.284 2.554-0.925 3.374-1.989 2.274-2.9506 3.721-7.1804 5.908-10.094 0.826-1.1391-0.452-1.9522-0.969-1.0458-1.902 3.1891-4.264 9.6975-6.844 11.388-2.103 1.346-1.48-1.733-1.553-2.658-0.092-0.6786-0.919-1.677-2.022-0.7604-0.771 0.6024-1.969 1.0924-3.054 0.9944-0.629-0.035-1.16-0.024-1.456-1.1373z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_752" d="m293.48 291.23c0.451-0.3223 1.171 1.0848 0.663 1.4364-0.423 0.2817-1.249-1.0458-0.663-1.4364z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_753" d="m346.98 290.3c-0.538-0.4358 0.529-2.5481 1.251-1.7189 1.982 2.2936 2.903 9.7404 3.476 15.314 0 0-0.891 0.743-0.898 0.625 0-2.969-1.193-12.052-3.829-14.22z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_754" d="m294.68 288.38c-0.228 0.1106-0.681-0.0465-0.546-0.24 0.638-0.9115 1.998-2.2835 2.984-2.7624 0.303-0.1472 0.833 0.3876 0.65 0.6496-0.59 0.843-2.026 1.8373-3.088 2.3528z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_755" d="m346.98 290.3c-0.538-0.4358 0.529-2.5481 1.251-1.7189 1.982 2.2936 2.903 9.7404 3.476 15.314 0 0-0.891 0.743-0.898 0.625 0-2.969-1.193-12.052-3.829-14.22z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_756" d="m348.2 303.31c0.358-0.997 5.118-8.986 5.743-10.744 0.32-0.8476 1.686 1.4537 0.352 2.6955-1.172 1.0547-4.63 6.7253-5.275 8.7123-0.297 0.897-1.198 0.47-0.82-0.664z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_757" d="m312.42 281.62c0.137-0.8221-1.33 0.0172-1.357-1.0726-0.014-0.5768 1.603-0.9815 2.279-0.318 1.142 1.1585 0.288 3.1126-1.611 3.2356-1.583 0.0699-4.224 2.2476-3.822 2.7054 0.457 0.5653 4.562 0.9386 6.949 0.5648 1.478-0.2074 1.168 1.1145-0.346 1.2935-1.463 0.1686-2.655 0.0123-4.022 0.442-1.609 0.4597-2.311 2.6194-3.205 3.4254-0.199 0.1401-0.736-0.7081-0.532-1.0269 0.644-1.0072 1.671-2.5488 2.801-2.9901 0.713-0.2888-1.966-0.3799-2.821-0.6239-0.678-0.2044-0.481-1.066-0.221-1.5469 0.345-0.7493 2.87-3.278 3.888-3.2367 0.956 0.0404 1.925-0.2379 2.02-0.8516z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_758" d="m299.64 287.2c-1.103-0.859 0.297-2.0625 1.45-1.2222 2.246 1.6943-3.351 8.1851-6.396 11.219-0.557 0.5942-1.046-0.9024-0.332-1.5469 2.183-1.8517 4.227-4.0641 5.648-6.3496 0.274-0.44 0.536-1.3885-0.37-2.1004z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_759" d="m302.54 283.05c-0.641-1.4736 0.962-2.019 1.202-0.9687 1.114 4.8406 3.781 8.5056 5.811 11.797 0.611 1.029 0.121 1.6422-1.365 0.6953-1.029-0.7055-2.074-3.2782-2.58-3.3796-0.916-0.1705-3.108 4.1793-7.592 2.9377-1.16-0.3241-1.083-3.7735-1.105-5.2971-0.049-0.7143 0.74-0.903 0.767 0.0714 0.041 1.4047-0.002 4.3227 1.795 4.4209 1.465 0.0819 4.71-1.9893 5.394-3.6084 0.609-1.6647-1.634-4.9734-2.327-6.6688z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_760" d="m290.24 282.7c0.34 0.0162 1.272 1.2239 1.211 1.6016-0.042 0.1781-0.997-0.0265-1.289-0.2734-0.216-0.1828-0.129-1.338 0.078-1.3282zm-4.494 8.7491c-0.852 0.4647 0.135 1.382 0.773 0.9944 2.395-1.5507 5.989-3.1796 6.74-6.2514 0.241-1.0404 1.208-2.6352 2.126-2.9911 0.887-0.3439 2.175 1.6048 3.016 0.0714 0.493-0.8765 2.221 0.5752 2.638-0.3627 0.508-1.1328 0.266-1.7565 0.287-2.8416-0.037-0.7108-0.58-0.9231-0.974 0.2277-0.205 0.5211 0.036 1.0472-0.131 1.3192-0.127 0.2068-0.523 0.4069-0.753 0.2344-0.212-0.159-0.065-0.603-0.573-0.7992-0.197-0.0987-0.513-0.1808-0.65 0.0714-0.603 1.0754-0.937 2.0781-1.781 0.9354-0.752-0.9844-1.133-2.686-1.684-0.3572-0.198 0.8219-1.447 2.0146-2.184 2.0146-0.92 0-0.689-2.4224-2.71-2.0537-1.039 0.2216-0.967 2.2096-0.812 2.9444 0.255 1.0212 3.291 0.2877 3.14 0.9553-0.519 2.3197-3.739 4.5247-6.468 5.8887z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_761" d="m302.54 283.05c-0.641-1.4736 0.962-2.019 1.202-0.9687 1.114 4.8406 3.781 8.5056 5.811 11.797 0.611 1.029 0.121 1.6422-1.365 0.6953-1.029-0.7055-2.074-3.2782-2.58-3.3796-0.916-0.1705-3.108 4.1793-7.592 2.9377-1.16-0.3241-1.083-3.7735-1.105-5.2971-0.049-0.7143 0.74-0.903 0.767 0.0714 0.041 1.4047-0.002 4.3227 1.795 4.4209 1.465 0.0819 4.71-1.9893 5.394-3.6084 0.609-1.6647-1.634-4.9734-2.327-6.6688z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_762" d="m305.23 280.01c0.253-0.5281 1.772-1.1251 2.159-1.4822 0.358-0.3665 0.529 0.3101 0.376 0.6295-0.253 0.5278-1.564 1.4192-2.139 1.4431-0.309 0.0129-0.549-0.2714-0.396-0.5904z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_763" d="m308.83 280.18c0.329-0.927 1.39-2.3322 2.12-2.7948 0.375-0.2372 1.048-0.0506 0.922 0.3047-0.279 0.7865-1.577 2.1607-2.45 2.8081-0.265 0.2358-0.668-0.1032-0.592-0.318z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_764" d="m305.74 282.5c-0.22 0.1101-0.101 0.5787 0.111 0.6495 0.451 0.1502 1.272 0.1795 1.644-0.0257 0.54-0.3328 0.294-2.3808-0.429-1.2868-0.485 0.6749-0.839 0.4581-1.326 0.663z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_765" d="m316.68 281.84c0.475-0.419 0.718-1.1201 1.216-1.5469 0.273-0.2734 0.709 0.0542 0.636 0.7143-0.061 0.5197-0.759 0.9676-1.228 1.3583-0.382 0.2861-0.826-0.3318-0.624-0.5257z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_766" d="m322.09 279.91c0.707-0.0781 0.883 1.2868 0.11 1.5078-0.469 0.1563-0.879-1.4273-0.11-1.5078z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_767" d="m320.31 284.13c-0.011 1.175 0.569 1.0669 1.676 1.0268 1.074-0.0404 2.019 0.0277 2.015-1.0335-0.005-1.1-0.609-2.0623-0.786-1.3137-0.156 0.7032-0.28 1.8545-0.689 1.3528-0.386-0.4311-0.233-0.5256-0.897 0.1819-0.368 0.3899-0.41-0.189-0.631-0.5525-0.154-0.2153-0.687 0.1739-0.688 0.3382z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_768" d="m312.59 290.13c-0.264 1.555-0.022 3.7323 0.774 3.7569 0.984 0.032 3.02-3.3998 3.984-5.1799 0.578-0.9934 1.571-1.1671 1.157-0.1306-0.627 1.5992-0.571 5.0205-0.02 6.0259 0.296 0.5415 2.481-0.4966 2.834-1.2679 0.642-1.4018 0.12-3.9859 0.345-5.5639 0.109-1.036 1.057-1.2525 1.007-0.2923-0.094 1.718-0.257 4.8677-0.136 6.2982 0.072 0.8223 2.423 2.0358 2.801-0.4543 0.199-1.5674 1.006-3.113-0.039-4.8495-0.648-1.0857 0.951-0.9497 1.813 0.5335 0.603 1.0094-0.508 2.6799-0.469 3.9711 0.1 1.9865-1.445 3.1151-2.566 3.1386-1.002 0.0202-1.655-1.2106-2.476-1.2278-0.911-0.0581-1.847 1.4172-2.6 1.365-2.918-0.1994-1.373-4.4646-2.262-4.5169-0.989-0.0582-2.155 4.1804-3.373 4.0292-1.201-0.1442-2.444-3.4545-1.944-4.8551 0.452-1.3031 1.304-1.6085 1.17-0.7802z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_769" d="m326.72 283.4c-1.424-0.8686 0.09-3.1274 0.786-2.3338 1.344 1.6096 2.699 5.4302 3.646 5.7458 0.6 0.2001 0.572-2.824 0.995-4.1988 0.273-1.0156 1.501-0.6841 1.266 0.6172-0.08 0.4345-1.604 5.3752-1.487 5.5705 1.056 2.1111 2.101 4.2534 2.762 6.5192 0.273 0.9766-0.9 0.3189-1.04 0.1161-0.749-1.1196-2.06-5.4009-2.06-5.2056-0.603 3.0118-0.745 3.9007-1.385 6.4601-0.195 0.8203-1.402 0.6709-1.13-0.7734 0.262-1.1872 1.988-7.0253 1.891-7.1945-1.357-2.3954-2.598-4.2902-4.244-5.3228z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_770" d="m329.29 297.29c-0.397-0.045-1.013 0.8831 0.964 1.2478 2.642 0.4782 5.534-0.4116 6.42-3.0023 1.015-3.0859 1.686-6.0073 2.216-7.1097 0.662-1.2847 1.509-1.1809 0.884-3.0559-0.441-1.3496-1.264-0.9424-1.437-0.221-0.462 1.967-2.215 8.3307-2.762 9.5026-1.032 2.1385-3.112 2.9845-6.285 2.6385z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_771" d="m334.58 287.14c-0.283-0.6072-0.943-0.1372-0.825 0.5268 0.07 0.6002 0.557 0.9265 1.046 0.9096 0.579-0.02 1.804 0.0194 1.807-0.942 0.002-0.6754-0.529-1.2397-0.923-0.4944-0.377 0.6748-0.862 0.6041-1.105 0z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_772" d="m335.24 284.6c-0.203 0.1409-0.021 0.892 0.221 0.8839 0.863-0.0288 2.086-0.3041 2.741-0.76 0.192-0.1334 0.112-0.5873-0.161-0.5782-0.832 0.0277-2.156 0.006-2.801 0.4543z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_773" d="m342.57 286.49c0.625-0.9766 2.349-1.0761 1.729 0.3181-0.439 0.9606-4.731 9.2537-5.317 10.308-0.639 1.1859-1.162 0.5987-0.708-0.3248 0.611-1.1884 4.1-10.013 4.296-10.302z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_774" d="m343.97 292.89c0.023-0.1809-0.931-0.263-0.884 0.663 0.033 0.6855 0.853 0.8716 0.994 0.7735 1.29-0.9382-0.274-0.4703-0.11-1.4365z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_775" d="m348.2 303.31c0.358-0.997 5.118-8.986 5.743-10.744 0.32-0.8476 1.686 1.4537 0.352 2.6955-1.172 1.0547-4.63 6.7253-5.275 8.7123-0.297 0.897-1.198 0.47-0.82-0.664z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_776" d="m342.09 296.64c-0.254 0.0594-0.487 0.8703 0.111 0.9163 0.547 0.039 2.69-0.191 3.282-0.1563 0.383-0.0144 0.529-0.7466-0.292-0.7076-0.996 0.0499-2.305-0.1997-3.101-0.0524z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_777" d="m348.2 303.31c0.358-0.997 5.118-8.986 5.743-10.744 0.32-0.8476 1.686 1.4537 0.352 2.6955-1.172 1.0547-4.63 6.7253-5.275 8.7123-0.297 0.897-1.198 0.47-0.82-0.664z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_778" d="m356.28 295.69c0.879-3.2938 3.008 0.5081 1.133 2.3831-2.895 2.8355-3.767 8.2485-8.36 9.0635-1.238 0.266-3.417-0.557-4.063-1.016-0.252-0.179 0.163-1.355 0.937-0.781 1.119 0.874 3.43 1.071 4.65 0.078 2.61-2.562 4.735-5.9547 5.703-9.7276z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/> | |
<path id="zid_779" d="m356.28 295.69c0.879-3.2938 3.008 0.5081 1.133 2.3831-2.895 2.8355-3.767 8.2485-8.36 9.0635-1.238 0.266-3.417-0.557-4.063-1.016-0.252-0.179 0.163-1.355 0.937-0.781 1.119 0.874 3.43 1.071 4.65 0.078 2.61-2.562 4.735-5.9547 5.703-9.7276z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_780" d="m312.34 305.45c-0.97 0.196-0.805 1.443-0.52 1.598 0.47 0.219 1.197 0.311 1.469-1.123 0.127-0.589 0.242 2.928 1.533 1.573 0.743-0.821 2.584 0.149 3.355-0.884 0.552-0.688 0.722-1.168 0.292-2.184-0.125-0.309-0.881-0.157-0.838 0.593 0.038 0.632-0.448 1.412-1.08 1.279-0.307-0.056 0.173-1.546-0.135-1.95-0.17-0.222-0.428-0.198-0.597 0.032-0.237 0.322 0.238 1.75-0.541 1.938-0.983 0.227-0.468-0.955-0.884-1.171-1.338-0.675-1.467 0.175-2.054 0.299z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_781" d="m319.91 303.05c0.711-0.2 0.489-0.201 1.608-1.117 0.436-0.33 0.522 0.636 0.476 1.018-0.081 0.649-0.852 0.191-1.091 0.762-0.35 0.742-0.208 2.468-0.325 3.171-0.08 0.361-0.659 0.33-0.714 0.045-0.166-0.857 0.117-1.696 0.09-2.768-0.009-0.364-0.53-0.935-0.044-1.111z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_782" d="m316.57 299.19c-0.172 0.7756-0.159 1.4146-0.159 1.9466 0.039 0.43 0.825 0.153 0.822 0.098-0.039-0.681 0.116-1.623-0.085-1.8856-0.109-0.1417-0.538-0.3054-0.578-0.159z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_783" d="m307.92 301.39c-1.212 1.06-2.336 1.493-3.451 2.833-0.456 0.549-0.443 1.314-0.715 2.014-0.273 0.743-1.151 0.889-1.423 0.734-0.455-0.299-0.389-1.677-0.897-0.935-0.431 0.683-0.709 1.624-1.346 1.612-0.576-0.012-1.663-1.19-1.112-1.247 1.885-0.193 1.862-1.702 2.568-1.801 0.792-0.106 0.844 1.246 1.333 0.975 0.384-0.197 0.565-1.772 0.982-2.197 1.278-1.306 2.289-1.996 3.593-2.956 0.66-0.526 1.131 0.423 0.468 0.968z" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_784" d="m308.56 303.01c-0.207 0.238-0.84 0.199-0.897 0.533-0.249 1.239 0 1.867-0.273 3.06-0.261 1.142-1.054 1.185-1 0.254 0.072-1.207 1.067-2.911 0.364-3.028-0.468-0.11-0.829-0.736-0.345-1.045 0.914-0.634 1.405-0.537 2.033-0.346 0.219 0.067 0.275 0.389 0.118 0.572z" fill-rule="evenodd" fill="#fff"/> | |
<g id="zid_785" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff"> | |
<path id="zid_786" d="m302.18 200.08c0.419 0.931 1.031 0.89 0.939-0.001-0.178-1.141-0.523-2.718-0.718-4.088-0.111-1.16-1.31-0.936-0.994 0.276 0.4 1.308 0.316 2.743 0.773 3.813z"/> | |
<path id="zid_787" d="m305.77 200.14c-0.005 0.472 0.726 0.429 0.719 0.056-0.076-1.187-0.166-2.791 0.165-3.37 0.258-0.452 1.299-0.133 2.265-0.221 0.385-0.057 0.305-1.116-0.497-1.049-0.946 0.085-3.44-0.222-3.591 0.662-0.217 1.59 0.983-0.095 0.939 3.922z"/> | |
<path id="zid_788" d="m313.01 195.55c0.605 0.436 0.521 1.003-0.221 0.828-0.884-0.221-1.48-0.15-1.468 0.335 0.013 0.477 0.386 0.57 0.929 1.099 0.52 0.545-0.319 0.456-0.962 1.572-0.548 0.924 0.57 1.046 1.888 0.696 0.336-0.096 0.777 0.482-0.055 0.957-0.586 0.313-2.219 0.696-2.625-0.489-0.771-2.05 1.291-2.334 0.422-2.88-0.474-0.286-0.645-0.717-0.559-1.289 0.184-1.32 2.15-1.145 2.651-0.829z"/> | |
<path id="zid_789" d="m315.73 200.07c0.795-1.451 1.343-2.538 1.565-3.77 0.193-1.112 0.992-1.219 1.16-0.276 0.216 1.252 0.933 2.493 1.803 3.63 0.51 0.705-0.516 1.326-0.919 0.777-0.739-0.938-0.77-2.245-1.206-2.236-0.503 0.01-1.074 1.457-1.611 2.525-0.156 0.31-1.109-0.001-0.792-0.65z"/> | |
</g> | |
<g id="zid_790" fill-rule="evenodd" fill="#fff" transform="translate(0,199.5)"> | |
<path id="zid_791" d="m302.18 200.08c0.419 0.931 1.031 0.89 0.939-0.001-0.178-1.141-0.523-2.718-0.718-4.088-0.111-1.16-1.31-0.936-0.994 0.276 0.4 1.308 0.316 2.743 0.773 3.813z"/> | |
<path id="zid_792" d="m305.77 200.14c-0.005 0.472 0.726 0.429 0.719 0.056-0.076-1.187-0.166-2.791 0.165-3.37 0.258-0.452 1.299-0.133 2.265-0.221 0.385-0.057 0.305-1.116-0.497-1.049-0.946 0.085-3.44-0.222-3.591 0.662-0.217 1.59 0.983-0.095 0.939 3.922z"/> | |
<path id="zid_793" d="m313.01 195.55c0.605 0.436 0.521 1.003-0.221 0.828-0.884-0.221-1.48-0.15-1.468 0.335 0.013 0.477 0.386 0.57 0.929 1.099 0.52 0.545-0.319 0.456-0.962 1.572-0.548 0.924 0.57 1.046 1.888 0.696 0.336-0.096 0.777 0.482-0.055 0.957-0.586 0.313-2.219 0.696-2.625-0.489-0.771-2.05 1.291-2.334 0.422-2.88-0.474-0.286-0.645-0.717-0.559-1.289 0.184-1.32 2.15-1.145 2.651-0.829z"/> | |
<path id="zid_794" d="m315.73 200.07c0.795-1.451 1.343-2.538 1.565-3.77 0.193-1.112 0.992-1.219 1.16-0.276 0.216 1.252 0.933 2.493 1.803 3.63 0.51 0.705-0.516 1.326-0.919 0.777-0.739-0.938-0.77-2.245-1.206-2.236-0.503 0.01-1.074 1.457-1.611 2.525-0.156 0.31-1.109-0.001-0.792-0.65z"/> | |
</g> | |
<path id="zid_795" d="m384.5 357.31c-0.056 0.297 0.747 0.736 0.938 0.508 0.864-1.035 1.995-3.067 2.227-4.297 0.068-0.358-1.083-0.763-1.329-0.469-0.809 0.969-1.593 2.966-1.836 4.258z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<clipPath id="zid_797" clipPathUnits="userSpaceOnUse"> | |
<rect id="zid_798" height="464.86" width="464.86" y="47.6" x="108.95" fill="#25ff01"/> | |
</clipPath> | |
<pattern id="zflag_ag" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_799" clip-path="url(#zid_797)" fill-rule="evenodd" transform="matrix(1.1014 0 0 1.1014 -120 -52.427)"> | |
<rect id="zid_800" height="464.4" width="693" y="47.6" x="0" stroke-width="1pt" fill="#fff"/> | |
<rect id="zid_801" height="196.2" width="690.83" y="48.161" x="1.5302" stroke-width="1pt"/> | |
<rect id="zid_802" height="103.35" width="458.52" y="232.12" x="128.29" stroke-width="1pt" fill="#0061ff"/> | |
<path id="zid_803" d="m692.53 49.191v463.27h-345.67l345.67-463.27z" fill="#e20000"/> | |
<path id="zid_804" d="m1.1886 49.191v463.27h345.67l-345.67-463.27z" fill="#e20000"/> | |
<path id="zid_805" d="m508.78 232.22-69.285-17.58 58.944-44.467-72.387 10.341 37.228-63.08-64.115 37.228 11.375-73.422-43.432 57.91-17.58-67.217-19.648 69.285-43.433-58.944 12.409 75.491-64.114-39.297 37.228 63.08-70.319-11.375 57.91 43.433-72.388 18.614h321.61z" fill="#ffd600"/> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<clipPath id="zid_807" clipPathUnits="userSpaceOnUse"> | |
<rect id="zid_808" fill-opacity="0.67" height="512" width="512" y="0" x="0"/> | |
</clipPath> | |
<pattern id="zflag_ai" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_809" clip-path="url(#zid_807)"> | |
<g id="zid_810" transform="translate(-2)"> | |
<rect id="zid_811" fill-rule="evenodd" height="256.07" width="429.52" y=".44916" x="-165.86" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_812" d="m-165.86 0.44988-0.0179 19.219 102.5 63.221 38.565 1.3414-141.05-83.781z" fill="#c00"/> | |
<path id="zid_813" d="m-121.97 0.44988 124.26 77.916v-77.916h-124.26z" fill="#006"/> | |
<path id="zid_814" d="m18.866 0.44988v99.468h-184.73v56.839h184.73v99.468h56.839v-99.468h184.73v-56.839h-184.73v-99.468h-56.839z" fill="#c00"/> | |
<path id="zid_815" d="m92.283 0.44988v73.417l121.57-72.848-121.57-0.56912z" fill="#006"/> | |
<path id="zid_816" d="m96.12 81.871 34.19-0.33 132.82-80.522-35.24 0.6889-131.77 80.163z" fill="#c00"/> | |
<path id="zid_817" d="m261.78 22.495-101.46 60.395 100.11 0.44974v89.995h-85.258l84.47 54.942 1.2386 27.948-45.116-0.64654-123.48-72.77v73.417h-89.995v-73.417l-115.83 73.22-52.315 0.19657v255.78h852.58v-511.55l-424.04-0.46m-428.54 28.869l-0.4499 53.121 89.757 1.3497-89.307-54.471z" fill="#006"/> | |
<path id="zid_818" d="m-165.86 173.33v54.471l85.258-53.902-85.258-0.56863z" fill="#006"/> | |
<path id="zid_819" d="m162.45 175.58-35.543-0.33108 133.97 80.072-0.881-18.319-97.55-61.422zm-295.02 81.091 125.62-79.172-32.994 0.26265-125.92 78.791" fill="#c00"/> | |
</g> | |
<g id="zid_820" transform="matrix(2.1655 0 0 2.1655 -213.91 -525.81)"> | |
<path id="zid_821" d="m269 356 1 1-1-1z" fill="#49497d"/> | |
<path id="zid_822" d="m270 356 1 1-1-1z" fill="#0e0e6e"/> | |
<path id="zid_823" d="m267 357 1 1-1-1z" fill="#262678"/> | |
<path id="zid_824" d="m268 357 1 1-1-1z" fill="#808067"/> | |
<path id="zid_825" d="m271 357 1 1-1-1z" fill="#58587b"/> | |
<path id="zid_826" d="m234 358 1 1-1-1z" fill="#0e0e6e"/> | |
<path id="zid_827" d="m265 358 1 1-1-1z" fill="#1b1b74"/> | |
<path id="zid_828" d="m266 358 1 1-1-1z" fill="#6e6c70"/> | |
<path id="zid_829" d="m235.76 359.81c0 25.838-2.978 54.955 16.28 75.19 3.962 4.163 11.499 13.656 17.96 13.292 6.764-0.381 15.462-10.39 19.331-15.292 16.764-22.052 14.099-48.355 14.669-73.95-7.57 3.3996-11.34 4.5196-17.96 4.4998-4.903 0.5039-12.467-2.7917-16.99-4.9474-2.956 1.9739-7.244 4.3279-14.95 4.5922-8.9 0.3915-11.72-1.1167-18.34-3.3848z" fill="#cc3"/> | |
<path id="zid_830" d="m272 358 1 1-1-1z" fill="#99994e"/> | |
<path id="zid_831" d="m273 358 1 1-1-1z" fill="#49497d"/> | |
<path id="zid_832" d="m304 358 1 1-1-1z" fill="#0e0e6e"/> | |
<path id="zid_833" d="m235 359 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_834" d="m236 359 1 1-1-1z" fill="#6e6c70"/> | |
<path id="zid_835" d="m237 359 1 1-1-1z" fill="#3a3a7c"/> | |
<path id="zid_836" d="m263 359 1 1-1-1z" fill="#1b1b74"/> | |
<path id="zid_837" d="m264 359 1 1-1-1z" fill="#6e6c70"/> | |
<path id="zid_838" d="m265 359 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_839" d="m269 359 1 1-1-1z" fill="#d0d045"/> | |
<path id="zid_840" d="m273 359 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_841" d="m274 359 1 1-1-1z" fill="#8d8d5b"/> | |
<path id="zid_842" d="m275 359 1 1-1-1z" fill="#3a3a7c"/> | |
<path id="zid_843" d="m301 359 1 1-1-1z" fill="#262678"/> | |
<path id="zid_844" d="m302 359 1 1-1-1z" fill="#53527c"/> | |
<path id="zid_845" d="m303 359 1 1-1-1z" fill="#8d8d5b"/> | |
<path id="zid_846" d="m239 360 1 1-1-1z" fill="#737370"/> | |
<path id="zid_847" d="m240 360 1 1-1-1z" fill="#53527c"/> | |
<path id="zid_848" d="m241 360 1 1-1-1z" fill="#1b1b74"/> | |
<path id="zid_849" d="m261 360 1 1-1-1z" fill="#262678"/> | |
<path id="zid_850" d="m262 360 1 1-1-1z" fill="#6e6c70"/> | |
<path id="zid_851" d="m263 360 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_852" d="m268 360 1 1-1-1z" fill="#e5e59d"/> | |
<path id="zid_853" d="m237.81 362.62c-0.538 13.573-0.125 28.857 1.997 43.38 2.346 7.587 2.032 11.755 5.518 16.302l48.798-0.38c2.94-4.784 5.121-12.038 5.402-14.922 2.725-14.667 2.79-30.853 2.855-45.33-4.907 2.6083-11.333 4.4568-17.57 3.6458-5-0.3813-9.62-1.5225-15-4.5633-4.667 2.7961-6.294 4.0724-14 4.3989-6 0.2959-10.86 0.7818-18-2.5316z" fill="#fff"/> | |
<path id="zid_854" d="m270 360 1 1-1-1z" fill="#f2f1d7"/> | |
<path id="zid_855" d="m271 360 1 1-1-1z" fill="#d9d868"/> | |
<path id="zid_856" d="m275 360 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_857" d="m276 360 1 1-1-1z" fill="#99994e"/> | |
<path id="zid_858" d="m277 360 1 1-1-1z" fill="#49497d"/> | |
<path id="zid_859" d="m278 360 1 1-1-1z" fill="#0e0e6e"/> | |
<path id="zid_860" d="m298 360 1 1-1-1z" fill="#3a3a7c"/> | |
<path id="zid_861" d="m299 360 1 1-1-1z" fill="#667"/> | |
<path id="zid_862" d="m300 360 1 1-1-1z" fill="#99994e"/> | |
<path id="zid_863" d="m301 360 1 1-1-1m-60 1 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_864" d="m242 361 1 1-1-1z" fill="#99994e"/> | |
<path id="zid_865" d="m243 361 1 1-1-1z" fill="#6e6c70"/> | |
<path id="zid_866" d="m244 361 1 1-1-1z" fill="#49497d"/> | |
<path id="zid_867" d="m245 361 1 1-1-1m13 0 1 1-1-1z" fill="#1b1b74"/> | |
<path id="zid_868" d="m259 361 1 1-1-1z" fill="#53527c"/> | |
<path id="zid_869" d="m260 361 1 1-1-1z" fill="#8d8d5b"/> | |
<path id="zid_870" d="m261 361 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_871" d="m266 361 1 1-1-1z" fill="#e5e59d"/> | |
<path id="zid_872" d="m267 361 1 1-1-1z" fill="#fbfaf2"/> | |
<path id="zid_873" d="m272 361 1 1-1-1z" fill="#f2f1d2"/> | |
<path id="zid_874" d="m273 361 1 1-1-1z" fill="#d9d868"/> | |
<path id="zid_875" d="m278 361 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_876" d="m279 361 1 1-1-1z" fill="#6e6c70"/> | |
<path id="zid_877" d="m280 361 1 1-1-1z" fill="#3a3a7c"/> | |
<path id="zid_878" d="m293 361 1 1-1-1z" fill="#0e0e6e"/> | |
<path id="zid_879" d="m294 361 1 1-1-1z" fill="#32327b"/> | |
<path id="zid_880" d="m295 361 1 1-1-1z" fill="#58587b"/> | |
<path id="zid_881" d="m296 361 1 1-1-1z" fill="#808067"/> | |
<path id="zid_882" d="m297.67 361.33 0.666 0.3334-0.666-0.3334z" fill="#a4a43d"/> | |
<path id="zid_883" d="m237 362 1 1-1-1z" fill="#dddc7a"/> | |
<path id="zid_884" d="m238 362 1 1-1-1z" fill="#d0d045"/> | |
<path id="zid_885" d="m245.67 362.33 0.666 0.3334-0.666-0.3334z" fill="#a4a43d"/> | |
<path id="zid_886" d="m247 362 1 1-1-1z" fill="#808067"/> | |
<path id="zid_887" d="m248 362 1 1-1-1z" fill="#667"/> | |
<path id="zid_888" d="m249 362 1 1-1-1z" fill="#58587b"/> | |
<path id="zid_889" d="m250 362 1 1-1-1z" fill="#49497d"/> | |
<path id="zid_890" d="m256 362 1 1-1-1z" fill="#737370"/> | |
<path id="zid_891" d="m257 362 1 1-1-1z" fill="#99994e"/> | |
<path id="zid_892" d="m258 362 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_893" d="m264 362 1 1-1-1z" fill="#e5e59d"/> | |
<path id="zid_894" d="m265 362 1 1-1-1z" fill="#fbfaf2"/> | |
<path id="zid_895" d="m274 362 1 1-1-1z" fill="#f2f1d2"/> | |
<path id="zid_896" d="m275 362 1 1-1-1z" fill="#d9d868"/> | |
<path id="zid_897" d="m280.67 362.33 0.666 0.3334-0.666-0.3334z" fill="#a4a43d"/> | |
<path id="zid_898" d="m282 362 1 1-1-1z" fill="#808067"/> | |
<path id="zid_899" d="m283 362 1 1-1-1z" fill="#667"/> | |
<path id="zid_900" d="m284 362 1 1-1-1z" fill="#58587b"/> | |
<path id="zid_901" d="m285 362 1 1-1-1z" fill="#3a3a7c"/> | |
<path id="zid_902" d="m289.67 362.33 0.666 0.3334-0.666-0.3334z" fill="#58587b"/> | |
<path id="zid_903" d="m291 362 1 1-1-1z" fill="#737370"/> | |
<path id="zid_904" d="m292 362 1 1-1-1z" fill="#99994e"/> | |
<path id="zid_905" d="m293 362 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_906" d="m301 362 1 1-1-1z" fill="#dddc7a"/> | |
<path id="zid_907" d="m302 362 1 1-1-1z" fill="#d0d045"/> | |
<path id="zid_908" d="m239 363 1 1-1-1z" fill="#f2f1d7"/> | |
<path id="zid_909" d="m240 363 1 1-1-1z" fill="#e0dea1"/> | |
<path id="zid_910" d="m241 363 1 1-1-1z" fill="#dddc7a"/> | |
<path id="zid_911" d="m261 363 1 1-1-1z" fill="#d9d868"/> | |
<path id="zid_912" d="m262 363 1 1-1-1z" fill="#e5e3af"/> | |
<path id="zid_913" d="m276 363 1 1-1-1z" fill="#f6f6e4"/> | |
<path id="zid_914" d="m277 363 1 1-1-1z" fill="#e1e18c"/> | |
<path id="zid_915" d="m297 363 1 1-1-1z" fill="#d4d456"/> | |
<path id="zid_916" d="m298 363 1 1-1-1z" fill="#e1e18c"/> | |
<path id="zid_917" d="m299 363 1 1-1-1z" fill="#eeedc1"/> | |
<path id="zid_918" d="m243 364 1 1-1-1z" fill="#f2f1d2"/> | |
<path id="zid_919" d="m244 364 1 1-1-1z" fill="#e0dea1"/> | |
<path id="zid_920" d="m245 364 1 1-1-1z" fill="#dddc7a"/> | |
<path id="zid_921" d="m246 364 1 1-1-1z" fill="#d0d045"/> | |
<path id="zid_922" d="m258 364 1 1-1-1z" fill="#dddc7a"/> | |
<path id="zid_923" d="m259 364 1 1-1-1z" fill="#e5e3af"/> | |
<path id="zid_924" d="m260 364 1 1-1-1z" fill="#f6f6e4"/> | |
<path id="zid_925" d="m279 364 1 1-1-1z" fill="#eeedc1"/> | |
<path id="zid_926" d="m280 364 1 1-1-1z" fill="#e1e18c"/> | |
<path id="zid_927" d="m281 364 1 1-1-1z" fill="#d4d456"/> | |
<path id="zid_928" d="m293 364 1 1-1-1z" fill="#d9d868"/> | |
<path id="zid_929" d="m294 364 1 1-1-1z" fill="#e1e18c"/> | |
<path id="zid_930" d="m295 364 1 1-1-1z" fill="#eeedc1"/> | |
<path id="zid_931" d="m296 364 1 1-1-1z" fill="#f6f6e4"/> | |
<path id="zid_932" d="m248 365 1 1-1-1z" fill="#f2f1d7"/> | |
<path id="zid_933" d="m249 365 1 1-1-1z" fill="#f2f1d2"/> | |
<path id="zid_934" d="m250 365 1 1-1-1z" fill="#eeedc1"/> | |
<path id="zid_935" d="m254.67 365.33 0.666 0.3334-0.666-0.3334z" fill="#f2f1d2"/> | |
<path id="zid_936" d="m256 365 1 1-1-1z" fill="#fbfaf2"/> | |
<path id="zid_937" d="m261 365 2 2v-2h-2z" fill="#fef8f1"/> | |
<path id="zid_938" d="m283 365 1 1-1-1z" fill="#f2f1d7"/> | |
<path id="zid_939" d="m284 365 1 1-1-1z" fill="#f2f1d2"/> | |
<path id="zid_940" d="m285 365 1 1-1-1z" fill="#e5e3af"/> | |
<path id="zid_941" d="m286.67 365.33 0.666 0.3334-0.666-0.3334z" fill="#e5e59d"/> | |
<path id="zid_942" d="m288 365 1 1-1-1z" fill="#e0dea1"/> | |
<path id="zid_943" d="m289.67 365.33 0.666 0.3334-0.666-0.3334z" fill="#f2f1d2"/> | |
<path id="zid_944" d="m291 365 1 1-1-1z" fill="#fbfaf2"/> | |
<path id="zid_945" d="m259 366 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_946" d="m260 366 1 1-1-1z" fill="#fbbe66"/> | |
<path id="zid_947" d="m259 367 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_948" d="m261 367 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_949" d="m259 368 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_950" d="m261 368 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_951" d="m258 369 1 1-1-1m4 0 1 1-1-1z" fill="#fae3c9"/> | |
<path id="zid_952" d="m267 369 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_953" d="m268 369 1 1-1-1z" fill="#f9d6aa"/> | |
<path id="zid_954" d="m272 369 1 1-1-1z" fill="#fae3c9"/> | |
<path id="zid_955" d="m273 369 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_956" d="m258 370 1 1-1-1z" fill="#f9d099"/> | |
<path id="zid_957" d="m262 370 1 1-1-1z" fill="#fdab33"/> | |
<path id="zid_958" d="m264 370 1 1-1-1z" fill="#fcf1e4"/> | |
<path id="zid_959" d="m265 370 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_960" d="m266 370 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_961" d="m274 370 1 1-1-1z" fill="#fcb755"/> | |
<path id="zid_962" d="m275 370 1 1-1-1z" fill="#f9d6aa"/> | |
<path id="zid_963" d="m258 371 1 1-1-1z" fill="#faca88"/> | |
<path id="zid_964" d="m263 371 1 1-1-1m13 0 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_965" d="m277 371 1 1-1-1z" fill="#f8dcbb"/> | |
<path id="zid_966" d="m237 372 1 1-1-1z" fill="#f6f6e4"/> | |
<path id="zid_967" d="m258 372 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_968" d="m278 372 1 1-1-1z" fill="#fbbe66"/> | |
<path id="zid_969" d="m279 372 1 1-1-1z" fill="#f8dcbb"/> | |
<path id="zid_970" d="m258 373 1 1-1-1z" fill="#faca88"/> | |
<path id="zid_971" d="m281 373 1 1-1-1z" fill="#fcb755"/> | |
<path id="zid_972" d="m282 373 1 1-1-1z" fill="#f8dcbb"/> | |
<path id="zid_973" d="m257 374 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_974" d="m258 374 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_975" d="m286 374 1 1-1-1z" fill="#fdab33"/> | |
<path id="zid_976" d="m287 374 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_977" d="m288 374 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_978" d="m289 374 2 2-2-2z" fill="#f9d6aa"/> | |
<path id="zid_979" d="m290 374 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_980" d="m257 375 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_981" d="m271 375 1 1-1-1z" fill="#fdab33"/> | |
<path id="zid_982" d="m272 375 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_983" d="m276 375 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_984" d="m277 375 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_985" d="m256 376 1 1-1-1z" fill="#fae3c9"/> | |
<path id="zid_986" d="m269 376 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_987" d="m270 376 1 1-1-1z" fill="#fae3c9"/> | |
<path id="zid_988" d="m278 376 1 1-1-1z" fill="#f8dcbb"/> | |
<path id="zid_989" d="m279 376 1 1-1-1z" fill="#fdab33"/> | |
<path id="zid_990" d="m285 376 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_991" d="m286 376 1 1-1-1z" fill="#fcb755"/> | |
<path id="zid_992" d="m287 376 1 1-1-1z" fill="#f9d099"/> | |
<path id="zid_993" d="m288 376 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_994" d="m256 377 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_995" d="m268 377 1 1-1-1z" fill="#fbbe66"/> | |
<path id="zid_996" d="m280 377 1 1-1-1z" fill="#f9d099"/> | |
<path id="zid_997" d="m284 377 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_998" d="m255 378 1 1-1-1z" fill="#fcf1e4"/> | |
<path id="zid_999" d="m267 378 1 1-1-1z" fill="#fbbe66"/> | |
<path id="zid_1000" d="m281 378 1 1-1-1z" fill="#f9d099"/> | |
<path id="zid_1001" d="m284 378 1 1-1-1z" fill="#fae3c9"/> | |
<path id="zid_1002" d="m255 379 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_1003" d="m266 379 1 1-1-1m16 0 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_1004" d="m284 379 1 1-1-1z" fill="#fbbe66"/> | |
<path id="zid_1005" d="m237 380 1 1-1-1z" fill="#f6f6e4"/> | |
<path id="zid_1006" d="m255 380 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1007" d="m266 380 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_1008" d="m282 380 1 1-1-1z" fill="#fcf1e4"/> | |
<path id="zid_1009" d="m285 380 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1010" d="m254 381 1 1-1-1z" fill="#fcf1e4"/> | |
<path id="zid_1011" d="m265 381 1 1-1-1z" fill="#fbbe66"/> | |
<path id="zid_1012" d="m283 381 1 1-1-1z" fill="#faca88"/> | |
<path id="zid_1013" d="m285 381 1 1-1-1z" fill="#f9d099"/> | |
<path id="zid_1014" d="m254 382 1 1-1-1z" fill="#f9d6aa"/> | |
<path id="zid_1015" d="m265 382 1 1-1-1z" fill="#fcf1e4"/> | |
<path id="zid_1016" d="m270 382 1 1-1-1z" fill="#fae3c9"/> | |
<path id="zid_1017" d="m271 382 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1018" d="m272 382 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_1019" d="m273 382 1 1-1-1z" fill="#f9d6aa"/> | |
<path id="zid_1020" d="m283 382 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1021" d="m284 382 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1022" d="m285 382 1 1-1-1z" fill="#fdab33"/> | |
<path id="zid_1023" d="m254 383-1 3 1-3z" fill="#faca88"/> | |
<path id="zid_1024" d="m264 383 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1025" d="m265 383 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1026" d="m270 383 1 1-1-1z" fill="#f9d099"/> | |
<path id="zid_1027" d="m274 383 1 1-1-1z" fill="#fdab33"/> | |
<path id="zid_1028" d="m275 383 1 1-1-1z" fill="#fae3c9"/> | |
<path id="zid_1029" d="m284 383 1 1-1-1z" fill="#f8dcbb"/> | |
<path id="zid_1030" d="m285 383 1 1-1-1z" fill="#f90"/> | |
<path id="zid_1031" d="m286.33 383.67 0.334 0.6666-0.334-0.6666z" fill="#fbead6"/> | |
<path id="zid_1032" d="m266 384 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1033" d="m267 384 1 1-1-1z" fill="#fbbe66"/> | |
<path id="zid_1034" d="m268 384 1 1-1-1z" fill="#faca88"/> | |
<path id="zid_1035" d="m269 384 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_1036" d="m270 384 1 1-1-1z" fill="#fae3c9"/> | |
<path id="zid_1037" d="m271 384 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1038" d="m276 384 1 1-1-1z" fill="#fdab33"/> | |
<path id="zid_1039" d="m277 384 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_1040" d="m278 384 1 1-1-1z" fill="#faca88"/> | |
<path id="zid_1041" d="m279 384 1 1-1-1z" fill="#f9d6aa"/> | |
<path id="zid_1042" d="m280.67 384.33 0.666 0.3334-0.666-0.3334z" fill="#fae3c9"/> | |
<path id="zid_1043" d="m282 384 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1044" d="m285 384 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_1045" d="m242 385 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1046" d="m243 385 1 1-1-1z" fill="#fcf1e4"/> | |
<path id="zid_1047" d="m269 385 1 1-1-1z" fill="#fcb755"/> | |
<path id="zid_1048" d="m271 385 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_1049" d="m272 385 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1050" d="m280 385 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1051" d="m281 385-1 2 1-2z" fill="#fcb144"/> | |
<path id="zid_1052" d="m283 385 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1053" d="m284 385 1 1-1-1z" fill="#fbbe66"/> | |
<path id="zid_1054" d="m285 385 1 1-1-1z" fill="#fcf1e4"/> | |
<path id="zid_1055" d="m242 386 1 1-1-1z" fill="#fae3c9"/> | |
<path id="zid_1056" d="m243 386 2 2-2-2z" fill="#fe9f11"/> | |
<path id="zid_1057" d="m244 386 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_1058" d="m253 386 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_1059" d="m254 386 1 1-1-1z" fill="#fae3c9"/> | |
<path id="zid_1060" d="m263 386 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1061" d="m264 386 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_1062" d="m265 386 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1063" d="m268 386 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_1064" d="m269 386 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1065" d="m273 386 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_1066" d="m281 386 1 1-1-1z" fill="#fff"/> | |
<path id="zid_1067" d="m282 386 1 1-1-1z" fill="#fdab33"/> | |
<path id="zid_1068" d="m286 386 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_1069" d="m242 387 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1070" d="m245 387 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_1071" d="m250 387 1 1-1-1z" fill="#f9d6aa"/> | |
<path id="zid_1072" d="m255 387 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1073" d="m256.67 387.33 0.666 0.3334-0.666-0.3334z" fill="#f9d6aa"/> | |
<path id="zid_1074" d="m263 387 1 1-1-1z" fill="#f8dcbb"/> | |
<path id="zid_1075" d="m266 387 1 1-1-1z" fill="#fcf1e4"/> | |
<path id="zid_1076" d="m274 387 1 1-1-1z" fill="#f9d6aa"/> | |
<path id="zid_1077" d="m281 387 1 1-1-1z" fill="#fdab33"/> | |
<path id="zid_1078" d="m287 387 1 1-1-1z" fill="#fcb755"/> | |
<path id="zid_1079" d="m288 387 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1080" d="m234 388 1 1-1-1z" fill="#53527c"/> | |
<path id="zid_1081" d="m243 388 1 1-1-1z" fill="#fcb755"/> | |
<path id="zid_1082" d="m245 388 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1083" d="m249 388 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_1084" d="m251 388 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1085" d="m252 388 1 1-1-1z" fill="#fcf1e4"/> | |
<path id="zid_1086" d="m255 388 1 1-1-1z" fill="#fbbe66"/> | |
<path id="zid_1087" d="m256 388 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_1088" d="m257 388 1 1-1-1z" fill="#fbbe66"/> | |
<path id="zid_1089" d="m262 388 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1090" d="m275 388 1 1-1-1z" fill="#f9d6aa"/> | |
<path id="zid_1091" d="m288 388 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_1092" d="m304 388 1 1-1-1z" fill="#8d8d5b"/> | |
<path id="zid_1093" d="m237 389 1 1-1-1z" fill="#e5e3af"/> | |
<path id="zid_1094" d="m243 389 1 1-1-1z" fill="#f8dcbb"/> | |
<path id="zid_1095" d="m246 389 1 1-1-1z" fill="#fdab33"/> | |
<path id="zid_1096" d="m249 389 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1097" d="m251 389 1 1-1-1z" fill="#faca88"/> | |
<path id="zid_1098" d="m255 389 1 1-1-1z" fill="#fcf1e4"/> | |
<path id="zid_1099" d="m262 389 1 1-1-1m14 0 1 1-1-1z" fill="#f9d099"/> | |
<path id="zid_1100" d="m289 389 1 1-1-1z" fill="#fbbe66"/> | |
<path id="zid_1101" d="m244 390 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1102" d="m247 390 1 1-1-1z" fill="#fdab33"/> | |
<path id="zid_1103" d="m248 390 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1104" d="m250 390 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1105" d="m251 390 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1106" d="m256 390 1 1-1-1z" fill="#fbbe66"/> | |
<path id="zid_1107" d="m262 390 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1108" d="m277 390 1 1-1-1z" fill="#fbbe66"/> | |
<path id="zid_1109" d="m290 390 1 1-1-1z" fill="#f9d099"/> | |
<path id="zid_1110" d="m244 391 1 1-1-1z" fill="#f9d6aa"/> | |
<path id="zid_1111" d="m250 391 1 1-1-1z" fill="#f9d099"/> | |
<path id="zid_1112" d="m256 391 1 1-1-1z" fill="#fcf1e4"/> | |
<path id="zid_1113" d="m261 391 1 1-1-1m17 0 1 1-1-1z" fill="#fdab33"/> | |
<path id="zid_1114" d="m291 391 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_1115" d="m245 392 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1116" d="m249 392 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1117" d="m257 392 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_1118" d="m261 392 1 1-1-1z" fill="#faca88"/> | |
<path id="zid_1119" d="m278 392 1 1-1-1z" fill="#f8dcbb"/> | |
<path id="zid_1120" d="m291 392 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_1121" d="m237 393 1 1-1-1z" fill="#d3d079"/> | |
<path id="zid_1122" d="m245 393 1 1-1-1z" fill="#faca88"/> | |
<path id="zid_1123" d="m257 393 1 1-1-1z" fill="#faca88"/> | |
<path id="zid_1124" d="m261 393 1 1-1-1m17 0 1 1-1-1z" fill="#fae3c9"/> | |
<path id="zid_1125" d="m292 393 1 1-1-1z" fill="#f8dcbb"/> | |
<path id="zid_1126" d="m301 393 1 1-1-1z" fill="#f2f1d7"/> | |
<path id="zid_1127" d="m304.33 393.67 0.334 0.6666-0.334-0.6666z" fill="#58587b"/> | |
<path id="zid_1128" d="m237.33 394.67 0.334 0.6666-0.334-0.6666z" fill="#d9d868"/> | |
<path id="zid_1129" d="m245 394 1 1-1-1z" fill="#f8dcbb"/> | |
<path id="zid_1130" d="m277 394 1 1-1-1z" fill="#f9d6aa"/> | |
<path id="zid_1131" d="m278 394 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1132" d="m292 394 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_1133" d="m301.33 394.67 0.334 0.6666-0.334-0.6666z" fill="#f2f1d2"/> | |
<path id="zid_1134" d="m245 395 1 1-1-1z" fill="#fcf1e4"/> | |
<path id="zid_1135" d="m276 395 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1136" d="m277 395 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1137" d="m280 395-1 2 1-2z" fill="#fdab33"/> | |
<path id="zid_1138" d="m281 395 1 1-1-1z" fill="#fcb755"/> | |
<path id="zid_1139" d="m293 395 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1140" d="m294 395 1 1-1-1z" fill="#f9d099"/> | |
<path id="zid_1141" d="m304 395 1 1-1-1z" fill="#53527c"/> | |
<path id="zid_1142" d="m235.33 396.67 0.334 0.666-0.334-0.666z" fill="#808067"/> | |
<path id="zid_1143" d="m246 396 1 1-1-1m3 0 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1144" d="m260 396 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1145" d="m276 396 1 1-1-1z" fill="#fae3c9"/> | |
<path id="zid_1146" d="m280 396 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1147" d="m282 396 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_1148" d="m295 396 1 1-1-1z" fill="#fcb755"/> | |
<path id="zid_1149" d="m296 396 2 2-2-2z" fill="#fef8f1"/> | |
<path id="zid_1150" d="m301.33 396.67 0.334 0.666-0.334-0.666z" fill="#e5e59d"/> | |
<path id="zid_1151" d="m304.33 396.67 0.334 0.666-0.334-0.666z" fill="#32327b"/> | |
<path id="zid_1152" d="m246.33 397.67 0.334 0.666-0.334-0.666z" fill="#fcb755"/> | |
<path id="zid_1153" d="m250 397 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1154" d="m260 397 1 1-1-1z" fill="#fbbe66"/> | |
<path id="zid_1155" d="m276 397 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_1156" d="m278 397 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1157" d="m279 397 1 1-1-1z" fill="#fcf1e4"/> | |
<path id="zid_1158" d="m282 397 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_1159" d="m296 397 1 1-1-1z" fill="#fdab33"/> | |
<path id="zid_1160" d="m235 398 1 1-1-1z" fill="#667"/> | |
<path id="zid_1161" d="m238 398 1 1-1-1z" fill="#f6f6e4"/> | |
<path id="zid_1162" d="m250 398 1 1-1-1z" fill="#f9d6aa"/> | |
<path id="zid_1163" d="m258 398 1 1-1-1z" fill="#fdab33"/> | |
<path id="zid_1164" d="m259 398 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1165" d="m260 398 1 1-1-1z" fill="#fcf1e4"/> | |
<path id="zid_1166" d="m277 398 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1167" d="m278 398 1 1-1-1m5 0 1 1-1-1z" fill="#faca88"/> | |
<path id="zid_1168" d="m297 398 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_1169" d="m301 398 1 1-1-1z" fill="#dddc7a"/> | |
<path id="zid_1170" d="m235 399 1 1-1-1z" fill="#58587b"/> | |
<path id="zid_1171" d="m238 399 1 1-1-1z" fill="#f2f1d2"/> | |
<path id="zid_1172" d="m246.33 399.67 0.334 0.666-0.334-0.666z" fill="#fcb144"/> | |
<path id="zid_1173" d="m250 399 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1174" d="m260 399 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1175" d="m261 399 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1176" d="m263 399 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_1177" d="m264 399 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_1178" d="m277 399 1 1-1-1z" fill="#f8dcbb"/> | |
<path id="zid_1179" d="m278 399 1 1-1-1z" fill="#fcf1e4"/> | |
<path id="zid_1180" d="m283 399 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1181" d="m284 399 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1182" d="m298 399 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_1183" d="m301 399 1 1-1-1z" fill="#d9d868"/> | |
<path id="zid_1184" d="m235 400 1 1-1-1z" fill="#3a3a7c"/> | |
<path id="zid_1185" d="m238 400 1 1-1-1z" fill="#e5e3af"/> | |
<path id="zid_1186" d="m251 400 1 1-1-1z" fill="#faca88"/> | |
<path id="zid_1187" d="m261 400 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_1188" d="m264 400 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1189" d="m265 400 1 1-1-1z" fill="#fcf1e4"/> | |
<path id="zid_1190" d="m276 400 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_1191" d="m277 400 1 1-1-1z" fill="#fae3c9"/> | |
<path id="zid_1192" d="m278 400 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_1193" d="m284 400 1 1-1-1m8 0 1 1-1-1z" fill="#fbbe66"/> | |
<path id="zid_1194" d="m293 400 1 1-1-1z" fill="#fcf1e4"/> | |
<path id="zid_1195" d="m294 400 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1196" d="m295 400 1 1-1-1z" fill="#f8dcbb"/> | |
<path id="zid_1197" d="m296 400 1 1-1-1z" fill="#fcb755"/> | |
<path id="zid_1198" d="m298 400 1 1-1-1z" fill="#fae3c9"/> | |
<path id="zid_1199" d="m303 400 1 1-1-1z" fill="#808067"/> | |
<path id="zid_1200" d="m235 401 1 1-1-1z" fill="#32327b"/> | |
<path id="zid_1201" d="m236.33 401.67 0.334 0.666-0.334-0.666z" fill="#a4a43d"/> | |
<path id="zid_1202" d="m238 401 1 1-1-1z" fill="#e5e59d"/> | |
<path id="zid_1203" d="m246 401 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_1204" d="m252 401 1 1-1-1z" fill="#f9d6aa"/> | |
<path id="zid_1205" d="m262 401 1 1-1-1z" fill="#fbbe66"/> | |
<path id="zid_1206" d="m265 401 1 1-1-1z" fill="#f9d099"/> | |
<path id="zid_1207" d="m274 401 1 1-1-1z" fill="#fae3c9"/> | |
<path id="zid_1208" d="m275 401 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_1209" d="m279 401 1 1-1-1z" fill="#fae3c9"/> | |
<path id="zid_1210" d="m284 401 1 1-1-1z" fill="#f8dcbb"/> | |
<path id="zid_1211" d="m292 401 1 1-1-1z" fill="#f9d099"/> | |
<path id="zid_1212" d="m297 401 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_1213" d="m298 401 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_1214" d="m303 401 1 1-1-1z" fill="#737370"/> | |
<path id="zid_1215" d="m238 402 1 1-1-1z" fill="#d9d868"/> | |
<path id="zid_1216" d="m246 402 1 1-1-1z" fill="#f9d099"/> | |
<path id="zid_1217" d="m253 402 1 1-1-1m9 0 1 1-1-1z" fill="#f9d6aa"/> | |
<path id="zid_1218" d="m265 402 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_1219" d="m270 402 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1220" d="m271 402 1 1-1-1z" fill="#f8dcbb"/> | |
<path id="zid_1221" d="m272 402 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_1222" d="m273 402 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1223" d="m279 402 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_1224" d="m300 402 1 1-1-1z" fill="#f2f1d2"/> | |
<path id="zid_1225" d="m303 402 1 1-1-1z" fill="#58587b"/> | |
<path id="zid_1226" d="m236 403 1 1-1-1z" fill="#99994e"/> | |
<path id="zid_1227" d="m238 403 1 1-1-1z" fill="#d0d045"/> | |
<path id="zid_1228" d="m254 403 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_1229" d="m255 403 1 1-1-1z" fill="#fae3c9"/> | |
<path id="zid_1230" d="m262 403 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1231" d="m266 403 1 1-1-1z" fill="#fcb755"/> | |
<path id="zid_1232" d="m267 403 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_1233" d="m268 403 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_1234" d="m269 403 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1235" d="m277 403 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1236" d="m278 403 1 1-1-1z" fill="#f9d6aa"/> | |
<path id="zid_1237" d="m292 403 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1238" d="m300 403 1 1-1-1z" fill="#e0dea1"/> | |
<path id="zid_1239" d="m303 403 1 1-1-1z" fill="#3a3a7c"/> | |
<path id="zid_1240" d="m236 404 1 1-1-1z" fill="#737370"/> | |
<path id="zid_1241" d="m239 404 1 1-1-1z" fill="#fbfaf2"/> | |
<path id="zid_1242" d="m247 404 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1243" d="m256 404 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1244" d="m257 404 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_1245" d="m258 404 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_1246" d="m259 404 1 1-1-1z" fill="#faca88"/> | |
<path id="zid_1247" d="m260 404 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_1248" d="m261 404 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_1249" d="m262 404 1 1-1-1z" fill="#fdab33"/> | |
<path id="zid_1250" d="m276 404 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_1251" d="m277 404 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1252" d="m291 404 1 1-1-1z" fill="#fdab33"/> | |
<path id="zid_1253" d="m300 404 1 1-1-1z" fill="#e1e18c"/> | |
<path id="zid_1254" d="m302.33 404.67 0.334 0.666-0.334-0.666z" fill="#a4a43d"/> | |
<path id="zid_1255" d="m303 404 1 1-1-1z" fill="#262678"/> | |
<path id="zid_1256" d="m236 405 1 1-1-1z" fill="#58587b"/> | |
<path id="zid_1257" d="m239 405 1 1-1-1z" fill="#f2f1d2"/> | |
<path id="zid_1258" d="m247 405 1 1-1-1z" fill="#faca88"/> | |
<path id="zid_1259" d="m274 405 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1260" d="m275 405 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_1261" d="m284 405 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_1262" d="m291 405 1 1-1-1z" fill="#faca88"/> | |
<path id="zid_1263" d="m300 405 1 1-1-1z" fill="#d4d456"/> | |
<path id="zid_1264" d="m236 406 1 1-1-1z" fill="#32327b"/> | |
<path id="zid_1265" d="m239 406 1 1-1-1z" fill="#e5e59d"/> | |
<path id="zid_1266" d="m247 406 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1267" d="m248 406 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1268" d="m274 406 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_1269" d="m284 406 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1270" d="m291 406 1 1-1-1z" fill="#fcf1e4"/> | |
<path id="zid_1271" d="m302 406 1 1-1-1z" fill="#808067"/> | |
<path id="zid_1272" d="m236 407 1 1-1-1z" fill="#0e0e6e"/> | |
<path id="zid_1273" d="m237 407 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_1274" d="m239 407 1 1-1-1z" fill="#d9d868"/> | |
<path id="zid_1275" d="m248 407 1 1-1-1z" fill="#f8dcbb"/> | |
<path id="zid_1276" d="m283 407 1 1-1-1z" fill="#f9d6aa"/> | |
<path id="zid_1277" d="m290 407 1 1-1-1z" fill="#faca88"/> | |
<path id="zid_1278" d="m299 407 1 1-1-1z" fill="#f2f1d2"/> | |
<path id="zid_1279" d="m302 407 1 1-1-1z" fill="#58587b"/> | |
<path id="zid_1280" d="m237 408 1 1-1-1z" fill="#8d8d5b"/> | |
<path id="zid_1281" d="m249 408 1 1-1-1z" fill="#f9d6aa"/> | |
<path id="zid_1282" d="m269 408 1 1-1-1z" fill="#fdab33"/> | |
<path id="zid_1283" d="m270 408 1 1-1-1z" fill="#fff"/> | |
<path id="zid_1284" d="m271.67 408.33 0.666 0.334-0.666-0.334z" fill="#fcb144"/> | |
<path id="zid_1285" d="m282 408-1 2 1-2z" fill="#fef8f1"/> | |
<path id="zid_1286" d="m283 408 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1287" d="m289 408-1 2 1-2z" fill="#fdab33"/> | |
<path id="zid_1288" d="m299 408 1 1-1-1z" fill="#e5e59d"/> | |
<path id="zid_1289" d="m302 408 1 1-1-1z" fill="#3a3a7c"/> | |
<path id="zid_1290" d="m237 409 1 1-1-1z" fill="#667"/> | |
<path id="zid_1291" d="m240 409 1 1-1-1z" fill="#f2f1d2"/> | |
<path id="zid_1292" d="m250 409 1 1-1-1z" fill="#f9d6aa"/> | |
<path id="zid_1293" d="m269 409 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1294" d="m270 409 1 1-1-1z" fill="#faca88"/> | |
<path id="zid_1295" d="m271 409 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1296" d="m272 409 1 1-1-1z" fill="#fcf1e4"/> | |
<path id="zid_1297" d="m282 409 1 1-1-1z" fill="#fdab33"/> | |
<path id="zid_1298" d="m289 409 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1299" d="m299 409 1 1-1-1z" fill="#d9d868"/> | |
<path id="zid_1300" d="m301 409 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_1301" d="m302 409 1 1-1-1z" fill="#0e0e6e"/> | |
<path id="zid_1302" d="m237 410 1 1-1-1z" fill="#3a3a7c"/> | |
<path id="zid_1303" d="m240 410 1 1-1-1z" fill="#e5e59d"/> | |
<path id="zid_1304" d="m251 410 2 2-2-2z" fill="#fae3c9"/> | |
<path id="zid_1305" d="m252 410 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1306" d="m271 410 1 1-1-1z" fill="#f8dcbb"/> | |
<path id="zid_1307" d="m280 410 1 1-1-1z" fill="#fcf1e4"/> | |
<path id="zid_1308" d="m281 410 1 1-1-1z" fill="#fdab33"/> | |
<path id="zid_1309" d="m287 410 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_1310" d="m288 410 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1311" d="m298 410 1 1-1-1z" fill="#fbfaf2"/> | |
<path id="zid_1312" d="m301 410 1 1-1-1z" fill="#8d8d5b"/> | |
<path id="zid_1313" d="m237 411 1 1-1-1z" fill="#0e0e6e"/> | |
<path id="zid_1314" d="m238 411 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_1315" d="m240 411 1 1-1-1z" fill="#d4d456"/> | |
<path id="zid_1316" d="m270 411 1 1-1-1z" fill="#f9d6aa"/> | |
<path id="zid_1317" d="m279 411 1 1-1-1z" fill="#f9d099"/> | |
<path id="zid_1318" d="m280 411 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1319" d="m286 411 1 1-1-1z" fill="#faca88"/> | |
<path id="zid_1320" d="m298 411 1 1-1-1z" fill="#eeedc1"/> | |
<path id="zid_1321" d="m301 411 1 1-1-1z" fill="#58587b"/> | |
<path id="zid_1322" d="m238 412 1 1-1-1z" fill="#737370"/> | |
<path id="zid_1323" d="m241 412 1 1-1-1z" fill="#f6f6e4"/> | |
<path id="zid_1324" d="m252 412 1 1-1-1z" fill="#fbbe66"/> | |
<path id="zid_1325" d="m268 412 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_1326" d="m269.33 412.67 0.334 0.666-0.334-0.666z" fill="#f8dcbb"/> | |
<path id="zid_1327" d="m277 412 1 1-1-1z" fill="#fbbe66"/> | |
<path id="zid_1328" d="m278 412 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1329" d="m284 412 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_1330" d="m285 412 1 1-1-1z" fill="#fcf1e4"/> | |
<path id="zid_1331" d="m298 412 1 1-1-1z" fill="#d3d079"/> | |
<path id="zid_1332" d="m300 412 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_1333" d="m301 412 1 1-1-1z" fill="#262678"/> | |
<path id="zid_1334" d="m238 413 1 1-1-1z" fill="#49497d"/> | |
<path id="zid_1335" d="m241 413 1 1-1-1z" fill="#e0dea1"/> | |
<path id="zid_1336" d="m251 413 1 1-1-1z" fill="#fae3c9"/> | |
<path id="zid_1337" d="m265 413 1 1-1-1z" fill="#fdab33"/> | |
<path id="zid_1338" d="m266 413 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_1339" d="m267 413 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_1340" d="m270 413 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_1341" d="m283 413 1 1-1-1z" fill="#f9d6aa"/> | |
<path id="zid_1342" d="m300 413 1 1-1-1z" fill="#99994e"/> | |
<path id="zid_1343" d="m238 414 1 1-1-1z" fill="#0e0e6e"/> | |
<path id="zid_1344" d="m239 414 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_1345" d="m241 414 1 1-1-1z" fill="#d4d456"/> | |
<path id="zid_1346" d="m250 414 1 1-1-1z" fill="#f9d099"/> | |
<path id="zid_1347" d="m251 414 1 1-1-1m5 0 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1348" d="m257 414 1 1-1-1z" fill="#f9d6aa"/> | |
<path id="zid_1349" d="m258 414 1 1-1-1z" fill="#f9d099"/> | |
<path id="zid_1350" d="m262 414 1 1-1-1z" fill="#f9d6aa"/> | |
<path id="zid_1351" d="m263 414 1 1-1-1z" fill="#fae3c9"/> | |
<path id="zid_1352" d="m264 414 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1353" d="m272 414 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_1354" d="m273 414 1 1-1-1z" fill="#fae3c9"/> | |
<path id="zid_1355" d="m274 414 1 1-1-1z" fill="#faca88"/> | |
<path id="zid_1356" d="m275 414 1 1-1-1z" fill="#fbc477"/> | |
<path id="zid_1357" d="m276 414 1 1-1-1z" fill="#fdab33"/> | |
<path id="zid_1358" d="m281 414 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1359" d="m282 414 1 1-1-1z" fill="#f9d6aa"/> | |
<path id="zid_1360" d="m297 414 1 1-1-1z" fill="#e5e3af"/> | |
<path id="zid_1361" d="m300 414 1 1-1-1z" fill="#667"/> | |
<path id="zid_1362" d="m239 415 1 1-1-1z" fill="#737370"/> | |
<path id="zid_1363" d="m242 415 1 1-1-1z" fill="#f2f1d7"/> | |
<path id="zid_1364" d="m249 415 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1365" d="m254 415 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1366" d="m255 415 1 1-1-1z" fill="#fbbe66"/> | |
<path id="zid_1367" d="m256 415 1 1-1-1z" fill="#fcf1e4"/> | |
<path id="zid_1368" d="m280 415 1 1-1-1z" fill="#fea522"/> | |
<path id="zid_1369" d="m281 415 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_1370" d="m297 415 1 1-1-1z" fill="#dddc7a"/> | |
<path id="zid_1371" d="m299 415 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_1372" d="m300 415 1 1-1-1z" fill="#262678"/> | |
<path id="zid_1373" d="m239 416 1 1-1-1z" fill="#49497d"/> | |
<path id="zid_1374" d="m240.33 416.67 0.334 0.666-0.334-0.666z" fill="#a4a43d"/> | |
<path id="zid_1375" d="m242 416 1 1-1-1z" fill="#d3d079"/> | |
<path id="zid_1376" d="m250 416 1 1-1-1z" fill="#f9d099"/> | |
<path id="zid_1377" d="m251 416 1 1-1-1z" fill="#fcb144"/> | |
<path id="zid_1378" d="m252 416 1 1-1-1z" fill="#faca88"/> | |
<path id="zid_1379" d="m253 416 1 1-1-1z" fill="#f8dcbb"/> | |
<path id="zid_1380" d="m254 416 1 1-1-1z" fill="#fef8f1"/> | |
<path id="zid_1381" d="m276 416 1 1-1-1z" fill="#f8dcbb"/> | |
<path id="zid_1382" d="m280 416 1 1-1-1z" fill="#fcf1e4"/> | |
<path id="zid_1383" d="m296 416 1 1-1-1z" fill="#f6f6e4"/> | |
<path id="zid_1384" d="m299 416 1 1-1-1z" fill="#8d8d5b"/> | |
<path id="zid_1385" d="m243 417 1 1-1-1z" fill="#fbfaf2"/> | |
<path id="zid_1386" d="m276 417 1 1-1-1z" fill="#fbbe66"/> | |
<path id="zid_1387" d="m279 417 1 1-1-1z" fill="#faca88"/> | |
<path id="zid_1388" d="m296 417 1 1-1-1z" fill="#e1e18c"/> | |
<path id="zid_1389" d="m299 417 1 1-1-1z" fill="#49497d"/> | |
<path id="zid_1390" d="m240 418 1 1-1-1z" fill="#58587b"/> | |
<path id="zid_1391" d="m243 418 1 1-1-1z" fill="#e5e59d"/> | |
<path id="zid_1392" d="m276 418 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1393" d="m278 418 1 1-1-1z" fill="#fdab33"/> | |
<path id="zid_1394" d="m295 418 1 1-1-1z" fill="#fbfaf2"/> | |
<path id="zid_1395" d="m298 418 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_1396" d="m299 418 1 1-1-1z" fill="#0e0e6e"/> | |
<path id="zid_1397" d="m240 419 1 1-1-1z" fill="#1b1b74"/> | |
<path id="zid_1398" d="m241 419 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_1399" d="m243 419 1 1-1-1z" fill="#d0d045"/> | |
<path id="zid_1400" d="m275 419 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_1401" d="m277 419 1 1-1-1z" fill="#fe9f11"/> | |
<path id="zid_1402" d="m278 419 1 1-1-1z" fill="#fbead6"/> | |
<path id="zid_1403" d="m295 419 1 1-1-1z" fill="#e5e59d"/> | |
<path id="zid_1404" d="m298 419 1 1-1-1z" fill="#667"/> | |
<path id="zid_1405" d="m241 420 1 1-1-1z" fill="#6e6c70"/> | |
<path id="zid_1406" d="m244 420 1 1-1-1z" fill="#e5e3af"/> | |
<path id="zid_1407" d="m275.33 420.67 0.334 0.666-0.334-0.666z" fill="#faca88"/> | |
<path id="zid_1408" d="m277 420 1 1-1-1z" fill="#fae3c9"/> | |
<path id="zid_1409" d="m294 420 1 1-1-1z" fill="#fbfaf2"/> | |
<path id="zid_1410" d="m297 420 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_1411" d="m298 420 1 1-1-1m-57 1 1 1-1-1z" fill="#1b1b74"/> | |
<path id="zid_1412" d="m242 421 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_1413" d="m244 421 1 1-1-1z" fill="#d0d045"/> | |
<path id="zid_1414" d="m245 421 1 1-1-1z" fill="#fbfaf2"/> | |
<path id="zid_1415" d="m276 421 1 1-1-1z" fill="#f9d6aa"/> | |
<path id="zid_1416" d="m294 421 1 1-1-1z" fill="#e5e59d"/> | |
<path id="zid_1417" d="m297 421 1 1-1-1m-55 1 1 1-1-1z" fill="#6e6c70"/> | |
<path id="zid_1418" d="m245 422 1 1-1-1z" fill="#8cbf84"/> | |
<path id="zid_1419" d="m245.43 422c3.473 7.309 15.757 24.553 25.14 24.217 9.113-0.326 19.404-17.151 23.43-24.217h-48.57z" fill="#0cf"/> | |
<path id="zid_1420" d="m296 422 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_1421" d="m297 422 1 1-1-1m-55 1 1 1-1-1z" fill="#1b1b74"/> | |
<path id="zid_1422" d="m243 423 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_1423" d="m245 423 1 1-1-1z" fill="#adb333"/> | |
<path id="zid_1424" d="m246 423 1 1-1-1z" fill="#1ac5b5"/> | |
<path id="zid_1425" d="m293 423 1 1-1-1z" fill="#68b070"/> | |
<path id="zid_1426" d="m296 423 1 1-1-1z" fill="#667"/> | |
<path id="zid_1427" d="m243 424 1 1-1-1z" fill="#58587b"/> | |
<path id="zid_1428" d="m246 424 1 1-1-1z" fill="#7fb15c"/> | |
<path id="zid_1429" d="m292 424 1 1-1-1z" fill="#27c2aa"/> | |
<path id="zid_1430" d="m295 424-1 2 1-2z" fill="#a4a43d"/> | |
<path id="zid_1431" d="m296 424 1 1-1-1m-53 1 1 1-1-1z" fill="#0e0e6e"/> | |
<path id="zid_1432" d="m244 425 2 2-2-2z" fill="#a4a43d"/> | |
<path id="zid_1433" d="m247 425 1 1-1-1z" fill="#34be9e"/> | |
<path id="zid_1434" d="m292 425 1 1-1-1z" fill="#96b247"/> | |
<path id="zid_1435" d="m295 425 1 1-1-1z" fill="#53527c"/> | |
<path id="zid_1436" d="m244 426 1 1-1-1z" fill="#3a3a7c"/> | |
<path id="zid_1437" d="m247 426 1 1-1-1z" fill="#a2b23d"/> | |
<path id="zid_1438" d="m248 426 1 1-1-1z" fill="#0dc9c1"/> | |
<path id="zid_1439" d="m291 426 1 1-1-1z" fill="#5bb47c"/> | |
<path id="zid_1440" d="m294 426 1 1-1-1z" fill="#8d8d5b"/> | |
<path id="zid_1441" d="m245 427 1 1-1-1z" fill="#737370"/> | |
<path id="zid_1442" d="m248 427 1 1-1-1z" fill="#74b166"/> | |
<path id="zid_1443" d="m290 427 1 1-1-1z" fill="#27c2aa"/> | |
<path id="zid_1444" d="m293 427-1 2 1-2z" fill="#a4a43d"/> | |
<path id="zid_1445" d="m294 427 1 1-1-1z" fill="#262678"/> | |
<path id="zid_1446" d="m245 428 1 1-1-1z" fill="#0e0e6e"/> | |
<path id="zid_1447" d="m246 428 2 2-2-2z" fill="#a4a43d"/> | |
<path id="zid_1448" d="m249 428 1 1-1-1z" fill="#42bb92"/> | |
<path id="zid_1449" d="m289 428 1 1-1-1z" fill="#0dc9c1"/> | |
<path id="zid_1450" d="m290 428 1 1-1-1z" fill="#96b247"/> | |
<path id="zid_1451" d="m293 428 1 1-1-1z" fill="#58587b"/> | |
<path id="zid_1452" d="m246 429 1 1-1-1z" fill="#3a3a7c"/> | |
<path id="zid_1453" d="m249 429 1 1-1-1z" fill="#adb333"/> | |
<path id="zid_1454" d="m250 429 1 1-1-1z" fill="#27c2aa"/> | |
<path id="zid_1455" d="m289 429 1 1-1-1z" fill="#74b166"/> | |
<path id="zid_1456" d="m292 429 1 1-1-1z" fill="#8d8d5b"/> | |
<path id="zid_1457" d="m247 430 1 1-1-1z" fill="#6e6c70"/> | |
<path id="zid_1458" d="m250 430 1 1-1-1z" fill="#96b247"/> | |
<path id="zid_1459" d="m251 430 1 1-1-1z" fill="#0dc9c1"/> | |
<path id="zid_1460" d="m288 430 1 1-1-1z" fill="#42bb92"/> | |
<path id="zid_1461" d="m291 430-2 3 2-3z" fill="#a4a43d"/> | |
<path id="zid_1462" d="m292 430 1 1-1-1z" fill="#1b1b74"/> | |
<path id="zid_1463" d="m247 431 1 1-1-1z" fill="#0e0e6e"/> | |
<path id="zid_1464" d="m248 431 1 1-1-1z" fill="#8d8d5b"/> | |
<path id="zid_1465" d="m251 431 1 1-1-1z" fill="#7fb15c"/> | |
<path id="zid_1466" d="m287 431 1 1-1-1z" fill="#34be9e"/> | |
<path id="zid_1467" d="m291 431 1 1-1-1z" fill="#3a3a7c"/> | |
<path id="zid_1468" d="m248 432 1 1-1-1z" fill="#1b1b74"/> | |
<path id="zid_1469" d="m249 432 11 11-11-11z" fill="#a4a43d"/> | |
<path id="zid_1470" d="m252 432 1 1-1-1z" fill="#74b166"/> | |
<path id="zid_1471" d="m286 432 1 1-1-1z" fill="#27c2aa"/> | |
<path id="zid_1472" d="m287 432 1 1-1-1z" fill="#adb333"/> | |
<path id="zid_1473" d="m290 432 1 1-1-1z" fill="#667"/> | |
<path id="zid_1474" d="m249 433 1 1-1-1z" fill="#32327b"/> | |
<path id="zid_1475" d="m253 433 1 1-1-1z" fill="#42bb92"/> | |
<path id="zid_1476" d="m285 433-4 5 4-5z" fill="#0dc9c1"/> | |
<path id="zid_1477" d="m286 433 1 1-1-1z" fill="#adb333"/> | |
<path id="zid_1478" d="m289 433 1 1-1-1z" fill="#737370"/> | |
<path id="zid_1479" d="m250 434 1 1-1-1z" fill="#49497d"/> | |
<path id="zid_1480" d="m254 434 1 1-1-1z" fill="#42bb92"/> | |
<path id="zid_1481" d="m285 434 1 1-1-1z" fill="#96b247"/> | |
<path id="zid_1482" d="m288 434-1 2 1-2z" fill="#8d8d5b"/> | |
<path id="zid_1483" d="m289 434 1 1-1-1z" fill="#0e0e6e"/> | |
<path id="zid_1484" d="m251 435 1 1-1-1z" fill="#53527c"/> | |
<path id="zid_1485" d="m255 435 1 1-1-1z" fill="#42bb92"/> | |
<path id="zid_1486" d="m284 435 1 1-1-1z" fill="#96b247"/> | |
<path id="zid_1487" d="m288 435 1 1-1-1z" fill="#0e0e6e"/> | |
<path id="zid_1488" d="m252 436 1 1-1-1z" fill="#6e6c70"/> | |
<path id="zid_1489" d="m256 436 1 1-1-1z" fill="#42bb92"/> | |
<path id="zid_1490" d="m283 436 1 1-1-1z" fill="#96b247"/> | |
<path id="zid_1491" d="m286 436-2 3 2-3z" fill="#a4a43d"/> | |
<path id="zid_1492" d="m287 436 1 1-1-1z" fill="#262678"/> | |
<path id="zid_1493" d="m253 437 1 1-1-1z" fill="#6e6c70"/> | |
<path id="zid_1494" d="m257 437 1 1-1-1z" fill="#42bb92"/> | |
<path id="zid_1495" d="m282 437 1 1-1-1z" fill="#96b247"/> | |
<path id="zid_1496" d="m286 437 1 1-1-1z" fill="#262678"/> | |
<path id="zid_1497" d="m254 438 1 1-1-1z" fill="#6e6c70"/> | |
<path id="zid_1498" d="m258 438 1 1-1-1z" fill="#68b070"/> | |
<path id="zid_1499" d="m280 438 1 1-1-1z" fill="#27c2aa"/> | |
<path id="zid_1500" d="m281 438 1 1-1-1z" fill="#adb333"/> | |
<path id="zid_1501" d="m285 438 1 1-1-1z" fill="#262678"/> | |
<path id="zid_1502" d="m255 439 1 1-1-1z" fill="#667"/> | |
<path id="zid_1503" d="m259 439 1 1-1-1z" fill="#74b166"/> | |
<path id="zid_1504" d="m279 439 1 1-1-1z" fill="#34be9e"/> | |
<path id="zid_1505" d="m280 439 1 1-1-1z" fill="#adb333"/> | |
<path id="zid_1506" d="m283 439-1 2 1-2z" fill="#8d8d5b"/> | |
<path id="zid_1507" d="m284 439 1 1-1-1z" fill="#262678"/> | |
<path id="zid_1508" d="m256 440 1 1-1-1z" fill="#49497d"/> | |
<path id="zid_1509" d="m260 440 1 1-1-1z" fill="#96b247"/> | |
<path id="zid_1510" d="m261 440 1 1-1-1z" fill="#0dc9c1"/> | |
<path id="zid_1511" d="m278 440 1 1-1-1z" fill="#42bb92"/> | |
<path id="zid_1512" d="m283 440 1 1-1-1z" fill="#0e0e6e"/> | |
<path id="zid_1513" d="m257 441 1 1-1-1z" fill="#49497d"/> | |
<path id="zid_1514" d="m261 441 1 1-1-1z" fill="#a2b23d"/> | |
<path id="zid_1515" d="m262 441 1 1-1-1z" fill="#27c2aa"/> | |
<path id="zid_1516" d="m277 441 1 1-1-1z" fill="#74b166"/> | |
<path id="zid_1517" d="m280 441-3 4 3-4z" fill="#a4a43d"/> | |
<path id="zid_1518" d="m281 441 1 1-1-1z" fill="#808067"/> | |
<path id="zid_1519" d="m282 441 1 1-1-1z" fill="#0e0e6e"/> | |
<path id="zid_1520" d="m258 442 1 1-1-1z" fill="#262678"/> | |
<path id="zid_1521" d="m262 442 1 1-1-1z" fill="#adb333"/> | |
<path id="zid_1522" d="m263 442 1 1-1-1z" fill="#42bb92"/> | |
<path id="zid_1523" d="m275 442 1 1-1-1z" fill="#0dc9c1"/> | |
<path id="zid_1524" d="m276 442 1 1-1-1z" fill="#96b247"/> | |
<path id="zid_1525" d="m280 442 1 1-1-1z" fill="#6e6c70"/> | |
<path id="zid_1526" d="m259 443 1 1-1-1z" fill="#1b1b74"/> | |
<path id="zid_1527" d="m260 443 1 1-1-1z" fill="#8d8d5b"/> | |
<path id="zid_1528" d="m264 443 1 1-1-1z" fill="#74b166"/> | |
<path id="zid_1529" d="m265 443 1 1-1-1z" fill="#0dc9c1"/> | |
<path id="zid_1530" d="m274 443 1 1-1-1z" fill="#34be9e"/> | |
<path id="zid_1531" d="m275 443 1 1-1-1z" fill="#adb333"/> | |
<path id="zid_1532" d="m279 443 1 1-1-1z" fill="#49497d"/> | |
<path id="zid_1533" d="m260 444 1 1-1-1z" fill="#0e0e6e"/> | |
<path id="zid_1534" d="m261 444 1 1-1-1z" fill="#6e6c70"/> | |
<path id="zid_1535" d="m262 444 2 2-2-2z" fill="#a4a43d"/> | |
<path id="zid_1536" d="m265 444 1 1-1-1z" fill="#96b247"/> | |
<path id="zid_1537" d="m266 444 1 1-1-1z" fill="#27c2aa"/> | |
<path id="zid_1538" d="m273 444 1 1-1-1z" fill="#68b070"/> | |
<path id="zid_1539" d="m278 444 1 1-1-1z" fill="#32327b"/> | |
<path id="zid_1540" d="m262 445 1 1-1-1z" fill="#49497d"/> | |
<path id="zid_1541" d="m267 445 1 1-1-1z" fill="#5bb47c"/> | |
<path id="zid_1542" d="m271 445 1 1-1-1z" fill="#27c2aa"/> | |
<path id="zid_1543" d="m272 445 1 1-1-1z" fill="#96b247"/> | |
<path id="zid_1544" d="m275 445-1 2 1-2z" fill="#a4a43d"/> | |
<path id="zid_1545" d="m276 445 1 1-1-1z" fill="#808067"/> | |
<path id="zid_1546" d="m277 445 1 1-1-1z" fill="#0e0e6e"/> | |
<path id="zid_1547" d="m263 446 1 1-1-1z" fill="#262678"/> | |
<path id="zid_1548" d="m264 446 1 1-1-1z" fill="#8d8d5b"/> | |
<path id="zid_1549" d="m268 446 1 1-1-1z" fill="#8bb252"/> | |
<path id="zid_1550" d="m269 446 1 1-1-1z" fill="#1ac5b5"/> | |
<path id="zid_1551" d="m270 446 1 1-1-1z" fill="#5bb47c"/> | |
<path id="zid_1552" d="m275 446 1 1-1-1z" fill="#58587b"/> | |
<path id="zid_1553" d="m264 447 1 1-1-1z" fill="#0e0e6e"/> | |
<path id="zid_1554" d="m265 447 1 1-1-1z" fill="#667"/> | |
<path id="zid_1555" d="m266 447 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_1556" d="m273 447 1 1-1-1z" fill="#99994e"/> | |
<path id="zid_1557" d="m274 447 1 1-1-1m-8 1 1 1-1-1z" fill="#32327b"/> | |
<path id="zid_1558" d="m267 448 1 1-1-1z" fill="#99994e"/> | |
<path id="zid_1559" d="m271 448 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_1560" d="m272 448 1 1-1-1z" fill="#667"/> | |
<path id="zid_1561" d="m273 448 1 1-1-1m-6 1 1 1-1-1z" fill="#0e0e6e"/> | |
<path id="zid_1562" d="m268 449 1 1-1-1z" fill="#667"/> | |
<path id="zid_1563" d="m269 449 1 1-1-1z" fill="#a4a43d"/> | |
<path id="zid_1564" d="m270 449 1 1-1-1z" fill="#99994e"/> | |
<path id="zid_1565" d="m271 449 1 1-1-1z" fill="#32327b"/> | |
<path id="zid_1566" d="m269 450 1 1-1-1z" fill="#262678"/> | |
<path id="zid_1567" d="m270 450 1 1-1-1z" fill="#0e0e6e"/> | |
<g id="zid_1568" transform="translate(0,296)"> | |
<path id="zid_1569" d="m271 87c1.543 3.6293 6.49 7.637 7.85 9.6011-1.731 1.964-2.077 1.7501-1.85 5.3989 3.01-3.1493 3.064-3.4776 5-3 4.241 4.232 0.759 13.321-2.746 15.297-3.504 2.108-2.868-0.073-8.12 2.569 2.408 2.059 5.198-0.302 7.478 0.329 1.239 1.47-0.589 4.149 0.374 6.672 2.015-0.194 1.773-4.262 2.242-5.737 1.472-5.404 10.322-9.173 10.772-14.13 1.866-0.876 3.731-0.274 6 1-1.13-4.644-4.868-4.594-5.87-6.0444-2.385-3.6446-4.499-7.8024-9.593-8.881-3.867-0.8188-3.578 0.2463-6.056-1.444-1.54-1.202-6.23-3.474-5.48-1.631z" fill="#f90"/> | |
<path id="zid_1570" d="m267.04 122.1c0 0.44513-0.36084 0.80597-0.80597 0.80597-0.44512 0-0.80597-0.36084-0.80597-0.80597 0-0.44512 0.36085-0.80597 0.80597-0.80597 0.44513 0 0.80597 0.36085 0.80597 0.80597z" fill-rule="evenodd" transform="translate(15.078 -30.977)" fill="#fff"/> | |
</g> | |
<g id="zid_1571" transform="matrix(-.46716 -.88417 .88417 -.46716 308.31 678.65)"> | |
<path id="zid_1572" d="m271 87c1.543 3.6293 6.49 7.637 7.85 9.6011-1.731 1.964-2.077 1.7501-1.85 5.3989 3.01-3.1493 3.064-3.4776 5-3 4.241 4.232 0.759 13.321-2.746 15.297-3.504 2.108-2.868-0.073-8.12 2.569 2.408 2.059 5.198-0.302 7.478 0.329 1.239 1.47-0.589 4.149 0.374 6.672 2.015-0.194 1.773-4.262 2.242-5.737 1.472-5.404 10.322-9.173 10.772-14.13 1.866-0.876 3.731-0.274 6 1-1.13-4.644-4.868-4.594-5.87-6.0444-2.385-3.6446-4.499-7.8024-9.593-8.881-3.867-0.8188-3.578 0.2463-6.056-1.444-1.54-1.202-6.23-3.474-5.48-1.631z" fill="#f90"/> | |
<path id="zid_1573" d="m267.04 122.1c0 0.44513-0.36084 0.80597-0.80597 0.80597-0.44512 0-0.80597-0.36084-0.80597-0.80597 0-0.44512 0.36085-0.80597 0.80597-0.80597 0.44513 0 0.80597 0.36085 0.80597 0.80597z" fill-rule="evenodd" transform="translate(15.078 -30.977)" fill="#fff"/> | |
</g> | |
<g id="zid_1574" transform="matrix(-.51504 .85717 -.85717 -.51504 493 213.06)"> | |
<path id="zid_1575" d="m271 87c1.543 3.6293 6.49 7.637 7.85 9.6011-1.731 1.964-2.077 1.7501-1.85 5.3989 3.01-3.1493 3.064-3.4776 5-3 4.241 4.232 0.759 13.321-2.746 15.297-3.504 2.108-2.868-0.073-8.12 2.569 2.408 2.059 5.198-0.302 7.478 0.329 1.239 1.47-0.589 4.149 0.374 6.672 2.015-0.194 1.773-4.262 2.242-5.737 1.472-5.404 10.322-9.173 10.772-14.13 1.866-0.876 3.731-0.274 6 1-1.13-4.644-4.868-4.594-5.87-6.0444-2.385-3.6446-4.499-7.8024-9.593-8.881-3.867-0.8188-3.578 0.2463-6.056-1.444-1.54-1.202-6.23-3.474-5.48-1.631z" fill="#f90"/> | |
<path id="zid_1576" d="m267.04 122.1c0 0.44513-0.36084 0.80597-0.80597 0.80597-0.44512 0-0.80597-0.36084-0.80597-0.80597 0-0.44512 0.36085-0.80597 0.80597-0.80597 0.44513 0 0.80597 0.36085 0.80597 0.80597z" fill-rule="evenodd" transform="translate(15.078 -30.977)" fill="#fff"/> | |
</g> | |
</g> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<pattern id="zflag_al" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_1577"> | |
<rect id="zid_1578" fill-rule="evenodd" height="512" width="512" y=".000015259" x="0" stroke-width="1pt" fill="#de2110"/> | |
<path id="zid_1579" d="m167.48 127.3c7.3531-0.71781 8.8466-0.62179 14.246 0.77593-6.9344 3.1727-15.133 1.5873-20.218-2.92-7.6843-6.9767-25.985-19.041-19.441-8.7612 33.953 37.625 63.195 12.186 80.978 33.851 6.0574 7.3787 11.407 17.285 8.2196 27.014-1.0894 3.3299-5.0264 11.164-9.7861 9.1726-6.2324-2.6071 1.1811-23.087-3.3558-29.751-10.301-15.129-28.965-11.082-44.279-12.717-4.4431 12.048-15.146 10.233-24.986 4.1548-12.562-7.7574-12.184-26.836-23.411-33.137-11.699-6.5661-9.7923 15.425-7.9078 20.65 8.1665 22.642 32.212 31.105 54.221 27.079-16.289 25.222-42.107-16.327-54.895-6.151-8.1146 6.457 6.2181 18.204 11.183 20.899 13.737 7.457 30.243 3.7115 43.712-2.2501-7.6906 8.3527-21.841 13.478-33.328 11.783-5.9329-0.8755-17.819-8.3311-23.224-3.3624-8.3442 7.6712 12.027 16.769 16.974 17.846 16.677 3.628 28.488-5.1718 41.661-13.768-8.2717 8.2671-17.102 19.587-29.162 22.061-7.5218 1.5433-24.122-6.1331-28.982 1.8356-5.8119 9.5288 9.5982 15.558 16.484 14.962 16.314-1.4104 31.462-14.537 43.744-24.278-8.4404 11.973-21.468 24.643-35.412 30.053-7.3187 2.8394-19.901-1.5544-25.411 4.8218-8.4883 9.8227 10.2 15.62 17.079 13.947 20.078-4.8841 30.789-26.854 49.993-34.241-13.025 11.997-26.823 30.583-41.848 39.476-7.4652 4.4202-19.64-0.99569-25.543 5.5242-13.345 14.737 20.089 17.887 29.534 10.08 15.821-13.075 23.405-31.819 42.023-42.581-12.417 16.887-28.144 42.104-43.937 55.736-7.5189 6.4886-24.027 0.79572-28.789 8.0113-9.5655 14.492 21.284 16.981 28.974 11.859 25.246-16.81 26.625-55.773 58.333-65.191-8.9841 19.243-17.949 45.291-39.578 52.076 3.2454 9.7757 14.719 10.63 22.093 3.5037 12.654-12.225 10.042-40.057 32.066-40.998l-15.883 22.263c0.84363 9.0945 17.143-3.1037 22.132-11.848h2.083c-8.6779 20.701-23.997 32.26-43.744 41.661 0.38744 12.342-7.8697 18.699-18.747 22.913-5.8533-10.761-21.451-18.766-29.162-6.2491 6.1199 0.82488 11.588 1.9747 12.498 8.3321-9.7044-3.5037-17.363-5.1638-20.83 6.2491 11.37-1.8664 15.254-1.4519 17.185 3.5162-7.7714 8.9508-6.5043 22.565 7.8114 23.888-3.9932-2.885-6.6844-4.7951-4.491-8.6571 3.1745-4.216 6.9323 0.05 8.7737-2.4621 3.437-5.0159 0.34162-3.2641 4.7243-1.2456 3.5911 2.5705 9.432-8.1863 17.747 9.9569 10.001-7.1948 0.37911-18.566-3.8411-27.079l31.245-6.2491 35.412-33.328 2.083 2.083c-11.446 18.01-27.919 33.472-49.993 35.412 7.3885 13.4 21.884 6.4907 33.328 2.083-4.9764 9.709-17.895 9.7632-22.232 17.797-8.8925 16.479 28.26-0.50826 30.564-1.1332-2.9683 10.457-14.671 12.552-17.712 21.416-2.3622 6.8823 7.2802 7.5635 11.375 5.5659 7.903-3.8578 13.069-14.329 18.835-20.732-2.6996 12.498 2.4142 22.393-11.35 36.845l21.116 25.971 24.105-26.002c-13.306-11.513-5.1347-24.978-7.701-37.463 5.6367 6.6094 7.5552 17.458 15.564 21.382 3.7349 1.8289 11.444 1.8872 10.507-4.264-1.3269-8.7092-14.123-13.184-16.829-22.718 2.6663 0.88113 38.682 17.772 30.398 1.1332-3.9265-7.8843-17.214-8.3321-22.066-17.797 11.575 4.4577 23.459 10.078 33.328 0-18.345-6.3741-45.633-17.231-47.91-39.578l36.005 31.002 30.652 10.659v2.083c-7.4697 7.7822-11.794 13.211-5.5992 22.718l7.6176 2.2809c-4.8826-5.3826-3.2537-8.1613 0-10.288 5.5117-2.6267 8.8279 2.4726 10.961-2.7892 0.9686-2.5538 1.3081-3.7557 1.7997-0.6374 0.54367 5.5221 8.1946 1.2748 10.869 1.9955 4.1848 4.1223-2.0414 8.2446-2.735 11.717 11.836-4.1473 14.073-11.409 10.415-22.913 0.78114-4.3619 3.5162-6.4449 6.2491-6.2491 3.1037 0.3687 5.5554 1.3894 8.3321 2.083-4.064-10.615-11.236-10.213-20.83-6.2491 0.86862-6.3574 4.014-9.4611 10.415-8.3321-4.8097-14.433-22.203-2.8475-27.079 6.2491-11.328-3.7578-22.172-9.8944-18.747-22.913-19.141-9.1112-36.957-20.397-43.744-41.661h2.083c4.9889 8.7446 20.964 14.758 19.853 6.6407l-13.604-17.056c29.296 1.2582 17.627 54.513 54.159 43.744v-4.1661c-21.022-11.709-29.658-32.914-39.578-54.159 31.181 9.2632 32.212 47.937 56.436 64.826 7.7468 5.4013 40.352 3.9536 30.766-11.494-4.3119-6.949-21.507-1.933-28.794-8.0113-15.823-13.198-31.737-38.862-43.827-55.736 19.135 12.16 28.294 36.653 47.912 46.477 8.2842 4.1494 27.921 3.5307 25.103-10.765-2.0039-10.174-18.32-4.5014-25.073-7.3968-15.154-6.497-31.629-29.188-43.775-40.813 18.187 7.9878 28.971 28.335 47.91 34.051 6.9698 2.1039 24.969-1.0311 19.983-12.319-3.5432-8.0197-19.406-3.6961-26.232-6.1543-15.008-5.4044-26.542-19.207-37.495-30.159 14.7 8.4552 27.996 22.758 45.827 24.278 6.8844 0.58679 24.746-7.5831 15.367-16.296-6.1012-5.6673-18.437 0.6572-25.782-0.17685-11.832-1.3436-21.78-11.777-29.162-20.303 17.206 10.57 70.611 15.073 61.254-7.0302-6.4949-5.404-13.592 4.0082-26.367 4.3629-13.386 0.0308-26.661-3.1443-37.62-11.589 13.956 4.712 29.973 9.7123 44.362 2.9712 5.1159-2.3961 23.43-17.57 11.594-22.778-9.2278-4.0607-18.739 9.0149-26.144 12.323-9.1778 4.1-19.887 1.1117-29.162-1.1734v-2.083c19.024-1.0099 37.915-2.0914 50.432-18.831 4.1098-5.4975 14.823-28.012 2.8558-31.679-4.7764-1.4637-8.4779 3.3045-10.467 6.8886-5.845 10.536-31.91 52.379-42.821 22.791-15.346 1.6379-33.935-2.3999-44.281 12.717-4.591 6.7084 2.4996 27.293-3.6953 29.751-17.506 6.9432-5.8137-31.311-1.5706-36.186 18.864-21.685 69.871-3.0156 78.709-33.361 0.96028-8.047-10.509 6.353-15.908 9.8436-5.8491 3.604-13.275 3.8392-19.503 2.6546 6.6074-3.461 11.913-2.3653 16.079-3.0596-3.9098-6.87-12.877-5.9983-15.169-9.8036-2.9912-5.4013-14.921-6.9756-21.699-5.9054-12.892 2.8488-17.852 6.694-41.702 0.0213l10.415 12.498-14.927 6.2374 6.5949 4.1777-12.498 8.3321c2.083 0.69428 7.0427 0.69823 6.7094 2.6584l-10.069 17.125c-2.0893-3.5897-8.9612-12.989-9.9298-16.595-0.48534-1.6094 2.4205-2.3607 6.3512-3.0725l-11.809-8.4473 7.6322-4.4589-15.964-5.9562 8.3321-12.498c-13.283 8.8612-24.686-3.5243-40.065 0.0979-6.5574 1.4906-11.852 8.792-18.027 7.5737-5.2076-0.89071-11.278 2.2053-14.929 8.9926z"/> | |
<path id="zid_1580" d="m132.34 331.3c0.651 0.3125 1.848 0.1562 2.03 0.8593-1.224 0.4428-2.682 0.4949-3.906 0.3908 0.573-1.3021 1.225-0.8074 1.876-1.2501z" fill-rule="evenodd" stroke-width="0" fill="#de2110"/> | |
<path id="zid_1581" d="m188.2 331.53c-0.65 0.3125-1.847 0.1562-2.029 0.8593 1.224 0.4428 2.682 0.4949 3.905 0.3908-0.572-1.3021-1.225-0.8074-1.876-1.2501z" fill-rule="evenodd" stroke-width="0" fill="#de2110"/> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<pattern id="zflag_am" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_1582"> | |
<path id="zid_1583" d="m-1.2902 0h3.0964v1.0321h-3.0964z" fill="#f00"/> | |
<path id="zid_1584" d="m-1.2902 1.0321h3.0964v1.0321h-3.0964z" fill="#00f"/> | |
<path id="zid_1585" d="m-1.2902 2.0643h3.0964v1.0321h-3.0964z" fill="#ffa500"/> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<pattern id="zflag_ao" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_1586"> | |
<g id="zid_1587" fill-rule="evenodd" stroke-width="1pt" transform="matrix(.68808 0 0 1.0168 0 -16.204)"> | |
<rect id="zid_1588" height="255.53" width="744.09" y="15.937" x="0" fill="#f00"/> | |
<rect id="zid_1589" height="255.53" width="744.09" y="263.97" x="0"/> | |
</g> | |
<g id="zid_1590" transform="translate(-113.16 4.8627)"> | |
<path id="zid_1591" d="m341.83-135.75c165.22 43.304 58.989 255.64-71.216 167.26-2.939 4.5148-5.877 9.0297-8.817 13.545 76.628 54.658 152.57 10.66 173.9-46.358 22.297-58.788-7.521-141.48-92.511-150.03-0.451 5.192-0.904 10.384-1.355 15.576z" fill-rule="evenodd" transform="translate(0 279.06)" stroke-width="1pt" fill="#ffec00"/> | |
<rect id="zid_1592" fill-rule="evenodd" transform="matrix(.90642 .42239 -.42345 .90592 0 279.06)" height="23.949" width="23.972" y="-77.07" x="276.34" stroke-width="1pt" fill="#ffec00"/> | |
<rect id="zid_1593" fill-rule="evenodd" transform="translate(0 279.06)" height="23.942" width="23.979" y="-52.576" x="432.1" stroke-width="1pt" fill="#ffec00"/> | |
<rect id="zid_1594" fill-rule="evenodd" transform="matrix(.93193 -.36263 .36360 .93156 0 279.06)" height="23.947" width="23.974" y="67.214" x="424.9" stroke-width="1pt" fill="#ffec00"/> | |
<rect id="zid_1595" fill-rule="evenodd" transform="matrix(.71094 -.70325 .70434 .70986 0 279.06)" height="23.961" width="23.961" y="191.67" x="365.04" stroke-width="1pt" fill="#ffec00"/> | |
<rect id="zid_1596" fill-rule="evenodd" transform="matrix(.93575 .35267 -.35362 .93539 0 279.06)" height="23.947" width="23.974" y="-280" x="287.71" stroke-width="1pt" fill="#ffec00"/> | |
<rect id="zid_1597" fill-rule="evenodd" transform="matrix(.92874 .37073 -.37172 .92835 0 279.06)" height="23.947" width="23.974" y="-172.06" x="393.33" stroke-width="1pt" fill="#ffec00"/> | |
<rect id="zid_1598" fill-rule="evenodd" transform="matrix(.92012 -.39163 .39265 .91969 0 279.06)" height="23.948" width="23.973" y="192.4" x="308.48" stroke-width="1pt" fill="#ffec00"/> | |
<rect id="zid_1599" fill-rule="evenodd" transform="translate(0 279.06)" height="23.942" width="23.979" y="58.906" x="319.88" stroke-width="1pt" fill="#ffec00"/> | |
<path id="zid_1600" d="m361.17-57.03-20.351-15.006-20.244 14.469 8.034-22.918-20.347-14.957 24.447-0.171 8.568-22.551 7.782 22.703 24.702-0.2416-19.587 15.232 6.996 23.441z" fill-rule="evenodd" transform="translate(0 279.06)" stroke-width="1pt" fill="#ffec00"/> | |
<path id="zid_1601" d="m449.19 62.453c-1.211 0.4184-6.229 12.389-9.675 18.248 1.797 0.5092 2.559 0.5965 3.625 1.0254 13.655 4.8007 20.384 9.1807 26.186 17.505 2.888 2.7911 7.032 2.9311 10.198 0.6972 0 0 2.795-1.1156 6.429-5.0223 2.969-4.5195 2.195-8.1095-1.383-11.16-10.944-7.9507-22.9-13.901-35.38-21.294z" fill-rule="evenodd" transform="translate(0 279.06)" stroke-width="1pt" fill="#fe0"/> | |
<path id="zid_1602" d="m199.62 154.99c0 1.0448-0.847 1.8918-1.8918 1.8918s-1.8918-0.847-1.8918-1.8918 0.847-1.8918 1.8918-1.8918 1.8918 0.847 1.8918 1.8918z" fill-rule="evenodd" transform="matrix(2.2895 0 0 2.286 21.377 13.672)" stroke-width="1pt"/> | |
<path id="zid_1603" d="m199.62 154.99c0 1.0448-0.847 1.8918-1.8918 1.8918s-1.8918-0.847-1.8918-1.8918 0.847-1.8918 1.8918-1.8918 1.8918 0.847 1.8918 1.8918z" fill-rule="evenodd" transform="scale(2.2895 2.286)" stroke-width="1pt"/> | |
<path id="zid_1604" d="m199.62 154.99c0 1.0448-0.847 1.8918-1.8918 1.8918s-1.8918-0.847-1.8918-1.8918 0.847-1.8918 1.8918-1.8918 1.8918 0.847 1.8918 1.8918z" fill-rule="evenodd" transform="matrix(2.2895 0 0 2.286 10.898 6.9754)" stroke-width="1pt"/> | |
<path id="zid_1605" d="m437.63 79.744c-42.57-24.273-87.31-50.521-129.88-74.796-18.751-11.636-19.683-33.385-7.17-49.876 1.302-2.3363 2.836-1.7579 3.514-0.5234 1.463 8.0284 5.969 16.324 11.37 21.495 44.693 28.383 87.732 55.804 131.71 85.613-3.448 5.7676-6.104 12.322-9.55 18.087z" fill-rule="evenodd" transform="translate(0 279.06)" stroke-width="1pt" fill="#fe0"/> | |
<rect id="zid_1606" fill-rule="evenodd" transform="matrix(.74495 .66712 -.66826 .74393 0 279.06)" height="23.959" width="23.963" y="-257.7" x="319.65" stroke-width="1pt" fill="#ffec00"/> | |
<path id="zid_1607" d="m444.7 64.898-124.96-75.522" transform="translate(0 279.06)" stroke="#000" stroke-width="2.2878pt" fill="none"/> | |
<path id="zid_1608" d="m429.27 47.47-42.24-27.279" transform="translate(0 279.06)" stroke="#000" stroke-width="2.2878pt" fill="none"/> | |
<path id="zid_1609" d="m405.24 62.878-42.75-24.756" transform="translate(0 279.06)" stroke="#000" stroke-width="2.2878pt" fill="none"/> | |
</g> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<clipPath id="zid_1611" clipPathUnits="userSpaceOnUse"> | |
<rect id="zid_1612" fill-opacity="0.67" height="512" width="512" y="0" x="0"/> | |
</clipPath> | |
<pattern id="zflag_aq" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_1613" clip-path="url(#zid_1611)"> | |
<rect id="zid_1614" fill-rule="evenodd" height="512" width="512" y="-.0000057220" x="0" stroke-width="1pt" fill="#3a7dce"/> | |
<path id="zid_1615" d="m95.839 237.9c-3.701-7.5702-3.701-7.5702-3.701-15.14-1.851 0-2.198 0.35573-3.2682 0.0579-1.0702-0.29504-1.4748 6.9801-4.9457 5.56-0.57803-0.70959 2.4875-5.9718-0.83828-8.1594-1.0702-0.7124 0.26025-5.0288-0.20272-6.9213 0 0-4.2215 2.2464-7.403-5.6767-1.5624-2.0709-3.702 1.8916-3.702 1.8916s0.92503 2.4248-0.75153 3.0167c-2.3715-1.7749-4.1074-0.84405-7.1144-3.2828-3.008-2.4397 0.63647-5.2332-5.09-7.3032 3.702-9.4618 3.702-7.5702 12.956-11.354-5.5529-3.7851-5.5529-3.7851-9.254-9.4628-5.5529-1.8926-7.4039-3.7842-12.957-7.5693-7.403-9.47-11.105-28.39-11.105-41.64 4.6854-4.4359 11.105 15.14 20.36 20.816l12.956 5.6777c7.403 3.7851 9.254 7.5693 14.807 11.354l16.658 5.6777c7.403 5.6767 11.105 13.247 16.658 15.14 6.015 0 7.1738-3.5424 9.1024-3.7627 10.881-0.57048 16.434-2.0037 18.603-5.3453 2.1971-2.661 7.4605 1.5378 22.267-4.139l-1.8501-7.5702s3.933-3.3117 9.254-1.8926c-0.14428-3.4593-0.49219-12.685 4.7494-16.847-3.1833-3.4144-1.0474-5.8616-1.0474-5.8616s2.9504-2.8981 3.2965-4.4359c-1.5606-8.3386 1.3542-8.4675 2.008-10.921 0.65291-2.4528-2.5176-1.6124-1.6236-4.9942 0.89215-3.3827 6.2542-4.1857 6.972-6.9717 0.72048-2.7861-1.5286-4.1838-1.399-4.8486 1.157-2.661 0.17442-8.9301 0-11.355 9.9489-2.7204 13.188-11 16.658-7.5698 1.851-11.355 3.702-15.14 14.807-15.14 1.5624-3.489-4.0499-6.4462-1.851-7.5698 3.702-0.47309 6.5355-0.2365 10.876 5.5001 1.3697 1.8179 1.6181-2.6613 3.0061-3.1345 1.388-0.47309 4.7101-0.48047 5.2041-2.7204 0.52233-2.3065 1.2739-5.3225 3.1248-9.1073 1.5615-3.0752 2.776 1.1828 4.164 7.2149 7.8094 0.2956 25.45 2.07 32.853 4.1397 5.5529 1.4786 9.2549-1.4786 14.576-2.07 3.933 4.0214 7.635 1.0055 9.717 9.5805 2.9395 4.627 7.75 0.41408 8.7919 1.7742 6.1894 17.446 27.474 5.6773 29.093 5.9731 2.7176 0 6.0378 7.8005 8.1774 7.6066 3.4773-0.59877 2.4929-3.0233 5.5301-2.0476-0.81088 6.5643 5.9584 14.134 5.9584 19.042 0 0 1.6474 0.82817 3.1742-0.62836 1.525-1.4556 2.9276-5.1964 4.2864-5.1078 3.239 0.47318 4.5512 0.89838 8.2842 1.5655 10.036 3.5059 15.148 4.2968 19.046 6.0932 1.8135 3.393 3.5705 5.1305 7.2459 4.4966 3.0372 2.0858 0.82185 4.8178 2.6153 4.9952 3.702-1.8926 4.9165-3.9625 8.6175-2.07 3.702 1.8926 7.4039 5.6777 9.2549 9.4628 0 1.8916-1.851 9.4618 0 20.816 0.92503 3.7851 1.3734 6.7859 5.3502 13.277-1.0565 6.6683 5.0032 17.889 5.0032 20.728 0 3.7842-2.9504 5.7365-4.8014 9.5207 7.4039 5.6777 0 15.14-3.701 20.817 27.763 5.6777 14.807 17.032 37.017 11.354-5.5529 13.247-3.5869 12.184 1.966 25.43-11.106 7.5702-0.23012 9.8755-7.6331 19.337-0.46298 0.59195 4.3941 8.221 11.22 8.221-1.851 15.14-7.4039 9.4618-5.5529 32.172-14.576-0.29504-8.6769 16.973-18.509 15.14 0.57803 10.822 5.6105 11.769 3.702 22.709-7.403 1.8926-7.403 1.8926-11.105 7.5702l-5.5529-1.8926c-1.851 9.4618-5.552 11.354 0 20.817 0 0-7.172 0.23622-9.254 0-0.17441 3.2529 3.1815 4.1399 3.702 7.5693-0.28947 1.3604-10.528 7.3331-18.509 7.5702-2.082 4.6721 5.552 9.6402 5.09 12.005-8.6769 1.7142-12.494 12.596-12.494 12.596s4.4535 1.8337 3.702 3.7851c-2.3706-1.7749-3.702-1.8926-7.403-1.8926-1.851 0.47337-6.362-0.11578-10.688 7.348-4.7475 1.6012-6.9884 1.0224-10.59 5.8915-1.5944-4.6385-3.8873 0.0439-6.6916 1.8431-2.8016 1.802-6.5757 6.2808-7.0825 6.0904 0.11597-1.3025 1.7359-6.0334 1.7359-6.0334l-9.2549 1.8926s-0.41274 0.0411-1.1396 0.11671c-0.72779 0.0738-0.53329-5.5236-2.2875-5.321-1.7533 0.20447-6.7711 7.0399-8.4814 7.2537-1.7076 0.21381-2.2482-2.1745-3.7202-1.9663-1.4711 0.20821-4.3403 7.2098-5.3822 7.3956-1.0419 0.18581-5.1749-4.2557-8.717-3.6357-18.22 6.5656-21.113-12.95-23.947-1.9504-3.817-2.0709-3.1559-0.86925-7.035 0.16993-2.4747 0.65263-2.7002-3.3454-4.9009-3.2837-4.4033 0.12698-4.1722 4.3855-6.5729 3.1138-1.9651-8.8718-13.824-7.2752-14.98-11.059-0.94055-3.9476 5.1374-3.9289 7.1035-6.6029 1.5031-3.8589-1.5697-5.3238 4.5293-9.0464 7.9491-5.4975 3.3796-7.5712 4.7731-11.703 2.4929-5.9652 2.5075-7.4218 0.42553-12.685 0 0-6.1894-17.032-7.4039-17.032-3.701-1.0635-3.701 6.2677-9.1389 8.2798-11.105 3.7842-30.711-9.5814-34.125-9.5814-3.1221 0.0598-17.587 3.5022-17.041-3.872-2.1624 7.1697-10.115 1.6844-10.605 1.6844-7.4039 0-4.5704 5.8551-9.5453 5.6179-2.2564-0.76841-25.044-2.1288-25.044-2.1288v3.7851l-14.807-7.5702-12.956-3.7842c-11.105-3.7851-5.552-13.248-24.061-7.5702v-11.354h-9.254c3.701-22.71 0-11.354-1.851-32.172l-7.4039 1.8926c-7.403-10.231 10.295-8.2798-5.552-15.14 0 0 0.28856-11.297-3.702-7.5702-0.80998 0.47338 1.851 5.6777 1.851 5.6777-14.807-1.8926-18.509-5.6777-18.509-20.817 0 0 12.204 1.7749 11.105 0-1.735-2.8384-3.9905-21.29-3.586-22.531-0.1735-2.4845 11.337-8.7522 9.1097-14.727 1.4172-0.5322 5.5812-0.59008 5.5812-0.59008" fill="#fff"/> | |
<path id="zid_1616" stroke-linejoin="round" d="m595.51 313.51c-0.592 1.332-0.487 2.662 0.125 3.612 1.099-1.648 0.171-2.408-0.125-3.612z" stroke="#fff" stroke-linecap="round" stroke-width="2.0269pt" fill="none"/> | |
<path id="zid_1617" stroke-linejoin="round" d="m119.51 164.09s-3.104-0.38-2.407 2.344c1.014-2.091 2.344-2.217 2.407-2.344z" stroke="#fff" stroke-width="2.5336" fill="none"/> | |
<path id="zid_1618" stroke-linejoin="round" d="m120.21 157.76c-1.71 0.064-3.801-0.253-3.104 2.47 1.014-2.09 3.041-2.343 3.104-2.47z" stroke="#fff" stroke-width="2.5336" fill="none"/> | |
<path id="zid_1619" stroke-linejoin="round" d="m131.89 194.05s2.661-0.19 1.964 2.534c-1.014-2.091-1.9-2.407-1.964-2.534z" stroke="#fff" stroke-width="2.5336" fill="none"/> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<pattern id="zflag_ar" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_1620" fill-rule="evenodd" transform="matrix(.75530 0 0 1.1329 -28.678 -260.35)" stroke-width="1pt"> | |
<rect id="zid_1621" height="151.05" width="677.88" y="229.8" x="37.969" fill="#00c4ff"/> | |
<rect id="zid_1622" height="151.05" width="677.88" y="380.23" x="37.969" fill="#fff"/> | |
<rect id="zid_1623" height="151.05" width="677.88" y="530.67" x="37.969" fill="#00c4ff"/> | |
</g> | |
<g id="zid_1624" transform="matrix(1.2386 0 0 1.2386 -158.39 -42.014)"> | |
<path id="zid_1625" d="m382.49 221.33c0 14.564-11.864 26.37-26.499 26.37s-26.499-11.806-26.499-26.37 11.864-26.37 26.499-26.37 26.499 11.806 26.499 26.37z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(1.0193 0 0 1.0038 -26.198 18.075)" stroke="#000" stroke-width=".625" fill="#ffd600"/> | |
<path id="zid_1626" d="m364.43 195.28c-4.34-1.049-8.785 0.422-10.185 0.318-1.925 0-6.79-1.68-10.185 0" stroke-opacity=".38662" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-width=".5" fill="none"/> | |
<path id="zid_1627" d="m338.71 200.49c4.305-3.01 9.115 1.086 10.394 0.315 3.492-2.294 6.736-1.868 10.08 0.21 2.155 1.272 5.914-3.71 10.289 0.315" stroke-opacity=".38662" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-width=".5" fill="none"/> | |
<path id="zid_1628" d="m333.88 205.63c2.275-1.855 9.694-1.925 17.324 2.414 1.155-0.28 1.89-1.084 0.945-2.204-5.74-1.995-12.424-4.515-18.584-2.625-1.68 1.19-1.26 1.96 0.315 2.415z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-width=".5" fill="#efc000"/> | |
<path id="zid_1629" d="m333.88 205.63c2.275-1.855 9.694-1.925 17.324 2.414 1.155-0.28 1.89-1.084 0.945-2.204-5.74-1.995-12.424-4.515-18.584-2.625-1.68 1.19-1.26 1.96 0.315 2.415z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.78705 0 0 .76270 614.99 72.384)" stroke="#000" stroke-width=".5" fill="#efc000"/> | |
<path id="zid_1630" stroke-linejoin="round" d="m330.84 211.83c7.525-4.83 17.464-2.31 21.629 0.315-6.09-1.155-6.195-1.68-10.605-1.785-3.115 0.106-7.699-0.21-11.024 1.47z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-width=".625" fill="#f0bf00"/> | |
<path id="zid_1631" d="m348.06 211.3c-3.675 7.665-10.079 7.77-14.594-0.42" stroke-opacity=".38662" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-width=".625" fill="none"/> | |
<path id="zid_1632" d="m345.54 212.88c0 0.92779-1.6453 1.6799-3.6748 1.6799s-3.6748-0.75212-3.6748-1.6799c0-0.92779 1.6453-1.6799 3.6748-1.6799s3.6748 0.75212 3.6748 1.6799z" fill-rule="evenodd" fill-opacity=".36803" transform="matrix(.85295 .12338 -.92423 1.011 231.88 -22.52)"/> | |
<path id="zid_1633" d="m344.07 212.56c0 0.23194-0.32906 0.41997-0.73497 0.41997s-0.73497-0.18803-0.73497-0.41997c0-0.23195 0.32906-0.41998 0.73497-0.41998s0.73497 0.18803 0.73497 0.41998z" fill-rule="evenodd" transform="matrix(1.0476 -.34283 .38138 .94175 -115.92 151.91)" fill="#ffd700"/> | |
<path id="zid_1634" d="m349.18 224.5c-4.239 7.127 1.537 2.1 2.475 4.164 1.65 1.913 3.301 1.462 4.276 0 0.976-1.651 7.127 3.113 2.926-3.938" stroke-opacity=".38662" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-width=".625" fill="none"/> | |
<path id="zid_1635" stroke-linejoin="round" d="m341.64 236.31c3.638-0.413 9.753-3.188 11.929-0.9 1.875-2.063 8.477 0.6 12.715 0.9-3.076 1.875-9.302 0.6-12.265 2.588-2.889-1.763-9.266-0.15-12.379-2.588z" stroke-opacity=".38662" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-linecap="round" stroke-width=".625" fill="none"/> | |
<path id="zid_1636" stroke-linejoin="round" d="m347.5 239.58c5.514 2.251 6.752 1.913 12.716 0.225-1.238 3.264-4.398 3.951-6.19 3.826-1.857-0.121-4.388 0.113-6.526-4.051z" stroke-opacity=".38662" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-width=".625" fill="none"/> | |
<path id="zid_1637" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1638" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.78705 0 0 .76270 64.243 72.907)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1639" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" transform="matrix(-.56256 -.53340 -.55044 .54515 657.14 309.12)" stroke="#000" stroke-width=".625" fill="none"/> | |
<path id="zid_1640" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" transform="matrix(.55074 .54486 -.56226 .53369 265.32 -69.993)" stroke="#000" stroke-width=".625" fill="none"/> | |
<path id="zid_1641" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" transform="matrix(-.0045306 -.76268 -.78704 .0043904 511.37 509.69)" stroke="#000" stroke-width=".625" fill="none"/> | |
<path id="zid_1642" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" transform="matrix(-.72199 -.30364 -.31333 .69965 656.38 192.05)" stroke="#000" stroke-width=".625" fill="none"/> | |
<path id="zid_1643" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" transform="matrix(-.56065 -.53529 -.55238 .54330 651.5 306.4)" stroke="#000" stroke-width=".625" fill="none"/> | |
<path id="zid_1644" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" transform="matrix(-.30753 -.70206 -.72448 .29802 602.06 417.74)" stroke="#000" stroke-width=".625" fill="none"/> | |
<path id="zid_1645" d="m349.18 224.5c-4.239 7.127 1.537 2.1 2.475 4.164 1.65 1.913 3.301 1.462 4.276 0 0.976-1.651 7.127 3.113 2.926-3.938" stroke-opacity=".081784" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-width=".625" fill="none"/> | |
<path id="zid_1646" stroke-linejoin="round" d="m341.64 236.31c3.638-0.413 9.753-3.188 11.929-0.9 1.875-2.063 8.477 0.6 12.715 0.9-3.076 1.875-9.302 0.6-12.265 2.588-2.889-1.763-9.266-0.15-12.379-2.588z" stroke-opacity=".081784" fill-rule="evenodd" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-linecap="round" stroke-width=".625" fill="#f0bf00"/> | |
<path id="zid_1647" stroke-linejoin="round" d="m347.5 239.58c5.514 2.251 6.752 1.913 12.716 0.225-1.238 3.264-4.398 3.951-6.19 3.826-1.857-0.121-4.388 0.113-6.526-4.051z" stroke-opacity=".081784" fill-rule="evenodd" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-width=".625" fill="#f0bf00"/> | |
<path id="zid_1648" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.56256 -.53340 -.55044 .54515 657.14 309.12)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1649" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(.55074 .54486 -.56226 .53369 265.32 -69.993)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1650" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.0045306 -.76268 -.78704 .0043904 511.37 509.69)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1651" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.72199 -.30364 -.31333 .69965 656.38 192.05)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1652" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.56065 -.53529 -.55238 .54330 651.5 306.4)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1653" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.30753 -.70206 -.72448 .29802 602.06 417.74)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1654" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(0 -.76270 .78705 0 164.06 504.41)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1655" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.78705 0 0 .76270 616.04 72.778)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1656" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.56256 -.53340 .55044 .54515 16.584 309.51)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1657" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.55074 .54486 .56226 .53369 408.41 -69.796)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1658" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.0045306 -.76268 .78704 .0043904 162.13 509.69)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1659" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.72199 -.30364 .31333 .69965 17.304 192.45)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1660" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.56065 -.53529 .55238 .54330 21.69 306.4)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1661" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.30753 -.70206 .72448 .29802 71.779 417.74)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1662" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(.56256 -.53340 .55044 .54515 16.584 309.51)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1663" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.55074 .54486 .56226 .53369 408.41 -69.796)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1664" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(.0045306 -.76268 .78704 .0043904 162.13 509.69)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1665" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(.72199 -.30364 .31333 .69965 17.304 192.45)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1666" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(.56065 -.53529 .55238 .54330 21.69 306.4)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1667" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(.30753 -.70206 .72448 .29802 71.779 417.74)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1668" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(0 .76270 -.78705 0 509.35 -23.965)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1669" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.78705 0 0 -.76270 57.38 407.66)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1670" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.56256 .53340 -.55044 -.54515 656.83 170.93)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1671" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.55074 -.54486 -.56226 -.53369 265.01 550.24)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1672" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.0045306 .76268 -.78704 -.0043904 511.29 -29.254)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1673" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.72199 .30364 -.31333 -.69965 656.11 288)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1674" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.56065 .53529 -.55238 -.54330 651.73 174.04)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1675" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.30753 .70206 -.72448 -.29802 601.64 62.696)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1676" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.56256 .53340 -.55044 -.54515 656.83 170.93)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1677" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(.55074 -.54486 -.56226 -.53369 265.01 550.24)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1678" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.0045306 .76268 -.78704 -.0043904 511.29 -29.254)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1679" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.72199 .30364 -.31333 -.69965 656.11 288)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1680" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.56065 .53529 -.55238 -.54330 651.73 174.04)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1681" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.30753 .70206 -.72448 -.29802 601.64 62.696)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1682" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.78705 0 0 -.76270 609.13 407.52)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1683" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(0 .76270 .78705 0 163.72 -30.464)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1684" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.55044 -.54515 .56256 -.53340 408.01 550.44)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1685" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.56226 .53369 .55074 -.54486 16.589 170.74)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1686" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.78704 -.0043904 .0045306 -.76268 614.58 409.4)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1687" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.31333 -.69965 .72199 -.30364 287.2 549.74)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1688" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.55238 -.54330 .56065 -.53529 404.79 545.49)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1689" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.72448 -.29802 .30753 -.70206 519.7 496.95)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1690" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.55044 -.54515 .56256 -.53340 408.01 550.44)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1691" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(.56226 .53369 .55074 -.54486 16.589 170.74)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1692" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.78704 -.0043904 .0045306 -.76268 614.58 409.4)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1693" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.31333 -.69965 .72199 -.30364 287.2 549.74)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1694" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.55238 -.54330 .56065 -.53529 404.79 545.49)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1695" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.72448 -.29802 .30753 -.70206 519.7 496.95)" stroke="#000" stroke-width=".625" fill="#ffd700"/> | |
<path id="zid_1696" d="m105.48 235.29" stroke-opacity=".078067" transform="matrix(.78705 0 0 .76270 57.865 72.976)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1697" d="m328.14 202.55h-3.151" stroke-opacity="0.171" transform="matrix(.78705 0 0 .76270 57.865 72.976)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1698" d="m328.14 202.55h-3.151" stroke-opacity="0.171" transform="matrix(.78705 0 0 .76270 57.245 74.52)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1699" d="m328.14 202.55h-3.151" stroke-opacity="0.171" transform="matrix(.87138 0 0 .76270 29.308 75.979)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1700" d="m328.14 202.55h-3.151" stroke-opacity="0.171" transform="matrix(.87137 0 0 .76270 28.514 77.353)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1701" d="m328.14 202.55h-3.151" stroke-opacity="0.171" transform="matrix(1.04 0 0 .76270 -27.004 78.812)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1702" d="m328.14 202.55h-3.151" stroke-opacity="0.171" transform="matrix(1.1524 0 0 .76270 -63.806 80.271)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1703" d="m328.14 202.55h-3.151" stroke-opacity="0.171" transform="matrix(1.0962 0 0 .76270 -45.89 81.901)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1704" d="m328.14 202.55h-3.151" stroke-opacity="0.171" transform="matrix(1.0681 0 0 .76270 -36.489 83.532)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1705" d="m328.14 202.55h-3.151" stroke-opacity="0.171" transform="matrix(1.0962 0 0 .76270 -45.713 85.077)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1706" d="m328.14 202.55h-3.151" stroke-opacity="0.171" transform="matrix(1.3773 0 0 .76270 -137.06 86.879)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1707" d="m328.14 202.55h-3.151" stroke-opacity="0.171" transform="matrix(1.1805 0 0 .76270 -72.849 88.939)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1708" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -72.76 90.398)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1709" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -72.14 92.372)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1710" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -72.052 94.089)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1711" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -70.989 95.977)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1712" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -69.926 97.522)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1713" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -68.952 99.324)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1714" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -67.8 101.04)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1715" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -67.003 102.67)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1716" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -65.321 104.65)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1717" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(.75892 0 0 .76270 73.738 106.45)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1718" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -72.76 90.398)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1719" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -72.14 92.372)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1720" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -72.052 94.089)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1721" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -70.989 95.977)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1722" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -69.926 97.522)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1723" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -68.952 99.324)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1724" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -67.8 101.04)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1725" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -67.003 102.67)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1726" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -65.321 104.65)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1727" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(.75892 0 0 .76270 74.123 106.3)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1728" d="m105.48 235.29" stroke-opacity=".078067" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-.78705 0 0 .76270 615.44 72.581)" stroke="#000" stroke-width="1pt" fill="#00699d"/> | |
<path id="zid_1729" d="m328.14 202.55h-3.151" stroke-opacity=".13383" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-.78705 0 0 .76270 615.44 72.581)" stroke="#000" stroke-width="1pt" fill="#00699d"/> | |
<path id="zid_1730" d="m328.14 202.55h-3.151" stroke-opacity=".13383" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-.78705 0 0 .76270 616.06 74.126)" stroke="#000" stroke-width="1pt" fill="#00699d"/> | |
<path id="zid_1731" d="m328.14 202.55h-3.151" stroke-opacity=".13383" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-.87138 0 0 .76270 643.99 75.585)" stroke="#000" stroke-width="1pt" fill="#00699d"/> | |
<path id="zid_1732" d="m328.14 202.55h-3.151" stroke-opacity=".13383" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-.87137 0 0 .76270 644.79 76.958)" stroke="#000" stroke-width="1pt" fill="#00699d"/> | |
<path id="zid_1733" d="m328.14 202.55h-3.151" stroke-opacity=".13383" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.04 0 0 .76270 700.31 78.417)" stroke="#000" stroke-width="1pt" fill="#00699d"/> | |
<path id="zid_1734" d="m328.14 202.55h-3.151" stroke-opacity=".13383" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.1524 0 0 .76270 737.11 79.876)" stroke="#000" stroke-width="1pt" fill="#00699d"/> | |
<path id="zid_1735" d="m328.14 202.55h-3.151" stroke-opacity=".13383" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.0962 0 0 .76270 719.19 81.507)" stroke="#000" stroke-width="1pt" fill="#00699d"/> | |
<path id="zid_1736" d="m328.14 202.55h-3.151" stroke-opacity=".13383" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.0681 0 0 .76270 709.79 83.138)" stroke="#000" stroke-width="1pt" fill="#00699d"/> | |
<path id="zid_1737" d="m328.14 202.55h-3.151" stroke-opacity=".13383" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.0962 0 0 .76270 719.02 84.683)" stroke="#000" stroke-width="1pt" fill="#00699d"/> | |
<path id="zid_1738" d="m328.14 202.55h-3.151" stroke-opacity=".13383" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.3773 0 0 .76270 810.36 86.485)" stroke="#000" stroke-width="1pt" fill="#00699d"/> | |
<path id="zid_1739" d="m328.14 202.55h-3.151" stroke-opacity=".13383" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.1805 0 0 .76270 746.15 88.545)" stroke="#000" stroke-width="1pt" fill="#00699d"/> | |
<path id="zid_1740" d="m328.14 202.55h-3.151" stroke-opacity=".063197" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.1805 0 0 .76270 746.06 90.004)" stroke="#000" stroke-width="1pt" fill="#00699d"/> | |
<path id="zid_1741" d="m328.14 202.55h-3.151" stroke-opacity=".063197" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.1805 0 0 .76270 745.44 91.978)" stroke="#000" stroke-width="1pt" fill="#00699d"/> | |
<path id="zid_1742" d="m328.14 202.55h-3.151" stroke-opacity=".063197" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.1805 0 0 .76270 745.35 93.694)" stroke="#000" stroke-width="1pt" fill="#00699d"/> | |
<path id="zid_1743" d="m328.14 202.55h-3.151" stroke-opacity=".063197" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.1805 0 0 .76270 744.29 95.583)" stroke="#000" stroke-width="1pt" fill="#00699d"/> | |
<path id="zid_1744" d="m328.14 202.55h-3.151" stroke-opacity=".063197" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.1805 0 0 .76270 743.23 97.128)" stroke="#000" stroke-width="1pt" fill="#00699d"/> | |
<path id="zid_1745" d="m328.14 202.55h-3.151" stroke-opacity=".063197" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.1805 0 0 .76270 742.25 98.93)" stroke="#000" stroke-width="1pt" fill="#00699d"/> | |
<path id="zid_1746" d="m328.14 202.55h-3.151" stroke-opacity=".063197" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.1805 0 0 .76270 741.1 100.65)" stroke="#000" stroke-width="1pt" fill="#00699d"/> | |
<path id="zid_1747" d="m328.14 202.55h-3.151" stroke-opacity=".063197" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.1805 0 0 .76270 740.31 102.28)" stroke="#000" stroke-width="1pt" fill="#00699d"/> | |
<path id="zid_1748" d="m328.14 202.55h-3.151" stroke-opacity=".063197" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.1805 0 0 .76270 738.62 104.25)" stroke="#000" stroke-width="1pt" fill="#00699d"/> | |
<path id="zid_1749" d="m328.14 202.55h-3.151" stroke-opacity=".063197" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-.75892 0 0 .76270 599.56 106.05)" stroke="#000" stroke-width="1pt" fill="#00699d"/> | |
<path id="zid_1750" d="m328.14 202.55h-3.151" stroke-opacity=".063197" transform="matrix(-1.1805 0 0 .76270 746.06 90.004)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1751" d="m328.14 202.55h-3.151" stroke-opacity=".063197" transform="matrix(-1.1805 0 0 .76270 745.44 91.978)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1752" d="m328.14 202.55h-3.151" stroke-opacity=".063197" transform="matrix(-1.1805 0 0 .76270 745.35 93.694)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1753" d="m328.14 202.55h-3.151" stroke-opacity=".063197" transform="matrix(-1.1805 0 0 .76270 744.29 95.583)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1754" d="m328.14 202.55h-3.151" stroke-opacity=".063197" transform="matrix(-1.1805 0 0 .76270 743.23 97.128)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1755" d="m328.14 202.55h-3.151" stroke-opacity=".063197" transform="matrix(-1.1805 0 0 .76270 742.25 98.93)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1756" d="m328.14 202.55h-3.151" stroke-opacity=".063197" transform="matrix(-1.1805 0 0 .76270 741.1 100.65)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1757" d="m328.14 202.55h-3.151" stroke-opacity=".063197" transform="matrix(-1.1805 0 0 .76270 740.31 102.28)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1758" d="m328.14 202.55h-3.151" stroke-opacity=".063197" transform="matrix(-1.1805 0 0 .76270 738.62 104.25)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1759" d="m328.14 202.55h-3.151" stroke-opacity=".063197" transform="matrix(-.75892 0 0 .76270 599.56 106.05)" stroke="#000" stroke-width="1pt" fill="none"/> | |
<path id="zid_1760" stroke-linejoin="round" d="m330.84 211.83c7.525-4.83 17.464-2.31 21.629 0.315-6.09-1.155-6.195-1.68-10.605-1.785-3.115 0.106-7.699-0.21-11.024 1.47z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.78705 0 0 .76270 615.8 72.187)" stroke="#000" stroke-width=".625" fill="#f0bf00"/> | |
<path id="zid_1761" d="m348.06 211.3c-3.675 7.665-10.079 7.77-14.594-0.42" stroke-opacity=".38662" transform="matrix(.78705 0 0 .76270 78.009 71.99)" stroke="#000" stroke-width=".625" fill="none"/> | |
<path id="zid_1762" d="m345.54 212.88c0 0.92779-1.6453 1.6799-3.6748 1.6799s-3.6748-0.75212-3.6748-1.6799c0-0.92779 1.6453-1.6799 3.6748-1.6799s3.6748 0.75212 3.6748 1.6799z" fill-rule="evenodd" fill-opacity=".36803" transform="matrix(.88114 .11814 -.95479 .96802 249.18 -11.902)"/> | |
<path id="zid_1763" d="m344.07 212.56c0 0.23194-0.32906 0.41997-0.73497 0.41997s-0.73497-0.18803-0.73497-0.41997c0-0.23195 0.32906-0.41998 0.73497-0.41998s0.73497 0.18803 0.73497 0.41998z" fill-rule="evenodd" transform="matrix(1.0476 -.34283 .38138 .94175 -95.366 151.52)" fill="#ffd700"/> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<clipPath id="zid_1765" clipPathUnits="userSpaceOnUse"> | |
<rect id="zid_1766" height="496.06" width="496.06" y="15.937" x="496.06" fill="#808080"/> | |
</clipPath> | |
<pattern id="zflag_as" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_1767" clip-path="url(#zid_1765)" transform="matrix(1.0321 0 0 1.0321 -512 -16.449)"> | |
<rect id="zid_1768" height="496.06" width="992.13" y="15.937" x="0" stroke-width="1pt" fill="#006"/> | |
<path id="zid_1769" d="m-0.000023438 263.97 992.13 248.03v-496.06l-992.13 248.03z" fill-rule="evenodd" stroke-width="1pt" fill="#bd1021"/> | |
<path id="zid_1770" d="m992.13 42.512v442.91l-885.83-221.46 885.83-221.46z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<g id="zid_1771" stroke="#000" transform="matrix(1.3649 0 0 1.3649 645.58 82.001)"> | |
<path id="zid_1772" stroke-linejoin="round" d="m131.81 174.07s-4.538-3.713 0.825-9.695c-2.888-2.475-0.206-7.219-0.206-7.219s-4.951-1.857 0.206-9.489c-3.713-2.475-2.063-8.045-2.063-8.045s-12.17-4.538-0.618-8.869c-9.489 4.125-18.359-5.57-18.359-5.57l-13.82 0.413c-2.344-11.48-20.565-1.51-7.019-34.443-3.507-0.619-7.426-1.65-11.345 1.238-3.92 2.887-15.058 9.075-21.659 2.887s4.331-15.058 4.538-15.264c0.206-0.206 14.645-7.632 16.708-12.582-0.206-3.714-4.744-6.601-0.619-14.646 4.744-7.632 33.826-14.852 47.036-17.327 6.394-2.8878 9.282-8.4572 9.282-8.4572l1.444 5.3631s29.291-8.6635 30.735-12.789 0.619 3.7129 0.619 3.7129c11.551-1.0314 26.196-10.932 28.259-6.3945 9.695-1.8564 28.26-10.107 28.26-10.107s6.394-0.20618 1.856 6.8071c2.888 4.538-0.825 8.4572-1.031 8.4572-0.207 0 1.237 4.538-2.476 7.0133 1.239 3.9192-2.269 7.0133-2.269 7.0133s1.651 4.7443-4.95 7.2196c0.619 4.1255-3.713 4.9506-3.713 4.9506s0.619 4.3318-2.269 6.1882c0 3.3004-3.3 4.9506-3.3 4.9506s2.062 1.2376-0.826 3.3004c-2.887 2.0627-32.797 20.421-32.797 20.215 0-0.2062 21.865 3.9192 23.309 4.7443s17.946 11.758 17.946 11.758l-16.709 20.627s-18.564-2.062-19.389-1.031 3.919 1.444 4.95 3.094c1.032 1.65 2.682 5.57 5.982 5.157 3.301-0.413-6.188 5.982-12.376 6.601 0 2.269 7.838 2.475 9.901 0.619 2.063-1.857-4.951 5.363-5.776 6.394s9.283-1.444 9.283-1.444-1.651 6.807-10.52 8.87c3.506 5.776 2.062 9.489 1.856 9.489s-5.776-5.776-11.139-4.745c1.444 5.57 5.776 10.726 7.014 11.552 1.237 0.825-9.695 0.618-11.139-2.476s-2.682 7.426 1.237 10.727c-4.537 0.206-8.457-2.476-8.457-2.476s-2.681 6.188-0.825 9.283c1.857 3.094-6.394-6.189-6.394-6.189l-15.677 6.601-3.507-5.982z" fill-rule="evenodd" stroke-width="1.25" fill="#9c3900"/> | |
<path id="zid_1773" d="m10.652 161.79c0.3674 0 22.774-0.368 33.06-6.245 5.1426 8.081 12.122 13.591 12.122 13.591l3.306-11.754s8.0812 0.367 8.8159 2.204c-1.102 2.203-1.4693 5.142-1.4693 5.142s5.5099 0.368 5.8772 1.102c0.3673 0.735-1.4693 6.979-1.4693 6.979l23.509 5.51s1.8366-9.183 3.6732-8.081c1.8367 1.102 9.9182 12.489 21.305 13.224s12.122-9.551 12.122-9.551l2.571 1.47s4.775-10.285 5.51-10.285 1.837 1.469 8.081 1.469c1.837 2.204 2.572 7.346 2.572 7.346s-6.98 6.98-4.776 12.49 2.572 4.04 2.572 4.04l50.691 12.122s2.572 4.041-1.836 6.245c0 0.367-51.059-11.755-51.059-11.755s-4.776 5.51-8.449 4.408-1.102 2.204-1.102 2.204l55.099 4.408s4.041 5.143 1.102 6.612c-3.673 0.367-59.507-3.673-59.507-3.673s-3.306 6.979-6.979 1.102c-2.571 4.04-5.51-1.102-5.51-1.102s-4.775 3.673-5.51-0.368c-4.041 2.939-6.612-1.836-6.612-1.836l-23.509-1.47-1.4693 2.204s4.0406 1.102-2.204 3.674c-6.2446 2.571 37.467 1.469 38.569 1.836 1.102 0.368-2.938 3.674-2.938 3.674s22.407 1.469 26.447-3.306c4.041-4.776-1.469 6.244-1.469 6.244s17.632-0.734 17.632-1.469-0.368 5.51-12.489 4.775c7.346 4.776 16.529 7.714 16.529 7.714s-9.183 2.204-19.835-0.367c1.836 4.775 9.918 9.183 9.918 9.183s-5.878 5.143-19.102-7.347c3.674 6.612 0.735 9.184 0.368 8.449-0.368-0.735-6.612-9.918-21.305-13.224 9.183 5.877 5.142 8.449 5.142 8.449s-4.775-8.449-12.489 0c-2.939-7.714-14.326-12.122-28.284-12.857-4.4079-5.142-6.9793-3.673-17.264-6.612-5.8772-6.611-14.326-13.958-14.326-13.958s0.3673-9.918 10.285-8.816c1.102 3.306 1.102 2.204 1.102 2.204s11.02-4.041 14.326 1.469c4.7752-8.449 11.387-1.263 12.489 1.675 3.1647 0.464 19.101 0.896 19.101 0.896s-1.837-3.306-0.735-2.938c1.102 0.367 9.918-3.306 9.551-4.408-0.368-1.102-0.735-4.775 0.734-4.408 1.47 0.367-12.489-1.837-20.203 4.041-2.5713-2.572-0.7346-9.551-0.7346-9.551l-22.774-4.775-1.102 5.877s-6.6119 1.102-6.2446-0.367c0.3673-1.47-1.4693 5.142-1.4693 5.142s-8.8159-2.204-8.8159-2.571 2.5713-13.224 2.5713-12.857c0 0.368-7.3466 0.735-17.632 8.449-2.9386-9.183-26.08-21.305-26.08-21.672z" fill-rule="evenodd" stroke-width="1pt" fill="#ffc221"/> | |
<path id="zid_1774" d="m66.487 165.1-4.7753 21.305" stroke-width="1pt" fill="none"/> | |
<path id="zid_1775" d="m70.894 173.18-1.4693 6.979" stroke-width="1pt" fill="none"/> | |
<path id="zid_1776" d="m94.404 178.69-2.204 6.612" stroke-width="1pt" fill="none"/> | |
<path id="zid_1777" d="m135.18 223.5c-0.367 0-11.754 1.469-13.224 1.102-1.469-0.367 17.999 5.877 17.999 8.448" stroke-width="1pt" fill="none"/> | |
<path id="zid_1778" d="m114.61 226.08s-11.388-7.346-13.224-6.612c-1.8368 0.735 11.387-0.367 12.489-1.469" stroke-width="1pt" fill="none"/> | |
<path id="zid_1779" d="m91.098 217.63s-11.754 0.367-12.856-0.735 11.387 8.081 13.591 7.347" stroke-width="1pt" fill="none"/> | |
<path id="zid_1780" d="m68.323 212.48c-0.3673 0-8.0813-2.938-11.387-3.674 2.9386 2.939 5.1426 6.98 12.489 8.449" stroke-width="1pt" fill="none"/> | |
<path id="zid_1781" d="m71.262 207.71c-0.3673-0.735-14.693-5.143-14.693-7.347 3.306 1.102 8.0812 2.571 12.489 1.469" stroke-width="1pt" fill="none"/> | |
<path id="zid_1782" d="m147.3 190.81-1.469 6.611" stroke-width="1pt" fill="none"/> | |
<path id="zid_1783" d="m39.304 131.67s-15.428 13.223 0 20.937c0.7346-5.143 1.8367-5.877 1.8367-5.877s12.856 4.775 20.57-6.612c-3.306-4.775-9.1832-2.938-9.1832-2.938s-12.122-0.001-13.224-5.51z" fill-rule="evenodd" stroke-width="1pt" fill="#ffc221"/> | |
<path id="zid_1784" d="m52.161 137.55-10.652 9.183" stroke-width="1pt" fill="none"/> | |
<path id="zid_1785" d="m84.969 201.33s2.4554 2.707 0.2514 6.013" stroke-width="1pt" fill="none"/> | |
<path id="zid_1786" d="m136.65 204.04-4.04 0.368" stroke-width="1pt" fill="none"/> | |
<path id="zid_1787" d="m103.59 201.83 7.346 1.102" stroke-width="1pt" fill="none"/> | |
<path id="zid_1788" d="m123.35 182.94s0.206 7.426-5.982 7.22c-6.188-0.207-4.126 0.206-4.126 0.206" stroke-width="1pt" fill="none"/> | |
<path id="zid_1789" d="m128.1 181.7s2.475 0.825 1.857 2.682c-0.619 1.856 0.618 7.219-6.601 12.376-7.633 1.65-6.807-6.394-6.807-6.394" stroke-width="1pt" fill="none"/> | |
<path id="zid_1790" d="m130.78 183.97s4.538-2.681 5.157 1.651c0.618 4.331-3.713 12.376-6.807 13.614-3.095 1.237-6.601-0.207-6.189-2.269" stroke-width="1pt" fill="none"/> | |
<path id="zid_1791" d="m136.35 185.83s4.126-3.301 5.363 1.031c1.238 4.332-3.3 14.027-5.157 14.233" stroke-width="1pt" fill="none"/> | |
<path id="zid_1792" d="m142.12 186.86s2.063-1.031 3.506 0.206" stroke-width="1pt" fill="none"/> | |
<path id="zid_1793" d="m135.52 201.71c-0.825 0.206-4.332 0.412-5.569-2.269" stroke-width="1pt" fill="none"/> | |
<path id="zid_1794" d="m116.96 194.49c-0.206 0-4.331 0.207-4.331 0.207" stroke-width="1pt" fill="none"/> | |
<path id="zid_1795" d="m132.84 210.79-0.412-6.807-1.65-2.269-2.888 2.888s-0.413 6.807-1.65 7.426" stroke-width="1pt" fill="none"/> | |
<path id="zid_1796" d="m127.89 204.39c-0.206-0.412-2.269-4.331-2.269-4.331l-3.507 4.331s-0.412 6.189-1.65 6.808" stroke-width="1pt" fill="none"/> | |
<path id="zid_1797" d="m122.11 204.18c0-0.206-1.444-4.125-1.444-4.125s-4.125 2.269-4.538 3.919c-0.412 1.65-0.619 6.188-1.65 6.601" stroke-width="1pt" fill="none"/> | |
<path id="zid_1798" d="m116.13 203.15s0.413-3.713-0.825-3.713c-1.237 0-6.807 5.157-7.013 9.695" stroke-width="1pt" fill="none"/> | |
<path id="zid_1799" stroke-linejoin="round" d="m39.811 131.78s2.0627-2.063 2.6816-4.538c0.6188-2.475-0.8251-5.157 1.6502-7.426 2.4752-2.269 35.066-16.089 37.748-18.771 2.6816-2.6814 7.6321-8.4571 8.251-9.6947 0.6188-1.2377 2.4753 6.1882-3.0941 9.4887 5.9819-1.6506 9.9011-3.5068 12.376-2.6817-2.4757 3.5067-9.076 9.2827-12.17 9.2827 7.2196-2.682 13.82-4.951 15.677-3.507 1.856 1.444-8.87 8.664-13.202 9.076 7.2196-1.856 16.915-4.744 18.152-1.65-3.919 1.238-2.682 2.268-10.726 6.807-1.0313 0.826-6.1882 1.031-6.1882 1.031 6.1882-0.619 14.645-3.094 15.47 1.444-4.95 1.856-6.8066 4.332-10.932 5.363-4.1255 1.032-13.614 2.888-19.39 5.157-5.7756 2.269-14.233 8.87-14.233 8.87s-18.358 0.619-18.358 0.412c0-0.206-3.5066-8.457-3.7129-8.663z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_1800" d="m48.474 130.34s0.2063-4.125 2.0627-5.569c1.8565-1.444 11.139-4.951 13.202-8.045 2.0627-3.094-3.0941 5.363-2.269 7.632" stroke-width="1pt" fill="none"/> | |
<path id="zid_1801" d="m52.187 124.15s4.5381 1.651 3.5067 5.157" stroke-width="1pt" fill="none"/> | |
<path id="zid_1802" d="m57.344 126.01c0 2.1645-1.7547 3.9192-3.9192 3.9192s-3.9192-1.7547-3.9192-3.9192 1.7547-3.9192 3.9192-3.9192 3.9192 1.7547 3.9192 3.9192z" transform="matrix(.86842 0 0 .86842 7.7514 17.095)" stroke-width="1pt" fill="none"/> | |
<path id="zid_1803" d="m197.2 119.2 35.685 6.807s3.92-4.538 1.857-7.013c5.363-1.237 3.919-8.251 3.919-8.251s6.188-2.681 1.031-8.87c3.508-3.5065-0.825-6.188-0.825-6.188s1.444-6.1882-3.094-6.807c1.238-4.9505-7.838-6.6008-7.838-6.6008s-18.771 5.1569-31.973 5.5694c4.332 4.3318-1.65 7.0133-1.65 7.0133s3.507 2.4753 2.475 4.538c-1.031 2.0631 0.619 4.3321-3.919 5.7761 5.982 2.682-0.619 7.219-0.619 7.219s6.601 4.538 4.951 6.807z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_1804" d="m193.69 111.57s31.56 3.713 33.004 3.713 7.013 1.857 8.045 3.713" stroke-width="1pt" fill="none"/> | |
<path id="zid_1805" d="m195.34 109.71 43.936 1.031" stroke-width="1pt" fill="none"/> | |
<path id="zid_1806" d="m195.55 108.68s41.667-2.475 44.555-6.807" stroke-width="1pt" fill="none"/> | |
<path id="zid_1807" d="m196.78 99.604s41.874-4.538 42.287-3.9192" stroke-width="1pt" fill="none"/> | |
<path id="zid_1808" d="m195.34 94.447s40.636-6.3945 41.048-5.3631" stroke-width="1pt" fill="none"/> | |
<path id="zid_1809" d="m79.416 68.251s12.789 14.027 11.551 23.515" stroke-width="1pt" fill="none"/> | |
<path id="zid_1810" d="m90.142 84.34s4.1254 5.9819 5.7756 6.6007 16.09 1.4439 16.915 7.6321c0.825 3.9192-3.094 2.6812-2.475 5.5692 1.031 3.713 10.726 8.457 21.246 2.888" stroke-width="1pt" fill="none"/> | |
<path id="zid_1811" d="m121.91 109.92s8.663 12.789 21.452-1.031" stroke-width="1pt" fill="none"/> | |
<path id="zid_1812" d="m136.76 114.46s10.52 5.569 19.183-8.87" stroke-width="1pt" fill="none"/> | |
<path id="zid_1813" d="m144.8 115.69s5.157 4.332 15.884-1.443" stroke-width="1pt" fill="none"/> | |
<path id="zid_1814" d="m175.54 108.47s15.883 3.3 16.915 4.332" stroke-width="1pt" fill="none"/> | |
<path id="zid_1815" d="m181.52 104.97c0.206 0 11.139 0.413 11.139 0.413" stroke-width="1pt" fill="none"/> | |
<path id="zid_1816" d="m174.71 98.779s18.977-1.2376 21.453 2.6819" stroke-width="1pt" fill="none"/> | |
<path id="zid_1817" d="m166.46 92.797s26.61 1.0313 27.847 2.4753" stroke-width="1pt" fill="none"/> | |
<path id="zid_1818" d="m172.44 120.02s4.538-1.237 5.157-0.618" stroke-width="1pt" fill="none"/> | |
<path id="zid_1819" d="m162.13 131.16s5.982 5.157 13.615 2.888" stroke-width="1pt" fill="none"/> | |
<path id="zid_1820" d="m165.43 139.83s6.807 3.094 14.852 1.237" stroke-width="1pt" fill="none"/> | |
<path id="zid_1821" d="m167.7 144.98s6.807 4.538 11.345 3.712" stroke-width="1pt" fill="none"/> | |
<path id="zid_1822" d="m164.61 147.67s4.744 3.507 4.95 5.363" stroke-width="1pt" fill="none"/> | |
<path id="zid_1823" d="m158.01 151.79s1.444 7.425 6.601 10.107" stroke-width="1pt" fill="none"/> | |
<path id="zid_1824" d="m154.5 155.09s-2.269 9.695 3.507 15.677" stroke-width="1pt" fill="none"/> | |
<path id="zid_1825" d="m148.52 162.72c0 0.206-0.412 4.538-0.206 4.951" stroke-width="1pt" fill="none"/> | |
<path id="zid_1826" d="m111.39 125.18 11.139-0.619s4.125-1.65 1.237-4.331" stroke-width="1pt" fill="none"/> | |
<path id="zid_1827" d="m125.21 122.71c0.207 0 10.52 0.825 13.202 3.919 2.681 3.094 5.982 9.282 7.838 10.314 1.857 1.031 2.269-0.413 2.269-0.413" stroke-width="1pt" fill="none"/> | |
<path id="zid_1828" d="m143.98 134.88s-5.569 9.489-1.237 12.377" stroke-width="1pt" fill="none"/> | |
<path id="zid_1829" d="m140.88 145.4s-4.95 6.601-1.031 9.901" stroke-width="1pt" fill="none"/> | |
<path id="zid_1830" d="m138.82 154.47s-3.919 6.395 0.826 10.726" stroke-width="1pt" fill="none"/> | |
<path id="zid_1831" d="m137.09 137.51c-0.266 0.266-4.791 3.46-6.388 2.662" stroke-width="1pt" fill="none"/> | |
<path id="zid_1832" d="m132.3 147.62s1.863 1.863 3.46 1.597" stroke-width="1pt" fill="none"/> | |
<path id="zid_1833" d="m132.52 157.3 2.973 2.039" stroke-width="1pt" fill="none"/> | |
<path id="zid_1834" d="m132.92 164.71 2.572 1.552" stroke-width="1pt" fill="none"/> | |
<path id="zid_1835" d="m86.33 63.544s5.4228 2.8199 9.761 0c4.3387-2.8198 25.162-13.448 30.585-15.184 5.422-1.7353 8.459-11.713 9.544-16.051" stroke-width="1pt" fill="none"/> | |
<path id="zid_1836" d="m132.1 44.022 30.368-8.8933s4.989-4.1213 5.206-11.713" stroke-width="1pt" fill="none"/> | |
<path id="zid_1837" d="m165.5 31.658s30.367-3.0367 30.367-14.316" stroke-width="1pt" fill="none"/> | |
<path id="zid_1838" d="m191.1 25.15s31.886-8.6764 34.923-11.93" stroke-width="1pt" fill="none"/> | |
<path id="zid_1839" d="m102.16 70.485s19.305-9.9779 22.342-11.062c3.036-1.0846 9.977-9.761-0.434-9.761" stroke-width="1pt" fill="none"/> | |
<path id="zid_1840" d="m111.49 74.389c0.217 0 15.834-10.195 21.04-11.496 2.82-3.9043 1.302-8.0256-3.47-7.158" stroke-width="1pt" fill="none"/> | |
<path id="zid_1841" d="m133.83 60.29c0.434-0.2169 8.46-0.4338 5.64 5.8566-4.12 3.0367-21.908 11.93-21.908 11.93" stroke-width="1pt" fill="none"/> | |
<path id="zid_1842" d="m129.71 53.566 33.84-11.28s2.82-5.8566-1.301-6.7242" stroke-width="1pt" fill="none"/> | |
<path id="zid_1843" d="m190.45 25.367c0 0.2169 4.339 2.6029 1.736 6.5073-4.772 2.8199-27.331 8.2426-27.331 8.2426" stroke-width="1pt" fill="none"/> | |
<path id="zid_1844" d="m224.72 21.897-31.886 8.8934" stroke-width="1pt" fill="none"/> | |
<path id="zid_1845" d="m222.33 29.055-27.764 8.4595" stroke-width="1pt" fill="none"/> | |
<path id="zid_1846" d="m219.95 35.996-24.511 7.375" stroke-width="1pt" fill="none"/> | |
<path id="zid_1847" d="m215.39 42.937c-0.651 0-18.22 5.4228-18.22 5.4228" stroke-width="1pt" fill="none"/> | |
<path id="zid_1848" d="m211.49 48.36-11.28 4.5551" stroke-width="1pt" fill="none"/> | |
<path id="zid_1849" d="m208.67 54.433c-0.434 0-9.761 4.1213-9.761 4.1213" stroke-width="1pt" fill="none"/> | |
<path id="zid_1850" d="m205.85 59.422-8.676 4.1212" stroke-width="1pt" fill="none"/> | |
<path id="zid_1851" d="m190.88 68.75s1.085 0.4338 0.868 1.7353" stroke-width="1pt" fill="none"/> | |
<path id="zid_1852" d="m168.97 80.68s3.688 1.3014 0.217 4.772c-1.735 2.386-6.724 1.7354-9.761 6.0735" stroke-width="1pt" fill="none"/> | |
<path id="zid_1853" d="m192.62 32.092s4.556 1.0845 1.085 6.9411c-9.111 3.4706-27.548 9.1102-27.548 9.1102s-0.867 1.5184-3.253 2.8199c-2.386 1.3014-28.632 8.6764-28.632 8.6764" stroke-width="1pt" fill="none"/> | |
<path id="zid_1854" d="m194.14 38.816s4.989 2.1691 0 5.8566c-5.64 3.2536-25.379 9.3271-25.379 9.3271s-0.217 1.7352-1.084 2.386c-0.868 0.6507-26.897 9.3272-26.897 9.3272" stroke-width="1pt" fill="none"/> | |
<path id="zid_1855" d="m195.44 44.672s5.206 1.5184 0.651 5.8565c-5.423 3.2537-22.776 9.1103-22.776 9.1103s-1.735 2.169-4.555 3.0367c-2.82 0.8676-20.823 8.2426-20.823 8.2426" stroke-width="1pt" fill="none"/> | |
<path id="zid_1856" d="m196.74 50.529c1.519 0.6507 5.64 1.3015 0.651 5.2059-5.856 2.6029-20.172 8.2426-20.172 8.2426l-1.302 2.386-22.775 9.7609" stroke-width="1pt" fill="none"/> | |
<path id="zid_1857" d="m198.04 56.386s2.169 2.603-2.603 5.6397c-5.206 2.8198-16.485 7.158-16.485 7.158" stroke-width="1pt" fill="none"/> | |
<path id="zid_1858" d="m195.44 62.459s2.386 1.5184-0.65 3.6875c-3.471 1.7353-17.136 8.8933-17.136 8.8933l-8.894 5.8566" stroke-width="1pt" fill="none"/> | |
<path id="zid_1859" d="m164.2 42.503c0 0.2169 3.688 3.2537 2.386 6.7242 3.254 2.386 2.603 4.989 2.603 4.989s4.555 2.6029 3.905 6.2904c4.555 1.0846 4.338 3.6875 4.338 3.6875l-1.519 2.386s4.555-0.2169 0.651 5.6397c2.386 1.3015 1.302 2.8198 1.302 2.8198" stroke-width="1pt" fill="none"/> | |
<path id="zid_1860" d="m176.56 72.437c-0.651 0-15.834 5.6397-19.739 9.1102" stroke-width="1pt" fill="none"/> | |
<path id="zid_1861" d="m139.91 65.713s4.555-0.2169 3.905 4.772c5.206-1.7353 4.121 3.2536 4.121 3.2536s6.073-2.386 4.989 5.2059c3.904-0.8676 3.253 3.0367 3.253 3.0367s3.471-0.2169 3.471 1.7353c2.386-2.1691 4.989-1.0845 4.989-1.0845s1.735-2.3861 4.121-1.7353" stroke-width="1pt" fill="none"/> | |
<path id="zid_1862" d="m144.03 70.268c0 0.434-20.39 11.713-20.39 11.713" stroke-width="1pt" fill="none"/> | |
<path id="zid_1863" d="m147.93 73.955-15.401 9.544" stroke-width="1pt" fill="none"/> | |
<path id="zid_1864" d="m153.14 78.727c0 0.2169-13.449 8.0257-13.449 8.0257" stroke-width="1pt" fill="none"/> | |
<path id="zid_1865" d="m156.18 81.764s-9.544 7.8088-11.713 7.375" stroke-width="1pt" fill="none"/> | |
<path id="zid_1866" d="m159.43 84.15s-5.423 4.1214-9.978 6.0735" stroke-width="1pt" fill="none"/> | |
<path id="zid_1867" d="m165.07 82.415s1.735 2.1691-9.11 7.8087" stroke-width="1pt" fill="none"/> | |
</g> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<pattern id="zflag_at" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_1868" fill-rule="evenodd"> | |
<rect id="zid_1869" transform="scale(-1)" height="512" width="512" y="-512" x="-512" fill="#fff"/> | |
<rect id="zid_1870" transform="scale(-1)" height="170.67" width="512" y="-512" x="-512" fill="#df0000"/> | |
<rect id="zid_1871" transform="scale(-1)" height="170.67" width="512" y="-170.8" x="-512" fill="#df0000"/> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<pattern id="zflag_au" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_1872" stroke-width="1pt"> | |
<rect id="zid_1873" height="512" width="512" y="-.000031471" x="0" fill="#006"/> | |
<g id="zid_1874" transform="scale(5.7614 8.3333)"> | |
<path id="zid_1875" fill="#fff" d="m0 0v3.3541l53.292 26.646h6.708v-3.354l-53.292-26.646h-6.708zm60 0v3.354l-53.292 26.646h-6.708v-3.354l53.292-26.646h6.708z"/> | |
<path id="zid_1876" fill="#fff" d="m25 0v30h10v-30h-10zm-25 10v10h60v-10h-60z"/> | |
<path id="zid_1877" fill="#c00" d="m0 12v6h60v-6h-60zm27-12v30h6v-30h-6z"/> | |
<path id="zid_1878" fill="#c00" d="m0 30 20-10h4.472l-20 10h-4.472zm0-30 20 10h-4.472l-15.528-7.7639v-2.2361zm35.528 10 20-10h4.472l-20 10h-4.472zm24.472 20-20-10h4.472l15.528 7.764v2.236z"/> | |
</g> | |
<polygon id="zid_1879" fill-rule="evenodd" transform="matrix(7.6727 0 0 7.6727 -121.31 66.42)" points="22.964 39.389 28.264 41.396 30 36 30 36 31.736 41.396 37.036 39.389 33.9 44.11 38.774 47.003 33.127 47.494 33.905 53.109 30 49 26.095 53.109 26.873 47.494 21.226 47.003 26.1 44.11" fill="#fff"/> | |
<g id="zid_1880" fill-rule="evenodd" transform="matrix(6.9999 0 0 6.9999 -255.43 119.74)" fill="#fff"> | |
<polygon id="zid_1881" points="94.178 50.954 91.489 51.188 91.86 53.861 90 51.905 88.14 53.861 88.511 51.188 85.822 50.954 88.143 49.576 86.649 47.328 89.174 48.284 90 45.714 90 45.714 90.826 48.284 93.351 47.328 91.857 49.576"/> | |
<polygon id="zid_1882" points="94.178 10.954 91.489 11.188 91.86 13.861 90 11.905 88.14 13.861 88.511 11.188 85.822 10.954 88.143 9.5762 86.649 7.3279 89.174 8.2839 90 5.7143 90 5.7143 90.826 8.2839 93.351 7.3279 91.857 9.5762"/> | |
<polygon id="zid_1883" points="79.178 27.204 76.489 27.438 76.86 30.111 75 28.155 73.14 30.111 73.511 27.438 70.822 27.204 73.143 25.826 71.649 23.578 74.174 24.534 75 21.964 75 21.964 75.826 24.534 78.351 23.578 76.857 25.826"/> | |
<polygon id="zid_1884" points="107.51 23.204 104.82 23.438 105.19 26.111 103.33 24.155 101.47 26.111 101.84 23.438 99.155 23.204 101.48 21.826 99.983 19.578 102.51 20.534 103.33 17.964 103.33 17.964 104.16 20.534 106.68 19.578 105.19 21.826"/> | |
<polygon id="zid_1885" points="96 33.611 94.53 34.522 94.943 32.843 93.622 31.728 95.347 31.601 96 30 96 30 96.653 31.601 98.378 31.728 97.057 32.843 97.47 34.522"/> | |
</g> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<clipPath id="zid_1887" clipPathUnits="userSpaceOnUse"> | |
<rect id="zid_1888" height="512" width="512" y="-2.8422e-14" x="0" fill="#808080"/> | |
</clipPath> | |
<pattern id="zflag_aw" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_1889" clip-path="url(#zid_1887)"> | |
<g id="zid_1890" transform="matrix(2.3704 0 0 2.3704 0 .00015214)"> | |
<path id="zid_1891" fill="#39c" d="m0-0.000064185v216h324v-216h-324z"/> | |
<path id="zid_1892" fill="#ff0" d="m0 144v12h324v-12h-324z"/> | |
<path id="zid_1893" fill="#ff0" d="m0 168v12h324v-12h-324z"/> | |
</g> | |
<g id="zid_1894" transform="matrix(2.3804 0 0 2.3804 7.8063 -.49821)"> | |
<path id="zid_1895" fill="#9cc" d="m48 12 1 1-1-1z"/> | |
<path id="zid_1896" fill="#9cc" d="m47 14 1 1-1-1m2 0 1 1-1-1z"/> | |
<path id="zid_1897" fill="#ccf" d="m47 15 1 1-1-1m2 0 1 1-1-1z"/> | |
<path id="zid_1898" fill="#6cc" d="m46 17 1 1-1-1z"/> | |
<path id="zid_1899" fill="#c66" d="m48 17 1 1-1-1z"/> | |
<path id="zid_1900" fill="#6cc" d="m50 17 1 1-1-1z"/> | |
<path id="zid_1901" fill="#ccf" d="m46 18 1 1-1-1z"/> | |
<path id="zid_1902" fill="#ccf" d="m50 18 1 1-1-1z"/> | |
<path id="zid_1903" fill="#fcc" d="m47 19 1 1-1-1m2 0 1 1-1-1z"/> | |
<path id="zid_1904" fill="#6cc" d="m45 20 1 1-1-1z"/> | |
<path id="zid_1905" d="m47.835 14.032-7.01 26.574-26.652 7.238 26.575 6.936 7.087 26.574 7.086-26.574 26.575-7.087-26.575-7.087-7.086-26.574z" stroke="#fff" stroke-width="1.25" fill="#c00"/> | |
<path id="zid_1906" fill="#6cc" d="m51 20 1 1-1-1z"/> | |
<path id="zid_1907" fill="#9cf" d="m45 21 1 1-1-1m6 0 1 1-1-1z"/> | |
<path id="zid_1908" fill="#fcc" d="m46 22 1 1-1-1m4 0 1 1-1-1z"/> | |
<path id="zid_1909" fill="#69c" d="m44 23 1 1-1-1z"/> | |
<path id="zid_1910" fill="#c33" d="m46.333 23.667 0.3334 0.6666-0.3334-0.6666m4 0 0.3334 0.6666-0.3334-0.6666z"/> | |
<path id="zid_1911" fill="#69c" d="m52 23 1 1-1-1z"/> | |
<path id="zid_1912" fill="#9cf" d="m44 24 1 1-1-1m8 0 1 1-1-1z"/> | |
<path id="zid_1913" fill="#fcc" d="m45 25 1 1-1-1m6 0 1 1-1-1z"/> | |
<path id="zid_1914" fill="#69c" d="m43 26 1 1-1-1z"/> | |
<path id="zid_1915" fill="#69c" d="m53 26 1 1-1-1z"/> | |
<path id="zid_1916" fill="#9cc" d="m43 27 1 1-1-1m10 0 1 1-1-1z"/> | |
<path id="zid_1917" fill="#cff" d="m43 28 1 1-1-1m10 0 1 1-1-1z"/> | |
<path id="zid_1918" fill="#69c" d="m42 29 1 1-1-1z"/> | |
<path id="zid_1919" fill="#fcc" d="m44 29 1 1-1-1m8 0 1 1-1-1z"/> | |
<path id="zid_1920" fill="#69c" d="m54 29 1 1-1-1z"/> | |
<path id="zid_1921" fill="#9cc" d="m42 30 1 1-1-1z"/> | |
<path id="zid_1922" fill="#c33" d="m44.333 30.667 0.3334 0.6666-0.3334-0.6666m8 0 0.3334 0.6666-0.3334-0.6666z"/> | |
<path id="zid_1923" fill="#9cc" d="m54 30 1 1-1-1z"/> | |
<path id="zid_1924" fill="#cff" d="m42 31 1 1-1-1m12 0 1 1-1-1z"/> | |
<path id="zid_1925" fill="#fcc" d="m43 32 1 1-1-1m10 0 1 1-1-1z"/> | |
<path id="zid_1926" fill="#9cc" d="m41 33 1 1-1-1z"/> | |
<path id="zid_1927" fill="#c33" d="m43.333 33.667 0.3334 0.6666-0.3334-0.6666m10 0 0.3334 0.6666-0.3334-0.6666z"/> | |
<path id="zid_1928" fill="#9cc" d="m55 33 1 1-1-1z"/> | |
<path id="zid_1929" fill="#ccf" d="m41 34 1 1-1-1m14 0 1 1-1-1z"/> | |
<path id="zid_1930" fill="#fcc" d="m42 35 1 1-1-1m12 0 1 1-1-1z"/> | |
<path id="zid_1931" fill="#9cc" d="m40 36 1 1-1-1z"/> | |
<path id="zid_1932" fill="#c33" d="m42.333 36.667 0.3334 0.6666-0.3334-0.6666m12 0 0.3334 0.6666-0.3334-0.6666z"/> | |
<path id="zid_1933" fill="#9cc" d="m56 36 1 1-1-1z"/> | |
<path id="zid_1934" fill="#ccf" d="m40 37 1 1-1-1m16 0 1 1-1-1z"/> | |
<path id="zid_1935" fill="#fcc" d="m41 38 1 1-1-1m14 0 1 1-1-1z"/> | |
<path id="zid_1936" fill="#9cc" d="m39 39 1 1-1-1z"/> | |
<path id="zid_1937" fill="#c33" d="m41 39 1 1-1-1m14 0 1 1-1-1z"/> | |
<path id="zid_1938" fill="#9cc" d="m57 39 1 1-1-1m-21 1 1 1-1-1z"/> | |
<path id="zid_1939" fill="#ccf" d="m37 40 1 1-1-1m22 0 1 1-1-1z"/> | |
<path id="zid_1940" fill="#9cc" d="m60 40 1 1-1-1m-27 1 1 1-1-1z"/> | |
<path id="zid_1941" fill="#ccf" d="m34 41 1 1-1-1z"/> | |
<path id="zid_1942" fill="#fcc" d="m38 41 1 1-1-1z"/> | |
<path id="zid_1943" fill="#c33" d="m39 41 1 1-1-1m18 0 1 1-1-1z"/> | |
<path id="zid_1944" fill="#fcc" d="m58 41 1 1-1-1z"/> | |
<path id="zid_1945" fill="#ccf" d="m62 41 1 1-1-1z"/> | |
<path id="zid_1946" fill="#9cc" d="m63 41 1 1-1-1z"/> | |
<path id="zid_1947" fill="#69c" d="m29 42 1 1-1-1z"/> | |
<path id="zid_1948" fill="#9cc" d="m30 42 1 1-1-1z"/> | |
<path id="zid_1949" fill="#cff" d="m31 42 1 1-1-1z"/> | |
<path id="zid_1950" fill="#fcc" d="m35 42 1 1-1-1z"/> | |
<path id="zid_1951" fill="#c33" d="m36.667 42.333 0.6666 0.3334-0.6666-0.3334m23 0 0.6666 0.3334-0.6666-0.3334z"/> | |
<path id="zid_1952" fill="#fcc" d="m61 42 1 1-1-1z"/> | |
<path id="zid_1953" fill="#cff" d="m65 42 1 1-1-1z"/> | |
<path id="zid_1954" fill="#9cc" d="m66 42 1 1-1-1z"/> | |
<path id="zid_1955" fill="#69c" d="m67 42 1 1-1-1m-41 1 1 1-1-1z"/> | |
<path id="zid_1956" fill="#9cc" d="m27 43 1 1-1-1z"/> | |
<path id="zid_1957" fill="#cff" d="m28 43 1 1-1-1z"/> | |
<path id="zid_1958" fill="#fcc" d="m32 43 1 1-1-1z"/> | |
<path id="zid_1959" fill="#c33" d="m33.667 43.333 0.6666 0.3334-0.6666-0.3334m29 0 0.6666 0.3334-0.6666-0.3334z"/> | |
<path id="zid_1960" fill="#fcc" d="m64 43 1 1-1-1z"/> | |
<path id="zid_1961" fill="#cff" d="m68 43 1 1-1-1z"/> | |
<path id="zid_1962" fill="#9cc" d="m69 43 1 1-1-1z"/> | |
<path id="zid_1963" fill="#69c" d="m70 43 1 1-1-1m-47 1 1 1-1-1z"/> | |
<path id="zid_1964" fill="#9cf" d="m24 44 1 1-1-1z"/> | |
<path id="zid_1965" fill="#fcc" d="m29 44 1 1-1-1z"/> | |
<path id="zid_1966" fill="#c33" d="m30.667 44.333 0.6666 0.3334-0.6666-0.3334m35 0 0.6666 0.3334-0.6666-0.3334z"/> | |
<path id="zid_1967" fill="#fcc" d="m67 44 1 1-1-1z"/> | |
<path id="zid_1968" fill="#9cf" d="m72 44 1 1-1-1z"/> | |
<path id="zid_1969" fill="#69c" d="m73 44 1 1-1-1z"/> | |
<path id="zid_1970" fill="#6cc" d="m20 45 1 1-1-1z"/> | |
<path id="zid_1971" fill="#9cf" d="m21 45 1 1-1-1z"/> | |
<path id="zid_1972" fill="#fcc" d="m25 45 1 1-1-1z"/> | |
<path id="zid_1973" fill="#fcc" d="m71 45 1 1-1-1z"/> | |
<path id="zid_1974" fill="#9cf" d="m75 45 1 1-1-1z"/> | |
<path id="zid_1975" fill="#6cc" d="m76 45 1 1-1-1m-59 1 1 1-1-1z"/> | |
<path id="zid_1976" fill="#ccf" d="m18 46 1 1-1-1z"/> | |
<path id="zid_1977" fill="#fcc" d="m22 46 1 1-1-1z"/> | |
<path id="zid_1978" fill="#c33" d="m23.667 46.333 0.6666 0.3334-0.6666-0.3334m49 0 0.6666 0.3334-0.6666-0.3334z"/> | |
<path id="zid_1979" fill="#fcc" d="m74 46 1 1-1-1z"/> | |
<path id="zid_1980" fill="#ccf" d="m78 46 1 1-1-1z"/> | |
<path id="zid_1981" fill="#6cc" d="m79 46 1 1-1-1z"/> | |
<path id="zid_1982" fill="#9cc" d="m14 47 1 1-1-1z"/> | |
<path id="zid_1983" fill="#ccf" d="m15 47 1 1-1-1z"/> | |
<path id="zid_1984" fill="#fcc" d="m19 47 1 1-1-1z"/> | |
<path id="zid_1985" fill="#fcc" d="m77 47 1 1-1-1z"/> | |
<path id="zid_1986" fill="#ccf" d="m81 47 1 1-1-1z"/> | |
<path id="zid_1987" fill="#9cc" d="m82 47 1 1-1-1m-70 1 1 1-1-1z"/> | |
<path id="zid_1988" fill="#c66" d="m17 48 1 1-1-1z"/> | |
<path id="zid_1989" fill="#c66" d="m79 48 1 1-1-1z"/> | |
<path id="zid_1990" fill="#9cc" d="m84 48 1 1-1-1m-70 1 1 1-1-1z"/> | |
<path id="zid_1991" fill="#ccf" d="m15 49 1 1-1-1z"/> | |
<path id="zid_1992" fill="#fcc" d="m19 49 1 1-1-1m58 0 1 1-1-1z"/> | |
<path id="zid_1993" fill="#ccf" d="m81 49 1 1-1-1z"/> | |
<path id="zid_1994" fill="#9cc" d="m82 49 1 1-1-1z"/> | |
<path id="zid_1995" fill="#6cc" d="m17 50 1 1-1-1z"/> | |
<path id="zid_1996" fill="#ccf" d="m18 50 1 1-1-1z"/> | |
<path id="zid_1997" fill="#fcc" d="m22 50 1 1-1-1z"/> | |
<path id="zid_1998" fill="#c33" d="m23.667 50.333 0.6666 0.3334-0.6666-0.3334m49 0 0.6666 0.3334-0.6666-0.3334z"/> | |
<path id="zid_1999" fill="#fcc" d="m74 50 1 1-1-1z"/> | |
<path id="zid_2000" fill="#ccf" d="m78 50 1 1-1-1z"/> | |
<path id="zid_2001" fill="#6cc" d="m79 50 1 1-1-1m-59 1 1 1-1-1z"/> | |
<path id="zid_2002" fill="#9cf" d="m21 51 1 1-1-1z"/> | |
<path id="zid_2003" fill="#fcc" d="m25 51 1 1-1-1z"/> | |
<path id="zid_2004" fill="#fcc" d="m71 51 1 1-1-1z"/> | |
<path id="zid_2005" fill="#9cf" d="m75 51 1 1-1-1z"/> | |
<path id="zid_2006" fill="#6cc" d="m76 51 1 1-1-1z"/> | |
<path id="zid_2007" fill="#69c" d="m23 52 1 1-1-1z"/> | |
<path id="zid_2008" fill="#9cf" d="m24 52 1 1-1-1z"/> | |
<path id="zid_2009" fill="#fcc" d="m29 52 1 1-1-1z"/> | |
<path id="zid_2010" fill="#c33" d="m30.667 52.333 0.6666 0.3334-0.6666-0.3334m35 0 0.6666 0.3334-0.6666-0.3334z"/> | |
<path id="zid_2011" fill="#fcc" d="m67 52 1 1-1-1z"/> | |
<path id="zid_2012" fill="#9cf" d="m72 52 1 1-1-1z"/> | |
<path id="zid_2013" fill="#69c" d="m73 52 1 1-1-1m-47 1 1 1-1-1z"/> | |
<path id="zid_2014" fill="#9cc" d="m27 53 1 1-1-1z"/> | |
<path id="zid_2015" fill="#cff" d="m28 53 1 1-1-1z"/> | |
<path id="zid_2016" fill="#fcc" d="m32 53 1 1-1-1z"/> | |
<path id="zid_2017" fill="#c33" d="m33.667 53.333 0.6666 0.3334-0.6666-0.3334m29 0 0.6666 0.3334-0.6666-0.3334z"/> | |
<path id="zid_2018" fill="#fcc" d="m64 53 1 1-1-1z"/> | |
<path id="zid_2019" fill="#cff" d="m68 53 1 1-1-1z"/> | |
<path id="zid_2020" fill="#9cc" d="m69 53 1 1-1-1z"/> | |
<path id="zid_2021" fill="#69c" d="m70 53 1 1-1-1m-41 1 1 1-1-1z"/> | |
<path id="zid_2022" fill="#9cc" d="m30 54 1 1-1-1z"/> | |
<path id="zid_2023" fill="#cff" d="m31 54 1 1-1-1z"/> | |
<path id="zid_2024" fill="#fcc" d="m35 54 1 1-1-1z"/> | |
<path id="zid_2025" fill="#c33" d="m36.667 54.333 0.6666 0.3334-0.6666-0.3334m23 0 0.6666 0.3334-0.6666-0.3334z"/> | |
<path id="zid_2026" fill="#fcc" d="m61 54 1 1-1-1z"/> | |
<path id="zid_2027" fill="#cff" d="m65 54 1 1-1-1z"/> | |
<path id="zid_2028" fill="#9cc" d="m66 54 1 1-1-1z"/> | |
<path id="zid_2029" fill="#69c" d="m67 54 1 1-1-1z"/> | |
<path id="zid_2030" fill="#9cc" d="m33 55 1 1-1-1z"/> | |
<path id="zid_2031" fill="#ccf" d="m34 55 1 1-1-1z"/> | |
<path id="zid_2032" fill="#fcc" d="m38 55 1 1-1-1z"/> | |
<path id="zid_2033" fill="#c33" d="m39 55 1 1-1-1m18 0 1 1-1-1z"/> | |
<path id="zid_2034" fill="#fcc" d="m58 55 1 1-1-1z"/> | |
<path id="zid_2035" fill="#ccf" d="m62 55 1 1-1-1z"/> | |
<path id="zid_2036" fill="#9cc" d="m63 55 1 1-1-1m-27 1 1 1-1-1z"/> | |
<path id="zid_2037" fill="#ccf" d="m37 56 1 1-1-1m22 0 1 1-1-1z"/> | |
<path id="zid_2038" fill="#9cc" d="m60 56 1 1-1-1m-21 1 1 1-1-1z"/> | |
<path id="zid_2039" fill="#c33" d="m41 57 1 1-1-1m14 0 1 1-1-1z"/> | |
<path id="zid_2040" fill="#9cc" d="m57 57 1 1-1-1z"/> | |
<path id="zid_2041" fill="#fcc" d="m41 58 1 1-1-1m14 0 1 1-1-1z"/> | |
<path id="zid_2042" fill="#ccf" d="m40 59 1 1-1-1z"/> | |
<path id="zid_2043" fill="#c33" d="m42.333 59.667 0.3334 0.6666-0.3334-0.6666m12 0 0.3334 0.6666-0.3334-0.6666z"/> | |
<path id="zid_2044" fill="#ccf" d="m56 59 1 1-1-1z"/> | |
<path id="zid_2045" fill="#9cc" d="m40 60 1 1-1-1m16 0 1 1-1-1z"/> | |
<path id="zid_2046" fill="#fcc" d="m42 61 1 1-1-1m12 0 1 1-1-1z"/> | |
<path id="zid_2047" fill="#ccf" d="m41 62 1 1-1-1z"/> | |
<path id="zid_2048" fill="#c33" d="m43.333 62.667 0.3334 0.6666-0.3334-0.6666m10 0 0.3334 0.6666-0.3334-0.6666z"/> | |
<path id="zid_2049" fill="#ccf" d="m55 62 1 1-1-1z"/> | |
<path id="zid_2050" fill="#9cc" d="m41 63 1 1-1-1m14 0 1 1-1-1z"/> | |
<path id="zid_2051" fill="#fcc" d="m43 64 1 1-1-1m10 0 1 1-1-1z"/> | |
<path id="zid_2052" fill="#cff" d="m42 65 1 1-1-1z"/> | |
<path id="zid_2053" fill="#c33" d="m44.333 65.667 0.3334 0.6666-0.3334-0.6666m8 0 0.3334 0.6666-0.3334-0.6666z"/> | |
<path id="zid_2054" fill="#cff" d="m54 65 1 1-1-1z"/> | |
<path id="zid_2055" fill="#9cc" d="m42 66 1 1-1-1m12 0 1 1-1-1z"/> | |
<path id="zid_2056" fill="#69c" d="m42 67 1 1-1-1z"/> | |
<path id="zid_2057" fill="#fcc" d="m44 67 1 1-1-1m8 0 1 1-1-1z"/> | |
<path id="zid_2058" fill="#69c" d="m54 67 1 1-1-1z"/> | |
<path id="zid_2059" fill="#cff" d="m43 68 1 1-1-1z"/> | |
<path id="zid_2060" fill="#cff" d="m53 68 1 1-1-1z"/> | |
<path id="zid_2061" fill="#9cc" d="m43 69 1 1-1-1m10 0 1 1-1-1z"/> | |
<path id="zid_2062" fill="#69c" d="m43 70 1 1-1-1m10 0 1 1-1-1z"/> | |
<path id="zid_2063" fill="#fcc" d="m45 71 1 1-1-1m6 0 1 1-1-1z"/> | |
<path id="zid_2064" fill="#9cf" d="m44 72 1 1-1-1z"/> | |
<path id="zid_2065" fill="#c33" d="m46.333 72.667 0.3334 0.6666-0.3334-0.6666m4 0 0.3334 0.6666-0.3334-0.6666z"/> | |
<path id="zid_2066" fill="#9cf" d="m52 72 1 1-1-1z"/> | |
<path id="zid_2067" fill="#69c" d="m44 73 1 1-1-1m8 0 1 1-1-1z"/> | |
<path id="zid_2068" fill="#fcc" d="m46 74 1 1-1-1m4 0 1 1-1-1z"/> | |
<path id="zid_2069" fill="#9cf" d="m45 75 1 1-1-1z"/> | |
<path id="zid_2070" fill="#9cf" d="m51 75 1 1-1-1z"/> | |
<path id="zid_2071" fill="#6cc" d="m45 76 1 1-1-1m6 0 1 1-1-1z"/> | |
<path id="zid_2072" fill="#fcc" d="m47 77 1 1-1-1m2 0 1 1-1-1z"/> | |
<path id="zid_2073" fill="#ccf" d="m46 78 1 1-1-1m4 0 1 1-1-1z"/> | |
<path id="zid_2074" fill="#6cc" d="m46 79 1 1-1-1z"/> | |
<path id="zid_2075" fill="#c66" d="m48 79 1 1-1-1z"/> | |
<path id="zid_2076" fill="#6cc" d="m50 79 1 1-1-1z"/> | |
<path id="zid_2077" fill="#ccf" d="m47 81 1 1-1-1m2 0 1 1-1-1z"/> | |
<path id="zid_2078" fill="#9cc" d="m47 82 1 1-1-1m2 0 1 1-1-1m-1 2 1 1-1-1z"/> | |
</g> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<clipPath id="zid_2080" clipPathUnits="userSpaceOnUse"> | |
<rect id="zid_2081" fill-opacity="0.67" height="850" width="850" y="-.0000016602" x="166.02"/> | |
</clipPath> | |
<pattern id="zflag_ax" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_2082" clip-path="url(#zid_2080)" transform="matrix(.60235 0 0 .60235 -100 0.000001)"> | |
<rect id="zid_2083" height="850" width="1300" y="0" x="0" fill="#0053a5"/> | |
<g id="zid_2084" fill="#ffce00"> | |
<rect id="zid_2085" width="250" y="0" x="400" height="850"/> | |
<rect id="zid_2086" y="300" width="1300" x="0" height="250"/> | |
</g> | |
<g id="zid_2087" fill="#d21034"> | |
<rect id="zid_2088" width="100" y="0" x="475" height="850"/> | |
<rect id="zid_2089" y="375" width="1300" x="0" height="100"/> | |
</g> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<pattern id="zflag_az" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_2090" stroke-width="1pt"> | |
<g id="zid_2091" fill-rule="evenodd" transform="matrix(4.2667 0 0 8.5333 0 -.00002)"> | |
<rect id="zid_2092" height="20" width="120" y="20" x="0" fill="#c33"/> | |
<rect id="zid_2093" height="20" width="120" y="0" x="0" fill="#09c"/> | |
<rect id="zid_2094" height="20" width="120" y="40" x="0" fill="#093"/> | |
</g> | |
<g id="zid_2095" transform="matrix(8.3333 0 0 8.3333 -238.75 6.1292)"> | |
<g id="zid_2096"> | |
<path id="zid_2097" fill="#fff" d="m66 30c0.004 4.968-4.0248 9-8.9928 9-4.968 0.008-9.003-4.018-9.007-8.986-0.012-4.968 4.01-9.006 8.978-9.014 4.968-0.0158 9.0096 4.0033 9.0215 8.9713v0.0287z"/> | |
<path id="zid_2098" fill="#c33" d="m66.5 30c0.0033 4.0848-3.3093 7.4-7.3941 7.4-4.0848 0.0065-7.4026-3.3034-7.4059-7.3882-0.0098-4.0848 3.2975-7.4053 7.3823-7.4118 4.0848-0.013 7.4079 3.2916 7.4177 7.3764v0.0236z"/> | |
</g> | |
<polygon id="zid_2099" fill-rule="evenodd" points="63.464 33.536 64.69 30.957 62 30 64.69 29.043 63.464 26.464 66.043 27.69 67 25 67 25 67.957 27.69 70.536 26.464 69.31 29.043 72 30 69.31 30.957 70.536 33.536 67.957 32.31 67 35 66.043 32.31" fill="#fff"/> | |
</g> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<clipPath id="zid_2101" clipPathUnits="userSpaceOnUse"> | |
<rect id="zid_2102" fill-opacity="0.67" height="512" width="512" y="0" x="0"/> | |
</clipPath> | |
<pattern id="zflag_ba" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_2103" fill-rule="evenodd" clip-path="url(#zid_2101)"> | |
<rect id="zid_2104" height="512" width="512" y=".000015259" x="0" fill="#009"/> | |
<path id="zid_2105" d="m77 0.0064678 436.91 436.91v-436.91h-436.91z" fill="#fc0"/> | |
<g id="zid_2106" fill="#fff" transform="matrix(.43691 0 0 .43691 -93.246 54.433)"> | |
<polygon id="zid_2107" points="304.67 -43.357 326 -109 326 -109 347.33 -43.357 416.35 -43.357 360.51 -2.7868 381.84 62.857 326 22.287 270.16 62.857 291.49 -2.7868 235.65 -43.357"/> | |
<polygon id="zid_2108" transform="translate(125,125)" points="304.67 -43.357 326 -109 326 -109 347.33 -43.357 416.35 -43.357 360.51 -2.7868 381.84 62.857 326 22.287 270.16 62.857 291.49 -2.7868 235.65 -43.357"/> | |
<polygon id="zid_2109" transform="translate(250,250)" points="304.67 -43.357 326 -109 326 -109 347.33 -43.357 416.35 -43.357 360.51 -2.7868 381.84 62.857 326 22.287 270.16 62.857 291.49 -2.7868 235.65 -43.357"/> | |
<polygon id="zid_2110" transform="translate(375,375)" points="304.67 -43.357 326 -109 326 -109 347.33 -43.357 416.35 -43.357 360.51 -2.7868 381.84 62.857 326 22.287 270.16 62.857 291.49 -2.7868 235.65 -43.357"/> | |
<polygon id="zid_2111" transform="translate(500,500)" points="304.67 -43.357 326 -109 326 -109 347.33 -43.357 416.35 -43.357 360.51 -2.7868 381.84 62.857 326 22.287 270.16 62.857 291.49 -2.7868 235.65 -43.357"/> | |
<polygon id="zid_2112" transform="translate(625,625)" points="304.67 -43.357 326 -109 326 -109 347.33 -43.357 416.35 -43.357 360.51 -2.7868 381.84 62.857 326 22.287 270.16 62.857 291.49 -2.7868 235.65 -43.357"/> | |
<polygon id="zid_2113" transform="translate(750,750)" points="304.67 -43.357 326 -109 326 -109 347.33 -43.357 416.35 -43.357 360.51 -2.7868 381.84 62.857 326 22.287 270.16 62.857 291.49 -2.7868 235.65 -43.357"/> | |
<polygon id="zid_2114" transform="translate(875,875)" points="304.67 -43.357 326 -109 326 -109 347.33 -43.357 416.35 -43.357 360.51 -2.7868 381.84 62.857 326 22.287 270.16 62.857 291.49 -2.7868 235.65 -43.357"/> | |
<polygon id="zid_2115" transform="translate(1e3 1e3)" points="304.67 -43.357 326 -109 326 -109 347.33 -43.357 416.35 -43.357 360.51 -2.7868 381.84 62.857 326 22.287 270.16 62.857 291.49 -2.7868 235.65 -43.357"/> | |
</g> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<pattern id="zflag_bb" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_2116" fill-rule="evenodd" stroke-width="1pt" transform="matrix(.68808 0 0 1.0321 0 -16.449)"> | |
<rect id="zid_2117" height="496.06" width="248.03" y="15.937" x="0" fill="#00009d"/> | |
<rect id="zid_2118" height="496.06" width="248.03" y="15.937" x="496.06" fill="#00009d"/> | |
<rect id="zid_2119" height="496.06" width="248.03" y="15.937" x="248.03" fill="#ffd400"/> | |
</g> | |
<g id="zid_2120" fill-rule="evenodd" transform="matrix(1.1455 0 0 1.1455 -171.81 -39.547)"> | |
<path id="zid_2121" d="m372.32 365.16c7.962 0.556 3.563-0.361 11.525 0.195l0.555-47.217h30.553c-0.181-56.391 21.723-103.92 47.86-144.21 1.571-2.021 0.544-2.89-1.199-2.443-19.726 3.081-40.02 13.437-53.922 27.813-1.622 1.991 0.233 2.301 1.15 2.183 7.613-2.282 6.113 6.244 5.561 9.665-7.803 24.929-14.613 49.084-17.113 77.769-0.003 1.995-0.317 3.446-1.263 3.542-3.518 0.185-6.959 0.135-10.516 0.125-1.297 0.012-1.58-1.421-1.666-2.777 0.185-28.886-0.072-57.771 0.113-86.657 0.089-1.906 6.991-9.644 8.114-9.674 3.535-0.091 5.025-0.004 8.978-0.071 1.03-0.008 1.251-3.18 0.073-3.334-2.407 0-6.873-0.22-9.28-0.22-1.14 0.044-17.29-12.273-17.327-14.804-0.185-3.888-0.076-7.703-0.261-11.591 0.212-0.957-4.509-1.177-4.444 0.073v10.809c-0.809 5.15 2.324 175.08 2.509 190.82z"/> | |
<path id="zid_2122" d="m371.9 365.16c-7.962 0.556-3.563-0.361-11.525 0.195l-0.555-47.217h-30.553c0.181-56.391-21.723-103.92-47.86-144.21-1.571-2.021-0.544-2.89 1.199-2.443 19.726 3.081 40.02 13.437 53.922 27.813 1.622 1.991-0.233 2.301-1.15 2.183-7.613-2.282-6.113 6.244-5.561 9.665 7.803 24.929 14.613 49.084 17.113 77.769 0.003 1.995 0.317 3.446 1.263 3.542 3.518 0.185 6.959 0.135 10.516 0.125 1.297 0.012 1.58-1.421 1.666-2.777-0.185-28.886 0.072-57.771-0.113-86.657-0.089-1.906-6.991-9.644-8.114-9.674-3.535-0.091-5.025-0.004-8.978-0.071-1.03-0.008-1.251-3.18-0.073-3.334 2.407 0 6.873-0.22 9.28-0.22 1.14 0.044 17.29-12.273 17.327-14.804 0.185-3.888 0.076-7.703 0.261-11.591-0.212-0.957 4.509-1.177 4.444 0.073v10.809c0.809 5.15-2.324 175.08-2.509 190.82z"/> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<pattern id="zflag_bd" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_2123" stroke-width="1pt" fill-rule="evenodd"> | |
<rect id="zid_2124" height="512" width="512" y="-2.8422e-14" x="0" fill="#0a5c12"/> | |
<ellipse id="zid_2125" d="m 702.74689,360.69897 c 0,128.11608 -103.8586,231.97468 -231.97467,231.97468 -128.11608,0 -231.97467,-103.8586 -231.97467,-231.97468 0,-128.11607 103.85859,-231.97467 231.97467,-231.97467 128.11607,0 231.97467,103.8586 231.97467,231.97467 z" cx="470.77" cy="360.7" rx="231.97" transform="matrix(.58102 0 0 .58102 -57.648 46.551)" ry="231.97" fill="#fc000f"/> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<pattern id="zflag_be" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_2126" fill-rule="evenodd" transform="matrix(.87574 0 0 1.0105 0 -5.3627)" stroke-width="1pt"> | |
<rect id="zid_2127" width="194.88" y="5.3071" x="0" height="506.69"/> | |
<rect id="zid_2128" width="194.88" y="5.3071" x="194.88" height="506.69" fill="#ffd90c"/> | |
<rect id="zid_2129" width="194.88" y="5.3071" x="389.76" height="506.69" fill="#f31830"/> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<pattern id="zflag_bf" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_2130" fill-rule="evenodd" transform="matrix(.48138 0 0 .72185 .067529 142.41)"> | |
<rect id="zid_2131" transform="scale(-1)" height="708.66" width="1063" y="-511.38" x="-1063.6" fill="#de0000"/> | |
<rect id="zid_2132" transform="scale(-1)" height="354.33" width="1063" y="-512" x="-1063" fill="#35a100"/> | |
</g> | |
<polygon id="zid_2133" fill-rule="evenodd" transform="matrix(1.4452 0 0 1.36 -516.33 -217.18)" points="626.44 324.23 569.1 365.81 591.04 433.16 591.04 433.16 533.77 391.48 476.5 433.15 498.45 365.81 441.12 324.21 511.95 324.28 533.78 256.9 555.61 324.28" stroke-width="1pt" fill="#fff300"/> | |
</g> | |
</g> | |
</pattern> | |
<pattern id="zflag_bg" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_2134" fill-rule="evenodd" transform="scale(5.6889 8.5333)" stroke-width="1pt"> | |
<rect id="zid_2135" height="20" width="90" y="40" x="0" fill="#de2110"/> | |
<rect id="zid_2136" height="20" width="90" y="0" x="0" fill="#fff"/> | |
<rect id="zid_2137" height="20" width="90" y="20" x="0" fill="#319400"/> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<clipPath id="zid_2139" clipPathUnits="userSpaceOnUse"> | |
<rect id="zid_2140" height="708.66" width="708.66" y="-196.66" x="119.03" fill="#808080"/> | |
</clipPath> | |
<pattern id="zflag_bh" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_2141" fill-rule="evenodd" clip-path="url(#zid_2139)" transform="matrix(.72249 0 0 .72249 -86 142.09)" stroke-width="1pt"> | |
<rect id="zid_2142" height="708.66" width="1063" y="-196.66" x="0" fill="#e10011"/> | |
<path id="zid_2143" d="m216.66 511.66-216.66 0.34v-708.66l215.64 0.11276 139.14 44.743-138.12 43.614 138.12 44.968-138.12 43.615 138.12 44.968-138.12 43.614 138.12 44.968-138.12 43.615 138.12 44.969-138.12 43.614 138.12 44.969-138.12 43.614 138.12 44.968-138.12 43.615 138.12 44.968-138.12 43.615" fill="#fff"/> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<clipPath id="zid_2145" clipPathUnits="userSpaceOnUse"> | |
<rect id="zid_2146" height="175" width="175" y="337" x="60.84" fill="#808080"/> | |
</clipPath> | |
<pattern id="zflag_bi" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_2147" clip-path="url(#zid_2145)" fill-rule="evenodd" transform="matrix(2.9257 0 0 2.9257 -178 -985.97)"> | |
<path id="zid_2148" d="m0.000019073 337 146.56 87.5-146.56 87.5z" stroke-width="1pt" fill="#00cf00"/> | |
<path id="zid_2149" d="m293.12 337-146.56 87.5 146.56 87.5z" stroke-width="1pt" fill="#00cf00"/> | |
<path id="zid_2150" d="m0.000019073 337 146.56 87.5 146.56-87.5z" stroke-width="1pt" fill="#f00"/> | |
<path id="zid_2151" d="m0.000019073 512 146.56-87.5 146.56 87.5z" stroke-width="1pt" fill="#f00"/> | |
<path id="zid_2152" d="m293.12 337h-27.31l-265.81 158.7v16.305h27.31l265.81-158.7z" stroke-width="1pt" fill="#fff"/> | |
<path id="zid_2153" d="m196.84 88.136c0 27.948-22.656 50.604-50.604 50.604s-50.604-22.656-50.604-50.604 22.656-50.604 50.604-50.604 50.604 22.656 50.604 50.604z" transform="translate(.32784 336.36)" fill="#fff"/> | |
<path id="zid_2154" d="m0.000019073 337v16.305l265.81 158.7h27.31v-16.305l-265.81-158.7z" stroke-width="1pt" fill="#fff"/> | |
<polygon id="zid_2155" d="m 134.28087,105.86726 -6.57603,0.1131 -3.40832,5.62497 -3.38596,-5.63845 -6.57553,-0.13921 3.19007,-5.75156 -3.16721,-5.764175 6.57603,-0.1131 3.40832,-5.624968 3.38596,5.638455 6.57553,0.139209 -3.19007,5.751559 z" transform="translate(22.243 299.54)" stroke="#00de00" points="134.28 105.87 127.7 105.98 124.3 111.6 120.91 105.97 114.34 105.83 117.52 100.08 114.36 94.312 120.93 94.199 124.34 88.574 127.73 94.212 134.3 94.352 131.11 100.1" stroke-width="1pt" fill="#f00"/> | |
<polygon id="zid_2156" d="m 134.28087,105.86726 -6.57603,0.1131 -3.40832,5.62497 -3.38596,-5.63845 -6.57553,-0.13921 3.19007,-5.75156 -3.16721,-5.764175 6.57603,-0.1131 3.40832,-5.624968 3.38596,5.638455 6.57553,0.139209 -3.19007,5.751559 z" transform="translate(.19924 337.7)" stroke="#00de00" points="134.28 105.87 127.7 105.98 124.3 111.6 120.91 105.97 114.34 105.83 117.52 100.08 114.36 94.312 120.93 94.199 124.34 88.574 127.73 94.212 134.3 94.352 131.11 100.1" stroke-width="1pt" fill="#f00"/> | |
<polygon id="zid_2157" d="m 134.28087,105.86726 -6.57603,0.1131 -3.40832,5.62497 -3.38596,-5.63845 -6.57553,-0.13921 3.19007,-5.75156 -3.16721,-5.764175 6.57603,-0.1131 3.40832,-5.624968 3.38596,5.638455 6.57553,0.139209 -3.19007,5.751559 z" transform="translate(44.827 337.7)" stroke="#00de00" points="134.28 105.87 127.7 105.98 124.3 111.6 120.91 105.97 114.34 105.83 117.52 100.08 114.36 94.312 120.93 94.199 124.34 88.574 127.73 94.212 134.3 94.352 131.11 100.1" stroke-width="1pt" fill="#f00"/> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<clipPath id="zid_2159" clipPathUnits="userSpaceOnUse"> | |
<rect id="zid_2160" height="666" width="666" y="-154" x="67.641" fill="#808080"/> | |
</clipPath> | |
<pattern id="zflag_bj" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_2161" clip-path="url(#zid_2159)" transform="matrix(.76877 0 0 .76877 -52 118.39)"> | |
<g id="zid_2162" fill-rule="evenodd" stroke-width="1pt" transform="matrix(8.325,0,0,8.325,0,-154)"> | |
<rect id="zid_2163" height="80" width="40" y="0" x="0" fill="#319400"/> | |
<rect id="zid_2164" height="40" width="80" y="0" x="40" fill="#ffd600"/> | |
<rect id="zid_2165" height="40" width="80" y="40" x="40" fill="#de2110"/> | |
</g> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<pattern id="zflag_bl" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_2166" fill-rule="evenodd" stroke-width="1pt" transform="matrix(.48166 0 0 .72249 0 7.4219e-7)"> | |
<rect id="zid_2167" height="708.66" width="1063" y="0" x="0" fill="#fff"/> | |
<rect id="zid_2168" height="708.66" width="354.33" y="0" x="0" fill="#00267f"/> | |
<rect id="zid_2169" height="708.66" width="354.33" y="0" x="708.66" fill="#f31830"/> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<pattern id="zflag_bm" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_2170"> | |
<rect id="zid_2171" height="512" width="512" y="0" x="0" stroke-width="1pt" fill="#c00"/> | |
<rect id="zid_2172" height="256" width="512" y="9.5367e-7" x="0" stroke-width="1pt" fill="#006"/> | |
<g id="zid_2173" stroke-width="1pt" transform="scale(8.5333)"> | |
<path id="zid_2174" fill="#fff" d="m0 0v3.3541l53.292 26.646h6.708v-3.354l-53.292-26.646h-6.708zm60 0v3.354l-53.292 26.646h-6.708v-3.354l53.292-26.646h6.708z"/> | |
<path id="zid_2175" fill="#fff" d="m25 0v30h10v-30h-10zm-25 10v10h60v-10h-60z"/> | |
<path id="zid_2176" fill="#c00" d="m0 12v6h60v-6h-60zm27-12v30h6v-30h-6z"/> | |
<path id="zid_2177" fill="#c00" d="m0 30 20-10h4.472l-20 10h-4.472zm0-30 20 10h-4.472l-15.528-7.7639v-2.2361zm35.528 10 20-10h4.472l-20 10h-4.472zm24.472 20-20-10h4.472l15.528 7.764v2.236z"/> | |
</g> | |
<g id="zid_2178" transform="matrix(.16872 0 0 .13815 986.16 438.1)"> | |
<path id="zid_2179" d="m-1576.8 1353.5c17.72 2.98 674.45-205.79 673.23-531.49v-1594.5h-1346.5v1594.5c-1.22 325.7 673.23 531.49 673.23 531.49z" fill-rule="evenodd" transform="translate(-2078.9 -953.42)" fill="#fff"/> | |
<path id="zid_2180" d="m-903.54 822.05c1.22 325.7-655.51 534.47-673.23 531.49 0 0-674.45-205.79-673.23-531.49 7.16-10.536 9.96-14.595 10.43-27.844 2.29-6.875 1.64-15.152 1.64-23.02v-23.021c-1.73-5.202-1.64-13.795-1.64-21.376-0.22-5.804-1.64-15.454-1.64-16.443 1.28 9.471 3.02 14.092 6.57 1.644 2.51-6.278 3.92-11.441 6.58-19.732 0.29-8.094 1.64-14.587 1.64-23.02 0-7.972 0.38-15.559 1.65-21.377 2.53-2.073 4.74-5.722 8.22-3.288-0.31 8.369-2.27 12.789-3.29 21.376v23.02 23.021c0.16 5.439 0.91 9.983 3.29 13.155 0.29-8.095 1.64-14.587 1.64-23.021 1.9-5.689 3.07-13.139 6.58-18.088 1.99-7.394 5.22-13.502 8.22-21.376 2.51-7.807 5.04-13.192 6.58-19.732 3.63-4.077 7.64-11.014 11.51-14.799 8.45-5.43 5.95 2.76 3.29 9.866v23.021c5.8 1.657 2.09-2.335 6.58-6.577 1.58-6.083 5.31-14.346 8.22-19.732 2.92-4.739 6.7-9.218 9.86-14.799 3.42-2.102 12.53-8.07 13.16-8.222-3.65 3.824-6.79 9.365-9.87 14.799-1.26 5.818-1.64 13.405-1.64 21.376 0.6 15.793 3.82 3.08 6.58-3.288 3.35-2.744 1.82-4.597 8.22-4.933 9.69-6.53 6.58 0.646 4.93 8.221-1.31 7.351-1.64 14.841-1.64 23.021 0 8.924 1.54 12.746 1.64 21.376 0 7.582-0.09 16.175 1.65 21.376 1.17 8.881 3.58 12.586 6.57 19.732 2.51 7.252 5.42 11.873 8.22 18.088 6.44 7.893 3.29 0.717 3.29-8.222v-23.02-23.021c3.02-5.157 3.89-11.445 8.22-16.443 1.65-6.019 4.65-10.675 8.23-14.799 2.45-3.909 6.16-8.807 8.22-13.155v23.021c0 8.179 0.33 15.67 1.64 23.02 2.26 7.619 3.93 12.286 4.94 19.732 4.29 2.78 5.91 6.903 9.86 9.866 1.99-7.598 3.29-14.388 3.29-23.02v-23.021c1.37-7.684 2.92-14.073 4.93-19.732 2.22-6.977 3.68 1.805 4.94 4.933 2.84 6.012 5.79 9.158 9.86 16.443 4.83 3.451 6.08 8.786 9.87 13.155 0.87 4.034 1.29 13.115 3.29 16.443 1.77-8.002 4.74-12.822 6.57-21.376 4.93-4.831 7.83-8.229 13.16-11.51 8.36-1.611 12.2-3.916 19.73-4.933 10.41 0 8.54 1.064 1.64 6.577-2.61 4.246-6.36 10.867-9.86 14.799-1.02 7.514-2.97 11.212-3.29 19.732 0.6 8.429 3.02 15.088 4.93 21.376 4.12-4.611 8.7-14.515 11.51-19.732 4.41-5.036 6.44-12.481 9.87-16.443 3.54-4.289 8.13-7 14.8-8.222 4.08-3.065 8.89-3.288 16.44-3.288 15.09 4.827 31.93 3.435 47.69 4.933 12.19 0 19.9-2.238 31.24-4.933 12.34-2.539 25.39-2.794 37.82-4.933 12.52 0 26.39-1.114 37.82 1.644h32.88c11.89 0 23.53-0.245 34.53-1.644 13.27 0 26.77 0.605 39.47-1.645 14.64 0 28.33-1.158 42.75-1.644 19.75 0 38.05-2.356 57.55-3.288 14.92-0.634 26.89-5.416 41.11-8.222 9.53-2.169 20.71-1.644 31.24-1.644 12.48 0 22.46 2.218 34.53 3.288 10.27 0 19.68 0.851 29.6 1.645h29.6 34.53 37.82c12.08 0 23.18 0.743 34.53 1.644 10.31 0 19.66 0.83 29.6 1.644h26.31c7.22 0.86 16.21 1.021 23.02 3.289 9.55 0 17.27 1.321 26.31 1.644 8.51 0.516 15.72 1.644 24.66 1.644 8.26 0.295 15.31 1.911 23.02 3.289 6.98 0.943 12.59 2.733 18.09 4.933 4.64 2.197 12.24 5.279 16.44 8.222 9.13 0 13.09-1.725 19.74-3.289 4.58-3.537 9.64-3.654 9.86-6.577-5.07 4.519-9.44 5.577-11.51 13.154-1.03 2.565-4.34 12.035 0 9.866 6.04-3.525 10.35-7.542 13.16-13.154 4.7-6.623 6.86-10.678 11.51-16.444 3.44-6.616 9.21-10.764 13.15-14.798 4.6-6.759 7.28-10.169 3.29 1.644-1.41 7.913-2.72 14.015-3.29 21.376-0.94 6.975-2.73 12.587-4.93 18.088 0 5.08-0.42 10.399 1.64 13.154 7.59-2.167 15-6.207 19.73-9.866 6.51-1.774 11.97-5.252 18.09-9.866 8.1-2.025 13.33-2.289 14.8-4.933-4.43 4.523-8.65 8.448-13.15 11.511-2.19 4.612-5.98 7.345-4.94 11.51 5.11-1.111 14.94-1.69 19.73-3.289 7.71-2.667 11.16-4.304 19.74-6.577 14.765 0.192 2.498 2.24-4.94 6.577-4.46 3.036-9.07 7.542-14.8 11.511-3.67 6.82-6.16 12.168-9.86 16.443-1.93 7.157-4.59 12.247-8.22 16.443-1.46 6.188-3.54 11.659-4.94 18.088-1.42 10.552-5.32 13.111 6.58 8.221 5.1-5.562 10.03-10.196 13.16-14.799 3.03-4.728 7.17-10.545 11.51-14.799 2.26-6.386 5.81-8.91 9.86-16.443 3.661-3.837 8.797-9.617 13.157-14.799 3.764-3.59 8.946-7.383 14.798-9.866 9.013-3.004 7.87-8.779 4.933 1.645-3.466 4.196-5.575 9.794-6.577 16.443-3.571 14.821 0.355 9.164 6.577 4.933 5.341-4.412 3.347-7.48 11.511-9.866 1.801-1.517 10.546-6.293 8.221-1.644-1.116 7.408-3.903 10.798-6.577 16.443-3.615 6.524-6.483 11.714-8.222 18.087-2.909 3.88-5.027 8.337 0 6.578 8.471-1.883 11.08-4.921 16.444-8.222 3.201-7.303 6.352-9.631 9.866-14.799-2.013 8.052-4.9 13.579-6.578 19.732-3.786 4.369-5.751 9.307-8.221 16.443-3.603 7.016-4.821 10.371-4.933 19.732-2.215 7.477-5.063 12.895-1.645 19.732 5.209-5.417 9.865-8.835 13.155-16.443 3.386-4.099 5.154-10.395 6.577-16.443 1.567-6.658 3.942-10.753 4.933-18.088 2.292-6.875 1.645-15.153 1.645-23.021v-23.02c-0.094-7.859-2.588-14.365 0-19.732 5.006 5.109 6.258 9.691 9.866 16.443 2.11 8.442 5.844 13.214 6.577 21.376 3.342 4.915 3.839 10.934 6.577 18.088 0.577 8.072 2.097 15.085 0 21.376-0.496 5.291-3.066 9.066 0 13.155 5.308-4.385 5.538-10.919 6.577 3.289 0 7.198 0.252 14.07 0.836 21.266z" fill-rule="evenodd" fill-opacity=".99608" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="#007a0f"/> | |
<path id="zid_2181" d="m-2178.7 685.68c-0.62 4.245-1.64 17.061-1.64 26.309 0 8.38 0.75 14.816 1.64 21.376 0.55 5.919 1.88 6.805 0 11.51" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2182" d="m-2154.1 672.52c0.63 4.245 1.65 17.062 1.65 26.309 0 8.736-1.08 14.023-1.65 21.377-0.29 8.079-1.64 12.433-1.64 21.376v6.577" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2183" d="m-2172.2 759.67c1.55 0 0.93 4.205 1.64 9.866 0.95 6.998 2.51 12.974 4.93 18.088 0.35 9.411 2.15 11.425 8.23 14.799 5.87 5.788 8.03 9.685 11.51 14.799 4.19 0.741 4.91 1.85 6.57 4.933" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2184" d="m-2229.7 809h1.64c8.48 1.413 20.16 1.238 26.31 3.289 6.33 1.469 13.95 4.538 18.09 8.221 6.65 7.382 9.26 12.74 18.08 16.444 7.4 4.315 14.86 5.888 23.03 8.221 7.59 3.202 12.6 5.624 18.08 8.222 7.81 3.994 14.04 8.476 23.02 9.866h23.02c7.7 0 12.64 0.26 16.45-3.289l-16.45 3.289c7.7 0 12.64 0.26 16.45-3.289" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2185" d="m-2200.1 927.39h29.6 23.02c3.39 7.075 6.48 9.284 13.16 11.51 5.33 3.905 12.28 6.004 19.73 6.577h3.29" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2186" d="m-2185.3 955.35c4.47-0.919 17.27-4.287 26.31-4.933 9.62 0 14.8 2.073 19.73 6.577 5.04 3.425 7.99 6.602 14.8 9.866 7.27 2.511 14.62 3.289 23.02 3.289 0.78 2.319 0.48 1.644 3.29 1.644" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2187" d="m-2163.9 988.23h29.6c5.9 2.794 10.77 3.151 13.15 9.865 6.82 5.741 9.83 9.501 19.73 9.871 3.81 1.97 11.83 1.64 18.09 1.64" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2188" d="m-2085 1045.8h29.59c9.66 0.98 16.51 0.28 21.38 6.58 5.42 7.8 9.97 6.08 16.44 9.87 5.7 0 9.45 1.18 14.8 1.64" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2189" d="m-2014.3 1091.8c4.25 0.62 17.06 1.64 26.31 1.64 9.08 1.23 9.76 3.39 14.8 9.87 2.74 9.6 7.48 8.92 18.09 9.86 7.2 0 12.97-0.53 18.09-1.64" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2190" d="m-2149.1 762.96c0.55 0.548 1.09 1.096 1.64 1.644-3.73-3.731-1.93-2.363 1.65 6.578 0.62 8.063 2.05 12.855 4.93 19.732 3.91 5.609 7.18 10.979 9.87 16.443 2.92 6.68 6.81 11.845 11.51 16.443 0.69 2.087 1.2 2.593 3.28 3.289" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2191" d="m-2114.6 769.54c0.84 0 5.23 5.086 8.22 9.866 5.7 4.074 10.23 9.203 14.8 14.799 5.13 3.386 11.11 7.55 18.09 11.51 7.98 2.764 10.74 5.003 18.08 8.222 3.87 3.348 10.82 5.812 16.45 8.222 2.42 0 1.25-0.388 3.29 1.644" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2192" d="m-2076.8 753.1c-1.8 0 0 4.239 0 9.866 2.75 6.088 7.01 12.119 11.51 18.088 5.21 3.442 10.49 10.505 14.8 16.443 2.65 4.223 5.7 7.31 11.51 9.866" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2193" d="m-2037.3 739.94c0.06 5.876 1.62 16.938 3.29 26.31 2.86 6.823 4.98 11.276 6.58 18.087 1.03 6.853 3.62 12.832 8.22 18.088 3.77 4.78 10.23 9.499 16.44 11.51 6.35 2.719 10.81 4.826 19.73 4.933 6.56-0.886 13-1.644 21.38-1.644h13.16" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2194" d="m-1999.5 753.1c0.14 5.279-1.4 10.768 4.93 14.799 2.13 6.659 6.84 14.364 11.51 21.376 4.17 5.286 9.96 9.137 18.09 9.866 5.77 1.339 14.5 2.639 21.38 4.933 6.24 4.06 12.78 10.903 21.37 13.155l-21.37-13.155c6.24 4.06 12.78 10.903 21.37 13.155" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2195" d="m-1984.7 753.1c4.35 5.551 16.15 17.799 24.67 26.309 5.88 4.862 11.94 8.736 18.08 11.511 7.52 1.163 15.81 4.454 21.38 6.577 3.59 1.537 4.61 3.012 9.86 3.289" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2196" d="m-1961.7 733.36c0.55 0.548 1.1 1.096 1.65 1.645-4.68-4.672-2.25-2.142 8.22 6.577 6.14 4.954 8.58 6.281 9.86 14.799 3.02 2.854 3.99 7.924 8.22 4.933-0.52-9.732-5.03-13.119 3.29-8.222 3.03 6.332 6.75 11.464 11.51 14.799 3 3.173 6.52 4.743 13.16 4.933" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2197" d="m-1790.7 955.35c4.13 0.516 21.43 0.566 29.6 3.289 7.35 1.312 14.84 1.644 23.02 1.644 8.32-0.308 13.02-2.784 21.38 0 9.59 0.738 10.67 3.031 18.08 9.866 6.11 4.141 8.73 8.81 13.16 16.443 1.94 1.254 14.26 8.828 4.93 3.289" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2198" d="m-1798.9 915.88c5.51 2.905 18.24 10.319 24.66 14.799 8.63 1.917 11.11 4.661 19.74 6.577 8.8-0.104 14.34-2.338 21.37-3.288 5.52-1.84 14.39-2.331 21.38 0 7.45 2.581 12.13 4.848 18.09 8.221 3.26 4.078 13.55 11.503 3.28 3.289-2.74-3.837-3.83-4.385-8.22-6.577" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2199" d="m-1764.4 912.6c6.03 0.172 21.04 2.167 31.24 3.288 6.88 2.293 15.55 2.755 23.02 3.289 8.66 1.546 15.09 2.11 21.38 6.577 4.43 2.981 10.56 8.747 14.8 13.155 9.3 4.031 3.64 2.989-3.29-3.289" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2200" d="m-1739.7 897.8c6.48 0 16.65 1.448 26.31 3.288 3.82 4.619 9.98 5.905 18.09 8.222 5.73 1.4 9.92 4.725 16.44 8.222" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2201" d="m-1616.4 1021.1l1.64-1.64c-3.62 3.62-2.4 1.79 6.58 0 9.97-2.69 19.28-3.77 29.6-1.65 8.04 0 15.89 0.14 23.02-1.64 3.3-2.48 7.45-1.31 9.86-4.94 4.74-0.83 4.58-4.61 4.94 0" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2202" d="m-1611.4 1047.4c8.69-0.44 26.41-1.55 36.18-8.22 6.37-1.94 12.67-5.53 19.73-6.58 8.38 0 15.17-1.08 23.02-1.64 9.47-0.51 17.94-1.65 27.95-1.65h24.67c8.29 0 15.43 0.74 23.02 1.65 6.47 1.13 14.19 4.91 18.09 8.22 5.84 1.27 12.44 1.88 18.08 0" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2203" d="m-1442.1 1193.8c0.55-0.54 1.09-1.09 1.64-1.64-3.38 3.38-2.34 1.99 4.93-1.64 9.8 0 18.97-0.48 27.96-1.65 8.59 0.28 17.5 1.19 23.02 4.93 7.66 2.47 15.09 3.36 21.37 6.58 8.01 2.96 13.02 4.97 21.38 6.58 4.48 2.24 15.13 1.73 21.38 3.29 8.04 0 15.89 0.13 23.02-1.65 8.55-1.83 13.37-4.8 21.37-6.57 5.35-5.16 12-8.15 19.74-9.87 3.18-3.85 7.65-8.33 11.51-11.51l-11.51 11.51c3.18-3.85 7.65-8.33 11.51-11.51" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2204" d="m-1220.1 787.63c6.1-0.419 18.58-2.761 26.31-6.577 6.46-1.821 14.22-5.025 18.09-8.222 6.51-1.777 10.7-4.02 18.09-6.577 6.89-4.925 14.68-9.035 18.08-13.155 9.14-4.185 11.31-6.836 14.8-14.799 1.86-2.481 0.95-4.152 3.29-4.933" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2205" d="m-1083.6 733.36c-0.84 0-5.23 5.086-8.22 9.866-5.65 5.273-11.05 12.922-14.8 19.732-4.39 2.986-8.99 7.951-14.8 11.51-7.43 6.356-13 10.315-21.38 14.799-6.2 4.134-11.79 6.457-19.73 8.222-7.7 2.667-11.15 4.304-19.73 6.577" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2206" d="m-1049.1 738.3c-0.55 0.548-1.1 1.096-1.64 1.644 4.12-4.126 2.12-2.248-4.94 6.578-5.63 5.145-11.9 12.179-14.8 16.443-4.66 3.108-12.7 11.297-18.08 14.799-7.3 6.078-14.09 8.026-19.73 13.155-8.1 3.121-13.17 6.542-21.38 9.866-4.69 2.222-11.82 3.87-16.44 6.577h-4.94" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2207" d="m-1059 797.49c-0.54 0.548-1.09 1.096-1.64 1.644 3.9-3.904 2.04-2.309-3.29 6.577-5.89 4.086-8.52 7.957-14.8 11.511 0 2.192 0.55 1.644-1.64 1.644" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2208" d="m-988.24 769.54c0 0.482-3.036 4.807-4.933 9.866-4.54 4.633-6.777 11.236-11.508 16.444-3.62 7.555-6.47 9.195-13.16 16.443-4.38 2.814-11.43 7.306-14.8 11.51-6.74 2.956-11 6.373-18.08 8.222" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2209" d="m-1044.2 845.18c6.05-2.192 16.37-7.738 23.02-11.51 5.59-3.013 12.12-7.204 16.45-9.866 2.19-6.174 7.129-9.368 14.797-13.155 3.301-4.854 8.089-7.802 13.154-13.154 5.008-2.754 6.664-6.426 9.866-9.866" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2210" d="m-1047.4 853.4c6.91-0.059 19.93-0.149 27.95-4.933 8.64-2.708 11.64-6.043 19.731-8.222 4.512-3.159 11.571-6.276 16.443-9.866l-16.443 9.866c4.512-3.159 11.571-6.276 16.443-9.866" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2211" d="m-919.18 812.29c-3.606 5.99-11.343 19.205-19.732 24.665-3.205 3.879-11.489 7.529-16.444 11.51-5.166 2.447-12.761 5.717-19.732 9.866-7.788 1.669-13.168 3.716-19.731 6.577" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2212" d="m-1050.7 897.8c5.66-2.389 16.06-8.195 24.66-11.511 4.1-2.047 8.2-1.644 13.16-1.644" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2213" d="m-1012.9 907.66c0.57 0 4.97-4.13 9.86-6.578 6.454-4.053 13.696-8.155 19.734-11.51 6.845-1.786 14.331-6.823 23.02-8.222 4.438 2.219 14.728 2.814 21.377 3.289h9.866" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2214" d="m-991.53 920.82c7.102-0.182 17.88-0.319 24.665-4.933 5.422-0.929 10.272-2.506 13.155-4.933" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2215" d="m-1108.3 998.1c1.36 0.072 9.17 1.584 13.15 3.291 5.72 2.86 8.51 6.15 14.8 9.86 5.45 4.78 12.54 6.27 21.37 6.58h23.03c9.67-0.55 14.08-2.96 23.02-3.29 7.71 0 13.062-1.08 18.084-3.29" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<path id="zid_2216" d="m-1126.4 1017.8c6.77 0.18 10.95 1.22 18.09 4.93 8.07 7.02 13.64 11.21 23.02 13.16 7.35 0.56 12.64 1.64 21.37 1.64 8.05 0 15.9-0.13 23.02 1.65 6.36 0.18 8.03 1.64 14.8 1.64" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/> | |
<g id="zid_2217" transform="translate(-4255.5 -962.73)"> | |
<path id="zid_2218" d="m74.995 82.955c-1.044 0-2.2898 0.0795-2.9067-0.2906-1.1795-0.216-1.9897-0.6952-2.6161-1.4534-1.0782-0.7478-1.4231-1.4412-2.3254-2.3254-0.2902-1.064-0.8215-1.887-1.4534-2.6161 0.0198-1.6461 0.3092-2.2353 0.872-3.1975 1.3743-0.4757 1.9177-0.8599 3.4881-1.1627 0.7562-0.5141 1.9578-1.0248 2.9068-1.4534-0.436-0.7378-0.8948-1.1826 0-2.0347 0.7358-0.7016 1.5742-1.2554 2.9068-1.4534 1.4797 0.1345 1.8216 0.6959 2.6161 1.4534 1.4223 0 2.8095-0.0243 4.0694 0.2907 1.1716 0.3195 1.9089 0.7216 3.1975 1.4534 1.1806 0.3935 1.7265 0.784 2.3254 2.0347 0.9351 0.9091 0.316 1.5134 0.2907 2.9068-0.162 1.9201-0.7909 1.79-1.7441 2.6161 1.3159 0.6736 2.3169 0.8178 3.7788 0.872h4.0695 4.0695c1.3645-0.3722 1.5475-0.8172 2.0345-2.0347 0.368-0.9191 0.881-2.1164 1.163-3.1975 0.644-0.7437 0.98-1.6941 1.744-2.3254 0.524-1.095 1.197-1.946 2.035-2.6161 0.818-1.1858 1.522-1.7054 2.616-2.3254 0.903-1.0584 1.703-1.4032 0-1.4534-1.389 0.2439-1.977 0.9201-3.488 1.1627-0.292-0.7303-0.235-1.6686 0.29-2.3254 0.383-1.4451 1.13-2.2463 1.454-3.4882 0.678-0.7826 0.905-1.8443 1.453-3.1974-0.097-1.267-0.339-2.3743-0.581-3.4881-0.406-1.0138-0.582-1.9066-0.582-3.4881 0.292-1.2376 0.568-1.9835 1.454-2.6161 0.537-0.9661 1.133-1.4637 2.325-2.0348 0.583-0.8165 1.396-1.2793 2.326-1.7441 0.653-0.7904 1.42-1.2405 2.034-2.3253 0.362-1.0203 0.71-1.9968 0.872-3.1975 0.407-0.8129 0.538-2.5405 0.582-3.7788-0.019-1.5433-0.195-2.3781-0.872-3.1974-0.361-0.903-0.642-2.141-1.163-2.9068 0-1.5815 0.176-2.4743 0.581-3.4881 0.31-1.5488 0.291-1.9473 0.291-1.1627v-0.2907c1.662 0.9784 2.116 1.3811 4.07 1.4534 0.815 0 1.34-0.0824 2.034-0.2907 1.652 0.1785 2.271 0.1844 2.326-1.7441 0.258-1.0351 0.49 0.3546 0.581 0.8721 0.643 1.286 0.694 0.4684 1.453-0.2907 0.477-1.4285 1.011-0.6004 2.035-0.2907 0.116-0.3486 0.493-0.4933 0.872-0.872 0.218 1.0901 0.539 1.9987 1.454 2.3254 1.467-0.2686 1.544-0.8517 1.744-2.3254 1.039-0.215 1.121-0.5439 1.162 0.872 0.767 0.1585 1.378 0.4926 2.035 0 0.258-0.6456 0.555-1.2068 0.872-1.744 0.378 1.7023 0.513 1.9675 2.326 2.0347 0.586-0.5544 0.837-0.8715 0.872-2.0347 0.658 0.7969 1.49 1.3262 2.906 1.4533 1.171 0.1098 1.016 0.5428 2.326 0.5814 0.332 0.7024 0.483 1.9553 1.162 2.6161 1 0.6424 2.352 0.8685 2.907 0.5814 0-0.8088-0.109-1.6346 0.291-2.0348 1.138-0.3794 2.128-0.0887 3.197 0.2907 1.474 0.402 1.454 0.7521 1.454 2.6161-0.101 1.4043-0.272 2.7618-0.872 3.4881-0.236 1.0858-0.265 2.5925-0.872 3.7788-0.502 1.6242 0.431 1.7131 0.581 3.4881 0.234 0.9819-0.273 2.281-0.291 3.7788 0.02 1.6126-0.006 2.4112 1.163 2.9068 0.671 0.9887 1.494 1.477 2.325 2.3254 0.986 1.1285 1.43 1.6323 2.035 2.6161 1.053 1.2058 1.206 1.7172 2.035 2.9067 0.485 0.9697 0.936 1.6729 1.453 2.9068 0.35 1.048 0.235 2.4108 0 3.4881-0.931 0.7342-1.396 1.5923-1.453 3.1975-0.41 0.8201-0.499 2.4157-0.581 3.4881 0.284 1.2088 0.875 2.0061 1.453 2.9068 0.606 0.7573 1.603 1.5433 2.325 2.0347 0.636 0.7333 1.079 1.6279 1.744 2.3254 0.383 1.2586 0.852 1.8234 0.872 3.4882 0.243 1.1137 0.484 2.221 0.582 3.4881 0.676 0.6388 0.594 0.872 2.035 0.872 0.894 0.5232 1.992 0.5814 3.488 0.5814 1.3 0.1 2.234 0.2906 3.778 0.2906 1.184 0 2.42-0.0062 3.198-0.2906 0.607-0.9522 0.951-2.5798 1.453-3.4881 0.098-1.267 0.34-2.3744 0.582-3.4882 0.685-0.7185 1.191-1.4616 2.034-2.0347 1.202-0.617 1.964-0.8156 3.489-0.872 1.408 0.399 2.375 0.7773 3.197-0.2907 1.128-0.3078 1.833-0.5814 3.488-0.5814 1.722-0.4304 2.179-0.1983 2.907 0.8721 0.238 1.0938 0.47 2.3493 0.872 3.1974 0.661 0.4494 1.693 1.1808 2.325 1.7441 0.408 0.8605 0.582 1.4738 0.582 2.9068 0.523 0.8729 0.122 1.8907 0 2.9067-0.684 0.7169-1.21 1.517-2.035 2.3254-0.354 0.4321-0.776 0.7525-1.453 0.8721l0.581 0.5813-10.17 10.172-106.09-0.872-4.945-12.208z" fill-rule="evenodd" fill-opacity=".99608" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="#d40f0f"/> | |
<path id="zid_2219" d="m129.93 29.47c0.096 0.0969 0.193 0.1937 0.29 0.2906-0.73-0.73-0.373-0.3936 0.872 1.1628v4.0695c0 1.6547 0.274 2.3596 0.582 3.4881 0.397 0.3253 0.474 0.8374 0.872 1.1627" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2220" d="m138.65 29.761v0.2907c0-0.8558 0.05-0.3737-0.872 1.1627-0.586 1.3446-0.581 2.1522-0.291 3.4882 0.307 0.9196 0.291 2.4385 0.291 3.7788-0.155 0.4652-0.136 0.1161-0.291 0.5813" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2221" d="m144.76 37.318h-0.291c0.856 0 0.374-0.0496-1.162 0.8721-1.293 0.8124-1.789 1.2411-3.198 1.4534-0.947 0.9283-1.503 1.1423-3.197 1.1627-0.137 0.4099-0.085 0.2907-0.582 0.2907" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2222" d="m137.78 42.551v0.2907c0.383-0.1439 1.727-0.5149 2.325-0.5814 0.728-0.6016 1.907-0.8382 2.616-1.4534 1.116-0.1439 0.758-0.5438 2.035-0.5814l-2.035 0.5814c1.116-0.1439 0.758-0.5438 2.035-0.5814" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2223" d="m142.14 43.713c0.496 0 2.54 0.0847 3.488 0.2907h1.453" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2224" d="m108.42 50.399h0.291c-0.785 0-0.382 0.0182 1.163-0.2907 1.301-0.1001 2.38-0.3316 3.779-0.5814 1.553-0.3885 2.17-0.3921 3.197-1.4534 1.164-0.7763 1.548-1.4547 1.744-2.9068 0.202-0.9283 0.326-2.0299 0.872-2.616" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2225" d="m121.21 46.33v0.2907 1.1627c0 1.4955 0.058 2.5936 0.582 3.4881 0.597 1.2485 0.973 1.7946 2.034 2.3255 0.963 0.3849 1.945 0.7777 2.907 1.1627h0.872" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2226" d="m128.48 53.306h0.291 1.163c2.154 0 4.021 0.2317 6.104 0.2907h4.069c1.431-0.0512 2.579-0.2907 4.07-0.2907h2.906" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2227" d="m121.79 43.423h0.29 1.163c1.203-0.401 2.817-0.3575 4.069-0.5812 0.517 0.2783 0.875 0.6237 1.454 0.8719" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2228" d="m122.96 39.353h0.291c-0.784 0-0.387-0.0194 1.163 0.2907 0.718 0.6222 1.426 0.9835 2.616 1.1627" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2229" d="m123.83 36.446h0.291c-0.784 0-0.387-0.0194 1.163 0.2907 0.748 0.7635 1.947 1.4771 2.616 2.3254 0.636 0.3761 1.017 0.8296 1.744 1.1627" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2230" d="m115.69 53.887v0.2907c0-0.8556-0.049-0.3737 0.872 1.1627 0.097 1.3553 0.211 2.9173 0.872 3.7788 0.192 1.414 0.234 1.7996-0.29 2.9068-0.452 1.0163-1.033 2.319-1.744 2.9068-0.581 0.8535-1.443 1.206-2.035 2.0347-0.758 0.5305-1.529 1.5823-2.035 2.3254-1.113 1.2406-1.359 1.9594-2.325 2.6161-0.374 1.1208-0.909 1.664-1.454 2.9068-0.872 1.0285-1.513 2.0237-2.034 3.1975-0.408 0.951-0.465 2.5563-0.872 3.7787v0.8721" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2231" d="m112.49 80.048v-0.2906-1.1627c0-1.4661 0.131-2.7281 0.291-4.0695 0.445-1.0387 0.877-2.2025 1.162-3.4881 0.598-0.8793 0.852-1.7804 1.454-2.9068 0.31-1.1364 0.889-2.0175 1.744-2.6161 0.364-1.0919 0.827-1.7343 1.453-2.9067 0.457-0.9308 1.373-2.0699 1.744-3.4882 0.444-0.5273 0.606-1.393 0.872-2.3254" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2232" d="m123.83 58.247v0.2906c0-0.8123 0.036-0.3805-0.581 1.1628-0.447 1.2458-1.14 2.2858-1.453 3.4881-0.605 1.3014-1.014 2.7017-1.454 4.0695-0.232 1.2993-0.29 2.6235-0.29 4.0695v4.0694c0 1.4873-0.274 2.603-0.291 4.0696-0.371 0.7414-0.51 1.5245-0.291 1.744" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2233" d="m127.03 59.41c-0.275 0-0.166 0.7432-0.291 1.7441-0.105 1.3707-0.291 2.4173-0.291 4.0694-0.295 1.3789-0.704 2.5414-0.872 3.7788-0.409 1.3821-0.813 2.1414-0.872 3.7788 0.595 0.8749 1.348 1.5016 1.744 2.9068 0.47 0.9567 1.018 1.9385 1.454 3.1975 0 1.5776 0.272 2.2533 0.29 3.7788 0 0.7171-0.056 1.166 0.291 1.744" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2234" d="m132.84 61.445v0.2907c0-0.8124 0.036-0.3805-0.581 1.1627-0.92 1.2459-1.503 2.334-2.035 3.1975-0.442 1.376-0.943 2.6887-0.581 4.0695 0.095 1.3318 0.345 2.9114 0.872 3.7787 0.053 1.4283 0.291 2.1979 0.291 3.7789 0.1 1.2999 0.29 2.2345 0.29 3.7787 0 1.1834-0.006 2.42-0.29 3.1975-0.547 0.2342-0.407 0.4974-1.163 0.5814" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2235" d="m129.06 54.468c-0.366 0 0.169 0.7776 0.29 1.7441 0.402 0.6695 0.291 2.0896 0.291 3.1974" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2236" d="m134.29 55.34h0.29c-0.911 0-0.366-0.0603 1.163 1.1628 0.217 0.9987 0.436 2.1212 0.581 3.1974" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2237" d="m140.4 54.468v0.2907 1.1627c0.299 1.3942 0.581 2.4822 0.581 4.0694l-0.581-4.0694c0.299 1.3942 0.581 2.4822 0.581 4.0694" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2238" d="m143.88 54.759h0.291c-0.856 0-0.374-0.0497 1.162 0.872v0.8721" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2239" d="m142.14 61.735h-0.291c0.911 0 0.352-0.0759-0.872 1.4534-0.459 0.9185-1.003 1.6661-1.453 2.6161-0.533 0.9866-0.737 1.4874-0.872 2.6161" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2240" d="m137.2 62.317c-0.168 0-0.508 0.9079-1.162 1.4534-0.259 1.1899-0.563 1.9558-0.582 3.4881 0 1.8849 0.351 2.2033 1.163 3.4881 0.682 0.7872 1.055 1.5065 1.163 2.9068v4.0695 4.0694c-0.201 1.3352-0.573 1.9872-1.454 2.6161-1.115 0.7264-1.256 0.1844-2.034-0.872-0.272-0.8971-0.653-1.3159-0.872-2.3254" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2241" d="m144.76 61.735v0.2907c0-0.7848 0.019-0.3854-0.291 1.1627-0.529 1.3091-1.299 2.5824-1.744 3.4881-0.405 1.0138-0.581 1.9067-0.581 3.4882 0.244 1.364 0.529 2.6104 0.581 4.0694 0 1.5952-0.395 2.5304-0.581 3.7789-0.57 1.0813-1.069 2.4401-1.744 3.1974-0.155 0.465-0.136 0.1162-0.291 0.5813" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2242" d="m148.24 58.538v0.2907c0-0.8126 0.036-0.3805-0.581 1.1627-0.103 1.4462-0.419 2.5734-0.582 3.7789-0.384 0.8974-1.056 2.5954-1.453 3.4881-0.601 0.9773-0.872 1.447-0.872 3.1974 0.601 1.03 1.523 1.9438 2.616 2.3254 0.447 0.9438 0.641 2.0004 1.163 3.1975 0.102 1.4326 0.415 2.6691 0.581 4.0694v1.1628" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2243" d="m151.44 60.863l-0.291 0.2907c0.64-0.6401 0.317-0.4247 0 1.1627 0 1.4825-0.192 2.6825-0.291 4.0694-0.518 1.0375-0.995 2.2467-1.162 3.4882 0.252 1.3813 0.907 1.6865 2.034 2.3254 0.676 0.6446 1.656 1.1997 2.616 1.744 1.086 0.6331 1.831 1.3509 2.617 2.3255 0.866 1.0739 1.409 1.3101 2.034 2.6161 0.167 1.2347 0.555 2.4024 0.291 3.4881 0 0.3878 0.097 0.2907-0.291 0.2907" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2244" d="m153.48 54.178h0.291c-0.911 0-0.35-0.0742 0.872 1.4534 0.315 1.2599 0.291 2.6472 0.291 4.0695 0.556 0.8181 0.773 1.9069 0.872 3.1974 0.306 0.9196 0.29 2.4386 0.29 3.7788-0.097 1.1337-0.459 1.8347 0 2.9068 1.263 0.7639 2.139 1.6084 2.907 2.3254 1.069 0.5343 1.492 1.0015 2.326 2.0347 0.529 0.9338 1.14 1.92 1.744 2.6162 0.232 1.2993 0.29 2.6235 0.29 4.0694 0 1.7069 0.053 2.545-0.872 3.4882-0.44 0-0.927 0.0783-0.29 0.2906" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2245" d="m149.41 42.26v0.2907 1.1626c0.205 1.3806 0.858 2.2958 1.744 3.1975 0.543 0.7988 1.236 1.4916 2.035 2.0348 1.122 0.3811 1.53 0.5813 2.906 0.5813" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2246" d="m152.9 50.98h0.291c-0.785 0-0.388-0.0193 1.162 0.2907 0.983 0.4916 1.475 1.1653 2.326 1.7441 0.246 0.9035 0.598 2.3654 1.163 3.1975 0.207 1.1615 0.38 2.2511 0.872 2.9067" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2247" d="m127.9 44.295v0.2907 1.1627c0.835 0.7242 1.55 0.872 3.197 0.872 1.3 0.1 2.235 0.2907 3.779 0.2907h4.07c1.553 0 1.869 0.0232 2.325-1.4534 0.596-0.8093-0.194-1.0887-0.581-1.7441l0.581 1.7441c0.596-0.8093-0.194-1.0887-0.581-1.7441" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2248" d="m166.56 84.699h0.291c-0.912 0-0.367-0.0603 1.162 1.1627 0.18 0.8696 0.548 1.3271 0.872 2.0347" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2249" d="m83.424 73.072h-0.2907c0.8557 0 0.3734-0.0497-1.1627 0.872-0.8552 0.5986-1.4342 1.4798-1.7441 2.6162-1.0144 0.6762-0.4414 1.1251 0.872 1.1627 1.7394-0.021 2.1943-0.1947 3.1975-1.1627 0.7046-0.5285 1.1501-1.3776 0.5813-2.3255l-0.581 2.325c0.7046-0.5285 1.1501-1.3776-0.872-3.4882z" fill-rule="evenodd" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#000" stroke-width="1pt"/> | |
<path id="zid_2250" d="m171.21 85.571v0.2906c0-0.7845-0.019-0.3859 0.29 1.1627 0.155 0.36 0.263 0.6595 0.582 0.872" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2251" d="m174.12 85.28v0.2907 1.1627c0.509 0.6898 0.963 1.5077 1.454 2.0347" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2252" d="m177.02 86.152v0.2907c0-0.8556-0.05-0.3739 0.872 1.1626 0.123 0.3689 0.213 0.4584 0.582 0.5814" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2253" d="m86.912 84.99v0.2907 1.1627c-0.2167 1.0832-0.8977 1.8281-1.4534 2.3254l1.4534-2.3254c-0.2167 1.0832-0.8977 1.8281-1.4534 2.3254" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2254" d="m90.11 85.862v0.2907 1.1627c-0.4179 0.597-0.6574 0.9462-1.1627 1.1627" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2255" d="m92.726 85.28v0.2907 1.1627c-0.0713 0.7128-0.3885 1.1011-0.5813 1.744" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2256" d="m96.505 84.699h0.2907c-0.0774 0.1934 0 1.2975 0 2.0348-0.3143 0.5835-0.7759 0.6899-1.1627 1.1626" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2257" d="m116.56 25.982h-0.29c0.101 0.2714 0.407 1.6278 0.581 2.0347 0.804 0.5745 1.226 1.4832 1.744 2.3254 0.724-0.8356 0.872-1.5498 0.872-3.1974-0.386-1.1166-1.559-1.0043-2.907-1.1627z" fill-rule="evenodd" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" fill="#2b2b2b"/> | |
<path id="zid_2258" d="m150.57 27.145c-0.085 0-0.85 0.5366-1.744 0.872-0.216 1.5944-0.12 1.7672 0.581 2.9068 1.388-0.1069 1.419-0.4193 1.744-1.7441 0.642-0.8565 0.191-0.6616-0.581-2.0347z" fill-rule="evenodd" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" fill="#2b2b2b"/> | |
<path id="zid_2259" d="m144.18 31.505h-0.291-0.872c-1.55-0.2768-2.404-0.3673-3.488 0.5814-0.334 1.2472-0.515 2.2568 0.291 2.9068 0.989 0.2419 1.575 0.6459 2.616 0.872 0.561-0.9116 1.018-1.5745 1.744-2.6161 0.671-0.2238 0.192-0.7208 0-1.7441v1.7441c0.671-0.2238 0.192-0.7208 0-1.7441" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2260" d="m129.35 31.505c-0.097-0.0969-0.194-0.1938-0.29-0.2907 0.659 0.6594 0.419 0.3421-1.163-0.2906-1.34 0-2.859-0.0159-3.779 0.2906-0.365 0.7302 0.441 1.2773 1.163 1.7441 0.799 0.5432 1.491 1.236 2.034 2.0348 0.808 0.5936 0.984 1.4263 2.035 1.744 0.47-0.9918 0.877-1.7119 1.163-3.1974-0.183-0.5477-0.664-1.1482-1.163-2.0348z" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2261" d="m78.192 71.618c-0.336 0-2.424-0.0187-3.1975 0.2906-0.8025 1.2483-0.6344 1.9359 0.2907 2.6161 0.2427 1.6108 0.778 1.6785 2.6161 1.7441 0.7719 0.5789 1.5061 0.3705 1.7441-0.5814 0.4973-0.8288 0.2569-1.7372-0.2907-2.3254 0-0.9111 0.0605-0.215-1.1627-1.744z" fill-rule="evenodd" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#000" stroke-width="1pt"/> | |
<path id="zid_2262" d="m72.088 77.141h-0.2907c0.8125 0 0.3265-0.0895-0.2907 1.4534 0 0.8981-0.0745 1.8385 0.2907 2.3254 1.044 0 2.2898 0.0795 2.9068-0.2907 0.4795-1.2787 0.5529-2.2379-0.5814-2.616-0.3844-0.5766-0.989-0.5685-2.0347-0.8721z" fill-rule="evenodd" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#000" stroke-width="1pt"/> | |
<path id="zid_2263" d="m83.134 80.629h-0.2907-1.1627c-0.6136 0.5299-1.3657 1.1699-1.7441 2.0348 1.2169 0.3318 1.5751 0.9937 2.3255 1.744 1.896-0.0228 2.1633-0.1129 2.3254-2.0347 0-1.1355 0.0424-0.4476-1.4534-1.7441z" fill-rule="evenodd" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#000" stroke-width="1pt"/> | |
<path id="zid_2264" d="m182.25 82.083h-0.29-1.163c-1.363 0.4409-1.622 0.9112-1.744 2.6161 0.853 0.5153 1.938 1.1144 3.197 1.4534 0.91 0.5322 2.122 0.7463 3.489 0.2907 0.566-0.9203 1.031-1.1697 1.162-2.6161-0.996-0.3033-2.545-0.9005-3.197-1.4534l3.197 1.4534c-0.996-0.3033-2.545-0.9005-4.651-1.7441z" fill-rule="evenodd" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#000" stroke-width="1pt"/> | |
<path id="zid_2265" d="m185.16 75.107h-0.291c0.912 0 0.352-0.076-0.872 1.4534-0.308 1.4199-0.059 1.9562 0.582 3.1974 1.287 0.6343 1.416 1.6088 2.616 2.0347 0.558 0.5583 0.291-0.7515 0.291-1.4534 0.247-1.5386 0.753-1.9498 0.872-3.4881-0.267-1.0887-0.616-1.6838-1.744-2.0347l1.744 2.0347c-0.267-1.0887-0.616-1.6838-3.198-1.744z" fill-rule="evenodd" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#000" stroke-width="1pt"/> | |
<path id="zid_2266" d="m191.85 75.979h-0.291c0.911 0 0.351-0.0758-0.872 1.4534-0.562 0.9263-0.581 2.3284-0.581 3.7788 0.48 1.2957 1.187 0.4955 1.744-0.2907 0.985-0.6703 1.391-0.9404 1.453-2.6161 0-1.3725 0.016-0.7579-1.453-2.3254z" fill-rule="evenodd" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#000" stroke-width="1pt"/> | |
<path id="zid_2267" d="m195.92 80.048h-0.29c0.784 0 0.387-0.0193-1.163 0.2907-0.965 1.1057-1.697 1.675-2.035 3.1975 1.363 0.2962 2.249 0.0918 3.779-0.2907 0.624-1.3625 0.692-1.0972-0.291-3.1975z" fill-rule="evenodd" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#000" stroke-width="1pt"/> | |
<path id="zid_2268" d="m127.74 32.473h-0.103-0.411c-0.202 0.2699-0.089 0.5578 0.103 0.8222 0.106 0.3527 0.062 0.4882 0.411 0.6166 0.249 0.2973 0.591 0.448 1.028 0.5138 0.709-0.0645 0.437-0.2459 0.308-0.7194-0.239-0.2758-0.232-0.5654-0.617-0.7193-0.111-0.1675-0.434-0.321-0.719-0.5139z" fill-rule="evenodd" transform="matrix(10.1 0 0 11.729 -711.28 -965.51)" stroke-width="1pt"/> | |
<path id="zid_2269" d="m141.51 32.679c-0.081 0.0171-0.525 0.2038-0.719 0.3083-0.33 0.392-0.451 0.5184-0.309 0.9249 0.341 0.1364 0.726 0.2478 1.234 0.3083 0.503-0.0969 0.486-0.3399 0.514-0.8222-0.109-0.2544-0.365-0.4103-0.72-0.7193z" fill-rule="evenodd" transform="matrix(10.81 0 0 14.39 -842.28 -1054.2)" stroke-width="1pt"/> | |
<path id="zid_2270" d="m38.66-669.61v0.29 1.163c0.3308 1.406 0.3675 1.883 2.0347 2.035h4.0695 4.0695 4.0695c1.2785-0.12 1.1627-0.407 1.1627-1.744 0.1913-0.298-0.1467-1.228-0.5814-1.744-1.1495 0.408-1.4334 1.465-2.9068 1.744-1.6749 0-2.4619 0.018-3.1974-0.872-0.8359-0.541-0.9197-1.612-1.7441-0.582-0.9386 0.567-1.8147 0.872-3.4881 0.872-1.7759 0-1.8023-0.196-3.4881-1.162z" fill-rule="evenodd" transform="matrix(8.4681 0 0 10.301 240.03 6456.7)" stroke-width="1pt"/> | |
<path id="zid_2271" d="m42.73-676.01h0.2907c-0.9108 0-0.3681-0.062 1.1627 1.163 0.1229 0.696 0.2907 0.847 0.2907 1.744" transform="matrix(8.4681 0 0 10.301 238.56 6449.1)" stroke="#2b2b2b" stroke-width="1.1095" fill="none"/> | |
<path id="zid_2272" d="m42.439-673.68h-0.2907c0.0841 0.21 0.1473 1.314 0.2907 1.744 1.4528 0 0.7726-0.244 0-1.744z" fill-rule="evenodd" transform="matrix(21.986 0 0 13.678 -336.34 8719.8)" stroke-width="1.1095"/> | |
<path id="zid_2273" d="m49.415-673.97h-0.2906c0.8125 0 0.3801-0.036-1.1628 0.581-0.5569 0.786-1.3769 1.166-0.2906 2.035 1.2062 0.068 1.8146 0.29 3.1974 0.29v-2.034 2.034c0-0.678 0-1.356-1.4534-2.906z" fill-rule="evenodd" transform="matrix(5.3102 0 0 7.9857 382.26 4894.3)" stroke-width="1.5914"/> | |
<path id="zid_2274" d="m48.834-675.72h-0.2907c0.7844 0 0.3874-0.02-1.1627 0.29-0.3037 0.514-0.7368 1.051-1.1627 1.454" transform="matrix(8.4681 0 0 10.301 237.82 6449.1)" stroke="#2b2b2b" stroke-width="1.1095" fill="none"/> | |
</g> | |
<g id="zid_2275" stroke="#2b2b2b" stroke-width="1pt" transform="translate(-4255.5 -962.73)"> | |
<path id="zid_2276" d="m81.971 123.07c-0.6383 0-3.0226 0.044-4.3602-0.29-1.6347 0.06-1.956 0.533-3.1974 0.872-1.4283-0.053-2.1979-0.291-3.7788-0.291-1.1364-0.613-1.9319-1.105-3.4881-1.163-1.1597-0.156-2.2974-0.29-3.7788-0.29-1.6946 0.02-2.3073 0.525-3.4882 1.162-0.5413 0.796-1.2353 1.542-2.0347 2.326-0.6396 0.94-1.1996 1.342-2.3254 2.325-0.6169 0.907-1.2597 1.361-1.7441 2.907 0 1.34-0.0158 2.859 0.2907 3.779 0.1905 1.409 0.5356 2.117 0.5814 3.778 0 1.527-0.1013 2.769-0.5814 4.07-0.3207 1.443-0.8731 2.345-1.4534 3.779-0.3049 0.915-0.4908 2.511-0.5813 3.779 0.2133 1.214 0.7992 2.39 1.1627 3.778 0.3514 1.406 0.6363 2.617 1.1627 3.488 0.3387 1.121 0.8429 1.017 0.872 2.616 0 1.578 0.2723 2.254 0.2907 3.779 0.434 0.868 0.6407 2.289 0.872 3.488 0.6913 0.84 0.8647 1.729 2.0348 2.326 0.2498-1.399 0.4812-2.477 0.5813-3.779 0.1679-0.94 0.2197-2.595 0.5814-3.197 0.3173 1.163 0.8453 1.743 1.1627 2.906 0.5559 0.673 1.0347 1.98 1.4533 2.907 0.597 0.163 0.5814-0.055 0.5814-1.163 0.3422-1.026 0.5343-2.213 0.872-3.488v-1.162c0.7189 0.828 1.2109 1.966 1.7441 2.906 0.5462 0.804 1.1071 1.63 2.0347 2.326 1.3979 0.329 1.1627 0.002 1.1627-1.454v-4.069c0.0606 1.635 0.5335 1.956 0.8721 3.197 0.682 0.682 1.0047 1.269 2.3254 1.454 0.5743-0.933 1.1736-1.425 1.744-2.616 0-1.603 0.1256-2.526 0.5814-3.488 0.8656-1.074 1.2522-1.46 2.3254-2.326 1.1324-1.01 2.2106-2.012 3.4881-2.616 0.7152-1.031 1.5618-1.705 2.6161-2.616 1.1817-1.095 2.1776-2.384 2.9068-3.779 0.8468-0.847 1.6221-2.283 2.0347-3.779 0.7745-1.214 1.026-2.623 1.1627-4.36 0.6214-1.418 1.1567-2.802 1.4534-4.36 0-1.563-0.1253-2.846-0.2906-4.069-0.7201-1.21-1.1969-2.684-1.7441-3.489-0.3433-1.076-1.1643-2.38-1.4534-3.488-0.7454-1.395-0.6723-1.87-2.6161-2.034-0.9137 0-0.7837-0.113-2.0347-0.582z" fill-rule="evenodd" fill-opacity=".99608" transform="matrix(7.3319 0 0 9.2267 -349.45 -896)" fill="#d40f0f"/> | |
<path id="zid_2277" d="m55.519 129.46v0.291c0-0.785-0.019-0.386 0.2907 1.162 0.1567 1.16 0.2906 2.298 0.2906 3.779 0 1.482 0.134 2.619 0.2907 3.779 0.1447 1.206 0.4033 1.857 1.4534 2.616" transform="matrix(7.3319 0 0 9.2267 -349.45 -896)" fill="none"/> | |
<path id="zid_2278" d="m58.426 136.44c0.205 0 0.313 0.895 0.872 1.454 0.2939 1.078 0.82 2.19 1.4534 3.488 0.2863 1.485 0.6928 2.205 1.1627 3.197 0.2728 0.682 0.3765 1.567 0.872 2.035v-4.069-4.07c-0.2657-1.488-0.5699-2.419-0.872-3.779v-1.744" transform="matrix(7.3319 0 0 9.2267 -349.45 -896)" fill="none"/> | |
<path id="zid_2279" d="m63.949 137.31c0.0545 0.6 0.4479 2.522 0.872 3.489 0.3881 1.018 0.8516 2.212 1.4534 2.906 0.1228 0.696 0.4168 1.044 0.8721 1.744 1.0033-0.809 1.76-1.455 2.0347-2.906 0.4401-1.027 0.7723-2.192 0.872-3.489 0.1033-1.446 0.4185-2.573 0.5814-3.778 0-1.524-0.0016-2.636-0.5814-3.488l0.5814 3.488c0-1.524-0.0016-2.636-0.5814-3.488" transform="matrix(7.3319 0 0 9.2267 -349.45 -896)" fill="none"/> | |
<path id="zid_2280" d="m71.506 139.35v0.291c0-0.785-0.0189-0.386 0.2907 1.163 0.2093 0.962 0.2907 2.156 0.2907 3.488-0.3157 0.21-0.4347 0.82-0.5814 1.162" transform="matrix(7.3319 0 0 9.2267 -349.45 -896)" fill="none"/> | |
<path id="zid_2281" d="m74.123 134.99v0.291 1.162c0 1.271 0.1204 2.957-0.2907 3.779 0 1.482-0.1339 2.619-0.2907 3.779 0.3837 1.918 0.7069-0.112 0.8721-0.872 0.349-0.916 0.7158-2.434 1.1627-3.198 0.1807-1.517 0.5265-2.299 0.5813-3.778 0.2944-1.178 0.2907-2.443 0.2907-3.779" transform="matrix(7.3319 0 0 9.2267 -349.45 -896)" fill="none"/> | |
<path id="zid_2282" d="m78.192 128.88c0.1012 0 0.8787 0.73 1.744 1.163 0.202 1.34 0.6846 1.809 0.8721 3.197v1.453" transform="matrix(7.3319 0 0 9.2267 -349.45 -896)" fill="none"/> | |
<path id="zid_2283" d="m77.901 126.85c0.3731 0.156 1.7289 1.101 2.3254 1.453 0.7974 0.08 1.0787 0.116 1.1627 0.872" transform="matrix(7.3319 0 0 9.2267 -349.45 -896)" fill="none"/> | |
<path id="zid_2284" d="m77.611 125.1h0.2907 1.1627c0.6964 0.077 0.6348 0.291 1.4534 0.291" transform="matrix(7.3319 0 0 9.2267 -349.45 -896)" fill="none"/> | |
</g> | |
<g id="zid_2285" fill-opacity=".99608" fill-rule="evenodd" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1852.4)" stroke="#2b2b2b" stroke-width="1pt" fill="#d30f0f"> | |
<path id="zid_2286" d="m186.32 126.27h-0.291-1.163c-1.3 0.238-1.723 0.858-2.325 1.744l2.325-1.744c-1.3 0.238-1.723 0.858-2.325 1.744"/> | |
<path id="zid_2287" d="m186.9 124.52c-0.097-0.097-0.194-0.194-0.29-0.291 0.64 0.64 0.424 0.317-1.163 0-0.972-0.201-1.063-0.201-2.035 0"/> | |
<path id="zid_2288" d="m184.29 122.49h0.291 1.163c1.759 0.141 3.182 0.56 4.941 0.581 1.466 0 2.728-0.131 4.069-0.29 0.823-0.412 2.509-0.291 3.779-0.291 1.655 0 2.413 0.177 3.779 0.581 0.994 0.259 2.576 0.772 3.488 1.163 0.958 0.453 1.866 0.78 2.907 1.453 1.113 0.755 1.392 1.239 1.453 2.907-0.155 1.15-0.344 2.453-0.581 3.779 0.102 1.433 0.415 2.669 0.581 4.069 0.315 1.26 0.291 2.648 0.291 4.07-0.223 1.077-0.694 0.997-1.163 2.035 0.819 0.54 1.822 1.584 2.326 2.325 0.243 1.364 0.529 2.611 0.581 4.069 0 1.631-0.038 2.532-0.581 3.779-0.379 1.406-0.832 1.999-1.163 3.488-0.249 1.145-0.729 2.315-1.163 3.198-0.481 0.707-0.812 2.278-1.162 3.197-0.182 1.384-0.627 2.701-1.163 3.488-0.296 1.085-0.443 1.898-1.453 2.326-0.865-0.216-0.582-0.776-0.582-1.744 0.207-1.159 0.326-2.016 0-2.907-0.951-0.224-1.015 0.454-1.453 1.744-0.617 0.663-0.654 1.518-1.454 2.035-0.992 1.201-1.342 0.777-2.034-0.872 0-1.545-0.191-2.479-0.291-3.779-0.156-1.876-0.337 1.047-0.581 1.453-0.329 1.48-0.835 1.993-1.163 3.198-1.195 0.437-1.654 0.426-1.744-1.163 0.232-1.299 0.291-2.623 0.291-4.069-0.73-0.842-0.783-0.179-1.163 0.581-0.064 1.721-0.497 1.928-1.163 2.907-0.971 0.574-0.747 0.582-1.163-0.872-0.462-1.102-0.803-1.518-1.744-2.035-0.835-0.724-1.549-0.872-3.197-0.872-1.519-0.056-2.259-0.552-3.488-0.872-1.16-0.332-2.288-0.587-2.907-1.163-0.552-0.812-1.348-1.857-2.035-3.197-0.749-1.368-1.105-2.227-1.162-3.779-0.25-1.396-0.414-2.935-0.582-4.36-0.329-1.977-0.816-4.129-1.162-6.104-0.501-1.557-0.988-2.929-1.163-4.651-0.578-1.277-0.896-2.666-1.163-4.07 0-1.34-0.016-2.859 0.291-3.778 0.554-1.075 1.189-1.801 1.744-2.617 0.818-1.014 1.358-1.754 2.616-2.616 0.649-0.775 1.93-1.303 2.907-1.744 0.657-0.281 1.104-0.366 2.325-0.581z"/> | |
<path id="zid_2289" d="m187.2 129.46v0.291c0-0.856 0.083-0.341-1.453 0.581-0.794 0.756-1.504 1.015-2.326 2.035-0.186 0.435-0.557 0.791 0 1.163"/> | |
<path id="zid_2290" d="m186.9 132.66v0.29c0-0.784-0.019-0.386 0.291 1.163 0.051 1.377 0.291 2 0.291 3.488-0.535 0.891-0.221 2.137 0.29 3.198 0.456 1.269 1.035 2.151 1.454 3.197 0.62 0.207 0.29-0.223 0.29-1.163-0.376-1.129-0.224-2.592 0-4.069v-3.488"/> | |
<path id="zid_2291" d="m194.75 132.08h-0.29c0.812 0 0.326-0.089-0.291 1.454v4.069c-0.306 0.92-0.291 2.439-0.291 3.779-0.309 1.425-0.515 1.846 1.163 2.325 0.438 0.677 1.016 1.068 1.454 1.744 0.552-1.363 1.137-2.596 1.453-4.069 0.465-0.84 0.654-2.561 0.872-3.779 0.479-0.582 1.085-1.656 1.453-2.325"/> | |
<path id="zid_2292" d="m202.31 132.37v0.291c0-0.785-0.019-0.386 0.291 1.162 0.022 1.271 0.29 2.194 0.29 3.488-0.572 0.843-0.653 2.029-1.162 3.198-0.509 1.379-0.853 2.446-0.872 4.069 0 0.976-0.26 2.032 0.581 1.454 0.598-1.287 1.107-2.683 1.453-4.07 0.639-1.262 0.993-2.224 1.454-3.197 0.152-1.278 0.18-2.867 0.581-4.07l-0.581 4.07c0.152-1.278 0.18-2.867 0.581-4.07"/> | |
<path id="zid_2293" d="m209.29 130.34c-0.097 0.097-0.193 0.194-0.29 0.291 0.573-0.573 0.324-0.424 0 0.872 0 1.336 0.15 3.187-0.291 4.069-0.206 1.73-0.456 2.275-1.453 3.488-0.202 0.505-0.58 1.259-0.872 1.454"/> | |
<path id="zid_2294" d="m192.72 140.22v0.291c0-0.785 0.019-0.386-0.291 1.163-0.555 0.64-1.384 1.872-1.744 2.906-0.239 0.08-0.79 0.291-0.291 0.291"/> | |
<path id="zid_2295" d="m191.85 143.42h0.29c-0.812 0-0.327-0.091 0.291 1.453 0.233 0.932 0.639 0.812 0.872 1.744"/> | |
</g> | |
<path id="zid_2296" d="m77.32 201.26c-0.2746 0-0.1655 0.743-0.2906 1.744v4.07c0.1885 1.439 0.6832 2.802 1.4534 3.488 0.463 0.463 1.4428 1.204 2.0347 1.744 0-1.544 0.1907-2.479 0.2907-3.779 0.4864-0.831 0.6366-2.133 1.1627-2.907 0.1282-1.667 0.7295-1.681 1.1627-3.197 0.4971-0.723-0.534-0.786-1.4534-0.872-1.0854-0.255-2.1038-0.617-2.9068-1.163l2.9068 1.163c-1.0854-0.255-2.1038-0.617-4.3602-0.291z" fill-opacity=".99608" fill-rule="evenodd" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#000" stroke-width="1pt" fill="#000f0f"/> | |
<path id="zid_2297" d="m92.435 200.68h-0.2906c0.8555 0 0.3411-0.084-0.5814 1.453 0 1.41 0.0671 2.751 0.2907 3.779 0.6 0.726 0.8121 1.919 1.1627 2.907 0.5201 0.32 0.844-0.467 1.1627-1.163 0.5886-1.454 1.2496-2.135 1.4534-3.488 0.3194-1.171 0.8676-1.652 1.1627-2.907-0.6177-1.29-0.9441-1.849-2.6161-2.034-0.7302 0.73-0.1798 0.202-1.7441 1.453z" fill-opacity=".99608" fill-rule="evenodd" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#000" stroke-width="1pt" fill="#000f0f"/> | |
<path id="zid_2298" d="m168.59 200.39h0.29c-0.157 0.421-0.29 1.73-0.29 2.616-0.217 1.216-0.45 2.289 0 3.489 0.834 0.367 1.373 0.644 1.744 1.453 0.679 0.572 0.829 0.87 0.872-0.581 0.63-1.388 0.928-1.736 1.744-2.907 0.577-0.987 0.801-1.656 0.581-3.198-0.751-1.522-1.176-1.701-2.907-2.034-1.823 0-1.797 1.361-2.325 2.616" fill-opacity=".99608" fill-rule="evenodd" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#000" stroke-width="1pt" fill="#000f0f"/> | |
<path id="zid_2299" d="m182.84 202.13h-0.291c0.233 0.608 0.581 1.864 0.581 2.907 0.232 1.299 0.291 2.624 0.291 4.07-0.173 1.155-0.465 1.162 0.872 1.162 0.544-1.295 0.973-2.269 1.744-2.906 0.372-1.222 0.815-1.956 0.872-3.489 0-1.2 0.09-2.727-0.29-3.488-2.109 0-2.041 0.291-3.779 1.744z" fill-opacity=".99608" fill-rule="evenodd" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#000" stroke-width="1pt" fill="#000f0f"/> | |
<path id="zid_2300" d="m195.63 195.74h-0.291c0.812 0 0.38-0.035-1.163 0.582-0.72 0.943-1.826 1.415-1.453 2.907 1.453 0.49 2.267 0.848 2.907 1.744 0.925 0.508 1.596 0.891 2.034 1.744 0.531 0.353 0.84 0.906 1.163 1.453-0.174-1.463-0.479-2.444-0.581-3.779-0.02-1.646-0.31-2.235-0.872-3.197-0.118-1.055-0.425-0.815-1.744-1.454z" fill-opacity=".99608" fill-rule="evenodd" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#000" stroke-width="1pt" fill="#000f0f"/> | |
<path id="zid_2301" d="m197.66 189.92h-0.29c0.855 0 0.373-0.05-1.163 0.872-0.651 1.176-0.667 2.169-0.291 3.197 1.424 0.212 1.995 0.83 2.616 1.744 0.867 0.867 1.468 1.452 2.326 2.035-0.622-1.059-1.178-2.025-1.454-3.197-0.048-1.293-0.259-2.233-0.581-3.198l0.581 3.198c-0.048-1.293-0.259-2.233-1.744-4.651z" fill-opacity=".99608" fill-rule="evenodd" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#000" stroke-width="1pt" fill="#000f0f"/> | |
<path id="zid_2302" d="m69.472 195.74c-0.0976 0-0.9313 0.537-1.4534 1.163-1.4139 0.78-2.1749 1.229-2.3254 2.907-0.051 1.377-0.2907 2-0.2907 3.488 0.4117 0.412 0.0747 1.669 0.5813 1.163 0.8863-0.975 1.3419-1.861 2.3255-2.616 0.6587-0.628 1.8806-1.288 2.9067-1.744 1.6261-0.473 1.4994-0.313 0.5814-1.744-0.5172-0.876-1.1991-1.351-2.3254-2.617z" fill-opacity=".99608" fill-rule="evenodd" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#000" stroke-width="1pt" fill="#000f0f"/> | |
<path id="zid_2303" d="m67.437 190.22h-0.2906c0.8557 0 0.3734-0.05-1.1628 0.872-0.7275 0.909-1.626 1.173-2.0347 2.325-0.6768 0.819-0.8534 1.654-0.872 3.197 0.0268 0.941 0.1811 1.826 0.5813 2.326 0.3882-1.094 0.8609-1.739 2.0348-2.326 0.7221-0.467 0.9188-1.093 1.744-1.453 0.5985-0.256 1.2608-0.101 1.4534-0.872-0.1909-1.782-0.7281-2.304-1.4534-4.069z" fill-opacity=".99608" fill-rule="evenodd" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#000" stroke-width="1pt" fill="#000f0f"/> | |
<path id="zid_2304" d="m89.819 181.2v0.29c0-0.855 0.0498-0.374-0.8721 1.163-1.0138 0.405-1.9066 0.581-3.4881 0.581-0.8806 0.661-1.4568 0.457-2.0347 1.744-0.7788 0.817-1.136 1.269-2.3255 1.745-1.3401 0-2.8593 0.015-3.7788-0.291-0.9757-0.527-2.3712-0.92-3.4881-1.163-1.5775 0.019-2.3665 0.391-3.4881 0.872-1.2009 0.283-1.9544 0.653-2.6161 1.454-0.7817 0.312-0.7816 0.779-0.872 1.744 0.4149 0.691 0.0367 1.069 0.872 1.162 0.465 0.569 0.5814 0.589 0.5814 1.744 0.312 1.249 0.2692 2.821 0.5813 4.07 0.6697 1.595 1.1763 1.722 2.3254 2.616 0.9972 0.472 1.71 0.929 2.9068 1.453 1.0703 0.55 2.3573 0.627 3.4881 0.872 0.9292 1.097 1.5245 1.532 2.9068 2.035 1.4261-0.215 1.6487-0.82 2.9068-1.163 0.491-0.491 1.2548-0.089 1.744-0.872 0.4266-0.823 0.6157-2.682 1.1627-3.488 0.6379-1.294 1.5127-1.95 2.9068-2.325 0.7653-0.574 1.6491-0.645 2.6161-0.291-0.064 1.726-0.6156 1.797-0.872 3.198-0.4984 0.922-0.8181 1.737-0.2907 2.616 1.2152 0.405 2.6786 0.29 4.0695 0.29 1.8761-0.316 2.0122-0.745 2.0347-2.616-0.2769-1.177-0.6968-1.901-0.872-3.197 0-0.898-0.0746-1.839 0.2906-2.326 0.6075 0.223 2.0087 0.359 2.6161 0.582 0.4973 0.994 0.9199 1.252 2.0349 0.872 0.353-0.55 0.893-0.953 1.163-1.454 0.294 0.8 0.865 1.516 1.453 1.163 0.613-1.28 1.039-1.684 2.325-2.035 1.231-0.267 2.04-0.629 2.907-1.162 0.88-0.542 1.427-1.245 2.326-1.744 0.616-0.962 1.241-1.601 1.453-3.198 0-1.711-0.346-2.841-0.581-4.36-0.648-1.017-0.967-2.114-2.035-2.907-0.847-0.508-2.038-0.124-3.198 0-1.3-0.1-2.234-0.29-3.778-0.29-1.491 0-2.639 0.239-4.0699 0.29h-4.0694c-1.6869 0-2.571 0.236-3.7788 0.872-0.8557 0-0.241-0.083-1.1627 1.454z" fill-rule="evenodd" fill-opacity=".99608" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#2b2b2b" stroke-width="1pt" fill="#d40f0f"/> | |
<path id="zid_2305" d="m157.55 191.67c0.499 0.125 1.824 0.771 2.907 0.872 1.127 0.059 0.872 0.365 0.872 1.453 0.417 0.239 0.822 0.911 1.453 1.163 0.232-0.43 0.702-1.099 1.163-1.453 0.269 0.627 0.575 1.305 1.453 1.744 0.737-1.398 0.674-1.721 2.616-1.744 1.222 1.159 0.858 2.235 0 3.197-0.428 1.239-0.61 2.314-0.872 3.779 0.569 0.705 1.325 0.581 2.616 0.581 0.872-0.522 2.009-0.274 2.616 0.291 1.745-0.087 1.681-0.317 1.744-2.035v-4.069c0.643-0.643 1.335-0.816 2.035-0.291 0.726 0.6 1.075 1.992 1.744 2.907 0.099 1.278 0.257 2.453 0.872 3.197 0.656 1.369 0.87 1.68 2.616 1.744 1.522-0.018 2.365-0.228 3.779-0.581 1.301-0.238 1.724-0.859 2.326-1.744 1.439-0.387 1.842-0.811 3.488-0.872 1.497-0.333 1.958-0.87 2.906-1.453 0.626-0.723 0.904-1.807 1.454-2.617 0.435-1.086 0.963-1.585 1.163-2.906 0.119-1.548 0.746-1.911 1.162-3.198 0.258-1.029-0.256-1.678-1.162-2.325-0.746-0.647-1.834-0.805-2.907-1.163h-4.07-4.069c-1.483 0-2.683-0.191-4.07-0.291-1.172-0.676-1.724-1.124-2.616-2.034-1.261-0.188-2.458-0.898-3.488-1.454-0.821-1.018-1.632-1.195-2.325-2.034-1.183-0.502-1.789-1.153-3.198-1.744-1.199-0.641-1.873-0.971-3.488-1.163-1.387-0.099-2.587-0.291-4.069-0.291-1.675 0-2.583 0.491-3.779 0.872-1.009 1.066-1.767 1.154-2.035 2.616-0.411 0.823-0.291 2.508-0.291 3.779 0.292 1.363 0.874 2.669 1.163 3.779 0.115 1.224 0.291 1.869 0.291 3.488z" fill-rule="evenodd" fill-opacity=".99608" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#2b2b2b" stroke-width="1pt" fill="#d40f0f"/> | |
<path id="zid_2306" d="m82.843 189.92c-0.6326-0.093-2.8467-0.291-4.3601-0.291-1.1659 0.254-2.0764 0.529-3.4882 0.582-1.0692 0.251-2.1821 0.564-2.9067 1.162-0.9763 0.092-1.2811 0.403-2.3255 0.582" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2307" d="m83.134 192.54h-0.2907c0.8557 0 0.3734-0.05-1.1627 0.872-1.1538 1.008-1.9572 1.514-2.6161 2.907-0.789 0.657-1.01 1.241-2.0347 1.453-0.608 0.646-1.2172 1.217-1.7441 1.744" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2308" d="m181.09 193.41h0.29c-0.812 0-0.38-0.036 1.163 0.581 1.216 1.062 1.267 1.595 2.907 1.744 1.532 0.558 1.696 0.89 2.325 2.326 0.212 0.493 0.291 0.915 0.291 1.744" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<path id="zid_2309" d="m181.67 189.63c0.468 0.18 2.119 1.062 3.197 1.163 1.16 0.157 2.298 0.291 3.779 0.291 1.369 0.185 2.076 0.618 3.488 1.162h2.326" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/> | |
<g id="zid_2310" transform="matrix(.89560 0 0 .96835 -4129.7 -983.53)"> | |
<path id="zid_2311" d="m520.83-116.93c-1.257 33.442-9.085 53.149-35.434 53.149-17.716 0-35.764-15.68-35.433-35.433 0.332-19.753 22.568-20.962 37.859-19.339 5.425-16.094-20.142-33.81-91.008-33.81-70.164-0.924-124.67 73.273-216.75 70.866-92.078-2.407-132.95-114.03-115.44-141.73-6.861 24.66-22.32 39.976-29.182 64.637-6.861 24.66 24.578 59.012 17.716 83.672-6.861 24.66-52.021 39.629-58.882 64.289s-5.1233 58.664-11.984 83.324c0-17.717 31.404-59.727 73.414-59.727 35.433 0 152.45-27.033 159.45 265.75 0 230.52-140.57 239.62-185.51 223.26-0.11 27.793 15.589 114.18 87.422 202.59 77.143 88.58 166.25 100.95 183.74 99.72-8.221-24.66-42.01-53.15-10.087-53.47 21.226 0.32 27.953 46.05 27.953 46.05s34.536-26.24 46.041-13.16c11.109 20.58-35.051 38.3-35.051 38.3s23.432 55.77 53.15 88.58c35.434 46.82 86.746 62.39 106.3 63.02 9.501 0.31 27.872 7.8 27.211 25.57-1.315 35.376-1.273 52.466-18.419 53.146h127.47c-17.146-0.68-17.104-17.77-18.419-53.146-0.661-17.77 17.71-25.26 27.211-25.57 19.554-0.63 70.866-16.2 106.3-63.02 29.718-32.81 53.15-88.58 53.15-88.58s-46.16-17.72-35.051-38.3c11.505-13.08 46.041 13.16 46.041 13.16s6.727-45.73 27.953-46.05c31.923 0.32-1.866 28.81-10.087 53.47 17.494 1.23 106.6-11.14 183.75-99.72 71.83-88.41 87.53-174.8 87.42-202.59-44.95 16.356-185.52 7.256-185.52-223.26 6.996-292.78 124.02-265.75 159.45-265.75 42.01 0 73.42 42.01 73.42 59.727 0 4.4171 4.05-25.159-3.67-52.074-7.72-26.914-46.31-46.305-56.6-84.4-10.29-38.094 7.72-94.892 0-124.02-7.72-29.123-22.06-35.433-22.06-35.433 17.5 27.695-23.37 139.32-115.45 141.73-92.082 2.4075-146.59-71.79-216.75-70.866-70.866 0-96.433 17.716-91.008 33.81 15.291-1.623 37.527-0.414 37.859 19.339 0.331 19.753-17.717 35.433-35.433 35.433-26.349 0-34.177-19.708-35.434-53.149h-81.601z" fill-rule="evenodd" transform="matrix(1 0 0 .92685 0 76.981)" stroke-width="1.25" fill="#0068bd"/> | |
<g id="zid_2312" stroke="#000" transform="matrix(1 0 0 .92685 0 76.981)"> | |
<path id="zid_2313" d="m215.15 278.72c0 230.52-140.57 239.62-185.51 223.26-0.11 27.793 15.589 114.18 87.422 202.59 77.143 88.58 166.25 100.95 183.74 99.72-8.221-24.66-42.01-53.15-10.087-53.47 21.226 0.32 27.953 46.05 27.953 46.05s34.536-26.24 46.041-13.16c11.109 20.58-35.051 38.3-35.051 38.3s23.432 55.77 53.15 88.58c35.434 46.82 86.746 62.39 106.3 63.02 9.501 0.31 27.872 7.8 27.211 25.57-1.315 35.376-1.273 52.466-18.419 53.146h127.47c-17.146-0.68-17.104-17.77-18.419-53.146-0.661-17.77 17.71-25.26 27.211-25.57 19.554-0.63 70.866-16.2 106.3-63.02 29.718-32.81 53.15-88.58 53.15-88.58s-46.16-17.72-35.051-38.3c11.505-13.08 46.041 13.16 46.041 13.16s6.727-45.73 27.953-46.05c31.923 0.32-1.866 28.81-10.087 53.47 17.494 1.23 106.6-11.14 183.75-99.72 71.83-88.41 87.53-174.8 87.42-202.59-44.95 16.356-176.21 16.558-176.21-213.96-2.107-9.149-2.776-27.288-4.275-35.824-1.499-8.535-35.472 26.766-38.855 26.587-11.423-0.359-46.732-32.686-71.856-37.071-11.852-1.893-50.628 33.305-60.175 33.994-12.495 0.726-28.51-35.973-55.13-32.205-19.595 3.103-35.643 36.54-40.445 31.758-12.349-12.298-25.95-20.022-41.7-22.942-23.548-2.04-36.935 16.411-49.59 31.592-0.443-12.395-17.165-24.791-36.213-23.234-13.7-139.99-122.91-282.93-131.79-287.41-6.593-2.6371-4.078 13.602-6.117 20.403-16.619-4.5614-33.238-9.1227-49.858-13.684-3.181 8.0845-1.712 16.169-9.545 24.254-19.861-14.947-30.421-43.847-45.631-44.842-5.423 17.81-1.544 54.223-2.316 81.335-12.574-8.3649-25.149-16.73-37.724-25.095-1.01 8.8471-2.02 17.694-3.031 26.541-1.214 10.631-51.204-28.6-61.016-28.856-9.811-0.2551-21.479 27.453-30.295 27.304-8.817-0.1491 56.995 42.98 73.293 238.09z" fill-rule="evenodd" stroke-width="1.25" fill="#e8e1cb"/> | |
<path id="zid_2314" d="m199.99 175.68s23.255-32.556 51.16-27.905c27.905 4.65 58.135 106.97 58.135 106.97" stroke-width="1pt" fill="none"/> | |
<path id="zid_2315" d="m279.05 40.803c0 4.6508 18.603 79.065 34.881 102.32 16.278 23.254 53.485 41.857 72.088 69.762 18.604 27.906 27.905 104.64 27.905 104.64" stroke-width="1pt" fill="none"/> | |
<path id="zid_2316" d="m320.91 5.9218s6.977 37.207 18.604 65.112 39.532 37.206 53.484 60.461c13.953 23.254 23.255 69.762 23.255 69.762" stroke-width="1pt" fill="none"/> | |
<path id="zid_2317" d="m211.61 336.13s32.555-4.651 60.46 32.556c27.906 37.207 32.556 86.04 32.556 86.04" stroke-width="1pt" fill="none"/> | |
<path id="zid_2318" d="m813.9 284.97s20.929-2.326 34.881 13.952c13.953 16.278 11.627 27.905 9.302 27.905" stroke-width="1pt" fill="none"/> | |
<path id="zid_2319" d="m811.57 308.23s18.603 0 25.579 4.651c6.977 4.651 9.302 27.905 9.302 27.905" stroke-width="1pt" fill="none"/> | |
<path id="zid_2320" d="m799.95 331.48c2.325 0 16.278-13.952 25.579-9.302 9.302 4.651 11.627 30.231 11.627 30.231" stroke-width="1pt" fill="none"/> | |
<path id="zid_2321" d="m788.32 343.11s16.278-2.325 25.58 4.651 6.976 18.603 6.976 18.603" stroke-width="1pt" fill="none"/> | |
<path id="zid_2322" d="m741.81 343.11c2.325 0 30.23 9.302 41.858 20.929 11.627 11.627 9.301 37.207 9.301 37.207" stroke-width="1pt" fill="none"/> | |
<path id="zid_2323" d="m874.36 357.06s6.976-4.651 23.254 9.301c16.278 13.953 18.604 30.231 18.604 30.231" stroke-width="1pt" fill="none"/> | |
<path id="zid_2324" d="m872.03 382.64s18.603 2.326 27.905 9.302c9.301 6.976 23.254 23.254 23.254 23.254" stroke-width="1pt" fill="none"/> | |
<path id="zid_2325" d="m865.06 412.87s23.255-9.302 32.556-4.651c9.302 4.651 25.58 18.603 25.58 18.603" stroke-width="1pt" fill="none"/> | |
</g> | |
<g id="zid_2326" stroke-width="1pt" transform="matrix(.54483 -.22219 .23288 .49056 695.97 290.53)"> | |
<path id="zid_2327" d="m-301.18-134.65v442.91h17.716v-442.91l-8.858-35.433-8.858 35.433z" fill-rule="evenodd" transform="translate(-248.03 -.00041199)" stroke="#000" fill="#b03f00"/> | |
<path id="zid_2328" d="m-301.18-134.65v407.48h17.716v-407.48l-8.858-35.433-8.858 35.433z" fill-rule="evenodd" transform="translate(35.433 -.00041199)" stroke="#000" fill="#b03f00"/> | |
<g id="zid_2329" stroke="#000" fill="none"> | |
<path id="zid_2330" d="m-283.46-99.213 17.717 336.61" transform="matrix(1 0 0 1.1905 35.433 18.898)"/> | |
<path id="zid_2331" d="m-318.9-99.212 53.151 336.61" transform="matrix(1 0 0 1.1905 70.867 18.897)"/> | |
<path id="zid_2332" d="m-354.33-99.212 88.584 336.61" transform="matrix(1 0 0 1.1905 106.3 18.897)"/> | |
<path id="zid_2333" d="m-389.76-99.212 124.01 336.61" transform="matrix(1 0 0 1.1905 141.73 18.897)"/> | |
<path id="zid_2334" d="m-283.46-99.213 17.717 336.61" transform="matrix(-1 0 0 1.1905 -549.21 18.898)"/> | |
<path id="zid_2335" d="m-318.9-99.212 53.151 336.61" transform="matrix(-1 0 0 1.1905 -584.65 18.897)"/> | |
<path id="zid_2336" d="m-354.33-99.212 88.584 336.61" transform="matrix(-1 0 0 1.1905 -620.08 18.897)"/> | |
<path id="zid_2337" d="m-389.76-99.212 124.01 336.61" transform="matrix(-1 0 0 1.1905 -655.51 18.897)"/> | |
<path id="zid_2338" d="m-407.48-99.212 177.16 354.33" transform="matrix(-1 0 0 1.1905 -673.23 18.897)"/> | |
<path id="zid_2339" d="m-407.48-99.212 177.16 354.33" transform="matrix(1 0 0 1.1905 159.45 18.897)"/> | |
<path id="zid_2340" d="m-407.48 184.25h301.18" transform="matrix(1 0 0 1.1905 0 18.898)"/> | |
<path id="zid_2341" d="m-124.02 148.82h-265.75" transform="matrix(1 0 0 1.1905 0 18.898)"/> | |
<path id="zid_2342" d="m-372.05 113.39h230.32" transform="matrix(1 0 0 1.1905 0 18.898)"/> | |
<path id="zid_2343" d="m-159.45 77.953h-194.88" transform="matrix(1 0 0 1.1905 0 18.898)"/> | |
<path id="zid_2344" d="m-336.61 42.52c0 0.5813 159.45 0 159.45 0" transform="matrix(1 0 0 1.1905 0 18.898)"/> | |
<path id="zid_2345" d="m-194.88 7.0866h-124.02" transform="matrix(1 0 0 1.1905 0 18.898)"/> | |
<path id="zid_2346" d="m-301.18-28.346c0.581 0 89.343 0.0344 88.583 0" transform="matrix(1 0 0 1.1905 0 18.898)"/> | |
<path id="zid_2347" d="m-283.46-63.78h53.15" transform="matrix(1 0 0 1.1905 0 18.898)"/> | |
<path id="zid_2348" d="m-283.46-99.213 17.717 336.61" transform="matrix(1 0 0 1.1905 -248.03 39.989)"/> | |
<path id="zid_2349" d="m-318.9-99.212 53.151 336.61" transform="matrix(1 0 0 1.1905 -212.6 39.988)"/> | |
<path id="zid_2350" d="m-354.33-99.212 88.584 336.61" transform="matrix(1 0 0 1.1905 -177.16 39.988)"/> | |
<path id="zid_2351" d="m-389.76-99.212 124.01 336.61" transform="matrix(1 0 0 1.1905 -141.73 39.988)"/> | |
<path id="zid_2352" d="m-283.46-99.213 17.717 336.61" transform="matrix(-1 0 0 1.1905 -832.68 39.989)"/> | |
<path id="zid_2353" d="m-318.9-99.212 53.151 336.61" transform="matrix(-1 0 0 1.1905 -868.11 39.988)"/> | |
<path id="zid_2354" d="m-354.33-99.212 88.584 336.61" transform="matrix(-1 0 0 1.1905 -903.54 39.988)"/> | |
<path id="zid_2355" d="m-389.76-99.212 124.01 336.61" transform="matrix(-1 0 0 1.1905 -938.98 39.988)"/> | |
<path id="zid_2356" d="m-407.48-99.212 177.16 354.33" transform="matrix(-1 0 0 1.1905 -956.69 39.989)"/> | |
<path id="zid_2357" d="m-407.48-99.212 177.16 354.33" transform="matrix(1 0 0 1.1905 -124.02 39.989)"/> | |
<path id="zid_2358" d="m-407.48 184.25h301.18" transform="matrix(1 0 0 1.1905 -283.46 39.989)"/> | |
<path id="zid_2359" d="m-124.02 148.82h-265.75" transform="matrix(1 0 0 1.1905 -283.46 39.989)"/> | |
<path id="zid_2360" d="m-372.05 113.39h230.32" transform="matrix(1 0 0 1.1905 -283.46 39.989)"/> | |
<path id="zid_2361" d="m-159.45 77.953h-194.88" transform="matrix(1 0 0 1.1905 -283.46 39.989)"/> | |
<path id="zid_2362" d="m-336.61 42.52c0 0.5813 159.45 0 159.45 0" transform="matrix(1 0 0 1.1905 -283.46 39.989)"/> | |
<path id="zid_2363" d="m-194.88 7.0866h-124.02" transform="matrix(1 0 0 1.1905 -283.46 39.989)"/> | |
<path id="zid_2364" d="m-301.18-28.346c0.581 0 89.343 0.0344 88.583 0" transform="matrix(1 0 0 1.1905 -283.46 39.989)"/> | |
<path id="zid_2365" d="m-283.46-63.78h53.15" transform="matrix(1 0 0 1.1905 -283.46 39.989)"/> | |
</g> | |
<g id="zid_2366" fill-rule="evenodd" stroke="#000" fill="#b03f00"> | |
<path id="zid_2367" d="m-407.48 237.4h372.05v53.149l17.717 17.717h-17.717v35.433h17.717l-17.717 17.716 53.15 70.866-106.3 212.6h-566.93v-283.46h88.583v-70.866h53.149l106.3-53.149z"/> | |
<path id="zid_2368" d="m-566.93 361.42h531.5"/> | |
<path id="zid_2369" d="m-566.93 361.42h531.5" transform="translate(.000030994 -17.716)"/> | |
<path id="zid_2370" d="m-566.93 361.42h531.5" transform="translate(-.00011444 -53.15)"/> | |
<path id="zid_2371" d="m-566.93 361.42h531.5" transform="matrix(.9 0 0 1 -3.5433 -70.866)"/> | |
<path id="zid_2372" d="m-35.433 361.42l-141.73 283.46"/> | |
<path id="zid_2373" d="m-407.48 272.84h230.32"/> | |
<path id="zid_2374" d="m-442.91 255.12c34.35 1.539 407.48 0 407.48 0"/> | |
<path id="zid_2375" d="m-53.15 255.12-17.716 35.433"/> | |
<path id="zid_2376" d="m-70.866 308.27s-17.717 35.433-17.717 35.433"/> | |
<path id="zid_2377" d="m-230.32 308.27-17.716 35.433"/> | |
<path id="zid_2378" d="m-212.6 308.27-17.717 35.433"/> | |
<path id="zid_2379" d="m-53.15 396.85h-88.582l17.716-35.433"/> | |
<path id="zid_2380" d="m-70.866 432.28h-88.583l18.761-36.853-1.044 1.42"/> | |
<path id="zid_2381" d="m-88.583 467.72h-88.582l17.716-35.434"/> | |
<path id="zid_2382" d="m-106.3 503.15h-88.583l17.717-35.433"/> | |
<path id="zid_2383" d="m-124.02 538.58h-88.582l17.716-35.433"/> | |
<path id="zid_2384" d="m-124.02 538.58h-88.582l17.716-35.433" transform="translate(-17.716 35.433)"/> | |
<path id="zid_2385" d="m-53.15 396.85 70.866 35.433"/> | |
<path id="zid_2386" d="m-88.583 467.72 70.866 35.433"/> | |
<path id="zid_2387" d="m-160.45 433.8-495.32-1.16"/> | |
<path id="zid_2388" d="m-175.57 468.68c-1.162 1.162-480.2-2.326-480.2-2.326"/> | |
<path id="zid_2389" d="m-212.6 538.58c-35.433 0-442.91 0-442.01 1.023"/> | |
<path id="zid_2390" d="m-212.6 539.61s-442.91-1.023-442.01 0" transform="matrix(.96196 0 0 1 -25.804 34.41)"/> | |
<path id="zid_2391" d="m-124.02 538.58h-88.582l17.716-35.433" transform="translate(-35.434 70.866)"/> | |
<path id="zid_2392" d="m-124.02 538.58h-88.582l17.716-35.433" transform="translate(-53.15 106.3)"/> | |
<path id="zid_2393" d="m-442.91 379.13-17.717 17.716v35.433h70.866l17.717-17.716" transform="matrix(1 0 0 .66666 -53.15 126.38)"/> | |
<path id="zid_2394" d="m-442.91 379.13-17.717 17.716v35.433h70.866l17.717-17.716" transform="matrix(1 0 0 .66666 70.866 126.38)"/> | |
<path id="zid_2395" d="m-442.91 379.13-17.717 17.716v35.433h70.866l17.717-17.716" transform="matrix(1 0 0 .66666 -53.15 232.68)"/> | |
<path id="zid_2396" d="m-442.91 379.13-17.717 17.716v35.433h70.866l17.717-17.716" transform="matrix(1 0 0 .66666 70.866 232.68)"/> | |
</g> | |
<rect id="zid_2397" fill-rule="evenodd" height="23.622" width="70.866" y="379.13" x="-496.06"/> | |
<rect id="zid_2398" fill-rule="evenodd" height="23.622" width="70.866" y="379.13" x="-372.05"/> | |
<rect id="zid_2399" fill-rule="evenodd" height="23.622" width="70.866" y="485.43" x="-496.06"/> | |
<rect id="zid_2400" fill-rule="evenodd" height="23.622" width="70.866" y="485.43" x="-372.05"/> | |
<rect id="zid_2401" fill-rule="evenodd" height="17.717" width="88.583" stroke="#000" y="-99.213" x="-301.18" fill="#b03f00"/> | |
<rect id="zid_2402" fill-rule="evenodd" height="17.717" width="88.583" stroke="#000" y="-99.213" x="-584.65" fill="#b03f00"/> | |
<g id="zid_2403" stroke="#000" fill="none"> | |
<path id="zid_2404" d="m-407.48 237.4v-17.717h372.05v17.717"/> | |
<path id="zid_2405" d="m-389.76 219.68v17.717"/> | |
<path id="zid_2406" d="m-389.76 219.68v17.717" transform="translate(17.717 .000045776)"/> | |
<path id="zid_2407" d="m-389.76 219.68v17.717" transform="translate(35.433 -.00056458)"/> | |
<path id="zid_2408" d="m-389.76 219.68v17.717" transform="translate(53.15 -.00048828)"/> | |
<path id="zid_2409" d="m-389.76 219.68v17.717" transform="translate(70.866 .00057983)"/> | |
<path id="zid_2410" d="m-389.76 219.68v17.717" transform="translate(88.583 .00065613)"/> | |
<path id="zid_2411" d="m-389.76 219.68v17.717" transform="translate(106.3 .000045776)"/> | |
<path id="zid_2412" d="m-389.76 219.68v17.717" transform="translate(124.02 .00012207)"/> | |
<path id="zid_2413" d="m-389.76 219.68v17.717" transform="translate(141.73 .00057983)"/> | |
<path id="zid_2414" d="m-389.76 219.68v17.717" transform="translate(159.45 .00065613)"/> | |
<path id="zid_2415" d="m-389.76 219.68v17.717" transform="translate(177.17 .000045776)"/> | |
<path id="zid_2416" d="m-389.76 219.68v17.717" transform="translate(194.88 .00012207)"/> | |
<path id="zid_2417" d="m-389.76 219.68v17.717" transform="translate(212.6 .00057983)"/> | |
<path id="zid_2418" d="m-389.76 219.68v17.717" transform="translate(230.32 .00065613)"/> | |
<path id="zid_2419" d="m-389.76 219.68v17.717" transform="translate(248.03 .000045776)"/> | |
<path id="zid_2420" d="m-389.76 219.68v17.717" transform="translate(265.75 .00012207)"/> | |
<path id="zid_2421" d="m-389.76 219.68v17.717" transform="translate(283.46 -.00056458)"/> | |
<path id="zid_2422" d="m-389.76 219.68v17.717" transform="translate(301.18 -.00048828)"/> | |
<path id="zid_2423" d="m-389.76 219.68v17.717" transform="translate(318.9 -.0010986)"/> | |
<path id="zid_2424" d="m-389.76 219.68v17.717" transform="translate(336.61 -.0010223)"/> | |
</g> | |
</g> | |
<g id="zid_2425" stroke="#000" transform="matrix(1 0 0 .92685 0 76.981)"> | |
<path id="zid_2426" d="m32.92 551.31c-0.11 27.793 12.3 64.848 84.133 153.26 77.143 88.58 166.25 100.95 183.74 99.72-8.221-24.66-42.01-53.15-10.087-53.47 21.226 0.32 27.953 46.05 27.953 46.05s34.536-26.24 46.041-13.16c11.109 20.58-35.051 38.3-35.051 38.3s23.432 55.77 53.15 88.58c35.434 46.82 86.746 62.39 106.3 63.02 9.501 0.31 27.872 7.8 27.211 25.57-1.315 35.376-1.273 52.466-18.419 53.146h127.47c-17.146-0.68-17.104-17.77-18.419-53.146-0.661-17.77 17.71-25.26 27.211-25.57 19.554-0.63 70.866-16.2 106.3-63.02 29.718-32.81 53.15-88.58 53.15-88.58s-46.16-17.72-35.051-38.3c11.505-13.08 46.041 13.16 46.041 13.16s6.727-45.73 27.953-46.05c31.923 0.32-1.866 28.81-10.087 53.47 17.494 1.23 106.6-11.14 183.75-99.72 71.83-88.41 87.53-151.78 87.42-179.57-2.81 1.021-59.78-13.779-69.48-4.288-12.98-10.24-38.09-20.589-57.601-20.965-22.8-0.377-43.289 9.219-50.318 25.712-13.606-19.682-53.266-29.558-61.641-28.272-27.333 4.704-44.374 41.317-35.418 87.337-20.641-19.754-27.998-21.696-51.111-21.76-50.423-0.121-55.381 89.819-129.14 89.282-58.401-0.444-83.079-31.417-100.29-53.799 22.249-19.092 20.85-26.544 6.129-45.765-16.689-18.061-42.762-16.443-60.658 1.805-17.897-17.717-18.059-28.043-35.776-53.15-17.315-24.538-29.608-26.967-61-26.84-31.391 0.128-55.464 1.804-67.577 34.691-15.402 8.593-37.213 26.565-54.089 23.02-10.298-28.042-43.228-60.617-70.99-61s-72.792 56.438-82.747 82.923c-17.683-37.06-36.276-42.13-51.789-42.9-15.512-0.77-21.083 24.88-27.181 40.31z" fill-rule="evenodd" stroke-width="1.25" fill="#00c8ff"/> | |
<path id="zid_2427" d="m167.72 490s16.443 9.866 36.175 39.464 3.289 42.752 3.289 42.752" stroke-width="1pt" fill="none"/> | |
<path id="zid_2428" d="m184.16 506.45s32.886 3.289 46.041 26.31c13.155 23.02 6.577 49.329 6.577 49.329" stroke-width="1pt" fill="none"/> | |
<path id="zid_2429" d="m220.34 631.42s23.021-55.907 65.773-32.887c42.752 23.021 39.464 59.196 36.175 59.196h-3.289v3.289" stroke-width="1pt" fill="none"/> | |
<path id="zid_2430" d="m263.09 687.32s23.021-9.866 49.33 0 9.866 32.886 9.866 32.886" stroke-width="1pt" fill="none"/> | |
<path id="zid_2431" d="m259.8 700.48s26.309-6.577 42.752 3.289 3.289 26.309 3.289 26.309" stroke-width="1pt" fill="none"/> | |
<path id="zid_2432" d="m200.61 710.34s3.289 26.309 19.732 42.753c16.443 16.443 46.041 23.02 46.041 23.02" stroke-width="1pt" fill="none"/> | |
<path id="zid_2433" d="m361.75 723.5c32.886 16.443 39.463 46.041 39.463 46.041" stroke-width="1pt" fill="none"/> | |
<path id="zid_2434" d="m374.9 710.34c49.33 0 46.041 29.598 46.041 29.598" stroke-width="1pt" fill="none"/> | |
<path id="zid_2435" d="m302.56 552.49s29.598-23.02 69.062 0c39.463 23.021 16.443 52.619 16.443 52.619" stroke-width="1pt" fill="none"/> | |
<path id="zid_2436" d="m322.29 513.02s39.464-26.309 72.35 0c32.887 26.309 23.021 46.041 23.021 46.041" stroke-width="1pt" fill="none"/> | |
<path id="zid_2437" d="m437.39 529.47s9.865 16.443 19.731 32.886c9.866 16.444 26.31 13.155 26.31 13.155" stroke-width="1pt" fill="none"/> | |
<path id="zid_2438" d="m526.18 647.86s23.02 32.887 75.639 39.464c52.618 6.577 98.659-13.155 98.659-13.155" stroke-width="1pt" fill="none"/> | |
<path id="zid_2439" d="m526.18 690.61s29.598 29.598 69.061 29.598c39.464 0 95.371-16.443 95.371-16.443" stroke-width="1pt" fill="none"/> | |
<path id="zid_2440" d="m526.18 720.21s16.443 26.309 75.639 26.309c59.195 0 85.504-13.154 85.504-13.154" stroke-width="1pt" fill="none"/> | |
<path id="zid_2441" d="m522.89 759.67s6.578 13.155 36.175 19.732c29.598 6.577 59.196-9.866 59.196-9.866" stroke-width="1pt" fill="none"/> | |
<path id="zid_2442" d="m618.26 785.98s19.732 26.309 46.041 26.309 0-39.463 19.732-46.041c19.732-6.577 49.329 0 49.329 0" stroke-width="1pt" fill="none"/> | |
<path id="zid_2443" d="m605.11 825.45s19.732 26.309 49.33 19.732c29.598-6.578 65.773-55.907 65.773-55.907l23.02-16.443" stroke-width="1pt" fill="none"/> | |
<path id="zid_2444" d="m388.06 887.93s3.288-16.443 39.464-9.866c36.175 6.577 0 55.907 39.463 55.907 39.464 0 75.639-23.02 98.66-26.309 23.02-3.289 65.772 23.02 88.793 29.598 23.02 6.577 65.773-26.309 65.773-26.309" stroke-width="1pt" fill="none"/> | |
<path id="zid_2445" d="m568.94 956.99c3.289 0 13.155-6.578 36.175-3.289 23.021 3.289 49.33 3.289 49.33 3.289" stroke-width="1pt" fill="none"/> | |
<path id="zid_2446" d="m559.07 989.88s16.444-6.577 29.598-6.577c13.155 0 9.866 19.729 9.866 19.729" stroke-width="1pt" fill="none"/> | |
<path id="zid_2447" d="m483.43 624.84c-3.289 0 16.443 0 26.309 3.288 9.866 3.289 13.154 26.309 13.154 26.309" stroke-width="1pt" fill="none"/> | |
<path id="zid_2448" d="m480.14 647.86s13.154-6.577 26.309 0 6.577 29.598 6.577 29.598" stroke-width="1pt" fill="none"/> | |
<path id="zid_2449" d="m470.28 674.17c0-3.288 19.732-9.866 26.309-6.577s6.577 32.886 6.577 32.886" stroke-width="1pt" fill="none"/> | |
<path id="zid_2450" d="m463.7 710.34s16.443-13.154 26.309-13.154 6.577 23.02 6.577 23.02" stroke-width="1pt" fill="none"/> | |
<path id="zid_2451" d="m460.41 739.94 23.021-13.154 9.865 19.731" stroke-width="1pt" fill="none"/> | |
<path id="zid_2452" d="m746.52 588.66s13.155-3.289 32.886 0c19.732 3.288 26.31 26.309 26.31 26.309" stroke-width="1pt" fill="none"/> | |
<path id="zid_2453" d="m753.1 614.97c0-3.289 19.732-3.289 26.309 0 6.578 3.288 16.444 19.732 16.444 19.732" stroke-width="1pt" fill="none"/> | |
<path id="zid_2454" d="m789.27 684.03c-3.288 0 3.289 13.155 6.578 29.598 3.288 16.443-13.155 32.886-13.155 32.886" stroke-width="1pt" fill="none"/> | |
<path id="zid_2455" d="m855.05 670.88c-3.288 0 19.732 23.02 23.021 42.752 3.288 19.732-16.444 39.464-16.444 39.464" stroke-width="1pt" fill="none"/> | |
<path id="zid_2456" d="m871.49 661.01s23.021 32.886 23.021 49.329c0 16.444-16.443 42.753-16.443 42.753" stroke-width="1pt" fill="none"/> | |
<path id="zid_2457" d="m894.51 637.99s9.866 13.155 13.154 29.598c3.289 16.443-6.577 42.752-6.577 42.752" stroke-width="1pt" fill="none"/> | |
<path id="zid_2458" d="m924.11 677.46s16.443 19.732 9.866 36.175c-6.578 16.443-19.732 29.598-19.732 29.598" stroke-width="1pt" fill="none"/> | |
<path id="zid_2459" d="m950.42 687.32c-3.289 3.288 6.577 23.02 3.288 32.886-3.288 9.866-19.731 26.309-19.731 26.309" stroke-width="1pt" fill="none"/> | |
<path id="zid_2460" d="m957 634.7c0 3.288 23.021 23.02 23.021 46.041 0 23.02-13.155 46.041-13.155 46.041" stroke-width="1pt" fill="none"/> | |
<path id="zid_2461" d="m920.82 598.53s16.443 3.289 19.732 19.732c3.289 16.444-9.866 32.887-9.866 32.887" transform="translate(-55.085 -38.642)" stroke-width="1pt" fill="none"/> | |
<path id="zid_2462" d="m927.4 568.93s26.309 29.597 32.887 39.463c6.577 9.866-3.289 32.887-3.289 32.887" transform="translate(-55.085 -38.642)" stroke-width="1pt" fill="none"/> | |
<path id="zid_2463" d="m920.82 565.64c3.289 3.289 32.886 3.289 46.041 19.732s6.577 46.041 6.577 46.041" transform="translate(-55.085 -38.642)" stroke-width="1pt" fill="none"/> | |
</g> | |
<path id="zid_2464" d="m503.45 7.0847c5.813-4.6508 24.417-15.115 59.298-13.953 34.881 1.1627 59.299 17.441 59.299 17.441l-2.326-45.346s-23.254-11.627-54.647-11.627-58.136 6.9762-58.136 6.9762l-3.488 46.509z" fill-rule="evenodd" stroke="#000" stroke-width="1pt" fill="#ffd400"/> | |
<g id="zid_2465" fill-rule="evenodd" transform="matrix(1 0 0 .92685 0 76.981)" stroke="#000" stroke-width="1.25" fill="#ffd400"> | |
<path id="zid_2466" d="m148.7 515.65c0 17.668 2.547 28.856 20.264 28.856 17.716 0 24.239-17.836 24.664-30.5 0.538-15.992 3.489-40.366 38.921-40.366 17.717 0 128.01-11.771 131.3 248.03 3.288 259.8-184.24 206.72-184.24 206.72s-20.175 88.581 90.067 232.5c84.663 104.07 205.54 106.88 205.54 106.88s18.724 41.77 56.289 95.64c54.318 77.9 124.02 61 124.02 78.72 0 17.71-17.545 9.92-17.717 25.93 0.172 19.42 9.363 27.9 26.509 27.22s17.104-17.77 18.419-53.15c0.661-17.77-17.71-25.26-27.211-25.57-19.554-0.63-70.866-16.2-106.3-63.02-29.718-32.81-53.15-88.58-53.15-88.58s46.16-17.72 35.051-38.3c-11.505-13.08-46.041 13.16-46.041 13.16s-6.727-45.73-27.953-46.05c-31.923 0.32 1.866 28.81 10.087 53.47-17.494 1.23-106.6-11.14-183.74-99.72-71.832-88.41-87.531-174.8-87.421-202.59 44.945 16.356 185.51 7.256 185.51-223.26-7.02-292.78-124.04-265.75-159.47-265.75-42.01 0-73.414 42.01-73.414 59.727z" transform="translate(-166.41 -442.96)"/> | |
<path id="zid_2467" d="m148.7 515.65c0 17.668 2.547 28.856 20.264 28.856 17.716 0 24.239-17.836 24.664-30.5 0.538-15.992 3.489-40.366 38.921-40.366 17.717 0 128.01-11.771 131.3 248.03 3.288 259.8-184.24 206.72-184.24 206.72s-20.175 88.581 90.067 232.5c84.663 104.07 205.54 106.88 205.54 106.88s18.724 41.77 56.289 95.64c54.318 77.9 124.02 61 124.02 78.72 0 17.71-17.545 9.92-17.717 25.93 0.172 19.42 9.363 27.9 26.509 27.22s17.104-17.77 18.419-53.15c0.661-17.77-17.71-25.26-27.211-25.57-19.554-0.63-70.866-16.2-106.3-63.02-29.718-32.81-53.15-88.58-53.15-88.58s46.16-17.72 35.051-38.3c-11.505-13.08-46.041 13.16-46.041 13.16s-6.727-45.73-27.953-46.05c-31.923 0.32 1.866 28.81 10.087 53.47-17.494 1.23-106.6-11.14-183.74-99.72-71.832-88.41-87.531-174.8-87.421-202.59 44.945 16.356 185.51 7.256 185.51-223.26-7.02-292.78-124.04-265.75-159.47-265.75-42.01 0-73.414 42.01-73.414 59.727z" transform="matrix(-1 0 0 1 1289.7 -442.96)"/> | |
<path id="zid_2468" d="m238.56-187.8c26.42 0 22.65 26.716 17.717 42.978-4.933 16.261-35.433 27.888-63.117 10.172 7.642 26.836 27.684 106.3 109.4 108.34 95.371-2.0366 103.64-71.797 209.37-72.35 105.73-0.5527 124.84 15.498 123.44 52.597-1.257 33.442-9.085 53.15-35.434 53.15-17.716 0-35.764-15.68-35.433-35.433 0.332-19.753 22.568-20.962 37.859-19.34 5.425-16.094-20.142-33.81-91.008-33.81-70.164-0.9237-124.67 73.274-216.75 70.866-92.082-2.4075-132.95-114.04-115.45-141.73 18.525-33.809 31.256-35.433 59.401-35.433z" transform="matrix(-1 0 0 1 1237.8 -70.866)"/> | |
<path id="zid_2469" d="m238.56-187.8c26.42 0 22.65 26.716 17.717 42.978-4.933 16.261-35.433 27.888-63.117 10.172 7.642 26.836 27.684 106.3 109.4 108.34 95.371-2.0366 103.64-71.797 209.37-72.35 105.73-0.5527 124.84 15.498 123.44 52.597-1.257 33.442-9.085 53.15-35.434 53.15-17.716 0-35.764-15.68-35.433-35.433 0.332-19.753 22.568-20.962 37.859-19.34 5.425-16.094-20.142-33.81-91.008-33.81-70.164-0.9237-124.67 73.274-216.75 70.866-92.082-2.4075-132.95-114.04-115.45-141.73 18.525-33.809 31.256-35.433 59.401-35.433z" transform="translate(-114.54 -70.866)"/> | |
</g> | |
</g> | |
<path id="zid_2470" d="m-1576.8 1353.5c17.72 2.98 674.45-205.79 673.23-531.49v-1594.5h-1346.5v1594.5c-1.22 325.7 673.23 531.49 673.23 531.49z" transform="translate(-2078.9 -953.42)" stroke="#000" stroke-width="11.125" fill="none"/> | |
</g> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<clipPath id="zid_2472" clipPathUnits="userSpaceOnUse"> | |
<rect id="zid_2473" height="512" width="512" y="0" x="6" fill="#808080"/> | |
</clipPath> | |
<pattern id="zflag_bn" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<namedview id="zid_2474" gridspacingy="9.72mm" snaptogrid="false" snaptoguides="false" showgrid="false" gridoriginx="0mm"/> | |
<g id="zid_2475" fill-rule="evenodd" clip-path="url(#zid_2472)" transform="translate(-6)"> | |
<g id="zid_2476" stroke-width="1pt" transform="matrix(1.0321 0 0 1.0321 -214.76 -16.45)"> | |
<path id="zid_2477" d="m-0.12207 50.188 0.12207 117.99 992.13 206.02v-117.14l-992.25-206.87z" nodetypes="ccccc" fill="#fff"/> | |
<path id="zid_2478" d="m0 270.84v241.16h992.13v-34.441l-992.13-206.72z" nodetypes="ccccc" fill="#fdd114"/> | |
<path id="zid_2479" d="m992.13 257.09v-241.16h-992.13v34.441l992.13 206.72z" nodetypes="ccccc" fill="#fdd114"/> | |
<path id="zid_2480" d="m0 167.56v103.35l992.45 206.65-0.32-103.36-992.13-206.64z" nodetypes="ccccc"/> | |
</g> | |
<g id="zid_2481" transform="translate(-223.83 4.9618)"> | |
<rect id="zid_2482" transform="matrix(.93978 0 0 .93988 233.07 -374.06)" height="25.46" width="9.5389" stroke="#000" y="617.61" x="274.57" stroke-width="1.5623" fill="#cf1126"/> | |
<path id="zid_2483" d="m415.12 645.68c-0.241-33.566 1.125-65.845 3.766-75.002s6.556-11.06 11.416-15.608c-11.512-1.043-24.218 8.647-30.06 21.408-3.707-14.398-10.639-24.156-16.739-29.056-6.099 4.9-13.292 14.808-16.568 29.183-6.01-10.712-16.555-22.588-29.028-21.254 4.434 4.62 8.481 6.332 11.178 15.285s4.044 41.016 3.075 74.6" transform="matrix(.42824 0 0 .48940 331.28 -46.419)" stroke="#000" stroke-width="3.2074" nodetypes="cscccccsc" fill="#cf1126"/> | |
<path id="zid_2484" d="m414.44 641.96c-0.241-33.565 1.37-62.22 3.677-71.327 2.309-9.106 5.993-10.806 11.258-14.746-11.512-1.043-22.481 1.756-28.902 17.355-3.592-14.5-10.639-21.623-16.739-26.523-6.099 4.9-13.292 12.274-16.568 26.649-7.053-15.474-16.903-18.94-29.376-17.606 5.186 4.316 9.262 5.927 11.8 14.855s2.859 37.315 1.89 70.899" transform="matrix(.46698 0 0 .58735 316.32 -66.37)" stroke="#000" stroke-width="2.8036" nodetypes="cscccccsc" fill="#cf1126"/> | |
<path id="zid_2485" d="m417.5 590.83c-0.312-7.812 0.76-18.303 2.535-22.357 1.776-4.055 4.254-7.016 6.754-10.453-10.722-1.546-21.625-0.757-27.414 14.968-3.75-14.375-9.375-21.875-15.475-26.775-6.099 4.9-11.396 12.4-15.146 26.775-5.789-15.725-16.745-16.678-27.796-14.968 2.5 3.437 5.074 6.398 6.945 10.453 1.871 4.054 3.039 14.545 2.726 22.357" transform="matrix(.5873 0 0 .58735 270.1 -25.419)" stroke="#000" stroke-width="2.5" nodetypes="cscccccsc" fill="#cf1126"/> | |
<path id="zid_2486" d="m378.95 610.77v32.211h11.369v-32.211h-11.369z" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke="#000" stroke-width="2.5" fill="#cf1126"/> | |
<path id="zid_2487" opacity="0.99" stroke-linejoin="bevel" d="m457.89 1168.7c2.813 1.88 14.035 3.85 34.376 0.31 35.513-6.22 35.216-41.25 90.529-25-2.5-5-11.25-20.31-32.813-20.93 2.188-7.19 3.75-17.81-0.312-24.38-4.167 9.27-10.618 13.58-15.296 16.61-1.441-0.78-9.8-7.61-10.706-17.9-1.256-20.4-11.211-24-12.268-23.46-6.39-0.18-44.87 60.65-127.27 61.05-81.189 0.39-121.82-60.51-126.41-61.05-1.057-0.54-11.012 3.06-12.268 23.46-0.906 10.29-9.363 16.82-10.784 17.73-4.658-2.9-11.051-7.17-15.218-16.44-4.062 6.57-2.5 17.19-0.312 24.38-21.563 0.62-30.313 15.93-32.813 20.93 55.313-16.25 55.424 18.78 90.937 25 20.341 3.54 30.886 1.88 33.699 0.01" transform="matrix(.5873 0 0 .58735 269.69 -293.16)" stroke="#000" stroke-width="2.5" fill="#cf1126"/> | |
<path id="zid_2488" opacity="0.99" stroke-linejoin="bevel" d="m286.28 1151.2c-19.265-0.77-56.848-30.07-51.514-36.1 1.693-1.71 9.973 0.05 24.308 10.08 21.275 14.5 39.529 60.22 124.88 59.87 86.98-0.35 104.83-45.37 126.1-59.87 14.335-10.03 23.279-11.63 24.288-9.67 5.12 5.78-32.499 35.01-51.764 35.78" transform="matrix(.5873 0 0 .58735 269.69 -293.16)" stroke="#000" stroke-width="2.5" fill="#cf1126"/> | |
<path id="zid_2489" d="m259.2 399.54c-76.11 80.185-35.168 264.36 123.02 267.02 159.04 1.782 205.43-184.26 126.41-267.37m-234.02 3.103c-40.49 68.178 1.604 187.64 109.88 187.64 109.17 0 149.18-120.33 109.08-188.05" transform="matrix(.5873 0 0 .58735 270.1 -25.419)" stroke="#000" stroke-width="2.5" nodetypes="cccccc" fill="#cf1126"/> | |
<path id="zid_2490" d="m512.19 379.9c3.25 0.722 6.215 4.078 5.021 7.527-1.326 4.112-6.221 5.111-8.071 4.811-1.99-1.194-0.797-2.918 5.306-3.582 3.979-1.459 0.355-4.15-2.653-5.439-1.635-0.701-1.129-3.656 0.397-3.317z" stroke="#cf1126" stroke-width=".22025" nodetypes="ccccss" fill="#fdd114"/> | |
<path id="zid_2491" d="m502.11 378.84c1.511-1.719 2.739 3.55 3.075 7.204 0.44 3.567 0.486 7.967-0.952 8.185-0.877 0.147-0.141-4.096-1.047-7.989-1.183-4.507-1.693-6.644-1.076-7.4z" stroke="#cf1126" stroke-width=".22025" nodetypes="cssss" fill="#fdd114"/> | |
<path id="zid_2492" d="m498.64 385.34c3.794 3.677-2.633 14.328-16.694 9.685-0.796-1.459 5.584-0.016 10.081-0.796 8.558-1.351 4.886-10.52 6.613-8.889z" stroke="#cb4f46" stroke-width=".22025" nodetypes="ccss" fill="#fdd114"/> | |
<path id="zid_2493" d="m491.76 378.04c1.512-1.719 0.631 3.723 0.946 7.379 0.308 3.435-0.076 7.616-1.706 7.075-0.883-0.426 0.564-4.284-0.342-7.911-0.971-4.558-0.045-5.389 1.102-6.543z" stroke="#cf1126" stroke-width=".22025" nodetypes="cssss" fill="#fdd114"/> | |
<path id="zid_2494" d="m482.11 376.58c2.683-0.017 1.964 0.736 1.773 7.903-0.21 8.032-6.993 8.931-8.605 6.727-1.355-1.729-0.858-2.249-6.92-1.67-1.356-0.683-1.304-2.136-5.733-1.764-1.145 0.211-1.107-1.961-3.173-3.259-3.602-2.152-4.801 1.587-11.669-2.37-0.429-0.24-3.216-2.006-2.707-5.497 0.531-4.411-3.492 0.539-7.913-1.386-0.855-0.382-3.446-1.46-5.732-3.466-3.227-2.775 0.152-3.336 4.512-0.507 2.692 1.707 6.646-2.221 6.753-6.152 0.241-4.16-1.829-5.254 1.379-5.151 1.789 0.053 1.364 7.269-1.676 10.463-4.068 4.397-1.323 3.549 0.13 3.328 1.515-0.379 8.407-8.919 9.556-8.186 1.79 1.216-5.373 6.676-3.769 11.844 0.766 2.304 5.036 4.511 8.551 4.868 4.133 0.688 4.145-4.924 5.82-3.861 2.318 1.521-4.43 4.385 2.655 6.474 1.565 0.469 2.469-3.516 3.395-3.343 2.223 0.363-1.453 4.654 2.522 5.336 2.771 0.461 2.012-4.007 3.73-3.735 1.988-0.127 0.122 7.147 5.633 6.405 2.323-0.304-1.311-12.985 1.488-13.001z" stroke="#cf1126" stroke-width=".22025" nodetypes="csscsssssssssssssssssssss" fill="#fdd114"/> | |
<path id="zid_2495" d="m432.16 367.14c1.596-0.341 4.331-1.823 4.445-4.217 0.228-2.621-3.419-3.533-7.75-2.849-2.279 0.342-6.153-1.14-8.433-3.078-2.279-2.849-2.279-6.039-5.014-4.672-2.051 0.911 2.849 6.154 5.242 7.408 2.394 1.254 6.269 1.14 6.496 2.963 0.228 1.824-0.912 4.673 5.014 4.445z" stroke="#cf1126" stroke-width=".22025" nodetypes="cccccccc" fill="#fdd114"/> | |
<path id="zid_2496" d="m529.14 379.37c-0.88 0.426-1.594 8.39 3.379 8.562 6.247 0.223 9.388-2.945 10.953-4.071 2.599-1.975 7.283-5.923 5.115-9.327-1.085-1.236-1.684 2.274-2.935 4.328-1.702 3.012-7.529 6.586-11.992 6.099-5.467-0.336-3.407-5.876-4.52-5.591z" stroke="#cf1126" stroke-width=".22025" nodetypes="csscsss" fill="#fdd114"/> | |
<path id="zid_2497" d="m541.98 375.68c-1.271-0.961 2.826-2.534 3.25-4.021 0.425-1.487-1.81-2.888-0.567-4.517 1.303-2.145 1.374 4.043 3.03 4.221 4.586 0.478 1.312 3.44-0.418 2.868-1.958-0.584-4.528 2.172-5.295 1.449z" stroke="#cf1126" stroke-width=".22025" nodetypes="csssss" fill="#fdd114"/> | |
<path id="zid_2498" d="m538.43 366.31c-0.295 2.066 0.959 2.582 1.329 1.402 0.442-2.214-0.813-3.247-1.329-1.402z" stroke="#cf1126" stroke-width=".22025" nodetypes="ccc" fill="#fdd114"/> | |
<path id="zid_2499" d="m541.75 364.17c-0.738 0.058-0.841 2.621 0.12 2.692 1.037 0.082 0.558 1.831 1.429 1.808 1.036-0.027 1.115-2.934-0.057-2.961-1.09-0.027-0.833-1.527-1.492-1.539z" stroke="#cf1126" stroke-width=".22025" nodetypes="cssss" fill="#fdd114"/> | |
<path id="zid_2500" d="m550.05 363.68c-0.877 1.11-2.542-4.277 3.06-5.048 2.663 0.235 4.934 4.621 4.699 8.85-0.089 1.564-0.156 5.091-1.017 6.814-0.706 1.645-3.29 7.05-4.543 6.58-1.253-0.471 0.328-2.734 2.428-5.875 1.698-2.572 2.35-9.712 1.488-10.965s-1.729 3.133-3.524 4.073c-1.494 0.783-3.054-1.482-3.289-2.578-0.186-1.3 0.998-2.1 1.8-0.555 0.64 1.161 2.607-1.143 2.561-2.789 0.052-2.662-1.713-0.551-3.663 1.493z" stroke="#cf1126" stroke-width=".22025" nodetypes="ccsccscsssss" fill="#fdd114"/> | |
<path id="zid_2501" d="m562.12 351.66c-0.705 1.019-3.132 3.29-3.602 4.23s-0.549 2.584 0.234 4.151c0.784 1.566 2.428 4.072 2.115 6.344-0.314 2.271-1.88 6.97-1.018 6.579 0.861-0.392 2.976-5.013 2.506-8.538-0.47-3.524-2.115-5.482-1.802-6.657 0.313-1.174 2.271-3.367 2.663-4.855 0.392-1.489-0.235-5.483-0.783-5.796s-2.506 0.392-1.88 1.723c0.627 1.332 1.958 0.548 1.567 2.819z" stroke="#cf1126" stroke-width=".22025" nodetypes="ccccccccccc" fill="#fdd114"/> | |
<path id="zid_2502" d="m565.34 353.48c-0.88 0.801-0.442 5.164 0.767 3.606 1.099-1.518-0.063-4.319-0.767-3.606z" stroke="#cf1126" stroke-width=".20734" nodetypes="css" fill="#fdd114"/> | |
<path id="zid_2503" d="m542.32 385.88c-0.412 1.91 1.469 2.514 1.986 1.423 0.618-2.046-1.264-3.128-1.986-1.423z" stroke="#cf1126" stroke-width=".25044" nodetypes="ccc" fill="#fdd114"/> | |
<path id="zid_2504" d="m545.2 384.26c-0.611 1.567 2.115 1.704 2.881 0.809 0.916-1.679-1.811-2.208-2.881-0.809z" stroke="#cf1126" stroke-width=".27617" nodetypes="ccc" fill="#fdd114"/> | |
<path id="zid_2505" d="m431.82 361.67c-1.458-0.652-1.367 2.279-0.683 3.077 0.683 0.798 4.659-1.248 0.683-3.077z" stroke="#cf1126" stroke-width=".22025" nodetypes="ccs" fill="#cf1126"/> | |
<path id="zid_2506" d="m385.65 680.28c-24.945 4.993-42.073 19.615-34.043 24.588 4.917 3.278 28.013-5.728 32.886-13.373 8.861 13.523 32.9 18.624 38.706 15.592" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke="#000" stroke-linecap="round" stroke-width="2.5" nodetypes="cscc" fill="#cf1126"/> | |
<path id="zid_2507" d="m256.27 672.28c4.14 6.398 25.59 21.827 41.019 22.956 15.43 1.129 50.427 8.279 57.201 5.268 6.774-3.01 25.966-16.182 30.858-13.924 4.893 2.258 33.493 18.064 44.03 17.687 10.537-0.376 78.651-19.568 80.909-23.331 2.258-3.764-13.548-13.548-23.708-13.548-10.161 0-230.31 5.269-230.31 4.892z" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke-width="1pt" fill="#cf1126"/> | |
<path id="zid_2508" d="m316.2 703.33c0.124 3.846 3.081 6.627 10.173 6.7 11.91 0.248 32.057-5.385 44.091-18.907" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="#cf1126"/> | |
<path id="zid_2509" d="m280.47 697.62c-0.62 3.226 4.715 7.444 15.136 7.568s46.772-4.342 58.434-16.5" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="#cf1126"/> | |
<path id="zid_2510" d="m255.86 687.85c-5.583 7.195 12.204 9.774 22.873 9.649 10.67-0.124 38.206-0.266 50.539-9.446" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="#cf1126"/> | |
<path id="zid_2511" d="m236.37 675.78c-5.335 7.072 12.591 13.283 34.426 12.787 20.098-0.496 40.569-7.444 40.569-7.444" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="#cf1126"/> | |
<path id="zid_2512" d="m452.48 703.33c-0.124 3.846-3.081 6.627-10.173 6.7-11.91 0.248-32.057-5.385-44.091-18.907" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="#cf1126"/> | |
<path id="zid_2513" d="m488.21 697.62c0.62 3.226-4.715 7.444-15.136 7.568s-46.772-4.342-58.434-16.5" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="#cf1126"/> | |
<path id="zid_2514" d="m512.66 688c5.583 7.196-12.048 9.618-22.717 9.493-10.67-0.124-38.206-0.266-50.539-9.446" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="#cf1126"/> | |
<path id="zid_2515" d="m532.37 675.66c5.335 7.072-12.651 13.404-34.486 12.908-20.098-0.496-40.569-7.444-40.569-7.444" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="#cf1126"/> | |
<path id="zid_2516" d="m279.21 675.12c-27.735 4.005-40.51 1.964-46.045-0.682-6.915-3.043-18.757-12.309-1.265-12.646 11.59-0.226 17.431 0.659 30.607 0.59 33.705-0.422 82.36-27.036 97.11-27.145 13.701-0.101 17.336 6.233 25.147 6.362 7.998 0.093 10.587-6.463 24.288-6.362 14.75 0.109 63.405 26.723 97.11 27.145 13.176 0.069 19.017-0.816 30.607-0.59 17.492 0.337 5.65 9.603-1.265 12.646-5.535 2.646-18.31 4.687-46.045 0.682" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="#cf1126"/> | |
<path id="zid_2517" d="m383.55 280.29c-13.048 0.655-31.007-1.574-36.774 12.977-8.783 16.647-6.306 35.518-2.36 35.916 7.065 0.779 7.737-18.847 10.749-18.876 3.149-0.036 3.146 17.041 9.307 16.91 4.588-0.131 7.472-17.172 8.914-17.041s4.457 16.385 10.26 16.385c6.197 0 8.818-16.254 10.26-16.385s4.326 16.91 8.914 17.041c6.161 0.131 6.158-16.946 9.307-16.91 3.012 0.029 4.339 19.524 11.404 18.745 3.946-0.398 5.899-19.138-2.884-35.785-5.767-14.551-24.119-12.322-37.097-12.977z" transform="matrix(.5873 0 0 .58735 270.1 -25.419)" stroke="#000" stroke-width="2.5" nodetypes="ccccccccccccc" fill="#cf1126"/> | |
<path id="zid_2518" d="m352.22 286.25c3.504 5.887 30.835 5.747 32.377 5.747s25.369 0.28 30.975-5.466" transform="matrix(.5873 0 0 .58735 270.1 -25.419)" stroke="#000" stroke-width="2.5" nodetypes="ccc" fill="#cf1126"/> | |
<path id="zid_2519" d="m378.62 224.86v58.032s0.314 3.24 5.124 3.345 5.541-2.718 5.541-3.137l-0.209-58.345" transform="matrix(.5873 0 0 .58735 270.1 -25.419)" stroke="#000" stroke-width="2.5" nodetypes="ccccc" fill="#cf1126"/> | |
<path id="zid_2520" d="m384.25 231.59c21.864-1.121 28.383 11.774 34.55 14.577s8.97 3.924 17.38 3.363c8.409-0.56-14.577 14.017-14.577 14.577l8.41 15.137c-7.849 1.121-22.713-6.125-28.592-10.091-6.65-3.927-14.016-1.682-16.819-2.243l-0.352-35.32z" transform="matrix(.5873 0 0 .58735 270.1 -25.419)" stroke="#000" stroke-width="2.5" nodetypes="cccccscc" fill="#cf1126"/> | |
<path id="zid_2521" d="m313.4 264.67c0 4.333-3.893 7.849-8.689 7.849-4.797 0-8.69-3.516-8.69-7.849 0-4.332 3.893-7.848 8.69-7.848 4.796 0 8.689 3.516 8.689 7.848z" transform="matrix(.85253 0 0 .90201 235.71 -138.5)" stroke="#000" stroke-width="1.6744" fill="#cf1126"/> | |
<g id="zid_2522" transform="matrix(.5873 0 0 .58735 269.69 -202.36)" stroke="#cf1126" stroke-width=".375" fill="#fdd114"> | |
<path id="zid_2523" d="m249.32 508.25c-1.666 2.331-3.103-3.799-8.827 0.499-3.228 2.759-4.521 6.987-4.498 15.822 0.02 7.491 4.331 12.492 6.83 11.992 3.83-0.5 1.831-9.66 5.995-11.325 5.996-2.832 14.49 1.498 15.989 6.994s-2.832 11.492-7.495 10.826c-2.665-0.999 1.499-4.829 1.832-6.495 0.333-1.665 0.832-7.162-3.165-8.66-3.997-1.499-3.33 3.997-3.497 5.496-0.166 1.499-2.998 6.162-6.162 5.995-3.164-0.166-8.193-0.149-13.158-5.495-2.632-2.743-5.829-10.16-2.997-19.487 2.831-9.326 7.661-10.159 10.326-10.326 2.664-0.166 9.493 1.499 8.827 4.164z" transform="translate(0 295.17)" nodetypes="cssccccccccsccc"/> | |
<path id="zid_2524" d="m242.49 547.06c-2.779-1.485 1.045-6.896-6.162-4.996-2.9 0.808 4.33 9.16 7.494 9.494 3.498-0.334 2.523-2.604-1.332-4.498z" transform="translate(0 295.17)" nodetypes="cscs"/> | |
<path id="zid_2525" d="m250.15 551.56c1.498 6.828 2.917 6.249 3.164 9.659 0.124 4.356-7.329 2.498-8.328 4.496-0.999 1.999-2.331 7.162 2.498 7.495 4.83 0.333 11.762-1.523 13.157 1.832 3.761 9.443 11.782 8.074 15.522 6.605 4.23-1.693 14.185-10.664 16.455-11.435 3.38-1.238-3.164-3.664-6.994-0.333-0.999 1-9.327 9.494-13.657 9.66-3.163 0.352-8.063-7.666-7.828-10.492 0.333-1.999 7.62-0.35 8.661-4.497 0.775-2.963 0.832-6.163-1.499-6.329-2.332-0.167-13.324 1.332-13.657-0.333-1.999-4.83 1.999-6.828 0.5-8.161-1.666-0.666-7.828-1.665-7.994 1.833z" transform="translate(0 295.17)" nodetypes="csccssscssscccc"/> | |
<path id="zid_2526" d="m287.18 578.04c-3.524 3.691-12.801 9.6-12.801 13.774 0 2.366 2.589 6.075 4.73 6.957 3.196 1.259 8.098 0.944 11.827-1.948 4.217-3.426 6.114-6.899 4.314-7.513-6.378-1.823-6.539 6.968-9.601 7.235-2.925 0.243-7.374-4.453-1.53-10.297 5.843-5.843 13.914-11.687 13.635-13.357-0.278-1.669-8.045 2.6-10.574 5.149z" transform="translate(0 295.17)" nodetypes="csssssccs"/> | |
<path id="zid_2527" d="m259.35 585.69c-0.261 2.351 5.983 2.365 7.096 0.278 0.834-1.53-6.818-2.643-7.096-0.278z" transform="translate(12.662 312)" nodetypes="ccs"/> | |
<path id="zid_2528" d="m273.84 583.06c-3.524 3.691 0.417 7.887 3.109 11.326 1.491 1.837 4.915 3.627 7.056 4.509 3.196 1.259 9.566 0.822 13.295-2.07 4.217-3.426 4.55-9.443 1.989-9.471-6.619-0.074-2.011 8.804-5.073 9.071-2.925 0.243-11.126-1.606-15.115-10.053-2.279-4.979 4.202-5.931 3.232-8.094-0.988-2.324-5.964 2.233-8.493 4.782z" transform="translate(19.201 316.18)" nodetypes="cssssssss"/> | |
<path id="zid_2529" d="m259.35 585.69c-0.261 2.351 5.983 2.365 7.096 0.278 0.834-1.53-6.818-2.643-7.096-0.278z" transform="matrix(.74604 -.66590 .66590 .74604 -273.27 634.66)" nodetypes="ccs"/> | |
<path id="zid_2530" d="m319.56 621.31c-0.19 2.708 0.612 6.364-2.57 6.487-3.182 0.122-7.221-4.162-10.403-4.039-3.182 0.122-4.529 2.57-4.162 3.917 0.367 1.346 5.875 2.937 15.299 2.325s7.343 5.14 13.952 4.65c6.609-0.489 7.588-2.692 7.099-4.16-0.49-1.469-6.119-0.49-8.2-0.857-2.081-0.368-5.752-3.672-6.242-6.487-0.489-2.815-0.489-7.667 1.958-7.71 4.529-0.079 2.437 4.115 2.61 5.587 0.153 1.303 1.634 2.654 3.632 0.287 2.653-3.141 1.224-8.078-1.346-9.791s-11.148 3.2-11.627 9.791z" transform="translate(0 295.17)" nodetypes="cccccccccssscs"/> | |
<path id="zid_2531" d="m342.93 621.8c-0.482 4.853-3.955 5.206-3.549 6.976 0.502 2.034 1.759 2.672 2.57 7.71 0.459 2.484 3.549 3.537 7.466 3.305 3.201-0.088 5.389-4.424 7.465-4.284 2.935 0.157 0.49 6.801 7.344 6.732 5.507-0.052 6.854-4.774 8.812-4.896 1.958-0.123 1.713 5.507 6.242 5.507 4.528 0 6.486-5.14 8.567-5.262 2.203 0.122 2.203 5.507 8.934 5.14 6.732-0.368 11.75-1.346 13.341-2.692 1.591-1.347 2.325-5.753 4.528-5.998 2.203-0.244 5.63 4.161 8.69 4.161s9.423-7.709 11.381-7.832c1.959-0.122 3.55 4.773 7.956 4.773 6.854-0.122 7.655-9.033 10.847-9.454 5.754-0.56 5.981-2.907 6.287-3.519 0.612-1.714-0.044-9.749-1.351-13.418-0.635-1.936-7.95-18.281-11.254-18.648-3.305-0.367-2.326 4.406-0.368 7.221 1.959 2.815 11.994 15.91 10.648 19.704-1.346 3.795-8.445-1.591-14.075-1.591-7.833 0-12.592 15.836-18.114 16.4-2.425 0.26-5.017-2.08-4.16-3.794 1.591-2.447 3.426-8.322-2.693-7.465-6.119 0.856-12.361 3.671-11.382 6.976 0.979 3.304 4.651 6.609 0.612 7.955s-11.015 1.714-14.442 0.612c-3.427-1.101-1.347-8.812-3.427-8.812-2.325 0-2.447 9.057-5.752 9.302-3.304 0.244-6.242-1.102-6.976-3.672-0.735-2.57 1.224-5.752-0.979-6.119-2.203-0.368-4.407 10.158-7.711 9.913s-3.427-0.979-5.385-3.06c-1.958-2.08 1.713-9.179-1.591-9.791-3.305-0.612-6.61 10.526-8.812 10.404-2.204-0.123-5.508-0.245-6.487-2.448-0.49-1.102-0.353-7.993-0.243-10.787-0.061-1.322-3.182-0.741-2.939 0.751z" transform="translate(0 295.17)" nodetypes="cssssscccccccccscsccccsccccccsccsscscss"/> | |
<path id="zid_2532" d="m454.18 591.81c6.031 9.131 11.463 21.479 14.809 22.152 2.228 0.327-6.977-16.521-10.036-20.316-2.57-3.916-9.961-9.795-4.773-1.836z" transform="translate(0 295.17)" nodetypes="cscs"/> | |
<path id="zid_2533" d="m342.16 613.74c-1.144 2.287-0.735 4.493 1.225 4.166s4.492-4.166 3.839-4.901-3.512-1.388-5.064 0.735z" transform="matrix(.78722 0 0 .96873 73.021 314.67)"/> | |
<path id="zid_2534" d="m471.9 595.86c-0.021 4.951 3.485 10.551 10.009 10.198 6.525-0.352 13.679-7.568 14.208-14.974s-8.612-12.843-10.904-11.256c-2.293 1.587 0.86 7.11 6.716 7.451 2.508 0.152 1.689 5.056-3.116 8.936-5.035 3.98-12.489 3.904-14.312 1.158-1.41-3.88-2.694-3.907-2.601-1.513z" transform="translate(0 295.17)" nodetypes="ccccsscs"/> | |
<path id="zid_2535" d="m475.83 580.86c-0.954 1.961 1.035 6.481 3.192 6.281 2.187-0.214-2.492-7.579-3.192-6.281z" transform="translate(0 295.17)" nodetypes="css"/> | |
<path id="zid_2536" d="m494.98 577.35c1.27 2.937 2.78 7.414 5.457 7.414 2.678 0 4.84 0.721 4.84 2.986s-6.98 9.806-7.208 12.357c-0.389 4.348 2.78 4.119 4.325 1.75 1.544-2.368 5.721-13.507 6.59-16.579 0.378-2.428 3.38-6.992 3.501-11.742-0.192-5.352 4.736-1.026 7.105-0.82 2.17 0.095 4.531-3.913 4.84-6.796 0.309-2.884-2.266-3.398-2.266-5.972 0-1.442 2.754-6.076 2.883-9.165 0.307-2.732-5.354-10.606-7.722-10.503-1.957 0.103-0.309 2.986 0.824 4.222 1.132 1.236 4.015 3.81 2.986 6.075-1.854 4.428-10.916 5.561-11.327 10.298-0.412 3.398 0.411 14.107-2.369 14.107s-5.056-6.69-9.37-6.694c-4.838-0.129-4.092 6.825-3.089 9.062z" transform="translate(0 295.17)" nodetypes="cccscsssssscccccss"/> | |
<path id="zid_2537" d="m502.09 536.68c0.133 1.907 4.119 10.194 6.487 10.194 3.398 0-1.545-3.912-1.236-5.354s5.177-3.614 3.192-4.119c-3.55-1.087-8.619-3.242-8.443-0.721z" transform="translate(0 295.17)" nodetypes="cssss"/> | |
<path id="zid_2538" d="m501.78 525.97c0.721 2.677 11.738 6.693 16.475 8.032s10.503 7.002 12.666 5.148c2.162-1.853-14.519-8.443-16.99-9.37s-12.666-6.487-12.151-3.81z" transform="translate(0 295.17)" nodetypes="ccccc"/> | |
<path id="zid_2539" d="m535.04 543.27c4.119 0.102 1.853-8.033 0.823-9.989-1.029-1.957-2.574 3.707-2.368 5.355 0.206 1.647 0.309 4.531 1.545 4.634z" transform="translate(0 295.17)" nodetypes="cccc"/> | |
<path id="zid_2540" d="m511.05 502.8c-0.035 1.843 11.379 0.535 16.682 1.956 2.288 0.641 10.091 4.839 11.532 3.81 1.648-2.163-10.606-6.796-17.608-6.796-2.267 0.034-10.566-1.143-10.606 1.03z" transform="translate(0 295.17)" nodetypes="cscss"/> | |
<path id="zid_2541" d="m508.06 508.05c-2.043 2.187 6.884 4.633 14.828 4.942 7.913 0.309 13.041 5.063 12.357 8.547-1.133 5.87-11.018 2.059-9.782 5.252 0.72 2.471 5.067 1.564 5.56 4.222 0.341 2.678 3.131 3.149 2.982-0.152-0.016-2.627 6.131-6.954 5.977-8.189-0.309-2.471-4.016-11.121-13.49-12.048-9.473-0.926-15.824-5.491-18.432-2.574z" transform="translate(0 295.17)" nodetypes="csscsssss"/> | |
</g> | |
<path id="zid_2542" d="m419.37 303.33c-0.746-0.431-3.405 1.959-2.451 2.492 1.81 1.025 3.585-1.858 2.451-2.492z" stroke="#cf1126" stroke-width=".073416" nodetypes="css" fill="#cf1126"/> | |
<path id="zid_2543" d="m425.08 300.49c-1.291-0.161-1.915 2.58-0.835 2.743 2.744 0.379 3.285-2.447 0.835-2.743z" stroke="#cf1126" stroke-width=".073416" nodetypes="css" fill="#cf1126"/> | |
<path id="zid_2544" d="m564.26 308.18c-0.611-0.003-2.54 0.847-1.874 2.178 0.665 1.33 2.574 1.362 3.447 0.605 0.778-0.737 0.602-2.77-1.573-2.783z" stroke="#cf1126" stroke-width=".073416" nodetypes="csss" fill="#cf1126"/> | |
<path id="zid_2545" d="m571.82 302.37c0.195 1.463 1.265 1.226 2.116 0.907 0.968-0.423 1.25-1.703 0.303-2.177-0.988-0.494-2.619 0.226-2.419 1.27z" stroke="#cf1126" stroke-width=".073416" nodetypes="csss" fill="#cf1126"/> | |
<path id="zid_2546" d="m528.12 336.58c-1.303 2.878-0.181 5.693 1.897 5.151s4.157-4.519 2.621-5.784-3.653-1.279-4.518 0.633z" stroke="#cf1126" stroke-width=".073416" nodetypes="cccs" fill="#cf1126"/> | |
<g id="zid_2547" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" fill="#cf1126"> | |
<path id="zid_2548" d="m140.72 708.26c-8.256-0.75-27.018-4.503-27.769-0.75-0.75 3.752 10.132 47.657 15.761 53.285 5.628 5.629 31.896 17.637 34.523 16.136 2.626-1.501-5.254-28.894-8.256-33.772-3.002-4.879-12.008-22.515-11.257-23.266 0.75-0.75-3.378-11.633-3.002-11.633z" transform="translate(.75050 -.000030518)" stroke-width="1pt" nodetypes="ccccccc"/> | |
<path id="zid_2549" d="m124.24 411.54c2.012-10.563 14.294 2.08 13.078 15.841-0.599 4.669 2.012 9.812 4.527 12.327" transform="translate(.70755 295.23)" stroke="#000" stroke-width="2.5" nodetypes="ccc"/> | |
<path id="zid_2550" d="m134.8 412.04-0.461 0.614c6.16-10.424 12.116 4.416 13.036 21.518" transform="translate(.70755 295.23)" stroke="#000" stroke-width="2.5" nodetypes="ccc"/> | |
<path id="zid_2551" d="m113.62 410.41c-0.356-8.536 13.509-10.988 12.651 19.87 6.045 3.912 13.16 18.85 13.515 24.186 4.537 1.067 12.093 6.646 13.933 11.27" transform="translate(.70755 295.23)" stroke="#000" stroke-width="2.5" nodetypes="cccc"/> | |
<path id="zid_2552" d="m147.62 581.4c0.648-23.495 1.018-73.806-1.442-79.264-4.326-10.103-26.09-21.818-32.722-37.702-6.639-16.804-12.299-55.134-9.604-59.754 3.529-6.659 15.295 8.181 12.094 24.542 14.228 16.717 11.237 26.675 13.871 28.81 8.774 6.757 22.171 11.382 24.541 17.428 4.877 10.817-1.066-15.295-4.979-20.63-3.912-5.335-10.67-17.072-6.046-19.917 4.623-2.846 12.804 4.624 13.871 6.758s12.093 14.227 15.294 17.072c5.691 4.268 20.064 13.809 19.778 21.988-0.015 13.222 1.159 100.21 1.159 100.21" transform="translate(.70755 295.23)" stroke="#000" stroke-width="2.5" nodetypes="cssscssccccsc"/> | |
<path id="zid_2553" d="m144.97 612.37s-0.09 9.457-0.089 9.635c4.104 4.996 21.234 5.552 25.068 5.531 3.752-0.11 19.87 0.178 23.617-5.977 0.089-0.178 0.232-8.033 0.232-10.192" transform="translate(.70755 295.23)" stroke="#000" stroke-width="2.5" nodetypes="ccscc"/> | |
<path id="zid_2554" d="m144.2 585.22c-4.745 1.055-5.985 6.852-2.637 11.073 2.715 3.424 13.973 7.381 26.891 7.646 12.917 0.262 30.054-4.219 30.844-11.337 0.264-7.118-6.421-6.684-5.63-6.42" transform="translate(.70755 308.41)" stroke="#000" stroke-width="2.5" nodetypes="csccc"/> | |
<path id="zid_2555" d="m144.2 585.31c-4.745 1.055-5.632 7.03-2.284 11.251 2.715 3.424 14.147 8.172 27.065 8.436 12.917 0.263 29.263-5.009 30.053-12.127 0.264-7.118-4.652-6.505-5.009-6.327" transform="translate(.70755 295.23)" stroke="#000" stroke-width="2.5" nodetypes="csccc"/> | |
<path id="zid_2556" d="m171.09 592.6c17.135 0.264 28.208-8.172 28.208-12.653 0-4.482-5.536-4.746-8.964-3.428-3.427 1.318-8.699 4.665-19.771 4.745-11.334 0.345-21.354-7.908-24.781-7.645-3.427 0.264-6.112 3.98-5.009 7.909 1.357 3.897 13.445 11.599 30.317 11.072z" transform="translate(.70755 295.23)" stroke="#000" stroke-width="2.5" nodetypes="cccscsc"/> | |
</g> | |
<g id="zid_2557" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" fill="#cf1126"> | |
<path id="zid_2558" d="m140.72 708.26c-8.256-0.75-27.018-4.503-27.769-0.75-0.75 3.752 10.132 47.657 15.761 53.285 5.628 5.629 31.896 17.637 34.523 16.136 2.626-1.501-5.254-28.894-8.256-33.772-3.002-4.879-12.008-22.515-11.257-23.266 0.75-0.75-3.378-11.633-3.002-11.633z" transform="matrix(-1 0 0 1 770.08 -.000061035)" stroke-width="1pt" nodetypes="ccccccc"/> | |
<path id="zid_2559" d="m124.24 411.54c2.012-10.563 14.294 2.08 13.078 15.841-0.599 4.669 2.012 9.812 4.527 12.327" transform="matrix(-1 0 0 1 770.13 295.23)" stroke="#000" stroke-width="2.5" nodetypes="ccc"/> | |
<path id="zid_2560" d="m134.8 412.04-0.461 0.614c6.16-10.424 12.116 4.416 13.036 21.518" transform="matrix(-1 0 0 1 770.13 295.23)" stroke="#000" stroke-width="2.5" nodetypes="ccc"/> | |
<path id="zid_2561" d="m113.62 410.41c-0.356-8.536 13.509-10.988 12.651 19.87 6.045 3.912 13.16 18.85 13.515 24.186 4.537 1.067 12.093 6.646 13.933 11.27" transform="matrix(-1 0 0 1 770.13 295.23)" stroke="#000" stroke-width="2.5" nodetypes="cccc"/> | |
<path id="zid_2562" d="m147.62 581.4c0.648-23.495 1.018-73.806-1.442-79.264-4.326-10.103-26.09-21.818-32.722-37.702-6.639-16.804-12.299-55.134-9.604-59.754 3.529-6.659 15.295 8.181 12.094 24.542 14.228 16.717 11.237 26.675 13.871 28.81 8.774 6.757 22.171 11.382 24.541 17.428 4.877 10.817-1.066-15.295-4.979-20.63-3.912-5.335-10.67-17.072-6.046-19.917 4.623-2.846 12.804 4.624 13.871 6.758s12.093 14.227 15.294 17.072c5.691 4.268 20.064 13.809 19.778 21.988-0.015 13.222 1.159 100.21 1.159 100.21" transform="matrix(-1 0 0 1 770.13 295.23)" stroke="#000" stroke-width="2.5" nodetypes="cssscssccccsc"/> | |
<path id="zid_2563" d="m144.97 612.37s-0.09 9.457-0.089 9.635c4.104 4.996 21.234 5.552 25.068 5.531 3.752-0.11 19.87 0.178 23.617-5.977 0.089-0.178 0.232-8.033 0.232-10.192" transform="matrix(-1 0 0 1 770.13 295.23)" stroke="#000" stroke-width="2.5" nodetypes="ccscc"/> | |
<path id="zid_2564" d="m144.2 585.22c-4.745 1.055-5.985 6.852-2.637 11.073 2.715 3.424 13.973 7.381 26.891 7.646 12.917 0.262 30.054-4.219 30.844-11.337 0.264-7.118-6.421-6.684-5.63-6.42" transform="matrix(-1 0 0 1 770.13 308.41)" stroke="#000" stroke-width="2.5" nodetypes="csccc"/> | |
<path id="zid_2565" d="m144.2 585.31c-4.745 1.055-5.632 7.03-2.284 11.251 2.715 3.424 14.147 8.172 27.065 8.436 12.917 0.263 29.263-5.009 30.053-12.127 0.264-7.118-4.652-6.505-5.009-6.327" transform="matrix(-1 0 0 1 770.13 295.23)" stroke="#000" stroke-width="2.5" nodetypes="csccc"/> | |
<path id="zid_2566" d="m171.09 592.6c17.135 0.264 28.208-8.172 28.208-12.653 0-4.482-5.536-4.746-8.964-3.428-3.427 1.318-8.699 4.665-19.771 4.745-11.334 0.345-21.354-7.908-24.781-7.645-3.427 0.264-6.112 3.98-5.009 7.909 1.357 3.897 13.445 11.599 30.317 11.072z" transform="matrix(-1 0 0 1 770.13 295.23)" stroke="#000" stroke-width="2.5" nodetypes="cccscsc"/> | |
</g> | |
</g> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<pattern id="zflag_bo" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_2567" fill-rule="evenodd"> | |
<rect id="zid_2568" height="167.36" width="512" y="344.64" x="0" fill="#009a00"/> | |
<rect id="zid_2569" height="175" width="512" y="-2.1316e-14" x="0" fill="#f00"/> | |
<rect id="zid_2570" height="169.65" width="512" y="175" x="0" fill="#ff0"/> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<pattern id="zflag_bq" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_2571" transform="matrix(.56889 0 0 .85333 0 .75093)"> | |
<rect id="zid_2572" height="6" width="9" y="-.88" x="0" fill="#21468b"/> | |
<rect id="zid_2573" height="4" width="9" y="-.88" x="0" fill="#fff"/> | |
<rect id="zid_2574" height="2" width="9" y="-.88" x="0" fill="#ae1c28"/> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<pattern id="zflag_br" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_2575" stroke-width="1pt"> | |
<rect id="zid_2576" fill-rule="evenodd" height="512" width="512" y="0" x="0" fill="#229e45"/> | |
<g id="zid_2577" transform="matrix(.74806 0 0 .74806 65.576 64.496)"> | |
<path id="zid_2578" d="m261.72 455.71 307.29-199.44-309.15-199.98-308.3 200.46 310.16 198.96z" fill-rule="evenodd" fill="#f8e509"/> | |
<path id="zid_2579" d="m293.25 149.98c0 41.878-34.418 75.827-76.874 75.827-42.457 0-76.874-33.949-76.874-75.827s34.418-75.827 76.874-75.827c42.457 0 76.874 33.949 76.874 75.827z" fill-rule="evenodd" transform="matrix(1.6911 0 0 1.7117 -100.3 -.71516)" fill="#2b49a3"/> | |
<polygon id="zid_2580" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.5567 0 0 1.5877 -132.89 162.78)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2581" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.5567 0 0 1.5877 -45.771 184.84)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2582" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.3448 0 0 1.3716 -34.894 172.87)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2583" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.3204 0 0 1.3467 58.669 162.88)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2584" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.5567 0 0 1.5877 -84.912 110.55)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2585" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.5567 0 0 1.5877 -192.18 70.278)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2586" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.5567 0 0 1.5877 -179.28 123.85)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2587" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.3751 0 0 1.4025 -3.9188 70.499)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2588" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.083 0 0 1.1046 55.481 137.43)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2589" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.0393 0 0 1.06 -79.913 190.38)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2590" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(.84693 0 0 .79301 167.62 231.47)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2591" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.0393 0 0 1.06 -79.913 190.38)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2592" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.0393 0 0 1.06 -79.913 190.38)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2593" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.0393 0 0 1.06 -37.226 190.37)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2594" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.0393 0 0 1.06 -42.53 204.57)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2595" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.0393 0 0 1.06 46.108 178.72)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2596" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.0393 0 0 1.06 20.098 178.71)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2597" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(.65125 0 0 .66422 38.233 212.26)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2598" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.0393 0 0 1.06 120.35 213.95)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2599" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(.86091 0 0 .88028 139.46 236.14)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2600" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(.80183 0 0 .81855 163.18 242.54)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2601" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(.77230 0 0 .78768 199.27 220.26)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2602" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.0086 0 0 .97287 105.45 240.62)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2603" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(.91998 0 0 .97287 125.85 252.28)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2604" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(.77230 0 0 .78768 139.93 245.86)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2605" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(.77230 0 0 .78768 121.49 245.86)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2606" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(.77230 0 0 .78768 90.179 218.48)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2607" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(.65415 0 0 .66718 120.67 287.26)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<polygon id="zid_2608" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.5567 0 0 1.5877 -132.89 97.877)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/> | |
<path id="zid_2609" d="m387.05 302.7c1.9812-5.1813 4.537-12.995 5.8942-20.167-69.048-60.656-146.02-91.728-243.28-85.335-3.4867 6.6859-6.2778 13.683-8.6308 21.256 115.24-10.994 199.71 40.026 246.02 84.246z" stroke-opacity=".50314" fill-rule="evenodd" fill="#fff"/> | |
<path id="zid_2610" d="m356.01 268.6 2.4671 1.3471c-0.38704 0.87468-0.49104 1.6398-0.31543 2.292 0.18244 0.659 0.63597 1.2324 1.3589 1.722 0.76726 0.52378 1.4527 0.75315 2.0562 0.69153 0.6104-0.0616 1.0656-0.31153 1.3606-0.74801 0.18584-0.27901 0.26257-0.57342 0.22847-0.87981-0.0273-0.3064-0.19608-0.6727-0.50468-1.0955-0.21313-0.28585-0.73316-0.89008-1.5584-1.811-1.0605-1.1828-1.6931-2.1807-1.8977-2.9938-0.28303-1.1434-0.11083-2.1824 0.52003-3.1187 0.40749-0.60252 0.9548-1.051 1.6436-1.3437 0.69905-0.29441 1.4612-0.36117 2.283-0.20198 0.82692 0.1609 1.6965 0.54945 2.6001 1.1657 1.48 1.0048 2.3734 2.0866 2.6786 3.2437 0.31201 1.1605 0.12105 2.2971-0.57459 3.4097l-2.4501-1.5114c0.30691-0.67783 0.38193-1.2632 0.22166-1.7562-0.15005-0.49468-0.56095-0.96882-1.2327-1.4241-0.69053-0.469-1.3282-0.69495-1.9113-0.67612-0.3768 0.012-0.66665 0.17117-0.87296 0.47757-0.18926 0.28071-0.23188 0.6008-0.13129 0.96026 0.13129 0.45702 0.6803 1.2153 1.6556 2.2766 0.97185 1.0595 1.6351 1.9256 1.988 2.5966 0.36146 0.66928 0.52515 1.3659 0.49105 2.0883-0.0239 0.72062-0.28986 1.4549-0.79283 2.203-0.45694 0.67954-1.0724 1.1845-1.8465 1.5217-0.77408 0.33721-1.601 0.41937-2.4842 0.24306-0.87808-0.17972-1.8295-0.61792-2.8525-1.3146-1.4902-1.0099-2.404-2.1328-2.7382-3.3635-0.32906-1.2358-0.12787-2.571 0.6104-4.0002z" stroke-opacity=".50196" fill="#309e3a"/> | |
<path id="zid_2611" d="m344.31 260.92 2.52 1.2444c-0.35124 0.88837-0.42455 1.6586-0.22336 2.3022 0.21142 0.65044 0.68371 1.2067 1.4271 1.6672 0.78942 0.49126 1.4816 0.69324 2.0818 0.60765 0.6104-0.0873 1.0554-0.35261 1.3299-0.80107 0.17732-0.28585 0.2404-0.58369 0.19437-0.88837-0.0392-0.30639-0.22336-0.66585-0.55072-1.0766-0.22335-0.2773-0.76384-0.85756-1.6283-1.7459-1.1066-1.14-1.7783-2.1122-2.0153-2.915-0.32906-1.1314-0.19778-2.1756 0.39215-3.1375 0.38534-0.61792 0.91389-1.0869 1.5891-1.407 0.68882-0.3218 1.4476-0.42107 2.2745-0.29612 0.83375 0.13009 1.7169 0.4827 2.6445 1.0612 1.5209 0.94314 2.4552 1.989 2.8064 3.1324 0.35805 1.1485 0.21312 2.2902-0.43478 3.4302l-2.5115-1.4122c0.27963-0.6881 0.33248-1.2752 0.15175-1.7613-0.1705-0.48954-0.60016-0.94657-1.2873-1.3745-0.71099-0.44162-1.3572-0.64017-1.9369-0.59738-0.3768 0.0257-0.65984 0.19856-0.85421 0.51351-0.17561 0.28756-0.20801 0.60594-0.0921 0.96197 0.14834 0.45189 0.72804 1.1879 1.7442 2.2098 1.0128 1.0185 1.7118 1.8572 2.0903 2.5128 0.38875 0.65387 0.57971 1.3437 0.57459 2.066 0.007 0.72234-0.23188 1.4652-0.70246 2.2355-0.42966 0.69324-1.0281 1.2256-1.7851 1.5953-0.76044 0.36802-1.5857 0.4827-2.474 0.34234-0.88149-0.14378-1.8499-0.54603-2.9019-1.1982-1.5277-0.9517-2.4859-2.0352-2.8695-3.2522-0.38192-1.2222-0.23358-2.5624 0.44672-4.0191z" stroke-opacity=".50196" fill="#309e3a"/> | |
<path id="zid_2612" d="m329.83 257.04 7.4168-12.196 9.0076 5.5202-1.2549 2.0643-6.5523-4.0173-1.647 2.7028 6.0988 3.7383-1.2498 2.054-6.0988-3.7366-2.017 3.319 6.7859 4.1594-1.2515 2.0557-9.2377-5.664z" stroke-opacity=".50196" fill="#309e3a"/> | |
<path id="zid_2613" d="m308.74 239.72 1.0997-2.1413 5.5055 2.85-2.595 5.058c-0.80476 0.24306-1.8158 0.30126-3.04 0.17289-1.2123-0.1318-2.3393-0.46558-3.381-1.0048-1.3231-0.68468-2.3342-1.5559-3.0332-2.6206-0.69565-1.0698-1.0281-2.2474-0.99232-3.5381 0.0392-1.2975 0.36999-2.5538 0.99573-3.7726 0.67688-1.3231 1.5601-2.3536 2.641-3.0982 1.0759-0.74117 2.2915-1.1109 3.6368-1.1109 1.0281-0.003 2.1449 0.31153 3.3538 0.93287 1.572 0.81477 2.6274 1.7802 3.1645 2.8996 0.54901 1.1177 0.64961 2.3245 0.30349 3.6236l-2.7809-0.83702c0.14151-0.71548 0.058-1.3813-0.25405-1.9941-0.30179-0.61792-0.82181-1.116-1.5567-1.4977-1.1185-0.57855-2.1875-0.68296-3.2156-0.31153-1.0196 0.36973-1.8874 1.253-2.6036 2.6514-0.77578 1.508-1.0247 2.8123-0.74509 3.9146 0.28304 1.0938 0.96333 1.9222 2.0477 2.4837 0.53366 0.27558 1.1219 0.44847 1.763 0.51693 0.65132 0.0668 1.2447 0.0496 1.7868-0.0514l0.82693-1.6124-2.9275-1.5131z" stroke-opacity=".50196" fill="#309e3a"/> | |
<path id="zid_2614" d="m216.76 216.91 2.0733-14.135 4.2523 0.6299 1.1441 10.017 3.9352-9.2688 4.2676 0.6299-2.0716 14.137-2.6411-0.39026 1.6334-11.128-4.4279 10.715-2.7365-0.40567-1.156-11.539-1.6317 11.126-2.6411-0.38856z" stroke-opacity=".50196" fill="#309e3a"/> | |
<path id="zid_2615" d="m202.38 215.24 1.3299-14.229 10.506 0.99278-0.22165 2.4066-7.647-0.72062-0.29667 3.1546 7.1133 0.66927-0.22336 2.3981-7.115-0.67099-0.35976 3.8718 7.9129 0.74459-0.22165 2.3998-10.777-1.0168z" stroke-opacity=".50196" fill="#309e3a"/> | |
<g id="zid_2616" transform="matrix(1.397 -.89423 .89074 1.4025 -199.05 128.1)" stroke-opacity=".50196"> | |
<path id="zid_2617" d="m154.79 154.48c0.49-0.725 1.01-1.26 1.56-1.605 0.406-0.253 0.847-0.429 1.319-0.529 0.476-0.098 0.928-0.103 1.356-0.016 0.57 0.112 1.145 0.364 1.724 0.755 1.048 0.71 1.666 1.602 1.853 2.676 0.192 1.078-0.105 2.196-0.888 3.354-0.777 1.148-1.698 1.837-2.763 2.064-1.062 0.225-2.116-0.016-3.16-0.723-1.059-0.716-1.681-1.607-1.87-2.673-0.187-1.07 0.103-2.171 0.869-3.303z" fill="#309e3a"/> | |
<path id="zid_2618" d="m156.31 155.43c-0.545 0.805-0.773 1.543-0.683 2.212 0.091 0.666 0.424 1.193 0.997 1.58 0.572 0.387 1.181 0.499 1.824 0.336 0.649-0.165 1.252-0.66 1.811-1.485 0.551-0.815 0.783-1.545 0.696-2.189-0.085-0.642-0.423-1.163-1.015-1.564-0.592-0.4-1.207-0.519-1.846-0.357-0.636 0.159-1.231 0.648-1.784 1.467z" fill="#f7ffff"/> | |
</g> | |
<g id="zid_2619" transform="matrix(1.383 -.91592 .91234 1.3884 -199.32 133.77)" stroke-opacity=".50196"> | |
<path id="zid_2620" d="m160.44 163.42 4.814-7.115 3.023 2.046c0.761 0.515 1.269 0.952 1.524 1.314 0.261 0.36 0.384 0.774 0.37 1.241s-0.163 0.91-0.448 1.331c-0.361 0.534-0.817 0.869-1.367 1.006-0.548 0.134-1.165 0.035-1.851-0.297 0.188 0.391 0.31 0.764 0.363 1.116 0.058 0.354 0.07 0.924 0.039 1.71l-0.07 1.975-1.718-1.162 0.009-2.251c0.006-0.802-0.012-1.321-0.051-1.555-0.038-0.238-0.115-0.434-0.232-0.589-0.115-0.157-0.337-0.348-0.668-0.571l-0.29-0.197-2.01 2.97-1.437-0.972z" fill="#309e3a"/> | |
<path id="zid_2621" d="m164.66 160.29 1.063 0.719c0.689 0.467 1.139 0.729 1.35 0.787 0.211 0.057 0.413 0.048 0.606-0.029s0.362-0.222 0.507-0.435c0.162-0.24 0.228-0.476 0.196-0.709-0.025-0.234-0.141-0.45-0.348-0.646-0.106-0.095-0.45-0.34-1.032-0.734l-1.121-0.758-1.221 1.805z" fill="#fff"/> | |
</g> | |
<g id="zid_2622" transform="matrix(1.4175 -.86112 .85776 1.4231 -194.72 119.26)" stroke-opacity=".50196"> | |
<path id="zid_2623" d="m172.42 161.16 2.626 1.776c0.592 0.401 1.012 0.751 1.261 1.052 0.334 0.405 0.544 0.866 0.629 1.381 0.086 0.515 0.052 1.053-0.101 1.615-0.152 0.558-0.452 1.17-0.903 1.836-0.396 0.586-0.811 1.041-1.243 1.367-0.529 0.397-1.065 0.644-1.613 0.741-0.412 0.075-0.877 0.036-1.393-0.115-0.385-0.114-0.843-0.351-1.374-0.71l-2.702-1.828 4.813-7.115z" fill="#309e3a"/> | |
<path id="zid_2624" d="m173.05 163.33-3.188 4.713 1.073 0.725c0.4 0.272 0.706 0.445 0.914 0.52 0.272 0.099 0.532 0.131 0.778 0.095 0.25-0.034 0.53-0.177 0.841-0.429 0.314-0.254 0.657-0.656 1.029-1.206s0.609-1.006 0.712-1.366c0.102-0.36 0.121-0.681 0.058-0.965-0.063-0.283-0.209-0.544-0.438-0.784-0.17-0.181-0.548-0.47-1.134-0.866l-0.645-0.437z" fill="#fff"/> | |
</g> | |
<g id="zid_2625" transform="matrix(1.5511 -.58458 .58229 1.5572 -164.55 46.058)" stroke-opacity=".50196"> | |
<path id="zid_2626" d="m200.75 190.69 4.813-7.115 2.306 1.56c0.873 0.591 1.419 1.012 1.636 1.263 0.335 0.382 0.519 0.846 0.551 1.391 0.034 0.542-0.141 1.096-0.524 1.662-0.295 0.437-0.622 0.751-0.983 0.941-0.359 0.191-0.72 0.288-1.082 0.294-0.357 0.004-0.68-0.052-0.97-0.168-0.388-0.164-0.908-0.466-1.558-0.906l-0.936-0.634-1.816 2.684-1.437-0.972z" fill="#309e3a"/> | |
<path id="zid_2627" d="m206.19 185.75-1.366 2.019 0.786 0.532c0.567 0.383 0.97 0.602 1.211 0.656 0.242 0.055 0.469 0.039 0.683-0.047 0.217-0.084 0.397-0.231 0.539-0.442 0.175-0.259 0.244-0.523 0.206-0.794-0.039-0.272-0.16-0.507-0.364-0.706-0.15-0.149-0.483-0.398-1.001-0.748l-0.694-0.47z" fill="#fff"/> | |
</g> | |
<g id="zid_2628" transform="matrix(1.6028 -.42116 .41952 1.6091 -143.19 2.8883)" stroke-opacity=".50196"> | |
<path id="zid_2629" d="m207.39 195.18 4.813-7.114 3.024 2.046c0.761 0.514 1.269 0.952 1.524 1.313 0.261 0.361 0.384 0.774 0.37 1.241s-0.163 0.911-0.448 1.331c-0.361 0.534-0.817 0.869-1.367 1.006-0.548 0.134-1.165 0.035-1.851-0.296 0.188 0.391 0.31 0.763 0.363 1.115 0.058 0.355 0.07 0.925 0.039 1.71l-0.07 1.976-1.718-1.162 0.009-2.251c0.005-0.803-0.012-1.321-0.051-1.556-0.038-0.237-0.115-0.433-0.232-0.588-0.115-0.158-0.337-0.348-0.668-0.572l-0.29-0.197-2.01 2.971-1.437-0.973z" fill="#309e3a"/> | |
<path id="zid_2630" d="m211.6 192.05 1.063 0.719c0.689 0.466 1.138 0.728 1.349 0.785 0.211 0.058 0.413 0.049 0.607-0.028 0.193-0.076 0.362-0.222 0.506-0.435 0.162-0.24 0.228-0.476 0.197-0.709-0.025-0.234-0.142-0.449-0.348-0.646-0.106-0.095-0.45-0.339-1.032-0.733l-1.121-0.759-1.221 1.806z" fill="#fff"/> | |
</g> | |
<g id="zid_2631" transform="matrix(1.5864 -.47997 .47809 1.5926 -149.72 20.414)" stroke-opacity=".50196"> | |
<path id="zid_2632" d="m216.64 196.32c0.491-0.725 1.011-1.26 1.559-1.605 0.408-0.253 0.847-0.43 1.321-0.529 0.476-0.098 0.928-0.103 1.355-0.017 0.571 0.112 1.145 0.364 1.724 0.756 1.049 0.709 1.666 1.601 1.854 2.676 0.191 1.077-0.105 2.195-0.889 3.353-0.777 1.149-1.698 1.837-2.762 2.065-1.062 0.225-2.116-0.017-3.161-0.724-1.058-0.715-1.681-1.606-1.87-2.672-0.187-1.07 0.103-2.171 0.869-3.303z" fill="#309e3a"/> | |
<path id="zid_2633" d="m218.16 197.28c-0.545 0.805-0.773 1.542-0.683 2.212 0.092 0.665 0.424 1.192 0.997 1.58 0.573 0.387 1.18 0.499 1.824 0.335 0.649-0.164 1.253-0.659 1.811-1.484 0.552-0.816 0.784-1.545 0.696-2.19-0.084-0.641-0.423-1.163-1.015-1.563-0.592-0.401-1.207-0.52-1.845-0.357-0.636 0.159-1.231 0.648-1.785 1.467z" fill="#fff"/> | |
</g> | |
<g id="zid_2634" transform="matrix(1.6454 -.19485 .19409 1.6519 -103.71 -53.916)" stroke-opacity=".50196"> | |
<path id="zid_2635" d="m230.03 210.5 4.813-7.115 3.024 2.046c0.76 0.515 1.268 0.952 1.524 1.314 0.26 0.36 0.384 0.774 0.37 1.241s-0.164 0.91-0.448 1.331c-0.361 0.534-0.817 0.869-1.368 1.006-0.548 0.134-1.164 0.035-1.85-0.297 0.188 0.391 0.309 0.764 0.363 1.116 0.057 0.355 0.07 0.924 0.039 1.71l-0.071 1.975-1.717-1.162 0.008-2.25c0.005-0.804-0.011-1.322-0.051-1.556-0.037-0.237-0.115-0.434-0.232-0.589-0.114-0.157-0.337-0.348-0.667-0.571l-0.291-0.197-2.009 2.97-1.437-0.972z" fill="#309e3a"/> | |
<path id="zid_2636" d="m234.24 207.36 1.063 0.719c0.689 0.467 1.139 0.728 1.35 0.786 0.21 0.058 0.413 0.048 0.607-0.028 0.193-0.077 0.361-0.222 0.506-0.436 0.162-0.239 0.227-0.475 0.197-0.708-0.026-0.234-0.142-0.45-0.348-0.646-0.106-0.095-0.45-0.34-1.033-0.734l-1.12-0.758-1.222 1.805z" fill="#fff"/> | |
</g> | |
<g id="zid_2637" transform="matrix(1.6568 0 0 1.6633 -60.955 -99.344)" stroke-opacity=".50196"> | |
<path id="zid_2638" d="m259.17 225.1c0.49-0.725 1.01-1.26 1.56-1.605 0.407-0.253 0.847-0.429 1.32-0.529 0.477-0.097 0.928-0.103 1.355-0.017 0.571 0.113 1.146 0.365 1.725 0.757 1.048 0.709 1.666 1.601 1.854 2.676 0.191 1.077-0.106 2.194-0.89 3.353-0.777 1.148-1.697 1.837-2.761 2.065-1.063 0.224-2.116-0.017-3.162-0.724-1.057-0.716-1.681-1.607-1.87-2.673-0.187-1.07 0.103-2.171 0.869-3.303z" fill="#309e3a"/> | |
<path id="zid_2639" d="m260.69 226.05c-0.545 0.806-0.773 1.543-0.684 2.212 0.093 0.666 0.425 1.192 0.997 1.58 0.573 0.387 1.181 0.499 1.825 0.336 0.649-0.165 1.253-0.659 1.811-1.485 0.551-0.815 0.783-1.545 0.695-2.189-0.085-0.642-0.423-1.163-1.015-1.564s-1.207-0.52-1.845-0.357c-0.636 0.159-1.23 0.649-1.784 1.467z" fill="#fff"/> | |
</g> | |
<path id="zid_2640" d="m241.76 219.84 2.2915-10.031 7.4083 1.7083-0.38534 1.6946-5.3895-1.241-0.51321 2.2235 5.0195 1.1571-0.38874 1.6877-5.0127-1.1537-0.62574 2.7284 5.5805 1.2855-0.38533 1.6912-7.5992-1.7511z" stroke-opacity=".50196" fill="#309e3a"/> | |
</g> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<clipPath id="zid_2642" clipPathUnits="userSpaceOnUse"> | |
<rect id="zid_2643" fill-opacity="0.67" height="480.31" width="480.31" y="26.364" x="56.618"/> | |
</clipPath> | |
<pattern id="zflag_bs" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_2644" fill-rule="evenodd" clip-path="url(#zid_2642)" transform="matrix(1.066 0 0 1.0671 -60.354 -28.133)"> | |
<rect id="zid_2645" transform="scale(-1)" height="478.54" width="980.62" y="-506.18" x="-990.01" fill="#fff"/> | |
<rect id="zid_2646" transform="scale(-1)" height="201.32" width="980.62" y="-370.57" x="-990.01" fill="#ffe900"/> | |
<rect id="zid_2647" transform="scale(-1)" height="159.51" width="980.62" y="-506.18" x="-990.01" fill="#08ced6"/> | |
<rect id="zid_2648" transform="scale(-1)" height="159.51" width="980.62" y="-187.29" x="-990.01" fill="#08ced6"/> | |
<path id="zid_2649" d="m8.9252 25.872c2.1773 0 392.37 236.97 392.37 236.97l-393.46 242.54 1.0852-479.51z"/> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<pattern id="zflag_bt" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_2650"> | |
<path id="zid_2651" d="m-0.000099 0.00001v512l512-512-512 0.00001z" fill-rule="evenodd" stroke-width="1pt" fill="#ffca00"/> | |
<path id="zid_2652" d="m-0.000099 512h512v-512l-512 512z" fill-rule="evenodd" stroke-width="1pt" fill="#ff6500"/> | |
<g id="zid_2653" stroke="#000" transform="matrix(.22932 0 0 .22932 -115.23 14.488)"> | |
<path id="zid_2654" stroke-linejoin="round" d="m1256.1 1461.6s-69.12-2.38-97.72 32.57c-28.6 34.96-138.73 132.97-147.77 139.84-4.1 2.75-92.166 20.65-92.166 20.65 43.241-43.16 91.606-58.93 131.28-134.52-19.8 37.93-34.94 54.53-58.098 75.39-20.13-9.37-72.357 31.26-116.08 50.39 0.794-1.59 47.948-39.71 73.513-88.36-14.566 12.71-47.824 44.67-62.39 57.38-34.636 3.3-50.328 41.68-63.56 46.87-81.129 26.37-57.093 10.31-75.477 27.81-7.416 14.51-23.258 26.08-32.92 27.04-76.119 7.53-78.319 32.53-117.24 46.85-24.871 7.27-40.67 0.24-54.82-9.54 19.068-6.88 42.809-5.24 57.204-20.65 0 0 69.714-83.06 133.47-92.16 36.547-6.36 42.109-27.81 42.109-27.81s-108.05 30.19-126.32 46.08c-17.173 4.89-46.429 9.11-72.299 6.36 47.802-17.59 77.381-41.76 90.572-56.41 7.559-8.39 52.437-8.74 52.437-8.74s75.477-32.58 77.066-32.58 57.203-32.57 57.203-32.57-66.737 17.48-68.326 17.48-77.954 3.17-77.954 2.38c20.341-26.04 93.651-27.85 104.17-34.16 24.549-24.55 100.9-15.1 104.08-18.28 3.178-3.17-80.244-28.6-115.2-21.45-34.957 7.15-88.188-36.54-88.188-36.54s73.093-11.13 96.928-0.8 109.64 32.58 114.41 28.6c4.767-3.97 98.874-37.34 109.64-25.42-9.27-19.82-20.97-19.29-20.66-36.55 17.48 0.8 34.96 1.59 52.44 2.39 0 0 27.01-35.76 26.21-37.34-24.52-8.99-30.06-33.86-30.06-33.86 31.43 5.24 41.98 1.28 41.98 2.08 0 0.79 27.81-30.99 27.81-30.99l19.07-30.19 14.3-65.15c-28.89 15.62-84.22-0.79-83.42-1.59 60.14-21.09 78.33-51.65 105.66-53.23-11.71-59.36 23.04-79.45 23.04-78.65 0 0.79 23.84-51.65 23.84-51.65s-25.47-8.57-73.1 0c45.14-53.576 116.8-34.159 116.8-34.159 14.78-47.507 60.38-30.191 60.38-31.78-11.61-25.87 23.23-38.998 45.87-38.217-3.25-19.279-23.91-39.634-31.85-55.789 37.86 24.335 77.3 14.888 97.21 50.309 11.92 1.324 23.83 2.648 35.75 3.972 0 0 39.72 7.151 40.52 7.151 0.79 0 41.31 3.972 41.31 3.972 7.11-20.135-17.98-17.57-11.92-66.737 48.39 24.041 45.06 71.836 83.42 99.045 30.24-2.083 39.37 8.503 54.3 22.257 17.42-3.695 38.7 4.031 49.78 21.706-0.53-18.737 4.86-45.175 28.61-11.92l43.69-1.59s-57.4-83.619-108.05-36.543c14.81-51.104 66.74-46.08 66.74-46.08s-13.5-23.394-12.71-49.259c-27.72-11.085-36.55-57.998-37.34-57.203-0.8 0.794-47.22 9.201-68.33 64.354-39.59-43.029 14.05-96.465 17.21-105.97 5.45-20.355 10.9-40.71 16.36-61.065-4.28-20.053-2.62-30.001 15.69-45.893-12.21-12.641-6.59-24.688 7.94-32.574-4.91-8.644-0.9-17.289 1.33-25.933l194.1-11.095 43.72 60.068 7.15 32.575-16.69 42.902 50.06 59.587 18.27 19.068 38.13 22.246s35.76 15.095 36.55 15.89c0.8 0.794 42.9 11.123 44.49 11.917 1.59 0.795 34.96 19.863 40.52 21.452s108.05 0 108.05 0l57.21-4.767-0.8 93.75c-10.06 2.383-20.13 4.767-30.19 7.15-13.01 11.181-16.78 17.715-39.03 33.54-30.81 8.63-53.13 6.98-53.92 6.98-0.8 0-30.99-7.95-31.78-8.74-0.8-0.79-34.17-11.123-34.17-11.123l-52.43-12.712c-21.57-3.389-30.19 11.123-31.78 13.507-1.59 2.383-10.33 105.67-10.33 105.67s-18.28 46.87-18.28 47.67c0 0.79-16.94 31.33-30.19 42.11-2.46 12.63-4.44 26.1-34.95 48.46-6.47 20.21-1.23 39.69 20.65 43.7 10.59 4.24 21.19 8.47 31.78 12.71 15.89 3.71 31.78 7.41 47.67 11.12 17.48 3.71 34.96 7.42 52.44 11.13l-37.34 81.83-92.16-15.1s-61.18-15.89-61.97-15.89c-0.8 0-67.54-35.75-67.54-35.75s-21.45-48.46-21.45-49.26c0-0.79-19.07-40.52-18.27-42.9 0.79-2.38 0.79-25.42 0.79-26.22 0-0.79-64.35-13.5-64.35-13.5l-67.53-7.15-73.89-19.87-56.41-16.68-36.55-12.71-40.52-3.18s-53.23 7.94-53.23 8.74c0 0.79-46.87 13.5-46.87 14.3 0 0.79-30.19 70.71-30.19 70.71l-14.3 54.02 22.24 41.32 7.95 115.2-20.66 42.9 14.3 31.78 28.6 46.88 16.69 32.57-104.11 33-13.48-53.66s-35.75-88.18-34.95-88.98c0.79-0.79 1.58-29.4 1.58-30.19z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2655" stroke-linejoin="round" d="m1361.4 1334.8c21.64 6.49 22.04-36.04 39.31-51.89 13.71-57.35 87.87-55.35 111.38-16.87-78.63-5.92-48.37 38.26-72.56 57.38 61.85-29.22 118.8-24.14 131.63 16.87-24.86 47.26-48.09 91.25-72.95 138.5-39.61 19.78-57.45-7.28-100.88-32.17-10.12-1.69-20.24-3.38-30.37-5.07-1.12-34.31-4.43-72.43-5.56-106.75z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2656" stroke-linejoin="round" d="m1409.8 1600.8s105.8-3.31 106.18 47.61c9.67 29.26 40.31 27.01-6.61 104.28 1.88-99.39-61.87-101.81-106.58-99.51 55.77 7.81 65.7 91.28 41.24 123.17-63.17-2.26-116.01-15.98-179.18-18.24-22.07-24.39-48.16-81.44 36.94-121.87 36.01-11.82 72.01-23.63 108.01-35.44z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2657" stroke-linejoin="round" d="m2118 1319c10.12-3.94 20.25-7.87 30.37-11.81 0 0 93.36-113.4 165.39-50.63-49.44 7.44-89.72 67.14-89.72 67.14 26.8-19.96 127.48-13.66 116.64 74.71-107.79 31.91-110.83 88.45-104.55 155.74-71.75-1.21-150.91-38.34-154.23-153.6 9.56-27.56 26.54-53.99 36.1-81.55z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2658" stroke-linejoin="round" d="m2504.2 838.76c0 39.052-31.658 70.71-70.71 70.71s-70.71-31.658-70.71-70.71 31.658-70.71 70.71-70.71 70.71 31.658 70.71 70.71z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2659" stroke-linejoin="round" d="m2334.7 967.46c26.03 20.071 57.02 27.401 114.19 34.021 30.11-17.68 85.69-16.962 89.97-56.232 30.02-10.715 36.69-46.91 11.86-56.917-1.06-10.617 0.63-51.827-45.53-52.78 6.2 15.326 11.73 57.38 11.73 57.38-24.06-2.831-40.5 38.816-40.5 37.128 0-0.843 13.26-66.026-50.98-68.006 22.1 36.947-6.4 66.319-6.4 66.319-6.76-8.438-6.79-23.247-19.2-27.792-31.9-13.428-37.97-52.335-36.61-73.195-16.73 14.128-29.2 28.254-28.58 46.982 0.25 30.795-1.26 60.527 0.05 93.092z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2660" d="m2428.6 591.3c54.41-7.579 103.13-21.793 135.2-45.663 10.35-7.706 97.69 6.9 142.66-19.956-68.16-3.929-113.31-13.621-125.45-9.604-38.18 11.144-127.12 35.847-134.09 32.703-0.61 6.301-11.43 33.754-18.32 42.52z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2661" stroke-linejoin="round" d="m2447.1 548.28c38.92-9.108 47.83-28.003 70.82-41.798 35.19-14.076 54.74-14.59 89.83-50.862-91.25 12.431-101.49 15.636-101.49 15.636-18.92 11.51-44.96 29.185-65.44 56.007 6.2 6.595 5.83 13.395 6.28 21.017z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2662" stroke-linejoin="round" d="m2440.6 527.02c0-0.376 35.61-39.959 35.92-56.898 1.56-5.689 18.18-15.08 24.43-37.332 4.06-60.689 9.7-62.018 9.7-62.018 28.59-16.06 22.5-50.869 35.78-76.929 0 0-41.96 46.853-65.4 72.542-6.25 13.5-7.89 48.11-8.27 48.11-6.62 15.625-23.71 17.662-36.83 43.6-7.39 19.673-1.23 37.685-12.37 63.295 7.6 0.136 11.7 2.004 17.04 5.63z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2663" stroke-linejoin="round" d="m2355.7 1458.5c0 52.654-42.685 95.339-95.339 95.339s-95.339-42.685-95.339-95.339 42.685-95.339 95.339-95.339 95.339 42.685 95.339 95.339z" fill-rule="evenodd" transform="translate(6.356 2.3834)" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2664" stroke-linejoin="round" d="m1429.3 1777.8c0 44.756-36.282 81.038-81.038 81.038s-81.038-36.282-81.038-81.038 36.282-81.038 81.038-81.038 81.038 36.282 81.038 81.038z" fill-rule="evenodd" transform="matrix(1.0686 0 0 1.0686 -88.555 -116.45)" stroke-linecap="round" stroke-width="3.5092" fill="#fff"/> | |
<path id="zid_2665" stroke-linejoin="round" d="m1595.3 1405.2c0 41.246-33.436 74.682-74.682 74.682s-74.682-33.436-74.682-74.682 33.436-74.682 74.682-74.682 74.682 33.436 74.682 74.682z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2666" stroke-linejoin="round" d="m1254.2 1492c-27.02 1.59-54.52 10.96-53.72 11.76 0.79 0.79 29.4 15.89 25.42 20.66-3.97 4.76-42.34 47.48-39.95 47.48 28.81 8.3 66.97-9.35 66.97-9.35s-15.57 25.07-18.15 32.76c25.68-13.83 49.77 4.24 55.61-9.59l-36.18-93.72z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2667" stroke-linejoin="round" d="m1821.2 1243.9c-16.33 10.06-71.25-1.25-71.25-1.25 16.18 16.76 26.43 28.72 63.75 32.5-26.66 12.09-44.02 29.25-75.21 39.63 48.79 20.87 81.46-13.38 81.46-12.13s9.47 22.34 2.05 52.38c19.3-5.08 23.84-24.77 38.27-20.65-12.08-28.75-26.98-61.73-39.07-90.48z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2668" stroke-linejoin="round" d="m2127.2 992.12c-1.38 9.062-3.14 25.302-40.33 44.132 24.33 10.56 65-12.5 65-11.25s-33.06 58.9 23.75 83.75c-1.51-44.49 6.25-80 6.25-80s20.89 28.73 36.25 62.5c24.54-26.38-8.75-76.25-8.75-76.25-27.09-6.25-56.01-16.632-82.17-22.882z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2669" stroke-linejoin="round" d="m2162.2 730.77s73.55 49.986 73.87 56.673c0.31 6.686-6.69 34.386-30.56 46.802 57.3 6.686 63.35-29.291 63.35-29.291s-11.78 40.753-2.23 52.852c31.52-19.422 30.57-50.305 30.57-50.305s21.01 31.838 16.24 49.031c6.68-3.502 42.98-41.39 10.18-59.856 7.64-24.834 10.51-40.436-17.19-51.579-2.97-14.964 4.88-19.739 7.32-29.609 0 0-27.38-8.279-30.56 15.282-2.55 4.776-88.02-50.242-88.97-50.561-0.29 1.447-32.02 50.88-32.02 50.561z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2670" stroke-linejoin="round" d="m2181.9 700.66s68.11 36.161 72.57 44.758" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2671" stroke-linejoin="round" d="m2420 521.25c-9.03 0-45-11.25-68.75 6.25-10.85-17.431-22.5-31.092-56.9-23.75 0.31-15.574-5.86-13.572-14.09-18.467-8.67-18.892-22.55-27.253-49.37-15.283-23.36-24.029-61.11-25.085-87.62-6.493-40.07-11.889-93.11 1.976-192.34 0.864-6.86-0.216-41.09 12.061-19.68 40.629-41.21-25.479-58.48 21.386-17.5 28.75 10 10 21.25 31.25 21.25 31.25s-71.64-51.222-111 6.062c-12.76 57.943 48.74 16.458 79.33 38.313 18.33 16.25 35.84 33.125 54.17 49.375 30.42-6.25 56.41-6.441 86.82-8.031-27.5 7.917-50.57 5.114-78.07 13.031 6.62 9.11 17.66 12.161 41.52 11.25l-50.76 17.733c31.09 24.052 70.33 8.256 100.26 12.5-18.98 28.438-58 58.508-107.27 44.767 21.21 33.789 63.39 29.467 106.38-14.364 35.99 6.27 59.32 10.681 105.29-4.869 2.22-2.911 36.07-53.285 34.63-57.597 6.16 1.848 99.32 35.224 104.95 45.58 0.71-12.845 18.55-26.057-90-56.25-20.46-16.642 52.5-37.5 52.5-37.5l-1.25 30c20.53-12.524 21.62-17.536 26.25-25 7.5-5 23.75 10 23.75 10l0.91 26.437c9.04-3.285 14.09-3.937 20.34-12.687s18.24 10.447 18.24 10.447c18.68 1.848 50.25-6.975 65.94-33.092-7.1-26.527-3.73-33.919 10.39-39.215 23.16-37.736 28.47-70.435-8.32-70.64z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2672" stroke-linejoin="round" d="m2283.1 731.41s-11.47 14.327-9.24 42.027" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2673" stroke-linejoin="round" d="m1951.6 703.32s29.36 44.742 39.38 47.538c10.02 2.797 79.23 73.173 82.96 76.202 4.43 1.864 43.11 0.932 43.11 0.932-28.43-24.546-52.2-50.49-78.3-75.735 0 0-40.08-19.808-40.31-20.274s-21.44-28.896-21.44-28.896c-6.76-2.175-13.98-5.516-20.27-10.72l-5.13 10.953z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2674" stroke-linejoin="round" d="m2236 787.76c13.05-3.184 31.2 7.641 32.47 16.874 7.01-4.139 22.61-4.139 28.34 1.274 2.55-3.821 14.01-14.009 25.79-9.552" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2675" stroke-linejoin="round" d="m2283.5 731.41s9.54 7.641 22.28 3.821" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2676" stroke-linejoin="round" d="m2439.2 767.65c15.8-2.256 145.15-77.834 176.72 17.672-10.9-80.842-70.31-79.338-70.31-79.338s-2.63-38.728-57.15-32.336c35.73 26.32 5.64 47.377 3.01 51.137-9.28-24.942-13.29-37.851-41.74-48.881 11.41 43.867-12.53 49.758-18.8 70.689-12.65-9.024-22.31-25.568-29.7-37.976-10.03 29.078-1.25 46.499 10.15 61.665 10.03-2.507 19.3-3.133 27.82-2.632z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2677" stroke-linejoin="round" d="m2418.2 631.43c4.98 9.123 25.97 35.34-10.86 85.328-11.62-16.167-17.87-26.099-17.87-26.099s-31.39 20.417-27.81 90.534c-11.75-28.156-29.2-63.668 7.01-117.01-26.14 42.071-34.65 46.728-54.65 46.141 30.62-21.836 37.33-45.471 37.92-45.471 5.59 1.875 40.14 0.091 66.26-33.426z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2678" d="m2394.7 517.66c6.87 25.625-12.01 43.389-26.53 57.073 31.52 61.785-69.66 56.809-33.17-0.829" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2679" d="m2296 583.03s-7.46 9.537-1.24 22.806" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2680" d="m2253.1 583.68c9.04 2.226 16.56 13.913 1.95 22.68-5.85 3.478-35.21-10.158-50.37 18.505" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2681" d="m1976.8 526.2c-11.87-0.973-17.7 5.058-3.5 18.873" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2682" d="m1988.1 485.53c-13.82-6.031-20.23 8.367-3.7 19.847" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2683" d="m2027.8 486.7c-12.06-10.896-22.57 8.756-3.3 16.149" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2684" d="m2087.9 486.7c-12.64-10.702-16.93 4.864-13.03 10.117" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2685" d="m2162.5 650c0 32.447-26.303 58.75-58.75 58.75s-58.75-26.303-58.75-58.75 26.303-58.75 58.75-58.75 58.75 26.303 58.75 58.75z" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2686" stroke-linejoin="round" d="m2159.1 669.27c-1.6-3.4-37.7-39.13-49.1-34.27-9.33 0.404-37.88 62.68-36.63 65.18 29.55 20.842 75.1 2.453 85.7-30.906z" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2687" stroke-linejoin="round" d="m2139.9 650.49c-4.45-2.882-7.86-5.502-11.79 0.262-3.93 5.765-25.41 57.907-25.41 57.907" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2688" stroke-linejoin="round" d="m2206.8 532.71c-39.3-22.01-112.24 10.617-63.76 33.413-41.4-12.578-39.57 23.058-39.57 23.058" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2689" stroke-linejoin="round" d="m2122.6 495.8c15.58-23.139 37.09-31.06 51.17-2.055 18.75 25 54 6.303 54 6.303" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2690" d="m2015.6 515s-17.5 8.125-1.24 20.625" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2691" d="m2104.4 504.38s-16.88 2.5-11.26 20.625" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2692" d="m2085.6 535.62c-0.62 0-17.5 0.625-11.87 18.75" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2693" d="m2066.2 566.25c-0.63 0.625-21.25-8.75-10.63 17.5" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2694" stroke-linejoin="round" d="m2144 463.74c-73.31-44.68-151.03-134.67-257.7-100.37 108.24 19.194 174.32 79.291 176.52 97.855 39.96-3.145 50.97-2.202 81.18 2.518z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2695" stroke-linejoin="round" d="m2037.3 461.86c-9.75-11.957-46.57-78.347-121.45-77.088 57.26 29.262 91.56 69.222 94.71 79.29 10.69-0.629 18.24-1.573 26.74-2.202z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2696" d="m1973.1 464.69s8.5-62.3 20.77-69.852c12.27-7.551-40.9-16.991-40.27 37.758-44.69-36.499-86.84-30.206-93.77-27.689-6.92 2.517-105.09-2.203-116.73 19.823 72.37-1.573 93.13 3.146 99.74 10.383 44.37-11.327 69.54-4.72 99.12 30.521 13.53-2.518 31.14-0.001 31.14-0.944z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2697" stroke-linejoin="round" d="m1903.3 497.41c-17.93-17.62-32.85-28.578-86.68-33.082-7.86-0.999-28.59-5.379-41.38-9.709 34.23-23.711 138.13 9.754 149.77 25.172-3.46 10.697 0.76 17.858 6.42 24.78-9.6-5.74-18.03-8.055-28.13-7.161z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2698" d="m1940.4 466.65s-26.8-24.535-47.42-24.123c11.96 7.216 25.57 27.834 33.81 35.257 5.78-6.598 4.33-6.185 13.61-11.134z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2699" stroke-linejoin="round" d="m1885.9 443.76c-1.03 0.413-45.15 27.628 4.54 63.916-3.3 23.298 24.32 26.597 24.32 26.597s20.42 30.928 20.42 30.721c-43.88-29.201-80.88-22.098-94.52-10.137-26.6-38.968-71.66-45.326-88.15-50.067-20.62-4.536-77.74-9.279-81.65 42.472-54.85-53.813 31.96-76.904 46.8-75.256 14.84-2.68 98.14 13.403 103.5 23.918-4.74-49.277 40-75.462 64.74-52.164z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2700" stroke-linejoin="round" d="m2050.1 623.06s-146.4-27.286-194.15 5.248c-47.75 32.533-54.04 80.808-123.31 88.154-69.26 7.347-76.61 20.465-102.32 56.147 38.31-12.069 121.22-38.305 178.41-26.762 23.61-26.469 36.73-38.83 34.63-39.354 17.84-58.77 142.2-81.334 200.97-60.344 1.05-14.693 7.35-21.514 5.77-23.089z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2701" stroke-linejoin="round" d="m1828.7 601.02-218.82 6.296c-19.94 6.297-44.07 22.564-47.75 27.286-3.67 4.723 9.45-51.423 38.31-48.8 37.25 3.673 139.05-0.524 139.05-0.524 30.96-11.544 64.55-23.089 85.01-15.218-7.35 18.366 4.2 30.96 4.2 30.96z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2702" d="m2227.9 536.93s-60.49-18.392-44.62 43.664c24.36 30.928 59.38-14.96 58.89-19.587" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2703" stroke-linejoin="round" d="m2063 607.01c-13.36-21.891-96.84-51.575-125.42-41.557 45.83 21.521 111.32 43.227 115.21 55.1 5.38-9.647 9.84-13.357 10.21-13.543z" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2704" d="m2344.2 531.21s-50.46 13.786-69.21 2.536-65.25-27.912-44.74-63.835" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2705" stroke-linejoin="round" d="m1832.9 545.86s-128.03-3.174-149.19 35.182c83.32-19.311 144.69-16.665 144.69-16.665l11.64-10.581-7.14-7.936z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2706" d="m2066.4 516.01s-29.59 0.897-15.24 21.525" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2707" stroke-linejoin="round" d="m2335.3 898.76s42.82-1.416 47.78-7.078" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2708" stroke-linejoin="round" d="m2516.8 893.45s18.04 12.74 33.97-5.308" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2709" stroke-linejoin="round" d="m2434 896.28s12.03 22.648 42.82 12.739" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2710" stroke-linejoin="round" d="m2365.4 944.41s-9.2 23.002 36.1 20.879c11.68 7.078 3.53 29.726 3.53 29.726" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2711" stroke-linejoin="round" d="m2425.9 836.47s25.48-1.415 30.08 9.909" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2712" stroke-linejoin="round" d="m2435.4 804.27s8.5 0.708 11.33 10.97c2.83 10.263 13.09 4.954 19.11 0.354" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2713" stroke-linejoin="round" d="m2318.2 1460.3c-22.24-21.1-70.14-21.67-47.33 30.8 7.98-23.96 22.81-33.08 47.33-30.8z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2714" stroke-linejoin="round" d="m2309.1 1491.6c-6.27-4.56-9.7 4.56-7.99 6.27" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2715" stroke-linejoin="round" d="m2325 1337.6s-34.22-3.99-20.53 35.93" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2716" stroke-linejoin="round" d="m2223.5 1247.6s-4.57 40.49 27.37 45.05" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2717" stroke-linejoin="round" d="m2176.8 1497.3c0-0.57-29.65-13.12-38.78 27.37" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2718" stroke-linejoin="round" d="m2148.8 1308s0 34.21 15.4 46.76" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2719" stroke-linejoin="round" d="m2136.3 1393c-0.57 0-49.61 19.39-49.61 45.05" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2720" stroke-linejoin="round" d="m1344.1 1786.3c0-0.57 31.52-33.24 38.4 3.44-0.58 13.75-7.46 26.94-7.46 26.94" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2721" stroke-linejoin="round" d="m1372.1 1794.3s-17.77-1.15-20.06 9.74" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2722" stroke-linejoin="round" d="m1449.5 1695.7c0-0.57-40.13-12.61-45.86 18.34" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2723" stroke-linejoin="round" d="m1243.2 1717s33.24-19.49 51.58 1.72" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2724" stroke-linejoin="round" d="m1516.4 1649.5c0-0.57-30.75-0.21-35.33 20.42" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2725" stroke-linejoin="round" d="m1961.8 764.63c-3.65 3.606-3.16 3.805-6.93 4.693-3.66 1.351-7.27 1.543-11.58 1.543-2.96-0.987-6.35-3.261-9.26-6.174-2.75-3.291-4.11-5.865-5.4-9.261 0-2.377-1.01-5.875-1.62-7.306 1.22 2.439 3.51 6.328 4.71 8.85 1.31 4.102 2.61 8.855 3.85 13.12 1.03 4.784 1.55 9.281 1.55 14.663-0.78 5.903-2.37 11.132-4.63 14.663-3.19 1.701-4.97 2.576-9.26 3.087-4.65 0-6.14-0.813-10.04-2.316-1.8-2.337-5.52-6.332-7.71-9.261-1.12-4.333-2.06-7.794-2.32-12.347-1.88-2.707-2.77-5.094-4.63-7.718-0.84-3.09-2.24-4.627-3.09-7.717-0.96-2.421-3.09-4.933-4.14-7.158" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2726" stroke-linejoin="round" d="m1403.4 1653s-22.36 17.66-18.63 32.95" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2727" stroke-linejoin="round" d="m1524.7 1386.2s-35.94 8.72-17.97 40.3" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2728" stroke-linejoin="round" d="m1524.2 1402.6s-7.63 25.59 4.9 34.85" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2729" stroke-linejoin="round" d="m1544.3 1404.2c0.55 1.64-4.9 27.23-12.52 31.59" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2730" stroke-linejoin="round" d="m1503.5 1305.6s-1.63 21.78 8.17 25.6" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2731" stroke-linejoin="round" d="m1438.1 1240.8s-8.71 25.6 23.96 34.31" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2732" stroke-linejoin="round" d="m1378.2 1325.2c0 1.09 8.71 41.38 26.14 40.29" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2733" stroke-linejoin="round" d="m1445.7 1404.7s-44.65-25.05-49.01 40.84" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2734" d="m2218.7 542.09c4.37-4.14 19.56-9.091 23.7 13.801 4.14 22.891-26.69 20.184-26.93 16.531-8.28-3.409-8.7-21.321 3.23-30.332z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75"/> | |
<path id="zid_2735" d="m2283.7 489.36s-39.58-4.827-35.92 28.292c23.13 20.457 40.72 0.23 44.61-10.973 1.94-8.036 1.3-14.883-8.69-17.319z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75"/> | |
<path id="zid_2736" stroke-linejoin="round" d="m1739.2 603.9s4.76 35.663-23.77 27.341c-28.53-8.321 43.98 17.832-11.89 28.531-11.59 16.234-9.51 19.02-9.51 19.02s30.46-3.072 11.52 37.016c-7.14 21.398 10.71-46.801 67.84-11.97-26.15-25.529-7.33-25.191 28.82-23.857-50.14-8.194-47.55-54.685 26.15-32.097-0.1-6.931-13.6-27.629 10.7-39.229 47.55-13.077-98.67-2.378-99.86-4.755z" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2737" stroke-linejoin="round" d="m1727.7 632.7c7.74 3.69 38.37 61.993 59.4-29.889-9.22-2.214-47.6 1.107-47.6 1.107 0.86 14.022-1.6 23.247-11.8 28.782z" stroke-width="3.75" fill="none"/> | |
<path id="zid_2738" stroke-linejoin="round" d="m1717.4 656.32c-1.75 4.241-4.38 11.265-5.72 15.636 0 2.95 0.01 6.131 0.52 8.339 0.4 3.648 1.57 6.269 3.12 9.382 1.48 2.093 1.71 2.619 4.17 3.127 1.99 1.145 10.37 1.171 13.03 1.564h8.86c4.17 0 7.86 0.04 11.47-1.564 2.56-0.731 4.6-1.428 5.73-3.648 2.55-1.274 2.48-2.552 4.17-5.212 0.73-1.47 2.22-4.051 3.13-5.733 1.2-1.849 1.56-2.308 1.56-4.691 0.74-1.475 0.53-4.498 0.53-6.776-0.1-3.283-0.54-6.289-1.05-9.382-0.5-1.671-1.3-2.737-2.6-2.085-5.33 2.1-11.18-2.084-17.21-2.084-5.75-0.863-8.88-2.35-14.59-3.127-2.38 0-13.46 3.502-15.12 6.254z" stroke-width="3.75" fill="none"/> | |
<path id="zid_2739" stroke-linejoin="round" d="m2269.7 879.68h0.77c-2.27 0-0.99-0.132 3.09 2.315 2.73 0.971 5.34 1.964 7.71 3.087 1.4 2.045 2.93 4.39 4.64 6.174 0.92 2.308 2.11 5.943 3.08 8.489 0 3.564 0.42 6.134-1.54 7.717-1.4 3.554-3.52 3.89-5.4 6.174-2.78 0.927-4.96 2.198-8.49 3.859-3.73 1.005-5.31 2.208-9.26 3.087-4.11 1.859-6.82 2.193-11.58 2.315-2.83 0-14.33-0.635-17.16-0.635 3.77-0.134 15.84-0.287 18.7-0.908 4.24 0 6.63 0.445 9.26 2.315 3.47 1.2 5.44 2.253 8.49 3.087 2.11 0.842 6.31 1.221 8.49 2.315 1.23 2.053 3.56 3.14 2.32 5.402-1.62 1.961-4.68 3.067-7.72 3.859-2.02 1.376-17.33 4.038-19.36 5.414-7.28 0.624 14.62-1.738 17.05-2.327 4.42-0.053 7.17-0.561 10.8 0 3.29 0.496 6.28 1.971 9.26 3.087 1.97 2.62 4.3 3.883 6.17 6.945 2.37 1.953 3.04 3.266 3.09 7.718-0.97 1.935 0.84 7.408 0.58 10.319l-3.39 10.155" stroke-width="3.75" fill="none"/> | |
<path id="zid_2740" stroke-linejoin="round" d="m2207.2 880.45h0.77c-2.09 0-1.02-0.049 3.09 0.772 2.6 1.822 7.17 2.521 11.57 3.859 2.46 1.165 4.75 2.507 6.95 3.859 2.26 1.131 5.2 3.187 6.94 5.402 3.16 1.051 3.82 2.949 6.18 4.63 0.82 3.722 1.83 5.692 2.31 9.261-0.31 4.109-1.69 4.921-3.08 7.717-2.27 1.539-3.66 3.565-6.95 4.631-3.07 1.23-6.95 2.242-11.58 3.087-6.55 1.248-12.9 2.63-19.29 3.087-3.18 0-3.96 0.684-6.95 0.772 3.87 0.046 8.99 0.335 11.58 1.543 4.83 0.048 10.33 0.428 13.89 1.544 7.03 0.867 13.77 2.039 20.84 2.315 1.42 2.307 2.57 3.528 3.09 6.945-1.87 1.37-3.17 3.934-4.63 5.403-2.31 1.417-4.6 2.884-8.49 3.858-4.27 1.522-9.02 1.544-13.89 1.544h-13.9-10.8c-0.75-0.301-6.17-0.772-3.09-0.772 3.2 1.478 9.59 3.025 13.89 3.859 2.95 0.86 4.62 2.444 6.18 4.63 1.87 1.413 4.71 4.005 6.17 5.402 1.21 2.015 1.55 3.291 1.55 6.946-0.37 4.731-1.91 4.786-5.41 7.717-3.73 2.443-6.65 2.946-10.8 3.859h-11.58c-3.1-0.831-20.98-11.341-23.27-12.034 3.17 1.126 20.23 12.468 21.73 15.893 0.81 2.441 0.77 6.474 0.77 10.032-0.14 3.749-0.6 6.415-2.31 8.485-0.16 3-0.97 2.32-3.86 2.32l3.86-2.32c-0.16 3-0.97 2.32-3.86 2.32" stroke-width="3.75" fill="none"/> | |
<path id="zid_2741" stroke-linejoin="round" d="m2245.8 941.42h0.78 3.08c2.54 1.727 2.52 3.899 6.18 4.63 2.8 1.067 5.6 2.56 7.71 3.859 1.13 1.9 1.55 2.739 1.55 6.174 0 3.773 0.87 8.894-0.77 10.804-1.34 1.565-6.2 1.522-8.49 2.316-3.31 1.146-6.14 2.888-8.98 3.447-3.59 0.707-9.4 0.33-11.86 1.955-3.45 0.265-5.93 0.771-10.03 0.771-2.38 0-3.97-0.158-5.4-0.771 3.47 1.21 9.09 2.597 13.11 4.63 3.68 1.038 5.69 2.678 8.49 4.631 3.01 2.228 4.76 3.431 5.41 6.945 1.54 2.264 1.54 5.216 1.54 9.257-0.85 2.55-1.41 6.23-2.32 8.49-1.68 2.49-3.7 2.96-6.17 4.63-1.8 0.2-1.29 0.58-3.09 0.78" stroke-width="3.75" fill="none"/> | |
<path id="zid_2742" stroke-linejoin="round" d="m2177.1 879.68c1.28 0.534 5.22 2.455 7.72 3.858 4.54 1.094 7.52 2.965 10.8 3.859 1.71 2.109 3.71 2.985 4.63 6.174 2.68 3.497 3.33 5.331 3.86 9.261-0.33 4.316-1.02 5.189-4.63 6.174-2.69 0.897-5.78 1.414-9.26 1.543-3.19 0.431-6.08 1.113-9.26 1.544-2.18 1.091-6.66 0.772-10.03 0.772-3.33 0.255-8.76 0.983-12.66 0.983 4.34 0.159 10.85 0.56 15.74 0.56 4.71 0.502 9.35 0.751 11.58 3.087 3.4 1.287 5.32 4.05 8.49 5.402 1.53 2.26 3.32 3.564 4.63 6.174-1.07 3.001-2.75 4.003-6.18 4.63-2.18 1.092-6.65 0.772-10.03 0.772-2.35-1.177-7.21-0.772-10.8-0.772h-8.49c3.18 1.092 8.31 2.33 12.35 3.087 2.85 1.629 7.27 2.991 9.26 4.631 1.25 1.931 3.31 2.998 4.63 5.402 1.73 1.4 2.07 4 0.77 6.174-0.32 3.843-1.4 5.768-3.09 7.717-2.44 1.662-4.61 3.138-8.49 5.403-5.45 2.368-10.63 3.04-16.98 3.087-4.19 0-6.24-0.632-10.03-0.772-3.44-1.184-7.79-1.661-10.8-2.315-3.3-0.899-7.75-7.867-12.09-8.028 2.96 0.383 6.48 7.443 7.46 9.571 1.09 2.183 0.77 6.659 0.77 10.033-1.21 2.069-1.49 6.007-2.32 8.489-0.15 2.682-0.43 6.238-1.54 7.717l1.54-7.717c-0.15 2.682-0.43 6.238-1.54 7.717" stroke-width="3.75" fill="none"/> | |
<path id="zid_2743" stroke-linejoin="round" d="m2134 860.46c0 0.307 2.68 1.717 4.49 3.785 1.76 2.767 3.61 5.912 5.4 8.489 1.22 3.511 2.31 5.183 3.09 8.489 1.44 2.362 2.07 6.061 2.32 9.261-0.14 3.601-0.45 6.824-2.32 9.261-0.91 3.124-2.46 4.36-5.4 5.402-2.56 1.21-5.01 1.544-9.26 1.544-2.83 0-9.05-0.423-11.88-0.423 4.89 0 13.17 0.423 18.05 0.423 5.37 0.339 8.93 0.795 11.58 3.087 3.37 0.952 6.08 2.646 7.72 4.63 2.62 1.933 5.1 2.389 6.17 5.402 0.81 2.441 0.77 6.475 0.77 10.033-0.4 4.426-1.67 4.523-5.4 5.402h-10.8c-2.38-0.791-6.82-1.16-10.04-1.544-2.62-0.354-5.59-2.693-7.86-3.447 2.02 1.919 1.64 6.418 1.69 10.393 0.59 2.731 0.77 6.291 0.77 10.033-0.32 4.115-1.31 5.216-3.86 6.945-4.1 0.893-10.14 0.772-15.43 0.772-4.32-0.204-7.89-0.772-12.35-0.772-5.35 0-10.11-0.593-15.05-1.16 1.88 1.251 1.84 4.069 1.93 7.334 1.39 2.318 0.32 5.02 0 7.718-0.26 3.351-0.89 5.618-2.32 7.717-0.77 0-1.33 4.231-2.1 4.231" stroke-width="3.75" fill="none"/> | |
<path id="zid_2744" stroke-linejoin="round" d="m2096.8 850.36c0 0.258-0.2-0.161 3.86 3.087 2.35 1.884 3.52 4.255 5.4 6.946 0.68 2.905 1.66 5.472 2.31 8.489 0 4.497-0.54 6.292-2.31 9.261-2.95 1.966-6.48 3.503-10.8 3.859-2.56 0.853-6.16 1.304-9.27 1.543-2.2 0.734-1.93 1.181-4.98 1.544 4.94-0.174 5.19-0.772 10.39-0.772 3.37 0 7.85-0.32 10.03 0.772 3.46 0.468 5.95 0.952 7.72 3.087 3.18 0.869 4.56 2.265 6.17 4.63 2.37 1.608 3.76 2.986 4.63 6.174 0 4.199-0.47 6.569-1.54 9.261-1.35 2.685-2.62 4.245-5.4 6.174-1.99 1.716-4.87 2.137-7.72 3.087h-10.81c-2.84 0 9.3 0.29 14.67 0.772 3.17 0.58 5.15 1.872 7.71 3.087 2.27 1.539 5.22 1.762 6.95 3.858 2.82 1.002 4.14 3.044 6.95 4.631 0.67 1.563 0.35 1.167 1.54 0.772" stroke-width="3.75" fill="none"/> | |
<path id="zid_2745" stroke-linejoin="round" d="m2064.9 837.14c3.79 1.873 5.87 8.512 6.46 12.447 1.07 3.912-0.31 6.788-1.54 10.804-3.74 3.45-4.17 4.561-9.26 5.402-4.38 1.311-9.15 0.99-13.12 2.316-2.64 1.087-5.11 2.085-8.49 3.087h-10.81c-3.33 1.961 2.66 0.3 3.86 0 6.01 0 12.2 0.078 17.75-0.772h11.58 10.8c3.95 0.595 4.52 1.943 6.18 5.402 1.64 1.988 2.17 5.374 2.31 9.261-0.16 4.432-0.87 5.737-3.08 9.261-2.22 2.749-4.15 3.95-6.95 6.174-3.61 1.548-8.92 2.509-13.89 3.087-5.94 0-12.32-0.347-17.75 0.771-4.1 0-20.47 1.098-19.04 2.528 2.7-2.162 14.71-1.756 19.04-1.756 5.89-1.207 11.13-2.216 16.98-2.315 3.69-1.1 8.18-1.495 12.34-1.544 4.06 0.049 7.19 0.599 9.27 2.316 2.39 1.991 5.46 4.379 6.94 6.174 2.96 1.048 3.84 3.039 6.17 4.63 0.69 3.159 1.5 5.193 1.55 9.261-0.96 2.711-1.81 5.537-3.09 7.717-3.58 2.559-7.43 5.366-12.35 6.946-4.27 1.656-7.77 2.164-12.34 2.315-3.94 0-6.96 0.356-10.04 0.772-2.83 0-25.97 0.423-28.8 0.423 6.96-1.269 29.57-0.423 34.21-0.423 5.06 0 9.69 0.613 14.66 0.772 2.45 1.163 5.1 2.098 6.94 3.858 2.61 1.045 4.84 5.551 4.89 10.232" stroke-width="3.75" fill="none"/> | |
<path id="zid_2746" stroke-linejoin="round" d="m2029.7 818.72c0.68 1.373 3.42 6.799 4.63 10.033 0.83 3.345 0.77 7.028 0.77 10.804 0 4.828-1.09 6.909-3.09 10.804-4.21 2.825-7.47 5.554-12.35 6.946-4.08 0.73-7.42 0.478-11.57 0-2.74-1.096-5.02-2.018-6.95-3.859-2.93 0 1.7 0.642 3.09 0.772 2.31 1.573 5.76 2.49 9.26 3.859 4.44 1.795 6.12 3.205 9.26 6.946 2.82 2.276 3.54 2.747 3.86 6.945 1.96 2.209 1.69 5.215 0.77 7.718-2.38 1.588-4.95 4.143-6.94 6.174-3.48 1.454-4.74 2.26-9.26 2.315-4.2-0.15-6.37-1.261-10.04-1.544-1.59-1.487-0.89-1.154 1.55 0 2.5 1.393 6.84 4.093 8.49 6.174 2.66 1.811 3.42 3.759 4.63 7.718 1.48 3.977 2.63 6.392 4.63 8.489 0.14 3.792 0.77 5.835 0.77 10.032-1.08 2.69-1.8 5.241-3.86 6.946-0.86 3.16-2.8 4.433-3.86 7.717-3.03 1.785-6.91 5.491-9.26 7.718-3.15 1.048-10.8 1.836-15.47 1.892" stroke-width="3.75" fill="none"/> | |
<path id="zid_2747" stroke-linejoin="round" d="m2064.4 1310.3c1.14 2.68 2.41 5.64 3.08 8.49 0.34 2.8 0.77 4.96 0.77 8.49-1.22 2.33-1.49 5.11-3.08 6.95-1.01 2.83-3.19 3.89-5.4 5.4-2.98 1.28-5.08 2.26-9.27 2.32-4.06 0-7.67-0.25-10.8-0.78-3.42-1.6-11.26-4.38-8.89-2.7 2.98 0.96 7.21 3.08 9.66 4.25 3.23 2.15 5.67 3.39 8.49 6.94 2.46 1.7 3.42 3.1 3.86 6.18-3.06 1.06-7.32 2.6-11.58 3.08-3.74 0-7.3-0.17-10.03-0.77-2.5-1.19-4.62-2.36-7.72-3.09l7.72 3.09c-2.5-1.19-4.62-2.36-7.72-3.09l-10.5-4.27c2.07 1.98 13.8 6.85 15.13 9.68 1.09 2.71 1.78 6.01 2.32 10.03-0.04 4.58-0.44 9.8-1.54 13.12-0.88 3.2-2.29 4.63-3.86 6.94h-1.55" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2748" stroke-linejoin="round" d="m2053.6 1356.6h0.77c-2.15 0-1.01-0.1 3.09 1.54 4.29 2.69 5.35 3.8 8.49 8.49 1.48 3.27 2.67 4.24 3.09 7.72 1.3 2.18 0.5 5.38 0 7.72-2.05 1.68-3.15 3.86-5.41 5.4-1.52 2.24-3.49 3.58-5.4 5.4-2.64 0.57-3.72 1.36-6.94 1.54" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2749" stroke-linejoin="round" d="m2065.2 1335v0.77c0-2.27-0.13-0.99 2.31 3.09 3.19 2.21 3.82 4.54 4.63 9.26 0.91 3.64 0.66 7 0 10.03-2.38 1.39-5.5 3.75-8.88 4.26" stroke-width="3.75" fill="none"/> | |
<path id="zid_2750" stroke-linejoin="round" d="m2102.2 1352.8h-0.77c2.08 0 1.02-0.05-3.09 0.77-3.22 1.08-7.11 0.77-10.8 0.77-2.86-1.01-5.5-1.55-8.49-3.08-2.55-0.53-2.95-1.45-6.18-1.55" fill-rule="evenodd" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2751" stroke-linejoin="round" d="m2086 1384.4h-0.77c2.09 0 1.03 0.05-3.08-0.77-3.33-2.16-8.92-5.94-12-6.96" fill-rule="evenodd" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2752" stroke-linejoin="round" d="m2333.8 902.91c-1.34 0.401-13.46 1.215-17.02 1.469h-10.8c-3.76-0.84-7.46-1.494-11.58-1.543-3.08 0-2.15-1.904-5.24-1.904" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2753" stroke-linejoin="round" d="m2322.9 933.7c-0.26 0 10.69-0.846 10.44-0.846 1.28 0-13.79 0.846-15.07 0.846-3.45 0.617-6.97 0.772-10.81 0.772-2.41 0.458-7.91 0.483-10.03 1.544h-10.8c-2.33-0.123-2.31-0.65-4.63-0.772" fill-rule="evenodd" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2754" stroke-linejoin="round" d="m2022.7 1298.7c0.51 1.27 3.86 7.28 3.86 10.83-0.05 4.06-0.51 5.64-2.31 7.72-2.99 1.61-5.57 3.03-10.04 3.09h-13.89c-4.19 0-23.93-4.52-25.15-5.44 3.61 0.49 16.67 5.44 21.29 5.44 4.21 0.15 6.55 1.05 10.81 2.31 4.1 1.25 6.82 2.33 10.03 3.09 2.21 1.29 5.81 1.51 7.72 3.09 3.57 1.26 3.12 3 4.63 6.94-0.3 3.91-1.2 5.75-3.86 7.72-1.7 2.09-4.88 3.94-8.49 5.4-3.67 1.7-7.87 2.32-13.12 2.32h-10.8c-2.55-0.85-6.23-1.41-8.49-2.32l8.49 2.32c-2.55-0.85-6.23-1.41-8.49-2.32h-0.78c2.95 1.18 3.49 3.31 4.64 6.17 0.27 3.61 0.77 6.48 0.77 10.81-0.73 3.1-1.9 5.21-3.09 7.72-1.36 3.02-2.6 5.11-4.63 7.71-0.68 1.54-1.56 2.8-2.32 1.55" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2755" stroke-linejoin="round" d="m1981.8 1282.5c0 0.26-0.1-0.24 1.54 3.86 1.6 1.93 2.16 5.09 3.09 7.72 0 3.74-0.18 7.3-0.77 10.03-1.55 2.52-2.65 4.02-5.4 5.4-1.81 2.18-3.95 2.8-7.72 3.09-2.22 1.11-6.25 0.75-8.49 0-2.84-0.67-5.79-1.5-7.72-3.09-3.19-0.75-5.19-1.73-6.94-3.86-2.85-0.71-2.28-2.31-0.78 0 2.36 1.95 2.46 4.05 3.86 7.72 0.05 4.05 0.77 5.84 0.77 10.03 0.71 3.25 1.18 6.14-0.77 8.49-1.05 2.96-3.04 3.84-4.63 6.18-4.13 0.89-7.67 1.54-12.35 1.54-2.38-1.76-7.53-3.34-9.26-5.4-2.81-1.27-5.09-2.86-6.94-4.63-2.14-1.02-10.4-7.78-11.63-9.69 1.91 1.82 10.88 8.99 12.4 11.23 2.08 1.42 4.03 3.26 5.4 4.63 2.09 1.49 3.71 4.23 6.18 6.18 1.71 3.03 2.92 4.08 3.08 8.48v10.81c-0.05 4.83-0.75 5.48-3.08 8.49-0.48 1.44-1.07 0.1-1.55 1.54" stroke-width="3.75" fill="none"/> | |
<path id="zid_2756" stroke-linejoin="round" d="m1952.5 1335v0.77c0-2.42-0.16-0.97 3.09 3.09 2.67 1.44 5.74 3.11 8.49 3.86 1.99 1.72 5.15 1.7 7.34 3.85 3.52 0.47 7.59 2.17 11.59 2.32" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/> | |
<path id="zid_2757" stroke-linejoin="round" d="m1949.8 1262.4c1.18 1.12 6.61 7.93 7.34 11.6-0.05 4.53-0.5 5.87-3.08 7.72-2.56 1.21-5.01 1.54-9.26 1.54-4.13-0.91-6.67-3.51-10.81-5.4-2.19-2.14-4.95-2.91-6.94-4.63-3.88-1.32-4.55-2.14-0.78 0.77 3.72 2.02 6.87 3.93 9.26 5.4 3.27 2.28 4.37 2.64 6.18 6.95 0.87 4.42 2.01 8.39 2.31 13.12 1.71 2.51 1.96 5.35 0 7.72-1.9 1.12-2.73 1.54-6.17 1.54-2.09-1.81-4.26-3.33-6.17-4.63-1.52-1.11-3.59-3.24-4.63-4.63-2.05-1.82-4.68-3.2-6.18-5.4-3.31-1.45-4.83-3-7.72-4.63-2.66-4.09-0.12-0.21 1.55 1.54 1.9 3.04 3.34 6.36 4.63 9.26v11.58c-0.06 3.25-0.75 6.32-1.55 8.49-3.93 0-6.95-0.36-10.03-0.78-2.31-0.92-5.97-2.01-8.49-3.08-3.6-2-5.86-3.86-6.94-6.95-1.84-2.1-3.43-5.18-4.63-6.94-1.53-1.94-2.13-2.84-3.86-3.86 1.88 2.01 3.63 5.98 6.94 8.49 2.31 3.48 4.28 4.56 5.41 8.49 1.7 2.06 1.95 5.83 2.31 9.26 0 3.37 0.32 7.85-0.77 10.03-0.49 3.63-1.6 5.31-3.09 7.72-1.16 2.46-2.5 4.75-3.86 6.94-1.03 0-0.77-0.25-0.77 0.77" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2758" stroke-linejoin="round" d="m1965.6 1250.1v0.77c0-1.03-2.89 6.59-6.17 8.49-3.89 0.75-5.67 1.54-10.03 1.54h-11.58c-2.77-0.96-6.2-2.02-9.26-3.08-2.54-2.23-4.96-3-7.72-5.41-2.29-2.24-2.99-3.52-5.77-6.54-1.14-1.49-0.31-0.11 3.46 2.68 3.43 3.17 4.39 4.02 5.4 7.72 1.09 2.19 0.77 6.66 0.77 10.03-0.16 4.36-0.53 5.77-3.86 6.95-2.36 1.38-5.29 1.54-9.26 1.54-1.98-1.71-5.16-2.88-7.72-5.4-2.23-1.47-4.84-4.93-6.94-6.94-1.21-1.87-6.65-8.48-8.52-9.68 2.01 1.36 8.46 8.87 10.83 10.45 1.61 2.83 3.55 4.23 5.41 6.17 1.6 2.71 2.61 5.29 4.63 6.95 0.43 3.18 1.11 6.07 1.54 9.26-0.15 4.11-0.83 5.85-3.09 7.72-2.99 2.93-3.75 3.05-6.94 1.54-2.65-1.84-5.47-3.45-7.72-5.4-2.88-0.79-5.29-1.86-6.95-3.86-2.81-0.99-4.79-3.17-6.94-4.63-1.22-2.44-3.23-4.65-5.4-6.18l5.4 6.18c-1.22-2.44-3.23-4.65-5.4-6.18l-13.22-16.32c1.74 2.02 16.85 18.91 17.85 21.73 2.33 1.86 3.66 4.61 4.63 8.49 0.33 3.12 0.77 5.84 0.77 9.26-2.05 2.15-2.72 3.69-6.18 4.63h-10.8c-4.27-0.16-5.6-1.05-9.26-2.32-3.13-1.81-4.49-2.92-6.17-5.4-2.26-1.54-3.57-3.33-6.18-4.63-1.04-1.56-2.23-1.99-3.09-3.86-1.4-0.6-1.17-1.55-2.31-2.32" stroke-width="3.75" fill="none"/> | |
<path id="zid_2759" stroke-linejoin="round" d="m1972.2 1235.8c-0.25 0-5.57 0.44-9.68-0.38-5.25-0.33-11.05-0.74-13.9-3.09-4.08-1.41-4.89-3.25-6.94-5.4-2.26-2.72-5.13-5.45-6.95-9.27-1.48-3.39-2.26-6.31-2.31-10.8v-12.35c0-2.14 1.46-14.06 0.4-15.12-0.05 4.23-1.95 16.01-1.95 20.52 0 3.94-0.35 6.96-0.77 10.04-1.8 2.88-3.68 6.15-6.94 9.26-4.49 3.87-8.34 6.61-13.89 7.72-4.4 1.3-5.44 0.82-7.72-3.09-2.82-2.11-4.26-5.57-4.63-10.03-1.16-4.35-0.62-8.77 0-13.12 0-3.86-0.39-10.44-0.39-14.3 0-1.8 0.39 5.11 0.39 5.81 0 4.55 0.03 7.21-2.32 10.8-1.78 3.95-4.38 6.87-6.94 10.03-2.62 2.71-4.96 3.82-8.49 4.63-3.72 0-6.93 0.04-9.26-1.54-2.85-3.97-7.93-8.3-10.04-13.12v-10.8-10.81-8.91c1.27 2.7 1.55 12.6 1.55 16.63-0.31 3.98-1.95 6.05-3.09 10.03-2.83 2.7-4.77 5.04-8.49 7.72-4.13 2.11-7.68 3.71-12.35 4.63-5-0.06-4.93-0.45-6.94-4.63-2.46-2.75-3.46-6.19-3.86-10.03-1.07-3.71-1.86-7.41-2.32-10.81-0.76-3.06-0.75-10-1.54-12.36v8.5c0.45 3.49 1.49 6.52 1.54 10.81 0 3.8-0.26 6.84-1.54 9.26-0.41 3.08-1.36 11.74-1.52 11.58" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2760" stroke-linejoin="round" d="m1915.5 1224.6c0.33 1.67 1.54 6.81 1.54 10.81 0 4.53-0.2 5.89-2.31 9.26-2.25 3.24-3.6 3.08-8.49 3.08-4.22 0-7.09-0.47-9.26-2.31-2.86-1.02-4.32-2.72-6.18-5.4-2.11-2.56-4.59-6.63-6.17-8.49-0.77-2.83-2.32-9.94-3.48-12.38-0.81-3.67 2.07 6.27 3.48 8.52 1.96 3.57 3.99 6.86 5.4 10.03 0.56 2.56 0.77 5.72 0.77 9.26-1.55 2.18-3.18 4.05-4.63 6.18-2.77 0.92-5.44 1.49-9.26 1.54-3.38-0.51-5.34-1.7-7.71-3.09-2.86-0.95-4.4-2.58-6.95-3.86-1.45-2.2-4.66-5.54-6.17-8.49-1.88-2.64-2.47-6.73-3.86-9.26-0.53-3.69-1.02-7.57-2.32-10.03-0.5-3.9-1.25-6.66-3.86-8.49-0.22-2.01-0.92-1.64-1.54-3.09" stroke-width="3.75" fill="none"/> | |
<path id="zid_2761" stroke-linejoin="round" d="m1857.6 1243.2c0.25 1.68 1.13 7.77 1.54 10.81-0.05 4.43-0.99 5.7-2.31 8.49-1.5 2.2-2.61 4.53-3.09 7.71-2.04 1.69-3.14 3.87-5.4 5.41-1.2 1.79-2.4 1.54-5.4 1.54-1.03 0.32-5.46-0.28-7.72-0.77" stroke-width="3.75" fill="none"/> | |
<path id="zid_2762" stroke-linejoin="round" d="m1853 1234.7c-0.84 3.92-2.39 7.19-3.86 10.81-2.24 2.48-3.97 4.83-5.4 6.94-2.69 1.08-5.06 1.55-9.26 1.55-2.11-1.44-4.85-2.57-6.95-3.86-1.14-0.49-2.72-1.06-3.86-1.55" stroke-width="3.75" fill="none"/> | |
<path id="zid_2763" stroke-linejoin="round" d="m1954.8 694.46v0.772c0-1.922 0.11-1.002-1.55 2.315-3.29 3.734-4.94 4.896-9.26 6.174-4.63 2.611-11.4 3.471-17.75 3.859-5.23 0.887-10.94 0.799-16.2 1.543-1.71-2.468-5.15-4.616-6.95-6.946-1.82-2.096-2.73-4.226-4.63-6.945-1.27-3.802-3.6-6.878-4.63-10.805-1.28-3.707-2.17-7.772-3.09-11.576-0.45-3.388-1.26-5.65-1.54-9.261-2.77-0.792-0.23 0.982 0.77 3.087 2.16 3.234 2.81 6.746 3.09 11.576 0.56 3.964 0.77 8.011 0.77 12.348 0 4.465-0.4 7.176-1.54 10.033-2.67 2.72-4.45 3.281-8.49 3.859-4.65 1.183-10.27 0.771-15.44 0.771-3.68-0.498-4.93-1.779-8.49-2.315-1.84-1.645-4.95-3.404-6.94-4.63-1.4-1.703-3.06-2.369-3.86-3.859" stroke-width="3.75" fill="none"/> | |
<path id="zid_2764" stroke-linejoin="round" d="m1893.1 699.22c0 0.258 2.33 3.477 2.33 3.734 0-2.157-0.09-1.012 1.55 3.087 1.52 4.568 0.62 6.481-2.32 10.033-3.14 3.441-6.73 6.418-10.03 9.261-3.5 1.606-6.38 3.761-10.8 4.63-5.11 0.642-10.54 0.898-14.67 0-2.97-1.689-6.64-4.372-8.49-6.946-2.23-2.184-3.4-4.357-4.63-6.945-0.69-2.544-1.58-5.895-3.08-7.718-0.21-2.214 0.07 0.602 0.49 3.958 0.94 2.802 0.05 1.059 0.28 4.531v10.805c-1.46 4.904-3.47 11.125-4.63 15.435-1.61 2.365-2.99 3.761-6.18 4.63-3.52 2.096-6.94 4.115-10.8 5.402-2.11 1.739-5.22 1.544-9.26 1.544-3.41-1.363-4.11-2.156-6.95-5.402-1.98-1.555-2.44-2.52-3.86-3.859" stroke-width="3.75" fill="none"/> | |
<path id="zid_2765" stroke-linejoin="round" d="m1787.4 743.86v0.772c0-2.418 0.16-0.973-3.09 3.087-1.47 2.402-3.43 4.579-6.17 6.946-1.77 3.191-5.59 6.771-6.95 10.032-3.28 1.668-8.13 2.793-12.34 3.859-4.43 0.456-8.91 0.979-13.12 1.544-6.18 0.383-12.17 0.771-18.53 0.771-3.69-0.044-7.45-0.685-10.03-1.543-2.47-2.046-2.95-3.917-3.08-8.489-1.1-3.284-0.71-6.54-2.32-8.49-0.32-1.799-1.17-2.919-2.31-3.858" stroke-width="3.75" fill="none"/> | |
<path id="zid_2766" stroke-linejoin="round" d="m1941.7 726.88v0.772c0-2.158 0.09-1.007-1.54 3.087-1.77 2.831-4.39 6.123-6.18 8.489-2.69 2.394-6.57 6.148-9.26 8.489-4.56 3.804-8.23 5.155-13.89 6.174-5.04 0.653-8.54-0.689-13.12-3.087-3.62-3.805-4.14-4.927-6.17-9.261-0.37-3.776-0.68-6.843-2.32-10.033-0.68-2.881-1.64-5.585-3.09-7.717 0.17-2.651 1.24 1.598 1.55 3.087 0.84 2.106 1.22 6.302 2.31 8.489v10.805c1.06 4.223 0.48 7.303 0 10.804-1.31 4.419-2.02 8.169-4.63 10.033-3.01 1.052-7.26 1.543-11.57 1.543-5.27 0-11.07-0.189-14.67-2.315-2.47-1.68-4.54-4.042-7.71-7.718-2.59-3.361-4.49-5.11-5.41-8.489-1.82-2.737-2.93-5.764-4.63-7.717-0.41-3.284 0.27-0.432 1.55 0.772 1.01 2.131 2.74 5.989 3.85 8.489 1.44 2.788 3.03 5.384 3.86 9.261 2.05 2.5 3.52 5.433 3.86 9.261 1.08 2.375 0.77 7.216 0.77 10.804-0.68 3.731-1.53 4.819-5.4 5.402-3.17 0.772-7.18-0.462-10.8-2.315-2.69-1.343-4.25-2.62-6.18-5.402-3.16-2.549-5.07-5.099-7.71-8.489-1.79-1.879-3.56-3.767-5.41-6.174-2.12-2.609-4.25-4.494-5.4-8.49-1.2-1.131-1.89-2.727-3.09-3.858 1.86 2.139 2.78 4.063 3.86 7.717 1.16 4.235 2.26 6.282 2.32 10.805v10.804c-0.74 3.698-2.53 3.366-6.18 3.859-4.23 0-7.82 0.28-10.03-1.544-3.38-0.457-5.7-1.339-7.72-3.087-3.21-0.838-5.27-2.636-7.71-3.859-1.22-1.794-3.8-5.188-5.4-6.945-1.07-3.295-3.1-4.683-4.64-6.946-1.09-1.093-1.16-3.462-1.54-3.087 1.5 1.772 2.85 5.58 3.86 7.718 0.62 3.449 0.77 6.965 0.77 10.804-0.86 4.033-2.31 6.032-3.09 10.033-1.7 3.25-3.18 7.345-4.63 10.032-2.81 1.914-5.03 3.995-8.48 5.402-4.56 2.051-9.17 2.927-14.67 3.087-3.7 1.235-6.79 0.438-10.03 0-2.51-1.19-5.38-2.391-6.95-4.63-1.99-0.914-2.61-1.916-3.86-4.631-2.8-2.101-3.82-5.228-5.4-9.26-1.12-3.241-2.36-6.117-3.08-9.261-1.32-3.011-2.14-6.787-3.86-9.261-0.2-1.798-0.57-1.29-0.77-3.087" stroke-width="3.75" fill="none"/> | |
<path id="zid_2767" stroke-linejoin="round" d="m1907.7 794.02v0.772c0-2.082 0.05-1.031-0.77 3.087-2.54 3.948-5.51 7.294-9.26 8.489-2.22 1.11-6.24 0.749-8.49 0-3.5-1.795-5.87-3.992-8.49-6.945-2.04-3.736-5.53-7.128-7.72-10.805-1.94-2.923-3.33-5.026-3.85-8.489-1.67-1.962-2.87-6.03-3.86-8.489-0.23-2.425-0.2-1.078-0.92-2.863 1 3.631 2.3 5.331 3.23 9.809 1.53 4.725 2.83 7.202 1.55 12.347-0.63 4.695-1.41 8.67-3.09 13.12-1.02 4.53-2.45 7.933-3.86 10.804-0.71 3.016-2.04 5.682-3.86 7.718-1.75 1.923-4.71 2.433-7.72 3.087h-10.8c-3.29-0.444-6.37-1.531-10.03-2.315-3.59-1.916-4.31-2.812-6.95-5.403-2.06-2.552-4.05-4.396-5.4-7.717-1.97-1.342-4.77-3.39-6.18-5.402-2.36-2.321-3.84-3.997-5.4-7.718-0.72-3.317-1.49-5.668-1.54-10.032-0.12-2.325 1.08 3.717 2.31 7.717 1.12 2.602 1.95 6.714 3.09 10.033v12.348c0 3.776 0.07 7.459-0.77 10.804-0.52 3.477-1.83 5.068-3.09 7.718-2.2 1.356-4.57 3.037-7.71 3.858-2.62 1.815-7.79 3.075-11.58 3.859-3.83 1.002-7.21 1.543-11.58 1.543-4.44 0-6.53 0.049-8.49-2.315-1.85-2.043-4.93-6.132-6.94-7.717-1.07-3.008-2.63-4.214-5.4-6.946-1.11-3.076-2.87-6.846-4.63-9.261-0.59-3.754-2.38-6.978-3.09-10.032-0.49-1.142-1.06-2.718-1.54-3.859" stroke-width="3.75" fill="none"/> | |
<path id="zid_2768" stroke-linejoin="round" d="m1990 787.63c0.15 1.06-0.71 4.906-1.27 7.157-1.69 4.595-4.28 8.519-7.72 11.576-3.71 2.233-5.18 3.545-9.26 3.859-1.88 1.407-4.1 0.607-5.41-0.772-3.98-1.471-6.34-3.852-10.03-5.402-3.47-2.228-5.29-3.554-8.49-5.402-1.8-2.649-4.08-5.631-6.17-7.718-0.5-0.836-4.93-8.224-4.08-5.912 1.64 2.426 5.66 7.115 7.17 10.543 1.86 2.566 4.03 7.636 6.17 10.033 2.14 2.708 4.88 5.721 7.72 9.26 1.73 4.277 3.53 7.345 3.86 11.576 1.2 2.331 1.54 6.411 1.54 10.033 0 4.198-0.63 6.241-0.77 10.033-1.01 2.511-1.99 5.389-3.09 7.717-4.66 0-8.4-0.776-11.58-2.315-2.5-1.756-4-4.251-6.17-7.717-1.52-4.26-4.13-7.236-6.17-11.576-2.56-4.301-4.62-10.891-6.95-14.664-0.53-3.744-2.01-7.098-2.31-11.576-0.84-1.399-1.09-1.823-1.55-3.361 0.49 3.603 0.77 6.484 0.77 11.079 0 4.717 0.27 8.91-1.54 11.576-1.38 4.141-3.6 6.863-6.17 10.033-3.13 1.973-5.9 4.615-10.04 6.173-4.59 1.593-8.15 2.316-13.12 2.316-4.97-1.026-9.84-1.51-14.45-2.739-4.86-0.438-8.32-0.739-10.24-3.435-2.85-3.2-6.07-6.739-8.49-10.805-2.25-1.475-1.49-1.679-2.94-3.286 1.64 2.556 1.38 2.261 2.17 6.373 1.46 3.027 1.54 5.578 1.54 9.261-1.83 3.098-3.74 6.393-6.17 9.261-2.52 3.082-3.82 4.052-7.72 5.402h-11.58c-3.74 0-7.3-0.178-10.03-0.772-3.33-0.723-7.21-2.252-10.8-3.858-1.68-1.351-12.18-10.047-13.46-11.749" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2769" stroke-linejoin="round" d="m1801.2 839.55h0.77c-2.42 0-0.93-0.202 2.32 3.859 2.33 4.694 3.84 8.866 6.17 13.119 0.57 4.761 1.45 8.692 1.55 13.892 0 5.475 0.41 10.617-1.55 15.435-5.12 4.971-7.12 7.153-13.89 7.717-6.67 1.361-8.15 0.11-10.8-6.174-1.93-3.948-3.4-8.344-5.4-12.348-1.03-2.941-4.01-6.973-6.18-10.804-1.18-2.396-2.84-5.984-4.63-9.261-1.37-3.589-2.18-7.228-3.86-9.261-0.58-5.672-1.08-2.474 0.77 0-0.48 4.889 2.7 18.685-1.03 20.548-2.55 1.21-5.22 0.486-9.48 0.486" stroke-width="3.75" fill="none"/> | |
<path id="zid_2770" stroke-linejoin="round" d="m2001.5 798.84c0 0.258 0.42 4.958 0.42 5.215 0-2.336-0.04-1.026 0.78 3.859 0.28 5.115 1.5 10.263 3.08 13.891v10.805c-1.21 4.08-1.86 5.959-4.63 9.26-1.62 2.388-2.54 3.087-6.17 3.087-2.48 1.24-7.85 0.772-11.58 0.772-4.13-1.137-9.43-1.467-12.34-3.859-2.55-1.957-4.99-3.133-6.47-5.538 1.08 0.358 0.77 2.197 0.77 0.982" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2771" stroke-linejoin="round" d="m1945.6 851.13v1.544-1.544 1.544-1.544c-0.67 7.259-2.69 10.487-6.95 16.207-2.86 3.358-5.68 6.353-10.03 8.489-6.14 3.199-12.29 4.13-19.29 4.63-5.28 0-7.35 0.211-10.04-3.087-3.37-2.695-7-6.459-8.49-10.804-2.82-3.425-4.31-7.897-6.17-11.576-0.87-4.391-2.48-8.213-3.86-12.348-0.93-3.623 0.74 2.487 0.77 5.402 0 6.105-0.97 10.857-2.31 16.207-1.64 4.874-3.19 8.362-6.18 12.348-3.02 4.788-6.73 6.566-11.57 10.032-7.38 1.64-14.05 1.476-21.61 0.772-4.86-1.49-8.38-2.568-12.35-5.402-3.64-1.137-8.19-3.337-10.03-5.402-3.76-1.535-2.45-0.659-4.89-1.881 0.56 3.543-2.92 15.798-3.6 19.631-1.19 4.176-1.69 6.492-4.63 8.489-3.09 2.804-5.94 9.228-10.16 10.966-3.18 0.691-7.13 2.918-11.15 3.235-2.79 1.263-5.92 0.858-8.56 1.606" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2772" stroke-linejoin="round" d="m1998.8 847.27c0.28 1.708 1.54 8.13 1.54 12.347v13.12c-0.24 4.351-1.06 8.005-1.54 11.576-1.06 3.712-2.68 5.39-5.4 7.717-4.07 2.119-6.73 3.725-10.81 4.631-4.84 0-6.2-0.778-10.03-3.087-4.63-3.656-7.82-6.573-11.58-10.804-3.18-3.417-5.29-6.114-7.72-8.49-0.53-4.05-1.87-6.761-3.08-10.804-1.4-1.956-2.31-4.387-3.86-6.174 1.42 2.84 3.31 4.394 5.4 8.489 2.41 4.191 3.72 8.798 5.4 13.12 1.36 3.552 3.13 7.395 5.41 9.261 1.62 3.858 2.67 5.261 3.85 9.261 0.36 4.668 0.78 8.947 0.78 13.891-1.55 4.473-3.25 7.533-6.95 10.033-4.95 2.949-9.33 3.808-15.43 4.63-6.56-0.036-12.74-0.358-17.75-2.315-2.12-2.598-7-6.776-10.04-10.033-2.56-4.233-5.07-8.136-7.71-12.348-1.36-3.558-2.63-6.627-3.09-10.032-0.83-2.482-1.11-6.42-2.32-8.489-1.06-5.763-0.77 3.188-0.77 5.402v13.891c-1.62 6.654-5.53 12.182-10.03 17.75-5.52 4.424-10.01 7.909-16.98 8.489-6.77 0-11.53 0.193-16.98-3.087-2.54-3.017-6.41-7.001-9.26-10.804-2.6-4.397-4.73-7.294-6.17-11.576-0.58-2.676-0.95-6.722-1.55-10.033 0-3.134-0.32-0.557-0.56-3.137 0 3.601-0.21 3.394-0.21 6.996 0.57 5.088 0.77 10.135 0.77 15.435-1.81 5.908-1.91 8.254-8.48 8.489-4.69-0.335-6.06-1.224-9.27-3.859-3.7-2.18-7.87-5.254-10.8-7.717-2.99-2.789-4.29-4.228-7.01-6.449" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2773" stroke-linejoin="round" d="m1967.9 906.69h0.77c-2.27 0-0.99-0.132 3.09 2.315 1.44 2.17 4.2 5.53 6.17 8.489 2.03 2.806 4.36 7.912 6.17 10.033 1.55 2.718 3.04 4.686 3.86 7.717 0 4.701 0.62 8.633 0.78 13.12 0 4.725-0.73 6.754-2.32 10.032-2.47 1.632-6.06 3.965-10.03 5.402-4 0.522-8 0.772-12.35 0.772-4.15 0-7.78-0.32-11.58-0.772-2.63-1.187-6.81-2.869-9.26-4.63-2.8-2.477-5.78-6.706-8.49-10.033-1.72-2.758-2.38-5.485-3.08-8.489-0.98-3.824-1.44-7.94-3.09-10.804-0.56-2.584-1.25-5.708-1.54-0.772-1.03 2.046-0.78 6.059-0.78 9.261-0.86 4.062-1.88 7.965-3.85 11.576-2.94 2.721-4.92 6.306-9.27 7.717-5.13 3.246-11.03 3.928-16.97 4.631-4.57 0-9.84 0.579-13.9-0.772-2.59-1.231-5.06-2.568-8.48-4.63-3.84-2.417-6.77-5.25-9.27-8.489-2.88-3.621-2.88-6.151-4.63-10.805-0.25-4.38-1.25-6.985-1.54-10.804-0.58-1.071-1.44-2.984-2.31-3.859 0 5.419 0.72 9.863 2.31 14.663 0.26 3.682 0.77 6.869 0.77 10.805-0.14 3.863-0.91 6.404-2.31 9.26-2.79 2.053-4.04 3.291-7.72 4.631-3.66 0.686-7.51 0.772-11.58 0.772-3.43-0.925-6.06-2.98-9.26-3.859-1.85-2.246-3.91-3.21-6.17-6.946-2.56-3.872-3.09-4.453-3.09-9.261 0.71-4.163 1.55-7.769 1.55-12.347 0-4.329 0.1-6.722 1.54-10.033 0.18-3.203 0.35-1.856 0.35-5.527" stroke-width="3.75" fill="none"/> | |
<path id="zid_2774" stroke-linejoin="round" d="m1819 946.82h-0.77c2.27 0 0.9-0.22-1.54 3.859-1.89 3.566-2.83 7.18-4.63 9.261-0.87 3.187-2.27 4.566-4.63 6.174-1.01 2.829-3.19 3.893-5.41 5.402-2.37 1.122-4.98 2.116-7.71 3.087l7.71-3.087c-2.37 1.122-4.98 2.116-7.71 3.087" stroke-width="3.75" fill="none"/> | |
<path id="zid_2775" stroke-linejoin="round" d="m2062.1 992.36c-0.26 0 4.36-2.327 4.1-2.327 2.27 0-3.88 2.195-7.96 4.642-2.33 1.167-7.27 0.772-10.8 0.772-3.09-0.713-8.13-1.869-10.04-3.859-1.05-4.17-2.58-8.237-3.85-12.348-1.24-3.591-1.86-7.691-2.32-11.576-1.1-3.721-1.86-6.84-3.09-10.804-1.44-4.375-2.69-8.575-3.85-13.12-1.14-3.828-2.04-7.131-2.32-10.804-1.63-1.319-1.8-3.796-2.32-6.174" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2776" stroke-linejoin="round" d="m2034.3 983.87c-0.56 0-1.83 3.659-3.09 6.174-5.04 5.908-10.77 10.608-16.21 15.438-4.8 2.26-8.51 5.59-13.89 6.17-2.23-2.02-3.1-7.45-3.86-11.58-2.17-7.294-3.28-14.728-5.4-21.605-1.92-3.46-3.81-7.655-4.63-10.804-1.32-2.779-1.79-6.005-2.31-8.489 0.61 6.014 3.47 11.653 4.63 17.75 0.94 5.105 1.54 10.069 1.54 15.435v13.123c-0.87 4.78-2.35 9.29-5.4 12.34-0.79 0.49-3.91-1.66-6.95-3.08-4.41-2.4-9.54-5.15-12.35-6.95-2.95-4.27-7.49-9.114-10.8-13.89-1.41-4.808-2.47-8.841-3.09-13.891-1.02-4.448-2.27-10.72-3.86-13.891-0.21-2.537-1.3-2.708-2.52-4.058-0.74 5.007-2.72 7.985-4.42 12.547-1.98 2.08-4.4 4.255-7.72 6.945-4.82 4.382-10.2 8.903-15.43 12.348-4.89 3.097-8.91 4.33-14.67 4.631-5.5-0.17-7.71-0.66-11.57-3.859-6.37-3.961-10.63-9.6-16.21-15.435-4.16-4.567-5.74-6.231-6.17-12.348-0.26-3.35-0.91-5.707-1.55-9.261 0 1.03-0.25 0.772 0.78 0.772" stroke-width="3.75" fill="none"/> | |
<path id="zid_2777" stroke-linejoin="round" d="m1889.2 993.9c-0.23 1.572-0.92 8.73-1.54 11.58-0.87 3.19-2.04 4.73-4.63 6.17-1.88 1.59-5.53 2.58-7.72 3.86-3.99 0.38-7.46 1.09-10.81 1.54h-11.57c-4.03 0-6.67 0.07-8.49-2.31-2.3-1.89-4.69-5.82-6.17-8.49-1.29-4.37-1.59-7.069-0.78-10.806 0-5.342 0.68-10.098 0.78-15.435 0-3.859-0.39-11.993-0.39-15.852" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2778" stroke-linejoin="round" d="m1839.1 1007.8v0.77c0-2.08 0.05-1.02-0.77 3.09-1.04 3.11-2.58 4.21-4.63 6.17-3.89 0.85-5.05-0.12-9.27-1.54-2.7-2.18-3.39-4.07-5.4-6.17-0.94-2.65-2.54-4.68-4.63-6.18 0-1.66-0.38-1.15-0.77-2.31" stroke-width="3.75" fill="none"/> | |
<path id="zid_2779" stroke-linejoin="round" d="m1814.8 1001.2c0 0.25 0.36 2.95 1.92 5.02 1.55 3.39 3.32 6.74 4.63 10.8v12.35c-0.38 4.68-1.06 10.04-3.09 13.12-1.72 2.46-6.04 4.42-10.03 6.17-3.95 1.96-8.43 2.17-13.12 2.32-5.53-1.22-10.17-3.15-15.44-6.17-4.66-2.38-9.34-5.31-13.89-7.72-2.13-1.85-4.15-2.78-6.17-5.4-2.24-1.64-4.08-3.98-6.18-5.41-1.48-2.17-4.17-3.73-6.17-6.17-1.94-1.39-3.29-3.44-4.63-5.4" stroke-width="3.75" fill="none"/> | |
<path id="zid_2780" stroke-linejoin="round" d="m2054.8 1045c0 0.45-7.31 6.32-9.71 7.52-3 2.2-8.06 4.27-12.35 6.18-6.02 1.84-10.72 3.08-16.97 3.08-1.76-2.58-6.52-5.77-9.26-9.26-1.41-2.82-3.92-7.25-6.18-10.8-1.4-4.45-3.05-8.98-4.63-13.12-1.35-3.99-2.57-6.3-3.09-10.81-1.27-1.76-2.3-7.05-2.7-4.64 2.54 2.59 2.86 6.84 4.25 10.82 0 4.82 0.65 9.12 0.77 13.89-1.1 3.09-1.43 5.21-3.86 6.95-1.7 1.96-2.88 2.31-6.17 2.31-2.27 1.36-4.43 0.06-7.72 0-4.04-1.19-5.15-1.99-6.95-4.63-2.27-1.59-3.84-4.69-6.94-6.95-1.96-3.63-3.1-4.98-4.63-8.48-1.01-2.83-1.86-6.09-2.32-10.04 0-4.06-0.63-7.6-0.77-11.57 0-2.78 0.21-9.193-0.77-10.831-0.58 4.701-1.55 10.151-1.55 15.461-0.68 3.64-0.89 7.92-1.54 11.57-1.7 3.91-4.12 7.98-7.72 11.58-4.84 2.74-9.1 3.82-14.66 4.63-5.85 0-11.2-0.71-16.98-0.77-3.55-2.02-7.52-4.76-11.57-7.72-3.78-3.42-8.59-7.72-11.58-10.03-0.95-2.69-2.85-4.31-4.63-6.18-1.1-2.04-1.57-1.77 0.77-0.77 2.01 2.01 5.29 4.81 6.95 7.72 1.27 2.46 3.09 7.82 4.63 10.03 0 4.19 0.72 5.98 0.77 10.03-0.73 3.98-3.11 4.95-7.72 6.18-4.4 0-8.47-0.44-11.57-1.54-3.7-1.55-6.47-2.71-8.49-4.64-1.98-1.34-4.77-3.39-6.18-5.4-2.92-3.08-6.03-6.34-8.49-9.26-1.56-1.71-3.89-6.02-5.4-7.72 0.75 1.13 1.29 1.33 2.32 3.09 2.76 3.47 4.32 5.65 6.17 8.49 1.47 3.81 2.77 5.64 3.09 10.03 0 3.74-0.18 7.31-0.77 10.04-0.88 3.22-2.3 5.08-5.41 6.17-2.33 1.17-7.27 0.77-10.8 0.77-2.59-1.13-7.22-3.12-10.03-3.86-1.79-2.18-5.49-4.82-7.72-7.71-1.96-2.52-3.1-5.11-5.4-6.95 1.99 1.64 3.22 4.55 5.4 6.95 1.19 2.43 2.95 6.19 3.86 9.26 1.54 3.41 2.13 7.14 3.09 10.8 0 4.13-0.27 7.8-0.78 11.58 0 4.04 0 6.99-1.54 9.26-0.95 3.46-2.72 5.06-6.17 7.71-3.7 0.72-5.24 1.5-9.26 1.55-1.56-1.89-3.83-3.96-6.18-6.18-1.05-2.22-2.62-5.67-3.86-7.71-1.52-2.48-3.11-3.79-4.63-6.95-2.41-2.32-5.22-6.08-6.94-10.03-1.95-2.92-3.92-11.37-4.63-14.63-1.06-0.71 1.25 1.98 1.54 6.91 0 4.11-0.24 7.83-0.77 11.58 0.12 4.52 0.77 8.55 0.77 13.12-0.42 3.07-0.91 6.42-2.32 8.49-1.9 3.34-5.56 6.08-10.03 7.71-1.68-2.35-3.66-3.08-6.94-3.86-3.21-1.64-5.51-2.41-9.26-3.85-3.55-2.58-5.06-3.08-7.72-6.95-2.52-2.38-4.85-6.27-6.18-9.26-0.59-2.73-0.77-6.29-0.77-10.03 0.05-4.85 0.75-7.92 2.32-11.58 0.86-3.14 2.89-5.29 5.4-6.94 2.19-2.19 4.52-4.05 7.72-4.64 0.39-2.22 2.16-2.14 0-2.31v2.31c0.39-2.22 2.16-2.14 0-2.31" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2781" stroke-linejoin="round" d="m2048.2 1101.9c0 0.46-2.24 1.89-4.63 3.09-4.9 1.56-10.36 0.37-15.44 0-5.01-1.25-8.63-1.53-10.8-4.63-2.51-1.8-6.37-5.78-8.49-8.49-1.14-2.4-1.87-5.2-2.31-8.49-0.5-4.01-0.85-8.41-1.55-12.35v-12.34c0-4.19-0.72-5.99-0.77-10.04 0.34-0.33 0.58 1.94 1.54 3.86 0 4.83-0.17 9.46-0.77 13.89-0.42 4.34-1.93 7.14-3.09 10.04-2.25 2.79-3.51 3.69-6.94 4.63-2.52 1.5-6.92 2.17-10.81 2.31-4.75-0.27-7.43-1.26-10.03-3.86-3.79-3.01-6.22-6.31-8.49-10.8-1.33-4.33-2.31-8.22-2.31-13.12-0.53-3.43-0.28-9.81-1.55-12.35-0.11-2.25 0.65-6.99-0.37-8.11 0.52 3.97-0.36 11.3 0.37 15.83 0 5.08-0.14 9.98-0.77 14.66-2.07 4.7-3.04 7.23-6.94 9.26-2.35 2.35-5.34 3.51-9.26 4.63-5.94 0-12.1 0.44-17.75-0.77-2.8-0.76-5.43-2.29-8.49-3.09-2.11-1.78-5.27-2.87-7.72-5.4-2.84-3.11-4.91-6.03-6.17-10.03-3.76-4.83-6.54-9.46-8.49-14.66" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2782" stroke-linejoin="round" d="m2030.4 1145.2h-0.77c2.08 0 1.02-0.05-3.09 0.77-4.02 1.34-7.67 0.4-11.58-0.77-2.61-1.15-5.33-2.96-6.94-4.63-2.69-3.3-3.74-4.18-5.4-8.49-1.3-5.31-1.55-9.74-1.55-15.43 0.06-4.5 1.24-7.39 2.32-11.58 1.37-4.24 3.23-11.02 3.23-15.73-0.17 5.11-2.94 12.87-3.23 18.05v12.34c-1.24 3.71-1.24 7.13-3.09 10.04-2.48 3.52-4.71 4.72-9.26 5.4-4.51-0.41-4.55-1.72-6.95-5.4-4.08-4.92-6.36-11.52-7.71-17.75v-12.35c0-5.16 0.39-9.8 0.77-14.66 0.32-3.19 0.56-3.64 0.56 0.49 0.29 5.95 0.98 10.39 0.98 16.48-1.1 4.52-2.87 8.31-4.63 11.58-3.3 0.45-5.9 1.49-10.03 1.54-4.11 0-7.27-0.18-10.03-1.54-1.93-3.24-5.76-7.56-7.72-11.58-0.9-4.23-2.15-7.78-2.32-12.34-0.96-1.93-1.21-6.08-1.54-8.49 0.82 4.82 0.77 10.16 0.77 15.43-0.04 4.91-0.18 9.71-2.31 12.35-2.13 2.87-4.88 3.02-8.49 3.86-3.92 0-8.14 0.37-11.58-0.77-3.86 0-8.28-0.24-10.8-1.55-3.5-1.53-4.77-2.66-7.72-4.63-1.58-2.34-4.64-5.34-6.17-9.26 0-4.09 0.52-7.46 2.31-10.03 0.73-3.35 1.45-5.42 3.09-8.49 1.56-3.72 3.03-5.36 4.63-7.72 1.38-0.74-3.77 3.47-6.18 7.72-3.44 3.33-6.32 6.46-9.26 9.26-3.91 2.47-5.95 4.28-10.8 4.63-4.82 0-6.8-0.85-10.03-2.31-2.09-2.29-4.14-2.69-4.63-6.18-1.41-3.47-2.04-8.64-3.09-11.57-0.05-4.35-0.74-8.12-1.54-12.35-0.42-3.08-0.77-9.16-0.77-6.16 0 6.67-0.32 10.58 0.77 16.96v13.12c0 4.06-0.56 6.49-1.55 9.26-3.57 0.49-4.95 1.49-9.26 1.55-3.82-1.02-5.86-1.84-8.49-3.09-1.82-1.73-3.35-3.94-5.4-5.4l5.4 5.4c-1.82-1.73-6.46-5.88-8.51-7.34" stroke-width="3.75" fill="none"/> | |
<path id="zid_2783" stroke-linejoin="round" d="m2003.8 1189.6c-6.68 0-15.31-3.5-22-3.5-4.15-1.03-8.88-1.39-10.8-3.86-1.65-2.56-2.87-5.7-3.86-10.03 0-5.47 0.42-8.6 3.08-13.12 2.02-3.99 5.27-7.16 6.95-10.03 2.23-2.81 4.57-6.62 6.17-10.03 1.55-2.42 1.5-2.69 3.29-5.26 2.34-0.41-7.16 5.18-14.09 9.89-5.35 2.39-9.89 3.04-16.21 3.08-4.76-1.04-11.54-2.58-15.43-3.85-3.09-2.72-3.09-7-3.09-12.35v-13.89c0-2.95 0.13-3.29-0.56-5.18-0.32 4.39-1.2 6.25-1.76 10.58-0.41 5.05-1.26 9.35-3.08 13.89-2 3.79-4.46 8.9-6.95 11.58-2.43 3.12-5.69 4.85-8.49 6.94-5.2 0.92-9.53 0.37-14.66-0.77-5.5-1.85-6.55-4-8.49-9.26-1.69-5.76-1.54-12.11-1.54-18.52 0.17-4.77 1.2-9.23 2.31-13.89v-13.12c0-1.29 1.48-4.48 1.48-5.76" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2784" stroke-linejoin="round" d="m1971.8 1185.3c-1.88 0.25-8.19 1.47-12.35 1.55-3.02 1-8.16 0.77-12.35 0.77-4.49-1.06-6.7-1.1-8.49-3.86-2.75-1.91-3.81-3.79-6.17-5.4-1.14-2.28-2.42-4.82-3.86-6.95-0.39-4.36-1.49-7.79-1.54-12.35 0-4.04-0.01-6.99-1.55-9.26v-1.54" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2785" stroke-linejoin="round" d="m1925.5 1149.8v12.35c0 4.05-0.61 7.24-1.54 10.8-0.43 3.63-1.44 7.66-3.09 10.04-1.84 3.53-4.43 4.71-7.72 6.17-3.75 0.51-4.77 0.62-7.71-0.77-2.69-0.73-6.17-2.56-8.49-4.63-4.03-1.67-7.31-3.65-10.03-6.18-3.38-2.37-5.71-4.79-7.72-6.94-1.56-3.12-2.61-7.62-3.86-10.03 0-4.26 0.33-6.71 1.54-9.26 1.23-2.47 2.84-4.3 4.63-6.18 1.87-1.78 6.6-5.23 9.29-6.18" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2786" stroke-linejoin="round" d="m1875.3 1161.4h-0.77c2.62 0 0.99-0.15-3.86 3.08-3.42 2.63-5.76 3.89-9.26 5.41-4.95 1.16-8.09 1.54-13.89 1.54-5.07 0-10.06 0.05-14.67-0.77-3.35 0-7-0.02-9.26-0.77-0.84-2.53-2.26-5.1-3.86-6.95-0.59-2.73-0.77-6.29-0.77-10.03 1.38-2.2 2.45-6.78 3.86-8.49 1.96-3.53 3.26-4.71 6.17-6.95 2.72-1.89 4.85-2.81 6.95-4.63 3.21-1.07 4.47-2.41 7.72-5.4 3.1-2.81 4.34-4.78 6.94-6.94 1.73-1.65 4.04-3.84 6.18-5.41 1.02-3.22 2.79-5.41 3.08-9.26v-10.8-3.86" stroke-width="3.75" fill="none"/> | |
<path id="zid_2787" stroke-linejoin="round" d="m1790 1207.3c-0.91-0.46-3.33-4.91-5.77-7.35-5.39-5.42-9.94-7.98-10.03-15.43 1.73-2.57 4.77-4.58 8.49-6.17 2.1-2.06 4.38-3.72 6.95-4.63 2.92-0.64 6.82-0.78 10.8-0.78 4.2 0 6.24-0.63 10.03-0.77 4.05-0.05 5.85-0.77 10.04-0.77 1.42-1.43 3.02-0.77-0.78-0.77-2.74 1.25-5.84 1.54-10.03 1.54-3.41-1.48-5.46-2.24-9.26-3.08-2.05-1.78-4.55-2.37-6.17-4.64-3.44-1.93-4.5-3.65-5.41-7.71-0.5-3.76-0.63-5.42 1.55-8.49 1.13-4.34 3.27-6.92 5.4-10.03 2.55-2.61 3.72-3.09 8.49-3.09h11.58c2.74 0.49 5.83 0.78 8.48 1.54-3.67-1.05-7.36-4.87-10.8-8.49-3.29-3.57-3.46-4.71-5.4-8.49-1.28-4.83-2.91-7.59-3.09-12.34v-11.58c0.74-4.16 1.77-5.85 3.09-8.49" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2788" stroke-linejoin="round" d="m1777.3 1097.3c-0.45 0.92-3.8 5.91-4.63 7.72-0.99 2.77-1.55 5.21-1.55 9.26-0.68 3.33 0.03 5.05 0.78 8.49 2.25 1.54 4.09 3.17 6.17 6.17 3.35 1.61 4.46 3.16 6.17 6.18 2.1 1.42 5.24 4.79 6.57 6.95-3.81-0.28-8.17-3.37-11.97-4.64-2.21-1.03-6.89-2.42-9.26-3.85h-13.12c-4.11 0.31-4.92 1.68-7.72 3.08-1.59 2.49-2.78 4.6-3.08 8.49-0.86 2.58-0.86 6.68 0 9.26 1.74 1.87 3.98 4.7 6.17 6.18 2.86 1.62 5.1 3.05 8.49 5.4 3.59 2.12 8.14 4.17 10.8 6.17 2.6 0.71 5.68 1.7 7.72 3.09 1.88 0.33 4.26 0.77 0.77 0.77-2.07-1.21-6-1.49-8.49-2.31-3.65-0.61-7.2-1.88-11.57-2.32-4.05 0-5.39-0.09-6.95 2.32-3.14 0.91-4.06 2.79-6.17 4.63-1.38 2.91-2.19 4.74-2.32 9.26 0.83 3.1 1.63 4.65 2.32 6.94 0.57 1.34 2.02 4.15 3.09 5.03l-3.09-5.03" stroke-width="3.75" fill="none"/> | |
<path id="zid_2789" stroke-linejoin="round" d="m1744.1 1017.8c-2.07 0.53-9.07 2.69-13.12 3.86-2.75 0.92-4.68 2.47-6.94 3.86-2.24 1.52-3.59 3.5-5.4 5.4-0.92 2.76-2.47 4.68-3.86 6.95-1.21 2.55-2.03 4.8-2.32 8.49 0.06 5.19 1.8 7.19 3.86 12.35 2.65 4.49 4.75 9.74 8.49 12.34 3.17 1.95 5.65 3.39 9.26 5.41 2.46 0.67 6.22 2.44 8.49 3.86 3.78 0.5 6.26 1.57 8.49 3.08h-6.17c-3.61 0.14-6.79 0.64-9.27 2.32-2.64 1.06-3.79 3.16-6.17 4.63-0.87 3.2-2.21 4.56-3.09 8.49-1.28 2.56-0.59 6.72 0 10.03 1.61 2.32 3.06 7.77 4.63 10.03 1.66 5.68 3.23 10.27 6.95 14.67 0.66 1.91 5.39 4.86 6.97 5.79-2.38-1.62-8.3-7.51-11.6-10.43-1.95-2.47-4.37-4.18-7.72-5.4-4.08-1.56-7.89-2.77-12.35-3.08-4.2 0-6.57 0.46-9.26 1.54-1.97 1.71-4.49 2.6-6.17 4.63-2.2 1.57-3.34 4.09-4.63 6.95 0.15 4.15 1.07 6.23 3.09 9.26 1.8 2.7 3.12 4.62 5.4 6.17 2.3 2.66 4.84 4.22 8.49 6.17 3.04 2.17 5.78 2.66 9.26 4.63 3.43 1.1 6.26 2.69 10.8 4.63 3.87 2.12 14.23 9.64 17.41 10.85 0.68 1.02-10.28-6.56-13.55-8.53-3.93-0.87-5.29-2.21-8.49-3.09-4.01-1.85-6.13-3.33-10.03-3.86-3.36-1.54-7.76-2.42-10.81-3.08-4.64 0-8.4-0.74-13.12-0.77-3.33 0-3.6 0.08-4.63 2.31-2.59 2-4.06 4.29-6.17 6.95-1.45 2.56-3.12 4.83-4.63 6.94-1.12 2.62-2.38 5.9-3.09 8.49-0.68 3.16-1.49 5.19-1.54 9.26" stroke-width="3.75" fill="none"/> | |
<path id="zid_2790" stroke-linejoin="round" d="m1677.8 1164.4c0-0.25 0.78 1.04 0.78 0.78 0 2.17-0.68-0.54-2.32-4.63-2.55-3.03-5.79-7.49-9.26-10.81-4.93-3.51-10.04-7.07-15.44-9.26-4.69-2.22-9.66-4.61-14.66-6.17-4.5-0.87-9.15-0.77-13.89-0.77-4.66 0.05-5.34 1.26-8.49 2.31-1.81 2.04-3.49 4.11-4.63 6.95-0.91 2.26-1.47 5.94-2.31 8.49 0 3.94-0.73 6.91-0.78 10.8 0 3.16 0.75 8.41-1.15 9.67 0.8-3.38 1.56-9.88 2.7-14.3-0.06-4.65-1.45-5.99-3.09-10.03-3.31-3.71-6.41-7.63-9.26-10.81-2.67-3.39-6.06-7.38-9.26-10.03-2.67-1.63-5.3-3.48-7.72-4.63-3.92-1.59-5.75-2.93-10.03-3.09-1.83 1.75-3.97 3.27-6.18 4.63-2.27 1.55-3.67 3.3-4.63 6.18-1.41 2.07-1.88 5.64-2.31 9.26-1.24 3.55-1.54 5.89-1.54 10.03-0.99 1.31-1.35 3.28-1.55 5.4 0.46-3.45 1.49-6.51 1.55-10.8-0.61-3.99-2.16-7.89-3.09-13.12-0.14-5.32-1.15-8.56-3.09-11.58-3.33-2.97-6.39-7.28-10.8-10.03-3.85-1.85-6.9-3.03-11.58-3.09-4.19 0.05-6.28 1.04-9.26 2.32-1.08 2.69-1.54 5.06-1.54 9.26 0.05 4.37 0.82 5.93 2.31 8.49 0.46 3.41 1.98 5.99 2.32 10.03 1.06 1.78 0.77 5.55 0.77 8.49-0.36-4.16-2.89-7.14-3.86-10.8-0.96-4.43-2.15-8.15-3.09-11.58-1.69-4.53-4.26-8.51-6.94-13.12-2.72-2.19-4.16-4.44-7.72-6.95-3.49-3.03-6.13-4.82-10.03-5.4h-10.81c-3.16 1.26-4.1 2.46-6.17 4.63-0.96 3.68-2.81 6.64-3.86 9.26 0 3.84 0.16 7.36 0.77 10.81 1.83 1.91 3.05 3.97 3.86 6.94 1.3 2.22 3.09 9.83 3.09 13.54-1.18-3.16-4.16-13.48-5.4-17.4-1.13-3.14-2.93-6.95-4.63-10.03-1.22-4.42-3-6.72-5.41-10.03-1.96-3.02-5.07-5.65-8.49-7.72-3.31-2.77-4.7-3.69-9.26-3.86-3.97 1.18-4.73 2.52-8.49 3.09-1.45 1.31-4.03 2.27-5.4 3.86-0.73 3.1-1.9 5.21-3.09 7.72-0.59 2.73-0.77 6.29-0.77 10.03 1.37 2.02 2.98 4.99 3.86 7.72 2.37 2.6 3.37 5.26 5.4 8.49 1.14 3.41 6.29 11.51 7.74 13.92-0.46 0.46-4.52-5.88-6.19-7.75-3.01-4.16-4.5-6.72-6.18-11.58-1.99-2.6-4.35-6.21-6.17-7.71-2.54-2.98-6.08-6.14-10.03-8.49-3.45-2.43-5.29-2.32-10.04-2.32-4.87-1.01-8.37 0.03-11.57 1.54-2.3 2.34-7.16 6.14-9.26 7.72-2.32 2.95-3.46 4.91-5.41 6.95-1.03 2.58-1.87 5.21-2.31 8.49 0.33 4.27 2.01 5.22 3.86 9.26 2.05 1.58 5.1 5.66 6.94 6.94 1.48 1.83 10.98 10.44 7.74 10.44-1.4-2.06-6.12-7.01-8.51-8.89-2.26-2.76-5.06-5.15-6.94-6.95-3.17-1.37-5.73-2.61-9.26-3.09-4.46-0.89-7.28-1.4-11.58-1.54-3.9 0.35-6.02 2.28-8.49 3.86-1.39 2.27-2.94 4.19-3.86 6.95-1.74 2.1-1.54 5.22-1.54 9.26 1.38 2.03 2.82 5 3.86 7.71 2.35 2.26 4.06 5.93 6.94 8.49 3.06 2.57 5.73 3.81 9.26 4.63 3.8 0.14 5.84 0.77 10.04 0.77 2.67 0.17-1.29 0.68-2.32 1.55" stroke-width="3.75" fill="none"/> | |
<path id="zid_2791" stroke-linejoin="round" d="m1352.1 1175.3l-0.77-0.77c1.93 1.93 1.06 1-3.09-2.32-4.7-2.21-9.85-2.91-15.43-3.08-4.25 1.09-8.87 2.24-13.12 3.08-2.47 2.52-4.07 3.58-6.95 6.95-1.17 2.93-1.8 5.16-0.77 9.26 2.08 4.26 2.96 5.77 6.17 9.26 2.24 1.52 4.09 2.72 6.95 3.86 5.84 0.88 11.57 2.87 17.75 3.09 4.46 0 15.54 1.42 19.74 1.55 5.22 0-13.21-0.78-15.11-0.78-5.59 0-11.07 0.04-16.21 0.77-4.92 1-9.63 2.12-13.89 4.63-3.52 2-3.09 3.71-3.09 8.49 1.11 2.75 2.45 4.65 3.86 6.94 2.41 2.23 4.42 4.34 7.72 5.41 4.04 2.22 8.24 4.25 13.12 4.63 3.2 1.08 16.79-0.11 12.04-0.38-2.47 2.09-19.13 2.53-23.62 3.46-4.76 2.01-9.86 4.83-13.89 6.18-0.87 3.34-1.53 5.77-0.77 9.26 1.66 2.71 2.98 5.18 5.4 7.72 1.93 1.92 3.02 2.99 6.18 3.85 3.3 1.62 8.7 2.52 13.12 3.86 3.43 0 3.49-0.51 5.4-1.54" stroke-width="3.75" fill="none"/> | |
<path id="zid_2792" stroke-linejoin="round" d="m1697.1 1125.9c0-0.26-1.54-2.56-3.09-4.63-4.08-4.78-10.98-10.05-16.21-14.67-5.62-2.27-9.74-4.99-15.43-5.4-4.79 0-6.33 0.04-7.72 3.86-1.68 2.03-2.38 4.84-3.09 8.49-1.59 3.81-1.54 7.39-1.54 12.35-1.16 2.31-0.98 6.52-2.31 8.49-0.11 2.05-0.5 3.36-0.78 3.08-1.28-2.57 0.82-7.88 1.55-11.57 0-4.69 0.62-8.61 0.77-13.12-1.8-7.03-2.43-8.82-7.72-14.66-5.24-5.51-8.99-8.83-15.43-13.12-3.38-0.87-7.82-2.27-12.35-2.32-2.79 1.51-6.57 3.95-9.26 6.17-2.71 3.67-3.8 6.01-3.86 10.81 0.56 4.24 1.85 6.96 3.86 10.8 1.07 2.72 2.26 6.2 3.09 10.04 1.41 3.61 1.99 8.85 3.85 11.57 0.52 4.12 0.49 2.65-0.77 0-0.4-5.23-2.06-10.09-3.86-13.89-1.5-5.63-3.16-7.69-6.17-12.35-2.98-4.63-4.29-6.5-9.26-6.94-3.3-1.1-7.51-1.1-10.81 0-2.85 1.58-3.69 2.53-3.85 6.94-0.88 2.63-1.17 8.99-1.17 12.75 0 1.14 3.92-16.02 2.71-20.46-2.89-5.33-6.14-9.49-10.81-13.9-4.55-5.46-8.67-10.47-14.66-13.89-4.19-1.24-6.5 0.6-9.26 3.09-3.6 2.4-6.4 5.81-7.72 8.49-0.87 3.21-2.01 5.06-3.86 8.49-2.9 3.62-5.27 16.87-5.78 14.33-0.62-4.15 0.89-14.82 1.93-18.96 0.43-5.31 0.9-9.91-0.78-13.89-3.2-4.24-6-7.36-10.03-9.26-2.68-2.93-4.7-3.09-9.26-3.09-3.43 1.09-7.91 3.68-11.58 6.17-2.25 2.11-3.22 3.56-3.85 6.18-1.39 2.4-2.48 7.37-3.09 10.03-0.8 3.31-2.26 6.41-2.32 10.8-1.6 5.24-0.77-3.57-0.77-6.17-1.23-3.71-0.62-8.76-2.31-11.58-2.09-3.87-3.06-4.77-6.95-7.71-3.95-1.79-5.96-3.09-10.8-3.09-2.16 1.51-4.76 2.48-6.95 4.63-2.45 3.14-4.53 6.26-6.94 10.03-0.84 3.35-0.78 7.03-0.78 10.81 0.09 3.14 0.65 4.98 0.78 0.77v-12.35c-0.84-4.32-1.6-6.32-5.41-7.72-2.68-1.45-6.3-1.54-10.8-1.54-3.14 1.11-4.07 2.45-4.63 6.17-1.92 2.7-2.32 3.6-2.32 7.72-1.09 2.18-0.77 6.66-0.77 10.03-1.23 1.65-1.4 4.98-1.54 0-0.26-3.87-1.25-8.07-2.32-10.8-2.57-2-6.11-4.24-8.49-5.4-3.77 0-7.46-0.07-10.8 0.77-2.98 1.52-2.97 3.87-5.4 6.17-0.78 3.32-2.02 4.62-2.32 8.49-0.7 3.25-0.46 5.87 0 9.26 0.86 2.42 2.15 5.36 1.55 6.95-1.92-2.2-5.08-6.23-7.72-10.03-2.86-2.31-3.65-3.31-7.72-3.86-3.32-0.26-5.37-0.78-9.26-0.78-1.87 1.63-4.16 3.26-6.17 4.64-1.81 2.66-3.3 3.23-3.86 6.94-1.17 2.33-0.79 6.91 0 9.26 1.88 1.22 2.51 2.77 4.63 3.86 1.6 1.99 4.01 3.92 5.4 6.17 0.92 1.85 1.25 0.92-1.54 0.78-2.42-2.9-5.57-4-10.04-6.18-4.81-0.86-8.26-0.07-13.12 0.77-2.19 3.17-3.69 6.14-3.85 10.81 0.15 4.11 2.76 10.13 5.02 12" stroke-width="3.75" fill="none"/> | |
<path id="zid_2793" stroke-linejoin="round" d="m1725.6 1071.8h-0.77-3.09c-6.11-0.57-11.6-1.49-17.75-1.55-5.66 0-10 0.06-14.66 2.32-4.53 1.58-5.42 3.27-8.49 6.17-1.97 3.68-4.33 6.73-5.4 10.81-1.39 3.43-2.93 6.5-3.09 10.8 0.99 5.91 0-4.25 0-6.95 1.23-6.96 0.78-13.69-0.77-20.83-1.48-5.04-3.1-9.18-5.4-13.89-1.73-3.07-3.71-5.71-7.72-6.95-2.78-0.8-7.29-0.91-10.03 0-1.95 1.37-5.17 5.06-6.95 7.72-1.97 2.62-4.57 6.6-6.17 9.26-1.92 3.22-3.44 7.26-4.63 10.03-0.39 2.24-0.95 4.7-1.55 6.18-1.54-3.09-3.4-4.12-7.71-6.18-4.01-3.43-8.5-6.56-12.35-8.49-3.08-1.91-7.48-4.66-10.81-6.17-2.37-1.65-6.4-2.66-10.03-3.09-3.75 0-9.06-0.48-11.57 0.77-3 1.07-4.07 2.74-5.41 5.41-1.36 2.21-8.01 9.91-7.75 9.29 0-4.3 3.79-12.99 2.35-17.01-2.05-4.07-3.74-6.01-4.63-9.26-2.43-2.69-3.31-5.6-6.17-7.72-1.05-2.95-3.04-3.83-4.63-6.17-3.43-1.46-3.84-2.92-8.49-3.09-3.84 0-7.4 0.62-10.04 1.54-2.87 0.79-5.28 1.85-6.94 3.86-3.47 1.66-4.1 3.1-6.95 5.4-1.98 1.39-4.42 4.39-5.4 6.95-2.25 2.74-0.32 3.51 0 7.72" stroke-width="3.75" fill="none"/> | |
<path id="zid_2794" stroke-linejoin="round" d="m1712.5 1036.4v-0.78c0 2.28 0.14 1-2.31-3.08-1.56-2.53-3.19-4.53-6.18-7.72-2.67-3.13-4.49-3.09-9.26-3.09-3.37 0-7.85-0.32-10.03 0.77-3.01 1.15-4.77 4.06-6.95 6.95-2.44 3.39-4.87 5.84-6.17 8.49-1.55 3.69-2.98 5.27-3.86 8.49-1.95 1.46-1.86 3.02-4.63 3.86-1.39-2.52-3.94-4.02-5.4-6.18-3.45-1.19-8.03-4.56-11.58-6.94-3.77-2.51-7.22-3.92-10.8-6.18-3.44-1.19-5.61-1.54-10.03-1.54-4.85 0.22-7.1 1.34-10.81 3.86-3.37 1.59-5.7 3.98-8.49 6.17-2.72 1.89-13.86 18.26-16.65 20.56-2.85 2.68 9.68-12.43 12.02-16.7 1.8-4.56 3.09-7.33 3.09-12.35-0.88-6.31-1.45-12.12-6.18-16.2-3.7-1.45-8.08-2.28-13.12-2.32-3.53 0.48-5.33 1.56-9.26 2.32-2.96 1.58-5.91 2.37-8.49 4.63-2.47 1.52-3.78 3.11-6.94 4.63-1.54 2.26-3.83 3.2-5.4 5.4-1.14 0.49-5.33 4.68-5.82 5.82" stroke-width="3.75" fill="none"/> | |
<path id="zid_2795" stroke-linejoin="round" d="m1687 1018.6h-0.77c2.27 0 1 0.13-3.08-2.32-2.12-1.44-4.1-3.28-6.18-5.4-4.34-1.1-7.8-3.13-12.35-3.86-3.86-1.58-8.2-3.08-11.57-3.86-3.33 0-7.05-0.02-9.26 0.77-1.54 2.26-3.33 3.57-4.63 6.18-1.03 2.17-1.75 5.74-3.09 7.71-0.09 3.09-1.63 8.45-3.49 9.69 1.72-3.04 4.86-11.32 5.8-16.63-1.19-5.66-3.44-10.88-6.17-16.208-3.01-3.665-6.48-7.254-10.03-10.804-3.57-0.893-7.56-0.772-11.58-0.772-4.7 0-6.22 0.058-8.49 3.087-2.2 1.736-4.14 4.793-6.17 6.174-2.21 2.952-4.27 4.211-5.4 8.493-1.57 3.06-2.35 5.35-3.09 8.49l3.09-8.49c-1.57 3.06-2.35 5.35-3.09 8.49v0.77c0.96-3.22 3.01-6.29 3.09-10.808 0-3.994 0.17-8.754-0.77-11.576-1.23-3.053-2.46-4.931-5.41-6.945-3.6-3.559-6.57-5.954-10.8-7.718-3.45-1.764-7.02-2.033-10.81-0.772-3.77 1.585-5.27 2.95-6.94 5.403-3.33 1.179-3.7 2.591-3.86 6.945-0.14 4.188-0.7 7.577 0 10.805 0.52 4.408 1.79 7.196 3.09 10.806 1.68 2.6 3.63 4.14 4.63 6.94 1.03 0 4.66 5.58 4.66 6.61" stroke-width="3.75" fill="none"/> | |
<path id="zid_2796" stroke-linejoin="round" d="m1683.2 1015.5c0-1.73-1.56-10.6-1.56-14.67 0-4.193-0.72-5.986-0.77-10.037 0-2.806 0.74-8.908-1.15-7.74 0.14 3.792 0.38 8.945 0.38 13.142-1.1 3.086-1.43 5.205-3.86 6.945-2.5 1.67-6.4 1.54-10.8 1.54-3.69-0.4-8.35-0.64-10.81-2.31-3.96-0.85-6.42-2.02-9.26-3.859-2.64-1.499-4.83-3.192-6.95-4.631-0.89-3.29-2.5-4.129-3.08-8.489-1.75-4.027 2.32-13.545 1.21-14.646-0.3 3.944-14.8 10.085-18.96 11.559-4.23 1.433-7.63 1.544-12.35 1.544-3.14 0-6.42-0.017-8.49-0.772-3.29-2.398-4.95-3.944-7.72-6.174-3.61-2.765-6.33-4.287-10.03-7.717-3.21-3.047-4.9-5.844-6.94-8.49-1.32-2.859-3.66-7.583-5.41-10.032-0.41-3.079-0.77-6.1-0.77-10.033v10.804c-1.54 3.399-4.03 6.907-6.94 10.033-4.23 1.941-7.55 4.023-12.35 4.631-2.67-1.485-6.1-2.729-8.49-3.859-4.02-0.597-5.44-1.808-7.72-4.631-2.64-4.257-4.98-7.302-5.4-12.347-1.18-2.105 0.41-3.956 0.77-6.946 0-1.662 0.38-1.149 0.77-2.315" stroke-width="3.75" fill="none"/> | |
<path id="zid_2797" stroke-linejoin="round" d="m1449.4 922.89c-0.24 4.654-6.99 10.393-8.52 13.909-1.25 3.967-3.9 6.302-5.42 9.254-3.67 2.082-6.69 2.926-10.81 4.631-5.65 0.202-10.22 1.372-16.2 1.543-4.84 0-11.94 1.349-14.27-1.543-3.25-3.517-9.31-8.208-11.97-11.576-2.65-2.564 1.94-9.113 1.23-10.427" stroke-width="3.75" fill="none"/> | |
<path id="zid_2798" stroke-linejoin="round" d="m1277.3 998.79c-1.6 4.806-3.34 20.566-9.29 29.836-2.69 3.51-6.35 4.85-10.03 6.17-4.38 1.14-7.81 2.64-13.12 3.09-3.72 1.42-5.78 1.53-9.26 0.77-2.16-0.44 0.26-4.6-1.9-5.04 2.87 1.43 0.32 7.5 2.67 11.22 0.3 3.95 1.39 5.05 1.54 9.26 0 4.55-0.17 8.77-0.77 13.12-0.4 3.97-1.09 7.46-1.54 10.8-2.33 3.5 0.04 0.53-3.06 2.29-3.18 0.96-6.67 2.55-10.8 3.08-3.37 0.84-7.06 1.52-10.04 1.93-4.21 2.5-2.38 1.96 0 5.4 2.78 2.24 3.71 3.04 4.63 7.34 1.1 2.17-1.17 11.31-3.11 14.69-0.34 4.01-1.85 6.83-2.32 10.8-1.28 4.51-1.85 9.44-3.09 13.89-0.77 2.95-2.31 6.42-3.08 10.04-1.37 2.46-4.81 6.79-6.18 9.26-2.19 1.35-7.59 4.24-10.05 5.42-0.66 2.55 4.51 2.26 6.19 4.61 2.5 2.5 3.71 4.17 4.63 8.49 0.65 4.29 1.58 6.87 2.32 10.03-0.49 3.35-1.7 7.57-3.86 10.03-1.18 4.44-2.82 6.74-5.4 8.49-2.48 2.31-5.85 4.13-9.26 4.63-2.38 1.66-6.4 2.66-10.03 3.09-1.28 1.08-7.66 5.94-9.3 6.6" stroke-width="3.75" fill="none"/> | |
<path id="zid_2799" stroke-linejoin="round" d="m1552 995.44c-0.87 0-5.62-0.247-7.72-0.772-3.69-2.156-7.76-1.543-12.35-1.543-4.07 0.776-6.76 1.449-8.48 3.858-1.82 3.423-3.03 5.993-3.09 10.803 0.05 4.34 1.39 7.51 2.31 10.81 1.63 1.96 1.81 5.29 3.09 7.71 0 1.55 1.94 7.37 1.94 8.91-1.66-3.72-5.1-13.21-6.57-18.17-0.83-5.52-1.43-8.06-5.4-10.8-5.23-4.26-7.88-6.574-13.89-7.719-4.18 0.671-7.41 3.419-10.81 5.399-2.22 2.6-6.4 5-9.26 6.95-3.82 3.32-6.4 5.7-7.72 10.8 0 3.94 0.36 6.96 0.78 10.04 0.61 2.82 1.41 5.94 2.31 8.48 1.03 4.5 1.99 8.54 2.32 13.12 0.78 0.79 0.77 4.69 0.77 3.86-1.85-2.53-2.86-5.89-3.86-9.26-1.19-3.38-2.8-6.63-4.63-10.03-3.53-3.08-4.42-3.35-9.26-4.63-3.74 0-7.3 0.18-10.03 0.77-1.7 1.4-4.48 2.73-6.18 4.63-2.1 2.67-4.3 5.08-5.4 9.26 0 3.94 0.36 6.96 0.77 10.03v9.27-9.27 9.27" stroke-width="3.75" fill="none"/> | |
<path id="zid_2800" stroke-linejoin="round" d="m1546.6 962.26h-0.77c2.15 0 1.01 0.095-3.09-1.544-2.05-1.396-5.51-1.795-7.72-3.087-4.46-0.165-7.99-0.771-13.12-0.771-4.52 0.405-5.45 2.261-6.17 6.945-1.08 3.227-0.77 7.112-0.77 10.805-0.27 4.104-1.08 7.613-1.55 11.576-0.45 2.083 0.53 14.847-0.37 16.657-0.67-4.515-3.53-16.998-5.03-20.516-2.64-5.809-5.96-10.173-10.8-15.435-3.57-3.099-5.43-2.324-10.04 0-4.44 0.569-5.36 1.563-7.71 3.087-2.33 1.7-4.71 3.969-6.18 6.946-2.46 1.944-3.88 4.541-4.63 7.717 0.26 3.39 1.28 6.538 2.32 9.261 0.72 1.394 7.81 16.2 8.53 17.44 0.81 1.34-6.73-12.103-9.3-14.353-2.65-2.591-5.24-2.315-10.04-2.315-6.15 0.768-11.25 1.683-16.2 4.63-2.64 2.548-3.56 4.818-5.41 6.948-0.43 3.2-1.27 6.19-1.54 10.03 0.58 3.82 1.8 5.42 3.86 8.49 0.7 1.6 5.75 8.56 6.2 10.45-2.97-1.64-11.78-6.59-16.23-6.59-4.52 0.6-6.2 2.01-8.49 5.4-1.61 3.97-1.55 7.79-1.55 12.35-0.13 3.8-0.77 6.84-0.77 10.8 0 1.55 1.56 18.64 1.56 20.18-0.68-2.88-3.19-21.13-4.64-23.26-1.61-3.74-4.29-8.41-7.72-10.81-2.47-1.48-5.21-0.58-7.72 0.77-1.04 2.12-3.64 6.3-5.4 8.49-1.03 3.87-2.26 4.92-2.32 9.26 0.43 3.19 5.78 17.35 6.21 20.53 0 1.14-5.17-12.97-5.44-13.58-1.3-3.12-3.72-7.87-5.4-11.58-2.67-1.81-3.97-3.64-6.94-5.4-2.82-2.07-5.11-3.39-7.72-4.63-3.8-1.08-7.18-1.54-11.58-1.54-3.08 1.51-4.66 2.65-6.94 6.17-1.08 3.89-1.55 7.07-1.55 11.58v11.57c0.84 3.07 2.09 5.31 4.63 7.72 1.62 2.38 7.17 9.76 9.3 12.39 3.13 3.13-5.21-7.65-6.98-8.53-3.17-1.69-4.81-2.59-8.49-3.09-2.18-1.09-6.66-0.77-10.03-0.77-3.66 1.26-8.89 2.04-11.58 3.86-4.32 1.62-8 1.85-9.26 5.4 0.16 4.65 1.06 7.17 2.32 10.81 1.91 3.53 3.16 6.2 5.4 8.48 1.54 2.27 3.29 3.68 6.17 4.64 1.37 2.01 8.86 6.07 10.84 8.5-2.39-1.44-10.15-2.43-13.15-1.56-2.12 1.44-5.18 3.81-8.49 6.17-3.35 2.65-3.09 4.49-3.09 9.27 0.28 3.68 1.11 5.93 2.32 8.48 1.25 2.65 2.46 4.54 3.86 7.72-0.53 1.17 18.26 13.35 18.26 14.38" stroke-width="3.75" fill="none"/> | |
<path id="zid_2801" stroke-linejoin="round" d="m1525 953h-0.77c2.27 0 0.99-0.133-3.09 2.315-3.49 1.163-6.89 1.743-10.03 0.772-4.59-0.542-9.12-0.772-13.89-0.772-1.55-1.161-3.5-0.615-4.63-2.315-3.14-1.381-4.65-2.293-5.41-5.402-1.78-2.97-3.45-7.395-4.63-10.805-1.68-3.146-2.94-5.434-4.63-9.26 0 4.716 0.8 8.824 1.55 13.119v11.576c-1.93 3.65-1.8 5.514-6.18 6.174-3.83 0-7.4-0.624-10.03-1.543-6.05-1.466-12.55-2.954-18.52-3.859-2.53-3.613-5.38-4.817-10-9.226" stroke-width="3.75" fill="none"/> | |
<path id="zid_2802" stroke-linejoin="round" d="m1443.2 949.91c-3.82 1.042-7.48 0.434-10.03 3.087-1.72 2.585-3.96 3.546-4.63 6.946-2.38 4.623-3.09 10.638-3.09 16.978 0.88 4.446 3.5 8.659 6.18 11.576 1.39 2.264 4.72 7.066 6.96 10.433 2.25 4.439-1.76-1.333-4.65-2.716-3.74-4.263-8.47-8.367-13.89-9.26-5.91-1.437-10.61-1.97-16.2 0-3.94 1.94-4.79 3.766-5.41 8.489-1.09 2.183-0.77 6.656-0.77 10.036 0.05 4.26 0.77 8.03 0.77 12.34 1.12 3.47 0.66 8.04 1.55 11.58 1.4 1.94 2.52 10.4 3.47 12.02-0.97-4.81-3.24-17.27-5.79-21.28-1.88-2.76-4.71-4.55-7.72-6.17-2.56-1.03-5.44-1.87-9.26-2.32-3.76-0.94-7.95-0.95-10.8 0-4.52 1.6-6.05 2.79-7.72 6.17-0.66 3.03-1.8 6.65-3.09 10.04-0.26 3.45 0.01 14.87 0.01 18.97" stroke-width="3.75" fill="none"/> | |
<path id="zid_2803" stroke-linejoin="round" d="m1393.8 950.68c0-1.098-8.41 3.369-9.26 6.174-4.26 2.688-5.86 5.511-11.18 5.796-5.23 0.832-9.72 2.716-15.43 2.716h-10.81-9.26" stroke-width="3.75" fill="none"/> | |
<path id="zid_2804" stroke-linejoin="round" d="m1368.3 963.8v0.772c0-2.272 0.13-0.99-2.32 3.087-3.17 4.136-4.22 6.127-3.09 11.576 0 4.467 0.63 8.047 0.78 12.348 2.23 5.298 5.1 12.635 6.94 16.975 1.91 3.48 1.29 1.65-2.31 1.55-3.75-1.44-7.17-1.55-11.58-1.55-4.09 0-7.89 0.12-11.58 0.78-2.9 1.93-5.75 3.16-9.26 4.63-2.17 1.67-5.99 3.3-7.71 5.4-0.82 2.44-0.78 6.47-0.78 10.03 0.43 3.16 1.08 5.6 2.32 7.72 2.28 3.44 4.43 5.76 7.72 9.26 1.75 1.67 4.57 3.46 6.94 5.4 2.39 0.72 7.74 3.87 9.29 5.42-2.77-1.9-12.96-8.48-16.23-11.59-7.25-3.21-14.95-5.91-23.16-6.95-4.89 0.18-8.46 2.61-11.57 5.4-2.09 3-3.14 4.69-6.18 6.18-2.39 2.93-4.83 2.46-5.4 6.94-1.17 3.51-0.11 6.03 0.77 10.04 1.46 3.69 3.04 7.85 4.63 10.8 2.34 2.29 3.79 4.13 6.18 6.95 2.89 2.52 4.64 4.32 7.72 5.4 1.86 1.78 6.98 3.67 9.67 4.63-1.87 1.62-8.1 2.75-10.45 3.86-3.4 2.88-5.75 4.88-7.71 6.94-0.42 3.08-0.78 6.1-0.78 10.04-0.18 3.2-0.77 4.81-0.77 8.48 1.57 2.24 3.68 6.43 6.18 8.49 2.14 2.47 4.77 3.47 6.94 5.41 1.54 0.65 2.49 1.57 3.86 2.31l-3.86-2.31c1.54 0.65 8.32 1.96 9.69 2.7" stroke-width="3.75" fill="none"/> | |
<path id="zid_2805" stroke-linejoin="round" d="m1336.6 964.57c-0.36 0-2.57 2.573-4.63 4.631-3.26 3.156-3.52 5.245-5.4 10.032 0 4.767 0.03 7.954 3.09 10.805 1.84 3.334 4.7 6.333 6.94 9.26 2.67 2.588 3.84 4.688 5.41 7.718-1.54-2.26-4.59-4.75-6.95-8.489-2.61-1.876-5.12-5.282-8.49-7.718-4.59-1.662-6.6-2.194-10.8-1.543-3.56 2.372-7.29 4.073-10.04 6.945-3.16 2.683-6.07 3.465-7.71 6.945-2.48 1.77-2.93 3.52-3.09 7.72 0 4.93 1.09 7.05 2.32 11.57 2.09 3.63 3.9 7.06 5.4 9.27 1.21 0.99 5.2 6.43 5.81 5.81-2.13-1.28-6.93-5.88-10.44-6.59-2.91 1.33-8.97 0.78-13.12 0.78-4.57 0-7.33 0.02-10.81 1.54-3.1 1.18-6.7 2.78-10.03 5.4-4.15 1.43-6.52 3.01-6.94 7.72 0.68 3.75 2.34 4.4 5.4 7.72 3.38 3.56 6.5 7.33 10.8 10.03 1.92 2.78 6.7 6.3 8.49 8.49 2.19 1 13.59 0.76 9.33 0.76-3.39 0.88-18.18 3.45-20.91 5.41-3.42 3.27-4.19 6.27-4.63 11.58 0.28 4.79 1.54 8.72 2.32 13.12 1.95 3.99 2.53 7.02 4.63 10.03 1.66 2.56 5.63 6.34 7.72 7.72 3.33 1.35 8.45 3.87 12.35 5.4 2.06 0.75 5.54 1.57 8.48 2.31h-13.89c-3.61 0.96-6.39 1.36-8.49 3.09-3.19 1.07-3.95 2.8-6.17 4.63 0 4.23 0.45 6.63 2.32 9.26 0.5 3.38 2.39 6.66 4.63 8.49 1.81 2.87 4.55 5.37 6.94 6.95 3.11 2.71 4.49 3.34 7.72 4.63 3.5 0.47 6.59 1.8 10.03 2.31 1.75 1.45 6.28 2.32 8.49 3.86l-8.49-3.86c1.75 1.45 6.28 2.32 8.49 3.86l3.88 1.17c-3.6 0.55-9.11 0.71-13.14 2.69-5.5 1.69-10.94 2.8-13.12 6.17-3.47 1.74-3.79 3.37-4.63 6.95-0.32 4.47-0.5 6.07 0.77 9.26 1.94 2.79 3.94 4.66 6.18 6.18 2.28 1.91 6.69 5.55 10.03 6.94 3.84 2.22 6.51 3.33 9.26 4.63-3.68 0.61-7.51 0.77-11.58 0.77-2.51 1.47-4.5 1.53-6.17 3.86-2.58 1.88-4.27 3.69-4.63 7.72-1.12 3.34-0.38 5.64 1.54 9.26 2.4 1.81 5.04 4.32 7.72 6.17 2.78 1.3 7.14 2.95 10.8 3.86 1.25 0.5 5.69 0.77 1.55 0.77-1.98 1.02-6.11 0.78-9.26 0.78-4.04 0.36-5.61 1.84-8.49 3.86-2.47 2.46-3.69 2.99-3.86 7.71 0 4.38 0.39 6.27 2.31 8.49 2.03 4.26 3.89 5.59 6.95 7.72 2.6 1.58 6.8 2.19 10.8 2.31 4.75 0 9.38-0.11 13.89 0.78 1.95 0 17.16 2.54 17.45 2.33" stroke-width="3.75" fill="none"/> | |
<path id="zid_2806" stroke-linejoin="round" d="m1265.6 1086.5c0 0.23-1.42 2.25-2.31 4.63-3.85 2.91-3.92 5.48-8.49 6.17-3.25 0.71-5.87 0.46-9.26 0-1.38-1.93-4.07-3.98-6.17-5.4-1.75-2.52-4.61-7.66-6.58-9.28" stroke-width="3.75" fill="none"/> | |
<path id="zid_2807" stroke-linejoin="round" d="m1272.2 1113.5c-0.19 1.17-3.74 7.6-4.25 10.04-2.93 2.94-7.23 7.46-11.58 10.04-3.27 0.77-5.67 1.92-10.03 2.31-3.66 1.18-8.19 0.77-12.35 0.77-3.38-0.78-5.79-2.19-9.26-3.86-1.49-1.84-10.65-9.51-13.16-11.22" stroke-width="3.75" fill="none"/> | |
<path id="zid_2808" stroke-linejoin="round" d="m1268 1123.8c0 1.18-1.73 17.77-3.87 25.21-1.87 3.3-4.62 7.07-6.94 10.8-2.48 4.16-3.93 6.43-8.49 8.49-5.13 1.93-10.22 2.32-16.21 2.32-3.83-0.92-8.62-3.34-13.12-4.63-2.79-1.9-6.49-4.17-9.26-6.18-2.8-2.31-6.14-4.41-7.73-7.72" stroke-width="3.75" fill="none"/> | |
<path id="zid_2809" stroke-linejoin="round" d="m1282.6 1191.5h-0.77c2.09 0 1.02-0.05-3.09 0.77-5.22 0.77-8.52 0.3-13.12-1.55-3.33-1.16-7.3-4.18-10.8-6.94-3.21-3.1-6.14-6-8.49-7.72-0.24-2.55-1.38-4.62-3.09-6.17 0 3.89 0.35 7.24 0.78 10.8 0 4.35-0.57 7.75-1.55 11.58-1.22 4.29-2.92 5.88-6.17 9.26-4.62 0.96-8.71 1.54-13.89 1.54-5.57-0.04-10.36-0.94-15.44-1.54-2.79-1.27-5.32-2.58-7.72-3.86" stroke-width="3.75" fill="none"/> | |
<path id="zid_2810" stroke-linejoin="round" d="m1281.5 1192.2c-2.76 8.62-12.48 13.09-14.31 15.46-4.37 1.06-8.1 2.27-13.12 2.32-4.51 0-5.01-0.19-7.72-2.32-4.47-1.49-5.89-2.71-7.72-5.4 0-1.03 0.26-0.77-0.77-0.77" stroke-width="3.75" fill="none"/> | |
<path id="zid_2811" stroke-linejoin="round" d="m1291.1 1237.8l-0.77 0.77c1.75-1.75 0.91-1.11-0.77 3.09-2.4 4.51-5.58 5.25-10.03 6.94-4.08-0.61-5.67-2.1-10.04-4.63-4.07-2.28-7.15-6.19-10.03-10.03-2.33-5.18-3.86-9.54-3.86-15.43-1.07-2.42-1.44-5.38-3.09-6.95v16.21c-1.2 3.61-1.36 6.43-2.31 10.03-0.64 4.7-1.61 8.13-3.09 11.58-2.84 3.94-7.25 4.92-13.12 5.4-4.71 1.01-10.23 0.77-15.43 0.77-4.05-0.48-6.48-1.26-10.03-2.31-4.09-2.32-5.2-3.03-8.49-6.95-3.61-4.08-7.91-9.24-10.04-13.12-1.22-4.32-3.32-17.34-4.25-22.06 0-4.56 0.43 10.6 0.4 12.8-1.12 6.91-1.55 13.56-1.55 20.84v12.34c-0.8 5.11-1.44 7.73-4.63 10.81-2.23 2.5-6.41 5.61-8.49 6.94-1.65 2.01-3.8 3.51-6.94 4.63-3.39 1.86-6.63 2.63-10.04 3.09-1.86 0.33-3.16 1.47-4.63 0" stroke-width="3.75" fill="none"/> | |
<path id="zid_2812" stroke-linejoin="round" d="m1293.5 1270.9c-1.83 2.66-5.33 8.63-8.51 9.29-3.38 1.78-8.63 1.54-13.89 1.54-3.71-0.85-7.61-0.65-9.26-3.09-5.98-4.01-11.46-8.6-16.21-13.89-2.08-2.67-4.07-5.82-5.41-8.49-1.78-0.61 0.22 1.78 0.78 3.09 2.81 4.13 4.66 8.29 5.4 13.12 0.99 3.69 0.99 8.61 0 11.57-0.91 4.1-2.12 7.01-5.4 10.04-1.58 1.96-4.15 1.54-7.72 1.54-4.99-0.63-8.98-2.71-13.89-4.63-5.35-3.16-7.59-4.08-10.03-9.26-1.01-5.86-1.61-11.99-2.32-17.75-0.1-2.11-0.15-10.62-1.15-11.62-1.1 2.87-2.82 13.57-4.25 17.02-0.91 4.96-1.42 6.51-6.17 6.95-2.52 1.23-6 0-10.04 0-2.79-0.95-4.59-1.62-6.17-3.09-0.71-1.31-1.61-1.77-2.32-3.09" stroke-width="3.75" fill="none"/> | |
<path id="zid_2813" stroke-linejoin="round" d="m1303.5 1280.2h-0.77c2.27 0 0.9-0.22-1.55 3.85-1.83 2.75-2.4 6.13-3.08 9.27 0.32 4.18 1.39 5.22 3.08 7.71 4.5 2.72 5.25 3.86 10.81 4.63 6.04 1.15 24.55-0.4 30.58 0.76 4.74 0.68-13.39 3.49-15.15 3.87-2.98 1.6-6.23 2.1-9.26 4.63-4.17 3.22-7.31 5.87-10.03 7.72-0.78 2.98-1.54 5.91-1.54 10.03 1.05 2.63 2.46 5.01 3.86 7.72 2.85 3 3.73 4.73 7.71 6.18 6.12 0.22 12.16 0.72 18.52 0.77 6.18-1.6 17.34-4.37 21.25-6.57 1.13 0-4.42 1.67-5.04 1.94-2.59 1.29-5.15 3.27-8.49 6.17-3.18 1.59-4.24 3.39-6.17 6.17-2.01 2.58-2.82 4.86-4.63 6.95-0.54 3.97-0.56 5.12 1.54 8.49 2.83 3.91 3.53 5.54 7.72 6.17 1.73 1.66 4.31 3.79 6.94 5.41 1.85 0.84 13.27 0.92 12.42 2.3-3.76 0.27-17.68 1.46-20.13 3.1-3.15 1.11-4.07 2.45-4.63 6.17 0.16 4.41 0.98 5.47 3.08 8.49 1.41 2.07 3.52 4.09 6.18 5.4 1.88 1.8 15.31 4.5 17.82 6.58 3.24 1.13-11.26-1.17-13.96-1.17-2.19 1.09-6.66 0.77-10.04 0.77-1.37 2.22-3.14 4.32-4.63 6.94-1.39 2.32-0.32 5.02 0 7.72 2.02 2.17 4.81 6.79 6.18 9.26 2.54 1.73 3.15 3.25 6.94 4.63 1.56 1.71 15.68 7.13 18.23 7.37" stroke-width="3.75" fill="none"/> | |
<path id="zid_2814" stroke-linejoin="round" d="m1335.1 1429.9v0.78c0-2.28 0.22-0.91-3.86 1.54-1.88 2.33-4.8 4.93-6.17 6.94-0.72 3.47 0.13 5.2 1.54 8.49 2.06 1.66 4.79 4.99 6.18 7.72 3.59 3.28 6.03 5.24 7.71 7.72 2.33 0.7 10.73 4.29 13.18 5.81-4.36-0.06-15.16-3.98-19.35-4.27-5.12 0-7.44 0.58-10.81 2.32-1.39 2.26-2.93 4.19-3.85 6.94-0.96 2.71-1.89 5.3-2.32 8.49-1.07 3.32 0.04 5.14 1.54 7.72 2.69 2.17 3.83 3.59 6.95 4.63 2.23 1.99 4.9 3.03 9.26 3.09 1.92 0.96 10.07 0.38 12.39 0.38-2.67 1.74-10.89 3.42-13.93 4.25-2.42 1.24-5.39 2.14-6.95 3.86-1.67 2.61-2.93 4.2-3.09 8.48 1.29 3.23 3.25 6.22 6.95 9.27 3.43 3.87 3.77 4.64 8.49 6.17 4 1.85 20.43 0.18 24.8 0.37-3.87 0.58-20.82 5.3-24.8 8.12-2.81 2-2.96 4.26 0 6.94 1.9 3.39 4.08 5.14 7.72 6.18 4.19 0 5.98-0.72 10.03-0.77 3.56 0.42 16.63-0.4 20.52-0.4-2.99 1.69-18.4 3.75-22.84 4.26-3.86 1.33-5.45 1.45-6.17 5.4 0 3.56-0.42 6.13 1.54 7.72 2 3.53 3.18 3.8 7.72 3.85 2.24 1.35 5.3 0.17 8.49 0h10.8 15.91" stroke-width="3.75" fill="none"/> | |
<path id="zid_2815" stroke-linejoin="round" d="m1386.7 1607.3c2.33 0-23.86-33.47-34.57-29.93-4.93 0.84-8.13 0.91-10.03 4.63-2.77 2.76-5.52 7.43-6.95 11.57-0.37 4.18-1.01 7.53 0 11.58 0.71 3.05 2.51 6.28 3.09 10.03 0.85 1.66 1.89 5.27 0.77 6.95-0.55-2.64-1.33-4.28-2.32-7.72-0.91-5.87-1.45-12.16-2.31-17.75-2.41-1.82-5.29-4.69-8.49-6.95-4.35-0.62-8.14-0.74-11.58 0-2.85 2.5-3.92 4.47-6.94 6.18-2.48 0.82-8.82 1.37-12.36 1.54" stroke-width="3.75" fill="none"/> | |
<path id="zid_2816" stroke-linejoin="round" d="m1242.5 1289.5c0.26 0-0.16-0.21 3.09 3.86 1.89 1.41 2.53 2.78 5.4 4.63 3.3 2.5 6.81 3.86 11.58 4.63 4.71 1.58 9.73 2.26 14.66 3.08 4.25 0 8.54 0.07 12.35-0.77 4.42 0 6.7-0.63 10.8-0.77l3.11-1.17" stroke-width="3.75" fill="none"/> | |
<path id="zid_2817" stroke-linejoin="round" d="m1306.6 1332.7v0.78c0-2.09-0.05-1.02 0.77 3.08 0 4.65-0.72 5.9-2.32 8.49-3.37 2.44-7.14 3.21-11.57 4.63-5.68-0.25-10.59-1.26-15.44-3.08-3.74-3.1-5.31-5.23-7.72-10.04-2.51-7.64-4.55-13.52-4.63-21.61 0-4.46 0.12-7.86-2.31-10.03-1.18-1.17-1.3 2.01-2.32 3.86-0.34 4.64-2.35 7.37-4.63 11.58-2.81 2.71-6.1 5.85-10.03 8.49-4.06 0.9-5.48 1.59-9.26 0.77-2.52-2.99-6.01-6.71-7.72-8.49-0.94-3.61-3.62-7.98-5.4-12.35-1.66-4.15-3.53-7.7-3.86-12.35-1.55-4.27-1.24-3.68-2.31 0.77-2.26 4.89-2.92 8.1-5.41 12.35-3.23 2.51-6.19 4.73-10.8 6.18-5.39 0.81-8.91 0.41-13.89-0.78-3.76-1.35-5.57-3.01-7.72-6.17-2.39-2.35-3.35-3.99-3.86-7.72-1.57-2.56-3.27-8.1-4.63-11.57-1.53-1.86-2.63-5.44-3.09-8.49-1.07-0.88-1.74-2.52-2.31-3.86" stroke-width="3.75" fill="none"/> | |
<path id="zid_2818" stroke-linejoin="round" d="m1333.2 1347.3c-0.11 1.49-1.71 11.76-3.48 14.71-2.1 4.41-2.89 6-7.72 6.17-4.79-0.77-8.53-3.18-12.35-6.17-3.19-4.03-6.34-7.07-8.48-11.57-2.32-1.91-2.07-3.01-1.54 0 2.46 2.52 2.25 2.44 2.31 6.94v11.58c-0.05 3.81-0.62 6.48-1.55 9.26-1.46 4.08-3.15 6.11-6.94 9.26-4.4 0.98-5.13-0.62-8.49-3.09-4.12-1.67-5.73-3.18-8.49-5.4-2.19-2.19-4.45-4.86-6.18-7.72-0.41-3.08-0.77-6.1-0.77-10.03 0-3.86 3.11-13.16 3.11-17.02-0.59-4.72-3.74 4-6.19 6.99-1.99 3.81-4.52 6.78-6.95 8.49-3.24 3.01-8.26 4.38-13.12 5.4-4.57 0-8.25-0.7-12.35-1.55-2.69-3.72-3.63-5.81-5.4-9.26 0-4.81 0.7-8.1 1.54-12.34 0.81-4.02 1.89-10.93 1.94-15.08 0-4.19-0.72 4.56-1.94 6.59-1.01 4.57-2.07 4.81-5.4 7.71-4 0.54-7.98 0.78-12.35 0.78-4.68 0-8.94 0.41-13.12 1.54-2.88-1.01-4.4-5.07-6.17-8.49-1-3-1.51-5.85-1.54-10.03 0-3.98-0.92-6.32-1.55-9.26-1.76 3.92-3.35 4.23-7.71 4.63-2.54 0-5.55 0.28-6.95-0.78-1.51-2.47-3.54-4.75-4.63-6.94l4.63 6.94c-1.51-2.47-7.04-10.19-8.13-12.38" stroke-width="3.75" fill="none"/> | |
<path id="zid_2819" stroke-linejoin="round" d="m1339 1376.7c0 0.74-0.41 4.92-0.77 6.95-1.39 3.19-1.85 6.08-2.32 10.03-0.04 3.82-0.62 6.49-1.54 9.26-1.79 2.45-3.92 3.8-6.17 5.4-5.22 0-6.76-0.48-10.81-3.08-3.38-2.74-6.54-5.09-9.26-6.95-2.21-3.72-4.51-6.63-6.95-10.03l-2.72-2.72c-1.57-3.28 1.74 1.82 2.72 5.81 1.17 4.07 1.55 7.66 1.55 12.34-0.14 4.93-1.03 9.04-1.55 13.9-2.09 4.13-2.17 5.03-6.94 5.4-5.04 0-9.85-0.07-14.66-0.77-4.75-0.73-8.32-2.04-12.35-4.63-1.03-2.69-1.55-6.09-1.55-10.04 0.06-4.7 1.15-8.65 1.55-13.12 1.65-4.5 2.28-7.35 3.86-11.57 1.26-1.69 1.99-3.52 2.31-6.18-0.69 4.79-3.24 8.17-4.63 12.35-2.45 4.6-6.32 9.32-8.49 13.89-2.94 2.82-4 3.94-6.94 5.4-3.48-0.52-5.07-1.83-7.72-3.08-1.51-2.22-3.31-3.51-4.63-6.95-2.44-3.44-3.04-4.98-3.09-10.03 0-3.11 0.25-8.49 0-9.26-0.32-0.98-4.06-14.44-5.04-14.76" stroke-width="3.75" fill="none"/> | |
<path id="zid_2820" stroke-linejoin="round" d="m1232.5 1364.3c-1.2 0.77-6.26 2.22-10.03 2.31h-13.89c-4.51-0.41-4.09-2.11-5.41-5.4-1.4-4.08-2.06-7.42-2.31-11.58-0.67-3.73-2.62-4.09-3.1-7.31-2.22 1.44-2.33-0.44-6.16 0.37-5.31 0.81-9.57 1.94-14.67 3.08-4.77 0.66-9.08 1.49-13.89 1.55-4.49 0-8.01 0.43-10.03-2.32-1.29-2.59-1.5-6.18-1.54-10.03 0-4.34 0.48-8.54 1.54-11.58 1.58-2.93 3.62-6.05 6.17-8.49 1.45-2.12 3.29-3.96 5.41-5.4 1.59-2.34 3.58-3.22 4.63-6.17 1.85-1.53 2.78-3.9 3.86-6.18" stroke-width="3.75" fill="none"/> | |
<path id="zid_2821" stroke-linejoin="round" d="m1128.2 1316.9c1.38 0.32 11.64 2.6 13.93 4.26 3.79 2.11 5.27 4.51 7.71 6.94 1.22 2.58 2.03 4.93 3.09 8.49 0.59 2.94 0.77 6.86 0.77 10.81-1.44 2.37-2.8 6.32-3.86 9.26-1.59 2.35-3.01 3.89-6.17 5.4-3.72 2.86-10.15 5.44-15.44 7.72-3.56 0.42-6.91 0.77-10.8 0.77-3.86 0-8.11 2.33-11.97 2.33-3.73 0-9.07-0.48-11.57 0.77-1.14 0-0.59 0.18-1.55-0.77" stroke-width="3.75" fill="none"/> | |
<path id="zid_2822" stroke-linejoin="round" d="m1237.9 1395.2c-0.31 0-2.43 2.48-4.63 3.85-1.82 3.08-2.58 4.88-4.63 8.49-1.33 3.61-2.03 6.39-2.31 10.04v10.8c0.04 4.05 0.77 5.84 0.77 10.03v10.81 10.8-10.8 10.8" stroke-width="3.75" fill="none"/> | |
<path id="zid_2823" stroke-linejoin="round" d="m1247.1 1406c0 1.55-0.93 14.26-0.01 17.02 0.25 4.68 1.57 7.3 3.09 10.8 2.41 1.87 5.61 6.16 8.49 9.26 2.32 2.33 4.67 3.78 8.49 4.63 4.47 0.89 8.02 1.55 11.57 0.78 2.91-1.27 7.34-3.76 10.81-5.41 1.58-3.44 3.87-7.32 5.4-11.57 1.32-4.07 1.42-8.28 1.54-6.95 1.64 1.33 4.71 5 6.18 6.95 3.27 1.97 6.48 4.29 9.26 7.71 2.89 3.22 7.56 2.15 11.98 2.3" stroke-width="3.75" fill="none"/> | |
<path id="zid_2824" stroke-linejoin="round" d="m1256.4 1462.3c0-0.26 9.09 11.65 12.37 11.65 3.57 0.89 7.61 1.41 11.58 1.55 4.74-0.06 8.38-1.24 12.35-3.09 3.21-3.4 2.31-8.46 2.31-13.89v-11.58c-0.09-3.16-1.06-5.64-1.54-8.49 0.71 5.01 3.12 9.18 4.63 13.89 1.72 3.72 7.12 17.35 12.34 18.15 2.37 2.87 4.64 1.39 6.95-1.94 4.18-2.74 5.25-15.59 6.95-17.75 0-2.17 0.56-2.01 0.77-3.86" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2825" stroke-linejoin="round" d="m1254.8 1491.6c0 0.26 6 5.31 10.08 7.76 4.22 3.18 4.89 3.86 10.04 3.86 3.49-0.66 4.89-3.35 7.71-6.18 3.94-3.84 4.85-6.91 3.86-12.34-0.15-4.21-1.3-10.93-2.31-9.25 1.78 2.33 3.44 5.73 4.63 7.7 1.59 2.35 2.72 4 6.17 4.63 2.03 1.72 4.96 2.82 8.49 3.09 1.87 1.4 4.27 0.92 5.4-0.77 2.6-1.17 4.54-2.34 6.18-3.86 0.74-2.45 2.03-3.96 3.08-6.17" stroke-width="3.75" fill="none"/> | |
<path id="zid_2826" stroke-linejoin="round" d="m1313.5 1488.6v0.77c0-2.08-0.05-1.03 0.77 3.08 0.26 4.47 0.78 8.39 0.78 13.12-1.12 4.63-1.85 7.97-4.63 10.81-2.62 1.31-7.25 0.71-10.81 0-4.66-2.1-16.84-10.83-18.52-14.66-1.14-0.66 10.07 7.81 11.58 10.03 1.74 2.68 3.02 4.67 3.85 7.72 0.75 2.24 1.29 7.17 0.78 8.48-0.64 4.21-2.11 4.09-5.41 5.41-3.34 0.83-7.02 0.77-10.8 0.77-3.44-0.47-5.37-1.58-8.49-2.32l-1.17-0.78" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2827" stroke-linejoin="round" d="m1328.2 1522.5v0.77 3.09c-0.9 3.56-1.31 6.75-2.32 9.26-0.76 4.35-2.63 4.54-5.4 6.95-3.42 0.85-7.31 0.91-10.03 0-4.88-2.92-7.42-4.48-10.81-8.49-3.39-3.39 1.45 1.94 3.09 4.63 2.67 2.36 4.25 4.04 4.63 8.49 0.92 4.61 1.1 6.56-1.55 9.26-1.91 2.74-4.8 4.13-9.26 5.4h-10.8c-4.08-0.91-3.68-2.1-5.4-4.63" stroke-width="3.75" fill="none"/> | |
<path id="zid_2828" stroke-linejoin="round" d="m1339.4 1545.7c0.19 1.47-0.06 7.98-0.39 11.58-2.99 4.97-2.98 5.19-8.49 6.95-4.45 0.6-9.04 0.77-13.89 0.77-3.26-1.14-5.64-3.33-7.72-6.95-3.04-2.28-0.96 0.9 0 3.09 1.61 4.18 2.97 6.9 3.86 11.58 0.27 3.19 1.96 4.17-1.54 4.63-3.9 1.1-7.98 1.54-12.35 1.54-3.37-0.46-7.16-0.36-10.05-1.15" stroke-width="3.75" fill="none"/> | |
<path id="zid_2829" stroke-linejoin="round" d="m1312.7 1571.6c0.28 1.33 1.76 3.94 3.87 5.79 1.54 3.21 3.6 4.52 6.17 6.17 2.72 1.54 4.69 3.03 7.72 3.86 4.28 0 6.14-0.81 9.26-1.54 4.65-1.59 4.8-2.4 6.95-5.41 1.48-2.41 2.59-4.08 3.08-7.71 1.11-2.22 0.75-6.25 0-8.49-0.31-4.08-2.03-5.47-3.08-8.49-1.1-0.37-1.45-3.09-2.33-4.26" stroke-width="3.75" fill="none"/> | |
<path id="zid_2830" stroke-linejoin="round" d="m1207 1367.4c-0.26 0.26-0.51 0.52-0.77 0.77 1.83-1.83 1.08-0.95-3.09 1.55-3.76 1.01-5.29 2.2-6.94 4.63-3.52 1.94-5.96 3.67-6.95 7.72v10.8c-0.84 2.81-0.77 7.6-0.77 11.58 0 4.19-0.49 7.67-0.77 11.57 0.54 2.52 2.04 6.13 1.17 8.51-0.29-3.37-1.94-7.9-1.94-11.59-1.41-2.05-2.96-6.62-4.63-8.49-2.23-1.93-4.51-2.78-8.49-3.86-4.11-1.37-6.83-0.85-9.26 1.54-1.77 1.85-3.91 4.91-5.41 8.49-0.84 4.24-2.16 6.59-2.31 10.8-0.87 4.05-1.54 6.5-0.77 10.04v11.57c0 3.6 0.78 8.38 0.78 11.98-0.49 5.71-1.85-0.89-3.1-2.72-0.83-3.87-1.67-7.02-3.86-9.26-1.94-2.34-5.15-3.08-9.26-3.08-3.94 0-6.14-0.92-6.94 2.31-1.14 2.28-1.34 7.46-1.55 10.81v11.57 10.03c-0.66-4.1-2.26-5.96-4.63-9.26-2.69-3.1-4.84-3.92-10.03-4.63-5.04-1.22-7.53-0.75-11.58 1.55-3.88 3.79-6.44 5.08-6.94 9.26-1.57 1.89-1.9 5.43-2.32 8.49v11.57c0 2.15-3.18-2.34-5.4-5.4-2.59-3.56-4.13-4.47-8.49-4.63-2.96 1.52-8.85 3.77-11.57 6.17-1.97 1.59-1.55 4.16-1.55 7.72v10.81c-0.21 2.68-4.22 2.68-6.17 0.77-2.86-1.41-6.62-3.35-10.03-3.86-2.94-1.39-5.39-1.71-7.72-0.77-1.2 3.9-2.32 6.98-2.32 11.57-1.18 3.17-1.54 5.49-1.54 9.26" stroke-width="3.75" fill="none"/> | |
<path id="zid_2831" stroke-linejoin="round" d="m1226.3 1392.9c-0.26 0 10.36-3.5 10.1-3.5 2.16 0-9.86 3.4-13.96 5.04-3.12 1.14-6.49 4.52-9.26 7.72-6.35 5.67-14.04 14.21-20.07 20.84-5.58 5.6-9.55 9.43-13.12 15.43-7.71 6.11-13.42 11.97-20.06 19.3-7.09 5.3-14.09 10.39-20.84 16.2-6.76 3.38-12.73 6.41-20.07 9.26-6.56 2.19-12.22 5.1-18.52 7.72-3.35 2.61-5.27 3.74-9.26 5.4-6.08 3.49-13.03 6.17-17.75 9.26-2.31 1.57-3.91 3.66-7.72 5.41-2.43 2.84-5.62 4-9.26 6.17-4.22 1.52-8.7 3.01-13.89 4.63-5.35 1.83-8.67 3.36-13.89 5.4-14.19 4.97-28.7 10.67-43.217 13.12-4.159 1.52-8.355 2.78-12.348 3.09-5.86 2.12-13.133 2.22-19.294 3.09-3.953 1.04-8.914 2.3-12.348 3.08-3.969 1.09-7.853 2.02-10.804 3.09-3.966 0.46-8.402 1.59-11.576 2.32-3.761 1.11-5.356 2.23-8.489 3.08-1.762 1.53-9.078 7.39-10.839 8.91" stroke-width="3.75" fill="none"/> | |
<path id="zid_2832" stroke-linejoin="round" d="m1115.2 1372c0.45 1.48 1.55 6.15 1.55 10.04-0.63 3.68-1.38 8.28-3.09 10.8-1.38 3.46-5.81 6.72-8.49 9.26-3.1 0.68-5.87 1.31-9.26 2.32-3.98 0.29-13 9-17.4 9.32-2.57 0.51-5.75 0.76-9.27 0.76-1.1-1.16-1.47-0.5-3.08-1.14 2.59 1.85 1.8 2.48 2.31 6.54 0 4.12 2.88 8.22 2.34 11.97-0.95 4.56-4.89 10.1-8.08 11.9-3.9 2.42-7.33 3.91-11.58 5.41-3.8 0.13-6.85 0.77-10.8 0.77-2.57 0-4.6-0.14-6.18-0.77" stroke-width="3.75" fill="none"/> | |
<path id="zid_2833" stroke-linejoin="round" d="m1156.1 1348.1v0.77 3.86c1.01 5.06 1.75 8.59 5.4 12.35 2.58 3.46 6.7 6.17 10.8 8.49h11.58c2.78-0.48 8.97 0.48 12 0.39" stroke-width="3.75" fill="none"/> | |
<path id="zid_2834" stroke-linejoin="round" d="m1165.3 1373.6c-0.26 0.25 1.81-0.66 1.56-0.4 1.93-1.94-1.28 0.17-5.42 3.48-4.65 3.95-6.65 5.69-7.72 11.58 0.06 4.43 1 5.7 2.32 8.49 0.97 3.44 2.85 6.62 5.4 8.49 1.03 0 0.77 0.26 0.77-0.77" stroke-width="3.75" fill="none"/> | |
<path id="zid_2835" stroke-linejoin="round" d="m1114.8 1392.1c0 0.37 3.62 1.89 5.03 3.86 3.94 2.51 8.95 6.98 13.89 10.03 4.81 1.6 9.28 0.45 13.89-1.54 3.07-0.81 5.34-1.92 7.72-4.63l0.78-0.78" stroke-width="3.75" fill="none"/> | |
<path id="zid_2836" stroke-linejoin="round" d="m1129.1 1404.5c-2.03 3.59-5.1 5.74-5.41 10.03 0 3.95 0.52 7.34 1.55 10.03 1.44 2.67 3.13 6.87 5.4 9.26 1.41 2.31 2.86 4.26 4.63 5.4-1.37-3.79-4.84-6.73-8.49-10.03-1.42-1.62-3.09-2.31-4.63-0.77-3.96 0.28-6.65 1.27-9.26 2.32-4.34 1.51-7.98 3.52-10.8 5.4-2.83 2.92-3.09 4.53-3.09 9.26-0.37 4.9-0.77 9.61-0.77 14.66 1.19 0.98 1.43 1.71 1.54 3.86-0.84-3.24-2.55-8.28-4.63-10.8-1.85-2.59-3.19-3.04-7.72-3.09-3.92 0.72-3.78 2.65-6.17 4.63-2.34 3.39-3.96 4.46-5.4 8.49-1.88 4.4-2.32 8.12-2.32 13.12 1.03 0 2.32 8.03 2.32 7" stroke-width="3.75" fill="none"/> | |
<path id="zid_2837" stroke-linejoin="round" d="m1094.3 1404.5v0.77c0-2.06 0.15-0.98-2.32 2.31-1.07 3.63-1.54 5.64-1.54 10.04 0.58 4.45 2.23 6.78 3.09 10.8 3.02 3.6 4.22 5.27 7.71 6.95 1.06 1.06 2.43 1.43 3.09 0.77" stroke-width="3.75" fill="none"/> | |
<path id="zid_2838" stroke-linejoin="round" d="m1072.7 1432.2h-0.77c0.2 0.51 0 3.44 0 5.4 0 3.69-0.31 7.58 0.77 10.81 0.77 3.14 5.12 4.33 6.97 6.18" stroke-width="3.75" fill="none"/> | |
<path id="zid_2839" stroke-linejoin="round" d="m1032.6 1451.5c0 0.26 1.55-1.81 1.55-1.56 0-2.15-1.46 1.32-3.09 5.42-3.64 4.33-6.31 7.74-10.81 12.35-4.74 1.48-7.74 4.35-12.35 7.72-5.03 2.85-9.931 4.5-14.66 6.94-5.165 2.17-11.15 3.74-16.978 5.4-5.182 1.91-11.212 3.32-16.979 3.86-3.916 1.35-8.248 2.3-12.347 3.09-4.804 1.67-10.093 3.67-14.664 5.4-3.558 1.23-5.526 1.94-8.489 3.86-4.644 1.6-9.17 4.69-13.891 6.95-1.692 2.04-6.31 4.86-9.261 7.71-4.813 2.58-9.728 6.96-14.663 9.26-5.689 3.63-11.372 6.62-17.75 8.49-5.087 2.42-10.076 4.22-14.663 6.95-3.47 2.36-7.026 5.75-10.804 8.49-2.354 3.46-5.318 6.04-8.49 8.49-2.499 4.62-6.582 8.17-10.032 11.57-2.055 1.4-4.439 3.63-6.174 5.41-2.369 2.44-4.648 4.62-6.946 6.17-2.265 2.81-3.54 3.77-6.945 5.4-2.12 2.18-4.753 2.81 0 3.09 4.412-1.41 9.792-1.42 14.663-1.54 4.795-1.04 10.364-1.58 15.434-2.32 4.305-0.55 9.386-1.4 14.663-1.54 5.617 0.94 13.881-1.51 20.066-3.86 5.067-3 9.75-5.68 14.663-8.49 2.817-1.96 5.255-2.84 8.489-4.63 2.799-0.76 5.427-2.29 8.489-3.09" stroke-width="3.75" fill="none"/> | |
<path id="zid_2840" stroke-linejoin="round" d="m1053.4 1446.1c0 0.95 0.32 5.53 0.77 7.72 1.49 4.77 3.47 8.43 6.94 11.57 2.69 1.58 8.25 1.16 12.75 1.16" stroke-width="3.75" fill="none"/> | |
<path id="zid_2841" stroke-linejoin="round" d="m1037.2 1450c-0.61 0-0.38 1.82-1.54 3.86 0 3.98 0.54 8.05 1.54 10.8 5.11 2.39 8.63 3.56 14.66 3.86 3.68-0.28 5.75-1.22 8.49-2.31 2.41-0.5-0.81 1.86-3.09 3.85-3.23 3.24-4.69 5.98-3.08 10.81 1.62 3.38 14.13 7.62 16.28 9.67" stroke-width="3.75" fill="none"/> | |
<path id="zid_2842" stroke-linejoin="round" d="m1021 1466.2c-0.78 3.6-0.89 5.68 1.55 8.48 2.1 1.74 5.22 1.55 9.26 1.55 6.88-0.37 13.16-1.55 20.06-1.55 3.25 0-2.67 0.44-3.86 0.78-3.88 1.36-5.88 1.79-8.49 3.85-4.12 1.69-6.19 3.62-10.03 6.95-1.55 2.3-2.23 5.29-0.77 7.72 1.52 2.24 3.44 3.85 6.17 5.4 2.89 2.24 3.58 3.48 7.72 3.86h1.54" stroke-width="3.75" fill="none"/> | |
<path id="zid_2843" stroke-linejoin="round" d="m1010.6 1473.2c-0.36 1.46-1.94 3.85-1.94 7.7 0.32 4.11 1.32 5.21 3.86 6.94 2.11 1.74 5.23 1.55 9.26 1.55h4.63c-2.2 1.29-5.66 1.69-7.71 3.08-2.43 1.66-3.62 3.19-4.63 6.95-0.06 4.31-0.74 5.89 0 10.03 1.68 3.15 2.62 5.47 4.63 8.49 1.51 2.22 9.18 6.73 12.01 7.73" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2844" stroke-linejoin="round" d="m989.37 1485.5c-0.706 3.25-0.458 5.87 0 9.26 1.822 2.04 3.204 4.68 5.402 6.17 2.176 1.8 9.057 0.71 13.147 0.76 3.25 0.09 5.05 0.77 0.77 0.77-2.06 1.97-8.19 4.39-9.286 8.51-1.11 2.22-0.749 6.24 0 8.49 0.302 3.93 1.456 5.34 2.316 8.48 2.07 2.17 3.02 3.37 6.17 4.64l-6.17-4.64c2.07 2.17 3.02 3.37 6.17 4.64v0.77c-0.41-0.96-0.69-1.75-1.54-2.32" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2845" stroke-linejoin="round" d="m964.3 1491.3c-1.851 2.75-2.907 3.7-1.938 7.32 2.019 2.82 4.13 5.8 6.946 7.72 4.481 4.07 28.758-1.72 32.214-1.2 1.05 1.06-29.418 6.01-31.442 12.77-0.839 2.76-1.147 7.37 0 10.81 0.053 4.43 0.995 5.7 2.315 8.49 1.065 2.24 1.844 3.76 4.63 4.63-1.029 0-0.771 0.25-0.771-0.78" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2846" stroke-linejoin="round" d="m934.58 1500.9c-1.089 3.38 0.216 4.92 1.543 7.72 1.846 2.77 5.051 6.34 7.718 8.1 1.56 0.9 26.868-1.18 26.406-1.18-2.838 0.99-25.998 6.96-30.265 9.29-1.595 3.1-1.544 5.73-1.544 10.03 0.312 4.05 0.597 5.79 3.859 6.95 2.178 1.08 6.413 1.32 9.261 1.54l5.442 1.17" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2847" stroke-linejoin="round" d="m912.98 1509.8c0 0.85-1.258 4.55-0.783 7.32 1.083 2.53 0.517 4.2 2.315 5.4 0.654 3.72 1.73 6.22 5.403 6.95 4.038 0 7.155 0.19 9.26-1.55 3.178-1.39 5.071-2.6 7.718-3.85l-7.718 3.85c3.178-1.39 5.071-2.6 7.718-3.85l14.378-4.28c-2.373 1.73-17.645 7.94-20.552 8.91-2.173 2.07-3.941 2.41-4.631 6.17-0.457 3.39-0.705 6.01 0 9.26 1.993 1.9 3.668 3.58 5.403 5.4" stroke-linecap="round" stroke-width="3.75" fill="none"/> | |
<path id="zid_2848" stroke-linejoin="round" d="m896.76 1520.2c-0.399 0.89-2.315 4.33-2.315 7.71 0.376 4.14 1.615 4.84 3.859 7.72h10.804c3.007 0.54 11.725-3.12 15.092-3.12-3.384 0.74-11.835 5.3-13.548 7.75-2.076 0.83-2.076 2.07-2.316 4.63-1.195 2-0.739 5.7 0 7.72 1.455 2.14 3.176 4.03 4.631 6.17" stroke-width="3.75" fill="none"/> | |
<path id="zid_2849" stroke-linejoin="round" d="m877.47 1531c0 1.14 0.287 6.15 0.772 8.49 2.987 2.31 4.853 3.84 8.489 6.17 3.792 0.15 19.441-6.99 23.638-6.99 2.992 0-15.147 8.21-15.921 8.54-1.556 2.53-2.777 3.69-3.087 7.72-1.407 2.34-0.43 5.86 0 8.48 1.236 1.91 2.488 2.85 4.631 3.86-1.029 0-0.772 0.26-0.772-0.77" stroke-width="3.75" fill="none"/> | |
<path id="zid_2850" stroke-linejoin="round" d="m857.4 1541.1c0 0.26 0.05-0.25-0.772 3.86-1.514 2.02-0.191 3.91 1.543 5.41 2.216 2.98 5.763 3.7 9.261 4.63 3.45 0.61 6.966 0.77 10.805 0.77 2.918 0 13.979-7.26 15.504-8.55-2.556 1.03-15.025 9.07-18.591 10.09-4.322 1.98-5.482 3.64-6.946 7.72 0.163 4.4 1.37 5.46 3.087 8.49 1.559 2.89 8.251-0.23 10.839 1.49" stroke-width="3.75" fill="none"/> | |
<path id="zid_2851" stroke-linejoin="round" d="m842.74 1553.4v0.77c0-2.27 0.132-0.99-2.316 3.09-0.78 3.59-1.017 5.6 1.544 7.72 1.892 2.79 3.219 4.07 6.945 4.63 1.209 0.52 20.105-10.11 22.13-10.11-3.042 2.08-24.323 14.35-25.988 17.83-1.459 3.02-1.544 5.57-1.544 9.26" stroke-width="3.75" fill="none"/> | |
<path id="zid_2852" stroke-linejoin="round" d="m822.68 1573.5c0 4.04-0.195 7.15 1.544 9.26 0.424 3.53 7.855 3.77 10.467 5.01" stroke-width="3.75" fill="none"/> | |
</g> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<clipPath id="zid_2854" clipPathUnits="userSpaceOnUse"> | |
<rect id="zid_2855" fill-opacity="0.67" height="512" width="512" y="0" x="0"/> | |
</clipPath> | |
<pattern id="zflag_bv" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_2856" fill-rule="evenodd" stroke-width="1pt" clip-path="url(#zid_2854)"> | |
<rect id="zid_2857" height="512" width="699.74" y=".000014216" x="-68" fill="#fff"/> | |
<rect id="zid_2858" height="276.26" width="218.72" y="-77.837" x="-92.992" fill="#d72828"/> | |
<rect id="zid_2859" height="199" width="380.91" y="-.57225" x="249.42" fill="#d72828"/> | |
<rect id="zid_2860" height="190.33" width="190.33" y="320.01" x="-67.545" fill="#d72828"/> | |
<rect id="zid_2861" height="188.21" width="378.34" y="322.12" x="252" fill="#d72828"/> | |
<rect id="zid_2862" height="535.78" width="64.425" y="-25.447" x="156.65" fill="#003897"/> | |
<rect id="zid_2863" height="63.444" width="697.88" y="224.84" x="-67.545" fill="#003897"/> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<pattern id="zflag_bw" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_2864" fill-rule="evenodd" transform="matrix(.68808 0 0 1.0321 0 .000011844)"> | |
<rect id="zid_2865" height="496.06" width="744.09" y="-.000015260" x="0" fill="#00cbff"/> | |
<rect id="zid_2866" height="124.02" width="744.09" y="186.02" x="0" fill="#fff"/> | |
<rect id="zid_2867" height="83.75" width="744.09" y="206.06" x="0"/> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<clipPath id="zid_2869" clipPathUnits="userSpaceOnUse"> | |
<rect id="zid_2870" fill-opacity="0.67" height="496.06" width="496.06" y="-.00013532" x="-.00096892"/> | |
</clipPath> | |
<pattern id="zflag_by" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_2871" fill-rule="evenodd" clip-path="url(#zid_2869)" transform="matrix(1.0321 0 0 1.0321 0.001 .00013967)"> | |
<rect id="zid_2872" transform="translate(0 -.000015259)" height="329.53" width="992.13" y=".000043" x="0" stroke-width="1pt" fill="#b20000"/> | |
<rect id="zid_2873" transform="translate(0 -.000015259)" height="166.54" width="992.13" y="329.53" x="0" stroke-width="1pt" fill="#429f00"/> | |
<rect id="zid_2874" transform="translate(0 -.000030518)" height="496.06" width="109.84" y="-.000105" x="0" stroke-width="1.0004pt" fill="#fff"/> | |
<g id="zid_2875" stroke-width="1pt" fill="#b20000" transform="matrix(.29524 0 0 .23729 141.23 142.93)"> | |
<rect id="zid_2876" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-106.3" x="-201.97"/> | |
<rect id="zid_2877" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-106.3" x="-191.34"/> | |
<rect id="zid_2878" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-113.39" x="-187.8"/> | |
<rect id="zid_2879" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-113.39" x="-170.08"/> | |
<rect id="zid_2880" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-106.3" x="-155.91"/> | |
<rect id="zid_2881" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-113.39" x="-152.36"/> | |
<rect id="zid_2882" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-99.213" x="-194.88"/> | |
<rect id="zid_2883" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-99.213" x="-184.25"/> | |
<rect id="zid_2884" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-99.213" x="-159.45"/> | |
<rect id="zid_2885" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-99.213" x="-148.82"/> | |
<rect id="zid_2886" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-92.126" x="-198.43"/> | |
<rect id="zid_2887" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-92.126" x="-180.71"/> | |
<rect id="zid_2888" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-92.126" x="-162.99"/> | |
<rect id="zid_2889" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-92.126" x="-145.28"/> | |
<rect id="zid_2890" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-106.3" x="-138.19"/> | |
<rect id="zid_2891" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-85.039" x="-201.97"/> | |
<rect id="zid_2892" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-85.039" x="-177.17"/> | |
<rect id="zid_2893" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-85.039" x="-141.73"/> | |
<rect id="zid_2894" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-63.78" x="-198.43"/> | |
<rect id="zid_2895" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-56.693" x="-194.88"/> | |
<rect id="zid_2896" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-63.78" x="-180.71"/> | |
<rect id="zid_2897" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-56.693" x="-184.25"/> | |
<rect id="zid_2898" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-49.606" x="-191.34"/> | |
<rect id="zid_2899" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-42.52" x="-187.8"/> | |
<rect id="zid_2900" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-63.779" x="-162.99"/> | |
<rect id="zid_2901" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-56.693" x="-159.45"/> | |
<rect id="zid_2902" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-63.78" x="-145.28"/> | |
<rect id="zid_2903" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-56.693" x="-148.82"/> | |
<rect id="zid_2904" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-49.606" x="-155.91"/> | |
<rect id="zid_2905" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-42.52" x="-152.36"/> | |
<rect id="zid_2906" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-49.606" x="-170.08"/> | |
<rect id="zid_2907" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-49.606" x="-205.51"/> | |
<rect id="zid_2908" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-49.606" x="-134.65"/> | |
<rect id="zid_2909" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-14.173" x="-187.8"/> | |
<rect id="zid_2910" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-7.0866" x="-191.34"/> | |
<rect id="zid_2911" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="17.717" y="0.000068" x="-194.88"/> | |
<rect id="zid_2912" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-14.173" x="-152.36"/> | |
<rect id="zid_2913" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-7.0866" x="-155.91"/> | |
<rect id="zid_2914" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="17.717" y="0.000068" x="-159.45"/> | |
<rect id="zid_2915" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="17.717" y="35.433" x="-155.91"/> | |
<rect id="zid_2916" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="24.803" y="7.0866" x="-162.99"/> | |
<rect id="zid_2917" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="24.803" y="7.0866" x="-198.43"/> | |
<rect id="zid_2918" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="42.52" x="-194.88"/> | |
<rect id="zid_2919" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="17.717" y="35.433" x="-198.43"/> | |
<rect id="zid_2920" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="17.717" y="21.26" x="-148.82"/> | |
<rect id="zid_2921" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="42.52" x="-152.36"/> | |
<rect id="zid_2922" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="49.606" x="-191.34"/> | |
<rect id="zid_2923" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="49.606" x="-148.82"/> | |
<rect id="zid_2924" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="17.717" y="21.26" x="-205.51"/> | |
<rect id="zid_2925" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="35.433" x="-173.62"/> | |
<rect id="zid_2926" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="42.52" x="-170.08"/> | |
<rect id="zid_2927" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="24.803" y="21.26" x="-180.71"/> | |
<rect id="zid_2928" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-85.039" x="-166.54"/> | |
<rect id="zid_2929" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-77.953" x="-173.62"/> | |
<rect id="zid_2930" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-70.866" x="-177.17"/> | |
<rect id="zid_2931" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-70.866" x="-166.54"/> | |
<rect id="zid_2932" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-77.953" x="-205.51"/> | |
<rect id="zid_2933" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-70.866" x="-201.97"/> | |
<rect id="zid_2934" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-77.953" x="-138.19"/> | |
<rect id="zid_2935" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-70.866" x="-141.73"/> | |
<rect id="zid_2936" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-7.0866" x="-205.51"/> | |
<rect id="zid_2937" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-7.0866" x="-134.65"/> | |
<rect id="zid_2938" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="49.606" x="-173.62"/> | |
<rect id="zid_2939" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="56.693" x="-177.17"/> | |
<rect id="zid_2940" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="56.693" x="-166.54"/> | |
<rect id="zid_2941" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="63.78" x="-180.71"/> | |
<rect id="zid_2942" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="63.78" x="-162.99"/> | |
<rect id="zid_2943" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="70.866" x="-184.25"/> | |
<rect id="zid_2944" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="70.866" x="-159.45"/> | |
<rect id="zid_2945" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="77.953" x="-187.8"/> | |
<rect id="zid_2946" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="77.953" x="-155.91"/> | |
<rect id="zid_2947" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="85.039" x="-194.88"/> | |
<rect id="zid_2948" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="85.039" x="-152.36"/> | |
<rect id="zid_2949" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="77.953" x="-145.28"/> | |
<rect id="zid_2950" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="70.866" x="-141.73"/> | |
<rect id="zid_2951" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="63.78" x="-138.19"/> | |
<rect id="zid_2952" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="77.953" x="-198.43"/> | |
<rect id="zid_2953" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="70.866" x="-201.97"/> | |
<rect id="zid_2954" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="63.78" x="-205.51"/> | |
<rect id="zid_2955" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="92.126" x="-191.34"/> | |
<rect id="zid_2956" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="92.126" x="-148.82"/> | |
<rect id="zid_2957" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="70.866" x="-170.08"/> | |
<rect id="zid_2958" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="92.126" x="-180.71"/> | |
<rect id="zid_2959" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="92.126" x="-159.45"/> | |
<rect id="zid_2960" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="92.126" x="-170.08"/> | |
<rect id="zid_2961" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="92.126" x="-205.51"/> | |
<rect id="zid_2962" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="92.126" x="-134.65"/> | |
<rect id="zid_2963" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-7.0866" x="-170.08"/> | |
<rect id="zid_2964" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-77.953" x="-187.8"/> | |
<rect id="zid_2965" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-77.953" x="-152.36"/> | |
<rect id="zid_2966" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-28.346" x="-173.62"/> | |
<rect id="zid_2967" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-21.26" x="-180.71"/> | |
<rect id="zid_2968" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-14.173" x="-177.17"/> | |
<rect id="zid_2969" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-28.346" x="-184.25"/> | |
<rect id="zid_2970" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-35.433" x="-180.71"/> | |
<rect id="zid_2971" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-42.52" x="-177.17"/> | |
<rect id="zid_2972" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-35.433" x="-166.54"/> | |
<rect id="zid_2973" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-42.52" x="-162.99"/> | |
<rect id="zid_2974" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-28.346" x="-159.45"/> | |
<rect id="zid_2975" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-21.26" x="-166.54"/> | |
<rect id="zid_2976" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-14.173" x="-162.99"/> | |
<rect id="zid_2977" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-28.346" x="-148.82"/> | |
<rect id="zid_2978" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-35.433" x="-145.28"/> | |
<rect id="zid_2979" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-28.346" x="-138.19"/> | |
<rect id="zid_2980" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-21.26" x="-145.28"/> | |
<rect id="zid_2981" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-14.173" x="-141.73"/> | |
<rect id="zid_2982" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-42.52" x="-141.73"/> | |
<rect id="zid_2983" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-28.346" x="-205.51"/> | |
<rect id="zid_2984" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-35.433" x="-201.97"/> | |
<rect id="zid_2985" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-28.346" x="-194.88"/> | |
<rect id="zid_2986" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-21.26" x="-201.97"/> | |
<rect id="zid_2987" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-14.173" x="-198.43"/> | |
<rect id="zid_2988" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-42.52" x="-198.43"/> | |
<rect id="zid_2989" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="14.173" y="14.173" x="-201.97"/> | |
<rect id="zid_2990" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="14.173" y="14.173" x="-184.25"/> | |
<rect id="zid_2991" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="14.173" y="14.173" x="-166.54"/> | |
<rect id="zid_2992" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="14.173" y="14.173" x="-148.82"/> | |
<rect id="zid_2993" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="17.717" y="28.346" x="-177.17"/> | |
<rect id="zid_2994" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="17.717" y="28.346" x="-201.97"/> | |
<rect id="zid_2995" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="17.717" y="28.346" x="-152.36"/> | |
<rect id="zid_2996" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="56.693" x="-134.65"/> | |
<rect id="zid_2997" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="56.693" x="-205.51"/> | |
<rect id="zid_2998" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-297.64" x="-201.97"/> | |
<rect id="zid_2999" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-297.64" x="-191.34"/> | |
<rect id="zid_3000" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-304.72" x="-187.8"/> | |
<rect id="zid_3001" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-304.72" x="-170.08"/> | |
<rect id="zid_3002" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-297.64" x="-155.91"/> | |
<rect id="zid_3003" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-304.72" x="-152.36"/> | |
<rect id="zid_3004" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-290.55" x="-194.88"/> | |
<rect id="zid_3005" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-290.55" x="-184.25"/> | |
<rect id="zid_3006" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-290.55" x="-159.45"/> | |
<rect id="zid_3007" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-290.55" x="-148.82"/> | |
<rect id="zid_3008" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-283.46" x="-180.71"/> | |
<rect id="zid_3009" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-283.46" x="-162.99"/> | |
<rect id="zid_3010" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-283.46" x="-145.28"/> | |
<rect id="zid_3011" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-297.64" x="-138.19"/> | |
<rect id="zid_3012" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-276.38" x="-201.97"/> | |
<rect id="zid_3013" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-276.38" x="-177.17"/> | |
<rect id="zid_3014" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-276.38" x="-141.73"/> | |
<rect id="zid_3015" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-255.12" x="-198.43"/> | |
<rect id="zid_3016" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-248.03" x="-194.88"/> | |
<rect id="zid_3017" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-255.12" x="-180.71"/> | |
<rect id="zid_3018" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-248.03" x="-184.25"/> | |
<rect id="zid_3019" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-240.94" x="-191.34"/> | |
<rect id="zid_3020" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-233.86" x="-187.8"/> | |
<rect id="zid_3021" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-255.12" x="-162.99"/> | |
<rect id="zid_3022" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-248.03" x="-159.45"/> | |
<rect id="zid_3023" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-255.12" x="-145.28"/> | |
<rect id="zid_3024" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-248.03" x="-148.82"/> | |
<rect id="zid_3025" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-240.94" x="-155.91"/> | |
<rect id="zid_3026" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-233.86" x="-152.36"/> | |
<rect id="zid_3027" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-240.94" x="-170.08"/> | |
<rect id="zid_3028" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-240.94" x="-205.51"/> | |
<rect id="zid_3029" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-240.94" x="-134.65"/> | |
<rect id="zid_3030" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-205.51" x="-187.8"/> | |
<rect id="zid_3031" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-198.43" x="-191.34"/> | |
<rect id="zid_3032" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="17.717" y="-191.34" x="-194.88"/> | |
<rect id="zid_3033" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-205.51" x="-152.36"/> | |
<rect id="zid_3034" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-198.43" x="-155.91"/> | |
<rect id="zid_3035" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="17.717" y="-191.34" x="-159.45"/> | |
<rect id="zid_3036" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="17.717" y="-155.91" x="-155.91"/> | |
<rect id="zid_3037" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="24.803" y="-184.25" x="-162.99"/> | |
<rect id="zid_3038" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="24.803" y="-184.25" x="-198.43"/> | |
<rect id="zid_3039" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0905" width="10.63" y="-148.82" x="-194.88"/> | |
<rect id="zid_3040" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="17.717" y="-155.91" x="-198.43"/> | |
<rect id="zid_3041" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="17.717" y="-170.08" x="-148.82"/> | |
<rect id="zid_3042" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-148.82" x="-152.36"/> | |
<rect id="zid_3043" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="17.717" y="-170.08" x="-205.51"/> | |
<rect id="zid_3044" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-155.91" x="-173.62"/> | |
<rect id="zid_3045" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-148.82" x="-170.08"/> | |
<rect id="zid_3046" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="24.803" y="-170.08" x="-180.71"/> | |
<rect id="zid_3047" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-276.38" x="-166.54"/> | |
<rect id="zid_3048" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-269.29" x="-173.62"/> | |
<rect id="zid_3049" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-262.2" x="-177.17"/> | |
<rect id="zid_3050" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-262.2" x="-166.54"/> | |
<rect id="zid_3051" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-269.29" x="-205.51"/> | |
<rect id="zid_3052" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-262.2" x="-201.97"/> | |
<rect id="zid_3053" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-269.29" x="-138.19"/> | |
<rect id="zid_3054" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-262.2" x="-141.73"/> | |
<rect id="zid_3055" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-198.43" x="-205.51"/> | |
<rect id="zid_3056" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-198.43" x="-134.65"/> | |
<rect id="zid_3057" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-134.65" x="-177.17"/> | |
<rect id="zid_3058" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-134.65" x="-166.54"/> | |
<rect id="zid_3059" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-127.56" x="-180.71"/> | |
<rect id="zid_3060" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-127.56" x="-162.99"/> | |
<rect id="zid_3061" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-120.47" x="-184.25"/> | |
<rect id="zid_3062" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-120.47" x="-159.45"/> | |
<rect id="zid_3063" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-113.39" x="-187.8"/> | |
<rect id="zid_3064" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-113.39" x="-155.91"/> | |
<rect id="zid_3065" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-106.3" x="-194.88"/> | |
<rect id="zid_3066" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-106.3" x="-152.36"/> | |
<rect id="zid_3067" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-113.39" x="-145.28"/> | |
<rect id="zid_3068" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-120.47" x="-141.73"/> | |
<rect id="zid_3069" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-127.56" x="-138.19"/> | |
<rect id="zid_3070" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-113.39" x="-198.43"/> | |
<rect id="zid_3071" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-120.47" x="-201.97"/> | |
<rect id="zid_3072" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-127.56" x="-205.51"/> | |
<rect id="zid_3073" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-99.213" x="-191.34"/> | |
<rect id="zid_3074" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-120.47" x="-170.08"/> | |
<rect id="zid_3075" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-198.43" x="-170.08"/> | |
<rect id="zid_3076" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-269.29" x="-187.8"/> | |
<rect id="zid_3077" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-269.29" x="-152.36"/> | |
<rect id="zid_3078" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-219.69" x="-173.62"/> | |
<rect id="zid_3079" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-212.6" x="-180.71"/> | |
<rect id="zid_3080" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-205.51" x="-177.17"/> | |
<rect id="zid_3081" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-219.69" x="-184.25"/> | |
<rect id="zid_3082" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-226.77" x="-180.71"/> | |
<rect id="zid_3083" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-233.86" x="-177.17"/> | |
<rect id="zid_3084" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-226.77" x="-166.54"/> | |
<rect id="zid_3085" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-233.86" x="-162.99"/> | |
<rect id="zid_3086" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-219.69" x="-159.45"/> | |
<rect id="zid_3087" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-212.6" x="-166.54"/> | |
<rect id="zid_3088" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-205.51" x="-162.99"/> | |
<rect id="zid_3089" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-219.69" x="-148.82"/> | |
<rect id="zid_3090" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-226.77" x="-145.28"/> | |
<rect id="zid_3091" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-219.69" x="-138.19"/> | |
<rect id="zid_3092" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-212.6" x="-145.28"/> | |
<rect id="zid_3093" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-205.51" x="-141.73"/> | |
<rect id="zid_3094" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-233.86" x="-141.73"/> | |
<rect id="zid_3095" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-219.69" x="-205.51"/> | |
<rect id="zid_3096" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-226.77" x="-201.97"/> | |
<rect id="zid_3097" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-219.69" x="-194.88"/> | |
<rect id="zid_3098" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-212.6" x="-201.97"/> | |
<rect id="zid_3099" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-205.51" x="-198.43"/> | |
<rect id="zid_3100" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-233.86" x="-198.43"/> | |
<rect id="zid_3101" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="14.173" y="-177.17" x="-201.97"/> | |
<rect id="zid_3102" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="14.173" y="-177.17" x="-184.25"/> | |
<rect id="zid_3103" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="14.173" y="-177.17" x="-166.54"/> | |
<rect id="zid_3104" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="14.173" y="-177.17" x="-148.82"/> | |
<rect id="zid_3105" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="17.717" y="-162.99" x="-177.17"/> | |
<rect id="zid_3106" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="17.717" y="-162.99" x="-201.97"/> | |
<rect id="zid_3107" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="17.717" y="-162.99" x="-152.36"/> | |
<rect id="zid_3108" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-134.65" x="-134.65"/> | |
<rect id="zid_3109" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-134.65" x="-205.51"/> | |
<rect id="zid_3110" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="99.213" x="-173.62"/> | |
<rect id="zid_3111" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="99.213" x="-166.54"/> | |
<rect id="zid_3112" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="85.039" x="-166.54"/> | |
<rect id="zid_3113" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="85.039" x="-173.62"/> | |
<rect id="zid_3114" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="276.38" x="-198.43"/> | |
<rect id="zid_3115" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-141.73" x="-148.82"/> | |
<rect id="zid_3116" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-141.73" x="-191.34"/> | |
<rect id="zid_3117" height="35.433" width="53.149" y="637.8" x="-318.9"/> | |
</g> | |
</g> | |
</g> | |
</g> | |
</pattern> | |
<clipPath id="zid_3119" clipPathUnits="userSpaceOnUse"> | |
<rect id="zid_3120" fill-opacity="0.67" height="496.06" width="496.06" y="-.000041771" x="124.02"/> | |
</clipPath> | |
<pattern id="zflag_bz" patternUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"> | |
<g transform="scale(0.03125)"> | |
<g> | |
<g id="zid_3121" clip-path="url(#zid_3119)" transform="matrix(1.0321 0 0 1.0321 -128 .000043113)"> | |
<rect id="zid_3122" fill-rule="evenodd" height="496.06" width="744.09" y="-.000042" x="0" fill="#c60000"/> | |
<rect id="zid_3123" fill-rule="evenodd" height="354.33" width="744.09" y="70.866" x="0" fill="#003bb2"/> | |
<g id="zid_3124" transform="matrix(.37662 0 0 .37662 232.82 34.809)"> | |
<path id="zid_3125" d="m762.63 606.1c0 207.84-168.49 376.32-376.32 376.32-207.84 0-376.32-168.49-376.32-376.32 0-207.84 168.49-376.32 376.32-376.32 207.84 0 376.32 168.49 376.32 376.32z" fill-rule="evenodd" transform="translate(-16.651 -39.963)" fill="#fff"/> | |
<g id="zid_3126" transform="matrix(1.27 0 0 1.2716 -11.328 -118.57)"> | |
<g id="zid_3127" stroke="#000" fill-rule="evenodd" transform="matrix(.43028 0 0 .36761 383.92 337.08)"> | |
<path id="zid_3128" d="m0 318.04c6.9274 1.019 14.391 1.206 23.312 0 7.4051 1.994 12.863 5.647 18.317 8.326 3.0572 5.665 7.3388 13.999 11.656 18.316 1.8742 6.872 4.6414 9.755 8.3257 16.652 0.9183 6.795 3.1821 13.617 0 19.981-3.7954 4.745-9.7579 7.515-14.986 9.991-6.9019 3.688-10.937 5.046-19.982 6.661-7.4433 1.329-15.029 1.665-23.312 1.665-8.0132-1.431-14.192-2.757-21.647-3.33-7.4138-1.324-15.898-2.007-23.312-3.331-4.8132-2.815-11.026-5.126-16.651-6.66-3.9064-3.725-9.5601-7.953-14.986-11.656-4.1895-7.502-8.0037-10.206-11.656-16.652-3.3162-4.876-4.8905-11.169-4.9954-19.981 2.6252-5.344 6.9607-10.53 9.9909-14.986 5.1971-3.433 11.072-7.989 18.316-11.656 9.7838-0.346 13.604-3.214 23.312-3.331h24.977c5.6522 0.566 8.4422 5.584 13.321 9.991z" transform="translate(-68.271 -29.972)" stroke-width="3.75" fill="#030"/> | |
<path id="zid_3129" d="m273.08 659.39c-6.66-38.298-16.652-133.21-16.652-174.84 1.665-31.639 121.56-139.87 124.89-151.53 3.33-11.656 64.94-99.909 74.931-126.55-24.977 18.316-66.606 98.243-74.931 106.57-8.326 8.326 18.316-83.257 9.991-111.56-8.326 33.303-21.647 118.22-31.638 126.55-4.995 4.996-91.583 104.9-101.57 101.57-9.991-3.33-36.633-19.981-31.637-29.972 4.995-9.991 71.601-71.601 74.931-93.248s8.326-73.266 14.986-78.261c6.661-4.996 16.652-29.973 24.977-49.955-21.646 9.991-24.977 39.964-33.302 41.629-8.326 1.665-28.308-33.303-28.308-33.303s13.321 38.298 14.986 46.624c1.666 8.326-6.66 63.275-11.656 69.936-4.995 6.661-41.628 53.284-48.289 54.949-6.66 1.666-24.977-76.596-24.977-91.582s13.321-73.266 0-76.597c-8.326 0-9.991 68.271-14.986 68.271-4.996 0-16.652-68.27-16.652-68.27s-6.659 31.637-3.33 53.283c-9.991 1.666-36.633-39.962-36.633-39.962s49.954 86.587 59.946 89.917c9.99 4.995 19.981 68.271 18.316 71.601s-49.954-16.651-59.945-23.312c-9.991-6.66-29.973-79.927-29.973-79.927s9.991 71.601-1.665 61.611c-11.656-9.991-29.972-18.317-39.963-33.303-9.9908-14.986-4.9954-76.597-4.9954-76.597s-16.651 54.95-23.312 54.95c-6.6606 0-28.307-73.266-28.307-73.266s3.3303 79.927 13.321 84.922c9.9909 4.995 159.85 104.9 161.52 114.9 1.665 9.99 19.982 48.288 29.973 59.944-1.666 21.647 6.66 161.52 9.991 194.82l29.972 9.991z" transform="translate(-401.3 -119.89)" stroke-width="1pt" fill="#520900"/> | |
<path id="zid_3130" d="m-338.02 133.21c1.849 6.416 2.528 12.146 11.656 14.986 5.054 1.925 15.007 4.529 19.982 6.661 5.242 2.483 11.14 5.593 18.316 6.66 5.394 1.798 14.58 3.65 21.647 4.996 7.443 1.329 15.029 1.665 23.312 1.665 9.557-1.707 13.811-3.429 19.981-8.326 1.851-6.786 4.343-9.832 4.996-18.317 0.567-7.944 1.665-14.819 1.665-23.311-1.541-4.623-1.789-15.359-3.33-19.982-5.577-5.4655-7.051-8.6485-16.652-11.656-7.476-3.3823-14.307-3.3303-23.312-3.3303-6.961 2.3206-15.344 1.6651-23.312 1.6651h-23.311c-6.973 1.5158-12.292 2.7619-18.317 6.6606-8.133 3.6729-9.338 6.3167-13.321 14.987-2.934 8.8-3.036 15.415 0 26.642z" transform="translate(-78.262 -63.275)" stroke-width="3.75" fill="#030"/> | |
<path id="zid_3131" d="m-329.7 191.49c0-2.781-6.02 2.689-8.326 4.995-5.392 3.774-7.647 8.815-8.326 18.317-2.502 5.189 0 13.714 0 21.646 0 9.181 0.062 15.585 4.996 19.982 5.598 3.445 8.289 4.995 18.316 4.995h23.312 23.312c5.896-1.965 13.091-2.953 19.982-4.995 7.705-4.085 13.071-4.517 21.646-6.661 4.883-4.237 11.635-8.599 19.982-9.99 9.547-0.455 15.257-3.788 21.647-8.326 8.216-2.054 15.635-6.365 21.647-9.991 4.837-3.289 8.309-7.415 11.656-13.321 3.396-7.925 4.482-12.895-1.665-21.647-12.143-4.415-6.108-9.191-14.987-13.321-4.062-2.453-13.524-5.673-18.316-8.326-8.293 0.615-14.192 2.679-23.312 3.331-4.71 2.355-14.368 1.665-21.647 1.665h-26.642c-7.968 0-16.35-0.656-23.312 1.665-6.667 1.818-9.985 4.842-16.651 6.66-4.393 2.987-11.507 5.411-16.652 8.326l16.652-8.326c-4.393 2.987-11.507 5.411-23.312 13.322z" transform="translate(-83.257 -53.284)" stroke-width="3.75" fill="#030"/> | |
<path id="zid_3132" d="m-186.5 49.949c3.314 0-5.2 3.9805-8.326 6.6605-4.011 7.0631-4.474 13.423-6.661 19.982-2.565 5.7712-5.726 13.066-6.66 19.982-3.139 7.4932-4.878 10.225-4.996 19.981 0 7.678-0.09 16.38 1.665 21.647 5.049 6.362 9.899 9.976 18.317 14.986 7.207 2.495 12.49 3.984 19.982 4.996h23.312c5.267 1.756 13.969 1.665 21.646 1.665 8.493-3.172 11.709-7.208 19.982-8.326 9.1147-0.828 10.687-4.642 14.986-11.656 3.9977-5.168 5.6736-11.013 6.6605-18.316 0-8.399-0.7504-15.628-1.6651-23.312-4.0064-4.4949-7.0527-10.696-9.9909-18.316-5.1458-8.8207-5.1518-12.739-13.321-16.651-3.976-5.4306-10.848-8.0693-14.987-11.656-8.651-0.618-15.218-1.6944-21.646-4.9954-7.678 0-16.38-0.0907-21.647 1.6651-6.032 0-10.447 0.5703-16.651 1.6652z" transform="matrix(1 0 0 .85294 -74.931 -33.108)" stroke-width="3.75" fill="#030"/> | |
<path id="zid_3133" d="m-58.28 64.935c-0.9872 0-4.0769 4.8235-6.6606 9.9909-4.3438 6.9146-4.9247 13.315-8.3257 18.316-1.3291 7.4435-1.6651 15.028-1.6651 23.312 0.7557 8.314 3.1967 11.323 8.3257 14.987 7.7132 4.38 11.367 6.411 19.982 8.325 7.4468 0.573 12.8 1.665 21.647 1.665 7.9675 0 16.35 0.656 23.312-1.665 8.2831 0 15.869-0.336 23.312-1.665 3.8223-3.24 12.04-6.141 16.651-8.325 5.4818-6.642 8.1059-13.245 11.656-18.317 0-9.822 0.0779-15.564-4.9955-23.312-3.621-6.388-7.961-9.321-13.322-14.986-6.718-2.337-12.379-7.196-19.982-8.326h-28.307-24.977-16.651z" transform="translate(-81.592 -66.606)" stroke-width="3.75" fill="#030"/> | |
<path id="zid_3134" d="m76.596 76.591c-6.2856 2.619-8.5891 3.2993-11.656 9.9908-4.6203 7.1154-7.3419 10.462-11.656 14.986-0.9905 6.664-3.6429 13.879-6.6605 18.317-0.9148 7.684-1.6652 14.913-1.6652 23.312 4.2216 6.486 10.085 12.603 16.651 16.651 6.7906 2.351 13.95 5.932 19.982 8.326 7.7653 2.033 14.951 4.398 23.312 4.995 7.217 1.805 15.164 1.665 23.312 1.665 7.404-1.609 13.749-3.478 19.981-8.325 3.333-5.196 7.156-11.045 8.326-19.982 2.754-8.263 0.539-19.061-3.33-26.642-2.039-7.477-5.016-10.373-13.321-14.987-4.595-4.854-10.702-10.322-14.987-13.321-5.281-4.5837-12.142-5.1527-19.981-8.3257-8.4921-1.887-11.337-4.3304-19.982-4.9954l19.982 4.9954c-8.488-1.886-11.333-4.33-28.304-6.66z" transform="translate(-91.583 -28.307)" stroke-width="3.75" fill="#030"/> | |
<path id="zid_3135" d="m-51.619 146.53c-7.6182 3.463-11.162 7.635-16.651 13.321 0 8.846 1.0923 14.2 1.6652 21.647 3.4661 4.734 7.1436 14.249 9.9908 18.316 2.1718 6.812 6.9209 12.137 9.9908 16.652 7.6902 3.112 15.495 5.441 23.312 8.325 9.1985 0 15.098 2.06 23.312 3.331 6.9618 2.32 15.344 1.665 23.312 1.665 8.1476 0 16.094-0.139 23.312 1.665 7.7032 1.369 13.396 4.361 21.647 4.995 4.7388-0.451 13.136-1.138 19.982-1.665 7.667-3.485 10.982-5.707 14.987-11.656 3.752-4.542 3.33-11.267 3.33-19.981 1.602-8.972 2.092-15.007-1.665-23.312-0.108-8.961-1.817-13.172-3.331-21.647-3.0045-6.01-5.6456-8.651-11.656-11.656-5.4634-3.808-12.863-5.998-18.316-9.991-7.4329-0.885-15.759-2.05-21.647-3.33-6.5107-4.341-11.933-6.545-21.647-6.661-9.5135-1.132-13.996-2.263-21.647 1.665-7.9885 0.571-15.149 2.169-19.982 4.996-6.1438 0.472-15.283 0.981-19.982 3.33-7.4133 0-9.9871 1.288-16.651 1.665l16.651-1.665c-7.4133 0-9.9871 1.288-18.316 9.991z" transform="matrix(1.2648 0 0 .77492 -105.14 1.5998)" stroke-width="3.75" fill="#030"/> | |
<path id="zid_3136" d="m-123.22 278.07c-4.299-0.632-17.278-1.665-26.642-1.665-8.747 0-15.86 0.58-23.312 3.33-7.975 1.537-13.883 4.047-19.982 6.661-5.053 2.393-10.953 4.83-14.986 8.325-4.955 3.369-9.13 6.335-13.321 13.321-4.476 6.422-4.944 10.559-8.326 18.317v23.312c0.587 7.633 1.64 14.23 4.995 21.647 5.022 4.017 11.977 5.282 18.317 6.66 6.029 1.311 13.875 2.775 21.647 3.33 9.239 0 14.16 0.466 21.646 3.331 9.747-0.361 11.606-2.628 19.982-6.661 9.314-3.692 14.861-5.061 23.312-9.991 5.173-4.079 8.578-10.984 11.656-18.316 4.689-7.575 7.91-14.886 11.656-21.647 1.8044-7.218 1.6651-15.164 1.6651-23.312-2.2207-6.258-5.7521-8.905-9.9911-14.986-4.616-5.049-6.672-8.946-9.991-13.321l9.991 13.321c-4.616-5.049-6.672-8.946-18.316-11.656z" transform="translate(-73.266 -46.624)" stroke-width="3.75" fill="#030"/> | |
<path id="zid_3137" d="m0 318.04c6.9274 1.019 14.391 1.206 23.312 0 7.4051 1.994 12.863 5.647 18.317 8.326 3.0572 5.665 7.3388 13.999 11.656 18.316 1.8742 6.872 4.6414 9.755 8.3257 16.652 0.9183 6.795 3.1821 13.617 0 19.981-3.7954 4.745-9.7579 7.515-14.986 9.991-6.9019 3.688-10.937 5.046-19.982 6.661-7.4433 1.329-15.029 1.665-23.312 1.665-8.0132-1.431-14.192-2.757-21.647-3.33-7.4138-1.324-15.898-2.007-23.312-3.331-4.8132-2.815-11.026-5.126-16.651-6.66-3.9064-3.725-9.5601-7.953-14.986-11.656-4.1895-7.502-8.0037-10.206-11.656-16.652-3.3162-4.876-4.8905-11.169-4.9954-19.981 2.6252-5.344 6.9607-10.53 9.9909-14.986 5.1971-3.433 11.072-7.989 18.316-11.656 9.7838-0.346 13.604-3.214 23.312-3.331h24.977c5.6522 0.566 8.4422 5.584 13.321 9.991z" transform="matrix(1.2827 0 0 .83636 -41.19 -59.492)" stroke-width="3.75" fill="#030"/> | |
</g> | |
<g id="zid_3138" fill-rule="evenodd" transform="matrix(.78220 0 0 .78095 70.217 148.13)" stroke="#000" stroke-width="3.7107" fill="#006a00"> | |
<path id="zid_3139" d="m200.16 613.18 4.71-7.064-12.952-2.355 9.42-9.419-12.952-4.71 12.952-9.419-12.952-7.065 14.129-5.887-7.064-11.774 14.129 2.355-5.887-14.13 16.484 7.065v-18.839l11.774 12.952 9.419-16.484 7.065 15.306 14.129-16.484 4.71 12.952 21.193-10.597-5.887 16.484 22.371-9.419-4.71 18.839 21.194-9.42-8.242 17.662 21.194 1.177-17.662 10.597 17.662 7.064-16.484 9.42 14.129 11.774c-45.135 20.801-79.673 27.473-131.87 9.419z" transform="matrix(.45499 -.034113 .022755 .41945 222.62 373.34)"/> | |
<path id="zid_3140" d="m200.16 613.18 4.71-7.064-12.952-2.355 9.42-9.419-12.952-4.71 12.952-9.419-12.952-7.065 14.129-5.887-7.064-11.774 14.129 2.355-5.887-14.13 16.484 7.065v-18.839l11.774 12.952 9.419-16.484 7.065 15.306 14.129-16.484 4.71 12.952 21.193-10.597-5.887 16.484 22.371-9.419-4.71 18.839 21.194-9.42-8.242 17.662 21.194 1.177-17.662 10.597 17.662 7.064-16.484 9.42 14.129 11.774c-45.135 20.801-79.673 27.473-131.87 9.419z" transform="matrix(.45499 -.034113 .022755 .41945 114.79 370.21)"/> | |
<path id="zid_3141" d="m200.16 613.18 4.71-7.064-12.952-2.355 9.42-9.419-12.952-4.71 12.952-9.419-12.952-7.065 14.129-5.887-7.064-11.774 14.129 2.355-5.887-14.13 16.484 7.065v-18.839l11.774 12.952 9.419-16.484 7.065 15.306 14.129-16.484 4.71 12.952 21.193-10.597-5.887 16.484 22.371-9.419-4.71 18.839 21.194-9.42-8.242 17.662 21.194 1.177-17.662 10.597 17.662 7.064-16.484 9.42 14.129 11.774c-45.135 20.801-79.673 27.473-131.87 9.419z" transform="matrix(.45499 -.034113 .022755 .41945 282.53 371.77)"/> | |
<path id="zid_3142" d="m200.16 613.18 4.71-7.064-12.952-2.355 9.42-9.419-12.952-4.71 12.952-9.419-12.952-7.065 14.129-5.887-7.064-11.774 14.129 2.355-5.887-14.13 16.484 7.065v-18.839l11.774 12.952 9.419-16.484 7.065 15.306 14.129-16.484 4.71 12.952 21.193-10.597-5.887 16.484 22.371-9.419-4.71 18.839 21.194-9.42-8.242 17.662 21.194 1.177-17.662 10.597 17.662 7.064-16.484 9.42 14.129 11.774c-45.135 20.801-79.673 27.473-131.87 9.419z" transform="matrix(.44256 -.12882 .085932 .40798 208.07 423.59)"/> | |
<path id="zid_3143" d="m200.16 613.18 4.71-7.064-12.952-2.355 9.42-9.419-12.952-4.71 12.952-9.419-12.952-7.065 14.129-5.887-7.064-11.774 14.129 2.355-5.887-14.13 16.484 7.065v-18.839l11.774 12.952 9.419-16.484 7.065 15.306 14.129-16.484 4.71 12.952 21.193-10.597-5.887 16.484 22.371-9.419-4.71 18.839 21.194-9.42-8.242 17.662 21.194 1.177-17.662 10.597 17.662 7.064-16.484 9.42 14.129 11.774c-45.135 20.801-79.673 27.473-131.87 9.419z" transform="matrix(.45499 -.034113 .022755 .41945 322.47 396.81)"/> | |
<path id="zid_3144" d="m200.16 613.18 4.71-7.064-12.952-2.355 9.42-9.419-12.952-4.71 12.952-9.419-12.952-7.065 14.129-5.887-7.064-11.774 14.129 2.355-5.887-14.13 16.484 7.065v-18.839l11.774 12.952 9.419-16.484 7.065 15.306 14.129-16.484 4.71 12.952 21.193-10.597-5.887 16.484 22.371-9.419-4.71 18.839 21.194-9.42-8.242 17.662 21.194 1.177-17.662 10.597 17.662 7.064-16.484 9.42 14.129 11.774c-45.135 20.801-79.673 27.473-131.87 9.419z" transform="matrix(.45499 -.034113 .022755 .41945 277.21 401.51)"/> | |
<path id="zid_3145" d="m200.16 613.18 4.71-7.064-12.952-2.355 9.42-9.419-12.952-4.71 12.952-9.419-12.952-7.065 14.129-5.887-7.064-11.774 14.129 2.355-5.887-14.13 16.484 7.065v-18.839l11.774 12.952 9.419-16.484 7.065 15.306 14.129-16.484 4.71 12.952 21.193-10.597-5.887 16.484 22.371-9.419-4.71 18.839 21.194-9.42-8.242 17.662 21.194 1.177-17.662 10.597 17.662 7.064-16.484 9.42 14.129 11.774c-45.135 20.801-79.673 27.473-131.87 9.419z" transform="matrix(.45499 -.034113 .022755 .41945 69.527 370.21)"/> | |
<path id="zid_3146" d="m200.16 613.18 4.71-7.064-12.952-2.355 9.42-9.419-12.952-4.71 12.952-9.419-12.952-7.065 14.129-5.887-7.064-11.774 14.129 2.355-5.887-14.13 16.484 7.065v-18.839l11.774 12.952 9.419-16.484 7.065 15.306 14.129-16.484 4.71 12.952 21.193-10.597-5.887 16.484 22.371-9.419-4.71 18.839 21.194-9.42-8.242 17.662 21.194 1.177-17.662 10.597 17.662 7.064-16.484 9.42 14.129 11.774c-45.135 20.801-79.673 27.473-131.87 9.419z" transform="matrix(.44256 -.12882 .085932 .40798 -4.9406 422.03)"/> | |
<path id="zid_3147" d="m200.16 613.18 4.71-7.064-12.952-2.355 9.42-9.419-12.952-4.71 12.952-9.419-12.952-7.065 14.129-5.887-7.064-11.774 14.129 2.355-5.887-14.13 16.484 7.065v-18.839l11.774 12.952 9.419-16.484 7.065 15.306 14.129-16.484 4.71 12.952 21.193-10.597-5.887 16.484 22.371-9.419-4.71 18.839 21.194-9.42-8.242 17.662 21.194 1.177-17.662 10.597 17.662 7.064-16.484 9.42 14.129 11.774c-45.135 20.801-79.673 27.473-131.87 9.419z" transform="matrix(.45499 -.034113 .022755 .41945 109.47 395.25)"/> | |
<path id="zid_3148" d="m200.16 613.18 4.71-7.064-12.952-2.355 9.42-9.419-12.952-4.71 12.952-9.419-12.952-7.065 14.129-5.887-7.064-11.774 14.129 2.355-5.887-14.13 16.484 7.065v-18.839l11.774 12.952 9.419-16.484 7.065 15.306 14.129-16.484 4.71 12.952 21.193-10.597-5.887 16.484 22.371-9.419-4.71 18.839 21.194-9.42-8.242 17.662 21.194 1.177-17.662 10.597 17.662 7.064-16.484 9.42 14.129 11.774c-45.135 20.801-79.673 27.473-131.87 9.419z" transform="matrix(.45499 -.034113 .022755 .41945 64.202 399.94)"/> | |
<path id="zid_3149" d="m200.16 613.18 4.71-7.064-12.952-2.355 9.42-9.419-12.952-4.71 12.952-9.419-12.952-7.065 14.129-5.887-7.064-11.774 14.129 2.355-5.887-14.13 16.484 7.065v-18.839l11.774 12.952 9.419-16.484 7.065 15.306 14.129-16.484 4.71 12.952 21.193-10.597-5.887 16.484 22.371-9.419-4.71 18.839 21.194-9.42-8.242 17.662 21.194 1.177-17.662 10.597 17.662 7.064-16.484 9.42 14.129 11.774c-45.135 20.801-79.673 27.473-131.87 9.419z" transform="matrix(-.92438 -.038654 .052415 -.41921 514.23 887.2)"/> | |
</g> | |
<path id="zid_3150" d="m356.34 196.48c0 22.512-18.995 6.66-38.298 6.66-19.302 0-36.632 17.517-39.962 0.001 0-9.192 25.655-23.313 44.957-23.313 14.308 1.666 36.634-4.196 33.303 16.652z" fill-rule="evenodd" transform="matrix(.59009 0 0 .64904 210.46 475.84)" stroke="#000" stroke-width="2.5" fill="#510800"/> | |
<path id="zid_3151" d="m356.34 196.48c0 22.512-18.995 6.66-38.298 6.66-19.302 0-36.632 17.517-39.962 0.001 0-9.192 25.655-23.313 44.957-23.313 14.308 1.666 36.634-4.196 33.303 16.652z" fill-rule="evenodd" transform="matrix(-.59009 0 0 .64904 407.4 472.89)" stroke="#000" stroke-width="2.5" fill="#ffc600"/> | |
<path id="zid_3152" d="m349.68 188.16c0 13.794-7.0823 24.977-15.819 24.977-8.7365 0-15.819-11.183-15.819-24.977s7.0823-24.977 15.819-24.977c8.7365 0 15.819 11.183 15.819 24.977z" fill-rule="evenodd" transform="matrix(.72776 0 0 .70907 208.88 463.57)" stroke="#000" stroke-width="2.5" fill="#520900"/> | |
<g id="zid_3153" fill-rule="evenodd" stroke="#000" stroke-width="1pt" transform="matrix(-1.3489 -.25318 -.80105 1.3458 740.2 222.67)"> | |
<path id="zid_3154" d="m273.75 383.58c-2.737 4.561 42.976 12.952 57.694 22.371 14.719 9.42 14.718 10.008 21.194 14.718l1.765-2.944c-3.532-3.532-38.494-26.356-62.403-34.145-6.805-2.273-10.3-13.248-12.951-8.83l-5.299 8.83z" transform="matrix(-.72328 -.54505 .52 -.75812 322.39 677.92)" fill="#af8000"/> | |
<path id="zid_3155" d="m319.08 369.45-25.315-5.887s-5.887 2.354-6.475 11.185c-0.589 8.831 4.709 14.129 4.709 14.129l27.081-9.419v-10.008z" transform="matrix(.84438 -.29750 .28383 .88505 -89.238 -64.18)" fill="#808080"/> | |
<rect id="zid_3156" ry="3.5323" rx="3.5323" transform="matrix(.84438 -.29750 .28383 .88505 -19.207 -255.61)" height="19.428" width="7.0645" y="534.62" x="175.71" fill="#808080"/> | |
</g> | |
<path id="zid_3157" d="m244.77 87.419c7.322-5.9471 11.157-3.7176 17.649 3.1015 9.323 9.8147 41.318 58.855 46.313 63.018s4.241-6.417 10.344-1.387c3.032 3.727-10.437 17.026-13.737 14.569-6.411-5.02 3.915-5.374-0.354-9.643-4.925-5.133-51.215-40.497-60.282-50.571-5.92-6.5775-6.314-13.969 0.067-19.087z" fill-rule="evenodd" transform="matrix(1.5444 .34619 .71895 1.1414 -105.28 167.64)" stroke="#000" stroke-width="1.25" fill="#923d09"/> | |
<g id="zid_3158" stroke="#000" transform="matrix(.98767 0 0 .88634 9.4458 39.108)"> | |
<path id="zid_3159" d="m193.63 88.249c15.546 4.4237 43.275 46.12 53.766 45.791 16.652-0.481 83.233-77.561 72.564-88.252-7.399-8.2462-67.939 41.192-71.852 44.126-0.67-8.601-15.95-51.042-28.31-59.945-14.62-9.31-32.21-4.157-47.82-6.661-7.3-2.843-18.84-14.056-23.78-24.976 8.182-3.5438 15.323-2.4786 23.311-10.651 5.679-6.6419 2.381-46.913 0.37-51.059-13.291-14.268 5.429-7.3272-39.024-9.0822-64.268-2.446-75.878 49.582-31.653 70.792-3.462 15.928-14.219 19.594-22.939 21.646-8.777 0.106-38.826-0.763-55.546 12.489-33.403 24.552-8.925 30.904-15.352 35.8-7.1735 5.645-17.868 19.827-21.888 28.307-10.472 4.996-99.485-4.995-116.5-1.664-16.42 0.9652-56.467 15.818-73.15 26.641 3.565 14.142 241.51-7.603 249.27-2.497 5.9464 3.345-2.7047 51.237 2.0112 54.949 1.6594 9.063 116.54 5.829 125.6 5.829 7.557-18.859 15.389-81.558 20.925-91.583z" fill-rule="evenodd" transform="matrix(-.28105 0 0 .49773 211.06 432.55)" stroke-width="4.7021" fill="#ffc600"/> | |
<path id="zid_3160" d="m174.9-96.568c1.543 25.457-7.118 3.3041-38.369 3.3041-60.56-5.035-39.286 99.196-39.286 67.025-26.227-13.71-44.834-100.29 29.616-96.931 23.538 0 44.958 7.858 48.044 26.603z" fill-rule="evenodd" transform="matrix(-.33724 0 0 .34919 218.97 434.64)" stroke-width="5.1248"/> | |
<path id="zid_3161" d="m387.98 96.574c0 1.6805-0.172 7.957-0.833 11.656-0.445 3.74-1.539 8.077-2.498 10.823-0.342 4.452-2.091 5.174-2.497 9.991-1.544 2.27-2.209 5.944-2.498 9.991 0 4.27 0.686 7.558 0.833 11.656 0.481 3.56 1.612 6.366 1.665 10.823 0 4.365-0.005 7.549-1.665 9.991v5.828" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/> | |
<path id="zid_3162" d="m383.81 76.592c0.58 0 1.029 20.129 5.828 24.978 1.039 3.212 4.574 7.343 5.828 9.99 1.672 2.459 3.981 5.368 8.326 6.661h11.656c4.634 0 7.473 0.055 10.823-1.665 1.485-0.8 2.531-1.846 3.33-3.331" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/> | |
<path id="zid_3163" d="m442.09 115.72h0.832c-2.327 0-1.092-0.104 3.331 1.665 1.725 2.537 3.768 3.625 6.66 4.996 2.982 1.467 6.391 1.665 10.823 1.665 4.198-0.354 6.74-1.686 9.159-3.331 4.043-1.308 4.815-2.935 5.828-7.493v-11.656c-0.478-3.5309-1.384-6.3725-2.498-9.1578-0.419-1.258-0.833-0.7048-0.833-2.4977" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/> | |
<path id="zid_3164" d="m510.36 121.55c-0.425 0-2.65 2.575-4.163 4.995-2.568 0.918-3.233 3.716-4.162 5.828-0.669 2.675-1.666 2.859-1.666 6.661-1.677 3.708-2.204 7.007-2.497 10.823l2.497-10.823c-1.677 3.708-2.204 7.007-2.497 10.823" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/> | |
<path id="zid_3165" d="m461.24 54.946h-0.833c2.249 0 1.099-0.0534-3.33 0.8326-1.817 2.2709-4.807 4.3057-7.493 5.8279-2.977 1.8244-5.367 4.0093-8.326 4.9954l8.326-4.9954c-2.977 1.8244-5.367 4.0093-8.326 4.9954" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/> | |
<path id="zid_3166" d="m402.13 51.615h0.833c-2.248 0-1.105-0.0545 3.33 0.8326 2.936 1.3906 4.752 2.8901 7.493 4.9954 1.291 1.9353 3.257 2.3054 4.163 5.8279 1.574 0.8475 2.124 1.67 2.498 4.1629" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/> | |
<path id="zid_3167" d="m427.11 29.968h0.833 3.33c4.529 0 6.733 0.6811 10.824 0.8326 3.538-0.4246 4.382-1.7374 7.493-2.4977" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/> | |
<path id="zid_3168" d="m442.93 133.21c0.139 0.661 1.652 4.256 2.498 5.828 1.517 2.512 3.538 4.914 4.163 8.326 0.968 2.905 1.526 6.23 1.665 9.99 0.761 3.503 1.264 6.62-0.833 9.159-0.898 3.292-2.57 5.692-4.162 9.158-1.111 0-0.833-0.278-0.833 0.833" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/> | |
<path id="zid_3169" d="m416.28 134.87v0.833c0-2.248 0.055-1.105-0.832 3.33-1.147 4.013-2.15 7.388-4.163 9.991-1.098 3.294-2.326 4.504-2.498 9.158 0.662 1.544 0.833 3.263 0.833 5.828" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/> | |
<path id="zid_3170" d="m412.12 169.01v0.833 3.33c0.908 1.211 0.55 1.294 1.665 1.665" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/> | |
<path id="zid_3171" d="m343.02 128.21v0.832c0-2.327-0.258-0.936 4.163 0.833 3.572 0.638 7.937 1.037 10.823 1.665 2.672 1.312 5.265 3.48 7.493 4.995 1.994 1.728 4.819 3.48 7.494 4.996 3.004 1.502 4.325 2.823 5.828 5.828 0.907 1.21 0.549 1.293 1.665 1.665" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/> | |
<path id="zid_3172" d="m423.78-16.655c0.123-0.1836 2.467-1.9143 4.996-2.4977 1.805-1.3541 4.812-0.7395 6.66 0" transform="matrix(-.69026 0 0 .49773 476.25 418.77)" stroke-width="3.0004" fill="none"/> | |
<path id="zid_3173" d="m445.42-19.153h0.833c-2.248 0-1.106 0.0545 3.33-0.8325 3.481-1.1604 7.672-0.8326 11.656-0.8326 1.174 0.3914 0.832 0.242 0.832 1.6651" transform="matrix(-.53687 0 0 .49773 411.25 418.77)" stroke-width="3.4021" fill="none"/> | |
<path id="zid_3174" d="m444.59-7.4971v0.8326c0-2.3269-0.103-1.0906 1.666 3.3302 0.643 2.9618 1.76 7.0496 0.832 9.1582-2.184 0-2.859-0.27397-4.163-0.83252" transform="matrix(-.53687 0 0 .49773 411.25 418.77)" stroke-width="3.4021" fill="none"/> | |
<path id="zid_3175" d="m371.33-24.981c0 3.2187-4.1003 5.828-9.1582 5.828-5.058 0-9.1582-2.6093-9.1582-5.828s4.1003-5.828 9.1582-5.828c5.058 0 9.1582 2.6093 9.1582 5.828z" fill-rule="evenodd" transform="matrix(-.52891 -.085390 -.052631 .28020 361.22 463.74)" stroke-width="4.5006"/> | |
<path id="zid_3176" d="m371.33-24.981c0 3.2187-4.1003 5.828-9.1582 5.828-5.058 0-9.1582-2.6093-9.1582-5.828s4.1003-5.828 9.1582-5.828c5.058 0 9.1582 2.6093 9.1582 5.828z" fill-rule="evenodd" transform="matrix(-.38279 -.056078 -.038091 .18402 317.16 435.6)" stroke-width="6.5281"/> | |
<path id="zid_3177" d="m371.33-24.981c0 3.2187-4.1003 5.828-9.1582 5.828-5.058 0-9.1582-2.6093-9.1582-5.828s4.1003-5.828 9.1582-5.828c5.058 0 9.1582 2.6093 9.1582 5.828z" fill-rule="evenodd" transform="matrix(-.38279 -.056078 -.038091 .18402 305.54 434.35)" stroke-width="6.5281"/> | |
<path id="zid_3178" d="m412.95 113.64c0 2.0692-1.8638 3.7466-4.1628 3.7466-2.2991 0-4.1628-1.6774-4.1628-3.7466s1.8638-3.7466 4.1628-3.7466c2.2991 0 4.1628 1.6774 4.1628 3.7466z" fill-rule="evenodd" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75"/> | |
<path id="zid_3179" d="m469.57 119.89c0 1.3794-1.3046 2.4977-2.914 2.4977-1.6093 0-2.914-1.1183-2.914-2.4977s1.3046-2.4977 2.914-2.4977c1.6093 0 2.914 1.1183 2.914 2.4977z" fill-rule="evenodd" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75"/> | |
<path id="zid_3180" d="m447.09 31.634v0.8325c0-2.7951 0.197-1.029-4.163 3.3303-3.724 1.7856-5.164 3.6672-6.66 6.6605-1.742 3.8506-2.342 6.6127-2.498 10.824v6.6605" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/> | |
<path id="zid_3181" d="m419.61 30.801c0.577 0 1.477 2.2728 2.498 4.9954 1.856 2.1886 3.037 5.3507 3.33 9.1582 0 4.5188 0.78 6.4537 0.833 10.824v3.3302" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/> | |
<path id="zid_3182" d="m504.54 129.04c0 0.481-2.6 1.455-4.163 3.33-3.161 0.428-5.964 0.833-9.99 0.833-0.611-0.916-1.836-1.217-3.331-1.665" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/> | |
</g> | |
<g id="zid_3183" fill-rule="evenodd" transform="matrix(-.45148 0 0 .28623 377.8 437.15)" stroke="#000" stroke-width="3.75" fill="#fff"> | |
<path id="zid_3184" d="m276.41 36.63 88.253 1.6651v11.656s8.325 14.986 13.321 48.289c4.995 33.303 9.991 158.19 9.991 158.19l21.646 141.54s-13.321 21.647-23.312 19.982c-9.99-1.666-39.963-13.321-39.963-14.987 0-1.665-1.665-79.926-4.995-133.21-3.331-53.285-9.991-81.592-24.977-104.9-19.982 48.288-21.647 98.243-19.982 98.243s1.665 39.963 3.33 69.936c1.666 29.972-1.665 71.601-1.665 71.601l-58.28-3.331s1.665-36.633 3.331-64.94c1.665-28.307 6.744-41.625 8.326-73.266 1.748-34.963 4.202-53.319 6.66-109.9 3.238-45.739 14.687-75.258 17.9-103.24 0.871-7.1332-0.416-12.488 0.416-13.321z" transform="translate(103.24 138.21)"/> | |
<path id="zid_3185" d="m316.38 166.51s-8.326-13.321-11.656-36.633-3.33-28.307-3.33-28.307" transform="translate(103.24 138.21)"/> | |
<path id="zid_3186" d="m298.06 233.12-9.99 39.963" transform="translate(103.24 138.21)"/> | |
<path id="zid_3187" d="m276.41 223.12 11.657 54.949" transform="translate(163.18 139.87)"/> | |
<path id="zid_3188" d="m387.98 417.95-11.66-81.6" transform="translate(103.24 138.21)"/> | |
<path id="zid_3189" d="m276.41 44.955 88.253 1.6651" transform="translate(103.24 138.21)"/> | |
<path id="zid_3190" d="m318.04 164.84c0-1.665 4.995-29.972 4.995-29.972" transform="translate(103.24 138.21)"/> | |
<path id="zid_3191" d="m284.74 44.955-8.326 84.922" transform="translate(103.24 138.21)"/> | |
</g> | |
<g id="zid_3192"> | |
<path id="zid_3193" d="m549.21 538.58c0 136.98-111.05 248.03-248.03 248.03s-248.03-111.05-248.03-248.03 111.05-248.03 248.03-248.03 248.03 111.05 248.03 248.03z" stroke="#006a00" stroke-width="6.25" fill="none"/> | |
<g id="zid_3194" stroke-width="1pt" transform="matrix(.44034 0 0 0.375 424.39 323.33)"> | |
<path id="zid_3195" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/> | |
<path id="zid_3196" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/> | |
</g> | |
<g id="zid_3197" stroke-width="1pt" transform="matrix(.048683 -.43764 .3727 .041459 101.59 391.74)"> | |
<path id="zid_3198" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/> | |
<path id="zid_3199" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/> | |
</g> | |
<g id="zid_3200" stroke-width="1pt" transform="matrix(.065626 .43542 -.37081 .055888 496.64 630.62)"> | |
<path id="zid_3201" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/> | |
<path id="zid_3202" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/> | |
</g> | |
<g id="zid_3203" stroke-width="1pt" transform="matrix(-.43948 -.027465 .023390 -.37427 165.81 724.76)"> | |
<path id="zid_3204" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/> | |
<path id="zid_3205" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/> | |
</g> | |
<g id="zid_3206" stroke-width="1pt" transform="matrix(.42862 -.10090 .085927 .36502 368.06 294.31)"> | |
<path id="zid_3207" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/> | |
<path id="zid_3208" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/> | |
</g> | |
<g id="zid_3209" stroke-width="1pt" transform="matrix(-.093297 -.43034 .36648 -.079453 77.137 459.54)"> | |
<path id="zid_3210" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/> | |
<path id="zid_3211" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/> | |
</g> | |
<g id="zid_3212" stroke-width="1pt" transform="matrix(.20956 .38727 -.32981 .17846 510.01 563.07)"> | |
<path id="zid_3213" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/> | |
<path id="zid_3214" d="m336.61 432.28c3 |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment