
(function($){var cache={},uuid=0;$.fn.once=function(id,fn){if(typeof id!='string'){if(!(id in cache)){cache[id]=++uuid;}
if(!fn){fn=id;}
id='jquery-once-'+cache[id];}
var name=id+'-processed';var elements=this.not('.'+name).addClass(name);return $.isFunction(fn)?elements.each(fn):elements;};$.fn.removeOnce=function(id,fn){var name=id+'-processed';var elements=this.filter('.'+name).removeClass(name);return $.isFunction(fn)?elements.each(fn):elements;};})(jQuery);;

var Drupal=Drupal||{'settings':{},'behaviors':{},'locale':{}};jQuery.noConflict();(function($){Drupal.attachBehaviors=function(context,settings){context=context||document;settings=settings||Drupal.settings;$.each(Drupal.behaviors,function(){if($.isFunction(this.attach)){this.attach(context,settings);}});};Drupal.detachBehaviors=function(context,settings,trigger){context=context||document;settings=settings||Drupal.settings;trigger=trigger||'unload';$.each(Drupal.behaviors,function(){if($.isFunction(this.detach)){this.detach(context,settings,trigger);}});};Drupal.checkPlain=function(str){var character,regex,replace={'&':'&amp;','"':'&quot;','<':'&lt;','>':'&gt;'};str=String(str);for(character in replace){if(replace.hasOwnProperty(character)){regex=new RegExp(character,'g');str=str.replace(regex,replace[character]);}}
return str;};Drupal.formatString=function(str,args){for(var key in args){switch(key.charAt(0)){case'@':args[key]=Drupal.checkPlain(args[key]);break;case'!':break;case'%':default:args[key]=Drupal.theme('placeholder',args[key]);break;}
str=str.replace(key,args[key]);}
return str;}
Drupal.t=function(str,args){if(Drupal.locale.strings&&Drupal.locale.strings[str]){str=Drupal.locale.strings[str];}
if(args){str=Drupal.formatString(str,args);}
return str;};Drupal.formatPlural=function(count,singular,plural,args){var args=args||{};args['@count']=count;var index=Drupal.locale.pluralFormula?Drupal.locale.pluralFormula(args['@count']):((args['@count']==1)?0:1);if(index==0){return Drupal.t(singular,args);}
else if(index==1){return Drupal.t(plural,args);}
else{args['@count['+index+']']=args['@count'];delete args['@count'];return Drupal.t(plural.replace('@count','@count['+index+']'),args);}};Drupal.theme=function(func){var args=Array.prototype.slice.apply(arguments,[1]);return(Drupal.theme[func]||Drupal.theme.prototype[func]).apply(this,args);};Drupal.freezeHeight=function(){Drupal.unfreezeHeight();$('<div id="freeze-height"></div>').css({position:'absolute',top:'0px',left:'0px',width:'1px',height:$('body').css('height')}).appendTo('body');};Drupal.unfreezeHeight=function(){$('#freeze-height').remove();};Drupal.encodePath=function(item,uri){uri=uri||location.href;return encodeURIComponent(item).replace(/%2F/g,'/');};Drupal.getSelection=function(element){if(typeof element.selectionStart!='number'&&document.selection){var range1=document.selection.createRange();var range2=range1.duplicate();range2.moveToElementText(element);range2.setEndPoint('EndToEnd',range1);var start=range2.text.length-range1.text.length;var end=start+range1.text.length;return{'start':start,'end':end};}
return{'start':element.selectionStart,'end':element.selectionEnd};};Drupal.ajaxError=function(xmlhttp,uri){var statusCode,statusText,pathText,responseText,readyStateText,message;if(xmlhttp.status){statusCode="\n"+Drupal.t("An AJAX HTTP error occurred.")+"\n"+Drupal.t("HTTP Result Code: !status",{'!status':xmlhttp.status});}
else{statusCode="\n"+Drupal.t("An AJAX HTTP request terminated abnormally.");}
statusCode+="\n"+Drupal.t("Debugging information follows.");pathText="\n"+Drupal.t("Path: !uri",{'!uri':uri});statusText='';try{statusText="\n"+Drupal.t("StatusText: !statusText",{'!statusText':$.trim(xmlhttp.statusText)});}
catch(e){}
responseText='';try{responseText="\n"+Drupal.t("ResponseText: !responseText",{'!responseText':$.trim(xmlhttp.responseText)});}catch(e){}
responseText=responseText.replace(/<("[^"]*"|'[^']*'|[^'">])*>/gi,"");responseText=responseText.replace(/[\n]+\s+/g,"\n");readyStateText=xmlhttp.status==0?("\n"+Drupal.t("ReadyState: !readyState",{'!readyState':xmlhttp.readyState})):"";message=statusCode+pathText+statusText+responseText+readyStateText;return message;};$('html').addClass('js');document.cookie='has_js=1; path=/';$(function(){if(jQuery.support.positionFixed===undefined){var el=$('<div style="position:fixed; top:10px" />').appendTo(document.body);jQuery.support.positionFixed=el[0].offsetTop===10;el.remove();}});$(function(){Drupal.attachBehaviors(document,Drupal.settings);});Drupal.theme.prototype={placeholder:function(str){return'<em class="placeholder">'+Drupal.checkPlain(str)+'</em>';}};})(jQuery);;

jQuery.cookie=function(key,value,options){if(arguments.length>1&&(value===null||typeof value!=="object")){options=jQuery.extend({},options);if(value===null){options.expires=-1;}
if(typeof options.expires==='number'){var days=options.expires,t=options.expires=new Date();t.setDate(t.getDate()+days);}
return(document.cookie=[encodeURIComponent(key),'=',options.raw?String(value):encodeURIComponent(String(value)),options.expires?'; expires='+options.expires.toUTCString():'',options.path?'; path='+options.path:'',options.domain?'; domain='+options.domain:'',options.secure?'; secure':''].join(''));}
options=value||{};var result,decode=options.raw?function(s){return s;}:decodeURIComponent;return(result=new RegExp('(?:^|; )'+encodeURIComponent(key)+'=([^;]*)').exec(document.cookie))?decode(result[1]):null;};;

(function($){Drupal.behaviors.textarea={attach:function(context,settings){$('.form-textarea-wrapper.resizable',context).once('textarea',function(){var staticOffset=null;var textarea=$(this).addClass('resizable-textarea').find('textarea');var grippie=$('<div class="grippie"></div>').mousedown(startDrag);grippie.insertAfter(textarea);function startDrag(e){staticOffset=textarea.height()-e.pageY;textarea.css('opacity',0.25);$(document).mousemove(performDrag).mouseup(endDrag);return false;}
function performDrag(e){textarea.height(Math.max(32,staticOffset+e.pageY)+'px');return false;}
function endDrag(e){$(document).unbind('mousemove',performDrag).unbind('mouseup',endDrag);textarea.css('opacity',1);}});}};})(jQuery);;

var tooltip=function(){var id='tt';var top=3;var left=3;var maxw=300;var speed=10;var timer=20;var endalpha=95;var alpha=0;var tt,t,c,b,h;var ie=document.all?true:false;return{show:function(v,w){if(tt==null){tt=document.createElement('div');tt.setAttribute('id',id);t=document.createElement('div');t.setAttribute('id',id+'top');c=document.createElement('div');c.setAttribute('id',id+'cont');b=document.createElement('div');b.setAttribute('id',id+'bot');tt.appendChild(t);tt.appendChild(c);tt.appendChild(b);document.body.appendChild(tt);tt.style.opacity=0;tt.style.filter='alpha(opacity=0)';document.onmousemove=this.pos}tt.style.display='block';c.innerHTML=v;tt.style.width=w?w+'px':'auto';if(!w&&ie){t.style.display='none';b.style.display='none';tt.style.width=tt.offsetWidth;t.style.display='block';b.style.display='block'}if(tt.offsetWidth>maxw){tt.style.width=maxw+'px'}h=parseInt(tt.offsetHeight)+top;clearInterval(tt.timer);tt.timer=setInterval(function(){tooltip.fade(1)},timer)},pos:function(e){var u=ie?event.clientY+document.documentElement.scrollTop:e.pageY;var l=ie?event.clientX+document.documentElement.scrollLeft:e.pageX;tt.style.top=(u-h)+'px';tt.style.left=(l+left)+'px'},fade:function(d){var a=alpha;if((a!=endalpha&&d==1)||(a!=0&&d==-1)){var i=speed;if(endalpha-a<speed&&d==1){i=endalpha-a}else if(alpha<speed&&d==-1){i=a}alpha=a+(i*d);tt.style.opacity=alpha*.01;tt.style.filter='alpha(opacity='+alpha+')'}else{clearInterval(tt.timer);if(d==-1){tt.style.display='none'}}},hide:function(){clearInterval(tt.timer);tt.timer=setInterval(function(){tooltip.fade(-1)},timer)}}}();;

(function($){Drupal.behaviors.captcha={attach:function(context){$("#edit-captcha-response").attr("autocomplete","off");}};Drupal.behaviors.captchaAdmin={attach:function(context){$("#edit-captcha-add-captcha-description").click(function(){if($("#edit-captcha-add-captcha-description").is(":checked")){$("div.form-item-captcha-description").show('slow');}
else{$("div.form-item-captcha-description").hide('slow');}});if(!$("#edit-captcha-add-captcha-description").is(":checked")){$("div.form-item-captcha-description").hide();}}};})(jQuery);;

jQuery.noConflict();jQuery(document).ready(function(){jQuery('.closeable').closeThis({animation:'fadeAndSlide',animationSpeed:400});jQuery('#wrap').rememberState();});(function($)
{$.fn.closeThis=function(options)
{var defaults={animation:'slide',animationSpeed:300};var options=$.extend({},defaults,options);return this.each(function()
{var message=$(this);message.css({cursor:'pointer'});message.click(function()
{hideMessage(message);});function hideMessage(object)
{switch(options.animation)
{case'fade':fadeAnimation(object);break;case'slide':slideAnimation(object);break;case'size':sizeAnimation(object);break;case'fadeThenSlide':fadeAndSlideAnimation(object);break;default:fadeAndSlideAnimation(object);}}
function fadeAnimation(object)
{object.fadeOut(options.animationSpeed);}
function slideAnimation(object)
{object.slideUp(options.animationSpeed);}
function sizeAnimation(object)
{object.hide(options.animationSpeed);}
function fadeAndSlideAnimation(object)
{object.fadeTo(options.animationSpeed,0,function(){slideAnimation(message)});}});}})(jQuery);(function($)
{$.fn.rememberState=function(options)
{var defaults={};var options=$.extend({},defaults,options);return this.each(function()
{var wrapper=$(this),notifications=wrapper.find('.notification'),nNumber=notifications.length;notifications.each(function(i)
{$(this).attr('id','notification_'+i);var id=$(this).attr('id');$(this).click(function()
{$.cookie(id,'hidden');});var boxCookies=$.cookie(id);if(boxCookies=='hidden')
{$('#'+id).hide();}});});}})(jQuery);;
/**
 * jQuery bxSlider v3.0
 * http://bxslider.com
 *
 * Copyright 2010, Steven Wanderski
 * http://stevenwanderski.com
 *
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 */
(function($){$.fn.bxSlider=function(options){var defaults={mode:'horizontal',infiniteLoop:true,hideControlOnEnd:false,controls:true,speed:500,easing:'swing',pager:false,pagerSelector:null,pagerType:'full',pagerLocation:'bottom',pagerShortSeparator:'/',pagerActiveClass:'pager-active',nextText:'next',nextImage:'',nextSelector:null,prevText:'prev',prevImage:'',prevSelector:null,captions:false,captionsSelector:null,auto:false,autoDirection:'next',autoControls:false,autoControlsSelector:null,autoStart:true,autoHover:false,autoDelay:0,pause:3000,startText:'start',startImage:'',stopText:'stop',stopImage:'',ticker:false,tickerSpeed:5000,tickerDirection:'next',tickerHover:false,wrapperClass:'bx-wrapper',startingSlide:0,displaySlideQty:1,moveSlideQty:1,randomStart:false,onBeforeSlide:function(){},onAfterSlide:function(){},onLastSlide:function(){},onFirstSlide:function(){},onNextSlide:function(){},onPrevSlide:function(){},buildPager:null}
var options=$.extend(defaults,options);var base=this;var $parent='';var $origElement='';var $children='';var $outerWrapper='';var $firstChild='';var childrenWidth='';var childrenOuterWidth='';var wrapperWidth='';var wrapperHeight='';var $pager='';var interval='';var $autoControls='';var $stopHtml='';var $startContent='';var $stopContent='';var autoPlaying=true;var loaded=false;var childrenMaxWidth=0;var childrenMaxHeight=0;var currentSlide=0;var origLeft=0;var origTop=0;var origShowWidth=0;var origShowHeight=0;var tickerLeft=0;var tickerTop=0;var isWorking=false;var firstSlide=0;var lastSlide=$children.length-1;this.goToSlide=function(number,stopAuto){if(!isWorking){isWorking=true;currentSlide=number;options.onBeforeSlide(currentSlide,$children.length,$children.eq(currentSlide));if(typeof(stopAuto)=='undefined'){var stopAuto=true;}
if(stopAuto){if(options.auto){base.stopShow(true);}}
slide=number;if(slide==firstSlide){options.onFirstSlide(currentSlide,$children.length,$children.eq(currentSlide));}
if(slide==lastSlide){options.onLastSlide(currentSlide,$children.length,$children.eq(currentSlide));}
if(options.mode=='horizontal'){$parent.animate({'left':'-'+getSlidePosition(slide,'left')+'px'},options.speed,options.easing,function(){isWorking=false;options.onAfterSlide(currentSlide,$children.length,$children.eq(currentSlide));});}else if(options.mode=='vertical'){$parent.animate({'top':'-'+getSlidePosition(slide,'top')+'px'},options.speed,options.easing,function(){isWorking=false;options.onAfterSlide(currentSlide,$children.length,$children.eq(currentSlide));});}else if(options.mode=='fade'){setChildrenFade();}
checkEndControls();if(options.moveSlideQty>1){number=Math.floor(number/options.moveSlideQty);}
makeSlideActive(number);showCaptions();}}
this.goToNextSlide=function(stopAuto){if(typeof(stopAuto)=='undefined'){var stopAuto=true;}
if(stopAuto){if(options.auto){base.stopShow(true);}}
if(!options.infiniteLoop){if(!isWorking){var slideLoop=false;currentSlide=(currentSlide+(options.moveSlideQty));if(currentSlide<=lastSlide){checkEndControls();options.onNextSlide(currentSlide,$children.length,$children.eq(currentSlide));base.goToSlide(currentSlide);}else{currentSlide-=options.moveSlideQty;}}}else{if(!isWorking){isWorking=true;var slideLoop=false;currentSlide=(currentSlide+options.moveSlideQty);if(currentSlide>lastSlide){currentSlide=currentSlide%$children.length;slideLoop=true;}
options.onNextSlide(currentSlide,$children.length,$children.eq(currentSlide));options.onBeforeSlide(currentSlide,$children.length,$children.eq(currentSlide));if(options.mode=='horizontal'){var parentLeft=(options.moveSlideQty*childrenOuterWidth);$parent.animate({'left':'-='+parentLeft+'px'},options.speed,options.easing,function(){isWorking=false;if(slideLoop){$parent.css('left','-'+getSlidePosition(currentSlide,'left')+'px');}
options.onAfterSlide(currentSlide,$children.length,$children.eq(currentSlide));});}else if(options.mode=='vertical'){var parentTop=(options.moveSlideQty*childrenMaxHeight);$parent.animate({'top':'-='+parentTop+'px'},options.speed,options.easing,function(){isWorking=false;if(slideLoop){$parent.css('top','-'+getSlidePosition(currentSlide,'top')+'px');}
options.onAfterSlide(currentSlide,$children.length,$children.eq(currentSlide));});}else if(options.mode=='fade'){setChildrenFade();}
if(options.moveSlideQty>1){makeSlideActive(Math.ceil(currentSlide/options.moveSlideQty));}else{makeSlideActive(currentSlide);}
showCaptions();}}}
this.goToPreviousSlide=function(stopAuto){if(typeof(stopAuto)=='undefined'){var stopAuto=true;}
if(stopAuto){if(options.auto){base.stopShow(true);}}
if(!options.infiniteLoop){if(!isWorking){var slideLoop=false;currentSlide=currentSlide-options.moveSlideQty;if(currentSlide<0){currentSlide=0;if(options.hideControlOnEnd){$('.bx-prev',$outerWrapper).hide();}}
checkEndControls();options.onPrevSlide(currentSlide,$children.length,$children.eq(currentSlide));base.goToSlide(currentSlide);}}else{if(!isWorking){isWorking=true;var slideLoop=false;currentSlide=(currentSlide-(options.moveSlideQty));if(currentSlide<0){negativeOffset=(currentSlide%$children.length);if(negativeOffset==0){currentSlide=0;}else{currentSlide=($children.length)+negativeOffset;}
slideLoop=true;}
options.onPrevSlide(currentSlide,$children.length,$children.eq(currentSlide));options.onBeforeSlide(currentSlide,$children.length,$children.eq(currentSlide));if(options.mode=='horizontal'){var parentLeft=(options.moveSlideQty*childrenOuterWidth);$parent.animate({'left':'+='+parentLeft+'px'},options.speed,options.easing,function(){isWorking=false;if(slideLoop){$parent.css('left','-'+getSlidePosition(currentSlide,'left')+'px');}
options.onAfterSlide(currentSlide,$children.length,$children.eq(currentSlide));});}else if(options.mode=='vertical'){var parentTop=(options.moveSlideQty*childrenMaxHeight);$parent.animate({'top':'+='+parentTop+'px'},options.speed,options.easing,function(){isWorking=false;if(slideLoop){$parent.css('top','-'+getSlidePosition(currentSlide,'top')+'px');}
options.onAfterSlide(currentSlide,$children.length,$children.eq(currentSlide));});}else if(options.mode=='fade'){setChildrenFade();}
if(options.moveSlideQty>1){makeSlideActive(Math.ceil(currentSlide/options.moveSlideQty));}else{makeSlideActive(currentSlide);}
showCaptions();}}}
this.goToFirstSlide=function(stopAuto){if(typeof(stopAuto)=='undefined'){var stopAuto=true;}
base.goToSlide(firstSlide,stopAuto);}
this.goToLastSlide=function(){if(typeof(stopAuto)=='undefined'){var stopAuto=true;}
base.goToSlide(lastSlide,stopAuto);}
this.getCurrentSlide=function(){return currentSlide;}
this.getSlideCount=function(){return $children.length;}
this.stopShow=function(changeText){clearInterval(interval);if(typeof(changeText)=='undefined'){var changeText=true;}
if(changeText&&options.autoControls){$autoControls.html($startContent).removeClass('stop').addClass('start');autoPlaying=false;}}
this.startShow=function(changeText){if(typeof(changeText)=='undefined'){var changeText=true;}
setAutoInterval();if(changeText&&options.autoControls){$autoControls.html($stopContent).removeClass('start').addClass('stop');autoPlaying=true;}}
this.stopTicker=function(changeText){$parent.stop();if(typeof(changeText)=='undefined'){var changeText=true;}
if(changeText&&options.ticker){$autoControls.html($startContent).removeClass('stop').addClass('start');autoPlaying=false;}}
this.startTicker=function(changeText){if(options.mode=='horizontal'){if(options.tickerDirection=='next'){var stoppedLeft=parseInt($parent.css('left'));var remainingDistance=(origShowWidth+stoppedLeft)+$children.eq(0).width();}else if(options.tickerDirection=='prev'){var stoppedLeft=-parseInt($parent.css('left'));var remainingDistance=(stoppedLeft)-$children.eq(0).width();}
var finishingSpeed=(remainingDistance*options.tickerSpeed)/origShowWidth;moveTheShow(tickerLeft,remainingDistance,finishingSpeed);}else if(options.mode=='vertical'){if(options.tickerDirection=='next'){var stoppedTop=parseInt($parent.css('top'));var remainingDistance=(origShowHeight+stoppedTop)+$children.eq(0).height();}else if(options.tickerDirection=='prev'){var stoppedTop=-parseInt($parent.css('top'));var remainingDistance=(stoppedTop)-$children.eq(0).height();}
var finishingSpeed=(remainingDistance*options.tickerSpeed)/origShowHeight;moveTheShow(tickerTop,remainingDistance,finishingSpeed);if(typeof(changeText)=='undefined'){var changeText=true;}
if(changeText&&options.ticker){$autoControls.html($stopContent).removeClass('start').addClass('stop');autoPlaying=true;}}}
this.initShow=function(){$parent=$(this);$origElement=$parent.clone();$children=$parent.children();$outerWrapper='';$firstChild=$parent.children(':first');childrenWidth=$firstChild.width();childrenMaxWidth=0;childrenOuterWidth=$firstChild.outerWidth();childrenMaxHeight=0;wrapperWidth=getWrapperWidth();wrapperHeight=getWrapperHeight();isWorking=false;$pager='';currentSlide=0;origLeft=0;origTop=0;interval='';$autoControls='';$stopHtml='';$startContent='';$stopContent='';autoPlaying=true;loaded=false;origShowWidth=0;origShowHeight=0;tickerLeft=0;tickerTop=0;firstSlide=0;lastSlide=$children.length-1;$children.each(function(index){if($(this).outerHeight()>childrenMaxHeight){childrenMaxHeight=$(this).outerHeight();}
if($(this).outerWidth()>childrenMaxWidth){childrenMaxWidth=$(this).outerWidth();}});if(options.randomStart){var randomNumber=Math.floor(Math.random()*$children.length);currentSlide=randomNumber;origLeft=childrenOuterWidth*(options.moveSlideQty+randomNumber);origTop=childrenMaxHeight*(options.moveSlideQty+randomNumber);}else{currentSlide=options.startingSlide;origLeft=childrenOuterWidth*(options.moveSlideQty+options.startingSlide);origTop=childrenMaxHeight*(options.moveSlideQty+options.startingSlide);}
initCss();if(options.pager&&!options.ticker){if(options.pagerType=='full'){showPager('full');}else if(options.pagerType=='short'){showPager('short');}}
if(options.controls&&!options.ticker){setControlsVars();}
if(options.auto||options.ticker){if(options.autoControls){setAutoControlsVars();}
if(options.autoStart){setTimeout(function(){base.startShow(true);},options.autoDelay);}else{base.stopShow(true);}
if(options.autoHover&&!options.ticker){setAutoHover();}}
if(options.moveSlideQty>1){makeSlideActive(Math.ceil(currentSlide/options.moveSlideQty));}else{makeSlideActive(currentSlide);}
checkEndControls();if(options.captions){showCaptions();}
options.onAfterSlide(currentSlide,$children.length,$children.eq(currentSlide));}
this.destroyShow=function(){clearInterval(interval);$('.bx-next, .bx-prev, .bx-pager, .bx-auto',$outerWrapper).remove();$parent.unwrap().unwrap().removeAttr('style');$parent.children().removeAttr('style').not('.pager').remove();$children.removeClass('pager');}
this.reloadShow=function(){base.destroyShow();base.initShow();}
function initCss(){setChildrenLayout(options.startingSlide);if(options.mode=='horizontal'){$parent.wrap('<div class="'+options.wrapperClass+'" style="width:'+wrapperWidth+'px; position:relative;"></div>').wrap('<div class="bx-window" style="position:relative; overflow:hidden; width:'+wrapperWidth+'px;"></div>').css({width:'999999px',position:'relative',left:'-'+(origLeft)+'px'});$parent.children().css({width:childrenWidth,'float':'left',listStyle:'none'});$outerWrapper=$parent.parent().parent();$children.addClass('pager');}else if(options.mode=='vertical'){$parent.wrap('<div class="'+options.wrapperClass+'" style="width:'+childrenMaxWidth+'px; position:relative;"></div>').wrap('<div class="bx-window" style="width:'+childrenMaxWidth+'px; height:'+wrapperHeight+'px; position:relative; overflow:hidden;"></div>').css({height:'999999px',position:'relative',top:'-'+(origTop)+'px'});$parent.children().css({listStyle:'none',height:childrenMaxHeight});$outerWrapper=$parent.parent().parent();$children.addClass('pager');}else if(options.mode=='fade'){$parent.wrap('<div class="'+options.wrapperClass+'" style="width:'+childrenMaxWidth+'px; position:relative;"></div>').wrap('<div class="bx-window" style="height:'+childrenMaxHeight+'px; width:'+childrenMaxWidth+'px; position:relative; overflow:hidden;"></div>');$parent.children().css({listStyle:'none',position:'absolute',top:0,left:0,zIndex:98});$outerWrapper=$parent.parent().parent();$children.not(':eq('+currentSlide+')').fadeTo(0,0);$children.eq(currentSlide).css('zIndex',99);}
if(options.captions&&options.captionsSelector==null){$outerWrapper.append('<div class="bx-captions"></div>');}}
function setChildrenLayout(){if(options.mode=='horizontal'||options.mode=='vertical'){var $prependedChildren=getArraySample($children,0,options.moveSlideQty,'backward');$.each($prependedChildren,function(index){$parent.prepend($(this));});var totalNumberAfterWindow=($children.length+options.moveSlideQty)-1;var pagerExcess=$children.length-options.displaySlideQty;var numberToAppend=totalNumberAfterWindow-pagerExcess;var $appendedChildren=getArraySample($children,0,numberToAppend,'forward');if(options.infiniteLoop){$.each($appendedChildren,function(index){$parent.append($(this));});}}}
function setControlsVars(){if(options.nextImage!=''){nextContent=options.nextImage;nextType='image';}else{nextContent=options.nextText;nextType='text';}
if(options.prevImage!=''){prevContent=options.prevImage;prevType='image';}else{prevContent=options.prevText;prevType='text';}
showControls(nextType,nextContent,prevType,prevContent);}
function setAutoInterval(){if(options.auto){if(!options.infiniteLoop){if(options.autoDirection=='next'){interval=setInterval(function(){currentSlide+=options.moveSlideQty;if(currentSlide>lastSlide){currentSlide=currentSlide%$children.length;}
base.goToSlide(currentSlide,false);},options.pause);}else if(options.autoDirection=='prev'){interval=setInterval(function(){currentSlide-=options.moveSlideQty;if(currentSlide<0){negativeOffset=(currentSlide%$children.length);if(negativeOffset==0){currentSlide=0;}else{currentSlide=($children.length)+negativeOffset;}}
base.goToSlide(currentSlide,false);},options.pause);}}else{if(options.autoDirection=='next'){interval=setInterval(function(){base.goToNextSlide(false);},options.pause);}else if(options.autoDirection=='prev'){interval=setInterval(function(){base.goToPreviousSlide(false);},options.pause);}}}else if(options.ticker){options.tickerSpeed*=10;$('.pager',$outerWrapper).each(function(index){origShowWidth+=$(this).width();origShowHeight+=$(this).height();});if(options.tickerDirection=='prev'&&options.mode=='horizontal'){$parent.css('left','-'+(origShowWidth+origLeft)+'px');}else if(options.tickerDirection=='prev'&&options.mode=='vertical'){$parent.css('top','-'+(origShowHeight+origTop)+'px');}
if(options.mode=='horizontal'){tickerLeft=parseInt($parent.css('left'));moveTheShow(tickerLeft,origShowWidth,options.tickerSpeed);}else if(options.mode=='vertical'){tickerTop=parseInt($parent.css('top'));moveTheShow(tickerTop,origShowHeight,options.tickerSpeed);}
if(options.tickerHover){setTickerHover();}}}
function moveTheShow(leftCss,distance,speed){if(options.mode=='horizontal'){if(options.tickerDirection=='next'){$parent.animate({'left':'-='+distance+'px'},speed,'linear',function(){$parent.css('left',leftCss);moveTheShow(leftCss,origShowWidth,options.tickerSpeed);});}else if(options.tickerDirection=='prev'){$parent.animate({'left':'+='+distance+'px'},speed,'linear',function(){$parent.css('left',leftCss);moveTheShow(leftCss,origShowWidth,options.tickerSpeed);});}}else if(options.mode=='vertical'){if(options.tickerDirection=='next'){$parent.animate({'top':'-='+distance+'px'},speed,'linear',function(){$parent.css('top',leftCss);moveTheShow(leftCss,origShowHeight,options.tickerSpeed);});}else if(options.tickerDirection=='prev'){$parent.animate({'top':'+='+distance+'px'},speed,'linear',function(){$parent.css('top',leftCss);moveTheShow(leftCss,origShowHeight,options.tickerSpeed);});}}}
function setAutoControlsVars(){if(options.startImage!=''){startContent=options.startImage;startType='image';}else{startContent=options.startText;startType='text';}
if(options.stopImage!=''){stopContent=options.stopImage;stopType='image';}else{stopContent=options.stopText;stopType='text';}
showAutoControls(startType,startContent,stopType,stopContent);}
function setAutoHover(){$outerWrapper.find('.bx-window').hover(function(){if(autoPlaying){base.stopShow(false);}},function(){if(autoPlaying){base.startShow(false);}});}
function setTickerHover(){$parent.hover(function(){if(autoPlaying){base.stopTicker(false);}},function(){if(autoPlaying){base.startTicker(false);}});}
function setChildrenFade(){$children.not(':eq('+currentSlide+')').fadeTo(options.speed,0).css('zIndex',98);$children.eq(currentSlide).css('zIndex',99).fadeTo(options.speed,1,function(){isWorking=false;if(jQuery.browser.msie){$children.eq(currentSlide).get(0).style.removeAttribute('filter');}
options.onAfterSlide(currentSlide,$children.length,$children.eq(currentSlide));});};function makeSlideActive(number){if(options.pagerType=='full'&&options.pager){$('a',$pager).removeClass(options.pagerActiveClass);$('a',$pager).eq(number).addClass(options.pagerActiveClass);}else if(options.pagerType=='short'&&options.pager){$('.bx-pager-current',$pager).html(currentSlide+1);}}
function showControls(nextType,nextContent,prevType,prevContent){var $nextHtml=$('<a href="" class="bx-next"></a>');var $prevHtml=$('<a href="" class="bx-prev"></a>');if(nextType=='text'){$nextHtml.html(nextContent);}else{$nextHtml.html('<img src="'+nextContent+'" />');}
if(prevType=='text'){$prevHtml.html(prevContent);}else{$prevHtml.html('<img src="'+prevContent+'" />');}
if(options.prevSelector){$(options.prevSelector).append($prevHtml);}else{$outerWrapper.append($prevHtml);}
if(options.nextSelector){$(options.nextSelector).append($nextHtml);}else{$outerWrapper.append($nextHtml);}
$nextHtml.click(function(){base.goToNextSlide();return false;});$prevHtml.click(function(){base.goToPreviousSlide();return false;});}
function showPager(type){var pagerQty=$children.length;if(options.moveSlideQty>1){if($children.length%options.moveSlideQty!=0){pagerQty=Math.ceil($children.length/options.moveSlideQty);}else{pagerQty=$children.length/options.moveSlideQty;}}
var pagerString='';if(options.buildPager){for(var i=0;i<pagerQty;i++){pagerString+=options.buildPager(i,$children.eq(i*options.moveSlideQty));}}else if(type=='full'){for(var i=1;i<=pagerQty;i++){pagerString+='<a href="" class="pager-link pager-'+i+'">'+i+'</a>';}}else if(type=='short'){pagerString='<span class="bx-pager-current">'+(options.startingSlide+1)+'</span> '+options.pagerShortSeparator+' <span class="bx-pager-total">'+$children.length+'<span>';}
if(options.pagerSelector){$(options.pagerSelector).append(pagerString);$pager=$(options.pagerSelector);}else{var $pagerContainer=$('<div class="bx-pager"></div>');$pagerContainer.append(pagerString);if(options.pagerLocation=='top'){$outerWrapper.prepend($pagerContainer);}else if(options.pagerLocation=='bottom'){$outerWrapper.append($pagerContainer);}
$pager=$('.bx-pager',$outerWrapper);}
$pager.children().click(function(){if(options.pagerType=='full'){var slideIndex=$pager.children().index(this);if(options.moveSlideQty>1){slideIndex*=options.moveSlideQty;}
base.goToSlide(slideIndex);}
return false;});}
function showCaptions(){var caption=$('img',$children.eq(currentSlide)).attr('title');if(caption!=''){if(options.captionsSelector){$(options.captionsSelector).html(caption);}else{$('.bx-captions',$outerWrapper).html(caption);}}else{if(options.captionsSelector){$(options.captionsSelector).html(' ');}else{$('.bx-captions',$outerWrapper).html(' ');}}}
function showAutoControls(startType,startContent,stopType,stopContent){$autoControls=$('<a href="" class="bx-start"></a>');if(startType=='text'){$startContent=startContent;}else{$startContent='<img src="'+startContent+'" />';}
if(stopType=='text'){$stopContent=stopContent;}else{$stopContent='<img src="'+stopContent+'" />';}
if(options.autoControlsSelector){$(options.autoControlsSelector).append($autoControls);}else{$outerWrapper.append('<div class="bx-auto"></div>');$('.bx-auto',$outerWrapper).html($autoControls);}
$autoControls.click(function(){if(options.ticker){if($(this).hasClass('stop')){base.stopTicker();}else if($(this).hasClass('start')){base.startTicker();}}else{if($(this).hasClass('stop')){base.stopShow(true);}else if($(this).hasClass('start')){base.startShow(true);}}
return false;});}
function checkEndControls(){if(!options.infiniteLoop&&options.hideControlOnEnd){if(currentSlide==firstSlide){$('.bx-prev',$outerWrapper).hide();}else{$('.bx-prev',$outerWrapper).show();}
if(currentSlide==lastSlide){$('.bx-next',$outerWrapper).hide();}else{$('.bx-next',$outerWrapper).show();}}}
function getSlidePosition(number,side){if(side=='left'){var position=$('.pager',$outerWrapper).eq(number).position().left;}else if(side=='top'){var position=$('.pager',$outerWrapper).eq(number).position().top;}
return position;}
function getWrapperWidth(){var wrapperWidth=$firstChild.outerWidth()*options.displaySlideQty;return wrapperWidth;}
function getWrapperHeight(){var wrapperHeight=$firstChild.outerHeight()*options.displaySlideQty;return wrapperHeight;}
function getArraySample(array,start,length,direction){var sample=[];var loopLength=length;var startPopulatingArray=false;if(direction=='backward'){array=$.makeArray(array);array.reverse();}
while(loopLength>0){$.each(array,function(index,val){if(loopLength>0){if(!startPopulatingArray){if(index==start){startPopulatingArray=true;sample.push($(this).clone());loopLength--;}}else{sample.push($(this).clone());loopLength--;}}else{return false;}});}
return sample;}
this.each(function(){base.initShow();});return this;}
jQuery.fx.prototype.cur=function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop];}
var r=parseFloat(jQuery.css(this.elem,this.prop));return r;}})(jQuery);;

﻿window.YAHOO=window.YAHOO||{};YAHOO.namespace=function(ns){if(!ns||!ns.length){return null;}
var levels=ns.split(".");var nsobj=YAHOO;for(var i=(levels[0]=="YAHOO")?1:0;i<levels.length;++i){nsobj[levels[i]]=nsobj[levels[i]]||{};nsobj=nsobj[levels[i]];}
return nsobj;};YAHOO.log=function(sMsg,sCategory,sSource){var l=YAHOO.widget.Logger;if(l&&l.log){return l.log(sMsg,sCategory,sSource);}else{return false;}};YAHOO.extend=function(subclass,superclass){var f=function(){};f.prototype=superclass.prototype;subclass.prototype=new f();subclass.prototype.constructor=subclass;subclass.superclass=superclass.prototype;if(superclass.prototype.constructor==Object.prototype.constructor){superclass.prototype.constructor=superclass;}};YAHOO.namespace("util");YAHOO.namespace("widget");YAHOO.namespace("example");YAHOO.util.CustomEvent=function(type,oScope,silent){this.type=type;this.scope=oScope||window;this.silent=silent;this.subscribers=[];if(!this.silent){}};YAHOO.util.CustomEvent.prototype={subscribe:function(fn,obj,bOverride){this.subscribers.push(new YAHOO.util.Subscriber(fn,obj,bOverride));},unsubscribe:function(fn,obj){var found=false;for(var i=0,len=this.subscribers.length;i<len;++i){var s=this.subscribers[i];if(s&&s.contains(fn,obj)){this._delete(i);found=true;}}
return found;},fire:function(){var len=this.subscribers.length;if(!len&&this.silent){return;}
var args=[];for(var i=0;i<arguments.length;++i){args.push(arguments[i]);}
if(!this.silent){}
for(i=0;i<len;++i){var s=this.subscribers[i];if(s){if(!this.silent){}
var scope=(s.override)?s.obj:this.scope;s.fn.call(scope,this.type,args,s.obj);}}},unsubscribeAll:function(){for(var i=0,len=this.subscribers.length;i<len;++i){this._delete(len-1-i);}},_delete:function(index){var s=this.subscribers[index];if(s){delete s.fn;delete s.obj;}
this.subscribers.splice(index,1);},toString:function(){return"CustomEvent: "+"'"+this.type+"', "+"scope: "+this.scope;}};YAHOO.util.Subscriber=function(fn,obj,bOverride){this.fn=fn;this.obj=obj||null;this.override=(bOverride);};YAHOO.util.Subscriber.prototype.contains=function(fn,obj){return(this.fn==fn&&this.obj==obj);};YAHOO.util.Subscriber.prototype.toString=function(){return"Subscriber { obj: "+(this.obj||"")+", override: "+(this.override||"no")+" }";};if(!YAHOO.util.Event){YAHOO.util.Event=function(){var loadComplete=false;var listeners=[];var delayedListeners=[];var unloadListeners=[];var legacyEvents=[];var legacyHandlers=[];var retryCount=0;var onAvailStack=[];var legacyMap=[];var counter=0;return{POLL_RETRYS:200,POLL_INTERVAL:50,EL:0,TYPE:1,FN:2,WFN:3,SCOPE:3,ADJ_SCOPE:4,isSafari:(/Safari|Konqueror|KHTML/gi).test(navigator.userAgent),isIE:(!this.isSafari&&!navigator.userAgent.match(/opera/gi)&&navigator.userAgent.match(/msie/gi)),addDelayedListener:function(el,sType,fn,oScope,bOverride){delayedListeners[delayedListeners.length]=[el,sType,fn,oScope,bOverride];if(loadComplete){retryCount=this.POLL_RETRYS;this.startTimeout(0);}},startTimeout:function(interval){var i=(interval||interval===0)?interval:this.POLL_INTERVAL;var self=this;var callback=function(){self._tryPreloadAttach();};this.timeout=setTimeout(callback,i);},onAvailable:function(p_id,p_fn,p_obj,p_override){onAvailStack.push({id:p_id,fn:p_fn,obj:p_obj,override:p_override});retryCount=this.POLL_RETRYS;this.startTimeout(0);},addListener:function(el,sType,fn,oScope,bOverride){if(!fn||!fn.call){return false;}
if(this._isValidCollection(el)){var ok=true;for(var i=0,len=el.length;i<len;++i){ok=(this.on(el[i],sType,fn,oScope,bOverride)&&ok);}
return ok;}else if(typeof el=="string"){var oEl=this.getEl(el);if(loadComplete&&oEl){el=oEl;}else{this.addDelayedListener(el,sType,fn,oScope,bOverride);return true;}}
if(!el){return false;}
if("unload"==sType&&oScope!==this){unloadListeners[unloadListeners.length]=[el,sType,fn,oScope,bOverride];return true;}
var scope=(bOverride)?oScope:el;var wrappedFn=function(e){return fn.call(scope,YAHOO.util.Event.getEvent(e),oScope);};var li=[el,sType,fn,wrappedFn,scope];var index=listeners.length;listeners[index]=li;if(this.useLegacyEvent(el,sType)){var legacyIndex=this.getLegacyIndex(el,sType);if(legacyIndex==-1||el!=legacyEvents[legacyIndex][0]){legacyIndex=legacyEvents.length;legacyMap[el.id+sType]=legacyIndex;legacyEvents[legacyIndex]=[el,sType,el["on"+sType]];legacyHandlers[legacyIndex]=[];el["on"+sType]=function(e){YAHOO.util.Event.fireLegacyEvent(YAHOO.util.Event.getEvent(e),legacyIndex);};}
legacyHandlers[legacyIndex].push(index);}else if(el.addEventListener){el.addEventListener(sType,wrappedFn,false);}else if(el.attachEvent){el.attachEvent("on"+sType,wrappedFn);}
return true;},fireLegacyEvent:function(e,legacyIndex){var ok=true;var le=legacyHandlers[legacyIndex];for(var i=0,len=le.length;i<len;++i){var index=le[i];if(index){var li=listeners[index];if(li&&li[this.WFN]){var scope=li[this.ADJ_SCOPE];var ret=li[this.WFN].call(scope,e);ok=(ok&&ret);}else{delete le[i];}}}
return ok;},getLegacyIndex:function(el,sType){var key=this.generateId(el)+sType;if(typeof legacyMap[key]=="undefined"){return-1;}else{return legacyMap[key];}},useLegacyEvent:function(el,sType){if(!el.addEventListener&&!el.attachEvent){return true;}else if(this.isSafari){if("click"==sType||"dblclick"==sType){return true;}}
return false;},removeListener:function(el,sType,fn,index){if(!fn||!fn.call){return false;}
if(typeof el=="string"){el=this.getEl(el);}else if(this._isValidCollection(el)){var ok=true;for(var i=0,len=el.length;i<len;++i){ok=(this.removeListener(el[i],sType,fn)&&ok);}
return ok;}
if("unload"==sType){for(i=0,len=unloadListeners.length;i<len;i++){var li=unloadListeners[i];if(li&&li[0]==el&&li[1]==sType&&li[2]==fn){unloadListeners.splice(i,1);return true;}}
return false;}
var cacheItem=null;if("undefined"==typeof index){index=this._getCacheIndex(el,sType,fn);}
if(index>=0){cacheItem=listeners[index];}
if(!el||!cacheItem){return false;}
if(el.removeEventListener){el.removeEventListener(sType,cacheItem[this.WFN],false);}else if(el.detachEvent){el.detachEvent("on"+sType,cacheItem[this.WFN]);}
delete listeners[index][this.WFN];delete listeners[index][this.FN];listeners.splice(index,1);return true;},getTarget:function(ev,resolveTextNode){var t=ev.target||ev.srcElement;return this.resolveTextNode(t);},resolveTextNode:function(node){if(node&&node.nodeName&&"#TEXT"==node.nodeName.toUpperCase()){return node.parentNode;}else{return node;}},getPageX:function(ev){var x=ev.pageX;if(!x&&0!==x){x=ev.clientX||0;if(this.isIE){x+=this._getScrollLeft();}}
return x;},getPageY:function(ev){var y=ev.pageY;if(!y&&0!==y){y=ev.clientY||0;if(this.isIE){y+=this._getScrollTop();}}
return y;},getXY:function(ev){return[this.getPageX(ev),this.getPageY(ev)];},getRelatedTarget:function(ev){var t=ev.relatedTarget;if(!t){if(ev.type=="mouseout"){t=ev.toElement;}else if(ev.type=="mouseover"){t=ev.fromElement;}}
return this.resolveTextNode(t);},getTime:function(ev){if(!ev.time){var t=new Date().getTime();try{ev.time=t;}catch(e){return t;}}
return ev.time;},stopEvent:function(ev){this.stopPropagation(ev);this.preventDefault(ev);},stopPropagation:function(ev){if(ev.stopPropagation){ev.stopPropagation();}else{ev.cancelBubble=true;}},preventDefault:function(ev){if(ev.preventDefault){ev.preventDefault();}else{ev.returnValue=false;}},getEvent:function(e){var ev=e||window.event;if(!ev){var c=this.getEvent.caller;while(c){ev=c.arguments[0];if(ev&&Event==ev.constructor){break;}
c=c.caller;}}
return ev;},getCharCode:function(ev){return ev.charCode||((ev.type=="keypress")?ev.keyCode:0);},_getCacheIndex:function(el,sType,fn){for(var i=0,len=listeners.length;i<len;++i){var li=listeners[i];if(li&&li[this.FN]==fn&&li[this.EL]==el&&li[this.TYPE]==sType){return i;}}
return-1;},generateId:function(el){var id=el.id;if(!id){id="yuievtautoid-"+counter;++counter;el.id=id;}
return id;},_isValidCollection:function(o){return(o&&o.length&&typeof o!="string"&&!o.tagName&&!o.alert&&typeof o[0]!="undefined");},elCache:{},getEl:function(id){return document.getElementById(id);},clearCache:function(){},_load:function(e){loadComplete=true;},_tryPreloadAttach:function(){if(this.locked){return false;}
this.locked=true;var tryAgain=!loadComplete;if(!tryAgain){tryAgain=(retryCount>0);}
var stillDelayed=[];for(var i=0,len=delayedListeners.length;i<len;++i){var d=delayedListeners[i];if(d){var el=this.getEl(d[this.EL]);if(el){this.on(el,d[this.TYPE],d[this.FN],d[this.SCOPE],d[this.ADJ_SCOPE]);delete delayedListeners[i];}else{stillDelayed.push(d);}}}
delayedListeners=stillDelayed;var notAvail=[];for(i=0,len=onAvailStack.length;i<len;++i){var item=onAvailStack[i];if(item){el=this.getEl(item.id);if(el){var scope=(item.override)?item.obj:el;item.fn.call(scope,item.obj);delete onAvailStack[i];}else{notAvail.push(item);}}}
retryCount=(stillDelayed.length===0&&notAvail.length===0)?0:retryCount-1;if(tryAgain){this.startTimeout();}
this.locked=false;return true;},purgeElement:function(el,recurse,sType){var elListeners=this.getListeners(el,sType);if(elListeners){for(var i=0,len=elListeners.length;i<len;++i){var l=elListeners[i];this.removeListener(el,l.type,l.fn);}}
if(recurse&&el&&el.childNodes){for(i=0,len=el.childNodes.length;i<len;++i){this.purgeElement(el.childNodes[i],recurse,sType);}}},getListeners:function(el,sType){var elListeners=[];if(listeners&&listeners.length>0){for(var i=0,len=listeners.length;i<len;++i){var l=listeners[i];if(l&&l[this.EL]===el&&(!sType||sType===l[this.TYPE])){elListeners.push({type:l[this.TYPE],fn:l[this.FN],obj:l[this.SCOPE],adjust:l[this.ADJ_SCOPE],index:i});}}}
return(elListeners.length)?elListeners:null;},_unload:function(e,me){for(var i=0,len=unloadListeners.length;i<len;++i){var l=unloadListeners[i];if(l){var scope=(l[this.ADJ_SCOPE])?l[this.SCOPE]:window;l[this.FN].call(scope,this.getEvent(e),l[this.SCOPE]);}}
if(listeners&&listeners.length>0){var j=listeners.length;while(j){var index=j-1;l=listeners[index];if(l){this.removeListener(l[this.EL],l[this.TYPE],l[this.FN],index);}
j=j-1;}
this.clearCache();}
for(i=0,len=legacyEvents.length;i<len;++i){delete legacyEvents[i][0];delete legacyEvents[i];}},_getScrollLeft:function(){return this._getScroll()[1];},_getScrollTop:function(){return this._getScroll()[0];},_getScroll:function(){var dd=document.documentElement,db=document.body;if(dd&&dd.scrollTop){return[dd.scrollTop,dd.scrollLeft];}else if(db){return[db.scrollTop,db.scrollLeft];}else{return[0,0];}}};}();YAHOO.util.Event.on=YAHOO.util.Event.addListener;if(document&&document.body){YAHOO.util.Event._load();}else{YAHOO.util.Event.on(window,"load",YAHOO.util.Event._load,YAHOO.util.Event,true);}
YAHOO.util.Event.on(window,"unload",YAHOO.util.Event._unload,YAHOO.util.Event,true);YAHOO.util.Event._tryPreloadAttach();}
YAHOO.widget.Logger={loggerEnabled:true,_browserConsoleEnabled:false,categories:["info","warn","error","time","window"],sources:["global"],_stack:[],maxStackEntries:5,_startTime:new Date().getTime(),_lastTime:null};YAHOO.widget.Logger.categoryCreateEvent=new YAHOO.util.CustomEvent("categoryCreate",this,true);YAHOO.widget.Logger.sourceCreateEvent=new YAHOO.util.CustomEvent("sourceCreate",this,true);YAHOO.widget.Logger.newLogEvent=new YAHOO.util.CustomEvent("newLog",this,true);YAHOO.widget.Logger.logResetEvent=new YAHOO.util.CustomEvent("logReset",this,true);YAHOO.widget.Logger.log=function(sMsg,sCategory,sSource){if(this.loggerEnabled){if(!sCategory){sCategory="info";}
else{sCategory=sCategory.toLocaleLowerCase();if(this._isNewCategory(sCategory)){this._createNewCategory(sCategory);}}
var sClass="global";var sDetail=null;if(sSource){var spaceIndex=sSource.indexOf(" ");if(spaceIndex>0){sClass=sSource.substring(0,spaceIndex);sDetail=sSource.substring(spaceIndex,sSource.length);}
else{sClass=sSource;}
if(this._isNewSource(sClass)){this._createNewSource(sClass);}}
var timestamp=new Date();var logEntry={time:timestamp,category:sCategory,source:sClass,sourceDetail:sDetail,msg:sMsg};var stack=this._stack;var maxStackEntries=this.maxStackEntries;if(maxStackEntries&&!isNaN(maxStackEntries)&&(stack.length>=maxStackEntries)){stack.shift();}
stack.push(logEntry);this.newLogEvent.fire(logEntry);if(this._browserConsoleEnabled){this._printToBrowserConsole(logEntry);}
return true;}
else{return false;}};YAHOO.widget.Logger.reset=function(){this._stack=[];this._startTime=new Date().getTime();this.loggerEnabled=true;this.log("Logger reset");this.logResetEvent.fire();};YAHOO.widget.Logger.getStack=function(){return this._stack;};YAHOO.widget.Logger.getStartTime=function(){return this._startTime;};YAHOO.widget.Logger.disableBrowserConsole=function(){YAHOO.log("Logger output to the function console.log() has been disabled.");this._browserConsoleEnabled=false;};YAHOO.widget.Logger.enableBrowserConsole=function(){this._browserConsoleEnabled=true;YAHOO.log("Logger output to the function console.log() has been enabled.");};YAHOO.widget.Logger._createNewCategory=function(category){this.categories.push(category);this.categoryCreateEvent.fire(category);};YAHOO.widget.Logger._isNewCategory=function(category){for(var i=0;i<this.categories.length;i++){if(category==this.categories[i]){return false;}}
return true;};YAHOO.widget.Logger._createNewSource=function(source){this.sources.push(source);this.sourceCreateEvent.fire(source);};YAHOO.widget.Logger._isNewSource=function(source){if(source){for(var i=0;i<this.sources.length;i++){if(source==this.sources[i]){return false;}}
return true;}};YAHOO.widget.Logger._printToBrowserConsole=function(entry){if(window.console&&console.log){var category=entry.category;var label=entry.category.substring(0,4).toUpperCase();var time=entry.time;if(time.toLocaleTimeString){var localTime=time.toLocaleTimeString();}
else{localTime=time.toString();}
var msecs=time.getTime();var elapsedTime=(YAHOO.widget.Logger._lastTime)?(msecs-YAHOO.widget.Logger._lastTime):0;YAHOO.widget.Logger._lastTime=msecs;var output=localTime+" ("+elapsedTime+"ms): "+entry.source+": "+entry.msg;console.log(output);}};YAHOO.widget.Logger._onWindowError=function(msg,url,line){try{YAHOO.widget.Logger.log(msg+' ('+url+', line '+line+')',"window");if(YAHOO.widget.Logger._origOnWindowError){YAHOO.widget.Logger._origOnWindowError();}}
catch(e){return false;}};if(window.onerror){YAHOO.widget.Logger._origOnWindowError=window.onerror;}
window.onerror=YAHOO.widget.Logger._onWindowError;YAHOO.widget.Logger.log("Logger initialized");YAHOO.widget.LogWriter=function(sSource){if(!sSource){YAHOO.log("Could not instantiate LogWriter due to invalid source.","error","LogWriter");return;}
this._source=sSource;};YAHOO.widget.LogWriter.prototype.toString=function(){return"LogWriter "+this._sSource;};YAHOO.widget.LogWriter.prototype.log=function(sMsg,sCategory){YAHOO.widget.Logger.log(sMsg,sCategory,this._source);};YAHOO.widget.LogWriter.prototype.getSource=function(){return this._sSource;};YAHOO.widget.LogWriter.prototype.setSource=function(sSource){if(!sSource){YAHOO.log("Could not set source due to invalid source.","error",this.toString());return;}
else{this._sSource=sSource;}};YAHOO.widget.LogWriter.prototype._source=null;YAHOO.widget.LogReader=function(containerEl,oConfig){var oSelf=this;this._sName=YAHOO.widget.LogReader._index;YAHOO.widget.LogReader._index++;if(typeof oConfig=="object"){for(var param in oConfig){this[param]=oConfig[param];}}
if(containerEl){if(typeof containerEl=="string"){this._containerEl=document.getElementById(containerEl);}
else if(containerEl.tagName){this._containerEl=containerEl;}
this._containerEl.className="yui-log";}
if(!this._containerEl){if(YAHOO.widget.LogReader._defaultContainerEl){this._containerEl=YAHOO.widget.LogReader._defaultContainerEl;}
else{this._containerEl=document.body.appendChild(document.createElement("div"));this._containerEl.id="yui-log";this._containerEl.className="yui-log";YAHOO.widget.LogReader._defaultContainerEl=this._containerEl;}
var containerStyle=this._containerEl.style;if(this.width){containerStyle.width=this.width;}
if(this.left){containerStyle.left=this.left;}
if(this.right){containerStyle.right=this.right;}
if(this.bottom){containerStyle.bottom=this.bottom;}
if(this.top){containerStyle.top=this.top;}
if(this.fontSize){containerStyle.fontSize=this.fontSize;}}
if(this._containerEl){if(!this._hdEl){this._hdEl=this._containerEl.appendChild(document.createElement("div"));this._hdEl.id="yui-log-hd"+this._sName;this._hdEl.className="yui-log-hd";this._collapseEl=this._hdEl.appendChild(document.createElement("div"));this._collapseEl.className="yui-log-btns";this._collapseBtn=document.createElement("input");this._collapseBtn.type="button";this._collapseBtn.style.fontSize=YAHOO.util.Dom.getStyle(this._containerEl,"fontSize");this._collapseBtn.className="yui-log-button";this._collapseBtn.value="Collapse";this._collapseBtn=this._collapseEl.appendChild(this._collapseBtn);YAHOO.util.Event.addListener(oSelf._collapseBtn,'click',oSelf._onClickCollapseBtn,oSelf);this._title=this._hdEl.appendChild(document.createElement("h4"));this._title.innerHTML="Logger Console";if(YAHOO.util.DD&&(YAHOO.widget.LogReader._defaultContainerEl==this._containerEl)){var ylog_dd=new YAHOO.util.DD(this._containerEl.id);ylog_dd.setHandleElId(this._hdEl.id);this._hdEl.style.cursor="move";}}
if(!this._consoleEl){this._consoleEl=this._containerEl.appendChild(document.createElement("div"));this._consoleEl.className="yui-log-bd";if(this.height){this._consoleEl.style.height=this.height;}}
if(!this._ftEl&&this.footerEnabled){this._ftEl=this._containerEl.appendChild(document.createElement("div"));this._ftEl.className="yui-log-ft";this._btnsEl=this._ftEl.appendChild(document.createElement("div"));this._btnsEl.className="yui-log-btns";this._pauseBtn=document.createElement("input");this._pauseBtn.type="button";this._pauseBtn.style.fontSize=YAHOO.util.Dom.getStyle(this._containerEl,"fontSize");this._pauseBtn.className="yui-log-button";this._pauseBtn.value="Pause";this._pauseBtn=this._btnsEl.appendChild(this._pauseBtn);YAHOO.util.Event.addListener(oSelf._pauseBtn,'click',oSelf._onClickPauseBtn,oSelf);this._clearBtn=document.createElement("input");this._clearBtn.type="button";this._clearBtn.style.fontSize=YAHOO.util.Dom.getStyle(this._containerEl,"fontSize");this._clearBtn.className="yui-log-button";this._clearBtn.value="Clear";this._clearBtn=this._btnsEl.appendChild(this._clearBtn);YAHOO.util.Event.addListener(oSelf._clearBtn,'click',oSelf._onClickClearBtn,oSelf);this._categoryFiltersEl=this._ftEl.appendChild(document.createElement("div"));this._categoryFiltersEl.className="yui-log-categoryfilters";this._sourceFiltersEl=this._ftEl.appendChild(document.createElement("div"));this._sourceFiltersEl.className="yui-log-sourcefilters";}}
if(!this._buffer){this._buffer=[];}
this._lastTime=YAHOO.widget.Logger.getStartTime();YAHOO.widget.Logger.newLogEvent.subscribe(this._onNewLog,this);YAHOO.widget.Logger.logResetEvent.subscribe(this._onReset,this);this._categoryFilters=[];var catsLen=YAHOO.widget.Logger.categories.length;if(this._categoryFiltersEl){for(var i=0;i<catsLen;i++){this._createCategoryCheckbox(YAHOO.widget.Logger.categories[i]);}}
this._sourceFilters=[];var sourcesLen=YAHOO.widget.Logger.sources.length;if(this._sourceFiltersEl){for(var j=0;j<sourcesLen;j++){this._createSourceCheckbox(YAHOO.widget.Logger.sources[j]);}}
YAHOO.widget.Logger.categoryCreateEvent.subscribe(this._onCategoryCreate,this);YAHOO.widget.Logger.sourceCreateEvent.subscribe(this._onSourceCreate,this);this._filterLogs();YAHOO.log("LogReader initialized",null,this.toString());};YAHOO.widget.LogReader.prototype.logReaderEnabled=true;YAHOO.widget.LogReader.prototype.width=null;YAHOO.widget.LogReader.prototype.height=null;YAHOO.widget.LogReader.prototype.top=null;YAHOO.widget.LogReader.prototype.left=null;YAHOO.widget.LogReader.prototype.right=null;YAHOO.widget.LogReader.prototype.bottom=null;YAHOO.widget.LogReader.prototype.fontSize=null;YAHOO.widget.LogReader.prototype.footerEnabled=true;YAHOO.widget.LogReader.prototype.verboseOutput=true;YAHOO.widget.LogReader.prototype.newestOnTop=true;YAHOO.widget.LogReader.prototype.thresholdMax=500;YAHOO.widget.LogReader.prototype.thresholdMin=100;YAHOO.widget.LogReader.prototype.toString=function(){return"LogReader instance"+this._sName;};YAHOO.widget.LogReader.prototype.pause=function(){this._timeout=null;this.logReaderEnabled=false;};YAHOO.widget.LogReader.prototype.resume=function(){this.logReaderEnabled=true;this._printBuffer();};YAHOO.widget.LogReader.prototype.hide=function(){this._containerEl.style.display="none";};YAHOO.widget.LogReader.prototype.show=function(){this._containerEl.style.display="block";};YAHOO.widget.LogReader.prototype.setTitle=function(sTitle){this._title.innerHTML=this._HTML2Text(sTitle);};YAHOO.widget.LogReader._index=0;YAHOO.widget.LogReader.prototype._sName=null;YAHOO.widget.LogReader._defaultContainerEl=null;YAHOO.widget.LogReader.prototype._buffer=null;YAHOO.widget.LogReader.prototype._consoleMsgCount=0;YAHOO.widget.LogReader.prototype._lastTime=null;YAHOO.widget.LogReader.prototype._timeout=null;YAHOO.widget.LogReader.prototype._categoryFilters=null;YAHOO.widget.LogReader.prototype._sourceFilters=null;YAHOO.widget.LogReader.prototype._containerEl=null;YAHOO.widget.LogReader.prototype._hdEl=null;YAHOO.widget.LogReader.prototype._collapseEl=null;YAHOO.widget.LogReader.prototype._collapseBtn=null;YAHOO.widget.LogReader.prototype._title=null;YAHOO.widget.LogReader.prototype._consoleEl=null;YAHOO.widget.LogReader.prototype._ftEl=null;YAHOO.widget.LogReader.prototype._btnsEl=null;YAHOO.widget.LogReader.prototype._categoryFiltersEl=null;YAHOO.widget.LogReader.prototype._sourceFiltersEl=null;YAHOO.widget.LogReader.prototype._pauseBtn=null;YAHOO.widget.LogReader.prototype._clearBtn=null;YAHOO.widget.LogReader.prototype._createCategoryCheckbox=function(category){var oSelf=this;if(this._ftEl){var parentEl=this._categoryFiltersEl;var filters=this._categoryFilters;var filterEl=parentEl.appendChild(document.createElement("span"));filterEl.className="yui-log-filtergrp";var categoryChk=document.createElement("input");categoryChk.id="yui-log-filter-"+category+this._sName;categoryChk.className="yui-log-filter-"+category;categoryChk.type="checkbox";categoryChk.category=category;categoryChk=filterEl.appendChild(categoryChk);categoryChk.checked=true;filters.push(category);YAHOO.util.Event.addListener(categoryChk,'click',oSelf._onCheckCategory,oSelf);var categoryChkLbl=filterEl.appendChild(document.createElement("label"));categoryChkLbl.htmlFor=categoryChk.id;categoryChkLbl.className=category;categoryChkLbl.innerHTML=category;}};YAHOO.widget.LogReader.prototype._createSourceCheckbox=function(source){var oSelf=this;if(this._ftEl){var parentEl=this._sourceFiltersEl;var filters=this._sourceFilters;var filterEl=parentEl.appendChild(document.createElement("span"));filterEl.className="yui-log-filtergrp";var sourceChk=document.createElement("input");sourceChk.id="yui-log-filter"+source+this._sName;sourceChk.className="yui-log-filter"+source;sourceChk.type="checkbox";sourceChk.source=source;sourceChk=filterEl.appendChild(sourceChk);sourceChk.checked=true;filters.push(source);YAHOO.util.Event.addListener(sourceChk,'click',oSelf._onCheckSource,oSelf);var sourceChkLbl=filterEl.appendChild(document.createElement("label"));sourceChkLbl.htmlFor=sourceChk.id;sourceChkLbl.className=source;sourceChkLbl.innerHTML=source;}};YAHOO.widget.LogReader.prototype._filterLogs=function(){if(this._consoleEl!==null){this._clearConsole();this._printToConsole(YAHOO.widget.Logger.getStack());}};YAHOO.widget.LogReader.prototype._clearConsole=function(){this._timeout=null;this._buffer=[];this._consoleMsgCount=0;this._lastTime=YAHOO.widget.Logger.getStartTime();var consoleEl=this._consoleEl;while(consoleEl.hasChildNodes()){consoleEl.removeChild(consoleEl.firstChild);}};YAHOO.widget.LogReader.prototype._printBuffer=function(){this._timeout=null;if(this._consoleEl!==null){var thresholdMax=this.thresholdMax;thresholdMax=(thresholdMax&&!isNaN(thresholdMax))?thresholdMax:500;if(this._consoleMsgCount<thresholdMax){var entries=[];for(var i=0;i<this._buffer.length;i++){entries[i]=this._buffer[i];}
this._buffer=[];this._printToConsole(entries);}
else{this._filterLogs();}
if(!this.newestOnTop){this._consoleEl.scrollTop=this._consoleEl.scrollHeight;}}};YAHOO.widget.LogReader.prototype._printToConsole=function(aEntries){var entriesLen=aEntries.length;var thresholdMin=this.thresholdMin;if(isNaN(thresholdMin)||(thresholdMin>this.thresholdMax)){thresholdMin=0;}
var entriesStartIndex=(entriesLen>thresholdMin)?(entriesLen-thresholdMin):0;var sourceFiltersLen=this._sourceFilters.length;var categoryFiltersLen=this._categoryFilters.length;for(var i=entriesStartIndex;i<entriesLen;i++){var entry=aEntries[i];var category=entry.category;var source=entry.source;var sourceDetail=entry.sourceDetail;var okToPrint=false;var okToFilterCats=false;for(var j=0;j<sourceFiltersLen;j++){if(source==this._sourceFilters[j]){okToFilterCats=true;break;}}
if(okToFilterCats){for(var k=0;k<categoryFiltersLen;k++){if(category==this._categoryFilters[k]){okToPrint=true;break;}}}
if(okToPrint){var label=entry.category.substring(0,4).toUpperCase();var time=entry.time;if(time.toLocaleTimeString){var localTime=time.toLocaleTimeString();}
else{localTime=time.toString();}
var msecs=time.getTime();var startTime=YAHOO.widget.Logger.getStartTime();var totalTime=msecs-startTime;var elapsedTime=msecs-this._lastTime;this._lastTime=msecs;var verboseOutput=(this.verboseOutput);var container=(verboseOutput)?"CODE":"PRE";var sourceAndDetail=(sourceDetail)?source+" "+sourceDetail:source;var output=(verboseOutput)?["<p><span class='",category,"'>",label,"</span> ",totalTime,"ms (+",elapsedTime,") ",localTime,": ","</p><p>",sourceAndDetail,": </p><p>",this._HTML2Text(entry.msg),"</p>"]:["<p><span class='",category,"'>",label,"</span> ",totalTime,"ms (+",elapsedTime,") ",localTime,": ",sourceAndDetail,": ",this._HTML2Text(entry.msg),"</p>"];var oNewElement=(this.newestOnTop)?this._consoleEl.insertBefore(document.createElement(container),this._consoleEl.firstChild):this._consoleEl.appendChild(document.createElement(container));oNewElement.innerHTML=output.join("");this._consoleMsgCount++;}}};YAHOO.widget.LogReader.prototype._HTML2Text=function(html){if(html){return html.replace(/&/g,"&#38;").replace(/</g,"&#60;").replace(/>/g,"&#62;");}
else return"";};YAHOO.widget.LogReader.prototype._onCategoryCreate=function(type,args,oSelf){var category=args[0];if(oSelf._ftEl){oSelf._createCategoryCheckbox(category);}};YAHOO.widget.LogReader.prototype._onSourceCreate=function(type,args,oSelf){var source=args[0];if(oSelf._ftEl){oSelf._createSourceCheckbox(source);}};YAHOO.widget.LogReader.prototype._onCheckCategory=function(v,oSelf){var newFilter=this.category;var filtersArray=oSelf._categoryFilters;if(!this.checked){for(var i=0;i<filtersArray.length;i++){if(newFilter==filtersArray[i]){filtersArray.splice(i,1);break;}}}
else{filtersArray.push(newFilter);}
oSelf._filterLogs();};YAHOO.widget.LogReader.prototype._onCheckSource=function(v,oSelf){var newFilter=this.source;var filtersArray=oSelf._sourceFilters;if(!this.checked){for(var i=0;i<filtersArray.length;i++){if(newFilter==filtersArray[i]){filtersArray.splice(i,1);break;}}}
else{filtersArray.push(newFilter);}
oSelf._filterLogs();};YAHOO.widget.LogReader.prototype._onClickCollapseBtn=function(v,oSelf){var btn=oSelf._collapseBtn;if(btn.value=="Expand"){oSelf._consoleEl.style.display="block";if(oSelf._ftEl){oSelf._ftEl.style.display="block";}
btn.value="Collapse";}
else{oSelf._consoleEl.style.display="none";if(oSelf._ftEl){oSelf._ftEl.style.display="none";}
btn.value="Expand";}};YAHOO.widget.LogReader.prototype._onClickPauseBtn=function(v,oSelf){var btn=oSelf._pauseBtn;if(btn.value=="Resume"){oSelf.resume();btn.value="Pause";}
else{oSelf.pause();btn.value="Resume";}};YAHOO.widget.LogReader.prototype._onClickClearBtn=function(v,oSelf){oSelf._clearConsole();};YAHOO.widget.LogReader.prototype._onNewLog=function(type,args,oSelf){var logEntry=args[0];oSelf._buffer.push(logEntry);if(oSelf.logReaderEnabled===true&&oSelf._timeout===null){oSelf._timeout=setTimeout(function(){oSelf._printBuffer();},100);}};YAHOO.widget.LogReader.prototype._onReset=function(type,args,oSelf){oSelf._filterLogs();};YAHOO.util.Dom=function(){var ua=navigator.userAgent.toLowerCase();var isOpera=(ua.indexOf('opera')>-1);var isSafari=(ua.indexOf('safari')>-1);var isIE=(window.ActiveXObject);var id_counter=0;var util=YAHOO.util;var property_cache={};var toCamel=function(property){var convert=function(prop){var test=/(-[a-z])/i.exec(prop);return prop.replace(RegExp.$1,RegExp.$1.substr(1).toUpperCase());};while(property.indexOf('-')>-1){property=convert(property);}
return property;};var toHyphen=function(property){if(property.indexOf('-')>-1){return property;}
var converted='';for(var i=0,len=property.length;i<len;++i){if(property.charAt(i)==property.charAt(i).toUpperCase()){converted=converted+'-'+property.charAt(i).toLowerCase();}else{converted=converted+property.charAt(i);}}
return converted;};var cacheConvertedProperties=function(property){property_cache[property]={camel:toCamel(property),hyphen:toHyphen(property)};};return{get:function(el){if(!el){return null;}
if(typeof el!='string'&&!(el instanceof Array)){return el;}
if(typeof el=='string'){return document.getElementById(el);}
else{var collection=[];for(var i=0,len=el.length;i<len;++i){collection[collection.length]=util.Dom.get(el[i]);}
return collection;}
return null;},getStyle:function(el,property){var f=function(el){var value=null;var dv=document.defaultView;if(!property_cache[property]){cacheConvertedProperties(property);}
var camel=property_cache[property]['camel'];var hyphen=property_cache[property]['hyphen'];if(property=='opacity'&&el.filters){value=1;try{value=el.filters.item('DXImageTransform.Microsoft.Alpha').opacity/100;}catch(e){try{value=el.filters.item('alpha').opacity/100;}catch(e){}}}else if(el.style[camel]){value=el.style[camel];}
else if(isIE&&el.currentStyle&&el.currentStyle[camel]){value=el.currentStyle[camel];}
else if(dv&&dv.getComputedStyle){var computed=dv.getComputedStyle(el,'');if(computed&&computed.getPropertyValue(hyphen)){value=computed.getPropertyValue(hyphen);}}
return value;};return util.Dom.batch(el,f,util.Dom,true);},setStyle:function(el,property,val){if(!property_cache[property]){cacheConvertedProperties(property);}
var camel=property_cache[property]['camel'];var f=function(el){switch(property){case'opacity':if(isIE&&typeof el.style.filter=='string'){el.style.filter='alpha(opacity='+val*100+')';if(!el.currentStyle||!el.currentStyle.hasLayout){el.style.zoom=1;}}else{el.style.opacity=val;el.style['-moz-opacity']=val;el.style['-khtml-opacity']=val;}
break;default:el.style[camel]=val;}};util.Dom.batch(el,f,util.Dom,true);},getXY:function(el){var f=function(el){if(el.offsetParent===null||this.getStyle(el,'display')=='none'){return false;}
var parentNode=null;var pos=[];var box;if(el.getBoundingClientRect){box=el.getBoundingClientRect();var doc=document;if(!this.inDocument(el)&&parent.document!=document){doc=parent.document;if(!this.isAncestor(doc.documentElement,el)){return false;}}
var scrollTop=Math.max(doc.documentElement.scrollTop,doc.body.scrollTop);var scrollLeft=Math.max(doc.documentElement.scrollLeft,doc.body.scrollLeft);return[box.left+scrollLeft,box.top+scrollTop];}
else{pos=[el.offsetLeft,el.offsetTop];parentNode=el.offsetParent;if(parentNode!=el){while(parentNode){pos[0]+=parentNode.offsetLeft;pos[1]+=parentNode.offsetTop;parentNode=parentNode.offsetParent;}}
if(isSafari&&this.getStyle(el,'position')=='absolute'){pos[0]-=document.body.offsetLeft;pos[1]-=document.body.offsetTop;}}
if(el.parentNode){parentNode=el.parentNode;}
else{parentNode=null;}
while(parentNode&&parentNode.tagName.toUpperCase()!='BODY'&&parentNode.tagName.toUpperCase()!='HTML'){if(util.Dom.getStyle(parentNode,'display')!='inline'){pos[0]-=parentNode.scrollLeft;pos[1]-=parentNode.scrollTop;}
if(parentNode.parentNode){parentNode=parentNode.parentNode;}
else{parentNode=null;}}
return pos;};return util.Dom.batch(el,f,util.Dom,true);},getX:function(el){var f=function(el){return util.Dom.getXY(el)[0];};return util.Dom.batch(el,f,util.Dom,true);},getY:function(el){var f=function(el){return util.Dom.getXY(el)[1];};return util.Dom.batch(el,f,util.Dom,true);},setXY:function(el,pos,noRetry){var f=function(el){var style_pos=this.getStyle(el,'position');if(style_pos=='static'){this.setStyle(el,'position','relative');style_pos='relative';}
var pageXY=this.getXY(el);if(pageXY===false){return false;}
var delta=[parseInt(this.getStyle(el,'left'),10),parseInt(this.getStyle(el,'top'),10)];if(isNaN(delta[0])){delta[0]=(style_pos=='relative')?0:el.offsetLeft;}
if(isNaN(delta[1])){delta[1]=(style_pos=='relative')?0:el.offsetTop;}
if(pos[0]!==null){el.style.left=pos[0]-pageXY[0]+delta[0]+'px';}
if(pos[1]!==null){el.style.top=pos[1]-pageXY[1]+delta[1]+'px';}
var newXY=this.getXY(el);if(!noRetry&&(newXY[0]!=pos[0]||newXY[1]!=pos[1])){this.setXY(el,pos,true);}};util.Dom.batch(el,f,util.Dom,true);},setX:function(el,x){util.Dom.setXY(el,[x,null]);},setY:function(el,y){util.Dom.setXY(el,[null,y]);},getRegion:function(el){var f=function(el){var region=new YAHOO.util.Region.getRegion(el);return region;};return util.Dom.batch(el,f,util.Dom,true);},getClientWidth:function(){return util.Dom.getViewportWidth();},getClientHeight:function(){return util.Dom.getViewportHeight();},getElementsByClassName:function(className,tag,root){var method=function(el){return util.Dom.hasClass(el,className)};return util.Dom.getElementsBy(method,tag,root);},hasClass:function(el,className){var re=new RegExp('(?:^|\\s+)'+className+'(?:\\s+|$)');var f=function(el){return re.test(el['className']);};return util.Dom.batch(el,f,util.Dom,true);},addClass:function(el,className){var f=function(el){if(this.hasClass(el,className)){return;}
el['className']=[el['className'],className].join(' ');};util.Dom.batch(el,f,util.Dom,true);},removeClass:function(el,className){var re=new RegExp('(?:^|\\s+)'+className+'(?:\\s+|$)','g');var f=function(el){if(!this.hasClass(el,className)){return;}
var c=el['className'];el['className']=c.replace(re,' ');if(this.hasClass(el,className)){this.removeClass(el,className);}};util.Dom.batch(el,f,util.Dom,true);},replaceClass:function(el,oldClassName,newClassName){if(oldClassName===newClassName){return false;};var re=new RegExp('(?:^|\\s+)'+oldClassName+'(?:\\s+|$)','g');var f=function(el){if(!this.hasClass(el,oldClassName)){this.addClass(el,newClassName);return;}
el['className']=el['className'].replace(re,' '+newClassName+' ');if(this.hasClass(el,oldClassName)){this.replaceClass(el,oldClassName,newClassName);}};util.Dom.batch(el,f,util.Dom,true);},generateId:function(el,prefix){prefix=prefix||'yui-gen';el=el||{};var f=function(el){if(el){el=util.Dom.get(el);}else{el={};}
if(!el.id){el.id=prefix+id_counter++;}
return el.id;};return util.Dom.batch(el,f,util.Dom,true);},isAncestor:function(haystack,needle){haystack=util.Dom.get(haystack);if(!haystack||!needle){return false;}
var f=function(needle){if(haystack.contains&&!isSafari){return haystack.contains(needle);}
else if(haystack.compareDocumentPosition){return!!(haystack.compareDocumentPosition(needle)&16);}
else{var parent=needle.parentNode;while(parent){if(parent==haystack){return true;}
else if(!parent.tagName||parent.tagName.toUpperCase()=='HTML'){return false;}
parent=parent.parentNode;}
return false;}};return util.Dom.batch(needle,f,util.Dom,true);},inDocument:function(el){var f=function(el){return this.isAncestor(document.documentElement,el);};return util.Dom.batch(el,f,util.Dom,true);},getElementsBy:function(method,tag,root){tag=tag||'*';root=util.Dom.get(root)||document;var nodes=[];var elements=root.getElementsByTagName(tag);if(!elements.length&&(tag=='*'&&root.all)){elements=root.all;}
for(var i=0,len=elements.length;i<len;++i)
{if(method(elements[i])){nodes[nodes.length]=elements[i];}}
return nodes;},batch:function(el,method,o,override){var id=el;el=util.Dom.get(el);var scope=(override)?o:window;if(!el||el.tagName||!el.length){if(!el){return false;}
return method.call(scope,el,o);}
var collection=[];for(var i=0,len=el.length;i<len;++i){if(!el[i]){id=id[i];}
collection[collection.length]=method.call(scope,el[i],o);}
return collection;},getDocumentHeight:function(){var scrollHeight=-1,windowHeight=-1,bodyHeight=-1;var marginTop=parseInt(util.Dom.getStyle(document.body,'marginTop'),10);var marginBottom=parseInt(util.Dom.getStyle(document.body,'marginBottom'),10);var mode=document.compatMode;if((mode||isIE)&&!isOpera){switch(mode){case'CSS1Compat':scrollHeight=((window.innerHeight&&window.scrollMaxY)?window.innerHeight+window.scrollMaxY:-1);windowHeight=[document.documentElement.clientHeight,self.innerHeight||-1].sort(function(a,b){return(a-b);})[1];bodyHeight=document.body.offsetHeight+marginTop+marginBottom;break;default:scrollHeight=document.body.scrollHeight;bodyHeight=document.body.clientHeight;}}else{scrollHeight=document.documentElement.scrollHeight;windowHeight=self.innerHeight;bodyHeight=document.documentElement.clientHeight;}
var h=[scrollHeight,windowHeight,bodyHeight].sort(function(a,b){return(a-b);});return h[2];},getDocumentWidth:function(){var docWidth=-1,bodyWidth=-1,winWidth=-1;var marginRight=parseInt(util.Dom.getStyle(document.body,'marginRight'),10);var marginLeft=parseInt(util.Dom.getStyle(document.body,'marginLeft'),10);var mode=document.compatMode;if(mode||isIE){switch(mode){case'CSS1Compat':docWidth=document.documentElement.clientWidth;bodyWidth=document.body.offsetWidth+marginLeft+marginRight;break;default:bodyWidth=document.body.clientWidth;docWidth=document.body.scrollWidth;break;}}else{docWidth=document.documentElement.clientWidth;bodyWidth=document.body.offsetWidth+marginLeft+marginRight;}
var w=Math.max(docWidth,bodyWidth);return w;},getViewportHeight:function(){var height=-1;var mode=document.compatMode;if((mode||isIE)&&!isOpera){switch(mode){case'CSS1Compat':height=document.documentElement.clientHeight;break;default:height=document.body.clientHeight;}}else{height=self.innerHeight;}
return height;},getViewportWidth:function(){var width=-1;var mode=document.compatMode;if(mode||isIE){switch(mode){case'CSS1Compat':width=document.documentElement.clientWidth;break;default:width=document.body.clientWidth;}}else{width=self.innerWidth;}
return width;}};}();YAHOO.util.Region=function(t,r,b,l){this.top=t;this[1]=t;this.right=r;this.bottom=b;this.left=l;this[0]=l;};YAHOO.util.Region.prototype.contains=function(region){return(region.left>=this.left&&region.right<=this.right&&region.top>=this.top&&region.bottom<=this.bottom);};YAHOO.util.Region.prototype.getArea=function(){return((this.bottom-this.top)*(this.right-this.left));};YAHOO.util.Region.prototype.intersect=function(region){var t=Math.max(this.top,region.top);var r=Math.min(this.right,region.right);var b=Math.min(this.bottom,region.bottom);var l=Math.max(this.left,region.left);if(b>=t&&r>=l){return new YAHOO.util.Region(t,r,b,l);}else{return null;}};YAHOO.util.Region.prototype.union=function(region){var t=Math.min(this.top,region.top);var r=Math.max(this.right,region.right);var b=Math.max(this.bottom,region.bottom);var l=Math.min(this.left,region.left);return new YAHOO.util.Region(t,r,b,l);};YAHOO.util.Region.prototype.toString=function(){return("Region {"+"top: "+this.top+", right: "+this.right+", bottom: "+this.bottom+", left: "+this.left+"}");};YAHOO.util.Region.getRegion=function(el){var p=YAHOO.util.Dom.getXY(el);var t=p[1];var r=p[0]+el.offsetWidth;var b=p[1]+el.offsetHeight;var l=p[0];return new YAHOO.util.Region(t,r,b,l);};YAHOO.util.Point=function(x,y){if(x instanceof Array){y=x[1];x=x[0];}
this.x=this.right=this.left=this[0]=x;this.y=this.top=this.bottom=this[1]=y;};YAHOO.util.Point.prototype=new YAHOO.util.Region();YAHOO.util.Anim=function(el,attributes,duration,method){if(el){this.init(el,attributes,duration,method);}};YAHOO.util.Anim.prototype={toString:function(){var el=this.getEl();var id=el.id||el.tagName;return("Anim "+id);},patterns:{noNegatives:/width|height|opacity|padding/i,offsetAttribute:/^((width|height)|(top|left))$/,defaultUnit:/width|height|top$|bottom$|left$|right$/i,offsetUnit:/\d+(em|%|en|ex|pt|in|cm|mm|pc)$/i},doMethod:function(attr,start,end){return this.method(this.currentFrame,start,end-start,this.totalFrames);},setAttribute:function(attr,val,unit){if(this.patterns.noNegatives.test(attr)){val=(val>0)?val:0;}
YAHOO.util.Dom.setStyle(this.getEl(),attr,val+unit);},getAttribute:function(attr){var el=this.getEl();var val=YAHOO.util.Dom.getStyle(el,attr);if(val!=='auto'&&!this.patterns.offsetUnit.test(val)){return parseFloat(val);}
var a=this.patterns.offsetAttribute.exec(attr)||[];var pos=!!(a[3]);var box=!!(a[2]);if(box||(YAHOO.util.Dom.getStyle(el,'position')=='absolute'&&pos)){val=el['offset'+a[0].charAt(0).toUpperCase()+a[0].substr(1)];}else{val=0;}
return val;},getDefaultUnit:function(attr){if(this.patterns.defaultUnit.test(attr)){return'px';}
return'';},setRuntimeAttribute:function(attr){var start;var end;var attributes=this.attributes;this.runtimeAttributes[attr]={};var isset=function(prop){return(typeof prop!=='undefined');};if(!isset(attributes[attr]['to'])&&!isset(attributes[attr]['by'])){return false;}
start=(isset(attributes[attr]['from']))?attributes[attr]['from']:this.getAttribute(attr);if(isset(attributes[attr]['to'])){end=attributes[attr]['to'];}else if(isset(attributes[attr]['by'])){if(start.constructor==Array){end=[];for(var i=0,len=start.length;i<len;++i){end[i]=start[i]+attributes[attr]['by'][i];}}else{end=start+attributes[attr]['by'];}}
this.runtimeAttributes[attr].start=start;this.runtimeAttributes[attr].end=end;this.runtimeAttributes[attr].unit=(isset(attributes[attr].unit))?attributes[attr]['unit']:this.getDefaultUnit(attr);},init:function(el,attributes,duration,method){var isAnimated=false;var startTime=null;var actualFrames=0;el=YAHOO.util.Dom.get(el);this.attributes=attributes||{};this.duration=duration||1;this.method=method||YAHOO.util.Easing.easeNone;this.useSeconds=true;this.currentFrame=0;this.totalFrames=YAHOO.util.AnimMgr.fps;this.getEl=function(){return el;};this.isAnimated=function(){return isAnimated;};this.getStartTime=function(){return startTime;};this.runtimeAttributes={};this.animate=function(){if(this.isAnimated()){return false;}
this.currentFrame=0;this.totalFrames=(this.useSeconds)?Math.ceil(YAHOO.util.AnimMgr.fps*this.duration):this.duration;YAHOO.util.AnimMgr.registerElement(this);};this.stop=function(){YAHOO.util.AnimMgr.stop(this);};var onStart=function(){this.onStart.fire();for(var attr in this.attributes){this.setRuntimeAttribute(attr);}
isAnimated=true;actualFrames=0;startTime=new Date();};var onTween=function(){var data={duration:new Date()-this.getStartTime(),currentFrame:this.currentFrame};data.toString=function(){return('duration: '+data.duration+', currentFrame: '+data.currentFrame);};this.onTween.fire(data);var runtimeAttributes=this.runtimeAttributes;for(var attr in runtimeAttributes){this.setAttribute(attr,this.doMethod(attr,runtimeAttributes[attr].start,runtimeAttributes[attr].end),runtimeAttributes[attr].unit);}
actualFrames+=1;};var onComplete=function(){var actual_duration=(new Date()-startTime)/1000;var data={duration:actual_duration,frames:actualFrames,fps:actualFrames/actual_duration};data.toString=function(){return('duration: '+data.duration+', frames: '+data.frames+', fps: '+data.fps);};isAnimated=false;actualFrames=0;this.onComplete.fire(data);};this._onStart=new YAHOO.util.CustomEvent('_start',this,true);this.onStart=new YAHOO.util.CustomEvent('start',this);this.onTween=new YAHOO.util.CustomEvent('tween',this);this._onTween=new YAHOO.util.CustomEvent('_tween',this,true);this.onComplete=new YAHOO.util.CustomEvent('complete',this);this._onComplete=new YAHOO.util.CustomEvent('_complete',this,true);this._onStart.subscribe(onStart);this._onTween.subscribe(onTween);this._onComplete.subscribe(onComplete);}};YAHOO.util.AnimMgr=new function(){var thread=null;var queue=[];var tweenCount=0;this.fps=200;this.delay=1;this.registerElement=function(tween){queue[queue.length]=tween;tweenCount+=1;tween._onStart.fire();this.start();};this.unRegister=function(tween,index){tween._onComplete.fire();index=index||getIndex(tween);if(index!=-1){queue.splice(index,1);}
tweenCount-=1;if(tweenCount<=0){this.stop();}};this.start=function(){if(thread===null){thread=setInterval(this.run,this.delay);}};this.stop=function(tween){if(!tween){clearInterval(thread);for(var i=0,len=queue.length;i<len;++i){if(queue[i].isAnimated()){this.unRegister(tween,i);}}
queue=[];thread=null;tweenCount=0;}
else{this.unRegister(tween);}};this.run=function(){for(var i=0,len=queue.length;i<len;++i){var tween=queue[i];if(!tween||!tween.isAnimated()){continue;}
if(tween.currentFrame<tween.totalFrames||tween.totalFrames===null){tween.currentFrame+=1;if(tween.useSeconds){correctFrame(tween);}
tween._onTween.fire();}
else{YAHOO.util.AnimMgr.stop(tween,i);}}};var getIndex=function(anim){for(var i=0,len=queue.length;i<len;++i){if(queue[i]==anim){return i;}}
return-1;};var correctFrame=function(tween){var frames=tween.totalFrames;var frame=tween.currentFrame;var expected=(tween.currentFrame*tween.duration*1000/tween.totalFrames);var elapsed=(new Date()-tween.getStartTime());var tweak=0;if(elapsed<tween.duration*1000){tweak=Math.round((elapsed/expected-1)*tween.currentFrame);}else{tweak=frames-(frame+1);}
if(tweak>0&&isFinite(tweak)){if(tween.currentFrame+tweak>=frames){tweak=frames-(frame+1);}
tween.currentFrame+=tweak;}};};YAHOO.util.Bezier=new function(){this.getPosition=function(points,t){var n=points.length;var tmp=[];for(var i=0;i<n;++i){tmp[i]=[points[i][0],points[i][1]];}
for(var j=1;j<n;++j){for(i=0;i<n-j;++i){tmp[i][0]=(1-t)*tmp[i][0]+t*tmp[parseInt(i+1,10)][0];tmp[i][1]=(1-t)*tmp[i][1]+t*tmp[parseInt(i+1,10)][1];}}
return[tmp[0][0],tmp[0][1]];};};(function(){YAHOO.util.ColorAnim=function(el,attributes,duration,method){YAHOO.util.ColorAnim.superclass.constructor.call(this,el,attributes,duration,method);};YAHOO.extend(YAHOO.util.ColorAnim,YAHOO.util.Anim);var Y=YAHOO.util;var superclass=Y.ColorAnim.superclass;var proto=Y.ColorAnim.prototype;proto.toString=function(){var el=this.getEl();var id=el.id||el.tagName;return("ColorAnim "+id);};proto.patterns.color=/color$/i;proto.patterns.rgb=/^rgb\(([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9]+)\)$/i;proto.patterns.hex=/^#?([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{2})$/i;proto.patterns.hex3=/^#?([0-9A-F]{1})([0-9A-F]{1})([0-9A-F]{1})$/i;proto.parseColor=function(s){if(s.length==3){return s;}
var c=this.patterns.hex.exec(s);if(c&&c.length==4){return[parseInt(c[1],16),parseInt(c[2],16),parseInt(c[3],16)];}
c=this.patterns.rgb.exec(s);if(c&&c.length==4){return[parseInt(c[1],10),parseInt(c[2],10),parseInt(c[3],10)];}
c=this.patterns.hex3.exec(s);if(c&&c.length==4){return[parseInt(c[1]+c[1],16),parseInt(c[2]+c[2],16),parseInt(c[3]+c[3],16)];}
return null;};proto.getAttribute=function(attr){var el=this.getEl();if(this.patterns.color.test(attr)){var val=YAHOO.util.Dom.getStyle(el,attr);if(val=='transparent'){var parent=el.parentNode;val=Y.Dom.getStyle(parent,attr);while(parent&&val=='transparent'){parent=parent.parentNode;val=Y.Dom.getStyle(parent,attr);if(parent.tagName.toUpperCase()=='HTML'){val='ffffff';}}}}else{val=superclass.getAttribute.call(this,attr);}
return val;};proto.doMethod=function(attr,start,end){var val;if(this.patterns.color.test(attr)){val=[];for(var i=0,len=start.length;i<len;++i){val[i]=superclass.doMethod.call(this,attr,start[i],end[i]);}
val='rgb('+Math.floor(val[0])+','+Math.floor(val[1])+','+Math.floor(val[2])+')';}
else{val=superclass.doMethod.call(this,attr,start,end);}
return val;};proto.setRuntimeAttribute=function(attr){superclass.setRuntimeAttribute.call(this,attr);if(this.patterns.color.test(attr)){var attributes=this.attributes;var start=this.parseColor(this.runtimeAttributes[attr].start);var end=this.parseColor(this.runtimeAttributes[attr].end);if(typeof attributes[attr]['to']==='undefined'&&typeof attributes[attr]['by']!=='undefined'){end=this.parseColor(attributes[attr].by);for(var i=0,len=start.length;i<len;++i){end[i]=start[i]+end[i];}}
this.runtimeAttributes[attr].start=start;this.runtimeAttributes[attr].end=end;}};})();YAHOO.util.Easing={easeNone:function(t,b,c,d){return c*t/d+b;},easeIn:function(t,b,c,d){return c*(t/=d)*t+b;},easeOut:function(t,b,c,d){return-c*(t/=d)*(t-2)+b;},easeBoth:function(t,b,c,d){if((t/=d/2)<1)return c/2*t*t+b;return-c/2*((--t)*(t-2)-1)+b;},easeInStrong:function(t,b,c,d){return c*(t/=d)*t*t*t+b;},easeOutStrong:function(t,b,c,d){return-c*((t=t/d-1)*t*t*t-1)+b;},easeBothStrong:function(t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t+b;return-c/2*((t-=2)*t*t*t-2)+b;},elasticIn:function(t,b,c,d,a,p){if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(!a||a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;},elasticOut:function(t,b,c,d,a,p){if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(!a||a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b;},elasticBoth:function(t,b,c,d,a,p){if(t==0)return b;if((t/=d/2)==2)return b+c;if(!p)p=d*(.3*1.5);if(!a||a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);if(t<1)return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b;},backIn:function(t,b,c,d,s){if(typeof s=='undefined')s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b;},backOut:function(t,b,c,d,s){if(typeof s=='undefined')s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b;},backBoth:function(t,b,c,d,s){if(typeof s=='undefined')s=1.70158;if((t/=d/2)<1)return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b;},bounceIn:function(t,b,c,d){return c-YAHOO.util.Easing.bounceOut(d-t,0,c,d)+b;},bounceOut:function(t,b,c,d){if((t/=d)<(1/2.75)){return c*(7.5625*t*t)+b;}else if(t<(2/2.75)){return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b;}else if(t<(2.5/2.75)){return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b;}else{return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b;}},bounceBoth:function(t,b,c,d){if(t<d/2)return YAHOO.util.Easing.bounceIn(t*2,0,c,d)*.5+b;return YAHOO.util.Easing.bounceOut(t*2-d,0,c,d)*.5+c*.5+b;}};(function(){YAHOO.util.Motion=function(el,attributes,duration,method){if(el){YAHOO.util.Motion.superclass.constructor.call(this,el,attributes,duration,method);}};YAHOO.extend(YAHOO.util.Motion,YAHOO.util.ColorAnim);var Y=YAHOO.util;var superclass=Y.Motion.superclass;var proto=Y.Motion.prototype;proto.toString=function(){var el=this.getEl();var id=el.id||el.tagName;return("Motion "+id);};proto.patterns.points=/^points$/i;proto.setAttribute=function(attr,val,unit){if(this.patterns.points.test(attr)){unit=unit||'px';superclass.setAttribute.call(this,'left',val[0],unit);superclass.setAttribute.call(this,'top',val[1],unit);}else{superclass.setAttribute.call(this,attr,val,unit);}};proto.getAttribute=function(attr){if(this.patterns.points.test(attr)){var val=[superclass.getAttribute.call(this,'left'),superclass.getAttribute.call(this,'top')];}else{val=superclass.getAttribute.call(this,attr);}
return val;};proto.doMethod=function(attr,start,end){var val=null;if(this.patterns.points.test(attr)){var t=this.method(this.currentFrame,0,100,this.totalFrames)/100;val=Y.Bezier.getPosition(this.runtimeAttributes[attr],t);}else{val=superclass.doMethod.call(this,attr,start,end);}
return val;};proto.setRuntimeAttribute=function(attr){if(this.patterns.points.test(attr)){var el=this.getEl();var attributes=this.attributes;var start;var control=attributes['points']['control']||[];var end;var i,len;if(control.length>0&&!(control[0]instanceof Array)){control=[control];}else{var tmp=[];for(i=0,len=control.length;i<len;++i){tmp[i]=control[i];}
control=tmp;}
if(Y.Dom.getStyle(el,'position')=='static'){Y.Dom.setStyle(el,'position','relative');}
if(isset(attributes['points']['from'])){Y.Dom.setXY(el,attributes['points']['from']);}
else{Y.Dom.setXY(el,Y.Dom.getXY(el));}
start=this.getAttribute('points');if(isset(attributes['points']['to'])){end=translateValues.call(this,attributes['points']['to'],start);var pageXY=Y.Dom.getXY(this.getEl());for(i=0,len=control.length;i<len;++i){control[i]=translateValues.call(this,control[i],start);}}else if(isset(attributes['points']['by'])){end=[start[0]+attributes['points']['by'][0],start[1]+attributes['points']['by'][1]];for(i=0,len=control.length;i<len;++i){control[i]=[start[0]+control[i][0],start[1]+control[i][1]];}}
this.runtimeAttributes[attr]=[start];if(control.length>0){this.runtimeAttributes[attr]=this.runtimeAttributes[attr].concat(control);}
this.runtimeAttributes[attr][this.runtimeAttributes[attr].length]=end;}
else{superclass.setRuntimeAttribute.call(this,attr);}};var translateValues=function(val,start){var pageXY=Y.Dom.getXY(this.getEl());val=[val[0]-pageXY[0]+start[0],val[1]-pageXY[1]+start[1]];return val;};var isset=function(prop){return(typeof prop!=='undefined');};})();(function(){YAHOO.util.Scroll=function(el,attributes,duration,method){if(el){YAHOO.util.Scroll.superclass.constructor.call(this,el,attributes,duration,method);}};YAHOO.extend(YAHOO.util.Scroll,YAHOO.util.ColorAnim);var Y=YAHOO.util;var superclass=Y.Scroll.superclass;var proto=Y.Scroll.prototype;proto.toString=function(){var el=this.getEl();var id=el.id||el.tagName;return("Scroll "+id);};proto.doMethod=function(attr,start,end){var val=null;if(attr=='scroll'){val=[this.method(this.currentFrame,start[0],end[0]-start[0],this.totalFrames),this.method(this.currentFrame,start[1],end[1]-start[1],this.totalFrames)];}else{val=superclass.doMethod.call(this,attr,start,end);}
return val;};proto.getAttribute=function(attr){var val=null;var el=this.getEl();if(attr=='scroll'){val=[el.scrollLeft,el.scrollTop];}else{val=superclass.getAttribute.call(this,attr);}
return val;};proto.setAttribute=function(attr,val,unit){var el=this.getEl();if(attr=='scroll'){el.scrollLeft=val[0];el.scrollTop=val[1];}else{superclass.setAttribute.call(this,attr,val,unit);}};})();YAHOO.util.DragDrop=function(id,sGroup,config){if(id){this.init(id,sGroup,config);}};YAHOO.util.DragDrop.prototype={id:null,config:null,dragElId:null,handleElId:null,invalidHandleTypes:null,invalidHandleIds:null,invalidHandleClasses:null,startPageX:0,startPageY:0,groups:null,locked:false,lock:function(){this.locked=true;},unlock:function(){this.locked=false;},isTarget:true,padding:null,_domRef:null,__ygDragDrop:true,constrainX:false,constrainY:false,minX:0,maxX:0,minY:0,maxY:0,maintainOffset:false,xTicks:null,yTicks:null,primaryButtonOnly:true,available:false,b4StartDrag:function(x,y){},startDrag:function(x,y){},b4Drag:function(e){},onDrag:function(e){},onDragEnter:function(e,id){},b4DragOver:function(e){},onDragOver:function(e,id){},b4DragOut:function(e){},onDragOut:function(e,id){},b4DragDrop:function(e){},onDragDrop:function(e,id){},b4EndDrag:function(e){},endDrag:function(e){},b4MouseDown:function(e){},onMouseDown:function(e){},onMouseUp:function(e){},onAvailable:function(){},getEl:function(){if(!this._domRef){this._domRef=YAHOO.util.Dom.get(this.id);}
return this._domRef;},getDragEl:function(){return YAHOO.util.Dom.get(this.dragElId);},init:function(id,sGroup,config){this.initTarget(id,sGroup,config);YAHOO.util.Event.addListener(this.id,"mousedown",this.handleMouseDown,this,true);},initTarget:function(id,sGroup,config){this.config=config||{};this.DDM=YAHOO.util.DDM;this.groups={};this.id=id;this.addToGroup((sGroup)?sGroup:"default");this.handleElId=id;YAHOO.util.Event.onAvailable(id,this.handleOnAvailable,this,true);this.setDragElId(id);this.invalidHandleTypes={A:"A"};this.invalidHandleIds={};this.invalidHandleClasses=[];this.applyConfig();},applyConfig:function(){this.padding=this.config.padding||[0,0,0,0];this.isTarget=(this.config.isTarget!==false);this.maintainOffset=(this.config.maintainOffset);this.primaryButtonOnly=(this.config.primaryButtonOnly!==false);},handleOnAvailable:function(){this.available=true;this.resetConstraints();this.onAvailable();},setPadding:function(iTop,iRight,iBot,iLeft){if(!iRight&&0!==iRight){this.padding=[iTop,iTop,iTop,iTop];}else if(!iBot&&0!==iBot){this.padding=[iTop,iRight,iTop,iRight];}else{this.padding=[iTop,iRight,iBot,iLeft];}},setInitPosition:function(diffX,diffY){var el=this.getEl();if(!this.DDM.verifyEl(el)){return;}
var dx=diffX||0;var dy=diffY||0;var p=YAHOO.util.Dom.getXY(el);this.initPageX=p[0]-dx;this.initPageY=p[1]-dy;this.lastPageX=p[0];this.lastPageY=p[1];this.setStartPosition(p);},setStartPosition:function(pos){var p=pos||YAHOO.util.Dom.getXY(this.getEl());this.deltaSetXY=null;this.startPageX=p[0];this.startPageY=p[1];},addToGroup:function(sGroup){this.groups[sGroup]=true;this.DDM.regDragDrop(this,sGroup);},removeFromGroup:function(sGroup){if(this.groups[sGroup]){delete this.groups[sGroup];}
this.DDM.removeDDFromGroup(this,sGroup);},setDragElId:function(id){this.dragElId=id;},setHandleElId:function(id){this.handleElId=id;this.DDM.regHandle(this.id,id);},setOuterHandleElId:function(id){YAHOO.util.Event.addListener(id,"mousedown",this.handleMouseDown,this,true);this.setHandleElId(id);},unreg:function(){YAHOO.util.Event.removeListener(this.id,"mousedown",this.handleMouseDown);this._domRef=null;this.DDM._remove(this);},isLocked:function(){return(this.DDM.isLocked()||this.locked);},handleMouseDown:function(e,oDD){var EU=YAHOO.util.Event;var button=e.which||e.button;if(this.primaryButtonOnly&&button>1){return;}
if(this.isLocked()){return;}
this.DDM.refreshCache(this.groups);var pt=new YAHOO.util.Point(EU.getPageX(e),EU.getPageY(e));if(this.DDM.isOverTarget(pt,this)){var srcEl=EU.getTarget(e);if(this.isValidHandleChild(srcEl)&&(this.id==this.handleElId||this.DDM.handleWasClicked(srcEl,this.id))){this.setStartPosition();this.b4MouseDown(e);this.onMouseDown(e);this.DDM.handleMouseDown(e,this);this.DDM.stopEvent(e);}}},addInvalidHandleType:function(tagName){var type=tagName.toUpperCase();this.invalidHandleTypes[type]=type;},addInvalidHandleId:function(id){this.invalidHandleIds[id]=id;},addInvalidHandleClass:function(cssClass){this.invalidHandleClasses.push(cssClass);},removeInvalidHandleType:function(tagName){var type=tagName.toUpperCase();delete this.invalidHandleTypes[type];},removeInvalidHandleId:function(id){delete this.invalidHandleIds[id];},removeInvalidHandleClass:function(cssClass){for(var i=0,len=this.invalidHandleClasses.length;i<len;++i){if(this.invalidHandleClasses[i]==cssClass){delete this.invalidHandleClasses[i];}}},isValidHandleChild:function(node){var valid=true;var nodeName;try{nodeName=node.nodeName.toUpperCase();}catch(e){nodeName=node.nodeName;}
valid=valid&&!this.invalidHandleTypes[nodeName];valid=valid&&!this.invalidHandleIds[node.id];for(var i=0,len=this.invalidHandleClasses.length;valid&&i<len;++i){valid=!YAHOO.util.Dom.hasClass(node,this.invalidHandleClasses[i]);}
return valid;},setXTicks:function(iStartX,iTickSize){this.xTicks=[];this.xTickSize=iTickSize;var tickMap={};for(var i=this.initPageX;i>=this.minX;i=i-iTickSize){if(!tickMap[i]){this.xTicks[this.xTicks.length]=i;tickMap[i]=true;}}
for(i=this.initPageX;i<=this.maxX;i=i+iTickSize){if(!tickMap[i]){this.xTicks[this.xTicks.length]=i;tickMap[i]=true;}}
this.xTicks.sort(this.DDM.numericSort);},setYTicks:function(iStartY,iTickSize){this.yTicks=[];this.yTickSize=iTickSize;var tickMap={};for(var i=this.initPageY;i>=this.minY;i=i-iTickSize){if(!tickMap[i]){this.yTicks[this.yTicks.length]=i;tickMap[i]=true;}}
for(i=this.initPageY;i<=this.maxY;i=i+iTickSize){if(!tickMap[i]){this.yTicks[this.yTicks.length]=i;tickMap[i]=true;}}
this.yTicks.sort(this.DDM.numericSort);},setXConstraint:function(iLeft,iRight,iTickSize){this.leftConstraint=iLeft;this.rightConstraint=iRight;this.minX=this.initPageX-iLeft;this.maxX=this.initPageX+iRight;if(iTickSize){this.setXTicks(this.initPageX,iTickSize);}
this.constrainX=true;},clearConstraints:function(){this.constrainX=false;this.constrainY=false;this.clearTicks();},clearTicks:function(){this.xTicks=null;this.yTicks=null;this.xTickSize=0;this.yTickSize=0;},setYConstraint:function(iUp,iDown,iTickSize){this.topConstraint=iUp;this.bottomConstraint=iDown;this.minY=this.initPageY-iUp;this.maxY=this.initPageY+iDown;if(iTickSize){this.setYTicks(this.initPageY,iTickSize);}
this.constrainY=true;},resetConstraints:function(){if(this.initPageX||this.initPageX===0){var dx=(this.maintainOffset)?this.lastPageX-this.initPageX:0;var dy=(this.maintainOffset)?this.lastPageY-this.initPageY:0;this.setInitPosition(dx,dy);}else{this.setInitPosition();}
if(this.constrainX){this.setXConstraint(this.leftConstraint,this.rightConstraint,this.xTickSize);}
if(this.constrainY){this.setYConstraint(this.topConstraint,this.bottomConstraint,this.yTickSize);}},getTick:function(val,tickArray){if(!tickArray){return val;}else if(tickArray[0]>=val){return tickArray[0];}else{for(var i=0,len=tickArray.length;i<len;++i){var next=i+1;if(tickArray[next]&&tickArray[next]>=val){var diff1=val-tickArray[i];var diff2=tickArray[next]-val;return(diff2>diff1)?tickArray[i]:tickArray[next];}}
return tickArray[tickArray.length-1];}},toString:function(){return("DragDrop "+this.id);}};if(!YAHOO.util.DragDropMgr){YAHOO.util.DragDropMgr=new function(){this.ids={};this.handleIds={};this.dragCurrent=null;this.dragOvers={};this.deltaX=0;this.deltaY=0;this.preventDefault=true;this.stopPropagation=true;this.initalized=false;this.locked=false;this.init=function(){this.initialized=true;};this.POINT=0;this.INTERSECT=1;this.mode=this.POINT;this._execOnAll=function(sMethod,args){for(var i in this.ids){for(var j in this.ids[i]){var oDD=this.ids[i][j];if(!this.isTypeOfDD(oDD)){continue;}
oDD[sMethod].apply(oDD,args);}}};this._onLoad=function(){this.init();var EU=YAHOO.util.Event;EU.on(document,"mouseup",this.handleMouseUp,this,true);EU.on(document,"mousemove",this.handleMouseMove,this,true);EU.on(window,"unload",this._onUnload,this,true);EU.on(window,"resize",this._onResize,this,true);};this._onResize=function(e){this._execOnAll("resetConstraints",[]);};this.lock=function(){this.locked=true;};this.unlock=function(){this.locked=false;};this.isLocked=function(){return this.locked;};this.locationCache={};this.useCache=true;this.clickPixelThresh=3;this.clickTimeThresh=1000;this.dragThreshMet=false;this.clickTimeout=null;this.startX=0;this.startY=0;this.regDragDrop=function(oDD,sGroup){if(!this.initialized){this.init();}
if(!this.ids[sGroup]){this.ids[sGroup]={};}
this.ids[sGroup][oDD.id]=oDD;};this.removeDDFromGroup=function(oDD,sGroup){if(!this.ids[sGroup]){this.ids[sGroup]={};}
var obj=this.ids[sGroup];if(obj&&obj[oDD.id]){delete obj[oDD.id];}};this._remove=function(oDD){for(var g in oDD.groups){if(g&&this.ids[g][oDD.id]){delete this.ids[g][oDD.id];}}
delete this.handleIds[oDD.id];};this.regHandle=function(sDDId,sHandleId){if(!this.handleIds[sDDId]){this.handleIds[sDDId]={};}
this.handleIds[sDDId][sHandleId]=sHandleId;};this.isDragDrop=function(id){return(this.getDDById(id))?true:false;};this.getRelated=function(p_oDD,bTargetsOnly){var oDDs=[];for(var i in p_oDD.groups){for(j in this.ids[i]){var dd=this.ids[i][j];if(!this.isTypeOfDD(dd)){continue;}
if(!bTargetsOnly||dd.isTarget){oDDs[oDDs.length]=dd;}}}
return oDDs;};this.isLegalTarget=function(oDD,oTargetDD){var targets=this.getRelated(oDD,true);for(var i=0,len=targets.length;i<len;++i){if(targets[i].id==oTargetDD.id){return true;}}
return false;};this.isTypeOfDD=function(oDD){return(oDD&&oDD.__ygDragDrop);};this.isHandle=function(sDDId,sHandleId){return(this.handleIds[sDDId]&&this.handleIds[sDDId][sHandleId]);};this.getDDById=function(id){for(var i in this.ids){if(this.ids[i][id]){return this.ids[i][id];}}
return null;};this.handleMouseDown=function(e,oDD){this.currentTarget=YAHOO.util.Event.getTarget(e);this.dragCurrent=oDD;var el=oDD.getEl();this.startX=YAHOO.util.Event.getPageX(e);this.startY=YAHOO.util.Event.getPageY(e);this.deltaX=this.startX-el.offsetLeft;this.deltaY=this.startY-el.offsetTop;this.dragThreshMet=false;this.clickTimeout=setTimeout(function(){var DDM=YAHOO.util.DDM;DDM.startDrag(DDM.startX,DDM.startY);},this.clickTimeThresh);};this.startDrag=function(x,y){clearTimeout(this.clickTimeout);if(this.dragCurrent){this.dragCurrent.b4StartDrag(x,y);this.dragCurrent.startDrag(x,y);}
this.dragThreshMet=true;};this.handleMouseUp=function(e){if(!this.dragCurrent){return;}
clearTimeout(this.clickTimeout);if(this.dragThreshMet){this.fireEvents(e,true);}else{}
this.stopDrag(e);this.stopEvent(e);};this.stopEvent=function(e){if(this.stopPropagation){YAHOO.util.Event.stopPropagation(e);}
if(this.preventDefault){YAHOO.util.Event.preventDefault(e);}};this.stopDrag=function(e){if(this.dragCurrent){if(this.dragThreshMet){this.dragCurrent.b4EndDrag(e);this.dragCurrent.endDrag(e);}
this.dragCurrent.onMouseUp(e);}
this.dragCurrent=null;this.dragOvers={};};this.handleMouseMove=function(e){if(!this.dragCurrent){return true;}
if(YAHOO.util.Event.isIE&&!e.button){this.stopEvent(e);return this.handleMouseUp(e);}
if(!this.dragThreshMet){var diffX=Math.abs(this.startX-YAHOO.util.Event.getPageX(e));var diffY=Math.abs(this.startY-YAHOO.util.Event.getPageY(e));if(diffX>this.clickPixelThresh||diffY>this.clickPixelThresh){this.startDrag(this.startX,this.startY);}}
if(this.dragThreshMet){this.dragCurrent.b4Drag(e);this.dragCurrent.onDrag(e);this.fireEvents(e,false);}
this.stopEvent(e);return true;};this.fireEvents=function(e,isDrop){var dc=this.dragCurrent;if(!dc||dc.isLocked()){return;}
var x=YAHOO.util.Event.getPageX(e);var y=YAHOO.util.Event.getPageY(e);var pt=new YAHOO.util.Point(x,y);var oldOvers=[];var outEvts=[];var overEvts=[];var dropEvts=[];var enterEvts=[];for(var i in this.dragOvers){var ddo=this.dragOvers[i];if(!this.isTypeOfDD(ddo)){continue;}
if(!this.isOverTarget(pt,ddo,this.mode)){outEvts.push(ddo);}
oldOvers[i]=true;delete this.dragOvers[i];}
for(var sGroup in dc.groups){if("string"!=typeof sGroup){continue;}
for(i in this.ids[sGroup]){var oDD=this.ids[sGroup][i];if(!this.isTypeOfDD(oDD)){continue;}
if(oDD.isTarget&&!oDD.isLocked()&&oDD!=dc){if(this.isOverTarget(pt,oDD,this.mode)){if(isDrop){dropEvts.push(oDD);}else{if(!oldOvers[oDD.id]){enterEvts.push(oDD);}else{overEvts.push(oDD);}
this.dragOvers[oDD.id]=oDD;}}}}}
if(this.mode){if(outEvts.length){dc.b4DragOut(e,outEvts);dc.onDragOut(e,outEvts);}
if(enterEvts.length){dc.onDragEnter(e,enterEvts);}
if(overEvts.length){dc.b4DragOver(e,overEvts);dc.onDragOver(e,overEvts);}
if(dropEvts.length){dc.b4DragDrop(e,dropEvts);dc.onDragDrop(e,dropEvts);}}else{var len=0;for(i=0,len=outEvts.length;i<len;++i){dc.b4DragOut(e,outEvts[i].id);dc.onDragOut(e,outEvts[i].id);}
for(i=0,len=enterEvts.length;i<len;++i){dc.onDragEnter(e,enterEvts[i].id);}
for(i=0,len=overEvts.length;i<len;++i){dc.b4DragOver(e,overEvts[i].id);dc.onDragOver(e,overEvts[i].id);}
for(i=0,len=dropEvts.length;i<len;++i){dc.b4DragDrop(e,dropEvts[i].id);dc.onDragDrop(e,dropEvts[i].id);}}};this.getBestMatch=function(dds){var winner=null;var len=dds.length;if(len==1){winner=dds[0];}else{for(var i=0;i<len;++i){var dd=dds[i];if(dd.cursorIsOver){winner=dd;break;}else{if(!winner||winner.overlap.getArea()<dd.overlap.getArea()){winner=dd;}}}}
return winner;};this.refreshCache=function(groups){for(sGroup in groups){if("string"!=typeof sGroup){continue;}
for(i in this.ids[sGroup]){var oDD=this.ids[sGroup][i];if(this.isTypeOfDD(oDD)){var loc=this.getLocation(oDD);if(loc){this.locationCache[oDD.id]=loc;}else{delete this.locationCache[oDD.id];}}}}};this.verifyEl=function(el){try{if(el){var parent=el.offsetParent;if(parent){return true;}}}catch(e){}
return false;};this.getLocation=function(oDD){if(!this.isTypeOfDD(oDD)){return null;}
var el=oDD.getEl();var aPos=null;try{aPos=YAHOO.util.Dom.getXY(el);}catch(e){}
if(!aPos){return null;}
x1=aPos[0];x2=x1+el.offsetWidth;y1=aPos[1];y2=y1+el.offsetHeight;var t=y1-oDD.padding[0];var r=x2+oDD.padding[1];var b=y2+oDD.padding[2];var l=x1-oDD.padding[3];return new YAHOO.util.Region(t,r,b,l);};this.isOverTarget=function(pt,oTarget,intersect){var loc=this.locationCache[oTarget.id];if(!loc||!this.useCache){loc=this.getLocation(oTarget);this.locationCache[oTarget.id]=loc;}
if(!loc){return false;}
oTarget.cursorIsOver=loc.contains(pt);var dc=this.dragCurrent;if(!dc||!dc.getTargetCoord||(!intersect&&!dc.constrainX&&!dc.constrainY)){return oTarget.cursorIsOver;}
oTarget.overlap=null;var pos=dc.getTargetCoord(pt.x,pt.y);var el=dc.getDragEl();var curRegion=new YAHOO.util.Region(pos.y,pos.x+el.offsetWidth,pos.y+el.offsetHeight,pos.x);var overlap=curRegion.intersect(loc);if(overlap){oTarget.overlap=overlap;return(intersect)?true:oTarget.cursorIsOver;}else{return false;}};this._onUnload=function(e,me){this.unregAll();};this.unregAll=function(){if(this.dragCurrent){this.stopDrag();this.dragCurrent=null;}
this._execOnAll("unreg",[]);for(i in this.elementCache){delete this.elementCache[i];}
this.elementCache={};this.ids={};};this.elementCache={};this.getElWrapper=function(id){var oWrapper=this.elementCache[id];if(!oWrapper||!oWrapper.el){oWrapper=this.elementCache[id]=new this.ElementWrapper(YAHOO.util.Dom.get(id));}
return oWrapper;};this.getElement=function(id){return YAHOO.util.Dom.get(id);};this.getCss=function(id){var el=YAHOO.util.Dom.get(id);return(el)?el.style:null;};this.ElementWrapper=function(el){this.el=el||null;this.id=this.el&&el.id;this.css=this.el&&el.style;};this.getPosX=function(el){return YAHOO.util.Dom.getX(el);};this.getPosY=function(el){return YAHOO.util.Dom.getY(el);};this.swapNode=function(n1,n2){if(n1.swapNode){n1.swapNode(n2);}else{var p=n2.parentNode;var s=n2.nextSibling;n1.parentNode.replaceChild(n2,n1);p.insertBefore(n1,s);}};this.getScroll=function(){var t,l;if(document.documentElement&&document.documentElement.scrollTop){t=document.documentElement.scrollTop;l=document.documentElement.scrollLeft;}else if(document.body){t=document.body.scrollTop;l=document.body.scrollLeft;}
return{top:t,left:l};};this.getStyle=function(el,styleProp){return YAHOO.util.Dom.getStyle(el,styleProp);};this.getScrollTop=function(){return this.getScroll().top;};this.getScrollLeft=function(){return this.getScroll().left;};this.moveToEl=function(moveEl,targetEl){var aCoord=YAHOO.util.Dom.getXY(targetEl);YAHOO.util.Dom.setXY(moveEl,aCoord);};this.getClientHeight=function(){return YAHOO.util.Dom.getClientHeight();};this.getClientWidth=function(){return YAHOO.util.Dom.getClientWidth();};this.numericSort=function(a,b){return(a-b);};this._timeoutCount=0;this._addListeners=function(){if(YAHOO.util.Event&&document){this._onLoad();}else{if(this._timeoutCount>1000){}else{var DDM=YAHOO.util.DDM;setTimeout(function(){DDM._addListeners();},10);if(document&&document.body){this._timeoutCount+=1;}}}};this.handleWasClicked=function(node,id){if(this.isHandle(id,node.id)){return true;}else{var p=node.parentNode;while(p){if(this.isHandle(id,p.id)){return true;}else{p=p.parentNode;}}}
return false;};}();YAHOO.util.DDM=YAHOO.util.DragDropMgr;YAHOO.util.DDM._addListeners();}
YAHOO.util.DD=function(id,sGroup,config){if(id){this.init(id,sGroup,config);}};YAHOO.extend(YAHOO.util.DD,YAHOO.util.DragDrop);YAHOO.util.DD.prototype.scroll=true;YAHOO.util.DD.prototype.autoOffset=function(iPageX,iPageY){var x=iPageX-this.startPageX;var y=iPageY-this.startPageY;this.setDelta(x,y);};YAHOO.util.DD.prototype.setDelta=function(iDeltaX,iDeltaY){this.deltaX=iDeltaX;this.deltaY=iDeltaY;};YAHOO.util.DD.prototype.setDragElPos=function(iPageX,iPageY){var el=this.getDragEl();this.alignElWithMouse(el,iPageX,iPageY);};YAHOO.util.DD.prototype.alignElWithMouse=function(el,iPageX,iPageY){var oCoord=this.getTargetCoord(iPageX,iPageY);if(!this.deltaSetXY){var aCoord=[oCoord.x,oCoord.y];YAHOO.util.Dom.setXY(el,aCoord);var newLeft=parseInt(YAHOO.util.Dom.getStyle(el,"left"),10);var newTop=parseInt(YAHOO.util.Dom.getStyle(el,"top"),10);this.deltaSetXY=[newLeft-oCoord.x,newTop-oCoord.y];}else{YAHOO.util.Dom.setStyle(el,"left",(oCoord.x+this.deltaSetXY[0])+"px");YAHOO.util.Dom.setStyle(el,"top",(oCoord.y+this.deltaSetXY[1])+"px");}
this.cachePosition(oCoord.x,oCoord.y);this.autoScroll(oCoord.x,oCoord.y,el.offsetHeight,el.offsetWidth);};YAHOO.util.DD.prototype.cachePosition=function(iPageX,iPageY){if(iPageX){this.lastPageX=iPageX;this.lastPageY=iPageY;}else{var aCoord=YAHOO.util.Dom.getXY(this.getEl());this.lastPageX=aCoord[0];this.lastPageY=aCoord[1];}};YAHOO.util.DD.prototype.autoScroll=function(x,y,h,w){if(this.scroll){var clientH=this.DDM.getClientHeight();var clientW=this.DDM.getClientWidth();var st=this.DDM.getScrollTop();var sl=this.DDM.getScrollLeft();var bot=h+y;var right=w+x;var toBot=(clientH+st-y-this.deltaY);var toRight=(clientW+sl-x-this.deltaX);var thresh=40;var scrAmt=(document.all)?80:30;if(bot>clientH&&toBot<thresh){window.scrollTo(sl,st+scrAmt);}
if(y<st&&st>0&&y-st<thresh){window.scrollTo(sl,st-scrAmt);}
if(right>clientW&&toRight<thresh){window.scrollTo(sl+scrAmt,st);}
if(x<sl&&sl>0&&x-sl<thresh){window.scrollTo(sl-scrAmt,st);}}};YAHOO.util.DD.prototype.getTargetCoord=function(iPageX,iPageY){var x=iPageX-this.deltaX;var y=iPageY-this.deltaY;if(this.constrainX){if(x<this.minX){x=this.minX;}
if(x>this.maxX){x=this.maxX;}}
if(this.constrainY){if(y<this.minY){y=this.minY;}
if(y>this.maxY){y=this.maxY;}}
x=this.getTick(x,this.xTicks);y=this.getTick(y,this.yTicks);return{x:x,y:y};};YAHOO.util.DD.prototype.applyConfig=function(){YAHOO.util.DD.superclass.applyConfig.call(this);this.scroll=(this.config.scroll!==false);};YAHOO.util.DD.prototype.b4MouseDown=function(e){this.autoOffset(YAHOO.util.Event.getPageX(e),YAHOO.util.Event.getPageY(e));};YAHOO.util.DD.prototype.b4Drag=function(e){this.setDragElPos(YAHOO.util.Event.getPageX(e),YAHOO.util.Event.getPageY(e));};YAHOO.util.DD.prototype.toString=function(){return("DD "+this.id);};YAHOO.util.DDProxy=function(id,sGroup,config){if(id){this.init(id,sGroup,config);this.initFrame();}};YAHOO.extend(YAHOO.util.DDProxy,YAHOO.util.DD);YAHOO.util.DDProxy.dragElId="ygddfdiv";YAHOO.util.DDProxy.prototype.resizeFrame=true;YAHOO.util.DDProxy.prototype.centerFrame=false;YAHOO.util.DDProxy.prototype.createFrame=function(){var self=this;var body=document.body;if(!body||!body.firstChild){setTimeout(function(){self.createFrame();},50);return;}
var div=this.getDragEl();if(!div){div=document.createElement("div");div.id=this.dragElId;var s=div.style;s.position="absolute";s.visibility="hidden";s.cursor="move";s.border="2px solid #aaa";s.zIndex=999;body.insertBefore(div,body.firstChild);}};YAHOO.util.DDProxy.prototype.initFrame=function(){this.createFrame();};YAHOO.util.DDProxy.prototype.applyConfig=function(){YAHOO.util.DDProxy.superclass.applyConfig.call(this);this.resizeFrame=(this.config.resizeFrame!==false);this.centerFrame=(this.config.centerFrame);this.setDragElId(this.config.dragElId||YAHOO.util.DDProxy.dragElId);};YAHOO.util.DDProxy.prototype.showFrame=function(iPageX,iPageY){var el=this.getEl();var dragEl=this.getDragEl();var s=dragEl.style;this._resizeProxy();if(this.centerFrame){this.setDelta(Math.round(parseInt(s.width,10)/2),Math.round(parseInt(s.height,10)/2));}
this.setDragElPos(iPageX,iPageY);YAHOO.util.Dom.setStyle(dragEl,"visibility","visible");};YAHOO.util.DDProxy.prototype._resizeProxy=function(){if(this.resizeFrame){var DOM=YAHOO.util.Dom;var el=this.getEl();var dragEl=this.getDragEl();var bt=parseInt(DOM.getStyle(dragEl,"borderTopWidth"),10);var br=parseInt(DOM.getStyle(dragEl,"borderRightWidth"),10);var bb=parseInt(DOM.getStyle(dragEl,"borderBottomWidth"),10);var bl=parseInt(DOM.getStyle(dragEl,"borderLeftWidth"),10);if(isNaN(bt)){bt=0;}
if(isNaN(br)){br=0;}
if(isNaN(bb)){bb=0;}
if(isNaN(bl)){bl=0;}
var newWidth=Math.max(0,el.offsetWidth-br-bl);var newHeight=Math.max(0,el.offsetHeight-bt-bb);DOM.setStyle(dragEl,"width",newWidth+"px");DOM.setStyle(dragEl,"height",newHeight+"px");}};YAHOO.util.DDProxy.prototype.b4MouseDown=function(e){var x=YAHOO.util.Event.getPageX(e);var y=YAHOO.util.Event.getPageY(e);this.autoOffset(x,y);this.setDragElPos(x,y);};YAHOO.util.DDProxy.prototype.b4StartDrag=function(x,y){this.showFrame(x,y);};YAHOO.util.DDProxy.prototype.b4EndDrag=function(e){YAHOO.util.Dom.setStyle(this.getDragEl(),"visibility","hidden");};YAHOO.util.DDProxy.prototype.endDrag=function(e){var DOM=YAHOO.util.Dom;var lel=this.getEl();var del=this.getDragEl();DOM.setStyle(del,"visibility","");DOM.setStyle(lel,"visibility","hidden");YAHOO.util.DDM.moveToEl(lel,del);DOM.setStyle(del,"visibility","hidden");DOM.setStyle(lel,"visibility","");};YAHOO.util.DDProxy.prototype.toString=function(){return("DDProxy "+this.id);};YAHOO.util.DDTarget=function(id,sGroup,config){if(id){this.initTarget(id,sGroup,config);}};YAHOO.extend(YAHOO.util.DDTarget,YAHOO.util.DragDrop);YAHOO.util.DDTarget.prototype.toString=function(){return("DDTarget "+this.id);};YAHOO.widget.Slider=function(sElementId,sGroup,oThumb,sType){if(sElementId){this.type=sType;this.init(sElementId,sGroup,true);this.logger=new YAHOO.widget.LogWriter(this.toString());var self=this;this.thumb=oThumb;oThumb.onChange=function(){self.onThumbChange();};this.isTarget=false;this.animate=YAHOO.widget.Slider.ANIM_AVAIL;this.backgroundEnabled=true;this.tickPause=40;if(oThumb._isHoriz&&oThumb.xTicks&&oThumb.xTicks.length){this.tickPause=Math.round(360/oThumb.xTicks.length);}else if(oThumb.yTicks&&oThumb.yTicks.length){this.tickPause=Math.round(360/oThumb.yTicks.length);}
this.logger.log("tickPause: "+this.tickPause);oThumb.onMouseDown=function(){return self.focus();};oThumb.onMouseUp=function(){self.thumbMouseUp();};oThumb.onDrag=function(){self.fireEvents();};oThumb.onAvailable=function(){return self.setStartSliderState();};}};YAHOO.extend(YAHOO.widget.Slider,YAHOO.util.DragDrop);YAHOO.widget.Slider.getHorizSlider=function(sBGElId,sHandleElId,iLeft,iRight,iTickSize){return new YAHOO.widget.Slider(sBGElId,sBGElId,new YAHOO.widget.SliderThumb(sHandleElId,sBGElId,iLeft,iRight,0,0,iTickSize),"horiz");};YAHOO.widget.Slider.getVertSlider=function(sBGElId,sHandleElId,iUp,iDown,iTickSize){return new YAHOO.widget.Slider(sBGElId,sBGElId,new YAHOO.widget.SliderThumb(sHandleElId,sBGElId,0,0,iUp,iDown,iTickSize),"vert");};YAHOO.widget.Slider.getSliderRegion=function(sBGElId,sHandleElId,iLeft,iRight,iUp,iDown,iTickSize){return new YAHOO.widget.Slider(sBGElId,sBGElId,new YAHOO.widget.SliderThumb(sHandleElId,sBGElId,iLeft,iRight,iUp,iDown,iTickSize),"region");};YAHOO.widget.Slider.ANIM_AVAIL=true;YAHOO.widget.Slider.prototype.setStartSliderState=function(){this.logger.log("Fixing state");this.setThumbCenterPoint();this.baselinePos=YAHOO.util.Dom.getXY(this.getEl());this.thumb.startOffset=this.thumb.getOffsetFromParent(this.baselinePos);if(this.thumb._isRegion){if(this.deferredSetRegionValue){this.setRegionValue.apply(this,this.deferredSetRegionValue,true);}else{this.setRegionValue(0,0,true);}}else{if(this.deferredSetValue){this.setValue.apply(this,this.deferredSetValue,true);}else{this.setValue(0,true,true);}}};YAHOO.widget.Slider.prototype.setThumbCenterPoint=function(){var el=this.thumb.getEl();if(el){this.thumbCenterPoint={x:parseInt(el.offsetWidth/2,10),y:parseInt(el.offsetHeight/2,10)};}};YAHOO.widget.Slider.prototype.lock=function(){this.logger.log("locking");this.thumb.lock();this.locked=true;};YAHOO.widget.Slider.prototype.unlock=function(){this.logger.log("unlocking");this.thumb.unlock();this.locked=false;};YAHOO.widget.Slider.prototype.thumbMouseUp=function(){this.logger.log("bg mouseup");if(!this.isLocked()&&!this.moveComplete){this.endMove();}};YAHOO.widget.Slider.prototype.getThumb=function(){return this.thumb;};YAHOO.widget.Slider.prototype.focus=function(){this.logger.log("focus");var el=this.getEl();if(el.focus){el.focus();}
this.verifyOffset();if(this.isLocked()){return false;}else{this.onSlideStart();return true;}};YAHOO.widget.Slider.prototype.onChange=function(firstOffset,secondOffset){this.logger.log("onChange: "+firstOffset+", "+secondOffset);};YAHOO.widget.Slider.prototype.onSlideStart=function(){this.logger.log("onSlideStart");};YAHOO.widget.Slider.prototype.onSlideEnd=function(){this.logger.log("onSlideEnd");};YAHOO.widget.Slider.prototype.getValue=function(){return this.thumb.getValue();};YAHOO.widget.Slider.prototype.getXValue=function(){return this.thumb.getXValue();};YAHOO.widget.Slider.prototype.getYValue=function(){return this.thumb.getYValue();};YAHOO.widget.Slider.prototype.onThumbChange=function(){var t=this.thumb;if(t._isRegion){t.onChange(t.getXValue(),t.getYValue());}else{t.onChange(t.getValue());}};YAHOO.widget.Slider.prototype.setValue=function(newOffset,skipAnim,force){this.logger.log("setValue "+newOffset);if(!this.thumb.available){this.logger.log("defer setValue until after onAvailble");this.deferredSetValue=arguments;return false;}
if(this.isLocked()&&!force){this.logger.log("Can't set the value, the control is locked");return false;}
if(isNaN(newOffset)){this.logger.log("setValue, Illegal argument: "+newOffset);return false;}
var t=this.thumb;var newX,newY;this.verifyOffset();if(t._isRegion){return false;}else if(t._isHoriz){this.onSlideStart();newX=t.initPageX+newOffset+this.thumbCenterPoint.x;this.moveThumb(newX,t.initPageY,skipAnim);}else{this.onSlideStart();newY=t.initPageY+newOffset+this.thumbCenterPoint.y;this.moveThumb(t.initPageX,newY,skipAnim);}
return true;};YAHOO.widget.Slider.prototype.setRegionValue=function(newOffset,newOffset2,skipAnim){if(!this.thumb.available){this.logger.log("defer setRegionValue until after onAvailble");this.deferredSetRegionValue=arguments;return false;}
if(this.isLocked()&&!force){this.logger.log("Can't set the value, the control is locked");return false;}
if(isNaN(newOffset)){this.logger.log("setRegionValue, Illegal argument: "+newOffset);return false;}
var t=this.thumb;if(t._isRegion){this.onSlideStart();var newX=t.initPageX+newOffset+this.thumbCenterPoint.x;var newY=t.initPageY+newOffset2+this.thumbCenterPoint.y;this.moveThumb(newX,newY,skipAnim);return true;}
return false;};YAHOO.widget.Slider.prototype.verifyOffset=function(){var newPos=YAHOO.util.Dom.getXY(this.getEl());this.logger.log("newPos: "+newPos);if(newPos[0]!=this.baselinePos[0]||newPos[1]!=this.baselinePos[1]){this.logger.log("background moved, resetting constraints");this.thumb.resetConstraints();this.baselinePos=newPos;return false;}
return true;};YAHOO.widget.Slider.prototype.moveThumb=function(x,y,skipAnim){this.logger.log("move thumb","warn");var t=this.thumb;var self=this;if(!t.available){this.logger.log("thumb is not available yet, aborting move");return;}
this.logger.log("move thumb, x: "+x+", y: "+y);t.setDelta(this.thumbCenterPoint.x,this.thumbCenterPoint.y);var _p=t.getTargetCoord(x,y);var p=[_p.x,_p.y];if(this.animate&&YAHOO.widget.Slider.ANIM_AVAIL&&t._graduated&&!skipAnim){this.logger.log("graduated");this.lock();setTimeout(function(){self.moveOneTick(p);},this.tickPause);}else if(this.animate&&YAHOO.widget.Slider.ANIM_AVAIL&&!skipAnim){this.logger.log("animating to "+p);this.lock();var oAnim=new YAHOO.util.Motion(t.id,{points:{to:p}},0.4,YAHOO.util.Easing.easeOut);oAnim.onComplete.subscribe(function(){self.endMove();});oAnim.animate();}else{t.setDragElPos(x,y);this.endMove();}};YAHOO.widget.Slider.prototype.moveOneTick=function(finalCoord){var t=this.thumb;var curCoord=YAHOO.util.Dom.getXY(t.getEl());var tmp;var nextCoord=null;if(t._isRegion){nextCoord=this._getNextX(curCoord,finalCoord);var tmpX=(nextCoord)?nextCoord[0]:curCoord[0];nextCoord=this._getNextY([tmpX,curCoord[1]],finalCoord);}else if(t._isHoriz){nextCoord=this._getNextX(curCoord,finalCoord);}else{nextCoord=this._getNextY(curCoord,finalCoord);}
this.logger.log("moveOneTick: "+" finalCoord: "+finalCoord+" curCoord: "+curCoord+" nextCoord: "+nextCoord);if(nextCoord){this.thumb.alignElWithMouse(t.getEl(),nextCoord[0],nextCoord[1]);if(!(nextCoord[0]==finalCoord[0]&&nextCoord[1]==finalCoord[1])){var self=this;setTimeout(function(){self.moveOneTick(finalCoord);},this.tickPause);}else{this.endMove();}}else{this.endMove();}};YAHOO.widget.Slider.prototype._getNextX=function(curCoord,finalCoord){this.logger.log("getNextX: "+curCoord+", "+finalCoord);var t=this.thumb;var thresh;var tmp=[];var nextCoord=null;if(curCoord[0]>finalCoord[0]){thresh=t.tickSize-this.thumbCenterPoint.x;tmp=t.getTargetCoord(curCoord[0]-thresh,curCoord[1]);nextCoord=[tmp.x,tmp.y];}else if(curCoord[0]<finalCoord[0]){thresh=t.tickSize+this.thumbCenterPoint.x;tmp=t.getTargetCoord(curCoord[0]+thresh,curCoord[1]);nextCoord=[tmp.x,tmp.y];}else{}
return nextCoord;};YAHOO.widget.Slider.prototype._getNextY=function(curCoord,finalCoord){var t=this.thumb;var thresh;var tmp=[];var nextCoord=null;if(curCoord[1]>finalCoord[1]){thresh=t.tickSize-this.thumbCenterPoint.y;tmp=t.getTargetCoord(curCoord[0],curCoord[1]-thresh);nextCoord=[tmp.x,tmp.y];}else if(curCoord[1]<finalCoord[1]){thresh=t.tickSize+this.thumbCenterPoint.y;tmp=t.getTargetCoord(curCoord[0],curCoord[1]+thresh);nextCoord=[tmp.x,tmp.y];}else{}
return nextCoord;};YAHOO.widget.Slider.prototype.b4MouseDown=function(e){this.thumb.autoOffset();this.thumb.resetConstraints();};YAHOO.widget.Slider.prototype.onMouseDown=function(e){if(!this.isLocked()&&this.backgroundEnabled){var x=YAHOO.util.Event.getPageX(e);var y=YAHOO.util.Event.getPageY(e);this.logger.log("bg mousedown: "+x+","+y);this.focus();this.moveThumb(x,y);}};YAHOO.widget.Slider.prototype.onDrag=function(e){if(!this.isLocked()){var x=YAHOO.util.Event.getPageX(e);var y=YAHOO.util.Event.getPageY(e);this.moveThumb(x,y,true);}};YAHOO.widget.Slider.prototype.endMove=function(){this.unlock();this.moveComplete=true;this.fireEvents();};YAHOO.widget.Slider.prototype.fireEvents=function(){var t=this.thumb;t.cachePosition();if(!this.isLocked()){if(t._isRegion){this.logger.log("region");var newX=t.getXValue();var newY=t.getYValue();if(newX!=this.previousX||newY!=this.previousY){this.onChange(newX,newY);}
this.previousX=newX;this.previousY=newY;}else{var newVal=t.getValue();if(newVal!=this.previousVal){this.logger.log("Firing onchange: "+newVal);this.onChange(newVal);}
this.previousVal=newVal;}
if(this.moveComplete){this.onSlideEnd();this.moveComplete=false;}}};YAHOO.widget.Slider.prototype.toString=function(){return("Slider ("+this.type+") "+this.id);};YAHOO.widget.SliderThumb=function(id,sGroup,iLeft,iRight,iUp,iDown,iTickSize){if(id){this.init(id,sGroup);this.parentElId=sGroup;}
this.logger=new YAHOO.widget.LogWriter(this.toString());this.isTarget=false;this.tickSize=iTickSize;this.maintainOffset=true;this.initSlider(iLeft,iRight,iUp,iDown,iTickSize);this.scroll=false;};YAHOO.extend(YAHOO.widget.SliderThumb,YAHOO.util.DD);YAHOO.widget.SliderThumb.prototype.getOffsetFromParent=function(parentPos){var myPos=YAHOO.util.Dom.getXY(this.getEl());var ppos=parentPos||YAHOO.util.Dom.getXY(this.parentElId);return[(myPos[0]-ppos[0]),(myPos[1]-ppos[1])];};YAHOO.widget.SliderThumb.prototype.startOffset=null;YAHOO.widget.SliderThumb.prototype._isHoriz=false;YAHOO.widget.SliderThumb.prototype._prevVal=0;YAHOO.widget.SliderThumb.prototype._graduated=false;YAHOO.widget.SliderThumb.prototype.initSlider=function(iLeft,iRight,iUp,iDown,iTickSize){this.setXConstraint(iLeft,iRight,iTickSize);this.setYConstraint(iUp,iDown,iTickSize);if(iTickSize&&iTickSize>1){this._graduated=true;}
this._isHoriz=(iLeft>0||iRight>0);this._isVert=(iUp>0||iDown>0);this._isRegion=(this._isHoriz&&this._isVert);};YAHOO.widget.SliderThumb.prototype.clearTicks=function(){YAHOO.widget.SliderThumb.superclass.clearTicks.call(this);this._graduated=false;};YAHOO.widget.SliderThumb.prototype.getValue=function(){if(!this.available){return 0;}
var val=(this._isHoriz)?this.getXValue():this.getYValue();this.logger.log("getVal: "+val);return val;};YAHOO.widget.SliderThumb.prototype.getXValue=function(){if(!this.available){return 0;}
var newOffset=this.getOffsetFromParent();return(newOffset[0]-this.startOffset[0]);};YAHOO.widget.SliderThumb.prototype.getYValue=function(){if(!this.available){return 0;}
var newOffset=this.getOffsetFromParent();return(newOffset[1]-this.startOffset[1]);};YAHOO.widget.SliderThumb.prototype.toString=function(){return"SliderThumb "+this.id;};YAHOO.widget.SliderThumb.prototype.onChange=function(x,y){};if("undefined"==typeof YAHOO.util.Anim){YAHOO.widget.Slider.ANIM_AVAIL=false;};

var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());;

Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"48,-2v1,-29,2,-60,2,-94r0,-111r0,-377r0,-53v0,0,-1,-28,-2,-39v7,-13,18,-22,34,-26v16,-4,36,-5,61,-5v4,7,7,16,9,25v2,9,2,24,2,45r0,190v8,-5,16,-11,24,-15v8,-4,17,-8,24,-11v9,-3,20,-7,31,-9v11,-2,24,-3,37,-3v26,0,47,4,64,11v17,7,32,18,42,33v10,15,17,35,21,59v4,24,6,53,6,87r0,145r0,76v0,23,0,43,1,61v-3,3,-6,6,-10,8v-4,2,-9,4,-16,5v-7,1,-17,2,-28,2v-11,0,-26,1,-44,1v-6,-16,-9,-33,-9,-50r0,-239r0,-24v0,-6,-1,-12,-2,-17v-1,-29,-7,-49,-17,-59v-10,-10,-22,-16,-37,-16v-17,0,-33,4,-48,12v-15,8,-28,17,-39,28r0,299v0,10,-1,19,-2,27v-1,8,-4,17,-9,25v-5,3,-9,6,-13,8v-4,2,-10,4,-16,5v-6,1,-13,1,-22,1r-35,0","w":460},{"d":"128,137v-19,-3,-37,-6,-55,-10v-18,-4,-36,-9,-53,-14v0,-10,0,-18,1,-24v1,-6,3,-11,5,-15v2,-4,6,-6,10,-7v4,-1,10,-2,17,-3r5,0v0,0,3,-1,4,-1v11,-1,22,-3,33,-3v11,0,20,0,29,-1r18,-3v0,0,12,-3,17,-5v0,-8,1,-19,1,-33r0,-35v1,-43,1,-94,2,-153v1,-59,1,-127,1,-205r0,-122r0,-101v0,-25,0,-48,-1,-67r-3,-30v0,0,-3,-18,-6,-25v-6,-1,-12,-1,-19,-1v-7,0,-14,0,-21,-1v-5,-1,-10,-1,-15,-1v-5,0,-11,0,-16,-1v-9,-1,-19,-2,-29,-3v-10,-1,-19,-3,-28,-6v0,-13,0,-23,1,-31v1,-8,2,-14,4,-18v2,-4,5,-8,8,-10v3,-2,7,-4,12,-5v20,0,40,0,61,1v21,1,41,1,59,2v18,1,35,3,50,4v15,1,28,2,38,3v1,19,1,39,1,61r0,68r0,144v0,27,-1,53,-1,80r0,81r0,101v0,56,-2,56,-2,114r0,116v0,38,-1,74,-2,108v0,5,0,12,-1,19v-1,7,-3,13,-6,18v-1,1,-6,3,-15,5v-9,2,-20,3,-32,4v-12,1,-24,3,-37,4v-13,1,-24,1,-34,1r-1,0","w":368},{"d":"383,-548v3,5,5,12,7,22v2,10,2,18,2,24r-117,90v-22,17,-21,18,-43,34r-40,30v0,0,-16,14,-28,22v-8,6,-13,8,-14,9r26,19r35,26r40,29r41,30r101,74v0,5,-1,14,-3,25v-2,11,-6,20,-9,27v-3,4,-5,8,-9,11v-4,3,-9,4,-14,5v-11,1,-21,-1,-30,-8r-134,-101r-136,-100v-5,-5,-10,-9,-14,-14v-4,-5,-5,-11,-5,-17v0,-7,1,-13,2,-19v1,-6,4,-11,7,-15r135,-102r50,-38r45,-35r34,-26v9,-7,14,-11,16,-12v5,-4,10,-7,14,-9v4,-2,10,-2,15,-1v7,1,12,4,16,8v4,4,7,7,10,12","w":458},{"d":"63,1v-5,-7,-8,-14,-9,-21v-1,-7,-2,-14,-2,-23r0,-474r0,-74v0,0,-1,-41,-2,-58v5,-5,16,-8,31,-11v15,-3,38,-4,68,-4v5,9,8,18,9,27v1,9,1,23,1,40r0,206r27,-38r27,-38r69,-99v0,0,35,-50,70,-97v6,-1,10,-2,14,-2r13,0v3,0,7,1,11,1r10,0r17,0v11,1,20,2,25,6v5,4,8,8,8,13v0,5,-2,11,-7,20v-1,2,-3,5,-6,9v-4,6,-3,5,-7,10v-2,3,-5,6,-6,8v-1,2,-2,4,-1,3r-41,55r-43,60r-44,59r-42,56v14,15,28,32,42,51v14,19,28,40,41,62v13,22,26,43,38,65r34,63r36,66v11,20,21,33,28,40v0,7,-6,13,-17,18v-4,1,-9,3,-17,4v-8,1,-17,2,-26,2r-15,0v-20,-3,-36,-12,-47,-28v-11,-16,-20,-32,-27,-48v-7,-15,-14,-31,-23,-48v-9,-17,-19,-35,-30,-53v-11,-18,-22,-35,-34,-52v-12,-17,-24,-32,-36,-46v-13,-14,-21,-25,-26,-31v-5,-6,-10,-11,-15,-14r0,177v0,16,1,30,1,43r0,36r0,45v-5,7,-14,11,-28,13v-14,2,-34,3,-61,3","w":464},{"d":"298,-80v1,3,2,6,2,10r0,13r0,15v0,5,0,9,-1,13v-2,6,-7,12,-14,19v-11,7,-26,14,-43,18v-17,4,-34,6,-50,6v-25,0,-46,-5,-61,-15v-15,-10,-27,-23,-36,-39v-9,-16,-14,-36,-17,-56v-3,-20,-5,-40,-5,-61r0,-238v-13,-1,-25,-2,-34,-5v-9,-3,-18,-6,-25,-9v0,-15,1,-24,2,-27v1,-3,3,-6,7,-10v7,-5,15,-10,22,-12v11,-4,11,-3,21,-6v4,-1,6,-2,8,-2v2,0,5,0,8,-1v1,-14,1,-28,2,-43r3,-44v4,-11,13,-21,27,-30v14,-9,37,-14,67,-16r0,16v-1,21,-1,41,-1,58v0,17,-1,35,-1,54r127,0v-1,28,-4,47,-9,56v-5,9,-12,15,-22,17v-3,1,-7,1,-12,1v-5,0,-9,1,-13,1v-10,1,-20,1,-29,1r-42,0v-1,22,-1,44,-1,65v0,21,-1,43,-1,64v0,11,1,22,1,33r0,32r0,49v2,26,6,47,11,64v5,17,16,25,32,25v3,0,8,-1,14,-2v6,-1,13,-3,19,-5v6,-2,11,-5,16,-7v5,-2,9,-4,11,-5","w":327},{"d":"145,-472v4,8,6,17,7,26v1,9,2,25,2,46r0,335v0,22,-5,40,-14,55v-2,3,-5,4,-8,6v-3,2,-9,3,-16,4v-7,1,-15,2,-26,2v-11,0,-26,0,-43,1r0,-82v0,-15,1,-30,1,-45r0,-47r0,-174r0,-58v0,0,-1,-31,-2,-44v6,-13,17,-20,33,-23v16,-3,35,-5,58,-5xm43,-638v0,-40,21,-60,62,-60v23,0,38,4,45,14v7,10,11,25,10,44v-1,19,-5,34,-13,46v-8,12,-24,18,-48,18v-21,0,-35,-5,-43,-15v-8,-10,-13,-26,-13,-47","w":212},{"d":"280,-66v30,0,53,-2,68,-6v15,-4,26,-10,33,-15r-4,3v7,-34,12,-71,15,-112v3,-41,4,-81,4,-121r1,-271v0,-12,1,-24,3,-34v2,-10,5,-20,8,-29v5,-3,10,-5,14,-7v4,-2,9,-3,16,-4v7,-1,15,-2,25,-2v10,0,23,-1,39,-1v-1,26,-2,55,-2,87r0,104r0,157v0,53,-2,102,-6,145v-4,43,-12,84,-21,121v-21,25,-49,43,-85,52v-36,9,-74,14,-114,14v-39,0,-72,-5,-99,-16v-27,-11,-49,-26,-65,-45v-16,-19,-28,-42,-37,-68v-9,-26,-15,-55,-18,-86r-3,-50v0,0,-2,-36,-2,-55r0,-187r0,-86v0,0,-1,-48,-2,-69v5,-7,16,-13,31,-15v15,-2,38,-3,67,-3v6,11,10,22,11,33v1,11,2,27,2,46r0,273v0,20,0,39,1,57v1,18,3,36,6,52v7,41,19,74,36,100v17,26,43,38,78,38","w":562},{"d":"237,-70v19,0,39,-2,58,-6v19,-4,39,-12,58,-23v3,9,6,19,7,28v1,9,2,17,3,22v0,5,-2,11,-6,16v-4,5,-9,10,-15,15v-6,5,-12,8,-20,12v-8,4,-16,7,-24,9r1,0v-7,2,-19,5,-33,7v-14,2,-29,3,-45,3v-25,0,-51,-3,-75,-9v-24,-6,-46,-20,-66,-40v-19,-19,-33,-44,-42,-75v-9,-31,-13,-67,-13,-108v0,-49,5,-89,15,-123v10,-34,24,-61,42,-82v18,-21,38,-36,62,-46v24,-10,51,-15,80,-15v48,0,84,13,109,39v25,26,39,60,43,104v1,7,2,15,2,23r0,25v0,23,-2,42,-5,59v-6,5,-17,11,-33,16v-16,5,-30,9,-45,11v-15,2,-35,3,-59,4v-24,1,-47,2,-70,2r-18,0v0,0,-9,1,-17,0v1,50,12,85,31,104v19,19,44,28,75,28xm210,-411v-18,3,-35,15,-50,37v-15,22,-24,55,-27,100r28,0r53,0v0,0,33,-2,43,-3v3,-1,5,-1,7,-1v2,0,5,-2,8,-3v1,-3,2,-8,3,-13v1,-5,1,-11,1,-17r0,-5v0,0,-1,-4,-1,-6r0,-10v-3,-27,-9,-47,-18,-60v-9,-13,-24,-19,-43,-19r-4,0","w":408},{"d":"365,-530v-9,2,-21,4,-37,6v-16,2,-34,3,-52,4v-18,1,-37,1,-56,2v-19,1,-37,1,-53,1v-4,21,-8,43,-12,67v-4,24,-8,48,-11,71r8,0v7,1,16,1,24,1v8,0,17,1,27,2v7,1,15,3,23,4v8,1,16,2,23,3v20,4,39,9,57,17v18,8,33,18,47,30v14,12,26,28,35,46v9,18,15,39,17,64v0,3,1,7,1,10r0,9r0,18r0,12v0,5,0,9,-1,13r0,-1v-2,33,-9,63,-22,90v-13,27,-30,49,-51,67v-21,18,-45,33,-74,43v-29,10,-60,15,-95,15v-36,0,-63,-4,-81,-12v-18,-8,-28,-14,-31,-20v-5,-18,-8,-34,-8,-48v0,-3,1,-7,1,-10v0,-3,1,-9,4,-18v13,9,29,16,47,21v18,5,37,7,56,7v21,0,41,-4,59,-12v18,-8,33,-18,46,-32v13,-14,23,-31,30,-50v7,-19,11,-40,11,-63v0,-35,-8,-61,-23,-79v-15,-18,-37,-31,-65,-38v-18,-5,-37,-9,-56,-11v-19,-2,-36,-4,-51,-5v-11,-1,-23,-2,-34,-2v-11,0,-21,-1,-28,-1v2,-16,5,-33,8,-53r8,-60v3,-20,7,-40,10,-60v3,-20,7,-38,10,-55r6,-31r5,-27v18,0,41,0,68,-1r84,-2v29,-1,57,-1,83,-2v26,-1,47,-2,63,-3r-4,58v-1,3,-2,6,-5,9v-3,3,-7,5,-12,6r1,0"},{"d":"223,-392v-13,0,-26,2,-37,6v-11,4,-22,11,-31,20r0,315v0,8,0,15,-1,21v-1,6,-4,13,-9,20v-4,3,-9,6,-13,8v-4,2,-9,2,-16,3v-7,1,-16,1,-27,1v-11,0,-24,1,-40,1v1,-27,1,-57,1,-90v0,-33,1,-69,1,-108r1,-167v0,-16,-1,-30,-4,-42v-3,-12,-6,-23,-9,-33v4,-4,9,-8,16,-12v7,-4,16,-8,27,-13v3,-1,6,-2,8,-2r6,0v11,0,19,1,24,4v5,3,9,9,12,16v9,-7,20,-12,30,-17v10,-5,20,-9,29,-12v9,-3,19,-5,29,-7v10,-2,20,-2,29,-1v30,3,47,13,50,28v0,7,-1,17,-3,29v-2,12,-8,24,-15,34v-3,1,-6,2,-7,2r-9,0r-15,0v0,0,-10,-1,-14,-2v-3,-1,-6,-2,-8,-2r-5,0","w":310},{"d":"148,-472v3,7,5,14,6,23v1,9,2,23,2,42r0,313v0,46,-2,88,-6,127v-3,39,-13,72,-30,101v-11,16,-24,29,-40,39v-16,10,-33,16,-54,19v-4,1,-8,1,-12,1r-11,0v-17,0,-29,-1,-37,-4v-25,-4,-38,-16,-41,-36v0,-5,1,-10,2,-17v1,-7,4,-13,7,-18r10,0r3,0v0,0,2,1,3,1v9,0,18,-1,28,-4v10,-3,21,-6,32,-11v13,-6,22,-17,28,-33v6,-16,10,-38,11,-66v1,-11,1,-24,1,-38v0,-14,1,-28,1,-41r0,-251v0,-27,-1,-50,-1,-69v0,-19,0,-36,-1,-53v6,-13,17,-20,33,-23v16,-3,34,-5,57,-5xm45,-638v0,-40,21,-60,62,-60v23,0,38,4,45,14v7,10,11,25,10,44v-1,19,-5,34,-13,46v-8,12,-24,18,-48,18v-21,0,-35,-5,-43,-15v-8,-10,-13,-26,-13,-47","w":216},{"d":"50,-409v-1,-3,-2,-5,-2,-7r0,-6v0,0,1,-8,3,-13v5,-5,13,-9,23,-15v10,-6,22,-11,36,-16v14,-5,30,-10,46,-13v16,-3,33,-5,50,-6r18,0v4,0,9,0,17,1v40,3,68,16,83,40v15,24,23,58,23,102r0,44r0,56v0,19,0,38,-1,57r0,21r0,24v0,0,-1,16,-1,23r0,18v-1,9,0,16,2,22v1,5,4,9,8,13v4,4,10,5,18,4v-1,7,-1,15,-1,24v0,9,-1,16,-1,19v-5,7,-12,13,-23,19v-11,6,-24,8,-39,9v-11,0,-22,-3,-33,-9v-11,-6,-20,-13,-27,-20v-4,3,-5,4,-11,8v-4,3,-8,5,-11,7v-12,6,-24,9,-37,11v-13,2,-26,3,-40,3v-17,0,-34,-3,-50,-8v-16,-5,-29,-14,-42,-25v-13,-11,-23,-25,-30,-42v-7,-17,-11,-37,-11,-60v0,-30,7,-56,19,-76v12,-20,27,-36,45,-48v18,-12,37,-22,57,-28v20,-6,38,-9,54,-11v5,-1,9,-1,14,-1r15,0r12,0v3,0,7,0,10,1r0,-49v0,-21,-2,-37,-6,-48v-4,-11,-14,-16,-31,-16v-16,0,-33,2,-51,8r-49,17v-5,3,-11,5,-17,6v-6,1,-13,2,-20,2v-7,-7,-13,-15,-15,-23v-2,-8,-4,-15,-5,-20xm241,-107v1,-6,2,-13,2,-21r0,-26r0,-66r-10,0r-15,0v0,0,-11,1,-16,2r1,0v-11,2,-21,4,-31,8v-10,4,-18,9,-25,16v-7,7,-13,15,-17,25v-4,10,-7,22,-7,37v0,23,4,40,12,49v8,9,18,15,31,16r6,0v13,0,27,-3,40,-9v13,-6,22,-12,28,-20r-1,1v0,1,1,0,1,-3v0,-3,0,-6,1,-9","w":405},{"d":"110,-698r45,166r44,165r45,166r45,166v3,13,6,25,8,36v2,11,3,21,3,30v0,5,0,10,-1,13v-4,7,-11,12,-22,14v-11,2,-31,3,-61,3r-58,-213r-57,-212v-20,-75,-19,-76,-41,-154r-42,-153v-1,-2,-1,-3,-1,-5r0,-5v0,-7,4,-13,13,-16v9,-3,26,-5,51,-5r19,0","w":336},{"d":"188,-485v5,0,11,1,16,1v5,0,10,0,13,1v32,3,56,9,71,19v15,10,24,19,26,26v0,7,-2,15,-6,25v-4,10,-9,19,-14,26v-2,-1,-6,-1,-10,-2v-4,-1,-7,-1,-10,-2v-5,-1,-10,-2,-16,-3v-6,-1,-12,-3,-17,-5v-15,-6,-30,-9,-45,-9v-17,0,-32,4,-42,13v-10,9,-15,20,-15,33v0,8,1,16,5,23v4,7,11,15,22,24r19,14r23,16v9,7,20,15,30,22v16,11,15,11,28,21v21,17,37,35,47,53v10,18,15,38,15,59v0,24,-5,44,-14,62v-9,18,-21,33,-37,45v-16,12,-35,21,-56,27v-21,6,-44,9,-68,9v-33,0,-62,-4,-87,-13v-25,-9,-40,-21,-46,-35v0,-7,2,-17,6,-27v4,-10,8,-19,14,-27r10,0v9,0,19,3,30,9r0,-1v11,5,22,8,34,11v12,3,25,5,37,5v3,0,6,-1,9,-1v3,0,6,0,9,-1v15,-1,27,-7,35,-17v8,-10,13,-22,13,-37v0,-11,-3,-21,-9,-31v-6,-10,-15,-20,-29,-29v-2,-1,-5,-3,-9,-6v-4,-3,-4,-3,-3,-2v-11,-8,-23,-17,-35,-27v-12,-10,-24,-18,-33,-26r-25,-20v-31,-31,-46,-63,-46,-97v0,-40,15,-71,44,-93v29,-22,68,-33,116,-33","w":356},{"d":"53,-477v12,3,24,5,37,5r47,0r201,3r0,6v0,0,1,5,1,6v1,1,1,3,1,5r0,9v0,0,0,10,-2,16v-2,6,-5,14,-10,23r-35,66v0,0,-19,38,-43,80r-50,88r-54,93v13,1,28,1,45,1r49,0v13,0,26,0,39,-1v13,-1,24,-2,35,-3v11,-1,20,-2,27,-3v7,-1,12,-2,15,-3r0,23v0,0,-2,15,-3,20v-4,21,-12,34,-25,39v-11,2,-25,3,-41,4v-16,1,-40,1,-71,1v-32,0,-66,-1,-100,-1v-34,0,-64,-1,-89,-3v-3,-3,-6,-8,-9,-14v-3,-6,-6,-13,-7,-20v1,-5,2,-9,3,-13v1,-4,4,-9,7,-14v5,-9,11,-19,17,-29r20,-31r82,-137v28,-47,54,-93,77,-136r-93,0v-4,0,-8,1,-12,1r-11,0r-21,0v-21,0,-36,-2,-46,-4v-10,-2,-15,-7,-15,-14v2,-19,5,-34,9,-44v4,-10,12,-16,21,-19r4,0","w":371},{"d":"281,-582r0,442v0,28,1,52,1,73v0,21,0,39,1,54v-4,3,-8,7,-13,9v-5,2,-11,3,-18,4v-7,1,-16,2,-26,2v-10,0,-23,1,-39,1v-8,-14,-12,-30,-12,-47r0,-538r-117,0v-7,0,-16,0,-24,-1v-8,-1,-17,-2,-26,-3v-1,-4,-2,-6,-2,-8r0,-6v0,-7,0,-14,2,-23v2,-9,4,-16,7,-22v1,-4,4,-8,7,-11v3,-3,5,-6,8,-9r14,0v2,0,4,1,7,1r8,0v11,1,23,1,37,1r50,0r312,0v0,11,-1,21,-2,31v-1,10,-3,19,-5,27v-2,7,-6,13,-13,16v-7,3,-13,6,-16,7r-141,0","w":468},{"d":"148,-615v-1,-4,-2,-9,-4,-15v-2,-6,-6,-13,-11,-20v-5,-7,-11,-13,-19,-18v-8,-5,-17,-10,-29,-13v-3,-1,-6,-1,-9,-2v-3,-1,-5,-1,-8,-2v-8,-1,-8,-1,-12,-1v-3,0,-6,-2,-9,-3r1,0v-8,-2,-13,-5,-14,-9v-1,-1,-1,-3,-2,-4v-1,-1,-1,-2,-1,-3v0,-1,2,-6,5,-14v1,-1,1,-2,1,-3v0,-1,0,-2,1,-3v1,-2,3,-5,4,-9v1,-4,3,-9,4,-12v23,1,44,4,65,8v21,4,38,9,51,14v28,12,50,28,65,49v15,21,23,45,23,73v0,17,-3,35,-10,54v-7,19,-14,38,-23,57v-1,1,-1,2,-1,3v0,1,-1,3,-2,4v-5,12,-10,23,-13,34r-10,32v-1,5,-2,11,-3,17v-1,6,-1,11,0,14v0,6,1,12,4,19v3,7,8,13,15,18v7,5,18,10,31,14v13,4,31,7,53,8v1,3,3,6,3,10r0,10v0,8,-3,17,-9,26v-7,10,-17,16,-32,17v-27,3,-45,9,-53,19v-8,10,-11,22,-12,33v-1,5,-2,10,-1,15v1,5,2,11,3,16r0,2v0,0,1,1,1,2v3,11,7,24,11,36v4,12,8,23,12,33v9,21,18,42,26,65v8,23,11,44,11,63v0,45,-18,79,-53,104v-31,23,-82,35,-151,36v-1,-2,-1,-5,-3,-9v-2,-4,-4,-7,-6,-10r-6,-12v0,0,-2,-9,-2,-14r0,-2v0,0,1,0,1,-1v2,-4,8,-7,17,-9r18,-3v5,-1,4,-1,10,-2v4,-1,6,-1,7,-1v21,-4,37,-13,49,-26v12,-13,18,-29,18,-47v0,-7,-1,-15,-3,-22v0,-1,-1,-2,-1,-3r0,-2r-10,-31r-11,-34v-7,-17,-14,-33,-19,-49v-5,-16,-10,-33,-13,-48v-1,-5,-3,-11,-4,-17v-1,-6,-2,-12,-2,-19v0,-47,22,-80,67,-100v-23,-10,-40,-23,-50,-40v-10,-17,-16,-38,-16,-63v0,-18,4,-37,11,-57v11,-30,11,-29,22,-56v1,-1,1,-3,1,-4v0,-1,1,-2,2,-3v5,-13,4,-13,10,-27v4,-9,8,-19,11,-29v1,-5,2,-10,3,-17v1,-7,1,-12,0,-17","w":335},{"d":"159,-79v9,1,20,2,33,2r40,0r70,0v27,0,50,0,71,-1v-3,28,-7,47,-13,58v-6,11,-16,18,-29,21v-13,1,-28,1,-47,1v-19,0,-43,1,-71,1v-30,0,-59,0,-85,-1v-26,-1,-49,-3,-68,-5v-3,-15,-6,-30,-8,-43r0,-474r0,-64v0,-21,-1,-42,-2,-62v1,-1,3,-1,6,-2v3,-1,7,-3,10,-4r12,-4v3,-1,7,-3,11,-4v4,-1,11,-2,21,-3r249,0v-1,13,-2,24,-3,33v-1,9,-3,17,-5,22v-2,5,-4,9,-7,12v-3,3,-7,6,-12,8v-15,3,-29,4,-44,4v-15,0,-32,1,-51,1r-78,0r0,192r184,0v-2,18,-5,33,-7,43v-2,10,-4,18,-8,24v-4,6,-9,8,-14,10v-5,2,-12,3,-20,3r-135,0r0,232","w":393},{"w":227},{"d":"207,-681v5,5,11,14,19,26v8,12,17,26,26,42v14,24,14,24,28,51r27,51v0,0,13,23,25,43v12,20,11,20,16,29v-5,8,-12,17,-22,26v-10,9,-20,14,-29,14v-9,0,-18,-5,-27,-15v-4,-5,-9,-12,-14,-22r-18,-34v-7,-12,-14,-25,-20,-38v-10,-20,-9,-20,-18,-38v-8,-17,-8,-17,-10,-20v-1,-2,-2,-5,-3,-8v-4,7,-8,16,-12,26v-4,10,-8,19,-13,29r-28,60v-9,19,-17,33,-22,41v-4,5,-9,9,-15,12v-6,3,-11,5,-14,5v-9,-3,-18,-7,-27,-12v-9,-5,-16,-11,-19,-18v1,-3,3,-9,7,-16v6,-11,6,-11,12,-24v10,-21,10,-21,22,-49v12,-28,14,-28,26,-54v8,-18,16,-34,24,-49v8,-15,15,-27,21,-35v5,-5,5,-5,11,-10v4,-3,8,-7,15,-11v5,-3,14,-4,25,-4","w":389},{"d":"239,-681v-12,3,-21,8,-29,13v-8,5,-15,11,-20,18v-5,7,-8,14,-10,20v-2,6,-3,11,-4,15v-1,5,-1,10,0,17v1,7,2,12,3,17v3,10,7,20,11,29v6,14,5,14,10,27v1,3,2,5,3,7v11,27,11,26,22,56v7,20,11,39,11,57v0,25,-6,46,-16,63v-10,17,-27,30,-50,40v45,20,67,53,67,100v0,7,-1,13,-2,19v-1,6,-3,12,-4,17v-3,15,-8,32,-13,48v-5,16,-12,32,-19,49r-11,34r-10,31r0,2v0,0,-1,2,-1,3v-2,7,-3,15,-3,22v0,18,6,34,18,47v12,13,28,22,49,26v4,1,11,2,21,3r14,3v9,2,15,5,17,9v0,1,1,1,1,2r0,3v0,4,0,8,-2,12r-6,12v-2,3,-4,6,-6,10v-2,4,-2,7,-3,9v-70,-1,-120,-13,-151,-36v-35,-25,-53,-59,-53,-104v0,-20,3,-41,11,-63v8,-22,17,-44,26,-65v4,-11,8,-22,12,-34v4,-12,8,-24,11,-35v0,-1,1,-1,1,-2r0,-2v1,-5,2,-11,3,-16v1,-5,0,-10,-1,-15v-1,-6,-2,-11,-4,-17v-2,-6,-4,-11,-8,-16v-4,-5,-12,-9,-20,-12v-8,-3,-19,-6,-33,-7v-15,-1,-25,-7,-32,-17v-6,-9,-9,-18,-9,-26r0,-10v0,0,2,-7,3,-10v22,-1,40,-4,53,-8v13,-4,24,-9,31,-14v7,-5,12,-11,15,-18v3,-7,4,-13,4,-19v1,-3,1,-8,0,-14v-1,-6,-2,-12,-3,-17v-7,-24,-15,-46,-23,-66v-1,-1,-2,-3,-2,-4v0,-1,0,-2,-1,-3v-9,-19,-16,-38,-23,-57v-7,-19,-10,-37,-10,-54v0,-28,8,-52,23,-73v15,-21,37,-37,65,-49v13,-5,30,-10,51,-14v21,-4,42,-7,65,-8v1,3,3,8,4,12v1,4,3,7,4,9v1,1,1,2,1,3v0,1,0,2,1,3v3,8,5,13,5,14v0,3,-1,5,-3,7v-1,4,-6,7,-14,9r1,0v-5,2,-12,3,-21,4v-3,1,-5,1,-8,2v-3,1,-6,1,-9,2","w":335},{"d":"263,7v-9,1,-17,0,-25,-3v-8,-3,-15,-7,-21,-10v-7,-4,-14,-9,-21,-15v-1,-3,-4,-9,-8,-19v-3,-9,-6,-18,-9,-28v-3,-10,-7,-20,-10,-31r-19,-63r-20,-70v0,0,-11,-36,-22,-72r-21,-69r-28,-97r-23,-78v0,0,-10,-34,-18,-57r-11,-32v3,-7,7,-13,12,-17v5,-4,14,-7,27,-8v9,-1,18,-2,28,-2v10,0,20,-1,30,-1v7,8,13,16,16,23v3,7,6,16,10,28v1,3,3,7,4,11r4,12v8,31,16,64,26,98v14,51,15,51,32,107v7,23,8,22,14,46v6,24,6,24,13,48v3,13,6,25,9,36r9,34v3,9,5,17,6,22v1,5,3,10,4,14v1,4,3,10,4,16r5,21r8,-29r9,-32r10,-40r11,-44r25,-88r25,-87v1,-3,2,-6,2,-9v0,-3,2,-6,3,-9r-1,1v8,-30,8,-30,16,-56v8,-26,7,-26,14,-49v2,-5,4,-11,6,-17v2,-6,3,-11,4,-17v1,-5,3,-10,5,-15r9,-20v7,-2,12,-4,16,-4r9,0r10,0v9,1,18,2,27,2v9,0,17,1,26,2v6,2,9,8,9,18v0,4,0,8,-1,12v-1,4,-2,10,-3,15v-1,3,-1,6,-2,9v-1,3,-1,6,-2,9v-4,13,-5,13,-9,29v-4,16,-4,15,-9,33r-17,57r-20,68r-35,121r-35,115v-11,36,-20,68,-30,96v-10,28,-18,50,-25,65v-9,6,-17,10,-24,13v-7,3,-16,6,-28,7","w":501},{"d":"74,-657v6,-1,14,-2,25,-3v11,-1,22,-1,35,-2v13,-1,26,-1,40,-2v14,-1,27,-1,40,-1v57,0,103,8,140,23v37,15,66,36,88,64v22,28,36,60,45,98v9,38,13,79,13,124v0,69,-7,127,-21,175v-14,48,-38,88,-72,120v-15,13,-31,24,-47,33v-16,9,-32,15,-49,20v-17,5,-33,8,-49,10v-16,2,-31,3,-45,3v-30,0,-57,-1,-83,-3v-26,-2,-53,-5,-81,-8r0,-579v0,-19,1,-34,3,-43v2,-9,5,-18,11,-27xm384,-356v0,-37,-3,-69,-8,-96v-5,-27,-14,-49,-24,-67v-10,-18,-23,-32,-39,-42v-16,-10,-35,-17,-56,-20v-17,-4,-36,-6,-57,-6r-22,0v-7,0,-13,0,-18,1r0,508v17,2,37,3,60,3v20,0,40,-4,59,-11v19,-7,37,-22,53,-42v16,-20,28,-48,38,-85v10,-37,14,-84,14,-143","w":537},{"d":"421,-240v0,42,-5,78,-15,110v-10,32,-24,59,-42,80v-18,21,-40,37,-64,48v-24,11,-50,16,-79,16v-64,0,-113,-19,-148,-58v-35,-39,-52,-103,-52,-190v0,-43,5,-80,15,-112v10,-32,24,-57,42,-78v18,-21,39,-36,64,-46v25,-10,52,-15,82,-15v66,0,115,21,148,62v33,41,49,102,49,183xm132,-238v0,33,2,61,7,84v5,23,11,41,19,55v8,14,17,24,28,30v11,6,24,9,37,9v12,0,23,-3,34,-9v11,-6,20,-16,28,-30v8,-14,14,-33,19,-55v5,-22,7,-50,7,-83v0,-63,-8,-107,-24,-133v-16,-26,-38,-39,-66,-39v-12,0,-23,3,-34,9v-11,6,-20,17,-28,30v-8,13,-14,31,-19,53v-5,22,-8,48,-8,79","w":453},{"d":"95,-117v25,0,41,4,49,13v8,9,12,26,11,50r0,7v0,3,0,5,-1,7v-1,14,-5,28,-11,43v-6,15,-13,28,-21,41v-8,13,-17,24,-26,34v-9,10,-17,19,-25,24r1,0v-5,3,-10,5,-15,6v-5,1,-11,2,-16,2v-15,0,-28,-4,-41,-13v1,-1,3,-4,4,-7v1,-3,3,-6,4,-7v11,-17,20,-33,28,-48v8,-15,13,-32,14,-51v-5,-2,-7,-5,-7,-8v-1,-1,-1,-3,-1,-4v0,-1,-2,-7,-6,-16v-1,-5,-3,-10,-5,-16v-2,-6,-3,-11,-3,-16v5,-11,14,-21,26,-29v12,-8,26,-12,41,-12","w":193},{"d":"401,-98v-1,9,0,16,2,22v1,5,4,10,8,14v4,4,10,4,18,2v-1,7,-1,16,-1,26v0,10,-1,15,-1,18v-5,7,-13,14,-23,19v-10,5,-24,8,-39,9v-13,1,-25,-1,-35,-8v-10,-7,-18,-14,-25,-21v-5,4,-5,4,-11,8v-4,3,-8,5,-13,8r0,-1v-11,6,-23,10,-36,12v-13,2,-26,4,-40,3v-26,-1,-50,-7,-72,-15v-22,-8,-41,-21,-57,-39v-16,-18,-29,-42,-38,-71v-9,-29,-13,-65,-13,-108v0,-45,7,-84,19,-118v12,-34,28,-63,49,-86v19,-21,40,-36,64,-46v24,-10,49,-15,74,-15v15,0,29,1,39,3v10,2,19,5,28,8r0,-106r0,-55v0,0,-1,-29,-2,-40v6,-13,17,-22,34,-26v17,-4,38,-6,63,-6v3,9,6,18,7,29v1,11,2,28,2,51r0,331r0,112r0,44v0,0,-1,33,-1,42xm298,-394v-7,-5,-15,-8,-24,-11v-9,-3,-19,-4,-29,-4v-13,0,-26,3,-39,9v-13,6,-25,18,-35,32v-10,14,-19,32,-25,55v-6,23,-9,50,-9,83v0,31,2,56,7,77v5,21,11,37,20,50v9,13,18,22,30,27v12,5,25,8,38,8v13,0,26,-2,37,-7v11,-5,20,-11,27,-19r-1,1v1,-1,2,-5,2,-12v1,-5,1,-11,1,-19r0,-28r0,-242","w":465},{"d":"221,-226v-11,2,-24,4,-37,6r-42,4v-15,2,-30,3,-44,4v-14,1,-27,2,-39,2v-5,0,-10,0,-15,-1v-5,-1,-10,-2,-17,-5v3,-25,6,-44,11,-56v5,-12,12,-19,23,-20v27,-3,57,-6,89,-10v32,-4,60,-7,83,-10v5,1,10,2,15,4v5,2,11,4,16,7v-1,20,-5,37,-12,51v-7,14,-17,22,-32,24r1,0","w":292},{"d":"38,-603v1,-3,2,-7,2,-9v0,-2,0,-4,1,-7v1,-5,2,-8,2,-11v0,-3,1,-7,2,-12v1,-4,4,-9,8,-14v4,-5,10,-9,17,-10v8,1,16,1,26,2v10,1,22,1,35,1r304,3r0,12v0,1,1,4,1,6r0,6v0,15,-4,32,-13,49v-13,29,-31,63,-51,103r-66,128r-76,140r-78,138v29,1,62,2,100,2r110,0v18,0,33,-1,46,-2v13,-1,22,-1,29,-2r7,0v0,0,6,-1,7,-1v1,7,3,13,3,19v0,6,0,12,-1,17v-4,10,-9,20,-17,29v-8,9,-17,15,-26,16v-5,1,-11,2,-18,2r-26,0v0,0,-21,1,-34,1r-48,0v-61,0,-111,0,-152,-1v-41,-1,-74,-2,-99,-3v-1,-1,-3,-4,-7,-9v-4,-5,-7,-11,-8,-16r0,-4v0,0,-1,-3,-1,-4r0,-5v0,-1,1,-2,1,-3r0,-3r0,-7r81,-138r80,-140r73,-135r62,-119r-216,0v-22,0,-37,-1,-46,-4v-9,-3,-14,-7,-14,-12r0,-3r0,0","w":477},{"d":"357,-441v0,7,-1,15,-4,25v-3,10,-7,20,-12,29r-12,0v-5,0,-11,-1,-16,-2v-5,-1,-11,-3,-17,-5v-8,-3,-17,-6,-26,-8v-9,-2,-18,-4,-27,-4v-4,0,-8,0,-11,1v-29,3,-54,18,-72,45v-18,27,-27,69,-27,127v0,35,3,63,10,85v7,22,15,38,26,50v11,12,23,22,37,26v14,4,28,6,43,6v15,0,31,-2,47,-7v16,-5,32,-10,45,-17v3,7,5,15,7,22v2,7,2,13,2,16v-1,7,-3,15,-8,23v-5,8,-11,15,-18,20v-10,7,-24,13,-40,17v-16,4,-34,6,-53,6v-28,0,-54,-4,-79,-10v-25,-6,-47,-18,-66,-36v-19,-18,-35,-42,-46,-74v-11,-32,-16,-72,-16,-122v0,-53,7,-96,22,-130v15,-34,33,-59,53,-78v20,-19,42,-31,67,-38v25,-7,50,-11,75,-11v16,0,31,2,44,5v13,3,25,8,35,12v10,4,20,9,26,14v6,5,10,9,11,12r0,1","w":378},{"d":"99,-478v5,0,11,4,17,14v6,10,11,20,13,29v4,13,5,13,11,35v6,22,6,22,14,48r16,54r15,54v5,17,9,33,12,49v3,16,7,30,10,43r12,-46v5,-17,9,-34,12,-50r14,-62v5,-21,10,-41,15,-60r12,-48v0,0,5,-24,10,-44v6,-5,11,-8,16,-10v5,-2,13,-3,23,-3r13,0v5,0,11,0,16,1r12,0v0,0,7,1,10,1v5,9,7,18,7,25v0,7,-2,17,-5,28v-7,27,-14,58,-24,93v-14,52,-15,52,-32,109r-36,116r-38,114v-14,35,-28,64,-41,88v-13,24,-26,43,-39,57v-13,14,-27,24,-40,30v-13,6,-25,9,-37,9v-26,0,-46,-4,-59,-11v-13,-7,-22,-16,-25,-25v0,-5,1,-12,3,-19r4,-12v9,-3,16,-5,21,-5v5,0,11,1,17,1v7,0,13,0,20,-1v7,-1,15,-3,24,-6r-1,1v6,-3,13,-9,19,-19v6,-10,12,-23,18,-37v6,-14,11,-29,16,-45v5,-16,9,-33,12,-48r-1,-1v-5,-7,-9,-13,-12,-20v-3,-7,-6,-16,-9,-27v-1,-5,-4,-15,-9,-30r-17,-54r-22,-70r-24,-78v0,0,-14,-40,-26,-76r-22,-65v4,-10,12,-17,24,-21v12,-4,33,-6,61,-6","w":401},{"d":"48,-2r0,-40v0,0,2,-36,2,-56r0,-56r0,-41r0,-361r0,-48v0,0,-1,-29,-2,-42r-1,-27v6,-14,17,-23,32,-28v15,-5,35,-7,60,-7v5,7,9,17,11,28v2,11,3,29,3,55r0,162v17,-13,35,-21,53,-25v18,-4,39,-6,60,-6v18,0,33,4,45,10v12,6,22,14,29,24v7,10,11,20,14,32v3,12,4,23,4,34v0,26,-4,49,-14,69v-10,20,-22,37,-35,51v-13,14,-27,27,-42,36v-15,9,-27,16,-38,21v9,7,19,16,31,29r38,44v0,0,20,22,41,48r39,48r26,30v8,9,14,18,19,25v7,7,8,13,3,17v-5,4,-13,8,-22,11v-11,3,-24,5,-39,5v-11,0,-21,-1,-29,-4v-8,-3,-18,-10,-29,-19v-7,-6,-14,-13,-19,-20r-19,-25v-13,-15,-13,-14,-27,-32v-9,-12,-19,-23,-28,-33v-3,-3,-7,-8,-12,-13r-16,-16v-11,-11,-11,-10,-20,-20v-6,-6,-10,-12,-13,-15r0,124v0,9,-1,16,-3,21v-2,5,-5,8,-12,10v-7,2,-16,4,-28,4v-12,0,-30,1,-52,1xm153,-260v25,-13,47,-30,66,-51v19,-21,28,-44,28,-70v0,-9,-1,-17,-5,-24v-4,-7,-10,-10,-18,-10v-9,0,-20,5,-33,13v-13,8,-25,21,-38,38r0,104","w":406},{"d":"352,-390v-7,11,-17,24,-29,36v-12,12,-27,24,-45,37v41,9,72,27,95,53v23,26,34,60,34,101v0,37,-6,69,-19,97v-13,28,-30,53,-52,72v-22,19,-50,33,-80,43v-30,10,-62,15,-97,15v-28,0,-51,-3,-68,-8v-17,-5,-30,-10,-37,-17r1,0v-7,-7,-13,-14,-15,-21v-2,-7,-3,-15,-3,-22v0,-11,3,-26,8,-44v15,9,32,16,51,22v19,6,39,9,58,9v23,0,43,-4,61,-11v18,-7,33,-17,45,-30v12,-13,22,-28,28,-46v6,-18,9,-37,8,-57r0,-5v0,0,-1,-3,-1,-4v0,-5,0,-9,-1,-11v-3,-28,-16,-49,-40,-61v-24,-12,-54,-18,-89,-18r-20,0v0,0,-16,2,-25,3v0,-7,0,-12,-1,-13v-1,-4,-2,-8,-2,-11v1,-7,3,-14,5,-21v2,-7,6,-13,9,-18v17,-7,33,-14,49,-23v16,-9,30,-18,42,-29v12,-11,22,-23,29,-36v7,-13,11,-28,11,-43v0,-17,-4,-33,-14,-47v-10,-14,-28,-20,-53,-20v-21,0,-41,4,-60,10v-19,6,-35,14,-50,25v-5,3,-10,5,-15,5v-6,0,-11,-3,-16,-10v-3,-7,-6,-14,-7,-22v-1,-8,-2,-14,-2,-20r0,-5v7,-17,27,-33,58,-47v31,-14,69,-20,114,-20v31,0,57,4,77,12v20,8,37,19,49,32v12,13,20,27,25,42v5,15,7,30,7,44v0,15,-2,30,-6,44v-4,14,-10,27,-17,38"},{"d":"410,-4v-5,2,-14,3,-24,4v-10,1,-21,2,-34,3v-7,0,-15,0,-24,-1v-9,-1,-19,-4,-30,-7v-3,-4,-6,-8,-8,-13v-2,-5,-5,-9,-8,-14v-3,-5,-7,-10,-10,-16r-10,-16r-29,-52r-28,-50r-1,1r-38,69v-14,25,-30,52,-50,82r1,-1v-5,9,-10,13,-17,15v-7,2,-20,3,-37,3v-8,0,-17,0,-27,-1r-29,-3r12,-33v11,-19,24,-38,37,-58r41,-63r27,-43r29,-46r-33,-54r-37,-60v-16,-25,-15,-25,-29,-48r-25,-42r-5,-13v5,-3,13,-7,26,-11v13,-4,25,-6,35,-6r37,0v7,6,14,12,20,20v6,8,11,17,17,28r-1,0v5,7,8,12,10,14r2,2r-2,-2v0,0,-1,-2,-1,-1r-1,0v3,5,7,11,10,18v3,7,7,13,11,19v11,19,11,20,17,30r15,25v0,-1,0,-2,1,-3v1,-1,2,-1,2,-2r19,-36v7,-13,13,-24,20,-35v5,-8,5,-9,9,-15r9,-14v3,-5,6,-10,9,-14v4,-6,5,-7,10,-14v5,-7,9,-11,14,-14v5,-3,14,-5,27,-5v8,0,18,1,31,3v13,2,25,3,38,6v-1,2,-3,4,-4,8v-1,4,-3,7,-4,8v-1,2,-2,4,-2,6v0,2,-2,3,-3,5r-41,63r-43,66r-20,32r-19,29r41,67r43,70r28,46r28,45r5,13","w":431},{"d":"187,-203v5,24,10,45,15,63v1,-7,4,-16,6,-25v2,-9,4,-19,7,-28v5,-21,10,-42,15,-65v5,-23,11,-46,17,-67r9,-34v0,0,6,-22,9,-31v4,-13,8,-27,11,-40v3,-13,7,-25,10,-36v5,-3,10,-6,14,-7v4,-1,10,-2,17,-2v5,0,12,0,21,1v9,1,22,2,37,4v3,4,5,8,5,10v0,2,1,4,1,5v0,6,-1,13,-3,21v-2,8,-5,17,-8,28r0,-1r-16,52v0,0,-7,26,-15,52r-41,137v-14,48,-31,98,-48,150v-6,6,-14,10,-22,13v-8,3,-16,5,-23,7v-2,0,-4,0,-5,1r2,0v-1,1,-3,1,-5,1r-5,0v-11,0,-20,-2,-30,-7v-10,-5,-16,-11,-19,-18r-37,-124r-49,-155r1,0v-3,-6,-7,-17,-12,-32v-8,-23,-6,-24,-14,-48v-8,-24,-8,-24,-14,-44v-4,-14,-7,-23,-8,-26v3,-11,12,-18,26,-23v14,-5,37,-7,68,-7v5,5,10,12,14,19v4,7,6,15,8,22r6,21v2,7,4,15,7,24r11,36v4,13,7,26,10,39r14,57v5,19,9,38,13,57","w":402},{"d":"334,-696r-54,185r-54,186r-42,144r-42,144v-5,17,-10,32,-16,47v-6,15,-14,27,-22,34v-3,3,-7,4,-11,6v-4,2,-9,3,-15,4v-6,1,-15,2,-25,2r-39,0r108,-364r107,-365v3,-8,5,-15,9,-19v4,-4,13,-7,26,-8v17,-2,37,-3,60,-2","w":360},{"d":"29,-11v9,0,18,-1,29,-3v11,-2,22,-7,31,-17v9,-10,17,-26,23,-49v6,-23,8,-55,6,-97r0,-333r0,-72v0,0,-1,-40,-2,-55v6,-12,17,-20,32,-23v15,-3,37,-5,67,-5v5,7,8,16,9,25v1,9,1,23,1,40r0,409v0,30,-1,57,-2,81v-1,24,-4,46,-9,65v-5,19,-13,36,-22,51v-9,15,-22,27,-37,37v-17,11,-37,19,-61,23v-5,1,-10,2,-16,2r-15,0v-15,0,-29,-2,-40,-5v-11,-3,-20,-9,-27,-17v-7,-8,-11,-17,-12,-24v1,-9,2,-16,4,-22v4,-8,4,-9,7,-16v15,3,27,5,34,5","w":286},{"d":"374,-165v0,-26,3,-49,9,-71v6,-22,15,-41,28,-57v13,-16,29,-28,47,-37v18,-9,40,-14,65,-14v21,0,40,3,57,9v17,6,32,15,44,29v12,14,21,32,28,55v7,23,10,51,10,84v0,54,-12,97,-36,129v-24,32,-60,49,-108,49v-21,0,-40,-3,-58,-8v-18,-5,-33,-15,-46,-28v-13,-13,-23,-31,-30,-54v-7,-23,-10,-51,-10,-86xm38,-480v0,-25,3,-48,9,-70v6,-22,15,-41,27,-57v12,-16,28,-28,47,-37v19,-9,40,-14,65,-14v21,0,40,2,57,8v17,6,33,16,45,30v12,14,21,31,28,54v7,23,10,51,10,84v0,54,-12,97,-36,130v-24,33,-60,49,-109,49v-21,0,-41,-3,-59,-9v-18,-6,-32,-14,-45,-28v-13,-14,-22,-32,-29,-55v-7,-23,-10,-51,-10,-85xm162,29v-1,0,-3,-1,-8,-3v-5,-2,-10,-6,-15,-10v-5,-4,-10,-7,-15,-11v-5,-4,-7,-8,-7,-12r39,-69v0,0,27,-45,62,-104r75,-126r79,-130r73,-122r58,-95v9,-12,16,-18,22,-18v6,0,14,3,23,8v7,5,13,9,18,13v5,4,8,10,9,17r-35,59r-56,96r-70,118r-77,128r-77,125r-67,110r1,0v-11,17,-20,26,-29,26r-3,0xm464,-164v0,39,5,66,14,84v9,18,22,27,40,27v15,0,28,-9,38,-27v10,-18,16,-47,16,-86v0,-40,-5,-69,-14,-86v-9,-17,-21,-25,-38,-25v-17,0,-31,9,-41,28v-10,19,-15,47,-15,85xm130,-479v0,39,5,67,14,84v9,17,21,26,38,26v17,0,30,-9,40,-27v10,-18,15,-47,15,-86v0,-40,-4,-69,-13,-86v-9,-17,-23,-25,-40,-25v-16,0,-29,9,-39,28v-10,19,-15,47,-15,86","w":710},{"d":"231,-402v-16,0,-30,4,-43,11v-13,7,-25,17,-35,28r3,-3r0,308v0,11,-1,20,-2,27v-1,7,-5,14,-10,21v-3,3,-6,6,-10,7v-4,1,-9,2,-14,3v-5,1,-11,2,-18,2v-7,0,-16,1,-27,1r-26,0v1,-27,1,-57,1,-90v0,-33,1,-69,1,-107r0,-168v0,-16,-1,-30,-3,-42v-2,-12,-5,-23,-8,-33v7,-8,21,-16,42,-25v3,-1,6,-2,8,-2r6,0v9,0,16,2,22,6v6,4,11,9,14,15v10,-7,20,-13,30,-18v10,-5,20,-9,29,-12v11,-3,21,-6,31,-8v10,-2,22,-3,34,-3v31,0,57,4,76,12v19,8,35,19,46,34v11,15,18,34,22,56v4,22,5,47,5,76r0,151v0,27,1,53,1,77v0,24,0,46,1,65v-3,3,-7,6,-11,8v-4,2,-11,4,-18,5v-7,1,-15,1,-26,2v-11,1,-25,1,-42,1v-7,-14,-11,-29,-11,-45r0,-262v0,-36,-5,-61,-15,-76v-10,-15,-28,-22,-53,-22","w":462},{"d":"74,-4v30,1,62,-7,94,-23v32,-16,59,-37,82,-63v13,-19,25,-42,36,-69v11,-27,19,-55,23,-84v2,-15,4,-30,5,-46v1,-16,1,-32,1,-47v0,-61,-7,-109,-21,-144v-14,-35,-39,-52,-74,-52v-32,0,-56,12,-74,38v-18,26,-27,60,-27,103v0,34,7,61,19,79v12,18,27,29,45,34r-1,0v4,1,8,2,12,2r11,0v7,0,15,0,25,-2v10,-2,19,-4,28,-7v1,7,2,13,2,17r0,14v0,9,-2,19,-6,28v-4,9,-10,17,-19,22v-6,3,-14,5,-23,7v-9,2,-20,3,-32,3r-8,0r-5,0v0,0,-4,-1,-5,-1v-23,-3,-44,-10,-62,-21v-18,-11,-32,-24,-44,-40v-12,-16,-20,-36,-26,-58v-6,-22,-9,-44,-9,-68v0,-34,4,-64,13,-92v9,-28,21,-52,38,-72v17,-20,39,-35,64,-46v25,-11,54,-16,87,-16v35,0,65,5,89,16v24,11,43,27,58,50v15,23,26,53,32,88v6,35,9,78,10,128v-1,67,-10,128,-28,182v-18,54,-46,100,-84,137v-15,13,-30,24,-46,33v-16,9,-32,16,-48,22v-16,6,-31,10,-45,13v-14,3,-26,4,-37,4r-9,0v-16,-1,-28,-2,-37,-5v-9,-3,-15,-7,-18,-12v-5,-9,-8,-18,-9,-28v-1,-10,-2,-19,-2,-27v7,1,13,3,16,3r9,0"},{"d":"376,-312v0,54,-16,96,-46,125v-30,29,-72,44,-126,44v-9,0,-18,-1,-24,-1v-6,0,-12,-1,-18,-2r-20,20v-2,2,-3,4,-4,7v-1,3,-1,5,-1,7v0,11,17,18,51,21r39,3r24,2r24,2v7,1,13,2,19,2v6,0,12,1,17,2v31,6,57,18,77,35v20,17,30,41,31,71v0,22,-5,44,-16,67v-11,23,-26,43,-45,63v-19,20,-42,38,-68,53v-26,15,-55,27,-86,34v-13,3,-28,5,-44,7v-16,2,-33,2,-49,2v-25,0,-48,-4,-68,-10v-20,-6,-33,-17,-38,-34v-3,-13,1,-27,11,-43v10,-16,23,-32,39,-49v16,-17,33,-33,52,-48v19,-15,36,-27,52,-38v13,7,20,16,23,30v3,14,-1,25,-10,34v-8,7,-16,14,-24,22v-8,8,-15,15,-21,22v-6,7,-11,14,-15,20v-4,6,-4,11,-3,16v1,4,5,7,9,8v4,1,9,2,16,2v10,0,21,-2,34,-4v13,-2,24,-4,33,-5v17,-5,32,-12,46,-21v14,-9,26,-20,37,-32v11,-12,18,-24,24,-36v6,-12,9,-23,9,-33r0,-14v-4,-11,-9,-19,-16,-27v-7,-8,-19,-13,-36,-15r-33,-3v-16,-1,-17,-1,-34,-2r-10,0v0,0,-6,-1,-9,-1v-22,-2,-40,-5,-55,-8r-21,-6v-25,-7,-43,-17,-55,-30v-12,-13,-19,-27,-20,-42v0,-5,4,-13,13,-24v7,-7,15,-15,24,-22v9,-7,17,-15,24,-22v3,-2,5,-4,5,-5v0,-1,1,-2,3,-4v-21,-13,-37,-31,-48,-54v-11,-23,-16,-51,-16,-82v0,-28,4,-53,13,-75v9,-22,20,-40,36,-55v16,-15,34,-27,56,-35v22,-8,46,-12,72,-12v17,0,34,2,49,7v15,5,29,11,40,16v-2,-1,-2,-3,0,-4v11,-1,23,-2,36,-2v13,0,24,0,35,-1r-1,0v7,-1,14,-1,23,-1v9,0,16,-1,21,-1v2,4,3,9,5,15v2,6,3,12,3,19v0,13,-3,25,-9,33v-6,8,-15,12,-27,12r-17,0v-4,0,-9,0,-15,-1v8,13,13,25,17,38v4,13,6,27,6,43xm198,-418v-19,0,-35,9,-47,26v-12,17,-16,43,-13,79v3,32,10,57,22,75v12,18,31,27,56,27v23,0,39,-10,48,-31v9,-21,13,-47,10,-79v-3,-31,-12,-54,-24,-71v-12,-17,-29,-26,-52,-26","w":431},{"d":"151,193v-4,3,-11,5,-21,7v-10,2,-22,3,-35,3v-11,0,-25,-2,-40,-5v-1,-9,-3,-21,-3,-38r0,-63r0,-461v0,-15,-1,-29,-3,-41v-2,-12,-5,-23,-8,-33v3,-5,8,-10,15,-14v7,-4,16,-7,27,-12v5,-1,8,-2,9,-2r4,0v9,0,17,2,23,6v6,4,11,10,14,15v20,-13,40,-23,60,-30v10,-3,19,-6,29,-8v10,-2,21,-3,33,-3v25,0,47,4,69,12v22,8,42,20,58,38v16,18,29,40,38,68v9,28,14,61,14,100v0,63,-8,114,-25,153v-17,39,-38,70,-65,91v-18,15,-36,25,-55,30v-19,5,-37,8,-54,8v-33,0,-59,-6,-78,-17r0,150r0,23v0,7,-1,13,-2,20xm220,-62v11,0,22,-2,34,-8v12,-6,23,-17,33,-32v10,-15,18,-34,25,-60v7,-26,10,-59,10,-99v0,-51,-8,-88,-23,-110v-15,-22,-37,-33,-65,-33v-15,0,-29,3,-42,10v-13,7,-25,15,-35,24r0,281v7,7,17,14,28,19v11,5,23,8,35,8","w":468},{"d":"142,-324v0,87,14,151,41,193v27,42,63,63,106,63v46,0,82,-21,107,-64v25,-43,38,-110,38,-202v0,-46,-4,-85,-12,-118v-8,-33,-17,-60,-30,-81v-13,-21,-30,-37,-48,-47v-18,-10,-37,-15,-58,-15v-43,0,-78,22,-104,65v-26,43,-40,112,-40,206xm290,-677v44,0,82,8,114,23v32,15,59,37,80,66v21,29,38,66,48,108v10,42,15,90,15,143v0,111,-22,197,-65,259v-43,62,-109,93,-198,93v-46,0,-85,-8,-118,-24v-33,-16,-60,-39,-80,-69v-20,-30,-34,-66,-44,-108v-10,-42,-15,-90,-15,-143v0,-115,22,-203,67,-261v45,-58,111,-87,196,-87","w":582},{"d":"65,-472v-5,0,-9,-3,-13,-8v-4,-5,-7,-10,-9,-16v-2,-6,-4,-14,-5,-20v-1,-6,-1,-10,-1,-13v6,-11,15,-20,27,-29v12,-9,26,-16,43,-23v17,-7,35,-11,55,-15v20,-4,41,-6,62,-6v31,0,57,4,78,12v21,8,38,19,51,33v13,14,21,30,27,49v6,19,9,40,9,61v0,5,-1,9,-1,13v0,4,0,9,-1,13v-3,23,-11,48,-23,73v-12,25,-26,49,-43,73v-9,13,-20,27,-31,40r-36,44r-40,47v0,0,-20,25,-48,62v21,1,41,1,62,1r66,0v14,0,28,0,42,-1v14,-1,27,-1,38,-2v7,-1,15,-1,24,-1r19,0v-2,23,-6,42,-13,57v-7,15,-16,23,-25,24v-12,1,-27,3,-45,4v-18,1,-39,1,-62,1v-44,0,-86,-1,-127,-1v-41,0,-77,-1,-109,-3v-5,-11,-7,-20,-8,-26v1,-9,3,-17,6,-25v3,-8,9,-18,16,-29r50,-63r46,-56v27,-33,27,-32,51,-64v16,-21,30,-42,42,-61v12,-19,21,-38,28,-56v7,-18,10,-35,10,-52v0,-55,-25,-82,-76,-82v-23,0,-47,4,-69,13v-22,9,-39,17,-51,25r1,0"},{"d":"52,-631r0,-11v0,-4,0,-8,1,-11v5,-3,11,-4,17,-5v6,-1,11,-1,18,-2v14,-1,31,-3,51,-4v20,-1,40,-1,59,-1v34,0,63,3,87,11v24,8,43,18,59,32v16,14,27,30,34,48v7,18,11,39,11,60v0,35,-6,63,-17,83v-11,20,-22,35,-35,46v-3,2,-7,4,-11,7r-12,8v10,3,20,7,29,13v8,5,17,12,26,19v9,7,19,17,27,28v8,11,15,24,20,40v5,16,8,34,8,55v0,38,-6,71,-18,99v-12,28,-27,50,-47,68v-20,18,-43,31,-71,40v-28,9,-58,13,-90,13v-25,-1,-50,-2,-73,-3v-23,-1,-48,-3,-73,-6r0,-627xm158,-73v6,1,13,3,22,3r21,0v29,0,54,-11,75,-34v21,-23,31,-59,31,-109r0,-10v0,-3,0,-7,-1,-10v-2,-17,-6,-32,-12,-43v-6,-11,-15,-20,-24,-27v-9,-7,-20,-11,-32,-14v-12,-3,-25,-4,-40,-4r-20,0v-8,0,-15,0,-20,1r0,247xm158,-395v4,-1,8,-1,12,-1r15,0r11,0v0,0,7,-1,10,-1v9,0,20,-1,32,-3r-2,0v11,-5,21,-16,30,-32v9,-16,13,-39,13,-67v0,-7,0,-13,-1,-16v-3,-26,-11,-45,-26,-57v-15,-12,-35,-18,-58,-18r-17,0v0,0,-14,1,-19,2r0,193"},{"d":"470,-20v5,6,4,10,-1,14v-5,4,-12,7,-21,8v-10,3,-22,4,-36,4r-14,0v-10,-1,-18,-4,-26,-9v-8,-5,-15,-12,-21,-19v-6,-7,-11,-14,-16,-23v-5,-9,-9,-17,-12,-25v-10,-21,-9,-21,-23,-47v-9,-17,-20,-35,-30,-52v-10,-17,-20,-34,-32,-51v-12,-17,-24,-33,-36,-47v-1,0,-3,-1,-5,-1r-5,0r-34,0r0,218v0,8,-1,16,-2,22v-1,6,-4,12,-9,18v-5,7,-13,11,-25,12v-12,1,-29,1,-52,1r-20,0v1,-29,2,-61,2,-96r0,-111r0,-333r0,-49v0,-15,0,-30,-1,-44r0,-10v0,-4,0,-7,1,-10v4,-3,8,-5,12,-6v4,-1,10,-3,17,-4r3,0v0,0,2,-1,3,-1v1,-1,3,-1,6,-1v3,0,5,0,8,-1r6,0v6,-1,12,-1,19,-1v7,0,14,-1,20,-1r48,0v4,0,9,1,14,1r13,0v61,3,107,20,137,50v30,30,45,77,45,141v0,21,-4,40,-11,59v-7,19,-16,36,-26,52v-10,16,-20,30,-31,41v-11,11,-19,20,-26,25v19,28,37,58,53,88r46,84r36,66v10,19,19,31,25,37xm235,-349v15,-5,28,-18,39,-38v11,-20,17,-49,17,-88v0,-39,-8,-68,-25,-87v-17,-19,-38,-29,-65,-29v-9,0,-17,1,-24,1v-7,0,-14,0,-19,1r0,244r40,0v7,0,14,-1,20,-1v6,0,12,-1,17,-3","w":463},{"d":"41,-328v1,-25,3,-43,7,-54v4,-11,14,-17,27,-17r383,0v-1,25,-3,44,-7,57v-4,13,-13,19,-27,19r-373,0xm41,-139v1,-24,3,-41,7,-53v4,-12,14,-18,27,-18r383,0v-1,25,-3,44,-7,57v-4,13,-13,19,-27,19r-373,0","w":499},{"d":"490,-18v1,3,1,6,1,9v-7,7,-19,10,-34,11v-15,1,-30,2,-44,2v-7,0,-15,0,-23,-2v-8,-2,-16,-5,-25,-10r-27,-54r-29,-56v-1,-1,-1,-3,-2,-4v-1,-1,-1,-2,-2,-3v-3,-5,-7,-11,-9,-17v-2,-6,-5,-12,-8,-18r-22,-45v-6,-13,-14,-28,-23,-43v-5,9,-5,8,-11,20r-12,23v-5,11,-12,24,-20,39r-22,41r-34,59v0,0,-15,29,-27,52v-5,7,-10,11,-15,13v-5,2,-10,3,-17,3v-5,0,-12,0,-22,-1v-10,-1,-19,-2,-28,-3v-6,-1,-6,-2,-9,-2v-2,0,-4,0,-6,-1v-2,-1,-8,-1,-19,-1r77,-138r86,-153v3,-7,7,-15,12,-21v5,-6,9,-13,12,-20r-42,-80r-44,-82r-41,-75v-13,-25,-25,-47,-34,-66v0,-3,1,-5,2,-8v1,-3,5,-5,10,-7v12,-3,26,-4,41,-6v15,-2,33,-3,52,-3v5,5,10,11,13,17v5,8,5,8,13,22v11,20,10,20,22,40v8,14,15,27,21,39r29,61v8,17,16,36,27,55r16,-31r16,-33v5,-9,10,-18,15,-29v5,-11,10,-21,15,-30v7,-11,13,-23,19,-34r16,-34r6,-12v0,0,3,-5,6,-11r2,-4r2,-4v6,-7,16,-11,29,-11v9,0,20,1,33,2v13,1,27,3,43,6v-1,5,-2,9,-3,14v-1,5,-3,10,-4,15v-17,35,-40,77,-68,126r-88,153r59,104r47,88r40,74v0,0,17,34,32,64","w":507},{"d":"334,-280v21,18,37,38,47,58v10,20,15,43,15,68v0,38,-12,70,-37,98v-25,28,-58,47,-100,58v-1,13,-3,27,-5,40v-2,13,-3,26,-4,39v0,15,-7,25,-22,29v-15,4,-39,7,-71,7r10,-110v-25,-2,-47,-6,-65,-12v-18,-6,-32,-12,-40,-19v-5,-4,-9,-8,-12,-12v-3,-4,-4,-7,-4,-10v0,-4,1,-9,2,-15v1,-6,4,-12,6,-19v2,-7,5,-14,8,-20v3,-6,7,-11,10,-16v16,11,35,21,56,28v21,7,42,11,65,11v27,0,49,-6,65,-17v16,-11,25,-29,25,-54v0,-17,-5,-33,-14,-48v-9,-15,-26,-33,-50,-52v-8,-8,-9,-8,-15,-14v-4,-4,-9,-10,-16,-15r-9,-9v0,0,-7,-6,-10,-8v-1,-1,-1,-2,-1,-1v0,1,-1,0,-2,-1r1,0v-13,-11,-26,-21,-37,-31v-11,-10,-21,-20,-30,-29v-17,-19,-29,-38,-36,-54v-7,-16,-11,-32,-11,-47v0,-15,3,-29,8,-43v5,-14,14,-28,25,-40v11,-12,24,-23,40,-32v16,-9,36,-16,58,-21v1,-13,2,-27,4,-41v2,-14,4,-27,5,-40v0,-15,8,-26,24,-30v16,-4,39,-6,69,-6r-10,115v31,3,56,8,72,16v16,8,26,15,31,22v0,7,-1,15,-5,25v-4,10,-9,18,-14,26v-4,3,-7,4,-10,4v-3,0,-6,1,-9,1v-3,0,-7,0,-10,-1v-3,-1,-7,-2,-10,-3v-10,-4,-21,-7,-33,-10v-12,-3,-26,-4,-39,-4v-26,0,-46,5,-61,16v-15,11,-23,27,-23,48r0,3v2,11,5,20,11,29v6,9,13,18,22,27v13,13,26,24,38,34r37,31v5,4,5,3,9,7v3,2,5,5,8,7r26,21v8,6,14,11,18,16"},{"d":"23,-296v0,-71,9,-128,26,-172v17,-44,40,-78,68,-99v14,-11,30,-20,49,-26v19,-6,38,-9,59,-9v40,0,73,8,98,25v25,17,45,39,59,66v14,27,24,58,30,93v6,35,9,72,9,109v0,107,-16,188,-49,242v-33,54,-84,81,-153,81v-31,0,-59,-6,-83,-18v-24,-12,-44,-29,-61,-54v-17,-25,-30,-58,-39,-97v-9,-39,-13,-86,-13,-141xm132,-293v0,43,2,80,6,109v4,29,11,52,19,70v8,18,18,30,29,38v11,8,23,12,36,12v13,0,25,-4,36,-12v11,-8,20,-20,28,-39v8,-19,15,-44,20,-76v5,-32,7,-73,7,-122v0,-40,-3,-74,-7,-101v-4,-27,-10,-48,-18,-65v-8,-17,-16,-28,-27,-35v-11,-7,-22,-11,-35,-11v-27,0,-50,17,-68,53v-18,36,-26,96,-26,179"},{"d":"104,3v-9,0,-18,-1,-27,-3v-9,-2,-17,-4,-25,-9r0,-525r0,-59v0,0,-1,-34,-2,-50v3,-1,6,-3,10,-5v4,-2,5,-4,4,-3v5,-2,12,-4,20,-7v8,-3,18,-4,29,-5r256,0v-2,28,-5,47,-9,56v-4,9,-12,15,-21,18v-7,2,-15,3,-25,3v-10,0,-23,1,-39,1r-116,0r0,204r188,0v-1,17,-3,31,-5,42v-2,11,-5,19,-9,25v-4,6,-9,8,-15,10v-6,2,-12,3,-20,3r-139,0r0,199r0,92v-5,2,-13,5,-23,8v-10,3,-20,5,-32,5","w":385},{"d":"60,24v15,-40,16,-40,34,-86r38,-94r42,-98r43,-98r39,-91r34,-79v-17,1,-39,1,-64,1r-90,0v-22,0,-42,-1,-58,-4v-16,-3,-30,-6,-42,-10v-3,-5,-4,-10,-4,-13v0,-7,1,-16,4,-28v3,-12,7,-24,12,-35v16,5,31,8,46,9v15,1,31,1,46,1r272,0v-3,9,-7,20,-10,31r-9,31v0,1,-1,2,-1,3r0,2v-6,20,-14,44,-25,72r-35,88r-40,98r-41,98r-53,124v-16,38,-28,71,-37,100r-33,0v-12,0,-23,-1,-34,-2v-11,-1,-19,-3,-26,-6v-7,-3,-10,-7,-9,-13","w":432},{"d":"426,-435v4,-1,13,-3,28,-5v15,-2,31,-3,47,-4r7,0r18,0v6,0,12,1,17,3v5,2,8,5,11,10v3,5,5,12,5,22v0,7,-3,14,-9,19v-6,5,-18,11,-35,19r-16,0r0,11v0,8,0,18,-1,30v-1,12,-3,28,-7,46v-4,18,-10,38,-19,60v-9,22,-21,47,-37,74v7,7,7,8,14,14v7,6,7,6,13,12r56,53v13,13,23,21,30,25v-2,11,-5,19,-10,26v-5,7,-10,12,-16,16v-6,4,-13,6,-20,8v-7,2,-13,3,-19,3v-5,0,-9,0,-13,-1v-4,-1,-8,-2,-12,-4v-4,-2,-8,-6,-12,-10r-16,-16v-6,-5,-12,-11,-18,-18v-6,-7,-15,-16,-28,-28v-25,29,-53,49,-82,60v-29,11,-59,17,-91,17v-31,0,-59,-4,-83,-13v-24,-9,-44,-22,-60,-38v-16,-16,-28,-34,-36,-56v-8,-22,-12,-45,-12,-70v0,-20,3,-38,10,-56v7,-18,15,-35,26,-50v11,-15,23,-29,36,-42v13,-13,27,-24,41,-34v-21,-28,-37,-56,-49,-84v-12,-28,-17,-57,-17,-85v0,-22,5,-42,13,-60v8,-18,19,-33,34,-45v15,-12,32,-22,53,-29v21,-7,43,-10,68,-10v34,0,61,5,82,13v21,8,31,19,31,32v0,4,-3,13,-8,26v-5,13,-11,25,-18,35v-15,-11,-30,-19,-44,-24v-14,-5,-28,-7,-41,-7v-21,0,-39,6,-53,18v-14,12,-21,30,-21,56v0,16,5,35,16,56v11,21,24,42,41,66v17,24,36,48,57,73r61,71v7,7,11,12,14,15v3,3,8,8,14,15v21,-45,36,-82,43,-111v7,-29,11,-54,11,-76r0,-11v0,-2,-1,-6,-2,-11xm212,-74v20,0,38,-5,56,-14v18,-9,36,-24,54,-45v-25,-25,-51,-53,-76,-81v-25,-28,-47,-54,-64,-77v-20,16,-35,33,-46,53v-11,20,-17,42,-17,67v0,27,8,50,24,69v16,19,39,28,69,28","w":590},{"d":"245,-110v0,-6,1,-11,1,-16r0,-18v-37,0,-75,-1,-112,-2v-37,-1,-68,-3,-91,-6v-10,-9,-17,-19,-22,-29v-5,-10,-8,-20,-9,-29v5,-13,14,-29,24,-50v10,-21,21,-42,34,-66r42,-74v15,-25,31,-49,46,-72v15,-23,28,-43,42,-61v14,-18,26,-32,37,-41v9,-9,19,-15,32,-20v13,-5,25,-9,36,-11v8,0,15,0,21,1v6,1,12,3,17,4r6,0v0,0,4,1,5,1r0,49v0,0,-1,35,-1,51r0,95r0,92v0,31,0,62,-1,93v12,-1,24,-3,36,-3r30,0v1,3,2,4,2,6v0,2,1,4,2,5v3,5,4,11,4,16v-4,11,-9,20,-16,29v-7,9,-18,15,-32,19v-4,1,-8,2,-12,2r-11,0r-3,0r0,111v0,10,-2,18,-6,25v-4,7,-13,11,-27,14v-7,1,-17,3,-31,3r-43,0r0,-118xm250,-352r0,-21v0,0,1,-13,1,-20r0,-16r0,-11v0,-4,1,-8,1,-12r0,-16v-13,17,-26,36,-39,55v-13,19,-25,39,-36,59r-31,59v0,0,-19,37,-26,54v36,2,78,3,126,3v1,-18,2,-36,2,-56v0,-20,1,-39,2,-57r0,-21"},{"d":"103,-515v-1,2,-5,3,-11,5v-6,2,-11,4,-18,5r-21,3v0,0,-12,1,-16,1v0,-7,0,-20,-1,-37v-1,-17,-3,-36,-4,-55v-1,-12,-1,-23,-2,-35v-1,-12,-2,-23,-3,-34v-1,-11,-1,-20,-1,-28v0,-8,-1,-15,-1,-19v8,-5,19,-9,31,-12v12,-3,24,-5,35,-5v7,0,13,1,17,2v7,3,11,9,14,16v3,7,5,16,5,26r0,8v-1,14,-1,30,-3,46r-6,47v0,0,-4,29,-7,41v-3,12,-5,19,-7,24xm245,-515v-1,2,-5,3,-11,5v-6,2,-11,4,-18,5r-21,3v0,0,-12,1,-16,1v0,-7,0,-20,-1,-37v-1,-17,-3,-36,-4,-55v-1,-12,-1,-23,-2,-35v-1,-12,-2,-23,-3,-34v-1,-11,-1,-20,-1,-28v0,-8,-1,-15,-1,-19v7,-5,17,-9,30,-12v13,-3,25,-5,36,-5v7,0,13,1,17,2v7,3,11,9,14,16v3,7,5,16,5,26r0,8v-1,14,-1,30,-3,46r-6,47v0,0,-4,29,-7,41v-3,12,-5,19,-7,24","w":293},{"d":"244,-33v-1,1,-2,3,-2,4v0,1,0,3,-1,4r1,-1v-3,9,-5,15,-8,20v-3,5,-8,9,-15,12v-3,1,-9,2,-19,2v-10,0,-24,1,-43,2v-7,-5,-13,-12,-19,-22v-6,-10,-11,-19,-13,-27v-7,-25,-7,-25,-15,-57v-8,-32,-8,-32,-18,-66r-20,-70r-19,-71r-27,-101v-7,-25,-13,-41,-16,-48v5,-8,15,-14,30,-18v15,-4,38,-7,69,-7v5,4,10,9,13,15v3,6,5,13,6,19v9,39,18,79,29,122v3,13,7,27,9,40v2,13,4,26,7,37v3,15,5,27,7,36v2,9,4,16,5,23v2,10,1,9,3,17v1,5,3,11,5,18v3,-13,7,-29,11,-48v4,-19,10,-40,15,-61v1,-6,5,-17,9,-34v4,-17,8,-34,12,-53v6,-28,7,-29,13,-54v4,-17,7,-28,8,-34v1,-3,2,-6,2,-8r0,-4r0,-9v1,-1,4,-3,11,-5v7,-2,15,-4,24,-6v9,-2,17,-3,26,-4v9,-1,16,0,21,1v5,5,9,11,11,17v2,6,5,13,8,24v5,24,11,50,18,79v10,43,11,43,22,90v3,11,5,22,7,33v2,11,4,21,7,31v2,9,3,15,4,19v1,4,2,7,3,9v1,2,1,4,1,6v0,2,2,5,3,10v7,-24,13,-51,19,-81r21,-96r16,-68v0,0,9,-41,12,-58v1,-1,1,-3,1,-7v1,-4,3,-7,5,-10v4,-3,8,-5,11,-5v3,0,7,-1,11,-1v4,0,10,0,17,1v7,1,13,1,20,2v7,1,14,2,19,3v5,1,9,1,10,2v2,1,4,3,5,5v2,3,1,3,2,5v1,4,1,8,0,13v-1,5,-3,11,-5,18r-4,10r1,-1v-6,20,-12,42,-19,67r-21,77r-34,127v-12,43,-23,81,-34,115v-1,1,-2,3,-2,4v0,1,0,3,-1,4r1,-1v-2,9,-4,15,-7,20v-3,5,-8,9,-15,12v-3,1,-10,2,-20,2v-10,0,-24,1,-42,2v-7,-5,-14,-12,-20,-22v-6,-10,-10,-19,-13,-27v-3,-11,-3,-11,-7,-23v-4,-12,-3,-13,-6,-24v-2,-8,-2,-8,-4,-14v-1,-4,-2,-9,-3,-12r-19,-82r-18,-82v-6,27,-13,55,-21,86r-23,88","w":617},{"d":"161,-294v0,-88,-13,-166,-37,-236v-24,-70,-56,-126,-97,-169v4,-18,11,-32,21,-41v10,-9,22,-13,35,-13v12,6,27,20,47,42v20,22,39,51,58,89v19,38,36,84,50,137v14,53,21,114,21,183v0,67,-7,127,-19,182v-12,55,-27,103,-46,144v-19,41,-39,75,-60,102v-21,27,-39,47,-56,59v-16,-3,-28,-10,-36,-22v-8,-12,-14,-26,-15,-41v19,-21,37,-46,53,-74v16,-28,30,-60,42,-94v12,-34,21,-72,28,-113v7,-41,11,-84,11,-130r0,-5r0,0","w":322},{"d":"55,-207v-1,-13,-1,-27,-1,-43v0,-16,-2,-34,-3,-53v-1,-26,-3,-53,-4,-83r-3,-88r-4,-84v-1,-26,-1,-49,-2,-70v1,-11,12,-19,32,-23v20,-4,46,-6,80,-6v3,9,6,19,8,29v2,10,4,21,4,34v0,15,-1,34,-2,56v-1,22,-2,44,-3,68r-4,75v-1,25,-3,49,-4,71v-1,16,-2,30,-3,44v-1,14,-1,26,-2,36v-2,16,-10,27,-26,33v-16,6,-34,9,-54,9xm99,-113v23,0,38,5,45,15v7,10,11,24,10,43v-1,19,-5,34,-13,46v-8,12,-24,18,-48,18v-21,0,-35,-5,-43,-15v-8,-10,-13,-26,-13,-47v0,-40,21,-60,62,-60","w":203},{"d":"395,-19v0,11,-7,18,-20,21v-3,1,-8,1,-14,1r-23,0r-50,0v1,-25,2,-53,2,-85r0,-104r0,-119v0,-37,-4,-62,-12,-77v-8,-15,-24,-22,-45,-22v-15,0,-29,3,-42,10v-13,7,-24,16,-33,26r0,320v0,8,-1,15,-2,21v-1,6,-4,12,-9,17v-4,3,-8,6,-13,8v-5,2,-10,3,-17,4v-7,1,-15,1,-25,1r-40,0v1,-25,1,-54,1,-86r0,-104r0,-177v0,-16,-1,-30,-3,-42v-2,-12,-6,-23,-9,-33v7,-8,21,-16,43,-25v3,-1,6,-2,8,-2r5,0v9,0,17,2,23,6v6,4,11,10,14,15v20,-14,40,-24,59,-30v20,-7,42,-10,65,-10r10,0v4,0,7,0,10,1v21,2,39,7,53,14v14,7,26,17,35,28v9,-7,20,-14,32,-19v12,-5,23,-10,33,-13v19,-7,40,-10,63,-10r12,0v4,0,6,0,9,1r-1,0v23,2,43,7,58,16v15,9,27,20,36,35v9,15,15,33,18,54v3,21,5,44,5,69r0,166r0,71v0,22,1,42,2,59v-4,3,-8,6,-13,8v-5,2,-11,4,-18,5v-7,1,-16,1,-27,2v-11,1,-24,1,-41,1v-3,-5,-4,-11,-6,-17v-2,-6,-3,-13,-3,-20r0,-270v0,-37,-4,-62,-12,-77v-8,-15,-23,-22,-44,-22v-15,0,-30,3,-43,11v-13,8,-24,17,-34,28r3,-3r0,348r0,0","w":689},{"d":"151,-293v0,48,4,93,11,135v7,42,16,82,28,118v12,36,28,67,44,95v16,28,33,51,52,70v-4,18,-10,32,-20,43v-10,11,-22,16,-36,16v-12,-6,-28,-20,-48,-43v-20,-23,-39,-54,-58,-93v-19,-39,-36,-87,-50,-142v-14,-55,-21,-118,-21,-189v0,-66,6,-126,19,-179v13,-53,28,-99,46,-138v18,-39,39,-71,60,-97v21,-26,40,-45,57,-57v15,3,27,10,35,20v8,10,14,23,16,38v-40,46,-73,103,-98,170v-25,67,-37,145,-37,233","w":322},{"d":"179,-548v-4,-5,-12,-13,-24,-24r-39,-36r-28,-27r-35,-35v-1,-1,-1,-3,-1,-5v0,-6,3,-13,9,-21v6,-9,14,-16,23,-22v9,-6,18,-10,29,-10v3,0,10,6,21,16v11,10,22,22,34,36v12,14,24,29,35,44v11,15,19,27,24,37v1,3,2,5,2,7v0,4,-2,8,-5,13v-3,5,-6,9,-10,13v-4,4,-9,9,-14,12v-5,3,-9,4,-13,4","w":321},{"d":"186,-458v7,-7,14,-10,20,-10v6,0,16,7,27,20v2,-3,5,-6,10,-9v5,-3,12,-6,21,-11r100,104v5,6,6,12,4,18v-2,6,-7,11,-14,16v-7,5,-16,10,-25,14v-9,4,-18,6,-26,8r-68,-122v-2,-4,-3,-8,-3,-11r-63,118v-5,8,-10,13,-17,13v-7,0,-14,-2,-22,-6v-8,-4,-15,-11,-22,-18v-7,-7,-12,-15,-17,-22r95,-101r0,-1xm203,-515v2,2,5,4,9,7r-18,-139v-1,-9,2,-14,8,-17v6,-3,15,-5,26,-5v19,0,36,4,52,12r-16,135v-2,9,-6,15,-12,18v-6,3,-18,3,-39,-2v3,3,5,8,4,13v-1,5,-4,13,-10,23r-145,-27v-7,-1,-12,-5,-14,-11v-2,-6,0,-13,2,-21v2,-8,5,-17,10,-25v5,-8,10,-15,15,-21r127,59xm381,-564v8,-4,15,-4,21,0v6,4,10,9,14,16v4,7,5,16,6,26v1,10,1,19,0,27r-139,26v-9,1,-17,0,-22,-3v-5,-3,-9,-13,-10,-30","w":450},{"d":"336,-688v3,3,4,7,4,10v0,3,1,6,1,10v-1,3,-1,7,-2,10v-1,3,-2,7,-4,12v-4,9,-8,16,-11,19v-9,5,-17,6,-24,3v-3,-2,-6,-3,-9,-3v-5,-1,-11,-2,-17,-3v-6,-1,-13,-1,-19,-1v-10,0,-20,1,-29,4v-9,3,-17,7,-24,15v-7,8,-13,19,-18,32v-5,13,-7,29,-8,49v-1,10,-1,20,-1,29r0,30r43,0r37,0v0,0,23,-1,29,-2v-1,13,-2,24,-3,33v-1,9,-3,16,-5,21v-2,5,-5,8,-8,11v-3,3,-7,5,-12,7r1,-1v-1,1,-3,2,-6,3v-3,1,-5,1,-6,2v-9,1,-19,2,-31,2r-40,0r0,90r0,98v0,50,2,50,2,97r0,86v0,3,-1,8,-2,13v-1,5,-4,8,-10,10v-11,2,-22,3,-34,4v-12,1,-22,1,-28,1v-11,0,-21,-1,-32,-3v-1,-3,-1,-7,-1,-12r0,-15r0,-59v0,-9,1,-20,1,-30r0,-31r0,-121r0,-64v0,0,-1,-41,-1,-64v-28,-1,-48,-7,-61,-16v1,-10,3,-18,4,-24v1,-6,4,-11,6,-14v2,-3,5,-6,8,-8v3,-2,8,-4,13,-5v3,-1,7,-2,11,-3v4,-1,11,-2,19,-4v0,-13,0,-26,1,-38v1,-12,2,-23,3,-34r0,1v3,-34,11,-61,23,-83v12,-22,27,-40,44,-52v17,-12,36,-21,56,-26v20,-5,40,-7,58,-7v22,0,40,3,53,7v13,4,23,9,28,14r1,0","w":273},{"d":"412,-16v-4,-11,-8,-22,-12,-34v-6,-18,-5,-18,-10,-35v-7,-22,-8,-22,-14,-44v-6,-22,-6,-22,-15,-51r-190,0r-31,92r-26,75v-2,5,-5,10,-10,13v-5,3,-15,4,-29,4v-7,0,-17,0,-31,-2v-14,-2,-27,-4,-38,-7r4,-21v1,-7,3,-13,5,-18r42,-124r50,-141r65,-180r49,-147v2,-7,5,-13,7,-18v2,-5,6,-7,12,-7v1,0,2,-1,5,-2v2,-1,4,-1,6,-1v2,0,5,-1,8,-1v5,-1,11,-1,17,-1r14,0v11,2,20,7,27,15r35,106r37,115r18,54r21,62v0,0,10,32,20,60r16,46r-1,0r27,77v8,23,16,45,22,65v3,9,6,18,8,26v2,8,4,16,7,23r1,2v0,3,-2,6,-6,10v-7,3,-17,5,-30,7v-13,2,-24,2,-33,2v-7,0,-14,-2,-21,-4v-7,-2,-15,-7,-24,-14xm197,-260r139,0v-3,-7,-6,-16,-8,-24v-4,-12,-3,-12,-6,-23v-4,-13,-8,-27,-11,-39r-10,-36r-13,-39v-3,-10,-6,-19,-8,-26v-2,-7,-4,-15,-6,-21v-2,-6,-4,-13,-6,-22r-24,78r-28,90r1,-1","w":533},{"d":"70,-86v-3,-5,-5,-12,-6,-22v-1,-10,-2,-18,-3,-25r118,-90r44,-33v0,0,22,-17,39,-30v17,-13,16,-14,28,-22v8,-6,13,-8,14,-9r-20,-14v0,0,-14,-9,-32,-23r-40,-30r-42,-31r-110,-80v0,-5,2,-14,4,-25v2,-11,5,-20,8,-27v7,-10,15,-15,25,-16v12,-1,22,1,29,8r-1,0r135,101r137,100v5,5,10,9,13,14v3,5,5,10,5,16v0,17,-4,29,-12,37r-134,101v-26,19,-27,19,-51,38r-44,34r-33,26v-9,7,-14,11,-15,12v-11,9,-21,12,-30,10v-6,-1,-12,-4,-16,-8v-4,-4,-7,-7,-10,-12","w":455},{"d":"404,169v0,13,-3,22,-9,27v-6,5,-20,8,-42,9r-55,0v1,-22,2,-47,2,-75r0,-91r0,-49v-12,7,-26,13,-42,18v-16,5,-34,8,-51,8v-23,0,-45,-4,-67,-12v-22,-8,-41,-22,-58,-40v-17,-18,-32,-42,-42,-71v-10,-29,-15,-65,-15,-108v0,-48,8,-89,23,-125v15,-36,36,-65,61,-88v15,-13,33,-24,53,-34v20,-10,42,-17,67,-20v6,-1,13,-2,19,-2r18,0v49,0,99,10,150,31v-3,10,-6,21,-8,33v-2,12,-4,26,-4,43r0,546xm300,-384v0,-5,1,-11,2,-18v-9,-3,-19,-5,-28,-6v-9,-1,-17,-1,-25,-2v-14,0,-28,4,-41,11v-13,7,-26,19,-36,35v-10,16,-18,35,-25,59v-7,24,-10,53,-10,86v0,27,2,51,7,70v5,19,12,35,21,47v9,12,19,20,31,26v12,6,25,9,38,9v11,0,23,-3,36,-8v13,-5,23,-13,30,-23r0,-286","w":466},{"d":"102,-515v-1,2,-4,3,-10,5v-6,2,-13,4,-20,5r-20,3v0,0,-12,1,-16,1v0,-7,-1,-20,-2,-37v-1,-17,-2,-36,-3,-55r-3,-35v0,0,-1,-23,-2,-34v-1,-11,-2,-20,-2,-28r0,-19v8,-5,18,-9,30,-12v12,-3,25,-5,36,-5v7,0,13,1,17,2v7,3,12,9,15,16v3,7,4,16,4,26r0,8v-1,14,-2,30,-4,46v-2,16,-3,32,-5,47v-2,15,-4,29,-7,41v-3,12,-5,19,-7,24","w":150},{"d":"202,208v-4,3,-9,6,-14,8v-5,2,-11,3,-18,4v-7,1,-15,2,-26,2r-40,0r0,-988v4,-4,8,-7,13,-9v5,-2,11,-4,18,-5v7,-1,16,-1,27,-1r40,0r0,989","w":306},{"d":"150,-662v3,9,6,18,7,29v1,11,2,25,2,44r0,508v11,1,24,3,39,3r46,0r58,0v0,0,43,-2,66,-4v1,11,2,19,2,24r0,14v-1,9,-5,17,-11,26v-6,9,-15,16,-28,19v-9,1,-22,1,-39,1v-17,0,-37,1,-61,1v-33,0,-66,-1,-97,-2v-31,-1,-56,-3,-75,-4v-1,-7,-1,-7,-2,-15v-1,-8,-1,-7,-2,-14v-1,-4,-1,-8,-1,-12v0,-4,-2,-9,-3,-13r0,-482v0,-23,-1,-44,-1,-61v0,-17,0,-32,-1,-44v7,-9,16,-14,29,-17v13,-3,34,-4,63,-4","w":387},{"d":"64,-184v-10,-1,-19,-2,-26,-3v-7,-1,-13,-4,-20,-7v5,-37,12,-67,22,-90v10,-23,21,-42,33,-54v12,-12,24,-20,37,-24v13,-4,25,-6,37,-6v26,1,49,7,69,18v20,11,39,24,56,39r-1,0v1,1,3,3,6,5v3,2,5,4,6,5v13,12,25,23,37,32v12,9,24,14,35,14v13,0,24,-7,31,-21v7,-14,13,-33,16,-56v2,-10,6,-21,13,-34v9,0,21,2,35,6v14,4,26,8,33,13v-4,32,-10,59,-17,80v-7,21,-16,38,-27,51v-11,13,-23,22,-37,27v-14,5,-28,8,-43,8v-13,0,-27,-2,-39,-7v-12,-5,-24,-10,-36,-18v-12,-8,-24,-17,-36,-26r-36,-29v-27,-23,-47,-34,-60,-34v-5,0,-10,1,-15,3v-5,2,-9,8,-14,15v-5,7,-9,18,-13,31v-4,13,-8,29,-11,50v-8,8,-19,12,-34,12r-1,0","w":500},{"d":"28,-374v0,-41,23,-62,68,-62v26,0,42,6,50,16v8,10,12,25,11,44v-1,19,-6,36,-15,48v-9,12,-26,18,-52,18v-23,0,-39,-6,-48,-16v-9,-10,-14,-26,-14,-48xm28,-54v0,-41,23,-62,68,-62v26,0,42,5,50,15v8,10,12,25,11,45v-1,19,-6,36,-15,48v-9,12,-26,18,-52,18v-23,0,-39,-5,-48,-16v-9,-11,-14,-27,-14,-48","w":193},{"d":"346,-309v23,19,42,40,54,62v12,22,18,48,18,78v0,25,-4,49,-13,71v-9,22,-21,40,-37,56v-16,16,-38,29,-62,38v-24,9,-52,14,-83,14v-37,0,-68,-5,-93,-16v-25,-11,-46,-24,-61,-41v-15,-17,-26,-36,-33,-57v-7,-21,-10,-41,-10,-62v0,-20,3,-38,9,-55v6,-17,14,-32,24,-46v18,-23,46,-47,83,-72v-29,-20,-51,-38,-66,-55v-11,-13,-20,-28,-25,-44v-5,-16,-8,-31,-8,-47v0,-26,4,-49,13,-70v9,-21,20,-38,36,-53v16,-15,35,-27,57,-35v22,-8,46,-12,73,-12v3,0,6,1,8,1r7,0r14,0v25,2,48,7,67,16v19,9,34,20,46,34v12,14,22,30,28,48v6,18,9,37,9,57v0,19,-3,37,-9,53v-6,16,-15,31,-24,43v-7,9,-17,19,-29,29v-12,10,-25,21,-39,31v11,7,21,14,28,20v7,6,14,11,19,14r-1,0xm223,-68v11,0,22,-2,33,-6v11,-4,22,-10,30,-18v8,-8,15,-18,20,-30v5,-12,8,-26,8,-42v0,-20,-2,-36,-8,-47v-6,-11,-15,-23,-28,-34v-16,-16,-38,-32,-66,-49v-23,15,-43,33,-60,54v-17,21,-26,44,-26,69v0,33,9,59,28,77v19,18,42,26,69,26xm145,-495v0,15,2,27,7,37v5,10,14,20,25,30v7,7,15,14,25,21v14,10,14,10,31,21v21,-15,39,-30,52,-48v13,-18,20,-38,20,-61v0,-28,-7,-49,-23,-62v-16,-13,-35,-20,-56,-20v-21,0,-39,7,-56,20v-17,13,-25,34,-25,62"},{"d":"383,0v-6,-16,-9,-33,-9,-52r0,-260v-10,1,-23,1,-38,1r-58,0r-118,0r0,246v0,12,-1,23,-3,31v-2,8,-6,16,-12,25v-3,3,-6,6,-10,7v-4,1,-10,3,-17,4v-7,1,-15,1,-26,1r-41,0v1,-23,1,-51,1,-81v0,-30,1,-63,1,-98r0,-325v0,-31,-1,-59,-1,-83v0,-24,0,-46,-1,-65v7,-7,17,-11,31,-13v14,-2,36,-3,65,-3v5,8,9,17,11,27v2,10,2,23,2,40r0,207r214,0r0,-202v0,-24,4,-44,11,-59v7,-6,17,-10,30,-11v13,-1,36,-2,68,-2v-1,24,-1,51,-1,81v0,30,-1,63,-1,98r0,327v0,31,1,58,1,81v0,23,0,45,1,64v-6,7,-17,12,-31,14v-14,2,-34,3,-60,3","w":544},{"d":"693,67v17,5,32,12,44,21v12,9,22,18,30,27r-3,8v-2,4,-4,8,-5,11v-1,3,-5,10,-10,21v-9,-7,-20,-13,-33,-19v-13,-6,-28,-9,-45,-10v-20,-1,-43,0,-69,4v-26,4,-54,8,-82,15v-29,7,-57,14,-84,19v-27,5,-51,6,-73,3v-20,-3,-38,-10,-53,-23v-15,-13,-27,-27,-38,-44v-11,-17,-19,-33,-24,-50v-5,-17,-8,-31,-9,-42v-38,-5,-71,-17,-97,-36v-26,-19,-47,-44,-64,-74v-17,-30,-30,-63,-38,-102v-8,-39,-11,-81,-11,-125v0,-115,23,-203,68,-261v45,-58,111,-87,196,-87v44,0,83,8,115,23v32,15,59,37,80,66v21,29,36,66,46,108v10,42,16,90,16,143v0,53,-4,99,-13,139v-9,40,-21,73,-37,101v-16,28,-37,50,-60,67v-23,17,-49,29,-78,36v1,6,2,13,4,21v2,8,4,15,8,23v4,8,8,15,14,22v6,7,13,11,21,14r-1,0v13,3,24,5,33,5v12,0,25,-1,39,-3v14,-2,28,-6,43,-9v4,-1,8,-3,13,-3v5,0,10,-1,15,-2v17,-3,34,-6,51,-8v17,-2,33,-3,48,-3v7,0,14,0,22,1v8,1,15,2,21,3xm292,-67v45,0,81,-21,106,-64v25,-43,38,-110,38,-202v0,-47,-3,-86,-10,-119v-7,-33,-16,-61,-28,-82v-12,-21,-28,-36,-46,-46v-18,-10,-37,-14,-59,-15v-46,0,-82,21,-108,65v-26,44,-39,113,-39,207v0,86,14,151,42,193v28,42,62,63,104,63","w":585},{"d":"68,3v-6,0,-11,-2,-14,-5v-3,-3,-4,-10,-4,-19r0,-119r0,-92v0,0,1,-66,1,-100v0,-20,-1,-40,-1,-60r0,-58r0,-92r0,-64v0,0,-1,-25,-2,-30v5,-13,15,-21,29,-24v14,-3,34,-5,61,-5v9,0,14,6,16,17v2,11,3,29,3,53r0,124v0,23,-1,46,-1,69r0,68r0,66v0,0,1,43,1,64r0,98v0,19,1,35,1,48r0,30r0,14v-5,7,-15,12,-29,14v-14,2,-34,3,-61,3","w":217},{"d":"364,-641v4,-1,8,-3,12,-3v4,0,9,0,14,-1v5,-1,9,-1,14,-1v5,0,12,-1,20,-1v5,6,9,13,12,21v3,8,5,16,7,25v8,30,9,31,19,73r22,93v5,20,11,42,16,65v5,23,10,46,16,69v1,3,1,7,2,9v1,2,1,5,2,8r7,34r6,27v2,9,4,17,6,27v3,14,3,15,7,35r6,-28v0,0,5,-19,7,-30v3,-12,5,-25,7,-38v2,-13,5,-27,8,-40v19,-71,34,-132,47,-185r34,-148r5,-16r-1,1v1,-2,1,-4,1,-6v0,-2,2,-5,5,-8v3,-3,6,-5,10,-5r17,0r6,0v0,0,3,1,5,1v3,0,7,1,11,1v4,0,9,0,12,1v13,0,25,2,35,6r0,7v0,3,0,8,-1,14v-1,6,-2,15,-5,25r-11,40v0,0,-5,21,-11,44v-2,9,-4,19,-7,28r-8,29v-5,20,-4,20,-10,42v-4,15,-8,31,-11,46r-28,112v0,0,-13,58,-27,109r-25,89v-7,25,-13,43,-18,54v-1,1,-1,2,-2,2v-1,0,-1,0,-2,1v-7,5,-15,9,-21,13v-6,4,-14,6,-25,7v-8,1,-15,0,-23,-3v-8,-3,-15,-6,-22,-9v-7,-4,-14,-9,-21,-14v-1,-2,-1,-4,-1,-5v0,-1,-1,-3,-2,-5r1,1v1,1,0,0,-1,-4v-1,-4,-2,-6,-3,-9v-1,-5,-2,-10,-3,-13v-1,-3,-2,-7,-3,-12v-10,-40,-9,-40,-21,-86r-24,-94v-4,-17,-7,-32,-10,-46v-4,-21,-6,-20,-10,-42v-4,-22,-4,-22,-9,-46r-11,-53r-20,94r-21,92v-1,3,-3,8,-4,15v-1,7,-3,16,-6,26r-13,54r-14,58v0,0,-6,27,-12,48v-4,14,-6,23,-7,27v-7,7,-15,12,-23,16v-8,4,-17,7,-30,8v-8,1,-16,1,-24,-2v-8,-3,-15,-6,-21,-10v-7,-4,-14,-9,-21,-16r0,-3r-5,-12v-2,-5,-4,-10,-5,-16v-7,-27,-16,-59,-25,-98r-29,-118v-11,-43,-12,-44,-22,-86r-20,-83r-9,-39r-8,-37v-10,-45,-9,-45,-17,-77v-5,-21,-10,-34,-13,-41v3,-7,7,-14,13,-19v6,-5,15,-8,28,-9v16,-2,33,-3,50,-3v3,1,6,4,9,10v3,6,6,11,9,18v3,7,4,15,6,22v2,10,3,10,4,14v7,34,16,71,26,112r32,133r15,60v2,10,3,20,5,29r6,28v2,10,3,18,4,22v1,4,3,8,4,12v1,4,1,7,2,12v2,7,2,7,5,22v3,-16,7,-34,10,-52v3,-18,7,-37,12,-58r39,-162r42,-169r2,-10r2,-10v2,-2,4,-3,7,-5v3,-2,8,-4,15,-5","w":781},{"d":"61,-17v-4,-9,-7,-18,-8,-27v-1,-9,-2,-20,-2,-31r0,-505v0,-21,-1,-40,-1,-55v0,-15,0,-29,-1,-40v6,-13,17,-22,33,-26v16,-4,38,-6,63,-6v3,9,5,18,7,29v2,11,3,28,3,51r0,170v14,-8,30,-15,47,-20v17,-5,36,-8,58,-8v24,0,46,3,67,11v21,8,39,21,54,38v15,17,27,38,36,65v9,27,13,59,13,96v0,34,-3,64,-8,91v-5,27,-13,52,-22,72v-9,20,-20,38,-32,52v-12,14,-24,26,-37,35v-21,15,-44,25,-68,30v-24,5,-46,8,-67,8v-28,0,-53,-2,-76,-7v-23,-5,-41,-12,-56,-21xm155,-71v6,3,13,5,22,7v9,2,18,2,27,2v13,0,26,-3,40,-9v14,-6,25,-17,36,-32v11,-15,21,-36,28,-61v7,-25,10,-58,10,-97v0,-53,-8,-91,-25,-112v-17,-21,-40,-32,-69,-32v-11,0,-22,2,-35,6v-13,4,-24,10,-34,17r0,311","w":463},{"d":"317,-364v1,-2,3,-4,6,-6v1,-1,3,-2,5,-4v2,-2,5,-3,8,-3v8,-1,18,-1,30,-1v12,0,26,-2,40,-2r38,0r28,0v3,12,6,29,7,50v1,21,2,40,2,56r0,235v-7,5,-17,11,-27,18v-10,7,-20,12,-29,16v-15,5,-33,10,-53,14v-20,4,-43,6,-69,6r-17,0v-6,0,-11,0,-16,-1v-35,-3,-67,-11,-97,-24v-30,-13,-56,-32,-78,-58v-22,-26,-39,-60,-51,-101v-12,-41,-19,-92,-19,-152v0,-71,9,-129,28,-175v19,-46,40,-83,64,-109v23,-25,52,-43,85,-54v33,-11,70,-17,113,-17v22,0,42,2,59,6v17,4,31,8,43,14v12,6,22,12,29,18v7,6,11,11,14,16v0,9,-2,18,-6,26v-4,8,-8,15,-14,23r-6,1v-8,1,-15,0,-22,-4r1,0r-6,-3v-3,-1,-5,-2,-7,-3v-25,-9,-51,-13,-79,-13v-57,0,-102,21,-134,64v-32,43,-48,111,-48,204v0,52,5,95,14,129v9,34,21,60,37,80v16,20,34,32,54,40v20,8,42,12,65,12v15,0,29,-1,41,-4v12,-3,20,-7,26,-12r0,-215v-7,0,-13,-1,-20,-3v-7,-2,-13,-4,-18,-9v-5,-5,-10,-11,-14,-20v-4,-9,-6,-20,-7,-35","w":530},{"d":"308,-590v-1,27,-2,62,-2,103v0,41,0,85,-1,131v-1,46,-1,94,-1,142v0,48,-1,91,-1,132v5,1,9,2,13,4v4,2,9,4,14,5v9,3,18,7,26,10v8,3,12,7,12,10v0,17,-1,29,-2,35v-1,6,-6,12,-13,15v-11,2,-21,3,-28,3r-5,0v0,0,-4,1,-5,1v-15,0,-30,1,-47,1r-52,0v-17,0,-34,1,-50,1r-43,0r0,-25v0,-5,-1,-10,-1,-14r0,-13v0,-7,5,-13,15,-17v10,-4,22,-7,35,-11v3,-1,6,-2,10,-3v4,-1,8,-3,12,-4v1,-60,2,-125,3,-195v1,-70,2,-144,3,-222r-33,9v-13,3,-25,7,-38,10v-13,3,-24,5,-34,8v-10,3,-17,4,-22,5r-9,-20v0,0,-4,-13,-5,-19v3,-5,7,-10,12,-16v5,-6,10,-12,16,-18v25,-9,25,-8,53,-18v28,-10,29,-10,55,-18v17,-6,33,-12,48,-16v15,-4,26,-7,34,-9v5,1,11,3,17,5v6,2,10,5,14,8","w":393},{"d":"356,-656v7,-3,14,-5,20,-6v6,-1,13,-2,20,-2v4,0,10,0,19,1v9,1,21,2,36,3v1,3,3,7,3,10r0,6v0,5,-1,11,-3,16v-3,8,-3,7,-7,17r-1,1v1,0,1,1,1,2v0,1,-1,1,-2,2v-7,17,-19,40,-34,68r-45,83r-38,69v-12,22,-21,40,-27,54v-3,7,-6,15,-8,22v-2,7,-4,16,-5,25r0,144v0,16,1,31,1,44r0,37r0,46v-3,3,-6,6,-10,8v-4,2,-9,5,-16,6v-7,1,-17,2,-28,3v-11,1,-26,1,-44,1v-7,-16,-10,-32,-10,-49r0,-232r0,-13v0,-4,0,-6,-1,-8v-5,-13,-12,-30,-21,-50v-9,-20,-20,-40,-32,-63v-13,-27,-13,-27,-28,-55r-30,-58r-32,-62r-30,-60v0,-5,3,-8,10,-10v7,-2,22,-2,46,-2r58,0v5,13,14,32,25,57r35,76v13,32,25,59,35,81r23,49","w":472},{"d":"152,-98v-1,9,0,16,2,22v1,5,4,10,8,14v4,4,11,4,19,3v-1,7,-1,16,-1,25v0,9,-1,15,-1,18v-5,7,-13,14,-23,19v-10,5,-24,8,-39,9v-7,0,-14,-1,-21,-4v-7,-3,-14,-6,-19,-10v-9,-7,-16,-15,-21,-24v-5,-9,-8,-19,-8,-29r0,-510r0,-63v0,0,-1,-33,-2,-48v6,-14,18,-23,35,-26v17,-3,39,-5,64,-5v3,11,5,24,6,38v1,14,1,34,1,59r0,512r0,0","w":211},{"d":"335,-338r35,70r32,67v-1,-23,-2,-48,-2,-76v0,-28,-1,-54,-1,-77r0,-241v0,-23,3,-41,10,-55v6,-4,11,-7,15,-9v4,-2,10,-4,16,-5v6,-1,14,-1,24,-1r39,0v-1,30,-1,63,-1,98v0,35,-1,73,-1,112r0,441v-2,1,-8,5,-19,11v-11,6,-23,9,-34,9v-5,0,-12,0,-22,-1v-10,-1,-19,-3,-26,-6r-42,-76r-47,-81r0,1r-26,-47v0,0,-13,-23,-27,-46r-40,-74r-22,-46v-8,-16,-16,-32,-23,-49v-3,-7,-6,-13,-9,-21v-3,-8,-7,-15,-10,-21v-1,-1,-2,-1,-2,-2v0,-1,0,-1,-1,-2r3,89v0,0,1,54,2,75r0,233v0,13,-1,24,-2,31v-1,7,-4,15,-7,22v-4,4,-8,7,-13,10v-5,3,-11,4,-18,5v-7,1,-16,2,-26,2v-10,0,-23,1,-39,1v1,-29,1,-60,1,-95v0,-35,1,-73,1,-113r0,-420v-4,-5,-4,-5,-8,-11v-3,-4,-4,-6,-4,-7r0,-3v0,-1,1,-3,2,-7v4,-2,9,-3,16,-5v7,-2,14,-3,21,-4v7,-1,15,-2,22,-2v7,0,13,-1,17,-1v11,0,24,4,39,13v11,21,24,45,40,72r50,87v5,9,10,17,14,25v4,8,9,17,14,25r12,22v0,0,7,11,14,22","w":567},{"d":"154,-450v3,11,6,24,8,38v2,14,3,33,3,58r-10,180v0,21,2,39,5,52v3,13,6,24,12,32v6,8,14,12,22,15v8,3,17,4,27,4v15,1,29,-1,43,-7v14,-6,25,-15,33,-24r0,-312v0,-11,1,-21,2,-28v1,-7,5,-13,10,-20v7,-6,14,-9,23,-10v9,-1,24,-2,46,-3r26,0v-1,27,-2,57,-2,90r0,107r0,168v0,16,1,30,3,42v2,12,5,23,8,33v-7,7,-21,16,-42,25v-3,1,-7,2,-9,2r-5,0v-9,0,-17,-2,-23,-6v-6,-4,-10,-10,-13,-16v-10,7,-20,13,-30,18v-10,5,-20,10,-29,13v-11,3,-22,6,-32,8v-10,2,-21,3,-33,3v-31,-1,-56,-6,-75,-14v-19,-8,-33,-19,-44,-34v-11,-15,-18,-32,-22,-53v-4,-21,-6,-45,-7,-72r9,-206v0,-19,-2,-35,-4,-49v-2,-14,-5,-27,-9,-39v4,-3,10,-8,18,-13v8,-5,19,-10,32,-17v4,-1,7,-2,9,-2r5,0v14,0,24,4,31,12v7,8,12,16,14,25","w":465},{"d":"84,-635v0,-3,1,-8,3,-13v2,-5,7,-9,14,-12v1,-1,5,-1,12,-1v1,0,3,-1,3,-1r2,0v17,-2,38,-3,64,-3v6,12,12,27,20,47r26,66v0,0,13,37,27,78r28,80r1,3r1,3r-1,-1r6,17v1,6,3,13,6,20v3,7,5,13,7,19v3,10,3,10,5,19r6,18v1,3,3,7,4,10v1,3,2,5,2,6r-1,-1r7,23v3,-6,6,-12,8,-19v2,-7,4,-13,7,-20v1,-5,3,-9,5,-14v2,-7,2,-7,5,-15v3,-9,7,-20,10,-30v3,-10,7,-19,10,-27r21,-56r20,-56v14,-38,14,-39,26,-75v12,-36,13,-36,25,-68v1,-1,1,-1,1,-2v0,-1,1,-2,2,-3r-1,1v1,-3,2,-6,3,-8v1,-2,4,-5,9,-8v11,-2,25,-4,41,-5v16,-1,31,-2,46,-2v3,7,5,15,6,22v1,7,2,17,3,29v7,92,7,92,15,182v8,90,7,91,15,183r0,-1v5,45,10,88,13,128v3,40,5,76,7,107v-5,8,-15,13,-30,15v-15,2,-38,3,-69,3v-9,-14,-14,-29,-14,-45r0,-12v0,0,-1,-8,-2,-11v-1,-5,-2,-10,-2,-15r0,-17v-1,-7,-1,-15,-2,-23v-1,-8,-1,-18,-2,-27r-2,-35r-3,-36v-1,-5,-1,-11,-1,-16v0,-5,0,-10,-1,-14r0,1v-1,-3,-1,-7,-1,-13v0,-6,-1,-11,-1,-14v-1,-13,-2,-28,-2,-46v0,-18,0,-35,-1,-52r0,-18v0,0,-1,-11,-1,-17v-1,-6,-1,-11,-1,-17v0,-6,0,-12,-1,-17r-28,83v-9,27,-18,50,-25,69r-26,74r-28,76v-3,7,-5,13,-7,19v-2,6,-4,12,-7,18r1,-1v-5,13,-14,21,-29,24v-7,1,-16,2,-26,3v-10,1,-20,1,-29,1v-9,-29,-9,-29,-23,-69v-14,-40,-13,-41,-28,-85v-5,-11,-8,-24,-12,-37v-4,-13,-8,-26,-13,-39v-1,-5,-5,-15,-11,-32r-18,-56v-4,-12,-7,-20,-8,-25v-1,-5,-2,-9,-3,-11v-1,-2,-1,-4,-1,-5v0,-1,-2,-4,-3,-8r0,24v0,6,-1,12,-1,18r0,19v-1,18,-1,36,-1,54v0,18,-1,33,-2,46v-6,63,-5,63,-11,122v-4,39,-7,74,-9,105v-1,2,-1,6,-1,11v-1,5,-3,10,-4,15v-1,5,-3,11,-6,17v-5,3,-10,7,-16,9v-6,2,-14,3,-25,3v-5,0,-13,-1,-21,-1v-8,0,-16,-1,-25,-2v-7,0,-11,-2,-11,-7v2,-33,5,-69,8,-107v3,-38,6,-78,10,-121r12,-132v0,0,7,-68,13,-137r6,-65v2,-22,4,-43,5,-64","w":674},{"d":"564,46v5,7,9,15,12,24v3,9,4,17,5,25r-1,1v0,0,-1,0,-2,1r-23,15v-7,5,-15,9,-23,12v-65,21,-127,32,-185,32v-45,0,-87,-7,-125,-21v-38,-14,-70,-37,-98,-67v-28,-30,-49,-68,-64,-116v-15,-48,-21,-106,-20,-173r0,-15v0,0,1,-11,2,-15v4,-58,15,-110,34,-155v19,-45,43,-83,74,-114v31,-31,68,-55,110,-71v42,-16,90,-24,141,-24v92,0,165,24,217,73v52,49,78,123,78,223v0,58,-6,106,-17,145v-11,39,-25,69,-43,92v-18,23,-38,40,-60,49v-22,9,-45,14,-67,14v-29,0,-50,-7,-64,-21v-10,5,-24,11,-41,17v-17,6,-37,9,-60,9v-16,-1,-31,-3,-45,-6v-14,-3,-26,-9,-37,-18v-11,-9,-20,-22,-26,-38v-6,-16,-9,-36,-10,-61v0,-27,5,-50,14,-69v9,-19,23,-36,40,-49v15,-11,32,-20,49,-25v17,-5,33,-9,46,-10r5,0v0,0,3,-1,4,-1r8,0r9,0v3,0,6,0,9,1r0,-8v0,-3,0,-5,1,-8r0,1v2,-23,0,-41,-7,-55v-7,-14,-20,-20,-39,-19v-20,0,-41,5,-62,16v-9,5,-21,7,-35,7v-5,-6,-8,-12,-10,-18v-2,-6,-4,-12,-5,-17v0,-1,-1,-2,-1,-3r0,-3r0,-4v0,-4,1,-8,3,-11v9,-9,25,-19,49,-28v24,-9,49,-14,78,-14v25,0,47,4,64,12v17,8,30,19,39,36v8,14,13,32,15,55v1,9,2,19,2,29r0,31v-1,9,-1,18,-1,27r0,26v0,5,-1,10,-1,15r0,15r0,16v0,6,0,10,-1,15v0,11,-1,25,-1,41v0,16,0,28,-1,36v5,4,10,6,13,6v9,0,18,-3,29,-10v11,-7,21,-19,30,-36v9,-17,17,-40,23,-68v6,-28,9,-63,9,-105v0,-80,-17,-138,-51,-174v-34,-36,-83,-54,-148,-54v-83,0,-149,26,-196,79v-47,53,-71,135,-71,245v0,53,5,98,15,135v10,37,25,68,44,91v19,23,42,41,70,51v28,10,60,15,97,15v25,-1,47,-3,68,-7v21,-4,40,-8,58,-13r-1,0v20,-5,20,-5,38,-9v12,-3,22,-3,33,-2xm320,-120v1,12,5,20,10,24v5,4,9,8,13,9r-1,0v3,1,7,1,12,1v5,0,9,-1,12,-2v10,-1,19,-6,26,-13v7,-7,13,-17,16,-29v0,-14,0,-30,1,-48v1,-18,1,-34,1,-48v-29,1,-51,8,-67,21v-16,13,-24,37,-24,72v0,1,1,2,1,3r0,4r0,6","w":743},{"d":"0,97v0,-19,1,-33,2,-43v1,-10,4,-20,11,-27r426,0v0,19,0,33,-1,44v-1,11,-5,19,-12,26r-426,0","w":439},{"d":"307,-677v22,0,42,1,59,5v17,4,31,8,43,14v12,6,22,12,29,18v7,6,11,12,14,17v0,11,-1,22,-4,31v-3,9,-8,16,-13,23r-11,0v-5,1,-9,0,-12,-1v-3,-1,-7,-3,-12,-6v-1,-1,-3,-2,-4,-2v-1,0,-2,0,-3,-1r0,1v-7,-3,-14,-6,-21,-8v-7,-2,-15,-5,-23,-6v-4,-1,-9,-2,-14,-2r-16,0r-10,0v-3,0,-7,0,-10,1v-21,2,-42,8,-61,19v-19,11,-36,28,-51,50v-15,22,-26,50,-35,84v-9,34,-13,73,-13,120v0,85,15,148,45,187v30,39,72,59,127,59v11,0,23,-1,35,-3v12,-2,23,-5,34,-8v11,-3,21,-7,30,-11v9,-4,17,-7,23,-11v8,13,13,27,14,41v-2,19,-11,35,-26,48v-9,9,-25,16,-47,23v-22,7,-48,10,-77,10v-41,0,-79,-6,-112,-17v-33,-11,-62,-29,-85,-54v-23,-25,-41,-60,-54,-102v-13,-42,-19,-94,-19,-157v0,-125,29,-220,88,-285v28,-30,59,-50,91,-61v32,-11,66,-16,101,-16","w":475},{"d":"25,-200v0,-13,0,-21,1,-24v-1,-1,-3,-3,-4,-6v-1,-3,-1,-5,-1,-6v0,-1,2,-6,6,-14r10,-21r57,0r4,-27r4,-28v2,-15,2,-14,4,-26v2,-12,1,-12,3,-27r-66,0r0,-21v-2,-5,-3,-9,-3,-13v0,-1,1,-3,2,-7v1,-4,2,-7,4,-11v2,-6,4,-5,6,-11v2,-4,3,-7,4,-8r62,0v1,-3,1,-7,1,-11r0,-11v1,-11,2,-20,3,-30v1,-10,5,-18,10,-26v5,-8,14,-14,26,-19v12,-5,28,-7,49,-7v5,5,8,11,8,16v0,10,-1,20,-3,31v-2,11,-3,22,-6,33r-5,24r72,0v1,-3,1,-7,1,-10r0,-9v0,-10,1,-20,2,-30v1,-10,5,-19,10,-27v5,-8,14,-15,26,-20v12,-5,29,-8,50,-8v3,3,5,6,6,8v1,2,1,4,1,7v0,9,-1,19,-3,30v-2,11,-3,21,-5,30v-1,5,-3,11,-3,15v0,4,-1,9,-2,14r56,0r0,23v3,5,4,9,4,14v0,1,-1,2,-2,5v-2,4,-2,4,-4,10v-2,4,-4,8,-6,11v-2,3,-4,6,-5,8r-53,0v-1,9,-3,17,-4,27v-1,10,-3,19,-4,28v-1,9,-3,18,-4,26v-2,12,-1,12,-3,27r65,0r0,22v3,3,4,8,4,13r-2,5v-1,3,-3,7,-4,11v-1,4,-3,8,-5,12v-2,4,-3,7,-4,8r-64,0v-1,3,-1,8,-1,14r0,13r-3,33v0,0,-5,21,-10,30v-5,9,-13,16,-25,21v-12,5,-28,8,-49,8v-6,-4,-9,-9,-9,-16v0,-12,2,-25,4,-38v2,-13,4,-27,7,-40v1,-5,3,-10,3,-13v0,-3,1,-7,2,-12r-74,0v-1,3,-1,6,-1,10v0,4,0,9,-1,12v-1,10,-2,21,-4,32v-2,11,-5,22,-8,32v-3,10,-7,17,-12,23v-5,6,-12,9,-19,9v-5,0,-12,-1,-19,-2v-7,-1,-14,-3,-22,-5v-1,0,-4,-1,-7,-1r-7,0v3,-18,7,-36,10,-54v4,-28,4,-28,9,-56r-60,0xm190,-379v-1,9,-3,18,-4,27r-3,28v0,0,-2,18,-3,26v-1,8,-2,17,-3,27r73,0v3,-29,4,-29,6,-54v2,-17,4,-35,7,-54r-73,0","w":444},{"d":"214,-677v42,0,74,5,97,16v23,11,37,20,42,28v0,15,-6,32,-17,49v-6,4,-12,6,-19,6v-7,0,-14,-2,-21,-5v-9,-5,-21,-8,-34,-11v-13,-3,-26,-5,-39,-5v-26,0,-46,7,-61,19v-15,12,-23,30,-23,55r0,13v2,13,5,24,11,34v6,10,14,21,23,31v10,11,22,24,36,37r39,37r2,2v0,0,2,1,2,2v15,14,16,14,30,28v10,9,18,18,26,27v21,22,37,45,47,68v10,23,15,48,15,76v0,56,-17,100,-51,134v-34,34,-84,51,-149,51v-35,0,-63,-4,-86,-11v-23,-7,-40,-16,-49,-25v-10,-9,-15,-18,-15,-25v0,-8,3,-19,8,-32v5,-13,12,-26,19,-37v17,13,36,24,57,33v21,9,42,13,63,13v27,0,49,-9,65,-25v16,-16,25,-39,25,-69v0,-21,-4,-39,-13,-56v-9,-17,-25,-36,-48,-57v-5,-7,-11,-13,-17,-19r-19,-19v-1,-1,-4,-3,-6,-5r-7,-7r-12,-12r-34,-34v-11,-10,-20,-20,-28,-30v-17,-21,-29,-41,-36,-60v-7,-19,-10,-38,-10,-57v0,-20,4,-39,11,-58v7,-19,17,-36,32,-51v15,-15,34,-27,58,-36v24,-9,53,-13,86,-13","w":400},{"d":"95,-117v25,0,41,4,49,13v8,9,12,26,11,50r0,7v0,3,0,5,-1,7v-1,14,-5,28,-11,43v-6,15,-13,28,-21,41v-8,13,-17,24,-26,34v-9,10,-17,19,-25,24r1,0v-5,3,-10,5,-15,6v-5,1,-11,2,-16,2v-15,0,-28,-4,-41,-13v1,-1,3,-4,4,-7v1,-3,3,-6,4,-7v11,-17,20,-33,28,-48v8,-15,13,-32,14,-51v-3,-2,-6,-5,-7,-8v-1,-1,-1,-3,-1,-4v0,-1,-2,-7,-6,-16v-1,-5,-3,-10,-5,-16v-2,-6,-3,-11,-3,-16v5,-11,14,-21,26,-29v12,-8,26,-12,41,-12xm28,-374v0,-41,23,-62,68,-62v26,0,42,6,50,16v8,10,12,25,11,44v-1,19,-6,36,-15,48v-9,12,-26,18,-52,18v-23,0,-39,-6,-48,-16v-9,-10,-14,-26,-14,-48","w":193},{"d":"231,-365v-31,41,-47,75,-47,102v0,6,1,11,2,17v1,6,2,12,3,17v1,3,1,7,1,10v0,3,1,7,1,10v-3,5,-10,9,-19,12v-9,3,-17,4,-26,4v-11,0,-22,-3,-33,-10v-11,-7,-18,-17,-22,-32v-3,-13,-5,-27,-5,-40v0,-20,4,-40,13,-59v5,-11,12,-22,19,-33r21,-32r8,-12v11,-16,21,-32,31,-48v10,-16,15,-34,15,-53v0,-21,-6,-36,-17,-46v-11,-10,-24,-15,-41,-15v-11,0,-23,2,-35,6v-12,4,-26,11,-41,20v-9,-1,-17,-6,-25,-15v-8,-9,-12,-24,-12,-43v5,-9,14,-16,24,-23v10,-7,21,-14,34,-18v13,-4,26,-8,40,-10v14,-2,27,-3,40,-3v26,0,48,4,66,11v18,7,33,16,44,28v11,12,19,26,24,42v5,16,7,35,7,54v0,33,-7,62,-21,87v-14,25,-30,49,-49,72xm150,-113v23,0,39,5,46,15v7,10,10,24,9,43v-1,19,-5,34,-13,46v-8,12,-23,18,-48,18v-21,0,-36,-5,-44,-15v-8,-10,-12,-26,-12,-47v0,-40,21,-60,62,-60","w":322},{"d":"50,-630r0,-13r0,-9v0,0,-1,-5,-1,-8v8,-6,20,-9,37,-10v15,-1,32,-2,50,-2v18,0,35,-1,53,-1v35,0,66,3,93,11v27,8,51,20,70,37v19,17,33,39,43,65v10,26,15,58,15,95v0,36,-5,66,-16,91v-11,25,-25,44,-42,60v-17,16,-36,28,-56,36v-20,8,-39,12,-56,14v-7,0,-14,0,-21,-1v-7,-1,-15,-2,-21,-5v-6,-3,-11,-8,-15,-14v-4,-6,-6,-16,-6,-27v0,-3,2,-6,7,-9v5,-3,11,-5,17,-5v11,0,22,-2,33,-7v11,-5,21,-13,30,-24v9,-11,17,-26,23,-44v6,-18,9,-42,9,-69v0,-23,-3,-42,-8,-58v-5,-16,-13,-29,-22,-39v-9,-10,-19,-16,-31,-20v-12,-4,-25,-7,-39,-7r-22,0v-6,0,-12,0,-17,1r0,432r1,110v0,17,-4,30,-12,41v-6,6,-14,10,-24,11v-10,1,-25,1,-45,1r-27,0v1,-29,2,-60,2,-95r0,-112","w":433},{"d":"22,-235r0,-31v0,-11,1,-23,2,-34v3,-54,12,-102,26,-146v14,-44,32,-80,55,-109v17,-21,34,-39,53,-53v19,-14,37,-26,56,-34v19,-8,37,-15,55,-18v18,-3,35,-5,51,-5v19,0,36,3,52,7v16,4,26,13,29,27v0,7,0,14,-1,21v-1,7,-3,14,-5,20v-44,-3,-84,1,-120,12v-36,11,-66,32,-89,63v-14,19,-26,41,-36,67v-10,26,-18,57,-23,93v-1,3,-1,7,-1,9v0,2,0,5,-1,8v-2,15,-4,29,-5,44v-1,15,-2,30,-2,45v0,64,10,111,29,141v19,30,45,45,76,45v27,0,50,-12,69,-37v19,-25,28,-61,28,-109v0,-36,-6,-63,-18,-80v-12,-17,-27,-28,-45,-33r1,0v-5,-1,-10,-2,-14,-2v-7,0,-18,1,-30,4v-12,3,-23,5,-32,8r0,-28v0,-13,2,-24,6,-33v4,-9,11,-16,20,-21v16,-7,35,-11,57,-11v9,0,15,0,18,1r-1,0v24,2,45,9,62,20v17,11,31,25,42,42v11,17,19,37,24,58v5,21,7,42,7,65v0,34,-4,65,-12,93v-8,28,-21,54,-37,74v-16,20,-37,36,-62,48v-25,12,-55,17,-90,17v-58,0,-105,-19,-140,-59v-35,-40,-53,-103,-54,-189"},{"w":227},{"d":"28,-54v0,-41,23,-62,68,-62v26,0,42,5,50,15v8,10,12,25,11,45v-1,19,-5,36,-14,48v-9,12,-27,18,-54,18v-23,0,-39,-5,-48,-16v-9,-11,-13,-27,-13,-48","w":193},{"d":"293,-100v1,11,-2,20,-7,26v-5,6,-12,10,-20,13v-8,3,-18,5,-29,5r-32,0r0,-174r-164,0v0,-26,3,-46,7,-58v4,-12,13,-18,26,-18r131,0r0,-77v0,-11,-1,-24,-1,-37v0,-13,0,-24,-1,-34v6,-7,14,-11,25,-12v11,-1,27,-2,46,-3v8,4,14,9,16,15v2,6,3,14,3,25r0,123r164,0v0,26,-1,46,-5,58v-4,12,-14,18,-29,18r-130,0r0,130r0,0","w":499},{"d":"230,-797v16,3,32,5,48,9r46,11v1,1,4,1,7,2v3,1,6,1,7,2v0,10,0,19,-1,25v-1,6,-3,11,-5,14v-2,3,-6,6,-10,7v-4,1,-9,2,-16,3v-5,1,-10,1,-16,1v-6,0,-11,0,-16,1r-40,3v-7,1,-14,2,-20,3v-6,1,-11,2,-16,5r0,33r0,44r0,46v0,0,-1,27,-1,37v-1,35,-1,76,-1,123v0,47,-1,94,-1,143r0,109r0,80v0,22,1,42,1,58r0,44r3,30v0,0,3,17,6,24v7,1,13,1,19,1v6,0,14,0,22,1v4,1,9,1,14,1v5,0,11,0,16,1v9,1,19,2,29,3v10,1,19,3,28,6v0,13,0,23,-1,31v-1,8,-2,14,-4,18v-2,4,-5,8,-8,10v-3,2,-7,4,-12,5v-38,0,-74,-1,-108,-3r-84,-5v-2,0,-4,-1,-8,-1r-8,0v-1,-18,-1,-38,-1,-61r0,-69r0,-144v0,-26,1,-52,1,-79r0,-81r0,-102v0,-56,2,-55,2,-113r0,-115v0,-38,1,-75,2,-109v0,-5,0,-11,1,-19v1,-8,2,-14,5,-19v1,-1,7,-3,16,-5v9,-2,19,-3,31,-4v12,-1,24,-3,37,-4v13,-1,25,-1,35,-1r1,0","w":368}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+391-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("BmPO+}XF{s*_B4d5p}SE6m6*J%XOP}*_J%:E{s,RP01Y;eFC{SF1uy,v0s~O9}vrJS?e$d,*,0?O=-Lr=Sf50V,.GmM!s}Xf{eXQpda.uC0_]spa7e:4~ZO;:-LmXE;FJ4:yBuS!BmA@PVh|9up178Qg]hr,u0pC,eSP+hfO7~L2MEX7]e*MXCA_BOYCGRXa+mdFB46CBu?v)7AY9-OCGRAY+-OaG}?d+}pF{4?R)s6_PCfR+8da{8=*$yF5{s;[;Cf.{eF.JC(l]RpypOa_B71[)ev!;JrFPJ:[+yXFJ4fZ+%O1+sSQpm0E{m*epSa_Pm01+sSQpm0E{m*epSa_+}0F2mp.+%pYP0a_;%*!BuM.{ufFPJXFBm?.;%AL4-hSm86:BG=X])M,u7~0sJ;P{+9p$2(rCZVd}R[v@`Y!_.a?EeFO%yQfg51*|lSF{s*_G}r.9y,_;sOdBud}+y6[]%V1+-Y`B%VvPO!Zs%dpJ7Oas%dp2uV[BuA(")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":454,"face":{"font-family":"Qlassik Bold","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"5 7 0 0 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"14","cap-height":"3","bbox":"-75 -797 767 252","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+007E"}}));;

Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"374,-306v-22,0,-27,9,-39,27r-114,178v-3,5,-4,8,-4,12v0,8,5,9,12,11r41,10r0,68r-245,0r0,-68r57,-14v9,-2,17,-6,24,-17r168,-253r-151,-216v-8,-10,-15,-14,-24,-16r-58,-13r0,-69r245,0r0,69r-45,11v-8,2,-9,10,-5,16r102,150v13,20,17,28,39,28v22,0,26,-8,39,-28r102,-149v4,-7,3,-14,-5,-16r-46,-12r0,-69r241,0r0,69r-57,12v-9,2,-16,6,-24,16r-154,218r169,253v7,11,14,14,23,17r57,13r0,68r-247,0r0,-68r44,-10v7,-2,12,-3,12,-11v0,-4,-1,-7,-4,-12r-114,-178v-12,-18,-17,-27,-39,-27","w":747},{"d":"491,-141v0,117,-83,148,-211,148v-127,0,-221,-20,-221,-20r12,-81v0,0,106,21,198,21v88,0,124,-18,124,-62v0,-60,-40,-49,-133,-55v-110,-6,-204,0,-204,-138v0,-117,70,-143,215,-143v101,0,192,21,192,21r-11,76v0,0,-91,-17,-179,-17v-93,0,-121,8,-121,60v0,58,57,48,142,52v122,4,197,10,197,138","w":545},{"d":"552,0r-136,0r-5,-33v-1,-7,-4,-19,-20,-19v-10,0,-18,5,-26,10r-64,44v0,0,-29,5,-74,5v-152,0,-177,-98,-177,-239v0,-136,31,-239,185,-239v76,0,147,13,160,16r0,-122v0,-13,-2,-16,-14,-18r-44,-9r0,-62r157,0r0,577v0,13,2,16,14,18r44,9r0,62xm395,-89r0,-294v-11,-1,-73,-10,-124,-10v-100,0,-120,33,-120,161v0,128,20,160,120,160v59,0,124,-17,124,-17","w":583},{"d":"164,0r-115,0r0,-114r115,0r0,114","w":213},{"d":"508,-232v0,197,-34,239,-229,239v-194,0,-229,-42,-229,-239v0,-197,35,-239,229,-239v195,0,229,42,229,239xm407,-232v0,-146,-11,-163,-128,-163v-116,0,-128,17,-128,163v0,146,12,163,128,163v117,0,128,-17,128,-163","w":558},{"d":"542,0r-385,0r0,-89r145,0r0,-488r-164,0r0,-89r267,0r0,577r137,0r0,89"},{"d":"478,-366r-78,0r-146,-248r-144,248r-77,0r177,-300r90,0","w":511},{"d":"566,0r-502,0r0,-68r52,-10v12,-3,14,-11,14,-18r0,-474v0,-7,-2,-15,-14,-18r-52,-10r0,-68r235,0r0,68r-51,10v-12,3,-14,11,-14,18r0,480r332,0r0,90","w":584},{"d":"498,130r-498,0r0,-63r498,0r0,63","w":498},{"d":"651,-598r-50,10v-11,3,-14,11,-14,18r0,369v0,136,-25,208,-264,208v-117,0,-202,-21,-202,-21r12,-80v0,0,84,18,186,18v165,0,168,-37,168,-135r0,-26v0,-14,-2,-29,-24,-29v-11,0,-18,5,-26,11r-70,49v0,0,-30,5,-67,5v-171,0,-212,-56,-212,-196r0,-173v0,-7,-2,-15,-14,-18r-50,-10r0,-68r228,0r0,68r-48,10v-12,3,-15,11,-15,18r0,165v0,106,30,120,150,120v81,0,145,-17,145,-17r0,-268v0,-7,-2,-15,-14,-18r-48,-10r0,-68r229,0r0,68"},{"d":"221,199r-188,0r0,-80r92,0r0,-703r-92,0r0,-81r188,0r0,864","w":286},{"d":"546,-62r0,62r-127,0r-164,-202v-9,-12,-18,-19,-34,-19v-19,0,-25,9,-25,27r0,105v0,13,2,16,14,18r43,9r0,62r-214,0r0,-62r44,-9v11,-2,14,-5,14,-18r0,-488v0,-13,-3,-16,-14,-18r-44,-9r0,-62r157,0r0,373v0,18,6,27,25,27v14,0,25,-9,34,-18r176,-181r104,0r0,62r-47,9v-9,2,-14,2,-21,9r-136,138r145,161v8,9,12,11,22,13","w":566},{"d":"607,-576r-249,0r0,480v0,7,2,15,14,18r52,10r0,68r-236,0r0,-68r52,-10v12,-3,14,-11,14,-18r0,-480r-249,0r0,-90r602,0r0,90","w":612},{"d":"530,-293r0,204v0,13,2,16,14,18r43,9r0,62r-214,0r0,-62r44,-9v11,-2,14,-5,14,-18r0,-196v0,-93,-19,-107,-112,-107v-49,0,-100,8,-123,12r0,291v0,13,2,16,14,18r43,9r0,62r-214,0r0,-62r44,-9v11,-2,14,-5,14,-18r0,-488v0,-13,-3,-16,-14,-18r-44,-9r0,-62r157,0r0,228v0,15,5,22,18,22v8,0,12,-2,21,-8r58,-41v0,0,29,-6,53,-6v145,0,184,37,184,178","w":626},{"d":"512,-699v-20,40,-34,60,-56,78v-23,19,-56,32,-83,32v-42,0,-86,-23,-123,-40v-24,-11,-59,-28,-86,-28v-36,0,-61,21,-90,75r-41,-27v41,-83,77,-113,136,-113v27,0,58,10,111,35v59,28,74,33,99,33v37,0,60,-17,91,-70","w":545},{"d":"441,-665r-382,864r-92,0r382,-864r92,0","w":474},{"d":"685,-191v0,130,-58,191,-192,191r-429,0r0,-68r52,-10v12,-3,14,-11,14,-18r0,-474v0,-7,-2,-15,-14,-18r-52,-10r0,-68r417,0v132,0,190,56,190,186v0,42,-8,73,-8,73r-96,53v-6,3,-9,5,-9,12v0,6,3,9,9,12r105,58v0,0,13,31,13,81xm564,-479v0,-85,-38,-99,-118,-99r-212,0r0,199r209,0v81,0,121,-16,121,-100xm577,-191v0,-88,-42,-103,-126,-103r-217,0r0,206r217,0v84,0,126,-15,126,-103","w":740},{"d":"613,-465r-12,73r-112,0r-19,117r113,0r-12,73r-113,0r-34,202r-79,0r34,-202r-120,0r-34,202r-77,0r32,-202r-113,0r11,-73r113,0r19,-117r-113,0r12,-73r113,0r33,-200r80,0r-33,200r119,0r33,-200r80,0r-33,200r112,0xm409,-392r-119,0r-19,117r118,0"},{"d":"746,-597r-47,11v-16,4,-21,9,-27,25r-198,561r-182,0r-196,-561v-6,-16,-10,-21,-27,-25r-48,-11r0,-69r236,0r0,69r-41,8v-12,3,-14,11,-11,21r149,454v7,21,12,32,32,32v20,0,25,-11,32,-32r145,-454v3,-10,1,-18,-11,-21r-41,-8r0,-69r235,0r0,69","w":767},{"d":"1171,-597r-47,11v-17,4,-22,8,-27,24r-149,562r-203,0r-129,-578v-2,-10,-7,-18,-19,-18v-11,0,-16,8,-18,17r-126,579r-204,0r-148,-562v-4,-16,-10,-20,-26,-24r-49,-11r0,-69r238,0r0,68r-43,9v-14,3,-13,12,-10,24r110,451v5,21,12,32,32,32v20,0,27,-11,32,-32r114,-552r196,0r123,552v4,21,11,32,31,32v21,0,27,-11,32,-32r106,-451v2,-12,2,-21,-12,-24r-43,-9r0,-68r239,0r0,69","w":1197},{"d":"613,-209v0,185,-89,217,-262,217v-184,0,-264,-27,-281,-204v-5,-48,-3,-99,-3,-136v0,-79,-4,-204,45,-270v43,-58,123,-70,242,-70v118,0,226,26,226,26r-14,83v0,0,-113,-24,-211,-24v-87,0,-131,11,-151,39v-30,39,-27,115,-27,163v0,13,1,26,23,26v12,0,18,-5,27,-11r68,-47v0,0,42,-8,96,-8v162,0,222,47,222,216xm506,-209v0,-125,-37,-129,-164,-129v-75,0,-142,16,-169,24r0,73v0,123,10,161,166,162v128,1,167,-5,167,-130"},{"d":"624,-332v0,265,-27,339,-283,339v-257,0,-285,-74,-285,-339v0,-279,44,-341,284,-341v255,0,284,81,284,341xm518,-332v0,-218,-15,-255,-178,-255v-154,0,-178,32,-178,255v0,222,13,254,178,254v170,0,178,-40,178,-254"},{"d":"915,-666r0,68r-52,10v-12,3,-14,11,-14,18r0,474v0,7,2,15,14,18r52,10r0,68r-236,0r0,-68r52,-10v12,-3,14,-11,14,-18r0,-466v0,-16,-3,-27,-21,-27v-16,0,-20,11,-26,23r-147,342r-131,0r-151,-346v-5,-10,-10,-19,-23,-19v-19,0,-21,11,-21,27r0,466v0,7,2,15,14,18r51,10r0,68r-226,0r0,-68r52,-10v12,-3,14,-11,14,-18r0,-474v0,-7,-2,-15,-14,-18r-52,-10r0,-68r272,0r141,343v2,3,4,7,10,7v5,0,8,-4,9,-7r139,-343r280,0","w":979},{"d":"203,-666r-11,490r-96,0r-9,-490r116,0xm203,0r-111,0r0,-113r111,0r0,113","w":288},{"d":"253,199r-188,0r0,-864r188,0r0,81r-91,0r0,703r91,0r0,80","w":286},{"d":"260,202r-30,0v-143,0,-165,-94,-165,-211r0,-374v0,-80,0,-88,1,-107v8,-128,52,-179,164,-179v1,0,10,0,30,2r0,86v-66,0,-89,4,-91,77v-2,55,-3,108,-3,156r0,230v0,45,1,103,3,156v2,64,15,77,91,78r0,86","w":293},{"d":"731,0r-353,0r-22,0v-266,0,-296,-73,-296,-339v0,-286,41,-334,295,-334v266,0,294,64,294,334v0,72,-8,135,-8,135r-77,74v-9,9,-14,14,-14,24v0,25,28,23,45,24r136,7r0,75xm543,-338v0,-220,0,-247,-188,-247v-172,0,-189,8,-189,247v0,227,13,252,190,252v181,0,187,-26,187,-252","w":746},{"d":"810,-598r-52,10v-12,3,-14,11,-14,18r0,570r-206,0r-268,-570v-6,-14,-10,-19,-23,-19v-19,0,-21,10,-21,27r0,466v0,7,2,15,14,18r51,10r0,68r-227,0r0,-68r52,-10v12,-3,14,-11,14,-18r0,-474v0,-7,-2,-15,-14,-18r-52,-10r0,-68r274,0r266,562v6,13,11,19,23,19v19,0,21,-12,21,-28r0,-457v0,-7,-2,-15,-14,-18r-52,-10r0,-68r228,0r0,68","w":874},{"d":"649,-332v0,269,-28,339,-293,339v-266,0,-296,-73,-296,-339v0,-286,41,-341,295,-341v267,0,294,72,294,341xm542,-332v0,-209,-2,-254,-187,-254v-169,0,-188,25,-188,254v0,217,14,251,189,251v179,0,186,-36,186,-251","w":709},{"d":"364,-664r-10,71v0,0,-43,-8,-83,-8v-58,0,-69,11,-69,70r0,66r147,0r0,75r-147,0r0,301v0,13,2,16,14,18r45,9r0,62r-215,0r0,-62r44,-9v11,-2,14,-5,14,-18r0,-301r-89,0r0,-75r88,0r0,-61v0,-50,3,-100,45,-129v25,-18,67,-21,104,-21v57,0,112,12,112,12","w":349},{"d":"132,166r-68,0r0,-831r68,0r0,831","w":196},{"d":"100,-665r-9,266r-49,0r-9,-266r67,0","w":133},{"d":"869,-403r-31,6v-15,3,-19,6,-22,18r-95,379r-189,0r-78,-390v-1,-4,-3,-7,-8,-7v-4,0,-6,3,-7,7r-85,390r-188,0r-99,-379v-3,-11,-9,-15,-21,-17r-33,-7r0,-62r197,0r0,62r-30,7v-12,2,-13,10,-11,20r59,274v5,22,12,35,29,35v19,0,25,-13,30,-35r73,-354r175,0r67,354v4,22,12,35,31,35v17,0,24,-13,28,-35r55,-275v2,-10,2,-18,-10,-20r-32,-6r0,-62r195,0r0,62","w":882},{"d":"457,-13v0,0,-67,20,-178,20v-167,0,-229,-47,-229,-239v0,-192,62,-239,229,-239v90,0,178,19,178,19r-12,75v0,0,-68,-13,-141,-13v-133,0,-153,24,-153,158v0,133,20,160,153,160v73,0,141,-14,141,-14","w":507},{"d":"597,0r-214,0r0,-62r44,-9v11,-2,14,-5,14,-18r0,-196v0,-93,-19,-107,-112,-107v-49,0,-100,8,-123,12r0,291v0,13,2,16,14,18r43,9r0,62r-214,0r0,-62r44,-9v11,-2,14,-5,14,-18r0,-287v0,-13,-3,-16,-14,-18r-44,-9r0,-62r134,0r4,33v1,7,4,19,20,19v10,0,18,-5,26,-10r63,-44v0,0,41,-4,59,-4v145,0,185,37,185,178r0,204v0,13,2,16,14,18r43,9r0,62","w":636},{"d":"564,0r-205,0r0,-62r21,-4v7,-2,16,-3,16,-14v0,-6,-2,-9,-5,-14r-72,-107v-8,-12,-16,-16,-27,-16v-10,0,-18,4,-26,16r-71,109v-4,6,-5,9,-5,13v0,8,7,11,13,12r24,5r0,62r-202,0r0,-62r48,-11v11,-3,14,-8,21,-18r99,-150r-92,-136v-7,-10,-10,-15,-21,-17r-45,-9r0,-62r199,0r0,62r-23,5v-14,3,-17,12,-10,23r63,95v11,17,17,21,28,21v12,0,18,-7,26,-19r64,-94v3,-4,5,-8,5,-13v0,-9,-7,-13,-15,-14r-22,-4r0,-62r200,0r0,62r-44,8v-14,3,-16,7,-24,19r-90,134r106,154v8,12,11,15,28,18r38,8r0,62","w":589},{"d":"513,-267v0,17,-1,33,-3,66v-33,1,-97,8,-172,8v-71,0,-105,-6,-105,-6r-43,-30v-7,-5,-11,-8,-20,-8v-13,0,-19,9,-19,22r0,21v0,31,7,66,27,89v31,33,89,33,130,33v61,0,109,-9,165,-19r13,72v0,0,-81,26,-188,26v-158,0,-248,-34,-248,-239v0,-59,9,-117,25,-153v32,-69,103,-86,211,-86v175,0,227,42,227,204xm411,-271v0,-112,-25,-124,-120,-124v-130,0,-133,21,-139,121v61,9,133,6,133,6v0,0,73,2,126,-3","w":563},{"d":"585,0r-135,0r-5,-33v-1,-7,-4,-19,-20,-19v-10,0,-18,5,-26,10r-62,44v0,0,-33,4,-51,4v-145,0,-184,-37,-184,-178r0,-204v0,-13,-3,-16,-14,-18r-44,-9r0,-62r157,0r0,286v0,93,18,107,111,107v49,0,93,-8,117,-12r0,-292v0,-13,-3,-16,-14,-18r-44,-9r0,-62r157,0r0,376v0,13,2,16,14,18r43,9r0,62","w":628},{"d":"770,-598r-51,10v-12,3,-14,11,-14,18r0,474v0,7,2,15,14,18r51,10r0,68r-157,0r-7,-42v-2,-8,-4,-22,-23,-22v-11,0,-18,6,-27,12r-83,54v0,0,-55,5,-83,5v-208,0,-256,-56,-256,-240r0,-337v0,-7,-2,-15,-14,-18r-52,-10r0,-68r235,0r0,68r-51,10v-12,3,-14,11,-14,18r0,324v0,139,23,165,161,165v114,0,202,-23,202,-23r0,-466v0,-7,-2,-15,-14,-18r-52,-10r0,-68r235,0r0,68","w":833},{"d":"265,-196v-43,13,-54,29,-54,78r0,160v0,46,-6,86,-21,111v-17,30,-60,46,-102,46r-55,0r0,-78v66,0,88,-8,88,-81r0,-161v0,-55,13,-88,46,-112v-33,-24,-46,-56,-46,-112r0,-161v0,-38,-6,-57,-17,-67v-7,-6,-30,-13,-51,-13r-20,0r0,-79r55,0v43,0,84,17,102,47v14,24,21,64,21,111r0,159v0,50,11,66,54,79r0,73","w":303},{"d":"206,-550r-121,0r0,-116r121,0r0,116xm263,0r-214,0r0,-62r44,-9v11,-2,14,-5,14,-18r0,-287v0,-13,-3,-16,-14,-18r-44,-9r0,-62r157,0r0,376v0,13,2,16,14,18r43,9r0,62","w":307},{"d":"574,-295r-469,200r0,-92r352,-145r-352,-145r0,-92r469,200r0,74"},{"d":"562,0r-137,0r-4,-31v-1,-7,-4,-19,-20,-19v-10,0,-18,5,-26,10r-62,43v0,0,-43,4,-76,4v-148,0,-191,-32,-191,-150v0,-111,38,-145,165,-147r195,-2r0,-20v0,-36,-11,-58,-40,-70v-21,-9,-51,-11,-92,-11v-94,0,-186,22,-186,22r-14,-75v0,0,90,-25,215,-25v71,0,124,7,159,26v39,21,57,57,57,120r0,236v0,13,2,16,14,18r43,9r0,62xm406,-89r0,-132r-153,3v-70,1,-106,-8,-106,75v0,68,29,72,100,72v73,0,159,-18,159,-18","w":598},{"d":"729,-334v0,194,-19,334,-287,334r-378,0r0,-68r52,-10v12,-3,14,-11,14,-18r0,-474v0,-7,-2,-15,-14,-18r-52,-10r0,-68r378,0v268,0,287,138,287,332xm622,-333v0,-150,-2,-245,-182,-245r-206,0r0,490r206,0v180,0,182,-96,182,-245","w":789},{"d":"674,-461v0,81,0,233,-192,233r-55,0v-42,0,-76,-2,-76,-2r-68,-47v-9,-6,-16,-11,-27,-11v-22,0,-23,13,-23,27r0,165v0,7,3,15,15,18r51,10r0,68r-235,0r0,-68r52,-10v12,-3,14,-11,14,-18r0,-474v0,-7,-2,-15,-14,-18r-52,-10r0,-68r416,0v128,0,194,70,194,205xm567,-450v0,-108,-47,-128,-131,-128r-202,0r0,253v53,11,128,11,182,11v104,0,151,-7,151,-136","w":724},{"d":"601,0r-537,0r0,-68r52,-10v12,-3,14,-11,14,-18r0,-474v0,-7,-2,-15,-14,-18r-52,-10r0,-68r537,0r0,89r-367,0r0,192r355,0r0,87r-355,0r0,209r367,0r0,89","w":650},{"d":"507,199r-92,0r-382,-864r92,0","w":474},{"d":"255,-210r-222,0r0,-65r222,0r0,65","w":288},{"d":"592,0r-532,0r0,-184r383,-323v13,-11,25,-19,25,-38v0,-29,-19,-33,-44,-33r-369,0r0,-88r509,0r0,190r-383,316v-11,9,-19,18,-19,33v0,29,22,35,48,35r382,0r0,92","w":657},{"d":"451,0r-403,0r0,-144r285,-214v6,-5,9,-9,9,-16v0,-14,-9,-17,-24,-17r-278,2r0,-76r393,0r0,148r-283,207v-7,5,-12,9,-12,18v0,15,12,17,25,17r288,-3r0,78","w":491},{"d":"83,-666r472,0r0,114r-183,151v-5,4,-7,7,-7,14v0,11,7,14,18,14r21,0v115,0,193,51,193,174v0,181,-140,206,-283,206v-115,0,-224,-24,-224,-24r12,-84v0,0,115,20,214,20v115,0,175,-19,175,-112v0,-87,-53,-99,-136,-100r-70,-1r-42,-96r183,-154v6,-5,11,-9,11,-17v0,-14,-10,-16,-24,-16r-330,0r0,-89"},{"d":"88,-174r0,-202v0,-13,-3,-16,-14,-18r-44,-9r0,-62r214,0r0,62r-44,9v-11,2,-14,5,-14,18r0,199v0,93,19,105,112,105v49,0,76,-8,100,-12r0,-292v0,-13,-3,-16,-14,-18r-44,-9r0,-62r214,0r0,62r-43,9v-12,2,-14,5,-14,18r0,350v0,185,-50,225,-223,225v-78,0,-161,-17,-161,-17r10,-74v0,0,74,15,148,15v112,0,131,-21,131,-125r0,-22v0,-15,-6,-22,-19,-22v-10,0,-14,4,-21,8r-58,41v0,0,-27,4,-52,4v-121,0,-164,-46,-164,-181","w":594},{"d":"574,-290r-189,0r0,188r-91,0r0,-188r-188,0r0,-85r188,0r0,-187r91,0r0,187r189,0r0,85"},{"d":"544,0r0,-68r36,-8v9,-2,16,-3,16,-12v0,-5,-1,-8,-4,-16r-34,-88r-347,0r-36,90v-3,7,-4,10,-4,14v0,9,7,11,17,13r35,7r0,68r-223,0r0,-68r46,-10v15,-3,20,-10,25,-23r199,-464v5,-12,2,-21,-11,-23r-53,-9r0,-69r268,0r225,565v8,18,14,20,32,24r42,9r0,68r-229,0xm526,-274r-116,-294v-6,-15,-9,-23,-24,-23v-15,0,-18,8,-24,23r-118,294r282,0","w":773},{"d":"187,-550r-121,0r0,-116r121,0r0,116xm187,95v0,49,-20,102,-129,102v-50,0,-97,-8,-97,-8r8,-73v0,0,34,4,57,4v52,0,62,-10,62,-56r0,-440v0,-13,-2,-16,-14,-18r-44,-9r0,-62r157,0r0,560","w":267},{"d":"667,-471v145,0,185,37,185,178r0,204v0,13,2,16,14,18r43,9r0,62r-214,0r0,-62r44,-9v11,-2,14,-5,14,-18r0,-195v0,-94,-19,-107,-112,-107v-49,0,-99,5,-123,10v8,18,12,40,12,61r0,231v0,13,2,16,14,18r43,9r0,62r-214,0r0,-62r44,-9v11,-2,14,-5,14,-18r0,-196v0,-93,-19,-107,-111,-107v-48,0,-93,7,-114,11r0,292v0,13,2,16,14,18r43,9r0,62r-214,0r0,-62r44,-9v11,-2,14,-5,14,-18r0,-287v0,-13,-3,-16,-14,-18r-44,-9r0,-62r134,0r4,33v1,7,4,19,20,19v10,0,18,-5,26,-10r63,-44v22,-2,35,-4,66,-4v61,0,92,7,137,47v16,14,22,11,37,0r64,-44v0,0,35,-3,67,-3","w":948},{"d":"270,199r-55,0v-43,0,-84,-16,-102,-46v-14,-24,-21,-65,-21,-111r0,-160v0,-48,-11,-65,-54,-78r0,-73v42,-12,54,-28,54,-79r0,-159v0,-45,7,-87,21,-111v18,-31,59,-47,102,-47r55,0r0,79v-66,0,-88,8,-88,81r0,160v0,56,-13,89,-46,113v33,23,46,55,46,111r0,162v0,39,5,55,18,67v6,6,28,13,50,13r20,0r0,78","w":303},{"d":"620,-22v0,0,-117,29,-245,29v-234,0,-315,-59,-315,-340v0,-281,81,-341,315,-341v128,0,245,29,245,29r-14,89v0,0,-115,-24,-219,-24v-200,0,-220,46,-220,247v0,193,20,249,217,249v104,0,222,-23,222,-23","w":670},{"d":"253,-665r-9,266r-48,0r-9,-266r66,0xm100,-665r-9,266r-49,0r-9,-266r67,0","w":286},{"d":"600,0r-520,0r0,-124v0,-138,51,-166,166,-209r146,-55v73,-27,92,-45,92,-99v0,-74,-19,-99,-147,-99v-117,0,-237,28,-237,28r-16,-85v0,0,121,-30,258,-30v164,0,248,37,248,178v0,105,-37,147,-130,184v-62,25,-128,45,-190,70v-66,27,-89,42,-89,117r0,35r419,0r0,89"},{"d":"782,0r-235,0r0,-68r52,-10v12,-3,14,-11,14,-18r0,-203r-379,0r0,203v0,7,2,15,14,18r51,10r0,68r-235,0r0,-68r52,-10v12,-3,14,-11,14,-18r0,-474v0,-7,-2,-15,-14,-18r-52,-10r0,-68r235,0r0,68r-51,10v-12,3,-14,11,-14,18r0,189r379,0r0,-189v0,-7,-2,-15,-14,-18r-52,-10r0,-68r235,0r0,68r-51,10v-12,3,-14,11,-14,18r0,474v0,7,2,15,14,18r51,10r0,68","w":846},{"d":"160,-149v0,0,-5,20,-5,39v0,33,5,40,80,40r131,0v129,0,169,22,169,133v0,104,-41,136,-263,136v-107,0,-200,-17,-200,-17r8,-78v1,0,112,15,191,15v33,0,97,-2,124,-8v31,-6,43,-16,43,-47v0,-38,-11,-46,-45,-50v-14,-1,-30,-1,-45,-1r-145,0v-60,0,-142,4,-142,-82v0,-6,1,-13,1,-18r52,-54v4,-4,7,-8,7,-14v0,-9,-6,-12,-10,-15v-39,-24,-54,-46,-54,-133v0,-130,36,-170,218,-168r282,2r0,62r-113,5v-11,0,-17,5,-17,15v0,7,5,11,9,15r56,57v0,0,2,17,2,24v0,127,-55,155,-224,155v-75,0,-110,-13,-110,-13xm393,-304v0,-29,-3,-67,-9,-95v0,0,-65,-2,-109,-2v-91,0,-116,9,-116,99v0,94,28,97,116,97v88,0,118,-5,118,-99","w":571},{"d":"658,-295r-94,0r0,284v-36,5,-115,18,-219,18v-151,0,-273,-20,-273,-198v0,-44,9,-74,9,-74r103,-59v8,-5,13,-9,13,-19v0,-10,-4,-14,-13,-19r-93,-51v0,0,-6,-27,-6,-74v0,-145,89,-186,224,-186v110,0,196,23,196,23r-15,82v0,0,-87,-18,-165,-18v-95,0,-133,15,-133,99v0,85,38,110,130,110r145,0r0,-98r97,0r0,98r94,0r0,82xm467,-88r0,-207r-153,0v-98,0,-133,17,-133,108v0,102,54,106,162,106v48,0,99,-5,124,-7","w":698},{"w":223},{"d":"541,-234v0,172,-39,241,-216,241v-66,0,-129,-18,-129,-18r0,121v0,13,2,16,14,18r43,9r0,62r-214,0r0,-62r44,-9v11,-2,14,-5,14,-18r0,-486v0,-13,-3,-16,-14,-18r-44,-9r0,-62r134,0r4,33v1,7,4,19,20,19v10,0,18,-5,26,-10r63,-45v0,0,35,-3,60,-3v157,0,195,66,195,237xm440,-233v0,-128,-21,-159,-120,-159v-60,0,-124,13,-124,13r0,297v0,0,53,10,121,10v101,0,123,-26,123,-161","w":591},{"d":"331,7v-139,0,-257,-27,-257,-27r12,-88v0,0,129,25,233,25v77,0,167,0,167,-102v0,-104,-47,-95,-156,-102v-150,-10,-270,-7,-270,-188v0,-156,83,-198,260,-198v124,0,235,25,235,25r-14,87v0,0,-117,-23,-204,-23v-78,0,-174,-4,-174,96v0,99,68,94,160,98v146,7,268,2,268,189v0,181,-102,208,-260,208","w":650},{"d":"877,-171v0,133,-25,175,-169,175v-144,0,-170,-42,-170,-175v0,-139,31,-176,170,-176v149,0,169,45,169,176xm764,-665r-504,665r-97,0r501,-665r100,0xm382,-494v0,133,-24,175,-168,175v-144,0,-171,-42,-171,-175v0,-139,31,-176,170,-176v149,0,169,45,169,176xm793,-171v0,-92,-3,-104,-85,-104v-76,0,-86,8,-86,104v0,92,7,102,86,102v79,0,85,-9,85,-102xm298,-495v0,-92,-3,-103,-85,-103v-76,0,-85,7,-85,103v0,92,7,103,86,103v79,0,84,-10,84,-103","w":920},{"d":"234,-291r0,195v0,7,2,15,14,18r51,10r0,68r-235,0r0,-68r52,-10v12,-3,14,-11,14,-18r0,-474v0,-7,-2,-15,-14,-18r-52,-10r0,-68r404,0v154,0,206,49,206,187v0,57,-14,100,-42,131v-26,29,-65,42,-103,46v-14,2,-26,4,-26,20v0,8,4,13,9,20r108,159v12,18,24,21,46,26r39,9r0,68r-147,0r-125,-188r0,-103r-199,0xm566,-478v0,-31,-1,-58,-19,-76v-16,-15,-47,-24,-114,-24r-199,0r0,200r199,0v67,0,98,-10,114,-24v18,-18,19,-44,19,-76","w":755},{"d":"409,-598r-52,10v-12,3,-14,11,-14,18r0,412v0,141,-70,167,-181,167v-71,0,-144,-15,-144,-15r9,-80v0,0,58,10,116,10v85,0,96,-23,96,-107r0,-387v0,-7,-1,-15,-13,-18r-52,-10r0,-68r235,0r0,68","w":469},{"d":"336,-10v0,0,-47,14,-100,14v-122,0,-137,-47,-137,-154r0,-240r-93,0r0,-75r93,0r0,-124r99,0r0,124r138,0r0,75r-138,0r0,255v0,52,6,66,63,66v22,0,66,-8,66,-8","w":379},{"d":"609,-582v3,92,-17,154,-124,243v-98,81,-132,97,-132,233r0,106r-102,0r0,-115v0,-173,73,-222,149,-281v52,-42,104,-75,104,-147r0,-33r-433,0r0,-90r535,0"},{"d":"164,-342r-115,0r0,-114r115,0r0,114xm164,0r-115,0r0,-114r115,0r0,114","w":213},{"d":"596,-221v0,182,-96,228,-266,228v-126,0,-241,-25,-241,-25r13,-84v0,0,123,22,221,22v131,0,167,-30,167,-140v0,-122,-52,-140,-165,-140v-93,0,-181,37,-181,37r-60,-25r0,-318r474,0r0,89r-382,0r0,170v0,12,5,19,17,19v7,0,11,-2,17,-6r68,-48v0,0,35,-6,81,-6v151,0,237,46,237,227"},{"d":"88,-20r13,-88v0,0,126,25,230,25v77,0,167,0,167,-102v0,-99,-53,-93,-156,-100v-150,-10,-268,-9,-268,-190v0,-146,72,-192,225,-197r0,-100r83,0r0,100v105,5,187,24,187,24r-14,87v0,0,-115,-23,-201,-23v-78,0,-174,-4,-174,96v0,91,67,91,160,95v145,7,266,5,266,192v0,168,-85,203,-224,207r0,104r-83,0r0,-104v-118,-5,-211,-26,-211,-26"},{"d":"574,-95r-469,-201r0,-73r469,-200r0,92r-352,145r352,145r0,92"},{"d":"496,-488v0,104,-2,161,-129,201v-77,25,-82,27,-82,69r0,35r-104,0r0,-35v0,-91,31,-112,137,-149v76,-27,78,-36,78,-121v0,-89,-44,-99,-128,-99v-69,0,-137,7,-204,22r-15,-81v0,0,100,-27,219,-27v136,0,228,22,228,185xm293,0r-123,0r0,-118r123,0r0,118","w":556},{"d":"407,-513r-128,44r76,105r-58,42r-77,-108r-82,108r-59,-42r80,-105r-126,-45r25,-68r125,43r0,-126r73,0r0,126r126,-43","w":440},{"d":"649,0r-82,0r-7,-42v-2,-8,-4,-22,-23,-22v-11,0,-18,6,-27,12r-83,54v0,0,-46,5,-74,5v-227,0,-293,-56,-293,-339v0,-286,82,-340,315,-340v128,0,255,33,255,33r-13,89v0,0,-141,-27,-250,-27v-152,0,-200,21,-200,245v0,227,36,249,193,249v92,0,159,-13,184,-19r0,-260r105,0r0,362","w":715},{"d":"67,-455v0,-185,89,-217,262,-217v184,0,264,27,281,204v5,48,3,99,3,137v0,78,4,203,-45,269v-43,58,-123,70,-242,70v-118,0,-226,-26,-226,-26r14,-83v0,0,113,24,211,24v87,0,131,-11,151,-39v30,-39,27,-115,27,-163v0,-13,-1,-26,-23,-26v-12,0,-18,5,-27,11r-68,47v0,0,-42,8,-96,8v-162,0,-222,-47,-222,-216xm174,-455v0,125,37,129,164,129v75,0,142,-16,169,-24r0,-73v0,-123,-10,-161,-166,-162v-128,-1,-167,5,-167,130"},{"d":"667,-144r-115,0r0,144r-103,0r0,-144r-388,0r0,-155r299,-367r126,0r-303,364v-10,12,-18,21,-18,38v0,21,16,31,38,31r246,0r0,-223r103,0r0,223r115,0r0,89"},{"w":223},{"d":"228,-84v0,80,0,88,-1,107v-7,129,-52,179,-164,179r-30,0r0,-86v67,-2,90,-3,92,-78v2,-56,3,-109,3,-156r0,-230v0,-45,-1,-104,-3,-156v-2,-64,-15,-76,-92,-77r0,-86v20,-2,29,-2,30,-2v81,0,126,25,149,90v10,27,16,73,16,121r0,374","w":293},{"d":"688,-666r0,68r-51,14v-16,4,-25,8,-36,19r-232,227r251,235v21,20,23,22,48,27r36,7r0,69r-247,0r0,-68r29,-5v10,-2,19,-4,19,-16v0,-6,-4,-11,-8,-14r-187,-175v-13,-11,-26,-24,-44,-24v-25,0,-32,14,-32,37r0,169v0,7,2,15,14,18r51,10r0,68r-235,0r0,-68r52,-10v12,-3,14,-11,14,-18r0,-474v0,-7,-2,-15,-14,-18r-52,-10r0,-68r235,0r0,68r-51,10v-12,3,-14,11,-14,18r0,168v0,23,7,37,32,37v18,0,32,-12,44,-24r180,-178v4,-4,6,-7,6,-13v0,-10,-7,-13,-16,-14r-28,-4r0,-68r236,0","w":724},{"d":"552,-403r-31,6v-15,3,-18,6,-22,18r-130,379r-178,0r-127,-379v-4,-11,-9,-15,-21,-17r-33,-7r0,-62r191,0r0,62r-27,6v-12,2,-14,11,-11,20r88,275v7,21,12,35,30,35v19,0,23,-14,30,-35r85,-275v3,-10,2,-18,-10,-21r-28,-5r0,-62r194,0r0,62","w":562},{"d":"164,-342r-115,0r0,-114r115,0r0,114xm169,0r-53,135r-71,0r52,-135r-55,0r0,-114r127,0r0,114","w":216},{"d":"169,0r-53,135r-71,0r52,-135r-55,0r0,-114r127,0r0,114","w":216},{"d":"573,-366r-467,0r0,-81r467,0r0,81xm573,-217r-467,0r0,-81r467,0r0,81"},{"d":"50,-232v0,-152,34,-239,203,-239v102,0,241,25,241,25r0,556v0,13,2,16,14,18r44,9r0,62r-157,0r0,-228v0,-15,-6,-22,-19,-22v-9,0,-14,4,-20,8r-59,41v0,0,-44,9,-68,9v-161,0,-179,-106,-179,-239xm395,-84r0,-298v0,0,-54,-10,-122,-10v-101,0,-122,27,-122,162v0,128,20,159,120,159v59,0,124,-13,124,-13","w":579},{"d":"299,0r-235,0r0,-68r52,-10v12,-3,14,-11,14,-18r0,-474v0,-7,-2,-15,-14,-18r-52,-10r0,-68r235,0r0,68r-51,10v-12,3,-14,11,-14,18r0,474v0,7,2,15,14,18r51,10r0,68","w":363},{"d":"340,-673v149,0,263,14,263,157v0,45,-16,89,-16,89r-107,55v-7,4,-10,7,-10,14v0,10,7,13,15,16v63,26,127,60,127,169v0,135,-80,180,-273,180v-158,0,-271,-19,-271,-174v0,-45,19,-101,19,-101r106,-55v7,-3,10,-7,10,-14v0,-10,-7,-13,-15,-16v-63,-26,-111,-45,-111,-153v0,-143,114,-167,263,-167xm498,-506v0,-55,-30,-80,-158,-80v-129,0,-159,25,-159,80v0,62,45,103,216,134v58,-20,101,-72,101,-134xm506,-171v0,-56,-25,-82,-74,-107v-41,-19,-95,-33,-156,-45v-59,22,-102,72,-102,135v0,89,30,108,166,108v53,0,90,-5,115,-13v42,-13,51,-40,51,-78"},{"d":"755,-333v0,82,-20,206,-126,206v-86,0,-70,-51,-97,-51v-9,0,-14,6,-20,12r-31,32v0,0,-35,7,-70,7v-158,0,-174,-63,-174,-202v0,-138,18,-202,176,-202v87,0,149,13,149,13r0,256v0,30,-4,72,41,72v56,0,54,-105,54,-143v0,-125,-7,-182,-49,-220v-46,-43,-129,-39,-189,-39v-60,0,-163,-4,-210,39v-41,38,-53,95,-53,220v0,125,12,182,53,220v42,38,130,39,187,39v127,0,198,-11,198,-11r7,78v0,0,-86,14,-182,14v-285,0,-361,-47,-361,-340v0,-293,76,-340,360,-340v266,0,337,53,337,340xm468,-276r0,-183v0,0,-23,-4,-49,-4v-76,0,-81,43,-81,133v0,94,-2,132,75,132v57,0,55,-39,55,-78","w":805},{"d":"228,-566r-34,48r-161,-85r50,-60","w":261},{"d":"529,-234v0,179,-41,241,-239,241v-57,0,-135,-7,-205,-28r0,-556v0,-13,-2,-16,-14,-18r-43,-9r0,-62r155,0r0,228v0,15,6,22,19,22v9,0,14,-4,20,-8r59,-41v0,0,28,-6,53,-6v157,0,195,66,195,237xm428,-234v0,-127,-20,-159,-119,-159v-60,0,-124,17,-124,17r0,292v0,0,53,12,121,12v101,0,122,-27,122,-162","w":579},{"d":"431,-467r-7,91v0,0,-45,-4,-78,-4v-83,0,-141,9,-141,9r0,282v0,13,3,16,15,18r43,9r0,62r-214,0r0,-62r44,-9v11,-2,14,-5,14,-18r0,-287v0,-13,-3,-16,-14,-18r-44,-9r0,-62r128,0r6,41v1,7,4,19,20,19v10,0,18,-5,26,-10r72,-51v0,0,29,-5,72,-5v22,0,58,4,58,4","w":431},{"d":"253,0r-214,0r0,-62r44,-9v11,-2,14,-5,14,-18r0,-488v0,-13,-3,-16,-14,-18r-44,-9r0,-62r157,0r0,577v0,13,2,16,14,18r43,9r0,62","w":297},{"d":"580,-577r-346,0r0,197r334,0r0,89r-334,0r0,195v0,7,2,15,14,18r51,10r0,68r-235,0r0,-68r52,-10v12,-3,14,-11,14,-18r0,-474v0,-7,-2,-15,-14,-18r-52,-10r0,-68r516,0r0,89","w":603}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+27-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("-|0_JQOvaZM`-K)&YKVTS|1>=-@yO6g!L37mUZ%o0aJERxCkBhfc)Qz;bs8G.`W^9t,v_5D+nj:rM4]:RQSt>|>M%5O_0QM`%5=taZLz0UrGo,vhZ1Oc@Qr9%c9CZU_8U|B4%KMK>_0%OfYO>UG;mmng0z^zR5O`x|U_U%_bgQSTmTUE%K_axfOn-vSsJ%.V%K>t3|EQ%1m^y|T^ESy)mcbvO,;_=V^]-cEnOK&b3Do:@V_937B&o|=tJToh@zO^J|)v-K>h-39bg7&GEV_h@z&GJV_^@Q9)JQRvaK9zgZ>`0hnzJ1)^a1yMxDv:aZo;ohnWa,vW%hk]6zRDR_^`-7r;g,b.o%Bv0%=;JDOv%KnfJ5_rJZS+R|Uta|M,RS^`0|UrJZS+R|Uta|M,RS^`JQUvC|RWJ5RG0U^`o5M.-3!Wa3nv0%Ov-|9Wo5SvaZM`@QBWEDL`oZ_)-3)QJD>;65crJVG8-5cb0_.fZ5)R%7_^Z5)RC3c;-3&k")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":680,"face":{"font-family":"Kontrapunkt Bold","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 8 3 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"7","bbox":"-39 -772 1171 202","underline-thickness":"50","underline-position":"-133","stemh":"57","stemv":"77","unicode-range":"U+0020-U+007E"}}));;

Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"367,-657v5,-2,10,-4,15,-5v5,-1,10,-1,16,-1v5,0,12,1,19,1v7,0,17,1,28,2v1,5,2,9,2,12v0,6,-1,12,-3,17v-2,5,-5,12,-8,19v-7,17,-18,38,-32,64r-42,80r-43,76v-13,24,-23,44,-29,58v-3,8,-6,16,-8,25v-2,9,-5,17,-6,25r0,146r0,74v0,0,1,39,1,54v-2,3,-5,5,-8,7v-3,2,-8,4,-14,5v-6,1,-13,2,-23,2r-37,0v-5,-13,-8,-28,-8,-45r0,-235r0,-13v0,-3,-1,-7,-2,-10v-5,-15,-12,-32,-21,-51v-9,-19,-19,-40,-32,-64r-61,-119r-59,-115r-1,-2v0,-3,3,-5,9,-6v6,-1,18,-1,38,-1r50,0v4,9,10,21,17,37r23,52r26,58r26,56r22,48v6,14,11,24,14,31","w":462},{"d":"7,98v0,-17,0,-31,1,-40v1,-9,3,-16,7,-21r417,0v0,17,0,31,-1,40v-1,9,-3,16,-8,21r-416,0","w":439},{"d":"55,3v0,-9,1,-22,1,-40r0,-57v0,0,1,-40,1,-58r0,-41r0,-366v0,-17,-1,-34,-1,-49v0,-15,0,-29,-1,-42r-1,-28v5,-12,14,-20,27,-24v13,-4,29,-6,49,-6v4,7,7,16,9,26v2,10,3,28,3,53r0,180v19,-15,38,-27,59,-33v21,-6,42,-9,65,-9v17,0,30,3,41,9v11,6,19,14,25,23v6,9,11,20,14,31v3,11,4,22,4,33v0,29,-5,54,-16,75v-11,21,-24,38,-39,53v-15,15,-30,27,-45,35v-15,8,-26,13,-34,16v10,7,24,20,42,40r57,66r58,70r45,55v5,4,6,7,2,11v-4,4,-10,7,-17,10v-11,3,-23,5,-36,5v-10,0,-18,-2,-25,-5v-7,-3,-17,-9,-28,-18v-4,-4,-9,-10,-16,-18r-23,-28r-27,-32r-27,-32v-3,-3,-7,-8,-13,-14v-8,-10,-8,-10,-18,-20v-10,-10,-10,-10,-18,-19v-8,-9,-9,-9,-13,-13v-1,-1,-3,-4,-7,-7v-4,-3,-7,-6,-10,-8r0,145v0,8,0,14,-2,18v-2,4,-6,7,-12,9v-6,2,-14,3,-26,3v-12,0,-27,1,-47,1xm142,-247v15,-7,30,-15,44,-25v14,-10,26,-20,36,-31v10,-11,20,-24,26,-37v6,-13,9,-26,9,-41v0,-11,-3,-21,-8,-29v-5,-8,-14,-11,-25,-11v-11,0,-25,5,-40,15v-15,10,-29,23,-42,42r0,117","w":396},{"d":"72,6v16,0,33,-2,50,-6v17,-4,34,-10,50,-18v16,-8,32,-17,47,-28v15,-11,28,-24,39,-37v15,-21,28,-45,39,-71v11,-26,18,-55,23,-86v4,-31,6,-63,6,-96v0,-31,-2,-60,-6,-85v-4,-25,-10,-47,-18,-65v-8,-18,-18,-31,-32,-40v-14,-9,-31,-14,-50,-14v-36,0,-64,13,-83,40v-19,27,-29,63,-29,108v0,36,6,64,20,83v14,19,32,32,53,37v4,1,8,2,12,2r12,0v8,0,16,-1,24,-2v8,-1,15,-3,21,-4v1,3,1,7,1,11r0,12v0,9,-1,18,-3,27v-2,9,-8,16,-17,19v-6,3,-13,5,-22,7v-9,2,-19,3,-30,3v-3,0,-5,-1,-8,-1r-9,0v-22,-3,-41,-9,-58,-20v-17,-11,-31,-24,-42,-40v-11,-16,-20,-35,-26,-56v-6,-21,-8,-44,-8,-68v0,-33,4,-64,12,-92v8,-28,22,-50,38,-70v16,-20,36,-35,60,-46v24,-11,53,-17,85,-17v34,0,62,5,85,16v23,11,42,27,56,50v14,23,24,51,30,87v6,36,10,79,11,128v-1,70,-9,132,-26,186v-17,54,-45,98,-85,134v-15,13,-30,25,-46,34v-16,9,-31,16,-46,22v-15,6,-30,9,-44,12v-14,3,-25,4,-35,4r-9,0v-26,-1,-43,-7,-50,-19v-3,-6,-5,-13,-6,-21v-1,-8,-1,-14,-1,-21v3,1,8,1,15,1"},{"d":"328,-364v0,-1,0,-3,1,-4v1,-3,4,-4,9,-4v7,-1,16,-2,28,-2r36,0v12,0,25,-1,36,-1r28,0v1,5,3,13,4,21v1,8,1,17,2,26v1,9,2,18,2,28r0,27r0,237v-6,5,-14,10,-23,16v-9,6,-19,11,-28,15v-15,5,-32,10,-52,14v-20,4,-42,6,-67,6r-16,0v-6,0,-12,0,-17,-1v-35,-3,-68,-10,-97,-22v-29,-12,-55,-31,-76,-57v-21,-26,-36,-59,-48,-101v-12,-42,-18,-94,-18,-155v0,-72,9,-131,27,-177v18,-46,39,-83,63,-108v23,-24,50,-42,82,-53v32,-11,70,-17,112,-17v21,0,39,2,55,6v16,4,30,7,41,12v11,5,21,10,28,16v7,6,11,11,13,16v0,11,-1,21,-4,28v-3,7,-6,13,-10,18r-4,0v-3,1,-7,0,-12,-2v-5,-2,-10,-5,-16,-7v-26,-9,-54,-14,-85,-14v-61,0,-110,23,-144,67v-34,44,-51,114,-51,209v0,53,5,98,15,133v10,35,23,62,40,82v17,20,37,35,59,43v22,8,45,12,69,12v18,0,34,-2,48,-6v14,-4,25,-9,30,-14r0,-224v-6,0,-12,0,-19,-1v-7,-1,-13,-3,-19,-7v-6,-4,-10,-10,-14,-19v-4,-9,-7,-21,-8,-36","w":520},{"d":"72,-656v6,-1,14,-1,25,-2v11,-1,22,-3,35,-4v13,-1,27,-1,41,-2v14,-1,27,-1,40,-1v55,0,101,8,137,23v36,15,65,36,86,64v21,28,36,60,44,98v8,38,13,79,13,124v0,69,-7,127,-21,175v-14,48,-37,88,-70,120v-15,13,-30,24,-46,33v-16,9,-32,15,-48,20v-16,5,-32,8,-48,10v-16,2,-31,3,-44,3v-29,0,-56,-1,-80,-3v-24,-2,-50,-4,-76,-7r0,-583v0,-20,1,-35,2,-44v1,-9,5,-17,10,-24xm396,-356v0,-76,-11,-132,-34,-168v-23,-36,-58,-58,-103,-65v-18,-4,-38,-6,-60,-6v-20,0,-37,1,-51,3r0,521v10,1,21,2,33,3v12,1,25,2,38,2v21,0,42,-4,63,-12v21,-8,41,-21,58,-42v17,-21,30,-51,40,-89v10,-38,16,-87,16,-147","w":527},{"d":"67,-14v-3,-8,-6,-17,-7,-26v-1,-9,-2,-20,-2,-31r0,-512r0,-56v0,0,-1,-29,-2,-41v5,-11,14,-19,28,-22v14,-3,31,-5,52,-5v3,7,5,17,6,27v1,10,2,26,2,49r0,186v14,-10,30,-19,50,-26v20,-7,42,-11,66,-11v23,0,44,4,64,12v20,8,37,19,52,36v15,17,26,40,34,66v8,26,13,57,13,94v0,35,-3,65,-8,92v-5,27,-12,50,-21,70v-9,20,-20,38,-32,52v-12,14,-23,27,-36,36v-21,14,-43,24,-66,29v-23,5,-45,8,-65,8v-27,0,-52,-2,-74,-7v-22,-5,-40,-11,-54,-20xm144,-66v7,3,15,6,26,9v11,3,22,4,34,4v14,0,29,-3,44,-9v15,-6,28,-18,40,-34v12,-16,22,-36,30,-63v8,-27,11,-60,11,-101v0,-56,-9,-96,-28,-118v-19,-22,-44,-33,-77,-33v-13,0,-28,2,-42,7v-14,5,-27,12,-38,21r0,317","w":453},{"d":"202,-100v3,-7,6,-18,10,-34v6,-24,4,-24,12,-56v8,-32,8,-31,16,-66r18,-68r21,-75v7,-24,13,-47,18,-68v5,-3,12,-5,22,-5v6,0,13,0,21,1v8,1,18,2,31,3v2,3,3,7,3,12v0,7,-1,14,-3,21v-2,7,-5,16,-8,26r-57,187r-65,210v-5,5,-12,10,-20,12v-8,2,-15,4,-22,5v-2,1,-4,1,-7,1v-9,0,-18,-2,-26,-6v-8,-4,-13,-9,-15,-15r-37,-127r-49,-157v-3,-9,-3,-9,-11,-31v-8,-22,-7,-23,-15,-48v-8,-25,-9,-26,-15,-46v-4,-14,-6,-22,-7,-26v3,-9,11,-16,23,-20v12,-4,30,-5,57,-5v4,4,8,9,11,16v3,7,5,14,7,22v5,15,9,34,15,55v6,21,13,43,20,66v5,21,11,42,16,64v8,34,7,34,14,64v7,30,6,28,12,52v4,16,7,28,10,36","w":392},{"d":"229,-798v17,3,34,6,51,10r50,12v0,18,-1,29,-4,34v-3,5,-9,7,-20,8v-13,1,-26,2,-39,2v-13,0,-24,2,-34,3v-9,1,-16,3,-23,5v-7,2,-15,4,-22,7r0,31v0,45,-1,100,-2,166v-1,66,-1,145,-1,236r0,110r0,81v0,23,1,43,1,59r0,45v1,21,4,41,11,59v11,1,23,2,36,2v13,0,27,2,43,3v20,1,36,4,49,7v0,11,0,21,-1,28v-1,7,-2,12,-3,16v-1,4,-3,7,-5,9v-2,2,-6,3,-10,4v-41,0,-79,-1,-114,-3v-53,-4,-53,-4,-84,-6v-1,-19,-1,-39,-1,-60r0,-67v0,-47,1,-97,1,-150r0,-158r0,-103v0,-56,2,-56,2,-116r0,-118v0,-39,1,-75,2,-109r0,-21v0,0,2,-10,5,-15v1,-1,7,-2,15,-3v8,-1,18,-3,29,-4v11,-1,23,-2,35,-3v12,-1,24,-1,33,-1","w":358},{"d":"265,-315v43,8,75,25,99,51v24,26,36,61,36,104v0,37,-6,69,-19,97v-13,28,-29,52,-51,71v-22,19,-48,32,-77,42v-29,10,-61,15,-95,15v-27,0,-48,-2,-64,-7v-16,-5,-28,-11,-35,-17v-7,-5,-11,-12,-13,-19v-2,-7,-2,-14,-2,-21v0,-6,0,-12,1,-17v1,-5,2,-9,3,-14v0,-2,0,-3,1,-2v12,7,27,13,45,18v18,5,38,7,59,7v25,0,47,-4,67,-12v20,-8,35,-19,48,-32v13,-13,23,-29,30,-47v7,-18,10,-39,9,-60v-1,-3,-1,-7,-1,-10v0,-3,0,-6,-1,-9v-4,-31,-19,-53,-45,-67v-26,-14,-58,-20,-96,-20r-18,0v0,0,-12,1,-17,2v-1,-3,-1,-6,-2,-8v-1,-2,-1,-6,-2,-9v2,-7,4,-15,6,-21v2,-6,5,-12,8,-17v17,-7,33,-14,49,-23v16,-9,32,-20,44,-31v12,-11,22,-24,30,-37v8,-13,11,-28,11,-44v0,-9,-1,-19,-4,-28v-3,-9,-7,-16,-13,-23v-6,-7,-14,-12,-24,-16v-10,-4,-22,-6,-37,-6v-23,0,-45,3,-65,10v-20,7,-37,15,-52,25v-1,1,-3,3,-5,4v-2,1,-4,1,-5,1v-2,0,-4,-1,-6,-4v-3,-7,-6,-13,-8,-21v-2,-8,-2,-16,-2,-23r0,-5v4,-8,10,-16,20,-24v10,-8,22,-14,36,-20v14,-6,32,-10,50,-14v18,-4,38,-5,59,-5v30,0,55,5,74,13v19,8,35,18,46,30v11,12,19,27,23,42v4,15,7,29,7,42v0,29,-7,56,-22,80v-17,29,-43,55,-80,79"},{"d":"465,-12v3,4,2,8,-3,10v-5,2,-11,4,-18,5v-8,2,-18,3,-30,3r-13,0v-9,-1,-17,-3,-24,-8v-7,-5,-13,-11,-18,-18v-5,-7,-11,-16,-15,-24v-4,-8,-8,-16,-11,-24v-13,-30,-31,-64,-53,-101v-22,-37,-46,-71,-72,-101v-3,-1,-5,-2,-8,-2r-9,0r-44,0r0,226v0,16,-3,29,-10,38v-5,6,-13,9,-25,10v-12,1,-30,1,-55,1v1,-30,1,-62,1,-95v0,-33,1,-70,1,-110r0,-338r0,-50v0,-15,0,-30,-1,-44r0,-9v0,-3,0,-7,1,-10v3,-2,10,-4,21,-6v3,-1,7,-1,10,-1v3,0,6,-1,11,-2v7,-1,14,-2,21,-2r22,0r25,0v0,0,16,-1,24,0r26,1v59,3,103,20,132,49v29,29,44,76,44,139v0,23,-5,44,-13,65v-8,21,-17,40,-28,56v-11,16,-22,30,-32,40v-10,10,-18,16,-23,19v18,27,36,55,53,85v26,46,24,46,46,86r39,72v11,20,21,33,28,40xm239,-344v16,-6,30,-20,43,-41v13,-21,19,-52,19,-92v0,-41,-9,-71,-28,-91v-19,-20,-43,-31,-73,-31v-12,0,-23,0,-32,1v-9,1,-16,1,-21,2r0,255v4,1,11,1,21,1r29,0r23,0v0,0,14,-2,19,-4","w":453},{"d":"393,-94v-1,10,0,19,2,26v1,6,4,11,8,16v4,5,10,6,18,4v-1,7,-1,15,-1,22r0,15v-4,6,-11,11,-20,15v-9,4,-20,7,-33,8v-12,1,-23,-3,-35,-12v-12,-9,-20,-16,-25,-23v-3,3,-8,7,-13,11v-5,4,-11,8,-16,11v-21,11,-45,15,-73,14v-25,-1,-48,-7,-69,-15v-21,-8,-40,-21,-55,-39v-15,-18,-27,-41,-36,-70v-9,-29,-13,-64,-13,-107v0,-46,6,-86,18,-120v12,-34,28,-61,48,-84v19,-21,39,-36,62,-46v23,-10,47,-14,71,-14v17,0,33,2,46,5v13,3,24,8,32,13r0,-119v0,-22,-1,-41,-1,-56v0,-15,0,-29,-1,-41v5,-11,15,-19,29,-22v14,-3,30,-5,51,-5v3,7,6,17,7,27v1,10,1,26,1,49r0,336v0,35,0,71,-1,107v-1,36,-1,67,-1,94xm309,-396v-15,-13,-36,-19,-64,-19v-15,0,-29,3,-43,10v-14,7,-27,17,-38,32v-11,15,-21,34,-28,58v-7,24,-10,53,-10,87v0,32,3,58,8,80v5,22,13,39,22,52v9,13,21,22,34,28v13,6,27,9,42,9v15,0,29,-2,42,-7v13,-5,24,-12,31,-21v1,-1,1,-3,2,-6v1,-3,1,-5,1,-8v1,-6,1,-13,1,-21r0,-27r0,-247","w":455},{"d":"368,-311v0,53,-15,94,-44,123v-29,29,-69,43,-120,43v-9,0,-18,0,-25,-1v-7,-1,-15,-3,-22,-4v-7,7,-7,6,-13,12v-4,4,-8,8,-11,12v-5,5,-7,11,-7,17v0,6,6,12,16,17v10,5,25,8,45,10v14,1,28,3,43,4r45,3v7,1,13,1,19,1v6,0,11,2,16,3v31,5,56,16,74,33v18,17,27,40,28,69v0,22,-6,44,-16,67v-10,23,-24,44,-42,64v-18,20,-41,37,-67,52v-26,15,-54,25,-85,32v-13,3,-28,6,-44,8v-16,2,-32,2,-48,2v-23,0,-45,-3,-64,-9v-19,-6,-30,-17,-34,-32v-3,-13,-1,-27,8,-43v9,-16,22,-31,37,-47v15,-16,32,-31,51,-46v19,-15,36,-27,51,-37v10,5,16,14,17,26v1,12,-3,21,-12,28v-9,7,-18,15,-26,23v-8,8,-15,15,-22,23v-7,8,-12,15,-15,22v-3,7,-4,13,-3,18v1,6,6,10,12,12v6,2,14,3,23,3v11,0,24,-1,37,-3v13,-2,24,-5,33,-7v18,-5,35,-11,50,-21v15,-10,29,-22,40,-34v11,-12,21,-25,27,-38v6,-13,9,-24,9,-35v0,-2,-1,-5,-1,-9v0,-4,0,-6,-1,-7v-5,-12,-10,-22,-17,-30v-7,-8,-22,-13,-43,-16r-34,-3r-35,-2r-18,-1v-23,-2,-41,-5,-55,-8v-8,-2,-15,-4,-21,-6v-22,-7,-38,-17,-50,-29v-12,-12,-18,-24,-19,-39v0,-5,4,-12,11,-21r30,-30v0,0,17,-15,30,-27v-21,-13,-38,-32,-49,-55v-11,-23,-17,-51,-17,-83v0,-28,4,-53,13,-75v9,-22,20,-39,35,-54v15,-15,33,-26,54,-34v21,-8,43,-12,68,-12v17,0,32,2,46,6v14,4,25,8,34,13r6,3v0,0,5,0,9,-3r56,-3v0,0,34,-1,47,-2v1,3,3,7,4,12v1,5,2,11,2,18v0,11,-2,20,-6,28v-4,8,-12,12,-21,12r-23,0v0,0,-14,-2,-23,-3v9,13,17,27,21,41v4,14,6,31,6,49xm198,-424v-23,0,-42,10,-56,28v-14,18,-18,46,-15,84v3,33,12,60,26,79v14,19,35,29,63,29v27,0,47,-11,58,-32v11,-21,14,-50,11,-85v-3,-33,-13,-58,-27,-76v-14,-18,-34,-27,-60,-27","w":421},{"d":"364,-538v-9,3,-23,4,-40,6v-17,2,-34,3,-54,4r-60,3v0,0,-38,1,-53,1v-5,23,-9,47,-13,72v-4,25,-8,50,-11,77v8,1,18,1,29,1v11,0,25,2,40,3v7,1,14,2,22,3v8,1,16,3,23,4v19,4,38,10,55,17v17,7,32,17,46,29v14,12,24,28,33,46v9,18,14,38,17,63r0,18v0,0,1,12,1,18r0,13v0,4,0,8,-1,12v-5,67,-28,119,-70,156v-42,37,-98,56,-166,57v-34,0,-59,-4,-75,-11v-16,-7,-26,-13,-29,-19v-5,-16,-8,-31,-8,-46v0,-7,0,-13,1,-16v0,-1,0,-1,1,-1v10,7,23,12,40,16v17,4,37,6,58,6v23,0,44,-4,63,-12v19,-8,36,-20,50,-34v14,-14,25,-32,33,-52v8,-20,12,-42,12,-66v0,-37,-9,-65,-26,-84v-17,-19,-40,-32,-70,-40v-18,-5,-38,-9,-58,-11v-20,-2,-38,-4,-53,-5v-11,-1,-22,-2,-31,-2v-9,0,-17,-1,-22,-1v3,-21,6,-45,10,-71v4,-26,8,-52,13,-78r13,-73r10,-59v18,0,40,0,66,-1r78,-2r77,-3v37,-2,37,-1,62,-2r-4,53v-1,7,-4,10,-9,11"},{"w":227},{"d":"366,-640v5,-1,9,-2,13,-2v4,0,8,-1,12,-2v5,-1,9,-2,13,-2r14,0v7,9,12,23,16,42r30,125r44,180r21,99v7,31,13,62,19,94r18,-92r21,-97v28,-108,28,-107,48,-191v13,-56,25,-107,35,-153v2,-7,2,-7,4,-12r3,-9v2,-2,8,-3,19,-3v5,1,11,1,17,1v6,0,12,1,17,2v10,0,19,1,26,4r0,4v0,3,0,8,-1,14v-1,6,-2,14,-5,24r-17,64r-20,79r-33,135r-34,138v-11,44,-22,82,-31,116v-9,34,-17,56,-22,69r-19,13v0,0,-15,6,-25,7v-7,1,-13,1,-19,-1v-6,-2,-13,-5,-18,-8v-7,-3,-13,-8,-18,-13v-1,-3,-2,-6,-2,-9v0,-3,-2,-6,-3,-9r-24,-101r-28,-112v-6,-25,-7,-24,-13,-54r-12,-62v0,0,-8,-31,-14,-63r-12,-62r-11,53v0,0,-7,30,-13,62v-4,22,-9,44,-14,65v-8,32,-7,32,-14,60v-1,5,-3,13,-6,25v-4,18,-4,19,-10,43v-6,24,-6,25,-12,51r-12,50r-10,40v0,0,-5,20,-6,23v-7,5,-14,10,-20,13v-6,3,-15,6,-25,7v-7,1,-15,1,-21,-2v-6,-3,-12,-6,-17,-9v-7,-3,-13,-8,-18,-13v-1,-3,-3,-8,-5,-13v-2,-5,-3,-12,-5,-19r-21,-80v0,0,-11,-47,-24,-99v-13,-52,-12,-52,-26,-106r-27,-105v-8,-36,-7,-36,-15,-68v-8,-32,-8,-33,-14,-59v-4,-18,-7,-32,-10,-44v-3,-12,-6,-20,-8,-25v3,-6,6,-11,11,-15v5,-4,12,-7,21,-8v9,-1,18,-2,25,-2v7,0,15,-1,24,-1v2,0,4,3,6,9v2,6,4,11,6,18v2,7,4,14,5,20v1,6,2,11,2,13r32,139r42,171v11,51,10,51,20,95v6,29,13,59,18,89v3,-23,7,-49,12,-77v5,-28,12,-58,19,-92r39,-163v0,0,21,-85,43,-173r4,-20v1,-1,3,-2,5,-3v2,-1,5,-2,10,-3","w":771},{"d":"284,-96v1,10,-1,18,-5,23v-4,5,-10,9,-17,11v-7,2,-14,4,-22,4v-8,0,-17,1,-26,1r0,-176r-166,0v0,-23,1,-40,4,-51v3,-11,10,-16,20,-16r142,0r0,-83r0,-37v0,0,-1,-25,-2,-35v4,-5,11,-8,20,-9v9,-1,23,-1,40,-2v5,3,9,7,10,12v1,5,2,13,2,24r0,130r166,0v0,23,-1,39,-4,50v-3,11,-10,17,-21,17r-141,0r0,137r0,0","w":499},{"d":"238,-61v21,0,42,-1,60,-5v18,-4,35,-10,51,-19v1,5,2,11,3,19v1,8,2,15,3,21v-1,10,-7,20,-19,29v-12,9,-25,16,-39,19v-7,2,-18,5,-32,7v-14,2,-29,3,-44,3v-23,0,-47,-3,-71,-9v-24,-6,-46,-20,-65,-39v-35,-37,-53,-97,-53,-182v0,-48,4,-89,14,-123v10,-34,23,-61,40,-82v17,-21,38,-36,62,-46v24,-10,49,-14,76,-14v45,0,80,13,103,38v23,25,37,60,42,103v1,7,1,15,1,23v0,8,1,16,1,25v0,11,0,21,-1,31v-1,10,-3,20,-5,28v-5,4,-15,8,-29,13v-14,5,-28,8,-41,10v-15,2,-35,4,-59,5v-24,1,-48,1,-71,1r-23,0v-7,0,-14,0,-22,-1v0,27,3,50,9,69v6,19,15,34,25,45v10,11,22,19,36,24v14,5,31,7,48,7xm214,-417v-4,0,-7,0,-9,1v-20,3,-39,17,-55,40v-16,23,-25,59,-28,108r38,0r57,0v0,0,33,-2,42,-3v5,-1,9,-1,13,-2v4,-1,7,-2,10,-4v3,-9,5,-20,5,-33v0,-4,-1,-8,-1,-12r0,-10v-3,-28,-10,-50,-21,-64v-11,-14,-28,-21,-51,-21","w":398},{"d":"200,-683v4,5,10,13,18,25v8,12,15,26,24,42r29,51r29,52v0,0,14,25,24,45v7,13,12,23,16,29v-5,7,-11,15,-19,23v-8,8,-16,11,-23,11v-5,0,-12,-4,-19,-13v-3,-4,-8,-11,-13,-20v-5,-9,-12,-20,-18,-32v-10,-18,-8,-19,-18,-39v-10,-20,-10,-20,-18,-38v-8,-18,-10,-18,-16,-31v-4,-9,-7,-15,-9,-18v-4,7,-9,19,-17,36v-12,25,-12,25,-24,53v-12,28,-12,28,-24,52v-8,16,-14,27,-19,33v-3,4,-7,7,-11,10v-4,3,-7,5,-8,5v-8,-3,-16,-7,-23,-11v-7,-4,-13,-9,-16,-14v4,-8,11,-22,20,-43r31,-67r32,-69v11,-22,21,-38,28,-48v7,-9,14,-15,20,-18v9,-4,17,-6,24,-6","w":389},{"d":"262,7v-7,1,-14,-1,-21,-3v-7,-2,-13,-5,-18,-8v-7,-3,-13,-8,-18,-13v-3,-6,-6,-13,-9,-20r-21,-69v0,0,-11,-40,-25,-85r-28,-93r-27,-90r-53,-176v-14,-47,-24,-78,-29,-91v2,-6,5,-10,9,-13v4,-3,12,-6,22,-7v18,-2,36,-3,53,-3v5,5,10,14,13,24v5,16,5,15,16,48r40,141r47,161r25,98v8,31,16,61,22,91v6,-26,13,-55,22,-87v9,-32,18,-66,27,-104r27,-100r27,-95v8,-29,15,-55,22,-77r19,-64v2,-7,4,-13,6,-18v2,-5,3,-10,6,-15v3,-1,7,-2,10,-2r8,0r9,0v9,1,17,1,25,1v8,0,16,2,25,3v3,1,4,5,4,13v0,5,-1,12,-3,19v-2,7,-4,16,-6,25v-7,21,-14,47,-22,78v-8,31,-20,69,-33,112r-35,124v0,0,-19,64,-36,118v-17,54,-18,54,-32,96v-10,28,-17,50,-23,64v-7,5,-15,10,-21,12v-6,2,-14,4,-24,5","w":491},{"d":"45,-606v1,-8,3,-15,4,-22r4,-21v1,-2,3,-5,5,-9v2,-4,6,-7,11,-8v8,1,17,2,27,3v10,1,21,1,34,1r298,0r0,3r0,9v0,0,1,6,1,10v0,15,-4,31,-12,48v-13,29,-30,64,-51,104r-68,130r-79,144r-81,144v29,1,65,2,106,2v41,0,81,1,120,1v21,0,38,-1,52,-2v14,-1,24,-2,29,-3v2,9,2,19,1,32v-3,9,-8,18,-14,26v-6,8,-14,13,-21,14v-5,1,-12,2,-19,2r-24,0v0,0,-22,1,-35,1r-48,0v-61,0,-111,0,-151,-1v-40,-1,-73,-2,-98,-3v-1,-1,-4,-3,-6,-7v-2,-4,-4,-9,-5,-14v0,-3,-1,-5,-1,-7r0,-6r0,-6v0,0,1,-4,1,-6r82,-141r82,-144r75,-138v0,0,36,-67,63,-122r-231,0v-19,0,-33,-1,-40,-3v-7,-2,-11,-5,-11,-9r0,-2r0,0","w":467},{"d":"231,-408v-18,0,-35,4,-49,12v-14,8,-26,19,-37,30r0,312v0,11,-1,19,-2,26v-1,7,-4,14,-9,21v-3,3,-7,5,-10,6v-3,1,-8,3,-13,3r-21,0v0,0,-20,1,-33,1v1,-27,1,-57,1,-89v0,-32,1,-67,1,-106r0,-170v0,-16,-1,-30,-3,-42v-2,-12,-6,-23,-9,-33v4,-5,17,-13,40,-23v2,-1,4,-1,7,-1v9,0,16,3,21,9v5,6,8,12,10,21v12,-10,24,-19,35,-25v11,-6,23,-11,34,-14v11,-3,20,-6,30,-8v10,-2,21,-3,32,-3v30,0,54,3,72,11v18,8,34,19,44,34v10,15,16,34,20,56v4,22,6,47,6,75r0,153r0,78v0,0,1,45,2,65v-3,2,-6,3,-9,5v-3,2,-8,3,-14,4v-6,1,-13,2,-23,2v-10,0,-22,1,-36,1v-5,-10,-8,-24,-8,-41r0,-265v0,-39,-6,-65,-17,-81v-11,-16,-32,-24,-62,-24","w":452},{"d":"397,-207r0,-26r0,409v0,13,-2,20,-7,24v-5,4,-17,7,-36,8r-45,0v1,-23,1,-48,1,-74v0,-26,1,-56,1,-89r0,-67v-12,11,-27,21,-45,28v-18,7,-38,10,-59,10v-23,0,-44,-4,-65,-12v-21,-8,-40,-21,-56,-39v-16,-18,-30,-42,-40,-71v-10,-29,-14,-65,-14,-107v0,-49,7,-91,22,-126v15,-35,35,-64,60,-86v15,-15,33,-26,52,-35v19,-9,41,-16,64,-19v6,-1,12,-1,18,-1v6,0,13,-1,19,-1v49,0,96,10,142,29v-3,10,-7,21,-9,33v-2,12,-3,26,-3,42r0,170xm311,-384v0,-9,1,-16,3,-21v-10,-3,-21,-5,-32,-7v-11,-2,-22,-3,-33,-4v-15,0,-30,4,-45,12v-15,8,-28,19,-39,35v-11,16,-21,37,-28,62v-7,25,-11,55,-11,90v0,57,10,99,31,123v21,24,46,36,77,36v15,0,30,-4,44,-10v14,-6,26,-15,33,-26r0,-290","w":456},{"d":"143,-450v3,11,6,24,8,38v2,14,3,33,3,58r-10,183v0,23,2,41,5,55v3,14,8,25,15,33v7,8,15,14,24,17v9,3,20,4,32,4v17,1,34,-1,50,-8v16,-7,29,-16,38,-27r0,-318v0,-11,1,-20,2,-27v1,-7,4,-13,9,-20v3,-3,6,-5,9,-6v3,-1,8,-2,14,-2v6,0,12,-2,21,-2r33,0v-1,27,-2,57,-2,89r0,106r0,170v0,16,2,30,4,42v2,12,5,23,8,33v-4,5,-17,13,-40,23v-2,1,-4,1,-7,1v-9,0,-16,-2,-21,-8v-5,-6,-8,-13,-10,-22v-12,10,-24,18,-35,24v-11,6,-23,12,-34,15v-11,3,-21,6,-31,8v-10,2,-20,3,-31,3v-29,-1,-53,-6,-71,-14v-18,-8,-32,-20,-42,-34v-10,-14,-18,-32,-22,-52v-4,-20,-5,-43,-6,-70r10,-209v0,-19,-1,-35,-4,-49v-3,-14,-6,-27,-10,-39v6,-7,22,-16,47,-28v3,-1,5,-1,8,-1v11,0,20,4,25,11v5,7,9,15,11,23","w":455},{"d":"329,-275v21,18,36,37,45,57v9,20,14,42,14,67v0,40,-12,74,-35,101v-23,27,-58,45,-103,53r-10,84v0,14,-6,23,-18,27v-12,4,-31,5,-56,5r10,-112v-28,-1,-52,-5,-70,-11v-18,-6,-31,-12,-40,-19v-8,-6,-12,-12,-12,-19v0,-4,1,-9,2,-14v1,-5,2,-11,4,-17v2,-6,4,-12,6,-17v2,-5,4,-10,7,-13v14,11,32,19,53,25v21,6,43,10,67,10v30,0,54,-6,73,-18v19,-12,28,-31,28,-59v0,-19,-5,-36,-14,-51v-9,-15,-26,-32,-50,-51v-7,-7,-15,-15,-24,-23v-13,-12,-13,-11,-27,-23r-41,-34v-13,-11,-24,-21,-33,-32v-17,-19,-29,-36,-35,-52v-6,-16,-9,-32,-9,-48v0,-15,2,-29,7,-43v5,-14,13,-28,24,-40v11,-12,24,-22,41,-31v17,-9,37,-15,60,-19r10,-86v0,-14,6,-22,19,-26v13,-4,31,-6,55,-6r-10,116v32,2,56,6,73,14v17,8,27,15,31,20v0,7,-2,14,-5,24v-3,10,-7,19,-12,26v-2,1,-6,2,-11,2v-5,0,-11,-1,-17,-4v-10,-4,-21,-7,-34,-10v-13,-3,-28,-4,-43,-4v-29,0,-52,6,-69,18v-17,12,-26,29,-26,52r0,4v2,11,6,21,12,30v6,9,15,19,25,29v11,11,23,22,36,33r41,33r32,26v10,8,20,17,29,26"},{"d":"30,-295v0,-73,8,-131,25,-175v17,-44,39,-76,67,-96v13,-11,28,-20,46,-26v18,-6,37,-9,57,-9v38,0,69,8,94,25v25,17,44,39,58,66v14,27,24,59,29,94v5,35,8,71,8,108v0,107,-16,188,-48,242v-32,54,-80,80,-147,80v-30,0,-57,-6,-80,-18v-23,-12,-43,-29,-59,-54v-16,-25,-28,-57,-37,-96v-9,-39,-13,-86,-13,-141xm121,-292v0,45,2,82,7,112v5,30,12,56,21,74v9,18,19,31,31,39v12,8,27,12,42,12v14,0,28,-3,40,-11v12,-8,23,-22,32,-42v9,-20,17,-45,22,-78v5,-33,8,-75,8,-126v0,-42,-2,-77,-7,-105v-5,-28,-11,-51,-20,-68v-9,-17,-19,-30,-31,-37v-12,-7,-25,-11,-39,-11r-1,0v-15,0,-29,4,-42,13v-13,9,-24,23,-33,42v-9,19,-17,44,-22,75v-5,31,-8,68,-8,111"},{"d":"99,-702r91,336r91,336v3,13,6,25,8,36v2,11,3,21,3,30v0,7,0,12,-1,15v-3,5,-9,8,-17,9v-8,1,-24,2,-48,2r-100,-370r-100,-369v-1,-3,-1,-6,-1,-9v0,-5,4,-9,11,-12v7,-3,22,-4,44,-4r19,0r0,0","w":326},{"d":"158,-619v-1,-5,-2,-10,-4,-17v-2,-7,-6,-13,-11,-20v-5,-7,-12,-14,-21,-20v-9,-6,-21,-12,-36,-15r-17,-4v-8,-1,-15,-3,-21,-4v-3,-1,-6,-3,-7,-6v-1,-1,-2,-3,-2,-5v0,-2,1,-5,2,-8v1,-3,3,-6,4,-10v1,-2,2,-4,3,-8v1,-4,3,-8,4,-11v19,1,38,4,57,8v19,4,35,9,49,15v27,11,48,27,62,47v14,20,21,44,21,71v0,18,-4,37,-11,57v-7,20,-15,40,-24,61v-5,12,-10,24,-14,35v-4,11,-8,22,-11,33v-1,5,-2,11,-3,17v-1,6,-1,11,0,16v0,7,1,14,4,21v3,7,9,14,16,20v7,6,18,12,32,16v14,4,32,6,54,7v1,5,2,11,2,16v0,9,-2,16,-7,23v-7,9,-15,14,-26,15v-31,3,-52,10,-61,21v-9,11,-13,23,-14,35v-1,7,-1,15,0,21v1,6,2,12,3,17v3,11,7,23,11,35v4,12,9,23,14,36v9,21,18,42,25,64v7,22,11,43,11,64v0,45,-16,79,-49,102v-30,22,-77,34,-140,35v-1,-1,-2,-4,-3,-7v-1,-3,-3,-6,-4,-8r-6,-12v0,0,-2,-8,-2,-11r0,-2v0,0,1,-2,1,-3v1,-3,4,-4,9,-5r16,-3v3,-1,7,-2,11,-2v4,0,8,-1,12,-2v23,-5,41,-14,54,-28v13,-14,19,-31,19,-50v0,-5,0,-10,-1,-14v-1,-4,-2,-9,-3,-14v-5,-15,-4,-15,-10,-32v-4,-11,-8,-23,-13,-35v-7,-15,-13,-31,-18,-47v-5,-16,-10,-33,-13,-50r-4,-18v-1,-6,-2,-12,-2,-18v0,-27,6,-48,18,-64v12,-16,31,-28,56,-37v-26,-9,-45,-23,-56,-39v-11,-16,-17,-38,-17,-66v0,-20,3,-40,11,-60r24,-60v5,-10,9,-20,13,-30v4,-10,7,-18,10,-27v1,-5,2,-10,3,-17v1,-7,1,-14,0,-19","w":325},{"w":227},{"d":"37,-50v0,-39,20,-58,59,-58v23,0,38,5,44,14v6,9,9,23,8,42v-1,18,-4,32,-12,44v-8,12,-24,18,-47,18v-19,0,-33,-4,-41,-14v-8,-10,-11,-25,-11,-46","w":183},{"d":"166,-619v-1,5,-1,12,0,19v1,7,2,12,3,17v3,9,6,17,10,27v4,10,8,20,13,30r24,60v8,20,11,40,11,60v0,28,-6,50,-17,66v-11,16,-30,30,-56,39v25,9,44,21,56,37v12,16,18,37,18,64v0,6,-1,12,-2,18r-4,18v-3,17,-8,34,-13,50v-5,16,-11,32,-18,47v-5,12,-9,24,-13,35v-6,17,-5,17,-10,32v-1,5,-2,10,-3,14v-1,4,-1,9,-1,14v0,19,6,36,19,50v13,14,31,23,54,28v4,1,8,2,12,2v4,0,8,1,11,2r16,3v5,1,8,2,9,5v0,1,1,2,1,3r0,2v0,3,0,7,-2,11r-6,12v-1,2,-3,5,-4,8v-1,3,-2,6,-3,7v-63,-1,-110,-13,-140,-35v-33,-23,-49,-57,-49,-102v0,-21,4,-42,11,-64v7,-22,16,-43,25,-64v5,-13,10,-24,14,-36v4,-12,8,-24,11,-35v1,-5,2,-11,3,-17v1,-6,1,-14,0,-21v-1,-6,-2,-12,-4,-18v-2,-6,-6,-12,-11,-17v-5,-5,-13,-9,-22,-13v-9,-4,-22,-7,-38,-8v-11,-1,-19,-6,-26,-15v-5,-7,-7,-14,-7,-23v0,-5,1,-11,2,-16v22,-1,40,-3,54,-7v14,-4,25,-10,32,-16v7,-6,13,-13,16,-20v3,-7,4,-14,4,-21v1,-5,1,-10,0,-16v-1,-6,-2,-12,-3,-17v-3,-11,-7,-22,-11,-33v-4,-11,-9,-23,-14,-35v-9,-21,-17,-41,-24,-61v-7,-20,-11,-39,-11,-57v0,-27,7,-51,21,-71v14,-20,35,-36,62,-47v14,-6,30,-11,49,-15v19,-4,38,-7,57,-8v1,3,3,7,4,11v1,4,2,6,3,8v1,4,3,7,4,10v1,3,2,6,2,8v0,2,-1,4,-2,5v-1,3,-4,5,-7,6v-6,1,-13,3,-21,4r-17,4v-15,3,-27,9,-36,15v-9,6,-16,13,-21,20v-5,7,-9,13,-11,20v-2,7,-3,12,-4,17","w":325},{"d":"48,-328v1,-23,3,-40,6,-51v3,-11,9,-16,19,-16r378,0v-1,23,-2,40,-5,51v-3,11,-9,16,-20,16r-378,0xm48,-136v1,-23,3,-40,6,-51v3,-11,9,-16,19,-16r378,0v-1,23,-2,40,-5,51v-3,11,-9,16,-20,16r-378,0","w":499},{"d":"57,-412v-1,-2,-1,-6,-1,-11v0,-3,1,-7,2,-11v11,-10,30,-20,57,-30v27,-10,58,-17,91,-18r17,0v3,0,9,0,18,1v37,3,63,15,77,39v14,24,21,57,21,100r0,45v0,35,0,70,-1,107v-1,37,-1,68,-1,95v-1,9,0,18,2,25v1,6,4,11,8,16v4,5,10,6,18,5v-1,7,-1,14,-1,21r0,16v-4,5,-11,10,-20,15v-9,5,-20,7,-33,8v-12,0,-24,-5,-35,-13v-11,-8,-20,-16,-25,-23v-3,3,-8,7,-13,11v-5,4,-11,9,-16,12v-11,5,-23,8,-35,10v-12,2,-25,3,-38,3v-16,0,-32,-2,-47,-7v-15,-5,-28,-13,-40,-24v-12,-11,-21,-26,-28,-42v-7,-16,-10,-36,-10,-59v0,-31,6,-56,18,-76v12,-20,27,-36,44,-48v17,-12,36,-21,55,-26v19,-5,37,-9,52,-10v5,-1,11,-1,15,-1r13,0v13,0,24,1,33,3r0,-57v0,-23,-3,-40,-8,-52v-5,-12,-19,-18,-40,-18v-17,0,-35,2,-54,8v-19,6,-36,12,-51,18v-12,5,-22,8,-29,8v-5,-5,-8,-12,-10,-20v-2,-8,-4,-14,-5,-20xm252,-103v1,-6,2,-13,2,-21r0,-27r0,-71v-3,-1,-7,-1,-10,-1r-10,0v-6,0,-12,1,-17,1v-5,0,-11,0,-16,1v-12,2,-23,5,-34,9v-11,4,-21,9,-29,16v-8,7,-14,16,-19,27v-5,11,-7,24,-7,40v0,25,5,43,15,53v10,10,23,17,38,18r7,0v15,0,30,-3,44,-9v14,-6,26,-13,33,-22v1,-1,1,-3,1,-5v0,-2,1,-6,2,-9","w":395},{"d":"29,-233r0,-31v0,-11,1,-23,2,-35v3,-56,11,-105,25,-148v14,-43,32,-79,55,-108v17,-21,35,-39,53,-53v18,-14,36,-26,54,-34v18,-8,37,-14,54,-17v17,-3,34,-5,49,-5v18,0,33,2,47,6v14,4,23,11,26,24v0,11,-2,23,-5,35v-44,-3,-85,2,-121,13v-36,11,-66,33,-90,66v-15,19,-28,43,-38,70v-10,27,-19,58,-24,94r-6,52v-2,18,-3,37,-3,56v0,67,11,116,32,147v21,31,49,47,84,47v15,0,28,-3,41,-10v13,-7,25,-17,35,-30v10,-13,17,-29,23,-48v6,-19,9,-40,9,-65v0,-37,-7,-65,-20,-84v-13,-19,-30,-31,-50,-36v-3,-1,-5,-1,-8,-1v-3,0,-6,-1,-9,-1v-9,0,-19,1,-28,3v-9,2,-18,4,-25,6r0,-20v0,-12,2,-22,5,-31v3,-9,9,-15,16,-19v16,-7,34,-11,54,-11v7,0,13,0,16,1v23,2,42,9,58,20v16,11,30,25,40,42v10,17,18,35,23,56v5,21,7,43,7,65v0,33,-4,65,-12,93v-8,28,-19,52,-35,72v-16,20,-37,37,-61,48v-24,11,-53,17,-86,17v-56,0,-100,-20,-134,-59v-34,-39,-52,-102,-53,-187"},{"d":"67,31v15,-41,33,-85,54,-135r63,-151r64,-147r55,-128v-19,1,-42,2,-69,2r-99,0v-21,0,-40,-1,-55,-4v-15,-3,-28,-6,-39,-9v-1,-3,-2,-6,-2,-10v0,-7,1,-17,4,-27v3,-10,6,-20,10,-29v11,3,24,5,39,6v15,1,30,1,47,1r264,0r-9,32v0,0,-7,21,-10,30v-7,25,-17,54,-30,88r-43,107r-47,113r-47,110r-39,96v-12,29,-21,53,-27,71v-8,0,-17,1,-27,1v-10,0,-19,-1,-28,-2v-9,-1,-16,-2,-22,-4v-6,-2,-8,-6,-7,-11","w":422},{"d":"376,-549v3,6,6,14,8,23v2,9,3,15,3,20r-121,92r-46,34r-40,30r-30,23v-8,6,-12,9,-13,10v1,1,5,5,13,11r30,21r40,29r45,33r121,88v0,5,-1,14,-3,25v-2,11,-5,19,-8,24v-5,8,-11,13,-17,14v-7,1,-15,-1,-22,-7r-274,-204v-4,-3,-8,-7,-11,-11v-3,-4,-5,-10,-5,-16v0,-15,3,-26,9,-33r135,-102r50,-39v0,0,26,-18,46,-34v20,-16,20,-16,34,-26v9,-7,14,-12,16,-13v9,-7,16,-10,21,-9v8,2,14,8,19,17","w":458},{"d":"55,3v1,-29,1,-61,1,-95v0,-34,1,-72,1,-113r0,-382v0,-21,-1,-40,-1,-55v0,-15,0,-28,-1,-39v6,-11,16,-18,29,-21v13,-3,30,-5,51,-5v3,5,6,12,7,21v1,9,1,24,1,45r0,212v10,-9,20,-18,31,-25v11,-7,22,-12,32,-16v9,-3,19,-6,30,-8v11,-2,22,-4,35,-4v24,0,45,3,61,10v16,7,29,19,38,34v9,15,16,34,20,58v4,24,6,53,6,86r0,147r0,76v0,23,0,43,1,62v-3,3,-6,5,-9,6v-3,1,-7,2,-13,3v-6,1,-13,2,-23,2v-10,0,-22,1,-37,1v-5,-11,-7,-27,-7,-46r0,-242r0,-25v0,-7,-1,-13,-2,-18v-1,-31,-8,-53,-20,-64v-12,-11,-26,-16,-45,-16v-20,0,-38,5,-55,14v-17,9,-32,20,-43,31r0,304v0,11,-1,21,-2,29v-1,8,-4,16,-8,23v-3,3,-7,5,-11,6v-4,1,-8,2,-13,3v-5,1,-12,1,-21,1r-33,0","w":450},{"d":"410,-4v-5,2,-14,3,-24,4v-10,1,-21,2,-32,3v-13,0,-28,-2,-47,-7v-8,-13,-8,-14,-17,-28r-19,-31r-34,-59r-32,-59r-42,77v-16,29,-35,60,-56,92v-3,7,-8,12,-14,13v-6,1,-17,2,-32,2v-7,0,-15,-1,-23,-1v-8,0,-16,-1,-23,-2r9,-24r66,-105r72,-114r-31,-52r-35,-57r-34,-54r-28,-47r-3,-9v3,-2,10,-5,21,-8v11,-3,22,-5,31,-5r33,0v6,5,12,13,18,23r23,37r31,55r31,53r25,-44v9,-17,18,-33,27,-48r18,-29r18,-29v5,-7,9,-11,13,-13v4,-2,10,-4,21,-4v7,0,16,1,27,2v11,1,21,3,31,5v-2,4,-3,9,-5,13r-6,12r-62,94r-63,98r71,117r71,117r5,12r0,0","w":421},{"d":"695,68v16,4,30,10,41,19v11,9,20,17,27,25v-3,6,-5,12,-7,16v-2,4,-3,8,-6,13v-7,-5,-16,-11,-28,-15v-12,-4,-28,-7,-46,-8v-21,-2,-45,-1,-72,3v-27,4,-55,9,-84,16v-29,7,-57,14,-84,19v-27,5,-52,6,-73,3v-19,-3,-36,-10,-51,-22v-15,-12,-26,-26,-36,-41v-10,-15,-17,-31,-22,-47v-5,-16,-7,-29,-7,-40v-38,-4,-70,-15,-97,-34v-27,-19,-49,-43,-66,-73v-17,-30,-30,-65,-38,-104v-8,-39,-12,-82,-12,-127v0,-115,22,-203,66,-261v44,-58,108,-87,192,-87v43,0,80,8,112,23v32,15,58,37,78,66v20,29,35,66,45,108v10,42,15,90,15,143v0,54,-5,101,-14,141v-9,40,-21,74,-38,102v-17,28,-36,50,-60,67v-24,17,-50,28,-79,35v1,7,2,14,4,22v2,8,5,15,9,22v4,7,9,14,16,20v7,6,15,11,26,15r18,3v0,0,11,2,18,2v17,0,35,-2,54,-6v19,-4,38,-8,59,-11v18,-3,35,-6,51,-8v16,-2,33,-3,48,-3v7,0,15,0,22,1v7,1,13,2,19,3xm290,-58v49,0,87,-22,115,-66v28,-44,42,-114,42,-209v0,-48,-4,-89,-11,-123v-7,-34,-16,-62,-30,-84v-14,-22,-31,-37,-50,-47v-19,-10,-41,-15,-65,-16v-49,0,-89,22,-117,67v-28,45,-42,116,-42,213v0,45,4,84,12,117v8,33,19,60,33,82v14,22,31,39,50,50v19,11,40,16,63,16","w":576},{"d":"414,-238v0,42,-4,79,-14,110v-10,31,-24,57,-41,78v-17,21,-38,37,-61,48v-23,11,-49,16,-77,16v-62,0,-110,-19,-143,-58v-33,-39,-50,-101,-50,-188v0,-43,4,-80,14,-112v10,-32,24,-58,41,-78v17,-20,38,-35,62,-45v24,-10,50,-15,79,-15v127,0,190,81,190,244xm121,-236v0,35,2,64,7,88v5,24,13,42,22,56v9,14,19,26,32,32v13,6,26,9,41,9v13,0,26,-3,38,-9v12,-6,22,-18,31,-32v9,-14,17,-33,22,-56v5,-23,8,-52,8,-87v0,-65,-9,-112,-27,-139v-18,-27,-42,-41,-72,-41r-2,0v-13,0,-26,3,-38,9v-12,6,-23,18,-32,32v-9,14,-17,32,-22,55v-5,23,-8,50,-8,83","w":443},{"d":"255,-76v0,-10,1,-21,1,-33r0,-37r-60,0v0,0,-40,-1,-59,-2v-19,-1,-35,-1,-51,-2v-16,-1,-29,-2,-40,-3v-9,-8,-15,-17,-19,-27v-4,-10,-7,-20,-8,-29v5,-13,13,-29,23,-50v10,-21,22,-43,35,-67v20,-36,21,-34,43,-72v22,-38,22,-38,44,-72v15,-23,30,-43,44,-61v14,-18,25,-32,36,-42v9,-9,20,-16,32,-21v12,-5,23,-9,32,-10v7,0,13,1,20,2v7,1,13,3,18,4r0,97v0,0,-1,65,-1,96r0,97v0,34,0,66,-1,97v13,-1,26,-2,38,-3v12,-1,23,-1,31,-1v1,5,3,9,4,11v1,2,2,7,2,12v-3,10,-8,18,-14,26v-6,8,-15,14,-28,17v-4,1,-8,2,-11,2r-9,0r-13,0r0,118v0,9,-1,17,-4,23v-3,6,-11,9,-22,11v-7,1,-16,3,-28,3r-35,0r0,-84xm260,-352v1,-21,1,-41,1,-62v0,-21,1,-42,2,-63v-15,19,-30,39,-45,61v-15,22,-30,46,-44,69v-14,23,-26,46,-37,69v-11,23,-21,44,-29,63v21,1,44,2,69,3v25,1,51,1,79,1v1,-23,2,-46,2,-71v0,-25,1,-49,2,-70"},{"d":"330,-690v2,3,3,5,3,8r0,8r-2,12v-1,4,-2,7,-3,10v-4,9,-8,16,-12,20v-1,1,-4,1,-8,0v-4,-1,-8,-3,-12,-4v-5,-1,-12,-2,-19,-3v-7,-1,-14,-1,-21,-1v-11,0,-22,1,-32,4v-10,3,-20,9,-28,17v-8,8,-16,19,-21,33v-5,14,-8,31,-9,52v-1,11,-1,21,-1,32r0,33r54,0r32,0v10,0,18,0,25,-1v-1,23,-3,38,-6,46v-3,8,-9,13,-16,16v-1,1,-2,1,-4,2v-2,1,-4,1,-7,2v-11,1,-23,2,-36,2r-43,0r0,92r0,101v0,51,2,51,2,100r0,89v0,3,0,6,-1,10v-1,4,-3,8,-7,9v-8,1,-18,2,-30,3v-12,1,-21,1,-27,1v-4,0,-7,-1,-11,-1v-4,0,-8,0,-11,-1v-1,-3,-1,-7,-1,-11r0,-12r0,-60v0,0,1,-41,1,-62v0,-41,-1,-83,-1,-126r0,-132v-32,-1,-53,-5,-62,-12v2,-19,4,-31,7,-36v3,-5,8,-8,16,-10v8,-2,21,-5,39,-9v0,-13,0,-26,1,-39v1,-13,2,-25,3,-36v3,-33,10,-61,22,-82v12,-21,26,-38,42,-50v16,-12,35,-21,54,-26v19,-5,38,-7,55,-7v21,0,37,1,49,5v12,4,21,9,26,14","w":263},{"d":"224,-398v-33,0,-59,11,-79,32r0,319v0,9,0,17,-1,23v-1,6,-4,12,-8,17v-3,2,-6,4,-10,5v-4,1,-8,2,-14,3v-6,1,-13,1,-22,1v-9,0,-20,1,-33,1v1,-27,1,-57,1,-89v0,-32,1,-68,1,-107r1,-169v0,-16,-1,-30,-4,-42v-3,-12,-6,-23,-9,-33v6,-6,20,-14,41,-23v2,-1,4,-1,7,-1v9,0,17,3,21,9v4,6,7,12,10,21v11,-10,22,-19,34,-25v12,-6,23,-11,34,-14v9,-3,18,-6,27,-8v9,-2,18,-1,27,0v26,3,40,11,43,25v0,7,-1,16,-3,27v-2,11,-7,22,-13,31v-3,1,-6,1,-9,1r-12,0v0,0,-8,-1,-12,-2v-3,-1,-7,-2,-10,-2r-8,0","w":300},{"d":"272,-590r0,453r0,73v0,0,1,39,2,55v-6,5,-14,9,-25,10v-11,1,-29,2,-56,2v-6,-11,-9,-25,-9,-43r0,-550r-128,0v-15,0,-29,-1,-42,-3v-1,-3,-1,-6,-1,-11v0,-7,1,-15,3,-23v2,-8,3,-15,5,-20v1,-4,3,-7,5,-10v2,-3,5,-5,7,-7r11,0v0,0,8,1,13,1v11,1,24,1,38,1r50,0r306,0v0,9,-1,18,-2,27v-1,9,-3,17,-5,25v-2,7,-5,12,-10,15v-5,3,-9,4,-11,5r-151,0","w":458},{"d":"146,-50v-1,14,-4,28,-8,43v-4,15,-11,29,-18,43v-7,14,-16,26,-25,38v-9,12,-19,22,-30,30v-8,5,-18,8,-29,8v-11,0,-20,-3,-27,-10r35,-58v0,0,15,-37,16,-58v-5,-1,-8,-3,-9,-6v-2,-7,-5,-16,-9,-27v-4,-11,-5,-19,-5,-25v5,-10,12,-19,23,-26v11,-7,22,-11,35,-11v21,0,36,4,43,13v7,9,9,24,8,46","w":183},{"d":"187,-554v-4,-5,-11,-12,-22,-22v-16,-16,-15,-16,-35,-34v-20,-18,-20,-18,-38,-36v-18,-18,-19,-17,-30,-28v-1,-1,-1,-3,-1,-6v0,-7,2,-13,7,-18v5,-8,12,-15,20,-21v8,-6,16,-9,23,-9r1,0v3,0,9,6,19,16v10,10,21,22,32,36r33,43v0,0,18,27,23,37v1,1,1,3,1,5v0,7,-4,15,-12,23v-8,8,-15,13,-21,14","w":321},{"d":"559,55v9,13,14,28,15,45v-11,8,-12,8,-22,15v-7,5,-14,8,-21,11v-66,21,-127,32,-184,32v-45,0,-85,-7,-123,-21v-38,-14,-71,-37,-98,-67v-27,-30,-48,-68,-62,-116v-14,-48,-20,-106,-19,-173v0,-5,1,-10,1,-15v0,-5,0,-11,1,-16v3,-60,15,-113,33,-158v18,-45,42,-84,73,-114v31,-30,67,-52,109,-68v42,-16,88,-24,139,-24v91,0,162,24,213,73v51,49,77,123,77,222v0,58,-6,106,-17,145v-11,39,-25,69,-42,92v-17,23,-36,40,-58,49v-22,9,-42,14,-63,14v-29,0,-50,-9,-63,-27v-8,7,-20,14,-38,21v-18,7,-40,11,-66,11v-15,-1,-29,-3,-42,-6v-13,-3,-24,-9,-34,-18v-10,-9,-18,-21,-24,-36v-6,-15,-9,-35,-10,-60v0,-27,4,-49,13,-68v9,-19,21,-35,38,-48v15,-11,31,-19,47,-24v16,-5,30,-9,43,-10r9,0v0,0,5,-1,8,-1v11,0,21,1,29,3r0,-10v0,-5,0,-9,1,-12v2,-25,-2,-45,-10,-60v-8,-15,-24,-21,-47,-20v-24,0,-47,6,-68,17v-9,4,-17,6,-24,6v-3,-4,-5,-9,-7,-15v-2,-10,-3,-10,-5,-17v0,-2,-1,-4,-1,-5r0,-4v0,-3,1,-6,2,-9v9,-9,24,-17,46,-26v22,-9,47,-13,74,-13v23,0,43,3,59,10v16,7,28,19,37,35v7,13,12,31,14,55v1,9,2,19,2,29r0,31v-1,9,-1,18,-1,27r0,27v-1,10,-1,20,-1,30v0,10,0,21,-1,31v0,15,-1,30,-1,43v0,13,0,25,-1,36v3,3,7,6,11,8v4,2,7,3,12,3v10,0,21,-4,33,-11v12,-7,23,-20,33,-37v10,-17,19,-41,26,-70v7,-29,10,-66,10,-109v0,-83,-18,-142,-54,-180v-36,-38,-89,-57,-158,-57v-87,0,-156,28,-206,83v-50,55,-74,138,-74,251v0,55,6,102,16,140v10,38,26,69,46,93v20,24,44,41,74,52v30,11,64,16,103,16v27,-1,50,-4,71,-8v21,-4,40,-7,59,-12v13,-3,25,-6,37,-9v12,-3,22,-3,31,-2xm341,-78v3,1,7,0,12,0v5,0,9,0,14,-1v13,-2,25,-7,34,-15v9,-8,15,-19,18,-32r2,-103v-35,0,-63,7,-83,20v-20,13,-30,40,-30,79r0,7v0,0,1,4,1,7v1,13,6,23,13,28v7,5,14,9,19,10","w":733},{"d":"37,-374v0,-39,20,-58,59,-58v23,0,38,5,44,14v6,9,9,23,8,42v-1,18,-4,32,-12,44v-8,12,-23,18,-46,18v-19,0,-33,-4,-41,-14v-8,-10,-12,-25,-12,-46xm37,-50v0,-39,20,-58,59,-58v23,0,38,5,44,14v6,9,9,23,8,42v-1,18,-4,32,-12,44v-8,12,-23,18,-46,18v-19,0,-33,-4,-41,-14v-8,-10,-12,-25,-12,-46","w":183},{"d":"188,-482r16,0v0,0,9,1,13,2v30,2,51,8,65,17v14,9,22,17,24,23v0,7,-1,15,-4,24v-3,9,-7,16,-11,21r-22,-3v0,0,-15,-4,-24,-7v-15,-6,-32,-9,-49,-9v-21,0,-38,4,-50,14v-12,10,-18,23,-18,38v0,9,2,17,7,25v5,8,13,17,25,26v13,10,28,21,48,35v20,14,38,27,53,40v21,17,36,35,45,52v9,17,14,36,14,57v0,23,-4,44,-13,61v-9,17,-21,32,-36,44v-15,12,-33,20,-53,26v-20,6,-42,9,-65,9v-31,0,-59,-4,-82,-12v-23,-8,-38,-18,-43,-31v0,-8,1,-17,4,-26v3,-9,7,-17,12,-24r4,0v7,0,16,3,27,8v11,5,22,9,35,12v13,3,27,4,41,4r9,0v0,0,7,-1,10,-2v18,-2,32,-8,42,-19v10,-11,16,-24,16,-41v0,-11,-3,-22,-10,-32v-7,-10,-18,-22,-33,-33v-20,-14,-20,-15,-42,-31v-15,-11,-28,-21,-39,-30r-24,-21v-29,-29,-44,-60,-44,-94v0,-39,14,-69,42,-91v28,-22,65,-32,110,-32","w":346},{"d":"220,-229v-11,2,-24,3,-38,5v-21,2,-20,4,-42,6v-14,2,-29,3,-43,4v-14,1,-27,1,-39,1v-4,0,-8,0,-12,-1v-4,-1,-7,-2,-11,-3v5,-46,13,-69,26,-69v28,-3,58,-6,90,-10v32,-4,60,-7,83,-10v7,1,15,4,22,7v-1,19,-4,35,-10,48v-6,13,-15,21,-26,22","w":292},{"d":"68,3v-3,-5,-6,-11,-7,-18v-1,-7,-2,-15,-2,-24r0,-480v0,-28,-1,-53,-1,-75v0,-22,0,-41,-1,-58v4,-3,12,-6,25,-8v13,-2,33,-3,58,-3v3,7,5,14,6,23v1,9,2,22,2,39r0,236r105,-149r107,-149v3,-1,7,-1,10,-1r11,0r19,0v0,0,13,1,18,1v17,1,25,5,25,14v0,5,-2,11,-7,20v-3,4,-5,8,-8,13v-3,5,-7,10,-10,13r-41,56r-45,61r-46,62r-44,59v16,15,32,34,48,56v16,22,30,45,44,69r42,74r36,68v0,0,16,31,30,54v9,15,17,26,23,32v0,3,0,6,-1,7v-1,1,-5,3,-10,5v-3,1,-9,3,-16,4v-7,1,-15,2,-24,2r-14,0v-18,-2,-32,-10,-42,-26v-10,-16,-18,-32,-25,-48v-7,-15,-14,-31,-23,-48v-9,-17,-19,-35,-30,-53v-11,-18,-24,-36,-36,-53v-12,-17,-25,-34,-38,-49v-19,-21,-18,-21,-34,-37v-10,-11,-19,-19,-24,-22r0,196r0,72v0,0,1,38,1,54v-3,5,-11,9,-24,10v-13,1,-32,1,-57,1","w":454},{"d":"130,-324v0,89,14,156,44,200v30,44,68,65,115,65v49,0,87,-23,115,-67v28,-44,42,-113,42,-208v0,-47,-4,-88,-12,-122v-8,-34,-20,-62,-34,-84v-14,-22,-31,-38,-50,-48v-19,-10,-40,-15,-63,-15r-1,0v-47,0,-84,22,-113,67v-29,45,-43,115,-43,212xm290,-677v43,0,80,8,112,23v32,15,57,37,78,66v21,29,36,66,46,108v10,42,15,90,15,143v0,111,-21,197,-63,259v-42,62,-107,93,-194,93v-45,0,-84,-8,-116,-24v-32,-16,-57,-39,-77,-69v-20,-30,-35,-66,-44,-108v-9,-42,-14,-90,-14,-143v0,-115,22,-203,66,-261v44,-58,108,-87,191,-87","w":572},{"d":"94,-520v-1,1,-4,2,-8,4v-4,2,-9,3,-14,4v-5,1,-11,2,-16,3v-5,1,-8,1,-11,1v0,-9,-1,-23,-2,-42v-1,-19,-3,-40,-5,-62v-2,-22,-3,-41,-4,-60v-1,-19,-1,-33,-1,-41v6,-3,14,-6,25,-9v11,-3,22,-4,32,-4v5,0,10,1,14,2v5,1,8,5,10,12v2,7,3,16,3,25r0,8v-1,14,-1,29,-3,46v-2,17,-4,33,-6,48v-2,15,-4,29,-7,41v-3,12,-5,19,-7,24","w":150},{"d":"64,-205v-1,-25,-3,-56,-4,-93v-1,-37,-2,-75,-4,-115v-2,-60,-4,-61,-6,-119v-2,-39,-2,-72,-3,-100v1,-9,10,-16,27,-19v17,-3,40,-5,69,-5v3,7,5,16,7,25v2,9,3,21,3,34v-1,21,-2,49,-3,81v-1,32,-3,66,-5,100v-3,52,-3,51,-6,98v-2,31,-3,57,-4,76v-1,14,-9,24,-23,29v-14,5,-31,8,-48,8xm99,-105v20,0,33,4,39,13v6,9,8,23,7,41v-1,17,-4,32,-11,43v-7,11,-20,17,-41,17v-17,0,-30,-5,-37,-14v-7,-9,-10,-24,-10,-44v0,-37,18,-56,53,-56","w":193},{"d":"326,-702r-97,334r-97,334v-5,17,-10,33,-16,48v-6,15,-13,25,-20,32v-6,5,-13,9,-22,10v-9,1,-25,1,-50,1r108,-367r108,-367v2,-7,5,-13,8,-16v3,-3,9,-6,18,-7v7,-1,16,-2,26,-2v10,0,21,-1,34,0","w":350},{"d":"32,-203v0,-10,0,-17,1,-20v-3,-5,-5,-8,-5,-11v0,-1,2,-6,5,-14v3,-8,6,-13,8,-17r60,0v3,-20,7,-39,9,-59v2,-20,5,-40,8,-60r-67,0r0,-19v-3,-5,-4,-8,-4,-11v0,-1,0,-3,1,-6v1,-3,2,-6,4,-10v2,-6,3,-6,5,-10v1,-3,2,-5,3,-6r66,0v2,-11,2,-22,2,-35v0,-13,2,-25,6,-35v4,-10,10,-19,20,-26v10,-7,25,-10,47,-10v3,3,4,6,4,11v0,15,-1,30,-5,47v-4,17,-7,33,-10,48r93,0v1,-10,1,-22,1,-34v0,-12,2,-23,6,-34v4,-11,10,-20,20,-27v10,-7,26,-11,48,-11v2,2,3,5,3,10v0,15,-1,32,-5,48v-4,16,-7,32,-9,48r58,0r0,11v0,3,0,6,-1,8v3,5,5,10,5,13v0,1,-2,6,-5,14v-3,8,-5,13,-8,16r-58,0r-8,60r-8,59r67,0r0,19v3,5,4,9,4,12v0,0,1,0,-1,4v-2,4,-2,4,-4,10v-2,6,-2,6,-4,11v-1,3,-2,5,-3,6r-68,0v-2,12,-3,25,-3,39v0,14,0,28,-4,40v-4,12,-10,22,-20,30v-10,8,-26,12,-48,12v-3,-2,-4,-6,-4,-11v0,-17,2,-36,6,-55r11,-55r-95,0v-1,9,-3,21,-4,35v-1,14,-4,26,-6,39v-2,13,-6,24,-10,33v-4,9,-9,13,-16,13v-5,0,-12,-1,-20,-3v-12,-2,-11,-2,-25,-5r9,-55v0,0,6,-38,9,-57r-61,0xm181,-384r-8,60r-8,59r94,0v3,-20,5,-39,7,-59v2,-20,6,-40,9,-60r-94,0"},{"d":"102,3v-18,0,-32,-3,-42,-8r0,-532r0,-59v0,0,-1,-35,-2,-51v5,-1,12,-4,21,-8v9,-4,20,-6,33,-7r249,0v-2,25,-4,41,-7,49v-3,8,-9,13,-16,16v-7,2,-16,3,-25,3v-9,0,-22,1,-37,1r-128,0r0,217r191,0v-1,15,-3,28,-5,37v-2,9,-4,16,-7,21v-3,5,-7,8,-12,10v-5,2,-10,3,-16,3r-151,0r0,155v0,0,1,95,2,141r-18,7v-9,3,-19,5,-30,5","w":375},{"d":"94,-520v-1,1,-4,2,-8,4v-4,2,-9,3,-14,4v-5,1,-11,2,-16,3v-5,1,-8,1,-11,1v0,-9,-1,-23,-2,-42v-1,-19,-3,-40,-5,-62v-2,-22,-3,-41,-4,-60v-1,-19,-1,-33,-1,-41v6,-3,14,-6,25,-9v11,-3,22,-4,32,-4v5,0,10,1,14,2v5,1,8,5,10,12v2,7,3,16,3,25r0,8v-1,14,-1,29,-3,46v-2,17,-4,33,-6,48v-2,15,-4,29,-7,41v-3,12,-5,19,-7,24xm238,-520v-1,1,-4,2,-8,4v-4,2,-9,3,-14,4v-5,1,-11,2,-16,3v-5,1,-8,1,-11,1v0,-9,-1,-23,-2,-42v-1,-19,-3,-40,-5,-62v-2,-22,-3,-41,-4,-60v-1,-19,-1,-33,-1,-41v6,-3,14,-6,25,-9v11,-3,22,-4,32,-4v5,0,10,1,14,2v5,1,8,5,10,12v2,7,3,16,3,25r0,8v-1,14,-1,29,-3,46v-2,17,-4,33,-6,48v-2,15,-4,29,-7,41v-3,12,-5,19,-7,24","w":293},{"d":"137,-472v3,7,6,16,7,25v1,9,1,25,1,46r0,340v0,23,-4,40,-12,53v-3,5,-10,8,-20,9v-10,1,-29,1,-57,2r0,-81v0,0,1,-59,1,-90r0,-177v0,-23,-1,-43,-1,-59v0,-16,0,-31,-1,-44v5,-11,15,-17,29,-20v14,-3,32,-4,53,-4xm52,-642v0,-37,18,-56,53,-56v20,0,33,5,39,14v6,9,8,22,7,40v-1,17,-4,32,-11,43v-7,11,-20,17,-41,17v-17,0,-30,-5,-37,-14v-7,-9,-10,-24,-10,-44","w":202},{"d":"49,-474v12,3,25,4,39,4v14,0,29,1,48,1r194,0r0,3v0,3,0,7,1,10v1,3,1,7,1,12v1,8,-3,20,-11,37r-36,68r-46,83r-53,92r-54,95v15,1,32,1,51,1v19,0,39,1,58,1v28,0,51,-1,71,-3v20,-2,32,-3,36,-4r0,17v0,0,-2,12,-3,17v-3,21,-9,33,-20,36v-11,2,-25,3,-41,4v-16,1,-38,1,-68,1v-32,0,-64,-1,-97,-1v-33,0,-61,-1,-86,-2v-2,-3,-2,-2,-7,-10v-3,-5,-6,-12,-7,-21v1,-7,4,-15,9,-24r47,-78r53,-89r54,-92r48,-87r-107,0v-8,0,-16,1,-23,1r-21,0v-35,0,-52,-3,-52,-10r0,-2v4,-37,11,-57,22,-60","w":361},{"d":"280,-57v33,0,56,-2,72,-7v16,-5,28,-10,36,-15v7,-34,13,-72,16,-113v3,-41,4,-83,4,-125r1,-274v0,-13,1,-25,3,-35v2,-10,4,-18,7,-27v4,-3,8,-5,11,-6v3,-1,8,-2,13,-3v5,-1,12,-2,20,-2r32,0v-1,26,-1,55,-1,86v0,31,-1,65,-1,102r0,159v0,54,-3,103,-7,147v-4,44,-11,85,-20,123v-19,23,-46,40,-81,49v-35,9,-72,13,-111,13v-38,0,-70,-5,-96,-16v-26,-11,-46,-26,-62,-45v-16,-19,-28,-41,-36,-67v-8,-26,-15,-54,-18,-85v-1,-17,-3,-34,-4,-51v-1,-17,-1,-36,-1,-55r0,-190v0,-33,-1,-62,-1,-88v0,-26,0,-48,-1,-69v4,-5,12,-9,25,-11v13,-2,32,-2,57,-2v5,8,8,17,9,28v1,11,1,27,1,47r0,277v0,21,0,41,1,59v1,18,3,35,6,52v7,44,20,79,39,105v19,26,48,39,87,39","w":552},{"d":"141,-292v0,49,4,95,11,138v7,43,16,83,29,119v13,36,27,68,43,97v16,29,35,52,54,71v-3,16,-9,29,-17,39v-8,10,-17,15,-28,15v-12,-6,-28,-20,-47,-43v-19,-23,-38,-54,-56,-93v-18,-39,-34,-87,-48,-142v-14,-55,-21,-119,-21,-190r0,-1v0,-67,7,-127,19,-180v12,-53,27,-100,45,-139v18,-39,37,-72,58,-97v21,-25,39,-44,56,-56v11,2,19,8,26,18v7,10,11,21,13,35v-40,46,-72,103,-98,172v-26,69,-39,148,-39,237","w":312},{"d":"294,-76v6,3,12,6,20,8v12,4,12,4,22,7v7,2,12,4,17,6v5,2,7,4,7,6v0,17,-1,29,-2,35v-1,6,-4,10,-9,12v-5,1,-11,2,-16,2v-5,0,-11,0,-17,1v-31,1,-62,1,-94,1v-32,0,-61,1,-90,1r0,-22v0,0,-1,-17,-1,-26v0,-4,2,-7,7,-10v5,-3,11,-5,18,-8v7,-3,16,-5,24,-7v8,-2,16,-5,24,-8v1,-61,2,-128,3,-203r3,-230v-9,2,-19,5,-32,8r-40,10r-37,9v-11,3,-19,5,-24,6v-3,-5,-5,-10,-7,-15v-2,-5,-2,-11,-3,-17v5,-10,14,-21,26,-32v26,-9,25,-9,53,-18r53,-17r45,-14r34,-10v5,2,5,3,11,5v4,2,7,3,10,4v-1,28,-1,62,-1,104v0,42,-1,87,-2,134v-1,47,-2,95,-2,144r0,134","w":383},{"d":"193,215v-3,3,-7,5,-11,6v-4,1,-8,2,-14,3v-6,1,-13,1,-22,1r-33,0r0,-996v3,-3,7,-5,11,-7v4,-2,8,-2,14,-3v6,-1,13,-1,22,-1r33,0r0,997","w":306},{"d":"59,-521r0,-105r0,-9r0,-10v0,-3,0,-7,1,-10v4,-1,13,-3,27,-4v14,-1,31,-3,51,-4v20,-1,39,-2,59,-2v33,0,61,3,84,11v23,8,42,19,57,32v15,13,25,30,32,48v7,18,11,37,11,58v0,35,-5,62,-15,82v-10,20,-22,35,-34,45v-5,3,-10,7,-15,10v-5,3,-12,7,-20,10v16,4,30,9,42,16v8,5,16,10,25,17v9,7,18,17,26,28v8,11,14,24,19,40v5,16,8,34,8,55v0,38,-6,71,-17,98v-11,27,-26,49,-46,67v-20,18,-43,31,-70,40v-27,9,-56,13,-87,13v-25,-1,-48,-2,-69,-3v-21,-1,-44,-2,-69,-5r0,-518xm147,-66v4,1,12,3,24,4v12,1,22,1,29,1v33,0,61,-12,84,-36v23,-24,34,-62,34,-114r0,-11v0,-3,0,-7,-1,-10v-5,-37,-18,-61,-39,-74v-21,-13,-48,-20,-81,-20r-27,0v-11,0,-18,1,-23,2r0,258xm147,-390v5,-1,13,-2,26,-2v13,0,24,0,33,-1v11,0,22,-1,34,-3v13,-6,24,-18,34,-35v10,-17,16,-41,16,-70r0,-9v0,-3,0,-5,-1,-8v-3,-28,-14,-48,-31,-61v-17,-13,-39,-19,-65,-19v-6,0,-14,0,-25,1v-11,1,-18,1,-21,2r0,205"},{"d":"140,-664v3,7,5,16,6,27v1,11,2,26,2,45r0,519v13,1,27,2,44,3v17,1,35,1,52,1v19,0,39,-1,60,-1v21,0,40,-1,57,-2v1,5,1,11,1,16r0,15v-1,9,-5,17,-10,25v-5,8,-12,14,-22,17v-10,1,-22,1,-38,1v-16,0,-36,1,-61,1v-34,0,-65,0,-93,-1v-28,-1,-52,-3,-71,-4r-4,-26r-4,-26r0,-488v0,-23,-1,-44,-1,-62v0,-18,0,-32,-1,-44v5,-7,14,-11,25,-13v11,-2,31,-3,58,-3","w":377},{"d":"44,-482v0,-25,2,-48,8,-70v6,-22,14,-40,26,-55v12,-15,27,-28,44,-37v17,-9,38,-13,61,-13r1,0v20,0,38,3,54,9v16,6,30,15,42,28v12,13,20,32,26,54v6,22,10,49,10,82v0,53,-11,96,-34,128v-23,32,-57,49,-103,49v-21,0,-39,-3,-56,-9v-17,-6,-31,-15,-43,-28v-12,-13,-20,-31,-26,-54v-6,-23,-10,-51,-10,-84xm384,-162v0,-25,3,-48,9,-70v6,-22,15,-40,27,-56v12,-16,26,-29,43,-38v17,-9,38,-13,61,-13r1,0v20,0,38,3,54,9v16,6,29,16,41,30v12,14,21,32,27,54v6,22,9,49,9,82v0,53,-11,96,-34,128v-23,32,-57,47,-102,47v-20,0,-38,-3,-55,-8v-17,-5,-31,-14,-43,-27v-12,-13,-21,-32,-28,-54v-7,-22,-10,-50,-10,-84xm162,29v-1,0,-3,-1,-7,-3v-4,-2,-8,-5,-13,-8v-5,-3,-8,-6,-12,-10v-4,-4,-6,-7,-6,-10v8,-15,22,-39,40,-70r62,-105r76,-126r80,-132r74,-122r58,-97v7,-11,11,-17,14,-17v3,0,8,3,17,8v6,4,11,8,15,12v4,4,7,9,8,14r-35,60r-57,95r-70,120r-78,129r-76,127r-69,111v-9,16,-16,24,-21,24xm456,-161v0,41,5,70,16,89v11,19,27,28,48,28v19,0,35,-9,47,-28v12,-19,18,-50,18,-91v0,-43,-5,-73,-16,-91v-11,-18,-26,-27,-47,-27v-21,0,-36,10,-48,30v-12,20,-18,50,-18,90xm117,-481v0,41,5,70,16,89v11,19,26,28,47,28v19,0,35,-10,47,-29v12,-19,18,-50,18,-91v0,-43,-6,-72,-17,-90v-11,-18,-26,-27,-45,-27r-1,0v-19,0,-35,9,-47,29v-12,20,-18,50,-18,91","w":700},{"d":"143,-94v-1,9,0,18,2,25v1,6,4,11,8,16v4,5,10,6,18,5v-1,7,-1,15,-1,22r0,15v-4,6,-11,11,-20,15v-9,4,-20,7,-33,8v-6,0,-13,-1,-19,-4v-6,-3,-12,-6,-17,-9v-8,-5,-14,-12,-18,-21v-4,-9,-6,-19,-6,-29r0,-10r0,-507v0,-25,-1,-46,-1,-64v0,-18,0,-34,-1,-49v5,-11,15,-18,29,-21v14,-3,31,-5,52,-5v3,10,5,22,6,35v1,13,1,33,1,58r0,520r0,0","w":201},{"d":"171,-293v0,-89,-12,-169,-37,-240v-25,-71,-58,-128,-99,-171v3,-17,9,-30,17,-38v8,-8,17,-12,27,-12v11,6,27,20,46,42v19,22,38,52,57,90v19,38,34,84,48,137v14,53,21,114,21,183r0,1v0,67,-7,128,-19,183v-12,55,-27,103,-45,144v-18,41,-37,75,-57,102v-20,27,-39,47,-56,59v-11,-2,-20,-9,-27,-20v-7,-11,-11,-24,-12,-37v38,-44,71,-101,97,-171v26,-70,39,-152,39,-247r0,-5r0,0","w":312},{"d":"62,-187v-9,-1,-17,-2,-22,-3v-5,-1,-10,-2,-15,-4v5,-37,12,-66,21,-88v9,-22,19,-39,30,-51v11,-12,23,-20,35,-24v12,-4,24,-6,35,-6v23,1,45,7,64,17v19,10,38,24,55,40v24,21,25,21,47,39v15,12,30,18,45,18v17,0,30,-7,39,-22v9,-15,15,-35,18,-60v1,-7,2,-12,4,-17v2,-5,4,-9,6,-13v7,0,17,2,28,5v11,3,19,6,24,10v-3,31,-9,57,-16,78v-7,21,-15,38,-25,50v-10,12,-21,21,-34,26v-13,5,-26,8,-40,8v-12,0,-25,-2,-37,-7v-12,-5,-24,-11,-36,-19v-12,-8,-24,-16,-36,-25v-18,-14,-17,-14,-35,-29v-14,-12,-27,-20,-37,-26v-10,-6,-20,-9,-29,-9v-7,0,-13,1,-19,4v-6,3,-12,8,-18,15v-6,7,-12,18,-16,32v-4,14,-8,31,-11,53v-5,5,-14,8,-25,8","w":500},{"d":"28,-1v9,0,20,-1,32,-3v12,-2,24,-7,35,-18v11,-11,19,-28,26,-52v7,-24,9,-57,7,-101r0,-337r0,-74v0,0,-1,-40,-2,-55v5,-10,14,-16,26,-19v12,-3,32,-4,57,-4v3,6,6,14,7,22v1,8,1,21,1,38r0,415v0,30,-1,57,-2,81v-1,24,-4,47,-9,66v-5,19,-11,36,-20,50v-9,14,-21,27,-36,37v-17,12,-37,19,-58,22v-5,1,-11,2,-16,2r-14,0v-13,0,-26,-2,-37,-5v-9,-3,-17,-8,-23,-15v-6,-7,-9,-15,-10,-23v1,-8,2,-14,4,-18v2,-6,2,-7,4,-12v9,2,18,3,28,3","w":276},{"d":"148,-71v10,1,23,3,38,3r46,0r66,0v23,0,45,-1,65,-2r1,1v-3,25,-6,43,-11,52v-5,9,-12,15,-22,18v-13,1,-29,1,-48,1v-19,0,-42,1,-70,1v-31,0,-60,0,-85,-1v-25,-1,-45,-3,-61,-4v-1,-7,-2,-14,-3,-20v-1,-6,-3,-14,-4,-21r0,-479r0,-64v0,-21,-1,-41,-2,-61v5,-1,12,-4,21,-8v9,-4,19,-6,30,-7r242,0v-1,24,-4,40,-7,49v-3,9,-8,15,-15,18v-12,2,-26,3,-41,3v-15,0,-32,1,-51,1r-89,0r0,204r186,0v-2,16,-4,29,-6,38v-2,9,-5,16,-8,21v-3,5,-6,8,-10,10v-4,2,-9,3,-15,3r-147,0r0,244r0,0","w":383},{"d":"91,-639v0,-3,0,-7,1,-11v1,-4,3,-7,6,-8v2,-1,5,-2,8,-2v3,0,7,0,10,-1v17,-2,35,-3,56,-3r20,46v12,29,11,28,24,64r27,76r27,77v1,5,3,10,5,15v2,5,4,11,5,16v6,18,6,18,12,38v6,20,7,21,13,39r11,34r10,29r11,-30v4,-11,8,-23,13,-34v5,-14,11,-28,16,-44v5,-16,10,-30,15,-43r49,-135r44,-124r4,-10v1,-3,3,-6,6,-8v9,-1,21,-3,35,-4v14,-1,27,-2,39,-2v2,7,4,14,5,20v1,6,3,15,4,26v7,94,7,94,15,186v8,92,7,91,15,184v5,46,10,89,13,129v3,40,5,76,7,108v-3,6,-12,9,-25,11v-13,2,-32,3,-58,3v-7,-11,-11,-24,-11,-41v-1,-10,-2,-20,-3,-28v-1,-8,-1,-17,-1,-27v-2,-26,-3,-26,-5,-57v-2,-31,-2,-31,-5,-66r-2,-29r-2,-28v-1,-19,-3,-41,-3,-65v0,-24,0,-47,-1,-70v-1,-20,-2,-38,-2,-52v0,-14,0,-28,-1,-41r0,1v0,0,-1,0,-1,1r-17,53v0,0,-8,29,-18,57r-19,54r-16,45r-35,94v0,0,-17,48,-34,96v-3,11,-11,18,-22,20v-7,1,-14,2,-22,3v-8,1,-16,1,-23,1r-34,-104r-43,-126v-1,-5,-5,-15,-10,-32r-18,-57v-7,-25,-14,-47,-20,-66v-6,-19,-12,-33,-15,-42r0,84v0,11,-1,22,-1,35r0,38v0,0,-2,18,-2,36v0,12,0,21,-1,30v-5,43,-9,84,-13,124v-4,40,-6,76,-8,107v-1,9,-3,17,-4,23v-1,6,-3,13,-6,19v-3,3,-7,5,-12,6v-5,1,-11,2,-20,2v-6,0,-13,-1,-20,-1v-7,0,-16,-1,-25,-2v-2,0,-3,-1,-3,-2v3,-41,6,-86,10,-136v4,-50,9,-103,14,-158v8,-82,7,-82,15,-168","w":664},{"d":"342,-304v22,19,39,38,51,60v12,22,18,48,18,78v0,25,-5,48,-13,69v-8,21,-20,40,-36,56v-16,16,-36,28,-59,37v-23,9,-50,14,-80,14v-36,0,-66,-6,-90,-16v-24,-10,-44,-24,-59,-40v-15,-16,-26,-34,-32,-55v-6,-21,-9,-41,-9,-62v0,-21,3,-39,9,-55v6,-16,13,-32,23,-45v21,-27,50,-53,87,-76v-15,-9,-29,-19,-40,-29v-11,-10,-21,-20,-30,-30v-11,-13,-19,-27,-24,-42v-5,-15,-8,-31,-8,-47v0,-25,4,-48,12,-69v8,-21,21,-38,36,-52v15,-14,33,-26,54,-34v21,-8,45,-12,70,-12r14,0v0,0,9,1,14,1v25,2,46,7,64,15v18,8,33,20,45,34v12,14,21,28,27,46v6,18,8,37,8,57v0,20,-3,38,-9,53v-6,15,-14,29,-23,41v-9,11,-19,22,-31,32v-12,10,-26,21,-42,32v21,14,39,27,53,39xm134,-497v0,15,2,28,8,39v6,11,15,22,27,33v13,13,35,28,64,45v24,-15,43,-33,59,-52v16,-19,24,-41,24,-65v0,-30,-8,-53,-26,-67v-18,-14,-39,-21,-64,-21v-12,0,-23,1,-34,5v-11,4,-22,9,-30,16v-8,7,-15,17,-20,28v-5,11,-8,24,-8,39xm223,-59v13,0,25,-3,37,-7v12,-4,24,-10,34,-18v10,-8,16,-19,22,-32v6,-13,9,-28,9,-45v0,-21,-3,-38,-9,-50v-6,-12,-17,-24,-30,-37v-16,-16,-41,-33,-74,-52v-27,16,-49,35,-68,57v-19,22,-29,47,-29,75v0,35,10,61,31,80v21,19,47,29,77,29"},{"d":"290,-75v1,3,2,7,2,11r0,11r0,14v0,5,0,9,-1,14v-2,7,-7,14,-15,20v-9,6,-22,11,-38,14v-16,3,-31,5,-46,5v-23,0,-42,-5,-56,-15v-14,-10,-26,-23,-34,-39v-8,-16,-13,-34,-16,-54v-3,-20,-4,-40,-4,-60r0,-247v-16,0,-29,-1,-38,-3v-9,-2,-16,-4,-22,-7r0,-17v0,0,2,-7,2,-9v0,-2,1,-4,2,-5v1,-1,3,-2,5,-4v7,-6,17,-10,30,-13v13,-3,23,-6,30,-9r5,-90v3,-10,10,-18,22,-26v12,-8,30,-13,53,-14v-1,23,-1,45,-1,66v0,21,-1,42,-1,63r129,0v-1,25,-4,42,-8,50v-4,8,-8,13,-15,14v-4,1,-8,1,-12,1v-4,0,-8,1,-12,1v-7,0,-13,1,-18,1r-17,0r-20,0r-27,0v-1,23,-1,47,-1,70v0,23,-1,45,-1,66v0,22,1,43,1,62r0,54v2,28,6,50,13,68v7,18,20,27,40,27v4,0,9,-1,16,-2v7,-1,14,-3,21,-5v7,-2,14,-4,20,-6v6,-2,10,-5,12,-7","w":317},{"d":"327,-336r49,99v24,50,24,50,41,89r0,-8r0,-10v0,-4,0,-8,-1,-11v-1,-11,-1,-24,-2,-39v-1,-15,-2,-30,-2,-46r0,-48v0,-16,-1,-30,-1,-44r0,-245v0,-13,1,-23,2,-31v1,-8,4,-16,7,-23v4,-3,8,-5,12,-7v4,-2,7,-2,12,-3v5,-1,12,-1,20,-1r32,0v-1,30,-2,62,-2,96r0,111r0,447v-1,1,-7,4,-16,9v-9,5,-18,7,-27,7v-5,0,-11,0,-20,-1v-9,-1,-16,-2,-21,-4r-68,-121r-75,-131r-41,-75v-11,-21,-21,-44,-32,-68r-33,-71v-8,-17,-9,-17,-13,-27v-4,-10,-4,-10,-11,-25v2,38,4,76,5,115v1,39,1,73,2,102r0,236v0,13,-1,24,-2,32v-1,8,-4,15,-7,22v-3,3,-6,6,-9,8v-3,2,-8,2,-14,3v-6,1,-12,1,-21,1v-9,0,-20,1,-33,1v1,-29,2,-61,2,-95r0,-111r0,-427v-2,-3,-5,-6,-8,-10v-3,-4,-4,-6,-4,-7r0,-3v0,-3,0,-5,1,-6v3,-1,7,-3,13,-4v6,-1,11,-1,18,-2v7,-1,14,-2,21,-2r16,0v10,0,20,3,30,9v17,32,17,31,41,73r51,90v14,23,14,22,27,46r27,49","w":557},{"d":"333,-130r-82,-88v-27,-30,-50,-57,-69,-82v-24,18,-43,37,-56,58v-13,21,-19,46,-19,74v0,28,9,52,27,72v18,20,43,31,77,31v23,0,43,-5,63,-15v20,-10,40,-27,59,-50xm430,-431v4,-1,13,-3,28,-5v15,-2,31,-3,46,-4r17,0v0,0,11,0,16,1v5,1,8,5,11,9v3,4,5,11,5,20v0,7,-3,13,-8,17v-5,4,-15,10,-29,17r-25,0v1,3,1,9,1,16v0,8,0,18,-1,31v-1,13,-3,27,-7,45v-4,18,-11,38,-20,61v-9,23,-21,48,-38,76r77,73v17,17,30,28,39,33v-1,9,-4,17,-8,23v-4,6,-10,12,-15,16v-5,4,-11,6,-17,7v-6,1,-11,2,-16,2v-6,0,-11,-1,-15,-3v-4,-2,-9,-5,-15,-11r-26,-25r-46,-45v-25,31,-52,52,-82,65v-30,13,-61,19,-92,19v-30,0,-57,-4,-80,-13v-23,-9,-42,-20,-58,-36v-16,-16,-26,-35,-34,-56v-8,-21,-12,-44,-12,-69v0,-21,3,-41,10,-59v7,-18,15,-35,26,-50v11,-15,24,-28,38,-41v14,-13,28,-24,42,-34v-21,-29,-38,-57,-50,-85v-12,-28,-18,-58,-18,-87v0,-22,4,-41,12,-59v8,-18,19,-33,33,-45v14,-12,31,-21,51,-28v20,-7,41,-10,64,-10v32,0,57,3,76,11v19,8,29,18,29,30v0,4,-1,12,-5,24v-4,12,-9,21,-14,28v-13,-9,-26,-16,-40,-20v-14,-4,-29,-6,-44,-6v-23,0,-43,6,-60,19v-17,13,-25,33,-25,61v0,19,8,42,23,68v15,26,33,54,55,82v22,28,46,57,71,86r69,79v13,-25,23,-48,31,-68v8,-20,15,-39,20,-55v5,-16,8,-31,10,-44v2,-13,2,-26,2,-38r0,-12v0,-2,-1,-6,-2,-11","w":580},{"d":"57,-634v0,-4,-1,-9,-1,-14r0,-15v6,-4,15,-6,26,-7r3,0v15,-1,31,-2,49,-2v18,0,36,-1,54,-1v33,0,63,3,90,11v27,8,50,20,68,36v18,16,32,38,42,64v10,26,15,58,15,95v0,36,-5,67,-16,91v-11,24,-25,44,-41,60v-16,16,-34,27,-53,34v-19,7,-37,12,-54,14v-5,0,-11,0,-17,-1v-6,-1,-13,-2,-18,-5v-5,-3,-10,-6,-13,-12v-3,-6,-5,-14,-5,-24v0,-3,1,-5,4,-7v3,-2,7,-3,11,-3v12,0,24,-3,37,-8v13,-5,24,-12,34,-24v10,-12,18,-28,25,-47v7,-19,10,-43,10,-72v0,-24,-3,-44,-9,-61v-6,-17,-14,-30,-24,-40v-10,-10,-22,-18,-36,-22v-14,-4,-27,-7,-42,-7r-30,0v-8,0,-15,1,-20,2r0,254r0,188r1,111v0,17,-3,30,-10,39v-4,5,-10,8,-17,9v-7,1,-18,1,-31,1r-32,0v1,-29,1,-61,1,-95v0,-34,1,-70,1,-110","w":423},{"d":"254,-525v-1,7,-4,11,-8,14v-4,3,-11,2,-24,-1r-19,-139v-1,-7,2,-11,7,-14v5,-3,11,-4,18,-4v14,0,28,3,43,10xm387,-562v6,-3,11,-2,15,1v4,3,8,8,10,15v2,7,4,14,4,22v0,8,0,16,-1,23r-133,25v-6,1,-11,1,-14,-2v-3,-3,-6,-11,-7,-24xm359,-361v4,5,5,10,3,15v-2,5,-6,10,-11,14v-5,4,-11,8,-19,11v-8,3,-15,6,-22,7r-66,-119v-3,-6,-4,-11,-2,-15v2,-4,9,-9,20,-14xm192,-456v5,-5,10,-6,14,-6v4,0,11,5,19,14r-66,123v-3,5,-8,7,-13,7v-5,0,-10,-2,-16,-6v-6,-4,-12,-9,-18,-15v-6,-6,-10,-12,-13,-18xm198,-513v5,3,9,7,10,11v1,4,-1,12,-8,23r-138,-25v-6,-1,-10,-5,-11,-10v-1,-5,-1,-10,1,-17v2,-7,6,-14,10,-21v4,-7,8,-13,13,-18","w":450},{"d":"98,-475v3,0,7,5,11,14v4,9,7,18,9,26v3,8,6,19,10,34v6,22,7,22,15,49v8,27,9,27,17,56r15,55v6,23,5,23,11,45v6,22,6,23,10,41v4,18,5,18,8,31v2,9,3,14,4,16v1,-3,4,-10,6,-19v4,-14,4,-15,8,-33v4,-18,4,-18,10,-40v4,-15,7,-31,10,-46v13,-57,12,-58,26,-114r25,-103v4,-3,8,-6,12,-7v4,-1,10,-2,18,-2r19,0v0,0,15,1,25,2v3,7,5,14,5,21v0,7,-2,16,-5,27r-24,94v0,0,-20,72,-31,110v-11,38,-23,77,-36,117r-40,116v-14,35,-27,65,-40,89v-13,24,-26,42,-39,56v-13,14,-25,24,-37,30v-12,6,-23,9,-34,9v-23,0,-42,-3,-54,-10v-12,-7,-19,-14,-22,-23v0,-5,1,-11,3,-17v1,-3,2,-7,3,-10v5,-2,11,-3,17,-3v6,0,12,1,19,1v7,0,13,0,20,-1v7,-1,15,-3,23,-6v7,-3,14,-11,21,-22v7,-11,13,-23,20,-38v7,-15,13,-30,18,-47v5,-17,10,-32,13,-47v-1,-1,-2,-2,-3,-2v-1,0,-1,-2,-2,-3v-5,-7,-8,-13,-11,-20v-3,-7,-6,-15,-9,-26r-9,-30r-17,-55r-22,-72r-25,-78r-25,-76v0,0,-13,-37,-23,-66v3,-9,10,-15,21,-18v11,-3,30,-5,56,-5","w":391},{"d":"214,-677v40,0,71,5,92,15v21,10,34,18,39,25v0,16,-5,32,-15,48v-3,2,-7,3,-11,3v-4,0,-10,-2,-18,-5v-9,-5,-21,-9,-35,-12v-14,-3,-28,-5,-43,-5v-29,0,-52,6,-69,20v-17,14,-26,34,-26,61r0,14v2,12,6,24,12,35v6,11,15,22,25,33v11,13,23,25,36,37r41,39r32,30v10,9,20,19,29,29v21,21,36,43,45,65v9,22,14,48,14,78v0,55,-16,99,-49,132v-33,33,-80,50,-143,50v-33,0,-61,-4,-83,-11v-22,-7,-38,-15,-47,-24v-8,-7,-12,-15,-12,-22v0,-9,2,-19,6,-30v4,-11,8,-20,13,-28v14,12,32,22,53,29v21,7,43,11,67,11v30,0,54,-9,73,-26v19,-17,28,-42,28,-74v0,-21,-5,-41,-14,-58v-9,-17,-26,-37,-50,-60v-7,-9,-15,-18,-24,-26r-27,-26r-41,-40v-13,-12,-24,-24,-33,-36v-17,-21,-29,-42,-35,-60v-6,-18,-9,-36,-9,-55v0,-19,3,-38,10,-57v7,-19,17,-35,31,-50v14,-15,33,-27,56,-36v23,-9,50,-13,82,-13","w":390},{"d":"484,-11v1,1,1,3,1,5v0,1,0,1,-1,1v-5,5,-14,7,-28,8v-14,1,-28,1,-41,1v-7,0,-13,-1,-19,-2v-6,-1,-13,-4,-20,-7r-29,-58r-32,-61r-35,-72v0,0,-19,-37,-37,-70r-35,66r-40,76r-34,62v-11,20,-21,37,-29,53v-3,5,-7,8,-10,9v-3,1,-7,2,-12,2r-21,0v0,0,-19,-2,-28,-4v-5,-1,-10,-1,-13,-2r-10,-2r87,-158r99,-174r-41,-80r-45,-82r-42,-78r-35,-67v0,-2,1,-4,2,-6v1,-2,3,-4,6,-5v11,-2,22,-4,36,-6v14,-2,29,-2,46,-2v4,3,8,8,11,14v5,8,5,8,13,22v12,21,12,21,22,41v10,20,11,20,21,39r33,71v11,23,22,44,33,63v11,-19,23,-41,35,-66v12,-25,24,-50,37,-75v9,-15,17,-31,25,-47r23,-45r4,-9v3,-5,10,-7,20,-7v7,0,17,1,28,2v11,1,24,3,38,5v-2,9,-4,18,-7,27v-17,35,-40,78,-68,127r-90,154r109,196v0,0,43,80,73,141","w":497},{"d":"129,139v-17,-3,-34,-5,-51,-9v-17,-4,-34,-8,-50,-13v0,-17,2,-28,4,-33v2,-5,9,-8,20,-9r39,-3v0,0,24,-1,34,-2v16,-1,31,-5,44,-12v1,-66,1,-66,3,-172v1,-71,1,-158,1,-261r0,-191r0,-59v0,-16,0,-31,-1,-45v-1,-21,-4,-41,-11,-59v-11,-1,-24,-3,-37,-3v-13,0,-27,-1,-42,-2v-20,-1,-36,-4,-49,-7v0,-23,1,-37,4,-44v3,-7,8,-11,15,-13v41,0,78,2,114,4v54,4,54,3,84,5v1,19,1,39,1,60r0,67v0,47,-1,97,-1,150r0,158r0,1r0,103v0,56,-2,56,-2,115r0,117v0,39,-1,76,-2,110r0,22v0,0,-2,10,-5,14v-1,1,-7,3,-15,4v-12,2,-12,1,-29,3v-11,1,-23,2,-35,3v-12,1,-24,1,-33,1","w":358},{"d":"349,-442v0,7,-1,15,-3,24v-2,9,-6,18,-10,25r-5,0v-3,0,-7,-1,-12,-2v-5,-1,-10,-3,-15,-4v-19,-9,-39,-13,-60,-13v-6,0,-11,0,-14,1v-31,3,-58,18,-78,47v-20,29,-30,73,-30,133v0,36,4,65,11,88v7,23,17,40,29,53v12,13,26,21,41,26v15,5,31,7,47,7v17,0,33,-1,48,-5v15,-4,27,-9,38,-14r4,16v1,5,2,9,2,12v-1,7,-3,15,-7,22v-4,7,-9,13,-15,18v-9,7,-22,12,-38,16v-16,4,-32,6,-50,6v-27,0,-53,-4,-77,-10v-24,-6,-45,-18,-63,-35v-18,-17,-33,-42,-44,-73v-11,-31,-16,-72,-16,-122v0,-53,7,-97,22,-130v15,-33,32,-59,51,-77v19,-19,41,-32,65,-39v24,-7,48,-10,72,-10v15,0,28,1,41,4v13,3,24,7,33,11v9,4,16,8,22,13v6,5,10,9,11,12","w":368},{"d":"233,-29v-3,11,-6,19,-8,24v-2,5,-6,9,-11,11v-4,1,-11,1,-20,2v-9,1,-21,1,-34,2v-5,-4,-11,-11,-16,-20v-5,-9,-9,-17,-12,-26v-7,-25,-8,-25,-16,-57v-8,-32,-8,-32,-18,-67v-10,-35,-9,-36,-19,-72r-20,-71r-27,-101v-7,-25,-13,-42,-16,-49v3,-7,12,-13,25,-16v13,-3,33,-5,59,-5v7,6,12,16,15,31r30,123r26,126v7,36,14,65,19,84v4,-12,9,-31,16,-56v7,-25,14,-56,22,-91v1,-6,4,-18,8,-35v6,-26,7,-26,14,-56r13,-56r8,-35v1,-1,1,-3,1,-5r0,-3r0,-10v1,-1,4,-1,9,-3v5,-2,12,-4,19,-5v7,-1,15,-3,22,-3v7,0,13,0,17,1v4,3,7,8,9,14v2,6,4,14,7,25v5,25,12,51,19,80r21,91v0,0,11,48,21,87v10,39,9,39,14,60v8,-25,16,-56,24,-94r27,-123v7,-25,12,-48,17,-70v5,-22,9,-42,12,-59v1,-3,2,-6,2,-8v0,-2,2,-5,3,-7v3,-2,7,-3,13,-3v3,0,8,0,15,1v10,1,9,1,19,2v6,1,13,1,18,2v5,1,8,1,9,2v2,0,3,2,3,7v1,5,0,10,-2,16v-2,8,-2,9,-6,23r-24,89r-28,103v0,0,-16,53,-30,105v-14,52,-14,52,-27,95v-3,11,-6,19,-8,24v-2,5,-6,9,-11,11v-4,1,-11,1,-20,2v-9,1,-21,1,-34,2v-5,-4,-11,-11,-16,-20v-5,-9,-9,-17,-12,-26r-10,-38v-3,-13,-7,-25,-10,-36v-9,-35,-18,-71,-26,-107v-12,-54,-11,-54,-22,-107v-3,13,-6,29,-10,47v-4,18,-9,37,-14,57v-5,20,-10,41,-16,62v-6,21,-10,40,-15,59","w":607},{"d":"37,-374v0,-39,20,-58,59,-58v23,0,38,5,44,14v6,9,9,23,8,42v-1,18,-4,32,-12,44v-8,12,-23,18,-46,18v-19,0,-33,-4,-41,-14v-8,-10,-12,-25,-12,-46xm146,-50v-1,14,-4,28,-8,43v-4,15,-11,29,-18,43v-7,14,-16,26,-25,38v-9,12,-19,22,-30,30v-8,5,-18,8,-29,8v-11,0,-20,-3,-27,-10r35,-58v0,0,15,-37,16,-58v-5,-1,-8,-3,-9,-6v-2,-7,-5,-16,-9,-27v-4,-11,-5,-19,-5,-25v5,-10,12,-19,23,-26v11,-7,22,-11,35,-11v21,0,36,4,43,13v7,9,9,24,8,46","w":183},{"d":"73,-485v-5,4,-9,6,-10,6v-4,0,-7,-3,-9,-7v-2,-4,-5,-9,-6,-15v-1,-6,-2,-11,-3,-17v-1,-6,-1,-10,-1,-13v6,-10,14,-19,26,-28v12,-9,26,-16,42,-22v16,-6,33,-11,52,-15v19,-4,39,-5,59,-5r1,0v29,0,54,4,74,12v20,8,36,19,48,33v12,14,22,29,27,48v5,19,8,39,8,60v0,4,-1,8,-1,12v0,4,0,9,-1,13v-3,25,-11,49,-22,73v-11,24,-26,49,-43,73v-9,13,-19,27,-30,40r-36,44r-44,53r-53,67v22,1,45,1,69,1r75,0v23,0,46,-1,68,-2v22,-1,38,-2,47,-2v-1,21,-4,38,-10,51v-6,13,-13,20,-20,21v-12,1,-27,3,-45,4v-18,1,-39,1,-62,1v-45,0,-86,-1,-125,-1v-39,0,-75,-1,-107,-3v-3,-7,-5,-14,-6,-21v1,-10,3,-19,6,-26v3,-7,8,-16,15,-26r95,-120v29,-34,53,-65,73,-92v20,-27,37,-52,48,-76v11,-24,16,-48,16,-72v0,-29,-7,-51,-22,-66v-15,-15,-37,-22,-65,-22v-13,0,-25,1,-38,4v-13,3,-25,6,-36,10v-11,4,-22,7,-31,12v-9,5,-17,9,-23,13"},{"d":"386,-14v0,9,-4,14,-13,16v-3,1,-7,1,-13,1r-22,0r-41,0v1,-25,2,-53,2,-84r0,-103r0,-120v0,-39,-5,-66,-15,-82v-10,-16,-27,-24,-52,-24v-19,0,-36,4,-50,12v-14,8,-26,19,-37,30r0,324v0,9,-1,16,-2,21v-1,5,-4,11,-8,16v-3,3,-7,5,-10,6v-3,1,-7,2,-13,3v-6,1,-14,1,-22,1r-32,0v1,-25,1,-54,1,-85r0,-103r0,-179v0,-16,-1,-30,-3,-42v-2,-12,-6,-23,-9,-33v4,-5,17,-13,40,-23v2,-1,4,-1,7,-1v9,0,16,3,21,9v5,6,8,12,10,21v12,-10,23,-19,35,-25v12,-6,23,-11,34,-14v20,-7,41,-10,63,-10r9,0v3,0,6,0,9,1v23,1,41,6,55,15v14,9,24,20,33,35v12,-10,25,-18,37,-25v12,-7,24,-12,35,-15v20,-7,40,-10,61,-10r10,0v3,0,7,0,10,1v22,2,40,7,54,16v14,9,26,20,34,35v8,15,13,32,16,53v3,21,5,43,5,68r0,168r0,71v0,22,1,42,2,60v-6,5,-15,7,-25,9v-10,2,-29,3,-57,3v-2,-4,-4,-8,-5,-13v-1,-5,-2,-12,-2,-19r0,-274v0,-39,-4,-67,-14,-83v-10,-16,-28,-23,-53,-23v-17,0,-33,5,-47,13v-14,8,-27,18,-38,29r0,118r0,235r0,0","w":679},{"d":"77,-84v-3,-7,-5,-14,-7,-23v-2,-9,-3,-16,-4,-21r122,-92r45,-34r40,-30v0,0,17,-14,29,-22v8,-6,13,-10,14,-11v-1,-1,-6,-3,-14,-9v-12,-8,-11,-9,-29,-22r-40,-29r-45,-33r-121,-88v0,-5,1,-13,3,-24v2,-11,5,-20,8,-25v5,-9,11,-13,18,-14v7,-1,14,1,21,7r275,204v4,3,8,8,11,12v3,4,5,9,5,14v0,16,-3,27,-10,34r-135,103v-26,20,-26,21,-51,39v-25,18,-26,18,-46,34r-33,26v-9,7,-14,11,-16,12v-8,7,-15,10,-21,9v-8,-2,-14,-8,-19,-17","w":455},{"d":"423,-13v-9,-27,-18,-54,-25,-80v-7,-26,-17,-56,-28,-90r-208,0v-17,50,-16,51,-32,95v-16,44,-16,44,-27,78v-1,5,-4,8,-8,10v-4,2,-12,4,-23,4v-7,0,-16,-1,-28,-2v-12,-1,-23,-3,-32,-5v1,-7,2,-13,3,-19v1,-6,3,-11,5,-16r50,-144r59,-166r57,-160v18,-51,33,-95,44,-131v3,-14,7,-21,10,-21v3,-1,6,-1,10,-2v4,-1,8,-2,11,-2v5,-1,10,-2,15,-2r12,0v9,2,16,5,19,10r37,110r39,119r39,117r35,106r36,106r28,85r0,2v0,1,0,1,1,1v0,2,-1,4,-4,7v-6,2,-15,4,-26,5v-11,1,-21,2,-30,2v-6,0,-12,-1,-18,-3v-6,-2,-13,-7,-21,-14xm184,-254r165,0v-7,-23,-14,-46,-20,-68v-6,-22,-12,-42,-19,-62v-11,-33,-20,-62,-26,-86v-10,-36,-9,-35,-16,-61r-27,95v-9,32,-21,70,-35,112","w":524},{"d":"68,3v-6,0,-9,-6,-9,-19v0,-38,1,-84,1,-140r0,-176r0,-112v0,0,-1,-71,-1,-101v0,-27,-1,-49,-1,-65v0,-16,0,-26,-1,-31v4,-10,12,-16,25,-19v13,-3,32,-4,57,-4v4,0,6,6,7,16v1,10,2,27,2,50r0,129v0,0,-1,91,-1,135v0,43,1,85,1,124r0,107r0,64v0,0,1,25,1,30v-4,5,-12,9,-25,10v-13,1,-31,2,-56,2","w":207},{"d":"140,-472v3,5,5,13,6,22v1,9,2,23,2,42r0,318v0,46,-2,88,-6,127v-2,20,-6,38,-10,55v-4,17,-10,33,-19,46v-21,33,-50,52,-88,57v-4,1,-8,1,-12,1r-11,0v-15,0,-26,-1,-34,-4v-20,-3,-32,-14,-35,-33v0,-5,0,-9,1,-15v1,-6,3,-11,5,-14r5,0v0,0,3,1,5,1v20,0,42,-5,65,-16v17,-7,28,-19,34,-35v6,-16,10,-39,11,-70v1,-12,1,-25,1,-38v0,-13,1,-27,1,-42r0,-255v0,-27,-1,-50,-1,-69v0,-19,0,-37,-1,-54v5,-11,15,-17,29,-20v14,-3,31,-4,52,-4xm55,-642v0,-37,18,-56,53,-56v20,0,32,5,38,14v6,9,9,22,8,40v-1,17,-4,32,-11,43v-7,11,-20,17,-41,17v-17,0,-29,-5,-36,-14v-7,-9,-11,-24,-11,-44","w":206},{"d":"394,3v-5,-15,-8,-32,-8,-51r0,-269v-11,1,-26,1,-42,1v-16,0,-38,1,-66,1r-130,0r0,254v0,12,0,23,-2,31v-2,8,-6,16,-11,23v-4,5,-11,8,-21,9v-10,1,-29,1,-56,1v1,-24,2,-50,2,-79r0,-98r0,-329r0,-83v0,0,-1,-47,-2,-66v5,-5,14,-9,26,-10v12,-1,29,-2,54,-2v4,6,7,13,8,22v1,9,2,23,2,40r0,215r238,0r0,-209v0,-23,3,-43,10,-58v5,-5,13,-7,24,-8v11,-1,29,-2,56,-2v-1,24,-2,51,-2,80r0,96r0,332r0,83v0,0,1,45,2,64v-5,5,-13,9,-26,10v-13,1,-31,2,-56,2","w":534},{"d":"144,197v-3,3,-10,5,-20,7v-10,2,-20,2,-31,2v-12,0,-22,-1,-31,-3v-1,-9,-2,-21,-2,-37v0,-16,-1,-38,-1,-63r0,-467v0,-16,-1,-30,-3,-42v-2,-12,-5,-23,-8,-33v2,-3,6,-7,13,-10r26,-13r3,0v0,0,1,-1,2,-1r2,0v9,0,17,3,22,9v5,6,8,12,10,21v12,-10,24,-19,35,-25v11,-6,23,-11,34,-14v11,-3,20,-6,29,-8v9,-2,20,-3,31,-3v24,0,46,4,67,12v21,8,38,21,54,38v16,17,29,40,38,67v9,27,13,60,13,99v0,63,-9,115,-25,154v-16,39,-37,69,-62,90v-18,15,-36,24,-54,29v-18,5,-36,8,-51,8v-19,0,-37,-3,-53,-8v-16,-5,-27,-11,-36,-18r0,166r0,22v0,7,-1,14,-2,21xm220,-53v11,0,24,-3,37,-9v13,-6,26,-17,37,-32v11,-15,21,-37,28,-64v7,-27,11,-61,11,-102v0,-54,-8,-93,-25,-116v-17,-23,-42,-34,-74,-34v-17,0,-34,4,-49,12v-15,8,-28,18,-39,27r0,286v7,9,18,17,31,23v13,6,28,9,43,9","w":458},{"d":"224,-368v-16,21,-28,40,-37,58v-9,18,-13,34,-13,48v0,11,2,22,4,31v2,9,3,17,3,22r0,2v-2,3,-6,6,-13,8v-7,2,-15,3,-22,3v-9,0,-19,-3,-28,-9v-9,-6,-15,-16,-18,-29v-3,-15,-5,-28,-5,-40v0,-19,4,-39,12,-58v5,-11,12,-22,19,-33r21,-32v13,-19,26,-38,38,-57v12,-19,18,-39,18,-60v0,-23,-6,-40,-19,-51v-13,-11,-30,-16,-49,-16v-12,0,-24,2,-37,6v-13,4,-28,11,-43,20v-7,-1,-12,-5,-17,-14v-5,-9,-8,-22,-8,-40v5,-8,12,-15,22,-21v10,-6,20,-12,32,-16v12,-4,25,-7,38,-9v13,-2,26,-3,38,-3v25,0,45,3,62,10v17,7,30,16,41,28v11,12,18,26,23,42v5,16,7,33,7,52v0,17,-1,32,-5,46v-4,14,-10,27,-16,40v-6,13,-14,24,-22,36v-12,18,-12,18,-26,36xm150,-105v20,0,32,4,38,13v6,9,9,23,8,41v-1,17,-4,32,-11,43v-7,11,-20,17,-41,17v-17,0,-29,-5,-36,-14v-7,-9,-11,-24,-11,-44v0,-37,18,-56,53,-56","w":312},{"d":"308,-677v21,0,39,1,55,5v16,4,30,9,41,14v11,5,21,10,28,16v7,6,11,10,13,15v0,11,-1,21,-4,29v-3,8,-6,16,-10,21r-4,0v-3,1,-7,0,-12,-2r-16,-7v-14,-7,-30,-11,-47,-14v-5,-1,-11,-2,-16,-2r-16,0r-10,0v-4,0,-8,0,-11,1v-23,2,-45,9,-66,20v-21,11,-39,28,-54,51v-15,23,-28,51,-37,86v-9,35,-14,76,-14,124v0,88,16,153,48,194v32,41,77,61,136,61v24,0,48,-3,70,-9v22,-6,39,-13,50,-20v4,7,7,18,8,31v-2,19,-10,35,-23,46v-9,8,-25,15,-46,22v-21,7,-46,10,-73,10v-41,0,-78,-5,-110,-16v-32,-11,-59,-29,-82,-55v-23,-26,-42,-59,-54,-101v-12,-42,-18,-94,-18,-157v0,-129,29,-225,86,-287v27,-29,57,-49,89,-60v32,-11,65,-16,99,-16","w":465}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+141-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("d1B0l|VN9q&6d2Csx|Mh%1%&.mV0B|&6.mFh9q3+Ba8En:N^qa&`4wxGn+Ble0FZB:wgahPC.CB9l+M0F)ro._0oxWYRnWY6}:0DVyo89_D3l:3|oCOEnGY]oh0$WhoDYr2)GM1_%Fd$eV4AO3kWwaq.nB9lox}bgD^yZC|+-TS`EP6LR{h:N0mQ*j]s8&tX.28y3CR^9.Tad)M8OZRCl2CtkZaV4_34FCYS}aVn.qVQ4:FPAZMF9ZDRANe^$+VRl1CNd2%^dk{TAWYEo)0^$+YEl)0R$|{Cl|xN92{+Aq%6B^j+l_CR9_e&}QNs9qn-n^jL9:NL.^gX4+xQx0R6dW8-A:TPn.DNB.F-lQVN.2jylm08lqM*x1ah91&:xMR6B1a8lqM*x1ah91&:xMR6l|aNb1xLlmxEBaR6nm&PdkOL9kjNB.VNd1{LnmMN9q&6$|DLoQ36nq0CdkC|lQ%-4mZ8l)E`dmZTB0PyqmCx.W0RqmCxbkZ-dkYg")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":444,"face":{"font-family":"Qlassik Medium","font-weight":500,"font-stretch":"normal","units-per-em":"1000","panose-1":"5 7 0 0 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"14","cap-height":"3","bbox":"-67 -798 763 256","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+007E"}}));;

(function($){Drupal.behaviors.cufonReplace={attach:function(context){for(o in Drupal.settings.cufonSelectors){var s=Drupal.settings.cufonSelectors[o];$(s.selector+':not(.cufon-replace-processed)',context).each(function(){Cufon.replace($(this),s.options);}).addClass('cufon-replace-processed');}}}})(jQuery);;

(function($){$(document).ready(function(){RegExp.escapeDomains=function(text){return(text)?text.replace(/[-[\]{}()*+?.,\\^$#\s]/g,"\\$&"):'';}
$(document.body).click(function(event){$(event.target).closest("a,area").each(function(){var ga=Drupal.settings.googleanalytics;var isInternal=new RegExp("^(https?):\/\/"+window.location.host,"i");var isInternalSpecial=new RegExp("(\/go\/.*)$","i");var isDownload=new RegExp("\\.("+ga.trackDownloadExtensions+")$","i");var isCrossDomain=new RegExp("^(https?|ftp|news|nntp|telnet|irc|ssh|sftp|webcal):\/\/.*("+RegExp.escapeDomains(ga.trackCrossDomains)+")","i");if(isInternal.test(this.href)){if(ga.trackDownload&&isDownload.test(this.href)){var extension=isDownload.exec(this.href);_gaq.push(["_trackEvent","Downloads",extension[1].toUpperCase(),this.href.replace(isInternal,'')]);}
else if(isInternalSpecial.test(this.href)){_gaq.push(["_trackPageview",this.href.replace(isInternal,'')]);}}
else{if(ga.trackMailto&&$(this).is("a[href^=mailto:],area[href^=mailto:]")){_gaq.push(["_trackEvent","Mails","Click",this.href.substring(7)]);}
else if(ga.trackOutbound&&this.href){if(ga.trackDomainMode==2&&isCrossDomain.test(this.href)){_gaq.push(["_link",this.href]);}
else if(ga.trackOutboundAsPageview){_gaq.push(["_trackPageview",'/outbound/'+this.href.replace(/^(https?|ftp|news|nntp|telnet|irc|ssh|sftp|webcal):\/\//i,'').split('/').join('--')]);}
else{_gaq.push(["_trackEvent","Outbound links","Click",this.href]);}}}});});});})(jQuery);;

