/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());

Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"153,-242v0,22,-14,36,-23,61v14,36,31,73,49,105v14,-2,17,-5,24,-4v1,5,-13,6,-2,9v5,4,0,13,4,14v-4,1,-8,3,-12,4v16,24,32,44,46,52v3,3,-4,6,-9,1v-5,-4,-2,3,-4,4v-5,3,-8,-6,-10,-6v-1,4,-2,7,-7,9v2,11,-4,3,-10,5v-12,-12,-26,-33,-40,-59v-27,3,-57,2,-86,0v-6,18,-12,35,-16,52v-6,-2,-23,3,-22,-4v0,-3,3,-7,-1,-8v-4,9,-12,15,-18,7v-4,7,-11,5,-13,4v9,-12,21,-31,34,-54v-7,-1,-13,-2,-19,-3v-1,-7,11,-4,13,-8v-11,-4,-10,-11,-3,-16v-2,-3,-4,-6,-2,-9v8,3,17,5,26,7v17,-33,34,-69,48,-104v-9,-23,-16,-43,-20,-57v5,-2,14,-2,13,-8v3,-1,9,4,10,1v-1,-3,5,-7,6,-5v2,9,4,18,7,28v4,-10,11,-36,15,-18v1,-3,8,-10,8,-2v2,3,-3,10,2,9v3,-7,7,-4,12,-7xm147,-71v-12,-24,-23,-50,-33,-75v-10,23,-21,48,-31,73v19,3,41,3,64,2","w":242},{"d":"30,-4v-5,-3,-22,-4,-14,-11v-1,-4,3,-2,6,-3v0,-8,-4,-7,-5,-12v9,-6,-2,-11,18,-6v3,-20,4,-40,4,-60v-7,-2,-3,-5,-10,-4v-1,-5,10,-4,4,-11v-3,-1,-10,-3,-10,-7v14,-6,-12,-17,-2,-17v6,0,12,1,17,2v-1,-20,-4,-39,-7,-56v-4,0,-14,8,-14,0v7,-6,-3,-3,-4,-8v5,-3,-3,-10,5,-10v3,-15,-21,-15,-8,-20v67,-2,95,-4,164,-15v2,0,2,4,1,5v-9,2,3,5,-4,7v39,13,48,63,22,96r14,-2v2,6,-9,5,-8,10v6,2,17,5,7,10v57,20,41,115,-5,138v-6,3,-4,-8,-9,-10v-5,14,-15,2,-25,2v2,-1,5,-2,7,-4v-31,9,-73,0,-104,0v-4,1,-4,-3,-6,-5v-4,22,-9,-9,-13,1v-5,5,-10,8,-17,4v0,2,-8,6,-7,0v1,-5,2,-9,3,-14xm135,-200v-15,-10,-39,-3,-61,0v-3,21,-4,46,-5,70v21,1,39,0,61,0v55,0,61,-70,5,-70xm205,-50v5,-24,-7,-48,-33,-52v-32,-5,-73,-2,-103,2v1,26,-1,53,4,74v42,12,122,24,132,-24"},{"d":"151,-233v2,-5,1,-9,8,-11v-1,-1,1,-10,4,-5v25,26,42,42,73,59v3,-8,13,0,15,3v-3,6,11,7,1,13v-1,0,-2,1,-3,0v-4,41,-4,78,1,114v-4,4,-10,1,-11,-2v-24,25,-51,27,-80,70v-5,0,-3,-2,-3,-7v-19,4,3,-8,-7,-7v-29,5,-59,3,-76,4v4,21,-14,-2,-18,8v-7,4,-16,3,-15,-7v-2,8,-9,15,-16,8v1,-2,2,-4,3,-7v-7,0,-12,2,-18,2v-2,0,-4,-3,1,-4v11,-1,-12,-14,7,-17v-2,-7,-10,-7,-12,-16v6,-8,13,3,30,3v8,-50,6,-123,-4,-168v-13,0,-20,4,-25,3v1,-9,9,-10,12,-16v-18,-3,4,-14,-7,-17v-5,-1,-3,-4,-1,-4v23,3,108,2,141,1xm215,-87v4,-23,3,-48,0,-72v-18,-22,-40,-36,-61,-48r-82,4v-8,63,-8,112,-3,173v19,0,44,-1,77,-3v32,-16,58,-37,69,-54","w":262},{"d":"23,-232v10,-10,19,15,26,-5v4,1,3,5,4,8v4,-7,9,-4,11,2v46,-9,97,-9,134,-5v1,-5,6,-8,6,1v7,1,14,1,20,2v3,7,-10,4,-11,9v12,2,12,8,5,16v2,2,9,15,-1,12v-3,-1,-4,-2,-7,-2v3,34,2,71,-4,101v5,-1,8,-1,11,-2v1,6,-5,12,3,13v3,7,-6,6,-9,10v2,4,14,1,13,8v-12,4,-32,2,-35,14v-6,3,-7,-9,-15,-8v0,2,-6,7,-6,1v-33,3,-69,2,-99,-1v-1,25,11,51,5,67v-10,2,-15,-3,-22,-8v0,14,-22,-1,-21,8v-3,1,-7,-1,-9,-2v5,-23,8,-47,10,-70v-14,0,-18,-14,-5,-18v0,-6,-4,-5,-5,-10v4,-3,5,0,12,0v1,-34,-1,-69,-8,-103v-9,1,-12,3,-17,2v1,-5,5,-4,5,-12v-5,1,-9,-4,-8,-8v5,-2,10,-3,15,-4v-1,-5,-4,-11,-5,-16v-2,-7,7,-1,7,0xm176,-198v-36,-3,-80,-3,-112,0v0,35,0,75,2,112v30,3,72,1,105,-2v9,-26,10,-73,5,-110","w":230},{"d":"154,-166v-27,-6,-59,-1,-80,5v5,-11,0,-11,-2,-16v37,-19,90,-14,118,0v0,5,-7,2,-1,11v-10,-3,-1,7,-5,9v0,2,2,4,0,3v-3,-2,-6,-4,-10,-6v-1,10,-8,30,6,30v1,5,-4,0,-5,4v5,14,-7,43,28,50v0,1,-1,4,-1,5v32,-15,24,-81,7,-126v-45,-10,-105,-10,-154,-4v-15,42,-16,123,1,174v56,15,158,17,184,-21v3,1,-4,10,5,5v8,2,-6,8,4,8v11,0,10,8,8,13v-40,36,-133,37,-191,26v0,12,-7,2,-10,2v2,14,-9,5,-15,4v-3,-5,-5,-12,-7,-18v-19,-8,-30,-18,-26,-26v0,-3,4,-1,6,-2v-2,-1,-5,-2,-4,-5r10,0v-3,-5,2,-2,2,-3r4,4v-10,-51,-11,-115,1,-157v-5,1,-11,5,-16,3v0,-5,7,-4,4,-11v-3,-1,-6,1,-6,-2v9,-6,-4,-3,-3,-9v10,-4,21,-6,32,-9v7,-11,14,-13,21,-16v1,3,1,9,9,4v1,2,-1,5,-1,8v41,-7,91,-3,127,-1v-4,-14,5,0,10,-4v-2,-11,6,-6,13,-6v3,5,7,10,10,16v10,2,35,4,23,11v-3,0,-7,-2,-8,1v3,3,12,4,9,9v-12,-2,-13,2,-5,10v-6,-1,-1,7,-5,6v10,39,11,83,1,107v-13,33,-41,36,-63,37v1,-9,-2,-11,-4,-18v-25,44,-127,11,-102,-14v0,-1,-1,-3,0,-5v3,3,5,-1,6,0v-1,-10,-2,-20,1,-31v-2,1,-5,3,-6,0v4,-11,0,-10,-2,-16v19,-10,51,-14,79,-9v0,-10,1,-20,3,-30xm163,-77v-5,-8,-10,-25,-12,-40v-16,-4,-35,-4,-52,0v-5,15,-4,37,1,55v22,8,53,6,63,-15xm109,-47v0,0,0,-1,-1,-1v0,1,1,1,1,1","w":264},{"d":"158,-214v4,6,0,20,-4,26v5,2,10,-4,16,-1v1,5,-4,6,-6,9v-2,1,13,1,6,5v-40,24,-72,40,-98,57v31,22,68,39,104,51v1,7,1,18,-15,18v-8,0,1,5,1,10v2,8,-15,4,-6,11v5,4,0,7,1,10v1,2,-3,2,-5,1v-35,-34,-64,-56,-112,-76v-6,5,-9,11,-16,15v-11,-9,3,-34,-18,-29v-2,-5,4,-7,6,-10v-3,-1,-8,4,-9,-1v-5,-8,26,-8,16,-15v1,-6,8,-1,0,-10v8,1,4,-12,10,-11v5,5,10,9,15,13v32,-17,69,-44,109,-76v7,-6,-4,10,5,3","w":181},{"d":"197,-66v3,-18,13,2,17,-6v0,-6,3,-3,6,-5v3,14,-3,41,-3,58v0,0,-1,1,-6,3v1,2,5,1,5,3v0,4,-6,4,-9,5v-2,0,11,5,4,5v-58,16,-118,15,-169,3v-2,3,-7,2,-8,-1v-4,8,-12,10,-19,1v7,-9,-13,-11,-4,-16v-8,-6,4,-3,4,-8v-3,-3,-4,-1,-7,-5v-1,-1,8,-1,1,-10v0,-4,-2,-6,5,-6v2,2,5,3,8,4v5,-56,3,-96,-1,-151v-6,1,-9,5,-12,2v1,-6,7,-4,4,-13v-5,0,-9,-3,-8,-7v4,-2,9,-4,14,-5v0,-8,-7,-19,2,-18v10,11,15,-1,27,0v3,3,-1,9,2,10v2,-8,9,-15,16,-9r-3,6v54,-10,108,-10,153,-3v3,6,-8,3,-6,11v11,2,2,9,0,14v2,3,9,14,0,12v1,10,7,17,7,30v-2,2,-2,3,-5,1v-6,-20,-14,8,-19,-5v-4,9,-10,11,-13,2v3,-14,4,-25,4,-35v-36,-6,-89,-4,-127,1v-8,49,-8,123,1,171v37,10,85,10,125,-3v3,-23,-1,-38,1,-48v11,1,5,10,13,12","w":226},{"d":"62,-153v-13,4,-14,-10,-22,-14v-4,5,2,16,-8,15v-1,-6,-11,11,-12,-6v-6,0,0,8,-11,7v1,-6,2,-29,0,-46v26,-1,3,13,20,13v1,-31,19,-2,28,-9v4,-1,-1,-6,5,-2v0,17,-5,34,0,42xm48,-42v10,-1,6,-14,14,-4v0,17,-5,37,0,45v-8,9,-14,31,-18,40v-7,-4,-14,-8,-20,-7v-4,5,18,-30,8,-31v-1,-6,-11,11,-12,-7v-6,0,-2,8,-13,7v1,-6,2,-28,0,-46v26,0,4,8,21,8v1,-17,2,-14,12,-15v10,0,4,5,8,10","w":68},{"d":"152,2v-6,4,-18,-9,-20,1v-7,1,-7,-9,-11,-12v-5,3,0,16,-7,12v-3,-1,-16,1,-17,0v-23,-82,-67,-184,-97,-238v6,-4,19,7,24,9v2,-5,-3,-9,1,-14v4,-1,8,9,11,11v-1,-6,5,-11,14,-6v17,60,66,190,102,237","w":151},{"d":"64,-282v-8,92,-10,260,4,336v-4,-1,-14,1,-23,-4v0,9,-4,9,-4,9v-9,-3,-44,2,-63,8v-1,-2,-2,-4,-1,-6v20,-8,-7,-12,5,-19v-2,-4,-10,-2,-9,-8v10,-9,38,2,50,-2v7,-55,13,-193,3,-289v-16,-1,-39,5,-52,2v1,-5,4,-5,8,-7v-3,-4,-11,-11,3,-14v-1,-7,-11,-3,-12,-12v15,-1,37,0,68,0v1,3,1,14,5,15v4,-4,1,-11,6,-15v5,1,5,6,6,9v0,2,5,-11,6,-3","w":75},{"d":"221,-234v9,3,7,10,-1,15v2,1,5,0,6,2v-1,5,-7,4,-9,8v7,3,11,14,4,18v-44,-6,-112,-3,-149,0v-3,24,-5,48,-5,72v40,-6,89,-8,130,-4v2,6,-11,4,-12,10v11,3,11,8,4,14v2,2,12,19,3,17v-29,-6,-85,-12,-125,-8v1,36,5,73,11,102v-5,3,-8,-6,-11,3v-8,2,0,-7,-5,-9v-3,3,-10,16,-11,2v-4,11,-12,12,-22,3v5,-28,8,-61,10,-96v-11,0,-6,-2,-14,-2v-1,-5,5,-5,4,-11v-5,0,-10,-6,-9,-9v6,-3,13,-5,20,-7v1,-25,1,-51,0,-75v-9,0,-32,8,-34,-6v3,-1,8,-3,9,-6v-8,-1,-5,-4,0,-9v-8,-2,-13,-14,-5,-18v12,4,19,5,28,6v0,-8,-1,-15,-2,-23v-1,-5,6,3,16,5v3,10,4,1,10,-1v7,-8,7,6,12,5v3,-2,5,-11,7,-4r-4,20v40,-1,111,-6,144,-14","w":232},{"d":"18,-206v-7,-4,-13,-13,-12,-19v10,2,-6,-5,2,-4v5,1,10,2,16,3v-1,-3,-1,-7,-2,-10v5,-3,10,-2,13,2v5,-8,19,-3,18,4v7,-6,12,-11,22,-9v3,5,1,10,-1,17v53,2,115,-2,137,-6v14,-3,7,6,2,7v5,0,12,8,4,8v-3,4,-14,-1,-8,5v9,4,9,14,8,22v-44,-8,-100,-11,-148,-9v-3,18,-4,40,-5,63v29,-6,63,-8,100,-4v2,7,-11,4,-13,9v11,2,13,9,5,14v2,3,4,8,3,11v-36,-5,-68,-7,-96,-4v0,25,1,51,3,74v48,3,109,0,137,-9v13,-1,-6,18,7,20v2,6,-6,5,-9,8v1,5,13,2,10,9v-44,8,-92,9,-142,1v-2,7,-7,10,-11,2v-1,3,0,8,-4,9v-4,-3,-4,-15,-9,-8v-4,5,-10,8,-17,3v0,1,-9,6,-7,0v1,-5,4,-11,5,-16v-6,-2,-21,-3,-13,-9v-1,-4,3,-1,6,-2v0,-8,-4,-7,-5,-13v5,-3,6,2,17,2v4,-21,6,-44,6,-66v-13,2,-6,3,-15,2v-1,-5,5,-5,4,-10v-7,0,-8,-9,-9,-10v6,-3,13,-5,20,-7v-1,-23,-3,-45,-6,-67v-8,1,-15,3,-21,4v-7,-1,5,-6,3,-6v-3,-1,-8,-1,-8,-5v3,-5,9,-2,13,-6","w":225},{"w":108},{"d":"20,-282v3,3,7,5,11,6v0,-9,4,-9,4,-9v9,3,44,-2,64,-8v1,2,2,3,0,6v-20,7,7,12,-5,19v2,4,10,2,9,8v-10,9,-38,-2,-50,2v-7,55,-13,194,-3,290v16,1,40,-5,53,-2v0,6,-6,4,-9,8v3,4,11,12,-3,14v2,7,12,2,12,12v-13,1,-37,-1,-68,0v-1,-4,-1,-14,-5,-15v-4,4,-1,11,-7,15v-5,-1,-4,-6,-5,-9v0,-2,-6,11,-7,3v8,-93,10,-261,-4,-338v3,-3,7,6,13,-2","w":78},{"d":"109,-211v-14,7,-25,12,-40,22v-7,-15,-23,-15,-36,-21r-21,14v-3,-4,1,-5,2,-8v-6,1,-5,-4,-2,-8v-1,-1,-8,-2,-8,-4v14,-8,24,-13,38,-22v6,3,3,8,8,15v7,4,15,6,21,9v11,-3,20,-11,31,-17v-4,11,10,14,7,20","w":114},{"d":"100,1v5,-16,11,-33,20,-55v-33,-70,-82,-143,-117,-164v12,-6,17,-4,23,1v1,-6,7,-12,7,-16v43,12,70,80,103,140v26,-58,61,-120,91,-141v12,-3,8,6,11,12v5,-10,10,-9,15,-1v5,-4,12,-2,14,0v-34,22,-83,98,-114,169v9,20,16,37,20,50v-2,3,-8,1,-11,0v-4,1,1,9,-4,9v-11,-4,-7,1,-14,3v-2,-7,-4,-14,-7,-21v-2,10,-10,32,-12,16v-2,2,-4,7,-8,6v-4,-5,1,-10,-1,-15v-5,4,-10,5,-16,7","w":269},{"d":"243,-208v-28,22,-61,51,-93,85v37,37,75,72,107,98v13,11,-8,8,-12,12v3,4,12,5,8,11v-21,-4,-2,21,-26,13v-36,-44,-68,-80,-98,-112v-34,39,-62,70,-81,108v-4,-1,-14,-2,-12,-9v-11,5,-14,-3,-7,-8v-14,3,-9,1,-10,-8v-4,-6,-5,5,-9,4v-3,-4,-6,-1,-7,-5v38,-29,73,-67,106,-102v-28,-29,-56,-54,-87,-78v-11,-14,14,-12,13,-29v3,1,4,6,8,6v-4,-6,-7,-15,4,-14v23,28,53,60,83,92v26,-30,52,-63,74,-97v7,1,8,8,8,15v2,0,4,-4,6,-1v4,5,-1,9,-2,14v8,-5,20,0,27,5","w":263},{"d":"80,-275v3,-4,1,-11,6,-15v5,1,5,7,6,10v0,2,6,-12,7,-4v-4,46,-6,64,-6,128v21,8,27,11,37,13v4,1,5,8,1,7v-6,-1,3,7,-6,5v12,10,-5,3,0,14v10,0,11,6,2,10v8,-2,16,6,2,9v-10,2,-13,5,-36,16v0,63,3,95,10,135v-3,3,-7,-7,-13,1v-3,-3,-7,-5,-11,-6v-5,26,-25,-3,-54,14v-2,2,-18,4,-12,-5v19,-6,-11,-8,3,-17v-2,-4,-10,-2,-9,-8v10,-10,39,2,51,-2v3,-16,5,-77,5,-123v0,-9,18,-12,38,-24v-27,-11,-40,-9,-36,-39v6,-50,0,-68,-5,-102v-16,-1,-39,5,-52,2v1,-6,4,-5,9,-8v-3,-4,-11,-10,2,-14v-2,-6,-10,-2,-12,-11v14,-4,37,1,68,0v1,3,0,13,5,14","w":144},{"d":"32,-253v3,13,23,37,22,52v-3,3,-11,-2,-16,-6v0,3,3,13,0,14v-9,3,-2,9,-8,1v-2,-10,-18,-36,-26,-50v4,-4,6,4,12,3v1,-4,-5,-9,1,-10v1,4,5,4,7,6v1,-3,5,-10,8,-10","w":58},{"d":"20,-239v6,3,8,8,16,8v1,-5,9,-14,11,-2v1,-5,12,-14,9,2v-8,38,-14,126,1,233v1,10,-9,-8,-6,3v-6,2,-17,-7,-21,-14v-4,4,-1,11,-7,15v-5,-1,-4,-6,-5,-10v0,-2,-6,12,-7,4v8,-93,9,-161,-4,-238v3,-3,7,7,13,-1","w":64},{"d":"172,-217v6,-3,17,-21,24,-11v0,2,3,1,5,0v2,-1,7,-4,6,1v-7,36,-6,67,-11,106v7,1,13,1,19,2v2,7,-11,4,-12,9v12,2,11,10,4,16v2,3,5,6,3,9v-4,-1,-9,-2,-14,-3v1,36,7,60,15,88v-8,9,-21,0,-26,-9v-3,13,-10,8,-15,4v-1,5,-13,13,-14,4v9,-28,14,-59,15,-90v-38,-4,-84,-3,-120,2v0,38,4,61,14,93v-6,3,-12,0,-12,-3v-6,7,-19,3,-18,-4v-7,5,-14,10,-23,8v-3,-24,14,-43,12,-86v-8,2,-9,7,-14,3v8,-12,-16,-27,14,-30v0,-32,-2,-79,-6,-107v5,-5,7,-8,11,0v1,-3,0,-8,4,-8v7,3,3,10,7,13v2,-10,15,-12,19,-15v3,2,11,-3,8,3v-8,32,-12,76,-14,106v36,-7,79,-8,117,-6v-2,-37,-7,-74,-16,-107v13,1,20,1,18,12","w":221},{"d":"80,6v-6,2,-11,1,-9,-7v-3,2,-4,7,-8,5v-2,-6,3,-9,2,-14v-13,3,-14,9,-23,-4v22,-30,45,-61,65,-91v-32,-43,-69,-82,-104,-114v0,-7,8,2,11,-1v-2,-4,-3,-8,4,-3v6,7,3,-7,12,-7v1,-2,-2,-7,1,-7v4,1,5,6,9,3v28,30,58,64,85,100v23,-36,43,-70,58,-101v5,2,1,18,11,6v7,-3,5,9,11,10v3,-4,0,-11,7,-11v2,4,6,7,9,4v3,-3,10,-4,7,-1v-31,36,-59,77,-85,119r11,17v-13,5,-16,13,-25,6","w":231},{"d":"194,-162v-3,-8,-10,13,-15,-2v3,-14,4,-25,4,-35v-36,-5,-88,-4,-125,1v-3,17,-4,37,-4,58v62,0,130,11,169,25v0,7,-11,2,-14,6v10,6,9,12,1,17v1,3,4,6,2,9v-2,-1,-4,-2,-7,-3v1,32,6,51,12,77v-56,11,-121,34,-193,10v-7,0,6,-9,4,-9v-7,0,-11,-6,-4,-8v-5,-2,-5,-3,-5,-3v0,-17,-6,-43,-3,-58v5,0,5,3,8,8v5,-3,12,-11,15,3v8,-1,2,-11,12,-12v4,10,-1,27,2,50v43,17,84,15,119,1v4,-22,5,-42,5,-69v-38,-12,-94,-23,-157,-11v-11,-7,0,-14,0,-19v-1,-4,-12,-3,-6,-12v4,-1,10,0,12,-2v-1,-12,-2,-33,-4,-52v-6,1,-9,5,-12,2v1,-6,7,-4,4,-13v-5,0,-9,-3,-8,-7v4,-2,9,-4,14,-5v0,-8,-7,-19,2,-18v10,11,15,-1,27,0v3,3,-1,9,2,10v2,-8,9,-15,16,-9r-3,6v54,-10,108,-10,153,-3v4,7,-9,3,-8,10v13,1,5,13,2,15v-1,5,7,10,0,12r-2,-1v1,10,7,18,7,31v-2,2,-3,3,-5,1v-8,-15,-7,-2,-17,-1","w":229},{"d":"72,0v-7,12,-20,-11,-28,-1v-5,5,-8,-11,-12,-2v0,5,-13,11,-11,1v7,-13,-21,-7,-12,-15v-2,-5,9,-1,5,-7v3,-5,-5,-3,-4,-8v2,-6,5,-1,16,-2v3,-21,5,-43,6,-64v-11,4,-2,-6,-6,-10v7,-7,7,-18,-3,-18v0,-4,5,-4,8,-6v-2,-2,-8,-1,-7,-5v0,-4,2,-3,8,-2v-1,-20,-3,-40,-7,-59v-8,0,-11,3,-15,1v0,-5,6,-5,5,-10v-3,-1,-6,-1,-6,-5v4,-7,-14,-16,-2,-17v72,-9,177,-3,241,1v1,7,-12,4,-13,8v10,4,10,11,3,17v2,3,4,5,3,8v-52,-5,-110,-6,-174,-4v-2,18,-3,38,-3,62v44,3,90,5,143,0v-1,-4,-1,-8,-2,-11v6,-1,15,11,17,0v8,-3,4,8,11,8v2,-6,2,-12,7,-11v6,49,-2,113,-2,146v-6,2,-4,12,-6,17v-3,8,-6,-8,-10,0v-8,2,-1,-15,-7,-8v0,7,-3,6,-8,6v-2,-3,2,-6,1,-11v-43,4,-90,6,-136,1xm210,-35v1,-19,1,-43,0,-67v-55,-4,-97,-4,-147,1v0,28,1,50,5,70v45,3,94,3,142,-4","w":254},{"d":"81,3v-6,8,-14,-1,-17,-3v0,4,-3,6,-3,4v-2,-82,-18,-164,-57,-231v3,-8,12,4,15,-6v9,-5,4,14,12,9v-1,-7,3,-12,8,-17v4,1,7,7,12,5v14,47,29,113,37,184v22,-49,48,-115,48,-162v0,-7,16,2,18,2v5,-8,12,-11,16,0v0,-6,9,-10,16,-9v4,66,12,133,39,197v11,-83,31,-163,39,-211v5,-11,11,-3,16,4v2,-7,10,-8,12,0v4,-10,19,-13,26,-6v-41,64,-58,168,-60,254v-5,2,-11,2,-16,-3v-2,8,-8,9,-13,3v-1,-9,-7,-17,-12,-9v-7,-9,-7,-8,-14,0v-1,2,-15,-5,-16,-8v-10,-69,-17,-118,-29,-151v-22,40,-36,97,-43,150v-5,3,-9,0,-11,-3v-5,4,-8,-1,-13,-3v0,4,1,8,1,12v-4,2,-8,0,-11,-2xm242,12r0,0r0,0","w":321},{"d":"100,1v5,-16,11,-33,20,-55v-33,-70,-82,-143,-117,-164v12,-6,17,-4,23,1v1,-6,7,-12,7,-16v43,12,70,80,103,140v26,-58,61,-120,91,-141v12,-3,8,6,11,12v5,-10,10,-9,15,-1v5,-4,12,-2,14,0v-34,22,-83,98,-114,169v9,20,16,37,20,50v-2,3,-8,1,-11,0v-4,1,1,9,-4,9v-11,-4,-7,1,-14,3v-2,-7,-4,-14,-7,-21v-2,10,-10,32,-12,16v-2,2,-4,7,-8,6v-4,-5,1,-10,-1,-15v-5,4,-10,5,-16,7","w":269},{"d":"80,6v-6,2,-11,1,-9,-7v-3,2,-4,7,-8,5v-2,-6,3,-9,2,-14v-13,3,-14,9,-23,-4v22,-30,45,-61,65,-91v-32,-43,-69,-82,-104,-114v0,-7,8,2,11,-1v-2,-4,-3,-8,4,-3v6,7,3,-7,12,-7v1,-2,-2,-7,1,-7v4,1,5,6,9,3v28,30,58,64,85,100v23,-36,43,-70,58,-101v5,2,1,18,11,6v7,-3,5,9,11,10v3,-4,0,-11,7,-11v2,4,6,7,9,4v3,-3,10,-4,7,-1v-31,36,-59,77,-85,119r11,17v-13,5,-16,13,-25,6","w":231},{"d":"187,-228v8,-6,21,-3,20,6v7,4,8,-8,9,-15v19,-1,21,1,27,5v-1,-5,4,-6,4,-4v0,92,-7,155,45,243v-3,11,-8,-2,-14,6v-6,0,-1,-9,-7,-10v-3,5,-10,8,-13,11v-17,-11,-12,5,-25,-5v-9,-37,-20,-111,-21,-179v-23,55,-41,115,-50,168v-1,0,-8,-9,-10,-9v-4,2,-7,16,-11,5v-3,3,-4,-1,-6,-3v0,4,-5,9,-9,9v-9,-69,-32,-164,-50,-197v0,68,-5,140,-17,199v-8,9,-14,3,-19,-5v-3,7,-9,7,-12,-1v-2,9,-16,10,-23,11v37,-67,46,-171,35,-242v1,-4,5,0,7,1v2,0,-1,-7,2,-7v4,2,5,6,11,7v-1,-9,7,-7,11,-4v1,15,9,7,14,11v1,1,-1,6,4,7v1,-7,11,-17,19,-9v9,47,21,98,39,154v17,-44,30,-104,40,-153","w":297},{"d":"191,-243v16,-16,2,15,10,8v8,-7,27,1,22,9v3,0,5,2,6,3v-2,4,-11,5,-13,10v12,1,-1,7,-1,10v-2,2,-4,1,-5,1v-34,60,-72,111,-121,166v24,3,103,-4,115,-4v10,3,-9,6,5,7v1,5,-14,4,-8,11v3,1,12,1,6,4v2,6,8,1,8,8v-30,9,-97,9,-153,5v-6,7,-22,14,-26,5v-4,-8,-5,7,-12,4v-3,-11,-15,2,-19,-3v2,-4,16,-11,7,-12v0,-6,10,-4,13,-8v-12,-4,-9,-10,-2,-16v-2,-3,-5,-6,-3,-9v10,1,18,3,26,4v48,-50,90,-104,115,-153v-45,5,-100,5,-137,-1v-7,-5,3,-12,6,-17v-4,-1,-12,3,-13,-4v10,-6,-7,-13,-4,-19v46,12,104,14,163,5v3,-9,3,-21,13,-22v4,1,1,6,2,8","w":234},{"d":"180,-228v-6,-13,2,-5,10,-6v-2,-12,8,-6,16,-6v4,6,8,12,11,18v17,4,45,12,20,15v3,4,12,5,9,11v-12,-1,-13,2,-6,12v0,1,-3,0,-3,1v0,3,3,8,-1,5v-1,0,-2,-1,-3,-1v9,39,8,83,-1,121v1,0,2,-1,4,-2v8,2,-6,9,4,10v11,-2,10,10,8,15v-9,9,-20,16,-32,22v-6,12,-14,23,-23,30v-2,-9,-10,1,-12,-4v-7,-4,0,-6,-2,-9v-4,1,-9,0,-8,-3v-28,5,-59,5,-86,0v3,8,-9,-2,-6,8v-3,8,-7,-7,-11,-3v2,15,-9,4,-17,4v-3,-6,-6,-13,-9,-20v-14,-6,-26,-14,-34,-23v-5,-6,6,1,1,-12v0,-3,3,-1,5,-2v-1,-1,-5,-3,-4,-6r11,0v-3,-6,1,-2,1,-3v2,3,4,5,8,8v-11,-46,-11,-100,1,-140v-5,1,-12,5,-16,2v1,-6,6,-3,5,-12v-3,-1,-6,1,-6,-3v9,-7,-5,-3,-4,-10v12,-5,24,-8,36,-11v8,-12,17,-16,26,-19v0,3,2,9,10,4v1,3,-1,7,-1,9v33,-4,68,-4,99,0xm197,-192v-40,-9,-91,-9,-133,-3v-14,41,-14,113,2,161v38,10,90,11,127,-3v16,-44,21,-111,4,-155","w":256},{"d":"18,-108v-3,-3,-9,-4,-11,-6v6,-5,-4,-7,14,-12v-1,-35,-4,-70,-9,-105v-1,-1,4,-7,6,-5v2,9,8,2,12,10v2,-2,-2,-9,2,-9v5,0,3,10,8,10v6,-10,12,-8,17,-8v-5,28,-6,59,-7,93v46,-23,107,-62,131,-98v9,-2,16,7,10,16v5,4,12,-3,14,5v-6,5,-1,8,-1,14v0,0,-59,52,-108,73v17,85,81,115,128,105v3,7,-2,16,-10,21v6,1,22,6,6,10v8,4,8,6,2,11v-82,0,-138,-53,-157,-131v-5,2,-10,4,-14,6v1,42,0,69,8,109v-2,5,-7,0,-9,-1v-2,2,-1,7,-5,7v-2,-5,-10,3,-9,-6v-4,3,-3,12,-8,9v-3,8,-10,4,-14,-1v4,-37,7,-73,7,-107v-7,4,-8,0,-7,-7v1,-1,4,-1,4,-3","w":231},{"d":"130,-222v0,-4,8,-13,11,-2v1,-5,12,-14,9,2v-4,19,-8,49,-9,88v31,1,92,-2,103,-3v-3,3,0,18,-3,23v3,1,5,-3,5,1v1,2,1,10,-4,10v-31,1,-66,0,-101,0v1,31,4,67,10,106v1,10,-8,-8,-5,3v-8,2,-16,-6,-22,-14v-3,4,0,12,-6,15v-5,0,-5,-6,-6,-9v0,-2,-7,11,-7,3v0,-40,6,-73,6,-104v-36,0,-72,1,-108,2v-4,-10,7,-8,9,-12v-11,-3,-11,-10,-3,-16v-2,-3,-6,-6,-4,-9v35,3,69,4,106,4v0,-31,-6,-60,-9,-94v3,-3,6,7,12,-1v5,3,9,6,16,7","w":248},{"d":"187,-233v9,0,16,-11,22,-1v2,-4,7,-5,13,-2v-8,10,18,10,7,16v8,6,-5,3,-3,9v3,3,3,1,6,5v1,0,-8,0,-1,9v0,3,3,7,-4,7v-4,-1,-9,-3,-14,-4v-3,17,-5,35,-6,53v6,0,12,2,17,2v8,3,-7,13,0,17v3,8,-15,2,-8,6v7,0,6,3,6,8v-2,3,-11,0,-16,1v0,24,2,48,6,70v12,-1,14,-7,18,0v-1,6,-5,5,-5,13v7,-2,8,5,5,12v-4,1,-7,2,-11,3r3,12v-6,6,-26,1,-26,-6v-4,3,-1,7,-6,11v-4,-1,-4,-6,-5,-9v-4,7,-7,6,-11,0v-58,7,-124,3,-172,-3v-3,-7,10,-4,11,-9v-12,-3,-10,-10,-4,-16v-2,-3,-9,-14,1,-12v64,13,117,10,166,7v1,-23,2,-48,2,-73v-38,0,-80,1,-114,2v0,-6,11,-15,0,-17v-3,-6,7,-6,10,-9v-2,-5,-15,-2,-13,-9v39,-3,81,-3,116,-2v0,-21,-2,-41,-4,-58v-49,-5,-111,-2,-164,13v-8,2,0,-7,-3,-10v3,-6,6,-10,12,-13v-6,-2,-22,-7,-5,-11v2,0,-11,-3,-4,-5v42,-9,105,-12,157,-9v3,-6,8,-6,12,-2v4,-3,7,1,9,4","w":233},{"d":"234,-110v9,3,12,6,5,14v-2,3,-8,2,-14,2v-1,12,-5,40,9,33v12,0,2,3,0,7v0,1,-2,4,0,4v14,-6,9,10,8,15v-5,4,-9,8,-14,12v-1,9,8,33,2,38v-5,1,-3,-5,-6,-7v-2,3,-1,9,-6,9v-5,-5,-2,-11,-5,-16v-7,9,-16,14,-24,11v-1,-4,0,-13,1,-18v-39,13,-85,13,-122,4r1,5v-6,4,-10,1,-12,-2v-6,7,-18,4,-18,-3v-5,1,-3,6,-9,1v-3,1,-5,9,-9,6v-6,-6,0,-17,1,-27v-6,-4,-12,-9,-16,-14v7,-6,-1,-1,2,-10v4,1,6,-4,2,-11r10,1v-2,-6,2,-3,2,-3r4,4v3,-37,3,-83,-2,-133v-4,0,-10,6,-12,2v1,-5,5,-4,4,-12v-5,0,-9,-3,-8,-7v4,-2,9,-4,13,-5v-3,-9,-4,-33,8,-20v4,-20,10,9,13,-1v4,-5,11,-8,17,-3v0,-1,9,-7,7,-1v0,4,-1,9,-2,13v64,-13,134,-10,179,5v2,7,-10,2,-12,6v3,4,12,4,9,10v-5,-1,1,11,-7,7v-5,9,5,8,-3,12v-42,-21,-112,-23,-169,-13v-6,59,-5,107,3,162v39,12,93,12,129,-5v0,-18,-1,-38,-3,-57v-21,0,-50,0,-77,9v-16,5,6,-8,-4,-12v-2,-6,11,-8,12,-12v-19,-1,2,-13,-8,-15v-5,0,-8,-9,-1,-9v42,12,99,7,118,6v27,-2,-6,8,8,16v0,1,-3,1,-4,2","w":248},{"d":"8,51v-3,-10,7,-8,9,-11v-11,-3,-10,-10,-3,-17v-2,-3,-5,-5,-3,-8v65,7,179,1,239,1v-4,6,-5,7,2,15v-2,11,7,19,-5,19v-71,3,-150,-5,-239,1","w":260},{"d":"59,-1v-6,4,-10,-2,-15,-3v-2,-3,0,-11,-6,-10v-4,5,2,16,-9,15v-1,-6,-10,11,-12,-7v-6,0,1,8,-10,7v1,-6,2,-28,0,-46v26,0,3,13,20,13v2,-18,1,-12,11,-13v10,0,3,1,7,6v13,3,8,-9,14,-4v0,17,-5,34,0,42","w":66},{"d":"102,-237v-2,21,-3,46,-2,65v-9,6,-7,-5,-13,-6v0,7,-8,12,-11,1v-3,-1,-6,5,-9,3v4,-15,-5,-56,4,-66v14,1,5,13,10,10v2,-4,3,-13,9,-12v10,1,12,-1,12,5xm44,-239v-4,16,4,56,-4,67v-7,-17,-34,17,-31,-3v2,-12,-1,-48,-2,-67v9,-4,8,7,12,9v3,-11,10,-9,16,-2v3,-2,6,-5,9,-4","w":109},{"d":"121,-210v25,7,64,-5,85,-1v3,9,-21,11,-1,21v2,5,-7,1,-4,6v5,2,3,11,0,13v-23,-7,-59,-13,-83,-15v-10,60,-4,141,13,183v-5,6,-14,0,-17,-4v-4,3,-10,12,-15,-1v-6,4,-12,25,-24,14v12,-69,19,-121,9,-193v-23,-2,-59,-1,-80,1v-1,-14,5,-16,13,-19v-8,-4,-17,-15,-12,-22v20,6,56,14,76,14v-1,-13,-9,-36,5,-24v5,1,9,3,11,8v6,-2,8,-15,14,-2v6,-5,11,-12,16,-2v-2,8,-5,15,-6,23","w":209},{"d":"66,-209v16,-3,-16,-16,1,-23v16,5,43,6,64,7v-6,-19,7,-14,14,-8v1,-7,10,-5,16,-7v2,3,1,7,1,10v6,-2,5,-19,14,-9v-1,4,-1,8,-1,13v17,-1,40,-3,58,-9v9,3,6,11,-2,15v2,2,5,0,7,2v-1,5,-7,4,-9,8v6,3,10,11,6,15v-16,-4,-41,-7,-63,-6v-4,58,-4,125,0,163r15,-9v7,0,5,3,5,7v-7,9,2,9,1,9v-3,4,-10,4,-5,9v6,2,6,9,-2,13v-51,19,-101,20,-169,0v-7,-2,5,-5,3,-5v-20,-7,-7,-40,-15,-63v0,-2,1,-5,3,-4v5,1,5,4,8,8v5,-4,12,-10,15,4v7,-3,4,-11,12,-13v4,9,-1,26,2,48v30,12,61,14,88,9v9,-53,9,-114,1,-174v-19,3,-42,6,-59,10v-8,0,-14,-3,-6,-6v3,-2,-4,-6,3,-10v-2,-2,-7,0,-6,-4","w":244},{"d":"8,2v10,-78,14,-158,0,-233v10,-8,14,13,19,0v6,-3,18,-4,14,8v3,-7,9,-15,17,-9v-20,46,-19,177,-1,234v-11,4,-16,-9,-27,0v-6,-9,-5,6,-13,5v-4,0,-4,-5,-9,-5","w":64},{"d":"71,-235v4,17,47,56,33,59v-3,-1,-8,-2,-10,-4v-1,3,3,6,0,9v-5,-4,-4,-1,-7,-1v-13,-21,-20,-36,-29,-49v-13,15,-23,33,-30,51v-8,4,-7,-13,-14,-8v-1,-4,-10,0,-10,-6v18,-16,29,-30,41,-54v-5,-3,-8,-9,-1,-11v4,1,6,2,10,0v-5,-6,2,-7,4,-3v-1,-3,3,-10,4,-1v3,13,22,6,9,18","w":113},{"d":"150,-235v-30,54,-74,156,-97,238v-7,-1,-23,4,-22,-4v0,-3,3,-7,-1,-8v-4,9,-12,15,-18,7v-4,6,-11,5,-14,4v37,-47,85,-177,102,-237v8,-5,16,-1,14,6v2,-2,8,-12,12,-11v2,6,-2,9,0,14v8,-4,19,-13,24,-9","w":148},{"d":"243,-208v-28,22,-61,51,-93,85v37,37,75,72,107,98v13,11,-8,8,-12,12v3,4,12,5,8,11v-21,-4,-2,21,-26,13v-36,-44,-68,-80,-98,-112v-34,39,-62,70,-81,108v-4,-1,-14,-2,-12,-9v-11,5,-14,-3,-7,-8v-14,3,-9,1,-10,-8v-4,-6,-5,5,-9,4v-3,-4,-6,-1,-7,-5v38,-29,73,-67,106,-102v-28,-29,-56,-54,-87,-78v-11,-14,14,-12,13,-29v3,1,4,6,8,6v-4,-6,-7,-15,4,-14v23,28,53,60,83,92v26,-30,52,-63,74,-97v7,1,8,8,8,15v2,0,4,-4,6,-1v4,5,-1,9,-2,14v8,-5,20,0,27,5","w":263},{"d":"6,-147v-3,-10,7,-8,9,-11v-11,-3,-9,-11,-3,-17v-2,-3,-5,-5,-3,-8v42,7,114,1,169,0v-4,6,-5,9,2,16v-1,11,7,18,-5,18v-71,3,-86,-2,-169,2xm186,-90v1,6,-9,4,-11,9v10,5,10,12,-3,15v2,3,9,6,8,9v-40,-10,-115,-4,-170,0v0,-5,6,-5,5,-10v-3,-1,-6,-1,-6,-5v14,-8,-4,-13,-2,-17v77,-5,115,-5,179,-1","w":191},{"d":"221,-234v9,3,7,10,-1,15v2,1,5,0,6,2v-1,5,-7,4,-9,8v7,3,11,14,4,18v-44,-6,-112,-3,-149,0v-3,24,-5,48,-5,72v40,-6,89,-8,130,-4v2,6,-11,4,-12,10v11,3,11,8,4,14v2,2,12,19,3,17v-29,-6,-85,-12,-125,-8v1,36,5,73,11,102v-5,3,-8,-6,-11,3v-8,2,0,-7,-5,-9v-3,3,-10,16,-11,2v-4,11,-12,12,-22,3v5,-28,8,-61,10,-96v-11,0,-6,-2,-14,-2v-1,-5,5,-5,4,-11v-5,0,-10,-6,-9,-9v6,-3,13,-5,20,-7v1,-25,1,-51,0,-75v-9,0,-32,8,-34,-6v3,-1,8,-3,9,-6v-8,-1,-5,-4,0,-9v-8,-2,-13,-14,-5,-18v12,4,19,5,28,6v0,-8,-1,-15,-2,-23v-1,-5,6,3,16,5v3,10,4,1,10,-1v7,-8,7,6,12,5v3,-2,5,-11,7,-4r-4,20v40,-1,111,-6,144,-14","w":232},{"d":"48,-42v10,-1,6,-14,14,-4v0,17,-5,37,0,45v-8,9,-14,31,-18,40v-7,-4,-14,-8,-20,-7v-4,5,18,-30,8,-31v-1,-6,-11,11,-12,-7v-6,0,-2,8,-13,7v1,-6,2,-28,0,-46v26,0,4,8,21,8v1,-17,2,-14,12,-15v10,0,4,5,8,10","w":68},{"d":"180,-228v-6,-13,2,-5,10,-6v-2,-12,8,-6,16,-6v4,6,8,12,11,18v17,4,45,12,20,15v3,4,12,5,9,11v-12,-1,-13,2,-6,12v0,1,-3,0,-3,1v0,3,3,8,-1,5v-1,0,-2,-1,-3,-1v9,39,8,83,-1,121v1,0,2,-1,4,-2v8,2,-6,9,4,10v11,-2,10,10,8,15v-9,9,-20,16,-32,22v-6,12,-14,23,-23,30v-2,-9,-10,1,-12,-4v-7,-4,0,-6,-2,-9v-4,1,-9,0,-8,-3v-28,5,-59,5,-86,0v3,8,-9,-2,-6,8v-3,8,-7,-7,-11,-3v2,15,-9,4,-17,4v-3,-6,-6,-13,-9,-20v-14,-6,-26,-14,-34,-23v-5,-6,6,1,1,-12v0,-3,3,-1,5,-2v-1,-1,-5,-3,-4,-6r11,0v-3,-6,1,-2,1,-3v2,3,4,5,8,8v-11,-46,-11,-100,1,-140v-5,1,-12,5,-16,2v1,-6,6,-3,5,-12v-3,-1,-6,1,-6,-3v9,-7,-5,-3,-4,-10v12,-5,24,-8,36,-11v8,-12,17,-16,26,-19v0,3,2,9,10,4v1,3,-1,7,-1,9v33,-4,68,-4,99,0xm197,-192v-40,-9,-91,-9,-133,-3v-14,41,-14,113,2,161v38,10,90,11,127,-3v16,-44,21,-111,4,-155","w":256},{"d":"153,-242v0,22,-14,36,-23,61v14,36,31,73,49,105v14,-2,17,-5,24,-4v1,5,-13,6,-2,9v5,4,0,13,4,14v-4,1,-8,3,-12,4v16,24,32,44,46,52v3,3,-4,6,-9,1v-5,-4,-2,3,-4,4v-5,3,-8,-6,-10,-6v-1,4,-2,7,-7,9v2,11,-4,3,-10,5v-12,-12,-26,-33,-40,-59v-27,3,-57,2,-86,0v-6,18,-12,35,-16,52v-6,-2,-23,3,-22,-4v0,-3,3,-7,-1,-8v-4,9,-12,15,-18,7v-4,7,-11,5,-13,4v9,-12,21,-31,34,-54v-7,-1,-13,-2,-19,-3v-1,-7,11,-4,13,-8v-11,-4,-10,-11,-3,-16v-2,-3,-4,-6,-2,-9v8,3,17,5,26,7v17,-33,34,-69,48,-104v-9,-23,-16,-43,-20,-57v5,-2,14,-2,13,-8v3,-1,9,4,10,1v-1,-3,5,-7,6,-5v2,9,4,18,7,28v4,-10,11,-36,15,-18v1,-3,8,-10,8,-2v2,3,-3,10,2,9v3,-7,7,-4,12,-7xm147,-71v-12,-24,-23,-50,-33,-75v-10,23,-21,48,-31,73v19,3,41,3,64,2","w":242},{"d":"64,8v0,-2,-5,-6,-2,-9r-58,1v10,-6,-6,-17,2,-27v13,-2,36,-3,60,-4v6,-51,7,-107,5,-153r-51,24v-2,-4,4,-8,0,-11v-9,2,-12,-11,-16,-14v40,-22,79,-38,122,-57v3,5,-7,7,-4,13v10,-1,6,7,5,12v3,2,7,5,7,8v-7,3,-15,6,-23,9v-7,53,-10,116,-3,168v22,0,44,1,62,3v0,7,-12,4,-14,8v3,3,13,4,10,10v-5,-1,2,8,-7,7v-1,4,6,2,3,8v-10,-2,-27,-3,-48,-4v1,3,1,4,2,7v-5,3,-10,1,-12,-3v-8,6,-15,4,-18,-4v-13,1,-1,11,-15,5v-3,1,-3,6,-7,3","w":172},{"d":"179,-228v-6,-13,3,-5,11,-6v-4,-12,8,-6,16,-6v4,6,8,12,11,18v17,4,44,12,20,15v3,4,11,5,8,11v-12,-2,-11,2,-5,12v0,1,-4,0,-4,1v0,3,3,8,-1,5v-1,0,-2,-1,-3,-1v9,39,9,83,0,121v1,0,1,-1,3,-2v8,2,-6,9,4,10v12,-2,12,10,8,15v-9,9,-19,16,-31,22v-6,12,-14,23,-23,30v-3,-5,-6,-7,-12,-1v-3,-6,-4,-9,-3,-12v-10,-2,-17,-3,-30,0v9,21,26,32,51,38v2,9,-14,-5,-6,8v6,10,-9,2,0,10v-2,3,-6,6,-9,8v-34,-12,-61,-26,-71,-63v-9,-1,-19,-2,-28,-4v3,8,-11,-2,-6,8v-3,8,-7,-7,-11,-3v2,15,-9,4,-17,4v-3,-6,-6,-13,-9,-20v-22,-9,-39,-24,-34,-35v0,-3,4,-1,6,-2v-1,-1,-5,-3,-4,-6r10,0v-3,-6,2,-2,2,-3v2,3,4,5,8,8v-11,-46,-12,-100,0,-140v-5,0,-12,5,-15,2v1,-6,7,-3,4,-12v-3,-1,-6,1,-6,-3v9,-7,-4,-3,-3,-10v12,-5,24,-8,36,-11v8,-12,16,-16,26,-19v0,3,2,9,10,4v1,3,-1,7,-2,9v33,-4,68,-4,99,0xm196,-192v-40,-9,-90,-9,-132,-3v-14,41,-15,113,1,161v13,4,29,6,44,7v0,-7,1,-14,2,-22v-1,-12,11,3,9,-5v7,-12,7,12,12,3v3,-1,11,-10,9,5r0,19v18,-1,36,-5,51,-10v16,-44,21,-111,4,-155","w":255},{"d":"179,-228v-6,-13,3,-5,11,-6v-4,-12,8,-6,16,-6v4,6,8,12,11,18v17,4,44,12,20,15v3,4,11,5,8,11v-12,-2,-11,2,-5,12v0,1,-4,0,-4,1v0,3,3,8,-1,5v-1,0,-2,-1,-3,-1v9,39,9,83,0,121v1,0,1,-1,3,-2v8,2,-6,9,4,10v12,-2,12,10,8,15v-9,9,-19,16,-31,22v-6,12,-14,23,-23,30v-3,-5,-6,-7,-12,-1v-3,-6,-4,-9,-3,-12v-10,-2,-17,-3,-30,0v9,21,26,32,51,38v2,9,-14,-5,-6,8v6,10,-9,2,0,10v-2,3,-6,6,-9,8v-34,-12,-61,-26,-71,-63v-9,-1,-19,-2,-28,-4v3,8,-11,-2,-6,8v-3,8,-7,-7,-11,-3v2,15,-9,4,-17,4v-3,-6,-6,-13,-9,-20v-22,-9,-39,-24,-34,-35v0,-3,4,-1,6,-2v-1,-1,-5,-3,-4,-6r10,0v-3,-6,2,-2,2,-3v2,3,4,5,8,8v-11,-46,-12,-100,0,-140v-5,0,-12,5,-15,2v1,-6,7,-3,4,-12v-3,-1,-6,1,-6,-3v9,-7,-4,-3,-3,-10v12,-5,24,-8,36,-11v8,-12,16,-16,26,-19v0,3,2,9,10,4v1,3,-1,7,-2,9v33,-4,68,-4,99,0xm196,-192v-40,-9,-90,-9,-132,-3v-14,41,-15,113,1,161v13,4,29,6,44,7v0,-7,1,-14,2,-22v-1,-12,11,3,9,-5v7,-12,7,12,12,3v3,-1,11,-10,9,5r0,19v18,-1,36,-5,51,-10v16,-44,21,-111,4,-155","w":255},{"d":"49,-224v4,-7,12,-14,20,-13v3,2,11,-5,8,1v-22,57,-25,138,-15,201v41,-4,90,-3,130,2v0,7,-11,4,-13,9v3,4,12,3,9,9v-5,0,3,7,-7,7v-1,4,6,2,3,8v-20,-6,-69,-11,-117,-9v1,6,3,11,5,16v-6,3,-11,1,-13,-3v-6,8,-18,3,-18,-4v-7,5,-13,8,-22,8v-2,-3,-3,-8,-1,-13v-3,0,-9,4,-11,1v1,-5,6,-4,5,-10v-5,0,-9,-7,-8,-10v6,-2,12,-4,20,-5v8,-50,5,-134,-1,-201v8,-3,13,-7,15,1v1,-3,1,-8,5,-9v4,4,2,10,6,14","w":195},{"d":"116,-168v-5,3,-11,-3,-15,-4v-2,-3,0,-10,-6,-10v-4,5,2,16,-9,15v-1,-6,-11,11,-12,-6v-6,0,0,8,-10,7v0,-6,1,-29,0,-46v25,0,2,13,19,13v1,-32,19,0,28,-9v5,-1,0,-6,5,-2v1,17,-5,34,0,42xm213,-230v14,-11,18,9,25,5v6,-13,13,2,20,-4v3,-1,9,-3,6,2v-64,67,-154,165,-211,233v-7,5,-19,5,-15,-9v-5,-7,-9,3,-14,5v-7,5,-3,-13,-11,-3v-2,6,-7,3,-10,5v-2,1,-2,-1,-1,-4v85,-84,152,-157,211,-230xm191,-55v13,3,7,-8,14,-4v0,17,-5,34,0,42v-6,4,-10,-3,-15,-4v-2,-3,0,-11,-6,-10v-4,5,1,17,-9,16v-1,-7,-11,11,-12,-7v-6,0,1,8,-10,7v1,-6,2,-28,0,-46v26,0,3,13,20,13v-3,-24,19,-13,18,-7","w":266},{"d":"193,-219v6,-1,17,-20,24,-10v1,2,2,1,5,0v2,-1,8,-4,7,1v-8,38,-11,72,-14,115v8,0,15,1,22,1v1,7,-12,4,-13,8v11,5,11,10,3,17v2,3,5,5,3,8r-15,-1v1,31,7,54,13,80v-10,9,-19,-4,-26,-10v-3,13,-10,7,-15,3v-1,4,-12,13,-13,4v4,-26,7,-52,8,-79v-41,-3,-93,-5,-139,0v3,12,-10,12,-17,12v-4,-11,-14,10,-11,-12v-3,0,-8,3,-10,1v0,-5,6,-5,5,-10v-9,-1,-5,-20,-8,-22v4,0,9,-1,13,-1v0,-39,-2,-85,-6,-113v5,-4,7,-6,11,1v1,-3,1,-9,5,-9v4,3,4,17,8,11v5,-8,11,-10,17,-12v3,2,12,-4,9,2v-9,35,-13,79,-15,118v46,-2,94,0,138,1v0,-36,-2,-75,-7,-116v12,0,20,2,18,12","w":240},{"d":"187,-228v8,-6,21,-3,20,6v7,4,8,-8,9,-15v19,-1,21,1,27,5v-1,-5,4,-6,4,-4v0,92,-7,155,45,243v-3,11,-8,-2,-14,6v-6,0,-1,-9,-7,-10v-3,5,-10,8,-13,11v-17,-11,-12,5,-25,-5v-9,-37,-20,-111,-21,-179v-23,55,-41,115,-50,168v-1,0,-8,-9,-10,-9v-4,2,-7,16,-11,5v-3,3,-4,-1,-6,-3v0,4,-5,9,-9,9v-9,-69,-32,-164,-50,-197v0,68,-5,140,-17,199v-8,9,-14,3,-19,-5v-3,7,-9,7,-12,-1v-2,9,-16,10,-23,11v37,-67,46,-171,35,-242v1,-4,5,0,7,1v2,0,-1,-7,2,-7v4,2,5,6,11,7v-1,-9,7,-7,11,-4v1,15,9,7,14,11v1,1,-1,6,4,7v1,-7,11,-17,19,-9v9,47,21,98,39,154v17,-44,30,-104,40,-153","w":297},{"d":"172,-217v6,-3,17,-21,24,-11v0,2,3,1,5,0v2,-1,7,-4,6,1v-7,36,-6,67,-11,106v7,1,13,1,19,2v2,7,-11,4,-12,9v12,2,11,10,4,16v2,3,5,6,3,9v-4,-1,-9,-2,-14,-3v1,36,7,60,15,88v-8,9,-21,0,-26,-9v-3,13,-10,8,-15,4v-1,5,-13,13,-14,4v9,-28,14,-59,15,-90v-38,-4,-84,-3,-120,2v0,38,4,61,14,93v-6,3,-12,0,-12,-3v-6,7,-19,3,-18,-4v-7,5,-14,10,-23,8v-3,-24,14,-43,12,-86v-8,2,-9,7,-14,3v8,-12,-16,-27,14,-30v0,-32,-2,-79,-6,-107v5,-5,7,-8,11,0v1,-3,0,-8,4,-8v7,3,3,10,7,13v2,-10,15,-12,19,-15v3,2,11,-3,8,3v-8,32,-12,76,-14,106v36,-7,79,-8,117,-6v-2,-37,-7,-74,-16,-107v13,1,20,1,18,12","w":221},{"d":"159,-130v5,4,23,6,20,12v-1,5,-6,0,-9,1v2,3,7,5,5,10v-23,-2,-7,22,-18,29r-16,-15v-48,20,-77,42,-112,76v-2,1,-6,1,-5,-1v-1,-4,-1,-9,3,-13v-3,-4,-14,-7,-3,-15v-6,-5,-25,-6,-19,-21v36,-12,73,-29,104,-51v-26,-17,-58,-33,-98,-57v-7,-4,8,-4,6,-5v-2,-3,-7,-4,-6,-9v6,-3,11,3,16,1v-5,-9,-7,-21,-4,-26v9,7,-2,-9,5,-3v40,32,78,59,110,76v5,-4,9,-8,14,-13v4,-3,3,2,3,5v-1,6,5,3,6,6v-9,8,7,8,-2,13","w":181},{"d":"219,-130v23,5,-11,13,1,16v3,0,4,0,4,3v-6,9,-3,6,-12,7v-42,6,-105,18,-158,31v-3,16,-2,30,0,42v53,-7,126,-6,183,5v0,9,-11,8,-15,12v3,3,14,1,11,7v-5,0,1,7,-12,4v-1,4,11,4,8,10v-29,-11,-149,-11,-212,-4v1,-5,6,-4,5,-10v-7,-1,-10,-10,-10,-16v4,-1,8,-2,13,-3v-6,-23,0,-63,2,-91v5,-5,7,7,8,3v1,-2,1,-5,4,-4v2,2,6,21,6,10v0,-12,4,-15,6,-7v3,9,8,-6,9,-5v7,-2,9,7,4,12v41,-6,80,-13,125,-27v3,-11,7,-40,4,-58v-36,-16,-90,-23,-140,-9v-7,18,-3,57,-19,37v-2,7,-13,5,-15,8v-1,-11,-2,-21,-1,-31v-4,2,-7,4,-11,6v-8,1,0,-8,-3,-11v4,-4,6,-8,12,-13v-5,-1,-21,-6,-5,-10v2,0,-10,-4,-3,-6v6,-1,12,-4,18,-5v2,-8,9,-28,13,-14v0,3,-3,7,1,8v5,-8,12,-9,14,0v37,-5,83,-5,119,2v-5,-9,5,-3,8,-2v-3,-12,7,-14,12,-3v4,-1,4,-6,4,-9v6,-1,4,5,8,6v1,-9,7,-2,7,-2v14,25,13,57,8,100v3,3,6,8,-1,11","w":238},{"d":"235,-1v6,9,-5,3,-8,2v8,11,-5,6,-3,11v-6,4,-7,-5,-11,-7v-4,5,2,18,-12,10v0,0,-7,-8,-9,-20v-60,41,-165,22,-186,-35v17,0,-9,-11,9,-10v-1,-2,-6,-6,-5,-9r11,1v-1,-4,1,-5,4,-5v5,-42,1,-111,-8,-165v6,-5,7,7,10,3v1,-2,1,-6,5,-5v3,3,8,22,8,10v0,-12,5,-15,8,-7v4,9,8,-7,10,-6v3,0,11,0,10,6v-12,69,-15,132,-9,197v40,24,100,20,134,-16v4,-68,5,-145,-16,-187v9,-8,21,-1,26,7v2,-13,11,-8,15,-3v2,-8,14,-14,16,-2v-11,67,-12,118,-9,185v1,37,7,40,10,45","w":242},{"d":"59,-222v8,-13,15,0,12,4v4,6,8,-2,9,4v-5,3,-12,6,-18,11v6,4,13,8,20,10v-2,8,-12,4,-16,5v1,4,9,6,4,11v-4,-2,1,9,-8,3v-3,3,4,3,-1,8v-4,-6,-9,-14,-15,-21v-4,6,-8,13,-9,22v-9,-3,-3,-11,-4,-15v-4,1,-6,9,-11,4v2,-4,-10,0,-3,-9v-4,-3,-3,5,-8,0v8,-5,15,-11,20,-17v-6,-5,-15,-9,-24,-13v10,-13,8,4,15,-4v-13,-8,0,-15,4,-12v7,-5,-1,-5,4,-8v4,7,9,14,14,20v4,-6,8,-12,11,-18v13,10,-4,8,4,15","w":88},{"d":"235,-1v6,9,-5,3,-8,2v8,11,-5,6,-3,11v-6,4,-7,-5,-11,-7v-4,5,2,18,-12,10v0,0,-7,-8,-9,-20v-60,41,-165,22,-186,-35v17,0,-9,-11,9,-10v-1,-2,-6,-6,-5,-9r11,1v-1,-4,1,-5,4,-5v5,-42,1,-111,-8,-165v6,-5,7,7,10,3v1,-2,1,-6,5,-5v3,3,8,22,8,10v0,-12,5,-15,8,-7v4,9,8,-7,10,-6v3,0,11,0,10,6v-12,69,-15,132,-9,197v40,24,100,20,134,-16v4,-68,5,-145,-16,-187v9,-8,21,-1,26,7v1,-12,11,-7,15,-3v2,-8,14,-14,16,-2v-11,67,-12,118,-9,185v1,37,7,40,10,45","w":242},{"d":"189,-153v-5,-8,-9,13,-15,-2v2,-14,3,-25,3,-35v-35,-6,-82,-2,-120,1v-3,17,-4,36,-4,57v60,0,125,11,163,24v1,7,-10,2,-13,6v11,5,8,10,0,16v1,3,4,6,2,9r-6,-3v1,32,5,50,12,74v-22,4,-52,16,-79,18v1,11,2,22,4,34v1,9,-8,-8,-5,3v-6,1,-16,-5,-20,-13v-4,4,-1,10,-7,14v-5,-1,-4,-6,-5,-9v0,-2,-6,12,-6,4v0,-11,1,-21,2,-31v-22,0,-46,-4,-71,-10v-6,-2,6,-9,4,-9v-6,0,-9,-4,-4,-8v-5,-1,-5,-2,-5,-2v0,-18,-6,-42,-3,-57v6,1,5,4,8,9v5,-3,11,-11,15,2v5,-2,2,-11,12,-11v3,10,-2,26,1,48v41,16,82,14,115,1v4,-21,5,-41,5,-67v-37,-12,-90,-22,-152,-10v-11,-7,0,-14,0,-19v-2,-4,-10,-3,-6,-11v4,-1,10,0,12,-2v-1,-12,-3,-31,-4,-50v-6,2,-9,4,-12,1v1,-5,6,-4,5,-12v-5,1,-9,-2,-8,-7v4,-1,9,-3,13,-4v-7,-19,3,-20,13,-12v4,-10,21,-7,17,4v2,-8,8,-16,16,-9r-3,6v10,-2,21,-4,31,-5r-5,-41v11,-4,17,5,29,9v3,-4,-3,-8,3,-13v5,0,4,5,6,8v3,-1,1,-8,6,-7v7,7,-4,27,-3,42v28,-1,57,0,81,4v3,6,-9,2,-8,10v4,1,10,1,8,6v-10,1,1,18,-8,19v1,11,6,18,7,30v-2,1,-4,3,-6,1v-7,-14,-7,-3,-15,-1","w":223},{"d":"6,-270v-5,-17,9,-1,18,-6v63,111,51,244,-9,336v-3,0,-3,4,-6,4v-4,0,2,-7,-5,-6v-2,3,-3,7,-7,6v-7,-6,-3,-12,-4,-16v-7,2,-15,-1,-8,-7v58,-50,60,-258,1,-300v3,-5,13,0,7,-7v-4,-14,9,3,13,-4","w":69},{"d":"189,-225v3,-4,-2,-10,3,-14v5,0,5,6,7,9v3,-2,0,-9,5,-8v9,12,-6,35,-4,57r50,-2v-4,6,-5,9,2,16v-2,11,7,18,-5,18v-16,0,-32,1,-49,1v0,17,0,35,1,55v22,0,42,2,59,3v2,6,-10,4,-11,9v11,4,10,12,-3,15v2,3,9,6,8,9r-51,-3v2,18,4,37,7,57v1,9,-8,-9,-5,3v-8,2,-16,-6,-22,-14v-3,4,-1,11,-6,15v-5,0,-5,-6,-6,-9v0,-2,-6,11,-6,3v0,-21,3,-39,4,-57v-23,-1,-47,-1,-74,0v2,21,6,40,11,59v-10,8,-20,-2,-27,-10v-3,13,-10,8,-15,4v-2,5,-12,14,-13,4v4,-18,7,-37,9,-55r-46,3v0,-5,6,-5,5,-10v-3,-1,-6,-1,-6,-5v14,-8,-4,-13,-2,-17v16,-1,33,-2,51,-2v1,-19,1,-38,0,-57v-17,0,-35,0,-52,1v-3,-10,7,-8,9,-11v-11,-3,-9,-11,-3,-17v-2,-3,-5,-5,-3,-8v15,1,31,2,46,2v-2,-18,-7,-35,-11,-52v22,-2,24,16,30,2v8,-3,10,-2,18,0v2,-1,7,-5,6,0v-4,20,-5,32,-7,51v23,0,47,1,73,0v-1,-17,-3,-36,-7,-54v11,-4,18,4,30,9xm168,-93v1,-19,1,-37,0,-55v-24,0,-49,-1,-75,-1v-2,17,-1,37,-1,56r76,0","w":265},{"d":"91,44v-5,5,-14,-2,-6,9v-3,11,-9,-10,-15,-4v3,5,2,6,-1,10v-5,9,2,-8,-10,-1v-3,2,-4,-2,-6,-4v-66,-90,-69,-243,11,-334v5,6,4,-5,12,-3v4,1,-4,7,5,10v3,-2,4,-6,8,-5v2,6,-3,9,-2,14v8,-3,4,3,5,3v-68,49,-76,245,-1,305","w":73},{"d":"3,-98v-4,-10,7,-8,9,-12v-11,-3,-11,-10,-3,-16v-2,-3,-6,-5,-4,-8v35,6,62,3,94,0v-4,7,-5,8,2,15v-2,11,7,17,-5,19v-39,-2,-54,-2,-93,2","w":104},{"d":"237,3v-2,5,-10,10,-15,2v0,-3,1,-7,-2,-6v-8,3,-1,11,-9,6v-6,4,-6,7,-12,-1v1,9,-3,4,-10,5v-1,1,-6,1,-5,-3v4,-7,3,-18,5,-26v-66,-28,-114,-80,-140,-138v-2,51,2,116,13,151v6,19,-6,11,-12,10v-2,1,-1,4,-5,3v-3,-4,-7,-15,-8,-8v-1,8,-10,4,-12,10v-3,6,-4,-1,-6,-2v-3,2,-8,0,-7,-5v9,-66,9,-162,-4,-228v3,-7,18,-1,18,7v4,-9,15,-15,20,-4v0,-8,4,-6,10,-6v2,-1,7,-2,6,2v-5,8,-9,24,-11,42v9,-5,0,-2,7,-10v10,9,5,-3,5,-3v-1,-3,5,-4,6,-2v14,73,65,127,124,144v4,-58,1,-124,-9,-176v14,-3,14,15,22,1v4,-1,-1,8,7,9v-2,-7,6,-10,11,-12v1,12,11,-2,15,2v-12,45,-20,183,-2,236"},{"d":"45,-55v-8,-14,-6,-4,-19,-2v-6,-8,-15,7,-14,-3v6,-57,7,-122,2,-165v-2,-17,6,-18,8,-9v0,-5,7,-14,8,-4v3,3,0,16,6,8v5,-7,22,-15,22,-2v-12,43,-15,121,-1,172v0,8,-7,-5,-8,-3v-1,3,1,8,-4,8xm59,1v-6,4,-10,-2,-15,-3v-2,-3,0,-10,-6,-10v-4,5,2,16,-9,15v-1,-6,-10,11,-12,-7v-6,0,1,9,-10,8v1,-6,2,-28,0,-46v26,0,3,13,20,13v2,-31,18,0,27,-9v5,-1,-1,-5,5,-2v0,17,-5,33,0,41","w":66},{"d":"23,-232v10,-10,19,15,26,-5v4,1,3,5,4,8v4,-7,9,-4,11,2v46,-9,97,-9,134,-5v1,-5,6,-8,6,1v7,1,14,1,20,2v3,7,-10,4,-11,9v12,2,12,8,5,16v2,2,9,15,-1,12v-3,-1,-4,-2,-7,-2v3,34,2,71,-4,101v5,-1,8,-1,11,-2v1,6,-5,12,3,13v3,7,-6,6,-9,10v2,4,14,1,13,8v-12,4,-32,2,-35,14v-6,3,-7,-9,-15,-8v0,2,-6,7,-6,1v-33,3,-69,2,-99,-1v-1,25,11,51,5,67v-10,2,-15,-3,-22,-8v0,14,-22,-1,-21,8v-3,1,-7,-1,-9,-2v5,-23,8,-47,10,-70v-14,0,-18,-14,-5,-18v0,-6,-4,-5,-5,-10v4,-3,5,0,12,0v1,-34,-1,-69,-8,-103v-9,1,-12,3,-17,2v1,-5,5,-4,5,-12v-5,1,-9,-4,-8,-8v5,-2,10,-3,15,-4v-1,-5,-4,-11,-5,-16v-2,-7,7,-1,7,0xm176,-198v-36,-3,-80,-3,-112,0v0,35,0,75,2,112v30,3,72,1,105,-2v9,-26,10,-73,5,-110","w":230},{"d":"58,4v-5,6,-11,8,-16,-2v-1,5,-7,5,-10,1v-4,4,-12,8,-20,6v4,-26,9,-46,7,-76v-11,0,-4,-8,-1,-13v-5,-2,-12,6,-16,-1v17,-15,36,-29,58,-42v-4,-23,-12,-50,-20,-71v-4,0,-11,4,-14,2v1,-6,6,-5,5,-13v-5,1,-10,-2,-8,-7v15,-3,-8,-28,19,-16v-1,-6,8,-9,13,-11v3,3,3,7,4,10v-1,-8,6,-17,14,-13v0,6,-1,11,-1,17v33,-6,63,-8,103,-9v3,7,-9,4,-10,9v13,3,9,13,4,16v-1,5,7,11,0,13v-2,0,-5,-1,-7,-1v-3,12,-9,32,-2,42v-4,5,-1,7,-2,13v0,5,6,-2,7,3v-3,22,-43,11,-58,23v15,24,42,54,68,81r12,-6r5,-70v11,1,4,11,12,12v3,-13,10,-5,15,-2v2,-4,10,-13,11,-4v-5,19,-7,74,-10,91r-19,6v5,6,11,12,16,17v6,8,-11,-4,-3,5v-5,4,-14,3,-22,-1v-11,-2,4,8,-3,15v-5,2,-6,-4,-9,-6v-1,-2,0,13,-4,6v-5,-9,-11,-17,-16,-25v-36,6,-69,6,-102,1xm129,-200v-19,-1,-38,0,-55,1v3,22,9,43,18,60v10,-4,21,-9,32,-13v4,-16,5,-33,5,-48xm141,-24v-22,-29,-45,-55,-66,-77v-8,5,-15,11,-21,16v-3,21,-3,38,-1,55v27,9,57,12,88,6","w":236},{"d":"83,0v1,9,-13,9,-15,3v-3,2,-7,5,-9,4v-2,-6,3,-9,2,-14v-16,8,-14,18,-37,10v51,-62,91,-127,132,-195v-49,3,-108,1,-155,-5v-2,-6,10,-3,11,-8v-12,-3,-10,-10,-4,-16v-2,-3,-9,-15,1,-12v98,9,147,8,213,0v26,4,-9,23,-4,29v0,1,-5,4,-9,5v-48,61,-92,131,-126,199","w":233},{"d":"44,-239v-4,16,4,56,-4,67v-7,-17,-34,17,-31,-3v2,-12,-1,-48,-2,-67v9,-4,8,7,12,9v3,-11,10,-9,16,-2v3,-2,6,-5,9,-4","w":50},{"d":"66,-209v16,-3,-16,-16,1,-23v16,5,43,6,64,7v-6,-19,7,-14,14,-8v1,-7,10,-5,16,-7v2,3,1,7,1,10v6,-2,5,-19,14,-9v-1,4,-1,8,-1,13v17,-1,40,-3,58,-9v9,3,6,11,-2,15v2,2,5,0,7,2v-1,5,-7,4,-9,8v6,3,10,11,6,15v-16,-4,-41,-7,-63,-6v-4,58,-4,125,0,163r15,-9v7,0,5,3,5,7v-7,9,2,9,1,9v-3,4,-10,4,-5,9v6,2,6,9,-2,13v-51,19,-101,20,-169,0v-7,-2,5,-5,3,-5v-20,-7,-7,-40,-15,-63v0,-2,1,-5,3,-4v5,1,5,4,8,8v5,-4,12,-10,15,4v7,-3,4,-11,12,-13v4,9,-1,26,2,48v30,12,61,14,88,9v9,-53,9,-114,1,-174v-19,3,-42,6,-59,10v-8,0,-14,-3,-6,-6v3,-2,-4,-6,3,-10v-2,-2,-7,0,-6,-4","w":244},{"d":"237,3v-2,5,-10,10,-15,2v0,-3,1,-7,-2,-6v-8,3,-1,11,-9,6v-6,4,-6,7,-12,-1v1,9,-3,4,-10,5v-1,1,-6,1,-5,-3v4,-7,3,-18,5,-26v-66,-28,-114,-80,-140,-138v-2,51,2,116,13,151v6,19,-6,11,-12,10v-2,1,-1,4,-5,3v-3,-4,-7,-15,-8,-8v-1,8,-10,4,-12,10v-3,6,-4,-1,-6,-2v-3,2,-8,0,-7,-5v9,-66,9,-162,-4,-228v3,-7,18,-1,18,7v4,-9,15,-15,20,-4v0,-8,4,-6,10,-6v2,-1,7,-2,6,2v-5,8,-9,24,-11,42v9,-5,0,-2,7,-10v10,9,5,-3,5,-3v-1,-3,5,-4,6,-2v14,73,65,127,124,144v4,-58,1,-124,-9,-176v14,-3,14,15,22,1v4,-1,-1,8,7,9v-2,-7,6,-10,11,-12v1,12,11,-2,15,2v-12,45,-20,183,-2,236"},{"d":"121,-210v25,7,64,-5,85,-1v3,9,-21,11,-1,21v2,5,-7,1,-4,6v5,2,3,11,0,13v-23,-7,-59,-13,-83,-15v-10,60,-4,141,13,183v-5,6,-14,0,-17,-4v-4,3,-10,12,-15,-1v-6,4,-12,25,-24,14v12,-69,19,-121,9,-193v-23,-2,-59,-1,-80,1v-1,-14,5,-16,13,-19v-8,-4,-17,-15,-12,-22v20,6,56,14,76,14v-1,-13,-9,-36,5,-24v5,1,9,3,11,8v6,-2,8,-15,14,-2v6,-5,11,-12,16,-2v-2,8,-5,15,-6,23","w":209},{"d":"54,-283v3,3,8,4,12,5v3,-24,26,3,54,-14v2,-3,17,-2,12,6v-19,7,11,8,-3,16v2,4,10,3,9,9v-11,8,-39,-2,-51,2v-4,16,-4,77,-6,121v0,9,-18,12,-38,24v28,11,39,9,36,39v-6,51,1,71,6,106v16,1,39,-5,52,-2v0,6,-4,4,-8,8v4,4,11,11,-3,14v2,5,10,4,12,11v-14,4,-37,-1,-68,0v-1,-4,-1,-13,-6,-14v-4,4,-1,11,-6,15v-5,-1,-5,-7,-6,-10v0,-2,-5,12,-6,4v4,-46,5,-67,5,-132v-21,-8,-26,-12,-37,-14v-4,0,-5,-7,-1,-6v6,1,-3,-7,6,-5v-11,-12,4,-2,0,-14v-10,0,-11,-7,-2,-11v-3,-2,-8,4,-9,-1v-2,-3,0,-4,7,-7v10,-2,13,-5,36,-17v-1,-63,-2,-93,-9,-132v3,-3,6,7,12,-1","w":145},{"d":"18,-108v-3,-3,-9,-4,-11,-6v6,-5,-4,-7,14,-12v-1,-35,-4,-70,-9,-105v-1,-1,4,-7,6,-5v2,9,8,2,12,10v2,-2,-2,-9,2,-9v5,0,3,10,8,10v6,-10,12,-8,17,-8v-5,28,-6,59,-7,93v46,-23,107,-62,131,-98v9,-2,16,7,10,16v5,4,12,-3,14,5v-6,5,-1,8,-1,14v0,0,-59,52,-108,73v17,85,81,115,128,105v3,7,-2,16,-10,21v6,1,22,6,6,10v8,4,8,6,2,11v-82,0,-138,-53,-157,-131v-5,2,-10,4,-14,6v1,42,0,69,8,109v-2,5,-7,0,-9,-1v-2,2,-1,7,-5,7v-2,-5,-10,3,-9,-6v-4,3,-3,12,-8,9v-3,8,-10,4,-14,-1v4,-37,7,-73,7,-107v-7,4,-8,0,-7,-7v1,-1,4,-1,4,-3","w":231},{"d":"8,2v10,-78,14,-158,0,-233v10,-8,14,13,19,0v6,-3,18,-4,14,8v3,-7,9,-15,17,-9v-20,46,-19,177,-1,234v-11,4,-16,-9,-27,0v-6,-9,-5,6,-13,5v-4,0,-4,-5,-9,-5","w":64},{"d":"81,3v-6,8,-14,-1,-17,-3v0,4,-3,6,-3,4v-2,-82,-18,-164,-57,-231v3,-8,12,4,15,-6v9,-5,4,14,12,9v-1,-7,3,-12,8,-17v4,1,7,7,12,5v14,47,29,113,37,184v22,-49,48,-115,48,-162v0,-7,16,2,18,2v5,-8,12,-11,16,0v0,-6,9,-10,16,-9v4,66,12,133,39,197v11,-83,31,-163,39,-211v5,-11,11,-3,16,4v2,-7,10,-8,12,0v4,-10,19,-13,26,-6v-41,64,-58,168,-60,254v-5,2,-11,2,-16,-3v-2,8,-8,9,-13,3v-1,-9,-7,-17,-12,-9v-7,-9,-7,-8,-14,0v-1,2,-15,-5,-16,-8v-10,-69,-17,-118,-29,-151v-22,40,-36,97,-43,150v-5,3,-9,0,-11,-3v-5,4,-8,-1,-13,-3v0,4,1,8,1,12v-4,2,-8,0,-11,-2xm242,12r0,0r0,0","w":321},{"d":"197,-66v3,-18,13,2,17,-6v0,-6,3,-3,6,-5v3,14,-3,41,-3,58v0,0,-1,1,-6,3v1,2,5,1,5,3v0,4,-6,4,-9,5v-2,0,11,5,4,5v-58,16,-118,15,-169,3v-2,3,-7,2,-8,-1v-4,8,-12,10,-19,1v7,-9,-13,-11,-4,-16v-8,-6,4,-3,4,-8v-3,-3,-4,-1,-7,-5v-1,-1,8,-1,1,-10v0,-4,-2,-6,5,-6v2,2,5,3,8,4v5,-56,3,-96,-1,-151v-6,1,-9,5,-12,2v1,-6,7,-4,4,-13v-5,0,-9,-3,-8,-7v4,-2,9,-4,14,-5v0,-8,-7,-19,2,-18v10,11,15,-1,27,0v3,3,-1,9,2,10v2,-8,9,-15,16,-9r-3,6v54,-10,108,-10,153,-3v3,6,-8,3,-6,11v11,2,2,9,0,14v2,3,9,14,0,12v1,10,7,17,7,30v-2,2,-2,3,-5,1v-6,-20,-14,8,-19,-5v-4,9,-10,11,-13,2v3,-14,4,-25,4,-35v-36,-6,-89,-4,-127,1v-8,49,-8,123,1,171v37,10,85,10,125,-3v3,-23,-1,-38,1,-48v11,1,5,10,13,12","w":226},{"d":"151,-233v2,-5,1,-9,8,-11v-1,-1,1,-10,4,-5v25,26,42,42,73,59v3,-8,13,0,15,3v-3,6,11,7,1,13v-1,0,-2,1,-3,0v-4,41,-4,78,1,114v-4,4,-10,1,-11,-2v-24,25,-51,27,-80,70v-5,0,-3,-2,-3,-7v-19,4,3,-8,-7,-7v-29,5,-59,3,-76,4v4,21,-14,-2,-18,8v-7,4,-16,3,-15,-7v-2,8,-9,15,-16,8v1,-2,2,-4,3,-7v-7,0,-12,2,-18,2v-2,0,-4,-3,1,-4v11,-1,-12,-14,7,-17v-2,-7,-10,-7,-12,-16v6,-8,13,3,30,3v8,-50,6,-123,-4,-168v-13,0,-20,4,-25,3v1,-9,9,-10,12,-16v-18,-3,4,-14,-7,-17v-5,-1,-3,-4,-1,-4v23,3,108,2,141,1xm215,-87v4,-23,3,-48,0,-72v-18,-22,-40,-36,-61,-48r-82,4v-8,63,-8,112,-3,173v19,0,44,-1,77,-3v32,-16,58,-37,69,-54","w":262},{"d":"246,-10v9,3,2,10,10,10v3,2,3,6,-8,7v-102,11,-143,-22,-161,-66v-9,0,-19,-1,-28,-3r8,61v-4,6,-8,-6,-9,-2v-2,1,-1,6,-5,5v-3,-3,-8,-22,-8,-10v0,12,-4,15,-8,7v-4,-8,-9,7,-11,6v-3,0,-11,1,-10,-6v13,-55,14,-126,8,-189v-5,2,-9,5,-14,8v-8,1,1,-8,-2,-11v3,-5,6,-8,11,-13v-5,-1,-21,-6,-5,-10v2,0,-10,-4,-3,-6v57,-17,106,-17,156,-9v-7,-10,1,-2,2,-11v6,-3,6,6,10,8v3,-2,2,-7,2,-10v6,-2,4,5,9,5v0,-9,7,-2,7,-2v24,24,32,74,18,132v5,4,6,10,-2,14v5,1,22,6,6,10v-2,1,10,4,3,5v-34,13,-67,21,-99,22v23,42,79,40,130,29v1,4,-4,3,-5,6v23,4,-13,10,-2,13xm181,-100v8,-22,11,-65,3,-93v-33,-15,-79,-22,-124,-10v-4,31,-5,67,-3,108v7,2,14,4,21,5v-1,-5,-2,-9,-3,-14v7,0,8,5,14,-1v2,4,7,12,7,8v1,-9,5,-10,6,-7v2,3,8,-8,7,5v0,4,1,7,2,11v23,0,48,-4,70,-12","w":261},{"d":"194,-162v-3,-8,-10,13,-15,-2v3,-14,4,-25,4,-35v-36,-5,-88,-4,-125,1v-3,17,-4,37,-4,58v62,0,130,11,169,25v0,7,-11,2,-14,6v10,6,9,12,1,17v1,3,4,6,2,9v-2,-1,-4,-2,-7,-3v1,32,6,51,12,77v-56,11,-121,34,-193,10v-7,0,6,-9,4,-9v-7,0,-11,-6,-4,-8v-5,-2,-5,-3,-5,-3v0,-17,-6,-43,-3,-58v5,0,5,3,8,8v5,-3,12,-11,15,3v8,-1,2,-11,12,-12v4,10,-1,27,2,50v43,17,84,15,119,1v4,-22,5,-42,5,-69v-38,-12,-94,-23,-157,-11v-11,-7,0,-14,0,-19v-1,-4,-12,-3,-6,-12v4,-1,10,0,12,-2v-1,-12,-2,-33,-4,-52v-6,1,-9,5,-12,2v1,-6,7,-4,4,-13v-5,0,-9,-3,-8,-7v4,-2,9,-4,14,-5v0,-8,-7,-19,2,-18v10,11,15,-1,27,0v3,3,-1,9,2,10v2,-8,9,-15,16,-9r-3,6v54,-10,108,-10,153,-3v4,7,-9,3,-8,10v13,1,5,13,2,15v-1,5,7,10,0,12r-2,-1v1,10,7,18,7,31v-2,2,-3,3,-5,1v-8,-15,-7,-2,-17,-1","w":229},{"d":"27,-188v-5,0,-12,5,-15,2v1,-6,4,-4,4,-12v-3,-1,-6,1,-6,-3v9,-7,-4,-3,-3,-10v11,-4,23,-8,36,-11v8,-12,16,-16,26,-19v3,1,-4,5,3,7v2,-1,3,-4,6,-3r-1,9v36,-5,74,-4,108,0v0,-1,1,1,-1,-2v-4,-14,6,0,12,-4v-6,-13,6,-1,11,-8v9,1,10,14,16,20v17,4,43,12,20,15v3,4,11,5,8,11v-12,-2,-11,2,-5,12v0,1,-4,0,-4,1v0,3,4,8,-1,5v-1,0,-2,-1,-3,-1v9,39,9,83,0,121v1,0,1,-1,3,-2v7,3,-6,10,5,10v10,0,11,10,7,15v-9,8,-19,16,-31,21v-6,12,-13,23,-23,31v-3,-9,-11,1,-13,-4v-7,-4,1,-6,-2,-9v-4,1,-10,-1,-8,-4v-31,6,-65,6,-95,1v3,8,-9,-2,-5,8v-3,8,-7,-7,-12,-3v3,15,-8,4,-16,4v-4,-6,-6,-13,-9,-20v-14,-6,-27,-14,-35,-23v-5,-6,6,1,1,-12v0,-3,3,-1,5,-2v-1,-1,-5,-3,-4,-6r11,0v-3,-6,1,-2,1,-3v2,3,5,5,9,7v-11,-46,-12,-99,0,-139xm202,-191v-42,-10,-96,-10,-141,-4v-14,41,-15,113,1,161v40,10,97,11,136,-3v15,-44,21,-110,4,-154","w":258},{"d":"234,-110v9,3,12,6,5,14v-2,3,-8,2,-14,2v-1,12,-5,40,9,33v12,0,2,3,0,7v0,1,-2,4,0,4v14,-6,9,10,8,15v-5,4,-9,8,-14,12v-1,9,8,33,2,38v-5,1,-3,-5,-6,-7v-2,3,-1,9,-6,9v-5,-5,-2,-11,-5,-16v-7,9,-16,14,-24,11v-1,-4,0,-13,1,-18v-39,13,-85,13,-122,4r1,5v-6,4,-10,1,-12,-2v-6,7,-18,4,-18,-3v-5,1,-3,6,-9,1v-3,1,-5,9,-9,6v-6,-6,0,-17,1,-27v-6,-4,-12,-9,-16,-14v7,-6,-1,-1,2,-10v4,1,6,-4,2,-11r10,1v-2,-6,2,-3,2,-3r4,4v3,-37,3,-83,-2,-133v-4,0,-10,6,-12,2v1,-5,5,-4,4,-12v-5,0,-9,-3,-8,-7v4,-2,9,-4,13,-5v-3,-9,-4,-33,8,-20v4,-20,10,9,13,-1v4,-5,11,-8,17,-3v0,-1,9,-7,7,-1v0,4,-1,9,-2,13v64,-13,134,-10,179,5v2,7,-10,2,-12,6v3,4,12,4,9,10v-5,-1,1,11,-7,7v-5,9,5,8,-3,12v-42,-21,-112,-23,-169,-13v-6,59,-5,107,3,162v39,12,93,12,129,-5v0,-18,-1,-38,-3,-57v-21,0,-50,0,-77,9v-16,5,6,-8,-4,-12v-2,-6,11,-8,12,-12v-19,-1,2,-13,-8,-15v-5,0,-8,-9,-1,-9v42,12,99,7,118,6v27,-2,-6,8,8,16v0,1,-3,1,-4,2","w":248},{"w":108},{"d":"230,-36v13,-3,2,4,3,8v-3,4,6,2,5,7v0,10,-2,14,0,26v-16,2,-13,-8,-25,-8v-4,12,-15,7,-22,6v-3,2,-7,4,-6,-3v-61,5,-126,4,-176,-3v-2,-7,11,-4,13,-9v-11,-3,-11,-10,-4,-16v-2,-3,-5,-5,-3,-8v56,7,113,7,175,2v2,-16,2,-30,2,-50v-54,5,-105,4,-152,1v-7,9,-11,5,-16,-4v-3,1,0,5,-1,8v-3,1,-8,-3,-7,-9v-12,1,-12,-10,-2,-10v-2,-10,-10,-14,0,-22r1,1r-2,-118v5,-3,15,9,22,0v7,2,4,4,15,2v1,1,2,1,1,3v66,6,118,5,178,-3v2,2,0,6,0,9v4,0,8,-5,7,2v-7,31,-12,69,-12,104v10,-4,11,3,5,8v8,7,9,14,-3,17v1,4,9,-1,3,8r-4,0v1,17,2,34,5,51xm193,-115v0,-34,-1,-59,-5,-82v-45,-3,-101,-4,-141,-1v-3,21,-4,52,-1,81v46,4,102,6,147,2","w":244},{"d":"253,-136v5,17,-13,62,-4,94v5,2,1,12,-2,15v2,12,8,48,-5,25v-2,4,-5,6,-5,11v-7,2,-4,-7,-6,-11v-4,-1,-4,5,-5,8v-4,1,-8,-6,-7,-14v-55,27,-128,20,-183,7v-4,7,-11,6,-14,-4v-4,0,-2,4,-3,7v-6,1,-7,-10,-5,-18v-15,-9,-3,-7,-5,-23v6,-3,3,-2,1,-8v2,0,5,-1,7,0v3,-26,-5,-59,-3,-87v7,4,4,7,9,-1v7,5,5,-3,13,-3v1,-23,1,-36,1,-55v-13,3,-1,-5,-3,-12v-3,-1,-6,1,-6,-3v9,-7,-5,-2,-4,-9v4,-1,9,-4,13,-5v-1,-14,8,-25,11,-11v2,-10,8,-11,14,-4v4,-2,13,0,10,7v39,-6,80,-5,120,-1v2,-7,-2,-9,0,-13v13,2,7,7,16,0v11,10,25,-9,21,18v8,1,20,2,11,6v-18,1,5,4,0,12v-12,-1,-10,3,-4,13v0,1,-4,0,-4,1v0,3,4,7,-1,5v-1,0,-2,0,-3,-1r0,53v4,3,16,-8,15,8v3,1,2,-11,10,-7xm197,-199v-39,-7,-90,-6,-130,0v-2,26,1,49,4,67v33,3,81,2,125,-2v3,-24,3,-46,1,-65xm218,-43v0,-19,-1,-36,-1,-57v-69,-5,-124,-1,-173,4v-1,18,-1,39,2,61v44,18,131,22,172,-8","w":259},{"d":"59,-153v-6,3,-10,-3,-15,-4v-2,-3,0,-10,-6,-10v-4,5,2,16,-9,15v-1,-6,-10,11,-12,-6v-6,0,1,8,-10,7v1,-6,2,-29,0,-46v26,-1,3,13,20,13v2,-31,18,-2,27,-9v5,-1,-1,-6,5,-2v0,17,-5,34,0,42xm59,-1v-6,4,-10,-2,-15,-3v-2,-3,0,-11,-6,-10v-4,5,2,16,-9,15v-1,-6,-10,11,-12,-7v-6,0,1,8,-10,7v1,-6,2,-28,0,-46v26,0,3,13,20,13v2,-18,1,-12,11,-13v10,0,3,1,7,6v13,3,8,-9,14,-4v0,17,-5,34,0,42","w":66},{"d":"18,-206v-7,-4,-13,-13,-12,-19v10,2,-6,-5,2,-4v5,1,10,2,16,3v-1,-3,-1,-7,-2,-10v5,-3,10,-2,13,2v5,-8,19,-3,18,4v7,-6,12,-11,22,-9v3,5,1,10,-1,17v53,2,115,-2,137,-6v14,-3,7,6,2,7v5,0,12,8,4,8v-3,4,-14,-1,-8,5v9,4,9,14,8,22v-44,-8,-100,-11,-148,-9v-3,18,-4,40,-5,63v29,-6,63,-8,100,-4v2,7,-11,4,-13,9v11,2,13,9,5,14v2,3,4,8,3,11v-36,-5,-68,-7,-96,-4v0,25,1,51,3,74v48,3,109,0,137,-9v13,-1,-6,18,7,20v2,6,-6,5,-9,8v1,5,13,2,10,9v-44,8,-92,9,-142,1v-2,7,-7,10,-11,2v-1,3,0,8,-4,9v-4,-3,-4,-15,-9,-8v-4,5,-10,8,-17,3v0,1,-9,6,-7,0v1,-5,4,-11,5,-16v-6,-2,-21,-3,-13,-9v-1,-4,3,-1,6,-2v0,-8,-4,-7,-5,-13v5,-3,6,2,17,2v4,-21,6,-44,6,-66v-13,2,-6,3,-15,2v-1,-5,5,-5,4,-10v-7,0,-8,-9,-9,-10v6,-3,13,-5,20,-7v-1,-23,-3,-45,-6,-67v-8,1,-15,3,-21,4v-7,-1,5,-6,3,-6v-3,-1,-8,-1,-8,-5v3,-5,9,-2,13,-6","w":225},{"d":"30,-4v-5,-3,-22,-4,-14,-11v-1,-4,3,-2,6,-3v0,-8,-4,-7,-5,-12v9,-6,-2,-11,18,-6v3,-20,4,-40,4,-60v-7,-2,-3,-5,-10,-4v-1,-5,10,-4,4,-11v-3,-1,-10,-3,-10,-7v14,-6,-12,-17,-2,-17v6,0,12,1,17,2v-1,-20,-4,-39,-7,-56v-4,0,-14,8,-14,0v7,-6,-3,-3,-4,-8v5,-3,-3,-10,5,-10v3,-15,-21,-15,-8,-20v67,-2,95,-4,164,-15v2,0,2,4,1,5v-9,2,3,5,-4,7v39,13,48,63,22,96r14,-2v2,6,-9,5,-8,10v6,2,17,5,7,10v57,20,41,115,-5,138v-6,3,-4,-8,-9,-10v-5,14,-15,2,-25,2v2,-1,5,-2,7,-4v-31,9,-73,0,-104,0v-4,1,-4,-3,-6,-5v-4,22,-9,-9,-13,1v-5,5,-10,8,-17,4v0,2,-8,6,-7,0v1,-5,2,-9,3,-14xm135,-200v-15,-10,-39,-3,-61,0v-3,21,-4,46,-5,70v21,1,39,0,61,0v55,0,61,-70,5,-70xm205,-50v5,-24,-7,-48,-33,-52v-32,-5,-73,-2,-103,2v1,26,-1,53,4,74v42,12,122,24,132,-24"},{"d":"191,-243v16,-16,2,15,10,8v8,-7,27,1,22,9v3,0,5,2,6,3v-2,4,-11,5,-13,10v12,1,-1,7,-1,10v-2,2,-4,1,-5,1v-34,60,-72,111,-121,166v24,3,103,-4,115,-4v10,3,-9,6,5,7v1,5,-14,4,-8,11v3,1,12,1,6,4v2,6,8,1,8,8v-30,9,-97,9,-153,5v-6,7,-22,14,-26,5v-4,-8,-5,7,-12,4v-3,-11,-15,2,-19,-3v2,-4,16,-11,7,-12v0,-6,10,-4,13,-8v-12,-4,-9,-10,-2,-16v-2,-3,-5,-6,-3,-9v10,1,18,3,26,4v48,-50,90,-104,115,-153v-45,5,-100,5,-137,-1v-7,-5,3,-12,6,-17v-4,-1,-12,3,-13,-4v10,-6,-7,-13,-4,-19v46,12,104,14,163,5v3,-9,3,-21,13,-22v4,1,1,6,2,8","w":234},{"d":"31,-216v-5,-3,-10,0,-15,-5v0,-5,5,-5,8,-7v-2,-3,-8,0,-7,-5v0,-4,2,-2,10,-2v56,0,141,5,185,2v10,-5,16,6,6,11v8,-1,23,8,6,13v11,3,2,12,2,14v-55,-6,-112,-6,-162,-3v-2,17,-2,35,0,56v49,-5,112,0,167,8v3,12,-23,9,-9,14v10,1,3,6,6,12v8,36,7,89,-12,120v-8,4,-8,-3,-11,-6v-4,3,-2,8,-8,6v1,-5,-11,4,-4,-8v-3,1,-14,7,-9,-2v1,-1,1,-2,2,-3v-35,13,-84,15,-133,6v-3,8,-9,8,-14,-1v-5,3,2,14,-6,14v-3,-7,-4,-13,-7,-19v-6,-2,-13,-5,-19,-6v-7,-2,5,-5,3,-6v-3,-1,-8,-1,-8,-5v3,-5,9,-2,13,-5v-5,-5,-8,-9,-11,-13v3,-3,-2,-14,6,-12v3,1,5,2,7,3v0,-9,0,-18,1,-27v3,-1,14,9,17,6v4,1,6,-11,11,-1v0,11,2,24,5,36v55,17,106,8,147,-10v2,-19,0,-42,-6,-64v-51,-8,-129,-4,-176,0v1,-5,6,-3,5,-10v-7,-1,-10,-11,-10,-15v5,-2,11,-5,17,-6v0,-19,2,-40,4,-61v-11,2,-15,-1,-19,-7v0,-3,11,1,10,-3v-2,-5,7,-5,8,-9","w":236},{"d":"246,-10v9,3,2,10,10,10v3,2,3,6,-8,7v-102,11,-143,-22,-161,-66v-9,0,-19,-1,-28,-3r8,61v-4,6,-8,-6,-9,-2v-2,1,-1,6,-5,5v-3,-3,-8,-22,-8,-10v0,12,-4,15,-8,7v-4,-8,-9,7,-11,6v-3,0,-11,1,-10,-6v13,-55,14,-126,8,-189v-5,2,-9,5,-14,8v-8,1,1,-8,-2,-11v3,-5,6,-8,11,-13v-5,-1,-21,-6,-5,-10v2,0,-10,-4,-3,-6v57,-17,106,-17,156,-9v-7,-10,1,-2,2,-11v6,-3,6,6,10,8v3,-2,2,-7,2,-10v6,-2,4,5,9,5v0,-9,7,-2,7,-2v24,24,32,74,18,132v5,4,6,10,-2,14v5,1,22,6,6,10v-2,1,10,4,3,5v-34,13,-67,21,-99,22v23,42,79,40,130,29v1,4,-4,3,-5,6v23,4,-13,10,-2,13xm181,-100v8,-22,11,-65,3,-93v-33,-15,-79,-22,-124,-10v-4,31,-5,67,-3,108v7,2,14,4,21,5v-1,-5,-2,-9,-3,-14v7,0,8,5,14,-1v2,4,7,12,7,8v1,-9,5,-10,6,-7v2,3,8,-8,7,5v0,4,1,7,2,11v23,0,48,-4,70,-12","w":261},{"d":"49,-224v4,-7,12,-14,20,-13v3,2,11,-5,8,1v-22,57,-25,138,-15,201v41,-4,90,-3,130,2v0,7,-11,4,-13,9v3,4,12,3,9,9v-5,0,3,7,-7,7v-1,4,6,2,3,8v-20,-6,-69,-11,-117,-9v1,6,3,11,5,16v-6,3,-11,1,-13,-3v-6,8,-18,3,-18,-4v-7,5,-13,8,-22,8v-2,-3,-3,-8,-1,-13v-3,0,-9,4,-11,1v1,-5,6,-4,5,-10v-5,0,-9,-7,-8,-10v6,-2,12,-4,20,-5v8,-50,5,-134,-1,-201v8,-3,13,-7,15,1v1,-3,1,-8,5,-9v4,4,2,10,6,14","w":195},{"d":"18,-217v-4,-3,-10,0,-14,-5v0,-5,6,-5,9,-6v2,0,-11,-3,-4,-5v6,-1,13,-4,19,-5v2,-7,5,-14,8,-21v8,1,1,12,5,15v5,-8,13,-10,15,0v42,-9,100,-6,134,6v-1,-1,-2,-3,-3,-4v-5,-9,5,-3,8,-2v-7,-12,6,-3,5,-8v6,-2,3,2,7,5v5,-2,3,-10,12,-5v14,23,18,49,16,76v10,3,-2,7,-2,13v5,-4,14,-3,16,3r-19,13v1,5,-10,21,-10,12v-4,-7,-11,16,-16,2v-23,13,-43,23,-67,32v-2,13,-2,24,-1,39v-5,6,-17,4,-26,-3v-3,6,-9,8,-21,2v5,-17,1,-43,0,-68v11,5,14,-8,18,6v7,0,8,-17,13,-5v31,-11,60,-24,84,-40r-1,-28v-41,-19,-96,-29,-149,-13v-6,18,-1,54,-18,35v-2,7,-13,5,-15,8v-1,-10,-3,-19,-2,-28v-8,9,-13,-1,-13,-8v4,-6,5,-10,12,-13xm139,-1v-5,4,-10,-2,-15,-3v-2,-3,0,-11,-6,-10v-4,5,2,16,-9,15v-1,-6,-10,11,-12,-7v-6,0,1,8,-10,7v0,-6,2,-28,0,-46v25,0,2,13,19,13v0,-32,19,0,28,-9v5,-1,0,-5,5,-2v1,17,-5,34,0,42","w":252}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+136-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("aQj8Su|]@5HsaV~}Rui*4Q4H.G|8juHs.GM*@5F`j7IK9Y]h95M3kc=I9Y+?.i8Qj7%8fB)vfi+>7~vH9r%y57fGRejx6.0P@*KYj8Is.VM]@u~=)VBciQr4Ma&f|J[2F^6k75.9j@S?Rgm:vh;3~u`y0XZK+sPz%*Y]8GeAx,}IH>#g.VHA[59K6]c%k.iKM6F+^BA*R^07MV3;aV8s4.=u|*Ra6~F}^]~.2]F^?Y)r4B3AJ37V5;7*6BIh&`|zSQ~]aV4ha^%0[6=K?B8h&`=KSB8z&u%~SuR]@V%`[54sjhx`Sr~z@rfHge]}@59y9hxP@Y]P.h:#J`ReR8zsa6Iy[Y0u@.|yj.M+95xY9`7*SQ7Y?.7~.Vx;SG8Iju~Y@Q7*S5is?eF0@G~z9.M]g7zs9GH+a^2P@^x]j.|]aQ%P9Gi]@5Hs&uvP?eFs958~a^~uSe4yJG3ISBKZaG30j8+;5G~R.68z5G~Rm^3ya^=:")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":246,"face":{"font-family":"TikiHut","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"17","cap-height":"7","bbox":"-27.0861 -293.556 318 68","underline-thickness":"7.2","underline-position":"-47.88","stemh":"32","stemv":"31","unicode-range":"U+0020-U+007E"}}));

function _refresh(_x,_y) {$(_x).hover(function(){$(this).addClass('hover');},function() {$(this).removeClass('hover');setTimeout(function(){Cufon.refresh(_y)}, 10);});}
function initCufon() {
	Cufon.replace('h2.tiki', { fontFamily: 'TikiHut', hover: true });
	Cufon.replace('a.tiki', { fontFamily: 'TikiHut', hover: true });
	_refresh('a.tiki','h2.tiki');
}

$(document).ready(function(){
	initCufon();
});

