/*
 * 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 (c) 1990 Adobe Systems Incorporated.  All Rights Reserved.Helvetica
 * is a trademark of Linotype AG and/or its subsidiaries.
 * 
 * Trademark:
 * Created by Type-Designer 3.0
 */
Cufon.registerFont({"w":233,"face":{"font-family":"Helvetica33-ExtendedThin","font-weight":100,"font-stretch":"expanded","units-per-em":"360","panose-1":"2 11 2 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"6","bbox":"-32 -323 372 79","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+00FC"},"glyphs":{" ":{"w":79},"!":{"d":"53,-66r3,-191r-19,0r3,191r13,0xm37,0r19,0r0,-36r-19,0r0,36","w":92},"\"":{"d":"31,-174r14,0r0,-83r-14,0r0,83xm81,-174r15,0r0,-83r-15,0r0,83","w":126},"#":{"d":"57,0r12,0r11,-82r61,0r-11,82r12,0r11,-82r42,0r0,-12r-40,0r9,-65r42,0r0,-12r-40,0r11,-82r-12,0r-12,82r-60,0r11,-82r-13,0r-11,82r-42,0r0,12r40,0r-9,65r-42,0r0,12r41,0xm143,-94r-61,0r9,-65r61,0"},"$":{"d":"124,-121v41,9,98,21,76,78v-10,25,-38,34,-76,34r0,-112xm112,-140v-42,-10,-76,-11,-76,-53v0,-38,31,-51,76,-52r0,105xm112,-259v-53,0,-94,18,-94,65v0,54,44,60,94,71r0,114v-53,-1,-84,-25,-85,-75r-17,0v1,60,38,88,102,90r0,34r12,0r0,-34v76,10,128,-65,80,-116v-14,-14,-50,-23,-80,-27r0,-108v44,2,73,21,76,63r16,0v-2,-52,-38,-75,-92,-77r0,-27r-12,0r0,27"},"%":{"d":"21,-191v0,43,21,70,62,70v40,0,64,-29,63,-70v-1,-42,-20,-68,-63,-68v-39,0,-62,27,-62,68xm131,-191v0,33,-14,57,-48,57v-33,0,-48,-24,-48,-57v0,-33,15,-56,48,-56v34,-1,48,22,48,56xm188,-64v0,43,21,70,62,70v40,0,64,-29,63,-70v-1,-42,-20,-68,-63,-68v-39,0,-62,27,-62,68xm298,-64v0,33,-14,59,-48,58v-33,0,-48,-24,-48,-58v0,-33,15,-56,48,-56v34,-1,48,22,48,56xm61,8r15,0r190,-269r-14,0","w":333},"&":{"d":"22,-71v-3,94,152,95,193,36r36,35r23,0r-50,-48v11,-11,21,-35,20,-57r-16,0v1,16,-8,38,-15,47r-89,-86v27,-13,57,-27,58,-65v1,-32,-27,-51,-60,-50v-35,1,-60,17,-60,50v0,33,16,38,36,62v-35,16,-75,28,-76,76xm166,-208v-1,33,-28,42,-52,54v-14,-16,-36,-29,-36,-56v0,-47,89,-46,88,2xm204,-46v-33,59,-200,45,-160,-47v10,-24,38,-33,65,-44","w":266},"'":{"d":"33,-174r14,0r0,-83r-14,0r0,83","w":79},"(":{"d":"24,-94v0,68,27,116,59,162r15,0v-31,-47,-55,-88,-55,-162v0,-75,24,-115,55,-163r-15,0v-32,47,-59,94,-59,163","w":106},")":{"d":"82,-94v0,-69,-27,-117,-59,-163r-14,0v30,49,55,87,54,163v0,76,-24,114,-54,162r14,0v33,-46,59,-92,59,-162","w":106},"*":{"d":"30,-153r10,8r33,-39r34,39r10,-8r-34,-40r50,-18r-5,-12r-48,17r0,-51r-13,0r0,51r-48,-17r-5,12r50,18","w":146},"+":{"d":"17,-84r84,0r0,84r14,0r0,-84r84,0r0,-14r-84,0r0,-84r-14,0r0,84r-84,0r0,14","w":216},",":{"d":"24,47v27,-10,26,-46,25,-83r-18,0r0,36v4,-1,7,0,6,5v0,13,-4,26,-13,30r0,12","w":79},"-":{"d":"27,-89r93,0r0,-16r-93,0r0,16","w":146},".":{"d":"31,0r18,0r0,-36r-18,0r0,36","w":79},"\/":{"d":"150,-263r-16,0r-138,269r17,0","w":146},"0":{"d":"117,6v78,0,106,-56,106,-133v0,-76,-29,-132,-106,-132v-77,0,-107,56,-107,132v0,77,30,133,107,133xm117,-245v66,0,89,50,89,118v0,68,-21,117,-89,118v-69,0,-90,-51,-90,-118v0,-67,23,-118,90,-118"},"1":{"d":"9,-192v32,-3,61,-14,80,-33r0,225r16,0r0,-253r-14,0v-14,26,-45,43,-82,46r0,15","w":153},"2":{"d":"116,-245v65,0,96,64,56,106v-46,46,-143,54,-151,139r191,0r0,-14r-172,0v27,-87,159,-67,167,-171v6,-77,-113,-93,-158,-52v-15,15,-24,37,-24,68r17,0v0,-49,24,-76,74,-76"},"3":{"d":"192,-190v-1,44,-41,48,-88,47r0,15v52,-1,95,7,95,57v0,45,-33,63,-79,62v-54,0,-86,-21,-85,-75r-17,0v1,60,37,90,100,90v56,0,96,-23,97,-73v1,-45,-25,-64,-62,-70v34,-3,54,-20,56,-56v4,-73,-113,-82,-158,-45v-17,14,-25,35,-26,64r16,0v0,-48,31,-72,80,-71v40,1,71,13,71,55"},"4":{"d":"15,-81r0,17r139,0r0,64r16,0r0,-64r49,0r0,-15r-49,0r0,-174r-17,0xm31,-79r123,-154r0,154r-123,0"},"5":{"d":"215,-84v0,-83,-116,-110,-169,-57r21,-98r134,0r0,-14r-147,0r-28,132r17,0v12,-18,41,-35,74,-34v49,1,80,25,81,72v1,49,-32,74,-81,74v-49,0,-79,-22,-82,-68r-16,0v1,52,43,84,96,83v59,0,100,-31,100,-90"},"6":{"d":"122,-245v40,1,68,16,72,52r16,0v-3,-41,-38,-66,-85,-66v-85,0,-107,59,-107,142v0,74,26,123,100,123v59,0,92,-32,97,-89v8,-99,-159,-113,-179,-33v-4,-69,15,-130,86,-129xm39,-83v-1,-45,35,-72,83,-72v46,0,76,28,76,72v1,44,-32,74,-77,74v-52,0,-81,-27,-82,-74"},"7":{"d":"79,0v15,-108,58,-175,121,-237r0,-16r-186,0r0,14r169,1v-64,59,-106,137,-123,238r19,0","w":213},"8":{"d":"117,-9v-51,0,-85,-18,-85,-60v0,-45,35,-62,85,-62v51,0,85,17,85,62v0,46,-38,60,-85,60xm80,-139v-35,9,-65,25,-65,70v1,53,43,75,102,75v59,0,100,-22,101,-75v1,-45,-30,-61,-65,-70v34,-7,53,-23,53,-58v0,-48,-41,-62,-89,-62v-48,0,-90,14,-90,62v0,35,20,51,53,58xm117,-145v-39,0,-73,-9,-73,-49v0,-41,33,-51,73,-51v38,0,72,11,72,51v0,39,-33,49,-72,49"},"9":{"d":"111,-9v-38,0,-67,-15,-71,-51r-17,0v3,41,38,67,85,66v84,0,107,-57,107,-142v0,-74,-27,-123,-100,-123v-60,0,-92,32,-97,88v-8,100,158,113,180,34v0,72,-15,128,-87,128xm194,-171v1,45,-34,72,-82,72v-46,0,-77,-28,-77,-72v-1,-46,32,-74,77,-74v51,0,81,26,82,74"},":":{"d":"31,-142r18,0r0,-36r-18,0r0,36xm31,0r18,0r0,-36r-18,0r0,36","w":79},";":{"d":"24,47v27,-10,26,-46,25,-83r-18,0r0,36v4,-1,7,0,6,5v0,13,-4,26,-13,30r0,12xm31,-142r18,0r0,-36r-18,0r0,36","w":79},"<":{"d":"17,-82r182,86r0,-15r-170,-80r170,-80r0,-15r-182,85r0,19","w":216},"=":{"d":"199,-133r-182,0r0,14r182,0r0,-14xm199,-63r-182,0r0,14r182,0r0,-14","w":216},">":{"d":"17,4r182,-85r0,-19r-182,-86r0,15r170,80r-170,80r0,15","w":216},"?":{"d":"185,-193v0,67,-93,46,-84,127r16,0v-8,-74,85,-54,85,-128v0,-75,-114,-86,-159,-48v-16,14,-25,35,-25,64r17,0v0,-48,28,-71,78,-70v40,1,72,16,72,55xm100,0r18,0r0,-36r-18,0r0,36","w":226},"@":{"d":"185,-154v-4,41,-23,90,-64,94v-22,2,-39,-19,-37,-43v3,-46,24,-94,69,-94v22,0,35,16,32,43xm264,-150v0,48,-26,88,-70,88v-19,0,-15,-14,-10,-28r36,-112r-16,0r-9,25v-2,-18,-21,-33,-41,-32v-55,4,-80,52,-85,107v-6,57,73,70,96,29v0,16,11,27,27,25v53,-5,86,-48,86,-106v0,-71,-54,-109,-128,-109v-84,0,-134,51,-140,134v-9,126,169,179,242,90r-17,0v-19,21,-54,30,-92,30v-71,0,-119,-48,-119,-120v0,-75,51,-119,128,-119v65,0,112,34,112,98","w":288},"A":{"d":"-4,0r19,0r38,-83r141,0r38,83r19,0r-118,-257r-19,0xm123,-238r65,141r-129,0","w":246,"k":{"y":6,"w":6,"v":11,"Y":25,"W":13,"V":16,"T":25}},"B":{"d":"219,-193v0,77,-109,47,-181,53r0,-103v71,7,181,-27,181,50xm227,-72v-1,82,-112,53,-189,58r0,-112v75,7,189,-27,189,54xm235,-194v2,-91,-128,-57,-213,-63r0,257v93,-4,223,25,222,-71v0,-38,-25,-57,-59,-64v32,-5,49,-27,50,-59","w":259},"C":{"d":"10,-129v-13,140,197,181,252,69v6,-12,11,-26,12,-38r-17,0v-8,53,-50,90,-110,89v-76,-1,-120,-46,-120,-120v0,-73,46,-119,120,-119v54,0,95,26,106,72r16,0v-11,-54,-57,-88,-122,-87v-86,2,-130,54,-137,134","w":286},"D":{"d":"257,-129v0,-81,-36,-127,-115,-128r-120,0r0,257r117,0v78,1,118,-52,118,-129xm240,-129v0,71,-34,115,-98,115r-104,0r0,-229r100,0v70,1,102,41,102,114","w":273},"E":{"d":"22,0r205,0r0,-14r-189,0r0,-112r179,0r0,-14r-179,0r0,-103r187,0r0,-14r-203,0r0,257"},"F":{"d":"22,0r16,0r0,-126r161,0r0,-14r-161,0r0,-103r170,0r0,-14r-186,0r0,257","w":213,"k":{"A":13,".":40,",":40}},"G":{"d":"151,6v55,1,95,-30,113,-69r0,63r14,0r0,-128r-120,0r0,14r104,0v-3,63,-46,106,-111,105v-76,-1,-120,-44,-120,-120v0,-74,46,-117,120,-119v55,-1,96,26,105,72r17,0v-11,-53,-58,-88,-122,-87v-85,1,-137,52,-137,134v0,86,52,133,137,135","w":299},"H":{"d":"22,0r16,0r0,-128r197,0r0,128r17,0r0,-257r-17,0r0,114r-197,0r0,-114r-16,0r0,257","w":273},"I":{"d":"22,0r16,0r0,-257r-16,0r0,257","w":59},"J":{"d":"91,-9v-48,1,-67,-26,-66,-73v-6,1,-19,-4,-16,6v-1,55,29,82,82,82v52,0,81,-30,81,-83r0,-180r-17,0r0,181v0,45,-19,67,-64,67","w":193},"K":{"d":"22,0r16,0r0,-89r65,-51r133,140r23,0r-143,-151r133,-106r-26,0r-185,148r0,-148r-16,0r0,257","w":253},"L":{"d":"22,0r185,0r0,-14r-169,0r0,-243r-16,0r0,257","w":206,"k":{"y":13,"Y":46,"W":27,"V":33,"T":40}},"M":{"d":"23,0r17,0r1,-234r124,234r16,0r125,-234r0,234r17,0r0,-257r-25,0r-125,236r-125,-236r-25,0r0,257","w":346},"N":{"d":"22,0r16,0r1,-234r192,234r21,0r0,-257r-17,0r-1,234r-192,-234r-20,0r0,257","w":273},"O":{"d":"147,-9v-76,0,-120,-47,-120,-120v0,-73,44,-119,120,-119v75,0,120,46,120,119v0,73,-44,120,-120,120xm147,-263v-86,0,-137,55,-137,134v0,79,50,135,137,135v87,0,136,-54,136,-135v0,-80,-50,-134,-136,-134","w":293},"P":{"d":"234,-186v3,-98,-123,-66,-212,-71r0,257r16,0r0,-113r115,0v52,1,80,-25,81,-73xm217,-185v0,81,-105,53,-179,58r0,-116v75,5,179,-25,179,58","w":240,"k":{"A":13,".":46,",":46}},"Q":{"d":"147,-248v118,-7,156,152,76,215r-46,-33r-8,12r41,29v-18,11,-39,16,-63,16v-76,-1,-120,-47,-120,-120v0,-73,44,-115,120,-119xm147,6v32,0,57,-9,77,-21r47,33r8,-12r-42,-30v25,-24,46,-57,46,-105v0,-80,-50,-134,-136,-134v-86,0,-137,55,-137,134v0,79,50,135,137,135","w":293},"R":{"d":"240,-189v1,-96,-129,-62,-218,-68r0,257r16,0r0,-117v73,7,181,-28,181,57v0,30,0,46,7,60r17,0v-7,-20,-7,-36,-8,-71v0,-30,-19,-51,-48,-54v30,-6,52,-32,53,-64xm223,-190v1,83,-108,54,-185,59r0,-112v73,6,184,-25,185,53","w":253,"k":{"W":-4,"V":-4}},"S":{"d":"125,-9v-62,0,-96,-21,-98,-76r-17,0v1,67,48,91,117,91v59,0,101,-19,103,-73v3,-86,-132,-59,-181,-96v-8,-7,-12,-19,-12,-33v1,-43,38,-51,83,-52v51,-1,83,19,86,64r17,0v-2,-58,-45,-79,-108,-79v-73,0,-127,60,-80,110v34,36,147,21,173,68v14,53,-29,76,-83,76","w":240},"T":{"d":"-5,-243r103,0r0,243r17,0r0,-243r104,0r0,-14r-224,0r0,14","w":213,"k":{"y":33,"w":40,"u":33,"s":33,"r":33,"o":33,"i":35,"e":33,"c":33,"a":33,"A":25,";":33,":":33,".":33,"-":33,",":33}},"U":{"d":"133,-9v-65,0,-97,-26,-97,-87r0,-161r-17,0r0,162v0,67,38,101,114,101v76,0,114,-34,114,-101r0,-162r-17,0r0,161v0,62,-32,87,-97,87","w":266},"V":{"d":"111,0r19,0r114,-257r-19,0r-105,236r-105,-236r-18,0","w":240,"k":{"y":6,"u":6,"r":6,"o":13,"e":13,"a":13,"A":16,";":13,":":13,".":40,"-":13,",":40}},"W":{"d":"79,0r21,0r84,-234r82,234r21,0r85,-257r-19,0r-77,234r-82,-234r-21,0r-83,234r-77,-234r-18,0","w":366,"k":{"o":6,"e":6,"a":6,"A":13,";":6,":":6,".":20,"-":13,",":20}},"X":{"d":"-3,0r21,0r99,-118r98,118r22,0r-109,-131r105,-126r-21,0r-95,113r-94,-113r-22,0r105,126"},"Y":{"d":"112,-108r0,108r17,0r0,-108r119,-149r-21,0r-107,134r-104,-134r-23,0","w":240,"k":{"v":6,"u":18,"q":18,"p":13,"o":25,"i":6,"e":25,"a":25,"A":25,";":20,":":20,".":46,"-":33,",":46}},"Z":{"d":"-2,0r224,0r0,-14r-205,0r202,-226r0,-17r-209,0r0,14r190,0r-202,225r0,18","w":219},"[":{"d":"35,68r59,0r0,-14r-43,0r0,-297r43,0r0,-14r-59,0r0,325","w":106},"\\":{"d":"134,6r16,0r-137,-269r-17,0","w":146},"]":{"d":"55,54r-43,0r0,14r60,0r0,-325r-60,0r0,14r43,0r0,297","w":106},"^":{"d":"14,-90r14,0r80,-151r80,151r14,0r-84,-163r-19,0","w":216},"_":{"d":"180,45r0,-18r-180,0r0,18r180,0","w":180},"`":{"d":"37,-213r16,0r-52,-52r-20,0","w":59},"a":{"d":"86,-9v-48,0,-80,-42,-46,-69v27,-22,103,-4,131,-25v8,67,-26,94,-85,94xm188,-136v7,-66,-107,-63,-146,-40v-14,8,-21,26,-24,49r16,0v7,-37,23,-47,69,-49v52,-3,80,25,62,63v-52,18,-156,-9,-156,63v0,81,143,66,164,13v5,23,-3,42,23,41v8,0,15,-1,20,-3r0,-15v-18,6,-28,3,-28,-19r0,-103","w":213},"b":{"d":"119,-190v-40,-1,-69,21,-82,45r0,-112r-17,0r0,257r17,0r0,-40v12,26,42,46,82,46v62,-2,98,-37,98,-99v0,-60,-38,-95,-98,-97xm201,-93v1,50,-31,84,-80,84v-56,0,-85,-30,-86,-81v-1,-56,32,-86,84,-86v50,0,81,30,82,83","w":226},"c":{"d":"113,-176v39,0,72,17,79,50r16,0v-7,-43,-45,-64,-95,-64v-63,0,-100,36,-104,100v-6,112,183,130,202,26r-17,0v-6,36,-40,55,-81,55v-54,0,-87,-32,-87,-81v0,-53,33,-86,87,-86","w":219},"d":{"d":"108,6v41,1,69,-21,82,-46r0,40r17,0r0,-257r-17,0r-1,112v-13,-24,-41,-46,-81,-45v-61,2,-99,38,-99,97v0,60,36,97,99,99xm192,-90v-1,51,-31,81,-86,81v-48,0,-82,-34,-80,-84v1,-53,32,-83,82,-83v52,0,85,30,84,86","w":226},"e":{"d":"192,-61v-9,54,-103,69,-142,30v-15,-15,-24,-34,-24,-58r188,0v0,-59,-41,-102,-102,-101v-64,1,-98,37,-103,96v-7,85,98,126,164,83v16,-11,28,-27,36,-50r-17,0xm26,-103v2,-64,90,-95,141,-55v15,12,25,31,28,55r-169,0","w":219},"f":{"d":"115,-257v-47,-6,-77,-1,-75,45r0,28r-44,0r0,14r44,0r0,170r16,0r0,-170r53,0r0,-14r-53,0v-6,-45,9,-72,59,-59r0,-14","w":106},"g":{"d":"26,-98v1,-51,33,-76,84,-78v52,-1,87,28,87,78v1,52,-34,82,-85,81v-53,0,-87,-28,-86,-81xm112,79v65,0,101,-25,101,-88r0,-175r-16,0v-1,12,2,27,-1,37v-14,-28,-44,-43,-86,-43v-63,0,-101,34,-101,93v0,61,37,94,100,95v43,0,71,-17,88,-44v6,72,-16,111,-85,111v-47,0,-72,-13,-79,-48r-16,0v7,46,39,62,95,62"},"h":{"d":"200,-114v14,-94,-138,-95,-163,-34r0,-109r-17,0r0,257r17,0r0,-108v1,-46,32,-68,78,-68v44,0,68,18,68,63r0,113r17,0r0,-114","w":219},"i":{"d":"22,0r16,0r0,-184r-16,0r0,184xm22,-219r16,0r0,-38r-16,0r0,38","w":59},"j":{"d":"-32,77v38,7,70,-4,70,-44r0,-217r-16,0r-1,222v0,26,-27,30,-53,25r0,14xm22,-219r16,0r0,-38r-16,0r0,38","w":59},"k":{"d":"20,0r17,0r0,-68r49,-36r93,104r22,0r-102,-115r94,-69r-25,0r-131,98r0,-171r-17,0r0,257","w":200},"l":{"d":"22,0r16,0r0,-257r-16,0r0,257","w":59},"m":{"d":"179,-147v-10,-57,-120,-54,-142,-6r0,-31r-17,0r0,184r17,0r0,-110v-1,-40,28,-66,68,-66v38,0,61,16,60,53r0,123r17,0r0,-113v-1,-42,27,-63,69,-63v83,0,54,102,59,176r17,0r0,-125v7,-80,-128,-86,-148,-22","w":347},"n":{"d":"200,-114v14,-94,-138,-95,-163,-34r0,-36r-17,0r0,184r17,0r0,-108v1,-46,32,-68,78,-68v44,0,68,18,68,63r0,113r17,0r0,-114","w":219},"o":{"d":"113,-9v-55,0,-87,-32,-87,-83v0,-51,33,-84,87,-84v54,0,88,32,88,84v0,51,-33,83,-88,83xm113,-190v-63,0,-104,37,-104,98v0,61,41,98,104,98v63,0,104,-36,104,-98v0,-62,-41,-98,-104,-98","w":226},"p":{"d":"119,-190v-41,-1,-71,19,-82,46r0,-40r-17,0r0,257r17,0r0,-112v14,24,43,45,82,45v60,-2,98,-37,98,-98v0,-61,-36,-96,-98,-98xm35,-94v0,-52,31,-81,86,-82v48,0,81,35,80,85v-2,52,-31,82,-82,82v-53,0,-84,-30,-84,-85","w":226},"q":{"d":"108,6v40,1,67,-23,82,-45r0,112r17,0r0,-257r-17,0v-1,13,2,29,-1,40v-11,-27,-40,-47,-81,-46v-63,1,-99,38,-99,98v0,60,38,96,99,98xm26,-91v-2,-50,33,-85,80,-85v54,1,86,30,86,82v0,55,-31,85,-84,85v-51,0,-80,-30,-82,-82","w":226},"r":{"d":"127,-188v-43,-8,-78,14,-90,47r0,-43r-17,0r0,184r17,0r0,-100v-1,-46,39,-86,90,-71r0,-17","w":126,"k":{".":27,"-":20,",":27}},"s":{"d":"92,-176v43,3,66,9,70,46r17,0v-3,-45,-37,-55,-86,-60v-68,-7,-108,68,-44,94v38,16,120,-6,120,47v0,32,-28,40,-67,40v-46,1,-74,-10,-78,-49r-16,0v2,47,39,64,90,64v45,-1,87,-10,88,-55v1,-68,-97,-43,-144,-68v-26,-28,5,-62,50,-59","w":193},"t":{"d":"111,-13v-25,3,-56,8,-56,-24r0,-133r54,0r0,-14r-54,0r0,-63r-17,0r0,63r-42,0r0,14r42,0r0,124v-7,50,33,54,73,47r0,-14","w":113},"u":{"d":"20,-71v-15,95,140,97,163,34r0,37r17,0r0,-184r-17,0r0,107v-1,45,-31,68,-78,68v-45,1,-69,-18,-68,-62r0,-113r-17,0r0,113","w":219},"v":{"d":"92,0r16,0r91,-184r-18,0r-81,167r-81,-167r-18,0","w":200,"k":{".":32,",":32}},"w":{"d":"83,-21r-66,-163r-19,0r75,184r19,0r65,-166r64,166r19,0r75,-184r-18,0r-65,163r-65,-163r-21,0","w":313,"k":{".":20,",":20}},"x":{"d":"-4,0r21,0r79,-85r78,85r23,0r-90,-97r81,-87r-21,0r-70,76r-70,-76r-23,0r81,88","w":193},"y":{"d":"89,0v-15,26,-20,61,-70,52r0,14v40,3,57,-5,71,-34r102,-216r-19,0r-76,166r-83,-166r-19,0","w":186,"k":{".":27,",":27}},"z":{"d":"4,0r179,0r0,-14r-160,0r154,-158r0,-12r-163,0r0,14r140,0r-150,153r0,17","w":186},"{":{"d":"45,-215v0,43,12,105,-26,113r0,15v38,7,26,70,26,113v0,38,16,45,53,42r0,-14v-78,17,-1,-121,-62,-148v31,-14,26,-68,26,-114v0,-34,5,-36,36,-35r0,-14v-36,-2,-53,4,-53,42","w":106},"|":{"d":"33,6r14,0r0,-269r-14,0r0,269","w":79},"}":{"d":"71,-94v-33,12,-26,67,-26,113v0,33,-5,37,-36,35r0,14v36,2,53,-4,53,-42v0,-43,-12,-104,25,-113r0,-15v-37,-8,-25,-71,-25,-113v0,-38,-16,-45,-53,-42r0,14v77,-16,1,123,62,149","w":106},"~":{"d":"147,-86v-35,-2,-67,-40,-102,-17v-6,5,-13,12,-19,22r10,12v6,-14,17,-27,36,-27v34,0,64,40,98,16v7,-6,14,-13,20,-22r-10,-11v-6,10,-18,28,-33,27","w":216},"\u00c0":{"d":"131,-272r16,0r-52,-51r-21,0xm-4,0r19,0r38,-83r141,0r38,83r19,0r-118,-257r-19,0xm123,-238r65,141r-129,0","w":246},"\u00c1":{"d":"152,-323r-52,51r16,0r57,-51r-21,0xm-4,0r19,0r38,-83r141,0r38,83r19,0r-118,-257r-19,0xm123,-238r65,141r-129,0","w":246},"\u00c2":{"d":"189,-272r-55,-51r-21,0r-55,51r19,0r46,-41r47,41r19,0xm-4,0r19,0r38,-83r141,0r38,83r19,0r-118,-257r-19,0xm123,-238r65,141r-129,0","w":246},"\u00c3":{"d":"174,-312v-16,57,-97,-46,-113,32r12,0v16,-57,98,46,113,-32r-12,0xm-4,0r19,0r38,-83r141,0r38,83r19,0r-118,-257r-19,0xm123,-238r65,141r-129,0","w":246},"\u00c7":{"d":"183,41v0,-23,-28,-25,-47,-21r13,-14v70,-3,114,-43,125,-104r-17,0v-8,53,-50,90,-110,89v-76,-1,-120,-46,-120,-120v0,-73,46,-119,120,-119v54,0,95,26,106,72r16,0v-11,-54,-57,-88,-122,-87v-86,2,-137,54,-137,134v0,83,50,128,128,134v-5,9,-25,20,-12,28v13,-6,41,-8,43,9v-4,24,-43,16,-62,10r-4,10v28,8,79,13,80,-21","w":286},"\u00c9":{"d":"145,-323r-52,51r16,0r57,-51r-21,0xm22,0r205,0r0,-14r-189,0r0,-112r179,0r0,-14r-179,0r0,-103r187,0r0,-14r-203,0r0,257"},"\u00ca":{"d":"183,-272r-56,-51r-20,0r-56,51r19,0r47,-41r46,41r20,0xm22,0r205,0r0,-14r-189,0r0,-112r179,0r0,-14r-179,0r0,-103r187,0r0,-14r-203,0r0,257"},"\u00cd":{"d":"58,-323r-52,51r17,0r56,-51r-21,0xm22,0r16,0r0,-257r-16,0r0,257","w":59},"\u00d3":{"d":"175,-323r-52,51r17,0r56,-51r-21,0xm147,-9v-76,0,-120,-47,-120,-120v0,-73,44,-119,120,-119v75,0,120,46,120,119v0,73,-44,120,-120,120xm147,-263v-86,0,-137,55,-137,134v0,79,50,135,137,135v87,0,136,-54,136,-135v0,-80,-50,-134,-136,-134","w":293},"\u00d4":{"d":"213,-272r-56,-51r-20,0r-56,51r19,0r47,-41r47,41r19,0xm147,-9v-76,0,-120,-47,-120,-120v0,-73,44,-119,120,-119v75,0,120,46,120,119v0,73,-44,120,-120,120xm147,-263v-86,0,-137,55,-137,134v0,79,50,135,137,135v87,0,136,-54,136,-135v0,-80,-50,-134,-136,-134","w":293},"\u00d5":{"d":"197,-312v-15,58,-97,-47,-113,32r12,0v16,-57,99,46,114,-32r-13,0xm147,-9v-76,0,-120,-47,-120,-120v0,-73,44,-119,120,-119v75,0,120,46,120,119v0,73,-44,120,-120,120xm147,-263v-86,0,-137,55,-137,134v0,79,50,135,137,135v87,0,136,-54,136,-135v0,-80,-50,-134,-136,-134","w":293},"\u00da":{"d":"162,-323r-52,51r16,0r57,-51r-21,0xm133,-9v-65,0,-97,-26,-97,-87r0,-161r-17,0r0,162v0,67,38,101,114,101v76,0,114,-34,114,-101r0,-162r-17,0r0,161v0,62,-32,87,-97,87","w":266},"\u00dc":{"d":"87,-274r16,0r0,-38r-16,0r0,38xm163,-274r17,0r0,-38r-17,0r0,38xm133,-9v-65,0,-97,-26,-97,-87r0,-161r-17,0r0,162v0,67,38,101,114,101v76,0,114,-34,114,-101r0,-162r-17,0r0,161v0,62,-32,87,-97,87","w":266},"\u00e0":{"d":"114,-213r16,0r-52,-52r-20,0xm86,-9v-48,0,-80,-42,-46,-69v27,-22,103,-4,131,-25v8,67,-26,94,-85,94xm188,-136v7,-66,-107,-63,-146,-40v-14,8,-21,26,-24,49r16,0v7,-37,23,-47,69,-49v52,-3,80,25,62,63v-52,18,-156,-9,-156,63v0,81,143,66,164,13v5,23,-3,42,23,41v8,0,15,-1,20,-3r0,-15v-18,6,-28,3,-28,-19r0,-103","w":213},"\u00e1":{"d":"135,-265r-51,52r16,0r56,-52r-21,0xm86,-9v-48,0,-80,-42,-46,-69v27,-22,103,-4,131,-25v8,67,-26,94,-85,94xm188,-136v7,-66,-107,-63,-146,-40v-14,8,-21,26,-24,49r16,0v7,-37,23,-47,69,-49v52,-3,80,25,62,63v-52,18,-156,-9,-156,63v0,81,143,66,164,13v5,23,-3,42,23,41v8,0,15,-1,20,-3r0,-15v-18,6,-28,3,-28,-19r0,-103","w":213},"\u00e2":{"d":"173,-213r-56,-52r-20,0r-56,52r19,0r47,-42r47,42r19,0xm86,-9v-48,0,-80,-42,-46,-69v27,-22,103,-4,131,-25v8,67,-26,94,-85,94xm188,-136v7,-66,-107,-63,-146,-40v-14,8,-21,26,-24,49r16,0v7,-37,23,-47,69,-49v52,-3,80,25,62,63v-52,18,-156,-9,-156,63v0,81,143,66,164,13v5,23,-3,42,23,41v8,0,15,-1,20,-3r0,-15v-18,6,-28,3,-28,-19r0,-103","w":213},"\u00e3":{"d":"157,-253v-15,55,-96,-46,-113,31r13,0v17,-55,97,46,113,-31r-13,0xm86,-9v-48,0,-80,-42,-46,-69v27,-22,103,-4,131,-25v8,67,-26,94,-85,94xm188,-136v7,-66,-107,-63,-146,-40v-14,8,-21,26,-24,49r16,0v7,-37,23,-47,69,-49v52,-3,80,25,62,63v-52,18,-156,-9,-156,63v0,81,143,66,164,13v5,23,-3,42,23,41v8,0,15,-1,20,-3r0,-15v-18,6,-28,3,-28,-19r0,-103","w":213},"\u00e7":{"d":"150,41v0,-23,-28,-25,-47,-21r13,-15v50,0,86,-26,95,-69r-17,0v-6,36,-40,55,-81,55v-54,0,-87,-32,-87,-81v0,-53,33,-86,87,-86v39,0,72,17,79,50r16,0v-7,-43,-45,-64,-95,-64v-63,0,-104,36,-104,100v0,58,39,91,96,95v-5,9,-27,20,-12,28v13,-6,41,-8,43,9v-4,24,-43,16,-62,10r-4,10v28,8,79,13,80,-21","w":219},"\u00e9":{"d":"139,-265r-52,52r16,0r56,-52r-20,0xm192,-61v-9,54,-103,69,-142,30v-15,-15,-24,-34,-24,-58r188,0v0,-59,-41,-102,-102,-101v-64,1,-98,37,-103,96v-7,85,98,126,164,83v16,-11,28,-27,36,-50r-17,0xm26,-103v2,-64,90,-95,141,-55v15,12,25,31,28,55r-169,0","w":219},"\u00ea":{"d":"176,-213r-56,-52r-20,0r-56,52r19,0r47,-42r47,42r19,0xm192,-61v-9,54,-103,69,-142,30v-15,-15,-24,-34,-24,-58r188,0v0,-59,-41,-102,-102,-101v-64,1,-98,37,-103,96v-7,85,98,126,164,83v16,-11,28,-27,36,-50r-17,0xm26,-103v2,-64,90,-95,141,-55v15,12,25,31,28,55r-169,0","w":219},"\u00ed":{"d":"58,-265r-52,52r17,0r56,-52r-21,0xm22,0r16,0r0,-184r-16,0r0,184","w":59},"\u00f3":{"d":"142,-265r-52,52r16,0r57,-52r-21,0xm113,-9v-55,0,-87,-32,-87,-83v0,-51,33,-84,87,-84v54,0,88,32,88,84v0,51,-33,83,-88,83xm113,-190v-63,0,-104,37,-104,98v0,61,41,98,104,98v63,0,104,-36,104,-98v0,-62,-41,-98,-104,-98","w":226},"\u00f4":{"d":"179,-213r-56,-52r-20,0r-55,52r19,0r46,-42r47,42r19,0xm113,-9v-55,0,-87,-32,-87,-83v0,-51,33,-84,87,-84v54,0,88,32,88,84v0,51,-33,83,-88,83xm113,-190v-63,0,-104,37,-104,98v0,61,41,98,104,98v63,0,104,-36,104,-98v0,-62,-41,-98,-104,-98","w":226},"\u00f5":{"d":"164,-253v-16,54,-96,-46,-113,31r12,0v17,-55,97,46,113,-31r-12,0xm113,-9v-55,0,-87,-32,-87,-83v0,-51,33,-84,87,-84v54,0,88,32,88,84v0,51,-33,83,-88,83xm113,-190v-63,0,-104,37,-104,98v0,61,41,98,104,98v63,0,104,-36,104,-98v0,-62,-41,-98,-104,-98","w":226},"\u00fa":{"d":"139,-265r-52,52r16,0r56,-52r-20,0xm20,-71v-15,95,140,97,163,34r0,37r17,0r0,-184r-17,0r0,107v-1,45,-31,68,-78,68v-45,1,-69,-18,-68,-62r0,-113r-17,0r0,113","w":219},"\u00fc":{"d":"64,-215r16,0r0,-38r-16,0r0,38xm140,-215r17,0r0,-38r-17,0r0,38xm20,-71v-15,95,140,97,163,34r0,37r17,0r0,-184r-17,0r0,107v-1,45,-31,68,-78,68v-45,1,-69,-18,-68,-62r0,-113r-17,0r0,113","w":219},"\u00a0":{"w":79}}});
