/*
 * 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 1994 NovelFonts! Corporation
 */
Cufon.registerFont({"w":279,"face":{"font-family":"zapotec","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"2","bbox":"-28 -289.258 399 75","underline-thickness":"20.16","underline-position":"-26.64","unicode-range":"U+0020-U+201D"},"glyphs":{" ":{"w":66},"!":{"d":"80,-75r-60,0r0,-174r60,0r0,174xm80,-51r0,53r-60,0r0,-53r60,0","w":88},"\"":{"d":"53,-213v0,25,-9,55,-14,79r-8,0v-5,-24,-14,-54,-14,-78v0,-15,6,-23,19,-23v11,0,17,7,17,22xm77,-134v-4,-22,-13,-55,-13,-77v0,-16,6,-24,19,-24v31,10,6,72,3,101r-9,0","w":98},"#":{"d":"159,-210r-22,63r36,0r22,-63r34,0r-22,63r41,0r-10,29r-42,0r-13,37r42,0r-10,28r-42,0r-23,63r-33,0r22,-63r-36,0r-22,63r-34,0r22,-63r-41,0r10,-28r41,0r14,-37r-42,0r10,-29r42,0r22,-63r34,0xm149,-81r13,-37r-35,0r-14,37r36,0","w":260},"$":{"d":"20,-173v0,-106,131,-70,226,-76r-29,54r-65,0r0,43v60,-3,95,22,93,76v-2,52,-28,76,-87,76r-134,0r0,-51r91,0r0,-48v-61,4,-95,-19,-95,-74xm81,-174v0,17,14,23,35,22r0,-42v-20,-1,-35,4,-35,20xm152,-53v23,0,32,-3,33,-23v0,-15,-11,-23,-33,-23r0,46","w":254},"%":{"d":"95,-256v60,1,83,20,84,80v0,51,-25,69,-75,71v-64,2,-83,-26,-83,-80v0,-47,24,-71,74,-71xm302,-253r-147,256r-36,0r145,-256r38,0xm316,-148v59,0,83,19,83,79v0,48,-26,73,-78,73v-56,0,-80,-22,-81,-77v0,-52,25,-75,76,-75xm99,-216v-20,0,-34,14,-34,34v0,25,12,38,36,38v20,0,34,-13,34,-33v0,-26,-12,-39,-36,-39xm319,-108v-22,0,-34,13,-34,35v0,24,11,36,34,36v22,0,35,-12,35,-34v0,-24,-11,-37,-35,-37","w":414},"&":{"d":"23,-183v-4,-82,98,-64,178,-66r-29,54v-32,0,-85,-9,-86,19v0,12,17,18,50,18r34,-1r-31,56v-28,-2,-58,-2,-57,26v1,36,64,20,107,23r0,-49r-29,0r33,-56r116,0r-33,56r-26,0r0,105v-92,-7,-236,31,-231,-71v1,-34,14,-49,40,-61v-25,-9,-35,-21,-36,-53","w":316},"'":{"d":"86,-249r0,71r-29,0r-41,-71r70,0","w":99},"(":{"d":"21,-82v-7,-115,14,-220,131,-206r0,52v-56,12,-74,33,-74,101v0,82,11,114,74,124r0,51v-83,7,-126,-47,-131,-122","w":160},")":{"d":"152,-131v0,104,-31,177,-131,171r0,-51v56,-7,73,-41,73,-107v-1,-82,-10,-102,-73,-118r0,-52v99,-4,131,54,131,157","w":160},"*":{"d":"105,-250r-2,40r35,-14r12,38r-37,10r25,28r-31,26r-23,-34r-20,36r-35,-25r28,-31r-38,-5r9,-43r38,14r-3,-40r42,0","w":158},"+":{"d":"146,-188r0,70r71,0r0,49r-71,0r0,69r-50,0r0,-69r-70,0r0,-49r70,0r0,-70r50,0","w":227},",":{"d":"94,-51r-41,69r-29,0r0,-69r70,0","w":104,"k":{"1":84}},"-":{"d":"115,-132r0,43r-94,0r0,-43r94,0","w":124,"k":{"1":45}},".":{"d":"84,-51r0,51r-61,0r0,-51r61,0","w":97,"k":{"1":84}},"\/":{"d":"112,-252r-57,252r-36,0r58,-252r35,0","w":120},"0":{"d":"139,-250v93,0,128,39,128,132v0,82,-35,122,-118,121v-91,0,-130,-37,-131,-127v0,-84,41,-126,121,-126xm141,-198v-41,0,-61,29,-61,72v0,50,21,75,64,75v42,1,64,-31,64,-75v0,-45,-24,-72,-67,-72","k":{".":10,",":8}},"1":{"d":"178,0r-60,0r0,-198r-50,0r30,-52r80,0r0,250","k":{":":82,".":80,"-":54,",":79}},"2":{"d":"65,-250v86,-2,189,-12,183,77v-4,56,-38,80,-105,74v-30,-3,-43,15,-41,46r144,0r0,53r-206,0v-5,-93,-1,-154,104,-154v28,0,41,-8,41,-23v-11,-39,-98,-15,-152,-20","k":{".":17,"-":3,",":9}},"3":{"d":"67,-250v81,1,190,-19,182,67v-3,32,-16,44,-42,57v28,13,41,26,43,60v5,92,-123,61,-207,66r0,-53r103,0v24,-1,40,-4,41,-25v-9,-39,-92,-16,-145,-22r0,-53r101,0v28,0,42,-2,44,-24v-10,-41,-97,-15,-152,-21","k":{".":7,"-":3,",":17}},"4":{"d":"247,-250r0,250r-60,0r0,-95r-29,42r-126,0r0,-50r123,-147r92,0xm187,-105r0,-96r-80,96r80,0","k":{".":3,"-":3,",":31}},"5":{"d":"187,-80v-10,-39,-95,-16,-148,-21r0,-149r212,0r-29,52r-122,0r0,42v80,-4,155,-4,150,76v-3,54,-23,80,-83,80r-129,0r0,-53r107,0v26,0,41,-4,42,-27","k":{".":17,"-":3,",":17}},"6":{"d":"26,-125v2,-86,16,-126,99,-125r132,0r-28,52v-54,6,-138,-23,-136,43r96,1v43,2,70,33,70,77v0,75,-60,82,-148,77v-65,-3,-86,-48,-85,-125xm91,-98v3,44,13,46,64,46v27,0,40,-9,40,-26v0,-32,-68,-19,-104,-20","k":{".":10,"-":10,",":12}},"7":{"d":"249,-250r0,50r-130,200r-74,0r135,-198r-142,0r30,-52r181,0","k":{".":51,",":51}},"8":{"d":"204,-126v34,2,54,23,54,58v0,63,-47,68,-133,68v-63,0,-101,-14,-101,-69v0,-39,17,-46,51,-56v-34,-7,-50,-27,-50,-58v0,-66,44,-68,128,-68v68,0,104,10,104,67v0,32,-18,51,-53,58xm196,-175v0,-23,-27,-23,-64,-23v-31,0,-46,8,-46,26v0,25,51,20,79,20v21,0,31,-8,31,-23xm86,-77v0,24,25,25,60,25v33,0,49,-8,49,-26v1,-29,-33,-24,-65,-24v-29,0,-44,8,-44,25","k":{".":7,"-":3,",":8}},"9":{"d":"260,-124v-2,87,-16,124,-105,124r-100,0r-29,-53v48,-3,120,7,154,-7v8,-6,13,-19,13,-38v-84,5,-168,7,-166,-75v1,-74,66,-83,149,-77v66,5,86,47,84,126xm195,-153v-3,-41,-16,-46,-66,-45v-26,0,-39,8,-39,24v0,33,64,18,105,21","k":{".":10,"-":-5,",":8}},":":{"d":"85,-51r0,51r-61,0r0,-51r61,0xm85,-154r0,51r-61,0r0,-51r61,0","w":101,"k":{"1":84}},";":{"d":"95,-51r-40,69r-29,0r0,-69r69,0xm87,-154r0,51r-61,0r0,-51r61,0","w":103},"<":{"d":"163,-165r0,38r-91,32r91,32r0,38r-141,-52r0,-36","w":171},"=":{"d":"250,-110r-228,0r0,-49r228,0r0,49xm250,-29r-228,0r0,-48r228,0r0,48","w":259},">":{"d":"22,-25r0,-38r91,-32r-91,-32r0,-38r142,52r0,36","w":171},"?":{"d":"48,-252v93,-1,184,-16,184,78v0,60,-43,79,-107,74v-26,-2,-33,5,-38,25r-59,0v-1,-58,28,-79,99,-79v30,0,44,-8,44,-25v0,-30,-52,-22,-90,-21r-63,1xm87,-53r0,53r-61,0r0,-53r61,0","w":243},"@":{"d":"180,-52v-23,49,-97,34,-97,-21v0,-58,77,-125,114,-64r5,-18r41,0v-8,27,-26,78,-27,101v0,7,4,12,11,12v29,1,48,-46,48,-79v0,-53,-48,-85,-105,-85v-67,0,-121,60,-121,126v0,107,128,141,210,81r8,13v-101,72,-252,26,-252,-96v0,-82,72,-140,156,-140v65,0,121,40,121,103v0,47,-29,97,-74,97v-22,0,-35,-10,-38,-30xm127,-59v0,8,7,18,15,17v23,3,44,-53,44,-79v0,-10,-6,-20,-16,-19v-23,-3,-43,55,-43,81","w":295},"A":{"d":"278,0r-64,0r-17,-46r-58,0r-29,-49r-37,95r-65,0r93,-252r85,0xm179,-100r-34,-95r-34,95r68,0","w":277,"k":{"y":39,"w":30,"v":36,"u":15,"t":17,"q":19,"o":8,"g":11,"f":15,"e":8,"d":9,"c":10,"Y":79,"W":28,"V":57,"U":16,"T":66,"Q":17,"O":22,"G":19,"C":21}},"B":{"d":"210,-125v25,9,43,30,43,63v0,95,-146,53,-232,62r0,-252v90,7,231,-30,231,67v0,31,-14,51,-42,60xm192,-177v0,-34,-72,-20,-111,-21r0,44v38,-3,111,12,111,-23xm81,-53v40,-5,106,15,111,-24v3,-22,-51,-26,-83,-22r-28,-47r0,93","w":262,"k":{"Y":12,"A":8}},"C":{"d":"221,0v-124,7,-204,4,-204,-125v0,-84,38,-127,114,-127r99,0r-30,55v-68,-4,-123,-2,-123,68v0,76,64,84,144,76r0,53","w":231,"k":{"A":4}},"D":{"d":"20,-252v133,-4,244,-12,238,127v-3,80,-31,125,-117,125r-121,0r0,-252xm194,-124v0,-70,-43,-76,-114,-73r0,143v66,4,114,-1,114,-70","w":265,"k":{"Y":37,"W":6,"A":21,".":13,",":13}},"E":{"d":"210,-252r-27,50r-103,0r0,56r124,0r0,49r-124,0r0,47r124,0r0,50r-184,0r0,-252r190,0","w":213,"k":{"y":3,"w":3,"v":7}},"F":{"d":"190,-252r-26,50r-82,0r0,56r101,0r0,49r-101,0r0,97r-60,0r0,-252r168,0","w":189,"k":{"r":5,"a":14,"A":35,".":93,",":109}},"G":{"d":"17,-126v0,-83,30,-126,119,-126r116,0r-30,54v-75,-1,-142,-8,-142,73v0,64,38,74,104,71r0,-45r-64,0r0,-54r125,0r0,153r-80,1v-103,7,-148,-28,-148,-127","w":255,"k":{"y":5}},"H":{"d":"82,-252r0,97r89,0r0,-97r60,0r0,252r-60,0r0,-146r-30,46r-59,0r0,100r-60,0r0,-252r60,0","w":240,"k":{"O":3}},"I":{"d":"81,0r-60,0r0,-252r60,0r0,252","w":90},"J":{"d":"144,-102v0,68,-37,106,-107,104r-30,-54v63,-1,77,-5,77,-62r0,-138r60,0r0,150","w":153,"k":{"A":17}},"K":{"d":"81,-132r89,-120r74,0r-91,126r95,126r-77,0r-90,-120r0,120r-60,0r0,-252r60,0r0,120","w":249,"k":{"o":24,"e":24,"O":45,"G":26}},"L":{"d":"81,-50r110,0r-28,50r-142,0r0,-252r60,0r0,202","w":194,"k":{"y":39,"Y":84,"W":30,"V":49,"T":72,"A":11}},"M":{"d":"120,-252r46,202r47,-202r98,0r0,252r-55,0r0,-204r-49,204r-83,0r-46,-210r0,210r-56,0r0,-252r98,0","w":322,"k":{"l":-3,"c":-3}},"N":{"d":"188,-42r0,-210r55,0r0,252r-95,0r-72,-204r0,204r-56,0r0,-252r91,0","w":254},"O":{"d":"138,-254v90,1,129,41,129,132v0,83,-38,125,-115,125v-102,0,-136,-41,-136,-130v0,-84,41,-127,122,-127xm78,-126v0,44,21,73,64,73v42,0,64,-30,64,-71v0,-50,-22,-75,-67,-75v-41,0,-61,25,-61,73","w":277,"k":{"Y":37,"X":11,"T":11,"A":19,".":5,",":4}},"P":{"d":"244,-169v0,72,-50,88,-125,82r-38,-45r0,132r-60,0r0,-252r142,0v54,0,81,28,81,83xm181,-172v0,-37,-58,-23,-100,-26r0,58v40,-3,101,14,100,-32","w":252,"k":{"e":8,"a":20,"Y":22,"X":11,"J":62,"A":51,".":98,",":112}},"Q":{"d":"138,-254v91,0,127,37,128,128v0,36,-7,61,-23,76r30,0r-28,50r-87,1v-106,9,-142,-34,-142,-133v0,-87,35,-122,122,-122xm138,-52v43,0,67,-30,66,-74v0,-49,-21,-73,-65,-73v-41,0,-62,24,-62,73v0,49,20,74,61,74","w":273,"k":{"A":13}},"R":{"d":"246,-168v0,47,-22,71,-67,74r63,94r-70,0r-90,-136r0,136r-60,0r0,-252r143,0v54,0,81,28,81,84xm184,-172v0,-43,-59,-29,-102,-30r0,58v39,-2,102,10,102,-28","w":254,"k":{"a":11,"Y":22,"T":12,"O":3}},"S":{"d":"18,-178v0,-103,134,-68,229,-74r-31,50r-102,-1v-22,0,-32,5,-34,24v-3,23,46,21,75,21v59,0,89,27,89,79v0,108,-129,73,-225,79r0,-50r114,0v29,0,46,-3,48,-25v3,-24,-43,-21,-74,-21v-59,0,-89,-27,-89,-82","w":254,"k":{"A":11}},"T":{"d":"248,-252r-29,50r-62,0r0,202r-60,0r0,-202r-81,0r0,-50r232,0","w":246,"k":{"y":85,"w":86,"u":79,"r":89,"o":78,"i":13,"e":78,"a":81,"S":11,"O":22,"A":72,";":80,":":86,".":86,"-":90,",":83}},"U":{"d":"130,2v-138,8,-105,-123,-108,-254r60,0v8,75,-32,203,51,202v81,0,41,-128,50,-202r60,0r0,144v-1,82,-31,105,-113,110","w":255,"k":{"A":16,".":7,",":6}},"V":{"d":"69,-252r72,198r72,-198r63,0r-93,252r-87,0r-90,-252r63,0","w":277,"k":{"u":31,"o":33,"i":3,"e":33,"a":39,"O":35,"A":63,";":20,":":25,".":55,"-":17,",":55}},"W":{"d":"68,-252r35,213r37,-213r89,0r36,210r36,-210r57,0r-48,252r-88,0r-39,-212r-37,212r-91,0r-47,-252r60,0","w":358,"k":{"u":6,"r":8,"o":9,"e":9,"a":21,"A":31,";":6,":":11,".":30,"-":13,",":26}},"X":{"d":"81,-252r43,72r44,-72r68,0r-73,123r77,129r-69,0r-46,-76r-47,76r-67,0r75,-129r-69,-123r64,0","w":243,"k":{"u":11,"o":18,"e":18,"a":11}},"Y":{"d":"76,-252r54,79r50,-79r71,0r-90,140r0,112r-61,0r0,-111r-93,-141r69,0","w":252,"k":{"u":35,"r":31,"o":61,"e":64,"a":64,"S":22,"O":42,"J":51,"C":18,"A":79,";":51,":":51,".":79,"-":49,",":82}},"Z":{"d":"237,-252r0,49r-139,153r139,0r0,50r-219,0r0,-53r141,-149r-145,0r32,-50r191,0","w":246},"[":{"d":"125,-252r0,47r-45,0r0,226r45,0r0,47r-103,0r0,-320r103,0","w":134},"\\":{"d":"19,-252r36,0r57,252r-35,0","w":120},"]":{"d":"21,68r0,-47r45,0r0,-226r-45,0r0,-47r102,0r0,320r-102,0","w":135},"^":{"d":"105,-252r39,50r-44,0r-20,-27r-21,27r-42,0r38,-50r50,0","w":155},"_":{"d":"-3,43r0,-20r174,0r0,20r-174,0","w":167},"`":{"d":"83,-252r33,50r-40,0r-54,-50r61,0","w":122},"a":{"d":"137,-121v1,-34,-36,-22,-67,-21r-46,1r24,-49r54,0v120,-16,92,80,95,190r-60,0r0,-37r-26,37v-57,2,-98,-6,-98,-60v0,-67,59,-62,124,-61xm75,-62v1,21,39,12,62,14r0,-29v-22,2,-63,-8,-62,15","w":208,"k":{"y":13,"w":11,"v":14,"j":3,",":21}},"b":{"d":"208,-96v0,73,-28,98,-101,96r-27,-39r0,39r-60,0r0,-256r60,0r0,66v83,-4,128,10,128,94xm146,-91v0,-45,-23,-46,-66,-45r0,88v42,2,66,-1,66,-43","w":218,"k":{".":21,",":39}},"c":{"d":"14,-98v0,-98,81,-94,176,-92r-28,49v-46,-3,-84,-3,-84,46v0,59,52,46,102,47r-26,48r-69,0v-47,-3,-71,-36,-71,-98","w":195},"d":{"d":"14,-96v0,-80,44,-103,128,-94r0,-66r60,0r0,256r-60,0r0,-39r-27,39v-71,3,-101,-24,-101,-96xm76,-93v0,44,23,46,66,45r0,-88v-40,-1,-66,0,-66,43","w":216,"k":{".":14,",":14}},"e":{"d":"105,-192v71,-1,97,43,91,117r-121,0v11,40,70,24,119,27r-27,48r-83,0v-47,-3,-70,-35,-70,-96v0,-59,31,-96,91,-96xm137,-115v-1,-22,-9,-30,-30,-31v-20,0,-31,10,-33,31r63,0","w":205,"k":{"y":13,"x":17,"w":8,"v":15,".":26,",":26}},"f":{"d":"35,-190v-3,-66,44,-70,112,-67r-24,44v-18,-1,-26,4,-24,23r32,0r0,49r-32,0r0,141r-64,0r0,-141r-27,0r0,-49r27,0","w":126,"k":{"s":13,"r":-6,"o":13,"l":-8,"i":-8,"a":13}},"g":{"d":"208,-12v7,89,-60,87,-143,85r-28,-47v52,-4,120,20,106,-55r0,-13r-27,42v-73,4,-103,-25,-102,-98v1,-64,26,-92,91,-92r103,0r0,178xm81,-96v0,41,19,50,61,48r1,-92v-42,-1,-62,3,-62,44","w":219},"h":{"d":"144,0v-6,-60,27,-148,-39,-141r-23,0r0,141r-60,0r0,-256r60,0r0,103r29,-37v78,-2,96,10,95,97r-1,93r-61,0","w":216},"i":{"d":"81,-257r0,50r-60,0r0,-50r60,0xm81,-190r0,190r-60,0r0,-190r60,0","w":91},"j":{"d":"-28,28v39,0,49,-5,49,-41r0,-177r60,0r0,184v0,62,-22,81,-84,81xm81,-257r0,50r-60,0r0,-50r60,0","w":92},"k":{"d":"81,-256r0,148r55,-82r62,0r-52,81r68,109r-73,0r-60,-97r0,97r-60,0r0,-256r60,0","w":212,"k":{"u":13,"t":11,"o":17,"e":19,"a":9}},"l":{"d":"81,0r-60,0r0,-256r60,0r0,256","w":93,"k":{"y":3}},"m":{"d":"235,0v-8,-69,29,-147,-47,-137r0,137r-61,0v-3,-42,9,-101,-7,-130v-6,-6,-20,-8,-40,-8r0,138r-60,0r0,-190r60,0r0,40r28,-40v49,-1,70,3,80,43r27,-43v74,1,82,17,81,103r-1,87r-60,0","w":306},"n":{"d":"105,-190v79,-1,107,7,97,99r-1,91r-60,0r-1,-117v-8,-25,-19,-21,-60,-22r0,139r-60,0r0,-190r60,0r0,40","w":211,"k":{"y":3}},"o":{"d":"111,-190v77,0,106,23,106,97v0,68,-27,95,-95,95v-81,0,-107,-22,-107,-100v0,-64,30,-92,96,-92xm79,-94v-1,34,7,55,35,55v25,0,39,-17,39,-52v-1,-33,-8,-53,-38,-53v-24,0,-36,16,-36,50","w":227,"k":{"y":10,"x":19,"w":8,"v":15}},"p":{"d":"21,-190v105,0,187,-15,187,94v0,75,-28,98,-102,96r-25,-40r0,113r-60,0r0,-263xm147,-91v0,-45,-22,-48,-66,-48r0,91v42,1,66,-2,66,-43","w":217,"k":{"y":13}},"q":{"d":"13,-98v1,-73,28,-91,103,-92r84,0r0,263r-60,0r0,-113r-25,40v-76,1,-103,-21,-102,-98xm75,-93v0,43,22,46,65,45r0,-91v-43,-1,-65,2,-65,46","w":213},"r":{"d":"129,-141v-34,-1,-51,-1,-51,37r0,104r-60,0r0,-190r60,0r0,37r25,-37r53,0","w":154,"k":{".":56,",":54}},"s":{"d":"22,-132v0,-79,102,-54,175,-58r-27,49r-80,0v-12,0,-17,3,-17,10v0,6,8,10,25,10v54,0,96,4,96,57v0,81,-97,62,-174,64r0,-48r89,0v19,0,28,-5,28,-14v0,-14,-30,-13,-49,-12v-44,1,-66,-15,-66,-58","w":204},"t":{"d":"93,1v-85,10,-69,-64,-70,-142r-26,0r86,-112r0,63r31,0r0,49r-30,0r-1,42v0,46,-2,46,37,51","w":120},"u":{"d":"116,0v-80,0,-104,-7,-95,-99r0,-91r60,0v8,58,-33,160,58,142r0,-142r59,0r0,190r-59,0r0,-35","w":211},"v":{"d":"72,-190r40,116r39,-116r64,0r-70,190r-66,0r-71,-190r64,0","w":216,"k":{"o":15,"e":10,"a":15,".":28,",":35}},"w":{"d":"67,-190r23,127r27,-127r65,0r25,127r25,-127r58,0r-48,190r-68,0r-25,-125r-27,125r-68,0r-45,-190r58,0","w":292,"k":{"o":8,"e":8,"a":17,".":24,",":18}},"x":{"d":"80,-190r25,46r25,-46r67,0r-56,91r63,99r-69,0r-31,-50r-28,50r-69,0r60,-97r-54,-93r67,0","w":204,"k":{"o":19,"e":17,"a":6}},"y":{"d":"74,-190r34,114r34,-114r65,0r-75,200v-23,53,-29,61,-101,62r-29,-50v30,2,74,4,71,-25v0,-5,-22,-67,-65,-187r66,0","w":209,"k":{"o":11,"e":13,"a":18,".":35,",":40}},"z":{"d":"173,-190r0,51r-81,91r80,0r0,48r-153,0r0,-51r81,-90r-85,0r30,-49r128,0","w":183},"{":{"d":"36,-89v65,15,70,18,72,96v0,34,17,51,51,52r0,16v-71,-3,-88,-27,-88,-92v0,-45,-15,-55,-56,-63r0,-17v49,-9,59,-22,56,-84v-2,-54,39,-68,88,-71r0,16v-39,2,-60,28,-51,75v-2,55,-19,63,-72,72","w":164},"|":{"d":"26,57r0,-309r26,0r0,309r-26,0","w":64},"}":{"d":"71,8v-4,-63,9,-90,71,-97v-61,-10,-75,-22,-72,-96v1,-32,-20,-51,-51,-51r0,-16v71,4,88,27,88,92v0,45,14,55,56,63r0,17v-49,5,-55,31,-55,86v0,45,-30,69,-89,69r0,-16v30,-3,54,-16,52,-51","w":164},"~":{"d":"60,-248v19,-1,55,34,64,1r23,0v-3,21,-17,44,-37,45v-19,1,-61,-32,-67,1r-24,0v4,-25,16,-46,41,-47","w":155},"\u2013":{"d":"243,-130r0,43r-223,0r0,-43r223,0","w":265},"\u2014":{"d":"311,-129r0,40r-289,0r0,-40r289,0","w":334},"\u201c":{"d":"93,-252r-41,69r-29,0r0,-69r70,0xm179,-252r-41,69r-29,0r0,-69r70,0","w":181},"\u201d":{"d":"103,-183r40,-69r29,0r0,69r-69,0xm17,-183r40,-69r29,0r0,69r-69,0","w":185},"\u2018":{"d":"94,-252r-41,69r-29,0r0,-69r70,0","w":97},"\u2019":{"d":"17,-183r40,-69r29,0r0,69r-69,0","w":100},"\u00a0":{"w":66}}});

