

// usage: log('inside coolFunc', this, arguments);

// paulirish.com/2009/log-a-lightweight-wrapper-for-consolelog/

window.log = function(){

  log.history = log.history || [];   // store logs to an array for reference

  log.history.push(arguments);

  arguments.callee = arguments.callee.caller;  

  if(this.console) console.log( Array.prototype.slice.call(arguments) );

};

// make it safe to use console.log always

(function(b){function c(){}for(var d="assert,count,debug,dir,dirxml,error,exception,group,groupCollapsed,groupEnd,info,log,markTimeline,profile,profileEnd,time,timeEnd,trace,warn".split(","),a;a=d.pop();)b[a]=b[a]||c})(window.console=window.console||{});





// place any jQuery/helper plugins in here, instead of separate, slower script files.

//Input msk
(function(a){var b=(a.browser.msie?"paste":"input")+".msk",c=window.orientation!=undefined;a.msk={definitions:{9:"[0-9]",a:"[A-Za-z]","*":"[A-Za-z0-9]"},dataName:"rawmskFn"},a.fn.extend({caret:function(a,b){if(this.length!=0){if(typeof a=="number"){b=typeof b=="number"?b:a;return this.each(function(){if(this.setSelectionRange)this.setSelectionRange(a,b);else if(this.createTextRange){var c=this.createTextRange();c.collapse(!0),c.moveEnd("character",b),c.moveStart("character",a),c.select()}})}if(this[0].setSelectionRange)a=this[0].selectionStart,b=this[0].selectionEnd;else if(document.selection&&document.selection.createRange){var c=document.selection.createRange();a=0-c.duplicate().moveStart("character",-1e5),b=a+c.text.length}return{begin:a,end:b}}},unmsk:function(){return this.trigger("unmsk")},msk:function(d,e){if(!d&&this.length>0){var f=a(this[0]);return f.data(a.msk.dataName)()}e=a.extend({placeholder:"_",completed:null},e);var g=a.msk.definitions,h=[],i=d.length,j=null,k=d.length;a.each(d.split(""),function(a,b){b=="?"?(k--,i=a):g[b]?(h.push(new RegExp(g[b])),j==null&&(j=h.length-1)):h.push(null)});return this.trigger("unmsk").each(function(){function v(a){var b=f.val(),c=-1;for(var d=0,g=0;d<k;d++)if(h[d]){l[d]=e.placeholder;while(g++<b.length){var m=b.charAt(g-1);if(h[d].test(m)){l[d]=m,c=d;break}}if(g>b.length)break}else l[d]==b.charAt(g)&&d!=i&&(g++,c=d);if(!a&&c+1<i)f.val(""),t(0,k);else if(a||c+1>=i)u(),a||f.val(f.val().substring(0,c+1));return i?d:j}function u(){return f.val(l.join("")).val()}function t(a,b){for(var c=a;c<b&&c<k;c++)h[c]&&(l[c]=e.placeholder)}function s(a){var b=a.which,c=f.caret();if(a.ctrlKey||a.altKey||a.metaKey||b<32)return!0;if(b){c.end-c.begin!=0&&(t(c.begin,c.end),p(c.begin,c.end-1));var d=n(c.begin-1);if(d<k){var g=String.fromCharCode(b);if(h[d].test(g)){q(d),l[d]=g,u();var i=n(d);f.caret(i),e.completed&&i>=k&&e.completed.call(f)}}return!1}}function r(a){var b=a.which;if(b==8||b==46||c&&b==127){var d=f.caret(),e=d.begin,g=d.end;g-e==0&&(e=b!=46?o(e):g=n(e-1),g=b==46?n(g):g),t(e,g),p(e,g-1);return!1}if(b==27){f.val(m),f.caret(0,v());return!1}}function q(a){for(var b=a,c=e.placeholder;b<k;b++)if(h[b]){var d=n(b),f=l[b];l[b]=c;if(d<k&&h[d].test(f))c=f;else break}}function p(a,b){if(!(a<0)){for(var c=a,d=n(b);c<k;c++)if(h[c]){if(d<k&&h[c].test(l[d]))l[c]=l[d],l[d]=e.placeholder;else break;d=n(d)}u(),f.caret(Math.max(j,a))}}function o(a){while(--a>=0&&!h[a]);return a}function n(a){while(++a<=k&&!h[a]);return a}var f=a(this),l=a.map(d.split(""),function(a,b){if(a!="?")return g[a]?e.placeholder:a}),m=f.val();f.data(a.msk.dataName,function(){return a.map(l,function(a,b){return h[b]&&a!=e.placeholder?a:null}).join("")}),f.attr("readonly")||f.one("unmsk",function(){f.unbind(".msk").removeData(a.msk.dataName)}).bind("focus.msk",function(){m=f.val();var b=v();u();var c=function(){b==d.length?f.caret(0,b):f.caret(b)};(a.browser.msie?c:function(){setTimeout(c,0)})()}).bind("blur.msk",function(){v(),f.val()!=m&&f.change()}).bind("keydown.msk",r).bind("keypress.msk",s).bind(b,function(){setTimeout(function(){f.caret(v(!0))},0)}),v()})}})})(jQuery);


//Cycle

(function($){var ver="2.99";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){$.fn.cycle.debug&&log(s);}function log(){window.console&&console.log&&console.log("[cycle] "+Array.prototype.join.call(arguments," "));}$.expr[":"].paused=function(el){return el.cyclePause;};$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!="stop"){if(!$.isReady&&o.s){log("DOM not ready, queuing slideshow");$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this;}return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false){return;}opts.updateActivePagerLink=opts.updateActivePagerLink||$.fn.cycle.updateActivePagerLink;if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; too few slides: "+els.length);return;}var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false){return;}var startTime=opts2.continuous?10:getTimeout(els[opts2.currSlide],els[opts2.nextSlide],opts2,!opts2.backwards);if(startTime){startTime+=(opts2.delay||0);if(startTime<10){startTime=10;}debug("first timeout: "+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,!opts.backwards);},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined){cont.cycleStop=0;}if(options===undefined||options===null){options={};}if(options.constructor==String){switch(options){case"destroy":case"stop":var opts=$(cont).data("cycle.opts");if(!opts){return false;}cont.cycleStop++;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);}cont.cycleTimeout=0;$(cont).removeData("cycle.opts");if(options=="destroy"){destroy(opts);}return false;case"toggle":cont.cyclePause=(cont.cyclePause===1)?0:1;checkInstantResume(cont.cyclePause,arg2,cont);return false;case"pause":cont.cyclePause=1;return false;case"resume":cont.cyclePause=0;checkInstantResume(false,arg2,cont);return false;case"prev":case"next":var opts=$(cont).data("cycle.opts");if(!opts){log('options not found, "prev/next" ignored');return false;}$.fn.cycle[options](opts);return false;default:options={fx:options};}return options;}else{if(options.constructor==Number){var num=options;options=$(cont).data("cycle.opts");if(!options){log("options not found, can not advance slide");return false;}if(num<0||num>=options.elements.length){log("invalid slide index: "+num);return false;}options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}if(typeof arg2=="string"){options.oneTimeFx=arg2;}go(options.elements,options,1,num>=options.currSlide);return false;}}return options;function checkInstantResume(isPaused,arg2,cont){if(!isPaused&&arg2===true){var options=$(cont).data("cycle.opts");if(!options){log("options not found, can not resume");return false;}if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}go(options.elements,options,1,!options.backwards);}}}function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute("filter");}catch(smother){}}}function destroy(opts){if(opts.next){$(opts.next).unbind(opts.prevNextEvent);}if(opts.prev){$(opts.prev).unbind(opts.prevNextEvent);}if(opts.pager||opts.pagerAnchorBuilder){$.each(opts.pagerAnchors||[],function(){this.unbind().remove();});}opts.pagerAnchors=null;if(opts.destroy){opts.destroy(opts);}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length;}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];if(!$.support.opacity&&opts.cleartype){opts.after.push(function(){removeFilter(this,opts);});}if(opts.continuous){opts.after.push(function(){go(els,opts,0,!opts.backwards);});}saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}if($cont.css("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts.width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}if(opts.startingSlide){opts.startingSlide=parseInt(opts.startingSlide);}else{if(opts.backwards){opts.startingSlide=els.length-1;}}if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++){opts.randomMap.push(i);}opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=1;opts.startingSlide=opts.randomMap[1];}else{if(opts.startingSlide>=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z;if(opts.backwards){z=first?i<=first?els.length+(i-first):first-i:els.length-i;}else{z=first?i>=first?els.length-(i-first):first-i:els.length-i;}$(this).css("z-index",z);});$(els[first]).css("opacity",1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width){$slides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w){w=e.offsetWidth||e.width||$e.attr("width");}if(!h){h=e.offsetHeight||e.height||$e.attr("height");}maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"});}}if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}if(supportMultiTransitions(opts)===false){return false;}var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:($el.height()||this.offsetHeight||this.height||$el.attr("height")||0);this.cycleW=(opts.fit&&opts.width)?opts.width:($el.width()||this.offsetWidth||this.width||$el.attr("width")||0);if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options);},opts.requeueTimeout);requeue=true;return false;}else{log("could not determine size of image: "+this.src,this.cycleW,this.cycleH);}}}return true;});if(requeue){return false;}opts.cssBefore=opts.cssBefore||{};opts.cssAfter=opts.cssAfter||{};opts.cssFirst=opts.cssFirst||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(":eq("+first+")").css(opts.cssBefore);$($slides[first]).css(opts.cssFirst);if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String){opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);}if(!opts.sync){opts.speed=opts.speed/2;}var buffer=opts.fx=="none"?0:opts.fx=="shuffle"?500:250;while((opts.timeout-opts.speed)<buffer){opts.timeout+=opts.speed;}}if(opts.easing){opts.easeIn=opts.easeOut=opts.easing;}if(!opts.speedIn){opts.speedIn=opts.speed;}if(!opts.speedOut){opts.speedOut=opts.speed;}opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.backwards){opts.nextSlide=opts.startingSlide==0?(els.length-1):opts.startingSlide-1;}else{opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;}}if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false;}}}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length){opts.after[0].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,1);});}if(opts.prev){$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,0);});}if(opts.pager||opts.pagerAnchorBuilder){buildPager(els,opts);}exposeAddSlide(opts,els);return opts;}function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});}function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log("discarding unknown transition: ",fx);opts.fxs.splice(i,1);i--;}}if(!opts.fxs.length){log("No valid transitions named; slideshow terminating.");return false;}}else{if(opts.fx=="all"){opts.multiFx=true;opts.fxs=[];for(p in txs){tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx)){opts.fxs.push(p);}}}}if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}debug("randomized fx sequence: ",opts.fxs);}return true;}function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount){opts.countdown++;}els[prepend?"unshift":"push"](s);if(opts.els){opts.els[prepend?"unshift":"push"](s);}opts.slideCount=els.length;$s.css("position","absolute");$s[prepend?"prependTo":"appendTo"](opts.$cont);if(prepend){opts.currSlide++;opts.nextSlide++;}if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($s);}if(opts.fit&&opts.width){$s.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$s.height(opts.height);}s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager||opts.pagerAnchorBuilder){$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);}if($.isFunction(opts.onAddSlide)){opts.onAddSlide($s);}else{$s.hide();}};}$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init)){init(opts.$cont,$(opts.elements),opts);}};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){debug("manualTrump in go(), stopping active transition");$(els).stop(true,true);opts.busy=0;}if(opts.busy){debug("transition active, ignoring new tx request");return;}var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual){return;}if(!manual&&!p.cyclePause&&!opts.bounce&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end){opts.end(opts);}return;}var changed=false;if((manual||!p.cyclePause)&&(opts.nextSlide!=opts.currSlide)){changed=true;var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length){opts.lastFx=0;}fx=opts.fxs[opts.lastFx];opts.currFx=fx;}if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}$.fn.cycle.resetState(opts,fx);if(opts.before.length){$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});}var after=function(){opts.busy=0;$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});};debug("tx firing("+fx+"); currSlide: "+opts.currSlide+"; nextSlide: "+opts.nextSlide);opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{$.fn.cycle.custom(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}}}if(changed||opts.nextSlide==opts.currSlide){opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];if(opts.nextSlide==opts.currSlide){opts.nextSlide=(opts.currSlide==opts.slideCount-1)?0:opts.currSlide+1;}}else{if(opts.backwards){var roll=(opts.nextSlide-1)<0;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=1;opts.currSlide=0;}else{opts.nextSlide=roll?(els.length-1):opts.nextSlide-1;opts.currSlide=roll?0:opts.nextSlide+1;}}else{var roll=(opts.nextSlide+1)==els.length;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=els.length-2;opts.currSlide=els.length-1;}else{opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}}}}if(changed&&opts.pager){opts.updateActivePagerLink(opts.pager,opts.currSlide,opts.activePagerClass);}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(els[opts.currSlide],els[opts.nextSlide],opts,fwd);}else{if(opts.continuous&&p.cyclePause){ms=10;}}if(ms>0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.backwards);},ms);}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide,clsName){$(pager).each(function(){$(this).children().removeClass(clsName).eq(currSlide).addClass(clsName);});};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn.call(curr,curr,next,opts,fwd);while(opts.fx!="none"&&(t-opts.speed)<250){t+=opts.speed;}debug("calculated timeout: "+t+"; speed: "+opts.speed);if(t!==false){return t;}}return opts.timeout;}$.fn.cycle.next=function(opts){advance(opts,1);};$.fn.cycle.prev=function(opts){advance(opts,0);};function advance(opts,moveForward){var val=moveForward?1:-1;var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2){opts.randomIndex=els.length-2;}else{if(opts.randomIndex==-1){opts.randomIndex=els.length-1;}}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.random){opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap){return false;}opts.nextSlide=els.length-1;}else{if(opts.nextSlide>=els.length){if(opts.nowrap){return false;}opts.nextSlide=0;}}}}var cb=opts.onPrevNextEvent||opts.prevNextClick;if($.isFunction(cb)){cb(val>0,opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,moveForward);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});opts.updateActivePagerLink(opts.pager,opts.startingSlide,opts.activePagerClass);}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder)){a=opts.pagerAnchorBuilder(i,el);debug("pagerAnchorBuilder("+i+", el) returned: "+a);}else{a='<a href="#">'+(i+1)+"</a>";}if(!a){return;}var $a=$(a);if($a.parents("body").length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone[0]);});$a=$(arr);}else{$a.appendTo($p);}}opts.pagerAnchors=opts.pagerAnchors||[];opts.pagerAnchors.push($a);$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}var cb=opts.onPagerEvent||opts.pagerClick;if($.isFunction(cb)){cb(opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,opts.currSlide<i);});if(!/^click/.test(opts.pagerEvent)&&!opts.allowPagerClickBubble){$a.bind("click.cycle",function(){return false;});}if(opts.pauseOnPagerHover){$a.hover(function(){opts.$cont[0].cyclePause++;},function(){opts.$cont[0].cyclePause--;});}};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd){hops=c>l?c-l:opts.slideCount-l;}else{hops=c<l?l-c:l+opts.slideCount-c;}return hops;};function clearTypeFix($slides){debug("applying clearType background-color hack");function hex(s){s=parseInt(s).toString(16);return s.length<2?"0"+s:s;}function getBg(e){for(;e&&e.nodeName.toLowerCase()!="html";e=e.parentNode){var v=$.css(e,"background-color");if(v&&v.indexOf("rgb")>=0){var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}if(v&&v!="transparent"){return v;}}return"#ffffff";}$slides.each(function(){$(this).css("background-color",getBg(this));});}$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();if(typeof opts.cssBefore.opacity=="undefined"){opts.cssBefore.opacity=1;}opts.cssBefore.display="block";if(opts.slideResize&&w!==false&&next.cycleW>0){opts.cssBefore.width=next.cycleW;}if(opts.slideResize&&h!==false&&next.cycleH>0){opts.cssBefore.height=next.cycleH;}opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display="none";$(curr).css("zIndex",opts.slideCount+(rev===true?1:0));$(next).css("zIndex",opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,fwd,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=="number"){speedIn=speedOut=speedOverride;}else{speedIn=speedOut=1;}easeIn=easeOut=null;}var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,function(){cb();});};$l.animate(opts.animOut,speedOut,easeOut,function(){$l.css(opts.cssAfter);if(!opts.sync){fn();}});if(opts.sync){fn();}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css("opacity",0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={activePagerClass:"activeSlide",after:null,allowPagerClickBubble:false,animIn:null,animOut:null,autostop:0,autostopCount:0,backwards:false,before:null,cleartype:!$.support.opacity,cleartypeNoBg:false,containerResize:1,continuous:0,cssAfter:null,cssBefore:null,delay:0,easeIn:null,easeOut:null,easing:null,end:null,fastOnEvent:0,fit:0,fx:"fade",fxFn:null,height:"auto",manualTrump:true,next:null,nowrap:0,onPagerEvent:null,onPrevNextEvent:null,pager:null,pagerAnchorBuilder:null,pagerEvent:"click.cycle",pause:0,pauseOnPagerHover:0,prev:null,prevNextEvent:"click.cycle",random:0,randomizeEffects:1,requeueOnImageNotLoaded:true,requeueTimeout:250,rev:0,shuffle:null,slideExpr:null,slideResize:1,speed:1000,speedIn:null,speedOut:null,startingSlide:0,sync:1,timeout:4000,timeoutFn:null,updateActivePagerLink:null};})(jQuery);

//jCarousellite

(function($){$.fn.jCarouselLite=function(o){o=$.extend({btnPrev:null,btnNext:null,btnGo:null,mouseWheel:false,auto:null,speed:200,easing:null,vertical:false,circular:true,visible:3,start:0,scroll:1,beforeStart:null,afterEnd:null},o||{});return this.each(function(){var b=false,animCss=o.vertical?"top":"left",sizeCss=o.vertical?"height":"width";var c=$(this),ul=$("ul",c),tLi=$("li",ul),tl=tLi.size(),v=o.visible;if(o.circular){ul.prepend(tLi.slice(tl-v-1+1).clone()).append(tLi.slice(0,v).clone());o.start+=v}var f=$("li",ul),itemLength=f.size(),curr=o.start;c.css("visibility","visible");f.css({overflow:"hidden",float:o.vertical?"none":"left"});ul.css({margin:"0",padding:"0",position:"relative","list-style-type":"none","z-index":"1"});c.css({overflow:"hidden",position:"relative","z-index":"2",left:"0px"});var g=o.vertical?height(f):width(f);var h=g*itemLength;var j=g*v;f.css({width:f.width(),height:f.height()});ul.css(sizeCss,h+"px").css(animCss,-(curr*g));c.css(sizeCss,j+"px");if(o.btnPrev)$(o.btnPrev).click(function(){return go(curr-o.scroll)});if(o.btnNext)$(o.btnNext).click(function(){return go(curr+o.scroll)});if(o.btnGo)$.each(o.btnGo,function(i,a){$(a).click(function(){return go(o.circular?o.visible+i:i)})});if(o.mouseWheel&&c.mousewheel)c.mousewheel(function(e,d){return d>0?go(curr-o.scroll):go(curr+o.scroll)});if(o.auto)setInterval(function(){go(curr+o.scroll)},o.auto+o.speed);function vis(){return f.slice(curr).slice(0,v)};function go(a){if(!b){if(o.beforeStart)o.beforeStart.call(this,vis());if(o.circular){if(a<=o.start-v-1){ul.css(animCss,-((itemLength-(v*2))*g)+"px");curr=a==o.start-v-1?itemLength-(v*2)-1:itemLength-(v*2)-o.scroll}else if(a>=itemLength-v+1){ul.css(animCss,-((v)*g)+"px");curr=a==itemLength-v+1?v+1:v+o.scroll}else curr=a}else{if(a<0||a>itemLength-v)return;else curr=a}b=true;ul.animate(animCss=="left"?{left:-(curr*g)}:{top:-(curr*g)},o.speed,o.easing,function(){if(o.afterEnd)o.afterEnd.call(this,vis());b=false});if(!o.circular){$(o.btnPrev+","+o.btnNext).removeClass("disabled");$((curr-o.scroll<0&&o.btnPrev)||(curr+o.scroll>itemLength-v&&o.btnNext)||[]).addClass("disabled")}}return false}})};function css(a,b){return parseInt($.css(a[0],b))||0};function width(a){return a[0].offsetWidth+css(a,'marginLeft')+css(a,'marginRight')};function height(a){return a[0].offsetHeight+css(a,'marginTop')+css(a,'marginBottom')}})(jQuery);


//PngFix

