/*
 * 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 FONT IN THIS SAME FILE >> DAX MED BOLD
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * 2003 Hans Reichel, published by FontShop International for the FontFont
 * library.
 * 
 * Manufacturer:
 * Hans Reichel, published by FontShop International for the FontFont library
 */
Cufon.registerFont({"w":484,"face":{"font-family":"DaxCompact-Medium","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 5 6 5 0 0 2 0 4","ascent":"840","descent":"-160","x-height":"10","bbox":"-20 -994 812 201","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":236},"!":{"d":"136,-128v38,0,68,30,68,68v0,38,-30,68,-68,68v-38,0,-68,-30,-68,-68v0,-38,30,-68,68,-68xm180,-244r-88,0r-21,-596r130,0","w":272},"\"":{"d":"143,-549r-60,0r-21,-271v18,-37,83,-38,101,0xm321,-549r-60,0r-21,-271v18,-37,83,-38,101,0","w":403},"#":{"d":"260,-518r-23,186r143,0r24,-186r-144,0xm490,-518r-23,186r85,0r0,79r-96,0r-31,253r-87,0r32,-253r-144,0r-31,253r-87,0r32,-253r-86,0r0,-79r96,0r24,-186r-86,0r0,-79r96,0r30,-243r87,0r-31,243r144,0r30,-243r87,0r-31,243r86,0r0,79r-96,0","w":640},"$":{"d":"276,-760v-111,0,-150,115,-102,198v71,124,242,157,240,357v-1,113,-68,195,-168,211r10,154r-86,0r14,-150v-54,-1,-112,-20,-144,-40r34,-86v22,12,69,30,107,30v110,0,148,-116,101,-200v-69,-125,-236,-157,-235,-354v0,-115,63,-190,166,-206r-10,-148r87,0r-14,144v54,1,99,19,129,40r-29,78v-19,-14,-65,-28,-100,-28","w":459},"%":{"d":"242,-402v16,-64,17,-264,0,-328v-19,-72,-82,-72,-101,0v-17,64,-17,264,0,328v19,72,82,73,101,0xm717,-117v17,-65,17,-264,0,-328v-19,-72,-82,-73,-101,0v-16,65,-16,264,0,328v19,73,82,72,101,0xm340,8r-63,-17r240,-839r63,17xm192,-851v132,0,146,147,146,289v0,142,-14,288,-146,288v-132,0,-146,-146,-146,-288v0,-142,14,-289,146,-289xm666,-566v132,0,146,146,146,288v0,142,-14,289,-146,289v-132,0,-146,-147,-146,-289v0,-142,14,-288,146,-288","w":858},"&":{"d":"150,-241v-5,116,76,193,182,152r0,-365v-110,35,-176,84,-182,213xm290,-530v83,-1,148,-45,205,-82r32,84v-24,16,-60,30,-90,40r0,458v-33,23,-102,41,-166,41v-146,0,-231,-95,-231,-243v0,-130,72,-199,153,-245v-66,-30,-118,-82,-121,-178v-4,-149,126,-228,269,-183v22,7,39,17,52,28r-26,77v-16,-11,-55,-27,-86,-27v-64,0,-102,45,-102,110v0,69,44,121,111,120","w":542},"'":{"d":"143,-549r-60,0r-21,-271v18,-37,83,-38,101,0","w":225},"(":{"d":"162,-375v0,193,48,374,126,503r-63,32v-141,-204,-234,-508,-131,-804v31,-90,74,-179,131,-266r63,32v-78,130,-126,309,-126,503","w":312},")":{"d":"87,-910v141,204,234,508,131,804v-31,90,-74,179,-131,266r-63,-32v78,-130,126,-309,126,-503v0,-193,-48,-374,-126,-503","w":312},"*":{"d":"287,-597r102,145r-67,58r-80,-169r-80,169r-67,-58r102,-145r-136,-38r23,-85r131,70r-14,-190r82,0r-14,190r131,-70r23,85"},"+":{"d":"284,-360r0,170r-83,0r0,-170r-137,0r0,-78r137,0r0,-169r82,0r0,169r137,0r0,78r-136,0"},",":{"d":"83,160r-69,0r59,-250v16,-39,107,-54,117,0","w":243},"-":{"d":"57,-346r0,-92r218,0r0,92r-218,0","w":332},"\u00ad":{"d":"57,-346r0,-92r218,0r0,92r-218,0","w":332},".":{"d":"121,-128v38,0,69,30,69,68v0,38,-31,68,-69,68v-38,0,-68,-30,-68,-68v0,-38,30,-68,68,-68","w":243},"\/":{"d":"103,148r-83,-27r295,-1013r83,27","w":446},"0":{"d":"313,-165v24,-96,24,-421,0,-516v-27,-110,-115,-110,-142,0v-24,96,-24,421,0,516v27,110,115,110,142,0xm392,-739v59,134,59,505,0,638v-32,74,-80,112,-150,112v-70,0,-118,-38,-150,-112v-59,-134,-59,-505,0,-638v32,-74,80,-112,150,-112v70,0,118,38,150,112"},"1":{"d":"69,-725v84,-15,165,-50,199,-115r78,0r0,840r-108,0r0,-689v-44,19,-100,35,-159,40"},"2":{"d":"193,-851v174,0,252,151,197,313v-53,158,-149,290,-221,434r253,0r0,104r-395,0r226,-466v21,-44,43,-95,43,-152v0,-84,-43,-139,-130,-139v-38,0,-78,14,-102,25r-28,-78v35,-21,95,-41,157,-41"},"3":{"d":"287,-457v68,40,128,105,129,215v1,179,-131,290,-316,241v-27,-7,-48,-18,-64,-29r30,-85v22,16,66,31,107,30v88,-4,131,-67,131,-156v0,-105,-65,-161,-168,-165r0,-72v95,-7,161,-62,161,-159v0,-76,-42,-120,-119,-122v-38,-1,-83,13,-105,27r-28,-78v32,-20,96,-42,151,-41v133,2,209,75,209,203v0,98,-60,152,-118,191"},"4":{"d":"292,-686v-14,24,-20,59,-32,86r-142,332r172,0xm388,-185r0,185r-102,0r0,-185r-241,0r0,-83r242,-572r101,0r0,572r51,0r0,83r-51,0"},"5":{"d":"313,-251v2,-134,-97,-194,-239,-161r29,-428r311,0r0,101r-232,0r-15,241v167,-11,255,83,257,247v3,181,-129,300,-316,249v-27,-8,-49,-17,-64,-28r30,-85v22,15,68,32,108,30v90,-4,129,-74,131,-166"},"6":{"d":"246,-82v72,0,92,-89,92,-172v0,-94,-25,-172,-117,-175v-25,0,-46,3,-61,10v-19,122,-24,337,86,337xm245,-505v139,0,195,112,195,254v0,143,-54,262,-194,262v-220,0,-224,-328,-168,-521v47,-161,149,-282,289,-342r33,88v-111,48,-184,147,-221,272v19,-9,41,-13,66,-13"},"7":{"d":"454,-840r-119,380v-16,53,-31,106,-45,158v-14,52,-28,103,-40,154v-12,51,-22,101,-31,148r-134,0r245,-739r-276,0r0,-101r400,0"},"8":{"d":"243,-501v43,-45,92,-80,94,-154v2,-59,-35,-110,-92,-110v-90,0,-115,125,-67,190v17,23,38,48,65,74xm240,-83v101,0,122,-147,70,-219v-18,-26,-42,-53,-72,-81v-49,48,-99,90,-99,175v0,70,34,125,101,125xm304,-446v63,62,134,122,134,242v0,128,-71,215,-196,215v-126,0,-196,-85,-196,-215v0,-117,67,-178,130,-237v-56,-55,-116,-108,-116,-215v0,-118,66,-190,182,-195v159,-8,228,185,148,311v-22,35,-57,64,-86,94"},"9":{"d":"146,-592v0,95,24,176,117,179v25,0,46,-3,61,-10v17,-84,12,-222,-15,-282v-18,-39,-40,-59,-71,-59v-78,0,-92,88,-92,172xm238,-851v220,0,225,329,168,521v-47,160,-149,283,-289,342r-33,-88v111,-48,184,-147,221,-272v-19,9,-41,13,-66,13v-139,0,-195,-111,-195,-254v0,-143,54,-262,194,-262"},":":{"d":"121,-128v38,0,69,30,69,68v0,38,-31,68,-69,68v-38,0,-68,-30,-68,-68v0,-38,30,-68,68,-68xm121,-444v38,0,69,30,69,68v0,38,-31,69,-69,69v-38,0,-68,-31,-68,-69v0,-38,30,-68,68,-68","w":243},";":{"d":"122,-444v38,0,68,30,68,68v0,38,-30,69,-68,69v-38,0,-68,-31,-68,-69v0,-38,30,-68,68,-68xm83,160r-69,0r59,-250v16,-39,107,-54,117,0","w":243},"\u037e":{"d":"122,-444v38,0,68,30,68,68v0,38,-30,69,-68,69v-38,0,-68,-31,-68,-69v0,-38,30,-68,68,-68xm83,160r-69,0r59,-250v16,-39,107,-54,117,0","w":243},"<":{"d":"64,-363r0,-72r356,-151r0,90r-273,97r273,97r0,90"},"=":{"d":"64,-272r0,-78r356,0r0,78r-356,0xm64,-448r0,-78r356,0r0,78r-356,0"},">":{"d":"64,-212r0,-90r273,-97r-273,-97r0,-90r356,151r0,72"},"?":{"d":"184,-128v38,0,69,30,69,68v0,38,-31,68,-69,68v-38,0,-68,-30,-68,-68v0,-38,30,-68,68,-68xm169,-851v122,2,190,72,193,190v3,101,-60,172,-123,212r-10,205r-89,0r-11,-229v64,-33,123,-84,123,-173v0,-62,-35,-110,-101,-110v-31,0,-70,15,-88,26r-29,-80v28,-20,86,-42,135,-41","w":408},"@":{"d":"452,-563v-134,4,-127,289,-71,379v23,37,65,56,122,57r0,-421v-11,-8,-28,-16,-51,-15xm782,61v-68,64,-158,110,-290,110v-302,0,-444,-206,-444,-509v0,-226,89,-391,238,-473v91,-50,236,-53,328,-6v128,65,198,204,198,392v0,223,-92,375,-303,375v-176,0,-257,-113,-254,-299v2,-157,51,-287,201,-287v63,0,107,25,134,59r0,438v96,-39,131,-146,131,-286v0,-196,-69,-353,-264,-353v-174,0,-257,125,-297,269v-46,167,-13,379,67,477v58,71,140,125,265,125v112,-1,191,-41,249,-95","w":860},"A":{"d":"332,-267r-72,-374v-5,-24,-2,-55,-10,-75v-17,159,-55,299,-81,449r163,0xm381,0r-36,-187r-189,0r-36,187r-105,0r181,-840r119,0r181,840r-115,0","w":511},"B":{"d":"226,-767v-21,0,-43,3,-57,10r0,290v114,8,173,-38,173,-153v-1,-95,-26,-146,-116,-147xm228,-78v87,-3,124,-58,124,-158v0,-119,-62,-168,-183,-160r0,307v14,6,36,11,59,11xm336,-434v73,31,125,98,126,205v2,157,-80,239,-230,240v-64,1,-133,-18,-168,-41r0,-780v35,-22,101,-41,164,-41v149,0,223,82,223,228v-1,97,-54,154,-115,189","w":504},"C":{"d":"194,-174v33,83,114,105,178,60r26,84v-23,22,-64,41,-114,41v-79,0,-136,-38,-178,-110v-77,-130,-71,-509,0,-642v57,-107,200,-144,292,-69r-26,78v-63,-44,-145,-23,-178,60v-39,100,-40,398,0,498","w":426},"D":{"d":"172,-92v71,23,128,1,158,-72v52,-131,62,-499,-45,-580v-29,-22,-79,-24,-113,-11r0,663xm64,-810v57,-41,199,-57,273,-11v141,88,164,362,126,577v-24,138,-85,249,-240,254v-68,2,-124,-17,-159,-40r0,-780","w":525},"E":{"d":"64,0r0,-840r285,0r0,88r-176,0r0,278r157,0r0,88r-157,0r0,295r176,0r0,91r-285,0","w":398},"F":{"d":"173,-752r0,278r157,0r0,88r-157,0r0,386r-109,0r0,-840r285,0r0,88r-176,0","w":394},"G":{"d":"168,-270v17,113,64,214,185,177r0,-296r-83,0r0,-86r189,0r0,445v-37,24,-86,41,-154,41v-85,0,-147,-38,-193,-110v-85,-133,-79,-508,6,-641v70,-109,228,-144,333,-70r-26,78v-20,-13,-60,-26,-95,-25v-53,0,-93,28,-126,80v-45,69,-54,284,-36,407","w":517},"H":{"d":"351,0r0,-386r-178,0r0,386r-109,0r0,-840r109,0r0,366r178,0r0,-366r109,0r0,840r-109,0","w":524},"I":{"d":"67,0r0,-840r109,0r0,840r-109,0","w":243},"J":{"d":"-20,78v59,-16,92,-67,92,-142r0,-776r110,0r0,772v-2,142,-71,226,-202,239r0,-93","w":249},"K":{"d":"357,0r-173,-405v-4,-7,-3,-18,-9,-22r0,427r-109,0r0,-840r109,0r0,397r183,-397r113,0r-195,403r202,437r-121,0","w":496},"L":{"d":"66,0r0,-840r109,0r0,749r163,0r0,91r-272,0","w":368},"M":{"d":"565,0r-47,-638v-2,-11,3,-28,-2,-35r-17,109r-111,564r-71,0r-129,-673r-2,0r-4,109r-43,564r-101,0r86,-840r109,0r115,569v5,21,2,50,10,68v31,-222,83,-424,123,-637r109,0r86,840r-111,0","w":714},"N":{"d":"153,-650r2,650r-91,0r0,-840r100,0r229,594v4,9,3,23,11,29r-2,-623r91,0r0,840r-89,0r-231,-592v-8,-18,-9,-43,-20,-58","w":557},"O":{"d":"348,-166v28,-96,28,-420,0,-515v-32,-109,-132,-109,-164,0v-28,96,-28,420,0,515v32,109,132,109,164,0xm366,-822v129,90,135,373,107,584v-18,134,-64,249,-207,249v-200,0,-219,-218,-219,-431v0,-176,21,-330,119,-402v52,-39,147,-37,200,0","w":532},"P":{"d":"171,-455v114,21,172,-50,169,-158v-2,-93,-25,-154,-116,-154v-18,0,-42,4,-53,10r0,302xm449,-614v1,168,-103,261,-278,240r0,374r-107,0r0,-810v35,-22,96,-42,158,-41v153,2,226,86,227,237","w":482},"Q":{"d":"348,-166v28,-96,28,-420,0,-515v-32,-109,-132,-109,-164,0v-28,96,-28,420,0,515v32,109,132,109,164,0xm473,-602v26,201,21,485,-96,574r148,105r-87,74r-136,-144v-222,25,-255,-197,-255,-427v0,-176,21,-330,119,-402v52,-39,148,-39,200,0v61,44,94,122,107,220","w":532},"R":{"d":"171,-450v106,13,171,-48,169,-154v-2,-97,-23,-161,-114,-162v-20,0,-42,3,-55,9r0,307xm450,-612v0,118,-74,183,-165,210r190,402r-121,0r-181,-420r-2,0r0,420r-107,0r0,-810v35,-22,99,-42,159,-41v154,1,227,87,227,239","w":498},"S":{"d":"255,-759v-95,0,-129,112,-88,191v64,124,211,170,211,361v0,158,-126,251,-286,205v-25,-8,-45,-17,-58,-28r29,-86v19,15,60,29,96,29v98,0,131,-118,91,-200v-61,-126,-208,-169,-208,-360v0,-155,129,-237,278,-191v23,7,41,18,52,28r-25,78v-18,-14,-58,-27,-92,-27","w":418},"T":{"d":"262,-752r0,752r-110,0r0,-752r-127,0r0,-88r364,0r0,88r-127,0","w":414},"U":{"d":"261,-85v55,0,88,-43,88,-103r0,-652r101,0r0,650v-2,126,-70,201,-193,201v-123,0,-193,-75,-193,-201r0,-650r109,0r0,652v-1,60,32,102,88,103","w":514},"V":{"d":"302,0r-111,0r-175,-840r118,0r112,651v3,11,-1,27,5,33r14,-106r103,-578r109,0","w":493},"W":{"d":"579,0r-102,0r-92,-549v-8,-33,-5,-68,-12,-97r-11,97r-92,549r-102,0r-144,-840r112,0r90,660r2,0v1,-33,6,-65,11,-96r95,-564r89,0r105,660r2,0r10,-96r81,-564r102,0","w":747},"X":{"d":"346,0r-105,-334r-2,0r-108,334r-111,0r160,-432r-147,-408r116,0r96,309r2,0r100,-309r106,0r-147,397r160,443r-120,0","w":486},"Y":{"d":"289,-362r0,362r-109,0r0,-362r-169,-478r119,0r108,364r2,0r109,-364r109,0","w":469},"Z":{"d":"23,0r209,-753r-196,0r0,-87r328,0r-204,750r205,0r0,90r-342,0","w":397},"[":{"d":"65,160r0,-1102r202,0r0,74r-105,0r0,952r105,0r0,76r-202,0","w":300},"\\":{"d":"344,148r-296,-1013r84,-27r295,1013","w":446},"]":{"d":"33,160r0,-76r105,0r0,-952r-105,0r0,-74r202,0r0,1102r-202,0","w":300},"^":{"d":"373,-468r-131,-171r-131,171r-48,-52r130,-199v17,-37,75,-35,98,0r130,199"},"_":{"d":"-10,201r0,-85r504,0r0,85r-504,0"},"`":{"d":"17,-807v19,-28,70,-22,98,0r55,135r-51,0","w":236},"a":{"d":"227,-70v21,0,42,-5,55,-12r0,-258v-85,15,-144,51,-143,152v0,62,26,119,88,118xm215,-620v113,2,169,66,169,185r0,403v-38,25,-95,43,-162,42v-120,-2,-184,-73,-184,-192v0,-153,109,-209,244,-229v5,-75,-16,-125,-84,-125v-44,0,-88,16,-114,31r-23,-75v34,-20,94,-41,154,-40","w":444},"b":{"d":"165,-84v53,24,108,4,129,-54v27,-75,27,-271,0,-344v-22,-59,-79,-70,-129,-44r0,442xm247,-618v142,10,177,146,177,299v0,183,-53,325,-217,329v-62,1,-113,-16,-147,-40r0,-810r105,0r0,241v19,-11,48,-21,82,-19","w":468},"c":{"d":"178,-136v29,64,99,67,139,29r26,77v-24,22,-57,42,-110,40v-145,-8,-189,-140,-189,-315v0,-174,44,-308,188,-315v52,-3,87,18,111,40r-26,71v-13,-11,-39,-26,-67,-26v-32,0,-55,20,-73,57v-32,66,-29,276,1,342","w":374},"d":{"d":"303,-531v-130,-32,-152,89,-152,225v0,75,10,132,25,172v20,55,76,70,127,51r0,-448xm239,-616v26,-1,49,4,64,11r0,-235r105,0r0,810v-35,23,-89,41,-155,40v-154,-5,-209,-134,-209,-311v0,-175,48,-308,195,-315","w":468},"e":{"d":"316,-340v-2,-76,-5,-152,-44,-188v-39,-35,-85,-10,-104,44v-14,40,-21,94,-20,165xm239,-620v162,0,187,170,180,341r-269,33v5,86,30,161,114,165v48,3,90,-12,117,-29r27,80v-34,24,-88,41,-152,40v-155,-3,-213,-135,-212,-307v0,-183,43,-323,195,-323","w":465},"f":{"d":"266,-767v-85,-17,-75,76,-74,157r74,0r0,77r-74,0r0,533r-105,0r0,-533r-53,0r0,-77r53,0r0,-74v-3,-119,64,-174,179,-159r0,76","w":304},"g":{"d":"244,-127v22,1,47,-7,59,-14r0,-389v-12,-7,-28,-10,-48,-10v-95,0,-104,112,-104,215v0,99,11,193,93,198xm260,-620v60,-2,114,17,148,40r0,526v9,170,-118,258,-281,212v-27,-8,-49,-17,-66,-28r30,-81v21,15,70,30,109,30v80,0,107,-62,103,-144v-18,11,-52,22,-85,20v-133,-9,-174,-128,-174,-271v0,-167,54,-298,216,-304","w":468},"h":{"d":"260,-620v103,0,152,64,152,167r0,453r-106,0r0,-449v-1,-60,-16,-90,-75,-91v-26,0,-50,9,-65,20r0,520r-106,0r0,-840r106,0r0,247v20,-14,59,-27,94,-27","w":472},"i":{"d":"115,-850v32,0,60,26,60,59v0,32,-26,60,-59,60v-32,0,-60,-28,-60,-60v0,-33,26,-59,59,-59xm63,0r0,-610r105,0r0,610r-105,0","w":231},"j":{"d":"121,-850v32,0,60,28,60,60v0,32,-28,60,-60,60v-32,0,-60,-28,-60,-60v0,-32,28,-60,60,-60xm-11,84v59,-7,79,-46,79,-120r0,-574r106,0r0,572v-1,138,-53,203,-185,208r0,-86","w":237},"k":{"d":"322,0r-153,-310r-2,0r0,310r-104,0r0,-840r104,0r0,516r154,-286r114,0r-169,292r176,318r-120,0","w":460},"l":{"d":"63,0r0,-840r105,0r0,840r-105,0","w":231},"m":{"d":"504,-620v99,0,154,64,154,167r0,453r-106,0r0,-449v9,-100,-93,-115,-140,-58r0,507r-106,0r0,-452v0,-52,-24,-89,-78,-88v-30,0,-42,3,-62,12r0,528r-106,0r0,-580v42,-24,97,-40,170,-40v69,0,106,21,135,55v29,-30,78,-56,139,-55","w":718},"n":{"d":"230,-620v122,0,182,55,182,167r0,453r-106,0r0,-449v-1,-57,-20,-91,-78,-91v-27,0,-45,4,-62,12r0,528r-106,0r0,-580v41,-24,101,-40,170,-40","w":472},"o":{"d":"296,-136v22,-98,37,-324,-24,-389v-39,-42,-94,3,-104,46v-19,87,-19,264,0,343v20,82,110,82,128,0xm232,-620v158,0,188,150,188,315v0,171,-38,315,-188,315v-158,0,-188,-150,-188,-315v0,-166,30,-315,188,-315","w":464},"p":{"d":"165,-84v129,32,152,-91,152,-226v0,-75,-9,-132,-25,-172v-22,-55,-74,-71,-127,-50r0,448xm214,-620v154,5,210,134,210,311v0,175,-50,308,-196,315v-26,1,-48,-4,-63,-11r0,165r-105,0r0,-740v34,-23,90,-41,154,-40","w":468},"q":{"d":"173,-132v21,59,79,68,130,44r0,-442v-53,-23,-108,-4,-129,54v-27,74,-27,271,-1,344xm260,-620v64,-2,112,19,148,40r0,740r-105,0r0,-171v-19,11,-48,21,-82,19v-142,-10,-177,-146,-177,-299v0,-183,52,-325,216,-329","w":468},"r":{"d":"60,-580v49,-31,144,-49,226,-36r-22,92v-26,-14,-71,-17,-98,-3r0,527r-106,0r0,-580","w":304},"s":{"d":"209,-533v-65,0,-87,81,-55,128v55,82,168,105,168,248v0,155,-183,211,-292,127r26,-80v19,14,51,29,85,29v65,0,92,-79,60,-131v-51,-84,-163,-105,-163,-245v0,-149,170,-209,272,-123r-25,74v-17,-14,-43,-27,-76,-27","w":359},"t":{"d":"192,-152v-4,55,28,83,74,67r0,80v-94,38,-179,-27,-179,-135r0,-393r-53,0r0,-77r53,0r0,-132r105,-36r0,168r74,0r0,77r-74,0r0,381","w":308},"u":{"d":"166,-158v-11,83,84,99,140,69r0,-521r105,0r0,580v-37,24,-104,41,-172,40v-117,-1,-180,-58,-179,-178r0,-442r106,0r0,452","w":471},"v":{"d":"275,0r-103,0r-148,-610r111,0r88,440v4,11,0,27,6,33v24,-165,63,-315,94,-473r101,0","w":448},"w":{"d":"533,0r-93,0r-86,-391v-4,-17,-1,-41,-8,-54v-22,157,-63,295,-93,445r-92,0r-132,-610r103,0r82,468r2,0v23,-164,62,-312,92,-468r86,0r91,468r2,0r11,-83r72,-385r94,0","w":693},"x":{"d":"298,0r-84,-225r-2,0r-90,225r-104,0r140,-307r-132,-303r108,0r82,214r2,0r87,-214r99,0r-132,290r140,320r-114,0","w":430},"y":{"d":"231,160r-107,0r54,-173r-154,-597r110,0r89,442v4,11,0,27,6,34v22,-167,64,-317,94,-476r101,0","w":448},"z":{"d":"29,0r173,-533r-162,0r0,-77r290,0r-168,529r170,0r0,81r-303,0","w":367},"{":{"d":"219,-5v0,65,28,96,90,97r0,72v-121,0,-188,-51,-188,-169r0,-251v1,-63,-19,-93,-71,-96r0,-75v52,-2,72,-34,71,-97r0,-248v0,-117,68,-166,188,-166r0,69v-62,1,-90,32,-90,97r0,248v4,75,-34,120,-84,135v54,10,84,61,84,133r0,251","w":354},"|":{"d":"65,160r0,-1000r88,0r0,1000r-88,0","w":218},"}":{"d":"234,-524v-1,63,18,94,70,97r0,75v-52,2,-71,33,-70,96r0,251v0,118,-69,169,-189,169r0,-72v62,-1,90,-32,90,-97r0,-251v-4,-75,34,-120,84,-135v-54,-10,-84,-61,-84,-133r0,-248v0,-65,-28,-96,-90,-97r0,-69v120,0,189,49,189,166r0,248","w":354},"~":{"d":"308,-431v33,0,61,-18,76,-38r39,53v-14,39,-49,73,-102,72v-62,-1,-85,-53,-145,-53v-33,0,-61,19,-76,39r-39,-54v14,-39,49,-72,102,-71v63,0,84,52,145,52"},"\u2122":{"d":"203,-781r0,431r-82,0r0,-431r-91,0r0,-59r263,0r0,59r-90,0xm676,-350r-28,-388r-89,388r-56,0r-85,-388v-7,11,-3,40,-5,60r-27,328r-75,0r58,-490r83,0r82,367r84,-367r83,0r58,490r-83,0","w":800},"\u2026":{"d":"121,-128v38,0,69,30,69,68v0,38,-31,68,-69,68v-38,0,-68,-30,-68,-68v0,-38,30,-68,68,-68xm363,-128v38,0,69,30,69,68v0,38,-31,68,-69,68v-38,0,-68,-30,-68,-68v0,-38,30,-68,68,-68xm605,-128v38,0,69,30,69,68v0,38,-31,68,-69,68v-38,0,-68,-30,-68,-68v0,-38,30,-68,68,-68","w":727},"\u2013":{"d":"0,-360r0,-78r350,0r0,78r-350,0","w":350},"\u2014":{"d":"64,-360r0,-78r572,0r0,78r-572,0","w":700},"\u201c":{"d":"160,-590v-14,38,-101,54,-109,0r104,-250r63,0xm346,-590v-14,38,-101,54,-109,0r105,-250r63,0","w":450},"\u201d":{"d":"108,-563r-63,0r59,-250v14,-37,100,-55,108,0xm294,-563r-63,0r59,-250v14,-38,101,-54,109,0","w":450},"\u2018":{"d":"160,-590v-14,38,-101,54,-109,0r104,-250r63,0","w":263},"\u2019":{"d":"108,-563r-63,0r59,-250v14,-37,100,-55,108,0","w":263},"\u00d7":{"d":"362,-189r-120,-148r-120,148r-63,-50r131,-161r-131,-161r63,-49r120,147r120,-147r63,49r-131,162r131,160"},"\u00a0":{"w":236}}});
