/*
* Copyright (c) 2009 Simo Kinnunen.
* Licensed under the MIT license.
*
* @version 1.09
*/
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}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Published by Die Gestalten Verlag 2006, Copyright re-p.org. 2002. All rights
 * reserved.
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"111,-229r-53,47r-29,-8r43,-39r39,0","w":133},{"d":"31,-66v-15,48,57,56,77,26v5,-8,19,4,28,5v-9,50,-131,55,-133,-8v-1,-55,-6,-112,48,-114v46,-2,84,7,84,45r0,46r-104,0xm107,-111v-9,-35,-92,-27,-76,20r76,0r0,-20xm110,-185r-33,0r0,-34r33,0r0,34xm54,-185r-32,0r0,-34r32,0r0,34","w":173},{"d":"138,-45r-19,19r-46,-46r-45,46r-19,-19r46,-45r-46,-45r19,-19r45,45r45,-45r19,18r-45,46"},{"d":"51,-157v46,-2,82,7,84,45v2,55,6,112,-48,114v-46,2,-82,-7,-84,-45v-2,-55,-6,-112,48,-114xm32,-115v-1,33,-11,87,19,91v24,3,53,2,56,-20v-4,-32,11,-83,-21,-87v-24,-3,-47,-2,-54,16","w":174},{"d":"105,-26v8,-2,22,-17,24,-23r0,-167r29,0r0,168v-5,42,-46,56,-99,50v-27,-3,-53,-25,-53,-50r0,-168r30,0r0,167v1,6,18,20,24,23r45,0xm116,-242r-30,8r-53,-47r39,0","w":198},{"d":"64,-110r-65,0r0,-21r22,0r0,-63r-22,0r0,-22r45,0r0,85r20,0r0,21","w":112},{"d":"6,-167v4,-26,24,-51,52,-51v24,0,52,-2,73,2v3,-12,23,-7,37,-8r-14,25v33,26,17,98,17,150v0,51,-69,56,-125,48r-6,11r-33,0r15,-28v-32,-27,-10,-98,-16,-149xm141,-50v-2,-39,3,-85,-2,-121r-79,144r60,0v6,-3,21,-17,21,-23xm60,-190v-9,2,-23,17,-24,24v2,39,-3,85,2,120r79,-144r-57,0","w":212},{"d":"139,0r-133,0r0,-216r133,0r0,28r-103,0r0,66r97,0r0,28r-97,0r0,66r103,0r0,28xm119,-280r-53,47r-29,-8r43,-39r39,0","w":183},{"d":"175,0r-32,0r-16,-48r-94,0r-16,48r-31,0r75,-216r39,0xm118,-76r-38,-110r-37,110r75,0xm136,-242r-27,5v-7,-15,-26,-4,-39,-2v-19,3,-39,-5,-46,-23r27,-5v6,15,25,5,39,3v19,-3,39,4,46,22","w":207},{"d":"31,-111v2,34,-10,82,20,87v26,4,51,1,58,-20r27,9v-10,50,-131,55,-133,-8v-1,-55,-6,-111,48,-114v43,-2,72,6,84,37r-26,9v-6,-28,-72,-30,-78,0xm91,24r-21,39r-32,0r26,-48","w":171},{"d":"165,-45r-31,8r-51,-50r0,-11r51,-51r31,9r-47,45r0,4xm92,-45r-31,8r-51,-50r0,-11r51,-51r31,9r-47,45r0,4","w":215},{"d":"33,34r-28,0r0,-280r28,0r0,280","w":67},{"d":"51,-218v39,-1,57,26,53,69v-3,25,-21,46,-53,42v-32,-4,-50,-28,-45,-68v3,-22,21,-42,45,-43xm59,-132v26,-3,26,-57,3,-61v-27,-5,-33,16,-30,44v2,8,12,19,27,17","w":144},{"d":"183,-217r-119,217r-32,0r119,-217r32,0xm199,-25r-17,0r0,25r-24,0r0,-25r-53,0r0,-20r56,-66r21,0r0,63r17,0r0,23xm-5,-195v27,-41,122,-23,95,33v16,31,-12,55,-53,55v-17,0,-29,-14,-42,-23r18,-17v11,13,40,24,56,6v3,-18,-24,-7,-38,-10r0,-23v14,-2,38,6,38,-9v-12,-19,-45,-10,-56,5xm158,-48r0,-25r-20,25r20,0","w":240},{"d":"125,-77r-121,0r0,-26r149,0r0,77r-28,0r0,-51","w":191},{"d":"6,-167v4,-72,160,-71,161,0r0,118v-4,47,-53,56,-109,51v-27,-3,-52,-25,-52,-51r0,-118xm114,-26v9,-2,23,-16,24,-23r0,-120v-5,-8,-16,-19,-24,-21r-54,0v-8,3,-24,17,-24,24r0,117v1,6,18,20,24,23r54,0","w":208},{"d":"-5,-196v27,-39,122,-22,95,32v16,30,-13,53,-53,53v-17,0,-29,-13,-42,-22r18,-16v10,12,42,23,56,5v2,-17,-25,-6,-38,-9r0,-23v14,-2,39,6,38,-9v-12,-17,-46,-8,-56,5","w":112},{"d":"1,-120v10,-52,129,-53,129,8v0,38,-2,79,3,112r-28,0r-1,-12v-31,29,-114,18,-108,-38v5,-45,54,-47,106,-44v6,-35,-19,-40,-54,-37v-8,0,-16,14,-21,19xm24,-49v0,37,65,30,78,6r0,-25v-31,2,-78,-9,-78,19xm98,-190r-30,8r-52,-47r38,0","w":173},{"d":"3,-44v0,-67,-2,-113,76,-113v10,0,21,8,28,14r0,-73r28,0r2,216r-28,0r-1,-13v-27,30,-105,17,-105,-31xm31,-111v1,43,-14,87,47,87v7,0,25,-16,29,-21r0,-65v-10,-21,-66,-35,-76,-1","w":177},{"d":"162,-111v50,-12,79,56,30,66r-38,13v-5,2,-5,3,-5,8r70,0r0,24r-96,0v-1,-28,-1,-50,24,-55v14,-8,42,-3,46,-22v-13,-17,-47,-7,-57,6r-17,-17v13,-9,26,-23,43,-23xm183,-217r-119,217r-32,0r119,-217r32,0xm77,-106r-65,0r0,-23r21,0r0,-65r-21,0r0,-23r45,0r0,88r20,0r0,23","w":260},{"d":"216,-155r-46,155r-33,0r-35,-114r-34,114r-33,0r-48,-155r30,0r35,120r33,-120r34,0r35,120r33,-120r29,0","w":241},{"d":"106,-13v-31,29,-103,15,-103,-31r0,-111r28,0r0,115v11,23,61,19,73,-3r0,-112r28,0r0,126r3,29r-28,0xm98,-190r-30,8r-52,-47r38,0","w":175},{"d":"175,0r-32,0r-16,-48r-94,0r-16,48r-31,0r75,-216r39,0xm118,-76r-38,-110r-37,110r75,0xm121,-241r-29,8r-53,-47r39,0","w":207},{"d":"94,-181r-36,0r0,-35r36,0r0,35xm33,-68v-1,22,2,41,21,41r45,0v8,-5,20,-14,24,-27r29,8v-14,38,-45,53,-99,47v-34,-3,-49,-28,-49,-70v0,-47,70,-29,58,-88r29,0r0,28v1,39,-48,33,-58,61","w":167},{"d":"138,-188r-102,0r0,66r97,0r0,28r-97,0r0,94r-30,0r0,-216r132,0r0,28","w":176},{"d":"79,-190v-25,-2,-39,6,-46,24r0,117v4,13,22,27,46,22r0,28v-43,4,-76,-16,-76,-50r0,-118v5,-34,32,-56,76,-51r0,28","w":125},{"d":"6,-167v4,-72,160,-71,161,0r0,118v-4,47,-53,56,-109,51v-27,-3,-52,-25,-52,-51r0,-118xm114,-26v9,-2,23,-16,24,-23r0,-120v-5,-8,-16,-19,-24,-21r-54,0v-8,3,-24,17,-24,24r0,117v1,6,18,20,24,23r54,0xm130,-234r-33,0r0,-34r33,0r0,34xm74,-234r-32,0r0,-34r32,0r0,34","w":208},{"d":"1,-120v10,-52,129,-53,129,8v0,38,-2,79,3,112r-28,0r-1,-12v-31,29,-114,18,-108,-38v5,-45,54,-47,106,-44v6,-35,-19,-40,-54,-37v-8,0,-16,14,-21,19xm24,-49v0,37,65,30,78,6r0,-25v-31,2,-78,-9,-78,19xm111,-229r-53,47r-29,-8r43,-39r39,0","w":173},{"d":"105,-216v26,3,52,24,52,50r0,116v-2,27,-25,50,-52,50r-99,0r0,-95r-27,0r0,-25r27,0r0,-96r99,0xm127,-165v-8,-32,-55,-21,-92,-23r0,68r45,0r0,25r-45,0r0,67r71,0v6,-3,21,-17,21,-23r0,-114","w":200},{"d":"20,-140v-36,-25,-8,-78,29,-78v48,0,87,0,100,38r-26,9v-6,-26,-46,-22,-77,-20v-10,4,-26,29,-5,30v52,4,107,1,107,56v0,14,-8,25,-16,32v33,21,8,75,-31,75v-48,0,-89,0,-100,-38r27,-9v6,26,41,21,73,21v12,-2,30,-25,9,-30v-52,0,-104,-3,-105,-55v0,-14,6,-22,15,-31xm100,-81v9,-4,23,-16,21,-28v-5,-31,-88,-36,-88,-1v0,31,37,27,67,29","w":183},{"d":"128,-155r-71,217r-31,0r21,-62r-5,0r-54,-155r31,0r40,120r40,-120r29,0xm105,-229r-52,47r-30,-8r44,-39r38,0","w":154},{"d":"139,0r-133,0r0,-216r133,0r0,28r-103,0r0,66r97,0r0,28r-97,0r0,66r103,0r0,28xm138,-240r-38,0r-25,-23r-26,23r-38,0r49,-43r29,0","w":183},{"d":"32,-143v31,-29,103,-14,103,31r0,112r-28,0r0,-115v-11,-25,-62,-20,-74,3r0,112r-28,0r-2,-155r28,0","w":176},{"d":"105,-26v8,-2,22,-17,24,-23r0,-167r29,0r0,168v-5,42,-46,56,-99,50v-27,-3,-53,-25,-53,-50r0,-168r30,0r0,167v1,6,18,20,24,23r45,0","w":199},{"d":"157,-148r-5,27r-32,0r-6,30r32,0r-5,26r-32,0r-6,37r-28,0r7,-37r-26,0r-7,37r-27,0r7,-37r-32,0r4,-26r32,0r6,-30r-32,0r5,-27r32,0r6,-35r28,0r-7,35r26,0r7,-35r27,0r-6,35r32,0xm93,-121r-26,0r-6,30r26,0","w":192},{"w":83},{"d":"128,-155r-71,217r-31,0r21,-62r-5,0r-54,-155r31,0r40,120r40,-120r29,0xm104,-185r-33,0r0,-34r33,0r0,34xm48,-185r-32,0r0,-34r32,0r0,34","w":154},{"d":"129,0r-33,0r-38,-56r-37,56r-34,0r55,-80r-53,-75r34,0r35,53r34,-53r34,0r-51,75","w":161},{"d":"183,-217r-119,217r-32,0r119,-217r32,0xm199,-25r-17,0r0,25r-24,0r0,-25r-53,0r0,-20r56,-66r21,0r0,63r17,0r0,23xm77,-106r-65,0r0,-23r21,0r0,-65r-21,0r0,-23r45,0r0,88r20,0r0,23xm158,-48r0,-25r-20,25r20,0","w":240},{"d":"167,-111v39,0,54,26,52,69v-3,52,-94,56,-97,0v-2,-41,11,-69,45,-69xm187,-218r-114,218r-37,0r119,-218r32,0xm51,-218v39,-1,57,26,53,69v-3,25,-21,46,-53,42v-32,-4,-50,-28,-45,-68v3,-22,21,-42,45,-43xm148,-72v-1,26,-1,50,26,48v24,-2,28,-58,0,-62v-13,-2,-20,8,-26,14xm59,-132v26,-3,26,-57,3,-61v-27,-5,-33,16,-30,44v2,8,12,19,27,17","w":261},{"d":"118,-188v44,16,27,85,27,143v0,42,-44,51,-94,47v-42,-4,-48,-42,-48,-92v0,-47,75,-60,113,-35v-1,-16,3,-31,-9,-37r-19,-10r-42,22r-11,-22r26,-14r-29,-15r12,-25r47,24r34,-18r11,22xm32,-45v8,29,78,27,84,0r0,-42v-7,-25,-75,-36,-84,-2r0,44"},{"d":"157,-216r-68,119r0,97r-30,0r0,-97r-67,-119r32,0r51,89v-1,0,50,-89,50,-89r32,0xm115,-281r-53,47r-29,-8r43,-39r39,0","w":182},{"d":"1,-103v-5,-56,63,-65,108,-47v9,6,19,18,25,30r-27,9v-6,-30,-85,-32,-78,9v0,4,4,8,10,8v45,3,99,-4,95,52v-3,47,-72,54,-115,37v-8,-6,-18,-19,-24,-30r27,-9v7,30,92,34,84,-11v0,-4,-4,-8,-10,-8v-40,-3,-91,3,-95,-40","w":168},{"d":"50,-59r-28,0r0,-157r28,0r0,157xm54,0r-37,0r0,-35r37,0r0,35","w":77},{"d":"1,-120v10,-52,129,-53,129,8v0,38,-2,79,3,112r-28,0r-1,-12v-31,29,-114,18,-108,-38v5,-45,54,-47,106,-44v6,-35,-19,-40,-54,-37v-8,0,-16,14,-21,19xm24,-49v0,37,65,30,78,6r0,-25v-31,2,-78,-9,-78,19","w":173},{"d":"78,-187r-73,0r0,-31r73,0r0,31","w":77},{"d":"58,-157v46,-2,82,7,84,45v2,55,6,112,-48,114v-46,2,-82,-7,-84,-45v-2,-55,-6,-112,48,-114xm39,-115v0,33,-11,87,20,91v24,3,52,2,55,-20v-4,-32,11,-83,-20,-87v-24,-3,-48,-2,-55,16xm139,-188r-37,0r-26,-23r-26,23r-37,0r48,-43r29,0","w":174},{"d":"145,-219v27,4,46,27,52,51r0,118v-2,27,-25,50,-52,50r-91,0v-26,-4,-51,-23,-51,-50r0,-118v3,-26,25,-51,51,-51r91,0xm143,-26v9,-2,24,-18,26,-25r-1,-119v-6,-7,-14,-21,-24,-22r-91,0v-5,4,-22,14,-22,25r0,116v1,7,18,22,25,25r87,0xm113,-174v-55,-7,-68,27,-68,85v0,38,53,59,88,37v6,-4,14,-12,24,-24r-29,-7v-11,20,-52,16,-55,-7v-4,-34,-1,-67,39,-58v6,1,10,6,16,13r29,-7v-17,-19,-21,-29,-44,-32","w":232},{"d":"33,34r-28,0r0,-123r28,0r0,123xm33,-124r-28,0r0,-123r28,0r0,123","w":67},{"d":"60,-76r-37,0r0,-33r37,0r0,33","w":104},{"d":"175,0r-32,0r-16,-48r-94,0r-16,48r-31,0r75,-216r39,0xm118,-76r-38,-110r-37,110r75,0xm144,-240r-38,0r-25,-23r-26,23r-38,0r49,-43r29,0","w":207},{"d":"36,0r-30,0r0,-216r30,0r0,216xm84,-240r-38,0r-25,-23r-26,23r-38,0r49,-43r29,0","w":88},{"d":"82,0r-65,0r0,-26r35,0r0,-164r-35,0r0,-26r65,0r0,216","w":117},{"d":"137,-111v0,67,2,113,-76,113v-10,0,-21,-8,-28,-14r0,75r-28,0r0,-279r28,0r-1,75v26,-31,105,-18,105,30xm33,-45v11,23,70,33,76,1v-2,-43,15,-86,-47,-86v-7,0,-25,15,-29,20r0,65","w":177},{"d":"34,0r-28,0r0,-155r28,0r0,155xm84,-188r-38,0r-25,-23r-26,23r-38,0r49,-43r29,0","w":77},{"d":"6,-152v0,-61,31,-72,90,-66v1,35,-3,75,5,102v-10,-1,-27,5,-27,-6v-25,17,-68,0,-68,-30xm71,-149r0,-45v-39,-14,-54,39,-25,55v14,1,16,-2,25,-10","w":137},{"d":"36,0r-30,0r0,-216r30,0r0,216xm52,-242r-29,8r-53,-47r39,0","w":88},{"d":"31,-66v-15,48,57,56,77,26v5,-8,19,4,28,5v-9,50,-131,55,-133,-8v-1,-55,-6,-112,48,-114v46,-2,84,7,84,45r0,46r-104,0xm107,-111v-9,-35,-92,-27,-76,20r76,0r0,-20xm98,-190r-30,8r-52,-47r38,0","w":173},{"d":"112,-26v8,-3,24,-17,24,-24r0,-45r-49,0r0,-28r79,0v1,47,-3,80,6,123r-29,0v-1,-5,-2,-10,-2,-13v-33,31,-135,20,-135,-36r0,-118v1,-61,125,-72,152,-21v3,4,6,9,10,18r-28,8v-7,-14,-16,-23,-27,-28r-53,0v-8,4,-21,12,-24,24r0,117v1,7,16,21,24,23r52,0","w":213},{"d":"58,-157v46,-2,82,7,84,45v2,55,6,112,-48,114v-46,2,-82,-7,-84,-45v-2,-55,-6,-112,48,-114xm39,-115v0,33,-11,87,20,91v24,3,52,2,55,-20v-4,-32,11,-83,-20,-87v-24,-3,-48,-2,-55,16xm114,-190r-29,8r-53,-47r39,0","w":174},{"d":"34,0r-28,0r0,-155r28,0r0,155xm63,-185r-33,0r0,-34r33,0r0,34xm7,-185r-32,0r0,-34r32,0r0,34","w":77},{"d":"12,-157r28,0r0,157r-28,0r0,-157xm8,-216r37,0r0,35r-37,0r0,-35","w":82},{"d":"52,-96r-37,0r0,-40r37,0r0,40xm56,-26r-25,57r-31,0r28,-66","w":102},{"d":"136,-101r-132,0r0,-24r132,0r0,24xm136,-52r-132,0r0,-24r132,0r0,24","w":174},{"d":"30,-109v-52,-25,-22,-122,41,-109r0,-29r28,0r0,29v38,-2,53,20,66,48v-11,0,-29,15,-32,1v-9,-11,-15,-23,-34,-21r0,70v38,8,78,16,68,71v-5,31,-28,54,-68,51r0,30r-28,0r0,-30v-40,3,-56,-19,-70,-48r29,-8v9,18,16,29,41,28r0,-72xm99,-26v28,1,43,-14,39,-45v-2,-18,-25,-14,-39,-20r0,65xm71,-190v-29,-6,-50,35,-29,54r29,8r0,-62","w":205},{"d":"125,0r-122,0r0,-22r80,-107r-83,0r0,-26r121,0r0,22r-81,107r85,0r0,26","w":159},{"d":"6,-167v4,-72,160,-71,161,0r0,118v-4,47,-53,56,-109,51v-27,-3,-52,-25,-52,-51r0,-118xm114,-26v9,-2,23,-16,24,-23r0,-120v-5,-8,-16,-19,-24,-21r-54,0v-8,3,-24,17,-24,24r0,117v1,6,18,20,24,23r54,0xm126,-281r-53,47r-29,-8r43,-39r39,0","w":208},{"d":"132,-188r-37,0r-26,-23r-25,23r-38,0r49,-43r29,0xm106,-13v-31,29,-103,15,-103,-31r0,-111r28,0r0,115v11,23,61,19,73,-3r0,-112r28,0r0,126r3,29r-28,0","w":175},{"d":"46,-26v25,6,43,-10,49,-23r0,-167r30,0r0,167v0,55,-99,71,-124,22v-3,-4,-6,-10,-10,-19r28,-8v5,12,16,25,27,28","w":168},{"d":"127,-172v4,39,-27,35,-27,68v0,9,14,9,24,10v25,3,38,21,36,52v-3,46,-70,55,-112,37v8,-5,13,-23,23,-19v33,1,67,5,61,-36v-1,-9,-15,-9,-25,-9v-22,-2,-39,-18,-36,-44v-2,-29,33,-28,28,-59v-5,-32,-66,-23,-66,7r0,142r-3,23r-28,0v6,-50,3,-111,3,-166v0,-59,115,-75,122,-6","w":195},{"d":"106,-13v-31,29,-103,15,-103,-31r0,-111r28,0r0,115v11,23,61,19,73,-3r0,-112r28,0r0,126r3,29r-28,0","w":175},{"d":"36,0r-30,0r0,-216r30,0r0,216","w":80},{"d":"3,-171v0,-58,111,-63,134,-18v3,4,6,10,10,19r-29,8v-3,-35,-76,-41,-86,-8r0,45v32,-24,114,-14,114,35v0,50,-5,89,-49,92v-50,4,-94,-5,-94,-47r0,-126xm32,-87v-1,27,-2,61,20,61v27,0,64,6,64,-19r0,-48v-7,-18,-33,-17,-58,-16v-8,4,-22,14,-26,22"},{"d":"140,31r-139,0r0,-26r139,0r0,26","w":166},{"d":"6,-167v4,-72,160,-71,161,0r0,118v-4,47,-53,56,-109,51v-27,-3,-52,-25,-52,-51r0,-118xm114,-26v9,-2,23,-16,24,-23r0,-120v-5,-8,-16,-19,-24,-21r-54,0v-8,3,-24,17,-24,24r0,117v1,6,18,20,24,23r54,0xm123,-242r-30,8r-52,-47r38,0","w":208},{"d":"196,0r-29,0r0,-172r-56,116r-20,0r-56,-116r0,172r-29,0r0,-216r38,0r57,118r58,-118r37,0r0,216","w":241},{"d":"175,0r-32,0r-16,-48r-94,0r-16,48r-31,0r75,-216r39,0xm118,-76r-38,-110r-37,110r75,0xm122,-281r-53,47r-29,-8r43,-39r39,0","w":207},{"d":"170,-216r-74,216r-39,0r-73,-216r31,0r62,184r61,-184r32,0","w":194},{"d":"139,0r-133,0r0,-216r133,0r0,28r-103,0r0,66r97,0r0,28r-97,0r0,66r103,0r0,28xm119,-233r-33,0r0,-34r33,0r0,34xm63,-233r-32,0r0,-34r32,0r0,34","w":183},{"d":"129,-155r-53,155r-34,0r-54,-155r31,0r40,122r40,-122r30,0","w":160},{"d":"18,-125v-9,-72,27,-100,102,-91r0,28r-51,0v-17,19,-24,6,-21,63r86,0r0,26r-86,0r0,18r86,0r0,27r-86,0r0,26r75,0v8,-6,20,-14,24,-28r29,8v-13,24,-27,48,-55,48r-103,0r0,-54r-14,0r0,-27r14,0r0,-18r-14,0r0,-26r14,0","w":213},{"d":"3,-43v-3,-57,-5,-117,52,-115r0,-36r28,0r0,36v31,-2,45,18,56,38r-27,8v-6,-10,-12,-23,-29,-20r0,109v18,1,24,-10,30,-21r26,9v-11,21,-23,40,-56,38r0,32r-28,0r0,-32v-31,1,-50,-19,-52,-46xm55,-23r0,-109v-37,2,-21,56,-24,92v6,6,11,18,24,17","w":165},{"d":"52,-218v61,0,94,10,94,76v0,15,-8,23,-18,33v35,27,21,111,-31,111v-63,0,-94,-11,-94,-78v0,-15,8,-23,18,-33v-36,-28,-19,-109,31,-109xm52,-190v-28,2,-27,67,0,67v28,0,64,6,64,-20r0,-31v-8,-19,-37,-18,-64,-16xm52,-95v-28,2,-27,69,0,69v27,0,64,6,64,-19r0,-34v-8,-19,-37,-18,-64,-16"},{"d":"1,-120v10,-52,129,-53,129,8v0,38,-2,79,3,112r-28,0r-1,-12v-31,29,-114,18,-108,-38v5,-45,54,-47,106,-44v6,-35,-19,-40,-54,-37v-8,0,-16,14,-21,19xm24,-49v0,37,65,30,78,6r0,-25v-31,2,-78,-9,-78,19xm104,-216v0,20,-16,35,-36,35v-20,0,-34,-15,-34,-35v0,-19,14,-34,34,-34v20,0,36,15,36,34xm86,-216v0,-10,-8,-17,-18,-17v-9,0,-17,7,-17,17v0,10,8,18,17,18v10,0,18,-8,18,-18","w":177},{"d":"52,-175v51,-3,103,-1,100,48v4,24,-15,34,-30,43r26,43r-31,0r-23,-39r-15,0r0,39r-27,0r0,-134xm79,-107v24,1,46,1,47,-22v-4,-18,-23,-22,-47,-20r0,42xm145,-218v28,2,47,27,52,51r0,117v-2,27,-25,51,-52,51r-91,0v-26,-4,-51,-24,-51,-51r0,-117v2,-27,24,-51,51,-51r91,0xm56,-192v-9,4,-22,14,-25,26r0,116v1,6,16,24,25,24r90,0v6,-3,23,-18,23,-24r-1,-119v-6,-8,-16,-21,-24,-23r-88,0","w":234},{"d":"157,-216r-68,119r0,97r-30,0r0,-97r-67,-119r32,0r51,89v-1,0,50,-89,50,-89r32,0","w":182},{"d":"6,-167v4,-72,160,-71,161,0r0,118v-4,47,-53,56,-109,51v-27,-3,-52,-25,-52,-51r0,-118xm114,-26v9,-2,23,-16,24,-23r0,-120v-5,-8,-16,-19,-24,-21r-54,0v-8,3,-24,17,-24,24r0,117v1,6,18,20,24,23r54,0xm144,-241r-27,5v-6,-15,-25,-5,-39,-3v-19,3,-39,-5,-46,-23r27,-5v6,15,25,5,39,3v19,-3,39,5,46,23","w":208},{"d":"157,-169v3,43,-8,72,-42,78r53,91r-32,0r-51,-90r-49,0r0,90r-30,0r0,-216v64,1,146,-14,151,47xm127,-133r0,-39v-9,-25,-57,-14,-91,-16r0,70v33,-3,79,10,91,-15","w":205},{"d":"131,-188r-37,0r-26,-23r-26,23r-37,0r49,-43r28,0xm1,-120v10,-52,129,-53,129,8v0,38,-2,79,3,112r-28,0r-1,-12v-31,29,-114,18,-108,-38v5,-45,54,-47,106,-44v6,-35,-19,-40,-54,-37v-8,0,-16,14,-21,19xm24,-49v0,37,65,30,78,6r0,-25v-31,2,-78,-9,-78,19","w":173},{"d":"43,-132v52,-4,99,1,104,46v7,67,-21,97,-91,88v-28,-3,-43,-24,-55,-48v11,-1,29,-15,33,-1v8,28,76,32,84,1v1,-27,3,-59,-20,-59r-85,0r0,-111r123,0r0,28r-93,0r0,56"},{"d":"82,24r-21,39r-32,0r26,-48","w":146},{"d":"156,-47r-24,0r0,47r-29,0r0,-47r-102,0r0,-25r93,-144r38,0r0,141r24,0r0,28xm103,-75r0,-103r-66,103r66,0"},{"d":"175,0r-32,0r-16,-48r-94,0r-16,48r-31,0r75,-216r39,0xm118,-76r-38,-110r-37,110r75,0","w":203},{"d":"105,-26v8,-2,22,-17,24,-23r0,-167r29,0r0,168v-5,42,-46,56,-99,50v-27,-3,-53,-25,-53,-50r0,-168r30,0r0,167v1,6,18,20,24,23r45,0xm127,-233r-32,0r0,-35r32,0r0,35xm72,-233r-33,0r0,-35r33,0r0,35","w":198},{"d":"120,-195r-27,5v-6,-15,-25,-5,-39,-3v-19,3,-39,-5,-46,-23r27,-5v6,15,25,5,39,3v19,-3,39,5,46,23","w":166},{"d":"-36,35v24,1,46,1,46,-20r0,-170r29,0r0,171v-3,35,-33,51,-75,46r0,-27xm41,-187r-32,0r0,-32r32,0r0,32","w":81},{"d":"56,-218v60,-6,90,12,90,77v0,15,-8,22,-18,32v36,28,20,112,-31,112v-54,0,-81,-11,-96,-48v11,-1,29,-15,33,-1v9,27,68,29,82,5r0,-38v-7,-19,-33,-17,-59,-16r0,-28v26,0,59,5,59,-19r0,-32v-14,-28,-82,-20,-86,12r-29,-8v12,-24,25,-45,55,-48"},{"d":"3,-43v-1,-55,-6,-114,48,-114v15,0,32,-1,46,1v2,-12,22,-6,35,-7r-10,19v26,18,16,62,16,101v0,42,-48,51,-96,44v-2,13,-23,8,-37,9r13,-22v-9,-9,-15,-17,-15,-31xm56,-24v25,2,54,1,54,-20v0,-24,2,-53,-2,-74xm85,-131v-26,-1,-53,-2,-56,20v2,24,-2,54,3,75","w":177},{"d":"58,-157v46,-2,82,7,84,45v2,55,6,112,-48,114v-46,2,-82,-7,-84,-45v-2,-55,-6,-112,48,-114xm39,-115v0,33,-11,87,20,91v24,3,52,2,55,-20v-4,-32,11,-83,-20,-87v-24,-3,-48,-2,-55,16xm117,-229r-53,47r-29,-8r43,-39r39,0","w":174},{"d":"129,-76r-126,0r0,-27r126,0r0,27xm85,-118r-37,0r0,-39r37,0r0,39xm85,-22r-37,0r0,-38r37,0r0,38","w":167},{"d":"145,-192r-95,192r-32,0r93,-188r-110,0r0,-28r144,0r0,24"},{"d":"51,-218v58,-6,90,10,90,72v0,47,-69,27,-57,87r-30,0v-8,-48,19,-64,50,-76v17,-10,9,-53,-12,-55v-34,-3,-59,1,-66,28r-29,-8v11,-25,26,-45,54,-48xm87,0r-36,0r0,-35r36,0r0,35","w":167},{"d":"228,-108r-112,108r-39,0r100,-95r-181,0r0,-27r182,0r-101,-95r39,0","w":258},{"d":"52,-218v50,-5,94,6,94,47v0,69,22,168,-49,173v-51,4,-82,-11,-96,-48r29,-7v9,26,31,30,66,27v26,-1,21,-39,21,-67v-32,26,-114,15,-114,-34v0,-50,7,-87,49,-91xm53,-190v-31,3,-30,82,0,82r38,0v8,-4,22,-14,26,-22v1,-27,2,-60,-21,-60r-43,0"},{"d":"58,-157v46,-2,82,7,84,45v2,55,6,112,-48,114v-46,2,-82,-7,-84,-45v-2,-55,-6,-112,48,-114xm39,-115v0,33,-11,87,20,91v24,3,52,2,55,-20v-4,-32,11,-83,-20,-87v-24,-3,-48,-2,-55,16xm120,-185r-33,0r0,-34r33,0r0,34xm64,-185r-32,0r0,-34r32,0r0,34","w":174},{"d":"32,-143v31,-29,103,-14,103,31r0,112r-28,0r0,-115v-11,-25,-62,-20,-74,3r0,112r-28,0r-2,-155r28,0xm128,-195r-27,5v-6,-15,-25,-5,-39,-3v-19,3,-39,-5,-46,-23r27,-5v6,15,25,5,39,3v19,-3,39,5,46,23","w":176},{"d":"49,-96r-37,0r0,-39r37,0r0,39xm49,0r-37,0r0,-38r37,0r0,38","w":97},{"d":"31,-66v-15,48,57,56,77,26v5,-8,19,4,28,5v-9,50,-131,55,-133,-8v-1,-55,-6,-112,48,-114v46,-2,84,7,84,45r0,46r-104,0xm107,-111v-9,-35,-92,-27,-76,20r76,0r0,-20xm111,-229r-53,47r-29,-8r43,-39r39,0","w":173},{"d":"105,-26v11,-3,21,-16,26,-28r29,8v-9,63,-154,70,-154,-3r0,-118v0,-59,116,-72,144,-22v3,4,6,10,10,19r-29,8v-5,-13,-15,-24,-26,-28v-36,-2,-69,-2,-69,32r0,109v1,7,16,21,24,23r45,0","w":194},{"d":"35,-172v70,-4,131,-2,121,80v-6,51,-65,48,-121,46r0,46r-30,0r0,-216r30,0r0,44xm35,-74v45,-2,105,17,92,-50v-6,-32,-58,-17,-92,-20r0,70","w":191},{"d":"144,0r-32,0r-118,-218r32,0","w":155},{"d":"139,0r-133,0r0,-216r133,0r0,28r-103,0r0,66r97,0r0,28r-97,0r0,66r103,0r0,28","w":183},{"d":"158,0r-29,0r0,-94r-93,0r0,94r-30,0r0,-216r30,0r0,94r93,0r0,-94r29,0r0,216","w":203},{"d":"105,-216v26,3,52,24,52,50r0,116v-2,27,-25,50,-52,50r-99,0r0,-216r99,0xm127,-51r0,-117v-11,-28,-54,-19,-91,-20r0,160r70,0v6,-3,21,-17,21,-23","w":200},{"d":"105,-26v8,-2,22,-17,24,-23r0,-167r29,0r0,168v-5,42,-46,56,-99,50v-27,-3,-53,-25,-53,-50r0,-168r30,0r0,167v1,6,18,20,24,23r45,0xm122,-281r-52,47r-30,-8r44,-39r38,0","w":198},{"d":"91,0v-43,4,-75,-10,-75,-46r0,-83r-26,0r0,-26r26,0r0,-61r28,0r0,61r47,0r0,26r-47,0v5,45,-23,116,47,103r0,26","w":123},{"d":"136,0r-130,0r0,-216r30,0r0,188r100,0r0,28","w":171},{"d":"105,-26v8,-2,22,-17,24,-23r0,-167r29,0r0,168v-5,42,-46,56,-99,50v-27,-3,-53,-25,-53,-50r0,-168r30,0r0,167v1,6,18,20,24,23r45,0xm147,-240r-38,0r-25,-24r-26,24r-38,0r49,-43r29,0","w":198},{"d":"54,-218v56,-6,103,4,107,51v3,37,-2,78,4,110v-12,-1,-30,4,-29,-9v-27,27,-94,6,-87,-46v5,-38,39,-48,84,-44v3,-21,-15,-30,-25,-36r-52,0v-7,5,-25,14,-25,26r0,117v1,7,18,22,25,25r85,0r5,25r-92,0v-26,-4,-51,-23,-51,-50r0,-118v2,-27,25,-48,51,-51xm96,-130v-26,3,-25,47,0,48v20,1,27,-2,37,-14r0,-34r-37,0","w":198},{"d":"22,-155v-4,-48,24,-68,75,-63r0,26v-30,-3,-53,3,-47,37r28,0r0,26r-28,0r0,129r-28,0r0,-129r-26,0r0,-26r26,0","w":122},{"d":"106,-13v-31,29,-103,15,-103,-31r0,-111r28,0r0,115v11,23,61,19,73,-3r0,-112r28,0r0,126r3,29r-28,0xm111,-229r-53,47r-29,-8r43,-39r39,0","w":175},{"d":"144,-77r-54,0r0,51r-28,0r0,-51r-53,0r0,-26r53,0r0,-50r28,0r0,50r54,0r0,26xm140,31r-131,0r0,-26r131,0r0,26"},{"d":"32,-51v0,7,42,46,47,49r-21,20v-11,-14,-57,-40,-55,-68v2,-44,-6,-98,5,-134v8,-12,40,-42,50,-50r20,20v-12,12,-43,38,-46,49r0,114","w":125},{"d":"56,-22r-25,53r-31,0r28,-61","w":103},{"d":"139,0r-133,0r0,-216r133,0r0,28r-103,0r0,66r97,0r0,28r-97,0r0,66r103,0r0,28xm108,-242r-29,8r-53,-47r39,0","w":183},{"d":"134,-145v17,14,18,53,-1,66r14,13r-19,18v-10,-22,-46,-10,-75,-16r-16,17r-19,-19r13,-13v-18,-11,-18,-53,-1,-65r-12,-13r19,-18r15,15v17,-4,42,-3,60,0r15,-15r19,18xm45,-116v-5,37,67,36,74,12v9,-30,-23,-34,-56,-32v-6,5,-17,11,-18,20","w":201},{"d":"52,-27v29,0,71,7,71,-19r0,-54r40,0r0,28r-11,0v9,65,-35,73,-100,73v-50,0,-67,-80,-31,-110v-35,-27,-20,-109,31,-109v47,0,66,16,81,48r-29,8v-5,-32,-64,-41,-72,-8v-6,23,3,47,20,47r43,0r0,28v0,0,-59,-5,-63,19v-4,24,2,49,20,49","w":202},{"d":"102,-231r0,65r-28,0r0,-65r28,0xm45,-231r0,65r-28,0r0,-65r28,0","w":144},{"d":"6,-167v4,-72,160,-71,161,0r0,118v-4,47,-53,56,-109,51v-27,-3,-52,-25,-52,-51r0,-118xm114,-26v9,-2,23,-16,24,-23r0,-120v-5,-8,-16,-19,-24,-21r-54,0v-8,3,-24,17,-24,24r0,117v1,6,18,20,24,23r54,0xm152,-240r-37,0r-26,-24r-26,24r-37,0r49,-43r28,0","w":208},{"d":"157,-216r-62,108r62,108r-32,0r-46,-80r-46,80r-33,0r62,-108r-62,-108r33,0r46,80r46,-80r32,0","w":182},{"d":"58,-157v46,-2,82,7,84,45v2,55,6,112,-48,114v-46,2,-82,-7,-84,-45v-2,-55,-6,-112,48,-114xm39,-115v0,33,-11,87,20,91v24,3,52,2,55,-20v-4,-32,11,-83,-20,-87v-24,-3,-48,-2,-55,16xm132,-195r-27,5v-6,-15,-25,-5,-39,-3v-19,3,-38,-5,-45,-23r26,-5v6,15,25,5,39,3v19,-3,39,5,46,23","w":174},{"d":"146,0r-140,0r0,-23r105,-165r-105,0r0,-28r140,0r0,23r-102,165r102,0r0,28","w":180},{"d":"97,0r-30,0r0,-188r-37,0r0,-28r67,0r0,216"},{"d":"118,-141v31,-32,123,-21,121,29r0,45r-107,0v-9,42,27,47,65,41v7,-4,13,-11,17,-18r26,9v-8,39,-89,51,-122,21v-29,28,-128,24,-122,-36v5,-47,55,-48,108,-45v7,-36,-27,-40,-60,-35v-7,4,-14,12,-18,19r-26,-9v8,-39,87,-53,118,-21xm211,-93v8,-39,-28,-42,-63,-37v-11,6,-20,17,-16,37r79,0xm24,-44v0,30,76,26,80,0r0,-24v-31,4,-80,-13,-80,24","w":274},{"d":"161,-216r-56,91r36,0r0,27r-50,0r0,19r50,0r0,26r-50,0r0,53r-29,0r0,-53r-51,0r0,-26r51,0r0,-19r-51,0r0,-27r36,0r-55,-91r33,0r52,89v-1,0,52,-89,52,-89r32,0","w":174},{"d":"56,-218v57,-6,99,11,90,72v-7,48,-68,51,-101,75v-14,6,-8,26,-9,43r107,0r0,28r-136,0v1,-41,-7,-80,25,-96r76,-39v16,-10,10,-53,-12,-55v-34,-3,-58,2,-66,28r-29,-8v11,-25,27,-45,55,-48"},{"d":"129,-120r-26,9v-8,-30,-57,-23,-70,0r0,111r-28,0r-2,-155r28,0r1,12v13,-17,52,-20,73,-7v8,5,20,20,24,30","w":149},{"d":"167,-87r-51,50r-31,-8r47,-46r0,-4r-47,-45r31,-9r51,51r0,11xm93,-87r-51,50r-31,-8r47,-46r0,-4r-47,-45r31,-9r51,51r0,11","w":216},{"d":"134,-188r-38,0r-25,-23r-26,23r-37,0r48,-43r29,0xm31,-66v-15,48,57,56,77,26v5,-8,19,4,28,5v-9,50,-131,55,-133,-8v-1,-55,-6,-112,48,-114v46,-2,84,7,84,45r0,46r-104,0xm107,-111v-9,-35,-92,-27,-76,20r76,0r0,-20","w":173},{"d":"160,0r-34,0r-91,-165r0,165r-29,0r0,-216r35,0r90,167r0,-167r29,0r0,216xm141,-245r-27,5v-6,-15,-25,-5,-39,-3v-19,3,-39,-5,-46,-23r27,-5v6,15,25,5,39,3v19,-3,39,5,46,23","w":205},{"d":"34,0r-28,0r0,-155r28,0r0,155xm78,-229r-53,47r-29,-8r43,-39r39,0","w":77},{"d":"39,-219v50,-12,79,56,30,66r-38,13v-5,2,-5,3,-5,8r69,0r0,24r-95,0v-1,-28,-2,-50,23,-55v15,-8,43,-3,47,-22v-13,-17,-47,-7,-57,6r-17,-17v13,-9,26,-23,43,-23","w":112},{"d":"36,-187r-32,0r0,-32r32,0r0,32xm34,0r-28,0r0,-155r28,0r0,155","w":77},{"d":"139,0r-40,0r-68,-69r0,69r-28,0r0,-216r28,0r1,121r61,-60r38,0r-73,73","w":162},{"d":"144,-77r-54,0r0,51r-28,0r0,-51r-53,0r0,-26r53,0r0,-50r28,0r0,50r54,0r0,26"},{"d":"110,-185r-33,0r0,-34r33,0r0,34xm54,-185r-32,0r0,-34r32,0r0,34","w":130},{"d":"31,-143v30,-30,100,-13,100,32r0,111r-28,0r0,-111v-7,-30,-61,-23,-72,1r0,110r-28,0r0,-216r28,0r0,73","w":172},{"d":"32,-142v30,-31,105,-15,105,31v0,67,2,113,-76,113v-10,0,-21,-8,-28,-14r0,74r-28,0r-2,-217r28,0xm33,-45v11,23,70,33,76,0v-1,-43,15,-86,-47,-86v-7,0,-25,15,-29,20r0,66","w":177},{"d":"51,0r-36,0r0,-37r36,0r0,37","w":102},{"d":"3,-171v2,-67,147,-64,147,0r0,126v-3,43,-48,50,-98,46v-27,-2,-49,-20,-49,-46r0,-126xm32,-46v5,28,75,27,88,4r0,-132v-9,-23,-82,-27,-88,4r0,124"},{"d":"114,-137v26,-33,103,-25,103,25r0,112r-28,0r0,-115v-8,-23,-53,-19,-63,3r0,112r-28,0r0,-115v-9,-25,-56,-18,-65,4r0,111r-28,0r-2,-155r28,0r1,13v16,-21,70,-23,82,5","w":258},{"d":"17,-218v44,-4,76,17,76,51r0,118v-5,34,-33,54,-76,50r0,-28v24,5,42,-10,47,-22r0,-117v-5,-13,-22,-30,-47,-24r0,-28","w":128},{"d":"133,-218r-118,218r-33,0r118,-218r33,0","w":155},{"d":"149,-188r-62,0r0,188r-29,0r0,-188r-62,0r0,-28r153,0r0,28","w":181},{"d":"128,-155r-71,217r-31,0r21,-62r-5,0r-54,-155r31,0r40,120r40,-120r29,0","w":154},{"d":"33,-143v31,-29,104,-14,104,32r0,67v2,46,-75,62,-105,31r-1,13r-28,0v5,-68,1,-144,2,-216r28,0r0,73xm33,-45v12,24,69,32,76,0v-1,-43,15,-86,-47,-86v-8,0,-25,15,-29,20r0,66","w":176},{"d":"105,-26v11,-3,21,-16,26,-28r29,8v-9,63,-154,70,-154,-3r0,-118v0,-59,116,-72,144,-22v3,4,6,10,10,19r-29,8v-5,-13,-15,-24,-26,-28v-36,-2,-69,-2,-69,32r0,109v1,7,16,21,24,23r45,0xm103,24r-21,39r-32,0r26,-48","w":194},{"d":"45,-231r0,65r-28,0r0,-65r28,0","w":85},{"d":"78,-76r-75,0r0,-27r75,0r0,27","w":116},{"d":"6,-216v76,0,164,-17,151,80v-7,50,-65,48,-121,46r0,90r-30,0r0,-216xm127,-133r0,-39v-9,-25,-57,-14,-91,-16r0,70v33,-3,79,10,91,-15","w":191},{"d":"3,-44v0,-67,-1,-113,76,-113v11,0,22,8,29,15r1,-13r28,0v-5,68,-1,145,-2,217r-28,0r0,-74v-28,28,-104,16,-104,-32xm31,-111v2,43,-15,87,47,87v8,0,25,-16,29,-21r0,-65v-10,-21,-66,-35,-76,-1","w":175},{"d":"104,-216v0,20,-16,35,-36,35v-20,0,-34,-15,-34,-35v0,-19,14,-34,34,-34v20,0,36,15,36,34xm86,-216v0,-10,-8,-17,-18,-17v-9,0,-17,7,-17,17v0,10,8,18,17,18v10,0,18,-8,18,-18","w":177},{"d":"11,0v-7,-66,-1,-145,-3,-216r28,0r0,188v0,8,1,18,3,28r-28,0","w":84},{"d":"139,-208v-13,15,-31,23,-41,41r40,38r-26,7r-32,-31r0,39r-25,0r0,-39r-32,31r-26,-7v12,-15,30,-24,39,-41r-39,-38r26,-7r32,30r0,-37r25,0r0,37r32,-30","w":166},{"d":"1,-120v10,-52,129,-53,129,8v0,38,-2,79,3,112r-28,0r-1,-12v-31,29,-114,18,-108,-38v5,-45,54,-47,106,-44v6,-35,-19,-40,-54,-37v-8,0,-16,14,-21,19xm24,-49v0,37,65,30,78,6r0,-25v-31,2,-78,-9,-78,19xm110,-185r-33,0r0,-34r33,0r0,34xm54,-185r-32,0r0,-34r32,0r0,34","w":173},{"d":"6,-216v74,1,151,-19,151,75v0,16,-7,23,-18,33v37,27,19,108,-31,108r-102,0r0,-216xm36,-122v43,-3,102,17,91,-46v-6,-31,-57,-17,-91,-20r0,66xm36,-28v44,-2,104,16,91,-47v-6,-30,-57,-16,-91,-19r0,66","w":197},{"d":"3,-44v0,-68,-1,-113,77,-113v11,0,21,8,29,15r2,-13r28,0v-6,52,-3,114,-3,171v0,46,-69,59,-108,38v-9,-5,-20,-19,-24,-30r26,-9v5,28,69,30,78,3r0,-30v-28,28,-105,16,-105,-32xm108,-45r0,-65v-10,-21,-64,-34,-77,-4r0,73v11,27,66,19,77,-4","w":181},{"d":"175,0r-32,0r-16,-48r-94,0r-16,48r-31,0r75,-216r39,0xm118,-76r-38,-110r-37,110r75,0xm124,-233r-33,0r0,-35r33,0r0,35xm68,-233r-32,0r0,-35r32,0r0,35","w":207},{"d":"6,-167v4,-72,161,-71,161,0r0,118v-2,25,-23,45,-47,50r13,32r-31,0r-13,-31v-48,5,-83,-15,-83,-51r0,-118xm108,-26v14,1,27,-16,30,-23r0,-118v-1,-7,-17,-20,-24,-23v-19,1,-40,-2,-57,1v-6,3,-21,16,-21,22r0,118v5,10,19,28,41,23r-3,-9r27,-9","w":208},{"d":"1,-120v10,-52,129,-53,129,8v0,38,-2,79,3,112r-28,0r-1,-12v-31,29,-114,18,-108,-38v5,-45,54,-47,106,-44v6,-35,-19,-40,-54,-37v-8,0,-16,14,-21,19xm24,-49v0,37,65,30,78,6r0,-25v-31,2,-78,-9,-78,19xm120,-195r-27,5v-6,-15,-25,-5,-39,-3v-19,3,-39,-5,-46,-23r27,-5v6,15,25,5,39,3v19,-3,39,5,46,23","w":173},{"d":"31,-111v2,34,-10,82,20,87v26,4,51,1,58,-20r27,9v-10,50,-131,55,-133,-8v-1,-55,-6,-111,48,-114v43,-2,72,6,84,37r-26,9v-6,-28,-72,-30,-78,0","w":171},{"d":"98,-190r-30,8r-52,-47r38,0","w":137},{"d":"31,-66v-15,48,57,56,77,26v5,-8,19,4,28,5v-9,50,-131,55,-133,-8v-1,-55,-6,-112,48,-114v46,-2,84,7,84,45r0,46r-104,0xm107,-111v-9,-35,-92,-27,-76,20r76,0r0,-20","w":173},{"d":"36,-234v14,17,55,38,55,69v0,44,6,98,-5,134v-6,10,-43,42,-50,49r-21,-20v5,-2,47,-41,47,-49r0,-114v1,-7,-42,-46,-46,-49","w":126},{"d":"106,-13v-31,29,-103,15,-103,-31r0,-111r28,0r0,115v11,23,61,19,73,-3r0,-112r28,0r0,126r3,29r-28,0xm112,-185r-32,0r0,-34r32,0r0,34xm57,-185r-33,0r0,-34r33,0r0,34","w":175},{"d":"36,0r-30,0r0,-216r30,0r0,216xm68,-281r-52,47r-30,-8r44,-39r38,0","w":88},{"d":"160,0r-34,0r-91,-165r0,165r-29,0r0,-216r35,0r90,167r0,-167r29,0r0,216","w":205},{"d":"36,0r-30,0r0,-216r30,0r0,216xm64,-233r-32,0r0,-35r32,0r0,35xm9,-233r-33,0r0,-35r33,0r0,35","w":88},{"d":"182,0r-100,0r0,-48r-45,0r-16,48r-32,0r75,-216r118,0r0,28r-70,0r0,66r70,0r0,28r-70,0r0,66r70,0r0,28xm82,-180r-36,104r36,0r0,-104","w":227},{"w":83},{"d":"253,-216r-50,216r-37,0r-39,-168r-38,168r-38,0r-49,-216r30,0r38,177r40,-177r34,0r40,177r38,-177r31,0","w":276},{"d":"4,-140v-5,-45,14,-76,50,-76r104,0r0,216r-28,0r0,-94r-14,0r0,94r-28,0r0,-94v-46,5,-80,-9,-84,-46xm130,-122r0,-66r-14,0r0,66r14,0xm54,-188v-28,2,-27,65,0,66r34,0r0,-66r-34,0","w":189},{"d":"175,0r-32,0r-16,-48r-94,0r-16,48r-31,0r75,-216r39,0xm118,-76r-38,-110r-37,110r75,0xm115,-273v0,20,-15,35,-35,35v-20,0,-35,-15,-35,-35v0,-19,15,-34,35,-34v20,0,35,15,35,34xm98,-273v0,-10,-8,-17,-18,-17v-9,0,-17,7,-17,17v0,10,8,18,17,18v10,0,18,-8,18,-18","w":207},{"d":"34,0r-28,0r0,-155r28,0r0,155xm42,-190r-30,8r-52,-47r38,0","w":77},{"d":"135,-188r-37,0r-26,-23r-26,23r-37,0r48,-43r29,0","w":156},{"d":"223,-95r-181,0r99,95r-38,0r-113,-108r113,-109r38,0r-100,95r182,0r0,27","w":258},{"d":"58,-190v-17,5,-37,37,-16,54r99,27v49,18,26,111,-25,111v-59,0,-102,-3,-115,-48r29,-8v6,15,16,23,27,28r57,0v19,-5,37,-39,16,-57r-100,-26v-49,-19,-24,-109,27,-109v57,0,95,5,108,48r-29,8v-5,-16,-16,-22,-26,-28r-52,0","w":205},{"d":"162,0r-39,0r-87,-92r0,92r-30,0r0,-216r30,0r0,93r87,-93r39,0r-103,108","w":186},{"d":"67,0r-64,0r0,-216r64,0r0,26r-35,0r0,164r35,0r0,26","w":109}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+292-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);})("(@B.l)=Ob9UM(Rxc|)Z_}@}Uye=.B)UMye5_b9jmBvqFaSO`yt{+Y@}Oyt{+Y@v`yt{+Y@p^l.n.YI~&1vn.YI~`1vn.YI~&1Zn.YI~L1vn.YI~LY.n.YI~x=.n.YI~wamn0|#4+a)Z0|#4+a)v0|#4+a9=?yt{+Y@}Syt{+Y@{+BZn.YI~`Bt|0|#4+BLx0|#4+aS~0|#4+a)B@!.n.YI~&=xn.YI~xYvn.YI~&YZn.YI~w=.n.YI~)BZn.YI~La9fv}.n.YI~wYZn.YI~)Bmw0|#4+a)Yxyt{+Y@a+yt{+Y@j&0_Zwyt{+Y@Z)yt{+Y@aOyt{+Y@kfyt{+Y@keyt{+Y@}^yt{+Y@Y_yt{+Y@=xyvn.YI~)Bvn.YI~xBvn.YI~wavn.YI~La.n.YI~x1k|0|#4+BL50|#4+B9B0|#4+a#kc?ij%yt{+Y@pSyt{+Y@B`ixn.YI~&Bmv5=xU0|#4+BI5=yt{+Y@Ynvxn.YI~LamB0|#4+a#=0|#4+a#}3yt{+Y@{.yt{+Y@Zx9vn.YI~&=v50|#4+B#}.yt{+Y@}3=kZ0|#4+B@=GbL=0|#4+BLw0|#4+BL=0|#4+BL0^?S3fyt{+Y@aeyt{+Y@an1xn.YI~x1{=0|#4+B@v0ykv}jZn.YI~&ayjYyt{+Y@j`p@B0|#4+B)Z0|#4+aLk],Zn.YI~L1Zn.YI~w=RB0}xn.YI~&=Zw0|#4+BLvbYvn.YI~x=xn.YI~w=#5_yt{+Y@5`yt{+Y@vwyt{+Y@pnyt{+Y@v&yt{+Y@}_b9F$yt{+Y@k3bt4MY@.UyRU{!950|#4+aS0m,v~nyt{+Y@}+lRT0|#4+B#jRB.n.YI~L=ZZ0|#4+B#=La@{Tyt{+Y@BLyt{+Y@=&#xn.YI~LBxn.YI~L=`~yyt{+Y@}eyt{+Y@Y.yt{+Y@vLyLn#i.F`,m=+l@xO(R}`(inT?#4F0I.4~RIkZ@t}5(,Y=1?pji#{v9yaBbl0|!8dw`L&x)m]TX$FgMJ+n_SO.e^3f%cqUGh`,m4FlI.+,)nxl)|ObRnm?9}MB`fmltx+btYU!^Ocb9a]a`fJbSOJy`dh1m|^|.+M(#q]?STMa9xOyRfLai&&,e&M|@vS|RwFle=w|@xJl`f]l^=Ol)ZgBi&TB)U_(IgT?@+c(_gT(9|la.gTyvOU0ZgTyyOT(R&d")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":185,"face":{"font-family":"blender-medium","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"2","bbox":"-43 -307 253 63.7576","underline-thickness":"7.2","underline-position":"-47.88","stemh":"26","stemv":"30","unicode-range":"U+0020-U+00FF"}}));
 
