/*
	Slimbox v2.02 - The ultimate lightweight Lightbox clone for jQuery
	(c) 2007-2009 Christophe Beyls <http://www.digitalia.be>
	MIT-style license.
*/
(function(w){var E=w(window),u,g,F=-1,o,x,D,v,y,L,s,n=!window.XMLHttpRequest,e=window.opera&&(document.compatMode=="CSS1Compat")&&(w.browser.version>=9.3),m=document.documentElement,l={},t=new Image(),J=new Image(),H,a,h,q,I,d,G,c,A,K;w(function(){w("body").append(w([H=w('<div id="lbOverlay" />')[0],a=w('<div id="lbCenter" />')[0],G=w('<div id="lbBottomContainer" />')[0]]).css("display","none"));h=w('<div id="lbImage" />').appendTo(a).append(q=w('<div style="position: relative;" />').append([I=w('<a id="lbPrevLink" href="#" />').click(B)[0],d=w('<a id="lbNextLink" href="#" />').click(f)[0]])[0])[0];c=w('<div id="lbBottom" />').appendTo(G).append([w('<a id="lbCloseLink" href="#" />').add(H).click(C)[0],A=w('<div id="lbCaption" />')[0],K=w('<div id="lbNumber" />')[0],w('<div style="clear: both;" />')[0]])[0]});w.slimbox=function(O,N,M){u=w.extend({loop:false,overlayOpacity:0.8,overlayFadeDuration:400,resizeDuration:400,resizeEasing:"swing",initialWidth:250,initialHeight:250,imageFadeDuration:400,captionAnimationDuration:400,counterText:"Image {x} of {y}",closeKeys:[27,88,67],previousKeys:[37,80],nextKeys:[39,78]},M);if(typeof O=="string"){O=[[O,N]];N=0}y=E.scrollTop()+((e?m.clientHeight:E.height())/2);L=u.initialWidth;s=u.initialHeight;w(a).css({top:Math.max(0,y-(s/2)),width:L,height:s,marginLeft:-L/2}).show();v=n||(H.currentStyle&&(H.currentStyle.position!="fixed"));if(v){H.style.position="absolute"}w(H).css("opacity",u.overlayOpacity).fadeIn(u.overlayFadeDuration);z();k(1);g=O;u.loop=u.loop&&(g.length>1);return b(N)};w.fn.slimbox=function(M,P,O){P=P||function(Q){return[Q.href,Q.title]};O=O||function(){return true};var N=this;return N.unbind("click").click(function(){var S=this,U=0,T,Q=0,R;T=w.grep(N,function(W,V){return O.call(S,W,V)});for(R=T.length;Q<R;++Q){if(T[Q]==S){U=Q}T[Q]=P(T[Q],Q)}return w.slimbox(T,U,M)})};function z(){var N=E.scrollLeft(),M=e?m.clientWidth:E.width();w([a,G]).css("left",N+(M/2));if(v){w(H).css({left:N,top:E.scrollTop(),width:M,height:E.height()})}}function k(M){w("object").add(n?"select":"embed").each(function(O,P){if(M){w.data(P,"slimbox",P.style.visibility)}P.style.visibility=M?"hidden":w.data(P,"slimbox")});var N=M?"bind":"unbind";E[N]("scroll resize",z);w(document)[N]("keydown",p)}function p(O){var N=O.keyCode,M=w.inArray;return(M(N,u.closeKeys)>=0)?C():(M(N,u.nextKeys)>=0)?f():(M(N,u.previousKeys)>=0)?B():false}function B(){return b(x)}function f(){return b(D)}function b(M){if(M>=0){F=M;o=g[F][0];x=(F||(u.loop?g.length:0))-1;D=((F+1)%g.length)||(u.loop?0:-1);r();a.className="lbLoading";l=new Image();l.onload=j;l.src=o}return false}function j(){a.className="";w(h).css({backgroundImage:"url("+o+")",visibility:"hidden",display:""});w(q).width(l.width);w([q,I,d]).height(l.height);w(A).html(g[F][1]||"");w(K).html((((g.length>1)&&u.counterText)||"").replace(/{x}/,F+1).replace(/{y}/,g.length));if(x>=0){t.src=g[x][0]}if(D>=0){J.src=g[D][0]}L=h.offsetWidth;s=h.offsetHeight;var M=Math.max(0,y-(s/2));if(a.offsetHeight!=s){w(a).animate({height:s,top:M},u.resizeDuration,u.resizeEasing)}if(a.offsetWidth!=L){w(a).animate({width:L,marginLeft:-L/2},u.resizeDuration,u.resizeEasing)}w(a).queue(function(){w(G).css({width:L,top:M+s,marginLeft:-L/2,visibility:"hidden",display:""});w(h).css({display:"none",visibility:"",opacity:""}).fadeIn(u.imageFadeDuration,i)})}function i(){if(x>=0){w(I).show()}if(D>=0){w(d).show()}w(c).css("marginTop",-c.offsetHeight).animate({marginTop:0},u.captionAnimationDuration);G.style.visibility=""}function r(){l.onload=null;l.src=t.src=J.src=o;w([a,h,c]).stop(true);w([I,d,h,G]).hide()}function C(){if(F>=0){r();F=x=D=-1;w(a).hide();w(H).stop().fadeOut(u.overlayFadeDuration,k)}return false}})(jQuery);
/*
	jQuery Blend v1.1 by Jack Moore - www.colorpowered.com - MIT license
*/
(function(a){a.fn.blend=function(b,d){var c=a.extend({},a.fn.blend.settings,b);a(this).each(function(){var p=a(this),g=a(c.target?c.target:this),l,n=[],k,f,e={},h=false,j=0,m=c.opacity,o=["background-color","background-image","background-repeat","background-attachment","background-position","background-position-x","background-position-y"];f=o.length;if(g[0].style.position!="absolute"){g.css({position:"relative"})}if(!g.hasClass("hover")){g.wrapInner('<div style="position:relative" />')}for(k=0;k<f;k++){n[k]=g.css(o[k])}g.addClass("hover");e={};e.position="absolute";e.top=0;e.left=0;e.width=g.css("width");e.height=g.css("height");for(k=0;k<f;k++){e[o[k]]=g.css(o[k])}if(g.find(".jsblend").length===0){l=a('<div class="jsblend" />').css(e);if(c.top){l.appendTo(g)}else{l.prependTo(g)}}else{l=g.find(".jsblend")}e={};for(k=0;k<f;k++){e[o[k]]=n[k]}g.css(e);if(c.reverse){j=c.opacity;m=0}l.css({opacity:j});function q(i){if(h){l.fadeTo(c.speed,i,function(){q(i==j?m:j)})}}if(c.pulse&&c.active){h=true;q(m)}else{if(c.pulse){p.hover(function(){h=true;q(m)},function(){h=false;l.stop(true).fadeTo(c.speed,j)})}else{p.hover(function(){l.stop().fadeTo(c.speed,m)},function(){l.stop().fadeTo(c.speed,j)})}}});return this};a.fn.blend.settings={speed:500,opacity:1,target:false,reverse:false,pulse:false,active:false,top:false}})(jQuery);
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var W=L.DOM={ready:(function(){var b=false,d={loaded:1,complete:1};var a=[],c=function(){if(b){return}b=true;for(var e;e=a.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",c,false);window.addEventListener("pageshow",c,false)}if(!window.opera&&document.readyState){(function(){d[document.readyState]?c():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");c()}catch(f){setTimeout(arguments.callee,1)}})()}P(window,"load",c);return function(e){if(!arguments.length){c()}else{b?e():a.push(e)}}})()};var M=L.CSS={Size:function(b,a){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/a*this.value};this.convertFrom=function(c){return c/this.value*a};this.toString=function(){return this.value+this.unit}},color:I(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,c,e){a.opacity=parseFloat(e);return"rgb("+c+")"});return a}),getStyle:function(b){var a=document.defaultView;if(a&&a.getComputedStyle){return new A(a.getComputedStyle(b,null))}if(b.currentStyle){return new A(b.currentStyle)}return new A(b.style)},gradient:I(function(e){var f={id:e,type:e.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},b=e.substr(e.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var d=0,a=b.length,c;d<a;++d){c=b[d].split("=",2).reverse();f.stops.push([c[1]||d/(a-1),c[0]])}return f}),quotedList:I(function(d){var c=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=b.exec(d)){c.push(a[3]||a[1])}return c}),recognizesMedia:I(function(g){var d=document.createElement("style"),c,b,a;d.type="text/css";d.media=g;try{d.appendChild(document.createTextNode("/**/"))}catch(f){}b=F("head")[0];b.insertBefore(d,b.firstChild);c=(d.sheet||d.styleSheet);a=c&&!c.disabled;b.removeChild(d);return a}),supports:function(c,b){var a=document.createElement("span").style;if(a[c]===undefined){return false}a[c]=b;return a[c]===b},textAlign:function(d,c,a,b){if(c.get("textAlign")=="right"){if(a>0){d=" "+d}}else{if(a<b-1){d+=" "}}return d},textDecoration:function(f,e){if(!e){e=this.getStyle(f)}var b={underline:null,overline:null,"line-through":null};for(var a=f;a.parentNode&&a.parentNode.nodeType==1;){var d=true;for(var c in b){if(!J(b,c)||b[c]){continue}if(e.get("textDecoration").indexOf(c)!=-1){b[c]=e.get("color")}d=false}if(d){break}e=this.getStyle(a=a.parentNode)}return b},textShadow:I(function(e){if(e=="none"){return null}var d=[],f={},a,b=0;var c=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(a=c.exec(e)){if(a[0]==","){d.push(f);f={},b=0}else{if(a[1]){f.color=a[1]}else{f[["offX","offY","blur"][b++]]=a[2]}}}d.push(f);return d}),textTransform:function(b,a){return b[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[a.get("textTransform")]||"toString"]()},whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};return function(d,b,c){if(a[b.get("display")]){return d}if(!c.previousSibling){d=d.replace(/^\s+/,"")}if(!c.nextSibling){d=d.replace(/\s+$/,"")}return d}})()};M.ready=(function(){var a=!M.recognizesMedia("all"),d=false;var c=[],g=function(){a=true;for(var j;j=c.shift();j()){}};var h=F("link"),i=F("style");function b(j){return j.disabled||f(j.sheet,j.media||"screen")}function f(m,p){if(!M.recognizesMedia(p||"all")){return true}if(!m||m.disabled){return false}try{var q=m.cssRules,o;if(q){search:for(var k=0,j=q.length;o=q[k],k<j;++k){switch(o.type){case 2:break;case 3:if(!f(o.styleSheet,o.media.mediaText)){return false}break;default:break search}}}}catch(n){}return true}function e(){if(document.createStyleSheet){return true}var k,j;for(j=0;k=h[j];++j){if(k.rel.toLowerCase()=="stylesheet"&&!b(k)){return false}}for(j=0;k=i[j];++j){if(!b(k)){return false}}return true}W.ready(function(){if(!d){d=M.getStyle(document.body).isUsable()}if(a||(d&&e())){g()}else{setTimeout(arguments.callee,10)}});return function(j){if(a){j()}else{c.push(j)}}})();function R(b){var a=this.face=b.face;this.glyphs=b.glyphs;this.w=b.w;this.baseSize=parseInt(a["units-per-em"],10);this.family=a["font-family"].toLowerCase();this.weight=a["font-weight"];this.style=a["font-style"]||"normal";this.viewBox=(function(){var d=a.bbox.split(/\s+/);var c={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[3],10)};c.width=c.maxX-c.minX,c.height=c.maxY-c.minY;c.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return c})();this.ascent=-parseInt(a.ascent,10);this.descent=-parseInt(a.descent,10);this.height=-this.ascent+this.descent}function E(){var b={},a={oblique:"italic",italic:"oblique"};this.add=function(c){(b[c.style]||(b[c.style]={}))[c.weight]=c};this.get=function(g,h){var f=b[g]||b[a[g]]||b.normal||b.italic||b.oblique;if(!f){return null}h={normal:400,bold:700}[h]||parseInt(h,10);if(f[h]){return f[h]}var d={1:1,99:0}[h%100],j=[],e,c;if(d===undefined){d=h>400}if(h==500){h=400}for(var i in f){if(!J(f,i)){continue}i=parseInt(i,10);if(!e||i<e){e=i}if(!c||i>c){c=i}j.push(i)}if(h<e){h=e}if(h>c){h=c}j.sort(function(l,k){return(d?(l>h&&k>h)?l<k:l>k:(l<h&&k<h)?l>k:l<k)?-1:1});return f[j[0]]}}function Q(){function c(e,f){if(e.contains){return e.contains(f)}return e.compareDocumentPosition(f)&16}function a(g){var f=g.relatedTarget;if(!f||c(this,f)){return}b(this)}function d(f){b(this)}function b(e){setTimeout(function(){L.replace(e,D.get(e).options,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){P(e,"mouseover",a);P(e,"mouseout",a)}else{P(e,"mouseenter",d);P(e,"mouseleave",d)}}}function T(){var b=[],c={};function a(g){var d=[],f;for(var e=0;f=g[e];++e){d[e]=b[c[f]]}return d}this.add=function(e,d){c[e]=b.push(d)-1};this.repeat=function(){var d=arguments.length?a(arguments):b,e;for(var f=0;e=d[f++];){L.replace(e[0],e[1],true)}}}function Z(){var c={},a=0;function b(d){return d.cufid||(d.cufid=++a)}this.get=function(d){var e=b(d);return c[e]||(c[e]={})}}function A(a){var c={},b={};this.extend=function(d){for(var e in d){if(J(d,e)){c[e]=d[e]}}return this};this.get=function(d){return c[d]!=undefined?c[d]:a[d]};this.getSize=function(e,d){return b[e]||(b[e]=new M.Size(this.get(e),d))};this.isUsable=function(){return !!a}}function P(b,a,c){if(b.addEventListener){b.addEventListener(a,c,false)}else{if(b.attachEvent){b.attachEvent("on"+a,function(){return c.call(b,window.event)})}}}function U(b,a){var c=D.get(b);if(c.options){return b}if(a.hover&&a.hoverables[b.nodeName.toLowerCase()]){B.attach(b)}c.options=a;return b}function I(a){var b={};return function(c){if(!J(b,c)){b[c]=a.apply(null,arguments)}return b[c]}}function C(f,e){if(!e){e=M.getStyle(f)}var b=M.quotedList(e.get("fontFamily").toLowerCase()),d;for(var c=0,a=b.length;c<a;++c){d=b[c];if(H[d]){return H[d].get(e.get("fontStyle"),e.get("fontWeight"))}}return null}function F(a){return document.getElementsByTagName(a)}function J(b,a){return b.hasOwnProperty(a)}function G(){var a={},c,e;for(var d=0,b=arguments.length;c=arguments[d],d<b;++d){for(e in c){if(J(c,e)){a[e]=c[e]}}}return a}function N(d,n,b,o,e,c){var m=o.separate;if(m=="none"){return Y[o.engine].apply(null,arguments)}var k=document.createDocumentFragment(),g;var h=n.split(O[m]),a=(m=="words");if(a&&S){if(/^\s/.test(n)){h.unshift("")}if(/\s$/.test(n)){h.push("")}}for(var j=0,f=h.length;j<f;++j){g=Y[o.engine](d,a?M.textAlign(h[j],b,j,f):h[j],b,o,e,c,j<f-1);if(g){k.appendChild(g)}}return k}function K(b,j){var c,a,d,g,f,i;for(d=U(b,j).firstChild;d;d=f){g=d.nodeType;f=d.nextSibling;i=false;if(g==1){if(!d.firstChild){continue}if(!/cufon/.test(d.className)){arguments.callee(d,j);continue}else{i=true}}else{if(g!=3){continue}}if(!a){a=M.getStyle(b).extend(j)}if(!c){c=C(b,a)}if(!c){continue}if(i){Y[j.engine](c,null,a,j,d,b);continue}var h=M.whiteSpace(d.data,a,d);if(h===""){continue}var e=N(c,h,a,j,d,b);if(e){d.parentNode.replaceChild(e,d)}else{d.parentNode.removeChild(d)}}}var S=" ".split(/\s+/).length==0;var D=new Z();var B=new Q();var X=new T();var Y={},H={},V={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||F),separate:"words",textShadow:"none"};var O={words:/[^\S\u00a0]+/,characters:""};L.now=function(){W.ready();return L};L.refresh=function(){X.repeat.apply(X,arguments);return L};L.registerEngine=function(b,a){if(!a){return L}Y[b]=a;return L.set("engine",b)};L.registerFont=function(c){var a=new R(c),b=a.family;if(!H[b]){H[b]=new E()}H[b].add(a);return L.set("fontFamily",'"'+b+'"')};L.replace=function(c,b,a){b=G(V,b);if(!b.engine){return L}if(typeof b.textShadow=="string"){b.textShadow=M.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=M.gradient(b.color)}if(!a){X.add(c,arguments)}if(c.nodeType||typeof c=="string"){c=[c]}M.ready(function(){for(var e=0,d=c.length;e<d;++e){var f=c[e];if(typeof f=="string"){L.replace(b.selector(f),b,true)}else{K(f,b)}}});return L};L.set=function(a,b){V[a]=b;return L};return L})();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-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(E?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;}"+(A?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AD,Z,u,V,d,AE){var I=(Z===null);if(I){Z=d.alt}var b=AD.viewBox;var K=u.getSize("fontSize",AD.baseSize);var s=u.get("letterSpacing");s=(s=="normal")?0:K.convertFrom(parseInt(s,10));var c=0,t=0,r=0,X=0;var a=V.textShadow,p=[];if(a){for(var AC=a.length;AC--;){var h=a[AC];var o=K.convertFrom(parseFloat(h.offX));var n=K.convertFrom(parseFloat(h.offY));p[AC]=[o,n];if(n<c){c=n}if(o>t){t=o}if(n>r){r=n}if(o<X){X=o}}}var AH=Cufon.CSS.textTransform(Z,u).split(""),T;var J=AD.glyphs,W,M,w;var G=0,P,f=[];for(var AC=0,AA=0,v=AH.length;AC<v;++AC){W=J[T=AH[AC]]||AD.missingGlyph;if(!W){continue}if(M){G-=w=M[T]||0;f[AA-1]-=w}G+=P=f[AA++]=~~(W.w||AD.w)+s;M=W.k}if(P===undefined){return null}t+=b.width-P;X+=b.minX;var U,L;if(I){U=d;L=d.firstChild}else{U=document.createElement("span");U.className="cufon cufon-canvas";U.alt=Z;L=document.createElement("canvas");U.appendChild(L);if(V.printable){var z=document.createElement("span");z.className="cufon-alt";z.appendChild(document.createTextNode(Z));U.appendChild(z)}}var AI=U.style;var m=L.style;var H=K.convert(b.height);var AG=Math.ceil(H);var q=AG/H;L.width=Math.ceil(K.convert(G*q+t-X));L.height=Math.ceil(K.convert(b.height-c+r));c+=b.minY;m.top=Math.round(K.convert(c-AD.ascent))+"px";m.left=Math.round(K.convert(X))+"px";var S=Math.ceil(K.convert(G*q))+"px";if(A){AI.width=S;AI.height=K.convert(AD.height)+"px"}else{AI.paddingLeft=S;AI.paddingBottom=(K.convert(AD.height)-1)+"px"}var AF=L.getContext("2d"),e=H/b.height;AF.scale(e,e*q);AF.translate(-X,-c);AF.lineWidth=AD.face["underline-thickness"];AF.save();function N(i,g){AF.strokeStyle=g;AF.beginPath();AF.moveTo(0,i);AF.lineTo(G,i);AF.stroke()}var O=V.enableTextDecoration?Cufon.CSS.textDecoration(AE,u):{};if(O.underline){N(-AD.face["underline-position"],O.underline)}if(O.overline){N(AD.ascent,O.overline)}function AB(){AF.scale(q,1);for(var x=0,k=0,g=AH.length;x<g;++x){var y=J[AH[x]]||AD.missingGlyph;if(!y){continue}if(y.d){AF.beginPath();if(y.code){C(y.code,AF)}else{y.code=D("m"+y.d,AF)}AF.fill()}AF.translate(f[k++],0)}AF.restore()}if(a){for(var AC=a.length;AC--;){var h=a[AC];AF.save();AF.fillStyle=h.color;AF.translate.apply(AF,p[AC]);AB()}}var R=V.textGradient;if(R){var Y=R.stops,Q=AF.createLinearGradient(0,b.minY,0,b.maxY);for(var AC=0,v=Y.length;AC<v;++AC){Q.addColorStop.apply(Q,Y[AC])}AF.fillStyle=Q}else{AF.fillStyle=u.get("color")}AB();if(O["line-through"]){N(-AD.descent,O["line-through"])}return U}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:middle;}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>').replace(/;/g,"!important;"));function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(AE,d,y,a,h,AF,w){var I=(d===null);if(I){d=h.alt}var f=AE.viewBox;var K=y.computedFontSize||(y.computedFontSize=new Cufon.CSS.Size(C(AF,y.get("fontSize"))+"px",AE.baseSize));var v=y.computedLSpacing;if(v==undefined){v=y.get("letterSpacing");y.computedLSpacing=v=(v=="normal")?0:~~K.convertFrom(A(AF,v))}var W,L;if(I){W=h;L=h.firstChild}else{W=document.createElement("span");W.className="cufon cufon-vml";W.alt=d;L=document.createElement("span");L.className="cufon-vml-canvas";W.appendChild(L);if(a.printable){var AB=document.createElement("span");AB.className="cufon-alt";AB.appendChild(document.createTextNode(d));W.appendChild(AB)}if(!w){W.appendChild(document.createElement("cvml:shape"))}}var AK=W.style;var q=L.style;var G=K.convert(f.height),AH=Math.ceil(G);var u=AH/G;var t=f.minX,s=f.minY;q.height=AH;q.top=Math.round(K.convert(s-AE.ascent));q.left=Math.round(K.convert(t));AK.height=K.convert(AE.height)+"px";var P=a.enableTextDecoration?Cufon.CSS.textDecoration(AF,y):{};var c=y.get("color");var AJ=Cufon.CSS.textTransform(d,y).split(""),V;var J=AE.glyphs,b,M,AA;var F=0,m=[],r=0,R;var T,e=a.textShadow;for(var AD=0,AC=0,z=AJ.length;AD<z;++AD){b=J[V=AJ[AD]]||AE.missingGlyph;if(!b){continue}if(M){F-=AA=M[V]||0;m[AC-1]-=AA}F+=R=m[AC++]=~~(b.w||AE.w)+v;M=b.k}if(R===undefined){return null}var U=-t+F+(f.width-R);var AI=K.convert(U*u),x=Math.round(AI);var p=U+","+f.height,H;var g="r"+p+"ns";var S=a.textGradient&&D(a.textGradient);for(AD=0,AC=0;AD<z;++AD){b=J[AJ[AD]]||AE.missingGlyph;if(!b){continue}if(I){T=L.childNodes[AC];while(T.firstChild){T.removeChild(T.firstChild)}}else{T=document.createElement("cvml:shape");L.appendChild(T)}T.stroked="f";T.coordsize=p;T.coordorigin=H=(t-r)+","+s;T.path=(b.d?"m"+b.d+"xe":"")+"m"+H+g;T.fillcolor=c;if(S){T.appendChild(S.cloneNode(false))}var AG=T.style;AG.width=x;AG.height=AH;if(e){var O=e[0],N=e[1];var Z=Cufon.CSS.color(O.color),X;var o=document.createElement("cvml:shadow");o.on="t";o.color=Z.color;o.offset=O.offX+","+O.offY;if(N){X=Cufon.CSS.color(N.color);o.type="double";o.color2=X.color;o.offset2=N.offX+","+N.offY}o.opacity=Z.opacity||(X&&X.opacity)||1;T.appendChild(o)}r+=m[AC++]}var n=T.nextSibling,Q,Y;if(a.hover){if(!n){n=document.createElement("cvml:rect");n.stroked="f";n.className="cufon-vml-cover";Q=document.createElement("cvml:fill");Q.opacity=0;n.appendChild(Q);L.appendChild(n)}Y=n.style;Y.width=x;Y.height=AH}else{if(n){L.removeChild(n)}}AK.width=Math.max(Math.ceil(K.convert(F*u)),0);return W}})());

