/*
 * 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 (C) 1993; Type Market Ltd. Moscow, 119136, Box 20;
 * phone:(095)142-77-12
 * 
 * Description:
 * This is a protected webfont and is intended for CSS @font-face use ONLY.
 * Reverse engineering this font is strictly prohibited.
 */
Cufon.registerFont({"w":153,"face":{"font-family":"HeliosCond","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"4 0 4 0 0 0 0 0 0 0","ascent":"292","descent":"-68","x-height":"5","bbox":"-14 -322 282 66.2193","underline-thickness":"20.7422","underline-position":"-11.4258","unicode-range":"U+0020-U+0457"},"glyphs":{" ":{"w":76},"!":{"d":"27,0r0,-30r25,0r0,30r-25,0xm32,-60r-5,-195r25,0v2,66,-3,134,-6,195r-14,0","w":76},"\"":{"d":"25,-181r0,-78r18,0r0,78r-18,0xm64,-181r0,-78r18,0r0,78r-18,0","w":106},"#":{"d":"4,-86r6,-18r33,0r12,-45r-34,0r5,-18r33,0r22,-90r17,0r-23,90r24,0r23,-90r16,0r-23,90r34,0r-5,18r-32,0r-12,45r33,0r-6,18r-31,0r-21,86r-18,0r23,-86r-25,0r-22,86r-16,0r22,-86r-35,0xm59,-104r24,0r12,-45r-23,0"},"$":{"d":"147,-61v1,40,-25,62,-61,66r0,28r-16,0r0,-28v-43,-6,-59,-31,-59,-78r21,0v0,37,12,57,38,60r0,-103v-30,-15,-56,-30,-56,-69v0,-35,21,-58,56,-61r0,-23r16,0r0,22v36,7,54,29,54,66r-20,0v0,-24,-12,-44,-34,-47r0,96v35,14,59,31,61,71xm70,-228v-48,3,-40,81,0,89r0,-89xm86,-13v25,1,41,-22,40,-48v0,-21,-14,-37,-40,-48r0,96"},"%":{"d":"57,-128v-38,0,-44,-23,-45,-61v0,-41,15,-62,46,-62v30,0,45,20,45,60v0,38,-10,62,-46,63xm84,-189v0,-24,-2,-46,-26,-47v-18,0,-27,16,-27,47v0,27,0,46,26,46v26,0,27,-18,27,-46xm57,5r105,-261r15,0r-105,261r-15,0xm176,0v-37,0,-45,-24,-45,-61v0,-41,15,-62,46,-62v30,0,46,20,46,60v-1,37,-11,62,-47,63xm203,-62v0,-23,-3,-46,-26,-46v-18,0,-27,15,-27,46v0,28,1,47,26,47v26,0,27,-19,27,-47","w":236},"&":{"d":"156,-26v-32,51,-142,34,-134,-43v4,-42,24,-62,52,-83v-31,-31,-44,-116,21,-116v27,0,48,19,48,46v-1,36,-19,54,-42,72r54,84v6,-15,9,-33,9,-55r23,0v0,24,-9,59,-18,75r29,46r-25,0xm83,-135v-23,18,-37,32,-39,68v-4,57,78,67,100,23xm94,-248v-44,0,-27,55,-4,83v15,-10,30,-30,30,-54v0,-19,-8,-29,-26,-29","w":210},"'":{"d":"25,-181r0,-78r18,0r0,78r-18,0","w":68},"(":{"d":"68,66v-65,-95,-68,-240,0,-331r16,0v-60,87,-57,244,0,331r-16,0","w":95},")":{"d":"12,66v60,-88,57,-240,0,-331r16,0v67,96,66,241,0,331r-16,0","w":95},"*":{"d":"17,-218r4,-14r39,14r0,-39r15,0r0,39r39,-14r4,15r-38,13r25,36r-12,8r-26,-37r-27,37r-12,-9r26,-36","w":134},"+":{"d":"7,-76r0,-18r61,0r0,-75r18,0r0,75r61,0r0,18r-61,0r0,76r-18,0r0,-76r-61,0"},",":{"d":"27,0r0,-30r24,0v-3,30,9,74,-24,77v-2,-21,12,-15,10,-47r-10,0","w":76},"-":{"d":"7,-93r0,-20r90,0r0,20r-90,0","w":103},".":{"d":"27,0r0,-30r24,0r0,30r-24,0","w":76},"\/":{"d":"-4,32r85,-291r19,0r-85,291r-19,0","w":95},"0":{"d":"77,5v-71,0,-65,-92,-63,-162v1,-49,11,-100,63,-100v70,0,63,90,63,163v0,49,-10,99,-63,99xm77,-238v-40,6,-42,53,-42,112v0,59,1,105,42,112v40,-7,41,-53,41,-112v0,-60,-1,-104,-41,-112"},"1":{"d":"21,-210v38,0,55,-12,59,-47r18,0r0,257r-22,0r0,-198v-18,3,-36,5,-55,5r0,-17","w":152},"2":{"d":"76,-257v73,0,73,107,29,141v-23,35,-64,44,-71,95r102,0r0,21r-124,0v-9,-101,102,-94,102,-190v0,-26,-15,-48,-41,-48v-25,0,-38,19,-38,57r-21,0v0,-44,19,-76,62,-76","w":152},"3":{"d":"139,-68v0,45,-22,73,-64,73v-43,0,-64,-24,-64,-72r21,0v0,36,14,53,42,53v31,1,43,-25,43,-54v0,-35,-23,-60,-65,-54r0,-18v38,2,58,-15,58,-52v1,-25,-10,-47,-36,-46v-23,0,-35,16,-37,50r-20,0v-1,-38,20,-69,58,-69v70,0,75,109,20,124v30,7,44,28,44,65","w":152},"4":{"d":"10,-69r0,-21r88,-167r22,0r0,169r22,0r0,19r-22,0r0,69r-23,0r0,-69r-87,0xm30,-88r67,0r0,-129"},"5":{"d":"137,-83v0,51,-19,87,-67,88v-39,0,-59,-22,-61,-66r23,0v2,32,14,47,38,47v34,0,45,-32,45,-70v0,-66,-60,-82,-80,-38r-18,0r14,-130r96,0r0,20r-77,0r-10,79v46,-37,97,8,97,70"},"6":{"d":"80,5v-67,0,-68,-78,-65,-144v2,-57,10,-116,68,-118v33,-1,55,24,54,57r-21,0v1,-37,-39,-50,-59,-26v-17,22,-18,50,-20,88v38,-51,113,-13,105,57v-5,45,-15,86,-62,86xm78,-144v-31,0,-41,27,-41,59v0,36,7,71,41,71v57,0,59,-130,0,-130","w":152},"7":{"d":"38,0v4,-83,41,-180,82,-232r-103,0r0,-20r125,0r0,20v-50,71,-76,148,-81,232r-23,0","w":152},"8":{"d":"105,-137v26,14,37,33,37,68v0,49,-22,74,-65,74v-76,0,-86,-120,-28,-142v-46,-18,-35,-130,28,-120v64,-9,73,103,28,120xm119,-71v0,-33,-12,-54,-42,-55v-28,0,-42,19,-42,55v0,38,14,57,42,57v28,0,42,-19,42,-57xm77,-144v24,0,35,-22,34,-47v0,-32,-12,-47,-35,-47v-22,0,-33,15,-33,47v0,31,11,47,34,47"},"9":{"d":"73,-89v-44,-1,-59,-38,-59,-81v0,-46,15,-87,62,-87v58,0,64,57,64,115v0,71,0,144,-68,147v-33,1,-54,-23,-53,-57r21,0v-1,37,39,50,59,26v16,-20,20,-54,18,-88v-12,16,-26,25,-44,25xm76,-238v-31,0,-40,33,-40,66v0,42,14,64,41,64v27,0,41,-20,41,-59v0,-35,-8,-71,-42,-71"},":":{"d":"27,0r0,-30r24,0r0,30r-24,0xm27,-150r0,-30r24,0r0,30r-24,0","w":76},";":{"d":"27,0r0,-30r24,0v-3,30,9,74,-24,77v-2,-21,12,-15,10,-47r-10,0xm27,-149r0,-31r24,0r0,31r-24,0","w":76},"<":{"d":"7,-77r0,-15r140,-81r0,19r-122,69r122,70r0,19"},"=":{"d":"7,-45r0,-18r140,0r0,18r-140,0xm7,-107r0,-17r140,0r0,17r-140,0"},">":{"d":"7,4r0,-19v39,-24,84,-43,121,-70r-121,-69r0,-19r140,81r0,15"},"?":{"d":"69,-240v-34,-1,-39,22,-40,55r-21,0v0,-43,16,-74,59,-74v35,0,59,23,59,61v0,61,-59,74,-55,139r-19,0v-6,-67,49,-78,52,-137v0,-25,-11,-44,-35,-44xm50,0r0,-30r24,0r0,30r-24,0","w":134},"@":{"d":"145,6v-74,2,-136,-63,-136,-137v0,-73,65,-135,136,-135v65,0,125,47,123,114v-3,52,-33,104,-84,104v-14,0,-27,-6,-27,-20v-32,33,-96,17,-94,-36v2,-56,33,-107,86,-107v20,0,35,9,41,24r5,-17r19,0r-41,128v0,9,5,13,15,13v30,1,62,-57,62,-91v0,-55,-52,-95,-106,-95v-64,0,-118,58,-118,121v0,62,56,120,119,118v42,-1,79,-24,98,-51r19,0v-19,38,-64,66,-117,67xm149,-195v-34,0,-68,54,-68,87v0,24,13,42,34,42v48,12,64,-92,66,-98v1,-19,-13,-31,-32,-31","w":276},"A":{"d":"4,0r69,-259r26,0r70,259r-23,0r-20,-80r-79,0r-21,80r-22,0xm52,-100r69,0r-35,-131","w":172,"k":{"y":11,"v":11,"t":5,"f":8,"Y":24,"W":8,"V":16,"T":19}},"B":{"d":"24,-259v66,-3,128,-3,128,63v0,30,-12,50,-35,59v28,8,42,28,42,62v0,72,-60,80,-135,75r0,-259xm46,-20v52,3,91,-3,91,-55v0,-49,-40,-54,-91,-51r0,106xm130,-195v0,-44,-38,-46,-84,-44r0,93v47,2,84,0,84,-49","w":177,"k":{"Y":11,"V":8}},"C":{"d":"95,6v-72,-1,-75,-71,-75,-143v0,-67,10,-126,75,-128v45,-1,72,35,71,80r-23,0v-2,-33,-15,-61,-48,-61v-59,0,-53,82,-52,143v1,44,9,89,54,89v38,0,48,-36,48,-74r23,0v0,51,-22,96,-73,94","w":187,"k":{"Y":5}},"D":{"d":"171,-161v5,90,-5,163,-93,161r-54,0r0,-259r57,0v63,0,87,41,90,98xm149,-135v-1,-62,-8,-102,-63,-104r-40,0r0,219r34,0v62,0,70,-52,69,-115","w":191,"k":{"Y":11,"V":8,"A":11}},"E":{"d":"24,0r0,-259r119,0r0,20r-97,0r0,90r87,0r0,20r-87,0r0,109r97,0r0,20r-119,0","w":154},"F":{"d":"24,0r0,-259r119,0r0,20r-97,0r0,90r87,0r0,20r-87,0r0,129r-22,0","w":154,"k":{"A":13}},"G":{"d":"94,6v-69,-2,-74,-72,-74,-141v0,-69,11,-129,79,-130v44,-1,67,35,68,77r-22,0v-5,-38,-20,-58,-47,-58v-61,0,-57,77,-55,138v1,44,7,94,52,94v48,0,52,-48,53,-95r-56,0r0,-20r79,0r0,129r-18,0r-3,-27v-13,22,-31,33,-56,33","w":192},"H":{"d":"24,0r0,-259r22,0r0,110r100,0r0,-110r22,0r0,259r-22,0r0,-129r-100,0r0,129r-22,0","w":192},"I":{"d":"27,0r0,-259r23,0r0,259r-23,0","w":76},"J":{"d":"59,6v-43,0,-54,-37,-52,-82r23,0v-1,32,0,64,32,62v23,-1,28,-17,28,-43r0,-202r22,0r0,204v0,41,-18,61,-53,61","w":136},"K":{"d":"24,0r0,-259r22,0r0,129r94,-129r26,0r-76,104r80,155r-24,0r-71,-136r-29,38r0,98r-22,0","w":173,"k":{"o":5,"e":5,"Q":8,"O":8,"G":8,"C":8,"A":-5}},"L":{"d":"24,0r0,-259r22,0r0,239r96,0r0,20r-118,0","w":151,"k":{"Y":27,"W":22,"V":27,"T":27}},"M":{"d":"24,0r0,-259r37,0r62,226r64,-226r36,0r0,259r-22,0r-1,-237r-64,237r-24,0r-66,-237r0,237r-22,0","w":246},"N":{"d":"24,0r0,-259r28,0r96,222r0,-222r22,0r0,259r-27,0r-97,-222r0,222r-22,0","w":193},"O":{"d":"96,6v-68,-2,-76,-65,-76,-136v1,-69,7,-134,76,-135v80,0,78,90,75,168v-2,55,-17,104,-75,103xm96,-246v-52,0,-54,60,-54,116v0,56,2,116,54,116v62,0,53,-81,53,-143v0,-44,-9,-89,-53,-89","w":191,"k":{"Y":8}},"P":{"d":"157,-189v0,61,-45,78,-111,72r0,117r-22,0r0,-259v71,-3,133,-1,133,70xm135,-188v0,-50,-39,-54,-89,-51r0,102v50,1,89,0,89,-51","w":172,"k":{"A":19}},"Q":{"d":"96,6v-68,-2,-77,-65,-76,-136v1,-70,9,-134,76,-135v70,-1,76,66,76,134v0,52,-6,88,-18,107r28,24r-12,15r-29,-24v-11,10,-26,15,-45,15xm96,-246v-52,0,-54,60,-54,116v0,55,0,114,54,116v11,0,20,-3,28,-9r-26,-21r12,-15r26,21v18,-52,36,-208,-40,-208","w":191,"k":{"Y":8}},"R":{"d":"127,-76v0,-44,-36,-49,-81,-46r0,122r-22,0r0,-259v68,-3,130,-3,130,67v0,29,-17,56,-39,61v29,8,35,26,35,63v0,38,6,55,12,68r-25,0v-10,-24,-10,-40,-10,-76xm131,-191v0,-50,-37,-49,-85,-48r0,97v47,2,85,1,85,-49","w":173},"S":{"d":"143,-113v36,45,8,119,-57,119v-46,0,-71,-33,-71,-79r22,0v0,34,14,59,49,59v55,0,69,-75,25,-96v-41,-19,-91,-25,-91,-84v0,-64,74,-93,116,-53v12,12,17,29,17,50r-21,0v0,-29,-17,-47,-45,-49v-41,-3,-57,55,-34,82v17,20,75,33,90,51","w":172},"T":{"d":"7,-239r0,-20r140,0r0,20r-59,0r0,239r-22,0r0,-239r-59,0","k":{"z":11,"y":13,"w":13,"v":13,"u":22,"s":22,"r":16,"q":22,"p":22,"o":22,"n":22,"m":22,"g":22,"f":8,"e":22,"d":22,"c":22,"a":22,"J":19,"A":19}},"U":{"d":"167,-79v-1,54,-17,85,-71,85v-47,0,-71,-24,-71,-74r0,-191r23,0r0,188v0,39,10,56,47,57v39,0,49,-21,49,-59r0,-186r23,0r0,180","w":192},"V":{"d":"5,-259r23,0r59,229r60,-229r21,0r-69,259r-25,0","w":172,"k":{"u":11,"s":11,"r":8,"q":11,"p":11,"o":11,"n":11,"m":11,"g":11,"e":11,"d":11,"c":11,"a":11,"A":16}},"W":{"d":"6,-259r23,0r40,219r43,-219r25,0r44,220r41,-220r22,0r-51,259r-26,0r-44,-222r-42,222r-25,0","w":249,"k":{"u":8,"s":8,"r":5,"q":8,"p":8,"o":8,"n":8,"m":8,"g":8,"e":8,"d":8,"c":8,"a":8,"A":11}},"X":{"d":"6,0r67,-134r-64,-125r26,0r51,104r53,-104r25,0r-65,125r68,134r-25,0r-56,-113r-56,113r-24,0","w":172},"Y":{"d":"7,-259r24,0r55,123r57,-123r23,0r-69,149r0,110r-22,0r0,-110","w":172,"k":{"u":16,"t":5,"s":16,"r":16,"q":16,"p":16,"o":16,"n":16,"m":16,"g":16,"e":16,"d":16,"c":16,"a":16,"Q":8,"O":8,"G":8,"C":8,"A":24}},"Z":{"d":"12,0r0,-21r106,-218r-101,0r0,-20r125,0r0,19r-107,220r107,0r0,20r-130,0"},"[":{"d":"25,36r0,-302r53,0r0,17r-32,0r0,269r33,0r0,16r-54,0","w":95},"\\":{"d":"-14,-259r19,0r86,259r-19,0","w":76},"]":{"d":"17,20r33,0r0,-269r-32,0r0,-17r52,0r0,302r-53,0r0,-16","w":95},"^":{"d":"23,-117r46,-142r14,0r47,142r-16,0r-38,-116r-37,116r-16,0"},"_":{"d":"0,22r173,0r0,20r-173,0r0,-20","w":172},"`":{"d":"14,-257r27,0r38,47r-17,0","w":115},"a":{"d":"100,-16v-23,35,-95,26,-85,-30v-4,-55,56,-53,82,-80v14,-33,-18,-70,-50,-44v-4,8,-6,17,-8,27r-19,0v0,-35,17,-52,51,-52v76,0,41,103,49,169v1,13,1,11,13,13r0,14v-14,5,-32,1,-33,-17xm61,-13v43,0,38,-47,38,-90v-25,15,-64,18,-64,57v0,22,9,33,26,33","w":139},"b":{"d":"138,-96v0,51,-7,99,-55,101v-20,1,-31,-10,-42,-23r0,18r-20,0r0,-259r20,0r1,84v48,-45,96,-13,96,79xm80,-178v-37,0,-39,41,-39,79v0,39,0,86,37,86v40,0,40,-46,40,-86v0,-53,-12,-79,-38,-79","w":152},"c":{"d":"73,5v-53,-1,-59,-49,-59,-101v0,-51,7,-98,58,-99v33,-2,52,29,52,61r-20,0v0,-22,-12,-46,-34,-44v-37,3,-35,46,-35,86v0,40,1,79,38,79v27,0,30,-25,32,-50r21,0v-1,37,-15,69,-53,68","w":138},"d":{"d":"69,5v-49,0,-53,-51,-55,-101v-4,-91,50,-124,98,-79r0,-84r20,0r0,259r-20,0v-1,-6,2,-14,-1,-18v-8,15,-22,23,-42,23xm73,-178v-36,0,-38,41,-38,79v0,39,-1,86,37,86v40,0,40,-46,40,-86v0,-53,-13,-79,-39,-79","w":152},"e":{"d":"70,5v-57,0,-56,-63,-55,-117v1,-43,10,-83,54,-83v50,0,57,47,55,99r-89,0v1,40,-2,82,35,83v28,1,33,-22,34,-49r20,0v0,37,-18,67,-54,67xm35,-114r69,0v0,-43,-12,-64,-35,-64v-23,0,-34,21,-34,64","w":140},"f":{"d":"72,-241v-29,-8,-26,23,-25,50r24,0r0,18r-24,0r0,173r-20,0r0,-173r-20,0r0,-18r20,0v-2,-42,2,-78,45,-67r0,17","w":77},"g":{"d":"69,5v-56,-1,-57,-64,-54,-119v2,-40,9,-82,53,-81v18,0,33,7,43,22r0,-18r20,0r0,187v8,60,-52,85,-96,58v-10,-7,-15,-18,-16,-32r21,0v7,42,75,29,70,-10v0,-5,3,-18,0,-26v-10,12,-24,19,-41,19xm73,-178v-36,0,-39,41,-39,79v0,39,0,86,37,86v39,0,40,-45,40,-86v0,-53,-12,-79,-38,-79","w":151},"h":{"d":"81,-178v-18,-1,-40,16,-40,35r0,143r-20,0r0,-259r20,0r0,88v8,-14,22,-24,41,-24v37,-2,49,19,49,57r0,138r-20,0r0,-134v1,-26,-6,-43,-30,-44","w":151},"i":{"d":"27,0r0,-191r20,0r0,191r-20,0xm27,-227r0,-32r20,0r0,32r-20,0","w":74},"j":{"d":"8,48v19,0,23,-7,23,-25r0,-214r20,0r0,214v-1,31,-9,43,-43,43r0,-18xm31,-227r0,-32r20,0r0,32r-20,0","w":76},"k":{"d":"21,0r0,-259r20,0r0,158r62,-90r25,0r-52,71r53,120r-21,0r-46,-99r-21,29r0,70r-20,0","w":133},"l":{"d":"27,0r0,-259r20,0r0,259r-20,0","w":74},"m":{"d":"41,-172v14,-26,67,-32,82,-2v23,-35,89,-27,89,30r0,144r-20,0r0,-146v0,-21,-9,-32,-27,-32v-24,-1,-39,16,-39,39r0,139r-20,0r0,-138v0,-25,-3,-40,-28,-40v-18,0,-37,17,-37,37r0,141r-20,0r0,-191r20,0r0,19","w":232},"n":{"d":"81,-178v-18,-1,-40,16,-40,35r0,143r-20,0r0,-191r20,0r0,20v8,-14,22,-24,41,-24v37,-2,49,19,49,57r0,138r-20,0r0,-134v1,-26,-6,-43,-30,-44","w":151},"o":{"d":"74,5v-52,0,-60,-49,-60,-100v0,-53,9,-100,61,-100v52,0,59,48,59,100v0,53,-8,100,-60,100xm73,-13v39,0,41,-41,41,-82v0,-55,-13,-83,-40,-83v-26,0,-39,28,-39,83v1,39,1,82,38,82","w":148},"p":{"d":"139,-101v-4,54,-5,104,-58,106v-17,0,-30,-7,-40,-21r0,82r-20,0r0,-257r20,0r0,18v38,-47,104,-15,98,72xm80,-178v-36,0,-39,42,-39,79v0,37,-1,86,37,86v39,0,40,-45,40,-86v0,-53,-12,-79,-38,-79","w":152},"q":{"d":"71,5v-58,-1,-58,-65,-56,-122v2,-42,13,-78,58,-78v15,0,28,7,38,22r0,-18r20,0r0,257r-20,0r0,-82v-9,14,-23,21,-40,21xm73,-178v-36,0,-39,41,-39,79v0,39,0,86,37,86v39,0,40,-45,40,-86v0,-53,-12,-79,-38,-79","w":152},"r":{"d":"86,-175v-71,1,-38,109,-45,175r-20,0r0,-191r20,0r0,22v9,-18,20,-27,45,-27r0,21","w":93,"k":{"y":-5,"t":-5}},"s":{"d":"124,-49v7,52,-64,69,-95,40v-9,-10,-15,-25,-15,-43r20,0v-2,51,72,50,70,4v-2,-27,-20,-38,-41,-46v-30,-13,-45,-31,-45,-53v0,-47,58,-62,87,-34v9,9,14,22,14,39r-20,0v0,-21,-13,-36,-33,-36v-19,0,-28,10,-28,30v0,44,93,37,86,99","w":139},"t":{"d":"69,3v-27,6,-45,-2,-46,-28r0,-148r-17,0r0,-17r17,0r0,-56r20,0r0,56r26,0r0,17r-26,0r0,143v-1,15,11,19,26,16r0,17","w":76,"k":{"y":-2,"t":-5}},"u":{"d":"111,-18v-22,35,-90,34,-90,-29r0,-144r20,0r0,145v0,24,8,33,32,33v18,0,38,-18,38,-37r0,-141r20,0r0,191r-20,0r0,-18","w":152},"v":{"d":"6,-191r21,0r41,155r40,-155r21,0r-51,191r-21,0","w":134},"w":{"d":"4,-191r20,0r32,152r29,-152r22,0r31,152r31,-152r19,0r-41,191r-21,0r-30,-150r-30,150r-22,0","w":192},"x":{"d":"4,0r50,-100r-46,-91r22,0r37,74r37,-74r23,0r-48,91r51,100r-23,0r-40,-81r-41,81r-22,0","w":134},"y":{"d":"9,47v33,7,43,-20,46,-46r-50,-192r22,0r40,155r41,-155r20,0r-60,219v-8,32,-28,42,-59,37r0,-18","w":134,"k":{"t":-2}},"z":{"d":"6,0r0,-19r80,-154r-76,0r0,-18r97,0r0,19r-79,154r81,0r0,18r-103,0","w":114},"{":{"d":"96,32v-66,7,-51,-59,-51,-114v0,-20,-11,-30,-28,-35v69,-5,-23,-153,79,-148v-60,11,5,134,-59,149v66,3,-4,131,59,148","w":121},"|":{"d":"30,0r0,-259r17,0r0,259r-17,0","w":76},"}":{"d":"104,-117v-68,5,21,157,-79,148v61,-10,-6,-135,59,-148v-65,-5,3,-131,-59,-149v34,2,51,9,51,46v0,41,-12,99,28,103","w":120},"~":{"d":"107,-67v-20,1,-69,-37,-82,-4r-6,9r-12,-12v12,-20,25,-30,39,-30v9,0,53,20,61,19v10,0,20,-8,28,-22r12,12v-11,19,-25,28,-40,28"},"\u0404":{"d":"95,6v-72,-1,-75,-71,-75,-143v0,-67,10,-126,75,-128v45,0,71,36,71,80r-23,0v7,-59,-72,-84,-91,-29v-7,20,-11,39,-10,65r69,0r0,20r-69,0v2,56,2,115,55,115v38,0,48,-36,48,-74r23,0v0,51,-22,96,-73,94","w":187},"\u0406":{"d":"27,0r0,-259r23,0r0,259r-23,0","w":76},"\u0407":{"d":"0,-282r0,-35r22,0r0,35r-22,0xm27,0r0,-259r23,0r0,259r-23,0xm55,-282r0,-35r22,0r0,35r-22,0","w":76},"\u0410":{"d":"4,0r69,-259r26,0r70,259r-23,0r-20,-80r-79,0r-21,80r-22,0xm52,-100r69,0r-35,-131","w":172,"k":{"\u0447":13,"\u0443":11,"\u0442":13,"\u0427":16,"\u0424":11,"\u0423":8,"\u0422":19}},"\u0411":{"d":"157,-73v0,73,-60,77,-133,73r0,-259r120,0r0,20r-98,0r0,90v67,-7,111,14,111,76xm135,-73v0,-51,-37,-59,-89,-56r0,109v50,3,89,-4,89,-53","w":176,"k":{"\u0443":8,"\u0414":5}},"\u0412":{"d":"24,-259v66,-3,128,-3,128,63v0,30,-12,50,-35,59v28,8,42,28,42,62v0,72,-60,80,-135,75r0,-259xm46,-20v52,3,91,-3,91,-55v0,-49,-40,-54,-91,-51r0,106xm130,-195v0,-44,-38,-46,-84,-44r0,93v47,2,84,0,84,-49","w":177,"k":{"\u0414":8}},"\u0413":{"d":"24,0r0,-259r119,0r0,20r-97,0r0,239r-22,0","w":154,"k":{"\u044f":19,"\u044e":22,"\u044d":27,"\u044b":22,"\u0443":16,"\u0440":22,"\u043e":27,"\u043d":22,"\u043c":22,"\u043b":27,"\u043a":22,"\u0438":22,"\u0437":27,"\u0436":22,"\u0435":27,"\u0434":27,"\u0432":22,"\u0431":13,"\u0430":27,"\u0424":16,"\u0423":-5,"\u041b":19,"\u0414":19,"\u0410":24}},"\u0414":{"d":"27,-20v37,-53,29,-146,30,-239r126,0r0,239r18,0r0,75r-21,0r0,-55r-147,0r0,55r-22,0r0,-75r16,0xm52,-20r108,0r0,-219r-81,0v1,80,1,180,-27,219","w":214},"\u0415":{"d":"24,0r0,-259r119,0r0,20r-97,0r0,90r87,0r0,20r-87,0r0,109r97,0r0,20r-119,0","w":154},"\u0416":{"d":"3,0r80,-155r-76,-104r26,0r94,129r0,-129r22,0r0,129r95,-129r26,0r-77,104r81,155r-25,0r-70,-136r-30,38r0,98r-22,0r0,-98r-29,-38r-71,136r-24,0","w":276,"k":{"\u0447":13,"\u0443":11,"\u0442":5,"\u043e":5,"\u0435":5,"\u0424":11}},"\u0417":{"d":"159,-69v0,72,-84,97,-125,54v-13,-14,-20,-33,-20,-58r23,0v2,39,14,58,50,59v33,0,49,-17,49,-52v1,-43,-25,-68,-71,-63r0,-20v40,3,64,-10,64,-48v0,-28,-17,-49,-43,-49v-27,0,-41,21,-43,46r-22,0v1,-34,26,-65,67,-65v72,0,85,112,25,128v27,7,46,31,46,68","w":178},"\u0418":{"d":"24,0r0,-259r22,0r1,222r95,-222r28,0r0,259r-22,0r-1,-222r-96,222r-27,0","w":193},"\u0419":{"d":"24,0r0,-259r22,0r1,222r95,-222r28,0r0,259r-22,0r-1,-222r-96,222r-27,0xm143,-322v1,40,-51,60,-78,34v-8,-8,-14,-20,-15,-34r13,0v2,18,15,30,34,30v19,0,30,-13,34,-30r12,0","w":193},"\u041a":{"d":"24,0r0,-259r22,0r0,129r94,-129r26,0r-76,104r80,155r-24,0r-71,-136r-29,38r0,98r-22,0","w":173,"k":{"\u0447":13,"\u0444":5,"\u0443":11,"\u0442":13,"\u0441":5,"\u043e":5,"\u0435":5,"\u0424":11,"\u0421":8,"\u041e":8,"\u0410":-5}},"\u041b":{"d":"70,-239v-7,86,25,226,-45,241v-8,0,-15,-1,-20,-2r0,-20v43,14,42,-23,42,-108r0,-131r132,0r0,259r-23,0r0,-239r-86,0","w":202},"\u041c":{"d":"24,0r0,-259r37,0r62,226r64,-226r36,0r0,259r-22,0r-1,-237r-64,237r-24,0r-66,-237r0,237r-22,0","w":246},"\u041d":{"d":"24,0r0,-259r22,0r0,110r100,0r0,-110r22,0r0,259r-22,0r0,-129r-100,0r0,129r-22,0","w":192},"\u041e":{"d":"96,6v-68,-2,-76,-65,-76,-136v1,-69,7,-134,76,-135v80,0,78,90,75,168v-2,55,-17,104,-75,103xm96,-246v-52,0,-54,60,-54,116v0,56,2,116,54,116v62,0,53,-81,53,-143v0,-44,-9,-89,-53,-89","w":191,"k":{"\u043b":8,"\u0434":11,"\u0414":8}},"\u041f":{"d":"24,0r0,-259r144,0r0,259r-22,0r0,-239r-100,0r0,239r-22,0","w":192},"\u0420":{"d":"157,-189v0,61,-45,78,-111,72r0,117r-22,0r0,-259v71,-3,133,-1,133,70xm135,-188v0,-50,-39,-54,-89,-51r0,102v50,1,89,0,89,-51","w":172,"k":{"\u041b":16,"\u0414":19,"\u0410":19}},"\u0421":{"d":"95,6v-72,-1,-75,-71,-75,-143v0,-67,10,-126,75,-128v45,-1,72,35,71,80r-23,0v-2,-33,-15,-61,-48,-61v-59,0,-53,82,-52,143v1,44,9,89,54,89v38,0,48,-36,48,-74r23,0v0,51,-22,96,-73,94","w":187},"\u0422":{"d":"7,-239r0,-20r140,0r0,20r-59,0r0,239r-22,0r0,-239r-59,0","k":{"\u044f":11,"\u044e":22,"\u044d":22,"\u044c":22,"\u044b":22,"\u0449":22,"\u0448":22,"\u0446":22,"\u0445":13,"\u0444":22,"\u0443":13,"\u0441":22,"\u0440":22,"\u043f":22,"\u043e":22,"\u043d":22,"\u043c":22,"\u043b":24,"\u043a":22,"\u0438":22,"\u0437":22,"\u0436":11,"\u0435":22,"\u0434":24,"\u0433":22,"\u0432":22,"\u0431":13,"\u0430":22,"\u0424":16,"\u0423":-5,"\u041b":16,"\u0414":16,"\u0410":19}},"\u0423":{"d":"1,-259r24,0r65,177r59,-177r24,0r-80,226v-6,26,-29,43,-58,33r0,-19v27,10,38,-14,43,-35","w":177,"k":{"\u044f":13,"\u044e":16,"\u044d":16,"\u0449":16,"\u0448":16,"\u0447":16,"\u0446":16,"\u0444":13,"\u0441":16,"\u0440":16,"\u043f":16,"\u043e":16,"\u043d":16,"\u043c":16,"\u043b":24,"\u043a":16,"\u0439":16,"\u0438":16,"\u0437":16,"\u0435":16,"\u0434":27,"\u0433":16,"\u0432":16,"\u0431":11,"\u0430":16,"\u0424":11,"\u0421":11,"\u041e":11,"\u041b":16,"\u0414":22,"\u0413":5,"\u0410":27}},"\u0424":{"d":"113,-30v-65,2,-99,-37,-99,-103v0,-62,38,-101,99,-98r0,-28r22,0r0,28v61,-3,99,36,99,98v0,66,-34,105,-99,103r0,30r-22,0r0,-30xm113,-211v-50,-2,-77,28,-77,80v-1,54,25,83,77,81r0,-161xm212,-131v0,-52,-27,-81,-77,-80r0,161v52,2,77,-27,77,-81","w":248,"k":{"\u043b":8,"\u0425":11,"\u0423":8,"\u0422":16,"\u041b":13,"\u0416":11,"\u0414":16,"\u0410":11}},"\u0425":{"d":"6,0r67,-134r-64,-125r26,0r51,104r53,-104r25,0r-65,125r68,134r-25,0r-56,-113r-56,113r-24,0","w":172,"k":{"\u0443":11,"\u0424":11}},"\u0426":{"d":"24,0r0,-259r22,0r0,239r101,0r0,-239r22,0r0,239r19,0r0,75r-21,0r0,-55r-143,0","w":197},"\u0427":{"d":"42,-259v5,47,-21,115,39,115v20,0,37,-2,52,-5r0,-110r22,0r0,259r-22,0r0,-128v-48,9,-113,10,-113,-51r0,-80r22,0","w":178},"\u0428":{"d":"24,0r0,-259r22,0r0,239r86,0r0,-239r23,0r0,239r85,0r0,-239r23,0r0,259r-239,0","w":286},"\u0429":{"d":"24,0r0,-259r22,0r0,239r86,0r0,-239r23,0r0,239r85,0r0,-239r23,0r0,239r19,0r0,75r-22,0r0,-55r-236,0","w":291},"\u042a":{"d":"180,-73v0,73,-60,77,-133,73r0,-239r-51,0r0,-20r73,0r0,110v68,-7,111,13,111,76xm158,-73v0,-51,-37,-59,-89,-56r0,109v50,3,89,-4,89,-53","w":200},"\u042b":{"d":"157,-73v0,73,-60,77,-133,73r0,-259r22,0r0,110v67,-7,111,14,111,76xm135,-73v0,-51,-37,-59,-89,-56r0,109v50,3,89,-4,89,-53xm191,0r0,-259r22,0r0,259r-22,0","w":236},"\u042c":{"d":"157,-73v0,73,-60,77,-133,73r0,-259r22,0r0,110v67,-7,111,14,111,76xm135,-73v0,-51,-37,-59,-89,-56r0,109v50,3,89,-4,89,-53","w":176,"k":{"\u0422":30}},"\u042d":{"d":"167,-161v3,78,5,166,-74,167v-51,1,-73,-43,-73,-94r22,0v-13,67,73,104,94,38v8,-26,8,-46,9,-79r-69,0r0,-20r69,0v0,-48,-7,-95,-52,-97v-33,-2,-47,29,-49,61r-22,0v-1,-45,28,-81,72,-80v57,1,71,49,73,104","w":187,"k":{"\u043b":8,"\u0434":11,"\u0414":8}},"\u042e":{"d":"163,6v-67,-2,-75,-64,-75,-135r-42,0r0,129r-22,0r0,-259r22,0r0,110r42,0v3,-61,12,-115,75,-116v80,0,79,90,76,168v-2,55,-17,105,-76,103xm163,-246v-52,0,-53,61,-53,116v0,55,1,116,53,116v63,0,54,-79,54,-143v0,-44,-10,-89,-54,-89","w":259,"k":{"\u043b":8,"\u0434":11,"\u0414":8}},"\u042f":{"d":"20,-186v0,-73,60,-77,133,-73r0,259r-22,0r0,-114r-35,0r-60,114r-27,0r61,-115v-31,-8,-50,-32,-50,-71xm42,-187v0,50,38,55,89,53r0,-105v-50,-3,-89,3,-89,52","w":176},"\u0430":{"d":"100,-16v-23,35,-95,26,-85,-30v-4,-55,56,-53,82,-80v14,-33,-18,-70,-50,-44v-4,8,-6,17,-8,27r-19,0v0,-35,17,-52,51,-52v76,0,41,103,49,169v1,13,1,11,13,13r0,14v-14,5,-32,1,-33,-17xm61,-13v43,0,38,-47,38,-90v-25,15,-64,18,-64,57v0,22,9,33,26,33","w":139},"\u0431":{"d":"74,5v-86,2,-68,-180,-32,-228v13,-17,56,-18,68,-36r16,0v-7,35,-59,27,-77,54v-7,11,-13,26,-16,47v5,-15,24,-32,41,-32v51,0,60,37,60,98v0,57,-12,95,-60,97xm74,-172v-31,0,-40,40,-39,80v1,47,2,79,38,79v35,0,41,-32,41,-79v0,-47,-5,-80,-40,-80","w":149,"k":{"\u043b":5,"\u0434":5}},"\u0432":{"d":"131,-53v1,30,-19,53,-48,53r-62,0r0,-191v51,-3,103,-1,102,47v0,21,-11,37,-27,42v22,9,34,19,35,49xm111,-53v0,-38,-31,-42,-70,-39r0,74v37,1,70,2,70,-35xm41,-110v32,1,62,3,62,-31v0,-33,-29,-33,-62,-32r0,63","w":145},"\u0433":{"d":"21,0r0,-191r89,0r0,18r-69,0r0,173r-20,0","w":113,"k":{"\u0443":-8,"\u0442":-8,"\u043b":8,"\u0434":13}},"\u0434":{"d":"24,-18v27,-40,25,-103,25,-173r95,0r0,173r17,0r0,69r-19,0r0,-51r-114,0r0,51r-19,0r0,-69r15,0xm45,-18r79,0r0,-155r-55,0v1,62,-1,116,-24,155","w":169,"k":{"\u0443":-5}},"\u0435":{"d":"70,5v-57,0,-56,-63,-55,-117v1,-43,10,-83,54,-83v50,0,57,47,55,99r-89,0v1,40,-2,82,35,83v28,1,33,-22,34,-49r20,0v0,37,-18,67,-54,67xm35,-114r69,0v0,-43,-12,-64,-35,-64v-23,0,-34,21,-34,64","w":140,"k":{"\u0434":8}},"\u0436":{"d":"2,0r53,-120r-52,-71r25,0r62,90r0,-90r20,0r0,90r62,-90r25,0r-52,71r53,120r-21,0r-46,-99r-21,29r0,70r-20,0r0,-70r-21,-29r-46,99r-21,0","w":203},"\u0437":{"d":"91,-102v59,12,44,107,-19,107v-37,0,-56,-19,-58,-57r20,0v2,26,10,38,36,39v23,0,38,-16,38,-40v0,-27,-22,-42,-53,-39r0,-18v29,2,47,-8,47,-35v0,-20,-12,-33,-32,-33v-20,0,-32,15,-33,36r-19,0v2,-30,21,-53,53,-53v58,0,68,81,20,93","w":142},"\u0438":{"d":"21,0r0,-191r20,0v-1,59,4,126,-4,178r72,-178r26,0r0,191r-21,0v2,-58,-4,-126,5,-175r-73,175r-25,0","w":155},"\u0439":{"d":"21,0r0,-191r20,0v-1,59,4,126,-4,178r72,-178r26,0r0,191r-21,0v2,-58,-4,-126,5,-175r-73,175r-25,0xm118,-248v1,35,-45,51,-69,29v-7,-7,-11,-17,-12,-29r11,0v1,32,58,34,60,0r10,0","w":155},"\u043a":{"d":"21,0r0,-191r20,0r0,90r62,-90r25,0r-52,71r53,120r-21,0r-46,-99r-21,29r0,70r-20,0","w":133,"k":{"\u0442":-5}},"\u043b":{"d":"58,-173v-8,68,26,186,-53,173r0,-17v40,9,32,-36,32,-75r0,-99r100,0r0,191r-20,0r0,-173r-59,0","w":157},"\u043c":{"d":"21,0r0,-191r33,0r44,171v8,-50,31,-120,44,-171r32,0r0,191r-20,0r2,-183v0,1,-17,62,-50,183r-17,0r-52,-183v6,59,3,120,4,183r-20,0","w":194},"\u043d":{"d":"21,0r0,-191r20,0r0,81r69,0r0,-81r20,0r0,191r-20,0r0,-92r-69,0r0,92r-20,0","w":150},"\u043e":{"d":"74,5v-52,0,-60,-49,-60,-100v0,-53,9,-100,61,-100v52,0,59,48,59,100v0,53,-8,100,-60,100xm73,-13v39,0,41,-41,41,-82v0,-55,-13,-83,-40,-83v-26,0,-39,28,-39,83v1,39,1,82,38,82","w":148,"k":{"\u043b":5,"\u0434":5}},"\u043f":{"d":"21,0r0,-191r109,0r0,191r-20,0r0,-173r-69,0r0,173r-20,0","w":150},"\u0440":{"d":"139,-101v-4,54,-5,104,-58,106v-17,0,-30,-7,-40,-21r0,82r-20,0r0,-257r20,0r0,18v38,-47,104,-15,98,72xm80,-178v-36,0,-39,42,-39,79v0,37,-1,86,37,86v39,0,40,-45,40,-86v0,-53,-12,-79,-38,-79","w":152},"\u0441":{"d":"73,5v-53,-1,-59,-49,-59,-101v0,-51,7,-98,58,-99v33,-2,52,29,52,61r-20,0v0,-22,-12,-46,-34,-44v-37,3,-35,46,-35,86v0,40,1,79,38,79v27,0,30,-25,32,-50r21,0v-1,37,-15,69,-53,68","w":138},"\u0442":{"d":"3,-173r0,-18r111,0r0,18r-45,0r0,173r-20,0r0,-173r-46,0","w":116,"k":{"\u0443":-8,"\u0442":-8,"\u043b":8,"\u0434":13}},"\u0443":{"d":"9,47v33,7,43,-20,46,-46r-50,-192r22,0r40,155r41,-155r20,0r-60,219v-8,32,-28,42,-59,37r0,-18","w":134,"k":{"\u0442":-8,"\u043b":8,"\u0434":22}},"\u0444":{"d":"68,5v-50,-2,-54,-50,-54,-102v0,-51,6,-96,56,-98v16,0,28,11,35,22r0,-86r20,0r0,86v7,-11,18,-22,34,-22v51,1,55,47,56,98v0,52,-3,100,-53,102v-18,0,-30,-8,-37,-24r0,85r-20,0r0,-85v-7,16,-20,24,-37,24xm70,-178v-36,0,-35,46,-35,85v0,38,-1,80,35,80v35,0,35,-44,35,-82v0,-44,-1,-83,-35,-83xm160,-178v-35,0,-35,39,-35,83v0,38,0,82,34,82v37,0,36,-42,36,-80v0,-39,1,-85,-35,-85","w":229,"k":{"\u043b":5,"\u0434":5}},"\u0445":{"d":"4,0r50,-100r-46,-91r22,0r37,74r37,-74r23,0r-48,91r51,100r-23,0r-40,-81r-41,81r-22,0","w":134},"\u0446":{"d":"21,0r0,-191r20,0r0,173r69,0r0,-173r20,0r0,173r16,0r0,69r-19,0r0,-51r-106,0"},"\u0447":{"d":"64,-90v-46,0,-49,-51,-46,-101r20,0v0,36,-7,83,30,83v16,0,28,-2,36,-5r0,-78r20,0r0,191r-20,0r0,-95v-11,4,-24,5,-40,5","w":144},"\u0448":{"d":"21,0r0,-191r20,0r0,173r62,0r0,-173r20,0r0,173r61,0r0,-173r20,0r0,191r-183,0","w":225},"\u0449":{"d":"21,0r0,-191r20,0r0,173r62,0r0,-173r20,0r0,173r61,0r0,-173r20,0r0,173r17,0r0,69r-19,0r0,-51r-181,0","w":228},"\u044a":{"d":"146,-55v0,58,-52,58,-110,55r0,-173r-37,0r0,-18r58,0r0,81v52,-5,89,5,89,55xm57,-18v37,1,69,2,69,-37v0,-39,-32,-39,-69,-37r0,74","w":160},"\u044b":{"d":"131,-55v0,58,-52,58,-110,55r0,-191r20,0r0,81v52,-5,90,6,90,55xm41,-18v37,1,70,3,70,-37v0,-39,-32,-39,-70,-37r0,74xm159,0r0,-191r20,0r0,191r-20,0","w":200},"\u044c":{"d":"131,-55v0,58,-52,58,-110,55r0,-191r20,0r0,81v52,-5,90,6,90,55xm41,-18v37,1,70,3,70,-37v0,-39,-32,-39,-70,-37r0,74","w":145,"k":{"\u0442":24}},"\u044d":{"d":"124,-118v3,61,2,122,-57,123v-38,1,-54,-31,-54,-68r20,0v0,34,11,50,34,50v38,0,36,-41,37,-79r-47,0r0,-18r47,0v0,-33,-8,-67,-36,-68v-22,0,-34,21,-33,44r-20,0v2,-35,18,-61,54,-61v43,-1,53,38,55,77","w":138,"k":{"\u043b":5,"\u0434":5}},"\u044e":{"d":"197,-95v0,53,-8,99,-60,100v-40,0,-60,-32,-60,-97r-35,0r0,92r-20,0r0,-191r20,0r0,81r36,0v2,-46,13,-85,60,-85v52,0,59,48,59,100xm136,-13v38,0,41,-42,41,-82v0,-55,-13,-83,-40,-83v-26,0,-39,28,-39,83v1,39,0,82,38,82","w":210,"k":{"\u043b":5,"\u0434":5}},"\u044f":{"d":"14,-135v0,-33,18,-56,52,-56r58,0r0,191r-20,0r0,-81r-31,0r-43,81r-23,0r44,-82v-22,-5,-37,-25,-37,-53xm35,-135v0,39,32,39,69,37r0,-75v-38,-1,-69,-2,-69,38","w":145},"\u0454":{"d":"73,5v-53,-1,-59,-49,-59,-101v0,-51,7,-98,58,-99v33,-2,52,29,52,61r-20,0v1,-23,-13,-44,-34,-44v-24,0,-35,23,-35,68r47,0r0,18r-47,0v1,38,0,79,38,79v22,0,32,-16,32,-50r21,0v-1,37,-15,69,-53,68","w":138},"\u0456":{"d":"27,0r0,-191r20,0r0,191r-20,0xm27,-227r0,-32r20,0r0,32r-20,0","w":74},"\u0457":{"d":"1,-227r0,-32r20,0r0,32r-20,0xm27,0r0,-191r20,0r0,191r-20,0xm53,-227r0,-32r20,0r0,32r-20,0","w":74},"\u00a0":{"w":76}}}); 
