
(function(e){function n(f,c){var a=e(c);return a.length<2?a:f.parent().find(c)}function t(f,c){var a=this,l=f.add(a),g=f.children(),k=0,m=c.vertical;j||(j=a);if(g.length>1)g=e(c.items,f);e.extend(a,{getConf:function(){return c},getIndex:function(){return k},getSize:function(){return a.getItems().size()},getNaviButtons:function(){return o.add(p)},getRoot:function(){return f},getItemWrap:function(){return g},getItems:function(){return g.children(c.item).not("."+c.clonedClass)},move:function(b,d){return a.seekTo(k+
b,d)},next:function(b){return a.move(1,b)},prev:function(b){return a.move(-1,b)},begin:function(b){return a.seekTo(0,b)},end:function(b){return a.seekTo(a.getSize()-1,b)},focus:function(){return j=a},addItem:function(b){b=e(b);if(c.circular){e(".cloned:last").before(b);e(".cloned:first").replaceWith(b.clone().addClass(c.clonedClass))}else g.append(b);l.trigger("onAddItem",[b]);return a},seekTo:function(b,d,h){if(c.circular&&b===0&&k==-1&&d!==0)return a;if(!c.circular&&b<0||b>a.getSize()||b<-1)return a;var i=b;if(b.jquery)b=a.getItems().index(b);else i=a.getItems().eq(b);var q=e.Event("onBeforeSeek");if(!h){l.trigger(q,[b,d]);if(q.isDefaultPrevented()||!i.length)return a}i=m?{top:-i.position().top}:{left:-i.position().left};k=b;j=a;if(d===undefined)d=c.speed;g.animate(i,d,c.easing,h||function(){l.trigger("onSeek",[b])});return a}});e.each(["onBeforeSeek","onSeek","onAddItem"],function(b,d){e.isFunction(c[d])&&e(a).bind(d,c[d]);a[d]=function(h){e(a).bind(d,h);return a}});if(c.circular){var r=a.getItems().slice(-1).clone().prependTo(g),s=a.getItems().eq(1).clone().appendTo(g);r.add(s).addClass(c.clonedClass);a.onBeforeSeek(function(b,d,h){if(!b.isDefaultPrevented())if(d==-1){a.seekTo(r,h,function(){a.end(0)});return b.preventDefault()}else d==a.getSize()&&a.seekTo(s,h,function(){a.begin(0)})});a.seekTo(0,0)}var o=n(f,c.prev).click(function(){a.prev()}),p=n(f,c.next).click(function(){a.next()});!c.circular&&a.getSize()>1&&a.onBeforeSeek(function(b,d){setTimeout(function(){if(!b.isDefaultPrevented()){o.toggleClass(c.disabledClass,d<=0);p.toggleClass(c.disabledClass,d>=a.getSize()-1)}},1)});c.mousewheel&&e.fn.mousewheel&&f.mousewheel(function(b,d){if(c.mousewheel){a.move(d<0?1:-1,c.wheelSpeed||50);return false}});c.keyboard&&e(document).bind("keydown.scrollable",function(b){if(!(!c.keyboard||b.altKey||b.ctrlKey||e(b.target).is(":input")))if(!(c.keyboard!="static"&&j!=a)){var d=b.keyCode;if(m&&(d==38||d==40)){a.move(d==38?-1:1);return b.preventDefault()}if(!m&&(d==37||d==39)){a.move(d==37?-1:1);return b.preventDefault()}}});e(a).trigger("onBeforeSeek",[c.initialIndex])}e.tools=e.tools||{version:"1.2.3"};e.tools.scrollable={conf:{activeClass:"active",circular:false,clonedClass:"cloned",disabledClass:"disabled",easing:"swing",initialIndex:0,item:null,items:".items",keyboard:true,mousewheel:false,next:".next",prev:".prev",speed:400,vertical:false,wheelSpeed:0}};var j;e.fn.scrollable=function(f){var c=this.data("scrollable");if(c)return c;f=e.extend({},e.tools.scrollable.conf,f);this.each(function(){c=new t(e(this),f);e(this).data("scrollable",c)});return f.api?c:this}})(jQuery);(function(c){var g=c.tools.scrollable;g.autoscroll={conf:{autoplay:true,interval:3E3,autopause:true}};c.fn.autoscroll=function(d){if(typeof d=="number")d={interval:d};var b=c.extend({},g.autoscroll.conf,d),h;this.each(function(){var a=c(this).data("scrollable");if(a)h=a;var e,i,f=true;a.play=function(){if(!e){f=false;e=setInterval(function(){a.next()},b.interval);a.next()}};a.pause=function(){e=clearInterval(e)};a.stop=function(){a.pause();f=true};b.autopause&&a.getRoot().add(a.getNaviButtons()).hover(function(){a.pause();clearInterval(i)},function(){f||(i=setTimeout(a.play,b.interval))});b.autoplay&&setTimeout(a.play,b.interval)});return b.api?h:this}})(jQuery);(function(d){function p(c,g){var h=d(g);return h.length<2?h:c.parent().find(g)}var m=d.tools.scrollable;m.navigator={conf:{navi:".navi",naviItem:null,activeClass:"active",indexed:false,idPrefix:null,history:false}};d.fn.navigator=function(c){if(typeof c=="string")c={navi:c};c=d.extend({},m.navigator.conf,c);var g;this.each(function(){function h(a,b,i){e.seekTo(b);if(j){if(location.hash)location.hash=a.attr("href").replace("#","")}else return i.preventDefault()}function f(){return k.find(c.naviItem||"> *")}function n(a){var b=d("<"+(c.naviItem||"a")+"/>").click(function(i){h(d(this),a,i)}).attr("href","#"+a);a===0&&b.addClass(l);c.indexed&&b.text(a+1);c.idPrefix&&b.attr("id",c.idPrefix+a);return b.appendTo(k)}function o(a,b){a=f().eq(b.replace("#",""));a.length||(a=f().filter("[href="+b+"]"));a.click()}var e=d(this).data("scrollable"),k=p(e.getRoot(),c.navi),q=e.getNaviButtons(),l=c.activeClass,j=c.history&&d.fn.history;if(e)g=e;e.getNaviButtons=function(){return q.add(k)};f().length?f().each(function(a){d(this).click(function(b){h(d(this),a,b)})}):d.each(e.getItems(),function(a){n(a)});e.onBeforeSeek(function(a,b){setTimeout(function(){if(!a.isDefaultPrevented()){var i=f().eq(b);!a.isDefaultPrevented()&&i.length&&f().removeClass(l).eq(b).addClass(l)}},1)});e.onAddItem(function(a,b){b=n(e.getItems().index(b));j&&b.history(o)});j&&f().history(o)});return c.api?g:this}})(jQuery);jQuery.easing['jswing']=jQuery.easing['swing'];jQuery.extend(jQuery.easing,{def:'easeOutQuad',swing:function(x,t,b,c,d){return jQuery.easing[jQuery.easing.def](x,t,b,c,d);},easeInQuad:function(x,t,b,c,d){return c*(t/=d)*t+b;},easeOutQuad:function(x,t,b,c,d){return-c*(t/=d)*(t-2)+b;},easeInOutQuad:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t+b;return-c/2*((--t)*(t-2)-1)+b;},easeInCubic:function(x,t,b,c,d){return c*(t/=d)*t*t+b;},easeOutCubic:function(x,t,b,c,d){return c*((t=t/d-1)*t*t+1)+b;},easeInOutCubic:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t+b;return c/2*((t-=2)*t*t+2)+b;},easeInQuart:function(x,t,b,c,d){return c*(t/=d)*t*t*t+b;},easeOutQuart:function(x,t,b,c,d){return-c*((t=t/d-1)*t*t*t-1)+b;},easeInOutQuart:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t+b;return-c/2*((t-=2)*t*t*t-2)+b;},easeInQuint:function(x,t,b,c,d){return c*(t/=d)*t*t*t*t+b;},easeOutQuint:function(x,t,b,c,d){return c*((t=t/d-1)*t*t*t*t+1)+b;},easeInOutQuint:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t*t+b;return c/2*((t-=2)*t*t*t*t+2)+b;},easeInSine:function(x,t,b,c,d){return-c*Math.cos(t/d*(Math.PI/2))+c+b;},easeOutSine:function(x,t,b,c,d){return c*Math.sin(t/d*(Math.PI/2))+b;},easeInOutSine:function(x,t,b,c,d){return-c/2*(Math.cos(Math.PI*t/d)-1)+b;},easeInExpo:function(x,t,b,c,d){return(t==0)?b:c*Math.pow(2,10*(t/d-1))+b;},easeOutExpo:function(x,t,b,c,d){return(t==d)?b+c:c*(-Math.pow(2,-10*t/d)+1)+b;},easeInOutExpo:function(x,t,b,c,d){if(t==0)return b;if(t==d)return b+c;if((t/=d/2)<1)return c/2*Math.pow(2,10*(t-1))+b;return c/2*(-Math.pow(2,-10*--t)+2)+b;},easeInCirc:function(x,t,b,c,d){return-c*(Math.sqrt(1-(t/=d)*t)-1)+b;},easeOutCirc:function(x,t,b,c,d){return c*Math.sqrt(1-(t=t/d-1)*t)+b;},easeInOutCirc:function(x,t,b,c,d){if((t/=d/2)<1)return-c/2*(Math.sqrt(1-t*t)-1)+b;return c/2*(Math.sqrt(1-(t-=2)*t)+1)+b;},easeInElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;},easeOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b;},easeInOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d/2)==2)return b+c;if(!p)p=d*(.3*1.5);if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);if(t<1)return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b;},easeInBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b;},easeOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b;},easeInOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;if((t/=d/2)<1)return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b;},easeInBounce:function(x,t,b,c,d){return c-jQuery.easing.easeOutBounce(x,d-t,0,c,d)+b;},easeOutBounce:function(x,t,b,c,d){if((t/=d)<(1/2.75)){return c*(7.5625*t*t)+b;}else if(t<(2/2.75)){return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b;}else if(t<(2.5/2.75)){return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b;}else{return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b;}},easeInOutBounce:function(x,t,b,c,d){if(t<d/2)return jQuery.easing.easeInBounce(x,t*2,0,c,d)*.5+b;return jQuery.easing.easeOutBounce(x,t*2-d,0,c,d)*.5+c*.5+b;}});(function(b){var m,u,x,g,D,i,z,A,B,p=0,e={},q=[],n=0,c={},j=[],E=null,s=new Image,G=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,S=/[^\.]\.(swf)\s*$/i,H,I=1,k,l,h=false,y=b.extend(b("<div/>")[0],{prop:0}),v=0,O=!b.support.opacity&&!window.XMLHttpRequest,J=function(){u.hide();s.onerror=s.onload=null;E&&E.abort();m.empty()},P=function(){b.fancybox('<p id="fancybox_error">The requested content cannot be loaded.<br />Please try again later.</p>',{scrolling:"no",padding:20,transitionIn:"none",transitionOut:"none"})},K=function(){return[b(window).width(),b(window).height(),b(document).scrollLeft(),b(document).scrollTop()]},T=function(){var a=K(),d={},f=c.margin,o=c.autoScale,t=(20+f)*2,w=(20+f)*2,r=c.padding*2;if(c.width.toString().indexOf("%")>-1){d.width=a[0]*parseFloat(c.width)/100-40;o=false}else d.width=c.width+r;if(c.height.toString().indexOf("%")>-1){d.height=a[1]*parseFloat(c.height)/100-40;o=false}else d.height=c.height+r;if(o&&(d.width>a[0]-t||d.height>a[1]-w))if(e.type=="image"||e.type=="swf"){t+=r;w+=r;o=Math.min(Math.min(a[0]-t,c.width)/c.width,Math.min(a[1]-w,c.height)/c.height);d.width=Math.round(o*(d.width-r))+r;d.height=Math.round(o*(d.height-r))+r}else{d.width=Math.min(d.width,a[0]-t);d.height=Math.min(d.height,a[1]-w)}d.top=a[3]+(a[1]-(d.height+40))*0.5;d.left=a[2]+(a[0]-(d.width+40))*0.5;if(c.autoScale===false){d.top=Math.max(a[3]+f,d.top);d.left=Math.max(a[2]+f,d.left)}return d},U=function(a){if(a&&a.length)switch(c.titlePosition){case"inside":return a;case"over":return'<span id="fancybox-title-over">'+
a+"</span>";default:return'<span id="fancybox-title-wrap"><span id="fancybox-title-left"></span><span id="fancybox-title-main">'+a+'</span><span id="fancybox-title-right"></span></span>'}return false},V=function(){var a=c.title,d=l.width-c.padding*2,f="fancybox-title-"+c.titlePosition;b("#fancybox-title").remove();v=0;if(c.titleShow!==false){a=b.isFunction(c.titleFormat)?c.titleFormat(a,j,n,c):U(a);if(!(!a||a==="")){b('<div id="fancybox-title" class="'+f+'" />').css({width:d,paddingLeft:c.padding,paddingRight:c.padding}).html(a).appendTo("body");switch(c.titlePosition){case"inside":v=b("#fancybox-title").outerHeight(true)-c.padding;l.height+=v;break;case"over":b("#fancybox-title").css("bottom",c.padding);break;default:b("#fancybox-title").css("bottom",b("#fancybox-title").outerHeight(true)*-1);break}b("#fancybox-title").appendTo(D).hide()}}},W=function(){b(document).unbind("keydown.fb").bind("keydown.fb",function(a){if(a.keyCode==27&&c.enableEscapeButton){a.preventDefault();b.fancybox.close()}else if(a.keyCode==37){a.preventDefault();b.fancybox.prev()}else if(a.keyCode==39){a.preventDefault();b.fancybox.next()}});if(b.fn.mousewheel){g.unbind("mousewheel.fb");j.length>1&&g.bind("mousewheel.fb",function(a,d){a.preventDefault();h||d===0||(d>0?b.fancybox.prev():b.fancybox.next())})}if(c.showNavArrows){if(c.cyclic&&j.length>1||n!==0)A.show();if(c.cyclic&&j.length>1||n!=j.length-1)B.show()}},X=function(){var a,d;if(j.length-1>n){a=j[n+1].href;if(typeof a!=="undefined"&&a.match(G)){d=new Image;d.src=a}}if(n>0){a=j[n-1].href;if(typeof a!=="undefined"&&a.match(G)){d=new Image;d.src=a}}},L=function(){i.css("overflow",c.scrolling=="auto"?c.type=="image"||c.type=="iframe"||c.type=="swf"?"hidden":"auto":c.scrolling=="yes"?"auto":"visible");if(!b.support.opacity){i.get(0).style.removeAttribute("filter");g.get(0).style.removeAttribute("filter")}b("#fancybox-title").show();c.hideOnContentClick&&i.one("click",b.fancybox.close);c.hideOnOverlayClick&&x.one("click",b.fancybox.close);c.showCloseButton&&z.show();W();b(window).bind("resize.fb",b.fancybox.center);c.centerOnScroll?b(window).bind("scroll.fb",b.fancybox.center):b(window).unbind("scroll.fb");b.isFunction(c.onComplete)&&c.onComplete(j,n,c);h=false;X()},M=function(a){var d=Math.round(k.width+(l.width-k.width)*a),f=Math.round(k.height+(l.height-k.height)*a),o=Math.round(k.top+(l.top-k.top)*a),t=Math.round(k.left+(l.left-k.left)*a);g.css({width:d+"px",height:f+"px",top:o+"px",left:t+"px"});d=Math.max(d-c.padding*2,0);f=Math.max(f-(c.padding*2+v*a),0);i.css({width:d+"px",height:f+"px"});if(typeof l.opacity!=="undefined")g.css("opacity",a<0.5?0.5:a)},Y=function(a){var d=a.offset();d.top+=parseFloat(a.css("paddingTop"))||0;d.left+=parseFloat(a.css("paddingLeft"))||0;d.top+=parseFloat(a.css("border-top-width"))||0;d.left+=parseFloat(a.css("border-left-width"))||0;d.width=a.width();d.height=a.height();return d},Q=function(){var a=e.orig?b(e.orig):false,d={};if(a&&a.length){a=Y(a);d={width:a.width+c.padding*2,height:a.height+c.padding*2,top:a.top-c.padding-20,left:a.left-c.padding-
20}}else{a=K();d={width:1,height:1,top:a[3]+a[1]*0.5,left:a[2]+a[0]*0.5}}return d},N=function(){u.hide();if(g.is(":visible")&&b.isFunction(c.onCleanup))if(c.onCleanup(j,n,c)===false){b.event.trigger("fancybox-cancel");h=false;return}j=q;n=p;c=e;i.get(0).scrollTop=0;i.get(0).scrollLeft=0;if(c.overlayShow){O&&b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"});x.css({"background-color":c.overlayColor,opacity:c.overlayOpacity}).unbind().show()}l=T();V();if(g.is(":visible")){b(z.add(A).add(B)).hide();var a=g.position(),d;k={top:a.top,left:a.left,width:g.width(),height:g.height()};d=k.width==l.width&&k.height==l.height;i.fadeOut(c.changeFade,function(){var f=function(){i.html(m.contents()).fadeIn(c.changeFade,L)};b.event.trigger("fancybox-change");i.empty().css("overflow","hidden");if(d){i.css({top:c.padding,left:c.padding,width:Math.max(l.width-c.padding*2,1),height:Math.max(l.height-c.padding*2-v,1)});f()}else{i.css({top:c.padding,left:c.padding,width:Math.max(k.width-c.padding*2,1),height:Math.max(k.height-c.padding*2,1)});y.prop=0;b(y).animate({prop:1},{duration:c.changeSpeed,easing:c.easingChange,step:M,complete:f})}})}else{g.css("opacity",1);if(c.transitionIn=="elastic"){k=Q();i.css({top:c.padding,left:c.padding,width:Math.max(k.width-c.padding*2,1),height:Math.max(k.height-c.padding*2,1)}).html(m.contents());g.css(k).show();if(c.opacity)l.opacity=0;y.prop=0;b(y).animate({prop:1},{duration:c.speedIn,easing:c.easingIn,step:M,complete:L})}else{i.css({top:c.padding,left:c.padding,width:Math.max(l.width-c.padding*2,1),height:Math.max(l.height-c.padding*2-v,1)}).html(m.contents());g.css(l).fadeIn(c.transitionIn=="none"?0:c.speedIn,L)}}},F=function(){m.width(e.width);m.height(e.height);if(e.width=="auto")e.width=m.width();if(e.height=="auto")e.height=m.height();N()},Z=function(){h=true;e.width=s.width;e.height=s.height;b("<img />").attr({id:"fancybox-img",src:s.src,alt:e.title}).appendTo(m);N()},C=function(){J();var a=q[p],d,f,o,t,w;e=b.extend({},b.fn.fancybox.defaults,typeof b(a).data("fancybox")=="undefined"?e:b(a).data("fancybox"));o=a.title||b(a).title||e.title||"";if(a.nodeName&&!e.orig)e.orig=b(a).children("img:first").length?b(a).children("img:first"):b(a);if(o===""&&e.orig)o=e.orig.attr("alt");d=a.nodeName&&/^(?:javascript|#)/i.test(a.href)?e.href||null:e.href||a.href||null;if(e.type){f=e.type;if(!d)d=e.content}else if(e.content)f="html";else if(d)if(d.match(G))f="image";else if(d.match(S))f="swf";else if(b(a).hasClass("iframe"))f="iframe";else if(d.match(/#/)){a=d.substr(d.indexOf("#"));f=b(a).length>0?"inline":"ajax"}else f="ajax";else f="inline";e.type=f;e.href=d;e.title=o;if(e.autoDimensions&&e.type!=="iframe"&&e.type!=="swf"){e.width="auto";e.height="auto"}if(e.modal){e.overlayShow=true;e.hideOnOverlayClick=false;e.hideOnContentClick=false;e.enableEscapeButton=false;e.showCloseButton=false}if(b.isFunction(e.onStart))if(e.onStart(q,p,e)===false){h=false;return}m.css("padding",20+e.padding+e.margin);b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(i.children())});switch(f){case"html":m.html(e.content);F();break;case"inline":b('<div class="fancybox-inline-tmp" />').hide().insertBefore(b(a)).bind("fancybox-cleanup",function(){b(this).replaceWith(i.children())}).bind("fancybox-cancel",function(){b(this).replaceWith(m.children())});b(a).appendTo(m);F();break;case"image":h=false;b.fancybox.showActivity();s=new Image;s.onerror=function(){P()};s.onload=function(){s.onerror=null;s.onload=null;Z()};s.src=d;break;case"swf":t='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+e.width+'" height="'+e.height+'"><param name="movie" value="'+d+'"></param>';w="";b.each(e.swf,function(r,R){t+='<param name="'+r+'" value="'+R+'"></param>';w+=" "+r+'="'+R+'"'});t+='<embed src="'+d+'" type="application/x-shockwave-flash" width="'+e.width+'" height="'+e.height+'"'+w+"></embed></object>";m.html(t);F();break;case"ajax":a=d.split("#",2);f=e.ajax.data||{};if(a.length>1){d=a[0];if(typeof f=="string")f+="&selector="+a[1];else f.selector=a[1]}h=false;b.fancybox.showActivity();E=b.ajax(b.extend(e.ajax,{url:d,data:f,error:P,success:function(r){if(E.status==200){m.html(r);F()}}}));break;case"iframe":b('<iframe id="fancybox-frame" name="fancybox-frame'+(new Date).getTime()+'" frameborder="0" hspace="0" scrolling="'+e.scrolling+'" src="'+e.href+'"></iframe>').appendTo(m);N();break}},$=function(){if(u.is(":visible")){b("div",u).css("top",I*-40+"px");I=(I+1)%12}else clearInterval(H)},aa=function(){if(!b("#fancybox-wrap").length){b("body").append(m=b('<div id="fancybox-tmp"></div>'),u=b('<div id="fancybox-loading"><div></div></div>'),x=b('<div id="fancybox-overlay"></div>'),g=b('<div id="fancybox-wrap"></div>'));if(!b.support.opacity){g.addClass("fancybox-ie");u.addClass("fancybox-ie")}D=b('<div id="fancybox-outer"></div>').append('<div class="fancy-bg" id="fancy-bg-n"></div><div class="fancy-bg" id="fancy-bg-ne"></div><div class="fancy-bg" id="fancy-bg-e"></div><div class="fancy-bg" id="fancy-bg-se"></div><div class="fancy-bg" id="fancy-bg-s"></div><div class="fancy-bg" id="fancy-bg-sw"></div><div class="fancy-bg" id="fancy-bg-w"></div><div class="fancy-bg" id="fancy-bg-nw"></div>').appendTo(g);D.append(i=b('<div id="fancybox-inner"></div>'),z=b('<a id="fancybox-close"></a>'),A=b('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),B=b('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));z.click(b.fancybox.close);u.click(b.fancybox.cancel);A.click(function(a){a.preventDefault();b.fancybox.prev()});B.click(function(a){a.preventDefault();b.fancybox.next()});if(O){x.get(0).style.setExpression("height","document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'");u.get(0).style.setExpression("top","(-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'");D.prepend('<iframe id="fancybox-hide-sel-frame" src="javascript:\'\';" scrolling="no" frameborder="0" ></iframe>')}}};b.fn.fancybox=function(a){b(this).data("fancybox",b.extend({},a,b.metadata?b(this).metadata():{})).unbind("click.fb").bind("click.fb",function(d){d.preventDefault();if(!h){h=true;b(this).blur();q=[];p=0;d=b(this).attr("rel")||"";if(!d||d==""||d==="nofollow")q.push(this);else{q=b("a[rel="+d+"], area[rel="+d+"]");p=q.index(this)}C();return false}});return this};b.fancybox=function(a,d){if(!h){h=true;d=typeof d!=="undefined"?d:{};q=[];p=d.index||0;if(b.isArray(a)){for(var f=0,o=a.length;f<o;f++)if(typeof a[f]=="object")b(a[f]).data("fancybox",b.extend({},d,a[f]));else a[f]=b({}).data("fancybox",b.extend({content:a[f]},d));q=jQuery.merge(q,a)}else{if(typeof a=="object")b(a).data("fancybox",b.extend({},d,a));else a=b({}).data("fancybox",b.extend({content:a},d));q.push(a)}if(p>q.length||p<0)p=0;C()}};b.fancybox.showActivity=function(){clearInterval(H);u.show();H=setInterval($,66)};b.fancybox.hideActivity=function(){u.hide()};b.fancybox.next=function(){return b.fancybox.pos(n+1)};b.fancybox.prev=function(){return b.fancybox.pos(n-
1)};b.fancybox.pos=function(a){if(!h){a=parseInt(a,10);if(a>-1&&j.length>a){p=a;C()}if(c.cyclic&&j.length>1&&a<0){p=j.length-1;C()}if(c.cyclic&&j.length>1&&a>=j.length){p=0;C()}}};b.fancybox.cancel=function(){if(!h){h=true;b.event.trigger("fancybox-cancel");J();e&&b.isFunction(e.onCancel)&&e.onCancel(q,p,e);h=false}};b.fancybox.close=function(){function a(){x.fadeOut("fast");g.hide();b.event.trigger("fancybox-cleanup");i.empty();b.isFunction(c.onClosed)&&c.onClosed(j,n,c);j=e=[];n=p=0;c=e={};h=false}
if(!(h||g.is(":hidden"))){h=true;if(c&&b.isFunction(c.onCleanup))if(c.onCleanup(j,n,c)===false){h=false;return}J();b(z.add(A).add(B)).hide();b("#fancybox-title").remove();g.add(i).add(x).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");i.css("overflow","hidden");if(c.transitionOut=="elastic"){k=Q();var d=g.position();l={top:d.top,left:d.left,width:g.width(),height:g.height()};if(c.opacity)l.opacity=1;y.prop=1;b(y).animate({prop:0},{duration:c.speedOut,easing:c.easingOut,step:M,complete:a})}else g.fadeOut(c.transitionOut=="none"?0:c.speedOut,a)}};b.fancybox.resize=function(){var a,d;if(!(h||g.is(":hidden"))){h=true;a=i.wrapInner("<div style='overflow:auto'></div>").children();d=a.height();g.css({height:d+c.padding*2+v});i.css({height:d});a.replaceWith(a.children());b.fancybox.center()}};b.fancybox.center=function(){h=true;var a=K(),d=c.margin,f={};f.top=a[3]+(a[1]-(g.height()-v+40))*0.5;f.left=a[2]+(a[0]-(g.width()+40))*0.5;f.top=Math.max(a[3]+d,f.top);f.left=Math.max(a[2]+
d,f.left);g.css(f);h=false};b.fn.fancybox.defaults={padding:10,margin:20,opacity:false,modal:false,cyclic:false,scrolling:"auto",width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:"transparent"},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.3,overlayColor:"#666",titleShow:true,titlePosition:"outside",titleFormat:null,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",easingIn:"swing",easingOut:"swing",showCloseButton:true,showNavArrows:true,enableEscapeButton:true,onStart:null,onCancel:null,onComplete:null,onCleanup:null,onClosed:null};b(document).ready(function(){aa()})})(jQuery);var Cufon=(function(){var api=function(){return api.replace.apply(null,arguments);};var DOM=api.DOM={ready:(function(){var complete=false,readyStatus={loaded:1,complete:1};var queue=[],perform=function(){if(complete)return;complete=true;for(var fn;fn=queue.shift();fn());};if(document.addEventListener){document.addEventListener('DOMContentLoaded',perform,false);window.addEventListener('pageshow',perform,false);}
if(!window.opera&&document.readyState)(function(){readyStatus[document.readyState]?perform():setTimeout(arguments.callee,10);})();if(document.readyState&&document.createStyleSheet)(function(){try{document.body.doScroll('left');perform();}
catch(e){setTimeout(arguments.callee,1);}})();addEvent(window,'load',perform);return function(listener){if(!arguments.length)perform();else complete?listener():queue.push(listener);};})(),root:function(){return document.documentElement||document.body;}};var CSS=api.CSS={Size:function(value,base){this.value=parseFloat(value);this.unit=String(value).match(/[a-z%]*$/)[0]||'px';this.convert=function(value){return value/base*this.value;};this.convertFrom=function(value){return value/this.value*base;};this.toString=function(){return this.value+this.unit;};},addClass:function(el,className){var current=el.className;el.className=current+(current&&' ')+className;return el;},color:cached(function(value){var parsed={};parsed.color=value.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function($0,$1,$2){parsed.opacity=parseFloat($2);return'rgb('+$1+')';});return parsed;}),fontStretch:cached(function(value){if(typeof value=='number')return value;if(/%$/.test(value))return parseFloat(value)/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}[value]||1;}),getStyle:function(el){var view=document.defaultView;if(view&&view.getComputedStyle)return new Style(view.getComputedStyle(el,null));if(el.currentStyle)return new Style(el.currentStyle);return new Style(el.style);},gradient:cached(function(value){var gradient={id:value,type:value.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},colors=value.substr(value.indexOf('(')).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var i=0,l=colors.length,stop;i<l;++i){stop=colors[i].split('=',2).reverse();gradient.stops.push([stop[1]||i/(l-1),stop[0]]);}
return gradient;}),quotedList:cached(function(value){var list=[],re=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,match;while(match=re.exec(value))list.push(match[3]||match[1]);return list;}),recognizesMedia:cached(function(media){var el=document.createElement('style'),sheet,container,supported;el.type='text/css';el.media=media;try{el.appendChild(document.createTextNode('/**/'));}catch(e){}
container=elementsByTagName('head')[0];container.insertBefore(el,container.firstChild);sheet=(el.sheet||el.styleSheet);supported=sheet&&!sheet.disabled;container.removeChild(el);return supported;}),removeClass:function(el,className){var re=RegExp('(?:^|\\s+)'+className+'(?=\\s|$)','g');el.className=el.className.replace(re,'');return el;},supports:function(property,value){var checker=document.createElement('span').style;if(checker[property]===undefined)return false;checker[property]=value;return checker[property]===value;},textAlign:function(word,style,position,wordCount){if(style.get('textAlign')=='right'){if(position>0)word=' '+word;}
else if(position<wordCount-1)word+=' ';return word;},textShadow:cached(function(value){if(value=='none')return null;var shadows=[],currentShadow={},result,offCount=0;var re=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(result=re.exec(value)){if(result[0]==','){shadows.push(currentShadow);currentShadow={};offCount=0;}
else if(result[1]){currentShadow.color=result[1];}
else{currentShadow[['offX','offY','blur'][offCount++]]=result[2];}}
shadows.push(currentShadow);return shadows;}),textTransform:(function(){var map={uppercase:function(s){return s.toUpperCase();},lowercase:function(s){return s.toLowerCase();},capitalize:function(s){return s.replace(/(?:^|\s)./g,function($0){return $0.toUpperCase();});}};return function(text,style){var transform=map[style.get('textTransform')];return transform?transform(text):text;};})(),whiteSpace:(function(){var ignore={inline:1,'inline-block':1,'run-in':1};var wsStart=/^\s+/,wsEnd=/\s+$/;return function(text,style,node,previousElement,simple){if(simple)return text.replace(wsStart,'').replace(wsEnd,'');if(previousElement){if(previousElement.nodeName.toLowerCase()=='br'){text=text.replace(wsStart,'');}}
if(ignore[style.get('display')])return text;if(!node.previousSibling)text=text.replace(wsStart,'');if(!node.nextSibling)text=text.replace(wsEnd,'');return text;};})()};CSS.ready=(function(){var complete=!CSS.recognizesMedia('all'),hasLayout=false;var queue=[],perform=function(){complete=true;for(var fn;fn=queue.shift();fn());};var links=elementsByTagName('link'),styles=elementsByTagName('style');function isContainerReady(el){return el.disabled||isSheetReady(el.sheet,el.media||'screen');}
function isSheetReady(sheet,media){if(!CSS.recognizesMedia(media||'all'))return true;if(!sheet||sheet.disabled)return false;try{var rules=sheet.cssRules,rule;if(rules){search:for(var i=0,l=rules.length;rule=rules[i],i<l;++i){switch(rule.type){case 2:break;case 3:if(!isSheetReady(rule.styleSheet,rule.media.mediaText))return false;break;default:break search;}}}}
catch(e){}
return true;}
function allStylesLoaded(){if(document.createStyleSheet)return true;var el,i;for(i=0;el=links[i];++i){if(el.rel.toLowerCase()=='stylesheet'&&!isContainerReady(el))return false;}
for(i=0;el=styles[i];++i){if(!isContainerReady(el))return false;}
return true;}
DOM.ready(function(){if(!hasLayout)hasLayout=CSS.getStyle(document.body).isUsable();if(complete||(hasLayout&&allStylesLoaded()))perform();else setTimeout(arguments.callee,10);});return function(listener){if(complete)listener();else queue.push(listener);};})();function Font(data){var face=this.face=data.face,wordSeparators={'\u0020':1,'\u00a0':1,'\u3000':1};this.glyphs=(function(glyphs){var key,fallbacks={'\u2011':'\u002d','\u00ad':'\u2011'};for(key in fallbacks){if(!hasOwnProperty(fallbacks,key))continue;if(!glyphs[key])glyphs[key]=glyphs[fallbacks[key]];}
return glyphs;})(data.glyphs);this.w=data.w;this.baseSize=parseInt(face['units-per-em'],10);this.family=face['font-family'].toLowerCase();this.weight=face['font-weight'];this.style=face['font-style']||'normal';this.viewBox=(function(){var parts=face.bbox.split(/\s+/);var box={minX:parseInt(parts[0],10),minY:parseInt(parts[1],10),maxX:parseInt(parts[2],10),maxY:parseInt(parts[3],10)};box.width=box.maxX-box.minX;box.height=box.maxY-box.minY;box.toString=function(){return[this.minX,this.minY,this.width,this.height].join(' ');};return box;})();this.ascent=-parseInt(face.ascent,10);this.descent=-parseInt(face.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(chars,letterSpacing,wordSpacing){var glyphs=this.glyphs,glyph,kerning,k,jumps=[],width=0,w,i=-1,j=-1,chr;while(chr=chars[++i]){glyph=glyphs[chr]||this.missingGlyph;if(!glyph)continue;if(kerning){width-=k=kerning[chr]||0;jumps[j]-=k;}
w=glyph.w;if(isNaN(w))w=+this.w;if(w>0){w+=letterSpacing;if(wordSeparators[chr])w+=wordSpacing;}
width+=jumps[++j]=~~w;kerning=glyph.k;}
jumps.total=width;return jumps;};}
function FontFamily(){var styles={},mapping={oblique:'italic',italic:'oblique'};this.add=function(font){(styles[font.style]||(styles[font.style]={}))[font.weight]=font;};this.get=function(style,weight){var weights=styles[style]||styles[mapping[style]]||styles.normal||styles.italic||styles.oblique;if(!weights)return null;weight={normal:400,bold:700}[weight]||parseInt(weight,10);if(weights[weight])return weights[weight];var up={1:1,99:0}[weight%100],alts=[],min,max;if(up===undefined)up=weight>400;if(weight==500)weight=400;for(var alt in weights){if(!hasOwnProperty(weights,alt))continue;alt=parseInt(alt,10);if(!min||alt<min)min=alt;if(!max||alt>max)max=alt;alts.push(alt);}
if(weight<min)weight=min;if(weight>max)weight=max;alts.sort(function(a,b){return(up?(a>=weight&&b>=weight)?a<b:a>b:(a<=weight&&b<=weight)?a>b:a<b)?-1:1;});return weights[alts[0]];};}
function HoverHandler(){function contains(node,anotherNode){try{if(node.contains)return node.contains(anotherNode);return node.compareDocumentPosition(anotherNode)&16;}
catch(e){}
return false;}
function onOverOut(e){var related=e.relatedTarget;if(related&&contains(this,related))return;trigger(this,e.type=='mouseover');}
function onEnterLeave(e){trigger(this,e.type=='mouseenter');}
function trigger(el,hoverState){setTimeout(function(){var options=sharedStorage.get(el).options;api.replace(el,hoverState?merge(options,options.hover):options,true);},10);}
this.attach=function(el){if(el.onmouseenter===undefined){addEvent(el,'mouseover',onOverOut);addEvent(el,'mouseout',onOverOut);}
else{addEvent(el,'mouseenter',onEnterLeave);addEvent(el,'mouseleave',onEnterLeave);}};}
function ReplaceHistory(){var list=[],map={};function filter(keys){var values=[],key;for(var i=0;key=keys[i];++i)values[i]=list[map[key]];return values;}
this.add=function(key,args){map[key]=list.push(args)-1;};this.repeat=function(){var snapshot=arguments.length?filter(arguments):list,args;for(var i=0;args=snapshot[i++];)api.replace(args[0],args[1],true);};}
function Storage(){var map={},at=0;function identify(el){return el.cufid||(el.cufid=++at);}
this.get=function(el){var id=identify(el);return map[id]||(map[id]={});};}
function Style(style){var custom={},sizes={};this.extend=function(styles){for(var property in styles){if(hasOwnProperty(styles,property))custom[property]=styles[property];}
return this;};this.get=function(property){return custom[property]!=undefined?custom[property]:style[property];};this.getSize=function(property,base){return sizes[property]||(sizes[property]=new CSS.Size(this.get(property),base));};this.isUsable=function(){return!!style;};}
function addEvent(el,type,listener){if(el.addEventListener){el.addEventListener(type,listener,false);}
else if(el.attachEvent){el.attachEvent('on'+type,function(){return listener.call(el,window.event);});}}
function attach(el,options){var storage=sharedStorage.get(el);if(storage.options)return el;if(options.hover&&options.hoverables[el.nodeName.toLowerCase()]){hoverHandler.attach(el);}
storage.options=options;return el;}
function cached(fun){var cache={};return function(key){if(!hasOwnProperty(cache,key))cache[key]=fun.apply(null,arguments);return cache[key];};}
function getFont(el,style){var families=CSS.quotedList(style.get('fontFamily').toLowerCase()),family;for(var i=0;family=families[i];++i){if(fonts[family])return fonts[family].get(style.get('fontStyle'),style.get('fontWeight'));}
return null;}
function elementsByTagName(query){return document.getElementsByTagName(query);}
function hasOwnProperty(obj,property){return obj.hasOwnProperty(property);}
function merge(){var merged={},arg,key;for(var i=0,l=arguments.length;arg=arguments[i],i<l;++i){for(key in arg){if(hasOwnProperty(arg,key))merged[key]=arg[key];}}
return merged;}
function process(font,text,style,options,node,el){var fragment=document.createDocumentFragment(),processed;if(text==='')return fragment;var separate=options.separate;var parts=text.split(separators[separate]),needsAligning=(separate=='words');if(needsAligning&&HAS_BROKEN_REGEXP){if(/^\s/.test(text))parts.unshift('');if(/\s$/.test(text))parts.push('');}
for(var i=0,l=parts.length;i<l;++i){processed=engines[options.engine](font,needsAligning?CSS.textAlign(parts[i],style,i,l):parts[i],style,options,node,el,i<l-1);if(processed)fragment.appendChild(processed);}
return fragment;}
function replaceElement(el,options){var name=el.nodeName.toLowerCase();if(options.ignore[name])return;if(options.onBeforeReplace)options.onBeforeReplace(el,options);var replace=!options.textless[name],simple=(options.trim==='simple');var style=CSS.getStyle(attach(el,options)).extend(options);if(parseFloat(style.get('fontSize'))===0)return;var font=getFont(el,style),node,type,next,anchor,text,lastElement;var isShy=options.softHyphens,anyShy=false,pos,shy,reShy=/\u00ad/g;var modifyText=options.modifyText;if(!font)return;for(node=el.firstChild;node;node=next){type=node.nodeType;next=node.nextSibling;if(replace&&type==3){if(isShy&&el.nodeName.toLowerCase()!=TAG_SHY){pos=node.data.indexOf('\u00ad');if(pos>=0){node.splitText(pos);next=node.nextSibling;next.deleteData(0,1);shy=document.createElement(TAG_SHY);shy.appendChild(document.createTextNode('\u00ad'));el.insertBefore(shy,next);next=shy;anyShy=true;}}
if(anchor){anchor.appendData(node.data);el.removeChild(node);}
else anchor=node;if(next)continue;}
if(anchor){text=anchor.data;if(!isShy)text=text.replace(reShy,'');text=CSS.whiteSpace(text,style,anchor,lastElement,simple);if(modifyText)text=modifyText(text,anchor,el,options);el.replaceChild(process(font,text,style,options,node,el),anchor);anchor=null;}
if(type==1){if(node.firstChild){if(node.nodeName.toLowerCase()=='cufon'){engines[options.engine](font,null,style,options,node,el);}
else arguments.callee(node,options);}
lastElement=node;}}
if(isShy&&anyShy){updateShy(el);if(!trackingShy)addEvent(window,'resize',updateShyOnResize);trackingShy=true;}
if(options.onAfterReplace)options.onAfterReplace(el,options);}
function updateShy(context){var shys,shy,parent,glue,newGlue,next,prev,i;shys=context.getElementsByTagName(TAG_SHY);for(i=0;shy=shys[i];++i){shy.className=C_SHY_DISABLED;glue=parent=shy.parentNode;if(glue.nodeName.toLowerCase()!=TAG_GLUE){newGlue=document.createElement(TAG_GLUE);newGlue.appendChild(shy.previousSibling);parent.insertBefore(newGlue,shy);newGlue.appendChild(shy);}
else{glue=glue.parentNode;if(glue.nodeName.toLowerCase()==TAG_GLUE){parent=glue.parentNode;while(glue.firstChild){parent.insertBefore(glue.firstChild,glue);}
parent.removeChild(glue);}}}
for(i=0;shy=shys[i];++i){shy.className='';glue=shy.parentNode;parent=glue.parentNode;next=glue.nextSibling||parent.nextSibling;prev=(next.nodeName.toLowerCase()==TAG_GLUE)?glue:shy.previousSibling;if(prev.offsetTop>=next.offsetTop){shy.className=C_SHY_DISABLED;if(prev.offsetTop<next.offsetTop){newGlue=document.createElement(TAG_GLUE);parent.insertBefore(newGlue,glue);newGlue.appendChild(glue);newGlue.appendChild(next);}}}}
function updateShyOnResize(){if(ignoreResize)return;CSS.addClass(DOM.root(),C_VIEWPORT_RESIZING);clearTimeout(shyTimer);shyTimer=setTimeout(function(){ignoreResize=true;CSS.removeClass(DOM.root(),C_VIEWPORT_RESIZING);updateShy(document);ignoreResize=false;},100);}
var HAS_BROKEN_REGEXP=' '.split(/\s+/).length==0;var TAG_GLUE='cufonglue';var TAG_SHY='cufonshy';var C_SHY_DISABLED='cufon-shy-disabled';var C_VIEWPORT_RESIZING='cufon-viewport-resizing';var sharedStorage=new Storage();var hoverHandler=new HoverHandler();var replaceHistory=new ReplaceHistory();var initialized=false;var trackingShy=false;var shyTimer;var ignoreResize=false;var engines={},fonts={},defaultOptions={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,noscript:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},modifyText:null,onAfterReplace:null,onBeforeReplace:null,printable:true,selector:(window.Sizzle||(window.jQuery&&function(query){return jQuery(query);})||(window.dojo&&dojo.query)||(window.glow&&glow.dom&&glow.dom.get)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(query){return $$(query);})||(window.$&&function(query){return $(query);})||(document.querySelectorAll&&function(query){return document.querySelectorAll(query);})||elementsByTagName),separate:'words',softHyphens:true,textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:'none',trim:'advanced'};var separators={words:/\s/.test('\u00a0')?/[^\S\u00a0]+/:/\s+/,characters:'',none:/^/};api.now=function(){DOM.ready();return api;};api.refresh=function(){replaceHistory.repeat.apply(replaceHistory,arguments);return api;};api.registerEngine=function(id,engine){if(!engine)return api;engines[id]=engine;return api.set('engine',id);};api.registerFont=function(data){if(!data)return api;var font=new Font(data),family=font.family;if(!fonts[family])fonts[family]=new FontFamily();fonts[family].add(font);return api.set('fontFamily','"'+family+'"');};api.replace=function(elements,options,ignoreHistory){options=merge(defaultOptions,options);if(!options.engine)return api;if(!initialized){CSS.addClass(DOM.root(),'cufon-active cufon-loading');CSS.ready(function(){CSS.addClass(CSS.removeClass(DOM.root(),'cufon-loading'),'cufon-ready');});initialized=true;}
if(options.hover)options.forceHitArea=true;if(options.autoDetect)delete options.fontFamily;if(typeof options.textShadow=='string'){options.textShadow=CSS.textShadow(options.textShadow);}
if(typeof options.color=='string'&&/^-/.test(options.color)){options.textGradient=CSS.gradient(options.color);}
else delete options.textGradient;if(!ignoreHistory)replaceHistory.add(elements,arguments);if(elements.nodeType||typeof elements=='string')elements=[elements];CSS.ready(function(){for(var i=0,l=elements.length;i<l;++i){var el=elements[i];if(typeof el=='string')api.replace(options.selector(el),options,true);else replaceElement(el,options);}});return api;};api.set=function(option,value){defaultOptions[option]=value;return api;};return api;})();Cufon.registerEngine('vml',(function(){var ns=document.namespaces;if(!ns)return;ns.add('cvml','urn:schemas-microsoft-com:vml');ns=null;var check=document.createElement('cvml:shape');check.style.behavior='url(#default#VML)';if(!check.coordsize)return;check=null;var HAS_BROKEN_LINEHEIGHT=(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:'+
(HAS_BROKEN_LINEHEIGHT?'middle':'text-bottom')+';}'+'cufon cufontext{position:absolute;left:-10000in;font-size:1px;text-align:left;}'+'cufonshy.cufon-shy-disabled,.cufon-viewport-resizing cufonshy{display:none;}'+'cufonglue{white-space:nowrap;display:inline-block;}'+'.cufon-viewport-resizing cufonglue{white-space:normal;}'+'a cufon{cursor:pointer}'+'}'+'@media print{'+'cufon cufoncanvas{display:none;}'+'}'+'</style>').replace(/;/g,'!important;'));function getFontSizeInPixels(el,value){return getSizeInPixels(el,/(?:em|ex|%)$|^[a-z-]+$/i.test(value)?'1em':value);}
function getSizeInPixels(el,value){if(!isNaN(value)||/px$/i.test(value))return parseFloat(value);var style=el.style.left,runtimeStyle=el.runtimeStyle.left;el.runtimeStyle.left=el.currentStyle.left;el.style.left=value.replace('%','em');var result=el.style.pixelLeft;el.style.left=style;el.runtimeStyle.left=runtimeStyle;return result;}
function getSpacingValue(el,style,size,property){var key='computed'+property,value=style[key];if(isNaN(value)){value=style.get(property);style[key]=value=(value=='normal')?0:~~size.convertFrom(getSizeInPixels(el,value));}
return value;}
var fills={};function gradientFill(gradient){var id=gradient.id;if(!fills[id]){var stops=gradient.stops,fill=document.createElement('cvml:fill'),colors=[];fill.type='gradient';fill.angle=180;fill.focus='0';fill.method='none';fill.color=stops[0][1];for(var j=1,k=stops.length-1;j<k;++j){colors.push(stops[j][0]*100+'% '+stops[j][1]);}
fill.colors=colors.join(',');fill.color2=stops[k][1];fills[id]=fill;}
return fills[id];}
return function(font,text,style,options,node,el,hasNext){var redraw=(text===null);if(redraw)text=node.alt;var viewBox=font.viewBox;var size=style.computedFontSize||(style.computedFontSize=new Cufon.CSS.Size(getFontSizeInPixels(el,style.get('fontSize'))+'px',font.baseSize));var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('cufon');wrapper.className='cufon cufon-vml';wrapper.alt=text;canvas=document.createElement('cufoncanvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('cufontext');print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}
if(!hasNext)wrapper.appendChild(document.createElement('cvml:shape'));}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height),roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var minX=viewBox.minX,minY=viewBox.minY;cStyle.height=roundedHeight;cStyle.top=Math.round(size.convert(minY-font.ascent));cStyle.left=Math.round(size.convert(minX));wStyle.height=size.convert(font.height)+'px';var color=style.get('color');var chars=Cufon.CSS.textTransform(text,style).split('');var jumps=font.spacing(chars,getSpacingValue(el,style,size,'letterSpacing'),getSpacingValue(el,style,size,'wordSpacing'));if(!jumps.length)return null;var width=jumps.total;var fullWidth=-minX+width+(viewBox.width-jumps[jumps.length-1]);var shapeWidth=size.convert(fullWidth*stretchFactor),roundedShapeWidth=Math.round(shapeWidth);var coordSize=fullWidth+','+viewBox.height,coordOrigin;var stretch='r'+coordSize+'ns';var fill=options.textGradient&&gradientFill(options.textGradient);var glyphs=font.glyphs,offsetX=0;var shadows=options.textShadow;var i=-1,j=0,chr;while(chr=chars[++i]){var glyph=glyphs[chars[i]]||font.missingGlyph,shape;if(!glyph)continue;if(redraw){shape=canvas.childNodes[j];while(shape.firstChild)shape.removeChild(shape.firstChild);}
else{shape=document.createElement('cvml:shape');canvas.appendChild(shape);}
shape.stroked='f';shape.coordsize=coordSize;shape.coordorigin=coordOrigin=(minX-offsetX)+','+minY;shape.path=(glyph.d?'m'+glyph.d+'xe':'')+'m'+coordOrigin+stretch;shape.fillcolor=color;if(fill)shape.appendChild(fill.cloneNode(false));var sStyle=shape.style;sStyle.width=roundedShapeWidth;sStyle.height=roundedHeight;if(shadows){var shadow1=shadows[0],shadow2=shadows[1];var color1=Cufon.CSS.color(shadow1.color),color2;var shadow=document.createElement('cvml:shadow');shadow.on='t';shadow.color=color1.color;shadow.offset=shadow1.offX+','+shadow1.offY;if(shadow2){color2=Cufon.CSS.color(shadow2.color);shadow.type='double';shadow.color2=color2.color;shadow.offset2=shadow2.offX+','+shadow2.offY;}
shadow.opacity=color1.opacity||(color2&&color2.opacity)||1;shape.appendChild(shadow);}
offsetX+=jumps[j++];}
var cover=shape.nextSibling,coverFill,vStyle;if(options.forceHitArea){if(!cover){cover=document.createElement('cvml:rect');cover.stroked='f';cover.className='cufon-vml-cover';coverFill=document.createElement('cvml:fill');coverFill.opacity=0;cover.appendChild(coverFill);canvas.appendChild(cover);}
vStyle=cover.style;vStyle.width=roundedShapeWidth;vStyle.height=roundedHeight;}
else if(cover)canvas.removeChild(cover);wStyle.width=Math.max(Math.ceil(size.convert(width*stretchFactor)),0);if(HAS_BROKEN_LINEHEIGHT){var yAdjust=style.computedYAdjust;if(yAdjust===undefined){var lineHeight=style.get('lineHeight');if(lineHeight=='normal')lineHeight='1em';else if(!isNaN(lineHeight))lineHeight+='em';style.computedYAdjust=yAdjust=0.5*(getSizeInPixels(el,lineHeight)-parseFloat(wStyle.height));}
if(yAdjust){wStyle.marginTop=Math.ceil(yAdjust)+'px';wStyle.marginBottom=yAdjust+'px';}}
return wrapper;};})());Cufon.registerEngine('canvas',(function(){var check=document.createElement('canvas');if(!check||!check.getContext||!check.getContext.apply)return;check=null;var HAS_INLINE_BLOCK=Cufon.CSS.supports('display','inline-block');var HAS_BROKEN_LINEHEIGHT=!HAS_INLINE_BLOCK&&(document.compatMode=='BackCompat'||/frameset|transitional/i.test(document.doctype.publicId));var styleSheet=document.createElement('style');styleSheet.type='text/css';styleSheet.appendChild(document.createTextNode(('cufon{text-indent:0;}'+'@media screen,projection{'+'cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;'+
(HAS_BROKEN_LINEHEIGHT?'':'font-size:1px;line-height:1px;')+'}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;text-align:left;text-indent:-10000in;}'+
(HAS_INLINE_BLOCK?'cufon canvas{position:relative;}':'cufon canvas{position:absolute;}')+'cufonshy.cufon-shy-disabled,.cufon-viewport-resizing cufonshy{display:none;}'+'cufonglue{white-space:nowrap;display:inline-block;}'+'.cufon-viewport-resizing cufonglue{white-space:normal;}'+'}'+'@media print{'+'cufon{padding:0;}'+'cufon canvas{display:none;}'+'}').replace(/;/g,'!important;')));document.getElementsByTagName('head')[0].appendChild(styleSheet);function generateFromVML(path,context){var atX=0,atY=0;var code=[],re=/([mrvxe])([^a-z]*)/g,match;generate:for(var i=0;match=re.exec(path);++i){var c=match[2].split(',');switch(match[1]){case'v':code[i]={m:'bezierCurveTo',a:[atX+~~c[0],atY+~~c[1],atX+~~c[2],atY+~~c[3],atX+=~~c[4],atY+=~~c[5]]};break;case'r':code[i]={m:'lineTo',a:[atX+=~~c[0],atY+=~~c[1]]};break;case'm':code[i]={m:'moveTo',a:[atX=~~c[0],atY=~~c[1]]};break;case'x':code[i]={m:'closePath'};break;case'e':break generate;}
context[code[i].m].apply(context,code[i].a);}
return code;}
function interpret(code,context){for(var i=0,l=code.length;i<l;++i){var line=code[i];context[line.m].apply(context,line.a);}}
return function(font,text,style,options,node,el){var redraw=(text===null);if(redraw)text=node.getAttribute('alt');var viewBox=font.viewBox;var size=style.getSize('fontSize',font.baseSize);var expandTop=0,expandRight=0,expandBottom=0,expandLeft=0;var shadows=options.textShadow,shadowOffsets=[];if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];var x=size.convertFrom(parseFloat(shadow.offX));var y=size.convertFrom(parseFloat(shadow.offY));shadowOffsets[i]=[x,y];if(y<expandTop)expandTop=y;if(x>expandRight)expandRight=x;if(y>expandBottom)expandBottom=y;if(x<expandLeft)expandLeft=x;}}
var chars=Cufon.CSS.textTransform(text,style).split('');var jumps=font.spacing(chars,~~size.convertFrom(parseFloat(style.get('letterSpacing'))||0),~~size.convertFrom(parseFloat(style.get('wordSpacing'))||0));if(!jumps.length)return null;var width=jumps.total;expandRight+=viewBox.width-jumps[jumps.length-1];expandLeft+=viewBox.minX;var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('cufon');wrapper.className='cufon cufon-canvas';wrapper.setAttribute('alt',text);canvas=document.createElement('canvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('cufontext');print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height);var roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var stretchedWidth=width*stretchFactor;var canvasWidth=Math.ceil(size.convert(stretchedWidth+expandRight-expandLeft));var canvasHeight=Math.ceil(size.convert(viewBox.height-expandTop+expandBottom));canvas.width=canvasWidth;canvas.height=canvasHeight;cStyle.width=canvasWidth+'px';cStyle.height=canvasHeight+'px';expandTop+=viewBox.minY;cStyle.top=Math.round(size.convert(expandTop-font.ascent))+'px';cStyle.left=Math.round(size.convert(expandLeft))+'px';var wrapperWidth=Math.max(Math.ceil(size.convert(stretchedWidth)),0)+'px';if(HAS_INLINE_BLOCK){wStyle.width=wrapperWidth;wStyle.height=size.convert(font.height)+'px';}
else{wStyle.paddingLeft=wrapperWidth;wStyle.paddingBottom=(size.convert(font.height)-1)+'px';}
var g=canvas.getContext('2d'),scale=height/viewBox.height;g.scale(scale,scale*roundingFactor);g.translate(-expandLeft,-expandTop);g.save();function renderText(){var glyphs=font.glyphs,glyph,i=-1,j=-1,chr;g.scale(stretchFactor,1);while(chr=chars[++i]){var glyph=glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;if(glyph.d){g.beginPath();if(glyph.code)interpret(glyph.code,g);else glyph.code=generateFromVML('m'+glyph.d,g);g.fill();}
g.translate(jumps[++j],0);}
g.restore();}
if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];g.save();g.fillStyle=shadow.color;g.translate.apply(g,shadowOffsets[i]);renderText();}}
var gradient=options.textGradient;if(gradient){var stops=gradient.stops,fill=g.createLinearGradient(0,viewBox.minY,0,viewBox.maxY);for(var i=0,l=stops.length;i<l;++i){fill.addColorStop.apply(fill,stops[i]);}
g.fillStyle=fill;}
else g.fillStyle=style.get('color');renderText();return wrapper;};})());Cufon.registerFont({"w":232,"face":{"font-family":"Gotham Book","font-weight":325,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 4 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-8 -324 383 59.1584","underline-thickness":"7.2","underline-position":"-40.68","stemh":"25","stemv":"28","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":108},"A":{"d":"14,0r115,-254r27,0r114,254r-30,0r-30,-67r-137,0r-30,67r-29,0xm84,-92r115,0r-57,-129","w":284},"B":{"d":"36,-252v81,2,188,-17,189,63v0,33,-20,50,-40,59v30,9,54,26,54,61v0,43,-36,69,-91,69r-112,0r0,-252xm64,-140v56,-1,132,11,132,-45v0,-50,-79,-41,-132,-41r0,86xm64,-26v59,-1,146,11,146,-45v0,-52,-89,-43,-146,-43r0,88","w":259,"k":{"?":2,"&":-1,"v":4,"X":7,"V":7,"T":6,"W":5,"Y":11,"\u00dd":11,"w":4,"y":4,"\u00fd":4,"\u00ff":4}},"C":{"d":"151,4v-73,0,-127,-57,-127,-130v0,-71,54,-130,128,-130v46,0,73,16,98,40r-19,21v-21,-20,-45,-35,-79,-35v-56,0,-98,45,-98,104v0,97,122,138,179,68r19,18v-26,27,-55,44,-101,44","w":265,"k":{"X":4,"v":4,"x":4,"Y":4,"\u00dd":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"d":4,"g":4,"q":4,"c":4,"e":4,"o":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f0":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f8":4,"\u00f5":4,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d8":7,"\u00d5":7,"-":4}},"D":{"d":"36,0r0,-252r87,0v79,0,134,54,134,126v0,71,-55,126,-134,126r-87,0xm64,-26v93,10,164,-21,164,-100v0,-56,-41,-100,-105,-100r-59,0r0,200","w":281,"k":{"V":16,"X":20,"\\":14,"?":7,"x":4,"J":14,"}":7,"]":7,")":11,"\/":14,"T":18,"W":13,"Y":23,"\u00dd":23,"\u00c6":17,"A":17,"\u00c1":17,"\u00c2":17,"\u00c4":17,"\u00c0":17,"\u00c5":17,"\u00c3":17,"Z":16,".":14,",":14,"S":4}},"E":{"d":"36,0r0,-252r182,0r0,26r-154,0r0,86r138,0r0,26r-138,0r0,88r156,0r0,26r-184,0","w":241,"k":{"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"d":4,"g":4,"q":4,"c":4,"e":4,"o":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f0":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f8":4,"\u00f5":4}},"F":{"d":"36,0r0,-252r181,0r0,26r-153,0r0,90r137,0r0,26r-137,0r0,110r-28,0","w":236,"k":{"\/":25,"?":-4,"&":9,"v":5,"J":40,"w":4,"y":5,"\u00fd":5,"\u00ff":5,"\u00c6":29,"A":29,"\u00c1":29,"\u00c2":29,"\u00c4":29,"\u00c0":29,"\u00c5":29,"\u00c3":29,"Z":4,"\u00bb":5,".":36,",":36,"a":9,"\u00e1":9,"\u00e2":9,"\u00e4":9,"\u00e6":9,"\u00e0":9,"\u00e5":9,"\u00e3":9,"d":4,"g":4,"q":4,"c":5,"e":5,"o":5,"\u00e7":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"\u00f0":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"C":5,"G":5,"O":5,"Q":5,"\u00c7":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d8":5,"\u00d5":5,"s":4,"z":5}},"G":{"d":"153,4v-79,0,-129,-57,-129,-130v0,-69,51,-130,127,-130v42,0,69,12,94,33r-19,22v-19,-17,-40,-29,-76,-29v-56,0,-96,47,-96,104v0,60,39,105,100,105v29,0,55,-11,72,-25r0,-63r-76,0r0,-26r104,0r0,101v-23,21,-59,38,-101,38","w":282,"k":{"V":8,"X":4,"\\":5,"?":4,"v":2,"T":6,"W":6,"Y":11,"\u00dd":11,"y":2,"\u00fd":2,"\u00ff":2,"a":-4,"\u00e1":-4,"\u00e2":-4,"\u00e4":-4,"\u00e6":-4,"\u00e0":-4,"\u00e5":-4,"\u00e3":-4}},"H":{"d":"36,0r0,-252r28,0r0,112r146,0r0,-112r28,0r0,252r-28,0r0,-113r-146,0r0,113r-28,0","w":273},"I":{"d":"38,0r0,-252r29,0r0,252r-29,0","w":104},"J":{"d":"167,-84v11,99,-124,112,-156,43r21,-18v25,51,107,51,107,-24r0,-169r28,0r0,168","w":199,"k":{"J":7,"\u00c6":9,"A":9,"\u00c1":9,"\u00c2":9,"\u00c4":9,"\u00c0":9,"\u00c5":9,"\u00c3":9,".":5,",":5}},"K":{"d":"36,0r0,-252r28,0r0,150r145,-150r37,0r-108,110r112,142r-35,0r-97,-122r-54,54r0,68r-28,0","w":258,"k":{"V":11,"v":22,"&":3,"T":4,"W":11,"Y":13,"\u00dd":13,"w":18,"y":18,"\u00fd":18,"\u00ff":18,"\u00c6":2,"A":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"a":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e6":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"d":9,"g":9,"q":9,"c":11,"e":11,"o":11,"\u00e7":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00f0":11,"\u00f3":11,"\u00f4":11,"\u00f6":11,"\u00f2":11,"\u00f8":11,"\u00f5":11,"C":18,"G":18,"O":18,"Q":18,"\u00c7":18,"\u00d3":18,"\u00d4":18,"\u00d6":18,"\u00d2":18,"\u00d8":18,"\u00d5":18,"\u00ab":7,"f":7,"t":9,"u":7,"\u00fa":7,"\u00fb":7,"\u00fc":7,"\u00f9":7,"S":4,"-":18,"U":5,"\u00da":5,"\u00db":5,"\u00dc":5,"\u00d9":5}},"L":{"d":"36,0r0,-252r28,0r0,226r142,0r0,26r-170,0","w":222,"k":{"V":41,"*":29,"\\":43,"?":22,"v":22,"&":3,"T":36,"W":36,"Y":47,"\u00dd":47,"w":18,"y":22,"\u00fd":22,"\u00ff":22,"d":2,"g":2,"q":2,"c":4,"e":4,"o":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f0":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f8":4,"\u00f5":4,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d8":14,"\u00d5":14,"f":7,"t":7,"-":14,"U":7,"\u00da":7,"\u00db":7,"\u00dc":7,"\u00d9":7,"\u00ae":32}},"M":{"d":"36,0r0,-252r28,0r92,138r92,-138r29,0r0,252r-29,0r0,-204r-91,135r-2,0r-92,-135r0,204r-27,0","w":312},"N":{"d":"36,0r0,-252r26,0r159,202r0,-202r28,0r0,252r-23,0r-163,-207r0,207r-27,0","w":284},"O":{"d":"153,4v-77,0,-129,-60,-129,-130v0,-69,52,-130,129,-130v77,0,129,60,129,130v0,69,-52,130,-129,130xm153,-22v58,0,99,-46,99,-104v0,-57,-41,-104,-99,-104v-58,0,-99,46,-99,104v0,57,41,104,99,104","w":306,"k":{"V":15,"X":18,"\\":14,"?":7,"x":2,"J":11,"}":7,"]":7,")":11,"\/":14,"T":17,"W":13,"Y":22,"\u00dd":22,"\u00c6":15,"A":15,"\u00c1":15,"\u00c2":15,"\u00c4":15,"\u00c0":15,"\u00c5":15,"\u00c3":15,"Z":14,".":14,",":14,"S":2}},"P":{"d":"36,0r0,-252r94,0v57,0,94,30,94,81v-1,76,-77,88,-160,82r0,89r-28,0xm64,-115v62,3,131,1,131,-56v0,-59,-69,-57,-131,-55r0,111","w":240,"k":{"\/":22,"&":5,"v":-4,"X":11,"V":4,"J":36,"W":2,"Y":4,"\u00dd":4,"w":-4,"y":-4,"\u00fd":-4,"\u00ff":-4,"\u00c6":25,"A":25,"\u00c1":25,"\u00c2":25,"\u00c4":25,"\u00c0":25,"\u00c5":25,"\u00c3":25,"Z":5,".":36,",":36,"a":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e6":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"c":2,"e":2,"o":2,"\u00e7":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"\u00f0":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f8":2,"\u00f5":2,"\u00ab":-4,"f":-5,"t":-5,"u":-2,"\u00fa":-2,"\u00fb":-2,"\u00fc":-2,"\u00f9":-2}},"Q":{"d":"265,8r-33,-31v-21,17,-48,27,-79,27v-77,0,-129,-60,-129,-130v0,-69,52,-130,129,-130v114,0,167,136,98,215r34,27xm54,-127v0,82,93,135,157,86r-46,-40r19,-21r46,42v51,-62,8,-170,-77,-170v-58,0,-99,46,-99,103","w":306,"k":{")":4,"?":7,"V":15,"T":17,"W":13,"Y":23,"\u00dd":23}},"R":{"d":"36,-252v90,0,200,-15,199,76v0,42,-28,66,-68,73r77,103r-35,0r-73,-98r-72,0r0,98r-28,0r0,-252xm64,-123v63,1,142,8,142,-53v0,-58,-81,-51,-142,-50r0,103","w":260,"k":{"V":7,"J":2,"T":3,"W":5,"Y":9,"\u00dd":9,"d":2,"g":2,"q":2,"c":4,"e":4,"o":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f0":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f8":4,"\u00f5":4,"f":-4,"t":-4}},"S":{"d":"208,-68v-2,89,-141,89,-189,31r18,-21v26,24,51,36,86,36v34,0,56,-18,56,-44v0,-23,-12,-35,-65,-47v-58,-13,-85,-32,-85,-74v0,-78,126,-88,172,-38r-17,22v-34,-36,-126,-39,-126,14v0,24,13,37,68,49v56,12,82,33,82,72","w":230,"k":{"V":11,"X":9,"\\":7,"?":4,"v":5,"x":5,"T":5,"W":9,"Y":11,"\u00dd":11,"w":4,"y":5,"\u00fd":5,"\u00ff":5,"\u00c6":5,"A":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5,"Z":4,"z":2,"f":2,"t":2,"S":4}},"T":{"d":"102,0r0,-226r-84,0r0,-26r198,0r0,26r-85,0r0,226r-29,0","w":233,"k":{"v":31,"x":31,"J":40,"\/":32,"&":23,"j":12,"w":30,"y":31,"\u00fd":31,"\u00ff":31,"\u00c6":32,"A":32,"\u00c1":32,"\u00c2":32,"\u00c4":32,"\u00c0":32,"\u00c5":32,"\u00c3":32,"Z":6,"\u00bb":25,".":36,",":36,"a":46,"\u00e1":46,"\u00e2":46,"\u00e4":46,"\u00e6":46,"\u00e0":46,"\u00e5":46,"\u00e3":46,"d":42,"g":42,"q":42,"c":46,"e":46,"o":46,"\u00e7":46,"\u00e9":46,"\u00ea":46,"\u00eb":46,"\u00e8":46,"\u00f0":46,"\u00f3":46,"\u00f4":46,"\u00f6":46,"\u00f2":46,"\u00f8":46,"\u00f5":46,"C":17,"G":17,"O":17,"Q":17,"\u00c7":17,"\u00d3":17,"\u00d4":17,"\u00d6":17,"\u00d2":17,"\u00d8":17,"\u00d5":17,"s":39,"z":37,"\u00ab":32,"f":16,"t":15,"u":31,"\u00fa":31,"\u00fb":31,"\u00fc":31,"\u00f9":31,"S":5,":":14,";":14,"-":32,"b":6,"h":6,"k":6,"l":6,"m":32,"n":32,"p":32,"r":32,"\u00f1":32,"i":12,"\u00ed":12,"\u00ee":12,"\u00ef":12,"\u00ec":12}},"U":{"d":"136,4v-62,0,-104,-38,-104,-109r0,-147r28,0r0,145v0,54,29,85,77,85v46,0,76,-28,76,-83r0,-147r29,0r0,144v0,73,-43,112,-106,112","w":273,"k":{"X":4,"x":2,"J":7,"\/":5,"\u00c6":9,"A":9,"\u00c1":9,"\u00c2":9,"\u00c4":9,"\u00c0":9,"\u00c5":9,"\u00c3":9,".":5,",":5}},"V":{"d":"122,2r-108,-254r32,0r89,217r90,-217r31,0r-108,254r-26,0","w":270,"k":{"\/":43,"&":18,"x":18,"v":14,"j":7,"X":7,"V":4,"J":43,"W":4,"Y":7,"\u00dd":7,"w":13,"y":14,"\u00fd":14,"\u00ff":14,"\u00c6":36,"A":36,"\u00c1":36,"\u00c2":36,"\u00c4":36,"\u00c0":36,"\u00c5":36,"\u00c3":36,"Z":4,"\u00bb":14,".":43,",":43,"a":25,"\u00e1":25,"\u00e2":25,"\u00e4":25,"\u00e6":25,"\u00e0":25,"\u00e5":25,"\u00e3":25,"d":23,"g":23,"q":23,"c":25,"e":25,"o":25,"\u00e7":25,"\u00e9":25,"\u00ea":25,"\u00eb":25,"\u00e8":25,"\u00f0":25,"\u00f3":25,"\u00f4":25,"\u00f6":25,"\u00f2":25,"\u00f8":25,"\u00f5":25,"C":15,"G":15,"O":15,"Q":15,"\u00c7":15,"\u00d3":15,"\u00d4":15,"\u00d6":15,"\u00d2":15,"\u00d8":15,"\u00d5":15,"s":22,"z":20,"\u00ab":22,"f":9,"t":7,"u":14,"\u00fa":14,"\u00fb":14,"\u00fc":14,"\u00f9":14,"S":9,":":7,";":7,"-":14,"b":4,"h":4,"k":4,"l":4,"m":14,"n":14,"p":14,"r":14,"\u00f1":14,"i":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7}},"W":{"d":"106,2r-90,-254r31,0r72,210r69,-211r24,0r69,211r72,-210r30,0r-90,254r-24,0r-70,-205r-69,205r-24,0","w":398,"k":{"V":4,"X":5,"v":13,"x":14,"J":38,"\/":36,"&":15,"j":5,"W":4,"Y":7,"\u00dd":7,"w":13,"y":13,"\u00fd":13,"\u00ff":13,"\u00c6":32,"A":32,"\u00c1":32,"\u00c2":32,"\u00c4":32,"\u00c0":32,"\u00c5":32,"\u00c3":32,"Z":4,"\u00bb":13,".":36,",":36,"a":25,"\u00e1":25,"\u00e2":25,"\u00e4":25,"\u00e6":25,"\u00e0":25,"\u00e5":25,"\u00e3":25,"d":22,"g":22,"q":22,"c":23,"e":23,"o":23,"\u00e7":23,"\u00e9":23,"\u00ea":23,"\u00eb":23,"\u00e8":23,"\u00f0":23,"\u00f3":23,"\u00f4":23,"\u00f6":23,"\u00f2":23,"\u00f8":23,"\u00f5":23,"C":13,"G":13,"O":13,"Q":13,"\u00c7":13,"\u00d3":13,"\u00d4":13,"\u00d6":13,"\u00d2":13,"\u00d8":13,"\u00d5":13,"s":22,"z":20,"\u00ab":18,"f":11,"t":9,"u":13,"\u00fa":13,"\u00fb":13,"\u00fc":13,"\u00f9":13,"S":7,":":5,";":5,"-":13,"b":4,"h":4,"k":4,"l":4,"m":13,"n":13,"p":13,"r":13,"\u00f1":13,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5}},"X":{"d":"17,0r96,-129r-93,-123r34,0r77,103r77,-103r33,0r-93,123r96,129r-33,0r-81,-108r-81,108r-32,0","w":261,"k":{"?":5,"&":4,"v":18,"j":4,"V":7,"J":4,"W":5,"Y":8,"\u00dd":8,"w":14,"y":14,"\u00fd":14,"\u00ff":14,"\u00c6":2,"A":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"\u00bb":7,"a":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e6":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"d":14,"g":14,"q":14,"c":16,"e":16,"o":16,"\u00e7":16,"\u00e9":16,"\u00ea":16,"\u00eb":16,"\u00e8":16,"\u00f0":16,"\u00f3":16,"\u00f4":16,"\u00f6":16,"\u00f2":16,"\u00f8":16,"\u00f5":16,"C":18,"G":18,"O":18,"Q":18,"\u00c7":18,"\u00d3":18,"\u00d4":18,"\u00d6":18,"\u00d2":18,"\u00d8":18,"\u00d5":18,"\u00ab":18,"f":7,"t":7,"u":7,"\u00fa":7,"\u00fb":7,"\u00fc":7,"\u00f9":7,"S":11,"-":18,"b":4,"h":4,"k":4,"l":4,"i":4,"\u00ed":4,"\u00ee":4,"\u00ef":4,"\u00ec":4,"U":4,"\u00da":4,"\u00db":4,"\u00dc":4,"\u00d9":4}},"Y":{"d":"114,0r0,-100r-104,-152r34,0r85,126r86,-126r33,0r-105,152r0,100r-29,0","w":257,"k":{"V":7,"X":8,"v":22,"x":25,"J":47,"\/":40,"&":24,"j":7,"W":7,"Y":2,"\u00dd":2,"w":20,"y":22,"\u00fd":22,"\u00ff":22,"\u00c6":40,"A":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40,"Z":4,"\u00bb":27,".":47,",":47,"a":36,"\u00e1":36,"\u00e2":36,"\u00e4":36,"\u00e6":36,"\u00e0":36,"\u00e5":36,"\u00e3":36,"d":38,"g":38,"q":38,"c":40,"e":40,"o":40,"\u00e7":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00e8":40,"\u00f0":40,"\u00f3":40,"\u00f4":40,"\u00f6":40,"\u00f2":40,"\u00f8":40,"\u00f5":40,"C":22,"G":22,"O":22,"Q":22,"\u00c7":22,"\u00d3":22,"\u00d4":22,"\u00d6":22,"\u00d2":22,"\u00d8":22,"\u00d5":22,"s":36,"z":29,"\u00ab":36,"f":14,"t":11,"u":27,"\u00fa":27,"\u00fb":27,"\u00fc":27,"\u00f9":27,"S":13,":":14,";":14,"-":29,"b":4,"h":4,"k":4,"l":4,"m":27,"n":27,"p":27,"r":27,"\u00f1":27,"i":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7}},"Z":{"d":"24,0r0,-19r163,-207r-157,0r0,-26r196,0r0,19r-163,207r163,0r0,26r-202,0","w":249,"k":{"v":7,"&":4,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"Z":4,"d":7,"g":7,"q":7,"c":9,"e":9,"o":9,"\u00e7":9,"\u00e9":9,"\u00ea":9,"\u00eb":9,"\u00e8":9,"\u00f0":9,"\u00f3":9,"\u00f4":9,"\u00f6":9,"\u00f2":9,"\u00f8":9,"\u00f5":9,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d8":14,"\u00d5":14,"\u00ab":7,"f":4,"S":4,"-":11}},"a":{"d":"33,-173v56,-30,148,-19,148,59r0,114r-28,0r0,-28v-24,45,-136,45,-136,-27v0,-61,84,-71,136,-53v8,-62,-71,-66,-111,-42xm45,-55v8,60,113,40,109,-13r0,-18v-32,-13,-115,-13,-109,31","w":208,"k":{"*":5,"\\":27,"?":13,"v":7,"w":7,"y":7,"\u00fd":7,"\u00ff":7,"t":2}},"b":{"d":"219,-94v0,101,-121,127,-160,58r0,36r-28,0r0,-263r28,0r0,114v38,-69,160,-46,160,55xm125,-21v36,0,65,-27,65,-72v0,-44,-30,-72,-65,-72v-35,0,-67,29,-67,72v0,43,32,72,67,72","w":239,"k":{"*":5,"\\":25,"?":13,"v":9,"x":11,"}":5,"]":7,")":11,"w":7,"y":9,"\u00fd":9,"\u00ff":9,"\u00bb":2,".":4,",":4,"z":5}},"c":{"d":"115,4v-54,0,-96,-44,-96,-97v0,-53,42,-97,96,-97v35,0,57,15,74,33r-18,19v-36,-49,-123,-27,-123,45v0,69,88,95,125,45r18,16v-19,21,-41,36,-76,36","w":205,"k":{"\\":14,"?":5,"v":2,"x":4,")":5,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"\u00bb":-4,"d":4,"g":4,"q":4,"c":5,"e":5,"o":5,"\u00e7":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"\u00f0":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"\u00ab":4}},"d":{"d":"180,-37v-39,69,-160,45,-160,-56v0,-100,121,-126,160,-57r0,-113r28,0r0,263r-28,0r0,-37xm114,-21v35,0,67,-29,67,-73v0,-43,-32,-71,-67,-71v-36,0,-65,26,-65,72v0,44,30,72,65,72","w":239},"e":{"d":"48,-82v4,67,89,79,124,36r17,15v-49,64,-170,35,-170,-62v0,-54,39,-97,90,-97v58,1,89,47,86,108r-147,0xm48,-104r119,0v-3,-34,-22,-63,-59,-63v-32,0,-56,27,-60,63","w":213,"k":{"*":7,"\\":29,"?":14,"v":9,"x":11,"}":4,"]":7,")":11,"w":9,"y":9,"\u00fd":9,"\u00ff":9,".":4,",":4,"z":5}},"f":{"d":"41,-186v-8,-60,32,-90,87,-74r0,25v-37,-15,-66,2,-59,50r59,0r0,23r-59,0r0,162r-28,0r0,-162r-25,0r0,-24r25,0","w":132,"k":{"*":-11,"\\":-11,"?":-13,"}":-11,"]":-7,")":-11,"\/":16,".":16,",":16,"a":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e6":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"d":4,"g":4,"q":4,"c":4,"e":4,"o":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f0":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f8":4,"\u00f5":4,"z":4,"\u00ab":5,"\u00ae":-18}},"g":{"d":"208,-32v5,96,-116,111,-179,64r12,-21v53,43,157,30,140,-65v-37,66,-161,45,-161,-48v0,-91,122,-114,160,-51r0,-33r28,0r0,154xm113,-39v35,0,68,-26,68,-64v0,-38,-33,-63,-68,-63v-35,0,-64,25,-64,64v0,37,29,63,64,63","w":239,"k":{"\\":18}},"h":{"d":"31,0r0,-263r28,0r0,109v12,-20,31,-36,63,-36v45,0,72,30,72,74r0,116r-28,0v-4,-67,21,-165,-52,-165v-32,0,-55,23,-55,58r0,107r-28,0","w":221,"k":{"*":5,"\\":27,"?":11,"v":7,"w":5,"y":5,"\u00fd":5,"\u00ff":5}},"i":{"d":"32,-227r0,-30r31,0r0,30r-31,0xm33,0r0,-186r28,0r0,186r-28,0","w":94},"j":{"d":"32,-227r0,-30r31,0r0,30r-31,0xm61,11v1,40,-26,54,-62,46r0,-23v20,4,34,-1,34,-24r0,-196r28,0r0,197","w":94},"k":{"d":"31,0r0,-263r28,0r0,182r100,-105r35,0r-78,80r80,106r-33,0r-67,-87r-37,38r0,49r-28,0","w":204,"k":{"\\":14,"v":7,"w":7,"y":5,"\u00fd":5,"\u00ff":5,"\u00bb":4,"a":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e6":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"d":9,"g":9,"q":9,"c":9,"e":9,"o":9,"\u00e7":9,"\u00e9":9,"\u00ea":9,"\u00eb":9,"\u00e8":9,"\u00f0":9,"\u00f3":9,"\u00f4":9,"\u00f6":9,"\u00f2":9,"\u00f8":9,"\u00f5":9,"\u00ab":7,"t":4,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"-":7}},"l":{"d":"33,0r0,-263r28,0r0,263r-28,0","w":94},"m":{"d":"31,0r0,-186r28,0r0,31v12,-18,29,-35,60,-35v30,0,50,16,60,37v13,-21,33,-37,65,-37v43,0,69,29,69,75r0,115r-28,0v-4,-65,20,-167,-48,-165v-28,0,-51,21,-51,58r0,107r-28,0v-4,-64,20,-165,-47,-165v-68,0,-50,97,-52,165r-28,0","w":342,"k":{"*":5,"\\":27,"?":11,"v":7,"w":5,"y":5,"\u00fd":5,"\u00ff":5}},"n":{"d":"31,0r0,-186r28,0r0,32v12,-20,31,-36,63,-36v45,0,72,30,72,74r0,116r-28,0v-4,-67,21,-165,-52,-165v-32,0,-55,23,-55,58r0,107r-28,0","w":221,"k":{"*":5,"\\":27,"?":11,"v":7,"w":5,"y":5,"\u00fd":5,"\u00ff":5}},"o":{"d":"116,4v-56,0,-97,-43,-97,-97v0,-53,42,-97,98,-97v56,0,96,43,96,97v0,53,-41,97,-97,97xm117,-21v40,0,68,-32,68,-72v0,-40,-30,-73,-69,-73v-40,0,-68,33,-68,73v0,40,30,72,69,72","k":{"*":7,"\\":29,"?":18,"v":11,"x":13,"}":5,"]":7,")":11,"w":9,"y":11,"\u00fd":11,"\u00ff":11,"\u00bb":4,".":7,",":7,"z":7}},"p":{"d":"31,58r0,-244r28,0r0,37v38,-69,160,-46,160,56v0,100,-121,126,-160,57r0,94r-28,0xm125,-21v36,0,65,-27,65,-72v0,-44,-30,-72,-65,-72v-35,0,-67,29,-67,72v0,43,32,72,67,72","w":239,"k":{"*":5,"\\":25,"?":13,"v":9,"x":11,"}":5,"]":7,")":11,"w":7,"y":9,"\u00fd":9,"\u00ff":9,"\u00bb":2,".":4,",":4,"z":5}},"q":{"d":"180,58r0,-95v-39,69,-160,45,-160,-56v0,-100,121,-126,160,-57r0,-36r28,0r0,244r-28,0xm114,-21v35,0,67,-29,67,-73v0,-43,-32,-71,-67,-71v-36,0,-65,26,-65,72v0,44,30,72,65,72","w":239,"k":{"\\":18}},"r":{"d":"31,0r0,-186r28,0r0,48v14,-31,41,-52,76,-51r0,30v-44,-1,-75,28,-76,85r0,74r-28,0","w":145,"k":{"*":-7,"\\":11,"\/":27,".":32,",":32,"a":9,"\u00e1":9,"\u00e2":9,"\u00e4":9,"\u00e6":9,"\u00e0":9,"\u00e5":9,"\u00e3":9,"d":8,"g":8,"q":8,"c":8,"e":8,"o":8,"\u00e7":8,"\u00e9":8,"\u00ea":8,"\u00eb":8,"\u00e8":8,"\u00f0":8,"\u00f3":8,"\u00f4":8,"\u00f6":8,"\u00f2":8,"\u00f8":8,"\u00f5":8,"z":4,"\u00ab":4}},"s":{"d":"51,-139v7,44,111,27,108,87v-4,70,-104,67,-144,28r15,-20v20,15,42,24,64,24v22,0,40,-11,38,-30v-5,-46,-108,-25,-108,-86v0,-60,90,-65,131,-33r-13,21v-26,-21,-87,-29,-91,9","w":179,"k":{"\\":27,"?":13,"v":7,"x":9,"}":4,"]":5,")":7,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"s":4,"z":4,"\u00ab":4,"t":4}},"t":{"d":"127,-5v-36,17,-86,9,-86,-44r0,-113r-26,0r0,-24r26,0r0,-56r27,0r0,56r59,0r0,24r-59,0r0,109v-1,34,34,36,59,25r0,23","w":145,"k":{"\\":14,"d":5,"g":5,"q":5,"c":5,"e":5,"o":5,"\u00e7":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"\u00f0":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"\u00ab":4}},"u":{"d":"99,4v-45,0,-71,-31,-71,-75r0,-115r28,0v4,67,-21,167,51,165v32,0,56,-24,56,-59r0,-106r27,0r0,186r-27,0r0,-32v-13,20,-32,36,-64,36","w":221,"k":{"\\":18}},"v":{"d":"93,1r-80,-187r30,0r63,154r63,-154r30,0r-81,187r-25,0","w":211,"k":{"}":4,"]":7,"\\":18,"\/":25,"?":4,"x":4,"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u00bb":5,".":31,",":31,"a":9,"\u00e1":9,"\u00e2":9,"\u00e4":9,"\u00e6":9,"\u00e0":9,"\u00e5":9,"\u00e3":9,"d":9,"g":9,"q":9,"c":11,"e":11,"o":11,"\u00e7":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00f0":11,"\u00f3":11,"\u00f4":11,"\u00f6":11,"\u00f2":11,"\u00f8":11,"\u00f5":11,"s":7,"z":2,"\u00ab":11,"-":5}},"w":{"d":"80,1r-65,-187r30,0r49,149r50,-150r23,0r50,150r49,-149r29,0r-66,187r-24,0r-50,-146r-50,146r-25,0","w":309,"k":{"\\":18,"?":4,"v":5,"x":4,"}":4,"]":7,"\/":22,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"\u00bb":4,".":25,",":25,"a":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e6":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"d":7,"g":7,"q":7,"c":9,"e":9,"o":9,"\u00e7":9,"\u00e9":9,"\u00ea":9,"\u00eb":9,"\u00e8":9,"\u00f0":9,"\u00f3":9,"\u00f4":9,"\u00f6":9,"\u00f2":9,"\u00f8":9,"\u00f5":9,"s":5,"z":2,"\u00ab":7,"-":4}},"x":{"d":"14,0r73,-95r-70,-91r32,0r55,72r55,-72r31,0r-71,91r74,95r-32,0r-58,-76r-58,76r-31,0","w":206,"k":{"}":4,"]":4,"\\":18,"?":5,"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"\u00bb":5,"a":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e6":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"d":11,"g":11,"q":11,"c":13,"e":13,"o":13,"\u00e7":13,"\u00e9":13,"\u00ea":13,"\u00eb":13,"\u00e8":13,"\u00f0":13,"\u00f3":13,"\u00f4":13,"\u00f6":13,"\u00f2":13,"\u00f8":13,"\u00f5":13,"s":7,"\u00ab":16,"-":11}},"y":{"d":"122,6v-21,55,-55,63,-102,43r10,-22v30,13,54,10,67,-28r-85,-185r31,0r68,155r59,-155r30,0","w":212,"k":{"\\":18,"?":4,"v":5,"x":4,"}":4,"]":7,"\/":25,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"\u00bb":5,".":31,",":31,"a":9,"\u00e1":9,"\u00e2":9,"\u00e4":9,"\u00e6":9,"\u00e0":9,"\u00e5":9,"\u00e3":9,"d":9,"g":9,"q":9,"c":11,"e":11,"o":11,"\u00e7":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00f0":11,"\u00f3":11,"\u00f4":11,"\u00f6":11,"\u00f2":11,"\u00f8":11,"\u00f5":11,"s":7,"z":2,"\u00ab":11,"-":5}},"z":{"d":"20,0r0,-18r124,-145r-120,0r0,-23r157,0r0,18r-123,145r123,0r0,23r-161,0","w":200,"k":{"\\":16,"d":5,"g":5,"q":5,"c":5,"e":5,"o":5,"\u00e7":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"\u00f0":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"\u00ab":5}},"\u00c1":{"d":"14,0r115,-254r27,0r114,254r-30,0r-30,-67r-137,0r-30,67r-29,0xm84,-92r115,0r-57,-129xm131,-278r36,-46r28,13r-41,33r-23,0","w":284},"\u00e1":{"d":"33,-173v56,-30,148,-19,148,59r0,114r-28,0r0,-28v-24,45,-136,45,-136,-27v0,-61,84,-71,136,-53v8,-62,-71,-66,-111,-42xm45,-55v8,60,113,40,109,-13r0,-18v-32,-13,-115,-13,-109,31xm93,-214r34,-52r29,13r-42,39r-21,0","w":208,"k":{"*":5,"\\":27,"?":13,"v":7,"w":7,"y":7,"\u00fd":7,"\u00ff":7,"t":2}},"\u00c2":{"d":"14,0r115,-254r27,0r114,254r-30,0r-30,-67r-137,0r-30,67r-29,0xm84,-92r115,0r-57,-129xm90,-277r39,-43r26,0r40,43r-26,0r-27,-22r-27,22r-25,0","w":284},"\u00e2":{"d":"33,-173v56,-30,148,-19,148,59r0,114r-28,0r0,-28v-24,45,-136,45,-136,-27v0,-61,84,-71,136,-53v8,-62,-71,-66,-111,-42xm45,-55v8,60,113,40,109,-13r0,-18v-32,-13,-115,-13,-109,31xm54,-214r38,-47r24,0r38,47r-23,0r-27,-24v-14,11,-21,29,-50,24","w":208,"k":{"*":5,"\\":27,"?":13,"v":7,"w":7,"y":7,"\u00fd":7,"\u00ff":7,"t":2}},"\u00c4":{"d":"14,0r115,-254r27,0r114,254r-30,0r-30,-67r-137,0r-30,67r-29,0xm84,-92r115,0r-57,-129xm159,-278r0,-32r34,0r0,32r-34,0xm92,-278r0,-32r33,0r0,32r-33,0","w":284},"\u00e4":{"d":"33,-173v56,-30,148,-19,148,59r0,114r-28,0r0,-28v-24,45,-136,45,-136,-27v0,-61,84,-71,136,-53v8,-62,-71,-66,-111,-42xm45,-55v8,60,113,40,109,-13r0,-18v-32,-13,-115,-13,-109,31xm120,-214r0,-34r32,0r0,34r-32,0xm57,-214r0,-34r32,0r0,34r-32,0","w":208,"k":{"*":5,"\\":27,"?":13,"v":7,"w":7,"y":7,"\u00fd":7,"\u00ff":7,"t":2}},"\u00c6":{"d":"6,0r148,-252r199,0r0,26r-147,0r0,86r131,0r0,26r-131,0r0,88r149,0r0,26r-178,0r0,-67r-102,0r-39,67r-30,0xm90,-92r87,0r0,-135r-9,0","w":376,"k":{"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"d":4,"g":4,"q":4,"c":4,"e":4,"o":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f0":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f8":4,"\u00f5":4}},"\u00e6":{"d":"168,-33v-37,46,-146,58,-151,-22v-3,-60,80,-71,133,-53v7,-62,-67,-66,-108,-42r-9,-23v43,-22,120,-26,135,24v15,-25,40,-41,71,-41v58,1,89,47,86,108r-148,0v4,67,90,80,125,36r17,15v-32,45,-119,47,-151,-2xm177,-104r120,0v-3,-34,-22,-63,-59,-63v-32,0,-57,27,-61,63xm90,-18v32,0,50,-14,67,-33v-4,-11,-6,-22,-7,-35v-33,-14,-105,-12,-105,31v0,23,22,37,45,37","w":343,"k":{"*":7,"\\":29,"?":14,"v":9,"x":11,"}":4,"]":7,")":11,"w":9,"y":9,"\u00fd":9,"\u00ff":9,".":4,",":4,"z":5}},"\u00c0":{"d":"14,0r115,-254r27,0r114,254r-30,0r-30,-67r-137,0r-30,67r-29,0xm84,-92r115,0r-57,-129xm117,-324r37,46r-23,0r-42,-33","w":284},"\u00e0":{"d":"33,-173v56,-30,148,-19,148,59r0,114r-28,0r0,-28v-24,45,-136,45,-136,-27v0,-61,84,-71,136,-53v8,-62,-71,-66,-111,-42xm45,-55v8,60,113,40,109,-13r0,-18v-32,-13,-115,-13,-109,31xm94,-214r-41,-39r29,-13r34,52r-22,0","w":208,"k":{"*":5,"\\":27,"?":13,"v":7,"w":7,"y":7,"\u00fd":7,"\u00ff":7,"t":2}},"\u00c5":{"d":"122,-239v-34,-14,-20,-67,20,-67v40,0,55,53,20,67r108,239r-30,0r-30,-67r-137,0r-30,67r-29,0xm84,-92r115,0r-57,-129xm118,-270v0,13,10,22,24,22v14,0,24,-9,24,-22v0,-13,-10,-22,-24,-22v-14,0,-24,9,-24,22","w":284},"\u00e5":{"d":"33,-173v56,-30,148,-19,148,59r0,114r-28,0r0,-28v-24,45,-136,45,-136,-27v0,-61,84,-71,136,-53v8,-62,-71,-66,-111,-42xm45,-55v8,60,113,40,109,-13r0,-18v-32,-13,-115,-13,-109,31xm65,-251v0,-21,17,-38,39,-38v22,0,39,17,39,38v0,21,-17,38,-39,38v-22,0,-39,-17,-39,-38xm79,-251v0,14,12,25,25,25v13,0,25,-11,25,-25v0,-13,-12,-25,-25,-25v-13,0,-25,12,-25,25","w":208,"k":{"*":5,"\\":27,"?":13,"v":7,"w":7,"y":7,"\u00fd":7,"\u00ff":7,"t":2}},"\u00c3":{"d":"14,0r115,-254r27,0r114,254r-30,0r-30,-67r-137,0r-30,67r-29,0xm84,-92r115,0r-57,-129xm102,-275r-18,-5v8,-52,51,-32,82,-22v9,0,14,-5,19,-17r17,5v-8,52,-51,32,-82,22v-9,0,-13,5,-18,17","w":284},"\u00e3":{"d":"33,-173v56,-30,148,-19,148,59r0,114r-28,0r0,-28v-24,45,-136,45,-136,-27v0,-61,84,-71,136,-53v8,-62,-71,-66,-111,-42xm45,-55v8,60,113,40,109,-13r0,-18v-32,-13,-115,-13,-109,31xm63,-211r-17,-5v9,-54,51,-33,83,-23v9,0,14,-5,19,-18r17,5v-9,55,-51,34,-83,23v-9,0,-14,5,-19,18","w":208,"k":{"*":5,"\\":27,"?":13,"v":7,"w":7,"y":7,"\u00fd":7,"\u00ff":7,"t":2}},"\u00c7":{"d":"133,56r-27,-12r28,-41v-64,-8,-110,-61,-110,-129v0,-71,54,-130,128,-130v46,0,73,16,98,40r-19,21v-21,-20,-45,-35,-79,-35v-56,0,-98,45,-98,104v0,97,122,138,179,68r19,18v-25,26,-53,43,-95,44","w":265,"k":{"X":4,"v":4,"x":4,"Y":4,"\u00dd":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"d":4,"g":4,"q":4,"c":4,"e":4,"o":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f0":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f8":4,"\u00f5":4,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d8":7,"\u00d5":7,"-":4}},"\u00e7":{"d":"96,56r-27,-12r29,-41v-46,-8,-79,-49,-79,-96v0,-53,42,-97,96,-97v35,0,57,15,74,33r-18,19v-36,-49,-123,-27,-123,45v0,69,88,95,125,45r18,16v-18,20,-39,35,-71,36","w":205,"k":{"\\":14,"?":5,"v":2,"x":4,")":5,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"\u00bb":-4,"d":4,"g":4,"q":4,"c":5,"e":5,"o":5,"\u00e7":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"\u00f0":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"\u00ab":4}},"\u00c9":{"d":"116,-274r36,-47r28,13r-41,34r-23,0xm36,0r0,-252r182,0r0,26r-154,0r0,86r138,0r0,26r-138,0r0,88r156,0r0,26r-184,0","w":241,"k":{"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"d":4,"g":4,"q":4,"c":4,"e":4,"o":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f0":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f8":4,"\u00f5":4}},"\u00e9":{"d":"97,-214r34,-52r29,13r-41,39r-22,0xm48,-82v4,67,89,79,124,36r17,15v-49,64,-170,35,-170,-62v0,-54,39,-97,90,-97v58,1,89,47,86,108r-147,0xm48,-104r119,0v-3,-34,-22,-63,-59,-63v-32,0,-56,27,-60,63","w":213,"k":{"*":7,"\\":29,"?":14,"v":9,"x":11,"}":4,"]":7,")":11,"w":9,"y":9,"\u00fd":9,"\u00ff":9,".":4,",":4,"z":5}},"\u00ca":{"d":"36,0r0,-252r182,0r0,26r-154,0r0,86r138,0r0,26r-138,0r0,88r156,0r0,26r-184,0xm75,-274r39,-43r26,0r40,43r-26,0r-27,-22r-27,22r-25,0","w":241,"k":{"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"d":4,"g":4,"q":4,"c":4,"e":4,"o":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f0":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f8":4,"\u00f5":4}},"\u00ea":{"d":"58,-214r38,-47r25,0r38,47r-24,0r-27,-24v-14,11,-21,29,-50,24xm48,-82v4,67,89,79,124,36r17,15v-49,64,-170,35,-170,-62v0,-54,39,-97,90,-97v58,1,89,47,86,108r-147,0xm48,-104r119,0v-3,-34,-22,-63,-59,-63v-32,0,-56,27,-60,63","w":213,"k":{"*":7,"\\":29,"?":14,"v":9,"x":11,"}":4,"]":7,")":11,"w":9,"y":9,"\u00fd":9,"\u00ff":9,".":4,",":4,"z":5}},"\u00cb":{"d":"144,-274r0,-33r34,0r0,33r-34,0xm77,-274r0,-33r34,0r0,33r-34,0xm36,0r0,-252r182,0r0,26r-154,0r0,86r138,0r0,26r-138,0r0,88r156,0r0,26r-184,0","w":241,"k":{"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"d":4,"g":4,"q":4,"c":4,"e":4,"o":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f0":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f8":4,"\u00f5":4}},"\u00eb":{"d":"124,-214r0,-34r32,0r0,34r-32,0xm61,-214r0,-34r32,0r0,34r-32,0xm48,-82v4,67,89,79,124,36r17,15v-49,64,-170,35,-170,-62v0,-54,39,-97,90,-97v58,1,89,47,86,108r-147,0xm48,-104r119,0v-3,-34,-22,-63,-59,-63v-32,0,-56,27,-60,63","w":213,"k":{"*":7,"\\":29,"?":14,"v":9,"x":11,"}":4,"]":7,")":11,"w":9,"y":9,"\u00fd":9,"\u00ff":9,".":4,",":4,"z":5}},"\u00c8":{"d":"103,-321r36,47r-23,0r-41,-34xm36,0r0,-252r182,0r0,26r-154,0r0,86r138,0r0,26r-138,0r0,88r156,0r0,26r-184,0","w":241,"k":{"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"d":4,"g":4,"q":4,"c":4,"e":4,"o":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f0":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f8":4,"\u00f5":4}},"\u00e8":{"d":"48,-82v4,67,89,79,124,36r17,15v-49,64,-170,35,-170,-62v0,-54,39,-97,90,-97v58,1,89,47,86,108r-147,0xm48,-104r119,0v-3,-34,-22,-63,-59,-63v-32,0,-56,27,-60,63xm98,-214r-41,-39r29,-13r34,52r-22,0","w":213,"k":{"*":7,"\\":29,"?":14,"v":9,"x":11,"}":4,"]":7,")":11,"w":9,"y":9,"\u00fd":9,"\u00ff":9,".":4,",":4,"z":5}},"\u00d0":{"d":"46,0r0,-114r-27,0r0,-26r27,0r0,-112r88,0v79,0,134,54,134,126v0,71,-55,126,-134,126r-88,0xm75,-26r59,0v64,0,104,-43,104,-100v0,-56,-40,-100,-104,-100r-59,0r0,86r75,0r0,26r-75,0r0,88","w":292,"k":{"V":16,"X":20,"\\":14,"?":7,"x":4,"J":14,"}":7,"]":7,")":11,"\/":14,"T":18,"W":13,"Y":23,"\u00dd":23,"\u00c6":17,"A":17,"\u00c1":17,"\u00c2":17,"\u00c4":17,"\u00c0":17,"\u00c5":17,"\u00c3":17,"Z":16,".":14,",":14,"S":4}},"\u00f0":{"d":"177,-247r-30,13v38,37,66,81,66,132v0,62,-39,106,-98,106v-54,0,-96,-44,-96,-98v0,-85,104,-118,153,-66v-10,-21,-28,-42,-50,-63r-42,17r-8,-17r34,-14v-10,-9,-21,-18,-32,-26r40,0r17,15r38,-16xm117,-21v40,0,67,-31,67,-72v0,-39,-28,-69,-70,-69v-40,0,-66,30,-66,70v0,39,30,71,69,71"},"\u00cd":{"d":"38,0r0,-252r29,0r0,252r-29,0xm41,-274r36,-47r28,13r-41,34r-23,0","w":104},"\u00ed":{"d":"36,-214r34,-52r29,13r-41,39r-22,0xm33,0r0,-186r28,0r0,186r-28,0","w":94},"\u00ce":{"d":"38,0r0,-252r29,0r0,252r-29,0xm0,-274r40,-43r26,0r39,43r-26,0r-27,-22r-27,22r-25,0","w":104},"\u00ee":{"d":"-3,-214r38,-47r25,0r38,47r-24,0r-27,-24v-14,11,-21,29,-50,24xm33,0r0,-186r28,0r0,186r-28,0","w":94},"\u00cf":{"d":"38,0r0,-252r29,0r0,252r-29,0xm70,-274r0,-33r33,0r0,33r-33,0xm3,-274r0,-33r33,0r0,33r-33,0","w":104},"\u00ef":{"d":"63,-214r0,-34r32,0r0,34r-32,0xm0,-214r0,-34r32,0r0,34r-32,0xm33,0r0,-186r28,0r0,186r-28,0","w":94},"\u00cc":{"d":"38,0r0,-252r29,0r0,252r-29,0xm28,-321r36,47r-23,0r-41,-34","w":104},"\u00ec":{"d":"33,0r0,-186r28,0r0,186r-28,0xm37,-214r-41,-39r29,-13r34,52r-22,0","w":94},"\u00d1":{"d":"102,-270r-18,-5v8,-52,51,-34,82,-23v9,0,14,-5,19,-17r17,5v-8,52,-51,34,-82,23v-9,0,-13,5,-18,17xm36,0r0,-252r26,0r159,202r0,-202r28,0r0,252r-23,0r-163,-207r0,207r-27,0","w":284},"\u00f1":{"d":"31,0r0,-186r28,0r0,32v12,-20,31,-36,63,-36v45,0,72,30,72,74r0,116r-28,0v-4,-67,21,-165,-52,-165v-32,0,-55,23,-55,58r0,107r-28,0xm71,-211r-17,-5v9,-54,51,-33,83,-23v9,0,14,-5,19,-18r16,5v-8,55,-51,34,-82,23v-9,0,-14,5,-19,18","w":221,"k":{"*":5,"\\":27,"?":11,"v":7,"w":5,"y":5,"\u00fd":5,"\u00ff":5}},"\u00d3":{"d":"141,-278r36,-46r29,13r-41,33r-24,0xm153,4v-77,0,-129,-60,-129,-130v0,-69,52,-130,129,-130v77,0,129,60,129,130v0,69,-52,130,-129,130xm153,-22v58,0,99,-46,99,-104v0,-57,-41,-104,-99,-104v-58,0,-99,46,-99,104v0,57,41,104,99,104","w":306,"k":{"V":15,"X":18,"\\":14,"?":7,"x":2,"J":11,"}":7,"]":7,")":11,"\/":14,"T":17,"W":13,"Y":22,"\u00dd":22,"\u00c6":15,"A":15,"\u00c1":15,"\u00c2":15,"\u00c4":15,"\u00c0":15,"\u00c5":15,"\u00c3":15,"Z":14,".":14,",":14,"S":2}},"\u00f3":{"d":"105,-214r34,-52r29,13r-41,39r-22,0xm116,4v-56,0,-97,-43,-97,-97v0,-53,42,-97,98,-97v56,0,96,43,96,97v0,53,-41,97,-97,97xm117,-21v40,0,68,-32,68,-72v0,-40,-30,-73,-69,-73v-40,0,-68,33,-68,73v0,40,30,72,69,72","k":{"*":7,"\\":29,"?":18,"v":11,"x":13,"}":5,"]":7,")":11,"w":9,"y":11,"\u00fd":11,"\u00ff":11,"\u00bb":4,".":7,",":7,"z":7}},"\u00d4":{"d":"153,4v-77,0,-129,-60,-129,-130v0,-69,52,-130,129,-130v77,0,129,60,129,130v0,69,-52,130,-129,130xm153,-22v58,0,99,-46,99,-104v0,-57,-41,-104,-99,-104v-58,0,-99,46,-99,104v0,57,41,104,99,104xm100,-278r40,-42r26,0r40,42r-26,0r-27,-22r-27,22r-26,0","w":306,"k":{"V":15,"X":18,"\\":14,"?":7,"x":2,"J":11,"}":7,"]":7,")":11,"\/":14,"T":17,"W":13,"Y":22,"\u00dd":22,"\u00c6":15,"A":15,"\u00c1":15,"\u00c2":15,"\u00c4":15,"\u00c0":15,"\u00c5":15,"\u00c3":15,"Z":14,".":14,",":14,"S":2}},"\u00f4":{"d":"66,-214r38,-47r25,0r38,47r-24,0r-27,-24v-14,11,-21,29,-50,24xm116,4v-56,0,-97,-43,-97,-97v0,-53,42,-97,98,-97v56,0,96,43,96,97v0,53,-41,97,-97,97xm117,-21v40,0,68,-32,68,-72v0,-40,-30,-73,-69,-73v-40,0,-68,33,-68,73v0,40,30,72,69,72","k":{"*":7,"\\":29,"?":18,"v":11,"x":13,"}":5,"]":7,")":11,"w":9,"y":11,"\u00fd":11,"\u00ff":11,"\u00bb":4,".":7,",":7,"z":7}},"\u00d6":{"d":"170,-278r0,-32r33,0r0,32r-33,0xm103,-278r0,-32r33,0r0,32r-33,0xm153,4v-77,0,-129,-60,-129,-130v0,-69,52,-130,129,-130v77,0,129,60,129,130v0,69,-52,130,-129,130xm153,-22v58,0,99,-46,99,-104v0,-57,-41,-104,-99,-104v-58,0,-99,46,-99,104v0,57,41,104,99,104","w":306,"k":{"V":15,"X":18,"\\":14,"?":7,"x":2,"J":11,"}":7,"]":7,")":11,"\/":14,"T":17,"W":13,"Y":22,"\u00dd":22,"\u00c6":15,"A":15,"\u00c1":15,"\u00c2":15,"\u00c4":15,"\u00c0":15,"\u00c5":15,"\u00c3":15,"Z":14,".":14,",":14,"S":2}},"\u00f6":{"d":"132,-214r0,-34r32,0r0,34r-32,0xm69,-214r0,-34r32,0r0,34r-32,0xm116,4v-56,0,-97,-43,-97,-97v0,-53,42,-97,98,-97v56,0,96,43,96,97v0,53,-41,97,-97,97xm117,-21v40,0,68,-32,68,-72v0,-40,-30,-73,-69,-73v-40,0,-68,33,-68,73v0,40,30,72,69,72","k":{"*":7,"\\":29,"?":18,"v":11,"x":13,"}":5,"]":7,")":11,"w":9,"y":11,"\u00fd":11,"\u00ff":11,"\u00bb":4,".":7,",":7,"z":7}},"\u00d2":{"d":"128,-324r37,46r-24,0r-41,-33xm153,4v-77,0,-129,-60,-129,-130v0,-69,52,-130,129,-130v77,0,129,60,129,130v0,69,-52,130,-129,130xm153,-22v58,0,99,-46,99,-104v0,-57,-41,-104,-99,-104v-58,0,-99,46,-99,104v0,57,41,104,99,104","w":306,"k":{"V":15,"X":18,"\\":14,"?":7,"x":2,"J":11,"}":7,"]":7,")":11,"\/":14,"T":17,"W":13,"Y":22,"\u00dd":22,"\u00c6":15,"A":15,"\u00c1":15,"\u00c2":15,"\u00c4":15,"\u00c0":15,"\u00c5":15,"\u00c3":15,"Z":14,".":14,",":14,"S":2}},"\u00f2":{"d":"116,4v-56,0,-97,-43,-97,-97v0,-53,42,-97,98,-97v56,0,96,43,96,97v0,53,-41,97,-97,97xm117,-21v40,0,68,-32,68,-72v0,-40,-30,-73,-69,-73v-40,0,-68,33,-68,73v0,40,30,72,69,72xm106,-214r-41,-39r29,-13r33,52r-21,0","k":{"*":7,"\\":29,"?":18,"v":11,"x":13,"}":5,"]":7,")":11,"w":9,"y":11,"\u00fd":11,"\u00ff":11,"\u00bb":4,".":7,",":7,"z":7}},"\u00d8":{"d":"153,4v-31,0,-58,-9,-79,-26r-23,24r-29,0r35,-39v-71,-77,-20,-219,96,-219v31,0,58,9,79,26r23,-24r29,0r-35,39v71,77,20,219,-96,219xm77,-59r137,-149v-61,-53,-160,-2,-160,82v0,26,9,49,23,67xm92,-44v61,53,160,2,160,-82v0,-26,-9,-49,-23,-67","w":306,"k":{"V":15,"X":18,"\\":14,"?":7,"x":2,"J":11,"}":7,"]":7,")":11,"\/":14,"T":17,"W":13,"Y":22,"\u00dd":22,"\u00c6":15,"A":15,"\u00c1":15,"\u00c2":15,"\u00c4":15,"\u00c0":15,"\u00c5":15,"\u00c3":15,"Z":14,".":14,",":14,"S":2}},"\u00f8":{"d":"213,-94v0,77,-93,127,-155,79r-16,17r-28,0r28,-31v-52,-59,-9,-161,75,-161v22,0,43,7,58,19r16,-17r28,0v0,0,-25,26,-29,31v15,17,23,39,23,63xm61,-49r97,-102v-44,-36,-110,-1,-110,58v0,17,4,31,13,44xm75,-35v43,36,110,0,110,-58v0,-17,-5,-32,-14,-44","k":{"*":7,"\\":29,"?":18,"v":11,"x":13,"}":5,"]":7,")":11,"w":9,"y":11,"\u00fd":11,"\u00ff":11,"\u00bb":4,".":7,",":7,"z":7}},"\u00d5":{"d":"112,-275r-17,-5v8,-52,51,-32,82,-22v9,0,13,-5,18,-17r18,5v-8,52,-51,32,-82,22v-9,0,-14,5,-19,17xm153,4v-77,0,-129,-60,-129,-130v0,-69,52,-130,129,-130v77,0,129,60,129,130v0,69,-52,130,-129,130xm153,-22v58,0,99,-46,99,-104v0,-57,-41,-104,-99,-104v-58,0,-99,46,-99,104v0,57,41,104,99,104","w":306,"k":{"V":15,"X":18,"\\":14,"?":7,"x":2,"J":11,"}":7,"]":7,")":11,"\/":14,"T":17,"W":13,"Y":22,"\u00dd":22,"\u00c6":15,"A":15,"\u00c1":15,"\u00c2":15,"\u00c4":15,"\u00c0":15,"\u00c5":15,"\u00c3":15,"Z":14,".":14,",":14,"S":2}},"\u00f5":{"d":"116,4v-56,0,-97,-43,-97,-97v0,-53,42,-97,98,-97v56,0,96,43,96,97v0,53,-41,97,-97,97xm117,-21v40,0,68,-32,68,-72v0,-40,-30,-73,-69,-73v-40,0,-68,33,-68,73v0,40,30,72,69,72xm75,-211r-17,-5v9,-54,51,-33,83,-23v9,0,13,-5,18,-18r17,5v-8,55,-51,34,-82,23v-9,0,-14,5,-19,18","k":{"*":7,"\\":29,"?":18,"v":11,"x":13,"}":5,"]":7,")":11,"w":9,"y":11,"\u00fd":11,"\u00ff":11,"\u00bb":4,".":7,",":7,"z":7}},"\u00de":{"d":"36,0r0,-252r28,0r0,43r66,0v57,0,94,31,94,81v-1,76,-77,89,-160,83r0,45r-28,0xm64,-71v63,3,131,0,131,-57v0,-59,-69,-57,-131,-55r0,112","w":242},"\u00fe":{"d":"31,58r0,-321r28,0r0,114v38,-69,160,-46,160,56v0,100,-121,126,-160,57r0,94r-28,0xm125,-21v36,0,65,-27,65,-72v0,-44,-30,-72,-65,-72v-35,0,-67,29,-67,72v0,43,32,72,67,72","w":239,"k":{"*":5,"\\":25,"?":13,"v":9,"x":11,"}":5,"]":7,")":11,"w":7,"y":9,"\u00fd":9,"\u00ff":9,"\u00bb":2,".":4,",":4,"z":5}},"\u00da":{"d":"125,-273r36,-47r28,13r-41,34r-23,0xm136,4v-62,0,-104,-38,-104,-109r0,-147r28,0r0,145v0,54,29,85,77,85v46,0,76,-28,76,-83r0,-147r29,0r0,144v0,73,-43,112,-106,112","w":273,"k":{"X":4,"x":2,"J":7,"\/":5,"\u00c6":9,"A":9,"\u00c1":9,"\u00c2":9,"\u00c4":9,"\u00c0":9,"\u00c5":9,"\u00c3":9,".":5,",":5}},"\u00fa":{"d":"98,-214r34,-52r29,13r-41,39r-22,0xm99,4v-45,0,-71,-31,-71,-75r0,-115r28,0v4,67,-21,167,51,165v32,0,56,-24,56,-59r0,-106r27,0r0,186r-27,0r0,-32v-13,20,-32,36,-64,36","w":221,"k":{"\\":18}},"\u00db":{"d":"136,4v-62,0,-104,-38,-104,-109r0,-147r28,0r0,145v0,54,29,85,77,85v46,0,76,-28,76,-83r0,-147r29,0r0,144v0,73,-43,112,-106,112xm84,-273r39,-43r26,0r40,43r-26,0r-27,-22r-27,22r-25,0","w":273,"k":{"X":4,"x":2,"J":7,"\/":5,"\u00c6":9,"A":9,"\u00c1":9,"\u00c2":9,"\u00c4":9,"\u00c0":9,"\u00c5":9,"\u00c3":9,".":5,",":5}},"\u00fb":{"d":"59,-214r38,-47r24,0r38,47r-23,0r-27,-24v-14,11,-21,29,-50,24xm99,4v-45,0,-71,-31,-71,-75r0,-115r28,0v4,67,-21,167,51,165v32,0,56,-24,56,-59r0,-106r27,0r0,186r-27,0r0,-32v-13,20,-32,36,-64,36","w":221,"k":{"\\":18}},"\u00dc":{"d":"154,-273r0,-33r33,0r0,33r-33,0xm86,-273r0,-33r34,0r0,33r-34,0xm136,4v-62,0,-104,-38,-104,-109r0,-147r28,0r0,145v0,54,29,85,77,85v46,0,76,-28,76,-83r0,-147r29,0r0,144v0,73,-43,112,-106,112","w":273,"k":{"X":4,"x":2,"J":7,"\/":5,"\u00c6":9,"A":9,"\u00c1":9,"\u00c2":9,"\u00c4":9,"\u00c0":9,"\u00c5":9,"\u00c3":9,".":5,",":5}},"\u00fc":{"d":"125,-214r0,-34r32,0r0,34r-32,0xm62,-214r0,-34r32,0r0,34r-32,0xm99,4v-45,0,-71,-31,-71,-75r0,-115r28,0v4,67,-21,167,51,165v32,0,56,-24,56,-59r0,-106r27,0r0,186r-27,0r0,-32v-13,20,-32,36,-64,36","w":221,"k":{"\\":18}},"\u00d9":{"d":"112,-320r36,47r-23,0r-41,-34xm136,4v-62,0,-104,-38,-104,-109r0,-147r28,0r0,145v0,54,29,85,77,85v46,0,76,-28,76,-83r0,-147r29,0r0,144v0,73,-43,112,-106,112","w":273,"k":{"X":4,"x":2,"J":7,"\/":5,"\u00c6":9,"A":9,"\u00c1":9,"\u00c2":9,"\u00c4":9,"\u00c0":9,"\u00c5":9,"\u00c3":9,".":5,",":5}},"\u00f9":{"d":"99,4v-45,0,-71,-31,-71,-75r0,-115r28,0v4,67,-21,167,51,165v32,0,56,-24,56,-59r0,-106r27,0r0,186r-27,0r0,-32v-13,20,-32,36,-64,36xm99,-214r-41,-39r28,-13r34,52r-21,0","w":221,"k":{"\\":18}},"\u00dd":{"d":"114,0r0,-100r-104,-152r34,0r85,126r86,-126r33,0r-105,152r0,100r-29,0xm117,-273r36,-47r29,13r-42,34r-23,0","w":257,"k":{"V":7,"X":8,"v":22,"x":25,"J":47,"\/":40,"&":24,"j":7,"W":7,"Y":2,"\u00dd":2,"w":20,"y":22,"\u00fd":22,"\u00ff":22,"\u00c6":40,"A":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40,"Z":4,"\u00bb":27,".":47,",":47,"a":36,"\u00e1":36,"\u00e2":36,"\u00e4":36,"\u00e6":36,"\u00e0":36,"\u00e5":36,"\u00e3":36,"d":38,"g":38,"q":38,"c":40,"e":40,"o":40,"\u00e7":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00e8":40,"\u00f0":40,"\u00f3":40,"\u00f4":40,"\u00f6":40,"\u00f2":40,"\u00f8":40,"\u00f5":40,"C":22,"G":22,"O":22,"Q":22,"\u00c7":22,"\u00d3":22,"\u00d4":22,"\u00d6":22,"\u00d2":22,"\u00d8":22,"\u00d5":22,"s":36,"z":29,"\u00ab":36,"f":14,"t":11,"u":27,"\u00fa":27,"\u00fb":27,"\u00fc":27,"\u00f9":27,"S":13,":":14,";":14,"-":29,"b":4,"h":4,"k":4,"l":4,"m":27,"n":27,"p":27,"r":27,"\u00f1":27,"i":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7}},"\u00fd":{"d":"122,6v-21,55,-55,63,-102,43r10,-22v30,13,54,10,67,-28r-85,-185r31,0r68,155r59,-155r30,0xm96,-214r34,-52r29,13r-41,39r-22,0","w":212,"k":{"\\":18,"?":4,"v":5,"x":4,"}":4,"]":7,"\/":25,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"\u00bb":5,".":31,",":31,"a":9,"\u00e1":9,"\u00e2":9,"\u00e4":9,"\u00e6":9,"\u00e0":9,"\u00e5":9,"\u00e3":9,"d":9,"g":9,"q":9,"c":11,"e":11,"o":11,"\u00e7":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00f0":11,"\u00f3":11,"\u00f4":11,"\u00f6":11,"\u00f2":11,"\u00f8":11,"\u00f5":11,"s":7,"z":2,"\u00ab":11,"-":5}},"\u00ff":{"d":"122,6v-21,55,-55,63,-102,43r10,-22v30,13,54,10,67,-28r-85,-185r31,0r68,155r59,-155r30,0xm123,-214r0,-34r32,0r0,34r-32,0xm60,-214r0,-34r32,0r0,34r-32,0","w":212,"k":{"\\":18,"?":4,"v":5,"x":4,"}":4,"]":7,"\/":25,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"\u00bb":5,".":31,",":31,"a":9,"\u00e1":9,"\u00e2":9,"\u00e4":9,"\u00e6":9,"\u00e0":9,"\u00e5":9,"\u00e3":9,"d":9,"g":9,"q":9,"c":11,"e":11,"o":11,"\u00e7":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00f0":11,"\u00f3":11,"\u00f4":11,"\u00f6":11,"\u00f2":11,"\u00f8":11,"\u00f5":11,"s":7,"z":2,"\u00ab":11,"-":5}},"\u00df":{"d":"105,1r0,-23v42,-1,69,-17,69,-48v0,-29,-27,-45,-69,-49r0,-21v30,-11,53,-28,53,-59v0,-25,-19,-42,-47,-42v-31,0,-52,23,-52,60r0,181r-28,0r0,-180v0,-51,32,-85,82,-85v45,0,74,28,74,65v0,34,-25,55,-50,66v34,8,65,27,65,65v0,45,-37,71,-97,70","w":223,"k":{"x":4,"v":4,"w":2,"y":4,"\u00fd":4,"\u00ff":4}},"0":{"d":"129,4v-65,0,-107,-58,-107,-130v0,-71,42,-130,107,-130v65,0,106,58,106,130v0,71,-41,130,-106,130xm129,-22v47,0,77,-48,77,-104v0,-55,-30,-104,-77,-104v-47,0,-77,48,-77,104v0,55,30,104,77,104","w":257,"k":{"\/":13,"7":10,"3":4,"2":4,"1":2,".":7,",":7}},"1":{"d":"64,0r0,-224r-47,14r-7,-23v28,-7,47,-23,83,-21r0,254r-29,0","w":128},"2":{"d":"17,0r0,-22v41,-42,144,-102,144,-160v0,-30,-23,-48,-50,-48v-29,0,-48,15,-68,43r-21,-15v23,-34,47,-54,91,-54v45,0,78,31,78,72v0,60,-91,116,-131,158r133,0r0,26r-176,0","w":215,"k":{"7":4,"4":9}},"3":{"d":"112,4v-42,0,-73,-18,-94,-45r21,-18v27,47,125,54,128,-12v1,-36,-39,-52,-86,-49r-6,-17r79,-89r-123,0r0,-26r161,0r0,21r-79,88v44,4,83,25,83,71v0,45,-37,76,-84,76","w":220,"k":{"\/":4,"9":2,"7":9,"5":2}},"4":{"d":"156,0r0,-60r-133,0r-8,-20r143,-174r25,0r0,170r39,0r0,24r-39,0r0,60r-27,0xm50,-84r106,0r0,-129","w":241,"k":{"\/":7,"9":4,"7":13,"1":7}},"5":{"d":"109,4v-36,0,-67,-17,-90,-40r19,-20v36,47,129,47,132,-22v3,-53,-77,-66,-115,-39r-19,-12r7,-123r145,0r0,26r-120,0r-6,81v56,-27,137,-1,137,67v0,49,-37,82,-90,82","w":220,"k":{"\/":7,"9":2,"7":11,"3":2,"2":4}},"6":{"d":"120,4v-70,0,-97,-42,-98,-124v0,-77,39,-136,105,-136v30,0,52,10,74,28r-16,22v-62,-55,-139,-10,-134,87v14,-20,35,-39,72,-39v47,0,87,31,87,78v0,49,-39,84,-90,84xm120,-21v37,0,61,-25,61,-58v0,-31,-25,-54,-61,-54v-38,0,-63,27,-63,56v0,32,26,56,63,56","k":{"\/":4,"9":4,"7":8,"3":4,"1":6}},"7":{"d":"49,0r114,-226r-139,0r0,-26r171,0r0,21r-114,231r-32,0","w":214,"k":{"\/":50,"9":5,"8":4,"6":7,"5":9,"4":31,"3":7,"2":5,"1":-4,"0":7,".":36,",":36,"-":11}},"8":{"d":"113,4v-54,0,-94,-30,-94,-72v0,-30,22,-51,52,-62v-23,-11,-44,-29,-44,-59v0,-39,40,-67,86,-67v46,0,87,28,86,68v0,29,-20,47,-43,58v30,11,52,31,52,62v0,43,-41,72,-95,72xm113,-140v32,0,58,-19,58,-47v0,-25,-25,-44,-58,-44v-33,0,-57,19,-57,45v0,27,25,46,57,46xm113,-21v41,0,66,-21,66,-48v0,-28,-29,-48,-66,-48v-37,0,-65,20,-65,49v0,26,24,47,65,47","w":226,"k":{"9":2,"7":4}},"9":{"d":"113,-256v70,0,98,42,98,124v0,80,-43,136,-105,136v-33,0,-57,-13,-78,-31r17,-22v62,59,141,15,137,-83v-14,22,-36,40,-71,40v-52,0,-88,-33,-88,-79v0,-48,36,-85,90,-85xm114,-116v39,0,62,-28,62,-58v0,-32,-26,-57,-64,-57v-38,0,-60,28,-60,60v0,32,25,55,62,55","k":{"\/":9,"7":8,"5":2,"3":4,"2":4,".":4,",":4}},".":{"d":"28,0r0,-38r33,0r0,38r-33,0","w":88,"k":{"V":43,"v":31,"j":-5,"1":18,"7":7,"0":7,"T":36,"W":36,"Y":47,"\u00dd":47,"w":25,"y":22,"\u00fd":22,"\u00ff":22,"d":4,"g":4,"q":4,"c":7,"e":7,"o":7,"\u00e7":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00f0":7,"\u00f3":7,"\u00f4":7,"\u00f6":7,"\u00f2":7,"\u00f8":7,"\u00f5":7,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d8":14,"\u00d5":14,"f":5,"t":9,"U":5,"\u00da":5,"\u00db":5,"\u00dc":5,"\u00d9":5}},",":{"d":"21,44r-4,-13v18,-6,25,-16,24,-31r-13,0r0,-38r33,0v2,44,-1,76,-40,82","w":88,"k":{"y":22,"V":43,"v":31,"j":-5,"1":18,"7":7,"0":7,"T":36,"W":36,"Y":47,"\u00dd":47,"w":25,"\u00fd":22,"\u00ff":22,"d":4,"g":4,"q":4,"c":7,"e":7,"o":7,"\u00e7":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00f0":7,"\u00f3":7,"\u00f4":7,"\u00f6":7,"\u00f2":7,"\u00f8":7,"\u00f5":7,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d8":14,"\u00d5":14,"f":5,"t":9,"U":5,"\u00da":5,"\u00db":5,"\u00dc":5,"\u00d9":5}},":":{"d":"30,-148r0,-38r33,0r0,38r-33,0xm30,0r0,-38r33,0r0,38r-33,0","w":91,"k":{"V":7,"T":14,"W":5,"Y":14,"\u00dd":14}},";":{"d":"30,-148r0,-38r33,0r0,38r-33,0xm23,44r-5,-13v18,-6,25,-16,24,-31r-12,0r0,-38r33,0v2,44,-1,76,-40,82","w":91,"k":{"V":7,"T":14,"W":5,"Y":14,"\u00dd":14}},"\u00b7":{"d":"28,-89r0,-38r33,0r0,38r-33,0","w":88},"&":{"d":"217,5r-39,-41v-41,60,-163,52,-162,-32v0,-33,22,-57,61,-72v-44,-42,-28,-115,41,-116v35,0,62,26,62,57v0,32,-23,53,-60,66r58,58v11,-16,21,-35,30,-56r23,11v-11,24,-22,45,-36,63r44,45xm104,-149v32,-11,49,-26,49,-49v0,-20,-15,-35,-36,-35v-48,0,-49,53,-13,84xm45,-69v1,59,88,60,116,16r-68,-70v-33,12,-48,33,-48,54","w":250,"k":{"V":21,"T":28,"W":18,"Y":24,"\u00dd":24,"S":3}},"!":{"d":"41,-71r-8,-181r32,0r-8,181r-16,0xm32,0r0,-38r34,0r0,38r-34,0","w":97},"\u00a1":{"d":"32,-214r0,-38r34,0r0,38r-34,0xm33,0r8,-181r16,0r8,181r-32,0","w":97},"?":{"d":"74,-130v45,-4,73,-20,73,-53v0,-26,-20,-47,-52,-47v-27,0,-48,13,-66,34r-18,-17v21,-25,45,-42,84,-42v49,0,81,30,81,72v0,45,-34,67,-75,73r-3,39r-19,0xm72,0r0,-38r33,0r0,38r-33,0","w":193},"\u00bf":{"d":"89,-214r0,-38r33,0r0,38r-33,0xm120,-122v-45,4,-74,20,-74,53v0,26,21,47,53,47v26,0,47,-13,65,-34r18,17v-21,25,-45,42,-84,42v-49,0,-81,-30,-81,-72v0,-45,34,-67,75,-73r3,-39r19,0","w":193,"k":{"v":16,"X":4,"V":22,"T":22,"W":18,"Y":25,"\u00dd":25,"w":13,"y":13,"\u00fd":13,"\u00ff":13,"a":-4,"\u00e1":-4,"\u00e2":-4,"\u00e4":-4,"\u00e6":-4,"\u00e0":-4,"\u00e5":-4,"\u00e3":-4,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d8":7,"\u00d5":7,"f":4,"t":5,"U":5,"\u00da":5,"\u00db":5,"\u00dc":5,"\u00d9":5}},"\u00ab":{"d":"156,-15v-18,-28,-42,-50,-58,-80r58,-76r21,12r-49,65r49,67xm76,-15v-19,-28,-43,-50,-59,-80r59,-76r21,12r-49,65r49,67","w":198,"k":{"V":14,"X":7,"v":5,"x":5,"T":25,"W":13,"Y":27,"\u00dd":27,"w":4,"y":5,"\u00fd":5,"\u00ff":5,"d":2,"g":2,"q":2,"c":4,"e":4,"o":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f0":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f8":4,"\u00f5":4}},"\u00bb":{"d":"122,-15r-21,-12r49,-66r-49,-66r21,-12v19,27,43,49,59,79xm42,-15r-21,-12r49,-66r-49,-66r21,-12v18,27,42,49,58,79","w":198,"k":{"V":22,"X":18,"v":11,"x":16,"T":32,"W":18,"Y":36,"\u00dd":36,"w":7,"y":11,"\u00fd":11,"\u00ff":11,"\u00c6":7,"A":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7,"Z":5,"s":4,"z":7,"f":4,"t":4,"S":4}},"-":{"d":"23,-94r0,-29r100,0r0,29r-100,0","w":146,"k":{"V":14,"X":18,"v":5,"x":11,"1":11,"7":14,"3":4,"T":32,"W":13,"Y":29,"\u00dd":29,"w":4,"y":5,"\u00fd":5,"\u00ff":5,"\u00c6":14,"A":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"Z":11,"z":4}},"_":{"d":"-1,58r0,-23r218,0r0,23r-218,0","w":216},"\/":{"d":"-8,46r167,-333r26,0r-167,333r-26,0","w":182,"k":{"\/":60,"9":7,"8":5,"7":4,"6":13,"5":7,"4":34,"3":4,"2":7,"1":-4,"0":13,"x":18,"v":18,"J":47,"w":18,"y":18,"\u00fd":18,"\u00ff":18,"\u00c6":43,"A":43,"\u00c1":43,"\u00c2":43,"\u00c4":43,"\u00c0":43,"\u00c5":43,"\u00c3":43,"Z":7,"a":23,"\u00e1":23,"\u00e2":23,"\u00e4":23,"\u00e6":23,"\u00e0":23,"\u00e5":23,"\u00e3":23,"d":25,"g":25,"q":25,"c":29,"e":29,"o":29,"\u00e7":29,"\u00e9":29,"\u00ea":29,"\u00eb":29,"\u00e8":29,"\u00f0":29,"\u00f3":29,"\u00f4":29,"\u00f6":29,"\u00f2":29,"\u00f8":29,"\u00f5":29,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d8":14,"\u00d5":14,"s":31,"z":22,"f":9,"t":7,"u":18,"\u00fa":18,"\u00fb":18,"\u00fc":18,"\u00f9":18,"S":11,"m":18,"n":18,"p":18,"r":18,"\u00f1":18}},"\\":{"d":"165,46r-167,-333r25,0r167,333r-25,0","w":182,"k":{"v":25,"j":-11,"V":43,"T":32,"W":36,"Y":40,"\u00dd":40,"w":22,"y":22,"\u00fd":22,"\u00ff":22,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d8":14,"\u00d5":14,"f":4,"t":11,"U":5,"\u00da":5,"\u00db":5,"\u00dc":5,"\u00d9":5}},"|":{"d":"43,46r0,-333r23,0r0,333r-23,0","w":109},"(":{"d":"124,51v-132,-65,-132,-244,0,-308r12,18v-110,62,-111,210,0,271","w":156,"k":{"j":-11,"g":11,"J":5,"d":11,"q":11,"c":11,"e":11,"o":11,"\u00e7":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00f0":11,"\u00f3":11,"\u00f4":11,"\u00f6":11,"\u00f2":11,"\u00f8":11,"\u00f5":11,"C":11,"G":11,"O":11,"Q":11,"\u00c7":11,"\u00d3":11,"\u00d4":11,"\u00d6":11,"\u00d2":11,"\u00d8":11,"\u00d5":11,"s":5}},")":{"d":"32,51r-12,-19v112,-62,111,-209,0,-271r12,-18v132,65,132,244,0,308","w":156},"[":{"d":"34,47r0,-299r103,0r0,22r-77,0r0,255r77,0r0,22r-103,0","w":158,"k":{"x":4,"v":7,"j":-11,"J":4,"w":7,"y":4,"\u00fd":4,"\u00ff":4,"a":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e6":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"d":7,"g":7,"q":7,"c":7,"e":7,"o":7,"\u00e7":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00f0":7,"\u00f3":7,"\u00f4":7,"\u00f6":7,"\u00f2":7,"\u00f8":7,"\u00f5":7,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d8":7,"\u00d5":7,"s":5}},"]":{"d":"21,47r0,-22r77,0r0,-255r-77,0r0,-22r103,0r0,299r-103,0","w":158},"{":{"d":"150,51v-77,-17,-80,-38,-78,-100v1,-32,-15,-47,-52,-44r0,-21v49,5,52,-24,52,-71v0,-37,13,-60,78,-72r4,18v-62,16,-56,32,-56,85v0,30,-14,44,-37,51v33,8,37,35,37,77v0,32,6,45,56,58","w":173,"k":{"x":4,"v":4,"j":-13,"g":5,"J":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"d":5,"q":5,"c":5,"e":5,"o":5,"\u00e7":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"\u00f0":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f8":5,"\u00f5":5,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d8":7,"\u00d5":7,"s":4,"z":4}},"}":{"d":"24,51r-5,-19v63,-16,57,-32,57,-85v0,-30,14,-43,37,-50v-33,-8,-37,-36,-37,-78v0,-32,-6,-45,-57,-58r5,-18v78,17,80,38,78,100v-1,31,15,45,51,43r0,21v-48,-4,-51,25,-51,71v0,37,-13,61,-78,73","w":173},"@":{"d":"180,58v-92,0,-161,-71,-161,-157v0,-86,70,-157,158,-157v88,0,157,67,157,142v0,61,-35,88,-68,88v-26,0,-43,-12,-50,-30v-30,48,-124,36,-124,-35v0,-77,101,-121,136,-60r5,-25r24,4v-5,33,-17,68,-17,103v0,18,11,29,30,29v26,0,51,-23,51,-74v0,-66,-62,-130,-144,-130v-83,0,-145,65,-145,145v0,80,62,145,148,145v36,0,61,-8,89,-24r6,9v-28,17,-58,27,-95,27xm162,-48v58,0,87,-108,15,-110v-30,0,-59,28,-59,65v0,28,18,45,44,45","w":352},"\u00a9":{"d":"149,4v-73,0,-130,-58,-130,-130v0,-71,58,-130,131,-130v73,0,130,58,130,130v0,71,-58,130,-131,130xm149,-7v68,0,119,-54,119,-120v0,-65,-51,-118,-118,-118v-68,0,-119,54,-119,120v0,65,51,118,118,118xm204,-82v-36,45,-120,18,-120,-46v0,-61,84,-92,119,-47r-13,14v-26,-34,-86,-15,-86,33v0,47,60,68,87,33","w":298},"\u00ae":{"d":"73,-130v-35,0,-63,-28,-63,-63v0,-34,28,-63,63,-63v35,0,62,29,62,63v0,34,-27,63,-62,63xm73,-136v31,0,55,-26,55,-57v0,-31,-23,-56,-55,-56v-31,0,-56,25,-56,57v0,31,24,56,56,56xm48,-162r0,-64v24,0,54,-3,54,20v0,10,-6,17,-15,20r17,24v-28,6,-16,-27,-44,-22r0,22r-12,0xm60,-194v12,0,29,2,29,-10v0,-13,-16,-11,-29,-11r0,21","w":145},"*":{"d":"68,-143r4,-45r-37,26r-10,-17r42,-19r-42,-19r10,-17r37,26r-4,-45r19,0r-4,45r37,-26r10,17r-42,19r42,19r-10,17r-37,-26r4,45r-19,0","w":154,"k":{"J":29,"\u00c6":36,"A":36,"\u00c1":36,"\u00c2":36,"\u00c4":36,"\u00c0":36,"\u00c5":36,"\u00c3":36,"a":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e6":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"d":5,"g":5,"q":5,"c":7,"e":7,"o":7,"\u00e7":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00f0":7,"\u00f3":7,"\u00f4":7,"\u00f6":7,"\u00f2":7,"\u00f8":7,"\u00f5":7,"s":4,"t":-4}},"$":{"d":"105,35r0,-36v-32,-3,-60,-15,-85,-37r16,-21v22,19,43,31,70,34r0,-90v-53,-13,-76,-33,-76,-71v0,-37,31,-64,75,-66r0,-21r23,0r0,22v27,3,48,13,69,29r-16,21v-17,-15,-35,-23,-54,-26r0,89v55,13,78,34,78,70v0,39,-32,65,-77,68r0,35r-23,0xm106,-143r0,-85v-30,1,-49,18,-49,41v0,20,9,34,49,44xm127,-24v31,-1,50,-19,50,-43v0,-21,-10,-33,-50,-43r0,86","w":228,"k":{"7":4}},"\u00a3":{"d":"189,-199v-25,-45,-114,-39,-106,29r0,39r100,0r0,25r-100,0r0,81r128,0r0,25r-187,0r0,-17r30,-7r0,-82r-30,0r0,-25r30,0v-6,-72,15,-125,80,-125v38,0,60,17,77,39","w":231,"k":{"4":5}},"\u00a5":{"d":"110,0r0,-42r-74,0r0,-22r74,0r0,-32r-74,0r0,-22r65,0r-91,-134r34,0r80,123r81,-123r32,0r-92,134r66,0r0,22r-74,0r0,32r74,0r0,22r-74,0r0,42r-27,0","w":246,"k":{"4":7}},"\u00a2":{"d":"76,2r8,-38v-37,-13,-63,-49,-63,-92v1,-54,42,-99,100,-97r5,-29r24,0r-7,32v20,5,35,17,48,30r-18,19v-10,-10,-21,-20,-35,-24r-28,141v28,4,48,-10,65,-27r17,16v-21,23,-45,38,-86,36r-6,33r-24,0xm90,-61r26,-139v-73,-4,-90,116,-26,139","w":209},"#":{"d":"45,0r10,-64r-39,0r0,-25r44,0r13,-76r-43,0r0,-25r47,0r11,-62r25,0r-10,62r68,0r11,-62r25,0r-10,62r38,0r0,25r-43,0r-13,76r42,0r0,25r-46,0r-11,64r-25,0r10,-64r-68,0r-11,64r-25,0xm85,-89r69,0r13,-76r-69,0","w":252},"\u00b6":{"d":"122,0r0,-95v-60,1,-105,-27,-105,-79v-1,-62,60,-84,133,-78r0,252r-28,0","w":183},"\u00a7":{"d":"118,4v-33,0,-62,-14,-82,-35r18,-17v17,16,39,28,65,28v25,0,37,-11,37,-25v0,-13,-15,-23,-59,-33v-55,-14,-75,-26,-75,-52v0,-22,20,-36,48,-41v-50,-24,-25,-85,39,-85v33,0,63,14,83,35r-18,17v-17,-16,-39,-28,-65,-28v-25,0,-37,10,-37,25v0,13,13,22,58,33v55,14,75,25,75,52v0,22,-19,36,-47,41v49,24,23,85,-40,85xm100,-100v35,10,79,5,79,-20v0,-12,-12,-21,-52,-32v-35,-10,-78,-6,-78,20v0,12,11,21,51,32","w":227,"k":{"7":5}},"\u00aa":{"d":"31,-244v32,-17,82,-11,82,33r0,62r-18,0r0,-14v-17,25,-73,22,-73,-17v0,-34,46,-35,73,-31v2,-31,-38,-31,-59,-18xm41,-180v3,30,56,19,54,-7v2,-16,-13,-13,-27,-13v-17,0,-28,8,-27,20xm21,-104r0,-17r93,0r0,17r-93,0","w":140},"\u00ba":{"d":"70,-147v-30,0,-53,-23,-53,-53v0,-29,23,-54,54,-54v30,0,52,24,52,54v0,29,-22,53,-53,53xm18,-104r0,-17r104,0r0,17r-104,0xm71,-164v20,0,33,-16,33,-36v0,-20,-15,-37,-34,-37v-20,0,-33,17,-33,37v0,20,15,36,34,36","w":140},"\u00b0":{"d":"82,-144v-30,0,-56,-26,-56,-55v0,-30,26,-55,56,-55v30,0,57,25,57,55v0,29,-27,55,-57,55xm82,-163v21,0,36,-17,36,-36v0,-19,-15,-36,-36,-36v-21,0,-35,17,-35,36v0,19,14,36,35,36","w":164},"%":{"d":"76,-126v-34,0,-57,-30,-57,-64v0,-34,22,-65,57,-65v34,0,57,30,57,65v0,34,-23,64,-57,64xm45,0r185,-252r25,0r-184,252r-26,0xm224,3v-34,0,-57,-30,-57,-65v0,-34,24,-64,58,-64v34,0,56,30,56,64v0,34,-22,65,-57,65xm76,-146v19,0,33,-20,33,-44v0,-25,-15,-45,-33,-45v-20,0,-33,20,-33,45v0,25,14,44,33,44xm225,-17v20,0,32,-20,32,-45v0,-25,-14,-44,-33,-44v-19,0,-33,20,-33,44v0,25,15,45,34,45","w":300},"\"":{"d":"94,-154r11,-98v10,2,27,-3,33,2r-29,96r-15,0xm23,-154r11,-98v10,2,27,-3,34,2r-29,96r-16,0","w":158},"'":{"d":"23,-154r11,-98v10,2,27,-3,34,2r-29,96r-16,0","w":88},"+":{"d":"99,-40r0,-74r-75,0r0,-26r75,0r0,-74r27,0r0,74r75,0r0,26r-75,0r0,74r-27,0","w":225},"\u00f7":{"d":"94,-180r0,-37r37,0r0,37r-37,0xm201,-114r-177,0r0,-25r177,0r0,25xm94,-37r0,-37r37,0r0,37r-37,0","w":225},"=":{"d":"29,-156r0,-26r167,0r0,26r-167,0xm29,-71r0,-27r167,0r0,27r-167,0","w":225},"\u00d7":{"d":"175,-46r-63,-63r-62,63r-18,-18r63,-62r-63,-63r18,-19r63,64r63,-64r18,18r-64,63r64,63","w":225},"<":{"d":"192,-31r-169,-84r0,-24r169,-83r0,27r-139,68r139,68r0,28","w":225},">":{"d":"33,-31r0,-28r139,-67r-139,-68r0,-28r169,83r0,24","w":225},"\u00b1":{"d":"198,-131r-72,0r0,71r-27,0r0,-71r-71,0r0,-25r71,0r0,-71r27,0r0,71r72,0r0,25xm198,0r-170,0r0,-25r170,0r0,25","w":225},"\u00a0":{"w":108},"^":{"d":"23,-177r56,-76r22,0r56,76r-25,0r-42,-56r-43,56r-24,0","w":180},"~":{"d":"43,-85r-17,-5v9,-56,50,-34,83,-23v9,0,13,-5,18,-18r17,4v-8,55,-50,34,-82,24v-9,0,-14,5,-19,18","w":170},"\u00b4":{"d":"66,-214r33,-52r29,13r-41,39r-21,0","w":180},"`":{"d":"93,-214r-41,-39r29,-13r33,52r-21,0","w":180},"\u00af":{"d":"34,-221r0,-23r112,0r0,23r-112,0","w":180},"\u00a8":{"d":"105,-214r0,-34r33,0r0,34r-33,0xm42,-214r0,-34r33,0r0,34r-33,0","w":180},"\u00b8":{"d":"81,56r-27,-12r33,-49r22,0","w":180}}});Cufon.replace('.post .title h2');$(function(){$(".screenshots a").fancybox();$(".tags span").hover(function(){$(this).addClass("hover");},function(){$(this).removeClass("hover");});$("#slider_canvas").scrollable({circular:true,items:".cards",easing:"easeOutQuad",speed:500}).navigator({navi:"#slider_nav",naviItem:'a',activeClass:'active'});$("#download_bar li.nav").click(function(){var href=$(this).find("a").attr("href");if(href!="#")
location.href=$(this).find("a").attr("href");return false;});$("#download_bar li.nav").hover(function(){if(!$(this).hasClass("active")){var link=$(this).find("a");link.show();$(this).stop().animate({width:link.width()+20},200);}},function(){if(!$(this).hasClass("active")){var link=$(this).find("a");$(this).stop().animate({width:0},200);}});});function _(x){if(typeof console=='object'&&typeof console.log!="undefined")
console.log(x)}