Cufon.registerFont({"w":262,"face":{"font-family":"Segoe Print","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"9","cap-height":"6","bbox":"-58.3059 -361 363.028 177.627","underline-thickness":"25.1367","underline-position":"-10.8984","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":143},"!":{"d":"57,-222v-3,-30,25,-54,37,-28v0,3,-6,32,-20,89v-8,33,-5,51,-12,73v-6,0,-20,-2,-23,-4v-4,-18,20,-109,18,-130xm44,-46v5,0,19,7,18,11v5,25,-35,48,-37,14v-1,-7,12,-27,19,-25","w":116},"\"":{"d":"113,-258v19,-8,28,3,18,30v-11,28,-2,85,-27,89v-31,-9,3,-67,3,-90v0,-16,5,-26,6,-29xm63,-248v-8,35,-7,98,-28,106v-29,-15,5,-78,5,-107v0,-9,4,-13,11,-13v5,0,14,8,12,14","w":145},"#":{"d":"12,-144v1,-18,62,-15,80,-21v15,-4,20,-60,43,-62v17,8,-14,49,-13,60r57,-7v10,-12,8,-90,31,-86v6,0,9,3,9,11v0,24,-17,48,-21,72v21,-1,38,-6,59,-6v20,0,22,15,13,21v-38,0,-64,3,-78,7v2,13,-24,48,-6,52v22,-1,70,-25,71,9v1,6,-7,11,-13,11v-21,-12,-41,1,-72,0v-3,14,-13,31,-10,45v0,6,-4,18,-12,17v-18,-7,-6,-38,-3,-55v-12,0,-39,5,-53,7v-11,35,-19,53,-26,53v-5,0,-8,-2,-8,-8v0,-14,5,-29,13,-45v-25,-3,-65,9,-65,-9v5,-23,44,-14,70,-13v5,-11,14,-51,16,-51v-15,-3,-77,19,-82,-2xm171,-153v-27,2,-46,5,-58,9v-5,13,-10,30,-14,50v34,-2,36,2,58,-9v4,-15,13,-34,14,-50","w":286},"$":{"d":"88,-34v-24,0,-68,26,-83,4v3,-34,58,-17,85,-33v4,-29,6,-49,6,-62v-18,-10,-64,-20,-64,-51v0,-19,56,-36,72,-37v5,-23,-10,-65,19,-64v20,1,6,43,6,59v14,2,53,-15,53,10v0,23,-28,8,-55,14v0,26,-17,63,11,69v12,9,27,11,27,36v0,18,-18,33,-53,43v-2,28,-6,56,-1,82v-9,14,-29,6,-27,-17xm103,-190v-24,5,-38,11,-42,18v2,6,14,14,38,23xm119,-115v-3,20,-4,35,-4,46v42,-16,27,-31,4,-46","w":197},"%":{"d":"26,-170v0,-36,45,-101,84,-67v3,1,34,3,91,8v5,8,1,14,-8,19v-34,58,-84,126,-108,191v-3,11,-22,19,-22,0v18,-74,64,-121,103,-191v-17,-5,-35,-7,-55,-5v13,43,-24,81,-61,83v-16,0,-24,-13,-24,-38xm48,-160v18,21,48,-9,46,-31v0,-6,-2,-15,-6,-29v-29,-3,-40,35,-40,60xm244,-66v0,37,-31,52,-66,56v-23,2,-31,-17,-32,-34v-1,-20,23,-61,44,-61v25,0,55,15,54,39xm222,-63v-12,-34,-55,-19,-51,17v-2,17,9,12,21,14v6,-2,35,-15,30,-31"},"&":{"d":"267,2v-36,4,-53,-18,-76,-22v-16,12,-48,31,-77,33v-63,2,-105,-49,-70,-104v10,-16,26,-32,51,-47v10,-14,0,-41,0,-60v0,-39,16,-67,52,-67v24,-1,41,26,39,50v-3,45,-26,48,-55,80v3,24,43,73,65,84v16,-10,22,-33,34,-60v-34,-6,-41,4,-44,-22v8,-19,43,-1,56,-2r65,-6v9,0,14,2,14,7v-6,18,-20,14,-50,21v-21,5,-37,64,-49,72v10,16,50,19,74,11v10,0,15,4,15,10v-3,9,-27,24,-44,22xm140,-240v-14,2,-19,20,-19,39v0,27,1,41,3,42v24,-19,35,-39,35,-60v1,-7,-11,-21,-19,-21xm63,-52v-1,21,29,38,50,37v12,0,31,-6,58,-19v-10,-12,-36,-31,-44,-48v-11,-22,-20,-32,-21,-33v-20,7,-43,38,-43,63","w":332},"'":{"d":"69,-247v-6,24,-20,51,-20,81v-1,18,1,30,-12,32v-8,1,-14,-15,-14,-22v0,-29,11,-97,35,-104v6,-2,11,7,11,13","w":83},"(":{"d":"113,-236v-49,49,-95,120,-67,218v11,38,15,51,39,72v12,11,19,19,19,25v-21,31,-58,-23,-67,-39v-28,-53,-32,-157,-1,-214v30,-54,33,-60,82,-98v9,-4,20,-9,20,6v0,4,-8,14,-25,30","w":144,"k":{"J":-4,")":4,"]":4,"}":4,"?":4,"A":2,"c":-14,"d":-14,"t":-7,"w":-4,"r":2,"s":7,"9":-4,"x":-4,"i":-7,"k":-4}},")":{"d":"7,-260v-9,-8,5,-19,13,-19v82,56,129,234,48,330v-13,16,-29,55,-46,27v9,-28,37,-44,49,-87v40,-73,-6,-162,-29,-210v-7,-14,-20,-27,-35,-41","w":130},"*":{"d":"179,-202v2,16,-68,7,-71,14v4,15,64,55,27,63v-15,-6,-40,-49,-48,-54v-14,10,-37,99,-54,49r35,-51v-21,-4,-42,4,-58,8v-12,-17,14,-24,27,-24v18,0,30,-1,36,-4v-8,-14,-39,-37,-23,-50v7,0,19,13,37,38v6,-2,34,-45,46,-49v15,0,12,14,1,20v-9,16,-17,24,-27,34v18,8,68,-23,72,6","w":185,"k":{"C":4,"A":4,"V":4,"T":-4,"t":5,"w":4,"S":4,"Q":4,"q":2,"B":-4,"9":4,"0":2,"x":2,"b":-16,"k":-14,"l":-14}},"+":{"d":"96,-187v19,12,1,54,7,78v24,9,88,-18,87,20v-16,12,-51,0,-78,2v-22,2,-9,40,-14,64v1,6,-3,9,-9,9v-11,0,-14,-4,-13,-14r6,-58v-18,-9,-65,14,-65,-10v0,-24,43,-3,66,-11v9,-24,-13,-71,13,-80","w":205},",":{"d":"61,38v-13,2,-33,18,-36,0v0,-2,1,-4,2,-5v44,-6,60,-41,44,-76v-1,-16,19,-11,28,-5v19,31,-5,81,-38,86","w":123,"k":{"9":21,"7":26}},"-":{"d":"204,-88v-44,-16,-124,12,-142,-14v18,-28,89,-4,128,-16v8,2,31,6,28,18v0,12,-3,11,-14,12","w":230},".":{"d":"23,-26v-8,-30,35,-29,42,-11v0,19,-16,27,-28,32v-12,-1,-14,-5,-14,-21","w":90},"\/":{"d":"145,-226v6,-10,41,-78,57,-35v-48,86,-129,178,-177,267v-12,23,-21,19,-28,3v36,-84,103,-160,148,-235","w":207},"0":{"d":"256,-137v-3,68,-113,141,-194,141v-38,0,-58,-29,-58,-67v2,-86,76,-166,156,-173v51,6,98,35,96,99xm84,-25v57,0,129,-59,143,-106v1,-35,-21,-58,-41,-71v-8,11,-21,-1,-30,-3v-38,1,-43,11,-69,35v-24,23,-47,57,-49,98v-1,37,18,47,46,47","k":{",":26,"0":-28,"h":-35,"b":-7,"k":-7}},"1":{"d":"144,-49v21,-1,73,-20,94,-17v14,29,-15,29,-43,33v-24,3,-39,7,-47,11v3,15,-1,19,-22,19v-3,1,-10,-13,-14,-11v-25,2,-81,37,-87,2v4,-23,80,-22,88,-32v2,-45,12,-105,18,-151v-22,2,-63,40,-85,34v-10,2,-10,-17,-5,-21v25,-9,92,-49,115,-60v7,-1,14,14,14,21v-20,59,-29,121,-26,172","k":{",":18,"C":7,")":-2,"]":-2,"}":-2,"O":11,"*":7,"t":7,"v":7,"w":7,"p":7,"s":14,"j":7,"7":7,"0":5,"y":4,"z":7}},"2":{"d":"210,-177v-5,44,-73,114,-115,132v48,-1,105,11,145,-2v4,-1,12,8,11,12v0,17,-22,26,-40,24v-62,-9,-154,-19,-182,27v-10,4,-26,3,-25,-10v2,-44,63,-55,91,-79v24,-21,74,-56,77,-99v1,-15,-26,-39,-42,-38v-30,2,-56,44,-85,48v-5,-1,-14,-18,-10,-24v27,-20,59,-53,109,-52v33,0,57,39,66,61","k":{",":18,"c":18}},"3":{"d":"205,-89v-5,-44,-91,-35,-122,-19v-14,1,-15,-7,-10,-17v24,-27,57,-53,88,-75v-28,-7,-135,34,-128,-20v3,-26,28,0,45,-1r116,-9v14,0,21,5,21,14v-11,37,-68,41,-83,72v53,-6,99,3,104,50v-8,56,-84,98,-152,96v-20,-1,-64,-2,-61,-27v4,-40,49,1,69,-4v43,2,108,-23,113,-60","k":{",":26,":":7,";":7,")":5,"]":5,"}":5,"A":5,"V":4,"Y":7,"T":7,"U":7,"W":4,"Z":4,"Q":11,"p":16,"s":-11,"f":12,"j":18,"7":18,"9":18,"0":6,"z":-7,"l":11}},"4":{"d":"249,-93v-1,9,-10,14,-18,9v-17,-6,-36,-8,-59,-7v-8,28,-11,67,4,86v0,6,-11,19,-17,18v-42,-2,-16,-65,-16,-102v-44,-6,-82,12,-118,12v-6,0,-12,-4,-19,-12v16,-31,137,-128,185,-161v10,0,15,2,15,7r-30,124v14,12,79,-12,73,26xm167,-202v-7,7,-49,39,-58,49v-12,13,-29,28,-51,43v3,6,74,-6,91,-8v3,-23,20,-78,18,-84","k":{",":21}},"5":{"d":"278,-221v-14,47,-108,10,-155,27v-8,9,-23,30,-33,44v46,20,132,5,126,76v-6,71,-151,107,-192,47v9,-38,51,7,76,1v39,2,115,-37,70,-75v-25,-21,-103,-3,-117,-38v3,-17,52,-82,57,-81v5,-2,37,-3,95,-5v27,-1,60,-20,73,4","k":{",":26}},"6":{"d":"83,-33v0,-63,31,-97,105,-97v36,0,73,44,42,74v-29,28,-60,56,-124,56v-59,0,-95,-55,-70,-109v20,-45,64,-89,98,-117v14,-11,38,-14,41,5v1,14,-8,14,-16,16v-28,7,-62,56,-85,78v-9,15,-23,50,-14,74v3,5,10,12,23,20xm217,-90v-48,-31,-116,-11,-113,59v43,15,106,-29,113,-59","k":{",":26}},"7":{"d":"121,5v-10,0,-17,-14,-17,-23v16,-54,73,-147,107,-183r-3,-3v-54,3,-104,5,-152,5v-16,0,-10,-30,4,-30v60,0,128,3,182,-3v27,10,-8,39,-15,47v-31,44,-78,109,-90,172v1,10,-6,18,-16,18","k":{",":12,".":12,":":18,";":18,")":21,"]":21,"}":21,"?":18,"A":6,"Y":-7,"d":11,"e":14,"T":21,"U":6,"Z":21,"t":11,"v":11,"w":7,"S":7,"g":11,"Q":14,"r":14,"s":21,"u":7,"h":25}},"8":{"d":"210,-194v36,26,-43,69,-57,82v20,7,50,35,54,59v7,49,-56,53,-90,57v-28,-3,-70,-6,-68,-41v2,-33,46,-55,62,-70v-32,-16,-76,-42,-49,-81v16,-14,53,-44,89,-43v27,1,52,19,50,50v2,-3,6,-11,9,-13xm146,-205v-16,-1,-62,26,-62,38v-4,12,31,34,51,44v28,-22,42,-39,42,-50v0,-19,-13,-31,-31,-32xm108,-21v54,3,94,-20,57,-55v-10,-9,-21,-16,-32,-21v-35,26,-53,45,-53,60v-1,10,17,16,28,16","k":{",":35,"2":14,"C":7,"a":25,"e":23}},"9":{"d":"145,-229v38,-16,61,8,78,24v2,0,3,4,5,11v-13,42,-44,122,-46,167v0,17,-4,26,-12,26v-13,0,-19,-17,-19,-27v-2,-3,13,-53,22,-86r-3,-2v-36,18,-40,27,-84,27v-29,0,-57,-57,-24,-84v18,-23,48,-50,83,-56xm76,-137v13,53,88,2,105,-13v7,-6,13,-38,17,-40v-35,-45,-121,18,-122,53","k":{",":35}},":":{"d":"78,-166v5,17,-9,33,-27,32v-21,-6,-17,-44,8,-44v2,1,19,10,19,12xm75,-37v3,24,-42,52,-42,13v-7,-29,35,-35,42,-13","w":107},";":{"d":"84,-156v1,10,-17,20,-28,19v-18,-2,-13,-39,4,-41v7,4,29,6,24,22xm44,8v23,-26,-11,-54,11,-66v23,-3,25,21,25,40v0,36,-42,56,-75,62v-4,1,-5,-10,-3,-13v21,-5,34,-14,42,-23","w":118},"<":{"d":"163,-217v3,16,-82,72,-109,103v22,17,104,50,110,55v15,11,4,39,-18,24v-45,-30,-55,-27,-99,-51v-43,-23,-25,-36,3,-58v13,-21,73,-60,94,-82v7,-5,20,-1,19,9","w":193},"=":{"d":"72,-178v42,10,113,-21,122,18v-3,29,-30,3,-51,11v-35,-4,-69,3,-103,3v-10,0,-14,-1,-14,-13v0,-18,32,-17,46,-19xm197,-74v-6,31,-57,10,-100,11r-55,1v-3,1,-14,-15,-13,-18v20,-22,75,-4,111,-13v21,1,55,2,57,19","w":225},">":{"d":"93,-33v-10,12,-34,30,-40,5v22,-34,65,-67,93,-92v-27,-39,-104,-40,-117,-92v5,-16,14,-9,29,3v26,21,100,60,126,79v15,17,-22,26,-43,46v-14,13,-35,35,-48,51","w":206},"?":{"d":"48,-220v5,-44,96,-68,128,-25v11,14,12,66,0,82v-22,31,-36,28,-87,47v-10,17,-2,51,-33,48v-10,-20,-2,-38,12,-62v14,-23,90,-20,90,-68v0,-20,-12,-42,-37,-42v-22,0,-38,5,-42,19v0,12,-32,20,-31,1xm49,8v-23,0,-26,-29,-5,-35v8,-6,14,-5,22,3v8,0,12,3,12,10v0,11,-19,22,-29,22","w":185},"@":{"d":"277,-154v0,50,-59,106,-96,63v-23,23,-87,41,-93,-6v-4,-28,44,-93,70,-91v19,1,36,2,35,22v3,7,22,-7,22,9v-1,10,-14,31,-14,46v0,6,4,8,12,8v20,2,44,-29,43,-49v-2,-39,-37,-90,-77,-91v-59,10,-137,101,-137,161v0,39,57,69,102,67v38,-1,96,-21,118,-41v15,1,11,21,3,28v-25,21,-88,33,-134,35v-52,1,-119,-37,-113,-89v8,-73,83,-175,160,-181v53,-4,99,61,99,109xm174,-116v-3,-9,2,-33,7,-38v0,-2,-4,-5,-11,-11v-23,-3,-55,45,-55,62v0,11,5,12,19,13v10,1,42,-17,40,-26","w":296},"A":{"d":"153,-258v21,-3,18,18,19,34v9,29,17,45,26,72v18,58,41,108,74,141v9,9,-3,26,-15,26v-15,0,-34,-24,-55,-71v-9,-19,-13,-28,-15,-28v-28,1,-79,15,-104,21v-33,-17,-34,64,-67,70v-14,-3,-26,-17,-11,-32r25,-38v37,-50,84,-150,107,-182v7,-9,12,-13,16,-13xm85,-94v20,-5,91,-16,96,-18r-35,-100v-13,30,-44,83,-61,118","w":279,"k":{"r":11,"s":4,"u":-8,"f":-11,"x":12,"y":14,"i":-4,"b":-4,"k":-4,"l":-4}},"B":{"d":"163,-118v-13,1,-55,27,-55,-5v10,-15,63,-27,78,-50v16,-15,23,-27,23,-38v-3,-42,-94,-18,-113,-5v-4,18,-34,177,-26,201v0,13,-5,26,-18,26v-17,0,-24,-18,-19,-36v7,-28,22,-138,26,-165v3,-22,-28,-6,-25,-26v22,-37,210,-83,210,2v0,30,-30,52,-52,70v20,13,51,28,51,62v0,48,-77,104,-132,104v-12,0,-27,-3,-28,-11v-2,-19,21,-26,45,-22v39,-7,83,-28,83,-69v0,-22,-23,-40,-48,-38","w":264},"C":{"d":"108,-12v35,0,78,-30,99,-41v5,0,7,3,7,8v-13,31,-66,61,-112,61v-43,0,-82,-32,-82,-80v0,-84,103,-210,180,-206v51,-8,64,85,18,91v-27,-6,16,-64,-19,-66v-72,12,-146,98,-146,177v0,32,21,56,55,56","w":251,"k":{"2":-4,",":-7,".":-7,"A":-5,"V":-14,"G":-4,"Z":-4,"w":9,"S":-11,"g":-7,"s":-4,"B":-4,"7":4}},"D":{"d":"28,-2v18,-47,19,-154,30,-210v2,-12,-25,-10,-22,-21v0,-19,21,-21,42,-19v19,1,68,-4,87,-4v109,0,141,126,66,189v-29,25,-67,50,-120,59v-39,7,-66,45,-83,6xm243,-158v-2,-72,-81,-81,-153,-66v-14,98,-25,143,-19,195v67,-3,174,-49,172,-129","w":285,"k":{"J":-4,"g":-11,"j":-18,"B":-11,"7":4,"z":7,"h":4,"b":4,"k":4}},"E":{"d":"227,-227v-34,-1,-48,8,-86,8v-35,0,-49,-3,-52,21v-3,19,-14,60,-12,67v32,3,86,-12,113,-14v29,-2,27,25,7,30v-11,2,-122,13,-122,19v-1,10,-27,78,-1,79v39,2,93,-14,129,-17v8,0,18,7,17,17v-3,19,-29,14,-49,18v-17,-2,-85,10,-111,12v-29,1,-31,-3,-33,-26v15,-49,28,-143,32,-198v-9,-9,-15,-32,6,-32v45,3,99,-6,149,-15v28,-5,31,25,13,31","w":246,"k":{"2":11,"C":-8,",":-11,".":-11,"V":14,"G":-4,"c":-4,"d":-4,"e":4,"O":21,"T":7,"U":3,"W":-7,"Z":7,"*":7,"t":2,"v":4,"S":-4,"m":-4,"r":-4,"f":-7,"0":-5,"y":-14,"i":-4}},"F":{"d":"197,-257v34,-5,38,32,12,36v-31,-7,-96,-4,-119,7v-6,11,-18,73,-16,93v34,-6,77,-9,108,-18v33,1,22,29,-1,33v-18,3,-105,8,-111,19v-4,18,-4,63,-4,85v0,12,-5,18,-13,18v-12,0,-22,-11,-22,-23v0,-21,14,-137,25,-205v-5,-13,-8,-37,10,-38v31,9,106,-9,131,-7","w":213,"k":{":":-18,";":-18,"J":-11,")":-18,"]":-18,"}":-18,"Y":7,"a":4,"c":4,"t":4,"w":4,"Q":7,"m":4,"y":4}},"G":{"d":"213,40v-40,-3,-14,-50,-11,-92v-43,34,-82,51,-117,51v-39,0,-64,-25,-64,-66v0,-92,107,-203,195,-203v22,0,43,8,44,25v1,11,-12,34,-21,34v-14,-8,-13,-31,-37,-28v-74,11,-150,88,-150,169v0,74,95,29,126,6v30,-22,34,-28,40,-67v1,-8,8,-13,19,-13v11,0,17,4,17,11v-13,44,-37,100,-25,155v0,7,-8,19,-16,18","w":279,"k":{"J":-14,"?":11,"Y":-7,"G":-7,"a":-7,"c":14,"d":-7,"Z":-2,"t":-7,"v":-4,"S":-7,"Q":-7,"o":-7,"q":-4,"m":-7,"n":-4,"r":-7,"7":-4,"9":-14,"0":-4,"x":-7,"y":-7,"z":-4}},"H":{"d":"228,-150v18,-30,-4,-110,29,-119v29,9,16,31,9,72v-8,44,-17,142,-17,183v0,21,-34,35,-36,8v0,-6,10,-79,10,-92v0,-10,-2,-15,-10,-15r-139,11v-15,26,-2,102,-28,115v-6,0,-21,-16,-20,-24v13,-59,26,-155,33,-233v1,-5,7,-14,14,-13v38,7,2,87,5,114v1,11,6,10,20,11v23,0,122,-5,130,-18","w":290},"I":{"d":"34,-39v0,-62,17,-145,28,-205v4,-8,23,-20,29,-6v2,5,4,11,4,17v-8,28,-29,128,-29,164v0,27,16,73,-15,75v-17,-3,-17,-21,-17,-45","w":114,"k":{"A":-28,"a":-35,"c":-7,"o":-28}},"J":{"d":"162,-251v0,-17,31,-19,31,-2v0,91,-7,252,-103,255v-29,1,-91,-35,-92,-57v0,-10,6,-15,18,-15v22,11,53,46,75,42v69,-13,71,-143,71,-223","w":214,"k":{"V":4,"T":28,"W":4,"t":14,"j":-7,"B":-4,"h":4}},"K":{"d":"221,-228v-8,31,-69,78,-112,115v39,27,79,63,120,86v5,1,15,2,28,3v7,27,-22,35,-45,22v-31,-18,-92,-73,-131,-90v-34,3,-9,109,-41,107v-14,-1,-17,-16,-12,-31v8,-23,16,-183,29,-229v5,-17,35,-16,31,8v-7,42,-19,83,-16,121v41,-32,85,-67,112,-109v9,-14,14,-23,18,-23v7,0,21,12,19,20","w":267,"k":{"2":-7,")":-8,"]":-8,"}":-8,"?":-14,"A":-4,"V":-7,"Y":-4,"e":21,"T":4,"*":12,"S":7,"Q":5,"q":-1,"u":-4,"f":-4,"0":4,"y":4,"z":4,"h":4,"b":4,"l":4}},"L":{"d":"42,10v-26,-4,-11,-39,-9,-60r22,-193v2,-19,37,-17,34,2r-17,120v-5,47,-8,74,-8,81v-1,8,2,10,8,10v32,-6,92,-7,138,-16v8,0,15,7,15,15v-1,25,-31,22,-56,20v-43,-3,-86,12,-127,21","w":226,"k":{":":-7,";":-7,"J":-4,"a":4,"v":7,"w":4,"r":17,"u":5,"7":-11,"9":-19}},"M":{"d":"265,-24v0,-16,14,-128,15,-183v-30,28,-86,135,-129,147v-29,-7,-50,-126,-60,-132r-20,89v-12,53,-19,87,-20,104v-5,17,-34,10,-32,-8v7,-66,47,-163,47,-232v0,-10,8,-15,24,-15v36,31,42,124,69,156v6,-2,27,-27,64,-77v40,-56,63,-84,69,-84v40,13,21,16,14,92v-4,42,-16,113,-4,147v0,11,-4,30,-19,26v-12,0,-18,-10,-18,-30","w":340},"N":{"d":"63,-219v-6,-25,21,-37,34,-20v7,59,79,157,110,194v10,-39,32,-146,32,-188v0,-22,8,-27,24,-29v16,9,12,27,6,51v-12,46,-35,146,-32,196v1,20,-31,28,-41,9v-10,-12,-8,-20,-19,-33v-35,-42,-64,-90,-91,-141v-10,36,-26,104,-26,160v0,20,-6,29,-19,34v-15,2,-17,-16,-16,-26v4,-46,36,-158,38,-207","w":290,"k":{"v":-35,"B":-2,"i":-16,"h":-16,"b":-11,"l":4}},"O":{"d":"170,-257v66,0,110,25,108,94v-2,73,-67,134,-117,162v-18,9,-41,14,-69,14v-38,0,-74,-49,-72,-86v6,-86,63,-184,150,-184xm170,-232v-52,-3,-118,100,-118,157v0,30,24,58,51,58v69,0,142,-83,142,-153v0,-45,-34,-59,-75,-62","w":289,"k":{"2":17,"C":5,")":7,"]":7,"}":7,"?":-19,"W":-35,"Z":-14,"*":-4,"t":-6}},"P":{"d":"54,-178v5,-27,-11,-31,-12,-49v4,-19,99,-33,127,-33v45,0,84,20,84,58v0,77,-101,103,-180,121v-11,18,9,94,-22,92v-10,0,-15,-7,-15,-21v2,-36,11,-124,18,-168xm76,-112v57,-8,147,-35,147,-86v0,-51,-90,-38,-135,-21","w":254,"k":{"O":9,"g":4,"o":4,"f":-7,"B":4,"7":4,"x":4,"i":4,"l":4}},"Q":{"d":"193,-265v12,-1,30,18,26,32v26,23,51,59,51,100v0,47,-37,90,-70,111v1,1,9,13,29,34v25,27,25,38,0,48v-24,-12,-34,-50,-57,-68v-65,24,-157,7,-154,-63v4,-91,88,-183,175,-194xm50,-74v-4,49,57,58,101,44v2,-4,-25,-31,-25,-33v1,-7,14,-18,22,-17v19,-3,17,34,36,34v23,1,61,-55,58,-83v6,-37,-41,-100,-65,-102v-66,9,-122,88,-127,157","w":291,"k":{"C":-4,",":-4,".":-4,")":5,"]":5,"}":5,"A":4,"V":4,"Y":4,"a":4,"d":4,"O":6,"t":5,"v":4,"w":6,"Q":4,"n":35,"r":26,"j":12,"7":-18,"9":3,"0":8,"x":10,"y":6,"z":6,"i":5,"l":-11}},"R":{"d":"52,-215v-18,-21,1,-41,25,-33v78,-17,157,-16,157,53v0,47,-49,74,-87,90v11,13,82,67,103,78v17,9,5,30,-8,31v-38,-8,-120,-97,-139,-100v-14,-2,-22,-2,-22,-14v0,-18,23,-19,40,-15v21,-1,86,-38,82,-70v-5,-43,-72,-41,-111,-30v-25,39,-36,155,-30,218v1,7,-10,17,-17,16v-12,0,-19,-10,-19,-30v-1,-47,11,-117,26,-194","k":{"2":26,":":12,";":12,"?":3,"A":8,"V":6,"Y":6,"G":5,"d":-11,"U":-9,"W":-4,"Z":4,"v":5,"w":9,"S":9,"g":11,"Q":7,"o":5,"q":11,"m":11,"p":4,"B":7,"7":-4,"9":4,"z":4,"l":18}},"S":{"d":"156,-258v38,0,73,14,59,50v-3,8,-9,12,-18,12v0,-30,-16,-33,-43,-34v-39,-1,-98,18,-98,50v0,64,150,39,153,108v-9,52,-90,82,-150,87v-34,3,-56,-20,-33,-38v52,24,139,-9,152,-47v-8,-32,-128,-41,-139,-71v-49,-67,50,-117,117,-117","w":229,"k":{"J":7,")":14,"]":14,"}":14,"?":4,"Y":4,"d":18,"O":19,"Z":14,"t":-32,"w":18,"g":14,"Q":21,"m":-21,"r":-28,"u":7,"f":7,"B":25,"9":25,"x":14,"y":7,"z":11,"i":7,"h":4,"b":12,"k":11}},"T":{"d":"194,-249v28,-3,77,-14,82,15v-2,23,-29,8,-52,10v-16,2,-66,2,-72,11v-5,33,-26,160,-11,199v1,9,-6,21,-14,21v-22,-5,-21,-21,-22,-59v0,-23,6,-86,16,-155v0,-4,-2,-6,-7,-6v-34,0,-81,12,-107,-1v-6,-23,7,-22,38,-22v63,-2,80,-6,149,-13","w":241,"k":{",":-7,".":-7,"J":4,"G":4,"d":4,"e":4,"T":5,"t":4,"S":5,"s":-14,"B":-14,"7":7,"9":11,"x":-7,"z":-7,"i":-7,"h":-7,"k":14,"l":-7}},"U":{"d":"62,-102v0,97,115,110,146,42v23,-30,1,-191,45,-191v8,0,12,7,12,20v0,112,-3,248,-140,243v-81,-3,-112,-87,-85,-179v8,-28,4,-65,20,-85v11,-14,25,7,24,17v-6,21,-22,100,-22,133","w":278,"k":{"2":-28,"C":7,",":7,".":7,"J":25,")":5,"]":5,"}":5,"?":25,"V":7,"Y":11,"G":7,"a":4,"c":11,"e":-11,"*":7,"B":-7,"h":-7}},"V":{"d":"126,-43v42,-59,115,-215,145,-221v19,5,15,21,0,37r-108,171v-25,31,-10,53,-51,57v-24,-41,-45,-117,-93,-228v2,-11,9,-24,19,-25v10,0,17,12,21,35v3,23,25,81,67,174","w":258,"k":{"J":-7,"a":-7}},"W":{"d":"264,4v-39,-15,-52,-108,-72,-143v-4,5,-11,17,-22,36v-44,80,-69,120,-74,120v-33,-10,-29,-32,-40,-88r-33,-160v1,-16,24,-27,30,-6v15,48,29,176,44,208v52,-86,50,-74,85,-151v5,-10,17,-14,23,-2v14,29,52,144,59,145v41,-68,63,-139,72,-212v2,-17,28,-16,27,6v-10,97,-46,153,-84,239v-3,4,-10,8,-15,8","w":364,"k":{"e":-14,"g":-7,"r":-4,"s":4,"u":7,"j":-7}},"X":{"d":"37,-240v1,-26,24,-29,35,-2v11,26,32,56,60,89v56,-60,69,-83,108,-109v7,0,18,10,17,17v-18,23,-94,90,-108,116v16,24,49,68,76,82v14,7,35,34,8,40v-46,-10,-66,-61,-106,-103v-33,35,-87,91,-85,100v-8,21,-9,31,-31,32v-9,0,-14,-4,-14,-13v-7,-13,60,-85,113,-141v0,-2,-4,-8,-12,-18v-41,-54,-61,-84,-61,-90","w":264,"k":{"Q":-35,"x":28,"k":18}},"Y":{"d":"115,10v-35,-14,12,-101,-5,-133v-26,-29,-68,-90,-102,-112v-8,-12,2,-23,12,-24v41,7,97,106,114,112r92,-102v13,-18,35,-29,39,-4v-9,29,-88,93,-115,132v-9,12,-16,90,-16,110v0,20,-6,19,-19,21","w":241,"k":{"2":-4,"C":7,":":-7,";":-7,"Z":-4,"u":4,"7":5,"0":4,"x":4,"y":4}},"Z":{"d":"52,-246v61,12,144,-1,205,-8v12,2,11,27,-2,29v-41,40,-91,100,-126,135r-53,53v0,3,2,4,5,4r125,-8v31,0,46,7,46,20v-2,35,-46,5,-70,11v-56,2,-122,4,-164,18v-15,1,-12,-26,-4,-31v40,-25,170,-157,196,-195v-27,-4,-97,8,-133,8v-35,0,-49,-25,-25,-36","w":275,"k":{"2":18,"C":-14,":":4,";":4,"J":14,"?":14,"A":7,"G":-7,"O":4,"T":-7,"U":11,"W":4,"*":12,"t":14,"v":7,"w":7,"S":11,"g":3,"Q":7,"s":2,"u":7,"7":-2}},"[":{"d":"112,-273v42,-6,46,30,8,31r-45,1v-6,3,-1,13,-1,19r-11,277v15,16,61,-19,62,12v1,30,-61,17,-79,29v-25,-5,-5,-47,-12,-75v1,-89,25,-198,2,-274v1,-29,45,-16,76,-20","w":146,"k":{"J":-4,")":4,"]":4,"}":4,"?":4,"A":2,"c":-14,"d":-14,"t":-7,"w":-4,"r":2,"s":7,"9":-4,"x":-4,"i":-7,"k":-4}},"\\":{"d":"188,4v13,21,-3,38,-22,31r-63,-130v-34,-76,-73,-118,-98,-177v8,-21,36,-10,39,12v48,70,106,201,144,264","w":197},"]":{"d":"100,-250v-30,-4,-67,21,-81,-3v2,-14,15,-29,34,-21v34,-5,97,-25,78,28v-27,72,-35,215,-28,315v1,22,-27,13,-44,12v-21,-1,-54,12,-62,-4v-3,-40,38,-17,65,-26v10,-1,10,3,14,-3v2,-103,3,-216,28,-294v0,-3,-1,-4,-4,-4","w":150},"^":{"d":"163,-168v9,12,53,54,22,70v-27,-23,-56,-80,-79,-102v-22,10,-57,77,-68,94v-8,13,-25,2,-24,-10v15,-28,63,-89,80,-117v27,-18,29,26,50,41v7,9,11,17,19,24","w":207},"_":{"d":"161,27v1,19,-33,6,-48,6r-113,3v-7,0,-11,-4,-11,-12v18,-26,83,-3,125,-13v17,5,46,-6,47,16","w":150},"`":{"d":"102,-206v10,13,-8,34,-20,18v-17,-23,-69,-54,-78,-75v3,-8,17,-19,26,-6","w":113},"a":{"d":"173,8v-24,-4,-31,-37,-31,-72v-26,33,-51,66,-93,66v-20,0,-33,-20,-33,-41v0,-54,71,-158,123,-153v14,-3,19,18,29,23v10,0,14,4,14,11v-6,54,-24,113,5,139v6,3,8,6,8,10v0,9,-14,17,-22,17xm60,-27v27,1,88,-77,88,-111v0,-17,-6,-25,-17,-25v-29,0,-85,85,-85,116v0,13,5,20,14,20","w":211},"b":{"d":"36,-21v0,-12,-14,-18,-12,-28v5,-59,30,-186,40,-239v4,-22,38,-33,35,0v-6,63,-30,93,-43,188v22,-41,62,-88,110,-92v19,-2,33,23,33,44v0,66,-67,153,-128,151v-16,0,-35,-10,-35,-24xm171,-139v0,-9,-4,-21,-12,-22v-40,2,-98,80,-108,120v6,11,14,17,22,17v53,-3,92,-66,98,-115","w":209},"c":{"d":"165,-44v-2,21,-63,54,-94,54v-35,0,-54,-22,-54,-57v0,-51,60,-148,104,-148v28,0,50,59,21,73v-15,3,-15,-47,-28,-43v-25,-1,-72,88,-68,117v10,61,82,14,113,-3v4,0,6,2,6,7","w":182},"d":{"d":"226,-30v0,13,-31,34,-48,32v-25,4,-31,-38,-29,-75v-23,38,-54,75,-98,79v-24,2,-37,-21,-37,-48v0,-63,82,-180,148,-122r25,-115v1,-12,11,-19,21,-20v8,0,12,7,12,22v-16,50,-44,150,-44,214v0,45,23,37,44,25v4,0,6,3,6,8xm151,-131v2,-10,-13,-24,-25,-24v-36,0,-84,72,-84,110v0,14,5,22,15,22v42,0,87,-69,94,-108","w":238},"e":{"d":"82,-21v28,3,59,-24,86,-48v4,0,6,3,6,9v0,27,-62,72,-97,69v-38,-3,-59,-24,-59,-63v0,-60,52,-145,108,-141v44,3,33,57,3,81v-19,15,-41,32,-71,49v-22,13,-1,48,24,44xm52,-87v49,-30,74,-53,74,-71v0,-7,-3,-11,-9,-11v-29,4,-59,48,-65,82","w":187},"f":{"d":"68,-140v-10,56,-15,100,-10,148v-9,17,-39,13,-35,-16v-1,-10,15,-102,13,-125v-7,-9,-26,-22,-3,-34v24,-24,18,-100,43,-117v21,-34,86,-33,86,13v0,14,-13,60,-25,39v3,-22,-1,-53,-18,-50v-29,-4,-48,80,-48,106v12,22,72,-7,73,14v1,22,-57,15,-76,22","w":134,"k":{"2":2,"?":-4,"G":-7,"c":-4,"W":-7,"*":-14,"t":-4}},"g":{"d":"80,83v59,-7,58,-82,68,-147v-22,19,-58,59,-99,58v-22,0,-35,-15,-34,-37v3,-70,76,-138,143,-144v20,-2,37,12,39,32v-40,88,-2,255,-119,267v-34,3,-96,-36,-97,-59v0,-5,2,-8,6,-8v24,11,69,41,93,38xm59,-34v46,0,103,-60,103,-107v0,-13,-5,-19,-15,-19v-47,0,-95,65,-102,111v0,7,7,15,14,15","w":206},"h":{"d":"90,-268v2,55,-43,158,-38,215v44,-80,80,-120,108,-120v43,0,22,112,50,137v14,13,7,26,-9,28v-42,2,-36,-84,-44,-117v-2,-7,-6,-11,-11,-11v-13,0,-36,32,-75,96v-16,26,-18,40,-39,47v-17,-2,-20,-14,-15,-35v16,-73,26,-148,34,-221v3,-23,7,-36,19,-42v12,0,20,10,20,23","w":225},"i":{"d":"80,-235v-18,-16,-16,-58,15,-55v5,-1,17,6,17,11v0,19,-13,45,-32,44xm79,-167v-14,62,-29,97,-18,163v-11,21,-35,17,-35,-18v0,-19,14,-95,18,-132v-6,-27,30,-36,35,-13","w":104},"j":{"d":"104,-267v-1,27,-45,38,-46,5v0,-12,5,-21,15,-22v9,2,32,4,31,17xm57,-183v11,-12,37,-4,29,16v-31,76,18,267,-85,279v-24,3,-76,-37,-54,-58v28,18,51,44,74,14v27,-36,19,-164,27,-230v2,-10,5,-17,9,-21","w":116},"k":{"d":"56,-275v8,-21,32,-25,31,0v-2,38,-27,144,-30,193v27,-20,101,-104,129,-104v22,0,15,29,0,35v-13,6,-74,45,-76,59v16,22,50,74,91,71v5,0,7,1,7,5v-1,14,-19,25,-36,24v-37,1,-65,-70,-93,-81v-19,11,-28,22,-24,67v2,19,-35,23,-36,4v13,-51,31,-257,37,-273","w":212},"l":{"d":"48,14v-17,-2,-16,-23,-17,-49v-3,-52,23,-219,37,-248v9,-19,28,-21,30,2v-13,64,-48,182,-32,273v2,10,-9,23,-18,22","w":103},"m":{"d":"190,-12v-40,2,-17,-115,-34,-127v-11,0,-33,33,-70,97v-20,35,-11,43,-45,43v-8,0,-12,-16,-12,-46v0,-16,13,-100,16,-133v0,-8,3,-11,10,-11v45,2,1,106,5,133v32,-28,58,-122,106,-122v35,0,17,76,32,117v21,-5,49,-124,96,-117v51,8,13,119,58,143v7,3,10,7,10,11v-5,20,-38,28,-49,2v-10,-8,-16,-78,-21,-107v-1,-7,-4,-10,-8,-10v-38,13,-51,114,-94,127","w":370},"n":{"d":"235,-33v-1,21,-45,37,-58,13v-13,-6,-10,-120,-34,-115v-45,10,-66,137,-105,137v-14,0,-20,-7,-20,-20v0,-44,14,-89,12,-136v-1,-8,10,-23,17,-23v16,1,16,9,16,28v4,9,-15,77,-12,99v24,-27,63,-161,125,-105v22,20,-1,139,52,113v5,0,7,3,7,9","w":238},"o":{"d":"186,-115v0,56,-59,124,-111,124v-34,0,-56,-31,-56,-64v0,-55,48,-133,104,-133v38,0,63,36,63,73xm119,-160v-38,0,-70,65,-69,101v0,20,9,39,28,40v35,0,78,-51,78,-93v0,-26,-11,-48,-37,-48","w":203},"p":{"d":"86,4v-19,-1,-20,-10,-29,-24v-10,29,-12,101,-27,136v-7,16,-26,0,-29,-8v18,-96,43,-187,36,-270v-3,-34,35,-52,35,-10v0,15,-9,67,-8,76v26,-45,59,-92,110,-97v23,-2,42,21,42,46v0,67,-71,151,-130,151xm185,-135v-1,-14,-6,-25,-19,-27v-29,-4,-97,90,-97,119v0,9,14,18,25,18v34,0,95,-70,91,-110","w":232},"q":{"d":"117,91v2,-39,22,-114,27,-148v-26,26,-51,57,-94,58v-24,0,-35,-23,-35,-48v0,-57,76,-157,132,-152v16,-3,18,18,28,25v11,3,17,9,17,18v0,59,-42,179,-40,251v-2,10,-8,17,-20,16v-10,0,-15,-9,-15,-20xm58,-28v35,2,100,-75,100,-114v0,-18,-7,-27,-21,-27v-34,0,-93,81,-93,119v0,15,5,22,14,22","w":206},"r":{"d":"73,-172v-5,34,-15,55,-14,102v25,-52,44,-105,104,-116v18,-3,36,13,34,31v-3,27,-28,5,-40,1v-35,7,-88,92,-90,142v-1,16,-6,22,-21,22v-30,-14,-13,-104,-11,-146v1,-19,3,-50,25,-49v7,0,13,6,13,13","w":183,"k":{"2":2,"C":5,"?":2,"U":2,"q":11,"r":18,"u":-14,"j":4,"B":14,"7":14,"9":14,"0":7,"x":4,"i":-7}},"s":{"d":"4,-8v1,-17,24,-11,38,-10v22,2,63,-9,70,-22v-10,-32,-89,-40,-89,-80v0,-41,60,-77,92,-81v29,-3,35,31,15,35v-21,-16,-76,16,-77,37v7,41,84,36,87,83v2,38,-71,57,-108,57v-19,0,-28,-6,-28,-19","w":152},"t":{"d":"66,-53v2,65,54,14,79,0v5,0,7,3,7,8v-1,20,-47,53,-74,53v-71,0,-30,-111,-25,-151v-10,-7,-45,7,-45,-19v0,-19,30,-7,46,-11v26,-6,13,-77,41,-82v34,6,2,55,0,78v19,-1,41,-6,60,-5v15,0,20,0,21,11v-4,27,-70,12,-90,24v-2,0,-22,89,-20,94","w":168},"u":{"d":"175,7v-26,-4,-28,-45,-28,-83v-23,36,-48,73,-89,79v-66,-12,-20,-124,-16,-176v7,-17,33,-11,33,6v0,28,-27,83,-25,110v4,52,30,25,56,0v23,-22,40,-75,58,-108v6,-11,26,-8,24,10v-14,45,-24,124,7,149v0,8,-13,14,-20,13","w":219},"v":{"d":"183,-186v12,-7,27,0,26,13v-12,25,-31,28,-54,64v-17,26,-36,57,-57,94v-17,29,-21,39,-41,17v-4,-30,-51,-146,-44,-163v0,-17,6,-25,17,-25v20,0,15,35,17,50v5,29,20,77,31,102r58,-96v19,-26,29,-43,47,-56","w":196},"w":{"d":"238,-4v-52,-5,-49,-54,-75,-112v-20,17,-51,115,-80,127v-31,2,-61,-134,-58,-169v-5,-28,35,-44,38,-13v-11,40,2,117,23,135v20,-18,61,-122,86,-143v18,1,17,15,14,30v-4,27,26,98,41,103v27,-33,33,-141,79,-148v8,0,14,16,8,21v-20,20,-53,127,-65,155v-4,9,-8,14,-11,14","w":317},"x":{"d":"177,-22v4,12,-7,25,-18,25v-16,0,-41,-23,-75,-68v-36,28,-46,56,-63,86v-14,0,-21,-7,-21,-19v-4,-17,33,-58,68,-90v-23,-35,-35,-61,-35,-80v0,-21,18,-32,30,-20v7,27,7,56,29,82v39,-33,55,-58,74,-88v10,-8,27,2,26,15v0,11,-28,44,-85,96v21,29,44,46,70,61","w":193},"y":{"d":"90,82v42,0,63,-96,63,-144v-30,27,-58,47,-94,54v-67,-6,-22,-129,-9,-163v9,-12,32,-7,29,12v-12,27,-26,49,-27,87v0,7,3,34,15,31v52,-16,92,-35,92,-111v0,-23,6,-35,17,-35v14,0,15,8,15,24v0,87,-16,180,-46,239v-30,60,-129,25,-142,-16v0,-9,8,-24,15,-14v16,23,39,36,72,36","w":212},"z":{"d":"55,-30v32,2,147,-40,118,28v-34,-23,-124,-8,-151,12v-10,12,-34,11,-38,-4r23,-24v53,-53,93,-98,121,-133v-19,-8,-110,23,-110,-14v0,-27,30,-7,50,-9v29,3,71,-13,98,-5v4,3,6,6,5,11v-3,10,-34,47,-93,111v-14,15,-22,24,-23,27","w":180},"{":{"d":"134,-243v-49,-12,-49,43,-42,86v7,42,-12,52,-31,69v43,21,-24,180,78,135v10,0,14,3,14,8v-2,21,-27,29,-51,26v-43,-5,-49,-58,-49,-113v0,-19,0,-33,-11,-36v-13,4,-38,17,-39,-5v7,-30,70,-27,65,-65r-9,-61v-2,-40,32,-70,64,-76v22,-5,26,26,11,32","w":152,"k":{"J":-4,")":4,"]":4,"}":4,"?":4,"A":2,"c":-14,"d":-14,"t":-7,"w":-4,"r":2,"s":7,"9":-4,"x":-4,"i":-7,"k":-4}},"|":{"d":"47,-308v0,-13,-5,-53,12,-53v8,0,11,8,11,24r-1,428v0,35,-2,59,-3,70v-2,23,-24,20,-24,4","w":116},"}":{"d":"122,-109v29,0,23,31,4,31v-10,0,-19,-2,-26,-4v-21,24,5,64,5,98v0,41,-18,69,-55,70v-18,0,-29,-5,-31,-17v3,-11,22,-17,37,-12v34,-12,13,-88,11,-124v0,-15,5,-17,16,-21v-59,-16,-5,-92,-5,-138v0,-34,-56,-28,-73,-11v-3,0,-5,-1,-5,-4v0,-24,20,-37,58,-37v51,1,53,73,31,115v-7,14,-9,31,-9,47v8,14,25,7,42,7","w":145},"~":{"d":"268,-165v-14,39,-43,72,-92,71v-36,-2,-48,-54,-91,-50v-27,3,-33,45,-53,58v-28,-6,-10,-48,4,-56v16,-16,56,-42,85,-20v24,19,58,61,98,31v4,-6,19,-45,38,-44v7,0,11,4,11,10","w":280},"\u00a0":{"w":143}}});