if(typeof Object.create!=="function"){Object.create=function(o){function F(){};F.prototype=o;return new F();};}
var ua={toString:function(){return navigator.userAgent;},test:function(s){return this.toString().toLowerCase().indexOf(s.toLowerCase())>-1;}};ua.version=(ua.toString().toLowerCase().match(/[\s\S]+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[])[1];ua.webkit=ua.test("webkit");ua.gecko=ua.test("gecko")&&!ua.webkit;ua.opera=ua.test("opera");ua.ie=ua.test("msie")&&!ua.opera;ua.ie6=ua.ie&&document.compatMode&&typeof document.documentElement.style.maxHeight==="undefined";ua.ie7=ua.ie&&document.documentElement&&typeof document.documentElement.style.maxHeight!=="undefined"&&typeof XDomainRequest==="undefined";ua.ie8=ua.ie&&typeof XDomainRequest!=="undefined";var domReady=function(){var _1=[];var _2=function(){if(!arguments.callee.done){arguments.callee.done=true;for(var i=0;i<_1.length;i++){_1[i]();}}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",_2,false);}
if(ua.ie){(function(){try{document.documentElement.doScroll("left");}
catch(e){setTimeout(arguments.callee,50);return;}
_2();})();document.onreadystatechange=function(){if(document.readyState==="complete"){document.onreadystatechange=null;_2();}};}
if(ua.webkit&&document.readyState){(function(){if(document.readyState!=="loading"){_2();}else{setTimeout(arguments.callee,10);}})();}
window.onload=_2;return function(fn){if(typeof fn==="function"){_1[_1.length]=fn;}
return fn;};}();var cssHelper=function(){var _3={BLOCKS:/[^\s{][^{]*\{(?:[^{}]*\{[^{}]*\}[^{}]*|[^{}]*)*\}/g,BLOCKS_INSIDE:/[^\s{][^{]*\{[^{}]*\}/g,DECLARATIONS:/[a-zA-Z\-]+[^;]*:[^;]+;/g,RELATIVE_URLS:/url\(['"]?([^\/\)'"][^:\)'"]+)['"]?\)/g,REDUNDANT_COMPONENTS:/(?:\/\*([^*\\\\]|\*(?!\/))+\*\/|@import[^;]+;)/g,REDUNDANT_WHITESPACE:/\s*(,|:|;|\{|\})\s*/g,MORE_WHITESPACE:/\s{2,}/g,FINAL_SEMICOLONS:/;\}/g,NOT_WHITESPACE:/\S+/g};var _4,_5=false;var _6=[];var _7=function(fn){if(typeof fn==="function"){_6[_6.length]=fn;}};var _8=function(){for(var i=0;i<_6.length;i++){_6[i](_4);}};var _9={};var _a=function(n,v){if(_9[n]){var _b=_9[n].listeners;if(_b){for(var i=0;i<_b.length;i++){_b[i](v);}}}};var _c=function(_d,_e,_f){if(ua.ie&&!window.XMLHttpRequest){window.XMLHttpRequest=function(){return new ActiveXObject("Microsoft.XMLHTTP");};}
if(!XMLHttpRequest){return"";}
var r=new XMLHttpRequest();try{r.open("get",_d,true);r.setRequestHeader("X_REQUESTED_WITH","XMLHttpRequest");}
catch(e){_f();return;}
var _10=false;setTimeout(function(){_10=true;},5000);document.documentElement.style.cursor="progress";r.onreadystatechange=function(){if(r.readyState===4&&!_10){if(!r.status&&location.protocol==="file:"||(r.status>=200&&r.status<300)||r.status===304||navigator.userAgent.indexOf("Safari")>-1&&typeof r.status==="undefined"){_e(r.responseText);}else{_f();}
document.documentElement.style.cursor="";r=null;}};r.send("");};var _11=function(_12){_12=_12.replace(_3.REDUNDANT_COMPONENTS,"");_12=_12.replace(_3.REDUNDANT_WHITESPACE,"$1");_12=_12.replace(_3.MORE_WHITESPACE," ");_12=_12.replace(_3.FINAL_SEMICOLONS,"}");return _12;};var _13={mediaQueryList:function(s){var o={};var idx=s.indexOf("{");var lt=s.substring(0,idx);s=s.substring(idx+1,s.length-1);var mqs=[],rs=[];var qts=lt.toLowerCase().substring(7).split(",");for(var i=0;i<qts.length;i++){mqs[mqs.length]=_13.mediaQuery(qts[i],o);}
var rts=s.match(_3.BLOCKS_INSIDE);if(rts!==null){for(i=0;i<rts.length;i++){rs[rs.length]=_13.rule(rts[i],o);}}
o.getMediaQueries=function(){return mqs;};o.getRules=function(){return rs;};o.getListText=function(){return lt;};o.getCssText=function(){return s;};return o;},mediaQuery:function(s,mql){s=s||"";var not=false,_14;var exp=[];var _15=true;var _16=s.match(_3.NOT_WHITESPACE);for(var i=0;i<_16.length;i++){var _17=_16[i];if(!_14&&(_17==="not"||_17==="only")){if(_17==="not"){not=true;}}else{if(!_14){_14=_17;}else{if(_17.charAt(0)==="("){var _18=_17.substring(1,_17.length-1).split(":");exp[exp.length]={mediaFeature:_18[0],value:_18[1]||null};}}}}
return{getList:function(){return mql||null;},getValid:function(){return _15;},getNot:function(){return not;},getMediaType:function(){return _14;},getExpressions:function(){return exp;}};},rule:function(s,mql){var o={};var idx=s.indexOf("{");var st=s.substring(0,idx);var ss=st.split(",");var ds=[];var dts=s.substring(idx+1,s.length-1).split(";");for(var i=0;i<dts.length;i++){ds[ds.length]=_13.declaration(dts[i],o);}
o.getMediaQueryList=function(){return mql||null;};o.getSelectors=function(){return ss;};o.getSelectorText=function(){return st;};o.getDeclarations=function(){return ds;};o.getPropertyValue=function(n){for(var i=0;i<ds.length;i++){if(ds[i].getProperty()===n){return ds[i].getValue();}}
return null;};return o;},declaration:function(s,r){var idx=s.indexOf(":");var p=s.substring(0,idx);var v=s.substring(idx+1);return{getRule:function(){return r||null;},getProperty:function(){return p;},getValue:function(){return v;}};}};var _19=function(el){if(typeof el.cssHelperText!=="string"){return;}
var o={mediaQueryLists:[],rules:[],selectors:{},declarations:[],properties:{}};var _1a=o.mediaQueryLists;var ors=o.rules;var _1b=el.cssHelperText.match(_3.BLOCKS);if(_1b!==null){for(var i=0;i<_1b.length;i++){if(_1b[i].substring(0,7)==="@media "){_1a[_1a.length]=_13.mediaQueryList(_1b[i]);ors=o.rules=ors.concat(_1a[_1a.length-1].getRules());}else{ors[ors.length]=_13.rule(_1b[i]);}}}
var oss=o.selectors;var _1c=function(r){var ss=r.getSelectors();for(var i=0;i<ss.length;i++){var n=ss[i];if(!oss[n]){oss[n]=[];}
oss[n][oss[n].length]=r;}};for(i=0;i<ors.length;i++){_1c(ors[i]);}
var ods=o.declarations;for(i=0;i<ors.length;i++){ods=o.declarations=ods.concat(ors[i].getDeclarations());}
var ops=o.properties;for(i=0;i<ods.length;i++){var n=ods[i].getProperty();if(!ops[n]){ops[n]=[];}
ops[n][ops[n].length]=ods[i];}
el.cssHelperParsed=o;_4[_4.length]=el;return o;};var _1d=function(el,s){el.cssHelperText=_11(s||el.innerHTML);return _19(el);};var _1e=function(){_5=true;_4=[];var _1f=[];var _20=function(){for(var i=0;i<_1f.length;i++){_19(_1f[i]);}
var _21=document.getElementsByTagName("style");for(i=0;i<_21.length;i++){_1d(_21[i]);}
_5=false;_8();};var _22=document.getElementsByTagName("link");for(var i=0;i<_22.length;i++){var _23=_22[i];if(_23.getAttribute("rel").indexOf("style")>-1&&_23.href&&_23.href.length!==0&&!_23.disabled){_1f[_1f.length]=_23;}}
if(_1f.length>0){var c=0;var _24=function(){c++;if(c===_1f.length){_20();}};var _25=function(_26){var _27=_26.href;_c(_27,function(_28){_28=_11(_28).replace(_3.RELATIVE_URLS,"url("+_27.substring(0,_27.lastIndexOf("/"))+"/$1)");_26.cssHelperText=_28;_24();},_24);};for(i=0;i<_1f.length;i++){_25(_1f[i]);}}else{_20();}};var _29={mediaQueryLists:"array",rules:"array",selectors:"object",declarations:"array",properties:"object"};var _2a={mediaQueryLists:null,rules:null,selectors:null,declarations:null,properties:null};var _2b=function(_2c,v){if(_2a[_2c]!==null){if(_29[_2c]==="array"){return(_2a[_2c]=_2a[_2c].concat(v));}else{var c=_2a[_2c];for(var n in v){if(v.hasOwnProperty(n)){if(!c[n]){c[n]=v[n];}else{c[n]=c[n].concat(v[n]);}}}
return c;}}};var _2d=function(_2e){_2a[_2e]=(_29[_2e]==="array")?[]:{};for(var i=0;i<_4.length;i++){_2b(_2e,_4[i].cssHelperParsed[_2e]);}
return _2a[_2e];};domReady(function(){var els=document.body.getElementsByTagName("*");for(var i=0;i<els.length;i++){els[i].checkedByCssHelper=true;}
if(document.implementation.hasFeature("MutationEvents","2.0")||window.MutationEvent){document.body.addEventListener("DOMNodeInserted",function(e){var el=e.target;if(el.nodeType===1){_a("DOMElementInserted",el);el.checkedByCssHelper=true;}},false);}else{setInterval(function(){var els=document.body.getElementsByTagName("*");for(var i=0;i<els.length;i++){if(!els[i].checkedByCssHelper){_a("DOMElementInserted",els[i]);els[i].checkedByCssHelper=true;}}},1000);}});var _2f=function(d){if(typeof window.innerWidth!="undefined"){return window["inner"+d];}else{if(typeof document.documentElement!="undefined"&&typeof document.documentElement.clientWidth!="undefined"&&document.documentElement.clientWidth!=0){return document.documentElement["client"+d];}}};return{addStyle:function(s,_30){var el=document.createElement("style");el.setAttribute("type","text/css");document.getElementsByTagName("head")[0].appendChild(el);if(el.styleSheet){el.styleSheet.cssText=s;}else{el.appendChild(document.createTextNode(s));}
el.addedWithCssHelper=true;if(typeof _30==="undefined"||_30===true){cssHelper.parsed(function(_31){var o=_1d(el,s);for(var n in o){if(o.hasOwnProperty(n)){_2b(n,o[n]);}}
_a("newStyleParsed",el);});}else{el.parsingDisallowed=true;}
return el;},removeStyle:function(el){return el.parentNode.removeChild(el);},parsed:function(fn){if(_5){_7(fn);}else{if(typeof _4!=="undefined"){if(typeof fn==="function"){fn(_4);}}else{_7(fn);_1e();}}},mediaQueryLists:function(fn){cssHelper.parsed(function(_32){fn(_2a.mediaQueryLists||_2d("mediaQueryLists"));});},rules:function(fn){cssHelper.parsed(function(_33){fn(_2a.rules||_2d("rules"));});},selectors:function(fn){cssHelper.parsed(function(_34){fn(_2a.selectors||_2d("selectors"));});},declarations:function(fn){cssHelper.parsed(function(_35){fn(_2a.declarations||_2d("declarations"));});},properties:function(fn){cssHelper.parsed(function(_36){fn(_2a.properties||_2d("properties"));});},broadcast:_a,addListener:function(n,fn){if(typeof fn==="function"){if(!_9[n]){_9[n]={listeners:[]};}
_9[n].listeners[_9[n].listeners.length]=fn;}},removeListener:function(n,fn){if(typeof fn==="function"&&_9[n]){var ls=_9[n].listeners;for(var i=0;i<ls.length;i++){if(ls[i]===fn){ls.splice(i,1);i-=1;}}}},getViewportWidth:function(){return _2f("Width");},getViewportHeight:function(){return _2f("Height");}};}();domReady(function enableCssMediaQueries(){var _37;var _38={LENGTH_UNIT:/[0-9]+(em|ex|px|in|cm|mm|pt|pc)$/,RESOLUTION_UNIT:/[0-9]+(dpi|dpcm)$/,ASPECT_RATIO:/^[0-9]+\/[0-9]+$/,ABSOLUTE_VALUE:/^[0-9]*(\.[0-9]+)*$/};var _39=[];var _3a=function(){var id="css3-mediaqueries-test";var el=document.createElement("div");el.id=id;var _3b=cssHelper.addStyle("@media all and (width) { #"+id+" { width: 1px !important; } }",false);document.body.appendChild(el);var ret=el.offsetWidth===1;_3b.parentNode.removeChild(_3b);el.parentNode.removeChild(el);_3a=function(){return ret;};return ret;};var _3c=function(){_37=document.createElement("div");_37.style.cssText="position:absolute;top:-9999em;left:-9999em;"+"margin:0;border:none;padding:0;width:1em;font-size:1em;";document.body.appendChild(_37);if(_37.offsetWidth!==16){_37.style.fontSize=16/_37.offsetWidth+"em";}
_37.style.width="";};var _3d=function(_3e){_37.style.width=_3e;var _3f=_37.offsetWidth;_37.style.width="";return _3f;};var _40=function(_41,_42){var l=_41.length;var min=(_41.substring(0,4)==="min-");var max=(!min&&_41.substring(0,4)==="max-");if(_42!==null){var _43;var _44;if(_38.LENGTH_UNIT.exec(_42)){_43="length";_44=_3d(_42);}else{if(_38.RESOLUTION_UNIT.exec(_42)){_43="resolution";_44=parseInt(_42,10);var _45=_42.substring((_44+"").length);}else{if(_38.ASPECT_RATIO.exec(_42)){_43="aspect-ratio";_44=_42.split("/");}else{if(_38.ABSOLUTE_VALUE){_43="absolute";_44=_42;}else{_43="unknown";}}}}}
var _46,_47;if("device-width"===_41.substring(l-12,l)){_46=screen.width;if(_42!==null){if(_43==="length"){return((min&&_46>=_44)||(max&&_46<_44)||(!min&&!max&&_46===_44));}else{return false;}}else{return _46>0;}}else{if("device-height"===_41.substring(l-13,l)){_47=screen.height;if(_42!==null){if(_43==="length"){return((min&&_47>=_44)||(max&&_47<_44)||(!min&&!max&&_47===_44));}else{return false;}}else{return _47>0;}}else{if("width"===_41.substring(l-5,l)){_46=document.documentElement.clientWidth||document.body.clientWidth;if(_42!==null){if(_43==="length"){return((min&&_46>=_44)||(max&&_46<_44)||(!min&&!max&&_46===_44));}else{return false;}}else{return _46>0;}}else{if("height"===_41.substring(l-6,l)){_47=document.documentElement.clientHeight||document.body.clientHeight;if(_42!==null){if(_43==="length"){return((min&&_47>=_44)||(max&&_47<_44)||(!min&&!max&&_47===_44));}else{return false;}}else{return _47>0;}}else{if("device-aspect-ratio"===_41.substring(l-19,l)){return _43==="aspect-ratio"&&screen.width*_44[1]===screen.height*_44[0];}else{if("color-index"===_41.substring(l-11,l)){var _48=Math.pow(2,screen.colorDepth);if(_42!==null){if(_43==="absolute"){return((min&&_48>=_44)||(max&&_48<_44)||(!min&&!max&&_48===_44));}else{return false;}}else{return _48>0;}}else{if("color"===_41.substring(l-5,l)){var _49=screen.colorDepth;if(_42!==null){if(_43==="absolute"){return((min&&_49>=_44)||(max&&_49<_44)||(!min&&!max&&_49===_44));}else{return false;}}else{return _49>0;}}else{if("resolution"===_41.substring(l-10,l)){var res;if(_45==="dpcm"){res=_3d("1cm");}else{res=_3d("1in");}
if(_42!==null){if(_43==="resolution"){return((min&&res>=_44)||(max&&res<_44)||(!min&&!max&&res===_44));}else{return false;}}else{return res>0;}}else{return false;}}}}}}}}};var _4a=function(mq){var _4b=mq.getValid();var _4c=mq.getExpressions();var l=_4c.length;if(l>0){for(var i=0;i<l&&_4b;i++){_4b=_40(_4c[i].mediaFeature,_4c[i].value);}
var not=mq.getNot();return(_4b&&!not||not&&!_4b);}};var _4d=function(mql){var mqs=mql.getMediaQueries();var t={};for(var i=0;i<mqs.length;i++){if(_4a(mqs[i])){t[mqs[i].getMediaType()]=true;}}
var s=[],c=0;for(var n in t){if(t.hasOwnProperty(n)){if(c>0){s[c++]=",";}
s[c++]=n;}}
if(s.length>0){_39[_39.length]=cssHelper.addStyle("@media "+s.join("")+"{"+mql.getCssText()+"}",false);}};var _4e=function(_4f){for(var i=0;i<_4f.length;i++){_4d(_4f[i]);}
if(ua.ie){document.documentElement.style.display="block";setTimeout(function(){document.documentElement.style.display="";},0);setTimeout(function(){cssHelper.broadcast("cssMediaQueriesTested");},100);}else{cssHelper.broadcast("cssMediaQueriesTested");}};var _50=function(){for(var i=0;i<_39.length;i++){cssHelper.removeStyle(_39[i]);}
_39=[];cssHelper.mediaQueryLists(_4e);};var _51=0;var _52=function(){var _53=cssHelper.getViewportWidth();var _54=cssHelper.getViewportHeight();if(ua.ie){var el=document.createElement("div");el.style.position="absolute";el.style.top="-9999em";el.style.overflow="scroll";document.body.appendChild(el);_51=el.offsetWidth-el.clientWidth;document.body.removeChild(el);}
var _55;var _56=function(){var vpw=cssHelper.getViewportWidth();var vph=cssHelper.getViewportHeight();if(Math.abs(vpw-_53)>_51||Math.abs(vph-_54)>_51){_53=vpw;_54=vph;clearTimeout(_55);_55=setTimeout(function(){if(!_3a()){_50();}else{cssHelper.broadcast("cssMediaQueriesTested");}},500);}};window.onresize=function(){var x=window.onresize||function(){};return function(){x();_56();};}();};var _57=document.documentElement;_57.style.marginLeft="-32767px";setTimeout(function(){_57.style.marginTop="";},20000);return function(){if(!_3a()){cssHelper.addListener("newStyleParsed",function(el){_4e(el.cssHelperParsed.mediaQueryLists);});cssHelper.addListener("cssMediaQueriesTested",function(){if(ua.ie){_57.style.width="1px";}
setTimeout(function(){_57.style.width="";_57.style.marginLeft="";},0);cssHelper.removeListener("cssMediaQueriesTested",arguments.callee);});_3c();_50();}else{_57.style.marginLeft="";}
_52();};}());try{document.execCommand("BackgroundImageCache",false,true);}
catch(e){}
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("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.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.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"44,-240v0,-178,178,-300,356,-234v31,12,57,30,79,55r-83,83v-25,-25,-50,-46,-91,-48v-81,-3,-141,67,-141,144v0,79,59,144,141,144v39,0,70,-15,93,-45r80,86v-34,38,-110,66,-173,67v-145,2,-261,-106,-261,-252xm310,144v0,-38,-56,-43,-88,-29r-27,-25r62,-90r58,0r-42,60v84,1,121,14,121,83v0,106,-165,119,-245,69r22,-46v43,24,139,38,139,-22","w":482},{"d":"276,-96v72,0,110,-53,110,-122r0,-262r120,0r0,480r-114,0r0,-77v-26,51,-72,89,-149,89v-118,0,-174,-77,-175,-189r0,-303r120,0r0,243v2,76,10,141,88,141xm339,-708r136,0r-141,144r-94,0"},{"d":"502,-342r-440,0r0,-102r542,0r0,297r-102,0r0,-195","w":666},{"d":"36,-155r49,-49v-65,-86,-65,-215,0,-302r-49,-49r60,-59r49,48v86,-64,216,-64,302,0r49,-48r60,59r-49,49v65,87,65,215,0,302r49,49r-60,60r-49,-49v-85,65,-216,65,-302,0r-49,49xm150,-355v0,90,57,152,146,152v89,0,146,-62,146,-152v0,-90,-56,-151,-146,-151v-88,0,-146,62,-146,151","w":592},{"d":"108,-138r122,0r-85,264r-107,0xm68,-409v0,-43,37,-78,80,-78v41,0,80,34,80,76v0,43,-37,78,-80,78v-41,0,-80,-34,-80,-76","w":296},{"d":"79,-708r126,0r0,300r6,0r293,-300r170,0r-331,327r353,381r-177,0r-307,-348r-7,0r0,348r-126,0r0,-708","w":685},{"d":"281,-726v120,0,211,73,211,195v0,101,-43,119,-95,171v-52,52,-70,53,-67,151r-120,0v0,-41,-2,-106,12,-125v29,-39,82,-88,119,-125v52,-53,16,-153,-65,-153v-56,0,-96,44,-100,98r-128,-10v12,-122,101,-202,233,-202xm190,-70v0,-43,37,-78,80,-78v41,0,80,34,80,76v0,43,-37,78,-80,78v-41,0,-80,-34,-80,-76","w":519},{"d":"233,-611v-27,0,-39,21,-46,43r-66,0v13,-67,37,-123,112,-127v27,-1,126,37,144,37v29,0,38,-18,46,-42r66,0v-13,67,-37,123,-112,127v-27,1,-124,-39,-144,-38xm44,-240v0,-146,116,-252,261,-252v145,0,261,106,261,252v0,146,-116,252,-261,252v-145,0,-261,-106,-261,-252xm164,-240v0,79,59,144,141,144v81,0,141,-67,141,-144v0,-79,-59,-144,-141,-144v-81,0,-141,67,-141,144","w":610},{"d":"3,-480r131,0r128,336r131,-336r123,0r-189,480r-128,0","w":519},{"w":296},{"d":"41,-351v0,-221,155,-375,374,-375v220,0,377,149,377,371v0,218,-160,373,-377,373v-217,0,-374,-151,-374,-369xm173,-359v0,148,97,263,243,263v145,0,244,-116,244,-263v0,-140,-103,-253,-244,-253v-142,0,-243,112,-243,253","w":833},{"d":"276,-96v72,0,110,-53,110,-122r0,-262r120,0r0,480r-114,0r0,-77v-26,51,-72,89,-149,89v-118,0,-174,-77,-175,-189r0,-303r120,0r0,243v2,76,10,141,88,141xm107,-636v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72xm313,-636v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72"},{"d":"70,-480r120,0r0,480r-120,0r0,-480xm-50,-636v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72xm156,-636v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72","w":260},{"d":"60,-756r102,0r0,774r-102,0r0,-774","w":222},{"d":"76,-708r126,0r0,708r-126,0r0,-708xm186,-756r-94,0r-141,-144r136,0","w":278},{"d":"97,-708r102,0r0,264r-102,0r0,-264","w":296},{"d":"44,-240v0,-146,116,-252,261,-252v145,0,261,106,261,252v0,146,-116,252,-261,252v-145,0,-261,-106,-261,-252xm164,-240v0,79,59,144,141,144v81,0,141,-67,141,-144v0,-79,-59,-144,-141,-144v-81,0,-141,67,-141,144xm125,-636v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72xm331,-636v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72","w":610},{"d":"31,-520v0,-134,94,-188,233,-188r269,0r0,834r-90,0r0,-762r-107,0r0,762r-90,0r0,-464v-120,3,-215,-70,-215,-182","w":600},{"d":"197,-611v-27,0,-39,21,-46,43r-66,0v13,-67,37,-123,112,-127v27,-1,126,37,144,37v29,0,38,-18,46,-42r66,0v-13,67,-37,123,-112,127v-27,1,-124,-39,-144,-38xm271,-492v143,0,205,66,205,216r0,276r-108,0r0,-66v-32,47,-83,77,-157,78v-91,1,-175,-52,-175,-144v0,-159,168,-165,332,-167v10,-129,-174,-125,-238,-53r-63,-63v47,-49,114,-77,204,-77xm240,-78v85,1,128,-47,121,-137v-88,2,-201,-2,-205,74v-2,42,42,63,84,63","w":537},{"d":"3,-480r130,0r104,336r99,-336r130,0r104,336r102,-336r121,0r-163,480r-119,0r-114,-328r-103,328r-124,0","w":796},{"d":"-3,-708r145,0r193,535r199,-535r136,0r-286,708r-109,0","w":667},{"d":"252,-303r-266,-405r158,0r174,282r176,-282r150,0r-266,405r0,303r-126,0r0,-303","w":630},{"d":"377,-246r-116,-175r76,-51r152,226r-152,224r-75,-51xm154,-246r-116,-175r76,-51r152,226r-152,224r-75,-51","w":519},{"d":"29,120v28,14,98,17,121,-3v22,-19,43,-78,58,-113r-205,-484r132,0r134,333r122,-333r125,0r-227,583v-37,89,-68,135,-183,137v-31,0,-62,-4,-92,-12","w":519},{"d":"102,-732v122,158,194,435,108,678v-27,76,-62,147,-108,210r-85,-52v69,-102,129,-234,129,-392v0,-154,-56,-291,-128,-388","w":296},{"d":"337,-564r-69,-90r-69,90r-112,0r115,-144r135,0r114,144r-114,0xm271,-492v143,0,205,66,205,216r0,276r-108,0r0,-66v-32,47,-83,77,-157,78v-91,1,-175,-52,-175,-144v0,-159,168,-165,332,-167v10,-129,-174,-125,-238,-53r-63,-63v47,-49,114,-77,204,-77xm240,-78v85,1,128,-47,121,-137v-88,2,-201,-2,-205,74v-2,42,42,63,84,63","w":537},{"d":"361,-102v103,0,159,-71,159,-162r0,-444r126,0r0,448v3,165,-121,278,-285,278v-163,0,-285,-113,-285,-278r0,-448r126,0r0,444v2,90,56,162,159,162","w":722},{"d":"276,-96v72,0,110,-53,110,-122r0,-262r120,0r0,480r-114,0r0,-77v-26,51,-72,89,-149,89v-118,0,-174,-77,-175,-189r0,-303r120,0r0,243v2,76,10,141,88,141"},{"d":"271,-492v143,0,205,66,205,216r0,276r-108,0r0,-66v-32,47,-83,77,-157,78v-91,1,-175,-52,-175,-144v0,-159,168,-165,332,-167v10,-129,-174,-125,-238,-53r-63,-63v47,-49,114,-77,204,-77xm240,-78v85,1,128,-47,121,-137v-88,2,-201,-2,-205,74v-2,42,42,63,84,63xm316,-564r-94,0r-141,-144r136,0","w":537},{"d":"466,-837v0,58,-47,102,-105,102v-59,0,-105,-42,-105,-101v0,-58,46,-103,105,-103v58,0,105,44,105,102xm418,-837v0,-30,-26,-54,-57,-54v-31,0,-57,24,-57,54v0,30,26,54,57,54v30,0,57,-23,57,-54xm308,-708r109,0r305,708r-144,0r-66,-162r-307,0r-64,162r-141,0xm468,-270r-109,-288r-111,288r220,0","w":722},{"d":"76,-708r126,0r0,708r-126,0r0,-708xm191,-900r136,0r-141,144r-94,0","w":278},{"d":"78,-241v0,-145,90,-235,222,-251r0,-67r54,0r0,67v73,1,135,26,170,69r-77,78v-23,-24,-52,-44,-93,-45r0,300v39,0,77,-23,97,-46r73,79v-36,41,-99,68,-170,69r0,72r-54,0r0,-72v-130,-9,-222,-115,-222,-253xm300,-389v-103,10,-138,160,-80,245v19,27,45,45,80,54r0,-299","w":592},{"d":"198,-564r-69,-90r-69,90r-112,0r115,-144r135,0r114,144r-114,0xm70,-480r120,0r0,480r-120,0r0,-480","w":260},{"d":"373,-564r-69,-90r-69,90r-112,0r115,-144r135,0r114,144r-114,0xm44,-240v0,-146,116,-252,261,-252v145,0,261,106,261,252v0,146,-116,252,-261,252v-145,0,-261,-106,-261,-252xm164,-240v0,79,59,144,141,144v81,0,141,-67,141,-144v0,-79,-59,-144,-141,-144v-81,0,-141,67,-141,144","w":610},{"d":"308,-708r109,0r305,708r-144,0r-66,-162r-307,0r-64,162r-141,0xm468,-270r-109,-288r-111,288r220,0xm413,-900r136,0r-141,144r-94,0","w":722},{"d":"308,-666v-95,-5,-75,99,-77,186r111,0r0,102r-111,0r0,378r-120,0r0,-378r-99,0r0,-102r99,0v-3,-169,8,-288,179,-288v27,0,53,2,76,7r-8,102v-16,-4,-32,-7,-50,-7","w":352},{"d":"361,-102v103,0,159,-71,159,-162r0,-444r126,0r0,448v3,165,-121,278,-285,278v-163,0,-285,-113,-285,-278r0,-448r126,0r0,444v2,90,56,162,159,162xm413,-900r136,0r-141,144r-94,0","w":722},{"d":"70,-480r120,0r0,480r-120,0r0,-480xm189,-564r-94,0r-141,-144r136,0","w":260},{"d":"361,-102v103,0,159,-71,159,-162r0,-444r126,0r0,448v3,165,-121,278,-285,278v-163,0,-285,-113,-285,-278r0,-448r126,0r0,444v2,90,56,162,159,162xm181,-828v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72xm387,-828v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72","w":722},{"d":"271,-492v143,0,205,66,205,216r0,276r-108,0r0,-66v-32,47,-83,77,-157,78v-91,1,-175,-52,-175,-144v0,-159,168,-165,332,-167v10,-129,-174,-125,-238,-53r-63,-63v47,-49,114,-77,204,-77xm240,-78v85,1,128,-47,121,-137v-88,2,-201,-2,-205,74v-2,42,42,63,84,63xm89,-636v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72xm295,-636v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72","w":537},{"d":"41,-351v0,-221,155,-375,374,-375v220,0,377,149,377,371v0,218,-160,373,-377,373v-217,0,-374,-151,-374,-369xm173,-359v0,148,97,263,243,263v145,0,244,-116,244,-263v0,-140,-103,-253,-244,-253v-142,0,-243,112,-243,253xm237,-828v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72xm443,-828v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72","w":833},{"d":"604,-354r0,102r-542,0r0,-102r542,0xm258,-483v0,-40,35,-75,75,-75v40,0,75,35,75,75v0,40,-35,75,-75,75v-40,0,-75,-35,-75,-75xm258,-123v0,-40,35,-75,75,-75v40,0,75,35,75,75v0,40,-35,75,-75,75v-40,0,-75,-35,-75,-75","w":666},{"d":"80,-267r0,-72r506,-225r0,110r-338,151r338,151r0,110","w":666},{"d":"292,-660v-76,0,-116,47,-116,121r0,539r-120,0r0,-511v0,-174,70,-256,240,-257v119,-1,217,65,217,185v0,76,-35,129,-106,158v101,13,158,96,160,207v2,163,-149,267,-319,219r0,-101v97,36,199,-26,199,-128v0,-97,-65,-148,-166,-143r0,-102v64,3,112,-34,112,-94v0,-53,-47,-93,-101,-93","w":611},{"d":"76,-708r126,0r0,708r-126,0r0,-708xm-41,-828v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72xm165,-828v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72","w":278},{"d":"207,-756r-69,-90r-69,90r-112,0r115,-144r135,0r114,144r-114,0xm76,-708r126,0r0,708r-126,0r0,-708","w":278},{"d":"79,-708r469,0r0,114r-343,0r0,174r325,0r0,114r-325,0r0,192r361,0r0,114r-487,0r0,-708xm126,-828v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72xm332,-828v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72","w":611},{"d":"268,-570r-133,123r-70,-83r214,-178r109,0r0,708r-120,0r0,-570","w":592},{"d":"289,-803v-27,0,-39,21,-46,43r-66,0v13,-67,37,-123,112,-127v27,-1,126,37,144,37v29,0,38,-18,46,-42r66,0v-13,67,-37,123,-112,127v-27,1,-124,-39,-144,-38xm308,-708r109,0r305,708r-144,0r-66,-162r-307,0r-64,162r-141,0xm468,-270r-109,-288r-111,288r220,0","w":722},{"w":250},{"d":"326,-803v-27,0,-39,21,-46,43r-66,0v13,-67,37,-123,112,-127v27,-1,126,37,144,37v29,0,38,-18,46,-42r66,0v-13,67,-37,123,-112,127v-27,1,-124,-39,-144,-38xm79,-708r167,0r345,528r0,-528r126,0r0,708r-160,0r-350,-543r-2,543r-126,0r0,-708","w":796},{"d":"34,-111r257,-271r-245,-2r0,-96r390,0r0,109r-260,275r272,0r0,96r-414,0r0,-111","w":482},{"d":"207,-96v76,0,93,-55,93,-137r0,-475r126,0r0,512v0,122,-83,217,-213,214v-119,-2,-189,-58,-208,-163r118,-28v7,44,37,77,84,77","w":500},{"d":"142,-248r116,175r-76,51r-152,-226r152,-224r75,51xm365,-248r116,175r-76,51r-152,-226r152,-224r75,51","w":519},{"d":"44,-240v0,-146,116,-252,261,-252v145,0,261,106,261,252v0,146,-116,252,-261,252v-145,0,-261,-106,-261,-252xm164,-240v0,79,59,144,141,144v81,0,141,-67,141,-144v0,-79,-59,-144,-141,-144v-81,0,-141,67,-141,144","w":610},{"d":"50,-354v0,-216,171,-354,403,-354r480,0r0,114r-288,0r0,174r270,0r0,114r-270,0r0,192r305,0r0,114r-497,0v-231,6,-403,-139,-403,-354xm188,-354v0,181,150,252,331,240r0,-480v-182,-11,-331,60,-331,240","w":1000},{"d":"184,-409v-4,53,49,76,94,77r0,88v-43,1,-94,21,-94,70r0,198v6,72,-68,132,-128,132r-91,0r0,-84r55,0v48,2,62,-28,62,-70r0,-188v-3,-64,47,-94,98,-101v-59,-11,-98,-32,-98,-109r0,-182v-1,-45,-12,-70,-62,-70r-55,0r0,-84r91,0v60,1,128,60,128,132r0,191","w":278},{"d":"558,-438v0,61,-39,113,-88,120r100,155r-105,0r-89,-150r-23,0r0,150r-96,0r0,-390v136,2,301,-20,301,115xm462,-433v0,-52,-60,-40,-110,-42r0,84v50,-2,110,11,110,-42xm28,-354v0,-200,172,-372,372,-372v200,0,372,172,372,372v0,200,-172,372,-372,372v-200,0,-372,-172,-372,-372xm124,-354v0,154,123,288,276,288v153,0,276,-132,276,-288v0,-154,-123,-288,-276,-288v-153,0,-276,132,-276,288","w":800},{"d":"79,-708r457,0r0,114r-331,0r0,186r312,0r0,114r-312,0r0,294r-126,0r0,-708"},{"d":"404,-612v-69,-2,-117,57,-116,123r0,90r162,0r0,84r-162,0r0,219r253,0r0,96r-475,0r0,-96r102,0r0,-219r-102,0r0,-84r102,0r0,-100v2,-123,92,-226,232,-221v82,3,146,23,191,64r-81,87v-28,-25,-57,-42,-106,-43","w":592},{"d":"-50,-636v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72xm156,-636v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72","w":260},{"d":"271,-492v143,0,205,66,205,216r0,276r-108,0r0,-66v-32,47,-83,77,-157,78v-91,1,-175,-52,-175,-144v0,-159,168,-165,332,-167v10,-129,-174,-125,-238,-53r-63,-63v47,-49,114,-77,204,-77xm240,-78v85,1,128,-47,121,-137v-88,2,-201,-2,-205,74v-2,42,42,63,84,63xm321,-708r136,0r-141,144r-94,0","w":537},{"d":"29,120v28,14,98,17,121,-3v22,-19,43,-78,58,-113r-205,-484r132,0r134,333r122,-333r125,0r-227,583v-37,89,-68,135,-183,137v-31,0,-62,-4,-92,-12xm80,-636v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72xm286,-636v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72","w":519},{"d":"375,-369v-92,-31,-187,18,-187,112r0,257r-120,0r0,-480r120,0r0,76v35,-70,103,-103,187,-81r0,116","w":389},{"d":"384,-360v-93,-66,-220,11,-220,120v0,30,8,57,23,80xm227,-119v93,64,219,-13,219,-121v0,-29,-7,-55,-21,-78xm44,-240v0,-146,116,-252,261,-252v61,0,115,17,161,50r71,-72r42,40r-70,71v33,41,56,92,57,163v2,146,-116,254,-261,252v-63,0,-120,-21,-159,-49r-70,71r-40,-41r67,-68v-39,-45,-59,-100,-59,-165","w":610},{"d":"281,-195r-247,0r0,-102r247,0r0,102","w":315},{"d":"40,-560v0,-86,74,-160,160,-160v86,0,160,74,160,160v0,86,-74,160,-160,160v-86,0,-160,-74,-160,-160xm118,-560v0,44,38,82,82,82v44,0,82,-38,82,-82v0,-44,-38,-82,-82,-82v-44,0,-82,38,-82,82","w":400},{"d":"70,-480r120,0r0,480r-120,0r0,-480xm53,-643v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72","w":260},{"d":"305,-492v154,2,236,121,225,294r-366,0v6,67,58,114,129,114v66,-1,96,-26,129,-65r86,65v-48,59,-109,94,-203,96v-145,2,-261,-106,-261,-252v0,-146,116,-254,261,-252xm410,-288v10,-106,-137,-148,-206,-84v-22,20,-35,49,-40,84r246,0xm334,-564r-94,0r-141,-144r136,0"},{"d":"401,-456v-66,0,-108,55,-106,121v1,53,17,92,83,92v69,0,96,-55,97,-121v0,-53,-23,-92,-74,-92xm428,-72v78,0,143,-25,189,-61r110,0v-62,88,-170,149,-307,151v-210,4,-388,-160,-388,-371v0,-206,176,-373,382,-373v186,0,354,134,354,329v0,93,-25,156,-74,191v-49,35,-98,53,-148,53v-44,0,-77,-19,-79,-54v-34,31,-67,54,-130,54v-88,1,-144,-76,-144,-168v0,-118,81,-228,200,-225v56,1,89,18,108,57r10,-45r94,0r-43,226v-4,27,-9,67,24,65v60,-5,86,-70,86,-149v0,-156,-106,-244,-261,-244v-163,0,-277,121,-277,283v0,170,124,283,294,281","w":800},{"d":"252,-303r-266,-405r158,0r174,282r176,-282r150,0r-266,405r0,303r-126,0r0,-303xm135,-828v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72xm341,-828v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72","w":630},{"d":"283,-574r102,0r0,143r219,0r0,102r-219,0r0,143r-102,0r0,-143r-221,0r0,-102r221,0r0,-143xm62,-134r542,0r0,102r-542,0r0,-102","w":666},{"d":"718,-354v0,214,-178,354,-375,354r-264,0r0,-708r279,0v205,0,360,136,360,354xm586,-354v0,-164,-105,-239,-266,-240r-115,0r0,480v214,13,381,-39,381,-240","w":759},{"d":"355,-564r-69,-90r-69,90r-112,0r115,-144r135,0r114,144r-114,0xm276,-96v72,0,110,-53,110,-122r0,-262r120,0r0,480r-114,0r0,-77v-26,51,-72,89,-149,89v-118,0,-174,-77,-175,-189r0,-303r120,0r0,243v2,76,10,141,88,141"},{"d":"529,-186r-268,0r-114,186r-153,0r453,-708r496,0r0,114r-288,0r0,174r270,0r0,114r-270,0r0,192r300,0r0,114r-426,0r0,-186xm529,-294r0,-300r-15,0r-187,300r202,0","w":1000},{"d":"276,-96v72,0,110,-53,110,-122r0,-262r120,0r0,480r-114,0r0,-77v-26,51,-72,89,-149,89v-118,0,-174,-77,-175,-189r0,-303r120,0r0,243v2,76,10,141,88,141xm334,-564r-94,0r-141,-144r136,0"},{"d":"305,-492v154,2,236,121,225,294r-366,0v6,67,58,114,129,114v66,-1,96,-26,129,-65r86,65v-48,59,-109,94,-203,96v-145,2,-261,-106,-261,-252v0,-146,116,-254,261,-252xm410,-288v10,-106,-137,-148,-206,-84v-22,20,-35,49,-40,84r246,0xm107,-636v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72xm313,-636v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72"},{"d":"335,-144r-301,0r0,-119r285,-445r136,0r0,456r103,0r0,108r-103,0r0,144r-120,0r0,-144xm335,-538r-179,286r179,0r0,-286","w":592},{"d":"414,-227v48,0,81,-21,80,-70r94,0v-10,90,-83,153,-178,154v-122,1,-199,-93,-199,-214v0,-124,72,-211,197,-210v97,1,168,55,180,145r-94,0v-7,-40,-35,-60,-78,-61v-74,-1,-109,50,-109,124v-1,73,36,133,107,132xm28,-354v0,-200,172,-372,372,-372v200,0,372,172,372,372v0,200,-172,372,-372,372v-200,0,-372,-172,-372,-372xm124,-354v0,154,123,288,276,288v153,0,276,-132,276,-288v0,-154,-123,-288,-276,-288v-153,0,-276,132,-276,288","w":800},{"d":"395,-329v70,31,100,-9,134,-56r36,84v-38,47,-54,86,-125,86v-90,0,-124,-72,-217,-68v-47,2,-65,26,-86,68r-36,-84v26,-60,91,-105,175,-79v36,11,83,33,119,49","w":666},{"d":"374,-756r-69,-90r-69,90r-112,0r115,-144r135,0r114,144r-114,0xm79,-708r469,0r0,114r-343,0r0,174r325,0r0,114r-325,0r0,192r361,0r0,114r-487,0r0,-708","w":611},{"d":"236,-177r-170,0r0,-78r170,0r0,-48r-19,-34r-151,0r0,-78r108,0r-162,-293r135,0r155,294r149,-294r129,0r-162,293r108,0r0,78r-151,0r-19,34r0,48r170,0r0,78r-170,0r0,177r-120,0r0,-177","w":592},{"d":"392,-77v-27,65,-112,107,-204,82r0,223r-120,0r0,-708r120,0r0,243v2,76,10,141,88,141v72,0,110,-53,110,-122r0,-262r120,0r0,480r-114,0r0,-77"},{"d":"44,-240v0,-146,116,-252,261,-252v145,0,261,106,261,252v0,146,-116,252,-261,252v-145,0,-261,-106,-261,-252xm164,-240v0,79,59,144,141,144v81,0,141,-67,141,-144v0,-79,-59,-144,-141,-144v-81,0,-141,67,-141,144xm352,-564r-94,0r-141,-144r136,0","w":610},{"d":"585,-492v161,-1,240,119,231,288r-350,0v-4,66,58,126,117,126v65,-1,96,-27,128,-65r83,59v-47,60,-112,95,-211,96v-80,1,-145,-38,-179,-86v-64,124,-368,120,-368,-59v0,-158,162,-158,330,-155v0,-71,-37,-116,-108,-115v-50,0,-93,17,-128,50r-63,-63v72,-89,294,-110,363,-6v39,-43,79,-69,155,-70xm239,-79v75,1,132,-49,127,-125v-86,2,-203,-10,-210,63v-4,41,45,62,83,62xm700,-288v9,-104,-132,-149,-199,-82v-22,21,-33,49,-33,82r232,0","w":852},{"d":"197,-425v-89,0,-166,-60,-166,-147v0,-88,76,-148,166,-148v91,0,169,60,169,148v0,87,-79,147,-169,147xm197,-497v47,0,85,-33,85,-75v0,-42,-37,-76,-85,-76v-47,0,-84,34,-84,76v0,40,37,75,84,75","w":397},{"d":"70,-756r120,0r0,756r-120,0r0,-756","w":260},{"d":"215,-611v-27,0,-39,21,-46,43r-66,0v13,-67,37,-123,112,-127v27,-1,126,37,144,37v29,0,38,-18,46,-42r66,0v-13,67,-37,123,-112,127v-27,1,-124,-39,-144,-38xm298,-384v-72,0,-110,53,-110,122r0,262r-120,0r0,-480r114,0r0,77v26,-51,72,-89,149,-89v118,0,174,77,175,189r0,303r-120,0r0,-243v-2,-76,-10,-141,-88,-141"},{"d":"186,-720v91,0,135,33,135,120r0,169r-78,0r0,-39v-42,69,-219,60,-215,-43v4,-97,112,-98,215,-100v3,-35,-35,-41,-69,-41v-30,0,-58,11,-83,32r-43,-53v32,-29,80,-45,138,-45xm162,-485v52,0,78,-19,77,-68v-52,2,-122,-6,-127,37v2,19,23,31,50,31","w":349},{"d":"416,-612v-171,0,-282,161,-232,340v8,27,20,52,35,75r340,-370v-41,-30,-89,-45,-143,-45xm416,-96v175,0,285,-172,230,-352v-9,-28,-23,-52,-40,-73r-342,373v43,35,94,52,152,52xm41,-351v-3,-221,155,-375,374,-375v90,0,167,22,230,65r87,-94r49,43r-86,94v65,68,97,156,97,263v0,218,-160,376,-377,373v-99,-1,-177,-29,-236,-74r-85,92r-50,-43r87,-94v-53,-59,-89,-144,-90,-250","w":833},{"d":"192,-258r-166,-222r146,0r96,144r104,-144r137,0r-164,222r193,258r-146,0r-125,-172r-126,172r-142,0","w":537},{"d":"137,-209r-90,0r0,-84r101,0r18,-122r-90,0r0,-84r101,0r30,-209r88,0r-30,209r103,0r30,-209r87,0r-30,209r90,0r0,84r-102,0r-17,122r90,0r0,84r-100,0r-31,209r-87,0r30,-209r-104,0r-30,209r-87,0xm253,-415r-17,122r103,0r17,-122r-103,0","w":592},{"d":"409,-223v0,-152,-208,-161,-314,-103r7,-382r403,0r0,108r-285,0r-3,141v170,-43,312,61,312,226v0,148,-110,247,-256,245v-122,-1,-201,-62,-229,-162r126,-34v15,49,53,81,116,82v70,1,123,-52,123,-121","w":592},{"d":"505,-174v0,-101,85,-186,186,-186v101,0,186,85,186,186v0,101,-85,186,-186,186v-101,0,-186,-85,-186,-186xm781,-174v0,-49,-41,-90,-90,-90v-49,0,-90,41,-90,90v0,49,41,90,90,90v49,0,90,-41,90,-90xm30,-534v0,-101,85,-186,186,-186v101,0,186,85,186,186v0,101,-85,186,-186,186v-101,0,-186,-85,-186,-186xm306,-534v0,-49,-41,-90,-90,-90v-49,0,-90,41,-90,90v0,49,41,90,90,90v49,0,90,-41,90,-90xm621,-740r83,38r-416,734r-83,-38","w":907},{"d":"42,-708r481,0r0,110r-283,598r-141,0r289,-594r-346,0r0,-114","w":592},{"d":"602,-202v0,147,-121,201,-268,202r-255,0r0,-708r276,0v118,0,219,56,217,178v-1,84,-54,135,-123,155v84,9,153,80,153,173xm205,-420v108,1,241,14,241,-89v0,-61,-46,-91,-137,-91r-104,0r0,180xm476,-212v0,-125,-150,-96,-271,-100r0,204v123,-2,271,21,271,-104","w":648},{"d":"182,-708r136,0r-141,144r-94,0","w":260},{"d":"79,-708r469,0r0,114r-343,0r0,174r325,0r0,114r-325,0r0,192r361,0r0,114r-487,0r0,-708","w":611},{"d":"354,12v-78,0,-129,-32,-163,-73r-3,289r-120,0r0,-708r114,0r0,72v33,-52,88,-83,167,-84v144,-3,237,109,237,252v0,138,-96,252,-232,252xm466,-240v0,-79,-59,-144,-141,-144v-81,0,-141,67,-141,144v0,79,59,144,141,144v81,0,141,-67,141,-144","w":630},{"d":"429,-756r-69,-90r-69,90r-112,0r115,-144r135,0r114,144r-114,0xm308,-708r109,0r305,708r-144,0r-66,-162r-307,0r-64,162r-141,0xm468,-270r-109,-288r-111,288r220,0","w":722},{"d":"35,-114r378,-480r-372,0r0,-114r529,0r0,114r-381,480r387,0r0,114r-541,0r0,-114","w":611},{"d":"296,-720v118,0,218,70,217,186v-1,80,-41,142,-107,159v68,14,129,90,129,174v0,135,-105,213,-239,213v-134,0,-239,-78,-239,-213v0,-82,62,-159,129,-172v-65,-20,-107,-80,-107,-161v-2,-118,97,-186,217,-186xm296,-618v-57,0,-97,41,-97,96v0,56,40,99,97,99v53,0,97,-45,97,-99v0,-52,-44,-96,-97,-96xm296,-327v-64,0,-119,47,-119,111v0,67,51,114,119,114v66,0,119,-48,119,-114v0,-64,-55,-111,-119,-111","w":592},{"d":"88,-265r120,0r0,487r-120,0r0,-487xm228,-416v0,43,-37,78,-80,78v-41,0,-80,-34,-80,-76v0,-43,37,-78,80,-78v41,0,80,34,80,76","w":296},{"d":"82,-708r192,0r189,496r191,-496r190,0r0,708r-120,0r0,-588r-217,588r-88,0r-215,-588r-2,588r-120,0r0,-708","w":926},{"d":"268,12v-123,-1,-157,-49,-157,-170r0,-220r-99,0r0,-102r99,0r0,-139r120,0r0,139r132,0r0,102r-132,0r0,210v1,52,15,78,67,78v25,0,51,-4,65,-15r0,101v-18,10,-67,16,-95,16","w":389},{"d":"308,-708r109,0r305,708r-144,0r-66,-162r-307,0r-64,162r-141,0xm468,-270r-109,-288r-111,288r220,0xm408,-756r-94,0r-141,-144r136,0","w":722},{"d":"282,-354r0,-220r102,0r0,220r220,0r0,102r-220,0r0,220r-102,0r0,-220r-220,0r0,-102r220,0","w":666},{"d":"308,-708r109,0r305,708r-144,0r-66,-162r-307,0r-64,162r-141,0xm468,-270r-109,-288r-111,288r220,0","w":722},{"d":"183,-695v73,-37,152,-36,225,0v94,47,144,171,144,341v0,173,-47,293,-143,341v-73,37,-152,36,-225,0v-94,-47,-144,-171,-144,-341v0,-173,47,-293,143,-341xm160,-354v0,114,23,252,136,252v113,0,136,-139,136,-252v0,-114,-23,-252,-136,-252v-113,0,-136,139,-136,252","w":592},{"d":"96,-561v-6,-194,339,-217,407,-64r-105,59v-11,-36,-50,-64,-95,-64v-43,0,-81,22,-81,66v0,64,227,143,257,174v29,19,43,55,43,110v0,60,-40,108,-85,128v41,30,61,70,61,119v0,162,-221,217,-358,148v-39,-19,-68,-51,-87,-94r107,-52v11,44,61,73,114,73v45,0,92,-19,92,-65v0,-63,-229,-140,-258,-169v-28,-18,-42,-54,-42,-107v1,-80,40,-116,96,-148v-36,-24,-64,-59,-66,-114xm238,-394v-27,15,-60,25,-58,70v3,54,40,64,85,85r97,45v36,-14,66,-84,30,-116v-28,-25,-108,-64,-154,-84","w":593},{"d":"659,-492v161,-1,240,119,231,288r-350,0v-4,63,60,121,117,120v65,-1,96,-27,128,-65r83,59v-48,66,-107,101,-211,102v-81,1,-143,-30,-178,-77v-42,47,-101,76,-182,77v-145,2,-261,-106,-261,-252v0,-146,116,-254,261,-252v83,1,141,30,184,78v39,-48,97,-77,178,-78xm770,-288v7,-105,-123,-147,-196,-84v-25,21,-38,49,-38,84r234,0xm156,-240v0,82,57,150,141,150v86,0,143,-66,143,-150v0,-83,-57,-150,-143,-150v-84,0,-141,68,-141,150","w":926},{"d":"224,-594r-217,0r0,-114r560,0r0,114r-217,0r0,594r-126,0r0,-594"},{"d":"296,-720v182,0,305,160,236,338v-53,138,-158,257,-231,382r-146,0r170,-262r-2,-2v-147,53,-279,-73,-279,-214v0,-144,108,-242,252,-242xm422,-477v0,-69,-60,-129,-129,-129v-69,0,-129,60,-129,129v0,69,60,129,129,129v69,0,129,-60,129,-129","w":592},{"d":"298,-384v-72,0,-110,53,-110,122r0,262r-120,0r0,-480r114,0r0,77v26,-51,72,-89,149,-89v118,0,174,77,175,189r0,303r-120,0r0,-243v-2,-76,-10,-141,-88,-141"},{"d":"20,78r90,0r0,-732r-90,0r0,-78r192,0r0,888r-192,0r0,-78","w":278},{"d":"41,-351v0,-268,250,-446,510,-349v41,15,77,46,112,86r-98,72v-40,-42,-81,-68,-149,-70v-142,-4,-243,112,-243,253v0,148,97,266,243,263v75,-2,120,-36,159,-86r104,74v-54,78,-143,124,-264,126v-217,3,-374,-151,-374,-369xm427,144v0,-38,-56,-43,-88,-29r-27,-25r62,-90r58,0r-42,60v84,1,121,14,121,83v0,106,-165,119,-245,69r22,-46v43,24,139,38,139,-22","w":685},{"d":"429,-756r-69,-90r-69,90r-112,0r115,-144r135,0r114,144r-114,0xm361,-102v103,0,159,-71,159,-162r0,-444r126,0r0,448v3,165,-121,278,-285,278v-163,0,-285,-113,-285,-278r0,-448r126,0r0,444v2,90,56,162,159,162","w":722},{"d":"361,-102v103,0,159,-71,159,-162r0,-444r126,0r0,448v3,165,-121,278,-285,278v-163,0,-285,-113,-285,-278r0,-448r126,0r0,444v2,90,56,162,159,162xm408,-756r-94,0r-141,-144r136,0","w":722},{"d":"274,-566r135,-44r26,80r-136,44r86,117r-69,50r-86,-118r-84,115r-67,-51r86,-113r-137,-47r26,-80r136,47r0,-142r84,0r0,142","w":463},{"d":"408,-207v0,-95,-88,-110,-186,-108r0,-108v102,2,169,-7,169,-96v0,-55,-44,-93,-101,-93v-53,0,-88,26,-106,78r-127,-34v25,-95,112,-151,227,-152v123,-1,227,67,227,189v0,81,-52,145,-121,160v84,12,134,81,138,174v7,189,-246,262,-395,169v-43,-27,-72,-69,-87,-126r128,-34v15,56,48,92,115,92v63,1,119,-47,119,-111","w":592},{"d":"485,-756r-69,-90r-69,90r-112,0r115,-144r135,0r114,144r-114,0xm41,-351v0,-221,155,-375,374,-375v220,0,377,149,377,371v0,218,-160,373,-377,373v-217,0,-374,-151,-374,-369xm173,-359v0,148,97,263,243,263v145,0,244,-116,244,-263v0,-140,-103,-253,-244,-253v-142,0,-243,112,-243,253","w":833},{"d":"589,-505v-1,108,-64,180,-164,192r188,313r-152,0r-164,-300r-92,0r0,300r-126,0r0,-708r246,0v151,2,265,50,264,203xm457,-506v0,-115,-140,-91,-252,-94r0,192v115,-4,252,23,252,-98","w":630},{"d":"238,240v-120,0,-211,-73,-211,-195v0,-101,43,-119,95,-171v52,-52,70,-53,67,-151r120,0v0,41,1,106,-13,125v-29,39,-81,88,-118,125v-52,53,-16,153,65,153v56,0,96,-44,100,-98r128,10v-12,122,-101,202,-233,202xm329,-416v0,43,-37,78,-80,78v-41,0,-80,-34,-80,-76v0,-43,37,-78,80,-78v41,0,80,34,80,76","w":519},{"d":"293,-384v-72,0,-110,53,-110,122r0,262r-120,0r0,-480r114,0r0,75v25,-49,75,-88,149,-87v75,0,125,30,150,89v34,-59,87,-89,158,-89v122,-2,172,85,173,206r0,286r-120,0r0,-272v-1,-68,-20,-112,-89,-112v-69,0,-103,56,-103,124r0,260r-120,0r0,-286v0,-59,-24,-98,-82,-98","w":870},{"d":"68,-70v0,-43,37,-78,80,-78v41,0,80,34,80,76v0,43,-37,78,-80,78v-41,0,-80,-34,-80,-76","w":296},{"d":"523,-558v-1,92,-74,147,-141,183r114,123r79,-120r141,0r-142,205r153,167r-155,0r-75,-81v-52,59,-109,97,-209,99v-128,1,-242,-79,-240,-208v2,-103,72,-168,153,-199v-44,-53,-79,-82,-81,-163v-3,-111,94,-174,203,-174v111,0,202,56,200,168xm325,-618v-68,0,-111,67,-66,121v14,16,29,35,48,53v44,-27,94,-49,96,-108v2,-38,-38,-66,-78,-66xm180,-197v-6,86,105,137,178,89v20,-12,41,-30,64,-52r-145,-158v-60,39,-92,53,-97,121","w":741},{"d":"41,-351v0,-221,155,-375,374,-375v220,0,377,149,377,371v0,218,-160,373,-377,373v-217,0,-374,-151,-374,-369xm173,-359v0,148,97,263,243,263v145,0,244,-116,244,-263v0,-140,-103,-253,-244,-253v-142,0,-243,112,-243,253xm464,-756r-94,0r-141,-144r136,0","w":833},{"d":"41,-351v0,-268,250,-446,510,-349v41,15,77,46,112,86r-98,72v-40,-42,-81,-68,-149,-70v-142,-4,-243,112,-243,253v0,148,97,266,243,263v75,-2,120,-36,159,-86r104,74v-54,78,-143,124,-264,126v-217,3,-374,-151,-374,-369","w":685},{"d":"41,-351v0,-221,155,-375,374,-375v220,0,377,149,377,371v0,218,-160,373,-377,373v-217,0,-374,-151,-374,-369xm173,-359v0,148,97,263,243,263v145,0,244,-116,244,-263v0,-140,-103,-253,-244,-253v-142,0,-243,112,-243,253xm469,-900r136,0r-141,144r-94,0","w":833},{"d":"173,-359v0,148,97,263,243,263v67,0,123,-12,166,-37r0,-167r-145,0r0,-114r271,0r0,362v-87,47,-185,70,-293,70v-217,0,-374,-151,-374,-369v0,-221,155,-378,374,-375v124,1,211,28,279,89r-93,94v-47,-46,-109,-69,-185,-69v-142,0,-243,112,-243,253","w":778},{"d":"74,48r-83,-30r312,-776r83,32","w":389},{"d":"194,156v-122,-158,-194,-435,-108,-678v27,-76,62,-147,108,-210r85,52v-69,102,-129,234,-129,392v0,156,56,290,128,389","w":296},{"d":"44,-240v0,-146,116,-252,261,-252v145,0,261,106,261,252v0,146,-116,252,-261,252v-145,0,-261,-106,-261,-252xm164,-240v0,79,59,144,141,144v81,0,141,-67,141,-144v0,-79,-59,-144,-141,-144v-81,0,-141,67,-141,144xm357,-708r136,0r-141,144r-94,0","w":610},{"d":"79,-708r126,0r0,282r331,0r0,-282r126,0r0,708r-126,0r0,-312r-331,0r0,312r-126,0r0,-708","w":741},{"d":"355,-564r-69,-90r-69,90r-112,0r115,-144r135,0r114,144r-114,0xm305,-492v154,2,236,121,225,294r-366,0v6,67,58,114,129,114v66,-1,96,-26,129,-65r86,65v-48,59,-109,94,-203,96v-145,2,-261,-106,-261,-252v0,-146,116,-254,261,-252xm410,-288v10,-106,-137,-148,-206,-84v-22,20,-35,49,-40,84r246,0"},{"d":"108,-138r122,0r-85,264r-107,0","w":296},{"d":"70,-480r120,0r0,480r-120,0r0,-480xm170,-708r136,0r-141,144r-94,0","w":260},{"d":"94,-167v4,-53,-49,-76,-94,-77r0,-88v43,-1,94,-21,94,-70r0,-198v-6,-72,68,-132,128,-132r91,0r0,84r-55,0v-48,-2,-62,28,-62,70r0,188v3,64,-47,94,-98,101v59,11,98,32,98,109r0,182v1,45,12,70,62,70r55,0r0,84r-91,0v-60,-1,-128,-60,-128,-132r0,-191","w":278},{"d":"40,-337v0,-172,282,-203,364,-82r-80,72v-23,-33,-55,-49,-94,-49v-34,0,-71,17,-70,51v2,52,183,68,214,98v30,16,45,51,45,105v0,182,-307,196,-394,80r80,-75v32,33,57,58,114,59v36,0,81,-19,80,-55v0,-25,-43,-49,-129,-70v-86,-21,-130,-66,-130,-134","w":444},{"d":"305,-492v154,2,236,121,225,294r-366,0v6,67,58,114,129,114v66,-1,96,-26,129,-65r86,65v-48,59,-109,94,-203,96v-145,2,-261,-106,-261,-252v0,-146,116,-254,261,-252xm410,-288v10,-106,-137,-148,-206,-84v-22,20,-35,49,-40,84r246,0"},{"d":"177,-564r-94,0r-141,-144r136,0","w":260},{"d":"281,-492v75,1,136,32,165,84r2,-72r114,0r0,437v0,179,-89,285,-271,283v-105,-1,-178,-26,-238,-79r72,-98v46,41,88,68,165,69v120,2,158,-73,152,-196v-30,40,-94,69,-159,70v-137,3,-239,-110,-239,-246v0,-142,93,-255,237,-252xm306,-384v-83,0,-142,59,-142,143v0,76,64,139,141,139v85,0,143,-58,143,-141v0,-84,-56,-141,-142,-141","w":630},{"d":"79,-708r126,0r0,594r301,0r0,114r-427,0r0,-708","w":519},{"d":"0,125r0,-50r500,0r0,50r-500,0","w":500},{"d":"79,-708r469,0r0,114r-343,0r0,174r325,0r0,114r-325,0r0,192r361,0r0,114r-487,0r0,-708xm353,-756r-94,0r-141,-144r136,0","w":611},{"d":"578,-503v0,202,-168,214,-373,210r0,293r-126,0r0,-708r238,0v149,1,261,54,261,205xm446,-501v0,-106,-124,-102,-241,-99r0,199v114,-2,241,15,241,-100","w":611},{"d":"604,-444r0,102r-542,0r0,-102r542,0xm604,-264r0,102r-542,0r0,-102r542,0","w":666},{"d":"79,-708r167,0r345,528r0,-528r126,0r0,708r-160,0r-350,-543r-2,543r-126,0r0,-708","w":796},{"d":"374,-655v0,58,-47,102,-105,102v-59,0,-105,-42,-105,-101v0,-58,46,-103,105,-103v58,0,105,44,105,102xm326,-655v0,-30,-26,-54,-57,-54v-31,0,-57,24,-57,54v0,30,26,54,57,54v30,0,57,-23,57,-54xm271,-492v143,0,205,66,205,216r0,276r-108,0r0,-66v-32,47,-83,77,-157,78v-91,1,-175,-52,-175,-144v0,-159,168,-165,332,-167v10,-129,-174,-125,-238,-53r-63,-63v47,-49,114,-77,204,-77xm240,-78v85,1,128,-47,121,-137v-88,2,-201,-2,-205,74v-2,42,42,63,84,63","w":537},{"d":"79,-708r469,0r0,114r-343,0r0,174r325,0r0,114r-325,0r0,192r361,0r0,114r-487,0r0,-708xm358,-900r136,0r-141,144r-94,0","w":611},{"d":"305,-492v154,2,236,121,225,294r-366,0v6,67,58,114,129,114v66,-1,96,-26,129,-65r86,65v-48,59,-109,94,-203,96v-145,2,-261,-106,-261,-252v0,-146,116,-254,261,-252xm410,-288v10,-106,-137,-148,-206,-84v-22,20,-35,49,-40,84r246,0xm339,-708r136,0r-141,144r-94,0"},{"d":"298,-384v-72,0,-110,53,-110,122r0,262r-120,0r0,-756r120,0r0,343v23,-43,75,-79,143,-79v118,0,174,77,175,189r0,303r-120,0r0,-243v-2,-76,-10,-141,-88,-141"},{"d":"10,132v57,0,60,-44,60,-102r0,-510r120,0r0,509v-3,133,-29,211,-162,211v-35,0,-38,-1,-65,-9r9,-104v19,4,18,5,38,5xm53,-643v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72","w":260},{"d":"271,-492v143,0,205,66,205,216r0,276r-108,0r0,-66v-32,47,-83,77,-157,78v-91,1,-175,-52,-175,-144v0,-159,168,-165,332,-167v10,-129,-174,-125,-238,-53r-63,-63v47,-49,114,-77,204,-77xm240,-78v85,1,128,-47,121,-137v-88,2,-201,-2,-205,74v-2,42,42,63,84,63","w":537},{"d":"208,-222r-120,0r0,-486r120,0r0,486xm68,-70v0,-43,37,-78,80,-78v41,0,80,34,80,76v0,43,-37,78,-80,78v-41,0,-80,-34,-80,-76","w":296},{"d":"48,-513v-2,-117,107,-197,216,-206r0,-67r54,0r0,66v85,-1,158,26,205,69r-83,93v-34,-36,-75,-54,-122,-54r0,200v144,43,223,65,229,204v6,132,-105,208,-229,219r0,72r-54,0r0,-71v-103,-1,-179,-31,-233,-89r91,-93v28,42,80,68,142,74r0,-211v-121,-36,-213,-66,-216,-206xm264,-610v-47,8,-92,38,-90,91v2,70,33,61,90,92r0,-183xm318,-96v54,-11,103,-42,103,-103v0,-64,-49,-70,-103,-92r0,195","w":592},{"d":"296,12v-182,0,-305,-160,-236,-338v53,-138,158,-257,231,-382r146,0r-170,262r2,2v147,-53,279,73,279,214v0,144,-108,242,-252,242xm170,-231v0,69,60,129,129,129v69,0,129,-60,129,-129v0,-69,-60,-129,-129,-129v-69,0,-129,60,-129,129","w":592},{"d":"252,-370r-236,-338r159,0r167,262r165,-262r153,0r-232,338r257,370r-160,0r-187,-299r-186,299r-152,0","w":685},{"d":"349,12v-75,-1,-136,-32,-165,-84r-2,72r-114,0r0,-756r120,0r0,337v39,-41,85,-73,166,-73v136,0,232,114,232,252v0,142,-93,255,-237,252xm466,-240v0,-79,-59,-144,-141,-144v-81,0,-141,67,-141,144v0,79,59,144,141,144v81,0,141,-67,141,-144","w":630},{"d":"76,-708r126,0r0,708r-126,0r0,-708","w":278},{"d":"345,-803v-27,0,-39,21,-46,43r-66,0v13,-67,37,-123,112,-127v27,-1,126,37,144,37v29,0,38,-18,46,-42r66,0v-13,67,-37,123,-112,127v-27,1,-124,-39,-144,-38xm41,-351v0,-221,155,-375,374,-375v220,0,377,149,377,371v0,218,-160,373,-377,373v-217,0,-374,-151,-374,-369xm173,-359v0,148,97,263,243,263v145,0,244,-116,244,-263v0,-140,-103,-253,-244,-253v-142,0,-243,112,-243,253","w":833},{"d":"120,-708r102,0r0,264r-102,0r0,-264xm297,-708r102,0r0,264r-102,0r0,-264","w":519},{"d":"68,-756r120,0r0,475r185,-199r154,0r-206,218r219,262r-159,0r-191,-245r-2,245r-120,0r0,-756","w":537},{"d":"214,144v0,-38,-56,-43,-88,-29r-27,-25r62,-90r58,0r-42,60v84,1,121,14,121,83v0,106,-165,119,-245,69r22,-46v43,24,139,38,139,-22","w":260},{"d":"68,-70v0,-43,37,-78,80,-78v41,0,80,34,80,76v0,43,-37,78,-80,78v-41,0,-80,-34,-80,-76xm68,-409v0,-43,37,-78,80,-78v41,0,80,34,80,76v0,43,-37,78,-80,78v-41,0,-80,-34,-80,-76","w":296},{"d":"0,-708r138,0r133,510r161,-510r124,0r156,510r141,-510r128,0r-206,708r-120,0r-164,-539r-166,539r-116,0","w":981},{"d":"86,-758r312,776r-83,30r-312,-774","w":389},{"d":"281,-492v75,1,136,32,165,84r2,-72r114,0r0,708r-120,0r0,-289v-39,41,-85,73,-166,73v-136,0,-232,-114,-232,-252v0,-142,93,-255,237,-252xm164,-240v0,79,59,144,141,144v81,0,141,-67,141,-144v0,-79,-59,-144,-141,-144v-81,0,-141,67,-141,144","w":630},{"d":"44,-240v0,-178,178,-300,356,-234v31,12,57,30,79,55r-83,83v-25,-25,-50,-46,-91,-48v-81,-3,-141,67,-141,144v0,79,59,144,141,144v39,0,70,-15,93,-45r80,86v-34,38,-110,66,-173,67v-145,2,-261,-106,-261,-252","w":482},{"d":"304,-720v131,-1,231,69,229,201v-2,99,-50,153,-109,208r-219,203r328,0r0,108r-474,0r0,-127r275,-266v42,-45,69,-61,73,-120v4,-55,-48,-94,-103,-93v-61,0,-103,39,-109,96r-126,-10v10,-125,102,-200,235,-200","w":592},{"d":"785,-369v0,133,-68,216,-149,265r203,2r0,102r-412,0v-221,3,-386,-146,-386,-369v0,-200,173,-357,372,-357v201,0,372,154,372,357xm410,-612v-136,0,-237,109,-237,246v0,140,101,252,239,252v139,0,241,-110,241,-252v0,-139,-103,-246,-243,-246","w":852},{"d":"54,-512v0,-220,329,-276,464,-141r-92,97v-43,-75,-242,-83,-240,35v0,37,39,70,117,99v78,29,134,54,168,75v34,21,51,67,51,139v0,246,-366,292,-491,130r95,-92v28,43,74,73,140,74v61,1,124,-35,124,-97v0,-41,-41,-77,-122,-109v-81,-32,-137,-56,-168,-74v-31,-18,-46,-64,-46,-136"},{"d":"308,-708r109,0r305,708r-144,0r-66,-162r-307,0r-64,162r-141,0xm468,-270r-109,-288r-111,288r220,0xm181,-828v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72xm387,-828v0,-39,35,-72,76,-72v42,0,78,31,78,72v0,41,-36,72,-78,72v-41,0,-76,-32,-76,-72","w":722},{"d":"586,-339r0,72r-506,225r0,-110r338,-151r-338,-151r0,-110","w":666},{"d":"70,-480r120,0r0,480r-120,0r0,-480","w":260},{"d":"276,-492v78,0,129,32,163,73r3,-337r120,0r0,756r-114,0r0,-72v-33,52,-88,83,-167,84v-144,3,-237,-109,-237,-252v0,-138,96,-252,232,-252xm164,-240v0,79,59,144,141,144v81,0,141,-67,141,-144v0,-79,-59,-144,-141,-144v-81,0,-141,67,-141,144","w":630},{"d":"258,-654r-90,0r0,732r90,0r0,78r-192,0r0,-888r192,0r0,78","w":278},{"d":"69,-343r223,-365r82,0r223,365r-118,0r-147,-239r-145,239r-118,0","w":666}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-167-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("wz?]~,p-bf$OwVT+B,tq}z}$Xsp]?,$OXs*qbfo9?8lm6u-{X3|;dz|JX3|;dz?&X3|;dzt#X3|;dz%-C-meX3|;dz6]B{.:X3|;dz?#X3|;dz8,)tI]d>.#6qBYBK=;?#?YBK=;6#?YBK=;?KpJ8TTYBK=;6,*Lw8I]d>.TdT8]X3|;dz|;X3|;dzd]X3|;dzpjX3|;dz%qX3|;dz8TX3|;dz6-X3|;dzdI?TI]d>.j68I]d>.T6]I]d>.j6]I]d>.TptI]d>.jpTI]d>.,puIYBK=;?z?YBK=;6s?YBK=;6s8YBK=;6s}IX3|;dzduX3|;dz%;X3|;dz7Ikj@YBK=;6f*WX3|;dK|q)8I]d>.&?|?YBK=;6KpYBK=;6K&YBK=;?KtYBK=;?,?qX3|;dz65S8I]d>.{dzTYBK=;?K&=X3|;dKY5X3|;dz}IotI]d>.,6TI]d>.#pTI]d>.,C8I]d>.=.V>%tz3}*wSdpC:7ovK|8fX6?b~YBk)n&{#jT,9`@E0maOW;Iqu-]sJ5LZ+l$geT6#oYBK=;6KTgX3|;dzp&X3|;dz%]X3|;dz}]X3|;dz6qX3|;dz|sX3|;dz*&~tI]d>.,d8I]d>.&68I]d>.jC3n#pv|J7TI]d>.{p%8;X3|;dzdqf#&YBK=;6KtpBtI]d>.#dVa.dtI]d>.&p]I]d>%]d]7L~T]YBK=;6uBYBK=;?z*YBK=;?>jEd]I]d>.jpt*YBK=;6,?aS{?YBK=;?>*>X3|;dz7uo];WwtI]d>.,d-&YBK=;?f%mX3|;dz8jkJpT6zBdX]I]d>.#Ct=$KTI]d>.Tp8I]d>.#C8I]d>.TCf&E6v%jpT&{v8I]d>.jp8;{b]I]d>.{C>@XXtII6u*o|]I]d>.#p>LYBK=Idutjf]5{S9p;~zT-wV}{wvI@:K=mY>]{S9=m~>];S,IT~,B-bVI9:f}O?{L9~3T;b3d$kJ-+bf6`6{LWbu-WX{neC9BJB];OwKl`:u@O6s}a~,t-BX*&~zTuXVLO~3IO6s*O6Xo]Y,tmbXpYS,Lm)zL#6T;O?3TO~J*&XVLO~3Im~sp&~z&WYJ7@*V$@S9oTYJ7`~z$#6Xo@~s5Obz$uBzL&~f|@wf?WY{n+bKImCqm0bvT9fsp~b8]B:X.~b8]$wvn@")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":574,"face":{"font-family":"Avenir-Heavy","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":"12","bbox":"-58 -939 981 240.112","underline-thickness":"50","underline-position":"-75","unicode-range":"U+0020-U+0178"}}));if(typeof google!=='undefined'){google.load('search','1');google.setOnLoadCallback(function(){se=document.body.getElementsByTagName('div')[1].appendChild(document.createElement('div'));se.id='search';new google.search.CustomSearchControl('008802665987109009990:ukyty6dzyee').draw(se);var divs=se.getElementsByTagName('div');var cb;for(var i=0;i<divs.length;i++){if(divs[i].className==='gsc-clear-button'){cb=divs[i];}}
cb.style.display='none';var x=cb.onclick||function(){};cb.onclick=function(){x();this.style.display='none';};var si=se.getElementsByTagName('input')[0];si.style.backgroundImage=si.style.backgroundPosition=si.style.backgroundRepeat='';si.onfocus=si.onblur=function(){this.style.backgroundImage='';};si.onkeyup=function(e){if(!e&&window.event){e=window.event;}
if(e.keyCode===13&&si.value!==''){cb.style.display='';}};var sb=se.getElementsByTagName('input')[1];sb.onclick=function(){if(si.value!==''){cb.style.display='';}};},true);}
domReady(function customFonts(){if(typeof Cufon!=='undefined'){var cufon_els=document.getElementById('nav').getElementsByTagName('a');Cufon.replace(cufon_els,{hover:!ua.ie6});}});var requestText=function(url,fnSuccess,fnFailure){if(ua.ie&&!window.XMLHttpRequest){window.XMLHttpRequest=function(){return new ActiveXObject('Microsoft.XMLHTTP');};}
if(!XMLHttpRequest){return'';}
var r=new XMLHttpRequest();try{r.open('get',url,true);r.setRequestHeader('X_REQUESTED_WITH','XMLHttpRequest');}
catch(e){fnFailure();return;}
var done=false;setTimeout(function(){done=true;},5000);document.documentElement.style.cursor='progress';r.onreadystatechange=function(){if(r.readyState===4&&!done){if(!r.status&&location.protocol==='file:'||(r.status>=200&&r.status<300)||r.status===304||navigator.userAgent.indexOf('Safari')>-1&&typeof r.status==='undefined'){fnSuccess(r.responseText);}
else{fnFailure();}
document.documentElement.style.cursor='';r=null;}};r.send('');};var lightbox=function(){var holder=document.createElement('div');holder.className='lightbox';holder.appendChild(document.createElement('span'))
var box=holder.appendChild(document.createElement('span'));box.className='lightbox-box';var content=box.appendChild(document.createElement('div'));content.className='lightbox-content';var close=box.appendChild(document.createElement('div'));close.className='lightbox-close';close.innerHTML='Close';holder.style.display='none';box.onclick=function(e){if(!e&&window.event){event.cancelBubble=true;}
else{e.stopPropagation();}};var docClick;var hide=function(){document.body.onclick=docClick;holder.style.display='none';document.body.style.overflow=document.documentElement.style.overflow='';};close.onclick=hide;domReady(function(){document.body.appendChild(holder);docClick=document.body.onclick||function(){};});return function(s,w,currentIdx,prev_lightbox,next_lightbox){if(!s){return;}
w=w||'auto';box.style.width=w;content.innerHTML=s;document.body.style.overflow=document.documentElement.style.overflow='hidden';holder.style.display='';if(prev_lightbox){var prev=content.appendChild(document.createElement('div'));prev.onclick=function(){prev_lightbox.onclick();};prev.className='lightbox-prev';prev.innerHTML='Previous';}
if(next_lightbox){var next=content.appendChild(document.createElement('div'));next.onclick=function(){next_lightbox.onclick();};next.className='lightbox-next';next.innerHTML='Next';}
setTimeout(function(){document.body.onclick=function(){hide();docClick();};},10);};}()
domReady(function enhanceLightboxImages(){var els=document.body.getElementsByTagName('img');var prev;var findNextLightbox=function(els,idx){for(var i=idx+1;i<els.length;i++){var el=els[i];if(el.getAttribute('data-lightbox')){return el;}}
return null;};for(var i=0;i<els.length;i++){var el=els[i];if(el.getAttribute('data-lightbox')){var x=el.onclick||function(){};(function(prev){var next=findNextLightbox(els,i);el.onclick=function(){x();lightbox('<img src="'+this.getAttribute('data-lightbox')+'">'+'<div><strong>'+this.getAttribute('alt')+'</strong></div>'+
(this.getAttribute('data-copyright')?'<div>'+this.getAttribute('data-copyright')+'</div>':''),null,i,prev,next);};})(prev);el.style.cursor='pointer';prev=els[i];}}});domReady(function targetExternalLinks(){var hostname=location.hostname;hostname=hostname.replace("www.","").toLowerCase();var els=document.body.getElementsByTagName('a');for(var i=0;i<els.length;i++){var href=els[i].href.toLowerCase();if(href.indexOf("http://")!==-1&&href.indexOf(hostname)===-1){els[i].target="_blank";}}});