
		
/*
 * 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}})());
																																							
Cufon.replace('#menu li a,h1,h2,h3,h5,.price', {
			  hover: true
              });
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2009 by Morice Kastoun. All rights reserved.
 * 
 * Manufacturer:
 * Morice Kastoun
 */
Cufon.registerFont({"w":129,"face":{"font-family":"Oceania Medium","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 3 0 0 0 0 0 3","ascent":"288","descent":"-72","x-height":"2","bbox":"-7 -326 348 79","underline-thickness":"7.2","underline-position":"-44.28","unicode-range":"U+0020-U+00FC"},"glyphs":{" ":{"w":86},"#":{"d":"192,-153r-33,0r-11,64r32,0r-7,43r-33,0r-8,46r-28,0r8,-46r-38,0r-8,46r-28,0r8,-46r-34,0r7,-43r35,0r11,-64r-34,0r7,-42r35,0r7,-43r28,0r-8,43r39,0r8,-43r27,0r-8,43r33,0xm93,-153r-12,64r39,0r11,-64r-38,0","w":210},"$":{"d":"26,-182v-4,-66,57,-89,120,-70r12,-36r18,0r-13,39v8,2,18,1,25,0r-5,43v-14,1,-21,1,-33,-3r-21,61v41,8,70,29,72,73v2,68,-55,90,-120,74r-12,34r-18,0r13,-39v-14,-3,-24,-4,-34,-4v0,-14,3,-34,5,-43v16,-2,27,2,43,7r21,-63v-43,-8,-71,-28,-73,-73xm134,-214v-28,-11,-62,-4,-61,29v0,18,13,30,39,35xm94,-41v28,9,59,5,59,-31v0,-18,-12,-30,-37,-35","w":217},"%":{"d":"124,0r-28,0r101,-251r28,0xm69,-246v42,0,58,34,58,78v0,37,-20,70,-58,68v-36,-2,-53,-36,-53,-79v0,-36,20,-67,53,-67xm73,-216v-24,-1,-27,24,-26,49v1,20,7,38,26,37v32,-1,33,-85,0,-86xm241,-143v42,-1,59,35,59,79v0,37,-20,69,-59,67v-36,-2,-53,-35,-53,-78v0,-36,20,-67,53,-68xm246,-113v-23,-1,-27,24,-26,49v1,20,6,38,26,37v33,-1,32,-85,0,-86","w":315},"&":{"d":"171,-34v-44,64,-153,41,-153,-38v0,-41,19,-64,51,-81v-13,-19,-24,-33,-26,-57v-1,-36,32,-63,68,-63v35,-1,67,27,66,62v-2,34,-21,52,-47,68r32,40v11,-36,37,-75,85,-59r0,40v-38,-14,-46,23,-55,50r62,72r-55,0xm94,-122v-44,11,-37,92,15,80v13,-3,24,-12,34,-24xm103,-174v24,-3,49,-57,7,-60v-30,3,-28,41,-7,60","w":246},"(":{"d":"117,-271v-64,77,-65,243,0,321r-41,0v-30,-41,-53,-96,-53,-160v0,-65,23,-120,53,-161r41,0"},")":{"d":"13,50v63,-78,63,-242,0,-321r40,0v68,75,68,246,0,321r-40,0"},"*":{"d":"153,-205r-48,13r32,37r-32,22r-26,-41r-26,41r-32,-22r32,-37r-48,-13r12,-36r46,18r-3,-48r38,0r-2,48r45,-18","w":158},"+":{"d":"115,-76r0,72r-39,0r0,-72r-60,0r0,-39r60,0r0,-72r39,0r0,72r59,0r0,39r-59,0","w":190},",":{"d":"8,41v23,-17,33,-16,33,-46v-13,1,-19,-5,-19,-19v0,-17,9,-26,28,-26v21,0,32,13,32,38v0,33,-17,59,-51,79","w":102},"-":{"d":"8,-77r0,-37r74,0r0,37r-74,0","w":90},".":{"d":"51,3v-18,0,-28,-9,-28,-27v0,-18,10,-26,28,-26v19,0,28,8,28,26v0,18,-9,27,-28,27","w":102},"\/":{"d":"31,50r-38,0r112,-314r39,0","w":128},"0":{"d":"206,-123v0,70,-27,128,-92,126v-57,-2,-87,-59,-84,-126v3,-56,33,-108,91,-108v51,0,85,53,85,108xm118,-36v42,1,43,-43,43,-88v0,-35,-11,-68,-42,-68v-38,0,-44,45,-44,89v0,35,14,67,43,67","w":228},"1":{"d":"108,-219r0,219r-44,0r0,-182r-36,35r-20,-27r61,-56","w":137},"2":{"d":"36,-202v40,-56,151,-32,144,44v-5,58,-60,84,-92,119r95,0r0,39r-149,0r-10,-39r81,-75v11,-14,32,-27,33,-49v0,-45,-58,-42,-71,-9v-5,4,-9,10,-13,16r-32,-29","w":211},"3":{"d":"105,-231v73,0,108,94,53,134v60,36,28,137,-53,137v-33,0,-66,-23,-88,-40r28,-33v16,11,39,33,60,33v31,0,41,-13,41,-44v0,-33,-41,-36,-79,-34r0,-38v40,3,77,-1,74,-42v-4,-53,-76,-30,-92,-2r-28,-34v20,-19,49,-37,84,-37","w":215},"4":{"d":"177,-53r32,0r0,38r-32,0r0,53r-43,0r0,-53r-98,0v-4,-19,-24,-36,-12,-55v36,-57,49,-115,97,-163r51,0v-45,49,-76,117,-106,180r68,0r0,-75r43,0r0,75","w":228},"5":{"d":"209,-54v0,95,-126,122,-168,49r33,-32v11,19,25,36,49,36v28,0,42,-18,42,-52v0,-30,-12,-54,-40,-54v-23,0,-39,15,-49,32v-11,-5,-23,-9,-35,-12r0,-145r158,0r-10,39r-104,0r0,75v13,-15,30,-27,57,-26v44,1,67,40,67,90","w":239},"6":{"d":"121,4v-82,1,-90,-75,-90,-165v0,-95,91,-142,166,-94r-19,40v-11,-11,-29,-20,-48,-20v-45,-1,-57,38,-55,87v10,-19,33,-31,62,-31v45,-1,74,43,74,90v0,56,-35,93,-90,93xm121,-34v31,0,46,-17,46,-52v0,-37,-14,-55,-44,-55v-32,0,-48,18,-48,53v0,36,15,54,46,54","w":240},"7":{"d":"81,-194v-20,2,-15,17,-28,37r-40,-15v15,-20,19,-59,51,-59r126,0r11,37r-108,230r-48,0r108,-230r-72,0","w":217},"8":{"d":"176,-141v17,15,32,34,33,61v1,48,-41,80,-92,80v-50,0,-92,-32,-91,-80v0,-27,17,-48,33,-61v-14,-13,-27,-32,-27,-55v-1,-45,38,-77,85,-77v47,0,87,31,86,77v0,23,-13,43,-27,55xm118,-233v-28,0,-42,12,-42,37v0,29,15,39,45,39v25,0,38,-13,38,-38v0,-25,-14,-38,-41,-38xm122,-120v-30,0,-52,14,-52,39v0,27,15,40,47,40v31,0,48,-14,48,-41v0,-22,-21,-38,-43,-38","w":237},"9":{"d":"116,-242v82,-1,90,75,90,165v0,95,-90,142,-166,94r19,-40v11,11,29,20,48,20v45,1,57,-38,55,-87v-10,19,-33,31,-62,31v-45,1,-74,-43,-74,-90v0,-56,35,-92,90,-93xm116,-204v-31,0,-46,17,-46,52v0,37,14,55,44,55v32,0,48,-18,48,-53v0,-36,-15,-54,-46,-54","w":236,"k":{"8":-11}},":":{"d":"51,-138v-18,0,-28,-8,-28,-26v0,-18,10,-26,28,-26v19,0,28,8,28,26v0,18,-9,26,-28,26xm51,3v-18,0,-28,-9,-28,-27v0,-18,10,-26,28,-26v19,0,28,8,28,26v0,18,-9,27,-28,27","w":102},";":{"d":"8,41v23,-17,33,-16,33,-46v-13,1,-19,-5,-19,-19v0,-17,9,-26,28,-26v21,0,32,13,32,38v0,33,-17,59,-51,79xm51,-138v-18,0,-28,-8,-28,-26v0,-18,10,-26,28,-26v19,0,28,8,28,26v0,18,-9,26,-28,26","w":102},"<":{"d":"114,0r-86,-96r86,-95r48,0r0,4r-82,91r82,92r0,4r-48,0","w":190},"=":{"d":"23,-33r0,-38r145,0r0,38r-145,0xm23,-122r0,-38r145,0r0,38r-145,0","w":190},">":{"d":"77,-191r85,95r-85,96r-49,0r0,-4r83,-91r-83,-92r0,-4r49,0","w":190},"?":{"d":"21,-247v39,-44,131,-31,131,36v0,60,-76,53,-66,124r-37,0v-7,-55,13,-84,49,-103v20,-10,10,-42,-16,-42v-15,0,-29,8,-45,23xm69,3v-18,0,-27,-9,-27,-26v0,-17,10,-26,28,-26v18,0,28,9,28,26v0,17,-10,26,-29,26","w":166},"@":{"d":"318,-140v0,61,-35,109,-87,111v-22,1,-32,-10,-43,-20v-40,33,-92,27,-92,-33v0,-68,52,-128,111,-90r2,-9r37,0r-20,114v0,6,5,9,12,9v32,-3,47,-41,47,-82v0,-65,-35,-98,-105,-98v-82,0,-128,63,-128,149v0,99,76,131,160,101r3,30v-105,34,-197,-10,-197,-131v0,-104,61,-178,162,-178v85,0,138,44,138,127xm203,-149v-42,-25,-69,21,-67,64v1,34,30,30,53,14","w":336},"A":{"d":"142,-270r91,270r-48,0r-26,-77r-83,0r-25,77r-48,0r92,-270r47,0xm149,-113r-31,-110v-3,44,-22,72,-31,110r62,0","w":236,"k":{"z":5,"y":11,"x":4,"w":12,"v":6,"u":6,"s":4,"r":4,"q":4,"o":4,"g":4,"Y":19,"W":17,"V":17,"T":23,"P":5}},"B":{"d":"222,-76v1,45,-34,76,-79,76r-111,0r0,-270r101,0v75,-9,106,96,49,131v20,9,40,35,40,63xm175,-80v-2,-42,-53,-38,-98,-37r0,77v45,-1,101,10,98,-40xm77,-155v42,-1,89,10,89,-38v0,-47,-48,-36,-89,-37r0,75","w":239,"k":{"z":5,"v":5,"k":4,"j":4,"h":4}},"C":{"d":"206,-25v-25,14,-52,29,-86,29v-73,-2,-99,-73,-99,-160v0,-62,41,-120,104,-116v30,1,56,10,80,27r-25,39v-14,-12,-36,-23,-59,-23v-48,2,-54,59,-54,116v0,77,73,92,118,49","w":217,"k":{"y":15,"w":16,"t":5,"s":7,"r":8,"o":8,"n":6,"m":5,"l":4,"i":6,"h":7,"e":7,"d":7,"a":7}},"D":{"d":"236,-152v0,86,-25,152,-100,152r-101,0r0,-270r101,0v62,0,100,53,100,118xm189,-117v0,-57,-2,-112,-55,-111r-54,0r0,186v67,4,109,1,109,-75","w":257,"k":{"z":4,"w":5,"u":4,"n":5,"m":4,"j":5,"i":4,"h":4,"a":2}},"E":{"d":"35,0r0,-270r164,0r0,41r-119,0r0,71r106,0r0,40r-106,0r0,76r115,0r6,42r-166,0","w":219,"k":{"z":5,"y":5,"x":5,"w":9,"v":9,"u":7,"s":3,"r":2,"q":2,"o":3,"n":4,"l":3,"k":4,"j":4,"i":4,"g":5,"f":4,"a":4}},"F":{"d":"35,-270r159,0r0,42r-114,0r0,70r102,0r0,40r-102,0r0,118r-45,0r0,-270","w":207,"k":{"y":11,"u":11,"t":3,"s":11,"r":11,"o":14,"m":7,"l":7,"j":9,"i":11,"h":9,"e":14,"a":18}},"G":{"d":"129,3v-79,0,-105,-73,-105,-168v0,-103,123,-150,196,-86r-28,37v-14,-14,-34,-25,-58,-25v-60,-1,-64,61,-64,126v0,43,21,74,59,74v40,0,63,-32,59,-77r-57,0r-8,-40r109,0v11,92,-24,159,-103,159","w":255,"k":{"z":7,"y":4,"w":7,"u":5,"s":5,"r":4,"n":4,"l":5,"k":4,"j":5,"h":2}},"H":{"d":"35,0r0,-270r45,0r0,112r110,0r0,-112r45,0r0,270r-45,0r0,-117r-110,0r0,117r-45,0","w":267,"k":{"z":5,"y":8,"w":10,"u":11,"s":5,"r":8,"o":5,"i":5,"g":6,"e":5,"a":7,"T":3}},"I":{"d":"35,0r0,-270r46,0r0,270r-46,0","w":114,"k":{"y":4,"x":5,"w":9,"v":4,"u":8,"s":4,"r":4,"q":6,"n":7,"m":5,"l":4,"k":8,"j":7,"h":5,"g":5,"d":5,"c":5,"b":7,"a":6}},"J":{"d":"83,-5v0,45,-28,76,-74,66r3,-41v17,6,27,-2,27,-25r0,-265r44,0r0,265","w":118,"k":{"u":9,"r":5,"o":6,"n":7,"m":6,"i":4,"h":9,"e":5,"a":7}},"K":{"d":"236,0v-55,19,-73,-36,-95,-67v-12,-17,-19,-32,-27,-46r-34,44r0,69r-45,0r0,-270r45,0r0,140r105,-140r54,0r-94,122r63,100v5,8,17,11,27,7","w":249,"k":{"y":22,"u":13,"r":13,"o":15,"l":10,"i":11,"h":11,"e":13,"a":9,"E":11}},"L":{"d":"34,0r0,-270r46,0r0,229r113,0r-7,41r-152,0","w":200,"k":{"y":17,"u":8,"o":8,"b":5,"a":4,"L":9}},"M":{"d":"285,-270r0,270r-45,0r-1,-204v-15,70,-41,129,-60,195r-43,0r-53,-166r-7,-30r0,205r-45,0r0,-270r65,0r62,199r62,-199r65,0","w":316,"k":{"u":4,"i":5,"e":2}},"N":{"d":"80,0r-45,0r0,-270r47,0r102,179r3,11r0,-190r45,0r0,270r-47,0r-102,-181r-3,-13r0,194","w":265,"k":{"y":4,"u":8,"i":5}},"O":{"d":"244,-158v0,93,-34,160,-112,161v-61,2,-111,-54,-111,-114v0,-94,34,-159,112,-161v61,-1,111,52,111,114xm132,-230v-56,1,-63,57,-63,121v0,38,26,69,63,69v57,0,63,-57,63,-122v0,-36,-28,-69,-63,-68","w":265,"k":{"s":4,"r":2,"n":3,"m":3,"l":4,"k":4,"j":4,"h":4,"f":3,"b":4,"a":4}},"P":{"d":"219,-184v-1,70,-58,100,-139,90r0,94r-45,0r0,-270r101,0v46,-1,84,40,83,86xm172,-184v0,-23,-15,-45,-37,-45r-55,0r0,93r51,0v24,0,41,-23,41,-48","w":233,"k":{"w":8,"u":10,"s":10,"r":5,"o":11,"n":11,"l":8,"j":11,"i":11,"h":14,"g":18,"f":4,"e":18,"d":18,"a":18}},"Q":{"d":"132,-272v135,0,137,239,40,271v12,11,28,30,51,18r0,38v-41,18,-67,-24,-93,-47v-73,-6,-107,-67,-107,-158v0,-72,39,-122,109,-122xm131,-233v-55,-1,-62,53,-62,114v0,47,20,83,62,83v49,0,60,-53,60,-110v0,-48,-19,-87,-60,-87","w":257,"k":{"u":4}},"R":{"d":"140,-270v48,-2,85,39,85,86v0,39,-19,66,-56,82v22,17,21,67,60,63r1,39v-63,17,-74,-48,-99,-86v-10,-14,-29,-11,-51,-11r0,97r-45,0r0,-270r105,0xm178,-184v0,-24,-16,-46,-39,-45r-59,0r0,91r57,0v23,1,41,-22,41,-46","w":247,"k":{"y":6,"w":11,"u":11,"s":8,"r":7,"o":11,"j":7,"i":7,"h":7,"e":11,"d":7,"a":8,"A":3}},"S":{"d":"215,-76v0,96,-135,95,-191,47r16,-47v20,29,118,67,124,2v2,-26,-34,-37,-60,-43v-43,-10,-78,-30,-79,-79v-2,-88,126,-90,181,-47v-8,18,-8,18,-19,45v-24,-22,-43,-30,-73,-33v-43,-4,-52,56,-14,67v50,14,115,31,115,88","w":228,"k":{"z":5,"y":12,"w":11,"v":11,"u":7,"t":4,"r":5,"q":4,"p":4,"n":6,"m":5,"l":6,"k":6,"i":5,"h":6}},"T":{"d":"78,0r0,-231r-66,0r-1,-39r184,0r0,39r-71,0r0,231r-46,0","w":205,"k":{"z":32,"y":32,"x":26,"w":34,"u":38,"s":29,"r":37,"o":37,"m":26,"i":13,"h":14,"e":32,"d":28,"c":28,"b":7,"a":31}},"U":{"d":"135,4v-67,1,-105,-48,-105,-115r0,-159r46,0r0,163v0,46,19,69,58,69v92,1,50,-147,59,-232r46,0r0,160v1,65,-42,114,-104,114","w":266,"k":{"z":5,"x":4,"w":7,"v":5,"s":5,"r":5,"p":5,"n":5,"m":5,"l":5,"k":6,"i":5,"h":5,"g":4}},"V":{"d":"222,-271r-74,271r-62,0r-80,-271r50,0r61,224r56,-224r49,0","w":227,"k":{"u":11,"s":11,"o":13,"l":3,"i":7,"h":4,"e":14,"a":14,"E":3}},"W":{"d":"348,-270r-65,270r-57,0r-44,-180v-11,63,-28,120,-41,180r-57,0r-70,-270r49,0r50,212r45,-196r46,0r46,175r3,21v12,-74,31,-141,46,-212r49,0","w":360,"k":{"y":9,"u":18,"o":18,"i":11,"h":8,"e":15,"a":15,"A":14}},"X":{"d":"198,-59v11,15,12,19,32,17r0,43v-69,12,-75,-65,-109,-102v-21,31,-38,69,-59,101r-54,0r88,-139r-88,-131r55,0r57,91r55,-91r54,0r-84,130","w":240,"k":{"y":18,"i":7,"e":7,"a":5}},"Y":{"d":"104,-141v13,-50,37,-84,54,-129r53,0v-26,48,-50,99,-75,150v-16,32,-6,77,-9,120r-45,0v-1,-60,-1,-106,-23,-150r-59,-120r51,0v17,43,41,81,53,129","w":210,"k":{"u":34,"s":34,"p":29,"o":34,"i":15,"e":34,"a":33,"A":22}},"Z":{"d":"65,-42r132,0r0,42r-170,0r-13,-50r133,-181r-124,0r0,-39r166,0r12,40","w":213,"k":{"y":13,"u":11,"o":11,"i":2,"h":4,"e":11,"a":4}},"[":{"d":"34,50r0,-314r86,0r-3,35r-37,0r0,244r37,0r3,35r-86,0"},"\\":{"d":"105,50r-112,-314r38,0r113,314r-39,0","w":137},"]":{"d":"95,-264r0,314r-86,0r3,-35r38,0r0,-244r-38,0r-3,-35r86,0"},"^":{"d":"125,-175r-30,-81r-29,81r-38,0v9,-35,25,-63,36,-96r62,0v12,33,28,61,37,96r-38,0","w":190},"_":{"d":"12,59r0,-33r156,0r0,33r-156,0","w":180},"a":{"d":"29,-181v62,-30,154,-10,154,64r0,117r-42,0r0,-15v-39,35,-124,15,-124,-45v0,-60,80,-85,122,-48v8,-65,-62,-54,-99,-31xm139,-62v0,-21,-20,-27,-45,-27v-21,0,-32,9,-32,27v0,23,21,26,47,26v15,0,30,-11,30,-26","w":208,"k":{"z":5,"y":7,"x":4,"w":9,"v":9,"u":7,"t":5,"s":5,"r":5,"p":2,"n":7,"m":5,"l":6,"k":7,"j":7,"i":4,"h":7,"g":4,"f":6,"d":2,"b":7,"a":2}},"b":{"d":"75,-170v37,-47,129,-19,125,43r0,61v4,61,-87,91,-125,44r-2,22r-42,0r0,-265r44,-8r0,103xm115,-36v40,0,40,-38,40,-80v0,-22,-18,-40,-40,-40v-38,0,-40,38,-40,80v0,23,16,40,40,40","w":222,"k":{"z":5,"y":4,"w":8,"v":4,"u":4,"t":4,"s":6,"r":4,"p":2,"o":-4,"m":4,"l":4,"k":5,"j":6,"i":5,"h":5,"f":4,"e":-2,"b":4}},"c":{"d":"168,-19v-14,13,-42,21,-69,21v-56,-1,-82,-47,-82,-115v0,-44,37,-81,85,-81v26,0,48,5,65,17r-13,39v-28,-27,-92,-27,-92,25v0,41,4,76,42,76v21,0,40,-11,52,-23","w":184,"k":{"z":4,"y":5,"w":11,"v":5,"u":15,"t":6,"r":12,"q":5,"p":5,"o":10,"n":9,"m":8,"l":9,"k":13,"i":7,"h":13,"g":11,"f":5,"e":4,"d":8,"c":7,"b":7,"a":5}},"d":{"d":"22,-124v-5,-64,86,-93,125,-47r0,-95r44,-7r0,273r-42,0r-1,-22v-38,48,-131,18,-126,-47r0,-55xm108,-157v-38,0,-44,38,-41,81v1,23,17,40,41,40v39,0,39,-39,39,-81v0,-22,-18,-40,-39,-40","w":218,"k":{"z":3,"y":4,"w":7,"v":4,"u":6,"s":8,"r":5,"n":9,"m":4,"l":5,"k":5,"j":5,"i":7,"h":4,"g":4,"d":2,"b":5,"a":1}},"e":{"d":"63,-79v-2,62,91,50,114,15v0,28,1,55,-27,59v-72,26,-132,-13,-132,-101v0,-50,39,-88,90,-88v41,0,76,25,76,65v0,52,-64,53,-121,50xm63,-112v30,-2,77,9,77,-22v0,-29,-54,-26,-67,-8v-6,9,-10,18,-10,30","w":201,"k":{"z":4,"y":5,"x":7,"w":5,"v":6,"u":4,"t":6,"s":4,"r":5,"p":4,"n":9,"m":5,"l":4,"k":5,"j":3,"h":6,"g":4,"f":3,"d":4,"b":8,"a":2}},"f":{"d":"139,-228v-27,-15,-71,-11,-61,33r61,0r0,35r-61,0r0,160r-44,0r0,-160r-22,0r0,-35r22,0v-8,-66,49,-90,105,-71r0,38","w":149,"k":{"y":4,"u":17,"t":6,"s":15,"r":7,"o":18,"n":11,"l":8,"k":11,"j":9,"i":5,"h":8,"g":15,"f":12,"e":13,"d":18,"c":14,"b":9,"a":18,",":13}},"g":{"d":"22,-124v-4,-64,86,-96,125,-47r0,-17r44,-6r0,192v4,71,-84,99,-147,64r5,-47v24,28,98,40,98,-11r0,-26v-38,46,-130,18,-125,-47r0,-55xm108,-36v38,0,39,-40,39,-82v0,-23,-16,-40,-39,-40v-40,0,-41,39,-41,82v0,22,19,40,41,40","w":218,"k":{"z":2,"w":7,"u":7,"s":5,"r":5,"p":2,"o":2,"n":6,"m":4,"l":4,"i":4,"h":9,"g":4,"d":2,"b":9,"a":1}},"h":{"d":"75,-172v40,-48,125,-16,125,50r0,122r-45,0v-6,-61,23,-159,-41,-159v-62,0,-33,100,-39,159r-44,0r0,-266r44,-7r0,101","w":228,"k":{"y":13,"u":10,"t":9,"s":6,"r":5,"o":4,"n":11,"m":9,"l":7,"k":9,"i":6,"h":8,"f":5,"e":5,"d":5,"b":7,"a":5}},"i":{"d":"74,0r-44,0r0,-191r44,-6r0,197xm54,-222v-19,1,-28,-7,-28,-25v0,-18,9,-26,27,-25v17,0,25,9,25,25v0,16,-8,25,-24,25","w":104,"k":{"z":5,"x":5,"w":14,"v":5,"t":5,"s":9,"r":9,"q":4,"p":6,"o":5,"n":11,"m":5,"l":6,"k":7,"j":8,"i":4,"h":8,"g":4,"e":5,"d":5,"c":2,"b":10,"a":5}},"j":{"d":"76,-8v1,51,-31,89,-81,79r0,-40v24,9,37,-3,37,-36r0,-186r44,-6r0,189xm55,-222v-18,1,-27,-7,-27,-25v0,-17,8,-25,26,-25v17,0,26,9,26,25v0,16,-9,25,-25,25","w":104,"k":{"u":7,"s":4,"p":5,"o":4,"k":7,"i":2,"h":6,"e":3,"d":5,"b":9,"a":2}},"k":{"d":"203,-2v-58,17,-75,-49,-101,-79r-27,30r0,51r-44,0r0,-267r44,-7r0,169r79,-88r51,0r-71,80v15,25,27,40,43,61v8,10,14,13,26,10r0,40","w":210,"k":{"z":3,"y":5,"w":4,"v":6,"u":6,"s":9,"r":6,"o":10,"n":9,"m":5,"l":5,"k":4,"i":2,"h":6,"e":9,"d":6,"c":5,"b":6,"a":6}},"l":{"d":"75,0r-44,0r0,-266r44,-7r0,273","w":105,"k":{"z":5,"y":7,"w":12,"v":5,"u":11,"t":4,"s":6,"r":4,"p":4,"o":3,"n":11,"m":4,"l":5,"k":7,"i":9,"h":7,"g":5,"f":6,"e":5,"d":6,"c":2,"b":4,"a":5}},"m":{"d":"186,-161v35,-60,132,-34,132,37r0,124r-46,0v-7,-58,24,-159,-39,-159v-61,0,-31,101,-38,159r-45,0v-7,-58,24,-159,-39,-159v-61,0,-31,101,-38,159r-44,0r0,-188r44,-6r0,22v30,-35,92,-30,113,11","w":345,"k":{"y":11,"w":13,"u":7,"t":5,"s":4,"p":5,"o":1,"n":7,"m":5,"l":8,"k":3,"i":5,"f":6,"e":4,"d":4,"b":11,"a":2}},"n":{"d":"75,-172v40,-48,125,-16,125,50r0,122r-45,0v-6,-61,23,-159,-41,-159v-62,0,-33,100,-39,159r-44,0r0,-188r44,-6r0,22","w":228,"k":{"y":9,"x":5,"u":5,"t":7,"s":6,"o":2,"n":9,"m":5,"l":6,"k":7,"j":7,"i":5,"h":7,"g":5,"e":4,"d":5,"c":4,"b":7,"a":4}},"o":{"d":"106,-195v59,1,89,43,89,112v0,48,-40,87,-89,85v-56,-1,-88,-45,-88,-112v0,-48,40,-86,88,-85xm107,-35v34,0,46,-31,44,-70v-2,-29,-18,-53,-45,-53v-33,0,-44,33,-44,72v0,34,15,51,45,51","w":214,"k":{"z":2,"y":5,"x":4,"w":9,"v":4,"u":5,"t":5,"s":4,"r":4,"n":7,"m":4,"l":4,"k":6,"j":4,"h":5,"g":-4,"f":4,"e":-2,"d":-4,"b":7}},"p":{"d":"195,-70v5,65,-86,93,-125,47r0,88r-44,7r0,-261r44,-6r0,22v39,-49,130,-17,125,48r0,55xm109,-37v40,1,41,-39,41,-83v0,-23,-18,-39,-41,-39v-40,0,-39,40,-39,82v0,22,18,40,39,40","w":222,"k":{"z":7,"y":8,"u":9,"t":6,"s":5,"r":8,"p":7,"o":3,"n":5,"m":11,"l":11,"j":11,"i":8,"h":7,"g":5,"f":9,"e":4,"d":5,"b":10,"a":5}},"q":{"d":"144,-21v-39,46,-130,18,-125,-47r0,-55v-4,-64,86,-96,125,-47r0,-22r44,0r0,258r-44,7r0,-94xm105,-157v-40,0,-41,38,-41,81v0,23,18,40,41,40v39,0,39,-40,39,-82v0,-22,-16,-39,-39,-39","w":214,"k":{"u":9}},"r":{"d":"72,-161v11,-23,36,-43,66,-30r-3,42v-31,-12,-63,6,-63,44r0,105r-44,0r0,-191r44,-3r0,33","w":147,"k":{"z":11,"y":5,"x":2,"w":12,"v":7,"u":12,"t":5,"s":13,"r":8,"p":4,"o":18,"n":14,"m":11,"l":10,"k":13,"i":12,"h":9,"g":15,"e":22,"d":22,"c":18,"b":14,"a":18,".":24,",":10}},"s":{"d":"136,-105v64,22,39,107,-32,107v-31,0,-57,-10,-80,-19r13,-38v21,13,42,20,67,21v32,2,33,-37,4,-42v-42,-8,-84,-15,-86,-62v-4,-71,105,-64,147,-36r-13,37v-25,-14,-38,-22,-63,-22v-34,0,-39,36,-7,41v16,3,37,8,50,13","w":186,"k":{"z":4,"y":6,"x":4,"w":14,"v":5,"u":9,"t":9,"s":5,"q":2,"p":4,"n":2,"m":5,"l":5,"k":9,"i":5,"h":5,"g":4,"f":4,"c":4}},"t":{"d":"92,1v-70,1,-59,-90,-59,-161r-25,0r0,-35r25,0r0,-56r44,-8r0,64r67,0r0,35r-67,0v5,42,-17,120,26,122v12,0,24,-5,34,-14r0,41v-10,7,-29,12,-45,12","w":161,"k":{"z":9,"y":5,"w":14,"v":7,"u":7,"t":9,"s":6,"r":9,"o":14,"k":11,"i":8,"h":10,"e":18,"d":14,"c":14,"b":11,"a":15}},"u":{"d":"154,-22v-40,49,-125,17,-125,-50r0,-122r46,0v6,61,-23,160,40,160v62,0,32,-100,39,-160r44,0r0,194r-41,0","w":226,"k":{"z":5,"w":5,"v":4,"u":9,"t":5,"s":5,"r":5,"p":7,"o":4,"n":9,"m":8,"l":8,"k":11,"j":7,"i":5,"h":5,"g":4,"e":4,"d":5,"c":1,"b":11,"a":4}},"v":{"d":"114,0r-48,0r-60,-195r46,0r38,152r39,-152r46,0","w":180,"k":{"u":4,"s":4,"o":5,"i":5,"e":6,"d":5,"b":5,"a":11}},"w":{"d":"228,0r-49,0r-30,-116r-2,-17v-9,46,-22,88,-32,133r-50,0r-52,-194r46,0r31,144v9,-51,24,-95,35,-144r43,0r36,144r30,-144r46,0","w":292,"k":{"y":4,"u":13,"t":5,"s":4,"r":9,"o":8,"n":11,"l":6,"k":5,"i":9,"h":6,"g":7,"e":8,"c":5,"a":11}},"x":{"d":"179,0r-51,0r-37,-64r-36,64r-50,0r63,-98v-22,-30,-42,-64,-63,-96r50,0r36,65r37,-65r51,0r-61,96","w":185,"k":{"u":7,"o":11,"n":5,"m":3,"i":4,"e":10,"b":4}},"y":{"d":"20,65r4,-40v21,14,49,6,50,-20r-71,-199r48,0r43,139r38,-139r48,0r-72,223v-11,40,-49,51,-88,36","w":182,"k":{"z":4,"w":5,"u":5,"s":8,"r":4,"p":3,"o":4,"n":5,"m":7,"l":7,"k":5,"i":4,"h":5,"g":9,"e":7,"d":7,"c":4,"b":7,"a":9,",":12}},"z":{"d":"17,-40r100,-117r-90,0r-3,-37r146,0r0,42r-97,115r98,0r0,37r-141,0","w":192,"k":{"z":5,"u":5,"t":5,"s":4,"o":6,"l":8,"i":2,"h":7,"e":8,"c":9,"a":7}},"{":{"d":"66,-214v5,27,42,40,42,71v0,20,-13,32,-40,35r0,3v58,2,41,60,13,80v-13,9,-27,40,4,40r29,0r0,35v-57,7,-109,-16,-85,-69v8,-16,32,-32,35,-54v2,-18,-25,-16,-45,-16r0,-36v49,10,54,-26,25,-50v-37,-32,-21,-98,43,-89r27,0r0,35v-19,1,-51,-5,-48,15"},"|":{"d":"32,79r0,-355r36,0r0,355r-36,0","w":99},"}":{"d":"78,-48v41,33,37,107,-36,98r-27,0r0,-35v26,3,64,-1,42,-29v-28,-22,-63,-85,4,-91r0,-3v-67,-6,-31,-72,-4,-91v10,-14,8,-30,-13,-30r-29,0r0,-35v58,-7,111,17,85,69v-8,17,-33,32,-35,55v-2,18,26,15,45,15r0,36v-38,-7,-61,18,-32,41"},"~":{"d":"169,-89v-46,51,-102,-35,-147,16r0,-39v31,-33,73,3,108,3v11,0,24,-7,39,-20r0,40","w":190},"'":{"d":"60,-172r-39,0r-3,-99r46,0","w":81},"`":{"d":"92,-210r-43,-54r53,0v9,19,22,33,29,54r-39,0","w":180},"\u00df":{"d":"182,-222v0,45,-81,73,-28,111v20,15,41,28,43,59v3,57,-60,66,-107,46r8,-37v19,7,21,9,38,11v39,-9,6,-44,-12,-52v-47,-21,-29,-82,0,-105v20,-16,23,-53,-18,-53v-23,0,-35,11,-35,33r0,209r-43,0r0,-208v0,-54,25,-72,80,-72v49,0,74,20,74,58","w":210},"\u00a9":{"d":"255,-132v0,78,-43,128,-119,128v-76,0,-120,-50,-120,-128v0,-77,44,-129,120,-129v77,-1,119,50,119,129xm38,-132v0,68,33,108,98,108v65,0,98,-36,98,-108v0,-72,-33,-108,-98,-108v-65,0,-98,36,-98,108xm111,-146v0,29,0,55,27,55v9,0,29,-10,37,-17r10,28v-45,35,-121,7,-105,-64v-4,-50,64,-72,103,-44r-9,27v-18,-16,-63,-22,-63,15","w":271},"\u00c4":{"d":"85,-287v-14,0,-21,-6,-21,-19v0,-13,7,-20,21,-20v14,0,22,7,22,20v0,13,-8,19,-22,19xm155,-287v-14,0,-22,-6,-22,-19v0,-13,8,-20,22,-20v14,0,21,7,21,20v0,13,-7,19,-21,19xm142,-270r91,270r-48,0r-26,-77r-83,0r-25,77r-48,0r92,-270r47,0xm149,-113r-31,-110v-3,44,-22,72,-31,110r62,0","w":235},"\u00d6":{"d":"99,-287v-14,0,-21,-6,-21,-19v0,-13,7,-20,21,-20v14,0,22,7,22,20v0,13,-8,19,-22,19xm169,-287v-14,0,-22,-6,-22,-19v0,-13,8,-20,22,-20v14,0,21,7,21,20v0,13,-7,19,-21,19xm244,-158v0,93,-34,160,-112,161v-61,2,-111,-54,-111,-114v0,-94,34,-159,112,-161v61,-1,111,52,111,114xm195,-109v0,-64,-7,-121,-63,-121v-56,0,-63,57,-63,121v0,38,26,69,63,69v37,0,63,-31,63,-69","w":263},"\u00dc":{"d":"101,-287v-14,0,-21,-6,-21,-19v0,-13,8,-20,22,-20v14,0,21,7,21,20v0,13,-8,19,-22,19xm171,-287v-14,0,-22,-6,-22,-19v0,-13,8,-20,22,-20v14,0,21,7,21,20v0,13,-7,19,-21,19xm138,4v-67,1,-105,-48,-105,-115r0,-159r46,0r0,163v0,46,19,69,58,69v39,0,58,-23,58,-69r0,-163r47,0r0,160v1,65,-42,114,-104,114","w":260},"\u00e4":{"d":"71,-213v-15,0,-22,-8,-22,-23v0,-15,7,-22,22,-22v15,0,22,7,22,22v0,15,-7,23,-22,23xm142,-213v-15,0,-22,-8,-22,-23v0,-15,8,-22,23,-22v14,0,21,7,21,22v0,15,-7,23,-22,23xm30,-181v62,-30,154,-10,154,64r0,117r-41,0r-1,-15v-39,35,-124,15,-124,-45v0,-60,80,-85,122,-48v8,-65,-62,-54,-99,-31xm140,-62v0,-21,-20,-27,-45,-27v-21,0,-32,9,-32,27v0,23,21,26,47,26v15,0,30,-11,30,-26","w":209},"\u00f6":{"d":"72,-213v-15,0,-22,-8,-22,-23v0,-15,7,-22,22,-22v15,0,22,7,22,22v0,15,-7,23,-22,23xm143,-213v-15,0,-22,-8,-22,-23v0,-15,7,-22,22,-22v14,0,22,7,22,22v0,15,-7,23,-22,23xm106,-195v59,1,89,43,89,113v0,48,-41,85,-89,84v-56,-1,-88,-45,-88,-112v0,-48,40,-86,88,-85xm107,-35v34,0,46,-31,44,-70v-2,-29,-18,-53,-45,-53v-33,0,-44,33,-44,72v0,34,15,51,45,51","w":213},"\u00fc":{"d":"80,-213v-15,0,-22,-8,-22,-23v0,-15,7,-22,22,-22v15,0,22,7,22,22v0,15,-7,23,-22,23xm151,-213v-15,0,-22,-8,-22,-23v0,-15,8,-22,23,-22v14,0,21,7,21,22v0,15,-7,23,-22,23xm156,-22v-40,49,-126,17,-126,-50r0,-122r46,0v6,61,-23,160,40,160v63,0,34,-100,40,-160r43,0r0,194r-41,0","w":224},"\"":{"d":"60,-172r-39,0r-3,-99r46,0xm131,-172r-39,0r-4,-99r47,0","w":152},"!":{"d":"72,-87r-35,0r-4,-83r0,-100r44,0r0,100xm55,3v-18,0,-28,-9,-28,-27v0,-17,10,-26,28,-26v18,0,27,9,27,26v0,18,-9,27,-27,27","w":109},"\u00a0":{"w":86}}});

