/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.04
 */
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}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},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 B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};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-1]-=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)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,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 B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}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(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;if(!D){return}for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}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},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",textShadow:"none"};var p={words:/[^\S\u00a0]+/,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)}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("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-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").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.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("span");s.className="cufon cufon-canvas";s.alt=w;n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("span");S.className="cufon-alt";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.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">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</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("span");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("span");q.className="cufon-vml-canvas";y.appendChild(q);if(C.printable){var Z=document.createElement("span");Z.className="cufon-alt";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}})());

// akzidenz grotesk BE Condensed 
Cufon.registerFont({"w":135,"face":{"font-family":"Akzidenz Grotesk BE Cn","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-17 -288 298 90","underline-thickness":"18","underline-position":"-36","stemh":"23","stemv":"29","unicode-range":"U+0020-U+201D"},"glyphs":{" ":{"w":82},"!":{"d":"60,-42r0,42r-30,0r0,-42r30,0xm60,-255v1,66,-3,126,-7,186r-17,0r-6,-105r0,-81r30,0","w":74},"\"":{"d":"123,-248r-14,92r-9,0r-14,-94v2,-29,41,-26,37,2xm56,-248r-15,92r-8,0r-14,-94v2,-29,41,-26,37,2","w":142},"#":{"d":"201,-111r0,28r-54,0r-12,83r-28,0r11,-83r-40,0r-11,83r-29,0r12,-83r-50,0r0,-28r54,0r5,-38r-50,0r0,-28r54,0r11,-77r29,0r-11,77r40,0r11,-77r28,0r-10,77r49,0r0,28r-53,0r-6,38r50,0xm82,-111r40,0r6,-38r-40,0","w":209},"$":{"d":"82,3r0,31r-20,0r0,-31v-7,-1,-32,-3,-45,-28v-6,-12,-7,-22,-7,-63r30,0v-2,52,3,53,22,64r0,-94v-20,-23,-45,-43,-45,-80v0,-44,19,-55,45,-59r0,-31r20,0r0,31v44,4,47,34,46,78r-29,0v0,-32,0,-45,-17,-50r0,86v22,23,51,56,51,86v0,52,-39,58,-51,60xm82,-95r0,71v5,-2,21,-7,21,-33v0,-10,-3,-20,-21,-38xm62,-165r0,-64v-5,3,-15,7,-15,29v0,19,7,26,15,35","w":142},"%":{"d":"183,-255r-124,255r-17,0r125,-255r16,0xm82,-175v0,41,17,81,-36,81v-34,0,-36,-22,-37,-31v-1,-8,-1,-58,-1,-83v0,-17,0,-48,37,-48v9,0,31,2,36,30v1,7,1,33,1,51xm57,-127v-3,-9,14,-111,-12,-107v-27,4,-7,50,-13,76v0,37,0,42,13,42v12,0,12,-6,12,-11xm217,-80v0,41,16,82,-36,82v-34,0,-36,-23,-37,-32v-1,-8,-1,-57,-1,-82v0,-17,0,-49,37,-49v9,0,31,3,36,31v1,7,1,33,1,50xm192,-32v-3,-9,14,-111,-12,-107v-27,4,-7,50,-13,76v0,37,0,43,13,43v12,0,12,-7,12,-12","w":225},"&":{"d":"8,-55v0,-31,18,-55,37,-73v-18,-36,-32,-96,27,-96v23,0,45,14,45,41v0,27,-23,50,-36,62v8,17,10,20,32,57v5,-9,9,-17,9,-47r27,1v0,13,0,43,-18,72v4,6,9,13,26,12r0,27v-27,2,-38,-9,-44,-16v-35,36,-105,19,-105,-40xm95,-37v-12,-16,-16,-25,-36,-64v-8,6,-21,17,-21,48v0,37,41,38,57,16xm69,-147v15,-16,21,-23,21,-36v0,-12,-9,-17,-17,-17v-31,9,-12,34,-4,53","w":164},"\u2019":{"d":"14,-255r31,0v-3,42,13,81,-31,92r0,-18v14,-4,14,-16,14,-31r-14,0r0,-43","w":60},"(":{"d":"85,-258r15,13v-52,61,-62,220,2,293r-15,14v-10,-11,-62,-80,-62,-162v0,-52,20,-106,60,-158","w":105},")":{"d":"18,62r-15,-14v63,-74,55,-232,2,-293r15,-13v40,52,60,106,60,158v0,82,-52,151,-62,162","w":105},"*":{"d":"89,-141r-24,-34r-26,34r-19,-14r26,-34r-42,-13r8,-24r41,14r0,-42r23,0r0,42r41,-12r6,22r-39,13r25,34","w":127},"+":{"d":"168,-119r0,29r-64,0r0,64r-29,0r0,-64r-64,0r0,-29r64,0r0,-65r29,0r0,65r64,0","w":180},",":{"d":"14,-42r31,0v-3,42,12,80,-31,91r0,-18v14,-4,14,-16,14,-31r-14,0r0,-42","w":60},"-":{"d":"90,-111r0,28r-83,0r0,-28r83,0","w":97},".":{"d":"45,-42r0,42r-30,0r0,-42r30,0","w":60},"\/":{"d":"103,-254r-71,254r-30,0r72,-254r29,0","w":105},"0":{"d":"125,-127v0,64,26,130,-57,130v-22,0,-47,-6,-54,-33v-3,-10,-4,-22,-4,-98v0,-79,1,-85,5,-98v10,-30,42,-31,52,-31v12,0,41,3,52,31v6,14,6,20,6,99xm93,-62r0,-106v0,-42,0,-61,-25,-61v-25,0,-26,22,-26,36r0,132v0,18,1,36,25,36v24,0,26,-16,26,-37"},"1":{"d":"87,-254r0,254r-32,0r0,-199r-42,0r0,-25v21,0,47,1,47,-30r27,0"},"2":{"d":"66,-257v75,1,55,100,30,142r-52,88r79,0r0,27r-111,0r0,-30v23,-46,78,-107,78,-164v0,-12,0,-34,-23,-34v-34,0,-20,37,-23,65r-29,0v-2,-52,0,-95,51,-94"},"3":{"d":"123,-61v-1,37,-11,62,-56,64v-51,3,-59,-40,-56,-79r29,0v2,26,-9,47,25,52v37,-4,27,-31,27,-60v0,-32,-15,-37,-43,-36r0,-28v22,1,40,0,40,-36v0,-31,-2,-46,-23,-46v-21,0,-23,21,-22,48r-29,0v0,-24,0,-40,8,-54v11,-19,33,-21,44,-21v45,1,53,29,53,66v0,33,-4,51,-30,56v28,7,33,18,33,74"},"4":{"d":"103,-57r0,57r-30,0r0,-57r-65,0r0,-35r51,-163r44,0r0,171r23,0r0,27r-23,0xm31,-84r42,0r2,-142"},"5":{"d":"123,-106v0,58,0,113,-58,109v-62,-4,-54,-46,-55,-78r30,0v-1,27,-1,50,26,50v43,-1,20,-53,26,-79v0,-19,0,-43,-24,-43v-21,0,-22,19,-22,30r-28,0r4,-137r98,0r0,28r-70,0r-2,63v20,-23,61,-8,67,7v3,5,8,13,8,50"},"6":{"d":"77,-166v37,0,46,20,46,79v0,22,0,54,-8,68v-10,17,-30,22,-49,22v-9,0,-47,1,-52,-39v-6,-47,-5,-136,0,-182v1,-13,11,-39,52,-39v34,0,60,24,54,63r-30,0v0,-21,0,-35,-23,-35v-42,0,-20,31,-26,81v6,-7,16,-18,36,-18xm42,-80v0,31,-9,50,26,56v34,5,22,-58,23,-92v0,-5,-1,-24,-24,-24v-25,0,-25,21,-25,60"},"7":{"d":"39,0v-4,-33,24,-172,52,-226r-79,0r0,-28r110,0r0,23v-33,63,-51,171,-48,231r-35,0"},"8":{"d":"68,-257v41,0,54,28,54,59v0,41,-3,58,-28,63v41,7,31,75,24,109v-38,56,-107,29,-107,-29v0,-53,0,-71,30,-80v-23,-4,-27,-20,-27,-61v0,-18,1,-61,54,-61xm92,-193v0,-17,0,-39,-24,-39v-23,0,-24,18,-24,41v0,24,0,42,25,42v22,0,22,-17,23,-44xm67,-118v-22,0,-25,12,-25,48v0,26,0,45,25,45v25,0,26,-21,26,-46v0,-25,-1,-47,-26,-47"},"9":{"d":"13,-67r29,0v2,23,-8,39,24,42v36,3,22,-51,25,-84v-6,6,-16,15,-37,15v-69,0,-37,-79,-40,-127v9,-38,47,-42,81,-31v5,3,21,12,25,37v2,8,2,142,0,169v-3,44,-36,49,-54,49v-39,0,-57,-15,-53,-70xm67,-230v-30,0,-28,49,-26,85v1,14,11,24,26,24v34,1,24,-50,24,-85v0,-18,-13,-24,-24,-24"},":":{"d":"60,-172r0,43r-30,0r0,-43r30,0xm60,-42r0,42r-30,0r0,-42r30,0","w":74},";":{"d":"30,-42r30,0v-3,41,13,80,-30,91r0,-18v14,-4,13,-17,13,-31r-13,0r0,-42xm60,-172r0,43r-30,0r0,-43r30,0","w":74},"<":{"d":"180,-56r0,32r-180,-88r0,-31r180,-87r0,32r-144,71","w":180},"=":{"d":"180,-86r0,28r-180,0r0,-28r180,0xm180,-151r0,28r-180,0r0,-28r180,0","w":180},">":{"d":"180,-112r-180,88r0,-32r144,-71r-144,-71r0,-32r180,87r0,31","w":180},"?":{"d":"95,-42r0,42r-30,0r0,-42r30,0xm68,-68v-8,-79,35,-62,31,-136v0,-16,-12,-25,-26,-25v-37,0,-20,32,-24,61r-28,0v-3,-52,2,-90,53,-90v35,0,56,30,56,60v0,69,-45,63,-38,130r-24,0","w":142},"@":{"d":"283,-27r12,14v-36,35,-82,58,-132,58v-55,0,-138,-31,-138,-130v0,-89,69,-171,166,-171v64,0,107,40,107,104v0,65,-41,127,-83,127v-28,0,-29,-22,-30,-31v-22,30,-46,30,-52,30v-4,0,-47,0,-47,-59v0,-72,82,-142,117,-71r6,-22r24,0v-7,34,-21,85,-22,117v0,8,3,14,11,14v21,0,55,-49,55,-104v0,-57,-38,-86,-89,-86v-73,0,-143,67,-143,153v0,135,171,132,238,57xm143,-49v45,9,75,-114,22,-114v-32,0,-51,45,-51,77v0,37,27,37,29,37","w":322},"A":{"d":"86,-254r57,254r-34,0r-9,-49r-59,0r-8,49r-33,0r55,-254r31,0xm47,-76r48,0r-25,-131","w":142},"B":{"d":"145,-78v0,77,-50,83,-127,78r0,-254v34,1,78,-5,100,8v23,14,23,44,23,52v0,34,-13,57,-41,57v35,0,45,29,45,59xm50,-226r0,76v33,-2,60,11,60,-38v0,-45,-26,-37,-60,-38xm113,-69v1,-60,-21,-52,-63,-53r0,95v36,-1,62,8,63,-42","w":157},"C":{"d":"47,-124v8,42,-20,101,32,101v23,0,26,-19,27,-24v1,-6,1,-13,1,-43r30,0v0,34,-1,43,-3,53v-3,15,-11,41,-57,41v-39,0,-55,-24,-59,-47v-1,-7,-2,-18,-2,-81v0,-67,1,-75,3,-86v2,-11,9,-48,61,-48v38,0,63,32,55,84r-29,0v-1,-27,7,-57,-26,-57v-53,0,-25,64,-33,107","w":150},"D":{"d":"18,-254v90,2,135,-11,123,109v-2,24,5,101,-10,122v-23,33,-67,20,-113,23r0,-254xm110,-170v0,-52,1,-56,-60,-55r0,197v86,16,60,-75,60,-142","w":157},"E":{"d":"132,-28r0,28r-114,0r0,-254r112,0r0,28r-80,0r0,76r70,0r0,29r-70,0r0,93r82,0","w":142},"F":{"d":"50,-123r0,123r-32,0r0,-254r112,0r0,28r-80,0r0,75r70,0r0,28r-70,0"},"G":{"d":"78,-23v36,0,36,-34,35,-81r-38,0r0,-27r67,0r0,131r-26,0r0,-18v-17,22,-74,39,-93,-8v-4,-11,-7,-21,-7,-92v0,-39,1,-78,2,-87v3,-24,14,-53,62,-53v31,0,43,8,51,20v9,12,9,21,9,62r-30,0v-1,-37,6,-55,-29,-55v-30,0,-32,20,-32,41r0,135v0,10,2,32,29,32","w":157},"H":{"d":"139,-254r0,254r-31,0r0,-118r-58,0r0,118r-32,0r0,-254r32,0r0,108r58,0r0,-108r31,0","w":157},"I":{"d":"49,-254r0,254r-31,0r0,-254r31,0","w":67},"J":{"d":"37,-76v-2,44,3,45,26,53v38,-4,31,-27,31,-58r0,-173r32,0r0,171v0,37,-1,44,-4,52v-28,60,-102,36,-112,-1v-3,-10,-3,-18,-3,-44r30,0","w":142},"K":{"d":"90,-158r60,158r-35,0r-46,-130r-20,31r0,99r-31,0r0,-254r31,0r0,109r66,-109r35,0","w":150},"L":{"d":"125,-28r0,28r-107,0r0,-254r32,0r0,226r75,0","w":127},"M":{"d":"184,-255r0,255r-29,0r4,-230r-37,230r-40,0r-38,-230r5,230r-31,0r0,-255r48,0r35,228r35,-228r48,0","w":202},"N":{"d":"139,-255r0,255r-44,0r-50,-220r4,220r-31,0r0,-255r44,0r51,223r-4,-223r30,0","w":157},"O":{"d":"81,-258v85,0,53,74,60,127v-5,66,16,135,-64,135v-62,0,-68,-58,-61,-122v8,-71,-29,-140,65,-140xm78,-23v49,0,25,-65,31,-108v-5,-41,18,-100,-29,-100v-29,0,-31,27,-31,40r0,112v1,24,-4,56,29,56","w":157},"P":{"d":"140,-177v-5,61,-12,78,-90,73r0,104r-32,0r0,-255r52,0v51,-4,75,26,70,78xm50,-132v39,2,63,0,59,-43v-5,-51,0,-50,-59,-50r0,93","w":150},"Q":{"d":"143,-157v-6,61,12,125,-30,153r32,26r-18,19r-38,-38v-25,2,-52,3,-67,-31v-8,-8,-7,-139,-4,-174v1,-14,6,-56,64,-56v42,0,68,28,61,101xm79,-22v49,0,25,-66,31,-109v-5,-32,18,-100,-29,-100v-28,0,-30,23,-32,40v-1,7,-1,145,0,140v1,8,3,29,30,29","w":157},"R":{"d":"141,-185v2,37,-16,69,-34,70r45,115r-33,0r-43,-111r-27,0r0,111r-31,0r0,-254v67,4,118,-20,123,69xm49,-136v60,5,55,-9,60,-45v-3,-36,-4,-50,-60,-44r0,89","w":157},"S":{"d":"72,4v-61,-2,-63,-38,-62,-92r30,0v3,34,-12,65,31,65v10,0,32,-4,32,-32v0,-58,-87,-83,-87,-144v0,-14,0,-59,59,-59v34,0,62,18,54,79r-28,0v-1,-24,-1,-27,-2,-32v-1,-5,-4,-20,-26,-20v-27,0,-27,23,-27,30v4,56,88,79,88,144v0,54,-43,61,-62,61","w":142},"T":{"d":"83,-226r0,226r-31,0r0,-226r-48,0r0,-28r127,0r0,28r-48,0"},"U":{"d":"79,4v-51,0,-62,-15,-62,-85r0,-173r32,0r0,185v0,22,0,45,31,45v40,0,28,-31,28,-62r0,-168r32,0v-3,72,7,169,-6,228v-12,27,-42,30,-55,30","w":157},"V":{"d":"135,-254r-47,254r-40,0r-48,-254r33,0r35,223r35,-223r32,0"},"W":{"d":"225,-254r-43,254r-42,0r-27,-211r-29,211r-42,0r-42,-254r31,0r32,223r30,-223r40,0r29,223r32,-223r31,0","w":225},"X":{"d":"89,-139r54,139r-35,0r-39,-110r-36,110r-33,0r49,-139r-46,-115r35,0r31,97r28,-97r34,0","w":142},"Y":{"d":"87,-100r0,100r-33,0r0,-100r-54,-154r34,0r37,127r38,-127r34,0","w":142},"Z":{"d":"127,-28r0,28r-119,0r0,-26r83,-200r-71,0r0,-28r107,0r0,24r-85,202r85,0"},"[":{"d":"106,38r0,24r-71,0r0,-320r71,0r0,22r-41,0r0,274r41,0","w":112},"\\":{"d":"103,0r-30,0r-71,-254r29,0","w":105},"]":{"d":"78,62r-71,0r0,-24r41,0r0,-274r-41,0r0,-22r71,0r0,320","w":112},"^":{"d":"147,-254r64,133r-35,0r-44,-94r-46,94r-35,0r68,-133r28,0","w":262},"_":{"d":"184,27r0,18r-188,0r0,-18r188,0","w":180},"\u2018":{"d":"45,-163r-31,0v3,-42,-12,-80,31,-92r0,19v-14,4,-13,16,-13,31r13,0r0,42","w":60},"a":{"d":"64,-183v31,-1,52,20,47,59v3,36,-8,107,9,124r-35,0r0,-22v-4,8,-13,25,-37,25v-28,0,-44,-27,-41,-46v-3,-51,60,-61,76,-86v0,-15,0,-31,-22,-31v-28,0,-22,21,-21,39r-26,0v0,-8,-1,-27,2,-36v9,-26,40,-26,48,-26xm56,-18v35,0,26,-48,27,-85v-12,17,-49,25,-47,58v0,8,1,27,20,27","w":127},"b":{"d":"80,-183v66,0,37,96,39,153v-8,46,-63,37,-77,14r0,16r-26,0r0,-254r28,0r0,89v5,-6,15,-18,36,-18xm70,-162v-31,0,-26,53,-26,92v0,34,12,54,27,51v35,-7,22,-35,22,-72v0,-49,0,-71,-23,-71"},"c":{"d":"63,3v-46,-1,-50,-30,-50,-89v0,-64,2,-97,53,-97v49,0,49,32,49,68r-27,0v0,-31,0,-46,-23,-46v-23,0,-23,16,-23,66v0,33,-15,76,23,76v21,0,23,-18,23,-48r27,0v0,33,0,70,-52,70","w":127},"d":{"d":"13,-89v-1,-43,0,-95,43,-94v21,0,29,10,34,17r0,-88r29,0r0,254r-27,0r0,-19v-4,7,-14,22,-38,22v-42,0,-40,-34,-41,-92xm42,-124v5,38,-19,105,24,105v24,0,24,-24,25,-70v1,-43,1,-72,-25,-72v-22,0,-23,23,-24,37"},"e":{"d":"42,-84v3,35,-12,56,23,64v21,0,23,-18,23,-36r26,0v0,12,0,22,-3,31v-10,28,-38,28,-47,28v-11,0,-36,-1,-46,-27v-3,-9,-5,-13,-5,-85v0,-39,4,-74,50,-74v12,0,44,0,50,39v1,9,1,15,1,60r-72,0xm42,-108r45,0v-2,-25,8,-48,-22,-53v-30,9,-21,11,-23,53","w":127},"f":{"d":"51,-158r0,158r-28,0r0,-158r-21,0r0,-22r21,0v-3,-41,1,-83,58,-73r0,25v-29,-10,-33,16,-30,48r30,0r0,22r-30,0","w":82},"g":{"d":"54,1v-39,0,-41,-26,-41,-95v0,-32,0,-44,3,-56v1,-7,8,-33,41,-33v23,0,32,12,36,19r0,-16r27,0r0,171v8,52,-27,70,-57,69v-21,0,-49,-9,-49,-46r27,0v0,8,1,24,24,24v33,0,23,-30,25,-57v-10,14,-22,20,-36,20xm65,-21v41,0,25,-67,25,-112v0,-17,-7,-30,-24,-30v-24,0,-24,27,-24,55v0,35,-11,87,23,87"},"h":{"d":"80,-183v30,-1,39,29,39,59r0,124r-28,0r0,-108v0,-35,-1,-53,-23,-53v-24,0,-24,24,-24,53r0,108r-28,0r0,-254r28,0r0,90v6,-7,15,-19,36,-19"},"i":{"d":"44,-180r0,180r-28,0r0,-180r28,0xm44,-249r0,37r-28,0r0,-37r28,0","w":60},"j":{"d":"44,-13v4,65,-8,72,-61,73r0,-24v31,0,33,4,33,-46r0,-170r28,0r0,167xm44,-249r0,37r-28,0r0,-37r28,0","w":60},"k":{"d":"82,-110r46,110r-30,0r-36,-84r-18,26r0,58r-29,0r0,-254r29,0r0,156r54,-82r33,0","w":127},"l":{"d":"45,-254r0,254r-30,0r0,-254r30,0","w":60},"m":{"d":"117,-162v25,-40,91,-18,77,45r0,117r-29,0r0,-118v-1,-30,0,-38,-22,-43v-23,0,-23,24,-23,43r0,118r-30,0r0,-118v0,-24,0,-43,-22,-43v-23,0,-23,23,-23,44r0,117r-30,0r0,-180r28,0r0,18v5,-7,16,-21,38,-21v23,0,32,14,36,21","w":209},"n":{"d":"119,-127r0,127r-29,0r0,-117v0,-26,0,-44,-21,-44v-24,0,-24,25,-24,45r0,116r-29,0r0,-180r27,0r0,17v5,-6,17,-20,39,-20v37,0,37,31,37,56"},"o":{"d":"13,-85v4,-59,-14,-98,51,-98v22,0,37,8,45,23v6,13,6,18,6,72v0,48,11,88,-52,91v-45,-8,-55,-17,-50,-88xm85,-88v0,-33,12,-67,-20,-71v-35,-4,-21,67,-21,107v0,16,0,33,19,33v22,0,22,-19,22,-69","w":127},"p":{"d":"122,-106v-3,43,19,109,-43,109v-20,0,-29,-12,-34,-18r0,72r-30,0r0,-237r29,0r0,17v6,-8,16,-20,37,-20v36,9,45,16,41,77xm46,-129v1,21,-13,115,25,111v33,-3,15,-61,21,-76v-3,-36,10,-59,-22,-66v-21,0,-24,24,-24,31"},"q":{"d":"13,-87v0,-45,2,-96,43,-96v22,0,30,13,35,22r0,-19r28,0r0,237r-28,0r0,-75v-4,6,-13,21,-36,21v-42,1,-42,-46,-42,-90xm65,-160v-35,7,-22,37,-22,73v0,48,0,68,22,68v36,0,25,-72,25,-113v0,-7,-2,-28,-25,-28"},"r":{"d":"92,-153v-34,1,-47,13,-47,67r0,86r-29,0r0,-180r28,0r0,34v6,-14,17,-39,48,-37r0,30","w":90},"s":{"d":"34,-62v-1,25,0,42,22,42v28,0,27,-40,2,-53v-17,-19,-46,-30,-47,-64v0,-53,55,-56,80,-34v11,10,11,29,11,44r-26,0v8,-38,-35,-45,-38,-13v6,39,68,41,68,94v0,47,-68,73,-95,26v-5,-9,-5,-21,-5,-42r28,0","w":112},"t":{"d":"80,1v-49,1,-56,1,-56,-60r0,-99r-22,0r0,-22r22,0r0,-49r29,0r0,49r27,0r0,22r-27,0r0,114v-3,16,10,27,27,22r0,23","w":82},"u":{"d":"53,3v-38,0,-37,-22,-37,-70r0,-113r29,0r0,135v0,7,1,27,21,27v25,0,25,-25,25,-44r0,-118r28,0r0,180r-28,0r0,-17v-6,7,-16,20,-38,20"},"v":{"d":"112,-180r-41,180r-32,0r-39,-180r31,0r24,147r26,-147r31,0","w":112},"w":{"d":"188,-180r-36,180r-34,0r-25,-152r-25,152r-35,0r-33,-180r31,0r19,154r24,-154r39,0r23,152r21,-152r31,0","w":187},"x":{"d":"75,-96r45,96r-33,0r-28,-71r-27,71r-32,0r43,-96r-37,-84r33,0r20,59r21,-59r32,0","w":119},"y":{"d":"85,-180r30,0r-31,157v-12,70,-18,81,-77,82r0,-25v24,0,39,1,39,-21v0,-71,-30,-127,-44,-193r31,0r29,145","w":119},"z":{"d":"101,-24r0,24r-98,0r0,-24r68,-132r-59,0r0,-24r89,0r0,24r-67,132r67,0","w":105},"{":{"d":"20,-86r0,-25v48,7,15,-99,42,-131v14,-16,35,-16,55,-16r0,24v-36,3,-36,15,-36,61v0,42,-2,66,-31,75v63,3,-4,143,67,135r0,25v-20,0,-40,-2,-55,-17v-30,-29,13,-129,-42,-131","w":127},"|":{"d":"55,-270r0,360r-28,0r0,-360r28,0","w":82},"}":{"d":"108,-111r0,25v-48,-7,-15,100,-43,131v-14,16,-35,17,-55,17r0,-25v36,-3,36,-15,36,-61v0,-42,2,-66,31,-75v-63,-3,4,-143,-67,-135r0,-24v20,0,40,1,55,16v31,29,-12,129,43,131","w":127},"~":{"d":"93,-134v21,0,60,25,76,25v15,0,27,-13,35,-23r14,26v-12,15,-30,29,-50,29v-15,0,-61,-30,-75,-26v-14,0,-19,7,-34,25r-14,-26v8,-11,22,-30,48,-30","w":262},"'":{"d":"56,-248r-15,92r-8,0r-14,-94v2,-29,41,-26,37,2","w":74},"\u201c":{"d":"45,-163r-30,0v3,-41,-13,-81,30,-92r0,19v-14,4,-13,17,-13,31r13,0r0,42xm98,-163r-31,0v3,-42,-12,-81,31,-92r0,19v-14,4,-14,17,-14,31r14,0r0,42","w":112},"\u2013":{"d":"127,-111r0,28r-119,0r0,-28r119,0"},"\u201d":{"d":"67,-254r31,0v-3,42,13,81,-31,92r0,-19v14,-4,14,-17,14,-31r-14,0r0,-42xm14,-254r31,0v-3,42,13,81,-31,92r0,-19v14,-4,14,-17,14,-31r-14,0r0,-42","w":112},"`":{"d":"70,-203r-23,0r-35,-39r39,0","w":82},"\u2014":{"d":"150,-111r0,28r-142,0r0,-28r142,0","w":157},"\u00a0":{"w":82}}});