(function($) {



jQuery.fn.pngFix = function(settings) {



	// Settings

	settings = jQuery.extend({

		blankgif: 'blank.gif'

	}, settings);



	var ie55 = (navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) == 4 && navigator.appVersion.indexOf("MSIE 5.5") != -1);

	var ie6 = (navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) == 4 && navigator.appVersion.indexOf("MSIE 6.0") != -1);



	//if (jQuery.browser.msie && (ie55 || ie6)) {

	if (jQuery.browser.msie) {



		//fix images with png-source

		jQuery(this).find("img[src$=.png]").each(function() {



			jQuery(this).attr('width',jQuery(this).width());

			jQuery(this).attr('height',jQuery(this).height());



			var prevStyle = '';

			var strNewHTML = '';

			var imgId = (jQuery(this).attr('id')) ? 'id="' + jQuery(this).attr('id') + '" ' : '';

			var imgClass = (jQuery(this).attr('class')) ? 'class="' + jQuery(this).attr('class') + '" ' : '';

			var imgTitle = (jQuery(this).attr('title')) ? 'title="' + jQuery(this).attr('title') + '" ' : '';

			var imgAlt = (jQuery(this).attr('alt')) ? 'alt="' + jQuery(this).attr('alt') + '" ' : '';

			var imgAlign = (jQuery(this).attr('align')) ? 'float:' + jQuery(this).attr('align') + ';' : '';

			var imgHand = (jQuery(this).parent().attr('href')) ? 'cursor:hand;' : '';

			if (this.style.border) {

				prevStyle += 'border:'+this.style.border+';';

				this.style.border = '';

			}

			if (this.style.padding) {

				prevStyle += 'padding:'+this.style.padding+';';

				this.style.padding = '';

			}

			if (this.style.margin) {

				prevStyle += 'margin:'+this.style.margin+';';

				this.style.margin = '';

			}

			var imgStyle = (this.style.cssText);



			strNewHTML += '<span '+imgId+imgClass+imgTitle+imgAlt;

			strNewHTML += 'style="position:relative;white-space:pre-line;display:inline-block;background:transparent;'+imgAlign+imgHand;

			strNewHTML += 'width:' + jQuery(this).width() + 'px;' + 'height:' + jQuery(this).height() + 'px;';

			strNewHTML += 'filter:progid:DXImageTransform.Microsoft.AlphaImageLoader' + '(src=\'' + jQuery(this).attr('src') + '\', sizingMethod=\'scale\');';

			strNewHTML += imgStyle+'"></span>';

			if (prevStyle != ''){

				strNewHTML = '<span style="position:relative;display:inline-block;'+prevStyle+imgHand+'width:' + jQuery(this).width() + 'px;' + 'height:' + jQuery(this).height() + 'px;'+'">' + strNewHTML + '</span>';

			}



			jQuery(this).hide();

			jQuery(this).after(strNewHTML);



		});



		// fix css background pngs

		jQuery(this).find("*").each(function(){

			var bgIMG = jQuery(this).css('background-image');

			if(bgIMG.indexOf(".png")!=-1){

				var iebg = bgIMG.split('url("')[1].split('")')[0];

				jQuery(this).css('background-image', 'none');

				jQuery(this).get(0).runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + iebg + "',sizingMethod='scale')";

			}

		});

		

		//fix input with png-source

		jQuery(this).find("input[src$=.png]").each(function() {

			var bgIMG = jQuery(this).attr('src');

			jQuery(this).get(0).runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader' + '(src=\'' + bgIMG + '\', sizingMethod=\'scale\');';

   		jQuery(this).attr('src', settings.blankgif)

		});

	

	}

	

	return jQuery;



};



})(jQuery);





//scrollTo

;(function(d){var k=d.scrollTo=function(a,i,e){d(window).scrollTo(a,i,e)};k.defaults={axis:'xy',duration:parseFloat(d.fn.jquery)>=1.3?0:1};k.window=function(a){return d(window)._scrollable()};d.fn._scrollable=function(){return this.map(function(){var a=this,i=!a.nodeName||d.inArray(a.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!i)return a;var e=(a.contentWindow||a).document||a.ownerDocument||a;return d.browser.safari||e.compatMode=='BackCompat'?e.body:e.documentElement})};d.fn.scrollTo=function(n,j,b){if(typeof j=='object'){b=j;j=0}if(typeof b=='function')b={onAfter:b};if(n=='max')n=9e9;b=d.extend({},k.defaults,b);j=j||b.speed||b.duration;b.queue=b.queue&&b.axis.length>1;if(b.queue)j/=2;b.offset=p(b.offset);b.over=p(b.over);return this._scrollable().each(function(){var q=this,r=d(q),f=n,s,g={},u=r.is('html,body');switch(typeof f){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(f)){f=p(f);break}f=d(f,this);case'object':if(f.is||f.style)s=(f=d(f)).offset()}d.each(b.axis.split(''),function(a,i){var e=i=='x'?'Left':'Top',h=e.toLowerCase(),c='scroll'+e,l=q[c],m=k.max(q,i);if(s){g[c]=s[h]+(u?0:l-r.offset()[h]);if(b.margin){g[c]-=parseInt(f.css('margin'+e))||0;g[c]-=parseInt(f.css('border'+e+'Width'))||0}g[c]+=b.offset[h]||0;if(b.over[h])g[c]+=f[i=='x'?'width':'height']()*b.over[h]}else{var o=f[h];g[c]=o.slice&&o.slice(-1)=='%'?parseFloat(o)/100*m:o}if(/^\d+$/.test(g[c]))g[c]=g[c]<=0?0:Math.min(g[c],m);if(!a&&b.queue){if(l!=g[c])t(b.onAfterFirst);delete g[c]}});t(b.onAfter);function t(a){r.animate(g,j,b.easing,a&&function(){a.call(this,n,b)})}}).end()};k.max=function(a,i){var e=i=='x'?'Width':'Height',h='scroll'+e;if(!d(a).is('html,body'))return a[h]-d(a)[e.toLowerCase()]();var c='client'+e,l=a.ownerDocument.documentElement,m=a.ownerDocument.body;return Math.max(l[h],m[h])-Math.min(l[c],m[c])};function p(a){return typeof a=='object'?a:{top:a,left:a}}})(jQuery);


//Cufon

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 - Helvetica Neue LT STD

