/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());


/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1991 as an unpublished work by Bitstream Inc.  All rights reserved. 
 * Confidential.
 */
Cufon.registerFont({"w":169,"face":{"font-family":"Apple-Garamond-bold","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 6 8 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"7","cap-height":"1","bbox":"-33 -275 331 85","underline-thickness":"36.72","underline-position":"-21.24","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":84},"\u00a0":{"w":84},"B":{"d":"86,-131v-8,-1,-8,-1,-8,-11v5,-25,-14,-74,16,-73v23,1,34,18,34,44v0,27,-14,40,-42,40xm184,-63v0,-37,-23,-59,-57,-62v33,-4,50,-20,50,-48v0,-37,-27,-56,-80,-56v-61,0,-91,6,-91,18v0,10,9,6,15,5v11,1,10,12,10,26r0,149v4,21,-21,11,-24,24v2,16,29,4,42,6v64,7,135,10,135,-62xm100,-11v-35,0,-19,-52,-22,-84v-1,-14,1,-21,14,-21v28,0,44,24,43,56v-1,26,-11,49,-35,49","w":194,"k":{"\u2019":7,"\u201d":7,"-":-7,"\u2014":-35}},"C":{"d":"175,-219v-77,-42,-172,16,-166,106v5,72,38,118,110,120v44,1,73,-17,63,-67v-17,-9,-17,39,-36,44v-56,29,-88,-37,-86,-96v2,-53,15,-102,61,-107v32,-4,35,33,53,46v13,-5,2,-39,1,-46","w":194,"k":{"\u2018":-7,"\u201c":-7,"Y":-13}},"D":{"d":"100,-14v-20,0,-22,-12,-22,-33r1,-159v2,-10,10,-11,23,-11v89,5,86,200,-2,203xm94,-232v-34,0,-74,1,-88,21v1,14,25,-5,25,18r0,162v5,21,-19,12,-23,24v3,17,25,2,42,5v91,16,167,-22,166,-112v-1,-77,-46,-118,-122,-118","w":225,"k":{"A":13,"\u2019":13,"\u201d":13,"-":-7,"\u2014":-18,"Y":17}},"E":{"d":"104,-209v31,-2,33,27,49,36v13,-3,3,-32,6,-48v-1,-6,-2,-7,-9,-7v-46,0,-91,5,-137,1v-8,-1,-11,12,-4,14v9,2,26,3,22,19r0,163v4,21,-22,11,-26,24v0,5,3,8,8,8v36,-6,110,-3,140,2v17,-5,11,-33,16,-52v0,-7,-2,-11,-7,-11v-17,15,-21,46,-55,46v-43,0,-28,-55,-28,-93v0,-7,10,-5,17,-6v29,-4,22,28,38,36v15,-9,1,-49,7,-75v0,-5,-2,-7,-6,-9v-14,10,-9,39,-41,32v-28,1,-10,-39,-15,-60v1,-15,7,-19,25,-20","w":174},"F":{"d":"103,-211v29,0,32,28,47,38v11,-5,3,-33,5,-48v1,-7,-1,-7,-8,-7v-45,0,-91,6,-134,1v-8,-1,-11,12,-4,14v9,2,26,3,22,19r0,163v4,21,-22,11,-26,24v6,18,29,1,50,5v18,-1,33,2,46,3v9,2,12,-11,5,-13v-11,-1,-27,-3,-27,-19r0,-76v0,-7,10,-5,17,-6v29,-4,22,28,38,36v15,-9,1,-49,7,-75v0,-5,-2,-7,-6,-9v-14,10,-9,39,-41,32v-28,1,-10,-40,-15,-61v1,-14,6,-21,24,-21","w":160,"k":{"A":32,"\/":9,";":20,"\u2019":-7,"\u2018":-13,"\u201d":-7,"\u201c":-13,".":20,"o":10,"e":10,"d":18,",":12,":":20,"a":15}},"G":{"d":"123,-8v-89,0,-83,-202,-2,-211v27,-3,38,21,47,41v3,6,13,7,12,-3v-1,-10,-2,-27,-3,-34v-7,-15,-33,-18,-56,-18v-72,0,-112,51,-112,124v0,69,37,116,105,116v44,0,87,-8,76,-61v1,-20,-6,-47,18,-45v5,-1,4,-15,-3,-14v-20,4,-56,2,-80,0v-5,0,-7,2,-7,7v0,7,6,7,12,8v23,4,10,47,12,73v0,12,-6,17,-19,17","w":217,"k":{"\u2019":7,"\u201d":7,"-":-7}},"H":{"d":"148,-31v5,21,-20,11,-23,24v0,6,1,8,6,8v27,-3,54,-3,81,0v7,2,9,-11,4,-13v-10,-2,-20,-4,-20,-19r0,-163v-4,-21,19,-13,23,-25v-3,-17,-32,-4,-47,-5r-41,-3v-7,-2,-8,12,-4,14v34,-2,17,49,21,78v0,3,-1,5,-4,5r-60,0v-3,0,-5,-2,-5,-5r0,-59v-4,-21,20,-12,24,-25v-3,-17,-33,-4,-48,-5r-40,-3v-5,0,-7,3,-7,8v4,11,23,5,23,25r0,163v5,21,-19,12,-23,24v3,17,32,4,47,5r41,3v5,0,7,-2,7,-8v0,-3,-1,-5,-3,-5v-10,-1,-21,-5,-21,-19r0,-78v0,-3,2,-5,5,-5r60,0v3,0,4,2,4,5r0,78","w":227,"k":{"-":13}},"I":{"d":"79,-195v-5,-21,21,-11,24,-24v-3,-17,-33,-4,-48,-5r-40,-3v-5,0,-7,3,-7,8v3,12,28,4,23,25r0,163v5,21,-19,12,-23,24v3,17,32,4,47,5r41,3v5,0,7,-2,7,-8v0,-3,-1,-5,-3,-5v-10,-1,-21,-5,-21,-19r0,-164","w":110},"J":{"d":"82,-195v-5,-22,21,-10,23,-24v0,-5,-1,-8,-6,-8v-28,3,-56,3,-84,0v-8,-2,-9,12,-4,14v10,3,23,1,23,19r0,172v-1,33,3,63,-16,70v-15,-4,-11,-34,-31,-34v-15,0,-20,12,-20,28v0,17,11,34,28,32v66,-9,87,-73,87,-158r0,-111","w":112,"k":{"A":8,"\u2019":-7,"\u2018":-7,"\u201d":-7,"\u201c":-7,"-":7}},"K":{"d":"120,-220v2,12,31,7,14,28r-53,67v-5,-18,1,-48,-2,-70v-3,-22,21,-11,24,-24v-3,-17,-33,-4,-48,-5r-40,-3v-5,0,-7,3,-7,8v4,11,23,5,23,25r0,163v5,21,-19,12,-23,24v3,17,32,4,47,5r38,3v4,0,6,-2,6,-8v0,-3,0,-5,-2,-5v-32,-1,-13,-58,-18,-89v1,-6,3,-5,6,0v13,22,41,60,47,82v-1,6,-25,9,-8,19v27,-3,53,-3,80,0v13,-1,6,-13,-1,-14v-12,-2,-14,-10,-20,-19r-65,-110v18,-27,35,-60,70,-68v11,1,20,-15,4,-15v-22,0,-43,2,-64,-1v-5,0,-8,2,-8,7","w":196,"k":{"y":17,"u":-7,"\u2019":-7,"\u201d":-7,"o":7,"-":20,"a":-7,"Y":-7,"T":-7,"O":10,"C":10}},"L":{"d":"79,-195v-4,-21,22,-11,26,-24v-4,-17,-34,-4,-50,-5r-40,-3v-5,0,-7,3,-7,8v4,11,23,5,23,25r0,163v5,21,-19,12,-23,24v3,17,32,5,47,5v34,0,62,4,86,4v21,0,11,-33,17,-53v-2,-12,-12,-7,-15,2v-2,28,-64,60,-64,6r0,-152","w":158,"k":{"A":-7,"y":20,"\u2019":40,"\u2018":33,"\u201d":40,"\u201c":33,"o":-8,"l":-23,"-":-13,"e":-8,"\\":18,"a":-10,"W":18,"V":17,"U":7,"T":13}},"M":{"d":"224,-211v13,3,23,-14,6,-16v-20,4,-52,-5,-62,8r-45,133v-17,-41,-25,-91,-42,-133v-7,-16,-43,-2,-65,-8v-5,0,-7,3,-7,8v0,6,4,6,10,7v18,0,15,24,13,42r-7,142v3,17,-21,9,-22,22v6,16,37,-1,58,7v10,1,12,-14,3,-14v-34,0,-24,-47,-22,-81r4,-75v23,49,32,112,54,162v9,8,15,-2,18,-11r48,-144v6,37,-3,89,2,130v3,22,-20,13,-23,26v5,16,29,-1,49,4v17,-1,32,1,41,3v5,0,7,-2,7,-7v-4,-14,-28,-4,-24,-26r-3,-156v1,-12,0,-20,9,-23","w":247},"N":{"d":"68,-13v-21,-1,-23,-15,-23,-39r1,-125v43,57,77,124,118,183v8,8,18,5,18,-13r0,-167v0,-25,1,-39,22,-40v2,0,5,-2,4,-5v-4,-18,-38,1,-61,-8v-10,-1,-12,13,-3,14v42,2,18,75,24,115v0,6,-5,6,-7,2r-84,-129v-16,-3,-47,2,-63,-2v-5,0,-6,3,-6,8v-1,7,5,6,10,7v13,1,12,15,13,29r0,131v0,24,0,39,-22,39v-7,2,-4,15,4,14v18,-2,35,-2,53,0v6,0,9,-3,9,-8v0,-4,-2,-7,-7,-6","w":211},"O":{"d":"221,-113v0,-68,-38,-120,-105,-120v-69,0,-107,51,-107,120v0,67,39,120,105,120v68,0,107,-52,107,-120xm118,-8v-75,-8,-72,-166,-27,-205v58,-23,81,48,79,109v-1,48,-9,91,-52,96","w":230,"k":{"\u2019":7,"\u201d":7,".":7,"-":-13,"\u2014":-18,",":7,"Y":8,"X":13}},"P":{"d":"94,-114v-29,0,-12,-45,-16,-70v0,-15,1,-28,15,-28v41,2,43,97,1,98xm100,-12v-34,1,-20,-61,-19,-92v43,28,91,-2,91,-59v0,-78,-80,-62,-152,-65v-8,0,-12,3,-12,9v4,11,23,5,23,25r0,163v5,21,-19,12,-23,24v3,17,32,4,47,5r41,3v5,0,7,-2,7,-8v0,-3,-1,-5,-3,-5","w":177,"k":{"A":33,"\/":18,";":7,"s":12,"\u2018":-7,"\u201c":-7,"q":18,".":13,"o":12,"i":7,"e":20,"d":26,",":13,":":7,"c":9,"a":27,"W":-7,"U":7}},"Q":{"d":"118,-8v-75,-8,-72,-166,-27,-205v58,-23,81,48,79,109v-1,48,-9,91,-52,96xm99,27v-3,49,85,68,116,35v0,-10,-17,-4,-19,-4v-27,-2,-44,-28,-53,-52v11,-11,32,-18,46,-34v61,-70,26,-205,-73,-205v-113,0,-137,164,-59,220v13,9,26,12,38,20","w":230,"k":{"\u2014":-26}},"R":{"d":"87,-123v-19,0,-5,-42,-9,-63v1,-16,0,-26,16,-26v23,0,33,19,33,44v0,25,-16,45,-40,45xm140,-1v20,0,53,7,62,-4v-5,-11,-18,-11,-22,-24v-17,-30,-20,-76,-54,-89v30,-6,52,-23,52,-55v3,-75,-91,-49,-158,-55v-8,0,-12,3,-12,9v4,11,23,5,23,25r0,163v5,21,-19,11,-22,24v0,5,1,8,6,8v27,-3,53,-3,80,0v5,0,7,-2,7,-8v-4,-12,-28,-3,-23,-24r0,-73v0,-4,2,-5,6,-5v7,0,14,8,20,24","w":192,"k":{"A":13,"y":7,"u":7,"\u2019":7,"\u201d":7,".":-7,"o":13,"-":20,"e":7,",":-7,"C":7}},"S":{"d":"80,-154v-31,-9,-29,-63,7,-63v26,0,28,26,36,45v2,7,13,7,12,-2v0,-14,1,-31,-1,-43v-5,-12,-24,-15,-44,-16v-68,-4,-93,90,-42,126v24,17,63,21,63,62v1,46,-70,51,-77,3v-1,-14,-9,-39,-17,-19r0,44v6,19,31,22,54,24v75,6,103,-100,48,-139v-11,-7,-25,-18,-39,-22","w":164,"k":{"A":7}},"T":{"d":"111,-206v0,-6,5,-8,12,-7v28,-2,25,37,39,46v16,-11,8,-47,12,-71v-10,-23,-9,9,-27,9r-111,1v-11,3,-11,-29,-21,-9r-12,63v0,4,2,6,5,6v17,-10,19,-48,50,-45v2,0,5,6,5,8r0,174v4,20,-20,11,-23,24v0,5,1,8,6,8v27,-3,54,-3,81,0v5,0,7,-2,7,-8v-4,-12,-28,-4,-23,-24r0,-175","w":175,"k":{"A":27,"z":3,"y":42,"x":18,"w":38,"v":26,"u":37,";":9,"s":38,"r":30,"\u2019":-13,"\u2018":-13,"\u201d":-13,"\u201c":-13,"q":26,".":2,")":-28,"o":42,"n":26,"m":18,"i":18,"-":8,"g":18,"e":42,"d":35,":":9,"c":42,"a":38,"Y":-49,"X":-49,"W":-53,"T":-13,"C":7}},"U":{"d":"77,-195v-5,-21,20,-11,23,-24v-3,-17,-31,-4,-45,-5r-40,-3v-8,-2,-9,12,-4,14v9,2,20,4,20,19r0,122v-2,56,24,79,79,79v108,0,60,-130,81,-215v4,-7,21,1,21,-11v-4,-16,-38,-1,-60,-7v-6,0,-10,2,-10,7v0,8,8,7,15,8v23,18,9,81,13,127v3,44,-10,74,-49,74v-38,0,-44,-27,-44,-67r0,-118","w":213,"k":{"A":10}},"V":{"d":"126,-219v2,13,26,5,20,27v-11,38,-24,75,-35,112v0,2,-1,2,-3,2v-20,-36,-28,-84,-44,-124v2,-11,21,-6,21,-18v-14,-17,-55,3,-85,-7v-19,14,14,15,15,31r69,198v25,9,21,-35,33,-56r48,-137v5,-15,12,-18,24,-23v6,-16,-15,-12,-30,-11v-11,1,-32,-6,-33,6","w":178,"k":{"A":25,"z":18,"y":17,"w":14,"v":11,"u":27,"\/":26,";":11,"s":15,"\u2019":-7,"\u2018":-7,"\u201d":-7,"\u201c":-7,"q":32,".":14,")":-30,"o":23,"i":17,"-":9,"g":18,"e":25,"d":32,",":5,":":11,"c":26,"a":28}},"W":{"d":"85,-227v-20,13,11,15,14,31v5,31,27,57,26,92v-6,13,-10,28,-18,39v-13,-48,-36,-95,-45,-144v7,-3,15,-17,0,-17v-22,0,-43,1,-65,-1v-18,17,19,16,20,39r65,185v19,19,25,-13,32,-31r21,-50v13,26,17,62,31,87v25,6,24,-35,31,-57r40,-120v7,-20,14,-32,29,-41v5,-15,-13,-11,-29,-10v-9,1,-27,-7,-27,6v12,11,18,26,9,50r-35,99v-10,-22,-22,-49,-22,-77v12,-22,14,-55,37,-67v2,-5,1,-14,-7,-12v-36,2,-72,2,-107,-1xm152,-215v24,3,7,37,0,48v-6,-14,-25,-43,0,-48","w":257,"k":{"A":23,"y":15,"x":18,"w":18,"v":11,"u":18,"\/":26,";":21,"s":18,"r":20,"\u2019":-7,"\u201d":-7,"q":18,".":9,")":-27,"p":14,"o":20,"i":13,"-":9,"g":18,"e":22,"d":23,",":9,":":21,"c":26,"a":25}},"X":{"d":"114,-219v1,11,18,3,18,15v-1,9,-14,43,-24,52v-12,-14,-21,-32,-28,-51v0,-12,20,-5,20,-17v0,-4,-2,-6,-6,-6v-23,2,-72,3,-95,-1v-8,-1,-11,14,-3,14v26,4,30,26,44,46v10,22,30,38,33,63v-23,31,-29,82,-73,90v-8,1,-8,14,0,14v23,-2,45,-2,67,1v9,2,14,-12,6,-14v-43,-6,2,-57,11,-76v12,16,32,50,37,67v0,11,-32,9,-13,23v18,-4,66,-5,87,-1v10,2,10,-12,4,-13v-14,-2,-16,-6,-24,-20r-56,-99v18,-33,26,-76,71,-81v5,0,9,-1,8,-6v-9,-19,-49,0,-76,-8v-6,0,-8,3,-8,8","w":194,"k":{"A":7,"\u2019":-13,"\u2018":-7,"\u201d":-13,"\u201c":-7,"-":13,"O":7,"C":13}},"Y":{"d":"122,-219v0,14,29,7,19,29v-9,21,-18,44,-32,61v-15,-22,-29,-48,-40,-74v0,-11,19,-4,18,-17v-15,-18,-59,4,-91,-7v-19,14,19,20,21,37v16,35,38,65,51,103r0,56v4,20,-20,11,-23,24v3,17,32,4,47,5r40,3v5,0,7,-2,7,-8v-4,-12,-26,-3,-23,-24v3,-26,-4,-58,3,-79v21,-34,37,-89,70,-105v3,-5,1,-12,-6,-11v-18,2,-37,0,-52,0v-7,0,-9,1,-9,7","w":178,"k":{"A":10,"u":22,"s":18,"\u2019":-20,"\u2018":-13,"\u201d":-20,"\u201c":-13,")":-39,"o":28,"-":9,"e":28,"d":23,":":5,"c":26,"]":-32,"a":28,"Y":-64,"X":-57,"W":-64,"V":-64,"T":-46,"C":7}},"Z":{"d":"175,-224v-27,-10,-80,5,-122,-2v-15,2,-10,-25,-24,-12r-14,59v0,5,3,9,7,9v19,-21,42,-50,91,-37r-106,194v-3,9,-1,14,11,14r103,-2v22,-2,63,17,52,-24v2,-17,2,-63,-14,-36v0,40,-52,51,-92,40v32,-71,76,-131,108,-203","w":187,"k":{"-":-7}},"a":{"d":"146,-28v-9,7,-17,6,-17,-14r0,-82v-1,-30,-21,-43,-53,-43v-34,0,-67,19,-67,50v0,7,3,11,10,11v31,4,32,-39,54,-47v14,-1,14,41,8,53v-28,20,-72,24,-73,70v-1,21,9,38,29,37v21,-1,32,-18,50,-28v4,40,57,28,63,-1v0,-3,-1,-6,-4,-6xm84,-54v7,33,-37,42,-38,10v-1,-16,20,-34,36,-42v4,6,1,22,2,32","w":151,"k":{"\u2019":9}},"&":{"d":"107,-154v-16,-8,-34,-61,-5,-65v25,4,33,59,5,65xm208,-138v-18,1,-44,1,-58,-1v-9,-2,-10,11,-4,12v23,-2,19,22,8,33v-4,5,-5,6,-8,1r-29,-45v18,-15,45,-18,44,-52v-1,-30,-25,-43,-58,-43v-52,0,-77,49,-49,89v6,10,10,21,-5,24v-25,12,-39,29,-42,62v-5,67,76,84,107,37v26,-24,15,33,61,20v16,2,58,2,31,-13v-20,-12,-35,-39,-47,-61v14,-21,27,-45,52,-53v5,-2,4,-10,-3,-10xm117,-44v-21,35,-70,4,-66,-35v2,-17,8,-35,23,-34v14,24,31,44,43,69","w":221},"^":{"d":"199,-257r-38,0r-89,99r19,0r89,-70r89,70r18,0","w":360},"~":{"d":"202,-81v28,-1,47,-11,67,-24r0,-33v-20,14,-39,26,-67,27v-61,-10,-115,-45,-171,2r0,33v22,-14,39,-27,68,-28v40,-1,64,23,103,23","w":299},"*":{"d":"77,-160v12,-14,48,-4,48,-27v1,-8,-6,-19,-13,-19v-20,7,-20,31,-38,42v-1,-23,9,-35,12,-53v1,-9,-6,-16,-14,-16v-30,8,1,42,-2,68v-20,-8,-17,-35,-38,-41v-28,13,-8,41,17,37v7,3,11,4,18,9v-13,15,-47,2,-48,27v-1,8,6,19,13,19v19,-7,19,-31,37,-42v2,24,-9,35,-11,53v-1,9,6,16,14,16v29,-8,-1,-43,2,-68v20,8,17,35,38,41v27,-13,8,-40,-17,-37v-7,-3,-11,-4,-18,-9","w":144},"@":{"d":"136,-64v4,-43,19,-96,59,-104v16,0,25,14,25,32v0,44,-20,96,-61,104v-14,0,-25,-15,-23,-32xm321,-136v0,53,-25,97,-71,105v-16,3,-16,-21,-12,-35r31,-109r-31,0r-9,30v-4,-22,-17,-32,-38,-32v-54,0,-88,44,-88,96v0,33,18,59,51,59v28,0,42,-15,54,-35v2,24,12,36,37,36v51,0,86,-55,86,-114v0,-127,-169,-150,-247,-81v-33,29,-58,66,-60,122v-4,141,183,183,281,104r-7,-8v-89,72,-252,34,-248,-90v3,-89,57,-157,149,-157v73,0,122,37,122,109","w":354},"b":{"d":"88,7v94,0,109,-169,15,-174v-15,0,-24,7,-36,11v-8,-21,2,-58,-2,-85v-3,-23,-27,8,-46,6v-14,-1,-28,14,-10,18v9,2,11,8,11,19r0,163r-3,39v0,5,1,6,4,6v10,-1,8,-18,19,-18v16,3,28,15,48,15xm83,-7v-33,-8,-19,-73,-19,-111v0,-17,3,-28,20,-28v51,4,48,135,-1,139","w":175,"k":{"\u2014":-35,"Y":18,"W":18,"V":18,"T":18}},"\\":{"d":"-9,-233r89,266r15,0r-89,-266r-15,0","w":79,"k":{"y":-18,"\u2019":18,"\u201d":18,"f":-79,"W":18,"V":18}},"|":{"d":"106,-275r-31,0r0,360r31,0r0,-360","w":180},"{":{"d":"110,-186v-1,-39,-3,-75,39,-70r0,-10v-63,-6,-74,32,-70,96v3,36,-13,51,-48,52r0,12v49,-2,50,39,48,88v-2,48,23,62,70,61r0,-10v-40,3,-40,-31,-39,-70v2,-44,-10,-69,-46,-75v37,-5,47,-30,46,-74","w":180,"k":{"y":-31,"j":-57,"g":-23,"f":-64,"J":-62}},"}":{"d":"149,-118v-49,2,-50,-38,-48,-88v2,-47,-23,-62,-70,-60r0,10v42,-5,40,31,39,70v-1,44,9,69,46,74v-45,6,-49,46,-46,99v1,30,-8,47,-39,46v1,3,-1,9,1,10v62,6,73,-32,69,-96v-2,-36,13,-52,48,-53r0,-12","w":180},"[":{"d":"65,-208v-4,-20,31,2,33,-17v-5,-17,-40,-8,-58,-8v-13,0,-12,3,-13,16r0,283v-4,29,40,11,62,16v6,0,9,-2,9,-7v2,-18,-33,3,-33,-18r0,-265","w":113,"k":{"y":-15,"j":-36,"f":-40,"W":-41,"V":-32,"J":-42}},"]":{"d":"86,-217v4,-30,-40,-11,-62,-16v-6,0,-9,3,-9,8v-1,18,34,-3,33,17r0,265v3,21,-31,0,-33,18v0,5,3,7,9,7v22,-5,62,14,62,-16r0,-283","w":113},"c":{"d":"136,-143v-4,-19,-27,-24,-49,-24v-51,0,-79,35,-79,87v0,50,25,87,74,87v27,0,50,-14,57,-34v0,-4,-2,-5,-5,-5v-36,33,-87,-5,-82,-58v2,-31,11,-58,36,-64v20,5,15,42,36,46v10,-1,12,-21,12,-35","w":146},":":{"d":"69,-117v0,-13,-10,-26,-23,-26v-13,0,-24,12,-24,26v0,13,12,25,24,25v12,0,23,-12,23,-25xm69,-22v0,-13,-11,-26,-23,-26v-12,0,-24,12,-24,26v0,13,12,25,24,25v12,0,23,-12,23,-25","w":91},",":{"d":"67,-9v6,-39,-50,-51,-51,-11v0,16,11,23,27,23v15,20,-16,37,-23,52v0,3,2,5,5,5v15,-6,44,-40,42,-69","w":84},"d":{"d":"95,-231v-16,18,23,10,15,42v-3,11,5,38,-10,28v-53,-21,-94,25,-92,83v2,47,16,85,60,85v21,0,28,-12,44,-20v2,8,-1,22,9,20v13,-2,31,-12,49,-15v9,1,8,-22,2,-23v-8,2,-18,18,-18,-1r1,-209v0,-14,-8,-10,-18,-4v-7,6,-30,10,-42,14xm89,-152v36,0,16,61,21,94v-2,22,0,39,-21,39v-48,0,-48,-133,0,-133","w":178},"$":{"d":"135,-176v5,-30,-4,-45,-29,-49r4,-39r-16,0r-4,39v-38,4,-58,31,-58,71v0,32,18,52,43,64r-8,73v-26,-2,-17,-45,-34,-55v-12,2,-7,28,-7,42v0,23,20,23,40,29r-6,52r16,0r5,-51v39,-4,62,-33,62,-73v0,-37,-19,-54,-46,-70r7,-62v15,7,12,31,25,39v4,0,6,-4,6,-10xm82,-150v-32,-9,-27,-59,6,-58xm90,-83v28,8,26,66,-7,66"},"e":{"d":"107,-130v3,21,-36,23,-50,14v-4,-36,47,-54,50,-14xm104,-19v-37,-4,-49,-32,-49,-72v0,-4,2,-7,6,-7r73,0v10,1,13,-3,13,-11v-2,-37,-24,-58,-61,-58v-51,0,-78,36,-78,87v0,50,25,87,75,87v30,0,55,-16,64,-38v-11,-17,-22,14,-43,12","w":155,"k":{"\u2014":-26,"Y":18,"W":18,"V":18,"T":18}},"8":{"d":"82,-221v38,-5,45,66,17,77v-22,-5,-46,-21,-46,-46v0,-17,12,-32,29,-31xm79,7v80,0,107,-105,43,-139v-8,-11,20,-13,22,-26v21,-40,-14,-76,-59,-76v-68,0,-92,89,-40,120v7,12,-24,13,-28,29v-24,46,12,92,62,92xm84,-8v-37,3,-44,-53,-31,-83v4,-8,8,-11,13,-11v24,9,53,25,53,55v0,22,-14,39,-35,39"},"\u2026":{"d":"83,-22v0,-13,-11,-26,-23,-26v-12,0,-23,13,-23,26v0,13,11,25,23,25v12,0,23,-12,23,-25xm203,-22v0,-13,-11,-26,-23,-26v-12,0,-25,12,-23,26v-2,14,11,25,23,25v12,0,23,-12,23,-25xm323,-22v0,-13,-11,-26,-23,-26v-12,0,-23,13,-23,26v0,13,11,25,23,25v12,0,23,-12,23,-25","w":360},"\u2014":{"d":"6,-98v-12,3,-8,24,-15,34v73,7,160,-1,237,2v10,-6,10,-22,14,-34v-72,-7,-159,1,-236,-2","w":233,"k":{"q":-35,"o":-35,"e":-35,"d":-35,"c":-35,"Q":-26,"O":-26,"G":-26,"C":-26}},"\u2013":{"d":"9,-98v-10,6,-10,22,-14,34v52,7,119,-1,176,2v10,-6,10,-22,14,-34v-52,-7,-119,1,-176,-2","w":180},"=":{"d":"255,-158r-210,0r0,29r210,0r0,-29xm255,-86r-210,0r0,29r210,0r0,-29","w":299},"!":{"d":"47,-229v-31,0,-25,37,-21,63r14,96v1,12,13,12,14,0r18,-132v1,-17,-9,-27,-25,-27xm70,-22v0,-13,-11,-26,-23,-26v-12,0,-24,12,-24,26v0,13,12,25,24,25v12,0,23,-12,23,-25","w":93},"f":{"d":"2,-6v5,14,27,0,45,4v18,-1,31,1,42,3v4,0,7,-2,7,-7v-4,-14,-32,-3,-27,-28r0,-104v1,-15,42,10,33,-21v-12,-5,-40,9,-33,-20v0,-36,5,-55,14,-55v14,3,12,33,25,37v11,-5,18,-21,19,-37v-9,-25,-66,-18,-78,1v-18,14,-21,41,-25,68v-8,3,-30,14,-14,21v6,0,15,-2,14,5r0,105v5,23,-17,14,-22,28","w":100,"k":{"y":-7,"t":-13,"\u2019":-47,"\u2018":-47,"\u201d":-47,"\u201c":-47,")":-45,"-":-7,"]":-36,"}":-31}},"5":{"d":"68,-163v-17,2,-35,-5,-23,-20v22,-7,60,-3,81,-11v7,-10,9,-29,11,-43v1,-5,-5,-5,-11,-5r-84,14v-10,30,-16,77,-24,104v0,3,4,5,11,5v36,2,79,16,77,59v-2,47,-47,61,-87,71v-4,6,-2,13,8,12v68,-6,118,-40,121,-108v2,-50,-34,-73,-80,-78"},"4":{"d":"85,-102v0,7,-1,9,-7,9v-15,-2,-38,4,-48,-3v28,-61,69,-109,102,-165v-1,-5,-17,-5,-18,1r-100,161v-5,8,-11,31,7,27v21,1,46,-3,63,2v-2,24,8,55,-21,54v-9,4,-6,17,7,16v19,-2,51,-2,72,0v7,0,11,-1,10,-8v-2,-13,-24,-6,-23,-23v1,-21,-9,-49,24,-41v7,1,6,-7,6,-14v2,-17,-28,4,-29,-14v-2,-26,4,-58,-3,-79v-16,2,-36,8,-42,19r0,58"},"g":{"d":"78,-63v-33,-2,-35,-90,0,-92v33,2,33,89,0,92xm158,-136v3,-22,-12,-19,-27,-16v-42,-25,-120,-18,-119,44v0,29,17,40,33,54v-8,8,-28,8,-31,20v-6,7,34,28,19,37v-11,10,-27,15,-29,33v4,31,31,43,67,43v46,-1,85,-22,85,-64v0,-39,-33,-46,-71,-47v-20,4,-39,-12,-18,-17v55,6,92,-36,69,-84v7,-1,18,1,22,-3xm46,5v17,18,74,-3,75,30v0,19,-20,31,-42,31v-36,0,-56,-41,-33,-61","w":159,"k":{"y":-49,")":-39,"p":-49,"f":-80,"]":-39,"Y":9}},"`":{"d":"69,-246v-9,-9,-24,-2,-21,12v5,28,39,31,57,48r12,0v-16,-19,-30,-43,-48,-60","w":180},">":{"d":"253,-121r-207,-86r0,33r165,67r-165,67r0,32r207,-85r0,-28","w":299},"h":{"d":"2,-6v8,15,56,-2,81,6v6,-3,2,-16,-5,-14v-10,0,-8,-10,-9,-20v5,-40,-15,-111,24,-111v31,0,16,75,21,111v3,23,-17,14,-20,28v0,4,1,6,5,6v19,-2,52,-2,75,0v4,0,7,-2,7,-6v-4,-13,-29,-5,-23,-28v0,-63,12,-152,-63,-130v-10,3,-17,9,-24,15v-5,-26,-1,-63,-1,-93v-8,-21,-27,9,-47,7v-14,-2,-28,14,-9,18v8,2,10,9,10,19r0,164v5,23,-17,14,-22,28","w":182},"-":{"d":"18,-103v-8,8,-15,33,-12,45r64,0v9,-8,15,-33,12,-45r-64,0","w":87,"k":{"o":-13,"f":-7,"V":7,"O":-13,"G":-13,"C":-13}},"\u00ad":{"d":"18,-103v-8,8,-15,33,-12,45r64,0v9,-8,15,-33,12,-45r-64,0","w":87},"i":{"d":"73,-207v0,-15,-10,-27,-25,-27v-15,0,-26,12,-26,27v0,15,11,27,26,27v15,0,25,-12,25,-27xm93,-6v-5,-14,-30,-4,-24,-28v-2,-44,4,-95,-3,-133v-16,13,-37,26,-60,33v-7,17,25,4,18,31r0,69v5,23,-18,14,-21,28v9,16,58,-4,83,7v4,0,7,-2,7,-7","w":92},"j":{"d":"73,-207v0,-15,-10,-27,-25,-27v-15,0,-26,12,-26,27v0,15,11,27,26,27v15,0,25,-12,25,-27xm4,79v41,-8,65,-40,65,-92r0,-150v-14,-8,-33,28,-58,26v-11,3,-6,17,4,14v9,2,10,10,9,20r0,124v4,29,-14,38,-25,53v0,4,1,5,5,5","w":92},"k":{"d":"2,-6v8,15,57,-2,83,6v8,-4,2,-15,-6,-14v-18,-5,-7,-41,-10,-61v1,-5,3,-7,7,-3v14,16,30,41,38,62v-2,7,-8,19,4,18v20,-2,40,-3,60,-1v20,-13,-11,-14,-16,-30r-50,-80v12,-21,34,-34,58,-40v5,-2,4,-12,-3,-11v-21,2,-43,3,-64,0v-7,-1,-8,8,-3,10v18,6,18,14,-1,30v-9,9,-18,18,-28,26v-5,-43,-1,-101,-1,-148v-9,-20,-38,12,-60,11v-16,15,20,13,14,33r0,164v5,23,-17,14,-22,28","w":180},"l":{"d":"92,-6v-5,-14,-30,-4,-24,-28r1,-208v-6,-21,-27,10,-46,7v-10,3,-18,2,-19,11v4,11,20,7,20,26r0,164v6,24,-18,14,-22,28v0,4,1,7,5,6v19,-2,62,-4,79,1v4,0,6,-2,6,-7","w":92},"<":{"d":"253,-174r0,-33r-207,86r0,28r207,85r0,-32r-164,-67","w":299},"m":{"d":"248,-113v6,-63,-70,-64,-95,-29v-17,-36,-69,-26,-88,-1v-4,-6,4,-36,-9,-26v-12,14,-31,23,-50,30v-9,16,26,5,18,31r0,74v5,23,-17,14,-22,28v9,15,56,-2,81,6v6,-3,2,-16,-5,-14v-10,0,-8,-10,-9,-20v5,-40,-15,-110,24,-110v32,0,16,75,21,110v3,23,-17,14,-20,28v0,4,1,6,5,6v24,-2,48,-2,72,0v7,-2,4,-15,-3,-14v-9,-1,-11,-8,-10,-19v4,-40,-16,-111,24,-111v32,0,16,75,21,110v3,23,-17,14,-20,28v0,4,1,6,5,6v17,-2,58,-4,75,1v10,1,9,-14,1,-14v-13,0,-16,-7,-16,-21r0,-79","w":271},"n":{"d":"2,-6v8,15,54,-3,79,6v3,0,5,-2,5,-6v-2,-13,-20,-3,-17,-28v5,-40,-15,-111,24,-111v31,0,16,75,21,111v3,23,-17,14,-20,28v0,4,1,6,5,6v24,-2,57,-3,77,0v11,-5,2,-15,-6,-14v-11,0,-12,-8,-12,-20v1,-66,12,-157,-69,-128v-11,3,-15,13,-24,18v-4,-5,5,-34,-9,-26v-12,15,-29,25,-50,30v-9,17,26,6,18,32r0,74v5,23,-17,14,-22,28","w":182,"k":{"\u2019":18,".":-7,",":-7}},"9":{"d":"81,-235v-44,5,-71,34,-71,82v0,41,19,67,57,72v17,2,48,-17,24,-22v-48,6,-63,-108,-17,-117v62,27,38,162,2,201v-17,18,-38,30,-58,43v-6,4,-3,12,4,12v75,-21,135,-82,135,-170v0,-55,-26,-95,-76,-101"},"#":{"d":"162,-257r-32,0r-28,77r-56,0r-10,29r56,0r-16,46r-53,0r-11,30r53,0r-27,76r32,0r27,-76r47,0r-27,76r32,0r27,-76r54,0r11,-30r-54,0r16,-46r51,0r11,-29r-52,0r28,-77r-32,0r-28,77r-47,0xm172,-151r-17,47r-48,0r16,-47r49,0","w":276},"o":{"d":"166,-79v1,-54,-28,-88,-80,-88v-50,0,-78,35,-78,87v0,52,25,87,76,87v54,0,81,-34,82,-86xm89,-6v-39,-4,-43,-94,-27,-131v5,-11,14,-16,23,-16v45,5,51,138,4,147","w":173,"k":{"-":-8,"\u2014":-35}},"1":{"d":"142,-16v-17,-1,-26,-4,-26,-25r0,-186v-3,-11,-8,-6,-20,0v-14,7,-51,19,-69,28v-6,8,4,17,13,11v10,-2,30,-18,30,5r0,144v3,22,-13,20,-30,22v-4,1,-7,3,-7,9v0,7,4,9,12,8r54,-2v16,-2,46,11,50,-6v0,-6,-2,-7,-7,-8"},"p":{"d":"105,7v85,2,89,-169,8,-174v-17,-2,-31,12,-43,23v-6,-3,4,-35,-10,-26v-11,16,-32,25,-54,30v-8,17,18,7,18,25r0,160v9,26,-34,14,-18,35v19,-4,63,-4,82,0v11,-5,2,-16,-7,-15v-21,-3,-11,-46,-11,-67v10,6,21,9,35,9xm90,-141v49,0,48,133,0,133v-35,0,-17,-62,-21,-94v2,-22,0,-39,21,-39","w":178,"k":{"\u2014":-35,"Y":18,"W":18,"V":18,"T":18}},"(":{"d":"100,-234v-110,50,-109,270,0,316v13,-12,-17,-18,-20,-34v-36,-68,-37,-234,23,-272v3,-3,3,-11,-3,-10","w":113,"k":{"y":-23,"\u2019":-18,"\u201d":-18,"p":-31,"j":-48,"f":-55,"Y":-46,"W":-46,"V":-46,"T":-27,"J":-56}},")":{"d":"13,82v111,-51,109,-265,0,-316v-13,12,19,22,22,40v34,69,34,229,-25,267v-3,2,-3,10,3,9","w":113},"%":{"d":"116,-176v0,-33,-19,-57,-52,-57v-33,0,-52,25,-52,59v0,34,19,57,52,57v33,0,52,-25,52,-59xm179,-233r-146,240r16,0r146,-240r-16,0xm65,-130v-29,-3,-31,-85,-2,-90v30,2,31,85,2,90xm216,-53v0,-33,-21,-57,-52,-57v-33,0,-52,25,-52,60v0,33,19,57,52,57v33,0,52,-25,52,-60xm165,-6v-29,-3,-31,-86,-2,-91v29,3,31,86,2,91","w":227},".":{"d":"66,-22v0,-14,-12,-26,-24,-26v-12,0,-23,13,-23,26v0,13,11,25,23,25v12,0,24,-12,24,-25","w":84},"+":{"d":"165,-215r-30,0r0,93r-90,0r0,29r90,0r0,93r30,0r0,-93r90,0r0,-29r-90,0r0,-93","w":299},"q":{"d":"174,80v17,-20,-29,-9,-19,-35r0,-162v-1,-17,8,-42,-1,-53v-9,2,-9,17,-19,18v-16,-3,-28,-15,-48,-15v-94,0,-109,167,-16,174v10,1,26,-9,40,-11v-4,26,13,70,-19,70v-7,0,-6,13,0,14v19,-4,63,-4,82,0xm92,-153v33,7,19,73,19,111v0,17,-3,30,-20,28v-52,-6,-48,-132,1,-139","w":175,"k":{")":-36,"]":-32}},"?":{"d":"104,-163v-1,-39,-23,-61,-59,-67v-32,-6,-43,43,-22,51v18,-2,16,-34,35,-35v12,0,17,11,17,24v-1,37,-45,43,-50,77v4,13,-1,59,18,52v8,-46,63,-46,61,-102xm64,-22v0,-13,-11,-26,-23,-26v-12,0,-25,12,-23,26v-2,14,11,25,23,25v12,0,23,-12,23,-25","w":110},"\"":{"d":"28,-150r7,0r13,-88v0,-13,-6,-19,-17,-19v-13,-1,-18,11,-16,26xm91,-257v-13,0,-19,10,-17,26r13,81r7,0r14,-88v0,-11,-6,-19,-17,-19","w":122},"\u201c":{"d":"57,-162v3,-27,-37,-15,-24,-42v6,-8,16,-14,20,-24v0,-3,-3,-5,-7,-5v-18,9,-33,31,-36,57v-4,35,42,52,47,14xm115,-162v3,-25,-38,-18,-24,-42v5,-9,16,-14,20,-24v0,-3,-3,-5,-7,-5v-18,9,-33,31,-36,57v-4,35,42,52,47,14","w":126,"k":{"A":33,"y":-7,"(":-26,"f":-13,"\\":-35,"Y":-27,"X":-13,"W":-33,"V":-27,"T":-13,"Q":-13}},"\u201d":{"d":"59,-197v1,-19,-10,-36,-28,-36v-11,0,-20,9,-19,22v-3,20,21,19,27,31v-2,17,-18,22,-23,35v0,4,2,6,5,6v19,-9,37,-31,38,-58xm117,-197v4,-34,-43,-51,-47,-14v-3,27,37,15,24,42v-3,9,-28,21,-14,30v19,-9,34,-31,37,-58","w":126},"\u2018":{"d":"53,-183v-31,-9,2,-33,8,-45v0,-3,-2,-5,-6,-5v-19,9,-34,30,-37,57v-4,35,45,53,48,14v0,-10,-4,-18,-13,-21","w":84,"k":{"A":33,"y":-7,")":-18,"f":-13,"\\":-26,"Y":-27,"X":-13,"W":-33,"V":-27,"T":-13,"Q":-13}},"\u2019":{"d":"69,-197v4,-34,-45,-52,-48,-14v-2,20,21,19,28,31v-2,16,-18,23,-23,35v0,4,2,6,5,6v19,-9,35,-31,38,-58","w":84,"k":{"d":18}},"'":{"d":"28,-150r7,0r13,-88v0,-13,-6,-19,-17,-19v-13,-1,-18,11,-16,26","w":63},"r":{"d":"127,-138v1,-34,-45,-34,-55,-7v-2,2,-5,3,-4,-2v-2,-9,4,-32,-11,-23v-12,15,-31,23,-51,30v-8,19,26,4,18,33r0,73v5,23,-17,14,-22,28v5,14,25,3,45,4r40,2v16,-17,-26,-9,-18,-34r0,-78v6,-41,14,3,35,3v15,0,23,-13,23,-29","w":125,"k":{"z":-7,"y":-7,"u":-7,"\u2019":-13,"\u201d":-13,"q":7,".":33,"n":-7,"m":-7,"-":7,"f":-7,"e":7,"d":7,",":33,"c":7}},"s":{"d":"113,-131v0,-35,-18,-33,-43,-36v-60,-7,-81,78,-28,99v16,12,45,12,46,39v-16,50,-64,8,-68,-22v-14,-5,-11,15,-11,34v0,18,25,24,46,24v40,0,65,-22,67,-62v3,-55,-62,-43,-76,-81v0,-12,10,-18,23,-18v22,0,23,25,38,32v4,0,6,-3,6,-9","w":130,"k":{"\u2014":-35}},";":{"d":"67,-117v1,-13,-10,-26,-23,-26v-13,0,-23,13,-23,26v0,13,11,25,23,25v13,0,23,-12,23,-25xm71,-8v6,-40,-51,-52,-51,-12v0,16,11,23,27,23v14,19,-14,39,-23,52v0,3,2,5,5,5v15,-3,46,-44,42,-68","w":91},"\u037e":{"d":"67,-117v1,-13,-10,-26,-23,-26v-13,0,-23,13,-23,26v0,13,11,25,23,25v13,0,23,-12,23,-25xm71,-8v6,-40,-51,-52,-51,-12v0,16,11,23,27,23v14,19,-14,39,-23,52v0,3,2,5,5,5v15,-3,46,-44,42,-68","w":91},"7":{"d":"15,-224v3,19,-11,54,17,49v29,2,67,-4,90,3v-17,65,-42,122,-62,184v3,4,19,4,18,-4r84,-230v-24,-12,-104,1,-140,-8v-6,-1,-6,2,-7,6"},"6":{"d":"95,-8v-64,-26,-43,-167,-4,-205v18,-17,39,-28,63,-37v6,-4,3,-12,-6,-11v-82,14,-137,76,-137,165v0,56,25,99,76,103v86,6,100,-158,14,-158v-18,0,-30,8,-35,21v3,9,15,0,22,0v26,6,31,39,31,73v0,26,-5,46,-24,49"},"\/":{"d":"80,-233r-89,266r15,0r89,-266r-15,0","w":79,"k":{"\u2019":-18,"\u201d":-18,"q":9,"f":-18,"J":-26}},"t":{"d":"102,-23v-5,-13,-15,0,-25,3v-13,-3,-10,-23,-10,-42r1,-74v2,-16,39,12,32,-23v-8,-5,-30,5,-32,-6v1,-18,2,-56,-16,-31v-12,17,-28,31,-45,42v-5,5,-4,12,6,11v9,-2,11,3,11,12v0,50,-22,138,31,138v22,0,41,-13,47,-30","w":105},"3":{"d":"151,-77v0,-44,-31,-66,-75,-59r0,-2v38,-18,57,-37,57,-57v-1,-58,-107,-45,-111,2v0,4,2,5,5,5v12,-8,18,-27,39,-27v15,1,22,13,24,29v3,25,-37,54,-63,68v-8,4,-10,13,-2,16v11,-3,21,-10,37,-10v60,0,56,126,2,126v-17,0,-14,-34,-33,-34v-11,0,-18,10,-18,22v0,19,14,29,35,28v56,-2,102,-57,103,-107"},"\u2122":{"d":"93,-248v18,-1,23,10,25,27r5,0r-1,-34r-79,0r-2,34r5,0v2,-19,9,-28,26,-27r0,74v2,13,-14,4,-13,15r46,0v2,-10,-12,-2,-12,-15r0,-74xm170,-255r-35,0v-2,11,13,2,13,16r0,65v3,13,-14,4,-13,15r35,0v2,-11,-13,-1,-13,-15r0,-67r30,82r5,0r28,-81r0,66v2,12,-13,4,-12,15r43,0v2,-10,-12,-4,-12,-15r0,-66v-2,-11,13,-5,12,-15r-33,0r-24,67","w":295},"2":{"d":"140,-70v-11,4,-5,24,-23,22v-19,-2,-46,4,-60,-3v23,-45,87,-59,89,-122v3,-84,-130,-71,-130,-6v0,10,8,5,11,0v8,-14,23,-35,41,-33v52,6,28,87,6,109v-18,31,-46,62,-59,96v0,8,4,7,12,7r108,1v10,0,9,0,9,-10v0,-19,7,-51,-4,-61"},"u":{"d":"112,-138v-6,46,17,115,-23,123v-38,-8,-14,-98,-22,-144v-14,-4,-37,2,-57,-1v-4,0,-7,1,-6,6v2,13,23,4,19,28v3,58,-16,133,47,133v21,0,38,-16,48,-24v2,12,1,32,17,19v6,-7,39,-5,41,-19v-2,-10,-19,-2,-19,-23r0,-109v3,-26,-36,-2,-61,-12v-13,6,-2,16,6,15v4,1,10,4,10,8","w":182,"k":{"\u2019":18}},"_":{"d":"180,55r-180,0r0,30r180,0r0,-30","w":180,"k":{"y":-68,"p":-77,"j":-93,"g":-46,"f":-100}},"v":{"d":"132,-131v4,-16,25,-10,21,-28r-53,-1v-6,0,-6,2,-7,7v3,13,26,4,19,28v-7,24,-14,48,-23,69v-11,-25,-18,-56,-27,-83v-1,-11,17,-3,16,-15v-6,-14,-57,2,-79,-6v-20,13,10,13,15,25r53,138v5,4,16,1,18,-6","w":146},"w":{"d":"66,-116v-6,-17,-15,-34,10,-31v39,5,27,68,10,89v-9,-16,-14,-39,-20,-58xm211,-131v4,-17,25,-10,21,-28v-17,-1,-38,1,-53,-1v-14,3,-5,14,3,15v10,1,10,15,7,25r-21,64v-10,-22,-23,-60,-27,-83v-2,-11,16,-3,16,-14v0,-13,-25,-3,-37,-6r-121,-1v-20,13,11,13,15,25r49,132v3,11,13,10,17,0r32,-87v13,31,22,65,37,93v6,4,15,1,15,-6","w":226,"k":{".":13,"-":-7,",":9}},"x":{"d":"109,-129v-6,6,-10,29,-18,22v-5,-10,-16,-22,-18,-34v3,-5,19,-16,4,-19v-17,3,-54,2,-69,0v-14,15,17,24,23,42v6,17,23,29,25,47v-16,23,-25,53,-58,59v-7,6,-3,15,9,11v15,0,34,-1,47,1v4,0,6,-2,6,-6v-7,-7,-21,-11,-10,-30r15,-26v9,12,19,28,24,43v0,9,-16,4,-16,13v1,5,2,6,8,6v26,-2,51,-2,77,0v17,-12,-14,-12,-16,-26v-13,-22,-28,-41,-39,-65v15,-21,26,-56,53,-57v4,0,5,-2,5,-6v-4,-14,-36,1,-56,-6v-20,10,21,14,4,31","w":159},"y":{"d":"23,58v-4,23,19,23,35,19v20,-20,20,-52,36,-92r42,-108v7,-15,12,-22,25,-25v4,-1,5,-14,-2,-11v-18,1,-36,1,-53,-1v-4,0,-7,1,-6,6v2,15,29,4,21,28r-26,73v-14,-24,-22,-59,-32,-86v-1,-12,20,-3,19,-15v-8,-14,-59,2,-83,-6v-21,15,16,11,17,28v15,52,52,93,52,152v0,27,-51,2,-45,38","w":155,"k":{".":15,"-":-7,",":15}},"z":{"d":"136,-153v-9,-18,-47,-3,-76,-6v-17,-2,-28,1,-30,-12v0,-3,-1,-4,-4,-4v-10,9,-27,51,-14,55v14,-12,34,-35,65,-24v-23,46,-52,87,-72,136v3,18,33,7,49,7r74,2v14,0,6,-23,8,-42v1,-11,-6,-15,-11,-9v-1,28,-29,42,-61,33","w":144},"0":{"d":"85,7v104,0,103,-240,0,-240v-58,0,-76,57,-76,120v0,63,18,120,76,120xm85,-8v-33,-8,-32,-54,-32,-106v0,-69,11,-104,32,-104v33,9,32,53,32,105v0,70,-11,105,-32,105"},"A":{"d":"114,-30v9,19,-18,10,-18,24v6,16,31,3,50,4r38,2v5,0,10,0,9,-6v1,-9,-9,-7,-15,-10v-6,-3,-12,-13,-17,-29r-62,-186v-10,-6,-22,0,-23,12r-66,195v-3,10,-19,6,-19,18v4,16,45,-1,64,7v5,0,7,-2,7,-7v-3,-15,-31,-7,-29,-29v1,-13,5,-53,37,-43v41,-8,33,24,44,48xm71,-162r22,65v-9,4,-31,2,-43,1v7,-22,11,-47,21,-66","w":181,"k":{"z":-45,"y":17,"w":7,"v":7,"u":7,";":-7,"\u2019":33,"\u2018":27,"\u201d":33,"\u201c":27,".":-13,",":-13,":":-7,"\\":18,"X":7,"W":13,"V":7,"U":7,"T":10}},"\u00d7":{"d":"152,-128r-81,-81r-21,21r81,81r-81,80r21,21r81,-81r81,81r20,-21r-81,-80r81,-81r-20,-21","w":299}}});
