/* 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}})());
/*!* The following copyright notice may not be removed under any circumstances. Copyright:Copyright 1990-1993 Bitstream Inc.  All rights reserved.*/
Cufon.registerFont({"w":196,"face":{"font-family":"humanist","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 2 2 2 4 2 2 4","ascent":"288","descent":"-72","x-height":"3","bbox":"-12 -275 357 85","underline-thickness":"34.6289","underline-position":"-23.3789","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":98},"!":{"d":"32,-164v-3,-36,-13,-89,26,-86v54,4,24,94,18,136v-6,43,-24,53,-32,12xm58,3v-17,0,-31,-14,-31,-31v0,-17,14,-32,31,-32v18,-1,33,14,32,32v0,18,-14,31,-32,31","w":116},"\"":{"d":"71,-253r34,0r0,98r-34,0r0,-98xm14,-253r34,0r0,98r-34,0r0,-98","w":119},"#":{"d":"125,-149r-16,43r44,0r15,-43r-43,0xm125,-257r38,0r-25,73r42,0r26,-73r39,0r-26,73r50,0r-13,35r-49,0r-15,42r51,0r-13,36r-51,0r-26,73r-39,0r26,-73r-42,0r-27,73r-38,0r25,-73r-50,0r13,-36r50,0r15,-42r-53,0r13,-35r53,0","w":276},"$":{"d":"82,-205v-31,1,-25,42,0,45r0,-45xm183,-75v1,45,-30,71,-73,74r0,41r-28,0r0,-40v-27,-3,-48,-12,-67,-26r0,-46v26,16,38,28,67,30r0,-63v-38,-11,-70,-30,-70,-71v0,-41,30,-64,70,-69r0,-25r28,0r0,24v21,3,41,9,58,19r0,45v-15,-13,-34,-22,-58,-24r0,54v41,16,72,30,73,77xm110,-44v21,0,33,-24,19,-40v-4,-4,-10,-8,-19,-11r0,51"},"%":{"d":"77,4r166,-254r30,0r-167,254r-29,0xm268,-102v-18,0,-34,16,-34,33v0,19,17,34,34,34v17,1,34,-17,33,-34v0,-17,-14,-33,-33,-33xm268,4v-41,0,-74,-33,-74,-73v0,-41,33,-73,74,-73v40,0,73,33,73,73v0,39,-33,73,-73,73xm82,-210v-18,0,-33,17,-33,34v0,17,15,33,33,33v17,0,35,-16,34,-33v0,-17,-15,-34,-34,-34xm82,-103v-40,0,-73,-33,-73,-73v0,-41,32,-74,73,-74v39,0,75,35,74,74v0,39,-35,73,-74,73","w":349},"&":{"d":"91,-101v-29,11,-34,63,5,63v15,0,27,-6,37,-15xm257,-128v-16,31,-29,53,-50,73r48,55r-75,0r-17,-19v-45,38,-158,31,-155,-42v2,-38,24,-55,54,-73v-46,-43,-17,-116,53,-116v38,0,72,21,71,57v-1,33,-19,49,-44,65r33,38v12,-15,19,-24,26,-38r56,0xm116,-210v-35,2,-22,38,-1,51v13,-7,24,-14,24,-30v0,-12,-9,-22,-23,-21","w":261},"'":{"d":"14,-253r34,0r0,98r-34,0r0,-98","w":61},"(":{"d":"71,-85v0,75,26,124,65,166r-39,0v-46,-36,-82,-92,-82,-165v0,-73,38,-127,83,-166r38,0v-39,44,-65,90,-65,165","w":130},")":{"d":"59,-85v-1,-74,-25,-123,-64,-165r38,0v46,36,83,92,83,164v0,71,-38,128,-83,167r-38,0v38,-44,64,-91,64,-166","w":130},"*":{"d":"97,-163r9,55r-30,0r8,-55r-32,46r-22,-22r45,-33r-55,9r0,-31r55,9r-45,-33r22,-22r32,46r-8,-56r30,0r-9,55r33,-45r22,22r-46,33r56,-9r0,31r-56,-9r46,33r-22,22","w":181},"+":{"d":"132,-215r36,0r0,90r87,0r0,35r-87,0r0,90r-36,0r0,-90r-87,0r0,-35r87,0r0,-90","w":299},",":{"d":"16,53v1,-24,22,-29,19,-54v-29,-8,-18,-61,14,-59v42,2,39,63,15,87v-13,13,-28,23,-48,26","w":97},"-":{"d":"14,-60r0,-48r95,0r0,48r-95,0","w":123,"k":{"o":-7,"Y":28,"X":13,"W":20,"V":21,"T":33,"O":-13,"J":8,"G":-13,"C":-7,"A":6}},".":{"d":"49,3v-17,0,-31,-14,-31,-31v0,-17,14,-32,31,-32v18,-1,33,14,32,32v0,17,-15,31,-32,31","w":97},"\/":{"d":"79,-250r28,0r-92,283r-27,0","w":102},"0":{"d":"98,-204v-27,6,-30,40,-30,81v0,42,2,75,30,81v27,-5,30,-41,30,-81v0,-41,-2,-75,-30,-81xm98,4v-61,0,-88,-59,-88,-127v0,-68,27,-127,88,-127v61,0,88,59,88,127v0,68,-27,127,-88,127"},"1":{"d":"70,0r0,-246r56,0r0,246r-56,0"},"2":{"d":"172,-180v-4,59,-34,81,-74,129r83,0r0,51r-170,0r0,-8v59,-76,87,-89,102,-161v-3,-56,-74,-36,-98,-8r0,-48v47,-40,163,-34,157,45"},"3":{"d":"172,-68v4,73,-103,88,-155,56r0,-47v24,22,95,34,96,-13v0,-23,-17,-33,-40,-34r0,-44v21,0,38,-13,38,-31v0,-37,-62,-30,-86,-14r0,-42v47,-26,143,-16,140,49v-1,29,-15,44,-36,56v26,11,41,30,43,64"},"4":{"d":"106,-99r1,-76r-61,76r60,0xm106,0r0,-61r-101,0r0,-41r118,-147r36,0r0,150r23,0r0,38r-23,0r0,61r-53,0"},"5":{"d":"175,-75v0,76,-97,96,-157,66r0,-48v26,22,98,29,97,-20v-1,-35,-49,-43,-82,-30r0,-139r133,0r0,49r-84,0r0,43v57,-3,93,25,93,79"},"6":{"d":"99,-115v-20,0,-31,11,-31,33v0,22,9,39,30,39v20,0,32,-13,32,-35v0,-21,-11,-38,-31,-37xm99,4v-95,0,-105,-118,-57,-184v21,-29,45,-53,78,-70r29,36v-28,16,-50,37,-63,66v49,-21,98,17,98,68v0,48,-36,84,-85,84"},"7":{"d":"43,-11r71,-187r-99,0r0,-48r172,0r-95,254"},"8":{"d":"128,-72v0,-22,-10,-38,-30,-38v-20,0,-30,16,-30,38v0,23,8,39,30,39v22,0,30,-16,30,-39xm98,-212v-20,0,-26,13,-27,33v0,19,8,33,27,33v19,0,27,-14,27,-33v0,-20,-8,-33,-27,-33xm12,-69v0,-32,14,-51,38,-62v-19,-9,-30,-26,-30,-52v0,-42,34,-67,78,-67v43,0,79,25,79,67v-1,26,-12,42,-31,52v24,11,38,30,38,62v1,47,-38,73,-86,73v-48,0,-87,-26,-86,-73"},"9":{"d":"97,-131v19,-1,30,-12,30,-33v0,-22,-9,-39,-30,-39v-20,0,-32,14,-32,35v0,21,12,38,32,37xm96,-250v95,0,103,119,57,185v-20,29,-45,53,-78,70r-29,-37v28,-16,51,-37,63,-66v-49,21,-98,-17,-98,-68v0,-48,36,-84,85,-84"},":":{"d":"49,-107v-18,0,-31,-14,-31,-32v0,-17,14,-31,31,-31v18,0,32,13,32,31v0,17,-14,32,-32,32xm49,3v-17,0,-31,-14,-31,-31v0,-17,14,-32,31,-32v18,-1,33,14,32,32v0,17,-15,31,-32,31","w":97},";":{"d":"49,-107v-18,0,-31,-14,-31,-32v0,-17,14,-31,31,-31v18,0,32,13,32,31v0,17,-14,32,-32,32xm16,53v1,-24,22,-29,19,-54v-29,-8,-18,-61,14,-59v42,2,39,63,15,87v-13,13,-28,23,-48,26","w":97},"<":{"d":"253,-210r0,39r-156,64r156,64r0,38r-207,-85r0,-35","w":299},"=":{"d":"45,-87r210,0r0,35r-210,0r0,-35xm45,-163r210,0r0,35r-210,0r0,-35","w":299},">":{"d":"46,-210r207,85r0,35r-207,85r0,-38r158,-64r-158,-64r0,-39","w":299},"?":{"d":"62,3v-17,0,-31,-14,-31,-31v0,-17,14,-32,31,-32v18,-1,33,14,32,32v0,18,-14,31,-32,31xm126,-201v0,47,-55,77,-54,122v-24,6,-28,-13,-30,-34v-2,-33,27,-56,28,-80v1,-29,-37,-20,-54,-8r8,-42v41,-18,102,-7,102,42","w":143},"@":{"d":"243,-19v-23,1,-37,-8,-38,-29v-22,46,-118,36,-109,-31v-8,-69,82,-134,127,-76r9,-17r31,0r-27,112v0,9,7,12,17,13v39,-8,58,-44,59,-88v1,-59,-55,-98,-117,-97v-90,3,-147,54,-147,140v0,73,57,120,134,119v43,-1,78,-15,106,-34r14,21v-32,23,-69,40,-120,40v-98,-2,-166,-49,-166,-145v0,-107,72,-169,180,-169v86,0,149,42,149,126v0,64,-37,112,-102,115xm134,-78v0,34,34,41,54,22v16,-15,19,-43,26,-67v-4,-17,-11,-30,-31,-29v-29,0,-49,40,-49,74","w":360},"A":{"d":"96,-90r72,0r-34,-94xm-7,0r107,-246r71,0r96,246r-65,0r-18,-48r-106,0r-20,48r-65,0","w":259,"k":{"w":6,"v":6,"Y":29,"W":16,"V":16,"U":6,"T":20,"Q":6,"O":6,"G":6,"C":6,";":-7,":":-7,"-":8}},"B":{"d":"166,-74v0,-36,-43,-31,-80,-31r0,60v35,-1,80,7,80,-29xm151,-174v0,-32,-33,-29,-65,-28r0,53v30,-1,65,6,65,-25xm231,-70v1,90,-119,67,-207,70r0,-246v81,1,188,-15,189,63v-1,25,-14,39,-33,48v31,9,50,29,51,65","w":243,"k":{"Y":6,"V":6,"-":-10}},"C":{"d":"150,-47v36,-1,64,-14,89,-31r0,57v-27,15,-55,25,-94,25v-83,-1,-128,-48,-133,-127v-7,-112,133,-156,225,-107r0,58v-50,-42,-162,-37,-162,49v0,45,30,76,75,76","w":251,"k":{"-":-8}},"D":{"d":"202,-123v0,-61,-48,-80,-116,-73r0,146v67,7,116,-12,116,-73xm266,-123v0,82,-53,127,-150,123r-92,0r0,-246r92,0v96,-2,150,40,150,123","w":277,"k":{"Y":13,"W":6,"V":6,"A":6,"-":-11}},"E":{"d":"24,0r0,-246r165,0r0,45r-103,0r0,51r98,0r0,45r-98,0r0,59r106,0r0,46r-168,0","w":206},"F":{"d":"24,0r0,-246r159,0r0,45r-97,0r0,54r91,0r0,46r-91,0r0,101r-62,0","k":{"r":6,"A":6,";":15,":":15,".":65,",":65}},"G":{"d":"75,-123v0,59,57,92,111,68r0,-31r-34,0r0,-46r96,0r0,103v-27,21,-58,32,-103,33v-83,-1,-128,-48,-133,-127v-7,-114,139,-157,231,-105r0,54v-57,-36,-168,-39,-168,51","w":267,"k":{"Y":6,"W":6,"T":6,"-":-8}},"H":{"d":"24,0r0,-246r62,0r0,99r109,0r0,-99r62,0r0,246r-62,0r0,-100r-109,0r0,100r-62,0","w":280,"k":{".":6,",":6}},"I":{"d":"26,0r0,-246r63,0r0,246r-63,0","w":114},"J":{"d":"-10,23v34,-1,38,-10,38,-48r0,-221r62,0r0,223v0,66,-17,91,-78,94","w":115,"k":{"-":6}},"K":{"d":"26,0r0,-246r62,0r0,110r83,-110r69,0r-87,114r109,132r-80,0r-94,-115r0,115r-62,0","w":250,"k":{"y":13,"u":6,"o":6,"e":6,"a":6,"Y":13,"W":6,"U":6,"T":13,"O":13,"C":13,"A":6,"-":18}},"L":{"d":"24,0r0,-246r62,0r0,199r106,0r0,47r-168,0","w":195,"k":{"y":13,"Y":26,"W":20,"V":20,"U":6,"T":20,"O":13,"-":6}},"M":{"d":"24,0r0,-246r54,0r79,99r80,-99r54,0r0,246r-61,0r0,-152r-73,90r-72,-90r0,152r-61,0","w":315},"N":{"d":"85,-155r0,155r-61,0r0,-246r54,0r132,147r0,-147r61,0r0,246r-48,0","w":294},"O":{"d":"145,-198v-41,0,-70,33,-70,75v0,42,30,76,70,76v42,0,71,-34,71,-76v0,-42,-29,-75,-71,-75xm145,4v-81,0,-133,-48,-133,-127v0,-79,52,-127,133,-127v81,0,134,47,134,127v0,80,-53,127,-134,127","w":291,"k":{"Y":13,"X":6,"V":6,"A":6,";":-7,":":-7,".":15,"-":-10,",":15}},"P":{"d":"149,-172v0,-31,-32,-29,-63,-28r0,56v31,1,63,3,63,-28xm213,-172v-2,64,-55,79,-127,76r0,96r-62,0r0,-246v86,1,192,-14,189,74","w":223,"k":{"r":6,"o":13,"e":13,"a":13,"A":18,";":10,":":10,".":79,"-":15,",":79}},"Q":{"d":"145,-198v-41,0,-70,33,-70,75v0,42,30,76,70,76v42,0,71,-34,71,-76v0,-42,-29,-75,-71,-75xm194,-3v21,13,55,23,83,13r5,6v-17,13,-28,31,-48,41v-52,-1,-92,-27,-122,-57v-59,-14,-100,-55,-100,-123v0,-79,52,-127,133,-127v81,0,134,47,134,124v0,65,-35,105,-85,123","w":291},"R":{"d":"150,-174v0,-31,-32,-29,-63,-28r0,57v31,1,63,3,63,-29xm214,-175v-1,33,-17,48,-43,60v40,20,46,78,69,115r-70,0v-24,-37,-18,-104,-83,-100r0,100r-62,0r0,-246v85,1,192,-15,189,71","w":235,"k":{"u":6,"o":6,"e":6,"a":6,"Y":6,".":-7,"-":10,",":-7}},"S":{"d":"203,-69v3,84,-129,88,-183,49r0,-54v30,17,48,29,84,31v26,2,47,-17,31,-36v-47,-27,-119,-34,-119,-100v0,-78,119,-86,176,-51r0,51v-27,-13,-48,-24,-80,-25v-53,-2,-37,36,-3,47v50,17,92,27,94,88","w":214},"T":{"d":"84,0r0,-200r-82,0r0,-46r228,0r0,46r-81,0r0,200r-65,0","w":232,"k":{"y":50,"w":51,"u":53,"s":51,"r":56,"o":56,"e":56,"c":56,"a":56,"C":6,"A":20,";":43,":":43,".":60,"-":33,",":60}},"U":{"d":"139,-47v83,0,46,-123,54,-199r62,0r0,141v-1,69,-44,109,-116,109v-72,0,-116,-39,-117,-109r0,-141r62,0v7,77,-29,199,55,199","w":277,"k":{"A":6}},"V":{"d":"105,2r-112,-248r66,0r61,143r65,-143r66,0r-120,248r-26,0","w":244,"k":{"y":10,"u":20,"o":34,"e":34,"a":26,"O":6,"A":23,";":18,":":18,".":53,"-":29,",":53}},"W":{"d":"95,2r-99,-248r64,0r48,134r48,-134r41,0r48,134r48,-134r64,0r-100,248r-25,0r-56,-154r-55,154r-26,0","w":352,"k":{"y":6,"u":13,"r":13,"o":26,"e":26,"a":20,"A":20,";":21,":":21,".":44,"-":21,",":44}},"X":{"d":"-2,0r104,-127r-98,-119r78,0r58,72r60,-72r77,0r-99,118r107,128r-79,0r-66,-80r-65,80r-77,0","w":283,"k":{"O":6,"C":6,"-":18}},"Y":{"d":"89,0r0,-111r-97,-135r74,0r54,80r56,-80r73,0r-98,134r0,112r-62,0","w":241,"k":{"u":38,"o":40,"e":40,"a":40,"O":13,"C":13,"A":36,";":38,":":38,".":48,"-":43,",":48}},"Z":{"d":"1,0r135,-200r-124,0r0,-46r229,0r-134,199r133,0r0,47r-239,0","w":246,"k":{"-":6}},"[":{"d":"21,77r0,-323r111,0r0,40r-60,0r0,244r60,0r0,39r-111,0","w":133},"\\":{"d":"24,-250r91,283r-27,0r-92,-283r28,0","w":102},"]":{"d":"113,77r-111,0r0,-39r60,0r0,-244r-60,0r0,-40r111,0r0,323","w":133},"^":{"d":"158,-257r44,0r85,99r-42,0r-65,-65r-66,65r-41,0","w":360},"_":{"d":"0,49r180,0r0,36r-180,0r0,-36","w":180},"`":{"d":"116,-190r-23,0r-52,-60r39,0","w":180},"a":{"d":"62,-47v-3,25,33,18,45,7r0,-41v-26,11,-42,12,-45,34xm183,-10v-20,12,-67,24,-74,-5v-27,27,-108,27,-100,-28v7,-46,39,-43,98,-64v-1,-49,-75,-24,-90,-1r0,-42v39,-28,151,-36,143,38r0,67v-2,15,14,10,23,6r0,29","w":185},"b":{"d":"142,-83v0,-40,-44,-59,-71,-35r0,70v26,24,71,6,71,-35xm197,-83v0,88,-105,100,-178,73r0,-236r52,0r0,91v53,-38,126,0,126,72","w":206},"c":{"d":"64,-83v0,50,60,54,95,35r0,40v-62,30,-150,-1,-150,-75v0,-73,84,-107,148,-76r0,41v-35,-20,-93,-14,-93,35","w":170},"d":{"d":"64,-83v-3,40,41,58,70,36r0,-72v-26,-22,-75,-5,-70,36xm10,-83v-8,-69,72,-111,124,-72r0,-91r53,0r0,246r-51,0r0,-14v-49,43,-135,2,-126,-69","w":205},"e":{"d":"64,-74v-1,57,85,49,114,21r0,35v-59,42,-168,24,-168,-67v0,-52,36,-85,88,-85v54,0,85,40,84,96r-118,0xm129,-100v1,-30,-34,-45,-54,-25v-6,6,-9,14,-10,25r64,0","w":191,"k":{"x":6}},"f":{"d":"120,-206v-30,-8,-49,4,-44,39r22,0r0,36r-22,0r0,131r-53,0r0,-131r-23,0r0,-36r23,0v-7,-65,34,-91,97,-79r0,40","w":103,"k":{".":6,",":6}},"g":{"d":"131,30v-3,-27,-76,-26,-79,0v1,29,78,27,79,0xm121,-106v0,-18,-12,-29,-30,-29v-18,0,-30,11,-30,29v0,18,12,28,30,28v18,0,30,-10,30,-28xm28,-29v0,-16,13,-22,28,-26v-27,-8,-44,-23,-44,-54v0,-71,98,-57,172,-58r0,35r-24,0v24,44,-10,85,-62,85v-14,0,-20,5,-20,11v0,6,9,10,28,12v40,3,72,13,72,51v0,43,-40,55,-89,55v-45,1,-86,-13,-86,-49v0,-24,22,-35,44,-42v-10,-4,-19,-8,-19,-20","w":188},"h":{"d":"133,-98v4,-48,-51,-39,-61,-8r0,106r-52,0r0,-246r52,0r0,100v32,-40,113,-30,113,41r0,105r-52,0r0,-98","w":203},"i":{"d":"19,0r0,-167r53,0r0,167r-53,0xm45,-193v-16,0,-28,-12,-28,-28v0,-16,12,-28,28,-28v16,0,28,12,28,28v0,16,-12,28,-28,28","w":90},"j":{"d":"-5,36v18,-3,26,-14,26,-35r0,-168r52,0v-5,74,15,176,-14,226v-8,14,-25,21,-47,23xm47,-193v-16,0,-28,-12,-28,-28v0,-16,12,-28,28,-28v16,0,28,12,28,28v0,16,-12,28,-28,28","w":92},"k":{"d":"137,0r-65,-86r64,-81r63,0r-64,81r65,86r-63,0xm19,0r0,-246r52,0r0,246r-52,0","w":198},"l":{"d":"19,0r0,-246r53,0r0,246r-53,0","w":90},"m":{"d":"132,-98v6,-51,-51,-37,-61,-8r0,106r-52,0r0,-167r52,0r0,21v23,-30,94,-34,106,7v30,-46,120,-42,120,34r0,105r-53,0r0,-98v6,-50,-52,-38,-61,-8r0,106r-51,0r0,-98","w":315},"n":{"d":"132,-98v4,-48,-51,-38,-61,-8r0,106r-52,0r0,-167r52,0r0,21v33,-40,114,-30,114,41r0,105r-53,0r0,-98","w":203},"o":{"d":"100,-130v-23,0,-37,22,-37,47v0,26,14,47,37,47v24,0,38,-20,38,-47v0,-26,-14,-47,-38,-47xm100,3v-52,0,-91,-34,-91,-86v0,-52,39,-87,91,-87v53,0,92,34,92,87v0,51,-40,86,-92,86","w":200,"k":{"x":6,"-":-7}},"p":{"d":"142,-83v0,-41,-42,-59,-71,-37r0,72v26,22,71,5,71,-35xm196,-83v7,69,-74,112,-125,71r0,94r-52,0r0,-249r50,0r0,14v50,-42,135,0,127,70","w":205},"q":{"d":"64,-83v-4,40,44,57,70,35r0,-72v-29,-22,-74,-4,-70,37xm10,-83v-9,-70,76,-112,126,-70r0,-14r51,0r0,249r-53,0r0,-94v-50,40,-133,-1,-124,-71","w":205},"r":{"d":"143,-109v-28,-28,-71,1,-71,37r0,72r-53,0r0,-167r53,0r0,45v15,-37,47,-61,85,-35","w":154,"k":{".":36,",":36}},"s":{"d":"139,-50v4,61,-84,62,-127,41r0,-37v17,7,34,15,52,15v36,0,28,-24,-1,-33v-30,-9,-54,-31,-54,-53v0,-56,80,-64,122,-40r0,37v-17,-9,-33,-16,-54,-17v-10,1,-18,4,-19,13v12,25,89,26,81,74","w":148},"t":{"d":"136,-6v-53,20,-119,11,-110,-63r0,-61r-24,0r0,-12r68,-73r8,0r0,48r57,0r0,37r-57,0v5,35,-16,96,26,93v12,-1,21,-3,31,-8","w":142},"u":{"d":"71,-68v-4,48,51,37,61,8r0,-107r52,0r0,167r-52,0r0,-21v-32,40,-114,31,-114,-40r0,-106r53,0r0,99","w":203},"v":{"d":"71,3r-77,-170r56,0r36,91r35,-91r55,0r-73,170r-32,0","w":172,"k":{".":28,",":28}},"w":{"d":"68,3r-76,-170r55,0r37,91r38,-91r27,0r39,91r35,-91r54,0r-76,170r-26,0r-40,-93r-41,93r-26,0","w":273,"k":{".":26,"-":-13,",":26}},"x":{"d":"-4,0r66,-85r-65,-82r63,0r34,47r35,-47r63,0r-64,82r69,85r-65,0r-36,-50r-37,50r-63,0","w":193,"k":{"o":6,"e":6,"c":6}},"y":{"d":"63,82r-55,0r50,-109r-64,-140r56,0r34,82r36,-82r56,0","w":172,"k":{".":31,"-":6,",":31}},"z":{"d":"4,0v23,-48,58,-84,84,-129r-77,0r0,-38r160,0r0,5r-84,125r84,0r0,37r-167,0","w":179},"{":{"d":"74,-200v-4,-57,29,-60,81,-60r0,37v-78,-16,1,126,-75,130v43,3,37,48,37,94v0,31,8,36,38,35r0,37v-52,1,-81,-3,-81,-60v0,-46,8,-95,-46,-88r0,-37v50,10,49,-40,46,-88","w":180},"|":{"d":"72,-275r36,0r0,360r-36,0r0,-360","w":180},"}":{"d":"100,-93v-76,-5,8,-142,-75,-130r0,-37v52,-1,84,4,81,60v-2,46,-6,99,47,88r0,37v-53,-7,-50,40,-47,88v3,58,-29,61,-81,60r0,-37v79,17,0,-125,75,-129","w":180},"~":{"d":"150,-127v46,19,86,14,119,-14r0,39v-20,13,-39,23,-67,24v-34,0,-78,-26,-103,-23v-28,3,-47,12,-68,28r0,-39v34,-23,71,-34,119,-15","w":299},"\u00a0":{"w":98}}});