Cufon.registerFont({"w":200,"face":{"font-family":"Helvetica Neue LT Std","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 4 3 2 2 2 2 2 4","ascent":"257","descent":"-103","x-height":"5","bbox":"-26 -348 377 77","underline-thickness":"18","underline-position":"-18","stemh":"19","stemv":"23","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100},"!":{"d":"37,-64r-6,-116r0,-77r25,0r0,77r-6,116r-13,0xm59,0r-31,0r0,-38r31,0r0,38","w":86},"\"":{"d":"31,-170r0,-87r23,0r0,87r-23,0xm79,-170r0,-87r23,0r0,87r-23,0","w":133},"#":{"d":"179,-96r0,16r-40,0r-11,80r-18,0r11,-80r-51,0r-11,80r-18,0r11,-80r-39,0r0,-16r41,0r8,-57r-39,0r0,-16r41,0r12,-80r18,0r-12,80r51,0r11,-80r18,0r-11,80r38,0r0,16r-40,0r-8,57r38,0xm131,-153r-51,0r-8,57r51,0"},"$":{"d":"107,-117r0,103v31,0,60,-15,60,-52v0,-34,-32,-44,-60,-51xm93,-143r0,-100v-29,0,-53,15,-53,53v0,33,26,41,53,47xm10,-82r23,0v0,41,22,64,60,68r0,-106v-41,-9,-76,-22,-76,-72v0,-43,34,-70,76,-70r0,-29r14,0r0,29v42,0,77,31,76,78r-23,0v0,-36,-22,-59,-53,-59r0,103v41,9,83,23,83,73v0,47,-41,72,-83,72r0,31r-14,0r0,-31v-56,-5,-81,-32,-83,-87"},"%":{"d":"82,-238v-30,0,-38,29,-38,52v0,23,8,52,38,52v30,0,38,-29,38,-52v0,-23,-8,-52,-38,-52xm82,-254v41,0,57,29,57,68v0,39,-16,68,-57,68v-41,0,-57,-29,-57,-68v0,-39,16,-68,57,-68xm240,-131v41,0,57,29,57,68v0,39,-16,68,-57,68v-41,0,-57,-29,-57,-68v0,-39,16,-68,57,-68xm240,-114v-30,0,-38,29,-38,52v0,23,8,51,38,51v30,0,38,-28,38,-51v0,-23,-8,-52,-38,-52xm68,12r163,-273r17,0r-162,273r-18,0","w":320},"&":{"d":"153,-50r-64,-78v-24,13,-52,33,-52,64v0,30,27,50,56,50v26,0,46,-15,60,-36xm195,0r-28,-33v-37,58,-154,50,-153,-34v0,-37,34,-61,63,-76v-14,-18,-32,-37,-32,-62v0,-31,26,-52,57,-52v31,0,57,21,57,52v0,32,-24,51,-50,67r56,67v6,-13,7,-24,7,-43r23,0v0,14,-3,40,-15,62r43,52r-28,0xm102,-238v-19,0,-34,12,-34,33v0,18,18,38,29,52v18,-11,39,-27,39,-52v0,-21,-15,-33,-34,-33","w":219},"\u2019":{"d":"36,-257r30,0v1,41,2,77,-32,87r0,-15v12,-4,18,-22,17,-34r-15,0r0,-38","w":100,"k":{"\u2019":43,"s":40,"\u0161":40,"t":6}},"(":{"d":"87,69r-18,0v-68,-98,-66,-234,0,-331r18,0v-61,98,-61,234,0,331","w":86},")":{"d":"0,-262r18,0v67,97,65,234,0,331r-18,0v61,-98,61,-234,0,-331","w":86},"*":{"d":"51,-200r-41,-14r5,-14r41,15r0,-44r14,0r0,44r42,-15r5,14r-42,14r25,35r-11,8r-26,-36r-27,36r-11,-8","w":126},"+":{"d":"99,-100r0,-81r19,0r0,81r81,0r0,19r-81,0r0,81r-19,0r0,-81r-81,0r0,-19r81,0","w":216},",":{"d":"35,-38r30,0v1,41,2,77,-32,87r0,-15v12,-4,18,-22,17,-34r-15,0r0,-38","w":100},"-":{"d":"112,-89r-90,0r0,-20r90,0r0,20","w":133},".":{"d":"65,0r-30,0r0,-38r30,0r0,38","w":100},"\/":{"d":"15,5r-20,0r111,-267r19,0","w":119},"0":{"d":"100,-235v-58,0,-65,66,-65,110v0,44,7,111,65,111v58,0,65,-67,65,-111v0,-44,-7,-110,-65,-110xm100,-254v73,0,88,70,88,129v0,59,-15,130,-88,130v-73,0,-88,-70,-88,-129v0,-59,15,-130,88,-130"},"1":{"d":"35,-187r0,-16v40,-1,64,-3,71,-49r18,0r0,252r-22,0r0,-187r-67,0"},"2":{"d":"178,-183v-1,86,-117,91,-139,162r140,0r0,21r-166,0v2,-75,76,-95,121,-136v37,-33,21,-99,-35,-99v-41,0,-58,33,-57,70r-23,0v-1,-52,26,-89,81,-89v44,0,78,24,78,71"},"3":{"d":"12,-80r23,0v-1,40,22,66,63,66v33,0,64,-19,64,-55v-1,-43,-35,-58,-80,-54r0,-19v38,3,71,-6,71,-46v0,-33,-25,-47,-55,-47v-38,0,-59,27,-58,64r-22,0v0,-48,30,-83,79,-83v40,0,78,19,78,64v0,27,-15,50,-42,56v33,5,52,30,52,63v0,49,-41,76,-87,76v-52,0,-90,-31,-86,-85"},"4":{"d":"11,-63r0,-22r116,-167r21,0r0,170r38,0r0,19r-38,0r0,63r-21,0r0,-63r-116,0xm31,-82r96,0r-1,-137"},"5":{"d":"13,-72r23,0v1,35,27,58,62,58v39,0,63,-31,63,-68v0,-65,-90,-89,-121,-36r-19,0r24,-131r126,0r0,21r-110,0r-16,84v49,-51,138,-11,138,64v0,49,-39,85,-87,85v-47,0,-82,-29,-83,-77"},"6":{"d":"104,-145v-40,0,-62,30,-62,67v0,36,19,64,63,64v36,0,60,-29,60,-64v0,-37,-22,-67,-61,-67xm182,-188r-23,0v-4,-28,-23,-47,-52,-47v-58,-1,-72,69,-69,113v12,-25,39,-42,67,-42v50,0,83,35,83,84v0,49,-35,85,-85,85v-61,0,-89,-36,-89,-134v0,-30,8,-125,90,-125v44,0,73,22,78,66"},"7":{"d":"18,-228r0,-21r162,0r0,21v-31,33,-96,111,-102,228r-24,0v6,-85,34,-148,104,-228r-140,0"},"8":{"d":"100,-14v35,0,64,-18,64,-57v0,-36,-30,-54,-64,-54v-35,0,-64,17,-64,54v0,38,29,57,64,57xm176,-191v1,28,-17,46,-41,56v32,6,52,30,52,64v0,51,-40,76,-87,76v-47,0,-87,-25,-87,-76v0,-34,22,-57,51,-65v-26,-8,-41,-27,-41,-55v1,-84,152,-85,153,0xm100,-144v28,0,54,-15,54,-47v0,-29,-24,-44,-54,-44v-28,0,-54,15,-54,44v0,34,27,47,54,47"},"9":{"d":"96,-104v40,0,62,-29,62,-66v0,-36,-19,-65,-63,-65v-36,0,-60,30,-60,65v0,37,22,66,61,66xm18,-60r23,0v4,28,24,46,53,46v58,1,71,-68,68,-112v-12,25,-39,41,-67,41v-50,0,-83,-35,-83,-84v0,-49,36,-85,86,-85v61,0,88,36,88,134v0,30,-8,125,-90,125v-44,0,-73,-21,-78,-65"},":":{"d":"65,-142r-30,0r0,-38r30,0r0,38xm65,0r-30,0r0,-38r30,0r0,38","w":100},";":{"d":"35,-38r30,0v1,41,2,77,-32,87r0,-15v12,-4,18,-22,17,-34r-15,0r0,-38xm65,-142r-30,0r0,-38r30,0r0,38","w":100},"<":{"d":"199,-17r0,20r-182,-84r0,-20r182,-84r0,20r-160,74","w":216},"=":{"d":"199,-136r0,19r-181,0r0,-19r181,0xm199,-65r0,19r-181,0r0,-19r181,0","w":216},">":{"d":"17,-17r160,-74r-160,-74r0,-20r182,84r0,20r-182,84r0,-20","w":216},"?":{"d":"87,-64v-11,-64,65,-75,65,-131v0,-29,-24,-48,-52,-48v-39,0,-59,28,-58,65r-23,0v0,-51,30,-84,82,-84v40,0,73,24,73,66v0,61,-78,70,-65,132r-22,0xm83,0r0,-38r30,0r0,38r-30,0","w":193},"@":{"d":"153,-184v-37,0,-61,50,-61,84v0,22,13,34,30,34v33,0,60,-52,60,-84v0,-17,-15,-34,-29,-34xm221,-196r-35,104v-5,15,-7,30,5,30v32,0,61,-50,61,-90v0,-59,-47,-94,-102,-94v-67,0,-114,53,-114,119v0,66,48,116,114,116v35,0,72,-18,93,-48r19,0v-22,40,-67,64,-112,64v-77,0,-133,-59,-133,-135v0,-75,59,-132,132,-132v69,0,122,46,122,112v0,58,-43,104,-83,104v-12,0,-24,-8,-25,-24v-26,39,-94,26,-94,-29v0,-50,35,-104,86,-104v16,0,30,9,38,31r9,-24r19,0","w":288},"A":{"d":"-3,0r104,-257r28,0r100,257r-26,0r-31,-80r-117,0r-31,80r-27,0xm114,-233r-52,132r101,0","w":226},"B":{"d":"50,-123r0,102v66,-3,149,18,152,-53v2,-62,-90,-48,-152,-49xm26,0r0,-257v81,4,188,-23,191,63v0,27,-18,52,-45,58v33,4,55,30,55,63v0,24,-8,73,-92,73r-109,0xm50,-236r0,92v57,0,143,9,143,-44v0,-62,-83,-46,-143,-48","w":240},"C":{"d":"238,-179r-24,0v-9,-40,-42,-63,-79,-63v-132,1,-130,226,0,227v48,0,77,-37,82,-83r25,0v-7,63,-47,103,-107,103v-81,0,-121,-64,-121,-134v0,-70,40,-133,121,-133v49,0,97,29,103,83","w":253},"D":{"d":"50,-236r0,215v97,5,158,-9,158,-108v0,-99,-61,-113,-158,-107xm26,0r0,-257r89,0v77,2,118,44,118,128v0,84,-41,129,-118,129r-89,0","w":246},"E":{"d":"26,0r0,-257r177,0r0,21r-153,0r0,93r144,0r0,21r-144,0r0,101r155,0r0,21r-179,0","w":213},"F":{"d":"26,0r0,-257r163,0r0,21r-139,0r0,93r124,0r0,21r-124,0r0,122r-24,0","w":193,"k":{"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,",":46,".":46}},"G":{"d":"246,-131r0,131r-18,0v-2,-15,0,-34,-4,-47v-17,37,-52,52,-89,52v-81,0,-121,-64,-121,-134v0,-70,40,-133,121,-133v54,0,98,29,107,85r-24,0v-3,-30,-34,-65,-83,-65v-132,1,-130,226,0,227v57,0,90,-41,89,-95r-88,0r0,-21r110,0","w":266},"H":{"d":"26,0r0,-257r24,0r0,112r153,0r0,-112r25,0r0,257r-25,0r0,-125r-153,0r0,125r-24,0","w":253},"I":{"d":"28,0r0,-257r24,0r0,257r-24,0","w":79},"J":{"d":"130,-82r0,-175r24,0r0,185v0,52,-20,77,-75,77v-59,0,-71,-42,-71,-87r24,0v1,22,-2,67,49,67v38,0,49,-20,49,-67","w":180},"K":{"d":"26,0r0,-257r24,0r0,138r150,-138r33,0r-115,106r120,151r-31,0r-107,-134r-50,46r0,88r-24,0","w":233},"L":{"d":"26,0r0,-257r24,0r0,236r144,0r0,21r-168,0","w":193,"k":{"T":33,"V":33,"W":20,"y":13,"\u00fd":13,"\u00ff":13,"Y":40,"\u00dd":40,"\u0178":40,"\u2019":35}},"M":{"d":"25,0r0,-257r36,0r89,225r89,-225r36,0r0,257r-25,0r-1,-222r-87,222r-23,0r-89,-222r0,222r-25,0","w":299},"N":{"d":"26,0r0,-257r27,0r150,217r0,-217r25,0r0,257r-27,0r-151,-217r0,217r-24,0","w":253},"O":{"d":"12,-129v0,-70,41,-133,122,-133v81,0,121,63,121,133v0,70,-40,134,-121,134v-81,0,-122,-64,-122,-134xm134,-242v-132,1,-130,226,0,227v130,-1,130,-226,0,-227","w":266},"P":{"d":"26,0r0,-257r114,0v46,0,76,27,76,73v0,46,-30,74,-76,74r-90,0r0,110r-24,0xm50,-236r0,105v63,-2,142,15,142,-53v0,-67,-79,-50,-142,-52","w":226,"k":{"A":27,"\u00c6":27,"\u00c1":27,"\u00c2":27,"\u00c4":27,"\u00c0":27,"\u00c5":27,"\u00c3":27,",":55,".":55}},"Q":{"d":"160,-69r37,28v59,-60,42,-201,-63,-201v-132,1,-130,226,0,227v19,0,34,-5,47,-13r-34,-26xm252,1r-12,16r-40,-31v-18,12,-39,19,-66,19v-81,0,-122,-64,-122,-134v0,-70,41,-133,122,-133v125,0,155,163,82,235","w":266},"R":{"d":"202,0v-16,-45,6,-114,-59,-114r-93,0r0,114r-24,0r0,-257v85,3,195,-22,196,67v1,33,-19,58,-50,66v62,4,34,81,57,124r-27,0xm50,-236r0,101v63,-2,144,15,147,-50v3,-65,-85,-50,-147,-51","w":240,"k":{"T":-2,"V":-2,"W":-2,"y":-9,"\u00fd":-9,"\u00ff":-9,"Y":5,"\u00dd":5,"\u0178":5}},"S":{"d":"13,-85r24,0v-1,53,37,70,84,70v27,0,68,-16,68,-53v0,-83,-167,-24,-168,-122v0,-25,17,-72,89,-72v51,0,95,26,95,79r-25,0v2,-72,-134,-84,-134,-7v0,47,64,42,101,54v35,12,67,26,67,68v0,18,-7,73,-98,73v-61,0,-106,-27,-103,-90","w":226},"T":{"d":"-2,-236r0,-21r204,0r0,21r-90,0r0,236r-24,0r0,-236r-90,0","k":{"\u00fc":33,"\u0161":40,"\u00f2":40,"\u00f6":40,"\u00e8":40,"\u00eb":40,"\u00ea":40,"\u00e3":40,"\u00e5":40,"\u00e0":40,"\u00e4":40,"\u00e2":40,"w":40,"y":40,"\u00fd":40,"\u00ff":40,"A":24,"\u00c6":24,"\u00c1":24,"\u00c2":24,"\u00c4":24,"\u00c0":24,"\u00c5":24,"\u00c3":24,",":40,".":40,"c":40,"\u00e7":40,"e":40,"\u00e9":40,"o":40,"\u00f8":40,"\u0153":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"-":46,"a":40,"\u00e6":40,"\u00e1":40,"i":-9,"\u00ed":-9,"\u00ee":-9,"\u00ef":-9,"\u00ec":-9,"r":33,"s":40,"u":33,"\u00fa":33,"\u00fb":33,"\u00f9":33,":":40,";":40}},"U":{"d":"123,5v-136,0,-93,-142,-100,-262r25,0r0,159v0,60,28,83,75,83v48,0,76,-23,76,-83r0,-159r24,0v-7,120,37,262,-100,262","w":246},"V":{"d":"93,0r-96,-257r27,0r84,230r83,-230r26,0r-96,257r-28,0","w":213,"k":{"\u00f6":20,"\u00f4":20,"\u00e8":20,"\u00eb":20,"\u00ea":20,"\u00e3":20,"\u00e5":20,"\u00e0":20,"\u00e4":20,"\u00e2":20,"y":6,"\u00fd":6,"\u00ff":6,"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,",":46,".":46,"e":20,"\u00e9":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f2":20,"\u00f5":20,"-":20,"a":20,"\u00e6":20,"\u00e1":20,"i":-2,"\u00ed":-2,"\u00ee":-2,"\u00ef":-2,"\u00ec":-2,"r":13,"u":13,"\u00fa":13,"\u00fb":13,"\u00fc":13,"\u00f9":13,":":27,";":27}},"W":{"d":"71,0r-71,-257r26,0r59,225r63,-225r31,0r63,225r59,-225r24,0r-70,257r-26,0r-66,-230r-65,230r-27,0","w":326,"k":{"\u00fc":6,"\u00f6":6,"\u00ea":6,"\u00e4":13,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,",":27,".":27,"e":6,"\u00e9":6,"\u00eb":6,"\u00e8":6,"o":6,"\u00f8":6,"\u0153":6,"\u00f3":6,"\u00f4":6,"\u00f2":6,"\u00f5":6,"a":13,"\u00e6":13,"\u00e1":13,"\u00e2":13,"\u00e0":13,"\u00e5":13,"\u00e3":13,"i":-9,"\u00ed":-9,"\u00ee":-9,"\u00ef":-9,"\u00ec":-9,"r":6,"u":6,"\u00fa":6,"\u00fb":6,"\u00f9":6,":":6,";":6}},"X":{"d":"88,-132r-87,-125r29,0r73,108r75,-108r27,0r-88,125r93,132r-29,0r-78,-113r-80,113r-27,0","w":206},"Y":{"d":"98,0r0,-106r-102,-151r30,0r84,130r84,-130r30,0r-102,151r0,106r-24,0","w":219,"k":{"\u00fc":27,"\u00f6":33,"v":20,"A":27,"\u00c6":27,"\u00c1":27,"\u00c2":27,"\u00c4":27,"\u00c0":27,"\u00c5":27,"\u00c3":27,",":44,".":36,"e":33,"\u00e9":33,"\u00ea":33,"\u00eb":33,"\u00e8":33,"o":33,"\u00f8":33,"\u0153":33,"\u00f3":33,"\u00f4":33,"\u00f2":33,"\u00f5":33,"q":33,"-":40,"a":33,"\u00e6":33,"\u00e1":33,"\u00e2":33,"\u00e4":33,"\u00e0":33,"\u00e5":33,"\u00e3":33,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"u":27,"\u00fa":27,"\u00fb":27,"\u00f9":27,":":33,";":33,"p":27}},"Z":{"d":"13,-236r0,-21r185,0r0,22r-169,214r173,0r0,21r-200,0r0,-22r169,-214r-158,0","w":206},"[":{"d":"85,69r-58,0r0,-331r58,0r0,19r-35,0r0,293r35,0r0,19","w":86},"\\":{"d":"125,5r-20,0r-110,-267r19,0","w":119},"]":{"d":"1,-262r58,0r0,331r-58,0r0,-19r36,0r0,-293r-36,0r0,-19","w":86},"^":{"d":"37,-86r-21,0r83,-163r18,0r83,163r-20,0r-72,-140","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"\u2018":{"d":"64,-170r-30,0v-1,-41,-2,-77,32,-87r0,15v-12,4,-18,22,-17,34r15,0r0,38","w":100,"k":{"\u2018":43}},"a":{"d":"140,-102v-30,22,-106,6,-106,52v0,23,21,36,42,36v46,0,71,-34,64,-88xm42,-129r-23,0v2,-44,34,-62,76,-62v33,0,68,10,68,60r0,98v-1,12,11,17,21,12r0,20v-28,6,-44,-8,-43,-31v-20,51,-130,53,-129,-17v0,-52,50,-54,99,-60v19,-2,29,-4,29,-25v0,-31,-21,-38,-48,-38v-28,0,-49,13,-50,43","w":186},"b":{"d":"109,-14v83,-1,82,-157,0,-158v-89,1,-89,157,0,158xm22,0r0,-257r22,0r1,107v10,-27,36,-41,64,-41v57,0,84,45,84,98v0,53,-27,98,-84,98v-31,1,-55,-17,-67,-40r0,35r-20,0","w":206},"c":{"d":"175,-127r-22,0v-6,-28,-23,-45,-53,-45v-44,0,-65,39,-65,79v0,40,21,79,65,79v28,0,51,-22,54,-53r23,0v-6,45,-36,72,-77,72v-57,0,-88,-45,-88,-98v0,-53,31,-98,88,-98v40,0,70,22,75,64","w":186},"d":{"d":"97,-172v-83,1,-82,157,0,158v89,-1,89,-157,0,-158xm185,-257r0,257r-21,0v-1,-11,2,-26,-1,-35v-10,24,-39,40,-66,40v-57,0,-83,-45,-83,-98v0,-53,26,-98,83,-98v28,0,55,14,65,41r0,-107r23,0","w":206},"e":{"d":"178,-87r-143,0v0,33,17,73,61,73v33,0,51,-19,58,-47r23,0v-10,42,-34,66,-81,66v-59,0,-84,-45,-84,-98v0,-49,25,-98,84,-98v60,0,84,52,82,104xm35,-106r120,0v-1,-34,-22,-66,-59,-66v-37,0,-57,32,-61,66","w":186},"f":{"d":"93,-186r0,19r-36,0r0,167r-23,0r0,-167r-32,0r0,-19r32,0v-5,-48,12,-79,64,-70r0,20v-36,-9,-46,13,-41,50r36,0","w":93,"k":{"\u2019":-6,"f":6,"\u00df":6}},"g":{"d":"96,-21v39,0,60,-36,60,-74v0,-36,-17,-77,-60,-77v-43,0,-61,38,-61,77v0,37,19,74,61,74xm179,-186r0,171v0,55,-22,89,-83,89v-37,0,-74,-16,-77,-56r23,0v5,27,29,37,54,37v50,0,66,-42,59,-95v-10,23,-32,38,-59,38v-59,0,-84,-43,-84,-96v0,-51,30,-93,84,-93v28,-1,49,18,60,37r0,-32r23,0"},"h":{"d":"21,0r0,-257r23,0r1,103v8,-22,33,-37,59,-37v98,0,61,108,68,191r-23,0v-8,-67,28,-171,-47,-172v-75,-1,-56,99,-58,172r-23,0","w":193},"i":{"d":"22,0r0,-186r23,0r0,186r-23,0xm22,-221r0,-36r23,0r0,36r-23,0","w":66},"j":{"d":"22,23r0,-209r23,0r0,203v2,34,-16,59,-56,51r0,-19v21,5,33,-6,33,-26xm22,-221r0,-36r23,0r0,36r-23,0","w":66},"k":{"d":"22,0r0,-257r22,0r0,161r103,-90r30,0r-79,69r85,117r-29,0r-73,-101r-37,30r0,71r-22,0","w":180},"l":{"d":"22,0r0,-257r23,0r0,257r-23,0","w":66},"m":{"d":"22,0r0,-186r20,0v2,10,-3,26,2,32v16,-44,99,-53,114,-1v11,-24,35,-36,59,-36v87,0,55,114,61,191r-22,0r0,-125v0,-31,-12,-47,-44,-47v-74,0,-45,103,-51,172r-22,0r0,-126v0,-25,-10,-46,-39,-46v-76,0,-53,100,-56,172r-22,0","w":299},"n":{"d":"21,0r0,-186r23,0v1,10,-2,24,1,32v8,-22,33,-37,59,-37v98,0,61,108,68,191r-23,0v-8,-67,28,-171,-47,-172v-75,-1,-56,99,-58,172r-23,0","w":193},"o":{"d":"100,-191v57,0,88,45,88,98v0,53,-31,98,-88,98v-57,0,-88,-45,-88,-98v0,-53,31,-98,88,-98xm100,-172v-44,0,-65,39,-65,79v0,40,21,79,65,79v44,0,65,-39,65,-79v0,-40,-21,-79,-65,-79"},"p":{"d":"109,-14v83,-1,82,-157,0,-158v-50,0,-65,37,-65,79v0,39,17,79,65,79xm22,69r0,-255r20,0v1,11,-2,27,1,36v10,-25,36,-41,66,-41v57,0,84,45,84,98v0,53,-27,98,-84,98v-29,1,-53,-15,-65,-40r0,104r-22,0","w":206},"q":{"d":"97,-172v-83,1,-82,157,0,158v89,-1,89,-157,0,-158xm185,-186r0,255r-23,0r0,-104v-10,27,-37,40,-65,40v-57,0,-83,-45,-83,-98v0,-53,26,-98,83,-98v28,-1,55,19,67,41r0,-36r21,0","w":206},"r":{"d":"22,0r0,-186r20,0v1,14,-2,32,1,44v12,-30,37,-47,70,-46r0,22v-41,-2,-69,28,-69,67r0,99r-22,0","w":113,"k":{",":33,".":33,"c":6,"\u00e7":6,"d":6,"\u0131":6,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"n":-6,"\u00f1":-6,"o":6,"\u00f8":6,"\u0153":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6,"q":6,"-":20}},"s":{"d":"156,-131r-23,0v-1,-28,-23,-41,-49,-41v-20,0,-44,8,-44,32v15,55,123,17,122,90v0,40,-40,55,-75,55v-43,0,-72,-20,-76,-65r23,0v2,31,25,46,55,46v21,0,50,-9,50,-35v0,-58,-121,-20,-121,-90v0,-38,36,-52,69,-52v37,0,68,20,69,60","w":173},"t":{"d":"58,-242r0,56r37,0r0,19r-37,0r0,126v-4,23,16,27,37,23r0,19v-36,3,-60,0,-60,-41r0,-127r-32,0r0,-19r32,0r0,-56r23,0","w":106},"u":{"d":"172,-186r0,186r-21,0v-1,-10,2,-25,-1,-33v-24,60,-129,48,-129,-32r0,-121r23,0v8,67,-28,174,50,172v72,-3,52,-100,55,-172r23,0","w":193},"v":{"d":"72,0r-71,-186r25,0r59,163r58,-163r23,0r-70,186r-24,0","w":166,"k":{",":27,".":27}},"w":{"d":"63,0r-60,-186r24,0r48,159r46,-159r25,0r46,159r48,-159r24,0r-60,186r-25,0r-46,-156r-46,156r-24,0","w":266,"k":{",":20,".":20}},"x":{"d":"0,0r72,-96r-66,-90r28,0r53,71r52,-71r28,0r-67,89r73,97r-29,0r-58,-78r-58,78r-28,0","w":173},"y":{"d":"75,-1r-74,-185r24,0r61,159r57,-159r23,0r-81,214v-13,37,-29,45,-66,39r0,-19v37,12,47,-21,56,-49","w":166,"k":{",":33,".":33}},"z":{"d":"156,-170r-123,151r128,0r0,19r-156,0r0,-18r122,-149r-113,0r0,-19r142,0r0,16","w":166},"{":{"d":"105,69v-56,11,-50,-48,-49,-99v0,-29,-5,-57,-26,-57r0,-19v62,-6,-21,-170,75,-156r0,19v-38,-4,-27,51,-27,87v0,40,-21,54,-25,60v5,3,25,19,25,58v0,34,-13,91,27,88r0,19","w":119},"|":{"d":"31,77r0,-360r19,0r0,360r-19,0","w":79},"}":{"d":"14,-262v55,-11,51,46,50,98v0,29,5,57,26,57r0,20v-62,6,21,170,-76,156r0,-19v39,5,27,-52,27,-88v0,-40,22,-53,26,-59v-5,-3,-26,-20,-26,-59v0,-34,13,-91,-27,-87r0,-19","w":119},"~":{"d":"70,-112v24,-1,56,23,77,23v14,0,23,-11,31,-24r13,13v-11,15,-23,31,-45,31v-37,0,-90,-50,-108,1r-13,-13v8,-15,21,-31,45,-31","w":216},"\u00a1":{"d":"50,-122r6,117r0,74r-25,0r0,-74r6,-117r13,0xm28,-186r31,0r0,38r-31,0r0,-38","w":86},"\u00a2":{"d":"97,-14r0,-157v-74,11,-73,145,0,157xm183,-127r-23,0v-6,-27,-22,-44,-49,-45r0,158v26,-1,47,-23,50,-53r23,0v-6,43,-34,71,-73,72r0,37r-14,0r0,-37v-50,-5,-78,-48,-78,-98v0,-50,28,-92,78,-97r0,-32r14,0r0,31v37,1,67,23,72,64"},"\u00a3":{"d":"195,-17v-43,53,-120,-17,-167,22r-13,-19v33,-23,54,-63,31,-105r-29,0r0,-11r22,0v-11,-18,-20,-37,-20,-58v0,-51,42,-74,83,-74v53,0,84,32,83,85r-23,0v0,-39,-20,-66,-60,-66v-31,0,-60,17,-60,56v0,24,12,36,21,57r58,0r0,11r-51,0v22,40,-5,81,-30,101v46,-31,109,31,144,-16"},"\u00a5":{"d":"40,-109r0,-17r38,0r-76,-131r26,0r72,131r72,-131r25,0r-76,131r39,0r0,17v-16,2,-39,-4,-49,3r0,26r49,0r0,17r-49,0r0,63r-23,0r0,-63r-48,0r0,-17r48,0v-1,-9,2,-23,-2,-29r-46,0"},"\u0192":{"d":"3,60r3,-19v31,10,48,-15,52,-38r27,-142r-36,0r3,-19r36,0v9,-53,17,-112,88,-97r-4,18v-52,-9,-52,40,-61,79r41,0r-4,19r-40,0r-22,116v-6,48,-20,96,-83,83"},"\u00a7":{"d":"161,-83v0,-38,-62,-57,-93,-78v-17,7,-29,19,-29,39v0,36,61,57,92,78v17,-7,30,-19,30,-39xm184,-83v0,24,-18,42,-39,50v40,32,6,91,-43,91v-40,0,-67,-23,-67,-64r23,0v-1,24,17,45,42,45v20,0,40,-9,40,-32v0,-54,-124,-57,-124,-128v0,-24,18,-43,39,-51v-40,-32,-7,-90,43,-90v40,0,67,22,67,63r-23,0v1,-24,-17,-44,-42,-44v-20,0,-40,9,-40,32v0,54,124,57,124,128"},"\u00a4":{"d":"10,-49r21,-20v-27,-29,-26,-82,0,-111r-21,-20r14,-14r20,20v29,-25,83,-27,112,0r19,-20r14,14r-19,19v27,30,26,83,0,113r19,19r-14,14r-19,-20v-29,26,-83,27,-112,0r-20,20xm34,-125v0,39,29,69,66,69v37,0,67,-30,67,-69v0,-39,-30,-68,-67,-68v-37,0,-66,29,-66,68"},"'":{"d":"39,-170r0,-87r23,0r0,87r-23,0","w":100},"\u201c":{"d":"109,-170r-31,0v-1,-42,-2,-76,33,-87r0,15v-12,4,-18,22,-17,34r15,0r0,38xm53,-170r-30,0v-1,-41,-2,-77,32,-87r0,15v-12,4,-18,22,-17,34r15,0r0,38","w":133},"\u00ab":{"d":"127,-43r-47,-45r0,-22r47,-45r0,24r-33,32r33,32r0,24xm69,-43r-47,-45r0,-22r47,-45r0,24r-33,32r33,32r0,24","w":153},"\u2013":{"d":"180,-89r-180,0r0,-20r180,0r0,20","w":180},"\u00b7":{"d":"50,-135v12,0,21,10,21,22v0,11,-10,20,-21,20v-12,0,-21,-9,-21,-21v0,-11,10,-21,21,-21","w":100},"\u00b6":{"d":"98,64r0,-182v-42,0,-74,-31,-74,-68v0,-45,30,-71,80,-71r83,0r0,321r-23,0r0,-302r-43,0r0,302r-23,0","w":216},"\u201d":{"d":"80,-257r30,0v1,41,2,77,-32,87r0,-15v12,-4,18,-22,17,-34r-15,0r0,-38xm24,-257r31,0v1,41,2,77,-32,87r0,-15v12,-4,18,-22,17,-34r-16,0r0,-38","w":133},"\u00bb":{"d":"84,-43r0,-24r34,-32r-34,-32r0,-24r48,45r0,22xm26,-43r0,-24r34,-32r-34,-32r0,-24r48,45r0,22","w":153},"\u2026":{"d":"75,0r-30,0r0,-38r30,0r0,38xm195,0r-30,0r0,-38r30,0r0,38xm315,0r-30,0r0,-38r30,0r0,38","w":360},"\u00bf":{"d":"107,-124v11,64,-65,75,-65,130v0,29,24,49,52,49v39,0,59,-28,58,-65r22,0v0,51,-29,84,-81,84v-40,0,-74,-24,-74,-66v0,-61,78,-70,65,-132r23,0xm111,-186r0,38r-31,0r0,-38r31,0","w":193},"`":{"d":"36,-212r-47,-50r28,0r38,50r-19,0","w":66},"\u00b4":{"d":"78,-262r-48,50r-18,0r38,-50r28,0","w":66},"\u00af":{"d":"93,-228r-119,0r0,-16r119,0r0,16","w":66},"\u00a8":{"d":"77,-218r-24,0r0,-36r24,0r0,36xm14,-218r-25,0r0,-36r25,0r0,36","w":66},"\u00b8":{"d":"11,28v12,-9,12,-30,34,-28r-15,21v17,-3,41,0,41,22v0,35,-47,36,-73,24r5,-12v13,5,47,12,47,-10v0,-24,-33,-5,-39,-17","w":66},"\u2014":{"d":"313,-89r-266,0r0,-20r266,0r0,20","w":360},"\u00c6":{"d":"185,-122r0,101r133,0r0,21r-158,0r0,-81r-93,0r-42,81r-28,0r135,-257r185,0r0,21r-132,0r0,93r124,0r0,21r-124,0xm78,-102r82,0r0,-134r-14,0","w":326},"\u00aa":{"d":"82,-198v-21,12,-71,5,-67,30v6,37,69,20,67,-13r0,-17xm19,-215r-16,0v1,-28,21,-39,50,-39v23,0,46,6,46,36r0,62v0,7,8,10,14,7r0,12v-17,4,-28,-4,-28,-19v-15,33,-87,34,-87,-11v0,-33,33,-35,65,-38v12,-1,19,-3,19,-11v0,-19,-15,-24,-32,-24v-17,0,-31,8,-31,25","w":111},"\u0141":{"d":"26,-110r0,-147r24,0r0,130r88,-61r0,21r-88,60r0,86r144,0r0,21r-168,0r0,-90r-30,20r0,-20","w":193,"k":{"T":33,"V":33,"W":20,"y":13,"\u00fd":13,"\u00ff":13,"Y":40,"\u00dd":40,"\u0178":40,"\u2019":35}},"\u00d8":{"d":"209,-203r-143,159v16,18,38,29,68,29v97,-1,118,-120,75,-188xm58,-54r143,-159v-15,-17,-37,-29,-67,-29v-98,0,-119,119,-76,188xm242,-259r9,8r-26,30v61,78,28,226,-91,226v-36,0,-64,-12,-84,-32r-27,31r-10,-9r29,-31v-61,-80,-28,-229,92,-226v35,0,62,12,82,31","w":266},"\u0152":{"d":"135,-15v30,1,70,-15,70,-49r0,-119v6,-46,-38,-59,-70,-59v-63,0,-97,52,-97,113v0,61,34,114,97,114xm229,-236r0,93r133,0r0,21r-133,0r0,101r148,0r0,21r-172,0r0,-25v-17,20,-45,30,-70,30v-77,0,-122,-62,-122,-134v0,-72,45,-133,122,-133v27,0,53,7,70,26r0,-21r170,0r0,21r-146,0","w":386},"\u00ba":{"d":"58,-132v-37,0,-57,-27,-57,-61v0,-34,20,-61,57,-61v41,0,61,27,61,61v0,34,-20,61,-61,61xm60,-147v56,0,56,-93,0,-93v-56,0,-56,93,0,93","w":120},"\u00e6":{"d":"163,-106r117,0v0,-34,-23,-66,-59,-66v-38,0,-59,31,-58,66xm140,-102v-30,22,-106,6,-106,52v0,23,21,36,42,36v46,0,71,-34,64,-88xm303,-87r-140,0v-3,40,17,73,61,73v31,0,49,-17,55,-46r22,0v-8,74,-127,91,-149,19v-12,58,-140,68,-140,-8v0,-52,50,-54,99,-60v19,-2,29,-4,29,-25v0,-31,-21,-38,-48,-38v-28,0,-49,13,-50,43r-23,0v2,-44,34,-62,76,-62v25,0,58,6,62,38v10,-26,38,-38,65,-38v61,0,81,50,81,104","w":313},"\u0131":{"d":"45,0r-23,0r0,-186r23,0r0,186","w":66},"\u0142":{"d":"22,-142r0,-115r23,0r0,96r24,-20r0,20r-24,20r0,141r-23,0r0,-122r-24,19r0,-19","w":66},"\u00f8":{"d":"48,-44r98,-106v-10,-13,-26,-22,-46,-22v-62,0,-80,80,-52,128xm153,-141r-99,106v10,13,26,21,46,21v62,0,80,-78,53,-127xm161,-167v9,-7,17,-28,27,-13r-20,22v43,59,15,166,-68,163v-26,0,-46,-9,-60,-24r-22,23r-8,-7r22,-24v-42,-58,-16,-164,68,-164v26,0,47,9,61,24"},"\u0153":{"d":"95,-172v-47,0,-59,44,-59,83v0,37,16,75,59,75v46,0,55,-42,55,-80v0,-37,-10,-78,-55,-78xm288,-60r22,0v-10,73,-126,91,-148,18v-11,30,-34,47,-67,47v-58,0,-82,-46,-82,-98v0,-51,26,-98,83,-98v33,-1,55,17,67,46v10,-27,35,-46,68,-46v55,0,80,36,80,104r-139,0v0,36,18,73,58,73v31,0,50,-17,58,-46xm172,-106r116,0v0,-35,-21,-66,-58,-66v-38,0,-58,31,-58,66","w":320},"\u00df":{"d":"22,0r0,-193v0,-48,29,-69,72,-69v39,0,70,22,70,63v1,27,-17,48,-41,55v35,3,54,33,54,66v-1,59,-41,86,-98,80r0,-20v40,8,75,-9,75,-56v0,-50,-31,-58,-75,-58r0,-20v32,0,62,-9,62,-46v0,-27,-21,-45,-47,-45v-36,0,-49,18,-49,52r0,191r-23,0","w":193},"\u00b9":{"d":"13,-210r0,-14v26,-1,41,-2,46,-27r14,0r0,152r-17,0r0,-111r-43,0","w":119},"\u00ac":{"d":"180,-40r0,-77r-162,0r0,-19r181,0r0,96r-19,0","w":216},"\u00b5":{"d":"172,-186r0,186r-21,0v-1,-10,2,-25,-1,-33v-17,38,-69,50,-106,26r0,76r-23,0r0,-255r23,0v8,67,-28,174,50,172v72,-3,52,-100,55,-172r23,0","w":193},"\u2122":{"d":"97,-109r-19,0r0,-132r-48,0r0,-16r115,0r0,16r-48,0r0,132xm190,-109r-19,0r0,-148r31,0r48,120r46,-120r31,0r0,148r-19,0r-1,-131r-52,131r-11,0r-54,-131r0,131","w":356},"\u00d0":{"d":"50,-236r0,95r85,0r0,16r-85,0r0,104v97,5,158,-9,158,-108v0,-99,-61,-113,-158,-107xm26,-141r0,-116r89,0v77,2,118,44,118,128v0,84,-41,129,-118,129r-89,0r0,-125r-26,0r0,-16r26,0","w":246},"\u00bd":{"d":"48,12r163,-273r17,0r-163,273r-17,0xm17,-210r0,-14v26,-1,41,-2,46,-27r15,0r0,152r-17,0r0,-111r-44,0xm173,0v0,-60,93,-56,93,-112v0,-18,-17,-29,-37,-29v-26,0,-36,20,-36,41r-17,0v-1,-33,17,-56,54,-56v30,0,53,14,53,45v0,52,-74,54,-91,97r90,0r0,14r-109,0","w":300},"\u00b1":{"d":"99,-116r0,-65r19,0r0,65r81,0r0,19r-81,0r0,65r-19,0r0,-65r-81,0r0,-19r81,0xm18,0r0,-19r181,0r0,19r-181,0","w":216},"\u00de":{"d":"26,0r0,-257r24,0r0,42r90,0v46,0,76,28,76,74v0,46,-30,73,-76,73r-90,0r0,68r-24,0xm50,-194r0,105v63,-2,142,15,142,-52v0,-67,-79,-52,-142,-53","w":226},"\u00bc":{"d":"231,0r0,-36r-75,0r0,-14r76,-102r16,0r0,102r25,0r0,14r-25,0r0,36r-17,0xm231,-128v-22,24,-39,53,-59,78r59,0r0,-78xm48,12r163,-273r17,0r-163,273r-17,0xm17,-210r0,-14v26,-1,41,-2,46,-27r15,0r0,152r-17,0r0,-111r-44,0","w":300},"\u00f7":{"d":"199,-81r-181,0r0,-19r181,0r0,19xm88,-163v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,10,-10,20,-20,20v-11,0,-20,-9,-20,-20xm88,-18v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,10,-10,20,-20,20v-11,0,-20,-9,-20,-20","w":216},"\u00a6":{"d":"31,32r0,-90r19,0r0,90r-19,0xm31,-148r0,-90r19,0r0,90r-19,0","w":79},"\u00b0":{"d":"20,-202v0,-29,23,-52,52,-52v29,0,52,23,52,52v0,29,-23,52,-52,52v-29,0,-52,-23,-52,-52xm34,-202v0,21,17,37,38,37v21,0,38,-16,38,-37v0,-21,-17,-38,-38,-38v-21,0,-38,17,-38,38","w":144},"\u00fe":{"d":"109,-14v83,-1,82,-157,0,-158v-89,1,-89,157,0,158xm22,69r0,-326r22,0r1,107v10,-27,36,-41,64,-41v57,0,84,45,84,98v0,53,-27,98,-84,98v-29,1,-53,-15,-65,-40r0,104r-22,0","w":206},"\u00be":{"d":"231,0r0,-36r-75,0r0,-14r76,-102r16,0r0,102r25,0r0,14r-25,0r0,36r-17,0xm231,-128v-22,24,-39,53,-59,78r59,0r0,-78xm49,-172r0,-14v23,2,46,-5,46,-27v0,-19,-17,-27,-36,-27v-23,0,-36,16,-36,37r-17,0v0,-30,20,-51,53,-51v27,0,53,12,53,40v1,18,-12,28,-28,34v21,3,34,17,34,37v0,31,-26,48,-58,48v-35,0,-60,-19,-57,-53r17,0v-1,23,14,39,39,39v21,0,42,-12,42,-33v0,-24,-24,-32,-52,-30xm62,12r163,-273r17,0r-162,273r-18,0","w":300},"\u00b2":{"d":"5,-99v0,-60,93,-56,93,-112v0,-18,-17,-29,-37,-29v-26,0,-35,20,-35,41r-17,0v-1,-33,17,-55,54,-55v30,0,52,14,52,45v-1,52,-74,53,-90,96r89,0r0,14r-109,0","w":119},"\u00ae":{"d":"144,-262v76,0,134,58,134,133v0,75,-58,134,-134,134v-76,0,-134,-59,-134,-134v0,-75,58,-133,134,-133xm144,-243v-65,0,-113,50,-113,114v0,64,48,115,113,115v65,0,113,-51,113,-115v0,-64,-48,-114,-113,-114xm114,-120r0,69r-19,0r0,-155v49,0,110,-8,110,43v0,27,-18,39,-39,43r46,69r-22,0r-43,-69r-33,0xm114,-136v32,-1,72,8,72,-27v0,-34,-40,-26,-72,-27r0,54","w":288},"\u00f0":{"d":"99,-163v-46,0,-64,34,-64,74v0,39,19,75,64,75v42,0,64,-31,64,-76v0,-36,-18,-73,-64,-73xm49,-215r36,-20v-11,-7,-22,-14,-34,-20r13,-12v13,6,26,14,38,23r41,-23r11,11r-39,22v40,33,71,79,71,141v0,54,-28,98,-88,98v-58,0,-86,-41,-86,-95v0,-69,75,-117,134,-78v-12,-22,-29,-40,-48,-56r-38,21"},"\u00d7":{"d":"94,-90r-67,-68r13,-14r68,68r68,-68r13,14r-68,68r68,68r-13,13r-68,-68r-68,68r-13,-13","w":216},"\u00b3":{"d":"49,-172r0,-14v23,2,46,-5,46,-27v0,-19,-17,-27,-36,-27v-23,0,-36,16,-36,37r-17,0v0,-30,20,-51,53,-51v27,0,53,12,53,40v1,18,-12,28,-28,34v21,3,34,17,34,37v0,31,-26,48,-58,48v-35,0,-60,-19,-57,-53r17,0v-1,23,14,39,39,39v21,0,42,-12,42,-33v0,-24,-24,-32,-52,-30","w":119},"\u00a9":{"d":"278,-129v0,75,-58,134,-134,134v-76,0,-134,-59,-134,-134v0,-75,58,-133,134,-133v76,0,134,58,134,133xm257,-129v0,-64,-48,-114,-113,-114v-65,0,-113,50,-113,114v0,64,48,115,113,115v65,0,113,-51,113,-115xm214,-157r-19,0v-18,-68,-107,-36,-107,28v0,37,21,67,60,67v26,0,43,-16,47,-38r19,0v-5,35,-33,54,-67,54v-49,0,-78,-35,-78,-83v0,-89,132,-114,145,-28","w":288},"\u00c1":{"d":"-3,0r104,-257r28,0r100,257r-26,0r-31,-80r-117,0r-31,80r-27,0xm114,-233r-52,132r101,0xm158,-328r-47,50r-19,0r38,-50r28,0","w":226},"\u00c2":{"d":"-3,0r104,-257r28,0r100,257r-26,0r-31,-80r-117,0r-31,80r-27,0xm114,-233r-52,132r101,0xm126,-328r41,50r-23,0r-31,-36r-32,36r-21,0r41,-50r25,0","w":226},"\u00c4":{"d":"-3,0r104,-257r28,0r100,257r-26,0r-31,-80r-117,0r-31,80r-27,0xm114,-233r-52,132r101,0xm158,-284r-25,0r0,-36r25,0r0,36xm94,-284r-25,0r0,-36r25,0r0,36","w":226},"\u00c0":{"d":"-3,0r104,-257r28,0r100,257r-26,0r-31,-80r-117,0r-31,80r-27,0xm114,-233r-52,132r101,0xm117,-278r-48,-50r28,0r38,50r-18,0","w":226},"\u00c5":{"d":"-3,0r104,-257r28,0r100,257r-26,0r-31,-80r-117,0r-31,80r-27,0xm114,-233r-52,132r101,0xm75,-310v0,-21,18,-38,39,-38v21,0,38,17,38,38v0,21,-17,39,-38,39v-21,0,-39,-18,-39,-39xm89,-310v0,14,11,25,25,25v14,0,24,-11,24,-25v0,-14,-10,-24,-24,-24v-14,0,-25,10,-25,24","w":226},"\u00c3":{"d":"-3,0r104,-257r28,0r100,257r-26,0r-31,-80r-117,0r-31,80r-27,0xm114,-233r-52,132r101,0xm89,-319v25,1,58,34,67,-2r14,0v-3,17,-12,34,-31,34v-19,0,-35,-16,-49,-16v-11,0,-19,6,-19,18r-14,0v2,-17,13,-34,32,-34","w":226},"\u00c7":{"d":"217,-98r25,0v-7,63,-47,103,-107,103r-12,16v17,-3,42,0,42,22v0,35,-47,37,-74,24r5,-12v13,5,48,12,48,-10v0,-24,-34,-5,-40,-17r18,-23v-73,-6,-108,-67,-108,-134v0,-70,40,-133,121,-133v49,0,97,29,103,83r-24,0v-9,-40,-42,-63,-79,-63v-132,1,-130,226,0,227v48,0,77,-37,82,-83","w":253},"\u00c9":{"d":"26,0r0,-257r177,0r0,21r-153,0r0,93r144,0r0,21r-144,0r0,101r155,0r0,21r-179,0xm151,-328r-47,50r-19,0r38,-50r28,0","w":213},"\u00ca":{"d":"26,0r0,-257r177,0r0,21r-153,0r0,93r144,0r0,21r-144,0r0,101r155,0r0,21r-179,0xm119,-328r41,50r-23,0r-31,-36r-32,36r-21,0r41,-50r25,0","w":213},"\u00cb":{"d":"26,0r0,-257r177,0r0,21r-153,0r0,93r144,0r0,21r-144,0r0,101r155,0r0,21r-179,0xm151,-284r-25,0r0,-36r25,0r0,36xm87,-284r-24,0r0,-36r24,0r0,36","w":213},"\u00c8":{"d":"26,0r0,-257r177,0r0,21r-153,0r0,93r144,0r0,21r-144,0r0,101r155,0r0,21r-179,0xm110,-278r-48,-50r28,0r38,50r-18,0","w":213},"\u00cd":{"d":"28,0r0,-257r24,0r0,257r-24,0xm85,-328r-48,50r-18,0r38,-50r28,0","w":79},"\u00ce":{"d":"28,0r0,-257r24,0r0,257r-24,0xm53,-328r41,50r-24,0r-31,-36r-31,36r-21,0r41,-50r25,0","w":79},"\u00cf":{"d":"28,0r0,-257r24,0r0,257r-24,0xm84,-284r-24,0r0,-36r24,0r0,36xm21,-284r-25,0r0,-36r25,0r0,36","w":79},"\u00cc":{"d":"28,0r0,-257r24,0r0,257r-24,0xm43,-278r-47,-50r28,0r38,50r-19,0","w":79},"\u00d1":{"d":"26,0r0,-257r27,0r150,217r0,-217r25,0r0,257r-27,0r-151,-217r0,217r-24,0xm102,-319v25,1,58,34,68,-2r13,0v-3,17,-12,34,-31,34v-19,0,-35,-16,-49,-16v-11,0,-19,6,-19,18r-14,0v2,-17,13,-34,32,-34","w":253},"\u00d3":{"d":"12,-129v0,-70,41,-133,122,-133v81,0,121,63,121,133v0,70,-40,134,-121,134v-81,0,-122,-64,-122,-134xm134,-242v-132,1,-130,226,0,227v130,-1,130,-226,0,-227xm178,-328r-48,50r-18,0r38,-50r28,0","w":266},"\u00d4":{"d":"12,-129v0,-70,41,-133,122,-133v81,0,121,63,121,133v0,70,-40,134,-121,134v-81,0,-122,-64,-122,-134xm134,-242v-132,1,-130,226,0,227v130,-1,130,-226,0,-227xm146,-328r41,50r-24,0r-31,-36r-31,36r-21,0r41,-50r25,0","w":266},"\u00d6":{"d":"12,-129v0,-70,41,-133,122,-133v81,0,121,63,121,133v0,70,-40,134,-121,134v-81,0,-122,-64,-122,-134xm134,-242v-132,1,-130,226,0,227v130,-1,130,-226,0,-227xm177,-284r-24,0r0,-36r24,0r0,36xm114,-284r-25,0r0,-36r25,0r0,36","w":266},"\u00d2":{"d":"12,-129v0,-70,41,-133,122,-133v81,0,121,63,121,133v0,70,-40,134,-121,134v-81,0,-122,-64,-122,-134xm134,-242v-132,1,-130,226,0,227v130,-1,130,-226,0,-227xm136,-278r-47,-50r28,0r38,50r-19,0","w":266},"\u00d5":{"d":"12,-129v0,-70,41,-133,122,-133v81,0,121,63,121,133v0,70,-40,134,-121,134v-81,0,-122,-64,-122,-134xm134,-242v-132,1,-130,226,0,227v130,-1,130,-226,0,-227xm109,-319v25,1,57,34,67,-2r14,0v-3,17,-13,34,-32,34v-18,0,-34,-16,-48,-16v-11,0,-19,6,-19,18r-14,0v2,-17,13,-34,32,-34","w":266},"\u0160":{"d":"13,-85r24,0v-1,53,37,70,84,70v27,0,68,-16,68,-53v0,-83,-167,-24,-168,-122v0,-25,17,-72,89,-72v51,0,95,26,95,79r-25,0v2,-72,-134,-84,-134,-7v0,47,64,42,101,54v35,12,67,26,67,68v0,18,-7,73,-98,73v-61,0,-106,-27,-103,-90xm101,-278r-41,-50r24,0r30,36r32,-36r21,0r-41,50r-25,0","w":226},"\u00da":{"d":"123,5v-136,0,-93,-142,-100,-262r25,0r0,159v0,60,28,83,75,83v48,0,76,-23,76,-83r0,-159r24,0v-7,120,37,262,-100,262xm168,-328r-48,50r-18,0r38,-50r28,0","w":246},"\u00db":{"d":"123,5v-136,0,-93,-142,-100,-262r25,0r0,159v0,60,28,83,75,83v48,0,76,-23,76,-83r0,-159r24,0v-7,120,37,262,-100,262xm136,-328r41,50r-24,0r-31,-36r-31,36r-21,0r41,-50r25,0","w":246},"\u00dc":{"d":"123,5v-136,0,-93,-142,-100,-262r25,0r0,159v0,60,28,83,75,83v48,0,76,-23,76,-83r0,-159r24,0v-7,120,37,262,-100,262xm167,-284r-24,0r0,-36r24,0r0,36xm104,-284r-25,0r0,-36r25,0r0,36","w":246},"\u00d9":{"d":"123,5v-136,0,-93,-142,-100,-262r25,0r0,159v0,60,28,83,75,83v48,0,76,-23,76,-83r0,-159r24,0v-7,120,37,262,-100,262xm126,-278r-47,-50r28,0r38,50r-19,0","w":246},"\u00dd":{"d":"98,0r0,-106r-102,-151r30,0r84,130r84,-130r30,0r-102,151r0,106r-24,0xm154,-328r-47,50r-18,0r37,-50r28,0","w":219,"k":{"v":20,"A":27,"\u00c6":27,"\u00c1":27,"\u00c2":27,"\u00c4":27,"\u00c0":27,"\u00c5":27,"\u00c3":27,",":44,".":36,"e":33,"\u00e9":33,"\u00ea":33,"\u00eb":33,"\u00e8":33,"o":33,"\u00f8":33,"\u0153":33,"\u00f3":33,"\u00f4":33,"\u00f6":33,"\u00f2":33,"\u00f5":33,"q":33,"-":40,"a":33,"\u00e6":33,"\u00e1":33,"\u00e2":33,"\u00e4":33,"\u00e0":33,"\u00e5":33,"\u00e3":33,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"u":27,"\u00fa":27,"\u00fb":27,"\u00fc":27,"\u00f9":27,":":33,";":33,"p":27}},"\u0178":{"d":"98,0r0,-106r-102,-151r30,0r84,130r84,-130r30,0r-102,151r0,106r-24,0xm154,-284r-24,0r0,-36r24,0r0,36xm90,-284r-24,0r0,-36r24,0r0,36","w":219,"k":{"v":20,"A":27,"\u00c6":27,"\u00c1":27,"\u00c2":27,"\u00c4":27,"\u00c0":27,"\u00c5":27,"\u00c3":27,",":44,".":36,"e":33,"\u00e9":33,"\u00ea":33,"\u00eb":33,"\u00e8":33,"o":33,"\u00f8":33,"\u0153":33,"\u00f3":33,"\u00f4":33,"\u00f6":33,"\u00f2":33,"\u00f5":33,"q":33,"-":40,"a":33,"\u00e6":33,"\u00e1":33,"\u00e2":33,"\u00e4":33,"\u00e0":33,"\u00e5":33,"\u00e3":33,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"u":27,"\u00fa":27,"\u00fb":27,"\u00fc":27,"\u00f9":27,":":33,";":33,"p":27}},"\u017d":{"d":"13,-236r0,-21r185,0r0,22r-169,214r173,0r0,21r-200,0r0,-22r169,-214r-158,0xm91,-278r-41,-50r23,0r31,36r32,-36r21,0r-41,50r-25,0","w":206},"\u00e1":{"d":"140,-102v-30,22,-106,6,-106,52v0,23,21,36,42,36v46,0,71,-34,64,-88xm42,-129r-23,0v2,-44,34,-62,76,-62v33,0,68,10,68,60r0,98v-1,12,11,17,21,12r0,20v-28,6,-44,-8,-43,-31v-20,51,-130,53,-129,-17v0,-52,50,-54,99,-60v19,-2,29,-4,29,-25v0,-31,-21,-38,-48,-38v-28,0,-49,13,-50,43xm138,-262r-48,50r-18,0r38,-50r28,0","w":186},"\u00e2":{"d":"140,-102v-30,22,-106,6,-106,52v0,23,21,36,42,36v46,0,71,-34,64,-88xm42,-129r-23,0v2,-44,34,-62,76,-62v33,0,68,10,68,60r0,98v-1,12,11,17,21,12r0,20v-28,6,-44,-8,-43,-31v-20,51,-130,53,-129,-17v0,-52,50,-54,99,-60v19,-2,29,-4,29,-25v0,-31,-21,-38,-48,-38v-28,0,-49,13,-50,43xm106,-262r41,50r-24,0r-30,-36r-32,36r-21,0r41,-50r25,0","w":186},"\u00e4":{"d":"140,-102v-30,22,-106,6,-106,52v0,23,21,36,42,36v46,0,71,-34,64,-88xm42,-129r-23,0v2,-44,34,-62,76,-62v33,0,68,10,68,60r0,98v-1,12,11,17,21,12r0,20v-28,6,-44,-8,-43,-31v-20,51,-130,53,-129,-17v0,-52,50,-54,99,-60v19,-2,29,-4,29,-25v0,-31,-21,-38,-48,-38v-28,0,-49,13,-50,43xm138,-218r-25,0r0,-36r25,0r0,36xm74,-218r-25,0r0,-36r25,0r0,36","w":186},"\u00e0":{"d":"140,-102v-30,22,-106,6,-106,52v0,23,21,36,42,36v46,0,71,-34,64,-88xm42,-129r-23,0v2,-44,34,-62,76,-62v33,0,68,10,68,60r0,98v-1,12,11,17,21,12r0,20v-28,6,-44,-8,-43,-31v-20,51,-130,53,-129,-17v0,-52,50,-54,99,-60v19,-2,29,-4,29,-25v0,-31,-21,-38,-48,-38v-28,0,-49,13,-50,43xm96,-212r-47,-50r28,0r38,50r-19,0","w":186},"\u00e5":{"d":"140,-102v-30,22,-106,6,-106,52v0,23,21,36,42,36v46,0,71,-34,64,-88xm42,-129r-23,0v2,-44,34,-62,76,-62v33,0,68,10,68,60r0,98v-1,12,11,17,21,12r0,20v-28,6,-44,-8,-43,-31v-20,51,-130,53,-129,-17v0,-52,50,-54,99,-60v19,-2,29,-4,29,-25v0,-31,-21,-38,-48,-38v-28,0,-49,13,-50,43xm55,-244v0,-21,18,-38,39,-38v21,0,38,17,38,38v0,21,-17,39,-38,39v-21,0,-39,-18,-39,-39xm69,-244v0,14,11,25,25,25v14,0,24,-11,24,-25v0,-14,-10,-24,-24,-24v-14,0,-25,10,-25,24","w":186},"\u00e3":{"d":"140,-102v-30,22,-106,6,-106,52v0,23,21,36,42,36v46,0,71,-34,64,-88xm42,-129r-23,0v2,-44,34,-62,76,-62v33,0,68,10,68,60r0,98v-1,12,11,17,21,12r0,20v-28,6,-44,-8,-43,-31v-20,51,-130,53,-129,-17v0,-52,50,-54,99,-60v19,-2,29,-4,29,-25v0,-31,-21,-38,-48,-38v-28,0,-49,13,-50,43xm69,-253v0,0,57,33,67,-2r14,0v-3,17,-13,34,-32,34v-18,1,-34,-15,-48,-16v-11,0,-19,6,-19,18r-14,0v2,-17,13,-34,32,-34","w":186},"\u00e7":{"d":"154,-67r23,0v-6,44,-34,71,-75,72r-12,16v17,-3,41,0,41,22v0,35,-47,36,-73,24r5,-12v13,5,48,11,48,-10v0,-24,-34,-5,-40,-17r18,-23v-50,-5,-77,-48,-77,-98v0,-53,31,-98,88,-98v40,0,70,22,75,64r-22,0v-6,-28,-23,-45,-53,-45v-44,0,-65,39,-65,79v0,40,21,79,65,79v28,0,51,-22,54,-53","w":186},"\u00e9":{"d":"178,-87r-143,0v0,33,17,73,61,73v33,0,51,-19,58,-47r23,0v-10,42,-34,66,-81,66v-59,0,-84,-45,-84,-98v0,-49,25,-98,84,-98v60,0,84,52,82,104xm35,-106r120,0v-1,-34,-22,-66,-59,-66v-37,0,-57,32,-61,66xm138,-262r-48,50r-18,0r38,-50r28,0","w":186},"\u00ea":{"d":"178,-87r-143,0v0,33,17,73,61,73v33,0,51,-19,58,-47r23,0v-10,42,-34,66,-81,66v-59,0,-84,-45,-84,-98v0,-49,25,-98,84,-98v60,0,84,52,82,104xm35,-106r120,0v-1,-34,-22,-66,-59,-66v-37,0,-57,32,-61,66xm106,-262r41,50r-24,0r-30,-36r-32,36r-21,0r41,-50r25,0","w":186},"\u00eb":{"d":"178,-87r-143,0v0,33,17,73,61,73v33,0,51,-19,58,-47r23,0v-10,42,-34,66,-81,66v-59,0,-84,-45,-84,-98v0,-49,25,-98,84,-98v60,0,84,52,82,104xm35,-106r120,0v-1,-34,-22,-66,-59,-66v-37,0,-57,32,-61,66xm138,-218r-25,0r0,-36r25,0r0,36xm74,-218r-25,0r0,-36r25,0r0,36","w":186},"\u00e8":{"d":"178,-87r-143,0v0,33,17,73,61,73v33,0,51,-19,58,-47r23,0v-10,42,-34,66,-81,66v-59,0,-84,-45,-84,-98v0,-49,25,-98,84,-98v60,0,84,52,82,104xm35,-106r120,0v-1,-34,-22,-66,-59,-66v-37,0,-57,32,-61,66xm96,-212r-47,-50r28,0r38,50r-19,0","w":186},"\u00ed":{"d":"45,0r-23,0r0,-186r23,0r0,186xm78,-262r-48,50r-18,0r38,-50r28,0","w":66},"\u00ee":{"d":"45,0r-23,0r0,-186r23,0r0,186xm46,-262r41,50r-24,0r-31,-36r-31,36r-21,0r41,-50r25,0","w":66},"\u00ef":{"d":"45,0r-23,0r0,-186r23,0r0,186xm77,-218r-24,0r0,-36r24,0r0,36xm14,-218r-25,0r0,-36r25,0r0,36","w":66},"\u00ec":{"d":"45,0r-23,0r0,-186r23,0r0,186xm36,-212r-47,-50r28,0r38,50r-19,0","w":66},"\u00f1":{"d":"21,0r0,-186r23,0v1,10,-2,24,1,32v8,-22,33,-37,59,-37v98,0,61,108,68,191r-23,0v-8,-67,28,-171,-47,-172v-75,-1,-56,99,-58,172r-23,0xm72,-253v26,0,58,33,67,-2r14,0v-3,17,-12,34,-31,34v-18,1,-34,-15,-49,-16v-11,0,-19,6,-19,18r-14,0v2,-17,13,-34,32,-34","w":193},"\u00f3":{"d":"100,-191v57,0,88,45,88,98v0,53,-31,98,-88,98v-57,0,-88,-45,-88,-98v0,-53,31,-98,88,-98xm100,-172v-44,0,-65,39,-65,79v0,40,21,79,65,79v44,0,65,-39,65,-79v0,-40,-21,-79,-65,-79xm145,-262r-48,50r-18,0r38,-50r28,0"},"\u00f4":{"d":"100,-191v57,0,88,45,88,98v0,53,-31,98,-88,98v-57,0,-88,-45,-88,-98v0,-53,31,-98,88,-98xm100,-172v-44,0,-65,39,-65,79v0,40,21,79,65,79v44,0,65,-39,65,-79v0,-40,-21,-79,-65,-79xm113,-262r41,50r-24,0r-31,-36r-31,36r-21,0r41,-50r25,0"},"\u00f6":{"d":"100,-191v57,0,88,45,88,98v0,53,-31,98,-88,98v-57,0,-88,-45,-88,-98v0,-53,31,-98,88,-98xm100,-172v-44,0,-65,39,-65,79v0,40,21,79,65,79v44,0,65,-39,65,-79v0,-40,-21,-79,-65,-79xm144,-218r-24,0r0,-36r24,0r0,36xm81,-218r-25,0r0,-36r25,0r0,36"},"\u00f2":{"d":"100,-191v57,0,88,45,88,98v0,53,-31,98,-88,98v-57,0,-88,-45,-88,-98v0,-53,31,-98,88,-98xm100,-172v-44,0,-65,39,-65,79v0,40,21,79,65,79v44,0,65,-39,65,-79v0,-40,-21,-79,-65,-79xm103,-212r-47,-50r28,0r38,50r-19,0"},"\u00f5":{"d":"100,-191v57,0,88,45,88,98v0,53,-31,98,-88,98v-57,0,-88,-45,-88,-98v0,-53,31,-98,88,-98xm100,-172v-44,0,-65,39,-65,79v0,40,21,79,65,79v44,0,65,-39,65,-79v0,-40,-21,-79,-65,-79xm76,-253v0,0,57,33,67,-2r14,0v-3,17,-13,34,-32,34v-18,1,-34,-15,-48,-16v-11,0,-19,6,-19,18r-14,0v2,-17,13,-34,32,-34"},"\u0161":{"d":"156,-131r-23,0v-1,-28,-23,-41,-49,-41v-20,0,-44,8,-44,32v15,55,123,17,122,90v0,40,-40,55,-75,55v-43,0,-72,-20,-76,-65r23,0v2,31,25,46,55,46v21,0,50,-9,50,-35v0,-58,-121,-20,-121,-90v0,-38,36,-52,69,-52v37,0,68,20,69,60xm74,-212r-41,-50r24,0r30,36r32,-36r21,0r-41,50r-25,0","w":173},"\u00fa":{"d":"172,-186r0,186r-21,0v-1,-10,2,-25,-1,-33v-24,60,-129,48,-129,-32r0,-121r23,0v8,67,-28,174,50,172v72,-3,52,-100,55,-172r23,0xm141,-262r-47,50r-19,0r38,-50r28,0","w":193},"\u00fb":{"d":"172,-186r0,186r-21,0v-1,-10,2,-25,-1,-33v-24,60,-129,48,-129,-32r0,-121r23,0v8,67,-28,174,50,172v72,-3,52,-100,55,-172r23,0xm109,-262r41,50r-23,0r-31,-36r-32,36r-21,0r41,-50r25,0","w":193},"\u00fc":{"d":"172,-186r0,186r-21,0v-1,-10,2,-25,-1,-33v-24,60,-129,48,-129,-32r0,-121r23,0v8,67,-28,174,50,172v72,-3,52,-100,55,-172r23,0xm141,-218r-25,0r0,-36r25,0r0,36xm77,-218r-24,0r0,-36r24,0r0,36","w":193},"\u00f9":{"d":"172,-186r0,186r-21,0v-1,-10,2,-25,-1,-33v-24,60,-129,48,-129,-32r0,-121r23,0v8,67,-28,174,50,172v72,-3,52,-100,55,-172r23,0xm100,-212r-48,-50r28,0r38,50r-18,0","w":193},"\u00fd":{"d":"75,-1r-74,-185r24,0r61,159r57,-159r23,0r-81,214v-13,37,-29,45,-66,39r0,-19v37,12,47,-21,56,-49xm128,-262r-48,50r-18,0r38,-50r28,0","w":166,"k":{",":33,".":33}},"\u00ff":{"d":"75,-1r-74,-185r24,0r61,159r57,-159r23,0r-81,214v-13,37,-29,45,-66,39r0,-19v37,12,47,-21,56,-49xm127,-218r-24,0r0,-36r24,0r0,36xm64,-218r-25,0r0,-36r25,0r0,36","w":166,"k":{",":33,".":33}},"\u017e":{"d":"156,-170r-123,151r128,0r0,19r-156,0r0,-18r122,-149r-113,0r0,-19r142,0r0,16xm71,-212r-41,-50r23,0r31,36r32,-36r21,0r-41,50r-25,0","w":166},"\u00a0":{"w":100},"\u00ad":{"d":"112,-89r-90,0r0,-20r90,0r0,20","w":133}}});


//Cufon - Proxima Nova

Cufon.registerFont({"w":82,"face":{"font-family":"Proxima Nova Rg","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 6 3 0 0 2 0 4","ascent":"284","descent":"-76","x-height":"4","bbox":"-35 -276 313 72.2517","underline-thickness":"7.2","underline-position":"-40.68","stemh":"8","stemv":"31","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":93},"!":{"d":"53,-67r-23,0r-6,-173r34,0xm41,4v-11,0,-19,-10,-19,-20v0,-11,8,-20,19,-20v11,0,20,9,20,20v0,10,-9,20,-20,20"},"\"":{"d":"42,-148r-13,0v4,-14,-29,-99,7,-96v9,0,16,8,16,17v0,5,-10,79,-10,79xm95,-148r-14,0v4,-14,-27,-96,7,-96v9,0,16,8,16,17v0,5,-9,79,-9,79","w":123,"k":{"A":37,"C":1,"G":1,"O":1,"Q":1,"s":11,"J":33,",":27,".":27,"\u2026":27}},"#":{"d":"108,0r-22,0r22,-65r-40,0r-22,65r-22,0r22,-65r-38,0r6,-19r39,0r23,-72r-39,0r6,-19r40,0r21,-65r23,0r-22,65r40,0r21,-65r22,0r-22,65r39,0r-6,19r-39,0r-24,72r40,0r-6,19r-40,0xm114,-84r24,-72r-39,0r-24,72r39,0","w":212},"$":{"d":"98,36r0,-32v-36,-2,-65,-17,-83,-38r18,-23v14,16,37,31,65,34r0,-88v-37,-10,-75,-22,-75,-66v0,-37,32,-64,75,-67r0,-32r22,0r0,33v30,3,53,15,71,33r-18,22v-14,-16,-33,-25,-53,-28r0,78v37,10,76,25,76,72v0,32,-20,66,-76,70r0,32r-22,0xm165,-64v0,-23,-20,-33,-45,-41r0,82v34,-4,45,-24,45,-41xm54,-179v0,20,20,29,44,36r0,-74v-26,2,-44,17,-44,38","w":213},"%":{"d":"69,-125v-34,0,-58,-26,-58,-59v0,-34,24,-60,58,-60v35,0,58,26,58,60v0,33,-23,59,-58,59xm66,0r-20,0r153,-240r21,0xm194,4v-34,0,-58,-26,-58,-59v0,-33,24,-59,58,-59v34,0,58,26,58,59v0,33,-24,59,-58,59xm69,-144v22,0,36,-17,36,-40v0,-24,-14,-41,-36,-41v-21,0,-36,17,-36,41v0,23,15,40,36,40xm194,-14v22,0,37,-18,37,-41v0,-23,-15,-41,-37,-41v-22,0,-36,18,-36,41v0,23,14,41,36,41","w":263},"&":{"d":"221,0r-38,0v-7,-6,-16,-15,-26,-25v-38,46,-146,38,-144,-38v0,-37,25,-56,53,-71v-33,-44,-18,-110,42,-110v31,0,54,17,54,47v0,36,-30,52,-61,68v20,26,37,45,57,66v13,-20,22,-42,26,-55r23,11v-8,19,-19,42,-33,62v14,15,29,29,47,45xm141,-42v-28,-29,-42,-44,-63,-74v-20,12,-36,27,-36,52v1,55,73,57,99,22xm109,-223v-38,1,-40,50,-19,77v26,-13,48,-25,48,-49v0,-18,-13,-28,-29,-28","w":231,"k":{"T":27,"Y":33,"V":18,"W":17}},"\u2019":{"d":"41,-244v38,0,20,70,-7,82r-13,-11v12,-8,22,-22,23,-34v-11,4,-22,-5,-22,-17v0,-10,8,-20,19,-20","k":{"A":37,"C":1,"G":1,"O":1,"Q":1,"s":11,"J":33,",":27,".":27,"\u2026":27}},"(":{"d":"83,59r-16,13v-67,-89,-67,-230,0,-319r16,13v-49,81,-50,213,0,293","w":89,"k":{"j":-40}},")":{"d":"6,59r17,13v66,-89,66,-230,0,-319r-17,13v49,81,50,213,0,293","w":89},"*":{"d":"69,-140r-16,0r2,-41r-35,22r-8,-14r37,-19r-37,-19r8,-14r35,23r-2,-42r16,0r-2,42r35,-23r8,14r-37,19r37,19r-8,14r-35,-22","w":122,"k":{"A":36,"J":42}},"+":{"d":"169,-112r-69,0r0,77r-20,0r0,-77r-70,0r0,-19r70,0r0,-74r20,0r0,74r69,0r0,19","w":179},",":{"d":"41,-36v39,0,19,69,-7,82r-13,-11v12,-8,22,-22,23,-34v-12,4,-22,-6,-22,-18v0,-10,8,-19,19,-19","k":{"c":3,"d":3,"e":3,"g":3,"o":3,"q":3,"Y":32,"T":33,"V":31,"W":24,"U":11,"f":8,"t":8,"v":24,"w":16,"y":21,"1":28,"0":11,"6":11,"7":24,"\"":27,"\u2019":27,"\u2018":27,"'":27,"\u201c":27,"\u201d":27,"\u2122":27,"j":-14}},"-":{"d":"97,-75r-86,0r0,-24r86,0r0,24","w":108,"k":{"Y":39,"V":19,"W":12,"X":15}},".":{"d":"41,4v-11,0,-19,-9,-19,-20v0,-11,8,-20,19,-20v11,0,20,9,20,20v0,11,-9,20,-20,20","w":83,"k":{"c":3,"d":3,"e":3,"g":3,"o":3,"q":3,"Y":32,"T":33,"V":31,"W":24,"U":11,"f":8,"t":8,"v":24,"w":16,"y":21,"1":28,"0":11,"6":11,"7":24,"\"":27,"\u2019":27,"\u2018":27,"'":27,"\u201c":27,"\u201d":27,"\u2122":27,"j":-14}},"\/":{"d":"21,7r-21,0r85,-254r22,0","w":106},"0":{"d":"110,4v-66,0,-92,-66,-92,-124v0,-59,26,-124,92,-124v66,0,92,65,92,124v0,58,-26,124,-92,124xm110,-22v84,-1,84,-194,0,-195v-85,1,-83,194,0,195","w":220,"k":{",":11,".":11,"\u2026":11}},"1":{"d":"94,0r-30,0r0,-201r-38,41r-18,-18r60,-62r26,0r0,240","w":122},"2":{"d":"184,0r-165,0r0,-24v86,-68,134,-108,134,-149v0,-63,-94,-49,-116,-14r-18,-19v38,-55,163,-55,164,33v0,49,-49,93,-116,146r117,0r0,27","w":211},"3":{"d":"96,4v-41,0,-71,-17,-86,-39r18,-19v21,41,123,46,123,-13v0,-38,-44,-47,-84,-42r0,-28v36,4,82,-3,80,-39v-4,-55,-91,-50,-117,-12r-16,-19v30,-52,163,-51,163,27v0,35,-29,52,-51,56v22,2,55,20,55,59v0,40,-32,69,-85,69","w":200},"4":{"d":"156,0r-30,0r0,-61r-114,0r0,-25r102,-154r42,0r0,153r33,0r0,26r-33,0r0,61xm126,-87r0,-125r-85,125r85,0","w":200},"5":{"d":"194,-75v0,89,-134,101,-170,41r18,-20v26,46,122,42,122,-20v0,-58,-79,-66,-111,-29r-22,-8r0,-129r147,0r0,27r-117,0r0,83v41,-42,133,-22,133,55","w":212},"6":{"d":"111,4v-67,0,-93,-58,-93,-124v0,-65,30,-124,98,-124v31,0,52,12,67,29r-16,22v-12,-14,-26,-24,-51,-24v-50,1,-69,51,-67,104v10,-17,37,-38,68,-38v43,0,78,26,78,77v0,41,-32,78,-84,78xm110,-22v37,0,55,-28,55,-51v0,-68,-93,-64,-115,-16v3,30,18,67,60,67","w":212},"7":{"d":"77,0r-33,0r96,-213r-129,0r0,-27r164,0r0,20","w":185,"k":{",":35,".":35,"\u2026":35}},"8":{"d":"105,4v-48,0,-86,-24,-86,-65v0,-32,27,-54,57,-63v-28,-8,-53,-26,-53,-57v1,-85,163,-84,164,0v0,31,-25,49,-53,57v30,9,57,31,57,63v0,41,-39,65,-86,65xm105,-136v15,-3,52,-12,52,-41v0,-25,-23,-40,-52,-40v-29,0,-52,15,-52,40v0,29,38,38,52,41xm105,-22v30,0,56,-16,56,-42v0,-31,-41,-45,-56,-47v-15,2,-56,16,-56,47v0,26,26,42,56,42","w":209},"9":{"d":"97,4v-31,0,-52,-12,-67,-29r15,-22v12,14,27,24,52,24v51,0,72,-53,67,-103v-10,17,-37,37,-68,37v-43,0,-78,-26,-78,-77v0,-41,31,-78,84,-78v67,0,93,58,93,124v0,65,-31,124,-98,124xm48,-167v0,68,93,64,115,16v-3,-30,-18,-66,-60,-66v-37,0,-55,27,-55,50","w":212,"k":{",":11,".":11,"\u2026":11}},":":{"d":"41,-137v-11,0,-19,-10,-19,-20v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,10,-9,20,-20,20xm41,4v-11,0,-19,-9,-19,-20v0,-11,8,-20,19,-20v11,0,20,9,20,20v0,11,-9,20,-20,20","w":81,"k":{"T":18,"Y":21}},";":{"d":"41,-137v-11,0,-19,-10,-19,-20v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,10,-9,20,-20,20xm41,-37v38,0,20,70,-7,82r-13,-11v12,-8,22,-22,23,-34v-11,4,-22,-4,-22,-17v0,-10,8,-20,19,-20","k":{"T":18,"Y":21}},"<":{"d":"169,-32r-159,-79r0,-19r159,-79r0,23r-136,66r136,65r0,23","w":179},"=":{"d":"169,-145r-159,0r0,-20r159,0r0,20xm169,-76r-159,0r0,-19r159,0r0,19","w":179},">":{"d":"169,-111r-159,79r0,-23r136,-65r-136,-66r0,-23r159,79r0,19","w":179},"?":{"d":"73,-67v-10,-8,-14,-18,-14,-29v0,-46,65,-50,65,-88v0,-18,-14,-33,-42,-33v-27,0,-45,11,-58,29r-18,-19v26,-52,149,-49,149,19v0,61,-97,63,-60,112xm81,4v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,19,9,19,20v0,11,-8,20,-19,20","w":166},"@":{"d":"202,3v-76,53,-189,4,-189,-91v0,-78,68,-142,143,-142v68,0,113,51,113,114v0,56,-32,85,-62,85v-21,-1,-33,-14,-33,-31v-27,46,-112,40,-112,-27v0,-71,95,-125,130,-63r5,-22r24,0r-21,105v0,12,8,19,17,19v14,0,39,-16,39,-66v0,-59,-41,-101,-102,-101v-70,0,-129,61,-129,128v0,86,103,130,170,82xm124,-51v24,0,43,-17,53,-32r11,-50v-24,-55,-101,-11,-101,42v0,23,14,40,37,40","w":281},"A":{"d":"234,0r-35,0r-21,-54r-119,0r-22,54r-34,0r97,-240r37,0xm170,-80r-52,-130r-50,130r102,0","w":236},"B":{"d":"138,0r-110,0r0,-240r107,0v78,-8,86,105,25,116v26,4,47,30,47,59v0,39,-25,65,-69,65xm58,-136v48,0,113,10,113,-39v0,-49,-66,-37,-113,-38r0,77xm58,-27v50,-2,118,13,118,-41v0,-22,-15,-41,-44,-41r-74,0r0,82","w":226,"k":{"T":6,"V":5,"W":4,"Y":11,"\"":4,"\u2019":4,"\u2018":4,"'":4,"\u201c":4,"\u201d":4,"\u2122":4}},"C":{"d":"233,-44v-55,89,-215,44,-215,-76v0,-119,160,-165,215,-77r-25,14v-45,-67,-159,-28,-159,63v0,90,113,131,159,63","w":243,"k":{"V":1,"W":1,"Y":6,"?":1,"A":1}},"D":{"d":"110,0r-82,0r0,-240r82,0v75,0,123,52,123,120v0,68,-48,120,-123,120xm58,-27v84,10,144,-22,144,-93v0,-71,-59,-104,-144,-93r0,186","w":252,"k":{"J":7,"T":10,"V":7,"W":7,"Y":14,"?":6,"\"":4,"\u2019":4,"\u2018":4,"'":4,"\u201c":4,"\u201d":4,"\u2122":4,"A":13,"X":11,"Z":6,",":10,".":10,"\u2026":10}},"E":{"d":"185,0r-157,0r0,-240r157,0r0,27r-127,0r0,77r125,0r0,27r-125,0r0,82r127,0r0,27","w":204},"F":{"d":"58,0r-30,0r0,-240r157,0r0,27r-127,0r0,77r125,0r0,27r-125,0r0,109","w":198,"k":{"A":13,"J":21,"&":2,",":18,".":18,"\u2026":18}},"G":{"d":"236,-37v-65,80,-218,37,-218,-83v0,-120,158,-163,217,-79r-24,15v-47,-63,-162,-29,-162,64v0,88,107,126,158,72r0,-49r-83,0r0,-26r112,0r0,86","w":256,"k":{"T":1,"A":1,"X":1,"V":2,"W":1,"Y":3,"?":2}},"H":{"d":"228,0r-30,0r0,-110r-140,0r0,110r-30,0r0,-240r30,0r0,103r140,0r0,-103r30,0r0,240","w":256},"I":{"d":"58,0r-30,0r0,-240r30,0r0,240","w":86},"J":{"d":"143,-72v4,82,-96,97,-139,49r16,-23v21,38,93,29,93,-27r0,-167r30,0r0,168","w":171,"k":{"A":9,"J":4}},"K":{"d":"211,0r-38,0r-91,-108r-24,27r0,81r-30,0r0,-240r30,0r0,124r106,-124r38,0r-100,114","w":216,"k":{"Y":8,"C":19,"G":19,"O":19,"Q":19,"a":6,"c":12,"d":12,"e":12,"g":12,"o":12,"q":12,"f":9,"t":14,"u":7,"v":22,"w":14,"x":9,"y":22,"-":18,"\u2013":18,"\u2014":18}},"L":{"d":"166,0r-142,0r0,-240r30,0r0,213r112,0r0,27","w":177,"k":{"T":36,"&":3,"V":32,"W":24,"Y":44,"?":41,"\"":44,"\u2019":44,"\u2018":44,"'":44,"\u201c":44,"\u201d":44,"\u2122":44,"C":12,"G":12,"O":12,"Q":12,"a":5,"c":8,"d":8,"e":8,"g":8,"o":8,"q":8,"t":12,"u":5,"v":21,"w":13,"y":21,"U":10,"*":63}},"M":{"d":"263,0r-30,0r0,-202r-81,202r-12,0r-82,-202r0,202r-30,0r0,-240r43,0r75,185r74,-185r43,0r0,240","w":291},"N":{"d":"227,0r-29,0r-140,-192r0,192r-30,0r0,-240r31,0r138,187r0,-187r30,0r0,240","w":254},"O":{"d":"138,4v-71,0,-120,-53,-120,-124v0,-71,49,-124,120,-124v71,0,119,53,119,124v0,71,-48,124,-119,124xm138,-22v54,0,88,-42,88,-98v0,-56,-34,-97,-88,-97v-54,0,-89,41,-89,97v0,56,35,98,89,98","w":275,"k":{"J":7,"T":10,"V":7,"W":7,"Y":14,"?":6,"\"":4,"\u2019":4,"\u2018":4,"'":4,"\u201c":4,"\u201d":4,"\u2122":4,"A":13,"X":11,"Z":6,",":10,".":10,"\u2026":10}},"P":{"d":"58,0r-30,0r0,-240r97,0v48,0,75,33,75,72v0,39,-27,73,-75,73r-67,0r0,95xm58,-122v52,1,111,6,111,-46v0,-51,-59,-46,-111,-45r0,91","w":211,"k":{"Y":1,"A":28,"J":39,"X":3,"&":9,",":34,".":34,"\u2026":34,"a":7,"c":5,"d":5,"e":5,"g":5,"o":5,"q":5,"-":12,"\u2013":12,"\u2014":12}},"Q":{"d":"203,-14v-80,50,-185,-10,-185,-106v0,-71,49,-124,120,-124v110,0,155,143,86,213r23,24r-21,18xm49,-120v0,74,72,122,134,85r-34,-37r21,-17r34,36v46,-55,16,-164,-66,-164v-54,0,-89,41,-89,97","w":275,"k":{"J":7,"T":10,"V":7,"W":7,"Y":14,"?":6,"\"":4,"\u2019":4,"\u2018":4,"'":4,"\u201c":4,"\u201d":4,"\u2122":4,"A":13,"X":11,"Z":6,",":10,".":10,"\u2026":10}},"R":{"d":"202,0r-35,0r-61,-95r-48,0r0,95r-30,0r0,-240r97,0v44,0,75,28,75,72v0,43,-29,67,-62,70xm58,-122v52,1,111,6,111,-46v0,-51,-59,-46,-111,-45r0,91","w":219,"k":{"T":4,"V":4,"Y":6,"\"":1,"\u2019":1,"\u2018":1,"'":1,"\u201c":1,"\u201d":1,"\u2122":1,"&":1,"a":7,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"s":2}},"S":{"d":"106,4v-41,0,-72,-16,-92,-38r18,-23v15,18,41,35,75,35v43,0,56,-23,56,-42v0,-62,-142,-27,-142,-113v0,-77,131,-85,168,-33r-18,22v-18,-20,-43,-29,-69,-29v-28,0,-50,15,-50,38v0,54,142,23,142,113v0,35,-23,70,-88,70","w":210,"k":{"T":2,"Y":4,"A":4,"t":6,"v":2,"w":1,"x":5,"y":2}},"T":{"d":"117,0r-30,0r0,-213r-75,0r0,-27r182,0r0,27r-77,0r0,213","w":205,"k":{"C":10,"G":10,"O":10,"Q":10,"A":24,"J":30,"&":21,",":33,".":33,"\u2026":33,"a":34,"c":41,"d":41,"e":41,"g":41,"o":41,"q":41,"-":22,"\u2013":22,"\u2014":22,"s":33,"v":20,"w":20,"x":24,"y":20,"S":1,":":18,";":18,"f":11,"m":31,"n":31,"p":31,"r":31,"z":31,"u":31}},"U":{"d":"126,4v-65,0,-98,-38,-98,-97r0,-147r30,0v6,89,-29,218,68,218v97,0,62,-129,68,-218r30,0r0,146v0,60,-33,98,-98,98","w":252,"k":{"A":9,"J":4}},"V":{"d":"137,0r-37,0r-97,-240r34,0r81,207r81,-207r35,0","w":236,"k":{",":32,".":32,"\u2026":32,"A":19,"C":7,"G":7,"O":7,"Q":7,"J":33,"&":10,"a":23,"c":22,"d":22,"e":22,"g":22,"o":22,"q":22,"f":8,"m":15,"n":15,"p":15,"r":15,"z":15,"s":14,"t":5,"u":15,"v":5,"w":2,"x":8,"y":2,"-":19,"\u2013":19,"\u2014":19}},"W":{"d":"244,0r-32,0r-53,-194r-53,194r-33,0r-68,-240r33,0r53,200r56,-200r24,0r55,200r53,-200r34,0","w":317,"k":{",":24,".":24,"\u2026":24,"A":17,"C":7,"G":7,"O":7,"Q":7,"J":14,"&":7,"a":14,"c":14,"d":14,"e":14,"g":14,"o":14,"q":14,"f":5,"m":11,"n":11,"p":11,"r":11,"z":11,"s":7,"t":5,"u":11,"v":1,"x":8,"y":1,"-":12,"\u2013":12,"\u2014":12}},"X":{"d":"230,0r-36,0r-77,-102r-76,102r-37,0r94,-123r-88,-117r36,0r71,96r71,-96r37,0r-88,117","w":234,"k":{"-":15,"\u2013":15,"\u2014":15,"f":11,"t":11,"v":13,"w":16,"y":13,"C":11,"G":11,"O":11,"Q":11}},"Y":{"d":"128,0r-30,0r0,-102r-95,-138r35,0r75,111r74,-111r35,0r-94,138r0,102","w":225,"k":{",":32,".":32,"\u2026":32,"A":23,"C":14,"G":14,"O":14,"Q":14,"J":41,"&":22,"a":44,"c":46,"d":46,"e":46,"g":46,"o":46,"q":46,"f":18,"m":32,"n":32,"p":32,"r":32,"z":32,"s":36,"t":9,"u":32,"v":22,"w":22,"x":26,"y":22,"-":42,"\u2013":42,"\u2014":42,"S":7,":":21,";":21}},"Z":{"d":"193,0r-176,0r0,-25r135,-188r-135,0r0,-27r174,0r0,25r-136,188r138,0r0,27","w":210,"k":{"C":6,"G":6,"O":6,"Q":6}},"[":{"d":"81,68r-67,0r0,-312r67,0r0,20r-45,0r0,273r45,0r0,19","w":87,"k":{"j":-40}},"\\":{"d":"85,7r-85,-254r21,0r86,254r-22,0","w":106},"]":{"d":"73,68r-67,0r0,-19r46,0r0,-273r-46,0r0,-20r67,0r0,312","w":87},"^":{"d":"149,-120r-23,0r-48,-100r-49,100r-22,0r61,-120r20,0","w":155},"_":{"d":"204,34r-205,0r0,-20r205,0r0,20","w":203},"\u2018":{"d":"40,-162v-39,0,-20,-70,6,-82r14,11v-12,8,-23,22,-24,34v12,-4,23,5,23,17v0,11,-8,20,-19,20","k":{"A":37,"C":1,"G":1,"O":1,"Q":1,"s":11,"J":33,",":27,".":27,"\u2026":27}},"a":{"d":"163,0r-27,0r0,-20v-33,39,-117,32,-118,-33v0,-67,85,-73,118,-34v4,-40,-5,-69,-44,-68v-21,0,-38,7,-53,24r-13,-18v36,-42,136,-44,137,29r0,120xm45,-53v0,45,72,48,91,16r0,-33v-20,-32,-91,-28,-91,17","w":190,"k":{"T":39,"?":13,"\"":2,"\u2019":2,"\u2018":2,"'":2,"\u201c":2,"\u201d":2,"\u2122":2,"Y":40,"V":24,"W":15}},"b":{"d":"54,-47v28,46,116,29,108,-40v7,-69,-80,-86,-108,-39r0,79xm54,0r-27,0r0,-240r27,0r0,92v44,-59,136,-26,136,61v0,88,-93,119,-136,61r0,26","w":207,"k":{"T":41,",":3,".":3,"\u2026":3,"?":17,"\"":4,"\u2019":4,"\u2018":4,"'":4,"\u201c":4,"\u201d":4,"\u2122":4,"Y":45,"V":22,"W":14,"x":13}},"c":{"d":"104,4v-52,0,-87,-40,-87,-91v0,-51,35,-91,87,-91v32,0,50,13,63,30r-18,16v-34,-46,-104,-15,-104,45v0,61,70,90,104,45r18,16v-13,17,-31,30,-63,30","w":178,"k":{"T":29,"?":8,"\"":1,"\u2019":1,"\u2018":1,"'":1,"\u201c":1,"\u201d":1,"\u2122":1,"Y":23,"V":13,"W":8}},"d":{"d":"180,0r-27,0r0,-26v-43,57,-136,28,-136,-61v0,-87,91,-120,136,-61r0,-92r27,0r0,240xm45,-87v-7,69,80,86,108,39r0,-78v-28,-47,-116,-31,-108,39","w":207},"e":{"d":"175,-23v-52,54,-158,22,-158,-64v0,-50,36,-91,86,-91v55,1,85,43,83,100r-140,0v-2,58,79,79,116,38xm159,-98v0,-26,-17,-58,-57,-58v-37,0,-56,32,-57,58r114,0","w":202,"k":{"T":36,",":3,".":3,"\u2026":3,"?":13,"\"":1,"\u2019":1,"\u2018":1,"'":1,"\u201c":1,"\u201d":1,"\u2122":1,"Y":40,"V":19,"W":14,"*":6}},"f":{"d":"62,0r-27,0r0,-150r-29,0r0,-24r29,0v-9,-60,47,-90,87,-56r-11,17v-24,-19,-57,-2,-49,39r35,0r0,24r-35,0r0,150","w":102,"k":{"T":-14,",":15,".":15,"\u2026":15,"&":1,"?":-21,"\"":-24,"\u2019":-24,"\u2018":-24,"'":-24,"\u201c":-24,"\u201d":-24,"\u2122":-24,"Y":-20,"V":-23,"W":-23,"X":-14,"Z":-14,"*":-24,")":-27,"]":-27,"}":-27,"!":-14,"B":-14,"D":-14,"E":-14,"F":-14,"H":-14,"I":-14,"K":-14,"L":-14,"M":-14,"N":-14,"P":-14,"R":-14,"S":-8,"U":-14}},"g":{"d":"180,-3v0,85,-107,94,-153,47r13,-19v29,36,114,35,113,-28r0,-26v-41,58,-136,29,-136,-59v0,-87,92,-118,136,-60r0,-26r27,0r0,171xm45,-88v-7,68,79,85,108,38r0,-76v-28,-46,-115,-32,-108,38","w":207,"k":{"T":31,"?":8,"Y":32,"V":15,"W":11,"j":-17}},"h":{"d":"172,0r-27,0r0,-114v2,-60,-74,-43,-91,-13r0,127r-27,0r0,-240r27,0r0,91v12,-15,36,-29,62,-29v82,0,50,107,56,178","w":198,"k":{"T":39,"?":13,"\"":2,"\u2019":2,"\u2018":2,"'":2,"\u201c":2,"\u201d":2,"\u2122":2,"Y":40,"V":24,"W":15}},"i":{"d":"41,-199v-10,0,-19,-8,-19,-18v0,-10,9,-18,19,-18v10,0,18,8,18,18v0,10,-8,18,-18,18xm54,0r-27,0r0,-174r27,0r0,174","w":81},"j":{"d":"41,-199v-10,0,-19,-8,-19,-18v0,-10,9,-18,19,-18v10,0,18,8,18,18v0,10,-8,18,-18,18xm54,17v6,51,-58,69,-89,41r9,-21v16,18,53,16,53,-20r0,-191r27,0r0,191","w":81},"k":{"d":"180,0r-35,0r-62,-78r-29,28r0,50r-27,0r0,-240r27,0r0,159r91,-93r35,0r-77,79","w":185},"l":{"d":"54,0r-27,0r0,-240r27,0r0,240","w":81},"m":{"d":"264,0r-27,0r0,-118v4,-51,-64,-40,-78,-9r0,127r-27,0r0,-118v4,-51,-64,-40,-78,-9r0,127r-27,0r0,-174r27,0r0,25v8,-11,31,-29,57,-29v26,0,41,14,46,32v10,-16,33,-32,58,-32v76,-3,42,111,49,178","w":290,"k":{"T":39,"?":13,"\"":2,"\u2019":2,"\u2018":2,"'":2,"\u201c":2,"\u201d":2,"\u2122":2,"Y":40,"V":24,"W":15}},"n":{"d":"171,0r-26,0r0,-114v1,-60,-74,-43,-91,-13r0,127r-27,0r0,-174r27,0r0,25v25,-38,117,-46,117,27r0,122","w":198,"k":{"T":39,"?":13,"\"":2,"\u2019":2,"\u2018":2,"'":2,"\u201c":2,"\u201d":2,"\u2122":2,"Y":40,"V":24,"W":15}},"o":{"d":"103,4v-53,0,-86,-41,-86,-91v0,-50,33,-91,86,-91v53,0,86,41,86,91v0,50,-33,91,-86,91xm103,-20v37,0,58,-31,58,-67v0,-35,-21,-67,-58,-67v-37,0,-58,32,-58,67v0,36,21,67,58,67","w":205,"k":{"T":41,",":3,".":3,"\u2026":3,"?":17,"\"":4,"\u2019":4,"\u2018":4,"'":4,"\u201c":4,"\u201d":4,"\u2122":4,"Y":45,"V":22,"W":14,"x":13}},"p":{"d":"190,-87v0,87,-92,120,-136,61r0,92r-27,0r0,-240r27,0r0,26v43,-57,136,-28,136,61xm54,-48v28,47,116,31,108,-39v7,-69,-80,-86,-108,-39r0,78","w":205,"k":{"T":41,",":3,".":3,"\u2026":3,"?":17,"\"":4,"\u2019":4,"\u2018":4,"'":4,"\u201c":4,"\u201d":4,"\u2122":4,"Y":45,"V":22,"W":14,"x":13}},"q":{"d":"44,-87v-7,69,80,86,108,39r0,-78v-28,-47,-116,-31,-108,39xm152,-26v-43,59,-136,26,-136,-61v0,-88,93,-119,136,-61r0,-26r27,0r0,240r-27,0r0,-92","w":205,"k":{"T":31,"?":8,"Y":32,"V":15,"W":11,"j":-17}},"r":{"d":"54,0r-27,0r0,-174r27,0r0,28v14,-18,34,-32,58,-32r0,28v-24,-5,-47,11,-58,27r0,123","w":118,"k":{"Y":18,"T":17,"V":8,"W":2,",":30,".":30,"\u2026":30,"X":3}},"s":{"d":"150,-48v0,58,-108,68,-138,25r14,-19v16,27,99,36,99,-6v0,-42,-108,-16,-108,-80v0,-55,104,-63,129,-25r-13,19v-12,-26,-90,-33,-90,5v0,38,107,13,107,81","w":167,"k":{"Y":33,"T":32,"V":15,"W":14,"\"":7,"\u2019":7,"\u2018":7,"'":7,"\u201c":7,"\u201d":7,"\u2122":7,"X":1,"?":15}},"t":{"d":"103,-7v-21,20,-71,13,-71,-29r0,-114r-28,0r0,-24r28,0r0,-47r28,0r0,47r35,0r0,24r-35,0r0,108v-3,23,24,27,35,15","w":105,"k":{"Y":12,"T":19,"V":9,"W":5}},"u":{"d":"171,0r-27,0r0,-24v-26,37,-117,44,-117,-27r0,-123r27,0r0,115v-2,59,73,41,90,13r0,-128r27,0r0,174","w":198,"k":{"Y":32,"T":31,"V":15,"W":11,"?":8}},"v":{"d":"103,0r-30,0r-72,-174r30,0r57,143r58,-143r29,0","w":176,"k":{"Y":22,"T":20,"V":5,"W":1,"A":7,",":24,".":24,"\u2026":24,"X":13}},"w":{"d":"205,0r-28,0r-45,-140r-45,140r-27,0r-56,-174r28,0r43,139r46,-139r23,0r45,139r43,-139r28,0","w":264,"k":{"Y":22,"T":20,"V":2,"A":6,",":16,".":16,"\u2026":16,"X":16}},"x":{"d":"171,0r-31,0r-53,-71r-52,71r-31,0r67,-89r-63,-85r31,0r48,66r49,-66r31,0r-63,85","w":175,"k":{"c":13,"d":13,"e":13,"g":13,"o":13,"q":13,"Y":26,"T":24,"V":8,"W":8}},"y":{"d":"18,68r4,-24v32,13,43,-21,52,-42r-73,-176r30,0r57,143r58,-143r29,0r-87,209v-12,31,-37,42,-70,33","w":176,"k":{"Y":22,"T":20,"V":2,"W":1,"A":7,",":21,".":21,"\u2026":21,"X":13,"?":1}},"z":{"d":"151,0r-132,0r0,-21r95,-129r-95,0r0,-24r131,0r0,21r-97,129r98,0r0,24","w":169,"k":{"Y":32,"T":31,"V":15,"W":11,"?":8}},"{":{"d":"88,68v-39,4,-63,-9,-67,-48v-3,-35,14,-93,-19,-99r0,-18v34,-5,16,-64,19,-98v4,-39,27,-53,67,-49r0,20v-26,-2,-44,1,-46,28v-3,38,12,93,-16,108v29,14,13,70,16,108v2,26,19,32,46,29r0,19","w":93,"k":{"j":-40}},"|":{"d":"48,7r-20,0r0,-254r20,0r0,254","w":75},"}":{"d":"6,68r0,-19v27,2,44,-2,46,-29v3,-38,-12,-93,16,-108v-29,-14,-13,-70,-16,-108v-2,-26,-20,-30,-46,-28r0,-20v40,-4,63,10,67,49v3,34,-14,92,19,98r0,18v-33,6,-16,65,-19,99v-4,39,-28,52,-67,48","w":93},"~":{"d":"151,-240r20,2v-4,44,-13,86,-49,86v-45,0,-35,-69,-63,-69v-18,0,-25,29,-29,69r-20,-2v4,-44,14,-86,49,-86v45,0,35,69,63,69v18,0,25,-28,29,-69","w":181},"'":{"d":"42,-148r-13,0v4,-14,-29,-99,7,-96v9,0,16,8,16,17v0,5,-10,79,-10,79","w":71,"k":{"A":37,"C":1,"G":1,"O":1,"Q":1,"s":11,"J":33,",":27,".":27,"\u2026":27}},"\u201c":{"d":"42,-162v-39,0,-21,-70,7,-82r13,11v-12,8,-22,22,-23,34v11,-4,23,5,22,17v0,11,-8,20,-19,20xm99,-162v-38,0,-20,-70,7,-82r14,11v-12,8,-23,22,-24,34v12,-4,23,5,23,17v0,11,-9,20,-20,20","w":140,"k":{"A":37,"C":1,"G":1,"O":1,"Q":1,"s":11,"J":33,",":27,".":27,"\u2026":27}},"\u2013":{"d":"203,-75r-192,0r0,-24r192,0r0,24","w":213,"k":{"Y":39,"V":19,"W":12,"X":15}},"\u201d":{"d":"99,-244v38,0,20,70,-7,82r-14,-11v12,-8,23,-22,24,-34v-12,4,-23,-5,-23,-17v0,-10,9,-20,20,-20xm41,-244v38,0,20,70,-7,82r-13,-11v12,-8,22,-22,23,-34v-11,4,-22,-5,-22,-17v0,-10,8,-20,19,-20","w":140,"k":{"A":37,"C":1,"G":1,"O":1,"Q":1,"s":11,"J":33,",":27,".":27,"\u2026":27}},"\u2026":{"d":"61,-16v0,10,-9,20,-20,20v-11,0,-19,-10,-19,-20v0,-11,8,-20,19,-20v11,0,20,9,20,20xm144,-16v0,10,-9,20,-20,20v-11,0,-20,-10,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm227,-16v0,10,-9,20,-20,20v-11,0,-19,-10,-19,-20v0,-11,8,-20,19,-20v11,0,20,9,20,20","w":248,"k":{"c":3,"d":3,"e":3,"g":3,"o":3,"q":3,"Y":32,"T":33,"V":31,"W":24,"U":11,"f":8,"t":8,"v":24,"w":16,"y":21,"1":28,"0":11,"6":11,"7":24,"\"":27,"\u2019":27,"\u2018":27,"'":27,"\u201c":27,"\u201d":27,"\u2122":27,"j":-14}},"`":{"d":"81,-200r-20,0r-61,-52r28,0","w":81},"\u02cb":{"d":"81,-200r-20,0r-61,-52r28,0","w":81},"\u2014":{"d":"289,-75r-278,0r0,-24r278,0r0,24","w":299,"k":{"Y":39,"V":19,"W":12,"X":15}},"\u2122":{"d":"151,-161r-10,0r0,-65r-27,65r-3,0r-27,-65r0,65r-10,0r0,-79r15,0r23,57r23,-57r16,0r0,79xm61,-231r-22,0r0,70r-11,0r0,-70r-22,0r0,-9r55,0r0,9","w":163},"\u00d7":{"d":"143,-53r-53,-54r-54,54r-13,-14r54,-53r-54,-54r13,-13r54,53r53,-53r14,13r-54,54r54,53","w":179},"\u00a0":{"w":93}}});

Cufon.registerFont({"w":88,"face":{"font-family":"Proxima Nova Lt","font-weight":600,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 6 3 0 0 2 0 4","ascent":"284","descent":"-76","x-height":"4","bbox":"-36 -276 323 72","underline-thickness":"7.2","underline-position":"-40.68","stemh":"8","stemv":"43","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":92},"!":{"d":"60,-74r-32,0r-7,-166r46,0xm44,4v-14,0,-25,-12,-25,-26v0,-13,11,-24,25,-24v14,0,25,11,25,24v0,14,-11,26,-25,26","w":87},"\"":{"d":"47,-141r-17,0v0,0,-13,-75,-13,-81v0,-12,10,-22,22,-22v43,-3,6,85,8,103xm107,-141r-17,0v0,0,-13,-75,-13,-81v0,-12,9,-22,21,-22v44,-3,7,84,9,103","w":136,"k":{"A":36,"C":2,"G":2,"O":2,"Q":2,"s":11,"J":36,",":29,".":29,"\u2026":29}},"#":{"d":"116,0r-29,0r21,-63r-36,0r-21,63r-29,0r21,-63r-36,0r8,-25r36,0r22,-64r-37,0r8,-25r37,0r21,-63r29,0r-21,63r37,0r20,-63r29,0r-21,63r37,0r-8,25r-37,0r-22,64r38,0r-8,25r-38,0xm116,-88r22,-64r-36,0r-22,64r36,0","w":218},"$":{"d":"97,36r0,-32v-37,-3,-65,-18,-84,-38r24,-33v13,15,34,29,60,33r0,-70v-37,-9,-76,-23,-76,-70v0,-37,30,-65,76,-69r0,-33r29,0r0,33v29,3,53,15,72,33r-24,31v-14,-14,-30,-21,-48,-25r0,62v37,10,78,24,78,72v0,37,-24,69,-78,74r0,32r-29,0xm161,-66v0,-16,-15,-24,-35,-30r0,62v25,-4,35,-18,35,-32xm64,-177v0,14,14,21,33,27r0,-56v-20,3,-33,13,-33,29","w":217},"%":{"d":"70,-125v-36,0,-60,-26,-60,-59v0,-34,24,-60,60,-60v36,0,60,26,60,60v0,33,-24,59,-60,59xm71,0r-25,0r154,-240r24,0xm199,4v-36,0,-60,-26,-60,-59v0,-34,24,-60,60,-60v36,0,60,26,60,60v0,33,-24,59,-60,59xm70,-149v19,0,32,-14,32,-35v0,-21,-13,-36,-32,-36v-18,0,-32,15,-32,36v0,21,14,35,32,35xm199,-20v19,0,32,-14,32,-35v0,-21,-13,-36,-32,-36v-19,0,-32,15,-32,36v0,21,13,35,32,35","w":268},"&":{"d":"226,0r-50,0v-6,-5,-13,-13,-21,-21v-42,42,-144,32,-144,-43v0,-37,24,-56,52,-70v-33,-46,-15,-110,48,-110v32,0,59,18,59,49v0,36,-29,53,-59,67v16,23,30,38,47,57v12,-17,20,-36,24,-50r30,14v-8,19,-19,41,-33,60v14,15,30,30,47,47xm134,-43v-24,-27,-37,-41,-56,-68v-40,16,-33,85,15,85v15,0,29,-7,41,-17xm113,-216v-33,1,-35,42,-17,66v23,-11,41,-23,41,-43v0,-15,-10,-23,-24,-23","w":232,"k":{"T":25,"Y":31,"V":18,"W":14}},"\u2019":{"d":"44,-244v45,0,26,80,-6,94r-17,-13v12,-7,23,-22,25,-34v-16,2,-27,-7,-27,-22v0,-13,11,-25,25,-25","k":{"A":36,"C":2,"G":2,"O":2,"Q":2,"s":11,"J":36,",":29,".":29,"\u2026":29}},"(":{"d":"93,54r-23,18v-72,-83,-72,-236,0,-319r23,18v-49,81,-49,203,0,283","w":99,"k":{"j":-40}},")":{"d":"6,54r24,18v71,-83,71,-236,0,-319r-24,18v49,81,49,203,0,283","w":99},"*":{"d":"72,-135r-19,0r1,-41r-33,22r-11,-17r36,-19r-36,-18r11,-17r33,22r-1,-41r19,0r-1,41r33,-22r10,17r-36,18r36,19r-10,17r-33,-22","w":124,"k":{"A":34,"J":43}},"+":{"d":"170,-109r-66,0r0,74r-27,0r0,-74r-67,0r0,-25r67,0r0,-72r27,0r0,72r66,0r0,25","w":180},",":{"d":"44,-46v45,0,26,80,-6,94r-17,-14v12,-7,23,-22,25,-34v-14,4,-27,-7,-27,-22v0,-13,11,-24,25,-24"},"-":{"d":"97,-71r-86,0r0,-32r86,0r0,32","w":108,"k":{"Y":41,"V":20,"W":13,"X":16}},".":{"d":"44,4v-14,0,-25,-12,-25,-26v0,-13,11,-24,25,-24v14,0,25,11,25,24v0,14,-11,26,-25,26"},"\/":{"d":"28,7r-28,0r85,-254r28,0","w":113},"0":{"d":"111,4v-130,-2,-130,-246,0,-248v130,2,129,246,0,248xm111,-33v39,0,53,-41,53,-87v0,-46,-14,-86,-53,-86v-39,0,-53,40,-53,86v0,46,14,87,53,87","w":222,"k":{",":9,".":9,"\u2026":9}},"1":{"d":"111,0r-42,0r0,-186r-39,41r-25,-25r70,-70r36,0r0,240","w":136},"2":{"d":"192,0r-174,0r0,-33v93,-71,130,-102,130,-137v0,-55,-88,-39,-109,-8r-24,-27v43,-59,174,-54,175,35v0,45,-40,84,-104,133r106,0r0,37","w":214},"3":{"d":"99,4v-42,0,-73,-17,-90,-39r23,-27v21,36,112,43,116,-8v2,-33,-46,-37,-81,-33r0,-38v36,2,79,-1,77,-32v-3,-47,-88,-39,-111,-7r-21,-26v31,-54,174,-52,174,27v0,32,-28,51,-52,55v23,3,56,21,56,58v0,41,-35,70,-91,70","w":206},"4":{"d":"167,0r-42,0r0,-54r-115,0r0,-34r99,-152r58,0r0,149r32,0r0,37r-32,0r0,54xm125,-91r0,-111r-74,111r74,0","w":208},"5":{"d":"201,-77v0,91,-141,104,-180,44r24,-29v23,39,113,41,113,-14v0,-49,-73,-53,-100,-22r-30,-8r0,-134r157,0r0,37r-115,0r0,69v43,-40,131,-17,131,57","w":216},"6":{"d":"114,4v-71,0,-99,-57,-99,-124v0,-69,37,-124,106,-124v30,0,53,11,69,27r-20,32v-13,-13,-26,-21,-49,-21v-42,1,-65,39,-63,86v32,-54,145,-42,145,44v0,44,-35,80,-89,80xm112,-33v32,0,48,-23,48,-42v-1,-57,-81,-52,-102,-15v2,26,17,57,54,57","w":216},"7":{"d":"90,0r-46,0r90,-203r-124,0r0,-37r173,0r0,29","w":191,"k":{",":34,".":34,"\u2026":34}},"8":{"d":"107,4v-49,0,-92,-23,-92,-66v0,-30,25,-52,54,-62v-27,-9,-50,-27,-50,-57v2,-86,174,-85,176,0v0,30,-23,48,-50,57v29,10,54,32,54,62v0,43,-43,66,-92,66xm107,-141v15,-3,46,-11,46,-33v0,-21,-20,-32,-46,-32v-26,0,-45,11,-45,32v0,22,31,30,45,33xm107,-33v27,0,50,-13,50,-34v0,-25,-35,-36,-50,-38v-15,2,-49,13,-49,38v0,21,22,34,49,34","w":214},"9":{"d":"96,4v-30,0,-53,-11,-69,-27r19,-32v13,13,27,22,50,22v46,-1,65,-43,63,-87v-32,53,-145,43,-145,-43v0,-45,35,-81,89,-81v71,0,99,57,99,124v0,69,-37,124,-106,124xm57,-165v1,56,80,53,101,15v-3,-26,-16,-57,-53,-57v-32,0,-48,23,-48,42","w":216,"k":{",":9,".":9,"\u2026":9}},":":{"d":"44,-126v-14,0,-25,-12,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25v0,13,-11,25,-25,25xm44,4v-14,0,-25,-12,-25,-26v0,-13,11,-24,25,-24v14,0,25,11,25,24v0,14,-11,26,-25,26","w":85,"k":{"T":18,"Y":23}},";":{"d":"44,-126v-14,0,-25,-12,-25,-26v0,-14,11,-24,25,-24v14,0,25,10,25,24v0,14,-11,26,-25,26xm44,-48v45,0,26,80,-6,95r-17,-14v12,-7,23,-22,25,-34v-14,4,-27,-7,-27,-22v0,-13,11,-25,25,-25","k":{"T":18,"Y":23}},"<":{"d":"170,-32r-160,-75r0,-27r160,-75r0,29r-131,60r131,58r0,30","w":180},"=":{"d":"170,-143r-160,0r0,-24r160,0r0,24xm170,-74r-160,0r0,-24r160,0r0,24","w":180},">":{"d":"170,-107r-160,75r0,-30r132,-58r-132,-60r0,-29r160,75r0,27","w":180},"?":{"d":"68,-71v-9,-8,-13,-19,-13,-31v0,-44,58,-47,58,-78v-1,-37,-72,-30,-84,-1r-24,-27v30,-53,151,-46,151,21v0,61,-90,59,-56,106xm81,4v-14,0,-25,-12,-25,-26v0,-13,11,-24,25,-24v14,0,25,11,25,24v0,14,-11,26,-25,26","w":165},"@":{"d":"202,-31v-23,0,-32,-14,-35,-30v-27,47,-109,36,-109,-29v0,-70,91,-123,128,-64r4,-20r34,0v-6,34,-20,63,-20,100v0,12,7,17,15,17v14,0,36,-16,36,-61v0,-58,-40,-98,-101,-98v-69,0,-128,60,-128,127v0,83,102,130,168,81r8,11v-76,53,-189,4,-189,-91v0,-77,68,-142,143,-142v69,0,113,50,113,112v0,58,-36,87,-67,87xm93,-93v-2,49,71,40,78,8r10,-46v-19,-43,-96,-9,-88,38","w":281},"A":{"d":"242,0r-48,0r-18,-46r-110,0r-17,46r-48,0r94,-240r53,0xm165,-84r-44,-114r-43,114r87,0","w":242},"B":{"d":"147,0r-121,0r0,-240r118,0v80,-7,87,104,26,116v26,4,47,30,47,59v0,37,-25,65,-70,65xm68,-141v41,-2,101,11,101,-31v0,-42,-60,-29,-101,-31r0,62xm68,-37v44,-2,106,12,106,-34v0,-43,-63,-32,-106,-33r0,67","w":233,"k":{"T":5,"V":5,"W":4,"Y":11,"\"":4,"\u2019":4,"\u2018":4,"'":4,"\u201c":4,"\u201d":4,"\u2122":4}},"C":{"d":"141,4v-71,0,-126,-50,-126,-124v0,-74,55,-124,126,-124v48,0,78,25,96,54r-35,18v-36,-65,-144,-31,-144,52v0,81,107,118,144,52r36,18v-18,29,-49,54,-97,54","w":245,"k":{"V":1,"W":2,"Y":7,"?":2,"A":2}},"D":{"d":"115,0r-89,0r0,-240r89,0v75,0,125,50,125,120v0,71,-50,120,-125,120xm68,-37v76,9,129,-19,129,-83v0,-63,-53,-93,-129,-83r0,166","w":255,"k":{"J":7,"T":9,"V":7,"W":7,"Y":14,"?":7,"\"":4,"\u2019":4,"\u2018":4,"'":4,"\u201c":4,"\u201d":4,"\u2122":4,"A":13,"X":11,"Z":5,",":9,".":9,"\u2026":9}},"E":{"d":"190,0r-164,0r0,-240r164,0r0,37r-122,0r0,62r120,0r0,37r-120,0r0,67r122,0r0,37","w":207},"F":{"d":"68,0r-42,0r0,-240r164,0r0,37r-122,0r0,62r120,0r0,37r-120,0r0,104","w":202,"k":{"A":14,"J":23,"&":4,",":18,".":18,"\u2026":18}},"G":{"d":"240,-39v-65,82,-225,42,-225,-81v0,-76,56,-124,126,-124v47,0,78,23,97,50r-35,19v-39,-60,-145,-28,-145,55v0,77,92,112,140,65r0,-37r-72,0r0,-37r114,0r0,90","w":258,"k":{"T":2,"A":2,"X":2,"V":4,"W":2,"Y":5,"?":4}},"H":{"d":"235,0r-42,0r0,-105r-125,0r0,105r-42,0r0,-240r42,0r0,98r125,0r0,-98r42,0r0,240","w":260},"I":{"d":"68,0r-42,0r0,-240r42,0r0,240","w":93},"J":{"d":"148,-76v4,84,-98,102,-145,55r20,-32v20,32,83,25,83,-24r0,-163r42,0r0,164","w":173,"k":{"A":11,"J":7,",":11,".":11,"\u2026":11}},"K":{"d":"221,0r-52,0r-80,-102r-21,25r0,77r-42,0r0,-240r42,0r0,114r94,-114r52,0r-98,113","w":223,"k":{"Y":5,"C":18,"G":18,"O":18,"Q":18,"a":5,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"f":11,"t":16,"u":7,"v":22,"w":14,"x":11,"y":22,"-":18,"\u2013":18,"\u2014":18}},"L":{"d":"171,0r-148,0r0,-240r42,0r0,203r106,0r0,37","w":182,"k":{"T":36,"&":2,"V":32,"W":25,"Y":45,"?":40,"\"":47,"\u2019":47,"\u2018":47,"'":47,"\u201c":47,"\u201d":47,"\u2122":47,"C":11,"G":11,"O":11,"Q":11,"a":4,"c":5,"d":5,"e":5,"g":5,"o":5,"q":5,"t":13,"u":4,"v":20,"w":13,"y":20,"U":9,"*":61}},"M":{"d":"275,0r-42,0r0,-185r-74,185r-18,0r-73,-185r0,185r-42,0r0,-240r59,0r65,165r66,-165r59,0r0,240","w":300},"N":{"d":"234,0r-41,0r-125,-172r0,172r-42,0r0,-240r43,0r123,166r0,-166r42,0r0,240","w":259},"O":{"d":"138,4v-72,0,-123,-52,-123,-124v0,-72,51,-124,123,-124v72,0,123,52,123,124v0,72,-51,124,-123,124xm138,-33v48,0,79,-38,79,-87v0,-50,-31,-87,-79,-87v-49,0,-80,37,-80,87v0,49,31,87,80,87","w":275,"k":{"J":7,"T":9,"V":7,"W":7,"Y":14,"?":7,"\"":4,"\u2019":4,"\u2018":4,"'":4,"\u201c":4,"\u201d":4,"\u2122":4,"A":13,"X":11,"Z":5,",":9,".":9,"\u2026":9}},"P":{"d":"68,0r-42,0r0,-240r105,0v50,0,79,34,79,75v0,41,-29,75,-79,75r-63,0r0,90xm68,-127v44,0,98,8,98,-38v0,-45,-53,-38,-98,-38r0,76","w":219,"k":{"Y":2,"A":27,"J":41,"X":5,"&":11,",":32,".":32,"\u2026":32,"a":7,"c":5,"d":5,"e":5,"g":5,"o":5,"q":5,"-":11,"\u2013":11,"\u2014":11}},"Q":{"d":"198,-10v-85,42,-183,-16,-183,-110v0,-72,51,-124,123,-124v110,0,160,138,91,211r19,22r-29,24xm58,-120v0,61,55,105,114,80r-30,-34r29,-25r30,34v37,-53,7,-142,-63,-142v-49,0,-80,37,-80,87","w":275,"k":{"J":7,"T":9,"V":7,"W":7,"Y":14,"?":7,"\"":4,"\u2019":4,"\u2018":4,"'":4,"\u201c":4,"\u201d":4,"\u2122":4,"A":13,"X":11,"Z":5,",":9,".":9,"\u2026":9}},"R":{"d":"212,0r-49,0r-53,-90r-42,0r0,90r-42,0r0,-240r105,0v48,0,79,30,79,75v0,42,-28,66,-57,71xm68,-127v45,0,99,7,99,-38v0,-45,-54,-39,-99,-38r0,76","w":226,"k":{"T":4,"V":4,"Y":6,"\"":2,"\u2019":2,"\u2018":2,"'":2,"\u201c":2,"\u201d":2,"\u2122":2,"&":2,"a":7,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"s":4}},"S":{"d":"108,4v-44,0,-76,-16,-98,-38r24,-33v16,18,43,34,76,34v35,0,48,-17,48,-33v0,-50,-140,-20,-140,-108v0,-78,136,-90,177,-36r-24,31v-19,-19,-44,-28,-69,-28v-24,0,-41,12,-41,30v0,45,140,18,140,107v0,40,-29,74,-93,74","w":213,"k":{"T":4,"Y":4,"A":4,"t":5,"v":4,"w":2,"x":5,"y":4}},"T":{"d":"125,0r-42,0r0,-203r-73,0r0,-37r188,0r0,37r-73,0r0,203","w":207,"k":{"C":9,"G":9,"O":9,"Q":9,"A":23,"J":31,"&":20,",":34,".":34,"\u2026":34,"a":31,"c":38,"d":38,"e":38,"g":38,"o":38,"q":38,"-":22,"\u2013":22,"\u2014":22,"s":31,"v":14,"w":14,"x":18,"y":14,"S":2,":":18,";":18,"f":9,"m":27,"n":27,"p":27,"r":27,"z":27,"u":27}},"U":{"d":"130,4v-69,0,-104,-40,-104,-99r0,-145r42,0v7,83,-30,207,62,207v92,0,53,-125,61,-207r43,0r0,145v0,59,-34,99,-104,99","w":259,"k":{"A":11,"J":7,",":11,".":11,"\u2026":11}},"V":{"d":"148,0r-53,0r-94,-240r48,0r72,194r73,-194r48,0","w":242,"k":{"A":18,",":32,".":32,"\u2026":32,"C":7,"G":7,"O":7,"Q":7,"J":34,"&":13,"a":23,"c":22,"d":22,"e":22,"g":22,"o":22,"q":22,"f":9,"m":18,"n":18,"p":18,"r":18,"z":18,"s":16,"t":5,"u":18,"v":5,"w":4,"x":9,"y":4,"-":20,"\u2013":20,"\u2014":20}},"W":{"d":"254,0r-45,0r-46,-177r-47,177r-45,0r-68,-240r46,0r47,185r50,-185r33,0r50,185r47,-185r47,0","w":325,"k":{"A":16,",":23,".":23,"\u2026":23,"C":7,"G":7,"O":7,"Q":7,"J":18,"&":7,"a":14,"c":14,"d":14,"e":14,"g":14,"o":14,"q":14,"f":5,"m":11,"n":11,"p":11,"r":11,"z":11,"s":9,"t":5,"u":11,"v":2,"x":9,"y":2,"-":13,"\u2013":13,"\u2014":13}},"X":{"d":"237,0r-51,0r-67,-94r-67,94r-51,0r90,-123r-84,-117r50,0r62,88r62,-88r50,0r-84,117","w":237,"k":{"f":11,"t":11,"v":13,"w":14,"y":13,"C":11,"G":11,"O":11,"Q":11,"-":16,"\u2013":16,"\u2014":16}},"Y":{"d":"136,0r-42,0r0,-100r-93,-140r48,0r66,102r66,-102r48,0r-93,140r0,100","w":229,"k":{"A":23,",":32,".":32,"\u2026":32,"C":14,"G":14,"O":14,"Q":14,"J":41,"&":22,"a":41,"c":45,"d":45,"e":45,"g":45,"o":45,"q":45,"f":20,"m":32,"n":32,"p":32,"r":32,"z":32,"s":36,"t":11,"u":32,"v":22,"w":22,"x":27,"y":22,"-":43,"\u2013":43,"\u2014":43,"S":7,":":23,";":23}},"Z":{"d":"196,0r-180,0r0,-34r123,-169r-123,0r0,-37r178,0r0,34r-123,169r125,0r0,37","w":212},"[":{"d":"89,68r-73,0r0,-312r73,0r0,26r-45,0r0,260r45,0r0,26","w":95,"k":{"j":-40}},"\\":{"d":"85,7r-85,-254r28,0r85,254r-28,0","w":113},"]":{"d":"80,68r-74,0r0,-26r45,0r0,-260r-45,0r0,-26r74,0r0,312","w":95},"^":{"d":"150,-120r-28,0r-43,-94r-43,94r-29,0r58,-120r28,0","w":157},"_":{"d":"204,40r-205,0r0,-26r205,0r0,26","w":203},"\u2018":{"d":"43,-150v-46,0,-27,-80,6,-94r17,14v-12,7,-24,22,-26,34v14,-4,28,6,28,21v0,14,-11,25,-25,25","k":{"A":36,"C":2,"G":2,"O":2,"Q":2,"s":11,"J":36,",":29,".":29,"\u2026":29}},"a":{"d":"169,0r-38,0r0,-19v-32,38,-117,30,-117,-34v0,-66,85,-71,117,-35v15,-65,-60,-73,-92,-36r-16,-26v41,-42,145,-44,146,34r0,116xm52,-53v0,37,62,40,79,13r0,-26v-17,-26,-79,-24,-79,13","w":193,"k":{"T":36,"?":14,"\"":4,"\u2019":4,"\u2018":4,"'":4,"\u201c":4,"\u201d":4,"\u2122":4,"Y":40,"V":25,"W":16}},"b":{"d":"62,-52v26,39,94,25,94,-35v0,-59,-68,-75,-94,-34r0,69xm62,0r-38,0r0,-240r38,0r0,90v45,-58,133,-21,133,63v0,87,-88,118,-133,63r0,24","w":209,"k":{"T":38,"?":18,"\"":4,"\u2019":4,"\u2018":4,"'":4,"\u201c":4,"\u201d":4,"\u2122":4,"Y":43,"V":22,"W":14,",":2,".":2,"\u2026":2,"x":13}},"c":{"d":"104,4v-53,0,-90,-38,-90,-91v0,-53,37,-91,90,-91v34,0,54,14,66,31r-25,22v-28,-40,-92,-16,-92,38v0,54,65,78,92,37r25,23v-12,16,-32,31,-66,31","w":179,"k":{"T":27,"?":9,"\"":2,"\u2019":2,"\u2018":2,"'":2,"\u201c":2,"\u201d":2,"\u2122":2,"Y":23,"V":14,"W":9}},"d":{"d":"185,0r-38,0r0,-24v-43,55,-133,24,-133,-63v0,-84,88,-121,133,-63r0,-90r38,0r0,240xm53,-87v0,60,69,75,94,34r0,-68v-25,-41,-94,-26,-94,34","w":209},"e":{"d":"176,-21v-55,51,-162,21,-162,-66v0,-50,37,-91,88,-91v55,1,89,42,86,103r-134,0v1,47,72,64,104,29xm151,-102v-1,-21,-15,-45,-49,-45v-32,0,-48,24,-49,45r98,0","w":200,"k":{"T":34,"?":14,"\"":2,"\u2019":2,"\u2018":2,"'":2,"\u201c":2,"\u201d":2,"\u2122":2,"Y":40,"V":20,"W":14,",":2,".":2,"\u2026":2,"*":5}},"f":{"d":"72,0r-38,0r0,-141r-29,0r0,-33r29,0v-9,-63,56,-89,96,-55r-14,24v-19,-18,-51,-4,-44,31r35,0r0,33r-35,0r0,141","w":111,"k":{"T":-14,"?":-20,"\"":-23,"\u2019":-23,"\u2018":-23,"'":-23,"\u201c":-23,"\u201d":-23,"\u2122":-23,"Y":-22,"V":-23,"W":-23,",":16,".":16,"\u2026":16,"X":-14,"Z":-14,"*":-23,"&":2,")":-25,"]":-25,"}":-25,"!":-14,"B":-14,"D":-14,"E":-14,"F":-14,"H":-14,"I":-14,"K":-14,"L":-14,"M":-14,"N":-14,"P":-14,"R":-14,"S":-9,"U":-14}},"g":{"d":"185,-9v-2,95,-111,97,-163,54r18,-28v33,40,120,31,107,-46v-42,56,-133,26,-133,-60v0,-85,89,-117,133,-61r0,-24r38,0r0,165xm53,-89v0,59,69,72,94,32r0,-65v-25,-39,-94,-26,-94,33","w":209,"k":{"T":27,"?":9,"Y":32,"V":18,"W":11,"j":-18}},"h":{"d":"180,0r-38,0r0,-109v2,-52,-64,-39,-79,-13r0,122r-38,0r0,-240r38,0r0,90v24,-37,117,-42,117,27r0,123","w":204,"k":{"T":36,"?":14,"\"":4,"\u2019":4,"\u2018":4,"'":4,"\u201c":4,"\u201d":4,"\u2122":4,"Y":40,"V":25,"W":16}},"i":{"d":"44,-195v-13,0,-24,-11,-24,-24v0,-13,11,-23,24,-23v13,0,23,10,23,23v0,13,-10,24,-23,24xm62,0r-38,0r0,-174r38,0r0,174","w":86},"j":{"d":"44,-195v-13,0,-24,-11,-24,-24v0,-13,11,-23,24,-23v13,0,23,10,23,23v0,13,-10,24,-23,24xm62,10v8,55,-61,77,-98,48r11,-28v15,16,49,14,49,-20r0,-184r38,0r0,184","w":86},"k":{"d":"187,0r-47,0r-53,-72r-25,25r0,47r-38,0r0,-240r38,0r0,150r77,-84r47,0r-72,79","w":189,"k":{"T":20,"Y":25,"V":9,"W":9,"c":2,"d":2,"e":2,"g":2,"o":2,"q":2,"-":9,"\u2013":9,"\u2014":9}},"l":{"d":"62,0r-38,0r0,-240r38,0r0,240","w":86},"m":{"d":"276,0r-38,0r0,-113v4,-43,-57,-36,-69,-9r0,122r-38,0r0,-113v4,-45,-57,-35,-69,-9r0,122r-38,0r0,-174r38,0r0,24v8,-10,30,-28,57,-28v26,0,42,12,48,31v10,-15,33,-31,59,-31v76,0,43,110,50,178","w":300,"k":{"T":36,"?":14,"\"":4,"\u2019":4,"\u2018":4,"'":4,"\u201c":4,"\u201d":4,"\u2122":4,"Y":40,"V":25,"W":16}},"n":{"d":"180,0r-38,0r0,-109v2,-53,-64,-39,-80,-13r0,122r-38,0r0,-174r38,0r0,24v25,-38,118,-42,118,28r0,122","w":204,"k":{"T":36,"?":14,"\"":4,"\u2019":4,"\u2018":4,"'":4,"\u201c":4,"\u201d":4,"\u2122":4,"Y":40,"V":25,"W":16}},"o":{"d":"103,4v-55,0,-89,-41,-89,-91v0,-50,34,-91,89,-91v55,0,90,41,90,91v0,50,-35,91,-90,91xm103,-29v32,0,50,-27,50,-58v0,-31,-18,-58,-50,-58v-32,0,-50,27,-50,58v0,31,18,58,50,58","w":206,"k":{"T":38,"?":18,"\"":4,"\u2019":4,"\u2018":4,"'":4,"\u201c":4,"\u201d":4,"\u2122":4,"Y":43,"V":22,"W":14,",":2,".":2,"\u2026":2,"x":13}},"p":{"d":"195,-87v0,86,-88,119,-133,63r0,90r-38,0r0,-240r38,0r0,24v43,-56,133,-23,133,63xm62,-53v25,40,94,27,94,-34v0,-59,-67,-75,-94,-35r0,69","w":208,"k":{"T":38,"?":18,"\"":4,"\u2019":4,"\u2018":4,"'":4,"\u201c":4,"\u201d":4,"\u2122":4,"Y":43,"V":22,"W":14,",":2,".":2,"\u2026":2,"x":13}},"q":{"d":"52,-87v0,59,69,75,94,34r0,-69v-26,-40,-94,-24,-94,35xm146,-24v-45,56,-133,23,-133,-63v0,-86,89,-119,133,-63r0,-24r38,0r0,240r-38,0r0,-90","w":208,"k":{"T":27,"?":9,"Y":32,"V":18,"W":11,"j":-18}},"r":{"d":"62,0r-38,0r0,-174r38,0r0,25v13,-17,35,-29,57,-29r0,37v-23,-5,-46,7,-57,23r0,118","w":124,"k":{"T":14,"V":9,"W":4,"Y":18,",":31,".":31,"\u2026":31,"X":5}},"s":{"d":"157,-50v0,61,-114,70,-147,27r17,-27v15,22,93,40,93,1v0,-34,-105,-10,-105,-77v0,-56,108,-67,136,-28r-16,27v-11,-22,-84,-33,-84,0v0,31,106,8,106,77","w":169,"k":{"T":29,"V":16,"W":16,"Y":34,"\"":7,"\u2019":7,"\u2018":7,"'":7,"\u201c":7,"\u201d":7,"\u2122":7,"X":2,"?":16}},"t":{"d":"112,-7v-24,21,-80,12,-80,-34r0,-100r-28,0r0,-33r28,0r0,-47r38,0r0,47r35,0r0,33r-35,0r0,91v-3,21,23,26,33,14","w":114,"k":{"T":14,"V":11,"W":5,"Y":13}},"u":{"d":"180,0r-38,0r0,-23v-25,37,-118,40,-118,-28r0,-123r38,0r0,109v-2,52,65,40,80,13r0,-122r38,0r0,174","w":204,"k":{"T":27,"V":18,"W":11,"Y":32,"?":9}},"v":{"d":"111,0r-41,0r-71,-174r41,0r51,130r50,-130r41,0","w":181,"k":{"T":14,"V":5,"W":2,"Y":22,"A":7,",":23,".":23,"\u2026":23,"X":13}},"w":{"d":"216,0r-40,0r-40,-127r-41,127r-39,0r-54,-174r39,0r37,126r41,-126r34,0r41,126r36,-126r40,0","w":271,"k":{"T":14,"V":4,"Y":22,"A":5,",":14,".":14,"\u2026":14,"X":14}},"x":{"d":"177,0r-42,0r-45,-64r-46,64r-42,0r64,-89r-60,-85r42,0r41,59r42,-59r42,0r-60,85","w":178,"k":{"T":18,"V":9,"W":9,"c":13,"d":13,"e":13,"g":13,"o":13,"q":13,"Y":27}},"y":{"d":"17,68r6,-34v27,13,42,-12,48,-32r-72,-176r41,0r51,130r50,-130r41,0r-84,205v-15,37,-42,45,-81,37","w":181,"k":{"T":14,"V":4,"W":2,"Y":22,"A":7,",":20,".":20,"\u2026":20,"X":13,"?":2}},"z":{"d":"155,0r-138,0r0,-29r86,-112r-86,0r0,-33r136,0r0,27r-87,114r89,0r0,33","w":171,"k":{"T":27,"V":18,"W":11,"Y":32,"?":9}},"{":{"d":"94,68v-42,4,-69,-12,-73,-53v-3,-33,13,-87,-19,-92r0,-22v33,-4,16,-59,19,-91v4,-41,31,-59,73,-54r0,26v-26,-2,-44,1,-46,27v-2,37,12,89,-16,103v47,17,-29,141,62,130r0,26","w":99,"k":{"j":-40}},"|":{"d":"51,7r-25,0r0,-254r25,0r0,254","w":77},"}":{"d":"6,68r0,-26v26,2,44,-1,45,-27v2,-37,-11,-90,17,-103v-29,-13,-15,-66,-17,-103v-2,-26,-19,-29,-45,-27r0,-26v43,-5,69,13,73,54v3,33,-13,87,19,91r0,22v-32,4,-16,59,-19,92v-4,41,-31,58,-73,53","w":99},"~":{"d":"147,-240r26,3v-4,43,-14,87,-52,87v-46,0,-35,-66,-59,-66v-16,0,-23,31,-26,66r-26,-3v4,-43,14,-87,52,-87v46,0,35,66,59,66v16,0,23,-30,26,-66","w":182},"'":{"d":"47,-141r-17,0v0,0,-13,-75,-13,-81v0,-12,10,-22,22,-22v43,-3,6,85,8,103","w":77,"k":{"A":36,"C":2,"G":2,"O":2,"Q":2,"s":11,"J":36,",":29,".":29,"\u2026":29}},"\u201c":{"d":"45,-150v-45,0,-28,-79,5,-94r17,14v-12,7,-23,22,-26,34v15,-4,28,5,28,21v0,14,-11,25,-24,25xm111,-150v-46,0,-27,-80,6,-94r17,14v-12,7,-23,22,-26,34v14,-4,28,6,28,21v0,14,-12,25,-25,25","w":154,"k":{"A":36,"C":2,"G":2,"O":2,"Q":2,"s":11,"J":36,",":29,".":29,"\u2026":29}},"\u2013":{"d":"203,-71r-192,0r0,-32r192,0r0,32","w":213,"k":{"Y":41,"V":20,"W":13,"X":16}},"\u201d":{"d":"110,-244v46,0,27,80,-6,94r-17,-13v12,-7,24,-22,26,-34v-16,2,-27,-7,-27,-22v0,-13,10,-25,24,-25xm44,-244v45,0,26,80,-6,94r-17,-13v12,-7,23,-22,25,-34v-16,2,-27,-7,-27,-22v0,-13,11,-25,25,-25","w":154,"k":{"A":36,"C":2,"G":2,"O":2,"Q":2,"s":11,"J":36,",":29,".":29,"\u2026":29}},"\u2026":{"d":"69,-22v0,14,-11,26,-25,26v-14,0,-25,-12,-25,-26v0,-13,11,-24,25,-24v14,0,25,11,25,24xm157,-22v0,14,-11,26,-25,26v-14,0,-25,-12,-25,-26v0,-13,11,-24,25,-24v14,0,25,11,25,24xm246,-22v0,14,-11,26,-25,26v-14,0,-26,-12,-26,-26v0,-13,12,-24,26,-24v14,0,25,11,25,24","w":264},"`":{"d":"86,-200r-27,0r-59,-52r36,0","w":86},"\u02cb":{"d":"86,-200r-27,0r-59,-52r36,0","w":86},"\u2014":{"d":"289,-71r-278,0r0,-32r278,0r0,32","w":299,"k":{"Y":41,"V":20,"W":13,"X":16}},"\u2122":{"d":"151,-161r-10,0r0,-65r-27,65r-3,0r-27,-65r0,65r-10,0r0,-79r15,0r23,57r23,-57r16,0r0,79xm61,-231r-22,0r0,70r-11,0r0,-70r-22,0r0,-9r55,0r0,9","w":163},"\u00d7":{"d":"143,-51r-53,-52r-51,52r-18,-17r52,-52r-52,-52r18,-17r51,51r53,-51r16,17r-51,52r51,52","w":180},"\u00a0":{"w":92}}});