Cufon.replace('h1:not(.no_sifr)');
Cufon.replace('#right_column h4');
Cufon.replace('h3.homepage_h3', {
    textTransform: 'uppercase',
    hover: { color: '#009DDC' }
});
Cufon.replace('.link_global a', {
    textTransform: 'uppercase',
    hover: { color: '#009DDC' }
});
Cufon.replace('.link_school a', {
    textTransform: 'uppercase',
    hover: { color: '#009DDC' }
});(function($){
    var dropShadowZindex = 1;  //z-index counter
    $.fn.dropShadow = function(options)
    {
        // Default options
        var opt = $.extend({
            left: 4,
            top: 4,
            blur: 2,
            opacity: .5,
            color: "black",
            swap: false
            }, options);
        var jShadows = $([]);  //empty jQuery collection
        
        // Loop through original elements
        this.not(".dropShadow").each(function()
        {
            var jthis = $(this);
            var shadows = [];
            var blur = (opt.blur <= 0) ? 0 : opt.blur;
            var opacity = (blur == 0) ? opt.opacity : opt.opacity / (blur * 8);
            var zOriginal = (opt.swap) ? dropShadowZindex : dropShadowZindex + 1;
            var zShadow = (opt.swap) ? dropShadowZindex + 1 : dropShadowZindex;
            
            // Create ID for shadow
            var shadowId;
            if (this.id) {
                shadowId = this.id + "_dropShadow";
            }
            else {
                shadowId = "ds" + (1 + Math.floor(9999 * Math.random()));
            }
            // Modify original element
            $.data(this, "shadowId", shadowId); //store id in expando
            $.data(this, "shadowOptions", options); //store options in expando
            jthis
                .attr("shadowId", shadowId)
                .css("zIndex", zOriginal);
            if (jthis.css("position") != "absolute") {
                jthis.css({
                    position: "relative",
                    zoom: 1 //for IE layout
                });
            }
            // Create first shadow layer
            bgColor = jthis.css("backgroundColor");
            if (bgColor == "rgba(0, 0, 0, 0)") bgColor = "transparent";  //Safari
            if (bgColor != "transparent" || jthis.css("backgroundImage") != "none" 
                    || this.nodeName == "SELECT" 
                    || this.nodeName == "INPUT"
                    || this.nodeName == "TEXTAREA") {        
                shadows[0] = $("<div></div>")
                    .css("background", opt.color);                                
            }
            else {
                shadows[0] = jthis
                    .clone()
                    .removeAttr("id")
                    .removeAttr("name")
                    .removeAttr("shadowId")
                    .css("color", opt.color);
            }
            shadows[0]
                .addClass("dropShadow")
                .css({
                    height: jthis.outerHeight(),
                    left: blur,
                    opacity: opacity,
                    position: "absolute",
                    top: blur,
                    width: jthis.outerWidth(),
                    zIndex: zShadow
                });
                
            // Create other shadow layers
            var layers = (8 * blur) + 1;
            for (i = 1; i < layers; i++) {
                shadows[i] = shadows[0].clone();
            }
            // Position layers
            var i = 1;            
            var j = blur;
            while (j > 0) {
                shadows[i].css({left: j * 2, top: 0});           //top
                shadows[i + 1].css({left: j * 4, top: j * 2});   //right
                shadows[i + 2].css({left: j * 2, top: j * 4});   //bottom
                shadows[i + 3].css({left: 0, top: j * 2});       //left
                shadows[i + 4].css({left: j * 3, top: j});       //top-right
                shadows[i + 5].css({left: j * 3, top: j * 3});   //bottom-right
                shadows[i + 6].css({left: j, top: j * 3});       //bottom-left
                shadows[i + 7].css({left: j, top: j});           //top-left
                i += 8;
                j--;
            }
            // Create container
            var divShadow = $("<div></div>")
                .attr("id", shadowId) 
                .addClass("dropShadow")
                .css({
                    left: jthis.position().left + opt.left - blur,
                    marginTop: jthis.css("marginTop"),
                    marginRight: jthis.css("marginRight"),
                    marginBottom: jthis.css("marginBottom"),
                    marginLeft: jthis.css("marginLeft"),
                    position: "absolute",
                    top: jthis.position().top + opt.top - blur,
                    zIndex: zShadow
                });
            // Add layers to container    
            for (i = 0; i < layers; i++) {
                divShadow.append(shadows[i]);
            }
            
            // Add container to DOM
            jthis.after(divShadow);
            // Add shadow to return set
            jShadows = jShadows.add(divShadow);
            // Re-align shadow on window resize
            $(window).resize(function()
            {
                try {
                    divShadow.css({
                        left: jthis.position().left + opt.left - blur,
                        top: jthis.position().top + opt.top - blur
                    });
                }
                catch(e){}
            });
            
            // Increment z-index counter
            dropShadowZindex += 2;
        });  //end each
        
        return this.pushStack(jShadows);
    };

    $.fn.redrawShadow = function()
    {
        // Remove existing shadows
        this.removeShadow();
        
        // Draw new shadows
        return this.each(function()
        {
            var shadowOptions = $.data(this, "shadowOptions");
            $(this).dropShadow(shadowOptions);
        });
    };

    $.fn.removeShadow = function()
    {
        return this.each(function()
        {
            var shadowId = $(this).shadowId();
            $("div#" + shadowId).remove();
        });
    };

    $.fn.shadowId = function()
    {
        return $.data(this[0], "shadowId");
    };

    $(function()  
    {
        // Suppress printing of shadows
        var noPrint = "<style type='text/css' media='print'>";
        noPrint += ".dropShadow{visibility:hidden;}</style>";
        $("head").append(noPrint);
    });
})(jQuery);

