/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());


Cufon.registerFont({"w":252,"face":{"font-family":"Florencesans","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 2 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"10","cap-height":"4","bbox":"-18 -287 359 73.4654","underline-thickness":"7.2","underline-position":"-44.28","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":156},"!":{"d":"69,-256r-39,0r6,190r26,0xm49,4v14,0,26,-12,26,-26v0,-14,-12,-26,-26,-26v-13,0,-26,13,-26,26v0,13,13,26,26,26","w":98},"\"":{"d":"151,-268r-53,0r18,99v8,6,20,2,21,-8xm76,-268r-53,0v7,32,7,71,18,99v7,7,19,1,20,-8","w":173,"k":{"A":44}},"#":{"d":"195,-103r0,-33r-39,0r2,-30r37,0r0,-33r-34,0r4,-38r-33,0r-3,38r-31,0r4,-38r-33,0r-3,38r-43,0r0,33r40,0r-3,30r-37,0r0,33r34,0r-3,37r33,0r3,-37r30,0r-3,37r33,0r3,-37r42,0xm95,-166r31,0r-3,30r-30,0","w":217},"$":{"d":"147,9v44,-6,86,-33,86,-77v0,-50,-34,-65,-86,-74r0,-79v21,5,40,15,40,40r39,0v1,-46,-37,-74,-79,-80r0,-26r-39,0r0,26v-40,6,-79,34,-78,76v1,51,30,66,78,75r0,80v-24,-5,-46,-15,-46,-42r-39,0v0,48,39,75,85,81r0,26r39,0r0,-26xm147,-104v24,5,45,12,46,36v0,21,-15,34,-46,38r0,-74xm108,-149v-33,-1,-54,-41,-26,-61v7,-5,16,-9,26,-11r0,72","w":255},"%":{"d":"232,10v36,0,66,-31,66,-67v0,-35,-31,-66,-66,-66v-36,0,-67,31,-67,66v0,35,30,67,67,67xm90,-129v36,0,67,-32,67,-66v0,-34,-32,-67,-67,-67v-35,0,-67,32,-67,67v0,35,31,66,67,66xm293,-256r-41,0r-224,260r42,0xm232,-91v20,0,33,15,34,34v0,20,-14,34,-34,34v-20,0,-34,-16,-34,-34v0,-19,15,-34,34,-34xm90,-229v19,0,34,16,34,34v0,18,-16,34,-34,34v-18,0,-34,-16,-34,-34v0,-19,16,-34,34,-34","w":321},"&":{"d":"23,-70v-3,73,93,105,147,57r10,17r47,0r-30,-47v9,-17,16,-34,24,-52r-36,-16r-13,30r-38,-59v39,-15,64,-69,27,-105v-34,-34,-106,-9,-103,43v2,24,7,29,22,51v-32,20,-55,41,-57,81xm148,-46v-28,30,-88,17,-86,-25v1,-25,19,-33,39,-48xm118,-223v22,-1,31,30,10,40r-15,11v-14,-13,-26,-49,5,-51","w":247},"'":{"d":"76,-268r-53,0v7,32,7,71,18,99v7,7,19,1,20,-8","w":98,"k":{"s":23,"r":12,"l":4}},"(":{"d":"103,35v-54,-70,-53,-221,0,-291r-27,0v-34,44,-53,76,-53,146v0,71,19,100,53,145r27,0","w":123},")":{"d":"48,35v69,-67,69,-225,0,-291r-27,0v52,70,53,221,0,291r27,0","w":123},"*":{"d":"154,-151r-34,-19r34,-19r-17,-29r-33,20r0,-39r-32,0r0,39r-33,-20r-17,29r33,19r-33,19r17,29r33,-20r0,39r32,0r0,-39r33,20","w":175},"+":{"d":"157,-78r0,-33r-50,0r0,-50r-33,0r0,50r-51,0r0,33r51,0r0,50r33,0r0,-50r50,0","w":180},",":{"d":"76,-48r-53,0v7,32,7,71,18,99v7,7,19,1,20,-8","w":98},"-":{"d":"157,-78r0,-33r-134,0r0,33r134,0","w":180},"\u00ad":{"d":"157,-78r0,-33r-134,0r0,33r134,0","w":180},".":{"d":"49,4v14,0,26,-12,26,-26v0,-14,-12,-26,-26,-26v-13,0,-26,13,-26,26v0,13,13,26,26,26","w":98},"\/":{"d":"150,-240r-36,-13r-100,273r37,13","w":164},"0":{"d":"126,10v65,0,111,-67,111,-136v0,-69,-46,-136,-111,-136v-66,0,-111,68,-111,136v0,68,45,136,111,136xm126,-223v45,1,72,46,72,97v0,51,-27,96,-72,97v-45,1,-72,-49,-72,-97v0,-48,27,-97,72,-97"},"1":{"d":"170,4r0,-260r-36,0r-71,71r26,25r42,-43r0,207r39,0"},"2":{"d":"125,-223v32,-1,62,13,60,42v-3,49,-78,74,-114,101v-29,23,-43,51,-43,84r197,0r0,-39r-146,0v42,-56,146,-67,146,-146v0,-73,-106,-103,-165,-62v-21,15,-32,34,-32,62r39,0v-1,-29,27,-42,58,-42"},"3":{"d":"25,-40v34,77,201,63,201,-36v0,-30,-14,-52,-43,-66v21,-11,31,-27,31,-50v3,-86,-162,-93,-182,-19r37,14v6,-35,106,-37,106,5v0,25,-43,34,-76,31r0,39v45,-4,88,10,89,46v1,56,-111,63,-129,16"},"4":{"d":"231,-46r0,-40r-32,0r0,-170r-32,0r-145,173r0,37r138,0r0,50r39,0r0,-50r32,0xm67,-86r93,-109r0,109r-93,0"},"5":{"d":"124,10v54,1,104,-42,104,-98v0,-75,-91,-124,-160,-84r0,-45r129,0r0,-39r-168,0r0,129r35,14v23,-52,125,-41,125,25v0,67,-111,79,-127,18r-39,10v15,40,52,69,101,70"},"6":{"d":"129,10v56,0,105,-44,105,-99v0,-80,-114,-134,-172,-72v9,-56,84,-87,119,-33r31,-23v-23,-30,-50,-45,-83,-45v-66,0,-111,67,-111,136v0,69,45,136,111,136xm129,-148v35,0,66,26,66,59v0,35,-32,60,-66,60v-30,0,-62,-30,-62,-60v0,-34,28,-59,62,-59"},"7":{"d":"226,-220r0,-36r-177,0r0,39r130,0r-129,221r47,0"},"8":{"d":"126,10v56,0,106,-33,105,-86v0,-30,-15,-52,-44,-66v21,-11,31,-27,31,-50v1,-46,-44,-70,-92,-70v-48,0,-92,24,-92,70v0,23,11,40,32,50v-29,14,-44,36,-44,66v-1,52,48,86,104,86xm126,-122v33,0,67,17,66,46v0,32,-32,47,-66,47v-34,1,-65,-17,-65,-47v0,-29,32,-46,65,-46xm73,-192v0,-43,106,-42,106,0v-4,40,-100,41,-106,0"},"9":{"d":"123,10v66,0,111,-67,111,-136v0,-69,-45,-136,-111,-136v-56,0,-105,44,-105,99v0,81,114,133,172,73v-8,56,-85,86,-119,32r-30,23v23,30,49,45,82,45xm123,-223v31,0,63,30,63,60v0,33,-29,59,-63,59v-32,0,-66,-26,-66,-59v0,-34,32,-60,66,-60"},":":{"d":"49,-109v14,0,26,-12,26,-26v0,-14,-11,-26,-26,-26v-14,0,-26,12,-26,26v0,13,13,26,26,26xm49,4v14,0,26,-12,26,-26v0,-14,-12,-26,-26,-26v-13,0,-26,13,-26,26v0,13,13,26,26,26","w":98},";":{"d":"76,-48r-53,0v7,32,7,71,18,99v7,7,19,1,20,-8xm49,-109v14,0,26,-12,26,-26v0,-14,-11,-26,-26,-26v-14,0,-26,12,-26,26v0,13,13,26,26,26","w":98},"\u037e":{"d":"76,-48r-53,0v7,32,7,71,18,99v7,7,19,1,20,-8xm49,-109v14,0,26,-12,26,-26v0,-14,-11,-26,-26,-26v-14,0,-26,12,-26,26v0,13,13,26,26,26","w":98},"<":{"d":"152,-36r-91,-58r91,-59r-18,-28r-111,72r0,29r111,72","w":173},"=":{"d":"157,-107r0,-32r-134,0r0,32r134,0xm157,-50r0,-32r-134,0r0,32r134,0","w":180},">":{"d":"150,-80r0,-29r-110,-72r-18,28r90,59r-90,58r18,28","w":173},"?":{"d":"77,-85v-4,-68,67,-50,67,-115v0,-52,-67,-84,-103,-43v-11,13,-18,27,-18,47r39,0v-2,-30,44,-36,43,-4v-2,40,-70,49,-59,99r3,35r26,0v1,-7,2,-13,2,-19xm62,4v13,0,25,-12,25,-26v0,-14,-12,-26,-25,-26v-14,0,-26,12,-26,26v0,14,12,26,26,26","w":167},"@":{"d":"275,4v46,0,84,-51,84,-98v0,-89,-78,-168,-168,-168v-90,0,-168,78,-168,168v0,106,104,196,219,159r-8,-28v-95,31,-181,-43,-181,-131v0,-75,64,-139,138,-139v74,0,138,65,138,139v0,32,-23,68,-52,68v-13,0,-22,-14,-21,-29r10,-114r-31,0r-2,19v-45,-57,-132,-2,-132,63v0,37,29,72,68,72v23,0,41,-9,56,-25v4,22,24,44,50,44xm185,-143v24,0,44,19,44,44v1,27,-26,54,-53,53v-25,0,-43,-19,-44,-44v-1,-28,26,-53,53,-53","w":381},"A":{"d":"234,4r-95,-260r-39,0r-94,260r41,0r21,-57r103,0r21,57r42,0xm120,-195r37,103r-75,0","w":239,"k":{"w":15,"v":22,"t":4,"Y":37,"W":23,"V":37,"T":32,"Q":8,"O":8,"G":8,"C":8,"'":44,"\"":44}},"B":{"d":"23,4v91,0,198,16,200,-75v0,-27,-13,-45,-39,-56v67,-34,20,-129,-50,-129r-111,0r0,260xm62,-107v50,2,122,-12,122,36v0,48,-73,34,-122,36r0,-72xm62,-217v48,1,115,-11,115,36v0,46,-67,35,-115,36r0,-72","w":243,"k":{".":10,",":3}},"C":{"d":"15,-126v0,114,153,184,233,96v-3,-15,-18,-18,-26,-29v-58,65,-168,16,-168,-67v0,-82,110,-132,168,-67r29,-26v-81,-92,-236,-24,-236,93","w":268},"D":{"d":"122,4v70,2,129,-61,129,-130v0,-70,-59,-130,-129,-130r-99,0r0,260r99,0xm122,-217v48,-1,90,42,90,91v0,49,-42,91,-90,91r-60,0r0,-182r60,0","w":271,"k":{"Y":20,"W":8,"V":13,"A":13,".":30,",":23}},"E":{"d":"207,4r0,-39r-145,0r0,-72r114,0r0,-38r-114,0r0,-72r145,0r0,-39r-184,0r0,260r184,0","w":230},"F":{"d":"207,-217r0,-39r-184,0r0,260r39,0r0,-111r114,0r0,-38r-114,0r0,-72r145,0","w":219,"k":{"r":16,"o":8,"e":8,"a":8,"A":32,".":97,",":91}},"G":{"d":"152,10v56,-1,91,-28,114,-63r0,-92r-118,0r0,38r79,0r0,43v-52,71,-173,24,-173,-62v0,-51,45,-99,98,-97v35,1,62,19,79,42r32,-22v-24,-33,-60,-58,-111,-59v-72,-3,-137,64,-137,136v0,73,65,138,137,136","w":285,"k":{".":12,",":4}},"H":{"d":"233,4r0,-260r-40,0r0,111r-131,0r0,-111r-39,0r0,260r39,0r0,-111r131,0r0,111r40,0","w":255},"I":{"d":"62,4r0,-260r-39,0r0,260r39,0","w":85},"J":{"d":"89,10v47,2,89,-42,89,-89r0,-177r-103,0r0,39r64,0r0,138v2,50,-71,70,-94,24r-34,18v16,24,39,46,78,47","w":198,"k":{".":12,",":5}},"K":{"d":"223,4r-101,-156r103,-104r-55,0r-108,108r0,-108r-39,0r0,260r39,0r0,-97r31,-31r83,128r47,0","w":228},"L":{"d":"176,4r0,-39r-114,0r0,-221r-39,0r0,260r153,0","w":187,"k":{"Y":41,"W":22,"V":35,"T":37,"'":69,"\"":69}},"M":{"d":"282,4r0,-260r-57,0r-73,199r-72,-199r-57,0r0,260r39,0r0,-195r71,195r39,0r71,-194r0,194r39,0","w":304},"N":{"d":"233,4r0,-260r-40,0r0,187r-133,-187r-37,0r0,260r39,0r0,-187r133,187r38,0","w":255},"O":{"d":"152,10v72,0,136,-64,136,-136v0,-72,-64,-136,-136,-136v-72,0,-137,64,-137,136v0,72,65,136,137,136xm152,-223v52,0,96,45,96,97v0,52,-45,97,-96,97v-52,0,-98,-46,-98,-97v0,-51,45,-97,98,-97","w":303,"k":{"Y":16,"V":8,"T":14,"A":8,".":24,",":17}},"P":{"d":"134,-107v43,1,83,-31,83,-74v0,-41,-40,-76,-83,-75r-111,0r0,260r39,0r0,-111r72,0xm62,-217v48,1,115,-11,115,36v0,46,-67,35,-115,36r0,-72","w":228,"k":{"A":22,".":103,",":96}},"Q":{"d":"171,9v66,-10,115,-66,117,-135v2,-72,-64,-136,-136,-136v-72,0,-137,64,-137,136v0,69,55,127,117,135r0,58r39,0r0,-58xm152,-223v79,0,127,100,73,160v-15,17,-33,28,-54,32r0,-36r-39,0r0,36v-42,-7,-78,-48,-78,-95v0,-51,45,-97,98,-97","w":303,"k":{".":24,",":17}},"R":{"d":"217,-181v0,-41,-40,-76,-83,-75r-111,0r0,260r39,0r0,-111v34,-1,64,0,78,21r58,90r47,0v-27,-38,-49,-81,-79,-116v26,-9,51,-36,51,-69xm62,-217v48,1,115,-11,115,36v0,46,-67,35,-115,36r0,-72","w":241},"S":{"d":"125,10v52,0,104,-31,104,-78v0,-61,-69,-70,-124,-81v-26,-5,-39,-18,-39,-36v3,-51,120,-52,118,4r39,0v2,-50,-47,-81,-98,-81v-48,0,-99,31,-99,77v0,63,67,72,124,82v26,5,40,18,40,35v-2,53,-133,55,-131,-4r-39,0v-2,51,52,82,105,82","w":249},"T":{"d":"213,-217r0,-39r-202,0r0,39r82,0r0,221r39,0r0,-221r81,0","w":224,"k":{"u":14,"r":17,"o":8,"e":8,"a":8,"O":13,"A":32,";":25,":":26,".":49,"-":33,",":47}},"U":{"d":"125,10v55,0,104,-48,104,-104r0,-162r-39,0r0,162v1,35,-30,65,-65,65v-35,0,-66,-30,-66,-65r0,-162r-39,0r0,162v-1,56,49,104,105,104","w":249},"V":{"d":"234,-256r-42,0r-72,199r-73,-199r-41,0r94,260r39,0","w":239,"k":{"O":8,"G":8,"A":37,";":16,":":17,".":47,"-":27,",":43}},"W":{"d":"338,-256r-40,0r-54,185r-52,-185r-39,0r-53,185r-53,-185r-41,0r75,260r38,0r53,-185r53,185r39,0","w":344,"k":{"A":23,";":10,":":11,".":34,"-":18,",":31}},"X":{"d":"237,4r-92,-130r92,-130r-48,0r-68,96r-67,-96r-48,0r91,130r-91,130r48,0r67,-96r68,96r48,0","w":242},"Y":{"d":"235,-256r-48,0r-67,96r-68,-96r-48,0r96,136r0,124r39,0r0,-124","w":239,"k":{"u":10,"o":5,"e":5,"a":3,"O":15,"A":37,";":23,":":23,".":54,"-":33,",":49}},"Z":{"d":"229,4r0,-39r-154,0r154,-184r0,-37r-209,0r0,39r155,0r-155,184r0,37r209,0","w":249},"[":{"d":"107,35r0,-39r-45,0r0,-213r45,0r0,-39r-84,0r0,291r84,0","w":129},"\\":{"d":"150,20r-99,-273r-37,13r100,273","w":164},"]":{"d":"107,35r0,-291r-84,0r0,39r44,0r0,213r-44,0r0,39r84,0","w":129},"^":{"d":"160,-116r-54,-121r-30,0r-54,121r30,13r39,-87r39,87","w":182},"_":{"d":"165,4r0,-33r-165,0r0,33r165,0","w":164},"`":{"d":"84,-210r-23,-46r-42,0r38,46r27,0","w":104},"a":{"d":"15,-94v0,88,115,142,170,71r0,27r40,0r0,-197r-40,0r0,27v-56,-70,-170,-16,-170,72xm120,-160v35,0,65,31,65,66v0,35,-30,65,-65,65v-35,0,-66,-30,-66,-65v0,-35,31,-66,66,-66","w":248},"b":{"d":"134,10v54,0,99,-50,99,-104v0,-54,-45,-105,-99,-105v-34,0,-55,14,-72,33r0,-90r-39,0r0,260r39,0r0,-27v18,19,38,33,72,33xm128,-160v35,0,65,31,65,66v0,35,-30,65,-65,65v-35,0,-66,-30,-66,-65v0,-35,31,-66,66,-66","w":248},"c":{"d":"15,-94v0,72,80,130,151,93v14,-8,34,-17,36,-35r-30,-19v-36,51,-118,21,-118,-39v0,-60,82,-92,118,-40r33,-21v-18,-24,-48,-43,-85,-44v-56,-2,-105,49,-105,105","w":223},"d":{"d":"15,-94v0,88,115,142,170,71r0,27r40,0r0,-260r-40,0r0,90v-56,-70,-170,-16,-170,72xm120,-160v35,0,65,31,65,66v0,35,-30,65,-65,65v-35,0,-66,-30,-66,-65v0,-35,31,-66,66,-66","w":248},"e":{"d":"15,-94v0,73,81,130,152,92v15,-8,27,-18,38,-32r-33,-21v-30,45,-106,26,-114,-20r165,0v13,-68,-42,-124,-103,-124v-56,0,-105,49,-105,105xm58,-114v7,-39,68,-62,103,-32v10,8,18,19,22,32r-125,0","w":240},"f":{"d":"73,-174v-1,-22,-4,-63,23,-44r18,-35v-34,-24,-81,4,-80,42r0,37r-19,0r0,39r19,0r0,202r39,0r0,-202r32,0r0,-39r-32,0","w":125,"k":{"1":32}},"g":{"d":"37,32v56,80,188,32,188,-63r0,-162r-40,0r0,27v-14,-19,-42,-33,-71,-33v-54,-1,-99,50,-99,105v0,87,113,140,170,72v-4,55,-85,77,-118,29xm120,-160v35,0,65,31,65,66v0,35,-30,65,-65,65v-35,0,-66,-30,-66,-65v0,-35,31,-66,66,-66","w":248},"h":{"d":"109,-160v68,0,43,99,47,164r39,0r0,-117v4,-68,-85,-116,-133,-64r0,-79r-39,0r0,260r39,0v4,-66,-21,-163,47,-164","w":214},"i":{"d":"62,4r0,-197r-39,0r0,197r39,0xm43,-210v13,0,26,-13,26,-26v0,-14,-12,-26,-26,-26v-14,0,-26,11,-26,26v0,14,12,26,26,26","w":85},"j":{"d":"-18,64v34,24,80,-4,80,-42r0,-215r-39,0r0,215v0,12,-13,16,-23,7xm43,-210v13,0,26,-13,26,-26v0,-14,-12,-26,-26,-26v-14,0,-26,11,-26,26v0,14,12,26,26,26","w":85},"k":{"d":"198,4r-77,-118r79,-79r-55,0r-83,83r0,-146r-39,0r0,260r39,0r0,-59r31,-31r58,90r47,0","w":203},"l":{"d":"62,4r0,-260r-39,0r0,260r39,0","w":85},"m":{"d":"222,-160v61,0,37,102,41,164r39,0r0,-117v6,-74,-98,-120,-138,-54v-19,-39,-74,-42,-102,-11r0,-15r-39,0r0,197r39,0v5,-63,-21,-164,41,-164v61,0,35,103,40,164r39,0v5,-62,-22,-164,40,-164","w":321},"n":{"d":"109,-160v68,0,43,99,47,164r39,0r0,-117v4,-68,-85,-116,-133,-64r0,-16r-39,0r0,197r39,0v4,-66,-21,-163,47,-164","w":214},"o":{"d":"120,10v55,0,105,-48,105,-104v0,-56,-49,-105,-105,-105v-56,0,-105,49,-105,105v0,56,49,104,105,104xm120,-160v35,0,65,31,65,66v0,35,-30,65,-65,65v-35,0,-66,-30,-66,-65v0,-35,31,-66,66,-66","w":240},"p":{"d":"134,10v54,0,99,-50,99,-104v0,-54,-45,-105,-99,-105v-34,0,-55,14,-72,33r0,-27r-39,0r0,260r39,0r0,-90v18,19,38,33,72,33xm128,-160v35,0,65,31,65,66v0,35,-30,65,-65,65v-35,0,-66,-30,-66,-65v0,-35,31,-66,66,-66","w":248},"q":{"d":"15,-94v0,88,115,142,170,71r0,90r40,0r0,-260r-40,0r0,27v-56,-70,-170,-16,-170,72xm120,-160v35,0,65,31,65,66v0,35,-30,65,-65,65v-35,0,-66,-30,-66,-65v0,-35,31,-66,66,-66","w":248},"r":{"d":"62,4v3,-71,-22,-182,64,-161v10,-5,3,-28,5,-41v-30,-3,-51,2,-69,21r0,-16r-39,0r0,197r39,0","w":143,"k":{";":4,":":4,".":38,"-":16,",":33}},"s":{"d":"103,10v41,0,87,-25,82,-62v-7,-53,-22,-51,-94,-64v-19,-4,-29,-11,-29,-21v2,-32,84,-33,81,4r39,0v1,-41,-37,-66,-79,-66v-40,0,-81,24,-80,62v1,50,44,55,94,64v19,4,29,11,29,21v0,15,-14,23,-43,23v-23,0,-45,-5,-44,-27r-39,0v-2,42,40,66,83,66","w":205,"k":{".":4}},"t":{"d":"127,-154r0,-39r-38,0r0,-44r-39,0r0,44r-38,0r0,39r38,0r0,221r39,0r0,-221r38,0","w":139},"u":{"d":"20,-76v-5,68,82,116,132,64r0,16r40,0r0,-197r-40,0v-6,65,24,164,-46,164v-69,0,-42,-99,-47,-164r-39,0r0,117","w":214},"v":{"d":"204,-193r-42,0r-58,141r-56,-141r-42,0r79,197r39,0","w":209,"k":{".":35,",":31}},"w":{"d":"295,-193r-40,0r-43,130r-42,-130r-38,0r-43,130r-42,-130r-41,0r64,197r38,0r43,-130r42,130r38,0","w":301,"k":{".":25,",":22}},"x":{"d":"193,4r-70,-98r70,-99r-49,0r-45,64r-45,-64r-48,0r69,99r-69,98r48,0r45,-64r45,64r49,0","w":198},"y":{"d":"42,69v30,11,57,-1,67,-28r95,-234r-42,0r-58,141r-56,-141r-42,0r78,193v-8,11,-5,34,-22,34v-8,0,-12,-2,-20,-5r0,40","w":209,"k":{".":39,",":33}},"z":{"d":"198,4r0,-39r-121,0r121,-121r0,-37r-178,0r0,39r121,0r-121,121r0,37r178,0","w":217},"{":{"d":"55,-76v0,66,7,119,74,111r0,-39v-19,2,-35,-2,-35,-18v0,-37,4,-74,-20,-88v23,-14,20,-51,20,-88v0,-15,16,-22,35,-19r0,-39v-66,-8,-74,43,-74,111v0,14,-16,16,-32,15r0,39v16,-1,32,1,32,15","w":151},"|":{"d":"62,35r0,-291r-39,0r0,291r39,0","w":85},"}":{"d":"97,-22v3,-32,-15,-79,32,-69r0,-39v-16,1,-33,0,-32,-15v5,-65,-7,-119,-74,-111r0,39v63,-12,13,84,54,107v-22,13,-20,52,-19,88v0,15,-16,21,-35,18r0,39v43,7,72,-24,74,-57","w":151},"~":{"d":"53,-71v9,-36,47,4,68,0v15,1,38,-14,35,-35r-27,-11v-8,36,-49,0,-69,0v-16,0,-29,11,-38,33","w":181},"\u2026":{"d":"213,4v13,0,26,-13,26,-26v0,-13,-13,-26,-26,-26v-13,0,-26,13,-26,26v0,13,13,26,26,26xm49,4v14,0,26,-12,26,-26v0,-14,-12,-26,-26,-26v-13,0,-26,13,-26,26v0,13,13,26,26,26xm131,4v13,0,26,-13,26,-26v0,-13,-13,-26,-26,-26v-13,0,-26,13,-26,26v0,13,13,26,26,26","w":262},"\u2018":{"d":"62,-256v-41,0,-41,51,-39,96r52,0r0,-52r-31,0v0,-11,8,-24,18,-23r0,-21","w":98},"\u2019":{"d":"36,-160v43,0,40,-51,39,-96r-52,0r0,52r31,0v-1,11,-7,24,-18,24r0,20","w":98},"\u201c":{"d":"132,-256v-42,-1,-41,51,-39,96r51,0r0,-52r-31,0v1,-11,8,-24,19,-23r0,-21xm62,-256v-41,0,-41,51,-39,96r52,0r0,-52r-31,0v0,-11,8,-24,18,-23r0,-21","w":167},"\u201d":{"d":"105,-160v41,0,41,-51,39,-96r-51,0r0,52r31,0v-2,12,-7,24,-19,24r0,20xm36,-160v43,0,40,-51,39,-96r-52,0r0,52r31,0v-1,11,-7,24,-18,24r0,20","w":167},"\u2013":{"d":"125,-78r0,-33r-102,0r0,33r102,0","w":148},"\u2014":{"d":"188,-78r0,-33r-165,0r0,33r165,0","w":211},"\u2122":{"d":"260,-116r0,-140r-37,0r-33,90r-32,-90r-135,0r0,30r41,0r0,110r30,0r0,-110r27,0r0,110r29,0r0,-74r27,74r27,0r26,-73r0,73r30,0","w":283},"\u00d7":{"d":"157,-50r-45,-44r45,-45r-23,-23r-45,45r-44,-45r-23,23r45,45r-45,44r23,23r44,-45r45,45","w":178},"\u00a0":{"w":156}}});

