
(function(i){function J(a){i.fn.cycle.debug&&z(a)}function z(){window.console&&window.console.log&&window.console.log("[cycle] "+Array.prototype.join.call(arguments," "))}function M(a,b,g){if(a.cycleStop==undefined)a.cycleStop=0;if(b===undefined||b===null)b={};if(b.constructor==String){switch(b){case"stop":a.cycleStop++;a.cycleTimeout&&clearTimeout(a.cycleTimeout);a.cycleTimeout=0;i(a).removeData("cycle.opts");return false;case"pause":a.cyclePause=1;return false;case"resume":a.cyclePause=0;if(g===true){b=i(a).data("cycle.opts");if(!b){z("options not found, can not resume");return false}if(a.cycleTimeout){clearTimeout(a.cycleTimeout);a.cycleTimeout=0}r(b.elements,b,1,1)}return false;case"prev":case"next":a=i(a).data("cycle.opts");if(!a){z('options not found, "prev/next" ignored');return false}i.fn.cycle[b](a);return false;default:b={fx:b}}return b}else if(b.constructor==Number){var j=b;b=i(a).data("cycle.opts");if(!b){z("options not found, can not advance slide");return false}if(j<0||j>=b.elements.length){z("invalid slide index: "+j);return false}b.nextSlide=j;if(a.cycleTimeout){clearTimeout(a.cycleTimeout);a.cycleTimeout=0}if(typeof g=="string")b.oneTimeFx=g;r(b.elements,b,1,j>=b.currSlide);return false}return b}function H(a,b){if(!i.support.opacity&&b.cleartype&&a.style.filter)try{a.style.removeAttribute("filter")}catch(g){}}function I(a,b,g,j,l){var c=i.extend({},i.fn.cycle.defaults,j||{},i.metadata?a.metadata():i.meta?a.data():{});if(c.autostop)c.countdown=c.autostopCount||g.length;var o=a[0];a.data("cycle.opts",c);c.$cont=a;c.stopCount=o.cycleStop;c.elements=g;c.before=c.before?[c.before]:[];c.after=c.after?[c.after]:[];c.after.unshift(function(){c.busy=0});!i.support.opacity&&c.cleartype&&c.after.push(function(){H(this,c)});c.continuous&&c.after.push(function(){r(g,c,0,!c.rev)});B(c);!i.support.opacity&&c.cleartype&&!c.cleartypeNoBg&&y(b);a.css("position")=="static"&&a.css("position","relative");c.width&&a.width(c.width);c.height&&c.height!="auto"&&a.height(c.height);if(c.startingSlide)c.startingSlide=parseInt(c.startingSlide);if(c.random){c.randomMap=[];for(o=0;o<g.length;o++)c.randomMap.push(o);c.randomMap.sort(function(){return Math.random()-0.5});c.randomIndex=0;c.startingSlide=c.randomMap[0]}else if(c.startingSlide>=g.length)c.startingSlide=0;c.currSlide=c.startingSlide=c.startingSlide||0;var q=c.startingSlide;b.css({position:"absolute",top:0,left:0}).hide().each(function(f){f=q?f>=q?g.length-(f-q):q-f:g.length-f;i(this).css("z-index",f)});i(g[q]).css("opacity",1).show();H(g[q],c);c.fit&&c.width&&b.width(c.width);c.fit&&c.height&&c.height!="auto"&&b.height(c.height);if(c.containerResize&&!a.innerHeight()){for(var C=o=0,L=0;L<g.length;L++){var G=i(g[L]),N=G[0],O=G.outerWidth();G=G.outerHeight();if(!O)O=N.offsetWidth;if(!G)G=N.offsetHeight;o=O>o?O:o;C=G>C?G:C}o>0&&C>0&&a.css({width:o+"px",height:C+"px"})}c.pause&&a.hover(function(){this.cyclePause++},function(){this.cyclePause--});if(n(c)===false)return false;var d=false;j.requeueAttempts=j.requeueAttempts||0;b.each(function(){var f=i(this);this.cycleH=c.fit&&c.height?c.height:f.height();this.cycleW=c.fit&&c.width?c.width:f.width();if(f.is("img")){f=i.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete;var k=i.browser.opera&&(this.cycleW==42&&this.cycleH==19||this.cycleW==37&&this.cycleH==17)&&!this.complete,h=this.cycleH==0&&this.cycleW==0&&!this.complete;if(i.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete||f||k||h)if(l.s&&c.requeueOnImageNotLoaded&&++j.requeueAttempts<100){z(j.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){i(l.s,l.c).cycle(j)},c.requeueTimeout);d=true;return false}else z("could not determine size of image: "+this.src,this.cycleW,this.cycleH)}return true});if(d)return false;c.cssBefore=c.cssBefore||{};c.animIn=c.animIn||{};c.animOut=c.animOut||{};b.not(":eq("+q+")").css(c.cssBefore);c.cssFirst&&i(b[q]).css(c.cssFirst);if(c.timeout){c.timeout=parseInt(c.timeout);if(c.speed.constructor==String)c.speed=i.fx.speeds[c.speed]||parseInt(c.speed);for(c.sync||(c.speed/=2);c.timeout-c.speed<250;)c.timeout+=c.speed}if(c.easing)c.easeIn=c.easeOut=c.easing;if(!c.speedIn)c.speedIn=c.speed;if(!c.speedOut)c.speedOut=c.speed;c.slideCount=g.length;c.currSlide=c.lastSlide=q;if(c.random){c.nextSlide=c.currSlide;if(++c.randomIndex==g.length)c.randomIndex=0;c.nextSlide=c.randomMap[c.randomIndex]}else c.nextSlide=c.startingSlide>=g.length-1?0:c.startingSlide+1;if(!c.multiFx){o=i.fn.cycle.transitions[c.fx];if(i.isFunction(o))o(a,b,c);else if(c.fx!="custom"&&!c.multiFx){z("unknown transition: "+c.fx,"; slideshow terminating");return false}}a=b[q];c.before.length&&c.before[0].apply(a,[a,a,c,true]);c.after.length>1&&c.after[1].apply(a,[a,a,c,true]);c.next&&i(c.next).bind(c.prevNextEvent,function(){return u(c,c.rev?-1:1)});c.prev&&i(c.prev).bind(c.prevNextEvent,function(){return u(c,c.rev?1:-1)});c.pager&&x(g,c);s(c,g);return c}function B(a){a.original={before:[],after:[]};a.original.cssBefore=i.extend({},a.cssBefore);a.original.cssAfter=i.extend({},a.cssAfter);a.original.animIn=i.extend({},a.animIn);a.original.animOut=i.extend({},a.animOut);i.each(a.before,function(){a.original.before.push(this)});i.each(a.after,function(){a.original.after.push(this)})}function n(a){var b,g,j=i.fn.cycle.transitions;if(a.fx.indexOf(",")>0){a.multiFx=true;a.fxs=a.fx.replace(/\s*/g,"").split(",");for(b=0;b<a.fxs.length;b++){var l=a.fxs[b];g=j[l];if(!g||!j.hasOwnProperty(l)||!i.isFunction(g)){z("discarding unknown transition: ",l);a.fxs.splice(b,1);b--}}if(!a.fxs.length){z("No valid transitions named; slideshow terminating.");return false}}else if(a.fx=="all"){a.multiFx=true;a.fxs=[];for(p in j){g=j[p];j.hasOwnProperty(p)&&i.isFunction(g)&&a.fxs.push(p)}}if(a.multiFx&&a.randomizeEffects){g=Math.floor(Math.random()*20)+30;for(b=0;b<g;b++)a.fxs.push(a.fxs.splice(Math.floor(Math.random()*a.fxs.length),1)[0]);J("randomized fx sequence: ",a.fxs)}return true}function s(a,b){a.addSlide=function(g,j){var l=i(g),c=l[0];a.autostopCount||a.countdown++;b[j?"unshift":"push"](c);if(a.els)a.els[j?"unshift":"push"](c);a.slideCount=b.length;l.css("position","absolute");l[j?"prependTo":"appendTo"](a.$cont);if(j){a.currSlide++;a.nextSlide++}!i.support.opacity&&a.cleartype&&!a.cleartypeNoBg&&y(l);a.fit&&a.width&&l.width(a.width);a.fit&&a.height&&a.height!="auto"&&$slides.height(a.height);c.cycleH=a.fit&&a.height?a.height:l.height();c.cycleW=a.fit&&a.width?a.width:l.width();l.css(a.cssBefore);a.pager&&i.fn.cycle.createPagerAnchor(b.length-1,c,i(a.pager),b,a);i.isFunction(a.onAddSlide)?a.onAddSlide(l):l.hide()}}function r(a,b,g,j){if(g&&b.busy&&b.manualTrump){i(a).stop(true,true);b.busy=false}if(!b.busy){var l=b.$cont[0],c=a[b.currSlide],o=a[b.nextSlide];if(!(l.cycleStop!=b.stopCount||l.cycleTimeout===0&&!g))if(!g&&!l.cyclePause&&(b.autostop&&--b.countdown<=0||b.nowrap&&!b.random&&b.nextSlide<b.currSlide))b.end&&b.end(b);else{if(g||!l.cyclePause){var q=b.fx;c.cycleH=c.cycleH||i(c).height();c.cycleW=c.cycleW||i(c).width();o.cycleH=o.cycleH||i(o).height();o.cycleW=o.cycleW||i(o).width();if(b.multiFx){if(b.lastFx==undefined||++b.lastFx>=b.fxs.length)b.lastFx=0;q=b.fxs[b.lastFx];b.currFx=q}if(b.oneTimeFx){q=b.oneTimeFx;b.oneTimeFx=null}i.fn.cycle.resetState(b,q);b.before.length&&i.each(b.before,function(C,L){l.cycleStop==b.stopCount&&L.apply(o,[c,o,b,j])});q=function(){i.each(b.after,function(C,L){l.cycleStop==b.stopCount&&L.apply(o,[c,o,b,j])})};if(b.nextSlide!=b.currSlide){b.busy=1;if(b.fxFn)b.fxFn(c,o,b,q,j);else i.isFunction(i.fn.cycle[b.fx])?i.fn.cycle[b.fx](c,o,b,q):i.fn.cycle.custom(c,o,b,q,g&&b.fastOnEvent)}b.lastSlide=b.currSlide;if(b.random){b.currSlide=b.nextSlide;if(++b.randomIndex==a.length)b.randomIndex=0;b.nextSlide=b.randomMap[b.randomIndex]}else{g=b.nextSlide+1==a.length;b.nextSlide=g?0:b.nextSlide+1;b.currSlide=g?a.length-1:b.nextSlide-1}b.pager&&i.fn.cycle.updateActivePagerLink(b.pager,b.currSlide)}g=0;if(b.timeout&&!b.continuous)g=A(c,o,b,j);else if(b.continuous&&l.cyclePause)g=10;if(g>0)l.cycleTimeout=setTimeout(function(){r(a,b,0,!b.rev)},g)}}}function A(a,b,g,j){if(g.timeoutFn){for(a=g.timeoutFn(a,b,g,j);a-g.speed<250;)a+=g.speed;J("calculated timeout: "+a+"; speed: "+g.speed);if(a!==false)return a}return g.timeout}function u(a,b){var g=a.elements,j=a.$cont[0],l=j.cycleTimeout;if(l){clearTimeout(l);j.cycleTimeout=0}if(a.random&&b<0){a.randomIndex--;if(--a.randomIndex==-2)a.randomIndex=g.length-2;else if(a.randomIndex==-1)a.randomIndex=g.length-1;a.nextSlide=a.randomMap[a.randomIndex]}else if(a.random){if(++a.randomIndex==g.length)a.randomIndex=0;a.nextSlide=a.randomMap[a.randomIndex]}else{a.nextSlide=a.currSlide+b;if(a.nextSlide<0){if(a.nowrap)return false;a.nextSlide=g.length-1}else if(a.nextSlide>=g.length){if(a.nowrap)return false;a.nextSlide=0}}i.isFunction(a.prevNextClick)&&a.prevNextClick(b>0,a.nextSlide,g[a.nextSlide]);r(g,a,1,b>=0);return false}function x(a,b){var g=i(b.pager);i.each(a,function(j,l){i.fn.cycle.createPagerAnchor(j,l,g,a,b)});i.fn.cycle.updateActivePagerLink(b.pager,b.startingSlide)}function y(a){function b(j){j=parseInt(j).toString(16);return j.length<2?"0"+j:j}function g(j){for(;j&&j.nodeName.toLowerCase()!="html";j=j.parentNode){var l=i.css(j,"background-color");if(l.indexOf("rgb")>=0){j=l.match(/\d+/g);return"#"+b(j[0])+b(j[1])+b(j[2])}if(l&&l!="transparent")return l}return"#ffffff"}a.each(function(){i(this).css("background-color",g(this))})}if(i.support==undefined)i.support={opacity:!i.browser.msie};i.fn.cycle=function(a,b){var g={s:this.selector,c:this.context};if(this.length===0&&a!="stop"){if(!i.isReady&&g.s){z("DOM not ready, queuing slideshow");i(function(){i(g.s,g.c).cycle(a,b)});return this}z("terminating; zero elements found by selector"+(i.isReady?"":" (DOM not ready)"));return this}return this.each(function(){var j=M(this,a,b);if(j!==false){this.cycleTimeout&&clearTimeout(this.cycleTimeout);this.cycleTimeout=this.cyclePause=0;var l=i(this),c=j.slideExpr?i(j.slideExpr,this):l.children(),o=c.get();if(o.length<2)z("terminating; too few slides: "+o.length);else{var q=I(l,c,o,j,g);if(q!==false)if(j=q.continuous?10:A(q.currSlide,q.nextSlide,q,!q.rev)){j+=q.delay||0;if(j<10)j=10;J("first timeout: "+j);this.cycleTimeout=setTimeout(function(){r(o,q,0,!q.rev)},j)}}}})};i.fn.cycle.resetState=function(a,b){b=b||a.fx;a.before=[];a.after=[];a.cssBefore=i.extend({},a.original.cssBefore);a.cssAfter=i.extend({},a.original.cssAfter);a.animIn=i.extend({},a.original.animIn);a.animOut=i.extend({},a.original.animOut);a.fxFn=null;i.each(a.original.before,function(){a.before.push(this)});i.each(a.original.after,function(){a.after.push(this)});var g=i.fn.cycle.transitions[b];i.isFunction(g)&&g(a.$cont,i(a.elements),a)};i.fn.cycle.updateActivePagerLink=function(a,b){i(a).each(function(){i(this).find("a").removeClass("activeSlide").filter("a:eq("+b+")").addClass("activeSlide")})};i.fn.cycle.next=function(a){u(a,a.rev?-1:1)};i.fn.cycle.prev=function(a){u(a,a.rev?1:-1)};i.fn.cycle.createPagerAnchor=function(a,b,g,j,l){if(b=i.isFunction(l.pagerAnchorBuilder)?l.pagerAnchorBuilder(a,b):'<a href="#">'+(a+1)+"</a>"){var c=i(b);if(c.parents("body").length===0){var o=[];if(g.length>1){g.each(function(){var q=c.clone(true);i(this).append(q);o.push(q[0])});c=i(o)}else c.appendTo(g)}c.bind(l.pagerEvent,function(q){q.preventDefault();l.nextSlide=a;q=l.$cont[0];var C=q.cycleTimeout;if(C){clearTimeout(C);q.cycleTimeout=0}i.isFunction(l.pagerClick)&&l.pagerClick(l.nextSlide,j[l.nextSlide]);r(j,l,1,l.currSlide<a);return false});l.pagerEvent!="click"&&c.click(function(){return false});l.pauseOnPagerHover&&c.hover(function(){l.$cont[0].cyclePause++},function(){l.$cont[0].cyclePause--})}};i.fn.cycle.hopsFromLast=function(a,b){var g=a.lastSlide,j=a.currSlide;return b?j>g?j-g:a.slideCount-g:j<g?g-j:g+a.slideCount-j};i.fn.cycle.commonReset=function(a,b,g,j,l,c){i(g.elements).not(a).hide();g.cssBefore.opacity=1;g.cssBefore.display="block";if(j!==false&&b.cycleW>0)g.cssBefore.width=b.cycleW;if(l!==false&&b.cycleH>0)g.cssBefore.height=b.cycleH;g.cssAfter=g.cssAfter||{};g.cssAfter.display="none";i(a).css("zIndex",g.slideCount+(c===true?1:0));i(b).css("zIndex",g.slideCount+(c===true?0:1))};i.fn.cycle.custom=function(a,b,g,j,l){var c=i(a),o=i(b),q=g.speedIn;a=g.speedOut;var C=g.easeIn;b=g.easeOut;o.css(g.cssBefore);if(l){q=typeof l=="number"?(a=l):(a=1);C=b=null}var L=function(){o.animate(g.animIn,q,C,j)};c.animate(g.animOut,a,b,function(){g.cssAfter&&c.css(g.cssAfter);g.sync||L()});g.sync&&L()};i.fn.cycle.transitions={fade:function(a,b,g){b.not(":eq("+g.currSlide+")").css("opacity",0);g.before.push(function(j,l,c){i.fn.cycle.commonReset(j,l,c);c.cssBefore.opacity=0});g.animIn={opacity:1};g.animOut={opacity:0};g.cssBefore={top:0,left:0}}};i.fn.cycle.ver=function(){return"2.73"};i.fn.cycle.defaults={fx:"fade",timeout:4E3,timeoutFn:null,continuous:0,speed:1E3,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,prevNextEvent:"click",pager:null,pagerClick:null,pagerEvent:"click",pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!i.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250}})(jQuery);$(document).ready(function(){Cufon.replace("h1");$("a#contact").nospam({replaceText:false});var i=[],J=[],z=0;(function(){$.getJSON("http://api.flickr.com/services/rest/?format=json&jsoncallback=?&api_key=82b6955db94147317c61894574dc2fa4&method=flickr.photosets.getPhotos&photoset_id=72157622983077753&page=1&per_page=200",function(M){function H(B,n,s){if(s.addSlide)for(;J.length;)s.addSlide(J.pop())}try{photo=M.photoset.photo}catch(I){}$.each(photo,function(B,n){i[B]="http://farm"+n.farm+".static.flickr.com/"+
n.server+"/"+n.id+"_"+n.secret+".jpg";z+=1;if(z>=200)return false});$.cacheImage(i,{load:function(){J.push(this)}});$("#slides").cycle({timeout:0,before:H,next:"#slides"})})})()});(function(i){i.extend(i,{cacheImage:function(J,z){if(typeof J==="object")i.each(J,function(){i.cacheImage(String(this),z)});else{var M=new Image;z=z||{};i.each(["load","error","abort"],function(){var H=String(this);typeof z[H]==="function"&&i(M).bind(H,z[H]);typeof z.complete==="function"&&i(M).bind(H,z.complete)});M.src=J;return M}}});i.extend(i.fn,{cacheImage:function(J){return this.each(function(){i.cacheImage(this.src,J)})}})})(jQuery);jQuery.fn.nospam=function(i){i=jQuery.extend({replaceText:false,filterLevel:"normal"},i);return this.each(function(){e=null;if(e=i.filterLevel=="low"?$(this).is("a[rel]")?$(this).attr("rel").replace("//","@").replace(/\//g,"."):$(this).text().replace("//","@").replace(/\//g,"."):$(this).is("a[rel]")?$(this).attr("rel").split("").reverse().join("").replace("//","@").replace(/\//g,"."):$(this).text().split("").reverse().join("").replace("//","@").replace(/\//g,"."))if($(this).is("a[rel]")){$(this).attr("href","mailto:"+e);i.replaceText&&$(this).text(e)}else $(this).text(e)})};var Cufon=function(){function i(d){var f=this.face=d.face,k={" ":1,"\u00a0":1,"\u3000":1};this.glyphs=d.glyphs;this.w=d.w;this.baseSize=parseInt(f["units-per-em"],10);this.family=f["font-family"].toLowerCase();this.weight=f["font-weight"];this.style=f["font-style"]||"normal";this.viewBox=function(){var h=f.bbox.split(/\s+/);h={minX:parseInt(h[0],10),minY:parseInt(h[1],10),maxX:parseInt(h[2],10),maxY:parseInt(h[3],10)};h.width=h.maxX-h.minX;h.height=h.maxY-h.minY;h.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return h}();this.ascent=-parseInt(f.ascent,10);this.descent=-parseInt(f.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(h,m,t){for(var D=this.glyphs,E,w,v=[],F=0,K=-1,Q=-1,P;P=h[++K];)if(E=D[P]||this.missingGlyph){if(w){F-=w=w[P]||0;v[Q]-=w}F+=v[++Q]=~~(E.w||this.w)+m+(k[P]?t:0);w=E.k}v.total=F;return v}}function J(){var d={},f={oblique:"italic",italic:"oblique"};this.add=function(k){(d[k.style]||(d[k.style]={}))[k.weight]=k};this.get=function(k,h){var m=d[k]||d[f[k]]||d.normal||d.italic||d.oblique;if(!m)return null;h={normal:400,bold:700}[h]||parseInt(h,10);if(m[h])return m[h];var t={1:1,99:0}[h%100],D=[],E,w;if(t===undefined)t=h>400;if(h==500)h=400;for(var v in m)if(u(m,v)){v=parseInt(v,10);if(!E||v<E)E=v;if(!w||v>w)w=v;D.push(v)}if(h<E)h=E;if(h>w)h=w;D.sort(function(F,K){return(t?F>=h&&K>=h?F<K:F>K:F<=h&&K<=h?F>K:F<K)?-1:1});return m[D[0]]}}function z(){function d(m,t){if(m.contains)return m.contains(t);return m.compareDocumentPosition(t)&16}function f(m){var t=m.relatedTarget;!t||d(this,t)||h(this,m.type=="mouseover")}function k(m){h(this,m.type=="mouseenter")}function h(m,t){setTimeout(function(){var D=c.get(m).options;b.replace(m,t?x(D,D.hover):D,true)},10)}this.attach=function(m){if(m.onmouseenter===undefined){B(m,"mouseover",f);B(m,"mouseout",f)}else{B(m,"mouseenter",k);B(m,"mouseleave",k)}}}function M(){function d(h){for(var m=[],t,D=0;t=h[D];++D)m[D]=f[k[t]];return m}var f=[],k={};this.add=function(h,m){k[h]=f.push(m)-1};this.repeat=function(){for(var h=arguments.length?d(arguments):f,m,t=0;m=h[t++];)b.replace(m[0],m[1],true)}}function H(){function d(h){return h.cufid||(h.cufid=++k)}var f={},k=0;this.get=function(h){h=d(h);return f[h]||(f[h]={})}}function I(d){var f={},k={};this.extend=function(h){for(var m in h)if(u(h,m))f[m]=h[m];return this};this.get=function(h){return f[h]!=undefined?f[h]:d[h]};this.getSize=function(h,m){return k[h]||(k[h]=new j.Size(this.get(h),m))};this.isUsable=function(){return!!d}}function B(d,f,k){if(d.addEventListener)d.addEventListener(f,k,false);else d.attachEvent&&d.attachEvent("on"+f,function(){return k.call(d,window.event)})}function n(d,f){var k=c.get(d);if(k.options)return d;f.hover&&f.hoverables[d.nodeName.toLowerCase()]&&o.attach(d);k.options=f;return d}function s(d){var f={};return function(k){u(f,k)||(f[k]=d.apply(null,arguments));return f[k]}}function r(d,f){for(var k=j.quotedList(f.get("fontFamily").toLowerCase()),h,m=0;h=k[m];++m)if(G[h])return G[h].get(f.get("fontStyle"),f.get("fontWeight"));return null}function A(d){return document.getElementsByTagName(d)}
function u(d,f){return d.hasOwnProperty(f)}function x(){for(var d={},f,k,h=0,m=arguments.length;f=arguments[h],h<m;++h)for(k in f)if(u(f,k))d[k]=f[k];return d}function y(d,f,k,h,m,t){var D=document.createDocumentFragment();if(f==="")return D;var E=h.separate,w=f.split(O[E]);if((E=E=="words")&&l){/^\s/.test(f)&&w.unshift("");/\s$/.test(f)&&w.push("")}for(var v=0,F=w.length;v<F;++v)(f=L[h.engine](d,E?j.textAlign(w[v],k,v,F):w[v],k,h,m,t,v<F-1))&&D.appendChild(f);return D}function a(d,f){var k=d.nodeName.toLowerCase();if(!f.ignore[k]){k=!f.textless[k];var h=j.getStyle(n(d,f)).extend(f),m=r(d,h),t,D,E,w,v;if(m)for(t=d.firstChild;t;t=E){D=t.nodeType;E=t.nextSibling;if(k&&D==3){if(w){w.appendData(t.data);d.removeChild(t)}else w=t;if(E)continue}if(w){d.replaceChild(y(m,j.whiteSpace(w.data,h,w,v),h,f,t,d),w);w=null}if(D==1){if(t.firstChild)t.nodeName.toLowerCase()=="cufon"?L[f.engine](m,null,h,f,t,d):arguments.callee(t,f);v=t}}}}var b=function(){return b.replace.apply(null,arguments)},g=b.DOM={ready:function(){var d=false,f={loaded:1,complete:1},k=[],h=function(){if(!d){d=true;for(var m;m=k.shift();m());}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",h,false);window.addEventListener("pageshow",h,false)}!window.opera&&document.readyState&&function(){f[document.readyState]?h():setTimeout(arguments.callee,10)}();document.readyState&&document.createStyleSheet&&function(){try{document.body.doScroll("left");h()}catch(m){setTimeout(arguments.callee,1)}}();B(window,"load",h);return function(m){if(arguments.length)d?m():k.push(m);else h()}}(),root:function(){return document.documentElement||document.body}},j=b.CSS={Size:function(d,f){this.value=parseFloat(d);this.unit=String(d).match(/[a-z%]*$/)[0]||"px";this.convert=function(k){return k/f*this.value};this.convertFrom=function(k){return k/this.value*f};this.toString=function(){return this.value+this.unit}},addClass:function(d,f){var k=d.className;d.className=k+(k&&" ")+f;return d},color:s(function(d){var f={};f.color=d.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(k,h,m){f.opacity=parseFloat(m);return"rgb("+h+")"});return f}),fontStretch:s(function(d){if(typeof d=="number")return d;if(/%$/.test(d))return parseFloat(d)/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}[d]||1}),getStyle:function(d){var f=document.defaultView;if(f&&f.getComputedStyle)return new I(f.getComputedStyle(d,null));if(d.currentStyle)return new I(d.currentStyle);return new I(d.style)},gradient:s(function(d){var f={id:d,type:d.match(/^-([a-z]+)-gradient\(/)[1],stops:[]};d=d.substr(d.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var k=0,h=d.length,m;k<h;++k){m=d[k].split("=",2).reverse();f.stops.push([m[1]||k/(h-1),m[0]])}return f}),quotedList:s(function(d){for(var f=[],k=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,h;h=k.exec(d);)f.push(h[3]||h[1]);return f}),recognizesMedia:s(function(d){var f=document.createElement("style"),k;f.type="text/css";f.media=d;try{f.appendChild(document.createTextNode("/**/"))}catch(h){}d=A("head")[0];d.insertBefore(f,d.firstChild);k=(k=f.sheet||f.styleSheet)&&!k.disabled;d.removeChild(f);return k}),removeClass:function(d,f){var k=RegExp("(?:^|\\s+)"+f+"(?=\\s|$)","g");d.className=d.className.replace(k,"");return d},supports:function(d,f){var k=document.createElement("span").style;if(k[d]===undefined)return false;k[d]=f;return k[d]===f},textAlign:function(d,f,k,h){if(f.get("textAlign")=="right"){if(k>0)d=" "+d}else if(k<h-1)d+=" ";return d},textShadow:s(function(d){if(d=="none")return null;for(var f=[],k={},h,m=0,t=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;h=t.exec(d);)if(h[0]==","){f.push(k);k={};m=0}else if(h[1])k.color=h[1];else k[["offX","offY","blur"][m++]]=h[2];f.push(k);return f}),textTransform:function(){var d={uppercase:function(f){return f.toUpperCase()},lowercase:function(f){return f.toLowerCase()},capitalize:function(f){return f.replace(/\b./g,function(k){return k.toUpperCase()})}};return function(f,k){var h=d[k.get("textTransform")];return h?h(f):f}}(),whiteSpace:function(){var d={inline:1,"inline-block":1,"run-in":1},f=/^\s+/,k=/\s+$/;return function(h,m,t,D){if(D)if(D.nodeName.toLowerCase()=="br")h=h.replace(f,"");if(d[m.get("display")])return h;t.previousSibling||(h=h.replace(f,""));t.nextSibling||(h=h.replace(k,""));return h}}()};j.ready=function(){function d(v){return v.disabled||f(v.sheet,v.media||"screen")}function f(v,F){if(!j.recognizesMedia(F||"all"))return true;if(!v||v.disabled)return false;try{var K=v.cssRules,Q;if(K){var P=0,R=K.length;a:for(;Q=K[P],P<R;++P)switch(Q.type){case 2:break;case 3:if(!f(Q.styleSheet,Q.media.mediaText))return false;break;default:break a}}}catch(S){}return true}function k(){if(document.createStyleSheet)return true;var v,F;for(F=0;v=E[F];++F)if(v.rel.toLowerCase()=="stylesheet"&&!d(v))return false;for(F=0;v=w[F];++F)if(!d(v))return false;return true}var h=!j.recognizesMedia("all"),m=false,t=[],D=function(){h=true;for(var v;v=t.shift();v());},E=A("link"),w=A("style");g.ready(function(){m||(m=j.getStyle(document.body).isUsable());h||m&&k()?D():setTimeout(arguments.callee,10)});return function(v){h?v():t.push(v)}}();var l=" ".split(/\s+/).length==0,c=new H,o=new z,q=new M,C=false,L={},G={},N={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(d){return jQuery(d)}||window.dojo&&dojo.query||window.Ext&&Ext.query||window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query||window.$$&&function(d){return $$(d)}||window.$&&function(d){return $(d)}||document.querySelectorAll&&function(d){return document.querySelectorAll(d)}||A,separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"},O={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};b.now=function(){g.ready();return b};b.refresh=function(){q.repeat.apply(q,arguments);return b};b.registerEngine=function(d,f){if(!f)return b;L[d]=f;return b.set("engine",d)};b.registerFont=function(d){if(!d)return b;d=new i(d);var f=d.family;G[f]||(G[f]=new J);G[f].add(d);return b.set("fontFamily",'"'+f+'"')};b.replace=function(d,f,k){f=x(N,f);if(!f.engine)return b;if(!C){j.addClass(g.root(),"cufon-active cufon-loading");j.ready(function(){j.addClass(j.removeClass(g.root(),"cufon-loading"),"cufon-ready")});C=true}if(f.hover)f.forceHitArea=true;f.autoDetect&&delete f.fontFamily;if(typeof f.textShadow=="string")f.textShadow=j.textShadow(f.textShadow);if(typeof f.color=="string"&&/^-/.test(f.color))f.textGradient=j.gradient(f.color);else delete f.textGradient;k||q.add(d,arguments);if(d.nodeType||typeof d=="string")d=[d];j.ready(function(){for(var h=0,m=d.length;h<m;++h){var t=d[h];typeof t=="string"?b.replace(f.selector(t),f,true):a(t,f)}});return b};b.set=function(d,f){N[d]=f;return b};return b}();Cufon.registerEngine("canvas",function(){function i(I,B){var n=0,s=0,r=[],A=/([mrvxe])([^a-z]*)/g,u,x=0;a:for(;u=A.exec(I);++x){var y=u[2].split(",");switch(u[1]){case"v":r[x]={m:"bezierCurveTo",a:[n+~~y[0],s+~~y[1],n+~~y[2],s+~~y[3],n+=~~y[4],s+=~~y[5]]};break;case"r":r[x]={m:"lineTo",a:[n+=~~y[0],s+=~~y[1]]};break;case"m":r[x]={m:"moveTo",a:[n=~~y[0],s=~~y[1]]};break;case"x":r[x]={m:"closePath"};break;case"e":break a}B[r[x].m].apply(B,r[x].a)}return r}function J(I,B){for(var n=0,s=I.length;n<s;++n){var r=I[n];B[r.m].apply(B,r.a)}}var z=document.createElement("canvas");if(!(!z||!z.getContext||!z.getContext.apply)){z=null;var M=Cufon.CSS.supports("display","inline-block");z=!M&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var H=document.createElement("style");H.type="text/css";H.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+
(z?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(M?"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(H);return function(I,B,n,s,r){function A(){var f=I.glyphs,k,h=-1,m=-1;for(d.scale(O,1);L[++h];)if(k=f[L[h]]||I.missingGlyph){if(k.d){d.beginPath();if(k.code)J(k.code,d);else k.code=i("m"+k.d,d);d.fill()}d.translate(G[++m],0)}d.restore()}var u=B===null;if(u)B=r.getAttribute("alt");var x=I.viewBox,y=n.getSize("fontSize",I.baseSize),a=0,b=0,g=0,j=0,l=s.textShadow,c=[];if(l)for(var o=l.length;o--;){var q=l[o],C=y.convertFrom(parseFloat(q.offX));q=y.convertFrom(parseFloat(q.offY));c[o]=[C,q];if(q<a)a=q;if(C>b)b=C;if(q>g)g=q;if(C<j)j=C}var L=Cufon.CSS.textTransform(B,n).split(""),G=I.spacing(L,~~y.convertFrom(parseFloat(n.get("letterSpacing"))||0),~~y.convertFrom(parseFloat(n.get("wordSpacing"))||0));if(!G.length)return null;q=G.total;b+=x.width-G[G.length-1];j+=x.minX;if(u){u=r;o=r.firstChild}else{u=document.createElement("cufon");u.className="cufon cufon-canvas";u.setAttribute("alt",B);o=document.createElement("canvas");u.appendChild(o);if(s.printable){r=document.createElement("cufontext");r.appendChild(document.createTextNode(B));u.appendChild(r)}}r=u.style;var N=o.style;C=y.convert(x.height);B=Math.ceil(C)/C;var O=B*Cufon.CSS.fontStretch(n.get("fontStretch"));q=q*O;b=Math.ceil(y.convert(q+b-j));g=Math.ceil(y.convert(x.height-a+g));o.width=b;o.height=g;N.width=b+"px";N.height=g+"px";a+=x.minY;N.top=Math.round(y.convert(a-I.ascent))+"px";N.left=Math.round(y.convert(j))+"px";g=Math.max(Math.ceil(y.convert(q)),0)+"px";if(M){r.width=g;r.height=y.convert(I.height)+"px"}else{r.paddingLeft=g;r.paddingBottom=y.convert(I.height)-1+"px"}var d=o.getContext("2d");y=C/x.height;d.scale(y,y*B);d.translate(-j,-a);d.save();if(l)for(o=l.length;o--;){q=l[o];d.save();d.fillStyle=q.color;d.translate.apply(d,c[o]);A()}if(s=s.textGradient){n=s.stops;x=d.createLinearGradient(0,x.minY,0,x.maxY);o=0;for(s=n.length;o<s;++o)x.addColorStop.apply(x,n[o]);d.fillStyle=x}else d.fillStyle=n.get("color");A();return u}}}());Cufon.registerEngine("vml",function(){function i(n,s){return J(n,/(?:em|ex|%)$|^[a-z-]+$/i.test(s)?"1em":s)}function J(n,s){if(s==="0")return 0;if(/px$/i.test(s))return parseFloat(s);var r=n.style.left,A=n.runtimeStyle.left;n.runtimeStyle.left=n.currentStyle.left;n.style.left=s.replace("%","em");var u=n.style.pixelLeft;n.style.left=r;n.runtimeStyle.left=A;return u}function z(n,s,r,A){var u="computed"+A,x=s[u];if(isNaN(x)){x=s.get(A);s[u]=x=x=="normal"?0:~~r.convertFrom(J(n,x))}return x}function M(n){var s=n.id;if(!B[s]){n=n.stops;var r=document.createElement("cvml:fill"),A=[];r.type="gradient";r.angle=180;r.focus="0";r.method="sigma";r.color=n[0][1];for(var u=1,x=n.length-1;u<x;++u)A.push(n[u][0]*100+"% "+n[u][1]);r.colors=A.join(",");r.color2=n[x][1];B[s]=r}return B[s]}var H=document.namespaces;if(H){H.add("cvml","urn:schemas-microsoft-com:vml");H=null;H=document.createElement("cvml:shape");H.style.behavior="url(#default#VML)";if(H.coordsize){H=null;var I=(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:'+
(I?"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;"));var B={};return function(n,s,r,A,u,x,y){var a=s===null;if(a)s=u.alt;var b=n.viewBox,g=r.computedFontSize||(r.computedFontSize=new Cufon.CSS.Size(i(x,r.get("fontSize"))+"px",n.baseSize)),j;if(a){j=u;u=u.firstChild}else{j=document.createElement("cufon");j.className="cufon cufon-vml";j.alt=s;u=document.createElement("cufoncanvas");j.appendChild(u);if(A.printable){var l=document.createElement("cufontext");l.appendChild(document.createTextNode(s));j.appendChild(l)}y||j.appendChild(document.createElement("cvml:shape"))}y=j.style;var c=u.style,o=g.convert(b.height);l=Math.ceil(o);o=l/o*Cufon.CSS.fontStretch(r.get("fontStretch"));var q=b.minX,C=b.minY;c.height=l;c.top=Math.round(g.convert(C-n.ascent));c.left=Math.round(g.convert(q));y.height=g.convert(n.height)+"px";var L=r.get("color"),G=Cufon.CSS.textTransform(s,r).split(""),N=n.spacing(G,z(x,r,g,"letterSpacing"),z(x,r,g,"wordSpacing"));if(!N.length)return null;s=N.total;var O=-q+s+(b.width-N[N.length-1]);c=g.convert(O*o);c=Math.round(c);b=O+","+b.height;var d;O="r"+b+"ns";for(var f=A.textGradient&&M(A.textGradient),k=n.glyphs,h=0,m=A.textShadow,t=-1,D=0;G[++t];){var E=k[G[t]]||n.missingGlyph,w;if(E){if(a)for(w=u.childNodes[D];w.firstChild;)w.removeChild(w.firstChild);else{w=document.createElement("cvml:shape");u.appendChild(w)}w.stroked="f";w.coordsize=b;w.coordorigin=d=q-h+","+C;w.path=(E.d?"m"+E.d+"xe":"")+"m"+d+O;w.fillcolor=L;f&&w.appendChild(f.cloneNode(false));d=w.style;d.width=c;d.height=l;if(m){d=m[0];E=m[1];var v=Cufon.CSS.color(d.color),F,K=document.createElement("cvml:shadow");K.on="t";K.color=v.color;K.offset=d.offX+","+d.offY;if(E){F=Cufon.CSS.color(E.color);K.type="double";K.color2=F.color;K.offset2=E.offX+","+E.offY}K.opacity=v.opacity||F&&F.opacity||1;w.appendChild(K)}h+=N[D++]}}n=w.nextSibling;if(A.forceHitArea){if(!n){n=document.createElement("cvml:rect");n.stroked="f";n.className="cufon-vml-cover";A=document.createElement("cvml:fill");A.opacity=0;n.appendChild(A);u.appendChild(n)}A=n.style;A.width=c;A.height=l}else n&&u.removeChild(n);y.width=Math.max(Math.ceil(g.convert(s*o)),0);if(I){g=r.computedYAdjust;if(g===undefined){g=r.get("lineHeight");if(g=="normal")g="1em";else isNaN(g)||(g+="em");r.computedYAdjust=g=0.5*(J(x,g)-parseFloat(y.height))}if(g){y.marginTop=Math.ceil(g)+"px";y.marginBottom=g+"px"}}return j}}}}());Cufon.registerFont({w:572,face:{"font-family":"Whitney","font-weight":500,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0",ascent:"800",descent:"-200","x-height":"10",bbox:"-16 -728 982 188","underline-thickness":"20","underline-position":"-123",stemh:"86",stemv:"90","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:220},"!":{d:"190,-690r-25,472r-58,13r-24,-485r107,0xm186,0r-100,0r0,-119r100,0r0,119",w:272},'"':{d:"346,-608r-25,208r-52,-12r-25,-196r102,0xm164,-608r-24,208r-53,-12r-24,-196r101,0",w:409,k:{"4":54}},"#":{d:"199,-121r-25,126r-67,-17r21,-109r-93,0r0,-63r105,0r26,-138r-102,0r-11,-64r125,0r24,-121r70,0r-22,121r126,0r24,-125r68,16r-21,109r92,0r0,64r-104,0r-26,138r101,0r12,63r-126,0r-23,121r-71,0r23,-121r-126,0xm340,-183r26,-141r-131,0r-26,141r131,0",w:575},$:{d:"234,-67v72,-1,111,-30,111,-75v0,-38,-21,-61,-86,-80xm235,-448v-75,1,-103,32,-103,66v0,36,18,56,81,74xm54,-374v0,-85,75,-143,190,-142r13,-82r60,13r-12,74v34,5,65,14,94,27r-12,75v-28,-15,-60,-27,-94,-33r-23,149v107,30,153,70,153,143v0,95,-76,151,-199,151r-17,110r-59,-14r16,-101v-48,-8,-97,-24,-128,-40r13,-75v36,22,81,39,126,47v1,0,26,-165,26,-165v-96,-26,-147,-64,-147,-137",w:458},"%":{d:"314,-374v0,89,-61,141,-140,141v-78,0,-138,-52,-138,-141v0,-89,60,-143,138,-143v79,0,140,54,140,143xm570,-498r-325,505r-65,-17r326,-505xm715,-132v0,89,-60,141,-139,141v-78,0,-139,-52,-139,-141v0,-89,61,-143,139,-143v79,0,139,54,139,143xm242,-375v0,-46,-21,-86,-68,-86v-49,0,-67,40,-67,87v0,46,21,85,68,85v49,0,67,-39,67,-86xm644,-133v0,-47,-21,-86,-68,-86v-49,0,-67,39,-67,87v0,46,20,85,68,85v49,0,67,-39,67,-86",w:750},"&":{d:"511,-13r-88,20r-68,-67v-42,44,-95,71,-160,71v-111,0,-171,-53,-171,-140v0,-71,45,-118,113,-152v-89,-82,-55,-239,95,-236v51,0,97,14,132,32r-13,80v-39,-25,-78,-40,-115,-40v-88,0,-67,83,-17,134r131,134v15,-33,25,-73,30,-120r73,16v-9,59,-26,113,-51,158xm309,-107r-127,-127v-45,24,-70,56,-70,96v0,48,34,80,92,80v39,0,76,-16,105,-49",w:508,k:{y:18,w:18,v:27,t:27,Y:81,W:40,V:49,T:81,S:4,Q:13,O:13,G:13,C:13}},"(":{d:"284,52r-81,17v-107,-88,-161,-174,-161,-299v0,-130,72,-231,199,-303r11,75v-76,51,-120,126,-120,230v0,104,46,183,152,280",w:301,k:{S:13,Q:36,O:36,J:18,G:36,C:36,A:27}},")":{d:"259,-232v0,131,-72,232,-199,304r-12,-76v76,-50,121,-125,121,-229v0,-104,-46,-183,-153,-280r81,-17v107,88,162,174,162,298",w:301},"*":{d:"359,-569r-109,52r58,107r-26,17r-82,-87r-83,87r-25,-17r57,-107r-108,-52r10,-29r118,21r14,-118r33,0r14,118r119,-21",w:400,k:{s:9,q:18,o:18,g:18,c:18,a:45,X:18,J:54,A:90}},"+":{d:"518,-216r-193,0r0,199r-78,0r0,-199r-193,0r0,-75r193,0r0,-198r78,0r0,198r193,0r0,75"},",":{d:"180,-119r-104,252r-49,-12r50,-240r103,0",w:227,k:{Y:108,W:72,V:90,T:90,Q:27,O:27,G:27,C:27,"7":30,"1":25}},"-":{d:"300,-241r-246,0r0,-87r246,0r0,87",w:354,k:{y:18,v:18,t:27,Z:22,Y:81,X:54,W:45,V:54,T:63,S:18,J:40,A:22,"4":45}},".":{d:"163,0r-99,0r0,-119r99,0r0,119",w:227,k:{Y:108,W:72,V:90,T:90,Q:27,O:27,G:27,C:27,"7":30,"1":25}},"/":{d:"414,-538r-356,612r-74,-16r357,-612",w:405,k:{s:-9,q:22,o:22,m:31,j:45,g:22,c:22,a:54,Z:18,X:18,Q:45,O:45,M:22,J:63,G:45,C:45,A:127,"9":15,"4":95,"/":120}},"0":{d:"502,-253v0,160,-100,263,-231,263v-129,0,-228,-103,-228,-263v0,-161,99,-265,228,-265v131,0,231,104,231,265xm412,-253v0,-103,-51,-190,-141,-190v-90,0,-138,85,-138,190v0,102,50,189,138,189v92,0,141,-85,141,-189",w:545,k:{"7":8,"1":5}},"1":{d:"237,0r-89,0r0,-421r-117,42r-10,-72r139,-64r77,0r0,515",w:324},"2":{d:"445,0r-404,0r0,-74r221,-168v52,-40,82,-73,82,-116v0,-50,-34,-81,-96,-81v-61,0,-117,23,-180,62r-14,-78v57,-35,120,-60,198,-60v113,0,183,60,183,149v0,127,-190,214,-279,288r278,0",w:489},"3":{d:"435,-37v0,156,-194,251,-394,217r-16,-85v32,7,63,11,107,11v131,0,215,-61,215,-146v0,-93,-118,-108,-219,-92r0,-74r34,-4v125,-15,173,-69,173,-137v0,-56,-39,-92,-106,-92v-66,0,-129,29,-184,70r-13,-80v50,-37,121,-68,201,-68v130,0,190,72,190,162v0,86,-60,143,-126,170v75,13,138,52,138,148",w:481,k:{"/":-41}},"4":{d:"543,0r-107,0r0,173r-83,13r0,-186r-319,0r0,-66r294,-449r108,0r0,440r107,0r0,75xm353,-75r0,-345r-226,345r226,0",w:567,k:{"9":12,"8":10,"6":10,"3":13,"1":10,"0":10,"/":-30}},"5":{d:"455,-68v0,174,-192,284,-404,247r-15,-83v32,7,66,11,110,11v133,0,219,-77,219,-167v0,-122,-147,-122,-229,-81r-74,-12r14,-354r344,0r12,81r-282,0r-8,208v129,-60,313,-10,313,150",w:494,k:{"0":5,"/":-45}},"6":{d:"148,-386v43,-25,101,-46,161,-46v116,0,196,75,196,208v0,132,-99,234,-227,234v-134,0,-228,-100,-228,-289v0,-238,141,-372,349,-426r13,79v-155,42,-237,125,-264,240xm136,-305v-5,143,44,241,143,241v83,0,137,-64,137,-156v0,-87,-42,-137,-122,-137v-55,0,-114,24,-158,52",w:548,k:{"7":13,"/":10}},"7":{d:"445,-437r-263,623r-85,-20r251,-592r-309,0r-13,-81r419,0r0,70",w:490,k:{"<":36,"9":8,"8":5,"4":63,"0":5,"/":65,".":63,"-":18,",":63,"&":36}},"8":{d:"304,-393v60,-34,97,-83,97,-134v0,-59,-39,-102,-119,-102v-83,0,-123,52,-123,104v0,61,36,89,145,132xm256,-331v-76,35,-121,90,-121,155v0,69,57,115,145,115v87,0,143,-51,143,-116v0,-71,-37,-104,-167,-154xm182,-362v-67,-34,-109,-80,-109,-162v0,-97,82,-179,209,-179v130,0,205,79,205,174v0,76,-49,128,-112,166v87,42,136,89,136,187v0,100,-88,189,-233,189v-154,0,-231,-88,-231,-189v0,-80,55,-142,135,-186",w:558,k:{"7":5,"3":5,"/":13}},"9":{d:"401,-119v-50,25,-103,44,-162,44v-117,0,-196,-74,-196,-208v0,-132,98,-234,226,-234v134,0,229,100,229,289v0,238,-133,362,-350,416r-11,-79v161,-42,238,-118,264,-228xm412,-198v6,-144,-47,-245,-144,-245v-80,0,-136,64,-136,156v0,88,41,137,124,137v58,0,109,-19,156,-48",w:548,k:{"7":13,"3":5,"1":5}},":":{d:"168,-358r-100,0r0,-119r100,0r0,119xm168,0r-100,0r0,-119r100,0r0,119",w:236,k:{Y:63,W:31,V:36,T:63}},";":{d:"175,-358r-100,0r0,-119r100,0r0,119xm178,-119r-104,252r-49,-12r50,-240r103,0",w:236,k:{Y:63,W:31,V:36,T:63}},"<":{d:"504,-1r-447,-218r0,-67r447,-218r0,86r-352,165r352,165r0,87"},"=":{d:"518,-318r-445,0r0,-80r445,0r0,80xm518,-109r-445,0r0,-80r445,0r0,80",w:590},">":{d:"515,-221r-447,218r0,-86r352,-164r-352,-166r0,-87r447,218r0,67",k:{"7":54,"3":18,"2":27,"1":18}},"?":{d:"463,-526v0,108,-72,155,-191,209r-9,99r-58,13r-13,-165r41,-17v94,-39,136,-71,136,-135v0,-61,-49,-96,-116,-96v-78,0,-140,35,-196,81r-13,-92v61,-45,132,-74,214,-74v122,0,205,68,205,177xm284,0r-100,0r0,-119r100,0r0,119",w:518},"@":{d:"477,-205r30,-169v-21,-7,-33,-9,-59,-9v-66,0,-139,81,-139,203v0,49,19,69,50,69v31,0,65,-27,118,-94xm478,-136v-55,66,-92,92,-142,92v-54,0,-106,-40,-106,-122v0,-227,174,-335,363,-255r-35,209v-14,54,-6,119,58,119v72,0,124,-76,124,-210v0,-192,-124,-288,-284,-288v-196,0,-361,170,-361,406v0,201,124,290,288,290v86,0,156,-19,217,-49r6,36v-58,27,-133,48,-227,48v-199,0,-328,-117,-328,-324v0,-242,178,-443,409,-443v195,0,323,126,323,323v0,154,-74,260,-176,260v-67,0,-116,-31,-129,-92",w:836},A:{d:"659,-13r-91,20r-81,-214r-285,0r-78,207r-95,0r270,-693r94,0xm455,-290r-111,-291r-110,291r221,0",w:688,k:{y:18,w:9,v:18,u:13,t:18,q:13,o:13,g:13,c:13,"\\":127,Y:95,W:68,V:90,U:18,T:90,Q:27,O:27,G:27,C:27,"?":59,"-":22,"*":90,")":27}},B:{d:"503,-202v0,138,-96,202,-255,202r-165,0r0,-690r167,0v152,0,223,73,223,179v0,70,-37,117,-99,143v77,23,129,75,129,166xm381,-508v0,-63,-39,-102,-133,-102r-73,0r0,210r66,0v91,0,140,-40,140,-108xm411,-200v0,-80,-56,-123,-159,-123r-77,0r0,243r80,0v99,0,156,-40,156,-120",w:545,k:{"\\":31,Z:9,Y:27,X:13,W:13,V:18,T:18,")":18,"&":-13}},C:{d:"583,-54v-53,39,-130,67,-209,67v-194,0,-319,-144,-319,-357v0,-214,127,-359,321,-359v82,0,143,21,196,57r-14,96v-50,-38,-109,-67,-183,-67v-140,0,-223,106,-223,272v0,166,84,271,223,271v74,0,139,-29,194,-69",w:646,k:{y:27,x:9,w:18,v:18,t:36,q:18,o:18,m:9,g:18,c:18,a:9,Z:9,Y:18,X:13,W:9,V:9,T:9,Q:36,O:36,G:36,C:36,A:9,"-":18}},D:{d:"646,-346v0,205,-130,346,-367,346r-196,0r0,-690r200,0v240,0,363,142,363,344xm549,-345v0,-173,-105,-260,-263,-260r-109,0r0,520r106,0v166,0,266,-84,266,-260",w:703,k:{"}":36,z:9,y:9,x:18,v:9,a:18,"]":36,"\\":45,Z:36,Y:54,X:40,W:27,V:31,T:54,S:9,J:36,A:36,"?":13,"/":54,".":31,",":31,")":45}},E:{d:"465,0r-382,0r0,-690r372,0r0,86r-278,0r0,200r216,0r14,86r-230,0r0,232r288,0r0,86",w:502,k:{y:27,w:9,v:9,Q:9,O:9,G:9,C:9}},F:{d:"442,-604r-265,0r0,211r208,0r14,86r-222,0r0,307r-94,0r0,-690r359,0r0,86",w:478,k:{z:18,y:27,x:27,w:18,v:18,t:36,s:9,q:13,p:18,o:13,n:18,m:36,l:18,k:18,j:63,i:18,h:18,g:13,f:18,e:18,d:18,c:13,a:27,Z:18,X:13,S:9,Q:13,O:13,M:13,J:54,G:13,C:13,A:68,"?":-9,";":13,":":13,"/":90,".":72,",":72,"&":18}},G:{d:"624,-54v-59,38,-142,67,-233,67v-219,0,-336,-144,-336,-357v0,-214,122,-359,328,-359v92,0,156,23,210,59r-15,96v-51,-40,-115,-69,-196,-69v-151,0,-230,106,-230,272v0,166,81,271,239,271v60,0,100,-12,140,-34r0,-183r-159,0r-13,-86r265,0r0,323",w:697,k:{t:9,"\\":31,Y:27,W:13,V:18,T:27,"?":9}},H:{d:"620,0r-94,0r0,-318r-349,0r0,318r-94,0r0,-690r94,0r0,286r349,0r0,-286r94,0r0,690",w:703},I:{d:"183,0r-94,0r0,-690r94,0r0,690",w:272},J:{d:"293,-170v3,145,-117,195,-257,171r-14,-85v23,6,44,9,77,9v64,0,99,-30,99,-103r0,-512r95,0r0,520",w:370,k:{j:9,J:18,A:13,".":9,",":9}},K:{d:"600,-15r-98,22r-325,-357r0,350r-94,0r0,-690r94,0r0,310r292,-310r113,0r-303,320",w:609,k:{y:27,w:18,v:18,t:40,q:18,o:18,g:18,c:18,Y:18,W:18,V:22,U:9,S:9,Q:45,O:45,G:45,C:45,"?":9,"-":45,"&":9}},L:{d:"439,0r-356,0r0,-690r94,0r0,604r249,0",w:468,k:{y:27,w:9,v:22,u:18,t:45,"\\":127,Y:108,W:90,V:99,U:20,T:108,Q:45,O:45,G:45,C:45,"?":54,"-":45,"*":81,")":9}},M:{d:"835,0r-90,0r-43,-549r-218,552r-71,0r-218,-552r-42,549r-88,0r55,-690r116,0r215,566r215,-566r115,0",w:900,k:{y:18,t:9,"\\":22,Y:27,W:18,V:22,T:18}},N:{d:"620,0r-71,0r-379,-537r0,537r-87,0r0,-690r84,0r366,517r0,-517r87,0r0,690",w:703,k:{j:-9}},O:{d:"691,-346v0,213,-124,359,-319,359v-194,0,-317,-144,-317,-357v0,-214,125,-359,319,-359v195,0,317,144,317,357xm595,-345v0,-166,-86,-272,-222,-272v-137,0,-221,106,-221,272v0,166,85,272,221,272v137,0,222,-106,222,-272",w:746,k:{"}":27,x:4,n:-18,m:-4,j:18,a:13,"]":36,"\\":45,Z:27,Y:45,X:31,W:22,V:27,T:45,S:4,J:30,A:27,"?":13,"/":45,".":27,",":27,")":36}},P:{d:"500,-491v1,166,-137,224,-323,211r0,280r-94,0r0,-690r183,0v146,0,234,71,234,199xm405,-488v0,-79,-50,-119,-144,-119r-84,0r0,244v124,7,228,-10,228,-125",w:536,k:{q:22,o:22,m:9,j:45,g:22,c:22,a:54,Z:31,Y:18,X:31,M:9,J:70,A:68,"/":99,".":81,"-":18,",":81,")":27,"&":22}},Q:{d:"691,-346v0,176,-85,294,-213,336r198,70r-19,83r-373,-139v-151,-56,-229,-172,-229,-348v0,-214,125,-359,319,-359v195,0,317,144,317,357xm595,-345v0,-166,-86,-272,-222,-272v-137,0,-221,106,-221,272v0,166,85,277,221,277v137,0,222,-111,222,-277",w:746,k:{j:18,a:13,"\\":45,Z:27,Y:45,X:31,W:22,V:27,T:45,S:4,J:15,A:27,"?":13,".":27,")":22}},R:{d:"406,-489v0,-75,-47,-118,-139,-118r-90,0r0,237r80,0v91,0,149,-41,149,-119xm349,-303r205,289r-95,21r-211,-298r-71,0r0,291r-94,0r0,-690r188,0v141,0,229,70,229,196v0,104,-61,166,-151,191",w:570,k:{"\\":27,Y:31,W:18,V:22,T:18,Q:9,O:9,G:9,C:9,"-":13}},S:{d:"464,-182v0,115,-88,190,-218,190v-75,0,-142,-18,-193,-45r14,-96v47,31,112,59,181,59v73,0,123,-38,123,-101v0,-65,-29,-95,-123,-136v-135,-59,-188,-99,-188,-209v0,-106,85,-178,210,-178v67,0,117,16,157,39r-15,94v-38,-29,-90,-51,-145,-51v-75,0,-114,39,-114,89v0,58,29,86,124,127v137,59,187,105,187,218",w:512,k:{y:27,x:9,w:9,v:9,a:9,"\\":13,Z:4,Y:27,X:9,W:13,V:18,T:13,S:9,Q:4,O:4,G:4,C:4,A:4,"?":13,")":13,"&":-13}},T:{d:"574,-604r-226,0r0,604r-95,0r0,-604r-220,0r0,-86r527,0",w:601,k:{z:90,y:90,x:90,w:90,v:90,t:81,s:90,r:81,q:99,p:81,o:99,n:81,m:81,l:81,k:81,j:81,i:81,h:81,g:99,f:81,e:81,d:81,c:99,b:81,a:118,Z:18,X:13,S:13,Q:45,O:45,M:18,J:63,G:45,C:45,A:90,";":63,":":63,"/":108,".":90,"-":63,",":90,"&":49}},U:{d:"613,-266v0,174,-103,279,-270,279v-167,0,-267,-106,-267,-274r0,-429r94,0r0,417v0,120,54,200,173,200v117,0,176,-72,176,-197r0,-420r94,0r0,424",w:689,k:{Z:4,X:7,J:15,A:18}},V:{d:"648,-690r-269,693r-84,0r-266,-680r94,-20r215,574r211,-567r99,0",w:677,k:{z:36,y:36,x:36,w:36,v:36,t:36,s:36,r:36,q:45,p:36,o:45,n:36,m:36,l:36,k:36,j:90,i:36,h:36,g:45,f:36,e:36,d:36,c:45,b:36,a:72,Z:13,X:18,S:18,Q:27,O:27,M:22,J:63,G:27,C:27,A:90,";":36,":":36,"/":127,".":90,"-":54,",":90,"&":36}},W:{d:"982,-690r-208,690r-79,0r-187,-559r-187,559r-78,0r-204,-677r92,-20r156,549r176,-542r94,0r176,542r153,-542r96,0",w:1017,k:{z:27,y:27,x:27,w:27,v:27,t:27,s:36,r:40,q:45,p:40,o:45,n:31,m:40,l:40,k:40,j:81,i:45,h:40,g:45,f:40,e:40,d:40,c:45,b:40,a:72,Z:9,X:13,S:13,Q:22,O:22,M:18,J:59,G:22,C:22,A:68,";":31,":":31,"/":90,".":72,"-":45,",":72,"&":27}},X:{d:"316,-287r-187,287r-103,0r240,-359r-214,-318r95,-20r172,261r164,-254r104,0r-218,326r237,351r-96,20",w:636,k:{y:45,w:27,v:36,u:4,t:27,q:27,o:27,g:27,c:27,"\\":18,Y:18,X:9,W:13,V:18,U:7,T:13,S:9,Q:31,O:31,G:31,C:31,"?":18,"-":54,"*":18,"&":9}},Y:{d:"614,-690r-251,416r0,274r-94,0r0,-274r-244,-403r94,-20r198,337r193,-330r104,0",w:636,k:{z:54,y:54,x:45,w:54,v:54,t:54,s:63,r:54,q:72,p:54,o:72,n:54,m:54,l:54,k:54,j:63,i:54,h:54,g:72,f:54,e:54,d:54,c:72,b:54,a:90,Z:18,X:18,S:27,Q:45,O:45,M:27,J:77,G:45,C:45,A:95,";":63,":":63,"/":127,".":108,"-":81,",":108,"&":63}},Z:{d:"563,0r-515,0r0,-70r393,-538r-363,0r-13,-82r489,0r0,70r-393,538r389,0",w:605,k:{y:27,x:9,w:9,v:9,t:27,s:9,q:18,o:18,g:18,c:18,Q:27,O:27,G:27,C:27,"-":36,"&":9}},"[":{d:"278,76r-216,0r0,-583r212,0r0,64r-132,0r0,456r128,0",w:310,k:{Q:36,O:36,G:36,C:36}},"\\":{d:"-9,-538r73,-16r357,612r-74,16",w:405,k:{y:63,w:27,v:36,t:54,q:22,o:22,g:22,c:22,Y:127,W:90,V:127,T:108,Q:45,O:45,J:-27,G:45,C:45}},"]":{d:"248,76r-213,0r0,-63r133,0r0,-456r-128,0r-8,-64r216,0r0,583",w:310},"^":{d:"363,-554r-49,10r-88,-74r-85,71r-56,0r100,-141r84,0",w:454},_:{d:"456,104r-458,0r0,-70r458,0r0,70",w:454},a:{d:"350,-206v-1,0,-78,-223,-83,-220r-82,220r165,0xm156,-127r-47,127r-88,0r200,-513r100,0r198,502r-89,20r-50,-136r-224,0",w:540,k:{y:36,w:9,v:18,u:7,t:36,q:9,o:9,g:9,c:9,"\\":40,"?":77,"*":45}},b:{d:"428,-149v0,102,-76,149,-191,149r-165,0r0,-507r164,0v114,0,169,53,169,129v0,58,-30,91,-73,110v57,17,96,53,96,119xm321,-370v0,-40,-27,-62,-89,-62r-74,0r0,131v77,4,163,1,163,-69xm343,-149v0,-52,-35,-80,-104,-80r-81,0r0,155v86,2,185,7,185,-75",w:474,k:{y:13,x:9,w:13,v:18,t:18,j:9,"?":49}},c:{d:"442,-35v-41,27,-95,45,-154,45v-149,0,-244,-106,-244,-262v0,-158,98,-265,244,-265v62,0,107,14,146,39r-14,83v-36,-27,-77,-46,-129,-46v-98,0,-154,73,-154,188v0,114,59,188,156,188v50,0,97,-19,137,-47",w:481,k:{x:-4,w:9,t:9,q:9,o:9,g:9,c:9,"?":59}},d:{d:"504,-254v0,144,-99,254,-279,254r-153,0r0,-507r153,0v182,0,279,107,279,253xm412,-253v0,-110,-72,-174,-181,-174r-69,0r0,347v149,12,250,-38,250,-173",w:548,k:{z:18,y:27,x:13,w:9,v:18,t:18,s:9,j:9,a:18,"\\":22,"?":31,"/":22,"*":18}},e:{d:"394,0r-322,0r0,-507r315,0r0,79r-225,0r0,125r180,0r13,79r-193,0r0,145r232,0r0,79",w:439,k:{s:9,q:9,o:9,j:9,g:9,c:9,"?":49}},f:{d:"379,-428r-217,0r0,133r171,0r13,79r-184,0r0,216r-90,0r0,-507r307,0r0,79",w:413,k:{z:18,x:5,t:9,s:4,q:4,o:4,m:12,j:36,g:4,c:4,a:45,"?":49,".":63,",":63}},g:{d:"479,-41v-49,31,-113,51,-182,51v-163,0,-253,-106,-253,-262v0,-158,95,-265,251,-265v68,0,117,16,158,42r-13,83v-39,-29,-85,-50,-144,-50v-105,0,-159,76,-159,189v0,113,55,189,164,189v40,0,67,-9,93,-23r0,-115r-110,0r-13,-79r208,0r0,240",w:528,k:{y:9,w:9,v:9,t:18,"?":49}},h:{d:"486,0r-91,0r0,-223r-233,0r0,223r-90,0r0,-507r90,0r0,202r233,0r0,-202r91,0r0,507",w:558,k:{"?":49}},i:{d:"167,0r-91,0r0,-507r91,0r0,507",w:243,k:{"?":49}},j:{d:"245,-135v3,118,-97,155,-210,135r-11,-76v14,3,37,6,55,6v56,0,75,-20,75,-68r0,-369r91,0r0,372",w:315,k:{q:9,o:9,j:9,g:9,a:9,"?":49}},k:{d:"478,-13r-93,21r-223,-254r0,246r-90,0r0,-507r90,0r0,228r200,-228r103,0r-213,238",w:488,k:{y:18,x:9,w:18,v:18,s:9,q:27,o:27,g:27,c:27,"?":49,"-":54}},l:{d:"367,0r-295,0r0,-507r90,0r0,429r192,0",w:402,k:{y:45,w:9,v:45,t:63,q:31,o:31,g:31,c:31,"\\":77,"?":59,"-":45,"*":81}},m:{d:"678,0r-90,0r-31,-410r-145,412r-90,0r-145,-412r-30,410r-82,0r40,-507r128,0r139,407r141,-407r125,0",w:743,k:{y:10,w:4,v:6,t:10,"?":49}},n:{d:"487,0r-79,0r-254,-374r0,374r-82,0r0,-507r90,0r243,359r0,-359r82,0r0,507",w:559,k:{"?":49}},o:{d:"531,-254v0,164,-113,264,-243,264v-131,0,-244,-99,-244,-263v0,-165,114,-264,244,-264v131,0,243,98,243,263xm439,-253v0,-104,-59,-187,-151,-187v-96,0,-152,80,-152,186v0,103,59,188,152,188v95,0,151,-82,151,-187",w:575,k:{z:18,y:22,x:13,w:4,v:9,t:13,j:9,a:18,"\\":22,"?":31,"/":22,"*":18}},p:{d:"418,-352v0,127,-111,169,-256,158r0,194r-90,0r0,-507r165,0v110,0,181,57,181,155xm330,-350v0,-76,-82,-87,-168,-81r0,162v85,4,168,0,168,-81",w:443,k:{z:13,x:9,w:-9,v:-9,j:45,a:27,"?":49,".":54,",":54}},q:{d:"531,-257v0,112,-49,192,-149,240r143,48r-12,77r-282,-101v-118,-42,-187,-120,-187,-259v0,-165,114,-265,244,-265v131,0,243,96,243,260xm439,-252v0,-103,-59,-188,-151,-188v-96,0,-152,82,-152,188v0,103,59,189,152,189v95,0,151,-83,151,-189",w:577,k:{z:9,y:13,x:13,v:13,t:22,j:9,a:9,"\\":22,"?":31,"*":18}},r:{d:"457,-15r-93,21r-147,-202r-55,0r0,196r-90,0r0,-507r157,0v116,0,191,56,191,156v0,75,-42,122,-106,144xm330,-350v0,-74,-83,-85,-168,-79r0,163v87,6,168,-6,168,-84",w:477,k:{y:27,w:9,v:9,t:9,q:4,o:4,g:4,c:4,"?":49}},s:{d:"396,-147v0,94,-75,154,-186,154v-60,0,-122,-16,-174,-38r13,-81v48,25,113,45,165,45v58,0,99,-26,99,-69v0,-42,-27,-58,-100,-83v-106,-37,-160,-70,-160,-149v0,-87,72,-146,170,-146v58,0,109,13,147,30r-13,83v-46,-24,-91,-38,-137,-38v-50,0,-84,27,-84,60v0,39,28,53,107,80v106,37,153,73,153,152",w:436,k:{z:9,y:9,x:4,w:4,v:4,t:9,"?":59,"/":-9,"*":9}},t:{d:"440,-427r-166,0r0,427r-91,0r0,-427r-159,0r0,-80r404,0",w:465,k:{z:9,x:9,s:4,q:13,o:13,m:10,j:27,g:13,c:13,a:36,"?":49,"/":81,".":45,"-":27,",":45,"&":18}},u:{d:"485,-201v0,137,-81,211,-210,211v-127,0,-206,-75,-206,-207r0,-310r90,0r0,306v0,82,38,134,117,134v77,0,118,-47,118,-132r0,-308r91,0r0,306",w:554,k:{a:7,Z:4,X:4,J:9,A:13}},v:{d:"502,-507r-201,515r-84,0r-196,-504r91,-20r151,413r148,-404r91,0",w:523,k:{z:9,x:9,v:9,s:4,q:13,o:13,m:6,j:27,g:13,c:13,a:36,"/":31,".":36,"-":18,",":36,"&":18}},w:{d:"740,-507r-153,510r-85,0r-119,-400r-122,400r-85,0r-149,-498r92,-20r104,392r115,-384r97,0r115,384r103,-384r87,0",w:765,k:{z:4,x:4,s:4,q:9,o:9,m:4,j:18,g:9,c:9,a:18,"/":22,".":27,",":27,"&":9}},x:{d:"468,-11r-93,20r-133,-207r-126,198r-99,0r176,-262r-158,-234r93,-20r118,187r112,-178r100,0r-163,242",w:488,k:{y:9,x:4,w:4,v:9,t:9,s:4,q:13,o:13,g:13,c:13}},y:{d:"476,-507r-188,310r0,197r-91,0r0,-196r-182,-300r92,-20r137,240r133,-231r99,0",w:490,k:{z:9,y:18,x:9,s:9,q:36,o:22,m:10,j:45,g:36,c:36,a:45,"?":27,"/":81,".":45,"-":18,",":45,"&":18}},z:{d:"431,0r-396,0r0,-64r292,-368r-258,0r-12,-75r377,0r0,64r-292,369r278,0",w:478,k:{z:-9,y:-9,q:18,o:18,g:18,c:18}},"{":{d:"329,76r-97,0v-74,0,-109,-34,-109,-96v0,-34,10,-65,10,-100v0,-62,-40,-71,-98,-68r-9,-54v62,3,108,-5,107,-69v0,-34,-10,-66,-10,-99v0,-62,35,-97,109,-97r93,0r0,64v-48,4,-121,-16,-121,36v0,29,10,65,10,97v2,61,-34,80,-78,96v48,10,78,34,78,93v0,53,-42,139,38,134r68,0",w:360,k:{Q:36,O:36,G:36,C:36}},"|":{d:"173,173r-80,13r0,-895r80,-13r0,895",w:266},"}":{d:"334,-188v-61,-2,-107,3,-107,68v0,35,10,66,10,100v0,62,-35,96,-108,96r-94,0r0,-63v47,-4,121,16,121,-36v0,-30,-10,-66,-10,-98v-2,-62,34,-80,78,-95v-48,-11,-78,-35,-78,-94v0,-53,43,-139,-39,-133r-67,0r-8,-64r97,0v73,0,108,35,108,97v0,32,-10,65,-10,99v0,60,40,72,98,69",w:360},"~":{d:"132,-346v39,0,111,53,136,48v15,0,24,-12,32,-51r58,12v-9,76,-36,114,-82,114v-39,0,-111,-53,-136,-48v-15,0,-24,11,-32,51r-58,-12v9,-76,36,-114,82,-114",w:409},"'":{d:"164,-608r-24,208r-53,-12r-24,-196r101,0",w:227,k:{"4":54}},"`":{d:"317,-577r-60,0r-134,-127r108,-24",w:454},"\u00a0":{w:220}}});