Warning: Undefined array key "HTTP_ACCEPT_ENCODING" in /home/madabapl/public_html/umayri/combine.php on line 99

Warning: Undefined array key "HTTP_ACCEPT_ENCODING" in /home/madabapl/public_html/umayri/combine.php on line 100

Warning: Cannot modify header information - headers already sent by (output started at /home/madabapl/public_html/umayri/combine.php:99) in /home/madabapl/public_html/umayri/combine.php on line 127

Warning: Cannot modify header information - headers already sent by (output started at /home/madabapl/public_html/umayri/combine.php:99) in /home/madabapl/public_html/umayri/combine.php on line 128
/* * stickyfloat - jQuery plugin for verticaly floating anything in a constrained area * * Example: jQuery('#menu').stickyfloat({duration: 400}); * parameters: * duration - the duration of the animation * startOffset - the amount of scroll offset after it the animations kicks in * offsetY - the offset from the top when the object is animated * lockBottom - 'true' by default, set to false if you don't want your floating box to stop at parent's bottom * $Version: 05.16.2009 r1 * Copyright (c) 2009 Yair Even-Or * vsync.design@gmail.com */ (function($){ $.fn.stickyfloat = function(options, lockBottom) { var $obj = this; var parentPaddingTop = parseInt($obj.parent().css('padding-top')); var startOffset = $obj.parent().offset().top; var opts = $.extend({ startOffset: startOffset, offsetY: parentPaddingTop, duration: 200, lockBottom:true }, options); $obj.css({ position: 'absolute' }); if(opts.lockBottom){ var bottomPos = $obj.parent().height() - $obj.height() + parentPaddingTop; //get the maximum scrollTop value if( bottomPos < 0 ) bottomPos = 0; } $(window).scroll(function () { $obj.stop(); // stop all calculations on scroll event var pastStartOffset = $(document).scrollTop() > opts.startOffset; // check if the window was scrolled down more than the start offset declared. var objFartherThanTopPos = $obj.offset().top > startOffset; // check if the object is at it's top position (starting point) var objBiggerThanWindow = $obj.outerHeight() < $(window).height(); // if the window size is smaller than the Obj size, then do not animate. // if window scrolled down more than startOffset OR obj position is greater than // the top position possible (+ offsetY) AND window size must be bigger than Obj size if( (pastStartOffset || objFartherThanTopPos) && objBiggerThanWindow ){ var newpos = ($(document).scrollTop() -startOffset + opts.offsetY ); if ( newpos > bottomPos ) newpos = bottomPos; if ( $(document).scrollTop() < opts.startOffset ) // if window scrolled < starting offset, then reset Obj position (opts.offsetY); newpos = 0; $obj.animate({ top: newpos }, opts.duration ); } }); }; })(jQuery); /* * Copyright (c) 2009 Simo Kinnunen. * Licensed under the MIT license. * * @version 1.09i */ 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;E0){E=" "+E}}else{if(B400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||JD){D=J}K.push(J)}if(ID){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?ML:(M<=I&&L<=I)?M>L:Mcufoncanvas{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;}}").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;mO){O=K}if(I>N){N=I}if(K":{"d":"197,-100r-179,84r0,-23r156,-71r-156,-72r0,-22r179,82r0,22","w":214},"?":{"d":"97,-70v-16,-9,-42,-38,-20,-61v29,-29,66,-85,66,-123v0,-21,-11,-54,-49,-54v-39,1,-56,25,-56,56v0,7,-7,10,-7,3v-1,-6,-2,-34,-2,-50v12,-16,39,-23,75,-23v55,0,76,35,76,65v0,49,-31,71,-72,121v-27,33,-19,36,-6,62v0,2,-3,4,-5,4xm94,7v-29,-1,-28,-41,0,-43v12,0,22,8,22,20v0,13,-9,23,-22,23","w":204},"@":{"d":"244,-41v-30,0,-33,-29,-33,-64v-28,42,-59,63,-77,63v-12,0,-22,-18,-22,-40v0,-60,38,-91,50,-100v26,-19,52,-31,78,-19v4,-5,16,-15,24,-18v12,6,-7,15,-12,38v-4,16,-10,48,-11,65v-3,30,-2,58,27,58v34,0,65,-41,65,-105v0,-61,-40,-110,-119,-110v-98,0,-158,78,-158,178v0,79,50,125,120,125v56,0,81,-16,110,-38v14,-10,16,-2,5,8v-22,21,-68,45,-124,45v-75,0,-139,-43,-139,-137v0,-102,87,-191,189,-191v92,0,136,50,136,119v0,61,-46,123,-109,123xm229,-184v-53,-31,-88,41,-86,92v0,10,3,26,10,26v15,0,46,-36,61,-60v5,-24,7,-35,15,-58","w":380},"A":{"d":"40,-45r95,-261v9,-23,11,-23,19,-1r98,253v22,50,25,42,57,52v-13,8,-37,2,-75,2v-24,0,-1,-2,-7,-17r-39,-103v-24,-9,-64,0,-94,-3v-16,29,-29,69,-35,106v-2,13,18,9,24,15v-27,8,-43,-1,-86,3v-8,2,-11,-5,-5,-6v32,3,39,-15,48,-40xm99,-138r80,0v2,0,2,-1,2,-3r-40,-113v-2,-6,-5,-6,-7,0r-37,113v-1,2,1,3,2,3","w":294,"k":{"m":-10,"s":-4,"t":27,"v":31,"w":17,"x":-4,"y":19,"M":-10,"S":-4,"T":29,"V":34,"W":19,"X":-4,"Y":21}},"B":{"d":"73,-29v5,-47,1,-216,1,-256v0,-23,-19,-23,-36,-28v37,-8,57,-3,100,-3v118,0,92,95,45,138v31,10,72,40,72,89v0,54,-55,104,-137,90r-67,0v-7,1,-8,-5,-3,-6v18,1,23,-7,25,-24xm134,-304v-6,0,-26,-1,-26,6r0,113v4,8,9,4,29,6v43,3,53,-21,53,-53v0,-35,-15,-72,-56,-72xm219,-71v0,-44,-47,-118,-111,-94r1,115v-6,37,27,39,51,39v23,0,59,-13,59,-60","w":288,"k":{"v":16,"w":7,"y":14,"V":15,"W":6,"Y":13,"a":3,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"A":2,"B":6,"D":6,"E":6,"F":6,"H":6,"I":6,"K":6,"L":6,"N":6,"P":6,"R":6}},"C":{"d":"199,-306v-109,-2,-134,56,-134,140v0,80,61,154,151,154v48,0,84,-18,89,-56v0,-10,7,-8,7,0v-3,7,-2,63,-20,65v-17,7,-49,10,-76,10v-165,0,-247,-160,-142,-284v38,-45,154,-52,232,-34v5,0,5,2,5,5v-4,13,2,68,-7,75v-3,0,-3,-2,-3,-8v-3,-51,-43,-66,-102,-67","w":338,"k":{"t":3,"y":-7,"T":2,"Y":-6,"c":5,"g":5,"o":5,"q":5,"C":4,"O":4,"Q":4}},"D":{"d":"186,5v-46,1,-93,-8,-135,-4v-7,1,-8,-5,-3,-6v18,1,23,-7,25,-24v5,-47,1,-216,1,-256v0,-23,-19,-23,-36,-28v45,-8,53,-3,111,-3v42,0,119,-4,169,48v21,22,40,56,40,106v0,53,-21,94,-45,119v-18,19,-56,48,-127,48xm143,-302v-14,1,-33,-1,-33,11r1,233v3,47,5,46,76,49v79,3,135,-54,133,-140v-3,-113,-85,-155,-177,-153","w":385,"k":{"m":3,"M":2,"a":5,"b":5,"d":5,"e":5,"f":5,"h":5,"i":5,"k":5,"l":5,"n":5,"p":5,"r":5,"A":4,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"j":5,"J":4}},"E":{"d":"222,-55v2,15,7,67,-26,58r-145,-2v-7,1,-8,-5,-3,-6v18,1,23,-7,25,-24v5,-47,1,-216,1,-256v0,-23,-19,-23,-36,-28v43,-11,126,8,175,-7v1,9,-1,44,-7,56v-3,0,-4,-2,-4,-5v11,-38,-58,-30,-89,-31v-2,0,-3,1,-3,4r0,116v0,3,1,4,3,4v21,-2,86,8,92,-12v4,8,-3,51,-5,62v-2,0,-3,-2,-3,-4v10,-37,-62,-31,-87,-28r0,109v-9,43,54,38,89,30v14,-3,15,-23,23,-36","w":256,"k":{"v":-12,"w":-14,"x":-16,"y":-12,"V":-10,"W":-13,"X":-15,"Y":-10}},"F":{"d":"201,-129v8,-38,-57,-30,-88,-31v-8,25,-1,108,-1,131v0,23,23,22,39,27v-41,8,-56,-1,-100,3v-7,1,-8,-5,-3,-6v18,1,23,-7,25,-24v5,-47,1,-216,1,-256v0,-23,-19,-23,-36,-28v45,-11,132,8,182,-7v5,5,-2,43,-6,56v-7,-16,-7,-34,-36,-34r-64,-1v-3,0,-4,1,-4,4r0,116v0,3,0,4,3,4v33,-3,82,7,97,-13v3,8,-3,51,-6,63v-2,0,-3,-2,-3,-4","w":248,"k":{"y":-9,"Y":-8,"a":14,"A":13,",":42,".":42}},"G":{"d":"218,-11v21,0,56,0,56,-23v0,-43,19,-126,-33,-116v-2,0,-3,-1,-3,-3v36,-8,53,1,95,-3v8,-2,9,6,3,6v-45,0,-26,69,-26,116v0,19,-1,19,-6,22v-27,14,-65,19,-89,19v-32,0,-91,-4,-138,-45v-26,-22,-50,-68,-50,-120v0,-110,85,-167,182,-164v47,2,62,10,98,11v4,0,5,2,5,4v0,6,-3,18,-3,60v0,11,-7,11,-7,2v-2,-70,-136,-83,-197,-34v-24,19,-42,58,-42,107v0,114,70,161,155,161","w":362},"H":{"d":"329,-285v-1,9,-1,125,-1,164v0,40,1,74,3,92v-2,19,16,26,35,24v3,0,3,2,3,3v-41,8,-55,-1,-99,3v-7,1,-10,-4,-4,-6v18,1,24,-6,25,-24v2,-24,6,-102,0,-138r-181,2r2,136v-3,23,23,22,39,27v-41,8,-56,-1,-100,3v-7,1,-8,-5,-3,-6v18,1,23,-7,25,-24v5,-47,1,-216,1,-256v0,-23,-19,-23,-36,-28v37,-8,54,1,96,-3v8,-2,7,5,3,6v-17,0,-26,5,-26,25r-1,99v0,2,2,3,3,3r178,0v6,-39,0,-103,1,-102v0,-19,-11,-26,-32,-25v-2,0,-3,-1,-3,-3v36,-8,53,1,95,-3v8,-2,9,6,3,6v-16,0,-25,6,-26,25","w":403,"k":{"c":7,"g":7,"o":7,"q":7,"C":6,"O":10,"Q":10,"G":6}},"I":{"d":"111,-285r1,256v-3,23,23,22,39,27v-41,8,-56,-1,-100,3v-7,1,-8,-5,-3,-6v18,1,23,-7,25,-24v5,-47,1,-216,1,-256v0,-24,-16,-23,-31,-28v31,-8,51,1,91,-3v8,-2,7,5,3,6v-17,0,-26,5,-26,25","w":184,"k":{"c":7,"g":7,"o":7,"q":7,"C":6,"O":10,"Q":10,"G":6}},"J":{"d":"14,103v44,-41,62,-47,61,-176r-1,-212v3,-23,-19,-23,-36,-28v37,-8,54,1,96,-3v8,-2,7,5,3,6v-17,0,-26,5,-26,25v0,18,-1,147,-1,191v0,132,-17,149,-93,200v-1,0,-3,-1,-3,-3","w":173,"k":{"c":5,"g":5,"o":5,"q":5,"O":4}},"K":{"d":"231,-301v3,-10,-17,-11,-4,-15v23,3,55,-4,78,3v-27,8,-49,18,-73,45v-9,11,-84,82,-93,92v35,33,135,148,179,166v16,6,25,1,31,8v-38,8,-88,4,-110,-23v-21,-15,-107,-115,-131,-137r2,133v-3,22,22,22,37,27v-37,8,-54,-1,-96,3v-7,1,-8,-5,-3,-6v18,1,23,-7,25,-24v5,-47,1,-216,1,-256v0,-23,-19,-23,-36,-28v34,-8,54,1,94,-3v8,-2,9,6,3,6v-16,0,-26,6,-26,25v0,37,-5,83,1,116v17,-22,104,-100,121,-132","w":315,"k":{"s":-3,"S":-2,"a":3,"A":2,"c":-1,"g":-1,"o":-1,"q":-1,"C":-1,"O":-1,"Q":-1,"G":-1}},"L":{"d":"238,-51v-7,15,7,63,-33,54r-154,-2v-7,1,-8,-5,-3,-6v18,1,23,-7,25,-24v5,-47,1,-216,1,-256v0,-23,-19,-23,-36,-28v38,-8,56,1,100,-3v8,-2,7,5,3,6v-18,-1,-31,4,-30,25v-2,9,-1,126,-1,165v0,99,-19,101,60,106v36,2,58,-10,61,-38v0,-3,1,-5,4,-5v2,0,3,1,3,6","w":248,"k":{"m":3,"t":28,"v":21,"w":12,"y":17,"M":2,"T":25,"V":19,"W":10,"Y":15,"a":-5,"A":-4,"c":11,"g":11,"o":11,"q":11,"C":10,"O":10,"G":10,"u":3,"U":3}},"M":{"d":"80,-20v-2,15,22,13,30,17v-26,10,-48,-1,-82,4v-6,1,-10,-6,-3,-6v23,0,28,-15,30,-36r30,-274v0,-10,7,-8,11,-1r128,264r124,-263v4,-9,10,-10,11,4r28,258v2,15,5,39,23,45v15,6,25,0,31,5v-12,8,-75,4,-91,-2v4,-4,6,-5,4,-19r-21,-216r-103,218v-16,30,-13,31,-27,3r-49,-97v-6,-8,-47,-112,-57,-120","w":441,"k":{"t":9,"w":7,"y":5,"T":8,"W":6,"Y":5,"a":-9,"A":-8,"u":-1,"U":-1}},"N":{"d":"365,-313v-18,7,-30,5,-30,41r-1,246v0,28,0,30,-3,30v-59,-45,-181,-186,-250,-261r5,201v1,46,6,51,37,51v2,0,4,1,4,3v-39,8,-47,-2,-93,3v-7,1,-8,-5,-3,-6v28,-1,29,-6,30,-55r0,-241v-1,-34,9,-18,20,-8r234,254r-5,-213v3,-38,-11,-42,-37,-42v-3,0,-3,-1,-3,-3v33,-8,48,1,88,-3v5,0,7,0,7,3","w":397,"k":{"c":7,"g":7,"o":7,"q":7,"C":6,"O":10,"Q":10,"G":6}},"O":{"d":"27,-158v0,-68,49,-164,165,-164v94,0,165,59,165,157v0,94,-66,172,-167,172v-115,0,-163,-89,-163,-165xm67,-170v0,98,58,161,134,161v38,0,116,-22,116,-144v0,-195,-250,-211,-250,-17","w":384,"k":{"m":5,"t":13,"v":5,"w":3,"x":12,"y":5,"M":4,"T":11,"V":4,"W":2,"X":11,"Y":4,"a":9,"b":14,"d":14,"e":14,"f":14,"h":14,"i":14,"k":14,"l":14,"n":14,"p":14,"r":14,"A":8,"B":13,"D":13,"E":13,"F":13,"H":13,"I":13,"K":13,"L":13,"N":13,"P":13,"R":13,"j":9,"J":8}},"P":{"d":"131,-304v-11,1,-22,0,-22,11r2,264v-2,19,16,26,36,24v3,0,3,2,3,3v-41,8,-54,-1,-99,3v-7,1,-8,-5,-3,-6v18,1,23,-7,25,-24v5,-47,1,-216,1,-256v0,-23,-19,-23,-36,-28v39,-8,60,-3,107,-3v52,0,71,18,78,24v9,9,21,28,21,50v0,62,-47,105,-112,99v-2,0,-4,-1,-4,-3v0,-3,2,-4,11,-4v70,-3,100,-77,49,-133v-21,-24,-47,-21,-57,-21","w":269,"k":{"s":-3,"S":-2,"a":21,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"A":19,"B":6,"D":6,"E":6,"F":6,"H":6,"I":6,"K":6,"L":6,"N":6,"P":6,"R":6,",":67,".":67}},"Q":{"d":"546,71v22,1,61,-7,89,-19v3,1,3,6,-1,7v-24,11,-71,29,-133,29v-70,0,-179,-58,-244,-95v-15,8,-44,14,-66,14v-116,0,-164,-89,-164,-165v0,-68,49,-164,165,-164v94,0,165,60,165,157v0,74,-46,123,-74,141r86,45v92,47,156,50,177,50xm67,-170v0,98,58,161,134,161v38,0,116,-22,116,-144v0,-195,-250,-211,-250,-17","w":386,"k":{"b":12,"d":12,"e":12,"f":12,"h":12,"i":12,"k":12,"l":12,"n":12,"p":12,"r":12,"B":10,"D":10,"E":10,"F":10,"H":10,"I":10,"K":10,"L":10,"N":10,"P":10,"R":10,")":-13,"]":-13,"}":-13}},"R":{"d":"45,-316v95,4,203,-22,203,75v0,31,-13,62,-51,97v54,60,76,132,155,139v2,0,4,2,4,3v-17,7,-71,3,-85,-5v-28,-15,-83,-98,-103,-124v-15,-3,-46,-6,-60,0r2,102v-2,19,16,26,36,24v3,0,3,2,3,3v-40,8,-54,-1,-98,3v-7,1,-8,-5,-3,-6v18,1,23,-7,25,-24v5,-47,1,-216,1,-256v0,-23,-19,-23,-36,-28v0,-3,2,-3,7,-3xm140,-303v-17,0,-28,-1,-32,8r0,137v4,12,26,11,47,12v40,1,57,-27,58,-73v0,-52,-28,-84,-73,-84","w":316,"k":{"s":5,"t":23,"v":12,"w":1,"x":3,"y":9,"S":4,"T":21,"V":10,"W":1,"X":2,"Y":8,"a":-3,"A":-2,"c":-7,"g":-7,"o":-7,"q":-7,"C":-6,"O":-6,"Q":-6,"G":-6}},"S":{"d":"192,-259v-13,-28,-2,-48,-61,-48v-29,0,-52,17,-52,48v-6,24,29,54,63,80v50,38,61,65,61,99v0,17,-6,49,-35,70v-18,13,-41,17,-64,17v-23,0,-62,3,-62,-27v0,-26,-1,-42,5,-51v3,0,3,1,3,4v-2,41,30,59,63,59v40,0,60,-29,60,-56v0,-33,-36,-66,-67,-91v-46,-36,-54,-63,-54,-92v0,-66,86,-91,145,-66v0,2,-2,16,-2,45v0,7,-1,9,-3,9","k":{"m":4,"v":1,"M":3,"V":1}},"T":{"d":"24,-322v71,13,178,9,251,3v4,13,3,51,-2,57v-2,0,-4,-2,-4,-8v0,-20,-10,-26,-52,-27r-53,-1r2,269v-2,19,16,26,36,24v3,0,3,2,3,3v-41,8,-55,-1,-100,3v-7,1,-8,-5,-3,-6v18,1,23,-6,25,-24v4,-71,1,-188,2,-269r-62,1v-39,-3,-42,14,-54,30v-8,-7,7,-48,11,-55","w":290,"k":{"m":7,"s":17,"t":-5,"w":-3,"x":-8,"y":-10,"M":6,"S":5,"T":-5,"W":-3,"X":-8,"Y":-9,"a":29,"b":8,"d":8,"e":8,"f":8,"h":8,"i":8,"k":8,"l":8,"n":8,"p":8,"r":8,"A":19,"c":12,"g":12,"o":12,"q":12,"C":10,"O":13,",":48,".":48,"G":10,":":13,";":13,"-":13}},"U":{"d":"182,-9v85,0,90,-89,90,-185v0,-66,-1,-78,-1,-91v0,-19,-11,-26,-32,-25v-2,0,-3,-1,-3,-3v33,-8,49,1,86,-3v8,-2,9,5,4,6v-17,0,-27,6,-27,25v0,101,21,204,-39,261v-29,28,-62,31,-87,31v-14,0,-56,-2,-86,-30v-33,-20,-37,-100,-37,-171r0,-91v0,-19,-12,-26,-33,-25v-2,0,-3,-1,-3,-3v35,-8,55,1,96,-3v8,-2,9,5,4,6v-17,0,-26,5,-26,25v-2,5,-1,112,-1,149v-1,92,30,127,95,127","w":348,"k":{"m":8,"M":7,"a":8,"b":13,"d":13,"e":13,"f":13,"h":13,"i":13,"k":13,"l":13,"n":13,"p":13,"r":13,"A":8}},"V":{"d":"100,-313v-5,7,-30,0,-26,13v24,83,63,169,92,250v24,-56,81,-203,90,-233v9,-17,1,-31,-18,-27v-3,0,-4,-1,-4,-3v28,-8,49,1,83,-3v9,-1,9,5,2,6v-25,3,-27,6,-43,44r-102,241v-20,41,-16,45,-32,6r-103,-257v-11,-29,-20,-33,-47,-34v-3,0,-3,-1,-3,-3v36,-8,58,1,99,-3v8,0,12,1,12,3","w":311,"k":{"y":-5,"Y":-4,"a":34,"A":31,"c":3,"g":3,"o":3,"q":3,"O":2,",":61,".":61,")":-10,"]":-10,"}":-10,"-":8}},"W":{"d":"76,-298v8,50,52,199,66,242r89,-239v10,-31,12,-25,21,0r83,238r2,0v12,-50,59,-172,69,-241v4,-11,-17,-9,-28,-15v33,-6,56,-2,90,-1v0,8,-10,3,-18,6v-13,6,-19,22,-27,45r-77,234v-17,45,-18,50,-31,14r-83,-233r-88,233v-14,35,-15,32,-28,-11r-75,-249v-9,-29,-15,-34,-42,-35v-2,0,-4,0,-4,-3v42,-8,51,1,100,-3v10,-1,8,6,3,6v-7,-1,-23,0,-22,12","w":462,"k":{"m":12,"t":9,"y":-5,"M":10,"T":8,"Y":-4,"a":26,"A":23,",":46,".":46,")":-4,"]":-4,"}":-4,":":-6,";":-6}},"X":{"d":"216,-302v1,-10,-20,-5,-23,-11v28,-8,44,1,80,-3v8,-1,8,6,2,6v-25,1,-32,13,-47,36r-67,101v23,28,75,156,113,166v8,2,27,2,12,8v-29,-1,-61,3,-80,-4v2,-5,10,-4,5,-15r-72,-125r-66,111v-7,13,-10,29,9,27v2,0,4,1,4,3v-25,8,-48,-1,-84,3v-5,1,-5,-6,-1,-6v27,-1,34,-10,51,-36r76,-120r-67,-113v-13,-21,-25,-35,-51,-36v-3,0,-3,-1,-3,-3v30,-8,56,1,95,-3v9,-1,11,5,4,6v-16,-3,-20,9,-12,22v20,32,34,64,56,100v17,-29,64,-87,66,-114","w":291,"k":{"t":13,"w":-5,"x":-5,"y":-6,"T":11,"W":-4,"X":-4,"Y":-5,"a":9,"A":8,"c":9,"g":9,"o":9,"q":9,"C":8,"O":8,"Q":8,"G":8}},"Y":{"d":"94,-5v34,9,26,-47,27,-66v1,-29,2,-67,-9,-81v-20,-25,-68,-150,-121,-158v-2,0,-4,-1,-4,-3v25,-8,45,1,82,-3v5,0,6,1,6,3v-9,2,-16,14,-7,27v8,11,70,121,78,133v13,-32,69,-112,77,-145v2,-11,-10,-11,-13,-16v23,-3,53,-2,80,0v-14,9,-33,11,-47,31v-12,18,-74,114,-80,133v-13,39,-3,70,-5,121v-1,19,16,26,36,24v3,0,3,2,3,3v-41,8,-54,-1,-99,3v-7,1,-10,-4,-4,-6","w":274,"k":{"m":4,"t":-3,"v":-10,"w":-13,"x":-5,"M":3,"T":-2,"V":-9,"W":-11,"X":-5,"a":21,"A":19,"c":17,"g":17,"o":17,"q":17,"C":4,"O":8,",":42,".":42,"G":4,")":-15,"]":-15,"}":-15,"-":13}},"Z":{"d":"41,-250v-8,-8,5,-56,10,-69v77,9,132,2,208,4v9,-1,10,3,6,8r-188,290r115,0v65,2,64,-16,78,-50v6,17,2,68,-18,69v-70,0,-140,-2,-214,-2v-5,0,-7,0,-7,-3r190,-296v-65,4,-166,-18,-176,42v-1,6,-2,7,-4,7","w":290,"k":{"a":5,"A":4,"c":14,"g":14,"o":14,"q":14,"O":13}},"[":{"d":"41,45r0,-352v0,-5,1,-5,7,-5v25,1,55,-3,76,2v-10,9,-38,4,-53,13v-6,102,-4,230,0,334v15,8,41,5,53,12v-19,8,-53,1,-77,3v-6,0,-6,-1,-6,-7","w":151,"k":{"v":-10,"w":-4,"y":-13}},"\\":{"d":"211,-8v3,8,-12,17,-17,12r-185,-298v0,-5,14,-16,18,-9","w":220},"]":{"d":"110,-306r0,353v0,5,-1,5,-7,5v-25,-2,-57,4,-76,-3v12,-7,38,-3,53,-12v6,-102,4,-230,0,-334v-15,-9,-42,-4,-53,-13v21,-6,53,0,77,-2v6,0,6,0,6,6","w":151},"^":{"d":"96,-315r22,0r84,179r-23,0r-72,-156r-72,156r-22,0","w":214},"_":{"d":"0,32r210,0r0,20r-210,0r0,-20","w":210},"a":{"d":"34,-38r87,-224v8,-22,11,-16,18,0v7,15,66,162,89,216v19,44,23,34,50,44v-8,7,-52,2,-79,0v1,-6,10,-3,6,-12v-13,-27,-21,-60,-37,-84v-29,2,-66,-5,-89,3v-8,26,-23,53,-27,81v-2,12,16,6,20,12v-23,8,-41,-1,-76,3v-8,1,-9,-5,-4,-6v27,2,33,-12,42,-33xm88,-113r75,0v-5,-31,-26,-67,-36,-100v-2,-5,-4,-5,-6,0v-10,33,-27,67,-33,100","w":262},"b":{"d":"53,-5v24,-23,12,-103,12,-160v0,-55,-1,-66,-1,-77v0,-20,-15,-20,-30,-24v34,-8,52,-3,92,-3v105,0,87,81,40,117v28,8,65,35,65,75v0,50,-51,88,-125,78v-21,-3,-51,4,-67,-3v1,-3,10,-2,14,-3xm173,-200v5,-35,-38,-72,-76,-52v2,32,-5,72,3,98v2,0,8,2,22,2v39,2,46,-17,51,-48xm97,-42v-4,30,26,32,45,32v24,0,55,-10,55,-56v6,-22,-31,-78,-69,-74v-6,1,-29,-5,-31,2r0,96","w":257,"k":{"v":13,"w":6,"y":11,"a":2,"b":13,"d":13,"e":13,"f":13,"h":13,"i":13,"k":13,"l":13,"n":13,"p":13,"r":13}},"c":{"d":"192,-12v46,0,71,-22,79,-51v9,5,0,54,-14,61v-14,7,-43,8,-67,8v-100,0,-170,-65,-167,-144v2,-63,53,-136,154,-136v28,0,67,8,92,10v9,3,3,58,-2,68v-3,0,-3,-3,-3,-8v-4,-42,-37,-54,-88,-55v-93,-2,-117,48,-117,118v0,68,54,129,133,129","w":297,"k":{"t":2,"y":-6,"c":4,"g":4,"o":4,"q":4}},"d":{"d":"164,4v-41,0,-90,2,-125,-6v8,-6,24,-2,24,-23v0,-40,1,-183,1,-217v0,-21,-17,-18,-30,-24v39,-8,47,-3,98,-3v37,0,104,-3,148,41v18,18,36,49,36,91v0,45,-19,79,-40,100v-16,16,-49,41,-112,41xm126,-256v-12,0,-27,-2,-27,10r0,197v3,39,6,38,66,40v67,3,117,-45,115,-117v-2,-97,-75,-133,-154,-130","w":339,"k":{"m":2,"a":4,"b":4,"d":4,"e":4,"f":4,"h":4,"i":4,"k":4,"l":4,"n":4,"p":4,"r":4,"j":4}},"e":{"d":"200,-47v5,12,5,57,-23,49v-45,-3,-99,4,-138,-4v9,-6,24,-2,24,-23v0,-40,1,-183,1,-217v0,-21,-17,-18,-30,-24v46,-10,108,6,158,-6v3,7,-1,38,-6,48v-2,0,-3,-2,-3,-5v9,-33,-58,-22,-82,-25v-4,29,-3,76,0,105v19,-2,79,6,85,-11v3,5,-1,45,-6,53v-2,0,-2,-1,-2,-3v9,-32,-55,-23,-77,-25v-6,22,3,62,-2,93v-5,37,50,31,81,25v13,-3,14,-19,20,-30","w":231,"k":{"v":-10,"w":-11,"x":-13,"y":-10}},"f":{"d":"182,-109v7,-34,-55,-24,-81,-25v-5,22,-1,92,-1,109v0,20,22,17,34,23v-35,8,-51,-1,-89,3v-7,1,-8,-5,-3,-6v15,0,19,-4,21,-20v4,-40,1,-183,1,-217v0,-21,-17,-18,-30,-24v47,-10,113,6,165,-6v6,5,-1,37,-5,48v-8,-12,-5,-28,-32,-28r-60,-1v-9,26,0,69,-3,101v0,2,-1,3,2,3v30,-3,75,6,89,-11v3,6,-1,46,-6,54v-2,0,-2,-1,-2,-3","w":224,"k":{"y":-8,"a":11,",":38,".":38}},"g":{"d":"192,-10v18,0,44,-1,47,-18v-6,-36,19,-107,-29,-99v-1,0,-3,-2,-3,-3v32,-8,49,1,86,-3v7,-1,7,5,3,6v-39,-1,-23,58,-23,98v0,16,0,16,-5,19v-76,25,-127,29,-201,-22v-24,-17,-44,-57,-44,-102v0,-95,77,-142,160,-140v43,1,55,8,87,10v4,0,4,1,4,3v0,5,-2,15,-2,51v0,10,-7,9,-7,2v0,-38,-31,-49,-93,-52v-56,-2,-119,38,-114,113v7,97,61,137,134,137","w":318},"h":{"d":"124,-266v-10,7,-27,3,-25,24v2,28,-4,63,2,87r156,-2r-1,-85v3,-21,-17,-18,-30,-24v31,-8,48,1,84,-3v7,-1,9,6,3,6v-13,1,-23,4,-22,21r2,217v-4,21,21,17,33,23v-35,8,-50,-1,-89,3v-7,1,-8,-5,-3,-6v15,1,21,-6,21,-21v1,-19,6,-84,0,-113r-156,2r1,112v-3,20,22,17,34,23v-36,8,-50,-1,-89,3v-7,1,-8,-5,-3,-6v15,1,19,-5,21,-20v4,-40,1,-183,1,-217v0,-21,-17,-18,-30,-24v31,-8,47,1,84,-3v4,0,6,1,6,3","w":355,"k":{"b":8,"d":8,"e":8,"f":8,"h":8,"i":8,"k":8,"l":8,"n":8,"p":8,"r":8,"c":6,"g":6,"o":6,"q":6}},"i":{"d":"124,-266v-10,7,-25,3,-25,24r1,217v-3,20,22,17,34,23v-35,8,-51,-1,-89,3v-7,1,-8,-5,-3,-6v14,1,21,-5,21,-20v4,-40,1,-183,1,-217v0,-21,-14,-18,-26,-24v26,-8,46,1,80,-3v4,0,6,1,6,3","w":163,"k":{"b":8,"d":8,"e":8,"f":8,"h":8,"i":8,"k":8,"l":8,"n":8,"p":8,"r":8,"c":6,"g":6,"o":6,"q":6}},"j":{"d":"124,-266v-10,7,-25,3,-25,24r0,162v5,114,-18,128,-84,170v-1,0,-3,0,-3,-2v38,-36,53,-39,53,-150r-1,-180v3,-21,-17,-18,-30,-24v31,-8,47,1,84,-3v4,0,6,1,6,3","w":154,"k":{"c":4,"g":4,"o":4,"q":4}},"k":{"d":"97,-144v19,-16,91,-84,108,-112v2,-9,-15,-8,-4,-13v21,3,49,-4,69,3v-54,12,-105,83,-143,116v42,32,113,141,177,145v3,0,5,1,5,3v-32,8,-78,3,-98,-19v-19,-13,-92,-98,-114,-116r2,112v-3,19,20,18,32,23v-32,8,-50,-1,-86,3v-7,1,-8,-5,-3,-6v15,1,19,-5,21,-20v4,-40,1,-183,1,-217v0,-21,-17,-18,-30,-24v31,-8,48,1,84,-3v6,-1,7,4,3,6v-14,0,-24,4,-23,21","w":279,"k":{"s":-2,"a":2,"c":-1,"g":-1,"o":-1,"q":-1}},"l":{"d":"213,-49v2,17,8,55,-27,51v-47,-5,-105,4,-147,-4v8,-6,24,-2,24,-23v0,-40,1,-183,1,-217v0,-21,-17,-18,-30,-24v32,-8,49,1,88,-3v7,-1,7,5,3,6v-44,-4,-26,62,-26,98r0,63v5,87,-16,86,56,89v29,2,51,-6,54,-31v0,-3,2,-5,4,-5","w":224,"k":{"m":2,"t":23,"v":17,"w":10,"y":14,"a":-4,"c":9,"g":9,"o":9,"q":9,"u":2}},"m":{"d":"71,-35v-4,21,6,32,23,30v1,0,3,2,3,3v-24,8,-41,-1,-72,3v-7,1,-9,-5,-3,-6v19,2,23,-11,25,-29r27,-234v1,-9,9,-7,12,0r112,221r107,-221v4,-8,11,-8,12,4r25,219v1,13,4,31,19,37v13,5,24,-1,27,6v-12,6,-69,4,-81,-3v2,-5,6,-4,4,-15r-19,-181r-89,183v-15,26,-11,25,-25,2v-11,-18,-35,-64,-44,-83r-48,-97","w":388,"k":{"t":8,"w":6,"y":5,"a":-8,"u":-1}},"n":{"d":"297,4v-41,-22,-185,-185,-221,-220r5,169v-2,44,13,37,35,45v-34,8,-40,-2,-81,3v-7,1,-8,-5,-3,-6v24,-1,26,-4,26,-46r0,-205v-1,-29,10,-16,19,-7r204,214r-4,-179v4,-38,-17,-30,-35,-38v29,-8,42,1,78,-3v7,-1,8,5,2,6v-18,1,-22,7,-22,32r-1,209v0,24,1,26,-2,26","w":349,"k":{"b":8,"d":8,"e":8,"f":8,"h":8,"i":8,"k":8,"l":8,"n":8,"p":8,"r":8,"c":6,"g":6,"o":6,"q":6}},"o":{"d":"23,-134v0,-58,45,-140,147,-140v83,0,146,51,146,134v0,80,-59,146,-148,146v-101,0,-145,-76,-145,-140xm61,-144v0,83,50,135,117,135v33,0,100,-18,100,-121v0,-166,-217,-176,-217,-14","w":339,"k":{"m":4,"t":10,"v":4,"w":2,"x":10,"y":4,"a":8,"b":11,"d":11,"e":11,"f":11,"h":11,"i":11,"k":11,"l":11,"n":11,"p":11,"r":11,"j":8}},"p":{"d":"63,-25v4,-40,1,-183,1,-217v0,-21,-17,-18,-30,-24v35,-7,56,-3,101,-3v47,0,64,15,70,20v50,50,-9,149,-91,125v0,-3,2,-4,10,-4v65,-2,94,-66,47,-112v-27,-27,-42,-17,-70,-15v-8,62,-1,165,-1,230v0,21,22,17,34,23v-35,8,-51,-1,-89,3v-7,1,-8,-5,-3,-6v15,1,19,-5,21,-20","w":246,"k":{"s":-2,"a":17,"b":6,"d":6,"e":6,"f":6,"h":6,"i":6,"k":6,"l":6,"n":6,"p":6,"r":6,",":61,".":61}},"q":{"d":"561,47v-21,15,-64,25,-121,28v-61,3,-158,-48,-214,-80v-13,7,-38,11,-58,11v-102,0,-145,-76,-145,-140v0,-58,44,-140,146,-140v83,0,146,51,146,134v0,63,-41,105,-65,120r76,37v135,54,133,50,233,27v1,0,2,2,2,3xm60,-144v0,82,50,135,117,135v33,0,101,-18,101,-121v0,-165,-218,-177,-218,-14","w":340,"k":{"b":10,"d":10,"e":10,"f":10,"h":10,"i":10,"k":10,"l":10,"n":10,"p":10,"r":10,")":-11,"]":-11,"}":-11}},"r":{"d":"39,-269v86,5,185,-20,185,64v0,26,-12,53,-46,82v48,50,67,110,132,118v2,0,3,2,3,3v-93,28,-121,-71,-166,-111v-16,2,-39,-4,-50,3r2,85v-3,20,22,17,34,23v-35,8,-49,-1,-88,3v-7,1,-8,-5,-3,-6v15,1,19,-5,21,-20v4,-40,1,-183,1,-217v0,-21,-17,-18,-30,-24v0,-2,1,-3,5,-3xm126,-256v-14,0,-26,-2,-29,6r0,115v4,10,24,9,43,10v35,2,50,-22,50,-61v0,-45,-25,-70,-64,-70","w":282,"k":{"s":4,"t":19,"v":10,"w":1,"x":2,"y":8,"a":-2,"c":-6,"g":-6,"o":-6,"q":-6}},"s":{"d":"168,-220v-12,-24,-6,-40,-57,-40v-27,0,-49,14,-49,39v-5,23,28,46,59,67v46,30,60,55,60,86v0,39,-44,80,-93,74v-19,-3,-59,2,-59,-23v0,-23,-1,-36,5,-44v2,0,3,1,3,4v-1,35,31,49,60,49v37,0,55,-21,55,-48v0,-52,-128,-96,-116,-151v-6,-62,83,-79,137,-59v0,2,-2,14,-2,38v0,5,0,8,-3,8","w":220,"k":{"m":3,"v":1,"b":8,"d":8,"e":8,"f":8,"h":8,"i":8,"k":8,"l":8,"n":8,"p":8,"r":8}},"t":{"d":"240,-222v-8,-18,-3,-30,-48,-30r-46,0r1,227v-3,20,22,17,34,23v-35,8,-49,-1,-89,3v-6,1,-8,-4,-3,-5v13,0,21,-6,21,-21v0,-59,1,-159,2,-227v-36,2,-93,-9,-96,23v-1,4,-6,4,-7,1v2,-9,6,-41,12,-46v62,12,152,6,222,3v1,10,3,46,-3,49","w":256,"k":{"m":6,"s":5,"t":-5,"w":-2,"x":-7,"y":-8,"a":17,"c":10,"g":10,"o":10,"q":10,",":44,".":44,":":11,";":11,"-":11}},"u":{"d":"163,-9v74,0,78,-74,78,-156v0,-55,-1,-66,-1,-77v4,-20,-18,-18,-30,-24v27,-8,45,1,77,-3v7,-1,8,5,3,6v-14,0,-22,5,-22,21v0,86,17,175,-35,222v-26,24,-56,26,-78,26v-12,0,-50,-1,-76,-25v-28,-17,-33,-85,-33,-146v0,-55,0,-66,-1,-77v3,-19,-17,-18,-30,-24v31,-8,49,1,85,-3v7,-1,9,5,3,6v-14,0,-23,5,-22,21r0,126v-1,80,26,107,82,107","w":307,"k":{"m":6,"a":7}},"v":{"d":"88,-266v-3,7,-23,1,-22,11r80,210v21,-48,70,-170,78,-196v11,-19,-6,-21,-19,-25v24,-7,44,1,74,-3v7,-1,8,6,2,6v-23,3,-25,5,-39,37r-88,205v-17,35,-16,39,-30,5r-91,-219v-8,-29,-23,-23,-43,-31v30,-8,52,1,88,-3v7,0,10,1,10,3","w":274,"k":{"y":-4,"a":29,"c":2,"g":2,"o":2,"q":2,",":55,".":55,")":-10,"]":-10,"}":-10,"-":8}},"w":{"d":"69,-253v7,41,44,169,56,201r77,-199v11,-25,13,-23,21,0r72,199r2,0v9,-29,43,-132,55,-178v6,-24,13,-30,-16,-33v-2,0,-3,-2,-3,-3v28,-6,49,-2,79,-1v0,7,-9,3,-16,6v-11,4,-17,18,-24,38v-16,45,-53,158,-68,198v-15,40,-17,43,-28,12r-72,-195v-13,31,-62,162,-76,195v-13,30,-16,28,-27,-9r-66,-212v-5,-30,-20,-24,-39,-32v36,-8,45,1,88,-3v8,-1,9,6,3,6v-7,0,-19,0,-18,10","w":406,"k":{"m":10,"t":8,"y":-4,"a":21,",":42,".":42,")":-4,"]":-4,"}":-4,":":-6,";":-6}},"x":{"d":"189,-256v1,-9,-17,-4,-19,-10v25,-7,38,1,70,-3v7,-1,8,5,2,6v-22,1,-26,9,-40,30r-60,86v26,25,61,143,112,142v2,0,3,1,3,3v-20,7,-58,3,-77,-1v3,-3,9,-5,4,-13r-62,-105v-20,37,-47,68,-62,110v-1,9,15,2,16,10v-24,4,-50,2,-78,0v1,-7,10,-3,17,-6v11,-3,18,-9,30,-27r67,-103r-59,-96v-8,-22,-28,-26,-47,-33v26,-8,50,1,86,-3v8,-1,7,6,2,6v-13,-2,-17,7,-10,18v17,27,29,54,48,85v14,-24,55,-74,57,-96","w":256,"k":{"t":10,"w":-4,"x":-4,"y":-5,"a":8,"c":8,"g":8,"o":8,"q":8}},"y":{"d":"84,-5v36,1,23,-51,23,-87v0,-19,-3,-26,-8,-36v-19,-22,-62,-129,-109,-138v22,-8,40,1,73,-3v4,0,5,1,5,3v-8,3,-14,13,-5,23r67,112v12,-27,60,-94,67,-122v2,-9,-11,-8,-12,-14v21,-3,49,-3,72,0v-10,9,-30,7,-40,26v-12,14,-64,99,-72,114v-9,33,0,58,-3,102v-1,20,22,17,34,23v-35,8,-51,-1,-89,3v-7,1,-8,-5,-3,-6","w":241,"k":{"m":3,"t":-2,"v":-8,"w":-10,"x":-5,"a":17,"c":4,"g":4,"o":4,"q":4,",":38,".":38,")":-13,"]":-13,"}":-13,"-":11}},"z":{"d":"240,-57v6,13,1,59,-16,59v-62,0,-124,-2,-189,-2v-10,0,-7,-5,-1,-14r160,-239v-55,3,-141,-16,-151,34v-1,7,-7,9,-7,2v2,-5,3,-48,11,-54v69,9,128,-3,191,6v-51,87,-112,165,-166,249r99,0v58,1,54,-14,69,-41","w":255,"k":{"a":4,"c":11,"g":11,"o":11,"q":11}},"{":{"d":"85,-254v0,60,1,90,-29,107v24,17,29,43,29,97v0,81,15,88,41,100v0,2,-2,2,-8,2v-37,-13,-69,-38,-65,-124v0,-13,3,-31,3,-45v0,-22,-19,-20,-32,-27v0,-3,0,-4,5,-4v43,9,26,-50,24,-73v-2,-60,31,-91,72,-89v-15,6,-40,14,-40,56","w":151,"k":{"v":-10,"w":-4,"y":-13}},"|":{"d":"118,105r-22,0r0,-420r22,0r0,420","w":214},"}":{"d":"66,-50v0,-50,5,-81,29,-97v-29,-16,-29,-48,-29,-107v0,-42,-24,-50,-40,-56v40,-4,75,30,72,89v0,16,-10,56,0,66v8,8,19,7,25,7v5,0,9,6,0,7v-38,-1,-27,36,-25,69v3,87,-26,110,-65,124v-6,0,-7,-1,-7,-2v24,-12,40,-19,40,-100","w":151},"~":{"d":"188,-134v0,90,-81,32,-123,22v-11,0,-19,9,-19,28r-20,0v-1,-34,17,-50,40,-50v21,0,63,28,84,28v11,0,18,-10,18,-28r20,0","w":214},"'":{"d":"42,-218v-7,-20,-16,-98,-18,-93v0,-6,8,-6,18,-6v10,0,18,0,18,6v0,7,-9,28,-13,74v-1,17,-3,19,-5,19","w":84},"`":{"d":"161,-394v7,11,35,28,55,43v-15,5,-82,-21,-92,-30v10,-7,28,-9,37,-13","w":382},"\u00a0":{"w":136}}}); /*! * The following copyright notice may not be removed under any circumstances. * * Copyright: * © 2000 Adobe Systems Incorporated. All Rights Reserved. * * Trademark: * Trajan is either a registered trademark or a trademark of Adobe Systems * Incorporated in the United States and/or other countries. * * Full name: * TrajanPro-Bold * * Designer: * Carol Twombly * * Vendor URL: * http://www.adobe.com/type * * License information: * http://www.adobe.com/type/legal.html */ Cufon.registerFont({"w":251,"face":{"font-family":"mpp","font-weight":700,"font-stretch":"normal","units-per-em":"420","panose-1":"2 2 6 2 5 5 6 2 3 1","ascent":"315","descent":"-105","x-height":"6","cap-height":"1","bbox":"-26.7062 -411 641.7 110","underline-thickness":"21","underline-position":"-21","stemh":"20","stemv":"50","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":125},"!":{"d":"67,7v-32,-2,-31,-45,1,-47v13,0,23,9,23,22v0,14,-10,25,-24,25xm37,-285v10,-22,33,-33,56,-37v11,8,-3,22,-3,60v-1,8,-16,170,-17,180v-1,9,-2,13,-7,13v-5,0,-5,-5,-6,-15v-9,-74,-6,-138,-23,-201","w":134},"\"":{"d":"46,-210v-8,-23,-20,-109,-22,-101v0,-6,9,-6,22,-6v13,0,21,0,21,6v0,6,-10,28,-15,80v-2,15,-3,21,-6,21xm105,-210v-7,-25,-19,-109,-21,-101v0,-6,8,-6,21,-6v13,0,22,0,22,6v0,6,-11,28,-16,80v-2,15,-3,21,-6,21","w":151},"#":{"d":"240,-193r-50,0r-9,63r47,0r0,34r-52,0r-13,96r-25,0r13,-96r-64,0r-14,96r-26,0r15,-96r-50,0r0,-34r55,0r9,-63r-51,0r0,-35r56,0r13,-89r26,0r-14,89r64,0r13,-89r25,0r-13,89r45,0r0,35xm165,-193r-63,0r-10,63r64,0"},"$":{"d":"216,-300v-1,12,-1,46,-9,52v-11,-8,-1,-28,-17,-41v-9,-7,-22,-12,-29,-12r-13,114v42,28,70,54,70,100v0,65,-58,87,-91,87v-3,17,2,41,-21,40v-8,-8,3,-28,2,-40v-14,-2,-70,-2,-68,-27v3,-33,3,-51,13,-61v7,12,0,36,15,50v13,12,29,19,41,19r14,-124v-46,-35,-69,-60,-69,-100v0,-52,51,-76,89,-76v1,-18,2,-47,25,-38r-5,38v25,4,50,0,53,19xm130,-200r11,-101v-16,0,-49,8,-49,47v0,23,18,38,38,54xm142,-131r-12,112v28,-2,48,-24,48,-54v0,-26,-15,-44,-36,-58"},"%":{"d":"271,0v-104,0,-99,-153,3,-154v53,0,75,41,75,74v0,38,-22,80,-78,80xm273,-14v26,0,40,-25,40,-60v0,-31,-16,-66,-41,-66v-26,0,-39,28,-39,60v0,31,15,66,40,66xm134,-3v-4,11,-20,4,-30,8v-5,1,-6,0,-4,-5r133,-306v-26,2,-84,7,-92,7v47,34,33,143,-51,139v-105,-5,-97,-155,5,-155v77,0,147,-14,165,-8xm92,-175v26,0,40,-25,40,-60v0,-31,-16,-65,-41,-65v-26,0,-39,28,-39,60v0,31,15,65,40,65","w":364},"&":{"d":"276,-62v44,34,59,47,103,56v4,0,6,0,6,3v-4,8,-32,4,-45,4v-48,0,-63,-4,-99,-32v-14,13,-42,38,-100,38v-90,0,-117,-56,-117,-93v0,-49,44,-87,69,-99v-47,-66,-23,-137,80,-137v26,0,54,1,58,20v-2,19,1,55,-9,60v-3,0,-3,-1,-3,-7v-1,-31,-19,-56,-59,-55v-18,0,-45,12,-45,48v0,66,104,140,144,181v14,-18,39,-94,-9,-90v-3,0,-5,-1,-5,-4v9,-9,61,-5,72,7v0,32,-17,72,-41,100xm224,-45v-49,-44,-86,-80,-120,-124v-14,10,-29,30,-29,64v0,52,36,86,80,86v32,0,60,-18,69,-26","w":348},"(":{"d":"126,-310v-21,28,-60,90,-61,175v-1,84,28,137,61,183v0,2,-1,3,-3,3v-40,-22,-99,-86,-99,-180v0,-95,65,-167,99,-184v2,0,3,1,3,3","w":151,"k":{"v":-13,"w":-4,"y":-13,"V":-13,"W":-4,"Y":-13}},")":{"d":"25,48v21,-28,61,-90,62,-175v0,-84,-28,-138,-62,-183v0,-2,2,-3,4,-3v38,23,98,86,98,180v0,95,-65,167,-99,184v-2,0,-3,-1,-3,-3","w":151},"*":{"d":"101,-215v-14,-4,-16,-38,-23,-51v-7,6,-14,33,-17,46v-7,9,-35,-6,-33,-8v2,-15,43,-33,43,-45v-14,-2,-36,-1,-45,1v-3,0,-5,-21,-5,-30v0,-5,1,-5,5,-5v16,0,41,25,50,29v-1,-21,-11,-40,-15,-50v1,-4,32,-18,36,-7v3,10,-16,43,-12,57v24,-7,33,-23,44,-29v3,0,17,32,6,35v-2,1,-40,-2,-51,0v7,16,34,27,42,36v0,6,-21,21,-25,21","w":159},"+":{"d":"214,-94r-85,0r0,86r-27,0r0,-86r-85,0r0,-25r85,0r0,-86r27,0r0,86r85,0r0,25","w":230},",":{"d":"32,55v-7,-13,18,-36,13,-48v0,-24,-18,-31,-18,-37v0,-15,18,-29,31,-29v41,28,5,88,-26,114","w":105},"-":{"d":"32,-132r119,0v8,0,13,1,13,6v0,6,-7,7,-19,9v-28,6,-106,15,-127,27v-8,-7,3,-26,3,-37v1,-5,4,-5,11,-5","w":178},".":{"d":"52,0v-34,-2,-34,-49,0,-51v14,0,26,9,26,24v0,15,-10,27,-26,27","w":105},"\/":{"d":"28,5v-6,7,-23,-4,-20,-14r191,-311v8,-7,14,6,21,8v2,1,2,2,0,5","w":227},"0":{"d":"235,-167v0,104,-40,174,-112,174v-83,0,-106,-95,-106,-155v0,-98,34,-174,112,-174v83,0,106,88,106,155xm131,-12v74,0,76,-293,-10,-291v-32,0,-55,43,-55,139v0,73,19,152,65,152"},"1":{"d":"102,-263v-11,0,-41,19,-55,21v-5,-1,-3,-9,1,-10v8,-3,86,-61,108,-70v13,15,1,40,2,118r2,172v-4,24,25,25,45,25v4,2,5,9,-3,8r-142,0v-9,2,-10,-7,-4,-8v18,-1,55,0,50,-25v4,-51,1,-152,2,-216v0,-10,0,-15,-6,-15"},"2":{"d":"110,-302v-34,0,-62,27,-63,55v0,4,-1,8,-5,8v-9,-6,-3,-40,-6,-59v0,-4,0,-5,5,-8v16,-8,39,-16,76,-16v74,0,105,40,105,89v0,81,-90,153,-144,196v-2,2,-1,3,1,3v56,-4,141,10,148,-40v1,-5,2,-7,5,-7v12,10,-6,48,-9,68v-2,11,-10,13,-36,13r-165,0v-3,0,-6,-3,-6,-6v56,-59,152,-121,151,-217v0,-66,-36,-79,-57,-79"},"3":{"d":"24,-15v2,-26,-2,-51,8,-60v3,0,4,3,4,6v0,27,21,56,63,56v42,0,76,-22,76,-72v0,-56,-50,-77,-71,-80v-17,-3,-18,-10,-6,-13v19,-5,65,-23,65,-72v0,-18,-13,-52,-56,-52v-33,0,-58,20,-58,45v0,7,-8,9,-7,0v0,-18,-11,-43,3,-50v14,-7,39,-15,74,-15v81,0,95,42,95,62v0,41,-44,70,-61,76v31,7,75,32,75,83v0,59,-51,108,-133,108v-38,0,-64,0,-71,-22"},"4":{"d":"190,-83v1,31,-8,86,38,76v2,0,4,1,4,4v-43,10,-70,-1,-124,4v-8,2,-7,-8,-3,-8v19,1,43,-4,39,-25v2,-18,2,-38,2,-51r-129,0v-14,2,-12,-13,-5,-17v14,-9,155,-217,174,-222v13,8,4,35,4,70r0,136v16,0,44,0,52,-4v9,7,2,37,-15,37r-37,0xm146,-116v-2,-42,4,-92,-2,-129r-93,129r95,0"},"5":{"d":"33,-17v1,-17,-3,-50,6,-60v3,0,4,2,4,7v0,45,28,56,57,56v34,0,70,-22,70,-77v0,-67,-74,-94,-107,-99v-5,-1,-7,-4,-7,-9r10,-111v0,-4,3,-5,8,-5r134,-3v12,11,1,30,-1,62v0,3,-2,5,-5,5v-8,-14,2,-29,-40,-29r-76,0r-6,52v63,10,139,44,139,117v0,56,-41,118,-138,118v-19,0,-50,0,-48,-24"},"6":{"d":"93,-165v10,-16,34,-21,59,-21v59,0,86,48,86,85v0,65,-49,108,-110,108v-65,0,-111,-44,-111,-120v1,-83,68,-178,165,-209v10,4,2,9,-5,13v-49,28,-107,96,-107,196v0,49,22,102,64,102v29,0,52,-22,52,-71v0,-73,-42,-96,-90,-78v-2,0,-3,-2,-3,-5"},"7":{"d":"199,-276v-60,6,-153,-21,-162,32v0,3,-1,6,-4,6v-11,-10,6,-70,3,-75v8,-16,8,-2,61,-2v47,0,102,-4,144,3v-35,66,-111,218,-110,294v0,8,-33,25,-52,25v-5,0,-6,-1,-6,-5v12,-66,64,-165,126,-278"},"8":{"d":"123,7v-62,0,-105,-30,-105,-82v0,-47,36,-78,77,-94v-85,-34,-87,-153,39,-153v51,0,86,23,86,64v0,44,-39,69,-62,78v30,16,76,42,76,94v0,50,-40,93,-111,93xm65,-78v0,37,27,66,61,66v33,0,60,-25,60,-64v0,-42,-34,-61,-71,-83v-23,13,-50,38,-50,81xm175,-254v0,-32,-21,-50,-46,-50v-37,0,-51,25,-51,49v0,26,18,44,56,65v12,-5,41,-22,41,-64"},"9":{"d":"161,-167v-9,17,-36,23,-58,24v-60,0,-85,-46,-85,-81v0,-57,42,-98,107,-98v68,0,106,50,106,114v0,121,-101,196,-163,218v-6,-2,-2,-10,2,-12v44,-26,109,-95,109,-194v0,-74,-32,-107,-64,-107v-30,0,-50,26,-50,62v0,85,53,91,93,70v2,0,3,2,3,4"},":":{"d":"52,-13v-35,-1,-34,-51,0,-51v14,0,26,10,26,25v0,15,-10,26,-26,26xm52,-155v-35,-2,-33,-49,0,-51v14,0,26,10,26,25v0,15,-10,26,-26,26","w":105},";":{"d":"32,50v-7,-13,18,-36,13,-47v0,-24,-18,-31,-18,-37v0,-15,18,-29,31,-29v41,28,5,87,-26,113xm52,-155v-35,-2,-33,-49,0,-51v14,0,26,10,26,25v0,15,-10,26,-26,26","w":105},"<":{"d":"214,-8r-197,-84r0,-29r197,-84r0,28r-165,70r165,71r0,28","w":230},"=":{"d":"214,-133r-197,0r0,-26r197,0r0,26xm214,-54r-197,0r0,-25r197,0r0,25","w":230},">":{"d":"214,-92r-197,84r0,-28r165,-71r-165,-70r0,-28r197,84r0,29","w":230},"?":{"d":"26,-299v13,-16,37,-23,79,-23v69,0,89,37,89,63v0,66,-75,105,-93,157v-4,11,16,24,7,32v-16,-7,-60,-33,-32,-61v29,-29,64,-84,64,-120v0,-24,-12,-53,-50,-53v-35,-1,-51,27,-54,52v0,5,-1,8,-4,8v-10,-5,-4,-34,-6,-55xm97,7v-32,-2,-31,-45,1,-47v13,0,23,9,23,22v0,14,-10,25,-24,25","w":223},"@":{"d":"353,-173v0,61,-52,121,-114,125v-26,2,-38,-31,-32,-65v-21,29,-49,63,-76,63v-20,0,-26,-20,-26,-35v-1,-66,60,-142,137,-129v4,-5,13,-11,21,-14v4,-1,6,4,5,7v-12,27,-21,76,-21,108v0,29,8,38,22,38v22,0,62,-30,62,-96v0,-60,-39,-108,-117,-108v-92,0,-156,75,-156,175v0,78,49,124,118,124v55,0,81,-15,109,-38v6,-5,11,-6,13,-2v-17,34,-69,58,-131,58v-75,0,-139,-43,-139,-138v0,-103,97,-193,189,-193v92,0,136,50,136,120xm228,-194v-48,-29,-85,46,-81,92v0,12,3,23,8,23v14,0,40,-32,56,-55v4,-16,9,-39,17,-60","w":378},"A":{"d":"184,-105v-25,-8,-67,0,-98,-3v-2,0,-3,0,-4,3v-9,27,-24,57,-29,86v-3,15,21,10,29,16v-28,10,-52,-1,-101,4v-8,2,-11,-8,-3,-7v30,0,39,-14,49,-39r105,-264v8,-21,14,-23,23,-3v10,23,75,195,104,258v22,48,22,44,54,48v3,0,6,0,6,3v-19,9,-57,1,-99,3v-13,1,-18,-6,-7,-7v3,-1,6,-4,4,-9xm94,-129r77,0v2,0,2,-2,2,-3r-39,-107v-18,32,-27,73,-42,107v0,2,0,3,2,3","w":294,"k":{"m":-8,"s":4,"t":27,"u":2,"v":25,"w":19,"x":10,"y":15,"M":-8,"S":4,"T":27,"U":2,"V":25,"W":19,"X":10,"Y":15}},"B":{"d":"67,-31v4,-48,1,-213,1,-253v0,-25,-24,-21,-42,-28v33,-10,82,-4,118,-4v76,0,90,41,90,63v0,34,-20,55,-43,73v34,12,76,42,76,91v0,53,-57,104,-141,90r-85,0v-8,1,-12,-7,-2,-7v20,0,26,-5,28,-25xm137,-299v-9,1,-18,-2,-18,8r0,104v2,8,10,5,23,6v35,2,47,-20,47,-53v0,-28,-16,-65,-52,-65xm119,-62v-4,44,17,46,46,46v19,0,50,-10,50,-54v0,-39,-27,-104,-93,-94v-2,0,-3,1,-3,3r0,99","w":296,"k":{"m":2,"v":15,"w":13,"y":13,"M":2,"V":15,"W":13,"Y":13,"a":13,"b":8,"d":8,"e":8,"f":8,"h":8,"i":8,"k":8,"l":8,"n":8,"p":8,"r":8,"A":-2,"O":8,"c":8,"g":8,"o":8,"q":8,"B":8,"D":8,"E":8,"F":8,"H":8,"I":8,"K":8,"L":8,"N":8,"P":8,"R":8}},"C":{"d":"200,-302v-85,-3,-118,64,-118,135v0,100,77,150,133,150v51,0,80,-16,91,-51v0,-12,9,-11,9,-3v-3,10,-2,63,-20,68v-75,19,-171,10,-220,-36v-40,-37,-52,-83,-52,-124v0,-29,12,-75,49,-115v43,-46,161,-51,236,-33v5,0,6,2,6,5v-5,15,3,70,-8,78v-3,0,-4,-3,-4,-9v-5,-46,-43,-63,-102,-65","w":336,"k":{"t":2,"y":-17,"T":2,"Y":-8,"a":-13,"A":-13}},"D":{"d":"184,5v-48,0,-95,-8,-143,-4v-8,1,-12,-7,-2,-7v20,0,26,-5,28,-25v4,-48,1,-213,1,-253v0,-25,-24,-21,-42,-28v43,-10,77,-4,135,-4v52,0,122,0,168,48v21,22,41,56,41,106v0,53,-22,93,-46,117v-19,20,-62,50,-140,50xm154,-297v-14,0,-32,-2,-32,12r0,222v1,40,9,45,60,48v87,5,132,-50,132,-135v0,-106,-88,-149,-160,-147","w":393,"k":{"m":2,"M":2,"j":17,"b":17,"d":17,"e":17,"f":17,"h":17,"i":17,"k":17,"l":17,"n":17,"p":17,"r":17,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"J":4}},"E":{"d":"239,-55v-5,22,7,58,-29,58r-169,-2v-8,1,-12,-7,-2,-7v20,0,26,-5,28,-25v4,-48,1,-213,1,-253v0,-25,-24,-21,-42,-28v49,-14,142,8,200,-8v5,5,-3,41,-3,59v0,2,-1,5,-4,5v-3,0,-4,-2,-4,-6v9,-39,-57,-30,-90,-32v-9,29,0,75,-3,110v0,3,0,5,3,5v26,-1,85,6,94,-13v8,1,-6,47,-2,63v2,7,-8,11,-8,4v8,-41,-49,-32,-85,-33v-6,26,3,69,-2,103v-6,43,55,39,90,30v15,-3,15,-26,23,-38v3,0,4,4,4,8","w":265,"k":{"v":-2,"x":-6,"y":-5,"V":-2,"X":-6,"Y":-5,"j":8,"b":8,"d":8,"e":8,"f":8,"h":8,"i":8,"k":8,"l":8,"n":8,"p":8,"r":8}},"F":{"d":"211,-129v7,-36,-57,-28,-86,-29v-8,24,-1,105,-1,127v0,26,27,22,44,28v-41,10,-78,-1,-126,4v-9,1,-14,-7,-3,-7v20,0,26,-5,28,-25v4,-47,1,-213,1,-253v0,-25,-24,-21,-42,-28v49,-14,148,8,205,-8v7,7,-3,40,-2,57v0,3,-1,6,-4,6v-3,0,-5,-2,-5,-7v6,-40,-59,-26,-94,-30v-3,0,-4,1,-4,6r0,105v0,3,0,4,3,4v34,-3,81,7,96,-13v6,7,-5,48,-3,61v2,8,-8,11,-7,2","w":261,"k":{"y":-5,"Y":-5,"a":25,"j":8,"b":8,"d":8,"e":8,"f":8,"h":8,"i":8,"k":8,"l":8,"n":8,"p":8,"r":8,"A":8,",":42,".":42}},"G":{"d":"357,-152v-13,8,-33,3,-33,29r0,96v0,11,-1,13,-6,15v-127,50,-295,7,-295,-146v0,-111,89,-166,186,-164v52,1,71,9,108,11v5,0,6,2,6,5v0,5,-3,17,-3,69v0,12,-9,11,-9,3v0,-45,-43,-64,-108,-67v-63,-3,-122,42,-122,129v0,90,57,158,146,158v17,0,47,0,44,-20v-6,-45,21,-120,-35,-115v-4,0,-6,0,-6,-3v33,-10,77,1,119,-4v5,0,8,1,8,4","w":372,"k":{"j":8,"b":8,"d":8,"e":8,"f":8,"h":8,"i":8,"k":8,"l":8,"n":8,"p":8,"r":8}},"H":{"d":"124,-183r160,0v4,0,3,-7,3,-11v0,-64,-1,-77,-1,-90v0,-25,-24,-21,-42,-28v39,-10,75,1,123,-4v10,-1,11,8,1,7v-16,1,-29,4,-28,25r1,253v-4,26,28,22,45,28v-42,10,-76,-1,-126,4v-9,1,-14,-7,-3,-7v20,0,26,-5,28,-25v3,-23,2,-88,2,-127v-48,-5,-117,-3,-166,0r2,127v-4,26,28,22,45,28v-43,10,-76,-1,-127,4v-8,1,-12,-7,-2,-7v20,0,26,-5,28,-25v4,-48,1,-213,1,-253v0,-25,-24,-21,-42,-28v39,-10,75,1,123,-4v11,-1,12,8,1,7v-16,1,-29,4,-28,25r-1,98v0,2,2,3,3,3","w":408,"k":{"j":8,"b":8,"d":8,"e":8,"f":8,"h":8,"i":8,"k":8,"l":8,"n":8,"p":8,"r":8,"O":4,"c":4,"g":4,"o":4,"q":4,"C":4,"G":4,"Q":4}},"I":{"d":"67,-29v4,-47,1,-215,1,-255v0,-27,-22,-20,-36,-29v33,-8,73,1,116,-3v11,-2,12,7,2,7v-16,0,-29,4,-28,25r1,255v-4,25,29,19,45,26v-44,10,-76,-1,-127,4v-8,1,-12,-7,-2,-7v18,0,27,-4,28,-23","w":189,"k":{"j":8,"b":8,"d":8,"e":8,"f":8,"h":8,"i":8,"k":8,"l":8,"n":8,"p":8,"r":8,"O":4,"c":4,"g":4,"o":4,"q":4,"C":4,"G":4,"Q":4}},"J":{"d":"8,106v52,-32,61,-77,61,-180r-1,-210v3,-25,-24,-21,-42,-28v37,-10,75,1,122,-4v10,-1,13,7,2,7v-17,0,-28,4,-28,25v0,35,-1,171,0,226v3,89,-37,137,-111,168v-2,0,-3,-2,-3,-4","w":174,"k":{"j":8,"b":8,"d":8,"e":8,"f":8,"h":8,"i":8,"k":8,"l":8,"n":8,"p":8,"r":8,"O":4,"c":4,"g":4,"o":4,"q":4}},"K":{"d":"231,-300v3,-9,-11,-6,-11,-12v18,-10,66,1,99,-4v4,0,7,1,7,4v-68,8,-121,90,-167,130v55,52,114,158,200,176v3,0,6,0,6,3v-40,10,-105,8,-128,-24v-25,-21,-100,-115,-117,-132r1,128v-3,26,26,21,42,28v-40,10,-73,-1,-122,4v-8,1,-12,-7,-2,-7v20,0,26,-5,28,-25v4,-48,1,-213,1,-253v0,-25,-24,-21,-42,-28v36,-10,74,1,119,-4v10,-2,12,7,3,7v-16,0,-28,4,-27,25v2,35,-5,77,1,108v25,-31,96,-87,109,-124","w":322,"k":{"s":-2,"S":-2,"a":4,"A":4,"O":-1,"c":-3,"g":-3,"o":-3,"q":-3,"C":-3,"G":-3,"Q":-1}},"L":{"d":"249,-57v-6,17,9,70,-33,60r-175,-2v-8,1,-12,-7,-2,-7v20,0,26,-5,28,-25v4,-48,1,-213,1,-253v0,-24,-23,-21,-39,-28v36,-11,76,1,124,-4v11,-1,13,7,1,7v-19,0,-32,3,-32,25v0,10,-1,124,-1,163v0,89,-19,98,60,100v35,1,56,-8,60,-37v0,-4,2,-6,5,-6v3,0,3,2,3,7","w":254,"k":{"t":20,"u":8,"v":21,"w":17,"y":17,"T":20,"U":8,"V":21,"W":17,"Y":17,"a":-8,"A":-8,"O":2,"c":2,"g":2,"o":2,"q":2,"C":2,"G":2}},"M":{"d":"74,-42v-9,31,15,35,36,39v-28,10,-58,-1,-96,4v-4,0,-8,0,-8,-4v3,-5,12,-2,20,-5v12,-3,15,-19,17,-33r41,-274v5,-16,11,-14,19,3r115,236r114,-239v5,-15,15,-15,17,3r38,259v2,39,17,47,46,47v4,0,7,0,7,3v-16,8,-90,6,-108,-3v4,-6,11,-5,7,-23r-27,-184r-92,190v-17,35,-17,31,-30,3r-92,-189r-2,0","w":438,"k":{"t":25,"u":5,"w":8,"y":13,"T":25,"U":5,"W":8,"Y":13,"a":-4,"A":-4,"O":2,"c":2,"g":2,"o":2,"q":2,"C":2,"G":2,"Q":2}},"N":{"d":"373,-312v-19,8,-35,2,-36,40r-4,265v0,20,-12,12,-20,4r-124,-123r-101,-106r4,176v3,46,6,49,37,50v5,0,7,0,7,3v-43,10,-55,-2,-107,4v-9,1,-13,-7,-3,-7v31,0,32,-5,32,-54r4,-249v1,-22,10,-13,21,-1r223,230r2,0r-4,-188v0,-37,-10,-40,-37,-41v-5,0,-7,0,-7,-3v36,-10,57,1,103,-4v5,0,10,1,10,4","w":397,"k":{"j":8,"b":8,"d":8,"e":8,"f":8,"h":8,"i":8,"k":8,"l":8,"n":8,"p":8,"r":8,"O":4,"c":4,"g":4,"o":4,"q":4,"C":4,"G":4,"Q":4}},"O":{"d":"192,7v-121,0,-169,-91,-169,-165v0,-72,48,-164,174,-164v105,0,169,61,169,157v0,96,-67,172,-174,172xm210,-14v29,0,97,-15,97,-136v0,-94,-54,-152,-123,-152v-48,0,-103,26,-103,131v0,87,48,157,129,157","w":389,"k":{"m":2,"t":8,"x":8,"M":2,"T":8,"X":8,"j":17,"b":17,"d":17,"e":17,"f":17,"h":17,"i":17,"k":17,"l":17,"n":17,"p":17,"r":17,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"J":4}},"P":{"d":"140,-298v-10,1,-20,-3,-19,9r2,258v-4,26,27,22,44,28v-44,10,-75,-1,-126,4v-8,1,-12,-7,-2,-7v20,0,26,-5,28,-25v4,-48,1,-213,1,-253v0,-25,-24,-21,-42,-28v38,-10,83,-4,131,-4v52,0,71,18,78,24v9,9,21,28,21,50v-1,63,-45,104,-112,101v-2,0,-5,-1,-5,-4v0,-3,3,-5,12,-5v46,-1,84,-87,31,-132v-15,-14,-32,-16,-42,-16","w":275,"k":{"s":-2,"y":-8,"S":-2,"a":29,"A":21,",":55,".":55}},"Q":{"d":"550,68v23,1,60,-5,88,-16v6,1,4,7,-1,8v-25,12,-73,32,-133,32v-83,0,-176,-56,-244,-96v-17,6,-44,11,-66,11v-123,0,-171,-91,-171,-167v0,-68,49,-162,172,-162v100,0,170,61,170,159v0,74,-47,120,-73,138r85,43v89,45,144,50,173,50xm210,-14v34,0,97,-15,97,-138v0,-102,-63,-150,-121,-150v-55,0,-105,36,-105,133v0,100,61,155,129,155","w":390,"k":{"b":4,"d":4,"e":4,"f":4,"h":4,"i":4,"k":4,"l":4,"n":4,"p":4,"r":4,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,")":-13,"]":-13,"}":-13}},"R":{"d":"36,-316v103,6,222,-27,222,75v0,31,-13,60,-55,94v37,47,65,86,91,111v34,33,39,22,64,33v-17,9,-75,4,-93,-4v-26,-11,-82,-97,-99,-119v-10,-7,-30,-2,-44,-4v-5,-1,-4,5,-4,9v0,39,1,72,3,90v-4,25,25,22,42,28v-43,10,-72,-1,-122,4v-8,1,-12,-7,-2,-7v20,0,26,-5,28,-25v4,-48,1,-213,1,-253v0,-25,-24,-21,-42,-28v0,-3,4,-4,10,-4xm144,-297v-14,0,-26,-2,-26,8r0,128v1,14,24,9,36,11v45,-1,55,-22,55,-70v0,-60,-40,-77,-65,-77","w":317,"k":{"s":6,"t":16,"u":2,"v":10,"w":4,"x":6,"y":8,"S":6,"T":16,"U":2,"V":10,"W":4,"X":6,"Y":8,"O":2,"c":2,"g":2,"o":2,"q":2,"C":2,"G":2,"Q":4}},"S":{"d":"195,-255v-3,-22,-17,-48,-57,-48v-31,0,-50,18,-50,43v-5,19,27,49,56,70v51,38,69,67,69,107v0,24,-9,54,-39,73v-37,23,-88,21,-128,6v-18,-7,-2,-63,-6,-69v-1,-11,10,-15,9,-4v1,39,31,64,64,64v38,0,56,-26,56,-48v8,-24,-33,-62,-60,-82v-47,-35,-62,-66,-62,-100v0,-46,39,-79,97,-79v56,0,60,-12,60,62v0,15,-7,18,-9,5","w":244,"k":{"m":3,"v":1,"M":3,"V":1,"j":8,"b":8,"d":8,"e":8,"f":8,"h":8,"i":8,"k":8,"l":8,"n":8,"p":8,"r":8}},"T":{"d":"286,-319v9,7,1,42,3,57v0,4,-1,7,-4,7v-5,1,-5,-7,-5,-13v4,-23,-69,-25,-103,-25r2,262v-4,26,28,22,45,28v-44,10,-76,-1,-127,4v-8,1,-12,-7,-2,-7v19,0,26,-6,28,-25v4,-69,1,-183,2,-262v-40,5,-107,-10,-111,29v-1,3,-1,5,-4,5v-10,-10,4,-57,10,-63v71,14,186,8,266,3","w":298,"k":{"m":6,"s":13,"w":-8,"y":-17,"M":6,"Y":-2,"a":34,"A":25,"O":5,"c":5,"g":5,"o":5,"q":5,",":31,".":31,"C":5,"G":5,":":2,";":2,"-":4}},"U":{"d":"105,-136v-3,87,27,121,85,121v18,0,40,-7,58,-23v41,-35,18,-188,23,-246v2,-25,-24,-21,-40,-28v38,-10,58,1,105,-4v11,-1,12,8,1,7v-17,1,-27,4,-27,25v0,101,20,205,-41,261v-29,27,-61,30,-88,30v-22,0,-62,-1,-93,-29v-33,-19,-37,-102,-37,-172v0,-64,-1,-77,-1,-90v0,-25,-24,-21,-42,-28v36,-10,77,1,123,-4v11,-1,12,8,2,7v-17,1,-28,4,-28,25r0,148","w":357,"k":{"m":7,"M":7,"a":5,"j":17,"b":17,"d":17,"e":17,"f":17,"h":17,"i":17,"k":17,"l":17,"n":17,"p":17,"r":17,"A":5}},"V":{"d":"249,-283v8,-17,1,-29,-18,-26v-4,0,-7,0,-7,-3v30,-10,58,0,95,-4v10,-1,13,8,2,7v-26,3,-27,7,-43,43r-107,242v-18,39,-19,45,-35,6r-106,-257v-12,-29,-21,-32,-48,-34v-4,0,-5,0,-5,-3v38,-10,72,1,123,-4v9,-2,15,7,4,7v-31,0,-21,19,-11,44r72,191r2,0v18,-46,70,-182,82,-209","w":304,"k":{"y":-2,"Y":-2,"a":23,"j":8,"b":8,"d":8,"e":8,"f":8,"h":8,"i":8,"k":8,"l":8,"n":8,"p":8,"r":8,"A":23,",":55,".":55,")":-13,"]":-13,"}":-13,"-":-4}},"W":{"d":"83,-298v9,48,48,175,64,217r82,-218v9,-26,15,-18,23,4r88,211r56,-188v4,-21,13,-36,-16,-37v-4,0,-7,0,-7,-3v31,-10,50,1,88,-4v10,-2,11,7,2,7v-28,-1,-26,16,-38,47v-20,53,-63,186,-84,249v-10,27,-14,28,-26,0r-88,-211v-8,21,-64,170,-82,209v-12,25,-15,32,-24,7r-89,-267v-6,-29,-18,-31,-40,-37v41,-10,53,1,105,-4v11,-1,12,8,1,7v-7,0,-16,3,-15,11","w":455,"k":{"m":6,"y":-2,"M":6,"Y":-2,"a":15,"A":15,",":31,".":31,")":-4,"]":-4,"}":-4,"-":-4}},"X":{"d":"220,-300v1,-10,-21,-6,-25,-12v26,-10,54,1,92,-4v5,0,7,1,7,4v-21,7,-32,10,-52,39r-69,99r92,148v10,16,31,16,46,23v-20,10,-48,1,-96,3v-16,1,-20,-5,-9,-8v2,0,4,-5,1,-10r-66,-114v-22,40,-52,73,-68,118v0,10,18,4,22,11v-16,10,-65,-1,-98,4v-4,0,-6,-1,-6,-4v21,-7,35,-7,56,-37r80,-115r-72,-119v-12,-22,-26,-33,-52,-35v-3,0,-5,-1,-5,-4v26,-8,73,1,118,-3v10,-1,11,8,2,7v-14,-1,-21,7,-13,21v20,33,38,64,54,93v15,-28,59,-77,61,-105","w":299,"k":{"t":10,"x":6,"y":-2,"T":10,"X":6,"Y":-2,"a":8,"A":8,"O":4,"c":2,"g":2,"o":2,"q":2,"C":2,"G":2,"Q":4}},"Y":{"d":"87,-6v35,9,28,-46,29,-67v1,-29,1,-65,-10,-79v-20,-25,-68,-148,-120,-157v-3,0,-7,0,-7,-3v23,-10,64,1,106,-4v4,0,7,1,7,4v0,4,-18,3,-16,12v6,27,66,117,77,140v8,-23,66,-106,69,-138v3,-8,-14,-9,-17,-14v19,-10,61,1,92,-4v5,0,7,0,7,3v-14,9,-38,7,-49,30v-14,17,-74,114,-80,133v-13,38,-2,68,-5,119v-1,26,28,22,45,28v-42,10,-77,-1,-126,4v-10,1,-13,-7,-2,-7","w":281,"k":{"m":3,"t":-2,"v":-2,"M":3,"T":-2,"V":-2,"a":8,"j":13,"b":13,"d":13,"e":13,"f":13,"h":13,"i":13,"k":13,"l":13,"n":13,"p":13,"r":13,"A":8,"O":8,"c":6,"g":6,"o":6,"q":6,",":25,".":25,"C":6,"G":6,")":-13,"]":-13,"}":-13}},"Z":{"d":"38,-244v-7,-13,2,-63,10,-75v80,12,154,-4,230,7r-185,289r104,0v63,0,62,-19,77,-50v7,17,4,75,-17,75v-70,0,-140,-2,-225,-2v-12,0,-7,-6,-1,-17r178,-276v-63,3,-156,-16,-166,42v-1,6,-2,7,-5,7","w":298,"k":{"a":6,"A":6}},"[":{"d":"82,-297v-6,101,-4,227,0,331v14,9,41,4,52,13v0,3,-2,4,-5,4r-80,0v-6,0,-7,0,-7,-6r0,-353v0,-5,1,-5,7,-5r80,0v3,0,5,0,5,3v-8,12,-38,3,-52,13","w":151,"k":{"v":-13,"w":-4,"y":-13,"V":-13,"W":-4,"Y":-13}},"\\":{"d":"220,-9v4,11,-14,20,-20,14r-192,-312v-2,-8,14,-18,21,-13","w":227},"]":{"d":"69,34v6,-100,5,-229,0,-331v-14,-10,-43,-2,-52,-13v0,-3,2,-3,5,-3r80,0v6,0,7,0,7,6r0,353v0,5,-1,5,-7,5r-80,0v-3,0,-5,-1,-5,-4v10,-9,37,-3,52,-13","w":151},"^":{"d":"210,-126r-28,0r-67,-156r-67,156r-28,0r80,-188r30,0","w":230},"_":{"d":"0,32r210,0r0,20r-210,0r0,-20","w":210},"a":{"d":"167,-86v-23,-8,-62,0,-91,-3v-12,19,-23,48,-28,73v-3,12,20,7,26,13v-24,10,-47,-1,-90,4v-8,1,-10,-7,-3,-7v25,-1,33,-10,42,-32r96,-225v7,-18,15,-19,22,-3v9,20,68,167,94,220v19,41,20,36,46,40v3,0,5,0,5,3v-16,9,-48,1,-87,3v-10,1,-16,-4,-7,-6v3,0,6,-4,4,-8xm84,-108v23,-2,53,3,73,-2r-36,-95v-14,29,-30,67,-37,97","w":265},"b":{"d":"60,-165v-5,-39,18,-102,-31,-97v-4,0,-6,0,-6,-3v31,-10,77,-4,114,-4v112,0,86,85,37,116v30,10,68,35,68,77v0,46,-50,77,-128,77r-78,0v-8,1,-11,-7,-1,-7v42,0,25,-46,25,-96r0,-63xm111,-156v37,7,63,-8,63,-43v0,-30,-22,-60,-62,-53v-3,0,-4,2,-4,6v2,29,-5,67,3,90xm193,-66v0,-25,-34,-88,-85,-70r0,81v-5,37,15,39,40,40v20,0,45,-12,45,-51","w":268,"k":{"m":2,"v":15,"w":13,"y":13,"a":-2,"j":17,"b":17,"d":17,"e":17,"f":17,"h":17,"i":17,"k":17,"l":17,"n":17,"p":17,"r":17}},"c":{"d":"179,-255v-72,-3,-103,53,-103,113v0,85,65,126,115,126v45,0,69,-12,78,-43v0,-10,9,-8,9,-1v-2,9,-2,55,-18,58v-66,17,-149,8,-194,-31v-36,-32,-46,-71,-46,-105v0,-24,10,-64,43,-98v38,-40,141,-43,208,-28v15,3,-3,49,3,62v1,9,-9,13,-9,2v0,-40,-35,-53,-86,-55","w":296,"k":{"t":2,"y":-8}},"d":{"d":"164,4r-128,-3v-8,1,-11,-7,-1,-7v42,0,25,-46,25,-96r0,-139v2,-22,-23,-17,-37,-24v37,-10,70,-4,122,-4v46,0,109,0,149,41v18,18,34,49,34,91v0,45,-19,78,-40,99v-17,17,-56,44,-124,42xm138,-250v-13,1,-27,-2,-28,9r1,187v0,35,9,38,52,40v71,4,113,-42,113,-113v0,-91,-75,-124,-138,-123","w":349,"k":{"m":2,"j":4,"b":4,"d":4,"e":4,"f":4,"h":4,"i":4,"k":4,"l":4,"n":4,"p":4,"r":4}},"e":{"d":"218,-47v-4,17,5,55,-24,49r-158,-1v-8,1,-11,-7,-1,-7v42,0,25,-46,25,-96r0,-139v2,-22,-23,-17,-37,-24v48,-13,127,6,184,-7v8,4,-3,34,-2,50v0,2,-2,6,-5,6v-3,0,-3,-1,-3,-4v8,-37,-53,-26,-84,-28v-9,23,0,63,-3,91v0,2,1,4,3,4v23,-2,80,6,88,-11v6,15,0,48,-6,62v-3,0,-3,-1,-3,-3v8,-38,-50,-26,-80,-29v-6,21,2,57,-2,86v-5,35,53,33,85,25v12,-3,12,-22,20,-32v3,0,3,4,3,8","w":241,"k":{"v":-2,"x":-6,"y":-5,"j":8,"b":8,"d":8,"e":8,"f":8,"h":8,"i":8,"k":8,"l":8,"n":8,"p":8,"r":8}},"f":{"d":"192,-108v0,-33,-54,-24,-79,-26v-8,19,-1,90,-1,108v0,21,26,16,39,23v-37,10,-70,-1,-114,4v-9,1,-12,-7,-2,-7v15,0,23,-4,24,-20r1,-215v2,-22,-23,-17,-37,-24v10,-10,52,-2,62,-3v41,-4,88,2,126,-4v2,8,0,45,-6,56v-3,0,-5,-2,-5,-6v5,-36,-55,-23,-87,-26v-8,23,0,63,-3,92v23,6,78,8,92,-8v5,6,-5,40,-2,53v2,6,-8,13,-8,3","w":238,"k":{"y":-5,"a":8,"j":8,"b":8,"d":8,"e":8,"f":8,"h":8,"i":8,"k":8,"l":8,"n":8,"p":8,"r":8,",":42,".":42}},"g":{"d":"315,-129v-9,8,-29,2,-29,24r0,82v0,10,0,11,-5,13v-111,42,-261,7,-261,-124v0,-131,143,-158,259,-130v4,0,5,1,5,4v0,4,-2,14,-2,59v0,9,-8,11,-9,3v-6,-37,-35,-53,-93,-57v-54,-3,-105,35,-105,108v0,77,49,133,128,133v14,0,34,-1,33,-16v-4,-39,18,-101,-30,-96v-3,0,-6,-1,-6,-3v29,-10,71,1,108,-4v5,0,7,1,7,4","w":328},"h":{"d":"60,-165v-5,-39,18,-102,-31,-97v-4,0,-6,0,-6,-3v33,-10,67,1,111,-4v9,-1,12,8,1,7v-13,2,-24,4,-24,21r-1,86v0,2,2,3,3,3r139,0v6,-31,-1,-89,1,-89v2,-21,-23,-17,-36,-24v33,-10,68,1,111,-4v10,-1,11,8,1,7v-13,2,-26,3,-25,21r1,215v-2,22,27,16,40,23v-38,10,-69,-1,-115,4v-9,1,-12,-7,-2,-7v17,0,24,-4,24,-20v1,-17,6,-78,0,-105v-46,2,-100,-4,-142,2r2,103v-3,22,26,16,39,23v-38,10,-69,-1,-115,4v-8,1,-11,-7,-1,-7v42,0,25,-46,25,-96r0,-63","w":364,"k":{"c":4,"g":4,"o":4,"q":4}},"i":{"d":"60,-165v0,-36,17,-99,-26,-97v-4,0,-6,-1,-6,-4v29,-8,67,1,106,-3v10,-1,11,7,2,7v-14,0,-25,3,-25,21r1,217v-3,21,27,13,39,21v-38,10,-68,-1,-115,4v-8,1,-11,-7,-1,-7v15,0,23,-4,24,-19v2,-28,1,-100,1,-140","w":170,"k":{"c":4,"g":4,"o":4,"q":4}},"j":{"d":"7,90v45,-27,53,-64,53,-153r0,-178v2,-22,-23,-17,-37,-24v33,-10,68,1,111,-4v9,-1,12,8,1,7v-14,2,-24,4,-24,21v0,57,10,199,-9,255v-9,26,-48,67,-92,79v-2,0,-3,-1,-3,-3","w":156,"k":{"c":4,"g":4,"o":4,"q":4}},"k":{"d":"139,-265v-10,8,-30,1,-30,24r1,91v23,-26,84,-75,96,-105v1,-7,-9,-6,-10,-10v16,-10,58,1,88,-4v4,0,6,1,6,4v-56,8,-107,75,-144,110v39,41,100,119,150,144v14,8,22,1,28,8v-34,10,-91,5,-115,-20v-19,-20,-86,-98,-100,-112r1,109v-2,22,24,16,36,23v-35,10,-66,-1,-110,4v-8,1,-11,-7,-1,-7v42,0,25,-46,25,-96r0,-139v2,-22,-23,-17,-37,-24v31,-10,68,1,108,-4v5,0,8,1,8,4","w":287,"k":{"s":-2,"a":4,"c":-3,"g":-3,"o":-3,"q":-3}},"l":{"d":"60,-165v-5,-37,17,-100,-28,-97v-4,0,-6,0,-6,-3v30,-10,69,1,112,-4v9,-1,12,8,1,7v-15,1,-29,2,-28,21v-2,9,-1,106,-1,139v0,79,-13,79,57,82v31,1,49,-7,53,-31v0,-3,1,-6,4,-6v3,0,3,4,3,8v-5,15,7,60,-29,51r-162,-1v-8,1,-11,-7,-1,-7v42,0,25,-46,25,-96r0,-63","w":231,"k":{"t":20,"u":8,"v":21,"w":17,"y":17,"a":-8,"c":8,"g":8,"o":8,"q":8}},"m":{"d":"66,-18v0,15,25,8,31,15v-24,10,-51,-1,-85,4v-8,1,-10,-8,-1,-7v18,2,24,-11,27,-28r36,-234v4,-14,12,-12,19,3r99,199r99,-202v6,-12,15,-13,18,3r34,220v1,38,23,35,45,42v-10,10,-64,0,-86,2v-24,-4,-2,-3,-5,-23r-22,-155r-80,160v-13,31,-16,23,-29,2v-33,-58,-47,-91,-79,-158r-2,0","w":387,"k":{"t":25,"u":5,"w":8,"y":13,"a":-4,"c":2,"g":2,"o":2,"q":2}},"n":{"d":"331,-265v-15,8,-30,2,-31,34r-4,225v0,18,-15,10,-21,4r-108,-103v-40,-39,-79,-82,-86,-88r-2,0r5,146v0,46,13,35,38,44v-37,10,-49,-1,-96,4v-9,1,-13,-7,-3,-7v26,-1,27,-3,28,-45r4,-212v1,-20,13,-9,22,0r195,194r-4,-159v1,-32,-8,-34,-32,-34v-5,0,-5,-1,-5,-3v31,-10,51,1,92,-4v5,0,8,1,8,4","w":353,"k":{"c":4,"g":4,"o":4,"q":4}},"o":{"d":"171,6v-108,0,-151,-77,-151,-140v0,-61,43,-140,155,-140v93,0,151,52,151,134v0,82,-60,146,-155,146xm186,-13v26,0,85,-12,85,-114v0,-79,-47,-128,-107,-128v-41,0,-89,22,-89,110v0,74,41,132,111,132","w":347,"k":{"m":2,"t":8,"x":8,"j":13,"b":13,"d":13,"e":13,"f":13,"h":13,"i":13,"k":13,"l":13,"n":13,"p":13,"r":13}},"p":{"d":"128,-252v-9,1,-20,-3,-19,8r2,218v-3,22,26,16,39,23v-39,10,-68,-1,-114,4v-8,1,-11,-7,-1,-7v42,0,25,-46,25,-96r0,-139v2,-22,-23,-17,-37,-24v34,-10,78,-4,123,-4v46,0,63,15,69,20v48,49,-7,145,-85,129v-2,0,-5,0,-5,-3v0,-3,4,-5,12,-5v41,0,75,-72,28,-111v-13,-12,-29,-13,-37,-13","w":250,"k":{"s":-2,"a":21,",":55,".":55}},"q":{"d":"567,47v-23,16,-66,28,-123,32v-74,5,-155,-47,-215,-82v-13,5,-39,9,-58,9v-108,0,-151,-78,-151,-142v0,-58,45,-138,153,-138v89,0,152,51,152,135v0,63,-41,103,-63,118v50,29,193,88,224,77v20,0,53,-2,77,-13v2,0,4,2,4,4xm186,-13v30,0,84,-13,84,-116v0,-85,-54,-126,-105,-126v-48,0,-90,30,-90,111v0,85,51,131,111,131","w":346,"k":{"b":4,"d":4,"e":4,"f":4,"h":4,"i":4,"k":4,"l":4,"n":4,"p":4,"r":4,")":-13,"]":-13,"}":-13}},"r":{"d":"184,-126v47,51,72,109,130,120v3,0,4,1,4,3v-14,9,-66,3,-82,-3v-23,-8,-71,-82,-86,-101v-8,-6,-32,-4,-42,-1r2,82v-3,21,25,16,37,23v-37,10,-67,-1,-111,4v-8,1,-11,-7,-1,-7v42,0,25,-46,25,-96r0,-139v2,-22,-23,-17,-37,-24v31,-10,77,-2,116,-4v48,-3,97,11,97,64v0,26,-16,50,-52,79xm133,-250v-12,0,-24,-3,-25,6r0,106v2,17,47,11,57,4v11,-8,24,-24,24,-53v0,-50,-34,-63,-56,-63","w":288,"k":{"s":6,"t":16,"u":2,"v":10,"w":4,"x":6,"y":8,"c":2,"g":2,"o":2,"q":2}},"s":{"d":"199,-76v0,44,-48,88,-99,82v-25,-2,-63,3,-67,-22v2,-26,-3,-47,7,-56v3,0,4,3,4,6v-4,67,114,70,113,8v9,-20,-34,-50,-58,-63v-45,-25,-58,-49,-58,-81v0,-65,103,-89,151,-61v0,5,-1,15,-1,43v0,12,-8,15,-9,5v-2,-20,-15,-42,-51,-41v-26,0,-50,14,-50,38v-7,18,28,43,54,56v49,27,64,54,64,86","w":226,"k":{"m":3,"v":1,"j":8,"b":8,"d":8,"e":8,"f":8,"h":8,"i":8,"k":8,"l":8,"n":8,"p":8,"r":8}},"t":{"d":"254,-215v-10,-16,-3,-31,-48,-31r-47,-1r2,221v-3,21,26,16,39,23v-38,10,-68,-1,-115,4v-8,1,-11,-8,-1,-7v15,0,23,-4,24,-20v4,-58,1,-154,2,-221v-36,3,-93,-9,-97,24v-1,3,-2,5,-5,5v-8,-9,4,-50,9,-56v66,12,164,6,238,3v7,7,3,46,-1,56","w":265,"k":{"m":6,"w":-8,"y":-2,"a":25,"c":5,"g":5,"o":5,"q":5,",":31,".":31,":":2,";":2,"-":4}},"u":{"d":"307,-265v-11,8,-33,1,-30,24v-6,86,18,174,-36,221v-26,23,-54,26,-78,26v-19,0,-58,0,-85,-24v-29,-16,-33,-86,-33,-147v0,-54,-1,-65,-1,-76v0,-23,-23,-16,-36,-24v32,-10,68,1,110,-4v8,-2,12,7,3,7v-14,0,-26,3,-25,21v-2,5,1,94,-1,125v-7,98,66,123,125,82v38,-27,15,-158,20,-207v3,-22,-22,-17,-35,-24v33,-10,52,1,95,-4v5,0,7,1,7,4","w":319,"k":{"m":7,"a":5,"j":8,"b":8,"d":8,"e":8,"f":8,"h":8,"i":8,"k":8,"l":8,"n":8,"p":8,"r":8}},"v":{"d":"219,-241v10,-22,-10,-18,-23,-24v25,-10,53,1,85,-4v9,-1,12,8,2,7v-23,4,-24,5,-38,36r-93,206v-16,34,-19,36,-33,4r-93,-218v-9,-29,-26,-22,-46,-31v33,-10,65,1,110,-4v9,-2,13,7,3,7v-25,0,-19,15,-10,37r62,160r2,0v16,-37,61,-153,72,-176","w":267,"k":{"y":-2,"a":23,",":55,".":55,")":-13,"]":-13,"}":-13,"-":-4}},"w":{"d":"76,-253v8,40,42,150,54,181r71,-183v10,-21,14,-15,23,4r75,176v7,-21,36,-114,48,-156v5,-17,13,-31,-14,-31v-3,0,-6,-1,-6,-3v27,-10,46,1,79,-4v8,-1,7,8,1,7v-24,1,-22,12,-33,39v-17,45,-55,159,-73,212v-7,24,-15,22,-25,0r-76,-176v-6,15,-56,141,-71,174v-10,23,-16,26,-24,6r-79,-227v-7,-19,-9,-28,-27,-28v-4,0,-6,0,-6,-3v35,-10,47,1,94,-4v9,-1,12,8,2,7v-6,1,-15,0,-13,9","w":401,"k":{"m":6,"t":-8,"y":-2,"a":15,",":31,".":31,")":-4,"]":-4,"}":-4,"-":-4}},"x":{"d":"196,-255v1,-8,-38,-7,-15,-14r75,0v4,0,6,1,6,4v-18,7,-26,8,-45,33r-62,83v32,32,64,141,117,143v3,0,5,1,5,3v-18,10,-43,3,-87,3v-27,0,-1,-5,-6,-16r-59,-95v-19,33,-46,61,-59,99v1,9,17,2,19,10v-13,8,-59,-1,-87,3v-8,1,-7,-7,-1,-7v23,-2,27,-6,43,-28r73,-97r-66,-102v-11,-19,-22,-27,-45,-29v-2,0,-4,-1,-4,-4v23,-8,66,1,106,-3v5,0,7,1,7,4v-6,6,-26,2,-16,20r47,78v14,-24,51,-65,54,-88","w":266,"k":{"t":10,"x":6,"y":-2,"a":8,"c":2,"g":2,"o":2,"q":2}},"y":{"d":"75,-6v38,1,25,-50,25,-86v0,-19,-3,-27,-8,-37v-19,-18,-61,-126,-105,-133v-3,0,-6,0,-6,-3v19,-10,57,1,95,-4v3,0,6,1,6,4v1,4,-15,3,-14,10v8,22,57,97,66,116v9,-19,57,-88,61,-114v1,-7,-13,-7,-15,-12v16,-10,54,1,82,-4v4,0,7,1,7,3v-12,9,-31,7,-43,25v-11,15,-66,99,-71,115v-11,32,-4,57,-4,100v0,22,27,16,40,23v-36,10,-70,-1,-114,4v-9,1,-12,-7,-2,-7","w":247,"k":{"m":3,"t":-2,"v":-2,"a":8,"c":6,"g":6,"o":6,"q":6,",":25,".":25,")":-13,"]":-13,"}":-13}},"z":{"d":"245,-265v-47,87,-110,165,-161,244r89,0v56,0,54,-15,68,-41v8,15,4,64,-15,64v-62,0,-124,-2,-199,-2v-10,0,-6,-6,-1,-14r155,-233v-53,3,-134,-15,-142,34v-1,8,-9,8,-8,0v6,-13,-6,-71,26,-56r182,1v4,0,6,1,6,3","w":262,"k":{"a":6}},"{":{"d":"91,-255v0,62,1,92,-34,108v29,12,34,45,34,96v0,71,16,91,31,94v8,2,10,2,10,5v0,3,-2,3,-15,3v-40,-12,-70,-37,-66,-124v0,-13,3,-35,3,-45v0,-22,-23,-18,-34,-27v0,-3,1,-5,6,-5v12,2,33,-4,29,-26v-15,-75,10,-148,77,-134v-16,6,-41,12,-41,55","w":151,"k":{"v":-13,"w":-4,"y":-13,"V":-13,"W":-4,"Y":-13}},"|":{"d":"118,105r-26,0r0,-420r26,0r0,420","w":210},"}":{"d":"60,-51v0,-51,5,-83,34,-96v-34,-16,-34,-46,-34,-108v0,-43,-24,-50,-41,-55v47,-8,85,25,81,88v0,10,-4,30,-4,46v0,22,16,28,29,26v5,0,6,2,6,5v-11,10,-37,5,-34,27v7,46,0,134,-18,141v-21,25,-40,33,-60,25v0,-3,2,-3,10,-5v15,-3,31,-23,31,-94","w":151},"~":{"d":"64,-144v26,0,80,35,106,35v13,0,21,-13,21,-35r24,0v-1,113,-101,38,-153,26v-13,0,-22,11,-23,35r-23,0v-1,-42,19,-61,48,-61","w":230},"'":{"d":"46,-210v-8,-23,-20,-109,-22,-101v0,-6,9,-6,22,-6v13,0,21,0,21,6v0,6,-10,28,-15,80v-2,15,-3,21,-6,21","w":91},"`":{"d":"163,-411v10,14,39,41,63,59v0,2,-3,3,-5,3v-15,-6,-91,-31,-99,-45v9,-8,32,-12,41,-17","w":389},"\u00a0":{"w":125}}}); $(document).ready(function(){ // Open External Links in New Window --------------------// $("a[href^='http:']").not("[href*='madabaplains.org']").attr('target','_blank'); // Fading Links --------------------// $("ul#social span, ul#mainnav span, ul#portals span, #map span, ul#flinks span, ul#pbuttons span, #plogo span, ul#psocial span").css("opacity","0"); $("ul#social span, ul#mainnav span, ul#portals span, #map span, ul#flinks span, ul#pbuttons span, #plogo span, ul#psocial span").hover(function (){ $(this).stop().animate({opacity: 1}, 250); }, function (){ $(this).stop().animate({opacity: 0}, 150); }); // Search Form --------------------// $(".text").focus(function(e){ $(this).addClass("active"); }); $(".text").blur(function(e){ $(this).removeClass("active"); }); $("#srch").focus(function(){ if($(this).attr("value") == "enter your query...") $(this).attr("value", ""); }); $("#srch").blur(function(){ if($(this).attr("value") == "") $(this).attr("value", "enter your query..."); }); // Form --------------------// if (jQuery().inFieldLabels) { $("#content form label").inFieldLabels({ fadeOpacity:0, fadeDuration:250 }); } // Cufon Text Replacement --------------------// Cufon.replace('h1,h2,h3,h4,h5,h6,th,blockquote,.intro,.cufon,#pnav li a', {hover: true}); // Stickyfloat --------------------// $('#pnav').stickyfloat({ duration:200, offsetY:10 }); // Tooltips --------------------// $('body #content a').tooltip({ track: true, delay: 0, opacity: 1, fixPNG: true, showURL: false, showBody: " :: ", fade: 250, top: 10, left: 5 }); // prevent clickable link for tooltips $('a.tooltip').click(function(e) { e.preventDefault(); }); }); /* * jQuery Tooltip plugin 1.3 * * http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ * http://docs.jquery.com/Plugins/Tooltip * * Copyright (c) 2006 - 2008 Jörn Zaefferer * * $Id: jquery.tooltip.js 5741 2008-06-21 15:22:16Z joern.zaefferer $ * * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html */;(function($){var helper={},current,title,tID,IE=$.browser.msie&&/MSIE\s(5\.5|6\.)/.test(navigator.userAgent),track=false;$.tooltip={blocked:false,defaults:{delay:200,fade:false,showURL:true,extraClass:"",top:15,left:15,id:"tooltip"},block:function(){$.tooltip.blocked=!$.tooltip.blocked;}};$.fn.extend({tooltip:function(settings){settings=$.extend({},$.tooltip.defaults,settings);createHelper(settings);return this.each(function(){$.data(this,"tooltip",settings);this.tOpacity=helper.parent.css("opacity");this.tooltipText=this.title;$(this).removeAttr("title");this.alt="";}).mouseover(save).mouseout(hide).click(hide);},fixPNG:IE?function(){return this.each(function(){var image=$(this).css('backgroundImage');if(image.match(/^url\(["']?(.*\.png)["']?\)$/i)){image=RegExp.$1;$(this).css({'backgroundImage':'none','filter':"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='"+image+"')"}).each(function(){var position=$(this).css('position');if(position!='absolute'&&position!='relative')$(this).css('position','relative');});}});}:function(){return this;},unfixPNG:IE?function(){return this.each(function(){$(this).css({'filter':'',backgroundImage:''});});}:function(){return this;},hideWhenEmpty:function(){return this.each(function(){$(this)[$(this).html()?"show":"hide"]();});},url:function(){return this.attr('href')||this.attr('src');}});function createHelper(settings){if(helper.parent)return;helper.parent=$('

').appendTo(document.body).hide();if($.fn.bgiframe)helper.parent.bgiframe();helper.title=$('h3',helper.parent);helper.body=$('div.body',helper.parent);helper.url=$('div.url',helper.parent);}function settings(element){return $.data(element,"tooltip");}function handle(event){if(settings(this).delay)tID=setTimeout(show,settings(this).delay);else show();track=!!settings(this).track;$(document.body).bind('mousemove',update);update(event);}function save(){if($.tooltip.blocked||this==current||(!this.tooltipText&&!settings(this).bodyHandler))return;current=this;title=this.tooltipText;if(settings(this).bodyHandler){helper.title.hide();var bodyContent=settings(this).bodyHandler.call(this);if(bodyContent.nodeType||bodyContent.jquery){helper.body.empty().append(bodyContent)}else{helper.body.html(bodyContent);}helper.body.show();}else if(settings(this).showBody){var parts=title.split(settings(this).showBody);helper.title.html(parts.shift()).show();helper.body.empty();for(var i=0,part;(part=parts[i]);i++){if(i>0)helper.body.append("
");helper.body.append(part);}helper.body.hideWhenEmpty();}else{helper.title.html(title).show();helper.body.hide();}if(settings(this).showURL&&$(this).url())helper.url.html($(this).url().replace('http://','')).show();else helper.url.hide();helper.parent.addClass(settings(this).extraClass);if(settings(this).fixPNG)helper.parent.fixPNG();handle.apply(this,arguments);}function show(){tID=null;if((!IE||!$.fn.bgiframe)&&settings(current).fade){if(helper.parent.is(":animated"))helper.parent.stop().show().fadeTo(settings(current).fade,current.tOpacity);else helper.parent.is(':visible')?helper.parent.fadeTo(settings(current).fade,current.tOpacity):helper.parent.fadeIn(settings(current).fade);}else{helper.parent.show();}update();}function update(event){if($.tooltip.blocked)return;if(event&&event.target.tagName=="OPTION"){return;}if(!track&&helper.parent.is(":visible")){$(document.body).unbind('mousemove',update)}if(current==null){$(document.body).unbind('mousemove',update);return;}helper.parent.removeClass("viewport-right").removeClass("viewport-bottom");var left=helper.parent[0].offsetLeft;var top=helper.parent[0].offsetTop;if(event){left=event.pageX+settings(current).left;top=event.pageY+settings(current).top;var right='auto';if(settings(current).positionLeft){right=$(window).width()-left;left='auto';}helper.parent.css({left:left,right:right,top:top});}var v=viewport(),h=helper.parent[0];if(v.x+v.cx