/*
 * 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}})());																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																													Cufon.registerFont({"w":240,"face":{"font-family":"AntennaCond_Bold","font-weight":700,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"3","bbox":"-14 -347 532 87.2812","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+FB04"},"glyphs":{" ":{"w":61,"k":{"\u2018":4,"\u201c":4}},"\ufb01":{"d":"4,-157r0,-47r33,0v-6,-59,24,-83,90,-79r0,47v-27,-2,-40,4,-35,32r35,0r0,47r-35,0r0,157r-55,0r0,-157r-33,0xm145,0r0,-204r54,0r0,204r-54,0xm145,-222r0,-50r55,0r0,50r-55,0","w":218},"\ufb02":{"d":"4,-157r0,-47r33,0v-6,-59,24,-83,90,-79r0,47v-27,-2,-40,4,-35,32r35,0r0,47r-35,0r0,157r-55,0r0,-157r-33,0xm221,0v-43,4,-76,-2,-76,-58r0,-219r54,0r0,211v0,15,2,19,22,19r0,47","w":231,"k":{"\u2039":4,"\u00ff":2,"\u2019":11,"\u2018":7,"\u201d":11,"\u201c":7,"\u2014":11,"\u2013":11,"\u0153":6,"\u00ab":4,"\u00f8":6,"\u00e6":4,"\u00fc":5,"\u00fb":5,"\u00f9":5,"\u00fa":5,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00ef":4,"\u00ee":4,"\u00ec":4,"\u00ed":4,"\u00eb":6,"\u00ea":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"}":4,"y":2,"x":4,"w":2,"v":2,"u":5,"t":4,"s":4,"q":6,"o":6,"l":4,"j":4,"i":4,"g":4,"e":6,"d":6,"c":6,"a":4,"]":4,"@":1,"-":11,"'":10,"\"":10,"\u00fd":2,"\u0161":4,"\u0142":4,"\u00f0":6}},"\ufb04":{"d":"145,0r0,-157r-53,0r0,157r-55,0r0,-157r-33,0r0,-47r33,0v-6,-59,24,-83,90,-79r0,47v-27,-2,-40,4,-35,32r53,0v-6,-59,24,-83,90,-79r0,47v-27,-2,-41,4,-36,32r36,0r0,47r-36,0r0,157r-54,0xm329,0v-43,4,-76,-2,-76,-58r0,-219r54,0r0,211v0,15,2,19,22,19r0,47","w":339,"k":{"\u2039":4,"\u00ff":2,"\u2019":11,"\u2018":7,"\u201d":11,"\u201c":7,"\u2014":11,"\u2013":11,"\u0153":6,"\u00ab":4,"\u00f8":6,"\u00e6":4,"\u00fc":5,"\u00fb":5,"\u00f9":5,"\u00fa":5,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00ef":4,"\u00ee":4,"\u00ec":4,"\u00ed":4,"\u00eb":6,"\u00ea":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"}":4,"y":2,"x":4,"w":2,"v":2,"u":5,"t":4,"s":4,"q":6,"o":6,"l":4,"j":4,"i":4,"g":4,"e":6,"d":6,"c":6,"a":4,"]":4,"@":1,"-":11,"'":10,"\"":10,"\u00fd":2,"\u0161":4,"\u0142":4,"\u00f0":6}},"\ufb03":{"d":"145,0r0,-157r-53,0r0,157r-55,0r0,-157r-33,0r0,-47r33,0v-6,-59,24,-83,90,-79r0,47v-27,-2,-40,4,-35,32r53,0v-6,-59,24,-83,90,-79r0,47v-27,-2,-41,4,-36,32r36,0r0,47r-36,0r0,157r-54,0xm253,0r0,-204r54,0r0,204r-54,0xm253,-222r0,-50r55,0r0,50r-55,0","w":326},"\ufb00":{"d":"145,0r0,-157r-53,0r0,157r-55,0r0,-157r-33,0r0,-47r33,0v-6,-59,24,-83,90,-79r0,47v-27,-2,-40,4,-35,32r53,0v-8,-63,31,-84,101,-79r0,47v-28,-1,-54,-1,-47,32r47,0r0,47r-47,0r0,157r-54,0","w":248,"k":{"\u2039":1,"\u2019":-11,"\u2018":-11,"\u201d":-11,"\u201c":-11,"\u0153":3,"\u2026":13,"\u00ab":1,"\u00f8":3,"\u00e6":7,"\u2122":-14,"\u00f5":3,"\u00f6":3,"\u00f4":3,"\u00f2":3,"\u00f3":3,"\u00eb":3,"\u00ea":3,"\u00e8":3,"\u00e9":3,"\u00e7":3,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"x":4,"s":1,"q":4,"o":3,"g":3,"e":3,"d":3,"c":3,"a":7,"\\":-14,"@":-3,"\/":7,".":13,",":13,"*":-11,"'":-9,"\"":-9,"\u0161":1,"\u00f0":3}},"\u00f0":{"d":"85,-202r0,-33r19,-4v-5,-8,-11,-14,-16,-20r42,-24v10,8,19,19,27,33r34,-7r0,33r-21,4v25,81,49,223,-71,223v-67,0,-90,-38,-90,-100v0,-53,18,-93,76,-93v20,0,37,4,46,14v-3,-9,-7,-21,-12,-33xm99,-44v31,0,35,-23,35,-52v0,-29,-4,-51,-35,-51v-31,0,-35,22,-35,51v0,29,4,52,35,52","w":199,"k":{"\u2019":-4,"\u201d":-4}},"\u0141":{"d":"0,-98r0,-45r21,-12r0,-112r56,0r0,80r38,-22r0,46r-38,21r0,92r104,0r0,50r-160,0r0,-109","w":184,"k":{"\u00d9":9,"\u00db":9,"\u00da":9,"\u00d2":6,"\u00d4":6,"\u00d3":6,"\u00b7":11,"\ufb02":7,"\ufb01":7,"\u203a":4,"\u2039":4,"\u0178":31,"\u00ff":18,"\u25ca":7,"\u2019":31,"\u2018":31,"\u201d":31,"\u201c":31,"\u2014":12,"\u2013":12,"\u0153":3,"\u0152":6,"\u00d5":6,"\u00bb":4,"\u00ab":4,"\u0394":7,"\u00f8":3,"\u00e6":2,"\u00b1":7,"\u221e":7,"\u00d8":6,"\u2260":7,"\u2122":47,"\u2022":14,"\u2020":7,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":3,"\u00f6":3,"\u00f4":3,"\u00f2":3,"\u00f3":3,"\u00eb":3,"\u00ea":3,"\u00e8":3,"\u00e9":3,"\u00e7":3,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"\u00dc":9,"\u00d6":6,"\u00c7":6,"}":7,"y":18,"w":15,"v":18,"u":2,"t":7,"q":3,"o":3,"g":1,"f":7,"e":3,"d":3,"c":3,"a":2,"]":7,"\\":29,"Y":31,"X":4,"W":22,"V":29,"U":9,"T":29,"S":4,"Q":6,"O":6,"G":6,"C":6,"@":-5,"?":14,"-":12,"*":36,")":4,"'":22,"\"":22,"\u00fd":18,"\u00dd":31,"\u0160":4,"\u00f0":3}},"\u0142":{"d":"7,-122r0,-48r26,-15r0,-92r54,0r0,61r29,-17r0,48r-29,16r0,103v0,15,2,19,22,19r0,47v-43,4,-76,-2,-76,-58r0,-79","w":127,"k":{"\u2039":4,"\u00ff":2,"\u2019":11,"\u2018":7,"\u201d":11,"\u201c":7,"\u2014":11,"\u2013":11,"\u0153":6,"\u00ab":4,"\u00f8":6,"\u00e6":4,"\u00fc":5,"\u00fb":5,"\u00f9":5,"\u00fa":5,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00ef":4,"\u00ee":4,"\u00ec":4,"\u00ed":4,"\u00eb":6,"\u00ea":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"}":4,"y":2,"x":4,"w":2,"v":2,"u":5,"t":4,"s":4,"q":6,"o":6,"l":4,"j":4,"i":4,"g":4,"e":6,"d":6,"c":6,"a":4,"]":4,"@":1,"-":11,"'":10,"\"":10,"\u00fd":2,"\u0161":4,"\u0142":4,"\u00f0":6}},"\u0160":{"d":"80,-280r-40,-66r44,0r21,28r22,-28r42,0r-39,66r-50,0xm105,3v-44,0,-76,-8,-100,-24r28,-43v16,16,112,36,112,-8v0,-23,-12,-27,-56,-41v-49,-15,-72,-35,-72,-79v0,-52,33,-78,92,-78v37,0,60,7,81,17r-24,48v-17,-11,-94,-25,-94,12v0,18,10,23,42,33v64,21,85,35,85,87v0,47,-29,76,-94,76","w":209,"k":{"\u0131":1,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":7,"\u00c2":7,"\ufb02":3,"\ufb01":3,"\u0178":7,"\u00ff":10,"\u25ca":3,"\u2019":4,"\u2018":7,"\u201d":4,"\u201c":7,"\u0152":4,"\u00d5":4,"\u00c3":7,"\u00c0":7,"\u0394":3,"\u00e6":1,"\u00b1":3,"\u221e":3,"\u00d8":4,"\u00c6":7,"\u2260":3,"\u00fc":1,"\u00fb":1,"\u00f9":1,"\u00fa":1,"\u00f1":1,"\u00e5":1,"\u00e3":1,"\u00e4":1,"\u00e2":1,"\u00e0":1,"\u00e1":1,"\u00dc":4,"\u00d6":4,"\u00c7":4,"\u00c5":7,"\u00c4":7,"z":1,"y":10,"x":6,"w":7,"v":10,"u":1,"t":3,"r":1,"p":1,"n":1,"m":1,"g":4,"f":3,"a":1,"Z":4,"Y":7,"X":7,"W":4,"V":7,"U":4,"T":4,"S":7,"Q":4,"O":4,"J":4,"G":4,"C":4,"A":7,"?":5,"\u017e":1,"\u017d":4,"\u00fd":10,"\u00dd":7,"\u0160":7}},"\u0161":{"d":"57,-223r-39,-66r43,0r21,28r22,-28r43,0r-40,66r-50,0xm157,-58v0,74,-105,70,-154,45r21,-42v15,7,37,14,59,14v15,0,23,-5,23,-16v0,-12,-7,-15,-40,-26v-37,-13,-56,-25,-56,-62v0,-71,91,-73,140,-52r-21,45v-15,-7,-67,-19,-67,6v0,10,7,14,36,23v41,13,59,25,59,65","w":163,"k":{"\ufb02":3,"\ufb01":3,"\u00ff":6,"\u25ca":3,"\u0153":2,"\u0394":3,"\u00f8":2,"\u00b1":3,"\u221e":3,"\u2260":3,"\u00f5":2,"\u00f6":2,"\u00f4":2,"\u00f2":2,"\u00f3":2,"\u00eb":2,"\u00ea":2,"\u00e8":2,"\u00e9":2,"\u00e7":2,"z":1,"y":6,"x":6,"w":6,"v":6,"q":2,"o":2,"g":4,"f":3,"e":2,"d":2,"c":2,"\\":11,"?":7,"\u017e":1,"\u00fd":6}},"\u00dd":{"d":"84,0r0,-90r-85,-177r60,0r54,117r55,-117r58,0r-86,177r0,90r-56,0xm81,-280r38,-66r60,0r-52,66r-46,0","w":225,"k":{"\u0131":27,"\u00d2":11,"\u00d4":11,"\u00d3":11,"\u00c1":31,"\u00c2":31,"\u00b7":14,"\ufb02":14,"\ufb01":14,"\u203a":18,"\u2039":22,"\u00ff":13,"\u25ca":14,"\u2014":14,"\u2013":14,"\u0153":32,"\u0152":11,"\u00d5":11,"\u00c3":31,"\u00c0":31,"\u2026":32,"\u00bb":18,"\u00ab":22,"\u0394":14,"\u00f8":32,"\u00e6":32,"\u03c0":5,"\u00b1":14,"\u221e":14,"\u00d8":11,"\u00c6":25,"\u2260":14,"\u00a9":5,"\u00ae":5,"\u00df":7,"\u2022":14,"\u2020":7,"\u00fc":26,"\u00fb":24,"\u00f9":20,"\u00fa":27,"\u00f5":13,"\u00f6":27,"\u00f4":26,"\u00f2":22,"\u00f3":32,"\u00f1":12,"\u00ef":-12,"\u00ee":-15,"\u00ec":-13,"\u00ed":7,"\u00eb":23,"\u00ea":21,"\u00e8":17,"\u00e9":32,"\u00e7":32,"\u00e5":32,"\u00e3":12,"\u00e4":27,"\u00e2":25,"\u00e0":21,"\u00e1":32,"\u00d6":11,"\u00c7":11,"\u00c5":31,"\u00c4":31,"z":25,"y":18,"x":25,"w":18,"v":18,"u":27,"t":14,"s":25,"r":27,"q":32,"p":27,"o":32,"n":27,"m":27,"j":7,"i":7,"g":32,"f":14,"e":32,"d":32,"c":32,"a":32,"Z":4,"X":4,"S":11,"Q":11,"O":11,"J":27,"G":11,"C":11,"A":31,"@":18,";":11,":":11,"\/":22,".":32,"-":14,",":32,"\u017e":10,"\u017d":4,"\u00fd":18,"\u0161":12,"\u0160":11,"\u00f0":32}},"\u00fd":{"d":"24,57r0,-44v16,-1,40,6,39,-13r-63,-204r56,0r35,125r34,-125r54,0r-68,220v-12,43,-41,41,-87,41xm58,-223r38,-66r60,0r-52,66r-46,0","w":179,"k":{"\u2039":7,"\u2019":-5,"\u201d":-5,"\u2014":4,"\u2013":4,"\u0153":5,"\u2026":18,"\u00ab":7,"\u00f8":5,"\u00e6":7,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":5,"\u00ea":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"}":7,"z":1,"x":4,"s":6,"q":5,"o":5,"g":7,"e":5,"d":5,"c":5,"a":7,"]":7,"\\":7,"@":4,".":18,"-":4,",":18,"\u017e":1,"\u0161":6,"\u00f0":5}},"\u00de":{"d":"21,0r0,-267r55,0r0,39r47,0v71,0,88,33,88,88v0,54,-17,90,-89,90r-46,0r0,50r-55,0xm76,-97v0,0,86,8,80,-41v5,-51,-38,-40,-80,-41r0,82","w":218},"\u00fe":{"d":"17,57r0,-334r54,0r0,89v8,-13,23,-20,56,-20v61,0,68,49,68,105v0,57,-9,106,-70,106v-29,0,-43,-5,-53,-16r0,70r-55,0xm108,-45v27,0,32,-18,32,-55v0,-37,-4,-57,-32,-57v-32,0,-36,20,-36,57v0,36,4,55,36,55","w":204,"k":{"\u00ff":5,"\u2019":4,"\u2018":2,"\u201d":4,"\u201c":2,"\u2026":7,"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"}":7,"z":3,"y":5,"x":6,"w":5,"v":5,"s":2,"a":2,"]":7,"\\":22,"?":7,".":7,",":7,")":4,"\u017e":3,"\u00fd":5,"\u0161":2}},"\u017d":{"d":"76,-280r-39,-66r43,0r22,28r21,-28r43,0r-40,66r-50,0xm8,0r0,-42r115,-173r-110,0r0,-52r178,0r0,47r-114,170r117,0r0,50r-186,0","w":203,"k":{"\u0131":2,"\u00d2":8,"\u00d4":8,"\u00d3":8,"\u00c1":4,"\u00c2":4,"\u00b7":4,"\ufb02":1,"\ufb01":1,"\u2039":4,"\u00ff":8,"\u25ca":1,"\u2014":4,"\u2013":4,"\u0153":4,"\u0152":8,"\u00d5":8,"\u00c3":4,"\u00c0":4,"\u00ab":4,"\u0394":1,"\u00f8":4,"\u00e6":3,"\u00b1":1,"\u221e":1,"\u00d8":8,"\u00c6":4,"\u2260":1,"\u2022":4,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00f1":2,"\u00ef":-6,"\u00ee":-12,"\u00ec":-5,"\u00eb":6,"\u00ea":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":3,"\u00e3":3,"\u00e4":3,"\u00e2":3,"\u00e0":3,"\u00e1":3,"\u00d6":8,"\u00c7":8,"\u00c5":4,"\u00c4":4,"y":8,"x":2,"w":7,"v":8,"u":2,"t":2,"r":2,"q":6,"p":2,"o":4,"n":2,"m":2,"g":1,"f":1,"e":6,"d":6,"c":6,"a":3,"Z":1,"X":4,"W":2,"V":4,"T":1,"S":4,"Q":8,"O":8,"G":8,"C":8,"A":4,"-":4,"\u017d":1,"\u00fd":8,"\u0160":4,"\u00f0":4}},"\u017e":{"d":"55,-223r-39,-66r43,0r22,28r22,-28r42,0r-40,66r-50,0xm4,0r0,-36r82,-121r-77,0r0,-47r145,0r0,37r-82,123r85,0r0,44r-153,0","w":160,"k":{"\u00ff":1,"\u2014":1,"\u2013":1,"\u0153":3,"\u00f8":3,"\u00e6":1,"\u00f5":3,"\u00f6":3,"\u00f4":3,"\u00f2":3,"\u00f3":3,"\u00eb":3,"\u00ea":3,"\u00e8":3,"\u00e9":3,"\u00e7":3,"\u00e5":1,"\u00e3":1,"\u00e4":1,"\u00e2":1,"\u00e0":1,"\u00e1":1,"y":1,"v":1,"s":1,"q":3,"o":3,"g":1,"e":3,"d":3,"c":3,"a":1,"\\":11,"?":7,"-":1,"\u00fd":1,"\u0161":1,"\u00f0":3}},"\u00bd":{"d":"67,0r123,-267r48,0r-122,267r-49,0xm41,-92r0,-135r-24,0r0,-40r70,0r0,175r-46,0xm204,0r0,-32v17,-21,73,-68,73,-89v0,-27,-41,-14,-55,-8r-18,-36v13,-6,32,-12,60,-12v38,0,56,17,56,48v7,30,-34,68,-60,94r63,0r0,35r-119,0","w":340},"\u00bc":{"d":"67,0r123,-267r48,0r-122,267r-49,0xm176,-30r0,-32r61,-113r45,0r-61,111r29,0r8,-38r32,0r0,38r21,0r0,34r-21,0r0,30r-40,0r0,-30r-74,0xm41,-92r0,-135r-24,0r0,-40r70,0r0,175r-46,0","w":324},"\u00b9":{"d":"40,-92r0,-135r-24,0r0,-40r70,0r0,175r-46,0","w":115},"\u00be":{"d":"138,-144v0,65,-84,62,-123,41r18,-34v18,11,67,20,63,-12v5,-22,-33,-16,-54,-17r0,-35v19,-1,53,5,49,-15v1,-25,-44,-12,-57,-6r-17,-34v31,-17,117,-28,117,30v0,20,-3,32,-17,38v17,6,21,17,21,44xm99,0r123,-267r48,0r-122,267r-49,0xm208,-30r0,-32r61,-113r45,0r-60,111r29,0r7,-38r33,0r0,38r20,0r0,34r-20,0r0,30r-41,0r0,-30r-74,0","w":356},"\u00b3":{"d":"138,-144v0,65,-84,62,-123,41r18,-34v18,11,67,20,63,-12v5,-22,-33,-16,-54,-17r0,-35v19,-1,53,5,49,-15v1,-25,-44,-12,-57,-6r-17,-34v31,-17,117,-28,117,30v0,20,-3,32,-17,38v17,6,21,17,21,44","w":157},"\u00b2":{"d":"16,-92r0,-32v17,-22,73,-68,73,-89v-1,-28,-41,-14,-56,-8r-18,-36v13,-6,33,-12,60,-12v39,0,56,17,56,48v8,31,-34,67,-59,94r63,0r0,35r-119,0","w":155},"\u00a6":{"d":"32,57r0,-138r55,0r0,138r-55,0xm32,-139r0,-138r55,0r0,138r-55,0","w":118},"\u2212":{"d":"28,-103r0,-47r163,0r0,47r-163,0","w":219,"k":{"7":14,"3":4,"2":7,"1":7}},"\u00d7":{"d":"65,-48r-33,-34r44,-45r-44,-44r33,-34r44,44r45,-44r33,34r-44,44r44,44r-33,34r-45,-44","w":219},"!":{"d":"31,0r0,-63r62,0r0,63r-62,0xm37,-83r-4,-184r59,0r-5,184r-50,0","w":124},"\"":{"d":"27,-141r-2,-126r56,0r-3,126r-51,0xm105,-141r-2,-126r56,0r-3,126r-51,0","w":183,"k":{"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c0":18,"\u00e6":4,"\u00c6":18,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00c5":18,"\u00c4":18,"a":4,"X":6,"J":22,"A":18,"8":5,"4":14,"2":2,"1":-7}},"#":{"d":"32,0r9,-65r-26,0r0,-50r34,0r4,-27r-38,0r0,-50r45,0r12,-75r51,0r-11,75r27,0r11,-75r52,0r-12,75r28,0r0,50r-35,0r-4,27r39,0r0,50r-47,0r-10,65r-51,0r10,-65r-27,0r-10,65r-51,0xm95,-111r36,0r5,-35r-35,0","w":232,"k":{"7":4,"2":4}},"$":{"d":"77,33r0,-33v-29,-3,-51,-11,-70,-25r25,-41v16,18,105,40,105,-9v0,-20,-12,-27,-40,-36v-42,-14,-79,-24,-79,-79v0,-46,19,-70,59,-76r0,-29r52,0r0,29v21,3,38,9,52,17r-25,44v-16,-12,-85,-27,-85,13v0,17,12,24,40,33v39,12,79,24,79,80v0,45,-16,71,-61,78r0,34r-52,0","w":202},"%":{"d":"82,-93v-48,0,-73,-23,-73,-88v0,-65,25,-88,73,-88v48,0,73,23,73,88v0,65,-25,88,-73,88xm82,-133v18,0,25,-11,25,-47v0,-36,-7,-46,-25,-46v-18,0,-24,10,-24,46v0,36,6,47,24,47xm302,3v-48,0,-73,-23,-73,-89v0,-65,25,-88,73,-88v48,0,73,23,73,88v0,66,-25,89,-73,89xm302,-38v18,0,25,-10,25,-46v0,-36,-7,-47,-25,-47v-18,0,-24,11,-24,47v0,36,6,46,24,46xm106,0r123,-267r50,0r-123,267r-50,0","w":384},"&":{"d":"103,3v-62,0,-94,-21,-94,-76v0,-40,23,-61,51,-76v-35,-47,-18,-123,52,-123v43,0,68,20,68,67v0,35,-22,55,-46,70r43,48v8,-21,12,-48,16,-80r45,6v-5,46,-12,83,-27,111r45,50r-67,0r-13,-14v-18,11,-42,17,-73,17xm103,-42v17,0,30,-3,41,-8r-57,-63v-14,10,-24,21,-24,37v0,17,4,34,40,34xm112,-225v-27,2,-17,38,-6,55v14,-9,24,-20,24,-35v0,-13,-5,-20,-18,-20","w":261},"'":{"d":"27,-141r-2,-126r56,0r-2,126r-52,0","w":105,"k":{"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c0":18,"\u00e6":4,"\u00c6":18,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00c5":18,"\u00c4":18,"a":4,"X":6,"J":22,"A":18,"8":5,"4":14,"2":2,"1":-7}},"(":{"d":"91,64v-28,-27,-62,-84,-62,-173v0,-81,34,-146,62,-174r40,25v-22,29,-46,70,-46,148v0,79,27,127,46,150","w":160,"k":{"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":4,"\u00c2":4,"\u0153":4,"\u0152":4,"\u00d5":4,"\u00c3":4,"\u00c0":4,"\u00f8":4,"\u00d8":4,"\u00c6":4,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00d6":4,"\u00c7":4,"\u00c5":4,"\u00c4":4,"q":4,"o":4,"e":4,"d":4,"c":4,"Q":4,"O":4,"J":4,"G":4,"C":4,"A":4,"4":11,"\u00f0":4}},")":{"d":"70,64r-40,-24v21,-30,46,-71,46,-149v0,-79,-28,-126,-46,-149r40,-25v28,28,61,84,61,173v0,81,-33,147,-61,174","w":160},"*":{"d":"73,-90r5,-55r-40,31r-24,-39r49,-26r-49,-25r24,-39r40,32r-5,-56r44,0r-5,56r41,-32r23,38r-48,26r48,26r-23,39r-41,-32r5,56r-44,0","w":191,"k":{"\u00c1":22,"\u00c2":22,"\u00c3":22,"\u00c0":22,"\u2026":50,"\u00c6":22,"\u00c5":22,"\u00c4":22,"t":-2,"X":7,"J":22,"A":22,"4":7,".":50,",":50}},"+":{"d":"84,-38r0,-65r-56,0r0,-47r56,0r0,-65r51,0r0,65r56,0r0,47r-56,0r0,65r-51,0","w":219,"k":{"7":14,"3":4,"2":7,"1":7}},",":{"d":"32,55r-15,-27v23,-12,26,-15,26,-28r-27,0r0,-64r62,0v-3,63,16,96,-46,119","w":93,"k":{"\u00d9":7,"\u00db":7,"\u00da":7,"\u00d2":11,"\u00d4":11,"\u00d3":11,"\ufb02":5,"\ufb01":5,"\u0178":32,"\u00ff":18,"\u25ca":5,"\u2019":22,"\u2018":32,"\u201d":22,"\u201c":32,"\u0153":7,"\u0152":11,"\u00d5":11,"\u0394":5,"\u00f8":7,"\u00b1":5,"\u221e":5,"\u00d8":11,"\u2260":5,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00dc":7,"\u00d6":11,"\u00c7":11,"y":18,"w":14,"v":18,"t":5,"q":7,"o":7,"l":4,"f":5,"e":7,"d":7,"c":7,"Y":32,"W":25,"V":29,"U":7,"T":29,"Q":11,"O":11,"G":11,"C":11,"9":16,"8":4,"7":16,"6":4,"4":6,"1":11,"0":4," ":4,"\u00fd":18,"\u00dd":32,"\u0142":4,"\u00f0":7}},"-":{"d":"11,-95r0,-50r103,0r0,50r-103,0","w":124,"k":{"\u00c1":7,"\u00c2":7,"\u0178":14,"\u00ff":4,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"z":1,"y":4,"x":11,"w":4,"v":4,"Z":1,"Y":14,"X":11,"W":7,"V":11,"T":18,"S":7,"J":18,"A":7,"7":18,"3":11,"2":11,"1":7,"\u017e":1,"\u017d":1,"\u00fd":4,"\u00dd":14,"\u0160":7}},"\u00ad":{"d":"11,-95r0,-50r103,0r0,50r-103,0","w":124},".":{"d":"16,0r0,-64r62,0r0,64r-62,0","w":93,"k":{"\u00d9":7,"\u00db":7,"\u00da":7,"\u00d2":11,"\u00d4":11,"\u00d3":11,"\ufb02":5,"\ufb01":5,"\u0178":32,"\u00ff":18,"\u25ca":5,"\u2019":22,"\u2018":32,"\u201d":22,"\u201c":32,"\u0153":7,"\u0152":11,"\u00d5":11,"\u0394":5,"\u00f8":7,"\u00b1":5,"\u221e":5,"\u00d8":11,"\u2260":5,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00dc":7,"\u00d6":11,"\u00c7":11,"y":18,"w":14,"v":18,"t":5,"q":7,"o":7,"l":4,"f":5,"e":7,"d":7,"c":7,"Y":32,"W":25,"V":29,"U":7,"T":29,"Q":11,"O":11,"G":11,"C":11,"9":16,"8":4,"7":16,"6":4,"4":6,"1":11,"0":4," ":4,"\u00fd":18,"\u00dd":32,"\u0142":4,"\u00f0":7}},"\/":{"d":"0,0r123,-267r55,0r-123,267r-55,0","w":178,"k":{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00c1":25,"\u00c2":25,"\u00ff":7,"\u0153":22,"\u0152":7,"\u00d5":7,"\u00c3":25,"\u00c0":25,"\u2026":47,"\u00f8":22,"\u00e6":22,"\u00d8":7,"\u00c6":25,"\u00fc":14,"\u00fb":14,"\u00f9":14,"\u00fa":14,"\u00f5":22,"\u00f6":22,"\u00f4":22,"\u00f2":22,"\u00f3":22,"\u00f1":14,"\u00eb":22,"\u00ea":22,"\u00e8":22,"\u00e9":22,"\u00e7":22,"\u00e5":22,"\u00e3":22,"\u00e4":22,"\u00e2":22,"\u00e0":22,"\u00e1":22,"\u00d6":7,"\u00c7":7,"\u00c5":25,"\u00c4":25,"z":11,"y":7,"x":11,"w":7,"v":7,"u":14,"s":11,"r":14,"q":22,"p":14,"o":22,"n":14,"m":14,"g":22,"e":22,"d":22,"c":22,"a":22,"Q":7,"O":7,"J":32,"G":7,"C":7,"A":25,"9":7,"8":7,"7":-4,"6":11,"4":36,"2":4,"0":11,"\/":50,".":47,",":47,"\u017e":11,"\u00fd":7,"\u0161":11,"\u00f0":22}},"0":{"d":"116,3v-86,0,-98,-50,-98,-136v0,-84,11,-137,98,-137v86,0,97,54,97,137v0,87,-11,136,-97,136xm116,-47v35,0,41,-25,41,-86v0,-61,-6,-84,-41,-84v-36,0,-42,23,-42,84v0,61,6,86,42,86","w":230,"k":{"\u2044":14,"\u2026":4,"\\":11,"7":6,"3":3,"\/":11,".":4,",":4}},"1":{"d":"45,0r0,-217r-37,0r0,-50r91,0r0,267r-54,0","w":128,"k":{"7":7,"4":4,"3":3,"2":4}},"2":{"d":"9,0r0,-43v29,-36,114,-104,110,-147v4,-40,-64,-29,-87,-16r-24,-45v20,-10,45,-19,86,-19v57,0,80,25,80,72v11,47,-58,109,-95,150r99,0r0,48r-169,0","w":194,"k":{"\u00f7":7,"\u2019":3,"\u201d":3,"\u2014":7,"\u2013":7,"=":4,"<":7,"9":4,"7":6,"4":7,"2":4,"-":7,"+":7,"\u2212":7}},"3":{"d":"90,3v-37,0,-60,-7,-83,-20r24,-45v29,19,102,32,96,-23v8,-38,-43,-33,-80,-33r0,-45v32,0,81,5,74,-28v1,-42,-63,-27,-88,-15r-23,-44v45,-26,164,-43,164,44v0,34,-6,52,-26,60v25,8,33,23,33,67v0,61,-29,82,-91,82","w":195,"k":{"7":4,"4":1}},"4":{"d":"10,-53r0,-42r93,-172r57,0r-92,169r55,0r11,-74r39,0r0,74r32,0r0,45r-32,0r0,53r-51,0r0,-53r-112,0","w":212,"k":{"\u2030":7,"\u2019":11,"\u201d":11,"\u00b0":14,"\\":14,"9":4,"7":10,"5":4,"3":7,"2":1,"\/":4,"*":4,"'":7,"%":7,"\"":7}},"5":{"d":"192,-90v0,121,-119,101,-184,73r24,-45v30,16,105,38,105,-27v0,-55,-51,-46,-76,-32r-42,-13r7,-133r153,0r0,50r-107,0r-2,47v9,-5,24,-9,49,-9v50,0,73,21,73,89","w":203,"k":{"9":4,"7":7,"3":4,"2":1}},"6":{"d":"114,3v-87,0,-97,-45,-97,-118v0,-102,10,-152,124,-152r32,0r0,50r-34,0v-56,0,-64,20,-67,53v10,-12,29,-19,61,-19v62,0,75,37,75,90v0,64,-22,96,-94,96xm116,-45v30,0,37,-15,37,-47v0,-32,-10,-46,-37,-46v-26,0,-43,12,-43,44v0,34,8,49,43,49","w":220,"k":{"\u2044":11,"\u2019":4,"\u201d":4,"\u2026":4,"\u00b0":4,"\\":7,"9":7,"7":10,"3":4,"2":1,"\/":11,".":4,",":4,"'":4,"\"":4}},"7":{"d":"38,0r76,-217r-108,0r0,-50r168,0r0,43r-78,224r-58,0","w":180,"k":{"\u00b7":7,"\u203a":4,"\u2039":4,"\u20ac":7,"\u2044":25,"\u2019":-4,"\u201d":-4,"\u2014":7,"\u2013":7,"\u2026":27,"\u00bb":4,"\u00ab":4,"\u00a2":11,"\\":-7,"=":4,";":4,":":4,"8":3,"7":-4,"6":3,"4":11,"3":1,"2":1,"1":-4,"0":3,"\/":25,".":27,"-":7,",":27,"'":-3,"\"":-3}},"8":{"d":"110,3v-85,0,-95,-38,-95,-79v0,-32,3,-59,35,-71v-24,-11,-28,-32,-28,-57v0,-34,15,-66,88,-66v73,0,87,32,87,66v0,25,-5,47,-28,57v34,12,37,39,37,71v0,41,-11,79,-96,79xm110,-43v33,0,40,-17,40,-41v0,-24,-7,-40,-40,-40v-33,0,-40,16,-40,40v0,24,7,41,40,41xm110,-163v26,0,34,-10,34,-30v0,-20,-8,-31,-34,-31v-26,0,-34,11,-34,31v0,20,8,30,34,30","w":219,"k":{"\u2044":7,"\u2026":4,"\\":7,"9":4,"7":6,"3":4,"2":1,"\/":4,".":4,",":4,"'":5,"\"":5}},"9":{"d":"47,0r0,-48v56,3,108,-4,101,-53v-9,12,-30,18,-61,18v-62,0,-74,-36,-74,-89v0,-64,20,-98,92,-98v87,0,99,45,99,118v0,103,-13,152,-126,152r-31,0xm104,-127v26,0,43,-11,43,-44v0,-34,-8,-49,-43,-49v-29,0,-37,15,-37,47v0,32,10,46,37,46","w":220,"k":{"\u2044":14,"\u2026":11,"\\":11,"7":4,"3":3,"2":1,"\/":14,".":11,",":11}},":":{"d":"19,0r0,-63r61,0r0,63r-61,0xm19,-141r0,-63r61,0r0,63r-61,0","w":99,"k":{"\u0178":11,"Y":11,"W":4,"V":7,"T":6,"7":8,"\u00dd":11}},";":{"d":"19,-141r0,-63r61,0r0,63r-61,0xm35,55r-15,-27v23,-12,26,-15,26,-28r-27,0r0,-63r61,0v-3,62,16,95,-45,118","w":99,"k":{"\u0178":11,"Y":11,"W":4,"V":7,"T":6,"7":8,"\u00dd":11}},"<":{"d":"174,-28r-141,-78r0,-37r141,-78r0,52r-84,44r84,45r0,52","w":218},"=":{"d":"29,-60r0,-50r161,0r0,50r-161,0xm29,-142r0,-50r161,0r0,50r-161,0","w":219,"k":{"7":14,"2":7,"1":7}},">":{"d":"45,-28r0,-52r84,-44r-84,-45r0,-52r141,78r0,37","w":219,"k":{"7":14,"3":7,"2":7,"1":11}},"?":{"d":"188,-206v0,67,-75,69,-65,128r-53,0v0,-40,2,-52,36,-79v20,-16,27,-23,27,-38v0,-35,-68,-27,-90,-11r-24,-46v23,-11,50,-18,87,-18v64,0,82,26,82,64xm65,0r0,-57r62,0r0,57r-62,0","w":205},"@":{"d":"155,59v-105,0,-142,-51,-142,-164v0,-112,37,-164,142,-164v105,0,142,52,142,164v0,66,-10,93,-58,93v-29,0,-42,-10,-46,-24v-9,16,-28,24,-59,24v-54,0,-62,-42,-62,-92v0,-51,9,-94,63,-94v31,0,41,5,49,17r9,-15r35,3r0,120v1,22,1,30,16,30v17,0,20,-9,20,-62v0,-96,-29,-135,-109,-135v-81,0,-109,39,-109,135v0,96,28,135,109,135v35,0,61,-8,83,-17r12,28v-25,10,-53,18,-95,18xm149,-53v28,0,31,-18,31,-51v0,-34,-3,-49,-31,-49v-24,0,-28,16,-28,49v0,33,3,51,28,51","w":309,"k":{"\u00c1":7,"\u00c2":7,"\u0178":16,"\u00ff":4,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"y":4,"x":4,"w":4,"v":4,"Y":16,"X":7,"W":10,"V":13,"T":4,"A":7,"\u00fd":4,"\u00dd":16}},"A":{"d":"5,0r83,-269r60,0r83,269r-57,0r-13,-41r-88,0r-12,41r-56,0xm86,-91r62,0r-31,-101","w":236,"k":{"\u00d9":10,"\u00db":10,"\u00da":10,"\u00d2":10,"\u00d4":10,"\u00d3":10,"\ufb02":6,"\ufb01":6,"\u2039":7,"\u0178":31,"\u00ff":10,"\u25ca":9,"\u2019":18,"\u2018":25,"\u201d":18,"\u201c":25,"\u2014":7,"\u2013":7,"\u0153":10,"\u0152":10,"\u00d5":10,"\u00ab":7,"\u0394":9,"\u00f8":10,"\u00e6":4,"\u03c0":5,"\u00b1":9,"\u221e":9,"\u00d8":10,"\u2260":9,"\u2122":25,"\u00a9":5,"\u00ae":5,"\u2022":7,"\u2020":7,"\u00fc":3,"\u00fb":3,"\u00f9":3,"\u00fa":3,"\u00f5":10,"\u00f6":10,"\u00f4":10,"\u00f2":10,"\u00f3":10,"\u00eb":10,"\u00ea":10,"\u00e8":10,"\u00e9":10,"\u00e7":10,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":10,"\u00d6":10,"\u00c7":10,"}":4,"y":10,"w":7,"v":10,"u":3,"t":9,"q":10,"o":10,"l":3,"f":9,"e":10,"d":10,"c":10,"a":4,"]":4,"\\":25,"Y":31,"W":14,"V":21,"U":10,"T":29,"S":4,"Q":10,"O":10,"G":10,"C":10,"@":7,"?":22,"-":7,"*":22,")":4,"'":18,"\"":18,"\u00fd":10,"\u00dd":31,"\u0160":4,"\u0142":3,"\u00f0":10}},"B":{"d":"21,0r0,-267r97,0v62,0,86,26,86,69v0,32,-13,50,-32,58v25,9,37,28,37,65v0,91,-102,74,-188,75xm76,-47v36,-2,76,10,76,-32v0,-42,-41,-29,-76,-31r0,63xm76,-159v34,0,75,7,71,-31v4,-37,-39,-27,-71,-28r0,59","w":221,"k":{"\u00c1":5,"\u00c2":5,"\u0178":10,"\u2019":4,"\u2018":4,"\u201d":4,"\u201c":4,"\u00c3":5,"\u00c0":5,"\u00c6":5,"\u00ee":-5,"\u00c5":5,"\u00c4":5,"\\":4,"Z":4,"Y":10,"X":6,"W":2,"V":4,"T":4,"S":4,"J":4,"A":5,"\/":4,"\u017d":4,"\u00dd":10,"\u0160":4}},"C":{"d":"117,3v-83,0,-107,-52,-107,-136v0,-81,20,-137,111,-137v28,0,53,6,72,19r-30,47v-49,-22,-96,-19,-96,72v0,90,48,97,100,71r27,43v-21,13,-41,21,-77,21","w":203,"k":{"\u00d9":5,"\u00db":5,"\u00da":5,"\u00d2":8,"\u00d4":8,"\u00d3":8,"\u00c1":3,"\u00c2":3,"\u00b7":7,"\ufb02":6,"\ufb01":6,"\u2039":6,"\u0178":3,"\u00ff":14,"\u25ca":6,"\u2014":10,"\u2013":10,"\u0153":6,"\u0152":8,"\u00d5":8,"\u00c3":3,"\u00c0":3,"\u00ab":6,"\u0394":6,"\u00f8":6,"\u00e6":6,"\u03c0":8,"\u00b1":6,"\u221e":6,"\u00d8":8,"\u00c6":3,"\u2260":6,"\u00a9":8,"\u00ae":8,"\u2022":11,"\u00fc":6,"\u00fb":6,"\u00f9":6,"\u00fa":6,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00ef":-4,"\u00ee":-14,"\u00eb":6,"\u00ea":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":6,"\u00e3":6,"\u00e4":6,"\u00e2":6,"\u00e0":6,"\u00e1":6,"\u00dc":5,"\u00d6":8,"\u00c7":8,"\u00c5":3,"\u00c4":3,"y":14,"x":3,"w":14,"v":14,"u":6,"t":10,"s":3,"q":6,"o":6,"l":3,"g":3,"f":6,"e":6,"d":6,"c":6,"a":6,"Z":4,"Y":3,"X":6,"W":1,"V":3,"U":5,"S":7,"Q":8,"O":8,"J":3,"G":8,"C":8,"A":3,"@":3,"-":10,"\u017d":4,"\u00fd":14,"\u00dd":3,"\u0161":3,"\u0160":7,"\u0142":3,"\u00f0":6}},"D":{"d":"21,0r0,-267r83,0v85,0,117,31,117,133v0,104,-32,134,-117,134r-83,0xm77,-49v63,2,87,1,87,-84v0,-84,-24,-83,-87,-82r0,166","w":231,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00c1":10,"\u00c2":10,"\u0178":11,"\u00c3":10,"\u00c0":10,"\u2026":11,"\u00e6":4,"\u00c6":10,"\u00ee":-3,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":2,"\u00c5":10,"\u00c4":10,"}":7,"g":4,"a":4,"]":7,"\\":7,"Z":8,"Y":11,"X":11,"W":5,"V":13,"U":2,"T":6,"S":7,"J":11,"A":10,"\/":7,".":11,",":11,")":4,"\u017d":8,"\u00dd":11,"\u0160":7}},"E":{"d":"21,0r0,-267r164,0r0,52r-109,0r0,53r105,0r0,51r-105,0r0,61r110,0r0,50r-165,0","w":200,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":4,"\u00c2":4,"\ufb02":4,"\ufb01":4,"\u00ff":4,"\u25ca":4,"\u0153":4,"\u0152":4,"\u00d5":4,"\u00c3":4,"\u00c0":4,"\u0394":4,"\u00f8":4,"\u00e6":7,"\u00b1":4,"\u221e":4,"\u00d8":4,"\u00c6":4,"\u2260":4,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-5,"\u00ee":-6,"\u00ec":-8,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00dc":2,"\u00d6":4,"\u00c7":4,"\u00c5":4,"\u00c4":4,"z":1,"y":4,"x":4,"w":4,"v":4,"t":4,"s":4,"q":4,"o":4,"g":4,"f":4,"e":4,"d":4,"c":4,"a":7,"Z":1,"X":1,"V":4,"U":2,"T":4,"S":4,"Q":4,"O":4,"G":4,"C":4,"A":4,"\u017e":1,"\u017d":1,"\u00fd":4,"\u0161":4,"\u0160":4,"\u00f0":4}},"F":{"d":"21,0r0,-267r165,0r0,52r-109,0r0,57r104,0r0,51r-104,0r0,107r-56,0","w":195,"k":{"\u0131":4,"\u00d2":2,"\u00d4":2,"\u00d3":2,"\u00c1":22,"\u00c2":22,"\ufb02":3,"\ufb01":3,"\u203a":4,"\u2039":4,"\u00ff":4,"\u25ca":3,"\u2014":1,"\u2013":1,"\u0153":7,"\u0152":2,"\u00d5":2,"\u00c3":22,"\u00c0":22,"\u2026":22,"\u00bb":4,"\u00ab":4,"\u0394":3,"\u00f8":7,"\u00e6":7,"\u00b1":3,"\u221e":3,"\u00d8":2,"\u00c6":22,"\u2260":3,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00f1":4,"\u00ef":-5,"\u00ee":-13,"\u00ec":-13,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00d6":2,"\u00c7":2,"\u00c5":22,"\u00c4":22,"z":5,"y":4,"x":8,"w":4,"v":4,"u":4,"t":4,"s":1,"r":4,"q":7,"p":4,"o":7,"n":4,"m":4,"g":7,"f":3,"e":7,"d":7,"c":7,"a":7,"Z":4,"X":6,"S":8,"Q":2,"O":2,"J":32,"G":2,"C":2,"A":22,"\/":29,".":22,"-":1,",":22,"\u017e":5,"\u017d":4,"\u00fd":4,"\u0161":1,"\u0160":8,"\u00f0":7}},"G":{"d":"113,3v-82,0,-103,-51,-103,-136v0,-95,28,-137,113,-137v33,0,59,9,78,21r-30,46v-48,-21,-105,-29,-105,71v0,68,13,87,52,87v37,0,42,-23,41,-65r-52,0r0,-48r105,0v3,97,-1,161,-99,161","w":221,"k":{"\u00d9":4,"\u00db":4,"\u00da":4,"\u00c1":10,"\u00c2":10,"\u0178":10,"\u00ff":4,"\u2019":4,"\u201d":4,"\u00c3":10,"\u00c0":10,"\u2026":7,"\u00c6":10,"\u00dc":4,"\u00c5":10,"\u00c4":10,"}":7,"z":1,"y":4,"x":4,"w":4,"v":4,"t":1,"]":7,"\\":4,"Z":4,"Y":10,"X":11,"W":5,"V":7,"U":4,"T":12,"S":12,"J":11,"A":10,"\/":7,".":7,",":7,")":4,"\u017e":1,"\u017d":4,"\u00fd":4,"\u00dd":10,"\u0160":12}},"H":{"d":"21,0r0,-267r56,0r0,101r89,0r0,-101r57,0r0,267r-57,0r0,-110r-89,0r0,110r-56,0","w":243},"I":{"d":"24,0r0,-267r56,0r0,267r-56,0","w":104},"J":{"d":"9,0r0,-50v28,1,56,1,56,-27r0,-190r56,0r0,194v0,73,-47,75,-112,73","w":140,"k":{"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c0":7,"\u2026":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"J":4,"A":7,"\/":4,".":7,",":7}},"K":{"d":"21,0r0,-267r56,0r0,110r81,-110r65,0r-80,104r81,163r-62,0r-57,-116r-28,39r0,77r-56,0","w":230,"k":{"\u0131":4,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":13,"\u00d4":13,"\u00d3":13,"\u00c1":4,"\u00c2":4,"\u00b7":7,"\ufb02":6,"\ufb01":6,"\u203a":4,"\u2039":7,"\u0178":4,"\u00ff":11,"\u25ca":6,"\u2018":6,"\u201c":6,"\u2014":11,"\u2013":11,"\u0153":14,"\u0152":13,"\u00d5":13,"\u00c3":4,"\u00c0":4,"\u00bb":4,"\u00ab":7,"\u0394":6,"\u00f8":14,"\u00e6":7,"\u03c0":11,"\u00b1":6,"\u221e":6,"\u00d8":13,"\u00c6":4,"\u2260":6,"\u00a9":11,"\u00ae":11,"\u2022":7,"\u2020":4,"\u00fc":7,"\u00fb":7,"\u00f9":7,"\u00fa":7,"\u00f5":14,"\u00f6":14,"\u00f4":14,"\u00f2":14,"\u00f3":14,"\u00f1":4,"\u00ef":-8,"\u00ee":-9,"\u00ec":-10,"\u00eb":14,"\u00ea":14,"\u00e8":14,"\u00e9":14,"\u00e7":14,"\u00e5":7,"\u00e3":6,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00dc":4,"\u00d6":13,"\u00c7":13,"\u00c5":4,"\u00c4":4,"z":1,"y":11,"w":11,"v":11,"u":7,"t":10,"s":4,"r":4,"q":14,"p":4,"o":14,"n":4,"m":4,"l":3,"g":7,"f":6,"e":14,"d":14,"c":14,"a":7,"Z":4,"Y":4,"W":4,"V":7,"U":4,"T":4,"S":11,"Q":13,"O":13,"G":13,"C":13,"A":4,"@":7,"?":4,"-":11,"*":7,"'":6,"\"":6,"\u017e":1,"\u017d":4,"\u00fd":11,"\u00dd":4,"\u0161":4,"\u0160":11,"\u0142":3,"\u00f0":14}},"L":{"d":"21,0r0,-267r56,0r0,217r104,0r0,50r-160,0","w":184,"k":{"\u00d9":9,"\u00db":9,"\u00da":9,"\u00d2":6,"\u00d4":6,"\u00d3":6,"\u00b7":11,"\ufb02":7,"\ufb01":7,"\u203a":4,"\u2039":4,"\u0178":31,"\u00ff":18,"\u25ca":7,"\u2019":31,"\u2018":31,"\u201d":31,"\u201c":31,"\u2014":12,"\u2013":12,"\u0153":3,"\u0152":6,"\u00d5":6,"\u00bb":4,"\u00ab":4,"\u0394":7,"\u00f8":3,"\u00e6":2,"\u00b1":7,"\u221e":7,"\u00d8":6,"\u2260":7,"\u2122":47,"\u2022":14,"\u2020":7,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":3,"\u00f6":3,"\u00f4":3,"\u00f2":3,"\u00f3":3,"\u00eb":3,"\u00ea":3,"\u00e8":3,"\u00e9":3,"\u00e7":3,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"\u00dc":9,"\u00d6":6,"\u00c7":6,"}":7,"y":18,"w":15,"v":18,"u":2,"t":7,"q":3,"o":3,"g":1,"f":7,"e":3,"d":3,"c":3,"a":2,"]":7,"\\":29,"Y":31,"X":4,"W":22,"V":29,"U":9,"T":29,"S":4,"Q":6,"O":6,"G":6,"C":6,"@":-5,"?":14,"-":12,"*":36,")":4,"'":22,"\"":22,"\u00fd":18,"\u00dd":31,"\u0160":4,"\u00f0":3}},"M":{"d":"21,0r0,-267r72,0r52,169r52,-169r72,0r0,267r-55,0r0,-170r-53,170r-36,0r-54,-170r0,170r-50,0","w":289},"N":{"d":"21,0r0,-267r60,0r87,154r0,-154r54,0r0,267r-52,0r-95,-166r0,166r-54,0","w":242},"O":{"d":"120,3v-95,0,-110,-64,-110,-136v0,-73,15,-137,110,-137v95,0,111,64,111,137v0,72,-16,136,-111,136xm120,-47v48,0,54,-34,54,-84v0,-50,-6,-85,-54,-85v-48,0,-53,35,-53,85v0,50,5,84,53,84","k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00c1":10,"\u00c2":10,"\u0178":11,"\u00c3":10,"\u00c0":10,"\u2026":11,"\u00e6":4,"\u00c6":10,"\u00ee":-3,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":2,"\u00c5":10,"\u00c4":10,"}":7,"g":4,"a":4,"]":7,"\\":7,"Z":8,"Y":11,"X":13,"W":5,"V":10,"U":2,"T":6,"S":7,"J":11,"A":10,"\/":7,".":11,",":11,")":4,"\u017d":8,"\u00dd":11,"\u0160":7}},"P":{"d":"21,0r0,-267r102,0v64,0,88,33,88,87v0,54,-23,93,-89,93r-46,0r0,87r-55,0xm76,-136v42,0,80,9,80,-41v0,-49,-39,-39,-80,-40r0,81","w":220,"k":{"\u0131":7,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00c1":29,"\u00c2":29,"\ufb02":4,"\ufb01":4,"\u203a":4,"\u2039":11,"\u0178":7,"\u25ca":4,"\u2014":2,"\u2013":2,"\u0153":6,"\u00c3":29,"\u00c0":29,"\u2026":32,"\u00bb":4,"\u00ab":11,"\u0394":4,"\u00f8":6,"\u00e6":7,"\u00b1":4,"\u221e":4,"\u00c6":29,"\u2260":4,"\u2022":7,"\u00fc":7,"\u00fb":7,"\u00f9":7,"\u00fa":7,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00f1":7,"\u00ef":-5,"\u00ee":-11,"\u00eb":6,"\u00ea":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00dc":4,"\u00c5":29,"\u00c4":29,"}":4,"z":2,"x":4,"u":7,"t":4,"s":4,"r":7,"q":6,"p":7,"o":6,"n":7,"m":7,"g":7,"f":4,"e":6,"d":6,"c":6,"a":7,"]":4,"Z":5,"Y":7,"X":14,"W":4,"V":4,"U":4,"T":2,"S":6,"J":32,"A":29,"\/":36,".":32,"-":2,",":32,")":4,"!":4,"\u017e":2,"\u017d":5,"\u00dd":7,"\u0161":4,"\u0160":6,"\u00f0":6}},"Q":{"d":"190,66v-63,3,-113,-5,-105,-68v-64,-14,-75,-69,-75,-131v0,-73,15,-137,110,-137v95,0,111,64,111,137v0,67,-14,125,-92,133v-3,24,29,19,51,19r0,47xm120,-47v48,0,54,-34,54,-84v0,-50,-6,-85,-54,-85v-48,0,-53,35,-53,85v0,50,5,84,53,84","k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00c1":10,"\u00c2":10,"\u0178":11,"\u00c3":10,"\u00c0":10,"\u2026":11,"\u00e6":4,"\u00c6":10,"\u00ee":-3,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":2,"\u00c5":10,"\u00c4":10,"}":7,"a":4,"]":7,"\\":7,"Z":8,"Y":11,"X":13,"W":5,"V":10,"U":2,"T":6,"S":7,"J":11,"A":10,"\/":7,".":11,",":11,")":4,"\u017d":8,"\u00dd":11,"\u0160":7}},"R":{"d":"150,0r-38,-89r-36,0r0,89r-55,0r0,-267r102,0v108,-12,112,138,43,170r43,97r-59,0xm76,-139v41,-1,80,9,80,-39v0,-49,-39,-38,-80,-39r0,78","w":224,"k":{"\u0131":1,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":2,"\u00d4":2,"\u00d3":2,"\u00c1":4,"\u00c2":4,"\u00b7":7,"\u203a":4,"\u2039":4,"\u0178":7,"\u00ff":4,"\u2019":4,"\u2018":4,"\u201d":4,"\u201c":4,"\u2014":1,"\u2013":1,"\u0153":5,"\u0152":2,"\u00d5":2,"\u00c3":4,"\u00c0":4,"\u2026":4,"\u00bb":4,"\u00ab":4,"\u00f8":5,"\u00e6":4,"\u00d8":2,"\u00c6":4,"\u2022":7,"\u00fc":1,"\u00fb":1,"\u00f9":1,"\u00fa":1,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00f1":1,"\u00ee":-8,"\u00eb":5,"\u00ea":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":4,"\u00d6":2,"\u00c7":2,"\u00c5":4,"\u00c4":4,"y":4,"v":4,"u":1,"s":4,"r":1,"q":5,"p":1,"o":5,"n":1,"m":1,"g":3,"e":5,"d":5,"c":5,"a":4,"Z":4,"Y":7,"X":4,"W":4,"V":4,"U":4,"T":4,"S":6,"Q":2,"O":2,"G":2,"C":2,"A":4,"@":1,"?":4,".":4,"-":1,",":4,"\u017d":4,"\u00fd":4,"\u00dd":7,"\u0161":4,"\u0160":6,"\u00f0":5}},"S":{"d":"105,3v-44,0,-76,-8,-100,-24r28,-43v16,16,112,36,112,-8v0,-23,-12,-27,-56,-41v-49,-15,-72,-35,-72,-79v0,-52,33,-78,92,-78v37,0,60,7,81,17r-24,48v-17,-11,-94,-25,-94,12v0,18,10,23,42,33v64,21,85,35,85,87v0,47,-29,76,-94,76","w":209,"k":{"\u0131":1,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":7,"\u00c2":7,"\ufb02":3,"\ufb01":3,"\u0178":7,"\u00ff":10,"\u25ca":3,"\u2019":4,"\u2018":7,"\u201d":4,"\u201c":7,"\u0152":4,"\u00d5":4,"\u00c3":7,"\u00c0":7,"\u0394":3,"\u00e6":1,"\u00b1":3,"\u221e":3,"\u00d8":4,"\u00c6":7,"\u2260":3,"\u00fc":1,"\u00fb":1,"\u00f9":1,"\u00fa":1,"\u00f1":1,"\u00e5":1,"\u00e3":1,"\u00e4":1,"\u00e2":1,"\u00e0":1,"\u00e1":1,"\u00dc":4,"\u00d6":4,"\u00c7":4,"\u00c5":7,"\u00c4":7,"z":1,"y":10,"x":6,"w":7,"v":10,"u":1,"t":3,"r":1,"p":1,"n":1,"m":1,"g":4,"f":3,"a":1,"Z":4,"Y":7,"X":7,"W":4,"V":7,"U":4,"T":4,"S":7,"Q":4,"O":4,"J":4,"G":4,"C":4,"A":7,"?":5,"\u017e":1,"\u017d":4,"\u00fd":10,"\u00dd":7,"\u0160":7}},"T":{"d":"76,0r0,-215r-72,0r0,-52r200,0r0,52r-72,0r0,215r-56,0","w":208,"k":{"\u0131":14,"\u00d2":6,"\u00d4":6,"\u00d3":6,"\u00c1":29,"\u00c2":29,"\u00b7":18,"\ufb02":3,"\ufb01":3,"\u203a":18,"\u2039":23,"\u00ff":8,"\u25ca":4,"\u2019":-5,"\u201d":-5,"\u2014":18,"\u2013":18,"\u0153":35,"\u0152":6,"\u00d5":6,"\u00c3":29,"\u00c0":29,"\u2026":29,"\u00bb":18,"\u00ab":23,"\u0394":4,"\u00f8":35,"\u00e6":22,"\u03c0":5,"\u00b1":4,"\u221e":4,"\u00d8":6,"\u00c6":29,"\u2260":4,"\u00a9":5,"\u00ae":5,"\u00df":2,"\u2022":25,"\u2020":2,"\u00fc":14,"\u00fb":13,"\u00f9":14,"\u00fa":14,"\u00f5":17,"\u00f6":34,"\u00f4":30,"\u00f2":27,"\u00f3":35,"\u00f1":14,"\u00ef":-11,"\u00ee":-19,"\u00ec":-13,"\u00ed":1,"\u00eb":28,"\u00ea":23,"\u00e8":21,"\u00e9":35,"\u00e7":35,"\u00e5":22,"\u00e3":16,"\u00e4":22,"\u00e2":19,"\u00e0":21,"\u00e1":22,"\u00d6":6,"\u00c7":6,"\u00c5":29,"\u00c4":29,"z":9,"y":8,"x":17,"w":7,"v":8,"u":14,"t":4,"s":27,"r":14,"q":35,"p":14,"o":35,"n":14,"m":14,"l":1,"k":1,"j":1,"i":1,"h":1,"g":35,"f":4,"e":35,"d":35,"c":35,"b":1,"a":22,"Z":1,"X":4,"S":4,"Q":6,"O":6,"J":34,"G":6,"C":6,"A":29,"@":4,";":6,":":6,"\/":22,".":29,"-":18,",":29,"\u017e":3,"\u017d":1,"\u00fe":1,"\u00fd":8,"\u0161":12,"\u0160":4,"\u0142":1,"\u00f0":35}},"U":{"d":"120,4v-145,0,-91,-151,-101,-271r57,0r0,168v0,36,8,52,45,52v36,0,46,-15,46,-52r0,-168r54,0v-10,120,44,271,-101,271","k":{"\u00d2":2,"\u00d4":2,"\u00d3":2,"\u00c1":10,"\u00c2":10,"\u0152":2,"\u00d5":2,"\u00c3":10,"\u00c0":10,"\u2026":7,"\u00e6":4,"\u00d8":2,"\u00c6":10,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00d6":2,"\u00c7":2,"\u00c5":10,"\u00c4":10,"a":4,"X":4,"S":4,"Q":2,"O":2,"J":11,"G":2,"C":2,"A":10,"\/":4,".":7,",":7,"\u0160":4}},"V":{"d":"86,2r-81,-269r58,0r55,187r54,-187r57,0r-82,269r-61,0","w":233,"k":{"\u0131":21,"\u00d2":10,"\u00d4":10,"\u00d3":10,"\u00c1":21,"\u00c2":21,"\u00b7":11,"\ufb02":11,"\ufb01":11,"\u203a":14,"\u2039":18,"\u00ff":14,"\u25ca":11,"\u2014":11,"\u2013":11,"\u0153":25,"\u0152":10,"\u00d5":10,"\u00c3":21,"\u00c0":21,"\u2026":29,"\u00bb":14,"\u00ab":18,"\u0394":11,"\u00f8":25,"\u00e6":29,"\u03c0":5,"\u00b1":11,"\u221e":11,"\u00d8":10,"\u00c6":18,"\u2260":11,"\u00a9":5,"\u00ae":5,"\u00df":7,"\u2022":14,"\u2020":7,"\u00fc":21,"\u00fb":21,"\u00f9":18,"\u00fa":21,"\u00f5":15,"\u00f6":24,"\u00f4":23,"\u00f2":24,"\u00f3":25,"\u00f1":16,"\u00ef":-10,"\u00ee":-18,"\u00ec":-12,"\u00ed":6,"\u00eb":20,"\u00ea":23,"\u00e8":19,"\u00e9":25,"\u00e7":25,"\u00e5":29,"\u00e3":16,"\u00e4":25,"\u00e2":28,"\u00e0":24,"\u00e1":29,"\u00d6":10,"\u00c7":10,"\u00c5":21,"\u00c4":21,"z":21,"y":14,"x":22,"w":14,"v":14,"u":21,"t":11,"s":22,"r":21,"q":25,"p":21,"o":25,"n":21,"m":21,"l":1,"k":1,"j":7,"i":7,"h":1,"g":29,"f":11,"e":25,"d":25,"c":25,"b":1,"a":29,"Z":4,"X":7,"S":11,"Q":10,"O":10,"J":29,"G":10,"C":10,"A":21,"@":15,";":7,":":7,"\/":18,".":29,"-":11,",":29,"\u017e":12,"\u017d":4,"\u00fe":1,"\u00fd":14,"\u0161":13,"\u0160":11,"\u0142":1,"\u00f0":25}},"W":{"d":"67,2r-59,-269r57,0r35,162r38,-162r50,0r39,162r35,-162r54,0r-60,269r-55,0r-39,-159r-39,159r-56,0","w":323,"k":{"\u0131":17,"\u00d2":5,"\u00d4":5,"\u00d3":5,"\u00c1":14,"\u00c2":14,"\u00b7":7,"\ufb02":7,"\ufb01":7,"\u203a":11,"\u2039":14,"\u00ff":11,"\u25ca":7,"\u2014":7,"\u2013":7,"\u0153":22,"\u0152":5,"\u00d5":5,"\u00c3":14,"\u00c0":14,"\u2026":25,"\u00bb":11,"\u00ab":14,"\u0394":7,"\u00f8":22,"\u00e6":25,"\u03c0":3,"\u00b1":7,"\u221e":7,"\u00d8":5,"\u00c6":11,"\u2260":7,"\u00a9":3,"\u00ae":3,"\u00df":4,"\u2022":7,"\u2020":4,"\u00fc":17,"\u00fb":17,"\u00f9":17,"\u00fa":17,"\u00f5":18,"\u00f6":22,"\u00f4":22,"\u00f2":21,"\u00f3":22,"\u00f1":12,"\u00ef":-7,"\u00ee":-15,"\u00ec":-12,"\u00ed":4,"\u00eb":22,"\u00ea":20,"\u00e8":21,"\u00e9":22,"\u00e7":22,"\u00e5":25,"\u00e3":18,"\u00e4":25,"\u00e2":24,"\u00e0":21,"\u00e1":25,"\u00d6":5,"\u00c7":5,"\u00c5":14,"\u00c4":14,"z":14,"y":11,"x":18,"w":11,"v":11,"u":17,"t":7,"s":14,"r":17,"q":22,"p":17,"o":22,"n":17,"m":17,"j":4,"i":4,"g":22,"f":7,"e":22,"d":22,"c":22,"a":25,"Z":2,"X":4,"S":7,"Q":5,"O":5,"J":25,"G":5,"C":5,"A":14,"@":11,";":4,":":4,"\/":11,".":25,"-":7,",":25,"\u017e":14,"\u017d":2,"\u00fd":11,"\u0161":10,"\u0160":7,"\u00f0":22}},"X":{"d":"165,0r-52,-90r-46,90r-61,0r79,-140r-71,-127r62,0r43,76r39,-76r61,0r-71,127r79,140r-62,0","w":233,"k":{"\u0131":7,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":13,"\u00d4":13,"\u00d3":13,"\u00c1":7,"\u00c2":7,"\u00b7":7,"\ufb02":6,"\ufb01":6,"\u203a":4,"\u2039":7,"\u0178":4,"\u00ff":11,"\u25ca":6,"\u2018":6,"\u201c":6,"\u2014":11,"\u2013":11,"\u0153":17,"\u0152":13,"\u00d5":13,"\u00c3":7,"\u00c0":7,"\u00bb":4,"\u00ab":7,"\u0394":6,"\u00f8":17,"\u00e6":7,"\u03c0":5,"\u00b1":6,"\u221e":6,"\u00d8":13,"\u00c6":7,"\u2260":6,"\u00a9":5,"\u00ae":5,"\u2022":7,"\u2020":4,"\u00fc":10,"\u00fb":10,"\u00f9":10,"\u00fa":10,"\u00f5":14,"\u00f6":17,"\u00f4":17,"\u00f2":17,"\u00f3":17,"\u00f1":7,"\u00ef":-8,"\u00ee":-5,"\u00ec":-5,"\u00eb":17,"\u00ea":16,"\u00e8":17,"\u00e9":17,"\u00e7":17,"\u00e5":7,"\u00e3":6,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00dc":4,"\u00d6":13,"\u00c7":13,"\u00c5":7,"\u00c4":7,"y":11,"w":11,"v":11,"u":10,"t":13,"r":7,"q":17,"p":7,"o":17,"n":7,"m":7,"l":3,"g":7,"f":6,"e":17,"d":17,"c":17,"a":7,"Z":4,"Y":4,"W":4,"V":7,"U":4,"T":4,"S":11,"Q":13,"O":13,"G":13,"C":13,"A":7,"@":7,"?":5,"-":11,"*":7,"'":6,"\"":6,"\u017d":4,"\u00fd":11,"\u00dd":4,"\u0160":11,"\u0142":3,"\u00f0":17}},"Y":{"d":"84,0r0,-90r-85,-177r60,0r54,117r55,-117r58,0r-86,177r0,90r-56,0","w":225,"k":{"\u0131":27,"\u00d2":11,"\u00d4":11,"\u00d3":11,"\u00c1":31,"\u00c2":31,"\u00b7":14,"\ufb02":14,"\ufb01":14,"\u203a":18,"\u2039":22,"\u00ff":13,"\u25ca":14,"\u2014":14,"\u2013":14,"\u0153":32,"\u0152":11,"\u00d5":11,"\u00c3":31,"\u00c0":31,"\u2026":32,"\u00bb":18,"\u00ab":22,"\u0394":14,"\u00f8":32,"\u00e6":32,"\u03c0":5,"\u00b1":14,"\u221e":14,"\u00d8":11,"\u00c6":25,"\u2260":14,"\u00a9":5,"\u00ae":5,"\u00df":7,"\u2022":14,"\u2020":7,"\u00fc":26,"\u00fb":25,"\u00f9":20,"\u00fa":27,"\u00f5":13,"\u00f6":27,"\u00f4":25,"\u00f2":22,"\u00f3":32,"\u00f1":12,"\u00ef":-15,"\u00ee":-19,"\u00ec":-18,"\u00ed":7,"\u00eb":23,"\u00ea":19,"\u00e8":17,"\u00e9":32,"\u00e7":32,"\u00e5":32,"\u00e3":12,"\u00e4":27,"\u00e2":24,"\u00e0":21,"\u00e1":32,"\u00d6":11,"\u00c7":11,"\u00c5":31,"\u00c4":31,"z":25,"y":18,"x":25,"w":18,"v":18,"u":27,"t":14,"s":25,"r":27,"q":32,"p":27,"o":32,"n":27,"m":27,"j":7,"i":7,"g":32,"f":14,"e":32,"d":32,"c":32,"a":32,"Z":4,"X":4,"S":11,"Q":11,"O":11,"J":27,"G":11,"C":11,"A":31,"@":18,";":11,":":11,"\/":22,".":32,"-":14,",":32,"\u017e":9,"\u017d":4,"\u00fd":18,"\u0161":16,"\u0160":11,"\u00f0":32}},"Z":{"d":"8,0r0,-42r115,-173r-110,0r0,-52r178,0r0,47r-114,170r117,0r0,50r-186,0","w":203,"k":{"\u0131":2,"\u00d2":8,"\u00d4":8,"\u00d3":8,"\u00c1":4,"\u00c2":4,"\u00b7":4,"\ufb02":1,"\ufb01":1,"\u2039":4,"\u00ff":8,"\u25ca":1,"\u2014":4,"\u2013":4,"\u0153":4,"\u0152":8,"\u00d5":8,"\u00c3":4,"\u00c0":4,"\u00ab":4,"\u0394":1,"\u00f8":4,"\u00e6":3,"\u00b1":1,"\u221e":1,"\u00d8":8,"\u00c6":4,"\u2260":1,"\u2022":4,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00f1":2,"\u00ef":-6,"\u00ee":-12,"\u00ec":-5,"\u00eb":6,"\u00ea":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":3,"\u00e3":3,"\u00e4":3,"\u00e2":3,"\u00e0":3,"\u00e1":3,"\u00d6":8,"\u00c7":8,"\u00c5":4,"\u00c4":4,"y":8,"x":2,"w":7,"v":8,"u":2,"t":2,"r":2,"q":6,"p":2,"o":4,"n":2,"m":2,"g":1,"f":1,"e":6,"d":6,"c":6,"a":3,"Z":1,"X":4,"W":2,"V":4,"T":1,"S":4,"Q":8,"O":8,"G":8,"C":8,"A":4,"-":4,"\u017d":1,"\u00fd":8,"\u0160":4,"\u00f0":4}},"[":{"d":"32,57r0,-334r103,0r0,47r-48,0r0,242r49,0r0,45r-104,0","w":159,"k":{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00c1":4,"\u00c2":4,"\u00ff":7,"\u0153":7,"\u0152":7,"\u00d5":7,"\u00c3":4,"\u00c0":4,"\u00f8":7,"\u00d8":7,"\u00c6":4,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00d6":7,"\u00c7":7,"\u00c5":4,"\u00c4":4,"y":7,"v":7,"q":7,"o":7,"e":7,"d":7,"c":7,"Q":7,"O":7,"J":7,"G":7,"C":7,"A":4,"4":11,"\u00fd":7,"\u00f0":7}},"\\":{"d":"123,0r-123,-267r55,0r123,267r-55,0","w":178,"k":{"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u0178":22,"\u0152":7,"\u00d5":7,"\u00d8":7,"\u00dc":4,"\u00d6":7,"\u00c7":7,"Y":22,"W":11,"V":18,"U":4,"T":22,"Q":7,"O":7,"G":7,"C":7,"9":4,"8":4,"7":14,"6":11,"4":7,"1":4,"0":11,"\u00dd":22}},"]":{"d":"24,57r0,-45r49,0r0,-242r-47,0r0,-47r103,0r0,334r-105,0","w":159},"^":{"d":"23,-205r40,-66r50,0r39,66r-43,0r-22,-29r-21,29r-43,0","w":175},"_":{"d":"-11,54r0,-40r157,0r0,40r-157,0","w":134},"`":{"d":"73,-223r-52,-66r60,0r39,66r-47,0","w":175},"a":{"d":"73,3v-53,0,-65,-28,-65,-65v0,-59,38,-74,112,-73v3,-38,-63,-22,-79,-13r-22,-44v18,-9,43,-16,80,-16v89,0,73,69,74,145v0,13,1,16,14,16r0,47v-26,3,-54,2,-58,-16v-11,13,-27,19,-56,19xm85,-42v28,0,38,-20,35,-54v-38,-1,-60,3,-60,28v0,18,6,26,25,26","w":196,"k":{"\u00ff":7,"\u2018":4,"\u201c":4,"y":7,"x":4,"w":5,"v":7,"g":2,"\\":22,"?":7,"\u00fd":7}},"b":{"d":"17,-2r0,-275r54,0r0,88v10,-14,28,-19,56,-19v61,0,68,49,68,105v0,57,-9,106,-70,106v-39,0,-48,-6,-60,-18r-8,17xm108,-45v27,0,32,-18,32,-55v0,-37,-4,-57,-32,-57v-32,0,-36,20,-36,57v0,36,4,55,36,55","w":204,"k":{"\u00ff":5,"\u2019":4,"\u2018":2,"\u201d":4,"\u201c":2,"\u2026":7,"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"}":7,"z":3,"y":5,"x":6,"w":5,"v":5,"s":2,"a":2,"]":7,"\\":22,"?":7,".":7,",":7,")":4,"\u017e":3,"\u00fd":5,"\u0161":2}},"c":{"d":"95,3v-69,0,-86,-40,-86,-106v0,-65,16,-105,89,-105v27,0,43,5,57,11r-24,47v-35,-15,-73,-9,-66,49v-7,60,35,65,71,48r21,42v-22,10,-38,14,-62,14","w":161,"k":{"\u2039":7,"\u0178":15,"\u2014":11,"\u2013":11,"\u0153":7,"\u00ab":7,"\u00f8":7,"\u00e6":4,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"x":2,"q":5,"o":7,"g":3,"e":7,"d":5,"c":7,"a":4,"\\":7,"Y":15,"W":11,"V":11,"T":8,"S":4,"-":11,"\u00dd":15,"\u0160":4,"\u00f0":7}},"d":{"d":"78,3v-60,0,-68,-50,-68,-106v0,-57,9,-105,70,-105v29,0,43,5,53,16r0,-85r55,0r0,275r-44,4r-4,-19v-11,13,-29,20,-62,20xm96,-45v32,0,37,-20,37,-57v0,-36,-5,-55,-37,-55v-27,0,-32,18,-32,55v0,37,4,57,32,57","w":204,"k":{"\u2019":-4,"\u201d":-4}},"e":{"d":"96,3v-72,0,-87,-40,-87,-106v0,-65,20,-105,89,-105v81,0,78,54,77,130r-113,0v-6,48,71,35,91,22r20,42v-19,10,-43,17,-77,17xm96,-160v-27,0,-33,13,-34,40r65,0v-1,-27,-3,-40,-31,-40","w":185,"k":{"\ufb02":4,"\ufb01":4,"\u00ff":1,"\u25ca":4,"\u2019":4,"\u2018":4,"\u201d":4,"\u201c":4,"\u2026":4,"\u0394":4,"\u00e6":2,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"z":1,"y":1,"x":5,"w":1,"v":1,"f":4,"a":2,"\\":18,"V":18,"?":7,".":4,",":4,"\u017e":1,"\u00fd":1}},"f":{"d":"4,-157r0,-47r33,0v-8,-63,31,-84,101,-79r0,47v-28,-1,-53,-2,-46,32r46,0r0,47r-46,0r0,157r-55,0r0,-157r-33,0","w":140,"k":{"\u2039":1,"\u2019":-11,"\u2018":-11,"\u201d":-11,"\u201c":-11,"\u0153":3,"\u2026":13,"\u00ab":1,"\u00f8":3,"\u00e6":7,"\u2122":-14,"\u00f5":3,"\u00f6":3,"\u00f4":3,"\u00f2":3,"\u00f3":3,"\u00eb":3,"\u00ea":3,"\u00e8":3,"\u00e9":3,"\u00e7":3,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"x":4,"s":1,"q":4,"o":3,"g":3,"e":3,"d":3,"c":3,"a":7,"\\":-14,"@":-3,"\/":7,".":13,",":13,"*":-11,"'":-9,"\"":-9,"\u0161":1,"\u00f0":3}},"g":{"d":"177,-138v2,58,-46,70,-104,65v0,14,1,15,26,16v71,0,89,13,89,53v0,48,-31,64,-93,64v-63,0,-91,-9,-91,-48v0,-26,11,-42,34,-47v-14,-11,-14,-38,-3,-52v-14,-10,-22,-26,-22,-51v-1,-53,34,-72,92,-70r81,-16r0,42r-28,0v12,8,19,21,19,44xm95,23v33,0,37,-8,37,-23v0,-13,-5,-18,-37,-18v-29,0,-37,6,-37,20v0,14,8,21,37,21xm95,-111v21,0,29,-9,29,-26v0,-17,-8,-26,-29,-26v-21,0,-28,9,-28,26v0,17,7,26,28,26","w":196,"k":{"\u2039":4,"\u00ff":4,"\u2014":3,"\u2013":3,"\u0153":5,"\u00ab":4,"\u00f8":5,"\u00e6":4,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":5,"\u00ea":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"z":1,"y":4,"x":4,"w":3,"v":4,"u":2,"t":3,"s":4,"q":5,"o":5,"l":1,"e":5,"d":5,"c":5,"a":4,"\\":7,"?":4,"-":3,"\u017e":1,"\u00fd":4,"\u0161":4,"\u0142":1,"\u00f0":5}},"h":{"d":"17,0r0,-277r54,0r0,87v9,-11,24,-18,56,-18v50,0,59,32,59,74r0,134r-54,0r0,-120v0,-24,-4,-36,-27,-36v-29,0,-33,13,-33,44r0,112r-55,0","w":202,"k":{"\u00ff":3,"y":3,"w":1,"v":3,"\\":14,"?":7,"\u00fd":3}},"i":{"d":"19,0r0,-204r54,0r0,204r-54,0xm19,-222r0,-50r54,0r0,50r-54,0","w":92},"j":{"d":"0,57r0,-44v15,1,20,-2,19,-21r0,-196r54,0r0,198v2,51,-20,65,-73,63xm19,-222r0,-50r54,0r0,50r-54,0","w":92},"k":{"d":"17,0r0,-277r54,0r0,155r55,-82r57,0r-60,85r64,119r-58,0r-42,-75r-16,26r0,49r-54,0","w":188,"k":{"\ufb02":4,"\ufb01":4,"\u2039":7,"\u00ff":4,"\u25ca":4,"\u2018":7,"\u201c":7,"\u2014":11,"\u2013":11,"\u0153":9,"\u00ab":7,"\u0394":4,"\u00f8":9,"\u00e6":7,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00f5":9,"\u00f6":9,"\u00f4":9,"\u00f2":9,"\u00f3":9,"\u00eb":9,"\u00ea":9,"\u00e8":9,"\u00e9":9,"\u00e7":9,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"z":1,"y":4,"w":2,"v":4,"u":4,"t":7,"s":5,"q":6,"o":9,"l":3,"g":4,"f":4,"e":9,"d":6,"c":9,"a":7,"\\":11,"@":4,"?":7,"-":11,"\u017e":1,"\u00fd":4,"\u0161":5,"\u0142":3,"\u00f0":9}},"l":{"d":"94,0v-42,4,-75,-3,-75,-58r0,-219r54,0r0,211v0,15,1,19,21,19r0,47","w":105,"k":{"\u2039":4,"\u00ff":2,"\u2019":11,"\u2018":7,"\u201d":11,"\u201c":7,"\u2014":11,"\u2013":11,"\u0153":6,"\u00ab":4,"\u00f8":6,"\u00e6":4,"\u00fc":5,"\u00fb":5,"\u00f9":5,"\u00fa":5,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00ef":4,"\u00ee":4,"\u00ec":4,"\u00ed":4,"\u00eb":6,"\u00ea":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"}":4,"y":2,"x":4,"w":2,"v":2,"u":5,"t":4,"s":4,"q":6,"o":6,"l":4,"j":4,"i":4,"g":4,"e":6,"d":6,"c":6,"a":4,"]":4,"@":1,"-":11,"'":10,"\"":10,"\u00fd":2,"\u0161":4,"\u0142":4,"\u00f0":6}},"m":{"d":"17,0r0,-201r44,-3r4,16v4,-24,106,-28,108,0v10,-12,27,-20,63,-20v50,0,57,32,57,74r0,134r-54,0r0,-120v0,-24,-1,-36,-24,-36v-28,0,-33,13,-33,44r0,112r-54,0r0,-120v0,-24,-1,-36,-24,-36v-28,0,-33,14,-33,44r0,112r-54,0","w":307,"k":{"\u00ff":3,"y":3,"w":1,"v":3,"\\":14,"?":7,"\u00fd":3}},"n":{"d":"17,0r0,-201r44,-3r4,16v10,-12,27,-20,62,-20v50,0,59,32,59,74r0,134r-54,0r0,-120v0,-24,-4,-36,-27,-36v-29,0,-33,14,-33,44r0,112r-55,0","w":202,"k":{"\u00ff":3,"y":3,"w":1,"v":3,"\\":14,"?":7,"\u00fd":3}},"o":{"d":"99,3v-72,0,-90,-42,-90,-106v0,-64,18,-105,90,-105v73,0,90,42,90,105v0,66,-17,106,-90,106xm99,-44v31,0,35,-22,35,-57v0,-36,-4,-56,-35,-56v-31,0,-35,20,-35,56v0,35,4,57,35,57","w":198,"k":{"\u00ff":5,"\u2019":4,"\u2018":2,"\u201d":4,"\u201c":2,"\u2026":7,"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"}":7,"z":3,"y":5,"x":7,"w":5,"v":5,"s":2,"a":2,"]":7,"\\":22,"?":7,".":7,",":7,")":4,"\u017e":3,"\u00fd":5,"\u0161":2}},"p":{"d":"17,57r0,-258r44,-3r3,16v11,-13,30,-20,63,-20v61,0,68,49,68,105v0,57,-9,106,-70,106v-29,0,-43,-5,-53,-16r0,70r-55,0xm108,-45v27,0,32,-18,32,-55v0,-37,-4,-57,-32,-57v-32,0,-36,20,-36,57v0,36,4,55,36,55","w":204,"k":{"\u00ff":5,"\u2019":4,"\u2018":2,"\u201d":4,"\u201c":2,"\u2026":7,"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"}":7,"z":3,"y":5,"x":6,"w":5,"v":5,"s":2,"a":2,"]":7,"\\":22,"?":7,".":7,",":7,")":4,"\u017e":3,"\u00fd":5,"\u0161":2}},"q":{"d":"133,57r0,-73v-10,13,-26,19,-55,19v-60,0,-68,-50,-68,-106v0,-57,9,-105,70,-105v37,0,51,6,60,17r8,-15r40,4r0,259r-55,0xm96,-45v32,0,37,-20,37,-57v0,-36,-5,-55,-37,-55v-27,0,-32,18,-32,55v0,37,4,57,32,57","w":204,"k":{"\\":14}},"r":{"d":"17,0r0,-201r43,-3r5,19v9,-12,24,-21,57,-21r0,52v-47,0,-50,23,-50,52r0,102r-55,0","w":124,"k":{"\u2039":1,"\u00ff":-1,"\u2019":-7,"\u2018":-5,"\u201d":-7,"\u201c":-5,"\u0153":3,"\u2026":20,"\u00ab":1,"\u00f8":3,"\u00e6":7,"\u00f5":3,"\u00f6":3,"\u00f4":3,"\u00f2":3,"\u00f3":3,"\u00eb":3,"\u00ea":3,"\u00e8":3,"\u00e9":3,"\u00e7":3,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"y":-1,"w":-1,"v":-1,"q":3,"o":3,"g":3,"e":3,"d":3,"c":3,"a":7,"@":-2,"\/":11,".":20,",":20,")":4,"\u00fd":-1,"\u00f0":3}},"s":{"d":"157,-58v0,74,-105,70,-154,45r21,-42v15,7,37,14,59,14v15,0,23,-5,23,-16v0,-12,-7,-15,-40,-26v-37,-13,-56,-25,-56,-62v0,-71,91,-73,140,-52r-21,45v-15,-7,-67,-19,-67,6v0,10,7,14,36,23v41,13,59,25,59,65","w":163,"k":{"\ufb02":3,"\ufb01":3,"\u00ff":6,"\u25ca":3,"\u0153":2,"\u0394":3,"\u00f8":2,"\u00b1":3,"\u221e":3,"\u2260":3,"\u00f5":2,"\u00f6":2,"\u00f4":2,"\u00f2":2,"\u00f3":2,"\u00eb":2,"\u00ea":2,"\u00e8":2,"\u00e9":2,"\u00e7":2,"z":1,"y":6,"x":6,"w":6,"v":6,"q":2,"o":2,"g":4,"f":3,"e":2,"d":2,"c":2,"\\":11,"?":7,"\u017e":1,"\u00fd":6}},"t":{"d":"4,-157r0,-47r35,0r8,-46r43,-10r0,56r47,0r0,47r-47,0r0,88v-6,23,24,23,47,22r0,47v-59,8,-101,-4,-101,-62r0,-95r-32,0","w":149,"k":{"\ufb02":4,"\ufb01":4,"\u2039":4,"\u00ff":4,"\u25ca":4,"\u2014":5,"\u2013":5,"\u0153":6,"\u2026":-5,"\u00ab":4,"\u0394":4,"\u00f8":6,"\u00e6":3,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00eb":6,"\u00ea":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":3,"\u00e3":3,"\u00e4":3,"\u00e2":3,"\u00e0":3,"\u00e1":3,"y":4,"x":4,"w":4,"v":4,"t":4,"q":6,"o":6,"g":4,"f":4,"e":6,"d":6,"c":6,"a":3,"\\":7,".":-5,"-":5,",":-5,"'":3,"\"":3,"\u00fd":4,"\u00f0":6}},"u":{"d":"99,3v-114,0,-77,-113,-83,-207r55,0r0,118v0,29,1,41,29,41v27,0,29,-13,29,-42r0,-117r54,0v-7,95,32,207,-84,207","w":198,"k":{"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"x":4,"g":2,"a":2,"\\":14,"?":7}},"v":{"d":"63,2r-62,-206r57,0r37,135r37,-135r54,0r-63,206r-60,0","w":186,"k":{"\u2039":7,"\u2019":-5,"\u201d":-5,"\u2014":4,"\u2013":4,"\u0153":5,"\u2026":18,"\u00ab":7,"\u00f8":5,"\u00e6":7,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":5,"\u00ea":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"}":7,"z":1,"x":4,"s":6,"q":5,"o":5,"g":7,"e":5,"d":5,"c":5,"a":7,"]":7,"\\":7,"@":4,".":18,"-":4,",":18,"\u017e":1,"\u0161":6,"\u00f0":5}},"w":{"d":"53,2r-49,-206r55,0r25,119r29,-119r50,0r30,117r25,-117r52,0r-49,206r-53,0r-31,-115r-30,115r-54,0","w":273,"k":{"\u2039":4,"\u2019":-5,"\u201d":-5,"\u2014":4,"\u2013":4,"\u0153":5,"\u2026":14,"\u00ab":4,"\u00f8":5,"\u00e6":5,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":5,"\u00ea":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00e5":5,"\u00e3":5,"\u00e4":5,"\u00e2":5,"\u00e0":5,"\u00e1":5,"x":2,"s":6,"q":5,"o":5,"g":5,"e":5,"d":5,"c":5,"a":5,"\\":7,"@":4,".":14,"-":4,",":14,"\u0161":6,"\u00f0":5}},"x":{"d":"123,0r-35,-60r-32,60r-55,0r60,-107r-55,-97r59,0r29,52r27,-52r56,0r-56,99r60,105r-58,0","w":182,"k":{"\ufb02":4,"\ufb01":4,"\u2039":7,"\u00ff":4,"\u25ca":4,"\u2018":7,"\u201c":7,"\u2014":11,"\u2013":11,"\u0153":7,"\u00ab":7,"\u0394":4,"\u00f8":7,"\u00e6":4,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"z":1,"y":4,"w":2,"v":4,"u":4,"t":4,"s":5,"q":6,"o":7,"g":7,"f":4,"e":7,"d":6,"c":7,"a":4,"\\":11,"@":4,"-":11,"\u017e":1,"\u00fd":4,"\u0161":5,"\u00f0":7}},"y":{"d":"24,57r0,-44v16,-1,40,6,39,-13r-63,-204r56,0r35,125r34,-125r54,0r-68,220v-12,43,-41,41,-87,41","w":179,"k":{"\u2039":7,"\u2019":-5,"\u201d":-5,"\u2014":4,"\u2013":4,"\u0153":5,"\u2026":18,"\u00ab":7,"\u00f8":5,"\u00e6":7,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":5,"\u00ea":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"}":7,"z":1,"x":4,"s":6,"q":5,"o":5,"g":7,"e":5,"d":5,"c":5,"a":7,"]":7,"\\":7,"@":4,".":18,"-":4,",":18,"\u017e":1,"\u0161":6,"\u00f0":5}},"z":{"d":"4,0r0,-36r82,-121r-77,0r0,-47r145,0r0,37r-82,123r85,0r0,44r-153,0","w":160,"k":{"\u00ff":1,"\u2014":1,"\u2013":1,"\u0153":3,"\u00f8":3,"\u00e6":1,"\u00f5":3,"\u00f6":3,"\u00f4":3,"\u00f2":3,"\u00f3":3,"\u00eb":3,"\u00ea":3,"\u00e8":3,"\u00e9":3,"\u00e7":3,"\u00e5":1,"\u00e3":1,"\u00e4":1,"\u00e2":1,"\u00e0":1,"\u00e1":1,"y":1,"v":1,"s":1,"q":3,"o":3,"g":1,"e":3,"d":3,"c":3,"a":1,"\\":11,"?":7,"-":1,"\u00fd":1,"\u0161":1,"\u00f0":3}},"{":{"d":"147,57v-53,3,-111,-3,-104,-49v-5,-38,51,-104,-23,-95r0,-46v76,9,17,-58,23,-95v-6,-46,50,-53,104,-49r0,47v-23,0,-48,-4,-48,20v0,28,34,88,-7,100v41,12,7,77,7,101v0,24,25,21,48,21r0,45","w":170,"k":{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00c1":4,"\u00c2":4,"\u00ff":7,"\u0153":7,"\u0152":7,"\u00d5":7,"\u00c3":4,"\u00c0":4,"\u00f8":7,"\u00d8":7,"\u00c6":4,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00d6":7,"\u00c7":7,"\u00c5":4,"\u00c4":4,"y":7,"v":7,"q":7,"o":7,"e":7,"d":7,"c":7,"Q":7,"O":7,"J":7,"G":7,"C":7,"A":4,"4":11,"\u00fd":7,"\u00f0":7}},"|":{"d":"32,57r0,-334r55,0r0,334r-55,0","w":118},"}":{"d":"24,57r0,-45v23,0,48,3,48,-21v0,-23,-34,-90,7,-101v-41,-12,-7,-72,-7,-100v0,-24,-25,-20,-48,-20r0,-47v53,-3,110,3,104,49v6,37,-53,105,23,95r0,46v-75,-8,-18,56,-23,95v6,45,-50,53,-104,49","w":170},"~":{"d":"46,-130r-35,-20v17,-48,64,-42,95,-24v8,0,14,-5,23,-17r34,20v-14,27,-29,40,-52,40v-33,0,-45,-32,-65,1","w":175},"\u00c4":{"d":"5,0r83,-269r60,0r83,269r-57,0r-13,-41r-88,0r-12,41r-56,0xm86,-91r62,0r-31,-101xm59,-280r0,-49r48,0r0,49r-48,0xm129,-280r0,-49r48,0r0,49r-48,0","w":236,"k":{"\u00d9":10,"\u00db":10,"\u00da":10,"\u00d2":10,"\u00d4":10,"\u00d3":10,"\ufb02":6,"\ufb01":6,"\u2039":7,"\u0178":31,"\u00ff":10,"\u25ca":9,"\u2019":18,"\u2018":25,"\u201d":18,"\u201c":25,"\u2014":7,"\u2013":7,"\u0153":10,"\u0152":10,"\u00d5":10,"\u00ab":7,"\u0394":9,"\u00f8":10,"\u00e6":4,"\u03c0":5,"\u00b1":9,"\u221e":9,"\u00d8":10,"\u2260":9,"\u2122":25,"\u00a9":5,"\u00ae":5,"\u2022":7,"\u2020":7,"\u00fc":3,"\u00fb":3,"\u00f9":3,"\u00fa":3,"\u00f5":10,"\u00f6":10,"\u00f4":10,"\u00f2":10,"\u00f3":10,"\u00eb":10,"\u00ea":10,"\u00e8":10,"\u00e9":10,"\u00e7":10,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":10,"\u00d6":10,"\u00c7":10,"}":4,"y":10,"w":7,"v":10,"u":3,"t":9,"q":10,"o":10,"l":3,"f":9,"e":10,"d":10,"c":10,"a":4,"]":4,"\\":25,"Y":31,"W":14,"V":21,"U":10,"T":29,"S":4,"Q":10,"O":10,"G":10,"C":10,"@":7,"?":22,"-":7,"*":22,")":4,"'":18,"\"":18,"\u00fd":10,"\u00dd":31,"\u0160":4,"\u0142":3,"\u00f0":10}},"\u00c5":{"d":"5,0r79,-256v-21,-29,-14,-84,34,-84v46,0,54,54,34,83r79,257r-57,0r-13,-41r-88,0r-12,41r-56,0xm86,-91r62,0r-31,-101xm118,-269v14,0,17,-9,17,-22v0,-13,-3,-23,-17,-23v-14,0,-18,10,-18,23v0,13,4,22,18,22","w":236,"k":{"\u00d9":10,"\u00db":10,"\u00da":10,"\u00d2":10,"\u00d4":10,"\u00d3":10,"\ufb02":6,"\ufb01":6,"\u2039":7,"\u0178":31,"\u00ff":10,"\u25ca":9,"\u2019":18,"\u2018":25,"\u201d":18,"\u201c":25,"\u2014":7,"\u2013":7,"\u0153":10,"\u0152":10,"\u00d5":10,"\u00ab":7,"\u0394":9,"\u00f8":10,"\u00e6":4,"\u03c0":5,"\u00b1":9,"\u221e":9,"\u00d8":10,"\u2260":9,"\u2122":25,"\u00a9":5,"\u00ae":5,"\u2022":7,"\u2020":7,"\u00fc":3,"\u00fb":3,"\u00f9":3,"\u00fa":3,"\u00f5":10,"\u00f6":10,"\u00f4":10,"\u00f2":10,"\u00f3":10,"\u00eb":10,"\u00ea":10,"\u00e8":10,"\u00e9":10,"\u00e7":10,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":10,"\u00d6":10,"\u00c7":10,"}":4,"y":10,"w":7,"v":10,"u":3,"t":9,"q":10,"o":10,"l":3,"f":9,"e":10,"d":10,"c":10,"a":4,"]":4,"\\":25,"Y":31,"W":14,"V":21,"U":10,"T":29,"S":4,"Q":10,"O":10,"G":10,"C":10,"@":7,"?":22,"-":7,"*":22,")":4,"'":18,"\"":18,"\u00fd":10,"\u00dd":31,"\u0160":4,"\u0142":3,"\u00f0":10}},"\u00c7":{"d":"153,49v0,45,-60,44,-92,29r12,-25v16,6,45,11,45,-8v4,-18,-29,-7,-36,-19r5,-26v-60,-11,-77,-60,-77,-133v0,-81,20,-137,111,-137v28,0,53,6,72,19r-30,47v-49,-22,-96,-19,-96,72v0,90,48,97,100,71r27,43v-21,13,-41,21,-77,21r-3,12v22,-1,39,6,39,34","w":203,"k":{"\u00d9":5,"\u00db":5,"\u00da":5,"\u00d2":8,"\u00d4":8,"\u00d3":8,"\u00c1":3,"\u00c2":3,"\u00b7":7,"\ufb02":6,"\ufb01":6,"\u2039":6,"\u0178":3,"\u00ff":14,"\u25ca":6,"\u2014":10,"\u2013":10,"\u0153":6,"\u0152":8,"\u00d5":8,"\u00c3":3,"\u00c0":3,"\u00ab":6,"\u0394":6,"\u00f8":6,"\u00e6":6,"\u03c0":8,"\u00b1":6,"\u221e":6,"\u00d8":8,"\u00c6":3,"\u2260":6,"\u00a9":8,"\u00ae":8,"\u2022":11,"\u00fc":6,"\u00fb":6,"\u00f9":6,"\u00fa":6,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00ef":-4,"\u00ee":-10,"\u00eb":6,"\u00ea":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":6,"\u00e3":6,"\u00e4":6,"\u00e2":6,"\u00e0":6,"\u00e1":6,"\u00dc":5,"\u00d6":8,"\u00c7":8,"\u00c5":3,"\u00c4":3,"y":14,"x":3,"w":14,"v":14,"u":6,"t":10,"s":3,"q":6,"o":6,"l":3,"g":3,"f":6,"e":6,"d":6,"c":6,"a":6,"Z":4,"Y":3,"X":6,"W":1,"V":3,"U":5,"S":7,"Q":8,"O":8,"J":3,"G":8,"C":8,"A":3,"@":3,"-":10,"\u017d":4,"\u00fd":14,"\u00dd":3,"\u0161":3,"\u0160":7,"\u0142":3,"\u00f0":6}},"\u00c9":{"d":"68,-280r39,-66r60,0r-52,66r-47,0xm21,0r0,-267r164,0r0,52r-109,0r0,53r105,0r0,51r-105,0r0,61r110,0r0,50r-165,0","w":200,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":4,"\u00c2":4,"\ufb02":4,"\ufb01":4,"\u00ff":4,"\u25ca":4,"\u0153":4,"\u0152":4,"\u00d5":4,"\u00c3":4,"\u00c0":4,"\u0394":4,"\u00f8":4,"\u00e6":7,"\u00b1":4,"\u221e":4,"\u00d8":4,"\u00c6":4,"\u2260":4,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-5,"\u00ee":-6,"\u00ec":-8,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00dc":2,"\u00d6":4,"\u00c7":4,"\u00c5":4,"\u00c4":4,"z":1,"y":4,"x":4,"w":4,"v":4,"t":4,"s":4,"q":4,"o":4,"g":4,"f":4,"e":4,"d":4,"c":4,"a":7,"Z":1,"X":1,"V":4,"U":2,"T":4,"S":4,"Q":4,"O":4,"G":4,"C":4,"A":4,"\u017e":1,"\u017d":1,"\u00fd":4,"\u0161":4,"\u0160":4,"\u00f0":4}},"\u00d1":{"d":"21,0r0,-267r60,0r87,154r0,-154r54,0r0,267r-52,0r-95,-166r0,166r-54,0xm79,-278r-35,-20v14,-27,29,-40,52,-40v34,0,45,32,66,-2r34,20v-14,27,-29,40,-52,40v-33,0,-44,-31,-65,2","w":242},"\u00d6":{"d":"61,-280r0,-49r48,0r0,49r-48,0xm131,-280r0,-49r48,0r0,49r-48,0xm120,3v-95,0,-110,-64,-110,-136v0,-73,15,-137,110,-137v95,0,111,64,111,137v0,72,-16,136,-111,136xm120,-47v48,0,54,-34,54,-84v0,-50,-6,-85,-54,-85v-48,0,-53,35,-53,85v0,50,5,84,53,84","k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00c1":10,"\u00c2":10,"\u0178":11,"\u00c3":10,"\u00c0":10,"\u2026":11,"\u00e6":4,"\u00c6":10,"\u00ee":-3,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":2,"\u00c5":10,"\u00c4":10,"}":7,"g":4,"a":4,"]":7,"\\":7,"Z":8,"Y":11,"X":13,"W":5,"V":10,"U":2,"T":6,"S":7,"J":11,"A":10,"\/":7,".":11,",":11,")":4,"\u017d":8,"\u00dd":11,"\u0160":7}},"\u00dc":{"d":"60,-280r0,-49r49,0r0,49r-49,0xm131,-280r0,-49r48,0r0,49r-48,0xm120,4v-145,0,-91,-151,-101,-271r57,0r0,168v0,36,8,52,45,52v36,0,46,-15,46,-52r0,-168r54,0v-10,120,44,271,-101,271","k":{"\u00d2":2,"\u00d4":2,"\u00d3":2,"\u00c1":10,"\u00c2":10,"\u0152":2,"\u00d5":2,"\u00c3":10,"\u00c0":10,"\u2026":7,"\u00e6":4,"\u00d8":2,"\u00c6":10,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00d6":2,"\u00c7":2,"\u00c5":10,"\u00c4":10,"a":4,"X":4,"S":4,"Q":2,"O":2,"J":11,"G":2,"C":2,"A":10,"\/":4,".":7,",":7,"\u0160":4}},"\u00e1":{"d":"73,3v-53,0,-65,-28,-65,-65v0,-59,38,-74,112,-73v3,-38,-63,-22,-79,-13r-22,-44v18,-9,43,-16,80,-16v89,0,73,69,74,145v0,13,1,16,14,16r0,47v-26,3,-54,2,-58,-16v-11,13,-27,19,-56,19xm85,-42v28,0,38,-20,35,-54v-38,-1,-60,3,-60,28v0,18,6,26,25,26xm66,-223r38,-66r61,0r-52,66r-47,0","w":196,"k":{"\u00ff":7,"\u2018":4,"\u201c":4,"y":7,"x":4,"w":5,"v":7,"g":2,"\\":22,"?":7,"\u00fd":7}},"\u00e0":{"d":"73,3v-53,0,-65,-28,-65,-65v0,-59,38,-74,112,-73v3,-38,-63,-22,-79,-13r-22,-44v18,-9,43,-16,80,-16v89,0,73,69,74,145v0,13,1,16,14,16r0,47v-26,3,-54,2,-58,-16v-11,13,-27,19,-56,19xm85,-42v28,0,38,-20,35,-54v-38,-1,-60,3,-60,28v0,18,6,26,25,26xm84,-223r-53,-66r61,0r38,66r-46,0","w":196,"k":{"\u00ff":7,"\u2018":4,"\u201c":4,"y":7,"x":4,"w":5,"v":7,"g":2,"\\":22,"?":7,"\u00fd":7}},"\u00e2":{"d":"73,3v-53,0,-65,-28,-65,-65v0,-59,38,-74,112,-73v3,-38,-63,-22,-79,-13r-22,-44v18,-9,43,-16,80,-16v89,0,73,69,74,145v0,13,1,16,14,16r0,47v-26,3,-54,2,-58,-16v-11,13,-27,19,-56,19xm85,-42v28,0,38,-20,35,-54v-38,-1,-60,3,-60,28v0,18,6,26,25,26xm34,-223r39,-66r50,0r40,66r-43,0r-22,-29r-22,29r-42,0","w":196,"k":{"\u00ff":7,"\u2018":4,"\u201c":4,"y":7,"x":4,"w":5,"v":7,"g":2,"\\":22,"?":7,"\u00fd":7}},"\u00e4":{"d":"73,3v-53,0,-65,-28,-65,-65v0,-59,38,-74,112,-73v3,-38,-63,-22,-79,-13r-22,-44v18,-9,43,-16,80,-16v89,0,73,69,74,145v0,13,1,16,14,16r0,47v-26,3,-54,2,-58,-16v-11,13,-27,19,-56,19xm85,-42v28,0,38,-20,35,-54v-38,-1,-60,3,-60,28v0,18,6,26,25,26xm39,-223r0,-48r48,0r0,48r-48,0xm109,-223r0,-48r48,0r0,48r-48,0","w":196,"k":{"\u00ff":7,"\u2018":4,"\u201c":4,"y":7,"x":4,"w":5,"v":7,"g":2,"\\":22,"?":7,"\u00fd":7}},"\u00e3":{"d":"73,3v-53,0,-65,-28,-65,-65v0,-59,38,-74,112,-73v3,-38,-63,-22,-79,-13r-22,-44v18,-9,43,-16,80,-16v89,0,73,69,74,145v0,13,1,16,14,16r0,47v-26,3,-54,2,-58,-16v-11,13,-27,19,-56,19xm85,-42v28,0,38,-20,35,-54v-38,-1,-60,3,-60,28v0,18,6,26,25,26xm56,-221r-35,-20v14,-27,30,-40,53,-40v34,0,45,33,65,-2r35,21v-14,27,-30,40,-53,40v-33,0,-44,-33,-65,1","w":196,"k":{"\u00ff":7,"\u2018":4,"\u201c":4,"y":7,"x":4,"w":5,"v":7,"g":2,"\\":22,"?":7,"\u00fd":7}},"\u00e5":{"d":"73,3v-53,0,-65,-28,-65,-65v0,-59,38,-74,112,-73v3,-38,-63,-22,-79,-13r-22,-44v18,-9,43,-16,80,-16v89,0,73,69,74,145v0,13,1,16,14,16r0,47v-26,3,-54,2,-58,-16v-11,13,-27,19,-56,19xm85,-42v28,0,38,-20,35,-54v-38,-1,-60,3,-60,28v0,18,6,26,25,26xm98,-220v-33,0,-44,-21,-44,-48v0,-28,11,-49,44,-49v32,0,45,21,45,49v0,27,-13,48,-45,48xm98,-246v14,0,18,-9,18,-22v0,-13,-4,-23,-18,-23v-14,0,-18,10,-18,23v0,13,4,22,18,22","w":196,"k":{"\u00ff":7,"\u2018":4,"\u201c":4,"y":7,"x":4,"w":5,"v":7,"g":2,"\\":22,"?":7,"\u00fd":7}},"\u00e7":{"d":"132,49v0,45,-60,44,-92,29r12,-25v16,6,45,11,45,-8v4,-18,-28,-7,-35,-19r5,-26v-45,-10,-58,-47,-58,-103v0,-65,16,-105,89,-105v27,0,43,5,57,11r-24,47v-35,-15,-73,-9,-66,49v-7,60,35,65,71,48r21,42v-22,10,-37,14,-61,14r-2,12v22,-1,38,6,38,34","w":161,"k":{"\u2039":7,"\u0178":15,"\u2014":11,"\u2013":11,"\u0153":7,"\u00ab":7,"\u00f8":7,"\u00e6":4,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"x":2,"q":5,"o":7,"g":3,"e":7,"d":5,"c":7,"a":4,"\\":7,"Y":15,"W":11,"V":11,"T":8,"S":4,"-":11,"\u00dd":15,"\u0160":4,"\u00f0":7}},"\u00e9":{"d":"60,-223r39,-66r60,0r-52,66r-47,0xm96,3v-72,0,-87,-40,-87,-106v0,-65,20,-105,89,-105v81,0,78,54,77,130r-113,0v-6,48,71,35,91,22r20,42v-19,10,-43,17,-77,17xm96,-160v-27,0,-33,13,-34,40r65,0v-1,-27,-3,-40,-31,-40","w":185,"k":{"\ufb02":4,"\ufb01":4,"\u00ff":1,"\u25ca":4,"\u2019":4,"\u2018":4,"\u201d":4,"\u201c":4,"\u2026":4,"\u0394":4,"\u00e6":2,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"z":1,"y":1,"x":5,"w":1,"v":1,"f":4,"a":2,"\\":18,"V":18,"?":7,".":4,",":4,"\u017e":1,"\u00fd":1}},"\u00e8":{"d":"96,3v-72,0,-87,-40,-87,-106v0,-65,20,-105,89,-105v81,0,78,54,77,130r-113,0v-6,48,71,35,91,22r20,42v-19,10,-43,17,-77,17xm96,-160v-27,0,-33,13,-34,40r65,0v-1,-27,-3,-40,-31,-40xm78,-223r-52,-66r60,0r38,66r-46,0","w":185,"k":{"\ufb02":4,"\ufb01":4,"\u00ff":1,"\u25ca":4,"\u2019":4,"\u2018":4,"\u201d":4,"\u201c":4,"\u2026":4,"\u0394":4,"\u00e6":2,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"z":1,"y":1,"x":5,"w":1,"v":1,"f":4,"a":2,"\\":18,"V":18,"?":7,".":4,",":4,"\u017e":1,"\u00fd":1}},"\u00ea":{"d":"28,-223r39,-66r50,0r40,66r-43,0r-22,-29r-22,29r-42,0xm96,3v-72,0,-87,-40,-87,-106v0,-65,20,-105,89,-105v81,0,78,54,77,130r-113,0v-6,48,71,35,91,22r20,42v-19,10,-43,17,-77,17xm96,-160v-27,0,-33,13,-34,40r65,0v-1,-27,-3,-40,-31,-40","w":185,"k":{"\ufb02":4,"\ufb01":4,"\u00ff":1,"\u25ca":4,"\u2019":4,"\u2018":4,"\u201d":4,"\u201c":4,"\u2026":4,"\u0394":4,"\u00e6":2,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"z":1,"y":1,"x":5,"w":1,"v":1,"f":4,"a":2,"\\":18,"V":18,"?":7,".":4,",":4,"\u017e":1,"\u00fd":1}},"\u00eb":{"d":"33,-223r0,-48r48,0r0,48r-48,0xm104,-223r0,-48r48,0r0,48r-48,0xm96,3v-72,0,-87,-40,-87,-106v0,-65,20,-105,89,-105v81,0,78,54,77,130r-113,0v-6,48,71,35,91,22r20,42v-19,10,-43,17,-77,17xm96,-160v-27,0,-33,13,-34,40r65,0v-1,-27,-3,-40,-31,-40","w":185,"k":{"\ufb02":4,"\ufb01":4,"\u00ff":1,"\u25ca":4,"\u2019":4,"\u2018":4,"\u201d":4,"\u201c":4,"\u2026":4,"\u0394":4,"\u00e6":2,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"z":1,"y":1,"x":5,"w":1,"v":1,"f":4,"a":2,"\\":18,"V":18,"?":7,".":4,",":4,"\u017e":1,"\u00fd":1}},"\u00ed":{"d":"19,-223r26,-66r60,0r-40,66r-46,0xm19,0r0,-204r54,0r0,204r-54,0","w":92},"\u00ec":{"d":"27,-223r-40,-66r59,0r27,66r-46,0xm19,0r0,-204r54,0r0,204r-54,0","w":92},"\u00ee":{"d":"-14,-223r35,-66r50,0r35,66r-43,0r-18,-29r-17,29r-42,0xm19,0r0,-204r54,0r0,204r-54,0","w":92},"\u00ef":{"d":"-6,-223r0,-48r43,0r0,48r-43,0xm55,-223r0,-48r43,0r0,48r-43,0xm19,0r0,-204r54,0r0,204r-54,0","w":92},"\u00f1":{"d":"17,0r0,-201r44,-3r4,16v10,-12,27,-20,62,-20v50,0,59,32,59,74r0,134r-54,0r0,-120v0,-24,-4,-36,-27,-36v-29,0,-33,14,-33,44r0,112r-55,0xm59,-221r-35,-20v14,-27,29,-40,52,-40v33,0,45,33,65,-2r35,21v-14,27,-29,40,-52,40v-33,0,-45,-33,-65,1","w":202,"k":{"\u00ff":3,"y":3,"w":1,"v":3,"\\":14,"?":7,"\u00fd":3}},"\u00f3":{"d":"67,-223r38,-66r60,0r-52,66r-46,0xm99,3v-72,0,-90,-42,-90,-106v0,-64,18,-105,90,-105v73,0,90,42,90,105v0,66,-17,106,-90,106xm99,-44v31,0,35,-22,35,-57v0,-36,-4,-56,-35,-56v-31,0,-35,20,-35,56v0,35,4,57,35,57","w":198,"k":{"\u00ff":5,"\u2019":4,"\u2018":2,"\u201d":4,"\u201c":2,"\u2026":7,"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"}":7,"z":3,"y":5,"x":7,"w":5,"v":5,"s":2,"a":2,"]":7,"\\":22,"?":7,".":7,",":7,")":4,"\u017e":3,"\u00fd":5,"\u0161":2}},"\u00f2":{"d":"99,3v-72,0,-90,-42,-90,-106v0,-64,18,-105,90,-105v73,0,90,42,90,105v0,66,-17,106,-90,106xm99,-44v31,0,35,-22,35,-57v0,-36,-4,-56,-35,-56v-31,0,-35,20,-35,56v0,35,4,57,35,57xm84,-223r-52,-66r61,0r38,66r-47,0","w":198,"k":{"\u00ff":5,"\u2019":4,"\u2018":2,"\u201d":4,"\u201c":2,"\u2026":7,"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"}":7,"z":3,"y":5,"x":7,"w":5,"v":5,"s":2,"a":2,"]":7,"\\":22,"?":7,".":7,",":7,")":4,"\u017e":3,"\u00fd":5,"\u0161":2}},"\u00f4":{"d":"35,-223r39,-66r50,0r39,66r-43,0r-22,-29r-21,29r-42,0xm99,3v-72,0,-90,-42,-90,-106v0,-64,18,-105,90,-105v73,0,90,42,90,105v0,66,-17,106,-90,106xm99,-44v31,0,35,-22,35,-57v0,-36,-4,-56,-35,-56v-31,0,-35,20,-35,56v0,35,4,57,35,57","w":198,"k":{"\u00ff":5,"\u2019":4,"\u2018":2,"\u201d":4,"\u201c":2,"\u2026":7,"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"}":7,"z":3,"y":5,"x":7,"w":5,"v":5,"s":2,"a":2,"]":7,"\\":22,"?":7,".":7,",":7,")":4,"\u017e":3,"\u00fd":5,"\u0161":2}},"\u00f6":{"d":"40,-223r0,-48r48,0r0,48r-48,0xm110,-223r0,-48r48,0r0,48r-48,0xm99,3v-72,0,-90,-42,-90,-106v0,-64,18,-105,90,-105v73,0,90,42,90,105v0,66,-17,106,-90,106xm99,-44v31,0,35,-22,35,-57v0,-36,-4,-56,-35,-56v-31,0,-35,20,-35,56v0,35,4,57,35,57","w":198,"k":{"\u00ff":5,"\u2019":4,"\u2018":2,"\u201d":4,"\u201c":2,"\u2026":7,"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"}":7,"z":3,"y":5,"x":7,"w":5,"v":5,"s":2,"a":2,"]":7,"\\":22,"?":7,".":7,",":7,")":4,"\u017e":3,"\u00fd":5,"\u0161":2}},"\u00f5":{"d":"99,3v-72,0,-90,-42,-90,-106v0,-64,18,-105,90,-105v73,0,90,42,90,105v0,66,-17,106,-90,106xm99,-44v31,0,35,-22,35,-57v0,-36,-4,-56,-35,-56v-31,0,-35,20,-35,56v0,35,4,57,35,57xm57,-221r-35,-20v14,-27,30,-40,53,-40v34,0,45,33,65,-2r34,21v-14,27,-29,40,-52,40v-33,0,-44,-33,-65,1","w":198,"k":{"\u00ff":5,"\u2019":4,"\u2018":2,"\u201d":4,"\u201c":2,"\u2026":7,"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"}":7,"z":3,"y":5,"x":7,"w":5,"v":5,"s":2,"a":2,"]":7,"\\":22,"?":7,".":7,",":7,")":4,"\u017e":3,"\u00fd":5,"\u0161":2}},"\u00fa":{"d":"67,-223r38,-66r61,0r-52,66r-47,0xm99,3v-114,0,-77,-113,-83,-207r55,0r0,118v0,29,1,41,29,41v27,0,29,-13,29,-42r0,-117r54,0v-7,95,32,207,-84,207","w":198,"k":{"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"x":4,"g":2,"a":2,"\\":14,"?":7}},"\u00f9":{"d":"99,3v-114,0,-77,-113,-83,-207r55,0r0,118v0,29,1,41,29,41v27,0,29,-13,29,-42r0,-117r54,0v-7,95,32,207,-84,207xm85,-223r-53,-66r61,0r38,66r-46,0","w":198,"k":{"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"x":4,"g":2,"a":2,"\\":14,"?":7}},"\u00fb":{"d":"35,-223r39,-66r50,0r40,66r-43,0r-22,-29r-22,29r-42,0xm99,3v-114,0,-77,-113,-83,-207r55,0r0,118v0,29,1,41,29,41v27,0,29,-13,29,-42r0,-117r54,0v-7,95,32,207,-84,207","w":198,"k":{"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"x":4,"g":2,"a":2,"\\":14,"?":7}},"\u00fc":{"d":"40,-223r0,-48r48,0r0,48r-48,0xm111,-223r0,-48r47,0r0,48r-47,0xm99,3v-114,0,-77,-113,-83,-207r55,0r0,118v0,29,1,41,29,41v27,0,29,-13,29,-42r0,-117r54,0v-7,95,32,207,-84,207","w":198,"k":{"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"x":4,"g":2,"a":2,"\\":14,"?":7}},"\u2020":{"d":"65,57r0,-204r-52,0r0,-50r52,0r0,-80r54,0r0,80r52,0r0,50r-52,0r0,204r-54,0","w":184,"k":{"\u00c1":7,"\u00c2":7,"\u0178":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"Y":7,"X":4,"W":4,"V":7,"T":2,"J":11,"A":7,"\u00dd":7}},"\u00b0":{"d":"85,-96v-59,0,-73,-40,-73,-87v0,-47,14,-87,73,-87v60,0,74,40,74,87v0,47,-14,87,-74,87xm85,-136v26,0,30,-20,30,-45v0,-25,-4,-45,-30,-45v-25,0,-29,20,-29,45v0,25,4,45,29,45","w":170,"k":{"\u2026":50,"7":1,"4":14,"2":7,".":50,",":50}},"\u00a2":{"d":"71,34r0,-35v-45,-10,-57,-46,-57,-102v0,-54,11,-89,57,-100r0,-29r53,0r0,26v15,2,25,5,35,10r-23,46v-35,-15,-73,-9,-66,49v-7,60,35,65,71,48r21,41v-14,7,-25,11,-38,12r0,34r-53,0","w":171},"\u00a3":{"d":"197,-69v10,83,-73,80,-123,56v-15,10,-37,13,-69,13r0,-48v62,5,43,-25,37,-64r-36,0r0,-44r26,0v-17,-64,2,-114,76,-114v32,0,56,6,77,16r-23,44v-27,-11,-84,-22,-82,18v0,9,2,22,5,36r51,0r0,44r-43,0v5,23,7,41,3,62v20,7,59,15,53,-21r0,-20r48,0r0,22","w":204},"\u00a7":{"d":"113,-75v7,54,-24,83,-88,76r0,-42v28,3,42,-5,37,-34v-61,-5,-59,-110,0,-115v-8,-53,23,-85,87,-77r0,44v-27,-2,-41,5,-36,33v33,6,45,25,45,58v0,33,-12,51,-45,57xm88,-109v19,0,27,-7,27,-22v0,-15,-8,-22,-27,-22v-19,0,-27,7,-27,22v0,15,8,22,27,22","w":176,"k":{"2":7}},"\u2022":{"d":"26,-68r0,-83r70,0r0,83r-70,0","w":121,"k":{"\u00c1":7,"\u00c2":7,"\u0178":14,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"Z":4,"Y":14,"X":7,"W":7,"V":14,"T":25,"J":18,"A":7,"7":11,"1":11,"\u017d":4,"\u00dd":14}},"\u00b6":{"d":"61,0r0,-95v-40,-12,-51,-43,-51,-84v0,-55,18,-88,95,-88r83,0r0,267r-53,0r0,-90r-21,0r0,90r-53,0xm65,-177v-5,42,30,43,70,41r0,-82v-40,-1,-75,-1,-70,41","w":206},"\u00df":{"d":"17,0r0,-202v0,-46,22,-78,85,-78v60,0,82,22,82,70v0,38,-5,56,-24,64v30,6,38,26,38,70v0,62,-33,78,-107,76r0,-49v35,1,53,-4,53,-35v0,-29,-15,-34,-49,-33r0,-43v26,2,37,-7,37,-35v0,-25,-8,-33,-30,-33v-22,0,-31,9,-31,31r0,197r-54,0","w":207,"k":{"\ufb02":4,"\ufb01":4,"\u25ca":4,"\u2026":4,"\u0394":4,"\u00e6":2,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"z":1,"u":2,"t":4,"s":4,"g":4,"f":4,"a":2,".":4,",":4,"\u017e":1,"\u0161":4}},"\u00ae":{"d":"120,3v-88,0,-109,-59,-109,-136v0,-78,21,-137,109,-137v87,0,110,59,110,137v0,77,-23,136,-110,136xm120,-16v72,0,89,-51,89,-117v0,-67,-17,-118,-89,-118v-72,0,-88,51,-88,118v0,66,16,117,88,117xm145,-53r-25,-57r-21,0r0,57r-33,0r0,-163v56,-2,115,-7,115,52v0,26,-7,44,-29,51r28,60r-35,0xm99,-137v26,0,49,5,49,-25v0,-30,-24,-24,-49,-24r0,49","k":{"\u00c1":7,"\u00c2":7,"\u0178":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"Y":7,"X":7,"W":4,"V":7,"T":5,"J":7,"A":7,"\u00dd":7}},"\u00a9":{"d":"122,-50v-52,0,-66,-32,-66,-85v0,-51,12,-85,69,-85v18,0,33,4,45,12r-18,28v-31,-14,-61,-11,-61,46v0,57,30,62,63,44r17,28v-14,8,-27,12,-49,12xm120,3v-88,0,-109,-59,-109,-136v0,-78,21,-137,109,-137v87,0,110,59,110,137v0,77,-23,136,-110,136xm120,-16v72,0,89,-51,89,-117v0,-67,-17,-118,-89,-118v-72,0,-88,51,-88,118v0,66,16,117,88,117","k":{"\u00c1":7,"\u00c2":7,"\u0178":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"Y":7,"X":7,"W":4,"V":7,"T":5,"J":7,"A":7,"\u00dd":7}},"\u2122":{"d":"148,-96r0,-171r45,0r32,107r32,-107r46,0r0,171r-39,0r0,-96r-27,96r-25,0r-28,-96r0,96r-36,0xm54,-96r0,-134r-43,0r0,-37r127,0r0,37r-44,0r0,134r-40,0","w":329},"\u00b4":{"d":"56,-223r38,-66r60,0r-52,66r-46,0","w":175},"\u00a8":{"d":"28,-223r0,-48r49,0r0,48r-49,0xm99,-223r0,-48r48,0r0,48r-48,0","w":175},"\u2260":{"d":"145,0r0,-157r-53,0r0,157r-55,0r0,-157r-33,0r0,-47r33,0v-6,-59,24,-83,90,-79r0,47v-27,-2,-40,4,-35,32r53,0v-8,-63,31,-84,101,-79r0,47v-28,-1,-54,-1,-47,32r47,0r0,47r-47,0r0,157r-54,0","w":248,"k":{"\u2039":1,"\u2019":-11,"\u2018":-11,"\u201d":-11,"\u201c":-11,"\u0153":3,"\u2026":13,"\u00ab":1,"\u00f8":3,"\u00e6":7,"\u2122":-14,"\u00f5":3,"\u00f6":3,"\u00f4":3,"\u00f2":3,"\u00f3":3,"\u00eb":3,"\u00ea":3,"\u00e8":3,"\u00e9":3,"\u00e7":3,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"x":4,"s":1,"q":4,"o":3,"g":3,"e":3,"d":3,"c":3,"a":7,"\\":-14,"@":-3,"\/":7,".":13,",":13,"*":-11,"'":-9,"\"":-9,"\u0161":1,"\u00f0":3}},"\u00c6":{"d":"3,0r128,-267r192,0r0,52r-109,0r0,54r104,0r0,50r-104,0r0,61r110,0r0,50r-165,0r0,-42r-81,0r-19,42r-56,0xm101,-90r58,0r0,-121","w":338,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":4,"\u00c2":4,"\ufb02":4,"\ufb01":4,"\u00ff":4,"\u25ca":4,"\u0153":4,"\u0152":4,"\u00d5":4,"\u00c3":4,"\u00c0":4,"\u0394":4,"\u00f8":4,"\u00e6":7,"\u00b1":4,"\u221e":4,"\u00d8":4,"\u00c6":4,"\u2260":4,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-5,"\u00ee":-6,"\u00ec":-8,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00dc":2,"\u00d6":4,"\u00c7":4,"\u00c5":4,"\u00c4":4,"z":1,"y":4,"x":4,"w":4,"v":4,"t":4,"s":4,"q":4,"o":4,"g":4,"f":4,"e":4,"d":4,"c":4,"a":7,"Z":1,"X":1,"V":4,"U":2,"T":4,"S":4,"Q":4,"O":4,"G":4,"C":4,"A":4,"\u017e":1,"\u017d":1,"\u00fd":4,"\u0161":4,"\u0160":4,"\u00f0":4}},"\u00d8":{"d":"28,15r16,-35v-28,-25,-34,-67,-34,-113v0,-73,15,-137,110,-137v14,0,26,1,37,4r8,-16r48,0r-17,35v29,25,35,68,35,114v0,72,-16,136,-111,136v-14,0,-26,-1,-37,-4r-7,16r-48,0xm102,-46v80,23,82,-80,66,-144xm136,-217v-83,-18,-77,85,-64,143","k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00c1":10,"\u00c2":10,"\u0178":11,"\u00c3":10,"\u00c0":10,"\u2026":11,"\u00e6":4,"\u00c6":10,"\u00ee":-3,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":2,"\u00c5":10,"\u00c4":10,"}":7,"g":4,"a":4,"]":7,"\\":7,"Z":8,"Y":11,"X":13,"W":5,"V":10,"U":2,"T":6,"S":7,"J":11,"A":10,"\/":7,".":11,",":11,")":4,"\u017d":8,"\u00dd":11,"\u0160":7}},"\u221e":{"d":"145,0r0,-157r-53,0r0,157r-55,0r0,-157r-33,0r0,-47r33,0v-6,-59,24,-83,90,-79r0,47v-27,-2,-40,4,-35,32r53,0v-6,-59,24,-83,90,-79r0,47v-27,-2,-41,4,-36,32r36,0r0,47r-36,0r0,157r-54,0xm253,0r0,-204r54,0r0,204r-54,0xm253,-222r0,-50r55,0r0,50r-55,0","w":326},"\u00b1":{"d":"145,0r0,-157r-53,0r0,157r-55,0r0,-157r-33,0r0,-47r33,0v-6,-59,24,-83,90,-79r0,47v-27,-2,-40,4,-35,32r53,0v-6,-59,24,-83,90,-79r0,47v-27,-2,-41,4,-36,32r36,0r0,47r-36,0r0,157r-54,0xm329,0v-43,4,-76,-2,-76,-58r0,-219r54,0r0,211v0,15,2,19,22,19r0,47","w":339,"k":{"\u2039":4,"\u00ff":2,"\u2019":11,"\u2018":7,"\u201d":11,"\u201c":7,"\u2013":11,"\u0153":6,"\u00f8":6,"\u00e6":4,"\u00fc":5,"\u00fb":5,"\u00f9":5,"\u00fa":5,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00ef":4,"\u00ee":4,"\u00ec":4,"\u00ed":4,"\u00eb":6,"\u00ea":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"}":4,"y":2,"x":4,"w":2,"u":5,"t":4,"s":4,"q":6,"o":6,"l":4,"j":4,"i":4,"g":4,"e":6,"d":6,"c":6,"a":4,"@":1,"'":10,"\"":10,"\u00fd":2,"\u0161":4,"\u0142":4,"\u00f0":6,"\u2014":11,"\u00ab":4,"v":2,"]":4,"-":11}},"\u2264":{"d":"33,-2r0,-47r111,0r-111,-60r0,-37r141,-75r0,52r-84,42r84,41r0,84r-141,0","w":219},"\u2265":{"d":"45,-2r0,-84r84,-41r-84,-42r0,-52r141,75r0,37r-110,60r110,0r0,47r-141,0","w":219},"\u00a5":{"d":"22,-78r0,-38r54,0r-73,-151r57,0r44,102r45,-102r57,0r-73,151r54,0r0,38r-56,0r0,19r56,0r0,39r-56,0r0,20r-53,0r0,-20r-56,0r0,-39r56,0r0,-19r-56,0","w":208,"k":{"9":3,"8":3,"6":3,"4":7,"0":3}},"\u00b5":{"d":"17,57r0,-261r55,0r0,118v0,29,1,41,29,41v28,0,30,-13,30,-42r0,-117r53,0v-6,93,31,207,-81,207v-13,0,-26,-4,-31,-9r0,63r-55,0","w":199},"\u03bc":{"d":"17,57r0,-261r55,0r0,118v0,29,1,41,29,41v28,0,30,-13,30,-42r0,-117r53,0v-6,93,31,207,-81,207v-13,0,-26,-4,-31,-9r0,63r-55,0","w":199},"\u2202":{"d":"62,-235r-3,-3v46,-46,135,-46,181,0r-2,3v-44,-45,-132,-46,-176,0xm240,-29v-46,46,-135,46,-181,0r3,-3v44,45,131,46,176,1xm254,-43v0,0,-1,-2,-3,-3v42,-47,42,-128,0,-175r3,-3v43,46,43,134,0,181xm45,-43v-42,-47,-42,-134,0,-181r3,3v-40,47,-41,128,0,175v-2,1,-3,3,-3,3xm222,-49v-37,36,-108,35,-145,0r3,-3v36,35,104,36,139,0xm220,-215v-35,-35,-104,-36,-140,0r-3,-3v37,-36,108,-37,145,0xm66,-61v-34,-38,-34,-107,0,-145r2,3v-32,37,-31,102,0,139xm234,-62r-3,-2v32,-36,34,-103,0,-139r3,-3v34,37,34,107,0,144xm207,-66v-29,29,-86,29,-115,0r2,-2v29,27,83,28,111,0xm217,-76r-2,-2v25,-29,26,-82,0,-111r2,-2v28,29,27,86,0,115xm205,-199v-29,-27,-81,-28,-110,0r-3,-3v29,-29,87,-29,116,0xm82,-76v-26,-30,-27,-85,0,-115r3,2v-26,29,-26,82,0,111v-1,1,-2,1,-3,2xm106,-186r-2,-3v23,-23,69,-22,92,1r-2,2v-23,-21,-65,-21,-88,0xm204,-87r-2,-3v20,-23,20,-64,0,-87r2,-3v22,25,22,68,0,93xm95,-87v-21,-25,-21,-68,0,-93r3,3v-21,23,-21,64,0,87xm196,-78v-24,23,-69,22,-93,-1r3,-2v23,21,64,21,87,0xm194,-97v5,-16,18,-53,-3,-71r3,-2v17,19,17,54,0,73xm186,-89v-19,18,-54,18,-73,0r2,-3v18,17,51,17,69,0xm105,-97v-16,-19,-16,-54,0,-73r3,2v-16,18,-15,51,0,69xm115,-175r-2,-3v19,-18,54,-19,73,0r-2,3v-18,-17,-51,-17,-69,0xm179,-98v-14,15,-44,16,-59,1v6,-6,19,10,30,7v11,2,22,-10,29,-8xm114,-104v-13,-16,-13,-43,0,-59v-1,14,-15,40,3,56xm196,-134v0,9,-5,33,-13,27v11,-14,13,-39,0,-54v9,-3,13,18,13,27xm150,-177v-11,-3,-23,13,-30,7v16,-14,43,-15,59,0v-5,6,-18,-10,-29,-7xm171,-160v-14,-16,-36,-1,-45,-3v12,-11,36,-12,48,0xm173,-104v-12,12,-35,11,-47,0v9,-3,31,14,45,-3xm120,-110v-9,-12,-10,-35,0,-47v4,9,-12,30,3,44xm187,-134v0,8,-4,28,-11,21v9,-11,9,-30,0,-41r3,-3v5,6,8,14,8,23xm168,-109v-10,8,-27,8,-37,0v7,-5,24,11,35,-3xm166,-155v-10,-13,-29,1,-35,-3v10,-9,27,-9,37,0v-1,1,-2,3,-2,3xm126,-115v-8,-10,-8,-27,0,-37v5,7,-10,23,3,34xm180,-134v0,6,-3,22,-9,17v11,-10,-2,-29,3,-35v4,5,6,11,6,18xm173,-134v0,4,-3,17,-7,12v7,-7,-1,-21,2,-25v3,4,5,8,5,13xm164,-115v-8,7,-21,6,-29,0v7,-4,18,8,26,-2xm131,-120v-5,-8,-6,-19,0,-27v6,4,-6,17,3,25xm161,-150v-8,-9,-20,1,-25,-2v8,-6,19,-7,27,0xm159,-120v-5,4,-14,4,-19,0v4,-2,15,-1,19,0xm159,-147v-4,1,-15,0,-19,0v5,-4,14,-4,19,0xm136,-125v-2,-6,-3,-12,0,-18v2,3,1,15,0,18xm163,-143v4,5,4,18,-2,17v5,-5,-2,-15,2,-17","w":299},"\u2211":{"d":"62,-235r-3,-3v46,-46,135,-46,181,0r-2,3v-44,-45,-132,-46,-176,0xm240,-29v-46,46,-135,46,-181,0r3,-3v44,45,131,46,176,1xm254,-43v0,0,-1,-2,-3,-3v42,-47,42,-128,0,-175r3,-3v43,46,43,134,0,181xm45,-43v-42,-47,-42,-134,0,-181r3,3v-40,47,-41,128,0,175v-2,1,-3,3,-3,3xm222,-49v-37,36,-108,35,-145,0r3,-3v36,35,104,36,139,0xm220,-215v-35,-35,-104,-36,-140,0r-3,-3v37,-36,108,-37,145,0xm66,-61v-34,-38,-34,-107,0,-145r2,3v-32,37,-31,102,0,139xm234,-62r-3,-2v32,-36,34,-103,0,-139r3,-3v34,37,34,107,0,144xm207,-66v-29,29,-86,29,-115,0r2,-2v29,27,83,28,111,0xm217,-76r-2,-2v25,-29,26,-82,0,-111r2,-2v28,29,27,86,0,115xm205,-199v-29,-27,-81,-28,-110,0r-3,-3v29,-29,87,-29,116,0xm82,-76v-26,-30,-27,-85,0,-115r3,2v-26,29,-26,82,0,111v-1,1,-2,1,-3,2xm106,-186r-2,-3v23,-23,69,-22,92,1r-2,2v-23,-21,-65,-21,-88,0xm204,-87r-2,-3v20,-23,20,-64,0,-87r2,-3v22,25,22,68,0,93xm95,-87v-21,-25,-21,-68,0,-93r3,3v-21,23,-21,64,0,87xm196,-78v-24,23,-69,22,-93,-1r3,-2v23,21,64,21,87,0xm194,-97v5,-16,18,-53,-3,-71r3,-2v17,19,17,54,0,73xm186,-89v-19,18,-54,18,-73,0r2,-3v18,17,51,17,69,0xm105,-97v-16,-19,-16,-54,0,-73r3,2v-16,18,-15,51,0,69xm115,-175r-2,-3v19,-18,54,-19,73,0r-2,3v-18,-17,-51,-17,-69,0xm179,-98v-14,15,-44,16,-59,1v6,-6,19,10,30,7v11,2,22,-10,29,-8xm114,-104v-13,-16,-13,-43,0,-59v-1,14,-15,40,3,56xm196,-134v0,9,-5,33,-13,27v11,-14,13,-39,0,-54v9,-3,13,18,13,27xm150,-177v-11,-3,-23,13,-30,7v16,-14,43,-15,59,0v-5,6,-18,-10,-29,-7xm171,-160v-14,-16,-36,-1,-45,-3v12,-11,36,-12,48,0xm173,-104v-12,12,-35,11,-47,0v9,-3,31,14,45,-3xm120,-110v-9,-12,-10,-35,0,-47v4,9,-12,30,3,44xm187,-134v0,8,-4,28,-11,21v9,-11,9,-30,0,-41r3,-3v5,6,8,14,8,23xm168,-109v-10,8,-27,8,-37,0v7,-5,24,11,35,-3xm166,-155v-10,-13,-29,1,-35,-3v10,-9,27,-9,37,0v-1,1,-2,3,-2,3xm126,-115v-8,-10,-8,-27,0,-37v5,7,-10,23,3,34xm180,-134v0,6,-3,22,-9,17v11,-10,-2,-29,3,-35v4,5,6,11,6,18xm173,-134v0,4,-3,17,-7,12v7,-7,-1,-21,2,-25v3,4,5,8,5,13xm164,-115v-8,7,-21,6,-29,0v7,-4,18,8,26,-2xm131,-120v-5,-8,-6,-19,0,-27v6,4,-6,17,3,25xm161,-150v-8,-9,-20,1,-25,-2v8,-6,19,-7,27,0xm159,-120v-5,4,-14,4,-19,0v4,-2,15,-1,19,0xm159,-147v-4,1,-15,0,-19,0v5,-4,14,-4,19,0xm136,-125v-2,-6,-3,-12,0,-18v2,3,1,15,0,18xm163,-143v4,5,4,18,-2,17v5,-5,-2,-15,2,-17","w":299},"\u220f":{"d":"62,-235r-3,-3v46,-46,135,-46,181,0r-2,3v-44,-45,-132,-46,-176,0xm240,-29v-46,46,-135,46,-181,0r3,-3v44,45,131,46,176,1xm254,-43v0,0,-1,-2,-3,-3v42,-47,42,-128,0,-175r3,-3v43,46,43,134,0,181xm45,-43v-42,-47,-42,-134,0,-181r3,3v-40,47,-41,128,0,175v-2,1,-3,3,-3,3xm222,-49v-37,36,-108,35,-145,0r3,-3v36,35,104,36,139,0xm220,-215v-35,-35,-104,-36,-140,0r-3,-3v37,-36,108,-37,145,0xm66,-61v-34,-38,-34,-107,0,-145r2,3v-32,37,-31,102,0,139xm234,-62r-3,-2v32,-36,34,-103,0,-139r3,-3v34,37,34,107,0,144xm207,-66v-29,29,-86,29,-115,0r2,-2v29,27,83,28,111,0xm217,-76r-2,-2v25,-29,26,-82,0,-111r2,-2v28,29,27,86,0,115xm205,-199v-29,-27,-81,-28,-110,0r-3,-3v29,-29,87,-29,116,0xm82,-76v-26,-30,-27,-85,0,-115r3,2v-26,29,-26,82,0,111v-1,1,-2,1,-3,2xm106,-186r-2,-3v23,-23,69,-22,92,1r-2,2v-23,-21,-65,-21,-88,0xm204,-87r-2,-3v20,-23,20,-64,0,-87r2,-3v22,25,22,68,0,93xm95,-87v-21,-25,-21,-68,0,-93r3,3v-21,23,-21,64,0,87xm196,-78v-24,23,-69,22,-93,-1r3,-2v23,21,64,21,87,0xm194,-97v5,-16,18,-53,-3,-71r3,-2v17,19,17,54,0,73xm186,-89v-19,18,-54,18,-73,0r2,-3v18,17,51,17,69,0xm105,-97v-16,-19,-16,-54,0,-73r3,2v-16,18,-15,51,0,69xm115,-175r-2,-3v19,-18,54,-19,73,0r-2,3v-18,-17,-51,-17,-69,0xm179,-98v-14,15,-44,16,-59,1v6,-6,19,10,30,7v11,2,22,-10,29,-8xm114,-104v-13,-16,-13,-43,0,-59v-1,14,-15,40,3,56xm196,-134v0,9,-5,33,-13,27v11,-14,13,-39,0,-54v9,-3,13,18,13,27xm150,-177v-11,-3,-23,13,-30,7v16,-14,43,-15,59,0v-5,6,-18,-10,-29,-7xm171,-160v-14,-16,-36,-1,-45,-3v12,-11,36,-12,48,0xm173,-104v-12,12,-35,11,-47,0v9,-3,31,14,45,-3xm120,-110v-9,-12,-10,-35,0,-47v4,9,-12,30,3,44xm187,-134v0,8,-4,28,-11,21v9,-11,9,-30,0,-41r3,-3v5,6,8,14,8,23xm168,-109v-10,8,-27,8,-37,0v7,-5,24,11,35,-3xm166,-155v-10,-13,-29,1,-35,-3v10,-9,27,-9,37,0v-1,1,-2,3,-2,3xm126,-115v-8,-10,-8,-27,0,-37v5,7,-10,23,3,34xm180,-134v0,6,-3,22,-9,17v11,-10,-2,-29,3,-35v4,5,6,11,6,18xm173,-134v0,4,-3,17,-7,12v7,-7,-1,-21,2,-25v3,4,5,8,5,13xm164,-115v-8,7,-21,6,-29,0v7,-4,18,8,26,-2xm131,-120v-5,-8,-6,-19,0,-27v6,4,-6,17,3,25xm161,-150v-8,-9,-20,1,-25,-2v8,-6,19,-7,27,0xm159,-120v-5,4,-14,4,-19,0v4,-2,15,-1,19,0xm159,-147v-4,1,-15,0,-19,0v5,-4,14,-4,19,0xm136,-125v-2,-6,-3,-12,0,-18v2,3,1,15,0,18xm163,-143v4,5,4,18,-2,17v5,-5,-2,-15,2,-17","w":299},"\u03c0":{"d":"120,3v-88,0,-109,-59,-109,-136v0,-78,21,-137,109,-137v87,0,110,59,110,137v0,77,-23,136,-110,136xm120,-16v72,0,89,-51,89,-117v0,-67,-17,-118,-89,-118v-72,0,-88,51,-88,118v0,66,16,117,88,117xm68,-48r0,-168r64,0v44,0,55,20,55,54v0,45,-30,63,-84,57r0,57r-35,0xm103,-134v26,0,54,5,50,-25v3,-31,-23,-26,-50,-26r0,51","k":{"\u00c1":7,"\u00c2":7,"\u0178":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"Y":7,"X":7,"W":4,"V":7,"T":5,"J":7,"A":7,"\u00dd":7}},"\u222b":{"d":"62,-235r-3,-3v46,-46,135,-46,181,0r-2,3v-44,-45,-132,-46,-176,0xm240,-29v-46,46,-135,46,-181,0r3,-3v44,45,131,46,176,1xm254,-43v0,0,-1,-2,-3,-3v42,-47,42,-128,0,-175r3,-3v43,46,43,134,0,181xm45,-43v-42,-47,-42,-134,0,-181r3,3v-40,47,-41,128,0,175v-2,1,-3,3,-3,3xm222,-49v-37,36,-108,35,-145,0r3,-3v36,35,104,36,139,0xm220,-215v-35,-35,-104,-36,-140,0r-3,-3v37,-36,108,-37,145,0xm66,-61v-34,-38,-34,-107,0,-145r2,3v-32,37,-31,102,0,139xm234,-62r-3,-2v32,-36,34,-103,0,-139r3,-3v34,37,34,107,0,144xm207,-66v-29,29,-86,29,-115,0r2,-2v29,27,83,28,111,0xm217,-76r-2,-2v25,-29,26,-82,0,-111r2,-2v28,29,27,86,0,115xm205,-199v-29,-27,-81,-28,-110,0r-3,-3v29,-29,87,-29,116,0xm82,-76v-26,-30,-27,-85,0,-115r3,2v-26,29,-26,82,0,111v-1,1,-2,1,-3,2xm106,-186r-2,-3v23,-23,69,-22,92,1r-2,2v-23,-21,-65,-21,-88,0xm204,-87r-2,-3v20,-23,20,-64,0,-87r2,-3v22,25,22,68,0,93xm95,-87v-21,-25,-21,-68,0,-93r3,3v-21,23,-21,64,0,87xm196,-78v-24,23,-69,22,-93,-1r3,-2v23,21,64,21,87,0xm194,-97v5,-16,18,-53,-3,-71r3,-2v17,19,17,54,0,73xm186,-89v-19,18,-54,18,-73,0r2,-3v18,17,51,17,69,0xm105,-97v-16,-19,-16,-54,0,-73r3,2v-16,18,-15,51,0,69xm115,-175r-2,-3v19,-18,54,-19,73,0r-2,3v-18,-17,-51,-17,-69,0xm179,-98v-14,15,-44,16,-59,1v6,-6,19,10,30,7v11,2,22,-10,29,-8xm114,-104v-13,-16,-13,-43,0,-59v-1,14,-15,40,3,56xm196,-134v0,9,-5,33,-13,27v11,-14,13,-39,0,-54v9,-3,13,18,13,27xm150,-177v-11,-3,-23,13,-30,7v16,-14,43,-15,59,0v-5,6,-18,-10,-29,-7xm171,-160v-14,-16,-36,-1,-45,-3v12,-11,36,-12,48,0xm173,-104v-12,12,-35,11,-47,0v9,-3,31,14,45,-3xm120,-110v-9,-12,-10,-35,0,-47v4,9,-12,30,3,44xm187,-134v0,8,-4,28,-11,21v9,-11,9,-30,0,-41r3,-3v5,6,8,14,8,23xm168,-109v-10,8,-27,8,-37,0v7,-5,24,11,35,-3xm166,-155v-10,-13,-29,1,-35,-3v10,-9,27,-9,37,0v-1,1,-2,3,-2,3xm126,-115v-8,-10,-8,-27,0,-37v5,7,-10,23,3,34xm180,-134v0,6,-3,22,-9,17v11,-10,-2,-29,3,-35v4,5,6,11,6,18xm173,-134v0,4,-3,17,-7,12v7,-7,-1,-21,2,-25v3,4,5,8,5,13xm164,-115v-8,7,-21,6,-29,0v7,-4,18,8,26,-2xm131,-120v-5,-8,-6,-19,0,-27v6,4,-6,17,3,25xm161,-150v-8,-9,-20,1,-25,-2v8,-6,19,-7,27,0xm159,-120v-5,4,-14,4,-19,0v4,-2,15,-1,19,0xm159,-147v-4,1,-15,0,-19,0v5,-4,14,-4,19,0xm136,-125v-2,-6,-3,-12,0,-18v2,3,1,15,0,18xm163,-143v4,5,4,18,-2,17v5,-5,-2,-15,2,-17","w":299},"\u00aa":{"d":"66,-99v-38,0,-49,-22,-49,-52v-1,-48,31,-58,91,-57v5,-34,-50,-20,-64,-13r-18,-36v14,-7,35,-13,65,-13v72,0,58,57,59,118v0,10,2,12,12,12r0,39v-23,2,-45,2,-49,-17v-9,14,-20,19,-47,19xm23,-42r0,-39r131,0r0,39r-131,0xm80,-135v22,0,30,-15,28,-42v-31,0,-49,1,-49,21v0,14,6,21,21,21","w":178},"\u00ba":{"d":"89,-99v-58,0,-72,-33,-72,-85v0,-51,14,-86,72,-86v59,0,73,35,73,86v0,53,-14,85,-73,85xm89,-138v26,0,28,-16,28,-45v0,-28,-2,-46,-28,-46v-25,0,-28,18,-28,46v0,29,3,45,28,45xm23,-42r0,-39r133,0r0,39r-133,0","w":178},"\u03a9":{"d":"62,-235r-3,-3v46,-46,135,-46,181,0r-2,3v-44,-45,-132,-46,-176,0xm240,-29v-46,46,-135,46,-181,0r3,-3v44,45,131,46,176,1xm254,-43v0,0,-1,-2,-3,-3v42,-47,42,-128,0,-175r3,-3v43,46,43,134,0,181xm45,-43v-42,-47,-42,-134,0,-181r3,3v-40,47,-41,128,0,175v-2,1,-3,3,-3,3xm222,-49v-37,36,-108,35,-145,0r3,-3v36,35,104,36,139,0xm220,-215v-35,-35,-104,-36,-140,0r-3,-3v37,-36,108,-37,145,0xm66,-61v-34,-38,-34,-107,0,-145r2,3v-32,37,-31,102,0,139xm234,-62r-3,-2v32,-36,34,-103,0,-139r3,-3v34,37,34,107,0,144xm207,-66v-29,29,-86,29,-115,0r2,-2v29,27,83,28,111,0xm217,-76r-2,-2v25,-29,26,-82,0,-111r2,-2v28,29,27,86,0,115xm205,-199v-29,-27,-81,-28,-110,0r-3,-3v29,-29,87,-29,116,0xm82,-76v-26,-30,-27,-85,0,-115r3,2v-26,29,-26,82,0,111v-1,1,-2,1,-3,2xm106,-186r-2,-3v23,-23,69,-22,92,1r-2,2v-23,-21,-65,-21,-88,0xm204,-87r-2,-3v20,-23,20,-64,0,-87r2,-3v22,25,22,68,0,93xm95,-87v-21,-25,-21,-68,0,-93r3,3v-21,23,-21,64,0,87xm196,-78v-24,23,-69,22,-93,-1r3,-2v23,21,64,21,87,0xm194,-97v5,-16,18,-53,-3,-71r3,-2v17,19,17,54,0,73xm186,-89v-19,18,-54,18,-73,0r2,-3v18,17,51,17,69,0xm105,-97v-16,-19,-16,-54,0,-73r3,2v-16,18,-15,51,0,69xm115,-175r-2,-3v19,-18,54,-19,73,0r-2,3v-18,-17,-51,-17,-69,0xm179,-98v-14,15,-44,16,-59,1v6,-6,19,10,30,7v11,2,22,-10,29,-8xm114,-104v-13,-16,-13,-43,0,-59v-1,14,-15,40,3,56xm196,-134v0,9,-5,33,-13,27v11,-14,13,-39,0,-54v9,-3,13,18,13,27xm150,-177v-11,-3,-23,13,-30,7v16,-14,43,-15,59,0v-5,6,-18,-10,-29,-7xm171,-160v-14,-16,-36,-1,-45,-3v12,-11,36,-12,48,0xm173,-104v-12,12,-35,11,-47,0v9,-3,31,14,45,-3xm120,-110v-9,-12,-10,-35,0,-47v4,9,-12,30,3,44xm187,-134v0,8,-4,28,-11,21v9,-11,9,-30,0,-41r3,-3v5,6,8,14,8,23xm168,-109v-10,8,-27,8,-37,0v7,-5,24,11,35,-3xm166,-155v-10,-13,-29,1,-35,-3v10,-9,27,-9,37,0v-1,1,-2,3,-2,3xm126,-115v-8,-10,-8,-27,0,-37v5,7,-10,23,3,34xm180,-134v0,6,-3,22,-9,17v11,-10,-2,-29,3,-35v4,5,6,11,6,18xm173,-134v0,4,-3,17,-7,12v7,-7,-1,-21,2,-25v3,4,5,8,5,13xm164,-115v-8,7,-21,6,-29,0v7,-4,18,8,26,-2xm131,-120v-5,-8,-6,-19,0,-27v6,4,-6,17,3,25xm161,-150v-8,-9,-20,1,-25,-2v8,-6,19,-7,27,0xm159,-120v-5,4,-14,4,-19,0v4,-2,15,-1,19,0xm159,-147v-4,1,-15,0,-19,0v5,-4,14,-4,19,0xm136,-125v-2,-6,-3,-12,0,-18v2,3,1,15,0,18xm163,-143v4,5,4,18,-2,17v5,-5,-2,-15,2,-17","w":299},"\u2126":{"d":"62,-235r-3,-3v46,-46,135,-46,181,0r-2,3v-44,-45,-132,-46,-176,0xm240,-29v-46,46,-135,46,-181,0r3,-3v44,45,131,46,176,1xm254,-43v0,0,-1,-2,-3,-3v42,-47,42,-128,0,-175r3,-3v43,46,43,134,0,181xm45,-43v-42,-47,-42,-134,0,-181r3,3v-40,47,-41,128,0,175v-2,1,-3,3,-3,3xm222,-49v-37,36,-108,35,-145,0r3,-3v36,35,104,36,139,0xm220,-215v-35,-35,-104,-36,-140,0r-3,-3v37,-36,108,-37,145,0xm66,-61v-34,-38,-34,-107,0,-145r2,3v-32,37,-31,102,0,139xm234,-62r-3,-2v32,-36,34,-103,0,-139r3,-3v34,37,34,107,0,144xm207,-66v-29,29,-86,29,-115,0r2,-2v29,27,83,28,111,0xm217,-76r-2,-2v25,-29,26,-82,0,-111r2,-2v28,29,27,86,0,115xm205,-199v-29,-27,-81,-28,-110,0r-3,-3v29,-29,87,-29,116,0xm82,-76v-26,-30,-27,-85,0,-115r3,2v-26,29,-26,82,0,111v-1,1,-2,1,-3,2xm106,-186r-2,-3v23,-23,69,-22,92,1r-2,2v-23,-21,-65,-21,-88,0xm204,-87r-2,-3v20,-23,20,-64,0,-87r2,-3v22,25,22,68,0,93xm95,-87v-21,-25,-21,-68,0,-93r3,3v-21,23,-21,64,0,87xm196,-78v-24,23,-69,22,-93,-1r3,-2v23,21,64,21,87,0xm194,-97v5,-16,18,-53,-3,-71r3,-2v17,19,17,54,0,73xm186,-89v-19,18,-54,18,-73,0r2,-3v18,17,51,17,69,0xm105,-97v-16,-19,-16,-54,0,-73r3,2v-16,18,-15,51,0,69xm115,-175r-2,-3v19,-18,54,-19,73,0r-2,3v-18,-17,-51,-17,-69,0xm179,-98v-14,15,-44,16,-59,1v6,-6,19,10,30,7v11,2,22,-10,29,-8xm114,-104v-13,-16,-13,-43,0,-59v-1,14,-15,40,3,56xm196,-134v0,9,-5,33,-13,27v11,-14,13,-39,0,-54v9,-3,13,18,13,27xm150,-177v-11,-3,-23,13,-30,7v16,-14,43,-15,59,0v-5,6,-18,-10,-29,-7xm171,-160v-14,-16,-36,-1,-45,-3v12,-11,36,-12,48,0xm173,-104v-12,12,-35,11,-47,0v9,-3,31,14,45,-3xm120,-110v-9,-12,-10,-35,0,-47v4,9,-12,30,3,44xm187,-134v0,8,-4,28,-11,21v9,-11,9,-30,0,-41r3,-3v5,6,8,14,8,23xm168,-109v-10,8,-27,8,-37,0v7,-5,24,11,35,-3xm166,-155v-10,-13,-29,1,-35,-3v10,-9,27,-9,37,0v-1,1,-2,3,-2,3xm126,-115v-8,-10,-8,-27,0,-37v5,7,-10,23,3,34xm180,-134v0,6,-3,22,-9,17v11,-10,-2,-29,3,-35v4,5,6,11,6,18xm173,-134v0,4,-3,17,-7,12v7,-7,-1,-21,2,-25v3,4,5,8,5,13xm164,-115v-8,7,-21,6,-29,0v7,-4,18,8,26,-2xm131,-120v-5,-8,-6,-19,0,-27v6,4,-6,17,3,25xm161,-150v-8,-9,-20,1,-25,-2v8,-6,19,-7,27,0xm159,-120v-5,4,-14,4,-19,0v4,-2,15,-1,19,0xm159,-147v-4,1,-15,0,-19,0v5,-4,14,-4,19,0xm136,-125v-2,-6,-3,-12,0,-18v2,3,1,15,0,18xm163,-143v4,5,4,18,-2,17v5,-5,-2,-15,2,-17","w":299},"\u00e6":{"d":"283,-14v-31,20,-122,27,-142,-8v-11,15,-28,25,-68,25v-53,0,-65,-28,-65,-65v0,-59,38,-74,112,-73v3,-38,-63,-22,-79,-13r-22,-44v23,-15,113,-26,135,0v13,-10,29,-16,53,-16v81,0,79,55,78,130r-113,0v-6,48,71,35,91,22xm85,-42v28,0,38,-20,35,-54v-38,-1,-60,3,-60,28v0,18,6,26,25,26xm206,-160v-27,0,-33,13,-34,40r65,0v0,-27,-3,-40,-31,-40","w":295,"k":{"\ufb02":4,"\ufb01":4,"\u00ff":1,"\u25ca":4,"\u2019":4,"\u2018":4,"\u201d":4,"\u201c":4,"\u2026":4,"\u0394":4,"\u00e6":2,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"z":1,"y":1,"x":5,"w":1,"v":1,"f":4,"a":2,"\\":18,"V":18,"?":7,".":4,",":4,"\u017e":1,"\u00fd":1}},"\u00f8":{"d":"17,16r17,-34v-19,-18,-25,-48,-25,-85v0,-77,43,-119,123,-101r9,-16r43,0r-18,35v18,18,23,46,23,82v0,78,-39,118,-121,103r-9,16r-42,0xm110,-158v-52,-13,-52,47,-45,89xm89,-44v49,12,51,-42,45,-87","w":198,"k":{"\u00ff":5,"\u2019":4,"\u2018":2,"\u201d":4,"\u201c":2,"\u2026":7,"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"}":7,"z":3,"y":5,"x":7,"w":5,"v":5,"s":2,"a":2,"]":7,"\\":22,"?":7,".":7,",":7,")":4,"\u017e":3,"\u00fd":5,"\u0161":2}},"\u00bf":{"d":"21,-61v0,-67,75,-68,65,-128r53,0v0,40,-2,52,-36,79v-20,16,-27,23,-27,38v0,35,67,27,89,12r24,45v-22,11,-50,18,-87,18v-64,0,-81,-26,-81,-64xm81,-210r0,-57r62,0r0,57r-62,0","w":208,"k":{"\u0178":16,"\u00ff":7,"y":7,"w":7,"v":7,"Y":16,"W":14,"V":20,"T":13,"7":11,"\u00fd":7,"\u00dd":16}},"\u00a1":{"d":"32,0r5,-184r50,0r5,184r-60,0xm31,-203r0,-64r62,0r0,64r-62,0","w":124},"\u00ac":{"d":"62,-235r-3,-3v46,-46,135,-46,181,0r-2,3v-44,-45,-132,-46,-176,0xm240,-29v-46,46,-135,46,-181,0r3,-3v44,45,131,46,176,1xm254,-43v0,0,-1,-2,-3,-3v42,-47,42,-128,0,-175r3,-3v43,46,43,134,0,181xm45,-43v-42,-47,-42,-134,0,-181r3,3v-40,47,-41,128,0,175v-2,1,-3,3,-3,3xm222,-49v-37,36,-108,35,-145,0r3,-3v36,35,104,36,139,0xm220,-215v-35,-35,-104,-36,-140,0r-3,-3v37,-36,108,-37,145,0xm66,-61v-34,-38,-34,-107,0,-145r2,3v-32,37,-31,102,0,139xm234,-62r-3,-2v32,-36,34,-103,0,-139r3,-3v34,37,34,107,0,144xm207,-66v-29,29,-86,29,-115,0r2,-2v29,27,83,28,111,0xm217,-76r-2,-2v25,-29,26,-82,0,-111r2,-2v28,29,27,86,0,115xm205,-199v-29,-27,-81,-28,-110,0r-3,-3v29,-29,87,-29,116,0xm82,-76v-26,-30,-27,-85,0,-115r3,2v-26,29,-26,82,0,111v-1,1,-2,1,-3,2xm106,-186r-2,-3v23,-23,69,-22,92,1r-2,2v-23,-21,-65,-21,-88,0xm204,-87r-2,-3v20,-23,20,-64,0,-87r2,-3v22,25,22,68,0,93xm95,-87v-21,-25,-21,-68,0,-93r3,3v-21,23,-21,64,0,87xm196,-78v-24,23,-69,22,-93,-1r3,-2v23,21,64,21,87,0xm194,-97v5,-16,18,-53,-3,-71r3,-2v17,19,17,54,0,73xm186,-89v-19,18,-54,18,-73,0r2,-3v18,17,51,17,69,0xm105,-97v-16,-19,-16,-54,0,-73r3,2v-16,18,-15,51,0,69xm115,-175r-2,-3v19,-18,54,-19,73,0r-2,3v-18,-17,-51,-17,-69,0xm179,-98v-14,15,-44,16,-59,1v6,-6,19,10,30,7v11,2,22,-10,29,-8xm114,-104v-13,-16,-13,-43,0,-59v-1,14,-15,40,3,56xm196,-134v0,9,-5,33,-13,27v11,-14,13,-39,0,-54v9,-3,13,18,13,27xm150,-177v-11,-3,-23,13,-30,7v16,-14,43,-15,59,0v-5,6,-18,-10,-29,-7xm171,-160v-14,-16,-36,-1,-45,-3v12,-11,36,-12,48,0xm173,-104v-12,12,-35,11,-47,0v9,-3,31,14,45,-3xm120,-110v-9,-12,-10,-35,0,-47v4,9,-12,30,3,44xm187,-134v0,8,-4,28,-11,21v9,-11,9,-30,0,-41r3,-3v5,6,8,14,8,23xm168,-109v-10,8,-27,8,-37,0v7,-5,24,11,35,-3xm166,-155v-10,-13,-29,1,-35,-3v10,-9,27,-9,37,0v-1,1,-2,3,-2,3xm126,-115v-8,-10,-8,-27,0,-37v5,7,-10,23,3,34xm180,-134v0,6,-3,22,-9,17v11,-10,-2,-29,3,-35v4,5,6,11,6,18xm173,-134v0,4,-3,17,-7,12v7,-7,-1,-21,2,-25v3,4,5,8,5,13xm164,-115v-8,7,-21,6,-29,0v7,-4,18,8,26,-2xm131,-120v-5,-8,-6,-19,0,-27v6,4,-6,17,3,25xm161,-150v-8,-9,-20,1,-25,-2v8,-6,19,-7,27,0xm159,-120v-5,4,-14,4,-19,0v4,-2,15,-1,19,0xm159,-147v-4,1,-15,0,-19,0v5,-4,14,-4,19,0xm136,-125v-2,-6,-3,-12,0,-18v2,3,1,15,0,18xm163,-143v4,5,4,18,-2,17v5,-5,-2,-15,2,-17","w":299},"\u221a":{"d":"61,2r-53,-163r58,0r25,91r58,-197r53,0r-84,269r-57,0","w":210},"\u0192":{"d":"23,-118r0,-48r36,0v6,-62,16,-113,100,-100r0,47v-22,-1,-40,0,-39,21r-6,32r45,0r0,48r-52,0r-27,175r-54,0r26,-175r-29,0","w":182,"k":{"9":4,"8":7,"6":7,"4":22,"3":7,"2":7,"0":11}},"\u2248":{"d":"57,-136r-38,-22v20,-56,80,-37,121,-25v8,0,14,-6,23,-18r37,22v-19,57,-78,38,-120,26v-8,0,-14,4,-23,17xm57,-54r-38,-21v14,-28,32,-41,56,-41v40,-1,66,36,88,-2r37,21v-19,57,-78,38,-120,26v-8,0,-14,4,-23,17","w":219},"\u0394":{"d":"4,-157r0,-47r33,0v-6,-59,24,-83,90,-79r0,47v-27,-2,-40,4,-35,32r35,0r0,47r-35,0r0,157r-55,0r0,-157r-33,0xm127,57r0,-44v15,1,19,-2,18,-21r0,-196r54,0r0,198v1,50,-19,65,-72,63xm145,-222r0,-50r55,0r0,50r-55,0","w":218},"\u2206":{"d":"4,-157r0,-47r33,0v-6,-59,24,-83,90,-79r0,47v-27,-2,-40,4,-35,32r35,0r0,47r-35,0r0,157r-55,0r0,-157r-33,0xm127,57r0,-44v15,1,19,-2,18,-21r0,-196r54,0r0,198v1,50,-19,65,-72,63xm145,-222r0,-50r55,0r0,50r-55,0","w":218},"\u00ab":{"d":"68,0r-45,-102r45,-102r48,0r-41,102r41,102r-48,0xm157,0r-45,-102r45,-102r47,0r-41,102r41,102r-47,0","w":235,"k":{"\u0178":18,"Y":18,"X":4,"W":11,"V":14,"T":18,"7":4,"\u00dd":18}},"\u00bb":{"d":"31,0r41,-102r-41,-102r48,0r45,102r-45,102r-48,0xm120,0r41,-102r-41,-102r48,0r44,102r-44,102r-48,0","w":235,"k":{"\u00c1":7,"\u00c2":7,"\u0178":22,"\u00ff":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"y":7,"x":7,"w":4,"v":7,"Y":22,"X":7,"W":14,"V":18,"T":23,"S":4,"J":9,"A":7,"7":12,"3":4,"1":7,"\u00fd":7,"\u00dd":22,"\u0160":4}},"\u2026":{"d":"16,0r0,-64r62,0r0,64r-62,0xm104,0r0,-64r62,0r0,64r-62,0xm192,0r0,-64r61,0r0,64r-61,0","w":269,"k":{"\u00d9":7,"\u00db":7,"\u00da":7,"\u00d2":11,"\u00d4":11,"\u00d3":11,"\ufb02":5,"\ufb01":5,"\u0178":32,"\u00ff":18,"\u25ca":5,"\u2019":22,"\u2018":32,"\u201d":22,"\u201c":32,"\u0153":7,"\u0152":11,"\u00d5":11,"\u0394":5,"\u00f8":7,"\u00b1":5,"\u221e":5,"\u00d8":11,"\u2260":5,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00dc":7,"\u00d6":11,"\u00c7":11,"y":18,"w":14,"v":18,"t":5,"q":7,"o":7,"l":4,"f":5,"e":7,"d":7,"c":7,"Y":32,"W":25,"V":29,"U":7,"T":29,"Q":11,"O":11,"G":11,"C":11,"9":16,"8":4,"7":16,"6":4,"4":6,"1":11,"0":4," ":4,"\u00fd":18,"\u00dd":32,"\u0142":4,"\u00f0":7}},"\u00c0":{"d":"5,0r83,-269r60,0r83,269r-57,0r-13,-41r-88,0r-12,41r-56,0xm86,-91r62,0r-31,-101xm103,-280r-52,-66r61,0r38,66r-47,0","w":236,"k":{"\u00d9":10,"\u00db":10,"\u00da":10,"\u00d2":10,"\u00d4":10,"\u00d3":10,"\ufb02":6,"\ufb01":6,"\u2039":7,"\u0178":31,"\u00ff":10,"\u25ca":9,"\u2019":18,"\u2018":25,"\u201d":18,"\u201c":25,"\u2014":7,"\u2013":7,"\u0153":10,"\u0152":10,"\u00d5":10,"\u00ab":7,"\u0394":9,"\u00f8":10,"\u00e6":4,"\u03c0":5,"\u00b1":9,"\u221e":9,"\u00d8":10,"\u2260":9,"\u2122":25,"\u00a9":5,"\u00ae":5,"\u2022":7,"\u2020":7,"\u00fc":3,"\u00fb":3,"\u00f9":3,"\u00fa":3,"\u00f5":10,"\u00f6":10,"\u00f4":10,"\u00f2":10,"\u00f3":10,"\u00eb":10,"\u00ea":10,"\u00e8":10,"\u00e9":10,"\u00e7":10,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":10,"\u00d6":10,"\u00c7":10,"}":4,"y":10,"w":7,"v":10,"u":3,"t":9,"q":10,"o":10,"l":3,"f":9,"e":10,"d":10,"c":10,"a":4,"]":4,"\\":25,"Y":31,"W":14,"V":21,"U":10,"T":29,"S":4,"Q":10,"O":10,"G":10,"C":10,"@":7,"?":22,"-":7,"*":22,")":4,"'":18,"\"":18,"\u00fd":10,"\u00dd":31,"\u0160":4,"\u0142":3,"\u00f0":10}},"\u00c3":{"d":"5,0r83,-269r60,0r83,269r-57,0r-13,-41r-88,0r-12,41r-56,0xm86,-91r62,0r-31,-101xm76,-278r-35,-20v14,-27,30,-40,53,-40v33,0,44,31,65,-2r34,20v-14,27,-29,40,-52,40v-33,0,-44,-31,-65,2","w":236,"k":{"\u00d9":10,"\u00db":10,"\u00da":10,"\u00d2":10,"\u00d4":10,"\u00d3":10,"\ufb02":6,"\ufb01":6,"\u2039":7,"\u0178":31,"\u00ff":10,"\u25ca":9,"\u2019":18,"\u2018":25,"\u201d":18,"\u201c":25,"\u2014":7,"\u2013":7,"\u0153":10,"\u0152":10,"\u00d5":10,"\u00ab":7,"\u0394":9,"\u00f8":10,"\u00e6":4,"\u03c0":5,"\u00b1":9,"\u221e":9,"\u00d8":10,"\u2260":9,"\u2122":25,"\u00a9":5,"\u00ae":5,"\u2022":7,"\u2020":7,"\u00fc":3,"\u00fb":3,"\u00f9":3,"\u00fa":3,"\u00f5":10,"\u00f6":10,"\u00f4":10,"\u00f2":10,"\u00f3":10,"\u00eb":10,"\u00ea":10,"\u00e8":10,"\u00e9":10,"\u00e7":10,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":10,"\u00d6":10,"\u00c7":10,"}":4,"y":10,"w":7,"v":10,"u":3,"t":9,"q":10,"o":10,"l":3,"f":9,"e":10,"d":10,"c":10,"a":4,"]":4,"\\":25,"Y":31,"W":14,"V":21,"U":10,"T":29,"S":4,"Q":10,"O":10,"G":10,"C":10,"@":7,"?":22,"-":7,"*":22,")":4,"'":18,"\"":18,"\u00fd":10,"\u00dd":31,"\u0160":4,"\u0142":3,"\u00f0":10}},"\u00d5":{"d":"120,3v-95,0,-110,-64,-110,-136v0,-73,15,-137,110,-137v95,0,111,64,111,137v0,72,-16,136,-111,136xm120,-47v48,0,54,-34,54,-84v0,-50,-6,-85,-54,-85v-48,0,-53,35,-53,85v0,50,5,84,53,84xm78,-278r-35,-20v14,-27,30,-40,53,-40v33,0,44,31,65,-2r34,20v-14,27,-29,40,-52,40v-33,0,-44,-31,-65,2","k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00c1":10,"\u00c2":10,"\u0178":11,"\u00c3":10,"\u00c0":10,"\u2026":11,"\u00e6":4,"\u00c6":10,"\u00ee":-3,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":2,"\u00c5":10,"\u00c4":10,"}":7,"g":4,"a":4,"]":7,"\\":7,"Z":8,"Y":11,"X":13,"W":5,"V":10,"U":2,"T":6,"S":7,"J":11,"A":10,"\/":7,".":11,",":11,")":4,"\u017d":8,"\u00dd":11,"\u0160":7}},"\u0152":{"d":"180,0r0,-11v-14,9,-34,14,-60,14v-95,0,-110,-64,-110,-136v0,-73,15,-137,110,-137v26,0,46,6,60,15r0,-12r159,0r0,52r-110,0r0,54r105,0r0,50r-105,0r0,61r110,0r0,50r-159,0xm120,-47v48,0,54,-34,54,-84v0,-50,-6,-85,-54,-85v-48,0,-53,35,-53,85v0,50,5,84,53,84","w":353,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":4,"\u00c2":4,"\ufb02":4,"\ufb01":4,"\u00ff":4,"\u25ca":4,"\u0153":4,"\u0152":4,"\u00d5":4,"\u00c3":4,"\u00c0":4,"\u0394":4,"\u00f8":4,"\u00e6":7,"\u00b1":4,"\u221e":4,"\u00d8":4,"\u00c6":4,"\u2260":4,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-5,"\u00ee":-6,"\u00ec":-8,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00dc":2,"\u00d6":4,"\u00c7":4,"\u00c5":4,"\u00c4":4,"z":1,"y":4,"x":4,"w":4,"v":4,"t":4,"s":4,"q":4,"o":4,"g":4,"f":4,"e":4,"d":4,"c":4,"a":7,"Z":1,"X":1,"V":4,"U":2,"T":4,"S":4,"Q":4,"O":4,"G":4,"C":4,"A":4,"\u017e":1,"\u017d":1,"\u00fd":4,"\u0161":4,"\u0160":4,"\u00f0":4}},"\u0153":{"d":"99,3v-72,0,-90,-42,-90,-106v0,-64,18,-105,90,-105v30,0,50,9,63,22v13,-14,33,-22,62,-22v81,0,78,57,77,130r-112,0v-6,48,70,35,90,22r21,42v-29,19,-114,27,-138,-3v-13,13,-33,20,-63,20xm99,-44v31,0,35,-22,35,-57v0,-36,-4,-56,-35,-56v-31,0,-35,20,-35,56v0,35,4,57,35,57xm223,-160v-27,0,-33,13,-34,40r64,0v-1,-27,-2,-40,-30,-40","w":312,"k":{"\ufb02":4,"\ufb01":4,"\u00ff":1,"\u25ca":4,"\u2019":4,"\u2018":4,"\u201d":4,"\u201c":4,"\u2026":4,"\u0394":4,"\u00e6":2,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"z":1,"y":1,"x":5,"w":1,"v":1,"f":4,"a":2,"\\":18,"V":18,"?":7,".":4,",":4,"\u017e":1,"\u00fd":1}},"\u2013":{"d":"11,-95r0,-50r202,0r0,50r-202,0","w":224,"k":{"\u00c1":7,"\u00c2":7,"\u0178":14,"\u00ff":4,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"z":1,"y":4,"x":11,"w":4,"v":4,"Z":1,"Y":14,"X":11,"W":7,"V":11,"T":18,"S":7,"J":18,"A":7,"7":18,"3":11,"2":11,"1":7,"\u017e":1,"\u017d":1,"\u00fd":4,"\u00dd":14,"\u0160":7}},"\u2014":{"d":"11,-95r0,-50r266,0r0,50r-266,0","w":287,"k":{"\u00c1":7,"\u00c2":7,"\u0178":14,"\u00ff":4,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"z":1,"y":4,"x":11,"w":4,"v":4,"Z":1,"Y":14,"X":11,"W":7,"V":11,"T":18,"S":7,"J":18,"A":7,"7":18,"3":11,"2":11,"1":7,"\u017e":1,"\u017d":1,"\u00fd":4,"\u00dd":14,"\u0160":7}},"\u201c":{"d":"16,-147v2,-62,-14,-100,45,-120r14,26v-22,12,-26,16,-26,30r27,0r0,64r-60,0xm95,-147v2,-62,-14,-100,45,-120r14,26v-22,12,-26,16,-26,30r27,0r0,64r-60,0","w":171,"k":{"\u00c1":15,"\u00c2":15,"\u00ff":-5,"\u0153":2,"\u00c3":15,"\u00c0":15,"\u00bf":22,"\u00f8":2,"\u00e6":4,"\u00c6":15,"\u00df":-4,"\u00f5":2,"\u00f6":2,"\u00f4":2,"\u00f2":2,"\u00f3":2,"\u00eb":2,"\u00ea":2,"\u00e8":2,"\u00e9":2,"\u00e7":2,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00c5":15,"\u00c4":15,"y":-5,"w":-5,"v":-5,"t":-5,"q":2,"o":2,"l":-4,"k":-4,"h":-4,"g":2,"e":2,"d":2,"c":2,"b":-4,"a":4,"J":25,"A":15,"4":11,"1":-11,"\u00fe":-4,"\u00fd":-5,"\u0142":-4,"\u00f0":2}},"\u201d":{"d":"31,-146r-14,-26v22,-12,26,-16,26,-30r-27,0r0,-65r60,0v-2,62,14,102,-45,121xm110,-146r-14,-26v22,-12,26,-16,26,-30r-27,0r0,-65r60,0v-2,62,14,102,-45,121","w":171,"k":{"\u00c1":27,"\u00c2":27,"\ufb02":-1,"\ufb01":-1,"\u25ca":-1,"\u0153":7,"\u00c3":27,"\u00c0":27,"\u2026":29,"\u0394":-1,"\u00f8":7,"\u00e6":7,"\u00b1":-1,"\u221e":-1,"\u00c6":27,"\u2260":-1,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00c5":27,"\u00c4":27,"s":7,"q":7,"o":7,"l":-1,"k":-4,"h":-1,"g":7,"f":-1,"e":7,"d":7,"c":7,"b":-1,"a":7,"Z":4,"T":-5,"S":4,"J":32,"A":27,"9":4,"8":6,"6":7,"4":26,"3":1,"2":2,"1":-4,"0":7,".":29,",":29," ":4,"\u017d":4,"\u00fe":-1,"\u0161":7,"\u0160":4,"\u0142":-1,"\u00f0":7}},"\u2018":{"d":"16,-143v2,-63,-14,-103,46,-124r15,27v-23,12,-27,17,-27,31r28,0r0,66r-62,0","w":93,"k":{"\u00c1":15,"\u00c2":15,"\u00ff":-5,"\u0153":2,"\u00c3":15,"\u00c0":15,"\u00bf":22,"\u00f8":2,"\u00e6":4,"\u00c6":15,"\u00df":-4,"\u00f5":2,"\u00f6":2,"\u00f4":2,"\u00f2":2,"\u00f3":2,"\u00eb":2,"\u00ea":2,"\u00e8":2,"\u00e9":2,"\u00e7":2,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00c5":15,"\u00c4":15,"y":-5,"w":-5,"v":-5,"t":-5,"q":2,"o":2,"l":-4,"k":-4,"h":-4,"g":2,"e":2,"d":2,"c":2,"b":-4,"a":4,"J":25,"A":15,"4":11,"1":-11,"\u00fe":-4,"\u00fd":-5,"\u0142":-4,"\u00f0":2}},"\u2019":{"d":"32,-143r-15,-27v23,-12,26,-17,26,-31r-27,0r0,-66r62,0v-2,63,13,103,-46,124","w":93,"k":{"\u00c1":27,"\u00c2":27,"\ufb02":-1,"\ufb01":-1,"\u25ca":-1,"\u0153":7,"\u00c3":27,"\u00c0":27,"\u2026":29,"\u0394":-1,"\u00f8":7,"\u00e6":7,"\u00b1":-1,"\u221e":-1,"\u00c6":27,"\u2260":-1,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00c5":27,"\u00c4":27,"s":7,"q":7,"o":7,"l":-1,"k":-4,"h":-1,"g":7,"f":-1,"e":7,"d":7,"c":7,"b":-1,"a":7,"Z":4,"T":-5,"S":4,"J":32,"A":27,"9":4,"8":6,"6":7,"4":26,"3":1,"2":2,"1":-4,"0":7,".":29,",":29," ":4,"\u017d":4,"\u00fe":-1,"\u0161":7,"\u0160":4,"\u0142":-1,"\u00f0":7}},"\u00f7":{"d":"82,-34r0,-47r54,0r0,47r-54,0xm27,-102r0,-50r165,0r0,50r-165,0xm82,-173r0,-47r54,0r0,47r-54,0","w":219,"k":{"7":14,"3":4,"2":7,"1":7}},"\u25ca":{"d":"4,-157r0,-47r33,0v-6,-59,24,-83,90,-79r0,47v-27,-2,-40,4,-35,32r56,0r9,-46r43,-10r0,56r47,0r0,47r-47,0r0,88v-6,23,24,23,47,22r0,47v-59,8,-101,-3,-101,-62r0,-95r-54,0r0,157r-55,0r0,-157r-33,0","w":258,"k":{"\ufb02":4,"\ufb01":4,"\u2039":4,"\u00ff":4,"\u25ca":4,"\u2014":5,"\u2013":5,"\u0153":6,"\u2026":-5,"\u00ab":4,"\u0394":4,"\u00f8":6,"\u00e6":3,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00eb":6,"\u00ea":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":3,"\u00e3":3,"\u00e4":3,"\u00e2":3,"\u00e0":3,"\u00e1":3,"y":4,"x":4,"w":4,"v":4,"t":4,"q":6,"o":6,"g":4,"f":4,"e":6,"d":6,"c":6,"a":3,"\\":7,".":-5,"-":5,",":-5,"'":3,"\"":3,"\u00fd":4,"\u00f0":6}},"\u00ff":{"d":"24,57r0,-44v16,-1,40,6,39,-13r-63,-204r56,0r35,125r34,-125r54,0r-68,220v-12,43,-41,41,-87,41xm30,-223r0,-48r48,0r0,48r-48,0xm101,-223r0,-48r48,0r0,48r-48,0","w":179,"k":{"\u2039":7,"\u2019":-5,"\u201d":-5,"\u2014":4,"\u2013":4,"\u0153":5,"\u2026":18,"\u00ab":7,"\u00f8":5,"\u00e6":7,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":5,"\u00ea":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"}":7,"z":1,"x":4,"s":6,"q":5,"o":5,"g":7,"e":5,"d":5,"c":5,"a":7,"]":7,"\\":7,"@":4,".":18,"-":4,",":18,"\u017e":1,"\u0161":6,"\u00f0":5}},"\u0178":{"d":"84,0r0,-90r-85,-177r60,0r54,117r55,-117r58,0r-86,177r0,90r-56,0xm53,-280r0,-49r49,0r0,49r-49,0xm124,-280r0,-49r48,0r0,49r-48,0","w":225,"k":{"\u0131":27,"\u00d2":11,"\u00d4":11,"\u00d3":11,"\u00c1":31,"\u00c2":31,"\u00b7":14,"\ufb02":14,"\ufb01":14,"\u203a":18,"\u2039":22,"\u00ff":13,"\u25ca":14,"\u2014":14,"\u2013":14,"\u0153":32,"\u0152":11,"\u00d5":11,"\u00c3":31,"\u00c0":31,"\u2026":32,"\u00bb":18,"\u00ab":22,"\u0394":14,"\u00f8":32,"\u00e6":32,"\u03c0":5,"\u00b1":14,"\u221e":14,"\u00d8":11,"\u00c6":25,"\u2260":14,"\u00a9":5,"\u00ae":5,"\u00df":7,"\u2022":14,"\u2020":7,"\u00fc":26,"\u00fb":24,"\u00f9":20,"\u00fa":27,"\u00f5":13,"\u00f6":27,"\u00f4":26,"\u00f2":22,"\u00f3":32,"\u00f1":12,"\u00ef":-12,"\u00ee":-15,"\u00ec":-13,"\u00ed":7,"\u00eb":23,"\u00ea":21,"\u00e8":17,"\u00e9":32,"\u00e7":32,"\u00e5":32,"\u00e3":12,"\u00e4":27,"\u00e2":25,"\u00e0":21,"\u00e1":32,"\u00d6":11,"\u00c7":11,"\u00c5":31,"\u00c4":31,"z":25,"y":18,"x":25,"w":18,"v":18,"u":27,"t":14,"s":25,"r":27,"q":32,"p":27,"o":32,"n":27,"m":27,"j":7,"i":7,"g":32,"f":14,"e":32,"d":32,"c":32,"a":32,"Z":4,"X":4,"S":11,"Q":11,"O":11,"J":27,"G":11,"C":11,"A":31,"@":18,";":11,":":11,"\/":22,".":32,"-":14,",":32,"\u017e":10,"\u017d":4,"\u00fd":18,"\u0161":12,"\u0160":11,"\u00f0":32}},"\u2044":{"d":"0,0r123,-267r48,0r-122,267r-49,0","w":171,"k":{"9":14,"8":14,"6":14,"4":36,"2":7,"0":14}},"\u2215":{"d":"0,0r123,-267r48,0r-122,267r-49,0","w":171},"\u20ac":{"d":"8,-143r0,-38r37,0v0,-91,97,-107,165,-72r-26,46v-29,-14,-82,-20,-84,26r61,0r0,38r-64,0r0,19r64,0r0,39r-61,0v2,48,57,42,85,26r24,44v-20,12,-41,18,-73,18v-58,0,-84,-26,-91,-88r-37,0r0,-39r34,0r0,-19r-34,0","w":219,"k":{"9":6,"8":7,"6":7,"4":11,"0":7}},"\u2039":{"d":"68,0r-45,-102r45,-102r49,0r-41,102r41,102r-49,0","w":147,"k":{"\u0178":18,"Y":18,"X":4,"W":11,"V":14,"T":18,"7":4,"\u00dd":18}},"\u203a":{"d":"31,0r41,-102r-41,-102r49,0r45,102r-45,102r-49,0","w":147,"k":{"\u00c1":7,"\u00c2":7,"\u0178":22,"\u00ff":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"y":7,"x":7,"w":4,"v":7,"Y":22,"X":7,"W":14,"V":18,"T":23,"S":4,"J":9,"A":7,"7":12,"3":4,"1":7,"\u00fd":7,"\u00dd":22,"\u0160":4}},"\u2021":{"d":"65,57r0,-81r-52,0r0,-51r52,0r0,-72r-52,0r0,-51r52,0r0,-79r54,0r0,79r52,0r0,51r-52,0r0,72r52,0r0,51r-52,0r0,81r-54,0","w":184},"\u00b7":{"d":"16,-100r0,-66r62,0r0,66r-62,0","w":93,"k":{"\u0178":14,"Z":4,"Y":14,"X":7,"W":7,"V":11,"T":18,"J":14,"7":7,"3":7,"\u017d":4,"\u00dd":14}},"\u2219":{"d":"16,-100r0,-66r62,0r0,66r-62,0","w":93},"\u201a":{"d":"32,58r-15,-27v23,-12,26,-17,26,-31r-27,0r0,-66r62,0v-2,63,13,103,-46,124","w":93,"k":{"\u00d2":3,"\u00d4":3,"\u00d3":3,"\u0178":29,"\u00ff":11,"\u0152":3,"\u00d5":3,"\u00d8":3,"\u00d6":3,"\u00c7":3,"y":11,"w":11,"v":11,"Y":29,"W":22,"V":25,"T":31,"Q":3,"O":3,"G":3,"C":3,"9":11,"7":18,"4":4,"1":7,"\u00fd":11,"\u00dd":29}},"\u201e":{"d":"31,55r-14,-26v22,-12,26,-16,26,-30r-27,0r0,-65r60,0v-2,62,14,102,-45,121xm110,55r-14,-26v22,-12,26,-16,26,-30r-27,0r0,-65r60,0v-2,62,14,102,-45,121","w":171,"k":{"\u00d2":3,"\u00d4":3,"\u00d3":3,"\u0178":29,"\u00ff":11,"\u0152":3,"\u00d5":3,"\u00d8":3,"\u00d6":3,"\u00c7":3,"y":11,"w":11,"v":11,"Y":29,"W":22,"V":25,"T":31,"Q":3,"O":3,"G":3,"C":3,"9":11,"7":18,"4":4,"1":7,"\u00fd":11,"\u00dd":29}},"\u2030":{"d":"82,-93v-48,0,-73,-23,-73,-88v0,-65,25,-88,73,-88v48,0,73,23,73,88v0,65,-25,88,-73,88xm82,-133v18,0,25,-11,25,-47v0,-36,-7,-46,-25,-46v-18,0,-24,10,-24,46v0,36,6,47,24,47xm302,3v-48,0,-73,-23,-73,-89v0,-65,25,-88,73,-88v48,0,73,23,73,88v0,66,-25,89,-73,89xm302,-38v18,0,25,-10,25,-46v0,-36,-7,-47,-25,-47v-18,0,-24,11,-24,47v0,36,6,46,24,46xm106,0r123,-267r50,0r-123,267r-50,0xm459,3v-48,0,-73,-23,-73,-89v0,-65,25,-88,73,-88v48,0,73,23,73,88v0,66,-25,89,-73,89xm459,-38v18,0,24,-10,24,-46v0,-36,-6,-47,-24,-47v-18,0,-24,11,-24,47v0,36,6,46,24,46","w":540},"\u00c2":{"d":"5,0r83,-269r60,0r83,269r-57,0r-13,-41r-88,0r-12,41r-56,0xm86,-91r62,0r-31,-101xm54,-280r39,-66r50,0r40,66r-44,0r-22,-29r-21,29r-42,0","w":236,"k":{"\u00d9":10,"\u00db":10,"\u00da":10,"\u00d2":10,"\u00d4":10,"\u00d3":10,"\ufb02":6,"\ufb01":6,"\u2039":7,"\u0178":31,"\u00ff":10,"\u25ca":9,"\u2019":18,"\u2018":25,"\u201d":18,"\u201c":25,"\u2014":7,"\u2013":7,"\u0153":10,"\u0152":10,"\u00d5":10,"\u00ab":7,"\u0394":9,"\u00f8":10,"\u00e6":4,"\u03c0":5,"\u00b1":9,"\u221e":9,"\u00d8":10,"\u2260":9,"\u2122":25,"\u00a9":5,"\u00ae":5,"\u2022":7,"\u2020":7,"\u00fc":3,"\u00fb":3,"\u00f9":3,"\u00fa":3,"\u00f5":10,"\u00f6":10,"\u00f4":10,"\u00f2":10,"\u00f3":10,"\u00eb":10,"\u00ea":10,"\u00e8":10,"\u00e9":10,"\u00e7":10,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":10,"\u00d6":10,"\u00c7":10,"}":4,"y":10,"w":7,"v":10,"u":3,"t":9,"q":10,"o":10,"l":3,"f":9,"e":10,"d":10,"c":10,"a":4,"]":4,"\\":25,"Y":31,"W":14,"V":21,"U":10,"T":29,"S":4,"Q":10,"O":10,"G":10,"C":10,"@":7,"?":22,"-":7,"*":22,")":4,"'":18,"\"":18,"\u00fd":10,"\u00dd":31,"\u0160":4,"\u0142":3,"\u00f0":10}},"\u00ca":{"d":"36,-280r39,-66r50,0r40,66r-43,0r-22,-29r-22,29r-42,0xm21,0r0,-267r164,0r0,52r-109,0r0,53r105,0r0,51r-105,0r0,61r110,0r0,50r-165,0","w":200,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":4,"\u00c2":4,"\ufb02":4,"\ufb01":4,"\u00ff":4,"\u25ca":4,"\u0153":4,"\u0152":4,"\u00d5":4,"\u00c3":4,"\u00c0":4,"\u0394":4,"\u00f8":4,"\u00e6":7,"\u00b1":4,"\u221e":4,"\u00d8":4,"\u00c6":4,"\u2260":4,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-5,"\u00ee":-6,"\u00ec":-8,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00dc":2,"\u00d6":4,"\u00c7":4,"\u00c5":4,"\u00c4":4,"z":1,"y":4,"x":4,"w":4,"v":4,"t":4,"s":4,"q":4,"o":4,"g":4,"f":4,"e":4,"d":4,"c":4,"a":7,"Z":1,"X":1,"V":4,"U":2,"T":4,"S":4,"Q":4,"O":4,"G":4,"C":4,"A":4,"\u017e":1,"\u017d":1,"\u00fd":4,"\u0161":4,"\u0160":4,"\u00f0":4}},"\u00c1":{"d":"5,0r83,-269r60,0r83,269r-57,0r-13,-41r-88,0r-12,41r-56,0xm86,-91r62,0r-31,-101xm86,-280r38,-66r60,0r-52,66r-46,0","w":236,"k":{"\u00d9":10,"\u00db":10,"\u00da":10,"\u00d2":10,"\u00d4":10,"\u00d3":10,"\ufb02":6,"\ufb01":6,"\u2039":7,"\u0178":31,"\u00ff":10,"\u25ca":9,"\u2019":18,"\u2018":25,"\u201d":18,"\u201c":25,"\u2014":7,"\u2013":7,"\u0153":10,"\u0152":10,"\u00d5":10,"\u00ab":7,"\u0394":9,"\u00f8":10,"\u00e6":4,"\u03c0":5,"\u00b1":9,"\u221e":9,"\u00d8":10,"\u2260":9,"\u2122":25,"\u00a9":5,"\u00ae":5,"\u2022":7,"\u2020":7,"\u00fc":3,"\u00fb":3,"\u00f9":3,"\u00fa":3,"\u00f5":10,"\u00f6":10,"\u00f4":10,"\u00f2":10,"\u00f3":10,"\u00eb":10,"\u00ea":10,"\u00e8":10,"\u00e9":10,"\u00e7":10,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":10,"\u00d6":10,"\u00c7":10,"}":4,"y":10,"w":7,"v":10,"u":3,"t":9,"q":10,"o":10,"l":3,"f":9,"e":10,"d":10,"c":10,"a":4,"]":4,"\\":25,"Y":31,"W":14,"V":21,"U":10,"T":29,"S":4,"Q":10,"O":10,"G":10,"C":10,"@":7,"?":22,"-":7,"*":22,")":4,"'":18,"\"":18,"\u00fd":10,"\u00dd":31,"\u0160":4,"\u0142":3,"\u00f0":10}},"\u00cb":{"d":"41,-280r0,-49r48,0r0,49r-48,0xm112,-280r0,-49r47,0r0,49r-47,0xm21,0r0,-267r164,0r0,52r-109,0r0,53r105,0r0,51r-105,0r0,61r110,0r0,50r-165,0","w":200,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":4,"\u00c2":4,"\ufb02":4,"\ufb01":4,"\u00ff":4,"\u25ca":4,"\u0153":4,"\u0152":4,"\u00d5":4,"\u00c3":4,"\u00c0":4,"\u0394":4,"\u00f8":4,"\u00e6":7,"\u00b1":4,"\u221e":4,"\u00d8":4,"\u00c6":4,"\u2260":4,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-5,"\u00ee":-6,"\u00ec":-8,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00dc":2,"\u00d6":4,"\u00c7":4,"\u00c5":4,"\u00c4":4,"z":1,"y":4,"x":4,"w":4,"v":4,"t":4,"s":4,"q":4,"o":4,"g":4,"f":4,"e":4,"d":4,"c":4,"a":7,"Z":1,"X":1,"V":4,"U":2,"T":4,"S":4,"Q":4,"O":4,"G":4,"C":4,"A":4,"\u017e":1,"\u017d":1,"\u00fd":4,"\u0161":4,"\u0160":4,"\u00f0":4}},"\u00c8":{"d":"21,0r0,-267r164,0r0,52r-109,0r0,53r105,0r0,51r-105,0r0,61r110,0r0,50r-165,0xm86,-280r-53,-66r61,0r38,66r-46,0","w":200,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":4,"\u00c2":4,"\ufb02":4,"\ufb01":4,"\u00ff":4,"\u25ca":4,"\u0153":4,"\u0152":4,"\u00d5":4,"\u00c3":4,"\u00c0":4,"\u0394":4,"\u00f8":4,"\u00e6":7,"\u00b1":4,"\u221e":4,"\u00d8":4,"\u00c6":4,"\u2260":4,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-5,"\u00ee":-6,"\u00ec":-8,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00dc":2,"\u00d6":4,"\u00c7":4,"\u00c5":4,"\u00c4":4,"z":1,"y":4,"x":4,"w":4,"v":4,"t":4,"s":4,"q":4,"o":4,"g":4,"f":4,"e":4,"d":4,"c":4,"a":7,"Z":1,"X":1,"V":4,"U":2,"T":4,"S":4,"Q":4,"O":4,"G":4,"C":4,"A":4,"\u017e":1,"\u017d":1,"\u00fd":4,"\u0161":4,"\u0160":4,"\u00f0":4}},"\u00cd":{"d":"26,-281r33,-66r59,0r-46,66r-46,0xm24,0r0,-267r56,0r0,267r-56,0","w":104},"\u00ce":{"d":"-12,-281r39,-66r50,0r39,66r-43,0r-22,-28r-21,28r-42,0xm24,0r0,-267r56,0r0,267r-56,0","w":104},"\u00cf":{"d":"24,0r0,-267r56,0r0,267r-56,0xm-7,-280r0,-49r48,0r0,49r-48,0xm64,-280r0,-49r48,0r0,49r-48,0","w":104},"\u00cc":{"d":"32,-281r-46,-66r60,0r32,66r-46,0xm24,0r0,-267r56,0r0,267r-56,0","w":104},"\u00d3":{"d":"88,-280r38,-66r60,0r-51,66r-47,0xm120,3v-95,0,-110,-64,-110,-136v0,-73,15,-137,110,-137v95,0,111,64,111,137v0,72,-16,136,-111,136xm120,-47v48,0,54,-34,54,-84v0,-50,-6,-85,-54,-85v-48,0,-53,35,-53,85v0,50,5,84,53,84","k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00c1":10,"\u00c2":10,"\u0178":11,"\u00c3":10,"\u00c0":10,"\u2026":11,"\u00e6":4,"\u00c6":10,"\u00ee":-3,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":2,"\u00c5":10,"\u00c4":10,"}":7,"g":4,"a":4,"]":7,"\\":7,"Z":8,"Y":11,"X":13,"W":5,"V":10,"U":2,"T":6,"S":7,"J":11,"A":10,"\/":7,".":11,",":11,")":4,"\u017d":8,"\u00dd":11,"\u0160":7}},"\u00d4":{"d":"56,-280r39,-66r50,0r40,66r-44,0r-21,-29r-22,29r-42,0xm120,3v-95,0,-110,-64,-110,-136v0,-73,15,-137,110,-137v95,0,111,64,111,137v0,72,-16,136,-111,136xm120,-47v48,0,54,-34,54,-84v0,-50,-6,-85,-54,-85v-48,0,-53,35,-53,85v0,50,5,84,53,84","k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00c1":10,"\u00c2":10,"\u0178":11,"\u00c3":10,"\u00c0":10,"\u2026":11,"\u00e6":4,"\u00c6":10,"\u00ee":-3,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":2,"\u00c5":10,"\u00c4":10,"}":7,"g":4,"a":4,"]":7,"\\":7,"Z":8,"Y":11,"X":13,"W":5,"V":10,"U":2,"T":6,"S":7,"J":11,"A":10,"\/":7,".":11,",":11,")":4,"\u017d":8,"\u00dd":11,"\u0160":7}},"\uf8ff":{"d":"62,-235r-3,-3v46,-46,135,-46,181,0r-2,3v-44,-45,-132,-46,-176,0xm240,-29v-46,46,-135,46,-181,0r3,-3v44,45,131,46,176,1xm254,-43v0,0,-1,-2,-3,-3v42,-47,42,-128,0,-175r3,-3v43,46,43,134,0,181xm45,-43v-42,-47,-42,-134,0,-181r3,3v-40,47,-41,128,0,175v-2,1,-3,3,-3,3xm222,-49v-37,36,-108,35,-145,0r3,-3v36,35,104,36,139,0xm220,-215v-35,-35,-104,-36,-140,0r-3,-3v37,-36,108,-37,145,0xm66,-61v-34,-38,-34,-107,0,-145r2,3v-32,37,-31,102,0,139xm234,-62r-3,-2v32,-36,34,-103,0,-139r3,-3v34,37,34,107,0,144xm207,-66v-29,29,-86,29,-115,0r2,-2v29,27,83,28,111,0xm217,-76r-2,-2v25,-29,26,-82,0,-111r2,-2v28,29,27,86,0,115xm205,-199v-29,-27,-81,-28,-110,0r-3,-3v29,-29,87,-29,116,0xm82,-76v-26,-30,-27,-85,0,-115r3,2v-26,29,-26,82,0,111v-1,1,-2,1,-3,2xm106,-186r-2,-3v23,-23,69,-22,92,1r-2,2v-23,-21,-65,-21,-88,0xm204,-87r-2,-3v20,-23,20,-64,0,-87r2,-3v22,25,22,68,0,93xm95,-87v-21,-25,-21,-68,0,-93r3,3v-21,23,-21,64,0,87xm196,-78v-24,23,-69,22,-93,-1r3,-2v23,21,64,21,87,0xm194,-97v5,-16,18,-53,-3,-71r3,-2v17,19,17,54,0,73xm186,-89v-19,18,-54,18,-73,0r2,-3v18,17,51,17,69,0xm105,-97v-16,-19,-16,-54,0,-73r3,2v-16,18,-15,51,0,69xm115,-175r-2,-3v19,-18,54,-19,73,0r-2,3v-18,-17,-51,-17,-69,0xm179,-98v-14,15,-44,16,-59,1v6,-6,19,10,30,7v11,2,22,-10,29,-8xm114,-104v-13,-16,-13,-43,0,-59v-1,14,-15,40,3,56xm196,-134v0,9,-5,33,-13,27v11,-14,13,-39,0,-54v9,-3,13,18,13,27xm150,-177v-11,-3,-23,13,-30,7v16,-14,43,-15,59,0v-5,6,-18,-10,-29,-7xm171,-160v-14,-16,-36,-1,-45,-3v12,-11,36,-12,48,0xm173,-104v-12,12,-35,11,-47,0v9,-3,31,14,45,-3xm120,-110v-9,-12,-10,-35,0,-47v4,9,-12,30,3,44xm187,-134v0,8,-4,28,-11,21v9,-11,9,-30,0,-41r3,-3v5,6,8,14,8,23xm168,-109v-10,8,-27,8,-37,0v7,-5,24,11,35,-3xm166,-155v-10,-13,-29,1,-35,-3v10,-9,27,-9,37,0v-1,1,-2,3,-2,3xm126,-115v-8,-10,-8,-27,0,-37v5,7,-10,23,3,34xm180,-134v0,6,-3,22,-9,17v11,-10,-2,-29,3,-35v4,5,6,11,6,18xm173,-134v0,4,-3,17,-7,12v7,-7,-1,-21,2,-25v3,4,5,8,5,13xm164,-115v-8,7,-21,6,-29,0v7,-4,18,8,26,-2xm131,-120v-5,-8,-6,-19,0,-27v6,4,-6,17,3,25xm161,-150v-8,-9,-20,1,-25,-2v8,-6,19,-7,27,0xm159,-120v-5,4,-14,4,-19,0v4,-2,15,-1,19,0xm159,-147v-4,1,-15,0,-19,0v5,-4,14,-4,19,0xm136,-125v-2,-6,-3,-12,0,-18v2,3,1,15,0,18xm163,-143v4,5,4,18,-2,17v5,-5,-2,-15,2,-17","w":299},"\u00d2":{"d":"120,3v-95,0,-110,-64,-110,-136v0,-73,15,-137,110,-137v95,0,111,64,111,137v0,72,-16,136,-111,136xm120,-47v48,0,54,-34,54,-84v0,-50,-6,-85,-54,-85v-48,0,-53,35,-53,85v0,50,5,84,53,84xm105,-280r-52,-66r61,0r38,66r-47,0","k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00c1":10,"\u00c2":10,"\u0178":11,"\u00c3":10,"\u00c0":10,"\u2026":11,"\u00e6":4,"\u00c6":10,"\u00ee":-3,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":2,"\u00c5":10,"\u00c4":10,"}":7,"g":4,"a":4,"]":7,"\\":7,"Z":8,"Y":11,"X":13,"W":5,"V":10,"U":2,"T":6,"S":7,"J":11,"A":10,"\/":7,".":11,",":11,")":4,"\u017d":8,"\u00dd":11,"\u0160":7}},"\u00da":{"d":"88,-280r38,-66r60,0r-52,66r-46,0xm120,4v-145,0,-91,-151,-101,-271r57,0r0,168v0,36,8,52,45,52v36,0,46,-15,46,-52r0,-168r54,0v-10,120,44,271,-101,271","k":{"\u00d2":2,"\u00d4":2,"\u00d3":2,"\u00c1":10,"\u00c2":10,"\u0152":2,"\u00d5":2,"\u00c3":10,"\u00c0":10,"\u2026":7,"\u00e6":4,"\u00d8":2,"\u00c6":10,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00d6":2,"\u00c7":2,"\u00c5":10,"\u00c4":10,"a":4,"X":4,"S":4,"Q":2,"O":2,"J":11,"G":2,"C":2,"A":10,"\/":4,".":7,",":7,"\u0160":4}},"\u00db":{"d":"55,-280r40,-66r50,0r39,66r-43,0r-22,-29r-21,29r-43,0xm120,4v-145,0,-91,-151,-101,-271r57,0r0,168v0,36,8,52,45,52v36,0,46,-15,46,-52r0,-168r54,0v-10,120,44,271,-101,271","k":{"\u00d2":2,"\u00d4":2,"\u00d3":2,"\u00c1":10,"\u00c2":10,"\u0152":2,"\u00d5":2,"\u00c3":10,"\u00c0":10,"\u2026":7,"\u00e6":4,"\u00d8":2,"\u00c6":10,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00d6":2,"\u00c7":2,"\u00c5":10,"\u00c4":10,"a":4,"X":4,"S":4,"Q":2,"O":2,"J":11,"G":2,"C":2,"A":10,"\/":4,".":7,",":7,"\u0160":4}},"\u00d9":{"d":"120,4v-145,0,-91,-151,-101,-271r57,0r0,168v0,36,8,52,45,52v36,0,46,-15,46,-52r0,-168r54,0v-10,120,44,271,-101,271xm105,-280r-52,-66r60,0r39,66r-47,0","k":{"\u00d2":2,"\u00d4":2,"\u00d3":2,"\u00c1":10,"\u00c2":10,"\u0152":2,"\u00d5":2,"\u00c3":10,"\u00c0":10,"\u2026":7,"\u00e6":4,"\u00d8":2,"\u00c6":10,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00d6":2,"\u00c7":2,"\u00c5":10,"\u00c4":10,"a":4,"X":4,"S":4,"Q":2,"O":2,"J":11,"G":2,"C":2,"A":10,"\/":4,".":7,",":7,"\u0160":4}},"\u0131":{"d":"19,0r0,-204r54,0r0,204r-54,0","w":92},"\u02c6":{"d":"23,-223r40,-66r50,0r39,66r-43,0r-22,-29r-21,29r-43,0","w":175},"\u02dc":{"d":"46,-221r-35,-20v14,-27,29,-40,52,-40v34,0,46,33,66,-2r34,21v-14,27,-29,40,-52,40v-33,0,-45,-33,-65,1","w":175},"\u00af":{"d":"23,-223r0,-45r129,0r0,45r-129,0","w":175},"\u0304":{"d":"23,-223r0,-45r129,0r0,45r-129,0","w":175},"\u02d8":{"d":"87,-221v-48,0,-60,-21,-66,-64r39,-6v4,22,9,29,27,29v18,0,25,-7,28,-29r39,6v-6,44,-19,64,-67,64","w":175},"\u02d9":{"d":"60,-223r0,-50r55,0r0,50r-55,0","w":175},"\u02da":{"d":"87,-220v-33,0,-44,-21,-44,-48v0,-28,11,-49,44,-49v32,0,45,21,45,49v0,27,-13,48,-45,48xm87,-246v14,0,18,-9,18,-22v0,-13,-4,-23,-18,-23v-14,0,-17,10,-17,23v0,13,3,22,17,22","w":175},"\u00b8":{"d":"139,49v0,45,-59,44,-91,29r11,-25v16,6,45,11,45,-8v4,-18,-28,-7,-35,-19r6,-29r29,0r-3,18v22,-1,38,6,38,34","w":175},"\u02dd":{"d":"25,-223r36,-66r56,0r-50,66r-42,0xm99,-223r37,-66r55,0r-50,66r-42,0","w":175},"\u02db":{"d":"113,84v-37,1,-69,-2,-65,-37v5,-40,26,-61,70,-55v-18,15,-33,33,-33,47v0,14,13,16,28,15r0,30","w":175},"\u02c7":{"d":"63,-223r-40,-66r44,0r21,28r22,-28r42,0r-39,66r-50,0","w":175},"\u00d0":{"d":"0,-112r0,-45r21,0r0,-110r83,0v85,0,117,31,117,133v0,104,-32,134,-117,134r-83,0r0,-112r-21,0xm77,-49v63,2,87,1,87,-84v0,-84,-24,-83,-87,-82r0,58r38,0r0,45r-38,0r0,63","w":231,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00c1":10,"\u00c2":10,"\u0178":11,"\u00c3":10,"\u00c0":10,"\u2026":11,"\u00e6":4,"\u00c6":10,"\u00ee":-3,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":2,"\u00c5":10,"\u00c4":10,"}":7,"g":4,"a":4,"]":7,"\\":7,"Z":8,"Y":11,"X":11,"W":5,"V":13,"U":2,"T":6,"S":7,"J":11,"A":10,"\/":7,".":11,",":11,")":4,"\u017d":8,"\u00dd":11,"\u0160":7}},"\u00a4":{"d":"8,-143r0,-38r37,0v0,-91,97,-107,165,-72r-26,46v-29,-14,-82,-20,-84,26r61,0r0,38r-64,0r0,19r64,0r0,39r-61,0v2,48,57,42,85,26r24,44v-20,12,-41,18,-73,18v-58,0,-84,-26,-91,-88r-37,0r0,-39r34,0r0,-19r-34,0","w":219,"k":{"9":6,"8":7,"6":7,"4":11,"0":7}},"\u00a0":{"w":61,"k":{"\u2018":4,"\u201c":4}}}});

Cufon.registerFont({"w":171,"face":{"font-family":"AntennaCond_Medium","font-weight":500,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 0 6 6 0 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"3","bbox":"-13 -343 483 82.3205","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+FB04"},"glyphs":{" ":{"w":63,"k":{"\u2018":4,"\u201c":4}},"\ufb01":{"d":"6,-166r0,-35r32,0v-5,-55,18,-81,79,-76r0,35v-32,-3,-44,9,-39,41r39,0r0,35r-39,0r0,166r-40,0r0,-166r-32,0xm138,0r0,-201r41,0r0,201r-41,0xm138,-224r0,-43r41,0r0,43r-41,0","w":199},"\ufb02":{"d":"6,-166r0,-35r32,0v-5,-55,18,-81,79,-76r0,35v-32,-3,-44,9,-39,41r39,0r0,35r-39,0r0,166r-40,0r0,-166r-32,0xm201,0v-42,2,-63,-5,-63,-50r0,-227r41,0r0,222v0,16,0,20,22,20r0,35","w":213,"k":{"\u2039":4,"\u00ff":3,"\u2019":11,"\u2018":7,"\u201d":11,"\u201c":7,"\u2014":11,"\u2013":11,"\u0153":6,"\u00ab":4,"\u00f8":6,"\u00e6":5,"\u00fc":5,"\u00fb":5,"\u00f9":5,"\u00fa":5,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00ef":4,"\u00ee":4,"\u00ec":4,"\u00ed":4,"\u00eb":6,"\u00ea":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":5,"\u00e3":5,"\u00e4":5,"\u00e2":5,"\u00e0":5,"\u00e1":5,"}":4,"y":3,"x":4,"w":3,"v":3,"u":5,"t":4,"s":4,"q":6,"o":6,"l":4,"j":4,"i":4,"g":4,"e":6,"d":6,"c":6,"a":5,"]":4,"@":1,"-":11,"'":9,"\"":9,"\u00fd":3,"\u0161":4,"\u0142":4,"\u00f0":6}},"\ufb04":{"d":"138,0r0,-166r-60,0r0,166r-40,0r0,-166r-32,0r0,-35r32,0v-5,-55,18,-81,79,-76r0,35v-32,-3,-44,9,-39,41r60,0v-5,-55,17,-81,79,-76r0,35v-32,-3,-42,9,-38,41r38,0r0,35r-38,0r0,166r-41,0xm302,0v-42,2,-63,-5,-63,-50r0,-227r40,0r0,222v0,16,1,20,23,20r0,35","w":314,"k":{"\u2039":4,"\u00ff":3,"\u2019":11,"\u2018":7,"\u201d":11,"\u201c":7,"\u2014":11,"\u2013":11,"\u0153":6,"\u00ab":4,"\u00f8":6,"\u00e6":5,"\u00fc":5,"\u00fb":5,"\u00f9":5,"\u00fa":5,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00ef":4,"\u00ee":4,"\u00ec":4,"\u00ed":4,"\u00eb":6,"\u00ea":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":5,"\u00e3":5,"\u00e4":5,"\u00e2":5,"\u00e0":5,"\u00e1":5,"}":4,"y":3,"x":4,"w":3,"v":3,"u":5,"t":4,"s":4,"q":6,"o":6,"l":4,"j":4,"i":4,"g":4,"e":6,"d":6,"c":6,"a":5,"]":4,"@":1,"-":11,"'":9,"\"":9,"\u00fd":3,"\u0161":4,"\u0142":4,"\u00f0":6}},"\ufb03":{"d":"138,0r0,-166r-60,0r0,166r-40,0r0,-166r-32,0r0,-35r32,0v-5,-55,18,-81,79,-76r0,35v-32,-3,-44,9,-39,41r60,0v-5,-55,17,-81,79,-76r0,35v-32,-3,-42,9,-38,41r38,0r0,35r-38,0r0,166r-41,0xm239,0r0,-201r40,0r0,201r-40,0xm239,-224r0,-43r40,0r0,43r-40,0","w":299},"\ufb00":{"d":"138,0r0,-166r-60,0r0,166r-40,0r0,-166r-32,0r0,-35r32,0v-5,-55,18,-81,79,-76r0,35v-32,-3,-44,9,-39,41r60,0v-7,-58,23,-82,87,-76r0,35v-34,-3,-53,4,-46,41r46,0r0,35r-46,0r0,166r-41,0","w":227,"k":{"\u2039":1,"\u2019":-11,"\u2018":-11,"\u201d":-11,"\u201c":-11,"\u2014":3,"\u2013":3,"\u0153":4,"\u2026":11,"\u00ab":1,"\u00f8":4,"\u00e6":7,"\u2122":-14,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"x":4,"s":1,"q":5,"o":4,"g":4,"e":4,"d":4,"c":4,"a":7,"\\":-14,"@":-2,"\/":7,".":11,"-":3,",":11,"*":-11,"'":-11,"\"":-11,"\u0161":1,"\u00f0":4}},"\u00f0":{"d":"82,-206r0,-29r24,-6v-6,-8,-12,-15,-19,-21r30,-19v10,7,20,18,28,31r34,-8r0,28r-21,5v23,72,54,228,-63,228v-65,0,-83,-40,-83,-100v0,-53,14,-97,73,-97v23,0,40,6,49,16v-3,-11,-8,-24,-14,-37xm95,-32v39,0,42,-29,42,-64v0,-35,-3,-64,-42,-64v-38,0,-43,29,-43,64v0,35,5,64,43,64","w":189,"k":{"\u2019":-4,"\u201d":-4}},"\u0141":{"d":"0,-105r0,-34r23,-13r0,-115r41,0r0,92r42,-23r0,34r-42,23r0,104r108,0r0,37r-149,0r0,-117","w":177,"k":{"\u00d9":11,"\u00db":11,"\u00da":11,"\u00d2":9,"\u00d4":9,"\u00d3":9,"\u00b7":11,"\ufb02":7,"\ufb01":7,"\u203a":4,"\u2039":5,"\u0178":32,"\u00ff":18,"\u25ca":7,"\u2019":29,"\u2018":29,"\u201d":29,"\u201c":29,"\u2014":12,"\u2013":12,"\u0153":5,"\u0152":9,"\u00d5":9,"\u00bb":4,"\u00ab":5,"\u0394":7,"\u00f8":5,"\u00e6":4,"\u00b1":7,"\u221e":7,"\u00d8":9,"\u2260":7,"\u2122":47,"\u2022":14,"\u2020":7,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":5,"\u00ea":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":11,"\u00d6":9,"\u00c7":9,"}":7,"y":18,"w":16,"v":18,"u":4,"t":7,"q":5,"o":5,"g":1,"f":7,"e":5,"d":5,"c":5,"a":4,"]":7,"\\":29,"Y":32,"X":4,"W":23,"V":29,"U":11,"T":29,"S":5,"Q":9,"O":9,"G":9,"C":9,"@":-4,"?":13,"-":12,"*":36,")":4,"'":22,"\"":22,"\u00fd":18,"\u00dd":32,"\u0160":5,"\u00f0":5}},"\u0142":{"d":"7,-135r0,-35r28,-16r0,-91r40,0r0,68r31,-18r0,35r-31,18r0,119v0,16,1,20,23,20r0,35v-42,2,-63,-5,-63,-50r0,-100","w":117,"k":{"\u2039":4,"\u00ff":3,"\u2019":11,"\u2018":7,"\u201d":11,"\u201c":7,"\u2014":11,"\u2013":11,"\u0153":6,"\u00ab":4,"\u00f8":6,"\u00e6":5,"\u00fc":5,"\u00fb":5,"\u00f9":5,"\u00fa":5,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00ef":4,"\u00ee":4,"\u00ec":4,"\u00ed":4,"\u00eb":6,"\u00ea":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":5,"\u00e3":5,"\u00e4":5,"\u00e2":5,"\u00e0":5,"\u00e1":5,"}":4,"y":3,"x":4,"w":3,"v":3,"u":5,"t":4,"s":4,"q":6,"o":6,"l":4,"j":4,"i":4,"g":4,"e":6,"d":6,"c":6,"a":5,"]":4,"@":1,"-":11,"'":9,"\"":9,"\u00fd":3,"\u0161":4,"\u0142":4,"\u00f0":6}},"\u0160":{"d":"80,-282r-40,-60r33,0r26,32r27,-32r32,0r-40,60r-38,0xm100,3v-42,0,-71,-9,-91,-22r21,-32v20,18,117,34,117,-18v0,-28,-15,-35,-58,-51v-46,-17,-70,-35,-70,-77v0,-46,29,-73,84,-73v33,0,55,6,74,15r-18,36v-22,-15,-99,-22,-99,20v0,23,11,30,47,44v57,23,80,36,80,85v0,45,-28,73,-87,73","w":199,"k":{"\u0131":1,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":7,"\u00c2":7,"\ufb02":2,"\ufb01":2,"\u0178":7,"\u00ff":9,"\u25ca":2,"\u2019":4,"\u2018":7,"\u201d":4,"\u201c":7,"\u0152":4,"\u00d5":4,"\u00c3":7,"\u00c0":7,"\u0394":2,"\u00e6":1,"\u00b1":2,"\u221e":2,"\u00d8":4,"\u00c6":7,"\u2260":2,"\u00fc":1,"\u00fb":1,"\u00f9":1,"\u00fa":1,"\u00f1":1,"\u00e5":1,"\u00e3":1,"\u00e4":1,"\u00e2":1,"\u00e0":1,"\u00e1":1,"\u00dc":4,"\u00d6":4,"\u00c7":4,"\u00c5":7,"\u00c4":7,"z":1,"y":9,"x":6,"w":7,"v":9,"u":1,"t":2,"r":1,"p":1,"n":1,"m":1,"g":4,"f":2,"a":1,"Z":4,"Y":7,"X":7,"W":4,"V":7,"U":4,"T":5,"S":7,"Q":4,"O":4,"J":5,"G":4,"C":4,"A":7,"?":4,"\u017e":1,"\u017d":4,"\u00fd":9,"\u00dd":7,"\u0160":7}},"\u0161":{"d":"57,-221r-40,-61r33,0r26,33r27,-33r32,0r-40,61r-38,0xm143,-54v0,69,-94,65,-138,42r16,-31v19,10,84,26,84,-11v0,-16,-9,-22,-40,-34v-35,-14,-53,-27,-53,-60v0,-63,81,-66,124,-46r-15,33v-16,-10,-71,-18,-71,12v0,14,10,20,38,31v37,14,55,27,55,64","w":151,"k":{"\ufb02":2,"\ufb01":2,"\u00ff":6,"\u25ca":2,"\u0153":2,"\u0394":2,"\u00f8":2,"\u00e6":1,"\u00b1":2,"\u221e":2,"\u2260":2,"\u00f5":2,"\u00f6":2,"\u00f4":2,"\u00f2":2,"\u00f3":2,"\u00eb":2,"\u00ea":2,"\u00e8":2,"\u00e9":2,"\u00e7":2,"\u00e5":1,"\u00e3":1,"\u00e4":1,"\u00e2":1,"\u00e0":1,"\u00e1":1,"z":1,"y":6,"x":6,"w":6,"v":6,"q":2,"o":2,"g":4,"f":2,"e":2,"d":2,"c":2,"a":1,"\\":11,"?":7,"\u017e":1,"\u00fd":6,"\u00f0":1}},"\u00dd":{"d":"85,0r0,-94r-84,-173r45,0r60,128r61,-128r43,0r-84,173r0,94r-41,0xm79,-282r39,-60r45,0r-49,60r-35,0","w":211,"k":{"\u0131":25,"\u00d2":9,"\u00d4":9,"\u00d3":9,"\u00c1":29,"\u00c2":29,"\u00b7":14,"\ufb02":13,"\ufb01":13,"\u203a":18,"\u2039":22,"\u00ff":14,"\u25ca":13,"\u2014":14,"\u2013":14,"\u0153":32,"\u0152":9,"\u00d5":9,"\u00c3":29,"\u00c0":29,"\u2026":32,"\u00bb":18,"\u00ab":22,"\u0394":13,"\u00f8":32,"\u00e6":32,"\u03c0":4,"\u00b1":13,"\u221e":13,"\u00d8":9,"\u00c6":25,"\u2260":13,"\u00a9":4,"\u00ae":4,"\u00df":7,"\u2022":14,"\u2020":7,"\u00fc":24,"\u00fb":23,"\u00f9":21,"\u00fa":25,"\u00f5":19,"\u00f6":29,"\u00f4":28,"\u00f2":25,"\u00f3":32,"\u00f1":15,"\u00ef":-6,"\u00ee":-8,"\u00ec":-7,"\u00ed":7,"\u00eb":26,"\u00ea":24,"\u00e8":22,"\u00e9":32,"\u00e7":32,"\u00e5":32,"\u00e3":18,"\u00e4":28,"\u00e2":27,"\u00e0":24,"\u00e1":32,"\u00d6":9,"\u00c7":9,"\u00c5":29,"\u00c4":29,"z":25,"y":18,"x":25,"w":18,"v":18,"u":25,"t":13,"s":25,"r":25,"q":32,"p":25,"o":32,"n":25,"m":25,"j":7,"i":7,"g":32,"f":13,"e":32,"d":32,"c":32,"a":32,"Z":4,"X":5,"S":11,"Q":9,"O":9,"J":29,"G":9,"C":9,"A":29,"@":15,";":11,":":11,"\/":22,".":32,"-":14,",":32,"\u017e":14,"\u017d":4,"\u00fd":18,"\u0161":16,"\u0160":11,"\u00f0":32}},"\u00fd":{"d":"24,57r0,-33v24,3,38,-2,40,-24r-62,-201r41,0r41,144r41,-144r40,0r-68,222v-10,37,-34,37,-73,36xm57,-221r39,-61r45,0r-49,61r-35,0","w":167,"k":{"\u2039":7,"\u2019":-4,"\u201d":-4,"\u2014":5,"\u2013":5,"\u0153":5,"\u2026":18,"\u00ab":7,"\u00f8":5,"\u00e6":7,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":5,"\u00ea":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"}":7,"z":1,"x":4,"s":6,"q":5,"o":5,"g":7,"e":5,"d":5,"c":5,"a":7,"]":7,"\\":7,"@":4,".":18,"-":5,",":18,"\u017e":1,"\u0161":6,"\u00f0":5}},"\u00de":{"d":"23,0r0,-267r41,0r0,43r53,0v63,0,82,28,82,83v0,54,-19,86,-83,86r-52,0r0,55r-41,0xm64,-91v49,0,94,10,94,-48v0,-59,-44,-49,-94,-49r0,97","w":206},"\u00fe":{"d":"19,57r0,-334r40,0r0,93v8,-13,22,-21,57,-21v60,0,67,49,67,104v0,56,-8,104,-68,104v-32,0,-46,-7,-55,-19r0,73r-41,0xm103,-33v34,0,40,-25,40,-66v0,-41,-5,-68,-40,-68v-40,0,-43,28,-43,68v0,40,3,66,43,66","w":194,"k":{"\u00ff":5,"\u2019":5,"\u2018":4,"\u201d":5,"\u201c":4,"\u2026":7,"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"}":7,"z":3,"y":5,"x":6,"w":5,"v":5,"s":2,"a":2,"]":7,"\\":22,"?":7,".":7,",":7,")":4,"\u017e":3,"\u00fd":5,"\u0161":2}},"\u017d":{"d":"78,-282r-39,-60r33,0r26,32r26,-32r32,0r-40,60r-38,0xm10,0r0,-32r121,-197r-116,0r0,-38r166,0r0,35r-121,195r124,0r0,37r-174,0","w":195,"k":{"\u0131":4,"\u00d2":9,"\u00d4":9,"\u00d3":9,"\u00c1":4,"\u00c2":4,"\u00b7":4,"\ufb02":1,"\ufb01":1,"\u2039":5,"\u00ff":12,"\u25ca":1,"\u2014":5,"\u2013":5,"\u0153":7,"\u0152":9,"\u00d5":9,"\u00c3":4,"\u00c0":4,"\u00ab":5,"\u0394":1,"\u00f8":7,"\u00e6":5,"\u00b1":1,"\u221e":1,"\u00d8":9,"\u00c6":4,"\u2260":1,"\u2022":4,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00f1":4,"\u00ef":-4,"\u00ee":-8,"\u00ec":-4,"\u00eb":9,"\u00ea":9,"\u00e8":9,"\u00e9":9,"\u00e7":9,"\u00e5":5,"\u00e3":5,"\u00e4":5,"\u00e2":5,"\u00e0":5,"\u00e1":5,"\u00d6":9,"\u00c7":9,"\u00c5":4,"\u00c4":4,"y":12,"x":4,"w":10,"v":12,"u":4,"t":4,"r":4,"q":9,"p":4,"o":7,"n":4,"m":4,"g":1,"f":1,"e":9,"d":9,"c":9,"a":5,"Z":1,"X":4,"W":2,"V":4,"T":1,"S":5,"Q":9,"O":9,"G":9,"C":9,"A":4,"-":5,"\u017d":1,"\u00fd":12,"\u0160":5,"\u00f0":7}},"\u017e":{"d":"57,-221r-40,-61r33,0r26,33r27,-33r32,0r-40,61r-38,0xm6,0r0,-27r87,-139r-81,0r0,-35r131,0r0,27r-87,141r90,0r0,33r-140,0","w":151,"k":{"\u00ff":1,"\u2014":1,"\u2013":1,"\u0153":3,"\u00f8":3,"\u00e6":3,"\u00f5":3,"\u00f6":3,"\u00f4":3,"\u00f2":3,"\u00f3":3,"\u00eb":3,"\u00ea":3,"\u00e8":3,"\u00e9":3,"\u00e7":3,"\u00e5":3,"\u00e3":3,"\u00e4":3,"\u00e2":3,"\u00e0":3,"\u00e1":3,"y":1,"w":1,"v":1,"s":1,"q":3,"o":3,"g":1,"e":3,"d":3,"c":3,"a":3,"\\":11,"?":7,"-":1,"\u00fd":1,"\u0161":1,"\u00f0":3}},"\u00bd":{"d":"60,0r119,-267r36,0r-119,267r-36,0xm42,-98r0,-139r-24,0r0,-30r58,0r0,169r-34,0xm183,0r0,-23v17,-23,74,-78,70,-98v2,-30,-41,-19,-56,-12r-14,-26v28,-18,112,-19,102,33v8,26,-38,71,-60,99r62,0r0,27r-104,0","w":306},"\u00bc":{"d":"60,0r119,-267r36,0r-119,267r-36,0xm156,-32r0,-25r59,-111r33,0r-58,109r35,0r6,-42r24,0r0,42r22,0r0,27r-22,0r0,32r-30,0r0,-32r-69,0xm42,-98r0,-139r-24,0r0,-30r58,0r0,169r-34,0","w":289},"\u00b9":{"d":"40,-98r0,-139r-25,0r0,-30r59,0r0,169r-34,0","w":103},"\u00be":{"d":"124,-148v0,61,-72,60,-108,40r14,-25v20,11,68,17,62,-18v6,-24,-26,-24,-52,-23r0,-27v22,0,53,2,48,-19v2,-31,-40,-20,-57,-12r-13,-25v30,-15,102,-26,102,29v0,18,-4,31,-17,37v17,6,21,18,21,43xm88,0r119,-267r36,0r-118,267r-37,0xm184,-32r0,-25r59,-111r33,0r-58,109r36,0r6,-42r24,0r0,42r21,0r0,27r-21,0r0,32r-31,0r0,-32r-69,0","w":317},"\u00b3":{"d":"124,-148v0,61,-72,60,-108,40r14,-25v20,11,68,17,62,-18v6,-24,-26,-24,-52,-23r0,-27v22,0,53,2,48,-19v2,-31,-40,-20,-57,-12r-13,-25v30,-15,102,-26,102,29v0,18,-4,31,-17,37v17,6,21,18,21,43","w":143},"\u00b2":{"d":"18,-98r0,-24v17,-23,73,-76,69,-97v2,-31,-41,-20,-56,-12r-13,-27v29,-17,112,-18,102,34v8,26,-38,72,-61,99r63,0r0,27r-104,0","w":142},"\u00a6":{"d":"33,57r0,-138r41,0r0,138r-41,0xm33,-139r0,-138r41,0r0,138r-41,0","w":106},"\u2212":{"d":"30,-109r0,-35r149,0r0,35r-149,0","w":208,"k":{"7":14,"3":4,"2":7,"1":7}},"\u00d7":{"d":"59,-57r-24,-25r45,-45r-45,-44r25,-26r44,45r45,-45r25,26r-45,44r45,45r-25,25r-45,-45","w":208},"!":{"d":"33,0r0,-51r48,0r0,51r-48,0xm39,-78r-3,-189r44,0r-4,189r-37,0","w":114},"\"":{"d":"28,-153r-2,-114r42,0r-2,114r-38,0xm97,-153r-2,-114r42,0r-3,114r-37,0","w":162,"k":{"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c0":18,"\u00e6":4,"\u00c6":18,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00c5":18,"\u00c4":18,"a":4,"X":6,"J":22,"A":18,"8":4,"4":14,"2":4,"1":-7}},"#":{"d":"34,0r11,-75r-29,0r0,-37r35,0r6,-37r-41,0r0,-37r46,0r12,-81r39,0r-13,81r35,0r12,-81r38,0r-12,81r30,0r0,37r-35,0r-6,37r41,0r0,37r-47,0r-11,75r-38,0r11,-75r-34,0r-12,75r-38,0xm86,-109r40,0r7,-43r-41,0","w":219,"k":{"7":4,"2":4}},"$":{"d":"80,33r0,-33v-30,-2,-50,-11,-67,-23r19,-30v13,9,35,20,65,20v33,0,44,-15,44,-39v0,-25,-15,-34,-46,-46v-40,-15,-72,-27,-72,-77v0,-42,17,-66,57,-71r0,-30r39,0r0,30v21,3,38,8,52,15r-19,33v-22,-15,-90,-23,-90,22v0,21,15,30,44,41v39,15,74,29,74,80v0,43,-16,68,-61,74r0,34r-39,0","w":196},"%":{"d":"76,-97v-43,0,-65,-23,-65,-86v0,-64,22,-86,65,-86v43,0,65,22,65,86v0,63,-22,86,-65,86xm76,-128v21,0,29,-13,29,-54v0,-41,-8,-55,-29,-55v-21,0,-29,14,-29,55v0,41,8,54,29,54xm276,3v-43,0,-65,-23,-65,-87v0,-63,22,-86,65,-86v43,0,65,23,65,86v0,64,-22,87,-65,87xm276,-28v21,0,29,-13,29,-54v0,-41,-8,-55,-29,-55v-21,0,-29,14,-29,55v0,41,8,54,29,54xm98,0r119,-267r38,0r-120,267r-37,0","w":351},"&":{"d":"96,3v-59,0,-84,-26,-84,-75v0,-39,23,-60,51,-78v-34,-42,-30,-121,40,-121v40,0,59,19,59,60v0,33,-21,54,-45,71r52,60v9,-23,13,-52,17,-86r36,4v-5,44,-12,83,-27,112r43,50r-50,0r-17,-20v-17,14,-42,23,-75,23xm96,-32v23,0,39,-6,51,-16r-64,-75v-17,13,-31,28,-31,49v0,22,5,42,44,42xm103,-237v-36,0,-21,49,-7,70v17,-12,29,-26,29,-44v0,-16,-5,-26,-22,-26","w":246},"'":{"d":"28,-153r-2,-114r42,0r-2,114r-38,0","w":93,"k":{"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c0":18,"\u00e6":4,"\u00c6":18,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00c5":18,"\u00c4":18,"a":4,"X":6,"J":22,"A":18,"8":4,"4":14,"2":4,"1":-7}},"(":{"d":"91,63v-27,-27,-60,-84,-60,-172v0,-82,33,-146,60,-173r30,20v-23,27,-49,73,-49,153v0,80,28,130,49,153","w":149,"k":{"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":4,"\u00c2":4,"\u0153":4,"\u0152":4,"\u00d5":4,"\u00c3":4,"\u00c0":4,"\u00f8":4,"\u00d8":4,"\u00c6":4,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00d6":4,"\u00c7":4,"\u00c5":4,"\u00c4":4,"q":4,"o":4,"e":4,"d":4,"c":4,"Q":4,"O":4,"J":4,"G":4,"C":4,"A":4,"4":11,"\u00f0":4}},")":{"d":"58,63r-30,-19v22,-28,49,-73,49,-153v0,-80,-28,-130,-49,-153r30,-20v27,27,60,85,60,173v0,82,-33,145,-60,172","w":149},"*":{"d":"73,-103r4,-57r-44,31r-18,-29r50,-27r-50,-27r18,-28r44,31r-4,-58r32,0r-3,59r44,-33r17,29r-49,27r49,27r-17,29r-44,-32r3,58r-32,0","w":178,"k":{"\u00c1":22,"\u00c2":22,"\u00c3":22,"\u00c0":22,"\u2026":50,"\u00c6":22,"\u00c5":22,"\u00c4":22,"t":-4,"X":7,"J":22,"A":22,"4":7,".":50,",":50}},"+":{"d":"85,-42r0,-67r-55,0r0,-35r55,0r0,-67r38,0r0,67r56,0r0,35r-56,0r0,67r-38,0","w":208,"k":{"7":14,"3":4,"2":7,"1":7}},",":{"d":"29,47r-11,-21v19,-10,21,-13,21,-26r-21,0r0,-51r47,0v-2,50,12,80,-36,98","w":82,"k":{"\u00d9":7,"\u00db":7,"\u00da":7,"\u00d2":11,"\u00d4":11,"\u00d3":11,"\ufb02":4,"\ufb01":4,"\u0178":32,"\u00ff":18,"\u25ca":4,"\u2019":22,"\u2018":29,"\u201d":22,"\u201c":29,"\u0153":7,"\u0152":11,"\u00d5":11,"\u0394":4,"\u00f8":7,"\u00b1":4,"\u221e":4,"\u00d8":11,"\u2260":4,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00dc":7,"\u00d6":11,"\u00c7":11,"y":18,"w":14,"v":18,"t":4,"q":7,"o":7,"l":4,"f":4,"e":7,"d":7,"c":7,"Y":32,"W":25,"V":29,"U":7,"T":29,"Q":11,"O":11,"G":11,"C":11,"9":14,"8":4,"7":14,"6":4,"4":12,"1":11,"0":4," ":4,"\u00fd":18,"\u00dd":32,"\u0142":4,"\u00f0":7}},"-":{"d":"13,-97r0,-37r100,0r0,37r-100,0","w":126,"k":{"\u00c1":7,"\u00c2":7,"\u0178":14,"\u00ff":5,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"z":1,"y":5,"x":11,"w":5,"v":5,"Z":1,"Y":14,"X":11,"W":7,"V":11,"T":18,"S":7,"J":18,"A":7,"7":18,"3":11,"2":11,"1":7,"\u017e":1,"\u017d":1,"\u00fd":5,"\u00dd":14,"\u0160":7}},"\u00ad":{"d":"13,-97r0,-37r100,0r0,37r-100,0","w":126},".":{"d":"18,0r0,-51r47,0r0,51r-47,0","w":82,"k":{"\u00d9":7,"\u00db":7,"\u00da":7,"\u00d2":11,"\u00d4":11,"\u00d3":11,"\ufb02":4,"\ufb01":4,"\u0178":32,"\u00ff":18,"\u25ca":4,"\u2019":22,"\u2018":29,"\u201d":22,"\u201c":29,"\u0153":7,"\u0152":11,"\u00d5":11,"\u0394":4,"\u00f8":7,"\u00b1":4,"\u221e":4,"\u00d8":11,"\u2260":4,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00dc":7,"\u00d6":11,"\u00c7":11,"y":18,"w":14,"v":18,"t":4,"q":7,"o":7,"l":4,"f":4,"e":7,"d":7,"c":7,"Y":32,"W":25,"V":29,"U":7,"T":29,"Q":11,"O":11,"G":11,"C":11,"9":14,"8":4,"7":14,"6":4,"4":12,"1":11,"0":4," ":4,"\u00fd":18,"\u00dd":32,"\u0142":4,"\u00f0":7}},"\/":{"d":"0,0r121,-267r40,0r-120,267r-41,0","w":161,"k":{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00c1":25,"\u00c2":25,"\u00ff":7,"\u0153":22,"\u0152":7,"\u00d5":7,"\u00c3":25,"\u00c0":25,"\u2026":47,"\u00f8":22,"\u00e6":22,"\u00d8":7,"\u00c6":25,"\u00fc":14,"\u00fb":14,"\u00f9":14,"\u00fa":14,"\u00f5":22,"\u00f6":22,"\u00f4":22,"\u00f2":22,"\u00f3":22,"\u00f1":14,"\u00eb":22,"\u00ea":22,"\u00e8":22,"\u00e9":22,"\u00e7":22,"\u00e5":22,"\u00e3":22,"\u00e4":22,"\u00e2":22,"\u00e0":22,"\u00e1":22,"\u00d6":7,"\u00c7":7,"\u00c5":25,"\u00c4":25,"z":11,"y":7,"x":11,"w":7,"v":7,"u":14,"s":11,"r":14,"q":22,"p":14,"o":22,"n":14,"m":14,"g":22,"e":22,"d":22,"c":22,"a":22,"Q":7,"O":7,"J":32,"G":7,"C":7,"A":25,"9":7,"8":7,"7":-4,"6":11,"4":36,"2":4,"0":11,"\/":45,".":47,",":47,"\u017e":11,"\u00fd":7,"\u0161":11,"\u00f0":22}},"0":{"d":"109,3v-77,0,-89,-46,-89,-136v0,-89,11,-137,89,-137v77,0,89,49,89,137v0,91,-12,136,-89,136xm109,-35v40,0,48,-27,48,-98v0,-71,-9,-98,-48,-98v-40,0,-48,27,-48,98v0,71,8,98,48,98","w":218,"k":{"\u2044":14,"\u2026":4,"\\":11,"7":6,"3":2,"\/":11,".":4,",":4}},"1":{"d":"46,0r0,-230r-38,0r0,-37r79,0r0,267r-41,0","w":117,"k":{"7":7,"4":4,"3":2,"2":4}},"2":{"d":"11,0r0,-32v29,-38,120,-125,111,-164v7,-47,-66,-38,-91,-23r-18,-34v19,-10,41,-17,77,-17v52,0,72,23,72,68v13,44,-64,122,-100,166r104,0r0,36r-155,0","w":183,"k":{"\u00f7":7,"\u2019":2,"\u201d":2,"\u2014":7,"\u2013":7,"=":4,"<":7,"9":4,"7":6,"4":7,"2":4,"-":7,"+":7,"\u2212":7}},"3":{"d":"84,3v-34,0,-54,-6,-75,-18r19,-33v34,20,107,27,99,-34v9,-40,-37,-45,-81,-42r0,-36v37,2,82,0,75,-35v4,-53,-62,-36,-91,-24r-17,-33v44,-23,148,-39,148,46v0,35,-8,52,-27,60v26,8,33,24,33,68v0,60,-26,81,-83,81","w":183,"k":{"7":4,"4":1}},"4":{"d":"12,-58r0,-32r93,-177r43,0r-93,175r66,0r8,-79r29,0r0,79r35,0r0,34r-35,0r0,58r-37,0r0,-58r-109,0","w":201,"k":{"\u2030":7,"\u2019":11,"\u201d":11,"\u00b0":14,"\\":14,"9":4,"7":9,"5":4,"3":7,"2":1,"\/":4,"*":4,"'":7,"%":7,"\"":7}},"5":{"d":"177,-89v0,116,-104,101,-167,74r19,-33v35,17,116,35,107,-40v7,-67,-56,-57,-85,-39r-31,-9r7,-131r137,0r0,37r-103,0r-3,64v10,-6,25,-11,49,-11v49,0,70,19,70,88","w":190,"k":{"9":4,"7":7,"3":4,"2":1}},"6":{"d":"108,3v-80,0,-89,-42,-89,-114v0,-115,20,-163,142,-156r0,37v-68,-5,-106,18,-101,69v10,-13,30,-20,61,-20v60,0,72,35,72,88v0,64,-19,96,-85,96xm109,-33v35,0,43,-19,43,-59v0,-37,-10,-55,-43,-55v-29,0,-49,15,-49,53v0,42,9,61,49,61","w":207,"k":{"\u2044":11,"\u2019":4,"\u201d":4,"\u2026":4,"\u00b0":4,"\\":7,"9":7,"7":9,"3":4,"2":1,"\/":11,".":4,",":4,"'":4,"\"":4}},"7":{"d":"39,0r77,-230r-109,0r0,-37r153,0r0,32r-78,235r-43,0","w":165,"k":{"\u00b7":7,"\u203a":4,"\u2039":4,"\u20ac":7,"\u2044":25,"\u2019":-5,"\u201d":-5,"\u2014":7,"\u2013":7,"\u2026":25,"\u00bb":4,"\u00ab":4,"\u00a2":11,"\\":-7,"=":4,";":4,":":4,"8":2,"7":-4,"6":2,"4":11,"3":1,"2":1,"1":-4,"0":2,"\/":25,".":25,"-":7,",":25,"'":-5,"\"":-5}},"8":{"d":"104,3v-77,0,-87,-38,-87,-79v0,-33,2,-60,35,-71v-25,-10,-28,-32,-28,-58v0,-34,14,-65,80,-65v67,0,80,31,80,65v0,26,-4,48,-29,58v34,11,37,38,37,71v0,41,-11,79,-88,79xm104,-32v39,0,46,-20,46,-49v0,-28,-7,-46,-46,-46v-39,0,-46,18,-46,46v0,29,7,49,46,49xm104,-161v32,0,40,-14,40,-37v0,-23,-8,-36,-40,-36v-32,0,-40,13,-40,36v0,23,8,37,40,37","w":207,"k":{"\u2044":7,"\u2026":4,"\\":7,"9":4,"7":6,"3":4,"2":1,"\/":4,".":4,",":4,"'":4,"\"":4}},"9":{"d":"46,0r0,-36v68,5,106,-17,101,-69v-10,13,-31,20,-61,20v-60,0,-72,-35,-72,-88v0,-63,19,-97,85,-97v79,0,90,42,90,114v0,115,-21,163,-143,156xm98,-119v29,0,49,-15,49,-53v0,-42,-9,-61,-49,-61v-35,0,-43,20,-43,60v0,37,10,54,43,54","w":207,"k":{"\u2044":14,"\u2026":11,"\\":11,"7":4,"3":2,"2":1,"\/":14,".":11,",":11}},":":{"d":"21,0r0,-50r47,0r0,50r-47,0xm21,-151r0,-50r47,0r0,50r-47,0","w":88,"k":{"\u0178":11,"Y":11,"W":4,"V":7,"T":9,"7":9,"\u00dd":11}},";":{"d":"21,-151r0,-50r47,0r0,50r-47,0xm32,47r-11,-21v19,-10,21,-13,21,-26r-21,0r0,-50r47,0v-2,50,11,79,-36,97","w":88,"k":{"\u0178":11,"Y":11,"W":4,"V":7,"T":9,"7":9,"\u00dd":11}},"<":{"d":"165,-35r-134,-75r0,-29r134,-75r0,39r-92,50r92,51r0,39","w":208},"=":{"d":"30,-69r0,-37r149,0r0,37r-149,0xm30,-144r0,-37r149,0r0,37r-149,0","w":208,"k":{"7":14,"2":7,"1":7}},">":{"d":"43,-35r0,-39r92,-50r-92,-51r0,-39r134,75r0,29","w":208,"k":{"7":14,"3":7,"2":7,"1":11}},"?":{"d":"172,-208v0,64,-76,75,-63,133r-40,0v0,-41,3,-50,36,-81v19,-18,27,-27,27,-45v0,-42,-71,-34,-93,-18r-18,-34v19,-9,45,-17,78,-17v58,0,73,26,73,62xm66,0r0,-46r47,0r0,46r-47,0","w":192},"@":{"d":"153,59v-95,0,-136,-45,-136,-164v0,-119,41,-164,136,-164v95,0,135,45,135,164v0,67,-9,93,-52,93v-27,0,-39,-9,-43,-24v-9,15,-25,24,-57,24v-54,0,-61,-44,-61,-93v0,-50,8,-93,62,-93v32,0,42,6,50,19r7,-18r26,3r0,122v1,27,2,36,20,36v18,0,24,-11,24,-69v0,-106,-34,-141,-111,-141v-77,0,-111,35,-111,141v0,106,34,141,111,141v34,0,63,-8,84,-16r9,21v-23,10,-53,18,-93,18xm147,-43v36,0,37,-25,37,-62v0,-40,-3,-60,-37,-60v-31,0,-35,24,-35,61v0,37,4,61,35,61","w":305,"k":{"\u00c1":7,"\u00c2":7,"\u0178":14,"\u00ff":4,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"y":4,"x":4,"w":4,"v":4,"Y":14,"X":7,"W":9,"V":11,"T":5,"A":7,"\u00fd":4,"\u00dd":14}},"A":{"d":"6,0r83,-269r44,0r83,269r-43,0r-15,-51r-95,0r-15,51r-42,0xm73,-89r74,0r-36,-122","w":222,"k":{"\u00d9":9,"\u00db":9,"\u00da":9,"\u00d2":9,"\u00d4":9,"\u00d3":9,"\ufb02":6,"\ufb01":6,"\u2039":7,"\u0178":29,"\u00ff":9,"\u25ca":7,"\u2019":18,"\u2018":25,"\u201d":18,"\u201c":25,"\u2014":7,"\u2013":7,"\u0153":9,"\u0152":9,"\u00d5":9,"\u00ab":7,"\u0394":7,"\u00f8":9,"\u00e6":4,"\u03c0":4,"\u00b1":7,"\u221e":7,"\u00d8":9,"\u2260":7,"\u2122":25,"\u00a9":4,"\u00ae":4,"\u2022":7,"\u2020":7,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":9,"\u00f6":9,"\u00f4":9,"\u00f2":9,"\u00f3":9,"\u00eb":9,"\u00ea":9,"\u00e8":9,"\u00e9":9,"\u00e7":9,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":9,"\u00d6":9,"\u00c7":9,"}":4,"y":9,"w":7,"v":9,"u":2,"t":7,"q":9,"o":9,"l":2,"f":7,"e":9,"d":9,"c":9,"a":4,"]":4,"\\":25,"Y":29,"W":14,"V":20,"U":9,"T":29,"S":4,"Q":9,"O":9,"G":9,"C":9,"@":7,"?":18,"-":7,"*":22,")":4,"'":18,"\"":18,"\u00fd":9,"\u00dd":29,"\u0160":4,"\u0142":2,"\u00f0":9}},"B":{"d":"23,0r0,-267v77,0,169,-12,169,68v0,34,-13,52,-33,59v25,8,38,27,38,66v0,89,-91,73,-174,74xm64,-36v45,-1,91,11,91,-41v0,-52,-46,-39,-91,-41r0,82xm64,-155v42,-1,86,9,86,-38v0,-46,-45,-36,-86,-37r0,75","w":210,"k":{"\u00c1":5,"\u00c2":5,"\u0178":9,"\u2019":4,"\u2018":4,"\u201d":4,"\u201c":4,"\u00c3":5,"\u00c0":5,"\u00c6":5,"\u00ee":-4,"\u00c5":5,"\u00c4":5,"\\":4,"Z":4,"Y":9,"X":6,"W":2,"V":4,"T":4,"S":4,"J":4,"A":5,"\/":4,"\u017d":4,"\u00dd":9,"\u0160":4}},"C":{"d":"112,3v-80,0,-101,-53,-101,-136v0,-82,18,-137,103,-137v28,0,52,7,68,18r-23,35v-10,-6,-25,-12,-46,-12v-46,0,-60,28,-60,97v0,97,53,114,111,83r20,32v-19,13,-38,20,-72,20","w":192,"k":{"\u00d9":5,"\u00db":5,"\u00da":5,"\u00d2":8,"\u00d4":8,"\u00d3":8,"\u00c1":2,"\u00c2":2,"\u00b7":7,"\ufb02":6,"\ufb01":6,"\u2039":6,"\u0178":2,"\u00ff":13,"\u25ca":6,"\u2014":9,"\u2013":9,"\u0153":6,"\u0152":8,"\u00d5":8,"\u00c3":2,"\u00c0":2,"\u00ab":6,"\u0394":6,"\u00f8":6,"\u00e6":6,"\u03c0":6,"\u00b1":6,"\u221e":6,"\u00d8":8,"\u00c6":2,"\u2260":6,"\u00a9":6,"\u00ae":6,"\u2022":11,"\u00fc":6,"\u00fb":6,"\u00f9":6,"\u00fa":6,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00ef":-3,"\u00ee":-14,"\u00eb":6,"\u00ea":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":6,"\u00e3":6,"\u00e4":6,"\u00e2":6,"\u00e0":6,"\u00e1":6,"\u00dc":5,"\u00d6":8,"\u00c7":8,"\u00c5":2,"\u00c4":2,"y":13,"x":2,"w":13,"v":13,"u":6,"t":9,"s":2,"q":6,"o":6,"l":2,"g":2,"f":6,"e":6,"d":6,"c":6,"a":6,"Z":4,"Y":2,"X":5,"W":1,"V":2,"U":5,"S":7,"Q":8,"O":8,"J":2,"G":8,"C":8,"A":2,"@":2,"-":9,"\u017d":4,"\u00fd":13,"\u00dd":2,"\u0161":2,"\u0160":7,"\u0142":2,"\u00f0":6}},"D":{"d":"23,0r0,-267r77,0v84,0,110,39,110,133v0,96,-24,134,-110,134r-77,0xm64,-36v76,5,103,-8,103,-97v0,-88,-27,-101,-103,-96r0,193","w":220,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00c1":9,"\u00c2":9,"\u0178":9,"\u00c3":9,"\u00c0":9,"\u2026":11,"\u00e6":4,"\u00c6":9,"\u00ee":-2,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":2,"\u00c5":9,"\u00c4":9,"}":7,"g":4,"a":4,"]":7,"\\":7,"Z":9,"Y":9,"X":11,"W":5,"V":11,"U":2,"T":9,"S":7,"J":11,"A":9,"\/":7,".":11,",":11,")":4,"\u017d":9,"\u00dd":9,"\u0160":7}},"E":{"d":"23,0r0,-267r152,0r0,38r-112,0r0,72r107,0r0,39r-107,0r0,81r113,0r0,37r-153,0","w":191,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":4,"\u00c2":4,"\ufb02":4,"\ufb01":4,"\u00ff":4,"\u25ca":4,"\u0153":4,"\u0152":4,"\u00d5":4,"\u00c3":4,"\u00c0":4,"\u0394":4,"\u00f8":4,"\u00e6":7,"\u00b1":4,"\u221e":4,"\u00d8":4,"\u00c6":4,"\u2260":4,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-4,"\u00ee":-4,"\u00ec":-5,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00dc":2,"\u00d6":4,"\u00c7":4,"\u00c5":4,"\u00c4":4,"z":1,"y":4,"x":4,"w":4,"v":4,"t":4,"s":4,"q":4,"o":4,"g":4,"f":4,"e":4,"d":4,"c":4,"a":7,"Z":1,"X":1,"V":4,"U":2,"T":4,"S":5,"Q":4,"O":4,"G":4,"C":4,"A":4,"\u017e":1,"\u017d":1,"\u00fd":4,"\u0161":4,"\u0160":5,"\u00f0":4}},"F":{"d":"23,0r0,-267r152,0r0,38r-111,0r0,76r106,0r0,37r-106,0r0,116r-41,0","w":184,"k":{"\u0131":4,"\u00d2":2,"\u00d4":2,"\u00d3":2,"\u00c1":22,"\u00c2":22,"\ufb02":2,"\ufb01":2,"\u203a":4,"\u2039":4,"\u00ff":5,"\u25ca":2,"\u2014":1,"\u2013":1,"\u0153":7,"\u0152":2,"\u00d5":2,"\u00c3":22,"\u00c0":22,"\u2026":22,"\u00bb":4,"\u00ab":4,"\u0394":2,"\u00f8":7,"\u00e6":7,"\u00b1":2,"\u221e":2,"\u00d8":2,"\u00c6":22,"\u2260":2,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00f1":4,"\u00ef":-5,"\u00ee":-14,"\u00ec":-11,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00d6":2,"\u00c7":2,"\u00c5":22,"\u00c4":22,"z":7,"y":5,"x":9,"w":5,"v":5,"u":4,"t":4,"s":1,"r":4,"q":7,"p":4,"o":7,"n":4,"m":4,"g":7,"f":2,"e":7,"d":7,"c":7,"a":7,"Z":4,"X":6,"S":9,"Q":2,"O":2,"J":32,"G":2,"C":2,"A":22,"\/":29,".":22,"-":1,",":22,"\u017e":7,"\u017d":4,"\u00fd":5,"\u0161":1,"\u0160":9,"\u00f0":7}},"G":{"d":"109,3v-77,0,-98,-48,-98,-136v0,-98,27,-137,105,-137v32,0,56,8,73,19r-22,35v-54,-26,-114,-26,-114,84v0,75,14,99,60,99v43,0,49,-26,48,-84r-59,0r0,-36r99,0v2,95,-3,156,-92,156","w":212,"k":{"\u00d9":4,"\u00db":4,"\u00da":4,"\u00c1":9,"\u00c2":9,"\u0178":9,"\u00ff":4,"\u2019":4,"\u201d":4,"\u00c3":9,"\u00c0":9,"\u2026":7,"\u00c6":9,"\u00dc":4,"\u00c5":9,"\u00c4":9,"}":7,"z":1,"y":4,"x":4,"w":4,"v":4,"t":1,"]":7,"\\":4,"Z":5,"Y":9,"X":10,"W":5,"V":6,"U":4,"T":12,"S":12,"J":11,"A":9,"\/":7,".":7,",":7,")":4,"\u017e":1,"\u017d":5,"\u00fd":4,"\u00dd":9,"\u0160":12}},"H":{"d":"29,0r0,-267r42,0r0,108r103,0r0,-108r42,0r0,267r-42,0r0,-118r-103,0r0,118r-42,0","w":232},"I":{"d":"25,0r0,-267r42,0r0,267r-42,0","w":92},"J":{"d":"9,0r0,-37v33,2,60,-1,60,-33r0,-197r42,0r0,200v1,64,-42,70,-102,67","w":131,"k":{"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c0":7,"\u2026":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"J":4,"A":7,"\/":4,".":7,",":7}},"K":{"d":"23,0r0,-267r41,0r0,122r95,-122r48,0r-81,102r83,165r-46,0r-65,-131r-34,45r0,86r-41,0","w":216,"k":{"\u0131":5,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":12,"\u00d4":12,"\u00d3":12,"\u00c1":4,"\u00c2":4,"\u00b7":7,"\ufb02":6,"\ufb01":6,"\u203a":4,"\u2039":7,"\u0178":5,"\u00ff":11,"\u25ca":6,"\u2018":6,"\u201c":6,"\u2014":11,"\u2013":11,"\u0153":14,"\u0152":12,"\u00d5":12,"\u00c3":4,"\u00c0":4,"\u00bb":4,"\u00ab":7,"\u0394":6,"\u00f8":14,"\u00e6":7,"\u03c0":8,"\u00b1":6,"\u221e":6,"\u00d8":12,"\u00c6":4,"\u2260":6,"\u00a9":8,"\u00ae":8,"\u2022":7,"\u2020":4,"\u00fc":7,"\u00fb":7,"\u00f9":7,"\u00fa":7,"\u00f5":14,"\u00f6":14,"\u00f4":14,"\u00f2":14,"\u00f3":14,"\u00f1":5,"\u00ef":-6,"\u00ee":-6,"\u00ec":-7,"\u00eb":14,"\u00ea":14,"\u00e8":14,"\u00e9":14,"\u00e7":14,"\u00e5":7,"\u00e3":6,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00dc":4,"\u00d6":12,"\u00c7":12,"\u00c5":4,"\u00c4":4,"z":1,"y":11,"w":11,"v":11,"u":7,"t":9,"s":4,"r":5,"q":14,"p":5,"o":14,"n":5,"m":5,"l":2,"g":7,"f":6,"e":14,"d":14,"c":14,"a":7,"Z":4,"Y":5,"W":4,"V":7,"U":4,"T":4,"S":11,"Q":12,"O":12,"G":12,"C":12,"A":4,"@":7,"?":4,"-":11,"*":7,"'":6,"\"":6,"\u017e":1,"\u017d":4,"\u00fd":11,"\u00dd":5,"\u0161":4,"\u0160":11,"\u0142":2,"\u00f0":14}},"L":{"d":"23,0r0,-267r41,0r0,230r108,0r0,37r-149,0","w":177,"k":{"\u00d9":11,"\u00db":11,"\u00da":11,"\u00d2":9,"\u00d4":9,"\u00d3":9,"\u00b7":11,"\ufb02":7,"\ufb01":7,"\u203a":4,"\u2039":5,"\u0178":32,"\u00ff":18,"\u25ca":7,"\u2019":29,"\u2018":29,"\u201d":29,"\u201c":29,"\u2014":12,"\u2013":12,"\u0153":5,"\u0152":9,"\u00d5":9,"\u00bb":4,"\u00ab":5,"\u0394":7,"\u00f8":5,"\u00e6":4,"\u00b1":7,"\u221e":7,"\u00d8":9,"\u2260":7,"\u2122":47,"\u2022":14,"\u2020":7,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":5,"\u00ea":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":11,"\u00d6":9,"\u00c7":9,"}":7,"y":18,"w":16,"v":18,"u":4,"t":7,"q":5,"o":5,"g":1,"f":7,"e":5,"d":5,"c":5,"a":4,"]":7,"\\":29,"Y":32,"X":4,"W":23,"V":29,"U":11,"T":29,"S":5,"Q":9,"O":9,"G":9,"C":9,"@":-4,"?":13,"-":12,"*":36,")":4,"'":22,"\"":22,"\u00fd":18,"\u00dd":32,"\u0160":5,"\u00f0":5}},"M":{"d":"23,0r0,-267r53,0r61,195r62,-195r53,0r0,267r-41,0r0,-189r-61,189r-29,0r-61,-189r0,189r-37,0","w":274},"N":{"d":"23,0r0,-267r44,0r102,183r0,-183r40,0r0,267r-39,0r-108,-193r0,193r-39,0","w":231},"O":{"d":"116,3v-92,0,-105,-63,-105,-136v0,-73,13,-137,105,-137v91,0,104,64,104,137v0,73,-13,136,-104,136xm116,-34v56,0,61,-41,61,-98v0,-57,-5,-98,-61,-98v-56,0,-63,41,-63,98v0,57,7,98,63,98","w":230,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00c1":9,"\u00c2":9,"\u0178":9,"\u00c3":9,"\u00c0":9,"\u2026":11,"\u00e6":4,"\u00c6":9,"\u00ee":-2,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":2,"\u00c5":9,"\u00c4":9,"}":7,"g":4,"a":4,"]":7,"\\":7,"Z":9,"Y":9,"X":12,"W":5,"V":9,"U":2,"T":9,"S":7,"J":11,"A":9,"\/":7,".":11,",":11,")":4,"\u017d":9,"\u00dd":9,"\u0160":7}},"P":{"d":"23,0r0,-267r94,0v58,0,82,29,82,83v0,54,-24,88,-83,88r-52,0r0,96r-41,0xm64,-134v49,0,94,10,94,-48v0,-58,-45,-46,-94,-47r0,95","w":210,"k":{"\u0131":7,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00c1":29,"\u00c2":29,"\ufb02":4,"\ufb01":4,"\u203a":4,"\u2039":11,"\u0178":7,"\u25ca":4,"\u2014":4,"\u2013":4,"\u0153":7,"\u00c3":29,"\u00c0":29,"\u2026":32,"\u00bb":4,"\u00ab":11,"\u0394":4,"\u00f8":7,"\u00e6":7,"\u00b1":4,"\u221e":4,"\u00c6":29,"\u2260":4,"\u2022":7,"\u00fc":7,"\u00fb":7,"\u00f9":7,"\u00fa":7,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00f1":7,"\u00ef":-4,"\u00ee":-10,"\u00ec":-1,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00dc":4,"\u00c5":29,"\u00c4":29,"}":4,"z":4,"x":5,"u":7,"t":4,"s":4,"r":7,"q":7,"p":7,"o":7,"n":7,"m":7,"g":7,"f":4,"e":7,"d":7,"c":7,"a":7,"]":4,"Z":7,"Y":7,"X":14,"W":4,"V":4,"U":4,"T":4,"S":6,"J":32,"A":29,"\/":36,".":32,"-":4,",":32,")":4,"!":4,"\u017e":4,"\u017d":7,"\u00dd":7,"\u0161":4,"\u0160":6,"\u00f0":7}},"Q":{"d":"180,63v-56,3,-99,-6,-92,-64v-67,-12,-77,-66,-77,-132v0,-73,13,-137,105,-137v91,0,104,64,104,137v0,71,-14,127,-91,135v-3,29,25,25,51,25r0,36xm116,-34v56,0,61,-41,61,-98v0,-57,-5,-98,-61,-98v-56,0,-63,41,-63,98v0,57,7,98,63,98","w":230,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00c1":9,"\u00c2":9,"\u0178":9,"\u00c3":9,"\u00c0":9,"\u2026":11,"\u00e6":4,"\u00c6":9,"\u00ee":-2,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":2,"\u00c5":9,"\u00c4":9,"}":7,"a":4,"]":7,"\\":7,"Z":9,"Y":9,"X":12,"W":5,"V":9,"U":2,"T":9,"S":7,"J":11,"A":9,"\/":7,".":11,",":11,")":4,"\u017d":9,"\u00dd":9,"\u0160":7}},"R":{"d":"152,0r-44,-98r-44,0r0,98r-41,0r0,-267r93,0v101,-14,107,143,33,164r46,103r-43,0xm64,-136v48,-1,93,11,93,-47v0,-56,-45,-45,-93,-46r0,93","w":213,"k":{"\u0131":1,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":2,"\u00d4":2,"\u00d3":2,"\u00c1":4,"\u00c2":4,"\u00b7":7,"\u203a":4,"\u2039":4,"\u0178":7,"\u00ff":4,"\u2019":4,"\u2018":4,"\u201d":4,"\u201c":4,"\u2014":1,"\u2013":1,"\u0153":5,"\u0152":2,"\u00d5":2,"\u00c3":4,"\u00c0":4,"\u2026":4,"\u00bb":4,"\u00ab":4,"\u00f8":5,"\u00e6":4,"\u00d8":2,"\u00c6":4,"\u2022":7,"\u00fc":1,"\u00fb":1,"\u00f9":1,"\u00fa":1,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00f1":1,"\u00ee":-5,"\u00eb":5,"\u00ea":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":4,"\u00d6":2,"\u00c7":2,"\u00c5":4,"\u00c4":4,"y":4,"v":4,"u":1,"s":4,"r":1,"q":5,"p":1,"o":5,"n":1,"m":1,"g":2,"e":5,"d":5,"c":5,"a":4,"Z":4,"Y":7,"X":4,"W":4,"V":4,"U":4,"T":5,"S":6,"Q":2,"O":2,"G":2,"C":2,"A":4,"@":1,"?":4,".":4,"-":1,",":4,"\u017d":4,"\u00fd":4,"\u00dd":7,"\u0161":4,"\u0160":6,"\u00f0":5}},"S":{"d":"100,3v-42,0,-71,-9,-91,-22r21,-32v20,18,117,34,117,-18v0,-28,-15,-35,-58,-51v-46,-17,-70,-35,-70,-77v0,-46,29,-73,84,-73v33,0,55,6,74,15r-18,36v-22,-15,-99,-22,-99,20v0,23,11,30,47,44v57,23,80,36,80,85v0,45,-28,73,-87,73","w":199,"k":{"\u0131":1,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":7,"\u00c2":7,"\ufb02":2,"\ufb01":2,"\u0178":7,"\u00ff":9,"\u25ca":2,"\u2019":4,"\u2018":7,"\u201d":4,"\u201c":7,"\u0152":4,"\u00d5":4,"\u00c3":7,"\u00c0":7,"\u0394":2,"\u00e6":1,"\u00b1":2,"\u221e":2,"\u00d8":4,"\u00c6":7,"\u2260":2,"\u00fc":1,"\u00fb":1,"\u00f9":1,"\u00fa":1,"\u00f1":1,"\u00e5":1,"\u00e3":1,"\u00e4":1,"\u00e2":1,"\u00e0":1,"\u00e1":1,"\u00dc":4,"\u00d6":4,"\u00c7":4,"\u00c5":7,"\u00c4":7,"z":1,"y":9,"x":6,"w":7,"v":9,"u":1,"t":2,"r":1,"p":1,"n":1,"m":1,"g":4,"f":2,"a":1,"Z":4,"Y":7,"X":7,"W":4,"V":7,"U":4,"T":5,"S":7,"Q":4,"O":4,"J":5,"G":4,"C":4,"A":7,"?":4,"\u017e":1,"\u017d":4,"\u00fd":9,"\u00dd":7,"\u0160":7}},"T":{"d":"79,0r0,-229r-74,0r0,-38r190,0r0,38r-74,0r0,229r-42,0","w":200,"k":{"\u0131":21,"\u00d2":9,"\u00d4":9,"\u00d3":9,"\u00c1":29,"\u00c2":29,"\u00b7":18,"\ufb02":5,"\ufb01":5,"\u203a":21,"\u2039":25,"\u00ff":15,"\u25ca":7,"\u2019":-4,"\u201d":-4,"\u2014":18,"\u2013":18,"\u0153":37,"\u0152":9,"\u00d5":9,"\u00c3":29,"\u00c0":29,"\u2026":29,"\u00bb":21,"\u00ab":25,"\u0394":7,"\u00f8":37,"\u00e6":30,"\u03c0":6,"\u00b1":7,"\u221e":7,"\u00d8":9,"\u00c6":29,"\u2260":7,"\u00a9":6,"\u00ae":6,"\u00df":4,"\u2022":25,"\u2020":4,"\u00fc":21,"\u00fb":18,"\u00f9":22,"\u00fa":21,"\u00f5":22,"\u00f6":37,"\u00f4":31,"\u00f2":31,"\u00f3":37,"\u00f1":20,"\u00ef":-9,"\u00ee":-18,"\u00ec":-11,"\u00ed":1,"\u00eb":32,"\u00ea":24,"\u00e8":25,"\u00e9":37,"\u00e7":37,"\u00e5":30,"\u00e3":22,"\u00e4":30,"\u00e2":23,"\u00e0":26,"\u00e1":30,"\u00d6":9,"\u00c7":9,"\u00c5":29,"\u00c4":29,"z":19,"y":15,"x":23,"w":14,"v":15,"u":21,"t":7,"s":32,"r":21,"q":37,"p":21,"o":37,"n":21,"m":21,"l":1,"k":1,"j":1,"i":1,"h":1,"g":37,"f":7,"e":37,"d":37,"c":37,"b":1,"a":30,"Z":1,"X":4,"S":5,"Q":9,"O":9,"J":36,"G":9,"C":9,"A":29,"@":5,";":9,":":9,"\/":22,".":29,"-":18,",":29,"\u017e":6,"\u017d":1,"\u00fe":1,"\u00fd":15,"\u0161":12,"\u0160":5,"\u0142":1,"\u00f0":37}},"U":{"d":"115,4v-72,0,-94,-34,-94,-94r0,-177r42,0r0,173v0,40,11,60,53,60v42,0,53,-19,53,-60r0,-173r40,0r0,177v0,60,-21,94,-94,94","w":230,"k":{"\u00d2":2,"\u00d4":2,"\u00d3":2,"\u00c1":9,"\u00c2":9,"\u0152":2,"\u00d5":2,"\u00c3":9,"\u00c0":9,"\u2026":7,"\u00e6":4,"\u00d8":2,"\u00c6":9,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00d6":2,"\u00c7":2,"\u00c5":9,"\u00c4":9,"a":4,"X":4,"S":4,"Q":2,"O":2,"J":11,"G":2,"C":2,"A":9,"\/":4,".":7,",":7,"\u0160":4}},"V":{"d":"88,2r-82,-269r43,0r62,208r61,-208r42,0r-82,269r-44,0","w":219,"k":{"\u0131":20,"\u00d2":9,"\u00d4":9,"\u00d3":9,"\u00c1":20,"\u00c2":20,"\u00b7":11,"\ufb02":11,"\ufb01":11,"\u203a":14,"\u2039":18,"\u00ff":14,"\u25ca":11,"\u2014":11,"\u2013":11,"\u0153":25,"\u0152":9,"\u00d5":9,"\u00c3":20,"\u00c0":20,"\u2026":29,"\u00bb":14,"\u00ab":18,"\u0394":11,"\u00f8":25,"\u00e6":29,"\u03c0":4,"\u00b1":11,"\u221e":11,"\u00d8":9,"\u00c6":18,"\u2260":11,"\u00a9":4,"\u00ae":4,"\u00df":7,"\u2022":14,"\u2020":7,"\u00fc":20,"\u00fb":20,"\u00f9":18,"\u00fa":20,"\u00f5":18,"\u00f6":25,"\u00f4":23,"\u00f2":25,"\u00f3":25,"\u00f1":17,"\u00ef":-8,"\u00ee":-17,"\u00ec":-10,"\u00ed":6,"\u00eb":22,"\u00ea":24,"\u00e8":21,"\u00e9":25,"\u00e7":25,"\u00e5":29,"\u00e3":20,"\u00e4":26,"\u00e2":28,"\u00e0":26,"\u00e1":29,"\u00d6":9,"\u00c7":9,"\u00c5":20,"\u00c4":20,"z":20,"y":14,"x":22,"w":14,"v":14,"u":20,"t":11,"s":22,"r":20,"q":25,"p":20,"o":25,"n":20,"m":20,"l":1,"k":1,"j":7,"i":7,"h":1,"g":29,"f":11,"e":25,"d":25,"c":25,"b":1,"a":29,"Z":4,"X":7,"S":11,"Q":9,"O":9,"J":29,"G":9,"C":9,"A":20,"@":13,";":7,":":7,"\/":18,".":29,"-":11,",":29,"\u017e":13,"\u017d":4,"\u00fe":1,"\u00fd":14,"\u0161":13,"\u0160":11,"\u0142":1,"\u00f0":25}},"W":{"d":"71,2r-62,-269r42,0r44,190r45,-190r37,0r45,190r44,-190r39,0r-62,269r-41,0r-45,-185r-45,185r-41,0","w":314,"k":{"\u0131":17,"\u00d2":5,"\u00d4":5,"\u00d3":5,"\u00c1":14,"\u00c2":14,"\u00b7":7,"\ufb02":7,"\ufb01":7,"\u203a":11,"\u2039":14,"\u00ff":11,"\u25ca":7,"\u2014":7,"\u2013":7,"\u0153":22,"\u0152":5,"\u00d5":5,"\u00c3":14,"\u00c0":14,"\u2026":25,"\u00bb":11,"\u00ab":14,"\u0394":7,"\u00f8":22,"\u00e6":25,"\u03c0":2,"\u00b1":7,"\u221e":7,"\u00d8":5,"\u00c6":12,"\u2260":7,"\u00a9":2,"\u00ae":2,"\u00df":4,"\u2022":7,"\u2020":4,"\u00fc":17,"\u00fb":17,"\u00f9":17,"\u00fa":17,"\u00f5":19,"\u00f6":22,"\u00f4":22,"\u00f2":21,"\u00f3":22,"\u00f1":13,"\u00ef":-6,"\u00ee":-15,"\u00ec":-10,"\u00ed":4,"\u00eb":22,"\u00ea":21,"\u00e8":21,"\u00e9":22,"\u00e7":22,"\u00e5":25,"\u00e3":20,"\u00e4":25,"\u00e2":25,"\u00e0":22,"\u00e1":25,"\u00d6":5,"\u00c7":5,"\u00c5":14,"\u00c4":14,"z":14,"y":11,"x":18,"w":11,"v":11,"u":17,"t":7,"s":14,"r":17,"q":22,"p":17,"o":22,"n":17,"m":17,"j":4,"i":4,"g":22,"f":7,"e":22,"d":22,"c":22,"a":25,"Z":2,"X":4,"S":7,"Q":5,"O":5,"J":25,"G":5,"C":5,"A":14,"@":10,";":4,":":4,"\/":11,".":25,"-":7,",":25,"\u017e":14,"\u017d":2,"\u00fd":11,"\u0161":11,"\u0160":7,"\u00f0":22}},"X":{"d":"163,0r-56,-103r-54,103r-45,0r78,-140r-71,-127r46,0r50,90r46,-90r45,0r-71,127r78,140r-46,0","w":217,"k":{"\u0131":7,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":12,"\u00d4":12,"\u00d3":12,"\u00c1":7,"\u00c2":7,"\u00b7":7,"\ufb02":6,"\ufb01":6,"\u203a":4,"\u2039":7,"\u0178":5,"\u00ff":11,"\u25ca":6,"\u2018":6,"\u201c":6,"\u2014":11,"\u2013":11,"\u0153":17,"\u0152":12,"\u00d5":12,"\u00c3":7,"\u00c0":7,"\u00bb":4,"\u00ab":7,"\u0394":6,"\u00f8":17,"\u00e6":7,"\u03c0":4,"\u00b1":6,"\u221e":6,"\u00d8":12,"\u00c6":7,"\u2260":6,"\u00a9":4,"\u00ae":4,"\u2022":7,"\u2020":4,"\u00fc":9,"\u00fb":9,"\u00f9":9,"\u00fa":9,"\u00f5":14,"\u00f6":17,"\u00f4":17,"\u00f2":17,"\u00f3":17,"\u00f1":7,"\u00ef":-5,"\u00ee":-4,"\u00ec":-4,"\u00eb":17,"\u00ea":15,"\u00e8":17,"\u00e9":17,"\u00e7":17,"\u00e5":7,"\u00e3":6,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00dc":4,"\u00d6":12,"\u00c7":12,"\u00c5":7,"\u00c4":7,"y":11,"w":11,"v":11,"u":9,"t":11,"r":7,"q":17,"p":7,"o":17,"n":7,"m":7,"l":2,"g":7,"f":6,"e":17,"d":17,"c":17,"a":7,"Z":4,"Y":5,"W":4,"V":7,"U":4,"T":4,"S":11,"Q":12,"O":12,"G":12,"C":12,"A":7,"@":7,"?":4,"-":11,"*":7,"'":6,"\"":6,"\u017d":4,"\u00fd":11,"\u00dd":5,"\u0160":11,"\u0142":2,"\u00f0":17}},"Y":{"d":"85,0r0,-94r-84,-173r45,0r60,128r61,-128r43,0r-84,173r0,94r-41,0","w":211,"k":{"\u0131":25,"\u00d2":9,"\u00d4":9,"\u00d3":9,"\u00c1":29,"\u00c2":29,"\u00b7":14,"\ufb02":13,"\ufb01":13,"\u203a":18,"\u2039":22,"\u00ff":14,"\u25ca":13,"\u2014":14,"\u2013":14,"\u0153":32,"\u0152":9,"\u00d5":9,"\u00c3":29,"\u00c0":29,"\u2026":32,"\u00bb":18,"\u00ab":22,"\u0394":13,"\u00f8":32,"\u00e6":32,"\u03c0":4,"\u00b1":13,"\u221e":13,"\u00d8":9,"\u00c6":25,"\u2260":13,"\u00a9":4,"\u00ae":4,"\u00df":7,"\u2022":14,"\u2020":7,"\u00fc":24,"\u00fb":26,"\u00f9":21,"\u00fa":25,"\u00f5":18,"\u00f6":29,"\u00f4":27,"\u00f2":25,"\u00f3":32,"\u00f1":15,"\u00ef":-13,"\u00ee":-17,"\u00ec":-15,"\u00ed":7,"\u00eb":26,"\u00ea":21,"\u00e8":21,"\u00e9":32,"\u00e7":32,"\u00e5":32,"\u00e3":18,"\u00e4":28,"\u00e2":26,"\u00e0":24,"\u00e1":32,"\u00d6":9,"\u00c7":9,"\u00c5":29,"\u00c4":29,"z":25,"y":18,"x":25,"w":18,"v":18,"u":25,"t":13,"s":25,"r":25,"q":32,"p":25,"o":32,"n":25,"m":25,"j":7,"i":7,"g":32,"f":13,"e":32,"d":32,"c":32,"a":32,"Z":4,"X":5,"S":11,"Q":9,"O":9,"J":29,"G":9,"C":9,"A":29,"@":15,";":11,":":11,"\/":22,".":32,"-":14,",":32,"\u017e":10,"\u017d":4,"\u00fd":18,"\u0161":13,"\u0160":11,"\u00f0":32}},"Z":{"d":"10,0r0,-32r121,-197r-116,0r0,-38r166,0r0,35r-121,195r124,0r0,37r-174,0","w":195,"k":{"\u0131":4,"\u00d2":9,"\u00d4":9,"\u00d3":9,"\u00c1":4,"\u00c2":4,"\u00b7":4,"\ufb02":1,"\ufb01":1,"\u2039":5,"\u00ff":12,"\u25ca":1,"\u2014":5,"\u2013":5,"\u0153":7,"\u0152":9,"\u00d5":9,"\u00c3":4,"\u00c0":4,"\u00ab":5,"\u0394":1,"\u00f8":7,"\u00e6":5,"\u00b1":1,"\u221e":1,"\u00d8":9,"\u00c6":4,"\u2260":1,"\u2022":4,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00f1":4,"\u00ef":-4,"\u00ee":-8,"\u00ec":-4,"\u00eb":9,"\u00ea":9,"\u00e8":9,"\u00e9":9,"\u00e7":9,"\u00e5":5,"\u00e3":5,"\u00e4":5,"\u00e2":5,"\u00e0":5,"\u00e1":5,"\u00d6":9,"\u00c7":9,"\u00c5":4,"\u00c4":4,"y":12,"x":4,"w":10,"v":12,"u":4,"t":4,"r":4,"q":9,"p":4,"o":7,"n":4,"m":4,"g":1,"f":1,"e":9,"d":9,"c":9,"a":5,"Z":1,"X":4,"W":2,"V":4,"T":1,"S":5,"Q":9,"O":9,"G":9,"C":9,"A":4,"-":5,"\u017d":1,"\u00fd":12,"\u0160":5,"\u00f0":7}},"[":{"d":"33,57r0,-334r88,0r0,35r-47,0r0,265r48,0r0,34r-89,0","w":147,"k":{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00c1":4,"\u00c2":4,"\u00ff":7,"\u0153":7,"\u0152":7,"\u00d5":7,"\u00c3":4,"\u00c0":4,"\u00f8":7,"\u00d8":7,"\u00c6":4,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00d6":7,"\u00c7":7,"\u00c5":4,"\u00c4":4,"y":7,"v":7,"q":7,"o":7,"e":7,"d":7,"c":7,"Q":7,"O":7,"J":7,"G":7,"C":7,"A":4,"4":11,"\u00fd":7,"\u00f0":7}},"\\":{"d":"121,0r-121,-267r41,0r120,267r-40,0","w":161,"k":{"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u0178":22,"\u0152":7,"\u00d5":7,"\u00d8":7,"\u00dc":4,"\u00d6":7,"\u00c7":7,"Y":22,"W":11,"V":18,"U":4,"T":22,"Q":7,"O":7,"G":7,"C":7,"9":4,"8":4,"7":14,"6":11,"4":7,"1":4,"0":11,"\u00dd":22}},"]":{"d":"27,57r0,-34r47,0r0,-265r-47,0r0,-35r88,0r0,334r-88,0","w":147},"^":{"d":"27,-211r40,-61r38,0r40,61r-33,0r-27,-33r-26,33r-32,0"},"_":{"d":"-11,48r0,-31r154,0r0,31r-154,0","w":131},"`":{"d":"77,-221r-50,-61r46,0r39,61r-35,0"},"a":{"d":"72,2v-48,0,-61,-24,-61,-62v-1,-61,39,-75,111,-74v8,-46,-60,-36,-83,-24r-16,-32v16,-9,40,-15,71,-15v87,0,64,78,67,151v0,15,1,19,15,19r0,35v-24,0,-45,0,-48,-18v-12,15,-29,20,-56,20xm80,-31v32,0,47,-28,42,-71v-46,0,-73,2,-73,37v0,26,10,34,31,34","w":187,"k":{"\u00ff":7,"\u2018":4,"\u201c":4,"y":7,"x":4,"w":5,"v":7,"g":3,"\\":22,"?":7,"\u00fd":7}},"b":{"d":"19,-1r0,-276r40,0r0,93v9,-14,26,-21,57,-21v60,0,67,49,67,104v0,56,-8,104,-68,104v-39,0,-49,-8,-60,-21r-6,19xm103,-33v34,0,40,-25,40,-66v0,-41,-5,-68,-40,-68v-40,0,-43,28,-43,68v0,40,3,66,43,66","w":194,"k":{"\u00ff":5,"\u2019":5,"\u2018":4,"\u201d":5,"\u201c":4,"\u2026":7,"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"}":7,"z":3,"y":5,"x":6,"w":4,"v":5,"s":2,"a":2,"]":7,"\\":22,"?":7,".":7,",":7,")":4,"\u017e":3,"\u00fd":5,"\u0161":2}},"c":{"d":"91,3v-65,0,-79,-40,-79,-104v0,-64,14,-104,82,-104v22,0,38,5,51,11r-17,35v-41,-20,-75,-3,-75,59v0,45,7,68,43,68v15,0,26,-4,36,-9r16,31v-19,9,-34,13,-57,13","w":154,"k":{"\u2039":7,"\u0178":16,"\u00ff":1,"\u2014":11,"\u2013":11,"\u0153":6,"\u00ab":7,"\u00f8":6,"\u00e6":4,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00eb":6,"\u00ea":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"y":1,"x":3,"v":1,"q":5,"o":6,"g":2,"e":6,"d":5,"c":6,"a":4,"\\":7,"Y":16,"W":11,"V":11,"T":15,"S":4,"-":11,"\u00fd":1,"\u00dd":16,"\u0160":4,"\u00f0":6}},"d":{"d":"78,3v-60,0,-66,-50,-66,-105v0,-56,8,-103,68,-103v32,0,46,7,55,19r0,-91r41,0r0,276r-33,2r-3,-20v-10,14,-27,22,-62,22xm91,-33v40,0,44,-27,44,-68v0,-40,-4,-66,-44,-66v-34,0,-39,25,-39,66v0,41,4,68,39,68","w":194,"k":{"\u2019":-4,"\u201d":-4}},"e":{"d":"92,3v-68,0,-80,-40,-80,-104v0,-63,15,-104,81,-104v72,0,73,45,72,123r-115,0v2,33,10,50,44,50v26,0,40,-6,52,-12r15,31v-17,9,-37,16,-69,16xm92,-169v-32,0,-41,19,-42,52r77,0v0,-33,-1,-52,-35,-52","w":176,"k":{"\ufb02":4,"\ufb01":4,"\u00ff":1,"\u25ca":4,"\u2019":5,"\u2018":4,"\u201d":5,"\u201c":4,"\u2026":4,"\u0394":4,"\u00e6":3,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00e5":3,"\u00e3":3,"\u00e4":3,"\u00e2":3,"\u00e0":3,"\u00e1":3,"z":1,"y":1,"x":5,"w":1,"v":1,"f":4,"a":3,"\\":18,"V":18,"?":7,".":4,",":4,"\u017e":1,"\u00fd":1}},"f":{"d":"6,-166r0,-35r32,0v-7,-58,22,-82,86,-76r0,35v-33,-3,-53,5,-46,41r46,0r0,35r-46,0r0,166r-40,0r0,-166r-32,0","w":127,"k":{"\u2039":1,"\u2019":-11,"\u2018":-11,"\u201d":-11,"\u201c":-11,"\u2014":3,"\u2013":3,"\u0153":4,"\u2026":11,"\u00ab":1,"\u00f8":4,"\u00e6":7,"\u2122":-14,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"x":4,"s":1,"q":5,"o":4,"g":4,"e":4,"d":4,"c":4,"a":7,"\\":-14,"@":-2,"\/":7,".":11,"-":3,",":11,"*":-11,"'":-11,"\"":-11,"\u0161":1,"\u00f0":4}},"g":{"d":"163,-137v1,58,-43,69,-99,64v-3,18,0,21,28,21v64,0,82,13,82,51v0,44,-26,61,-84,61v-59,0,-85,-10,-85,-48v0,-24,11,-41,35,-47v-14,-10,-14,-35,-4,-50v-14,-10,-21,-26,-21,-52v-1,-54,35,-72,88,-67r69,-12r0,31r-29,0v12,8,20,24,20,48xm89,30v36,0,44,-9,44,-29v0,-17,-7,-22,-44,-22v-34,0,-44,9,-44,26v0,19,10,25,44,25xm89,-104v24,0,35,-10,35,-33v0,-23,-11,-33,-35,-33v-23,0,-34,10,-34,33v0,23,11,33,34,33","w":184,"k":{"\u2039":4,"\u00ff":5,"\u2014":2,"\u2013":2,"\u0153":5,"\u00ab":4,"\u00f8":5,"\u00e6":4,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":5,"\u00ea":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"z":1,"y":5,"x":5,"w":3,"v":5,"u":2,"t":2,"s":4,"q":5,"o":5,"l":1,"e":5,"d":5,"c":5,"a":4,"\\":7,"?":4,"-":2,"\u017e":1,"\u00fd":5,"\u0161":4,"\u0142":1,"\u00f0":5}},"h":{"d":"19,0r0,-277r40,0r0,92v8,-12,23,-20,57,-20v51,0,58,31,58,74r0,131r-40,0r0,-122v0,-30,-3,-44,-33,-44v-68,0,-32,107,-41,166r-41,0","w":191,"k":{"\u00ff":3,"y":3,"w":1,"v":3,"\\":14,"?":7,"\u00fd":3}},"i":{"d":"21,0r0,-201r40,0r0,201r-40,0xm21,-224r0,-43r40,0r0,43r-40,0","w":81},"j":{"d":"1,57r0,-33v17,1,21,-5,20,-23r0,-202r40,0r0,204v1,42,-15,55,-60,54xm21,-224r0,-43r40,0r0,43r-40,0","w":81},"k":{"d":"19,0r0,-277r40,0r0,169r64,-93r44,0r-61,85r65,116r-43,0r-48,-84r-21,31r0,53r-40,0","w":174,"k":{"\ufb02":4,"\ufb01":4,"\u2039":7,"\u00ff":4,"\u25ca":4,"\u2018":7,"\u201c":7,"\u2014":11,"\u2013":11,"\u0153":9,"\u00ab":7,"\u0394":4,"\u00f8":9,"\u00e6":7,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00f5":9,"\u00f6":9,"\u00f4":9,"\u00f2":9,"\u00f3":9,"\u00eb":9,"\u00ea":9,"\u00e8":9,"\u00e9":9,"\u00e7":9,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"z":1,"y":4,"w":2,"v":4,"u":4,"t":7,"s":5,"q":7,"o":9,"l":2,"g":5,"f":4,"e":9,"d":7,"c":9,"a":7,"\\":11,"@":4,"?":7,"-":11,"\u017e":1,"\u00fd":4,"\u0161":5,"\u0142":2,"\u00f0":9}},"l":{"d":"84,0v-42,2,-63,-4,-63,-50r0,-227r40,0r0,222v0,16,1,20,23,20r0,35","w":96,"k":{"\u2039":4,"\u00ff":3,"\u2019":11,"\u2018":7,"\u201d":11,"\u201c":7,"\u2014":11,"\u2013":11,"\u0153":6,"\u00ab":4,"\u00f8":6,"\u00e6":5,"\u00fc":5,"\u00fb":5,"\u00f9":5,"\u00fa":5,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00ef":4,"\u00ee":4,"\u00ec":4,"\u00ed":4,"\u00eb":6,"\u00ea":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":5,"\u00e3":5,"\u00e4":5,"\u00e2":5,"\u00e0":5,"\u00e1":5,"}":4,"y":3,"x":4,"w":3,"v":3,"u":5,"t":4,"s":4,"q":6,"o":6,"l":4,"j":4,"i":4,"g":4,"e":6,"d":6,"c":6,"a":5,"]":4,"@":1,"-":11,"'":9,"\"":9,"\u00fd":3,"\u0161":4,"\u0142":4,"\u00f0":6}},"m":{"d":"19,0r0,-199r32,-3r4,19v8,-13,23,-22,59,-22v35,0,43,9,48,22v9,-14,25,-22,62,-22v51,0,57,31,57,74r0,131r-41,0r0,-122v0,-30,0,-44,-30,-44v-66,0,-32,108,-40,166r-40,0r0,-122v0,-30,-1,-44,-31,-44v-66,0,-32,108,-40,166r-40,0","w":295,"k":{"\u00ff":3,"y":3,"w":1,"v":3,"\\":14,"?":7,"\u00fd":3}},"n":{"d":"19,0r0,-199r32,-3r4,19v9,-13,25,-22,61,-22v51,0,58,31,58,74r0,131r-40,0r0,-122v0,-30,-3,-44,-33,-44v-69,-2,-32,107,-41,166r-41,0","w":191,"k":{"\u00ff":3,"y":3,"w":1,"v":3,"\\":14,"?":7,"\u00fd":3}},"o":{"d":"95,3v-68,0,-83,-43,-83,-104v0,-60,14,-104,83,-104v69,0,83,44,83,104v0,62,-14,104,-83,104xm95,-32v39,0,42,-29,42,-68v0,-40,-3,-67,-42,-67v-38,0,-43,27,-43,67v0,39,5,68,43,68","w":189,"k":{"\u00ff":5,"\u2019":5,"\u2018":4,"\u201d":5,"\u201c":4,"\u2026":7,"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"}":7,"z":3,"y":5,"x":7,"w":4,"v":5,"s":2,"a":2,"]":7,"\\":22,"?":7,".":7,",":7,")":4,"\u017e":3,"\u00fd":5,"\u0161":2}},"p":{"d":"19,57r0,-256r32,-3r3,19v9,-13,27,-22,62,-22v60,0,67,49,67,104v0,56,-8,104,-68,104v-32,0,-46,-7,-55,-19r0,73r-41,0xm103,-33v34,0,40,-25,40,-66v0,-41,-5,-68,-40,-68v-40,0,-43,28,-43,68v0,40,3,66,43,66","w":194,"k":{"\u00ff":5,"\u2019":5,"\u2018":4,"\u201d":5,"\u201c":4,"\u2026":7,"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"}":7,"z":3,"y":5,"x":6,"w":4,"v":5,"s":2,"a":2,"]":7,"\\":22,"?":7,".":7,",":7,")":4,"\u017e":3,"\u00fd":5,"\u0161":2}},"q":{"d":"135,57r0,-75v-9,13,-25,21,-57,21v-60,0,-66,-50,-66,-105v0,-56,8,-103,68,-103v38,0,51,8,60,20r6,-18r30,2r0,258r-41,0xm91,-33v40,0,44,-27,44,-68v0,-40,-4,-66,-44,-66v-34,0,-39,25,-39,66v0,41,4,68,39,68","w":194,"k":{"\\":14}},"r":{"d":"19,0r0,-199r32,-3r4,22v8,-13,23,-23,56,-23r0,38v-83,4,-41,97,-51,165r-41,0","w":113,"k":{"\u2039":1,"\u00ff":-1,"\u2019":-7,"\u2018":-4,"\u201d":-7,"\u201c":-4,"\u2014":3,"\u2013":3,"\u0153":4,"\u2026":18,"\u00ab":1,"\u00f8":4,"\u00e6":7,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"y":-1,"w":-1,"v":-1,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,"a":7,"\/":11,".":18,"-":3,",":18,")":4,"\u00fd":-1,"\u00f0":4}},"s":{"d":"143,-54v0,69,-94,65,-138,42r16,-31v19,10,84,26,84,-11v0,-16,-9,-22,-40,-34v-35,-14,-53,-27,-53,-60v0,-63,81,-66,124,-46r-15,33v-16,-10,-71,-18,-71,12v0,14,10,20,38,31v37,14,55,27,55,64","w":151,"k":{"\ufb02":2,"\ufb01":2,"\u00ff":6,"\u25ca":2,"\u0153":2,"\u0394":2,"\u00f8":2,"\u00e6":1,"\u00b1":2,"\u221e":2,"\u2260":2,"\u00f5":2,"\u00f6":2,"\u00f4":2,"\u00f2":2,"\u00f3":2,"\u00eb":2,"\u00ea":2,"\u00e8":2,"\u00e9":2,"\u00e7":2,"\u00e5":1,"\u00e3":1,"\u00e4":1,"\u00e2":1,"\u00e0":1,"\u00e1":1,"z":1,"y":6,"x":6,"w":6,"v":6,"q":2,"o":2,"g":4,"f":2,"e":2,"d":2,"c":2,"a":1,"\\":11,"?":7,"\u017e":1,"\u00fd":6,"\u00f0":1}},"t":{"d":"6,-166r0,-35r33,0r6,-51r32,-7r0,58r47,0r0,35r-47,0r0,106v-5,27,21,26,47,25r0,35v-53,5,-87,-4,-87,-56r0,-110r-31,0","w":137,"k":{"\ufb02":4,"\ufb01":4,"\u2039":4,"\u00ff":4,"\u25ca":4,"\u2014":7,"\u2013":7,"\u0153":7,"\u2026":-4,"\u00ab":4,"\u0394":4,"\u00f8":7,"\u00e6":3,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00e5":3,"\u00e3":3,"\u00e4":3,"\u00e2":3,"\u00e0":3,"\u00e1":3,"y":4,"x":4,"w":4,"v":4,"t":4,"q":7,"o":7,"g":4,"f":4,"e":7,"d":7,"c":7,"a":3,"\\":7,".":-4,"-":7,",":-4,"'":2,"\"":2,"\u00fd":4,"\u00f0":7}},"u":{"d":"94,3v-111,0,-67,-115,-76,-204r41,0r0,122v0,31,3,46,36,46v32,0,35,-16,35,-47r0,-121r40,0v-8,89,35,204,-76,204","w":187,"k":{"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"x":4,"g":2,"a":2,"\\":14,"?":7}},"v":{"d":"65,1r-63,-202r42,0r43,149r43,-149r41,0r-63,202r-43,0","w":172,"k":{"\u2039":7,"\u2019":-4,"\u201d":-4,"\u2014":5,"\u2013":5,"\u0153":5,"\u2026":18,"\u00ab":7,"\u00f8":5,"\u00e6":7,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":5,"\u00ea":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"}":7,"z":1,"x":4,"s":6,"q":5,"o":5,"g":7,"e":5,"d":5,"c":5,"a":7,"]":7,"\\":7,"@":4,".":18,"-":5,",":18,"\u017e":1,"\u0161":6,"\u00f0":5}},"w":{"d":"57,1r-53,-202r41,0r33,138r36,-138r37,0r35,137r34,-137r38,0r-52,202r-39,0r-36,-134r-35,134r-39,0","w":262,"k":{"\u2039":4,"\u2019":-4,"\u201d":-4,"\u2014":5,"\u2013":5,"\u0153":4,"\u2026":14,"\u00ab":4,"\u00f8":4,"\u00e6":5,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":5,"\u00e3":5,"\u00e4":5,"\u00e2":5,"\u00e0":5,"\u00e1":5,"z":1,"x":2,"s":6,"q":4,"o":4,"g":5,"e":4,"d":4,"c":4,"a":5,"\\":7,"@":4,".":14,"-":5,",":14,"\u017e":1,"\u0161":6,"\u00f0":4}},"x":{"d":"123,0r-41,-71r-38,71r-41,0r60,-106r-55,-95r44,0r35,62r34,-62r41,0r-55,97r60,104r-44,0","w":169,"k":{"\ufb02":4,"\ufb01":4,"\u2039":7,"\u00ff":4,"\u25ca":4,"\u2018":7,"\u201c":7,"\u2014":11,"\u2013":11,"\u0153":7,"\u00ab":7,"\u0394":4,"\u00f8":7,"\u00e6":4,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"z":1,"y":4,"w":2,"v":4,"u":4,"t":4,"s":5,"q":6,"o":7,"g":7,"f":4,"e":7,"d":6,"c":7,"a":4,"\\":11,"@":4,"-":11,"\u017e":1,"\u00fd":4,"\u0161":5,"\u00f0":7}},"y":{"d":"24,57r0,-33v24,3,38,-2,40,-24r-62,-201r41,0r41,144r41,-144r40,0r-68,222v-10,37,-34,37,-73,36","w":167,"k":{"\u2039":7,"\u2019":-4,"\u201d":-4,"\u2014":5,"\u2013":5,"\u0153":5,"\u2026":18,"\u00ab":7,"\u00f8":5,"\u00e6":7,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":5,"\u00ea":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"}":7,"z":1,"x":4,"s":6,"q":5,"o":5,"g":7,"e":5,"d":5,"c":5,"a":7,"]":7,"\\":7,"@":4,".":18,"-":5,",":18,"\u017e":1,"\u0161":6,"\u00f0":5}},"z":{"d":"6,0r0,-27r87,-139r-81,0r0,-35r131,0r0,27r-87,141r90,0r0,33r-140,0","w":151,"k":{"\u00ff":1,"\u2014":1,"\u2013":1,"\u0153":3,"\u00f8":3,"\u00e6":3,"\u00f5":3,"\u00f6":3,"\u00f4":3,"\u00f2":3,"\u00f3":3,"\u00eb":3,"\u00ea":3,"\u00e8":3,"\u00e9":3,"\u00e7":3,"\u00e5":3,"\u00e3":3,"\u00e4":3,"\u00e2":3,"\u00e0":3,"\u00e1":3,"y":1,"w":1,"v":1,"s":1,"q":3,"o":3,"g":1,"e":3,"d":3,"c":3,"a":3,"\\":11,"?":7,"-":1,"\u00fd":1,"\u0161":1,"\u00f0":3}},"{":{"d":"133,57v-48,3,-90,-3,-90,-46v0,-21,15,-72,15,-87v0,-15,-8,-17,-36,-17r0,-34v73,7,14,-66,21,-103v-4,-43,41,-50,90,-47r0,35v-25,0,-48,-2,-48,24v0,29,36,96,-5,108v41,12,5,83,5,109v0,26,23,25,48,24r0,34","w":158,"k":{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00c1":4,"\u00c2":4,"\u00ff":7,"\u0153":7,"\u0152":7,"\u00d5":7,"\u00c3":4,"\u00c0":4,"\u00f8":7,"\u00d8":7,"\u00c6":4,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00d6":7,"\u00c7":7,"\u00c5":4,"\u00c4":4,"y":7,"v":7,"q":7,"o":7,"e":7,"d":7,"c":7,"Q":7,"O":7,"J":7,"G":7,"C":7,"A":4,"4":11,"\u00fd":7,"\u00f0":7}},"|":{"d":"33,57r0,-334r41,0r0,334r-41,0","w":106},"}":{"d":"26,57r0,-34v25,1,47,1,47,-24v0,-26,-36,-97,5,-109v-41,-13,-5,-78,-5,-108v0,-25,-22,-25,-47,-24r0,-35v48,-3,94,3,89,47v6,38,-52,111,22,103r0,34v-74,-8,-16,65,-22,104v5,42,-41,49,-89,46","w":158},"~":{"d":"45,-140r-26,-15v11,-22,25,-33,44,-33v30,0,45,31,63,-2r26,15v-11,22,-25,34,-44,34v-31,0,-45,-31,-63,1"},"\u00c4":{"d":"6,0r83,-269r44,0r83,269r-43,0r-15,-51r-95,0r-15,51r-42,0xm73,-89r74,0r-36,-122xm60,-282r0,-41r36,0r0,41r-36,0xm126,-282r0,-41r36,0r0,41r-36,0","w":222,"k":{"\u00d9":9,"\u00db":9,"\u00da":9,"\u00d2":9,"\u00d4":9,"\u00d3":9,"\ufb02":6,"\ufb01":6,"\u2039":7,"\u0178":29,"\u00ff":9,"\u25ca":7,"\u2019":18,"\u2018":25,"\u201d":18,"\u201c":25,"\u2014":7,"\u2013":7,"\u0153":9,"\u0152":9,"\u00d5":9,"\u00ab":7,"\u0394":7,"\u00f8":9,"\u00e6":4,"\u03c0":4,"\u00b1":7,"\u221e":7,"\u00d8":9,"\u2260":7,"\u2122":25,"\u00a9":4,"\u00ae":4,"\u2022":7,"\u2020":7,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":9,"\u00f6":9,"\u00f4":9,"\u00f2":9,"\u00f3":9,"\u00eb":9,"\u00ea":9,"\u00e8":9,"\u00e9":9,"\u00e7":9,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":9,"\u00d6":9,"\u00c7":9,"}":4,"y":9,"w":7,"v":9,"u":2,"t":7,"q":9,"o":9,"l":2,"f":7,"e":9,"d":9,"c":9,"a":4,"]":4,"\\":25,"Y":29,"W":14,"V":20,"U":9,"T":29,"S":4,"Q":9,"O":9,"G":9,"C":9,"@":7,"?":18,"-":7,"*":22,")":4,"'":18,"\"":18,"\u00fd":9,"\u00dd":29,"\u0160":4,"\u0142":2,"\u00f0":9}},"\u00c5":{"d":"6,0r79,-256v-24,-22,-20,-81,26,-81v44,0,49,57,26,80r79,257r-43,0r-15,-51r-95,0r-15,51r-42,0xm73,-89r74,0r-36,-122xm111,-269v14,0,18,-9,18,-23v0,-14,-4,-24,-18,-24v-14,0,-19,10,-19,24v0,14,5,23,19,23","w":222,"k":{"\u00d9":9,"\u00db":9,"\u00da":9,"\u00d2":9,"\u00d4":9,"\u00d3":9,"\ufb02":6,"\ufb01":6,"\u2039":7,"\u0178":29,"\u00ff":9,"\u25ca":7,"\u2019":18,"\u2018":25,"\u201d":18,"\u201c":25,"\u2014":7,"\u2013":7,"\u0153":9,"\u0152":9,"\u00d5":9,"\u00ab":7,"\u0394":7,"\u00f8":9,"\u00e6":4,"\u03c0":4,"\u00b1":7,"\u221e":7,"\u00d8":9,"\u2260":7,"\u2122":25,"\u00a9":4,"\u00ae":4,"\u2022":7,"\u2020":7,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":9,"\u00f6":9,"\u00f4":9,"\u00f2":9,"\u00f3":9,"\u00eb":9,"\u00ea":9,"\u00e8":9,"\u00e9":9,"\u00e7":9,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":9,"\u00d6":9,"\u00c7":9,"}":4,"y":9,"w":7,"v":9,"u":2,"t":7,"q":9,"o":9,"l":2,"f":7,"e":9,"d":9,"c":9,"a":4,"]":4,"\\":25,"Y":29,"W":14,"V":20,"U":9,"T":29,"S":4,"Q":9,"O":9,"G":9,"C":9,"@":7,"?":18,"-":7,"*":22,")":4,"'":18,"\"":18,"\u00fd":9,"\u00dd":29,"\u0160":4,"\u0142":2,"\u00f0":9}},"\u00c7":{"d":"144,46v0,40,-53,43,-82,28r9,-20v15,7,48,9,46,-10v4,-19,-26,-9,-35,-20r5,-23v-60,-10,-76,-60,-76,-134v0,-82,18,-137,103,-137v28,0,52,7,68,18r-23,35v-10,-6,-25,-12,-46,-12v-46,0,-60,28,-60,97v0,97,53,114,111,83r20,32v-19,13,-39,20,-74,20r-2,13v21,-1,36,3,36,30","w":192,"k":{"\u00d9":5,"\u00db":5,"\u00da":5,"\u00d2":8,"\u00d4":8,"\u00d3":8,"\u00c1":2,"\u00c2":2,"\u00b7":7,"\ufb02":6,"\ufb01":6,"\u2039":6,"\u0178":2,"\u00ff":13,"\u25ca":6,"\u2014":9,"\u2013":9,"\u0153":6,"\u0152":8,"\u00d5":8,"\u00c3":2,"\u00c0":2,"\u00ab":6,"\u0394":6,"\u00f8":6,"\u00e6":6,"\u03c0":6,"\u00b1":6,"\u221e":6,"\u00d8":8,"\u00c6":2,"\u2260":6,"\u00a9":6,"\u00ae":6,"\u2022":11,"\u00fc":6,"\u00fb":6,"\u00f9":6,"\u00fa":6,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00ef":-3,"\u00ee":-7,"\u00eb":6,"\u00ea":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":6,"\u00e3":6,"\u00e4":6,"\u00e2":6,"\u00e0":6,"\u00e1":6,"\u00dc":5,"\u00d6":8,"\u00c7":8,"\u00c5":2,"\u00c4":2,"y":13,"x":2,"w":13,"v":13,"u":6,"t":9,"s":2,"q":6,"o":6,"l":2,"g":2,"f":6,"e":6,"d":6,"c":6,"a":6,"Z":4,"Y":2,"X":5,"W":1,"V":2,"U":5,"S":7,"Q":8,"O":8,"J":2,"G":8,"C":8,"A":2,"@":2,"-":9,"\u017d":4,"\u00fd":13,"\u00dd":2,"\u0161":2,"\u0160":7,"\u0142":2,"\u00f0":6}},"\u00c9":{"d":"69,-282r39,-60r45,0r-49,60r-35,0xm23,0r0,-267r152,0r0,38r-112,0r0,72r107,0r0,39r-107,0r0,81r113,0r0,37r-153,0","w":191,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":4,"\u00c2":4,"\ufb02":4,"\ufb01":4,"\u00ff":4,"\u25ca":4,"\u0153":4,"\u0152":4,"\u00d5":4,"\u00c3":4,"\u00c0":4,"\u0394":4,"\u00f8":4,"\u00e6":7,"\u00b1":4,"\u221e":4,"\u00d8":4,"\u00c6":4,"\u2260":4,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-4,"\u00ee":-4,"\u00ec":-5,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00dc":2,"\u00d6":4,"\u00c7":4,"\u00c5":4,"\u00c4":4,"z":1,"y":4,"x":4,"w":4,"v":4,"t":4,"s":4,"q":4,"o":4,"g":4,"f":4,"e":4,"d":4,"c":4,"a":7,"Z":1,"X":1,"V":4,"U":2,"T":4,"S":5,"Q":4,"O":4,"G":4,"C":4,"A":4,"\u017e":1,"\u017d":1,"\u00fd":4,"\u0161":4,"\u0160":5,"\u00f0":4}},"\u00d1":{"d":"23,0r0,-267r44,0r102,183r0,-183r40,0r0,267r-39,0r-108,-193r0,193r-39,0xm75,-280r-27,-15v11,-22,25,-33,44,-33v30,0,46,31,64,-2r25,15v-11,22,-24,34,-43,34v-31,0,-46,-32,-63,1","w":231},"\u00d6":{"d":"64,-282r0,-41r36,0r0,41r-36,0xm130,-282r0,-41r36,0r0,41r-36,0xm116,3v-92,0,-105,-63,-105,-136v0,-73,13,-137,105,-137v91,0,104,64,104,137v0,73,-13,136,-104,136xm116,-34v56,0,61,-41,61,-98v0,-57,-5,-98,-61,-98v-56,0,-63,41,-63,98v0,57,7,98,63,98","w":230,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00c1":9,"\u00c2":9,"\u0178":9,"\u00c3":9,"\u00c0":9,"\u2026":11,"\u00e6":4,"\u00c6":9,"\u00ee":-2,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":2,"\u00c5":9,"\u00c4":9,"}":7,"g":4,"a":4,"]":7,"\\":7,"Z":9,"Y":9,"X":12,"W":5,"V":9,"U":2,"T":9,"S":7,"J":11,"A":9,"\/":7,".":11,",":11,")":4,"\u017d":9,"\u00dd":9,"\u0160":7}},"\u00dc":{"d":"64,-282r0,-41r36,0r0,41r-36,0xm130,-282r0,-41r36,0r0,41r-36,0xm115,4v-72,0,-94,-34,-94,-94r0,-177r42,0r0,173v0,40,11,60,53,60v42,0,53,-19,53,-60r0,-173r40,0r0,177v0,60,-21,94,-94,94","w":230,"k":{"\u00d2":2,"\u00d4":2,"\u00d3":2,"\u00c1":9,"\u00c2":9,"\u0152":2,"\u00d5":2,"\u00c3":9,"\u00c0":9,"\u2026":7,"\u00e6":4,"\u00d8":2,"\u00c6":9,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00d6":2,"\u00c7":2,"\u00c5":9,"\u00c4":9,"a":4,"X":4,"S":4,"Q":2,"O":2,"J":11,"G":2,"C":2,"A":9,"\/":4,".":7,",":7,"\u0160":4}},"\u00e1":{"d":"72,2v-48,0,-61,-24,-61,-62v-1,-61,39,-75,111,-74v8,-46,-60,-36,-83,-24r-16,-32v16,-9,40,-15,71,-15v87,0,64,78,67,151v0,15,1,19,15,19r0,35v-24,0,-45,0,-48,-18v-12,15,-29,20,-56,20xm80,-31v32,0,47,-28,42,-71v-46,0,-73,2,-73,37v0,26,10,34,31,34xm67,-221r40,-61r45,0r-50,61r-35,0","w":187,"k":{"\u00ff":7,"\u2018":4,"\u201c":4,"y":7,"x":4,"w":5,"v":7,"g":3,"\\":22,"?":7,"\u00fd":7}},"\u00e0":{"d":"72,2v-48,0,-61,-24,-61,-62v-1,-61,39,-75,111,-74v8,-46,-60,-36,-83,-24r-16,-32v16,-9,40,-15,71,-15v87,0,64,78,67,151v0,15,1,19,15,19r0,35v-24,0,-45,0,-48,-18v-12,15,-29,20,-56,20xm80,-31v32,0,47,-28,42,-71v-46,0,-73,2,-73,37v0,26,10,34,31,34xm85,-221r-50,-61r46,0r39,61r-35,0","w":187,"k":{"\u00ff":7,"\u2018":4,"\u201c":4,"y":7,"x":4,"w":5,"v":7,"g":3,"\\":22,"?":7,"\u00fd":7}},"\u00e2":{"d":"72,2v-48,0,-61,-24,-61,-62v-1,-61,39,-75,111,-74v8,-46,-60,-36,-83,-24r-16,-32v16,-9,40,-15,71,-15v87,0,64,78,67,151v0,15,1,19,15,19r0,35v-24,0,-45,0,-48,-18v-12,15,-29,20,-56,20xm80,-31v32,0,47,-28,42,-71v-46,0,-73,2,-73,37v0,26,10,34,31,34xm35,-221r40,-61r38,0r40,61r-33,0r-27,-33r-26,33r-32,0","w":187,"k":{"\u00ff":7,"\u2018":4,"\u201c":4,"y":7,"x":4,"w":5,"v":7,"g":3,"\\":22,"?":7,"\u00fd":7}},"\u00e4":{"d":"72,2v-48,0,-61,-24,-61,-62v-1,-61,39,-75,111,-74v8,-46,-60,-36,-83,-24r-16,-32v16,-9,40,-15,71,-15v87,0,64,78,67,151v0,15,1,19,15,19r0,35v-24,0,-45,0,-48,-18v-12,15,-29,20,-56,20xm80,-31v32,0,47,-28,42,-71v-46,0,-73,2,-73,37v0,26,10,34,31,34xm43,-221r0,-42r36,0r0,42r-36,0xm109,-221r0,-42r36,0r0,42r-36,0","w":187,"k":{"\u00ff":7,"\u2018":4,"\u201c":4,"y":7,"x":4,"w":5,"v":7,"g":3,"\\":22,"?":7,"\u00fd":7}},"\u00e3":{"d":"72,2v-48,0,-61,-24,-61,-62v-1,-61,39,-75,111,-74v8,-46,-60,-36,-83,-24r-16,-32v16,-9,40,-15,71,-15v87,0,64,78,67,151v0,15,1,19,15,19r0,35v-24,0,-45,0,-48,-18v-12,15,-29,20,-56,20xm80,-31v32,0,47,-28,42,-71v-46,0,-73,2,-73,37v0,26,10,34,31,34xm53,-220r-26,-15v11,-22,25,-33,44,-33v30,0,45,31,63,-2r26,15v-11,22,-25,34,-44,34v-31,0,-45,-30,-63,1","w":187,"k":{"\u00ff":7,"\u2018":4,"\u201c":4,"y":7,"x":4,"w":5,"v":7,"g":3,"\\":22,"?":7,"\u00fd":7}},"\u00e5":{"d":"72,2v-48,0,-61,-24,-61,-62v-1,-61,39,-75,111,-74v8,-46,-60,-36,-83,-24r-16,-32v16,-9,40,-15,71,-15v87,0,64,78,67,151v0,15,1,19,15,19r0,35v-24,0,-45,0,-48,-18v-12,15,-29,20,-56,20xm80,-31v32,0,47,-28,42,-71v-46,0,-73,2,-73,37v0,26,10,34,31,34xm94,-219v-30,0,-40,-19,-40,-44v0,-25,10,-44,40,-44v29,0,40,19,40,44v0,25,-11,44,-40,44xm94,-239v14,0,18,-10,18,-24v0,-14,-4,-24,-18,-24v-14,0,-19,10,-19,24v0,14,5,24,19,24","w":187,"k":{"\u00ff":7,"\u2018":4,"\u201c":4,"y":7,"x":4,"w":5,"v":7,"g":3,"\\":22,"?":7,"\u00fd":7}},"\u00e7":{"d":"126,46v0,39,-54,43,-83,28r9,-20v16,7,49,9,47,-10v4,-19,-26,-9,-35,-20r4,-23v-46,-9,-56,-46,-56,-102v0,-64,14,-104,82,-104v22,0,38,5,51,11r-17,35v-41,-20,-75,-3,-75,59v0,45,7,68,43,68v15,0,26,-4,36,-9r16,31v-19,9,-34,13,-57,13r-2,13v21,-1,37,3,37,30","w":154,"k":{"\u2039":7,"\u0178":16,"\u00ff":1,"\u2014":11,"\u2013":11,"\u0153":6,"\u00ab":7,"\u00f8":6,"\u00e6":4,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00eb":6,"\u00ea":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"y":1,"x":3,"v":1,"q":5,"o":6,"g":2,"e":6,"d":5,"c":6,"a":4,"\\":7,"Y":16,"W":11,"V":11,"T":15,"S":4,"-":11,"\u00fd":1,"\u00dd":16,"\u0160":4,"\u00f0":6}},"\u00e9":{"d":"62,-221r39,-61r45,0r-50,61r-34,0xm92,3v-68,0,-80,-40,-80,-104v0,-63,15,-104,81,-104v72,0,73,45,72,123r-115,0v2,33,10,50,44,50v26,0,40,-6,52,-12r15,31v-17,9,-37,16,-69,16xm92,-169v-32,0,-41,19,-42,52r77,0v0,-33,-1,-52,-35,-52","w":176,"k":{"\ufb02":4,"\ufb01":4,"\u00ff":1,"\u25ca":4,"\u2019":5,"\u2018":4,"\u201d":5,"\u201c":4,"\u2026":4,"\u0394":4,"\u00e6":3,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00e5":3,"\u00e3":3,"\u00e4":3,"\u00e2":3,"\u00e0":3,"\u00e1":3,"z":1,"y":1,"x":5,"w":1,"v":1,"f":4,"a":3,"\\":18,"V":18,"?":7,".":4,",":4,"\u017e":1,"\u00fd":1}},"\u00e8":{"d":"92,3v-68,0,-80,-40,-80,-104v0,-63,15,-104,81,-104v72,0,73,45,72,123r-115,0v2,33,10,50,44,50v26,0,40,-6,52,-12r15,31v-17,9,-37,16,-69,16xm92,-169v-32,0,-41,19,-42,52r77,0v0,-33,-1,-52,-35,-52xm79,-221r-49,-61r45,0r39,61r-35,0","w":176,"k":{"\ufb02":4,"\ufb01":4,"\u00ff":1,"\u25ca":4,"\u2019":5,"\u2018":4,"\u201d":5,"\u201c":4,"\u2026":4,"\u0394":4,"\u00e6":3,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00e5":3,"\u00e3":3,"\u00e4":3,"\u00e2":3,"\u00e0":3,"\u00e1":3,"z":1,"y":1,"x":5,"w":1,"v":1,"f":4,"a":3,"\\":18,"V":18,"?":7,".":4,",":4,"\u017e":1,"\u00fd":1}},"\u00ea":{"d":"29,-221r40,-61r38,0r40,61r-33,0r-27,-33r-26,33r-32,0xm92,3v-68,0,-80,-40,-80,-104v0,-63,15,-104,81,-104v72,0,73,45,72,123r-115,0v2,33,10,50,44,50v26,0,40,-6,52,-12r15,31v-17,9,-37,16,-69,16xm92,-169v-32,0,-41,19,-42,52r77,0v0,-33,-1,-52,-35,-52","w":176,"k":{"\ufb02":4,"\ufb01":4,"\u00ff":1,"\u25ca":4,"\u2019":5,"\u2018":4,"\u201d":5,"\u201c":4,"\u2026":4,"\u0394":4,"\u00e6":3,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00e5":3,"\u00e3":3,"\u00e4":3,"\u00e2":3,"\u00e0":3,"\u00e1":3,"z":1,"y":1,"x":5,"w":1,"v":1,"f":4,"a":3,"\\":18,"V":18,"?":7,".":4,",":4,"\u017e":1,"\u00fd":1}},"\u00eb":{"d":"37,-221r0,-42r36,0r0,42r-36,0xm103,-221r0,-42r36,0r0,42r-36,0xm92,3v-68,0,-80,-40,-80,-104v0,-63,15,-104,81,-104v72,0,73,45,72,123r-115,0v2,33,10,50,44,50v26,0,40,-6,52,-12r15,31v-17,9,-37,16,-69,16xm92,-169v-32,0,-41,19,-42,52r77,0v0,-33,-1,-52,-35,-52","w":176,"k":{"\ufb02":4,"\ufb01":4,"\u00ff":1,"\u25ca":4,"\u2019":5,"\u2018":4,"\u201d":5,"\u201c":4,"\u2026":4,"\u0394":4,"\u00e6":3,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00e5":3,"\u00e3":3,"\u00e4":3,"\u00e2":3,"\u00e0":3,"\u00e1":3,"z":1,"y":1,"x":5,"w":1,"v":1,"f":4,"a":3,"\\":18,"V":18,"?":7,".":4,",":4,"\u017e":1,"\u00fd":1}},"\u00ed":{"d":"21,-221r25,-61r45,0r-35,61r-35,0xm21,0r0,-201r40,0r0,201r-40,0","w":81},"\u00ec":{"d":"26,-221r-36,-61r45,0r25,61r-34,0xm21,0r0,-201r40,0r0,201r-40,0","w":81},"\u00ee":{"d":"-13,-221r35,-61r38,0r34,61r-33,0r-21,-33r-21,33r-32,0xm21,0r0,-201r40,0r0,201r-40,0","w":81},"\u00ef":{"d":"-4,-221r0,-42r32,0r0,42r-32,0xm53,-221r0,-42r32,0r0,42r-32,0xm21,0r0,-201r40,0r0,201r-40,0","w":81},"\u00f1":{"d":"19,0r0,-199r32,-3r4,19v9,-13,25,-22,61,-22v51,0,58,31,58,74r0,131r-40,0r0,-122v0,-30,-3,-44,-33,-44v-69,-2,-32,107,-41,166r-41,0xm55,-220r-27,-15v11,-22,25,-33,44,-33v30,0,46,31,64,-2r26,15v-11,22,-25,34,-44,34v-31,0,-45,-30,-63,1","w":191,"k":{"\u00ff":3,"y":3,"w":1,"v":3,"\\":14,"?":7,"\u00fd":3}},"\u00f3":{"d":"68,-221r39,-61r45,0r-49,61r-35,0xm95,3v-68,0,-83,-43,-83,-104v0,-60,14,-104,83,-104v69,0,83,44,83,104v0,62,-14,104,-83,104xm95,-32v39,0,42,-29,42,-68v0,-40,-3,-67,-42,-67v-38,0,-43,27,-43,67v0,39,5,68,43,68","w":189,"k":{"\u00ff":5,"\u2019":5,"\u2018":4,"\u201d":5,"\u201c":4,"\u2026":7,"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"}":7,"z":3,"y":5,"x":7,"w":4,"v":5,"s":2,"a":2,"]":7,"\\":22,"?":7,".":7,",":7,")":4,"\u017e":3,"\u00fd":5,"\u0161":2}},"\u00f2":{"d":"95,3v-68,0,-83,-43,-83,-104v0,-60,14,-104,83,-104v69,0,83,44,83,104v0,62,-14,104,-83,104xm95,-32v39,0,42,-29,42,-68v0,-40,-3,-67,-42,-67v-38,0,-43,27,-43,67v0,39,5,68,43,68xm85,-221r-49,-61r45,0r40,61r-36,0","w":189,"k":{"\u00ff":5,"\u2019":5,"\u2018":4,"\u201d":5,"\u201c":4,"\u2026":7,"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"}":7,"z":3,"y":5,"x":7,"w":4,"v":5,"s":2,"a":2,"]":7,"\\":22,"?":7,".":7,",":7,")":4,"\u017e":3,"\u00fd":5,"\u0161":2}},"\u00f4":{"d":"35,-221r40,-61r38,0r40,61r-33,0r-26,-33r-27,33r-32,0xm95,3v-68,0,-83,-43,-83,-104v0,-60,14,-104,83,-104v69,0,83,44,83,104v0,62,-14,104,-83,104xm95,-32v39,0,42,-29,42,-68v0,-40,-3,-67,-42,-67v-38,0,-43,27,-43,67v0,39,5,68,43,68","w":189,"k":{"\u00ff":5,"\u2019":5,"\u2018":4,"\u201d":5,"\u201c":4,"\u2026":7,"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"}":7,"z":3,"y":5,"x":7,"w":4,"v":5,"s":2,"a":2,"]":7,"\\":22,"?":7,".":7,",":7,")":4,"\u017e":3,"\u00fd":5,"\u0161":2}},"\u00f6":{"d":"43,-221r0,-42r36,0r0,42r-36,0xm109,-221r0,-42r36,0r0,42r-36,0xm95,3v-68,0,-83,-43,-83,-104v0,-60,14,-104,83,-104v69,0,83,44,83,104v0,62,-14,104,-83,104xm95,-32v39,0,42,-29,42,-68v0,-40,-3,-67,-42,-67v-38,0,-43,27,-43,67v0,39,5,68,43,68","w":189,"k":{"\u00ff":5,"\u2019":5,"\u2018":4,"\u201d":5,"\u201c":4,"\u2026":7,"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"}":7,"z":3,"y":5,"x":7,"w":4,"v":5,"s":2,"a":2,"]":7,"\\":22,"?":7,".":7,",":7,")":4,"\u017e":3,"\u00fd":5,"\u0161":2}},"\u00f5":{"d":"95,3v-68,0,-83,-43,-83,-104v0,-60,14,-104,83,-104v69,0,83,44,83,104v0,62,-14,104,-83,104xm95,-32v39,0,42,-29,42,-68v0,-40,-3,-67,-42,-67v-38,0,-43,27,-43,67v0,39,5,68,43,68xm53,-220r-26,-15v11,-22,25,-33,44,-33v30,0,45,31,63,-2r26,15v-11,22,-24,34,-43,34v-31,0,-46,-30,-64,1","w":189,"k":{"\u00ff":5,"\u2019":5,"\u2018":4,"\u201d":5,"\u201c":4,"\u2026":7,"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"}":7,"z":3,"y":5,"x":7,"w":4,"v":5,"s":2,"a":2,"]":7,"\\":22,"?":7,".":7,",":7,")":4,"\u017e":3,"\u00fd":5,"\u0161":2}},"\u00fa":{"d":"67,-221r40,-61r45,0r-50,61r-35,0xm94,3v-111,0,-67,-115,-76,-204r41,0r0,122v0,31,3,46,36,46v32,0,35,-16,35,-47r0,-121r40,0v-8,89,35,204,-76,204","w":187,"k":{"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"x":4,"g":2,"a":2,"\\":14,"?":7}},"\u00f9":{"d":"94,3v-111,0,-67,-115,-76,-204r41,0r0,122v0,31,3,46,36,46v32,0,35,-16,35,-47r0,-121r40,0v-8,89,35,204,-76,204xm85,-221r-50,-61r46,0r39,61r-35,0","w":187,"k":{"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"x":4,"g":2,"a":2,"\\":14,"?":7}},"\u00fb":{"d":"35,-221r40,-61r38,0r40,61r-33,0r-27,-33r-26,33r-32,0xm94,3v-111,0,-67,-115,-76,-204r41,0r0,122v0,31,3,46,36,46v32,0,35,-16,35,-47r0,-121r40,0v-8,89,35,204,-76,204","w":187,"k":{"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"x":4,"g":2,"a":2,"\\":14,"?":7}},"\u00fc":{"d":"43,-221r0,-42r36,0r0,42r-36,0xm109,-221r0,-42r36,0r0,42r-36,0xm94,3v-111,0,-67,-115,-76,-204r41,0r0,122v0,31,3,46,36,46v32,0,35,-16,35,-47r0,-121r40,0v-8,89,35,204,-76,204","w":187,"k":{"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"x":4,"g":2,"a":2,"\\":14,"?":7}},"\u2020":{"d":"66,57r0,-216r-51,0r0,-38r51,0r0,-80r39,0r0,80r51,0r0,38r-51,0r0,216r-39,0","k":{"\u00c1":7,"\u00c2":7,"\u0178":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"Y":7,"X":4,"W":4,"V":7,"T":4,"J":11,"A":7,"\u00dd":7}},"\u00b0":{"d":"83,-98v-55,0,-68,-39,-68,-86v0,-47,13,-86,68,-86v56,0,69,39,69,86v0,47,-13,86,-69,86xm83,-129v31,0,35,-23,35,-54v0,-31,-4,-54,-35,-54v-30,0,-34,23,-34,54v0,31,4,54,34,54","w":166,"k":{"\u2026":50,"7":1,"4":14,"2":7,".":50,",":50}},"\u00a2":{"d":"73,35r0,-35v-47,-8,-58,-45,-58,-101v0,-55,11,-92,58,-101r0,-29r39,0r0,28v15,1,27,4,37,9r-18,35v-42,-20,-82,-3,-75,59v-8,64,38,80,80,59r15,30v-14,7,-25,11,-39,12r0,34r-39,0","w":161},"\u00a3":{"d":"180,-58v10,73,-69,67,-112,45v-13,10,-32,13,-62,13r0,-36v65,4,40,-38,34,-82r-33,0r0,-34r26,0v-17,-63,-6,-118,67,-118v30,0,52,5,71,15r-17,33v-30,-14,-88,-22,-88,25v0,11,2,27,6,45r56,0r0,34r-50,0v6,31,11,50,6,76v20,8,66,21,60,-17r0,-21r36,0r0,22","w":187},"\u00a7":{"d":"102,-79v7,57,-15,88,-77,81r0,-32v36,4,43,-14,39,-49v-33,-4,-46,-21,-46,-54v0,-32,13,-51,46,-55v-5,-54,11,-87,77,-81r0,34v-35,-4,-43,12,-39,47v34,4,47,22,47,55v0,33,-14,50,-47,54xm84,-105v22,0,33,-8,33,-27v0,-19,-11,-27,-33,-27v-22,0,-34,8,-34,27v0,19,12,27,34,27","w":167,"k":{"2":7}},"\u2022":{"d":"27,-75r0,-69r57,0r0,69r-57,0","w":111,"k":{"\u00c1":7,"\u00c2":7,"\u0178":14,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"Z":4,"Y":14,"X":7,"W":7,"V":14,"T":25,"J":18,"A":7,"7":11,"1":11,"\u017d":4,"\u00dd":14}},"\u00b6":{"d":"67,0r0,-102v-42,-9,-55,-37,-55,-81v0,-55,19,-84,87,-84r72,0r0,267r-39,0r0,-99r-26,0r0,99r-39,0xm53,-182v0,49,33,50,79,48r0,-96v-46,-2,-79,-1,-79,48","w":192},"\u00df":{"d":"19,0r0,-206v0,-44,21,-73,78,-73v54,0,75,20,75,69v0,37,-6,57,-25,65v31,6,39,27,39,69v0,62,-32,79,-104,76r0,-36v42,2,64,-7,64,-45v0,-34,-16,-44,-55,-43r0,-34v29,1,42,-7,42,-41v0,-31,-10,-42,-36,-42v-27,0,-38,13,-38,39r0,202r-40,0","w":197,"k":{"\ufb02":4,"\ufb01":4,"\u25ca":4,"\u2026":4,"\u0394":4,"\u00e6":2,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"z":1,"u":2,"t":4,"s":4,"g":4,"f":4,"a":2,".":4,",":4,"\u017e":1,"\u0161":4}},"\u00ae":{"d":"120,4v-85,0,-107,-58,-107,-137v0,-80,22,-138,107,-138v85,0,108,58,108,138v0,79,-23,137,-108,137xm120,-13v72,0,90,-50,90,-120v0,-71,-18,-122,-90,-122v-72,0,-90,51,-90,122v0,70,18,120,90,120xm152,-49r-30,-65r-28,0r0,65r-26,0r0,-171v55,-1,111,-7,111,52v0,28,-8,46,-32,52r31,67r-26,0xm94,-136v31,0,64,6,60,-30v4,-36,-28,-31,-60,-31r0,61","w":240,"k":{"\u00c1":7,"\u00c2":7,"\u0178":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"Y":7,"X":7,"W":4,"V":7,"T":6,"J":7,"A":7,"\u00dd":7}},"\u00a9":{"d":"122,-46v-53,0,-65,-34,-65,-89v0,-53,12,-89,67,-89v19,0,34,6,44,12r-15,22v-36,-18,-76,-6,-69,56v-7,64,34,76,72,54r14,22v-13,8,-26,12,-48,12xm120,4v-85,0,-107,-58,-107,-137v0,-80,22,-138,107,-138v85,0,108,58,108,138v0,79,-23,137,-108,137xm120,-13v72,0,90,-50,90,-120v0,-71,-18,-122,-90,-122v-72,0,-90,51,-90,122v0,70,18,120,90,120","w":240,"k":{"\u00c1":7,"\u00c2":7,"\u0178":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"Y":7,"X":7,"W":4,"V":7,"T":6,"J":7,"A":7,"\u00dd":7}},"\u2122":{"d":"142,-99r0,-168r34,0r37,119r37,-119r34,0r0,168r-29,0r0,-109r-33,109r-19,0r-33,-109r0,109r-28,0xm57,-99r0,-140r-44,0r0,-28r118,0r0,28r-44,0r0,140r-30,0","w":316},"\u00b4":{"d":"59,-221r40,-61r45,0r-50,61r-35,0"},"\u00a8":{"d":"35,-221r0,-42r36,0r0,42r-36,0xm101,-221r0,-42r36,0r0,42r-36,0"},"\u2260":{"d":"138,0r0,-166r-60,0r0,166r-40,0r0,-166r-32,0r0,-35r32,0v-5,-55,18,-81,79,-76r0,35v-32,-3,-44,9,-39,41r60,0v-7,-58,23,-82,87,-76r0,35v-34,-3,-53,4,-46,41r46,0r0,35r-46,0r0,166r-41,0","w":227,"k":{"\u2039":1,"\u2019":-11,"\u2018":-11,"\u201d":-11,"\u201c":-11,"\u2014":3,"\u2013":3,"\u0153":4,"\u2026":11,"\u00ab":1,"\u00f8":4,"\u00e6":7,"\u2122":-14,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"x":4,"s":1,"q":5,"o":4,"g":4,"e":4,"d":4,"c":4,"a":7,"\\":-14,"@":-2,"\/":7,".":11,"-":3,",":11,"*":-11,"'":-11,"\"":-11,"\u0161":1,"\u00f0":4}},"\u00c6":{"d":"5,0r128,-267r173,0r0,38r-112,0r0,73r106,0r0,38r-106,0r0,81r113,0r0,37r-153,0r0,-52r-83,0r-25,52r-41,0xm87,-88r67,0r0,-137","w":322,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":4,"\u00c2":4,"\ufb02":4,"\ufb01":4,"\u00ff":4,"\u25ca":4,"\u0153":4,"\u0152":4,"\u00d5":4,"\u00c3":4,"\u00c0":4,"\u0394":4,"\u00f8":4,"\u00e6":7,"\u00b1":4,"\u221e":4,"\u00d8":4,"\u00c6":4,"\u2260":4,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-4,"\u00ee":-4,"\u00ec":-5,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00dc":2,"\u00d6":4,"\u00c7":4,"\u00c5":4,"\u00c4":4,"z":1,"y":4,"x":4,"w":4,"v":4,"t":4,"s":4,"q":4,"o":4,"g":4,"f":4,"e":4,"d":4,"c":4,"a":7,"Z":1,"X":1,"V":4,"U":2,"T":4,"S":5,"Q":4,"O":4,"G":4,"C":4,"A":4,"\u017e":1,"\u017d":1,"\u00fd":4,"\u0161":4,"\u0160":5,"\u00f0":4}},"\u00d8":{"d":"32,15r14,-32v-30,-24,-35,-68,-35,-116v0,-73,13,-137,105,-137v15,0,27,2,38,5r9,-17r36,0r-15,33v30,24,36,68,36,116v0,73,-13,136,-104,136v-14,0,-27,-1,-38,-4r-7,16r-39,0xm116,-32v57,0,63,-42,63,-100v0,-32,-2,-59,-14,-77r-74,173v7,2,16,4,25,4xm65,-55r73,-174v-97,-27,-100,104,-73,174","w":230,"k":{"\u00d9":2,"\u00db":2,"\u00c0":9,"\u00da":2,"\u00c1":9,"\u00c2":9,"\u0178":9,"\u00c3":9,"\u2026":11,"\u00e6":4,"\u00c6":9,"\u00ee":-2,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":2,"\u00c5":9,"\u00c4":9,"}":7,"g":4,"a":4,"]":7,"\\":7,"Z":9,"Y":9,"X":12,"W":5,"V":9,"U":2,"T":9,"S":7,"J":11,"A":9,"\/":7,".":11,",":11,")":4,"\u017d":9,"\u00dd":9,"\u0160":7}},"\u221e":{"d":"138,0r0,-166r-60,0r0,166r-40,0r0,-166r-32,0r0,-35r32,0v-5,-55,18,-81,79,-76r0,35v-32,-3,-44,9,-39,41r60,0v-5,-55,17,-81,79,-76r0,35v-32,-3,-42,9,-38,41r38,0r0,35r-38,0r0,166r-41,0xm239,0r0,-201r40,0r0,201r-40,0xm239,-224r0,-43r40,0r0,43r-40,0","w":299},"\u00b1":{"d":"138,0r0,-166r-60,0r0,166r-40,0r0,-166r-32,0r0,-35r32,0v-5,-55,18,-81,79,-76r0,35v-32,-3,-44,9,-39,41r60,0v-5,-55,17,-81,79,-76r0,35v-32,-3,-42,9,-38,41r38,0r0,35r-38,0r0,166r-41,0xm302,0v-42,2,-63,-5,-63,-50r0,-227r40,0r0,222v0,16,1,20,23,20r0,35","w":314,"k":{"\u2039":4,"\u00ff":3,"\u2019":11,"\u2018":7,"\u201d":11,"\u201c":7,"\u2014":11,"\u2013":11,"\u0153":6,"\u00ab":4,"\u00f8":6,"\u00e6":5,"\u00fc":5,"\u00fb":5,"\u00f9":5,"\u00fa":5,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00ef":4,"\u00ee":4,"\u00ec":4,"\u00ed":4,"\u00eb":6,"\u00ea":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":5,"\u00e3":5,"\u00e4":5,"\u00e2":5,"\u00e0":5,"\u00e1":5,"}":4,"y":3,"x":4,"w":3,"v":3,"u":5,"t":4,"s":4,"q":6,"o":6,"l":4,"j":4,"i":4,"g":4,"e":6,"d":6,"c":6,"a":5,"]":4,"@":1,"-":11,"'":9,"\"":9,"\u00fd":3,"\u0161":4,"\u0142":4,"\u00f0":6}},"\u2264":{"d":"31,-4r0,-35r133,0r-133,-73r0,-29r134,-73r0,39r-92,48r92,49r0,74r-134,0","w":208},"\u2265":{"d":"44,-4r0,-74r92,-49r-92,-48r0,-39r134,73r0,29r-133,73r133,0r0,35r-134,0","w":208},"\u00a5":{"d":"21,-80r0,-33r55,0r-72,-154r43,0r50,115r51,-115r42,0r-72,154r56,0r0,33r-57,0r0,22r57,0r0,33r-57,0r0,25r-40,0r0,-25r-56,0r0,-33r56,0r0,-22r-56,0","w":194,"k":{"9":2,"8":2,"6":2,"4":7,"0":2}},"\u00b5":{"d":"19,57r0,-258r41,0r0,122v0,31,3,46,36,46v33,0,35,-16,35,-47r0,-121r40,0v-8,88,34,204,-74,204v-17,0,-31,-5,-37,-13r0,67r-41,0","w":189},"\u03bc":{"d":"19,57r0,-258r41,0r0,122v0,31,3,46,36,46v33,0,35,-16,35,-47r0,-121r40,0v-8,88,34,204,-74,204v-17,0,-31,-5,-37,-13r0,67r-41,0","w":189},"\u2202":{"d":"62,-235r-3,-3v46,-46,135,-46,181,0r-2,3v-44,-45,-132,-46,-176,0xm240,-29v-46,46,-135,46,-181,0r3,-3v44,45,131,46,176,1xm254,-43v0,0,-1,-2,-3,-3v42,-47,42,-128,0,-175r3,-3v43,46,43,134,0,181xm45,-43v-42,-47,-42,-134,0,-181r3,3v-40,47,-41,128,0,175v-2,1,-3,3,-3,3xm222,-49v-37,36,-108,35,-145,0r3,-3v36,35,104,36,139,0xm220,-215v-35,-35,-104,-36,-140,0r-3,-3v37,-36,108,-37,145,0xm66,-61v-34,-38,-34,-107,0,-145r2,3v-32,37,-31,102,0,139xm234,-62r-3,-2v32,-36,34,-103,0,-139r3,-3v34,37,34,107,0,144xm207,-66v-29,29,-86,29,-115,0r2,-2v29,27,83,28,111,0xm217,-76r-2,-2v25,-29,26,-82,0,-111r2,-2v28,29,27,86,0,115xm205,-199v-29,-27,-81,-28,-110,0r-3,-3v29,-29,87,-29,116,0xm82,-76v-26,-30,-27,-85,0,-115r3,2v-26,29,-26,82,0,111v-1,1,-2,1,-3,2xm106,-186r-2,-3v23,-23,69,-22,92,1r-2,2v-23,-21,-65,-21,-88,0xm204,-87r-2,-3v20,-23,20,-64,0,-87r2,-3v22,25,22,68,0,93xm95,-87v-21,-25,-21,-68,0,-93r3,3v-21,23,-21,64,0,87xm196,-78v-24,23,-69,22,-93,-1r3,-2v23,21,64,21,87,0xm194,-97v5,-16,18,-53,-3,-71r3,-2v17,19,17,54,0,73xm186,-89v-19,18,-54,18,-73,0r2,-3v18,17,51,17,69,0xm105,-97v-16,-19,-16,-54,0,-73r3,2v-16,18,-15,51,0,69xm115,-175r-2,-3v19,-18,54,-19,73,0r-2,3v-18,-17,-51,-17,-69,0xm179,-98v-14,15,-44,16,-59,1v6,-6,19,10,30,7v11,2,22,-10,29,-8xm114,-104v-13,-16,-13,-43,0,-59v-1,14,-15,40,3,56xm196,-134v0,9,-5,33,-13,27v11,-14,13,-39,0,-54v9,-3,13,18,13,27xm150,-177v-11,-3,-23,13,-30,7v16,-14,43,-15,59,0v-5,6,-18,-10,-29,-7xm171,-160v-14,-16,-36,-1,-45,-3v12,-11,36,-12,48,0xm173,-104v-12,12,-35,11,-47,0v9,-3,31,14,45,-3xm120,-110v-9,-12,-10,-35,0,-47v4,9,-12,30,3,44xm187,-134v0,8,-4,28,-11,21v9,-11,9,-30,0,-41r3,-3v5,6,8,14,8,23xm168,-109v-10,8,-27,8,-37,0v7,-5,24,11,35,-3xm166,-155v-10,-13,-29,1,-35,-3v10,-9,27,-9,37,0v-1,1,-2,3,-2,3xm126,-115v-8,-10,-8,-27,0,-37v5,7,-10,23,3,34xm180,-134v0,6,-3,22,-9,17v11,-10,-2,-29,3,-35v4,5,6,11,6,18xm173,-134v0,4,-3,17,-7,12v7,-7,-1,-21,2,-25v3,4,5,8,5,13xm164,-115v-8,7,-21,6,-29,0v7,-4,18,8,26,-2xm131,-120v-5,-8,-6,-19,0,-27v6,4,-6,17,3,25xm161,-150v-8,-9,-20,1,-25,-2v8,-6,19,-7,27,0xm159,-120v-5,4,-14,4,-19,0v4,-2,15,-1,19,0xm159,-147v-4,1,-15,0,-19,0v5,-4,14,-4,19,0xm136,-125v-2,-6,-3,-12,0,-18v2,3,1,15,0,18xm163,-143v4,5,4,18,-2,17v5,-5,-2,-15,2,-17","w":299},"\u2211":{"d":"62,-235r-3,-3v46,-46,135,-46,181,0r-2,3v-44,-45,-132,-46,-176,0xm240,-29v-46,46,-135,46,-181,0r3,-3v44,45,131,46,176,1xm254,-43v0,0,-1,-2,-3,-3v42,-47,42,-128,0,-175r3,-3v43,46,43,134,0,181xm45,-43v-42,-47,-42,-134,0,-181r3,3v-40,47,-41,128,0,175v-2,1,-3,3,-3,3xm222,-49v-37,36,-108,35,-145,0r3,-3v36,35,104,36,139,0xm220,-215v-35,-35,-104,-36,-140,0r-3,-3v37,-36,108,-37,145,0xm66,-61v-34,-38,-34,-107,0,-145r2,3v-32,37,-31,102,0,139xm234,-62r-3,-2v32,-36,34,-103,0,-139r3,-3v34,37,34,107,0,144xm207,-66v-29,29,-86,29,-115,0r2,-2v29,27,83,28,111,0xm217,-76r-2,-2v25,-29,26,-82,0,-111r2,-2v28,29,27,86,0,115xm205,-199v-29,-27,-81,-28,-110,0r-3,-3v29,-29,87,-29,116,0xm82,-76v-26,-30,-27,-85,0,-115r3,2v-26,29,-26,82,0,111v-1,1,-2,1,-3,2xm106,-186r-2,-3v23,-23,69,-22,92,1r-2,2v-23,-21,-65,-21,-88,0xm204,-87r-2,-3v20,-23,20,-64,0,-87r2,-3v22,25,22,68,0,93xm95,-87v-21,-25,-21,-68,0,-93r3,3v-21,23,-21,64,0,87xm196,-78v-24,23,-69,22,-93,-1r3,-2v23,21,64,21,87,0xm194,-97v5,-16,18,-53,-3,-71r3,-2v17,19,17,54,0,73xm186,-89v-19,18,-54,18,-73,0r2,-3v18,17,51,17,69,0xm105,-97v-16,-19,-16,-54,0,-73r3,2v-16,18,-15,51,0,69xm115,-175r-2,-3v19,-18,54,-19,73,0r-2,3v-18,-17,-51,-17,-69,0xm179,-98v-14,15,-44,16,-59,1v6,-6,19,10,30,7v11,2,22,-10,29,-8xm114,-104v-13,-16,-13,-43,0,-59v-1,14,-15,40,3,56xm196,-134v0,9,-5,33,-13,27v11,-14,13,-39,0,-54v9,-3,13,18,13,27xm150,-177v-11,-3,-23,13,-30,7v16,-14,43,-15,59,0v-5,6,-18,-10,-29,-7xm171,-160v-14,-16,-36,-1,-45,-3v12,-11,36,-12,48,0xm173,-104v-12,12,-35,11,-47,0v9,-3,31,14,45,-3xm120,-110v-9,-12,-10,-35,0,-47v4,9,-12,30,3,44xm187,-134v0,8,-4,28,-11,21v9,-11,9,-30,0,-41r3,-3v5,6,8,14,8,23xm168,-109v-10,8,-27,8,-37,0v7,-5,24,11,35,-3xm166,-155v-10,-13,-29,1,-35,-3v10,-9,27,-9,37,0v-1,1,-2,3,-2,3xm126,-115v-8,-10,-8,-27,0,-37v5,7,-10,23,3,34xm180,-134v0,6,-3,22,-9,17v11,-10,-2,-29,3,-35v4,5,6,11,6,18xm173,-134v0,4,-3,17,-7,12v7,-7,-1,-21,2,-25v3,4,5,8,5,13xm164,-115v-8,7,-21,6,-29,0v7,-4,18,8,26,-2xm131,-120v-5,-8,-6,-19,0,-27v6,4,-6,17,3,25xm161,-150v-8,-9,-20,1,-25,-2v8,-6,19,-7,27,0xm159,-120v-5,4,-14,4,-19,0v4,-2,15,-1,19,0xm159,-147v-4,1,-15,0,-19,0v5,-4,14,-4,19,0xm136,-125v-2,-6,-3,-12,0,-18v2,3,1,15,0,18xm163,-143v4,5,4,18,-2,17v5,-5,-2,-15,2,-17","w":299},"\u220f":{"d":"62,-235r-3,-3v46,-46,135,-46,181,0r-2,3v-44,-45,-132,-46,-176,0xm240,-29v-46,46,-135,46,-181,0r3,-3v44,45,131,46,176,1xm254,-43v0,0,-1,-2,-3,-3v42,-47,42,-128,0,-175r3,-3v43,46,43,134,0,181xm45,-43v-42,-47,-42,-134,0,-181r3,3v-40,47,-41,128,0,175v-2,1,-3,3,-3,3xm222,-49v-37,36,-108,35,-145,0r3,-3v36,35,104,36,139,0xm220,-215v-35,-35,-104,-36,-140,0r-3,-3v37,-36,108,-37,145,0xm66,-61v-34,-38,-34,-107,0,-145r2,3v-32,37,-31,102,0,139xm234,-62r-3,-2v32,-36,34,-103,0,-139r3,-3v34,37,34,107,0,144xm207,-66v-29,29,-86,29,-115,0r2,-2v29,27,83,28,111,0xm217,-76r-2,-2v25,-29,26,-82,0,-111r2,-2v28,29,27,86,0,115xm205,-199v-29,-27,-81,-28,-110,0r-3,-3v29,-29,87,-29,116,0xm82,-76v-26,-30,-27,-85,0,-115r3,2v-26,29,-26,82,0,111v-1,1,-2,1,-3,2xm106,-186r-2,-3v23,-23,69,-22,92,1r-2,2v-23,-21,-65,-21,-88,0xm204,-87r-2,-3v20,-23,20,-64,0,-87r2,-3v22,25,22,68,0,93xm95,-87v-21,-25,-21,-68,0,-93r3,3v-21,23,-21,64,0,87xm196,-78v-24,23,-69,22,-93,-1r3,-2v23,21,64,21,87,0xm194,-97v5,-16,18,-53,-3,-71r3,-2v17,19,17,54,0,73xm186,-89v-19,18,-54,18,-73,0r2,-3v18,17,51,17,69,0xm105,-97v-16,-19,-16,-54,0,-73r3,2v-16,18,-15,51,0,69xm115,-175r-2,-3v19,-18,54,-19,73,0r-2,3v-18,-17,-51,-17,-69,0xm179,-98v-14,15,-44,16,-59,1v6,-6,19,10,30,7v11,2,22,-10,29,-8xm114,-104v-13,-16,-13,-43,0,-59v-1,14,-15,40,3,56xm196,-134v0,9,-5,33,-13,27v11,-14,13,-39,0,-54v9,-3,13,18,13,27xm150,-177v-11,-3,-23,13,-30,7v16,-14,43,-15,59,0v-5,6,-18,-10,-29,-7xm171,-160v-14,-16,-36,-1,-45,-3v12,-11,36,-12,48,0xm173,-104v-12,12,-35,11,-47,0v9,-3,31,14,45,-3xm120,-110v-9,-12,-10,-35,0,-47v4,9,-12,30,3,44xm187,-134v0,8,-4,28,-11,21v9,-11,9,-30,0,-41r3,-3v5,6,8,14,8,23xm168,-109v-10,8,-27,8,-37,0v7,-5,24,11,35,-3xm166,-155v-10,-13,-29,1,-35,-3v10,-9,27,-9,37,0v-1,1,-2,3,-2,3xm126,-115v-8,-10,-8,-27,0,-37v5,7,-10,23,3,34xm180,-134v0,6,-3,22,-9,17v11,-10,-2,-29,3,-35v4,5,6,11,6,18xm173,-134v0,4,-3,17,-7,12v7,-7,-1,-21,2,-25v3,4,5,8,5,13xm164,-115v-8,7,-21,6,-29,0v7,-4,18,8,26,-2xm131,-120v-5,-8,-6,-19,0,-27v6,4,-6,17,3,25xm161,-150v-8,-9,-20,1,-25,-2v8,-6,19,-7,27,0xm159,-120v-5,4,-14,4,-19,0v4,-2,15,-1,19,0xm159,-147v-4,1,-15,0,-19,0v5,-4,14,-4,19,0xm136,-125v-2,-6,-3,-12,0,-18v2,3,1,15,0,18xm163,-143v4,5,4,18,-2,17v5,-5,-2,-15,2,-17","w":299},"\u03c0":{"d":"120,4v-85,0,-107,-58,-107,-137v0,-80,22,-138,107,-138v85,0,108,58,108,138v0,79,-23,137,-108,137xm120,-13v72,0,90,-50,90,-120v0,-71,-18,-122,-90,-122v-72,0,-90,51,-90,122v0,70,18,120,90,120xm71,-44r0,-176v57,-1,122,-7,114,54v5,50,-35,59,-88,55r0,67r-26,0xm97,-132v33,0,66,6,62,-32v4,-39,-29,-32,-62,-32r0,64","w":240,"k":{"\u00c1":7,"\u00c2":7,"\u0178":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"Y":7,"X":7,"W":4,"V":7,"T":6,"J":7,"A":7,"\u00dd":7}},"\u222b":{"d":"62,-235r-3,-3v46,-46,135,-46,181,0r-2,3v-44,-45,-132,-46,-176,0xm240,-29v-46,46,-135,46,-181,0r3,-3v44,45,131,46,176,1xm254,-43v0,0,-1,-2,-3,-3v42,-47,42,-128,0,-175r3,-3v43,46,43,134,0,181xm45,-43v-42,-47,-42,-134,0,-181r3,3v-40,47,-41,128,0,175v-2,1,-3,3,-3,3xm222,-49v-37,36,-108,35,-145,0r3,-3v36,35,104,36,139,0xm220,-215v-35,-35,-104,-36,-140,0r-3,-3v37,-36,108,-37,145,0xm66,-61v-34,-38,-34,-107,0,-145r2,3v-32,37,-31,102,0,139xm234,-62r-3,-2v32,-36,34,-103,0,-139r3,-3v34,37,34,107,0,144xm207,-66v-29,29,-86,29,-115,0r2,-2v29,27,83,28,111,0xm217,-76r-2,-2v25,-29,26,-82,0,-111r2,-2v28,29,27,86,0,115xm205,-199v-29,-27,-81,-28,-110,0r-3,-3v29,-29,87,-29,116,0xm82,-76v-26,-30,-27,-85,0,-115r3,2v-26,29,-26,82,0,111v-1,1,-2,1,-3,2xm106,-186r-2,-3v23,-23,69,-22,92,1r-2,2v-23,-21,-65,-21,-88,0xm204,-87r-2,-3v20,-23,20,-64,0,-87r2,-3v22,25,22,68,0,93xm95,-87v-21,-25,-21,-68,0,-93r3,3v-21,23,-21,64,0,87xm196,-78v-24,23,-69,22,-93,-1r3,-2v23,21,64,21,87,0xm194,-97v5,-16,18,-53,-3,-71r3,-2v17,19,17,54,0,73xm186,-89v-19,18,-54,18,-73,0r2,-3v18,17,51,17,69,0xm105,-97v-16,-19,-16,-54,0,-73r3,2v-16,18,-15,51,0,69xm115,-175r-2,-3v19,-18,54,-19,73,0r-2,3v-18,-17,-51,-17,-69,0xm179,-98v-14,15,-44,16,-59,1v6,-6,19,10,30,7v11,2,22,-10,29,-8xm114,-104v-13,-16,-13,-43,0,-59v-1,14,-15,40,3,56xm196,-134v0,9,-5,33,-13,27v11,-14,13,-39,0,-54v9,-3,13,18,13,27xm150,-177v-11,-3,-23,13,-30,7v16,-14,43,-15,59,0v-5,6,-18,-10,-29,-7xm171,-160v-14,-16,-36,-1,-45,-3v12,-11,36,-12,48,0xm173,-104v-12,12,-35,11,-47,0v9,-3,31,14,45,-3xm120,-110v-9,-12,-10,-35,0,-47v4,9,-12,30,3,44xm187,-134v0,8,-4,28,-11,21v9,-11,9,-30,0,-41r3,-3v5,6,8,14,8,23xm168,-109v-10,8,-27,8,-37,0v7,-5,24,11,35,-3xm166,-155v-10,-13,-29,1,-35,-3v10,-9,27,-9,37,0v-1,1,-2,3,-2,3xm126,-115v-8,-10,-8,-27,0,-37v5,7,-10,23,3,34xm180,-134v0,6,-3,22,-9,17v11,-10,-2,-29,3,-35v4,5,6,11,6,18xm173,-134v0,4,-3,17,-7,12v7,-7,-1,-21,2,-25v3,4,5,8,5,13xm164,-115v-8,7,-21,6,-29,0v7,-4,18,8,26,-2xm131,-120v-5,-8,-6,-19,0,-27v6,4,-6,17,3,25xm161,-150v-8,-9,-20,1,-25,-2v8,-6,19,-7,27,0xm159,-120v-5,4,-14,4,-19,0v4,-2,15,-1,19,0xm159,-147v-4,1,-15,0,-19,0v5,-4,14,-4,19,0xm136,-125v-2,-6,-3,-12,0,-18v2,3,1,15,0,18xm163,-143v4,5,4,18,-2,17v5,-5,-2,-15,2,-17","w":299},"\u00aa":{"d":"111,-123v-19,36,-105,25,-93,-29v-1,-49,31,-58,89,-57v8,-41,-46,-31,-66,-22r-14,-27v13,-6,32,-12,58,-12v71,0,52,63,55,123v0,11,0,15,12,15r0,29v-23,1,-38,-1,-41,-20xm22,-49r0,-29r121,0r0,29r-121,0xm74,-129v26,0,37,-22,33,-56v-37,0,-58,2,-58,29v0,20,8,27,25,27","w":167},"\u00ba":{"d":"84,-101v-55,0,-67,-35,-67,-84v0,-49,11,-85,67,-85v57,0,68,36,68,85v0,50,-11,84,-68,84xm84,-130v31,0,34,-23,34,-55v0,-31,-3,-54,-34,-54v-30,0,-34,23,-34,54v0,32,4,55,34,55xm22,-49r0,-29r124,0r0,29r-124,0","w":167},"\u03a9":{"d":"62,-235r-3,-3v46,-46,135,-46,181,0r-2,3v-44,-45,-132,-46,-176,0xm240,-29v-46,46,-135,46,-181,0r3,-3v44,45,131,46,176,1xm254,-43v0,0,-1,-2,-3,-3v42,-47,42,-128,0,-175r3,-3v43,46,43,134,0,181xm45,-43v-42,-47,-42,-134,0,-181r3,3v-40,47,-41,128,0,175v-2,1,-3,3,-3,3xm222,-49v-37,36,-108,35,-145,0r3,-3v36,35,104,36,139,0xm220,-215v-35,-35,-104,-36,-140,0r-3,-3v37,-36,108,-37,145,0xm66,-61v-34,-38,-34,-107,0,-145r2,3v-32,37,-31,102,0,139xm234,-62r-3,-2v32,-36,34,-103,0,-139r3,-3v34,37,34,107,0,144xm207,-66v-29,29,-86,29,-115,0r2,-2v29,27,83,28,111,0xm217,-76r-2,-2v25,-29,26,-82,0,-111r2,-2v28,29,27,86,0,115xm205,-199v-29,-27,-81,-28,-110,0r-3,-3v29,-29,87,-29,116,0xm82,-76v-26,-30,-27,-85,0,-115r3,2v-26,29,-26,82,0,111v-1,1,-2,1,-3,2xm106,-186r-2,-3v23,-23,69,-22,92,1r-2,2v-23,-21,-65,-21,-88,0xm204,-87r-2,-3v20,-23,20,-64,0,-87r2,-3v22,25,22,68,0,93xm95,-87v-21,-25,-21,-68,0,-93r3,3v-21,23,-21,64,0,87xm196,-78v-24,23,-69,22,-93,-1r3,-2v23,21,64,21,87,0xm194,-97v5,-16,18,-53,-3,-71r3,-2v17,19,17,54,0,73xm186,-89v-19,18,-54,18,-73,0r2,-3v18,17,51,17,69,0xm105,-97v-16,-19,-16,-54,0,-73r3,2v-16,18,-15,51,0,69xm115,-175r-2,-3v19,-18,54,-19,73,0r-2,3v-18,-17,-51,-17,-69,0xm179,-98v-14,15,-44,16,-59,1v6,-6,19,10,30,7v11,2,22,-10,29,-8xm114,-104v-13,-16,-13,-43,0,-59v-1,14,-15,40,3,56xm196,-134v0,9,-5,33,-13,27v11,-14,13,-39,0,-54v9,-3,13,18,13,27xm150,-177v-11,-3,-23,13,-30,7v16,-14,43,-15,59,0v-5,6,-18,-10,-29,-7xm171,-160v-14,-16,-36,-1,-45,-3v12,-11,36,-12,48,0xm173,-104v-12,12,-35,11,-47,0v9,-3,31,14,45,-3xm120,-110v-9,-12,-10,-35,0,-47v4,9,-12,30,3,44xm187,-134v0,8,-4,28,-11,21v9,-11,9,-30,0,-41r3,-3v5,6,8,14,8,23xm168,-109v-10,8,-27,8,-37,0v7,-5,24,11,35,-3xm166,-155v-10,-13,-29,1,-35,-3v10,-9,27,-9,37,0v-1,1,-2,3,-2,3xm126,-115v-8,-10,-8,-27,0,-37v5,7,-10,23,3,34xm180,-134v0,6,-3,22,-9,17v11,-10,-2,-29,3,-35v4,5,6,11,6,18xm173,-134v0,4,-3,17,-7,12v7,-7,-1,-21,2,-25v3,4,5,8,5,13xm164,-115v-8,7,-21,6,-29,0v7,-4,18,8,26,-2xm131,-120v-5,-8,-6,-19,0,-27v6,4,-6,17,3,25xm161,-150v-8,-9,-20,1,-25,-2v8,-6,19,-7,27,0xm159,-120v-5,4,-14,4,-19,0v4,-2,15,-1,19,0xm159,-147v-4,1,-15,0,-19,0v5,-4,14,-4,19,0xm136,-125v-2,-6,-3,-12,0,-18v2,3,1,15,0,18xm163,-143v4,5,4,18,-2,17v5,-5,-2,-15,2,-17","w":299},"\u2126":{"d":"62,-235r-3,-3v46,-46,135,-46,181,0r-2,3v-44,-45,-132,-46,-176,0xm240,-29v-46,46,-135,46,-181,0r3,-3v44,45,131,46,176,1xm254,-43v0,0,-1,-2,-3,-3v42,-47,42,-128,0,-175r3,-3v43,46,43,134,0,181xm45,-43v-42,-47,-42,-134,0,-181r3,3v-40,47,-41,128,0,175v-2,1,-3,3,-3,3xm222,-49v-37,36,-108,35,-145,0r3,-3v36,35,104,36,139,0xm220,-215v-35,-35,-104,-36,-140,0r-3,-3v37,-36,108,-37,145,0xm66,-61v-34,-38,-34,-107,0,-145r2,3v-32,37,-31,102,0,139xm234,-62r-3,-2v32,-36,34,-103,0,-139r3,-3v34,37,34,107,0,144xm207,-66v-29,29,-86,29,-115,0r2,-2v29,27,83,28,111,0xm217,-76r-2,-2v25,-29,26,-82,0,-111r2,-2v28,29,27,86,0,115xm205,-199v-29,-27,-81,-28,-110,0r-3,-3v29,-29,87,-29,116,0xm82,-76v-26,-30,-27,-85,0,-115r3,2v-26,29,-26,82,0,111v-1,1,-2,1,-3,2xm106,-186r-2,-3v23,-23,69,-22,92,1r-2,2v-23,-21,-65,-21,-88,0xm204,-87r-2,-3v20,-23,20,-64,0,-87r2,-3v22,25,22,68,0,93xm95,-87v-21,-25,-21,-68,0,-93r3,3v-21,23,-21,64,0,87xm196,-78v-24,23,-69,22,-93,-1r3,-2v23,21,64,21,87,0xm194,-97v5,-16,18,-53,-3,-71r3,-2v17,19,17,54,0,73xm186,-89v-19,18,-54,18,-73,0r2,-3v18,17,51,17,69,0xm105,-97v-16,-19,-16,-54,0,-73r3,2v-16,18,-15,51,0,69xm115,-175r-2,-3v19,-18,54,-19,73,0r-2,3v-18,-17,-51,-17,-69,0xm179,-98v-14,15,-44,16,-59,1v6,-6,19,10,30,7v11,2,22,-10,29,-8xm114,-104v-13,-16,-13,-43,0,-59v-1,14,-15,40,3,56xm196,-134v0,9,-5,33,-13,27v11,-14,13,-39,0,-54v9,-3,13,18,13,27xm150,-177v-11,-3,-23,13,-30,7v16,-14,43,-15,59,0v-5,6,-18,-10,-29,-7xm171,-160v-14,-16,-36,-1,-45,-3v12,-11,36,-12,48,0xm173,-104v-12,12,-35,11,-47,0v9,-3,31,14,45,-3xm120,-110v-9,-12,-10,-35,0,-47v4,9,-12,30,3,44xm187,-134v0,8,-4,28,-11,21v9,-11,9,-30,0,-41r3,-3v5,6,8,14,8,23xm168,-109v-10,8,-27,8,-37,0v7,-5,24,11,35,-3xm166,-155v-10,-13,-29,1,-35,-3v10,-9,27,-9,37,0v-1,1,-2,3,-2,3xm126,-115v-8,-10,-8,-27,0,-37v5,7,-10,23,3,34xm180,-134v0,6,-3,22,-9,17v11,-10,-2,-29,3,-35v4,5,6,11,6,18xm173,-134v0,4,-3,17,-7,12v7,-7,-1,-21,2,-25v3,4,5,8,5,13xm164,-115v-8,7,-21,6,-29,0v7,-4,18,8,26,-2xm131,-120v-5,-8,-6,-19,0,-27v6,4,-6,17,3,25xm161,-150v-8,-9,-20,1,-25,-2v8,-6,19,-7,27,0xm159,-120v-5,4,-14,4,-19,0v4,-2,15,-1,19,0xm159,-147v-4,1,-15,0,-19,0v5,-4,14,-4,19,0xm136,-125v-2,-6,-3,-12,0,-18v2,3,1,15,0,18xm163,-143v4,5,4,18,-2,17v5,-5,-2,-15,2,-17","w":299},"\u00e6":{"d":"271,-13v-30,21,-120,24,-133,-14v-11,20,-31,29,-66,29v-46,0,-61,-24,-61,-62v-1,-61,39,-75,111,-74v8,-46,-60,-36,-83,-24r-16,-32v24,-16,109,-25,124,5v12,-12,30,-20,56,-20v75,0,72,54,71,123r-113,0v2,33,9,50,43,50v26,0,40,-6,52,-12xm80,-31v32,0,47,-28,42,-71v-46,0,-73,2,-73,37v0,26,10,34,31,34xm202,-169v-33,0,-41,19,-42,52r78,0v0,-33,-1,-52,-36,-52","w":286,"k":{"\ufb02":4,"\ufb01":4,"\u00ff":1,"\u25ca":4,"\u2019":5,"\u2018":4,"\u201d":5,"\u201c":4,"\u2026":4,"\u0394":4,"\u00e6":3,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00e5":3,"\u00e3":3,"\u00e4":3,"\u00e2":3,"\u00e0":3,"\u00e1":3,"z":1,"y":1,"x":5,"w":1,"v":1,"f":4,"a":3,"\\":18,"V":18,"?":7,".":4,",":4,"\u017e":1,"\u00fd":1}},"\u00f8":{"d":"20,15r16,-31v-19,-18,-24,-48,-24,-85v0,-60,14,-104,83,-104v13,0,23,1,32,4r8,-16r36,0r-17,32v18,18,24,49,24,84v0,62,-14,104,-83,104v-12,0,-23,-2,-32,-4r-8,16r-35,0xm111,-166v-67,-20,-67,67,-54,113xm78,-33v64,19,70,-59,55,-112","w":189,"k":{"\u00ff":5,"\u2019":5,"\u2018":4,"\u201d":5,"\u201c":4,"\u2026":7,"\u00e6":2,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"}":7,"z":3,"y":5,"x":7,"w":4,"v":5,"s":2,"a":2,"]":7,"\\":22,"?":7,".":7,",":7,")":4,"\u017e":3,"\u00fd":5,"\u0161":2}},"\u00bf":{"d":"26,-59v0,-64,77,-73,63,-133r39,0v0,41,-2,50,-35,81v-19,18,-27,27,-27,45v0,42,71,34,93,18r18,34v-19,9,-45,17,-79,17v-57,0,-72,-26,-72,-62xm85,-221r0,-46r47,0r0,46r-47,0","w":197,"k":{"\u0178":14,"\u00ff":7,"y":7,"w":7,"v":7,"Y":14,"W":13,"V":18,"T":11,"7":11,"\u00fd":7,"\u00dd":14}},"\u00a1":{"d":"35,0r4,-189r37,0r4,189r-45,0xm34,-216r0,-51r47,0r0,51r-47,0","w":114},"\u00ac":{"d":"62,-235r-3,-3v46,-46,135,-46,181,0r-2,3v-44,-45,-132,-46,-176,0xm240,-29v-46,46,-135,46,-181,0r3,-3v44,45,131,46,176,1xm254,-43v0,0,-1,-2,-3,-3v42,-47,42,-128,0,-175r3,-3v43,46,43,134,0,181xm45,-43v-42,-47,-42,-134,0,-181r3,3v-40,47,-41,128,0,175v-2,1,-3,3,-3,3xm222,-49v-37,36,-108,35,-145,0r3,-3v36,35,104,36,139,0xm220,-215v-35,-35,-104,-36,-140,0r-3,-3v37,-36,108,-37,145,0xm66,-61v-34,-38,-34,-107,0,-145r2,3v-32,37,-31,102,0,139xm234,-62r-3,-2v32,-36,34,-103,0,-139r3,-3v34,37,34,107,0,144xm207,-66v-29,29,-86,29,-115,0r2,-2v29,27,83,28,111,0xm217,-76r-2,-2v25,-29,26,-82,0,-111r2,-2v28,29,27,86,0,115xm205,-199v-29,-27,-81,-28,-110,0r-3,-3v29,-29,87,-29,116,0xm82,-76v-26,-30,-27,-85,0,-115r3,2v-26,29,-26,82,0,111v-1,1,-2,1,-3,2xm106,-186r-2,-3v23,-23,69,-22,92,1r-2,2v-23,-21,-65,-21,-88,0xm204,-87r-2,-3v20,-23,20,-64,0,-87r2,-3v22,25,22,68,0,93xm95,-87v-21,-25,-21,-68,0,-93r3,3v-21,23,-21,64,0,87xm196,-78v-24,23,-69,22,-93,-1r3,-2v23,21,64,21,87,0xm194,-97v5,-16,18,-53,-3,-71r3,-2v17,19,17,54,0,73xm186,-89v-19,18,-54,18,-73,0r2,-3v18,17,51,17,69,0xm105,-97v-16,-19,-16,-54,0,-73r3,2v-16,18,-15,51,0,69xm115,-175r-2,-3v19,-18,54,-19,73,0r-2,3v-18,-17,-51,-17,-69,0xm179,-98v-14,15,-44,16,-59,1v6,-6,19,10,30,7v11,2,22,-10,29,-8xm114,-104v-13,-16,-13,-43,0,-59v-1,14,-15,40,3,56xm196,-134v0,9,-5,33,-13,27v11,-14,13,-39,0,-54v9,-3,13,18,13,27xm150,-177v-11,-3,-23,13,-30,7v16,-14,43,-15,59,0v-5,6,-18,-10,-29,-7xm171,-160v-14,-16,-36,-1,-45,-3v12,-11,36,-12,48,0xm173,-104v-12,12,-35,11,-47,0v9,-3,31,14,45,-3xm120,-110v-9,-12,-10,-35,0,-47v4,9,-12,30,3,44xm187,-134v0,8,-4,28,-11,21v9,-11,9,-30,0,-41r3,-3v5,6,8,14,8,23xm168,-109v-10,8,-27,8,-37,0v7,-5,24,11,35,-3xm166,-155v-10,-13,-29,1,-35,-3v10,-9,27,-9,37,0v-1,1,-2,3,-2,3xm126,-115v-8,-10,-8,-27,0,-37v5,7,-10,23,3,34xm180,-134v0,6,-3,22,-9,17v11,-10,-2,-29,3,-35v4,5,6,11,6,18xm173,-134v0,4,-3,17,-7,12v7,-7,-1,-21,2,-25v3,4,5,8,5,13xm164,-115v-8,7,-21,6,-29,0v7,-4,18,8,26,-2xm131,-120v-5,-8,-6,-19,0,-27v6,4,-6,17,3,25xm161,-150v-8,-9,-20,1,-25,-2v8,-6,19,-7,27,0xm159,-120v-5,4,-14,4,-19,0v4,-2,15,-1,19,0xm159,-147v-4,1,-15,0,-19,0v5,-4,14,-4,19,0xm136,-125v-2,-6,-3,-12,0,-18v2,3,1,15,0,18xm163,-143v4,5,4,18,-2,17v5,-5,-2,-15,2,-17","w":299},"\u221a":{"d":"62,1r-49,-155r42,0r29,101r64,-214r39,0r-83,268r-42,0","w":199},"\u0192":{"d":"23,-129r0,-35r35,0v7,-57,9,-115,88,-102r0,35v-47,-9,-41,33,-47,67r47,0r0,35r-52,0r-29,186r-40,0r28,-186r-30,0","w":167,"k":{"9":4,"8":7,"6":7,"4":22,"3":7,"2":7,"0":11}},"\u2248":{"d":"51,-139r-28,-15v18,-51,72,-29,112,-20v10,0,15,-5,23,-16r27,16v-17,51,-73,28,-111,20v-10,0,-16,4,-23,15xm51,-63r-28,-16v18,-52,73,-28,112,-19v10,0,15,-6,23,-17r27,16v-17,51,-73,28,-111,20v-10,0,-16,5,-23,16","w":208},"\u0394":{"d":"6,-166r0,-35r32,0v-5,-55,18,-81,79,-76r0,35v-32,-3,-44,9,-39,41r39,0r0,35r-39,0r0,166r-40,0r0,-166r-32,0xm118,57r0,-33v17,1,21,-4,20,-23r0,-202r41,0r0,204v1,43,-15,55,-61,54xm138,-224r0,-43r41,0r0,43r-41,0","w":199},"\u2206":{"d":"6,-166r0,-35r32,0v-5,-55,18,-81,79,-76r0,35v-32,-3,-44,9,-39,41r39,0r0,35r-39,0r0,166r-40,0r0,-166r-32,0xm118,57r0,-33v17,1,21,-4,20,-23r0,-202r41,0r0,204v1,43,-15,55,-61,54xm138,-224r0,-43r41,0r0,43r-41,0","w":199},"\u00ab":{"d":"68,0r-44,-100r44,-101r36,0r-42,101r42,100r-36,0xm149,0r-44,-100r44,-101r35,0r-41,101r41,100r-35,0","w":216,"k":{"\u0178":18,"Y":18,"X":4,"W":11,"V":14,"T":21,"7":5,"\u00dd":18}},"\u00bb":{"d":"31,0r42,-101r-42,-100r36,0r44,100r-44,101r-36,0xm113,0r41,-101r-41,-100r35,0r44,100r-44,101r-35,0","w":216,"k":{"\u00c1":7,"\u00c2":7,"\u0178":22,"\u00ff":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"y":7,"x":7,"w":4,"v":7,"Y":22,"X":7,"W":14,"V":18,"T":25,"S":5,"J":11,"A":7,"7":12,"3":4,"1":7,"\u00fd":7,"\u00dd":22,"\u0160":5}},"\u2026":{"d":"18,0r0,-51r47,0r0,51r-47,0xm95,0r0,-51r47,0r0,51r-47,0xm172,0r0,-51r47,0r0,51r-47,0","w":237,"k":{"\u00d9":7,"\u00db":7,"\u00da":7,"\u00d2":11,"\u00d4":11,"\u00d3":11,"\ufb02":4,"\ufb01":4,"\u0178":32,"\u00ff":18,"\u25ca":4,"\u2019":22,"\u2018":29,"\u201d":22,"\u201c":29,"\u0153":7,"\u0152":11,"\u00d5":11,"\u0394":4,"\u00f8":7,"\u00b1":4,"\u221e":4,"\u00d8":11,"\u2260":4,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00dc":7,"\u00d6":11,"\u00c7":11,"y":18,"w":14,"v":18,"t":4,"q":7,"o":7,"l":4,"f":4,"e":7,"d":7,"c":7,"Y":32,"W":25,"V":29,"U":7,"T":29,"Q":11,"O":11,"G":11,"C":11,"9":14,"8":4,"7":14,"6":4,"4":12,"1":11,"0":4," ":4,"\u00fd":18,"\u00dd":32,"\u0142":4,"\u00f0":7}},"\u00c0":{"d":"6,0r83,-269r44,0r83,269r-43,0r-15,-51r-95,0r-15,51r-42,0xm73,-89r74,0r-36,-122xm102,-282r-50,-60r46,0r39,60r-35,0","w":222,"k":{"\u00d9":9,"\u00db":9,"\u00da":9,"\u00d2":9,"\u00d4":9,"\u00d3":9,"\ufb02":6,"\ufb01":6,"\u2039":7,"\u0178":29,"\u00ff":9,"\u25ca":7,"\u2019":18,"\u2018":25,"\u201d":18,"\u201c":25,"\u2014":7,"\u2013":7,"\u0153":9,"\u0152":9,"\u00d5":9,"\u00ab":7,"\u0394":7,"\u00f8":9,"\u00e6":4,"\u03c0":4,"\u00b1":7,"\u221e":7,"\u00d8":9,"\u2260":7,"\u2122":25,"\u00a9":4,"\u00ae":4,"\u2022":7,"\u2020":7,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":9,"\u00f6":9,"\u00f4":9,"\u00f2":9,"\u00f3":9,"\u00eb":9,"\u00ea":9,"\u00e8":9,"\u00e9":9,"\u00e7":9,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":9,"\u00d6":9,"\u00c7":9,"}":4,"y":9,"w":7,"v":9,"u":2,"t":7,"q":9,"o":9,"l":2,"f":7,"e":9,"d":9,"c":9,"a":4,"]":4,"\\":25,"Y":29,"W":14,"V":20,"U":9,"T":29,"S":4,"Q":9,"O":9,"G":9,"C":9,"@":7,"?":18,"-":7,"*":22,")":4,"'":18,"\"":18,"\u00fd":9,"\u00dd":29,"\u0160":4,"\u0142":2,"\u00f0":9}},"\u00c3":{"d":"6,0r83,-269r44,0r83,269r-43,0r-15,-51r-95,0r-15,51r-42,0xm73,-89r74,0r-36,-122xm70,-280r-26,-15v11,-22,24,-33,43,-33v30,0,46,31,64,-2r26,15v-11,22,-25,34,-44,34v-31,0,-45,-31,-63,1","w":222,"k":{"\u00d9":9,"\u00db":9,"\u00da":9,"\u00d2":9,"\u00d4":9,"\u00d3":9,"\ufb02":6,"\ufb01":6,"\u2039":7,"\u0178":29,"\u00ff":9,"\u25ca":7,"\u2019":18,"\u2018":25,"\u201d":18,"\u201c":25,"\u2014":7,"\u2013":7,"\u0153":9,"\u0152":9,"\u00d5":9,"\u00ab":7,"\u0394":7,"\u00f8":9,"\u00e6":4,"\u03c0":4,"\u00b1":7,"\u221e":7,"\u00d8":9,"\u2260":7,"\u2122":25,"\u00a9":4,"\u00ae":4,"\u2022":7,"\u2020":7,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":9,"\u00f6":9,"\u00f4":9,"\u00f2":9,"\u00f3":9,"\u00eb":9,"\u00ea":9,"\u00e8":9,"\u00e9":9,"\u00e7":9,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":9,"\u00d6":9,"\u00c7":9,"}":4,"y":9,"w":7,"v":9,"u":2,"t":7,"q":9,"o":9,"l":2,"f":7,"e":9,"d":9,"c":9,"a":4,"]":4,"\\":25,"Y":29,"W":14,"V":20,"U":9,"T":29,"S":4,"Q":9,"O":9,"G":9,"C":9,"@":7,"?":18,"-":7,"*":22,")":4,"'":18,"\"":18,"\u00fd":9,"\u00dd":29,"\u0160":4,"\u0142":2,"\u00f0":9}},"\u00d5":{"d":"116,3v-92,0,-105,-63,-105,-136v0,-73,13,-137,105,-137v91,0,104,64,104,137v0,73,-13,136,-104,136xm116,-34v56,0,61,-41,61,-98v0,-57,-5,-98,-61,-98v-56,0,-63,41,-63,98v0,57,7,98,63,98xm75,-280r-27,-15v11,-22,25,-33,44,-33v30,0,46,31,64,-2r25,15v-11,22,-24,34,-43,34v-31,0,-46,-32,-63,1","w":230,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00c1":9,"\u00c2":9,"\u0178":9,"\u00c3":9,"\u00c0":9,"\u2026":11,"\u00e6":4,"\u00c6":9,"\u00ee":-2,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":2,"\u00c5":9,"\u00c4":9,"}":7,"g":4,"a":4,"]":7,"\\":7,"Z":9,"Y":9,"X":12,"W":5,"V":9,"U":2,"T":9,"S":7,"J":11,"A":9,"\/":7,".":11,",":11,")":4,"\u017d":9,"\u00dd":9,"\u0160":7}},"\u0152":{"d":"182,0r0,-18v-15,13,-35,21,-66,21v-92,0,-105,-63,-105,-136v0,-73,13,-137,105,-137v31,0,51,8,66,21r0,-18r148,0r0,38r-111,0r0,73r105,0r0,38r-105,0r0,81r111,0r0,37r-148,0xm116,-34v56,0,61,-41,61,-98v0,-57,-5,-98,-61,-98v-56,0,-63,41,-63,98v0,57,7,98,63,98","w":346,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":4,"\u00c2":4,"\ufb02":4,"\ufb01":4,"\u00ff":4,"\u25ca":4,"\u0153":4,"\u0152":4,"\u00d5":4,"\u00c3":4,"\u00c0":4,"\u0394":4,"\u00f8":4,"\u00e6":7,"\u00b1":4,"\u221e":4,"\u00d8":4,"\u00c6":4,"\u2260":4,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-4,"\u00ee":-4,"\u00ec":-5,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00dc":2,"\u00d6":4,"\u00c7":4,"\u00c5":4,"\u00c4":4,"z":1,"y":4,"x":4,"w":4,"v":4,"t":4,"s":4,"q":4,"o":4,"g":4,"f":4,"e":4,"d":4,"c":4,"a":7,"Z":1,"X":1,"V":4,"U":2,"T":4,"S":5,"Q":4,"O":4,"G":4,"C":4,"A":4,"\u017e":1,"\u017d":1,"\u00fd":4,"\u0161":4,"\u0160":5,"\u00f0":4}},"\u0153":{"d":"95,3v-68,0,-83,-43,-83,-104v0,-60,14,-104,83,-104v32,0,51,10,63,26v12,-17,31,-26,62,-26v75,0,72,56,71,123r-114,0v1,33,11,50,44,50v26,0,40,-6,52,-12r15,31v-28,20,-113,24,-130,-9v-12,15,-32,25,-63,25xm95,-32v39,0,42,-29,42,-68v0,-40,-3,-67,-42,-67v-38,0,-43,27,-43,67v0,39,5,68,43,68xm219,-169v-33,0,-41,19,-42,52r78,0v-1,-33,-2,-52,-36,-52","w":303,"k":{"\ufb02":4,"\ufb01":4,"\u00ff":1,"\u25ca":4,"\u2019":5,"\u2018":4,"\u201d":5,"\u201c":4,"\u2026":4,"\u0394":4,"\u00e6":3,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00e5":3,"\u00e3":3,"\u00e4":3,"\u00e2":3,"\u00e0":3,"\u00e1":3,"z":1,"y":1,"x":5,"w":1,"v":1,"f":4,"a":3,"\\":18,"V":18,"?":7,".":4,",":4,"\u017e":1,"\u00fd":1}},"\u2013":{"d":"13,-97r0,-37r187,0r0,37r-187,0","w":212,"k":{"\u00c1":7,"\u00c2":7,"\u0178":14,"\u00ff":5,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"z":1,"y":5,"x":11,"w":5,"v":5,"Z":1,"Y":14,"X":11,"W":7,"V":11,"T":18,"S":7,"J":18,"A":7,"7":18,"3":11,"2":11,"1":7,"\u017e":1,"\u017d":1,"\u00fd":5,"\u00dd":14,"\u0160":7}},"\u2014":{"d":"13,-97r0,-37r250,0r0,37r-250,0","w":275,"k":{"\u00c1":7,"\u00c2":7,"\u0178":14,"\u00ff":5,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"z":1,"y":5,"x":11,"w":5,"v":5,"Z":1,"Y":14,"X":11,"W":7,"V":11,"T":18,"S":7,"J":18,"A":7,"7":18,"3":11,"2":11,"1":7,"\u017e":1,"\u017d":1,"\u00fd":5,"\u00dd":14,"\u0160":7}},"\u201c":{"d":"18,-167v2,-50,-11,-85,35,-100r11,19v-18,10,-21,15,-21,28r21,0r0,53r-46,0xm85,-167v2,-50,-11,-85,35,-100r11,19v-18,10,-21,15,-21,28r21,0r0,53r-46,0","w":149,"k":{"\u00c1":16,"\u00c2":16,"\u00ff":-4,"\u0153":4,"\u00c3":16,"\u00c0":16,"\u00bf":22,"\u00f8":4,"\u00e6":4,"\u00c6":16,"\u00df":-4,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00c5":16,"\u00c4":16,"y":-4,"w":-4,"v":-4,"t":-4,"q":4,"o":4,"l":-4,"k":-4,"h":-4,"g":4,"e":4,"d":4,"c":4,"b":-4,"a":4,"J":25,"A":16,"4":14,"1":-11,"\u00fe":-4,"\u00fd":-4,"\u0142":-4,"\u00f0":4}},"\u201d":{"d":"28,-167r-10,-20v18,-10,21,-14,21,-27r-21,0r0,-53r46,0v-2,50,10,86,-36,100xm95,-167r-10,-20v18,-10,21,-14,21,-27r-21,0r0,-53r46,0v-2,50,10,86,-36,100","w":148,"k":{"\u00c1":25,"\u00c2":25,"\ufb02":-1,"\ufb01":-1,"\u25ca":-1,"\u0153":7,"\u00c3":25,"\u00c0":25,"\u2026":29,"\u0394":-1,"\u00f8":7,"\u00e6":7,"\u00b1":-1,"\u221e":-1,"\u00c6":25,"\u2260":-1,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00c5":25,"\u00c4":25,"s":7,"q":7,"o":7,"l":-1,"k":-4,"h":-1,"g":7,"f":-1,"e":7,"d":7,"c":7,"b":-1,"a":7,"Z":4,"T":-4,"S":5,"J":32,"A":25,"9":4,"8":6,"6":7,"4":27,"3":1,"2":4,"1":-5,"0":7,".":29,",":29," ":4,"\u017d":4,"\u00fe":-1,"\u0161":7,"\u0160":5,"\u0142":-1,"\u00f0":7}},"\u2018":{"d":"18,-165v2,-51,-11,-86,36,-102r11,20v-18,10,-21,14,-21,28r21,0r0,54r-47,0","w":82,"k":{"\u00c1":16,"\u00c2":16,"\u00ff":-4,"\u0153":4,"\u00c3":16,"\u00c0":16,"\u00bf":22,"\u00f8":4,"\u00e6":4,"\u00c6":16,"\u00df":-4,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00c5":16,"\u00c4":16,"y":-4,"w":-4,"v":-4,"t":-4,"q":4,"o":4,"l":-4,"k":-4,"h":-4,"g":4,"e":4,"d":4,"c":4,"b":-4,"a":4,"J":25,"A":16,"4":14,"1":-11,"\u00fe":-4,"\u00fd":-4,"\u0142":-4,"\u00f0":4}},"\u2019":{"d":"29,-165r-11,-20v18,-10,21,-15,21,-28r-21,0r0,-54r47,0v-2,51,10,86,-36,102","w":82,"k":{"\u00c1":25,"\u00c2":25,"\ufb02":-1,"\ufb01":-1,"\u25ca":-1,"\u0153":7,"\u00c3":25,"\u00c0":25,"\u2026":29,"\u0394":-1,"\u00f8":7,"\u00e6":7,"\u00b1":-1,"\u221e":-1,"\u00c6":25,"\u2260":-1,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00c5":25,"\u00c4":25,"s":7,"q":7,"o":7,"l":-1,"k":-4,"h":-1,"g":7,"f":-1,"e":7,"d":7,"c":7,"b":-1,"a":7,"Z":4,"T":-4,"S":5,"J":32,"A":25,"9":4,"8":6,"6":7,"4":27,"3":1,"2":4,"1":-5,"0":7,".":29,",":29," ":4,"\u017d":4,"\u00fe":-1,"\u0161":7,"\u0160":5,"\u0142":-1,"\u00f0":7}},"\u00f7":{"d":"84,-41r0,-39r41,0r0,39r-41,0xm28,-108r0,-37r152,0r0,37r-152,0xm84,-173r0,-39r41,0r0,39r-41,0","w":208,"k":{"7":14,"3":4,"2":7,"1":7}},"\u25ca":{"d":"6,-166r0,-35r32,0v-5,-55,18,-81,79,-76r0,35v-32,-3,-44,9,-39,41r66,0r7,-51r32,-7r0,58r47,0r0,35r-47,0r0,106v-5,27,21,26,47,25r0,35v-53,5,-87,-5,-87,-56r0,-110r-65,0r0,166r-40,0r0,-166r-32,0","w":243,"k":{"\ufb02":4,"\ufb01":4,"\u2039":4,"\u00ff":4,"\u25ca":4,"\u2014":7,"\u2013":7,"\u0153":7,"\u2026":-4,"\u00ab":4,"\u0394":4,"\u00f8":7,"\u00e6":3,"\u00b1":4,"\u221e":4,"\u2260":4,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00e5":3,"\u00e3":3,"\u00e4":3,"\u00e2":3,"\u00e0":3,"\u00e1":3,"y":4,"x":4,"w":4,"v":4,"t":4,"q":7,"o":7,"g":4,"f":4,"e":7,"d":7,"c":7,"a":3,"\\":7,".":-4,"-":7,",":-4,"'":2,"\"":2,"\u00fd":4,"\u00f0":7}},"\u00ff":{"d":"24,57r0,-33v24,3,38,-2,40,-24r-62,-201r41,0r41,144r41,-144r40,0r-68,222v-10,37,-34,37,-73,36xm33,-221r0,-42r36,0r0,42r-36,0xm99,-221r0,-42r36,0r0,42r-36,0","w":167,"k":{"\u2039":7,"\u2019":-4,"\u201d":-4,"\u2014":5,"\u2013":5,"\u0153":5,"\u2026":18,"\u00ab":7,"\u00f8":5,"\u00e6":7,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":5,"\u00ea":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"}":7,"z":1,"x":4,"s":6,"q":5,"o":5,"g":7,"e":5,"d":5,"c":5,"a":7,"]":7,"\\":7,"@":4,".":18,"-":5,",":18,"\u017e":1,"\u0161":6,"\u00f0":5}},"\u0178":{"d":"85,0r0,-94r-84,-173r45,0r60,128r61,-128r43,0r-84,173r0,94r-41,0xm55,-282r0,-41r36,0r0,41r-36,0xm121,-282r0,-41r36,0r0,41r-36,0","w":211,"k":{"\u0131":25,"\u00d2":9,"\u00d4":9,"\u00d3":9,"\u00c1":29,"\u00c2":29,"\u00b7":14,"\ufb02":13,"\ufb01":13,"\u203a":18,"\u2039":22,"\u00ff":14,"\u25ca":13,"\u2014":14,"\u2013":14,"\u0153":32,"\u0152":9,"\u00d5":9,"\u00c3":29,"\u00c0":29,"\u2026":32,"\u00bb":18,"\u00ab":22,"\u0394":13,"\u00f8":32,"\u00e6":32,"\u03c0":4,"\u00b1":13,"\u221e":13,"\u00d8":9,"\u00c6":25,"\u2260":13,"\u00a9":4,"\u00ae":4,"\u00df":7,"\u2022":14,"\u2020":7,"\u00fc":24,"\u00fb":23,"\u00f9":21,"\u00fa":25,"\u00f5":19,"\u00f6":29,"\u00f4":28,"\u00f2":25,"\u00f3":32,"\u00f1":15,"\u00ef":-6,"\u00ee":-8,"\u00ec":-7,"\u00ed":7,"\u00eb":26,"\u00ea":24,"\u00e8":22,"\u00e9":32,"\u00e7":32,"\u00e5":32,"\u00e3":18,"\u00e4":28,"\u00e2":27,"\u00e0":24,"\u00e1":32,"\u00d6":9,"\u00c7":9,"\u00c5":29,"\u00c4":29,"z":25,"y":18,"x":25,"w":18,"v":18,"u":25,"t":13,"s":25,"r":25,"q":32,"p":25,"o":32,"n":25,"m":25,"j":7,"i":7,"g":32,"f":13,"e":32,"d":32,"c":32,"a":32,"Z":4,"X":5,"S":11,"Q":9,"O":9,"J":29,"G":9,"C":9,"A":29,"@":15,";":11,":":11,"\/":22,".":32,"-":14,",":32,"\u017e":14,"\u017d":4,"\u00fd":18,"\u0161":16,"\u0160":11,"\u00f0":32}},"\u2044":{"d":"1,0r119,-267r36,0r-119,267r-36,0","w":156,"k":{"9":14,"8":14,"6":14,"4":36,"2":7,"0":14}},"\u2215":{"d":"1,0r119,-267r36,0r-119,267r-36,0","w":156},"\u20ac":{"d":"9,-145r0,-33r35,0v6,-63,29,-92,87,-92v26,0,47,6,64,16r-19,34v-36,-19,-93,-16,-91,42r70,0r0,33r-72,0r0,22r72,0r0,33r-70,0v-2,62,54,65,92,44r18,32v-18,10,-37,17,-66,17v-57,0,-79,-29,-85,-93r-35,0r0,-33r33,0r0,-22r-33,0","w":206,"k":{"9":6,"8":7,"6":7,"4":11,"0":7}},"\u2039":{"d":"68,0r-44,-100r44,-101r36,0r-41,101r41,100r-36,0","w":135,"k":{"\u0178":18,"Y":18,"X":4,"W":11,"V":14,"T":21,"7":5,"\u00dd":18}},"\u203a":{"d":"31,0r41,-101r-41,-100r37,0r44,100r-44,101r-37,0","w":135,"k":{"\u00c1":7,"\u00c2":7,"\u0178":22,"\u00ff":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"y":7,"x":7,"w":4,"v":7,"Y":22,"X":7,"W":14,"V":18,"T":25,"S":5,"J":11,"A":7,"7":12,"3":4,"1":7,"\u00fd":7,"\u00dd":22,"\u0160":5}},"\u2021":{"d":"66,57r0,-84r-51,0r0,-37r51,0r0,-96r-51,0r0,-37r51,0r0,-80r39,0r0,80r51,0r0,37r-51,0r0,96r51,0r0,37r-51,0r0,84r-39,0"},"\u00b7":{"d":"18,-100r0,-53r47,0r0,53r-47,0","w":82,"k":{"\u0178":14,"Z":4,"Y":14,"X":7,"W":7,"V":11,"T":18,"J":14,"7":7,"3":7,"\u017d":4,"\u00dd":14}},"\u2219":{"d":"18,-100r0,-53r47,0r0,53r-47,0","w":82},"\u201a":{"d":"29,49r-11,-21v18,-10,21,-14,21,-28r-21,0r0,-53r47,0v-1,51,9,85,-36,102","w":82,"k":{"\u00d2":2,"\u00d4":2,"\u00d3":2,"\u0178":29,"\u00ff":11,"\u0152":2,"\u00d5":2,"\u00d8":2,"\u00d6":2,"\u00c7":2,"y":11,"w":11,"v":11,"Y":29,"W":22,"V":25,"T":29,"Q":2,"O":2,"G":2,"C":2,"9":11,"7":18,"4":9,"1":7,"\u00fd":11,"\u00dd":29}},"\u201e":{"d":"28,47r-10,-20v18,-10,21,-15,21,-28r-21,0r0,-52r46,0v-1,50,10,85,-36,100xm95,47r-10,-20v18,-10,21,-15,21,-28r-21,0r0,-52r46,0v-1,50,10,85,-36,100","w":148,"k":{"\u00d2":2,"\u00d4":2,"\u00d3":2,"\u0178":29,"\u00ff":11,"\u0152":2,"\u00d5":2,"\u00d8":2,"\u00d6":2,"\u00c7":2,"y":11,"w":11,"v":11,"Y":29,"W":22,"V":25,"T":29,"Q":2,"O":2,"G":2,"C":2,"9":11,"7":18,"4":9,"1":7,"\u00fd":11,"\u00dd":29}},"\u2030":{"d":"76,-97v-43,0,-65,-23,-65,-86v0,-64,22,-86,65,-86v43,0,65,22,65,86v0,63,-22,86,-65,86xm76,-128v21,0,29,-13,29,-54v0,-41,-8,-55,-29,-55v-21,0,-29,14,-29,55v0,41,8,54,29,54xm276,3v-43,0,-65,-23,-65,-87v0,-63,22,-86,65,-86v43,0,65,23,65,86v0,64,-22,87,-65,87xm276,-28v21,0,29,-13,29,-54v0,-41,-8,-55,-29,-55v-21,0,-29,14,-29,55v0,41,8,54,29,54xm98,0r119,-267r38,0r-120,267r-37,0xm418,3v-43,0,-64,-23,-64,-87v0,-63,21,-86,64,-86v43,0,65,23,65,86v0,64,-22,87,-65,87xm419,-28v21,0,28,-13,28,-54v0,-41,-7,-55,-28,-55v-21,0,-29,14,-29,55v0,41,8,54,29,54","w":494},"\u00c2":{"d":"6,0r83,-269r44,0r83,269r-43,0r-15,-51r-95,0r-15,51r-42,0xm73,-89r74,0r-36,-122xm52,-282r40,-60r38,0r40,60r-34,0r-26,-32r-26,32r-32,0","w":222,"k":{"\u00d9":9,"\u00db":9,"\u00da":9,"\u00d2":9,"\u00d4":9,"\u00d3":9,"\ufb02":6,"\ufb01":6,"\u2039":7,"\u0178":29,"\u00ff":9,"\u25ca":7,"\u2019":18,"\u2018":25,"\u201d":18,"\u201c":25,"\u2014":7,"\u2013":7,"\u0153":9,"\u0152":9,"\u00d5":9,"\u00ab":7,"\u0394":7,"\u00f8":9,"\u00e6":4,"\u03c0":4,"\u00b1":7,"\u221e":7,"\u00d8":9,"\u2260":7,"\u2122":25,"\u00a9":4,"\u00ae":4,"\u2022":7,"\u2020":7,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":9,"\u00f6":9,"\u00f4":9,"\u00f2":9,"\u00f3":9,"\u00eb":9,"\u00ea":9,"\u00e8":9,"\u00e9":9,"\u00e7":9,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":9,"\u00d6":9,"\u00c7":9,"}":4,"y":9,"w":7,"v":9,"u":2,"t":7,"q":9,"o":9,"l":2,"f":7,"e":9,"d":9,"c":9,"a":4,"]":4,"\\":25,"Y":29,"W":14,"V":20,"U":9,"T":29,"S":4,"Q":9,"O":9,"G":9,"C":9,"@":7,"?":18,"-":7,"*":22,")":4,"'":18,"\"":18,"\u00fd":9,"\u00dd":29,"\u0160":4,"\u0142":2,"\u00f0":9}},"\u00ca":{"d":"37,-282r40,-60r37,0r40,60r-33,0r-26,-32r-26,32r-32,0xm23,0r0,-267r152,0r0,38r-112,0r0,72r107,0r0,39r-107,0r0,81r113,0r0,37r-153,0","w":191,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":4,"\u00c2":4,"\ufb02":4,"\ufb01":4,"\u00ff":4,"\u25ca":4,"\u0153":4,"\u0152":4,"\u00d5":4,"\u00c3":4,"\u00c0":4,"\u0394":4,"\u00f8":4,"\u00e6":7,"\u00b1":4,"\u221e":4,"\u00d8":4,"\u00c6":4,"\u2260":4,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-4,"\u00ee":-4,"\u00ec":-5,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00dc":2,"\u00d6":4,"\u00c7":4,"\u00c5":4,"\u00c4":4,"z":1,"y":4,"x":4,"w":4,"v":4,"t":4,"s":4,"q":4,"o":4,"g":4,"f":4,"e":4,"d":4,"c":4,"a":7,"Z":1,"X":1,"V":4,"U":2,"T":4,"S":5,"Q":4,"O":4,"G":4,"C":4,"A":4,"\u017e":1,"\u017d":1,"\u00fd":4,"\u0161":4,"\u0160":5,"\u00f0":4}},"\u00c1":{"d":"6,0r83,-269r44,0r83,269r-43,0r-15,-51r-95,0r-15,51r-42,0xm73,-89r74,0r-36,-122xm84,-282r39,-60r45,0r-49,60r-35,0","w":222,"k":{"\u00d9":9,"\u00db":9,"\u00da":9,"\u00d2":9,"\u00d4":9,"\u00d3":9,"\ufb02":6,"\ufb01":6,"\u2039":7,"\u0178":29,"\u00ff":9,"\u25ca":7,"\u2019":18,"\u2018":25,"\u201d":18,"\u201c":25,"\u2014":7,"\u2013":7,"\u0153":9,"\u0152":9,"\u00d5":9,"\u00ab":7,"\u0394":7,"\u00f8":9,"\u00e6":4,"\u03c0":4,"\u00b1":7,"\u221e":7,"\u00d8":9,"\u2260":7,"\u2122":25,"\u00a9":4,"\u00ae":4,"\u2022":7,"\u2020":7,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":9,"\u00f6":9,"\u00f4":9,"\u00f2":9,"\u00f3":9,"\u00eb":9,"\u00ea":9,"\u00e8":9,"\u00e9":9,"\u00e7":9,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":9,"\u00d6":9,"\u00c7":9,"}":4,"y":9,"w":7,"v":9,"u":2,"t":7,"q":9,"o":9,"l":2,"f":7,"e":9,"d":9,"c":9,"a":4,"]":4,"\\":25,"Y":29,"W":14,"V":20,"U":9,"T":29,"S":4,"Q":9,"O":9,"G":9,"C":9,"@":7,"?":18,"-":7,"*":22,")":4,"'":18,"\"":18,"\u00fd":9,"\u00dd":29,"\u0160":4,"\u0142":2,"\u00f0":9}},"\u00cb":{"d":"45,-282r0,-41r36,0r0,41r-36,0xm111,-282r0,-41r36,0r0,41r-36,0xm23,0r0,-267r152,0r0,38r-112,0r0,72r107,0r0,39r-107,0r0,81r113,0r0,37r-153,0","w":191,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":4,"\u00c2":4,"\ufb02":4,"\ufb01":4,"\u00ff":4,"\u25ca":4,"\u0153":4,"\u0152":4,"\u00d5":4,"\u00c3":4,"\u00c0":4,"\u0394":4,"\u00f8":4,"\u00e6":7,"\u00b1":4,"\u221e":4,"\u00d8":4,"\u00c6":4,"\u2260":4,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-4,"\u00ee":-4,"\u00ec":-5,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00dc":2,"\u00d6":4,"\u00c7":4,"\u00c5":4,"\u00c4":4,"z":1,"y":4,"x":4,"w":4,"v":4,"t":4,"s":4,"q":4,"o":4,"g":4,"f":4,"e":4,"d":4,"c":4,"a":7,"Z":1,"X":1,"V":4,"U":2,"T":4,"S":5,"Q":4,"O":4,"G":4,"C":4,"A":4,"\u017e":1,"\u017d":1,"\u00fd":4,"\u0161":4,"\u0160":5,"\u00f0":4}},"\u00c8":{"d":"23,0r0,-267r152,0r0,38r-112,0r0,72r107,0r0,39r-107,0r0,81r113,0r0,37r-153,0xm87,-282r-50,-60r45,0r40,60r-35,0","w":191,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":4,"\u00c2":4,"\ufb02":4,"\ufb01":4,"\u00ff":4,"\u25ca":4,"\u0153":4,"\u0152":4,"\u00d5":4,"\u00c3":4,"\u00c0":4,"\u0394":4,"\u00f8":4,"\u00e6":7,"\u00b1":4,"\u221e":4,"\u00d8":4,"\u00c6":4,"\u2260":4,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-4,"\u00ee":-4,"\u00ec":-5,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00dc":2,"\u00d6":4,"\u00c7":4,"\u00c5":4,"\u00c4":4,"z":1,"y":4,"x":4,"w":4,"v":4,"t":4,"s":4,"q":4,"o":4,"g":4,"f":4,"e":4,"d":4,"c":4,"a":7,"Z":1,"X":1,"V":4,"U":2,"T":4,"S":5,"Q":4,"O":4,"G":4,"C":4,"A":4,"\u017e":1,"\u017d":1,"\u00fd":4,"\u0161":4,"\u0160":5,"\u00f0":4}},"\u00cd":{"d":"27,-282r32,-61r45,0r-43,61r-34,0xm25,0r0,-267r42,0r0,267r-42,0","w":92},"\u00ce":{"d":"-12,-282r39,-61r38,0r39,61r-33,0r-25,-33r-26,33r-32,0xm25,0r0,-267r42,0r0,267r-42,0","w":92},"\u00cf":{"d":"25,0r0,-267r42,0r0,267r-42,0xm-4,-282r0,-41r36,0r0,41r-36,0xm62,-282r0,-41r36,0r0,41r-36,0","w":92},"\u00cc":{"d":"31,-282r-43,-61r45,0r32,61r-34,0xm25,0r0,-267r42,0r0,267r-42,0","w":92},"\u00d3":{"d":"89,-282r39,-60r45,0r-49,60r-35,0xm116,3v-92,0,-105,-63,-105,-136v0,-73,13,-137,105,-137v91,0,104,64,104,137v0,73,-13,136,-104,136xm116,-34v56,0,61,-41,61,-98v0,-57,-5,-98,-61,-98v-56,0,-63,41,-63,98v0,57,7,98,63,98","w":230,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00c1":9,"\u00c2":9,"\u0178":9,"\u00c3":9,"\u00c0":9,"\u2026":11,"\u00e6":4,"\u00c6":9,"\u00ee":-2,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":2,"\u00c5":9,"\u00c4":9,"}":7,"g":4,"a":4,"]":7,"\\":7,"Z":9,"Y":9,"X":12,"W":5,"V":9,"U":2,"T":9,"S":7,"J":11,"A":9,"\/":7,".":11,",":11,")":4,"\u017d":9,"\u00dd":9,"\u0160":7}},"\u00d4":{"d":"57,-282r39,-60r38,0r40,60r-33,0r-26,-32r-26,32r-32,0xm116,3v-92,0,-105,-63,-105,-136v0,-73,13,-137,105,-137v91,0,104,64,104,137v0,73,-13,136,-104,136xm116,-34v56,0,61,-41,61,-98v0,-57,-5,-98,-61,-98v-56,0,-63,41,-63,98v0,57,7,98,63,98","w":230,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00c1":9,"\u00c2":9,"\u0178":9,"\u00c3":9,"\u00c0":9,"\u2026":11,"\u00e6":4,"\u00c6":9,"\u00ee":-2,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":2,"\u00c5":9,"\u00c4":9,"}":7,"g":4,"a":4,"]":7,"\\":7,"Z":9,"Y":9,"X":12,"W":5,"V":9,"U":2,"T":9,"S":7,"J":11,"A":9,"\/":7,".":11,",":11,")":4,"\u017d":9,"\u00dd":9,"\u0160":7}},"\uf8ff":{"d":"62,-235r-3,-3v46,-46,135,-46,181,0r-2,3v-44,-45,-132,-46,-176,0xm240,-29v-46,46,-135,46,-181,0r3,-3v44,45,131,46,176,1xm254,-43v0,0,-1,-2,-3,-3v42,-47,42,-128,0,-175r3,-3v43,46,43,134,0,181xm45,-43v-42,-47,-42,-134,0,-181r3,3v-40,47,-41,128,0,175v-2,1,-3,3,-3,3xm222,-49v-37,36,-108,35,-145,0r3,-3v36,35,104,36,139,0xm220,-215v-35,-35,-104,-36,-140,0r-3,-3v37,-36,108,-37,145,0xm66,-61v-34,-38,-34,-107,0,-145r2,3v-32,37,-31,102,0,139xm234,-62r-3,-2v32,-36,34,-103,0,-139r3,-3v34,37,34,107,0,144xm207,-66v-29,29,-86,29,-115,0r2,-2v29,27,83,28,111,0xm217,-76r-2,-2v25,-29,26,-82,0,-111r2,-2v28,29,27,86,0,115xm205,-199v-29,-27,-81,-28,-110,0r-3,-3v29,-29,87,-29,116,0xm82,-76v-26,-30,-27,-85,0,-115r3,2v-26,29,-26,82,0,111v-1,1,-2,1,-3,2xm106,-186r-2,-3v23,-23,69,-22,92,1r-2,2v-23,-21,-65,-21,-88,0xm204,-87r-2,-3v20,-23,20,-64,0,-87r2,-3v22,25,22,68,0,93xm95,-87v-21,-25,-21,-68,0,-93r3,3v-21,23,-21,64,0,87xm196,-78v-24,23,-69,22,-93,-1r3,-2v23,21,64,21,87,0xm194,-97v5,-16,18,-53,-3,-71r3,-2v17,19,17,54,0,73xm186,-89v-19,18,-54,18,-73,0r2,-3v18,17,51,17,69,0xm105,-97v-16,-19,-16,-54,0,-73r3,2v-16,18,-15,51,0,69xm115,-175r-2,-3v19,-18,54,-19,73,0r-2,3v-18,-17,-51,-17,-69,0xm179,-98v-14,15,-44,16,-59,1v6,-6,19,10,30,7v11,2,22,-10,29,-8xm114,-104v-13,-16,-13,-43,0,-59v-1,14,-15,40,3,56xm196,-134v0,9,-5,33,-13,27v11,-14,13,-39,0,-54v9,-3,13,18,13,27xm150,-177v-11,-3,-23,13,-30,7v16,-14,43,-15,59,0v-5,6,-18,-10,-29,-7xm171,-160v-14,-16,-36,-1,-45,-3v12,-11,36,-12,48,0xm173,-104v-12,12,-35,11,-47,0v9,-3,31,14,45,-3xm120,-110v-9,-12,-10,-35,0,-47v4,9,-12,30,3,44xm187,-134v0,8,-4,28,-11,21v9,-11,9,-30,0,-41r3,-3v5,6,8,14,8,23xm168,-109v-10,8,-27,8,-37,0v7,-5,24,11,35,-3xm166,-155v-10,-13,-29,1,-35,-3v10,-9,27,-9,37,0v-1,1,-2,3,-2,3xm126,-115v-8,-10,-8,-27,0,-37v5,7,-10,23,3,34xm180,-134v0,6,-3,22,-9,17v11,-10,-2,-29,3,-35v4,5,6,11,6,18xm173,-134v0,4,-3,17,-7,12v7,-7,-1,-21,2,-25v3,4,5,8,5,13xm164,-115v-8,7,-21,6,-29,0v7,-4,18,8,26,-2xm131,-120v-5,-8,-6,-19,0,-27v6,4,-6,17,3,25xm161,-150v-8,-9,-20,1,-25,-2v8,-6,19,-7,27,0xm159,-120v-5,4,-14,4,-19,0v4,-2,15,-1,19,0xm159,-147v-4,1,-15,0,-19,0v5,-4,14,-4,19,0xm136,-125v-2,-6,-3,-12,0,-18v2,3,1,15,0,18xm163,-143v4,5,4,18,-2,17v5,-5,-2,-15,2,-17","w":299},"\u00d2":{"d":"116,3v-92,0,-105,-63,-105,-136v0,-73,13,-137,105,-137v91,0,104,64,104,137v0,73,-13,136,-104,136xm116,-34v56,0,61,-41,61,-98v0,-57,-5,-98,-61,-98v-56,0,-63,41,-63,98v0,57,7,98,63,98xm107,-282r-50,-60r45,0r40,60r-35,0","w":230,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00c1":9,"\u00c2":9,"\u0178":9,"\u00c3":9,"\u00c0":9,"\u2026":11,"\u00e6":4,"\u00c6":9,"\u00ee":-2,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":2,"\u00c5":9,"\u00c4":9,"}":7,"g":4,"a":4,"]":7,"\\":7,"Z":9,"Y":9,"X":12,"W":5,"V":9,"U":2,"T":9,"S":7,"J":11,"A":9,"\/":7,".":11,",":11,")":4,"\u017d":9,"\u00dd":9,"\u0160":7}},"\u00da":{"d":"88,-282r39,-60r45,0r-49,60r-35,0xm115,4v-72,0,-94,-34,-94,-94r0,-177r42,0r0,173v0,40,11,60,53,60v42,0,53,-19,53,-60r0,-173r40,0r0,177v0,60,-21,94,-94,94","w":230,"k":{"\u00d2":2,"\u00d4":2,"\u00d3":2,"\u00c1":9,"\u00c2":9,"\u0152":2,"\u00d5":2,"\u00c3":9,"\u00c0":9,"\u2026":7,"\u00e6":4,"\u00d8":2,"\u00c6":9,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00d6":2,"\u00c7":2,"\u00c5":9,"\u00c4":9,"a":4,"X":4,"S":4,"Q":2,"O":2,"J":11,"G":2,"C":2,"A":9,"\/":4,".":7,",":7,"\u0160":4}},"\u00db":{"d":"56,-282r40,-60r38,0r40,60r-34,0r-26,-32r-26,32r-32,0xm115,4v-72,0,-94,-34,-94,-94r0,-177r42,0r0,173v0,40,11,60,53,60v42,0,53,-19,53,-60r0,-173r40,0r0,177v0,60,-21,94,-94,94","w":230,"k":{"\u00d2":2,"\u00d4":2,"\u00d3":2,"\u00c1":9,"\u00c2":9,"\u0152":2,"\u00d5":2,"\u00c3":9,"\u00c0":9,"\u2026":7,"\u00e6":4,"\u00d8":2,"\u00c6":9,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00d6":2,"\u00c7":2,"\u00c5":9,"\u00c4":9,"a":4,"X":4,"S":4,"Q":2,"O":2,"J":11,"G":2,"C":2,"A":9,"\/":4,".":7,",":7,"\u0160":4}},"\u00d9":{"d":"115,4v-72,0,-94,-34,-94,-94r0,-177r42,0r0,173v0,40,11,60,53,60v42,0,53,-19,53,-60r0,-173r40,0r0,177v0,60,-21,94,-94,94xm106,-282r-50,-60r46,0r39,60r-35,0","w":230,"k":{"\u00d2":2,"\u00d4":2,"\u00d3":2,"\u00c1":9,"\u00c2":9,"\u0152":2,"\u00d5":2,"\u00c3":9,"\u00c0":9,"\u2026":7,"\u00e6":4,"\u00d8":2,"\u00c6":9,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00d6":2,"\u00c7":2,"\u00c5":9,"\u00c4":9,"a":4,"X":4,"S":4,"Q":2,"O":2,"J":11,"G":2,"C":2,"A":9,"\/":4,".":7,",":7,"\u0160":4}},"\u0131":{"d":"21,0r0,-201r40,0r0,201r-40,0","w":81},"\u02c6":{"d":"27,-221r40,-61r38,0r40,61r-33,0r-27,-33r-26,33r-32,0"},"\u02dc":{"d":"45,-220r-26,-15v11,-22,25,-33,44,-33v30,0,45,31,63,-2r26,15v-11,22,-25,34,-44,34v-31,0,-45,-30,-63,1"},"\u00af":{"d":"27,-221r0,-34r117,0r0,34r-117,0"},"\u0304":{"d":"27,-221r0,-34r117,0r0,34r-117,0"},"\u02d8":{"d":"86,-220v-44,0,-55,-20,-60,-55r29,-4v3,19,10,29,31,29v21,0,27,-10,30,-29r30,4v-5,36,-17,55,-60,55"},"\u02d9":{"d":"66,-221r0,-44r40,0r0,44r-40,0"},"\u02da":{"d":"86,-219v-30,0,-40,-19,-40,-44v0,-25,10,-44,40,-44v29,0,40,19,40,44v0,25,-11,44,-40,44xm86,-239v14,0,18,-10,18,-24v0,-14,-4,-24,-18,-24v-14,0,-19,10,-19,24v0,14,5,24,19,24"},"\u00b8":{"d":"134,46v0,40,-53,43,-82,28r9,-20v15,7,48,9,46,-10v4,-19,-26,-9,-35,-20r6,-27r23,0r-3,19v21,-1,36,3,36,30"},"\u02dd":{"d":"30,-221r38,-61r43,0r-49,61r-32,0xm99,-221r39,-61r41,0r-48,61r-32,0"},"\u02db":{"d":"107,80v-34,1,-65,-3,-61,-34v4,-36,23,-57,64,-52v-19,15,-33,32,-33,46v0,14,14,15,30,14r0,26"},"\u02c7":{"d":"67,-221r-40,-61r33,0r26,33r26,-33r33,0r-40,61r-38,0"},"\u00d0":{"d":"0,-119r0,-34r23,0r0,-114r77,0v84,0,110,39,110,133v0,96,-24,134,-110,134r-77,0r0,-119r-23,0xm64,-36v76,5,103,-8,103,-97v0,-88,-27,-101,-103,-96r0,76r43,0r0,34r-43,0r0,83","w":220,"k":{"\u00d9":2,"\u00db":2,"\u00da":2,"\u00c1":9,"\u00c2":9,"\u0178":9,"\u00c3":9,"\u00c0":9,"\u2026":11,"\u00e6":4,"\u00c6":9,"\u00ee":-2,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00dc":2,"\u00c5":9,"\u00c4":9,"}":7,"g":4,"a":4,"]":7,"\\":7,"Z":9,"Y":9,"X":11,"W":5,"V":11,"U":2,"T":9,"S":7,"J":11,"A":9,"\/":7,".":11,",":11,")":4,"\u017d":9,"\u00dd":9,"\u0160":7}},"\u00a4":{"d":"9,-145r0,-33r35,0v6,-63,29,-92,87,-92v26,0,47,6,64,16r-19,34v-36,-19,-93,-16,-91,42r70,0r0,33r-72,0r0,22r72,0r0,33r-70,0v-2,62,54,65,92,44r18,32v-18,10,-37,17,-66,17v-57,0,-79,-29,-85,-93r-35,0r0,-33r33,0r0,-22r-33,0","w":206,"k":{"9":6,"8":7,"6":7,"4":11,"0":7}},"\u00a0":{"w":63,"k":{"\u2018":4,"\u201c":4}}}});

function initCufon() {
	Cufon.replace('article .heading strong, aside .box .heading strong, aside .block strong, .box-hold5 .box .title2 strong, .box-hold5 .box .title strong, aside .box-hold .box2 strong, footer .row strong, .weather strong, header .top .box strong', { fontFamily: 'AntennaCond_Bold'});
	Cufon.replace('#nav > li > a', { fontFamily: 'AntennaCond_Bold', hover: true });
	Cufon.replace('.news-box .column .tabset li a', { fontFamily: 'AntennaCond_Medium', hover: true });
	_refresh('#nav li','#nav > li > a');
}
$(initCufon);

function _refresh(_x,_y) {$(_x).hover(function(){$(this).addClass('hover');},function() {$(this).removeClass('hover');setTimeout(function(){Cufon.refresh(_y)}, 10);});}
