/*
 * 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:
 * Created by gluk with FontForge 2.0 (http://fontforge.sf.net)
 * 
 * 
 * License information:
 * http://scripts.sil.org/OFL
 */
Cufon.registerFont({"w":205,"face":{"font-family":"Rawengulk","font-weight":600,"font-stretch":"normal","units-per-em":"360","panose-1":"4 0 7 0 0 0 0 0 0 0","ascent":"283","descent":"-77","x-height":"6","bbox":"-45 -273 340 77.0021","underline-thickness":"19.08","underline-position":"-51.48","stemh":"19","stemv":"19","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":128},"!":{"d":"35,-22v8,0,15,6,15,14v0,8,-7,14,-15,14v-8,0,-14,-6,-14,-14v0,-8,6,-14,14,-14xm26,-244r25,0r0,19r-6,0r0,161r-19,0r0,-180","w":64},"\"":{"d":"75,-250v5,17,2,44,-5,60r-19,-5v5,-14,10,-35,5,-52xm13,-195v6,-14,7,-34,5,-52r19,-3v3,20,3,43,-5,60","w":90},"#":{"d":"89,-93r5,-48r-36,0r-4,48r35,0xm53,-77r-3,38r-17,0r4,-38r-26,0r2,-16r25,0r4,-48r-25,0r1,-17r26,0r3,-38r16,0r-4,38r36,0r3,-38r16,0r-3,38r26,0r-2,17r-25,0r-5,48r26,0r-1,16r-26,0r-3,38r-16,0r4,-38r-36,0","w":147},"$":{"d":"122,19r-19,0r0,-19v-38,-2,-73,-25,-90,-41r0,-14r19,0r0,5v14,12,44,29,71,31r0,-97v-39,-11,-77,-24,-77,-63v0,-26,33,-50,77,-52r0,-20r19,0r0,20v24,3,54,13,71,32r0,14r-19,0r0,-5v-14,-12,-33,-20,-52,-22r0,82v41,11,84,26,84,70v0,32,-31,57,-84,60r0,19xm103,-135r0,-77v-35,2,-58,20,-58,33v0,24,26,35,58,44xm122,-110r0,91v40,-3,64,-19,64,-41v0,-29,-30,-40,-64,-50","w":218},"%":{"d":"198,-225r15,13r-180,206r-14,-13xm58,-231v60,0,60,90,0,90v-30,0,-45,-22,-45,-45v0,-22,15,-45,45,-45xm58,-215v-40,0,-39,57,0,57v39,0,39,-57,0,-57xm174,-90v60,0,60,90,0,90v-30,0,-45,-22,-45,-45v0,-22,15,-45,45,-45xm174,-74v-40,1,-38,57,0,58v38,-1,39,-57,0,-58","w":231},"&":{"d":"159,-186v-5,-14,-21,-26,-43,-26v-25,0,-45,20,-45,45v-8,24,78,105,102,132v22,-14,38,-64,13,-84r0,7r-19,0r0,-29v68,-6,61,93,20,119v10,7,29,1,44,3r0,19v-24,-1,-48,4,-60,-10v-19,11,-41,16,-61,16v-114,0,-124,-100,-48,-138v-31,-45,6,-99,54,-99v38,0,68,24,64,64r-28,0r0,-19r7,0xm73,-116v-59,28,-60,101,37,103v15,0,32,-3,47,-11","w":244},"'":{"d":"13,-195v6,-14,7,-34,5,-52r19,-3v3,20,3,43,-5,60","w":51},"(":{"d":"75,77v-85,-61,-83,-287,0,-350r10,17v-67,33,-71,284,0,317","w":96},")":{"d":"21,-273v84,63,86,289,0,350r-10,-16v70,-34,68,-284,0,-317","w":96},"*":{"d":"98,-208r5,12r-35,13r22,29r-10,8r-22,-30r-22,30r-10,-8r22,-29r-35,-13r4,-12r34,13r0,-36r13,0r0,36","w":115},"+":{"d":"96,-129r65,0r0,20r-65,0r0,64r-19,0r0,-64r-64,0r0,-20r64,0r0,-64r19,0r0,64","w":173},",":{"d":"37,-22v30,8,5,51,-10,63r-8,-6v9,-9,15,-21,15,-29v-16,-2,-15,-29,3,-28","w":77},"-":{"d":"116,-84r-103,0r0,-19r103,0r0,19","w":128},".":{"d":"37,-22v8,0,14,6,14,14v0,8,-6,14,-14,14v-8,0,-15,-6,-15,-14v0,-8,7,-14,15,-14","w":70},"\/":{"d":"176,-256r16,10r-169,265r-16,-11","w":199},"0":{"d":"32,-116v0,72,38,103,71,103v33,0,71,-31,71,-103v0,-68,-38,-103,-71,-103v-33,0,-71,35,-71,103xm103,-238v46,0,90,46,90,122v0,80,-44,122,-90,122v-46,0,-90,-42,-90,-122v0,-76,44,-122,90,-122"},"1":{"d":"39,0r-1,-200r-15,17r-14,-13r32,-35r17,0r0,231r-19,0","w":83},"2":{"d":"84,-238v39,0,70,32,70,71v0,52,-82,109,-114,148r95,0r0,-10r19,0r0,29r-144,0r0,-16v34,-39,125,-104,125,-151v0,-28,-23,-52,-51,-52v-28,0,-52,24,-52,52r-19,0v0,-39,32,-71,71,-71","w":167},"3":{"d":"90,-141v21,0,39,-18,39,-39v0,-21,-18,-39,-39,-39v-21,0,-39,18,-39,39r-19,0v0,-32,26,-58,58,-58v57,0,79,82,29,105v28,10,48,35,48,65v0,41,-35,74,-77,74v-42,0,-77,-33,-77,-74r19,0v0,30,26,55,58,55v32,0,58,-25,58,-55v0,-30,-26,-54,-58,-54r0,-19","w":180},"4":{"d":"13,-52v54,-82,77,-131,76,-179r20,0v0,52,-20,97,-69,173r89,0r0,-96r19,0r0,96r19,0r0,19r-19,0r0,39r-19,0r0,-39r-116,0r0,-13","w":173},"5":{"d":"154,-80v0,101,-103,108,-141,47r0,-15r19,0v0,27,30,35,49,35v24,0,54,-18,54,-67v0,-88,-84,-84,-106,-25r-17,0r9,-126r120,0r0,29r-19,0r0,-10r-83,0r-4,64v50,-41,119,-14,119,68","w":167},"6":{"d":"84,-238v24,0,60,9,57,45r-19,0v0,-20,-23,-26,-38,-26v-28,0,-48,28,-54,90v35,-64,125,-45,124,49v0,58,-34,86,-67,86v-32,0,-74,-28,-74,-86v0,-45,1,-158,71,-158xm32,-80v0,48,33,67,55,67v21,0,48,-19,48,-67v0,-49,-27,-68,-48,-68v-22,0,-55,20,-55,68","w":167},"7":{"d":"115,-212r-89,0r0,10r-20,0r0,-29r135,0v2,30,-17,38,-29,56v-35,54,-46,119,-46,175r-20,0v-4,-63,22,-162,69,-212","w":154,"k":{"g":26,"4":32}},"8":{"d":"90,-238v57,0,79,82,29,105v28,10,48,35,48,65v0,41,-35,74,-77,74v-42,0,-77,-33,-77,-74v0,-30,20,-55,48,-65v-50,-23,-28,-105,29,-105xm148,-68v0,-30,-26,-54,-58,-54v-32,0,-58,24,-58,54v0,30,26,55,58,55v32,0,58,-25,58,-55xm51,-180v0,21,18,39,39,39v21,0,39,-18,39,-39v0,-21,-18,-39,-39,-39v-21,0,-39,18,-39,39","w":180},"9":{"d":"84,6v-23,0,-45,-12,-58,-29r0,-16r19,0v-1,22,24,26,39,26v28,0,47,-27,53,-89v-35,64,-125,45,-124,-49v0,-58,34,-87,67,-87v32,0,74,29,74,87v0,45,0,157,-70,157xm135,-151v0,-48,-33,-68,-55,-68v-21,0,-48,20,-48,68v0,49,27,67,48,67v22,0,55,-19,55,-67","w":167},":":{"d":"37,-22v8,0,14,6,14,14v0,8,-6,14,-14,14v-8,0,-15,-6,-15,-14v0,-8,7,-14,15,-14xm37,-158v8,0,14,7,14,15v0,8,-6,14,-14,14v-8,0,-15,-6,-15,-14v0,-8,7,-15,15,-15","w":77},";":{"d":"37,-158v8,0,14,7,14,15v0,8,-6,14,-14,14v-8,0,-15,-6,-15,-14v0,-8,7,-15,15,-15xm37,-22v30,8,5,51,-10,63r-8,-6v9,-9,15,-21,15,-29v-16,-2,-15,-29,3,-28","w":77},"<":{"d":"117,-57r-11,16r-93,-66r0,-18r94,-63r10,16r-83,56","w":128},"=":{"d":"154,-71r-141,0r0,-19r141,0r0,19xm154,-135r-141,0r0,-19r141,0r0,19","w":167},">":{"d":"95,-116r-83,-56r10,-16r94,63r0,18r-93,66r-11,-16","w":128},"?":{"d":"74,-22v8,0,15,6,15,14v0,8,-7,14,-15,14v-8,0,-15,-6,-15,-14v0,-8,7,-14,15,-14xm77,-244v35,0,64,29,64,64v0,71,-70,49,-57,116r-20,0r0,-25v0,-49,58,-42,58,-91v0,-25,-20,-45,-45,-45v-25,0,-45,20,-45,45r-19,0v0,-35,29,-64,64,-64","w":154},"@":{"d":"101,-64v0,59,57,54,76,14r19,-97v-56,-6,-95,16,-95,83xm210,-3v-16,0,-26,-4,-32,-16v-37,35,-96,18,-96,-45v0,-86,56,-112,137,-102r-25,131v0,10,5,13,17,13v23,0,65,-25,65,-86v0,-46,-32,-97,-104,-97v-81,0,-140,64,-140,134v0,53,34,106,106,106v27,0,50,-6,69,-16r8,14v-21,10,-46,18,-77,18v-82,0,-125,-58,-125,-122v0,-81,67,-153,159,-153v82,0,124,59,124,116v0,71,-50,105,-86,105","w":308},"A":{"d":"13,-19r89,-232r14,0r95,247r-18,8r-23,-62r-122,0r-22,58r-23,0r0,-19r10,0xm109,-215r-54,138r107,0","w":218,"k":{"C":13,"G":13,"O":13,"Q":13,"T":26,"V":26,"W":26,"U":13,"Y":26,"t":13,"v":13,"w":13}},"B":{"d":"45,-129r0,110r82,0v34,0,59,-25,59,-52v1,-52,-75,-65,-141,-58xm45,-148v50,4,116,-3,116,-41v1,-38,-69,-39,-116,-36r0,77xm140,-141v36,13,66,37,66,70v0,40,-36,71,-79,71r-101,0r0,-225r-10,0r0,-19v70,-1,161,-10,164,55v0,20,-17,38,-40,48","w":218,"k":{"T":13,"Y":13}},"C":{"d":"216,-17v-97,64,-199,-7,-203,-105v-5,-102,124,-167,206,-103r0,18r-20,0r0,-8v-72,-45,-167,11,-167,93v0,85,103,141,172,89","w":231},"D":{"d":"16,-244r93,0v68,0,122,54,122,122v0,68,-54,122,-122,122r-83,0r0,-225r-10,0r0,-19xm45,-19r64,0v57,0,103,-46,103,-103v0,-57,-46,-103,-103,-103r-64,0r0,206","w":244,"k":{"A":13,"T":26,"V":13,"W":13,"X":13,"Y":13,"Z":13}},"E":{"d":"161,-225r-116,0r0,96r71,0r0,20r-71,0r0,90r129,0r0,-10r19,0r0,29r-167,0r0,-225r-10,0r0,-19r164,0r0,29r-19,0r0,-10","k":{"C":13,"G":13,"O":13,"Q":13}},"F":{"d":"26,-225r-10,0r0,-19r177,0r0,29r-19,0r0,-10r-129,0r0,96r84,0r0,20r-84,0r0,109r-19,0r0,-225","k":{"A":26,"C":26,"G":26,"O":26,"Q":26,"a":39,"c":39,"d":39,"e":39,"o":39,"q":39,"g":26,"s":26,"t":13,"v":13,"w":13,"y":13}},"G":{"d":"212,-96r-45,0r0,-20r64,0r0,116r-19,0r0,-23v-75,69,-199,2,-199,-99v0,-102,124,-167,206,-103r0,18r-20,0r0,-8v-72,-45,-167,11,-167,93v0,91,119,146,180,78r0,-52","w":244},"H":{"d":"26,-244r19,0r0,115r141,0r0,-115r20,0r0,244r-20,0r0,-109r-141,0r0,109r-19,0r0,-244","w":231},"I":{"d":"45,0r-19,0r0,-244r19,0r0,244","w":70},"J":{"d":"116,-51v1,62,-80,74,-110,33r0,-14r20,0v-1,17,22,19,31,19v20,0,39,-12,39,-38r0,-174r-70,0r0,-19r90,0r0,193","w":141},"K":{"d":"26,-244r19,0r0,150r128,-150r20,0r0,19r-11,0r-83,98r84,99v6,7,9,9,23,9r0,19v-22,0,-30,-6,-38,-16r-82,-96r-41,48r0,64r-19,0r0,-244","w":218,"k":{"C":13,"G":13,"O":13,"Q":13,"t":13,"u":13,"v":19,"w":19,"y":19}},"L":{"d":"45,-19r129,0r0,-10r19,0r0,29r-167,0r0,-244r19,0r0,225","k":{"C":26,"G":26,"O":26,"Q":26,"T":39,"V":26,"W":26,"U":13,"Y":39,"v":26,"w":26,"y":26}},"M":{"d":"21,-19r28,-231r15,0r110,231r109,-231r15,0r33,249r-19,2r-28,-209r-101,214r-19,0r-101,-213r-25,207r-27,0r0,-19r10,0","w":347},"N":{"d":"26,-225r-10,0r0,-19r28,0r155,209r0,-209r20,0r0,244r-18,0r-156,-210r0,210r-19,0r0,-225","w":244},"O":{"d":"32,-122v0,60,49,109,109,109v60,0,110,-49,110,-109v0,-60,-50,-109,-110,-109v-60,0,-109,49,-109,109xm141,-251v71,0,129,58,129,129v0,71,-58,128,-129,128v-71,0,-128,-57,-128,-128v0,-71,57,-129,128,-129","w":282,"k":{"A":13,"T":26,"V":13,"W":13,"X":13,"Y":13,"Z":13}},"P":{"d":"26,-225r-10,0r0,-19r106,0v46,0,84,37,84,83v0,46,-38,84,-84,84r-77,0r0,77r-19,0r0,-225xm45,-225r0,129r77,0v35,0,64,-30,64,-65v0,-35,-29,-64,-64,-64r-77,0","w":218,"k":{"A":26,"Y":6,"a":6}},"Q":{"d":"141,-251v71,0,129,58,129,129v0,71,-58,128,-129,128v-42,0,-67,17,-72,31v35,-30,98,10,128,11v8,0,14,-6,14,-13r19,0v-13,79,-125,-28,-161,31r-25,-28v11,-16,21,-31,47,-42v-46,-19,-78,-65,-78,-118v0,-71,57,-129,128,-129xm141,-13v60,0,110,-49,110,-109v0,-60,-50,-109,-110,-109v-60,0,-109,49,-109,109v0,60,49,109,109,109","w":282},"R":{"d":"45,-122v60,4,129,0,129,-52v0,-26,-20,-51,-63,-51r-66,0r0,103xm120,-107v24,20,39,51,56,78v7,11,15,10,30,10r0,19v-24,2,-38,-7,-46,-19r-37,-58v-15,-32,-37,-25,-78,-26r0,103r-19,0r0,-225r-10,0r0,-19r95,0v54,0,82,34,82,70v0,35,-32,63,-73,67","w":218,"k":{"V":13,"W":13,"U":6,"Y":13}},"S":{"d":"186,-55v0,-71,-160,-57,-160,-138v0,-68,126,-75,167,-25r0,16r-19,0r0,-8v-37,-35,-125,-23,-129,17v10,66,163,51,161,138v0,37,-47,61,-97,61v-43,0,-78,-23,-96,-38r0,-16r19,0r0,7v15,13,47,28,77,28v45,0,77,-21,77,-42","w":218,"k":{"T":13}},"T":{"d":"13,-244r212,0r0,29r-19,0r0,-10r-77,0r0,225r-20,0r0,-225r-77,0r0,10r-19,0r0,-29","w":237,"k":{"A":26,"C":26,"G":26,"O":26,"Q":26,"a":39,"c":39,"d":39,"e":39,"o":39,"q":39,"g":26,"s":26,"t":13,"v":13,"w":13,"y":13}},"U":{"d":"16,-244r29,0r0,160v0,39,32,71,71,71v39,0,70,-32,70,-71r0,-160r20,0r0,160v0,50,-40,90,-90,90v-50,0,-90,-40,-90,-90r0,-141r-10,0r0,-19","w":231,"k":{"A":13,"a":6,"t":13,"u":6,"v":13,"w":13,"y":6}},"V":{"d":"6,-244r20,0r83,215r84,-219r18,7r-95,247r-14,0r-89,-231r-7,0r0,-19","w":218,"k":{"A":26,"C":13,"G":13,"O":13,"Q":13,"a":26,"c":26,"d":26,"e":26,"o":26,"q":26,"g":26,"s":13,"v":13,"w":13,"y":13}},"W":{"d":"6,-244r21,0r79,214r58,-155r0,-34r19,0r0,34r58,155r81,-218r18,7r-92,247r-14,0r-60,-162r-61,162r-14,0r-86,-231r-7,0r0,-19","w":347,"k":{"A":26,"C":13,"G":13,"O":13,"Q":13,"a":26,"c":26,"d":26,"e":26,"o":26,"q":26,"g":26,"s":13,"v":13,"w":13,"y":13}},"X":{"d":"192,-250r15,12r-85,112r91,120r-15,12r-89,-117r-88,117r-16,-12r92,-120r-85,-112r15,-12r82,107","w":218,"k":{"C":13,"G":13,"O":13,"Q":13,"t":13,"u":13,"v":19,"w":19,"y":19}},"Y":{"d":"199,-237r-87,144r0,93r-19,0r0,-93r-80,-132r-7,0r0,-19r18,0r79,130r77,-130r19,0r0,7","k":{"A":26,"C":13,"G":13,"O":13,"Q":13,"a":26,"c":26,"d":26,"e":26,"o":26,"q":26,"g":39,"s":26,"y":13,"S":13}},"Z":{"d":"186,-230r-146,211r134,0r0,-10r19,0r0,29r-180,0r0,-14r146,-211r-120,0r0,10r-20,0r0,-29r167,0r0,14","k":{"C":13,"G":13,"O":13,"Q":13}},"[":{"d":"45,-251r0,309r26,0r0,19r-45,0r0,-347r45,0r0,19r-26,0","w":83},"\\":{"d":"10,-242r16,-10r169,264r-16,10"},"]":{"d":"39,-251r-26,0r0,-19r45,0r0,347r-45,0r0,-19r26,0r0,-309","w":83},"^":{"d":"95,-249r71,92r-12,10r-65,-84r-68,84r-13,-10r74,-92r13,0","w":180},"_":{"d":"231,74r-218,0r0,-16r218,0r0,16","w":253},"`":{"d":"51,-196r-36,-36r12,-12r35,37","w":77},"a":{"d":"177,0r-29,0r0,-22v-32,44,-137,34,-135,-28v0,-28,25,-53,71,-53r64,0v9,-57,-53,-57,-90,-44r0,9r-19,0v1,-9,-3,-22,5,-24v45,-21,123,-22,123,46r0,97r10,0r0,19xm84,-84v-75,0,-62,73,0,71v23,0,54,-9,64,-28r0,-43r-64,0","w":192,"k":{"T":26,"V":26,"W":26,"Y":32,"t":13,"v":13,"w":13,"y":6}},"b":{"d":"26,-225r-10,0r0,-19r29,0r1,110v36,-74,147,-34,147,50v0,85,-110,123,-148,50r0,34r-19,0r0,-225xm45,-84v0,40,25,71,64,71v39,0,65,-31,65,-71v0,-40,-26,-70,-65,-70v-39,0,-64,30,-64,70","k":{"A":6,"T":26,"V":26,"W":26,"X":6,"Y":26,"t":6,"v":13,"w":13,"y":6,"z":6}},"c":{"d":"169,-22v-50,58,-156,18,-156,-62v0,-79,105,-120,154,-63r0,15r-19,0r0,-6v-43,-37,-116,-4,-116,54v0,62,83,95,122,49","w":180},"d":{"d":"161,-84v0,-40,-26,-70,-65,-70v-39,0,-64,30,-64,70v0,40,25,71,64,71v39,0,65,-31,65,-71xm180,-19r10,0r0,19r-29,0v-1,-11,2,-25,-1,-34v-36,73,-147,35,-147,-50v0,-86,110,-122,148,-50r0,-91r-10,0r0,-19r29,0r0,225","k":{"V":6,"W":6}},"e":{"d":"91,-96v22,0,48,-22,63,-36v-37,-42,-114,-18,-121,36r58,0xm32,-77v1,58,85,86,122,42r15,13v-50,58,-156,18,-156,-62v0,-92,130,-120,168,-45v-20,16,-49,52,-90,52r-59,0","w":192,"k":{"v":6,"w":6,"y":6}},"f":{"d":"39,-196v-3,-56,80,-75,102,-26r0,13r-19,0v-8,-39,-66,-21,-64,13r0,29r45,0r0,19r-45,0r0,148r-19,0r0,-148r-26,0r0,-19r26,0r0,-29","w":128,"k":{"A":13,"T":-13,"a":13,"c":13,"d":13,"e":13,"o":13,"q":13,"g":13}},"g":{"d":"46,-35v47,14,128,17,131,71v2,42,-55,41,-102,41v-66,0,-90,-56,-47,-100v-13,-17,-4,-28,12,-50v-44,-50,24,-133,86,-91r48,0r0,19r-28,0v32,59,-38,123,-96,82v-7,11,-14,22,-4,28xm45,-112v0,28,22,41,45,41v22,0,45,-13,45,-41v0,-28,-22,-42,-45,-42v-23,0,-45,14,-45,42xm41,-17v-25,26,-24,77,34,75v32,-1,83,8,83,-22v0,-41,-79,-39,-117,-53","w":180},"h":{"d":"190,0r-29,0v-7,-60,26,-154,-45,-154v-37,0,-71,32,-71,77r0,77r-19,0r0,-225r-10,0r0,-19r29,0r0,115v23,-59,135,-62,135,13r0,97r10,0r0,19","k":{"T":26,"V":26,"W":26,"Y":32,"t":13,"v":13,"w":13,"y":6}},"i":{"d":"36,-235v8,0,14,7,14,15v0,8,-6,14,-14,14v-8,0,-15,-6,-15,-14v0,-8,7,-15,15,-15xm26,-148r-10,0r0,-19r29,0r0,167r-19,0r0,-148","w":70,"k":{"V":6,"W":6}},"j":{"d":"16,-167r29,0r0,196v3,49,-71,65,-90,24r0,-13r19,0v-1,14,13,18,23,18v16,0,29,-13,29,-29r0,-177r-10,0r0,-19xm35,-235v8,0,15,7,15,15v0,8,-7,14,-15,14v-8,0,-14,-6,-14,-14v0,-8,6,-15,14,-15","w":64},"k":{"d":"16,-244r29,0r0,185r103,-108r16,0r0,19r-8,0r-53,56r57,63v8,9,16,10,20,10r0,19v-44,-4,-62,-55,-90,-78r-45,47r0,31r-19,0r0,-225r-10,0r0,-19","w":192,"k":{"T":26,"V":19,"W":19,"U":13,"Y":26,"c":13,"d":13,"e":13,"o":13,"q":13,"t":13,"u":6,"v":13,"w":13,"y":13}},"l":{"d":"45,-244r0,244r-19,0r0,-225r-10,0r0,-19r29,0","w":70,"k":{"V":6,"W":6}},"m":{"d":"151,-112v0,-33,-19,-42,-40,-42v-35,0,-66,35,-66,80r0,74r-19,0r0,-148r-10,0r0,-19r29,0r0,38v22,-57,114,-60,125,2v21,-63,126,-64,126,15r0,93r9,0r0,19r-29,0r0,-112v0,-25,-10,-42,-40,-42v-35,0,-66,35,-66,80r0,74r-19,0r0,-112","w":321,"k":{"T":26,"V":26,"W":26,"Y":32,"t":13,"v":13,"w":13,"y":6}},"n":{"d":"190,0r-29,0v-7,-60,26,-154,-45,-154v-37,0,-71,32,-71,77r0,77r-19,0r0,-148r-10,0r0,-19r29,0r0,38v23,-59,135,-62,135,13r0,97r10,0r0,19","k":{"T":26,"V":26,"W":26,"Y":32,"t":13,"v":13,"w":13,"y":6}},"o":{"d":"32,-84v0,39,32,71,71,71v39,0,71,-32,71,-71v0,-39,-32,-70,-71,-70v-39,0,-71,31,-71,70xm103,-174v50,0,90,40,90,90v0,50,-40,90,-90,90v-50,0,-90,-40,-90,-90v0,-50,40,-90,90,-90","k":{"A":6,"T":26,"V":26,"W":26,"X":6,"Y":26,"t":6,"v":13,"w":13,"y":6,"z":6}},"p":{"d":"26,-148r-10,0r0,-19r29,0r0,33v36,-73,148,-35,148,50v0,84,-111,124,-148,50r0,111r-19,0r0,-225xm45,-84v0,40,25,71,64,71v39,0,65,-31,65,-71v0,-40,-26,-70,-65,-70v-39,0,-64,30,-64,70","k":{"A":6,"T":26,"V":26,"W":26,"X":6,"Y":26,"t":6,"v":13,"w":13,"y":6,"z":6}},"q":{"d":"180,58r10,0r0,19r-29,0r-1,-111v-36,73,-147,35,-147,-50v0,-86,110,-122,148,-50r0,-33r19,0r0,225xm161,-84v0,-40,-26,-70,-65,-70v-39,0,-64,30,-64,70v0,40,25,71,64,71v39,0,65,-31,65,-71"},"r":{"d":"26,-148r-10,0r0,-19r29,0r0,42v16,-29,39,-50,71,-49r0,29r-20,0r0,-7v-22,9,-51,40,-51,84r0,68r-19,0r0,-148","w":128,"k":{"A":13,"T":26,"V":26,"W":26,"U":13,"X":13,"Y":26,"a":13,"c":13,"d":13,"e":13,"o":13,"q":13,"g":13,"s":13}},"s":{"d":"45,-132v9,46,109,34,109,93v0,25,-31,45,-70,45v-44,-1,-61,-17,-71,-29r0,-14r19,0v2,19,22,24,52,24v28,0,51,-12,51,-26v0,-47,-112,-35,-109,-93v2,-45,87,-56,115,-19r0,15r-19,0v-8,-30,-76,-19,-77,4","w":167},"t":{"d":"141,-35v2,31,-26,41,-48,41v-30,0,-54,-24,-54,-54r0,-100r-26,0r0,-19r26,0r0,-39r19,0r0,39r71,0r0,19r-71,0v5,52,-19,135,35,135v13,0,29,-5,29,-22r19,0","w":154},"u":{"d":"16,-167r29,0v7,60,-26,154,45,154v37,0,71,-32,71,-77r0,-77r19,0r0,148r10,0r0,19r-29,0v-1,-12,2,-29,-1,-39v-22,59,-134,63,-134,-12r0,-97r-10,0r0,-19","k":{"C":6,"G":6,"O":6,"Q":6,"T":19,"V":19,"W":19,"U":13,"Y":26,"t":13,"v":13,"w":13,"y":13}},"v":{"d":"92,6r-77,-154r-9,0r0,-19r22,0r68,138r73,-143r17,8r-86,170r-8,0","w":192,"k":{"A":26,"T":26,"V":13,"W":13,"U":13,"X":26,"Y":13,"a":13,"c":6,"d":6,"e":6,"o":6,"q":6,"s":6}},"w":{"d":"82,6r-67,-154r-9,0r0,-19r21,0r60,136r48,-103r0,-27r19,0r0,27r48,103r62,-141r18,7r-75,171r-9,0r-54,-115r-53,115r-9,0","w":289,"k":{"A":26,"T":26,"V":13,"W":13,"U":13,"X":26,"Y":13,"a":13,"c":6,"d":6,"e":6,"o":6,"q":6,"s":6}},"x":{"d":"154,-174r14,13r-65,74r71,81r-14,12r-70,-79r-70,79r-14,-12r71,-81r-54,-61r-7,0r0,-19r16,0r58,65","w":180,"k":{"T":26,"V":19,"W":19,"U":13,"Y":26,"c":13,"d":13,"e":13,"o":13,"q":13,"t":13,"u":6,"v":13,"w":13,"y":13}},"y":{"d":"186,-167r0,8r-97,201v-19,48,-61,39,-83,11r0,-13r20,0v6,28,35,19,46,-6r14,-30r-68,-152r-8,0r0,-19r20,0r67,150r70,-150r19,0","w":192,"k":{"A":26,"T":26,"V":13,"W":13,"U":13,"X":26,"Y":13,"a":13,"c":6,"d":6,"e":6,"o":6,"q":6,"s":6}},"z":{"d":"161,-153r-117,134r104,0r0,-10r19,0r0,29r-154,0r0,-14r117,-134r-91,0r0,10r-20,0r0,-29r142,0r0,14","w":180,"k":{"c":6,"d":6,"e":6,"o":6,"q":6}},"{":{"d":"68,77v-55,-1,-39,-82,-42,-138v-1,-24,-10,-23,-26,-23r0,-25v16,0,24,3,26,-23v4,-56,-13,-137,42,-138r0,19v-52,10,2,125,-39,155v27,18,16,83,16,125v0,16,10,29,23,29r0,19","w":77},"|":{"d":"26,-231r19,0r0,295r-19,0r0,-295","w":70},"}":{"d":"51,-61v-4,55,14,137,-41,138r0,-19v50,-10,-3,-125,38,-154v-27,-18,-16,-83,-16,-126v0,-16,-9,-29,-22,-29r0,-19v54,1,37,83,41,138v2,25,11,23,26,23r0,25v-15,0,-24,-1,-26,23","w":77},"~":{"d":"7,-113v8,-48,56,-21,85,-9v9,-1,10,-6,10,-12r20,3v-2,21,-26,38,-47,24v-15,-5,-43,-30,-49,-3","w":128},"\u00a0":{"w":128}}});