window.onload = function() {
    $('#menu_secondary').dropShadow({left: -1, top: -1, opacity: 0.2, blur: 2});
    $('#center_column').dropShadow({left: -1, top: -1, opacity: 0.2, blur: 2});
    $('.bookflap_wrapper').dropShadow({left: -1, top: -1, opacity: 0.2, blur: 2});
}/* jquery.easing */
jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(B,C,A,E,D){return jQuery.easing[jQuery.easing.def](B,C,A,E,D)},easeInQuad:function(B,C,A,E,D){return E*(C/=D)*C+A},easeOutQuad:function(B,C,A,E,D){return -E*(C/=D)*(C-2)+A},easeInOutQuad:function(B,C,A,E,D){if((C/=D/2)<1){return E/2*C*C+A}return -E/2*((--C)*(C-2)-1)+A},easeInCubic:function(B,C,A,E,D){return E*(C/=D)*C*C+A},easeOutCubic:function(B,C,A,E,D){return E*((C=C/D-1)*C*C+1)+A},easeInOutCubic:function(B,C,A,E,D){if((C/=D/2)<1){return E/2*C*C*C+A}return E/2*((C-=2)*C*C+2)+A},easeInQuart:function(B,C,A,E,D){return E*(C/=D)*C*C*C+A},easeOutQuart:function(B,C,A,E,D){return -E*((C=C/D-1)*C*C*C-1)+A},easeInOutQuart:function(B,C,A,E,D){if((C/=D/2)<1){return E/2*C*C*C*C+A}return -E/2*((C-=2)*C*C*C-2)+A},easeInQuint:function(B,C,A,E,D){return E*(C/=D)*C*C*C*C+A},easeOutQuint:function(B,C,A,E,D){return E*((C=C/D-1)*C*C*C*C+1)+A},easeInOutQuint:function(B,C,A,E,D){if((C/=D/2)<1){return E/2*C*C*C*C*C+A}return E/2*((C-=2)*C*C*C*C+2)+A},easeInSine:function(B,C,A,E,D){return -E*Math.cos(C/D*(Math.PI/2))+E+A},easeOutSine:function(B,C,A,E,D){return E*Math.sin(C/D*(Math.PI/2))+A},easeInOutSine:function(B,C,A,E,D){return -E/2*(Math.cos(Math.PI*C/D)-1)+A},easeInExpo:function(B,C,A,E,D){return(C==0)?A:E*Math.pow(2,10*(C/D-1))+A},easeOutExpo:function(B,C,A,E,D){return(C==D)?A+E:E*(-Math.pow(2,-10*C/D)+1)+A},easeInOutExpo:function(B,C,A,E,D){if(C==0){return A}if(C==D){return A+E}if((C/=D/2)<1){return E/2*Math.pow(2,10*(C-1))+A}return E/2*(-Math.pow(2,-10*--C)+2)+A},easeInCirc:function(B,C,A,E,D){return -E*(Math.sqrt(1-(C/=D)*C)-1)+A},easeOutCirc:function(B,C,A,E,D){return E*Math.sqrt(1-(C=C/D-1)*C)+A},easeInOutCirc:function(B,C,A,E,D){if((C/=D/2)<1){return -E/2*(Math.sqrt(1-C*C)-1)+A}return E/2*(Math.sqrt(1-(C-=2)*C)+1)+A},easeInElastic:function(B,D,A,H,G){var E=1.70158;var F=0;var C=H;if(D==0){return A}if((D/=G)==1){return A+H}if(!F){F=G*0.3}if(C<Math.abs(H)){C=H;var E=F/4}else{var E=F/(2*Math.PI)*Math.asin(H/C)}return -(C*Math.pow(2,10*(D-=1))*Math.sin((D*G-E)*(2*Math.PI)/F))+A},easeOutElastic:function(B,D,A,H,G){var E=1.70158;var F=0;var C=H;if(D==0){return A}if((D/=G)==1){return A+H}if(!F){F=G*0.3}if(C<Math.abs(H)){C=H;var E=F/4}else{var E=F/(2*Math.PI)*Math.asin(H/C)}return C*Math.pow(2,-10*D)*Math.sin((D*G-E)*(2*Math.PI)/F)+H+A},easeInOutElastic:function(B,D,A,H,G){var E=1.70158;var F=0;var C=H;if(D==0){return A}if((D/=G/2)==2){return A+H}if(!F){F=G*(0.3*1.5)}if(C<Math.abs(H)){C=H;var E=F/4}else{var E=F/(2*Math.PI)*Math.asin(H/C)}if(D<1){return -0.5*(C*Math.pow(2,10*(D-=1))*Math.sin((D*G-E)*(2*Math.PI)/F))+A}return C*Math.pow(2,-10*(D-=1))*Math.sin((D*G-E)*(2*Math.PI)/F)*0.5+H+A},easeInBack:function(B,C,A,F,E,D){if(D==undefined){D=1.70158}return F*(C/=E)*C*((D+1)*C-D)+A},easeOutBack:function(B,C,A,F,E,D){if(D==undefined){D=1.70158}return F*((C=C/E-1)*C*((D+1)*C+D)+1)+A},easeInOutBack:function(B,C,A,F,E,D){if(D==undefined){D=1.70158}if((C/=E/2)<1){return F/2*(C*C*(((D*=(1.525))+1)*C-D))+A}return F/2*((C-=2)*C*(((D*=(1.525))+1)*C+D)+2)+A},easeInBounce:function(B,C,A,E,D){return E-jQuery.easing.easeOutBounce(B,D-C,0,E,D)+A},easeOutBounce:function(B,C,A,E,D){if((C/=D)<(1/2.75)){return E*(7.5625*C*C)+A}else{if(C<(2/2.75)){return E*(7.5625*(C-=(1.5/2.75))*C+0.75)+A}else{if(C<(2.5/2.75)){return E*(7.5625*(C-=(2.25/2.75))*C+0.9375)+A}else{return E*(7.5625*(C-=(2.625/2.75))*C+0.984375)+A}}}},easeInOutBounce:function(B,C,A,E,D){if(C<D/2){return jQuery.easing.easeInBounce(B,C*2,0,E,D)*0.5+A}return jQuery.easing.easeOutBounce(B,C*2-D,0,E,D)*0.5+E*0.5+A}});/* jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/ */
jQuery.easing['jswing']=jQuery.easing['swing'];jQuery.extend(jQuery.easing,{def:'easeOutQuad',easeOutQuad:function(x,t,b,c,d){return-c*(t/=d)*(t-2)+b;},easeInOutQuart:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t+b;return-c/2*((t-=2)*t*t*t-2)+b;}});

