/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"128,-148v-33,0,-48,12,-62,41r0,107r-42,0r0,-187r40,0r0,37v18,-28,29,-42,64,-42r0,44","w":133,"k":{"z":-4,"w":-12,"v":-12,"u":-1,"t":-10,"s":-5,"r":-1,"o":10,"n":-1,"m":-1,"l":-1,"k":-1,"i":-1,"h":-1,"g":-3,"f":-10,"e":-1,"d":-1,"b":-1,"a":1,"T":-5,"S":-5,"O":-4,"A":7,".":6,",":6}},{"d":"102,-77r-102,0r0,-40r102,0r0,40","w":102},{"d":"154,-199r-45,8r31,34r-31,23r-22,-41r-22,41r-31,-23r32,-34r-45,-8r11,-36r42,19r-7,-46r40,0r-6,46r42,-20","w":174},{"d":"66,-205r-44,0r0,-46r44,0r0,46xm65,0r-42,0r0,-187r42,0r0,187","w":87,"k":{"z":-1,"w":-4,"v":-5,"q":-2,"o":-1,"g":-1,"e":-3,"d":-2,"c":-1,"a":-1,".":-1}},{"d":"171,0r-42,0r0,-128v3,-40,-47,-31,-63,-10r0,138r-42,0r0,-187r40,0r1,21v16,-13,37,-24,58,-24v39,0,48,25,48,59r0,131","w":194,"k":{"v":1,"u":-1,"q":-1,"p":-1,"e":-1,"d":-1,"T":14,",":1}},{"d":"194,-66v0,53,-37,72,-93,72v-76,0,-93,-55,-95,-64r45,-10v1,7,10,37,52,37v23,0,43,-9,43,-31v0,-52,-130,-29,-130,-113v0,-52,39,-71,87,-71v67,0,85,47,88,55r-43,12v-2,-6,-12,-31,-45,-31v-23,0,-40,9,-40,29v0,54,131,26,131,115","w":203,"k":{"y":-10,"w":-9,"t":-7,"o":-3,"e":-4,"d":-3,"c":-4,"a":-5,"Y":1,"W":-4,"V":-3,"U":1,"T":-5,"S":-9,"O":-2,"G":-2,"C":-2,"A":-5,".":-2,",":-2}},{"d":"118,-262r-3,32v-29,-10,-45,9,-39,43r35,0r0,34r-35,0r0,153r-42,0r0,-153r-29,0r0,-33r28,0v-1,-45,0,-78,53,-79v10,0,22,2,32,3","w":113,"k":{"z":-5,"w":-13,"s":-5,"r":-2,"o":2,"g":-2,"a":-4,".":3,",":3}},{"d":"173,0r-39,0r-3,-20v-8,8,-24,24,-49,24v-42,0,-66,-35,-66,-97v0,-89,61,-121,115,-78r0,-80r42,0r0,251xm131,-48r0,-94v-33,-31,-71,-16,-71,49v0,64,42,79,71,45","w":197,"k":{"y":-4,"w":-3,"e":-1,"d":-1,"a":-1,",":1}},{"d":"171,-50v0,0,-13,55,-76,55v-53,0,-80,-34,-80,-95v0,-62,28,-102,80,-102v66,0,76,61,76,61r-41,9v0,0,-7,-37,-35,-37v-23,0,-36,24,-36,67v0,42,12,64,36,64v29,0,36,-35,36,-35","w":176,"k":{"t":-4,"m":-1,"l":-1,"k":-1,"h":-1,"T":15,"O":-4,"E":-3,"A":-6}},{"d":"88,-240r-9,171r-30,0r-9,-171r48,0xm86,0r-43,0r0,-49r43,0r0,49","w":114},{"d":"194,-240r-73,240r-49,0r-73,-240r47,0r43,155v4,15,7,31,9,46v12,-71,35,-134,51,-201r45,0","w":192,"k":{"u":11,"r":3,"o":12,"i":-5,"e":15,"a":12,"W":-16,"S":-1,"O":5,"A":8,".":6,",":12}},{"d":"181,-93v0,91,-67,123,-115,73r-2,20r-40,0r0,-251r42,0r0,81v0,0,20,-20,52,-20v42,0,63,34,63,97xm136,-95v0,-9,4,-63,-34,-63v-21,0,-36,16,-36,16r0,94v33,36,73,17,70,-47","w":197,"k":{"z":2,"w":1,"u":-1,"t":1,"r":-1,"p":-1,"n":-1,"m":-1,"l":-1,"k":-1,"i":3,"h":-1,"f":1,"b":-1,"T":19,"H":-3,".":1,",":2}},{"d":"41,-30v24,0,26,-24,26,-46r0,-164r44,0r0,177v7,64,-63,82,-114,57r11,-34v10,5,21,10,33,10","w":135,"k":{"u":-4,"o":-2,"e":-3,"a":-1,"O":1,"A":1}},{"d":"206,0r-44,0r0,-107r-93,0r0,107r-44,0r0,-240r44,0r0,98r93,0r0,-98r44,0r0,240","w":230,"k":{"y":-4,"u":-3,"o":-2,"i":-3,"g":-2,"e":-3,"a":-3,"Z":2,"S":-1,"Q":4,"I":-5}},{"d":"285,-240r-56,240r-48,0v-13,-65,-35,-124,-40,-196v-5,72,-28,131,-41,196r-46,0r-53,-240r43,0v12,65,30,124,36,194v6,-71,27,-129,39,-194r48,0v13,64,33,123,39,194v4,-71,25,-130,36,-194r43,0","w":285,"k":{"\u201c":-2,"y":-10,"u":9,"r":1,"o":12,"i":-4,"e":10,"a":5,"O":3,"A":5,".":3}},{"d":"67,-251r-19,54r15,0r0,49r-44,0r0,-46r30,-57r18,0","w":83},{"d":"184,0r-48,0r-46,-91r-24,27r0,64r-42,0r0,-251r42,0r-1,141v17,-27,42,-51,62,-76r49,0r-57,66","w":182,"k":{"y":-13,"w":-12,"u":-1,"o":5,"g":-10,"e":4,"d":4,"a":-3,".":-6,"-":-9,",":-6}},{"d":"191,-170v-2,67,-55,76,-122,73r0,97r-44,0r0,-240v79,1,169,-16,166,70xm145,-169v1,-43,-38,-35,-76,-36r0,73v38,0,76,5,76,-37","k":{"u":-1,"t":-9,"o":2,"a":-3,"T":-10,"S":-5,"O":-2,"A":10,"-":-9}},{"d":"126,-212r-36,0r-36,-52r50,0","w":180},{"d":"180,-168v-11,-2,-22,-1,-29,5v42,53,-16,126,-86,100v-5,2,-10,3,-10,9v2,16,49,16,68,21v29,7,55,15,55,52v0,43,-47,52,-86,52v-30,0,-84,-5,-84,-48v0,-23,13,-30,33,-39v-12,-3,-22,-14,-22,-26v0,-17,14,-26,29,-29v-20,-10,-30,-28,-30,-54v-2,-61,72,-84,118,-54v14,-17,23,-19,44,-19r0,30xm123,-125v0,-20,-10,-36,-32,-36v-22,0,-32,14,-32,35v0,21,9,36,32,36v22,0,32,-14,32,-35xm140,20v-11,-25,-55,-20,-80,-29v-9,5,-19,10,-19,21v0,23,37,26,53,26v14,0,46,0,46,-18","w":186,"k":{"v":-12,"o":3,"e":1,"a":2,",":-1}},{"d":"171,0r-42,0r0,-131v1,-37,-49,-28,-63,-7r0,138r-42,0r0,-251r43,0r0,84v15,-13,33,-24,53,-24v81,3,42,118,51,191","w":194,"k":{"y":1,"w":1,"u":-1,"q":-1,"e":-1,"d":-1,",":1}},{"d":"165,-9r-150,-70r0,-29r150,-70r0,33r-117,50r117,53r0,33","w":180},{"d":"66,0r-42,0r0,-251r42,0r0,251","w":90,"k":{"y":-4,"w":-3,"v":-3,"e":-1,"d":-1,"a":-1,",":1}},{"d":"163,-162r-36,0r-37,-73r-37,73r-36,0r51,-100r44,0","w":180},{"d":"87,44r-69,0r0,-30r31,0r0,-269r-31,0r0,-29r69,0r0,328","w":111},{"d":"184,58r-188,0r0,-31r188,0r0,31","w":180},{"d":"229,0r-44,0r0,-49r44,0r0,49xm146,0r-44,0r0,-49r44,0r0,49xm63,0r-43,0r0,-49r43,0r0,49","w":248},{"d":"255,-107r-24,0r1,-119v-9,39,-22,77,-33,116r-25,0r-33,-116v3,38,2,79,2,119r-25,0r0,-144r41,0v9,37,23,71,28,112v6,-38,16,-75,26,-112r42,0r0,144xm98,-230r-34,0r0,123r-26,0r0,-123r-34,0r0,-21r94,0r0,21","w":281},{"d":"294,-72v0,37,-9,76,-53,76v-43,0,-52,-38,-52,-74v0,-36,10,-75,52,-75v43,0,53,37,53,73xm240,-245r-132,250r-30,0r132,-250r30,0xm131,-171v0,37,-10,75,-54,75v-43,0,-52,-38,-52,-74v0,-36,10,-75,52,-75v43,0,54,38,54,74xm263,-72v0,-14,-1,-51,-22,-51v-21,0,-21,39,-21,53v0,14,1,51,21,51v21,0,22,-39,22,-53xm100,-171v0,-14,-2,-52,-23,-52v-21,0,-21,39,-21,53v0,14,1,52,21,52v21,0,23,-39,23,-53","w":318},{"d":"183,-122v0,57,-12,128,-84,128v-70,0,-82,-68,-82,-124v0,-57,11,-128,82,-128v70,0,84,68,84,124xm137,-121v0,-25,-2,-90,-38,-90v-37,0,-37,66,-37,92v0,24,2,90,37,90v37,0,38,-66,38,-92","k":{"7":15,"4":-2,"1":15}},{"d":"181,-94v0,91,-61,122,-115,78r0,82r-42,0r0,-253r40,0r2,20v7,-8,25,-23,50,-23v42,0,65,34,65,96xm136,-94v0,-68,-40,-77,-70,-44r0,93v33,30,70,17,70,-49","w":197,"k":{"u":-1,"t":1,"r":-1,"p":-1,"l":-1,"i":-1,"h":-1,"f":1,"T":19}},{"d":"194,-240r-78,140r0,100r-44,0r0,-100r-75,-140r47,0v17,37,41,72,52,114v9,-42,36,-79,54,-114r44,0","w":191,"k":{"\u201c":-3,"v":10,"u":20,"t":4,"s":28,"p":20,"o":31,"m":26,"l":6,"i":6,"g":32,"e":30,"b":6,"a":31,"S":3,"O":12}},{"d":"168,44r-39,0r-113,-328r39,0","w":183,"k":{"7":20,"2":-10}},{"d":"174,0r-48,0v-14,-25,-29,-50,-37,-78v-9,28,-25,54,-38,78r-48,0r58,-99r-52,-88r49,0v9,18,29,46,31,65v5,-22,20,-46,30,-65r48,0r-51,88","w":176,"k":{"t":-8,"e":5,"d":5}},{"d":"201,-174r-3,31r-38,0r-5,44r37,0r-2,31r-40,0r-8,68r-31,0r8,-68r-42,0r-9,68r-31,0r9,-68r-35,0r2,-31r37,0r6,-44r-37,0r2,-31r39,0r8,-66r32,0r-9,66r42,0r8,-66r32,0r-8,66r36,0xm130,-144r-44,0r-6,46r44,0","w":210},{"d":"92,44r-67,0r0,-328r67,0r0,29r-30,0r0,269r30,0r0,30","w":111,"k":{"4":3}},{"d":"160,0r-37,0r-2,-21v-27,40,-108,32,-108,-27v0,-55,64,-65,106,-71v9,-49,-56,-51,-69,-16r-34,-17v25,-55,144,-60,144,19r0,133xm119,-49r0,-43v-23,3,-64,8,-64,39v-1,39,51,25,64,4","w":183,"k":{"y":3,"v":3,"t":1,"g":1,"Y":16,"V":7,"T":19,"R":-3,".":1,",":2}},{"d":"100,44r-33,0v-68,-99,-69,-229,0,-328r33,0v-23,53,-43,105,-43,164v0,54,21,115,43,164","w":111,"k":{"4":3}},{"d":"104,44v-41,3,-72,-5,-69,-44v-6,-39,18,-101,-25,-105r0,-31v70,-8,-35,-170,94,-148r0,27v-19,0,-33,-1,-33,23v0,48,13,106,-32,114v49,5,32,67,32,114v0,24,14,23,33,23r0,27","w":111,"k":{"4":-3}},{"d":"249,-77r-249,0r0,-40r249,0r0,40","w":248,"k":{"8":-10,"4":-13,"1":20}},{"w":90},{"d":"67,-205r-44,0r0,-47r44,0r0,47xm66,3v5,50,-36,74,-88,61r3,-33v7,1,14,3,21,3v23,0,22,-23,22,-40r0,-181r42,0r0,190","w":90,"k":{"e":-1}},{"d":"180,0r-168,0r0,-31r116,-175r-107,1r0,-35r157,0r0,29r-91,138v-9,13,-18,25,-28,38r121,0r0,35","w":190,"k":{"w":-1,"u":1,"o":6,"i":1,"e":9,"a":4,"Z":-5,"W":-9,"U":2,"T":-10,"S":-4,"O":7,"G":6,"A":-11,".":-1,",":-1}},{"d":"147,0r-138,0r0,-27v30,-43,55,-90,89,-129v-25,4,-52,3,-80,3r0,-34r127,0r0,28v-29,42,-52,89,-85,127v27,-4,57,-1,87,-2r0,34","w":156,"k":{"w":-9,"s":-7,"o":2,"g":-4,"e":1,"d":1,"a":-4,"W":-4,"U":2,".":-1,",":-1}},{"d":"138,-251r-19,54r15,0r0,49r-43,0r0,-46r30,-57r17,0xm67,-251r-19,54r16,0r0,49r-43,0r0,-46r29,-57r17,0","w":154},{"d":"176,-205r-107,0r0,64r90,0r0,35r-90,0r0,106r-44,0r0,-240r151,0r0,35","w":174,"k":{"w":-7,"u":3,"t":-5,"s":-1,"r":3,"l":-4,"i":-5,"e":-1,"a":1,"Z":-6,"W":-16,"T":-17,"S":-5,"A":6,".":6,",":6}},{"d":"147,-77r-147,0r0,-40r147,0r0,40","w":146,"k":{"8":-10,"7":13,"4":-20,"1":20}},{"d":"60,-251r-2,87r-31,0r-3,-87r36,0","w":84,"k":{"4":17,"2":-6}},{"d":"134,-205r-30,57r-17,0r19,-54r-16,0r0,-49r44,0r0,46xm63,-205r-30,57r-16,0r19,-54r-16,0r0,-49r43,0r0,46","w":154},{"d":"63,-3r-29,57r-17,0r19,-54r-16,0r0,-49r43,0r0,46","w":83,"k":{"\u201d":6,"8":-13,"7":17,"5":-6,"4":10,"1":10,"\u2019":7}},{"d":"257,-187r-51,187r-43,0v-11,-49,-29,-94,-34,-148v-6,55,-22,100,-35,148r-42,0r-51,-187r44,0v10,47,26,93,30,145v4,-55,23,-97,34,-145r43,0v11,48,29,91,33,145v6,-51,21,-97,31,-145r41,0","w":258,"k":{"o":1,"a":-2,".":2}},{"d":"168,-111r-156,0r0,-31r156,0r0,31xm168,-48r-156,0r0,-31r156,0r0,31","w":180,"k":{"7":20,"4":-13,"1":13}},{"d":"171,-111v-10,21,-26,42,-51,42v-33,0,-75,-42,-93,1r-18,-11v10,-20,23,-42,49,-42v33,0,75,40,94,-1","w":180,"k":{"8":-10,"7":17,"4":-13,"1":30}},{"d":"202,0r-48,0r-45,-100r-40,0r0,100r-44,0r0,-240v78,3,169,-19,168,67v0,33,-14,53,-45,63xm147,-171v0,-44,-40,-32,-78,-34r0,69v38,-1,78,8,78,-35","w":209,"k":{"u":-1,"o":1,"i":-1,"e":1,"d":1,"c":1,"W":-2,"V":-1,"U":2,"T":-6,"O":2,"I":-2,"G":2,"C":2,".":-3,",":-3}},{"d":"173,66r-42,0r0,-82v-55,43,-115,15,-115,-78v0,-61,24,-96,67,-96v25,0,41,16,48,23r2,-20r40,0r0,253xm131,-45r0,-93v-28,-34,-71,-21,-71,45v0,67,40,79,71,48","w":197,"k":{"u":-1}},{"d":"208,-76v-8,50,-39,82,-91,82v-77,0,-100,-53,-100,-122v0,-65,25,-130,100,-130v51,0,82,31,91,80r-46,6v-2,-27,-14,-50,-45,-50v-47,0,-51,57,-51,92v0,35,5,88,51,88v31,0,42,-24,45,-51","w":219,"k":{"z":-1,"y":-4,"t":-7,"s":4,"o":-2,"l":1,"k":1,"h":1,"e":3,"c":-2,"a":-2,"T":-1,"C":-1}},{"d":"125,-251r-2,87r-32,0r-2,-87r36,0xm60,-251r-2,87r-31,0r-2,-87r35,0","w":149,"k":{"4":26,"2":-6}},{"d":"102,-105v-72,8,35,170,-94,149r0,-27v19,0,33,1,33,-23v0,-48,-15,-108,32,-115v-46,-5,-32,-66,-32,-113v0,-24,-14,-23,-33,-23r0,-27v40,-3,71,5,68,44v5,39,-17,102,26,104r0,31","w":111},{"d":"102,-77r-102,0r0,-40r102,0r0,40","w":102,"k":{"8":-10,"7":10,"4":-13,"1":26}},{"d":"175,-69v0,46,-30,75,-81,75v-50,0,-71,-29,-80,-41r29,-25v20,43,85,39,87,-11v1,-35,-28,-42,-67,-40r0,-29v37,3,62,-10,62,-38v0,-19,-11,-33,-32,-33v-21,0,-33,12,-43,25r-26,-27v0,0,27,-33,72,-33v45,0,72,22,72,63v0,33,-24,51,-39,54v15,2,46,16,46,60","k":{"7":13,"4":1,"1":15}},{"d":"71,-125r-44,0r0,-49r44,0r0,49xm71,-3r-30,57r-17,0r19,-54r-16,0r0,-49r44,0r0,46","w":83},{"d":"120,-2v-44,13,-87,2,-87,-50r0,-101r-27,0r0,-34r27,0r0,-48r43,-11r0,59r41,0r0,34r-41,0r0,100v-3,25,25,25,42,18","w":123,"k":{"y":-12,"w":-11,"v":-12,"q":-1,"o":-2,"g":-7,"e":-1,"d":-1,"a":-6,"S":-5,".":-4,",":-4}},{"d":"195,-67v0,42,-28,67,-75,67r-95,0r0,-240v72,3,163,-19,164,59v0,28,-12,49,-44,55v34,4,50,27,50,59xm145,-174v4,-33,-41,-32,-76,-31r0,64v37,2,80,1,76,-33xm149,-71v0,-43,-41,-34,-80,-35r0,71v39,1,80,3,80,-36","w":209,"k":{"u":-3,"t":-3,"s":-3,"o":-1,"e":-2,"d":-2,"b":-3,"a":-2,"Y":3,"U":1,"T":-4,"S":-6,"R":-2,"P":-2,"O":1,"N":-2,"M":-2,"L":-2,"K":-2,"I":-2,"H":-2,"G":1,"F":-2,"E":-2,"D":-2,"B":-2,"A":-1,".":1,",":1}},{"d":"69,0r-44,0r0,-240r44,0r0,240","w":93,"k":{"w":-3,"v":-3,"s":-2,"q":-3,"o":-2,"l":-3,"g":-2,"e":-3,"d":-3,"c":-2,"a":-3,"Z":2,"X":-4,"W":-3,"V":-4,"T":-4,"S":-1,"R":-5,"Q":4,"P":-5,"N":-5,"M":-5,"L":-5,"K":-5,"I":-5,"H":-5,"F":-5,"E":-5,"D":-5,"B":-5,".":-1}},{"d":"170,0r-39,0r-1,-22v-15,11,-38,26,-57,26v-80,0,-41,-118,-50,-191r43,0r0,124v0,15,3,33,22,33v13,0,30,-11,40,-19r0,-138r42,0r0,187","w":194,"k":{"w":-3,"v":-3,"t":-1,"p":-1,"e":-1,"d":-1,"b":-1,"T":5,",":1}},{"d":"107,30r-34,0r0,-306r34,0r0,306","w":180},{"d":"179,-124v0,91,-28,130,-90,130v-48,0,-66,-30,-66,-30r31,-25v0,0,14,21,37,21v32,0,43,-32,44,-80v0,0,-18,21,-50,21v-46,0,-66,-33,-66,-78v0,-66,45,-81,82,-81v61,0,78,53,78,122xm97,-119v29,-8,38,-14,38,-37v0,-22,-2,-56,-34,-56v-23,0,-38,13,-38,45v0,30,8,48,34,48","k":{"7":23,"1":17}},{"d":"168,-284r-113,328r-39,0r113,-328r39,0","w":183,"k":{"8":-6,"7":3,"4":27}},{"d":"165,-187r-61,187r-45,0r-59,-187r44,0r28,94v5,17,9,34,12,52v8,-50,24,-98,39,-146r42,0","w":165,"k":{"w":-14,"s":-1,"o":4,"e":2,"a":1,"A":2,".":4,",":4}},{"d":"205,-85v0,60,-29,90,-91,90v-62,0,-89,-31,-89,-90r0,-155r44,0r0,154v0,32,7,55,46,55v40,0,46,-22,46,-55r0,-154r44,0r0,155","w":229,"k":{"z":1,"w":-3,"t":-2,"r":-2,"p":-2,"n":-2,"m":-2,"l":-2,"k":-2,"i":-1,"f":-3,"e":-1,"d":-1,"Z":6,"O":3,"I":-3,"G":2,"C":2,"A":5,".":4,",":8}},{"d":"211,0r-59,0r-70,-148v-8,-17,-16,-34,-21,-53v10,61,3,133,5,201r-41,0r0,-240r60,0v29,66,65,128,89,198v-8,-61,-3,-131,-4,-198r41,0r0,240","w":235,"k":{"u":-3,"o":-2,"j":-4,"i":-3,"g":-2,"e":-3,"d":-3,"c":-2,"a":-3,"S":-1,"Q":4,"J":-5,"I":-5,"A":-4,".":-1,",":6}},{"d":"210,-168r-47,6v-4,-26,-16,-49,-46,-49v-47,0,-52,58,-52,93v0,36,6,88,53,88v19,0,36,-10,48,-24r0,-36r-49,0r0,-31r91,0r0,121r-32,0r-4,-22v-16,17,-36,28,-60,28v-73,0,-95,-61,-95,-124v0,-66,26,-128,101,-128v50,0,83,29,92,78","w":230,"k":{"v":-3,"t":-3,"r":-1,"o":1,"l":-1,"k":-1,"a":1,"V":4,"U":4,"T":2,"S":-2,"R":1,"N":1,"M":1,"L":1,"K":1,"I":1,"F":1,"E":1,"B":1,"A":-5,",":5}},{"d":"183,-53r-28,0r0,53r-44,0r0,-53r-100,0r0,-27r87,-160r57,0r0,154r28,0r0,33xm115,-209r-66,123r63,0v1,-42,-3,-85,3,-123","k":{"\u2013":-17,"~":-13,"}":-10,"]":-13,"=":-6,"7":17,"4":-3,"1":22,".":-10,"-":-13,",":-10,"+":-3,")":-13}},{"d":"188,-69v0,46,-29,71,-74,74r3,31r-32,0r2,-32v-37,-5,-60,-29,-73,-58r36,-19v8,24,30,41,55,41v21,0,37,-8,37,-31v0,-48,-117,-38,-117,-113v0,-40,22,-64,62,-69r-2,-31r32,0r-3,31v29,3,58,20,73,51r-36,19v-8,-19,-27,-38,-49,-38v-19,0,-34,8,-34,29v0,49,120,35,120,115","k":{"7":10,"1":10}},{"d":"224,0r-54,0v-6,-6,-12,-13,-18,-19v-43,42,-140,27,-138,-43v0,-40,26,-59,58,-75v-38,-38,-19,-109,43,-109v33,0,58,17,58,52v0,33,-25,51,-51,66v10,20,22,38,36,56v11,-14,19,-31,24,-48r31,12v-7,23,-18,45,-35,62v14,17,30,32,46,46xm138,-193v0,-15,-7,-27,-24,-27v-34,0,-26,49,-9,67v13,-9,33,-22,33,-40xm134,-42v-17,-21,-31,-42,-44,-65v-42,11,-44,82,7,82v15,0,28,-5,37,-17","w":231},{"d":"255,0r-41,0r2,-206r-57,206r-39,0r-44,-151v-5,-18,-9,-37,-13,-55v4,66,3,136,3,206r-41,0r0,-240r68,0r39,142v4,16,7,32,10,48v12,-67,32,-127,48,-190r65,0r0,240","w":279,"k":{"u":-3,"s":-2,"o":-2,"i":-3,"e":-3,"a":-3,"S":-1,"I":-5,",":6}},{"d":"179,0r-154,0r0,-240r148,0r0,35r-104,0r0,64r85,0r0,36r-85,0r0,70r110,0r0,35","w":190,"k":{"w":1,"v":1,"u":1,"s":-7,"q":1,"p":1,"o":2,"j":-7,"i":1,"g":-4,"e":1,"d":1,"c":2,"b":1,"a":-4,"Z":-5,"X":-10,"W":-7,"V":-8,"U":4,"T":-8,"S":-3,"Q":7,"O":7,"G":6,"C":6,"A":-11,".":-1}},{"d":"175,0r-150,0r0,-240r44,0r0,205r106,0r0,35","w":174,"k":{"\u201c":5,"z":-11,"y":1,"w":5,"v":8,"u":-4,"t":1,"s":-13,"o":-3,"i":-4,"g":-9,"e":-4,"d":-4,"c":-4,"a":-9,"Z":-10,"Y":19,"W":6,"V":13,"T":24,"S":-9,"O":2,".":-6,",":-6}},{"d":"63,-205r-30,57r-16,0r19,-54r-16,0r0,-49r43,0r0,46","w":83},{"d":"21,-20v-9,-62,110,-87,110,-157v0,-24,-10,-36,-32,-36v-19,0,-34,12,-39,44r-39,-11v0,0,9,-66,78,-66v51,0,76,25,76,67v0,73,-89,91,-108,143r108,0r0,36r-154,0r0,-20","k":{"7":9,"4":20,"1":12,"+":6}},{"d":"205,0r-49,0r-17,-59r-77,0r-16,59r-46,0r73,-240r59,0xm131,-94v-10,-38,-24,-75,-30,-116v-6,41,-21,78,-31,116r61,0","w":204,"k":{"\u201c":4,"y":1,"v":1,"u":-1,"s":-8,"p":-4,"g":-9,"d":-1,"b":-4,"a":-5,"Y":15,"V":8,"U":5,"T":14,"S":-5,"G":4,"C":4,".":-6,"-":-9,",":-6}},{"d":"179,-77v0,66,-42,83,-79,83v-61,0,-81,-51,-81,-120v0,-87,32,-132,91,-132v48,0,65,30,65,30r-30,24v0,0,-14,-20,-37,-20v-32,0,-43,32,-44,80v0,0,16,-21,48,-21v48,0,67,31,67,76xm136,-75v0,-30,-10,-46,-36,-46v-29,7,-36,15,-36,37v0,22,4,56,36,56v23,0,36,-15,36,-47","w":199,"k":{"7":7,"4":-1,"1":12}},{"d":"273,0r-42,0r0,-121v0,-18,-1,-36,-24,-36v-16,0,-28,11,-37,23r0,134r-42,0r0,-125v4,-42,-49,-36,-62,-9r0,134r-42,0r0,-187r39,0r1,25v25,-30,85,-44,102,1v26,-41,107,-42,107,26r0,135","w":296,"k":{"u":-1,"p":-1,"e":-1,"E":-3,",":1}},{"d":"165,-187r-64,193v-8,39,-44,75,-99,59r4,-33v32,7,54,-7,57,-37r-65,-182r45,0v13,46,32,89,41,139v9,-49,26,-93,39,-139r42,0","w":164,"k":{"s":-1,"p":-4,"o":3,"a":4}},{"d":"97,-120v0,63,-23,110,-53,164r-33,0v22,-49,44,-110,44,-164v0,-59,-20,-111,-44,-164r33,0v30,53,53,102,53,164","w":111},{"d":"63,0r-43,0r0,-49r43,0r0,49","w":83,"k":{"\u201d":5,"8":-6,"7":13,"5":-6,"4":13,"1":10,"\u2019":5}},{"d":"71,-125r-44,0r0,-49r44,0r0,49xm71,0r-44,0r0,-49r44,0r0,49","w":83},{"d":"162,-46r-23,24r-50,-49r-48,48r-22,-22r48,-49r-49,-49r23,-24r50,50r48,-48r22,22r-48,48","w":180},{"d":"174,0r-140,0r0,-36r49,0r0,-163r-41,17r-10,-34v29,-11,50,-30,95,-25r0,205r47,0r0,36","k":{"\u2013":6,"'":23,"~":10,"\\":20,"=":10,"9":7,"8":6,"7":24,"6":11,"5":7,"4":25,"3":3,"2":6,"1":12,"0":11,".":5,"-":13,",":5,"+":23,"*":30,"%":33,"\"":30}},{"d":"221,-120v0,66,-28,126,-102,126v-74,0,-102,-60,-102,-126v0,-67,28,-126,102,-126v78,0,102,60,102,126xm172,-120v0,-35,-8,-90,-53,-90v-46,0,-53,55,-53,90v0,34,8,90,53,90v46,0,53,-55,53,-90","w":237,"k":{"z":1,"w":-1,"u":-3,"t":-3,"r":-3,"p":-3,"n":-3,"m":-3,"l":-3,"k":-3,"j":-2,"i":-3,"h":-3,"f":-4,"b":-3,"Z":9,"Y":11,"W":3,"V":5,"U":3,"T":4,"J":5,".":6,",":6}},{"d":"165,-79r-150,70r0,-33r117,-52r-117,-51r0,-33r150,70r0,29","w":180},{"d":"156,-51v0,45,-28,56,-72,56v-60,0,-78,-41,-78,-41r34,-19v0,0,11,27,42,27v17,0,34,-5,34,-18v0,-18,-29,-26,-42,-31v-27,-12,-59,-21,-59,-62v0,-33,26,-53,69,-53v53,0,69,38,69,38r-33,16v0,0,-8,-21,-36,-21v-21,0,-29,9,-29,18v0,18,21,21,44,30v27,10,57,23,57,60","w":163,"k":{"y":-4,"w":-4,"v":-4,"t":-5,"s":-6,"p":-2,"o":-1,"g":-1,"e":-2,"d":-1,"c":-1,"b":-2,"a":-4,"Y":12,"W":1,"V":3,"T":14,".":-1,",":-1}},{"d":"177,-85v0,52,-26,90,-81,90v-34,0,-67,-19,-78,-52r36,-17v6,18,20,34,41,34v51,1,51,-97,2,-98v-16,0,-28,8,-34,23r-37,-6r15,-129r124,0r0,36r-89,0r-6,57v46,-37,107,3,107,62","k":{"7":12,"1":15}},{"d":"168,-78r-61,0r0,62r-34,0r0,-62r-61,0r0,-32r61,0r0,-62r34,0r0,62r61,0r0,32","w":180,"k":{"7":20,"4":-10,"1":33}},{"d":"179,-94v0,56,-20,99,-82,99v-55,0,-81,-38,-81,-98v0,-55,22,-99,81,-99v54,0,82,34,82,98xm135,-93v0,-45,-12,-66,-38,-66v-26,0,-37,20,-37,67v0,44,11,64,37,64v26,0,38,-19,38,-65","w":194,"k":{"z":3,"y":6,"w":2,"v":3,"u":3,"t":2,"r":-1,"n":-1,"m":-1,"l":-1,"k":-1,"h":-1,"f":2,"b":-1,"W":3,"V":7,"U":-1,"T":21,".":2,",":3}},{"d":"201,0r-52,0v-17,-33,-41,-62,-53,-99v-11,38,-33,67,-50,99r-45,0r73,-125r-69,-115r53,0v14,29,35,56,44,90v8,-35,30,-61,44,-90r44,0r-65,113","w":201,"k":{"y":18,"i":3,"e":16,"a":5,"Z":-10,"T":-11,"I":-3,"A":-15}},{"d":"231,6r-27,39v-18,-8,-36,-22,-49,-46v-84,29,-138,-40,-138,-119v0,-66,29,-126,102,-126v113,0,128,149,71,219v8,14,22,24,41,33xm172,-120v0,-35,-7,-90,-53,-90v-45,0,-53,55,-53,90v0,33,9,90,53,90v45,0,53,-56,53,-90","w":237,"k":{"u":-4,"U":4}},{"d":"204,0r-48,0r-59,-112r-28,38r0,74r-44,0r0,-240r44,0r0,108r77,-108r47,0r-68,93","w":205,"k":{"y":14,"w":9,"u":4,"t":8,"s":-4,"o":6,"n":-3,"m":-3,"l":-3,"i":-3,"g":-9,"e":5,"d":5,"a":-2,"Z":-10,"Y":-11,"W":-9,"U":2,"T":-10,"S":1,"O":11,"I":-3,"G":10,".":-6,",":-6}},{"d":"341,-102v0,51,-22,99,-80,99v-20,0,-40,-4,-48,-25v-13,18,-32,26,-54,26v-38,0,-55,-30,-55,-65v0,-60,61,-138,119,-94r2,-12r31,0r-18,120v0,16,8,24,24,24v37,0,50,-41,50,-72v0,-71,-46,-111,-115,-111v-77,0,-135,55,-135,133v0,111,99,148,199,114r6,29v-121,35,-236,-14,-236,-143v0,-94,74,-161,166,-161v84,0,144,52,144,138xm217,-138v-43,-34,-80,26,-80,71v0,18,5,37,27,37v17,0,30,-11,39,-24","w":373},{"w":90},{"d":"175,-211v-50,74,-77,119,-77,211r-48,0v0,-83,30,-139,79,-204r-105,0r0,-36r151,0r0,29","k":{"\u2014":20,"\u2013":26,"~":33,"=":33,":":21,"9":20,"8":13,"7":7,"6":17,"4":35,"3":13,"2":13,"1":21,"0":13,"\/":26,".":54,"-":36,",":61,"+":33}},{"d":"208,-122v0,71,-29,122,-106,122r-77,0r0,-240r70,0v81,0,113,39,113,118xm160,-120v0,-55,-22,-95,-91,-85r0,170v67,9,91,-31,91,-85","w":224,"k":{"y":-4,"o":-1,"e":-3,"Y":9,"W":2,"U":2,"T":1,"A":5,",":6}},{"d":"183,-64v0,49,-41,70,-85,70v-43,0,-82,-23,-82,-70v0,-32,17,-52,47,-63v-26,-10,-37,-29,-37,-56v0,-44,35,-63,75,-63v37,0,72,19,72,60v0,27,-12,47,-38,57v28,12,48,33,48,65xm100,-146v36,-5,44,-69,0,-69v-49,2,-35,64,0,69xm138,-66v0,-23,-20,-37,-39,-43v-45,5,-53,81,0,81v24,0,39,-14,39,-38","k":{"\u2014":-10,"\u2013":-6,"~":-6,"7":17,"4":-3,"1":10,".":-3,"-":-3}},{"d":"172,-84r-115,0v1,36,11,56,39,56v25,0,37,-18,42,-31r34,15v-7,16,-28,49,-77,49v-53,0,-81,-36,-81,-100v0,-64,31,-97,81,-97v66,0,79,50,77,108xm131,-114v0,-22,-9,-46,-37,-46v-29,0,-36,23,-38,46r75,0","w":188,"k":{"x":5,"w":2,"v":2,"t":1,"s":-2,"f":1,"W":3,"V":8,"T":20,"S":-1,"R":-2,"N":-2,"M":-2,"L":-2,"D":-2,".":3,",":3}},{"d":"61,-69v-7,-54,43,-80,45,-118v2,-37,-51,-29,-56,-1r-34,-18v23,-53,131,-56,130,16v1,50,-52,65,-50,121r-35,0xm101,0r-44,0r0,-49r44,0r0,49","w":156},{"d":"180,-205r-68,0r0,205r-44,0r0,-205r-68,0r0,-35r180,0r0,35","w":180,"k":{"\u201c":-5,"z":1,"y":27,"w":37,"v":32,"u":40,"s":28,"r":29,"o":41,"m":37,"l":-4,"j":-4,"i":2,"h":4,"g":17,"e":42,"b":4,"a":33,"Z":-6,"Y":-17,"W":-15,"V":-17,"T":-16,"S":-5,"Q":5,"O":5,"I":-4,"G":5,"A":14,".":9,"-":-8,",":9}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+351-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("WwY(RQkeu`EgWOx~_QdI2w2E;jk(YQEg;j}Iu`#aY!XPspeT%xZ(A7qHYOCCRxkQYwAH!Q}Wyd_%_v2+AvHi:wqau7ZP;x(5;B:IA72j;B:IAv2I}vq+`!Z%,OkRsyH~;B:IA7ze;B:+Awz+uxCF;B:IA7d?#xZ(A?rZAI_%_v2+A`JP_p(c:ad7;O}E>vA~_z}}_;+1;OEj!:1BkOJQv:!A;B:IA7z1A4zjR;4C>?C%_vr+Y7%Zvp1pkylm`dd>JOrh#7Hx)(JT>ak+RwxeWO2TWyZC)vrP%7(T>arPR7(+>QZxRQ_euOZa)`2gYT1aRBx+uBAE,he~u`s*sT1mupem;TKoba_h_(+gWvX*)pCp_B}mRQ_ls`xP;O1?Rj(X>Tl%>ake%QEgYj(Hu`Z%>QkmR;+gW(+gs`4lYw!j;O1gY;#X>Tl%>ake%QEgYj(Hu`Z%>QrqO7zdwB2}W>Akb)J#yv:!`;sYuR%_,5KHT?4xQa*CfiPlgm+ZIpe(jhD1F~XEco#x_aZp_B}mRQ_ls`xP;O14Y;sC}OEC>a#x%hJ*RwE?s;#CRjDguwEp_w1HR`:CW`Ym%TK~uvZPbIPiuyxa`jkRu!(_);qRu!(EWyKC")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":198,"face":{"font-family":"TVNord","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 6 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-22 -286.052 341 74.9739","underline-thickness":"24.12","underline-position":"0","stemh":"31","stemv":"36","unicode-range":"U+0020-U+2122"}}));

