/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());;
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1988, 1990, 1993, 2003 Linotype Library GmbH, www.linotype.com. All
 * rights reserved. Copyright © 1988, 1990, 1993 Adobe Systems Incorporated. All
 * Rights Reserved.
 * 
 * Trademark:
 * Helvetica, Neue Helvetica is a trademark of Heidelberger Druckmaschinen AG
 * which may be registered in certain jurisdictions, exclusively licensed through
 * Linotype Library GmbH, a wholly owned subsidiary of Heidelberger Druckmaschinen
 * AG.
 * 
 * Full name:
 * HelveticaNeueLTPro-Cn
 * 
 * Description:
 * Copyright © 1988, 1990, 1993, 2003 Linotype Library GmbH, www.linotype.com. All
 * rights reserved. Copyright © 1988, 1990, 1993 Adobe Systems Incorporated. All
 * Rights Reserved.
 * 
 * Manufacturer:
 * Linotype Library GmbH
 * 
 * Designer:
 * Linotype Library GmbH
 * 
 * Vendor URL:
 * http://www.linotype.com
 * 
 * License information:
 * http://www.Linotype.com
 */
Cufon.registerFont({"w":166,"face":{"font-family":"helvetica-condensed","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 6 3 5 2 3 2 4","ascent":"257","descent":"-103","x-height":"5","bbox":"-16 -339 278 76.2302","underline-thickness":"18","underline-position":"-18","stemh":"24","stemv":"30","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":86,"k":{"\u0176":13,"\u0174":13,"\u0162":13,"\u0164":13,"\u0104":13,"\u0102":13,"\u0100":13,"\u0178":13,"\u00dd":13,"\u00c3":13,"\u00c5":13,"\u00c0":13,"\u00c4":13,"\u00c2":13,"\u00c1":13,"Y":13,"W":13,"V":13,"T":13,"A":13}},"\u0149":{"d":"20,0r0,-193r29,0r0,23v8,-18,28,-28,47,-28v51,0,51,38,51,61r0,137r-30,0r0,-133v0,-15,-2,-39,-29,-39v-16,0,-38,11,-38,39r0,133r-30,0xm4,-257r0,-33r30,0v1,30,3,59,-28,58v-3,-17,12,-8,12,-25r-14,0","k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"\u0132":{"d":"21,0r0,-257r32,0r0,257r-32,0xm203,-257r0,183v0,46,-11,79,-64,79v-51,0,-64,-33,-61,-80r31,0v-1,29,0,55,29,54v29,0,33,-18,33,-54r0,-182r32,0","w":223},"\u0133":{"d":"22,-222r0,-35r30,0r0,35r-30,0xm22,0r0,-193r30,0r0,193r-30,0xm126,-257r0,35r-30,0r0,-35r30,0xm126,-193r0,212v2,37,-22,51,-60,46r0,-26v23,5,30,-7,30,-31r0,-201r30,0","w":147},"!":{"d":"30,0r0,-35r33,0r0,35r-33,0xm36,-67r-6,-190r33,0r-6,190r-21,0","w":92},"\"":{"d":"91,-166r0,-91r24,0r0,91r-24,0xm31,-166r0,-91r24,0r0,91r-24,0","w":146},"#":{"d":"71,-153r-7,55r39,0r6,-55r-38,0xm28,0r10,-74r-30,0r0,-24r33,0r7,-55r-32,0r0,-24r35,0r9,-73r24,0r-9,73r38,0r9,-73r23,0r-9,73r29,0r0,24r-32,0r-7,55r30,0r0,24r-33,0r-9,74r-24,0r10,-74r-38,0r-10,74r-24,0","w":172},"$":{"d":"78,-255r0,-21r15,0r0,21v44,3,64,26,65,70r-32,0v0,-23,-8,-41,-33,-44r0,88v33,12,72,20,72,72v0,54,-38,72,-72,74r0,34r-15,0r0,-34v-54,-2,-70,-32,-70,-83r31,0v0,26,1,53,39,57r0,-94v-33,-10,-67,-22,-67,-71v0,-23,9,-65,67,-69xm78,-146r0,-83v-22,3,-34,17,-34,40v0,24,14,35,34,43xm93,-110r0,89v23,-2,39,-18,39,-43v0,-27,-17,-38,-39,-46","w":172},"%":{"d":"210,5v-43,0,-48,-33,-48,-69v0,-36,5,-69,48,-69v43,0,47,33,47,69v0,36,-4,69,-47,69xm64,-117v-43,0,-47,-33,-47,-69v0,-36,4,-69,47,-69v43,0,47,33,47,69v0,36,-4,69,-47,69xm210,-14v20,0,21,-20,21,-50v0,-30,-1,-50,-21,-50v-20,0,-22,20,-22,50v0,30,2,50,22,50xm67,5r112,-260r25,0r-112,260r-25,0xm64,-136v20,0,21,-20,21,-50v0,-30,-1,-49,-21,-49v-20,0,-22,19,-22,49v0,30,2,50,22,50","w":273},"&":{"d":"99,-144r51,73v5,-13,8,-27,10,-50r28,0v0,19,-11,62,-21,75r33,46r-34,0r-17,-24v-20,19,-36,29,-64,29v-63,0,-76,-48,-76,-71v-1,-37,28,-64,54,-81v-10,-18,-27,-36,-27,-60v0,-30,24,-50,53,-50v33,0,55,14,55,49v0,30,-26,47,-45,64xm134,-46r-57,-81v-21,13,-36,31,-36,58v0,56,69,60,93,23xm80,-172v4,8,8,10,13,2v24,-13,36,-63,-3,-63v-35,0,-29,42,-10,61","w":200},"(":{"d":"68,-257r17,0v-54,98,-51,225,0,323r-17,0v-70,-93,-71,-230,0,-323","w":86},")":{"d":"19,66r-18,0v56,-98,52,-225,0,-323r18,0v68,93,70,230,0,323","w":86},"*":{"d":"53,-214r0,-43r21,0r0,43r39,-15r8,21r-41,12r27,34r-18,13r-26,-36r-26,36r-18,-13r28,-34r-41,-12r8,-21","w":126},"+":{"d":"96,0r0,-79r-79,0r0,-24r79,0r0,-79r24,0r0,79r79,0r0,24r-79,0r0,79r-24,0","w":216},",":{"d":"27,0r0,-38r33,0v-1,43,8,78,-33,91r0,-17v16,-7,15,-17,15,-36r-15,0","w":86,"k":{" ":13}},"-":{"d":"19,-88r0,-28r88,0r0,28r-88,0","w":126},".":{"d":"27,0r0,-38r33,0r0,38r-33,0","w":86,"k":{" ":13}},"\/":{"d":"-4,5r84,-267r24,0r-84,267r-24,0","w":100},"0":{"d":"45,-124v0,54,2,105,41,105v39,0,41,-51,41,-105v0,-56,-2,-107,-41,-107v-39,0,-41,51,-41,107xm86,5v-69,0,-72,-69,-72,-129v0,-56,3,-131,72,-131v69,0,73,69,73,131v0,54,-4,129,-73,129","w":172},"1":{"d":"24,-192r0,-21v32,-2,61,-6,63,-42r22,0r0,255r-31,0r0,-192r-54,0","w":172},"2":{"d":"158,-28r0,28r-143,0v0,-61,41,-93,76,-122v21,-18,34,-33,34,-61v0,-22,-10,-46,-37,-46v-39,0,-40,41,-40,55r-32,0v0,-48,20,-81,72,-81v59,0,69,46,69,68v3,80,-91,94,-109,159r110,0","w":172},"3":{"d":"65,-120r0,-24v36,4,56,-13,55,-45v0,-23,-10,-42,-34,-42v-33,0,-36,32,-36,50r-32,0v0,-43,21,-74,68,-74v84,1,84,102,26,121v27,9,47,22,47,60v0,46,-24,79,-73,79v-69,0,-72,-57,-72,-74r32,0v0,23,11,50,40,50v19,0,41,-9,41,-52v1,-36,-21,-53,-62,-49","w":172},"4":{"d":"11,-90r92,-165r30,0r0,168r29,0r0,25r-29,0r0,62r-30,0r0,-62r-92,0r0,-28xm103,-205v-24,37,-43,79,-65,118r65,0r0,-118","w":172},"5":{"d":"21,-119r14,-131r114,0r0,28r-90,0v-2,24,-9,52,-9,75v43,-42,108,-11,108,65v0,48,-21,87,-74,87v-60,0,-70,-50,-70,-71r32,0v0,13,5,47,39,47v36,0,42,-40,42,-66v0,-28,-11,-58,-43,-58v-22,0,-36,19,-36,25","w":172},"6":{"d":"48,-78v0,27,8,59,40,59v32,0,41,-32,41,-59v0,-27,-8,-59,-41,-59v-33,0,-40,32,-40,59xm154,-194r-31,0v0,-22,-12,-37,-34,-37v-49,0,-47,66,-44,97v5,-10,21,-29,49,-29v44,0,66,33,66,81v0,49,-24,87,-72,87v-71,0,-75,-68,-75,-121v0,-58,3,-139,77,-139v59,0,64,49,64,61","w":172},"7":{"d":"159,-224v-36,47,-78,137,-85,224r-35,0v12,-86,46,-163,91,-222r-116,0r0,-28r145,0r0,26","w":172},"8":{"d":"45,-71v0,30,11,52,41,52v30,0,42,-22,42,-52v0,-30,-12,-53,-42,-53v-30,0,-41,23,-41,53xm86,-231v-23,0,-33,18,-33,42v0,24,10,41,33,41v23,0,34,-17,34,-41v0,-24,-11,-42,-34,-42xm86,5v-93,0,-94,-121,-28,-141v-62,-19,-42,-127,28,-119v70,-8,92,100,28,119v66,21,65,141,-28,141","w":172},"9":{"d":"125,-172v0,-27,-8,-59,-40,-59v-32,0,-41,32,-41,59v0,27,8,59,41,59v33,0,40,-32,40,-59xm18,-56r32,0v0,21,12,37,34,37v49,0,47,-66,44,-97v-5,10,-21,29,-49,29v-44,0,-66,-33,-66,-81v0,-49,24,-87,72,-87v71,0,75,68,75,121v0,58,-3,139,-77,139v-59,0,-65,-49,-65,-61","w":172},":":{"d":"27,0r0,-38r33,0r0,38r-33,0xm27,-144r0,-38r33,0r0,38r-33,0","w":86,"k":{" ":13}},";":{"d":"27,-144r0,-38r33,0r0,38r-33,0xm27,0r0,-38r33,0v-1,43,8,78,-33,91r0,-17v16,-7,15,-17,15,-36r-15,0","w":86},"\u037e":{"d":"27,-144r0,-38r33,0r0,38r-33,0xm27,0r0,-38r33,0v-1,43,8,78,-33,91r0,-17v16,-7,15,-17,15,-36r-15,0","w":86},"<":{"d":"17,-80r0,-22r182,-83r0,24r-154,70r154,70r0,24","w":216},"=":{"d":"17,-42r0,-24r182,0r0,24r-182,0xm17,-116r0,-24r182,0r0,24r-182,0","w":216},">":{"d":"17,3r0,-24r154,-70r-154,-70r0,-24r182,83r0,22","w":216},"?":{"d":"59,0r0,-35r34,0r0,35r-34,0xm62,-67v-9,-63,55,-72,54,-127v0,-21,-12,-40,-35,-40v-35,0,-38,35,-38,53r-30,0v0,-42,21,-79,67,-79v43,0,67,29,67,68v0,55,-62,69,-57,125r-28,0","w":159},"@":{"d":"188,-175v5,-6,5,-16,9,-23r20,0r-34,118v0,5,4,9,11,9v33,0,60,-38,60,-78v0,-54,-48,-91,-110,-91v-62,0,-110,48,-110,111v0,64,48,112,110,112v45,0,78,-14,98,-40r22,0v-23,40,-64,62,-120,62v-74,0,-134,-60,-134,-134v0,-74,60,-133,134,-133v78,0,134,46,134,111v0,62,-51,102,-93,102v-14,0,-24,-7,-26,-22v-26,37,-96,24,-96,-32v0,-50,33,-102,84,-102v18,0,33,8,41,30xm86,-105v0,20,14,34,34,34v33,0,56,-49,56,-76v0,-16,-11,-36,-29,-36v-35,0,-61,45,-61,78","w":288},"A":{"d":"92,-221v-15,39,-23,84,-36,125r69,0xm-3,0r74,-257r43,0r69,257r-33,0r-19,-71r-82,0r-19,71r-33,0","w":180,"k":{"\u0176":20,"\u0174":7,"\u0162":20,"\u0164":20,"\u0178":20,"\u00dd":20,"p":-4,"Y":20,"W":7,"V":7,"T":20,"Q":-4}},"B":{"d":"53,-231r0,85v42,-2,72,13,79,-43v5,-41,-36,-45,-79,-42xm21,0r0,-257v72,2,143,-17,145,66v1,24,-17,45,-38,54v32,8,46,32,46,64v0,79,-75,75,-153,73xm53,-122r0,96r43,0v33,0,45,-22,45,-47v-1,-50,-40,-51,-88,-49","w":186},"C":{"d":"145,-88r33,0v-3,49,-22,93,-78,93v-73,0,-83,-69,-83,-134v0,-65,12,-133,83,-133v52,0,75,30,76,80r-33,0v-1,-29,-10,-54,-43,-54v-44,0,-50,48,-50,107v0,59,6,108,50,108v39,0,44,-36,45,-67","w":186},"D":{"d":"24,0r0,-257r69,0v80,0,90,57,90,128v0,65,-16,129,-87,129r-72,0xm56,-231r0,205r33,0v55,0,61,-56,61,-102v0,-50,-3,-103,-61,-103r-33,0","w":200,"k":{"\u0176":7,"\u0178":7,"\u00dd":7,"Y":7}},"E":{"d":"21,0r0,-257r133,0r0,28r-101,0r0,81r95,0r0,28r-95,0r0,92r105,0r0,28r-137,0"},"F":{"d":"21,0r0,-257r133,0r0,28r-101,0r0,81r95,0r0,28r-95,0r0,120r-32,0","w":159,"k":{"\u0133":6,"\u0159":7,"\u0157":7,"\u0155":7,"\u0151":7,"\u014f":7,"\u014d":7,"\u012f":6,"\u0119":9,"\u0117":9,"\u0115":9,"\u0113":9,"\u011b":9,"\u0105":7,"\u0103":7,"\u0101":7,"\u0104":19,"\u0102":19,"\u0100":19,"\u00f5":7,"\u00f2":7,"\u00f6":7,"\u00f4":7,"\u00f3":7,"\u00e8":9,"\u00eb":9,"\u00ea":9,"\u00e9":9,"\u00e3":7,"\u00e5":7,"\u00e0":7,"\u00e4":7,"\u00e2":7,"\u00e1":7,"\u00c3":19,"\u00c5":19,"\u00c0":19,"\u00c4":19,"\u00c2":19,"\u00c1":19,"r":7,"o":7,"i":6,"e":9,"a":7,"A":19,".":40,",":40}},"G":{"d":"176,-186r-33,0v-2,-27,-11,-50,-43,-50v-44,0,-50,48,-50,107v0,59,6,108,50,108v44,0,47,-53,47,-87r-51,0r0,-26r80,0r0,134r-24,0r0,-35v-7,22,-28,40,-56,40v-67,0,-79,-65,-79,-134v0,-65,12,-133,83,-133v73,0,76,63,76,76","w":193},"H":{"d":"172,-257r0,257r-31,0r0,-124r-88,0r0,124r-32,0r0,-257r32,0r0,105r88,0r0,-105r31,0","w":193},"I":{"d":"21,0r0,-257r32,0r0,257r-32,0","w":73},"J":{"d":"132,-257r0,183v0,46,-11,79,-64,79v-51,0,-63,-34,-60,-80r30,0v-1,29,1,55,30,54v29,0,33,-18,33,-54r0,-182r31,0","w":153},"K":{"d":"21,0r0,-257r32,0r0,125r89,-125r35,0r-77,107r84,150r-35,0r-70,-124r-26,37r0,87r-32,0","w":180,"k":{"\u0177":4,"\u0173":7,"\u0171":7,"\u016f":7,"\u016d":7,"\u016b":7,"\u0169":7,"\u0151":7,"\u014f":7,"\u014d":7,"\u00ff":4,"\u00fd":4,"\u00f9":7,"\u00fc":7,"\u00fb":7,"\u00fa":7,"\u00f5":7,"\u00f2":7,"\u00f6":7,"\u00f4":7,"\u00f3":7,"y":4,"u":7,"o":7}},"L":{"d":"21,0r0,-257r32,0r0,229r104,0r0,28r-136,0","w":159,"k":{"\u0177":13,"\u0176":33,"\u0174":27,"\u0162":34,"\u0164":34,"\u00ff":13,"\u00fd":13,"\u0178":33,"\u00dd":33,"y":13,"Y":33,"W":27,"V":27,"T":34}},"M":{"d":"22,0r0,-257r53,0r52,204r52,-204r53,0r0,257r-32,0r-1,-225r-56,225r-32,0r-58,-225r0,225r-31,0","w":253},"N":{"d":"21,0r0,-257r41,0r86,215r0,-215r31,0r0,257r-43,0r-83,-208r0,208r-32,0","w":200},"O":{"d":"100,-236v-44,0,-50,48,-50,107v0,59,6,108,50,108v44,0,50,-49,50,-108v0,-59,-6,-107,-50,-107xm100,-262v71,0,83,68,83,133v0,65,-12,134,-83,134v-71,0,-83,-69,-83,-134v0,-65,12,-133,83,-133","w":200,"k":{"\u0176":9,"\u0178":9,"\u00dd":9,"Y":9,"X":9}},"P":{"d":"53,-231r0,96v46,2,77,1,80,-50v2,-42,-35,-50,-80,-46xm21,0r0,-257r65,0v22,0,80,0,80,74v0,63,-47,80,-113,74r0,109r-32,0","w":173,"k":{"\u0151":6,"\u014f":6,"\u014d":6,"\u0119":6,"\u0117":6,"\u0115":6,"\u0113":6,"\u011b":6,"\u0105":6,"\u0103":6,"\u0101":6,"\u0104":13,"\u0102":13,"\u0100":13,"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00e8":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e3":6,"\u00e5":6,"\u00e0":6,"\u00e4":6,"\u00e2":6,"\u00e1":6,"\u00c3":13,"\u00c5":13,"\u00c0":13,"\u00c4":13,"\u00c2":13,"\u00c1":13,"o":6,"e":6,"a":6,"A":13,".":46,",":46}},"Q":{"d":"123,-27r-24,-22r17,-20r24,22v15,-52,26,-189,-40,-189v-44,0,-50,48,-50,107v0,69,15,127,73,102xm170,15r-26,-23v-11,8,-26,13,-44,13v-71,0,-83,-69,-83,-134v0,-65,12,-133,83,-133v71,0,83,68,83,133v0,37,-4,76,-21,102r26,24","w":200},"R":{"d":"53,-231r0,91v45,-3,78,14,84,-50v4,-40,-41,-44,-84,-41xm21,0r0,-257v71,-1,149,-10,149,64v0,28,-12,57,-40,66v58,-1,23,105,53,127r-39,0v-11,-16,-8,-52,-10,-77v-7,-53,-39,-33,-81,-37r0,114r-32,0","w":186,"k":{"\u0176":6,"\u0174":-7,"\u0172":-7,"\u0170":-7,"\u016e":-7,"\u016c":-7,"\u016a":-7,"\u0168":-7,"\u0162":6,"\u0164":6,"\u0178":6,"\u00dd":6,"\u00d9":-7,"\u00dc":-7,"\u00db":-7,"\u00da":-7,"Y":6,"W":-7,"U":-7,"T":6}},"S":{"d":"162,-190r-32,0v0,-27,-10,-46,-40,-46v-27,0,-42,15,-42,42v0,72,121,29,121,123v0,59,-44,76,-80,76v-60,0,-78,-31,-78,-86r32,0v0,29,2,60,48,60v25,0,45,-18,45,-45v0,-73,-122,-31,-122,-125v0,-24,11,-71,76,-71v49,0,71,24,72,72","w":180},"T":{"d":"99,-229r0,229r-32,0r0,-229r-64,0r0,-28r161,0r0,28r-65,0","k":{"\u0133":6,"\u0177":20,"\u0175":27,"\u0173":27,"\u0171":27,"\u016f":27,"\u016d":27,"\u016b":27,"\u0169":27,"\u0159":27,"\u0157":27,"\u0155":27,"\u0151":27,"\u014f":27,"\u014d":27,"\u012f":6,"\u0119":27,"\u0117":27,"\u0115":27,"\u0113":27,"\u011b":27,"\u0105":27,"\u0103":27,"\u0101":27,"\u0104":20,"\u0102":20,"\u0100":20,"\u00ff":20,"\u00fd":20,"\u00f9":27,"\u00fc":27,"\u00fb":27,"\u00fa":27,"\u00f5":27,"\u00f2":27,"\u00f6":27,"\u00f4":27,"\u00f3":27,"\u00e8":27,"\u00eb":27,"\u00ea":27,"\u00e9":27,"\u00e3":27,"\u00e5":27,"\u00e0":27,"\u00e4":27,"\u00e2":27,"\u00e1":27,"\u00c3":20,"\u00c5":20,"\u00c0":20,"\u00c4":20,"\u00c2":20,"\u00c1":20,"y":20,"w":27,"u":27,"r":27,"o":27,"i":6,"e":27,"a":27,"A":20,";":27,":":27,".":33,"-":20,",":33}},"U":{"d":"18,-76r0,-181r32,0r0,181v0,38,11,55,43,55v33,0,44,-19,44,-55r0,-181r32,0r0,181v0,49,-26,81,-76,81v-52,0,-75,-28,-75,-81","w":186},"V":{"d":"62,0r-63,-257r33,0r52,221r50,-221r33,0r-65,257r-40,0","k":{"\u0173":6,"\u0171":6,"\u016f":6,"\u016d":6,"\u016b":6,"\u0169":6,"\u0151":6,"\u014f":6,"\u014d":6,"\u0119":6,"\u0117":6,"\u0115":6,"\u0113":6,"\u011b":6,"\u0105":6,"\u0103":6,"\u0101":6,"\u0104":13,"\u0102":13,"\u0100":13,"\u00f9":6,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00e8":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e3":6,"\u00e5":6,"\u00e0":6,"\u00e4":6,"\u00e2":6,"\u00e1":6,"\u00c3":13,"\u00c5":13,"\u00c0":13,"\u00c4":13,"\u00c2":13,"\u00c1":13,"u":6,"o":6,"e":6,"a":6,"A":13,";":6,":":6,".":33,"-":6,",":33}},"W":{"d":"54,0r-51,-257r32,0r40,210r36,-210r38,0r37,210r39,-210r32,0r-53,257r-38,0r-36,-208r-37,208r-39,0","w":259,"k":{"\u0151":6,"\u014f":6,"\u014d":6,"\u0119":6,"\u0117":6,"\u0115":6,"\u0113":6,"\u011b":6,"\u0105":6,"\u0103":6,"\u0101":6,"\u0104":6,"\u0102":6,"\u0100":6,"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00e8":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e3":6,"\u00e5":6,"\u00e0":6,"\u00e4":6,"\u00e2":6,"\u00e1":6,"\u00c3":6,"\u00c5":6,"\u00c0":6,"\u00c4":6,"\u00c2":6,"\u00c1":6,"o":6,"e":6,"a":6,"A":6,".":27,"-":6,",":27}},"X":{"d":"69,-131r-63,-126r35,0r47,96r47,-96r33,0r-64,126r68,131r-35,0r-51,-103r-52,103r-33,0","w":173},"Y":{"d":"67,-101r-68,-156r35,0r49,120r51,-120r33,0r-68,156r0,101r-32,0r0,-101","k":{"\u0133":11,"\u0173":22,"\u0171":22,"\u016f":22,"\u016d":22,"\u016b":22,"\u0169":22,"\u0151":27,"\u014f":27,"\u014d":27,"\u012f":11,"\u0119":27,"\u0117":27,"\u0115":27,"\u0113":27,"\u011b":27,"\u0105":27,"\u0103":27,"\u0101":27,"\u0104":20,"\u0102":20,"\u0100":20,"\u00f9":22,"\u00fc":22,"\u00fb":22,"\u00fa":22,"\u00f5":27,"\u00f2":27,"\u00f6":27,"\u00f4":27,"\u00f3":27,"\u00e8":27,"\u00eb":27,"\u00ea":27,"\u00e9":27,"\u00e3":27,"\u00e5":27,"\u00e0":27,"\u00e4":27,"\u00e2":27,"\u00e1":27,"\u00c3":20,"\u00c5":20,"\u00c0":20,"\u00c4":20,"\u00c2":20,"\u00c1":20,"u":22,"o":27,"i":11,"e":27,"a":27,"A":20,";":13,":":13,".":40,"-":27,",":40}},"Z":{"d":"8,0r0,-27r116,-202r-109,0r0,-28r142,0r0,29r-116,200r117,0r0,28r-150,0"},"[":{"d":"28,66r0,-323r65,0r0,24r-37,0r0,275r37,0r0,24r-65,0","w":93},"\\":{"d":"80,5r-84,-267r24,0r84,267r-24,0","w":100},"]":{"d":"65,-257r0,323r-64,0r0,-24r36,0r0,-275r-36,0r0,-24r64,0","w":93},"^":{"d":"17,-94r82,-156r18,0r82,156r-24,0r-67,-130r-67,130r-24,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"108,-105v-21,20,-68,11,-66,53v0,20,6,33,27,33v40,0,42,-43,39,-86xm45,-136v-7,3,-21,0,-30,1v0,-44,19,-63,65,-63v59,0,59,35,59,55r0,108v-3,11,7,20,16,14r0,21v-20,3,-42,7,-46,-23v-23,46,-99,33,-99,-28v0,-46,41,-57,77,-66v39,-10,25,-57,-9,-57v-33,0,-33,31,-33,38","w":159,"k":{"\u0175":-4,"\u0163":-4,"\u0123":-4,"\u0121":-4,"\u011f":-4,"\u011d":-4,"w":-4,"v":-4,"t":-4,"p":-4,"g":-4}},"b":{"d":"20,0r0,-257r30,0r1,86v7,-17,24,-27,44,-27v52,0,59,62,59,102v0,54,-18,101,-63,101v-21,0,-38,-15,-42,-29r0,24r-29,0xm48,-96v0,39,6,75,39,75v28,0,35,-31,35,-75v0,-46,-7,-76,-35,-76v-33,0,-39,39,-39,76"},"c":{"d":"142,-134r-30,0v0,-19,-8,-40,-31,-40v-19,0,-38,9,-38,80v0,25,1,75,37,75v26,0,32,-27,32,-48r30,0v0,30,-16,72,-64,72v-48,0,-66,-32,-66,-99v0,-48,9,-104,68,-104v53,0,62,42,62,64","w":153,"k":{"\u0140":7,"\u0177":7,"\u013c":7,"\u013e":7,"\u013a":7,"\u00ff":7,"\u00fd":7,"y":7,"l":7}},"d":{"d":"147,-257r0,257r-29,0v-1,-7,2,-18,-1,-24v-4,14,-20,29,-41,29v-46,0,-63,-41,-63,-101v0,-40,5,-102,60,-102v18,-1,35,12,44,27r0,-86r30,0xm44,-96v0,46,8,75,36,75v33,0,38,-31,38,-75v0,-37,-5,-76,-38,-76v-28,0,-36,30,-36,76","k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"e":{"d":"147,-93r-102,0v0,30,0,74,37,74v29,0,33,-29,33,-44r30,0v0,21,-12,68,-65,68v-48,0,-67,-32,-67,-99v0,-48,10,-104,69,-104v64,0,65,55,65,105xm46,-117r69,0v1,-28,-3,-57,-34,-57v-35,0,-35,38,-35,57","w":159},"f":{"d":"29,0r0,-169r-28,0r0,-24r28,0v-5,-49,12,-74,64,-67r0,26v-18,-1,-34,-1,-34,18r0,23r33,0r0,24r-33,0r0,169r-30,0","w":93},"g":{"d":"147,-193r0,181v0,58,-27,78,-66,78v-12,0,-58,0,-63,-48r30,0v1,18,15,24,31,24v50,0,38,-36,37,-68v-7,16,-25,26,-44,26v-56,0,-59,-70,-59,-96v0,-52,14,-102,63,-102v22,-1,36,17,42,30r0,-25r29,0xm80,-172v-28,0,-36,30,-36,76v0,31,5,70,35,70v33,0,39,-30,39,-70v0,-37,-5,-76,-38,-76","k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"h":{"d":"20,0r0,-257r30,0r1,86v8,-16,29,-27,46,-27v50,0,50,38,50,61r0,137r-30,0r0,-133v0,-15,-2,-39,-29,-39v-16,0,-38,11,-38,39r0,133r-30,0"},"i":{"d":"22,-222r0,-35r30,0r0,35r-30,0xm22,0r0,-193r30,0r0,193r-30,0","w":73},"j":{"d":"52,-257r0,35r-30,0r0,-35r30,0xm52,-193r0,212v2,37,-22,51,-60,46r0,-26v23,5,30,-7,30,-31r0,-201r30,0","w":73},"k":{"d":"95,-120r69,120r-35,0r-54,-95r-25,30r0,65r-30,0r0,-257r30,0r1,153r67,-89r36,0","w":159},"l":{"d":"22,0r0,-257r30,0r0,257r-30,0","w":73,"k":{"\u0175":-4,"w":-4}},"m":{"d":"23,0r0,-193r28,0v1,7,-2,18,1,23v15,-35,81,-41,89,3v9,-17,25,-31,45,-31v51,0,51,38,51,61r0,137r-30,0r0,-133v0,-15,-1,-39,-26,-39v-14,0,-36,9,-36,39r0,133r-30,0r0,-133v0,-15,-1,-39,-26,-39v-14,0,-36,9,-36,39r0,133r-30,0","w":259},"n":{"d":"20,0r0,-193r29,0r0,23v8,-18,28,-28,47,-28v51,0,51,38,51,61r0,137r-30,0r0,-133v0,-15,-2,-39,-29,-39v-16,0,-38,11,-38,39r0,133r-30,0","k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"o":{"d":"10,-96v0,-54,14,-102,70,-102v56,0,69,48,69,102v0,54,-14,101,-69,101v-56,0,-70,-47,-70,-101xm79,-19v32,0,39,-35,39,-77v0,-42,-6,-78,-39,-78v-31,0,-37,36,-37,78v0,42,6,77,37,77","w":159,"k":{"\u0177":-4,"\u0175":-4,"\u00ff":-4,"\u00fd":-4,"y":-4,"w":-4}},"p":{"d":"20,63r0,-256r29,0r0,24v4,-14,21,-29,42,-29v46,0,63,40,63,98v0,44,-13,105,-63,105v-18,1,-32,-12,-41,-27r0,85r-30,0xm48,-96v0,37,6,75,39,75v28,0,35,-29,35,-79v0,-42,-7,-72,-35,-72v-33,0,-39,32,-39,76"},"q":{"d":"118,-96v0,-44,-5,-76,-38,-76v-28,0,-36,30,-36,72v0,50,8,79,36,79v33,0,38,-38,38,-75xm117,63r-1,-85v-7,17,-23,27,-40,27v-50,0,-63,-52,-63,-105v0,-58,17,-98,63,-98v22,-1,36,17,42,29r0,-24r29,0r0,256r-30,0"},"r":{"d":"20,0r0,-193r30,0v1,9,-2,22,1,29v10,-22,27,-40,55,-32r0,30v-26,-7,-56,5,-56,44r0,122r-30,0","w":106,"k":{"\u0177":-6,"\u00ff":-6,"\u00fd":-6,"y":-6,"v":-6,".":27,"-":13,",":27}},"s":{"d":"107,-51v0,-56,-94,-21,-94,-94v0,-36,28,-53,61,-53v56,0,59,39,59,62r-30,0v0,-24,-7,-38,-29,-38v-10,0,-31,2,-31,29v0,50,95,20,95,90v0,40,-27,60,-63,60v-66,0,-66,-48,-66,-68r30,0v0,23,6,44,36,44v10,0,32,-5,32,-32","w":146,"k":{"\u0175":-4,"w":-4}},"t":{"d":"29,-193r0,-56r30,0r0,56r34,0r0,24r-34,0r0,124v-4,21,16,23,33,20r0,25v-29,6,-72,-1,-63,-36r0,-133r-28,0r0,-24r28,0","w":93},"u":{"d":"147,-193r0,193r-29,0v-1,-7,2,-18,-1,-23v-8,18,-27,28,-46,28v-51,0,-51,-38,-51,-61r0,-137r30,0r0,133v0,15,1,39,28,39v16,0,39,-11,39,-39r0,-133r30,0"},"v":{"d":"56,0r-52,-193r33,0r36,155r36,-155r34,0r-53,193r-34,0","w":146,"k":{".":20,",":20}},"w":{"d":"49,0r-45,-193r31,0r32,158r33,-158r35,0r33,158r30,-158r32,0r-46,193r-33,0r-35,-158r-32,158r-35,0","w":233,"k":{".":13,",":13}},"x":{"d":"55,-100r-49,-93r33,0r35,69r35,-69r33,0r-50,93r52,100r-33,0r-39,-76r-37,76r-33,0","w":146},"y":{"d":"60,4r-56,-197r33,0r39,155r33,-155r34,0r-56,206v-5,35,-30,57,-74,49r0,-23v28,7,45,-11,47,-35","w":146,"k":{"\u0105":-4,"\u0103":-4,"\u0101":-4,"\u00e3":-4,"\u00e5":-4,"\u00e0":-4,"\u00e4":-4,"\u00e2":-4,"\u00e1":-4,"a":-4,".":20,",":20}},"z":{"d":"14,-167r0,-26r116,0r0,25r-86,142r86,0r0,26r-120,0r0,-24r87,-143r-83,0","w":140},"{":{"d":"1,-85r0,-21v36,1,26,-66,27,-104v2,-48,25,-48,65,-47r0,24v-53,-11,-37,46,-37,91v0,37,-25,43,-32,47v8,1,32,11,32,46r0,62v-4,22,12,33,37,29r0,24v-40,1,-63,1,-65,-47v-1,-39,9,-105,-27,-104","w":93},"|":{"d":"28,5r0,-267r24,0r0,267r-24,0","w":79},"}":{"d":"93,-106r0,21v-36,-1,-27,65,-28,104v-2,48,-25,48,-64,47r0,-24v52,10,36,-47,36,-91v0,-37,25,-43,32,-47v-8,-1,-32,-11,-32,-46r0,-62v4,-21,-11,-33,-36,-29r0,-24v39,-1,62,-1,64,47v1,39,-8,105,28,104","w":93},"~":{"d":"147,-66v-25,5,-54,-26,-76,-27v-17,0,-30,17,-36,26r-15,-16v10,-15,26,-34,49,-34v25,0,53,27,76,28v17,0,30,-18,36,-27r15,17v-11,15,-25,33,-49,33","w":216},"\u00a1":{"d":"63,-194r0,35r-33,0r0,-35r33,0xm57,-127r6,190r-33,0r6,-190r21,0","w":92},"\u00a2":{"d":"82,36r0,-31v-43,-3,-61,-35,-61,-99v0,-46,9,-99,61,-104r0,-25r15,0r0,25v46,3,55,42,55,64r-31,0v0,-17,-6,-37,-24,-40r0,155v20,-5,24,-28,24,-48r31,0v0,30,-14,68,-55,72r0,31r-15,0xm82,-19r0,-155v-15,4,-29,20,-29,80v0,24,1,69,29,75","w":172},"\u00a3":{"d":"37,-24v40,-23,79,20,116,-13r13,24v-15,10,-32,18,-50,18v-35,0,-65,-27,-95,-3r-14,-23v28,-20,58,-55,37,-95r-34,0r0,-22r25,0v-8,-14,-18,-34,-18,-52v0,-41,33,-65,73,-65v42,0,71,23,71,73r-30,0v0,-27,-11,-49,-41,-49v-61,0,-42,58,-21,93r59,0r0,22r-51,0v19,40,-12,70,-40,92","w":172},"\u00a5":{"d":"72,0r0,-55r-53,0r0,-22r53,0v0,-11,1,-23,-4,-29r-49,0r0,-22r40,0r-56,-122r35,0r49,117r51,-117r32,0r-54,122r39,0r0,22r-49,0v-5,6,-4,18,-4,29r53,0r0,22r-53,0r0,55r-30,0","w":172},"\u00a7":{"d":"41,-119v0,33,50,41,71,61v7,-4,20,-16,20,-35v0,-33,-45,-44,-67,-61v-10,8,-24,17,-24,35xm149,-208r-32,0v0,-20,-15,-30,-32,-30v-21,0,-30,15,-30,27v14,52,108,49,108,113v0,23,-15,41,-32,53v44,32,13,100,-42,100v-54,0,-66,-38,-66,-62r30,0v0,22,12,39,36,39v52,0,31,-56,1,-69v-28,-21,-79,-36,-79,-78v0,-26,15,-38,35,-51v-14,-9,-23,-27,-23,-44v0,-35,31,-52,62,-52v59,0,62,40,64,54","w":173},"\u00a4":{"d":"6,-60r17,-17v-21,-25,-21,-70,0,-95r-17,-17r16,-16r17,17v26,-22,69,-20,95,0r17,-17r15,16r-17,17v23,26,21,69,0,95r17,17r-15,15r-17,-17v-25,21,-70,21,-95,0r-17,17xm33,-125v0,31,23,56,53,56v30,0,54,-25,54,-56v0,-31,-24,-55,-54,-55v-30,0,-53,24,-53,55","w":172},"'":{"d":"31,-166r0,-91r24,0r0,91r-24,0","w":86},"\u00ab":{"d":"18,-88r0,-28r51,-52r0,32r-34,34r34,34r0,31xm71,-88r0,-28r51,-52r0,32r-33,34r33,34r0,31","w":140},"\u00b7":{"d":"23,-118v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":86},"\u00b6":{"d":"148,50r0,-288r-36,0r0,288r-24,0r0,-166v-44,0,-75,-30,-75,-67v-2,-75,80,-79,159,-74r0,307r-24,0","w":200},"\u00bb":{"d":"69,-116r0,28r-51,51r0,-31r33,-34r-33,-34r0,-32xm122,-116r0,28r-51,51r0,-31r34,-34r-34,-34r0,-32","w":140},"\u00bf":{"d":"100,-194r0,35r-33,0r0,-35r33,0xm98,-127v8,63,-53,73,-54,127v0,21,12,40,35,40v35,0,38,-34,38,-52r30,0v0,42,-21,78,-67,78v-43,0,-67,-28,-67,-67v0,-55,62,-69,57,-126r28,0","w":159},"`":{"d":"-6,-270r36,0r25,51r-22,0","w":73},"\u00b4":{"d":"19,-219r25,-51r35,0r-39,51r-21,0","w":73},"\u00af":{"d":"-11,-235r0,-20r95,0r0,20r-95,0","w":73},"\u00a8":{"d":"52,-227r0,-36r28,0r0,36r-28,0xm-6,-227r0,-36r28,0r0,36r-28,0","w":73},"\u00b8":{"d":"0,68r5,-12v9,4,48,7,43,-10v0,-21,-33,-4,-37,-17v12,-10,11,-33,37,-29v-4,7,-14,14,-14,20v19,-3,39,0,40,25v1,31,-50,38,-74,23","w":73},"\u00c6":{"d":"-3,0r99,-257r151,0r0,28r-96,0r0,81r90,0r0,28r-90,0r0,92r100,0r0,28r-131,0r0,-71r-63,0r-27,71r-33,0xm116,-231r-50,135r54,0r0,-135r-4,0","w":259},"\u00aa":{"d":"69,-197v-13,13,-42,5,-42,30v0,10,3,18,16,18v25,-1,28,-21,26,-48xm52,-255v65,0,29,51,38,98v-2,8,5,12,11,9r0,15v-12,2,-34,3,-32,-16v-13,27,-71,20,-66,-17v-3,-28,28,-35,52,-40v24,-5,16,-34,-6,-32v-22,1,-21,16,-21,23r-22,0v0,-28,13,-40,46,-40","w":104},"\u0141":{"d":"-3,-71r0,-26r24,-17r0,-143r32,0r0,121r69,-50r0,25r-69,50r0,83r104,0r0,28r-136,0r0,-88","w":159},"\u00d8":{"d":"32,9r12,-29v-22,-26,-27,-69,-27,-109v0,-65,12,-133,83,-133v17,0,30,3,40,10r9,-21r19,8r-11,27v21,26,26,68,26,109v0,65,-12,134,-83,134v-15,0,-29,-3,-40,-10r-9,22xm142,-202r-70,170v7,7,16,11,28,11v64,4,54,-127,42,-181xm58,-55r71,-170v-7,-7,-17,-11,-29,-11v-64,-4,-54,126,-42,181","w":200},"\u0152":{"d":"100,-21v70,0,48,-84,48,-146v0,-36,-1,-69,-48,-69v-45,0,-51,48,-51,107v0,59,6,108,51,108xm180,-120r0,92r98,0r0,28r-129,0v-1,-7,2,-18,-1,-23v-7,17,-26,28,-48,28v-71,0,-83,-65,-83,-134v0,-65,12,-133,83,-133v19,0,41,9,50,25r0,-20r124,0r0,28r-94,0r0,81r88,0r0,28r-88,0","w":286},"\u00ba":{"d":"51,-149v33,-1,33,-88,0,-89v-31,1,-29,88,0,89xm51,-255v38,0,47,29,47,61v0,33,-10,62,-47,62v-37,0,-45,-29,-45,-62v0,-32,8,-61,45,-61","w":104},"\u00e6":{"d":"104,-100v-17,15,-63,7,-63,48v0,18,8,33,27,33v50,-10,33,-41,36,-81xm199,-63r30,0v0,21,-12,68,-61,68v-42,0,-48,-29,-52,-35v-10,21,-25,35,-54,35v-62,0,-71,-98,-16,-109v22,-11,58,-4,58,-42v0,-18,-8,-28,-28,-28v-31,1,-31,30,-31,39r-31,0v0,-44,20,-63,64,-63v27,-1,41,13,47,27v7,-16,27,-27,45,-27v59,2,62,56,61,105r-99,0v0,30,1,74,34,74v29,0,33,-29,33,-44xm134,-117r65,0v1,-28,-4,-57,-32,-57v-33,0,-33,38,-33,57","w":240},"\u0131":{"d":"22,0r0,-193r30,0r0,193r-30,0","w":73},"\u0142":{"d":"22,0r0,-99r-22,23r0,-28r22,-23r0,-130r30,0r0,98r21,-23r0,28r-21,23r0,131r-30,0","w":73},"\u00f8":{"d":"23,14r12,-27v-50,-53,-30,-224,75,-179r10,-21r17,7r-11,26v47,57,28,223,-76,179r-10,22xm48,-45r52,-122v-40,-24,-58,19,-58,71v0,19,1,37,6,51xm112,-147r-52,121v38,24,58,-19,58,-70v0,-18,-1,-37,-6,-51","w":159},"\u0153":{"d":"182,-174v-33,0,-33,38,-33,57r65,0v1,-28,-4,-57,-32,-57xm120,-96v0,-39,-6,-78,-38,-78v-30,0,-36,39,-36,78v0,39,6,77,36,77v32,0,38,-38,38,-77xm185,-198v59,2,62,56,61,105r-98,0v0,30,0,74,33,74v29,0,33,-29,33,-44r30,0v0,21,-11,68,-60,68v-41,0,-51,-30,-52,-33v-9,21,-27,33,-50,33v-54,0,-68,-49,-68,-101v0,-52,14,-102,68,-102v27,0,41,10,53,33v9,-20,28,-33,50,-33","w":259},"\u00df":{"d":"17,0r0,-184v0,-45,14,-76,64,-76v65,0,87,97,24,112v34,0,51,31,51,67v1,46,-25,89,-85,81r0,-26v41,8,55,-26,54,-55v-1,-39,-18,-60,-53,-53r0,-24v24,2,40,-10,41,-38v0,-18,-6,-40,-32,-40v-31,0,-33,24,-33,47r0,189r-31,0"},"\u00b9":{"d":"46,-101r0,-112r-34,0r0,-18v21,0,39,-2,40,-24r18,0r0,154r-24,0","w":112},"\u00ac":{"d":"175,-38r0,-78r-158,0r0,-24r182,0r0,102r-24,0","w":216},"\u00b5":{"d":"147,-193r0,193r-29,0v-1,-7,2,-18,-1,-23v-10,24,-42,36,-67,23r0,63r-30,0r0,-256r30,0r0,133v0,15,1,39,28,39v16,0,39,-11,39,-39r0,-133r30,0"},"\u00d0":{"d":"56,-26r33,0v55,0,61,-56,61,-102v0,-50,-3,-103,-61,-103r-33,0r0,85r48,0r0,24r-48,0r0,96xm24,0r0,-122r-21,0r0,-24r21,0r0,-111r69,0v80,0,90,57,90,128v0,65,-16,129,-87,129r-72,0","w":200},"\u00bd":{"d":"245,0r-94,0v-3,-57,72,-63,72,-111v0,-13,-7,-21,-24,-21v-21,0,-22,18,-22,27r-26,0v0,-28,13,-49,50,-49v58,0,61,70,19,92v-13,11,-35,25,-40,40r65,0r0,22xm11,-213r0,-18v21,0,39,-2,40,-24r18,0r0,154r-24,0r0,-112r-34,0xm27,11r156,-272r21,0r-156,272r-21,0","w":259},"\u00b1":{"d":"17,0r0,-24r182,0r0,24r-182,0xm17,-106r0,-24r79,0r0,-52r24,0r0,52r79,0r0,24r-79,0r0,52r-24,0r0,-52r-79,0","w":216},"\u00de":{"d":"53,-181r0,97v46,2,77,1,80,-50v2,-42,-35,-51,-80,-47xm21,0r0,-257r32,0r0,50r33,0v22,0,80,0,80,74v0,63,-47,81,-113,75r0,58r-32,0","w":173},"\u00bc":{"d":"12,-213r0,-18v21,0,39,-2,40,-24r18,0r0,154r-24,0r0,-112r-34,0xm33,11r157,-272r21,0r-156,272r-22,0xm144,-57r58,-97r26,0r0,99r16,0r0,19r-16,0r0,36r-24,0r0,-36r-60,0r0,-21xm163,-55r41,0v-1,-22,2,-47,-1,-67","w":259},"\u00f7":{"d":"88,-15v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20xm88,-167v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20xm17,-79r0,-24r182,0r0,24r-182,0","w":216},"\u00a6":{"d":"28,-156r0,-106r24,0r0,106r-24,0xm28,5r0,-106r24,0r0,106r-24,0","w":79},"\u00b0":{"d":"38,-201v0,19,15,34,34,34v19,0,34,-15,34,-34v0,-19,-15,-34,-34,-34v-19,0,-34,15,-34,34xm18,-201v0,-31,23,-54,54,-54v31,0,54,23,54,54v0,31,-23,53,-54,53v-31,0,-54,-22,-54,-53","w":144},"\u00fe":{"d":"20,63r0,-320r30,0r1,86v5,-16,24,-27,40,-27v46,0,63,40,63,98v0,44,-13,105,-63,105v-18,1,-32,-12,-41,-27r0,85r-30,0xm48,-96v0,37,6,75,39,75v28,0,35,-29,35,-79v0,-42,-7,-72,-35,-72v-33,0,-39,32,-39,76"},"\u00be":{"d":"43,-171r0,-19v35,9,50,-45,15,-45v-20,0,-22,16,-22,24r-26,0v0,-26,13,-44,49,-44v59,2,58,63,14,73v18,6,35,13,35,37v0,28,-16,47,-49,47v-49,0,-52,-34,-52,-45r26,0v0,11,7,25,25,25v10,0,24,-5,24,-26v1,-19,-15,-29,-39,-27xm52,11r156,-272r22,0r-156,272r-22,0xm152,-57r58,-97r25,0r0,99r17,0r0,19r-17,0r0,36r-23,0r0,-36r-60,0r0,-21xm171,-55r41,0v-1,-22,2,-47,-1,-67","w":259},"\u00b2":{"d":"102,-101r-94,0v-2,-56,71,-63,71,-111v0,-13,-7,-21,-24,-21v-21,0,-22,18,-22,27r-26,0v0,-28,13,-49,50,-49v58,0,61,70,19,92v-13,11,-35,26,-39,41r65,0r0,21","w":112},"\u00ae":{"d":"144,-17v61,0,110,-50,110,-112v0,-62,-49,-111,-110,-111v-61,0,-110,49,-110,111v0,62,49,112,110,112xm10,-129v0,-74,60,-133,134,-133v74,0,134,59,134,133v0,74,-60,134,-134,134v-74,0,-134,-60,-134,-134xm114,-137v29,-2,68,8,67,-24v-1,-32,-38,-21,-67,-23r0,47xm91,-50r0,-156v52,0,113,-8,113,46v0,28,-18,40,-42,43r45,67r-24,0r-43,-65r-26,0r0,65r-23,0","w":288},"\u00f0":{"d":"43,-214r-13,-15r25,-15v-8,-8,-18,-16,-28,-24r23,-10v10,8,18,15,26,22r27,-15r14,15r-26,14v36,36,58,79,58,146v0,54,-14,101,-69,101v-56,0,-70,-47,-70,-101v0,-60,31,-114,92,-91v-10,-15,-20,-29,-33,-42xm79,-169v-31,0,-37,38,-37,73v0,42,6,77,37,77v32,0,39,-35,39,-77v0,-35,-6,-73,-39,-73","w":159},"\u00d7":{"d":"173,-11r-65,-65r-65,65r-15,-15r65,-65r-65,-65r15,-15r65,64r65,-64r15,15r-65,65r65,65","w":216},"\u00b3":{"d":"42,-171r0,-19v21,2,34,-8,34,-25v0,-11,-6,-20,-19,-20v-20,0,-23,16,-23,24r-26,0v0,-26,13,-44,49,-44v59,1,59,63,15,73v18,6,35,13,35,37v0,28,-16,47,-49,47v-49,0,-52,-34,-52,-45r26,0v0,11,7,25,25,25v10,0,24,-5,24,-26v1,-19,-15,-29,-39,-27","w":112},"\u00a9":{"d":"144,-17v61,0,110,-50,110,-112v0,-62,-49,-111,-110,-111v-61,0,-110,49,-110,111v0,62,49,112,110,112xm10,-129v0,-74,60,-133,134,-133v74,0,134,59,134,133v0,74,-60,134,-134,134v-74,0,-134,-60,-134,-134xm195,-100r22,0v-5,36,-35,55,-71,55v-49,0,-79,-33,-79,-82v0,-92,137,-115,150,-27r-22,0v-19,-63,-104,-33,-104,27v0,33,21,61,55,61v27,0,45,-15,49,-34","w":288},"\u00c1":{"d":"92,-221v-15,39,-23,84,-36,125r69,0xm-3,0r74,-257r43,0r69,257r-33,0r-19,-71r-82,0r-19,71r-33,0xm72,-278r25,-51r35,0r-38,51r-22,0","w":180,"k":{"\u0176":20,"\u0174":7,"\u0162":20,"\u0164":20,"\u0178":20,"\u00dd":20,"p":-4,"Y":20,"W":7,"V":7,"T":20,"Q":-4}},"\u00c2":{"d":"92,-221v-15,39,-23,84,-36,125r69,0xm-3,0r74,-257r43,0r69,257r-33,0r-19,-71r-82,0r-19,71r-33,0xm42,-278r37,-51r28,0r36,51r-29,0r-21,-32r-22,32r-29,0","w":180,"k":{"\u0176":20,"\u0174":7,"\u0162":20,"\u0164":20,"\u0178":20,"\u00dd":20,"p":-4,"Y":20,"W":7,"V":7,"T":20,"Q":-4}},"\u00c4":{"d":"92,-221v-15,39,-23,84,-36,125r69,0xm-3,0r74,-257r43,0r69,257r-33,0r-19,-71r-82,0r-19,71r-33,0xm107,-286r0,-36r28,0r0,36r-28,0xm49,-286r0,-36r28,0r0,36r-28,0","w":180,"k":{"\u0176":20,"\u0174":7,"\u0162":20,"\u0164":20,"\u0178":20,"\u00dd":20,"p":-4,"Y":20,"W":7,"V":7,"T":20,"Q":-4}},"\u00c0":{"d":"92,-221v-15,39,-23,84,-36,125r69,0xm-3,0r74,-257r43,0r69,257r-33,0r-19,-71r-82,0r-19,71r-33,0xm52,-329r35,0r26,51r-22,0","w":180,"k":{"\u0176":20,"\u0174":7,"\u0162":20,"\u0164":20,"\u0178":20,"\u00dd":20,"p":-4,"Y":20,"W":7,"V":7,"T":20,"Q":-4}},"\u00c5":{"d":"92,-221v-15,39,-23,84,-36,125r69,0xm-3,0r74,-257r43,0r69,257r-33,0r-19,-71r-82,0r-19,71r-33,0xm72,-304v0,11,10,21,21,21v11,0,20,-10,20,-21v0,-11,-9,-20,-20,-20v-11,0,-21,9,-21,20xm57,-304v0,-20,16,-35,36,-35v20,0,35,15,35,35v0,20,-15,36,-35,36v-20,0,-36,-16,-36,-36","w":180,"k":{"\u0176":20,"\u0174":7,"\u0162":20,"\u0164":20,"\u0178":20,"\u00dd":20,"p":-4,"Y":20,"W":7,"V":7,"T":20,"Q":-4}},"\u00c3":{"d":"92,-221v-15,39,-23,84,-36,125r69,0xm-3,0r74,-257r43,0r69,257r-33,0r-19,-71r-82,0r-19,71r-33,0xm73,-323v0,0,50,30,53,-2r20,0v0,18,-10,40,-31,40v-23,0,-51,-29,-56,2r-19,0v0,-21,14,-40,33,-40","w":180,"k":{"\u0176":20,"\u0174":7,"\u0162":20,"\u0164":20,"\u0178":20,"\u00dd":20,"p":-4,"Y":20,"W":7,"V":7,"T":20,"Q":-4}},"\u00c7":{"d":"178,-88v-2,48,-23,91,-76,93v-2,5,-10,10,-9,15v19,-3,38,0,39,25v1,31,-50,38,-74,23r5,-12v9,4,48,7,43,-10v0,-21,-33,-4,-37,-17r18,-25v-62,-6,-69,-72,-70,-133v0,-65,12,-133,83,-133v52,0,75,30,76,80r-33,0v-1,-29,-10,-54,-43,-54v-44,0,-50,48,-50,107v0,59,6,108,50,108v39,0,44,-36,45,-67r33,0","w":186},"\u00c9":{"d":"21,0r0,-257r133,0r0,28r-101,0r0,81r95,0r0,28r-95,0r0,92r105,0r0,28r-137,0xm78,-278r25,-51r36,0r-39,51r-22,0"},"\u00ca":{"d":"21,0r0,-257r133,0r0,28r-101,0r0,81r95,0r0,28r-95,0r0,92r105,0r0,28r-137,0xm38,-278r36,-51r28,0r36,51r-28,0r-22,-32r-22,32r-28,0"},"\u00cb":{"d":"21,0r0,-257r133,0r0,28r-101,0r0,81r95,0r0,28r-95,0r0,92r105,0r0,28r-137,0xm104,-286r0,-36r28,0r0,36r-28,0xm46,-286r0,-36r28,0r0,36r-28,0"},"\u00c8":{"d":"21,0r0,-257r133,0r0,28r-101,0r0,81r95,0r0,28r-95,0r0,92r105,0r0,28r-137,0xm49,-329r36,0r25,51r-22,0"},"\u00cd":{"d":"21,0r0,-257r32,0r0,257r-32,0xm21,-278r25,-51r36,0r-39,51r-22,0","w":73},"\u00ce":{"d":"21,0r0,-257r32,0r0,257r-32,0xm-14,-278r37,-51r27,0r36,51r-28,0r-22,-32r-22,32r-28,0","w":73},"\u00cf":{"d":"21,0r0,-257r32,0r0,257r-32,0xm51,-286r0,-36r29,0r0,36r-29,0xm-7,-286r0,-36r28,0r0,36r-28,0","w":73},"\u00cc":{"d":"21,0r0,-257r32,0r0,257r-32,0xm-8,-329r35,0r25,51r-21,0","w":73},"\u00d1":{"d":"21,0r0,-257r41,0r86,215r0,-215r31,0r0,257r-43,0r-83,-208r0,208r-32,0xm80,-323v18,0,49,30,53,-2r19,0v0,18,-10,40,-31,40v-23,0,-50,-28,-55,2r-20,0v0,-21,15,-40,34,-40","w":200},"\u00d3":{"d":"100,-236v-44,0,-50,48,-50,107v0,59,6,108,50,108v44,0,50,-49,50,-108v0,-59,-6,-107,-50,-107xm100,-262v71,0,83,68,83,133v0,65,-12,134,-83,134v-71,0,-83,-69,-83,-134v0,-65,12,-133,83,-133xm86,-278r25,-51r35,0r-39,51r-21,0","w":200,"k":{"\u0176":9,"\u0178":9,"\u00dd":9,"Y":9,"X":9}},"\u00d4":{"d":"100,-236v-44,0,-50,48,-50,107v0,59,6,108,50,108v44,0,50,-49,50,-108v0,-59,-6,-107,-50,-107xm100,-262v71,0,83,68,83,133v0,65,-12,134,-83,134v-71,0,-83,-69,-83,-134v0,-65,12,-133,83,-133xm50,-278r36,-51r28,0r36,51r-28,0r-22,-32r-22,32r-28,0","w":200,"k":{"\u0176":9,"\u0178":9,"\u00dd":9,"Y":9,"X":9}},"\u00d6":{"d":"100,-236v-44,0,-50,48,-50,107v0,59,6,108,50,108v44,0,50,-49,50,-108v0,-59,-6,-107,-50,-107xm100,-262v71,0,83,68,83,133v0,65,-12,134,-83,134v-71,0,-83,-69,-83,-134v0,-65,12,-133,83,-133xm116,-286r0,-36r28,0r0,36r-28,0xm57,-286r0,-36r28,0r0,36r-28,0","w":200,"k":{"\u0176":9,"\u0178":9,"\u00dd":9,"Y":9,"X":9}},"\u00d2":{"d":"100,-236v-44,0,-50,48,-50,107v0,59,6,108,50,108v44,0,50,-49,50,-108v0,-59,-6,-107,-50,-107xm100,-262v71,0,83,68,83,133v0,65,-12,134,-83,134v-71,0,-83,-69,-83,-134v0,-65,12,-133,83,-133xm54,-329r36,0r25,51r-22,0","w":200,"k":{"\u0176":9,"\u0178":9,"\u00dd":9,"Y":9,"X":9}},"\u00d5":{"d":"100,-236v-44,0,-50,48,-50,107v0,59,6,108,50,108v44,0,50,-49,50,-108v0,-59,-6,-107,-50,-107xm100,-262v71,0,83,68,83,133v0,65,-12,134,-83,134v-71,0,-83,-69,-83,-134v0,-65,12,-133,83,-133xm80,-323v18,0,49,30,53,-2r19,0v0,18,-10,40,-31,40v-23,0,-50,-28,-55,2r-20,0v0,-21,15,-40,34,-40","w":200,"k":{"\u0176":9,"\u0178":9,"\u00dd":9,"Y":9,"X":9}},"\u0160":{"d":"162,-190r-32,0v0,-27,-10,-46,-40,-46v-27,0,-42,15,-42,42v0,72,121,29,121,123v0,59,-44,76,-80,76v-60,0,-78,-31,-78,-86r32,0v0,29,2,60,48,60v25,0,45,-18,45,-45v0,-73,-122,-31,-122,-125v0,-24,11,-71,76,-71v49,0,71,24,72,72xm141,-329r-36,51r-28,0r-36,-51r28,0r22,31r22,-31r28,0","w":180},"\u00da":{"d":"18,-76r0,-181r32,0r0,181v0,38,11,55,43,55v33,0,44,-19,44,-55r0,-181r32,0r0,181v0,49,-26,81,-76,81v-52,0,-75,-28,-75,-81xm80,-278r25,-51r36,0r-39,51r-22,0","w":186},"\u00db":{"d":"18,-76r0,-181r32,0r0,181v0,38,11,55,43,55v33,0,44,-19,44,-55r0,-181r32,0r0,181v0,49,-26,81,-76,81v-52,0,-75,-28,-75,-81xm44,-278r36,-51r28,0r36,51r-28,0r-22,-32r-22,32r-28,0","w":186},"\u00dc":{"d":"18,-76r0,-181r32,0r0,181v0,38,11,55,43,55v33,0,44,-19,44,-55r0,-181r32,0r0,181v0,49,-26,81,-76,81v-52,0,-75,-28,-75,-81xm108,-286r0,-36r28,0r0,36r-28,0xm50,-286r0,-36r28,0r0,36r-28,0","w":186},"\u00d9":{"d":"18,-76r0,-181r32,0r0,181v0,38,11,55,43,55v33,0,44,-19,44,-55r0,-181r32,0r0,181v0,49,-26,81,-76,81v-52,0,-75,-28,-75,-81xm47,-329r35,0r26,51r-22,0","w":186},"\u00dd":{"d":"67,-101r-68,-156r35,0r49,120r51,-120r33,0r-68,156r0,101r-32,0r0,-101xm71,-278r25,-51r35,0r-39,51r-21,0","k":{"\u0133":11,"\u0173":22,"\u0171":22,"\u016f":22,"\u016d":22,"\u016b":22,"\u0169":22,"\u0151":27,"\u014f":27,"\u014d":27,"\u012f":11,"\u0119":27,"\u0117":27,"\u0115":27,"\u0113":27,"\u011b":27,"\u0105":27,"\u0103":27,"\u0101":27,"\u0104":20,"\u0102":20,"\u0100":20,"\u00f9":22,"\u00fc":22,"\u00fb":22,"\u00fa":22,"\u00f5":27,"\u00f2":27,"\u00f6":27,"\u00f4":27,"\u00f3":27,"\u00e8":27,"\u00eb":27,"\u00ea":27,"\u00e9":27,"\u00e3":27,"\u00e5":27,"\u00e0":27,"\u00e4":27,"\u00e2":27,"\u00e1":27,"\u00c3":20,"\u00c5":20,"\u00c0":20,"\u00c4":20,"\u00c2":20,"\u00c1":20,"u":22,"o":27,"i":11,"e":27,"a":27,"A":20,";":13,":":13,".":40,"-":27,",":40}},"\u0178":{"d":"67,-101r-68,-156r35,0r49,120r51,-120r33,0r-68,156r0,101r-32,0r0,-101xm98,-286r0,-36r28,0r0,36r-28,0xm40,-286r0,-36r28,0r0,36r-28,0","k":{"\u0133":11,"\u0173":22,"\u0171":22,"\u016f":22,"\u016d":22,"\u016b":22,"\u0169":22,"\u0151":27,"\u014f":27,"\u014d":27,"\u012f":11,"\u0119":27,"\u0117":27,"\u0115":27,"\u0113":27,"\u011b":27,"\u0105":27,"\u0103":27,"\u0101":27,"\u0104":20,"\u0102":20,"\u0100":20,"\u00f9":22,"\u00fc":22,"\u00fb":22,"\u00fa":22,"\u00f5":27,"\u00f2":27,"\u00f6":27,"\u00f4":27,"\u00f3":27,"\u00e8":27,"\u00eb":27,"\u00ea":27,"\u00e9":27,"\u00e3":27,"\u00e5":27,"\u00e0":27,"\u00e4":27,"\u00e2":27,"\u00e1":27,"\u00c3":20,"\u00c5":20,"\u00c0":20,"\u00c4":20,"\u00c2":20,"\u00c1":20,"u":22,"o":27,"i":11,"e":27,"a":27,"A":20,";":13,":":13,".":40,"-":27,",":40}},"\u017d":{"d":"8,0r0,-27r116,-202r-109,0r0,-28r142,0r0,29r-116,200r117,0r0,28r-150,0xm134,-329r-36,51r-28,0r-36,-51r28,0r22,31r22,-31r28,0"},"\u00e1":{"d":"108,-105v-21,20,-68,11,-66,53v0,20,6,33,27,33v40,0,42,-43,39,-86xm45,-136v-7,3,-21,0,-30,1v0,-44,19,-63,65,-63v59,0,59,35,59,55r0,108v-3,11,7,20,16,14r0,21v-20,3,-42,7,-46,-23v-23,46,-99,33,-99,-28v0,-46,41,-57,77,-66v39,-10,25,-57,-9,-57v-33,0,-33,31,-33,38xm68,-219r25,-51r35,0r-39,51r-21,0","w":159,"k":{"\u0175":-4,"\u0163":-4,"\u0123":-4,"\u0121":-4,"\u011f":-4,"\u011d":-4,"w":-4,"v":-4,"t":-4,"p":-4,"g":-4}},"\u00e2":{"d":"108,-105v-21,20,-68,11,-66,53v0,20,6,33,27,33v40,0,42,-43,39,-86xm45,-136v-7,3,-21,0,-30,1v0,-44,19,-63,65,-63v59,0,59,35,59,55r0,108v-3,11,7,20,16,14r0,21v-20,3,-42,7,-46,-23v-23,46,-99,33,-99,-28v0,-46,41,-57,77,-66v39,-10,25,-57,-9,-57v-33,0,-33,31,-33,38xm30,-219r37,-51r27,0r36,51r-28,0r-22,-32r-22,32r-28,0","w":159,"k":{"\u0175":-4,"\u0163":-4,"\u0123":-4,"\u0121":-4,"\u011f":-4,"\u011d":-4,"w":-4,"v":-4,"t":-4,"p":-4,"g":-4}},"\u00e4":{"d":"108,-105v-21,20,-68,11,-66,53v0,20,6,33,27,33v40,0,42,-43,39,-86xm45,-136v-7,3,-21,0,-30,1v0,-44,19,-63,65,-63v59,0,59,35,59,55r0,108v-3,11,7,20,16,14r0,21v-20,3,-42,7,-46,-23v-23,46,-99,33,-99,-28v0,-46,41,-57,77,-66v39,-10,25,-57,-9,-57v-33,0,-33,31,-33,38xm95,-227r0,-36r28,0r0,36r-28,0xm36,-227r0,-36r28,0r0,36r-28,0","w":159,"k":{"\u0175":-4,"\u0163":-4,"\u0123":-4,"\u0121":-4,"\u011f":-4,"\u011d":-4,"w":-4,"v":-4,"t":-4,"p":-4,"g":-4}},"\u00e0":{"d":"108,-105v-21,20,-68,11,-66,53v0,20,6,33,27,33v40,0,42,-43,39,-86xm45,-136v-7,3,-21,0,-30,1v0,-44,19,-63,65,-63v59,0,59,35,59,55r0,108v-3,11,7,20,16,14r0,21v-20,3,-42,7,-46,-23v-23,46,-99,33,-99,-28v0,-46,41,-57,77,-66v39,-10,25,-57,-9,-57v-33,0,-33,31,-33,38xm40,-270r36,0r25,51r-22,0","w":159,"k":{"\u0175":-4,"\u0163":-4,"\u0123":-4,"\u0121":-4,"\u011f":-4,"\u011d":-4,"w":-4,"v":-4,"t":-4,"p":-4,"g":-4}},"\u00e5":{"d":"108,-105v-21,20,-68,11,-66,53v0,20,6,33,27,33v40,0,42,-43,39,-86xm45,-136v-7,3,-21,0,-30,1v0,-44,19,-63,65,-63v59,0,59,35,59,55r0,108v-3,11,7,20,16,14r0,21v-20,3,-42,7,-46,-23v-23,46,-99,33,-99,-28v0,-46,41,-57,77,-66v39,-10,25,-57,-9,-57v-33,0,-33,31,-33,38xm59,-248v0,11,10,20,21,20v11,0,20,-9,20,-20v0,-11,-9,-21,-20,-21v-11,0,-21,10,-21,21xm44,-248v0,-20,16,-36,36,-36v20,0,35,16,35,36v0,20,-15,35,-35,35v-20,0,-36,-15,-36,-35","w":159,"k":{"\u0175":-4,"\u0163":-4,"\u0123":-4,"\u0121":-4,"\u011f":-4,"\u011d":-4,"w":-4,"v":-4,"t":-4,"p":-4,"g":-4}},"\u00e3":{"d":"108,-105v-21,20,-68,11,-66,53v0,20,6,33,27,33v40,0,42,-43,39,-86xm45,-136v-7,3,-21,0,-30,1v0,-44,19,-63,65,-63v59,0,59,35,59,55r0,108v-3,11,7,20,16,14r0,21v-20,3,-42,7,-46,-23v-23,46,-99,33,-99,-28v0,-46,41,-57,77,-66v39,-10,25,-57,-9,-57v-33,0,-33,31,-33,38xm59,-264v0,0,50,30,53,-2r20,0v0,18,-10,40,-31,40v-23,0,-51,-29,-56,2r-19,0v0,-21,14,-40,33,-40","w":159,"k":{"\u0175":-4,"\u0163":-4,"\u0123":-4,"\u0121":-4,"\u011f":-4,"\u011d":-4,"w":-4,"v":-4,"t":-4,"p":-4,"g":-4}},"\u00e7":{"d":"142,-67v1,31,-19,71,-58,72v-3,5,-11,10,-10,15v19,-3,38,0,39,25v1,31,-50,38,-74,23r6,-12v9,4,48,7,42,-10v1,-14,-22,-15,-31,-10v-11,-11,8,-21,13,-32v-47,-5,-56,-42,-57,-98v0,-48,9,-104,68,-104v53,0,62,42,62,64r-30,0v0,-19,-8,-40,-31,-40v-19,0,-38,9,-38,80v0,25,1,75,37,75v26,0,32,-27,32,-48r30,0","w":153,"k":{"\u0140":7,"\u0177":7,"\u013c":7,"\u013e":7,"\u013a":7,"\u00ff":7,"\u00fd":7,"y":7,"l":7}},"\u00e9":{"d":"147,-93r-102,0v0,30,0,74,37,74v29,0,33,-29,33,-44r30,0v0,21,-12,68,-65,68v-48,0,-67,-32,-67,-99v0,-48,10,-104,69,-104v64,0,65,55,65,105xm46,-117r69,0v1,-28,-3,-57,-34,-57v-35,0,-35,38,-35,57xm71,-219r25,-51r35,0r-39,51r-21,0","w":159},"\u00ea":{"d":"147,-93r-102,0v0,30,0,74,37,74v29,0,33,-29,33,-44r30,0v0,21,-12,68,-65,68v-48,0,-67,-32,-67,-99v0,-48,10,-104,69,-104v64,0,65,55,65,105xm46,-117r69,0v1,-28,-3,-57,-34,-57v-35,0,-35,38,-35,57xm32,-219r36,-51r28,0r36,51r-28,0r-22,-32r-22,32r-28,0","w":159},"\u00eb":{"d":"147,-93r-102,0v0,30,0,74,37,74v29,0,33,-29,33,-44r30,0v0,21,-12,68,-65,68v-48,0,-67,-32,-67,-99v0,-48,10,-104,69,-104v64,0,65,55,65,105xm46,-117r69,0v1,-28,-3,-57,-34,-57v-35,0,-35,38,-35,57xm98,-227r0,-36r28,0r0,36r-28,0xm39,-227r0,-36r28,0r0,36r-28,0","w":159},"\u00e8":{"d":"147,-93r-102,0v0,30,0,74,37,74v29,0,33,-29,33,-44r30,0v0,21,-12,68,-65,68v-48,0,-67,-32,-67,-99v0,-48,10,-104,69,-104v64,0,65,55,65,105xm46,-117r69,0v1,-28,-3,-57,-34,-57v-35,0,-35,38,-35,57xm39,-270r35,0r25,51r-22,0","w":159},"\u00ed":{"d":"22,0r0,-193r30,0r0,193r-30,0xm22,-219r25,-51r35,0r-39,51r-21,0","w":73},"\u00ee":{"d":"22,0r0,-193r30,0r0,193r-30,0xm-13,-219r36,-51r28,0r36,51r-28,0r-22,-32r-22,32r-28,0","w":73},"\u00ef":{"d":"22,0r0,-193r30,0r0,193r-30,0xm52,-227r0,-36r28,0r0,36r-28,0xm-6,-227r0,-36r28,0r0,36r-28,0","w":73},"\u00ec":{"d":"22,0r0,-193r30,0r0,193r-30,0xm-9,-270r35,0r25,51r-21,0","w":73},"\u00f1":{"d":"20,0r0,-193r29,0r0,23v8,-18,28,-28,47,-28v51,0,51,38,51,61r0,137r-30,0r0,-133v0,-15,-2,-39,-29,-39v-16,0,-38,11,-38,39r0,133r-30,0xm64,-264v18,1,49,30,53,-2r19,0v0,18,-10,40,-31,40v-23,0,-50,-28,-55,2r-20,0v0,-21,15,-40,34,-40","k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"\u00f3":{"d":"10,-96v0,-54,14,-102,70,-102v56,0,69,48,69,102v0,54,-14,101,-69,101v-56,0,-70,-47,-70,-101xm79,-19v32,0,39,-35,39,-77v0,-42,-6,-78,-39,-78v-31,0,-37,36,-37,78v0,42,6,77,37,77xm68,-219r25,-51r36,0r-39,51r-22,0","w":159,"k":{"\u0177":-4,"\u0175":-4,"\u00ff":-4,"\u00fd":-4,"y":-4,"w":-4}},"\u00f4":{"d":"10,-96v0,-54,14,-102,70,-102v56,0,69,48,69,102v0,54,-14,101,-69,101v-56,0,-70,-47,-70,-101xm79,-19v32,0,39,-35,39,-77v0,-42,-6,-78,-39,-78v-31,0,-37,36,-37,78v0,42,6,77,37,77xm30,-219r36,-51r28,0r36,51r-28,0r-22,-32r-22,32r-28,0","w":159,"k":{"\u0177":-4,"\u0175":-4,"\u00ff":-4,"\u00fd":-4,"y":-4,"w":-4}},"\u00f6":{"d":"10,-96v0,-54,14,-102,70,-102v56,0,69,48,69,102v0,54,-14,101,-69,101v-56,0,-70,-47,-70,-101xm79,-19v32,0,39,-35,39,-77v0,-42,-6,-78,-39,-78v-31,0,-37,36,-37,78v0,42,6,77,37,77xm95,-227r0,-36r28,0r0,36r-28,0xm37,-227r0,-36r28,0r0,36r-28,0","w":159,"k":{"\u0177":-4,"\u0175":-4,"\u00ff":-4,"\u00fd":-4,"y":-4,"w":-4}},"\u00f2":{"d":"10,-96v0,-54,14,-102,70,-102v56,0,69,48,69,102v0,54,-14,101,-69,101v-56,0,-70,-47,-70,-101xm79,-19v32,0,39,-35,39,-77v0,-42,-6,-78,-39,-78v-31,0,-37,36,-37,78v0,42,6,77,37,77xm33,-270r35,0r25,51r-21,0","w":159,"k":{"\u0177":-4,"\u0175":-4,"\u00ff":-4,"\u00fd":-4,"y":-4,"w":-4}},"\u00f5":{"d":"10,-96v0,-54,14,-102,70,-102v56,0,69,48,69,102v0,54,-14,101,-69,101v-56,0,-70,-47,-70,-101xm79,-19v32,0,39,-35,39,-77v0,-42,-6,-78,-39,-78v-31,0,-37,36,-37,78v0,42,6,77,37,77xm60,-264v0,0,50,30,53,-2r20,0v0,18,-10,40,-31,40v-23,0,-51,-29,-56,2r-19,0v0,-21,14,-40,33,-40","w":159,"k":{"\u0177":-4,"\u0175":-4,"\u00ff":-4,"\u00fd":-4,"y":-4,"w":-4}},"\u0161":{"d":"107,-51v0,-56,-94,-21,-94,-94v0,-36,28,-53,61,-53v56,0,59,39,59,62r-30,0v0,-24,-7,-38,-29,-38v-10,0,-31,2,-31,29v0,50,95,20,95,90v0,40,-27,60,-63,60v-66,0,-66,-48,-66,-68r30,0v0,23,6,44,36,44v10,0,32,-5,32,-32xm124,-270r-37,51r-27,0r-36,-51r28,0r22,31r22,-31r28,0","w":146,"k":{"\u0175":-4,"w":-4}},"\u00fa":{"d":"147,-193r0,193r-29,0v-1,-7,2,-18,-1,-23v-8,18,-27,28,-46,28v-51,0,-51,-38,-51,-61r0,-137r30,0r0,133v0,15,1,39,28,39v16,0,39,-11,39,-39r0,-133r30,0xm70,-219r25,-51r36,0r-39,51r-22,0"},"\u00fb":{"d":"147,-193r0,193r-29,0v-1,-7,2,-18,-1,-23v-8,18,-27,28,-46,28v-51,0,-51,-38,-51,-61r0,-137r30,0r0,133v0,15,1,39,28,39v16,0,39,-11,39,-39r0,-133r30,0xm33,-219r37,-51r28,0r36,51r-29,0r-21,-32r-22,32r-29,0"},"\u00fc":{"d":"147,-193r0,193r-29,0v-1,-7,2,-18,-1,-23v-8,18,-27,28,-46,28v-51,0,-51,-38,-51,-61r0,-137r30,0r0,133v0,15,1,39,28,39v16,0,39,-11,39,-39r0,-133r30,0xm98,-227r0,-36r28,0r0,36r-28,0xm40,-227r0,-36r28,0r0,36r-28,0"},"\u00f9":{"d":"147,-193r0,193r-29,0v-1,-7,2,-18,-1,-23v-8,18,-27,28,-46,28v-51,0,-51,-38,-51,-61r0,-137r30,0r0,133v0,15,1,39,28,39v16,0,39,-11,39,-39r0,-133r30,0xm36,-270r35,0r25,51r-21,0"},"\u00fd":{"d":"60,4r-56,-197r33,0r39,155r33,-155r34,0r-56,206v-5,35,-30,57,-74,49r0,-23v28,7,45,-11,47,-35xm63,-219r26,-51r35,0r-39,51r-22,0","w":146,"k":{"\u0105":-4,"\u0103":-4,"\u0101":-4,"\u00e3":-4,"\u00e5":-4,"\u00e0":-4,"\u00e4":-4,"\u00e2":-4,"\u00e1":-4,"a":-4,".":20,",":20}},"\u00ff":{"d":"60,4r-56,-197r33,0r39,155r33,-155r34,0r-56,206v-5,35,-30,57,-74,49r0,-23v28,7,45,-11,47,-35xm91,-227r0,-36r28,0r0,36r-28,0xm32,-227r0,-36r28,0r0,36r-28,0","w":146,"k":{"\u0105":-4,"\u0103":-4,"\u0101":-4,"\u00e3":-4,"\u00e5":-4,"\u00e0":-4,"\u00e4":-4,"\u00e2":-4,"\u00e1":-4,"a":-4,".":20,",":20}},"\u017e":{"d":"14,-167r0,-26r116,0r0,25r-86,142r86,0r0,26r-120,0r0,-24r87,-143r-83,0xm121,-270r-36,51r-28,0r-36,-51r28,0r22,31r22,-31r28,0","w":140},"\u0100":{"d":"92,-221v-15,39,-23,84,-36,125r69,0xm-3,0r74,-257r43,0r69,257r-33,0r-19,-71r-82,0r-19,71r-33,0xm45,-294r0,-20r95,0r0,20r-95,0","w":180,"k":{"\u0176":20,"\u0174":7,"\u0162":20,"\u0164":20,"\u0178":20,"\u00dd":20,"p":-4,"Y":20,"W":7,"V":7,"T":20,"Q":-4}},"\u0102":{"d":"92,-221v-15,39,-23,84,-36,125r69,0xm-3,0r74,-257r43,0r69,257r-33,0r-19,-71r-82,0r-19,71r-33,0xm48,-320r17,0v1,30,55,31,56,0r17,0v0,15,-9,45,-45,45v-36,0,-45,-30,-45,-45","w":180,"k":{"\u0176":20,"\u0174":7,"\u0162":20,"\u0164":20,"\u0178":20,"\u00dd":20,"p":-4,"Y":20,"W":7,"V":7,"T":20,"Q":-4}},"\u0104":{"d":"183,0r-14,0v-31,23,-38,35,-38,45v-1,19,28,15,39,8r6,13v-25,16,-72,14,-71,-18v0,-18,15,-34,45,-48r-19,-71r-82,0r-19,71r-33,0r74,-257r43,0xm92,-221v-15,39,-23,84,-36,125r69,0","w":180,"k":{"\u0176":20,"\u0174":7,"\u0162":20,"\u0164":20,"\u0178":20,"\u00dd":20,"p":-4,"Y":20,"W":7,"V":7,"T":20,"Q":-4}},"\u0106":{"d":"145,-88r33,0v-3,49,-22,93,-78,93v-73,0,-83,-69,-83,-134v0,-65,12,-133,83,-133v52,0,75,30,76,80r-33,0v-1,-29,-10,-54,-43,-54v-44,0,-50,48,-50,107v0,59,6,108,50,108v39,0,44,-36,45,-67xm89,-278r25,-51r36,0r-39,51r-22,0","w":186},"\u0108":{"d":"145,-88r33,0v-3,49,-22,93,-78,93v-73,0,-83,-69,-83,-134v0,-65,12,-133,83,-133v52,0,75,30,76,80r-33,0v-1,-29,-10,-54,-43,-54v-44,0,-50,48,-50,107v0,59,6,108,50,108v39,0,44,-36,45,-67xm51,-278r36,-51r28,0r36,51r-28,0r-22,-32r-22,32r-28,0","w":186},"\u010c":{"d":"145,-88r33,0v-3,49,-22,93,-78,93v-73,0,-83,-69,-83,-134v0,-65,12,-133,83,-133v52,0,75,30,76,80r-33,0v-1,-29,-10,-54,-43,-54v-44,0,-50,48,-50,107v0,59,6,108,50,108v39,0,44,-36,45,-67xm150,-329r-37,51r-27,0r-36,-51r28,0r22,31r22,-31r28,0","w":186},"\u010a":{"d":"145,-88r33,0v-3,49,-22,93,-78,93v-73,0,-83,-69,-83,-134v0,-65,12,-133,83,-133v52,0,75,30,76,80r-33,0v-1,-29,-10,-54,-43,-54v-44,0,-50,48,-50,107v0,59,6,108,50,108v39,0,44,-36,45,-67xm86,-286r0,-36r28,0r0,36r-28,0","w":186},"\u010e":{"d":"24,0r0,-257r69,0v80,0,90,57,90,128v0,65,-16,129,-87,129r-72,0xm56,-231r0,205r33,0v55,0,61,-56,61,-102v0,-50,-3,-103,-61,-103r-33,0xm140,-329r-36,51r-28,0r-36,-51r28,0r22,31r22,-31r28,0","w":200,"k":{"\u0176":7,"\u0178":7,"\u00dd":7,"Y":7}},"\u011a":{"d":"21,0r0,-257r133,0r0,28r-101,0r0,81r95,0r0,28r-95,0r0,92r105,0r0,28r-137,0xm138,-329r-37,51r-28,0r-36,-51r29,0r21,31r22,-31r29,0"},"\u0112":{"d":"21,0r0,-257r133,0r0,28r-101,0r0,81r95,0r0,28r-95,0r0,92r105,0r0,28r-137,0xm41,-294r0,-20r95,0r0,20r-95,0"},"\u0114":{"d":"21,0r0,-257r133,0r0,28r-101,0r0,81r95,0r0,28r-95,0r0,92r105,0r0,28r-137,0xm41,-327r18,0v1,31,54,30,55,0r17,0v0,15,-9,46,-45,46v-36,0,-45,-31,-45,-46"},"\u0116":{"d":"21,0r0,-257r133,0r0,28r-101,0r0,81r95,0r0,28r-95,0r0,92r105,0r0,28r-137,0xm74,-286r0,-36r28,0r0,36r-28,0"},"\u0118":{"d":"158,0r-7,0v-31,23,-38,35,-38,45v-1,19,28,15,39,8r6,13v-25,16,-72,14,-71,-18v0,-18,15,-34,45,-48r-111,0r0,-257r133,0r0,28r-101,0r0,81r95,0r0,28r-95,0r0,92r105,0r0,28"},"\u011c":{"d":"176,-186r-33,0v-2,-27,-11,-50,-43,-50v-44,0,-50,48,-50,107v0,59,6,108,50,108v44,0,47,-53,47,-87r-51,0r0,-26r80,0r0,134r-24,0r0,-35v-7,22,-28,40,-56,40v-67,0,-79,-65,-79,-134v0,-65,12,-133,83,-133v73,0,76,63,76,76xm51,-278r36,-51r28,0r36,51r-28,0r-22,-32r-22,32r-28,0","w":193},"\u011e":{"d":"176,-186r-33,0v-2,-27,-11,-50,-43,-50v-44,0,-50,48,-50,107v0,59,6,108,50,108v44,0,47,-53,47,-87r-51,0r0,-26r80,0r0,134r-24,0r0,-35v-7,22,-28,40,-56,40v-67,0,-79,-65,-79,-134v0,-65,12,-133,83,-133v73,0,76,63,76,76xm57,-327r17,0v1,30,54,31,55,0r18,0v0,15,-9,46,-45,46v-36,0,-45,-31,-45,-46","w":193},"\u0120":{"d":"176,-186r-33,0v-2,-27,-11,-50,-43,-50v-44,0,-50,48,-50,107v0,59,6,108,50,108v44,0,47,-53,47,-87r-51,0r0,-26r80,0r0,134r-24,0r0,-35v-7,22,-28,40,-56,40v-67,0,-79,-65,-79,-134v0,-65,12,-133,83,-133v73,0,76,63,76,76xm88,-286r0,-36r28,0r0,36r-28,0","w":193},"\u0122":{"d":"176,-186r-33,0v-2,-27,-11,-50,-43,-50v-44,0,-50,48,-50,107v0,59,6,108,50,108v44,0,47,-53,47,-87r-51,0r0,-26r80,0r0,134r-24,0r0,-35v-7,22,-28,40,-56,40v-67,0,-79,-65,-79,-134v0,-65,12,-133,83,-133v73,0,76,63,76,76xm84,51r0,-33r30,0v1,30,3,59,-28,58v-3,-17,12,-8,12,-25r-14,0","w":193},"\u0124":{"d":"172,-257r0,257r-31,0r0,-124r-88,0r0,124r-32,0r0,-257r32,0r0,105r88,0r0,-105r31,0xm47,-278r37,-51r27,0r36,51r-28,0r-22,-32r-22,32r-28,0","w":193},"\u0126":{"d":"172,-257r0,257r-31,0r0,-120r-88,0r0,120r-32,0r0,-257r32,0r0,64r88,0r0,-64r31,0xm53,-148r88,0r0,-27r-88,0r0,27","w":193},"\u0128":{"d":"21,0r0,-257r32,0r0,257r-32,0xm17,-323v0,0,50,30,53,-2r20,0v0,18,-10,40,-31,40v-23,0,-51,-29,-56,2r-19,0v0,-21,14,-40,33,-40","w":73},"\u012a":{"d":"21,0r0,-257r32,0r0,257r-32,0xm-11,-294r0,-20r95,0r0,20r-95,0","w":73},"\u0130":{"d":"21,0r0,-257r32,0r0,257r-32,0xm23,-286r0,-36r28,0r0,36r-28,0","w":73},"\u012e":{"d":"53,-257r0,257v-27,23,-32,34,-32,45v-1,19,21,15,32,8r6,13v-22,16,-60,14,-60,-18v0,-18,12,-34,37,-48r-15,0r0,-257r32,0","w":73},"\u0134":{"d":"132,-257r0,183v0,46,-11,79,-64,79v-51,0,-63,-34,-60,-80r30,0v-1,29,1,55,30,54v29,0,33,-18,33,-54r0,-182r31,0xm65,-278r37,-51r27,0r36,51r-28,0r-22,-32r-22,32r-28,0","w":153},"\u0136":{"d":"21,0r0,-257r32,0r0,125r89,-125r35,0r-77,107r84,150r-35,0r-70,-124r-26,37r0,87r-32,0xm77,51r0,-33r30,0v1,30,3,59,-28,58v-3,-17,12,-8,12,-25r-14,0","w":180,"k":{"\u0177":4,"\u0173":7,"\u0171":7,"\u016f":7,"\u016d":7,"\u016b":7,"\u0169":7,"\u0151":7,"\u014f":7,"\u014d":7,"\u00ff":4,"\u00fd":4,"\u00f9":7,"\u00fc":7,"\u00fb":7,"\u00fa":7,"\u00f5":7,"\u00f2":7,"\u00f6":7,"\u00f4":7,"\u00f3":7,"y":4,"u":7,"o":7}},"\u0139":{"d":"21,0r0,-257r32,0r0,229r104,0r0,28r-136,0xm25,-278r25,-51r36,0r-39,51r-22,0","w":159,"k":{"\u0177":13,"\u0176":33,"\u0174":27,"\u0162":34,"\u0164":34,"\u00ff":13,"\u00fd":13,"\u0178":33,"\u00dd":33,"y":13,"Y":33,"W":27,"V":27,"T":34}},"\u013d":{"d":"21,0r0,-257r32,0r0,229r104,0r0,28r-136,0xm80,-206r9,-51r31,0r-21,51r-19,0","w":159,"k":{"\u0177":13,"\u0176":33,"\u0174":27,"\u0162":34,"\u0164":34,"\u00ff":13,"\u00fd":13,"\u0178":33,"\u00dd":33,"y":13,"Y":33,"W":27,"V":27,"T":34}},"\u013b":{"d":"21,0r0,-257r32,0r0,229r104,0r0,28r-136,0xm71,51r0,-33r30,0v1,30,3,59,-28,58v-3,-17,12,-8,12,-25r-14,0","w":159,"k":{"\u0177":13,"\u0176":33,"\u0174":27,"\u0162":34,"\u0164":34,"\u00ff":13,"\u00fd":13,"\u0178":33,"\u00dd":33,"y":13,"Y":33,"W":27,"V":27,"T":34}},"\u0143":{"d":"21,0r0,-257r41,0r86,215r0,-215r31,0r0,257r-43,0r-83,-208r0,208r-32,0xm88,-278r25,-51r36,0r-39,51r-22,0","w":200},"\u0147":{"d":"21,0r0,-257r41,0r86,215r0,-215r31,0r0,257r-43,0r-83,-208r0,208r-32,0xm150,-329r-37,51r-27,0r-36,-51r28,0r22,31r22,-31r28,0","w":200},"\u0145":{"d":"21,0r0,-257r41,0r86,215r0,-215r31,0r0,257r-43,0r-83,-208r0,208r-32,0xm84,51r0,-33r29,0v1,30,3,59,-28,58v-3,-17,13,-8,13,-25r-14,0","w":200},"\u014c":{"d":"100,-236v-44,0,-50,48,-50,107v0,59,6,108,50,108v44,0,50,-49,50,-108v0,-59,-6,-107,-50,-107xm100,-262v71,0,83,68,83,133v0,65,-12,134,-83,134v-71,0,-83,-69,-83,-134v0,-65,12,-133,83,-133xm53,-294r0,-20r95,0r0,20r-95,0","w":200,"k":{"\u0176":9,"\u0178":9,"\u00dd":9,"Y":9,"X":9}},"\u014e":{"d":"100,-236v-44,0,-50,48,-50,107v0,59,6,108,50,108v44,0,50,-49,50,-108v0,-59,-6,-107,-50,-107xm100,-262v71,0,83,68,83,133v0,65,-12,134,-83,134v-71,0,-83,-69,-83,-134v0,-65,12,-133,83,-133xm55,-327r17,0v1,30,54,31,55,0r18,0v0,15,-9,46,-45,46v-36,0,-45,-31,-45,-46","w":200,"k":{"\u0176":9,"\u0178":9,"\u00dd":9,"Y":9,"X":9}},"\u0150":{"d":"100,-236v-44,0,-50,48,-50,107v0,59,6,108,50,108v44,0,50,-49,50,-108v0,-59,-6,-107,-50,-107xm100,-262v71,0,83,68,83,133v0,65,-12,134,-83,134v-71,0,-83,-69,-83,-134v0,-65,12,-133,83,-133xm118,-278r25,-51r36,0r-39,51r-22,0xm59,-278r25,-51r36,0r-39,51r-22,0","w":200,"k":{"\u0176":9,"\u0178":9,"\u00dd":9,"Y":9,"X":9}},"\u0154":{"d":"53,-231r0,91v45,-3,78,14,84,-50v4,-40,-41,-44,-84,-41xm21,0r0,-257v71,-1,149,-10,149,64v0,28,-12,57,-40,66v58,-1,23,105,53,127r-39,0v-11,-16,-8,-52,-10,-77v-7,-53,-39,-33,-81,-37r0,114r-32,0xm71,-278r25,-51r35,0r-39,51r-21,0","w":186,"k":{"\u0176":6,"\u0174":-7,"\u0172":-7,"\u0170":-7,"\u016e":-7,"\u016c":-7,"\u016a":-7,"\u0168":-7,"\u0162":6,"\u0164":6,"\u0178":6,"\u00dd":6,"\u00d9":-7,"\u00dc":-7,"\u00db":-7,"\u00da":-7,"Y":6,"W":-7,"U":-7,"T":6}},"\u0158":{"d":"53,-231r0,91v45,-3,78,14,84,-50v4,-40,-41,-44,-84,-41xm21,0r0,-257v71,-1,149,-10,149,64v0,28,-12,57,-40,66v58,-1,23,105,53,127r-39,0v-11,-16,-8,-52,-10,-77v-7,-53,-39,-33,-81,-37r0,114r-32,0xm137,-329r-37,51r-27,0r-36,-51r28,0r22,32r22,-32r28,0","w":186,"k":{"\u0176":6,"\u0174":-7,"\u0172":-7,"\u0170":-7,"\u016e":-7,"\u016c":-7,"\u016a":-7,"\u0168":-7,"\u0162":6,"\u0164":6,"\u0178":6,"\u00dd":6,"\u00d9":-7,"\u00dc":-7,"\u00db":-7,"\u00da":-7,"Y":6,"W":-7,"U":-7,"T":6}},"\u0156":{"d":"53,-231r0,91v45,-3,78,14,84,-50v4,-40,-41,-44,-84,-41xm21,0r0,-257v71,-1,149,-10,149,64v0,28,-12,57,-40,66v58,-1,23,105,53,127r-39,0v-11,-16,-8,-52,-10,-77v-7,-53,-39,-33,-81,-37r0,114r-32,0xm79,51r0,-33r30,0v1,30,3,59,-28,58v-3,-17,12,-8,12,-25r-14,0","w":186,"k":{"\u0176":6,"\u0174":-7,"\u0172":-7,"\u0170":-7,"\u016e":-7,"\u016c":-7,"\u016a":-7,"\u0168":-7,"\u0162":6,"\u0164":6,"\u0178":6,"\u00dd":6,"\u00d9":-7,"\u00dc":-7,"\u00db":-7,"\u00da":-7,"Y":6,"W":-7,"U":-7,"T":6}},"\u015a":{"d":"162,-190r-32,0v0,-27,-10,-46,-40,-46v-27,0,-42,15,-42,42v0,72,121,29,121,123v0,59,-44,76,-80,76v-60,0,-78,-31,-78,-86r32,0v0,29,2,60,48,60v25,0,45,-18,45,-45v0,-73,-122,-31,-122,-125v0,-24,11,-71,76,-71v49,0,71,24,72,72xm78,-280r25,-52r35,0r-39,52r-21,0","w":180},"\u015c":{"d":"162,-190r-32,0v0,-27,-10,-46,-40,-46v-27,0,-42,15,-42,42v0,72,121,29,121,123v0,59,-44,76,-80,76v-60,0,-78,-31,-78,-86r32,0v0,29,2,60,48,60v25,0,45,-18,45,-45v0,-73,-122,-31,-122,-125v0,-24,11,-71,76,-71v49,0,71,24,72,72xm41,-278r37,-51r27,0r36,51r-28,0r-22,-32r-22,32r-28,0","w":180},"\u015e":{"d":"169,-71v0,54,-31,72,-75,76v-2,5,-10,10,-9,15v19,-3,38,0,39,25v1,31,-50,38,-74,23r5,-12v9,4,48,7,43,-10v1,-13,-22,-15,-31,-10v-11,-10,8,-21,12,-31v-49,-4,-69,-33,-68,-86r32,0v0,29,2,60,48,60v25,0,45,-18,45,-45v0,-73,-122,-31,-122,-125v0,-24,11,-71,76,-71v49,0,71,24,72,72r-32,0v0,-27,-10,-46,-40,-46v-27,0,-42,15,-42,42v0,72,121,29,121,123","w":180},"\uf6c1":{"d":"169,-71v0,54,-31,72,-75,76v-2,5,-10,10,-9,15v19,-3,38,0,39,25v1,31,-50,38,-74,23r5,-12v9,4,48,7,43,-10v1,-13,-22,-15,-31,-10v-11,-10,8,-21,12,-31v-49,-4,-69,-33,-68,-86r32,0v0,29,2,60,48,60v25,0,45,-18,45,-45v0,-73,-122,-31,-122,-125v0,-24,11,-71,76,-71v49,0,71,24,72,72r-32,0v0,-27,-10,-46,-40,-46v-27,0,-42,15,-42,42v0,72,121,29,121,123","w":180},"\u0164":{"d":"99,-229r0,229r-32,0r0,-229r-64,0r0,-28r161,0r0,28r-65,0xm133,-329r-36,51r-28,0r-36,-51r28,0r22,31r22,-31r28,0","k":{"\u0133":6,"\u0177":20,"\u0175":27,"\u0173":27,"\u0171":27,"\u016f":27,"\u016d":27,"\u016b":27,"\u0169":27,"\u0159":27,"\u0157":27,"\u0155":27,"\u0151":27,"\u014f":27,"\u014d":27,"\u012f":6,"\u0119":27,"\u0117":27,"\u0115":27,"\u0113":27,"\u011b":27,"\u0105":27,"\u0103":27,"\u0101":27,"\u0104":20,"\u0102":20,"\u0100":20,"\u00ff":20,"\u00fd":20,"\u00f9":27,"\u00fc":27,"\u00fb":27,"\u00fa":27,"\u00f5":27,"\u00f2":27,"\u00f6":27,"\u00f4":27,"\u00f3":27,"\u00e8":27,"\u00eb":27,"\u00ea":27,"\u00e9":27,"\u00e3":27,"\u00e5":27,"\u00e0":27,"\u00e4":27,"\u00e2":27,"\u00e1":27,"\u00c3":20,"\u00c5":20,"\u00c0":20,"\u00c4":20,"\u00c2":20,"\u00c1":20,"y":20,"w":27,"u":27,"r":27,"o":27,"i":6,"e":27,"a":27,"A":20,";":27,":":27,".":33,"-":20,",":33}},"\u0162":{"d":"99,-229r0,229r-32,0r0,-229r-64,0r0,-28r161,0r0,28r-65,0xm68,51r0,-33r30,0v1,30,3,59,-28,58v-3,-17,12,-8,12,-25r-14,0","k":{"\u0133":6,"\u0177":20,"\u0175":27,"\u0173":27,"\u0171":27,"\u016f":27,"\u016d":27,"\u016b":27,"\u0169":27,"\u0159":27,"\u0157":27,"\u0155":27,"\u0151":27,"\u014f":27,"\u014d":27,"\u012f":6,"\u0119":27,"\u0117":27,"\u0115":27,"\u0113":27,"\u011b":27,"\u0105":27,"\u0103":27,"\u0101":27,"\u0104":20,"\u0102":20,"\u0100":20,"\u00ff":20,"\u00fd":20,"\u00f9":27,"\u00fc":27,"\u00fb":27,"\u00fa":27,"\u00f5":27,"\u00f2":27,"\u00f6":27,"\u00f4":27,"\u00f3":27,"\u00e8":27,"\u00eb":27,"\u00ea":27,"\u00e9":27,"\u00e3":27,"\u00e5":27,"\u00e0":27,"\u00e4":27,"\u00e2":27,"\u00e1":27,"\u00c3":20,"\u00c5":20,"\u00c0":20,"\u00c4":20,"\u00c2":20,"\u00c1":20,"y":20,"w":27,"u":27,"r":27,"o":27,"i":6,"e":27,"a":27,"A":20,";":27,":":27,".":33,"-":20,",":33}},"\u0166":{"d":"99,-157r0,157r-32,0r0,-157r-41,0r0,-18r41,0r0,-54r-64,0r0,-28r161,0r0,28r-65,0r0,54r40,0r0,18r-40,0"},"\u0168":{"d":"18,-76r0,-181r32,0r0,181v0,38,11,55,43,55v33,0,44,-19,44,-55r0,-181r32,0r0,181v0,49,-26,81,-76,81v-52,0,-75,-28,-75,-81xm74,-323v18,0,49,30,53,-2r20,0v0,18,-10,40,-31,40v-23,0,-51,-29,-56,2r-19,0v0,-21,14,-40,33,-40","w":186},"\u016a":{"d":"18,-76r0,-181r32,0r0,181v0,38,11,55,43,55v33,0,44,-19,44,-55r0,-181r32,0r0,181v0,49,-26,81,-76,81v-52,0,-75,-28,-75,-81xm46,-294r0,-20r95,0r0,20r-95,0","w":186},"\u016c":{"d":"18,-76r0,-181r32,0r0,181v0,38,11,55,43,55v33,0,44,-19,44,-55r0,-181r32,0r0,181v0,49,-26,81,-76,81v-52,0,-75,-28,-75,-81xm49,-327r17,0v1,30,54,31,55,0r18,0v0,15,-9,46,-45,46v-36,0,-45,-31,-45,-46","w":186},"\u016e":{"d":"18,-76r0,-181r32,0r0,181v0,38,11,55,43,55v33,0,44,-19,44,-55r0,-181r32,0r0,181v0,49,-26,81,-76,81v-52,0,-75,-28,-75,-81xm73,-301v0,11,10,20,21,20v11,0,20,-9,20,-20v0,-11,-9,-21,-20,-21v-11,0,-21,10,-21,21xm58,-301v0,-20,16,-36,36,-36v20,0,35,16,35,36v0,20,-15,35,-35,35v-20,0,-36,-15,-36,-35","w":186},"\u0170":{"d":"18,-76r0,-181r32,0r0,181v0,38,11,55,43,55v33,0,44,-19,44,-55r0,-181r32,0r0,181v0,49,-26,81,-76,81v-52,0,-75,-28,-75,-81xm112,-278r25,-51r35,0r-39,51r-21,0xm53,-278r25,-51r35,0r-39,51r-21,0","w":186},"\u0172":{"d":"90,5v-50,0,-72,-29,-72,-81r0,-181r32,0r0,181v0,38,11,55,43,55v33,0,44,-19,44,-55r0,-181r32,0v-10,95,35,234,-53,260v-14,9,-37,30,-34,42v-1,20,27,15,38,8r7,13v-25,16,-72,14,-71,-18v0,-15,11,-30,34,-43","w":186},"\u0174":{"d":"54,0r-51,-257r32,0r40,210r36,-210r38,0r37,210r39,-210r32,0r-53,257r-38,0r-36,-208r-37,208r-39,0xm80,-278r37,-51r27,0r36,51r-28,0r-22,-32r-22,32r-28,0","w":259,"k":{"\u0151":6,"\u014f":6,"\u014d":6,"\u0119":6,"\u0117":6,"\u0115":6,"\u0113":6,"\u011b":6,"\u0105":6,"\u0103":6,"\u0101":6,"\u0104":6,"\u0102":6,"\u0100":6,"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00e8":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e3":6,"\u00e5":6,"\u00e0":6,"\u00e4":6,"\u00e2":6,"\u00e1":6,"\u00c3":6,"\u00c5":6,"\u00c0":6,"\u00c4":6,"\u00c2":6,"\u00c1":6,"o":6,"e":6,"a":6,"A":6,".":27,"-":6,",":27}},"\u0176":{"d":"67,-101r-68,-156r35,0r49,120r51,-120r33,0r-68,156r0,101r-32,0r0,-101xm33,-278r36,-51r28,0r36,51r-28,0r-22,-32r-22,32r-28,0","k":{"\u0133":11,"\u0173":22,"\u0171":22,"\u016f":22,"\u016d":22,"\u016b":22,"\u0169":22,"\u0151":27,"\u014f":27,"\u014d":27,"\u012f":11,"\u0119":27,"\u0117":27,"\u0115":27,"\u0113":27,"\u011b":27,"\u0105":27,"\u0103":27,"\u0101":27,"\u0104":20,"\u0102":20,"\u0100":20,"\u00f9":22,"\u00fc":22,"\u00fb":22,"\u00fa":22,"\u00f5":27,"\u00f2":27,"\u00f6":27,"\u00f4":27,"\u00f3":27,"\u00e8":27,"\u00eb":27,"\u00ea":27,"\u00e9":27,"\u00e3":27,"\u00e5":27,"\u00e0":27,"\u00e4":27,"\u00e2":27,"\u00e1":27,"\u00c3":20,"\u00c5":20,"\u00c0":20,"\u00c4":20,"\u00c2":20,"\u00c1":20,"u":22,"o":27,"i":11,"e":27,"a":27,"A":20,";":13,":":13,".":40,"-":27,",":40}},"\u0179":{"d":"8,0r0,-27r116,-202r-109,0r0,-28r142,0r0,29r-116,200r117,0r0,28r-150,0xm73,-278r25,-51r35,0r-39,51r-21,0"},"\u017b":{"d":"8,0r0,-27r116,-202r-109,0r0,-28r142,0r0,29r-116,200r117,0r0,28r-150,0xm70,-286r0,-36r28,0r0,36r-28,0"},"\u0101":{"d":"108,-105v-21,20,-68,11,-66,53v0,20,6,33,27,33v40,0,42,-43,39,-86xm45,-136v-7,3,-21,0,-30,1v0,-44,19,-63,65,-63v59,0,59,35,59,55r0,108v-3,11,7,20,16,14r0,21v-20,3,-42,7,-46,-23v-23,46,-99,33,-99,-28v0,-46,41,-57,77,-66v39,-10,25,-57,-9,-57v-33,0,-33,31,-33,38xm33,-235r0,-20r95,0r0,20r-95,0","w":159,"k":{"\u0175":-4,"\u0163":-4,"\u0123":-4,"\u0121":-4,"\u011f":-4,"\u011d":-4,"w":-4,"v":-4,"t":-4,"p":-4,"g":-4}},"\u0103":{"d":"108,-105v-21,20,-68,11,-66,53v0,20,6,33,27,33v40,0,42,-43,39,-86xm45,-136v-7,3,-21,0,-30,1v0,-44,19,-63,65,-63v59,0,59,35,59,55r0,108v-3,11,7,20,16,14r0,21v-20,3,-42,7,-46,-23v-23,46,-99,33,-99,-28v0,-46,41,-57,77,-66v39,-10,25,-57,-9,-57v-33,0,-33,31,-33,38xm35,-268r17,0v1,30,54,31,55,0r18,0v0,15,-9,46,-45,46v-36,0,-45,-31,-45,-46","w":159,"k":{"\u0175":-4,"\u0163":-4,"\u0123":-4,"\u0121":-4,"\u011f":-4,"\u011d":-4,"w":-4,"v":-4,"t":-4,"p":-4,"g":-4}},"\u0105":{"d":"126,1v-12,-1,-13,-11,-17,-24v-23,46,-99,33,-99,-28v0,-46,41,-57,77,-66v39,-10,25,-59,-9,-57v-33,2,-33,30,-33,39r-30,0v0,-44,19,-63,65,-63v59,0,59,35,59,55r0,108v-3,11,7,20,16,14v-2,9,6,24,-7,22v-17,8,-37,31,-37,44v0,20,27,15,38,8r6,13v-25,16,-72,14,-70,-18v0,-17,13,-34,41,-47xm108,-105v-21,20,-68,11,-66,53v0,20,6,33,27,33v40,0,42,-43,39,-86","w":159,"k":{"\u0175":-4,"\u0163":-4,"\u0123":-4,"\u0121":-4,"\u011f":-4,"\u011d":-4,"w":-4,"v":-4,"t":-4,"p":-4,"g":-4}},"\u0107":{"d":"142,-134r-30,0v0,-19,-8,-40,-31,-40v-19,0,-38,9,-38,80v0,25,1,75,37,75v26,0,32,-27,32,-48r30,0v0,30,-16,72,-64,72v-48,0,-66,-32,-66,-99v0,-48,9,-104,68,-104v53,0,62,42,62,64xm70,-219r25,-51r35,0r-39,51r-21,0","w":153,"k":{"\u0140":7,"\u0177":7,"\u013c":7,"\u013e":7,"\u013a":7,"\u00ff":7,"\u00fd":7,"y":7,"l":7}},"\u0109":{"d":"142,-134r-30,0v0,-19,-8,-40,-31,-40v-19,0,-38,9,-38,80v0,25,1,75,37,75v26,0,32,-27,32,-48r30,0v0,30,-16,72,-64,72v-48,0,-66,-32,-66,-99v0,-48,9,-104,68,-104v53,0,62,42,62,64xm31,-219r37,-51r27,0r36,51r-28,0r-22,-32r-22,32r-28,0","w":153,"k":{"\u0140":7,"\u0177":7,"\u013c":7,"\u013e":7,"\u013a":7,"\u00ff":7,"\u00fd":7,"y":7,"l":7}},"\u010d":{"d":"142,-134r-30,0v0,-19,-8,-40,-31,-40v-19,0,-38,9,-38,80v0,25,1,75,37,75v26,0,32,-27,32,-48r30,0v0,30,-16,72,-64,72v-48,0,-66,-32,-66,-99v0,-48,9,-104,68,-104v53,0,62,42,62,64xm129,-270r-36,51r-28,0r-36,-51r28,0r22,31r22,-31r28,0","w":153,"k":{"\u0140":7,"\u0177":7,"\u013c":7,"\u013e":7,"\u013a":7,"\u00ff":7,"\u00fd":7,"y":7,"l":7}},"\u010b":{"d":"142,-134r-30,0v0,-19,-8,-40,-31,-40v-19,0,-38,9,-38,80v0,25,1,75,37,75v26,0,32,-27,32,-48r30,0v0,30,-16,72,-64,72v-48,0,-66,-32,-66,-99v0,-48,9,-104,68,-104v53,0,62,42,62,64xm67,-227r0,-36r28,0r0,36r-28,0","w":153,"k":{"\u0140":7,"\u0177":7,"\u013c":7,"\u013e":7,"\u013a":7,"\u00ff":7,"\u00fd":7,"y":7,"l":7}},"\u010f":{"d":"147,-257r0,257r-29,0v-1,-7,2,-18,-1,-24v-4,14,-20,29,-41,29v-46,0,-63,-41,-63,-101v0,-40,5,-102,60,-102v18,-1,35,12,44,27r0,-86r30,0xm44,-96v0,46,8,75,36,75v33,0,38,-31,38,-75v0,-37,-5,-76,-38,-76v-28,0,-36,30,-36,76xm162,-206r10,-51r31,0r-21,51r-20,0","w":188,"k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"\u0111":{"d":"147,-213r0,213r-29,0v-1,-7,2,-18,-1,-24v-4,14,-20,29,-41,29v-46,0,-63,-41,-63,-101v0,-40,5,-102,60,-102v18,-1,35,12,44,27r0,-42r-37,0r0,-17r37,0r0,-27r30,0r0,27r28,0r0,17r-28,0xm44,-96v0,46,8,75,36,75v33,0,38,-31,38,-75v0,-37,-5,-76,-38,-76v-28,0,-36,30,-36,76","w":172},"\u011b":{"d":"147,-93r-102,0v0,30,0,74,37,74v29,0,33,-29,33,-44r30,0v0,21,-12,68,-65,68v-48,0,-67,-32,-67,-99v0,-48,10,-104,69,-104v64,0,65,55,65,105xm46,-117r69,0v1,-28,-3,-57,-34,-57v-35,0,-35,38,-35,57xm132,-270r-36,51r-28,0r-36,-51r28,0r22,31r22,-31r28,0","w":159},"\u0113":{"d":"147,-93r-102,0v0,30,0,74,37,74v29,0,33,-29,33,-44r30,0v0,21,-12,68,-65,68v-48,0,-67,-32,-67,-99v0,-48,10,-104,69,-104v64,0,65,55,65,105xm46,-117r69,0v1,-28,-3,-57,-34,-57v-35,0,-35,38,-35,57xm35,-235r0,-20r95,0r0,20r-95,0","w":159},"\u0115":{"d":"147,-93r-102,0v0,30,0,74,37,74v29,0,33,-29,33,-44r30,0v0,21,-12,68,-65,68v-48,0,-67,-32,-67,-99v0,-48,10,-104,69,-104v64,0,65,55,65,105xm46,-117r69,0v1,-28,-3,-57,-34,-57v-35,0,-35,38,-35,57xm38,-268r17,0v1,30,55,31,56,0r17,0v0,15,-9,46,-45,46v-36,0,-45,-31,-45,-46","w":159},"\u0117":{"d":"147,-93r-102,0v0,30,0,74,37,74v29,0,33,-29,33,-44r30,0v0,21,-12,68,-65,68v-48,0,-67,-32,-67,-99v0,-48,10,-104,69,-104v64,0,65,55,65,105xm46,-117r69,0v1,-28,-3,-57,-34,-57v-35,0,-35,38,-35,57xm68,-227r0,-36r28,0r0,36r-28,0","w":159},"\u0119":{"d":"78,5v-53,-1,-65,-41,-65,-99v0,-48,10,-104,69,-104v64,0,65,55,65,105r-102,0v0,30,0,74,37,74v29,0,33,-29,33,-44r30,0v2,17,-13,51,-39,64v-17,8,-35,30,-35,44v0,20,27,15,38,8r6,13v-25,16,-72,14,-70,-18v0,-15,11,-30,33,-43xm46,-117r69,0v1,-28,-3,-57,-34,-57v-35,0,-35,38,-35,57","w":159},"\u011d":{"d":"147,-193r0,181v0,58,-27,78,-66,78v-12,0,-58,0,-63,-48r30,0v1,18,15,24,31,24v50,0,38,-36,37,-68v-7,16,-25,26,-44,26v-56,0,-59,-70,-59,-96v0,-52,14,-102,63,-102v22,-1,36,17,42,30r0,-25r29,0xm80,-172v-28,0,-36,30,-36,76v0,31,5,70,35,70v33,0,39,-30,39,-70v0,-37,-5,-76,-38,-76xm35,-219r37,-51r27,0r36,51r-28,0r-22,-32r-22,32r-28,0","k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"\u011f":{"d":"147,-193r0,181v0,58,-27,78,-66,78v-12,0,-58,0,-63,-48r30,0v1,18,15,24,31,24v50,0,38,-36,37,-68v-7,16,-25,26,-44,26v-56,0,-59,-70,-59,-96v0,-52,14,-102,63,-102v22,-1,36,17,42,30r0,-25r29,0xm80,-172v-28,0,-36,30,-36,76v0,31,5,70,35,70v33,0,39,-30,39,-70v0,-37,-5,-76,-38,-76xm42,-268r18,0v1,31,54,30,55,0r17,0v0,15,-9,46,-45,46v-36,0,-45,-31,-45,-46","k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"\u0121":{"d":"147,-193r0,181v0,58,-27,78,-66,78v-12,0,-58,0,-63,-48r30,0v1,18,15,24,31,24v50,0,38,-36,37,-68v-7,16,-25,26,-44,26v-56,0,-59,-70,-59,-96v0,-52,14,-102,63,-102v22,-1,36,17,42,30r0,-25r29,0xm80,-172v-28,0,-36,30,-36,76v0,31,5,70,35,70v33,0,39,-30,39,-70v0,-37,-5,-76,-38,-76xm72,-227r0,-36r28,0r0,36r-28,0","k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"\u0123":{"d":"147,-193r0,181v0,58,-27,78,-66,78v-12,0,-58,0,-63,-48r30,0v1,18,15,24,31,24v50,0,38,-36,37,-68v-7,16,-25,26,-44,26v-56,0,-59,-70,-59,-96v0,-52,14,-102,63,-102v22,-1,36,17,42,30r0,-25r29,0xm80,-172v-28,0,-36,30,-36,76v0,31,5,70,35,70v33,0,39,-30,39,-70v0,-37,-5,-76,-38,-76xm97,-257r0,33r-30,0v0,-30,-4,-59,28,-58v2,16,-12,8,-12,25r14,0","k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"\u0125":{"d":"20,0r0,-257r30,0r1,86v8,-16,29,-27,46,-27v50,0,50,38,50,61r0,137r-30,0r0,-133v0,-15,-2,-39,-29,-39v-16,0,-38,11,-38,39r0,133r-30,0xm33,-278r37,-51r28,0r36,51r-29,0r-21,-32r-22,32r-29,0"},"\u0127":{"d":"-1,-213r0,-17r26,0r0,-27r30,0r0,27r39,0r0,17r-39,0v1,13,-2,31,1,42v8,-16,30,-27,47,-27v50,0,49,38,49,61r0,137r-30,0r0,-133v0,-15,-1,-39,-28,-39v-16,0,-39,11,-39,39r0,133r-30,0r0,-213r-26,0","w":172},"\u0129":{"d":"22,0r0,-193r30,0r0,193r-30,0xm17,-264v0,0,50,30,53,-2r20,0v0,18,-10,40,-31,40v-23,0,-51,-29,-56,2r-19,0v0,-21,14,-40,33,-40","w":73},"\u012b":{"d":"22,0r0,-193r30,0r0,193r-30,0xm-11,-235r0,-20r95,0r0,20r-95,0","w":73},"\u012f":{"d":"52,-193r0,193v-27,23,-33,35,-33,45v0,19,23,15,34,8r5,13v-22,17,-61,14,-61,-18v0,-18,12,-34,38,-48r-13,0r0,-193r30,0xm22,-222r0,-35r30,0r0,35r-30,0","w":73},"\u0135":{"d":"52,-193r0,212v2,37,-22,51,-60,46r0,-26v23,5,30,-7,30,-31r0,-201r30,0xm-14,-219r36,-51r28,0r36,51r-28,0r-22,-32r-22,32r-28,0","w":73},"\u0137":{"d":"95,-120r69,120r-35,0r-54,-95r-25,30r0,65r-30,0r0,-257r30,0r1,153r67,-89r36,0xm69,51r0,-33r30,0v1,30,3,59,-28,58v-3,-17,12,-8,12,-25r-14,0","w":159},"\u013a":{"d":"22,0r0,-257r30,0r0,257r-30,0xm22,-278r25,-51r35,0r-39,51r-21,0","w":73,"k":{"\u0175":-4,"w":-4}},"\u013e":{"d":"22,0r0,-257r30,0r0,257r-30,0xm67,-206r9,-51r32,0r-22,51r-19,0","w":93,"k":{"\u0175":-4,"w":-4}},"\u013c":{"d":"22,0r0,-257r30,0r0,257r-30,0xm22,51r0,-33r30,0v1,30,3,59,-28,58v-3,-17,12,-8,12,-25r-14,0","w":73,"k":{"\u0175":-4,"w":-4}},"\u0144":{"d":"20,0r0,-193r29,0r0,23v8,-18,28,-28,47,-28v51,0,51,38,51,61r0,137r-30,0r0,-133v0,-15,-2,-39,-29,-39v-16,0,-38,11,-38,39r0,133r-30,0xm68,-219r25,-51r35,0r-39,51r-21,0","k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"\u0148":{"d":"20,0r0,-193r29,0r0,23v8,-18,28,-28,47,-28v51,0,51,38,51,61r0,137r-30,0r0,-133v0,-15,-2,-39,-29,-39v-16,0,-38,11,-38,39r0,133r-30,0xm133,-270r-37,51r-27,0r-36,-51r28,0r22,31r22,-31r28,0","k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"\u0146":{"d":"20,0r0,-193r29,0r0,23v8,-18,28,-28,47,-28v51,0,51,38,51,61r0,137r-30,0r0,-133v0,-15,-2,-39,-29,-39v-16,0,-38,11,-38,39r0,133r-30,0xm68,51r0,-33r30,0v1,30,3,59,-28,58v-3,-17,12,-8,12,-25r-14,0","k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"\u014d":{"d":"10,-96v0,-54,14,-102,70,-102v56,0,69,48,69,102v0,54,-14,101,-69,101v-56,0,-70,-47,-70,-101xm79,-19v32,0,39,-35,39,-77v0,-42,-6,-78,-39,-78v-31,0,-37,36,-37,78v0,42,6,77,37,77xm33,-235r0,-20r95,0r0,20r-95,0","w":159,"k":{"\u0177":-4,"\u0175":-4,"\u00ff":-4,"\u00fd":-4,"y":-4,"w":-4}},"\u014f":{"d":"10,-96v0,-54,14,-102,70,-102v56,0,69,48,69,102v0,54,-14,101,-69,101v-56,0,-70,-47,-70,-101xm79,-19v32,0,39,-35,39,-77v0,-42,-6,-78,-39,-78v-31,0,-37,36,-37,78v0,42,6,77,37,77xm35,-268r17,0v1,30,54,31,55,0r18,0v0,15,-9,46,-45,46v-36,0,-45,-31,-45,-46","w":159,"k":{"\u0177":-4,"\u0175":-4,"\u00ff":-4,"\u00fd":-4,"y":-4,"w":-4}},"\u0151":{"d":"10,-96v0,-54,14,-102,70,-102v56,0,69,48,69,102v0,54,-14,101,-69,101v-56,0,-70,-47,-70,-101xm79,-19v32,0,39,-35,39,-77v0,-42,-6,-78,-39,-78v-31,0,-37,36,-37,78v0,42,6,77,37,77xm98,-219r25,-51r35,0r-39,51r-21,0xm39,-219r25,-51r35,0r-39,51r-21,0","w":159,"k":{"\u0177":-4,"\u0175":-4,"\u00ff":-4,"\u00fd":-4,"y":-4,"w":-4}},"\u0155":{"d":"20,0r0,-193r30,0v1,9,-2,22,1,29v10,-22,27,-40,55,-32r0,30v-26,-7,-56,5,-56,44r0,122r-30,0xm28,-219r25,-51r36,0r-39,51r-22,0","w":106,"k":{"\u0177":-6,"\u00ff":-6,"\u00fd":-6,"y":-6,"v":-6,".":27,"-":13,",":27}},"\u0157":{"d":"20,0r0,-193r30,0v1,9,-2,22,1,29v10,-22,27,-40,55,-32r0,30v-26,-7,-56,5,-56,44r0,122r-30,0xm21,51r0,-33r29,0v1,30,3,59,-28,58v-3,-17,13,-8,13,-25r-14,0","w":106,"k":{"\u0177":-6,"\u00ff":-6,"\u00fd":-6,"y":-6,"v":-6,".":27,"-":13,",":27}},"\u0159":{"d":"20,0r0,-193r30,0v1,9,-2,22,1,29v10,-22,27,-40,55,-32r0,30v-26,-7,-56,5,-56,44r0,122r-30,0xm109,-270r-36,51r-28,0r-36,-51r28,0r22,31r22,-31r28,0","w":106,"k":{"\u0177":-6,"\u00ff":-6,"\u00fd":-6,"y":-6,"v":-6,".":27,"-":13,",":27}},"\u015b":{"d":"107,-51v0,-56,-94,-21,-94,-94v0,-36,28,-53,61,-53v56,0,59,39,59,62r-30,0v0,-24,-7,-38,-29,-38v-10,0,-31,2,-31,29v0,50,95,20,95,90v0,40,-27,60,-63,60v-66,0,-66,-48,-66,-68r30,0v0,23,6,44,36,44v10,0,32,-5,32,-32xm62,-219r25,-51r36,0r-39,51r-22,0","w":146,"k":{"\u0175":-4,"w":-4}},"\u015d":{"d":"107,-51v0,-56,-94,-21,-94,-94v0,-36,28,-53,61,-53v56,0,59,39,59,62r-30,0v0,-24,-7,-38,-29,-38v-10,0,-31,2,-31,29v0,50,95,20,95,90v0,40,-27,60,-63,60v-66,0,-66,-48,-66,-68r30,0v0,23,6,44,36,44v10,0,32,-5,32,-32xm26,-219r36,-51r28,0r36,51r-28,0r-22,-32r-22,32r-28,0","w":146,"k":{"\u0175":-4,"w":-4}},"\u015f":{"d":"107,-51v0,-56,-94,-21,-94,-94v0,-36,28,-53,61,-53v56,0,59,39,59,62r-30,0v0,-24,-7,-38,-29,-38v-10,0,-31,2,-31,29v0,50,98,20,95,90v-2,38,-23,58,-60,60r4,-5v-8,0,-17,-1,-19,4v-39,2,-59,-45,-54,-67r30,0v0,23,6,44,36,44v10,0,32,-5,32,-32xm34,68r5,-12v9,4,48,7,43,-10v0,-21,-33,-4,-37,-17v10,-10,11,-29,33,-24r-10,15v19,-3,39,0,40,25v1,31,-50,38,-74,23","w":146,"k":{"\u0175":-4,"w":-4}},"\uf6c2":{"d":"107,-51v0,-56,-94,-21,-94,-94v0,-36,28,-53,61,-53v56,0,59,39,59,62r-30,0v0,-24,-7,-38,-29,-38v-10,0,-31,2,-31,29v0,50,98,20,95,90v-2,38,-23,58,-60,60r4,-5v-8,0,-17,-1,-19,4v-39,2,-59,-45,-54,-67r30,0v0,23,6,44,36,44v10,0,32,-5,32,-32xm34,68r5,-12v9,4,48,7,43,-10v0,-21,-33,-4,-37,-17v10,-10,11,-29,33,-24r-10,15v19,-3,39,0,40,25v1,31,-50,38,-74,23","w":146},"\u0165":{"d":"88,-206r10,-51r31,0r-21,51r-20,0xm29,-193r0,-56r30,0r0,56r34,0r0,24r-34,0r0,124v-4,21,16,23,33,20r0,25v-29,6,-72,-1,-63,-36r0,-133r-28,0r0,-24r28,0","w":115},"\u0163":{"d":"29,-193r0,-56r30,0r0,56r34,0r0,24r-34,0r0,124v-4,21,16,23,33,20r0,25v-29,6,-72,-1,-63,-36r0,-133r-28,0r0,-24r28,0xm43,51r0,-33r30,0v1,30,3,59,-28,58v-3,-17,12,-8,12,-25r-14,0","w":93},"\u0167":{"d":"-2,-107r0,-18r31,0r0,-44r-28,0r0,-24r28,0r0,-56r30,0r0,56r34,0r0,24r-34,0r0,44r36,0r0,18r-36,0v5,34,-19,94,33,82r0,25v-29,6,-72,-1,-63,-36r0,-71r-31,0","w":93},"\u0169":{"d":"147,-193r0,193r-29,0v-1,-7,2,-18,-1,-23v-8,18,-27,28,-46,28v-51,0,-51,-38,-51,-61r0,-137r30,0r0,133v0,15,1,39,28,39v16,0,39,-11,39,-39r0,-133r30,0xm64,-264v0,0,50,30,53,-2r20,0v0,18,-10,40,-31,40v-23,0,-51,-29,-56,2r-19,0v0,-21,14,-40,33,-40"},"\u016b":{"d":"147,-193r0,193r-29,0v-1,-7,2,-18,-1,-23v-8,18,-27,28,-46,28v-51,0,-51,-38,-51,-61r0,-137r30,0r0,133v0,15,1,39,28,39v16,0,39,-11,39,-39r0,-133r30,0xm36,-235r0,-20r95,0r0,20r-95,0"},"\u016d":{"d":"147,-193r0,193r-29,0v-1,-7,2,-18,-1,-23v-8,18,-27,28,-46,28v-51,0,-51,-38,-51,-61r0,-137r30,0r0,133v0,15,1,39,28,39v16,0,39,-11,39,-39r0,-133r30,0xm39,-268r17,0v1,30,54,31,55,0r18,0v0,15,-9,46,-45,46v-36,0,-45,-31,-45,-46"},"\u016f":{"d":"147,-193r0,193r-29,0v-1,-7,2,-18,-1,-23v-8,18,-27,28,-46,28v-51,0,-51,-38,-51,-61r0,-137r30,0r0,133v0,15,1,39,28,39v16,0,39,-11,39,-39r0,-133r30,0xm63,-248v0,11,10,20,21,20v11,0,20,-9,20,-20v0,-11,-9,-21,-20,-21v-11,0,-21,10,-21,21xm48,-248v0,-20,16,-36,36,-36v20,0,35,16,35,36v0,20,-15,35,-35,35v-20,0,-36,-15,-36,-35"},"\u0171":{"d":"147,-193r0,193r-29,0v-1,-7,2,-18,-1,-23v-8,18,-27,28,-46,28v-51,0,-51,-38,-51,-61r0,-137r30,0r0,133v0,15,1,39,28,39v16,0,39,-11,39,-39r0,-133r30,0xm101,-219r25,-51r36,0r-39,51r-22,0xm42,-219r25,-51r36,0r-39,51r-22,0"},"\u0173":{"d":"147,0v-27,-3,-39,33,-42,46v0,18,23,14,34,7r6,13v-22,17,-63,12,-63,-17v0,-17,10,-30,36,-49v-1,-7,2,-18,-1,-23v-8,18,-27,28,-46,28v-51,0,-51,-38,-51,-61r0,-137r30,0r0,133v0,15,1,39,28,39v16,0,39,-11,39,-39r0,-133r30,0r0,193"},"\u0175":{"d":"49,0r-45,-193r31,0r32,158r33,-158r35,0r33,158r30,-158r32,0r-46,193r-33,0r-35,-158r-32,158r-35,0xm68,-219r36,-51r28,0r36,51r-28,0r-22,-32r-22,32r-28,0","w":233,"k":{".":13,",":13}},"\u0177":{"d":"60,4r-56,-197r33,0r39,155r33,-155r34,0r-56,206v-5,35,-30,57,-74,49r0,-23v28,7,45,-11,47,-35xm25,-219r37,-51r27,0r36,51r-28,0r-22,-32r-22,32r-28,0","w":146,"k":{"\u0105":-4,"\u0103":-4,"\u0101":-4,"\u00e3":-4,"\u00e5":-4,"\u00e0":-4,"\u00e4":-4,"\u00e2":-4,"\u00e1":-4,"a":-4,".":20,",":20}},"\u017a":{"d":"14,-167r0,-26r116,0r0,25r-86,142r86,0r0,26r-120,0r0,-24r87,-143r-83,0xm58,-219r26,-51r35,0r-39,51r-22,0","w":140},"\u017c":{"d":"14,-167r0,-26r116,0r0,25r-86,142r86,0r0,26r-120,0r0,-24r87,-143r-83,0xm57,-227r0,-36r28,0r0,36r-28,0","w":140},"\u013f":{"d":"21,0r0,-257r32,0r0,229r104,0r0,28r-136,0xm85,-157r0,-36r28,0r0,36r-28,0","w":159,"k":{"\u0177":13,"\u0176":33,"\u0174":27,"\u0162":34,"\u0164":34,"\u00ff":13,"\u00fd":13,"\u0178":33,"\u00dd":33,"y":13,"Y":33,"W":27,"V":27,"T":34}},"\u0140":{"d":"22,0r0,-257r30,0r0,257r-30,0xm72,-157r0,-36r28,0r0,36r-28,0","w":105,"k":{"\u0175":-4,"w":-4}},"\u00a0":{"w":86},"\u00ad":{"d":"19,-88r0,-28r88,0r0,28r-88,0","w":126},"\u0110":{"d":"56,-26r33,0v55,0,61,-56,61,-102v0,-50,-3,-103,-61,-103r-33,0r0,85r48,0r0,24r-48,0r0,96xm24,0r0,-122r-21,0r0,-24r21,0r0,-111r69,0v80,0,90,57,90,128v0,65,-16,129,-87,129r-72,0","w":200}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1988, 1990, 1993, 2003 Linotype Library GmbH, www.linotype.com. All
 * rights reserved. Copyright © 1988, 1990, 1993 Adobe Systems Incorporated. All
 * Rights Reserved.
 * 
 * Trademark:
 * Helvetica, Neue Helvetica is a trademark of Heidelberger Druckmaschinen AG
 * which may be registered in certain jurisdictions, exclusively licensed through
 * Linotype Library GmbH, a wholly owned subsidiary of Heidelberger Druckmaschinen
 * AG.
 * 
 * Full name:
 * HelveticaNeueLTPro-BdCn
 * 
 * Description:
 * Copyright © 1988, 1990, 1993, 2003 Linotype Library GmbH, www.linotype.com. All
 * rights reserved. Copyright © 1988, 1990, 1993 Adobe Systems Incorporated. All
 * Rights Reserved.
 * 
 * Manufacturer:
 * Linotype Library GmbH
 * 
 * Designer:
 * Linotype Library GmbH
 * 
 * Vendor URL:
 * http://www.linotype.com
 * 
 * License information:
 * http://www.Linotype.com
 */
Cufon.registerFont({"w":200,"face":{"font-family":"helvetica-condensed","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 6 3 5 2 3 2 4","ascent":"257","descent":"-103","x-height":"5","bbox":"-13 -493 278 91","underline-thickness":"18","underline-position":"-18","stemh":"38","stemv":"50","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":86},"\u0149":{"d":"27,0r0,-194r48,0v1,7,-2,18,1,23v22,-43,98,-40,98,27r0,144r-49,0r0,-134v0,-20,-7,-27,-22,-27v-18,0,-26,11,-26,32r0,129r-50,0xm11,-300r40,0r0,35v0,33,-18,37,-35,39r0,-13v8,-3,13,-7,13,-18r-18,0r0,-43","w":190,"k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"\u0132":{"d":"72,0r-51,0r0,-257r51,0r0,257xm191,-257r52,0r0,185v0,55,-25,77,-77,77v-59,0,-69,-38,-68,-86r47,0v-1,27,1,48,23,48v19,0,23,-13,23,-40r0,-184","w":258},"\u0133":{"d":"18,-217r0,-43r50,0r0,43r-50,0xm18,0r0,-194r50,0r0,194r-50,0xm105,-217r0,-43r49,0r0,43r-49,0xm105,-4r0,-190r49,0r0,207v4,41,-28,54,-77,50r0,-36v23,1,28,-5,28,-31","w":172},"!":{"d":"28,-48r50,0r0,48r-50,0r0,-48xm71,-72r-36,0r-7,-102r0,-83r50,0v1,65,-2,126,-7,185","w":106},"\"":{"d":"26,-141r0,-116r45,0r0,116r-45,0xm96,-141r0,-116r45,0r0,116r-45,0","w":166},"#":{"d":"72,-147r-6,44r35,0r6,-44r-35,0xm0,-63r0,-40r31,0r6,-44r-26,0r0,-40r31,0r8,-63r34,0r-7,63r35,0r8,-63r34,0r-7,63r26,0r0,40r-31,0r-6,44r26,0r0,40r-31,0r-8,63r-34,0r7,-63r-35,0r-7,63r-35,0r8,-63r-27,0","w":172},"$":{"d":"74,36r0,-31v-62,-7,-72,-37,-71,-81r50,0v0,20,2,38,21,43r0,-73v-39,-10,-68,-35,-68,-75v0,-44,25,-69,68,-74r0,-25r23,0r0,25v55,6,67,36,66,73r-49,0v0,-18,-4,-31,-17,-35r0,68v35,16,73,23,73,77v0,52,-25,74,-73,77r0,31r-23,0xm74,-159r0,-58v-24,6,-24,49,0,58xm97,-97r0,64v31,-7,25,-56,0,-64","w":172},"%":{"d":"50,11r147,-272r32,0r-147,272r-32,0xm48,-188v0,29,2,43,16,43v14,0,16,-14,16,-43v0,-26,-2,-40,-16,-40v-14,0,-16,14,-16,40xm10,-186v0,-46,9,-69,54,-69v45,0,54,23,54,69v0,46,-9,69,-54,69v-45,0,-54,-23,-54,-69xm162,-64v0,-46,9,-68,54,-68v45,0,54,22,54,68v0,46,-9,69,-54,69v-45,0,-54,-23,-54,-69xm201,-65v0,29,1,43,15,43v14,0,16,-14,16,-43v0,-26,-2,-40,-16,-40v-14,0,-15,14,-15,40","w":280},"&":{"d":"115,-137r38,52v5,-11,9,-27,9,-38r45,0v0,28,-11,53,-26,75r34,48r-56,0r-14,-20v-13,15,-36,25,-62,25v-65,0,-79,-45,-79,-74v0,-30,20,-54,52,-74v-39,-40,-37,-116,39,-114v85,2,80,87,20,120xm123,-51r-43,-62v-20,15,-26,28,-26,44v0,31,52,48,69,18xm94,-225v-35,2,-19,42,-3,57v23,-11,42,-54,3,-57","w":213},"(":{"d":"68,-257r39,0v-56,102,-56,221,0,323r-39,0v-68,-115,-68,-208,0,-323","w":106},")":{"d":"0,-257r38,0v69,115,69,208,0,323r-38,0v56,-102,56,-221,0,-323","w":106},"*":{"d":"55,-257r30,0r0,46r44,-14r9,28r-44,14r27,38r-24,17r-27,-38r-27,38r-24,-17r27,-38r-43,-14r9,-28r43,14r0,-46","w":140},"+":{"d":"86,0r0,-69r-69,0r0,-44r69,0r0,-69r44,0r0,69r69,0r0,44r-69,0r0,69r-44,0","w":216},",":{"d":"19,-56r48,0v0,56,8,112,-48,115r0,-25v15,-4,20,-17,19,-34r-19,0r0,-56","w":86,"k":{" ":13}},"-":{"d":"16,-125r101,0r0,42r-101,0r0,-42","w":133},".":{"d":"19,-56r48,0r0,56r-48,0r0,-56","w":86,"k":{" ":13}},"\/":{"d":"-1,5r81,-267r41,0r-82,267r-40,0","w":119},"0":{"d":"6,-119v0,-71,4,-136,80,-136v62,0,80,34,80,124v0,71,-4,136,-80,136v-62,0,-80,-34,-80,-124xm58,-135r0,27v0,64,6,79,28,79v23,0,28,-19,28,-85r0,-28v0,-64,-6,-79,-28,-79v-23,0,-28,20,-28,86","w":172},"1":{"d":"117,0r-51,0r0,-180r-51,0r0,-34v36,1,59,-12,64,-41r38,0r0,255","w":172},"2":{"d":"163,-40r0,40r-157,0v-4,-53,39,-98,78,-131v23,-20,26,-32,26,-58v0,-21,-8,-32,-25,-32v-26,0,-29,23,-29,50r-50,0v-3,-55,21,-83,80,-84v94,-2,94,106,36,151v-19,15,-50,44,-55,64r96,0","w":172},"3":{"d":"7,-75r50,0v0,30,5,46,28,46v25,0,29,-19,29,-41v0,-30,-15,-48,-51,-43r0,-34v32,5,46,-13,46,-41v0,-24,-7,-33,-24,-33v-22,0,-27,17,-27,41r-47,0v0,-50,26,-75,75,-75v46,0,73,21,73,66v1,32,-17,50,-39,57v33,5,46,28,46,60v0,35,-14,77,-85,77v-50,0,-75,-30,-74,-80","w":172},"4":{"d":"5,-53r0,-42r85,-160r53,0r0,162r25,0r0,40r-25,0r0,53r-47,0r0,-53r-91,0xm96,-93r-1,-97r-50,97r51,0","w":172},"5":{"d":"153,-250r0,40r-94,0r-5,58v10,-13,25,-19,47,-19v49,0,62,42,62,82v0,56,-16,94,-81,94v-68,0,-77,-41,-76,-78r50,0v0,17,3,42,25,42v21,0,31,-17,31,-50v0,-42,-7,-54,-30,-54v-15,0,-23,10,-25,24r-46,0r9,-139r133,0","w":172},"6":{"d":"59,-79v0,29,5,50,29,50v25,0,28,-21,28,-50v0,-35,-8,-48,-28,-48v-21,0,-29,13,-29,48xm162,-190r-50,0v0,-20,-6,-31,-23,-31v-30,0,-35,41,-31,77v9,-13,24,-22,47,-22v45,0,63,34,63,80v0,59,-26,91,-83,91v-71,0,-80,-57,-80,-119v0,-72,2,-141,86,-141v37,0,70,16,71,65","w":172},"7":{"d":"8,-250r157,0r0,40v-42,59,-66,138,-75,210r-54,0v8,-62,29,-137,79,-205r-107,0r0,-45","w":172},"8":{"d":"57,-73v0,24,6,44,29,44v23,0,30,-20,30,-44v0,-24,-7,-44,-30,-44v-23,0,-29,20,-29,44xm61,-186v0,24,10,36,25,36v15,0,26,-12,26,-36v0,-23,-9,-35,-26,-35v-17,0,-25,12,-25,35xm5,-72v-1,-33,16,-56,43,-64v-69,-24,-32,-132,38,-119v71,-12,107,93,39,119v27,9,43,31,43,64v0,29,-11,77,-82,77v-71,0,-81,-48,-81,-77","w":172},"9":{"d":"57,-171v0,35,8,49,28,49v21,0,28,-14,28,-49v0,-29,-4,-50,-28,-50v-25,0,-28,21,-28,50xm11,-59r50,0v0,19,6,30,23,30v30,0,35,-41,31,-77v-9,13,-25,22,-48,22v-45,0,-62,-34,-62,-80v0,-59,25,-91,82,-91v71,0,81,57,81,119v0,72,-2,141,-86,141v-37,0,-70,-15,-71,-64","w":172},":":{"d":"19,-131r0,-57r48,0r0,57r-48,0xm19,0r0,-56r48,0r0,56r-48,0","w":86},";":{"d":"19,-188r48,0r0,57r-48,0r0,-57xm19,-56r48,0v0,56,8,112,-48,115r0,-25v15,-4,20,-17,19,-34r-19,0r0,-56","w":86},"\u037e":{"d":"19,-188r48,0r0,57r-48,0r0,-57xm19,-56r48,0v0,56,8,112,-48,115r0,-25v15,-4,20,-17,19,-34r-19,0r0,-56","w":86},"<":{"d":"17,-72r0,-38r182,-75r0,45r-122,49r122,49r0,45","w":216},"=":{"d":"17,-30r0,-44r182,0r0,44r-182,0xm17,-108r0,-45r182,0r0,45r-182,0","w":216},">":{"d":"17,3r0,-45r122,-49r-122,-49r0,-45r182,75r0,38","w":216},"?":{"d":"58,-48r50,0r0,48r-50,0r0,-48xm60,-177r-47,0v-2,-50,20,-82,71,-83v77,-2,97,77,54,126v-15,17,-37,32,-33,63r-44,0v-4,-41,14,-65,36,-86v20,-19,21,-68,-11,-69v-21,0,-27,23,-26,49","w":173},"@":{"d":"188,-176r5,-19r31,0r-23,105v0,5,2,7,7,7v14,0,38,-24,38,-62v0,-48,-46,-83,-96,-83v-57,0,-99,48,-99,100v0,55,47,99,102,99v33,0,58,-11,78,-23r32,0v-26,36,-65,57,-119,57v-74,0,-134,-60,-134,-134v0,-74,60,-133,134,-133v72,0,134,43,134,109v0,76,-68,103,-91,103v-15,1,-20,-8,-24,-19v-31,34,-96,20,-96,-42v0,-63,79,-124,121,-65xm148,-162v-38,-2,-58,69,-15,74v40,3,61,-70,15,-74","w":288},"A":{"d":"75,-97r50,0r-25,-115xm0,0r68,-257r64,0r68,257r-54,0r-12,-54r-68,0r-12,54r-54,0","k":{"\u0177":6,"\u0175":6,"\u0176":20,"\u0174":4,"\u0162":20,"\u0164":20,"\u00ff":6,"\u00fd":6,"\u0178":20,"\u00dd":20,"y":6,"w":6,"v":6,"Y":20,"W":4,"V":4,"T":20}},"B":{"d":"70,-116r0,78v35,1,62,-1,62,-39v0,-39,-27,-40,-62,-39xm70,-219r0,67v33,2,56,-3,56,-33v0,-31,-23,-36,-56,-34xm18,0r0,-257v75,2,160,-18,160,65v0,29,-15,48,-39,57v29,4,47,25,47,60v0,40,-21,75,-81,75r-87,0"},"C":{"d":"180,-170r-52,0v0,-37,-8,-54,-31,-54v-26,0,-33,26,-33,99v0,78,12,92,34,92v18,0,32,-9,32,-65r52,0v0,56,-14,103,-82,103v-78,0,-87,-56,-87,-134v0,-78,9,-133,87,-133v74,0,80,55,80,92","w":193,"k":{"\u0104":6,"\u0102":6,"\u0100":6,"\u00c3":6,"\u00c5":6,"\u00c0":6,"\u00c4":6,"\u00c2":6,"\u00c1":6,"A":6}},"D":{"d":"72,-219r0,181v58,4,66,-10,67,-93v0,-69,-9,-94,-67,-88xm21,0r0,-257r84,0v72,0,85,49,85,125v0,91,-19,132,-88,132r-81,0","w":206,"k":{"\u0176":20,"\u0104":12,"\u0102":12,"\u0100":12,"\u0178":20,"\u00dd":20,"\u00c3":12,"\u00c5":12,"\u00c0":12,"\u00c4":12,"\u00c2":12,"\u00c1":12,"Y":20,"A":12,".":9,",":9}},"E":{"d":"18,-257r144,0r0,42r-92,0r0,61r86,0r0,42r-86,0r0,70r95,0r0,42r-147,0r0,-257","w":173},"F":{"d":"18,0r0,-257r144,0r0,42r-92,0r0,61r86,0r0,42r-86,0r0,112r-52,0","w":166,"k":{"\u0119":7,"\u0117":7,"\u0115":7,"\u0113":7,"\u011b":7,"\u0105":7,"\u0103":7,"\u0101":7,"\u0104":13,"\u0102":13,"\u0100":13,"\u00e8":7,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e3":7,"\u00e5":7,"\u00e0":7,"\u00e4":7,"\u00e2":7,"\u00e1":7,"\u00c3":13,"\u00c5":13,"\u00c0":13,"\u00c4":13,"\u00c2":13,"\u00c1":13,"e":7,"a":7,"A":13,".":40,",":40}},"G":{"d":"182,-181r-50,0v0,-19,-8,-43,-29,-43v-25,0,-36,26,-36,90v0,62,6,101,36,101v21,0,38,-32,32,-67r-34,0r0,-39r84,0r0,139r-38,0v-1,-7,2,-18,-1,-24v-13,20,-30,29,-54,29v-64,0,-77,-47,-77,-136v0,-86,21,-131,87,-131v57,0,80,29,80,81"},"H":{"d":"18,0r0,-257r52,0r0,98r60,0r0,-98r52,0r0,257r-52,0r0,-114r-60,0r0,114r-52,0"},"I":{"d":"72,0r-51,0r0,-257r51,0r0,257","w":92},"J":{"d":"99,-257r52,0r0,185v0,55,-26,77,-78,77v-59,0,-69,-38,-68,-86r48,0v-1,27,1,48,23,48v19,0,23,-13,23,-40r0,-184","w":166},"K":{"d":"18,-257r52,0r1,103r65,-103r56,0r-70,110r78,147r-58,0r-53,-105r-19,29r0,76r-52,0r0,-257","w":193},"L":{"d":"162,0r-144,0r0,-257r52,0r0,215r92,0r0,42","w":166,"k":{"\u0177":13,"\u0176":33,"\u0174":27,"\u0162":27,"\u0164":27,"\u00ff":13,"\u00fd":13,"\u0178":33,"\u00dd":33,"y":13,"Y":33,"W":27,"V":27,"T":27}},"M":{"d":"19,0r0,-257r77,0r38,181r37,-181r76,0r0,257r-47,0r-1,-205r-46,205r-40,0r-46,-205r0,205r-48,0","w":266},"N":{"d":"18,-257r60,0r63,176r0,-176r48,0r0,257r-59,0r-64,-180r0,180r-48,0r0,-257","w":206},"O":{"d":"13,-129v0,-78,9,-133,87,-133v78,0,88,55,88,133v0,78,-10,134,-88,134v-78,0,-87,-56,-87,-134xm64,-129v0,69,5,96,36,96v31,0,36,-27,36,-96v0,-69,-5,-95,-36,-95v-31,0,-36,26,-36,95","k":{"\u0176":9,"\u0162":9,"\u0164":9,"\u0104":9,"\u0102":9,"\u0100":9,"\u0178":9,"\u00dd":9,"\u00c3":9,"\u00c5":9,"\u00c0":9,"\u00c4":9,"\u00c2":9,"\u00c1":9,"Y":9,"T":9,"A":9,".":9,",":9}},"P":{"d":"70,-219r0,78v34,2,57,-2,57,-38v0,-35,-21,-43,-57,-40xm18,0r0,-257r91,0v53,0,70,38,70,77v0,64,-44,82,-109,77r0,103r-52,0","w":186,"k":{"\u0151":9,"\u014f":9,"\u014d":9,"\u0119":9,"\u0117":9,"\u0115":9,"\u0113":9,"\u011b":9,"\u0105":9,"\u0103":9,"\u0101":9,"\u0104":19,"\u0102":19,"\u0100":19,"\u00f5":9,"\u00f2":9,"\u00f6":9,"\u00f4":9,"\u00f3":9,"\u00e8":9,"\u00eb":9,"\u00ea":9,"\u00e9":9,"\u00e3":9,"\u00e5":9,"\u00e0":9,"\u00e4":9,"\u00e2":9,"\u00e1":9,"\u00c3":19,"\u00c5":19,"\u00c0":19,"\u00c4":19,"\u00c2":19,"\u00c1":19,"o":9,"e":9,"a":9,"A":19,".":54,",":54}},"Q":{"d":"64,-129v0,69,5,96,36,96v31,0,36,-27,36,-96v0,-69,-5,-95,-36,-95v-31,0,-36,26,-36,95xm134,0v-11,4,-20,5,-34,5v-78,0,-87,-56,-87,-134v0,-78,9,-133,87,-133v78,0,88,55,88,133v0,44,-3,81,-20,105r27,28r-30,28"},"R":{"d":"18,0r0,-257v76,1,164,-16,164,66v0,35,-14,58,-43,64v35,5,42,25,42,79v0,29,3,39,11,48r-56,0v-19,-30,13,-108,-38,-109r-28,0r0,109r-52,0xm70,-219r0,74v35,2,60,-1,60,-38v0,-34,-26,-38,-60,-36","k":{"\u0176":6,"\u0174":-4,"\u0172":-4,"\u0170":-4,"\u016e":-4,"\u016c":-4,"\u016a":-4,"\u0168":-4,"\u0162":6,"\u0164":6,"\u0178":6,"\u00dd":6,"\u00d9":-4,"\u00dc":-4,"\u00db":-4,"\u00da":-4,"Y":6,"W":-4,"U":-4,"T":6}},"S":{"d":"8,-80r52,0v-1,28,4,47,34,47v16,0,31,-10,31,-32v0,-23,-11,-32,-46,-44v-46,-15,-67,-35,-67,-77v0,-50,30,-76,79,-76v48,0,83,22,80,76r-50,0v0,-24,-8,-38,-28,-38v-42,0,-40,52,-3,65v40,14,89,37,89,85v0,54,-33,79,-89,79v-63,0,-84,-30,-82,-85","w":186},"T":{"d":"4,-257r164,0r0,42r-56,0r0,215r-52,0r0,-215r-56,0r0,-42","w":172,"k":{"\u0133":6,"\u0177":20,"\u0175":27,"\u0173":27,"\u0171":27,"\u016f":27,"\u016d":27,"\u016b":27,"\u0169":27,"\u0159":27,"\u0157":27,"\u0155":27,"\u0151":27,"\u014f":27,"\u014d":27,"\u012f":6,"\u0119":27,"\u0117":27,"\u0115":27,"\u0113":27,"\u011b":27,"\u0105":27,"\u0103":27,"\u0101":27,"\u0104":20,"\u0102":20,"\u0100":20,"\u00ff":20,"\u00fd":20,"\u00f9":27,"\u00fc":27,"\u00fb":27,"\u00fa":27,"\u00f5":27,"\u00f2":27,"\u00f6":27,"\u00f4":27,"\u00f3":27,"\u00e8":27,"\u00eb":27,"\u00ea":27,"\u00e9":27,"\u00e3":27,"\u00e5":27,"\u00e0":27,"\u00e4":27,"\u00e2":27,"\u00e1":27,"\u00c3":20,"\u00c5":20,"\u00c0":20,"\u00c4":20,"\u00c2":20,"\u00c1":20,"y":20,"w":27,"u":27,"r":27,"o":27,"i":6,"e":27,"a":27,"A":20,";":27,":":27,".":33,"-":20,",":33}},"U":{"d":"15,-257r52,0r0,179v0,26,6,45,30,45v24,0,30,-19,30,-45r0,-179r52,0r0,179v0,65,-40,83,-82,83v-42,0,-82,-14,-82,-83r0,-179","w":193},"V":{"d":"1,-257r56,0r37,190r38,-190r54,0r-59,257r-67,0","w":186,"k":{"\u0133":9,"\u0173":11,"\u0171":11,"\u016f":11,"\u016d":11,"\u016b":11,"\u0169":11,"\u0151":9,"\u014f":9,"\u014d":9,"\u012f":9,"\u0119":9,"\u0117":9,"\u0115":9,"\u0113":9,"\u011b":9,"\u0105":6,"\u0103":6,"\u0101":6,"\u0104":13,"\u0102":13,"\u0100":13,"\u00f9":11,"\u00fc":11,"\u00fb":11,"\u00fa":11,"\u00f5":9,"\u00f2":9,"\u00f6":9,"\u00f4":9,"\u00f3":9,"\u00e8":9,"\u00eb":9,"\u00ea":9,"\u00e9":9,"\u00e3":6,"\u00e5":6,"\u00e0":6,"\u00e4":6,"\u00e2":6,"\u00e1":6,"\u00c3":13,"\u00c5":13,"\u00c0":13,"\u00c4":13,"\u00c2":13,"\u00c1":13,"u":11,"o":9,"i":9,"e":9,"a":6,"A":13,";":6,":":6,".":26,"-":6,",":33}},"W":{"d":"50,0r-47,-257r50,0r29,190r30,-190r50,0r31,190r28,-190r50,0r-47,257r-58,0r-30,-186r-28,186r-58,0","w":273,"k":{"\u0151":6,"\u014f":6,"\u014d":6,"\u0119":6,"\u0117":6,"\u0115":6,"\u0113":6,"\u011b":6,"\u0105":6,"\u0103":6,"\u0101":6,"\u0104":6,"\u0102":6,"\u0100":6,"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00e8":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e3":6,"\u00e5":6,"\u00e0":6,"\u00e4":6,"\u00e2":6,"\u00e1":6,"\u00c3":6,"\u00c5":6,"\u00c0":6,"\u00c4":6,"\u00c2":6,"\u00c1":6,"o":6,"e":6,"a":6,"A":6,".":27,"-":6,",":27}},"X":{"d":"66,-130r-59,-127r57,0r34,83r32,-83r57,0r-60,127r64,130r-58,0r-37,-87r-37,87r-57,0","w":193},"Y":{"d":"1,-257r58,0r35,99r36,-99r56,0r-66,156r0,101r-52,0r0,-101","w":187,"k":{"\u0133":9,"\u0173":22,"\u0171":22,"\u016f":22,"\u016d":22,"\u016b":22,"\u0169":22,"\u0151":29,"\u014f":29,"\u014d":29,"\u012f":9,"\u0119":29,"\u0117":29,"\u0115":29,"\u0113":29,"\u011b":29,"\u0105":29,"\u0103":29,"\u0101":29,"\u015e":6,"\u015c":6,"\u015a":6,"\u0150":7,"\u014e":7,"\u014c":7,"\u0104":20,"\u0102":20,"\u0100":20,"\u00f9":22,"\u00fc":22,"\u00fb":22,"\u00fa":22,"\u00f5":29,"\u00f2":29,"\u00f6":29,"\u00f4":29,"\u00f3":29,"\u00e8":29,"\u00eb":29,"\u00ea":29,"\u00e9":29,"\u00e3":29,"\u00e5":29,"\u00e0":29,"\u00e4":29,"\u00e2":29,"\u00e1":29,"\u0160":6,"\u00d5":7,"\u00d2":7,"\u00d6":7,"\u00d4":7,"\u00d3":7,"\u00c3":20,"\u00c5":20,"\u00c0":20,"\u00c4":20,"\u00c2":20,"\u00c1":20,"u":22,"o":29,"i":9,"e":29,"a":29,"S":6,"O":7,"A":20,";":13,":":13,".":40,"-":27,",":40}},"Z":{"d":"9,0r0,-38r94,-177r-88,0r0,-42r148,0r0,39r-96,176r98,0r0,42r-156,0","w":173},"[":{"d":"29,66r0,-323r82,0r0,36r-38,0r0,251r38,0r0,36r-82,0","w":113},"\\":{"d":"80,5r-81,-267r40,0r82,267r-41,0","w":119},"]":{"d":"2,66r0,-36r38,0r0,-251r-38,0r0,-36r83,0r0,323r-83,0","w":113},"^":{"d":"65,-111r-45,0r68,-139r40,0r68,139r-45,0r-43,-89","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"a":{"d":"61,-134r-45,0v-2,-48,29,-65,68,-65v119,0,46,114,77,199r-48,0v-4,-5,-3,-15,-7,-20v-12,20,-25,25,-49,25v-35,0,-47,-29,-47,-55v0,-49,36,-61,77,-68v29,-5,27,-49,-3,-47v-17,0,-24,12,-23,31xm107,-97v-19,14,-49,12,-49,41v0,15,5,27,18,27v13,0,31,-8,31,-30r0,-38","w":173,"k":{"\u0175":-4,"w":-4}},"b":{"d":"17,0r0,-257r49,0v1,26,-2,57,1,81v10,-15,23,-23,42,-23v41,0,59,30,59,102v0,72,-18,102,-59,102v-21,1,-32,-10,-45,-26r0,21r-47,0xm66,-97v0,42,5,64,27,64v22,0,25,-22,25,-64v0,-42,-3,-64,-25,-64v-22,0,-27,22,-27,64","w":180},"c":{"d":"157,-124r-47,0v0,-19,-4,-39,-23,-39v-24,0,-28,22,-28,67v0,48,5,67,27,67v17,0,24,-13,24,-45r47,0v0,51,-20,79,-73,79v-50,0,-75,-24,-75,-102v0,-80,33,-102,79,-102v46,0,69,29,69,75","w":166,"k":{"\u0140":7,"\u0177":4,"\u013c":7,"\u013e":7,"\u013a":7,"\u00ff":4,"\u00fd":4,"y":4,"l":7}},"d":{"d":"116,0v-1,-6,2,-16,-1,-21v-11,18,-24,26,-44,26v-41,0,-59,-30,-59,-102v0,-72,18,-102,59,-102v20,-1,31,10,43,23r0,-81r49,0r0,257r-47,0xm62,-97v0,42,3,64,25,64v22,0,27,-22,27,-64v0,-42,-5,-64,-27,-64v-22,0,-25,22,-25,64","w":180},"e":{"d":"157,-89r-98,0v-1,28,3,60,25,60v17,0,23,-12,26,-36r44,0v-2,45,-22,70,-70,70v-72,0,-75,-56,-75,-104v0,-52,10,-100,77,-100v62,-1,72,46,71,110xm59,-119r51,0v-1,-30,-4,-46,-25,-46v-22,1,-27,24,-26,46","w":166,"k":{"x":4}},"f":{"d":"27,0r0,-160r-25,0r0,-34r25,0v-7,-57,24,-75,79,-67r0,35v-25,-3,-33,7,-29,32r29,0r0,34r-29,0r0,160r-50,0","w":106,"k":{"\u0105":7,"\u0103":7,"\u0101":7,"\u00e3":7,"\u00e5":7,"\u00e0":7,"\u00e4":7,"\u00e2":7,"\u00e1":7,"a":7}},"g":{"d":"62,-91v0,27,4,51,25,51v21,0,27,-23,27,-56v0,-47,-6,-65,-26,-65v-22,0,-26,18,-26,70xm63,14v-1,12,12,21,24,21v29,2,30,-34,26,-61v-42,49,-100,23,-100,-74v0,-45,6,-99,60,-99v15,-1,29,9,41,27r0,-22r48,0r0,184v0,51,-23,76,-81,76v-42,0,-66,-19,-66,-52r48,0","w":180,"k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"h":{"d":"17,0r0,-257r49,0r1,83v23,-40,96,-35,96,30r0,144r-49,0r0,-134v0,-20,-6,-27,-21,-27v-18,0,-27,11,-27,32r0,129r-49,0","w":180},"i":{"d":"18,-217r0,-43r50,0r0,43r-50,0xm18,0r0,-194r50,0r0,194r-50,0","w":86},"j":{"d":"18,-217r0,-43r50,0r0,43r-50,0xm18,-4r0,-190r50,0r0,207v4,40,-28,54,-77,50r0,-36v23,2,27,-5,27,-31","w":86},"k":{"d":"18,-257r50,0r1,136r50,-73r55,0r-56,77r64,117r-55,0r-41,-80r-18,23r0,57r-50,0r0,-257","w":180},"l":{"d":"18,0r0,-257r50,0r0,257r-50,0","w":86},"m":{"d":"17,0r0,-194r47,0v1,6,-2,16,1,20v21,-36,83,-32,94,6v18,-49,97,-40,97,27r0,141r-49,0r0,-135v0,-16,-6,-26,-20,-26v-16,0,-26,11,-26,34r0,127r-49,0r0,-135v0,-16,-6,-26,-20,-26v-16,0,-26,11,-26,34r0,127r-49,0","w":272},"n":{"d":"17,0r0,-194r47,0v1,7,-2,18,1,23v22,-43,98,-40,98,27r0,144r-49,0r0,-134v0,-20,-6,-27,-21,-27v-18,0,-27,11,-27,32r0,129r-49,0","w":180,"k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"o":{"d":"10,-97v0,-66,19,-102,76,-102v59,0,77,34,77,102v0,66,-20,102,-77,102v-59,0,-76,-34,-76,-102xm60,-97v0,40,2,68,26,68v20,0,27,-19,27,-68v0,-49,-7,-68,-27,-68v-24,0,-26,28,-26,68","w":172,"k":{"v":-4}},"p":{"d":"17,63r0,-257r47,0v1,6,-2,16,1,21v11,-18,24,-26,44,-26v41,0,59,30,59,102v0,72,-18,102,-59,102v-20,1,-31,-10,-43,-23r0,81r-49,0xm66,-97v0,42,5,64,27,64v22,0,25,-22,25,-64v0,-42,-3,-64,-25,-64v-22,0,-27,22,-27,64","w":180,"k":{".":6,",":6}},"q":{"d":"114,63v-1,-26,2,-57,-1,-81v-10,15,-23,23,-42,23v-41,0,-59,-30,-59,-102v0,-72,18,-102,59,-102v21,-1,32,10,45,26r0,-21r47,0r0,257r-49,0xm114,-97v0,-42,-5,-64,-27,-64v-22,0,-25,22,-25,64v0,42,3,64,25,64v22,0,27,-22,27,-64","w":180},"r":{"d":"17,0r0,-194r47,0v1,8,-2,20,1,26v11,-21,26,-35,53,-30r0,48v-27,-4,-52,2,-52,34r0,116r-49,0","w":119,"k":{"\u0177":-6,"\u00ff":-6,"\u00fd":-6,"y":-6,"v":-6,"q":6,".":27,"-":13,",":27}},"s":{"d":"8,-63r45,0v-1,21,7,33,26,34v30,2,32,-39,7,-45v-35,-8,-76,-24,-76,-66v0,-32,20,-59,71,-59v48,1,68,21,66,63r-44,0v6,-37,-44,-37,-46,-8v-2,20,34,28,52,33v73,20,46,122,-29,116v-58,-4,-73,-26,-72,-68","w":159},"t":{"d":"27,-194r0,-55r50,0r0,55r29,0r0,34r-29,0r0,105v-2,20,12,23,29,20r0,35v-45,5,-79,6,-79,-49r0,-111r-25,0r0,-34r25,0","w":106},"u":{"d":"116,0v-1,-7,2,-18,-1,-23v-22,43,-98,40,-98,-27r0,-144r49,0r0,134v0,20,6,27,21,27v18,0,27,-11,27,-32r0,-129r49,0r0,194r-47,0","w":180},"v":{"d":"81,-55v12,-44,17,-94,27,-139r50,0r-49,194r-57,0r-50,-194r52,0","w":159,"k":{"\u0105":6,"\u0103":6,"\u0101":6,"\u00e3":6,"\u00e5":6,"\u00e0":6,"\u00e4":6,"\u00e2":6,"\u00e1":6,"a":6,".":20,",":20}},"w":{"d":"45,0r-42,-194r49,0r24,138r24,-138r54,0r26,138r23,-138r48,0r-42,194r-56,0r-27,-138r-24,138r-57,0","w":253,"k":{".":13,",":13}},"x":{"d":"83,-135r27,-59r52,0r-51,94r53,100r-52,0r-29,-63r-29,63r-51,0r52,-100r-50,-94r52,0","w":166},"y":{"d":"17,63r0,-37v23,5,39,-4,39,-26r-54,-194r52,0r29,134r25,-134r50,0r-47,181v-19,76,-31,77,-94,76","w":159,"k":{"\u0105":6,"\u0103":6,"\u0101":6,"\u00e3":6,"\u00e5":6,"\u00e0":6,"\u00e4":6,"\u00e2":6,"\u00e1":6,"a":6,".":20,",":20}},"z":{"d":"9,0r0,-38r77,-115r-74,0r0,-41r133,0r0,38r-78,116r78,0r0,40r-136,0","w":153},"{":{"d":"11,-81r0,-29v55,-5,-10,-150,61,-147r32,0r0,36v-57,-7,6,112,-51,126v33,5,26,60,26,99v-1,19,5,29,25,26r0,36v-43,3,-69,-2,-69,-48v0,-37,10,-97,-24,-99","w":113},"|":{"d":"18,5r0,-267r44,0r0,267r-44,0","w":79},"}":{"d":"9,66r0,-36v57,7,-5,-112,51,-126v-33,-4,-26,-60,-26,-99v0,-19,-5,-29,-25,-26r0,-36v43,-3,70,2,70,48v0,37,-11,97,24,99r0,29v-54,6,10,150,-62,147r-32,0","w":113},"~":{"d":"69,-126v24,0,61,25,77,25v14,0,28,-16,32,-25r13,39v-10,18,-23,30,-44,30v-25,0,-61,-24,-77,-24v-14,0,-28,15,-32,24r-13,-38v10,-18,23,-31,44,-31","w":216},"\u00a1":{"d":"28,-146r0,-48r50,0r0,48r-50,0xm28,63v-1,-65,2,-126,7,-185r36,0r7,102r0,83r-50,0","w":106},"\u00a2":{"d":"80,37r0,-32v-39,-2,-68,-20,-68,-100v0,-54,10,-99,68,-104r0,-27r19,0r0,27v31,2,62,16,62,74r-48,0v0,-15,-1,-33,-14,-38r0,132v14,-8,14,-29,14,-44r48,0v0,48,-18,75,-62,80r0,32r-19,0xm80,-31r0,-132v-26,7,-27,121,0,132","w":172},"\u00a3":{"d":"3,-110r0,-30r24,0v-33,-57,-16,-115,61,-115v49,0,78,23,79,75r-48,0v0,-22,-7,-41,-28,-41v-51,0,-25,55,-11,81r60,0r0,30r-50,0v7,32,-9,47,-30,71v36,-10,60,25,95,-7r16,34v-47,42,-103,-15,-154,14r-15,-31v29,-20,51,-47,38,-81r-37,0","w":172},"\u00a5":{"d":"64,0r0,-57r-51,0r0,-30r51,0v1,-10,0,-18,-4,-24r-47,0r0,-29r33,0r-52,-110r54,0r39,97r40,-97r52,0r-52,110r33,0r0,29r-47,0v-4,6,-5,14,-4,24r51,0r0,30r-51,0r0,57r-45,0","w":172},"\u00a7":{"d":"47,-117v0,28,45,31,62,48v48,-35,-16,-63,-42,-75v-14,8,-20,18,-20,27xm110,-204v-1,-17,-7,-24,-25,-24v-30,0,-28,32,1,45v36,16,82,26,82,79v0,18,-11,42,-28,51v41,36,15,114,-54,108v-51,-5,-73,-25,-72,-68r47,0v-8,40,53,44,49,10v-5,-49,-105,-46,-105,-107v0,-23,12,-42,32,-52v-48,-35,-11,-100,52,-100v49,0,69,24,69,58r-48,0","w":173},"\u00a4":{"d":"42,-125v0,29,17,47,44,47v27,0,45,-18,45,-47v0,-29,-18,-46,-45,-46v-27,0,-44,17,-44,46xm22,-39r-22,-22r18,-18v-18,-25,-19,-67,0,-92r-18,-18r22,-22r18,18v25,-18,67,-19,92,0r19,-18r22,22r-18,18v18,25,19,67,0,92r18,18r-22,22r-19,-18v-26,19,-66,21,-92,0","w":172},"'":{"d":"24,-141r0,-116r45,0r0,116r-45,0","w":93},"\u00ab":{"d":"19,-75r0,-58r53,-43r0,47r-28,25r28,25r0,47xm81,-75r0,-58r54,-43r0,47r-29,25r29,25r0,47","w":153},"\u00b7":{"d":"8,-102v0,-20,15,-34,35,-34v20,0,35,14,35,34v0,20,-15,35,-35,35v-20,0,-35,-15,-35,-35","w":86},"\u00b6":{"d":"66,50r0,-171v-43,0,-66,-23,-66,-67v-2,-93,89,-64,168,-69r0,307r-38,0r0,-273r-26,0r0,273r-38,0","w":172},"\u00bb":{"d":"81,-32r0,-47r28,-25r-28,-25r0,-47r54,43r0,58xm19,-32r0,-47r28,-25r-28,-25r0,-47r53,43r0,58","w":153},"\u00bf":{"d":"115,-146r-50,0r0,-48r50,0r0,48xm113,-16r47,0v2,49,-20,81,-71,82v-78,2,-96,-76,-53,-125v15,-17,36,-33,32,-63r44,0v11,60,-47,72,-49,124v0,18,8,30,24,30v21,0,27,-22,26,-48","w":173},"`":{"d":"63,-217r-33,0r-36,-52r50,0","w":79},"\u00b4":{"d":"17,-217r19,-52r50,0r-36,52r-33,0","w":79},"\u00af":{"d":"-13,-256r106,0r0,27r-106,0r0,-27","w":79},"\u00a8":{"d":"51,-221r0,-43r40,0r0,43r-40,0xm-11,-221r0,-43r40,0r0,43r-40,0","w":79},"\u00b8":{"d":"34,0r19,0r-14,21v20,-6,43,3,42,24v7,34,-58,39,-81,26r7,-16v10,6,43,9,43,-7v0,-18,-31,-3,-36,-16","w":79},"\u00c6":{"d":"84,-97r43,0r0,-120r-3,0xm-2,0r97,-257r167,0r0,42r-85,0r0,61r79,0r0,42r-79,0r0,70r88,0r0,42r-138,0r0,-54r-57,0r-18,54r-54,0","w":273},"\u00aa":{"d":"69,-193v-11,7,-29,7,-29,23v0,8,3,15,11,15v17,0,20,-19,18,-38xm57,-255v80,-3,33,64,52,120r-36,0v-3,-4,-3,-8,-4,-12v-14,29,-72,12,-65,-18v-3,-31,25,-37,53,-41v18,-3,15,-26,-1,-26v-11,0,-16,7,-15,17r-33,0v-2,-29,18,-40,49,-40","w":113},"\u0141":{"d":"18,0r0,-92r-18,11r0,-38r18,-11r0,-127r52,0r0,94r45,-28r0,38r-45,28r0,83r92,0r0,42r-144,0","w":166},"\u00d8":{"d":"30,11r11,-25v-24,-22,-28,-64,-28,-115v0,-78,9,-133,87,-133v18,0,32,3,44,9r9,-22r17,7r-11,25v24,22,29,63,29,114v0,78,-10,134,-88,134v-18,0,-32,-3,-43,-9r-10,22xm134,-182v-22,43,-39,91,-59,136v5,9,13,13,25,13v31,0,36,-27,36,-96v0,-22,0,-39,-2,-53xm125,-211v-5,-9,-13,-13,-25,-13v-31,0,-36,26,-36,95v0,23,1,41,3,54"},"\u0152":{"d":"64,-129v0,68,4,96,36,96v31,0,32,-24,32,-96v0,-72,-1,-95,-32,-95v-32,0,-36,27,-36,95xm269,-257r0,42r-87,0r0,61r82,0r0,42r-82,0r0,70r90,0r0,42r-134,0v-1,-5,2,-12,-1,-15v-6,13,-27,20,-44,20v-75,0,-80,-68,-80,-136v0,-67,10,-131,77,-131v19,-1,37,7,48,19r0,-14r131,0","w":280},"\u00ba":{"d":"40,-193v0,22,3,38,17,38v12,0,16,-11,16,-38v0,-27,-4,-39,-16,-39v-14,0,-17,17,-17,39xm4,-193v0,-40,13,-62,53,-62v41,0,52,21,52,62v0,40,-12,61,-52,61v-41,0,-53,-20,-53,-61","w":113},"\u00e6":{"d":"60,-134r-44,0v-2,-48,29,-65,68,-65v26,0,40,5,50,23v7,-15,25,-23,46,-23v62,-1,71,47,70,110r-97,0v-1,28,2,60,24,60v16,0,23,-12,26,-36r44,0v-2,45,-24,70,-70,70v-36,0,-52,-16,-58,-33v-15,29,-31,33,-62,33v-35,0,-47,-29,-47,-55v0,-49,36,-61,77,-68v29,-5,27,-49,-3,-47v-17,0,-26,12,-24,31xm153,-119r50,0v-1,-30,-5,-46,-25,-46v-21,1,-26,24,-25,46xm107,-97v-19,13,-50,11,-50,41v0,15,6,27,19,27v13,0,31,-8,31,-30r0,-38","w":259},"\u0131":{"d":"18,0r0,-194r50,0r0,194r-50,0","w":86},"\u0142":{"d":"18,0r0,-102r-22,16r0,-32r22,-15r0,-124r50,0r0,91r23,-15r0,32r-23,15r0,134r-50,0","w":86},"\u00f8":{"d":"19,13r13,-26v-17,-16,-22,-44,-22,-84v0,-84,48,-119,116,-94r12,-24r16,9r-14,25v17,16,23,44,23,84v0,83,-49,119,-116,94r-12,24xm67,-41v4,8,10,12,19,12v20,0,27,-19,27,-68v0,-12,-1,-21,-1,-29xm60,-67v17,-27,29,-58,45,-86v-4,-8,-10,-12,-19,-12v-31,-3,-25,57,-26,98","w":172},"\u0153":{"d":"158,-119r51,0v-1,-30,-4,-46,-25,-46v-22,1,-27,24,-26,46xm87,-29v20,0,26,-19,26,-68v0,-49,-6,-68,-26,-68v-24,0,-27,28,-27,68v0,40,2,68,27,68xm256,-89r-98,0v-1,28,3,60,25,60v17,0,23,-12,26,-36r44,0v-2,45,-23,70,-67,70v-30,0,-45,-14,-50,-28v-7,18,-29,28,-54,28v-56,0,-72,-35,-72,-102v0,-66,20,-102,77,-102v27,0,41,9,51,27v10,-18,28,-27,47,-27v62,-1,72,46,71,110","w":266},"\u00df":{"d":"64,0r-49,0r0,-190v0,-50,24,-72,76,-72v75,0,97,89,39,114v27,8,40,29,40,70v0,43,-24,91,-88,79r0,-34v30,5,39,-15,38,-51v0,-30,-9,-47,-38,-44r0,-34v23,2,30,-11,30,-34v0,-17,-4,-32,-23,-32v-20,0,-25,16,-25,39r0,189","w":180},"\u00b9":{"d":"41,-101r0,-104r-32,0r0,-25v23,1,39,-7,42,-25r31,0r0,154r-41,0","w":112},"\u00ac":{"d":"154,-35r0,-73r-137,0r0,-45r182,0r0,118r-45,0","w":216},"\u00b5":{"d":"114,-65r0,-129r49,0r0,194r-47,0v-1,-7,2,-18,-1,-23v-13,22,-29,33,-49,25r0,61r-49,0r0,-257r49,0r0,134v0,20,6,27,21,27v18,0,27,-11,27,-32","w":180},"\u00d0":{"d":"72,-219r0,67r34,0r0,39r-34,0r0,75v58,4,66,-10,67,-93v0,-69,-9,-94,-67,-88xm21,0r0,-113r-21,0r0,-39r21,0r0,-105r84,0v72,0,85,49,85,125v0,91,-19,132,-88,132r-81,0","w":206},"\u00bd":{"d":"260,0r-113,0v-4,-34,28,-63,55,-81v14,-9,17,-18,17,-29v0,-10,-5,-17,-15,-17v-15,0,-19,15,-19,27r-38,0v-2,-36,13,-53,58,-54v67,-2,69,58,31,86v-12,8,-39,27,-40,38r64,0r0,30xm33,-101r0,-104r-33,0r0,-25v23,1,39,-7,42,-25r31,0r0,154r-40,0xm26,11r146,-272r32,0r-146,272r-32,0","w":259},"\u00b1":{"d":"17,0r0,-45r182,0r0,45r-182,0xm86,-143r0,-39r44,0r0,39r69,0r0,44r-69,0r0,39r-44,0r0,-39r-69,0r0,-44r69,0","w":216},"\u00de":{"d":"70,-173r0,78v34,2,57,-2,57,-38v0,-35,-21,-43,-57,-40xm18,0r0,-257r52,0r0,46r39,0v53,0,70,38,70,77v0,64,-44,82,-109,77r0,57r-52,0","w":186},"\u00bc":{"d":"33,-101r0,-104r-33,0r0,-25v23,1,39,-7,42,-25r31,0r0,154r-40,0xm35,11r146,-272r32,0r-146,272r-32,0xm144,-28r0,-32r55,-94r45,0r0,97r16,0r0,29r-16,0r0,28r-38,0r0,-28r-62,0xm206,-57v-1,-17,2,-37,-1,-52r-31,52r32,0","w":259},"\u00f7":{"d":"73,-15v0,-20,15,-35,35,-35v20,0,35,15,35,35v0,20,-15,35,-35,35v-20,0,-35,-15,-35,-35xm73,-167v0,-20,15,-35,35,-35v20,0,35,15,35,35v0,20,-15,35,-35,35v-20,0,-35,-15,-35,-35xm17,-69r0,-44r182,0r0,44r-182,0","w":216},"\u00a6":{"d":"18,-165r0,-97r44,0r0,97r-44,0xm18,5r0,-98r44,0r0,98r-44,0","w":79},"\u00b0":{"d":"46,-202v0,14,12,26,26,26v14,0,26,-12,26,-26v0,-14,-12,-26,-26,-26v-14,0,-26,12,-26,26xm19,-202v0,-30,23,-53,53,-53v30,0,53,23,53,53v0,30,-23,54,-53,54v-30,0,-53,-24,-53,-54","w":144},"\u00fe":{"d":"17,63r0,-320r49,0r1,84v9,-18,22,-26,42,-26v41,0,59,30,59,102v0,72,-18,102,-59,102v-20,1,-31,-10,-43,-23r0,81r-49,0xm66,-97v0,42,5,64,27,64v22,0,25,-22,25,-64v0,-42,-3,-64,-25,-64v-22,0,-27,22,-27,64","w":180},"\u00be":{"d":"3,-206v-1,-34,18,-49,52,-49v60,0,69,62,28,74v22,4,29,17,29,36v0,21,-9,47,-61,47v-38,0,-52,-19,-51,-52r38,0v0,13,5,24,18,24v12,0,16,-9,16,-19v0,-14,-11,-25,-32,-22r0,-26v29,8,42,-35,15,-35v-13,0,-16,10,-16,22r-36,0xm49,11r146,-272r32,0r-146,272r-32,0xm174,-57r32,0v-1,-17,2,-37,-1,-52xm144,-28r0,-32r55,-94r45,0r0,97r16,0r0,29r-16,0r0,28r-38,0r0,-28r-62,0","w":259},"\u00b2":{"d":"112,-101r-112,0v-4,-34,27,-62,54,-80v14,-9,18,-19,18,-30v0,-10,-5,-17,-15,-17v-15,0,-19,15,-19,27r-38,0v-2,-36,13,-53,58,-54v66,-3,68,58,31,86v-12,9,-39,27,-40,39r63,0r0,29","w":112},"\u00ae":{"d":"51,-129v0,52,39,96,93,96v54,0,93,-44,93,-96v0,-52,-39,-95,-93,-95v-54,0,-93,43,-93,95xm10,-129v0,-74,60,-133,134,-133v74,0,134,59,134,133v0,74,-60,134,-134,134v-74,0,-134,-60,-134,-134xm123,-175r0,35v22,-1,50,6,49,-18v-1,-23,-28,-16,-49,-17xm92,-57r0,-144v51,-1,111,-5,111,45v0,24,-15,37,-35,40r35,59r-34,0r-34,-57r-12,0r0,57r-31,0","w":288},"\u00f0":{"d":"38,-210r-14,-15r27,-16v-8,-8,-16,-16,-24,-23r38,-22v9,8,16,14,24,22r27,-16r15,15r-27,17v38,42,59,85,59,151v0,66,-20,102,-77,102v-59,0,-76,-34,-76,-102v0,-71,39,-113,89,-86v-9,-14,-20,-29,-33,-43xm60,-94v0,39,2,65,26,65v20,0,27,-19,27,-65v0,-45,-7,-64,-27,-64v-24,0,-26,28,-26,64","w":172},"\u00d7":{"d":"21,-35r56,-56r-56,-56r31,-31r56,56r56,-56r31,31r-56,56r56,56r-31,31r-56,-56r-56,56","w":216},"\u00b3":{"d":"3,-206v-1,-34,18,-49,52,-49v60,0,69,62,28,74v22,4,29,17,29,36v0,21,-9,47,-61,47v-38,0,-52,-19,-51,-52r38,0v0,13,5,24,18,24v12,0,16,-9,16,-19v0,-14,-11,-25,-32,-22r0,-26v29,8,42,-35,15,-35v-13,0,-16,10,-16,22r-36,0","w":112},"\u00a9":{"d":"10,-129v0,-74,60,-133,134,-133v74,0,134,59,134,133v0,74,-60,134,-134,134v-74,0,-134,-60,-134,-134xm51,-129v0,52,39,96,93,96v54,0,93,-44,93,-96v0,-52,-39,-95,-93,-95v-54,0,-93,43,-93,95xm178,-107r36,0v-16,93,-146,59,-139,-23v-10,-84,127,-110,138,-23r-35,0v-15,-44,-74,-22,-69,23v-7,47,59,66,69,23","w":288},"\u00c1":{"d":"75,-97r50,0r-25,-115xm0,0r68,-257r64,0r68,257r-54,0r-12,-54r-68,0r-12,54r-54,0xm76,-272r20,-52r49,0r-35,52r-34,0","k":{"\u0177":6,"\u0175":6,"\u0176":20,"\u0174":4,"\u0162":20,"\u0164":20,"\u00ff":6,"\u00fd":6,"\u0178":20,"\u00dd":20,"y":6,"w":6,"v":6,"Y":20,"W":4,"V":4,"T":20}},"\u00c2":{"d":"75,-97r50,0r-25,-115xm0,0r68,-257r64,0r68,257r-54,0r-12,-54r-68,0r-12,54r-54,0xm46,-272r28,-52r52,0r28,52r-38,0r-17,-31r-17,31r-36,0","k":{"\u0177":6,"\u0175":6,"\u0176":20,"\u0174":4,"\u0162":20,"\u0164":20,"\u00ff":6,"\u00fd":6,"\u0178":20,"\u00dd":20,"y":6,"w":6,"v":6,"Y":20,"W":4,"V":4,"T":20}},"\u00c4":{"d":"75,-97r50,0r-25,-115xm0,0r68,-257r64,0r68,257r-54,0r-12,-54r-68,0r-12,54r-54,0xm111,-278r0,-42r40,0r0,42r-40,0xm49,-278r0,-42r40,0r0,42r-40,0","k":{"\u0177":6,"\u0175":6,"\u0176":20,"\u0174":4,"\u0162":20,"\u0164":20,"\u00ff":6,"\u00fd":6,"\u0178":20,"\u00dd":20,"y":6,"w":6,"v":6,"Y":20,"W":4,"V":4,"T":20}},"\u00c0":{"d":"75,-97r50,0r-25,-115xm0,0r68,-257r64,0r68,257r-54,0r-12,-54r-68,0r-12,54r-54,0xm122,-272r-33,0r-36,-52r50,0","k":{"\u0177":6,"\u0175":6,"\u0176":20,"\u0174":4,"\u0162":20,"\u0164":20,"\u00ff":6,"\u00fd":6,"\u0178":20,"\u00dd":20,"y":6,"w":6,"v":6,"Y":20,"W":4,"V":4,"T":20}},"\u00c5":{"d":"75,-97r50,0r-25,-115xm0,0r68,-257r64,0r68,257r-54,0r-12,-54r-68,0r-12,54r-54,0xm80,-304v0,12,8,21,20,21v12,0,21,-9,21,-21v0,-12,-9,-20,-21,-20v-12,0,-20,8,-20,20xm60,-304v0,-23,18,-39,40,-39v22,0,41,16,41,39v0,24,-19,39,-41,39v-23,0,-40,-15,-40,-39","k":{"\u0177":6,"\u0175":6,"\u0176":20,"\u0174":4,"\u0162":20,"\u0164":20,"\u00ff":6,"\u00fd":6,"\u0178":20,"\u00dd":20,"y":6,"w":6,"v":6,"Y":20,"W":4,"V":4,"T":20}},"\u00c3":{"d":"75,-97r50,0r-25,-115xm0,0r68,-257r64,0r68,257r-54,0r-12,-54r-68,0r-12,54r-54,0xm69,-275r-25,0v3,-45,35,-54,66,-35v10,6,22,-1,21,-11r26,0v-3,26,-16,45,-34,45v-21,0,-47,-28,-54,1","k":{"\u0177":6,"\u0175":6,"\u0176":20,"\u0174":4,"\u0162":20,"\u0164":20,"\u00ff":6,"\u00fd":6,"\u0178":20,"\u00dd":20,"y":6,"w":6,"v":6,"Y":20,"W":4,"V":4,"T":20}},"\u00c7":{"d":"88,4v-66,-5,-75,-60,-75,-133v0,-78,9,-133,87,-133v74,0,80,55,80,92r-52,0v0,-37,-8,-54,-31,-54v-26,0,-33,26,-33,99v0,78,12,92,34,92v18,0,32,-9,32,-65r52,0v1,55,-17,102,-76,103r-10,16v20,-6,43,3,42,24v7,34,-58,39,-81,26r6,-16v10,6,43,9,43,-7v0,-18,-31,-3,-36,-16","w":193,"k":{"\u0104":6,"\u0102":6,"\u0100":6,"\u00c3":6,"\u00c5":6,"\u00c0":6,"\u00c4":6,"\u00c2":6,"\u00c1":6,"A":6}},"\u00c9":{"d":"18,-257r144,0r0,42r-92,0r0,61r86,0r0,42r-86,0r0,70r95,0r0,42r-147,0r0,-257xm72,-272r19,-52r50,0r-36,52r-33,0","w":173},"\u00ca":{"d":"18,-257r144,0r0,42r-92,0r0,61r86,0r0,42r-86,0r0,70r95,0r0,42r-147,0r0,-257xm36,-272r28,-52r52,0r28,52r-38,0r-16,-31r-18,31r-36,0","w":173},"\u00cb":{"d":"18,-257r144,0r0,42r-92,0r0,61r86,0r0,42r-86,0r0,70r95,0r0,42r-147,0r0,-257xm100,-277r0,-42r40,0r0,42r-40,0xm38,-277r0,-42r40,0r0,42r-40,0","w":173},"\u00c8":{"d":"18,-257r144,0r0,42r-92,0r0,61r86,0r0,42r-86,0r0,70r95,0r0,42r-147,0r0,-257xm115,-272r-34,0r-35,-52r49,0","w":173},"\u00cd":{"d":"72,0r-51,0r0,-257r51,0r0,257xm21,-272r19,-52r50,0r-35,52r-34,0","w":92},"\u00ce":{"d":"72,0r-51,0r0,-257r51,0r0,257xm-7,-272r28,-52r52,0r28,52r-38,0r-17,-31r-17,31r-36,0","w":92},"\u00cf":{"d":"72,0r-51,0r0,-257r51,0r0,257xm58,-277r0,-42r40,0r0,42r-40,0xm-4,-277r0,-42r40,0r0,42r-40,0","w":92},"\u00cc":{"d":"72,0r-51,0r0,-257r51,0r0,257xm73,-272r-34,0r-35,-52r49,0","w":92},"\u00d1":{"d":"18,-257r60,0r63,176r0,-176r48,0r0,257r-59,0r-64,-180r0,180r-48,0r0,-257xm73,-275r-25,0v3,-45,35,-54,66,-35v10,5,22,-1,21,-11r26,0v-3,26,-16,45,-34,45v-21,0,-47,-28,-54,1","w":206},"\u00d3":{"d":"13,-129v0,-78,9,-133,87,-133v78,0,88,55,88,133v0,78,-10,134,-88,134v-78,0,-87,-56,-87,-134xm64,-129v0,69,5,96,36,96v31,0,36,-27,36,-96v0,-69,-5,-95,-36,-95v-31,0,-36,26,-36,95xm82,-272r19,-52r50,0r-35,52r-34,0","k":{"\u0176":9,"\u0162":9,"\u0164":9,"\u0104":9,"\u0102":9,"\u0100":9,"\u0178":9,"\u00dd":9,"\u00c3":9,"\u00c5":9,"\u00c0":9,"\u00c4":9,"\u00c2":9,"\u00c1":9,"Y":9,"T":9,"A":9,".":9,",":9}},"\u00d4":{"d":"13,-129v0,-78,9,-133,87,-133v78,0,88,55,88,133v0,78,-10,134,-88,134v-78,0,-87,-56,-87,-134xm64,-129v0,69,5,96,36,96v31,0,36,-27,36,-96v0,-69,-5,-95,-36,-95v-31,0,-36,26,-36,95xm47,-272r28,-52r52,0r28,52r-38,0r-17,-31r-17,31r-36,0","k":{"\u0176":9,"\u0162":9,"\u0164":9,"\u0104":9,"\u0102":9,"\u0100":9,"\u0178":9,"\u00dd":9,"\u00c3":9,"\u00c5":9,"\u00c0":9,"\u00c4":9,"\u00c2":9,"\u00c1":9,"Y":9,"T":9,"A":9,".":9,",":9}},"\u00d6":{"d":"13,-129v0,-78,9,-133,87,-133v78,0,88,55,88,133v0,78,-10,134,-88,134v-78,0,-87,-56,-87,-134xm64,-129v0,69,5,96,36,96v31,0,36,-27,36,-96v0,-69,-5,-95,-36,-95v-31,0,-36,26,-36,95xm111,-277r0,-42r41,0r0,42r-41,0xm49,-277r0,-42r41,0r0,42r-41,0","k":{"\u0176":9,"\u0162":9,"\u0164":9,"\u0104":9,"\u0102":9,"\u0100":9,"\u0178":9,"\u00dd":9,"\u00c3":9,"\u00c5":9,"\u00c0":9,"\u00c4":9,"\u00c2":9,"\u00c1":9,"Y":9,"T":9,"A":9,".":9,",":9}},"\u00d2":{"d":"13,-129v0,-78,9,-133,87,-133v78,0,88,55,88,133v0,78,-10,134,-88,134v-78,0,-87,-56,-87,-134xm64,-129v0,69,5,96,36,96v31,0,36,-27,36,-96v0,-69,-5,-95,-36,-95v-31,0,-36,26,-36,95xm122,-272r-33,0r-36,-52r50,0","k":{"\u0176":9,"\u0162":9,"\u0164":9,"\u0104":9,"\u0102":9,"\u0100":9,"\u0178":9,"\u00dd":9,"\u00c3":9,"\u00c5":9,"\u00c0":9,"\u00c4":9,"\u00c2":9,"\u00c1":9,"Y":9,"T":9,"A":9,".":9,",":9}},"\u00d5":{"d":"13,-129v0,-78,9,-133,87,-133v78,0,88,55,88,133v0,78,-10,134,-88,134v-78,0,-87,-56,-87,-134xm64,-129v0,69,5,96,36,96v31,0,36,-27,36,-96v0,-69,-5,-95,-36,-95v-31,0,-36,26,-36,95xm68,-275r-25,0v4,-44,35,-54,66,-35v10,6,22,-1,21,-11r26,0v-3,26,-15,45,-33,45v-21,1,-48,-28,-55,1","k":{"\u0176":9,"\u0162":9,"\u0164":9,"\u0104":9,"\u0102":9,"\u0100":9,"\u0178":9,"\u00dd":9,"\u00c3":9,"\u00c5":9,"\u00c0":9,"\u00c4":9,"\u00c2":9,"\u00c1":9,"Y":9,"T":9,"A":9,".":9,",":9}},"\u0160":{"d":"8,-80r52,0v-1,28,4,47,34,47v16,0,31,-10,31,-32v0,-23,-11,-32,-46,-44v-46,-15,-67,-35,-67,-77v0,-50,30,-76,79,-76v48,0,83,22,80,76r-50,0v0,-24,-8,-38,-28,-38v-42,0,-40,52,-3,65v40,14,89,37,89,85v0,54,-33,79,-89,79v-63,0,-84,-30,-82,-85xm67,-273r-28,-52r38,0r16,31r18,-31r36,0r-29,52r-51,0","w":186},"\u00da":{"d":"15,-257r52,0r0,179v0,26,6,45,30,45v24,0,30,-19,30,-45r0,-179r52,0r0,179v0,65,-40,83,-82,83v-42,0,-82,-14,-82,-83r0,-179xm79,-272r20,-52r49,0r-35,52r-34,0","w":193},"\u00db":{"d":"15,-257r52,0r0,179v0,26,6,45,30,45v24,0,30,-19,30,-45r0,-179r52,0r0,179v0,65,-40,83,-82,83v-42,0,-82,-14,-82,-83r0,-179xm43,-272r28,-52r52,0r28,52r-38,0r-17,-31r-17,31r-36,0","w":193},"\u00dc":{"d":"15,-257r52,0r0,179v0,26,6,45,30,45v24,0,30,-19,30,-45r0,-179r52,0r0,179v0,65,-40,83,-82,83v-42,0,-82,-14,-82,-83r0,-179xm108,-277r0,-42r40,0r0,42r-40,0xm46,-277r0,-42r40,0r0,42r-40,0","w":193},"\u00d9":{"d":"15,-257r52,0r0,179v0,26,6,45,30,45v24,0,30,-19,30,-45r0,-179r52,0r0,179v0,65,-40,83,-82,83v-42,0,-82,-14,-82,-83r0,-179xm120,-272r-34,0r-35,-52r49,0","w":193},"\u00dd":{"d":"1,-257r58,0r35,99r36,-99r56,0r-66,156r0,101r-52,0r0,-101xm78,-273r19,-52r50,0r-35,52r-34,0","w":187,"k":{"\u0133":9,"\u0173":22,"\u0171":22,"\u016f":22,"\u016d":22,"\u016b":22,"\u0169":22,"\u0151":29,"\u014f":29,"\u014d":29,"\u012f":9,"\u0119":29,"\u0117":29,"\u0115":29,"\u0113":29,"\u011b":29,"\u0105":29,"\u0103":29,"\u0101":29,"\u015e":6,"\u015c":6,"\u015a":6,"\u0150":7,"\u014e":7,"\u014c":7,"\u0104":20,"\u0102":20,"\u0100":20,"\u00f9":22,"\u00fc":22,"\u00fb":22,"\u00fa":22,"\u00f5":29,"\u00f2":29,"\u00f6":29,"\u00f4":29,"\u00f3":29,"\u00e8":29,"\u00eb":29,"\u00ea":29,"\u00e9":29,"\u00e3":29,"\u00e5":29,"\u00e0":29,"\u00e4":29,"\u00e2":29,"\u00e1":29,"\u0160":6,"\u00d5":7,"\u00d2":7,"\u00d6":7,"\u00d4":7,"\u00d3":7,"\u00c3":20,"\u00c5":20,"\u00c0":20,"\u00c4":20,"\u00c2":20,"\u00c1":20,"u":22,"o":29,"i":9,"e":29,"a":29,"S":6,"O":7,"A":20,";":13,":":13,".":40,"-":27,",":40}},"\u0178":{"d":"1,-257r58,0r35,99r36,-99r56,0r-66,156r0,101r-52,0r0,-101xm104,-277r0,-42r41,0r0,42r-41,0xm42,-277r0,-42r41,0r0,42r-41,0","w":187,"k":{"\u0133":9,"\u0173":22,"\u0171":22,"\u016f":22,"\u016d":22,"\u016b":22,"\u0169":22,"\u0151":29,"\u014f":29,"\u014d":29,"\u012f":9,"\u0119":29,"\u0117":29,"\u0115":29,"\u0113":29,"\u011b":29,"\u0105":29,"\u0103":29,"\u0101":29,"\u015e":6,"\u015c":6,"\u015a":6,"\u0150":7,"\u014e":7,"\u014c":7,"\u0104":20,"\u0102":20,"\u0100":20,"\u00f9":22,"\u00fc":22,"\u00fb":22,"\u00fa":22,"\u00f5":29,"\u00f2":29,"\u00f6":29,"\u00f4":29,"\u00f3":29,"\u00e8":29,"\u00eb":29,"\u00ea":29,"\u00e9":29,"\u00e3":29,"\u00e5":29,"\u00e0":29,"\u00e4":29,"\u00e2":29,"\u00e1":29,"\u0160":6,"\u00d5":7,"\u00d2":7,"\u00d6":7,"\u00d4":7,"\u00d3":7,"\u00c3":20,"\u00c5":20,"\u00c0":20,"\u00c4":20,"\u00c2":20,"\u00c1":20,"u":22,"o":29,"i":9,"e":29,"a":29,"S":6,"O":7,"A":20,";":13,":":13,".":40,"-":27,",":40}},"\u017d":{"d":"9,0r0,-38r94,-177r-88,0r0,-42r148,0r0,39r-96,176r98,0r0,42r-156,0xm65,-273r-28,-52r38,0r16,31r18,-31r36,0r-28,52r-52,0","w":173},"\u00e1":{"d":"61,-134r-45,0v-2,-48,29,-65,68,-65v119,0,46,114,77,199r-48,0v-4,-5,-3,-15,-7,-20v-12,20,-25,25,-49,25v-35,0,-47,-29,-47,-55v0,-49,36,-61,77,-68v29,-5,27,-49,-3,-47v-17,0,-24,12,-23,31xm107,-97v-19,14,-49,12,-49,41v0,15,5,27,18,27v13,0,31,-8,31,-30r0,-38xm68,-217r20,-52r50,0r-36,52r-34,0","w":173,"k":{"\u0175":-4,"w":-4}},"\u00e2":{"d":"61,-134r-45,0v-2,-48,29,-65,68,-65v119,0,46,114,77,199r-48,0v-4,-5,-3,-15,-7,-20v-12,20,-25,25,-49,25v-35,0,-47,-29,-47,-55v0,-49,36,-61,77,-68v29,-5,27,-49,-3,-47v-17,0,-24,12,-23,31xm107,-97v-19,14,-49,12,-49,41v0,15,5,27,18,27v13,0,31,-8,31,-30r0,-38xm32,-217r28,-52r52,0r28,52r-38,0r-16,-30r-18,30r-36,0","w":173,"k":{"\u0175":-4,"w":-4}},"\u00e4":{"d":"61,-134r-45,0v-2,-48,29,-65,68,-65v119,0,46,114,77,199r-48,0v-4,-5,-3,-15,-7,-20v-12,20,-25,25,-49,25v-35,0,-47,-29,-47,-55v0,-49,36,-61,77,-68v29,-5,27,-49,-3,-47v-17,0,-24,12,-23,31xm107,-97v-19,14,-49,12,-49,41v0,15,5,27,18,27v13,0,31,-8,31,-30r0,-38xm98,-221r0,-43r40,0r0,43r-40,0xm36,-221r0,-43r40,0r0,43r-40,0","w":173,"k":{"\u0175":-4,"w":-4}},"\u00e0":{"d":"61,-134r-45,0v-2,-48,29,-65,68,-65v119,0,46,114,77,199r-48,0v-4,-5,-3,-15,-7,-20v-12,20,-25,25,-49,25v-35,0,-47,-29,-47,-55v0,-49,36,-61,77,-68v29,-5,27,-49,-3,-47v-17,0,-24,12,-23,31xm107,-97v-19,14,-49,12,-49,41v0,15,5,27,18,27v13,0,31,-8,31,-30r0,-38xm111,-217r-34,0r-35,-52r49,0","w":173,"k":{"\u0175":-4,"w":-4}},"\u00e5":{"d":"61,-134r-45,0v-2,-48,29,-65,68,-65v119,0,46,114,77,199r-48,0v-4,-5,-3,-15,-7,-20v-12,20,-25,25,-49,25v-35,0,-47,-29,-47,-55v0,-49,36,-61,77,-68v29,-5,27,-49,-3,-47v-17,0,-24,12,-23,31xm107,-97v-19,14,-49,12,-49,41v0,15,5,27,18,27v13,0,31,-8,31,-30r0,-38xm65,-248v0,12,8,20,20,20v12,0,21,-8,21,-20v0,-12,-9,-21,-21,-21v-12,0,-20,9,-20,21xm45,-248v0,-23,18,-40,40,-40v22,0,41,17,41,40v0,24,-19,38,-41,38v-23,0,-40,-14,-40,-38","w":173,"k":{"\u0175":-4,"w":-4}},"\u00e3":{"d":"61,-134r-45,0v-2,-48,29,-65,68,-65v119,0,46,114,77,199r-48,0v-4,-5,-3,-15,-7,-20v-12,20,-25,25,-49,25v-35,0,-47,-29,-47,-55v0,-49,36,-61,77,-68v29,-5,27,-49,-3,-47v-17,0,-24,12,-23,31xm107,-97v-19,14,-49,12,-49,41v0,15,5,27,18,27v13,0,31,-8,31,-30r0,-38xm56,-220r-25,0v4,-54,42,-49,77,-32v7,0,10,-8,10,-13r26,0v-3,26,-16,44,-34,44v-21,0,-47,-28,-54,1","w":173,"k":{"\u0175":-4,"w":-4}},"\u00e7":{"d":"75,5v-50,-5,-66,-32,-66,-102v0,-80,33,-102,79,-102v46,0,69,29,69,75r-47,0v0,-19,-4,-39,-23,-39v-24,0,-28,22,-28,67v0,48,5,67,27,67v17,0,24,-13,24,-45r47,0v0,48,-18,76,-63,79r-10,16v19,-6,42,3,42,24v6,34,-59,39,-82,26r7,-16v10,6,43,9,43,-7v0,-18,-31,-3,-36,-16","w":166,"k":{"\u0140":7,"\u0177":4,"\u013c":7,"\u013e":7,"\u013a":7,"\u00ff":4,"\u00fd":4,"y":4,"l":7}},"\u00e9":{"d":"157,-89r-98,0v-1,28,3,60,25,60v17,0,23,-12,26,-36r44,0v-2,45,-22,70,-70,70v-72,0,-75,-56,-75,-104v0,-52,10,-100,77,-100v62,-1,72,46,71,110xm59,-119r51,0v-1,-30,-4,-46,-25,-46v-22,1,-27,24,-26,46xm68,-217r20,-52r50,0r-36,52r-34,0","w":166,"k":{"x":4}},"\u00ea":{"d":"157,-89r-98,0v-1,28,3,60,25,60v17,0,23,-12,26,-36r44,0v-2,45,-22,70,-70,70v-72,0,-75,-56,-75,-104v0,-52,10,-100,77,-100v62,-1,72,46,71,110xm59,-119r51,0v-1,-30,-4,-46,-25,-46v-22,1,-27,24,-26,46xm32,-217r28,-52r52,0r28,52r-38,0r-16,-30r-18,30r-36,0","w":166,"k":{"x":4}},"\u00eb":{"d":"157,-89r-98,0v-1,28,3,60,25,60v17,0,23,-12,26,-36r44,0v-2,45,-22,70,-70,70v-72,0,-75,-56,-75,-104v0,-52,10,-100,77,-100v62,-1,72,46,71,110xm59,-119r51,0v-1,-30,-4,-46,-25,-46v-22,1,-27,24,-26,46xm97,-221r0,-43r41,0r0,43r-41,0xm35,-221r0,-43r41,0r0,43r-41,0","w":166,"k":{"x":4}},"\u00e8":{"d":"157,-89r-98,0v-1,28,3,60,25,60v17,0,23,-12,26,-36r44,0v-2,45,-22,70,-70,70v-72,0,-75,-56,-75,-104v0,-52,10,-100,77,-100v62,-1,72,46,71,110xm59,-119r51,0v-1,-30,-4,-46,-25,-46v-22,1,-27,24,-26,46xm109,-217r-34,0r-35,-52r49,0","w":166,"k":{"x":4}},"\u00ed":{"d":"18,0r0,-194r50,0r0,194r-50,0xm18,-217r20,-52r49,0r-35,52r-34,0","w":86},"\u00ee":{"d":"18,0r0,-194r50,0r0,194r-50,0xm-10,-217r28,-52r51,0r29,52r-39,0r-16,-30r-17,30r-36,0","w":86},"\u00ef":{"d":"18,0r0,-194r50,0r0,194r-50,0xm54,-221r0,-43r40,0r0,43r-40,0xm-8,-221r0,-43r40,0r0,43r-40,0","w":86},"\u00ec":{"d":"18,0r0,-194r50,0r0,194r-50,0xm68,-217r-34,0r-35,-52r49,0","w":86},"\u00f1":{"d":"17,0r0,-194r47,0v1,7,-2,18,1,23v22,-43,98,-40,98,27r0,144r-49,0r0,-134v0,-20,-6,-27,-21,-27v-18,0,-27,11,-27,32r0,129r-49,0xm56,-220r-25,0v4,-54,42,-49,77,-32v7,0,10,-8,10,-13r26,0v-3,26,-15,44,-33,44v-21,1,-48,-28,-55,1","w":180,"k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"\u00f3":{"d":"10,-97v0,-66,19,-102,76,-102v59,0,77,34,77,102v0,66,-20,102,-77,102v-59,0,-76,-34,-76,-102xm60,-97v0,40,2,68,26,68v20,0,27,-19,27,-68v0,-49,-7,-68,-27,-68v-24,0,-26,28,-26,68xm69,-217r19,-52r50,0r-35,52r-34,0","w":172,"k":{"v":-4}},"\u00f4":{"d":"10,-97v0,-66,19,-102,76,-102v59,0,77,34,77,102v0,66,-20,102,-77,102v-59,0,-76,-34,-76,-102xm60,-97v0,40,2,68,26,68v20,0,27,-19,27,-68v0,-49,-7,-68,-27,-68v-24,0,-26,28,-26,68xm32,-217r28,-52r52,0r28,52r-38,0r-16,-30r-18,30r-36,0","w":172,"k":{"v":-4}},"\u00f6":{"d":"10,-97v0,-66,19,-102,76,-102v59,0,77,34,77,102v0,66,-20,102,-77,102v-59,0,-76,-34,-76,-102xm60,-97v0,40,2,68,26,68v20,0,27,-19,27,-68v0,-49,-7,-68,-27,-68v-24,0,-26,28,-26,68xm97,-221r0,-43r41,0r0,43r-41,0xm35,-221r0,-43r41,0r0,43r-41,0","w":172,"k":{"v":-4}},"\u00f2":{"d":"10,-97v0,-66,19,-102,76,-102v59,0,77,34,77,102v0,66,-20,102,-77,102v-59,0,-76,-34,-76,-102xm60,-97v0,40,2,68,26,68v20,0,27,-19,27,-68v0,-49,-7,-68,-27,-68v-24,0,-26,28,-26,68xm108,-217r-34,0r-35,-52r49,0","w":172,"k":{"v":-4}},"\u00f5":{"d":"10,-97v0,-66,19,-102,76,-102v59,0,77,34,77,102v0,66,-20,102,-77,102v-59,0,-76,-34,-76,-102xm60,-97v0,40,2,68,26,68v20,0,27,-19,27,-68v0,-49,-7,-68,-27,-68v-24,0,-26,28,-26,68xm55,-220r-25,0v4,-54,42,-49,77,-32v7,0,10,-8,10,-13r26,0v-3,26,-16,44,-34,44v-21,1,-46,-28,-54,1","w":172,"k":{"v":-4}},"\u0161":{"d":"8,-63r45,0v-1,21,7,33,26,34v30,2,32,-39,7,-45v-35,-8,-76,-24,-76,-66v0,-32,20,-59,71,-59v48,1,68,21,66,63r-44,0v6,-37,-44,-37,-46,-8v-2,20,34,28,52,33v73,20,46,122,-29,116v-58,-4,-73,-26,-72,-68xm54,-217r-28,-52r38,0r17,31r17,-31r36,0r-28,52r-52,0","w":159},"\u00fa":{"d":"116,0v-1,-7,2,-18,-1,-23v-22,43,-98,40,-98,-27r0,-144r49,0r0,134v0,20,6,27,21,27v18,0,27,-11,27,-32r0,-129r49,0r0,194r-47,0xm72,-217r19,-52r50,0r-35,52r-34,0","w":180},"\u00fb":{"d":"116,0v-1,-7,2,-18,-1,-23v-22,43,-98,40,-98,-27r0,-144r49,0r0,134v0,20,6,27,21,27v18,0,27,-11,27,-32r0,-129r49,0r0,194r-47,0xm36,-217r28,-52r52,0r28,52r-38,0r-17,-30r-17,30r-36,0","w":180},"\u00fc":{"d":"116,0v-1,-7,2,-18,-1,-23v-22,43,-98,40,-98,-27r0,-144r49,0r0,134v0,20,6,27,21,27v18,0,27,-11,27,-32r0,-129r49,0r0,194r-47,0xm101,-221r0,-43r40,0r0,43r-40,0xm39,-221r0,-43r40,0r0,43r-40,0","w":180},"\u00f9":{"d":"116,0v-1,-7,2,-18,-1,-23v-22,43,-98,40,-98,-27r0,-144r49,0r0,134v0,20,6,27,21,27v18,0,27,-11,27,-32r0,-129r49,0r0,194r-47,0xm112,-217r-34,0r-35,-52r50,0","w":180},"\u00fd":{"d":"17,63r0,-37v23,5,39,-4,39,-26r-54,-194r52,0r29,134r25,-134r50,0r-47,181v-19,76,-31,77,-94,76xm64,-217r20,-52r49,0r-35,52r-34,0","w":159,"k":{"\u0105":6,"\u0103":6,"\u0101":6,"\u00e3":6,"\u00e5":6,"\u00e0":6,"\u00e4":6,"\u00e2":6,"\u00e1":6,"a":6,".":20,",":20}},"\u00ff":{"d":"17,63r0,-37v23,5,39,-4,39,-26r-54,-194r52,0r29,134r25,-134r50,0r-47,181v-19,76,-31,77,-94,76xm94,-221r0,-43r40,0r0,43r-40,0xm32,-221r0,-43r40,0r0,43r-40,0","w":159,"k":{"\u0105":6,"\u0103":6,"\u0101":6,"\u00e3":6,"\u00e5":6,"\u00e0":6,"\u00e4":6,"\u00e2":6,"\u00e1":6,"a":6,".":20,",":20}},"\u017e":{"d":"9,0r0,-38r77,-115r-74,0r0,-41r133,0r0,38r-78,116r78,0r0,40r-136,0xm53,-217r-28,-52r38,0r17,31r17,-31r36,0r-28,52r-52,0","w":153},"\u0100":{"d":"75,-97r50,0r-25,-115xm0,0r68,-257r64,0r68,257r-54,0r-12,-54r-68,0r-12,54r-54,0xm47,-312r106,0r0,28r-106,0r0,-28","k":{"\u0177":6,"\u0175":6,"\u0176":20,"\u0174":4,"\u0162":20,"\u0164":20,"\u00ff":6,"\u00fd":6,"\u0178":20,"\u00dd":20,"y":6,"w":6,"v":6,"Y":20,"W":4,"V":4,"T":20}},"\u0102":{"d":"75,-97r50,0r-25,-115xm0,0r68,-257r64,0r68,257r-54,0r-12,-54r-68,0r-12,54r-54,0xm50,-324r23,0v1,31,53,31,54,0r23,0v0,19,-11,51,-50,51v-39,0,-50,-32,-50,-51","k":{"\u0177":6,"\u0175":6,"\u0176":20,"\u0174":4,"\u0162":20,"\u0164":20,"\u00ff":6,"\u00fd":6,"\u0178":20,"\u00dd":20,"y":6,"w":6,"v":6,"Y":20,"W":4,"V":4,"T":20}},"\u0104":{"d":"167,48r10,18v-20,21,-82,13,-75,-16v0,-18,17,-37,44,-50r-12,-54r-68,0r-12,54r-54,0r68,-257r64,0r68,257r-30,0v-30,22,-36,33,-36,44v0,17,19,12,33,4xm75,-97r50,0r-25,-115","k":{"\u0177":6,"\u0175":6,"\u0176":20,"\u0174":4,"\u0162":20,"\u0164":20,"\u00ff":6,"\u00fd":6,"\u0178":20,"\u00dd":20,"y":6,"w":6,"v":6,"Y":20,"W":4,"V":4,"T":20}},"\u0106":{"d":"180,-170r-52,0v0,-37,-8,-54,-31,-54v-26,0,-33,26,-33,99v0,78,12,92,34,92v18,0,32,-9,32,-65r52,0v0,56,-14,103,-82,103v-78,0,-87,-56,-87,-134v0,-78,9,-133,87,-133v74,0,80,55,80,92xm80,-272r19,-52r50,0r-35,52r-34,0","w":193,"k":{"\u0104":6,"\u0102":6,"\u0100":6,"\u00c3":6,"\u00c5":6,"\u00c0":6,"\u00c4":6,"\u00c2":6,"\u00c1":6,"A":6}},"\u0108":{"d":"180,-170r-52,0v0,-37,-8,-54,-31,-54v-26,0,-33,26,-33,99v0,78,12,92,34,92v18,0,32,-9,32,-65r52,0v0,56,-14,103,-82,103v-78,0,-87,-56,-87,-134v0,-78,9,-133,87,-133v74,0,80,55,80,92xm45,-272r28,-52r52,0r28,52r-38,0r-16,-31r-18,31r-36,0","w":193,"k":{"\u0104":6,"\u0102":6,"\u0100":6,"\u00c3":6,"\u00c5":6,"\u00c0":6,"\u00c4":6,"\u00c2":6,"\u00c1":6,"A":6}},"\u010c":{"d":"180,-170r-52,0v0,-37,-8,-54,-31,-54v-26,0,-33,26,-33,99v0,78,12,92,34,92v18,0,32,-9,32,-65r52,0v0,56,-14,103,-82,103v-78,0,-87,-56,-87,-134v0,-78,9,-133,87,-133v74,0,80,55,80,92xm73,-272r-28,-52r38,0r17,31r17,-31r36,0r-28,52r-52,0","w":193,"k":{"\u0104":6,"\u0102":6,"\u0100":6,"\u00c3":6,"\u00c5":6,"\u00c0":6,"\u00c4":6,"\u00c2":6,"\u00c1":6,"A":6}},"\u010a":{"d":"180,-170r-52,0v0,-37,-8,-54,-31,-54v-26,0,-33,26,-33,99v0,78,12,92,34,92v18,0,32,-9,32,-65r52,0v0,56,-14,103,-82,103v-78,0,-87,-56,-87,-134v0,-78,9,-133,87,-133v74,0,80,55,80,92xm79,-319r40,0r0,42r-40,0r0,-42","w":193,"k":{"\u0104":6,"\u0102":6,"\u0100":6,"\u00c3":6,"\u00c5":6,"\u00c0":6,"\u00c4":6,"\u00c2":6,"\u00c1":6,"A":6}},"\u010e":{"d":"72,-219r0,181v58,4,66,-10,67,-93v0,-69,-9,-94,-67,-88xm21,0r0,-257r84,0v72,0,85,49,85,125v0,91,-19,132,-88,132r-81,0xm66,-272r-28,-52r38,0r17,31r17,-31r36,0r-28,52r-52,0","w":206,"k":{"\u0176":20,"\u0104":12,"\u0102":12,"\u0100":12,"\u0178":20,"\u00dd":20,"\u00c3":12,"\u00c5":12,"\u00c0":12,"\u00c4":12,"\u00c2":12,"\u00c1":12,"Y":20,"A":12,".":9,",":9}},"\u011a":{"d":"18,-257r144,0r0,42r-92,0r0,61r86,0r0,42r-86,0r0,70r95,0r0,42r-147,0r0,-257xm65,-272r-28,-52r38,0r17,31r17,-31r36,0r-28,52r-52,0","w":173},"\u0112":{"d":"18,-257r144,0r0,42r-92,0r0,61r86,0r0,42r-86,0r0,70r95,0r0,42r-147,0r0,-257xm37,-312r106,0r0,28r-106,0r0,-28","w":173},"\u0114":{"d":"18,-257r144,0r0,42r-92,0r0,61r86,0r0,42r-86,0r0,70r95,0r0,42r-147,0r0,-257xm39,-324r23,0v1,31,53,31,54,0r23,0v0,19,-11,51,-50,51v-39,0,-50,-32,-50,-51","w":173},"\u0116":{"d":"18,-257r144,0r0,42r-92,0r0,61r86,0r0,42r-86,0r0,70r95,0r0,42r-147,0r0,-257xm71,-319r40,0r0,42r-40,0r0,-42","w":173},"\u0118":{"d":"154,48r11,18v-20,21,-82,13,-75,-16v0,-18,17,-37,44,-50r-116,0r0,-257r144,0r0,42r-92,0r0,61r86,0r0,42r-86,0r0,70r95,0r0,42r-7,0v-30,22,-36,33,-36,44v0,17,18,12,32,4","w":173},"\u011c":{"d":"182,-181r-50,0v0,-19,-8,-43,-29,-43v-25,0,-36,26,-36,90v0,62,6,101,36,101v21,0,38,-32,32,-67r-34,0r0,-39r84,0r0,139r-38,0v-1,-7,2,-18,-1,-24v-13,20,-30,29,-54,29v-64,0,-77,-47,-77,-136v0,-86,21,-131,87,-131v57,0,80,29,80,81xm49,-272r28,-52r52,0r28,52r-38,0r-16,-31r-18,31r-36,0"},"\u011e":{"d":"182,-181r-50,0v0,-19,-8,-43,-29,-43v-25,0,-36,26,-36,90v0,62,6,101,36,101v21,0,38,-32,32,-67r-34,0r0,-39r84,0r0,139r-38,0v-1,-7,2,-18,-1,-24v-13,20,-30,29,-54,29v-64,0,-77,-47,-77,-136v0,-86,21,-131,87,-131v57,0,80,29,80,81xm52,-324r24,0v1,31,52,31,53,0r23,0v0,19,-11,51,-50,51v-39,0,-50,-32,-50,-51"},"\u0120":{"d":"182,-181r-50,0v0,-19,-8,-43,-29,-43v-25,0,-36,26,-36,90v0,62,6,101,36,101v21,0,38,-32,32,-67r-34,0r0,-39r84,0r0,139r-38,0v-1,-7,2,-18,-1,-24v-13,20,-30,29,-54,29v-64,0,-77,-47,-77,-136v0,-86,21,-131,87,-131v57,0,80,29,80,81xm83,-319r40,0r0,42r-40,0r0,-42"},"\u0122":{"d":"182,-181r-50,0v0,-19,-8,-43,-29,-43v-25,0,-36,26,-36,90v0,62,6,101,36,101v21,0,38,-32,32,-67r-34,0r0,-39r84,0r0,139r-38,0v-1,-7,2,-18,-1,-24v-13,20,-30,29,-54,29v-64,0,-77,-47,-77,-136v0,-86,21,-131,87,-131v57,0,80,29,80,81xm81,18r40,0r0,35v0,33,-18,36,-35,38r0,-13v8,-3,13,-7,13,-18r-18,0r0,-42"},"\u0124":{"d":"18,0r0,-257r52,0r0,98r60,0r0,-98r52,0r0,257r-52,0r0,-114r-60,0r0,114r-52,0xm46,-272r29,-52r51,0r28,52r-38,0r-16,-31r-18,31r-36,0"},"\u0126":{"d":"18,0r0,-257r52,0r0,53r60,0r0,-53r52,0r0,257r-52,0r0,-108r-60,0r0,108r-52,0xm70,-151r60,0r0,-32r-60,0r0,32"},"\u0128":{"d":"72,0r-51,0r0,-257r51,0r0,257xm15,-275r-25,0v4,-45,36,-54,67,-35v10,5,21,-1,20,-11r26,0v-3,26,-15,45,-33,45v-21,1,-48,-28,-55,1","w":92},"\u012a":{"d":"72,0r-51,0r0,-257r51,0r0,257xm-6,-312r106,0r0,28r-106,0r0,-28","w":92},"\u0130":{"d":"72,0r-51,0r0,-257r51,0r0,257xm26,-319r41,0r0,42r-41,0r0,-42","w":92},"\u012e":{"d":"69,48r11,18v-20,22,-82,13,-76,-16v0,-18,17,-37,44,-50r-27,0r0,-257r51,0r0,257v-30,22,-36,33,-36,44v0,17,19,12,33,4","w":92},"\u0134":{"d":"99,-257r52,0r0,185v0,55,-26,77,-78,77v-59,0,-69,-38,-68,-86r48,0v-1,27,1,48,23,48v19,0,23,-13,23,-40r0,-184xm71,-272r28,-52r51,0r29,52r-39,0r-16,-31r-17,31r-36,0","w":166},"\u0136":{"d":"18,-257r52,0r1,103r65,-103r56,0r-70,110r78,147r-58,0r-53,-105r-19,29r0,76r-52,0r0,-257xm84,18r40,0r0,35v0,33,-18,36,-35,38r0,-13v8,-3,13,-7,13,-18r-18,0r0,-42","w":193},"\u0139":{"d":"162,0r-144,0r0,-257r52,0r0,215r92,0r0,42xm25,-272r20,-52r49,0r-35,52r-34,0","w":166,"k":{"\u0177":13,"\u0176":33,"\u0174":27,"\u0162":27,"\u0164":27,"\u00ff":13,"\u00fd":13,"\u0178":33,"\u00dd":33,"y":13,"Y":33,"W":27,"V":27,"T":27}},"\u013d":{"d":"162,0r-144,0r0,-257r52,0r0,215r92,0r0,42xm88,-205r12,-52r43,0r-22,52r-33,0","w":166,"k":{"\u0177":13,"\u0176":33,"\u0174":27,"\u0162":27,"\u0164":27,"\u00ff":13,"\u00fd":13,"\u0178":33,"\u00dd":33,"y":13,"Y":33,"W":27,"V":27,"T":27}},"\u013b":{"d":"162,0r-144,0r0,-257r52,0r0,215r92,0r0,42xm71,18r40,0r0,35v0,33,-18,36,-35,38r0,-13v8,-3,13,-7,13,-18r-18,0r0,-42","w":166,"k":{"\u0177":13,"\u0176":33,"\u0174":27,"\u0162":27,"\u0164":27,"\u00ff":13,"\u00fd":13,"\u0178":33,"\u00dd":33,"y":13,"Y":33,"W":27,"V":27,"T":27}},"\u0143":{"d":"18,-257r60,0r63,176r0,-176r48,0r0,257r-59,0r-64,-180r0,180r-48,0r0,-257xm86,-272r19,-52r50,0r-35,52r-34,0","w":206},"\u0147":{"d":"18,-257r60,0r63,176r0,-176r48,0r0,257r-59,0r-64,-180r0,180r-48,0r0,-257xm77,-272r-28,-52r38,0r17,31r17,-31r36,0r-28,52r-52,0","w":206},"\u0145":{"d":"18,-257r60,0r63,176r0,-176r48,0r0,257r-59,0r-64,-180r0,180r-48,0r0,-257xm84,18r40,0r0,35v0,33,-18,36,-35,38r0,-13v8,-3,13,-7,13,-18r-18,0r0,-42","w":206},"\u014c":{"d":"13,-129v0,-78,9,-133,87,-133v78,0,88,55,88,133v0,78,-10,134,-88,134v-78,0,-87,-56,-87,-134xm64,-129v0,69,5,96,36,96v31,0,36,-27,36,-96v0,-69,-5,-95,-36,-95v-31,0,-36,26,-36,95xm47,-312r106,0r0,28r-106,0r0,-28","k":{"\u0176":9,"\u0162":9,"\u0164":9,"\u0104":9,"\u0102":9,"\u0100":9,"\u0178":9,"\u00dd":9,"\u00c3":9,"\u00c5":9,"\u00c0":9,"\u00c4":9,"\u00c2":9,"\u00c1":9,"Y":9,"T":9,"A":9,".":9,",":9}},"\u014e":{"d":"13,-129v0,-78,9,-133,87,-133v78,0,88,55,88,133v0,78,-10,134,-88,134v-78,0,-87,-56,-87,-134xm64,-129v0,69,5,96,36,96v31,0,36,-27,36,-96v0,-69,-5,-95,-36,-95v-31,0,-36,26,-36,95xm50,-324r23,0v1,30,53,32,53,0r24,0v0,19,-11,51,-50,51v-39,0,-50,-32,-50,-51","k":{"\u0176":9,"\u0162":9,"\u0164":9,"\u0104":9,"\u0102":9,"\u0100":9,"\u0178":9,"\u00dd":9,"\u00c3":9,"\u00c5":9,"\u00c0":9,"\u00c4":9,"\u00c2":9,"\u00c1":9,"Y":9,"T":9,"A":9,".":9,",":9}},"\u0150":{"d":"13,-129v0,-78,9,-133,87,-133v78,0,88,55,88,133v0,78,-10,134,-88,134v-78,0,-87,-56,-87,-134xm64,-129v0,69,5,96,36,96v31,0,36,-27,36,-96v0,-69,-5,-95,-36,-95v-31,0,-36,26,-36,95xm112,-272r19,-52r50,0r-36,52r-33,0xm52,-272r19,-52r50,0r-35,52r-34,0","k":{"\u0176":9,"\u0162":9,"\u0164":9,"\u0104":9,"\u0102":9,"\u0100":9,"\u0178":9,"\u00dd":9,"\u00c3":9,"\u00c5":9,"\u00c0":9,"\u00c4":9,"\u00c2":9,"\u00c1":9,"Y":9,"T":9,"A":9,".":9,",":9}},"\u0154":{"d":"18,0r0,-257v76,1,164,-16,164,66v0,35,-14,58,-43,64v35,5,42,25,42,79v0,29,3,39,11,48r-56,0v-19,-30,13,-108,-38,-109r-28,0r0,109r-52,0xm70,-219r0,74v35,2,60,-1,60,-38v0,-34,-26,-38,-60,-36xm70,-272r20,-52r49,0r-35,52r-34,0","k":{"\u0176":6,"\u0174":-4,"\u0172":-4,"\u0170":-4,"\u016e":-4,"\u016c":-4,"\u016a":-4,"\u0168":-4,"\u0162":6,"\u0164":6,"\u0178":6,"\u00dd":6,"\u00d9":-4,"\u00dc":-4,"\u00db":-4,"\u00da":-4,"Y":6,"W":-4,"U":-4,"T":6}},"\u0158":{"d":"18,0r0,-257v76,1,164,-16,164,66v0,35,-14,58,-43,64v35,5,42,25,42,79v0,29,3,39,11,48r-56,0v-19,-30,13,-108,-38,-109r-28,0r0,109r-52,0xm70,-219r0,74v35,2,60,-1,60,-38v0,-34,-26,-38,-60,-36xm67,-272r-28,-52r38,0r17,31r17,-31r36,0r-28,52r-52,0","k":{"\u0176":6,"\u0174":-4,"\u0172":-4,"\u0170":-4,"\u016e":-4,"\u016c":-4,"\u016a":-4,"\u0168":-4,"\u0162":6,"\u0164":6,"\u0178":6,"\u00dd":6,"\u00d9":-4,"\u00dc":-4,"\u00db":-4,"\u00da":-4,"Y":6,"W":-4,"U":-4,"T":6}},"\u0156":{"d":"18,0r0,-257v76,1,164,-16,164,66v0,35,-14,58,-43,64v35,5,42,25,42,79v0,29,3,39,11,48r-56,0v-19,-30,13,-108,-38,-109r-28,0r0,109r-52,0xm70,-219r0,74v35,2,60,-1,60,-38v0,-34,-26,-38,-60,-36xm83,18r40,0r0,35v0,33,-18,36,-35,38r0,-13v8,-3,13,-7,13,-18r-18,0r0,-42","k":{"\u0176":6,"\u0174":-4,"\u0172":-4,"\u0170":-4,"\u016e":-4,"\u016c":-4,"\u016a":-4,"\u0168":-4,"\u0162":6,"\u0164":6,"\u0178":6,"\u00dd":6,"\u00d9":-4,"\u00dc":-4,"\u00db":-4,"\u00da":-4,"Y":6,"W":-4,"U":-4,"T":6}},"\u015a":{"d":"8,-80r52,0v-1,28,4,47,34,47v16,0,31,-10,31,-32v0,-23,-11,-32,-46,-44v-46,-15,-67,-35,-67,-77v0,-50,30,-76,79,-76v48,0,83,22,80,76r-50,0v0,-24,-8,-38,-28,-38v-42,0,-40,52,-3,65v40,14,89,37,89,85v0,54,-33,79,-89,79v-63,0,-84,-30,-82,-85xm75,-272r19,-52r50,0r-36,52r-33,0","w":186},"\u015c":{"d":"8,-80r52,0v-1,28,4,47,34,47v16,0,31,-10,31,-32v0,-23,-11,-32,-46,-44v-46,-15,-67,-35,-67,-77v0,-50,30,-76,79,-76v48,0,83,22,80,76r-50,0v0,-24,-8,-38,-28,-38v-42,0,-40,52,-3,65v40,14,89,37,89,85v0,54,-33,79,-89,79v-63,0,-84,-30,-82,-85xm39,-272r28,-52r52,0r28,52r-38,0r-16,-31r-18,31r-36,0","w":186},"\u015e":{"d":"77,5v-50,-3,-71,-32,-69,-85r52,0v-1,28,4,47,34,47v16,0,31,-10,31,-32v0,-23,-11,-32,-46,-44v-46,-15,-67,-35,-67,-77v0,-50,30,-76,79,-76v48,0,83,22,80,76r-50,0v0,-24,-8,-38,-28,-38v-42,0,-40,52,-3,65v40,14,89,37,89,85v0,53,-33,77,-84,79r-10,16v20,-6,43,3,42,24v7,34,-58,39,-81,26r7,-16v10,6,42,9,42,-7v1,-19,-31,-3,-36,-16","w":186},"\uf6c1":{"d":"77,5v-50,-3,-71,-32,-69,-85r52,0v-1,28,4,47,34,47v16,0,31,-10,31,-32v0,-23,-11,-32,-46,-44v-46,-15,-67,-35,-67,-77v0,-50,30,-76,79,-76v48,0,83,22,80,76r-50,0v0,-24,-8,-38,-28,-38v-42,0,-40,52,-3,65v40,14,89,37,89,85v0,53,-33,77,-84,79r-10,16v20,-6,43,3,42,24v7,34,-58,39,-81,26r7,-16v10,6,42,9,42,-7v1,-19,-31,-3,-36,-16","w":186},"\u0164":{"d":"4,-257r164,0r0,42r-56,0r0,215r-52,0r0,-215r-56,0r0,-42xm61,-272r-28,-52r38,0r16,31r18,-31r36,0r-28,52r-52,0","w":172,"k":{"\u0133":6,"\u0177":20,"\u0175":27,"\u0173":27,"\u0171":27,"\u016f":27,"\u016d":27,"\u016b":27,"\u0169":27,"\u0159":27,"\u0157":27,"\u0155":27,"\u0151":27,"\u014f":27,"\u014d":27,"\u012f":6,"\u0119":27,"\u0117":27,"\u0115":27,"\u0113":27,"\u011b":27,"\u0105":27,"\u0103":27,"\u0101":27,"\u0104":20,"\u0102":20,"\u0100":20,"\u00ff":20,"\u00fd":20,"\u00f9":27,"\u00fc":27,"\u00fb":27,"\u00fa":27,"\u00f5":27,"\u00f2":27,"\u00f6":27,"\u00f4":27,"\u00f3":27,"\u00e8":27,"\u00eb":27,"\u00ea":27,"\u00e9":27,"\u00e3":27,"\u00e5":27,"\u00e0":27,"\u00e4":27,"\u00e2":27,"\u00e1":27,"\u00c3":20,"\u00c5":20,"\u00c0":20,"\u00c4":20,"\u00c2":20,"\u00c1":20,"y":20,"w":27,"u":27,"r":27,"o":27,"i":6,"e":27,"a":27,"A":20,";":27,":":27,".":33,"-":20,",":33}},"\u0162":{"d":"4,-257r164,0r0,42r-56,0r0,215r-52,0r0,-215r-56,0r0,-42xm67,18r40,0r0,35v0,33,-18,36,-35,38r0,-13v8,-3,13,-7,13,-18r-18,0r0,-42","w":172,"k":{"\u0133":6,"\u0177":20,"\u0175":27,"\u0173":27,"\u0171":27,"\u016f":27,"\u016d":27,"\u016b":27,"\u0169":27,"\u0159":27,"\u0157":27,"\u0155":27,"\u0151":27,"\u014f":27,"\u014d":27,"\u012f":6,"\u0119":27,"\u0117":27,"\u0115":27,"\u0113":27,"\u011b":27,"\u0105":27,"\u0103":27,"\u0101":27,"\u0104":20,"\u0102":20,"\u0100":20,"\u00ff":20,"\u00fd":20,"\u00f9":27,"\u00fc":27,"\u00fb":27,"\u00fa":27,"\u00f5":27,"\u00f2":27,"\u00f6":27,"\u00f4":27,"\u00f3":27,"\u00e8":27,"\u00eb":27,"\u00ea":27,"\u00e9":27,"\u00e3":27,"\u00e5":27,"\u00e0":27,"\u00e4":27,"\u00e2":27,"\u00e1":27,"\u00c3":20,"\u00c5":20,"\u00c0":20,"\u00c4":20,"\u00c2":20,"\u00c1":20,"y":20,"w":27,"u":27,"r":27,"o":27,"i":6,"e":27,"a":27,"A":20,";":27,":":27,".":33,"-":20,",":33}},"\u0166":{"d":"4,-257r164,0r0,42r-56,0r0,47r39,0r0,22r-39,0r0,146r-52,0r0,-146r-38,0r0,-22r38,0r0,-47r-56,0r0,-42","w":172},"\u0168":{"d":"15,-257r52,0r0,179v0,26,6,45,30,45v24,0,30,-19,30,-45r0,-179r52,0r0,179v0,65,-40,83,-82,83v-42,0,-82,-14,-82,-83r0,-179xm67,-275r-26,0v4,-45,36,-54,67,-35v10,5,22,-1,21,-11r25,0v-3,26,-15,45,-33,45v-21,0,-47,-28,-54,1","w":193},"\u016a":{"d":"15,-257r52,0r0,179v0,26,6,45,30,45v24,0,30,-19,30,-45r0,-179r52,0r0,179v0,65,-40,83,-82,83v-42,0,-82,-14,-82,-83r0,-179xm44,-312r106,0r0,28r-106,0r0,-28","w":193},"\u016c":{"d":"15,-257r52,0r0,179v0,26,6,45,30,45v24,0,30,-19,30,-45r0,-179r52,0r0,179v0,65,-40,83,-82,83v-42,0,-82,-14,-82,-83r0,-179xm47,-324r24,0v1,31,52,31,53,0r23,0v0,19,-11,51,-50,51v-39,0,-50,-32,-50,-51","w":193},"\u016e":{"d":"15,-257r52,0r0,179v0,26,6,45,30,45v24,0,30,-19,30,-45r0,-179r52,0r0,179v0,65,-40,83,-82,83v-42,0,-82,-14,-82,-83r0,-179xm77,-304v0,12,8,21,20,21v12,0,21,-9,21,-21v0,-12,-9,-20,-21,-20v-12,0,-20,8,-20,20xm57,-304v0,-23,18,-39,40,-39v22,0,41,16,41,39v0,24,-19,39,-41,39v-23,0,-40,-15,-40,-39","w":193},"\u0170":{"d":"15,-257r52,0r0,179v0,26,6,45,30,45v24,0,30,-19,30,-45r0,-179r52,0r0,179v0,65,-40,83,-82,83v-42,0,-82,-14,-82,-83r0,-179xm109,-272r20,-52r50,0r-36,52r-34,0xm50,-272r19,-52r50,0r-35,52r-34,0","w":193},"\u0172":{"d":"91,5v-50,-2,-76,-21,-76,-83r0,-179r52,0r0,179v0,26,6,45,30,45v24,0,30,-19,30,-45r0,-179r52,0r0,179v0,53,-25,73,-58,81v-14,10,-34,28,-32,41v3,17,19,12,33,4r10,18v-20,21,-79,13,-75,-16v3,-19,19,-37,34,-45","w":193},"\u0174":{"d":"50,0r-47,-257r50,0r29,190r30,-190r50,0r31,190r28,-190r50,0r-47,257r-58,0r-30,-186r-28,186r-58,0xm83,-272r28,-52r52,0r28,52r-38,0r-17,-31r-17,31r-36,0","w":273,"k":{"\u0151":6,"\u014f":6,"\u014d":6,"\u0119":6,"\u0117":6,"\u0115":6,"\u0113":6,"\u011b":6,"\u0105":6,"\u0103":6,"\u0101":6,"\u0104":6,"\u0102":6,"\u0100":6,"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00e8":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e3":6,"\u00e5":6,"\u00e0":6,"\u00e4":6,"\u00e2":6,"\u00e1":6,"\u00c3":6,"\u00c5":6,"\u00c0":6,"\u00c4":6,"\u00c2":6,"\u00c1":6,"o":6,"e":6,"a":6,"A":6,".":27,"-":6,",":27}},"\u0176":{"d":"1,-257r58,0r35,99r36,-99r56,0r-66,156r0,101r-52,0r0,-101xm41,-272r28,-52r52,0r28,52r-38,0r-17,-31r-17,31r-36,0","w":187,"k":{"\u0133":9,"\u0173":22,"\u0171":22,"\u016f":22,"\u016d":22,"\u016b":22,"\u0169":22,"\u0151":29,"\u014f":29,"\u014d":29,"\u012f":9,"\u0119":29,"\u0117":29,"\u0115":29,"\u0113":29,"\u011b":29,"\u0105":29,"\u0103":29,"\u0101":29,"\u015e":6,"\u015c":6,"\u015a":6,"\u0150":7,"\u014e":7,"\u014c":7,"\u0104":20,"\u0102":20,"\u0100":20,"\u00f9":22,"\u00fc":22,"\u00fb":22,"\u00fa":22,"\u00f5":29,"\u00f2":29,"\u00f6":29,"\u00f4":29,"\u00f3":29,"\u00e8":29,"\u00eb":29,"\u00ea":29,"\u00e9":29,"\u00e3":29,"\u00e5":29,"\u00e0":29,"\u00e4":29,"\u00e2":29,"\u00e1":29,"\u0160":6,"\u00d5":7,"\u00d2":7,"\u00d6":7,"\u00d4":7,"\u00d3":7,"\u00c3":20,"\u00c5":20,"\u00c0":20,"\u00c4":20,"\u00c2":20,"\u00c1":20,"u":22,"o":29,"i":9,"e":29,"a":29,"S":6,"O":7,"A":20,";":13,":":13,".":40,"-":27,",":40}},"\u0179":{"d":"9,0r0,-38r94,-177r-88,0r0,-42r148,0r0,39r-96,176r98,0r0,42r-156,0xm69,-272r20,-52r49,0r-35,52r-34,0","w":173},"\u017b":{"d":"9,0r0,-38r94,-177r-88,0r0,-42r148,0r0,39r-96,176r98,0r0,42r-156,0xm69,-319r40,0r0,42r-40,0r0,-42","w":173},"\u0101":{"d":"61,-134r-45,0v-2,-48,29,-65,68,-65v119,0,46,114,77,199r-48,0v-4,-5,-3,-15,-7,-20v-12,20,-25,25,-49,25v-35,0,-47,-29,-47,-55v0,-49,36,-61,77,-68v29,-5,27,-49,-3,-47v-17,0,-24,12,-23,31xm107,-97v-19,14,-49,12,-49,41v0,15,5,27,18,27v13,0,31,-8,31,-30r0,-38xm35,-256r105,0r0,27r-105,0r0,-27","w":173,"k":{"\u0175":-4,"w":-4}},"\u0103":{"d":"61,-134r-45,0v-2,-48,29,-65,68,-65v119,0,46,114,77,199r-48,0v-4,-5,-3,-15,-7,-20v-12,20,-25,25,-49,25v-35,0,-47,-29,-47,-55v0,-49,36,-61,77,-68v29,-5,27,-49,-3,-47v-17,0,-24,12,-23,31xm107,-97v-19,14,-49,12,-49,41v0,15,5,27,18,27v13,0,31,-8,31,-30r0,-38xm38,-268r23,0v1,30,53,31,53,0r24,0v0,19,-11,51,-50,51v-39,0,-50,-32,-50,-51","w":173,"k":{"\u0175":-4,"w":-4}},"\u0105":{"d":"161,0v-35,-7,-49,27,-53,44v2,17,16,12,30,4r9,18v-20,22,-68,13,-68,-16v0,-18,16,-35,34,-50v-4,-5,-3,-15,-7,-20v-12,20,-25,25,-49,25v-35,0,-47,-29,-47,-55v0,-49,36,-61,77,-68v29,-5,27,-49,-3,-47v-17,0,-24,12,-23,31r-45,0v-2,-48,29,-65,68,-65v119,0,46,114,77,199xm107,-97v-19,14,-49,12,-49,41v0,15,5,27,18,27v13,0,31,-8,31,-30r0,-38","w":173,"k":{"\u0175":-4,"w":-4}},"\u0107":{"d":"157,-124r-47,0v0,-19,-4,-39,-23,-39v-24,0,-28,22,-28,67v0,48,5,67,27,67v17,0,24,-13,24,-45r47,0v0,51,-20,79,-73,79v-50,0,-75,-24,-75,-102v0,-80,33,-102,79,-102v46,0,69,29,69,75xm69,-217r19,-52r50,0r-35,52r-34,0","w":166,"k":{"\u0140":7,"\u0177":4,"\u013c":7,"\u013e":7,"\u013a":7,"\u00ff":4,"\u00fd":4,"y":4,"l":7}},"\u0109":{"d":"157,-124r-47,0v0,-19,-4,-39,-23,-39v-24,0,-28,22,-28,67v0,48,5,67,27,67v17,0,24,-13,24,-45r47,0v0,51,-20,79,-73,79v-50,0,-75,-24,-75,-102v0,-80,33,-102,79,-102v46,0,69,29,69,75xm33,-217r28,-52r52,0r28,52r-38,0r-17,-30r-17,30r-36,0","w":166,"k":{"\u0140":7,"\u0177":4,"\u013c":7,"\u013e":7,"\u013a":7,"\u00ff":4,"\u00fd":4,"y":4,"l":7}},"\u010d":{"d":"157,-124r-47,0v0,-19,-4,-39,-23,-39v-24,0,-28,22,-28,67v0,48,5,67,27,67v17,0,24,-13,24,-45r47,0v0,51,-20,79,-73,79v-50,0,-75,-24,-75,-102v0,-80,33,-102,79,-102v46,0,69,29,69,75xm62,-217r-29,-52r39,0r16,31r17,-31r36,0r-28,52r-51,0","w":166,"k":{"\u0140":7,"\u0177":4,"\u013c":7,"\u013e":7,"\u013a":7,"\u00ff":4,"\u00fd":4,"y":4,"l":7}},"\u010b":{"d":"157,-124r-47,0v0,-19,-4,-39,-23,-39v-24,0,-28,22,-28,67v0,48,5,67,27,67v17,0,24,-13,24,-45r47,0v0,51,-20,79,-73,79v-50,0,-75,-24,-75,-102v0,-80,33,-102,79,-102v46,0,69,29,69,75xm66,-264r41,0r0,43r-41,0r0,-43","w":166,"k":{"\u0140":7,"\u0177":4,"\u013c":7,"\u013e":7,"\u013a":7,"\u00ff":4,"\u00fd":4,"y":4,"l":7}},"\u010f":{"d":"116,0v-1,-6,2,-16,-1,-21v-11,18,-24,26,-44,26v-41,0,-59,-30,-59,-102v0,-72,18,-102,59,-102v20,-1,31,10,43,23r0,-81r49,0r0,257r-47,0xm62,-97v0,42,3,64,25,64v22,0,27,-22,27,-64v0,-42,-5,-64,-27,-64v-22,0,-25,22,-25,64xm177,-205r12,-52r43,0r-22,52r-33,0","w":218},"\u0111":{"d":"116,0v-1,-6,2,-16,-1,-21v-11,18,-24,26,-44,26v-41,0,-59,-30,-59,-102v0,-72,18,-102,59,-102v20,-1,31,10,43,23r0,-35r-40,0r0,-22r40,0r0,-24r49,0r0,24r31,0r0,22r-31,0r0,211r-47,0xm62,-97v0,42,3,64,25,64v22,0,27,-22,27,-64v0,-42,-5,-64,-27,-64v-22,0,-25,22,-25,64","w":194},"\u011b":{"d":"157,-89r-98,0v-1,28,3,60,25,60v17,0,23,-12,26,-36r44,0v-2,45,-22,70,-70,70v-72,0,-75,-56,-75,-104v0,-52,10,-100,77,-100v62,-1,72,46,71,110xm59,-119r51,0v-1,-30,-4,-46,-25,-46v-22,1,-27,24,-26,46xm59,-217r-28,-52r38,0r17,31r17,-31r36,0r-28,52r-52,0","w":166,"k":{"x":4}},"\u0113":{"d":"157,-89r-98,0v-1,28,3,60,25,60v17,0,23,-12,26,-36r44,0v-2,45,-22,70,-70,70v-72,0,-75,-56,-75,-104v0,-52,10,-100,77,-100v62,-1,72,46,71,110xm59,-119r51,0v-1,-30,-4,-46,-25,-46v-22,1,-27,24,-26,46xm32,-256r106,0r0,27r-106,0r0,-27","w":166,"k":{"x":4}},"\u0115":{"d":"157,-89r-98,0v-1,28,3,60,25,60v17,0,23,-12,26,-36r44,0v-2,45,-22,70,-70,70v-72,0,-75,-56,-75,-104v0,-52,10,-100,77,-100v62,-1,72,46,71,110xm59,-119r51,0v-1,-30,-4,-46,-25,-46v-22,1,-27,24,-26,46xm35,-268r24,0v1,30,52,30,53,0r23,0v0,19,-11,51,-50,51v-39,0,-50,-32,-50,-51","w":166,"k":{"x":4}},"\u0117":{"d":"157,-89r-98,0v-1,28,3,60,25,60v17,0,23,-12,26,-36r44,0v-2,45,-22,70,-70,70v-72,0,-75,-56,-75,-104v0,-52,10,-100,77,-100v62,-1,72,46,71,110xm59,-119r51,0v-1,-30,-4,-46,-25,-46v-22,1,-27,24,-26,46xm66,-264r40,0r0,43r-40,0r0,-43","w":166,"k":{"x":4}},"\u0119":{"d":"78,5v-58,1,-69,-54,-69,-104v0,-52,10,-100,77,-100v62,-1,72,46,71,110r-98,0v-1,28,3,60,25,60v17,0,23,-12,26,-36r44,0v-2,37,-15,60,-46,68v-14,10,-34,28,-32,41v3,17,18,12,32,4r11,18v-20,21,-82,13,-75,-16v0,-20,18,-37,34,-45xm59,-119r51,0v-1,-30,-4,-46,-25,-46v-22,1,-27,24,-26,46","w":166,"k":{"x":4}},"\u011d":{"d":"62,-91v0,27,4,51,25,51v21,0,27,-23,27,-56v0,-47,-6,-65,-26,-65v-22,0,-26,18,-26,70xm63,14v-1,12,12,21,24,21v29,2,30,-34,26,-61v-42,49,-100,23,-100,-74v0,-45,6,-99,60,-99v15,-1,29,9,41,27r0,-22r48,0r0,184v0,51,-23,76,-81,76v-42,0,-66,-19,-66,-52r48,0xm40,-217r28,-52r52,0r28,52r-39,0r-16,-30r-17,30r-36,0","w":180,"k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"\u011f":{"d":"62,-91v0,27,4,51,25,51v21,0,27,-23,27,-56v0,-47,-6,-65,-26,-65v-22,0,-26,18,-26,70xm63,14v-1,12,12,21,24,21v29,2,30,-34,26,-61v-42,49,-100,23,-100,-74v0,-45,6,-99,60,-99v15,-1,29,9,41,27r0,-22r48,0r0,184v0,51,-23,76,-81,76v-42,0,-66,-19,-66,-52r48,0xm41,-268r23,0v1,30,53,30,54,0r23,0v0,19,-11,51,-50,51v-39,0,-50,-32,-50,-51","w":180,"k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"\u0121":{"d":"62,-91v0,27,4,51,25,51v21,0,27,-23,27,-56v0,-47,-6,-65,-26,-65v-22,0,-26,18,-26,70xm63,14v-1,12,12,21,24,21v29,2,30,-34,26,-61v-42,49,-100,23,-100,-74v0,-45,6,-99,60,-99v15,-1,29,9,41,27r0,-22r48,0r0,184v0,51,-23,76,-81,76v-42,0,-66,-19,-66,-52r48,0xm71,-264r41,0r0,43r-41,0r0,-43","w":180,"k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"\u0123":{"d":"62,-91v0,27,4,51,25,51v21,0,27,-23,27,-56v0,-47,-6,-65,-26,-65v-22,0,-26,18,-26,70xm63,14v-1,12,12,21,24,21v29,2,30,-34,26,-61v-42,49,-100,23,-100,-74v0,-45,6,-99,60,-99v15,-1,29,9,41,27r0,-22r48,0r0,184v0,51,-23,76,-81,76v-42,0,-66,-19,-66,-52r48,0xm102,-420r-41,0r0,-35v0,-33,18,-36,35,-38r0,13v-8,3,-13,6,-13,17r19,0r0,43xm113,-215r-40,0r0,-34v0,-33,18,-37,35,-39r0,13v-8,3,-13,7,-13,18r18,0r0,42","w":180,"k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"\u0125":{"d":"17,0r0,-257r49,0r1,83v23,-40,96,-35,96,30r0,144r-49,0r0,-134v0,-20,-6,-27,-21,-27v-18,0,-27,11,-27,32r0,129r-49,0xm36,-272r28,-52r52,0r28,52r-38,0r-17,-31r-17,31r-36,0","w":180},"\u0127":{"d":"31,-233r0,-24r50,0r0,24r40,0r0,22r-40,0r0,37v23,-40,97,-35,97,30r0,144r-50,0r0,-134v0,-20,-6,-27,-21,-27v-18,0,-26,11,-26,32r0,129r-50,0r0,-211r-31,0r0,-22r31,0","w":194},"\u0129":{"d":"18,0r0,-194r50,0r0,194r-50,0xm12,-220r-25,0v4,-54,42,-49,77,-32v7,0,10,-8,10,-13r26,0v-3,26,-16,44,-34,44v-21,0,-47,-28,-54,1","w":86},"\u012b":{"d":"18,0r0,-194r50,0r0,194r-50,0xm-10,-256r106,0r0,27r-106,0r0,-27","w":86},"\u012f":{"d":"64,48r11,18v-20,22,-82,13,-76,-16v0,-18,18,-37,45,-50r-26,0r0,-194r50,0r0,194v-30,22,-37,33,-37,44v0,17,19,12,33,4xm18,-217r0,-43r50,0r0,43r-50,0","w":86},"\u0135":{"d":"18,-4r0,-190r50,0r0,207v4,40,-28,54,-77,50r0,-36v23,2,27,-5,27,-31xm-12,-217r28,-52r52,0r28,52r-38,0r-17,-30r-17,30r-36,0","w":86},"\u0137":{"d":"18,-257r50,0r1,136r50,-73r55,0r-56,77r64,117r-55,0r-41,-80r-18,23r0,57r-50,0r0,-257xm77,18r40,0r0,35v0,33,-18,36,-35,38r0,-13v8,-3,13,-7,13,-18r-18,0r0,-42","w":180},"\u013a":{"d":"18,0r0,-257r50,0r0,257r-50,0xm19,-272r19,-52r50,0r-35,52r-34,0","w":86},"\u013e":{"d":"18,0r0,-257r50,0r0,257r-50,0xm82,-205r12,-52r43,0r-23,52r-32,0","w":123},"\u013c":{"d":"18,0r0,-257r50,0r0,257r-50,0xm24,18r40,0r0,35v0,33,-17,36,-34,38r0,-13v8,-3,12,-7,12,-18r-18,0r0,-42","w":86},"\u0144":{"d":"17,0r0,-194r47,0v1,7,-2,18,1,23v22,-43,98,-40,98,27r0,144r-49,0r0,-134v0,-20,-6,-27,-21,-27v-18,0,-27,11,-27,32r0,129r-49,0xm70,-217r20,-52r49,0r-35,52r-34,0","w":180,"k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"\u0148":{"d":"17,0r0,-194r47,0v1,7,-2,18,1,23v22,-43,98,-40,98,27r0,144r-49,0r0,-134v0,-20,-6,-27,-21,-27v-18,0,-27,11,-27,32r0,129r-49,0xm63,-217r-28,-52r38,0r17,31r17,-31r36,0r-28,52r-52,0","w":180,"k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"\u0146":{"d":"17,0r0,-194r47,0v1,7,-2,18,1,23v22,-43,98,-40,98,27r0,144r-49,0r0,-134v0,-20,-6,-27,-21,-27v-18,0,-27,11,-27,32r0,129r-49,0xm71,18r40,0r0,35v0,33,-18,36,-35,38r0,-13v8,-3,13,-7,13,-18r-18,0r0,-42","w":180,"k":{"\u0177":-4,"\u00ff":-4,"\u00fd":-4,"y":-4}},"\u014d":{"d":"10,-97v0,-66,19,-102,76,-102v59,0,77,34,77,102v0,66,-20,102,-77,102v-59,0,-76,-34,-76,-102xm60,-97v0,40,2,68,26,68v20,0,27,-19,27,-68v0,-49,-7,-68,-27,-68v-24,0,-26,28,-26,68xm33,-256r106,0r0,27r-106,0r0,-27","w":172,"k":{"v":-4}},"\u014f":{"d":"10,-97v0,-66,19,-102,76,-102v59,0,77,34,77,102v0,66,-20,102,-77,102v-59,0,-76,-34,-76,-102xm60,-97v0,40,2,68,26,68v20,0,27,-19,27,-68v0,-49,-7,-68,-27,-68v-24,0,-26,28,-26,68xm36,-268r24,0v1,30,52,30,53,0r23,0v0,19,-11,51,-50,51v-39,0,-50,-32,-50,-51","w":172,"k":{"v":-4}},"\u0151":{"d":"10,-97v0,-66,19,-102,76,-102v59,0,77,34,77,102v0,66,-20,102,-77,102v-59,0,-76,-34,-76,-102xm60,-97v0,40,2,68,26,68v20,0,27,-19,27,-68v0,-49,-7,-68,-27,-68v-24,0,-26,28,-26,68xm98,-217r19,-52r50,0r-35,52r-34,0xm38,-217r20,-52r49,0r-35,52r-34,0","w":172,"k":{"v":-4}},"\u0155":{"d":"17,0r0,-194r47,0v1,8,-2,20,1,26v11,-21,26,-35,53,-30r0,48v-27,-4,-52,2,-52,34r0,116r-49,0xm29,-217r20,-52r49,0r-35,52r-34,0","w":119,"k":{"\u0177":-6,"\u00ff":-6,"\u00fd":-6,"y":-6,"v":-6,"q":6,".":27,"-":13,",":27}},"\u0157":{"d":"17,0r0,-194r47,0v1,8,-2,20,1,26v11,-21,26,-35,53,-30r0,48v-27,-4,-52,2,-52,34r0,116r-49,0xm22,18r41,0r0,35v0,33,-18,36,-35,38r0,-13v8,-3,13,-7,13,-18r-19,0r0,-42","w":119,"k":{"\u0177":-6,"\u00ff":-6,"\u00fd":-6,"y":-6,"v":-6,"q":6,".":27,"-":13,",":27}},"\u0159":{"d":"17,0r0,-194r47,0v1,8,-2,20,1,26v11,-21,26,-35,53,-30r0,48v-27,-4,-52,2,-52,34r0,116r-49,0xm42,-217r-28,-52r39,0r16,31r17,-31r36,0r-28,52r-52,0","w":119,"k":{"\u0177":-6,"\u00ff":-6,"\u00fd":-6,"y":-6,"v":-6,"q":6,".":27,"-":13,",":27}},"\u015b":{"d":"8,-63r45,0v-1,21,7,33,26,34v30,2,32,-39,7,-45v-35,-8,-76,-24,-76,-66v0,-32,20,-59,71,-59v48,1,68,21,66,63r-44,0v6,-37,-44,-37,-46,-8v-2,20,34,28,52,33v73,20,46,122,-29,116v-58,-4,-73,-26,-72,-68xm62,-217r19,-52r50,0r-36,52r-33,0","w":159},"\u015d":{"d":"8,-63r45,0v-1,21,7,33,26,34v30,2,32,-39,7,-45v-35,-8,-76,-24,-76,-66v0,-32,20,-59,71,-59v48,1,68,21,66,63r-44,0v6,-37,-44,-37,-46,-8v-2,20,34,28,52,33v73,20,46,122,-29,116v-58,-4,-73,-26,-72,-68xm28,-217r28,-52r52,0r28,52r-38,0r-17,-30r-17,30r-36,0","w":159},"\u015f":{"d":"65,4v-41,-2,-60,-28,-57,-67r45,0v-1,21,7,33,26,34v30,2,32,-39,7,-45v-35,-8,-76,-24,-76,-66v0,-32,20,-59,71,-59v48,1,68,21,66,63r-44,0v6,-37,-44,-37,-46,-8v-2,20,35,26,52,33v31,10,43,26,43,55v0,39,-29,59,-68,61r-11,16v20,-6,43,3,42,24v7,34,-58,39,-81,26r7,-16v10,6,43,9,43,-7v0,-18,-32,-3,-36,-16","w":159},"\uf6c2":{"d":"65,4v-41,-2,-60,-28,-57,-67r45,0v-1,21,7,33,26,34v30,2,32,-39,7,-45v-35,-8,-76,-24,-76,-66v0,-32,20,-59,71,-59v48,1,68,21,66,63r-44,0v6,-37,-44,-37,-46,-8v-2,20,35,26,52,33v31,10,43,26,43,55v0,39,-29,59,-68,61r-11,16v20,-6,43,3,42,24v7,34,-58,39,-81,26r7,-16v10,6,43,9,43,-7v0,-18,-32,-3,-36,-16","w":159},"\u0165":{"d":"103,-205r12,-52r43,0r-22,52r-33,0xm27,-194r0,-55r50,0r0,55r29,0r0,34r-29,0r0,105v-2,20,12,23,29,20r0,35v-45,5,-79,6,-79,-49r0,-111r-25,0r0,-34r25,0","w":147},"\u0163":{"d":"27,-194r0,-55r50,0r0,55r29,0r0,34r-29,0r0,105v-2,20,12,23,29,20r0,35v-45,5,-79,6,-79,-49r0,-111r-25,0r0,-34r25,0xm50,18r40,0r0,35v0,33,-18,36,-35,38r0,-13v8,-3,13,-7,13,-18r-18,0r0,-42","w":106},"\u0167":{"d":"27,-194r0,-55r50,0r0,55r29,0r0,34r-29,0r0,35r32,0r0,22r-32,0v3,29,-14,79,29,68r0,35v-45,5,-87,5,-79,-49r0,-54r-29,0r0,-22r29,0r0,-35r-25,0r0,-34r25,0","w":106},"\u0169":{"d":"116,0v-1,-7,2,-18,-1,-23v-22,43,-98,40,-98,-27r0,-144r49,0r0,134v0,20,6,27,21,27v18,0,27,-11,27,-32r0,-129r49,0r0,194r-47,0xm59,-220r-26,0v5,-53,43,-49,78,-32v7,0,10,-8,10,-13r26,0v-3,26,-16,44,-34,44v-21,0,-47,-28,-54,1","w":180},"\u016b":{"d":"116,0v-1,-7,2,-18,-1,-23v-22,43,-98,40,-98,-27r0,-144r49,0r0,134v0,20,6,27,21,27v18,0,27,-11,27,-32r0,-129r49,0r0,194r-47,0xm37,-256r106,0r0,27r-106,0r0,-27","w":180},"\u016d":{"d":"116,0v-1,-7,2,-18,-1,-23v-22,43,-98,40,-98,-27r0,-144r49,0r0,134v0,20,6,27,21,27v18,0,27,-11,27,-32r0,-129r49,0r0,194r-47,0xm40,-268r24,0v1,30,52,30,53,0r23,0v0,19,-11,51,-50,51v-39,0,-50,-32,-50,-51","w":180},"\u016f":{"d":"116,0v-1,-7,2,-18,-1,-23v-22,43,-98,40,-98,-27r0,-144r49,0r0,134v0,20,6,27,21,27v18,0,27,-11,27,-32r0,-129r49,0r0,194r-47,0xm69,-248v0,12,9,20,21,20v12,0,21,-8,21,-20v0,-12,-9,-21,-21,-21v-12,0,-21,9,-21,21xm49,-248v0,-23,19,-40,41,-40v22,0,41,17,41,40v0,24,-19,38,-41,38v-23,0,-41,-14,-41,-38","w":180},"\u0171":{"d":"116,0v-1,-7,2,-18,-1,-23v-22,43,-98,40,-98,-27r0,-144r49,0r0,134v0,20,6,27,21,27v18,0,27,-11,27,-32r0,-129r49,0r0,194r-47,0xm100,-217r20,-52r50,0r-36,52r-34,0xm41,-217r19,-52r50,0r-35,52r-34,0","w":180},"\u0173":{"d":"140,0v-17,18,-27,23,-29,46v4,14,16,10,29,2r10,18v-20,22,-68,13,-68,-16v0,-18,15,-36,34,-50v-1,-7,2,-18,-1,-23v-22,43,-98,40,-98,-27r0,-144r49,0r0,134v0,20,6,27,21,27v18,0,27,-11,27,-32r0,-129r49,0r0,194r-23,0","w":180},"\u0175":{"d":"45,0r-42,-194r49,0r24,138r24,-138r54,0r26,138r23,-138r48,0r-42,194r-56,0r-27,-138r-24,138r-57,0xm73,-217r28,-52r52,0r28,52r-38,0r-17,-30r-17,30r-36,0","w":253,"k":{".":13,",":13}},"\u0177":{"d":"17,63r0,-37v23,5,39,-4,39,-26r-54,-194r52,0r29,134r25,-134r50,0r-47,181v-19,76,-31,77,-94,76xm29,-217r28,-52r52,0r28,52r-38,0r-17,-30r-17,30r-36,0","w":159,"k":{"\u0105":6,"\u0103":6,"\u0101":6,"\u00e3":6,"\u00e5":6,"\u00e0":6,"\u00e4":6,"\u00e2":6,"\u00e1":6,"a":6,".":20,",":20}},"\u017a":{"d":"9,0r0,-38r77,-115r-74,0r0,-41r133,0r0,38r-78,116r78,0r0,40r-136,0xm60,-217r20,-52r50,0r-36,52r-34,0","w":153},"\u017c":{"d":"9,0r0,-38r77,-115r-74,0r0,-41r133,0r0,38r-78,116r78,0r0,40r-136,0xm58,-264r41,0r0,43r-41,0r0,-43","w":153},"\u013f":{"d":"162,0r-144,0r0,-257r52,0r0,215r92,0r0,42xm96,-194r40,0r0,43r-40,0r0,-43","w":166,"k":{"\u0177":13,"\u0176":33,"\u0174":27,"\u0162":27,"\u0164":27,"\u00ff":13,"\u00fd":13,"\u0178":33,"\u00dd":33,"y":13,"Y":33,"W":27,"V":27,"T":27}},"\u0140":{"d":"18,0r0,-257r50,0r0,257r-50,0xm88,-194r41,0r0,43r-41,0r0,-43","w":142},"\u00a0":{"w":86},"\u0110":{"d":"72,-219r0,67r34,0r0,39r-34,0r0,75v58,4,66,-10,67,-93v0,-69,-9,-94,-67,-88xm21,0r0,-113r-21,0r0,-39r21,0r0,-105r84,0v72,0,85,49,85,125v0,91,-19,132,-88,132r-81,0","w":206},"\u00ad":{"d":"16,-125r101,0r0,42r-101,0r0,-42","w":133}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1988, 1990, 1993, 2003 Linotype Library GmbH, www.linotype.com. All
 * rights reserved. Copyright © 1988, 1990, 1993 Adobe Systems Incorporated. All
 * Rights Reserved.
 * 
 * Trademark:
 * Helvetica, Neue Helvetica is a trademark of Heidelberger Druckmaschinen AG
 * which may be registered in certain jurisdictions, exclusively licensed through
 * Linotype Library GmbH, a wholly owned subsidiary of Heidelberger Druckmaschinen
 * AG.
 * 
 * Full name:
 * HelveticaNeueLTPro-BlkCn
 * 
 * Description:
 * Copyright © 1988, 1990, 1993, 2003 Linotype Library GmbH, www.linotype.com. All
 * rights reserved. Copyright © 1988, 1990, 1993 Adobe Systems Incorporated. All
 * Rights Reserved.
 * 
 * Manufacturer:
 * Linotype Library GmbH
 * 
 * Designer:
 * Linotype Library GmbH
 * 
 * Vendor URL:
 * http://www.linotype.com
 * 
 * License information:
 * http://www.Linotype.com
 */
Cufon.registerFont({"w":187,"face":{"font-family":"helvetica-condensed","font-weight":900,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 6 3 7 2 4 2 4","ascent":"257","descent":"-103","x-height":"5","bbox":"-13 -343 289.915 84.1386","underline-thickness":"18","underline-position":"-18","stemh":"48","stemv":"65","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":93,"k":{"\u0176":13,"\u0174":13,"\u0162":13,"\u0164":13,"\u0104":13,"\u0102":13,"\u0100":13,"\u0178":13,"\u00dd":13,"\u00c3":13,"\u00c5":13,"\u00c0":13,"\u00c4":13,"\u00c2":13,"\u00c1":13,"Y":13,"W":13,"V":13,"T":13,"A":13}},"\u0149":{"d":"26,0r0,-195r63,0r0,24v17,-42,98,-44,98,24r0,147r-65,0r0,-129v0,-16,-3,-23,-15,-23v-12,0,-16,7,-16,23r0,129r-65,0xm6,-257r0,-38r51,0v3,40,-3,68,-44,66r0,-15v13,-3,15,-5,16,-13r-23,0","w":200},"\u0132":{"d":"13,0r0,-257r67,0r0,257r-67,0xm192,-257r67,0r0,177v0,62,-29,85,-84,85v-58,0,-79,-31,-78,-89r60,0v-2,23,4,48,18,44v10,0,17,-7,17,-31r0,-186","w":269},"\u0133":{"d":"14,-209r0,-48r65,0r0,48r-65,0xm14,0r0,-195r65,0r0,195r-65,0xm105,-209r0,-48r65,0r0,48r-65,0xm105,4r0,-199r65,0r0,208v0,57,-43,51,-89,49r0,-44v16,0,24,-2,24,-14","w":183},"!":{"d":"32,-75r-7,-96r0,-86r63,0v2,65,-2,124,-8,182r-48,0xm27,0r0,-57r60,0r0,57r-60,0","w":113},"\"":{"d":"20,-122r0,-135r50,0r0,135r-50,0xm103,-122r0,-135r50,0r0,135r-50,0","w":173},"#":{"d":"94,0r8,-62r-33,0r-7,62r-40,0r8,-62r-26,0r0,-42r31,0r5,-42r-26,0r0,-42r32,0r8,-62r39,0r-8,62r32,0r8,-62r40,0r-8,62r27,0r0,42r-32,0r-5,42r26,0r0,42r-32,0r-7,62r-40,0xm80,-146r-5,42r32,0r5,-42r-32,0"},"$":{"d":"74,37r0,-32v-50,-5,-72,-27,-69,-80r64,0v-8,40,44,47,44,12v0,-50,-105,-25,-105,-114v0,-45,22,-71,66,-78r0,-21r33,0r0,21v48,5,69,28,69,77r-63,0v8,-35,-40,-42,-40,-10v0,51,110,23,110,116v0,49,-27,72,-76,77r0,32r-33,0"},"%":{"d":"6,-186v0,-50,15,-69,57,-69v42,0,56,19,56,69v0,50,-14,69,-56,69v-42,0,-57,-19,-57,-69xm161,-64v0,-50,14,-69,56,-69v42,0,57,19,57,69v0,50,-15,69,-57,69v-42,0,-56,-19,-56,-69xm50,-186v0,33,3,41,13,41v10,0,12,-8,12,-41v0,-33,-2,-40,-12,-40v-10,0,-13,7,-13,40xm63,5r114,-260r40,0r-114,260r-40,0xm205,-64v0,33,2,40,12,40v10,0,13,-7,13,-40v0,-33,-3,-40,-13,-40v-10,0,-12,7,-12,40","w":280},"&":{"d":"114,-54r-34,-46v-27,15,-16,54,11,55v8,0,18,-5,23,-9xm98,-222v-28,6,-22,28,-2,49v16,-14,21,-23,21,-31v0,-10,-8,-18,-19,-18xm190,-48r35,48r-72,0r-11,-15v-47,37,-141,23,-141,-52v0,-30,15,-57,48,-75v-41,-45,-27,-118,49,-118v45,0,73,24,73,60v0,25,-17,48,-45,66r30,39v5,-9,7,-19,8,-30r56,0v-1,29,-9,57,-30,77","w":219},"(":{"d":"114,66r-52,0v-67,-95,-67,-228,0,-323r52,0v-58,100,-58,223,0,323","w":113},")":{"d":"-1,-257r52,0v66,95,67,228,0,323r-52,0v59,-100,58,-223,0,-323","w":113},"*":{"d":"100,-116r-27,-39r-27,39r-29,-21r28,-38r-46,-15r11,-34r45,15r0,-48r36,0r0,48r45,-15r12,34r-46,15r27,38","w":146},"+":{"d":"83,-116r0,-66r50,0r0,66r66,0r0,50r-66,0r0,66r-50,0r0,-66r-66,0r0,-50r66,0","w":216},",":{"d":"17,-2r0,-69r60,0v1,66,8,139,-60,134r0,-31v18,-2,24,-13,23,-34r-23,0","w":93,"k":{" ":13}},"-":{"d":"10,-77r0,-54r112,0r0,54r-112,0","w":132},".":{"d":"17,0r0,-71r60,0r0,71r-60,0","w":93},"\/":{"d":"-8,5r82,-267r54,0r-82,267r-54,0","w":119},"0":{"d":"94,-213v-32,0,-20,92,-20,130v0,36,6,46,20,46v31,0,19,-93,19,-130v0,-36,-5,-46,-19,-46xm7,-125v0,-103,28,-130,87,-130v59,0,86,27,86,130v0,103,-27,130,-86,130v-59,0,-87,-27,-87,-130"},"1":{"d":"133,0r-67,0r0,-174r-48,0r0,-41v41,0,58,-10,67,-40r48,0r0,255"},"2":{"d":"9,-168v0,-59,21,-87,84,-87v109,0,92,103,50,145v-19,19,-42,36,-56,60r88,0r0,50r-168,0v-6,-61,48,-110,83,-143v22,-12,26,-69,0,-70v-12,-5,-20,19,-18,45r-63,0"},"3":{"d":"69,-76v1,22,2,39,20,39v15,0,19,-7,19,-39v1,-33,-15,-33,-42,-32r0,-42v27,1,39,-1,39,-36v0,-21,-5,-27,-17,-27v-13,0,-18,8,-18,35r-60,0v2,-53,27,-76,80,-77v62,0,80,26,80,71v0,22,-11,43,-36,51v30,6,41,28,41,56v0,58,-29,82,-84,82v-58,0,-84,-19,-84,-81r62,0"},"4":{"d":"6,-48r0,-50r80,-152r73,0r0,154r22,0r0,48r-22,0r0,48r-63,0r0,-48r-90,0xm56,-96r43,0r-1,-85"},"5":{"d":"9,-108r6,-142r148,0r0,51r-97,0r-3,42v45,-38,111,-16,111,63v0,67,-21,99,-84,99v-62,-1,-85,-28,-83,-81r62,0v-1,23,5,42,19,39v13,0,19,-5,19,-54v0,-29,-6,-39,-19,-39v-11,0,-19,7,-19,22r-60,0"},"6":{"d":"76,-78v0,33,5,41,19,41v13,0,18,-8,18,-41v0,-33,-4,-42,-18,-42v-13,0,-19,9,-19,42xm113,-189v0,-16,-4,-23,-19,-24v-22,-2,-20,43,-17,65v6,-13,23,-20,43,-20v36,0,60,18,60,77v0,69,-30,96,-85,96v-69,0,-88,-48,-88,-137v0,-78,12,-123,88,-123v66,0,80,32,80,66r-62,0"},"7":{"d":"9,-195r0,-55r166,0r0,50v-35,55,-61,136,-66,200r-69,0v7,-66,30,-137,72,-195r-103,0"},"8":{"d":"74,-75v0,30,7,38,20,38v13,0,19,-8,19,-38v0,-30,-7,-37,-19,-37v-13,0,-20,7,-20,37xm76,-183v0,40,36,46,35,0v0,-25,-8,-30,-17,-30v-9,0,-18,5,-18,30xm94,5v-54,0,-87,-18,-87,-81v-1,-32,16,-53,42,-59v-30,-7,-37,-29,-37,-51v0,-40,23,-69,82,-69v59,0,82,29,82,69v0,23,-10,43,-38,52v31,6,42,29,42,58v0,63,-31,81,-86,81"},"9":{"d":"74,-171v0,33,5,41,19,41v13,0,18,-8,18,-41v0,-33,-4,-42,-18,-42v-13,0,-19,9,-19,42xm75,-60v0,15,4,22,18,23v24,2,17,-40,18,-64v-6,12,-23,20,-43,20v-36,0,-61,-18,-61,-78v0,-69,30,-96,85,-96v67,0,88,46,88,137v0,78,-11,123,-87,123v-66,0,-81,-31,-81,-65r63,0"},":":{"d":"17,0r0,-71r60,0r0,71r-60,0xm17,-123r0,-72r60,0r0,72r-60,0","w":93,"k":{" ":13}},";":{"d":"17,-123r0,-72r60,0r0,72r-60,0xm17,-2r0,-69r60,0v1,66,8,139,-60,134r0,-31v18,-2,24,-13,23,-34r-23,0","w":93},"\u037e":{"d":"17,-123r0,-72r60,0r0,72r-60,0xm17,-2r0,-69r60,0v1,66,8,139,-60,134r0,-31v18,-2,24,-13,23,-34r-23,0","w":93},"<":{"d":"17,-68r0,-46r182,-75r0,49r-122,49r122,49r0,48","w":216},"=":{"d":"17,-26r0,-50r182,0r0,50r-182,0xm17,-106r0,-51r182,0r0,51r-182,0","w":216},">":{"d":"17,6r0,-48r122,-49r-122,-49r0,-49r182,75r0,46","w":216},"?":{"d":"58,0r0,-57r60,0r0,57r-60,0xm12,-176v0,-60,24,-86,80,-86v75,0,95,74,60,122v-14,19,-38,29,-35,65r-58,0v-11,-65,47,-73,47,-122v0,-14,-5,-23,-16,-23v-11,0,-18,5,-18,44r-60,0","w":180},"@":{"d":"190,-192r34,0r-17,92v0,5,2,8,6,8v12,0,31,-16,31,-56v0,-51,-40,-81,-95,-81v-60,0,-99,42,-99,101v0,90,110,126,175,79r39,0v-26,36,-62,54,-120,54v-74,0,-134,-60,-134,-134v0,-74,60,-133,134,-133v71,0,134,41,134,108v0,61,-53,97,-92,97v-13,0,-18,-8,-23,-15v-33,34,-94,7,-94,-47v0,-62,76,-112,119,-60xm147,-161v-36,-2,-48,63,-8,65v41,3,52,-65,8,-65","w":288},"A":{"d":"119,-95r-19,-109r-19,109r38,0xm-5,0r63,-257r84,0r63,257r-71,0r-7,-45r-54,0r-6,45r-72,0","w":200,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":13,"\u0172":4,"\u0170":4,"\u016e":4,"\u016c":4,"\u016a":4,"\u0168":4,"\u0162":20,"\u0164":20,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"\u00d9":4,"\u00dc":4,"\u00db":4,"\u00da":4,"y":6,"w":6,"v":6,"Y":27,"W":13,"V":13,"U":4,"T":20}},"B":{"d":"85,-111r0,63v27,2,42,-2,42,-32v0,-29,-15,-33,-42,-31xm85,-209r0,53v23,3,37,-5,37,-26v0,-21,-13,-30,-37,-27xm18,0r0,-257r101,0v81,-8,94,104,30,122v33,3,48,32,48,59v0,45,-22,76,-78,76r-101,0","w":206,"k":{".":13,",":13}},"C":{"d":"118,-165v1,-25,-1,-57,-18,-52v-20,0,-23,19,-23,88v0,69,3,89,23,89v16,0,20,-14,20,-63r65,0v7,77,-36,108,-85,108v-75,0,-92,-38,-92,-134v0,-98,23,-133,92,-133v66,1,86,36,83,97r-65,0","w":193},"D":{"d":"16,0r0,-257r97,0v77,0,81,61,81,128v0,67,-4,129,-81,129r-97,0xm83,-209r0,161v42,1,42,-4,42,-81v0,-77,0,-81,-42,-80","w":206,"k":{"\u0176":11,"\u0174":4,"\u0104":6,"\u0102":6,"\u0100":6,"\u0178":11,"\u00dd":11,"\u00c3":6,"\u00c5":6,"\u00c0":6,"\u00c4":6,"\u00c2":6,"\u00c1":6,"Y":11,"W":4,"A":6,".":13,",":13}},"E":{"d":"16,0r0,-257r152,0r0,55r-85,0r0,44r80,0r0,52r-80,0r0,51r88,0r0,55r-155,0","w":180},"F":{"d":"16,0r0,-257r152,0r0,55r-85,0r0,44r80,0r0,52r-80,0r0,106r-67,0","w":173,"k":{"\u0104":13,"\u0102":13,"\u0100":13,"\u00c3":13,"\u00c5":13,"\u00c0":13,"\u00c4":13,"\u00c2":13,"\u00c1":13,"A":13,".":40,",":40}},"G":{"d":"124,-176v0,-22,-1,-41,-19,-41v-22,0,-24,19,-24,88v0,69,2,89,22,89v14,0,23,-9,23,-54r-24,0r0,-46r87,0r0,140r-46,0v-1,-7,1,-18,-2,-23v-9,22,-32,28,-55,28v-68,0,-74,-49,-74,-134v0,-86,16,-133,95,-133v47,0,82,24,82,86r-65,0","w":200,"k":{".":13,",":13}},"H":{"d":"16,0r0,-257r67,0r0,94r41,0r0,-94r67,0r0,257r-67,0r0,-106r-41,0r0,106r-67,0","w":206},"I":{"d":"13,0r0,-257r67,0r0,257r-67,0","w":93},"J":{"d":"95,-257r67,0r0,177v0,62,-29,85,-84,85v-58,0,-79,-31,-78,-89r61,0v-2,22,3,48,17,44v10,0,17,-7,17,-31r0,-186","w":173,"k":{".":13,",":13}},"K":{"d":"13,0r0,-257r67,0r1,99r50,-99r71,0r-65,112r73,145r-76,0r-40,-90r-14,22r0,68r-67,0","w":200},"L":{"d":"16,0r0,-257r67,0r0,202r82,0r0,55r-149,0","w":166,"k":{"\u0177":13,"\u0176":33,"\u0174":27,"\u0162":27,"\u0164":27,"\u00ff":13,"\u00fd":13,"\u0178":33,"\u00dd":33,"y":13,"Y":33,"W":27,"V":27,"T":27}},"M":{"d":"13,0r0,-257r96,0r28,152r27,-152r96,0r0,257r-63,0r-1,-192r-35,192r-49,0r-36,-192r0,192r-63,0","w":272},"N":{"d":"16,0r0,-257r75,0r44,158r0,-158r62,0r0,257r-73,0r-46,-159r0,159r-62,0","w":213,"k":{".":13,",":13}},"O":{"d":"77,-129v0,69,3,89,23,89v20,0,23,-20,23,-89v0,-69,-3,-88,-23,-88v-20,0,-23,19,-23,88xm8,-129v0,-96,24,-133,92,-133v68,0,92,37,92,133v0,96,-24,134,-92,134v-68,0,-92,-38,-92,-134","w":200,"k":{"\u0176":10,"\u0178":10,"\u00dd":10,"Y":10,".":13,",":13}},"P":{"d":"80,-209r0,63v25,2,39,-3,39,-31v0,-27,-13,-34,-39,-32xm13,0r0,-257r101,0v51,0,74,34,74,79v1,62,-41,85,-108,80r0,98r-67,0","w":193,"k":{"\u0104":13,"\u0102":13,"\u0100":13,"\u00c3":13,"\u00c5":13,"\u00c0":13,"\u00c4":13,"\u00c2":13,"\u00c1":13,"A":13,".":46,",":46}},"Q":{"d":"201,8r-40,35r-37,-40v-83,11,-116,-25,-116,-132v0,-96,24,-133,92,-133v68,0,92,37,92,133v0,49,-7,83,-22,105xm77,-129v0,69,3,89,23,89v20,0,23,-20,23,-89v0,-69,-3,-88,-23,-88v-20,0,-23,19,-23,88","w":200},"R":{"d":"83,-209r0,61v26,3,41,-8,41,-31v0,-26,-15,-32,-41,-30xm147,-127v63,-2,27,96,53,123r0,4r-71,0v-20,-34,18,-116,-46,-103r0,103r-67,0r0,-257r105,0v86,-10,93,119,26,130","w":206,"k":{"\u0176":9,"\u0162":6,"\u0164":6,"\u0178":9,"\u00dd":9,"Y":9,"T":6}},"S":{"d":"179,-183r-63,0v9,-37,-40,-45,-40,-11v0,51,109,26,109,120v0,55,-32,79,-91,79v-58,0,-89,-22,-86,-81r65,0v-8,42,43,48,43,11v0,-51,-105,-26,-105,-117v0,-52,27,-80,84,-80v59,0,84,24,84,79","w":193,"k":{".":13,",":13}},"T":{"d":"50,0r0,-200r-51,0r0,-57r168,0r0,57r-50,0r0,200r-67,0","w":166,"k":{"\u0133":4,"\u0177":20,"\u0175":27,"\u0173":27,"\u0171":27,"\u016f":27,"\u016d":27,"\u016b":27,"\u0169":27,"\u0159":27,"\u0157":27,"\u0155":27,"\u0151":27,"\u014f":27,"\u014d":27,"\u012f":4,"\u0119":27,"\u0117":27,"\u0115":27,"\u0113":27,"\u011b":27,"\u0105":27,"\u0103":27,"\u0101":27,"\u0104":20,"\u0102":20,"\u0100":20,"\u00ff":20,"\u00fd":20,"\u00f9":27,"\u00fc":27,"\u00fb":27,"\u00fa":27,"\u00f5":27,"\u00f2":27,"\u00f6":27,"\u00f4":27,"\u00f3":27,"\u00e8":27,"\u00eb":27,"\u00ea":27,"\u00e9":27,"\u00e3":27,"\u00e5":27,"\u00e0":27,"\u00e4":27,"\u00e2":27,"\u00e1":27,"\u00c3":20,"\u00c5":20,"\u00c0":20,"\u00c4":20,"\u00c2":20,"\u00c1":20,"y":20,"w":27,"u":27,"r":27,"o":27,"i":4,"e":27,"a":27,"A":20,";":18,":":18,".":33,"-":19,",":33}},"U":{"d":"13,-257r67,0r0,185v0,25,7,32,20,32v13,0,20,-7,20,-32r0,-185r67,0r0,168v0,72,-31,94,-87,94v-56,0,-87,-22,-87,-94r0,-168","w":200,"k":{"\u0104":4,"\u0102":4,"\u0100":4,"\u00c3":4,"\u00c5":4,"\u00c0":4,"\u00c4":4,"\u00c2":4,"\u00c1":4,"A":4,".":13,",":13}},"V":{"d":"50,0r-55,-257r71,0r28,194r27,-194r71,0r-55,257r-87,0","k":{"\u0173":6,"\u0171":6,"\u016f":6,"\u016d":6,"\u016b":6,"\u0169":6,"\u0151":6,"\u014f":6,"\u014d":6,"\u0119":6,"\u0117":6,"\u0115":6,"\u0113":6,"\u011b":6,"\u0105":6,"\u0103":6,"\u0101":6,"\u0104":13,"\u0102":13,"\u0100":13,"\u00f9":6,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00e8":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e3":6,"\u00e5":6,"\u00e0":6,"\u00e4":6,"\u00e2":6,"\u00e1":6,"\u00c3":13,"\u00c5":13,"\u00c0":13,"\u00c4":13,"\u00c2":13,"\u00c1":13,"u":6,"o":6,"e":6,"a":6,"A":13,";":6,":":6,".":33,",":33}},"W":{"d":"85,-79v11,-56,16,-120,25,-178r60,0r27,178r18,-178r65,0r-44,257r-73,0r-23,-173r-23,173r-73,0r-44,-257r65,0","w":280,"k":{"\u0151":6,"\u014f":6,"\u014d":6,"\u0119":6,"\u0117":6,"\u0115":6,"\u0113":6,"\u011b":6,"\u0105":6,"\u0103":6,"\u0101":6,"\u0104":9,"\u0102":9,"\u0100":9,"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00e8":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e3":6,"\u00e5":6,"\u00e0":6,"\u00e4":6,"\u00e2":6,"\u00e1":6,"\u00c3":9,"\u00c5":9,"\u00c0":9,"\u00c4":9,"\u00c2":9,"\u00c1":9,"o":6,"e":6,"a":6,"A":9,".":27,",":27}},"X":{"d":"57,-130r-57,-127r75,0v8,24,12,52,22,74r21,-74r75,0r-56,127r60,130r-75,0r-26,-77r-25,77r-75,0","w":192},"Y":{"d":"60,0r0,-101r-65,-156r73,0r26,90r25,-90r74,0r-66,156r0,101r-67,0","k":{"\u0133":6,"\u0173":17,"\u0171":17,"\u016f":17,"\u016d":17,"\u016b":17,"\u0169":17,"\u0151":25,"\u014f":25,"\u014d":25,"\u012f":6,"\u0119":25,"\u0117":25,"\u0115":25,"\u0113":25,"\u011b":25,"\u0105":25,"\u0103":25,"\u0101":25,"\u0150":10,"\u014e":10,"\u014c":10,"\u0104":22,"\u0102":22,"\u0100":22,"\u00f9":17,"\u00fc":17,"\u00fb":17,"\u00fa":17,"\u00f5":25,"\u00f2":25,"\u00f6":25,"\u00f4":25,"\u00f3":25,"\u00e8":25,"\u00eb":25,"\u00ea":25,"\u00e9":25,"\u00e3":25,"\u00e5":25,"\u00e0":25,"\u00e4":25,"\u00e2":25,"\u00e1":25,"\u00d5":10,"\u00d2":10,"\u00d6":10,"\u00d4":10,"\u00d3":10,"\u00c3":22,"\u00c5":22,"\u00c0":22,"\u00c4":22,"\u00c2":22,"\u00c1":22,"u":17,"o":25,"i":6,"e":25,"a":25,"O":10,"A":22,";":13,":":13,".":40,"-":19,",":40}},"Z":{"d":"7,0r0,-48r81,-154r-75,0r0,-55r153,0r0,48r-82,154r82,0r0,55r-159,0","w":173},"[":{"d":"16,66r0,-323r97,0r0,45r-37,0r0,233r37,0r0,45r-97,0","w":113},"\\":{"d":"74,5r-82,-267r54,0r82,267r-54,0","w":119},"]":{"d":"37,21r0,-233r-37,0r0,-45r97,0r0,323r-97,0r0,-45r37,0","w":113},"^":{"d":"17,-118r63,-132r56,0r63,132r-50,0r-41,-86r-41,86r-50,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"104,-94v-12,7,-36,9,-36,34v0,13,6,21,16,21v21,0,21,-31,20,-55xm170,0r-62,0v-4,-6,-1,-16,-5,-22v-19,47,-110,27,-98,-30v-5,-46,35,-64,80,-69v25,-3,25,-40,2,-39v-13,0,-18,5,-18,26r-56,0v0,-56,44,-66,74,-66v45,0,77,13,77,63v0,45,-6,103,6,137","w":180},"b":{"d":"79,-97v0,42,3,54,18,54v15,0,18,-12,18,-54v0,-42,-3,-55,-18,-55v-15,0,-18,13,-18,55xm14,0r0,-257r65,0r1,84v7,-20,22,-27,40,-27v37,0,60,23,60,98v0,72,-15,107,-58,107v-23,0,-37,-10,-45,-32r0,27r-63,0","k":{".":6,",":6}},"c":{"d":"168,-81v1,60,-19,86,-77,86v-50,0,-84,-15,-84,-99v0,-92,38,-106,87,-106v58,0,74,33,74,82r-58,0v-1,-25,0,-40,-19,-40v-15,0,-19,13,-19,61v0,48,4,60,19,60v15,3,21,-21,19,-44r58,0","w":173,"k":{".":6,",":6}},"d":{"d":"72,-97v0,42,3,54,18,54v15,0,18,-12,18,-54v0,-42,-3,-55,-18,-55v-15,0,-18,13,-18,55xm108,-257r65,0r0,257r-62,0v-1,-8,2,-21,-1,-27v-8,22,-21,32,-44,32v-43,0,-59,-35,-59,-107v0,-73,24,-98,60,-98v18,0,34,7,41,27r0,-84"},"e":{"d":"108,-122v1,-21,-1,-40,-18,-38v-15,-2,-19,17,-18,38r36,0xm168,-86r-96,0v-2,22,1,56,18,51v12,0,18,-6,18,-33r58,0v-1,48,-22,73,-76,73v-62,0,-83,-28,-83,-102v0,-75,24,-103,83,-103v59,0,82,38,78,114","w":173,"k":{"x":6,".":13,",":13}},"f":{"d":"22,0r0,-151r-22,0r0,-44r22,0v-9,-60,32,-74,91,-65r0,41v-16,-5,-30,3,-26,24r26,0r0,44r-26,0r0,151r-65,0","w":113,"k":{".":20,",":20}},"g":{"d":"112,-168v3,-6,0,-19,1,-27r60,0r0,192v0,53,-35,69,-81,69v-42,0,-75,-10,-76,-54r59,0v0,10,6,15,16,15v23,6,21,-38,20,-62v-10,21,-26,30,-45,30v-26,0,-57,-16,-57,-97v0,-75,23,-98,60,-98v18,0,36,9,43,32xm74,-103v0,41,7,49,19,49v12,0,18,-8,18,-49v0,-40,-6,-49,-18,-49v-12,0,-19,9,-19,49","k":{".":13,",":13}},"h":{"d":"13,0r0,-257r65,0r0,84v26,-44,96,-38,96,26r0,147r-65,0r0,-129v0,-16,-3,-23,-15,-23v-12,0,-16,7,-16,23r0,129r-65,0"},"i":{"d":"14,-209r0,-48r65,0r0,48r-65,0xm14,0r0,-195r65,0r0,195r-65,0","w":92},"j":{"d":"14,-209r0,-48r65,0r0,48r-65,0xm14,4r0,-199r65,0r0,208v0,57,-43,51,-89,49r0,-44v16,0,24,-2,24,-14","w":92},"k":{"d":"11,0r0,-257r65,0r1,130r36,-68r69,0r-54,81r61,114r-69,0r-33,-67v-14,12,-11,41,-11,67r-65,0","w":180},"l":{"d":"14,0r0,-257r65,0r0,257r-65,0","w":92},"m":{"d":"108,0r0,-129v0,-16,-4,-23,-16,-23v-12,0,-16,7,-16,23r0,129r-65,0r0,-195r63,0v1,7,-2,18,1,24v12,-39,85,-39,94,1v22,-45,100,-45,100,23r0,147r-65,0r0,-129v0,-16,-4,-23,-16,-23v-12,0,-16,7,-16,23r0,129r-64,0","w":280},"n":{"d":"13,0r0,-195r63,0r0,24v17,-42,98,-44,98,24r0,147r-65,0r0,-129v0,-16,-3,-23,-15,-23v-12,0,-16,7,-16,23r0,129r-65,0"},"o":{"d":"72,-97v0,49,4,60,18,60v15,0,18,-11,18,-60v0,-49,-3,-61,-18,-61v-14,0,-18,12,-18,61xm173,-97v0,51,-10,102,-83,102v-76,0,-83,-47,-83,-103v0,-51,10,-102,83,-102v76,0,83,47,83,103","w":180},"p":{"d":"79,-98v0,42,3,55,18,55v15,0,18,-13,18,-55v0,-42,-3,-54,-18,-54v-15,0,-18,12,-18,54xm14,63r0,-258r63,0r0,27v8,-21,23,-32,45,-32v43,0,58,35,58,107v0,75,-24,98,-60,98v-19,1,-32,-9,-41,-27r0,85r-65,0"},"q":{"d":"108,-98v0,-42,-3,-54,-18,-54v-15,0,-18,12,-18,54v0,42,3,55,18,55v15,0,18,-13,18,-55xm108,63r0,-85v-7,20,-23,27,-41,27v-37,0,-60,-23,-60,-98v0,-72,16,-107,59,-107v24,-1,35,12,45,32r0,-27r62,0r0,258r-65,0"},"r":{"d":"11,0r0,-195r63,0v1,10,-2,23,1,31v9,-27,25,-38,54,-36r0,61v-29,-6,-53,0,-53,33r0,106r-65,0","w":126,"k":{"\u0177":-6,"\u00ff":-6,"\u00fd":-6,"y":-6,"v":-6,".":33,"-":6,",":33}},"s":{"d":"63,-60v-5,28,37,34,37,9v0,-34,-94,-14,-94,-88v0,-34,25,-61,78,-61v49,0,73,20,73,61r-57,0v4,-28,-33,-27,-33,-6v0,32,94,10,94,85v0,38,-30,65,-79,65v-54,0,-76,-22,-76,-65r57,0","w":166},"t":{"d":"1,-151r0,-44r21,0r0,-57r65,0r0,57r26,0r0,44r-26,0r0,93v0,15,12,16,26,15r0,43v-48,3,-91,10,-91,-48r0,-103r-21,0","w":113},"u":{"d":"13,-48r0,-147r65,0r0,129v0,16,4,23,16,23v12,0,15,-7,15,-23r0,-129r65,0r0,195r-62,0v-1,-7,2,-18,-1,-24v-17,42,-98,44,-98,-24"},"v":{"d":"45,0r-47,-195r67,0r19,140r18,-140r67,0r-48,195r-76,0","w":166,"k":{".":20,",":20}},"w":{"d":"40,0r-40,-195r63,0r17,140r19,-140r69,0r20,140r16,-140r62,0r-39,195r-74,0r-20,-138r-20,138r-73,0","w":266,"k":{".":13,",":13}},"x":{"d":"50,-100r-49,-95r65,0r19,52r22,-52r65,0r-49,95r52,100r-65,0r-23,-59r-24,59r-64,0","w":173,"k":{"\u0119":6,"\u0117":6,"\u0115":6,"\u0113":6,"\u011b":6,"\u00e8":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"e":6}},"y":{"d":"18,62r0,-45v24,4,45,-5,33,-28r-51,-184r67,0r20,132r19,-132r65,0r-53,201v-13,59,-44,59,-100,56","w":166,"k":{".":20,",":20}},"z":{"d":"8,-144r0,-51r145,0r0,48r-73,97r75,0r0,50r-150,0r0,-50r70,-94r-67,0","w":159},"{":{"d":"77,66v-62,5,-55,-56,-54,-113v0,-22,-17,-24,-25,-24r0,-49v8,0,25,-1,25,-20v0,-58,-10,-122,54,-117r43,0r0,45v-21,-3,-41,4,-37,23r0,60v1,28,-28,30,-39,34v13,1,39,3,39,36v0,36,-20,89,37,80r0,45r-43,0","w":119},"|":{"d":"15,5r0,-267r50,0r0,267r-50,0","w":79},"}":{"d":"0,66r0,-45v21,3,41,-3,37,-22r0,-61v-1,-28,28,-30,39,-34v-13,-1,-39,-3,-39,-36v0,-36,19,-89,-37,-80r0,-45v50,-2,97,-1,97,49r0,64v0,22,17,24,25,24r0,49v-8,0,-25,3,-25,21v0,58,10,121,-54,116r-43,0","w":119},"~":{"d":"38,-53r-13,-45v8,-18,23,-31,45,-31v27,0,58,25,77,25v12,0,21,-10,31,-26r13,45v-13,20,-27,31,-45,31v-35,-2,-88,-53,-108,1","w":216},"\u00a1":{"d":"25,61v-1,-64,2,-124,7,-182r48,0v6,58,10,117,8,182r-63,0xm26,-139r0,-57r60,0r0,57r-60,0","w":113},"\u00a2":{"d":"174,-81v1,56,-15,80,-63,86r0,32r-29,0r0,-32v-52,-5,-68,-39,-69,-98v0,-77,25,-101,69,-107r0,-27r29,0r0,27v53,5,63,38,63,82r-58,0v-1,-25,0,-40,-19,-40v-14,0,-19,13,-19,61v0,48,5,60,19,60v15,3,21,-21,19,-44r58,0"},"\u00a3":{"d":"4,-106r0,-37r25,0v-37,-49,-4,-112,64,-112v63,0,83,28,84,74r-58,0v7,-37,-40,-42,-41,-11v0,13,7,29,18,49r61,0r0,37r-49,0v7,27,-14,41,-31,61v34,-9,52,21,88,-8r18,41v-48,42,-113,-16,-164,15r-15,-38v24,-18,47,-39,39,-71r-39,0"},"\u00a5":{"d":"61,0r0,-44r-45,0r0,-38r45,0v0,-8,1,-17,-2,-22r-43,0r0,-38r27,0r-45,-108r69,0r27,94r26,-94r69,0r-45,108r27,0r0,38r-43,0v-3,5,-2,14,-2,22r45,0r0,38r-45,0r0,44r-65,0"},"\u00a7":{"d":"74,-138v-44,33,15,48,40,60v13,-10,16,-16,16,-24v0,-21,-39,-24,-56,-36xm170,-199r-56,0v2,-29,-36,-26,-36,-7v0,33,102,18,102,97v0,20,-8,37,-26,51v15,12,20,31,20,49v0,47,-36,64,-82,64v-53,0,-81,-21,-79,-71r61,0v-6,38,36,38,35,10v0,-43,-102,-21,-102,-100v0,-21,13,-43,30,-52v-45,-38,-18,-108,57,-104v53,2,78,18,76,63"},"\u00a4":{"d":"57,-125v0,26,14,39,37,39v23,0,36,-13,36,-39v0,-26,-13,-39,-36,-39v-23,0,-37,13,-37,39xm29,-35r-26,-28r19,-18v-19,-26,-16,-64,1,-89r-20,-19r26,-26r20,18v26,-17,63,-18,89,0r20,-18r26,26r-19,19v16,25,18,64,0,89r19,18r-26,28r-19,-19v-25,19,-66,18,-91,0"},"'":{"d":"22,-122r0,-135r50,0r0,135r-50,0","w":93},"\u00ab":{"d":"18,-64r0,-80r56,-37r0,57r-30,20r30,20r0,57xm86,-64r0,-80r56,-37r0,57r-30,20r30,20r0,57","w":159},"\u00b7":{"d":"11,-99v0,-20,16,-35,36,-35v20,0,35,15,35,35v0,20,-15,36,-35,36v-20,0,-36,-16,-36,-36","w":93},"\u00b6":{"d":"74,50r0,-169v-31,0,-62,-23,-62,-68v1,-96,111,-65,197,-70r0,307r-50,0r0,-267r-34,0r0,267r-51,0","w":239},"\u00bb":{"d":"86,-27r0,-57r30,-20r-30,-20r0,-57r56,37r0,80xm18,-27r0,-57r30,-20r-30,-20r0,-57r56,37r0,80","w":159},"\u00bf":{"d":"62,-139r0,-57r60,0r0,57r-60,0xm168,-20v0,60,-24,86,-80,86v-75,0,-95,-74,-60,-122v14,-19,38,-29,35,-65r58,0v11,65,-47,73,-47,122v0,14,5,23,16,23v11,0,18,-5,18,-44r60,0","w":180},"`":{"d":"35,-213r-35,-52r61,0r16,52r-42,0","w":93},"\u00b4":{"d":"21,-213r15,-52r61,0r-35,52r-41,0","w":93},"\u00af":{"d":"-10,-221r0,-36r114,0r0,36r-114,0","w":93},"\u00a8":{"d":"55,-214r0,-50r49,0r0,50r-49,0xm-10,-214r0,-50r48,0r0,50r-48,0","w":93},"\u00b8":{"d":"41,0r21,0r-12,22v21,-6,44,1,44,26v0,39,-56,42,-88,29r8,-20v13,7,41,8,42,-7v-3,-21,-29,-2,-35,-17","w":93},"\u00c6":{"d":"-5,0r98,-257r177,0r0,55r-76,0r0,44r71,0r0,52r-71,0r0,51r80,0r0,55r-143,0r0,-43r-51,0r-13,43r-72,0xm95,-95r36,0r0,-117","w":280},"\u00aa":{"d":"73,-194v-8,5,-26,5,-23,21v0,5,3,10,10,10v14,1,13,-16,13,-31xm73,-150v-12,27,-79,16,-69,-18v-5,-27,27,-36,57,-42v15,-2,17,-19,1,-20v-8,0,-12,3,-12,13r-41,0v0,-33,24,-40,53,-40v88,0,44,60,61,120r-47,0v-2,-4,-2,-8,-3,-13","w":126},"\u0141":{"d":"16,0r0,-77r-21,13r0,-42r21,-13r0,-138r67,0r0,95r44,-28r0,42r-44,28r0,65r82,0r0,55r-149,0","w":166},"\u00d8":{"d":"31,12r10,-25v-24,-19,-33,-56,-33,-116v0,-114,42,-146,130,-128r8,-21r23,9r-10,24v23,20,33,56,33,116v0,113,-41,148,-129,129r-9,21xm123,-152v-16,31,-26,67,-40,99v3,9,9,13,17,13v20,0,23,-20,23,-89r0,-23xm77,-105v16,-31,26,-67,40,-100v-3,-9,-9,-12,-17,-12v-20,0,-23,19,-23,88r0,24","w":200},"\u0152":{"d":"75,-129v0,69,3,89,24,89v20,0,22,-20,22,-89v0,-69,-2,-88,-22,-88v-21,0,-24,19,-24,88xm184,-106r0,51r83,0r0,55r-138,0r0,-11v-9,10,-26,16,-45,16v-62,0,-76,-36,-76,-134v0,-101,21,-133,74,-133v19,0,34,4,47,16r0,-11r135,0r0,55r-80,0r0,44r75,0r0,52r-75,0","w":273},"\u00ba":{"d":"52,-195v0,26,2,32,11,32v9,0,12,-6,12,-32v0,-26,-2,-33,-12,-33v-9,0,-11,7,-11,33xm4,-195v0,-45,12,-62,59,-62v47,0,60,17,60,62v0,45,-13,61,-60,61v-47,0,-59,-16,-59,-61","w":126},"\u00e6":{"d":"105,-94v-9,8,-41,9,-35,34v0,13,6,21,16,21v21,0,19,-31,19,-55xm260,-68v1,46,-26,74,-72,73v-42,0,-57,-11,-68,-33v-13,26,-32,33,-59,33v-39,0,-54,-24,-54,-57v0,-46,35,-64,80,-69v24,-3,24,-39,2,-39v-13,0,-18,5,-18,26r-56,0v1,-80,85,-80,125,-44v11,-15,24,-22,50,-22v56,0,76,39,72,114r-96,0v-1,21,0,56,17,51v12,0,18,-6,18,-33r59,0xm201,-122v1,-21,-1,-40,-18,-38v-15,-2,-18,17,-17,38r35,0","w":266},"\u0131":{"d":"14,0r0,-195r65,0r0,195r-65,0","w":92},"\u0142":{"d":"18,0r0,-97r-21,13r0,-40r21,-13r0,-120r64,0r0,81r21,-13r0,39r-21,13r0,137r-64,0","w":100},"\u00f8":{"d":"13,9r14,-25v-17,-18,-20,-49,-20,-82v0,-51,10,-102,83,-102v17,0,31,2,43,7r14,-24r20,13r-15,25v18,18,21,49,21,82v0,51,-10,102,-83,102v-18,0,-33,-3,-43,-8r-15,25xm72,-91r33,-54v-3,-10,-7,-13,-15,-13v-15,0,-18,18,-18,64r0,3xm108,-104v-13,16,-21,37,-32,54v3,10,6,13,14,13v15,0,18,-11,18,-60r0,-7","w":180},"\u0153":{"d":"260,-68v13,72,-93,95,-126,49v-11,18,-29,24,-52,24v-54,0,-77,-27,-77,-102v0,-73,23,-103,82,-103v22,0,42,10,50,22v10,-12,27,-22,53,-22v56,0,76,39,72,114r-96,0v-1,21,0,56,17,51v12,0,18,-6,18,-33r59,0xm183,-160v-15,-2,-18,17,-17,38r35,0v1,-21,-1,-40,-18,-38xm69,-97v0,49,4,60,18,60v15,0,18,-11,18,-60v0,-49,-3,-61,-18,-61v-14,0,-18,12,-18,61","w":266},"\u00df":{"d":"74,0r-63,0r0,-184v0,-59,29,-78,85,-78v52,0,79,23,79,68v0,23,-10,46,-33,49v31,5,38,34,38,65v0,70,-31,89,-93,80r0,-44v20,8,28,1,28,-41v-1,-30,-6,-36,-27,-35r0,-44v17,2,22,-8,22,-26v0,-20,-7,-29,-19,-29v-12,0,-17,8,-17,27r0,192"},"\u00b9":{"d":"39,-101r0,-101r-31,0r0,-29v27,0,38,-6,44,-24r38,0r0,154r-51,0","w":119},"\u00ac":{"d":"149,-39r0,-67r-132,0r0,-51r182,0r0,118r-50,0","w":216},"\u00b5":{"d":"13,63r0,-258r65,0r0,129v0,16,4,23,16,23v12,0,15,-7,15,-23r0,-129r65,0r0,195r-62,0v-1,-7,2,-18,-1,-24v-10,20,-17,32,-33,28r0,59r-65,0"},"\u00d0":{"d":"83,-156r19,0r0,45r-19,0r0,63v42,1,42,-4,42,-81v0,-77,0,-81,-42,-80r0,53xm16,0r0,-111r-19,0r0,-45r19,0r0,-101r97,0v77,0,81,61,81,128v0,67,-4,129,-81,129r-97,0","w":206},"\u00bd":{"d":"170,-99v1,-43,12,-55,59,-55v77,0,70,55,39,85v-12,12,-27,22,-36,36r57,0r0,33r-116,0v-4,-37,32,-66,54,-86v13,-8,19,-38,0,-39v-6,-2,-12,10,-11,26r-46,0xm35,-101r0,-101r-31,0r0,-29v27,0,38,-6,44,-24r37,0r0,154r-50,0xm40,11r140,-272r39,0r-139,272r-40,0","w":293},"\u00b1":{"d":"17,0r0,-50r182,0r0,50r-182,0xm83,-150r0,-32r50,0r0,32r66,0r0,50r-66,0r0,32r-50,0r0,-32r-66,0r0,-50r66,0","w":216},"\u00de":{"d":"80,-166r0,63v25,2,39,-3,39,-31v0,-27,-13,-34,-39,-32xm13,0r0,-257r67,0r0,43v68,-7,108,21,108,79v0,62,-41,85,-108,80r0,55r-67,0","w":193},"\u00bc":{"d":"35,-101r0,-101r-31,0r0,-29v27,0,38,-6,44,-24r37,0r0,154r-50,0xm53,11r139,-272r39,0r-139,272r-39,0xm164,-26r0,-33r53,-93r56,0r0,93r15,0r0,33r-15,0r0,26r-44,0r0,-26r-65,0xm202,-59r27,0r0,-47","w":293},"\u00f7":{"d":"72,-15v0,-20,16,-35,36,-35v20,0,36,15,36,35v0,20,-16,36,-36,36v-20,0,-36,-16,-36,-36xm72,-167v0,-20,16,-36,36,-36v20,0,36,16,36,36v0,20,-16,35,-36,35v-20,0,-36,-15,-36,-35xm17,-66r0,-50r182,0r0,50r-182,0","w":216},"\u00a6":{"d":"15,-158r0,-104r50,0r0,104r-50,0xm15,5r0,-104r50,0r0,104r-50,0","w":79},"\u00b0":{"d":"48,-197v0,14,10,24,24,24v14,0,24,-10,24,-24v0,-14,-10,-25,-24,-25v-14,0,-24,11,-24,25xm14,-197v0,-32,26,-58,58,-58v32,0,58,26,58,58v0,32,-26,57,-58,57v-32,0,-58,-25,-58,-57","w":144},"\u00fe":{"d":"79,-98v0,42,3,55,18,55v15,0,18,-13,18,-55v0,-42,-3,-54,-18,-54v-15,0,-18,12,-18,54xm79,-168v9,-18,18,-32,43,-32v43,0,58,35,58,107v0,75,-23,98,-60,98v-19,1,-32,-9,-41,-27r0,85r-65,0r0,-320r65,0r0,89"},"\u00be":{"d":"51,-147v0,8,5,21,14,20v10,0,12,-5,12,-20v1,-20,-10,-19,-27,-19r0,-27v24,10,35,-33,14,-33v-8,0,-12,5,-12,16r-44,0v2,-32,18,-46,57,-45v47,0,58,16,58,43v0,13,-6,27,-23,31v21,3,27,16,27,33v0,35,-18,50,-61,50v-43,0,-61,-13,-61,-49r46,0xm66,11r139,-272r40,0r-140,272r-39,0xm164,-26r0,-33r53,-93r56,0r0,93r15,0r0,33r-15,0r0,26r-44,0r0,-26r-65,0xm197,-59r28,0v-1,-15,2,-34,-1,-47","w":293},"\u00b2":{"d":"7,-200v1,-43,12,-54,59,-55v77,-2,70,55,39,85v-12,12,-27,22,-36,36r57,0r0,33r-116,0v-4,-37,32,-66,54,-86v14,-8,18,-37,0,-39v-6,-2,-12,10,-11,26r-46,0","w":133},"\u00ae":{"d":"126,-143v18,0,39,2,39,-16v0,-16,-21,-17,-39,-16r0,32xm93,-65r0,-136v50,0,107,-6,107,44v0,26,-16,36,-27,37r30,55r-36,0r-29,-52r-12,0r0,52r-33,0xm57,-129v0,62,32,94,87,94v55,0,87,-32,87,-94v0,-62,-32,-93,-87,-93v-55,0,-87,31,-87,93xm10,-129v0,-74,60,-133,134,-133v74,0,134,59,134,133v0,74,-60,134,-134,134v-74,0,-134,-60,-134,-134","w":288},"\u00f0":{"d":"23,-228r26,-14v-7,-7,-13,-12,-18,-16r39,-30v9,7,18,15,25,22r29,-16r16,25r-24,13v36,41,57,86,57,141v0,60,-10,108,-83,108v-62,0,-83,-28,-83,-98v1,-96,42,-108,92,-90v-5,-10,-16,-22,-29,-36r-30,16xm72,-97v0,49,4,60,18,60v15,0,18,-11,18,-60v0,-40,-3,-52,-18,-52v-14,0,-18,12,-18,52","w":180},"\u00d7":{"d":"72,-91r-51,-52r36,-35r51,51r51,-51r36,35r-51,52r51,51r-36,36r-51,-51r-51,51r-36,-36","w":216},"\u00b3":{"d":"52,-147v-1,8,4,21,13,20v10,0,12,-5,12,-20v1,-20,-10,-19,-27,-19r0,-27v25,10,35,-33,14,-33v-8,0,-11,5,-11,16r-44,0v1,-33,18,-46,57,-45v47,0,57,16,57,43v0,13,-6,27,-23,31v21,3,27,16,27,33v0,35,-17,50,-60,50v-43,0,-61,-13,-61,-49r46,0","w":133},"\u00a9":{"d":"57,-129v0,62,32,94,87,94v55,0,87,-32,87,-94v0,-62,-32,-93,-87,-93v-55,0,-87,31,-87,93xm10,-129v0,-74,60,-133,134,-133v74,0,134,59,134,133v0,74,-60,134,-134,134v-74,0,-134,-60,-134,-134xm173,-108r40,0v-6,36,-32,56,-63,56v-44,0,-73,-33,-73,-75v0,-84,122,-109,134,-23r-38,0v-14,-38,-63,-20,-59,21v-6,41,51,63,59,21","w":288},"\u00c1":{"d":"119,-95r-19,-109r-19,109r38,0xm-5,0r63,-257r84,0r63,257r-71,0r-7,-45r-54,0r-6,45r-72,0xm75,-275r16,-53r60,0r-34,53r-42,0","w":200,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":13,"\u0172":4,"\u0170":4,"\u016e":4,"\u016c":4,"\u016a":4,"\u0168":4,"\u0162":20,"\u0164":20,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"\u00d9":4,"\u00dc":4,"\u00db":4,"\u00da":4,"y":6,"w":6,"v":6,"Y":27,"W":13,"V":13,"U":4,"T":20}},"\u00c2":{"d":"119,-95r-19,-109r-19,109r38,0xm-5,0r63,-257r84,0r63,257r-71,0r-7,-45r-54,0r-6,45r-72,0xm43,-275r22,-53r69,0r23,53r-44,0r-13,-29r-13,29r-44,0","w":200,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":13,"\u0172":4,"\u0170":4,"\u016e":4,"\u016c":4,"\u016a":4,"\u0168":4,"\u0162":20,"\u0164":20,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"\u00d9":4,"\u00dc":4,"\u00db":4,"\u00da":4,"y":6,"w":6,"v":6,"Y":27,"W":13,"V":13,"U":4,"T":20}},"\u00c4":{"d":"119,-95r-19,-109r-19,109r38,0xm-5,0r63,-257r84,0r63,257r-71,0r-7,-45r-54,0r-6,45r-72,0xm108,-276r0,-51r49,0r0,51r-49,0xm43,-276r0,-51r48,0r0,51r-48,0","w":200,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":13,"\u0172":4,"\u0170":4,"\u016e":4,"\u016c":4,"\u016a":4,"\u0168":4,"\u0162":20,"\u0164":20,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"\u00d9":4,"\u00dc":4,"\u00db":4,"\u00da":4,"y":6,"w":6,"v":6,"Y":27,"W":13,"V":13,"U":4,"T":20}},"\u00c0":{"d":"119,-95r-19,-109r-19,109r38,0xm-5,0r63,-257r84,0r63,257r-71,0r-7,-45r-54,0r-6,45r-72,0xm83,-275r-35,-53r61,0r16,53r-42,0","w":200,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":13,"\u0172":4,"\u0170":4,"\u016e":4,"\u016c":4,"\u016a":4,"\u0168":4,"\u0162":20,"\u0164":20,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"\u00d9":4,"\u00dc":4,"\u00db":4,"\u00da":4,"y":6,"w":6,"v":6,"Y":27,"W":13,"V":13,"U":4,"T":20}},"\u00c5":{"d":"119,-95r-19,-109r-19,109r38,0xm-5,0r63,-257r84,0r63,257r-71,0r-7,-45r-54,0r-6,45r-72,0xm84,-304v0,9,7,16,16,16v9,0,16,-7,16,-16v0,-9,-7,-16,-16,-16v-9,0,-16,7,-16,16xm60,-304v0,-22,18,-39,40,-39v22,0,40,17,40,39v0,22,-18,39,-40,39v-23,0,-40,-16,-40,-39","w":200,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":13,"\u0172":4,"\u0170":4,"\u016e":4,"\u016c":4,"\u016a":4,"\u0168":4,"\u0162":20,"\u0164":20,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"\u00d9":4,"\u00dc":4,"\u00db":4,"\u00da":4,"y":6,"w":6,"v":6,"Y":27,"W":13,"V":13,"U":4,"T":20}},"\u00c3":{"d":"119,-95r-19,-109r-19,109r38,0xm-5,0r63,-257r84,0r63,257r-71,0r-7,-45r-54,0r-6,45r-72,0xm40,-276v3,-59,40,-55,78,-40v5,0,9,-3,10,-11r31,0v-3,62,-46,53,-79,40v-5,0,-9,5,-9,11r-31,0","w":200,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":13,"\u0172":4,"\u0170":4,"\u016e":4,"\u016c":4,"\u016a":4,"\u0168":4,"\u0162":20,"\u0164":20,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"\u00d9":4,"\u00dc":4,"\u00db":4,"\u00da":4,"y":6,"w":6,"v":6,"Y":27,"W":13,"V":13,"U":4,"T":20}},"\u00c7":{"d":"86,4v-68,-5,-78,-45,-78,-133v0,-98,23,-133,92,-133v66,1,86,36,83,97r-65,0v1,-25,-1,-57,-18,-52v-20,0,-23,19,-23,88v0,69,3,89,23,89v16,0,20,-14,20,-63r65,0v3,71,-23,107,-78,108r-9,17v20,-6,43,2,43,26v0,39,-56,42,-88,29r8,-20v14,7,42,8,43,-7v-3,-21,-29,-2,-35,-17","w":193},"\u00c9":{"d":"16,0r0,-257r152,0r0,55r-85,0r0,44r80,0r0,52r-80,0r0,51r88,0r0,55r-155,0xm69,-275r16,-53r61,0r-35,53r-42,0","w":180},"\u00ca":{"d":"16,0r0,-257r152,0r0,55r-85,0r0,44r80,0r0,52r-80,0r0,51r88,0r0,55r-155,0xm35,-275r23,-53r69,0r22,53r-44,0r-13,-29r-13,29r-44,0","w":180},"\u00cb":{"d":"16,0r0,-257r152,0r0,55r-85,0r0,44r80,0r0,52r-80,0r0,51r88,0r0,55r-155,0xm100,-276r0,-51r49,0r0,51r-49,0xm35,-276r0,-51r48,0r0,51r-48,0","w":180},"\u00c8":{"d":"16,0r0,-257r152,0r0,55r-85,0r0,44r80,0r0,52r-80,0r0,51r88,0r0,55r-155,0xm84,-275r-35,-53r61,0r16,53r-42,0","w":180},"\u00cd":{"d":"13,0r0,-257r67,0r0,257r-67,0xm14,-275r16,-53r60,0r-34,53r-42,0","w":93},"\u00ce":{"d":"13,0r0,-257r67,0r0,257r-67,0xm-10,-275r22,-53r69,0r23,53r-44,0r-13,-29r-13,29r-44,0","w":93},"\u00cf":{"d":"13,0r0,-257r67,0r0,257r-67,0xm56,-276r0,-51r48,0r0,51r-48,0xm-10,-276r0,-51r49,0r0,51r-49,0","w":93},"\u00cc":{"d":"13,0r0,-257r67,0r0,257r-67,0xm38,-275r-35,-53r61,0r16,53r-42,0","w":93},"\u00d1":{"d":"16,0r0,-257r75,0r44,158r0,-158r62,0r0,257r-73,0r-46,-159r0,159r-62,0xm48,-276v3,-59,40,-55,78,-40v5,0,9,-3,10,-11r31,0v-3,63,-46,53,-80,40v-5,0,-8,5,-8,11r-31,0","w":213,"k":{".":13,",":13}},"\u00d3":{"d":"77,-129v0,69,3,89,23,89v20,0,23,-20,23,-89v0,-69,-3,-88,-23,-88v-20,0,-23,19,-23,88xm8,-129v0,-96,24,-133,92,-133v68,0,92,37,92,133v0,96,-24,134,-92,134v-68,0,-92,-38,-92,-134xm78,-275r16,-53r61,0r-35,53r-42,0","w":200,"k":{"\u0176":10,"\u0178":10,"\u00dd":10,"Y":10,".":13,",":13}},"\u00d4":{"d":"77,-129v0,69,3,89,23,89v20,0,23,-20,23,-89v0,-69,-3,-88,-23,-88v-20,0,-23,19,-23,88xm8,-129v0,-96,24,-133,92,-133v68,0,92,37,92,133v0,96,-24,134,-92,134v-68,0,-92,-38,-92,-134xm44,-275r22,-53r69,0r22,53r-44,0r-13,-29r-13,29r-43,0","w":200,"k":{"\u0176":10,"\u0178":10,"\u00dd":10,"Y":10,".":13,",":13}},"\u00d6":{"d":"77,-129v0,69,3,89,23,89v20,0,23,-20,23,-89v0,-69,-3,-88,-23,-88v-20,0,-23,19,-23,88xm8,-129v0,-96,24,-133,92,-133v68,0,92,37,92,133v0,96,-24,134,-92,134v-68,0,-92,-38,-92,-134xm109,-276r0,-51r48,0r0,51r-48,0xm43,-276r0,-51r48,0r0,51r-48,0","w":200,"k":{"\u0176":10,"\u0178":10,"\u00dd":10,"Y":10,".":13,",":13}},"\u00d2":{"d":"77,-129v0,69,3,89,23,89v20,0,23,-20,23,-89v0,-69,-3,-88,-23,-88v-20,0,-23,19,-23,88xm8,-129v0,-96,24,-133,92,-133v68,0,92,37,92,133v0,96,-24,134,-92,134v-68,0,-92,-38,-92,-134xm83,-275r-34,-53r60,0r16,53r-42,0","w":200,"k":{"\u0176":10,"\u0178":10,"\u00dd":10,"Y":10,".":13,",":13}},"\u00d5":{"d":"77,-129v0,69,3,89,23,89v20,0,23,-20,23,-89v0,-69,-3,-88,-23,-88v-20,0,-23,19,-23,88xm8,-129v0,-96,24,-133,92,-133v68,0,92,37,92,133v0,96,-24,134,-92,134v-68,0,-92,-38,-92,-134xm40,-276v3,-59,40,-55,78,-40v5,0,9,-3,10,-11r31,0v-3,62,-46,53,-79,40v-5,0,-9,5,-9,11r-31,0","w":200,"k":{"\u0176":10,"\u0178":10,"\u00dd":10,"Y":10,".":13,",":13}},"\u0160":{"d":"179,-183r-63,0v9,-37,-40,-45,-40,-11v0,51,109,26,109,120v0,55,-32,79,-91,79v-58,0,-89,-22,-86,-81r65,0v-8,42,43,48,43,11v0,-51,-105,-26,-105,-117v0,-52,27,-80,84,-80v59,0,84,24,84,79xm63,-275r-23,-53r44,0r13,29r13,-29r44,0r-22,53r-69,0","w":193,"k":{".":13,",":13}},"\u00da":{"d":"13,-257r67,0r0,185v0,25,7,32,20,32v13,0,20,-7,20,-32r0,-185r67,0r0,168v0,72,-31,94,-87,94v-56,0,-87,-22,-87,-94r0,-168xm79,-275r16,-53r60,0r-34,53r-42,0","w":200,"k":{"\u0104":4,"\u0102":4,"\u0100":4,"\u00c3":4,"\u00c5":4,"\u00c0":4,"\u00c4":4,"\u00c2":4,"\u00c1":4,"A":4,".":13,",":13}},"\u00db":{"d":"13,-257r67,0r0,185v0,25,7,32,20,32v13,0,20,-7,20,-32r0,-185r67,0r0,168v0,72,-31,94,-87,94v-56,0,-87,-22,-87,-94r0,-168xm44,-275r22,-53r69,0r22,53r-44,0r-13,-29r-13,29r-43,0","w":200,"k":{"\u0104":4,"\u0102":4,"\u0100":4,"\u00c3":4,"\u00c5":4,"\u00c0":4,"\u00c4":4,"\u00c2":4,"\u00c1":4,"A":4,".":13,",":13}},"\u00dc":{"d":"13,-257r67,0r0,185v0,25,7,32,20,32v13,0,20,-7,20,-32r0,-185r67,0r0,168v0,72,-31,94,-87,94v-56,0,-87,-22,-87,-94r0,-168xm109,-276r0,-51r48,0r0,51r-48,0xm43,-276r0,-51r48,0r0,51r-48,0","w":200,"k":{"\u0104":4,"\u0102":4,"\u0100":4,"\u00c3":4,"\u00c5":4,"\u00c0":4,"\u00c4":4,"\u00c2":4,"\u00c1":4,"A":4,".":13,",":13}},"\u00d9":{"d":"13,-257r67,0r0,185v0,25,7,32,20,32v13,0,20,-7,20,-32r0,-185r67,0r0,168v0,72,-31,94,-87,94v-56,0,-87,-22,-87,-94r0,-168xm87,-275r-34,-53r60,0r16,53r-42,0","w":200,"k":{"\u0104":4,"\u0102":4,"\u0100":4,"\u00c3":4,"\u00c5":4,"\u00c0":4,"\u00c4":4,"\u00c2":4,"\u00c1":4,"A":4,".":13,",":13}},"\u00dd":{"d":"60,0r0,-101r-65,-156r73,0r26,90r25,-90r74,0r-66,156r0,101r-67,0xm72,-275r16,-53r60,0r-34,53r-42,0","k":{"\u0133":6,"\u0173":17,"\u0171":17,"\u016f":17,"\u016d":17,"\u016b":17,"\u0169":17,"\u0151":25,"\u014f":25,"\u014d":25,"\u012f":6,"\u0119":25,"\u0117":25,"\u0115":25,"\u0113":25,"\u011b":25,"\u0105":25,"\u0103":25,"\u0101":25,"\u0150":10,"\u014e":10,"\u014c":10,"\u0104":22,"\u0102":22,"\u0100":22,"\u00f9":17,"\u00fc":17,"\u00fb":17,"\u00fa":17,"\u00f5":25,"\u00f2":25,"\u00f6":25,"\u00f4":25,"\u00f3":25,"\u00e8":25,"\u00eb":25,"\u00ea":25,"\u00e9":25,"\u00e3":25,"\u00e5":25,"\u00e0":25,"\u00e4":25,"\u00e2":25,"\u00e1":25,"\u00d5":10,"\u00d2":10,"\u00d6":10,"\u00d4":10,"\u00d3":10,"\u00c3":22,"\u00c5":22,"\u00c0":22,"\u00c4":22,"\u00c2":22,"\u00c1":22,"u":17,"o":25,"i":6,"e":25,"a":25,"O":10,"A":22,";":13,":":13,".":40,"-":19,",":40}},"\u0178":{"d":"60,0r0,-101r-65,-156r73,0r26,90r25,-90r74,0r-66,156r0,101r-67,0xm102,-276r0,-51r48,0r0,51r-48,0xm37,-276r0,-51r48,0r0,51r-48,0","k":{"\u0133":6,"\u0173":17,"\u0171":17,"\u016f":17,"\u016d":17,"\u016b":17,"\u0169":17,"\u0151":25,"\u014f":25,"\u014d":25,"\u012f":6,"\u0119":25,"\u0117":25,"\u0115":25,"\u0113":25,"\u011b":25,"\u0105":25,"\u0103":25,"\u0101":25,"\u0150":10,"\u014e":10,"\u014c":10,"\u0104":22,"\u0102":22,"\u0100":22,"\u00f9":17,"\u00fc":17,"\u00fb":17,"\u00fa":17,"\u00f5":25,"\u00f2":25,"\u00f6":25,"\u00f4":25,"\u00f3":25,"\u00e8":25,"\u00eb":25,"\u00ea":25,"\u00e9":25,"\u00e3":25,"\u00e5":25,"\u00e0":25,"\u00e4":25,"\u00e2":25,"\u00e1":25,"\u00d5":10,"\u00d2":10,"\u00d6":10,"\u00d4":10,"\u00d3":10,"\u00c3":22,"\u00c5":22,"\u00c0":22,"\u00c4":22,"\u00c2":22,"\u00c1":22,"u":17,"o":25,"i":6,"e":25,"a":25,"O":10,"A":22,";":13,":":13,".":40,"-":19,",":40}},"\u017d":{"d":"7,0r0,-48r81,-154r-75,0r0,-55r153,0r0,48r-82,154r82,0r0,55r-159,0xm55,-275r-22,-53r44,0r13,29r13,-29r44,0r-23,53r-69,0","w":173},"\u00e1":{"d":"104,-94v-12,7,-36,9,-36,34v0,13,6,21,16,21v21,0,21,-31,20,-55xm170,0r-62,0v-4,-6,-1,-16,-5,-22v-19,47,-110,27,-98,-30v-5,-46,35,-64,80,-69v25,-3,25,-40,2,-39v-13,0,-18,5,-18,26r-56,0v0,-56,44,-66,74,-66v45,0,77,13,77,63v0,45,-6,103,6,137xm64,-213r16,-52r61,0r-35,52r-42,0","w":180},"\u00e2":{"d":"104,-94v-12,7,-36,9,-36,34v0,13,6,21,16,21v21,0,21,-31,20,-55xm170,0r-62,0v-4,-6,-1,-16,-5,-22v-19,47,-110,27,-98,-30v-5,-46,35,-64,80,-69v25,-3,25,-40,2,-39v-13,0,-18,5,-18,26r-56,0v0,-56,44,-66,74,-66v45,0,77,13,77,63v0,45,-6,103,6,137xm33,-213r22,-52r70,0r22,52r-44,0r-13,-29r-13,29r-44,0","w":180},"\u00e4":{"d":"104,-94v-12,7,-36,9,-36,34v0,13,6,21,16,21v21,0,21,-31,20,-55xm170,0r-62,0v-4,-6,-1,-16,-5,-22v-19,47,-110,27,-98,-30v-5,-46,35,-64,80,-69v25,-3,25,-40,2,-39v-13,0,-18,5,-18,26r-56,0v0,-56,44,-66,74,-66v45,0,77,13,77,63v0,45,-6,103,6,137xm98,-214r0,-50r49,0r0,50r-49,0xm33,-214r0,-50r48,0r0,50r-48,0","w":180},"\u00e0":{"d":"104,-94v-12,7,-36,9,-36,34v0,13,6,21,16,21v21,0,21,-31,20,-55xm170,0r-62,0v-4,-6,-1,-16,-5,-22v-19,47,-110,27,-98,-30v-5,-46,35,-64,80,-69v25,-3,25,-40,2,-39v-13,0,-18,5,-18,26r-56,0v0,-56,44,-66,74,-66v45,0,77,13,77,63v0,45,-6,103,6,137xm79,-213r-34,-52r60,0r16,52r-42,0","w":180},"\u00e5":{"d":"104,-94v-12,7,-36,9,-36,34v0,13,6,21,16,21v21,0,21,-31,20,-55xm170,0r-62,0v-4,-6,-1,-16,-5,-22v-19,47,-110,27,-98,-30v-5,-46,35,-64,80,-69v25,-3,25,-40,2,-39v-13,0,-18,5,-18,26r-56,0v0,-56,44,-66,74,-66v45,0,77,13,77,63v0,45,-6,103,6,137xm73,-248v0,9,7,16,16,16v9,0,16,-7,16,-16v0,-9,-7,-17,-16,-17v-9,0,-16,8,-16,17xm49,-248v0,-22,18,-39,40,-39v22,0,40,17,40,39v0,22,-18,38,-40,38v-23,0,-40,-15,-40,-38","w":180},"\u00e3":{"d":"104,-94v-12,7,-36,9,-36,34v0,13,6,21,16,21v21,0,21,-31,20,-55xm170,0r-62,0v-4,-6,-1,-16,-5,-22v-19,47,-110,27,-98,-30v-5,-46,35,-64,80,-69v25,-3,25,-40,2,-39v-13,0,-18,5,-18,26r-56,0v0,-56,44,-66,74,-66v45,0,77,13,77,63v0,45,-6,103,6,137xm30,-214v2,-59,42,-54,78,-39v5,0,9,-3,10,-11r31,0v-3,63,-47,51,-80,39v-5,0,-8,5,-8,11r-31,0","w":180},"\u00e7":{"d":"76,4v-49,-4,-69,-26,-69,-98v0,-92,38,-106,87,-106v58,0,74,33,74,82r-58,0v-1,-25,0,-40,-19,-40v-15,0,-19,13,-19,61v0,48,4,60,19,60v15,3,21,-21,19,-44r58,0v1,58,-18,84,-71,86r-9,17v21,-6,44,1,44,26v0,39,-56,42,-88,29r8,-20v13,7,42,8,42,-7v0,-22,-29,-1,-35,-17","w":173,"k":{".":6,",":6}},"\u00e9":{"d":"108,-122v1,-21,-1,-40,-18,-38v-15,-2,-19,17,-18,38r36,0xm168,-86r-96,0v-2,22,1,56,18,51v12,0,18,-6,18,-33r58,0v-1,48,-22,73,-76,73v-62,0,-83,-28,-83,-102v0,-75,24,-103,83,-103v59,0,82,38,78,114xm69,-213r16,-52r60,0r-34,52r-42,0","w":173,"k":{"x":6,".":13,",":13}},"\u00ea":{"d":"108,-122v1,-21,-1,-40,-18,-38v-15,-2,-19,17,-18,38r36,0xm168,-86r-96,0v-2,22,1,56,18,51v12,0,18,-6,18,-33r58,0v-1,48,-22,73,-76,73v-62,0,-83,-28,-83,-102v0,-75,24,-103,83,-103v59,0,82,38,78,114xm34,-213r22,-52r69,0r23,52r-44,0r-13,-29r-13,29r-44,0","w":173,"k":{"x":6,".":13,",":13}},"\u00eb":{"d":"108,-122v1,-21,-1,-40,-18,-38v-15,-2,-19,17,-18,38r36,0xm168,-86r-96,0v-2,22,1,56,18,51v12,0,18,-6,18,-33r58,0v-1,48,-22,73,-76,73v-62,0,-83,-28,-83,-102v0,-75,24,-103,83,-103v59,0,82,38,78,114xm99,-214r0,-50r49,0r0,50r-49,0xm34,-214r0,-50r48,0r0,50r-48,0","w":173,"k":{"x":6,".":13,",":13}},"\u00e8":{"d":"108,-122v1,-21,-1,-40,-18,-38v-15,-2,-19,17,-18,38r36,0xm168,-86r-96,0v-2,22,1,56,18,51v12,0,18,-6,18,-33r58,0v-1,48,-22,73,-76,73v-62,0,-83,-28,-83,-102v0,-75,24,-103,83,-103v59,0,82,38,78,114xm75,-213r-35,-52r60,0r16,52r-41,0","w":173,"k":{"x":6,".":13,",":13}},"\u00ed":{"d":"14,0r0,-195r65,0r0,195r-65,0xm14,-213r16,-52r60,0r-34,52r-42,0","w":92},"\u00ee":{"d":"14,0r0,-195r65,0r0,195r-65,0xm-10,-213r23,-52r69,0r22,52r-44,0r-13,-29r-13,29r-44,0","w":92},"\u00ef":{"d":"14,0r0,-195r65,0r0,195r-65,0xm55,-214r0,-50r48,0r0,50r-48,0xm-10,-214r0,-50r48,0r0,50r-48,0","w":92},"\u00ec":{"d":"14,0r0,-195r65,0r0,195r-65,0xm36,-213r-35,-52r61,0r16,52r-42,0","w":92},"\u00f1":{"d":"13,0r0,-195r63,0r0,24v17,-42,98,-44,98,24r0,147r-65,0r0,-129v0,-16,-3,-23,-15,-23v-12,0,-16,7,-16,23r0,129r-65,0xm32,-214v2,-59,42,-54,78,-39v5,0,9,-3,10,-11r30,0v-3,62,-46,51,-79,39v-5,0,-8,5,-8,11r-31,0"},"\u00f3":{"d":"72,-97v0,49,4,60,18,60v15,0,18,-11,18,-60v0,-49,-3,-61,-18,-61v-14,0,-18,12,-18,61xm173,-97v0,51,-10,102,-83,102v-76,0,-83,-47,-83,-103v0,-51,10,-102,83,-102v76,0,83,47,83,103xm69,-213r16,-52r61,0r-35,52r-42,0","w":180},"\u00f4":{"d":"72,-97v0,49,4,60,18,60v15,0,18,-11,18,-60v0,-49,-3,-61,-18,-61v-14,0,-18,12,-18,61xm173,-97v0,51,-10,102,-83,102v-76,0,-83,-47,-83,-103v0,-51,10,-102,83,-102v76,0,83,47,83,103xm33,-213r23,-52r69,0r22,52r-44,0r-13,-29r-13,29r-44,0","w":180},"\u00f6":{"d":"72,-97v0,49,4,60,18,60v15,0,18,-11,18,-60v0,-49,-3,-61,-18,-61v-14,0,-18,12,-18,61xm173,-97v0,51,-10,102,-83,102v-76,0,-83,-47,-83,-103v0,-51,10,-102,83,-102v76,0,83,47,83,103xm99,-214r0,-50r48,0r0,50r-48,0xm33,-214r0,-50r49,0r0,50r-49,0","w":180},"\u00f2":{"d":"72,-97v0,49,4,60,18,60v15,0,18,-11,18,-60v0,-49,-3,-61,-18,-61v-14,0,-18,12,-18,61xm173,-97v0,51,-10,102,-83,102v-76,0,-83,-47,-83,-103v0,-51,10,-102,83,-102v76,0,83,47,83,103xm76,-213r-35,-52r61,0r15,52r-41,0","w":180},"\u00f5":{"d":"72,-97v0,49,4,60,18,60v15,0,18,-11,18,-60v0,-49,-3,-61,-18,-61v-14,0,-18,12,-18,61xm173,-97v0,51,-10,102,-83,102v-76,0,-83,-47,-83,-103v0,-51,10,-102,83,-102v76,0,83,47,83,103xm31,-214v2,-59,42,-54,78,-39v5,0,9,-3,10,-11r31,0v-3,63,-47,51,-80,39v-5,0,-8,5,-8,11r-31,0","w":180},"\u0161":{"d":"63,-60v-5,28,37,34,37,9v0,-34,-94,-14,-94,-88v0,-34,25,-61,78,-61v49,0,73,20,73,61r-57,0v4,-28,-33,-27,-33,-6v0,32,94,10,94,85v0,38,-30,65,-79,65v-54,0,-76,-22,-76,-65r57,0xm50,-213r-23,-52r44,0r13,28r13,-28r44,0r-22,52r-69,0","w":166},"\u00fa":{"d":"13,-48r0,-147r65,0r0,129v0,16,4,23,16,23v12,0,15,-7,15,-23r0,-129r65,0r0,195r-62,0v-1,-7,2,-18,-1,-24v-17,42,-98,44,-98,-24xm71,-213r16,-52r60,0r-34,52r-42,0"},"\u00fb":{"d":"13,-48r0,-147r65,0r0,129v0,16,4,23,16,23v12,0,15,-7,15,-23r0,-129r65,0r0,195r-62,0v-1,-7,2,-18,-1,-24v-17,42,-98,44,-98,-24xm36,-213r23,-52r69,0r22,52r-44,0r-13,-29r-13,29r-44,0"},"\u00fc":{"d":"13,-48r0,-147r65,0r0,129v0,16,4,23,16,23v12,0,15,-7,15,-23r0,-129r65,0r0,195r-62,0v-1,-7,2,-18,-1,-24v-17,42,-98,44,-98,-24xm102,-214r0,-50r48,0r0,50r-48,0xm36,-214r0,-50r49,0r0,50r-49,0"},"\u00f9":{"d":"13,-48r0,-147r65,0r0,129v0,16,4,23,16,23v12,0,15,-7,15,-23r0,-129r65,0r0,195r-62,0v-1,-7,2,-18,-1,-24v-17,42,-98,44,-98,-24xm80,-213r-34,-52r60,0r16,52r-42,0"},"\u00fd":{"d":"18,62r0,-45v24,4,45,-5,33,-28r-51,-184r67,0r20,132r19,-132r65,0r-53,201v-13,59,-44,59,-100,56xm65,-213r16,-52r60,0r-34,52r-42,0","w":166,"k":{".":20,",":20}},"\u00ff":{"d":"18,62r0,-45v24,4,45,-5,33,-28r-51,-184r67,0r20,132r19,-132r65,0r-53,201v-13,59,-44,59,-100,56xm95,-214r0,-50r49,0r0,50r-49,0xm30,-214r0,-50r48,0r0,50r-48,0","w":166,"k":{".":20,",":20}},"\u017e":{"d":"8,-144r0,-51r145,0r0,48r-73,97r75,0r0,50r-150,0r0,-50r70,-94r-67,0xm47,-213r-23,-52r44,0r13,28r13,-28r44,0r-22,52r-69,0","w":159},"\u0100":{"d":"119,-95r-19,-109r-19,109r38,0xm-5,0r63,-257r84,0r63,257r-71,0r-7,-45r-54,0r-6,45r-72,0xm43,-284r0,-35r114,0r0,35r-114,0","w":200,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":13,"\u0172":4,"\u0170":4,"\u016e":4,"\u016c":4,"\u016a":4,"\u0168":4,"\u0162":20,"\u0164":20,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"\u00d9":4,"\u00dc":4,"\u00db":4,"\u00da":4,"y":6,"w":6,"v":6,"Y":27,"W":13,"V":13,"U":4,"T":20}},"\u0102":{"d":"119,-95r-19,-109r-19,109r38,0xm-5,0r63,-257r84,0r63,257r-71,0r-7,-45r-54,0r-6,45r-72,0xm45,-328r29,0v1,33,50,33,51,0r29,0v-3,32,-19,53,-54,53v-35,0,-52,-21,-55,-53","w":200,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":13,"\u0172":4,"\u0170":4,"\u016e":4,"\u016c":4,"\u016a":4,"\u0168":4,"\u0162":20,"\u0164":20,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"\u00d9":4,"\u00dc":4,"\u00db":4,"\u00da":4,"y":6,"w":6,"v":6,"Y":27,"W":13,"V":13,"U":4,"T":20}},"\u0104":{"d":"161,0v-21,21,-26,24,-31,46v5,20,19,17,36,3r14,15v-22,27,-87,29,-87,-11v0,-20,11,-34,41,-53r-7,-45r-54,0r-6,45r-72,0r63,-257r84,0r63,257r-44,0xm119,-95r-19,-109r-19,109r38,0","w":200,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":13,"\u0172":4,"\u0170":4,"\u016e":4,"\u016c":4,"\u016a":4,"\u0168":4,"\u0162":20,"\u0164":20,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"\u00d9":4,"\u00dc":4,"\u00db":4,"\u00da":4,"y":6,"w":6,"v":6,"Y":27,"W":13,"V":13,"U":4,"T":20}},"\u0106":{"d":"118,-165v1,-25,-1,-57,-18,-52v-20,0,-23,19,-23,88v0,69,3,89,23,89v16,0,20,-14,20,-63r65,0v7,77,-36,108,-85,108v-75,0,-92,-38,-92,-134v0,-98,23,-133,92,-133v66,1,86,36,83,97r-65,0xm78,-275r16,-53r60,0r-34,53r-42,0","w":193},"\u0108":{"d":"118,-165v1,-25,-1,-57,-18,-52v-20,0,-23,19,-23,88v0,69,3,89,23,89v16,0,20,-14,20,-63r65,0v7,77,-36,108,-85,108v-75,0,-92,-38,-92,-134v0,-98,23,-133,92,-133v66,1,86,36,83,97r-65,0xm43,-275r22,-53r69,0r23,53r-44,0r-13,-29r-13,29r-44,0","w":193},"\u010c":{"d":"118,-165v1,-25,-1,-57,-18,-52v-20,0,-23,19,-23,88v0,69,3,89,23,89v16,0,20,-14,20,-63r65,0v7,77,-36,108,-85,108v-75,0,-92,-38,-92,-134v0,-98,23,-133,92,-133v66,1,86,36,83,97r-65,0xm67,-275r-23,-53r44,0r13,29r13,-29r44,0r-22,53r-69,0","w":193},"\u010a":{"d":"118,-165v1,-25,-1,-57,-18,-52v-20,0,-23,19,-23,88v0,69,3,89,23,89v16,0,20,-14,20,-63r65,0v7,77,-36,108,-85,108v-75,0,-92,-38,-92,-134v0,-98,23,-133,92,-133v66,1,86,36,83,97r-65,0xm75,-276r0,-51r48,0r0,51r-48,0","w":193},"\u010e":{"d":"16,0r0,-257r97,0v77,0,81,61,81,128v0,67,-4,129,-81,129r-97,0xm83,-209r0,161v42,1,42,-4,42,-81v0,-77,0,-81,-42,-80xm59,-275r-23,-53r44,0r13,29r13,-29r44,0r-22,53r-69,0","w":206,"k":{"\u0176":11,"\u0174":4,"\u0104":6,"\u0102":6,"\u0100":6,"\u0178":11,"\u00dd":11,"\u00c3":6,"\u00c5":6,"\u00c0":6,"\u00c4":6,"\u00c2":6,"\u00c1":6,"Y":11,"W":4,"A":6,".":13,",":13}},"\u011a":{"d":"16,0r0,-257r152,0r0,55r-85,0r0,44r80,0r0,52r-80,0r0,51r88,0r0,55r-155,0xm57,-275r-22,-53r43,0r13,29r13,-29r44,0r-22,53r-69,0","w":180},"\u0112":{"d":"16,0r0,-257r152,0r0,55r-85,0r0,44r80,0r0,52r-80,0r0,51r88,0r0,55r-155,0xm36,-284r0,-35r114,0r0,35r-114,0","w":180},"\u0114":{"d":"16,0r0,-257r152,0r0,55r-85,0r0,44r80,0r0,52r-80,0r0,51r88,0r0,55r-155,0xm38,-328r29,0v1,34,50,32,51,0r29,0v-3,32,-20,53,-55,53v-35,0,-51,-21,-54,-53","w":180},"\u0116":{"d":"16,0r0,-257r152,0r0,55r-85,0r0,44r80,0r0,52r-80,0r0,51r88,0r0,55r-155,0xm69,-276r0,-51r48,0r0,51r-48,0","w":180},"\u0118":{"d":"152,0v-20,21,-28,23,-31,46v5,20,19,17,36,3r14,15v-22,27,-87,29,-87,-11v0,-20,10,-34,40,-53r-108,0r0,-257r152,0r0,55r-85,0r0,44r80,0r0,52r-80,0r0,51r88,0r0,55r-19,0","w":180},"\u011c":{"d":"124,-176v0,-22,-1,-41,-19,-41v-22,0,-24,19,-24,88v0,69,2,89,22,89v14,0,23,-9,23,-54r-24,0r0,-46r87,0r0,140r-46,0v-1,-7,1,-18,-2,-23v-9,22,-32,28,-55,28v-68,0,-74,-49,-74,-134v0,-86,16,-133,95,-133v47,0,82,24,82,86r-65,0xm47,-275r22,-53r69,0r23,53r-44,0r-13,-29r-13,29r-44,0","w":200,"k":{".":13,",":13}},"\u011e":{"d":"124,-176v0,-22,-1,-41,-19,-41v-22,0,-24,19,-24,88v0,69,2,89,22,89v14,0,23,-9,23,-54r-24,0r0,-46r87,0r0,140r-46,0v-1,-7,1,-18,-2,-23v-9,22,-32,28,-55,28v-68,0,-74,-49,-74,-134v0,-86,16,-133,95,-133v47,0,82,24,82,86r-65,0xm49,-328r28,0v1,33,51,33,52,0r28,0v-3,32,-19,53,-54,53v-35,0,-51,-21,-54,-53","w":200,"k":{".":13,",":13}},"\u0120":{"d":"124,-176v0,-22,-1,-41,-19,-41v-22,0,-24,19,-24,88v0,69,2,89,22,89v14,0,23,-9,23,-54r-24,0r0,-46r87,0r0,140r-46,0v-1,-7,1,-18,-2,-23v-9,22,-32,28,-55,28v-68,0,-74,-49,-74,-134v0,-86,16,-133,95,-133v47,0,82,24,82,86r-65,0xm80,-276r0,-51r48,0r0,51r-48,0","w":200,"k":{".":13,",":13}},"\u0122":{"d":"124,-176v0,-22,-1,-41,-19,-41v-22,0,-24,19,-24,88v0,69,2,89,22,89v14,0,23,-9,23,-54r-24,0r0,-46r87,0r0,140r-46,0v-1,-7,1,-18,-2,-23v-9,22,-32,28,-55,28v-68,0,-74,-49,-74,-134v0,-86,16,-133,95,-133v47,0,82,24,82,86r-65,0xm76,56r0,-38r51,0v3,40,-3,68,-44,66r0,-15v13,-3,15,-5,16,-13r-23,0","w":200,"k":{".":13,",":13}},"\u0124":{"d":"16,0r0,-257r67,0r0,94r41,0r0,-94r67,0r0,257r-67,0r0,-106r-41,0r0,106r-67,0xm47,-275r22,-53r69,0r23,53r-44,0r-13,-29r-13,29r-44,0","w":206},"\u0126":{"d":"16,0r0,-257r67,0r0,47r41,0r0,-47r67,0r0,257r-67,0r0,-95r-41,0r0,95r-67,0xm83,-148r41,0r0,-32r-41,0r0,32","w":206},"\u0128":{"d":"13,0r0,-257r67,0r0,257r-67,0xm23,-327v17,0,47,26,52,0r31,0v-3,62,-46,53,-79,40v-5,0,-9,5,-9,11r-31,0v4,-33,15,-51,36,-51","w":93},"\u012a":{"d":"13,0r0,-257r67,0r0,257r-67,0xm-10,-284r0,-35r114,0r0,35r-114,0","w":93},"\u0130":{"d":"13,0r0,-257r67,0r0,257r-67,0xm23,-276r0,-51r48,0r0,51r-48,0","w":93},"\u012e":{"d":"70,0v-20,21,-28,23,-31,46v4,21,19,16,36,3r14,15v-22,28,-87,29,-88,-11v0,-20,11,-34,41,-53r-29,0r0,-257r67,0r0,257r-10,0","w":93},"\u0134":{"d":"95,-257r67,0r0,177v0,62,-29,85,-84,85v-58,0,-79,-31,-78,-89r61,0v-2,22,3,48,17,44v10,0,17,-7,17,-31r0,-186xm71,-275r22,-53r69,0r23,53r-44,0r-13,-29r-13,29r-44,0","w":173,"k":{".":13,",":13}},"\u0136":{"d":"13,0r0,-257r67,0r1,99r50,-99r71,0r-65,112r73,145r-76,0r-40,-90r-14,22r0,68r-67,0xm82,56r0,-38r52,0v3,40,-3,68,-44,66r0,-15v13,-3,15,-5,16,-13r-24,0","w":200},"\u0139":{"d":"16,0r0,-257r67,0r0,202r82,0r0,55r-149,0xm28,-275r16,-53r60,0r-35,53r-41,0","w":166,"k":{"\u0177":13,"\u0176":33,"\u0174":27,"\u0162":27,"\u0164":27,"\u00ff":13,"\u00fd":13,"\u0178":33,"\u00dd":33,"y":13,"Y":33,"W":27,"V":27,"T":27}},"\u013d":{"d":"16,0r0,-257r67,0r0,202r82,0r0,55r-149,0xm102,-204r9,-53r51,0r-21,53r-39,0","w":166,"k":{"\u0177":13,"\u0176":33,"\u0174":27,"\u0162":27,"\u0164":27,"\u00ff":13,"\u00fd":13,"\u0178":33,"\u00dd":33,"y":13,"Y":33,"W":27,"V":27,"T":27}},"\u013b":{"d":"16,0r0,-257r67,0r0,202r82,0r0,55r-149,0xm68,56r0,-38r51,0v3,40,-3,68,-44,66r0,-15v13,-3,15,-5,16,-13r-23,0","w":166,"k":{"\u0177":13,"\u0176":33,"\u0174":27,"\u0162":27,"\u0164":27,"\u00ff":13,"\u00fd":13,"\u0178":33,"\u00dd":33,"y":13,"Y":33,"W":27,"V":27,"T":27}},"\u0143":{"d":"16,0r0,-257r75,0r44,158r0,-158r62,0r0,257r-73,0r-46,-159r0,159r-62,0xm86,-275r16,-53r60,0r-34,53r-42,0","w":213,"k":{".":13,",":13}},"\u0147":{"d":"16,0r0,-257r75,0r44,158r0,-158r62,0r0,257r-73,0r-46,-159r0,159r-62,0xm72,-275r-22,-53r44,0r13,29r13,-29r43,0r-22,53r-69,0","w":213,"k":{".":13,",":13}},"\u0145":{"d":"16,0r0,-257r75,0r44,158r0,-158r62,0r0,257r-73,0r-46,-159r0,159r-62,0xm80,56r0,-38r51,0v3,40,-3,68,-44,66r0,-15v13,-3,16,-5,17,-13r-24,0","w":213,"k":{".":13,",":13}},"\u014c":{"d":"77,-129v0,69,3,89,23,89v20,0,23,-20,23,-89v0,-69,-3,-88,-23,-88v-20,0,-23,19,-23,88xm8,-129v0,-96,24,-133,92,-133v68,0,92,37,92,133v0,96,-24,134,-92,134v-68,0,-92,-38,-92,-134xm43,-284r0,-35r114,0r0,35r-114,0","w":200,"k":{"\u0176":10,"\u0178":10,"\u00dd":10,"Y":10,".":13,",":13}},"\u014e":{"d":"77,-129v0,69,3,89,23,89v20,0,23,-20,23,-89v0,-69,-3,-88,-23,-88v-20,0,-23,19,-23,88xm8,-129v0,-96,24,-133,92,-133v68,0,92,37,92,133v0,96,-24,134,-92,134v-68,0,-92,-38,-92,-134xm46,-328r29,0v1,34,50,32,51,0r28,0v-3,32,-19,53,-54,53v-35,0,-51,-21,-54,-53","w":200,"k":{"\u0176":10,"\u0178":10,"\u00dd":10,"Y":10,".":13,",":13}},"\u0150":{"d":"77,-129v0,69,3,89,23,89v20,0,23,-20,23,-89v0,-69,-3,-88,-23,-88v-20,0,-23,19,-23,88xm8,-129v0,-96,24,-133,92,-133v68,0,92,37,92,133v0,96,-24,134,-92,134v-68,0,-92,-38,-92,-134xm114,-275r16,-53r61,0r-35,53r-42,0xm42,-275r16,-53r61,0r-35,53r-42,0","w":200,"k":{"\u0176":10,"\u0178":10,"\u00dd":10,"Y":10,".":13,",":13}},"\u0154":{"d":"83,-209r0,61v26,3,41,-8,41,-31v0,-26,-15,-32,-41,-30xm147,-127v63,-2,27,96,53,123r0,4r-71,0v-20,-34,18,-116,-46,-103r0,103r-67,0r0,-257r105,0v86,-10,93,119,26,130xm69,-275r16,-53r61,0r-35,53r-42,0","w":206,"k":{"\u0176":9,"\u0162":6,"\u0164":6,"\u0178":9,"\u00dd":9,"Y":9,"T":6}},"\u0158":{"d":"83,-209r0,61v26,3,41,-8,41,-31v0,-26,-15,-32,-41,-30xm147,-127v63,-2,27,96,53,123r0,4r-71,0v-20,-34,18,-116,-46,-103r0,103r-67,0r0,-257r105,0v86,-10,93,119,26,130xm63,-275r-23,-53r44,0r13,29r13,-29r44,0r-22,53r-69,0","w":206,"k":{"\u0176":9,"\u0162":6,"\u0164":6,"\u0178":9,"\u00dd":9,"Y":9,"T":6}},"\u0156":{"d":"83,-209r0,61v26,3,41,-8,41,-31v0,-26,-15,-32,-41,-30xm147,-127v63,-2,27,96,53,123r0,4r-71,0v-20,-34,18,-116,-46,-103r0,103r-67,0r0,-257r105,0v86,-10,93,119,26,130xm80,56r0,-38r51,0v3,40,-3,68,-44,66r0,-15v13,-3,16,-5,17,-13r-24,0","w":206,"k":{"\u0176":9,"\u0162":6,"\u0164":6,"\u0178":9,"\u00dd":9,"Y":9,"T":6}},"\u015a":{"d":"179,-183r-63,0v9,-37,-40,-45,-40,-11v0,51,109,26,109,120v0,55,-32,79,-91,79v-58,0,-89,-22,-86,-81r65,0v-8,42,43,48,43,11v0,-51,-105,-26,-105,-117v0,-52,27,-80,84,-80v59,0,84,24,84,79xm75,-275r16,-53r60,0r-34,53r-42,0","w":193,"k":{".":13,",":13}},"\u015c":{"d":"179,-183r-63,0v9,-37,-40,-45,-40,-11v0,51,109,26,109,120v0,55,-32,79,-91,79v-58,0,-89,-22,-86,-81r65,0v-8,42,43,48,43,11v0,-51,-105,-26,-105,-117v0,-52,27,-80,84,-80v59,0,84,24,84,79xm40,-275r22,-53r69,0r23,53r-44,0r-13,-29r-13,29r-44,0","w":193,"k":{".":13,",":13}},"\u015e":{"d":"82,5v-49,-3,-78,-25,-74,-81r65,0v-8,42,43,48,43,11v0,-51,-105,-26,-105,-117v0,-52,27,-80,84,-80v59,0,84,24,84,79r-63,0v9,-37,-40,-45,-40,-11v0,51,109,26,109,120v0,53,-30,77,-82,79r-9,17v21,-6,44,1,44,26v0,39,-56,42,-88,29r8,-20v13,7,41,8,42,-7v-3,-21,-29,-2,-35,-17","w":193,"k":{".":13,",":13}},"\uf6c1":{"d":"82,5v-49,-3,-78,-25,-74,-81r65,0v-8,42,43,48,43,11v0,-51,-105,-26,-105,-117v0,-52,27,-80,84,-80v59,0,84,24,84,79r-63,0v9,-37,-40,-45,-40,-11v0,51,109,26,109,120v0,53,-30,77,-82,79r-9,17v21,-6,44,1,44,26v0,39,-56,42,-88,29r8,-20v13,7,41,8,42,-7v-3,-21,-29,-2,-35,-17","w":193},"\u0164":{"d":"50,0r0,-200r-51,0r0,-57r168,0r0,57r-50,0r0,200r-67,0xm50,-275r-23,-53r44,0r13,29r13,-29r44,0r-22,53r-69,0","w":166,"k":{"\u0133":4,"\u0177":20,"\u0175":27,"\u0173":27,"\u0171":27,"\u016f":27,"\u016d":27,"\u016b":27,"\u0169":27,"\u0159":27,"\u0157":27,"\u0155":27,"\u0151":27,"\u014f":27,"\u014d":27,"\u012f":4,"\u0119":27,"\u0117":27,"\u0115":27,"\u0113":27,"\u011b":27,"\u0105":27,"\u0103":27,"\u0101":27,"\u0104":20,"\u0102":20,"\u0100":20,"\u00ff":20,"\u00fd":20,"\u00f9":27,"\u00fc":27,"\u00fb":27,"\u00fa":27,"\u00f5":27,"\u00f2":27,"\u00f6":27,"\u00f4":27,"\u00f3":27,"\u00e8":27,"\u00eb":27,"\u00ea":27,"\u00e9":27,"\u00e3":27,"\u00e5":27,"\u00e0":27,"\u00e4":27,"\u00e2":27,"\u00e1":27,"\u00c3":20,"\u00c5":20,"\u00c0":20,"\u00c4":20,"\u00c2":20,"\u00c1":20,"y":20,"w":27,"u":27,"r":27,"o":27,"i":4,"e":27,"a":27,"A":20,";":18,":":18,".":33,"-":19,",":33}},"\u0162":{"d":"50,0r0,-200r-51,0r0,-57r168,0r0,57r-50,0r0,200r-67,0xm58,56r0,-38r51,0v3,40,-3,68,-44,66r0,-15v13,-3,15,-5,16,-13r-23,0","w":166,"k":{"\u0133":4,"\u0177":20,"\u0175":27,"\u0173":27,"\u0171":27,"\u016f":27,"\u016d":27,"\u016b":27,"\u0169":27,"\u0159":27,"\u0157":27,"\u0155":27,"\u0151":27,"\u014f":27,"\u014d":27,"\u012f":4,"\u0119":27,"\u0117":27,"\u0115":27,"\u0113":27,"\u011b":27,"\u0105":27,"\u0103":27,"\u0101":27,"\u0104":20,"\u0102":20,"\u0100":20,"\u00ff":20,"\u00fd":20,"\u00f9":27,"\u00fc":27,"\u00fb":27,"\u00fa":27,"\u00f5":27,"\u00f2":27,"\u00f6":27,"\u00f4":27,"\u00f3":27,"\u00e8":27,"\u00eb":27,"\u00ea":27,"\u00e9":27,"\u00e3":27,"\u00e5":27,"\u00e0":27,"\u00e4":27,"\u00e2":27,"\u00e1":27,"\u00c3":20,"\u00c5":20,"\u00c0":20,"\u00c4":20,"\u00c2":20,"\u00c1":20,"y":20,"w":27,"u":27,"r":27,"o":27,"i":4,"e":27,"a":27,"A":20,";":18,":":18,".":33,"-":19,",":33}},"\u0166":{"d":"12,-120r0,-30r38,0r0,-50r-51,0r0,-57r168,0r0,57r-50,0r0,50r37,0r0,30r-37,0r0,120r-67,0r0,-120r-38,0","w":166},"\u0168":{"d":"13,-257r67,0r0,185v0,25,7,32,20,32v13,0,20,-7,20,-32r0,-185r67,0r0,168v0,72,-31,94,-87,94v-56,0,-87,-22,-87,-94r0,-168xm41,-276v2,-59,40,-54,78,-40v5,0,9,-3,10,-11r31,0v-3,63,-46,53,-80,40v-5,0,-8,5,-8,11r-31,0","w":200,"k":{"\u0104":4,"\u0102":4,"\u0100":4,"\u00c3":4,"\u00c5":4,"\u00c0":4,"\u00c4":4,"\u00c2":4,"\u00c1":4,"A":4,".":13,",":13}},"\u016a":{"d":"13,-257r67,0r0,185v0,25,7,32,20,32v13,0,20,-7,20,-32r0,-185r67,0r0,168v0,72,-31,94,-87,94v-56,0,-87,-22,-87,-94r0,-168xm44,-284r0,-35r113,0r0,35r-113,0","w":200,"k":{"\u0104":4,"\u0102":4,"\u0100":4,"\u00c3":4,"\u00c5":4,"\u00c0":4,"\u00c4":4,"\u00c2":4,"\u00c1":4,"A":4,".":13,",":13}},"\u016c":{"d":"13,-257r67,0r0,185v0,25,7,32,20,32v13,0,20,-7,20,-32r0,-185r67,0r0,168v0,72,-31,94,-87,94v-56,0,-87,-22,-87,-94r0,-168xm46,-328r29,0v1,34,50,32,51,0r28,0v-3,32,-19,53,-54,53v-35,0,-51,-21,-54,-53","w":200,"k":{"\u0104":4,"\u0102":4,"\u0100":4,"\u00c3":4,"\u00c5":4,"\u00c0":4,"\u00c4":4,"\u00c2":4,"\u00c1":4,"A":4,".":13,",":13}},"\u016e":{"d":"13,-257r67,0r0,185v0,25,7,32,20,32v13,0,20,-7,20,-32r0,-185r67,0r0,168v0,72,-31,94,-87,94v-56,0,-87,-22,-87,-94r0,-168xm84,-304v0,9,7,16,16,16v9,0,16,-7,16,-16v0,-9,-7,-16,-16,-16v-9,0,-16,7,-16,16xm60,-304v0,-22,18,-39,40,-39v22,0,40,17,40,39v0,22,-18,39,-40,39v-23,0,-40,-16,-40,-39","w":200,"k":{"\u0104":4,"\u0102":4,"\u0100":4,"\u00c3":4,"\u00c5":4,"\u00c0":4,"\u00c4":4,"\u00c2":4,"\u00c1":4,"A":4,".":13,",":13}},"\u0170":{"d":"13,-257r67,0r0,185v0,25,7,32,20,32v13,0,20,-7,20,-32r0,-185r67,0r0,168v0,72,-31,94,-87,94v-56,0,-87,-22,-87,-94r0,-168xm115,-275r16,-53r60,0r-34,53r-42,0xm43,-275r16,-53r60,0r-34,53r-42,0","w":200,"k":{"\u0104":4,"\u0102":4,"\u0100":4,"\u00c3":4,"\u00c5":4,"\u00c0":4,"\u00c4":4,"\u00c2":4,"\u00c1":4,"A":4,".":13,",":13}},"\u0172":{"d":"87,5v-50,-6,-73,-28,-74,-94r0,-168r67,0r0,185v0,25,7,32,20,32v13,0,20,-7,20,-32r0,-185r67,0v-9,99,34,257,-69,261v-17,19,-23,22,-27,42v5,20,19,17,36,3r14,15v-22,27,-87,29,-87,-11v0,-25,14,-35,33,-48","w":200,"k":{"\u0104":4,"\u0102":4,"\u0100":4,"\u00c3":4,"\u00c5":4,"\u00c0":4,"\u00c4":4,"\u00c2":4,"\u00c1":4,"A":4,".":13,",":13}},"\u0174":{"d":"85,-79v11,-56,16,-120,25,-178r60,0r27,178r18,-178r65,0r-44,257r-73,0r-23,-173r-23,173r-73,0r-44,-257r65,0xm84,-275r22,-53r69,0r23,53r-44,0r-13,-29r-13,29r-44,0","w":280,"k":{"\u0151":6,"\u014f":6,"\u014d":6,"\u0119":6,"\u0117":6,"\u0115":6,"\u0113":6,"\u011b":6,"\u0105":6,"\u0103":6,"\u0101":6,"\u0104":9,"\u0102":9,"\u0100":9,"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00e8":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e3":6,"\u00e5":6,"\u00e0":6,"\u00e4":6,"\u00e2":6,"\u00e1":6,"\u00c3":9,"\u00c5":9,"\u00c0":9,"\u00c4":9,"\u00c2":9,"\u00c1":9,"o":6,"e":6,"a":6,"A":9,".":27,",":27}},"\u0176":{"d":"60,0r0,-101r-65,-156r73,0r26,90r25,-90r74,0r-66,156r0,101r-67,0xm37,-275r22,-53r69,0r22,53r-43,0r-13,-29r-13,29r-44,0","k":{"\u0133":6,"\u0173":17,"\u0171":17,"\u016f":17,"\u016d":17,"\u016b":17,"\u0169":17,"\u0151":25,"\u014f":25,"\u014d":25,"\u012f":6,"\u0119":25,"\u0117":25,"\u0115":25,"\u0113":25,"\u011b":25,"\u0105":25,"\u0103":25,"\u0101":25,"\u0150":10,"\u014e":10,"\u014c":10,"\u0104":22,"\u0102":22,"\u0100":22,"\u00f9":17,"\u00fc":17,"\u00fb":17,"\u00fa":17,"\u00f5":25,"\u00f2":25,"\u00f6":25,"\u00f4":25,"\u00f3":25,"\u00e8":25,"\u00eb":25,"\u00ea":25,"\u00e9":25,"\u00e3":25,"\u00e5":25,"\u00e0":25,"\u00e4":25,"\u00e2":25,"\u00e1":25,"\u00d5":10,"\u00d2":10,"\u00d6":10,"\u00d4":10,"\u00d3":10,"\u00c3":22,"\u00c5":22,"\u00c0":22,"\u00c4":22,"\u00c2":22,"\u00c1":22,"u":17,"o":25,"i":6,"e":25,"a":25,"O":10,"A":22,";":13,":":13,".":40,"-":19,",":40}},"\u0179":{"d":"7,0r0,-48r81,-154r-75,0r0,-55r153,0r0,48r-82,154r82,0r0,55r-159,0xm68,-275r16,-53r60,0r-35,53r-41,0","w":173},"\u017b":{"d":"7,0r0,-48r81,-154r-75,0r0,-55r153,0r0,48r-82,154r82,0r0,55r-159,0xm66,-276r0,-51r48,0r0,51r-48,0","w":173},"\u0101":{"d":"104,-94v-12,7,-36,9,-36,34v0,13,6,21,16,21v21,0,21,-31,20,-55xm170,0r-62,0v-4,-6,-1,-16,-5,-22v-19,47,-110,27,-98,-30v-5,-46,35,-64,80,-69v25,-3,25,-40,2,-39v-13,0,-18,5,-18,26r-56,0v0,-56,44,-66,74,-66v45,0,77,13,77,63v0,45,-6,103,6,137xm32,-221r0,-36r114,0r0,36r-114,0","w":180},"\u0103":{"d":"104,-94v-12,7,-36,9,-36,34v0,13,6,21,16,21v21,0,21,-31,20,-55xm170,0r-62,0v-4,-6,-1,-16,-5,-22v-19,47,-110,27,-98,-30v-5,-46,35,-64,80,-69v25,-3,25,-40,2,-39v-13,0,-18,5,-18,26r-56,0v0,-56,44,-66,74,-66v45,0,77,13,77,63v0,45,-6,103,6,137xm37,-265r29,0v1,33,50,31,51,0r29,0v-3,32,-20,52,-55,52v-35,0,-51,-20,-54,-52","w":180},"\u0105":{"d":"132,0v-15,22,-21,25,-24,47v3,19,18,16,32,3r13,15v-19,25,-79,28,-79,-11v0,-19,11,-33,34,-54v-4,-6,-1,-16,-5,-22v-19,47,-110,27,-98,-30v-5,-46,35,-64,80,-69v25,-3,25,-40,2,-39v-13,0,-18,5,-18,26r-56,0v0,-56,44,-66,74,-66v45,0,77,13,77,63v0,45,-6,103,6,137r-38,0xm104,-94v-12,7,-36,9,-36,34v0,13,6,21,16,21v21,0,21,-31,20,-55","w":180},"\u0107":{"d":"168,-81v1,60,-19,86,-77,86v-50,0,-84,-15,-84,-99v0,-92,38,-106,87,-106v58,0,74,33,74,82r-58,0v-1,-25,0,-40,-19,-40v-15,0,-19,13,-19,61v0,48,4,60,19,60v15,3,21,-21,19,-44r58,0xm72,-213r16,-52r60,0r-34,52r-42,0","w":173,"k":{".":6,",":6}},"\u0109":{"d":"168,-81v1,60,-19,86,-77,86v-50,0,-84,-15,-84,-99v0,-92,38,-106,87,-106v58,0,74,33,74,82r-58,0v-1,-25,0,-40,-19,-40v-15,0,-19,13,-19,61v0,48,4,60,19,60v15,3,21,-21,19,-44r58,0xm36,-213r22,-52r69,0r22,52r-44,0r-12,-29r-13,29r-44,0","w":173,"k":{".":6,",":6}},"\u010d":{"d":"168,-81v1,60,-19,86,-77,86v-50,0,-84,-15,-84,-99v0,-92,38,-106,87,-106v58,0,74,33,74,82r-58,0v-1,-25,0,-40,-19,-40v-15,0,-19,13,-19,61v0,48,4,60,19,60v15,3,21,-21,19,-44r58,0xm59,-213r-22,-52r44,0r13,28r13,-28r43,0r-22,52r-69,0","w":173,"k":{".":6,",":6}},"\u010b":{"d":"168,-81v1,60,-19,86,-77,86v-50,0,-84,-15,-84,-99v0,-92,38,-106,87,-106v58,0,74,33,74,82r-58,0v-1,-25,0,-40,-19,-40v-15,0,-19,13,-19,61v0,48,4,60,19,60v15,3,21,-21,19,-44r58,0xm67,-214r0,-50r49,0r0,50r-49,0","w":173,"k":{".":6,",":6}},"\u010f":{"d":"72,-97v0,42,3,54,18,54v15,0,18,-12,18,-54v0,-42,-3,-55,-18,-55v-15,0,-18,13,-18,55xm108,-257r65,0r0,257r-62,0v-1,-8,2,-21,-1,-27v-8,22,-21,32,-44,32v-43,0,-59,-35,-59,-107v0,-73,24,-98,60,-98v18,0,34,7,41,27r0,-84xm186,-205r9,-52r51,0r-21,52r-39,0","w":236},"\u0111":{"d":"85,-207r0,-29r23,0r0,-21r65,0r0,21r34,0r0,29r-34,0r0,207r-62,0v-1,-8,2,-21,-1,-27v-8,22,-21,32,-44,32v-43,0,-59,-35,-59,-107v0,-73,24,-98,60,-98v18,0,34,7,41,27r0,-34r-23,0xm72,-97v0,42,3,54,18,54v15,0,18,-12,18,-54v0,-42,-3,-55,-18,-55v-15,0,-18,13,-18,55","w":205},"\u011b":{"d":"108,-122v1,-21,-1,-40,-18,-38v-15,-2,-19,17,-18,38r36,0xm168,-86r-96,0v-2,22,1,56,18,51v12,0,18,-6,18,-33r58,0v-1,48,-22,73,-76,73v-62,0,-83,-28,-83,-102v0,-75,24,-103,83,-103v59,0,82,38,78,114xm55,-213r-22,-52r44,0r13,28r13,-28r44,0r-22,52r-70,0","w":173,"k":{"x":6,".":13,",":13}},"\u0113":{"d":"108,-122v1,-21,-1,-40,-18,-38v-15,-2,-19,17,-18,38r36,0xm168,-86r-96,0v-2,22,1,56,18,51v12,0,18,-6,18,-33r58,0v-1,48,-22,73,-76,73v-62,0,-83,-28,-83,-102v0,-75,24,-103,83,-103v59,0,82,38,78,114xm34,-221r0,-36r114,0r0,36r-114,0","w":173,"k":{"x":6,".":13,",":13}},"\u0115":{"d":"108,-122v1,-21,-1,-40,-18,-38v-15,-2,-19,17,-18,38r36,0xm168,-86r-96,0v-2,22,1,56,18,51v12,0,18,-6,18,-33r58,0v-1,48,-22,73,-76,73v-62,0,-83,-28,-83,-102v0,-75,24,-103,83,-103v59,0,82,38,78,114xm36,-265r28,0v1,32,51,32,52,0r28,0v-3,32,-19,52,-54,52v-35,0,-51,-20,-54,-52","w":173,"k":{"x":6,".":13,",":13}},"\u0117":{"d":"108,-122v1,-21,-1,-40,-18,-38v-15,-2,-19,17,-18,38r36,0xm168,-86r-96,0v-2,22,1,56,18,51v12,0,18,-6,18,-33r58,0v-1,48,-22,73,-76,73v-62,0,-83,-28,-83,-102v0,-75,24,-103,83,-103v59,0,82,38,78,114xm65,-214r0,-50r48,0r0,50r-48,0","w":173,"k":{"x":6,".":13,",":13}},"\u0119":{"d":"78,5v-55,-4,-70,-35,-71,-102v0,-75,24,-103,83,-103v59,0,82,38,78,114r-96,0v-2,22,1,56,18,51v12,0,18,-6,18,-33r58,0v0,43,-19,66,-57,72v-17,19,-25,21,-27,42v5,20,19,17,36,3r14,15v-22,27,-87,29,-87,-11v0,-25,14,-35,33,-48xm108,-122v1,-21,-1,-40,-18,-38v-15,-2,-19,17,-18,38r36,0","w":173,"k":{"x":6,".":13,",":13}},"\u011d":{"d":"112,-168v3,-6,0,-19,1,-27r60,0r0,192v0,53,-35,69,-81,69v-42,0,-75,-10,-76,-54r59,0v0,10,6,15,16,15v23,6,21,-38,20,-62v-10,21,-26,30,-45,30v-26,0,-57,-16,-57,-97v0,-75,23,-98,60,-98v18,0,36,9,43,32xm74,-103v0,41,7,49,19,49v12,0,18,-8,18,-49v0,-40,-6,-49,-18,-49v-12,0,-19,9,-19,49xm42,-213r22,-52r70,0r22,52r-44,0r-13,-29r-13,29r-44,0","k":{".":13,",":13}},"\u011f":{"d":"112,-168v3,-6,0,-19,1,-27r60,0r0,192v0,53,-35,69,-81,69v-42,0,-75,-10,-76,-54r59,0v0,10,6,15,16,15v23,6,21,-38,20,-62v-10,21,-26,30,-45,30v-26,0,-57,-16,-57,-97v0,-75,23,-98,60,-98v18,0,36,9,43,32xm74,-103v0,41,7,49,19,49v12,0,18,-8,18,-49v0,-40,-6,-49,-18,-49v-12,0,-19,9,-19,49xm42,-265r29,0v1,32,50,32,51,0r29,0v-3,32,-19,52,-54,52v-35,0,-52,-20,-55,-52","k":{".":13,",":13}},"\u0121":{"d":"112,-168v3,-6,0,-19,1,-27r60,0r0,192v0,53,-35,69,-81,69v-42,0,-75,-10,-76,-54r59,0v0,10,6,15,16,15v23,6,21,-38,20,-62v-10,21,-26,30,-45,30v-26,0,-57,-16,-57,-97v0,-75,23,-98,60,-98v18,0,36,9,43,32xm74,-103v0,41,7,49,19,49v12,0,18,-8,18,-49v0,-40,-6,-49,-18,-49v-12,0,-19,9,-19,49xm76,-214r0,-50r49,0r0,50r-49,0","k":{".":13,",":13}},"\u0123":{"d":"112,-168v3,-6,0,-19,1,-27r60,0r0,192v0,53,-35,69,-81,69v-42,0,-75,-10,-76,-54r59,0v0,10,6,15,16,15v23,6,21,-38,20,-62v-10,21,-26,30,-45,30v-26,0,-57,-16,-57,-97v0,-75,23,-98,60,-98v18,0,36,9,43,32xm74,-103v0,41,7,49,19,49v12,0,18,-8,18,-49v0,-40,-6,-49,-18,-49v-12,0,-19,9,-19,49xm123,-257r0,38r-51,0v-3,-40,3,-68,44,-66r0,15v-11,3,-16,5,-17,13r24,0","k":{".":13,",":13}},"\u0125":{"d":"13,0r0,-257r65,0r0,84v26,-44,96,-38,96,26r0,147r-65,0r0,-129v0,-16,-3,-23,-15,-23v-12,0,-16,7,-16,23r0,129r-65,0xm36,-275r22,-53r69,0r23,53r-44,0r-13,-29r-13,29r-44,0"},"\u0127":{"d":"-1,-207r0,-29r32,0r0,-21r65,0r0,21r25,0r0,29r-25,0r0,34v26,-44,96,-38,96,26r0,147r-65,0r0,-129v0,-16,-3,-23,-15,-23v-12,0,-16,7,-16,23r0,129r-65,0r0,-207r-32,0","w":205},"\u0129":{"d":"14,0r0,-195r65,0r0,195r-65,0xm-12,-214v2,-59,42,-54,78,-39v5,0,9,-3,10,-11r31,0v-3,63,-47,51,-80,39v-5,0,-8,5,-8,11r-31,0","w":92},"\u012b":{"d":"14,0r0,-195r65,0r0,195r-65,0xm-10,-221r0,-36r114,0r0,36r-114,0","w":92},"\u012f":{"d":"68,0v-20,21,-28,23,-31,46v4,21,18,16,35,3r14,15v-21,28,-86,28,-87,-11v0,-20,11,-34,41,-53r-26,0r0,-195r65,0r0,195r-11,0xm14,-209r0,-48r65,0r0,48r-65,0","w":92},"\u0135":{"d":"14,4r0,-199r65,0r0,208v0,57,-43,51,-89,49r0,-44v16,0,24,-2,24,-14xm-12,-213r22,-52r70,0r22,52r-44,0r-13,-29r-13,29r-44,0","w":92},"\u0137":{"d":"11,0r0,-257r65,0r1,130r36,-68r69,0r-54,81r61,114r-69,0r-33,-67v-14,12,-11,41,-11,67r-65,0xm72,56r0,-38r51,0v3,39,-2,68,-43,66r0,-15v13,-3,15,-5,16,-13r-24,0","w":180},"\u013a":{"d":"14,0r0,-257r65,0r0,257r-65,0xm15,-275r16,-53r60,0r-34,53r-42,0","w":92},"\u013e":{"d":"14,0r0,-257r65,0r0,257r-65,0xm91,-204r9,-53r52,0r-21,53r-40,0","w":142},"\u013c":{"d":"14,0r0,-257r65,0r0,257r-65,0xm22,56r0,-38r51,0v3,40,-3,68,-44,66r0,-15v13,-3,15,-5,16,-13r-23,0","w":92},"\u0144":{"d":"13,0r0,-195r63,0r0,24v17,-42,98,-44,98,24r0,147r-65,0r0,-129v0,-16,-3,-23,-15,-23v-12,0,-16,7,-16,23r0,129r-65,0xm72,-213r15,-52r61,0r-35,52r-41,0"},"\u0148":{"d":"13,0r0,-195r63,0r0,24v17,-42,98,-44,98,24r0,147r-65,0r0,-129v0,-16,-3,-23,-15,-23v-12,0,-16,7,-16,23r0,129r-65,0xm57,-213r-22,-52r44,0r13,28r13,-28r44,0r-23,52r-69,0"},"\u0146":{"d":"13,0r0,-195r63,0r0,24v17,-42,98,-44,98,24r0,147r-65,0r0,-129v0,-16,-3,-23,-15,-23v-12,0,-16,7,-16,23r0,129r-65,0xm69,56r0,-38r51,0v3,40,-3,68,-44,66r0,-15v13,-3,16,-5,17,-13r-24,0"},"\u014d":{"d":"72,-97v0,49,4,60,18,60v15,0,18,-11,18,-60v0,-49,-3,-61,-18,-61v-14,0,-18,12,-18,61xm173,-97v0,51,-10,102,-83,102v-76,0,-83,-47,-83,-103v0,-51,10,-102,83,-102v76,0,83,47,83,103xm34,-221r0,-36r114,0r0,36r-114,0","w":180},"\u014f":{"d":"72,-97v0,49,4,60,18,60v15,0,18,-11,18,-60v0,-49,-3,-61,-18,-61v-14,0,-18,12,-18,61xm173,-97v0,51,-10,102,-83,102v-76,0,-83,-47,-83,-103v0,-51,10,-102,83,-102v76,0,83,47,83,103xm36,-265r29,0v1,32,50,32,51,0r29,0v-3,32,-19,52,-54,52v-35,0,-52,-20,-55,-52","w":180},"\u0151":{"d":"72,-97v0,49,4,60,18,60v15,0,18,-11,18,-60v0,-49,-3,-61,-18,-61v-14,0,-18,12,-18,61xm173,-97v0,51,-10,102,-83,102v-76,0,-83,-47,-83,-103v0,-51,10,-102,83,-102v76,0,83,47,83,103xm104,-213r16,-52r61,0r-35,52r-42,0xm32,-213r16,-52r61,0r-35,52r-42,0","w":180},"\u0155":{"d":"11,0r0,-195r63,0v1,10,-2,23,1,31v9,-27,25,-38,54,-36r0,61v-29,-6,-53,0,-53,33r0,106r-65,0xm32,-213r16,-52r60,0r-34,52r-42,0","w":126,"k":{"\u0177":-6,"\u00ff":-6,"\u00fd":-6,"y":-6,"v":-6,".":33,"-":6,",":33}},"\u0157":{"d":"11,0r0,-195r63,0v1,10,-2,23,1,31v9,-27,25,-38,54,-36r0,61v-29,-6,-53,0,-53,33r0,106r-65,0xm18,56r0,-38r51,0v3,39,-2,68,-43,66r0,-15v13,-3,15,-5,16,-13r-24,0","w":126,"k":{"\u0177":-6,"\u00ff":-6,"\u00fd":-6,"y":-6,"v":-6,".":33,"-":6,",":33}},"\u0159":{"d":"11,0r0,-195r63,0v1,10,-2,23,1,31v9,-27,25,-38,54,-36r0,61v-29,-6,-53,0,-53,33r0,106r-65,0xm35,-213r-22,-52r44,0r12,28r13,-28r44,0r-22,52r-69,0","w":126,"k":{"\u0177":-6,"\u00ff":-6,"\u00fd":-6,"y":-6,"v":-6,".":33,"-":6,",":33}},"\u015b":{"d":"63,-60v-5,28,37,34,37,9v0,-34,-94,-14,-94,-88v0,-34,25,-61,78,-61v49,0,73,20,73,61r-57,0v4,-28,-33,-27,-33,-6v0,32,94,10,94,85v0,38,-30,65,-79,65v-54,0,-76,-22,-76,-65r57,0xm63,-213r15,-52r61,0r-35,52r-41,0","w":166},"\u015d":{"d":"63,-60v-5,28,37,34,37,9v0,-34,-94,-14,-94,-88v0,-34,25,-61,78,-61v49,0,73,20,73,61r-57,0v4,-28,-33,-27,-33,-6v0,32,94,10,94,85v0,38,-30,65,-79,65v-54,0,-76,-22,-76,-65r57,0xm27,-213r22,-52r69,0r23,52r-44,0r-13,-29r-13,29r-44,0","w":166},"\u015f":{"d":"161,-60v1,36,-30,63,-70,65r-9,17v20,-6,43,2,43,26v0,39,-56,42,-88,29r8,-20v14,7,42,8,43,-7v-3,-21,-29,-2,-35,-17r17,-28v-42,-4,-63,-23,-64,-65r57,0v-5,28,37,34,37,9v0,-34,-94,-14,-94,-88v0,-34,25,-61,78,-61v49,0,73,20,73,61r-57,0v4,-28,-33,-27,-33,-6v0,32,94,10,94,85","w":166},"\uf6c2":{"d":"161,-60v1,36,-30,63,-70,65r-9,17v20,-6,43,2,43,26v0,39,-56,42,-88,29r8,-20v14,7,42,8,43,-7v-3,-21,-29,-2,-35,-17r17,-28v-42,-4,-63,-23,-64,-65r57,0v-5,28,37,34,37,9v0,-34,-94,-14,-94,-88v0,-34,25,-61,78,-61v49,0,73,20,73,61r-57,0v4,-28,-33,-27,-33,-6v0,32,94,10,94,85","w":166},"\u0165":{"d":"109,-204r9,-53r51,0r-21,53r-39,0xm1,-151r0,-44r21,0r0,-57r65,0r0,57r26,0r0,44r-26,0r0,93v0,15,12,16,26,15r0,43v-48,3,-91,10,-91,-48r0,-103r-21,0","w":160},"\u0163":{"d":"1,-151r0,-44r21,0r0,-57r65,0r0,57r26,0r0,44r-26,0r0,93v0,15,12,16,26,15r0,43v-48,3,-91,10,-91,-48r0,-103r-21,0xm43,56r0,-38r51,0v3,40,-3,68,-44,66r0,-15v13,-3,16,-5,17,-13r-24,0","w":113},"\u0167":{"d":"-3,-94r0,-29r25,0r0,-28r-21,0r0,-44r21,0r0,-57r65,0r0,57r26,0r0,44r-26,0r0,28r29,0r0,29r-29,0v2,24,-9,58,26,51r0,43v-48,3,-96,10,-91,-48r0,-46r-25,0","w":113},"\u0169":{"d":"13,-48r0,-147r65,0r0,129v0,16,4,23,16,23v12,0,15,-7,15,-23r0,-129r65,0r0,195r-62,0v-1,-7,2,-18,-1,-24v-17,42,-98,44,-98,-24xm35,-214v2,-59,42,-54,78,-39v5,0,8,-3,9,-11r31,0v-3,62,-46,51,-79,39v-5,0,-8,5,-8,11r-31,0"},"\u016b":{"d":"13,-48r0,-147r65,0r0,129v0,16,4,23,16,23v12,0,15,-7,15,-23r0,-129r65,0r0,195r-62,0v-1,-7,2,-18,-1,-24v-17,42,-98,44,-98,-24xm37,-221r0,-36r114,0r0,36r-114,0"},"\u016d":{"d":"13,-48r0,-147r65,0r0,129v0,16,4,23,16,23v12,0,15,-7,15,-23r0,-129r65,0r0,195r-62,0v-1,-7,2,-18,-1,-24v-17,42,-98,44,-98,-24xm39,-265r29,0v1,32,50,32,51,0r29,0v-3,32,-19,52,-54,52v-35,0,-52,-20,-55,-52"},"\u016f":{"d":"13,-48r0,-147r65,0r0,129v0,16,4,23,16,23v12,0,15,-7,15,-23r0,-129r65,0r0,195r-62,0v-1,-7,2,-18,-1,-24v-17,42,-98,44,-98,-24xm77,-248v0,9,8,16,17,16v9,0,16,-7,16,-16v0,-9,-7,-17,-16,-17v-9,0,-17,8,-17,17xm54,-248v0,-22,18,-39,40,-39v22,0,40,17,40,39v0,22,-18,38,-40,38v-23,0,-40,-15,-40,-38"},"\u0171":{"d":"13,-48r0,-147r65,0r0,129v0,16,4,23,16,23v12,0,15,-7,15,-23r0,-129r65,0r0,195r-62,0v-1,-7,2,-18,-1,-24v-17,42,-98,44,-98,-24xm108,-213r16,-52r61,0r-35,52r-42,0xm36,-213r16,-52r61,0r-35,52r-42,0"},"\u0173":{"d":"138,0v-16,20,-23,23,-25,46v4,20,19,17,33,3r12,15v-19,28,-77,28,-78,-11v0,-20,10,-33,32,-53v-1,-7,2,-18,-1,-24v-17,42,-98,44,-98,-24r0,-147r65,0r0,129v0,16,4,23,16,23v12,0,15,-7,15,-23r0,-129r65,0r0,195r-36,0"},"\u0175":{"d":"40,0r-40,-195r63,0r17,140r19,-140r69,0r20,140r16,-140r62,0r-39,195r-74,0r-20,-138r-20,138r-73,0xm77,-213r22,-52r69,0r22,52r-43,0r-13,-29r-13,29r-44,0","w":266,"k":{".":13,",":13}},"\u0177":{"d":"18,62r0,-45v24,4,45,-5,33,-28r-51,-184r67,0r20,132r19,-132r65,0r-53,201v-13,59,-44,59,-100,56xm30,-213r23,-52r69,0r22,52r-44,0r-13,-29r-13,29r-44,0","w":166,"k":{".":20,",":20}},"\u017a":{"d":"8,-144r0,-51r145,0r0,48r-73,97r75,0r0,50r-150,0r0,-50r70,-94r-67,0xm57,-213r16,-52r61,0r-35,52r-42,0","w":159},"\u017c":{"d":"8,-144r0,-51r145,0r0,48r-73,97r75,0r0,50r-150,0r0,-50r70,-94r-67,0xm58,-214r0,-50r48,0r0,50r-48,0","w":159},"\u013f":{"d":"16,0r0,-257r67,0r0,202r82,0r0,55r-149,0xm104,-144r0,-51r48,0r0,51r-48,0","w":166,"k":{"\u0177":13,"\u0176":33,"\u0174":27,"\u0162":27,"\u0164":27,"\u00ff":13,"\u00fd":13,"\u0178":33,"\u00dd":33,"y":13,"Y":33,"W":27,"V":27,"T":27}},"\u0140":{"d":"14,0r0,-257r65,0r0,257r-65,0xm95,-144r0,-51r49,0r0,51r-49,0","w":150},"\u00a0":{"w":93},"\u00ad":{"d":"10,-77r0,-54r112,0r0,54r-112,0","w":132},"\u0110":{"d":"83,-156r19,0r0,45r-19,0r0,63v42,1,42,-4,42,-81v0,-77,0,-81,-42,-80r0,53xm16,0r0,-111r-19,0r0,-45r19,0r0,-101r97,0v77,0,81,61,81,128v0,67,-4,129,-81,129r-97,0","w":206}}});
;
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1988, 1990, 1993, 2003 Linotype Library GmbH, www.linotype.com. All
 * rights reserved. Copyright © 1988, 1990, 1993 Adobe Systems Incorporated. All
 * Rights Reserved.
 * 
 * Trademark:
 * Helvetica, Neue Helvetica is a trademark of Heidelberger Druckmaschinen AG
 * which may be registered in certain jurisdictions, exclusively licensed through
 * Linotype Library GmbH, a wholly owned subsidiary of Heidelberger Druckmaschinen
 * AG.
 * 
 * Full name:
 * HelveticaNeueLTPro-Md
 * 
 * Description:
 * Copyright © 1988, 1990, 1993, 2003 Linotype Library GmbH, www.linotype.com. All
 * rights reserved. Copyright © 1988, 1990, 1993 Adobe Systems Incorporated. All
 * Rights Reserved.
 * 
 * Manufacturer:
 * Linotype Library GmbH
 * 
 * Designer:
 * Linotype Library GmbH
 * 
 * Vendor URL:
 * http://www.Linotype.com
 * 
 * License information:
 * http://www.Linotype.com
 */
Cufon.registerFont({"w":200,"face":{"font-family":"helvetica-neue","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 4 2 2 2 2 2 4","ascent":"257","descent":"-103","x-height":"5","bbox":"-20 -345 379 80.2655","underline-thickness":"18","underline-position":"-18","stemh":"32","stemv":"41","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":100},"\u0149":{"d":"22,0r0,-186r38,0v1,9,-2,21,1,28v27,-52,124,-42,124,30r0,128r-41,0r0,-117v-1,-29,-12,-42,-36,-42v-65,2,-41,96,-45,159r-41,0xm-7,-257r0,-36r47,0v-1,38,9,60,-41,63r0,-14v10,-1,15,-5,16,-13r-22,0","w":206},"\u0132":{"d":"27,0r0,-257r45,0r0,257r-45,0xm268,-257r0,174v0,45,-10,89,-84,89v-59,-1,-80,-39,-77,-96r45,0v-1,33,3,59,35,59v29,0,36,-17,36,-49r0,-177r45,0","w":295},"\u0133":{"d":"23,-218r0,-39r41,0r0,39r-41,0xm23,0r0,-186r41,0r0,186r-41,0xm107,-218r0,-39r41,0r0,39r-41,0xm107,14r0,-200r41,0r0,202v3,44,-28,65,-72,56r0,-32v21,4,31,-1,31,-26","w":170},"!":{"d":"26,0r0,-45r48,0r0,45r-48,0xm40,-72v-7,-59,-15,-117,-12,-185r45,0v2,68,-5,126,-12,185r-21,0","w":100},"\"":{"d":"93,-156r0,-101r37,0r0,101r-37,0xm30,-156r0,-101r37,0r0,101r-37,0","w":159},"#":{"d":"125,-149r-40,0r-6,46r40,0xm178,-103r0,27r-34,0r-11,76r-29,0r11,-76r-40,0r-11,76r-28,0r10,-76r-34,0r0,-27r38,0r7,-46r-34,0r0,-27r37,0r11,-76r29,0r-11,76r40,0r10,-76r29,0r-10,76r31,0r0,27r-35,0r-6,46r30,0"},"$":{"d":"93,-159r0,-72v-26,0,-40,10,-40,36v0,23,20,31,40,36xm6,-78r41,0v0,32,13,51,46,52r0,-87v-39,-10,-81,-27,-81,-80v0,-46,38,-70,81,-70r0,-28r16,0r0,28v43,0,79,22,79,70r-41,0v-1,-24,-12,-38,-38,-38r0,76v44,12,85,28,85,80v0,54,-37,79,-85,81r0,28r-16,0r0,-28v-52,-1,-88,-31,-87,-84xm109,-110r0,84v26,-2,44,-14,44,-43v0,-27,-22,-35,-44,-41"},"%":{"d":"62,-185v0,27,7,48,27,48v20,0,28,-21,28,-48v0,-24,-6,-49,-28,-49v-22,0,-27,25,-27,49xm90,-114v-44,0,-60,-32,-60,-71v0,-39,18,-72,60,-72v42,0,60,33,60,72v0,39,-16,71,-60,71xm243,-67v0,27,7,49,27,49v20,0,28,-22,28,-49v0,-24,-6,-48,-28,-48v-22,0,-27,24,-27,48xm270,5v-44,0,-60,-33,-60,-72v0,-39,18,-71,60,-71v42,0,60,32,60,71v0,39,-16,72,-60,72xm94,9r140,-270r27,0r-139,270r-28,0","w":360},"&":{"d":"188,0r-23,-29v-40,58,-153,40,-153,-42v0,-36,29,-60,59,-75v-13,-17,-26,-33,-26,-56v0,-37,28,-61,63,-61v33,0,64,20,64,61v0,31,-22,53,-47,66r40,48v3,-8,6,-18,8,-35r36,0v-3,23,-8,45,-20,63r49,60r-50,0xm143,-56r-51,-63v-15,9,-39,17,-39,48v0,28,17,44,41,44v30,0,41,-19,49,-29xm109,-233v-15,0,-28,12,-28,29v0,17,14,30,24,43v15,-10,30,-21,30,-42v0,-17,-10,-30,-26,-30","w":233},"(":{"d":"103,69r-34,0v-63,-88,-70,-236,0,-332r34,0v-58,100,-59,232,0,332","w":100},")":{"d":"-3,-263r34,0v63,88,70,237,0,332r-34,0v58,-100,59,-232,0,-332","w":100},"*":{"d":"47,-192r-40,-14r8,-23r39,15r0,-43r25,0r0,43r39,-15r9,23r-41,14r25,34r-19,14r-26,-36r-24,36r-20,-14","w":133},"+":{"d":"90,-109r0,-73r36,0r0,73r73,0r0,36r-73,0r0,73r-36,0r0,-73r-73,0r0,-36r73,0","w":216},",":{"d":"25,0r0,-49r50,0v4,55,-2,98,-49,106r0,-22v16,-4,24,-20,24,-35r-25,0","w":100},"-":{"d":"18,-78r0,-39r104,0r0,39r-104,0","w":140},".":{"d":"25,0r0,-49r50,0r0,49r-50,0","w":100},"\/":{"d":"-8,6r103,-269r40,0r-104,269r-39,0","w":126},"0":{"d":"100,-257v72,0,87,74,87,131v0,57,-15,131,-87,131v-72,0,-87,-74,-87,-131v0,-57,15,-131,87,-131xm100,-29v36,0,46,-44,46,-97v0,-53,-10,-97,-46,-97v-36,0,-46,44,-46,97v0,53,10,97,46,97"},"1":{"d":"19,-178r0,-32v34,0,68,-11,74,-42r33,0r0,252r-45,0r0,-178r-62,0"},"2":{"d":"186,-37r0,37r-172,0v0,-42,21,-71,55,-95v33,-23,76,-44,76,-83v0,-18,-6,-45,-42,-45v-32,0,-42,27,-43,63r-41,0v0,-56,30,-97,86,-97v62,0,81,45,81,77v0,81,-109,98,-123,143r123,0"},"3":{"d":"82,-117r0,-31v27,1,56,-8,56,-39v0,-22,-16,-36,-39,-36v-28,0,-43,26,-42,52r-41,0v2,-49,33,-86,83,-86v39,0,80,22,80,67v1,27,-14,44,-36,55v29,6,46,30,46,63v0,48,-41,77,-89,77v-58,0,-88,-35,-89,-88r41,0v-1,31,16,54,48,54v27,0,48,-16,48,-45v0,-39,-34,-44,-66,-43"},"4":{"d":"117,-203v-28,35,-51,75,-77,111r77,0r0,-111xm188,-92r0,32r-32,0r0,60r-39,0r0,-60r-108,0r0,-40r108,-152r39,0r0,160r32,0"},"5":{"d":"17,-114r27,-138r131,0r0,37r-100,0v-3,21,-12,45,-12,65v46,-48,125,-3,125,65v0,40,-25,90,-87,90v-49,0,-86,-27,-88,-77r41,0v3,27,19,43,46,43v35,0,47,-25,47,-56v0,-49,-68,-74,-89,-29r-41,0"},"6":{"d":"183,-188r-41,0v-2,-21,-15,-35,-37,-35v-44,-1,-51,56,-51,87v37,-62,134,-19,134,55v0,49,-34,86,-84,86v-74,0,-92,-59,-92,-132v0,-60,24,-130,95,-130v40,0,74,28,76,69xm103,-29v30,0,44,-26,44,-53v0,-27,-14,-51,-44,-51v-30,0,-46,23,-46,51v0,27,16,53,46,53"},"7":{"d":"13,-215r0,-37r172,0r0,34v-53,59,-87,127,-94,218r-45,0v6,-80,45,-156,97,-215r-130,0"},"8":{"d":"100,-225v-22,0,-40,14,-40,39v0,24,17,37,40,37v23,0,40,-13,40,-37v0,-25,-18,-39,-40,-39xm100,5v-51,0,-89,-30,-89,-79v0,-32,18,-55,46,-62v-63,-26,-36,-130,43,-121v79,-9,108,94,43,121v82,25,44,141,-43,141xm100,-27v27,0,48,-17,48,-47v0,-28,-21,-44,-48,-44v-27,0,-48,16,-48,44v0,30,21,47,48,47"},"9":{"d":"17,-64r41,0v2,21,15,35,37,35v44,1,51,-56,51,-87v-37,61,-134,22,-134,-55v0,-49,32,-86,87,-86v71,0,89,59,89,132v0,60,-24,130,-95,130v-40,0,-74,-28,-76,-69xm97,-223v-30,0,-44,25,-44,52v0,27,14,53,44,53v31,0,46,-25,46,-53v0,-27,-15,-52,-46,-52"},":":{"d":"25,0r0,-49r50,0r0,49r-50,0xm25,-134r0,-48r50,0r0,48r-50,0","w":100},";":{"d":"25,-134r0,-48r50,0r0,48r-50,0xm25,0r0,-49r50,0v4,55,-2,98,-49,106r0,-22v16,-4,24,-20,24,-35r-25,0","w":100},"<":{"d":"199,-34r0,37r-182,-81r0,-26r182,-81r0,37r-134,57","w":216},"=":{"d":"199,-73r0,37r-182,0r0,-37r182,0xm199,-146r0,37r-182,0r0,-37r182,0","w":216},">":{"d":"17,-34r134,-57r-134,-57r0,-37r182,81r0,26r-182,81r0,-37","w":216},"?":{"d":"75,0r0,-45r48,0r0,45r-48,0xm80,-70v-8,-73,58,-66,58,-119v0,-29,-23,-40,-36,-40v-30,0,-43,21,-43,54r-41,0v0,-53,33,-88,86,-88v44,0,79,27,79,73v-1,67,-66,52,-64,120r-39,0"},"@":{"d":"221,-195r-29,111v0,5,2,8,7,8v22,0,47,-33,47,-77v0,-54,-43,-87,-96,-87v-61,0,-104,48,-104,108v0,109,126,151,188,79r25,0v-61,106,-241,57,-241,-80v0,-73,60,-130,132,-130v64,0,120,43,120,105v0,72,-56,108,-85,108v-12,0,-19,-9,-22,-21v-29,38,-92,16,-92,-36v0,-64,79,-133,119,-68r6,-20r25,0xm130,-78v28,0,49,-38,49,-64v0,-17,-13,-32,-28,-32v-30,0,-50,36,-50,63v0,19,11,33,29,33","w":288},"A":{"d":"-3,0r99,-257r48,0r99,257r-48,0r-24,-68r-103,0r-24,68r-47,0xm120,-213v-16,35,-26,75,-40,111r79,0","w":240,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":9,"\u0162":33,"\u0164":33,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"y":6,"w":6,"v":6,"Y":27,"W":9,"V":22,"T":33}},"B":{"d":"72,-220r0,71v47,-3,112,14,112,-36v0,-53,-67,-30,-112,-35xm27,0r0,-257v83,4,202,-23,202,64v0,27,-16,43,-37,55v32,7,48,31,48,66v0,40,-28,72,-95,72r-118,0xm72,-117r0,80v51,-3,123,15,123,-40v0,-55,-72,-37,-123,-40","w":253},"C":{"d":"246,-175r-45,0v-8,-30,-27,-51,-64,-51v-55,0,-78,48,-78,97v0,49,23,98,78,98v40,0,61,-30,65,-67r44,0v-4,62,-47,104,-109,104v-77,0,-123,-61,-123,-135v0,-73,46,-134,123,-134v58,0,103,33,109,88","w":259},"D":{"d":"27,0r0,-257r107,0v79,0,113,57,113,128v0,71,-34,129,-113,129r-107,0xm72,-220r0,183r45,0v71,0,85,-40,85,-92v0,-52,-14,-91,-85,-91r-45,0","w":259},"E":{"d":"27,0r0,-257r185,0r0,39r-140,0r0,67r130,0r0,37r-130,0r0,75r143,0r0,39r-188,0","w":226},"F":{"d":"27,0r0,-257r178,0r0,39r-133,0r0,67r117,0r0,37r-117,0r0,114r-45,0","w":213,"k":{"\u0104":20,"\u0102":20,"\u0100":20,"\u00c3":20,"\u00c5":20,"\u00c0":20,"\u00c4":20,"\u00c2":20,"\u00c1":20,"A":20,".":46,",":46}},"G":{"d":"252,-135r0,135r-29,0r-7,-30v-73,85,-201,8,-201,-99v0,-73,47,-134,124,-134v56,0,103,30,110,88r-44,0v-5,-33,-33,-51,-66,-51v-55,0,-79,48,-79,97v0,49,24,98,79,98v46,0,71,-26,72,-70r-69,0r0,-34r110,0","w":273},"H":{"d":"26,0r0,-257r45,0r0,102r117,0r0,-102r45,0r0,257r-45,0r0,-116r-117,0r0,116r-45,0","w":259},"I":{"d":"27,0r0,-257r45,0r0,257r-45,0","w":100},"J":{"d":"166,-257r0,174v0,45,-11,89,-85,89v-59,-1,-79,-40,-76,-96r45,0v-1,33,3,59,35,59v29,0,36,-17,36,-49r0,-177r45,0","w":193},"K":{"d":"27,0r0,-257r45,0r0,117r115,-117r55,0r-102,103r109,154r-56,0r-84,-123r-37,37r0,86r-45,0","w":246},"L":{"d":"27,0r0,-257r45,0r0,218r131,0r0,39r-176,0","w":206,"k":{"\u0177":13,"\u0176":40,"\u0174":20,"\u0162":33,"\u0164":33,"\u00ff":13,"\u00fd":13,"\u0178":40,"\u00dd":40,"y":13,"Y":40,"W":20,"V":33,"T":33}},"M":{"d":"27,0r0,-257r63,0r72,201r69,-201r62,0r0,257r-42,0r-1,-198r-71,198r-38,0r-72,-198r0,198r-42,0","w":320},"N":{"d":"26,0r0,-257r47,0r118,189r0,-189r43,0r0,257r-48,0r-118,-189r0,189r-42,0","w":259},"O":{"d":"137,-226v-55,0,-78,48,-78,97v0,49,23,98,78,98v55,0,78,-49,78,-98v0,-49,-23,-97,-78,-97xm137,-263v77,0,123,61,123,134v0,74,-46,135,-123,135v-77,0,-123,-61,-123,-135v0,-73,46,-134,123,-134","w":273},"P":{"d":"27,0r0,-257r114,0v73,0,87,48,87,80v0,32,-14,78,-87,78r-69,0r0,99r-45,0xm72,-220r0,85v52,-3,111,15,111,-43v0,-60,-61,-38,-111,-42","w":240,"k":{"\u0104":27,"\u0102":27,"\u0100":27,"\u00c3":27,"\u00c5":27,"\u00c0":27,"\u00c4":27,"\u00c2":27,"\u00c1":27,"A":27,".":61,",":61}},"Q":{"d":"224,-30r33,29r-22,24r-38,-32v-91,48,-183,-24,-183,-120v0,-73,46,-134,123,-134v118,0,160,156,87,233xm166,-37r-26,-22r21,-25r32,27v42,-56,27,-169,-56,-169v-55,0,-78,48,-78,97v0,59,42,117,107,92","w":273},"R":{"d":"27,0r0,-257r123,0v57,0,85,25,85,69v0,50,-34,60,-42,66v15,2,38,14,38,54v0,30,4,58,14,68r-48,0v-15,-44,4,-106,-58,-106r-67,0r0,106r-45,0xm72,-220r0,80v50,-2,121,14,118,-41v-3,-60,-68,-33,-118,-39","w":253,"k":{"\u0176":13,"\u0174":6,"\u0162":6,"\u0164":6,"\u0178":13,"\u00dd":13,"Y":13,"W":6,"V":6,"T":6}},"S":{"d":"12,-86r45,0v0,39,29,55,65,55v62,0,67,-56,33,-70v-18,-8,-41,-11,-77,-21v-44,-12,-56,-39,-56,-66v0,-52,48,-75,94,-75v53,0,98,28,98,82r-45,0v-3,-33,-24,-45,-55,-45v-21,0,-47,7,-47,33v0,44,65,38,104,53v32,12,50,38,50,65v0,58,-51,81,-102,81v-59,0,-106,-28,-107,-92","w":233},"T":{"d":"3,-218r0,-39r208,0r0,39r-82,0r0,218r-45,0r0,-218r-81,0","w":213,"k":{"\u0177":40,"\u0175":40,"\u0173":33,"\u0171":33,"\u016f":33,"\u016d":33,"\u016b":33,"\u0169":33,"\u015f":40,"\u015d":40,"\u015b":40,"\u0159":33,"\u0157":33,"\u0155":33,"\u0151":40,"\u014f":40,"\u014d":40,"\u0119":40,"\u0117":40,"\u0115":40,"\u0113":40,"\u011b":40,"\u010b":40,"\u010d":40,"\u0109":40,"\u0107":40,"\u0105":36,"\u0103":36,"\u0101":36,"\u0104":33,"\u0102":33,"\u0100":33,"\u00ff":40,"\u00fd":40,"\u00f9":33,"\u00fc":33,"\u00fb":33,"\u00fa":33,"\u0161":40,"\u00f5":40,"\u00f2":40,"\u00f6":40,"\u00f4":40,"\u00f3":40,"\u00e8":40,"\u00eb":40,"\u00ea":40,"\u00e9":40,"\u00e7":40,"\u00e3":36,"\u00e5":36,"\u00e0":36,"\u00e4":36,"\u00e2":36,"\u00e1":36,"\u00c3":33,"\u00c5":33,"\u00c0":33,"\u00c4":33,"\u00c2":33,"\u00c1":33,"y":40,"w":40,"u":33,"s":40,"r":33,"o":40,"e":40,"c":40,"a":36,"A":33,";":30,":":30,".":40,"-":46,",":40}},"U":{"d":"24,-93r0,-164r45,0r0,150v0,35,3,74,61,74v58,0,60,-39,60,-74r0,-150r45,0r0,164v0,66,-42,99,-105,99v-63,0,-106,-33,-106,-99","w":259},"V":{"d":"84,0r-86,-257r47,0r65,203r66,-203r46,0r-88,257r-50,0","w":219,"k":{"\u0133":-4,"\u0177":6,"\u0173":13,"\u0171":13,"\u016f":13,"\u016d":13,"\u016b":13,"\u0169":13,"\u0159":13,"\u0157":13,"\u0155":13,"\u0151":20,"\u014f":20,"\u014d":20,"\u012f":-4,"\u0119":20,"\u0117":20,"\u0115":20,"\u0113":20,"\u011b":20,"\u0105":20,"\u0103":20,"\u0101":20,"\u0104":20,"\u0102":20,"\u0100":20,"\u00ff":6,"\u00fd":6,"\u00f9":13,"\u00fc":13,"\u00fb":13,"\u00fa":13,"\u00f5":20,"\u00f2":20,"\u00f6":20,"\u00f4":20,"\u00f3":20,"\u00e8":20,"\u00eb":20,"\u00ea":20,"\u00e9":20,"\u00e3":20,"\u00e5":20,"\u00e0":20,"\u00e4":20,"\u00e2":20,"\u00e1":20,"\u00c3":20,"\u00c5":20,"\u00c0":20,"\u00c4":20,"\u00c2":20,"\u00c1":20,"y":6,"u":13,"r":13,"o":20,"i":-4,"e":20,"a":20,"A":20,";":17,":":17,".":46,"-":20,",":46}},"W":{"d":"70,0r-68,-257r46,0r47,197r52,-197r46,0r51,197r48,-197r46,0r-71,257r-46,0r-52,-197r-53,197r-46,0","w":339,"k":{"\u0173":6,"\u0171":6,"\u016f":6,"\u016d":6,"\u016b":6,"\u0169":6,"\u0159":6,"\u0157":6,"\u0155":6,"\u0151":6,"\u014f":6,"\u014d":6,"\u0119":6,"\u0117":6,"\u0115":6,"\u0113":6,"\u011b":6,"\u0105":13,"\u0103":13,"\u0101":13,"\u0104":9,"\u0102":9,"\u0100":9,"\u00f9":6,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00e8":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e3":13,"\u00e5":13,"\u00e0":13,"\u00e4":13,"\u00e2":13,"\u00e1":13,"\u00c3":9,"\u00c5":9,"\u00c0":9,"\u00c4":9,"\u00c2":9,"\u00c1":9,"u":6,"r":6,"o":6,"e":6,"a":13,"A":9,";":6,":":6,".":27,"-":10,",":27}},"X":{"d":"90,-133r-85,-124r54,0r58,91r61,-91r50,0r-85,124r91,133r-54,0r-64,-98r-66,98r-51,0","w":233},"Y":{"d":"94,0r0,-101r-96,-156r52,0r68,115r67,-115r50,0r-96,156r0,101r-45,0","w":233,"k":{"\u0133":3,"\u0173":31,"\u0171":31,"\u016f":31,"\u016d":31,"\u016b":31,"\u0169":31,"\u0151":33,"\u014f":33,"\u014d":33,"\u012f":3,"\u0119":33,"\u0117":33,"\u0115":33,"\u0113":33,"\u011b":33,"\u0105":33,"\u0103":33,"\u0101":33,"\u0104":27,"\u0102":27,"\u0100":27,"\u00f9":31,"\u00fc":31,"\u00fb":31,"\u00fa":31,"\u00f5":33,"\u00f2":33,"\u00f6":33,"\u00f4":33,"\u00f3":33,"\u00e8":33,"\u00eb":33,"\u00ea":33,"\u00e9":33,"\u00e3":33,"\u00e5":33,"\u00e0":33,"\u00e4":33,"\u00e2":33,"\u00e1":33,"\u00c3":27,"\u00c5":27,"\u00c0":27,"\u00c4":27,"\u00c2":27,"\u00c1":27,"v":20,"u":31,"q":37,"p":31,"o":33,"i":3,"e":33,"a":33,"A":27,";":33,":":33,".":40,"-":40,",":40}},"Z":{"d":"20,-218r0,-39r195,0r0,34r-149,184r153,0r0,39r-211,0r0,-37r150,-181r-138,0","w":226},"[":{"d":"26,69r0,-332r80,0r0,32r-41,0r0,267r41,0r0,33r-80,0","w":106},"\\":{"d":"31,-263r104,269r-40,0r-103,-269r39,0","w":126},"]":{"d":"81,-263r0,332r-81,0r0,-33r42,0r0,-267r-42,0r0,-32r81,0","w":106},"^":{"d":"67,-121r-37,0r65,-131r26,0r65,131r-37,0r-41,-89","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"a":{"d":"177,-137r0,96v-2,15,9,16,20,13r0,28v-22,7,-54,9,-57,-18v-37,36,-127,33,-128,-31v0,-46,36,-53,71,-58v30,-5,56,-3,56,-27v0,-41,-81,-30,-80,5r-41,0v3,-48,44,-62,85,-62v36,0,74,15,74,54xm136,-93v-26,16,-83,-1,-83,42v9,40,81,29,83,-12r0,-30"},"b":{"d":"23,0r0,-257r41,0r0,95v12,-18,35,-29,56,-29v59,0,87,44,87,99v0,50,-25,97,-80,97v-25,0,-53,-7,-65,-31r0,26r-39,0xm114,-27v72,-1,67,-132,0,-132v-35,0,-52,26,-52,66v0,37,19,66,52,66","w":219},"c":{"d":"188,-124r-41,0v-3,-23,-19,-35,-42,-35v-21,0,-51,12,-51,68v0,31,13,64,49,64v24,0,40,-16,44,-43r41,0v-8,49,-37,75,-85,75v-58,0,-90,-41,-90,-96v0,-56,30,-100,91,-100v43,0,80,21,84,67"},"d":{"d":"197,-257r0,257r-39,0v-1,-8,2,-19,-1,-25v-11,22,-34,30,-57,30v-59,0,-87,-43,-87,-99v0,-68,39,-97,80,-97v24,-1,48,10,63,29r0,-95r41,0xm106,-159v-71,1,-70,131,-1,132v36,0,52,-34,52,-66v0,-41,-19,-66,-51,-66","w":219},"e":{"d":"54,-109r95,0v-2,-26,-18,-50,-46,-50v-28,0,-48,22,-49,50xm190,-82r-136,0v-9,54,81,78,95,24r39,0v-9,41,-44,63,-84,63v-59,0,-91,-40,-91,-98v0,-53,35,-98,90,-98v59,0,94,53,87,109"},"f":{"d":"3,-156r0,-30r31,0v-5,-64,29,-80,80,-69r0,33v-15,-4,-40,-7,-39,17r0,19r35,0r0,30r-35,0r0,156r-41,0r0,-156r-31,0","w":113,"k":{"f":6}},"g":{"d":"194,-186r0,176v0,56,-33,84,-92,84v-37,0,-79,-14,-83,-58r41,0v5,23,24,27,45,27v44,0,53,-34,47,-76v-12,21,-33,33,-56,33v-59,0,-83,-45,-83,-98v0,-77,97,-128,140,-63r0,-25r41,0xm103,-32v67,0,69,-128,0,-127v-67,1,-66,126,0,127","w":213},"h":{"d":"22,0r0,-257r41,0r0,95v26,-47,122,-37,122,34r0,128r-41,0r0,-117v-1,-29,-12,-42,-36,-42v-65,2,-41,96,-45,159r-41,0","w":206},"i":{"d":"23,-218r0,-39r41,0r0,39r-41,0xm23,0r0,-186r41,0r0,186r-41,0","w":86},"j":{"d":"23,-218r0,-39r41,0r0,39r-41,0xm23,14r0,-200r41,0r0,202v3,44,-28,65,-72,56r0,-32v21,4,31,-1,31,-26","w":86},"k":{"d":"23,0r0,-257r41,0r0,146r74,-75r50,0r-71,68r78,118r-50,0r-57,-90r-24,23r0,67r-41,0","w":193},"l":{"d":"23,0r0,-257r41,0r0,257r-41,0","w":86},"m":{"d":"22,0r0,-186r38,0v1,8,-3,22,2,26v17,-37,93,-45,109,0v27,-46,121,-45,121,31r0,129r-41,0r0,-109v0,-30,-2,-50,-34,-50v-63,0,-34,101,-40,159r-41,0r0,-120v0,-26,-8,-39,-33,-39v-57,0,-37,101,-40,159r-41,0","w":313},"n":{"d":"22,0r0,-186r38,0v1,9,-2,21,1,28v27,-52,124,-42,124,30r0,128r-41,0r0,-117v-1,-29,-12,-42,-36,-42v-65,2,-41,96,-45,159r-41,0","w":206},"o":{"d":"107,5v-59,0,-94,-41,-94,-98v0,-57,35,-98,94,-98v59,0,94,41,94,98v0,57,-35,98,-94,98xm107,-27v72,-1,71,-131,0,-132v-72,1,-71,131,0,132","w":213},"p":{"d":"23,69r0,-255r39,0r0,25v12,-22,34,-30,58,-30v59,0,87,44,87,99v0,50,-25,97,-80,97v-24,0,-50,-8,-63,-29r0,93r-41,0xm114,-27v72,-1,67,-132,0,-132v-35,0,-52,26,-52,66v0,37,19,66,52,66","w":219},"q":{"d":"197,-186r0,255r-41,0r-1,-93v-14,21,-38,29,-62,29v-55,0,-80,-47,-80,-97v0,-55,28,-99,87,-99v25,-1,44,10,58,30r0,-25r39,0xm105,-159v-67,0,-71,131,0,132v36,0,52,-27,52,-66v0,-41,-17,-66,-52,-66","w":219},"r":{"d":"22,0r0,-186r38,0v1,11,-2,27,1,36v6,-24,36,-47,70,-40r0,40v-41,-9,-68,13,-68,61r0,89r-41,0","w":126,"k":{"\u0151":6,"\u014f":6,"\u014d":6,"\u0149":-6,"\u0146":-6,"\u0148":-6,"\u0144":-6,"\u0119":6,"\u0117":6,"\u0115":6,"\u0113":6,"\u011b":6,"\u010f":6,"\u010b":6,"\u010d":6,"\u0109":6,"\u0107":6,"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00f1":-6,"\u00e8":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e7":6,"q":6,"o":6,"n":-6,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},"s":{"d":"12,-60r41,0v3,24,20,33,42,33v16,0,42,-4,41,-25v-1,-22,-31,-24,-61,-31v-30,-6,-60,-17,-60,-55v0,-76,151,-72,156,4r-43,0v-4,-20,-20,-25,-38,-25v-12,0,-33,3,-33,19v0,20,30,24,60,30v30,7,60,18,60,55v0,44,-44,60,-83,60v-47,0,-81,-21,-82,-65","w":186},"t":{"d":"3,-156r0,-30r31,0r0,-56r41,0r0,56r37,0r0,30r-37,0r0,100v-4,25,15,27,37,24r0,32v-44,8,-78,-4,-78,-46r0,-110r-31,0","w":119},"u":{"d":"185,-186r0,186r-40,0v-1,-8,2,-20,-1,-26v-30,54,-122,36,-122,-42r0,-118r41,0r0,114v0,33,12,45,35,45v72,-1,39,-96,46,-159r41,0","w":206},"v":{"d":"71,0r-68,-186r45,0r48,143r45,-143r43,0r-67,186r-46,0","w":186,"k":{".":27,",":27}},"w":{"d":"62,0r-57,-186r43,0r37,139r35,-139r42,0r34,139r38,-139r41,0r-58,186r-42,0r-35,-138r-35,138r-43,0","w":280,"k":{".":20,",":20}},"x":{"d":"1,0r71,-98r-65,-88r50,0r39,57r40,-57r48,0r-63,86r71,100r-49,0r-48,-69r-45,69r-49,0","w":193},"y":{"d":"72,-1r-71,-185r45,0r49,139r48,-139r42,0r-72,196v-12,42,-37,74,-94,62r0,-35v33,12,49,-11,53,-38","w":186,"k":{".":33,",":33}},"z":{"d":"15,-154r0,-32r151,0r0,29r-106,125r112,0r0,32r-164,0r0,-29r103,-125r-96,0","w":180},"{":{"d":"-1,-81r0,-32v10,0,33,-6,33,-27r0,-74v7,-48,36,-52,79,-49r0,32v-24,-4,-44,5,-40,25r0,71v0,30,-28,34,-37,38v11,1,37,5,37,40v0,40,-23,102,40,93r0,33v-44,3,-79,-1,-79,-50r0,-71v0,-23,-23,-29,-33,-29","w":106},"|":{"d":"22,77r0,-360r36,0r0,360r-36,0","w":79},"}":{"d":"108,-113r0,32v-10,0,-34,5,-34,26r0,74v-7,48,-35,53,-79,50r0,-33v24,4,44,-5,40,-25r0,-70v0,-31,29,-34,38,-39v-11,-1,-38,-5,-38,-40v0,-40,23,-102,-40,-93r0,-32v44,-2,79,0,79,49r0,71v0,23,24,30,34,30","w":106},"~":{"d":"70,-122v24,0,55,24,77,25v14,0,23,-14,31,-25r13,31v-10,15,-23,31,-45,31v-29,1,-47,-26,-78,-25v-16,0,-24,14,-30,25r-13,-31v8,-15,21,-31,45,-31","w":216},"\u00a1":{"d":"74,-191r0,45r-48,0r0,-45r48,0xm61,-120v6,60,15,117,12,186r-45,0v-2,-68,5,-127,12,-186r21,0","w":100},"\u00a2":{"d":"96,37r0,-32v-52,0,-83,-44,-83,-96v0,-60,34,-100,83,-100r0,-33r16,0r0,33v40,0,74,25,77,67r-41,0v-3,-21,-17,-35,-36,-35r0,132v22,-4,34,-19,37,-43r41,0v-8,46,-33,75,-78,75r0,32r-16,0xm96,-27r0,-132v-58,9,-57,122,0,132"},"\u00a3":{"d":"199,-14v-43,48,-119,-14,-167,20r-19,-29v27,-18,52,-56,31,-92r-33,0r0,-23r23,0v-43,-52,2,-125,67,-125v55,0,91,30,91,89r-42,0v-2,-31,-13,-55,-48,-55v-45,0,-48,62,-24,91r53,0r0,23r-44,0v18,34,-7,66,-30,84v40,-29,90,25,124,-11"},"\u00a5":{"d":"80,0r0,-59r-50,0r0,-24r50,0r0,-24r-50,0r0,-24r36,0r-68,-126r46,0r56,115r57,-115r45,0r-68,126r36,0r0,24r-49,0r0,24r49,0r0,24r-49,0r0,59r-41,0"},"\u00a7":{"d":"133,12v0,-54,-125,-58,-125,-124v0,-27,15,-44,39,-54v-40,-38,4,-97,55,-97v41,0,73,26,73,68r-39,0v4,-40,-64,-50,-64,-9v0,45,121,49,121,118v0,22,-18,45,-39,52v13,11,20,24,20,46v0,40,-34,62,-71,62v-44,0,-77,-26,-78,-74r39,0v-5,45,69,59,69,12xm154,-82v0,-30,-61,-47,-85,-64v-25,11,-35,38,-2,57r65,37v13,-5,22,-15,22,-30"},"\u00a4":{"d":"100,-72v29,0,51,-25,51,-54v0,-28,-21,-54,-50,-54v-30,0,-52,24,-52,54v0,30,22,54,51,54xm27,-32r-20,-21r21,-22v-24,-24,-25,-78,0,-102r-21,-22r21,-21r20,20v24,-20,79,-22,102,0r21,-21r22,22r-20,21v23,25,22,79,-1,104r20,21r-20,20r-20,-21v-24,24,-79,24,-104,1"},"'":{"d":"32,-156r0,-101r36,0r0,101r-36,0","w":100},"\u00ab":{"d":"145,-33r-56,-45r0,-40r56,-44r0,37r-34,27r34,27r0,38xm74,-33r-56,-45r0,-40r56,-44r0,37r-34,27r34,27r0,38","w":166},"\u00b7":{"d":"50,-81v-39,0,-32,-55,0,-54v14,0,27,12,27,26v0,14,-12,28,-27,28","w":100},"\u00b6":{"d":"89,58r0,-182v-47,0,-78,-27,-78,-65v0,-82,97,-68,177,-68r0,315r-29,0r0,-292r-42,0r0,292r-28,0","w":216},"\u00bb":{"d":"93,-162r56,44r0,40r-56,45r0,-38r34,-27r-34,-27r0,-37xm22,-162r55,44r0,40r-55,45r0,-38r34,-27r-34,-27r0,-37","w":166},"\u00bf":{"d":"76,-191r48,0r0,45r-48,0r0,-45xm18,1v-1,-68,65,-53,63,-121r39,0v0,42,-9,58,-28,74v-15,13,-29,22,-29,46v0,27,22,38,35,38v30,0,43,-21,43,-52r42,0v0,51,-34,86,-87,86v-44,0,-78,-26,-78,-71"},"`":{"d":"-10,-264r48,0r33,52r-30,0","w":86},"\u00b4":{"d":"16,-212r33,-52r48,0r-51,52r-30,0","w":86},"\u00af":{"d":"95,-225r-103,0r0,-23r103,0r0,23","w":86},"\u00a8":{"d":"33,-217r-41,0r0,-39r41,0r0,39xm54,-256r41,0r0,39r-41,0r0,-39","w":86},"\u00b8":{"d":"3,72r7,-14v16,6,45,12,45,-9v0,-15,-20,-17,-31,-10r-7,-7r23,-32r18,0v-5,8,-13,13,-17,22v19,-6,43,3,43,25v0,38,-53,39,-81,25","w":86},"\u00c6":{"d":"-3,0r128,-257r208,0r0,39r-126,0r0,67r118,0r0,37r-118,0r0,75r128,0r0,39r-170,0r0,-66r-87,0r-30,66r-51,0xm152,-218r-57,118r70,0r0,-118r-13,0","w":346},"\u00aa":{"d":"119,-224r0,55v-1,8,6,10,12,7r0,25v-17,5,-37,5,-39,-15v-19,26,-86,25,-86,-16v0,-27,25,-32,48,-36v19,-3,34,-4,34,-13v0,-26,-46,-21,-47,-2r-31,0v3,-30,31,-38,58,-38v25,0,51,9,51,33xm57,-158v21,2,36,-9,31,-35v-14,7,-51,2,-51,23v0,10,9,12,20,12","w":136},"\u0141":{"d":"27,-114r0,-143r45,0r0,110r72,-51r0,33r-72,52r0,74r131,0r0,39r-176,0r0,-82r-27,20r0,-33","w":206},"\u00d8":{"d":"244,-264r15,13r-28,32v63,79,20,225,-94,225v-33,0,-60,-11,-80,-29r-27,30r-16,-13r29,-32v-62,-80,-20,-225,94,-225v33,0,60,11,80,29xm202,-186r-118,133v13,14,30,22,53,22v75,0,95,-95,65,-155xm72,-71r118,-133v-12,-14,-29,-22,-53,-22v-76,0,-94,95,-65,155","w":273},"\u0152":{"d":"242,-218r0,67r123,0r0,37r-123,0r0,75r137,0r0,39r-178,0r0,-23v-17,20,-42,29,-68,29v-76,0,-118,-62,-118,-133v0,-98,108,-181,186,-110r0,-20r175,0r0,39r-134,0xm137,-31v81,0,60,-73,62,-144v0,-27,-21,-51,-62,-51v-104,1,-104,195,0,195","w":393},"\u00ba":{"d":"134,-195v0,37,-23,61,-65,61v-42,0,-64,-24,-64,-61v0,-37,22,-62,64,-62v42,0,65,25,65,62xm69,-158v45,-1,43,-75,0,-76v-42,1,-44,75,0,76","w":136},"\u00e6":{"d":"268,-59r41,0v-12,68,-116,89,-153,30v-28,48,-144,50,-144,-20v0,-46,36,-53,71,-58v30,-5,54,-3,54,-27v0,-41,-79,-29,-78,5r-41,0v5,-71,106,-81,147,-37v14,-18,36,-25,59,-25v64,0,90,47,86,109r-135,0v0,28,15,55,49,55v22,0,37,-12,44,-32xm136,-93v-20,16,-88,0,-83,42v5,42,86,26,83,-14r0,-28xm175,-109r94,0v0,-30,-17,-50,-47,-50v-29,0,-45,23,-47,50","w":320},"\u0131":{"d":"64,0r-41,0r0,-186r41,0r0,186","w":86},"\u0142":{"d":"23,0r0,-115r-25,19r0,-25r25,-19r0,-117r41,0r0,85r24,-20r0,26r-24,19r0,147r-41,0","w":86},"\u00f8":{"d":"62,-56r81,-88v-9,-10,-21,-15,-36,-15v-50,1,-64,62,-45,103xm23,10r-11,-10r23,-26v-48,-59,-15,-165,72,-165v26,0,46,7,61,20r23,-25r11,10r-23,25v48,59,16,166,-72,166v-25,0,-46,-7,-61,-20xm152,-130r-81,88v9,10,21,15,36,15v50,-1,64,-62,45,-103","w":213},"\u0153":{"d":"101,-159v-65,2,-65,130,0,132v67,-2,65,-130,0,-132xm229,-159v-28,0,-46,24,-47,50r95,0v-2,-30,-16,-50,-48,-50xm318,-82r-136,0v-9,58,80,76,93,23r41,0v-10,68,-116,90,-151,30v-14,26,-39,34,-67,34v-58,0,-85,-46,-85,-99v0,-53,32,-97,89,-97v26,0,52,7,65,31v14,-22,39,-31,65,-31v65,0,86,51,86,109","w":326},"\u00df":{"d":"87,-155v29,1,50,-11,50,-39v0,-24,-12,-37,-36,-37v-17,0,-37,9,-37,47r0,184r-41,0r0,-188v0,-47,33,-75,79,-75v39,0,76,24,76,65v1,25,-14,45,-37,55v30,4,49,31,49,61v0,57,-40,95,-103,86r0,-32v45,9,62,-28,62,-56v0,-33,-31,-44,-62,-44r0,-27","w":206},"\u00b9":{"d":"13,-208r0,-21v24,0,45,-7,50,-25r25,0r0,156r-31,0r0,-110r-44,0","w":129},"\u00ac":{"d":"162,-39r0,-70r-145,0r0,-37r182,0r0,107r-37,0","w":216},"\u00b5":{"d":"185,-186r0,186r-40,0v-1,-8,2,-20,-1,-26v-17,29,-55,44,-81,18r0,77r-41,0r0,-255r41,0r0,114v0,33,12,45,35,45v72,-1,39,-96,46,-159r41,0","w":206},"\u00d0":{"d":"72,-220r0,69r71,0r0,37r-71,0r0,77r45,0v71,0,85,-40,85,-92v0,-52,-14,-91,-85,-91r-45,0xm27,0r0,-114r-24,0r0,-37r24,0r0,-106r107,0v79,0,113,57,113,128v0,71,-34,129,-113,129r-107,0","w":259},"\u00bd":{"d":"287,-112v0,45,-67,58,-80,87r77,0r0,25r-114,0v0,-73,86,-66,86,-111v0,-15,-11,-24,-26,-24v-21,0,-26,18,-27,35r-31,0v0,-37,21,-61,59,-61v31,0,56,16,56,49xm13,-208r0,-21v24,0,45,-7,50,-25r25,0r0,156r-31,0r0,-110r-44,0xm49,9r151,-270r28,0r-150,270r-29,0","w":300},"\u00b1":{"d":"17,0r0,-37r182,0r0,37r-182,0xm90,-137r0,-45r36,0r0,45r73,0r0,37r-73,0r0,45r-36,0r0,-45r-73,0r0,-37r73,0","w":216},"\u00de":{"d":"72,-181r0,85v52,-3,111,15,111,-43v0,-60,-61,-38,-111,-42xm27,0r0,-257r45,0r0,39r69,0v73,0,87,47,87,79v0,32,-14,79,-87,79r-69,0r0,60r-45,0","w":240},"\u00bc":{"d":"51,9r151,-270r28,0r-151,270r-28,0xm13,-208r0,-21v24,0,45,-7,50,-25r25,0r0,156r-31,0r0,-110r-44,0xm228,-62v-1,-18,2,-41,-1,-57r-42,57r43,0xm259,-35r0,35r-31,0r0,-35r-71,0r0,-29r67,-90r35,0r0,92r17,0r0,27r-17,0","w":300},"\u00f7":{"d":"108,9v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,13,-13,26,-26,26xm108,-139v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,13,-13,26,-26,26xm199,-73r-182,0r0,-36r182,0r0,36","w":216},"\u00a6":{"d":"22,-148r0,-90r36,0r0,90r-36,0xm22,32r0,-90r36,0r0,90r-36,0","w":79},"\u00b0":{"d":"38,-203v0,19,15,34,34,34v19,0,34,-15,34,-34v0,-19,-15,-34,-34,-34v-19,0,-34,15,-34,34xm18,-203v0,-30,24,-54,54,-54v30,0,54,24,54,54v0,30,-24,54,-54,54v-30,0,-54,-24,-54,-54","w":144},"\u00fe":{"d":"114,-27v72,-1,67,-132,0,-132v-35,0,-52,26,-52,66v0,37,19,66,52,66xm23,69r0,-326r41,0r0,95v12,-18,35,-29,56,-29v59,0,87,44,87,99v0,50,-25,97,-80,97v-23,0,-50,-8,-63,-29r0,93r-41,0","w":219},"\u00be":{"d":"53,-171r0,-21v18,1,36,-5,36,-22v-7,-30,-55,-19,-51,10r-29,0v1,-33,22,-53,55,-53v27,0,54,11,54,42v1,16,-10,26,-23,33v18,3,29,18,29,38v0,32,-26,49,-59,49v-39,0,-58,-21,-59,-56r29,0v-1,17,10,31,30,31v17,0,30,-10,30,-26v0,-23,-21,-26,-42,-25xm71,9r150,-270r28,0r-150,270r-28,0xm241,-62v-1,-18,2,-41,-1,-57r-42,57r43,0xm272,-35r0,35r-31,0r0,-35r-70,0r0,-29r66,-90r35,0r0,92r17,0r0,27r-17,0","w":300},"\u00b2":{"d":"125,-210v0,46,-68,58,-81,87r77,0r0,25r-113,0v-6,-61,85,-67,85,-112v0,-15,-12,-22,-26,-22v-19,0,-25,17,-26,34r-32,0v0,-36,23,-59,59,-59v30,0,57,14,57,47","w":129},"\u00ae":{"d":"247,-129v0,-66,-45,-111,-103,-111v-59,0,-103,45,-103,111v0,61,39,112,103,112v58,0,103,-46,103,-112xm276,-129v0,81,-61,135,-132,135v-77,0,-132,-58,-132,-135v0,-81,61,-134,132,-134v71,0,132,53,132,134xm118,-136v28,-2,62,8,62,-23v0,-28,-35,-20,-62,-21r0,44xm118,-115r0,64r-25,0r0,-150v50,0,111,-8,111,43v0,27,-17,38,-39,41r42,66r-28,0r-38,-64r-23,0","w":288},"\u00f0":{"d":"70,-195r-18,-17r34,-17v-11,-5,-20,-9,-30,-12r27,-22v13,4,26,10,38,18r37,-18r18,17r-34,17v79,55,84,232,-41,234v-55,0,-86,-40,-86,-96v0,-69,74,-118,133,-75v-8,-19,-24,-34,-39,-47xm108,-150v-38,0,-52,29,-52,62v0,33,15,61,48,61v66,2,73,-122,4,-123","w":213},"\u00d7":{"d":"82,-91r-62,-63r31,-20r57,57r57,-57r31,20r-63,63r63,63r-31,20r-57,-58r-57,58r-31,-20","w":216},"\u00b3":{"d":"53,-171r0,-21v18,1,36,-5,36,-22v-7,-30,-55,-19,-51,10r-29,0v1,-33,22,-53,55,-53v27,0,54,11,54,42v1,16,-10,26,-23,33v18,3,29,18,29,38v0,32,-26,49,-59,49v-39,0,-58,-21,-59,-56r29,0v-1,17,10,31,30,31v17,0,30,-10,30,-26v0,-23,-21,-26,-42,-25","w":129},"\u00a9":{"d":"188,-103r24,0v-6,35,-32,56,-63,56v-46,0,-77,-36,-77,-82v0,-81,130,-110,140,-23r-24,0v-16,-55,-92,-30,-87,23v-8,56,77,81,87,26xm247,-129v0,-66,-45,-111,-103,-111v-59,0,-103,45,-103,111v0,61,39,112,103,112v58,0,103,-46,103,-112xm276,-129v0,81,-61,135,-132,135v-77,0,-132,-58,-132,-135v0,-81,61,-134,132,-134v71,0,132,53,132,134","w":288},"\u00c1":{"d":"-3,0r99,-257r48,0r99,257r-48,0r-24,-68r-103,0r-24,68r-47,0xm120,-213v-16,35,-26,75,-40,111r79,0xm98,-282r33,-52r48,0r-51,52r-30,0","w":240,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":9,"\u0162":33,"\u0164":33,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"y":6,"w":6,"v":6,"Y":27,"W":9,"V":22,"T":33}},"\u00c2":{"d":"120,-314r-26,32r-33,0r39,-51r40,0r39,51r-34,0xm-3,0r99,-257r48,0r99,257r-48,0r-24,-68r-103,0r-24,68r-47,0xm120,-213v-16,35,-26,75,-40,111r79,0","w":240,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":9,"\u0162":33,"\u0164":33,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"y":6,"w":6,"v":6,"Y":27,"W":9,"V":22,"T":33}},"\u00c4":{"d":"-3,0r99,-257r48,0r99,257r-48,0r-24,-68r-103,0r-24,68r-47,0xm120,-213v-16,35,-26,75,-40,111r79,0xm110,-287r-41,0r0,-39r41,0r0,39xm131,-326r41,0r0,39r-41,0r0,-39","w":240,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":9,"\u0162":33,"\u0164":33,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"y":6,"w":6,"v":6,"Y":27,"W":9,"V":22,"T":33}},"\u00c0":{"d":"-3,0r99,-257r48,0r99,257r-48,0r-24,-68r-103,0r-24,68r-47,0xm120,-213v-16,35,-26,75,-40,111r79,0xm62,-334r48,0r33,52r-30,0","w":240,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":9,"\u0162":33,"\u0164":33,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"y":6,"w":6,"v":6,"Y":27,"W":9,"V":22,"T":33}},"\u00c5":{"d":"98,-307v0,13,10,22,22,22v13,0,21,-9,21,-22v0,-13,-8,-22,-21,-22v-12,0,-22,9,-22,22xm120,-270v-21,0,-38,-15,-38,-37v0,-22,18,-38,38,-38v20,0,37,16,37,38v0,22,-17,37,-37,37xm-3,0r99,-257r48,0r99,257r-48,0r-24,-68r-103,0r-24,68r-47,0xm120,-213v-16,35,-26,75,-40,111r79,0","w":240,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":9,"\u0162":33,"\u0164":33,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"y":6,"w":6,"v":6,"Y":27,"W":9,"V":22,"T":33}},"\u00c3":{"d":"94,-327v20,0,62,33,70,-2r20,0v-4,23,-14,40,-40,41v-23,1,-58,-32,-67,2r-20,0v3,-18,15,-41,37,-41xm-3,0r99,-257r48,0r99,257r-48,0r-24,-68r-103,0r-24,68r-47,0xm120,-213v-16,35,-26,75,-40,111r79,0","w":240,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":9,"\u0162":33,"\u0164":33,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"y":6,"w":6,"v":6,"Y":27,"W":9,"V":22,"T":33}},"\u00c7":{"d":"202,-98r44,0v-4,61,-46,103,-107,104r-11,16v20,-4,42,3,42,25v0,38,-51,38,-80,25r6,-14v15,5,45,13,45,-9v0,-15,-20,-18,-30,-10r-8,-7r20,-27v-68,-7,-109,-65,-109,-134v0,-73,46,-134,123,-134v58,0,103,33,109,88r-45,0v-8,-30,-27,-51,-64,-51v-55,0,-78,48,-78,97v0,49,23,98,78,98v40,0,61,-30,65,-67","w":259},"\u00c9":{"d":"27,0r0,-257r185,0r0,39r-140,0r0,67r130,0r0,37r-130,0r0,75r143,0r0,39r-188,0xm100,-282r33,-52r48,0r-51,52r-30,0","w":226},"\u00ca":{"d":"120,-314r-25,32r-33,0r38,-51r40,0r39,51r-34,0xm27,0r0,-257r185,0r0,39r-140,0r0,67r130,0r0,37r-130,0r0,75r143,0r0,39r-188,0","w":226},"\u00cb":{"d":"27,0r0,-257r185,0r0,39r-140,0r0,67r130,0r0,37r-130,0r0,75r143,0r0,39r-188,0xm111,-287r-41,0r0,-39r41,0r0,39xm132,-326r41,0r0,39r-41,0r0,-39","w":226},"\u00c8":{"d":"27,0r0,-257r185,0r0,39r-140,0r0,67r130,0r0,37r-130,0r0,75r143,0r0,39r-188,0xm68,-334r48,0r33,52r-30,0","w":226},"\u00cd":{"d":"27,0r0,-257r45,0r0,257r-45,0xm28,-282r33,-52r48,0r-51,52r-30,0","w":100},"\u00ce":{"d":"50,-314r-26,32r-33,0r39,-51r40,0r39,51r-34,0xm27,0r0,-257r45,0r0,257r-45,0","w":100},"\u00cf":{"d":"27,0r0,-257r45,0r0,257r-45,0xm40,-287r-41,0r0,-39r41,0r0,39xm61,-326r41,0r0,39r-41,0r0,-39","w":100},"\u00cc":{"d":"27,0r0,-257r45,0r0,257r-45,0xm-8,-334r48,0r33,52r-30,0","w":100},"\u00d1":{"d":"104,-327v20,0,62,33,70,-2r20,0v-4,23,-14,40,-40,41v-23,1,-58,-32,-67,2r-20,0v3,-18,15,-41,37,-41xm26,0r0,-257r47,0r118,189r0,-189r43,0r0,257r-48,0r-118,-189r0,189r-42,0","w":259},"\u00d3":{"d":"137,-226v-55,0,-78,48,-78,97v0,49,23,98,78,98v55,0,78,-49,78,-98v0,-49,-23,-97,-78,-97xm137,-263v77,0,123,61,123,134v0,74,-46,135,-123,135v-77,0,-123,-61,-123,-135v0,-73,46,-134,123,-134xm120,-282r33,-52r48,0r-51,52r-30,0","w":273},"\u00d4":{"d":"138,-314r-26,32r-33,0r39,-51r40,0r39,51r-34,0xm137,-226v-55,0,-78,48,-78,97v0,49,23,98,78,98v55,0,78,-49,78,-98v0,-49,-23,-97,-78,-97xm137,-263v77,0,123,61,123,134v0,74,-46,135,-123,135v-77,0,-123,-61,-123,-135v0,-73,46,-134,123,-134","w":273},"\u00d6":{"d":"137,-226v-55,0,-78,48,-78,97v0,49,23,98,78,98v55,0,78,-49,78,-98v0,-49,-23,-97,-78,-97xm137,-263v77,0,123,61,123,134v0,74,-46,135,-123,135v-77,0,-123,-61,-123,-135v0,-73,46,-134,123,-134xm127,-287r-41,0r0,-39r41,0r0,39xm148,-326r41,0r0,39r-41,0r0,-39","w":273},"\u00d2":{"d":"137,-226v-55,0,-78,48,-78,97v0,49,23,98,78,98v55,0,78,-49,78,-98v0,-49,-23,-97,-78,-97xm137,-263v77,0,123,61,123,134v0,74,-46,135,-123,135v-77,0,-123,-61,-123,-135v0,-73,46,-134,123,-134xm68,-334r48,0r33,52r-30,0","w":273},"\u00d5":{"d":"112,-327v20,0,62,33,70,-2r20,0v-4,23,-14,40,-40,41v-23,1,-58,-32,-67,2r-20,0v3,-18,15,-41,37,-41xm137,-226v-55,0,-78,48,-78,97v0,49,23,98,78,98v55,0,78,-49,78,-98v0,-49,-23,-97,-78,-97xm137,-263v77,0,123,61,123,134v0,74,-46,135,-123,135v-77,0,-123,-61,-123,-135v0,-73,46,-134,123,-134","w":273},"\u0160":{"d":"177,-333r-39,51r-40,0r-39,-51r34,0r25,32r25,-32r34,0xm12,-86r45,0v0,39,29,55,65,55v62,0,67,-56,33,-70v-18,-8,-41,-11,-77,-21v-44,-12,-56,-39,-56,-66v0,-52,48,-75,94,-75v53,0,98,28,98,82r-45,0v-3,-33,-24,-45,-55,-45v-21,0,-47,7,-47,33v0,44,65,38,104,53v32,12,50,38,50,65v0,58,-51,81,-102,81v-59,0,-106,-28,-107,-92","w":233},"\u00da":{"d":"24,-93r0,-164r45,0r0,150v0,35,3,74,61,74v58,0,60,-39,60,-74r0,-150r45,0r0,164v0,66,-42,99,-105,99v-63,0,-106,-33,-106,-99xm111,-282r33,-52r48,0r-51,52r-30,0","w":259},"\u00db":{"d":"130,-314r-25,32r-33,0r39,-51r39,0r39,51r-33,0xm24,-93r0,-164r45,0r0,150v0,35,3,74,61,74v58,0,60,-39,60,-74r0,-150r45,0r0,164v0,66,-42,99,-105,99v-63,0,-106,-33,-106,-99","w":259},"\u00dc":{"d":"24,-93r0,-164r45,0r0,150v0,35,3,74,61,74v58,0,60,-39,60,-74r0,-150r45,0r0,164v0,66,-42,99,-105,99v-63,0,-106,-33,-106,-99xm119,-287r-41,0r0,-39r41,0r0,39xm140,-326r41,0r0,39r-41,0r0,-39","w":259},"\u00d9":{"d":"24,-93r0,-164r45,0r0,150v0,35,3,74,61,74v58,0,60,-39,60,-74r0,-150r45,0r0,164v0,66,-42,99,-105,99v-63,0,-106,-33,-106,-99xm69,-334r48,0r33,52r-30,0","w":259},"\u00dd":{"d":"94,0r0,-101r-96,-156r52,0r68,115r67,-115r50,0r-96,156r0,101r-45,0xm102,-282r33,-52r48,0r-51,52r-30,0","w":233,"k":{"\u0133":3,"\u0173":31,"\u0171":31,"\u016f":31,"\u016d":31,"\u016b":31,"\u0169":31,"\u0151":33,"\u014f":33,"\u014d":33,"\u012f":3,"\u0119":33,"\u0117":33,"\u0115":33,"\u0113":33,"\u011b":33,"\u0105":33,"\u0103":33,"\u0101":33,"\u0104":27,"\u0102":27,"\u0100":27,"\u00f9":31,"\u00fc":31,"\u00fb":31,"\u00fa":31,"\u00f5":33,"\u00f2":33,"\u00f6":33,"\u00f4":33,"\u00f3":33,"\u00e8":33,"\u00eb":33,"\u00ea":33,"\u00e9":33,"\u00e3":33,"\u00e5":33,"\u00e0":33,"\u00e4":33,"\u00e2":33,"\u00e1":33,"\u00c3":27,"\u00c5":27,"\u00c0":27,"\u00c4":27,"\u00c2":27,"\u00c1":27,"v":20,"u":31,"q":37,"p":31,"o":33,"i":3,"e":33,"a":33,"A":27,";":33,":":33,".":40,"-":40,",":40}},"\u0178":{"d":"94,0r0,-101r-96,-156r52,0r68,115r67,-115r50,0r-96,156r0,101r-45,0xm108,-287r-41,0r0,-39r41,0r0,39xm129,-326r41,0r0,39r-41,0r0,-39","w":233,"k":{"\u0133":3,"\u0173":31,"\u0171":31,"\u016f":31,"\u016d":31,"\u016b":31,"\u0169":31,"\u0151":33,"\u014f":33,"\u014d":33,"\u012f":3,"\u0119":33,"\u0117":33,"\u0115":33,"\u0113":33,"\u011b":33,"\u0105":33,"\u0103":33,"\u0101":33,"\u0104":27,"\u0102":27,"\u0100":27,"\u00f9":31,"\u00fc":31,"\u00fb":31,"\u00fa":31,"\u00f5":33,"\u00f2":33,"\u00f6":33,"\u00f4":33,"\u00f3":33,"\u00e8":33,"\u00eb":33,"\u00ea":33,"\u00e9":33,"\u00e3":33,"\u00e5":33,"\u00e0":33,"\u00e4":33,"\u00e2":33,"\u00e1":33,"\u00c3":27,"\u00c5":27,"\u00c0":27,"\u00c4":27,"\u00c2":27,"\u00c1":27,"v":20,"u":31,"q":37,"p":31,"o":33,"i":3,"e":33,"a":33,"A":27,";":33,":":33,".":40,"-":40,",":40}},"\u017d":{"d":"175,-333r-39,51r-40,0r-38,-51r33,0r25,32r25,-32r34,0xm20,-218r0,-39r195,0r0,34r-149,184r153,0r0,39r-211,0r0,-37r150,-181r-138,0","w":226},"\u00e1":{"d":"177,-137r0,96v-2,15,9,16,20,13r0,28v-22,7,-54,9,-57,-18v-37,36,-127,33,-128,-31v0,-46,36,-53,71,-58v30,-5,56,-3,56,-27v0,-41,-81,-30,-80,5r-41,0v3,-48,44,-62,85,-62v36,0,74,15,74,54xm136,-93v-26,16,-83,-1,-83,42v9,40,81,29,83,-12r0,-30xm80,-212r33,-52r48,0r-51,52r-30,0"},"\u00e2":{"d":"102,-244r-25,32r-33,0r38,-52r40,0r39,52r-33,0xm177,-137r0,96v-2,15,9,16,20,13r0,28v-22,7,-54,9,-57,-18v-37,36,-127,33,-128,-31v0,-46,36,-53,71,-58v30,-5,56,-3,56,-27v0,-41,-81,-30,-80,5r-41,0v3,-48,44,-62,85,-62v36,0,74,15,74,54xm136,-93v-26,16,-83,-1,-83,42v9,40,81,29,83,-12r0,-30"},"\u00e4":{"d":"177,-137r0,96v-2,15,9,16,20,13r0,28v-22,7,-54,9,-57,-18v-37,36,-127,33,-128,-31v0,-46,36,-53,71,-58v30,-5,56,-3,56,-27v0,-41,-81,-30,-80,5r-41,0v3,-48,44,-62,85,-62v36,0,74,15,74,54xm136,-93v-26,16,-83,-1,-83,42v9,40,81,29,83,-12r0,-30xm91,-217r-41,0r0,-39r41,0r0,39xm112,-256r41,0r0,39r-41,0r0,-39"},"\u00e0":{"d":"177,-137r0,96v-2,15,9,16,20,13r0,28v-22,7,-54,9,-57,-18v-37,36,-127,33,-128,-31v0,-46,36,-53,71,-58v30,-5,56,-3,56,-27v0,-41,-81,-30,-80,5r-41,0v3,-48,44,-62,85,-62v36,0,74,15,74,54xm136,-93v-26,16,-83,-1,-83,42v9,40,81,29,83,-12r0,-30xm47,-264r48,0r33,52r-30,0"},"\u00e5":{"d":"80,-243v0,13,10,22,22,22v13,0,21,-9,21,-22v0,-13,-8,-22,-21,-22v-12,0,-22,9,-22,22xm102,-206v-21,0,-38,-15,-38,-37v0,-22,18,-37,38,-37v20,0,37,15,37,37v0,22,-17,37,-37,37xm177,-137r0,96v-2,15,9,16,20,13r0,28v-22,7,-54,9,-57,-18v-37,36,-127,33,-128,-31v0,-46,36,-53,71,-58v30,-5,56,-3,56,-27v0,-41,-81,-30,-80,5r-41,0v3,-48,44,-62,85,-62v36,0,74,15,74,54xm136,-93v-26,16,-83,-1,-83,42v9,40,81,29,83,-12r0,-30"},"\u00e3":{"d":"76,-257v20,0,62,33,70,-2r20,0v-4,23,-14,40,-40,41v-21,1,-59,-31,-67,2r-20,0v3,-18,15,-41,37,-41xm177,-137r0,96v-2,15,9,16,20,13r0,28v-22,7,-54,9,-57,-18v-37,36,-127,33,-128,-31v0,-46,36,-53,71,-58v30,-5,56,-3,56,-27v0,-41,-81,-30,-80,5r-41,0v3,-48,44,-62,85,-62v36,0,74,15,74,54xm136,-93v-26,16,-83,-1,-83,42v9,40,81,29,83,-12r0,-30"},"\u00e7":{"d":"96,5v-55,-4,-82,-43,-83,-96v0,-56,30,-100,91,-100v43,0,80,21,84,67r-41,0v-3,-23,-19,-35,-42,-35v-21,0,-51,12,-51,68v0,31,13,64,49,64v24,0,40,-16,44,-43r41,0v-6,43,-31,71,-75,75v-4,6,-10,10,-13,17v19,-6,43,3,43,25v0,38,-53,39,-81,25r7,-14v16,6,45,12,45,-9v0,-15,-20,-18,-30,-10r-8,-7"},"\u00e9":{"d":"54,-109r95,0v-2,-26,-18,-50,-46,-50v-28,0,-48,22,-49,50xm190,-82r-136,0v-9,54,81,78,95,24r39,0v-9,41,-44,63,-84,63v-59,0,-91,-40,-91,-98v0,-53,35,-98,90,-98v59,0,94,53,87,109xm86,-212r33,-52r48,0r-51,52r-30,0"},"\u00ea":{"d":"103,-244r-25,32r-33,0r38,-52r40,0r39,52r-33,0xm54,-109r95,0v-2,-26,-18,-50,-46,-50v-28,0,-48,22,-49,50xm190,-82r-136,0v-9,54,81,78,95,24r39,0v-9,41,-44,63,-84,63v-59,0,-91,-40,-91,-98v0,-53,35,-98,90,-98v59,0,94,53,87,109"},"\u00eb":{"d":"54,-109r95,0v-2,-26,-18,-50,-46,-50v-28,0,-48,22,-49,50xm190,-82r-136,0v-9,54,81,78,95,24r39,0v-9,41,-44,63,-84,63v-59,0,-91,-40,-91,-98v0,-53,35,-98,90,-98v59,0,94,53,87,109xm92,-217r-41,0r0,-39r41,0r0,39xm113,-256r41,0r0,39r-41,0r0,-39"},"\u00e8":{"d":"54,-109r95,0v-2,-26,-18,-50,-46,-50v-28,0,-48,22,-49,50xm190,-82r-136,0v-9,54,81,78,95,24r39,0v-9,41,-44,63,-84,63v-59,0,-91,-40,-91,-98v0,-53,35,-98,90,-98v59,0,94,53,87,109xm43,-264r48,0r33,52r-30,0"},"\u00ed":{"d":"64,0r-41,0r0,-186r41,0r0,186xm22,-212r33,-52r48,0r-51,52r-30,0","w":86},"\u00ee":{"d":"43,-244r-25,32r-33,0r38,-52r40,0r39,52r-33,0xm64,0r-41,0r0,-186r41,0r0,186","w":86},"\u00ef":{"d":"64,0r-41,0r0,-186r41,0r0,186xm33,-217r-41,0r0,-39r41,0r0,39xm54,-256r41,0r0,39r-41,0r0,-39","w":86},"\u00ec":{"d":"64,0r-41,0r0,-186r41,0r0,186xm-17,-264r48,0r33,52r-30,0","w":86},"\u00f1":{"d":"77,-257v20,0,62,33,70,-2r20,0v-4,23,-14,40,-40,41v-21,1,-59,-31,-67,2r-20,0v3,-18,15,-41,37,-41xm22,0r0,-186r38,0v1,9,-2,21,1,28v27,-52,124,-42,124,30r0,128r-41,0r0,-117v-1,-29,-12,-42,-36,-42v-65,2,-41,96,-45,159r-41,0","w":206},"\u00f3":{"d":"107,5v-59,0,-94,-41,-94,-98v0,-57,35,-98,94,-98v59,0,94,41,94,98v0,57,-35,98,-94,98xm107,-27v72,-1,71,-131,0,-132v-72,1,-71,131,0,132xm86,-212r33,-52r48,0r-51,52r-30,0","w":213},"\u00f4":{"d":"107,-244r-25,32r-33,0r38,-52r40,0r39,52r-33,0xm107,5v-59,0,-94,-41,-94,-98v0,-57,35,-98,94,-98v59,0,94,41,94,98v0,57,-35,98,-94,98xm107,-27v72,-1,71,-131,0,-132v-72,1,-71,131,0,132","w":213},"\u00f6":{"d":"107,5v-59,0,-94,-41,-94,-98v0,-57,35,-98,94,-98v59,0,94,41,94,98v0,57,-35,98,-94,98xm107,-27v72,-1,71,-131,0,-132v-72,1,-71,131,0,132xm97,-217r-41,0r0,-39r41,0r0,39xm118,-256r41,0r0,39r-41,0r0,-39","w":213},"\u00f2":{"d":"107,5v-59,0,-94,-41,-94,-98v0,-57,35,-98,94,-98v59,0,94,41,94,98v0,57,-35,98,-94,98xm107,-27v72,-1,71,-131,0,-132v-72,1,-71,131,0,132xm45,-264r48,0r33,52r-30,0","w":213},"\u00f5":{"d":"82,-257v20,0,61,33,69,-2r20,0v-4,23,-14,41,-40,41v-21,1,-59,-32,-66,2r-21,0v3,-18,16,-41,38,-41xm107,5v-59,0,-94,-41,-94,-98v0,-57,35,-98,94,-98v59,0,94,41,94,98v0,57,-35,98,-94,98xm107,-27v72,-1,71,-131,0,-132v-72,1,-71,131,0,132","w":213},"\u0161":{"d":"154,-264r-39,52r-40,0r-39,-52r33,0r26,33r25,-33r34,0xm12,-60r41,0v3,24,20,33,42,33v16,0,42,-4,41,-25v-1,-22,-31,-24,-61,-31v-30,-6,-60,-17,-60,-55v0,-76,151,-72,156,4r-43,0v-4,-20,-20,-25,-38,-25v-12,0,-33,3,-33,19v0,20,30,24,60,30v30,7,60,18,60,55v0,44,-44,60,-83,60v-47,0,-81,-21,-82,-65","w":186},"\u00fa":{"d":"185,-186r0,186r-40,0v-1,-8,2,-20,-1,-26v-30,54,-122,36,-122,-42r0,-118r41,0r0,114v0,33,12,45,35,45v72,-1,39,-96,46,-159r41,0xm87,-212r33,-52r48,0r-51,52r-30,0","w":206},"\u00fb":{"d":"103,-244r-25,32r-33,0r39,-52r39,0r39,52r-33,0xm185,-186r0,186r-40,0v-1,-8,2,-20,-1,-26v-30,54,-122,36,-122,-42r0,-118r41,0r0,114v0,33,12,45,35,45v72,-1,39,-96,46,-159r41,0","w":206},"\u00fc":{"d":"185,-186r0,186r-40,0v-1,-8,2,-20,-1,-26v-30,54,-122,36,-122,-42r0,-118r41,0r0,114v0,33,12,45,35,45v72,-1,39,-96,46,-159r41,0xm93,-217r-41,0r0,-39r41,0r0,39xm114,-256r41,0r0,39r-41,0r0,-39","w":206},"\u00f9":{"d":"185,-186r0,186r-40,0v-1,-8,2,-20,-1,-26v-30,54,-122,36,-122,-42r0,-118r41,0r0,114v0,33,12,45,35,45v72,-1,39,-96,46,-159r41,0xm41,-264r48,0r33,52r-30,0","w":206},"\u00fd":{"d":"72,-1r-71,-185r45,0r49,139r48,-139r42,0r-72,196v-12,42,-37,74,-94,62r0,-35v33,12,49,-11,53,-38xm79,-212r33,-52r48,0r-51,52r-30,0","w":186,"k":{".":33,",":33}},"\u00ff":{"d":"72,-1r-71,-185r45,0r49,139r48,-139r42,0r-72,196v-12,42,-37,74,-94,62r0,-35v33,12,49,-11,53,-38xm85,-217r-41,0r0,-39r41,0r0,39xm106,-256r41,0r0,39r-41,0r0,-39","w":186,"k":{".":33,",":33}},"\u017e":{"d":"150,-264r-39,52r-40,0r-39,-52r34,0r25,33r25,-33r34,0xm15,-154r0,-32r151,0r0,29r-106,125r112,0r0,32r-164,0r0,-29r103,-125r-96,0","w":180},"\u013f":{"d":"157,-147r-41,0r0,-39r41,0r0,39xm27,0r0,-257r45,0r0,218r131,0r0,39r-176,0","w":206,"k":{"\u0177":13,"\u0176":40,"\u0174":20,"\u0162":33,"\u0164":33,"\u00ff":13,"\u00fd":13,"\u0178":40,"\u00dd":40,"y":13,"Y":40,"W":20,"V":33,"T":33}},"\u0140":{"d":"23,0r0,-257r41,0r0,257r-41,0xm124,-147r-41,0r0,-39r41,0r0,39","w":130},"\u0100":{"d":"-3,0r99,-257r48,0r99,257r-48,0r-24,-68r-103,0r-24,68r-47,0xm120,-213v-16,35,-26,75,-40,111r79,0xm171,-295r-103,0r0,-23r103,0r0,23","w":240,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":9,"\u0162":33,"\u0164":33,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"y":6,"w":6,"v":6,"Y":27,"W":9,"V":22,"T":33}},"\u0102":{"d":"62,-333r21,0v6,38,69,35,75,0r20,0v-4,34,-27,51,-60,51v-33,0,-53,-18,-56,-51xm-3,0r99,-257r48,0r99,257r-48,0r-24,-68r-103,0r-24,68r-47,0xm120,-213v-16,35,-26,75,-40,111r79,0","w":240,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":9,"\u0162":33,"\u0164":33,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"y":6,"w":6,"v":6,"Y":27,"W":9,"V":22,"T":33}},"\u0104":{"d":"243,0r-29,0v-27,21,-34,32,-34,46v0,21,24,21,33,4r15,3v-6,21,-24,27,-38,27v-7,0,-36,-1,-36,-32v0,-7,1,-24,41,-48r-24,-68r-103,0r-24,68r-47,0r99,-257r48,0xm120,-213v-16,35,-26,75,-40,111r79,0","w":240,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":9,"\u0162":33,"\u0164":33,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"y":6,"w":6,"v":6,"Y":27,"W":9,"V":22,"T":33}},"\u0106":{"d":"246,-175r-45,0v-8,-30,-27,-51,-64,-51v-55,0,-78,48,-78,97v0,49,23,98,78,98v40,0,61,-30,65,-67r44,0v-4,62,-47,104,-109,104v-77,0,-123,-61,-123,-135v0,-73,46,-134,123,-134v58,0,103,33,109,88xm118,-282r33,-52r48,0r-51,52r-30,0","w":259},"\u0108":{"d":"137,-314r-25,32r-33,0r38,-51r40,0r39,51r-33,0xm246,-175r-45,0v-8,-30,-27,-51,-64,-51v-55,0,-78,48,-78,97v0,49,23,98,78,98v40,0,61,-30,65,-67r44,0v-4,62,-47,104,-109,104v-77,0,-123,-61,-123,-135v0,-73,46,-134,123,-134v58,0,103,33,109,88","w":259},"\u010c":{"d":"195,-333r-39,51r-40,0r-39,-51r34,0r25,32r25,-32r34,0xm246,-175r-45,0v-8,-30,-27,-51,-64,-51v-55,0,-78,48,-78,97v0,49,23,98,78,98v40,0,61,-30,65,-67r44,0v-4,62,-47,104,-109,104v-77,0,-123,-61,-123,-135v0,-73,46,-134,123,-134v58,0,103,33,109,88","w":259},"\u010a":{"d":"157,-287r-41,0r0,-38r41,0r0,38xm246,-175r-45,0v-8,-30,-27,-51,-64,-51v-55,0,-78,48,-78,97v0,49,23,98,78,98v40,0,61,-30,65,-67r44,0v-4,62,-47,104,-109,104v-77,0,-123,-61,-123,-135v0,-73,46,-134,123,-134v58,0,103,33,109,88","w":259},"\u010e":{"d":"176,-333r-38,51r-40,0r-39,-51r33,0r25,32r26,-32r33,0xm27,0r0,-257r107,0v79,0,113,57,113,128v0,71,-34,129,-113,129r-107,0xm72,-220r0,183r45,0v71,0,85,-40,85,-92v0,-52,-14,-91,-85,-91r-45,0","w":259},"\u011a":{"d":"178,-333r-39,51r-40,0r-38,-51r33,0r25,32r26,-32r33,0xm27,0r0,-257r185,0r0,39r-140,0r0,67r130,0r0,37r-130,0r0,75r143,0r0,39r-188,0","w":226},"\u0112":{"d":"27,0r0,-257r185,0r0,39r-140,0r0,67r130,0r0,37r-130,0r0,75r143,0r0,39r-188,0xm172,-295r-103,0r0,-23r103,0r0,23","w":226},"\u0114":{"d":"61,-333r21,0v6,38,69,35,75,0r20,0v-4,34,-27,51,-60,51v-33,0,-53,-18,-56,-51xm27,0r0,-257r185,0r0,39r-140,0r0,67r130,0r0,37r-130,0r0,75r143,0r0,39r-188,0","w":226},"\u0116":{"d":"140,-287r-41,0r0,-38r41,0r0,38xm27,0r0,-257r185,0r0,39r-140,0r0,67r130,0r0,37r-130,0r0,75r143,0r0,39r-188,0","w":226},"\u0118":{"d":"215,0r-14,0v-27,21,-34,32,-34,46v0,21,24,21,33,4r15,3v-6,21,-24,27,-38,27v-7,0,-36,-1,-36,-32v0,-7,1,-24,41,-48r-155,0r0,-257r185,0r0,39r-140,0r0,67r130,0r0,37r-130,0r0,75r143,0r0,39","w":226},"\u011c":{"d":"140,-314r-26,32r-33,0r39,-51r40,0r39,51r-34,0xm252,-135r0,135r-29,0r-7,-30v-73,85,-201,8,-201,-99v0,-73,47,-134,124,-134v56,0,103,30,110,88r-44,0v-5,-33,-33,-51,-66,-51v-55,0,-79,48,-79,97v0,49,24,98,79,98v46,0,71,-26,72,-70r-69,0r0,-34r110,0","w":273},"\u011e":{"d":"82,-333r21,0v6,38,69,35,75,0r20,0v-4,34,-26,51,-59,51v-33,0,-54,-18,-57,-51xm252,-135r0,135r-29,0r-7,-30v-73,85,-201,8,-201,-99v0,-73,47,-134,124,-134v56,0,103,30,110,88r-44,0v-5,-33,-33,-51,-66,-51v-55,0,-79,48,-79,97v0,49,24,98,79,98v46,0,71,-26,72,-70r-69,0r0,-34r110,0","w":273},"\u0120":{"d":"159,-287r-41,0r0,-38r41,0r0,38xm252,-135r0,135r-29,0r-7,-30v-73,85,-201,8,-201,-99v0,-73,47,-134,124,-134v56,0,103,30,110,88r-44,0v-5,-33,-33,-51,-66,-51v-55,0,-79,48,-79,97v0,49,24,98,79,98v46,0,71,-26,72,-70r-69,0r0,-34r110,0","w":273},"\u0122":{"d":"252,-135r0,135r-29,0r-7,-30v-73,85,-201,8,-201,-99v0,-73,47,-134,124,-134v56,0,103,30,110,88r-44,0v-5,-33,-33,-51,-66,-51v-55,0,-79,48,-79,97v0,49,24,98,79,98v46,0,71,-26,72,-70r-69,0r0,-34r110,0xm115,54r0,-36r47,0v-1,38,9,59,-41,62r0,-13v10,-1,15,-5,16,-13r-22,0","w":273},"\u0124":{"d":"130,-314r-25,32r-33,0r39,-51r39,0r39,51r-33,0xm26,0r0,-257r45,0r0,102r117,0r0,-102r45,0r0,257r-45,0r0,-116r-117,0r0,116r-45,0","w":259},"\u0126":{"d":"26,0r0,-257r45,0r0,62r117,0r0,-62r45,0r0,257r-45,0r0,-107r-117,0r0,107r-45,0xm71,-146r117,0r0,-26r-117,0r0,26","w":259},"\u0128":{"d":"24,-327v20,0,62,33,70,-2r20,0v-4,23,-14,40,-40,41v-23,1,-58,-32,-67,2r-20,0v3,-18,15,-41,37,-41xm27,0r0,-257r45,0r0,257r-45,0","w":100},"\u012a":{"d":"27,0r0,-257r45,0r0,257r-45,0xm101,-295r-103,0r0,-23r103,0r0,23","w":100},"\u0130":{"d":"71,-287r-41,0r0,-38r41,0r0,38xm27,0r0,-257r45,0r0,257r-45,0","w":100},"\u012e":{"d":"72,-257r0,257v-24,21,-30,32,-30,46v0,20,21,22,30,4r13,3v-6,21,-21,27,-34,27v-6,0,-33,-1,-33,-32v0,-7,1,-24,37,-48r-28,0r0,-257r45,0","w":100},"\u0134":{"d":"141,-314r-25,32r-33,0r39,-51r40,0r39,51r-34,0xm166,-257r0,174v0,45,-11,89,-85,89v-59,-1,-79,-40,-76,-96r45,0v-1,33,3,59,35,59v29,0,36,-17,36,-49r0,-177r45,0","w":193},"\u0136":{"d":"27,0r0,-257r45,0r0,117r115,-117r55,0r-102,103r109,154r-56,0r-84,-123r-37,37r0,86r-45,0xm99,54r0,-36r48,0v-1,38,8,59,-42,62r0,-13v10,-1,15,-5,16,-13r-22,0","w":246},"\u0139":{"d":"27,0r0,-257r45,0r0,218r131,0r0,39r-176,0xm34,-282r33,-52r48,0r-51,52r-30,0","w":206,"k":{"\u0177":13,"\u0176":40,"\u0174":20,"\u0162":33,"\u0164":33,"\u00ff":13,"\u00fd":13,"\u0178":40,"\u00dd":40,"y":13,"Y":40,"W":20,"V":33,"T":33}},"\u013d":{"d":"27,0r0,-257r45,0r0,218r131,0r0,39r-176,0xm107,-206r11,-51r45,0r-29,51r-27,0","w":206,"k":{"\u0177":13,"\u0176":40,"\u0174":20,"\u0162":33,"\u0164":33,"\u00ff":13,"\u00fd":13,"\u0178":40,"\u00dd":40,"y":13,"Y":40,"W":20,"V":33,"T":33}},"\u013b":{"d":"27,0r0,-257r45,0r0,218r131,0r0,39r-176,0xm92,54r0,-36r47,0v-1,38,9,59,-41,62r0,-13v10,-1,15,-5,16,-13r-22,0","w":206,"k":{"\u0177":13,"\u0176":40,"\u0174":20,"\u0162":33,"\u0164":33,"\u00ff":13,"\u00fd":13,"\u0178":40,"\u00dd":40,"y":13,"Y":40,"W":20,"V":33,"T":33}},"\u0143":{"d":"26,0r0,-257r47,0r118,189r0,-189r43,0r0,257r-48,0r-118,-189r0,189r-42,0xm111,-282r33,-52r48,0r-51,52r-30,0","w":259},"\u0147":{"d":"188,-333r-39,51r-40,0r-39,-51r33,0r26,32r25,-32r34,0xm26,0r0,-257r47,0r118,189r0,-189r43,0r0,257r-48,0r-118,-189r0,189r-42,0","w":259},"\u0145":{"d":"26,0r0,-257r47,0r118,189r0,-189r43,0r0,257r-48,0r-118,-189r0,189r-42,0xm103,54r0,-36r47,0v-1,38,8,59,-42,62r0,-13v10,-1,15,-5,16,-13r-21,0","w":259},"\u014c":{"d":"137,-226v-55,0,-78,48,-78,97v0,49,23,98,78,98v55,0,78,-49,78,-98v0,-49,-23,-97,-78,-97xm137,-263v77,0,123,61,123,134v0,74,-46,135,-123,135v-77,0,-123,-61,-123,-135v0,-73,46,-134,123,-134xm189,-295r-103,0r0,-23r103,0r0,23","w":273},"\u014e":{"d":"78,-333r21,0v6,37,69,36,75,0r20,0v-4,34,-26,51,-59,51v-33,0,-54,-18,-57,-51xm137,-226v-55,0,-78,48,-78,97v0,49,23,98,78,98v55,0,78,-49,78,-98v0,-49,-23,-97,-78,-97xm137,-263v77,0,123,61,123,134v0,74,-46,135,-123,135v-77,0,-123,-61,-123,-135v0,-73,46,-134,123,-134","w":273},"\u0150":{"d":"157,-282r32,-51r49,0r-52,51r-29,0xm85,-282r32,-51r49,0r-52,51r-29,0xm137,-226v-55,0,-78,48,-78,97v0,49,23,98,78,98v55,0,78,-49,78,-98v0,-49,-23,-97,-78,-97xm137,-263v77,0,123,61,123,134v0,74,-46,135,-123,135v-77,0,-123,-61,-123,-135v0,-73,46,-134,123,-134","w":273},"\u0154":{"d":"27,0r0,-257r123,0v57,0,85,25,85,69v0,50,-34,60,-42,66v15,2,38,14,38,54v0,30,4,58,14,68r-48,0v-15,-44,4,-106,-58,-106r-67,0r0,106r-45,0xm72,-220r0,80v50,-2,121,14,118,-41v-3,-60,-68,-33,-118,-39xm103,-282r33,-52r48,0r-51,52r-30,0","w":253,"k":{"\u0176":13,"\u0174":6,"\u0162":6,"\u0164":6,"\u0178":13,"\u00dd":13,"Y":13,"W":6,"V":6,"T":6}},"\u0158":{"d":"180,-333r-39,51r-40,0r-39,-51r33,0r26,32r25,-32r34,0xm27,0r0,-257r123,0v57,0,85,25,85,69v0,50,-34,60,-42,66v15,2,38,14,38,54v0,30,4,58,14,68r-48,0v-15,-44,4,-106,-58,-106r-67,0r0,106r-45,0xm72,-220r0,80v50,-2,121,14,118,-41v-3,-60,-68,-33,-118,-39","w":253,"k":{"\u0176":13,"\u0174":6,"\u0162":6,"\u0164":6,"\u0178":13,"\u00dd":13,"Y":13,"W":6,"V":6,"T":6}},"\u0156":{"d":"27,0r0,-257r123,0v57,0,85,25,85,69v0,50,-34,60,-42,66v15,2,38,14,38,54v0,30,4,58,14,68r-48,0v-15,-44,4,-106,-58,-106r-67,0r0,106r-45,0xm72,-220r0,80v50,-2,121,14,118,-41v-3,-60,-68,-33,-118,-39xm104,54r0,-36r47,0v-1,38,8,59,-42,62r0,-13v10,-1,16,-5,17,-13r-22,0","w":253,"k":{"\u0176":13,"\u0174":6,"\u0162":6,"\u0164":6,"\u0178":13,"\u00dd":13,"Y":13,"W":6,"V":6,"T":6}},"\u015a":{"d":"12,-86r45,0v0,39,29,55,65,55v62,0,67,-56,33,-70v-18,-8,-41,-11,-77,-21v-44,-12,-56,-39,-56,-66v0,-52,48,-75,94,-75v53,0,98,28,98,82r-45,0v-3,-33,-24,-45,-55,-45v-21,0,-47,7,-47,33v0,44,65,38,104,53v32,12,50,38,50,65v0,58,-51,81,-102,81v-59,0,-106,-28,-107,-92xm99,-282r33,-52r48,0r-51,52r-30,0","w":233},"\u015c":{"d":"119,-314r-25,32r-34,0r39,-51r40,0r39,51r-34,0xm12,-86r45,0v0,39,29,55,65,55v62,0,67,-56,33,-70v-18,-8,-41,-11,-77,-21v-44,-12,-56,-39,-56,-66v0,-52,48,-75,94,-75v53,0,98,28,98,82r-45,0v-3,-33,-24,-45,-55,-45v-21,0,-47,7,-47,33v0,44,65,38,104,53v32,12,50,38,50,65v0,58,-51,81,-102,81v-59,0,-106,-28,-107,-92","w":233},"\u015e":{"d":"221,-75v-1,56,-45,79,-100,81r-11,16v19,-6,43,3,43,25v0,38,-53,39,-81,25r6,-14v16,6,42,12,46,-9v-1,-14,-21,-18,-31,-10r-8,-7r20,-27v-56,-3,-91,-33,-93,-91r45,0v0,39,29,55,65,55v62,0,67,-56,33,-70v-18,-8,-41,-11,-77,-21v-44,-12,-56,-39,-56,-66v0,-52,48,-75,94,-75v53,0,98,28,98,82r-45,0v-3,-33,-24,-45,-55,-45v-21,0,-47,7,-47,33v0,44,65,38,104,53v32,12,50,38,50,65","w":233},"\uf6c1":{"d":"221,-75v-1,56,-45,79,-100,81r-11,16v19,-6,43,3,43,25v0,38,-53,39,-81,25r6,-14v16,6,42,12,46,-9v-1,-14,-21,-18,-31,-10r-8,-7r20,-27v-56,-3,-91,-33,-93,-91r45,0v0,39,29,55,65,55v62,0,67,-56,33,-70v-18,-8,-41,-11,-77,-21v-44,-12,-56,-39,-56,-66v0,-52,48,-75,94,-75v53,0,98,28,98,82r-45,0v-3,-33,-24,-45,-55,-45v-21,0,-47,7,-47,33v0,44,65,38,104,53v32,12,50,38,50,65","w":233},"\u0164":{"d":"166,-333r-39,51r-40,0r-38,-51r33,0r25,32r25,-32r34,0xm3,-218r0,-39r208,0r0,39r-82,0r0,218r-45,0r0,-218r-81,0","w":213,"k":{"\u0177":40,"\u0175":40,"\u0173":33,"\u0171":33,"\u016f":33,"\u016d":33,"\u016b":33,"\u0169":33,"\u015f":40,"\u015d":40,"\u015b":40,"\u0159":33,"\u0157":33,"\u0155":33,"\u0151":40,"\u014f":40,"\u014d":40,"\u0119":40,"\u0117":40,"\u0115":40,"\u0113":40,"\u011b":40,"\u010b":40,"\u010d":40,"\u0109":40,"\u0107":40,"\u0105":36,"\u0103":36,"\u0101":36,"\u0104":33,"\u0102":33,"\u0100":33,"\u00ff":40,"\u00fd":40,"\u00f9":33,"\u00fc":33,"\u00fb":33,"\u00fa":33,"\u0161":40,"\u00f5":40,"\u00f2":40,"\u00f6":40,"\u00f4":40,"\u00f3":40,"\u00e8":40,"\u00eb":40,"\u00ea":40,"\u00e9":40,"\u00e7":40,"\u00e3":36,"\u00e5":36,"\u00e0":36,"\u00e4":36,"\u00e2":36,"\u00e1":36,"\u00c3":33,"\u00c5":33,"\u00c0":33,"\u00c4":33,"\u00c2":33,"\u00c1":33,"y":40,"w":40,"u":33,"s":40,"r":33,"o":40,"e":40,"c":40,"a":36,"A":33,";":30,":":30,".":40,"-":46,",":40}},"\u0162":{"d":"3,-218r0,-39r208,0r0,39r-82,0r0,218r-45,0r0,-218r-81,0xm83,54r0,-36r47,0v-1,38,8,59,-42,62r0,-13v10,-1,15,-5,16,-13r-21,0","w":213,"k":{"\u0177":40,"\u0175":40,"\u0173":33,"\u0171":33,"\u016f":33,"\u016d":33,"\u016b":33,"\u0169":33,"\u015f":40,"\u015d":40,"\u015b":40,"\u0159":33,"\u0157":33,"\u0155":33,"\u0151":40,"\u014f":40,"\u014d":40,"\u0119":40,"\u0117":40,"\u0115":40,"\u0113":40,"\u011b":40,"\u010b":40,"\u010d":40,"\u0109":40,"\u0107":40,"\u0105":36,"\u0103":36,"\u0101":36,"\u0104":33,"\u0102":33,"\u0100":33,"\u00ff":40,"\u00fd":40,"\u00f9":33,"\u00fc":33,"\u00fb":33,"\u00fa":33,"\u0161":40,"\u00f5":40,"\u00f2":40,"\u00f6":40,"\u00f4":40,"\u00f3":40,"\u00e8":40,"\u00eb":40,"\u00ea":40,"\u00e9":40,"\u00e7":40,"\u00e3":36,"\u00e5":36,"\u00e0":36,"\u00e4":36,"\u00e2":36,"\u00e1":36,"\u00c3":33,"\u00c5":33,"\u00c0":33,"\u00c4":33,"\u00c2":33,"\u00c1":33,"y":40,"w":40,"u":33,"s":40,"r":33,"o":40,"e":40,"c":40,"a":36,"A":33,";":30,":":30,".":40,"-":46,",":40}},"\u0168":{"d":"105,-327v20,0,61,33,69,-2r20,0v-3,24,-14,41,-40,41v-22,0,-58,-32,-66,2r-21,0v3,-18,16,-41,38,-41xm24,-93r0,-164r45,0r0,150v0,35,3,74,61,74v58,0,60,-39,60,-74r0,-150r45,0r0,164v0,66,-42,99,-105,99v-63,0,-106,-33,-106,-99","w":259},"\u016a":{"d":"24,-93r0,-164r45,0r0,150v0,35,3,74,61,74v58,0,60,-39,60,-74r0,-150r45,0r0,164v0,66,-42,99,-105,99v-63,0,-106,-33,-106,-99xm182,-295r-103,0r0,-23r103,0r0,23","w":259},"\u016c":{"d":"72,-333r21,0v6,37,69,36,75,0r21,0v-4,34,-27,51,-60,51v-33,0,-54,-18,-57,-51xm24,-93r0,-164r45,0r0,150v0,35,3,74,61,74v58,0,60,-39,60,-74r0,-150r45,0r0,164v0,66,-42,99,-105,99v-63,0,-106,-33,-106,-99","w":259},"\u016e":{"d":"109,-307v0,13,10,22,22,22v13,0,21,-9,21,-22v0,-13,-8,-22,-21,-22v-12,0,-22,9,-22,22xm131,-270v-21,0,-38,-15,-38,-37v0,-22,18,-38,38,-38v20,0,37,16,37,38v0,22,-17,37,-37,37xm24,-93r0,-164r45,0r0,150v0,35,3,74,61,74v58,0,60,-39,60,-74r0,-150r45,0r0,164v0,66,-42,99,-105,99v-63,0,-106,-33,-106,-99","w":259},"\u0170":{"d":"151,-282r32,-51r49,0r-52,51r-29,0xm79,-282r33,-51r49,0r-52,51r-30,0xm24,-93r0,-164r45,0r0,150v0,35,3,74,61,74v58,0,60,-39,60,-74r0,-150r45,0r0,164v0,66,-42,99,-105,99v-63,0,-106,-33,-106,-99","w":259},"\u0172":{"d":"122,6v-61,-3,-98,-37,-98,-99r0,-164r45,0r0,150v0,35,3,74,61,74v58,0,60,-39,60,-74r0,-150r45,0v-6,113,32,260,-91,262v-18,12,-43,48,-13,57v7,0,13,-2,19,-12r15,3v-6,21,-24,27,-38,27v-7,0,-36,-1,-36,-32v-5,-7,18,-36,31,-42","w":259},"\u0174":{"d":"170,-314r-25,32r-33,0r38,-51r40,0r39,51r-34,0xm70,0r-68,-257r46,0r47,197r52,-197r46,0r51,197r48,-197r46,0r-71,257r-46,0r-52,-197r-53,197r-46,0","w":339,"k":{"\u0173":6,"\u0171":6,"\u016f":6,"\u016d":6,"\u016b":6,"\u0169":6,"\u0159":6,"\u0157":6,"\u0155":6,"\u0151":6,"\u014f":6,"\u014d":6,"\u0119":6,"\u0117":6,"\u0115":6,"\u0113":6,"\u011b":6,"\u0105":13,"\u0103":13,"\u0101":13,"\u0104":9,"\u0102":9,"\u0100":9,"\u00f9":6,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00e8":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e3":13,"\u00e5":13,"\u00e0":13,"\u00e4":13,"\u00e2":13,"\u00e1":13,"\u00c3":9,"\u00c5":9,"\u00c0":9,"\u00c4":9,"\u00c2":9,"\u00c1":9,"u":6,"r":6,"o":6,"e":6,"a":13,"A":9,";":6,":":6,".":27,"-":10,",":27}},"\u0176":{"d":"119,-314r-25,32r-34,0r39,-51r40,0r39,51r-34,0xm94,0r0,-101r-96,-156r52,0r68,115r67,-115r50,0r-96,156r0,101r-45,0","w":233,"k":{"\u0133":3,"\u0173":31,"\u0171":31,"\u016f":31,"\u016d":31,"\u016b":31,"\u0169":31,"\u0151":33,"\u014f":33,"\u014d":33,"\u012f":3,"\u0119":33,"\u0117":33,"\u0115":33,"\u0113":33,"\u011b":33,"\u0105":33,"\u0103":33,"\u0101":33,"\u0104":27,"\u0102":27,"\u0100":27,"\u00f9":31,"\u00fc":31,"\u00fb":31,"\u00fa":31,"\u00f5":33,"\u00f2":33,"\u00f6":33,"\u00f4":33,"\u00f3":33,"\u00e8":33,"\u00eb":33,"\u00ea":33,"\u00e9":33,"\u00e3":33,"\u00e5":33,"\u00e0":33,"\u00e4":33,"\u00e2":33,"\u00e1":33,"\u00c3":27,"\u00c5":27,"\u00c0":27,"\u00c4":27,"\u00c2":27,"\u00c1":27,"v":20,"u":31,"q":37,"p":31,"o":33,"i":3,"e":33,"a":33,"A":27,";":33,":":33,".":40,"-":40,",":40}},"\u0179":{"d":"20,-218r0,-39r195,0r0,34r-149,184r153,0r0,39r-211,0r0,-37r150,-181r-138,0xm97,-282r33,-52r48,0r-51,52r-30,0","w":226},"\u017b":{"d":"137,-287r-41,0r0,-38r41,0r0,38xm20,-218r0,-39r195,0r0,34r-149,184r153,0r0,39r-211,0r0,-37r150,-181r-138,0","w":226},"\u0101":{"d":"177,-137r0,96v-2,15,9,16,20,13r0,28v-22,7,-54,9,-57,-18v-37,36,-127,33,-128,-31v0,-46,36,-53,71,-58v30,-5,56,-3,56,-27v0,-41,-81,-30,-80,5r-41,0v3,-48,44,-62,85,-62v36,0,74,15,74,54xm136,-93v-26,16,-83,-1,-83,42v9,40,81,29,83,-12r0,-30xm153,-225r-103,0r0,-23r103,0r0,23"},"\u0103":{"d":"43,-263r21,0v6,38,69,35,75,0r20,0v-4,34,-27,51,-60,51v-33,0,-53,-18,-56,-51xm177,-137r0,96v-2,15,9,16,20,13r0,28v-22,7,-54,9,-57,-18v-37,36,-127,33,-128,-31v0,-46,36,-53,71,-58v30,-5,56,-3,56,-27v0,-41,-81,-30,-80,5r-41,0v3,-48,44,-62,85,-62v36,0,74,15,74,54xm136,-93v-26,16,-83,-1,-83,42v9,40,81,29,83,-12r0,-30"},"\u0105":{"d":"154,2v-8,-3,-11,-10,-14,-20v-37,36,-127,33,-128,-31v0,-46,36,-53,71,-58v30,-5,56,-3,56,-27v0,-41,-81,-30,-80,5r-41,0v3,-48,44,-62,85,-62v36,0,74,15,74,54r0,96v-2,15,9,16,20,13r0,28v-6,2,-19,5,-26,5v-18,12,-43,48,-13,57v7,0,12,-2,18,-12r15,3v-6,21,-24,27,-38,27v-7,0,-36,-1,-36,-32v-4,-10,22,-39,37,-46xm136,-93v-26,16,-83,-1,-83,42v9,40,81,29,83,-12r0,-30"},"\u0107":{"d":"188,-124r-41,0v-3,-23,-19,-35,-42,-35v-21,0,-51,12,-51,68v0,31,13,64,49,64v24,0,40,-16,44,-43r41,0v-8,49,-37,75,-85,75v-58,0,-90,-41,-90,-96v0,-56,30,-100,91,-100v43,0,80,21,84,67xm87,-212r33,-52r48,0r-51,52r-30,0"},"\u0109":{"d":"105,-244r-25,32r-34,0r39,-52r40,0r39,52r-34,0xm188,-124r-41,0v-3,-23,-19,-35,-42,-35v-21,0,-51,12,-51,68v0,31,13,64,49,64v24,0,40,-16,44,-43r41,0v-8,49,-37,75,-85,75v-58,0,-90,-41,-90,-96v0,-56,30,-100,91,-100v43,0,80,21,84,67"},"\u010d":{"d":"163,-264r-39,52r-40,0r-38,-52r33,0r25,33r26,-33r33,0xm188,-124r-41,0v-3,-23,-19,-35,-42,-35v-21,0,-51,12,-51,68v0,31,13,64,49,64v24,0,40,-16,44,-43r41,0v-8,49,-37,75,-85,75v-58,0,-90,-41,-90,-96v0,-56,30,-100,91,-100v43,0,80,21,84,67"},"\u010b":{"d":"124,-217r-41,0r0,-39r41,0r0,39xm188,-124r-41,0v-3,-23,-19,-35,-42,-35v-21,0,-51,12,-51,68v0,31,13,64,49,64v24,0,40,-16,44,-43r41,0v-8,49,-37,75,-85,75v-58,0,-90,-41,-90,-96v0,-56,30,-100,91,-100v43,0,80,21,84,67"},"\u010f":{"d":"197,-257r0,257r-39,0v-1,-8,2,-19,-1,-25v-11,22,-34,30,-57,30v-59,0,-87,-43,-87,-99v0,-68,39,-97,80,-97v24,-1,48,10,63,29r0,-95r41,0xm106,-159v-71,1,-70,131,-1,132v36,0,52,-34,52,-66v0,-41,-19,-66,-51,-66xm215,-206r11,-51r45,0r-29,51r-27,0","w":247},"\u0111":{"d":"197,-210r0,210r-39,0v-1,-8,2,-19,-1,-25v-11,22,-34,30,-57,30v-59,0,-87,-43,-87,-99v0,-68,39,-97,80,-97v24,-1,48,10,63,29r0,-48r-55,0r0,-24r55,0r0,-23r41,0r0,23r28,0r0,24r-28,0xm106,-159v-71,1,-70,131,-1,132v36,0,52,-34,52,-66v0,-41,-19,-66,-51,-66","w":223},"\u011b":{"d":"161,-264r-39,52r-40,0r-39,-52r33,0r26,33r25,-33r34,0xm54,-109r95,0v-2,-26,-18,-50,-46,-50v-28,0,-48,22,-49,50xm190,-82r-136,0v-9,54,81,78,95,24r39,0v-9,41,-44,63,-84,63v-59,0,-91,-40,-91,-98v0,-53,35,-98,90,-98v59,0,94,53,87,109"},"\u0113":{"d":"54,-109r95,0v-2,-26,-18,-50,-46,-50v-28,0,-48,22,-49,50xm190,-82r-136,0v-9,54,81,78,95,24r39,0v-9,41,-44,63,-84,63v-59,0,-91,-40,-91,-98v0,-53,35,-98,90,-98v59,0,94,53,87,109xm154,-225r-103,0r0,-23r103,0r0,23"},"\u0115":{"d":"44,-263r21,0v6,38,69,35,75,0r20,0v-4,34,-27,51,-60,51v-33,0,-53,-18,-56,-51xm54,-109r95,0v-2,-26,-18,-50,-46,-50v-28,0,-48,22,-49,50xm190,-82r-136,0v-9,54,81,78,95,24r39,0v-9,41,-44,63,-84,63v-59,0,-91,-40,-91,-98v0,-53,35,-98,90,-98v59,0,94,53,87,109"},"\u0117":{"d":"124,-217r-41,0r0,-39r41,0r0,39xm54,-109r95,0v-2,-26,-18,-50,-46,-50v-28,0,-48,22,-49,50xm190,-82r-136,0v-9,54,81,78,95,24r39,0v-9,41,-44,63,-84,63v-59,0,-91,-40,-91,-98v0,-53,35,-98,90,-98v59,0,94,53,87,109"},"\u0119":{"d":"97,5v-55,-3,-84,-42,-84,-98v0,-53,35,-98,90,-98v59,0,94,53,87,109r-136,0v-9,54,81,78,95,24r39,0v-7,34,-33,56,-68,62v-14,9,-31,29,-29,42v2,21,24,21,33,4r15,3v-6,21,-24,27,-38,27v-7,0,-37,-1,-37,-32v-4,-8,19,-36,33,-43xm54,-109r95,0v-2,-26,-18,-50,-46,-50v-28,0,-48,22,-49,50"},"\u011d":{"d":"109,-244r-25,32r-33,0r38,-52r40,0r39,52r-33,0xm194,-186r0,176v0,56,-33,84,-92,84v-37,0,-79,-14,-83,-58r41,0v5,23,24,27,45,27v44,0,53,-34,47,-76v-12,21,-33,33,-56,33v-59,0,-83,-45,-83,-98v0,-77,97,-128,140,-63r0,-25r41,0xm103,-32v67,0,69,-128,0,-127v-67,1,-66,126,0,127","w":213},"\u011f":{"d":"48,-263r20,0v6,37,69,36,75,0r21,0v-4,34,-27,51,-60,51v-33,0,-53,-18,-56,-51xm194,-186r0,176v0,56,-33,84,-92,84v-37,0,-79,-14,-83,-58r41,0v5,23,24,27,45,27v44,0,53,-34,47,-76v-12,21,-33,33,-56,33v-59,0,-83,-45,-83,-98v0,-77,97,-128,140,-63r0,-25r41,0xm103,-32v67,0,69,-128,0,-127v-67,1,-66,126,0,127","w":213},"\u0121":{"d":"126,-217r-41,0r0,-39r41,0r0,39xm194,-186r0,176v0,56,-33,84,-92,84v-37,0,-79,-14,-83,-58r41,0v5,23,24,27,45,27v44,0,53,-34,47,-76v-12,21,-33,33,-56,33v-59,0,-83,-45,-83,-98v0,-77,97,-128,140,-63r0,-25r41,0xm103,-32v67,0,69,-128,0,-127v-67,1,-66,126,0,127","w":213},"\u0123":{"d":"194,-186r0,176v0,56,-33,84,-92,84v-37,0,-79,-14,-83,-58r41,0v5,23,24,27,45,27v44,0,53,-34,47,-76v-12,21,-33,33,-56,33v-59,0,-83,-45,-83,-98v0,-77,97,-128,140,-63r0,-25r41,0xm103,-32v67,0,69,-128,0,-127v-67,1,-66,126,0,127xm130,-257r0,36r-47,0v1,-39,-8,-60,42,-63r0,14v-10,1,-16,5,-17,13r22,0","w":213},"\u0125":{"d":"103,-314r-25,32r-33,0r38,-51r40,0r39,51r-33,0xm22,0r0,-257r41,0r0,95v26,-47,122,-37,122,34r0,128r-41,0r0,-117v-1,-29,-12,-42,-36,-42v-65,2,-41,96,-45,159r-41,0","w":206},"\u0127":{"d":"25,-234r0,-23r41,0r0,23r46,0r0,24r-46,0v1,15,-2,35,1,48v26,-47,122,-37,122,34r0,128r-41,0v-7,-56,23,-159,-37,-159v-65,0,-41,96,-45,159r-41,0r0,-210r-27,0r0,-24r27,0","w":210},"\u0129":{"d":"18,-257v20,0,61,33,69,-2r20,0v-4,23,-14,41,-40,41v-21,1,-59,-32,-66,2r-21,0v3,-18,16,-41,38,-41xm64,0r-41,0r0,-186r41,0r0,186","w":86},"\u012b":{"d":"64,0r-41,0r0,-186r41,0r0,186xm94,-225r-103,0r0,-23r103,0r0,23","w":86},"\u012f":{"d":"64,-186r-1,186v-24,22,-30,32,-30,46v1,21,22,21,29,4r14,3v-5,21,-21,27,-34,27v-6,0,-33,-1,-33,-32v0,-7,1,-24,37,-48r-23,0r0,-186r41,0xm23,-218r0,-39r41,0r0,39r-41,0","w":86},"\u0135":{"d":"23,14r0,-200r41,0r0,202v3,44,-28,65,-72,56r0,-32v21,4,31,-1,31,-26xm43,-244r-25,32r-33,0r38,-52r40,0r39,52r-34,0","w":86},"\u0137":{"d":"23,0r0,-257r41,0r0,146r74,-75r50,0r-71,68r78,118r-50,0r-57,-90r-24,23r0,67r-41,0xm77,54r0,-36r47,0v-1,38,8,59,-42,62r0,-13v10,-1,16,-5,17,-13r-22,0","w":193},"\u013a":{"d":"23,0r0,-257r41,0r0,257r-41,0xm22,-282r33,-52r48,0r-51,52r-30,0","w":86},"\u013e":{"d":"23,0r0,-257r41,0r0,257r-41,0xm82,-206r12,-51r45,0r-30,51r-27,0","w":114},"\u013c":{"d":"23,0r0,-257r41,0r0,257r-41,0xm19,54r0,-36r48,0v-1,38,8,59,-42,62r0,-13v10,-1,15,-5,16,-13r-22,0","w":86},"\u0144":{"d":"22,0r0,-186r38,0v1,9,-2,21,1,28v27,-52,124,-42,124,30r0,128r-41,0r0,-117v-1,-29,-12,-42,-36,-42v-65,2,-41,96,-45,159r-41,0xm83,-212r33,-52r48,0r-51,52r-30,0","w":206},"\u0148":{"d":"163,-264r-39,52r-40,0r-39,-52r33,0r26,33r25,-33r34,0xm22,0r0,-186r38,0v1,9,-2,21,1,28v27,-52,124,-42,124,30r0,128r-41,0r0,-117v-1,-29,-12,-42,-36,-42v-65,2,-41,96,-45,159r-41,0","w":206},"\u0146":{"d":"22,0r0,-186r38,0v1,9,-2,21,1,28v27,-52,124,-42,124,30r0,128r-41,0r0,-117v-1,-29,-12,-42,-36,-42v-65,2,-41,96,-45,159r-41,0xm79,54r0,-36r47,0v-1,38,9,59,-41,62r0,-13v10,-1,15,-5,16,-13r-22,0","w":206},"\u014d":{"d":"107,5v-59,0,-94,-41,-94,-98v0,-57,35,-98,94,-98v59,0,94,41,94,98v0,57,-35,98,-94,98xm107,-27v72,-1,71,-131,0,-132v-72,1,-71,131,0,132xm159,-225r-103,0r0,-23r103,0r0,23","w":213},"\u014f":{"d":"49,-263r21,0v6,37,69,36,75,0r21,0v-4,34,-27,51,-60,51v-33,0,-54,-18,-57,-51xm107,5v-59,0,-94,-41,-94,-98v0,-57,35,-98,94,-98v59,0,94,41,94,98v0,57,-35,98,-94,98xm107,-27v72,-1,71,-131,0,-132v-72,1,-71,131,0,132","w":213},"\u0151":{"d":"125,-212r33,-52r49,0r-52,52r-30,0xm54,-212r32,-52r49,0r-52,52r-29,0xm107,5v-59,0,-94,-41,-94,-98v0,-57,35,-98,94,-98v59,0,94,41,94,98v0,57,-35,98,-94,98xm107,-27v72,-1,71,-131,0,-132v-72,1,-71,131,0,132","w":213},"\u0155":{"d":"22,0r0,-186r38,0v1,11,-2,27,1,36v6,-24,36,-47,70,-40r0,40v-41,-9,-68,13,-68,61r0,89r-41,0xm29,-212r33,-52r48,0r-51,52r-30,0","w":126,"k":{"\u0151":6,"\u014f":6,"\u014d":6,"\u0149":-6,"\u0146":-6,"\u0148":-6,"\u0144":-6,"\u0119":6,"\u0117":6,"\u0115":6,"\u0113":6,"\u011b":6,"\u010f":6,"\u010b":6,"\u010d":6,"\u0109":6,"\u0107":6,"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00f1":-6,"\u00e8":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e7":6,"q":6,"o":6,"n":-6,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},"\u0157":{"d":"22,0r0,-186r38,0v1,11,-2,27,1,36v6,-24,36,-47,70,-40r0,40v-41,-9,-68,13,-68,61r0,89r-41,0xm18,54r0,-36r48,0v-1,38,8,59,-42,62r0,-13v10,-1,15,-5,16,-13r-22,0","w":126,"k":{"\u0151":6,"\u014f":6,"\u014d":6,"\u0149":-6,"\u0146":-6,"\u0148":-6,"\u0144":-6,"\u0119":6,"\u0117":6,"\u0115":6,"\u0113":6,"\u011b":6,"\u010f":6,"\u010b":6,"\u010d":6,"\u0109":6,"\u0107":6,"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00f1":-6,"\u00e8":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e7":6,"q":6,"o":6,"n":-6,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},"\u0159":{"d":"135,-264r-39,52r-40,0r-39,-52r33,0r26,33r25,-33r34,0xm22,0r0,-186r38,0v1,11,-2,27,1,36v6,-24,36,-47,70,-40r0,40v-41,-9,-68,13,-68,61r0,89r-41,0","w":126,"k":{"\u0151":6,"\u014f":6,"\u014d":6,"\u0149":-6,"\u0146":-6,"\u0148":-6,"\u0144":-6,"\u0119":6,"\u0117":6,"\u0115":6,"\u0113":6,"\u011b":6,"\u010f":6,"\u010b":6,"\u010d":6,"\u0109":6,"\u0107":6,"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00f1":-6,"\u00e8":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e7":6,"q":6,"o":6,"n":-6,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},"\u015b":{"d":"12,-60r41,0v3,24,20,33,42,33v16,0,42,-4,41,-25v-1,-22,-31,-24,-61,-31v-30,-6,-60,-17,-60,-55v0,-76,151,-72,156,4r-43,0v-4,-20,-20,-25,-38,-25v-12,0,-33,3,-33,19v0,20,30,24,60,30v30,7,60,18,60,55v0,44,-44,60,-83,60v-47,0,-81,-21,-82,-65xm69,-212r33,-52r48,0r-51,52r-30,0","w":186},"\u015d":{"d":"96,-244r-25,32r-34,0r39,-52r40,0r39,52r-34,0xm12,-60r41,0v3,24,20,33,42,33v16,0,42,-4,41,-25v-1,-22,-31,-24,-61,-31v-30,-6,-60,-17,-60,-55v0,-76,151,-72,156,4r-43,0v-4,-20,-20,-25,-38,-25v-12,0,-33,3,-33,19v0,20,30,24,60,30v30,7,60,18,60,55v0,44,-44,60,-83,60v-47,0,-81,-21,-82,-65","w":186},"\u015f":{"d":"177,-55v-1,41,-36,58,-77,60v-3,6,-12,12,-12,17v19,-6,42,3,42,25v-1,38,-53,39,-80,25r6,-14v16,6,42,12,46,-9v-1,-14,-21,-18,-31,-10r-8,-7r20,-27v-41,-4,-70,-24,-71,-65r41,0v3,24,20,33,42,33v16,0,42,-4,41,-25v-1,-22,-31,-24,-61,-31v-30,-6,-60,-17,-60,-55v0,-76,151,-72,156,4r-43,0v-4,-20,-20,-25,-38,-25v-12,0,-33,3,-33,19v0,20,30,24,60,30v30,7,60,18,60,55","w":186},"\uf6c2":{"d":"177,-55v-1,41,-36,58,-77,60v-3,6,-12,12,-12,17v19,-6,42,3,42,25v-1,38,-53,39,-80,25r6,-14v16,6,42,12,46,-9v-1,-14,-21,-18,-31,-10r-8,-7r20,-27v-41,-4,-70,-24,-71,-65r41,0v3,24,20,33,42,33v16,0,42,-4,41,-25v-1,-22,-31,-24,-61,-31v-30,-6,-60,-17,-60,-55v0,-76,151,-72,156,4r-43,0v-4,-20,-20,-25,-38,-25v-12,0,-33,3,-33,19v0,20,30,24,60,30v30,7,60,18,60,55","w":186},"\u0165":{"d":"108,-206r12,-51r45,0r-30,51r-27,0xm3,-156r0,-30r31,0r0,-56r41,0r0,56r37,0r0,30r-37,0r0,100v-4,25,15,27,37,24r0,32v-44,8,-78,-4,-78,-46r0,-110r-31,0","w":140},"\u0163":{"d":"3,-156r0,-30r31,0r0,-56r41,0r0,56r37,0r0,30r-37,0r0,100v-4,25,15,27,37,24r0,32v-44,8,-78,-4,-78,-46r0,-110r-31,0xm50,54r0,-36r47,0v-1,38,8,59,-42,62r0,-13v10,-1,16,-5,17,-13r-22,0","w":119},"\u0167":{"d":"3,-156r0,-30r31,0r0,-56r41,0r0,56r37,0r0,30r-37,0r0,31r40,0r0,24r-40,0v2,34,-14,82,37,69r0,32v-44,8,-78,-4,-78,-46r0,-55r-34,0r0,-24r34,0r0,-31r-31,0","w":119},"\u0169":{"d":"78,-257v20,0,61,33,69,-2r20,0v-3,24,-14,41,-40,41v-21,0,-59,-32,-66,2r-21,0v3,-18,16,-41,38,-41xm185,-186r0,186r-40,0v-1,-8,2,-20,-1,-26v-30,54,-122,36,-122,-42r0,-118r41,0r0,114v0,33,12,45,35,45v72,-1,39,-96,46,-159r41,0","w":206},"\u016b":{"d":"185,-186r0,186r-40,0v-1,-8,2,-20,-1,-26v-30,54,-122,36,-122,-42r0,-118r41,0r0,114v0,33,12,45,35,45v72,-1,39,-96,46,-159r41,0xm157,-225r-103,0r0,-23r103,0r0,23","w":206},"\u016d":{"d":"47,-263r21,0v6,37,69,36,75,0r20,0v-4,34,-26,51,-59,51v-33,0,-54,-18,-57,-51xm185,-186r0,186r-40,0v-1,-8,2,-20,-1,-26v-30,54,-122,36,-122,-42r0,-118r41,0r0,114v0,33,12,45,35,45v72,-1,39,-96,46,-159r41,0","w":206},"\u016f":{"d":"84,-243v0,13,9,22,21,22v13,0,22,-9,22,-22v0,-13,-9,-22,-22,-22v-12,0,-21,9,-21,22xm105,-206v-21,0,-37,-15,-37,-37v0,-22,17,-37,37,-37v20,0,38,15,38,37v0,22,-18,37,-38,37xm185,-186r0,186r-40,0v-1,-8,2,-20,-1,-26v-30,54,-122,36,-122,-42r0,-118r41,0r0,114v0,33,12,45,35,45v72,-1,39,-96,46,-159r41,0","w":206},"\u0171":{"d":"124,-212r32,-52r49,0r-52,52r-29,0xm52,-212r33,-52r49,0r-52,52r-30,0xm185,-186r0,186r-40,0v-1,-8,2,-20,-1,-26v-30,54,-122,36,-122,-42r0,-118r41,0r0,114v0,33,12,45,35,45v72,-1,39,-96,46,-159r41,0","w":206},"\u0173":{"d":"185,0r-22,0v-26,22,-32,32,-32,46v1,21,22,21,31,4r14,3v-5,21,-23,27,-36,27v-6,0,-34,-1,-34,-32v0,-8,0,-24,39,-48v-1,-8,2,-20,-1,-26v-30,54,-122,36,-122,-42r0,-118r41,0r0,114v0,33,12,45,35,45v72,-1,39,-96,46,-159r41,0r0,186","w":206},"\u0175":{"d":"142,-244r-25,32r-33,0r38,-52r40,0r39,52r-34,0xm62,0r-57,-186r43,0r37,139r35,-139r42,0r34,139r38,-139r41,0r-58,186r-42,0r-35,-138r-35,138r-43,0","w":280,"k":{".":20,",":20}},"\u0177":{"d":"95,-244r-26,32r-33,0r39,-52r40,0r39,52r-34,0xm72,-1r-71,-185r45,0r49,139r48,-139r42,0r-72,196v-12,42,-37,74,-94,62r0,-35v33,12,49,-11,53,-38","w":186,"k":{".":33,",":33}},"\u017a":{"d":"15,-154r0,-32r151,0r0,29r-106,125r112,0r0,32r-164,0r0,-29r103,-125r-96,0xm74,-212r33,-52r48,0r-51,52r-30,0","w":180},"\u017c":{"d":"111,-217r-41,0r0,-39r41,0r0,39xm15,-154r0,-32r151,0r0,29r-106,125r112,0r0,32r-164,0r0,-29r103,-125r-96,0","w":180},"\u0166":{"d":"3,-218r0,-39r208,0r0,39r-82,0r0,50r59,0r0,23r-59,0r0,145r-45,0r0,-145r-57,0r0,-23r57,0r0,-50r-81,0","w":213},"\u00a0":{"w":100},"\u0110":{"d":"72,-220r0,69r71,0r0,37r-71,0r0,77r45,0v71,0,85,-40,85,-92v0,-52,-14,-91,-85,-91r-45,0xm27,0r0,-114r-24,0r0,-37r24,0r0,-106r107,0v79,0,113,57,113,128v0,71,-34,129,-113,129r-107,0","w":259},"\u00ad":{"d":"18,-78r0,-39r104,0r0,39r-104,0","w":140}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1988, 1990, 1993, 2003 Linotype Library GmbH, www.linotype.com. All
 * rights reserved. Copyright © 1988, 1990, 1993 Adobe Systems Incorporated. All
 * Rights Reserved.
 * 
 * Trademark:
 * Helvetica, Neue Helvetica is a trademark of Heidelberger Druckmaschinen AG
 * which may be registered in certain jurisdictions, exclusively licensed through
 * Linotype Library GmbH, a wholly owned subsidiary of Heidelberger Druckmaschinen
 * AG.
 * 
 * Full name:
 * HelveticaNeueLTPro-Bd
 * 
 * Description:
 * Copyright © 1988, 1990, 1993, 2003 Linotype Library GmbH, www.linotype.com. All
 * rights reserved. Copyright © 1988, 1990, 1993 Adobe Systems Incorporated. All
 * Rights Reserved.
 * 
 * Designer:
 * Linotype Library GmbH
 * 
 * Vendor URL:
 * http://www.Linotype.com
 */
Cufon.registerFont({"w":266,"face":{"font-family":"helvetica-neue","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 4 2 2 2 2 2 4","ascent":"257","descent":"-103","x-height":"5","bbox":"-21 -356 378 78.6544","underline-thickness":"18","underline-position":"-18","stemh":"39","stemv":"51","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":100},"\u0149":{"d":"24,0r0,-186r48,0v1,8,-2,20,1,26v13,-21,35,-31,57,-31v97,-2,61,108,68,191r-51,0v-6,-52,21,-148,-33,-151v-59,-3,-34,97,-39,151r-51,0xm-4,-257r0,-34r52,0v5,42,-9,66,-49,61r0,-14v12,-1,18,-4,21,-13r-24,0","w":217},"\u0132":{"d":"25,0r0,-257r56,0r0,257r-56,0xm280,-257r0,176v0,33,-8,87,-85,87v-50,0,-94,-33,-85,-102r51,0v-1,30,1,55,33,55v30,0,30,-25,30,-43r0,-173r56,0","w":305},"\u0133":{"d":"72,-257r0,42r-51,0r0,-42r51,0xm21,0r0,-186r51,0r0,186r-51,0xm159,-257r0,42r-51,0r0,-42r51,0xm77,64r0,-42v13,2,31,3,31,-15r0,-193r51,0r0,195v5,43,-31,63,-82,55","w":183},"!":{"d":"22,0r0,-55r56,0r0,55r-56,0xm77,-257v3,67,-7,123,-14,180r-26,0v-7,-58,-17,-112,-14,-180r54,0","w":100},"\"":{"d":"31,-141r0,-116r38,0r0,116r-38,0xm98,-141r0,-116r38,0r0,116r-38,0","w":166},"#":{"d":"122,-148r-35,0r-6,44r35,0xm32,0r10,-71r-30,0r0,-33r34,0r7,-44r-30,0r0,-33r34,0r10,-71r35,0r-10,71r35,0r9,-71r35,0r-9,71r26,0r0,33r-31,0r-6,44r26,0r0,33r-31,0r-10,71r-34,0r9,-71r-34,0r-10,71r-35,0","w":200},"$":{"d":"89,-111v-40,-10,-83,-22,-83,-75v0,-49,40,-74,83,-77r0,-28r22,0r0,28v43,5,78,27,81,77r-52,0v0,-19,-13,-35,-29,-35r0,64v6,1,11,2,18,4v71,19,72,60,72,84v0,21,-18,70,-90,75r0,31r-22,0r0,-31v-54,-4,-84,-33,-89,-90r51,0v0,27,16,44,38,48r0,-75xm111,-105r0,69v18,-2,38,-12,38,-35v0,-19,-10,-26,-38,-34xm89,-162r0,-59v-16,0,-32,10,-32,30v0,16,9,24,32,29","w":200},"%":{"d":"249,-66v0,15,1,44,24,44v22,0,23,-28,23,-43v0,-14,-1,-43,-22,-43v-23,0,-25,25,-25,42xm213,-66v0,-39,19,-69,61,-69v45,0,59,32,59,71v0,39,-19,69,-61,69v-44,0,-59,-32,-59,-71xm91,8r149,-268r31,0r-148,268r-32,0xm64,-185v0,15,0,41,23,41v22,0,24,-26,24,-41v0,-14,-2,-45,-23,-45v-23,0,-24,28,-24,45xm27,-186v0,-39,19,-71,61,-71v45,0,59,33,59,73v0,39,-19,67,-61,67v-44,0,-59,-29,-59,-69","w":360},"&":{"d":"188,0r-21,-26v-46,53,-157,37,-155,-46v0,-36,27,-61,57,-75v-14,-17,-24,-31,-24,-54v0,-36,32,-59,67,-59v39,0,70,22,70,62v0,30,-20,50,-46,64r34,40v5,-10,8,-20,9,-30r44,0v-3,23,-11,45,-25,63r53,61r-63,0xm140,-60r-44,-53v-18,8,-36,21,-36,42v0,42,62,42,80,11xm111,-165v28,-8,39,-56,3,-61v-35,3,-23,47,-3,61","w":246},"(":{"d":"66,-263r43,0v-53,103,-52,226,0,329r-43,0v-62,-98,-63,-230,0,-329","w":106},")":{"d":"40,66r-43,0v54,-102,53,-225,1,-329r42,0v63,98,64,230,0,329","w":106},"*":{"d":"87,-257r0,45r42,-16r10,28r-43,14r27,35r-24,18r-27,-37r-25,37r-24,-18r27,-35r-42,-14r10,-28r40,16r0,-45r29,0","w":146},"+":{"d":"127,-182r0,72r72,0r0,38r-72,0r0,72r-38,0r0,-72r-72,0r0,-38r72,0r0,-72r38,0","w":216},",":{"d":"22,0r0,-55r56,0v5,61,-4,109,-56,115r0,-26v15,-3,27,-18,26,-34r-26,0","w":100},"-":{"d":"19,-76r0,-44r108,0r0,44r-108,0","w":146},".":{"d":"22,0r0,-55r56,0r0,55r-56,0","w":100},"\/":{"d":"-4,6r100,-269r42,0r-101,269r-41,0","w":133},"0":{"d":"59,-127v0,28,0,90,41,90v42,0,41,-62,41,-90v0,-26,1,-88,-41,-88v-41,0,-41,62,-41,88xm8,-127v0,-98,42,-130,92,-130v50,0,93,32,93,130v0,100,-43,132,-93,132v-50,0,-92,-32,-92,-132","w":200},"1":{"d":"141,-252r0,252r-51,0r0,-163r-63,0r0,-39v36,1,67,-11,73,-50r41,0","w":200},"2":{"d":"62,-155r-49,0v-2,-58,32,-102,92,-102v46,0,86,30,86,79v0,76,-81,82,-118,134r120,0r0,44r-185,0v0,-59,35,-83,79,-113v22,-15,53,-30,53,-61v0,-24,-16,-39,-38,-39v-30,0,-40,31,-40,58","w":200},"3":{"d":"82,-114r0,-36v22,2,54,-2,54,-31v0,-22,-17,-34,-36,-34v-26,0,-39,19,-39,45r-48,0v2,-52,35,-87,87,-87v40,0,84,25,84,70v1,25,-14,43,-35,52v28,6,45,29,45,57v0,53,-45,83,-94,83v-57,0,-95,-34,-94,-92r49,0v1,27,14,50,44,50v23,0,41,-16,41,-40v0,-38,-33,-37,-58,-37","w":200},"4":{"d":"112,-100r-1,-88r-65,88r66,0xm112,0r0,-58r-106,0r0,-47r109,-147r46,0r0,152r33,0r0,42r-33,0r0,58r-49,0","w":200},"5":{"d":"180,-252r0,42r-104,0v-2,19,-9,41,-9,58v49,-47,127,-2,127,66v0,52,-44,91,-94,91v-49,0,-93,-27,-94,-80r52,0v3,23,18,38,41,38v27,0,44,-24,44,-49v0,-46,-62,-64,-83,-27r-46,0r25,-139r141,0","w":200},"6":{"d":"103,-131v-27,0,-41,22,-41,47v0,23,15,47,41,47v24,0,38,-23,38,-46v0,-24,-12,-48,-38,-48xm58,-142v39,-54,135,-18,135,55v0,51,-36,92,-89,92v-76,0,-96,-66,-96,-130v0,-62,27,-132,99,-132v44,0,75,25,81,70r-48,0v-3,-17,-16,-32,-34,-32v-37,0,-47,49,-48,77","w":200},"7":{"d":"186,-252r0,44v-53,46,-81,141,-82,208r-55,0v6,-75,37,-146,85,-204r-120,0r0,-48r172,0","w":200},"8":{"d":"62,-184v0,22,17,34,38,34v21,0,38,-12,38,-34v0,-13,-6,-35,-38,-35v-21,0,-38,12,-38,35xm15,-188v0,-45,44,-69,85,-69v63,0,85,44,85,68v0,25,-13,45,-37,53v30,7,47,30,47,62v0,53,-47,79,-94,79v-49,0,-96,-25,-96,-79v0,-32,18,-55,48,-62v-24,-7,-38,-27,-38,-52xm56,-76v0,26,21,43,45,43v24,0,43,-18,43,-43v0,-24,-19,-40,-43,-40v-25,0,-45,14,-45,40","w":200},"9":{"d":"97,-121v27,0,41,-22,41,-47v0,-23,-15,-47,-41,-47v-24,0,-38,23,-38,46v0,24,12,48,38,48xm142,-111v-41,59,-134,17,-134,-54v0,-51,35,-92,88,-92v76,0,97,66,97,130v0,62,-27,132,-99,132v-44,0,-76,-25,-82,-70r48,0v3,17,16,32,34,32v36,0,50,-51,48,-78","w":200},":":{"d":"78,-183r0,56r-56,0r0,-56r56,0xm22,0r0,-55r56,0r0,55r-56,0","w":100},";":{"d":"78,-183r0,56r-56,0r0,-56r56,0xm22,0r0,-55r56,0v5,61,-4,109,-56,115r0,-26v15,-3,27,-18,26,-34r-26,0","w":100},"<":{"d":"199,-185r0,41r-132,53r132,52r0,42r-182,-73r0,-42","w":216},"=":{"d":"199,-72r0,39r-182,0r0,-39r182,0xm199,-149r0,39r-182,0r0,-39r182,0","w":216},">":{"d":"17,3r0,-42r132,-52r-132,-53r0,-41r182,73r0,42","w":216},"?":{"d":"69,0r0,-55r57,0r0,55r-57,0xm64,-174r-52,0v1,-51,34,-89,87,-89v68,0,90,42,90,69v0,76,-70,53,-66,117r-48,0v-6,-72,58,-73,57,-112v0,-22,-11,-32,-30,-32v-26,0,-38,21,-38,47","w":200},"@":{"d":"224,-196r-26,108v0,5,2,8,6,8v21,0,43,-27,43,-66v0,-57,-43,-88,-98,-88v-62,0,-101,45,-101,106v0,97,121,136,183,76r30,0v-24,37,-64,58,-109,58v-77,0,-139,-58,-139,-135v0,-76,62,-134,137,-134v65,0,125,44,125,110v0,74,-62,104,-85,104v-16,1,-24,-10,-27,-20v-29,43,-95,9,-95,-41v0,-62,79,-130,121,-67r5,-19r30,0xm149,-168v-42,-3,-65,81,-16,85v42,3,64,-81,16,-85","w":288},"A":{"d":"124,-194v-14,29,-22,64,-34,95r66,0xm-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0","w":246},"B":{"d":"81,-213r0,60v39,-2,93,12,92,-31v-2,-42,-54,-26,-92,-29xm25,0r0,-257v83,5,205,-26,203,64v0,26,-12,42,-35,53v32,9,47,33,47,65v0,97,-121,72,-215,75xm81,-114r0,70v44,-3,102,15,103,-34v1,-49,-59,-34,-103,-36","w":253},"C":{"d":"251,-171r-55,0v-4,-26,-28,-45,-56,-45v-51,0,-70,44,-70,89v0,43,19,86,70,86v35,0,54,-24,58,-58r55,0v-6,64,-50,105,-113,105v-79,0,-126,-59,-126,-133v0,-76,47,-136,126,-136v56,0,104,33,111,92"},"D":{"d":"81,-210r0,162v68,2,111,3,115,-77v4,-69,-40,-93,-115,-85xm25,0r0,-257r111,0v67,0,116,42,116,127v0,75,-38,130,-116,130r-111,0"},"E":{"d":"25,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0","w":233},"F":{"d":"25,0r0,-257r181,0r0,47r-125,0r0,60r108,0r0,44r-108,0r0,106r-56,0","w":213},"G":{"d":"216,0r-5,-29v-71,84,-197,5,-197,-98v0,-76,47,-136,126,-136v53,0,102,32,108,91r-54,0v-7,-29,-27,-44,-54,-44v-51,0,-70,44,-70,89v0,43,19,86,70,86v37,0,58,-20,61,-56r-57,0r0,-42r108,0r0,139r-36,0","w":273},"H":{"d":"25,0r0,-257r56,0r0,99r104,0r0,-99r57,0r0,257r-57,0r0,-111r-104,0r0,111r-56,0"},"I":{"d":"25,0r0,-257r56,0r0,257r-56,0","w":106},"J":{"d":"175,-257r0,176v0,33,-8,87,-85,87v-50,0,-94,-33,-85,-102r51,0v-1,30,1,55,33,55v30,0,30,-25,30,-43r0,-173r56,0","w":200},"K":{"d":"25,0r0,-257r56,0r0,107r101,-107r70,0r-100,101r110,156r-71,0r-77,-116r-33,33r0,83r-56,0","w":259},"L":{"d":"25,0r0,-257r56,0r0,209r126,0r0,48r-182,0","w":213},"M":{"d":"25,0r0,-257r79,0r61,177r57,-177r80,0r0,257r-53,0r-1,-182r-63,182r-44,0r-63,-180r0,180r-53,0","w":326},"N":{"d":"25,0r0,-257r56,0r108,172r0,-172r53,0r0,257r-57,0r-107,-172r0,172r-53,0"},"O":{"d":"70,-127v0,43,19,86,70,86v51,0,70,-43,70,-86v0,-45,-19,-89,-70,-89v-51,0,-70,44,-70,89xm14,-127v0,-76,47,-136,126,-136v79,0,126,60,126,136v0,74,-47,133,-126,133v-79,0,-126,-59,-126,-133","w":280},"P":{"d":"81,-213r0,77v44,-2,94,11,94,-39v0,-49,-50,-36,-94,-38xm25,0r0,-257r116,0v64,0,89,40,89,82v0,42,-25,83,-89,83r-60,0r0,92r-56,0","w":240},"Q":{"d":"139,-67r26,-28r29,27v31,-46,20,-148,-54,-148v-51,0,-70,44,-70,89v0,51,35,101,93,82xm265,-4r-26,28r-37,-33v-88,46,-188,-20,-188,-118v0,-76,47,-136,126,-136v118,0,162,152,93,230","w":280},"R":{"d":"81,-213r0,72v43,-3,101,13,101,-36v0,-48,-58,-34,-101,-36xm190,0v-12,-36,3,-100,-52,-100r-57,0r0,100r-56,0r0,-257r138,0v81,-4,104,109,35,135v49,17,28,77,48,122r-56,0","w":259},"S":{"d":"72,-190v0,49,153,15,153,114v0,47,-37,82,-107,82v-57,0,-110,-28,-109,-91r54,0v0,34,27,47,57,47v20,0,50,-6,50,-32v0,-28,-39,-33,-76,-42v-38,-10,-77,-25,-77,-73v0,-106,202,-106,199,5r-54,0v-2,-31,-24,-39,-51,-39v-18,0,-39,7,-39,29","w":233},"T":{"d":"82,0r0,-210r-77,0r0,-47r210,0r0,47r-77,0r0,210r-56,0","w":219},"U":{"d":"243,-257r0,160v0,69,-41,103,-110,103v-69,0,-109,-33,-109,-103r0,-160r56,0r0,160v0,28,7,56,53,56v40,0,53,-17,53,-56r0,-160r57,0"},"V":{"d":"230,-257r-86,257r-63,0r-84,-257r58,0r58,181r58,-181r59,0","w":226},"W":{"d":"339,-257r-69,257r-57,0r-44,-175r-43,175r-57,0r-68,-257r57,0r41,175r45,-175r53,0r44,177r42,-177r56,0","w":339},"X":{"d":"-2,0r90,-135r-83,-122r66,0r50,82r52,-82r62,0r-82,123r89,134r-67,0r-56,-89r-57,89r-64,0","w":240},"Y":{"d":"91,0r0,-100r-94,-157r63,0r61,101r59,-101r63,0r-95,158r0,99r-57,0","w":240},"Z":{"d":"8,0r0,-45r138,-165r-127,0r0,-47r202,0r0,45r-137,164r141,0r0,48r-217,0","w":233},"[":{"d":"24,66r0,-329r96,0r0,40r-44,0r0,248r44,0r0,41r-96,0","w":119},"\\":{"d":"37,-263r101,269r-42,0r-100,-269r41,0","w":133},"]":{"d":"95,-263r0,329r-95,0r0,-41r44,0r0,-248r-44,0r0,-40r95,0","w":119},"^":{"d":"22,-113r62,-139r48,0r62,139r-42,0r-44,-99r-44,99r-42,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v2,-85,123,-39,123,-81v0,-22,-15,-25,-33,-25v-20,0,-32,8,-34,28xm135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62","w":206},"b":{"d":"156,-93v0,-32,-14,-60,-44,-60v-30,0,-43,28,-43,60v0,31,13,60,43,60v30,0,44,-29,44,-60xm19,0r0,-257r52,0r0,94v48,-55,137,-29,136,70v0,68,-40,98,-77,98v-28,1,-49,-10,-62,-29r0,24r-49,0","w":219},"c":{"d":"196,-121r-50,0v-3,-21,-16,-32,-38,-32v-33,0,-43,34,-43,61v0,27,10,59,42,59v24,0,38,-15,41,-38r49,0v-7,49,-40,76,-89,76v-56,0,-94,-39,-94,-95v0,-58,35,-101,95,-101v44,0,84,22,87,70","w":206},"d":{"d":"152,-94v0,-30,-11,-59,-44,-59v-62,0,-60,119,0,120v33,0,44,-30,44,-61xm152,0r0,-24v-12,20,-33,29,-57,29v-56,0,-83,-48,-83,-100v0,-50,27,-96,82,-96v23,-1,42,12,56,28r0,-94r51,0r0,257r-49,0","w":219},"e":{"d":"62,-113r83,0v-5,-26,-16,-40,-41,-40v-33,0,-41,26,-42,40xm196,-81r-134,0v-8,58,74,59,86,23r45,0v-14,44,-46,63,-88,63v-59,0,-95,-40,-95,-98v0,-56,38,-98,95,-98v63,0,95,53,91,110","w":206},"f":{"d":"31,0r0,-152r-31,0r0,-34r31,0v-7,-54,29,-78,89,-70r0,39v-24,-6,-43,1,-38,31r35,0r0,34r-35,0r0,152r-51,0","w":119},"g":{"d":"106,-44v29,0,44,-24,44,-51v0,-30,-11,-58,-44,-58v-29,0,-41,25,-41,53v0,27,9,56,41,56xm198,-186r0,174v0,31,-11,83,-96,83v-37,0,-79,-18,-82,-60r51,0v13,44,87,27,79,-21v-1,-7,2,-18,-1,-24v-11,20,-33,29,-56,29v-56,0,-79,-43,-79,-94v0,-48,28,-92,80,-92v25,-1,41,10,56,30r0,-25r48,0","w":219},"h":{"d":"19,0r0,-257r52,0r1,97v13,-21,35,-31,54,-31v97,-2,61,108,68,191r-51,0v-6,-52,21,-148,-33,-151v-59,-3,-34,97,-39,151r-52,0","w":213},"i":{"d":"72,-257r0,42r-51,0r0,-42r51,0xm21,0r0,-186r51,0r0,186r-51,0","w":92},"j":{"d":"75,-257r0,42r-51,0r0,-42r51,0xm-7,64r0,-42v13,2,31,3,31,-15r0,-193r51,0r0,195v5,44,-31,63,-82,55","w":100},"k":{"d":"24,0r0,-257r51,0r0,138r65,-67r60,0r-70,68r78,118r-62,0r-51,-83r-20,19r0,64r-51,0","w":206},"l":{"d":"21,0r0,-257r51,0r0,257r-51,0","w":92},"m":{"d":"21,0r0,-186r48,0v1,8,-2,19,1,25v23,-37,91,-44,111,1v26,-47,124,-44,124,35r0,125r-51,0r0,-105v0,-25,-2,-46,-31,-46v-29,0,-34,24,-34,47r0,104r-51,0r0,-104v0,-22,1,-47,-31,-47v-10,0,-35,7,-35,43r0,108r-51,0","w":326},"n":{"d":"19,0r0,-186r49,0v1,8,-2,20,1,26v13,-21,35,-31,57,-31v97,-2,61,108,68,191r-51,0v-6,-52,21,-148,-33,-151v-59,-3,-34,97,-39,151r-52,0","w":213},"o":{"d":"65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60xm14,-93v0,-59,38,-98,96,-98v59,0,96,39,96,98v0,59,-37,98,-96,98v-58,0,-96,-39,-96,-98","w":219},"p":{"d":"113,-33v33,0,45,-30,45,-60v0,-30,-12,-60,-45,-60v-33,0,-44,30,-44,60v0,30,11,60,44,60xm19,66r0,-252r49,0v1,7,-2,18,1,24v13,-20,32,-29,55,-29v58,0,85,47,85,100v0,50,-27,96,-82,96v-23,0,-43,-10,-56,-28r0,89r-52,0","w":219},"q":{"d":"108,-153v-61,0,-62,120,-1,120v33,0,45,-28,45,-59v0,-29,-12,-61,-44,-61xm201,-186r0,252r-51,0r-1,-89v-12,20,-36,28,-59,28v-34,0,-78,-25,-78,-97v0,-51,26,-99,83,-99v23,0,45,8,57,29r0,-24r49,0","w":219},"r":{"d":"19,0r0,-186r49,0v1,11,-2,25,1,34v12,-25,39,-45,70,-37r0,47v-44,-10,-68,18,-68,58r0,84r-52,0","w":140},"s":{"d":"132,-53v0,-35,-117,-19,-117,-78v0,-48,41,-60,81,-60v40,0,78,13,82,59r-49,0v-1,-20,-17,-25,-35,-25v-12,0,-28,2,-28,17v0,18,29,21,58,28v30,7,59,17,59,52v0,49,-43,65,-85,65v-43,0,-86,-16,-88,-65r49,0v0,22,19,31,39,31v14,0,34,-6,34,-24","w":193},"t":{"d":"84,-242r0,56r38,0r0,34r-38,0r0,92v-3,24,20,24,38,20r0,40v-41,4,-90,6,-89,-42r0,-110r-31,0r0,-34r31,0r0,-56r51,0","w":126},"u":{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0","w":213},"v":{"d":"185,-186r-63,186r-56,0r-64,-186r53,0r40,127r40,-127r50,0","w":187},"w":{"d":"291,-186r-59,186r-52,0r-34,-125r-32,125r-53,0r-59,-186r54,0r35,126r31,-126r50,0r32,126r34,-126r53,0","w":293},"x":{"d":"0,0r67,-98r-61,-88r58,0r33,48r32,-48r57,0r-61,87r68,99r-58,0r-39,-59r-39,59r-57,0","w":193},"y":{"d":"189,-186r-78,209v-12,40,-48,47,-95,41r0,-42v29,6,58,-3,47,-34r-65,-174r55,0r42,127r41,-127r53,0","w":186},"z":{"d":"8,0r0,-39r97,-109r-90,0r0,-38r157,0r0,38r-97,109r104,0r0,39r-171,0","w":186},"{":{"d":"120,-263r0,40v-24,-3,-39,5,-39,26r0,55v0,37,-27,40,-36,44v10,1,36,9,36,39v0,38,-20,93,39,84r0,41v-49,1,-90,4,-90,-49r0,-70v0,-22,-21,-30,-33,-30r0,-31v12,0,33,-9,33,-33r0,-68v6,-53,41,-49,90,-48","w":119},"|":{"d":"21,77r0,-360r38,0r0,360r-38,0","w":80},"}":{"d":"0,66r0,-41v24,3,39,-5,39,-26r0,-58v0,-31,27,-36,36,-40v-11,-1,-36,-8,-36,-43v0,-37,18,-90,-39,-81r0,-40v49,-1,90,-5,90,48r0,68v0,24,21,33,33,33r0,31v-12,0,-33,8,-33,30r0,70v-6,53,-41,51,-90,49","w":119},"~":{"d":"69,-122v25,0,56,23,77,24v15,0,22,-13,31,-26r15,34v-10,15,-23,31,-45,31v-36,0,-90,-52,-108,1r-15,-33v8,-15,21,-31,45,-31","w":216},"\u00a1":{"d":"23,66v-3,-67,7,-123,14,-180r26,0v7,58,17,112,14,180r-54,0xm78,-191r0,55r-56,0r0,-55r56,0","w":100},"\u00a2":{"d":"94,41r0,-36v-52,-3,-86,-44,-86,-95v0,-55,30,-96,86,-101r0,-31r21,0r0,31v40,0,78,28,80,71r-50,0v-1,-17,-14,-32,-30,-33r0,120v17,-3,31,-22,31,-40r50,0v-4,46,-37,74,-81,78r0,36r-21,0xm94,-33r0,-119v-49,15,-47,102,0,119","w":200},"\u00a3":{"d":"204,-17v-50,57,-118,-18,-172,23r-23,-33v26,-16,54,-49,34,-84r-35,0r0,-31r23,0v-36,-48,-11,-121,76,-121v55,0,87,32,87,90r-49,0v-1,-14,-3,-48,-39,-48v-42,0,-45,38,-20,79r48,0r0,31r-38,0v13,33,-11,57,-26,73v38,-27,80,25,113,-15","w":200},"\u00a5":{"d":"129,0r-54,0r0,-50r-57,0r0,-34r57,0v1,-12,-1,-21,-6,-27r-51,0r0,-34r34,0r-55,-112r58,0r48,112r46,-112r59,0r-56,112r34,0r0,34r-51,0v-5,6,-7,15,-6,27r57,0r0,34r-57,0r0,50","w":200},"\u00a7":{"d":"178,-194r-45,0v5,-36,-58,-42,-58,-8v0,40,122,44,122,112v0,24,-15,45,-38,53v14,10,20,25,20,42v0,40,-41,61,-77,61v-46,0,-81,-21,-81,-70r45,0v1,21,13,31,35,31v15,0,27,-8,27,-24v0,-42,-124,-44,-124,-115v0,-26,14,-44,38,-53v-41,-41,8,-98,60,-98v42,0,76,24,76,69xm152,-81v-9,-33,-52,-37,-76,-56v-13,-10,-28,8,-28,21v0,7,4,13,12,17v26,12,45,30,75,38v10,0,17,-12,17,-20","w":200},"\u00a4":{"d":"101,-177v-30,0,-46,24,-46,51v0,26,15,51,45,51v59,1,59,-101,1,-102xm7,-54r21,-21v-23,-24,-25,-78,0,-102r-21,-21r21,-21r20,20v24,-20,79,-22,102,0r21,-21r22,22r-20,20v21,25,22,79,-1,104r20,20r-20,20r-20,-21v-24,24,-79,24,-104,1r-21,21","w":200},"'":{"d":"31,-141r0,-116r38,0r0,116r-38,0","w":100},"\u00ab":{"d":"72,-29r-57,-45r0,-48r57,-45r0,44r-33,25r33,26r0,43xm145,-29r-57,-45r0,-48r57,-45r0,44r-33,25r33,26r0,43","w":159},"\u00b7":{"d":"20,-103v0,-17,14,-31,30,-31v16,0,31,14,31,31v0,15,-14,30,-30,30v-17,0,-31,-13,-31,-30","w":100},"\u00b6":{"d":"80,60r0,-189v-50,0,-79,-24,-79,-63v-1,-87,111,-61,192,-65r0,317r-37,0r0,-288r-40,0r0,288r-36,0","w":223},"\u00bb":{"d":"15,-167r57,45r0,48r-57,45r0,-43r33,-26r-33,-25r0,-44xm88,-167r57,45r0,48r-57,45r0,-43r33,-26r-33,-25r0,-44","w":159},"\u00bf":{"d":"131,-191r0,55r-57,0r0,-55r57,0xm135,-18r53,0v-1,51,-35,89,-87,89v-68,0,-89,-43,-89,-70v0,-76,69,-53,65,-117r49,0v7,73,-59,73,-58,112v0,22,12,32,31,32v25,0,36,-20,36,-46","w":200},"`":{"d":"38,-212r-55,-51r56,0r35,51r-36,0","w":93},"\u00b4":{"d":"111,-263r-56,51r-36,0r35,-51r57,0","w":93},"\u00af":{"d":"-21,-223r0,-27r135,0r0,27r-135,0","w":93},"\u00a8":{"d":"-15,-215r0,-42r49,0r0,42r-49,0xm59,-215r0,-42r49,0r0,42r-49,0","w":93},"\u00b8":{"d":"4,70r8,-17v10,4,45,14,45,-6v0,-21,-32,-1,-37,-17r21,-30r18,0r-14,19v20,-6,45,1,46,23v1,47,-60,39,-87,28","w":93},"\u00c6":{"d":"-4,0r123,-257r218,0r0,47r-120,0r0,56r113,0r0,43r-113,0r0,63r123,0r0,48r-177,0r0,-57r-81,0r-26,57r-60,0xm150,-210r-49,111r62,0r0,-111r-13,0","w":353},"\u00aa":{"d":"44,-218r-37,0v5,-31,29,-39,56,-39v25,0,54,5,54,32v0,28,-4,68,5,87r-37,0v-1,-4,-2,-7,-2,-11v-24,23,-80,21,-79,-22v0,-27,21,-32,41,-35v22,-3,38,-2,38,-14v-1,-20,-38,-19,-39,2xm83,-193v-12,10,-42,4,-43,21v16,29,51,7,43,-21","w":123},"\u0141":{"d":"25,0r0,-77r-29,20r0,-40r29,-20r0,-140r56,0r0,100r76,-53r0,40r-76,53r0,69r126,0r0,48r-182,0","w":213},"\u00d8":{"d":"200,-176r-106,117v11,11,26,18,46,18v69,-1,83,-80,60,-135xm80,-79r107,-118v-11,-11,-26,-19,-47,-19v-68,0,-83,82,-60,137xm12,-4r31,-34v-64,-80,-18,-225,97,-225v33,0,60,10,81,28r29,-32r18,15r-30,34v61,81,19,224,-98,224v-33,0,-60,-10,-80,-27r-30,33","w":280},"\u0152":{"d":"137,-41v59,2,57,-59,57,-120v0,-32,-24,-55,-56,-55v-93,1,-92,173,-1,175xm196,0v-1,-6,2,-15,-1,-19v-15,17,-39,25,-62,25v-76,0,-119,-62,-119,-133v0,-95,103,-179,182,-112r0,-18r180,0r0,47r-128,0r0,56r117,0r0,43r-117,0r0,63r130,0r0,48r-182,0","w":393},"\u00ba":{"d":"66,-230v-31,1,-31,67,0,68v32,-1,31,-67,0,-68xm4,-196v0,-38,25,-61,62,-61v37,0,62,23,62,61v0,38,-25,61,-62,61v-37,0,-62,-23,-62,-61","w":132},"\u00e6":{"d":"183,-113r82,0v0,-23,-14,-44,-40,-44v-26,0,-42,21,-42,44xm316,-81r-133,0v-1,24,17,52,45,52v23,0,34,-11,37,-29r49,0v-15,68,-114,86,-155,31v-34,45,-145,50,-145,-23v0,-42,31,-52,62,-57v44,-7,63,-7,63,-26v0,-34,-71,-34,-69,5r-51,0v2,-70,110,-83,149,-38v14,-17,32,-25,62,-25v62,0,86,52,86,110xm96,-29v27,1,50,-23,43,-62v-19,15,-74,3,-74,38v0,19,15,24,31,24","w":326},"\u0131":{"d":"21,0r0,-186r51,0r0,186r-51,0","w":92},"\u0142":{"d":"21,0r0,-103r-24,19r0,-37r24,-19r0,-117r51,0r0,77r24,-19r0,37r-24,19r0,143r-51,0","w":92},"\u00f8":{"d":"16,0r21,-25v-51,-58,-14,-166,73,-166v23,0,42,5,58,17r20,-22r13,12r-20,22v52,55,19,167,-71,167v-23,0,-44,-6,-60,-18r-21,24xm149,-126r-70,80v7,8,17,13,31,13v47,0,52,-56,39,-93xm70,-62r70,-79v-7,-8,-17,-12,-30,-12v-46,0,-51,53,-40,91","w":219},"\u0153":{"d":"323,-81r-133,0v-7,48,68,67,82,22r49,0v-15,67,-114,88,-154,32v-13,23,-41,32,-66,32v-58,0,-87,-46,-87,-99v0,-84,104,-132,155,-68v12,-19,40,-29,62,-29v66,0,92,51,92,110xm104,-33v34,0,41,-34,41,-61v0,-25,-6,-59,-40,-59v-31,0,-40,32,-40,61v0,26,8,59,39,59xm190,-113r82,0v-1,-24,-15,-40,-42,-40v-26,0,-39,18,-40,40","w":333},"\u00df":{"d":"20,0r0,-177v0,-40,13,-86,85,-86v43,0,81,21,81,69v1,24,-15,43,-33,51v31,6,47,33,47,64v0,55,-45,96,-108,82r0,-42v31,9,57,-13,57,-42v0,-30,-22,-49,-57,-43r0,-34v23,4,46,-6,46,-31v0,-30,-25,-32,-35,-32v-21,0,-32,13,-32,35r0,186r-51,0","w":219},"\u00b9":{"d":"104,-254r0,156r-37,0r0,-99r-39,0r0,-27v23,1,43,-7,46,-30r30,0","w":141},"\u00ac":{"d":"199,-146r0,110r-39,0r0,-72r-143,0r0,-38r182,0","w":216},"\u00b5":{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-19,30,-50,40,-73,22r0,70r-52,0r0,-252r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0","w":213},"\u00d0":{"d":"81,-210r0,56r58,0r0,42r-58,0r0,64v68,2,111,3,115,-77v4,-69,-40,-93,-115,-85xm25,0r0,-112r-24,0r0,-42r24,0r0,-103r111,0v67,0,116,42,116,127v0,75,-38,130,-116,130r-111,0"},"\u00bd":{"d":"220,-96r-37,0v0,-37,21,-63,65,-63v30,0,57,17,57,49v0,46,-53,48,-77,81r75,0r0,29r-120,0v0,-38,22,-54,50,-71v14,-9,35,-18,35,-37v0,-13,-9,-22,-22,-22v-20,0,-27,20,-26,34xm85,-254r0,156r-37,0r0,-99r-39,0r0,-27v23,1,43,-7,46,-30r30,0xm55,8r149,-268r30,0r-148,268r-31,0","w":320},"\u00b1":{"d":"17,0r0,-39r182,0r0,39r-182,0xm127,-182r0,47r72,0r0,39r-72,0r0,47r-38,0r0,-47r-72,0r0,-39r72,0r0,-47r38,0","w":216},"\u00de":{"d":"81,-178r0,77v44,-2,94,11,94,-39v0,-49,-50,-36,-94,-38xm25,0r0,-257r56,0r0,35r60,0v64,0,89,40,89,82v0,42,-25,83,-89,83r-60,0r0,57r-56,0","w":240},"\u00bc":{"d":"248,-61v-1,-17,2,-37,-1,-52r-41,52r42,0xm248,0r0,-32r-69,0r0,-34r68,-85r36,0r0,90r20,0r0,29r-20,0r0,32r-35,0xm85,-254r0,156r-37,0r0,-99r-39,0r0,-27v23,1,43,-7,46,-30r30,0xm55,8r149,-268r30,0r-148,268r-31,0","w":321},"\u00f7":{"d":"78,-16v0,-17,14,-30,30,-30v16,0,31,13,31,30v0,15,-14,30,-30,30v-17,0,-31,-14,-31,-30xm78,-166v0,-17,14,-30,30,-30v16,0,31,13,31,30v0,15,-14,31,-30,31v-17,0,-31,-14,-31,-31xm17,-72r0,-38r182,0r0,38r-182,0","w":216},"\u00a6":{"d":"59,-238r0,90r-38,0r0,-90r38,0xm21,32r0,-90r38,0r0,90r-38,0","w":80},"\u00b0":{"d":"42,-204v0,40,60,41,60,0v0,-17,-15,-31,-30,-31v-15,0,-30,14,-30,31xm19,-204v0,-30,23,-53,53,-53v30,0,53,23,53,53v0,30,-23,54,-53,54v-30,0,-53,-24,-53,-54","w":144},"\u00fe":{"d":"158,-93v0,-30,-12,-60,-45,-60v-33,0,-44,30,-44,60v0,30,11,60,44,60v33,0,45,-30,45,-60xm19,66r0,-323r52,0r0,95v13,-20,32,-29,53,-29v58,0,85,47,85,100v0,50,-27,96,-82,96v-23,0,-43,-10,-56,-28r0,89r-52,0","w":219},"\u00be":{"d":"255,-61r0,-52r-42,52r42,0xm255,0r0,-32r-69,0r0,-34r68,-85r36,0r0,90r20,0r0,29r-20,0r0,32r-35,0xm65,-167r0,-25v13,0,34,0,34,-17v0,-12,-10,-19,-22,-19v-15,0,-24,12,-24,26r-35,0v1,-33,23,-55,59,-55v47,0,82,58,33,75v16,6,29,17,29,35v0,35,-29,52,-62,52v-39,0,-64,-21,-63,-58r35,0v1,15,9,29,27,29v14,0,27,-10,27,-23v0,-21,-22,-20,-38,-20xm86,8r149,-268r31,0r-149,268r-31,0","w":320},"\u00b2":{"d":"47,-194r-37,0v0,-37,21,-63,65,-63v30,0,56,17,56,49v0,46,-52,48,-76,81r75,0r0,29r-120,0v0,-38,22,-54,50,-71v14,-9,35,-18,35,-37v0,-13,-9,-22,-22,-22v-20,0,-27,20,-26,34","w":141},"\u00ae":{"d":"120,-181r0,40v25,-1,57,7,56,-21v-1,-24,-32,-18,-56,-19xm90,-54r0,-150v52,1,116,-9,116,44v0,28,-17,38,-39,40r40,66r-31,0r-37,-64r-19,0r0,64r-30,0xm42,-129v0,62,45,106,102,106v56,0,102,-44,102,-106v0,-61,-46,-105,-102,-105v-57,0,-102,44,-102,105xm6,-129v0,-82,65,-134,138,-134v73,0,138,52,138,134v0,82,-65,135,-138,135v-73,0,-138,-53,-138,-135","w":288},"\u00f0":{"d":"48,-213r38,-20v-10,-8,-20,-13,-30,-18r33,-25v13,7,25,15,36,24r44,-22r19,21r-41,20v39,37,59,79,59,135v0,59,-37,103,-96,103v-58,0,-96,-39,-96,-94v0,-45,24,-93,82,-93v14,-1,32,3,50,14v-9,-20,-25,-35,-37,-45r-40,20xm110,-33v62,-1,61,-115,-1,-115v-62,1,-60,115,1,115","w":219},"\u00d7":{"d":"50,-6r-27,-27r58,-58r-57,-58r27,-27r57,58r58,-58r27,27r-58,58r58,58r-27,27r-58,-58","w":216},"\u00b3":{"d":"59,-167r0,-25v13,0,34,0,34,-17v0,-12,-10,-19,-22,-19v-15,0,-24,12,-24,26r-35,0v1,-33,23,-55,59,-55v47,0,82,58,33,75v16,6,29,17,29,35v0,35,-29,52,-62,52v-39,0,-64,-21,-63,-58r34,0v1,15,10,29,28,29v14,0,26,-10,26,-23v0,-21,-21,-20,-37,-20","w":141},"\u00a9":{"d":"185,-106r30,0v-6,36,-34,57,-66,57v-47,0,-77,-35,-77,-80v0,-46,28,-81,76,-81v33,0,60,20,65,56r-28,0v-14,-47,-85,-28,-79,24v-7,51,69,73,79,24xm42,-129v0,62,45,106,102,106v56,0,102,-44,102,-106v0,-62,-46,-105,-102,-105v-57,0,-102,43,-102,105xm6,-129v0,-82,65,-134,138,-134v73,0,138,52,138,134v0,82,-65,135,-138,135v-73,0,-138,-53,-138,-135","w":288},"\u00c1":{"d":"124,-194v-14,29,-22,64,-34,95r66,0xm-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm189,-332r-55,52r-36,0r35,-52r56,0","w":246},"\u00c2":{"d":"124,-194v-14,29,-22,64,-34,95r66,0xm-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm62,-280r40,-52r46,0r40,52r-42,0r-23,-30r-23,30r-38,0","w":246},"\u00c4":{"d":"124,-194v-14,29,-22,64,-34,95r66,0xm-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm63,-284r0,-42r49,0r0,42r-49,0xm137,-284r0,-42r49,0r0,42r-49,0","w":246},"\u00c0":{"d":"124,-194v-14,29,-22,64,-34,95r66,0xm-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm113,-280r-55,-52r56,0r35,52r-36,0","w":246},"\u00c5":{"d":"124,-194v-14,29,-22,64,-34,95r66,0xm-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm80,-312v0,-24,20,-44,44,-44v24,0,44,20,44,44v0,25,-20,44,-44,44v-24,0,-44,-19,-44,-44xm101,-312v0,14,9,25,23,25v14,0,23,-11,23,-25v0,-14,-9,-24,-23,-24v-14,0,-23,10,-23,24","w":246},"\u00c3":{"d":"124,-194v-14,29,-22,64,-34,95r66,0xm-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm100,-328v17,0,57,31,65,0r25,0v-4,20,-10,38,-40,41v-20,2,-63,-30,-70,3r-22,0v3,-21,17,-44,42,-44","w":246},"\u00c7":{"d":"123,5v-70,-7,-108,-64,-109,-132v0,-76,47,-136,126,-136v56,0,104,33,111,92r-55,0v-4,-26,-28,-45,-56,-45v-51,0,-70,44,-70,89v0,43,19,86,70,86v35,0,54,-24,58,-58r55,0v-6,64,-50,105,-113,105r-9,13v20,-6,45,1,46,23v1,47,-60,39,-87,28r8,-17v10,4,45,14,45,-6v0,-21,-32,-1,-37,-17"},"\u00c9":{"d":"25,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0xm192,-332r-56,52r-36,0r35,-52r57,0","w":233},"\u00ca":{"d":"25,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0xm57,-280r39,-52r47,0r40,52r-42,0r-23,-30r-23,30r-38,0","w":233},"\u00cb":{"d":"25,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0xm61,-284r0,-42r48,0r0,42r-48,0xm135,-284r0,-42r49,0r0,42r-49,0","w":233},"\u00c8":{"d":"25,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0xm114,-280r-55,-52r56,0r35,52r-36,0","w":233},"\u00cd":{"d":"25,0r0,-257r56,0r0,257r-56,0xm116,-332r-56,52r-36,0r35,-52r57,0","w":106},"\u00ce":{"d":"25,0r0,-257r56,0r0,257r-56,0xm-10,-280r40,-52r47,0r39,52r-42,0r-22,-30r-23,30r-39,0","w":106},"\u00cf":{"d":"25,0r0,-257r56,0r0,257r-56,0xm-9,-284r0,-42r49,0r0,42r-49,0xm66,-284r0,-42r48,0r0,42r-48,0","w":106},"\u00cc":{"d":"25,0r0,-257r56,0r0,257r-56,0xm46,-280r-56,-52r57,0r34,52r-35,0","w":106},"\u00d1":{"d":"25,0r0,-257r56,0r108,172r0,-172r53,0r0,257r-57,0r-107,-172r0,172r-53,0xm111,-328v17,0,57,31,65,0r25,0v-4,20,-10,38,-40,41v-21,2,-63,-30,-70,3r-22,0v3,-21,17,-44,42,-44"},"\u00d3":{"d":"70,-127v0,43,19,86,70,86v51,0,70,-43,70,-86v0,-45,-19,-89,-70,-89v-51,0,-70,44,-70,89xm14,-127v0,-76,47,-136,126,-136v79,0,126,60,126,136v0,74,-47,133,-126,133v-79,0,-126,-59,-126,-133xm212,-332r-56,52r-35,0r34,-52r57,0","w":280},"\u00d4":{"d":"70,-127v0,43,19,86,70,86v51,0,70,-43,70,-86v0,-45,-19,-89,-70,-89v-51,0,-70,44,-70,89xm14,-127v0,-76,47,-136,126,-136v79,0,126,60,126,136v0,74,-47,133,-126,133v-79,0,-126,-59,-126,-133xm79,-280r40,-52r47,0r40,52r-43,0r-22,-30r-23,30r-39,0","w":280},"\u00d6":{"d":"70,-127v0,43,19,86,70,86v51,0,70,-43,70,-86v0,-45,-19,-89,-70,-89v-51,0,-70,44,-70,89xm14,-127v0,-76,47,-136,126,-136v79,0,126,60,126,136v0,74,-47,133,-126,133v-79,0,-126,-59,-126,-133xm78,-284r0,-42r48,0r0,42r-48,0xm152,-284r0,-42r49,0r0,42r-49,0","w":280},"\u00d2":{"d":"70,-127v0,43,19,86,70,86v51,0,70,-43,70,-86v0,-45,-19,-89,-70,-89v-51,0,-70,44,-70,89xm14,-127v0,-76,47,-136,126,-136v79,0,126,60,126,136v0,74,-47,133,-126,133v-79,0,-126,-59,-126,-133xm127,-280r-55,-52r56,0r35,52r-36,0","w":280},"\u00d5":{"d":"70,-127v0,43,19,86,70,86v51,0,70,-43,70,-86v0,-45,-19,-89,-70,-89v-51,0,-70,44,-70,89xm14,-127v0,-76,47,-136,126,-136v79,0,126,60,126,136v0,74,-47,133,-126,133v-79,0,-126,-59,-126,-133xm116,-328v17,0,58,31,65,0r25,0v-4,20,-10,38,-40,41v-20,2,-63,-30,-70,3r-22,0v3,-21,17,-44,42,-44","w":280},"\u0160":{"d":"72,-190v0,49,153,15,153,114v0,47,-37,82,-107,82v-57,0,-110,-28,-109,-91r54,0v0,34,27,47,57,47v20,0,50,-6,50,-32v0,-28,-39,-33,-76,-42v-38,-10,-77,-25,-77,-73v0,-106,202,-106,199,5r-54,0v-2,-31,-24,-39,-51,-39v-18,0,-39,7,-39,29xm181,-332r-40,52r-46,0r-40,-52r40,0r23,30r23,-30r40,0","w":233},"\u00da":{"d":"243,-257r0,160v0,69,-41,103,-110,103v-69,0,-109,-33,-109,-103r0,-160r56,0r0,160v0,28,7,56,53,56v40,0,53,-17,53,-56r0,-160r57,0xm204,-332r-55,52r-36,0r35,-52r56,0"},"\u00db":{"d":"243,-257r0,160v0,69,-41,103,-110,103v-69,0,-109,-33,-109,-103r0,-160r56,0r0,160v0,28,7,56,53,56v40,0,53,-17,53,-56r0,-160r57,0xm71,-280r40,-52r47,0r39,52r-42,0r-22,-30r-23,30r-39,0"},"\u00dc":{"d":"243,-257r0,160v0,69,-41,103,-110,103v-69,0,-109,-33,-109,-103r0,-160r56,0r0,160v0,28,7,56,53,56v40,0,53,-17,53,-56r0,-160r57,0xm72,-284r0,-42r49,0r0,42r-49,0xm146,-284r0,-42r49,0r0,42r-49,0"},"\u00d9":{"d":"243,-257r0,160v0,69,-41,103,-110,103v-69,0,-109,-33,-109,-103r0,-160r56,0r0,160v0,28,7,56,53,56v40,0,53,-17,53,-56r0,-160r57,0xm118,-280r-56,-52r57,0r34,52r-35,0"},"\u00dd":{"d":"91,0r0,-100r-94,-157r63,0r61,101r59,-101r63,0r-95,158r0,99r-57,0xm192,-332r-55,52r-36,0r35,-52r56,0","w":240},"\u0178":{"d":"91,0r0,-100r-94,-157r63,0r61,101r59,-101r63,0r-95,158r0,99r-57,0xm59,-284r0,-42r49,0r0,42r-49,0xm134,-284r0,-42r48,0r0,42r-48,0","w":240},"\u017d":{"d":"8,0r0,-45r138,-165r-127,0r0,-47r202,0r0,45r-137,164r141,0r0,48r-217,0xm183,-332r-40,52r-47,0r-40,-52r40,0r24,30r23,-30r40,0","w":233},"\u00e1":{"d":"68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v2,-85,123,-39,123,-81v0,-22,-15,-25,-33,-25v-20,0,-32,8,-34,28xm135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm173,-263r-55,51r-36,0r35,-51r56,0","w":206},"\u00e2":{"d":"68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v2,-85,123,-39,123,-81v0,-22,-15,-25,-33,-25v-20,0,-32,8,-34,28xm135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm42,-212r40,-51r47,0r39,51r-42,0r-22,-29r-23,29r-39,0","w":206},"\u00e4":{"d":"68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v2,-85,123,-39,123,-81v0,-22,-15,-25,-33,-25v-20,0,-32,8,-34,28xm135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm44,-215r0,-42r49,0r0,42r-49,0xm118,-215r0,-42r49,0r0,42r-49,0","w":206},"\u00e0":{"d":"68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v2,-85,123,-39,123,-81v0,-22,-15,-25,-33,-25v-20,0,-32,8,-34,28xm135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm102,-212r-56,-51r57,0r34,51r-35,0","w":206},"\u00e5":{"d":"68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v2,-85,123,-39,123,-81v0,-22,-15,-25,-33,-25v-20,0,-32,8,-34,28xm135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm61,-246v0,-24,20,-44,44,-44v24,0,44,20,44,44v0,25,-20,43,-44,43v-24,0,-44,-18,-44,-43xm82,-246v0,14,9,24,23,24v14,0,23,-10,23,-24v0,-14,-9,-25,-23,-25v-14,0,-23,11,-23,25","w":206},"\u00e3":{"d":"68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v2,-85,123,-39,123,-81v0,-22,-15,-25,-33,-25v-20,0,-32,8,-34,28xm135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm81,-260v17,0,57,31,65,0r25,0v-4,20,-10,38,-40,41v-20,2,-63,-30,-70,3r-22,0v3,-21,17,-44,42,-44","w":206},"\u00e7":{"d":"96,4v-52,-5,-81,-43,-82,-94v0,-58,35,-101,95,-101v44,0,84,22,87,70r-50,0v-3,-21,-16,-32,-38,-32v-33,0,-43,34,-43,61v0,27,10,59,42,59v24,0,38,-15,41,-38r49,0v-5,46,-36,74,-84,76r-10,14v20,-6,45,1,46,23v1,47,-60,39,-87,28r7,-17v10,4,45,15,45,-6v0,-22,-32,-1,-36,-17","w":206},"\u00e9":{"d":"62,-113r83,0v-5,-26,-16,-40,-41,-40v-33,0,-41,26,-42,40xm196,-81r-134,0v-8,58,74,59,86,23r45,0v-14,44,-46,63,-88,63v-59,0,-95,-40,-95,-98v0,-56,38,-98,95,-98v63,0,95,53,91,110xm177,-263r-55,51r-36,0r35,-51r56,0","w":206},"\u00ea":{"d":"62,-113r83,0v-5,-26,-16,-40,-41,-40v-33,0,-41,26,-42,40xm196,-81r-134,0v-8,58,74,59,86,23r45,0v-14,44,-46,63,-88,63v-59,0,-95,-40,-95,-98v0,-56,38,-98,95,-98v63,0,95,53,91,110xm42,-212r40,-51r47,0r40,51r-42,0r-23,-29r-23,29r-39,0","w":206},"\u00eb":{"d":"62,-113r83,0v-5,-26,-16,-40,-41,-40v-33,0,-41,26,-42,40xm196,-81r-134,0v-8,58,74,59,86,23r45,0v-14,44,-46,63,-88,63v-59,0,-95,-40,-95,-98v0,-56,38,-98,95,-98v63,0,95,53,91,110xm44,-215r0,-42r49,0r0,42r-49,0xm118,-215r0,-42r49,0r0,42r-49,0","w":206},"\u00e8":{"d":"62,-113r83,0v-5,-26,-16,-40,-41,-40v-33,0,-41,26,-42,40xm196,-81r-134,0v-8,58,74,59,86,23r45,0v-14,44,-46,63,-88,63v-59,0,-95,-40,-95,-98v0,-56,38,-98,95,-98v63,0,95,53,91,110xm93,-212r-56,-51r57,0r35,51r-36,0","w":206},"\u00ed":{"d":"21,0r0,-186r51,0r0,186r-51,0xm112,-263r-55,51r-36,0r34,-51r57,0","w":92},"\u00ee":{"d":"21,0r0,-186r51,0r0,186r-51,0xm-16,-212r40,-51r47,0r40,51r-43,0r-22,-29r-23,29r-39,0","w":92},"\u00ef":{"d":"21,0r0,-186r51,0r0,186r-51,0xm-15,-215r0,-42r49,0r0,42r-49,0xm59,-215r0,-42r49,0r0,42r-49,0","w":92},"\u00ec":{"d":"21,0r0,-186r51,0r0,186r-51,0xm36,-212r-55,-51r56,0r35,51r-36,0","w":92},"\u00f1":{"d":"19,0r0,-186r49,0v1,8,-2,20,1,26v13,-21,35,-31,57,-31v97,-2,61,108,68,191r-51,0v-6,-52,21,-148,-33,-151v-59,-3,-34,97,-39,151r-52,0xm83,-260v17,0,57,31,65,0r25,0v-4,20,-10,38,-40,41v-20,2,-63,-30,-70,3r-22,0v3,-21,17,-44,42,-44","w":213},"\u00f3":{"d":"65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60xm14,-93v0,-59,38,-98,96,-98v59,0,96,39,96,98v0,59,-37,98,-96,98v-58,0,-96,-39,-96,-98xm181,-263r-55,51r-36,0r35,-51r56,0","w":219},"\u00f4":{"d":"65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60xm14,-93v0,-59,38,-98,96,-98v59,0,96,39,96,98v0,59,-37,98,-96,98v-58,0,-96,-39,-96,-98xm48,-212r39,-51r47,0r40,51r-42,0r-23,-29r-23,29r-38,0","w":219},"\u00f6":{"d":"65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60xm14,-93v0,-59,38,-98,96,-98v59,0,96,39,96,98v0,59,-37,98,-96,98v-58,0,-96,-39,-96,-98xm49,-215r0,-42r49,0r0,42r-49,0xm123,-215r0,-42r49,0r0,42r-49,0","w":219},"\u00f2":{"d":"65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60xm14,-93v0,-59,38,-98,96,-98v59,0,96,39,96,98v0,59,-37,98,-96,98v-58,0,-96,-39,-96,-98xm93,-212r-55,-51r56,0r35,51r-36,0","w":219},"\u00f5":{"d":"65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60xm14,-93v0,-59,38,-98,96,-98v59,0,96,39,96,98v0,59,-37,98,-96,98v-58,0,-96,-39,-96,-98xm86,-260v17,0,58,31,66,0r24,0v-4,20,-10,38,-40,41v-20,2,-63,-30,-70,3r-22,0v3,-21,17,-44,42,-44","w":219},"\u0161":{"d":"132,-53v0,-35,-117,-19,-117,-78v0,-48,41,-60,81,-60v40,0,78,13,82,59r-49,0v-1,-20,-17,-25,-35,-25v-12,0,-28,2,-28,17v0,18,29,21,58,28v30,7,59,17,59,52v0,49,-43,65,-85,65v-43,0,-86,-16,-88,-65r49,0v0,22,19,31,39,31v14,0,34,-6,34,-24xm162,-263r-40,51r-47,0r-40,-51r41,0r23,29r23,-29r40,0","w":193},"\u00fa":{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0xm178,-263r-55,51r-36,0r35,-51r56,0","w":213},"\u00fb":{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0xm44,-212r40,-51r47,0r40,51r-42,0r-23,-29r-23,29r-39,0","w":213},"\u00fc":{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0xm46,-215r0,-42r49,0r0,42r-49,0xm120,-215r0,-42r49,0r0,42r-49,0","w":213},"\u00f9":{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0xm90,-212r-55,-51r56,0r35,51r-36,0","w":213},"\u00fd":{"d":"189,-186r-78,209v-12,40,-48,47,-95,41r0,-42v29,6,58,-3,47,-34r-65,-174r55,0r42,127r41,-127r53,0xm167,-263r-55,51r-36,0r35,-51r56,0","w":186},"\u00ff":{"d":"189,-186r-78,209v-12,40,-48,47,-95,41r0,-42v29,6,58,-3,47,-34r-65,-174r55,0r42,127r41,-127r53,0xm34,-215r0,-42r48,0r0,42r-48,0xm108,-215r0,-42r49,0r0,42r-49,0","w":186},"\u017e":{"d":"8,0r0,-39r97,-109r-90,0r0,-38r157,0r0,38r-97,109r104,0r0,39r-171,0xm158,-263r-40,51r-47,0r-40,-51r41,0r23,29r23,-29r40,0","w":186},"\u0100":{"d":"124,-194v-14,29,-22,64,-34,95r66,0xm-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm57,-291r0,-27r135,0r0,27r-135,0","w":246},"\u0102":{"d":"124,-194v-14,29,-22,64,-34,95r66,0xm-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm64,-332r23,0v7,36,70,32,75,0r23,0v-5,37,-28,52,-64,52v-35,0,-54,-17,-57,-52","w":246},"\u0104":{"d":"149,49v4,-27,14,-30,41,-49r-19,-57r-96,0r-20,57r-58,0r98,-257r58,0r96,257r-35,0v-23,21,-30,32,-30,42v0,21,24,19,35,4r17,8v-14,18,-29,24,-48,24v-15,1,-42,-11,-39,-29xm124,-194v-14,29,-22,64,-34,95r66,0","w":246},"\u0106":{"d":"251,-171r-55,0v-4,-26,-28,-45,-56,-45v-51,0,-70,44,-70,89v0,43,19,86,70,86v35,0,54,-24,58,-58r55,0v-6,64,-50,105,-113,105v-79,0,-126,-59,-126,-133v0,-76,47,-136,126,-136v56,0,104,33,111,92xm211,-332r-55,52r-36,0r34,-52r57,0"},"\u0108":{"d":"251,-171r-55,0v-4,-26,-28,-45,-56,-45v-51,0,-70,44,-70,89v0,43,19,86,70,86v35,0,54,-24,58,-58r55,0v-6,64,-50,105,-113,105v-79,0,-126,-59,-126,-133v0,-76,47,-136,126,-136v56,0,104,33,111,92xm77,-280r40,-52r47,0r39,52r-42,0r-22,-30r-23,30r-39,0"},"\u010c":{"d":"251,-171r-55,0v-4,-26,-28,-45,-56,-45v-51,0,-70,44,-70,89v0,43,19,86,70,86v35,0,54,-24,58,-58r55,0v-6,64,-50,105,-113,105v-79,0,-126,-59,-126,-133v0,-76,47,-136,126,-136v56,0,104,33,111,92xm201,-332r-40,52r-47,0r-39,-52r40,0r23,30r23,-30r40,0"},"\u010a":{"d":"251,-171r-55,0v-4,-26,-28,-45,-56,-45v-51,0,-70,44,-70,89v0,43,19,86,70,86v35,0,54,-24,58,-58r55,0v-6,64,-50,105,-113,105v-79,0,-126,-59,-126,-133v0,-76,47,-136,126,-136v56,0,104,33,111,92xm113,-284r0,-42r49,0r0,42r-49,0"},"\u010e":{"d":"81,-210r0,162v68,2,111,3,115,-77v4,-69,-40,-93,-115,-85xm25,0r0,-257r111,0v67,0,116,42,116,127v0,75,-38,130,-116,130r-111,0xm183,-332r-40,52r-47,0r-39,-52r40,0r23,30r23,-30r40,0"},"\u011a":{"d":"25,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0xm183,-332r-40,52r-47,0r-39,-52r40,0r23,30r23,-30r40,0","w":233},"\u0112":{"d":"25,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0xm53,-291r0,-27r135,0r0,27r-135,0","w":233},"\u0114":{"d":"25,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0xm58,-332r23,0v7,36,71,32,76,0r22,0v-5,37,-28,52,-64,52v-35,0,-54,-17,-57,-52","w":233},"\u0116":{"d":"25,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0xm96,-284r0,-42r49,0r0,42r-49,0","w":233},"\u0118":{"d":"134,49v3,-28,15,-30,41,-49r-150,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-22,0v-23,21,-30,32,-30,42v0,21,24,19,35,4r17,8v-14,18,-29,24,-48,24v-14,0,-40,-10,-38,-29","w":233},"\u011c":{"d":"216,0r-5,-29v-71,84,-197,5,-197,-98v0,-76,47,-136,126,-136v53,0,102,32,108,91r-54,0v-7,-29,-27,-44,-54,-44v-51,0,-70,44,-70,89v0,43,19,86,70,86v37,0,58,-20,61,-56r-57,0r0,-42r108,0r0,139r-36,0xm77,-280r40,-52r47,0r40,52r-42,0r-23,-30r-23,30r-39,0","w":273},"\u011e":{"d":"216,0r-5,-29v-71,84,-197,5,-197,-98v0,-76,47,-136,126,-136v53,0,102,32,108,91r-54,0v-7,-29,-27,-44,-54,-44v-51,0,-70,44,-70,89v0,43,19,86,70,86v37,0,58,-20,61,-56r-57,0r0,-42r108,0r0,139r-36,0xm78,-332r23,0v7,36,70,32,75,0r23,0v-5,37,-28,52,-64,52v-35,0,-54,-17,-57,-52","w":273},"\u0120":{"d":"216,0r-5,-29v-71,84,-197,5,-197,-98v0,-76,47,-136,126,-136v53,0,102,32,108,91r-54,0v-7,-29,-27,-44,-54,-44v-51,0,-70,44,-70,89v0,43,19,86,70,86v37,0,58,-20,61,-56r-57,0r0,-42r108,0r0,139r-36,0xm116,-284r0,-42r48,0r0,42r-48,0","w":273},"\u0122":{"d":"216,0r-5,-29v-71,84,-197,5,-197,-98v0,-76,47,-136,126,-136v53,0,102,32,108,91r-54,0v-7,-29,-27,-44,-54,-44v-51,0,-70,44,-70,89v0,43,19,86,70,86v37,0,58,-20,61,-56r-57,0r0,-42r108,0r0,139r-36,0xm111,51r0,-33r52,0v5,41,-9,65,-48,60r0,-13v12,-1,17,-5,20,-14r-24,0","w":273},"\u0124":{"d":"25,0r0,-257r56,0r0,99r104,0r0,-99r57,0r0,257r-57,0r0,-111r-104,0r0,111r-56,0xm70,-280r40,-52r47,0r39,52r-42,0r-22,-30r-23,30r-39,0"},"\u0126":{"d":"25,0r0,-257r56,0r0,51r104,0r0,-51r57,0r0,257r-57,0r0,-107r-104,0r0,107r-56,0xm81,-151r104,0r0,-28r-104,0r0,28"},"\u0128":{"d":"25,0r0,-257r56,0r0,257r-56,0xm31,-328v17,0,57,31,65,0r25,0v-4,20,-11,39,-41,41v-21,2,-62,-30,-70,3r-22,0v3,-21,18,-44,43,-44","w":106},"\u012a":{"d":"25,0r0,-257r56,0r0,257r-56,0xm-13,-291r0,-27r134,0r0,27r-134,0","w":106},"\u0130":{"d":"25,0r0,-257r56,0r0,257r-56,0xm29,-284r0,-42r49,0r0,42r-49,0","w":106},"\u012e":{"d":"14,49v3,-26,12,-30,37,-49r-26,0r0,-257r56,0r0,257r-9,0v-21,21,-27,32,-27,42v2,20,21,19,31,4r16,8v-13,18,-26,24,-43,24v-14,1,-37,-11,-35,-29","w":106},"\u0134":{"d":"175,-257r0,176v0,33,-8,87,-85,87v-50,0,-94,-33,-85,-102r51,0v-1,30,1,55,33,55v30,0,30,-25,30,-43r0,-173r56,0xm84,-280r40,-52r47,0r40,52r-43,0r-22,-30r-23,30r-39,0","w":200},"\u0136":{"d":"25,0r0,-257r56,0r0,107r101,-107r70,0r-100,101r110,156r-71,0r-77,-116r-33,33r0,83r-56,0xm107,51r0,-33r52,0v5,41,-9,65,-48,60r0,-13v12,-1,17,-5,20,-14r-24,0","w":259},"\u0139":{"d":"25,0r0,-257r56,0r0,209r126,0r0,48r-182,0xm126,-332r-55,52r-36,0r34,-52r57,0","w":213},"\u013d":{"d":"25,0r0,-257r56,0r0,209r126,0r0,48r-182,0xm181,-257r-30,51r-35,0r12,-51r53,0","w":213},"\u013b":{"d":"25,0r0,-257r56,0r0,209r126,0r0,48r-182,0xm88,51r0,-33r52,0v5,41,-10,65,-49,60r0,-13v12,-1,18,-5,21,-14r-24,0","w":213},"\u013f":{"d":"25,0r0,-257r56,0r0,209r126,0r0,48r-182,0xm123,-144r0,-42r49,0r0,42r-49,0","w":213},"\u0140":{"d":"21,0r0,-257r51,0r0,257r-51,0xm94,-144r0,-42r48,0r0,42r-48,0","w":156},"\u0143":{"d":"25,0r0,-257r56,0r108,172r0,-172r53,0r0,257r-57,0r-107,-172r0,172r-53,0xm202,-332r-56,52r-35,0r34,-52r57,0"},"\u0147":{"d":"25,0r0,-257r56,0r108,172r0,-172r53,0r0,257r-57,0r-107,-172r0,172r-53,0xm194,-332r-39,52r-47,0r-40,-52r40,0r23,30r24,-30r39,0"},"\u0145":{"d":"25,0r0,-257r56,0r108,172r0,-172r53,0r0,257r-57,0r-107,-172r0,172r-53,0xm108,51r0,-33r52,0v5,41,-9,65,-48,60r0,-13v12,-1,17,-5,20,-14r-24,0"},"\u014c":{"d":"70,-127v0,43,19,86,70,86v51,0,70,-43,70,-86v0,-45,-19,-89,-70,-89v-51,0,-70,44,-70,89xm14,-127v0,-76,47,-136,126,-136v79,0,126,60,126,136v0,74,-47,133,-126,133v-79,0,-126,-59,-126,-133xm73,-291r0,-27r135,0r0,27r-135,0","w":280},"\u014e":{"d":"70,-127v0,43,19,86,70,86v51,0,70,-43,70,-86v0,-45,-19,-89,-70,-89v-51,0,-70,44,-70,89xm14,-127v0,-76,47,-136,126,-136v79,0,126,60,126,136v0,74,-47,133,-126,133v-79,0,-126,-59,-126,-133xm82,-332r23,0v7,36,70,32,75,0r23,0v-5,37,-28,52,-64,52v-35,0,-54,-17,-57,-52","w":280},"\u0150":{"d":"70,-127v0,43,19,86,70,86v51,0,70,-43,70,-86v0,-45,-19,-89,-70,-89v-51,0,-70,44,-70,89xm14,-127v0,-76,47,-136,126,-136v79,0,126,60,126,136v0,74,-47,133,-126,133v-79,0,-126,-59,-126,-133xm248,-332r-54,52r-35,0r33,-52r56,0xm174,-332r-54,52r-36,0r33,-52r57,0","w":280},"\u0154":{"d":"81,-213r0,72v43,-3,101,13,101,-36v0,-48,-58,-34,-101,-36xm190,0v-12,-36,3,-100,-52,-100r-57,0r0,100r-56,0r0,-257r138,0v81,-4,104,109,35,135v49,17,28,77,48,122r-56,0xm184,-332r-55,52r-36,0r35,-52r56,0","w":259},"\u0158":{"d":"81,-213r0,72v43,-3,101,13,101,-36v0,-48,-58,-34,-101,-36xm190,0v-12,-36,3,-100,-52,-100r-57,0r0,100r-56,0r0,-257r138,0v81,-4,104,109,35,135v49,17,28,77,48,122r-56,0xm184,-332r-39,52r-47,0r-40,-52r40,0r23,30r24,-30r39,0","w":259},"\u0156":{"d":"81,-213r0,72v43,-3,101,13,101,-36v0,-48,-58,-34,-101,-36xm190,0v-12,-36,3,-100,-52,-100r-57,0r0,100r-56,0r0,-257r138,0v81,-4,104,109,35,135v49,17,28,77,48,122r-56,0xm107,51r0,-33r52,0v5,41,-9,65,-48,60r0,-13v12,-1,17,-5,20,-14r-24,0","w":259},"\u015a":{"d":"72,-190v0,49,153,15,153,114v0,47,-37,82,-107,82v-57,0,-110,-28,-109,-91r54,0v0,34,27,47,57,47v20,0,50,-6,50,-32v0,-28,-39,-33,-76,-42v-38,-10,-77,-25,-77,-73v0,-106,202,-106,199,5r-54,0v-2,-31,-24,-39,-51,-39v-18,0,-39,7,-39,29xm188,-332r-56,52r-35,0r34,-52r57,0","w":233},"\u015c":{"d":"72,-190v0,49,153,15,153,114v0,47,-37,82,-107,82v-57,0,-110,-28,-109,-91r54,0v0,34,27,47,57,47v20,0,50,-6,50,-32v0,-28,-39,-33,-76,-42v-38,-10,-77,-25,-77,-73v0,-106,202,-106,199,5r-54,0v-2,-31,-24,-39,-51,-39v-18,0,-39,7,-39,29xm55,-280r40,-52r47,0r39,52r-42,0r-22,-30r-23,30r-39,0","w":233},"\u015e":{"d":"225,-76v0,48,-44,83,-104,82r-9,13v20,-6,45,1,46,23v1,47,-60,39,-87,28r7,-17v10,4,45,15,45,-6v0,-22,-32,-1,-36,-17r17,-25v-56,-3,-95,-34,-95,-90r54,0v0,34,27,47,57,47v20,0,50,-6,50,-32v0,-28,-39,-33,-76,-42v-38,-10,-77,-25,-77,-73v0,-106,202,-106,199,5r-54,0v-2,-31,-24,-39,-51,-39v-18,0,-39,7,-39,29v0,49,153,15,153,114","w":233},"\uf6c1":{"d":"225,-76v0,48,-44,83,-104,82r-9,13v20,-6,45,1,46,23v1,47,-60,39,-87,28r7,-17v10,4,45,15,45,-6v0,-22,-32,-1,-36,-17r17,-25v-56,-3,-95,-34,-95,-90r54,0v0,34,27,47,57,47v20,0,50,-6,50,-32v0,-28,-39,-33,-76,-42v-38,-10,-77,-25,-77,-73v0,-106,202,-106,199,5r-54,0v-2,-31,-24,-39,-51,-39v-18,0,-39,7,-39,29v0,49,153,15,153,114","w":233},"\u0164":{"d":"82,0r0,-210r-77,0r0,-47r210,0r0,47r-77,0r0,210r-56,0xm173,-332r-40,52r-47,0r-40,-52r41,0r23,30r23,-30r40,0","w":219},"\u0162":{"d":"82,0r0,-210r-77,0r0,-47r210,0r0,47r-77,0r0,210r-56,0xm84,51r0,-33r52,0v5,41,-10,65,-49,60r0,-13v12,-1,18,-5,21,-14r-24,0","w":219},"\u0166":{"d":"26,-141r0,-27r56,0r0,-42r-77,0r0,-47r210,0r0,47r-77,0r0,42r58,0r0,27r-58,0r0,141r-56,0r0,-141r-56,0","w":219},"\u0168":{"d":"243,-257r0,160v0,69,-41,103,-110,103v-69,0,-109,-33,-109,-103r0,-160r56,0r0,160v0,28,7,56,53,56v40,0,53,-17,53,-56r0,-160r57,0xm111,-328v16,0,57,31,65,0r25,0v-4,20,-11,39,-41,41v-21,2,-62,-30,-70,3r-22,0v3,-21,18,-44,43,-44"},"\u016a":{"d":"243,-257r0,160v0,69,-41,103,-110,103v-69,0,-109,-33,-109,-103r0,-160r56,0r0,160v0,28,7,56,53,56v40,0,53,-17,53,-56r0,-160r57,0xm67,-291r0,-27r134,0r0,27r-134,0"},"\u016c":{"d":"243,-257r0,160v0,69,-41,103,-110,103v-69,0,-109,-33,-109,-103r0,-160r56,0r0,160v0,28,7,56,53,56v40,0,53,-17,53,-56r0,-160r57,0xm73,-332r23,0v7,36,70,32,75,0r23,0v-5,37,-28,52,-64,52v-35,0,-54,-17,-57,-52"},"\u016e":{"d":"243,-257r0,160v0,69,-41,103,-110,103v-69,0,-109,-33,-109,-103r0,-160r56,0r0,160v0,28,7,56,53,56v40,0,53,-17,53,-56r0,-160r57,0xm89,-311v0,-24,20,-44,44,-44v24,0,44,20,44,44v0,25,-20,44,-44,44v-24,0,-44,-19,-44,-44xm110,-311v0,14,9,24,23,24v14,0,23,-10,23,-24v0,-14,-9,-25,-23,-25v-14,0,-23,11,-23,25"},"\u0170":{"d":"243,-257r0,160v0,69,-41,103,-110,103v-69,0,-109,-33,-109,-103r0,-160r56,0r0,160v0,28,7,56,53,56v40,0,53,-17,53,-56r0,-160r57,0xm240,-332r-54,52r-35,0r33,-52r56,0xm166,-332r-54,52r-36,0r33,-52r57,0"},"\u0172":{"d":"122,6v-62,-4,-98,-36,-98,-103r0,-160r56,0r0,160v0,28,7,56,53,56v40,0,53,-17,53,-56r0,-160r57,0v-5,113,32,259,-94,262v-13,13,-22,20,-24,37v3,20,23,19,34,4r18,8v-14,18,-29,24,-48,24v-15,1,-42,-11,-39,-29v-4,-12,17,-34,32,-43"},"\u0174":{"d":"339,-257r-69,257r-57,0r-44,-175r-43,175r-57,0r-68,-257r57,0r41,175r45,-175r53,0r44,177r42,-177r56,0xm108,-280r40,-52r47,0r40,52r-42,0r-23,-30r-23,30r-39,0","w":339},"\u0176":{"d":"91,0r0,-100r-94,-157r63,0r61,101r59,-101r63,0r-95,158r0,99r-57,0xm59,-280r40,-52r47,0r39,52r-42,0r-22,-30r-23,30r-39,0","w":240},"\u0179":{"d":"8,0r0,-45r138,-165r-127,0r0,-47r202,0r0,45r-137,164r141,0r0,48r-217,0xm188,-332r-56,52r-36,0r35,-52r57,0","w":233},"\u017b":{"d":"8,0r0,-45r138,-165r-127,0r0,-47r202,0r0,45r-137,164r141,0r0,48r-217,0xm96,-284r0,-42r49,0r0,42r-49,0","w":233},"\u0101":{"d":"68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v2,-85,123,-39,123,-81v0,-22,-15,-25,-33,-25v-20,0,-32,8,-34,28xm135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm39,-223r0,-27r134,0r0,27r-134,0","w":206},"\u0103":{"d":"68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v2,-85,123,-39,123,-81v0,-22,-15,-25,-33,-25v-20,0,-32,8,-34,28xm135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm45,-264r24,0v7,38,70,33,75,0r23,0v-5,37,-28,53,-64,53v-35,0,-55,-18,-58,-53","w":206},"\u0105":{"d":"103,49v3,-27,13,-30,38,-49v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v2,-85,123,-39,123,-81v0,-22,-15,-25,-33,-25v-20,0,-32,8,-34,28r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-30,0v-22,21,-28,32,-28,42v0,21,21,19,32,4r17,8v-13,18,-27,24,-45,24v-15,1,-38,-11,-36,-29xm135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62","w":206},"\u0107":{"d":"196,-121r-50,0v-3,-21,-16,-32,-38,-32v-33,0,-43,34,-43,61v0,27,10,59,42,59v24,0,38,-15,41,-38r49,0v-7,49,-40,76,-89,76v-56,0,-94,-39,-94,-95v0,-58,35,-101,95,-101v44,0,84,22,87,70xm181,-263r-55,51r-36,0r35,-51r56,0","w":206},"\u0109":{"d":"196,-121r-50,0v-3,-21,-16,-32,-38,-32v-33,0,-43,34,-43,61v0,27,10,59,42,59v24,0,38,-15,41,-38r49,0v-7,49,-40,76,-89,76v-56,0,-94,-39,-94,-95v0,-58,35,-101,95,-101v44,0,84,22,87,70xm48,-212r39,-51r47,0r40,51r-42,0r-23,-29r-23,29r-38,0","w":206},"\u010d":{"d":"196,-121r-50,0v-3,-21,-16,-32,-38,-32v-33,0,-43,34,-43,61v0,27,10,59,42,59v24,0,38,-15,41,-38r49,0v-7,49,-40,76,-89,76v-56,0,-94,-39,-94,-95v0,-58,35,-101,95,-101v44,0,84,22,87,70xm174,-263r-40,51r-47,0r-40,-51r40,0r24,29r23,-29r40,0","w":206},"\u010b":{"d":"196,-121r-50,0v-3,-21,-16,-32,-38,-32v-33,0,-43,34,-43,61v0,27,10,59,42,59v24,0,38,-15,41,-38r49,0v-7,49,-40,76,-89,76v-56,0,-94,-39,-94,-95v0,-58,35,-101,95,-101v44,0,84,22,87,70xm85,-215r0,-42r49,0r0,42r-49,0","w":206},"\u010f":{"d":"152,-94v0,-30,-11,-59,-44,-59v-62,0,-60,119,0,120v33,0,44,-30,44,-61xm152,0r0,-24v-12,20,-33,29,-57,29v-56,0,-83,-48,-83,-100v0,-50,27,-96,82,-96v23,-1,42,12,56,28r0,-94r51,0r0,257r-49,0xm283,-257r-31,51r-35,0r13,-51r53,0","w":259},"\u0111":{"d":"94,-204r0,-27r56,0r0,-26r51,0r0,26r27,0r0,27r-27,0r0,204r-49,0r0,-24v-12,20,-33,29,-57,29v-56,0,-83,-48,-83,-100v0,-50,27,-96,82,-96v23,-1,42,12,56,28r0,-41r-56,0xm152,-94v0,-30,-11,-59,-44,-59v-62,0,-60,119,0,120v33,0,44,-30,44,-61","w":228},"\u011b":{"d":"62,-113r83,0v-5,-26,-16,-40,-41,-40v-33,0,-41,26,-42,40xm196,-81r-134,0v-8,58,74,59,86,23r45,0v-14,44,-46,63,-88,63v-59,0,-95,-40,-95,-98v0,-56,38,-98,95,-98v63,0,95,53,91,110xm169,-263r-40,51r-47,0r-40,-51r41,0r23,29r23,-29r40,0","w":206},"\u0113":{"d":"62,-113r83,0v-5,-26,-16,-40,-41,-40v-33,0,-41,26,-42,40xm196,-81r-134,0v-8,58,74,59,86,23r45,0v-14,44,-46,63,-88,63v-59,0,-95,-40,-95,-98v0,-56,38,-98,95,-98v63,0,95,53,91,110xm38,-223r0,-27r134,0r0,27r-134,0","w":206},"\u0115":{"d":"62,-113r83,0v-5,-26,-16,-40,-41,-40v-33,0,-41,26,-42,40xm196,-81r-134,0v-8,58,74,59,86,23r45,0v-14,44,-46,63,-88,63v-59,0,-95,-40,-95,-98v0,-56,38,-98,95,-98v63,0,95,53,91,110xm45,-264r23,0v7,37,71,33,76,0r22,0v-5,37,-28,53,-64,53v-35,0,-54,-18,-57,-53","w":206},"\u0117":{"d":"62,-113r83,0v-5,-26,-16,-40,-41,-40v-33,0,-41,26,-42,40xm196,-81r-134,0v-8,58,74,59,86,23r45,0v-14,44,-46,63,-88,63v-59,0,-95,-40,-95,-98v0,-56,38,-98,95,-98v63,0,95,53,91,110xm81,-215r0,-42r49,0r0,42r-49,0","w":206},"\u0119":{"d":"94,4v-54,-4,-83,-44,-84,-97v0,-56,38,-98,95,-98v63,0,95,53,91,110r-134,0v-8,58,74,59,86,23r45,0v-12,35,-33,56,-72,62v-13,13,-23,21,-26,38v3,21,24,19,35,4r17,8v-14,18,-29,24,-48,24v-14,1,-41,-11,-38,-29v-5,-13,18,-37,33,-45xm62,-113r83,0v-5,-26,-16,-40,-41,-40v-33,0,-41,26,-42,40","w":206},"\u011d":{"d":"106,-44v29,0,44,-24,44,-51v0,-30,-11,-58,-44,-58v-29,0,-41,25,-41,53v0,27,9,56,41,56xm198,-186r0,174v0,31,-11,83,-96,83v-37,0,-79,-18,-82,-60r51,0v13,44,87,27,79,-21v-1,-7,2,-18,-1,-24v-11,20,-33,29,-56,29v-56,0,-79,-43,-79,-94v0,-48,28,-92,80,-92v25,-1,41,10,56,30r0,-25r48,0xm53,-212r40,-51r46,0r40,51r-42,0r-23,-29r-23,29r-38,0","w":219},"\u011f":{"d":"106,-44v29,0,44,-24,44,-51v0,-30,-11,-58,-44,-58v-29,0,-41,25,-41,53v0,27,9,56,41,56xm198,-186r0,174v0,31,-11,83,-96,83v-37,0,-79,-18,-82,-60r51,0v13,44,87,27,79,-21v-1,-7,2,-18,-1,-24v-11,20,-33,29,-56,29v-56,0,-79,-43,-79,-94v0,-48,28,-92,80,-92v25,-1,41,10,56,30r0,-25r48,0xm48,-264r23,0v7,37,70,33,75,0r23,0v-5,37,-28,53,-64,53v-35,0,-54,-18,-57,-53","w":219},"\u0121":{"d":"106,-44v29,0,44,-24,44,-51v0,-30,-11,-58,-44,-58v-29,0,-41,25,-41,53v0,27,9,56,41,56xm198,-186r0,174v0,31,-11,83,-96,83v-37,0,-79,-18,-82,-60r51,0v13,44,87,27,79,-21v-1,-7,2,-18,-1,-24v-11,20,-33,29,-56,29v-56,0,-79,-43,-79,-94v0,-48,28,-92,80,-92v25,-1,41,10,56,30r0,-25r48,0xm86,-215r0,-42r49,0r0,42r-49,0","w":219},"\u0123":{"d":"106,-44v29,0,44,-24,44,-51v0,-30,-11,-58,-44,-58v-29,0,-41,25,-41,53v0,27,9,56,41,56xm198,-186r0,174v0,31,-11,83,-96,83v-37,0,-79,-18,-82,-60r51,0v13,44,87,27,79,-21v-1,-7,2,-18,-1,-24v-11,20,-33,29,-56,29v-56,0,-79,-43,-79,-94v0,-48,28,-92,80,-92v25,-1,41,10,56,30r0,-25r48,0xm138,-257r0,33r-52,0v-5,-41,10,-65,49,-60r0,14v-12,1,-18,4,-21,13r24,0","w":219},"\u0125":{"d":"19,0r0,-257r52,0r1,97v13,-21,35,-31,54,-31v97,-2,61,108,68,191r-51,0v-6,-52,21,-148,-33,-151v-59,-3,-34,97,-39,151r-52,0xm45,-280r40,-52r46,0r40,52r-42,0r-22,-30r-23,30r-39,0","w":213},"\u0127":{"d":"-2,-204r0,-27r32,0r0,-26r51,0r0,26r51,0r0,27r-51,0v1,14,-2,32,1,44v13,-21,36,-31,55,-31v97,-2,61,108,68,191r-51,0v-6,-52,21,-148,-33,-151v-60,-3,-35,96,-40,151r-51,0r0,-204r-32,0","w":224},"\u0129":{"d":"21,0r0,-186r51,0r0,186r-51,0xm23,-260v17,0,57,31,65,0r25,0v-4,20,-11,38,-41,41v-20,2,-62,-30,-69,3r-22,0v3,-21,17,-44,42,-44","w":92},"\u012b":{"d":"21,0r0,-186r51,0r0,186r-51,0xm-20,-223r0,-27r134,0r0,27r-134,0","w":92},"\u012f":{"d":"6,49v4,-26,13,-30,38,-49r-23,0r0,-186r51,0r0,186r-8,0v-21,21,-27,32,-27,42v2,20,22,19,32,4r15,8v-13,18,-26,24,-43,24v-14,1,-37,-12,-35,-29xm72,-257r0,42r-51,0r0,-42r51,0","w":92},"\u0135":{"d":"-7,64r0,-42v13,2,31,3,31,-15r0,-193r51,0r0,195v5,44,-31,63,-82,55xm-14,-212r40,-51r46,0r40,51r-42,0r-22,-29r-24,29r-38,0","w":100},"\u0137":{"d":"24,0r0,-257r51,0r0,138r65,-67r60,0r-70,68r78,118r-62,0r-51,-83r-20,19r0,64r-51,0xm85,51r0,-33r52,0v5,41,-10,65,-49,60r0,-13v12,-1,18,-5,21,-14r-24,0","w":206},"\u013a":{"d":"21,0r0,-257r51,0r0,257r-51,0xm112,-332r-55,52r-36,0r34,-52r57,0","w":92},"\u013e":{"d":"21,0r0,-257r51,0r0,257r-51,0xm154,-257r-30,51r-35,0r12,-51r53,0","w":130},"\u013c":{"d":"21,0r0,-257r51,0r0,257r-51,0xm20,51r0,-33r52,0v5,41,-9,65,-48,60r0,-13v12,-1,17,-5,20,-14r-24,0","w":92},"\u0144":{"d":"19,0r0,-186r49,0v1,8,-2,20,1,26v13,-21,35,-31,57,-31v97,-2,61,108,68,191r-51,0v-6,-52,21,-148,-33,-151v-59,-3,-34,97,-39,151r-52,0xm175,-263r-56,51r-35,0r34,-51r57,0","w":213},"\u0148":{"d":"19,0r0,-186r49,0v1,8,-2,20,1,26v13,-21,35,-31,57,-31v97,-2,61,108,68,191r-51,0v-6,-52,21,-148,-33,-151v-59,-3,-34,97,-39,151r-52,0xm171,-263r-40,51r-47,0r-40,-51r41,0r23,29r23,-29r40,0","w":213},"\u0146":{"d":"19,0r0,-186r49,0v1,8,-2,20,1,26v13,-21,35,-31,57,-31v97,-2,61,108,68,191r-51,0v-6,-52,21,-148,-33,-151v-59,-3,-34,97,-39,151r-52,0xm80,51r0,-33r52,0v5,41,-10,65,-49,60r0,-13v12,-1,18,-5,21,-14r-24,0","w":213},"\u014d":{"d":"65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60xm14,-93v0,-59,38,-98,96,-98v59,0,96,39,96,98v0,59,-37,98,-96,98v-58,0,-96,-39,-96,-98xm44,-223r0,-27r134,0r0,27r-134,0","w":219},"\u014f":{"d":"65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60xm14,-93v0,-59,38,-98,96,-98v59,0,96,39,96,98v0,59,-37,98,-96,98v-58,0,-96,-39,-96,-98xm51,-264r24,0v7,37,70,33,75,0r23,0v-5,37,-28,53,-64,53v-35,0,-55,-18,-58,-53","w":219},"\u0151":{"d":"65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60xm14,-93v0,-59,38,-98,96,-98v59,0,96,39,96,98v0,59,-37,98,-96,98v-58,0,-96,-39,-96,-98xm218,-263r-53,51r-36,0r33,-51r56,0xm144,-263r-54,51r-36,0r33,-51r57,0","w":219},"\u0155":{"d":"19,0r0,-186r49,0v1,11,-2,25,1,34v12,-25,39,-45,70,-37r0,47v-44,-10,-68,18,-68,58r0,84r-52,0xm123,-263r-56,51r-35,0r34,-51r57,0","w":140},"\u0157":{"d":"19,0r0,-186r49,0v1,11,-2,25,1,34v12,-25,39,-45,70,-37r0,47v-44,-10,-68,18,-68,58r0,84r-52,0xm20,51r0,-33r52,0v5,41,-10,65,-49,60r0,-13v12,-1,18,-5,21,-14r-24,0","w":140},"\u0159":{"d":"19,0r0,-186r49,0v1,11,-2,25,1,34v12,-25,39,-45,70,-37r0,47v-44,-10,-68,18,-68,58r0,84r-52,0xm140,-263r-40,51r-47,0r-40,-51r41,0r23,29r23,-29r40,0","w":140},"\u015b":{"d":"132,-53v0,-35,-117,-19,-117,-78v0,-48,41,-60,81,-60v40,0,78,13,82,59r-49,0v-1,-20,-17,-25,-35,-25v-12,0,-28,2,-28,17v0,18,29,21,58,28v30,7,59,17,59,52v0,49,-43,65,-85,65v-43,0,-86,-16,-88,-65r49,0v0,22,19,31,39,31v14,0,34,-6,34,-24xm167,-263r-55,51r-36,0r35,-51r56,0","w":193},"\u015d":{"d":"132,-53v0,-35,-117,-19,-117,-78v0,-48,41,-60,81,-60v40,0,78,13,82,59r-49,0v-1,-20,-17,-25,-35,-25v-12,0,-28,2,-28,17v0,18,29,21,58,28v30,7,59,17,59,52v0,49,-43,65,-85,65v-43,0,-86,-16,-88,-65r49,0v0,22,19,31,39,31v14,0,34,-6,34,-24xm36,-212r40,-51r47,0r39,51r-42,0r-22,-29r-23,29r-39,0","w":193},"\u015f":{"d":"183,-60v-1,45,-35,64,-80,65r-10,14v20,-6,45,1,46,23v1,46,-60,39,-87,28r7,-17v10,4,45,15,45,-6v0,-22,-32,-1,-36,-17r18,-25v-42,-3,-74,-21,-76,-65r49,0v0,22,19,31,39,31v14,0,34,-6,34,-24v0,-35,-117,-19,-117,-78v0,-48,41,-60,81,-60v40,0,78,13,82,59r-49,0v-1,-20,-17,-25,-35,-25v-12,0,-28,2,-28,17v0,18,29,21,58,28v30,7,59,17,59,52","w":193},"\uf6c2":{"d":"183,-60v-1,45,-35,64,-80,65r-10,14v20,-6,45,1,46,23v1,46,-60,39,-87,28r7,-17v10,4,45,15,45,-6v0,-22,-32,-1,-36,-17r18,-25v-42,-3,-74,-21,-76,-65r49,0v0,22,19,31,39,31v14,0,34,-6,34,-24v0,-35,-117,-19,-117,-78v0,-48,41,-60,81,-60v40,0,78,13,82,59r-49,0v-1,-20,-17,-25,-35,-25v-12,0,-28,2,-28,17v0,18,29,21,58,28v30,7,59,17,59,52","w":193},"\u0165":{"d":"184,-257r-31,51r-35,0r12,-51r54,0xm84,-242r0,56r38,0r0,34r-38,0r0,92v-3,24,20,24,38,20r0,40v-41,4,-90,6,-89,-42r0,-110r-31,0r0,-34r31,0r0,-56r51,0","w":159},"\u0163":{"d":"84,-242r0,56r38,0r0,34r-38,0r0,92v-3,24,20,24,38,20r0,40v-41,4,-90,6,-89,-42r0,-110r-31,0r0,-34r31,0r0,-56r51,0xm50,51r0,-33r53,0v5,41,-10,65,-49,60r0,-13v12,-1,18,-5,21,-14r-25,0","w":126},"\u0167":{"d":"-3,-98r0,-27r36,0r0,-27r-31,0r0,-34r31,0r0,-56r51,0r0,56r38,0r0,34r-38,0r0,27r41,0r0,27r-41,0v-1,33,-7,73,38,58r0,40v-41,4,-90,6,-89,-42r0,-56r-36,0","w":126},"\u0169":{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0xm84,-260v16,0,57,31,65,0r25,0v-4,20,-11,39,-41,41v-21,2,-62,-30,-70,3r-22,0v3,-21,18,-44,43,-44","w":213},"\u016b":{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0xm41,-223r0,-27r134,0r0,27r-134,0","w":213},"\u016d":{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0xm47,-264r24,0v7,38,70,33,75,0r22,0v-5,37,-28,53,-64,53v-35,0,-54,-18,-57,-53","w":213},"\u016f":{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0xm63,-246v0,-24,20,-44,44,-44v24,0,45,20,45,44v0,25,-21,43,-45,43v-24,0,-44,-18,-44,-43xm85,-246v0,14,8,24,22,24v14,0,23,-10,23,-24v0,-14,-9,-25,-23,-25v-14,0,-22,11,-22,25","w":213},"\u0171":{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0xm214,-263r-53,51r-36,0r33,-51r56,0xm140,-263r-54,51r-36,0r33,-51r57,0","w":213},"\u0173":{"d":"108,49v3,-26,12,-30,37,-49v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0r0,186r-27,0v-21,21,-27,32,-27,42v2,21,20,19,31,4r16,8v-13,18,-27,24,-44,24v-14,1,-37,-11,-35,-29","w":213},"\u0175":{"d":"291,-186r-59,186r-52,0r-34,-125r-32,125r-53,0r-59,-186r54,0r35,126r31,-126r50,0r32,126r34,-126r53,0xm85,-212r40,-51r46,0r40,51r-42,0r-22,-29r-24,29r-38,0","w":293},"\u0177":{"d":"189,-186r-78,209v-12,40,-48,47,-95,41r0,-42v29,6,58,-3,47,-34r-65,-174r55,0r42,127r41,-127r53,0xm33,-212r40,-51r47,0r39,51r-42,0r-22,-29r-23,29r-39,0","w":186},"\u017a":{"d":"8,0r0,-39r97,-109r-90,0r0,-38r157,0r0,38r-97,109r104,0r0,39r-171,0xm166,-263r-56,51r-35,0r34,-51r57,0","w":186},"\u017c":{"d":"8,0r0,-39r97,-109r-90,0r0,-38r157,0r0,38r-97,109r104,0r0,39r-171,0xm71,-215r0,-42r49,0r0,42r-49,0","w":186},"\u00a0":{"w":100},"\u0110":{"d":"81,-210r0,56r58,0r0,42r-58,0r0,64v68,2,111,3,115,-77v4,-69,-40,-93,-115,-85xm25,0r0,-112r-24,0r0,-42r24,0r0,-103r111,0v67,0,116,42,116,127v0,75,-38,130,-116,130r-111,0"},"\u00ad":{"d":"19,-76r0,-44r108,0r0,44r-108,0","w":146}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1988, 1990, 1993, 2003 Linotype Library GmbH, www.linotype.com. All
 * rights reserved. Copyright © 1988, 1990, 1993 Adobe Systems Incorporated. All
 * Rights Reserved.
 * 
 * Trademark:
 * Helvetica, Neue Helvetica is a trademark of Heidelberger Druckmaschinen AG
 * which may be registered in certain jurisdictions, exclusively licensed through
 * Linotype Library GmbH, a wholly owned subsidiary of Heidelberger Druckmaschinen
 * AG.
 * 
 * Full name:
 * HelveticaNeueLTPro-Lt
 * 
 * Description:
 * Copyright © 1988, 1990, 1993, 2003 Linotype Library GmbH, www.linotype.com. All
 * rights reserved. Copyright © 1988, 1990, 1993 Adobe Systems Incorporated. All
 * Rights Reserved.
 * 
 * Manufacturer:
 * Linotype Library GmbH
 * 
 * Designer:
 * Linotype Library GmbH
 * 
 * Vendor URL:
 * http://www.Linotype.com
 * 
 * License information:
 * http://www.Linotype.com
 */
Cufon.registerFont({"w":200,"face":{"font-family":"helvetica-neue","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 4 3 2 2 2 2 2 4","ascent":"257","descent":"-103","x-height":"5","bbox":"-26 -348 377 77","underline-thickness":"18","underline-position":"-18","stemh":"19","stemv":"23","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":100},"\u0149":{"d":"28,0r0,-186r22,0v1,10,-2,24,1,32v9,-22,34,-37,60,-37v98,0,61,108,68,191r-23,0v-8,-67,28,-171,-47,-172v-75,-1,-58,98,-59,172r-22,0xm8,-290r31,0v2,31,-1,57,-31,55r0,-10v10,-2,13,-6,14,-12r-14,0r0,-33","w":199},"\u0132":{"d":"28,0r0,-257r24,0r0,257r-24,0xm211,-82r0,-175r25,0r0,185v0,52,-20,77,-75,77v-59,0,-72,-42,-72,-87r25,0v1,22,-2,67,49,67v39,0,48,-20,48,-67","w":261},"\u0133":{"d":"22,-221r0,-36r23,0r0,36r-23,0xm22,0r0,-186r23,0r0,186r-23,0xm90,-221r0,-36r22,0r0,36r-22,0xm90,23r0,-209r22,0r0,203v2,34,-15,59,-55,51r0,-19v21,5,33,-6,33,-26","w":134},"!":{"d":"59,0r-31,0r0,-38r31,0r0,38xm37,-64r-6,-116r0,-77r25,0r0,77r-6,116r-13,0","w":86},"\"":{"d":"79,-170r0,-87r23,0r0,87r-23,0xm31,-170r0,-87r23,0r0,87r-23,0","w":133},"#":{"d":"131,-153r-51,0r-8,57r51,0xm179,-96r0,16r-40,0r-11,80r-18,0r11,-80r-51,0r-11,80r-18,0r11,-80r-39,0r0,-16r41,0r8,-57r-39,0r0,-16r41,0r12,-80r18,0r-12,80r51,0r11,-80r18,0r-11,80r38,0r0,16r-40,0r-8,57r38,0"},"$":{"d":"10,-82r23,0v0,42,22,64,60,68r0,-106v-41,-9,-76,-22,-76,-72v0,-43,34,-70,76,-70r0,-29r14,0r0,29v42,0,77,31,76,78r-23,0v0,-36,-21,-59,-53,-59r0,103v41,9,83,23,83,73v0,48,-41,72,-83,72r0,31r-14,0r0,-31v-56,-5,-81,-32,-83,-87xm93,-143r0,-100v-29,0,-53,15,-53,53v0,33,26,40,53,47xm107,-117r0,103v30,0,60,-15,60,-52v0,-34,-32,-44,-60,-51"},"%":{"d":"82,-254v41,0,57,29,57,68v0,39,-16,68,-57,68v-41,0,-57,-29,-57,-68v0,-39,16,-68,57,-68xm240,-114v-31,0,-38,29,-38,52v0,23,7,51,38,51v30,0,38,-28,38,-51v0,-23,-8,-52,-38,-52xm240,-131v41,0,57,29,57,68v0,39,-16,68,-57,68v-41,0,-57,-29,-57,-68v0,-39,16,-68,57,-68xm68,12r163,-273r17,0r-162,273r-18,0xm82,-238v-31,0,-38,29,-38,52v0,23,7,52,38,52v30,0,38,-29,38,-52v0,-23,-8,-52,-38,-52","w":320},"&":{"d":"102,-238v-19,0,-34,11,-34,33v0,18,17,38,29,52v18,-12,39,-27,39,-52v0,-22,-15,-33,-34,-33xm195,0r-28,-33v-37,58,-154,50,-153,-34v0,-36,34,-61,63,-76v-14,-18,-32,-37,-32,-62v0,-31,26,-52,57,-52v31,0,57,21,57,52v0,32,-24,51,-50,67r56,67v6,-13,7,-23,7,-43r23,0v0,14,-3,40,-15,62r43,52r-28,0xm153,-50r-64,-78v-25,13,-52,33,-52,64v0,30,27,50,56,50v26,0,46,-15,60,-36","w":219},"(":{"d":"87,69r-18,0v-67,-97,-67,-235,0,-331r18,0v-60,97,-62,235,0,331","w":86},")":{"d":"0,-262r18,0v67,97,66,235,0,331r-18,0v61,-97,61,-235,0,-331","w":86},"*":{"d":"51,-200r-41,-14r5,-14r41,15r0,-44r14,0r0,44r42,-15r5,14r-42,14r25,35r-11,8r-26,-36r-27,36r-11,-8","w":126},"+":{"d":"99,-100r0,-81r19,0r0,81r81,0r0,19r-81,0r0,81r-19,0r0,-81r-81,0r0,-19r81,0","w":216},",":{"d":"35,-38r30,0v1,41,1,77,-32,87r0,-15v12,-4,18,-23,17,-34r-15,0r0,-38","w":100},"-":{"d":"112,-89r-90,0r0,-20r90,0r0,20","w":133},".":{"d":"65,0r-30,0r0,-38r30,0r0,38","w":100},"\/":{"d":"15,5r-20,0r111,-267r19,0","w":119},"0":{"d":"100,-254v73,0,88,70,88,129v0,59,-15,130,-88,130v-73,0,-88,-70,-88,-129v0,-59,15,-130,88,-130xm100,-235v-58,0,-65,66,-65,110v0,44,7,111,65,111v58,0,65,-67,65,-111v0,-44,-7,-110,-65,-110"},"1":{"d":"35,-187r0,-16v40,-1,64,-3,71,-49r18,0r0,252r-22,0r0,-187r-67,0"},"2":{"d":"178,-183v-1,86,-117,92,-139,162r140,0r0,21r-166,0v1,-75,77,-96,121,-136v37,-33,21,-99,-35,-99v-41,0,-58,33,-57,70r-23,0v-1,-52,26,-89,81,-89v44,0,78,24,78,71"},"3":{"d":"12,-80r23,0v-2,40,23,66,63,66v33,0,64,-19,64,-55v-1,-43,-35,-58,-80,-54r0,-19v38,3,71,-6,71,-46v0,-33,-25,-47,-55,-47v-37,0,-59,27,-58,64r-22,0v0,-48,30,-83,79,-83v39,0,78,19,78,64v0,27,-15,49,-42,56v33,5,52,30,52,63v0,49,-41,76,-87,76v-52,0,-90,-31,-86,-85"},"4":{"d":"31,-82r96,0r-1,-137xm11,-63r0,-22r116,-167r21,0r0,170r38,0r0,19r-38,0r0,63r-21,0r0,-63r-116,0"},"5":{"d":"13,-72r23,0v1,35,27,58,62,58v39,0,63,-31,63,-68v0,-65,-90,-89,-121,-36r-19,0r24,-131r126,0r0,21r-110,0r-16,84v48,-51,138,-11,138,64v0,49,-39,85,-87,85v-47,0,-82,-29,-83,-77"},"6":{"d":"182,-188r-23,0v-4,-28,-23,-47,-52,-47v-58,-1,-72,69,-69,113v12,-25,38,-42,67,-42v50,0,83,35,83,84v0,49,-35,85,-85,85v-61,0,-89,-36,-89,-134v0,-30,8,-125,90,-125v45,0,73,22,78,66xm104,-145v-40,0,-62,30,-62,67v0,36,19,64,63,64v36,0,60,-29,60,-64v0,-37,-22,-67,-61,-67"},"7":{"d":"18,-228r0,-21r162,0r0,21v-32,33,-96,111,-102,228r-24,0v6,-85,34,-148,104,-228r-140,0"},"8":{"d":"100,-144v28,0,54,-15,54,-47v0,-29,-24,-44,-54,-44v-28,0,-54,15,-54,44v0,33,27,47,54,47xm176,-191v1,28,-17,46,-41,56v33,7,52,30,52,64v0,51,-39,76,-87,76v-48,0,-87,-25,-87,-76v0,-34,22,-57,51,-65v-26,-8,-41,-27,-41,-55v1,-84,152,-85,153,0xm100,-14v36,0,64,-18,64,-57v0,-36,-30,-54,-64,-54v-35,0,-64,17,-64,54v0,38,28,57,64,57"},"9":{"d":"18,-60r23,0v4,28,24,46,53,46v58,1,71,-68,68,-112v-12,25,-38,41,-67,41v-50,0,-83,-35,-83,-84v0,-49,36,-85,86,-85v61,0,88,36,88,134v0,30,-8,125,-90,125v-45,0,-73,-21,-78,-65xm96,-104v40,0,62,-29,62,-66v0,-36,-19,-65,-63,-65v-36,0,-60,30,-60,65v0,37,22,66,61,66"},":":{"d":"65,0r-30,0r0,-38r30,0r0,38xm65,-142r-30,0r0,-38r30,0r0,38","w":100},";":{"d":"65,-142r-30,0r0,-38r30,0r0,38xm35,-38r30,0v1,41,1,77,-32,87r0,-15v12,-4,18,-23,17,-34r-15,0r0,-38","w":100},"<":{"d":"199,-17r0,20r-182,-84r0,-20r182,-84r0,20r-160,74","w":216},"=":{"d":"199,-65r0,19r-181,0r0,-19r181,0xm199,-136r0,19r-181,0r0,-19r181,0","w":216},">":{"d":"17,-17r160,-74r-160,-74r0,-20r182,84r0,20r-182,84r0,-20","w":216},"?":{"d":"83,0r0,-38r30,0r0,38r-30,0xm87,-64v-12,-64,65,-75,65,-131v0,-29,-24,-48,-52,-48v-39,0,-59,28,-58,65r-23,0v0,-51,30,-84,82,-84v40,0,73,24,73,66v0,61,-77,69,-65,132r-22,0","w":193},"@":{"d":"221,-196r-35,104v-5,15,-7,30,5,30v32,0,61,-50,61,-90v0,-59,-46,-94,-102,-94v-67,0,-114,53,-114,119v0,65,48,116,114,116v35,0,72,-18,93,-48r19,0v-22,39,-67,64,-112,64v-78,0,-133,-59,-133,-135v0,-75,59,-132,132,-132v69,0,122,46,122,112v0,58,-43,104,-83,104v-13,0,-24,-8,-25,-24v-26,39,-94,26,-94,-29v0,-50,35,-104,86,-104v16,0,30,9,38,31r9,-24r19,0xm153,-184v-37,0,-61,51,-61,84v0,22,13,34,30,34v33,0,60,-52,60,-84v0,-17,-15,-34,-29,-34","w":288},"A":{"d":"114,-233r-52,132r101,0xm-3,0r104,-257r28,0r100,257r-26,0r-31,-80r-117,0r-31,80r-27,0","w":226,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":2,"\u0162":24,"\u0164":24,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"y":6,"w":6,"v":6,"Y":27,"W":2,"V":18,"T":24}},"B":{"d":"50,-236r0,92v57,0,143,9,143,-44v0,-62,-84,-46,-143,-48xm26,0r0,-257v81,4,188,-23,191,63v0,27,-18,52,-45,58v33,4,55,30,55,63v0,24,-8,73,-92,73r-109,0xm50,-123r0,102v66,-4,149,19,152,-53v2,-62,-90,-48,-152,-49","w":240},"C":{"d":"238,-179r-24,0v-9,-40,-42,-63,-79,-63v-132,1,-130,226,0,227v48,0,77,-37,82,-83r25,0v-7,63,-47,103,-107,103v-81,0,-121,-63,-121,-134v0,-71,40,-133,121,-133v49,0,96,29,103,83","w":253},"D":{"d":"26,0r0,-257r89,0v78,2,118,43,118,128v0,85,-40,129,-118,129r-89,0xm50,-236r0,215v97,5,158,-9,158,-108v0,-99,-61,-113,-158,-107","w":246},"E":{"d":"26,0r0,-257r177,0r0,21r-153,0r0,93r144,0r0,21r-144,0r0,101r155,0r0,21r-179,0","w":213},"F":{"d":"26,0r0,-257r163,0r0,21r-139,0r0,93r124,0r0,21r-124,0r0,122r-24,0","w":193,"k":{"\u0104":20,"\u0102":20,"\u0100":20,"\u00c3":20,"\u00c5":20,"\u00c0":20,"\u00c4":20,"\u00c2":20,"\u00c1":20,"A":20,".":46,",":46}},"G":{"d":"246,-131r0,131r-18,0v-2,-15,0,-34,-4,-47v-17,37,-52,52,-89,52v-81,0,-121,-63,-121,-134v0,-71,40,-133,121,-133v54,0,97,29,107,85r-24,0v-3,-30,-34,-65,-83,-65v-132,1,-130,226,0,227v57,0,90,-40,89,-95r-88,0r0,-21r110,0","w":266},"H":{"d":"26,0r0,-257r24,0r0,112r153,0r0,-112r25,0r0,257r-25,0r0,-125r-153,0r0,125r-24,0","w":253},"I":{"d":"28,0r0,-257r24,0r0,257r-24,0","w":79},"J":{"d":"130,-82r0,-175r24,0r0,185v0,52,-20,77,-75,77v-59,0,-71,-42,-71,-87r24,0v1,22,-2,67,49,67v39,0,49,-20,49,-67","w":180},"K":{"d":"26,0r0,-257r24,0r0,138r150,-138r33,0r-115,106r120,151r-31,0r-107,-134r-50,46r0,88r-24,0","w":233},"L":{"d":"26,0r0,-257r24,0r0,236r144,0r0,21r-168,0","w":193,"k":{"\u0177":13,"\u0176":40,"\u0174":20,"\u0162":33,"\u0164":33,"\u00ff":13,"\u00fd":13,"\u0178":40,"\u00dd":40,"y":13,"Y":40,"W":20,"V":33,"T":33}},"M":{"d":"25,0r0,-257r36,0r89,225r89,-225r36,0r0,257r-25,0r-1,-222r-87,222r-23,0r-89,-222r0,222r-25,0","w":299},"N":{"d":"26,0r0,-257r27,0r150,217r0,-217r25,0r0,257r-27,0r-151,-217r0,217r-24,0","w":253},"O":{"d":"134,-242v-132,1,-130,226,0,227v130,-1,130,-226,0,-227xm12,-129v0,-71,41,-133,122,-133v81,0,121,62,121,133v0,71,-40,134,-121,134v-81,0,-122,-63,-122,-134","w":266},"P":{"d":"50,-236r0,105v63,-2,142,16,142,-53v0,-68,-79,-50,-142,-52xm26,0r0,-257r114,0v46,0,76,27,76,73v0,46,-30,74,-76,74r-90,0r0,110r-24,0","w":226,"k":{"\u0104":27,"\u0102":27,"\u0100":27,"\u00c3":27,"\u00c5":27,"\u00c0":27,"\u00c4":27,"\u00c2":27,"\u00c1":27,"A":27,".":55,",":55}},"Q":{"d":"252,1r-12,16r-40,-31v-18,13,-39,19,-66,19v-81,0,-122,-63,-122,-134v0,-71,41,-133,122,-133v125,0,155,163,82,235xm160,-69r37,28v59,-60,42,-201,-63,-201v-132,1,-130,226,0,227v18,0,34,-5,47,-13r-34,-26","w":266},"R":{"d":"50,-236r0,101v63,-2,144,15,147,-50v3,-66,-85,-49,-147,-51xm202,0v-16,-45,6,-114,-59,-114r-93,0r0,114r-24,0r0,-257v85,3,195,-22,196,67v1,34,-19,57,-50,66v62,5,34,81,57,124r-27,0","w":240,"k":{"\u0177":-9,"\u0176":5,"\u0174":-2,"\u0162":-2,"\u0164":-2,"\u00ff":-9,"\u00fd":-9,"\u0178":5,"\u00dd":5,"y":-9,"Y":5,"W":-2,"V":-2,"T":-2}},"S":{"d":"13,-85r24,0v-1,53,37,70,84,70v27,0,68,-16,68,-53v0,-83,-167,-24,-168,-122v0,-25,17,-72,89,-72v51,0,95,26,95,79r-25,0v2,-72,-134,-84,-134,-7v0,47,64,42,101,54v35,12,67,26,67,68v0,18,-7,73,-98,73v-61,0,-106,-27,-103,-90","w":226},"T":{"d":"-2,-236r0,-21r204,0r0,21r-90,0r0,236r-24,0r0,-236r-90,0","k":{"\u0133":-9,"\u0177":40,"\u0175":40,"\u0173":33,"\u0171":33,"\u016f":33,"\u016d":33,"\u016b":33,"\u0169":33,"\u015f":40,"\u015d":40,"\u015b":40,"\u0159":33,"\u0157":33,"\u0155":33,"\u0151":40,"\u014f":40,"\u014d":40,"\u012f":-9,"\u0119":40,"\u0117":40,"\u0115":40,"\u0113":40,"\u011b":40,"\u010b":40,"\u010d":40,"\u0109":40,"\u0107":40,"\u0105":40,"\u0103":40,"\u0101":40,"\u0104":24,"\u0102":24,"\u0100":24,"\u00ff":40,"\u00fd":40,"\u00f9":33,"\u00fc":33,"\u00fb":33,"\u00fa":33,"\u0161":40,"\u00f5":40,"\u00f2":40,"\u00f6":40,"\u00f4":40,"\u00f3":40,"\u00e8":40,"\u00eb":40,"\u00ea":40,"\u00e9":40,"\u00e7":40,"\u00e3":40,"\u00e5":40,"\u00e0":40,"\u00e4":40,"\u00e2":40,"\u00e1":40,"\u00c3":24,"\u00c5":24,"\u00c0":24,"\u00c4":24,"\u00c2":24,"\u00c1":24,"y":40,"w":40,"u":33,"s":40,"r":33,"o":40,"i":-9,"e":40,"c":40,"a":40,"A":24,";":40,":":40,".":40,"-":46,",":40}},"U":{"d":"123,5v-136,0,-93,-142,-100,-262r25,0r0,159v0,59,27,83,75,83v48,0,76,-24,76,-83r0,-159r24,0v-7,120,37,262,-100,262","w":246},"V":{"d":"93,0r-96,-257r27,0r84,230r83,-230r26,0r-96,257r-28,0","w":213,"k":{"\u0133":-2,"\u0177":6,"\u0173":13,"\u0171":13,"\u016f":13,"\u016d":13,"\u016b":13,"\u0169":13,"\u0159":13,"\u0157":13,"\u0155":13,"\u0151":20,"\u014f":20,"\u014d":20,"\u012f":-2,"\u0119":20,"\u0117":20,"\u0115":20,"\u0113":20,"\u011b":20,"\u0105":20,"\u0103":20,"\u0101":20,"\u0104":20,"\u0102":20,"\u0100":20,"\u00ff":6,"\u00fd":6,"\u00f9":13,"\u00fc":13,"\u00fb":13,"\u00fa":13,"\u00f5":20,"\u00f2":20,"\u00f6":20,"\u00f4":20,"\u00f3":20,"\u00e8":20,"\u00eb":20,"\u00ea":20,"\u00e9":20,"\u00e3":20,"\u00e5":20,"\u00e0":20,"\u00e4":20,"\u00e2":20,"\u00e1":20,"\u00c3":20,"\u00c5":20,"\u00c0":20,"\u00c4":20,"\u00c2":20,"\u00c1":20,"y":6,"u":13,"r":13,"o":20,"i":-2,"e":20,"a":20,"A":20,";":27,":":27,".":46,"-":20,",":46}},"W":{"d":"71,0r-71,-257r26,0r59,225r63,-225r31,0r63,225r59,-225r24,0r-70,257r-26,0r-66,-230r-65,230r-27,0","w":326,"k":{"\u0133":-9,"\u0173":6,"\u0171":6,"\u016f":6,"\u016d":6,"\u016b":6,"\u0169":6,"\u0159":6,"\u0157":6,"\u0155":6,"\u0151":6,"\u014f":6,"\u014d":6,"\u012f":-9,"\u0119":6,"\u0117":6,"\u0115":6,"\u0113":6,"\u011b":6,"\u0105":13,"\u0103":13,"\u0101":13,"\u0104":6,"\u0102":6,"\u0100":6,"\u00f9":6,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00e8":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e3":13,"\u00e5":13,"\u00e0":13,"\u00e4":13,"\u00e2":13,"\u00e1":13,"\u00c3":6,"\u00c5":6,"\u00c0":6,"\u00c4":6,"\u00c2":6,"\u00c1":6,"u":6,"r":6,"o":6,"i":-9,"e":6,"a":13,"A":6,";":6,":":6,".":27,",":27}},"X":{"d":"88,-132r-87,-125r29,0r73,108r75,-108r27,0r-88,125r93,132r-29,0r-78,-113r-80,113r-27,0","w":206},"Y":{"d":"98,0r0,-106r-102,-151r30,0r84,130r84,-130r30,0r-102,151r0,106r-24,0","w":219,"k":{"\u0133":3,"\u0173":27,"\u0171":27,"\u016f":27,"\u016d":27,"\u016b":27,"\u0169":27,"\u0151":33,"\u014f":33,"\u014d":33,"\u012f":3,"\u0119":33,"\u0117":33,"\u0115":33,"\u0113":33,"\u011b":33,"\u0105":33,"\u0103":33,"\u0101":33,"\u0104":27,"\u0102":27,"\u0100":27,"\u00f9":27,"\u00fc":27,"\u00fb":27,"\u00fa":27,"\u00f5":33,"\u00f2":33,"\u00f6":33,"\u00f4":33,"\u00f3":33,"\u00e8":33,"\u00eb":33,"\u00ea":33,"\u00e9":33,"\u00e3":33,"\u00e5":33,"\u00e0":33,"\u00e4":33,"\u00e2":33,"\u00e1":33,"\u00c3":27,"\u00c5":27,"\u00c0":27,"\u00c4":27,"\u00c2":27,"\u00c1":27,"v":20,"u":27,"q":33,"p":27,"o":33,"i":3,"e":33,"a":33,"A":27,";":33,":":33,".":36,"-":40,",":44}},"Z":{"d":"13,-236r0,-21r185,0r0,22r-169,214r173,0r0,21r-200,0r0,-22r169,-214r-158,0","w":206},"[":{"d":"85,69r-58,0r0,-331r58,0r0,19r-35,0r0,293r35,0r0,19","w":86},"\\":{"d":"125,5r-20,0r-110,-267r19,0","w":119},"]":{"d":"1,-262r58,0r0,331r-58,0r0,-19r36,0r0,-293r-36,0r0,-19","w":86},"^":{"d":"37,-86r-21,0r83,-163r18,0r83,163r-20,0r-72,-140","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"a":{"d":"42,-129r-23,0v3,-44,33,-62,76,-62v33,0,68,10,68,60r0,98v-1,12,11,17,21,12r0,20v-28,6,-44,-8,-43,-31v-20,51,-129,53,-129,-17v0,-52,50,-54,99,-60v19,-2,29,-5,29,-25v0,-31,-21,-38,-48,-38v-28,0,-49,13,-50,43xm140,-102v-30,22,-106,6,-106,52v0,23,20,36,42,36v46,0,71,-34,64,-88","w":186},"b":{"d":"22,0r0,-257r22,0r1,107v9,-27,37,-41,64,-41v57,0,84,45,84,98v0,53,-27,98,-84,98v-31,1,-55,-16,-67,-40r0,35r-20,0xm109,-14v83,-1,82,-157,0,-158v-89,1,-89,157,0,158","w":206},"c":{"d":"175,-127r-22,0v-6,-28,-23,-45,-53,-45v-86,1,-87,157,0,158v28,0,51,-22,54,-53r23,0v-6,45,-35,72,-77,72v-57,0,-88,-45,-88,-98v0,-53,31,-98,88,-98v40,0,70,21,75,64","w":186},"d":{"d":"185,-257r0,257r-21,0v-1,-11,2,-26,-1,-35v-10,24,-39,40,-66,40v-57,0,-83,-45,-83,-98v0,-53,26,-98,83,-98v27,0,56,14,65,41r0,-107r23,0xm97,-172v-83,1,-82,157,0,158v89,-1,89,-157,0,-158","w":206},"e":{"d":"35,-106r120,0v-1,-34,-23,-66,-59,-66v-37,0,-57,32,-61,66xm178,-87r-143,0v0,33,18,73,61,73v33,0,51,-19,58,-47r23,0v-10,42,-34,66,-81,66v-59,0,-84,-45,-84,-98v0,-49,25,-98,84,-98v59,0,84,52,82,104","w":186},"f":{"d":"93,-186r0,19r-36,0r0,167r-23,0r0,-167r-32,0r0,-19r32,0v-5,-48,11,-79,64,-70r0,20v-36,-9,-46,13,-41,50r36,0","w":93,"k":{"f":6}},"g":{"d":"179,-186v-9,107,39,260,-83,260v-37,0,-74,-17,-77,-56r23,0v5,27,29,37,54,37v50,0,66,-42,59,-95v-10,23,-32,38,-59,38v-59,0,-84,-43,-84,-96v0,-51,30,-93,84,-93v28,-1,49,18,60,37r0,-32r23,0xm96,-21v79,-1,82,-151,0,-151v-43,0,-61,38,-61,77v0,37,19,74,61,74"},"h":{"d":"21,0r0,-257r23,0r1,103v9,-22,33,-37,59,-37v98,0,61,108,68,191r-23,0v-8,-67,28,-171,-47,-172v-75,-1,-56,99,-58,172r-23,0","w":193},"i":{"d":"22,-221r0,-36r23,0r0,36r-23,0xm22,0r0,-186r23,0r0,186r-23,0","w":66},"j":{"d":"22,-221r0,-36r23,0r0,36r-23,0xm22,23r0,-209r23,0r0,203v2,34,-16,59,-56,51r0,-19v21,5,33,-6,33,-26","w":66},"k":{"d":"22,0r0,-257r22,0r0,161r103,-90r30,0r-79,69r85,117r-29,0r-73,-101r-37,30r0,71r-22,0","w":180},"l":{"d":"22,0r0,-257r23,0r0,257r-23,0","w":66},"m":{"d":"22,0r0,-186r20,0v2,10,-3,26,2,32v16,-45,99,-52,114,-1v11,-24,35,-36,59,-36v87,0,55,114,61,191r-22,0r0,-125v0,-31,-11,-47,-44,-47v-74,0,-45,103,-51,172r-22,0r0,-126v0,-25,-10,-46,-39,-46v-76,0,-53,100,-56,172r-22,0","w":299},"n":{"d":"21,0r0,-186r23,0v1,10,-2,24,1,32v9,-22,33,-37,59,-37v98,0,61,108,68,191r-23,0v-8,-67,28,-171,-47,-172v-75,-1,-56,99,-58,172r-23,0","w":193},"o":{"d":"100,-172v-86,1,-87,157,0,158v86,-1,87,-157,0,-158xm100,-191v57,0,88,45,88,98v0,53,-31,98,-88,98v-57,0,-88,-45,-88,-98v0,-53,31,-98,88,-98"},"p":{"d":"22,69r0,-255r20,0v1,11,-2,27,1,36v10,-26,36,-41,66,-41v57,0,84,45,84,98v0,53,-27,98,-84,98v-28,1,-53,-15,-65,-40r0,104r-22,0xm109,-14v83,-1,82,-157,0,-158v-50,0,-65,37,-65,79v0,39,17,79,65,79","w":206},"q":{"d":"185,-186r0,255r-23,0r0,-104v-10,27,-38,40,-65,40v-57,0,-83,-45,-83,-98v0,-53,26,-98,83,-98v28,-1,55,19,67,41r0,-36r21,0xm97,-172v-83,1,-82,157,0,158v89,-1,89,-157,0,-158","w":206},"r":{"d":"22,0r0,-186r20,0v1,14,-2,32,1,44v12,-30,37,-47,70,-46r0,22v-41,-2,-69,28,-69,67r0,99r-22,0","w":113,"k":{"\u0151":6,"\u014f":6,"\u014d":6,"\u0149":-6,"\u0146":-6,"\u0148":-6,"\u0144":-6,"\u0119":6,"\u0117":6,"\u0115":6,"\u0113":6,"\u011b":6,"\u010f":6,"\u010b":6,"\u010d":6,"\u0109":6,"\u0107":6,"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00f1":-6,"\u00e8":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e7":6,"q":6,"o":6,"n":-6,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},"s":{"d":"156,-131r-23,0v-1,-28,-23,-41,-49,-41v-20,0,-44,8,-44,32v15,55,123,17,122,90v0,40,-40,55,-75,55v-44,0,-72,-19,-76,-65r23,0v2,31,25,46,55,46v22,0,50,-9,50,-35v0,-58,-121,-21,-121,-90v0,-38,36,-52,69,-52v37,0,67,20,69,60","w":173},"t":{"d":"58,-242r0,56r37,0r0,19r-37,0r0,126v-4,23,16,27,37,23r0,19v-36,3,-60,0,-60,-41r0,-127r-32,0r0,-19r32,0r0,-56r23,0","w":106},"u":{"d":"172,-186r0,186r-21,0v-1,-10,2,-25,-1,-33v-24,60,-129,49,-129,-32r0,-121r23,0v8,67,-28,174,50,172v72,-3,52,-100,55,-172r23,0","w":193},"v":{"d":"72,0r-71,-186r25,0r59,163r58,-163r23,0r-70,186r-24,0","w":166,"k":{".":27,",":27}},"w":{"d":"63,0r-60,-186r24,0r48,159r46,-159r25,0r46,159r48,-159r24,0r-60,186r-25,0r-46,-156r-46,156r-24,0","w":266,"k":{".":20,",":20}},"x":{"d":"0,0r72,-96r-66,-90r28,0r53,71r52,-71r28,0r-67,89r73,97r-29,0r-58,-78r-58,78r-28,0","w":173},"y":{"d":"75,-1r-74,-185r24,0r61,159r57,-159r23,0r-81,214v-13,37,-29,45,-66,39r0,-19v37,12,47,-21,56,-49","w":166,"k":{".":33,",":33}},"z":{"d":"156,-170r-123,151r128,0r0,19r-156,0r0,-18r122,-149r-113,0r0,-19r142,0r0,16","w":166},"{":{"d":"105,69v-56,11,-50,-48,-49,-99v0,-29,-5,-57,-26,-57r0,-19v62,-6,-21,-170,75,-156r0,19v-37,-4,-27,51,-27,87v0,41,-21,54,-25,60v5,3,25,18,25,58v0,34,-12,91,27,88r0,19","w":119},"|":{"d":"31,77r0,-360r19,0r0,360r-19,0","w":79},"}":{"d":"14,-262v55,-11,51,46,50,98v0,29,5,57,26,57r0,20v-62,6,21,170,-76,156r0,-19v38,5,27,-52,27,-88v0,-41,22,-53,26,-59v-5,-3,-26,-19,-26,-59v0,-34,12,-91,-27,-87r0,-19","w":119},"~":{"d":"70,-112v24,-1,56,23,77,23v14,0,23,-11,31,-24r13,13v-10,15,-23,31,-45,31v-37,0,-90,-50,-108,1r-13,-13v8,-15,21,-31,45,-31","w":216},"\u00a1":{"d":"28,-186r31,0r0,38r-31,0r0,-38xm50,-122r6,117r0,74r-25,0r0,-74r6,-117r13,0","w":86},"\u00a2":{"d":"183,-127r-23,0v-6,-27,-22,-44,-49,-45r0,158v26,-1,47,-24,50,-53r23,0v-6,44,-34,71,-73,72r0,37r-14,0r0,-37v-50,-5,-78,-48,-78,-98v0,-50,28,-92,78,-97r0,-32r14,0r0,31v37,1,67,23,72,64xm97,-14r0,-157v-74,12,-73,145,0,157"},"\u00a3":{"d":"39,-18v47,-30,110,30,145,-16r11,17v-41,53,-120,-18,-167,22r-13,-19v32,-24,55,-62,31,-105r-29,0r0,-11r22,0v-11,-18,-20,-36,-20,-58v0,-51,42,-74,83,-74v53,0,84,32,83,85r-23,0v0,-39,-20,-66,-60,-66v-30,0,-60,17,-60,56v0,25,12,36,21,57r58,0r0,11r-51,0v20,40,-1,81,-31,101"},"\u00a5":{"d":"40,-109r0,-17r38,0r-76,-131r26,0r72,131r72,-131r25,0r-76,131r39,0r0,17v-16,2,-39,-4,-49,3r0,26r49,0r0,17r-49,0r0,63r-23,0r0,-63r-48,0r0,-17r48,0v-1,-9,2,-23,-2,-29r-46,0"},"\u00a7":{"d":"184,-83v0,24,-18,41,-39,50v40,32,6,91,-43,91v-41,0,-67,-23,-67,-64r23,0v-1,24,17,45,42,45v20,0,40,-9,40,-32v0,-54,-124,-57,-124,-128v0,-24,18,-42,39,-51v-40,-32,-7,-90,43,-90v41,0,67,22,67,63r-23,0v1,-24,-17,-44,-42,-44v-20,0,-40,9,-40,32v0,54,124,57,124,128xm161,-83v0,-38,-62,-57,-93,-78v-17,7,-29,19,-29,39v0,36,61,57,92,78v17,-7,30,-19,30,-39"},"\u00a4":{"d":"34,-125v0,39,29,69,66,69v37,0,67,-30,67,-69v0,-39,-30,-68,-67,-68v-37,0,-66,29,-66,68xm10,-49r21,-20v-26,-29,-27,-82,0,-111r-21,-20r14,-14r20,20v29,-26,83,-27,112,0r19,-20r14,14r-19,19v27,29,26,84,0,113r19,19r-14,14r-19,-20v-28,26,-84,27,-112,0r-20,20"},"'":{"d":"39,-170r0,-87r23,0r0,87r-23,0","w":100},"\u00ab":{"d":"69,-43r-47,-45r0,-22r47,-45r0,24r-33,32r33,32r0,24xm127,-43r-47,-45r0,-22r47,-45r0,24r-33,32r33,32r0,24","w":153},"\u00b7":{"d":"50,-135v12,0,21,10,21,22v0,11,-10,20,-21,20v-12,0,-21,-9,-21,-21v0,-11,10,-21,21,-21","w":100},"\u00b6":{"d":"98,64r0,-182v-42,0,-74,-31,-74,-68v0,-46,29,-71,80,-71r83,0r0,321r-23,0r0,-302r-43,0r0,302r-23,0","w":216},"\u00bb":{"d":"26,-43r0,-24r34,-32r-34,-32r0,-24r48,45r0,22xm84,-43r0,-24r34,-32r-34,-32r0,-24r48,45r0,22","w":153},"\u00bf":{"d":"111,-186r0,38r-31,0r0,-38r31,0xm107,-124v11,65,-65,74,-65,130v0,29,24,49,52,49v39,0,59,-28,58,-65r22,0v0,51,-29,84,-81,84v-40,0,-74,-24,-74,-66v0,-61,78,-69,65,-132r23,0","w":193},"`":{"d":"36,-212r-47,-50r28,0r38,50r-19,0","w":66},"\u00b4":{"d":"78,-263r-48,51r-18,0r38,-51r28,0","w":66},"\u00af":{"d":"93,-230r-119,0r0,-16r119,0r0,16","w":66},"\u00a8":{"d":"14,-220r-25,0r0,-36r25,0r0,36xm77,-220r-24,0r0,-36r24,0r0,36","w":66},"\u00b8":{"d":"11,27v11,-9,12,-29,34,-27r-15,19v22,-3,41,-1,41,23v0,35,-47,36,-73,24r5,-12v13,5,47,12,47,-10v0,-24,-33,-5,-39,-17","w":66},"\u00c6":{"d":"78,-102r82,0r0,-134r-14,0xm185,-122r0,101r133,0r0,21r-158,0r0,-81r-93,0r-42,81r-28,0r135,-257r185,0r0,21r-132,0r0,93r124,0r0,21r-124,0","w":326},"\u00aa":{"d":"19,-215r-16,0v1,-28,21,-39,50,-39v24,0,46,6,46,36r0,62v0,7,8,10,14,7r0,12v-17,4,-28,-4,-28,-19v-15,33,-87,34,-87,-11v0,-33,33,-35,65,-38v13,-1,19,-3,19,-11v0,-19,-15,-24,-32,-24v-17,0,-31,8,-31,25xm82,-198v-21,12,-71,5,-67,30v6,37,69,20,67,-13r0,-17","w":111},"\u0141":{"d":"26,-110r0,-147r24,0r0,130r88,-61r0,21r-88,60r0,86r144,0r0,21r-168,0r0,-90r-30,20r0,-20","w":193},"\u00d8":{"d":"242,-259r9,8r-26,30v61,78,28,226,-91,226v-36,0,-64,-12,-84,-32r-27,31r-10,-9r29,-31v-61,-80,-28,-226,92,-226v36,0,62,11,82,31xm58,-54r143,-159v-15,-17,-37,-29,-67,-29v-98,0,-119,119,-76,188xm209,-203r-143,159v16,18,38,29,68,29v97,-1,118,-120,75,-188","w":266},"\u0152":{"d":"229,-236r0,93r133,0r0,21r-133,0r0,101r148,0r0,21r-172,0r0,-25v-17,20,-45,30,-70,30v-76,0,-122,-62,-122,-134v0,-100,114,-175,192,-107r0,-21r170,0r0,21r-146,0xm135,-15v30,0,70,-15,70,-49r0,-119v5,-46,-39,-59,-70,-59v-63,0,-97,53,-97,113v0,60,34,114,97,114","w":386},"\u00ba":{"d":"60,-147v56,0,56,-93,0,-93v-56,0,-56,93,0,93xm58,-132v-37,0,-57,-27,-57,-61v0,-34,20,-61,57,-61v41,0,61,27,61,61v0,34,-20,61,-61,61","w":120},"\u00e6":{"d":"303,-87r-140,0v-3,40,18,73,61,73v31,0,48,-17,55,-46r22,0v-9,75,-126,90,-149,19v-12,58,-140,68,-140,-8v0,-52,50,-54,99,-60v19,-2,29,-5,29,-25v0,-31,-21,-38,-48,-38v-28,0,-49,13,-50,43r-23,0v3,-44,33,-62,76,-62v25,0,57,6,62,38v10,-26,38,-38,65,-38v61,0,81,50,81,104xm140,-102v-30,22,-106,6,-106,52v0,23,20,36,42,36v46,0,71,-34,64,-88xm163,-106r117,0v0,-34,-23,-66,-59,-66v-37,0,-59,31,-58,66","w":313},"\u0131":{"d":"45,0r-23,0r0,-186r23,0r0,186","w":66},"\u0142":{"d":"22,-142r0,-115r23,0r0,96r24,-20r0,20r-24,20r0,141r-23,0r0,-122r-24,19r0,-19","w":66},"\u00f8":{"d":"161,-167v9,-7,17,-28,27,-13r-20,22v43,59,15,166,-68,163v-26,0,-46,-9,-60,-24r-22,23r-8,-7r22,-24v-42,-58,-16,-164,68,-164v26,0,47,9,61,24xm153,-141r-99,106v10,13,26,21,46,21v60,0,81,-79,53,-127xm48,-44r98,-106v-10,-13,-26,-22,-46,-22v-61,1,-81,80,-52,128"},"\u0153":{"d":"172,-106r116,0v0,-35,-21,-66,-58,-66v-39,0,-58,31,-58,66xm288,-60r22,0v-9,74,-127,91,-148,18v-11,30,-34,47,-67,47v-59,0,-82,-46,-82,-98v0,-51,27,-98,83,-98v33,-1,55,17,67,46v10,-27,35,-46,68,-46v55,0,80,35,80,104r-139,0v0,36,18,73,58,73v32,0,50,-17,58,-46xm95,-172v-47,0,-59,44,-59,83v0,37,16,75,59,75v46,0,55,-42,55,-80v0,-37,-10,-78,-55,-78","w":320},"\u00df":{"d":"22,0r0,-193v0,-47,29,-69,72,-69v72,0,98,101,29,117v32,6,55,32,54,67v-1,59,-41,86,-98,80r0,-20v40,8,75,-8,75,-56v0,-50,-31,-58,-75,-58r0,-20v32,0,62,-9,62,-46v0,-27,-21,-45,-47,-45v-36,0,-49,18,-49,52r0,191r-23,0","w":193},"\u00b9":{"d":"13,-210r0,-14v26,-1,41,-2,46,-27r14,0r0,152r-17,0r0,-111r-43,0","w":119},"\u00ac":{"d":"180,-40r0,-77r-162,0r0,-19r181,0r0,96r-19,0","w":216},"\u00b5":{"d":"172,-186r0,186r-21,0v-1,-10,2,-25,-1,-33v-17,38,-69,50,-106,26r0,76r-23,0r0,-255r23,0v8,67,-28,174,50,172v72,-3,52,-100,55,-172r23,0","w":193},"\u00d0":{"d":"26,-141r0,-116r89,0v78,2,118,43,118,128v0,85,-40,129,-118,129r-89,0r0,-125r-26,0r0,-16r26,0xm50,-236r0,95r85,0r0,16r-85,0r0,104v97,5,158,-9,158,-108v0,-99,-61,-113,-158,-107","w":246},"\u00bd":{"d":"173,0v0,-61,93,-55,93,-112v0,-19,-17,-29,-37,-29v-26,0,-36,20,-36,41r-17,0v-1,-33,17,-56,54,-56v30,0,53,14,53,45v0,53,-74,53,-91,97r90,0r0,14r-109,0xm17,-210r0,-14v26,-1,41,-2,46,-27r15,0r0,152r-17,0r0,-111r-44,0xm48,12r163,-273r17,0r-163,273r-17,0","w":300},"\u00b1":{"d":"18,0r0,-19r181,0r0,19r-181,0xm99,-116r0,-65r19,0r0,65r81,0r0,19r-81,0r0,65r-19,0r0,-65r-81,0r0,-19r81,0","w":216},"\u00de":{"d":"50,-194r0,105v63,-2,142,16,142,-52v0,-68,-79,-51,-142,-53xm26,0r0,-257r24,0r0,42r90,0v46,0,76,28,76,74v0,46,-30,73,-76,73r-90,0r0,68r-24,0","w":226},"\u00bc":{"d":"231,-128v-22,24,-39,53,-59,78r59,0r0,-78xm231,0r0,-36r-75,0r0,-14r76,-102r16,0r0,102r25,0r0,14r-25,0r0,36r-17,0xm17,-210r0,-14v26,-1,41,-2,46,-27r15,0r0,152r-17,0r0,-111r-44,0xm48,12r163,-273r17,0r-163,273r-17,0","w":300},"\u00f7":{"d":"88,-18v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,10,-10,20,-20,20v-11,0,-20,-9,-20,-20xm88,-163v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,10,-10,20,-20,20v-11,0,-20,-9,-20,-20xm199,-81r-181,0r0,-19r181,0r0,19","w":216},"\u00a6":{"d":"31,-148r0,-90r19,0r0,90r-19,0xm31,32r0,-90r19,0r0,90r-19,0","w":79},"\u00b0":{"d":"34,-202v0,21,17,37,38,37v21,0,38,-16,38,-37v0,-21,-17,-38,-38,-38v-21,0,-38,17,-38,38xm20,-202v0,-28,23,-52,52,-52v28,0,52,24,52,52v0,29,-24,52,-52,52v-29,0,-52,-23,-52,-52","w":144},"\u00fe":{"d":"22,69r0,-326r22,0r1,107v9,-27,37,-41,64,-41v57,0,84,45,84,98v0,53,-27,98,-84,98v-28,1,-53,-15,-65,-40r0,104r-22,0xm109,-14v83,-1,82,-157,0,-158v-89,1,-89,157,0,158","w":206},"\u00be":{"d":"231,-128v-22,24,-39,53,-59,78r59,0r0,-78xm231,0r0,-36r-75,0r0,-14r76,-102r16,0r0,102r25,0r0,14r-25,0r0,36r-17,0xm62,12r163,-273r17,0r-162,273r-18,0xm49,-172r0,-14v23,2,46,-5,46,-27v0,-19,-17,-27,-36,-27v-23,0,-36,15,-36,37r-17,0v0,-30,20,-51,53,-51v27,0,53,12,53,40v1,18,-12,28,-28,34v22,3,34,17,34,37v0,31,-26,48,-58,48v-36,0,-60,-19,-57,-53r17,0v-1,23,13,39,39,39v21,0,42,-12,42,-33v0,-24,-24,-32,-52,-30","w":300},"\u00b2":{"d":"5,-99v0,-61,93,-55,93,-112v0,-19,-17,-29,-37,-29v-26,0,-35,20,-35,41r-17,0v-1,-33,17,-55,54,-55v30,0,52,14,52,45v0,53,-73,52,-90,96r89,0r0,14r-109,0","w":119},"\u00ae":{"d":"114,-136v32,-1,72,8,72,-27v0,-34,-40,-26,-72,-27r0,54xm114,-120r0,69r-19,0r0,-155v49,0,110,-8,110,43v0,27,-18,39,-39,43r46,69r-22,0r-43,-69r-33,0xm144,-243v-65,0,-113,50,-113,114v0,64,48,115,113,115v64,0,113,-51,113,-115v0,-64,-49,-114,-113,-114xm144,-262v76,0,134,58,134,133v0,75,-58,134,-134,134v-76,0,-134,-59,-134,-134v0,-75,58,-133,134,-133","w":288},"\u00f0":{"d":"49,-215r36,-20v-11,-7,-22,-14,-34,-20r13,-12v13,7,26,14,38,23r41,-23r11,11r-39,22v40,32,71,79,71,141v0,54,-28,98,-88,98v-58,0,-86,-42,-86,-95v0,-69,75,-117,134,-78v-12,-23,-28,-40,-48,-56r-38,21xm99,-163v-46,0,-64,34,-64,74v0,39,19,75,64,75v42,0,64,-31,64,-76v0,-36,-18,-73,-64,-73"},"\u00d7":{"d":"94,-90r-67,-68r13,-14r68,68r68,-68r13,14r-68,68r68,68r-13,13r-68,-68r-68,68r-13,-13","w":216},"\u00b3":{"d":"49,-172r0,-14v23,2,46,-5,46,-27v0,-19,-17,-27,-36,-27v-23,0,-36,15,-36,37r-17,0v0,-30,20,-51,53,-51v27,0,53,12,53,40v1,18,-12,28,-28,34v22,3,34,17,34,37v0,31,-26,48,-58,48v-36,0,-60,-19,-57,-53r17,0v-1,23,13,39,39,39v21,0,42,-12,42,-33v0,-24,-24,-32,-52,-30","w":119},"\u00a9":{"d":"214,-157r-19,0v-18,-68,-107,-36,-107,28v0,37,21,67,60,67v26,0,43,-16,47,-38r19,0v-5,35,-33,54,-67,54v-49,0,-78,-35,-78,-83v0,-89,132,-114,145,-28xm257,-129v0,-64,-49,-114,-113,-114v-65,0,-113,50,-113,114v0,64,48,115,113,115v64,0,113,-51,113,-115xm278,-129v0,75,-58,134,-134,134v-76,0,-134,-59,-134,-134v0,-75,58,-133,134,-133v76,0,134,58,134,133","w":288},"\u00c1":{"d":"114,-233r-52,132r101,0xm-3,0r104,-257r28,0r100,257r-26,0r-31,-80r-117,0r-31,80r-27,0xm167,-332r-47,51r-19,0r38,-51r28,0","w":226,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":2,"\u0162":24,"\u0164":24,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"y":6,"w":6,"v":6,"Y":27,"W":2,"V":18,"T":24}},"\u00c2":{"d":"114,-233r-52,132r101,0xm-3,0r104,-257r28,0r100,257r-26,0r-31,-80r-117,0r-31,80r-27,0xm126,-331r41,51r-23,0r-31,-37r-32,37r-21,0r42,-51r24,0","w":226,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":2,"\u0162":24,"\u0164":24,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"y":6,"w":6,"v":6,"Y":27,"W":2,"V":18,"T":24}},"\u00c4":{"d":"114,-233r-52,132r101,0xm-3,0r104,-257r28,0r100,257r-26,0r-31,-80r-117,0r-31,80r-27,0xm94,-288r-24,0r0,-36r24,0r0,36xm158,-288r-24,0r0,-36r24,0r0,36","w":226,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":2,"\u0162":24,"\u0164":24,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"y":6,"w":6,"v":6,"Y":27,"W":2,"V":18,"T":24}},"\u00c0":{"d":"114,-233r-52,132r101,0xm-3,0r104,-257r28,0r100,257r-26,0r-31,-80r-117,0r-31,80r-27,0xm111,-280r-48,-51r28,0r38,51r-18,0","w":226,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":2,"\u0162":24,"\u0164":24,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"y":6,"w":6,"v":6,"Y":27,"W":2,"V":18,"T":24}},"\u00c5":{"d":"114,-233r-52,132r101,0xm-3,0r104,-257r28,0r100,257r-26,0r-31,-80r-117,0r-31,80r-27,0xm90,-310v0,14,10,25,24,25v14,0,25,-11,25,-25v0,-14,-11,-24,-25,-24v-14,0,-24,10,-24,24xm76,-310v0,-21,17,-38,38,-38v21,0,39,17,39,38v0,21,-18,39,-39,39v-21,0,-38,-18,-38,-39","w":226,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":2,"\u0162":24,"\u0164":24,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"y":6,"w":6,"v":6,"Y":27,"W":2,"V":18,"T":24}},"\u00c3":{"d":"114,-233r-52,132r101,0xm-3,0r104,-257r28,0r100,257r-26,0r-31,-80r-117,0r-31,80r-27,0xm157,-324r14,0v-3,16,-13,34,-32,34v-28,-1,-57,-36,-67,2r-14,0v2,-17,13,-35,32,-35v30,0,55,34,67,-1","w":226,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":2,"\u0162":24,"\u0164":24,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"y":6,"w":6,"v":6,"Y":27,"W":2,"V":18,"T":24}},"\u00c7":{"d":"122,5v-72,-6,-108,-68,-108,-134v0,-71,40,-133,121,-133v49,0,96,29,103,83r-24,0v-9,-40,-42,-63,-79,-63v-132,1,-130,226,0,227v48,0,77,-37,82,-83r25,0v-7,63,-47,103,-107,103r-12,14v22,-3,39,-1,42,23v-2,35,-47,37,-74,24r5,-12v13,5,48,12,48,-10v0,-24,-34,-4,-40,-17","w":253},"\u00c9":{"d":"26,0r0,-257r177,0r0,21r-153,0r0,93r144,0r0,21r-144,0r0,101r155,0r0,21r-179,0xm167,-332r-48,51r-18,0r38,-51r28,0","w":213},"\u00ca":{"d":"26,0r0,-257r177,0r0,21r-153,0r0,93r144,0r0,21r-144,0r0,101r155,0r0,21r-179,0xm128,-331r41,51r-24,0r-31,-37r-31,37r-21,0r41,-51r25,0","w":213},"\u00cb":{"d":"26,0r0,-257r177,0r0,21r-153,0r0,93r144,0r0,21r-144,0r0,101r155,0r0,21r-179,0xm95,-288r-25,0r0,-36r25,0r0,36xm158,-288r-24,0r0,-36r24,0r0,36","w":213},"\u00c8":{"d":"26,0r0,-257r177,0r0,21r-153,0r0,93r144,0r0,21r-144,0r0,101r155,0r0,21r-179,0xm114,-280r-48,-51r28,0r38,51r-18,0","w":213},"\u00cd":{"d":"28,0r0,-257r24,0r0,257r-24,0xm94,-332r-48,51r-18,0r38,-51r28,0","w":79},"\u00ce":{"d":"28,0r0,-257r24,0r0,257r-24,0xm53,-331r41,51r-24,0r-31,-37r-31,37r-21,0r41,-51r25,0","w":79},"\u00cf":{"d":"28,0r0,-257r24,0r0,257r-24,0xm21,-288r-25,0r0,-36r25,0r0,36xm84,-288r-24,0r0,-36r24,0r0,36","w":79},"\u00cc":{"d":"28,0r0,-257r24,0r0,257r-24,0xm34,-280r-48,-51r28,0r38,51r-18,0","w":79},"\u00d1":{"d":"26,0r0,-257r27,0r150,217r0,-217r25,0r0,257r-27,0r-151,-217r0,217r-24,0xm172,-324r14,0v-3,16,-13,34,-32,34v-28,-1,-57,-36,-67,2r-14,0v2,-17,13,-35,32,-35v30,0,55,34,67,-1","w":253},"\u00d3":{"d":"134,-242v-132,1,-130,226,0,227v130,-1,130,-226,0,-227xm12,-129v0,-71,41,-133,122,-133v81,0,121,62,121,133v0,71,-40,134,-121,134v-81,0,-122,-63,-122,-134xm190,-332r-47,51r-19,0r38,-51r28,0","w":266},"\u00d4":{"d":"134,-242v-132,1,-130,226,0,227v130,-1,130,-226,0,-227xm12,-129v0,-71,41,-133,122,-133v81,0,121,62,121,133v0,71,-40,134,-121,134v-81,0,-122,-63,-122,-134xm147,-331r41,51r-24,0r-31,-37r-31,37r-21,0r41,-51r25,0","w":266},"\u00d6":{"d":"134,-242v-132,1,-130,226,0,227v130,-1,130,-226,0,-227xm12,-129v0,-71,41,-133,122,-133v81,0,121,62,121,133v0,71,-40,134,-121,134v-81,0,-122,-63,-122,-134xm113,-288r-24,0r0,-36r24,0r0,36xm177,-288r-25,0r0,-36r25,0r0,36","w":266},"\u00d2":{"d":"134,-242v-132,1,-130,226,0,227v130,-1,130,-226,0,-227xm12,-129v0,-71,41,-133,122,-133v81,0,121,62,121,133v0,71,-40,134,-121,134v-81,0,-122,-63,-122,-134xm134,-280r-48,-51r28,0r38,51r-18,0","w":266},"\u00d5":{"d":"134,-242v-132,1,-130,226,0,227v130,-1,130,-226,0,-227xm12,-129v0,-71,41,-133,122,-133v81,0,121,62,121,133v0,71,-40,134,-121,134v-81,0,-122,-63,-122,-134xm177,-324r13,0v-3,16,-12,34,-31,34v-29,-1,-58,-36,-68,2r-14,0v2,-17,13,-35,32,-35v30,0,56,34,68,-1","w":266},"\u0160":{"d":"13,-85r24,0v-1,53,37,70,84,70v27,0,68,-16,68,-53v0,-83,-167,-24,-168,-122v0,-25,17,-72,89,-72v51,0,95,26,95,79r-25,0v2,-72,-134,-84,-134,-7v0,47,64,42,101,54v35,12,67,26,67,68v0,18,-7,73,-98,73v-61,0,-106,-27,-103,-90xm101,-281r-41,-51r24,0r30,37r32,-37r21,0r-41,51r-25,0","w":226},"\u00da":{"d":"123,5v-136,0,-93,-142,-100,-262r25,0r0,159v0,59,27,83,75,83v48,0,76,-24,76,-83r0,-159r24,0v-7,120,37,262,-100,262xm179,-332r-48,51r-18,0r38,-51r28,0","w":246},"\u00db":{"d":"123,5v-136,0,-93,-142,-100,-262r25,0r0,159v0,59,27,83,75,83v48,0,76,-24,76,-83r0,-159r24,0v-7,120,37,262,-100,262xm136,-331r41,51r-24,0r-31,-37r-31,37r-21,0r41,-51r25,0","w":246},"\u00dc":{"d":"123,5v-136,0,-93,-142,-100,-262r25,0r0,159v0,59,27,83,75,83v48,0,76,-24,76,-83r0,-159r24,0v-7,120,37,262,-100,262xm104,-288r-25,0r0,-36r25,0r0,36xm167,-288r-24,0r0,-36r24,0r0,36","w":246},"\u00d9":{"d":"123,5v-136,0,-93,-142,-100,-262r25,0r0,159v0,59,27,83,75,83v48,0,76,-24,76,-83r0,-159r24,0v-7,120,37,262,-100,262xm125,-280r-48,-51r28,0r38,51r-18,0","w":246},"\u00dd":{"d":"98,0r0,-106r-102,-151r30,0r84,130r84,-130r30,0r-102,151r0,106r-24,0xm166,-332r-48,51r-18,0r38,-51r28,0","w":219,"k":{"\u0133":3,"\u0173":27,"\u0171":27,"\u016f":27,"\u016d":27,"\u016b":27,"\u0169":27,"\u0151":33,"\u014f":33,"\u014d":33,"\u012f":3,"\u0119":33,"\u0117":33,"\u0115":33,"\u0113":33,"\u011b":33,"\u0105":33,"\u0103":33,"\u0101":33,"\u0104":27,"\u0102":27,"\u0100":27,"\u00f9":27,"\u00fc":27,"\u00fb":27,"\u00fa":27,"\u00f5":33,"\u00f2":33,"\u00f6":33,"\u00f4":33,"\u00f3":33,"\u00e8":33,"\u00eb":33,"\u00ea":33,"\u00e9":33,"\u00e3":33,"\u00e5":33,"\u00e0":33,"\u00e4":33,"\u00e2":33,"\u00e1":33,"\u00c3":27,"\u00c5":27,"\u00c0":27,"\u00c4":27,"\u00c2":27,"\u00c1":27,"v":20,"u":27,"q":33,"p":27,"o":33,"i":3,"e":33,"a":33,"A":27,";":33,":":33,".":36,"-":40,",":44}},"\u0178":{"d":"98,0r0,-106r-102,-151r30,0r84,130r84,-130r30,0r-102,151r0,106r-24,0xm90,-288r-24,0r0,-36r24,0r0,36xm154,-288r-24,0r0,-36r24,0r0,36","w":219,"k":{"\u0133":3,"\u0173":27,"\u0171":27,"\u016f":27,"\u016d":27,"\u016b":27,"\u0169":27,"\u0151":33,"\u014f":33,"\u014d":33,"\u012f":3,"\u0119":33,"\u0117":33,"\u0115":33,"\u0113":33,"\u011b":33,"\u0105":33,"\u0103":33,"\u0101":33,"\u0104":27,"\u0102":27,"\u0100":27,"\u00f9":27,"\u00fc":27,"\u00fb":27,"\u00fa":27,"\u00f5":33,"\u00f2":33,"\u00f6":33,"\u00f4":33,"\u00f3":33,"\u00e8":33,"\u00eb":33,"\u00ea":33,"\u00e9":33,"\u00e3":33,"\u00e5":33,"\u00e0":33,"\u00e4":33,"\u00e2":33,"\u00e1":33,"\u00c3":27,"\u00c5":27,"\u00c0":27,"\u00c4":27,"\u00c2":27,"\u00c1":27,"v":20,"u":27,"q":33,"p":27,"o":33,"i":3,"e":33,"a":33,"A":27,";":33,":":33,".":36,"-":40,",":44}},"\u017d":{"d":"13,-236r0,-21r185,0r0,22r-169,214r173,0r0,21r-200,0r0,-22r169,-214r-158,0xm91,-281r-41,-51r23,0r31,37r32,-37r21,0r-41,51r-25,0","w":206},"\u00e1":{"d":"42,-129r-23,0v3,-44,33,-62,76,-62v33,0,68,10,68,60r0,98v-1,12,11,17,21,12r0,20v-28,6,-44,-8,-43,-31v-20,51,-129,53,-129,-17v0,-52,50,-54,99,-60v19,-2,29,-5,29,-25v0,-31,-21,-38,-48,-38v-28,0,-49,13,-50,43xm140,-102v-30,22,-106,6,-106,52v0,23,20,36,42,36v46,0,71,-34,64,-88xm148,-263r-48,51r-18,0r38,-51r28,0","w":186},"\u00e2":{"d":"42,-129r-23,0v3,-44,33,-62,76,-62v33,0,68,10,68,60r0,98v-1,12,11,17,21,12r0,20v-28,6,-44,-8,-43,-31v-20,51,-129,53,-129,-17v0,-52,50,-54,99,-60v19,-2,29,-5,29,-25v0,-31,-21,-38,-48,-38v-28,0,-49,13,-50,43xm140,-102v-30,22,-106,6,-106,52v0,23,20,36,42,36v46,0,71,-34,64,-88xm106,-263r41,51r-24,0r-30,-37r-32,37r-21,0r41,-51r25,0","w":186},"\u00e4":{"d":"42,-129r-23,0v3,-44,33,-62,76,-62v33,0,68,10,68,60r0,98v-1,12,11,17,21,12r0,20v-28,6,-44,-8,-43,-31v-20,51,-129,53,-129,-17v0,-52,50,-54,99,-60v19,-2,29,-5,29,-25v0,-31,-21,-38,-48,-38v-28,0,-49,13,-50,43xm140,-102v-30,22,-106,6,-106,52v0,23,20,36,42,36v46,0,71,-34,64,-88xm73,-220r-24,0r0,-36r24,0r0,36xm137,-220r-24,0r0,-36r24,0r0,36","w":186},"\u00e0":{"d":"42,-129r-23,0v3,-44,33,-62,76,-62v33,0,68,10,68,60r0,98v-1,12,11,17,21,12r0,20v-28,6,-44,-8,-43,-31v-20,51,-129,53,-129,-17v0,-52,50,-54,99,-60v19,-2,29,-5,29,-25v0,-31,-21,-38,-48,-38v-28,0,-49,13,-50,43xm140,-102v-30,22,-106,6,-106,52v0,23,20,36,42,36v46,0,71,-34,64,-88xm93,-212r-48,-50r28,0r38,50r-18,0","w":186},"\u00e5":{"d":"42,-129r-23,0v3,-44,33,-62,76,-62v33,0,68,10,68,60r0,98v-1,12,11,17,21,12r0,20v-28,6,-44,-8,-43,-31v-20,51,-129,53,-129,-17v0,-52,50,-54,99,-60v19,-2,29,-5,29,-25v0,-31,-21,-38,-48,-38v-28,0,-49,13,-50,43xm140,-102v-30,22,-106,6,-106,52v0,23,20,36,42,36v46,0,71,-34,64,-88xm68,-245v0,14,11,25,25,25v14,0,24,-11,24,-25v0,-14,-10,-24,-24,-24v-14,0,-25,10,-25,24xm54,-245v0,-21,18,-38,39,-38v21,0,38,17,38,38v0,21,-17,39,-38,39v-21,0,-39,-18,-39,-39","w":186},"\u00e3":{"d":"42,-129r-23,0v3,-44,33,-62,76,-62v33,0,68,10,68,60r0,98v-1,12,11,17,21,12r0,20v-28,6,-44,-8,-43,-31v-20,51,-129,53,-129,-17v0,-52,50,-54,99,-60v19,-2,29,-5,29,-25v0,-31,-21,-38,-48,-38v-28,0,-49,13,-50,43xm140,-102v-30,22,-106,6,-106,52v0,23,20,36,42,36v46,0,71,-34,64,-88xm136,-256r13,0v-3,16,-12,35,-31,35v-28,-1,-57,-37,-68,1r-14,0v2,-17,13,-34,32,-34v30,0,57,34,68,-2","w":186},"\u00e7":{"d":"90,5v-50,-6,-78,-47,-78,-98v0,-53,31,-98,88,-98v40,0,70,21,75,64r-22,0v-6,-28,-23,-45,-53,-45v-86,1,-87,157,0,158v28,0,51,-22,54,-53r23,0v-5,42,-32,71,-75,72r-12,14v22,-3,42,-1,42,23v0,35,-47,36,-73,24r5,-12v13,5,47,12,47,-10v1,-24,-34,-5,-39,-17","w":186},"\u00e9":{"d":"35,-106r120,0v-1,-34,-23,-66,-59,-66v-37,0,-57,32,-61,66xm178,-87r-143,0v0,33,18,73,61,73v33,0,51,-19,58,-47r23,0v-10,42,-34,66,-81,66v-59,0,-84,-45,-84,-98v0,-49,25,-98,84,-98v59,0,84,52,82,104xm150,-263r-47,51r-19,0r38,-51r28,0","w":186},"\u00ea":{"d":"35,-106r120,0v-1,-34,-23,-66,-59,-66v-37,0,-57,32,-61,66xm178,-87r-143,0v0,33,18,73,61,73v33,0,51,-19,58,-47r23,0v-10,42,-34,66,-81,66v-59,0,-84,-45,-84,-98v0,-49,25,-98,84,-98v59,0,84,52,82,104xm109,-263r41,51r-23,0r-31,-37r-32,37r-21,0r41,-51r25,0","w":186},"\u00eb":{"d":"35,-106r120,0v-1,-34,-23,-66,-59,-66v-37,0,-57,32,-61,66xm178,-87r-143,0v0,33,18,73,61,73v33,0,51,-19,58,-47r23,0v-10,42,-34,66,-81,66v-59,0,-84,-45,-84,-98v0,-49,25,-98,84,-98v59,0,84,52,82,104xm77,-220r-24,0r0,-36r24,0r0,36xm141,-220r-25,0r0,-36r25,0r0,36","w":186},"\u00e8":{"d":"35,-106r120,0v-1,-34,-23,-66,-59,-66v-37,0,-57,32,-61,66xm178,-87r-143,0v0,33,18,73,61,73v33,0,51,-19,58,-47r23,0v-10,42,-34,66,-81,66v-59,0,-84,-45,-84,-98v0,-49,25,-98,84,-98v59,0,84,52,82,104xm95,-212r-47,-50r28,0r38,50r-19,0","w":186},"\u00ed":{"d":"45,0r-23,0r0,-186r23,0r0,186xm87,-263r-47,51r-19,0r38,-51r28,0","w":66},"\u00ee":{"d":"45,0r-23,0r0,-186r23,0r0,186xm46,-263r41,51r-23,0r-31,-37r-32,37r-21,0r41,-51r25,0","w":66},"\u00ef":{"d":"45,0r-23,0r0,-186r23,0r0,186xm14,-220r-24,0r0,-36r24,0r0,36xm78,-220r-25,0r0,-36r25,0r0,36","w":66},"\u00ec":{"d":"45,0r-23,0r0,-186r23,0r0,186xm27,-212r-48,-50r28,0r38,50r-18,0","w":66},"\u00f1":{"d":"21,0r0,-186r23,0v1,10,-2,24,1,32v9,-22,33,-37,59,-37v98,0,61,108,68,191r-23,0v-8,-67,28,-171,-47,-172v-75,-1,-56,99,-58,172r-23,0xm139,-256r14,0v-3,16,-12,35,-31,35v-28,-1,-57,-37,-68,1r-14,0v2,-17,13,-34,32,-34v30,0,57,34,67,-2","w":193},"\u00f3":{"d":"100,-172v-86,1,-87,157,0,158v86,-1,87,-157,0,-158xm100,-191v57,0,88,45,88,98v0,53,-31,98,-88,98v-57,0,-88,-45,-88,-98v0,-53,31,-98,88,-98xm155,-263r-47,51r-19,0r38,-51r28,0"},"\u00f4":{"d":"100,-172v-86,1,-87,157,0,158v86,-1,87,-157,0,-158xm100,-191v57,0,88,45,88,98v0,53,-31,98,-88,98v-57,0,-88,-45,-88,-98v0,-53,31,-98,88,-98xm113,-263r41,51r-23,0r-31,-37r-32,37r-21,0r41,-51r25,0"},"\u00f6":{"d":"100,-172v-86,1,-87,157,0,158v86,-1,87,-157,0,-158xm100,-191v57,0,88,45,88,98v0,53,-31,98,-88,98v-57,0,-88,-45,-88,-98v0,-53,31,-98,88,-98xm81,-220r-24,0r0,-36r24,0r0,36xm145,-220r-25,0r0,-36r25,0r0,36"},"\u00f2":{"d":"100,-172v-86,1,-87,157,0,158v86,-1,87,-157,0,-158xm100,-191v57,0,88,45,88,98v0,53,-31,98,-88,98v-57,0,-88,-45,-88,-98v0,-53,31,-98,88,-98xm100,-212r-47,-50r28,0r37,50r-18,0"},"\u00f5":{"d":"100,-172v-86,1,-87,157,0,158v86,-1,87,-157,0,-158xm100,-191v57,0,88,45,88,98v0,53,-31,98,-88,98v-57,0,-88,-45,-88,-98v0,-53,31,-98,88,-98xm144,-256r13,0v-3,16,-12,35,-31,35v-28,-1,-57,-37,-68,1r-14,0v2,-17,13,-34,32,-34v30,0,57,34,68,-2"},"\u0161":{"d":"156,-131r-23,0v-1,-28,-23,-41,-49,-41v-20,0,-44,8,-44,32v15,55,123,17,122,90v0,40,-40,55,-75,55v-44,0,-72,-19,-76,-65r23,0v2,31,25,46,55,46v22,0,50,-9,50,-35v0,-58,-121,-21,-121,-90v0,-38,36,-52,69,-52v37,0,67,20,69,60xm76,-212r-41,-51r23,0r31,37r32,-37r21,0r-41,51r-25,0","w":173},"\u00fa":{"d":"172,-186r0,186r-21,0v-1,-10,2,-25,-1,-33v-24,60,-129,49,-129,-32r0,-121r23,0v8,67,-28,174,50,172v72,-3,52,-100,55,-172r23,0xm152,-263r-48,51r-18,0r38,-51r28,0","w":193},"\u00fb":{"d":"172,-186r0,186r-21,0v-1,-10,2,-25,-1,-33v-24,60,-129,49,-129,-32r0,-121r23,0v8,67,-28,174,50,172v72,-3,52,-100,55,-172r23,0xm109,-263r41,51r-23,0r-31,-37r-32,37r-21,0r41,-51r25,0","w":193},"\u00fc":{"d":"172,-186r0,186r-21,0v-1,-10,2,-25,-1,-33v-24,60,-129,49,-129,-32r0,-121r23,0v8,67,-28,174,50,172v72,-3,52,-100,55,-172r23,0xm77,-220r-24,0r0,-36r24,0r0,36xm141,-220r-25,0r0,-36r25,0r0,36","w":193},"\u00f9":{"d":"172,-186r0,186r-21,0v-1,-10,2,-25,-1,-33v-24,60,-129,49,-129,-32r0,-121r23,0v8,67,-28,174,50,172v72,-3,52,-100,55,-172r23,0xm99,-212r-48,-50r28,0r38,50r-18,0","w":193},"\u00fd":{"d":"75,-1r-74,-185r24,0r61,159r57,-159r23,0r-81,214v-13,37,-29,45,-66,39r0,-19v37,12,47,-21,56,-49xm142,-263r-48,51r-18,0r38,-51r28,0","w":166,"k":{".":33,",":33}},"\u00ff":{"d":"75,-1r-74,-185r24,0r61,159r57,-159r23,0r-81,214v-13,37,-29,45,-66,39r0,-19v37,12,47,-21,56,-49xm67,-220r-25,0r0,-36r25,0r0,36xm130,-220r-24,0r0,-36r24,0r0,36","w":166,"k":{".":33,",":33}},"\u017e":{"d":"156,-170r-123,151r128,0r0,19r-156,0r0,-18r122,-149r-113,0r0,-19r142,0r0,16xm71,-212r-41,-51r23,0r31,37r32,-37r21,0r-41,51r-25,0","w":166},"\u0100":{"d":"114,-233r-52,132r101,0xm-3,0r104,-257r28,0r100,257r-26,0r-31,-80r-117,0r-31,80r-27,0xm173,-298r-119,0r0,-16r119,0r0,16","w":226,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":2,"\u0162":24,"\u0164":24,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"y":6,"w":6,"v":6,"Y":27,"W":2,"V":18,"T":24}},"\u0102":{"d":"114,-233r-52,132r101,0xm-3,0r104,-257r28,0r100,257r-26,0r-31,-80r-117,0r-31,80r-27,0xm63,-329r14,0v3,39,71,38,75,0r14,0v-4,28,-23,46,-52,46v-29,0,-48,-17,-51,-46","w":226,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":2,"\u0162":24,"\u0164":24,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"y":6,"w":6,"v":6,"Y":27,"W":2,"V":18,"T":24}},"\u0104":{"d":"229,0r-12,0v-27,22,-30,31,-30,42v1,25,31,19,36,2r10,5v-11,36,-68,30,-68,-5v0,-7,1,-22,38,-44r-31,-80r-117,0r-31,80r-27,0r104,-257r28,0xm114,-233r-52,132r101,0","w":226,"k":{"\u0177":6,"\u0175":6,"\u0176":27,"\u0174":2,"\u0162":24,"\u0164":24,"\u00ff":6,"\u00fd":6,"\u0178":27,"\u00dd":27,"y":6,"w":6,"v":6,"Y":27,"W":2,"V":18,"T":24}},"\u0106":{"d":"238,-179r-24,0v-9,-40,-42,-63,-79,-63v-132,1,-130,226,0,227v48,0,77,-37,82,-83r25,0v-7,63,-47,103,-107,103v-81,0,-121,-63,-121,-134v0,-71,40,-133,121,-133v49,0,96,29,103,83xm189,-332r-47,51r-19,0r38,-51r28,0","w":253},"\u0108":{"d":"238,-179r-24,0v-9,-40,-42,-63,-79,-63v-132,1,-130,226,0,227v48,0,77,-37,82,-83r25,0v-7,63,-47,103,-107,103v-81,0,-121,-63,-121,-134v0,-71,40,-133,121,-133v49,0,96,29,103,83xm147,-331r41,51r-23,0r-31,-37r-32,37r-21,0r41,-51r25,0","w":253},"\u010c":{"d":"238,-179r-24,0v-9,-40,-42,-63,-79,-63v-132,1,-130,226,0,227v48,0,77,-37,82,-83r25,0v-7,63,-47,103,-107,103v-81,0,-121,-63,-121,-134v0,-71,40,-133,121,-133v49,0,96,29,103,83xm120,-281r-41,-51r24,0r31,37r31,-37r21,0r-41,51r-25,0","w":253},"\u010a":{"d":"238,-179r-24,0v-9,-40,-42,-63,-79,-63v-132,1,-130,226,0,227v48,0,77,-37,82,-83r25,0v-7,63,-47,103,-107,103v-81,0,-121,-63,-121,-134v0,-71,40,-133,121,-133v49,0,96,29,103,83xm146,-288r-25,0r0,-36r25,0r0,36","w":253},"\u010e":{"d":"26,0r0,-257r89,0v78,2,118,43,118,128v0,85,-40,129,-118,129r-89,0xm50,-236r0,215v97,5,158,-9,158,-108v0,-99,-61,-113,-158,-107xm97,-281r-41,-51r24,0r31,37r31,-37r21,0r-41,51r-25,0","w":246},"\u011a":{"d":"26,0r0,-257r177,0r0,21r-153,0r0,93r144,0r0,21r-144,0r0,101r155,0r0,21r-179,0xm101,-281r-41,-51r23,0r31,37r32,-37r21,0r-41,51r-25,0","w":213},"\u0112":{"d":"26,0r0,-257r177,0r0,21r-153,0r0,93r144,0r0,21r-144,0r0,101r155,0r0,21r-179,0xm175,-298r-119,0r0,-16r119,0r0,16","w":213},"\u0114":{"d":"26,0r0,-257r177,0r0,21r-153,0r0,93r144,0r0,21r-144,0r0,101r155,0r0,21r-179,0xm63,-329r14,0v3,39,71,38,75,0r14,0v-4,28,-23,46,-52,46v-29,0,-48,-17,-51,-46","w":213},"\u0116":{"d":"26,0r0,-257r177,0r0,21r-153,0r0,93r144,0r0,21r-144,0r0,101r155,0r0,21r-179,0xm127,-288r-24,0r0,-36r24,0r0,36","w":213},"\u0118":{"d":"205,0r-16,0v-27,22,-30,31,-30,42v1,25,31,19,36,2r10,5v-11,36,-68,30,-68,-5v0,-7,1,-22,38,-44r-149,0r0,-257r177,0r0,21r-153,0r0,93r144,0r0,21r-144,0r0,101r155,0r0,21","w":213},"\u011c":{"d":"246,-131r0,131r-18,0v-2,-15,0,-34,-4,-47v-17,37,-52,52,-89,52v-81,0,-121,-63,-121,-134v0,-71,40,-133,121,-133v54,0,97,29,107,85r-24,0v-3,-30,-34,-65,-83,-65v-132,1,-130,226,0,227v57,0,90,-40,89,-95r-88,0r0,-21r110,0xm147,-331r41,51r-23,0r-31,-37r-32,37r-21,0r41,-51r25,0","w":266},"\u011e":{"d":"246,-131r0,131r-18,0v-2,-15,0,-34,-4,-47v-17,37,-52,52,-89,52v-81,0,-121,-63,-121,-134v0,-71,40,-133,121,-133v54,0,97,29,107,85r-24,0v-3,-30,-34,-65,-83,-65v-132,1,-130,226,0,227v57,0,90,-40,89,-95r-88,0r0,-21r110,0xm83,-329r14,0v3,39,71,38,75,0r14,0v-4,28,-23,46,-52,46v-29,0,-48,-17,-51,-46","w":266},"\u0120":{"d":"246,-131r0,131r-18,0v-2,-15,0,-34,-4,-47v-17,37,-52,52,-89,52v-81,0,-121,-63,-121,-134v0,-71,40,-133,121,-133v54,0,97,29,107,85r-24,0v-3,-30,-34,-65,-83,-65v-132,1,-130,226,0,227v57,0,90,-40,89,-95r-88,0r0,-21r110,0xm148,-288r-25,0r0,-36r25,0r0,36","w":266},"\u0122":{"d":"246,-131r0,131r-18,0v-2,-15,0,-34,-4,-47v-17,37,-52,52,-89,52v-81,0,-121,-63,-121,-134v0,-71,40,-133,121,-133v54,0,97,29,107,85r-24,0v-3,-30,-34,-65,-83,-65v-132,1,-130,226,0,227v57,0,90,-40,89,-95r-88,0r0,-21r110,0xm119,18r31,0v2,31,-1,57,-31,55r0,-10v10,-2,13,-6,14,-12r-14,0r0,-33","w":266},"\u0124":{"d":"26,0r0,-257r24,0r0,112r153,0r0,-112r25,0r0,257r-25,0r0,-125r-153,0r0,125r-24,0xm140,-331r41,51r-24,0r-31,-37r-31,37r-21,0r41,-51r25,0","w":253},"\u0126":{"d":"26,0r0,-257r24,0r0,71r153,0r0,-71r25,0r0,257r-25,0r0,-121r-153,0r0,121r-24,0xm203,-170r-153,0r0,28r153,0r0,-28","w":253},"\u0128":{"d":"28,0r0,-257r24,0r0,257r-24,0xm83,-324r13,0v-3,16,-12,34,-31,34v-29,-1,-58,-36,-68,2r-14,0v2,-17,13,-35,32,-35v30,0,56,34,68,-1","w":79},"\u012a":{"d":"28,0r0,-257r24,0r0,257r-24,0xm99,-298r-118,0r0,-16r118,0r0,16","w":79},"\u0130":{"d":"28,0r0,-257r24,0r0,257r-24,0xm52,-288r-24,0r0,-36r24,0r0,36","w":79},"\u012e":{"d":"52,-257r0,257v-24,23,-26,31,-26,42v0,25,28,19,32,2r9,5v-10,35,-62,30,-61,-5v0,-7,0,-22,34,-44r-12,0r0,-257r24,0","w":79},"\u0134":{"d":"130,-82r0,-175r24,0r0,185v0,52,-20,77,-75,77v-59,0,-71,-42,-71,-87r24,0v1,22,-2,67,49,67v39,0,49,-20,49,-67xm153,-331r41,51r-23,0r-31,-37r-32,37r-21,0r41,-51r25,0","w":180},"\u0136":{"d":"26,0r0,-257r24,0r0,138r150,-138r33,0r-115,106r120,151r-31,0r-107,-134r-50,46r0,88r-24,0xm105,18r31,0v2,31,-1,57,-31,55r0,-10v10,-2,13,-6,14,-12r-14,0r0,-33","w":233},"\u0139":{"d":"26,0r0,-257r24,0r0,236r144,0r0,21r-168,0xm94,-332r-47,51r-19,0r38,-51r28,0","w":193,"k":{"\u0177":13,"\u0176":40,"\u0174":20,"\u0162":33,"\u0164":33,"\u00ff":13,"\u00fd":13,"\u0178":40,"\u00dd":40,"y":13,"Y":40,"W":20,"V":33,"T":33}},"\u013d":{"d":"26,0r0,-257r24,0r0,236r144,0r0,21r-168,0xm136,-257r-31,51r-17,0r20,-51r28,0","w":193,"k":{"\u0177":13,"\u0176":40,"\u0174":20,"\u0162":33,"\u0164":33,"\u00ff":13,"\u00fd":13,"\u0178":40,"\u00dd":40,"y":13,"Y":40,"W":20,"V":33,"T":33}},"\u013b":{"d":"26,0r0,-257r24,0r0,236r144,0r0,21r-168,0xm90,18r31,0v2,31,-1,57,-31,55r0,-10v10,-2,13,-6,14,-12r-14,0r0,-33","w":193,"k":{"\u0177":13,"\u0176":40,"\u0174":20,"\u0162":33,"\u0164":33,"\u00ff":13,"\u00fd":13,"\u0178":40,"\u00dd":40,"y":13,"Y":40,"W":20,"V":33,"T":33}},"\u0143":{"d":"26,0r0,-257r27,0r150,217r0,-217r25,0r0,257r-27,0r-151,-217r0,217r-24,0xm179,-332r-48,51r-18,0r38,-51r28,0","w":253},"\u0147":{"d":"26,0r0,-257r27,0r150,217r0,-217r25,0r0,257r-27,0r-151,-217r0,217r-24,0xm112,-281r-41,-51r23,0r31,37r32,-37r21,0r-41,51r-25,0","w":253},"\u0145":{"d":"26,0r0,-257r27,0r150,217r0,-217r25,0r0,257r-27,0r-151,-217r0,217r-24,0xm109,18r31,0v2,31,-1,57,-31,55r0,-10v10,-2,13,-6,14,-12r-14,0r0,-33","w":253},"\u014c":{"d":"134,-242v-132,1,-130,226,0,227v130,-1,130,-226,0,-227xm12,-129v0,-71,41,-133,122,-133v81,0,121,62,121,133v0,71,-40,134,-121,134v-81,0,-122,-63,-122,-134xm193,-298r-118,0r0,-16r118,0r0,16","w":266},"\u014e":{"d":"134,-242v-132,1,-130,226,0,227v130,-1,130,-226,0,-227xm12,-129v0,-71,41,-133,122,-133v81,0,121,62,121,133v0,71,-40,134,-121,134v-81,0,-122,-63,-122,-134xm82,-329r14,0v3,38,72,39,76,0r14,0v-4,28,-23,46,-52,46v-29,0,-49,-17,-52,-46","w":266},"\u0150":{"d":"134,-242v-132,1,-130,226,0,227v130,-1,130,-226,0,-227xm12,-129v0,-71,41,-133,122,-133v81,0,121,62,121,133v0,71,-40,134,-121,134v-81,0,-122,-63,-122,-134xm169,-281r-18,0r36,-51r28,0xm113,-281r-18,0r36,-51r27,0","w":266},"\u0154":{"d":"50,-236r0,101v63,-2,144,15,147,-50v3,-66,-85,-49,-147,-51xm202,0v-16,-45,6,-114,-59,-114r-93,0r0,114r-24,0r0,-257v85,3,195,-22,196,67v1,34,-19,57,-50,66v62,5,34,81,57,124r-27,0xm168,-332r-47,51r-18,0r37,-51r28,0","w":240,"k":{"\u0177":-9,"\u0176":5,"\u0174":-2,"\u0162":-2,"\u0164":-2,"\u00ff":-9,"\u00fd":-9,"\u0178":5,"\u00dd":5,"y":-9,"Y":5,"W":-2,"V":-2,"T":-2}},"\u0158":{"d":"50,-236r0,101v63,-2,144,15,147,-50v3,-66,-85,-49,-147,-51xm202,0v-16,-45,6,-114,-59,-114r-93,0r0,114r-24,0r0,-257v85,3,195,-22,196,67v1,34,-19,57,-50,66v62,5,34,81,57,124r-27,0xm99,-281r-41,-51r23,0r31,37r32,-37r21,0r-41,51r-25,0","w":240,"k":{"\u0177":-9,"\u0176":5,"\u0174":-2,"\u0162":-2,"\u0164":-2,"\u00ff":-9,"\u00fd":-9,"\u0178":5,"\u00dd":5,"y":-9,"Y":5,"W":-2,"V":-2,"T":-2}},"\u0156":{"d":"50,-236r0,101v63,-2,144,15,147,-50v3,-66,-85,-49,-147,-51xm202,0v-16,-45,6,-114,-59,-114r-93,0r0,114r-24,0r0,-257v85,3,195,-22,196,67v1,34,-19,57,-50,66v62,5,34,81,57,124r-27,0xm106,18r31,0v2,31,-1,57,-31,55r0,-10v10,-2,13,-6,14,-12r-14,0r0,-33","w":240,"k":{"\u0177":-9,"\u0176":5,"\u0174":-2,"\u0162":-2,"\u0164":-2,"\u00ff":-9,"\u00fd":-9,"\u0178":5,"\u00dd":5,"y":-9,"Y":5,"W":-2,"V":-2,"T":-2}},"\u015a":{"d":"13,-85r24,0v-1,53,37,70,84,70v27,0,68,-16,68,-53v0,-83,-167,-24,-168,-122v0,-25,17,-72,89,-72v51,0,95,26,95,79r-25,0v2,-72,-134,-84,-134,-7v0,47,64,42,101,54v35,12,67,26,67,68v0,18,-7,73,-98,73v-61,0,-106,-27,-103,-90xm166,-332r-48,51r-18,0r38,-51r28,0","w":226},"\u015c":{"d":"13,-85r24,0v-1,53,37,70,84,70v27,0,68,-16,68,-53v0,-83,-167,-24,-168,-122v0,-25,17,-72,89,-72v51,0,95,26,95,79r-25,0v2,-72,-134,-84,-134,-7v0,47,64,42,101,54v35,12,67,26,67,68v0,18,-7,73,-98,73v-61,0,-106,-27,-103,-90xm127,-331r41,51r-24,0r-31,-37r-31,37r-21,0r41,-51r25,0","w":226},"\u015e":{"d":"13,-85r24,0v-1,53,37,70,84,70v27,0,68,-16,68,-53v0,-83,-167,-24,-168,-122v0,-25,17,-72,89,-72v51,0,95,26,95,79r-25,0v2,-72,-134,-84,-134,-7v0,47,64,42,101,54v35,12,67,26,67,68v0,15,-5,56,-60,69v-10,3,-22,4,-37,4r-12,14v22,-3,39,-1,42,23v-2,35,-47,37,-74,24r5,-12v13,5,48,12,48,-10v0,-24,-34,-4,-40,-17r18,-22v-56,-3,-93,-31,-91,-90","w":226},"\uf6c1":{"d":"13,-85r24,0v-1,53,37,70,84,70v27,0,68,-16,68,-53v0,-83,-167,-24,-168,-122v0,-25,17,-72,89,-72v51,0,95,26,95,79r-25,0v2,-72,-134,-84,-134,-7v0,47,64,42,101,54v35,12,67,26,67,68v0,15,-5,56,-60,69v-10,3,-22,4,-37,4r-12,14v22,-3,39,-1,42,23v-2,35,-47,37,-74,24r5,-12v13,5,48,12,48,-10v0,-24,-34,-4,-40,-17r18,-22v-56,-3,-93,-31,-91,-90","w":226},"\u0164":{"d":"-2,-236r0,-21r204,0r0,21r-90,0r0,236r-24,0r0,-236r-90,0xm88,-281r-41,-51r24,0r31,37r31,-37r21,0r-41,51r-25,0","k":{"\u0133":-9,"\u0177":40,"\u0175":40,"\u0173":33,"\u0171":33,"\u016f":33,"\u016d":33,"\u016b":33,"\u0169":33,"\u015f":40,"\u015d":40,"\u015b":40,"\u0159":33,"\u0157":33,"\u0155":33,"\u0151":40,"\u014f":40,"\u014d":40,"\u012f":-9,"\u0119":40,"\u0117":40,"\u0115":40,"\u0113":40,"\u011b":40,"\u010b":40,"\u010d":40,"\u0109":40,"\u0107":40,"\u0105":40,"\u0103":40,"\u0101":40,"\u0104":24,"\u0102":24,"\u0100":24,"\u00ff":40,"\u00fd":40,"\u00f9":33,"\u00fc":33,"\u00fb":33,"\u00fa":33,"\u0161":40,"\u00f5":40,"\u00f2":40,"\u00f6":40,"\u00f4":40,"\u00f3":40,"\u00e8":40,"\u00eb":40,"\u00ea":40,"\u00e9":40,"\u00e7":40,"\u00e3":40,"\u00e5":40,"\u00e0":40,"\u00e4":40,"\u00e2":40,"\u00e1":40,"\u00c3":24,"\u00c5":24,"\u00c0":24,"\u00c4":24,"\u00c2":24,"\u00c1":24,"y":40,"w":40,"u":33,"s":40,"r":33,"o":40,"i":-9,"e":40,"c":40,"a":40,"A":24,";":40,":":40,".":40,"-":46,",":40}},"\u0162":{"d":"-2,-236r0,-21r204,0r0,21r-90,0r0,236r-24,0r0,-236r-90,0xm85,18r31,0v2,31,-1,57,-31,55r0,-10v10,-2,13,-6,14,-12r-14,0r0,-33","k":{"\u0133":-9,"\u0177":40,"\u0175":40,"\u0173":33,"\u0171":33,"\u016f":33,"\u016d":33,"\u016b":33,"\u0169":33,"\u015f":40,"\u015d":40,"\u015b":40,"\u0159":33,"\u0157":33,"\u0155":33,"\u0151":40,"\u014f":40,"\u014d":40,"\u012f":-9,"\u0119":40,"\u0117":40,"\u0115":40,"\u0113":40,"\u011b":40,"\u010b":40,"\u010d":40,"\u0109":40,"\u0107":40,"\u0105":40,"\u0103":40,"\u0101":40,"\u0104":24,"\u0102":24,"\u0100":24,"\u00ff":40,"\u00fd":40,"\u00f9":33,"\u00fc":33,"\u00fb":33,"\u00fa":33,"\u0161":40,"\u00f5":40,"\u00f2":40,"\u00f6":40,"\u00f4":40,"\u00f3":40,"\u00e8":40,"\u00eb":40,"\u00ea":40,"\u00e9":40,"\u00e7":40,"\u00e3":40,"\u00e5":40,"\u00e0":40,"\u00e4":40,"\u00e2":40,"\u00e1":40,"\u00c3":24,"\u00c5":24,"\u00c0":24,"\u00c4":24,"\u00c2":24,"\u00c1":24,"y":40,"w":40,"u":33,"s":40,"r":33,"o":40,"i":-9,"e":40,"c":40,"a":40,"A":24,";":40,":":40,".":40,"-":46,",":40}},"\u0166":{"d":"-2,-236r0,-21r204,0r0,21r-90,0r0,61r60,0r0,16r-60,0r0,159r-24,0r0,-159r-59,0r0,-16r59,0r0,-61r-90,0"},"\u0168":{"d":"123,5v-136,0,-93,-142,-100,-262r25,0r0,159v0,59,27,83,75,83v48,0,76,-24,76,-83r0,-159r24,0v-7,120,37,262,-100,262xm166,-324r14,0v-3,16,-13,34,-32,34v-28,-1,-57,-36,-67,2r-14,0v2,-17,13,-35,32,-35v30,0,55,34,67,-1","w":246},"\u016a":{"d":"123,5v-136,0,-93,-142,-100,-262r25,0r0,159v0,59,27,83,75,83v48,0,76,-24,76,-83r0,-159r24,0v-7,120,37,262,-100,262xm182,-298r-119,0r0,-16r119,0r0,16","w":246},"\u016c":{"d":"123,5v-136,0,-93,-142,-100,-262r25,0r0,159v0,59,27,83,75,83v48,0,76,-24,76,-83r0,-159r24,0v-7,120,37,262,-100,262xm71,-329r14,0v3,39,71,38,75,0r14,0v-4,28,-23,46,-52,46v-29,0,-48,-17,-51,-46","w":246},"\u016e":{"d":"123,5v-136,0,-93,-142,-100,-262r25,0r0,159v0,59,27,83,75,83v48,0,76,-24,76,-83r0,-159r24,0v-7,120,37,262,-100,262xm98,-310v0,14,10,25,24,25v14,0,25,-11,25,-25v0,-14,-11,-24,-25,-24v-14,0,-24,10,-24,24xm84,-310v0,-21,17,-38,38,-38v21,0,39,17,39,38v0,21,-18,39,-39,39v-21,0,-38,-18,-38,-39","w":246},"\u0170":{"d":"123,5v-136,0,-93,-142,-100,-262r25,0r0,159v0,59,27,83,75,83v48,0,76,-24,76,-83r0,-159r24,0v-7,120,37,262,-100,262xm158,-281r-19,0r37,-51r27,0xm102,-281r-19,0r37,-51r27,0","w":246},"\u0172":{"d":"118,5v-61,0,-95,-45,-95,-98r0,-164r25,0r0,159v0,59,27,83,75,83v48,0,76,-24,76,-83r0,-159r24,0v-7,113,36,253,-89,262v-19,11,-38,54,-7,54v9,0,16,-7,20,-15r10,5v-11,36,-68,30,-68,-5v-4,-8,16,-32,29,-39","w":246},"\u0174":{"d":"71,0r-71,-257r26,0r59,225r63,-225r31,0r63,225r59,-225r24,0r-70,257r-26,0r-66,-230r-65,230r-27,0xm176,-331r41,51r-23,0r-31,-37r-32,37r-21,0r41,-51r25,0","w":326,"k":{"\u0133":-9,"\u0173":6,"\u0171":6,"\u016f":6,"\u016d":6,"\u016b":6,"\u0169":6,"\u0159":6,"\u0157":6,"\u0155":6,"\u0151":6,"\u014f":6,"\u014d":6,"\u012f":-9,"\u0119":6,"\u0117":6,"\u0115":6,"\u0113":6,"\u011b":6,"\u0105":13,"\u0103":13,"\u0101":13,"\u0104":6,"\u0102":6,"\u0100":6,"\u00f9":6,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00e8":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e3":13,"\u00e5":13,"\u00e0":13,"\u00e4":13,"\u00e2":13,"\u00e1":13,"\u00c3":6,"\u00c5":6,"\u00c0":6,"\u00c4":6,"\u00c2":6,"\u00c1":6,"u":6,"r":6,"o":6,"i":-9,"e":6,"a":13,"A":6,";":6,":":6,".":27,",":27}},"\u0176":{"d":"98,0r0,-106r-102,-151r30,0r84,130r84,-130r30,0r-102,151r0,106r-24,0xm124,-331r41,51r-23,0r-31,-37r-32,37r-21,0r41,-51r25,0","w":219,"k":{"\u0133":3,"\u0173":27,"\u0171":27,"\u016f":27,"\u016d":27,"\u016b":27,"\u0169":27,"\u0151":33,"\u014f":33,"\u014d":33,"\u012f":3,"\u0119":33,"\u0117":33,"\u0115":33,"\u0113":33,"\u011b":33,"\u0105":33,"\u0103":33,"\u0101":33,"\u0104":27,"\u0102":27,"\u0100":27,"\u00f9":27,"\u00fc":27,"\u00fb":27,"\u00fa":27,"\u00f5":33,"\u00f2":33,"\u00f6":33,"\u00f4":33,"\u00f3":33,"\u00e8":33,"\u00eb":33,"\u00ea":33,"\u00e9":33,"\u00e3":33,"\u00e5":33,"\u00e0":33,"\u00e4":33,"\u00e2":33,"\u00e1":33,"\u00c3":27,"\u00c5":27,"\u00c0":27,"\u00c4":27,"\u00c2":27,"\u00c1":27,"v":20,"u":27,"q":33,"p":27,"o":33,"i":3,"e":33,"a":33,"A":27,";":33,":":33,".":36,"-":40,",":44}},"\u0179":{"d":"13,-236r0,-21r185,0r0,22r-169,214r173,0r0,21r-200,0r0,-22r169,-214r-158,0xm158,-332r-48,51r-18,0r38,-51r28,0","w":206},"\u017b":{"d":"13,-236r0,-21r185,0r0,22r-169,214r173,0r0,21r-200,0r0,-22r169,-214r-158,0xm118,-288r-25,0r0,-36r25,0r0,36","w":206},"\u0101":{"d":"42,-129r-23,0v3,-44,33,-62,76,-62v33,0,68,10,68,60r0,98v-1,12,11,17,21,12r0,20v-28,6,-44,-8,-43,-31v-20,51,-129,53,-129,-17v0,-52,50,-54,99,-60v19,-2,29,-5,29,-25v0,-31,-21,-38,-48,-38v-28,0,-49,13,-50,43xm140,-102v-30,22,-106,6,-106,52v0,23,20,36,42,36v46,0,71,-34,64,-88xm154,-230r-118,0r0,-16r118,0r0,16","w":186},"\u0103":{"d":"42,-129r-23,0v3,-44,33,-62,76,-62v33,0,68,10,68,60r0,98v-1,12,11,17,21,12r0,20v-28,6,-44,-8,-43,-31v-20,51,-129,53,-129,-17v0,-52,50,-54,99,-60v19,-2,29,-5,29,-25v0,-31,-21,-38,-48,-38v-28,0,-49,13,-50,43xm140,-102v-30,22,-106,6,-106,52v0,23,20,36,42,36v46,0,71,-34,64,-88xm42,-261r15,0v3,40,71,39,75,0r14,0v-4,28,-23,46,-52,46v-29,0,-49,-17,-52,-46","w":186},"\u0105":{"d":"149,73v-59,0,-25,-63,6,-75v-11,-4,-11,-18,-14,-30v-20,51,-129,53,-129,-17v0,-52,50,-54,99,-60v19,-2,29,-5,29,-25v0,-31,-21,-38,-48,-38v-28,0,-49,13,-50,43r-23,0v3,-44,33,-62,76,-62v33,0,68,10,68,60r0,98v-1,12,11,17,21,12r0,20r-17,1v-27,22,-29,31,-29,42v1,25,31,19,36,2r10,5v-8,18,-20,24,-35,24xm140,-102v-30,22,-106,6,-106,52v0,23,20,36,42,36v46,0,71,-34,64,-88","w":186},"\u0107":{"d":"175,-127r-22,0v-6,-28,-23,-45,-53,-45v-86,1,-87,157,0,158v28,0,51,-22,54,-53r23,0v-6,45,-35,72,-77,72v-57,0,-88,-45,-88,-98v0,-53,31,-98,88,-98v40,0,70,21,75,64xm154,-263r-47,51r-18,0r37,-51r28,0","w":186},"\u0109":{"d":"175,-127r-22,0v-6,-28,-23,-45,-53,-45v-86,1,-87,157,0,158v28,0,51,-22,54,-53r23,0v-6,45,-35,72,-77,72v-57,0,-88,-45,-88,-98v0,-53,31,-98,88,-98v40,0,70,21,75,64xm112,-263r41,51r-23,0r-31,-37r-32,37r-21,0r41,-51r25,0","w":186},"\u010d":{"d":"175,-127r-22,0v-6,-28,-23,-45,-53,-45v-86,1,-87,157,0,158v28,0,51,-22,54,-53r23,0v-6,45,-35,72,-77,72v-57,0,-88,-45,-88,-98v0,-53,31,-98,88,-98v40,0,70,21,75,64xm87,-212r-41,-51r23,0r31,37r32,-37r21,0r-41,51r-25,0","w":186},"\u010b":{"d":"175,-127r-22,0v-6,-28,-23,-45,-53,-45v-86,1,-87,157,0,158v28,0,51,-22,54,-53r23,0v-6,45,-35,72,-77,72v-57,0,-88,-45,-88,-98v0,-53,31,-98,88,-98v40,0,70,21,75,64xm112,-220r-25,0r0,-36r25,0r0,36","w":186},"\u010f":{"d":"185,-257r0,257r-21,0v-1,-11,2,-26,-1,-35v-10,24,-39,40,-66,40v-57,0,-83,-45,-83,-98v0,-53,26,-98,83,-98v27,0,56,14,65,41r0,-107r23,0xm97,-172v-83,1,-82,157,0,158v89,-1,89,-157,0,-158xm251,-257r-31,51r-17,0r20,-51r28,0","w":232},"\u0111":{"d":"185,-210r0,210r-21,0v-1,-11,2,-26,-1,-35v-10,24,-39,40,-66,40v-57,0,-83,-45,-83,-98v0,-53,26,-98,83,-98v27,0,56,14,65,41r0,-60r-62,0r0,-16r62,0r0,-31r23,0r0,31r30,0r0,16r-30,0xm97,-172v-83,1,-82,157,0,158v89,-1,89,-157,0,-158","w":215},"\u011b":{"d":"35,-106r120,0v-1,-34,-23,-66,-59,-66v-37,0,-57,32,-61,66xm178,-87r-143,0v0,33,18,73,61,73v33,0,51,-19,58,-47r23,0v-10,42,-34,66,-81,66v-59,0,-84,-45,-84,-98v0,-49,25,-98,84,-98v59,0,84,52,82,104xm84,-212r-41,-51r24,0r31,37r31,-37r21,0r-41,51r-25,0","w":186},"\u0113":{"d":"35,-106r120,0v-1,-34,-23,-66,-59,-66v-37,0,-57,32,-61,66xm178,-87r-143,0v0,33,18,73,61,73v33,0,51,-19,58,-47r23,0v-10,42,-34,66,-81,66v-59,0,-84,-45,-84,-98v0,-49,25,-98,84,-98v59,0,84,52,82,104xm155,-230r-118,0r0,-16r118,0r0,16","w":186},"\u0115":{"d":"35,-106r120,0v-1,-34,-23,-66,-59,-66v-37,0,-57,32,-61,66xm178,-87r-143,0v0,33,18,73,61,73v33,0,51,-19,58,-47r23,0v-10,42,-34,66,-81,66v-59,0,-84,-45,-84,-98v0,-49,25,-98,84,-98v59,0,84,52,82,104xm46,-261r14,0v3,40,71,39,75,0r14,0v-4,28,-23,46,-52,46v-29,0,-48,-17,-51,-46","w":186},"\u0117":{"d":"35,-106r120,0v-1,-34,-23,-66,-59,-66v-37,0,-57,32,-61,66xm178,-87r-143,0v0,33,18,73,61,73v33,0,51,-19,58,-47r23,0v-10,42,-34,66,-81,66v-59,0,-84,-45,-84,-98v0,-49,25,-98,84,-98v59,0,84,52,82,104xm108,-220r-24,0r0,-36r24,0r0,36","w":186},"\u0119":{"d":"92,5v-55,-2,-80,-46,-80,-98v0,-49,25,-98,84,-98v59,0,84,52,82,104r-143,0v0,33,18,73,61,73v33,0,51,-19,58,-47r23,0v-10,37,-28,61,-69,66v-19,11,-38,54,-7,54v9,0,16,-7,20,-15r10,5v-11,36,-68,30,-68,-5v-4,-8,16,-32,29,-39xm35,-106r120,0v-1,-34,-23,-66,-59,-66v-37,0,-57,32,-61,66","w":186},"\u011d":{"d":"179,-186v-9,107,39,260,-83,260v-37,0,-74,-17,-77,-56r23,0v5,27,29,37,54,37v50,0,66,-42,59,-95v-10,23,-32,38,-59,38v-59,0,-84,-43,-84,-96v0,-51,30,-93,84,-93v28,-1,49,18,60,37r0,-32r23,0xm96,-21v79,-1,82,-151,0,-151v-43,0,-61,38,-61,77v0,37,19,74,61,74xm117,-263r41,51r-23,0r-31,-37r-32,37r-21,0r41,-51r25,0"},"\u011f":{"d":"179,-186v-9,107,39,260,-83,260v-37,0,-74,-17,-77,-56r23,0v5,27,29,37,54,37v50,0,66,-42,59,-95v-10,23,-32,38,-59,38v-59,0,-84,-43,-84,-96v0,-51,30,-93,84,-93v28,-1,49,18,60,37r0,-32r23,0xm96,-21v79,-1,82,-151,0,-151v-43,0,-61,38,-61,77v0,37,19,74,61,74xm45,-261r14,0v3,40,71,39,75,0r14,0v-4,28,-23,46,-52,46v-29,0,-48,-17,-51,-46"},"\u0121":{"d":"179,-186v-9,107,39,260,-83,260v-37,0,-74,-17,-77,-56r23,0v5,27,29,37,54,37v50,0,66,-42,59,-95v-10,23,-32,38,-59,38v-59,0,-84,-43,-84,-96v0,-51,30,-93,84,-93v28,-1,49,18,60,37r0,-32r23,0xm96,-21v79,-1,82,-151,0,-151v-43,0,-61,38,-61,77v0,37,19,74,61,74xm112,-220r-25,0r0,-36r25,0r0,36"},"\u0123":{"d":"179,-186v-9,107,39,260,-83,260v-37,0,-74,-17,-77,-56r23,0v5,27,29,37,54,37v50,0,66,-42,59,-95v-10,23,-32,38,-59,38v-59,0,-84,-43,-84,-96v0,-51,30,-93,84,-93v28,-1,49,18,60,37r0,-32r23,0xm96,-21v79,-1,82,-151,0,-151v-43,0,-61,38,-61,77v0,37,19,74,61,74xm116,-224r-31,0v-2,-31,1,-57,31,-55r0,10v-10,2,-13,6,-14,12r14,0r0,33"},"\u0125":{"d":"21,0r0,-257r23,0r1,103v9,-22,33,-37,59,-37v98,0,61,108,68,191r-23,0v-8,-67,28,-171,-47,-172v-75,-1,-56,99,-58,172r-23,0xm108,-331r41,51r-23,0r-31,-37r-32,37r-21,0r41,-51r25,0","w":193},"\u0127":{"d":"30,-226r0,-31r22,0r0,31r55,0r0,16r-55,0v1,18,-2,40,1,56v9,-22,33,-37,59,-37v98,0,61,108,68,191r-22,0v-8,-67,28,-171,-47,-172v-75,-1,-58,98,-59,172r-22,0r0,-210r-30,0r0,-16r30,0","w":201},"\u0129":{"d":"45,0r-23,0r0,-186r23,0r0,186xm76,-256r14,0v-3,16,-12,35,-31,35v-28,-1,-57,-37,-68,1r-14,0v2,-17,13,-34,32,-34v30,0,57,34,67,-2","w":66},"\u012b":{"d":"45,0r-23,0r0,-186r23,0r0,186xm93,-230r-119,0r0,-16r119,0r0,16","w":66},"\u012f":{"d":"45,-186r0,186v-24,22,-27,31,-27,42v1,25,28,19,32,2r9,5v-9,36,-62,29,-61,-5v0,-7,1,-22,34,-44r-10,0r0,-186r23,0xm22,-221r0,-36r23,0r0,36r-23,0","w":66},"\u0135":{"d":"22,23r0,-209r23,0r0,203v2,34,-16,59,-56,51r0,-19v21,5,33,-6,33,-26xm45,-263r41,51r-23,0r-31,-37r-32,37r-21,0r41,-51r25,0","w":66},"\u0137":{"d":"22,0r0,-257r22,0r0,161r103,-90r30,0r-79,69r85,117r-29,0r-73,-101r-37,30r0,71r-22,0xm80,18r31,0v2,31,-1,57,-31,55r0,-10v10,-2,13,-6,14,-12r-14,0r0,-33","w":180},"\u013a":{"d":"22,0r0,-257r23,0r0,257r-23,0xm88,-332r-48,51r-18,0r38,-51r28,0","w":66},"\u013e":{"d":"22,0r0,-257r23,0r0,257r-23,0xm111,-257r-31,51r-17,0r19,-51r29,0","w":91},"\u013c":{"d":"22,0r0,-257r23,0r0,257r-23,0xm18,18r31,0v2,31,-1,57,-31,55r0,-10v10,-2,13,-6,14,-12r-14,0r0,-33","w":66},"\u0144":{"d":"21,0r0,-186r23,0v1,10,-2,24,1,32v9,-22,33,-37,59,-37v98,0,61,108,68,191r-23,0v-8,-67,28,-171,-47,-172v-75,-1,-56,99,-58,172r-23,0xm151,-263r-48,51r-18,0r38,-51r28,0","w":193},"\u0148":{"d":"21,0r0,-186r23,0v1,10,-2,24,1,32v9,-22,33,-37,59,-37v98,0,61,108,68,191r-23,0v-8,-67,28,-171,-47,-172v-75,-1,-56,99,-58,172r-23,0xm84,-212r-41,-51r23,0r31,37r32,-37r21,0r-41,51r-25,0","w":193},"\u0146":{"d":"21,0r0,-186r23,0v1,10,-2,24,1,32v9,-22,33,-37,59,-37v98,0,61,108,68,191r-23,0v-8,-67,28,-171,-47,-172v-75,-1,-56,99,-58,172r-23,0xm83,18r31,0v2,31,-1,57,-31,55r0,-10v10,-2,13,-6,14,-12r-14,0r0,-33","w":193},"\u014d":{"d":"100,-172v-86,1,-87,157,0,158v86,-1,87,-157,0,-158xm100,-191v57,0,88,45,88,98v0,53,-31,98,-88,98v-57,0,-88,-45,-88,-98v0,-53,31,-98,88,-98xm161,-230r-119,0r0,-16r119,0r0,16"},"\u014f":{"d":"100,-172v-86,1,-87,157,0,158v86,-1,87,-157,0,-158xm100,-191v57,0,88,45,88,98v0,53,-31,98,-88,98v-57,0,-88,-45,-88,-98v0,-53,31,-98,88,-98xm50,-261r14,0v3,40,71,39,75,0r14,0v-4,28,-23,46,-52,46v-29,0,-48,-17,-51,-46"},"\u0151":{"d":"100,-172v-86,1,-87,157,0,158v86,-1,87,-157,0,-158xm100,-191v57,0,88,45,88,98v0,53,-31,98,-88,98v-57,0,-88,-45,-88,-98v0,-53,31,-98,88,-98xm136,-212r-18,0r36,-51r27,0xm80,-212r-18,0r36,-51r27,0"},"\u0155":{"d":"22,0r0,-186r20,0v1,14,-2,32,1,44v12,-30,37,-47,70,-46r0,22v-41,-2,-69,28,-69,67r0,99r-22,0xm90,-263r-48,51r-18,0r38,-51r28,0","w":113,"k":{"\u0151":6,"\u014f":6,"\u014d":6,"\u0149":-6,"\u0146":-6,"\u0148":-6,"\u0144":-6,"\u0119":6,"\u0117":6,"\u0115":6,"\u0113":6,"\u011b":6,"\u010f":6,"\u010b":6,"\u010d":6,"\u0109":6,"\u0107":6,"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00f1":-6,"\u00e8":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e7":6,"q":6,"o":6,"n":-6,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},"\u0157":{"d":"22,0r0,-186r20,0v1,14,-2,32,1,44v12,-30,37,-47,70,-46r0,22v-41,-2,-69,28,-69,67r0,99r-22,0xm18,18r31,0v2,31,-1,57,-31,55r0,-10v10,-2,13,-6,14,-12r-14,0r0,-33","w":113,"k":{"\u0151":6,"\u014f":6,"\u014d":6,"\u0149":-6,"\u0146":-6,"\u0148":-6,"\u0144":-6,"\u0119":6,"\u0117":6,"\u0115":6,"\u0113":6,"\u011b":6,"\u010f":6,"\u010b":6,"\u010d":6,"\u0109":6,"\u0107":6,"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00f1":-6,"\u00e8":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e7":6,"q":6,"o":6,"n":-6,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},"\u0159":{"d":"22,0r0,-186r20,0v1,14,-2,32,1,44v12,-30,37,-47,70,-46r0,22v-41,-2,-69,28,-69,67r0,99r-22,0xm54,-212r-41,-51r23,0r31,37r32,-37r21,0r-41,51r-25,0","w":113,"k":{"\u0151":6,"\u014f":6,"\u014d":6,"\u0149":-6,"\u0146":-6,"\u0148":-6,"\u0144":-6,"\u0119":6,"\u0117":6,"\u0115":6,"\u0113":6,"\u011b":6,"\u010f":6,"\u010b":6,"\u010d":6,"\u0109":6,"\u0107":6,"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00f1":-6,"\u00e8":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e7":6,"q":6,"o":6,"n":-6,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},"\u015b":{"d":"156,-131r-23,0v-1,-28,-23,-41,-49,-41v-20,0,-44,8,-44,32v15,55,123,17,122,90v0,40,-40,55,-75,55v-44,0,-72,-19,-76,-65r23,0v2,31,25,46,55,46v22,0,50,-9,50,-35v0,-58,-121,-21,-121,-90v0,-38,36,-52,69,-52v37,0,67,20,69,60xm142,-263r-48,51r-18,0r38,-51r28,0","w":173},"\u015d":{"d":"156,-131r-23,0v-1,-28,-23,-41,-49,-41v-20,0,-44,8,-44,32v15,55,123,17,122,90v0,40,-40,55,-75,55v-44,0,-72,-19,-76,-65r23,0v2,31,25,46,55,46v22,0,50,-9,50,-35v0,-58,-121,-21,-121,-90v0,-38,36,-52,69,-52v37,0,67,20,69,60xm101,-263r41,51r-24,0r-31,-37r-31,37r-21,0r41,-51r25,0","w":173},"\u015f":{"d":"162,-50v-1,38,-33,54,-71,55r-12,14v22,-3,39,-1,42,23v-2,34,-47,37,-73,24r5,-12v13,5,47,12,47,-10v0,-24,-34,-4,-40,-17r18,-22v-40,-3,-64,-23,-67,-65r23,0v2,31,25,46,55,46v22,0,50,-9,50,-35v0,-58,-121,-21,-121,-90v0,-38,36,-52,69,-52v37,0,67,20,69,60r-23,0v-1,-28,-23,-41,-49,-41v-20,0,-44,8,-44,32v15,55,123,17,122,90","w":173},"\uf6c2":{"d":"162,-50v-1,38,-33,54,-71,55r-12,14v22,-3,39,-1,42,23v-2,34,-47,37,-73,24r5,-12v13,5,47,12,47,-10v0,-24,-34,-4,-40,-17r18,-22v-40,-3,-64,-23,-67,-65r23,0v2,31,25,46,55,46v22,0,50,-9,50,-35v0,-58,-121,-21,-121,-90v0,-38,36,-52,69,-52v37,0,67,20,69,60r-23,0v-1,-28,-23,-41,-49,-41v-20,0,-44,8,-44,32v15,55,123,17,122,90","w":173},"\u0165":{"d":"138,-257r-31,51r-17,0r20,-51r28,0xm58,-242r0,56r37,0r0,19r-37,0r0,126v-4,23,16,27,37,23r0,19v-36,3,-60,0,-60,-41r0,-127r-32,0r0,-19r32,0r0,-56r23,0","w":119},"\u0163":{"d":"58,-242r0,56r37,0r0,19r-37,0r0,126v-4,23,16,27,37,23r0,19v-36,3,-60,0,-60,-41r0,-127r-32,0r0,-19r32,0r0,-56r23,0xm49,18r31,0v2,31,-1,57,-31,55r0,-10v10,-2,13,-6,14,-12r-14,0r0,-33","w":106},"\u0167":{"d":"58,-242r0,56r37,0r0,19r-37,0r0,36r42,0r0,16r-42,0r0,74v-4,23,16,27,37,23r0,19v-36,3,-60,0,-60,-41r0,-75r-36,0r0,-16r36,0r0,-36r-32,0r0,-19r32,0r0,-56r23,0","w":106},"\u0169":{"d":"172,-186r0,186r-21,0v-1,-10,2,-25,-1,-33v-24,60,-129,49,-129,-32r0,-121r23,0v8,67,-28,174,50,172v72,-3,52,-100,55,-172r23,0xm140,-256r13,0v-3,16,-12,35,-31,35v-28,-1,-57,-37,-68,1r-14,0v2,-17,13,-34,32,-34v30,0,57,34,68,-2","w":193},"\u016b":{"d":"172,-186r0,186r-21,0v-1,-10,2,-25,-1,-33v-24,60,-129,49,-129,-32r0,-121r23,0v8,67,-28,174,50,172v72,-3,52,-100,55,-172r23,0xm157,-230r-119,0r0,-16r119,0r0,16","w":193},"\u016d":{"d":"172,-186r0,186r-21,0v-1,-10,2,-25,-1,-33v-24,60,-129,49,-129,-32r0,-121r23,0v8,67,-28,174,50,172v72,-3,52,-100,55,-172r23,0xm46,-261r14,0v3,40,71,39,75,0r14,0v-4,28,-23,46,-52,46v-29,0,-48,-17,-51,-46","w":193},"\u016f":{"d":"172,-186r0,186r-21,0v-1,-10,2,-25,-1,-33v-24,60,-129,49,-129,-32r0,-121r23,0v8,67,-28,174,50,172v72,-3,52,-100,55,-172r23,0xm73,-245v0,14,10,25,24,25v14,0,25,-11,25,-25v0,-14,-11,-24,-25,-24v-14,0,-24,10,-24,24xm59,-245v0,-21,17,-38,38,-38v21,0,39,17,39,38v0,21,-18,39,-39,39v-21,0,-38,-18,-38,-39","w":193},"\u0171":{"d":"172,-186r0,186r-21,0v-1,-10,2,-25,-1,-33v-24,60,-129,49,-129,-32r0,-121r23,0v8,67,-28,174,50,172v72,-3,52,-100,55,-172r23,0xm133,-212r-18,0r36,-51r28,0xm77,-212r-18,0r36,-51r27,0","w":193},"\u0173":{"d":"172,0r-7,0v-27,22,-30,31,-30,42v1,25,31,19,36,2r10,5v-11,36,-68,30,-68,-5v0,-7,1,-22,38,-44v-1,-10,2,-25,-1,-33v-24,60,-129,49,-129,-32r0,-121r23,0v8,67,-28,174,50,172v72,-3,52,-100,55,-172r23,0r0,186","w":193},"\u0175":{"d":"63,0r-60,-186r24,0r48,159r46,-159r25,0r46,159r48,-159r24,0r-60,186r-25,0r-46,-156r-46,156r-24,0xm146,-263r41,51r-24,0r-31,-37r-31,37r-21,0r41,-51r25,0","w":266,"k":{".":20,",":20}},"\u0177":{"d":"75,-1r-74,-185r24,0r61,159r57,-159r23,0r-81,214v-13,37,-29,45,-66,39r0,-19v37,12,47,-21,56,-49xm98,-263r41,51r-23,0r-31,-37r-32,37r-21,0r41,-51r25,0","w":166,"k":{".":33,",":33}},"\u017a":{"d":"156,-170r-123,151r128,0r0,19r-156,0r0,-18r122,-149r-113,0r0,-19r142,0r0,16xm138,-263r-47,51r-19,0r38,-51r28,0","w":166},"\u017c":{"d":"156,-170r-123,151r128,0r0,19r-156,0r0,-18r122,-149r-113,0r0,-19r142,0r0,16xm96,-220r-24,0r0,-36r24,0r0,36","w":166},"\u013f":{"d":"26,0r0,-257r24,0r0,236r144,0r0,21r-168,0xm128,-149r-24,0r0,-37r24,0r0,37","w":193,"k":{"\u0177":13,"\u0176":40,"\u0174":20,"\u0162":33,"\u0164":33,"\u00ff":13,"\u00fd":13,"\u0178":40,"\u00dd":40,"y":13,"Y":40,"W":20,"V":33,"T":33}},"\u0140":{"d":"22,0r0,-257r23,0r0,257r-23,0xm92,-149r-24,0r0,-37r24,0r0,37","w":106},"\u00a0":{"w":100},"\u00ad":{"d":"112,-89r-90,0r0,-20r90,0r0,20","w":133},"\u0110":{"d":"26,-141r0,-116r89,0v78,2,118,43,118,128v0,85,-40,129,-118,129r-89,0r0,-125r-26,0r0,-16r26,0xm50,-236r0,95r85,0r0,16r-85,0r0,104v97,5,158,-9,158,-108v0,-99,-61,-113,-158,-107","w":246}}});
;

/*
 * Superfish v1.4.8 - jQuery menu widget
 * Copyright (c) 2008 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 * 	http://www.opensource.org/licenses/mit-license.php
 * 	http://www.gnu.org/licenses/gpl.html
 *
 * CHANGELOG: http://users.tpg.com.au/j_birch/plugins/superfish/changelog.txt
 */

;(function($){
	$.fn.superfish = function(op){

		var sf = $.fn.superfish,
			c = sf.c,
			$arrow = $(['<span class="',c.arrowClass,'"> &#187;</span>'].join('')),
			over = function(){
				var $$ = $(this), menu = getMenu($$);
				clearTimeout(menu.sfTimer);
				$$.showSuperfishUl().siblings().hideSuperfishUl();
			},
			out = function(){
				var $$ = $(this), menu = getMenu($$), o = sf.op;
				clearTimeout(menu.sfTimer);
				menu.sfTimer=setTimeout(function(){
					o.retainPath=($.inArray($$[0],o.$path)>-1);
					$$.hideSuperfishUl();
					if (o.$path.length && $$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}
				},o.delay);	
			},
			getMenu = function($menu){
				var menu = $menu.parents(['ul.',c.menuClass,':first'].join(''))[0];
				sf.op = sf.o[menu.serial];
				return menu;
			},
			addArrow = function($a){ $a.addClass(c.anchorClass).append($arrow.clone()); };
			
		return this.each(function() {
			var s = this.serial = sf.o.length;
			var o = $.extend({},sf.defaults,op);
			o.$path = $('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){
				$(this).addClass([o.hoverClass,c.bcClass].join(' '))
					.filter('li:has(ul)').removeClass(o.pathClass);
			});
			sf.o[s] = sf.op = o;
			
			$('li:has(ul)',this)[($.fn.hoverIntent && !o.disableHI) ? 'hoverIntent' : 'hover'](over,out).each(function() {
				if (o.autoArrows) addArrow( $('>a:first-child',this) );
			})
			.not('.'+c.bcClass)
				.hideSuperfishUl();
			
			var $a = $('a',this);
			$a.each(function(i){
				var $li = $a.eq(i).parents('li');
				$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});
			});
			o.onInit.call(this);
			
		}).each(function() {
			menuClasses = [c.menuClass];
			if (sf.op.dropShadows  && !($.browser.msie && $.browser.version < 7)) menuClasses.push(c.shadowClass);
			$(this).addClass(menuClasses.join(' '));
		});
	};

	var sf = $.fn.superfish;
	sf.o = [];
	sf.op = {};
	sf.IE7fix = function(){
		var o = sf.op;
		if ($.browser.msie && $.browser.version > 6 && o.dropShadows && o.animation.opacity!=undefined)
			this.toggleClass(sf.c.shadowClass+'-off');
		};
	sf.c = {
		bcClass     : 'sf-breadcrumb',
		menuClass   : 'sf-js-enabled',
		anchorClass : 'sf-with-ul',
		arrowClass  : 'sf-sub-indicator',
		shadowClass : 'sf-shadow'
	};
	sf.defaults = {
		hoverClass	: 'sfHover',
		pathClass	: 'overideThisToUse',
		pathLevels	: 1,
		delay		: 800,
		animation	: {opacity:'show'},
		speed		: 'normal',
		autoArrows	: true,
		dropShadows : true,
		disableHI	: false,		// true disables hoverIntent detection
		onInit		: function(){}, // callback functions
		onBeforeShow: function(){},
		onShow		: function(){},
		onHide		: function(){}
	};
	$.fn.extend({
		hideSuperfishUl : function(){
			var o = sf.op,
				not = (o.retainPath===true) ? o.$path : '';
			o.retainPath = false;
			var $ul = $(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass)
					.find('>ul').hide().css('visibility','hidden');
			o.onHide.call($ul);
			return this;
		},
		showSuperfishUl : function(){
			var o = sf.op,
				sh = sf.c.shadowClass+'-off',
				$ul = this.addClass(o.hoverClass)
					.find('>ul:hidden').css('visibility','visible');
			sf.IE7fix.call($ul);
			o.onBeforeShow.call($ul);
			$ul.animate(o.animation,o.speed,function(){ sf.IE7fix.call($ul); o.onShow.call($ul); });
			return this;
		}
	});

})(jQuery);
;
/* ------------------------------------------------------------------------
	Class: prettyPhoto
	Use: Lightbox clone for jQuery
	Author: Stephane Caron (http://www.no-margin-for-errors.com)
	Version: 3.1.2
------------------------------------------------------------------------- */

(function($){$.prettyPhoto={version:'3.1.2'};$.fn.prettyPhoto=function(pp_settings){pp_settings=jQuery.extend({animation_speed:'fast',slideshow:5000,autoplay_slideshow:false,opacity:0.80,show_title:true,allow_resize:true,default_width:500,default_height:344,counter_separator_label:'/',theme:'pp_default',horizontal_padding:20,hideflash:false,wmode:'opaque',autoplay:true,modal:false,deeplinking:true,overlay_gallery:true,keyboard_shortcuts:true,changepicturecallback:function(){},callback:function(){},ie6_fallback:true,markup:'<div class="pp_pic_holder"><div class="ppt">&nbsp;</div><div class="pp_top"><div class="pp_left"></div><div class="pp_middle"></div><div class="pp_right"></div></div><div class="pp_content_container"><div class="pp_left"><div class="pp_right"><div class="pp_content"><div class="pp_loaderIcon"></div><div class="pp_fade"><a href="#" class="pp_expand" title="Expand the image">Expand</a><div class="pp_hoverContainer"><a class="pp_next" href="#">next</a><a class="pp_previous" href="#">previous</a></div><div id="pp_full_res"></div><div class="pp_details"><div class="pp_nav"><a href="#" class="pp_arrow_previous">Previous</a><p class="currentTextHolder">0/0</p><a href="#" class="pp_arrow_next">Next</a></div><p class="pp_description"></p>{pp_social}<a class="pp_close" href="#">Close</a></div></div></div></div></div></div><div class="pp_bottom"><div class="pp_left"></div><div class="pp_middle"></div><div class="pp_right"></div></div></div><div class="pp_overlay"></div>',gallery_markup:'<div class="pp_gallery"><a href="#" class="pp_arrow_previous">Previous</a><div><ul>{gallery}</ul></div><a href="#" class="pp_arrow_next">Next</a></div>',image_markup:'<img id="fullResImage" src="{path}" />',flash_markup:'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="{width}" height="{height}"><param name="wmode" value="{wmode}" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="{path}" /><embed src="{path}" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="{width}" height="{height}" wmode="{wmode}"></embed></object>',quicktime_markup:'<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="{height}" width="{width}"><param name="src" value="{path}"><param name="autoplay" value="{autoplay}"><param name="type" value="video/quicktime"><embed src="{path}" height="{height}" width="{width}" autoplay="{autoplay}" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"></embed></object>',iframe_markup:'<iframe src ="{path}" width="{width}" height="{height}" frameborder="no"></iframe>',inline_markup:'<div class="pp_inline">{content}</div>',custom_markup:'',social_tools:'<div class="pp_social"><div class="twitter"><a href="http://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="facebook"><iframe src="http://www.facebook.com/plugins/like.php?locale=en_US&href='+location.href+'&amp;layout=button_count&amp;show_faces=true&amp;width=500&amp;action=like&amp;font&amp;colorscheme=light&amp;height=23" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:23px;" allowTransparency="true"></iframe></div></div>'},pp_settings);var matchedObjects=this,percentBased=false,pp_dimensions,pp_open,pp_contentHeight,pp_contentWidth,pp_containerHeight,pp_containerWidth,windowHeight=$(window).height(),windowWidth=$(window).width(),pp_slideshow;doresize=true,scroll_pos=_get_scroll();$(window).unbind('resize.prettyphoto').bind('resize.prettyphoto',function(){_center_overlay();_resize_overlay();});if(pp_settings.keyboard_shortcuts){$(document).unbind('keydown.prettyphoto').bind('keydown.prettyphoto',function(e){if(typeof $pp_pic_holder!='undefined'){if($pp_pic_holder.is(':visible')){switch(e.keyCode){case 37:$.prettyPhoto.changePage('previous');e.preventDefault();break;case 39:$.prettyPhoto.changePage('next');e.preventDefault();break;case 27:if(!settings.modal)
$.prettyPhoto.close();e.preventDefault();break;};};};});};$.prettyPhoto.initialize=function(){settings=pp_settings;if(settings.theme=='pp_default')settings.horizontal_padding=16;if(settings.ie6_fallback&&$.browser.msie&&parseInt($.browser.version)==6)settings.theme="light_square";theRel=$(this).attr('rel');galleryRegExp=/\[(?:.*)\]/;isSet=(galleryRegExp.exec(theRel))?true:false;pp_images=(isSet)?jQuery.map(matchedObjects,function(n,i){if($(n).attr('rel').indexOf(theRel)!=-1)return $(n).attr('href');}):$.makeArray($(this).attr('href'));pp_titles=(isSet)?jQuery.map(matchedObjects,function(n,i){if($(n).attr('rel').indexOf(theRel)!=-1)return($(n).find('img').attr('alt'))?$(n).find('img').attr('alt'):"";}):$.makeArray($(this).find('img').attr('alt'));pp_descriptions=(isSet)?jQuery.map(matchedObjects,function(n,i){if($(n).attr('rel').indexOf(theRel)!=-1)return($(n).attr('title'))?$(n).attr('title'):"";}):$.makeArray($(this).attr('title'));set_position=jQuery.inArray($(this).attr('href'),pp_images);rel_index=(isSet)?set_position:$("a[rel^='"+theRel+"']").index($(this));_build_overlay(this);if(settings.allow_resize)
$(window).bind('scroll.prettyphoto',function(){_center_overlay();});$.prettyPhoto.open();return false;}
$.prettyPhoto.open=function(event){if(typeof settings=="undefined"){settings=pp_settings;if($.browser.msie&&$.browser.version==6)settings.theme="light_square";pp_images=$.makeArray(arguments[0]);pp_titles=(arguments[1])?$.makeArray(arguments[1]):$.makeArray("");pp_descriptions=(arguments[2])?$.makeArray(arguments[2]):$.makeArray("");isSet=(pp_images.length>1)?true:false;set_position=0;_build_overlay(event.target);}
if($.browser.msie&&$.browser.version==6)$('select').css('visibility','hidden');if(settings.hideflash)$('object,embed,iframe[src*=youtube],iframe[src*=vimeo]').css('visibility','hidden');_checkPosition($(pp_images).size());$('.pp_loaderIcon').show();if($ppt.is(':hidden'))$ppt.css('opacity',0).show();$pp_overlay.show().fadeTo(settings.animation_speed,settings.opacity);$pp_pic_holder.find('.currentTextHolder').text((set_position+1)+settings.counter_separator_label+$(pp_images).size());if(pp_descriptions[set_position]!=""){$pp_pic_holder.find('.pp_description').show().html(unescape(pp_descriptions[set_position]));}else{$pp_pic_holder.find('.pp_description').hide();}
movie_width=(parseFloat(getParam('width',pp_images[set_position])))?getParam('width',pp_images[set_position]):settings.default_width.toString();movie_height=(parseFloat(getParam('height',pp_images[set_position])))?getParam('height',pp_images[set_position]):settings.default_height.toString();percentBased=false;if(movie_height.indexOf('%')!=-1){movie_height=parseFloat(($(window).height()*parseFloat(movie_height)/100)-150);percentBased=true;}
if(movie_width.indexOf('%')!=-1){movie_width=parseFloat(($(window).width()*parseFloat(movie_width)/100)-150);percentBased=true;}
$pp_pic_holder.fadeIn(function(){(settings.show_title&&pp_titles[set_position]!=""&&typeof pp_titles[set_position]!="undefined")?$ppt.html(unescape(pp_titles[set_position])):$ppt.html('&nbsp;');imgPreloader="";skipInjection=false;switch(_getFileType(pp_images[set_position])){case'image':imgPreloader=new Image();nextImage=new Image();if(isSet&&set_position<$(pp_images).size()-1)nextImage.src=pp_images[set_position+1];prevImage=new Image();if(isSet&&pp_images[set_position-1])prevImage.src=pp_images[set_position-1];$pp_pic_holder.find('#pp_full_res')[0].innerHTML=settings.image_markup.replace(/{path}/g,pp_images[set_position]);imgPreloader.onload=function(){pp_dimensions=_fitToViewport(imgPreloader.width,imgPreloader.height);_showContent();};imgPreloader.onerror=function(){alert('Image cannot be loaded. Make sure the path is correct and image exist.');$.prettyPhoto.close();};imgPreloader.src=pp_images[set_position];break;case'youtube':pp_dimensions=_fitToViewport(movie_width,movie_height);movie='http://www.youtube.com/embed/'+getParam('v',pp_images[set_position]);(getParam('rel',pp_images[set_position]))?movie+="?rel="+getParam('rel',pp_images[set_position]):movie+="?rel=1";if(settings.autoplay)movie+="&autoplay=1";toInject=settings.iframe_markup.replace(/{width}/g,pp_dimensions['width']).replace(/{height}/g,pp_dimensions['height']).replace(/{wmode}/g,settings.wmode).replace(/{path}/g,movie);break;case'vimeo':pp_dimensions=_fitToViewport(movie_width,movie_height);movie_id=pp_images[set_position];var regExp=/http:\/\/(www\.)?vimeo.com\/(\d+)/;var match=movie_id.match(regExp);movie='http://player.vimeo.com/video/'+match[2]+'?title=0&amp;byline=0&amp;portrait=0';if(settings.autoplay)movie+="&autoplay=1;";vimeo_width=pp_dimensions['width']+'/embed/?moog_width='+pp_dimensions['width'];toInject=settings.iframe_markup.replace(/{width}/g,vimeo_width).replace(/{height}/g,pp_dimensions['height']).replace(/{path}/g,movie);break;case'quicktime':pp_dimensions=_fitToViewport(movie_width,movie_height);pp_dimensions['height']+=15;pp_dimensions['contentHeight']+=15;pp_dimensions['containerHeight']+=15;toInject=settings.quicktime_markup.replace(/{width}/g,pp_dimensions['width']).replace(/{height}/g,pp_dimensions['height']).replace(/{wmode}/g,settings.wmode).replace(/{path}/g,pp_images[set_position]).replace(/{autoplay}/g,settings.autoplay);break;case'flash':pp_dimensions=_fitToViewport(movie_width,movie_height);flash_vars=pp_images[set_position];flash_vars=flash_vars.substring(pp_images[set_position].indexOf('flashvars')+10,pp_images[set_position].length);filename=pp_images[set_position];filename=filename.substring(0,filename.indexOf('?'));toInject=settings.flash_markup.replace(/{width}/g,pp_dimensions['width']).replace(/{height}/g,pp_dimensions['height']).replace(/{wmode}/g,settings.wmode).replace(/{path}/g,filename+'?'+flash_vars);break;case'iframe':pp_dimensions=_fitToViewport(movie_width,movie_height);frame_url=pp_images[set_position];frame_url=frame_url.substr(0,frame_url.indexOf('iframe')-1);toInject=settings.iframe_markup.replace(/{width}/g,pp_dimensions['width']).replace(/{height}/g,pp_dimensions['height']).replace(/{path}/g,frame_url);break;case'ajax':doresize=false;pp_dimensions=_fitToViewport(movie_width,movie_height);doresize=true;skipInjection=true;$.get(pp_images[set_position],function(responseHTML){toInject=settings.inline_markup.replace(/{content}/g,responseHTML);$pp_pic_holder.find('#pp_full_res')[0].innerHTML=toInject;_showContent();});break;case'custom':pp_dimensions=_fitToViewport(movie_width,movie_height);toInject=settings.custom_markup;break;case'inline':myClone=$(pp_images[set_position]).clone().append('<br clear="all" />').css({'width':settings.default_width}).wrapInner('<div id="pp_full_res"><div class="pp_inline"></div></div>').appendTo($('body')).show();doresize=false;pp_dimensions=_fitToViewport($(myClone).width(),$(myClone).height());doresize=true;$(myClone).remove();toInject=settings.inline_markup.replace(/{content}/g,$(pp_images[set_position]).html());break;};if(!imgPreloader&&!skipInjection){$pp_pic_holder.find('#pp_full_res')[0].innerHTML=toInject;_showContent();};});return false;};$.prettyPhoto.changePage=function(direction){currentGalleryPage=0;if(direction=='previous'){set_position--;if(set_position<0)set_position=$(pp_images).size()-1;}else if(direction=='next'){set_position++;if(set_position>$(pp_images).size()-1)set_position=0;}else{set_position=direction;};rel_index=set_position;if(!doresize)doresize=true;$('.pp_contract').removeClass('pp_contract').addClass('pp_expand');_hideContent(function(){$.prettyPhoto.open();});};$.prettyPhoto.changeGalleryPage=function(direction){if(direction=='next'){currentGalleryPage++;if(currentGalleryPage>totalPage)currentGalleryPage=0;}else if(direction=='previous'){currentGalleryPage--;if(currentGalleryPage<0)currentGalleryPage=totalPage;}else{currentGalleryPage=direction;};slide_speed=(direction=='next'||direction=='previous')?settings.animation_speed:0;slide_to=currentGalleryPage*(itemsPerPage*itemWidth);$pp_gallery.find('ul').animate({left:-slide_to},slide_speed);};$.prettyPhoto.startSlideshow=function(){if(typeof pp_slideshow=='undefined'){$pp_pic_holder.find('.pp_play').unbind('click').removeClass('pp_play').addClass('pp_pause').click(function(){$.prettyPhoto.stopSlideshow();return false;});pp_slideshow=setInterval($.prettyPhoto.startSlideshow,settings.slideshow);}else{$.prettyPhoto.changePage('next');};}
$.prettyPhoto.stopSlideshow=function(){$pp_pic_holder.find('.pp_pause').unbind('click').removeClass('pp_pause').addClass('pp_play').click(function(){$.prettyPhoto.startSlideshow();return false;});clearInterval(pp_slideshow);pp_slideshow=undefined;}
$.prettyPhoto.close=function(){if($pp_overlay.is(":animated"))return;$.prettyPhoto.stopSlideshow();$pp_pic_holder.stop().find('object,embed').css('visibility','hidden');$('div.pp_pic_holder,div.ppt,.pp_fade').fadeOut(settings.animation_speed,function(){$(this).remove();});$pp_overlay.fadeOut(settings.animation_speed,function(){if($.browser.msie&&$.browser.version==6)$('select').css('visibility','visible');if(settings.hideflash)$('object,embed,iframe[src*=youtube],iframe[src*=vimeo]').css('visibility','visible');$(this).remove();$(window).unbind('scroll.prettyphoto');settings.callback();doresize=true;pp_open=false;delete settings;});};function _showContent(){$('.pp_loaderIcon').hide();projectedTop=scroll_pos['scrollTop']+((windowHeight/2)-(pp_dimensions['containerHeight']/2));if(projectedTop<0)projectedTop=0;$ppt.fadeTo(settings.animation_speed,1);$pp_pic_holder.find('.pp_content').animate({height:pp_dimensions['contentHeight'],width:pp_dimensions['contentWidth']},settings.animation_speed);$pp_pic_holder.animate({'top':projectedTop,'left':(windowWidth/2)-(pp_dimensions['containerWidth']/2),width:pp_dimensions['containerWidth']},settings.animation_speed,function(){$pp_pic_holder.find('.pp_hoverContainer,#fullResImage').height(pp_dimensions['height']).width(pp_dimensions['width']);$pp_pic_holder.find('.pp_fade').fadeIn(settings.animation_speed);if(isSet&&_getFileType(pp_images[set_position])=="image"){$pp_pic_holder.find('.pp_hoverContainer').show();}else{$pp_pic_holder.find('.pp_hoverContainer').hide();}
if(pp_dimensions['resized']){$('a.pp_expand,a.pp_contract').show();}else{$('a.pp_expand').hide();}
if(settings.autoplay_slideshow&&!pp_slideshow&&!pp_open)$.prettyPhoto.startSlideshow();if(settings.deeplinking)
setHashtag();settings.changepicturecallback();pp_open=true;});_insert_gallery();};function _hideContent(callback){$pp_pic_holder.find('#pp_full_res object,#pp_full_res embed').css('visibility','hidden');$pp_pic_holder.find('.pp_fade').fadeOut(settings.animation_speed,function(){$('.pp_loaderIcon').show();callback();});};function _checkPosition(setCount){(setCount>1)?$('.pp_nav').show():$('.pp_nav').hide();};function _fitToViewport(width,height){resized=false;_getDimensions(width,height);imageWidth=width,imageHeight=height;if(((pp_containerWidth>windowWidth)||(pp_containerHeight>windowHeight))&&doresize&&settings.allow_resize&&!percentBased){resized=true,fitting=false;while(!fitting){if((pp_containerWidth>windowWidth)){imageWidth=(windowWidth-200);imageHeight=(height/width)*imageWidth;}else if((pp_containerHeight>windowHeight)){imageHeight=(windowHeight-200);imageWidth=(width/height)*imageHeight;}else{fitting=true;};pp_containerHeight=imageHeight,pp_containerWidth=imageWidth;};_getDimensions(imageWidth,imageHeight);if((pp_containerWidth>windowWidth)||(pp_containerHeight>windowHeight)){_fitToViewport(pp_containerWidth,pp_containerHeight)};};return{width:Math.floor(imageWidth),height:Math.floor(imageHeight),containerHeight:Math.floor(pp_containerHeight),containerWidth:Math.floor(pp_containerWidth)+(settings.horizontal_padding*2),contentHeight:Math.floor(pp_contentHeight),contentWidth:Math.floor(pp_contentWidth),resized:resized};};function _getDimensions(width,height){width=parseFloat(width);height=parseFloat(height);$pp_details=$pp_pic_holder.find('.pp_details');$pp_details.width(width);detailsHeight=parseFloat($pp_details.css('marginTop'))+parseFloat($pp_details.css('marginBottom'));$pp_details=$pp_details.clone().addClass(settings.theme).width(width).appendTo($('body')).css({'position':'absolute','top':-10000});detailsHeight+=$pp_details.height();detailsHeight=(detailsHeight<=34)?36:detailsHeight;if($.browser.msie&&$.browser.version==7)detailsHeight+=8;$pp_details.remove();$pp_title=$pp_pic_holder.find('.ppt');$pp_title.width(width);titleHeight=parseFloat($pp_title.css('marginTop'))+parseFloat($pp_title.css('marginBottom'));$pp_title=$pp_title.clone().appendTo($('body')).css({'position':'absolute','top':-10000});titleHeight+=$pp_title.height();$pp_title.remove();pp_contentHeight=height+detailsHeight;pp_contentWidth=width;pp_containerHeight=pp_contentHeight+titleHeight+$pp_pic_holder.find('.pp_top').height()+$pp_pic_holder.find('.pp_bottom').height();pp_containerWidth=width;}
function _getFileType(itemSrc){if(itemSrc.match(/youtube\.com\/watch/i)){return'youtube';}else if(itemSrc.match(/vimeo\.com/i)){return'vimeo';}else if(itemSrc.match(/\b.mov\b/i)){return'quicktime';}else if(itemSrc.match(/\b.swf\b/i)){return'flash';}else if(itemSrc.match(/\biframe=true\b/i)){return'iframe';}else if(itemSrc.match(/\bajax=true\b/i)){return'ajax';}else if(itemSrc.match(/\bcustom=true\b/i)){return'custom';}else if(itemSrc.substr(0,1)=='#'){return'inline';}else{return'image';};};function _center_overlay(){if(doresize&&typeof $pp_pic_holder!='undefined'){scroll_pos=_get_scroll();contentHeight=$pp_pic_holder.height(),contentwidth=$pp_pic_holder.width();projectedTop=(windowHeight/2)+scroll_pos['scrollTop']-(contentHeight/2);if(projectedTop<0)projectedTop=0;if(contentHeight>windowHeight)
return;$pp_pic_holder.css({'top':projectedTop,'left':(windowWidth/2)+scroll_pos['scrollLeft']-(contentwidth/2)});};};function _get_scroll(){if(self.pageYOffset){return{scrollTop:self.pageYOffset,scrollLeft:self.pageXOffset};}else if(document.documentElement&&document.documentElement.scrollTop){return{scrollTop:document.documentElement.scrollTop,scrollLeft:document.documentElement.scrollLeft};}else if(document.body){return{scrollTop:document.body.scrollTop,scrollLeft:document.body.scrollLeft};};};function _resize_overlay(){windowHeight=$(window).height(),windowWidth=$(window).width();if(typeof $pp_overlay!="undefined")$pp_overlay.height($(document).height()).width(windowWidth);};function _insert_gallery(){if(isSet&&settings.overlay_gallery&&_getFileType(pp_images[set_position])=="image"&&(settings.ie6_fallback&&!($.browser.msie&&parseInt($.browser.version)==6))){itemWidth=52+5;navWidth=(settings.theme=="facebook"||settings.theme=="pp_default")?50:30;itemsPerPage=Math.floor((pp_dimensions['containerWidth']-100-navWidth)/itemWidth);itemsPerPage=(itemsPerPage<pp_images.length)?itemsPerPage:pp_images.length;totalPage=Math.ceil(pp_images.length/itemsPerPage)-1;if(totalPage==0){navWidth=0;$pp_gallery.find('.pp_arrow_next,.pp_arrow_previous').hide();}else{$pp_gallery.find('.pp_arrow_next,.pp_arrow_previous').show();};galleryWidth=itemsPerPage*itemWidth;fullGalleryWidth=pp_images.length*itemWidth;$pp_gallery.css('margin-left',-((galleryWidth/2)+(navWidth/2))).find('div:first').width(galleryWidth+5).find('ul').width(fullGalleryWidth).find('li.selected').removeClass('selected');goToPage=(Math.floor(set_position/itemsPerPage)<totalPage)?Math.floor(set_position/itemsPerPage):totalPage;$.prettyPhoto.changeGalleryPage(goToPage);$pp_gallery_li.filter(':eq('+set_position+')').addClass('selected');}else{$pp_pic_holder.find('.pp_content').unbind('mouseenter mouseleave');}}
function _build_overlay(caller){settings.markup=settings.markup.replace('{pp_social}',(settings.social_tools)?settings.social_tools:'');$('body').append(settings.markup);$pp_pic_holder=$('.pp_pic_holder'),$ppt=$('.ppt'),$pp_overlay=$('div.pp_overlay');if(isSet&&settings.overlay_gallery){currentGalleryPage=0;toInject="";for(var i=0;i<pp_images.length;i++){if(!pp_images[i].match(/\b(jpg|jpeg|png|gif)\b/gi)){classname='default';img_src='';}else{classname='';img_src=pp_images[i];}
toInject+="<li class='"+classname+"'><a href='#'><img src='"+img_src+"' width='50' alt='' /></a></li>";};toInject=settings.gallery_markup.replace(/{gallery}/g,toInject);$pp_pic_holder.find('#pp_full_res').after(toInject);$pp_gallery=$('.pp_pic_holder .pp_gallery'),$pp_gallery_li=$pp_gallery.find('li');$pp_gallery.find('.pp_arrow_next').click(function(){$.prettyPhoto.changeGalleryPage('next');$.prettyPhoto.stopSlideshow();return false;});$pp_gallery.find('.pp_arrow_previous').click(function(){$.prettyPhoto.changeGalleryPage('previous');$.prettyPhoto.stopSlideshow();return false;});$pp_pic_holder.find('.pp_content').hover(function(){$pp_pic_holder.find('.pp_gallery:not(.disabled)').fadeIn();},function(){$pp_pic_holder.find('.pp_gallery:not(.disabled)').fadeOut();});itemWidth=52+5;$pp_gallery_li.each(function(i){$(this).find('a').click(function(){$.prettyPhoto.changePage(i);$.prettyPhoto.stopSlideshow();return false;});});};if(settings.slideshow){$pp_pic_holder.find('.pp_nav').prepend('<a href="#" class="pp_play">Play</a>')
$pp_pic_holder.find('.pp_nav .pp_play').click(function(){$.prettyPhoto.startSlideshow();return false;});}
$pp_pic_holder.attr('class','pp_pic_holder '+settings.theme);$pp_overlay.css({'opacity':0,'height':$(document).height(),'width':$(window).width()}).bind('click',function(){if(!settings.modal)$.prettyPhoto.close();});$('a.pp_close').bind('click',function(){$.prettyPhoto.close();return false;});$('a.pp_expand').bind('click',function(e){if($(this).hasClass('pp_expand')){$(this).removeClass('pp_expand').addClass('pp_contract');doresize=false;}else{$(this).removeClass('pp_contract').addClass('pp_expand');doresize=true;};_hideContent(function(){$.prettyPhoto.open();});return false;});$pp_pic_holder.find('.pp_previous, .pp_nav .pp_arrow_previous').bind('click',function(){$.prettyPhoto.changePage('previous');$.prettyPhoto.stopSlideshow();return false;});$pp_pic_holder.find('.pp_next, .pp_nav .pp_arrow_next').bind('click',function(){$.prettyPhoto.changePage('next');$.prettyPhoto.stopSlideshow();return false;});_center_overlay();};if(!pp_alreadyInitialized&&getHashtag()){pp_alreadyInitialized=true;hashIndex=getHashtag();hashRel=hashIndex;hashIndex=hashIndex.substring(hashIndex.indexOf('/')+1,hashIndex.length-1);hashRel=hashRel.substring(0,hashRel.indexOf('/'));setTimeout(function(){$("a[rel^='"+hashRel+"']:eq("+hashIndex+")").trigger('click');},50);}
return this.unbind('click.prettyphoto').bind('click.prettyphoto',$.prettyPhoto.initialize);};function getHashtag(){url=location.href;hashtag=(url.indexOf('#!')!=-1)?decodeURI(url.substring(url.indexOf('#!')+2,url.length)):false;return hashtag;};function setHashtag(){if(typeof theRel=='undefined')return;location.hash='!'+theRel+'/'+rel_index+'/';};function getParam(name,url){name=name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");var regexS="[\\?&]"+name+"=([^&#]*)";var regex=new RegExp(regexS);var results=regex.exec(url);return(results==null)?"":results[1];}})(jQuery);var pp_alreadyInitialized=false;;
/*	SWFObject v2.2 <http://code.google.com/p/swfobject/> 
	is released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/
var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="ShockwaveFlash.ShockwaveFlash",q="application/x-shockwave-flash",R="SWFObjectExprInst",x="onreadystatechange",O=window,j=document,t=navigator,T=false,U=[h],o=[],N=[],I=[],l,Q,E,B,J=false,a=false,n,G,m=true,M=function(){var aa=typeof j.getElementById!=D&&typeof j.getElementsByTagName!=D&&typeof j.createElement!=D,ah=t.userAgent.toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,X=!+"\v1",ag=[0,0,0],ab=null;if(typeof t.plugins!=D&&typeof t.plugins[S]==r){ab=t.plugins[S].description;if(ab&&!(typeof t.mimeTypes!=D&&t.mimeTypes[q]&&!t.mimeTypes[q].enabledPlugin)){T=true;X=false;ab=ab.replace(/^.*\s+(\S+\s+\S+$)/,"$1");ag[0]=parseInt(ab.replace(/^(.*)\..*$/,"$1"),10);ag[1]=parseInt(ab.replace(/^.*\.(.*)\s.*$/,"$1"),10);ag[2]=/[a-zA-Z]/.test(ab)?parseInt(ab.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof O.ActiveXObject!=D){try{var ad=new ActiveXObject(W);if(ad){ab=ad.GetVariable("$version");if(ab){X=true;ab=ab.split(" ")[1].split(",");ag=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}}catch(Z){}}}return{w3:aa,pv:ag,wk:af,ie:X,win:ae,mac:ac}}(),k=function(){if(!M.w3){return}if((typeof j.readyState!=D&&j.readyState=="complete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")[0]||j.body))){f()}if(!J){if(typeof j.addEventListener!=D){j.addEventListener("DOMContentLoaded",f,false)}if(M.ie&&M.win){j.attachEvent(x,function(){if(j.readyState=="complete"){j.detachEvent(x,arguments.callee);f()}});if(O==top){(function(){if(J){return}try{j.documentElement.doScroll("left")}catch(X){setTimeout(arguments.callee,0);return}f()})()}}if(M.wk){(function(){if(J){return}if(!/loaded|complete/.test(j.readyState)){setTimeout(arguments.callee,0);return}f()})()}s(f)}}();function f(){if(J){return}try{var Z=j.getElementsByTagName("body")[0].appendChild(C("span"));Z.parentNode.removeChild(Z)}catch(aa){return}J=true;var X=U.length;for(var Y=0;Y<X;Y++){U[Y]()}}function K(X){if(J){X()}else{U[U.length]=X}}function s(Y){if(typeof O.addEventListener!=D){O.addEventListener("load",Y,false)}else{if(typeof j.addEventListener!=D){j.addEventListener("load",Y,false)}else{if(typeof O.attachEvent!=D){i(O,"onload",Y)}else{if(typeof O.onload=="function"){var X=O.onload;O.onload=function(){X();Y()}}else{O.onload=Y}}}}}function h(){if(T){V()}else{H()}}function V(){var X=j.getElementsByTagName("body")[0];var aa=C(r);aa.setAttribute("type",q);var Z=X.appendChild(aa);if(Z){var Y=0;(function(){if(typeof Z.GetVariable!=D){var ab=Z.GetVariable("$version");if(ab){ab=ab.split(" ")[1].split(",");M.pv=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}else{if(Y<10){Y++;setTimeout(arguments.callee,10);return}}X.removeChild(aa);Z=null;H()})()}else{H()}}function H(){var ag=o.length;if(ag>0){for(var af=0;af<ag;af++){var Y=o[af].id;var ab=o[af].callbackFn;var aa={success:false,id:Y};if(M.pv[0]>0){var ae=c(Y);if(ae){if(F(o[af].swfVersion)&&!(M.wk&&M.wk<312)){w(Y,true);if(ab){aa.success=true;aa.ref=z(Y);ab(aa)}}else{if(o[af].expressInstall&&A()){var ai={};ai.data=o[af].expressInstall;ai.width=ae.getAttribute("width")||"0";ai.height=ae.getAttribute("height")||"0";if(ae.getAttribute("class")){ai.styleclass=ae.getAttribute("class")}if(ae.getAttribute("align")){ai.align=ae.getAttribute("align")}var ah={};var X=ae.getElementsByTagName("param");var ac=X.length;for(var ad=0;ad<ac;ad++){if(X[ad].getAttribute("name").toLowerCase()!="movie"){ah[X[ad].getAttribute("name")]=X[ad].getAttribute("value")}}P(ai,ah,Y,ab)}else{p(ae);if(ab){ab(aa)}}}}}else{w(Y,true);if(ab){var Z=z(Y);if(Z&&typeof Z.SetVariable!=D){aa.success=true;aa.ref=Z}ab(aa)}}}}}function z(aa){var X=null;var Y=c(aa);if(Y&&Y.nodeName=="OBJECT"){if(typeof Y.SetVariable!=D){X=Y}else{var Z=Y.getElementsByTagName(r)[0];if(Z){X=Z}}}return X}function A(){return !a&&F("6.0.65")&&(M.win||M.mac)&&!(M.wk&&M.wk<312)}function P(aa,ab,X,Z){a=true;E=Z||null;B={success:false,id:X};var ae=c(X);if(ae){if(ae.nodeName=="OBJECT"){l=g(ae);Q=null}else{l=ae;Q=X}aa.id=R;if(typeof aa.width==D||(!/%$/.test(aa.width)&&parseInt(aa.width,10)<310)){aa.width="310"}if(typeof aa.height==D||(!/%$/.test(aa.height)&&parseInt(aa.height,10)<137)){aa.height="137"}j.title=j.title.slice(0,47)+" - Flash Player Installation";var ad=M.ie&&M.win?"ActiveX":"PlugIn",ac="MMredirectURL="+O.location.toString().replace(/&/g,"%26")+"&MMplayerType="+ad+"&MMdoctitle="+j.title;if(typeof ab.flashvars!=D){ab.flashvars+="&"+ac}else{ab.flashvars=ac}if(M.ie&&M.win&&ae.readyState!=4){var Y=C("div");X+="SWFObjectNew";Y.setAttribute("id",X);ae.parentNode.insertBefore(Y,ae);ae.style.display="none";(function(){if(ae.readyState==4){ae.parentNode.removeChild(ae)}else{setTimeout(arguments.callee,10)}})()}u(aa,ab,X)}}function p(Y){if(M.ie&&M.win&&Y.readyState!=4){var X=C("div");Y.parentNode.insertBefore(X,Y);X.parentNode.replaceChild(g(Y),X);Y.style.display="none";(function(){if(Y.readyState==4){Y.parentNode.removeChild(Y)}else{setTimeout(arguments.callee,10)}})()}else{Y.parentNode.replaceChild(g(Y),Y)}}function g(ab){var aa=C("div");if(M.win&&M.ie){aa.innerHTML=ab.innerHTML}else{var Y=ab.getElementsByTagName(r)[0];if(Y){var ad=Y.childNodes;if(ad){var X=ad.length;for(var Z=0;Z<X;Z++){if(!(ad[Z].nodeType==1&&ad[Z].nodeName=="PARAM")&&!(ad[Z].nodeType==8)){aa.appendChild(ad[Z].cloneNode(true))}}}}}return aa}function u(ai,ag,Y){var X,aa=c(Y);if(M.wk&&M.wk<312){return X}if(aa){if(typeof ai.id==D){ai.id=Y}if(M.ie&&M.win){var ah="";for(var ae in ai){if(ai[ae]!=Object.prototype[ae]){if(ae.toLowerCase()=="data"){ag.movie=ai[ae]}else{if(ae.toLowerCase()=="styleclass"){ah+=' class="'+ai[ae]+'"'}else{if(ae.toLowerCase()!="classid"){ah+=" "+ae+'="'+ai[ae]+'"'}}}}}var af="";for(var ad in ag){if(ag[ad]!=Object.prototype[ad]){af+='<param name="'+ad+'" value="'+ag[ad]+'" />'}}aa.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+ah+">"+af+"</object>";N[N.length]=ai.id;X=c(ai.id)}else{var Z=C(r);Z.setAttribute("type",q);for(var ac in ai){if(ai[ac]!=Object.prototype[ac]){if(ac.toLowerCase()=="styleclass"){Z.setAttribute("class",ai[ac])}else{if(ac.toLowerCase()!="classid"){Z.setAttribute(ac,ai[ac])}}}}for(var ab in ag){if(ag[ab]!=Object.prototype[ab]&&ab.toLowerCase()!="movie"){e(Z,ab,ag[ab])}}aa.parentNode.replaceChild(Z,aa);X=Z}}return X}function e(Z,X,Y){var aa=C("param");aa.setAttribute("name",X);aa.setAttribute("value",Y);Z.appendChild(aa)}function y(Y){var X=c(Y);if(X&&X.nodeName=="OBJECT"){if(M.ie&&M.win){X.style.display="none";(function(){if(X.readyState==4){b(Y)}else{setTimeout(arguments.callee,10)}})()}else{X.parentNode.removeChild(X)}}}function b(Z){var Y=c(Z);if(Y){for(var X in Y){if(typeof Y[X]=="function"){Y[X]=null}}Y.parentNode.removeChild(Y)}}function c(Z){var X=null;try{X=j.getElementById(Z)}catch(Y){}return X}function C(X){return j.createElement(X)}function i(Z,X,Y){Z.attachEvent(X,Y);I[I.length]=[Z,X,Y]}function F(Z){var Y=M.pv,X=Z.split(".");X[0]=parseInt(X[0],10);X[1]=parseInt(X[1],10)||0;X[2]=parseInt(X[2],10)||0;return(Y[0]>X[0]||(Y[0]==X[0]&&Y[1]>X[1])||(Y[0]==X[0]&&Y[1]==X[1]&&Y[2]>=X[2]))?true:false}function v(ac,Y,ad,ab){if(M.ie&&M.mac){return}var aa=j.getElementsByTagName("head")[0];if(!aa){return}var X=(ad&&typeof ad=="string")?ad:"screen";if(ab){n=null;G=null}if(!n||G!=X){var Z=C("style");Z.setAttribute("type","text/css");Z.setAttribute("media",X);n=aa.appendChild(Z);if(M.ie&&M.win&&typeof j.styleSheets!=D&&j.styleSheets.length>0){n=j.styleSheets[j.styleSheets.length-1]}G=X}if(M.ie&&M.win){if(n&&typeof n.addRule==r){n.addRule(ac,Y)}}else{if(n&&typeof j.createTextNode!=D){n.appendChild(j.createTextNode(ac+" {"+Y+"}"))}}}function w(Z,X){if(!m){return}var Y=X?"visible":"hidden";if(J&&c(Z)){c(Z).style.visibility=Y}else{v("#"+Z,"visibility:"+Y)}}function L(Y){var Z=/[\\\"<>\.;]/;var X=Z.exec(Y)!=null;return X&&typeof encodeURIComponent!=D?encodeURIComponent(Y):Y}var d=function(){if(M.ie&&M.win){window.attachEvent("onunload",function(){var ac=I.length;for(var ab=0;ab<ac;ab++){I[ab][0].detachEvent(I[ab][1],I[ab][2])}var Z=N.length;for(var aa=0;aa<Z;aa++){y(N[aa])}for(var Y in M){M[Y]=null}M=null;for(var X in swfobject){swfobject[X]=null}swfobject=null})}}();return{registerObject:function(ab,X,aa,Z){if(M.w3&&ab&&X){var Y={};Y.id=ab;Y.swfVersion=X;Y.expressInstall=aa;Y.callbackFn=Z;o[o.length]=Y;w(ab,false)}else{if(Z){Z({success:false,id:ab})}}},getObjectById:function(X){if(M.w3){return z(X)}},embedSWF:function(ab,ah,ae,ag,Y,aa,Z,ad,af,ac){var X={success:false,id:ah};if(M.w3&&!(M.wk&&M.wk<312)&&ab&&ah&&ae&&ag&&Y){w(ah,false);K(function(){ae+="";ag+="";var aj={};if(af&&typeof af===r){for(var al in af){aj[al]=af[al]}}aj.data=ab;aj.width=ae;aj.height=ag;var am={};if(ad&&typeof ad===r){for(var ak in ad){am[ak]=ad[ak]}}if(Z&&typeof Z===r){for(var ai in Z){if(typeof am.flashvars!=D){am.flashvars+="&"+ai+"="+Z[ai]}else{am.flashvars=ai+"="+Z[ai]}}}if(F(Y)){var an=u(aj,am,ah);if(aj.id==ah){w(ah,true)}X.success=true;X.ref=an}else{if(aa&&A()){aj.data=aa;P(aj,am,ah,ac);return}else{w(ah,true)}}if(ac){ac(X)}})}else{if(ac){ac(X)}}},switchOffAutoHideShow:function(){m=false},ua:M,getFlashPlayerVersion:function(){return{major:M.pv[0],minor:M.pv[1],release:M.pv[2]}},hasFlashPlayerVersion:F,createSWF:function(Z,Y,X){if(M.w3){return u(Z,Y,X)}else{return undefined}},showExpressInstall:function(Z,aa,X,Y){if(M.w3&&A()){P(Z,aa,X,Y)}},removeSWF:function(X){if(M.w3){y(X)}},createCSS:function(aa,Z,Y,X){if(M.w3){v(aa,Z,Y,X)}},addDomLoadEvent:K,addLoadEvent:s,getQueryParamValue:function(aa){var Z=j.location.search||j.location.hash;if(Z){if(/\?/.test(Z)){Z=Z.split("?")[1]}if(aa==null){return L(Z)}var Y=Z.split("&");for(var X=0;X<Y.length;X++){if(Y[X].substring(0,Y[X].indexOf("="))==aa){return L(Y[X].substring((Y[X].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(a){var X=c(R);if(X&&l){X.parentNode.replaceChild(l,X);if(Q){w(Q,true);if(M.ie&&M.win){l.style.display="block"}}if(E){E(B)}}a=false}}}}();;
//var slide_promo = false;
(function($){
	$().ready(function(){
		
			//CUFON
			//italic = black
            Cufon.replace('.helvetica-condensed, #page #main-menu > ul > li > a, #header #block-menu-menu-seconde-lecture, #block-views-partenaires-block > h2, body.node-type-page.not-front #main-content .menu .menu li a, body.node-type-page.not-front #content-body h2, body.node-type-page.not-front .funky-block-container .video-header, .block-webform > label, .block-webform h2', {
                    hover: true,
                    fontFamily:"helvetica-condensed"
            });
            
            
            Cufon.replace('.helvetica-condensed, #footer ul.menu:has(ul) > li a, #blocks-accueil div.block > h2, .accordeon .ui-accordion-header, h1.page-header', {
                    hover: true,
                    fontFamily:"helvetica-condensed"
            });
            
            
            
            
            //italic = light
            Cufon.replace('.helvetica-neue', {
                    hover: true,
                    fontFamily:"helvetica-neue"
            });
            
            Cufon.CSS.ready(function() { 
				main_menu_total_width(); 
				$('#page #main-menu > ul').superfish({
					autoArrows : false
					//onHide:function(){$(this).parent().children("a").css("color", "#00356d")},
					//onShow:function(){$(this).parent().children("a").css("color", "#f7b234")}
				}); 
				secondary_menus_total_width();
				
				//nouvelles ghetto hr
				var current_page_node = $("h1.page-header > cufon").attr("alt");
				
				if (current_page_node != undefined) {
				
					current_page_node = current_page_node.replace(" ", "");
					current_page_node = current_page_node.toLowerCase();
					
					
					if (current_page_node == "nouvelles" || current_page_node == "news") {
						$("#content-body h2").each(function(){
							$(this).css({"padding-top" : "49px", "border-top" : "1px solid #F7B134"});
						})
						
						$("#content-body h2:first").css({"padding-top" : "0px", "border" : "none"});
					}
				}
				
			})
			
			
			
			
			
		
			//$('#page #main-menu > ul > li > ul').each(function(){
				//$(this).hover(
					//function(){
						//$(this).parent().children("a").css("color", "#f7b234");
					//},
					
					//function(){
						//$(this).parent().children("a").css("color", "#00356d");
					//}
				//)
			//})

            //MENU BEHAVIORS
            /*
            function secondary_menus_total_width(){
				var $menu, totalwidth;
				
				$(".full-width-menu, #footer > ul.menu, #header ul.menu").each(function(){
					$menu = $(this);
					total_width = $menu.width();
					num_items = ($menu.find("> li").length)
					var item_width = 0;
					$(this).children("li").each(function(){
						item_width += $(this).width();
					});
					
					var delta =  ($(this).parent().parent().attr("id") == "block-menu-menu-seconde-lecture") ? -5 : 1;

					side_padding = (Math.floor((total_width - item_width) /  num_items) + delta) - 5;
					$(this).children("li").each(function(){
						$(this).css("margin-right", side_padding+"px")
					});


					item_width = 0;
					
					
					$(this).children("li").each(function(){
						item_width += $(this).width();
					});
					



					item_width = item_width + num_items * 2 * side_padding;

					fit_padding = total_width - item_width;


					fit_width = $(this).children("li:last-child").css({"margin-left":"0px", "margin-right":"0px", "float":"left", "padding" : "0px", "background" : "none"})	
					
					
					
					
					
					var item_width = 0;
					$(this).children("li").each(function(){
						item_width += $(this).width();
					});
					
					$menu.css("width", item_width + (num_items -1) * side_padding);
				})
				
			}*/
            
			
			function main_menu_total_width() {
				$menu = $("#main-menu > ul");
				total_width = 940;
				num_items = ($("#main-menu > ul > li").length)
				bullet_width = num_items * 12;
				var item_width = 0;
				$menu.children("li").each(function(){
					item_width += $(this).width();
				});
				
				
				
				side_padding = Math.floor((total_width - item_width ) /  num_items / 2);
				$menu.children("li").each(function(){
					$(this).css("padding-right", side_padding+12+"px")
					$(this).css("padding-left", side_padding+"px")
				});
				



				item_width = 0;
				
				
				$menu.children("li").each(function(){
					item_width += $(this).width();
				});
				



				item_width = item_width + num_items * 2 * side_padding;

				fit_padding = total_width - item_width;


				fit_width = $menu.children("li:last-child").css({"margin":"0px", "padding" : "0px", "background" : "none", "padding-left" : side_padding + "px"})	
				
				
				//first child 
				$menu.children("li:first-child").css({"margin":"0px", "padding-left" : "8px"})	
			}
			
			
			
			//Evening partners
			//var num_rows = 0;
			//$(".partners-table tbody").each(function(){
				//num_rows = $(this).children("tr").length;
				
				//var total_logo_width = 0;
				//$(this).children("tr").children("td").each(function(){
					//total_logo_width += $
				//})
				
				//alert ($(this).parent().parent().width());
				
			//})
			
			
			
			//$(".partner img").each(function(){
				//$(this).css("visibility", "hidden");
				
				//$(this).load(function(){
					//$(this).delay(50, function(){
						
						//var image_height = $(this).height();
						//var image_width = $(this).width();
						
						////ratio
						//if ((image_height / image_width) > 0.75 && image_height > 100) {
							//$(this).height(150);
							//image_height = 150;
						//}
						
						//var box_height = $(this).parent().parent().height();
						//var box_width = $(this).parent().parent().width();
						
						
						
						//var v_margin = (box_height - image_height) / 2
						//var h_margin = (box_width - image_width) / 2
						
						
						//$(this).css({"margin-top" : v_margin+"px", "margin-left" : h_margin+"px", "visibility" : "visible"});
						
						
					//})
					
			
				//})

				
			//})

  //Pretty photo
     $("a[rel^='galerie']").prettyPhoto({overlay_gallery:false, social_tools:'', deeplinking:false});
     $("a[rel^='prettyPhoto']").prettyPhoto({social_tools:'', deeplinking:false});

//sous-menu 
$('.content ul.menu li.expanded ul.menu li a.active').parent().addClass('show').siblings().addClass('show').parent().addClass('show');


//var slides = 0;
//$(".block-rotating-banner .numbers a").each(function(){
	//slides++;
//})
//if (slides == 0)
	//$(".block-rotating-banner .layout-wrapper").css("bottom", "30px");



	});
	
	

	
	
})(jQuery);
//newsletter
function clearText(field){

	if (field.defaultValue == field.value) field.value = '';
	else if (field.value == '') field.value = field.defaultValue;

}


;
 /****************************************************************
  *                                                              *
  *  CurvyCorners                                                *
  *  ------------                                                *
  *                                                              *
  *  This script generates rounded corners for your boxes.       *
  *                                                              *
  *  Version 2.1                                             *
  *  Copyright (c) 2010 Cameron Cooke                            *
  *  Contributors: Tim Hutchison, CPK Smithies, Terry Riegel,    *
  *                SimÃ³ Albert.                                  *
  *                                                              *
  *  Website: http://www.curvycorners.net                        *
  *  SVN:     http://curvycorners.googlecode.com/                *
  *  Email:   cameron@curvycorners.net                           *
  *  Discuss: http://groups.google.com/group/curvycorners        *
  *                                                              *
  *  Please consult the SVN for a list of changes since the last *
  *  revision.                                                   *
  *                                                              *
  *  This library is free software; you can redistribute         *
  *  it and/or modify it under the terms of the GNU              *
  *  Lesser General Public License as published by the           *
  *  Free Software Foundation; either version 2.1 of the         *
  *  License, or (at your option) any later version.             *
  *                                                              *
  *  This library is distributed in the hope that it will        *
  *  be useful, but WITHOUT ANY WARRANTY; without even the       *
  *  implied warranty of MERCHANTABILITY or FITNESS FOR A        *
  *  PARTICULAR PURPOSE. See the GNU Lesser General Public       *
  *  License for more details.                                   *
  *                                                              *
  *  You should have received a copy of the GNU Lesser           *
  *  General Public License along with this library;             *
  *  Inc., 59 Temple Place, Suite 330, Boston,                   *
  *  MA 02111-1307 USA                                           *
  *                                                              *
  ****************************************************************/

/*
Version 2.x now autoMagically applies borders via CSS rules.

Opera and Chrome support rounded corners via

border-radius

Safari and Mozilla support rounded borders via

-webkit-border-radius, -moz-border-radius

We let these browsers render their borders natively.
Firefox for Windows renders non-antialiased
borders so they look a bit ugly. Google's Chrome will render its "ugly"
borders as well. So if we let FireFox, Safari, Opera and Chrome render
their borders natively, then we only have to support IE
for rounded borders. Fortunately IE reads CSS properties
that it doesn't understand (Opera, Firefox and Safari discard them);
so for IE we find and apply -moz-border-radius and friends.

So to make curvycorners work with any major browser simply add the
following CSS declarations and it should be good to go...

.round {
  border-radius: 3ex;
  -webkit-border-radius: 3ex;
  -moz-border-radius: 3ex;
}
*/

function browserdetect() {
  var agent = navigator.userAgent.toLowerCase();
  this.isIE = agent.indexOf("msie") > -1;
  if (this.isIE) {
    this.ieVer = /msie\s(\d\.\d)/.exec(agent)[1];
    this.quirksMode = !document.compatMode || document.compatMode.indexOf("BackCompat") > -1;
    this.get_style = function(obj, prop) {
      if (!(prop in obj.currentStyle)) return "";
      var matches = /^([\d.]+)(\w*)/.exec(obj.currentStyle[prop]);
      if (!matches) return obj.currentStyle[prop];
      if (matches[1] == 0) return '0';
      // now convert to pixels if necessary
      if (matches[2] && matches[2] !== 'px') {
        var style = obj.style.left;
        var rtStyle = obj.runtimeStyle.left;
        obj.runtimeStyle.left = obj.currentStyle.left;
        obj.style.left = matches[1] + matches[2];
        matches[0] = obj.style.pixelLeft;
        obj.style.left = style;
        obj.runtimeStyle.left = rtStyle;
      }
      return matches[0];
    };
    this.supportsCorners = false;
  }
  else {
    this.ieVer = this.quirksMode = 0;
    this.get_style = function(obj, prop) {
      prop = prop.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
      return document.defaultView.getComputedStyle(obj, '').getPropertyValue(prop);
    };
    this.isSafari  = agent.indexOf('safari') != -1;
    this.isWebKit  = agent.indexOf('webkit') != -1;
    this.isOp      = 'opera' in window;
    if (this.isOp)
      this.supportsCorners =  (this.isOp = window.opera.version()) >= 10.5;
    else {
      if (!this.isWebkit) { // firefox check
        if (!(this.isMoz = agent.indexOf('firefox') !== -1)) {
          for (var i = document.childNodes.length; --i >= 0; ) if ('style' in document.childNodes[i]) {
            this.isMoz = 'MozBorderRadius' in document.childNodes[i].style;
            break;
          }
        }
      }
      this.supportsCorners = this.isWebKit || this.isMoz;
    }
  }
}
var curvyBrowser = new browserdetect;

/* Force caching of bg images in IE6 */
if (curvyBrowser.isIE) {
  try {
    document.execCommand("BackgroundImageCache", false, true);
  }
  catch(e) {}
}

// object that parses border-radius properties for a box

function curvyCnrSpec(selText) {
  this.selectorText = selText;
  this.tlR = this.trR = this.blR = this.brR = 0;
  this.tlu = this.tru = this.blu = this.bru = "";
  this.antiAlias = true; // default true
}
curvyCnrSpec.prototype.setcorner = function(tb, lr, radius, unit) {
  if (!tb) { // no corner specified
    this.tlR = this.trR = this.blR = this.brR = parseInt(radius);
    this.tlu = this.tru = this.blu = this.bru = unit;
  }
  else { // corner specified
    var propname = tb.charAt(0) + lr.charAt(0);
    this[propname + 'R'] = parseInt(radius);
    this[propname + 'u'] = unit;
  }
};
/*
  get(propstring)
  where propstring is:
  - 'tR' or 'bR' : returns top or bottom radius.
  - 'tlR', 'trR', 'blR' or 'brR' : returns top/bottom left/right radius.
  - 'tlu', 'tru', 'blr' or 'bru' : returns t/b l/r unit (px, em...)
  - 'tRu' or 'bRu' : returns top/bottom radius+unit
  - 'tlRu', 'trRu', 'blRu', 'brRu' : returns t/b l/r radius+unit
*/
curvyCnrSpec.prototype.get = function(prop) {
  if (/^(t|b)(l|r)(R|u)$/.test(prop)) return this[prop];
  if (/^(t|b)(l|r)Ru$/.test(prop)) {
    var pname = prop.charAt(0) + prop.charAt(1);
    return this[pname + 'R'] + this[pname + 'u'];
  }
  if (/^(t|b)Ru?$/.test(prop)) {
    var tb = prop.charAt(0);
    tb += this[tb + 'lR'] > this[tb + 'rR'] ? 'l' : 'r';
    var retval = this[tb + 'R'];
    if (prop.length === 3 && prop.charAt(2) === 'u')
      retval += this[tb = 'u'];
    return retval;
  }
  throw new Error('Don\'t recognize property ' + prop);
};
curvyCnrSpec.prototype.radiusdiff = function(tb) {
  if (tb !== 't' && tb !== 'b') throw new Error("Param must be 't' or 'b'");
  return Math.abs(this[tb + 'lR'] - this[tb + 'rR']);
};
curvyCnrSpec.prototype.setfrom = function(obj) {
  this.tlu = this.tru = this.blu = this.bru = 'px'; // default to px
  if ('tl' in obj) this.tlR = obj.tl.radius;
  if ('tr' in obj) this.trR = obj.tr.radius;
  if ('bl' in obj) this.blR = obj.bl.radius;
  if ('br' in obj) this.brR = obj.br.radius;
  if ('antiAlias' in obj) this.antiAlias = obj.antiAlias;
};
curvyCnrSpec.prototype.cloneOn = function(box) { // not needed by IE
  var props = ['tl', 'tr', 'bl', 'br'];
  var converted = 0;
  var i, propu;

  for (i in props) if (!isNaN(i)) {
    propu = this[props[i] + 'u'];
    if (propu !== '' && propu !== 'px') {
      converted = new curvyCnrSpec;
      break;
    }
  }
  if (!converted)
    converted = this; // no need to clone
  else {
    var propi, propR, save = curvyBrowser.get_style(box, 'left');
    for (i in props) if (!isNaN(i)) {
      propi = props[i];
      propu = this[propi + 'u'];
      propR = this[propi + 'R'];
      if (propu !== 'px') {
        var save2 = box.style.left;
        box.style.left = propR + propu;
        propR = box.style.pixelLeft;
        box.style.left = save2;
      }
      converted[propi + 'R'] = propR;
      converted[propi + 'u'] = 'px';
    }
    box.style.left = save;
  }
  return converted;
};
curvyCnrSpec.prototype.radiusSum = function(tb) {
  if (tb !== 't' && tb !== 'b') throw new Error("Param must be 't' or 'b'");
  return this[tb + 'lR'] + this[tb + 'rR'];
};
curvyCnrSpec.prototype.radiusCount = function(tb) {
  var count = 0;
  if (this[tb + 'lR']) ++count;
  if (this[tb + 'rR']) ++count;
  return count;
};
curvyCnrSpec.prototype.cornerNames = function() {
  var ret = [];
  if (this.tlR) ret.push('tl');
  if (this.trR) ret.push('tr');
  if (this.blR) ret.push('bl');
  if (this.brR) ret.push('br');
  return ret;
};

/*
  Object that parses Opera CSS
*/
function operasheet(sheetnumber) {
  var txt = document.styleSheets.item(sheetnumber).ownerNode.text;
  txt = txt.replace(/\/\*(\n|\r|.)*?\*\//g, ''); // strip comments
  // this pattern extracts all border-radius-containing rulesets
  // matches will be:
  // [0] = the whole lot
  // [1] = the selector text
  // [2] = all the rule text between braces
  // [3] = top/bottom and left/right parts if present (only if webkit/CSS3)
  // [4] = top|bottom
  // [5] = left|right
  // .. but 3..5 are useless as they're only the first match.
  var pat = new RegExp("^\\s*([\\w.#][-\\w.#, ]+)[\\n\\s]*\\{([^}]+border-((top|bottom)-(left|right)-)?radius[^}]*)\\}", "mg");
  var matches;
  this.rules = [];
  while ((matches = pat.exec(txt)) !== null) {
    var pat2 = new RegExp("(..)border-((top|bottom)-(left|right)-)?radius:\\s*([\\d.]+)(in|em|px|ex|pt)", "g");
    var submatches, cornerspec = new curvyCnrSpec(matches[1]);
    while ((submatches = pat2.exec(matches[2])) !== null)
      if (submatches[1] !== "z-")
        cornerspec.setcorner(submatches[3], submatches[4], submatches[5], submatches[6]);
    this.rules.push(cornerspec);
  }
}
// static class function to determine if the sheet is worth parsing
operasheet.contains_border_radius = function(sheetnumber) {
  return /border-((top|bottom)-(left|right)-)?radius/.test(document.styleSheets.item(sheetnumber).ownerNode.text);
};

/*
Usage:

  curvyCorners(settingsObj, "selectorStr");
  curvyCorners(settingsObj, domObj1[, domObj2[, domObj3[, . . . [, domObjN]]]]);
  selectorStr::= "<complexSelector>[, <complexSelector>]..."
  complexSelector::= <selector>[ <selector]
  selector::= "[<elementname>].classname" | "#id"
*/

function curvyCorners() {
  var i, j, boxCol, settings, startIndex;
  // Check parameters
  if (typeof arguments[0] !== "object") throw curvyCorners.newError("First parameter of curvyCorners() must be an object.");
  if (arguments[0] instanceof curvyCnrSpec) {
    settings = arguments[0];
    if (!settings.selectorText && typeof arguments[1] === 'string')
      settings.selectorText = arguments[1];
  }
  else {
    if (typeof arguments[1] !== "object" && typeof arguments[1] !== "string") throw curvyCorners.newError("Second parameter of curvyCorners() must be an object or a class name.");
    j = arguments[1];
    if (typeof j !== 'string') j = '';
    if (j !== '' && j.charAt(0) !== '.' && 'autoPad' in arguments[0]) j = '.' + j; // for compatibility, prefix with dot
    settings = new curvyCnrSpec(j);
    settings.setfrom(arguments[0]);
  }

  // Get object(s)
  if (settings.selectorText) {
    startIndex = 0;
    var args = settings.selectorText.replace(/\s+$/,'').split(/,\s*/); // handle comma-separated selector list
    boxCol = new Array;

    for (i = 0; i < args.length; ++i) {
      if ((j = args[i].lastIndexOf('#')) !== -1)
        args[i] = args[i].substr(j); // ignore everything on LHS of ID
      boxCol = boxCol.concat(curvyCorners.getElementsBySelector(args[i].split(/\s+/)));
    }
  }
  else {
    startIndex = 1;
    boxCol = arguments;
  }

  // Loop through each object
  for (i = startIndex, j = boxCol.length; i < j; ++i) {
    var theBox = boxCol[i];
    var skipCorners = false;
    if (!theBox.className)
      theBox.className = 'curvyIgnore'; // don't do it twice
    else {
      skipCorners = theBox.className.indexOf('curvyIgnore') !== -1;
      if (!skipCorners) theBox.className += ' curvyIgnore'; // prevent repeats
    }
    if (!skipCorners) {
      if (theBox.className.indexOf('curvyRedraw') !== -1) {
        if (typeof curvyCorners.redrawList === 'undefined') curvyCorners.redrawList = new Array;
        curvyCorners.redrawList.push({
          node : theBox,
          spec : settings,
          copy : theBox.cloneNode(false)
        });
      }
      var obj = new curvyObject(settings, theBox);
      obj.applyCorners();
    }
  }
}
curvyCorners.prototype.applyCornersToAll = function () { // now redundant
  throw curvyCorners.newError('This function is now redundant. Just call curvyCorners(). See documentation.');
};

curvyCorners.redraw = function() {
  if (curvyBrowser.supportsCorners) return;
  if (!curvyCorners.redrawList) throw curvyCorners.newError('curvyCorners.redraw() has nothing to redraw.');
  var old_block_value = curvyCorners.block_redraw;
  curvyCorners.block_redraw = true;
  for (var i in curvyCorners.redrawList) {
    if (isNaN(i)) continue; // in case of added prototype methods
    var o = curvyCorners.redrawList[i];
    if (!o.node.clientWidth) continue; // don't resize hidden boxes
    var newchild = o.copy.cloneNode(false);
    for (var contents = o.node.firstChild; contents !== null; contents = contents.nextSibling)
      if (contents.className.indexOf('autoPadDiv') !== -1) break;
    if (!contents) {
      curvyCorners.alert('Couldn\'t find autoPad DIV');
      break;
    }
    o.node.parentNode.replaceChild(newchild, o.node);
    // remove script elements, if any
    var scripts = contents.getElementsByTagName('script');
    for (var j = scripts.length - 1; j >= 0; --j)
      scripts[j].parentNode.removeChild(scripts[j]);
    while (contents.firstChild) newchild.appendChild(contents.removeChild(contents.firstChild));
    o = new curvyObject(o.spec, o.node = newchild);
    o.applyCorners();
  }
  curvyCorners.block_redraw = old_block_value;
};
curvyCorners.adjust = function(obj, prop, newval) {
  if (!curvyBrowser.supportsCorners) {
    if (!curvyCorners.redrawList) throw curvyCorners.newError('curvyCorners.adjust() has nothing to adjust.');
    var i, j = curvyCorners.redrawList.length;
    for (i = 0; i < j; ++i) if (curvyCorners.redrawList[i].node === obj) break;
    if (i === j) throw curvyCorners.newError('Object not redrawable');
    obj = curvyCorners.redrawList[i].copy;
  }
  if (prop.indexOf('.') === -1)
    obj[prop] = newval;
  else eval('obj.' + prop + "='" + newval + "'");
};
curvyCorners.handleWinResize = function() {
  if (!curvyCorners.block_redraw) curvyCorners.redraw();
};
curvyCorners.setWinResize = function(onoff) {
  curvyCorners.block_redraw = !onoff;
};
curvyCorners.newError = function(errorMessage) {
  return new Error("curvyCorners Error:\n" + errorMessage);
};
curvyCorners.alert = function(errorMessage) {
  if (typeof curvyCornersVerbose === 'undefined' || curvyCornersVerbose) alert(errorMessage);
};

// curvyCorners object (can be called directly)

function curvyObject() {
  var boxDisp;
  this.box              = arguments[1];
  this.settings         = arguments[0];
  this.topContainer = this.bottomContainer = this.shell = boxDisp = null;
  var boxWidth = this.box.clientWidth; // browser-independent IE-emulation (NB includes padding)

  if (('canHaveChildren' in this.box && !this.box.canHaveChildren) || this.box.tagName === 'TABLE')
    throw new Error(this.errmsg("You cannot apply corners to " + this.box.tagName + " elements.", "Error"));
  if (!boxWidth && curvyBrowser.isIE) {
    this.box.style.zoom = 1; // can force IE to calculate width
    boxWidth = this.box.clientWidth;
  }

  // try to handle attempts to style inline elements

  if (!boxWidth && curvyBrowser.get_style(this.box, 'display') === 'inline') {
    this.box.style.display = 'inline-block';
    curvyCorners.alert(this.errmsg("Converting inline element to inline-block", "warning"));
    boxWidth = this.box.clientWidth;
  }

  // if still no clientWidth, maybe the box or a parent has 'display:none'.

  if (!boxWidth) {
    if (!this.box.parentNode) throw this.newError("box has no parent!"); // unlikely...
    for (boxDisp = this.box; ; boxDisp = boxDisp.parentNode) {
      if (!boxDisp || boxDisp.tagName === 'BODY') { // we've hit the buffers
        this.applyCorners = function() {}; // make the error benign
        curvyCorners.alert(this.errmsg("zero-width box with no accountable parent", "warning"));
        return;
      }
      if (curvyBrowser.get_style(boxDisp, 'display') === 'none') break;
    }
    // here, we've found the box whose display is set to 'none'.
    var boxDispSave = boxDisp.style.display;
    boxDisp.style.display = 'block'; // display in order to get browser to calculate clientWidth
    boxWidth = this.box.clientWidth;
  }

  // all attempts have failed

  if (!boxWidth) {
    curvyCorners.alert(this.errmsg("zero-width box, cannot display", "error"));
    this.applyCorners = function() {}; // make the error harmless
    return;
  }
  if (arguments[0] instanceof curvyCnrSpec)
    this.spec = arguments[0].cloneOn(this.box); // convert non-pixel units
  else {
    this.spec = new curvyCnrSpec('');
    this.spec.setfrom(this.settings); // no need for unit conversion, use settings param. directly
  }

  // Get box formatting details
  var borderWidth     = curvyBrowser.get_style(this.box, "borderTopWidth");
  var borderWidthB    = curvyBrowser.get_style(this.box, "borderBottomWidth");
  var borderWidthL    = curvyBrowser.get_style(this.box, "borderLeftWidth");
  var borderWidthR    = curvyBrowser.get_style(this.box, "borderRightWidth");
  var borderColour    = curvyBrowser.get_style(this.box, "borderTopColor");
  var borderColourB   = curvyBrowser.get_style(this.box, "borderBottomColor");
  var borderColourL   = curvyBrowser.get_style(this.box, "borderLeftColor");
  var borderColourR   = curvyBrowser.get_style(this.box, "borderRightColor");
  var borderStyle     = curvyBrowser.get_style(this.box, "borderTopStyle");
  var borderStyleB    = curvyBrowser.get_style(this.box, "borderBottomStyle");
  var borderStyleL    = curvyBrowser.get_style(this.box, "borderLeftStyle");
  var borderStyleR    = curvyBrowser.get_style(this.box, "borderRightStyle");

  var boxColour       = curvyBrowser.get_style(this.box, "backgroundColor");
  var backgroundImage = curvyBrowser.get_style(this.box, "backgroundImage");
  var backgroundRepeat= curvyBrowser.get_style(this.box, "backgroundRepeat");
  var backgroundPosX, backgroundPosY;
  if (this.box.currentStyle && this.box.currentStyle.backgroundPositionX) {
    backgroundPosX  = curvyBrowser.get_style(this.box, "backgroundPositionX");
    backgroundPosY  = curvyBrowser.get_style(this.box, "backgroundPositionY");
  }
  else {
    backgroundPosX = curvyBrowser.get_style(this.box, 'backgroundPosition');
    backgroundPosX = backgroundPosX.split(' ');
    backgroundPosY = backgroundPosX.length === 2 ? backgroundPosX[1] : 0;
    backgroundPosX = backgroundPosX[0];
  }
  var boxPosition     = curvyBrowser.get_style(this.box, "position");
  var topPadding      = curvyBrowser.get_style(this.box, "paddingTop");
  var bottomPadding   = curvyBrowser.get_style(this.box, "paddingBottom");
  var leftPadding     = curvyBrowser.get_style(this.box, "paddingLeft");
  var rightPadding    = curvyBrowser.get_style(this.box, "paddingRight");
  var filter = curvyBrowser.ieVer > 7 ? curvyBrowser.get_style(this.box, 'filter') : null; // IE8 bug fix

  var topMaxRadius    = this.spec.get('tR');
  var botMaxRadius    = this.spec.get('bR');
  var styleToNPx = function(val) {
    if (typeof val === 'number') return val;
    if (typeof val !== 'string') throw new Error('unexpected styleToNPx type ' + typeof val);
    var matches = /^[-\d.]([a-z]+)$/.exec(val);
    if (matches && matches[1] != 'px') throw new Error('Unexpected unit ' + matches[1]);
    if (isNaN(val = parseInt(val))) val = 0;
    return val;
  };
  var min0Px = function(val) {
    return val <= 0 ? "0" : val + "px";
  };

  // Set formatting properties
  try {
    this.borderWidth     = styleToNPx(borderWidth);
    this.borderWidthB    = styleToNPx(borderWidthB);
    this.borderWidthL    = styleToNPx(borderWidthL);
    this.borderWidthR    = styleToNPx(borderWidthR);
    this.boxColour       = curvyObject.format_colour(boxColour);
    this.topPadding      = styleToNPx(topPadding);
    this.bottomPadding   = styleToNPx(bottomPadding);
    this.leftPadding     = styleToNPx(leftPadding);
    this.rightPadding    = styleToNPx(rightPadding);
    this.boxWidth        = boxWidth;
    this.boxHeight       = this.box.clientHeight;
    this.borderColour    = curvyObject.format_colour(borderColour);
    this.borderColourB   = curvyObject.format_colour(borderColourB);
    this.borderColourL   = curvyObject.format_colour(borderColourL);
    this.borderColourR   = curvyObject.format_colour(borderColourR);
    this.borderString    = this.borderWidth + "px" + " " + borderStyle + " " + this.borderColour;
    this.borderStringB   = this.borderWidthB + "px" + " " + borderStyleB + " " + this.borderColourB;
    this.borderStringL   = this.borderWidthL + "px" + " " + borderStyleL + " " + this.borderColourL;
    this.borderStringR   = this.borderWidthR + "px" + " " + borderStyleR + " " + this.borderColourR;
    this.backgroundImage = ((backgroundImage != "none")? backgroundImage : "");
    this.backgroundRepeat= backgroundRepeat;
  }
  catch(e) {
    throw this.newError(e.message);
  }
  var clientHeight = this.boxHeight;
  var clientWidth = boxWidth; // save it as it gets trampled on later
  if (curvyBrowser.isOp) {
    var t;
    backgroundPosX = styleToNPx(backgroundPosX);
    backgroundPosY = styleToNPx(backgroundPosY);
    if (backgroundPosX) {
      t = clientWidth + this.borderWidthL + this.borderWidthR;
      if (backgroundPosX > t) backgroundPosX = t;
      backgroundPosX = (t / backgroundPosX * 100) + '%'; // convert to percentage
    }
    if (backgroundPosY) {
      t = clientHeight + this.borderWidth + this.borderWidthB;
      if (backgroundPosY > t) backgroundPosY = t;
      backgroundPosY = (t / backgroundPosY * 100) + '%'; // convert to percentage
    }
  }
  if (curvyBrowser.quirksMode) {
  }
  else {
    this.boxWidth -= this.leftPadding + this.rightPadding;
    this.boxHeight -= this.topPadding + this.bottomPadding;
  }

  // Create content container
  this.contentContainer = document.createElement("div");
  if (filter) this.contentContainer.style.filter = filter; // IE8 bug fix
  while (this.box.firstChild) this.contentContainer.appendChild(this.box.removeChild(this.box.firstChild));

  if (boxPosition != "absolute") this.box.style.position = "relative";
  this.box.style.padding = '0';
  this.box.style.border = this.box.style.backgroundImage = 'none';
  this.box.style.backgroundColor = 'transparent';

  this.box.style.width   = (clientWidth + this.borderWidthL + this.borderWidthR) + 'px';
  this.box.style.height  = (clientHeight + this.borderWidth + this.borderWidthB) + 'px';

  // Ok we add an inner div to actually put things into this will allow us to keep the height

  var newMainContainer = document.createElement("div");
  newMainContainer.style.position = "absolute";
  if (filter) newMainContainer.style.filter = filter; // IE8 bug fix
  if (curvyBrowser.quirksMode) {
    newMainContainer.style.width  = (clientWidth + this.borderWidthL + this.borderWidthR) + 'px';
  } else {
    newMainContainer.style.width  = clientWidth + 'px';
  }
  newMainContainer.style.height = min0Px(clientHeight + this.borderWidth + this.borderWidthB - topMaxRadius - botMaxRadius);
  newMainContainer.style.padding  = "0";
  newMainContainer.style.top    = topMaxRadius + "px";
  newMainContainer.style.left   = "0";
  if (this.borderWidthL)
    newMainContainer.style.borderLeft = this.borderStringL;
  if (this.borderWidth && !topMaxRadius)
    newMainContainer.style.borderTop = this.borderString;
  if (this.borderWidthR)
    newMainContainer.style.borderRight = this.borderStringR;
  if (this.borderWidthB && !botMaxRadius)
    newMainContainer.style.borderBottom = this.borderStringB;
  newMainContainer.style.backgroundColor    = boxColour;
  newMainContainer.style.backgroundImage    = this.backgroundImage;
  newMainContainer.style.backgroundRepeat   = this.backgroundRepeat;
  newMainContainer.style.direction = 'ltr';
  this.shell = this.box.appendChild(newMainContainer);

  boxWidth = curvyBrowser.get_style(this.shell, "width");
  if (boxWidth === "" || boxWidth === "auto" || boxWidth.indexOf("%") !== -1) throw this.newError('Shell width is ' + boxWidth);
  this.boxWidth = (boxWidth !== "" && boxWidth != "auto" && boxWidth.indexOf("%") == -1) ? parseInt(boxWidth) : this.shell.clientWidth;

  /*
    This method creates the corners and
    applies them to the div element.
  */
  this.applyCorners = function() {
    /*
      Set up background offsets. This may need to be delayed until
      the background image is loaded.
    */
    this.backgroundPosX = this.backgroundPosY = 0;
    if (this.backgroundObject) {
      var bgOffset = function(style, imglen, boxlen) {
        if (style === 0) return 0;
        if (style === 'right' || style === 'bottom') return boxlen - imglen;
        if (style === 'center') return (boxlen - imglen) / 2;
        if (style.indexOf('%') > 0) return (boxlen - imglen) * 100 / parseInt(style);
        return styleToNPx(style);
      };
      this.backgroundPosX  = bgOffset(backgroundPosX, this.backgroundObject.width, clientWidth);
      this.backgroundPosY  = bgOffset(backgroundPosY, this.backgroundObject.height, clientHeight);
    }
    else if (this.backgroundImage) {
      this.backgroundPosX = styleToNPx(backgroundPosX);
      this.backgroundPosY = styleToNPx(backgroundPosY);
    }
    /*
      Create top and bottom containers.
      These will be used as a parent for the corners and bars.
    */
    // Build top bar only if a top corner is to be drawn
    if (topMaxRadius) {
      newMainContainer = document.createElement("div");
      newMainContainer.style.width = this.boxWidth + "px";
      newMainContainer.style.fontSize = "1px";
      newMainContainer.style.overflow = "hidden";
      newMainContainer.style.position = "absolute";
      newMainContainer.style.paddingLeft  = this.borderWidth + "px";
      newMainContainer.style.paddingRight = this.borderWidth + "px";
      newMainContainer.style.height = topMaxRadius + "px";
      newMainContainer.style.top    = -topMaxRadius + "px";
      newMainContainer.style.left   = -this.borderWidthL + "px";
      this.topContainer = this.shell.appendChild(newMainContainer);
    }
    // Build bottom bar only if a bottom corner is to be drawn
    if (botMaxRadius) {
      newMainContainer = document.createElement("div");
      newMainContainer.style.width = this.boxWidth + "px";
      newMainContainer.style.fontSize = "1px";
      newMainContainer.style.overflow = "hidden";
      newMainContainer.style.position = "absolute";
      newMainContainer.style.paddingLeft  = this.borderWidthB + "px";
      newMainContainer.style.paddingRight = this.borderWidthB + "px";
      newMainContainer.style.height   =  botMaxRadius + "px";
      newMainContainer.style.bottom   = -botMaxRadius + "px";
      newMainContainer.style.left     = -this.borderWidthL + "px";
      this.bottomContainer = this.shell.appendChild(newMainContainer);
    }

    var corners = this.spec.cornerNames();  // array of available corners

    /*
    Loop for each corner
    */
    for (var i in corners) if (!isNaN(i)) {
      // Get current corner type from array
      var cc = corners[i];
      var specRadius = this.spec[cc + 'R'];
      // Has the user requested the currentCorner be round?
      // Code to apply correct color to top or bottom
      var bwidth, bcolor, borderRadius, borderWidthTB;
      if (cc == "tr" || cc == "tl") {
        bwidth = this.borderWidth;
        bcolor = this.borderColour;
        borderWidthTB = this.borderWidth;
      } else {
        bwidth = this.borderWidthB;
        bcolor = this.borderColourB;
        borderWidthTB = this.borderWidthB;
      }
      borderRadius = specRadius - borderWidthTB;
      var newCorner = document.createElement("div");
      newCorner.style.height = this.spec.get(cc + 'Ru');
      newCorner.style.width  = this.spec.get(cc + 'Ru');
      newCorner.style.position = "absolute";
      newCorner.style.fontSize = "1px";
      newCorner.style.overflow = "hidden";
      // THE FOLLOWING BLOCK OF CODE CREATES A ROUNDED CORNER
      // ---------------------------------------------------- TOP
      var intx, inty, outsideColour;
      var trans = filter ? parseInt(/alpha\(opacity.(\d+)\)/.exec(filter)[1]) : 100; // IE8 bug fix
      // Cycle the x-axis
      for (intx = 0; intx < specRadius; ++intx) {
        // Calculate the value of y1 which identifies the pixels inside the border
        var y1 = (intx + 1 >= borderRadius) ? -1 : Math.floor(Math.sqrt(Math.pow(borderRadius, 2) - Math.pow(intx + 1, 2))) - 1;
        // Calculate y2 and y3 only if there is a border defined
        if (borderRadius != specRadius) {
          var y2 = (intx >= borderRadius) ? -1 : Math.ceil(Math.sqrt(Math.pow(borderRadius, 2) - Math.pow(intx, 2)));
          var y3 = (intx + 1 >= specRadius) ? -1 : Math.floor(Math.sqrt(Math.pow(specRadius, 2) - Math.pow((intx+1), 2))) - 1;
        }
        // Calculate y4
        var y4 = (intx >= specRadius) ? -1 : Math.ceil(Math.sqrt(Math.pow(specRadius, 2) - Math.pow(intx, 2)));
        // Draw bar on inside of the border with foreground colour
        if (y1 > -1) this.drawPixel(intx, 0, this.boxColour, trans, (y1 + 1), newCorner, true, specRadius);
        // Draw border/foreground antialiased pixels and border only if there is a border defined
        if (borderRadius != specRadius) {
          // Cycle the y-axis
          if (this.spec.antiAlias) {
            for (inty = y1 + 1; inty < y2; ++inty) {
              // For each of the pixels that need anti aliasing between the foreground and border colour draw single pixel divs
              if (this.backgroundImage !== "") {
                var borderFract = curvyObject.pixelFraction(intx, inty, borderRadius) * 100;
                this.drawPixel(intx, inty, bcolor, trans, 1, newCorner, borderFract >= 30, specRadius);
              }
              else if (this.boxColour !== 'transparent') {
                var pixelcolour = curvyObject.BlendColour(this.boxColour, bcolor, curvyObject.pixelFraction(intx, inty, borderRadius));
                this.drawPixel(intx, inty, pixelcolour, trans, 1, newCorner, false, specRadius);
              }
              else this.drawPixel(intx, inty, bcolor, trans >> 1, 1, newCorner, false, specRadius);
            }
            // Draw bar for the border
            if (y3 >= y2) {
              if (y2 == -1) y2 = 0;
              this.drawPixel(intx, y2, bcolor, trans, (y3 - y2 + 1), newCorner, false, 0);
            }
            outsideColour = bcolor;  // Set the colour for the outside AA curve
            inty = y3;               // start_pos - 1 for y-axis AA pixels
          }
          else { // no antiAlias
            if (y3 > y1) { // NB condition was >=, changed to avoid zero-height divs
              this.drawPixel(intx, (y1 + 1), bcolor, trans, (y3 - y1), newCorner, false, 0);
            }
          }
        }
        else {
          outsideColour = this.boxColour;  // Set the colour for the outside curve
          inty = y1;               // start_pos - 1 for y-axis AA pixels
        }
        // Draw aa pixels?
        if (this.spec.antiAlias && this.boxColour !== 'transparent') {
          // Cycle the y-axis and draw the anti aliased pixels on the outside of the curve
          while (++inty < y4) {
            // For each of the pixels that need anti aliasing between the foreground/border colour & background draw single pixel divs
            this.drawPixel(intx, inty, outsideColour, (curvyObject.pixelFraction(intx, inty , specRadius) * trans), 1, newCorner, borderWidthTB <= 0, specRadius);
          }
        }
      }
      // END OF CORNER CREATION
      // ---------------------------------------------------- END

      /*
      Now we have a new corner we need to reposition all the pixels unless
      the current corner is the bottom right.
      */
      // Loop through all children (pixel bars)
      var k;
      for (t = 0, k = newCorner.childNodes.length; t < k; ++t) {
        // Get current pixel bar
        var pixelBar = newCorner.childNodes[t];
        // Get current top and left properties
        var pixelBarTop    = parseInt(pixelBar.style.top);
        var pixelBarLeft   = parseInt(pixelBar.style.left);
        var pixelBarHeight = parseInt(pixelBar.style.height);
        // Reposition pixels
        if (cc == "tl" || cc == "bl") {
          pixelBar.style.left = (specRadius - pixelBarLeft - 1) + "px"; // Left
        }
        if (cc == "tr" || cc == "tl"){
          pixelBar.style.top =  (specRadius - pixelBarHeight - pixelBarTop) + "px"; // Top
        }
        pixelBar.style.backgroundRepeat = this.backgroundRepeat;

        if (this.backgroundImage) switch(cc) {
          case "tr":
            pixelBar.style.backgroundPosition = (this.backgroundPosX - this.borderWidthL + specRadius - clientWidth - pixelBarLeft) + "px " + (this.backgroundPosY + pixelBarHeight + pixelBarTop + this.borderWidth - specRadius) + "px";
          break;
          case "tl":
            pixelBar.style.backgroundPosition = (this.backgroundPosX - specRadius + pixelBarLeft + 1 + this.borderWidthL) + "px " + (this.backgroundPosY - specRadius + pixelBarHeight + pixelBarTop + this.borderWidth) + "px";
          break;
          case "bl":
            pixelBar.style.backgroundPosition = (this.backgroundPosX - specRadius + pixelBarLeft + 1 + this.borderWidthL) + "px " + (this.backgroundPosY - clientHeight - this.borderWidth + (curvyBrowser.quirksMode ? pixelBarTop : -pixelBarTop) + specRadius) + "px";
          break;
          case "br":
            if (curvyBrowser.quirksMode) {
              pixelBar.style.backgroundPosition = (this.backgroundPosX - this.borderWidthL - clientWidth + specRadius - pixelBarLeft) + "px " + (this.backgroundPosY - clientHeight - this.borderWidth + pixelBarTop + specRadius) + "px";
            } else {
              pixelBar.style.backgroundPosition = (this.backgroundPosX - this.borderWidthL - clientWidth + specRadius - pixelBarLeft) + "px " + (this.backgroundPosY - clientHeight - this.borderWidth + specRadius - pixelBarTop) + "px";
            }
          //break;
        }
      }

      // Position the container
      switch (cc) {
        case "tl":
          newCorner.style.top = newCorner.style.left = "0";
          this.topContainer.appendChild(newCorner);
        break;
        case "tr":
          newCorner.style.top = newCorner.style.right = "0";
          this.topContainer.appendChild(newCorner);
        break;
        case "bl":
          newCorner.style.bottom = newCorner.style.left = "0";
          this.bottomContainer.appendChild(newCorner);
        break;
        case "br":
          newCorner.style.bottom = newCorner.style.right = "0";
          this.bottomContainer.appendChild(newCorner);
        //break;
      }
    }

    /*
      The last thing to do is draw the rest of the filler DIVs.
    */

    // Find out which corner has the bigger radius and get the difference amount
    var radiusDiff = {
      t : this.spec.radiusdiff('t'),
      b : this.spec.radiusdiff('b')
    };

    for (var z in radiusDiff) {
      if (typeof z === 'function') continue; // for prototype, mootools frameworks
      if (!this.spec.get(z + 'R')) continue; // no need if no corners
      if (radiusDiff[z]) {
        // Get the type of corner that is the smaller one
        var smallerCornerType = (this.spec[z + "lR"] < this.spec[z + "rR"]) ? z + "l" : z + "r";

        // First we need to create a DIV for the space under the smaller corner
        var newFiller = document.createElement("div");
        newFiller.style.height = radiusDiff[z] + "px";
        newFiller.style.width  =  this.spec.get(smallerCornerType + 'Ru');
        newFiller.style.position = "absolute";
        newFiller.style.fontSize = "1px";
        newFiller.style.overflow = "hidden";
        newFiller.style.backgroundColor = this.boxColour;
        if (filter) newFiller.style.filter = filter; // IE8 bug fix
        // Set background image with original features
        newFiller.style.backgroundImage = this.backgroundImage;
        newFiller.style.backgroundRepeat = this.backgroundRepeat;

        // Position filler
        switch (smallerCornerType) {
          case "tl":
            newFiller.style.bottom =
            newFiller.style.left   = "0";
            newFiller.style.borderLeft = this.borderStringL;
            // Set background image in original position
            newFiller.style.backgroundPosition = this.backgroundPosX + "px " + (this.borderWidth + this.backgroundPosY - this.spec.tlR) + "px";
            this.topContainer.appendChild(newFiller);
          break;
          case "tr":
            newFiller.style.bottom =
            newFiller.style.right  = "0";
            newFiller.style.borderRight = this.borderStringR;
            // Set background image in original position
            newFiller.style.backgroundPosition = (this.backgroundPosX - this.boxWidth + this.spec.trR) + "px " + (this.borderWidth + this.backgroundPosY - this.spec.trR) + "px";
            this.topContainer.appendChild(newFiller);
          break;
          case "bl":
            newFiller.style.top    =
            newFiller.style.left   = "0";
            newFiller.style.borderLeft = this.borderStringL;
            // Set background image in original position
            newFiller.style.backgroundPosition = this.backgroundPosX + "px " + (this.backgroundPosY - this.borderWidth - this.boxHeight + radiusDiff[z] + this.spec.blR) + "px";
            this.bottomContainer.appendChild(newFiller);
          break;
          case "br":
            newFiller.style.top    =
            newFiller.style.right  = "0";
            newFiller.style.borderRight = this.borderStringR;
            // Set background image in original position.
            newFiller.style.backgroundPosition = (this.borderWidthL + this.backgroundPosX - this.boxWidth + this.spec.brR) + "px " + (this.backgroundPosY - this.borderWidth - this.boxHeight + radiusDiff[z] + this.spec.brR) + "px";
            this.bottomContainer.appendChild(newFiller);
          //break;
        }
      }

      // Create the bar to fill the gap between each corner horizontally
      var newFillerBar = document.createElement("div");
      if (filter) newFillerBar.style.filter = filter; // IE8 bug fix
      newFillerBar.style.position = "relative";
      newFillerBar.style.fontSize = "1px";
      newFillerBar.style.overflow = "hidden";
      newFillerBar.style.width = this.fillerWidth(z);
      newFillerBar.style.backgroundColor = this.boxColour;
      newFillerBar.style.backgroundImage = this.backgroundImage;
      newFillerBar.style.backgroundRepeat= this.backgroundRepeat;

      switch (z) {
        case "t":
          // Top Bar
          if (this.topContainer) {
            if (curvyBrowser.quirksMode) {
              newFillerBar.style.height = 100 + topMaxRadius + "px";
            } else {
              newFillerBar.style.height = 100 + topMaxRadius - this.borderWidth + "px";
            }
            newFillerBar.style.marginLeft  = this.spec.tlR ? (this.spec.tlR - this.borderWidthL) + "px" : "0";
            newFillerBar.style.borderTop   = this.borderString;
            if (this.backgroundImage) {
              var x_offset = this.spec.tlR ?
                (this.borderWidthL + this.backgroundPosX - this.spec.tlR) + "px " : this.backgroundPosX + "px ";
              newFillerBar.style.backgroundPosition  = x_offset + this.backgroundPosY + "px";
              // Reposition the box's background image
              this.shell.style.backgroundPosition = this.backgroundPosX + "px " + (this.backgroundPosY - topMaxRadius + this.borderWidthL) + "px";
            }
            this.topContainer.appendChild(newFillerBar);
          }
        break;
        case "b":
          if (this.bottomContainer) {
            // Bottom Bar
            if (curvyBrowser.quirksMode) {
              newFillerBar.style.height     = botMaxRadius + "px";
            } else {
              newFillerBar.style.height     = botMaxRadius - this.borderWidthB + "px";
            }
            newFillerBar.style.marginLeft   = this.spec.blR ? (this.spec.blR - this.borderWidthL) + "px" : "0";
            newFillerBar.style.borderBottom = this.borderStringB;
            if (this.backgroundImage) {
              var x_offset = this.spec.blR ?
                (this.backgroundPosX + this.borderWidthL - this.spec.blR) + "px " : this.backgroundPosX + "px ";
              newFillerBar.style.backgroundPosition = x_offset + (this.backgroundPosY - clientHeight - this.borderWidth + botMaxRadius) + "px";
            }
            this.bottomContainer.appendChild(newFillerBar);
          }
        //break;
      }
    }

    // style content container
    this.contentContainer.style.position = "absolute";
    // contentContainer.style.border = "1px dotted #000"; // DEBUG, comment for production
    this.contentContainer.className    = "autoPadDiv";
    this.contentContainer.style.left   = this.borderWidthL + "px";
    // Get padding amounts
    // Apply top padding
    this.contentContainer.style.paddingTop = this.topPadding + "px";
    this.contentContainer.style.top = this.borderWidth + "px";
    // skip bottom padding - it doesn't show!
    // Apply left and right padding
    this.contentContainer.style.paddingLeft = this.leftPadding + "px";
    this.contentContainer.style.paddingRight = this.rightPadding + "px";
    z = clientWidth;
    if (!curvyBrowser.quirksMode) z -= this.leftPadding + this.rightPadding;
    this.contentContainer.style.width = z + "px";
    this.contentContainer.style.textAlign = curvyBrowser.get_style(this.box, 'textAlign');
    this.box.style.textAlign = 'left'; // important otherwise layout goes wild

    this.box.appendChild(this.contentContainer);
    if (boxDisp) boxDisp.style.display = boxDispSave;
  };
  if (this.backgroundImage) {
    backgroundPosX = this.backgroundCheck(backgroundPosX);
    backgroundPosY = this.backgroundCheck(backgroundPosY);
    if (this.backgroundObject) {
      this.backgroundObject.holdingElement = this;
      this.dispatch = this.applyCorners;
      this.applyCorners = function() {
        if (this.backgroundObject.complete)
          this.dispatch();
        else this.backgroundObject.onload = new Function('curvyObject.dispatch(this.holdingElement);');
      };
    }
  }
}

curvyObject.prototype.backgroundCheck = function(style) {
  if (style === 'top' || style === 'left' || parseInt(style) === 0) return 0;
  if (!(/^[-\d.]+px$/.test(style))  && !this.backgroundObject) {
    this.backgroundObject = new Image;
    var imgName = function(str) {
      var matches = /url\("?([^'"]+)"?\)/.exec(str);
      return (matches ? matches[1] : str);
    };
    this.backgroundObject.src = imgName(this.backgroundImage);
  }
  return style;
};

curvyObject.dispatch = function(obj) {
  if ('dispatch' in obj)
    obj.dispatch();
  else throw obj.newError('No dispatch function');
};

// append a pixel DIV to newCorner

curvyObject.prototype.drawPixel = function(intx, inty, colour, transAmount, height, newCorner, image, cornerRadius) {
  var pixel = document.createElement("div");
  pixel.style.height   = height + "px";
  pixel.style.width    = "1px";
  pixel.style.position = "absolute";
  pixel.style.fontSize = "1px";
  pixel.style.overflow = "hidden";
  var topMaxRadius = this.spec.get('tR');
  pixel.style.backgroundColor = colour;
  // Don't apply background image to border pixels
  if (image && this.backgroundImage !== "") {
    pixel.style.backgroundImage = this.backgroundImage;
    pixel.style.backgroundPosition  = "-" + (this.boxWidth - (cornerRadius - intx) + this.borderWidth) + "px -" + ((this.boxHeight + topMaxRadius + inty) - this.borderWidth) + "px";
  }
  // Set opacity if the transparency is anything other than 100
  if (transAmount != 100) curvyObject.setOpacity(pixel, transAmount);
  // Set position
  pixel.style.top = inty + "px";
  pixel.style.left = intx + "px";
  newCorner.appendChild(pixel);
};

curvyObject.prototype.fillerWidth = function(tb) {
  var b_width, f_width;
  b_width = curvyBrowser.quirksMode ? 0 : this.spec.radiusCount(tb) * this.borderWidthL;
  if ((f_width = this.boxWidth - this.spec.radiusSum(tb) + b_width) < 0)
    throw this.newError("Radius exceeds box width");
  return f_width + 'px';
};

curvyObject.prototype.errmsg = function(msg, gravity) {
  var extradata = "\ntag: " + this.box.tagName;
  if (this.box.id) extradata += "\nid: " + this.box.id;
  if (this.box.className) extradata += "\nclass: " + this.box.className;
  var parent;
  if ((parent = this.box.parentNode) === null)
    extradata += "\n(box has no parent)";
  else {
    extradata += "\nParent tag: " + parent.tagName;
    if (parent.id) extradata += "\nParent ID: " + parent.id;
    if (parent.className) extradata += "\nParent class: " + parent.className;
  }
  if (gravity === undefined) gravity = 'warning';
  return 'curvyObject ' + gravity + ":\n" + msg + extradata;
};

curvyObject.prototype.newError = function(msg) {
  return new Error(this.errmsg(msg, 'exception'));
};

// ------------- UTILITY FUNCTIONS

//  Convert a number 0..255 to hex


curvyObject.IntToHex = function(strNum) {
  var hexdig = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' ];

  return hexdig[strNum >>> 4] + '' + hexdig[strNum & 15];
};

/*
  Blends the two colours by the fraction
  returns the resulting colour as a string in the format "#FFFFFF"
*/

curvyObject.BlendColour = function(Col1, Col2, Col1Fraction) {
  if (Col1 === 'transparent' || Col2 === 'transparent') throw this.newError('Cannot blend with transparent');
  if (Col1.charAt(0) !== '#') {
    //curvyCorners.alert('Found colour1 ' + Col1 + ': please let us know you saw this report.');
    Col1 = curvyObject.format_colour(Col1);
  }
  if (Col2.charAt(0) !== '#') {
    //curvyCorners.alert('Found colour2 ' + Col2 + ': please let us know you saw this report.');
    Col2 = curvyObject.format_colour(Col2);
  }
  var red1 = parseInt(Col1.substr(1, 2), 16);
  var green1 = parseInt(Col1.substr(3, 2), 16);
  var blue1 = parseInt(Col1.substr(5, 2), 16);
  var red2 = parseInt(Col2.substr(1, 2), 16);
  var green2 = parseInt(Col2.substr(3, 2), 16);
  var blue2 = parseInt(Col2.substr(5, 2), 16);

  if (Col1Fraction > 1 || Col1Fraction < 0) Col1Fraction = 1;

  var endRed = Math.round((red1 * Col1Fraction) + (red2 * (1 - Col1Fraction)));
  if (endRed > 255) endRed = 255;
  if (endRed < 0) endRed = 0;

  var endGreen = Math.round((green1 * Col1Fraction) + (green2 * (1 - Col1Fraction)));
  if (endGreen > 255) endGreen = 255;
  if (endGreen < 0) endGreen = 0;

  var endBlue = Math.round((blue1 * Col1Fraction) + (blue2 * (1 - Col1Fraction)));
  if (endBlue > 255) endBlue = 255;
  if (endBlue < 0) endBlue = 0;

  return "#" + curvyObject.IntToHex(endRed) + curvyObject.IntToHex(endGreen)+ curvyObject.IntToHex(endBlue);
};

/*
  For a pixel cut by the line determines the fraction of the pixel on the 'inside' of the
  line.  Returns a number between 0 and 1
*/

curvyObject.pixelFraction = function(x, y, r) {
  var fraction;
  var rsquared = r * r;

  /*
    determine the co-ordinates of the two points on the perimeter of the pixel that the
    circle crosses
  */
  var xvalues = new Array(2);
  var yvalues = new Array(2);
  var point = 0;
  var whatsides = "";

  // x + 0 = Left
  var intersect = Math.sqrt(rsquared - Math.pow(x, 2));

  if (intersect >= y && intersect < (y + 1)) {
    whatsides = "Left";
    xvalues[point] = 0;
    yvalues[point] = intersect - y;
    ++point;
  }
  // y + 1 = Top
  intersect = Math.sqrt(rsquared - Math.pow(y + 1, 2));

  if (intersect >= x && intersect < (x + 1)) {
    whatsides += "Top";
    xvalues[point] = intersect - x;
    yvalues[point] = 1;
    ++point;
  }
  // x + 1 = Right
  intersect = Math.sqrt(rsquared - Math.pow(x + 1, 2));

  if (intersect >= y && intersect < (y + 1)) {
    whatsides += "Right";
    xvalues[point] = 1;
    yvalues[point] = intersect - y;
    ++point;
  }
  // y + 0 = Bottom
  intersect = Math.sqrt(rsquared - Math.pow(y, 2));

  if (intersect >= x && intersect < (x + 1)) {
    whatsides += "Bottom";
    xvalues[point] = intersect - x;
    yvalues[point] = 0;
  }

  /*
    depending on which sides of the perimeter of the pixel the circle crosses calculate the
    fraction of the pixel inside the circle
  */
  switch (whatsides) {
    case "LeftRight":
      fraction = Math.min(yvalues[0], yvalues[1]) + ((Math.max(yvalues[0], yvalues[1]) - Math.min(yvalues[0], yvalues[1])) / 2);
    break;

    case "TopRight":
      fraction = 1 - (((1 - xvalues[0]) * (1 - yvalues[1])) / 2);
    break;

    case "TopBottom":
      fraction = Math.min(xvalues[0], xvalues[1]) + ((Math.max(xvalues[0], xvalues[1]) - Math.min(xvalues[0], xvalues[1])) / 2);
    break;

    case "LeftBottom":
      fraction = yvalues[0] * xvalues[1] / 2;
    break;

    default:
      fraction = 1;
  }

  return fraction;
};

// Returns an array of rgb values

curvyObject.rgb2Array = function(rgbColour) {
  // Remove rgb()
  var rgbValues = rgbColour.substring(4, rgbColour.indexOf(")"));

  // Split RGB into array
  return rgbValues.split(/,\s*/);
};

// This function converts CSS rgb(x, x, x) to hexadecimal

curvyObject.rgb2Hex = function(rgbColour) {
  try {
    // Get array of RGB values
    var rgbArray = curvyObject.rgb2Array(rgbColour);

    // Get RGB values
    var red   = parseInt(rgbArray[0]);
    var green = parseInt(rgbArray[1]);
    var blue  = parseInt(rgbArray[2]);

    // Build hex colour code
    var hexColour = "#" + curvyObject.IntToHex(red) + curvyObject.IntToHex(green) + curvyObject.IntToHex(blue);
  }
  catch (e) {
    var msg = 'getMessage' in e ? e.getMessage() : e.message;
    throw new Error("Error (" + msg + ") converting RGB value to Hex in rgb2Hex");
  }

  return hexColour;
};

/*
  Function by Simon Willison from sitepoint.com
  Modified by Cameron Cooke adding Safari's rgba support
*/

curvyObject.setOpacity = function(obj, opacity) {
  opacity = (opacity == 100) ? 99.999 : opacity;

  if (curvyBrowser.isSafari && obj.tagName != "IFRAME") {
    // Get array of RGB values
    var rgbArray = curvyObject.rgb2Array(obj.style.backgroundColor);

    // Get RGB values
    var red   = parseInt(rgbArray[0]);
    var green = parseInt(rgbArray[1]);
    var blue  = parseInt(rgbArray[2]);

    // Safari using RGBA support
    obj.style.backgroundColor = "rgba(" + red + ", " + green + ", " + blue + ", " + opacity/100 + ")";
  }
  else if (typeof obj.style.opacity !== "undefined") { // W3C
    obj.style.opacity = opacity / 100;
  }
  else if (typeof obj.style.MozOpacity !== "undefined") { // Older Mozilla
    obj.style.MozOpacity = opacity / 100;
  }
  else if (typeof obj.style.filter !== "undefined") { // IE
    obj.style.filter = "alpha(opacity=" + opacity + ")";
  }
  else if (typeof obj.style.KHTMLOpacity !== "undefined") { // Older KHTML-based browsers
    obj.style.KHTMLOpacity = opacity / 100;
  }
};


// Cross browser add event wrapper

curvyCorners.addEvent = function(elm, evType, fn, useCapture) {
  if (elm.addEventListener) {
    elm.addEventListener(evType, fn, useCapture);
    return true;
  }
  if (elm.attachEvent) return elm.attachEvent('on' + evType, fn);
  elm['on' + evType] = fn;
  return false;
};
if (typeof addEvent === 'undefined') addEvent = curvyCorners.addEvent; // only if necessary

// Gets the computed colour.
curvyObject.getComputedColour = function(colour) {
  var d = document.createElement('DIV');
  d.style.backgroundColor = colour;
  document.body.appendChild(d);

  if (window.getComputedStyle) { // Mozilla, Opera, Chrome, Safari
    var rtn = document.defaultView.getComputedStyle(d, null).getPropertyValue('background-color');
    d.parentNode.removeChild(d);
    if (rtn.substr(0, 3) === "rgb") rtn = curvyObject.rgb2Hex(rtn);
    return rtn;
  }
  else { // IE
    var rng = document.body.createTextRange();
    rng.moveToElementText(d);
    rng.execCommand('ForeColor', false, colour);
    var iClr = rng.queryCommandValue('ForeColor');
    var rgb = "rgb("+(iClr & 0xFF)+", "+((iClr & 0xFF00)>>8)+", "+((iClr & 0xFF0000)>>16)+")";
    d.parentNode.removeChild(d);
    rng = null;
    return curvyObject.rgb2Hex(rgb);
  }
};

// convert colour name, rgb() and #RGB to #RRGGBB
curvyObject.format_colour = function(colour) {
  // Make sure colour is set and not transparent
  if (colour !== "" && colour !== "transparent") {
    // RGB Value?
    if (colour.substr(0, 3) === "rgb") {
      // Get HEX aquiv.
      colour = curvyObject.rgb2Hex(colour);
    }
    else if (colour.charAt(0) !== '#') {
      // Convert colour name to hex value
      colour = curvyObject.getComputedColour(colour);
    }
    else if (colour.length === 4) {
      // 3 chr colour code add remainder
      colour = "#" + colour.charAt(1) + colour.charAt(1) + colour.charAt(2) + colour.charAt(2) + colour.charAt(3) + colour.charAt(3);
    }
  }
  return colour;
};

// Get elements by class by Dustin Diaz / CPKS
// NB if searchClass is a class name, it MUST be preceded by '.'

curvyCorners.getElementsByClass = function(searchClass, node) {
  var classElements = new Array;
  if (node === undefined) node = document;
  searchClass = searchClass.split('.'); // see if there's a tag in there
  var tag = '*'; // prepare for no tag
  if (searchClass.length === 1) {
    tag = searchClass[0];
    searchClass = false;
  }
  else {
    if (searchClass[0]) tag = searchClass[0];
    searchClass = searchClass[1];
  }
  var i, els, elsLen;
  if (tag.charAt(0) === '#') {
    els = document.getElementById(tag.substr(1));
    if (els) classElements.push(els);
  }
  else {
    els = node.getElementsByTagName(tag);
    elsLen = els.length;
    if (searchClass) {
      var pattern = new RegExp("(^|\\s)" + searchClass + "(\\s|$)");
      for (i = 0; i < elsLen; ++i) {
        if (pattern.test(els[i].className)) classElements.push(els[i]);
      }
    }
    else for (i = 0; i < elsLen; ++i) classElements.push(els[i]);
  }
  return classElements;
};

curvyCorners.getElementsBySelector = function(selectors, parent) {
  var ret;
  var sel = selectors[0];
  if (parent === undefined) parent = document;
  if (sel.indexOf('#') === -1)
    ret = curvyCorners.getElementsByClass(sel, parent);
  else {
    var t = parent.getElementById(sel.substr(1));
    if (!t) return [];
    ret = [t];
  }
  if (selectors.length > 1) {
    var subret = [];
    for (var i = ret.length; --i >= 0; )
      subret = subret.concat(curvyCorners.getElementsBySelector(selectors.slice(1), ret[i]));
    ret = subret;
  }
  return ret;
};

if (curvyBrowser.supportsCorners) {
  var curvyCornersNoAutoScan = true; // it won't do anything anyway.
  curvyCorners.init = function() {}; // make it harmless
}
else {

  // autoscan code

  curvyCorners.scanStyles = function() {
    function units(num) {
      if (!parseInt(num)) return 'px'; // '0' becomes '0px' for simplicity's sake
      var matches = /^[\d.]+(\w+)$/.exec(num);
      return matches[1];
    }
    var t, i, j;

    if (curvyBrowser.isIE) {
      function procIEStyles(rule) {
        var style = rule.style, allR, tR, tL, bR, bL;

        if (curvyBrowser.ieVer > 6.0) {
          allR = style['-moz-border-radius'] || 0;
          tR   = style['-moz-border-radius-topright'] || 0;
          tL   = style['-moz-border-radius-topleft'] || 0;
          bR   = style['-moz-border-radius-bottomright'] || 0;
          bL   = style['-moz-border-radius-bottomleft'] || 0;
        }
        else {
          allR = style['moz-border-radius'] || 0;
          tR   = style['moz-border-radius-topright'] || 0;
          tL   = style['moz-border-radius-topleft'] || 0;
          bR   = style['moz-border-radius-bottomright'] || 0;
          bL   = style['moz-border-radius-bottomleft'] || 0;
        }
        if (allR) {
          var t = allR.split('/'); // ignore elliptical spec.
          t = t[0].split(/\s+/);
          if (t[t.length - 1] === '') t.pop();
          switch (t.length) {
            case 3:
              tL = t[0];
              tR = bL = t[1];
              bR = t[2];
              allR = false;
            break;
            case 2:
              tL = bR = t[0];
              tR = bL = t[1];
              allR = false;
            case 1:
            break;
            case 4:
              tL = t[0];
              tR = t[1];
              bR = t[2];
              bL = t[3];
              allR = false;
            break;
            default:
              curvyCorners.alert('Illegal corners specification: ' + allR);
            //break;
          }
        }
        if (allR || tL || tR || bR || bL) {
          var settings = new curvyCnrSpec(rule.selectorText);
          if (allR)
            settings.setcorner(null, null, parseInt(allR), units(allR));
          else {
            if (tR) settings.setcorner('t', 'r', parseInt(tR), units(tR));
            if (tL) settings.setcorner('t', 'l', parseInt(tL), units(tL));
            if (bL) settings.setcorner('b', 'l', parseInt(bL), units(bL));
            if (bR) settings.setcorner('b', 'r', parseInt(bR), units(bR));
          }
          curvyCorners(settings);
        }
      }
      for (t = 0; t < document.styleSheets.length; ++t) {
        try {
          if (document.styleSheets[t].imports) {
            for (i = 0; i < document.styleSheets[t].imports.length; ++i)
              for (j = 0; j < document.styleSheets[t].imports[i].rules.length; ++j)
                procIEStyles(document.styleSheets[t].imports[i].rules[j]);
          }
          for (i = 0; i < document.styleSheets[t].rules.length; ++i)
            procIEStyles(document.styleSheets[t].rules[i]);
        }
        catch (e) {
          if (typeof curvyCornersVerbose !== 'undefined' && curvyCornersVerbose)
            alert(e.message + " - ignored");
        } // catch but ignore any permission error
      }
    }
    else if (curvyBrowser.isOp) {
      for (t = 0; t < document.styleSheets.length; ++t) {
        if (operasheet.contains_border_radius(t)) {
          j = new operasheet(t);
          for (i in j.rules) if (!isNaN(i))
            curvyCorners(j.rules[i]);
        }
      }
    }
    else curvyCorners.alert('Scanstyles does nothing in Webkit/Firefox/Opera');
  };

  // Dean Edwards/Matthias Miller/John Resig

  curvyCorners.init = function() {
    // quit if this function has already been called
    if (arguments.callee.done) return;

    // flag this function so we don't do the same thing twice
    arguments.callee.done = true;

    // kill the timer
    if (curvyBrowser.isWebKit && curvyCorners.init.timer) {
      clearInterval(curvyCorners.init.timer);
      curvyCorners.init.timer = null;
    }

    // do stuff
    curvyCorners.scanStyles();
  };
}

if (typeof curvyCornersNoAutoScan === 'undefined' || curvyCornersNoAutoScan === false) {
  if (curvyBrowser.isOp)
    document.addEventListener("DOMContentLoaded", curvyCorners.init, false);
  else curvyCorners.addEvent(window, 'load', curvyCorners.init, false);
}
;