/* DOM load complete */
$(document).ready(function(){

    /* Load remote content */
    $("#quicklinks").load("/includes/remotecontent/nait_remoteajax_quicklinks.htm", function(){
        /* Portal personalization */
        if (hp_IsLoggedIn()) {
            var SSOKeepalive = "<img src=\"/portal/sso/keepalive.gif\" width=\"0\" height=\"0\" />";
            var oblixName = hp_GetCookie("OblixFName");
            var oblixDN = hp_GetCookie("OblixDN");
            
            if (oblixName != null) {
                
                if (oblixDN != null) {
                    var TypePos = oblixDN.indexOf("Staff");
                        
                    if (TypePos >= 0) {
                        oblixDN = "to the Campus Community NAITrix";
                    } else {
                        oblixDN = "to the MyNAIT portal";
                    }
                }
                $("#portal-greetingcontent").html("<p><strong>Welcome "+oblixName+"</strong><br /> You are currently logged in"+oblixDN+".</p><ul><li><a href=\"https://www.nait.ca/portal/server.pt?space=Login&amp;control=Login&amp;doLogout=\">Log out</a></li></ul>"+ SSOKeepalive);
                $("#quicklink-loginout-lock").toggleClass("closed");
                $("#quicklink-loginout-lock").toggleClass("open");
                $("#portal-status").html("<div id=\"portal-statuscontent\"><p><a href=\"https://www.nait.ca/SSOLogout\"><img src=\"http://www.nait.ca/images/interface/nait_logout.gif\" align=\"left\"/></a><a href=\"https://www.nait.ca/SSOLogout\">Logout</a></p></div>");
            }
        }        
    });

    /* Quick links */
    $("#quicklinks-button").click(function () {
        if ($.trim($("#quicklinks-text").text()) == "Quick links") {
            $("#masthead-wrapper").css("border-top","none");
            $("#quicklinks-text").text("Close menu");
            $("#quicklinks-icon").toggleClass("closed");
            $("#quicklinks-icon").toggleClass("open");
            $("#quicklinks-wrapper").slideDown(800, "easeInOutQuart");
        } else {
            $("#masthead-wrapper").css("border-top","none");
            $("#quicklinks-text").text("Quick links");
            $("#quicklinks-icon").toggleClass("closed");
            $("#quicklinks-icon").toggleClass("open");
            $("#quicklinks-wrapper").slideUp(800, "easeInOutQuart");
        }
    });
    $("#quicklinks-button").hover(function() {
        if ($.trim($("#quicklinks-text").text()) != "Close menu") {
            $("#masthead-wrapper").css("border-top","3px solid #1d3c7f");
        }
    }, function () {
        $("#masthead-wrapper").css("border-top","0px solid #1d3c7f");
    });  

    /* Site search */
    swapValues=[];
    $("#search-field").each(function(A){swapValues[A]=$(this).val();
        $(this).focus(function(){
            if($(this).val()==swapValues[A]){
                $(this).val("");
            }
        }).blur(function(){
            if($.trim($(this).val())===""){
                $(this).val(swapValues[A]);
            }
        });
    });
});

/* Portal personalization functions */
function hp_GetCookie(name) {
    var dc = document.cookie;
    var prefix = name + "=";
    var begin = dc.indexOf("; " + prefix);
    
    if (begin == -1) {
        begin = dc.indexOf(prefix);
        if (begin != 0) return null;
    } else {
        begin += 2;
    }
    
    var end = document.cookie.indexOf(";", begin);
    
    if (end == -1) {
        end = dc.length;
    }
    
    return unescape(dc.substring(begin + prefix.length, end));
}
function hp_IsLoggedIn() {
    var cookie = hp_GetCookie("ObSSOCookie");
    if (cookie != null) {
        if (cookie.length > 10){
            return true;
        }
    }
    return false;
}
