// cufon ------------------------------------------------------------------

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
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("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.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}})());


/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright by ClassicFontCorporation, USA RWE
 */
Cufon.registerFont({"w":1216,"face":{"font-family":"Helten","font-weight":400,"font-stretch":"normal","units-per-em":"2048","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"1638","descent":"-410","x-height":"22","bbox":"-399 -1837 2125 402.022","underline-thickness":"82","underline-position":"-234","unicode-range":"U+0020-U+00FC"},"glyphs":{" ":{"w":682},"!":{"d":"182,-166r173,0r0,162r-173,0r0,-162xm344,-1448r2,315v0,132,-11,395,-34,789r-93,0r-22,-633r0,-471r147,0","w":418},"\"":{"d":"90,-1051v76,-47,94,-114,86,-237r-86,0r0,-164r168,0v-4,134,16,305,-38,385v-26,39,-69,74,-130,102r0,-86xm436,-1052v74,-51,88,-123,82,-236r-82,0r0,-164r168,0r0,220v0,136,-56,225,-168,266r0,-86","w":672},"#":{"d":"238,-422r-199,0r0,-137r219,0r54,-395r-220,0r0,-140r240,0r59,-421r141,0r-59,421r254,0r59,-421r142,0r-60,421r170,0r0,138r-190,0r-56,397r189,0r0,137r-207,0r-59,422r-142,0r60,-422r-255,0r-59,422r-141,0xm455,-956r-56,397r253,0r54,-397r-251,0","w":1077},"$":{"d":"55,-1048v0,-267,221,-392,500,-406r0,-166r90,0r0,166v299,7,472,140,518,397r-133,0v-66,-191,-143,-265,-385,-278r0,547v183,31,302,60,356,87v116,57,174,155,174,293v0,254,-177,395,-532,423r0,176r-92,0r0,-179v-344,-40,-466,-137,-535,-446r133,0v55,214,152,319,404,323r0,-558v-163,-34,-273,-67,-332,-99v-111,-61,-166,-154,-166,-280xm555,-1337v-179,-4,-367,108,-367,274v0,91,42,156,125,195v27,13,107,34,242,63r0,-532xm641,-105v224,2,404,-92,404,-297v0,-147,-135,-233,-404,-257r0,554"},"%":{"d":"733,-956v0,258,-105,444,-345,444v-247,0,-370,-154,-370,-463v0,-313,120,-470,359,-470v276,0,356,181,356,489xm133,-972v-1,230,53,353,259,353v153,0,229,-129,229,-387v0,-224,-81,-336,-243,-336v-163,0,-245,123,-245,370xm1294,-1432r127,0r-811,1374r-37,56r-125,0xm1504,-920v270,0,346,189,346,489v0,297,-117,446,-350,446v-243,0,-364,-154,-364,-461v0,-316,123,-474,368,-474xm1251,-438v0,223,55,346,257,346v153,0,229,-128,229,-383v0,-228,-80,-342,-240,-342v-164,0,-246,126,-246,379","w":1888},"&":{"d":"665,33v-287,7,-521,-161,-514,-435v5,-210,97,-268,258,-372v49,-31,89,-51,119,-61v-119,-102,-179,-208,-179,-317v0,-169,164,-290,339,-290v188,0,330,102,329,282v0,82,-30,153,-89,212v-29,30,-94,76,-193,137r465,433v43,-89,79,-189,106,-300r127,0v-19,147,-65,279,-139,396r301,280r-176,0r-204,-189v-196,158,-255,217,-550,224xm278,-406v0,195,190,314,398,314v181,0,369,-80,446,-186r-510,-474v-115,63,-187,108,-217,133v-78,64,-117,134,-117,213xm685,-1332v-105,0,-210,75,-210,176v0,83,56,169,168,259v83,-47,138,-82,164,-104v57,-49,86,-103,86,-163v1,-101,-101,-168,-208,-168","w":1550},"'":{"d":"100,-1208v0,-140,55,-231,166,-274r0,94v-41,33,-72,68,-74,105r-7,128r79,0r0,164r-164,0r0,-217","w":334},"(":{"d":"332,-538v0,398,136,620,331,904r-90,0v-263,-306,-395,-612,-395,-918v0,-161,39,-324,117,-488v61,-128,152,-269,274,-424r100,0v-225,290,-337,599,-337,926","w":628},")":{"d":"-21,362v281,-305,459,-914,247,-1407v-48,-113,-127,-254,-241,-423r90,0v134,169,228,312,283,427v75,157,113,323,113,498v0,302,-131,604,-393,905r-99,0","w":628},"*":{"d":"53,-1274r254,92r0,-270r84,0r-6,270r256,-90r22,82r-249,85v27,26,82,95,165,208r-79,53r-152,-219v-31,54,-82,127,-153,219r-77,-53r164,-215r-254,-78","w":672},"+":{"d":"55,-663r541,0r0,-539r122,0r0,539r539,0r0,122r-539,0r0,541r-122,0r0,-541r-541,0r0,-122","w":1300},",":{"d":"90,229v75,-68,91,-100,86,-229r-86,0r0,-168r170,0r0,256v0,106,-57,182,-170,227r0,-86","w":334},"-":{"d":"39,-643r703,0r0,133r-703,0r0,-133","w":755},".":{"d":"96,-166r170,0r0,164r-170,0r0,-164","w":336},"\/":{"d":"622,-1476r132,0r-648,1478r-131,0","w":712},"0":{"d":"616,-1452v415,0,551,279,551,735v0,490,-182,735,-545,735v-377,0,-565,-247,-565,-740v0,-487,186,-730,559,-730xm608,-1330v-315,0,-412,250,-412,608v0,184,24,323,72,417v66,131,182,197,347,197v320,0,415,-240,415,-604v0,-187,-24,-328,-71,-421v-66,-131,-183,-197,-351,-197"},"1":{"d":"319,-1161v232,-4,281,-54,309,-266r111,0r0,1425r-135,0r0,-1049r-430,0r0,-112","k":{"1":197}},"2":{"d":"606,-1427v297,0,510,151,510,435v0,133,-66,248,-197,344v-3,1,-136,76,-401,223v-165,91,-272,189,-323,294r919,0r0,129r-1071,0v5,-80,19,-151,47,-209v51,-104,153,-202,311,-289r387,-212v127,-85,191,-181,191,-287v0,-201,-159,-306,-371,-306v-238,0,-412,143,-411,375r-132,0v-4,-230,73,-346,231,-428v90,-47,194,-69,310,-69"},"3":{"d":"1126,-412v3,286,-224,429,-526,429v-341,0,-570,-150,-575,-469r135,0v39,247,145,341,427,341v267,0,401,-105,401,-315v0,-174,-137,-261,-410,-261v-31,0,-64,1,-99,3r0,-129r76,2v251,0,377,-87,377,-260v0,-180,-157,-263,-354,-263v-220,0,-369,136,-369,351r-134,0v-18,-302,228,-465,521,-467v277,-2,476,123,476,383v0,182,-104,250,-259,315v201,42,311,120,313,340"},"4":{"d":"39,-495r758,-938r133,0r0,950r258,0r0,121r-258,0r0,360r-142,0r0,-363r-749,0r0,-130xm795,-482r0,-783r-629,783r629,0"},"5":{"d":"1155,-487v0,316,-240,502,-568,502v-301,0,-479,-131,-534,-393r142,0v22,176,199,269,410,269v239,0,416,-137,416,-367v0,-220,-175,-362,-400,-362v-174,0,-307,63,-398,189r-117,0r119,-783r836,0r0,136r-729,0r-80,473v104,-92,234,-138,390,-138v287,0,513,193,513,474"},"6":{"d":"626,17v-430,-8,-564,-275,-564,-750v0,-479,200,-719,601,-719v259,0,447,136,485,357r-143,0v-40,-159,-161,-238,-364,-238v-316,0,-458,231,-443,631v80,-130,251,-237,445,-240v300,-5,539,180,539,466v0,309,-237,498,-556,493xm646,-821v-249,0,-423,139,-423,381v0,204,200,336,414,336v226,0,414,-138,414,-356v0,-227,-172,-361,-405,-361"},"7":{"d":"58,-1425r1058,0r0,139v-331,385,-534,813,-610,1284r-172,0v178,-624,301,-880,661,-1290r-937,0r0,-133"},"8":{"d":"377,-780v-140,-30,-253,-148,-254,-308v-2,-246,227,-360,498,-360v272,0,481,118,481,371v0,137,-98,238,-294,303v195,3,353,161,351,360v-4,298,-230,429,-551,429v-288,0,-556,-135,-551,-400v5,-244,114,-325,320,-395xm623,-108v224,0,402,-93,402,-298v0,-217,-178,-314,-414,-314v-237,0,-414,97,-416,315v-2,208,196,297,428,297xm615,-1329v-186,0,-355,79,-355,247v0,157,168,246,338,246v243,0,364,-85,364,-255v0,-161,-169,-238,-347,-238"},"9":{"d":"1159,-723v1,442,-166,735,-574,740v-275,3,-474,-126,-513,-357r141,0v39,156,159,234,360,234v342,0,456,-249,453,-631v-114,161,-261,242,-442,242v-302,0,-543,-165,-543,-453v0,-310,227,-509,544,-504v427,7,573,269,574,729xm171,-966v1,236,180,351,431,351v221,0,396,-136,396,-350v0,-229,-172,-368,-407,-368v-241,0,-421,135,-420,367"},":":{"d":"180,-166r172,0r0,162r-172,0r0,-162xm185,-997r170,0r0,164r-170,0r0,-164","w":418},";":{"d":"178,232v64,-26,94,-123,84,-236r-84,0r0,-166r174,0v-2,122,10,301,-30,370v-23,42,-71,81,-144,118r0,-86xm182,-1002r170,0r0,167r-170,0r0,-167","w":418},"<":{"d":"1104,-913r-871,395r871,395r0,139r-1040,-471r0,-127r1040,-470r0,139","w":1179},"=":{"d":"-33,-479r1378,0r0,118r-1378,0r0,-118xm-33,-844r1378,0r0,121r-1378,0r0,-121","w":1300},">":{"d":"75,-123r871,-395r-871,-395r0,-139r1041,470r0,127r-1041,471r0,-139","w":1179},"?":{"d":"84,-987v38,-334,177,-474,537,-479v257,-4,481,166,481,414v0,119,-30,231,-121,300r-225,170v-86,71,-125,134,-121,238r-143,0v-14,-123,23,-222,119,-296r225,-173v81,-65,121,-143,121,-232v0,-197,-153,-297,-362,-297v-218,0,-365,141,-366,355r-145,0xm479,-166r170,0r0,164r-170,0r0,-164","w":1132},"@":{"d":"1251,-835v0,-94,-77,-189,-168,-189v-167,0,-309,224,-309,399v0,109,67,199,172,199v159,0,305,-242,305,-409xm606,-606v0,-278,205,-566,473,-566v109,0,187,53,236,160r40,-126r140,0r-147,503v-25,87,-37,141,-37,164v0,39,14,59,43,59v155,0,291,-274,291,-442v0,-310,-256,-528,-572,-528v-352,0,-622,299,-622,655v0,351,286,646,637,639v212,-4,396,-104,497,-234r137,0v-115,199,-349,355,-639,361v-424,8,-782,-354,-782,-778v0,-412,360,-770,772,-770v370,0,705,277,705,639v0,264,-235,592,-490,592v-76,0,-131,-55,-131,-130v-79,82,-164,130,-250,130v-171,0,-301,-154,-301,-328","w":2079},"A":{"d":"639,-1450r184,0r674,1452r-166,0r-207,-444r-799,0r-202,440r-160,0xm1067,-572r-336,-763r-346,763r682,0","w":1466,"k":{"\u00d6":74,"y":133,"w":90,"v":129,"Y":170,"W":121,"V":170,"T":154,"Q":72,"O":74,"G":74,"C":72}},"B":{"d":"1329,-405v0,273,-182,409,-465,409r-762,0r0,-1449r717,0v303,0,455,119,455,357v0,206,-71,251,-226,330v187,47,281,165,281,353xm1188,-409v0,-216,-153,-279,-396,-279r-542,0r0,565r538,0v250,-1,400,-62,400,-286xm770,-813v241,0,362,-86,362,-257v0,-169,-100,-253,-300,-253r-578,0r0,510r516,0","w":1382},"C":{"d":"32,-732v0,-443,330,-750,776,-750v376,0,608,176,697,528r-151,0v-46,-260,-256,-400,-566,-400v-350,0,-605,272,-605,625v0,402,227,629,629,629v293,0,477,-147,552,-441r149,0v-101,383,-338,574,-711,574v-460,0,-770,-305,-770,-765","w":1507},"D":{"d":"743,-1448v433,0,643,270,643,717v0,377,-157,667,-467,715v-241,37,-545,9,-814,16r0,-1448r638,0xm1242,-723v0,-405,-141,-598,-531,-598r-463,0r0,1196r458,0v390,-4,536,-194,536,-598","w":1425},"E":{"d":"106,-1448r1125,0r0,127r-979,0r0,523r921,0r0,126r-921,0r0,541r997,0r0,131r-1143,0r0,-1448","w":1257},"F":{"d":"108,-1445r1104,0r0,127r-954,0r0,520r850,0r0,126r-850,0r0,670r-150,0r0,-1443","w":1173,"k":{"\u00c4":105,"A":105,".":305,",":305}},"G":{"d":"32,-732v0,-443,334,-751,781,-751v356,0,601,191,669,488r-149,0v-92,-234,-242,-354,-551,-357v-363,-4,-598,273,-598,644v0,360,258,606,620,606v316,0,550,-223,564,-525r-480,0r0,-122r611,0r0,749r-107,0v-10,-66,-14,-172,-12,-318v-80,217,-313,350,-608,350v-430,0,-740,-332,-740,-764","w":1593},"H":{"d":"102,-1448r150,0r0,613r964,0r0,-613r146,0r0,1450r-152,0r0,-713r-958,0r0,709r-150,0r0,-1446","w":1466},"I":{"d":"127,-1448r148,0r0,1446r-148,0r0,-1446","w":377},"J":{"d":"448,25v-311,0,-492,-196,-470,-519r140,0v-23,243,104,392,328,392v213,0,320,-134,320,-402r0,-946r149,0r0,967v2,319,-155,508,-467,508","w":1005},"K":{"d":"112,-1448r146,0r0,813r920,-815r208,0r-708,615r702,835r-201,0r-612,-743r-309,264r0,477r-146,0r0,-1446","w":1342},"L":{"d":"111,-1448r149,0r0,1315r930,0r0,133r-1079,0r0,-1448","w":1173,"k":{"Y":176,"W":115,"V":160,"T":160}},"M":{"d":"92,-1444r223,0v3,0,369,755,517,1059v48,98,86,191,118,280v81,-183,185,-406,314,-671r323,-668r223,0r0,1444r-145,0r-3,-562r9,-777v-76,176,-182,400,-315,672r-326,667r-170,0r-633,-1337v10,166,15,329,15,489r-4,846r-146,0r0,-1442","w":1927},"N":{"d":"98,-1452r197,0r1003,1298r0,-1298r147,0r0,1452r-196,0r-506,-645r-499,-651r0,1294r-146,0r0,-1450","w":1550},"O":{"d":"825,-1481v438,0,766,312,766,747v0,455,-325,765,-780,765v-449,0,-779,-303,-779,-749v0,-460,328,-763,793,-763xm819,-98v372,0,627,-259,627,-631v0,-380,-259,-627,-639,-627v-372,0,-627,258,-627,631v0,376,261,627,639,627","w":1634,"k":{"\u00c4":78,"Y":105,"V":72,"Q":25,"G":25,"A":78}},"P":{"d":"770,-1452v291,-2,475,143,475,424v0,283,-170,424,-510,424r-477,0r0,602r-152,0r0,-1450r664,0xm1108,-1032v0,-174,-134,-289,-311,-289r-541,0r0,594r486,0v244,0,366,-102,366,-305","w":1257,"k":{"\u00c4":117,"A":117,".":330,",":330}},"Q":{"d":"1585,-717v-5,287,-90,411,-254,574r221,161r-84,105r-246,-187v-131,64,-268,96,-409,96v-456,0,-782,-303,-782,-755v0,-454,337,-759,797,-759v443,0,765,322,757,765xm182,-721v0,378,257,623,637,623v83,0,183,-19,299,-57v-75,-53,-136,-101,-184,-144r74,-100r220,167v145,-111,217,-277,217,-500v0,-376,-258,-621,-636,-621v-380,0,-627,251,-627,632","w":1634},"R":{"d":"1331,-1048v0,203,-101,278,-266,346v97,0,158,48,203,134v41,77,54,476,102,550r0,18r-164,0v-23,-65,-38,-169,-45,-312v-13,-270,-94,-329,-370,-329r-539,0r0,639r-150,0r0,-1443r769,0v307,0,460,132,460,397xm842,-766v229,0,344,-96,344,-287v0,-181,-131,-272,-394,-272r-542,2r0,557r592,0","w":1425,"k":{"Y":74,"V":49}},"S":{"d":"638,-1365v-194,0,-423,98,-423,271v0,131,90,214,270,249v30,6,202,19,502,90v184,44,270,184,270,368v0,143,-69,252,-206,326v-110,59,-243,89,-400,89v-385,0,-594,-168,-629,-505r150,0v27,251,189,376,485,376v234,0,455,-96,455,-307v0,-121,-90,-201,-270,-234r-503,-92v-181,-58,-271,-169,-271,-333v0,-286,276,-424,590,-424v301,0,548,161,550,443r-139,0v-30,-211,-174,-317,-431,-317","w":1300},"T":{"d":"-18,-1445r1271,0r0,128r-561,0r0,1317r-154,0r0,-1315r-556,0r0,-130","k":{"\u00c4":148,"z":160,"y":152,"x":152,"w":148,"v":152,"u":185,"s":160,"r":188,"q":172,"p":185,"o":172,"n":182,"m":176,"g":172,"e":172,"d":172,"c":172,"a":164,"A":148,";":209,":":213,".":185,"-":170,",":185}},"U":{"d":"737,31v-456,0,-648,-224,-647,-674r2,-807r152,0r0,914v0,289,162,434,486,434v384,0,495,-150,498,-548r-6,-321r0,-477r148,0r0,916v-1,380,-239,563,-633,563","w":1466},"V":{"d":"125,-1445r293,669v121,273,212,499,274,678v89,-250,427,-1005,576,-1346r159,0r-327,721r-322,723r-180,0r-643,-1445r170,0","w":1382,"k":{"\u00c4":170,"z":59,"y":35,"x":47,"w":31,"v":35,"u":68,"s":80,"r":72,"q":108,"p":68,"o":108,"n":65,"m":59,"g":105,"e":105,"d":108,"c":105,"a":96,"A":170,";":102,":":102,".":188,"-":108,",":188}},"W":{"d":"111,-1452r219,663v82,251,147,474,196,671r424,-1332r178,0v98,298,238,747,420,1348v92,-370,291,-945,418,-1348r159,0v-153,432,-314,915,-483,1450r-194,0r-410,-1300r-416,1298r-190,0r-475,-1450r154,0","w":2095,"k":{"\u00c4":127,"z":49,"y":25,"x":37,"w":22,"v":25,"u":59,"s":68,"r":62,"q":90,"p":59,"o":90,"n":55,"m":49,"g":90,"e":90,"d":92,"c":90,"a":80,"A":127,";":92,":":92,".":148,"-":86,",":148}},"X":{"d":"563,-737r-563,-711r188,0r470,598r233,-304v93,-122,175,-220,245,-294r181,0v-75,72,-167,199,-240,289r-334,414r590,745r-186,0r-495,-635r-509,633r-178,0","w":1300},"Y":{"d":"149,-1442r523,703r522,-703r184,0v-31,28,-102,116,-214,264r-425,566r0,612r-145,0r0,-622r-621,-820r176,0","w":1342,"k":{"\u00d6":98,"\u00c4":172,"z":96,"y":72,"x":84,"w":68,"v":72,"u":105,"s":133,"r":108,"q":170,"p":105,"o":166,"n":102,"m":96,"g":166,"e":164,"d":170,"c":166,"a":148,"Q":98,"O":98,"G":98,"C":96,"A":172,";":145,":":148,".":209,"-":185,",":209}},"Z":{"d":"-4,-135r1087,-1186r-1028,0r0,-127r1202,0r0,136r-549,588r-544,595r1110,0r0,129r-1278,0r0,-135","w":1257},"[":{"d":"250,-1454r419,0r0,111r-284,0r0,1585r280,0r0,108r-415,0r0,-1804","w":628},"\\":{"d":"-35,-1509r135,0r504,1548r-137,0","w":569},"]":{"d":"-25,242r285,0r0,-1585r-276,0r0,-109r413,0r0,1804r-422,0r0,-110","w":628},"^":{"d":"-92,-1837r182,0r268,281r-160,0r-202,-213r-203,213r-155,0","w":0},"_":{"d":"0,256r0,-102r1138,0r0,102r-1138,0","w":1138},"`":{"d":"-123,-1476r178,288r-114,0r-244,-288r180,0","w":0},"a":{"d":"432,25v-234,0,-414,-103,-414,-320v0,-139,71,-252,227,-275r421,-62v151,-23,227,-78,227,-166v0,-117,-108,-175,-325,-175v-225,0,-349,83,-370,250r-134,0v-1,-246,233,-375,499,-375v309,0,467,79,467,361r0,526v-2,91,57,107,135,86r0,107v-146,47,-267,17,-272,-150v-110,85,-179,135,-208,149v-59,29,-143,44,-253,44xm155,-286v0,136,139,192,292,192v190,0,364,-99,427,-210v30,-52,23,-192,23,-286v-109,39,-216,65,-322,80v-149,21,-236,36,-263,45v-105,34,-157,94,-157,179","w":1130},"b":{"d":"1208,-542v0,311,-235,569,-543,569v-191,0,-338,-77,-442,-230r0,201r-137,0r0,-1448r137,0r0,602v119,-152,215,-237,447,-244v289,-9,538,260,538,550xm215,-530v0,244,188,435,432,435v242,0,421,-195,421,-440v0,-244,-183,-431,-426,-431v-246,0,-427,190,-427,436","w":1257},"c":{"d":"47,-535v0,-316,239,-553,555,-553v263,0,434,123,512,370r-146,0v-62,-163,-185,-244,-368,-244v-256,0,-418,181,-418,442v0,254,173,424,427,424v197,0,337,-112,369,-281r140,0v-56,270,-234,405,-533,405v-326,0,-538,-233,-538,-563","w":1132},"d":{"d":"575,-1088v242,6,346,88,463,244r0,-608r131,0r0,1454r-131,0r0,-229v-111,167,-259,250,-446,250v-314,0,-541,-250,-541,-567v0,-284,243,-551,524,-544xm188,-535v0,241,181,445,418,445v245,0,439,-196,439,-440v0,-243,-188,-441,-429,-441v-236,0,-428,199,-428,436","w":1257},"e":{"d":"52,-547v0,-323,235,-550,560,-547v349,3,533,244,545,596r-975,0v33,266,174,399,423,399v163,0,287,-77,372,-231r139,0v-90,237,-267,355,-532,355v-325,0,-532,-240,-532,-572xm1015,-610v0,-7,-1,-16,-3,-27v-55,-223,-197,-335,-424,-335v-168,0,-373,137,-387,284v-1,8,-4,34,-9,78r823,0","w":1173},"f":{"d":"465,-1348v-104,2,-134,49,-135,160v0,66,1,108,4,127r250,0r0,113r-250,0r0,944r-142,0r0,-944r-184,0r0,-109r187,0r-3,-133v1,-193,49,-278,228,-278v38,0,93,6,165,18r0,119v-45,-11,-85,-17,-120,-17","w":545},"g":{"d":"48,-532v0,-311,246,-553,556,-553v181,0,325,82,434,246r0,-218r129,0r0,930v-4,378,-176,520,-565,520v-288,0,-457,-110,-506,-329r149,0v45,164,155,205,383,205v332,0,417,-149,406,-486v-118,141,-219,220,-446,225v-306,6,-540,-234,-540,-540xm186,-548v0,253,177,433,429,433v245,0,429,-193,429,-439v0,-216,-195,-408,-411,-408v-251,0,-447,169,-447,414","w":1257},"h":{"d":"80,-1445r135,0r0,607v102,-163,263,-244,483,-244v265,0,397,130,397,390r0,690r-141,0r0,-666v0,-198,-97,-297,-292,-297v-202,0,-417,127,-435,300v-13,125,-9,479,-10,661r-137,0r0,-1441","w":1173},"i":{"d":"108,-1057r140,0r0,1053r-140,0r0,-1053xm112,-1445r138,0r0,155r-138,0r0,-155","w":336},"j":{"d":"-25,260v130,0,137,-44,137,-198r3,-1123r135,0r2,1216v0,149,-78,224,-234,224v-24,0,-74,-4,-149,-11r0,-118v31,7,66,10,106,10xm115,-1450r137,0r0,160r-137,0r0,-160","w":336},"k":{"d":"96,-1450r136,0r0,893r628,-504r207,0r-488,389r436,510r144,162r-193,0r-499,-585v-82,46,-159,121,-234,177r0,402r-137,0r0,-1444","w":1089},"l":{"d":"111,-1450r141,0r0,1448r-141,0r0,-1448","w":336},"m":{"d":"618,-961v-262,0,-413,162,-413,425r0,536r-140,0r0,-1057r136,0r0,212v115,-158,270,-237,464,-237v216,0,307,84,373,250v100,-164,247,-246,442,-246v267,0,400,132,400,396r0,682r-141,0r0,-694v0,-177,-105,-266,-314,-266v-235,0,-379,185,-379,428r0,530r-139,0r0,-688v1,-174,-112,-271,-289,-271","w":1970},"n":{"d":"86,-1057r135,0r0,215v114,-158,269,-237,465,-237v269,0,403,121,403,362r0,715r-139,0r-2,-645v0,-210,-94,-315,-283,-315v-293,0,-440,145,-440,434r0,524r-139,0r0,-1053","w":1173},"o":{"d":"47,-526v0,-325,238,-563,563,-563v324,0,560,234,560,558v0,323,-244,558,-567,558v-317,0,-556,-236,-556,-553xm185,-522v0,242,192,425,435,425v239,0,416,-193,416,-434v0,-246,-179,-437,-422,-437v-255,0,-429,188,-429,446"},"p":{"d":"1208,-545v0,309,-226,578,-528,578v-187,0,-323,-55,-408,-166v-9,-11,-24,-33,-47,-64r0,586r-137,0r0,-1446r137,0r0,218v107,-159,214,-238,457,-244v278,-7,526,259,526,538xm217,-538v0,253,177,447,428,447v242,0,427,-191,427,-435v0,-233,-177,-439,-404,-439v-248,0,-451,182,-451,427","w":1257},"q":{"d":"596,-1088v237,6,337,94,444,256r0,-225r129,0r0,1444r-131,0r0,-604v-109,158,-211,243,-446,248v-296,8,-544,-257,-544,-554v0,-304,248,-572,548,-565xm186,-535v0,250,185,444,433,444v245,0,426,-198,426,-445v0,-230,-194,-432,-423,-432v-245,0,-436,187,-436,433","w":1257},"r":{"d":"98,-1057r134,0r0,203v71,-151,182,-226,333,-226v25,0,77,6,156,19r0,131v-199,-84,-433,56,-466,216v-35,166,-12,500,-17,712r-140,0r0,-1055","w":712,"k":{".":172,"-":158,",":172}},"s":{"d":"1025,-308v2,231,-236,333,-495,333v-306,0,-481,-120,-524,-361r133,0v29,156,163,234,403,234v229,0,343,-66,343,-199v0,-83,-72,-137,-218,-160r-405,-63v-146,-44,-219,-131,-219,-260v-1,-214,230,-299,477,-299v277,0,434,110,473,331r-143,0v-24,-137,-135,-206,-333,-206v-226,0,-339,54,-339,161v0,84,73,140,220,164r407,67v147,45,220,131,220,258","w":1048},"t":{"d":"395,16v-163,-2,-221,-68,-221,-233r0,-729r-186,0r0,-109r186,0r0,-319r138,0r0,317r251,0r0,111r-254,0r0,749v-1,54,59,93,117,91v13,-1,57,-5,131,-11r0,119v-47,9,-101,14,-162,14","w":545},"u":{"d":"528,-98v278,1,426,-162,426,-443r0,-516r135,0r0,1055r-131,0r0,-209v-114,155,-268,233,-463,233v-271,0,-407,-131,-407,-394r0,-685r141,0r0,655v0,203,100,304,299,304","w":1173},"v":{"d":"131,-1057r410,922r403,-922r141,0r-477,1055r-141,0r-488,-1055r152,0","w":1048,"k":{".":135,",":135}},"w":{"d":"424,-125v47,-188,266,-807,303,-932r176,0r305,912v46,-152,148,-456,305,-912r148,0v-67,139,-94,261,-160,447r-217,608r-164,0r-309,-936r-305,936r-176,0r-365,-1055r146,0","w":1634,"k":{".":117,",":117}},"x":{"d":"465,-548r-449,-509r185,0r354,420r354,-414r179,0r-445,504r485,551r-176,0r-407,-461r-408,461r-172,0","w":1089},"y":{"d":"131,-1057r428,915r426,-915r147,0v-55,104,-123,246,-204,425r-197,429r-125,258v-69,143,-113,224,-130,245v-69,89,-240,105,-392,83r0,-133v148,24,243,35,318,-71v17,-23,45,-79,86,-167r-510,-1069r153,0","w":1089,"k":{".":142,",":142}},"z":{"d":"12,-125r809,-815r-762,0r0,-117r946,0r0,125r-814,809r843,0r0,123r-1022,0r0,-125","w":1048},"{":{"d":"252,-213v2,-121,-59,-269,-166,-266r0,-123v75,0,123,-46,147,-138v29,-113,5,-486,40,-586v35,-100,93,-152,188,-152r137,0r0,133r-90,0v-63,0,-94,56,-94,167r0,349v-1,117,-87,269,-181,287r0,4v144,47,184,192,182,409r-3,175v0,148,32,222,96,222r90,0r0,134r-137,0v-127,2,-209,-132,-209,-265r0,-350","w":684},"|":{"d":"192,-1509r150,0r0,1548r-150,0r0,-1548","w":532},"}":{"d":"451,-542v-93,-17,-181,-174,-181,-287r0,-349v0,-111,-31,-167,-94,-167r-90,0r0,-133r137,0v142,0,213,127,213,381v-1,223,-26,493,162,495r0,123v-108,-3,-166,144,-166,266r0,350v3,135,-82,265,-209,265r-137,0r0,-134r90,0v64,0,99,-74,96,-222r-3,-175v-2,-219,37,-361,182,-409r0,-4","w":684},"~":{"d":"180,-1583v-35,14,-328,-131,-355,-123v-65,0,-108,40,-128,119r-96,0v27,-155,100,-232,221,-232v41,-17,338,129,361,128v64,-2,109,-60,116,-121r98,0v-31,153,-103,229,-217,229","w":0},"\u00c4":{"d":"639,-1450r184,0r674,1452r-166,0r-207,-444r-799,0r-202,440r-160,0xm1067,-572r-336,-763r-346,763r682,0xm385,-1784r156,0r0,172r-156,0r0,-172xm928,-1784r155,0r0,172r-155,0r0,-172","w":1466,"k":{"\u00d6":74,"y":133,"w":90,"v":129,"Y":170,"W":121,"V":170,"T":154,"Q":72,"O":74,"G":74,"C":72}},"\u00d6":{"d":"825,-1481v438,0,766,312,766,747v0,455,-325,765,-780,765v-449,0,-779,-303,-779,-749v0,-460,328,-763,793,-763xm819,-98v372,0,627,-259,627,-631v0,-380,-259,-627,-639,-627v-372,0,-627,258,-627,631v0,376,261,627,639,627xm465,-1784r157,0r0,172r-157,0r0,-172xm1008,-1784r155,0r0,172r-155,0r0,-172","w":1634,"k":{"\u00c4":78,"Y":105,"V":72,"Q":25,"G":25,"A":78}},"\u00dc":{"d":"737,31v-456,0,-648,-224,-647,-674r2,-807r152,0r0,914v0,289,162,434,486,434v384,0,495,-150,498,-548r-6,-321r0,-477r148,0r0,916v-1,380,-239,563,-633,563xm383,-1784r155,0r0,172r-155,0r0,-172xm925,-1784r157,0r0,170r-157,0r0,-170","w":1466},"\u00e4":{"d":"457,25v-229,0,-438,-90,-437,-295v0,-153,76,-254,228,-302v7,-2,148,-22,422,-59v151,-21,227,-74,227,-159v0,-121,-102,-181,-307,-181v-258,0,-388,83,-389,248r-139,0v54,-266,189,-370,506,-371v306,-1,464,82,464,363r0,512v0,91,51,120,133,96r0,105v-37,15,-77,22,-119,22v-87,0,-137,-59,-149,-178v-107,133,-253,199,-440,199xm447,-91v193,0,458,-127,458,-304r0,-205v-68,57,-519,108,-592,140v-98,43,-151,93,-151,167v2,138,133,202,285,202xm250,-1413r149,0r0,162r-149,0r0,-162xm749,-1413r150,0r0,160r-150,0r0,-160","w":1132},"\u00f6":{"d":"610,-1089v324,0,560,234,560,558v0,316,-249,556,-565,556v-318,0,-557,-231,-557,-548v0,-323,239,-566,562,-566xm183,-525v0,222,188,427,407,427v267,0,445,-172,445,-439v0,-246,-185,-431,-431,-431v-242,0,-421,198,-421,443xm288,-1413r150,0r0,162r-150,0r0,-162xm788,-1413r148,0r0,162r-148,0r0,-162"},"\u00fc":{"d":"958,-215v-83,136,-252,236,-460,236v-273,0,-410,-131,-410,-392r0,-686r141,0r0,686v0,180,120,273,306,273v262,0,419,-159,419,-422r0,-537r134,0r0,1055r-130,0r0,-213xm268,-1411r147,0r0,162r-147,0r0,-162xm766,-1411r153,0r0,162r-153,0r0,-162","w":1173},"\u00df":{"d":"905,-1104v0,-163,-155,-243,-333,-241v-211,2,-309,53,-336,231v-4,32,-6,117,-7,256r-2,858r-137,0r0,-1094v2,-256,212,-377,488,-377v248,0,461,134,461,368v0,139,-109,284,-226,306v198,47,297,176,297,388v0,251,-240,431,-500,431v-59,0,-119,-7,-178,-20r0,-125v82,13,142,20,179,20v200,4,358,-131,358,-327v0,-203,-140,-304,-421,-304v-35,0,-72,2,-110,5r0,-129v33,4,80,6,140,6v218,0,327,-84,327,-252","w":1132},"\u00a0":{"w":682}}});

