(function($){$.fn.jCarouselLite=function(o){o=$.extend({btnPrev:null,btnNext:null,btnGo:null,mouseWheel:false,auto:null,speed:200,easing:null,vertical:false,circular:true,visible:3,start:0,scroll:1,beforeStart:null,afterEnd:null},o||{});return this.each(function(){var b=false,animCss=o.vertical?"top":"left",sizeCss=o.vertical?"height":"width";var c=$(this),ul=$("ul",c),tLi=$("li",ul),tl=tLi.size(),v=o.visible;if(o.circular){ul.prepend(tLi.slice(tl-v-1+1).clone()).append(tLi.slice(0,v).clone());o.start+=v}var f=$("li",ul),itemLength=f.size(),curr=o.start;c.css("visibility","visible");f.css({overflow:"hidden",float:o.vertical?"none":"left"});ul.css({margin:"0",padding:"0",position:"relative","list-style-type":"none","z-index":"1"});c.css({overflow:"hidden",position:"relative","z-index":"2",left:"0px"});var g=o.vertical?height(f):width(f);var h=g*itemLength;var j=g*v;f.css({width:f.width(),height:f.height()});ul.css(sizeCss,h+"px").css(animCss,-(curr*g));c.css(sizeCss,j+"px");if(o.btnPrev)$(o.btnPrev).click(function(){return go(curr-o.scroll)});if(o.btnNext)$(o.btnNext).click(function(){return go(curr+o.scroll)});if(o.btnGo)$.each(o.btnGo,function(i,a){$(a).click(function(){return go(o.circular?o.visible+i:i)})});if(o.mouseWheel&&c.mousewheel)c.mousewheel(function(e,d){return d>0?go(curr-o.scroll):go(curr+o.scroll)});if(o.auto)setInterval(function(){go(curr+o.scroll)},o.auto+o.speed);function vis(){return f.slice(curr).slice(0,v)};function go(a){if(!b){if(o.beforeStart)o.beforeStart.call(this,vis());if(o.circular){if(a<=o.start-v-1){ul.css(animCss,-((itemLength-(v*2))*g)+"px");curr=a==o.start-v-1?itemLength-(v*2)-1:itemLength-(v*2)-o.scroll}else if(a>=itemLength-v+1){ul.css(animCss,-((v)*g)+"px");curr=a==itemLength-v+1?v+1:v+o.scroll}else curr=a}else{if(a<0||a>itemLength-v)return;else curr=a}b=true;ul.animate(animCss=="left"?{left:-(curr*g)}:{top:-(curr*g)},o.speed,o.easing,function(){if(o.afterEnd)o.afterEnd.call(this,vis());b=false});if(!o.circular){$(o.btnPrev+","+o.btnNext).removeClass("disabled");$((curr-o.scroll<0&&o.btnPrev)||(curr+o.scroll>itemLength-v&&o.btnNext)||[]).addClass("disabled")}}return false}})};function css(a,b){return parseInt($.css(a[0],b))||0};function width(a){return a[0].offsetWidth+css(a,'marginLeft')+css(a,'marginRight')};function height(a){return a[0].offsetHeight+css(a,'marginTop')+css(a,'marginBottom')}})(jQuery);;(function($){var tmp,loading,overlay,wrap,outer,content,close,title,nav_left,nav_right,selectedIndex=0,selectedOpts={},selectedArray=[],currentIndex=0,currentOpts={},currentArray=[],ajaxLoader=null,imgPreloader=new Image(),imgRegExp=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,swfRegExp=/[^\.]\.(swf)\s*$/i,loadingTimer,loadingFrame=1,titleHeight=0,titleStr='',start_pos,final_pos,busy=false,fx=$.extend($('<div/>')[0],{prop:0}),isIE6=$.browser.msie&&$.browser.version<7&&!window.XMLHttpRequest,_abort=function(){loading.hide();imgPreloader.onerror=imgPreloader.onload=null;if(ajaxLoader){ajaxLoader.abort();}
tmp.empty();},_error=function(){if(false===selectedOpts.onError(selectedArray,selectedIndex,selectedOpts)){loading.hide();busy=false;return;}
selectedOpts.titleShow=false;selectedOpts.width='auto';selectedOpts.height='auto';tmp.html('<p id="fancybox-error">The requested content cannot be loaded.<br />Please try again later.</p>');_process_inline();},_start=function(){var obj=selectedArray[selectedIndex],href,type,title,str,emb,ret;_abort();selectedOpts=$.extend({},$.fn.fancybox.defaults,(typeof $(obj).data('fancybox')=='undefined'?selectedOpts:$(obj).data('fancybox')));ret=selectedOpts.onStart(selectedArray,selectedIndex,selectedOpts);if(ret===false){busy=false;return;}else if(typeof ret=='object'){selectedOpts=$.extend(selectedOpts,ret);}
title=selectedOpts.title||(obj.nodeName?$(obj).attr('title'):obj.title)||'';if(obj.nodeName&&!selectedOpts.orig){selectedOpts.orig=$(obj).children("img:first").length?$(obj).children("img:first"):$(obj);}
if(title===''&&selectedOpts.orig&&selectedOpts.titleFromAlt){title=selectedOpts.orig.attr('alt');}
href=selectedOpts.href||(obj.nodeName?$(obj).attr('href'):obj.href)||null;if((/^(?:javascript)/i).test(href)||href=='#'){href=null;}
if(selectedOpts.type){type=selectedOpts.type;if(!href){href=selectedOpts.content;}}else if(selectedOpts.content){type='html';}else if(href){if(href.match(imgRegExp)){type='image';}else if(href.match(swfRegExp)){type='swf';}else if($(obj).hasClass("iframe")){type='iframe';}else if(href.indexOf("#")===0){type='inline';}else{type='ajax';}}
if(!type){_error();return;}
if(type=='inline'){obj=href.substr(href.indexOf("#"));type=$(obj).length>0?'inline':'ajax';}
selectedOpts.type=type;selectedOpts.href=href;selectedOpts.title=title;if(selectedOpts.autoDimensions){if(selectedOpts.type=='html'||selectedOpts.type=='inline'||selectedOpts.type=='ajax'){selectedOpts.width='auto';selectedOpts.height='auto';}else{selectedOpts.autoDimensions=false;}}
if(selectedOpts.modal){selectedOpts.overlayShow=true;selectedOpts.hideOnOverlayClick=false;selectedOpts.hideOnContentClick=false;selectedOpts.enableEscapeButton=false;selectedOpts.showCloseButton=false;}
selectedOpts.padding=parseInt(selectedOpts.padding,10);selectedOpts.margin=parseInt(selectedOpts.margin,10);tmp.css('padding',(selectedOpts.padding+selectedOpts.margin));$('.fancybox-inline-tmp').unbind('fancybox-cancel').bind('fancybox-change',function(){$(this).replaceWith(content.children());});switch(type){case'html':tmp.html(selectedOpts.content);_process_inline();break;case'inline':if($(obj).parent().is('#fancybox-content')===true){busy=false;return;}
$('<div class="fancybox-inline-tmp" />').hide().insertBefore($(obj)).bind('fancybox-cleanup',function(){$(this).replaceWith(content.children());}).bind('fancybox-cancel',function(){$(this).replaceWith(tmp.children());});$(obj).appendTo(tmp);_process_inline();break;case'image':busy=false;$.fancybox.showActivity();imgPreloader=new Image();imgPreloader.onerror=function(){_error();};imgPreloader.onload=function(){busy=true;imgPreloader.onerror=imgPreloader.onload=null;_process_image();};imgPreloader.src=href;break;case'swf':selectedOpts.scrolling='no';str='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+selectedOpts.width+'" height="'+selectedOpts.height+'"><param name="movie" value="'+href+'"></param>';emb='';$.each(selectedOpts.swf,function(name,val){str+='<param name="'+name+'" value="'+val+'"></param>';emb+=' '+name+'="'+val+'"';});str+='<embed src="'+href+'" type="application/x-shockwave-flash" width="'+selectedOpts.width+'" height="'+selectedOpts.height+'"'+emb+'></embed></object>';tmp.html(str);_process_inline();break;case'ajax':busy=false;$.fancybox.showActivity();selectedOpts.ajax.win=selectedOpts.ajax.success;ajaxLoader=$.ajax($.extend({},selectedOpts.ajax,{url:href,data:selectedOpts.ajax.data||{},error:function(XMLHttpRequest,textStatus,errorThrown){if(XMLHttpRequest.status>0){_error();}},success:function(data,textStatus,XMLHttpRequest){var o=typeof XMLHttpRequest=='object'?XMLHttpRequest:ajaxLoader;if(o.status==200){if(typeof selectedOpts.ajax.win=='function'){ret=selectedOpts.ajax.win(href,data,textStatus,XMLHttpRequest);if(ret===false){loading.hide();return;}else if(typeof ret=='string'||typeof ret=='object'){data=ret;}}
tmp.html(data);_process_inline();}}}));break;case'iframe':_show();break;}},_process_inline=function(){var
w=selectedOpts.width,h=selectedOpts.height;if(w.toString().indexOf('%')>-1){w=parseInt(($(window).width()-(selectedOpts.margin*2))*parseFloat(w)/100,10)+'px';}else{w=w=='auto'?'auto':w+'px';}
if(h.toString().indexOf('%')>-1){h=parseInt(($(window).height()-(selectedOpts.margin*2))*parseFloat(h)/100,10)+'px';}else{h=h=='auto'?'auto':h+'px';}
tmp.wrapInner('<div style="width:'+w+';height:'+h+';overflow: '+(selectedOpts.scrolling=='auto'?'auto':(selectedOpts.scrolling=='yes'?'scroll':'hidden'))+';position:relative;"></div>');selectedOpts.width=tmp.width();selectedOpts.height=tmp.height();_show();},_process_image=function(){selectedOpts.width=imgPreloader.width;selectedOpts.height=imgPreloader.height;$("<img />").attr({'id':'fancybox-img','src':imgPreloader.src,'alt':selectedOpts.title}).appendTo(tmp);_show();},_show=function(){var pos,equal;loading.hide();if(wrap.is(":visible")&&false===currentOpts.onCleanup(currentArray,currentIndex,currentOpts)){$.event.trigger('fancybox-cancel');busy=false;return;}
busy=true;$(content.add(overlay)).unbind();$(window).unbind("resize.fb scroll.fb");$(document).unbind('keydown.fb');if(wrap.is(":visible")&&currentOpts.titlePosition!=='outside'){wrap.css('height',wrap.height());}
currentArray=selectedArray;currentIndex=selectedIndex;currentOpts=selectedOpts;if(currentOpts.overlayShow){overlay.css({'background-color':currentOpts.overlayColor,'opacity':currentOpts.overlayOpacity,'cursor':currentOpts.hideOnOverlayClick?'pointer':'auto','height':$(document).height()});if(!overlay.is(':visible')){if(isIE6){$('select:not(#fancybox-tmp select)').filter(function(){return this.style.visibility!=='hidden';}).css({'visibility':'hidden'}).one('fancybox-cleanup',function(){this.style.visibility='inherit';});}
overlay.show();}}else{overlay.hide();}
final_pos=_get_zoom_to();_process_title();if(wrap.is(":visible")){$(close.add(nav_left).add(nav_right)).hide();pos=wrap.position(),start_pos={top:pos.top,left:pos.left,width:wrap.width(),height:wrap.height()};equal=(start_pos.width==final_pos.width&&start_pos.height==final_pos.height);content.fadeTo(currentOpts.changeFade,0.3,function(){var finish_resizing=function(){content.html(tmp.contents()).fadeTo(currentOpts.changeFade,1,_finish);};$.event.trigger('fancybox-change');content.empty().removeAttr('filter').css({'border-width':currentOpts.padding,'width':final_pos.width-currentOpts.padding*2,'height':selectedOpts.autoDimensions?'auto':final_pos.height-titleHeight-currentOpts.padding*2});if(equal){finish_resizing();}else{fx.prop=0;$(fx).animate({prop:1},{duration:currentOpts.changeSpeed,easing:currentOpts.easingChange,step:_draw,complete:finish_resizing});}});return;}
wrap.removeAttr("style");content.css('border-width',currentOpts.padding);if(currentOpts.transitionIn=='elastic'){start_pos=_get_zoom_from();content.html(tmp.contents());wrap.show();if(currentOpts.opacity){final_pos.opacity=0;}
fx.prop=0;$(fx).animate({prop:1},{duration:currentOpts.speedIn,easing:currentOpts.easingIn,step:_draw,complete:_finish});return;}
if(currentOpts.titlePosition=='inside'&&titleHeight>0){title.show();}
content.css({'width':final_pos.width-currentOpts.padding*2,'height':selectedOpts.autoDimensions?'auto':final_pos.height-titleHeight-currentOpts.padding*2}).html(tmp.contents());wrap.css(final_pos).fadeIn(currentOpts.transitionIn=='none'?0:currentOpts.speedIn,_finish);},_format_title=function(title){if(title&&title.length){if(currentOpts.titlePosition=='float'){return'<table id="fancybox-title-float-wrap" cellpadding="0" cellspacing="0"><tr><td id="fancybox-title-float-left"></td><td id="fancybox-title-float-main">'+title+'</td><td id="fancybox-title-float-right"></td></tr></table>';}
return'<div id="fancybox-title-'+currentOpts.titlePosition+'">'+title+'</div>';}
return false;},_process_title=function(){titleStr=currentOpts.title||'';titleHeight=0;title.empty().removeAttr('style').removeClass();if(currentOpts.titleShow===false){title.hide();return;}
titleStr=$.isFunction(currentOpts.titleFormat)?currentOpts.titleFormat(titleStr,currentArray,currentIndex,currentOpts):_format_title(titleStr);if(!titleStr||titleStr===''){title.hide();return;}
title.addClass('fancybox-title-'+currentOpts.titlePosition).html(titleStr).appendTo('body').show();switch(currentOpts.titlePosition){case'inside':title.css({'width':final_pos.width-(currentOpts.padding*2),'marginLeft':currentOpts.padding,'marginRight':currentOpts.padding});titleHeight=title.outerHeight(true);title.appendTo(outer);final_pos.height+=titleHeight;break;case'over':title.css({'marginLeft':currentOpts.padding,'width':final_pos.width-(currentOpts.padding*2),'bottom':currentOpts.padding}).appendTo(outer);break;case'float':title.css('left',parseInt((title.width()-final_pos.width-40)/2,10)*-1).appendTo(wrap);break;default:title.css({'width':final_pos.width-(currentOpts.padding*2),'paddingLeft':currentOpts.padding,'paddingRight':currentOpts.padding}).appendTo(wrap);break;}
title.hide();},_set_navigation=function(){if(currentOpts.enableEscapeButton||currentOpts.enableKeyboardNav){$(document).bind('keydown.fb',function(e){if(e.keyCode==27&&currentOpts.enableEscapeButton){e.preventDefault();$.fancybox.close();}else if((e.keyCode==37||e.keyCode==39)&&currentOpts.enableKeyboardNav&&e.target.tagName!=='INPUT'&&e.target.tagName!=='TEXTAREA'&&e.target.tagName!=='SELECT'){e.preventDefault();$.fancybox[e.keyCode==37?'prev':'next']();}});}
if(!currentOpts.showNavArrows){nav_left.hide();nav_right.hide();return;}
if((currentOpts.cyclic&&currentArray.length>1)||currentIndex!==0){nav_left.show();}
if((currentOpts.cyclic&&currentArray.length>1)||currentIndex!=(currentArray.length-1)){nav_right.show();}},_finish=function(){if(!$.support.opacity){content.get(0).style.removeAttribute('filter');wrap.get(0).style.removeAttribute('filter');}
if(selectedOpts.autoDimensions){content.css('height','auto');}
wrap.css('height','auto');if(titleStr&&titleStr.length){title.show();}
if(currentOpts.showCloseButton){close.show();}
_set_navigation();if(currentOpts.hideOnContentClick){content.bind('click',$.fancybox.close);}
if(currentOpts.hideOnOverlayClick){overlay.bind('click',$.fancybox.close);}
$(window).bind("resize.fb",$.fancybox.resize);if(currentOpts.centerOnScroll){$(window).bind("scroll.fb",$.fancybox.center);}
if(currentOpts.type=='iframe'){$('<iframe id="fancybox-frame" name="fancybox-frame'+new Date().getTime()+'" frameborder="0" hspace="0" '+($.browser.msie?'allowtransparency="true""':'')+' scrolling="'+selectedOpts.scrolling+'" src="'+currentOpts.href+'"></iframe>').appendTo(content);}
wrap.show();busy=false;$.fancybox.center();currentOpts.onComplete(currentArray,currentIndex,currentOpts);_preload_images();},_preload_images=function(){var href,objNext;if((currentArray.length-1)>currentIndex){href=currentArray[currentIndex+1].href;if(typeof href!=='undefined'&&href.match(imgRegExp)){objNext=new Image();objNext.src=href;}}
if(currentIndex>0){href=currentArray[currentIndex-1].href;if(typeof href!=='undefined'&&href.match(imgRegExp)){objNext=new Image();objNext.src=href;}}},_draw=function(pos){var dim={width:parseInt(start_pos.width+(final_pos.width-start_pos.width)*pos,10),height:parseInt(start_pos.height+(final_pos.height-start_pos.height)*pos,10),top:parseInt(start_pos.top+(final_pos.top-start_pos.top)*pos,10),left:parseInt(start_pos.left+(final_pos.left-start_pos.left)*pos,10)};if(typeof final_pos.opacity!=='undefined'){dim.opacity=pos<0.5?0.5:pos;}
wrap.css(dim);content.css({'width':dim.width-currentOpts.padding*2,'height':dim.height-(titleHeight*pos)-currentOpts.padding*2});},_get_viewport=function(){return[$(window).width()-(currentOpts.margin*2),$(window).height()-(currentOpts.margin*2),$(document).scrollLeft()+currentOpts.margin,$(document).scrollTop()+currentOpts.margin];},_get_zoom_to=function(){var view=_get_viewport(),to={},resize=currentOpts.autoScale,double_padding=currentOpts.padding*2,ratio;if(currentOpts.width.toString().indexOf('%')>-1){to.width=parseInt((view[0]*parseFloat(currentOpts.width))/100,10);}else{to.width=currentOpts.width+double_padding;}
if(currentOpts.height.toString().indexOf('%')>-1){to.height=parseInt((view[1]*parseFloat(currentOpts.height))/100,10);}else{to.height=currentOpts.height+double_padding;}
if(resize&&(to.width>view[0]||to.height>view[1])){if(selectedOpts.type=='image'||selectedOpts.type=='swf'){ratio=(currentOpts.width)/(currentOpts.height);if((to.width)>view[0]){to.width=view[0];to.height=parseInt(((to.width-double_padding)/ratio)+double_padding,10);}
if((to.height)>view[1]){to.height=view[1];to.width=parseInt(((to.height-double_padding)*ratio)+double_padding,10);}}else{to.width=Math.min(to.width,view[0]);to.height=Math.min(to.height,view[1]);}}
to.top=parseInt(Math.max(view[3]-20,view[3]+((view[1]-to.height-40)*0.5)),10);to.left=parseInt(Math.max(view[2]-20,view[2]+((view[0]-to.width-40)*0.5)),10);return to;},_get_obj_pos=function(obj){var pos=obj.offset();pos.top+=parseInt(obj.css('paddingTop'),10)||0;pos.left+=parseInt(obj.css('paddingLeft'),10)||0;pos.top+=parseInt(obj.css('border-top-width'),10)||0;pos.left+=parseInt(obj.css('border-left-width'),10)||0;pos.width=obj.width();pos.height=obj.height();return pos;},_get_zoom_from=function(){var orig=selectedOpts.orig?$(selectedOpts.orig):false,from={},pos,view;if(orig&&orig.length){pos=_get_obj_pos(orig);from={width:pos.width+(currentOpts.padding*2),height:pos.height+(currentOpts.padding*2),top:pos.top-currentOpts.padding-20,left:pos.left-currentOpts.padding-20};}else{view=_get_viewport();from={width:currentOpts.padding*2,height:currentOpts.padding*2,top:parseInt(view[3]+view[1]*0.5,10),left:parseInt(view[2]+view[0]*0.5,10)};}
return from;},_animate_loading=function(){if(!loading.is(':visible')){clearInterval(loadingTimer);return;}
$('div',loading).css('top',(loadingFrame*-40)+'px');loadingFrame=(loadingFrame+1)%12;};$.fn.fancybox=function(options){if(!$(this).length){return this;}
$(this).data('fancybox',$.extend({},options,($.metadata?$(this).metadata():{}))).unbind('click.fb').bind('click.fb',function(e){e.preventDefault();if(busy){return;}
busy=true;$(this).blur();selectedArray=[];selectedIndex=0;var rel=$(this).attr('rel')||'';if(!rel||rel==''||rel==='nofollow'){selectedArray.push(this);}else{selectedArray=$("a[rel="+rel+"], area[rel="+rel+"]");selectedIndex=selectedArray.index(this);}
_start();return;});return this;};$.fancybox=function(obj){var opts;if(busy){return;}
busy=true;opts=typeof arguments[1]!=='undefined'?arguments[1]:{};selectedArray=[];selectedIndex=parseInt(opts.index,10)||0;if($.isArray(obj)){for(var i=0,j=obj.length;i<j;i++){if(typeof obj[i]=='object'){$(obj[i]).data('fancybox',$.extend({},opts,obj[i]));}else{obj[i]=$({}).data('fancybox',$.extend({content:obj[i]},opts));}}
selectedArray=jQuery.merge(selectedArray,obj);}else{if(typeof obj=='object'){$(obj).data('fancybox',$.extend({},opts,obj));}else{obj=$({}).data('fancybox',$.extend({content:obj},opts));}
selectedArray.push(obj);}
if(selectedIndex>selectedArray.length||selectedIndex<0){selectedIndex=0;}
_start();};$.fancybox.showActivity=function(){clearInterval(loadingTimer);loading.show();loadingTimer=setInterval(_animate_loading,66);};$.fancybox.hideActivity=function(){loading.hide();};$.fancybox.next=function(){return $.fancybox.pos(currentIndex+1);};$.fancybox.prev=function(){return $.fancybox.pos(currentIndex-1);};$.fancybox.pos=function(pos){if(busy){return;}
pos=parseInt(pos);selectedArray=currentArray;if(pos>-1&&pos<currentArray.length){selectedIndex=pos;_start();}else if(currentOpts.cyclic&&currentArray.length>1){selectedIndex=pos>=currentArray.length?0:currentArray.length-1;_start();}
return;};$.fancybox.cancel=function(){if(busy){return;}
busy=true;$.event.trigger('fancybox-cancel');_abort();selectedOpts.onCancel(selectedArray,selectedIndex,selectedOpts);busy=false;};$.fancybox.close=function(){if(busy||wrap.is(':hidden')){return;}
busy=true;if(currentOpts&&false===currentOpts.onCleanup(currentArray,currentIndex,currentOpts)){busy=false;return;}
_abort();$(close.add(nav_left).add(nav_right)).hide();$(content.add(overlay)).unbind();$(window).unbind("resize.fb scroll.fb");$(document).unbind('keydown.fb');content.find('iframe').attr('src',isIE6&&/^https/i.test(window.location.href||'')?'javascript:void(false)':'about:blank');if(currentOpts.titlePosition!=='inside'){title.empty();}
wrap.stop();function _cleanup(){overlay.fadeOut('fast');title.empty().hide();wrap.hide();$.event.trigger('fancybox-cleanup');content.empty();currentOpts.onClosed(currentArray,currentIndex,currentOpts);currentArray=selectedOpts=[];currentIndex=selectedIndex=0;currentOpts=selectedOpts={};busy=false;}
if(currentOpts.transitionOut=='elastic'){start_pos=_get_zoom_from();var pos=wrap.position();final_pos={top:pos.top,left:pos.left,width:wrap.width(),height:wrap.height()};if(currentOpts.opacity){final_pos.opacity=1;}
title.empty().hide();fx.prop=1;$(fx).animate({prop:0},{duration:currentOpts.speedOut,easing:currentOpts.easingOut,step:_draw,complete:_cleanup});}else{wrap.fadeOut(currentOpts.transitionOut=='none'?0:currentOpts.speedOut,_cleanup);}};$.fancybox.resize=function(){if(overlay.is(':visible')){overlay.css('height',$(document).height());}
$.fancybox.center(true);};$.fancybox.center=function(){var view,align;if(busy){return;}
align=arguments[0]===true?1:0;view=_get_viewport();if(!align&&(wrap.width()>view[0]||wrap.height()>view[1])){return;}
wrap.stop().animate({'top':parseInt(Math.max(view[3]-20,view[3]+((view[1]-content.height()-40)*0.5)-currentOpts.padding)),'left':parseInt(Math.max(view[2]-20,view[2]+((view[0]-content.width()-40)*0.5)-currentOpts.padding))},typeof arguments[0]=='number'?arguments[0]:200);};$.fancybox.init=function(){if($("#fancybox-wrap").length){return;}
$('body').append(tmp=$('<div id="fancybox-tmp"></div>'),loading=$('<div id="fancybox-loading"><div></div></div>'),overlay=$('<div id="fancybox-overlay"></div>'),wrap=$('<div id="fancybox-wrap"></div>'));outer=$('<div id="fancybox-outer"></div>').append('<div class="fancybox-bg" id="fancybox-bg-n"></div><div class="fancybox-bg" id="fancybox-bg-ne"></div><div class="fancybox-bg" id="fancybox-bg-e"></div><div class="fancybox-bg" id="fancybox-bg-se"></div><div class="fancybox-bg" id="fancybox-bg-s"></div><div class="fancybox-bg" id="fancybox-bg-sw"></div><div class="fancybox-bg" id="fancybox-bg-w"></div><div class="fancybox-bg" id="fancybox-bg-nw"></div>').appendTo(wrap);outer.append(content=$('<div id="fancybox-content"></div>'),close=$('<a id="fancybox-close"></a>'),title=$('<div id="fancybox-title"></div>'),nav_left=$('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),nav_right=$('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));close.click($.fancybox.close);loading.click($.fancybox.cancel);nav_left.click(function(e){e.preventDefault();$.fancybox.prev();});nav_right.click(function(e){e.preventDefault();$.fancybox.next();});if($.fn.mousewheel){wrap.bind('mousewheel.fb',function(e,delta){if(busy){e.preventDefault();}else if($(e.target).get(0).clientHeight==0||$(e.target).get(0).scrollHeight===$(e.target).get(0).clientHeight){e.preventDefault();$.fancybox[delta>0?'prev':'next']();}});}
if(!$.support.opacity){wrap.addClass('fancybox-ie');}
if(isIE6){loading.addClass('fancybox-ie6');wrap.addClass('fancybox-ie6');$('<iframe id="fancybox-hide-sel-frame" src="'+(/^https/i.test(window.location.href||'')?'javascript:void(false)':'about:blank')+'" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(outer);}};$.fn.fancybox.defaults={padding:10,margin:40,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.7,overlayColor:'#777',titleShow:true,titlePosition:'float',titleFormat:null,titleFromAlt:false,transitionIn:'fade',transitionOut:'fade',speedIn:300,speedOut:300,changeSpeed:300,changeFade:'fast',easingIn:'swing',easingOut:'swing',showCloseButton:true,showNavArrows:true,enableEscapeButton:true,enableKeyboardNav:true,onStart:function(){},onCancel:function(){},onComplete:function(){},onCleanup:function(){},onClosed:function(){},onError:function(){}};$(document).ready(function(){$.fancybox.init();});})(jQuery);var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());(function($){var defaultOptions={preloadImg:true};var jqTransformImgPreloaded=false;var jqTransformPreloadHoverFocusImg=function(strImgUrl){strImgUrl=strImgUrl.replace(/^url\((.*)\)/,'$1').replace(/^\"(.*)\"$/,'$1');var imgHover=new Image();imgHover.src=strImgUrl.replace(/\.([a-zA-Z]*)$/,'-hover.$1');var imgFocus=new Image();imgFocus.src=strImgUrl.replace(/\.([a-zA-Z]*)$/,'-focus.$1');};var jqTransformGetLabel=function(objfield){var selfForm=$(objfield.get(0).form);var oLabel=objfield.next();if(!oLabel.is('label')){oLabel=objfield.prev();if(oLabel.is('label')){var inputname=objfield.attr('id');if(inputname){oLabel=selfForm.find('label[for="'+inputname+'"]');}}}
if(oLabel.is('label')){return oLabel.css('cursor','pointer');}
return false;};var jqTransformHideSelect=function(oTarget){var ulVisible=$('.jqTransformSelectWrapper ul:visible');ulVisible.each(function(){var oSelect=$(this).parents(".jqTransformSelectWrapper:first").find("select").get(0);if(!(oTarget&&oSelect.oLabel&&oSelect.oLabel.get(0)==oTarget.get(0))){$(this).hide();}});};var jqTransformCheckExternalClick=function(event){if($(event.target).parents('.jqTransformSelectWrapper').length===0){jqTransformHideSelect($(event.target));}};var jqTransformAddDocumentListener=function(){$(document).mousedown(jqTransformCheckExternalClick);};var jqTransformReset=function(f){var sel;$('.jqTransformSelectWrapper select',f).each(function(){sel=(this.selectedIndex<0)?0:this.selectedIndex;$('ul',$(this).parent()).each(function(){$('a:eq('+sel+')',this).click();});});$('a.jqTransformCheckbox, a.jqTransformRadio',f).removeClass('jqTransformChecked');$('input:checkbox, input:radio',f).each(function(){if(this.checked){$('a',$(this).parent()).addClass('jqTransformChecked');}});};$.fn.jqTransInputButton=function(){return this.each(function(){});};$.fn.jqTransInputText=function(){return this.each(function(){});};$.fn.jqTransCheckBox=function(){return this.each(function(){if($(this).hasClass('jqTransformHidden')){return;}
var $input=$(this);var inputSelf=this;var oLabel=jqTransformGetLabel($input);oLabel&&oLabel.click(function(){aLink.trigger('click');});var aLink=$('<a href="#" class="jqTransformCheckbox"></a>');$input.addClass('jqTransformHidden').wrap('<span class="jqTransformCheckboxWrapper"></span>').parent().prepend(aLink);$input.change(function(){this.checked&&aLink.addClass('jqTransformChecked')||aLink.removeClass('jqTransformChecked');return true;});aLink.click(function(){if($input.attr('disabled')){return false;}
$input.trigger('click').trigger("change");return false;});this.checked&&aLink.addClass('jqTransformChecked');});};$.fn.jqTransRadio=function(){return this.each(function(){if($(this).hasClass('jqTransformHidden')){return;}
var $input=$(this);var inputSelf=this;oLabel=jqTransformGetLabel($input);oLabel&&oLabel.click(function(){aLink.trigger('click');});var aLink=$('<a href="#" class="jqTransformRadio" rel="'+this.name+'"></a>');$input.addClass('jqTransformHidden').wrap('<span class="jqTransformRadioWrapper"></span>').parent().prepend(aLink);$input.change(function(){inputSelf.checked&&aLink.addClass('jqTransformChecked')||aLink.removeClass('jqTransformChecked');return true;});aLink.click(function(){if($input.attr('disabled')){return false;}
$input.trigger('click').trigger('change');$('input[name="'+$input.attr('name')+'"]',inputSelf.form).not($input).each(function(){$(this).attr('type')=='radio'&&$(this).trigger('change');});return false;});inputSelf.checked&&aLink.addClass('jqTransformChecked');});};$.fn.jqTransTextarea=function(){return this.each(function(){var textarea=$(this);});};$.fn.jqTransSelect=function(){return this.each(function(index){var $select=$(this);if($select.hasClass('ignore')==true){return;}
if($select.hasClass('jqTransformHidden')){return;}
if($select.attr('multiple')){return;}
var oLabel=jqTransformGetLabel($select);var $wrapper=$select.addClass('jqTransformHidden').wrap('<div class="jqTransformSelectWrapper"></div>').parent().css({zIndex:10-index});$wrapper.prepend('<div><span></span><a href="#" class="jqTransformSelectOpen"></a></div><ul></ul>');var $ul=$('ul',$wrapper).css('width',$select.width()).hide();$('option',this).each(function(i){var oLi=$('<li><a href="#" index="'+i+'">'+$(this).html()+'</a></li>');$ul.append(oLi);});$ul.find('a').click(function(){$('a.selected',$wrapper).removeClass('selected');$(this).addClass('selected');if($select[0].selectedIndex!=$(this).attr('index')&&$select[0].onchange){$select[0].selectedIndex=$(this).attr('index');$select[0].onchange();}
$select[0].selectedIndex=$(this).attr('index');$('span:eq(0)',$wrapper).html($(this).html());$ul.hide();return false;});$('a:eq('+this.selectedIndex+')',$ul).click();$('span:first',$wrapper).click(function(){$("a.jqTransformSelectOpen",$wrapper).trigger('click');});oLabel&&oLabel.click(function(){$("a.jqTransformSelectOpen",$wrapper).trigger('click');});this.oLabel=oLabel;var oLinkOpen=$('a.jqTransformSelectOpen',$wrapper).click(function(){if($ul.css('display')=='none'){jqTransformHideSelect();}
if($select.attr('disabled')){return false;}
$ul.slideToggle('fast',function(){var offSet=($('a.selected',$ul).offset().top-$ul.offset().top);$ul.animate({scrollTop:offSet});});return false;});var iSelectWidth=$select.outerWidth();var oSpan=$('span:first',$wrapper);var newWidth=(iSelectWidth>oSpan.innerWidth())?iSelectWidth+oLinkOpen.outerWidth():$wrapper.width();$wrapper.css('width',newWidth);$ul.css('width',newWidth-2);oSpan.css({width:iSelectWidth});$ul.css({display:'block',visibility:'hidden'});var iSelectHeight=($('li',$ul).length)*($('li:first',$ul).height());(iSelectHeight<$ul.height())&&$ul.css({height:iSelectHeight,'overflow':'hidden'});$ul.css({display:'none',visibility:'visible'});});};$.fn.jqTransform=function(options){var opt=$.extend({},defaultOptions,options);return this.each(function(){var selfForm=$(this);if(selfForm.hasClass('jqtransformdone')){return;}
selfForm.addClass('jqtransformdone');$('input:submit, input:reset, input[type="button"]',this).jqTransInputButton();$('input:text, input:password',this).jqTransInputText();$('input:checkbox',this).jqTransCheckBox();$('input:radio',this).jqTransRadio();$('textarea',this).jqTransTextarea();if($('select',this).jqTransSelect().length>0){jqTransformAddDocumentListener();}
selfForm.bind('reset',function(){var action=function(){jqTransformReset(this);};window.setTimeout(action,10);});});};})(jQuery);(function($){$.fn.slides=function(option){option=$.extend({},$.fn.slides.option,option);return this.each(function(){$('.'+option.container,$(this)).children().wrapAll('<div class="slides_control"/>');var elem=$(this),control=$('.slides_control',elem),total=control.children().size(),width=control.children().outerWidth(),height=control.children().outerHeight(),start=option.start-1,controlsClass="controls",slideLink,effect=option.effect.indexOf(',')<0?option.effect:option.effect.replace(' ','').split(',')[0],paginationEffect=option.effect.indexOf(',')<0?effect:option.effect.replace(' ','').split(',')[1],next=0,prev=0,number=0,current=0,loaded,active,clicked,position,direction;function resetElements(){var $controlContent=control.children(':eq('+next+')').find('.slide-copy');var $controlContentFirst=control.children(':eq('+next+')').find('.slide-copy :first-child');slideLink=control.children(':eq('+next+')').find('a').attr('href');if(option.toolTip&&!slideLink){$('.'+option.toolTipClass).css({"opacity":0})};if(option.toolTip&&slideLink){$('.'+option.toolTipClass).animate({"opacity":1},600);};if($controlContentFirst.hasClass('image-content')){$controlContent.css({})
$controlContentFirst.css({opacity:0,"right":"-180px"});}else{$controlContent.children().css({opacity:0,position:'relative',right:'20px'});$controlContent.css({left:'-260px'});}};function animateElements(){var $controlContent=control.children(':eq('+next+')').find('.slide-copy');var $controlContentFirst=control.children(':eq('+next+')').find('.slide-copy :first-child');if($controlContentFirst.hasClass('image-content')){$controlContentFirst.animate({opacity:1,"right":"80px"},300);}else{$controlContent.animate({"left":"50px"},100,function(){$controlContent.children().each(function(i){var $item=$(this);setTimeout(function(){$item.animate({"opacity":1,"right":"0px"},600);},400*i);});});}}
resetElements();animateElements();if(option.start){current=start;};if(option.randomize){control.randomize();}
$('.'+option.container,elem).css({overflow:'hidden',position:'relative'});control.css({position:'relative',width:(width*3),height:height,left:-width});control.children().css({position:'absolute',top:0,left:width,zIndex:0,display:'none'});if(option.autoHeight){control.animate({height:control.children(':eq('+start+')').outerHeight()},o.autoHeightSpeed);}
if(option.preload&&control.find('img').length){$('.'+option.container,elem).css({background:'url('+option.preloadImage+') no-repeat 50% 50%'});var img=control.find('img:eq('+start+')').attr('src')+'?'+(new Date()).getTime();if($('img',elem).parent().attr('class')!='slides_control'){imageParent=control.children(':eq(0)')[0].tagName.toLowerCase();}else{imageParent=control.find('img:eq('+start+')');}
control.find('img:eq('+start+')').attr('src',img).load(function(){control.find(imageParent+':eq('+start+')').fadeIn(option.fadeSpeed,option.fadeEasing,function(){$(this).css({zIndex:5});$('.'+option.container,elem).css({background:''});loaded=true;});});}else{control.children(':eq('+start+')').fadeIn(option.fadeSpeed,function(){loaded=true;});}
if(option.bigTarget){control.children().css({cursor:'pointer'});control.children().click(function(){animate('next',effect);return false;});}
if(option.hoverPause&&option.play){control.children().bind('mouseover',function(){stop();});control.children().bind('mouseleave',function(){pause();});}
if(total<2){return;}
if(option.generateNextPrev){$('.'+option.container,elem).after('<div id="'+controlsClass+'">');$('#'+controlsClass,elem).append('<a href="#" class="'+option.prev+'">Prev</a>');$('#'+controlsClass,elem).append('<a href="#" class="'+option.next+'">Next</a>');if(option.hoverShowNextPrev){$('#'+controlsClass).children().css({"opacity":0});};}
$('.'+option.prev,elem).click(function(e){e.preventDefault();if(option.play){pause();};animate('prev',effect);});$('.'+option.next,elem).click(function(e){e.preventDefault();if(option.play){pause();};animate('next',effect);});if(option.hoverShowNextPrev&&option.play){elem.bind({mouseenter:function(){if(option.generateNextPrev){$('#'+controlsClass).children().stop(true,false).animate({"opacity":1},{duration:600});};if(option.toolTip&&slideLink){$('.'+option.toolTipClass).stop(true,false).animate({"opacity":1},{duration:600});};},mouseleave:function(){if(option.generateNextPrev){$('#'+controlsClass).children().animate({"opacity":0},{duration:300});};if(option.toolTip){$('.'+option.toolTipClass).animate({"opacity":0},{duration:300});};}});}
if(option.generatePagination){$('#'+controlsClass,elem).append('<ul class='+option.paginationClass+'></ul>');control.children().each(function(){$('.'+option.paginationClass,elem).append('<li><a rel='+number+' href="#">'+(number+1)+'</a></li>');number++;});}else{$('.'+option.paginationClass+' li a',elem).each(function(){$(this).attr('rel',number);number++;});}
$('.'+option.paginationClass+' li a:eq('+start+')',elem).parent().addClass('current');$('.'+option.paginationClass+' li a',elem).click(function(){if(option.play){pause();};clicked=$(this).attr('rel');if(current!=clicked){animate('pagination',paginationEffect,clicked);}
return false;});if(option.play){playInterval=setInterval(function(){animate('next',effect);},option.play);elem.data('interval',playInterval);};if(option.toolTip){elem.append('<div class="'+option.toolTipClass+'">');$('.'+option.toolTipClass,elem).css({background:'url('+option.toolTipImage+') no-repeat 50% 50%'});elem.mousemove(function(e){$('.'+option.toolTipClass,elem).css({top:(e.pageY-39)+'px',left:(e.pageX-elem.offset().left)+5+'px'});});}
function stop(){clearInterval(elem.data('interval'));};function pause(){if(option.pause){clearTimeout(elem.data('pause'));clearInterval(elem.data('interval'));pauseTimeout=setTimeout(function(){clearTimeout(elem.data('pause'));playInterval=setInterval(function(){animate("next",effect);},option.play);elem.data('interval',playInterval);},option.pause);elem.data('pause',pauseTimeout);}else{stop();}};function animate(direction,effect,clicked){if(!active&&loaded){active=true;switch(direction){case'next':prev=current;next=current+1;next=total===next?0:next;position=width*2;direction=-width*2;current=next;break;case'prev':prev=current;next=current-1;next=next===-1?total-1:next;position=0;direction=0;current=next;break;case'pagination':next=parseInt(clicked,10);prev=$('.'+option.paginationClass+' li.current a',elem).attr('rel');if(next>prev){position=width*2;direction=-width*2;}else{position=0;direction=0;}
current=next;break;}
if(effect==='fade'){resetElements();if(option.crossfade){control.children(':eq('+next+')',elem).css({zIndex:10}).fadeIn(option.fadeSpeed,function(){animateElements();control.children(':eq('+prev+')',elem).css({display:'none',zIndex:0});$(this).css({zIndex:0});active=false;});}else{control.children(':eq('+prev+')',elem).fadeOut(option.fadeSpeed,function(){if(option.autoHeight){control.animate({height:control.children(':eq('+next+')',elem).outerHeight()},option.autoHeightSpeed,function(){control.children(':eq('+next+')',elem).fadeIn(elem.data('slides').fadeSpeed);});}else{control.children(':eq('+next+')',elem).fadeIn(option.fadeSpeed,function(){if($.browser.msie){$(this).get(0).style.removeAttribute('filter');}});}
active=false;});}}else{control.children(':eq('+next+')').css({left:position,display:'block'});resetElements();if(option.autoHeight){control.animate({left:direction,height:control.children(':eq('+next+')').outerHeight()},option.slideSpeed,function(){control.css({left:-width});control.children(':eq('+next+')').css({left:width,zIndex:5});control.children(':eq('+prev+')').css({left:width,display:'none',zIndex:0});active=false;});}else{control.animate({left:direction},option.slideSpeed,function(){animateElements();control.css({left:-width});control.children(':eq('+next+')').css({left:width,zIndex:5});control.children(':eq('+prev+')').css({left:width,display:'none',zIndex:0});active=false;});}}
if(option.pagination){$('.'+option.paginationClass+' li.current',elem).removeClass('current');$('.'+option.paginationClass+' li a:eq('+next+')',elem).parent().addClass('current');}}};});};$.fn.slides.option={preload:true,preloadImage:'/images/loading.gif',container:'slides_container',generateNextPrev:false,next:'next',prev:'prev',pagination:true,generatePagination:true,paginationClass:'pagination',fadeSpeed:350,slideSpeed:350,start:1,effect:'slide',crossfade:false,randomize:false,play:0,pause:0,hoverPause:false,autoHeight:false,autoHeightSpeed:350,bigTarget:false,hoverShowNextPrev:false,toolTip:false,toolTipImage:'/images/tool-tip.png',toolTipClass:'tool-tip'};$.fn.randomize=function(callback){function randomizeOrder(){return(Math.round(Math.random())-0.5);}
return($(this).each(function(){var $this=$(this);var $children=$this.children();var childCount=$children.length;if(childCount>1){$children.hide();var indices=[];for(i=0;i<childCount;i++){indices[indices.length]=i;}
indices=indices.sort(randomizeOrder);$.each(indices,function(j,k){var $child=$children.eq(k);var $clone=$child.clone(true);$clone.show().appendTo($this);if(callback!==undefined){callback($child,$clone);}
$child.remove();});}}));};})(jQuery);Cufon.registerFont({"w":188,"face":{"font-family":"IM FELL DW Pica","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","cap-height":"3","bbox":"-45.1441 -275.207 425 113.596","underline-thickness":"14.7656","underline-position":"-20.3906","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":77},"\u00a0":{"w":77},"!":{"d":"51,-99v-29,-24,-16,-107,-16,-161v10,-28,42,-14,40,15v-3,35,-10,62,-6,97v-9,15,2,43,-18,49xm78,-33v9,35,-42,44,-50,15v-6,-34,37,-35,50,-15","w":104},"\"":{"d":"72,-247v22,39,-3,106,-55,95v1,-26,41,-26,27,-57v-28,2,-44,-41,-14,-48v14,-9,33,2,42,10xm100,-236v8,-42,65,-23,67,12v2,40,-23,80,-63,72v-4,-24,44,-27,26,-57v-17,-2,-28,-10,-30,-27","w":178},"#":{"d":"278,-168v-13,18,-52,14,-77,16v-6,14,-14,32,-17,45v25,-1,54,-4,74,1v8,10,-12,18,-21,18v-18,0,-43,9,-60,3v-8,14,-8,36,-18,49v2,18,-20,25,-24,7v4,-19,17,-38,17,-57r-55,1v-14,18,-7,56,-31,63v-20,-12,2,-34,2,-53v1,-2,7,-6,4,-9v-21,9,-78,7,-50,-18v15,-3,34,-3,48,0v22,-3,12,-31,27,-43v-12,-15,-54,12,-66,-11v4,-27,54,-9,73,-17v15,-20,10,-59,34,-69v20,19,-6,49,-10,69v20,-1,46,5,60,-3v11,-19,7,-58,31,-61v16,14,-7,35,-4,56v0,2,-2,5,-4,5v21,1,49,-5,65,2v1,2,2,4,2,6xm171,-133v8,-3,11,-24,-2,-23v-17,10,-53,-11,-54,17v-1,14,-13,18,-12,35v20,-1,42,1,60,-1","w":288},"$":{"d":"84,-156v2,-25,4,-49,-1,-71v-22,6,-28,52,-6,64xm108,-22v45,-4,33,-77,-5,-81v2,29,7,54,5,81xm90,3v-51,2,-88,-37,-55,-80v30,-2,10,56,54,55v-3,-33,0,-61,-2,-92v-27,-21,-64,-31,-58,-78v4,-30,22,-51,55,-53v-6,-14,5,-33,18,-18v0,12,2,21,16,20v9,3,11,15,24,14v22,-13,29,3,24,28v-3,14,-17,40,-31,15v-3,-19,-16,-38,-34,-38v1,27,9,56,3,80v77,10,94,131,14,144v-21,-5,0,29,-25,25v-5,-2,-3,-15,-3,-22","w":196},"%":{"d":"61,-174v0,0,0,1,-1,1v1,0,1,-1,1,-1xm61,-120r0,-1r0,1xm78,-172v-21,-4,-42,4,-42,26v8,30,47,28,56,4v1,-14,-8,-21,-14,-30xm74,-194v57,6,48,94,-6,94v-53,0,-68,-74,-24,-91v7,-3,19,-4,30,-3xm201,-72v0,0,0,1,-1,1v1,0,1,-1,1,-1xm201,-18r0,-1r0,1xm218,-70v-22,-5,-41,5,-42,26v6,27,48,31,56,3v0,-13,-8,-21,-14,-29xm219,-92v45,6,47,93,-6,93v-59,13,-75,-80,-21,-93v9,-2,17,-1,27,0xm221,-189v-40,73,-96,131,-145,194v-40,-19,23,-52,32,-76r63,-82v13,-14,24,-36,42,-46v4,0,9,5,8,10","w":274},"&":{"d":"131,-200v11,-31,-37,-53,-42,-21v-3,22,5,45,27,47v5,-9,11,-16,15,-26xm66,-117v-16,9,-22,61,-5,69v52,54,127,-11,60,-57v-7,-15,-19,-26,-35,-32v-16,-2,-13,12,-20,20xm163,-38v-18,52,-116,53,-139,6v-21,-42,-1,-107,44,-115v21,-4,1,-25,-4,-33v-19,-31,-3,-77,35,-75v32,-12,64,10,64,42v0,30,-21,43,-37,59v10,23,23,49,49,51v9,-9,15,-22,19,-35v-5,-5,-18,-2,-19,-11v6,-20,60,-19,81,-9v-23,31,-79,47,-71,98v13,17,49,22,65,3v12,-3,17,2,16,16v-2,42,-75,53,-86,16v-6,-4,-7,-13,-17,-13","w":277},"'":{"d":"72,-247v22,39,-3,106,-55,95v1,-26,41,-26,27,-57v-28,2,-44,-41,-14,-48v14,-9,33,2,42,10","w":92,"k":{"t":3,"s":5,"r":3,"q":7,"o":6,"n":3,"m":4,"h":-5,"g":6,"f":2,"e":5,"d":6,"c":7,"b":-3,"a":4,"Y":-9,"W":-9,"V":-9,"T":-6,"A":12}},"(":{"d":"117,-243v-22,40,-69,69,-58,135v-20,80,18,146,58,183v2,6,11,19,3,23v-17,0,-24,-11,-36,-16v-44,-49,-74,-119,-61,-210v11,-22,13,-59,30,-78v15,-17,24,-40,48,-48v7,1,15,5,16,11","w":117,"k":{"y":-2,"p":-29,"l":-3,"k":-4,"j":-65,"h":-6,"g":-4,"b":-7,"Y":-10,"X":-3,"W":-8,"V":-15,"T":-4,"N":-2,"J":-38,"E":-2,"B":-2}},")":{"d":"60,-206v57,54,51,205,9,256v-14,17,-39,69,-64,36v26,-40,70,-71,58,-133v21,-77,-15,-134,-49,-178v-9,-4,-20,-21,-11,-29v2,5,7,5,15,4v16,12,35,22,42,44","w":122},"*":{"d":"94,-252v11,14,-2,52,-22,39v0,-20,2,-39,22,-39xm22,-236v15,-12,49,21,32,31v-17,-5,-31,-11,-32,-31xm130,-192v-1,16,-34,19,-38,2v3,-16,32,-12,38,-2xm37,-170v-9,10,-28,8,-21,-11v10,-5,30,-15,37,-3xm78,-137v-16,0,-18,-35,-7,-42v16,1,25,37,7,42","w":139},"+":{"d":"26,-100v-12,-10,-3,-36,17,-26v18,-2,46,9,46,-15v0,-23,-14,-72,22,-54v13,18,-5,43,6,67v20,-3,41,-2,64,0v12,27,-22,33,-48,24v-28,-2,-16,40,-17,66v-22,16,-31,-15,-30,-41v12,-29,-22,-20,-49,-20","w":204},",":{"d":"40,5v-29,-4,-30,-53,5,-52v47,2,47,76,18,97v-7,10,-29,16,-43,12v1,-24,44,-30,25,-57r-5,0","w":97,"k":{"7":23,"5":5,"4":-7}},"-":{"d":"106,-53v-31,-3,-81,14,-78,-26v7,-20,46,-8,77,-13v7,4,10,12,16,17v-1,11,-8,18,-15,22","w":146},"\u00ad":{"d":"106,-53v-31,-3,-81,14,-78,-26v7,-20,46,-8,77,-13v7,4,10,12,16,17v-1,11,-8,18,-15,22","w":146},".":{"d":"17,-34v4,-26,46,-27,52,2v5,23,-20,40,-40,28v-8,-5,-15,-13,-12,-30","w":85,"k":{"y":10,"w":8,"v":9,"l":-3,"Y":8,"W":17,"V":18,"U":9,"T":16,"Q":4,"O":4,"J":8,"G":4,"C":4,"A":-5,"7":21,"5":4,"4":-4}},"\/":{"d":"123,-259v-5,48,-31,72,-38,118v-12,27,-19,58,-34,82v-1,26,-14,36,-15,61v-9,8,-6,29,-22,30v-19,-18,6,-44,8,-66r78,-221v1,-10,18,-10,23,-4","w":97,"k":{"4":9}},"0":{"d":"62,-113v-28,-1,-15,25,-22,40v7,27,28,35,46,49v50,2,83,-57,44,-88v-6,-17,-32,-18,-51,-13v-1,8,-14,6,-17,12xm117,-2v-65,14,-114,-36,-96,-106v20,-74,171,-50,151,36v3,44,-23,63,-55,70","w":193,"k":{"4":1,"1":2}},"1":{"d":"25,-4v14,-13,36,-44,24,-77v1,-24,13,-55,-19,-55v-13,-1,-11,-15,-2,-19r75,-1v12,1,12,17,1,19v-39,-3,-19,70,-24,114v3,13,50,9,27,25","w":132,"k":{"9":1,"6":1,"5":2,"0":1}},"2":{"d":"165,-52v21,3,-6,34,-3,49v-45,7,-88,-1,-137,4v-4,1,-7,-4,-8,-7v9,-22,53,-13,65,-39v43,-27,1,-112,-43,-71v-3,8,-19,11,-19,-3v0,-17,15,-19,19,-32v63,-25,117,41,70,91v-13,6,-30,20,-15,32v19,4,33,0,53,0v7,-7,12,-15,18,-24","w":176,"k":{"7":9,"5":2,".":-5,",":-4}},"3":{"d":"82,-37v33,13,52,86,8,103v-22,19,-58,13,-68,-5v10,-17,45,-10,61,-24v10,-33,-10,-57,-51,-57v-17,0,-14,-18,-1,-20v40,-5,68,-51,43,-85v-18,-12,-34,5,-49,10v-18,-26,20,-46,55,-39v34,7,46,65,13,89v-6,8,-23,17,-11,28","w":134},"4":{"d":"56,-49v-10,2,-6,14,2,16v37,11,57,-3,51,-49v1,-9,-12,-9,-16,-4v-15,10,-19,31,-37,37xm137,15v-2,41,14,99,-27,82v-13,-22,14,-75,-8,-94v-25,-4,-60,-5,-86,-1v-24,-35,40,-61,58,-90v23,-16,36,-42,66,-52v11,39,-10,75,-7,112v17,14,53,-1,74,-5v15,13,-5,49,-29,37v-15,-2,-41,-8,-41,11","w":207,"k":{"7":12,"5":2,".":-9,",":-9}},"5":{"d":"107,-110v-7,-7,-28,-17,-31,-2v10,34,49,66,28,115v-15,34,-41,59,-92,55v-13,-1,-15,-20,0,-21v17,3,32,-11,49,-17v21,-24,16,-77,-6,-96v-11,-9,-38,-23,-13,-38r10,-10v18,-15,42,-45,67,-17v16,18,36,6,51,10v1,30,-43,37,-63,21","w":178,"k":{"8":1,"4":19,"\/":7,".":11,",":11}},"6":{"d":"115,-19v39,-28,17,-142,-41,-121v-23,29,-23,101,10,113v6,7,18,8,31,8xm84,-1v-80,-5,-67,-137,-24,-169v30,-35,80,-68,133,-69v15,37,-45,27,-65,48v-15,9,-46,17,-35,41v54,3,79,40,75,95v-12,31,-39,71,-84,54","w":187,"k":{"1":2}},"7":{"d":"34,-170v44,25,123,-8,135,32v-9,32,-23,70,-20,103v-19,30,-17,83,-38,113v-15,9,-29,-16,-16,-26r48,-149v14,-43,-44,-25,-77,-31v-29,-5,-27,27,-47,35v-15,-8,-1,-39,0,-53v1,-12,5,-21,15,-24","w":189,"k":{"6":1,"5":1,"4":6,"\/":3,".":2,",":2}},"8":{"d":"131,-185v-4,-45,-77,-41,-79,7v-11,36,33,55,60,35v16,-3,21,-24,19,-42xm127,-61v6,-39,-45,-51,-63,-25v-25,21,-9,73,21,73v30,0,38,-21,42,-48xm138,-108v43,30,19,121,-38,113v-48,3,-75,-20,-82,-56v4,-28,19,-51,45,-59v-22,-22,-56,-45,-39,-88v26,-67,161,-42,138,34v-7,22,-26,29,-40,42v9,0,13,7,16,14","w":180},"9":{"d":"126,-103v-10,-46,-77,-42,-77,15v-1,42,11,78,52,76v23,-17,33,-52,25,-91xm27,-44v-49,-84,84,-153,123,-71v11,24,8,56,2,81v-33,50,-86,108,-165,97v3,-34,93,-20,93,-64v-22,-9,-42,-25,-53,-43","w":179,"k":{"1":2}},":":{"d":"70,-134v3,30,-41,33,-45,7v-4,-26,22,-35,39,-21v5,4,6,6,6,14xm73,-23v-1,31,-51,29,-53,2v-2,-33,37,-31,52,-15","w":93},";":{"d":"63,-156v32,17,13,66,-25,49v-26,-14,-10,-56,25,-49xm43,63v-30,8,-18,-14,-6,-22v14,-1,26,-27,15,-35v-31,0,-44,-42,-11,-49v20,0,34,5,39,19v10,2,10,18,8,30v-4,30,-17,51,-45,57","w":106},"\u037e":{"d":"63,-156v32,17,13,66,-25,49v-26,-14,-10,-56,25,-49xm43,63v-30,8,-18,-14,-6,-22v14,-1,26,-27,15,-35v-31,0,-44,-42,-11,-49v20,0,34,5,39,19v10,2,10,18,8,30v-4,30,-17,51,-45,57","w":106},"<":{"d":"43,-110v29,29,68,52,100,79v7,19,-17,25,-30,13v-12,-12,-21,-28,-41,-33v-14,-11,-28,-23,-40,-36v-17,-2,-23,-25,-3,-29v17,-13,32,-28,51,-40v18,-11,29,-31,51,-38v16,21,-23,26,-32,42","w":158},"=":{"d":"129,-48v-35,-7,-121,27,-102,-32v27,-15,72,6,102,-7v16,-1,16,16,12,31v-3,4,-6,8,-12,8xm123,-109v-36,-8,-86,14,-102,-8v-5,-57,66,-14,106,-32v16,0,12,18,12,34v-3,4,-9,8,-16,6","w":164},">":{"d":"16,-32r98,-75v-2,-16,-37,-24,-45,-40v-15,-14,-36,-22,-47,-39v0,-4,3,-8,6,-9v25,8,35,34,58,41v17,17,36,31,55,45v7,19,-22,20,-28,35v-21,19,-50,31,-67,55v-13,10,-37,8,-30,-13","w":158},"?":{"d":"87,-203v-5,-36,-58,-4,-60,-39v-2,-33,63,-28,70,-5v34,46,27,143,-43,136v-12,12,12,51,-15,56v-21,-11,-4,-56,-9,-83v4,-11,17,-8,28,-5v31,-3,48,-35,29,-60xm64,-20v0,24,-35,27,-44,9v-5,-21,6,-33,26,-32v12,0,18,11,18,23","w":131},"@":{"d":"180,-170v-36,-8,-71,42,-76,86v29,12,43,-35,64,-51v5,-11,11,-20,12,-35xm69,-22v-59,-20,-68,-137,-28,-185v28,-34,69,-51,127,-55v36,13,77,22,85,64v27,53,-9,95,-47,113v-16,7,-40,40,-60,17v-2,-9,13,-21,0,-24v-16,16,-62,53,-75,11v4,-48,37,-67,62,-91v14,-13,34,-22,59,-14v5,-4,7,-12,17,-12v17,37,-37,75,-30,110v44,-11,82,-67,45,-113v-15,-18,-35,-40,-65,-36v-66,-10,-98,51,-109,110v5,46,24,77,51,101v33,14,91,13,113,-7v7,0,9,0,10,5v-17,48,-127,32,-155,6","w":273},"A":{"d":"107,-197v-14,19,-16,49,-24,74v4,20,34,13,49,10v-1,-31,-15,-59,-25,-84xm95,-243v6,-17,46,-24,42,6v7,65,37,116,46,177v4,26,25,38,49,48v-4,28,-59,6,-97,12v-11,-14,12,-18,23,-23v1,-26,-9,-44,-14,-65v-9,-17,-53,-3,-75,-1v1,23,-19,48,-8,64v14,2,42,10,27,25v-27,-2,-62,4,-85,-2v-12,-31,40,-6,31,-47v9,-4,6,-20,15,-24v13,-51,32,-96,41,-151v4,-3,6,-11,5,-19","w":229,"k":{"y":7,"w":5,"v":7,"Y":7,"W":10,"V":10,"U":7,"T":9,"Q":4,"O":3,"J":5,"G":3,"C":3,";":-4,":":-5,".":-8,",":-9,"'":10,"\"":10}},"B":{"d":"96,-226v-10,33,-21,107,30,90v37,-12,46,-70,11,-83v-11,-5,-24,-11,-41,-7xm117,-118v-48,-10,-23,50,-30,91v5,19,29,16,47,11v51,-15,31,-102,-17,-102xm184,-226v22,28,16,94,-20,98v-8,1,-3,8,2,9v51,13,46,98,7,113v-45,17,-103,5,-156,7v-5,1,-7,-11,-3,-14v25,0,49,-2,42,-35v-6,-29,5,-67,-3,-90v6,-19,11,-67,1,-87v-18,1,-53,-5,-34,-21r138,6v10,4,18,10,26,14","w":227,"k":{"z":1,"x":2,"t":2,"r":2,"n":2,"m":2,"l":2,"k":2,"i":2,"h":1,"Y":2,"U":2,"R":2,"P":2,"N":2,"L":2,"K":2,"J":4,"H":2,"F":2,",":2}},"C":{"d":"193,-168v-7,-22,-12,-50,-45,-48v-3,-17,-22,2,-37,-4v-67,19,-73,168,-9,192v15,9,46,15,54,-4v12,2,15,-7,20,-15v16,-11,8,-46,30,-51v22,4,4,35,12,55v-2,13,-11,19,-25,20v-33,31,-111,26,-140,-4v-45,-47,-45,-166,9,-193v22,-29,92,-29,128,-11v8,1,16,-8,22,-3v-4,28,18,62,-9,71","w":239,"k":{"z":3,"y":3,"x":4,"w":1,"v":1,"t":2,"r":2,"p":2,"n":2,"m":2,"j":2,"i":2,"f":2}},"D":{"d":"91,-216r0,180v41,47,133,-28,117,-99v8,-21,-13,-27,-14,-47v-23,-24,-46,-44,-91,-44v-5,1,-11,5,-12,10xm20,0v-29,-33,47,-7,35,-42r2,-175v0,-20,-50,0,-40,-26v117,-12,235,3,235,107v0,61,-26,107,-75,126v-42,16,-105,7,-157,10","w":268,"k":{"l":4,"k":3,"h":2,"Y":8,"X":7,"W":3,"V":4,"U":2,"R":4,"P":4,"N":5,"M":4,"L":5,"K":5,"J":5,"I":4,"H":4,"F":4,"E":4,"D":4,"B":4,"A":4,".":4,",":7}},"E":{"d":"90,-222r0,0r0,0xm153,-242v50,-7,80,6,64,67v-27,-1,-23,-37,-42,-48v-28,0,-56,0,-79,-6v-16,20,-1,64,-6,95v15,6,40,0,54,4v16,-3,5,-56,31,-35v1,30,2,60,-4,86v1,10,-12,13,-16,5v6,-38,-34,-45,-70,-36v-3,29,8,50,5,86v15,20,64,6,95,6v29,0,27,-35,51,-42v12,16,13,67,-22,59r-199,3v-15,-26,27,-14,40,-24v7,-70,1,-132,2,-199v-7,-13,-51,5,-43,-19","w":254,"k":{"y":8,"w":6,"v":7,"U":2,"'":3,"\"":3}},"F":{"d":"91,-215v0,34,-19,92,26,75v14,5,33,-2,27,-17v-2,-17,20,-43,24,-16v-4,33,8,79,-10,99v-25,-7,-10,-55,-69,-42v-8,23,-2,54,-2,85v0,19,44,-5,41,26v-21,18,-62,1,-100,4v-5,-1,-13,-5,-11,-12v4,-19,43,4,34,-42v2,-45,-3,-99,3,-139v3,-22,-3,-36,-26,-34v-11,1,-10,-13,-3,-18v52,-5,123,-5,179,0v14,7,18,57,0,64v-22,-13,-20,-47,-52,-47v-22,0,-61,-11,-61,14","w":220,"k":{"z":8,"y":8,"x":8,"w":7,"v":6,"u":10,"t":7,"s":15,"r":18,"q":13,"p":8,"o":12,"n":12,"m":13,"g":18,"f":4,"e":9,"d":14,"c":13,"a":11,"]":-6,"Y":-6,"T":-6,"A":10,";":10,":":10,".":18,",":19,")":-5}},"G":{"d":"213,-22v-47,42,-169,22,-180,-35v-25,-32,-18,-112,10,-137v27,-55,122,-59,178,-28v16,25,-15,64,-33,30v-7,-13,-11,-31,-35,-28v-9,-9,-39,-6,-43,5v-50,26,-73,140,-21,174v19,6,23,25,53,21v33,-4,29,-47,30,-80v1,-23,-34,-9,-37,-29v28,-6,85,-11,108,3v-29,0,-54,61,-30,104","w":251,"k":{".":3,",":3}},"H":{"d":"116,0v-37,-6,-89,18,-98,-13v10,-15,46,-4,35,-58r2,-143v-5,-16,-56,-9,-32,-30r88,-1v7,1,12,4,13,11v-7,12,-31,6,-36,21v2,28,-7,66,6,84v38,-2,85,3,119,-3v-2,-29,9,-71,-5,-92v-23,7,-56,-13,-24,-21v38,5,70,-5,98,1v2,0,6,2,5,5v-1,22,-48,-1,-38,34r-2,180v10,8,32,3,37,16v-12,25,-68,2,-104,11v-8,-7,-2,-22,11,-19v36,10,18,-44,23,-85v-24,-18,-85,-5,-125,-8v7,38,-16,91,26,91v18,0,13,19,1,19","w":302,"k":{"y":8,"w":6,"v":6,"u":6,"t":7,"q":5,"p":3,"o":6,"j":1,"g":2,"e":5,"d":5,"c":6,"Y":-2,"Q":4,"O":4,"G":4,"C":4}},"I":{"d":"92,-139v10,36,-14,100,8,119v14,0,47,11,21,23v-30,-5,-63,-3,-95,-3v-7,1,-21,-13,-8,-15v19,-3,41,-1,36,-27v1,-39,-2,-83,4,-117v-6,-12,3,-34,-1,-46v9,-29,-38,-9,-43,-32v18,-23,71,1,109,-9v10,1,20,17,5,22v-13,7,-38,-12,-33,15v-7,18,5,47,-3,70","w":148,"k":{"y":8,"w":7,"v":7,"u":5,"t":6,"q":5,"p":3,"o":5,"e":5,"d":4,"c":5,"]":-2,"Y":-4,"Q":4,"O":4,"G":4,"C":4,")":-2}},"J":{"d":"88,15v6,62,-89,105,-116,52v-3,-17,23,-31,31,-12v7,8,19,12,33,12v37,-33,10,-113,21,-176v-10,-32,8,-92,-11,-117v-17,-1,-40,5,-36,-19v24,-11,61,5,92,-3v17,-4,41,7,28,22v-27,0,-44,2,-37,34r-2,203","w":145,"k":{"z":9,"y":8,"x":9,"w":8,"v":8,"u":8,"t":9,"s":9,"r":10,"q":9,"p":9,"o":8,"n":10,"m":9,"j":3,"i":9,"g":8,"f":8,"e":8,"d":8,"c":9,"a":9,"]":-3,"Y":-4,"S":2,"Q":5,"O":5,"G":5,"C":4,"A":7,";":6,":":6,".":8,",":9,")":-2}},"K":{"d":"92,-108v-18,38,0,90,27,101v-1,7,-11,9,-18,7r-76,-1v-19,-4,-4,-17,3,-17v44,-3,18,-76,29,-125v-5,-32,12,-84,-24,-87v-13,-1,-25,-17,-10,-22v27,2,54,2,81,2v15,23,-27,20,-18,54v5,21,-3,48,8,62v37,-18,54,-48,78,-77v5,-25,-26,-12,-30,-33v13,-20,50,3,80,-6v4,1,11,2,11,7v-14,26,-46,32,-57,54v-28,19,-64,61,-19,87v27,30,47,66,86,84v4,3,9,5,9,12v-20,11,-54,2,-87,6v-11,-2,-16,-19,1,-19v29,-12,-13,-32,-18,-47v-16,-13,-27,-30,-44,-42r-12,0","w":252,"k":{"y":14,"w":10,"v":10,"u":3,"t":4,"q":4,"p":2,"o":4,"j":2,"e":4,"d":3,"c":4,"W":4,"U":5,"T":4,"S":3,"Q":9,"O":8,"J":4,"G":8,"C":8,".":-4,",":-6,"'":4,"\"":4}},"L":{"d":"102,-16v61,-5,124,14,133,-48v4,-9,18,-12,17,3v2,17,-2,33,-1,52v-48,24,-154,1,-233,11v-11,-2,-5,-19,3,-19v67,0,24,-127,35,-204v-4,-15,-39,3,-39,-18v12,-20,77,-7,113,-7v3,2,11,12,2,13v-6,16,-43,-9,-43,23r0,169v1,11,5,20,13,25","w":259,"k":{"y":4,"w":3,"v":5,"l":-5,"k":-4,"f":-3,"Y":9,"W":17,"V":22,"U":4,"T":27,"J":7,"A":-6,"'":28,"\"":28}},"M":{"d":"106,-9v0,20,-42,7,-57,8v-13,-2,-36,7,-38,-8v12,-13,35,-9,39,-59r11,-145v-10,-7,-37,-2,-41,-18v27,-9,87,-10,91,20v10,13,9,40,21,51v11,28,16,61,34,77v25,-42,53,-89,63,-141v9,-20,42,-19,72,-19v14,0,18,18,4,21v-31,-10,-30,17,-27,48v3,31,-4,62,0,89v-5,17,2,35,-3,54v4,17,23,16,37,22v1,6,-3,8,-7,9r-85,3v-4,0,-12,-9,-3,-9v41,-10,23,-103,23,-161v0,-5,-5,-4,-7,-1v-20,18,-21,55,-39,74v-7,23,-18,41,-22,67v-4,19,-27,25,-29,0v-20,-49,-34,-104,-60,-147v-10,-6,-7,6,-9,14v-4,37,3,67,-4,99v8,13,-8,45,17,44v9,0,12,5,19,8","w":329,"k":{"y":8,"w":6,"v":6,"u":5,"t":6,"q":5,"p":3,"o":5,"g":2,"e":5,"d":4,"c":5,"Y":-2,"Q":4,"O":4,"G":4,"C":3}},"N":{"d":"77,-61v-12,50,44,26,41,59v-28,3,-73,6,-99,-1v-4,-22,30,-11,35,-28r9,-156v-1,-34,-46,-21,-51,-50v12,-17,65,-14,71,10r61,69v7,17,25,26,33,42v18,7,21,31,42,35v15,-32,1,-87,1,-129v0,-18,-52,-22,-28,-41v32,6,67,-4,91,4v-50,27,-41,154,-41,232v-38,17,-59,-57,-90,-77v-24,-24,-43,-52,-69,-73v-20,17,2,70,-6,104","w":295,"k":{"z":9,"y":8,"x":9,"w":6,"v":6,"u":8,"t":8,"s":9,"r":10,"q":8,"p":9,"o":7,"n":10,"m":9,"j":3,"i":9,"g":8,"f":8,"e":7,"d":8,"c":8,"a":9,"]":-3,"Y":-3,"S":3,"Q":4,"O":4,"G":4,"C":4,"A":8,";":6,":":6,".":8,",":8,")":-3}},"O":{"d":"131,-12v82,-12,92,-183,8,-209v-25,-8,-36,11,-52,15v-47,40,-33,140,0,171v11,11,25,20,44,23xm233,-167v16,93,-24,184,-126,170v-73,-10,-113,-107,-76,-185v28,-58,129,-83,172,-25v17,6,16,30,30,40","w":255,"k":{"l":3,"k":2,"h":2,"Y":9,"X":6,"W":4,"V":5,"U":2,"R":4,"P":4,"N":4,"M":4,"L":4,"K":4,"J":5,"I":4,"H":4,"F":3,"E":4,"D":4,"B":4,"A":3,".":4,",":5}},"P":{"d":"102,-231v-20,20,-14,78,-13,110v6,-3,3,2,5,5v40,4,64,-26,67,-68v-12,-26,-25,-45,-59,-47xm107,-247v82,-15,122,95,57,141v-21,15,-56,-1,-76,4v-1,30,-17,87,26,82v15,5,12,20,-6,20r-78,0v-18,-5,-9,-26,6,-24v34,-6,4,-68,21,-99v0,-28,-5,-58,-1,-84v5,-26,-35,-8,-38,-29v9,-23,57,-5,89,-11","w":209,"k":{"s":3,"q":8,"o":7,"l":2,"g":5,"e":5,"d":8,"c":8,"T":-7,"K":2,"A":10,".":19,",":19}},"Q":{"d":"117,-17v97,28,119,-147,58,-195v-27,-21,-83,-10,-88,22v-25,20,-34,79,-17,111v7,32,24,48,47,62xm40,-193v20,-49,139,-74,174,-14v63,46,31,178,-27,198v39,63,161,50,238,69v-136,56,-296,-35,-380,-98v-24,-28,-38,-91,-18,-135v2,-5,11,-13,13,-20","w":267,"k":{"}":-163,"l":3,"k":2,"h":2,"Y":9,"X":6,"W":4,"V":5,"U":2,"R":4,"P":4,"N":4,"M":4,"L":4,"K":4,"J":5,"I":4,"H":4,"F":4,"E":4,"D":4,"B":4,"A":3,".":4,",":6,")":-158}},"R":{"d":"91,-222v-6,28,-12,85,3,99v12,0,25,3,36,0v38,-11,41,-82,9,-99v-14,-3,-36,-16,-48,0xm234,-6v-5,19,-31,-1,-45,6v-46,-27,-44,-100,-98,-115v-20,15,-2,49,-8,78v-4,22,50,22,22,38r-86,0v-2,0,-5,-2,-5,-4v16,-6,43,-16,34,-68r9,-142v-7,-15,-35,-6,-38,-23v11,-14,45,4,69,-6v17,9,46,-10,63,5v60,7,64,102,11,122v-7,-1,-10,11,-10,13v30,21,34,70,73,82v4,3,9,6,9,14","w":239,"k":{"y":5,"w":2,"v":3,"t":1,"q":1,"o":2,"e":2,"c":2,"Y":3,"W":7,"V":7,"U":6,"Q":3,"O":3,"J":6,"G":3,"C":3,"'":4,"\"":4}},"S":{"d":"60,-210v-9,91,103,51,111,137v8,81,-112,96,-152,47v-3,-17,3,-40,12,-51v25,-5,13,32,31,42v25,35,99,-2,66,-47v-31,-43,-106,-38,-103,-110v2,-42,43,-62,89,-51v9,2,12,14,24,14v21,-13,27,2,24,28v-3,20,-26,39,-32,8v-6,-30,-53,-47,-70,-17","k":{"z":2,"y":4,"x":2,"w":3,"v":4,"r":1}},"T":{"d":"220,-242v34,-26,41,27,50,58v0,7,-8,10,-16,9v-13,-26,-52,-63,-98,-39r-6,180v2,22,62,2,39,35v-34,2,-66,-5,-98,-1v-13,1,-22,-18,-8,-22v58,3,21,-85,38,-141v-6,-19,15,-63,-26,-59v-28,3,-60,-5,-67,22v-2,8,-21,27,-27,11v-2,-20,10,-26,11,-45v5,-17,26,-22,38,-8r161,2v3,0,6,-1,9,-2","w":272,"k":{"z":31,"y":17,"x":36,"w":9,"v":8,"u":27,"t":8,"s":30,"r":37,"q":39,"p":37,"o":38,"n":24,"m":36,"j":5,"i":2,"g":29,"f":4,"e":37,"d":37,"c":37,"a":32,"W":-3,"V":-5,"T":-6,"A":10,";":14,":":14,".":17,",":17}},"U":{"d":"176,-244v33,0,95,-12,89,18v-68,14,1,161,-65,207v-25,17,-57,22,-95,19r-46,-28v-30,-45,-14,-124,-19,-190v-5,-8,-29,-6,-18,-22v23,-5,69,-11,89,2v0,23,-43,8,-32,46v-10,82,6,192,93,154v50,-22,40,-107,35,-170v-2,-19,-32,-15,-41,-27v1,-5,5,-9,10,-9","w":278,"k":{"z":8,"y":5,"x":8,"w":3,"v":3,"u":7,"t":7,"s":8,"r":10,"q":8,"p":8,"o":8,"n":8,"m":8,"j":2,"i":4,"g":9,"f":8,"e":8,"d":8,"c":8,"a":8,"]":-3,"Y":-4,"Q":3,"O":3,"G":3,"C":3,"A":9,";":6,":":6,".":11,",":12,")":-2}},"V":{"d":"115,8v-17,-6,-12,-33,-24,-45r-68,-186v-11,-3,-26,-2,-29,-13v13,-20,62,-6,97,-11v6,16,-43,25,-12,63v9,43,25,78,42,112v28,-28,37,-94,42,-145v-2,-9,-8,-16,-19,-16v-5,0,-7,-2,-7,-7v4,-19,43,-2,66,-11v41,-6,29,21,4,25v-37,28,-28,94,-55,134v-4,37,-22,61,-30,95v0,4,-3,5,-7,5","w":227,"k":{"}":-9,"z":14,"y":8,"x":15,"w":8,"v":8,"u":19,"t":20,"s":21,"r":21,"q":19,"p":20,"o":20,"n":20,"m":20,"l":-6,"k":-9,"i":3,"h":-11,"g":19,"f":7,"e":19,"d":20,"c":20,"b":-13,"a":22,"]":-19,"Y":-6,"T":-6,"Q":7,"O":7,"G":8,"C":6,"A":14,";":12,":":12,".":18,",":19,")":-17,"'":-8,"\"":-8}},"W":{"d":"222,0v-15,-2,-18,-20,-21,-34v-6,-29,-16,-53,-27,-78v-31,25,-29,87,-55,117v-43,-20,-42,-108,-70,-147v-11,-33,-14,-72,-42,-82v-5,-1,-12,-8,-4,-10v20,-4,53,-9,71,0v5,14,-11,20,-3,41r41,109v3,5,6,12,14,12v29,-34,40,-104,12,-143v-6,-9,-34,0,-31,-15v21,-18,61,-9,96,-9v7,16,-40,22,-11,61v9,32,16,65,34,88v4,-3,11,-2,11,-10r30,-108v0,-19,-27,-11,-32,-26v17,-19,77,-15,98,-2v1,25,-39,10,-40,41v-29,57,-38,142,-71,195","w":329,"k":{"}":-6,"z":10,"y":8,"x":11,"w":8,"v":8,"u":17,"t":18,"s":19,"r":19,"q":18,"p":17,"o":17,"n":19,"m":19,"k":-6,"h":-11,"g":17,"f":4,"e":17,"d":17,"c":18,"b":-10,"a":21,"]":-15,"Y":-6,"T":-7,"Q":4,"O":4,"G":4,"C":3,"A":11,";":11,":":11,".":17,",":18,")":-12,"'":-7,"\"":-7}},"X":{"d":"171,-214v2,-16,-40,-4,-28,-24v25,-8,63,-1,98,-1v4,0,7,3,7,8v-14,18,-52,9,-60,37v-13,23,-41,39,-44,68v10,6,11,22,20,28v16,6,18,24,28,34v18,18,34,40,59,51v9,7,0,17,-12,15v-26,-5,-62,2,-80,-10v6,-10,20,-13,7,-26v-12,-18,-21,-63,-48,-52v-4,21,-25,31,-26,56v-1,19,29,5,33,22v-18,18,-73,3,-109,8v-15,-7,-3,-23,10,-21v45,-7,58,-43,80,-71v4,-14,12,-34,-5,-41r-49,-66v-6,-20,-52,-24,-35,-46v28,4,71,-5,88,10v-45,18,12,61,24,83v11,6,17,-7,19,-19v14,-7,12,-33,23,-43","w":261,"k":{"y":23,"w":21,"v":23,"u":3,"t":4,"q":3,"o":4,"e":4,"d":2,"c":3,"Y":-3,"Q":7,"O":7,"G":7,"C":6}},"Y":{"d":"218,-250v30,20,-19,32,-21,43v-24,35,-72,53,-65,114v-13,43,5,74,39,79v-9,29,-68,8,-114,15v-5,-1,-9,-4,-9,-10v3,-25,50,1,44,-42v-4,-31,10,-75,-10,-90v-21,-28,-35,-63,-62,-85v-11,-1,-25,-3,-18,-17v27,-11,63,5,95,-6v10,0,14,15,3,16v-10,4,-28,1,-21,22v8,24,22,41,40,56v21,-3,23,-22,37,-33v-2,-13,11,-9,10,-22v3,-22,-32,-6,-24,-32v20,-10,52,-4,76,-8","w":226,"k":{"}":-8,"z":21,"y":30,"x":21,"w":25,"v":22,"u":22,"t":23,"s":22,"r":23,"q":23,"p":24,"o":23,"n":23,"m":24,"l":-5,"k":-8,"h":-11,"g":22,"f":4,"e":22,"d":22,"c":23,"b":-13,"a":22,"]":-18,"Y":-5,"X":-6,"W":-6,"V":-3,"U":-2,"T":-6,"R":-2,"Q":7,"P":-4,"O":8,"N":-5,"L":-4,"K":-4,"J":-6,"I":-5,"H":-4,"G":8,"F":-2,"E":-5,"D":-4,"C":6,"B":-5,"A":9,";":11,":":11,".":10,",":10,")":-15,"'":-8,"\"":-8}},"Z":{"d":"196,-210r-123,167v-4,7,-20,23,-8,29v60,-1,120,9,133,-34v3,-10,18,-12,20,1v3,30,7,50,-37,49r-163,-5v1,-39,35,-57,49,-87v30,-38,58,-80,84,-119v0,-4,2,-10,0,-12v-25,-6,-57,2,-83,-3v-25,3,-26,42,-52,37v3,-27,8,-51,20,-68v14,-6,14,20,40,16v16,-3,37,-6,49,2v30,-1,98,-9,71,27","w":231,"k":{"y":8,"w":8,"v":8,"U":2,"'":2,"\"":2}},"[":{"d":"43,-247v36,0,78,-7,111,-3v8,39,-46,20,-81,26v-17,12,-5,58,-4,76v-15,51,4,112,-9,165v-1,51,49,40,96,40v8,0,11,9,10,19v-23,22,-69,-3,-105,7v-45,-8,-14,-77,-27,-131v3,-53,2,-110,-1,-162v-1,-11,-4,-37,10,-37","w":153,"k":{"y":-23,"p":-30,"l":-3,"k":-4,"j":-68,"h":-7,"g":-28,"b":-8,"Y":-11,"X":-3,"W":-11,"V":-18,"T":-4,"N":-2,"J":-51,"I":-2,"E":-2}},"\\":{"d":"121,68v-5,9,-13,18,-25,10v-8,-26,-25,-46,-26,-75v-9,-10,-6,-32,-18,-39v-8,-18,-9,-41,-23,-52v-7,-34,-24,-60,-29,-94v-16,-18,-28,-45,-30,-76v49,-15,38,76,68,105r61,167v11,14,14,37,22,54","w":103},"]":{"d":"12,61v36,-21,102,25,87,-51r2,-189v17,-50,-43,-52,-93,-48v-8,-1,-10,-9,-10,-19v22,-20,71,3,105,-6v45,7,14,75,27,131v-3,52,-1,109,1,160v19,54,-66,43,-118,44v-6,-1,-3,-15,-1,-22","w":161},"^":{"d":"113,-117v-21,-10,-13,-46,-31,-57v-12,13,-18,30,-25,45v-5,6,-16,-2,-10,-9v19,-22,15,-65,42,-76v30,11,26,61,28,92v-1,2,-2,4,-4,5","w":169},"_":{"d":"164,37v-36,15,-100,-1,-143,9v-12,-1,-21,-7,-17,-23v10,-39,81,-5,120,-17v17,1,48,-8,40,18v1,4,1,9,0,13","w":169},"`":{"d":"123,-180v-39,-8,-55,-38,-80,-59v-6,-11,2,-24,14,-23v28,4,29,34,48,46v8,10,19,17,18,36"},"a":{"d":"85,-76v-21,2,-39,19,-37,37v13,10,38,6,38,-11v0,-9,1,-19,-1,-26xm151,-20v-9,33,-55,20,-68,1v-17,19,-72,31,-72,-12v0,-47,57,-43,80,-70v8,-36,-32,-57,-40,-16v-31,25,-47,-14,-23,-29v65,-40,115,8,90,94v-7,28,27,15,33,32","w":152,"k":{"y":2,"w":1,"v":1,"Y":8,"W":18,"V":19,"U":10,"T":33,"J":8,".":-2,",":-3,"'":3,"\"":3}},"b":{"d":"95,-23v65,-28,5,-160,-41,-97v2,32,-8,76,14,89v2,10,16,12,27,8xm95,-152v69,-8,78,123,21,146v-31,12,-55,2,-88,1v-19,-55,11,-150,-5,-219v-6,-8,-35,-16,-10,-25v20,-14,52,-11,41,23v2,27,-5,64,6,82v9,-5,23,-7,35,-8","w":168,"k":{"v":1,"r":1,"n":1,"l":2,"k":1,"h":2,"f":1,"Z":3,"Y":21,"X":4,"W":17,"V":18,"U":6,"T":38,"R":4,"P":5,"N":6,"M":3,"L":4,"K":5,"J":8,"I":4,"H":5,"F":3,"E":4,"D":3,"B":4}},"c":{"d":"86,3v-87,8,-92,-128,-28,-151v28,-18,87,-9,86,28v-1,18,-31,20,-34,5v-3,-13,-7,-25,-21,-25v-49,0,-55,93,-15,111v20,9,52,-5,67,-7v-6,25,-30,37,-55,39","w":155,"k":{"Z":1,"Y":21,"W":11,"V":19,"U":6,"T":46,"R":2,"P":2,"N":3,"L":1,"K":2,"J":8,"I":1,"H":2,"F":1,"E":2}},"d":{"d":"59,-37v29,36,72,4,62,-48v17,-48,-48,-71,-68,-33v-1,30,-19,62,6,81xm121,-211v1,-25,-24,-19,-30,-34v4,-13,33,-6,47,-14v32,22,1,100,10,154v6,36,-17,83,28,83v5,13,-30,25,-47,20v-17,-27,-44,24,-77,-1v-50,-19,-44,-117,-7,-137v12,-15,43,-11,69,-12v12,-10,5,-37,7,-59","w":179,"k":{"y":2,"w":1,"v":2,"U":5,"J":2,".":-4,",":-5}},"e":{"d":"97,-145v-22,-4,-41,0,-45,19v2,14,21,9,39,12v16,2,16,-24,6,-31xm100,1v-54,9,-88,-28,-88,-83v0,-47,26,-72,67,-80v31,0,82,41,45,60v-29,6,-82,-13,-81,22v0,45,51,62,86,40v18,17,-14,36,-29,41","w":149,"k":{"Y":19,"W":14,"V":21,"U":6,"T":42,"R":1,"P":1,"N":2,"J":8,"H":1}},"f":{"d":"40,-173v-17,-84,78,-121,122,-76v8,15,-9,30,-22,18v-8,-16,-54,-27,-59,-2v-10,16,-12,41,-12,65v0,30,47,-12,41,27v-10,7,-30,2,-42,1v7,42,-11,92,7,122v17,-5,35,12,17,18v-27,1,-53,1,-75,1v-13,0,-12,-18,-2,-18v9,0,20,-4,23,-11v0,-32,-1,-65,2,-92v2,-15,-46,-16,-12,-30v8,-4,11,-13,12,-23","w":114,"k":{"}":-50,"w":-3,"v":-5,"q":2,"o":2,"e":1,"d":2,"c":2,"]":-61,"Z":-34,"Y":-59,"X":-48,"W":-59,"V":-66,"U":-40,"T":-47,"S":-16,"R":-40,"P":-42,"N":-47,"M":-38,"L":-43,"K":-43,"J":-49,"I":-46,"H":-44,"F":-40,"E":-48,"D":-44,"B":-46,")":-58,"'":-45,"\"":-45}},"g":{"d":"99,-76v36,-41,-23,-105,-41,-41v-5,19,-1,49,22,48v6,-1,16,-3,19,-7xm137,41v0,-37,-79,-50,-98,-19v0,23,2,45,24,47v15,10,41,6,53,-2v5,-11,21,-11,21,-26xm92,95v-76,13,-118,-61,-53,-91v-14,-7,-38,-42,-4,-55v6,-3,13,-15,2,-17v-34,-23,-13,-100,34,-96v29,-17,53,30,79,3v18,-1,29,4,26,24v-1,14,-28,0,-32,10v9,60,-28,80,-85,72v-11,2,-18,30,0,29v58,-3,109,0,109,62v-8,35,-37,52,-76,59","w":175,"k":{"y":-4,"w":-8,"v":-9,"Z":3,"Y":11,"X":2,"W":6,"V":8,"U":2,"T":20,"P":2,"N":3,"K":2,"J":8,"I":2,"H":2,"F":1,"'":-4,"\"":-4}},"h":{"d":"182,-8v6,9,-4,10,-13,9v-22,-3,-57,8,-64,-9v-1,-11,14,-8,20,-13v-3,-34,4,-63,0,-94v-8,-16,-35,-17,-55,-10v-11,22,-1,63,-3,92v-1,14,10,16,15,25v-7,15,-43,6,-69,8v-8,-3,-3,-18,6,-16v30,-7,2,-74,17,-110r-3,-92v-1,-17,-34,-2,-29,-24v19,-2,38,-21,57,-12v15,29,-6,87,9,113v6,0,8,-7,13,-10v47,-13,87,6,74,57v0,37,-8,82,25,86","k":{"y":3,"w":2,"v":3,"u":2,"t":2,"q":1,"o":1,"e":1,"d":1,"c":1,"Y":8,"W":19,"V":23,"U":12,"T":36,"Q":2,"O":1,"J":10,"G":1,"C":2,"'":2,"\"":2}},"i":{"d":"56,-237v27,6,23,59,-9,54v-17,-9,-29,-42,-6,-53xm70,1v-37,7,-76,-4,-41,-30v1,-25,6,-50,4,-74v0,-12,-14,-16,-15,-28v9,-13,26,-19,45,-21v7,38,-2,85,0,122v9,6,28,27,7,31","w":92,"k":{"u":1,"t":1,"U":4,"J":3}},"j":{"d":"53,-257v24,5,13,42,-8,39v-17,2,-18,-12,-18,-29v5,-7,14,-10,26,-10xm58,25v8,42,-20,65,-41,86v-34,10,-80,-10,-55,-41v24,-13,38,31,58,6v-3,-17,12,-29,6,-53v6,-48,5,-94,4,-147v-3,-9,-19,-6,-24,-14v0,-6,7,-8,13,-7v17,0,34,-20,46,-4v-6,53,-3,124,-7,174","w":86,"k":{"r":1,"i":1,"h":2,"U":3}},"k":{"d":"92,-143v12,-15,45,-10,69,-10v4,2,5,7,4,13v-17,9,-41,11,-50,26v-15,8,-23,19,-13,35v9,5,10,17,20,20v9,26,39,32,53,54v-12,13,-60,6,-79,0v-4,-11,4,-14,6,-23v-1,-20,-14,-31,-28,-39v-20,6,-12,50,3,54v8,6,-4,13,-9,13r-61,-2v-13,-16,19,-13,21,-23v12,-54,12,-141,12,-203v-5,-11,-43,-2,-30,-19v20,-1,29,-20,52,-13v17,38,-2,111,4,165v17,4,40,-20,36,-38v-1,-5,-9,-5,-10,-10","w":178,"k":{"u":2,"t":2,"q":3,"p":2,"o":3,"j":2,"g":1,"e":3,"d":3,"c":4,"b":2,"Y":9,"W":9,"V":14,"U":8,"T":34,"S":2,"Q":2,"O":2,"N":2,"J":9,"G":2,"C":2,"'":2,"\"":2}},"l":{"d":"35,-26v3,-68,19,-168,-6,-212v-23,4,-23,-18,-5,-21v21,-3,44,-25,54,1v-10,61,-2,144,-13,204v3,9,1,23,8,29v19,-4,42,5,29,22v-20,5,-39,-1,-52,5v-11,-11,-45,11,-49,-13v3,-13,28,-4,34,-15","w":108,"k":{"y":4,"w":3,"v":3,"u":1,"t":1,"q":1,"o":1,"e":1,"c":1,"W":1,"U":8,"Q":2,"O":2,"J":3,"G":2,"C":2,",":-3}},"m":{"d":"70,-134v17,-20,63,-35,79,-3v18,4,23,-23,53,-20v60,5,36,73,35,125v0,17,39,20,12,35v-23,-3,-68,10,-66,-15v7,-8,24,-10,24,-27v0,-38,20,-97,-36,-89v-35,6,-21,58,-21,99v0,12,32,18,10,29v-30,3,-71,1,-43,-29v4,-36,19,-108,-32,-99v-31,12,-23,70,-15,103v6,6,29,14,13,24v-35,4,-95,4,-55,-27v5,-23,11,-64,6,-89v-22,-3,-20,-22,-2,-30v13,-1,16,-16,32,-10v3,8,-7,23,6,23","w":270,"k":{"y":3,"w":2,"v":2,"u":2,"t":2,"q":1,"o":1,"j":1,"e":1,"d":1,"c":1,"b":1,"Y":14,"W":18,"V":22,"U":12,"T":36,"Q":1,"J":9,"C":2,"'":3,"\"":3}},"n":{"d":"127,3v-42,-3,3,-25,-4,-53v3,-30,15,-89,-31,-84v-33,14,-27,70,-22,109v4,8,28,12,13,24v-21,3,-47,-2,-66,3v-11,-2,-5,-20,4,-20v19,-8,10,-43,12,-70v4,-13,9,-39,-11,-42v-7,-4,-9,-14,2,-15v10,-10,37,-29,43,-5v15,18,41,-34,71,-6v34,16,17,72,17,115v0,12,0,25,15,23v14,1,15,18,3,22v-16,0,-32,1,-46,-1","k":{"y":2,"w":1,"v":2,"u":2,"t":2,"q":1,"o":1,"e":1,"d":1,"c":1,"Y":8,"W":19,"V":21,"U":12,"T":35,"Q":2,"O":1,"J":9,"C":2,"'":3,"\"":3}},"o":{"d":"99,-138v-65,-8,-63,97,-24,117v26,14,52,-18,52,-49v0,-30,-11,-53,-28,-68xm157,-121v47,105,-114,175,-143,66v-18,-68,41,-117,99,-94v24,-1,31,16,44,28","w":175,"k":{"r":1,"l":1,"k":1,"h":2,"f":1,"Z":3,"Y":21,"X":4,"W":17,"V":18,"U":6,"T":40,"R":4,"P":5,"N":5,"M":3,"L":4,"K":5,"J":8,"I":4,"H":5,"F":3,"E":4,"D":3,"B":4}},"p":{"d":"113,-124v-21,-30,-63,-2,-56,36v-1,16,3,30,2,48v6,29,59,34,62,-1v17,-23,14,-71,-8,-83xm81,92v-11,22,-69,8,-84,1v13,-8,51,-53,28,-97v6,-33,7,-79,6,-117v-5,-8,-40,-14,-12,-22v8,-6,23,-13,37,-10v-3,11,5,17,15,10v12,-15,51,-22,65,-4v50,30,33,128,-10,141v-20,22,-75,-18,-65,39r0,47v3,6,18,4,20,12","w":180,"k":{"r":1,"n":1,"l":2,"k":1,"h":2,"f":1,"Z":3,"Y":21,"X":5,"W":17,"V":19,"U":6,"T":39,"R":5,"P":5,"N":6,"M":3,"L":5,"K":5,"J":8,"I":4,"H":5,"F":4,"E":5,"D":4,"B":4}},"q":{"d":"122,-70v19,-57,-51,-90,-70,-34v-11,33,-1,76,30,81r14,8v16,-10,31,-23,26,-55xm162,107v-29,-2,-67,7,-76,-11v21,-11,38,-66,28,-104v-33,14,-81,10,-89,-25v-41,-66,26,-150,101,-114v13,-1,30,-8,28,12r-8,170v1,26,-6,58,32,50v14,11,-5,21,-16,22","w":178,"k":{"}":-8,"t":1,"r":1,"n":1,"i":1,"h":2,"Z":3,"Y":20,"X":2,"W":16,"V":17,"U":9,"T":37,"R":3,"P":4,"N":5,"M":1,"L":2,"K":3,"J":7,"I":2,"H":4,"F":3,"E":2,"D":2,"B":2,")":-20}},"r":{"d":"69,-62v-10,36,19,40,28,54v-11,21,-58,2,-83,7v-13,-20,23,-20,21,-40v-3,-33,11,-81,-16,-94v-3,-16,37,-30,42,-9v10,8,9,-15,27,-13v22,-17,56,8,38,35v-21,9,-32,-15,-52,-5v0,23,-6,40,-5,65","w":133,"k":{"w":-4,"v":-5,"q":1,"l":2,"k":2,"h":2,"d":1,"c":1,"Z":8,"Y":22,"X":8,"W":8,"V":8,"U":3,"T":23,"R":4,"P":7,"N":7,"M":4,"L":4,"K":6,"J":8,"I":5,"H":6,"F":4,"E":5,"D":5,"B":5,".":5,",":5}},"s":{"d":"111,-41v3,43,-89,67,-100,16v2,-10,2,-23,14,-24v9,11,12,35,33,35v22,0,32,-31,10,-44v-21,-13,-48,-22,-50,-54v-2,-30,23,-41,45,-50v22,3,50,15,33,44v-15,8,-16,-34,-42,-24v-10,4,-14,12,-16,23v1,17,17,20,31,24v22,11,35,29,42,54","w":120,"k":{"Y":19,"W":19,"V":21,"U":7,"T":36,"R":1,"N":2,"J":8}},"t":{"d":"104,-33v14,23,-20,38,-49,34v-50,-7,-10,-87,-31,-125v-23,-13,10,-37,24,-46v12,0,12,12,15,21v27,-10,57,21,18,21v-43,0,-26,61,-22,94v9,16,32,7,45,1","w":115,"k":{"Y":10,"W":11,"V":20,"U":7,"T":41,"J":8}},"u":{"d":"14,-152v13,-7,49,-7,45,14v-5,27,3,59,-6,85v1,26,35,33,52,22v15,-20,10,-64,10,-92v0,-21,-22,-13,-24,-29v7,-16,30,-4,51,-6v29,24,-24,109,16,130v11,16,-16,27,-39,27v-4,-7,-13,-31,-18,-14v-13,22,-64,23,-70,-4v-15,-26,3,-81,-9,-119v-6,-1,-9,-5,-8,-14","w":173,"k":{"Y":18,"W":16,"V":18,"U":9,"T":34,"N":1,"J":8}},"v":{"d":"64,-17v-15,-51,-29,-104,-68,-133v13,-14,40,-2,64,-5v4,0,6,2,5,7v-18,18,5,64,14,83v27,2,25,-40,32,-63v-4,-10,-20,-6,-20,-19v5,-20,32,-5,55,-12v14,-1,17,18,3,20v-28,39,-46,88,-64,137v-8,13,-21,-15,-21,-15","w":158,"k":{"q":2,"o":2,"l":7,"k":6,"h":3,"g":1,"e":1,"d":2,"c":2,"Z":17,"Y":23,"X":19,"W":6,"V":8,"U":2,"T":18,"R":7,"P":9,"N":8,"M":8,"L":8,"K":8,"J":8,"I":8,"H":8,"F":6,"E":8,"D":8,"B":8,"A":7,".":9,",":11,"'":-5,"\"":-5}},"w":{"d":"122,-60v-26,7,-21,44,-35,61v-31,4,-25,-39,-40,-58v-5,-26,-17,-45,-27,-66v-5,-10,-28,-17,-19,-30v19,-3,34,0,50,3v10,2,5,15,4,23v7,34,15,64,32,86v12,0,11,-12,14,-20v19,-13,6,-52,0,-71v-13,0,-29,-18,-8,-22v15,3,64,-1,42,18v-7,24,15,43,13,72v4,11,20,31,22,6v10,-20,17,-39,15,-67v-6,-7,-30,-25,-4,-27v18,5,41,-8,45,8v-2,19,-21,15,-22,34v-8,30,-18,58,-35,80v-3,12,-5,27,-18,29v-25,-5,-15,-43,-29,-59","w":229,"k":{"q":1,"l":6,"k":5,"h":4,"d":1,"c":1,"Z":14,"Y":27,"X":19,"W":8,"V":8,"U":4,"T":33,"R":8,"P":9,"N":8,"M":8,"L":8,"K":8,"J":8,"I":8,"H":8,"F":7,"E":8,"D":8,"B":8,"A":5,".":7,",":8}},"x":{"d":"86,-102v30,-22,-24,-50,60,-48v6,3,15,4,18,11v-25,25,-83,46,-43,84v13,20,34,30,50,47v-8,18,-52,6,-73,3v-2,-13,1,-32,-13,-39v-12,-19,-16,6,-24,15v-5,16,28,12,10,25v-16,1,-36,-1,-50,2v-8,1,-7,-11,-3,-15v18,-19,48,-25,47,-62v-21,-19,-28,-42,-55,-52v-9,-10,5,-18,16,-15v18,4,55,-11,46,14v3,7,11,11,8,22v0,4,1,8,6,8","w":176,"k":{"q":2,"o":2,"e":1,"d":2,"c":2,"Y":8,"W":12,"V":21,"U":9,"T":39,"J":8}},"y":{"d":"104,-65v5,-19,20,-43,12,-64v-12,-1,-28,-21,-8,-21v21,0,49,-8,64,1v1,25,-37,14,-35,46v-20,45,-32,97,-49,141v-5,29,-45,74,-73,37v-5,-44,50,12,52,-38v29,-41,-15,-79,-26,-117v-12,-21,-20,-44,-38,-57v-9,-16,8,-17,24,-13v17,-2,52,-7,41,14v-32,15,10,54,14,75v6,6,19,2,22,-4","w":170,"k":{"q":2,"o":2,"l":7,"k":5,"h":3,"d":2,"c":2,"Z":16,"Y":24,"X":15,"W":7,"V":8,"U":2,"T":25,"R":6,"P":8,"N":8,"M":7,"L":7,"K":8,"J":8,"I":8,"H":8,"F":6,"E":8,"D":7,"B":7,"A":7,".":9,",":10,"'":-5,"\"":-5}},"z":{"d":"127,-150v-11,54,-52,76,-66,127v8,13,56,12,63,1v4,-7,18,-26,26,-10v5,53,-64,26,-117,33v-33,-5,1,-33,7,-47v18,-26,32,-53,42,-87v-3,-15,-32,-1,-45,0v-9,7,-25,25,-30,3v5,-11,7,-29,15,-37v21,18,67,15,101,13","w":156,"k":{"y":1,"Y":8,"W":26,"V":28,"U":11,"T":37,"Q":1,"J":8,"'":3,"\"":3}},"{":{"d":"145,-259v0,29,-47,4,-47,37v0,30,21,43,21,72v0,37,-43,37,-66,52v44,9,93,55,54,108v-13,19,-7,52,24,46v9,1,14,5,14,14v-1,8,-6,15,-16,15v-55,-3,-62,-71,-36,-113v-1,-47,-49,-49,-81,-65v5,-37,95,-13,72,-86v-24,-35,-8,-98,45,-93v8,1,15,5,16,13","w":149,"k":{"p":-3,"l":-2,"j":-48,"h":-2,"b":-3,"Y":-5,"V":-6,"J":-34}},"|":{"d":"54,77v-3,5,-16,7,-17,-2v0,-32,-8,-70,-1,-97v-3,-33,-7,-90,-3,-128v-5,-30,-1,-75,-4,-111v3,-6,17,-4,21,-1v5,46,-1,85,6,126v-5,47,-5,99,4,141v-6,22,-1,50,-6,72","w":87},"}":{"d":"5,78v-2,-30,50,-5,49,-37v-23,-47,-33,-116,35,-119v3,-1,7,-3,9,-5v-25,-18,-70,-20,-70,-62v0,-32,26,-47,24,-83v-8,-16,-45,1,-45,-25v0,-10,7,-13,18,-12v37,0,51,28,52,63v1,25,-21,27,-17,54v6,35,38,48,76,53v15,30,-52,26,-65,51v-24,28,20,63,1,104v-8,18,-25,31,-52,30v-7,-1,-15,-4,-15,-12","w":151},"~":{"d":"78,-92v-23,-5,-38,27,-48,5v6,-34,51,-37,81,-25v22,3,30,-21,48,-15v3,41,-51,49,-81,35","w":196}}});Cufon.registerFont({"w":87,"face":{"font-family":"IM FELL DW Pica","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","bbox":"-94.0261 -302.789 428 119.714","underline-thickness":"14.7656","underline-position":"-20.3906","slope":"-23","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":79},"\u00a0":{"w":79},"!":{"d":"136,-216v-23,33,-42,125,-78,108v18,-54,35,-120,68,-160v14,-17,39,-4,27,20xm52,-47v24,17,1,60,-31,46v-13,-6,-19,-34,-5,-45v10,-3,26,-8,36,-1","w":115},"\"":{"d":"221,-226v0,45,-36,64,-81,57v-2,-4,-8,-10,-3,-14v23,-4,52,-13,41,-41v-13,-4,-25,-28,-4,-31v21,-8,47,-1,47,29xm140,-225v2,46,-35,64,-80,57v-2,-4,-8,-10,-3,-14v22,-6,53,-12,41,-41v-6,-5,-15,-9,-16,-18v1,-14,14,-16,29,-16v21,1,29,10,29,32","w":178},"#":{"d":"294,-168v-12,18,-51,14,-76,16v-10,10,-8,31,-19,41v14,12,66,-10,78,10v-15,22,-45,10,-70,19v-5,0,-17,-8,-15,3v-10,19,-18,84,-41,50v5,-19,18,-37,17,-57r-55,1v-8,7,-6,36,-16,43v3,19,-20,26,-24,8v3,-17,11,-33,16,-50v-15,4,-30,5,-48,5v-14,0,-13,-18,-3,-23v15,-3,34,-3,48,0v21,-4,17,-33,27,-46v-21,-7,-54,13,-65,-8v4,-26,50,-11,72,-16v15,-19,10,-59,34,-70v14,4,4,17,7,28v-11,9,-7,31,-17,41v20,-1,46,5,60,-3v11,-19,8,-58,31,-61v16,14,-6,36,-4,56v0,2,-2,5,-3,5v21,1,48,-5,64,2v1,2,2,4,2,6xm179,-105v2,-17,26,-42,6,-51v-17,10,-53,-11,-54,17v-1,15,-13,18,-12,35","w":288},"$":{"d":"90,-145v-36,-46,0,-117,65,-106v0,-15,12,-26,26,-17v-6,20,-1,33,18,35v13,1,10,-16,23,-15v15,20,-14,51,-20,72v-3,13,-24,10,-25,-2v-4,-13,-3,-31,-11,-39v-12,20,-18,49,-25,75v48,32,41,149,-34,140v-17,-2,-22,8,-25,22v-9,5,-18,0,-19,-9v0,-8,2,-10,5,-15v-19,-11,-40,-15,-63,-6v-10,-14,13,-25,14,-40v11,-12,19,-28,30,-39v6,0,12,-1,10,10v1,19,5,38,17,47r33,-89v-7,-7,-16,-13,-19,-24xm124,-107v-2,23,-15,32,-17,53r-10,31v38,0,54,-61,27,-84xm146,-228v-36,-5,-40,45,-24,66v10,-19,18,-43,24,-66","w":203},"%":{"d":"86,-174v0,0,0,1,-1,1v1,0,1,-1,1,-1xm86,-120r0,-1r0,1xm103,-172v-21,-4,-42,4,-42,26v8,30,47,28,56,4v1,-14,-8,-21,-14,-30xm99,-194v57,6,48,94,-6,94v-53,0,-68,-74,-24,-91v7,-3,19,-4,30,-3xm226,-72v0,0,0,1,-1,1v1,0,1,-1,1,-1xm226,-18r0,-1r0,1xm224,-20v32,5,42,-39,16,-51v-23,-2,-37,6,-39,27v4,11,14,18,23,24xm244,-92v45,6,47,93,-6,93v-58,13,-76,-80,-21,-93v9,-2,17,-1,27,0xm238,-178v-44,69,-92,136,-148,194v-34,-20,26,-53,34,-76r105,-128v4,0,9,6,9,10","w":316},"&":{"d":"99,-134v-34,-5,-54,34,-55,67v-2,23,22,11,25,2v9,-23,29,-42,30,-69xm182,-112v23,-12,46,9,30,26v-22,24,-71,0,-61,-37v-4,-63,104,-63,116,-20v5,18,32,37,39,11v6,-20,-21,-35,-1,-47v44,-8,50,68,18,85v-24,13,-60,-13,-53,42v-19,44,-39,83,-87,95v-36,26,-118,12,-136,-19v-57,-63,-26,-208,70,-201v19,-22,38,-44,41,-82v-17,-5,-30,-28,-4,-39v23,-10,68,-6,48,28v-16,27,-33,50,-44,80v-33,52,-63,107,-89,165v3,33,42,34,71,37v85,10,141,-115,68,-156v-26,-2,-40,9,-45,31v2,9,15,7,19,1","w":328},"'":{"d":"141,-226v0,45,-31,63,-78,58v-5,-2,-11,-10,-6,-15v31,0,62,-31,28,-51v-8,-17,8,-23,27,-23v22,0,28,10,29,31","w":98,"k":{"l":-4,"k":-2,"b":-8,"Y":-4,"T":-4,"Q":-5,"P":-6,"J":-5,"D":-5,"A":13}},"(":{"d":"37,-140v9,-54,33,-90,72,-114v18,1,19,16,9,26v-29,29,-57,64,-51,120v-20,79,17,144,58,183v2,6,11,19,3,23v-16,0,-25,-11,-36,-16v-44,-49,-74,-118,-61,-210v4,-2,5,-7,6,-12","w":113,"k":{"y":-124,"q":-33,"p":-95,"j":-122,"g":-35,"f":-117,"J":-36,"A":-6}},")":{"d":"111,-73v0,76,-36,181,-99,160v28,-40,67,-72,60,-140v17,-75,-17,-129,-51,-172v-9,-4,-20,-21,-11,-29v2,4,6,6,16,4v54,34,85,96,85,177","w":117},"*":{"d":"144,-252v11,14,-2,52,-22,39v1,-20,1,-40,22,-39xm72,-236v17,-10,34,12,38,28v-15,7,-39,-7,-38,-28xm179,-192v-1,19,-34,17,-38,2v3,-15,31,-14,38,-2xm79,-165v-11,7,-18,-3,-13,-16v9,-4,30,-16,36,-3v-7,7,-14,14,-23,19xm127,-137v-15,0,-17,-35,-6,-42v16,2,25,38,6,42","w":145},"+":{"d":"122,-172v-14,17,-4,58,23,41v11,4,28,1,40,3v10,38,-33,24,-63,26v-7,16,-2,43,-2,61v0,6,-4,6,-9,7v-27,1,-22,-37,-18,-59v-7,-15,-39,-2,-63,-7v-12,-7,-7,-34,15,-27v15,0,50,9,48,-14v-1,-17,-5,-34,-3,-50v12,-19,34,-1,32,19","w":186},",":{"d":"37,-38v37,42,-23,128,-74,95v5,-29,42,-31,52,-55v-1,-12,-21,-10,-21,-24v0,-22,27,-34,36,-17","k":{"9":5,"8":3,"7":4,"6":4,"5":10,"3":7,"1":4,"0":5}},"-":{"d":"101,-53v-31,-3,-82,13,-77,-26v3,-21,46,-7,76,-13v18,6,20,33,1,39","w":142},"\u00ad":{"d":"101,-53v-31,-3,-82,13,-77,-26v3,-21,46,-7,76,-13v18,6,20,33,1,39","w":142},".":{"d":"42,-48v23,18,0,59,-31,46v-14,-6,-21,-40,-3,-46v12,-3,26,-6,34,0","k":{"y":9,"w":14,"v":15,"r":5,"p":2,"o":3,"n":3,"m":2,"j":3,"f":4,"c":3,"Y":13,"X":-4,"W":7,"V":5,"U":14,"T":13,"Q":10,"P":14,"O":12,"M":-2,"J":32,"G":14,"F":2,"D":9,"C":13,"A":-8,"9":3,"7":4,"6":2,"5":8,"3":3,"1":3,"0":3}},"\/":{"d":"34,-21v0,24,-23,74,-34,36v7,-12,7,-31,16,-41v-1,-16,8,-24,12,-34r67,-195v0,-11,18,-9,22,-4v0,35,-21,51,-26,81v-11,29,-19,62,-33,88v1,21,-15,24,-14,45v-7,9,-1,17,-10,24","w":91,"k":{"9":2,"6":2,"0":1}},"0":{"d":"113,-136v-41,-18,-52,53,-59,87v2,20,29,22,37,8v15,-28,39,-57,22,-95xm122,-166v63,32,14,166,-55,166v-79,0,-46,-128,-5,-150v10,-17,41,-34,60,-16","w":163,"k":{"1":1}},"1":{"d":"98,-25v-7,22,-36,23,-59,25v-29,-13,-2,-47,3,-71v5,-21,15,-40,19,-62v-1,-11,-22,-2,-24,-14v8,-20,38,-21,59,-28v29,23,-6,64,-11,93v-3,15,-16,30,-13,49v9,5,22,2,26,8","w":126,"k":{"9":1,"6":1,"5":2,".":-3,",":-6}},"2":{"d":"111,-39v-1,50,-59,40,-98,35v-17,-23,14,-56,35,-66v2,-10,10,-16,17,-20v9,-10,30,-44,1,-49v-14,-2,-21,2,-30,6v-9,-25,27,-42,52,-36v46,11,31,76,5,91v-11,12,-32,15,-43,26v-14,-3,-21,18,-5,19v14,6,32,2,40,-7v4,-13,22,-10,26,1","w":135,"k":{".":-6,",":-8}},"3":{"d":"102,-15v3,60,-81,115,-114,59v8,-33,55,16,69,-20v22,-13,11,-58,-16,-58v-27,0,-33,-28,-9,-36v12,0,10,-14,25,-11v13,-8,32,-26,22,-44v-10,-19,-52,7,-45,-27v39,-47,116,15,74,59v-6,16,-45,18,-28,37v9,9,21,23,22,41","w":136,"k":{"9":1,"8":2,"6":1,"3":2,"1":2,"0":1}},"4":{"d":"66,-75v-9,19,-31,23,-38,44v38,6,60,-7,60,-42v0,-13,-17,-10,-22,-2xm79,89v-35,-11,-3,-55,-4,-85v-8,-19,-48,2,-76,-2v-24,-17,7,-47,24,-56v24,-36,58,-64,82,-98v3,-8,22,-12,30,-5v-4,42,-21,82,-23,122v10,8,53,-6,44,27v-20,17,-55,-8,-55,58v0,20,-5,36,-22,39","w":169,"k":{"5":4,"3":2,".":-9,",":-9}},"5":{"d":"43,-69v-43,-28,12,-118,56,-89v11,11,37,4,46,7v-4,22,-14,50,-41,33v-22,-14,-59,5,-32,24v41,68,-14,168,-79,154v0,-16,12,-18,21,-25v29,-12,52,-71,29,-104","w":138},"6":{"d":"105,-134v-48,0,-41,57,-61,85v0,26,30,51,48,21v23,-20,42,-81,13,-106xm22,-22v-15,-99,56,-144,114,-185v13,-9,42,-23,59,-9v-2,22,-33,16,-47,32v-16,5,-24,18,-39,24v-9,13,11,16,23,18v63,66,-48,196,-110,120","w":169,"k":{"7":2,"3":1,"2":1,"1":4}},"7":{"d":"154,-152v-3,59,-65,100,-91,149v-10,18,-37,59,-57,27v14,-25,27,-52,46,-72v20,-21,35,-47,55,-67v3,-14,-20,-7,-33,-7v-9,5,-21,-2,-27,11v-6,4,-22,5,-22,-6v12,-14,0,-47,34,-39v30,7,54,-7,86,-2v5,-1,8,2,9,6","w":149,"k":{"4":3}},"8":{"d":"111,-224v-22,10,-40,50,-20,74v17,20,38,-13,41,-34v1,-17,-1,-39,-21,-40xm73,-102v-32,-1,-39,72,-9,81v35,1,47,-74,9,-81xm79,2v-27,7,-41,-15,-58,-24v-7,-8,-6,-27,-5,-42v4,-34,43,-34,45,-70v-23,-53,6,-128,67,-106v48,2,40,85,8,101v-8,7,-20,9,-23,21v11,29,29,69,0,90v-6,15,-18,26,-34,30","w":156},"9":{"d":"93,-36v18,-13,26,-42,28,-76v3,-33,-33,-38,-46,-13v-14,26,-27,49,-20,87v3,13,32,23,38,6r0,-4xm-11,73v7,-43,76,-35,81,-77v-49,6,-65,-75,-34,-108v10,-39,66,-66,101,-37v43,105,-48,184,-123,227v-10,0,-20,1,-25,-5","w":172,"k":{"7":2,"3":1,"2":1,"1":4}},":":{"d":"99,-126v-5,28,-59,26,-53,-8v-4,-34,45,-35,53,-11r0,19xm46,-48v22,17,0,60,-32,46v-13,-6,-21,-39,-2,-46v12,-3,26,-6,34,0","w":99},";":{"d":"72,-147v18,3,22,49,-8,44v-16,-2,-20,-13,-23,-27v4,-12,14,-20,31,-17xm10,-39v48,-17,65,54,29,78v-8,18,-41,37,-64,22v7,-29,38,-29,49,-52v-4,-14,-25,-14,-23,-34v0,-5,4,-14,9,-14","w":100},"\u037e":{"d":"72,-147v18,3,22,49,-8,44v-16,-2,-20,-13,-23,-27v4,-12,14,-20,31,-17xm10,-39v48,-17,65,54,29,78v-8,18,-41,37,-64,22v7,-29,38,-29,49,-52v-4,-14,-25,-14,-23,-34v0,-5,4,-14,9,-14","w":100},"<":{"d":"51,-119r128,-75v7,24,-37,26,-49,42r-74,42v3,15,25,28,33,39v2,12,16,16,20,26v18,8,13,32,-8,35v-21,-6,-19,-35,-41,-41v-13,-15,-22,-33,-36,-46v0,-15,17,-16,27,-22","w":158},"=":{"d":"165,-128v-29,10,-89,6,-119,5v-8,-10,1,-33,20,-29v32,-6,66,7,93,-3v17,0,10,18,6,27xm119,-49v-37,-14,-104,22,-100,-16v18,-37,80,-3,118,-19v21,2,5,18,2,28v-5,4,-13,7,-20,7","w":171},">":{"d":"153,-103v-22,21,-53,33,-78,51v-31,8,-46,33,-76,41v-19,-40,80,-58,108,-86v12,-5,31,-15,11,-24r-51,-60v3,-24,25,-6,30,3v5,9,8,22,21,24v5,14,20,18,23,34v5,5,15,7,12,17","w":158},"?":{"d":"72,-110v-14,13,18,35,-4,40v-13,-2,-34,-12,-19,-24v-6,-46,-2,-96,48,-97v18,-10,72,-35,33,-52v-16,2,-37,9,-45,-6v1,-20,16,-29,37,-28v39,0,57,59,33,88v-14,17,-35,22,-51,36v-27,-3,-29,21,-32,43xm80,-27v2,26,-52,44,-52,9v0,-14,7,-28,18,-31v17,0,33,5,34,22","w":127},"@":{"d":"202,-170v-38,-1,-56,44,-73,73v-6,26,17,19,26,7v18,-23,50,-44,47,-80xm230,-194v15,6,2,27,-2,37v-7,24,-28,46,-26,71v59,-11,81,-103,23,-133v-11,-6,-23,-19,-42,-14v-65,-8,-97,50,-107,109v4,46,25,75,50,99v33,13,90,12,111,-8v18,4,0,19,-5,26v-39,15,-114,11,-137,-15v-36,-11,-44,-52,-53,-90v0,-96,58,-139,149,-145v38,12,75,22,84,62v25,53,-7,96,-47,111v-13,12,-47,44,-59,12v4,-5,10,-16,2,-19v-16,14,-56,52,-74,15v-1,-49,36,-66,58,-92v18,-21,55,-10,75,-26","w":275},"A":{"d":"138,-126v0,14,17,13,33,13v21,-16,22,-50,37,-72v0,-2,-1,-5,-4,-4v-17,16,-40,26,-51,48v-3,7,-15,6,-15,15xm-33,-3v10,-31,54,-27,69,-53v19,-19,35,-40,57,-55v31,-23,55,-50,84,-73v20,-16,29,-41,63,-42v26,38,-36,100,-42,148v-10,16,-14,38,-24,53v8,5,20,25,0,25v-19,0,-54,7,-65,-7v0,-10,7,-11,15,-13v24,-12,35,-42,37,-72v-17,-12,-59,-8,-67,8v-17,12,-28,32,-44,43v-11,7,-12,24,-1,31v1,24,-48,3,-68,13v-7,0,-10,-1,-14,-6","w":242,"k":{"z":3,"y":5,"x":1,"w":5,"v":5,"u":4,"t":3,"s":2,"r":4,"q":6,"p":3,"o":7,"n":6,"m":4,"l":4,"k":4,"j":3,"i":5,"h":4,"g":4,"f":4,"e":5,"d":4,"c":5,"b":3,"a":5,"]":-4,"Z":2,"Y":7,"W":4,"V":5,"U":5,"T":7,"S":4,"R":6,"Q":4,"P":4,"O":3,"N":2,"L":2,"K":5,"J":6,"I":2,"H":5,"G":4,"F":6,"E":2,"D":5,"C":3,"B":5,";":3,":":3,".":4,",":4,")":-3,"'":4,"\"":4}},"B":{"d":"167,-138v48,-12,81,-85,5,-94v-25,12,-27,46,-47,63v-2,12,-15,35,14,31v8,-4,18,0,28,0xm97,-109v-7,32,-28,49,-31,84v52,40,150,-49,75,-95v-19,-6,-40,-12,-44,11xm-4,-13v52,-15,46,-86,80,-119v7,-31,26,-53,37,-80v-1,-14,-31,-12,-21,-30v53,-21,191,-14,161,67v-9,26,-26,46,-54,50v-19,14,19,27,2,40v20,111,-109,79,-202,97v-9,2,-11,-11,-8,-19v-1,-4,3,-5,5,-6","w":237,"k":{"}":-5,"]":-7,"W":4,"V":4,"U":4,"T":2,"R":2,"H":2,"F":4,")":-7}},"C":{"d":"143,-216v-44,39,-95,126,-52,190v31,13,46,-11,67,-19v9,-11,36,-41,46,-12v-10,20,-22,70,-49,49v-28,6,-83,20,-98,-12v-82,-103,74,-303,185,-199v26,7,1,31,-1,48v-2,7,-10,12,-19,11v-15,-9,10,-36,-8,-44v-12,-21,-50,-33,-68,-12r-3,0","w":227,"k":{"}":-5,"y":3,"w":2,"v":3,"]":-8,"W":3,"V":3,"U":3,")":-10}},"D":{"d":"178,-159v-22,37,-44,79,-60,123v48,38,135,-26,156,-72v11,-23,-1,-44,2,-72v-8,-26,-39,-54,-69,-37v-9,20,-25,33,-29,58xm101,-160v-5,19,-43,14,-41,-6v-10,-25,-1,-60,20,-66v38,-30,178,-24,207,12v33,17,37,74,25,115v-30,102,-151,110,-280,110v-15,0,-5,-21,2,-24v81,-2,73,-108,114,-159v1,-11,9,-12,14,-20v7,-37,-21,-33,-54,-28v-19,3,-39,31,-15,44v6,5,11,11,8,22","w":316,"k":{"p":-2,"Z":2,"Y":14,"X":3,"W":5,"V":6,"U":3,"T":15,"R":5,"P":4,"N":3,"M":2,"L":3,"K":5,"J":10,"I":4,"H":4,"F":7,"E":2,"D":6,"B":4,"'":3,"\"":3}},"E":{"d":"124,-141v34,15,66,-11,81,-30v13,-6,12,10,9,21v-15,22,-16,58,-40,72v-18,-5,6,-42,-26,-39v-42,-19,-45,28,-67,45v5,21,-26,42,0,50v45,2,106,18,132,-11r23,-16v4,-5,13,-21,18,-8v2,56,-50,63,-98,54v-47,5,-110,1,-164,3v-6,-3,-7,-7,-9,-13v12,-18,45,5,50,-27v12,-16,19,-37,27,-58v16,-42,47,-78,56,-123v-21,5,-47,-12,-25,-21r184,-3v12,16,1,59,-20,62v-11,-15,-3,-47,-42,-42v-20,-8,-53,-17,-55,12v-15,19,-38,46,-34,72","w":272,"k":{"}":-5,"y":11,"w":9,"v":15,"r":2,"f":4,"]":-12,"Y":5,"W":4,"V":3,"U":7,"T":5,"Q":3,"P":4,"O":4,"J":7,"G":5,"D":3,"C":5,".":-3,",":-3,")":-10,"'":6,"\"":7}},"F":{"d":"84,-242r171,-9v17,-10,26,10,21,32v-4,12,-17,44,-26,18v4,-50,-100,-43,-106,-8v-8,18,-19,36,-16,62v28,16,58,-6,70,-25v7,-2,13,-23,17,-5v-8,22,-16,44,-20,72v-2,15,-21,18,-19,-1v4,-33,-34,-16,-63,-18v-11,6,-13,21,-15,36v-11,16,-15,40,-28,54v0,17,21,11,26,23v-8,19,-79,17,-91,2v3,-16,24,-14,30,-27r74,-181v-12,-3,-41,-8,-25,-25","w":224,"k":{"}":-49,"z":7,"y":4,"x":13,"w":4,"v":4,"u":4,"t":2,"s":14,"r":4,"q":8,"p":3,"o":7,"n":5,"m":5,"l":-4,"k":-2,"g":7,"e":7,"d":12,"c":6,"b":-20,"a":12,"]":-59,"Y":-6,"T":-6,"A":35,";":8,":":8,".":24,",":24,")":-57,"'":-5,"\"":-4}},"G":{"d":"217,-231v-84,-1,-121,59,-144,127v3,40,4,82,46,82v33,0,46,-36,41,-69v-8,-7,-34,-22,-10,-29v21,6,51,2,74,8v11,-2,14,13,3,13v-33,1,-27,38,-38,61v8,7,12,24,0,30v-29,13,-69,12,-100,2v-39,-12,-68,-64,-51,-115v23,-69,61,-118,140,-127v32,-13,69,10,104,6v-5,29,-11,59,-35,69v-13,-3,4,-37,-12,-45v-5,-5,-11,-11,-18,-13","w":243,"k":{"}":-33,"f":2,"b":-5,"]":-44,")":-42}},"H":{"d":"192,-240v-37,18,-75,50,-71,103v46,-1,81,6,126,4v20,-25,34,-51,39,-87v-11,-7,-38,-18,-20,-27v35,3,70,-9,92,7v-4,19,-31,10,-33,32v-22,29,-29,75,-50,106v-14,21,-20,48,-28,73v6,7,33,5,22,22r-90,4v-3,0,-5,-3,-5,-6v7,-15,31,-11,39,-28v4,-29,24,-42,27,-72v-32,-14,-103,-10,-141,-3v-13,24,-25,48,-29,80v-3,20,29,7,29,25v1,5,-2,7,-6,7r-91,2v-9,0,-10,-14,-4,-18v41,1,33,-49,57,-70v3,-8,9,-13,8,-26v20,-34,36,-73,50,-110v-5,-7,-43,-10,-23,-20v34,-5,68,-3,97,-3v2,0,6,2,5,5","w":317,"k":{"}":-35,"z":2,"y":6,"w":7,"v":7,"u":3,"t":3,"r":4,"q":6,"p":3,"o":7,"n":6,"m":4,"g":4,"f":4,"e":4,"d":2,"c":6,"b":-7,"a":3,"]":-46,"W":4,"V":3,"U":2,"O":5,"G":4,"C":5,";":2,":":2,")":-44}},"I":{"d":"75,0v-36,-5,-74,16,-94,-4v1,-22,33,-5,43,-17v25,-30,33,-74,55,-105v7,-34,28,-55,36,-87v-6,-12,-33,0,-40,-11v14,-30,81,-14,122,-24v16,4,8,20,-4,19v-15,5,-35,4,-42,20r-82,179v2,12,43,9,26,26v-6,2,-12,4,-20,4","w":148,"k":{"}":-54,"z":4,"y":8,"w":10,"v":10,"u":5,"t":4,"s":2,"r":7,"q":8,"p":5,"o":7,"n":8,"m":7,"l":-9,"k":-6,"i":-2,"g":6,"f":2,"e":6,"d":4,"c":7,"b":-24,"a":5,"]":-64,"Y":-5,"T":-5,"O":4,"G":3,"C":3,";":3,":":3,".":2,",":2,")":-62}},"J":{"d":"44,94v58,-25,72,-110,100,-169v-3,-12,-40,2,-30,-23v23,1,46,7,49,-19v10,-18,20,-38,25,-62v-29,1,-46,-15,-57,-31v-23,-33,-103,21,-37,22v5,6,11,11,14,19v3,28,-30,20,-43,10v-19,-24,-12,-79,19,-82v11,-7,36,-8,41,2v36,1,39,47,74,39v5,-12,7,-29,23,-31v27,-3,31,37,7,41v-17,22,-28,51,-37,83v5,14,37,0,39,17v-4,19,-28,6,-48,10v-28,44,-37,104,-71,142v-5,41,-85,63,-109,23v-8,-27,18,-44,33,-23v-1,14,2,25,8,32","w":232,"k":{"x":1,"v":1,"f":3,"]":-7,"Y":4,"X":4,"W":5,"V":5,"U":2,"T":4,"R":3,"Q":2,"P":2,"N":3,"M":2,"L":2,"K":4,"J":3,"I":2,"H":3,"F":5,"E":2,"D":3,"B":3,"A":3,";":4,":":4,".":7,",":8,")":-6,"'":3,"\"":3}},"K":{"d":"86,-242v23,-6,54,-6,80,-3v6,1,5,10,5,18v-21,19,-61,56,-47,90v38,-18,66,-38,81,-78v-17,-7,-26,-34,6,-33v28,1,54,0,80,-2v11,-1,12,16,2,19v-51,15,-76,56,-120,74v-6,9,-34,11,-21,27v9,33,20,62,35,89v3,22,42,12,39,37v-21,14,-62,4,-99,10v27,-34,10,-97,-17,-119v-22,20,-54,79,-23,100v4,6,-1,11,-6,13v-34,-6,-68,17,-90,1v-10,-31,44,-2,47,-42r66,-174v2,-16,-14,-16,-18,-27","w":249,"k":{"}":-48,"y":12,"x":-5,"w":25,"v":29,"r":4,"q":2,"p":2,"o":4,"n":3,"l":-4,"k":-2,"f":3,"c":3,"b":-18,"]":-57,"Y":-2,"T":-3,"O":7,"G":7,"C":6,",":-3,")":-56}},"L":{"d":"166,-231v-30,51,-53,114,-78,166v-6,12,-29,41,-9,49v62,0,129,-5,149,-49v9,-8,19,3,15,16v-4,16,-10,27,-14,42v-49,17,-122,3,-186,7v-17,7,-56,12,-60,-8v18,-19,60,-11,63,-64r70,-144v-1,-16,-18,-11,-23,-21v17,-22,62,-7,102,-14v11,4,1,19,-8,19","w":259,"k":{"y":4,"x":-5,"w":5,"v":15,"s":-5,"h":-2,"d":-3,"Z":-3,"Y":15,"X":-6,"W":5,"V":3,"U":12,"T":15,"Q":11,"P":15,"O":7,"N":-4,"M":-5,"L":-4,"J":62,"I":-4,"G":9,"E":-4,"D":11,"C":8,"A":-10,":":-2,".":-5,",":-5,"'":28,"\"":28}},"M":{"d":"51,-33v0,17,25,9,27,25v-8,20,-57,3,-89,11v-18,-3,-7,-22,4,-25v60,-20,70,-90,100,-135v3,-28,35,-38,29,-67v-9,-4,-43,-8,-24,-24v27,6,69,-4,86,13r-20,127v33,-18,47,-52,72,-74v13,-12,21,-29,36,-40v5,-25,35,-29,64,-24v7,0,7,7,7,14v-56,43,-63,130,-93,197v-1,18,26,6,31,23v-7,22,-55,-1,-80,13v-14,1,-28,1,-30,-10v8,-22,46,-17,46,-45v18,-34,30,-73,44,-112v-18,-24,-28,25,-48,31r-63,83v-7,7,-18,36,-29,21v-2,-52,20,-88,19,-144v-47,13,-60,105,-89,142","w":317,"k":{"}":-20,"y":8,"w":9,"v":12,"u":2,"t":3,"r":5,"q":4,"p":4,"o":5,"n":5,"m":3,"j":2,"i":2,"g":2,"f":7,"e":2,"c":5,"]":-31,"Y":3,"W":7,"V":6,"U":7,"T":2,"Q":2,"P":3,"O":6,"J":4,"G":6,"F":3,"D":2,"C":6,")":-28,"'":3,"\"":3}},"N":{"d":"171,-182v24,29,17,97,47,116v21,-14,20,-51,39,-68v7,-31,33,-47,33,-80v0,-23,-34,-14,-39,-33v20,-11,87,-11,116,-1v-10,21,-50,12,-56,43v-17,34,-29,74,-48,105v-12,20,-25,41,-31,64v0,25,45,1,39,30v-12,13,-47,4,-71,4v-33,-47,-38,-134,-63,-189v-34,43,-64,98,-68,158r3,2v2,16,31,7,33,23v-22,16,-74,4,-113,9v-8,-4,-12,-15,-3,-21v76,-7,65,-102,110,-140v0,-9,13,-13,5,-23v12,-6,19,-31,11,-41v-14,-2,-34,2,-35,-14v9,-15,45,-5,66,-14v23,9,21,40,25,70","w":310,"k":{"}":-55,"z":1,"y":7,"w":9,"v":10,"u":2,"t":2,"r":5,"q":5,"p":3,"o":7,"n":6,"m":4,"l":-7,"k":-7,"g":2,"f":3,"e":3,"c":6,"b":-23,"a":2,"]":-62,"Y":-2,"T":-3,"O":5,"G":4,"C":5,")":-62}},"O":{"d":"104,-175v-26,34,-60,77,-43,131v13,43,92,17,103,-10v33,-32,67,-93,45,-149v-32,-32,-85,3,-105,28xm181,-25v-35,51,-146,29,-146,-41v0,-83,33,-131,84,-161v47,-27,116,-9,120,42v21,70,-16,128,-58,160","w":246,"k":{"Z":2,"Y":13,"X":2,"W":5,"V":6,"U":5,"T":14,"R":5,"Q":2,"P":5,"N":3,"M":2,"L":3,"K":5,"J":12,"I":3,"H":4,"F":6,"E":2,"D":7,"B":4,"'":4,"\"":4}},"P":{"d":"231,-215v-47,-19,-52,50,-66,85v39,10,82,-16,82,-57v0,-12,-6,-24,-16,-28xm135,3v-40,-6,-78,13,-97,-5v3,-29,53,-9,52,-45v13,-39,35,-70,43,-113v8,-17,34,-45,12,-61v-34,-1,-69,8,-66,45v1,12,22,12,20,26v-2,17,-30,20,-38,4v-26,-43,8,-99,56,-99v111,-25,222,60,116,135v-32,22,-95,-25,-96,36v-6,15,-10,33,-12,51v16,-3,34,19,10,26","w":253,"k":{"}":-10,"t":-2,"f":-4,"d":5,"a":2,"]":-11,"X":10,"W":5,"V":6,"R":5,"N":5,"M":6,"L":5,"K":5,"I":3,"H":4,"F":5,"E":4,"B":5,"A":20,".":20,",":20,")":-10}},"Q":{"d":"110,-28v-1,-10,-22,-4,-24,2v1,11,21,6,24,-2xm397,103v-87,51,-181,-25,-213,-90v-13,-26,-40,-40,-65,-16v-20,12,-50,18,-84,14v-26,-54,59,-62,117,-69v63,-8,64,-131,19,-155v-32,-27,-83,-2,-89,35v-3,14,-8,27,-6,47v11,16,24,39,53,33v18,-4,47,-32,20,-44v-25,7,-65,-2,-41,-30v43,-31,89,26,61,74v-18,30,-92,27,-105,0v-40,-84,11,-175,108,-159v67,11,74,138,26,181v-13,12,-27,35,-6,48v13,8,17,26,31,34v26,54,76,89,148,94v20,-5,36,-15,40,-35v0,-4,2,-7,6,-7v22,12,-3,42,-20,45","w":241,"k":{"}":-190,"x":-3,"Y":14,"X":-3,"W":6,"V":4,"U":7,"T":14,"Q":3,"P":7,"O":3,"J":15,"G":3,"D":4,"C":4,")":-185,"'":7,"\"":7}},"R":{"d":"161,-223v-22,19,-36,48,-41,82v-2,11,6,14,17,14v38,-12,67,-34,57,-80v-3,-14,-15,-17,-33,-16xm-3,-1v-17,-29,43,-8,39,-42v13,-31,27,-59,41,-92r32,-74v3,-21,-38,-17,-21,-38v40,-6,75,4,114,4v58,27,28,127,-30,124v-33,9,-2,60,1,82v2,14,46,21,24,37v-27,-5,-59,2,-82,-4v-3,-22,24,-12,21,-36v-2,-20,-10,-26,-11,-42v-3,-9,-5,-21,-15,-23v-25,13,-36,49,-36,77v0,12,20,18,5,27v-27,-2,-54,4,-82,0","w":229,"k":{"y":4,"x":-2,"w":3,"v":4,"q":2,"o":2,"c":1,"Y":5,"W":5,"V":3,"U":8,"T":5,"P":2,"O":3,"J":5,"G":3,"C":3,"'":3,"\"":3}},"S":{"d":"76,-212v10,-43,86,-50,114,-21v16,4,14,-15,27,-15v13,21,-13,64,-28,81v-31,-1,-15,-88,-72,-52v-20,23,-1,67,19,75v23,23,44,65,27,108v-15,37,-92,49,-125,19v-17,-3,-30,14,-41,4v10,-31,30,-52,47,-76v23,4,5,82,62,63v26,-8,37,-60,15,-79v-26,-23,-56,-50,-50,-101","w":195,"k":{"}":-23,"y":3,"w":2,"v":6,"r":2,"n":2,"f":3,"]":-32,"W":4,"V":4,"U":4,"O":2,"G":2,"F":2,"C":2,")":-31}},"T":{"d":"330,-282v-19,84,-139,13,-138,93r-60,155v3,12,25,3,26,19v-6,33,-72,4,-102,18v-11,2,-16,-5,-18,-13v3,-15,25,-13,39,-17v30,-22,31,-76,53,-104r35,-93v-1,-23,-56,-13,-70,-3v-8,10,7,42,-17,41v-28,-2,-23,-50,-3,-56v33,-40,125,-15,185,-19v11,4,39,7,39,-9v-10,-22,17,-41,29,-18v1,2,2,4,2,6","w":234,"k":{"}":-80,"z":24,"y":27,"x":15,"w":30,"v":34,"u":23,"t":23,"s":17,"r":24,"q":24,"p":22,"o":25,"n":24,"m":23,"l":-25,"k":-30,"j":-11,"i":-15,"h":-16,"g":22,"f":8,"e":21,"d":22,"c":24,"b":-45,"a":21,"]":-81,"Y":-8,"X":-5,"W":-2,"V":-4,"U":-3,"T":-10,"R":-5,"Q":-2,"P":-3,"O":12,"N":-5,"K":-3,"J":-6,"I":-3,"H":-3,"G":7,"F":-4,"E":-3,"D":-5,"C":7,"B":-2,"A":7,";":12,":":12,".":12,",":12,")":-84,"'":-10,"\"":-10}},"U":{"d":"228,-89v-23,64,-97,121,-171,72v-42,-73,22,-140,41,-198v5,-14,-36,-10,-13,-24v35,5,76,-18,94,4v-13,19,-53,20,-55,49v-17,37,-38,71,-46,117v3,47,70,56,91,22v27,-23,46,-52,55,-93v9,-22,25,-38,25,-69v-5,-14,-50,-9,-26,-36r95,-2v15,26,-39,23,-39,52v-17,35,-30,75,-51,106","w":270,"k":{"}":-47,"z":3,"y":3,"x":4,"w":2,"v":2,"u":3,"t":2,"s":5,"r":2,"q":5,"p":2,"o":5,"n":3,"m":3,"l":-2,"g":4,"e":4,"d":7,"c":4,"b":-18,"a":7,"]":-57,"Y":-4,"T":-4,"O":2,"M":2,"L":2,"A":12,";":4,":":3,".":8,",":9,")":-55}},"V":{"d":"323,-224v-49,9,-75,46,-106,69r-83,66v-23,30,-60,44,-84,72v-12,4,-22,27,-34,14v28,-78,68,-144,99,-216v8,-19,-51,-6,-24,-29r95,1v8,4,16,12,1,15v-51,9,-50,79,-80,111r-13,36v23,2,23,-19,38,-24r110,-96v2,-5,6,-9,7,-15v-3,-12,-37,-8,-20,-27v33,-2,59,4,86,-4v16,0,37,12,15,22","w":267,"k":{"}":-69,"z":49,"y":52,"x":53,"w":51,"v":49,"u":55,"t":45,"s":57,"r":47,"q":54,"p":51,"o":53,"n":49,"m":52,"l":-24,"k":-21,"j":-11,"i":-17,"h":-11,"g":50,"f":2,"e":53,"d":50,"c":54,"b":-40,"a":59,"]":-79,"Y":-6,"T":-14,"O":3,"G":2,"C":2,"A":60,";":20,":":17,".":37,",":38,")":-77,"'":-9,"\"":-9}},"W":{"d":"428,-224v-22,20,-58,24,-74,50r-127,101v-22,22,-45,36,-65,58v-6,2,-15,14,-20,7v-2,-51,44,-63,39,-112v-17,-4,-32,20,-47,28v-44,23,-60,74,-111,90v7,-54,42,-94,55,-145v6,-25,21,-43,26,-70v-3,-7,-35,-16,-14,-21v24,5,52,-1,69,5v10,17,-17,13,-18,28v-23,31,-31,78,-51,113v27,10,40,-24,60,-34v24,-21,48,-41,66,-67v3,-23,-13,-25,-23,-35v15,-7,86,-18,97,5v-9,12,-34,8,-36,26r-44,107v45,-8,58,-50,92,-67v14,-16,34,-27,45,-46v0,-14,-23,-4,-22,-23v21,-15,70,-9,96,-4v4,0,7,2,7,6","w":364,"k":{"}":-25,"z":38,"y":41,"x":43,"w":37,"v":31,"u":43,"t":28,"s":46,"r":34,"q":44,"p":41,"o":43,"n":37,"m":42,"l":-6,"i":-7,"g":41,"e":44,"d":48,"c":43,"b":-14,"a":45,"]":-60,"Y":-7,"T":-10,"M":2,"L":2,"A":49,";":16,":":13,".":33,",":34,")":-57,"'":-2,"\"":-3}},"X":{"d":"150,-130v11,33,-4,103,42,113v3,2,3,7,5,11v-21,11,-61,2,-94,2v-4,0,-6,-2,-6,-6v25,-12,42,-31,28,-68v-24,-20,-46,29,-67,40v-7,9,4,16,4,27v-14,14,-47,12,-75,12v-9,0,-14,-12,-7,-21v40,-10,66,-36,95,-56v23,-16,57,-27,40,-71v-10,-26,1,-68,-26,-78v-12,-5,-10,-19,6,-18v20,2,43,-2,62,1v9,22,-28,25,-12,54v-3,13,1,25,12,28v25,-19,57,-29,67,-61v-2,-6,-19,-5,-17,-12v5,-19,57,-15,78,-8v0,26,-34,21,-42,38v-30,14,-50,40,-80,54v-6,5,-11,10,-13,19","w":231,"k":{"}":-49,"z":2,"y":14,"w":23,"v":27,"u":4,"t":4,"r":13,"q":8,"p":7,"o":12,"n":11,"m":7,"l":-5,"k":-2,"g":2,"f":6,"e":4,"c":11,"b":-20,"a":2,"]":-60,"Y":-5,"T":-5,"O":5,"G":4,"C":4,")":-57}},"Y":{"d":"119,-48v-20,25,49,24,18,47v-28,4,-63,0,-93,-1v-16,-26,34,-19,38,-47v16,-45,43,-86,43,-141v0,-33,-43,-32,-51,-6v-3,5,-11,10,-16,4v-12,-64,75,-77,92,-27v33,15,36,-42,87,-30v21,5,40,29,32,54v-5,15,-29,11,-30,-2v-11,-34,-63,-16,-66,10","w":222,"k":{"}":-25,"z":15,"y":21,"x":13,"w":17,"v":15,"u":20,"t":4,"s":15,"r":15,"q":23,"p":19,"o":23,"n":16,"m":20,"g":16,"e":19,"d":20,"c":23,"b":-5,"a":19,"]":-42,"Y":-5,"V":2,"T":-5,"Q":-6,"P":-6,"M":2,"L":2,"J":-6,"D":-6,"A":10,";":12,":":9,".":12,",":12,")":-38,"'":-5,"\"":-5}},"Z":{"d":"49,-21v57,15,116,-6,141,-38v12,-4,9,12,6,21v-17,70,-127,25,-205,43v-11,-37,52,-61,69,-88r80,-75v18,-18,48,-33,56,-58v-36,3,-82,-7,-99,19v-11,5,-17,29,-30,22v11,-32,22,-62,48,-77v4,38,101,5,136,21v3,12,-11,19,-20,24v-57,65,-127,117,-182,183r0,3","w":221,"k":{"}":-12,"y":9,"w":13,"v":15,"r":3,"p":1,"n":2,"m":2,"f":3,"]":-31,"W":3,"V":2,"U":4,"O":4,"G":4,"C":4,")":-27}},"[":{"d":"74,-146v-1,60,-14,151,7,199v17,14,55,-3,83,4v18,4,10,30,-9,27v-27,4,-58,-9,-86,-1v-45,-8,-15,-76,-27,-131v3,-52,1,-110,-1,-161v-18,-56,70,-44,121,-41v6,40,-46,19,-81,26v-18,13,-4,57,-4,76v0,1,-1,1,-3,2","w":149,"k":{"y":-133,"q":-11,"p":-72,"j":-138,"g":-66,"f":-137,"J":-45}},"\\":{"d":"137,22v0,23,27,44,4,60v-35,-13,-31,-66,-47,-93v-1,-25,-20,-31,-20,-58v-30,-40,-30,-101,-60,-137v-3,-18,-14,-29,-12,-52v48,-13,38,75,67,105r61,167v2,3,5,4,7,8","w":160},"]":{"d":"106,-24v-1,-60,20,-162,-12,-203v-28,-5,-52,4,-78,0v-8,-1,-10,-9,-10,-19v23,-20,71,3,105,-6v45,6,14,76,27,131v-3,52,-1,109,1,160v11,32,-13,47,-54,40v-18,4,-50,8,-67,2v-7,-40,46,-20,81,-27v22,-13,-2,-63,7,-78","w":157},"^":{"d":"129,-122v-20,-11,-13,-47,-32,-59v-12,12,-17,31,-26,46v-5,5,-17,-1,-10,-9v18,-23,15,-67,44,-79v28,11,27,64,28,96v-1,2,-2,3,-4,5","w":128},"_":{"d":"112,42v-51,-5,-120,14,-150,-6v-5,-58,75,-17,121,-30v24,-1,49,-7,40,31v-2,2,-7,5,-11,5","w":175},"`":{"d":"118,-172v-16,-27,-30,-56,-36,-92v20,-23,36,6,36,32v-1,16,14,41,4,60v-1,1,-2,1,-4,0","w":123},"a":{"d":"88,-122v-36,6,-52,46,-52,82v24,7,39,-31,56,-45v1,-11,9,-33,-4,-37xm141,-57v3,31,-49,77,-73,46v0,-9,6,-23,-3,-25v-19,11,-25,35,-54,36v-5,-7,-15,-10,-13,-21v12,-61,39,-110,96,-127v25,1,62,-11,41,32v-12,24,-33,51,-31,81v13,-7,18,-24,37,-22","w":155,"k":{"y":3,"w":4,"v":6,"r":2,"n":1,"j":1,"f":3,"Y":18,"X":-4,"W":5,"V":3,"U":9,"T":27,"Q":8,"P":15,"O":3,"N":-2,"M":-3,"L":-2,"J":50,"G":3,"F":1,"E":-2,"D":14,"C":3,"A":-6,":":-2,".":-7,",":-7,"'":11,"\"":11}},"b":{"d":"107,-112v-46,3,-56,50,-67,87v19,10,30,-13,44,-21v7,-23,27,-33,28,-62v1,-2,-3,-5,-5,-4xm63,-109v24,-10,27,-47,67,-43v54,58,-31,159,-115,154v-29,-21,4,-61,9,-86v19,-41,30,-89,53,-126v7,-26,-27,-19,-33,-35v8,-6,72,-13,72,10v-15,46,-40,82,-53,126","w":151,"k":{"f":1,"Z":1,"Y":25,"W":8,"V":6,"U":4,"T":32,"R":3,"Q":6,"P":15,"K":3,"J":39,"I":2,"H":3,"F":7,"D":21,"B":2,"'":8,"\"":7}},"c":{"d":"94,-42v1,39,-69,63,-78,20v-17,-76,27,-148,105,-133v10,6,22,23,13,35v-3,3,-6,10,-13,9v-20,2,-15,-25,-33,-25v-33,16,-60,66,-45,105v3,4,8,10,15,10v14,-8,14,-27,30,-31v4,0,7,5,6,10","w":127,"k":{"Y":19,"W":7,"V":5,"U":4,"T":33,"Q":2,"P":11,"J":27,"F":3,"D":13,"'":6,"\"":6}},"d":{"d":"102,-110v-36,8,-75,44,-58,82v12,4,15,-5,21,-10v20,-16,39,-34,44,-65v0,-4,-3,-7,-7,-7xm149,-37v-9,24,-27,38,-54,43v-12,-1,-20,-12,-16,-24v-5,-13,-17,4,-29,2v-15,31,-72,15,-50,-24v17,-60,60,-104,133,-95r42,-75v-5,-16,-34,-27,-4,-38v14,10,49,-11,46,23v-20,28,-34,61,-53,88v-7,19,-22,31,-23,56v-12,10,-16,27,-21,42v7,15,23,-11,29,2","w":170,"k":{"}":-36,"y":1,"w":1,"v":1,"]":-49,"Y":-2,"X":-3,"W":2,"V":2,"T":-2,"A":-8,".":-2,",":-4,")":-46}},"e":{"d":"100,-124v-8,-19,-39,-2,-38,15v8,8,32,-7,38,-15xm88,-37v-6,30,-57,60,-81,24v-9,-68,23,-107,62,-134v21,-14,70,-9,59,26v-9,28,-37,37,-74,36v-20,0,-30,57,-7,61v19,4,21,-12,35,-20v4,-1,7,3,6,7","w":122,"k":{"Y":22,"W":7,"V":5,"U":4,"T":37,"Q":2,"P":13,"J":32,"F":4,"D":14,"'":6,"\"":6}},"f":{"d":"5,76v-17,22,-94,30,-93,-11v18,-28,38,26,61,2v45,-47,61,-126,84,-194v-6,-5,-46,-2,-26,-22v59,4,36,-70,86,-84v20,-16,71,-11,78,14v3,13,-12,22,-18,10v-18,-32,-68,2,-70,32v-3,9,-13,19,-3,27v13,1,33,-5,33,12v0,23,-46,-1,-55,26r-29,92v-14,34,-28,69,-48,96","w":116,"k":{"}":-43,"d":4,"a":1,"]":-72,"Z":-11,"Y":-30,"X":-3,"W":-3,"U":-9,"T":-32,"S":-16,"Q":-25,"P":-31,"N":-2,"J":-34,"I":-14,"G":-7,"F":-6,"E":-4,"D":-30,"C":-4,".":3,",":3,")":-68,"'":-4,"\"":-4}},"g":{"d":"95,-143v-29,-2,-39,31,-42,59v0,5,2,8,7,8v21,-10,40,-33,35,-67xm35,0v-13,11,-30,17,-34,37v11,27,75,38,90,4v-1,-17,-15,-22,-27,-28v-6,-8,-16,-12,-29,-13xm159,-155v15,1,15,30,0,33v-6,-2,-13,-5,-23,-5v-26,19,-30,74,-76,67v-22,-4,-30,21,-12,32r72,43v27,71,-68,88,-120,58v-37,-3,-36,-64,-6,-72v11,-6,46,-10,22,-23v-14,-20,5,-40,18,-43v-36,-61,56,-143,92,-73v14,3,16,-18,33,-17","w":146,"k":{"}":-4,"v":-4,"r":-5,"f":-4,"d":2,"Z":4,"Y":24,"X":3,"W":5,"V":5,"T":42,"S":6,"R":3,"P":3,"N":2,"L":1,"K":2,"J":14,"I":2,"H":3,"F":6,"E":2,"D":8,"B":2,";":-2,".":5,",":5}},"h":{"d":"31,-92v14,-54,73,-106,41,-154v32,-27,67,13,37,44v-8,4,-5,20,-14,23v3,19,-17,24,-13,39v18,-10,54,-29,65,7v19,60,-48,176,-98,118v2,-17,15,-29,30,-14v33,-2,47,-63,33,-94v-47,0,-68,75,-90,113v-2,14,-28,22,-29,2v8,-34,30,-54,38,-84","w":162,"k":{"v":2,"t":2,"n":1,"f":4,"Y":22,"W":9,"V":7,"U":8,"T":31,"Q":11,"P":26,"O":2,"J":48,"H":1,"G":2,"F":5,"D":21,"C":2,"'":11,"\"":11}},"i":{"d":"98,-209v-31,7,-42,-30,-18,-41v31,-9,40,30,18,41xm67,-30v-6,23,-55,45,-67,16v7,-35,51,-65,43,-98v-6,0,-17,4,-17,-3v6,-24,30,-37,56,-38v19,18,-7,44,-13,61v-3,22,-27,36,-22,59v7,1,19,-3,20,3","w":95,"k":{"}":-7,"y":1,"w":1,"v":1,"q":1,"o":1,"n":1,"g":1,"f":1,"c":1,"]":-19,"Y":7,"W":9,"V":6,"U":10,"T":7,"Q":4,"P":6,"O":3,"J":8,"G":3,"F":3,"D":5,"C":3,"A":-6,")":-16,"'":3,"\"":4}},"j":{"d":"113,-242v10,30,-33,41,-40,15v-7,-23,27,-34,40,-15xm90,-126v-44,82,-39,225,-169,212v-9,-2,-15,-8,-15,-18v-1,-15,27,-22,33,-8v4,7,4,21,15,15v58,-35,65,-116,95,-175v-16,2,-26,26,-40,19v-1,-32,35,-38,46,-61v5,-11,37,-20,37,-1","w":95,"k":{"}":-12,"o":1,"n":1,"k":1,"f":1,"b":1,"]":-22,"Y":6,"W":9,"V":7,"U":8,"T":6,"Q":3,"P":6,"O":2,"J":7,"H":2,"G":2,"F":5,"D":5,"C":2,")":-20,"'":3,"\"":3}},"k":{"d":"117,-114v-14,-20,-50,3,-54,18v4,32,45,6,52,-7xm148,-137v14,48,-45,55,-72,71v-3,25,14,45,36,35v14,6,4,34,-13,32v-35,3,-39,-26,-55,-42v-20,10,-10,49,-39,49v-21,-27,17,-60,20,-91v7,-15,16,-30,17,-51v16,-24,25,-57,38,-82v3,-21,-10,-24,-20,-32v3,-19,66,-26,59,5v-9,38,-34,70,-39,105v19,-1,59,-29,68,1","w":150,"k":{"Y":21,"X":-2,"W":8,"V":5,"U":8,"T":32,"Q":5,"P":15,"O":1,"J":41,"F":2,"D":14,"C":1,"A":-10,"'":8,"\"":8}},"l":{"d":"33,-2v-15,24,-52,5,-34,-21v13,-19,16,-50,30,-67v12,-51,41,-81,53,-131v0,-13,-20,-9,-22,-20v9,-12,67,-26,65,4v-25,41,-36,88,-58,127v-1,24,-30,51,-24,73v16,3,24,-26,35,-11v-6,23,-33,29,-45,46","w":93,"k":{"}":-25,"y":4,"w":4,"v":6,"r":2,"p":1,"n":1,"m":1,"j":1,"f":3,"]":-35,"Y":1,"W":5,"V":4,"U":6,"T":1,"P":1,"O":2,"J":2,"G":2,"F":2,"C":3,"A":-3,".":-6,",":-6,")":-33}},"m":{"d":"178,-120v25,-9,64,-67,91,-25v-1,48,-40,69,-42,105v18,-2,25,-38,42,-20v-11,34,-40,52,-76,62v-35,-33,29,-71,38,-111v4,-5,11,-21,3,-27v-32,8,-39,39,-62,55v-8,16,-22,27,-29,44v-16,10,-14,39,-41,38v-28,-36,33,-65,33,-107v0,-9,10,-14,6,-22v-10,-2,-13,7,-20,10v-28,13,-40,42,-57,65v-7,10,-16,19,-17,37v-11,9,-33,27,-37,2v10,-33,30,-56,41,-88v-10,-18,-17,12,-31,8v-1,-30,19,-62,57,-61v28,1,8,28,13,45v25,-18,40,-52,83,-47v14,7,7,24,5,37","w":281,"k":{"y":2,"w":2,"v":4,"r":1,"n":1,"m":1,"f":2,"Y":21,"W":6,"V":4,"U":8,"T":33,"Q":9,"P":15,"O":3,"J":44,"G":3,"F":3,"D":15,"C":3,".":-4,",":-3,"'":11,"\"":11}},"n":{"d":"150,-30v-9,19,-47,41,-64,19v1,-32,25,-42,30,-71v9,-11,18,-23,19,-41v-14,-18,-18,15,-33,18v-26,25,-39,59,-58,90v-7,7,-19,12,-28,4v-8,-36,21,-41,24,-70v2,-11,15,-25,10,-35v-9,8,-23,31,-28,7v13,-26,26,-64,66,-55v9,9,-1,31,4,41v20,-17,43,-44,77,-37v27,38,-29,65,-30,110v8,0,22,-6,22,5v-4,5,-4,15,-11,15","w":182,"k":{"w":1,"v":1,"n":1,"f":1,"Y":21,"W":8,"V":5,"U":9,"T":33,"Q":6,"P":14,"O":2,"J":33,"G":2,"F":3,"D":14,"C":3,"'":9,"\"":9}},"o":{"d":"87,-134v-31,18,-53,58,-51,109v37,-1,45,-41,59,-68v-1,-16,9,-36,-8,-41xm87,-25v-4,20,-65,40,-71,1v-10,-62,13,-121,68,-133v65,8,35,115,3,132","w":134,"k":{"v":3,"t":2,"r":1,"n":2,"i":1,"g":1,"f":5,"Y":24,"W":10,"V":7,"U":8,"T":32,"R":2,"Q":13,"P":27,"O":3,"K":2,"J":51,"H":2,"G":2,"F":6,"D":26,"C":3,"B":2,"'":11,"\"":11}},"p":{"d":"76,-110v-6,33,-34,63,-29,95v40,-7,56,-38,68,-71v11,-32,-27,-52,-37,-24r-2,0xm-9,109v-17,-10,-48,11,-50,-13v4,-16,36,3,36,-24v20,-47,33,-99,57,-142v6,-11,1,-23,10,-31v-7,-11,-25,14,-33,0v15,-31,48,-45,61,-78v9,-1,21,-4,24,4v-6,21,11,23,27,25v27,10,35,68,14,91v-16,37,-47,59,-99,60v-20,16,-24,49,-31,78v-4,15,26,12,14,30r-30,0","w":159,"k":{"v":2,"t":2,"r":1,"n":1,"f":5,"Y":25,"W":9,"V":6,"U":7,"T":33,"R":2,"Q":13,"P":28,"O":2,"K":2,"J":53,"H":2,"G":2,"F":6,"D":29,"C":2,"B":2,"'":12,"\"":12}},"q":{"d":"120,-122v-38,-9,-84,37,-94,79v9,16,27,-4,40,-4v16,-25,58,-33,54,-75xm96,111v-31,-2,-69,3,-95,-5v-10,-21,36,-5,36,-30v21,-24,29,-60,43,-90v-11,-13,-99,24,-70,-58v6,-18,18,-35,33,-46v7,-3,5,-13,14,-14v18,-24,66,-28,87,-5v7,-5,22,-24,26,-3v-7,34,-31,53,-38,87v-5,7,-11,13,-11,26v-16,33,-48,84,-46,118v8,3,32,10,21,20","w":165,"k":{"Y":24,"W":8,"V":7,"U":6,"T":30,"R":1,"Q":4,"P":13,"J":33,"H":2,"F":6,"D":14,"'":5,"\"":5}},"r":{"d":"46,-8v-12,17,-33,8,-26,-16v3,-31,26,-53,25,-84v-2,-10,-16,3,-25,-2v-2,-29,29,-61,58,-46v-4,28,10,34,23,14v10,-5,15,-21,31,-21v19,0,29,33,5,38v-57,-28,-64,77,-91,117","w":128,"k":{"}":-4,"v":-2,"r":-2,"f":-4,"d":5,"a":2,"Z":8,"Y":24,"X":11,"W":7,"V":7,"U":2,"T":40,"S":6,"R":5,"P":2,"N":5,"M":5,"L":3,"K":4,"J":13,"I":5,"H":4,"F":8,"E":4,"D":6,"B":4,"A":5,".":7,",":7}},"s":{"d":"62,-124v14,49,36,141,-43,122v-12,5,-23,-8,-32,-13v-5,-30,26,-36,32,-9v3,15,31,17,31,-4v-16,-51,-17,-154,57,-116v12,6,10,29,-8,27v-15,-2,-27,-29,-37,-7","w":109,"k":{"Y":20,"W":7,"V":5,"U":6,"T":30,"Q":3,"P":14,"J":38,"F":2,"D":14,"A":-4,"'":7,"\"":7}},"t":{"d":"88,-190v42,-17,-7,39,34,33v15,4,4,22,-5,23v-39,-5,-38,31,-54,52v-6,15,-11,27,-17,40v6,20,29,-15,39,2v-8,24,-38,28,-56,42v-33,10,-25,-26,-15,-45v14,-27,32,-47,36,-83v-2,-10,-19,-6,-23,-14v1,-12,15,-11,25,-14v19,-5,20,-28,36,-36","w":109,"k":{"}":-2,"Y":15,"W":4,"V":4,"U":3,"T":23,"P":2,"J":13,"F":2,"D":5,"'":2,"\"":2}},"u":{"d":"104,-44v-17,-7,-22,30,-43,30v-11,9,-22,18,-39,21v-40,-35,20,-71,22,-112v-14,-1,-20,14,-30,2v20,-30,42,-47,80,-53v23,17,-12,47,-21,64v-9,18,-22,40,-28,62v5,13,10,-5,18,-5v23,-12,31,-39,48,-56v20,-20,15,-63,50,-67v29,33,-20,65,-22,103v-6,3,-13,14,-5,20v13,-6,17,-30,35,-28v-6,37,-26,56,-56,68v-25,-2,-14,-33,-9,-49","w":186,"k":{"y":3,"w":4,"v":5,"r":2,"n":2,"m":1,"j":1,"f":3,"Y":21,"W":7,"V":4,"U":10,"T":30,"Q":9,"P":15,"O":4,"J":46,"G":4,"F":3,"D":14,"C":4,"A":-4,".":-2,",":-2,"'":11,"\"":11}},"v":{"d":"99,-36v31,0,41,-36,58,-58v-31,-49,30,-100,31,-30v-19,55,-45,134,-111,121v-43,-25,-11,-89,5,-117v-1,-9,-6,-14,-16,-13v-19,3,-7,34,-30,34v-23,0,-15,-34,-5,-43v18,-17,45,-35,80,-24v16,39,-37,64,-31,118v1,8,11,12,19,12","w":188,"k":{"Y":24,"W":9,"V":7,"U":5,"T":31,"R":2,"Q":5,"P":13,"K":2,"J":28,"H":2,"F":7,"D":14,"B":2,"'":6,"\"":6}},"w":{"d":"177,-114v-8,4,-14,23,-10,31v10,-6,13,-14,15,-27v0,-3,-2,-4,-5,-4xm231,-146v-1,-19,31,-29,36,-6v14,69,-23,175,-95,142v-10,-19,-32,-20,-38,-3v-16,8,-50,25,-69,3v-8,-6,-10,-27,-14,-37v8,-26,22,-46,31,-71v0,-14,-20,-4,-33,-8v-28,4,9,48,-21,56v-31,-43,12,-106,82,-92v18,13,-9,33,-10,53v-13,20,-23,58,-3,77v91,13,7,-118,88,-132v48,7,24,82,2,97v-12,14,3,37,24,29v20,-8,29,-29,39,-47v0,-27,-18,-35,-19,-61","w":280,"k":{"v":2,"t":1,"n":1,"f":2,"Y":21,"W":9,"V":7,"U":8,"T":31,"R":1,"Q":9,"P":15,"O":2,"J":39,"H":2,"G":2,"F":5,"D":15,"C":2,"'":10,"\"":10}},"x":{"d":"100,-122v28,-12,49,-67,81,-39v1,26,-10,33,-27,42v-7,-13,-23,-2,-28,4v-23,8,-26,39,-21,70v16,11,22,-33,31,-13v-4,23,-13,40,-25,55v-32,13,-31,-26,-45,-41v-15,6,-19,22,-32,30v-9,13,-40,33,-50,6v1,-22,19,-43,38,-29v32,-9,55,-37,41,-78v-12,-11,-19,31,-29,9v-3,-26,11,-36,23,-50v19,-22,43,3,40,32v0,1,1,2,3,2","w":164,"k":{"}":-2,"Y":17,"W":6,"V":5,"U":4,"T":23,"P":2,"J":9,"F":3,"D":4}},"y":{"d":"146,-118v-70,75,-103,188,-215,221v-12,4,-19,-6,-18,-18v2,-21,39,4,46,-17v47,-22,76,-62,79,-129v7,-10,16,-38,3,-47v-8,2,-21,14,-27,1v19,-22,31,-49,63,-55v24,16,-7,56,-2,91v33,-5,32,-86,72,-89v20,6,8,33,-1,42","w":141,"k":{"Z":4,"Y":26,"X":3,"W":8,"V":7,"U":3,"T":34,"S":2,"R":4,"P":4,"N":2,"M":2,"L":2,"K":4,"J":14,"I":3,"H":4,"F":8,"E":2,"D":9,"B":3,".":2,",":2,"'":2,"\"":2}},"z":{"d":"73,-9v-33,-35,-54,28,-76,-8v0,-35,41,-33,56,-56v16,-12,30,-26,43,-40v0,-20,-32,-20,-44,-10v12,7,15,35,-8,32v-8,-4,-17,-8,-18,-21v8,-45,52,-65,96,-39v13,-3,30,-28,45,-2v6,33,-29,41,-50,56v-13,20,-73,35,-38,60v20,6,40,14,57,1v-6,-19,-8,-46,21,-38v21,1,21,41,7,49v-12,37,-65,44,-91,16","w":193,"k":{"y":10,"w":11,"v":13,"u":1,"r":4,"p":2,"o":1,"n":3,"m":3,"j":2,"f":5,"c":1,"Y":15,"X":-3,"W":7,"V":4,"U":15,"T":23,"Q":11,"P":19,"O":7,"J":53,"G":8,"F":2,"D":14,"C":8,"A":-8,".":-4,",":-5,"'":14,"\"":14}},"{":{"d":"153,-259v1,30,-50,5,-47,37v2,28,22,45,22,72v0,38,-44,36,-66,52v29,15,78,25,67,79v-4,19,-18,31,-20,53v-3,31,42,11,44,36v0,9,-6,15,-15,15v-56,-4,-62,-71,-36,-113v-2,-46,-49,-50,-82,-65v7,-37,95,-13,72,-86v-21,-37,-8,-98,45,-93v8,1,16,4,16,13","w":145,"k":{"z":-5,"y":-105,"x":-10,"t":-2,"s":-10,"q":-2,"p":-41,"l":-6,"k":-5,"j":-112,"i":-3,"h":-7,"g":-37,"f":-108,"e":-3,"d":-8,"b":-4,"a":-6,"Z":-7,"X":-17,"S":-3,"R":-4,"N":-11,"M":-13,"L":-10,"K":-5,"J":-29,"I":-9,"H":-3,"E":-11,"B":-4,"A":-24}},"|":{"d":"41,75r-6,-211v3,-41,-2,-83,-1,-125v13,-13,28,6,25,24v-9,47,6,85,-2,130v5,36,-3,76,7,112v-7,26,3,59,-9,75v-5,2,-14,2,-14,-5","w":88},"}":{"d":"33,90v-11,0,-21,-2,-22,-12v0,-30,52,-6,49,-37v-3,-27,-17,-45,-21,-72v1,-37,40,-39,66,-52v-26,-18,-71,-20,-71,-62v0,-32,26,-47,24,-83v-8,-16,-45,1,-45,-25v0,-11,8,-12,19,-12v36,1,51,28,52,63v-12,29,-30,72,9,90v15,7,27,17,49,17v17,30,-49,28,-65,51v-21,31,22,63,2,104v-8,16,-24,29,-46,30","w":146},"~":{"d":"72,-92v-23,-4,-35,24,-48,8v1,-34,52,-43,75,-28v25,5,35,-21,53,-15v5,40,-50,49,-80,35","w":154}}});Cufon.registerFont({"w":120,"face":{"font-family":"LeagueGothicRegular","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"265","descent":"-95","x-height":"3","bbox":"-9.80397 -297 215 90","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+00A3"},"glyphs":{" ":{"w":55},"D":{"d":"122,-132v0,119,-14,136,-108,132r0,-265v93,-4,108,12,108,133xm53,-226r0,187v27,0,29,-6,29,-93v0,-86,-2,-94,-29,-94","w":133},"F":{"d":"107,-265r0,40r-54,0r0,70r36,0r0,40r-36,0r0,115r-39,0r0,-265r93,0","w":108,"k":{"a":4,"o":4,"e":4,"c":4}},"H":{"d":"84,0r0,-115r-31,0r0,115r-39,0r0,-265r39,0r0,110r31,0r0,-110r38,0r0,265r-38,0","w":136},"J":{"d":"2,3r0,-39v0,0,21,5,21,-19r0,-210r39,0r0,216v0,28,-14,55,-60,52","w":74},"L":{"d":"14,0r0,-265r39,0r0,229r52,0r0,36r-91,0","w":106,"k":{"A":-4,"Y":7}},"N":{"d":"93,0v-16,-49,-24,-104,-43,-150r0,150r-36,0r0,-265r35,0v16,49,24,105,43,151r0,-151r36,0r0,265r-35,0","w":142},"P":{"d":"14,0r0,-265v65,-3,108,1,108,80v0,61,-35,79,-69,79r0,106r-39,0xm53,-225r0,80v24,0,29,-9,29,-39v0,-30,-5,-41,-29,-41","w":126,"k":{"o":4,"e":4,"c":4}},"R":{"d":"123,0r-39,0r-20,-112r-11,0r0,112r-39,0r0,-265v67,-6,108,10,106,77v0,26,-7,50,-22,60xm82,-187v0,-38,-18,-39,-29,-39r0,78v11,0,29,-1,29,-39","w":129},"T":{"d":"37,-225r-36,0r0,-40r112,0r0,40r-37,0r0,225r-39,0r0,-225","w":113,"k":{"y":2,"w":2,"v":2,"r":9,"p":9,"a":12,"o":10,"m":9,"e":10,"c":10,"A":8,"n":9,"x":7,"T":-3}},"V":{"d":"64,-108r21,-157r38,0r-41,265r-38,0r-41,-265r38,0v9,51,10,110,23,157","w":126,"k":{"A":8,"c":5,"e":5,"o":5,"a":6,"n":4,"m":4,"p":4,"r":4}},"X":{"d":"64,-82r-23,82r-38,0r43,-139r-42,-126r38,0v9,23,12,51,24,71r22,-71r38,0r-42,126r43,139r-38,0v-9,-26,-12,-59,-25,-82","w":129},"Z":{"d":"4,0r0,-42r60,-184r-52,0r0,-39r95,0r0,39r-62,187r62,0r0,39r-103,0","w":110},"b":{"d":"14,0r0,-265r37,0r0,81v0,0,16,-16,29,-16v20,0,28,23,28,39r0,125v0,16,-8,39,-28,39v-19,0,-34,-32,-29,-3r-37,0xm51,-43v0,15,20,17,20,0r0,-111v0,-7,-4,-12,-9,-12v-5,0,-11,6,-11,12r0,111","k":{"t":2,"a":2,"s":2}},"d":{"d":"106,-265r0,265r-36,0r0,-13v0,0,-16,16,-29,16v-20,0,-28,-23,-28,-39r0,-125v0,-16,8,-39,28,-39v13,0,29,16,29,16r0,-81r36,0xm70,-43r0,-111v0,-14,-21,-17,-21,0r0,111v0,16,21,15,21,0"},"f":{"d":"81,-232v-19,-10,-26,18,-23,35r19,0r0,33r-19,0r0,164r-36,0r0,-164r-18,0r0,-33r18,0v0,-26,-2,-65,42,-69v30,-3,12,17,17,34","w":83,"k":{"a":1,"f":2}},"h":{"d":"63,-165v-7,0,-12,10,-12,10r0,155r-37,0r0,-265r37,0r0,85v3,-2,16,-20,29,-20v19,0,28,23,28,39r0,161r-37,0r0,-156v0,-8,-4,-9,-8,-9","w":121,"k":{"t":2,"a":2,"s":2}},"j":{"d":"13,-228r0,-37r37,0r0,37r-37,0xm13,-197r37,0r0,202v0,21,0,63,-42,63v-31,0,-11,-19,-16,-36v16,7,24,-13,21,-27r0,-202","w":64},"l":{"d":"51,0r-37,0r0,-265r37,0r0,265","w":65,"k":{"t":1,"c":1,"e":1,"o":1,"s":2}},"n":{"d":"63,-165v-7,0,-12,10,-12,10r0,155r-37,0r0,-197r37,0r0,17v3,-2,16,-20,29,-20v19,0,28,23,28,39r0,161r-37,0r0,-156v0,-8,-4,-9,-8,-9","w":121,"k":{"t":2,"a":2,"s":2}},"C":{"d":"79,-91r37,0r0,37v0,0,0,57,-52,57v-52,0,-52,-57,-52,-57r0,-156v0,0,0,-57,52,-57v52,0,52,57,52,57r0,36r-37,0v-4,-25,12,-46,-15,-56v-14,0,-13,20,-13,20r0,156v0,0,-1,19,13,19v28,-9,10,-31,15,-56","w":124},"E":{"d":"14,0r0,-265r89,0r0,40r-50,0r0,70r36,0r0,42r-36,0r0,73r50,0r0,40r-89,0","w":110,"k":{"A":-1}},"G":{"d":"116,-170r-39,0v-4,-26,11,-49,-13,-60v-14,0,-13,20,-13,20r0,159v0,0,-1,19,13,19v26,-10,8,-40,13,-67r-16,0r0,-33r55,0r0,132r-23,0r-5,-13v-7,9,-18,16,-30,16v-49,0,-46,-57,-46,-57r0,-156v0,0,0,-57,52,-57v52,0,52,57,52,57r0,40","w":129},"I":{"d":"14,0r0,-265r39,0r0,265r-39,0","w":67,"k":{"t":1,"c":1,"e":1,"o":1,"s":2}},"K":{"d":"14,-265r39,0v2,30,-4,67,2,93r34,-93r38,0r-36,88r40,177r-37,0v-11,-39,-15,-85,-30,-121v-17,27,-10,78,-11,121r-39,0r0,-265","w":135},"M":{"d":"95,0r-16,0r-26,-177v-6,-1,-2,7,-3,11r0,166r-36,0r0,-265r48,0r25,135r25,-135r48,0r0,265r-36,0r0,-177v-14,49,-18,120,-29,177","w":174},"O":{"d":"116,-54v0,0,0,57,-52,57v-52,0,-52,-57,-52,-57r0,-156v0,0,0,-57,52,-57v52,0,52,57,52,57r0,156xm77,-210v0,0,1,-20,-13,-20v-14,0,-13,20,-13,20r0,156v0,0,-1,19,13,19v14,0,13,-19,13,-19r0,-156","w":127,"k":{"T":4}},"Q":{"d":"116,-210v-4,66,10,133,-8,188v3,4,7,8,15,9r0,33v-22,0,-34,-9,-40,-20v-5,2,-11,3,-19,3v-52,0,-52,-57,-52,-57r0,-156v0,0,0,-57,52,-57v52,0,52,57,52,57xm77,-210v0,0,1,-20,-13,-20v-14,0,-13,20,-13,20r0,156v0,0,-1,19,13,19v14,0,13,-19,13,-19r0,-156","w":128},"S":{"d":"79,-62v0,-43,-67,-95,-67,-144v0,-29,14,-60,51,-61v47,-1,54,40,54,70r-38,3v0,-18,-3,-38,-16,-38v-10,0,-13,11,-13,26v0,43,67,94,67,142v0,35,-12,67,-54,67v-50,0,-57,-38,-57,-77r39,-4v0,22,2,45,18,45v12,0,16,-12,16,-29","w":123},"U":{"d":"79,-265r39,0r0,211v0,0,0,57,-52,57v-52,0,-52,-57,-52,-57r0,-211r39,0r0,211v0,0,-1,19,13,19v14,0,13,-19,13,-19r0,-211","w":131},"W":{"d":"90,-141r-20,141r-30,0r-36,-265r36,0v8,48,8,103,19,147r18,-147r28,0r18,147v5,1,2,-6,3,-9r16,-138r36,0r-36,265r-30,0v-9,-46,-10,-99,-22,-141","w":182,"k":{"A":8,"c":5,"e":5,"o":5,"a":6,"n":4,"m":4,"p":4,"r":4}},"Y":{"d":"41,-265r21,88r20,-88r39,0r-40,152r0,113r-39,0r0,-113r-39,-152r38,0","w":123,"k":{"A":9,"d":9,"q":9,"c":14,"e":14,"o":14,"a":15}},"A":{"d":"41,0r-37,0r40,-265r47,0r40,265r-38,0r-7,-54r-37,0xm81,-95v-6,-29,-5,-65,-15,-90r-12,90r27,0","w":134,"k":{"T":8}},"c":{"d":"48,-152r0,107v0,7,0,15,10,15v16,2,8,-29,10,-43r37,0v3,47,-9,76,-47,76v-26,0,-46,-14,-46,-58r0,-86v0,-44,20,-59,46,-59v36,0,50,25,47,72r-37,0v-1,-14,5,-39,-10,-39v-10,0,-10,8,-10,15","w":113,"k":{"t":2,"f":2,"v":2,"w":2,"y":2,"a":2,"n":1,"m":1,"p":1,"r":1,"l":1,"I":1,"i":1,"|":1,"s":1}},"e":{"d":"72,-71r33,0r0,23v0,0,0,51,-47,51v-47,0,-46,-52,-46,-52r0,-99v0,0,0,-52,47,-52v47,0,46,51,46,51r0,57r-60,0v4,26,-11,52,14,63v21,-8,10,-23,13,-42xm59,-168v-22,9,-11,27,-14,48r27,0v-3,-22,9,-39,-13,-48","w":115,"k":{"t":2,"f":2,"v":2,"w":2,"y":2,"a":2,"n":1,"m":1,"p":1,"r":1,"l":1,"I":1,"i":1,"|":1,"s":1}},"g":{"d":"102,-163v3,23,0,43,1,68v0,0,0,49,-46,49v-8,-3,-12,3,-12,8v0,8,14,10,27,12v23,3,51,12,51,46v0,39,-33,51,-63,51v-58,0,-78,-52,-29,-68v-29,-6,-26,-46,0,-56v-35,-35,-16,-50,-21,-97v0,0,2,-50,47,-50v18,0,29,8,36,18v5,-5,18,-18,30,-18r0,33v-10,0,-17,2,-21,4xm68,-148v0,0,1,-18,-11,-18v-12,0,-11,18,-11,18r0,54v0,0,-1,17,11,17v12,0,11,-17,11,-17r0,-54xm61,40v25,0,45,-22,8,-27v-14,-6,-32,-2,-32,13v0,8,7,14,24,14","w":123,"k":{",":-4,"s":1,"o":2,"e":2,"c":2}},"i":{"d":"51,0r-37,0r0,-197r37,0r0,197xm14,-228r0,-37r37,0r0,37r-37,0","w":65,"k":{"t":1,"c":1,"e":1,"o":1,"s":2}},"k":{"d":"14,-265r37,0v2,41,-4,90,2,126r19,-58r33,0r-26,64r33,133r-35,0r-20,-82v-12,17,-4,55,-6,82r-37,0r0,-265","w":112,"k":{"o":2,"e":2,"c":2}},"m":{"d":"132,-156v-1,-19,-24,-3,-24,1r0,155r-34,0r0,-156v-1,-18,-23,-3,-23,1r0,155r-37,0r0,-197r37,0r0,17v3,-2,17,-20,30,-20v13,0,20,10,24,22v6,-4,21,-22,34,-22v19,0,27,23,27,39r0,161r-34,0r0,-156","w":179,"k":{"t":2,"a":2,"s":2}},"o":{"d":"104,-149r0,101v0,0,1,51,-46,51v-47,0,-47,-52,-47,-52r0,-99v0,0,0,-52,47,-52v47,0,46,51,46,51xm70,-148v0,0,2,-20,-12,-20v-13,0,-13,20,-13,20r0,99v0,0,0,20,13,20v14,0,12,-20,12,-20r0,-99","w":115,"k":{"t":2,"f":2,"v":2,"w":2,"y":2,"a":2,"n":1,"m":1,"p":1,"r":1,"l":1,"I":1,"i":1,"|":1,"s":1}},"a":{"d":"44,-51v0,5,1,18,10,18v26,-1,12,-39,15,-62v-18,8,-25,25,-25,44xm9,-46v1,-85,60,-50,60,-104v0,-7,0,-18,-10,-18v-12,0,-10,18,-10,29r-36,0v-3,-35,18,-61,49,-61v74,0,33,126,46,200r-35,0v-5,-4,-1,-17,-6,-16v-16,25,-58,34,-58,-30","w":119,"k":{"t":3,"f":2,"v":1,"w":1,"y":1,"n":1,"m":1,"p":1,"r":1,"l":1,"I":1,"i":1,"|":1,"s":1}},"p":{"d":"14,68r0,-265r37,0r0,13v0,0,16,-16,29,-16v20,0,28,23,28,39r0,125v0,16,-8,39,-28,39v-13,0,-29,-16,-29,-16r0,81r-37,0xm51,-154r0,111v0,13,20,17,20,0r0,-111v0,-7,-4,-12,-9,-12v-5,0,-11,5,-11,12","k":{"t":2,"a":2,"s":2}},"q":{"d":"106,-197r0,265r-36,0r0,-81v0,0,-16,16,-29,16v-20,0,-28,-23,-28,-39r0,-125v0,-16,8,-39,28,-39v19,0,34,32,29,3r36,0xm70,-154v0,-15,-21,-16,-21,0r0,111v0,16,21,14,21,0r0,-111"},"r":{"d":"87,-200r0,41v0,0,-16,-6,-28,4v-6,6,-8,12,-8,18r0,137r-37,0r0,-197r37,0r0,22v1,-5,9,-25,36,-25","w":88,"k":{"s":2,"a":3,"o":1,"e":1,"c":1}},"s":{"d":"70,-51v0,-35,-57,-51,-57,-96v0,-23,9,-52,44,-53v42,-1,46,31,46,53r-34,0v0,-9,1,-23,-11,-23v-10,0,-12,13,-12,23v0,36,58,52,58,96v0,24,-12,54,-47,54v-44,0,-51,-39,-51,-60r34,0v0,10,2,30,17,30v10,0,13,-12,13,-24","w":110,"k":{"t":3}},"t":{"d":"22,-246r36,0r0,49r25,0r0,33r-25,0r0,98v0,12,0,32,12,32v6,0,13,-1,13,-1v-4,20,13,38,-19,38v-42,0,-42,-43,-42,-66r0,-101r-18,0r0,-33r18,0r0,-49","w":88,"k":{"a":1,"z":-2,"t":2}},"u":{"d":"59,-32v7,0,12,-10,12,-10r0,-155r36,0r0,197r-36,0r0,-17v-3,2,-17,20,-30,20v-19,0,-27,-23,-27,-39r0,-161r36,0r0,156v0,8,5,9,9,9","w":121,"k":{"t":2,"v":2,"w":2,"y":2,"c":1,"e":1,"o":1,"s":1}},"v":{"d":"71,0r-36,0r-32,-197r35,0r13,127v6,0,3,-9,5,-13r12,-114r35,0","w":105,"k":{"c":1,"e":1,"o":1,"a":3,"'":-4}},"w":{"d":"126,0r-30,0r-17,-105r-16,105r-30,0r-29,-197r33,0v6,37,5,81,15,114r17,-114r21,0v8,37,8,81,19,114r13,-114r34,0","w":159,"k":{"c":1,"e":1,"o":1,"a":3,"'":-4}},"x":{"d":"3,0r34,-102r-31,-95r34,0v6,17,8,37,15,52r14,-52r34,0r-31,95r34,102r-35,0v-6,-18,-9,-39,-17,-55r-16,55r-35,0","w":108},"y":{"d":"6,70r0,-33v18,5,35,-15,32,-31r-34,-203r36,0v7,42,6,92,17,131v2,-46,11,-87,15,-131r35,0r-35,212v-5,32,-26,63,-66,55","w":111,"k":{"c":1,"e":1,"o":1,"a":3,"'":-4}},"z":{"d":"2,0r0,-30r50,-134r-42,0r0,-33r81,0r0,30r-50,134r50,0r0,33r-89,0","w":93},"1":{"d":"30,-207r-26,0r0,-25v49,-12,25,-41,65,-33r0,265r-39,0r0,-207","w":83},"2":{"d":"50,-181r-39,0v-1,-46,3,-85,52,-86v40,0,51,29,51,65v0,54,-40,129,-60,163r61,0r0,39r-105,0r0,-39v0,0,66,-95,66,-160v0,-14,-1,-32,-13,-32v-16,0,-13,31,-13,50","w":128},"4":{"d":"64,0r0,-58r-60,0r0,-34r57,-173r39,0r0,173r18,0r0,34r-18,0r0,58r-36,0xm62,-183r-25,91r27,0v-2,-29,4,-66,-2,-91","k":{"9":-1,"3":-2,"8":-3}},"6":{"d":"70,-164v61,0,43,59,43,110v0,13,-3,57,-51,57v-48,0,-50,-44,-50,-57r0,-151v0,-19,1,-62,50,-62v57,0,51,43,51,79r-39,0v0,-36,-1,-46,-12,-46v-20,1,-9,53,-12,76v6,-4,13,-6,20,-6xm50,-43v0,3,3,12,12,12v8,0,12,-9,12,-12r0,-79v0,-3,-4,-12,-12,-12v-8,0,-12,7,-12,11r0,80","w":123},"8":{"d":"93,-140v20,20,21,47,20,83v0,7,-1,60,-52,60v-51,0,-52,-53,-52,-60v-1,-36,1,-63,21,-83v-17,-17,-19,-40,-18,-71v0,-7,0,-56,49,-56v49,0,50,49,50,56v1,31,-1,54,-18,71xm75,-72v0,-32,-1,-47,-14,-47v-13,0,-14,15,-14,47v0,28,3,39,14,39v13,0,14,-15,14,-39xm73,-197v0,-24,-2,-36,-12,-36v-9,0,-11,9,-11,36v0,28,1,40,11,40v10,0,12,-12,12,-40","w":122,"k":{"2":1}},"0":{"d":"116,-54v0,0,0,57,-52,57v-52,0,-52,-57,-52,-57r0,-156v0,0,0,-57,52,-57v52,0,52,57,52,57r0,156xm77,-210v0,0,1,-20,-13,-20v-14,0,-13,20,-13,20r0,156v0,0,-1,19,13,19v14,0,13,-19,13,-19r0,-156","w":127},"3":{"d":"73,-65v1,-34,4,-55,-33,-55r0,-32v32,-2,30,-14,30,-47v0,-15,0,-34,-12,-34v-10,0,-12,9,-12,45r-38,0v0,-30,1,-79,50,-79v49,0,50,49,50,56v0,40,-8,57,-19,71v19,15,22,41,22,72v0,7,-1,71,-50,71v-49,0,-52,-49,-52,-79r39,0v0,36,3,45,13,45v12,0,12,-19,12,-34","k":{"7":1}},"5":{"d":"52,-77v-1,22,1,50,12,46v19,-1,10,-68,12,-94v0,-11,-5,-20,-13,-20v-9,0,-15,14,-15,20r-33,0r0,-140r94,0r0,39r-60,0r0,55v0,0,12,-9,22,-9v40,0,43,46,43,55v-4,59,20,128,-50,128v-48,0,-51,-45,-51,-80r39,0","w":123},"7":{"d":"20,0r40,-226r-59,0r0,-39r98,0v-1,100,-28,175,-39,265r-40,0","w":103,"k":{"4":4,"1":-2}},"9":{"d":"53,-103v-60,0,-39,-57,-43,-107v0,-13,3,-57,51,-57v48,0,51,44,51,57r0,150v0,19,-2,63,-51,63v-56,0,-51,-45,-51,-79r39,0v0,36,1,45,12,45v20,-1,9,-55,12,-78v-6,4,-13,6,-20,6xm73,-144r0,-78v0,-3,-3,-12,-12,-12v-8,0,-12,9,-12,12r0,77v0,3,4,12,12,12v8,0,12,-7,12,-11","w":123},".":{"d":"9,0r0,-40r38,0r0,40r-38,0","w":56},";":{"d":"13,-157r0,-40r38,0r0,40r-38,0xm51,-40v4,40,-9,62,-20,87r-18,0r13,-47r-13,0r0,-40r38,0","w":63},",":{"d":"46,-40v4,40,-9,62,-20,87r-18,0r13,-47r-13,0r0,-40r38,0","w":54},":":{"d":"13,0r0,-40r38,0r0,40r-38,0xm13,-157r0,-40r38,0r0,40r-38,0","w":63},"!":{"d":"15,0r0,-40r38,0r0,40r-38,0xm23,-71r-10,-194r42,0r-10,194r-22,0","w":68},"$":{"d":"79,-65v0,-50,-66,-82,-66,-138v0,-26,8,-53,37,-60r0,-23r22,0r0,22v28,3,38,25,41,49r-33,5v-1,-12,-6,-22,-17,-22v-11,0,-14,14,-14,28v0,50,65,83,66,139v0,31,-10,61,-43,65r0,38r-22,0r0,-39v-31,-5,-43,-32,-44,-62r34,-2v1,17,7,33,23,33v12,0,16,-16,16,-33","w":121},"&":{"d":"62,3v-69,-3,-60,-99,-23,-135v-12,-26,-19,-50,-19,-78v0,0,-2,-57,47,-57v49,0,47,57,47,57v0,23,-15,49,-36,76v12,26,20,40,26,50v5,-13,7,-31,8,-37r31,6v-1,10,-4,40,-16,63v8,9,14,12,16,13r0,42v-4,0,-21,-8,-37,-25v-13,15,-28,25,-44,25xm86,-46v-10,-15,-20,-31,-31,-52v0,0,-9,15,-9,41v0,30,29,33,40,11xm81,-211v0,0,1,-26,-14,-26v-15,0,-13,27,-13,27v0,15,3,27,9,43v9,-13,18,-30,18,-44","w":150},"?":{"d":"35,-40r0,40r38,0r0,-40r-38,0xm106,-216v-2,39,-36,54,-35,100r0,45r-34,0v-3,-51,6,-103,24,-125v6,-7,9,-15,10,-20v1,-5,-2,-16,-12,-16v-13,0,-21,18,-23,25r-32,-14v4,-11,22,-46,55,-45v41,1,47,36,47,50","w":113},"-":{"d":"13,-80r0,-34r52,0r0,34r-52,0","w":78,"k":{"7":7}},"'":{"d":"46,-265v4,40,-9,62,-20,87r-18,0r13,-47r-13,0r0,-40r38,0","w":54},"\/":{"d":"1,26r96,-291r28,0r-94,291r-30,0","w":126},"_":{"d":"13,57r0,-30r187,0r0,30r-187,0","w":212},"=":{"d":"13,-84r0,-30r160,0r0,30r-160,0xm13,-152r0,-30r160,0r0,30r-160,0","w":186},"+":{"d":"13,-114r0,-30r65,0r0,-61r30,0r0,61r66,0r0,30r-66,0r0,61r-30,0r0,-61r-65,0","w":186},">":{"d":"173,-142r0,28r-160,83r0,-35r123,-62r-123,-63r0,-35","w":186},"|":{"d":"48,90r-34,0r0,-387r34,0r0,387","w":62,"k":{"t":1,"c":1,"e":1,"o":1,"s":2}},"~":{"d":"158,-229v-33,0,-51,-30,-79,-30v-25,0,-35,31,-35,31r-24,-10v0,0,17,-54,59,-54v34,0,50,31,79,31v23,0,34,-32,34,-32r23,10v0,0,-18,54,-57,54","w":225},"[":{"d":"85,-265r0,35r-36,0r0,233r36,0r0,34r-71,0r0,-302r71,0","w":94},"]":{"d":"10,-230r0,-35r70,0r0,302r-70,0r0,-34r36,0r0,-233r-36,0","w":94},"\\":{"d":"30,-297r108,329r-30,0r-107,-329r29,0","w":139},"{":{"d":"34,-203v0,-54,21,-65,77,-64r0,30v-84,-12,-9,111,-65,143v32,15,22,66,22,109v0,28,12,34,43,34r0,31v-56,1,-77,-11,-77,-65v0,-39,18,-85,-23,-95r0,-28v41,-9,23,-56,23,-95"},"}":{"d":"87,-203v0,39,-18,86,23,95r0,28v-41,10,-23,56,-23,95v0,54,-21,66,-77,65r0,-31v84,12,9,-111,65,-143v-32,-15,-22,-66,-22,-109v0,-28,-12,-34,-43,-34r0,-30v56,-1,77,10,77,64"},"@":{"d":"143,-210r0,140r-29,0v-4,-19,-2,2,-23,2v-45,0,-16,-76,-25,-116v-7,-29,39,-35,45,-18v1,-18,-3,-35,-34,-35v-27,0,-33,19,-33,27r0,157v0,9,6,27,33,27v15,0,24,-4,30,-11r27,15v-10,13,-27,25,-57,25v-53,0,-65,-39,-65,-56r0,-157v0,-17,12,-57,65,-57v53,0,66,40,66,57xm111,-101r0,-80v0,-6,-4,-9,-9,-9v-5,0,-8,3,-8,9r0,80v0,6,3,10,8,10v5,0,9,-4,9,-10","w":153},"*":{"d":"49,-234r-3,-31r27,0r-3,31r29,-12r7,26r-30,6r20,24r-23,14r-14,-26r-13,26r-23,-14r20,-24r-30,-6r8,-26","w":119},"(":{"d":"63,-279r28,14v0,0,-45,63,-45,152v0,89,45,150,45,150r-28,15v0,0,-51,-75,-51,-165v0,-90,51,-166,51,-166","w":98},"`":{"d":"51,-262r38,0r19,33r-28,0","w":180},"%":{"d":"52,0r-24,0r97,-265r23,0xm44,-237v0,0,0,-10,-6,-10v-7,0,-7,10,-7,10r0,77v0,0,0,10,7,10v6,0,6,-10,6,-10r0,-77xm145,-104v0,0,0,-10,-6,-10v-7,0,-7,10,-7,10r0,76v0,0,0,10,7,10v6,0,6,-10,6,-10r0,-76xm66,-160v0,0,0,31,-28,31v-28,0,-28,-31,-28,-31r0,-77v0,0,0,-30,28,-30v28,0,28,30,28,30r0,77xm167,-28v0,0,0,31,-28,31v-28,0,-28,-31,-28,-31r0,-76v0,0,0,-31,28,-31v28,0,28,31,28,31r0,76","w":176},"#":{"d":"9,-77r4,-34r35,0r7,-46r-35,0r5,-34r34,0r10,-74r35,0r-10,74r46,0r10,-74r34,0r-10,74r34,0r-5,34r-33,0r-7,46r34,0r-5,34r-34,0r-10,77r-35,0r11,-77r-46,0r-10,77r-35,0r11,-77r-35,0xm89,-157r-6,46r46,0r6,-46r-46,0","w":216},"\"":{"d":"42,-168r-27,0r-5,-97r38,0","w":57},")":{"d":"7,-265r29,-14v0,0,51,76,51,166v0,90,-51,165,-51,165r-29,-15v0,0,46,-61,46,-150v0,-89,-46,-152,-46,-152","w":98},"<":{"d":"13,-114r0,-28r160,-84r0,35r-123,63r123,62r0,35","w":186},"^":{"d":"76,-265r41,0r67,123r-35,0r-52,-96r-53,96r-35,0","w":193},"\u00a3":{"d":"127,-197r-37,0v0,-17,-5,-34,-21,-34v-12,0,-15,15,-15,29v0,21,8,42,13,64r37,0r0,24r-31,0v8,29,7,42,-5,69v21,13,35,19,37,-23r34,4v-3,44,-22,67,-45,67v-17,0,-34,-18,-48,-18v-13,0,-20,18,-20,18r-25,-14v0,0,12,-34,37,-38v7,-23,8,-42,1,-65r-33,0r0,-24r26,0v-20,-53,-30,-123,37,-129v47,-4,58,35,58,70","w":143},"B":{"d":"62,0r-48,0r0,-265v63,-3,108,3,106,71v0,24,-6,38,-25,54v0,0,27,12,27,65v0,39,-14,75,-60,75xm82,-79v0,-44,-22,-41,-29,-41r0,81v7,0,29,4,29,-40xm82,-191v0,-36,-22,-35,-29,-35r0,70v7,0,29,1,29,-35","w":131,"k":{"Y":4}},"\u00a0":{"w":55}}});(function(a){a.fn.reverse||(a.fn.reverse=function(){return this.pushStack(this.get().reverse(),arguments)}),a.fn.liveTwitter=function(b,c,d){var e=this;return a(this).each(function(){var f={};if(this.twitter)f=a.extend(this.twitter.settings,c),this.twitter.settings=f,b&&(this.twitter.query=b),this.twitter.interval&&this.twitter.refresh(),d&&(this.twitter.callback=d);else{f=a.extend({mode:"search",rate:15e3,limit:10,imageSize:24,refresh:!0,timeLinks:!0,replies:!0,retweets:!1,service:!1,localization:{seconds:"seconds ago",minute:"a minute ago",minutes:"minutes ago",hour:"an hour ago",hours:"hours ago",day:"a day ago",days:"days ago"}},c),typeof f.showAuthor=="undefined"&&(f.showAuthor=f.mode==="user_timeline"?!1:!0),window.twitter_callback||(window.twitter_callback=function(){return!0}),this.twitter={settings:f,query:b,interval:!1,container:this,lastTimeStamp:0,callback:d,relativeTime:function(a){var b=Date.parse(a),c=(Date.parse(Date())-b)/1e3,d="";return c<60?d=c+" "+f.localization.seconds:c<120?d=f.localization.minute:c<2700?d=parseInt(c/60,10).toString()+" "+f.localization.minutes:c<5400?d=f.localization.hour:c<86400?d=""+parseInt(c/3600,10).toString()+" "+f.localization.hours:c<172800?d=f.localization.day:d=parseInt(c/86400,10).toString()+" "+f.localization.days,d},updateTimestamps:function(){var b=this;a(b.container).find("span.time").each(function(){var c=b.settings.timeLinks?a(this).find("a"):a(this);c.html(b.relativeTime(this.timeStamp))})},apiURL:function(){var a={},b=window.location.protocol==="https:"?"https:":"http:",c="api.twitter.com/1/",d="";this.settings.service&&(c=this.settings.service+"/api/"),this.settings.mode==="search"?(c=this.settings.service?this.settings.service+"/api/":"search.twitter.com/",d="search",a={q:this.query&&this.query!==""?this.query:null,geocode:this.settings.geocode,lang:this.settings.lang,rpp:this.settings.rpp?this.settings.rpp:this.settings.limit}):this.settings.mode==="user_timeline"||this.settings.mode==="home_timeline"?(d="statuses/"+this.settings.mode+"/"+encodeURIComponent(this.query),a={count:this.settings.limit,include_rts:this.settings.mode==="user_timeline"&&this.settings.retweets?"1":null,exclude_replies:this.settings.replies?null:"1"}):this.settings.mode==="favorites"?(d="favorites",a={id:encodeURIComponent(this.query)}):this.settings.mode==="list"&&(d=encodeURIComponent(this.query.user)+"/lists/"+encodeURIComponent(this.query.list)+"/statuses",a={per_page:this.settings.limit});var e=[];for(var f in a)a.hasOwnProperty(f)&&typeof a[f]!="undefined"&&a[f]!==null&&(e[e.length]=f+"="+encodeURIComponent(a[f]));return e=e.join("&"),b+"//"+c+d+".json?"+e+"&callback=?"},parseTweet:function(b){var c={id:b.id_str?b.id_str:b.id,text:b.text,created_at:b.created_at};this.settings.mode==="search"?c=a.extend(c,{screen_name:b.from_user,profile_image_url:b.profile_image_url}):c=a.extend(c,{screen_name:b.user.screen_name,profile_image_url:b.user.profile_image_url,created_at:b.created_at.replace(/^(\w+)\s(\w+)\s(\d+)(.*)(\s\d+)$/,"$1, $3 $2$5$4")});if(this.settings.service)c=a.extend(c,{url:"http://"+this.settings.service+"/notice/"+c.id,profile_url:"http://"+this.settings.service+"/"+b.from_user}),window.location.protocol==="https:"&&(c.profile_image_url=c.profile_image_url.replace("http:","https:"));else{c=a.extend(c,{url:"http://twitter.com/#!/"+c.screen_name+"/status/"+c.id,profile_url:"http://twitter.com/#!/"+c.screen_name});if(window.location.protocol==="https:"){var d=c.profile_image_url.match(/http[s]?:\/\/a[0-9]\.twimg\.com\/(\w+)\/(\w+)\/(.*?)\.(\w+)/i);d?c.profile_image_url="https://s3.amazonaws.com/twitter_production/"+d[1]+"/"+d[2]+"/"+d[3]+"."+d[4]:c.profile_image_url=c.profile_image_url.replace("http:","https:")}}return c},parseText:function(a){return a=a.replace(/[A-Za-z]+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&\?\/.=]+/g,function(a){return'<a href="'+a+'" rel="external">'+a+"</a>"}),this.settings.service?(a=a.replace(/@[A-Za-z0-9_]+/g,function(a){return'<a href="http://'+f.service+"/"+a.replace(/^@/,"")+'" rel="external">'+a+"</a>"}),a=a.replace(/#[A-Za-z0-9_\-]+/g,function(a){return'<a href="http://'+f.service+"/search/notice?q?"+a.replace(/^#/,"%23")+'" rel="external">'+a+"</a>"})):(a=a.replace(/@[A-Za-z0-9_]+/g,function(a){return'<a href="http://twitter.com/#!/'+a.replace(/^@/,"")+'" rel="external">'+a+"</a>"}),a=a.replace(/#[A-Za-z0-9_\-]+/g,function(a){return'<a href="http://twitter.com/#!/search?q='+a.replace(/^#/,"%23")+'" rel="external">'+a+"</a>"})),a},renderTweet:function(a){var b='<div class="tweet tweet-'+a.id+'">';return this.settings.showAuthor?(b+='<img width="'+this.settings.imageSize+'" height="'+this.settings.imageSize+'" src="'+a.profile_image_url+'" />',b+='<p class="text"><span class="username"><a href="'+a.profile_url+'" rel="external">'+a.screen_name+"</a>:</span> "):b+='<p class="text"> ',b+=this.parseText(a.text),this.settings.timeLinks?(b+=' <span class="time">',b+='<a href="'+a.url+'" rel="external">',b+=this.relativeTime(a.created_at),b+="</a></span>"):b+=' <span class="time">'+this.relativeTime(a.created_at)+"</span>",b+="</p></div>",b},refresh:function(b){var c=this;(c.settings.refresh||b)&&a.getJSON(c.apiURL(),function(d){var f=0,g=c.settings.mode==="search"?d.results:d;a(g).reverse().each(function(){var d=c.parseTweet(this);(!c.settings.filter||c.settings.filter(this))&&Date.parse(d.created_at)>c.lastTimeStamp&&(a(c.container).prepend(c.renderTweet(d)),a(c.container).find("span.time:first").each(function(){this.timeStamp=d.created_at}),b||a(c.container).find(".tweet-"+d.id).hide().fadeIn(),c.lastTimeStamp=Date.parse(d.created_at),f+=1)}),f>0&&(a(c.container).find("div.tweet:gt("+(c.settings.limit-1)+")").remove(),c.callback&&c.callback(e,f),a(e).trigger("tweets"))})},start:function(){var a=this;this.interval||(this.interval=setInterval(function(){a.refresh()},a.settings.rate),this.refresh(!0))},stop:function(){this.interval&&(clearInterval(this.interval),this.interval=!1)},clear:function(){a(this.container).find("div.tweet").remove(),this.lastTimeStamp=null}};var g=this.twitter;this.timeInterval=setInterval(function(){g.updateTimestamps()},5e3),this.twitter.start()}}),this}})(jQuery);(function($){$.fn.resize=function(){return this.each(function(){$(window).load(function(){$(this).setSize();});function resizeWindow(){$(this).setSize();$(this).setAdventureInners();};var resizeTimer=null;$(window).bind('resize',function(){if(resizeTimer)clearTimeout(resizeTimer);resizeTimer=setTimeout(resizeWindow,20);});});};$.fn.setSize=function(){var w=$(window).width();var h=$(window).height();var leftPosition=(1400-w)/2;$('.slide img').css('min-width',w);$('.slide img').css('min-height',h);$('.slides_container').css('min-height',h);if(w<1400){$('.slides_container').css("position","relative");$('.slides_control').css({'margin-left':"-"+leftPosition+"px"});}};$.fn.setAdventureInners=function(){var h=($(window).height()-465)/2;$('#js-content').css('top',h+"px");};})(jQuery);$(document).ready(function(){$('form').jqTransform();if(navigator.userAgent.indexOf('iPad')!=-1||navigator.userAgent.indexOf('iPhone')!=-1||navigator.userAgent.indexOf('iPod')!=-1){}else{var $lostClicked;$('#lost').toggle(function(){$lostClicked=true;$('#footer').animate({bottom:'0px'},500);},function(){$('#footer').animate({bottom:'-353px'},200,function(){$lostClicked=false;});});$('#lost').hover(function(){if(!$lostClicked)$('#footer').animate({bottom:'-348px'},{queue:false,duration:200});},function(){if(!$lostClicked)$('#footer').animate({bottom:'-353px'},{queue:false,duration:100});});}
if(!Modernizr.input.placeholder){$('[placeholder]').focus(function(){var input=$(this);if(input.val()==input.attr('placeholder')){input.val('');input.removeClass('placeholder');}}).blur(function(){var input=$(this);if(input.val()==''||input.val()==input.attr('placeholder')){input.addClass('placeholder');input.val(input.attr('placeholder'));}}).blur();$('[placeholder]').parents('form').submit(function(){$(this).find('[placeholder]').each(function(){var input=$(this);if(input.val()==input.attr('placeholder')){input.val('');}});});}
$('#tweet').liveTwitter('theadventurists',{limit:1,refresh:false,mode:'user_timeline',timeLinks:false},function(t){$('#tweet p').hide();Cufon.replace('.text',{hover:true});this.updateTimestamps();});$(".component.gallery .carousel").each(function(index,gallery){gallery=$(gallery);if(gallery.find('li').length>1){gallery.before("<a class='carousel-control prev'>Backward</a>");gallery.after("<a class='carousel-control next'>Forward</a>");gallery.jCarouselLite({btnNext:gallery.next(".next"),btnPrev:gallery.prev(".prev")});}});$(".gallery li a").fancybox();var max=$('#latest-updates-list li').length;var inc=0;var min=4;var remainder=max%min;if(remainder!=0){for(i=0;i<(min-remainder);i++){$("#latest-updates-list").append("<li></li>");}}
if($(".team-content-row.highlight .team-content-row-padding ul").children("li").size()>4){$(".team-content-row.highlight").append('<a class="carousel-control prev">previous</a><a class="carousel-control next">next</a>');$(".team-content-row.highlight .team-content-row-padding").jCarouselLite({btnNext:".team-content-row.highlight .next",btnPrev:".team-content-row.highlight .prev",scroll:min,visible:min,circular:false,afterEnd:function(a){Cufon.replace('.sms p.sms',{hover:'true',fontFamily:'IM FELL DW Pica'});}});}
if($(".team-content-row.latest .team-content-row-padding ul").children("li").size()>4){$(".team-content-row.latest").append('<a class="carousel-control prev">previous</a><a class="carousel-control next">next</a>');$(".team-content-row.latest .team-content-row-padding").jCarouselLite({btnNext:".team-content-row.latest .next",btnPrev:".team-content-row.latest .prev",scroll:min,visible:min,circular:false,afterEnd:function(a){Cufon.replace('.sms p.sms',{hover:'true',fontFamily:'IM FELL DW Pica'});}});}
var homeCarousel=$('.home .component.carousel, .landing_page_b .component.carousel, .landing_page_a .component.carousel').slides({preload:true,preloadImage:'/images/hero-loader.gif',play:10000,pause:2500,hoverPause:false,hoverShowNextPrev:true,toolTip:true,toolTipImage:'/images/tool-tip.png',toolTipClass:'tool-tip',generatePagination:true,paginationClass:"carousel-pagination",generateNextPrev:true,slideSpeed:1500,effect:'slide'});$("#body object").attr('wmode','transparent');$("#body embed").attr('wmode','transparent');$("#body img.fancy").each(function(){image=$(this);image.wrap('<a class="lightbox image-wrap" rel="body-images" target="_blank" title="'+image.attr('title')+'" href="'+image.attr('longdesc')+'" />');image.after('<span class="zoom">&nbsp;</span>');});$(".downloads ul li").hover(function(){$(this).siblings().stop(true).fadeTo(200,0.5);},function(){$(this).siblings().stop(true).fadeTo(200,1);});if($('.article #supplementary-content').height()>$('.article #main-content-wrapper').height()){$('.article #main-content').height($('.article #supplementary-content').height()+20);}
$(".slide a").click(function(){var videoUrl=$(this).attr('href');if(!(/^(http:\/\/)?(www\.)?(youtube|vimeo)\.com/.test(videoUrl))){if(!(/^\//.test(videoUrl))){$(this).attr('target','_blank');}
return;}
$(this).addClass("lightbox");if(/^(http:\/\/)?(www\.)?youtube\.com/.test(videoUrl)){if(/^(.*youtube\.com)\/watch\?(\w)=(.*)$/.test(videoUrl)){vid_url_bits=videoUrl.match(/^(.*youtube\.com)\/watch\?(\w)=(.*)$/i);videoUrl=vid_url_bits[1]+'/'+vid_url_bits[2]+'/'+vid_url_bits[3];}}else{if(/^(.*vimeo\.com)\/(\d+)$/i.test(videoUrl)){vid_url_bits=videoUrl.match(/^(.*vimeo\.com)\/(\d+)$/i);videoUrl=vid_url_bits[1]+'/moogaloop.swf?clip_id='+vid_url_bits[2]+'&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=1&amp;color=00ADEF&amp;fullscreen=1&amp;autoplay=1&amp;loop=0';}}
$.fancybox({'padding':0,'autoScale':false,'transitionIn':'none','transitionOut':'none','title':this.title,'width':640,'height':360,'href':videoUrl,'type':'swf','overlayColor':'#fff','overlayOpacity':0.75,'wmode':'transparent','allowfullscreen':'true'});return false;});$('a.lightbox, .component.gallery .carousel-wrap li a').fancybox({'padding':0,'autoScale':true,'transitionIn':'elastic','transitionOut':'elastic','width':680,'height':495,'centerOnScroll':true,'titlePosition':'outside','overlayColor':'#fff','overlayOpacity':0.75});$("a.fancy-youtube").click(function(){$.fancybox({'padding':0,'autoScale':false,'transitionIn':'none','transitionOut':'none','title':this.title,'width':635,'height':386,'href':this.href.replace(new RegExp("watch\\?v=","i"),'embed/'),'type':'iframe'});return false;});$("a.fancy-youtube").append('<span class="zoom">&nbsp;</span>');$('.search').focus(function()
{var $this=$(this);if($this.val()==$this.attr('title'))
{$this.val('');}
else{$this.select();}});$('.search').blur(function()
{if($(this).val()==='')
{$(this).val($(this).attr('defaultValue'));}});function cufonMenu(){Cufon.replace('ul#navigation li > a:not(ul#navigation li ul li a)',{color:'#ffffff'});var pageId="#nav-"+$("body").attr('id')+" > a:not(ul#navigation li ul li a)";Cufon.replace(pageId,{color:'#6B6A68',hover:'true',fontFamily:'LeagueGothicRegular'});}
$("#header #navigation li ul").hover(function(){},function(){cufonMenu();});$("tbody tr:odd").css("background-color","#EDEDED");$(".archive-list > li:last-child").addClass("last");$(".article_list .pagination:last-child").addClass("last");$(".live.updates .pagination:last-child").addClass("last");$(".live.teams .pagination:last-child").addClass("last");$("body.adventure").parent('html').css("overflow","hidden");$("body.adventure_content_page").parent('html').css("overflow","hidden");$("a[href^=http]").click(function(){var self=$(this);if(self.hasClass("fancy-youtube")||self.hasClass("lightbox"))
{return false;}
link_host=this.href.split("/")[2];document_host=document.location.href.split("/")[2];if(!link_host==(document_host||'account.theadventurists.com')){window.open(this.href);return false;}});$('div.contact-form').delegate('form','submit',function(){$(this).parent().parent().load($(this).attr('action')+" div.contact-form",$(this).serializeArray(),function(){});return false;});$('img.fancy').each(function(){var el=$(this);if(el.css('float')=="left"){el.css('float','none');el.parent('a.lightbox').addClass("align-left");}else{el.css('float','none');el.parent('a.lightbox').addClass("align-right");}});});
