Skip to content

Instantly share code, notes, and snippets.

@senica
Created March 25, 2015 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save senica/20383de61c35e4fa4095 to your computer and use it in GitHub Desktop.
Save senica/20383de61c35e4fa4095 to your computer and use it in GitHub Desktop.
CCC Content Management Fix
This file has been truncated, but you can view the full file.
function revslider_showDoubleJqueryError(a){var b="Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include.";b+="<br> This includes make eliminates the revolution slider libraries, and make it not work.",b+="<br><br> To fix it you can:<br>&nbsp;&nbsp;&nbsp; 1. In the Slider Settings -> Troubleshooting set option: <strong><b>Put JS Includes To Body</b></strong> option to true.",b+="<br>&nbsp;&nbsp;&nbsp; 2. Find the double jquery.js include and remove it.",b="<span style='font-size:16px;color:#BC0C06;'>"+b+"</span>",jQuery(a).show().html(b)}function onYouTubePlayerAPIReady(){ytp.YTAPIReady||(ytp.YTAPIReady=!0,jQuery(document).trigger("YTAPIReady"))}function formatter(a,b){return a.toFixed(b.decimals)}function formStylization(){var a=jQuery,b='input[type="radio"]',c='input[type="checkbox"]';a(b).wrap('<div class="new-radio"></div>'),a(".new-radio").append("<span></span>"),a(c).wrap('<div class="new-checkbox"></div>'),a(".new-checkbox").append('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="15px" height="15px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve"><polygon fill="#1e1e1e" points="9.298,13.391 4.18,9.237 3,10.079 9.297,17 17.999,4.678 16.324,3 "/></svg>'),a(c+":checked").parent(".new-checkbox").addClass("checked"),a(b+":checked").parent(".new-radio").addClass("checked"),a(c+":disabled").parent().addClass("disabled"),a(b+":disabled").parent().addClass("disabled"),a("html").click(function(){a(b).parent(".new-radio").removeClass("checked"),a(b+":checked").parent(".new-radio").addClass("checked"),a(c).parent(".new-checkbox").removeClass("checked"),a(c+":checked").parent(".new-checkbox").addClass("checked"),a(b).parent().removeClass("disabled"),a(c).parent().removeClass("disabled"),a(b+":disabled").parent().addClass("disabled"),a(c+":disabled").parent().addClass("disabled")}),"undefined"!=typeof a.fn.selectBox&&a('select:not(".without-styles")').selectBox()}function fullWidthBox(){var a=jQuery;if(a(".full-width-box.auto-width").length){var b=a("body").outerWidth(),c=a(".header .container").width();a(".full-width-box.auto-width").each(function(){a(this).css({left:(c-b)/2,width:b}).addClass("loaded")})}}function animations(){var a=jQuery;a("[data-appear-animation]").each(function(){var b=a(this);b.addClass("appear-animation"),!a("body").hasClass("no-csstransitions")&&a("body").width()+scrollWidth>767?b.appear(function(){var a=b.attr("data-appear-animation-delay")?b.attr("data-appear-animation-delay"):1;a>1&&b.css("animation-delay",a+"ms"),b.addClass(b.attr("data-appear-animation")),setTimeout(function(){b.addClass("appear-animation-visible")},a)},{accX:0,accY:-150}):b.addClass("appear-animation-visible")}),a("[data-appear-progress-animation]").each(function(){var b=a(this);b.appear(function(){var a=b.attr("data-appear-animation-delay")?b.attr("data-appear-animation-delay"):1;a>1&&b.css("animation-delay",a+"ms"),b.find(".progress-bar").addClass(b.attr("data-appear-animation")),setTimeout(function(){b.find(".progress-bar").animate({width:b.attr("data-appear-progress-animation")},500,"easeInCirc",function(){b.find(".progress-bar").animate({textIndent:10},1500,"easeOutBounce")})},a)},{accX:0,accY:-50})})}function headerCustomizer(){var a=jQuery,b=a("body"),c=0,d=0,e=0,f=a(".fixed-header");a("#top-box").length&&(c=a("#top-box").outerHeight()),d=a(".header").outerHeight(),navigator.userAgent.match(/iPad|iPhone|Android/i)||(e=c,b.hasClass("hidden-top")&&(e=8),b.hasClass("padding-top")?e=c+420:b.hasClass("boxed")&&(e=c+20,b.hasClass("fixed-header")&&b.hasClass("fixed-top")&&(e=20)),a(window).scroll(function(){var c=a(this);b.hasClass("fixed-header")&&(c.scrollTop()>=e?b.addClass("fixed"):b.removeClass("fixed")),c.scrollTop()>=d?f.addClass("background-opacity"):f.removeClass("background-opacity")}),a(".hidden-top .header, .hidden-top #top-box").not(".boxed .header, .boxed #top-box").hover(function(){a(".hidden-top").addClass("visible-top")},function(){a(".hidden-top").removeClass("visible-top")}),a(window).scroll(function(){var c=a(this);b.hasClass("visible-top")&&c.scrollTop()>0&&b.removeClass("visible-top")})),a(window).scroll(function(){a(this).scrollTop()>=c+d?a(".top-fixed-box").addClass("fixed"):a(".top-fixed-box").removeClass("fixed")})}function menu(){var a=jQuery,b=a("body"),c=".primary";a(c).find(".parent > a .open-sub, .megamenu .title .open-sub").remove(),b.width()+scrollWidth<=979||a(".header").hasClass("minimized-menu")?a(c).find(".parent > a, .megamenu .title").append('<span class="open-sub"><span></span><span></span></span>'):a(c).find("ul").removeAttr("style").find("li").removeClass("active"),a(c).find(".open-sub").click(function(d){d.preventDefault();var e=a(this).closest("li, .box");if(a(e).hasClass("active"))a(e).children().last().slideUp(600),a(e).removeClass("active");else{var f=a(this).closest("li, .box").parent("ul, .sub-list").children("li, .box");if(a(f).is(".active")&&a(f).removeClass("active").children("ul").slideUp(600),a(e).children().last().slideDown(600),a(e).addClass("active"),b.width()+scrollWidth>=979){var g=b.height()-a(c).find(".navbar-nav").offset().top-20;a(c).find(".navbar-nav").css({maxHeight:g,overflow:"auto"})}}}),a(c).find(".parent > a").click(function(c){if(b.width()+scrollWidth>979&&navigator.userAgent.match(/iPad|iPhone|Android/i)){var d=a(this);d.parent().hasClass("open")?d.parent().removeClass("open"):(c.preventDefault(),d.parent().addClass("open"))}}),b.on("click",function(b){a(b.target).is(c+" *")||a(c+" .collapse").hasClass("in")&&(a(c+" .navbar-toggle").addClass("collapsed"),a(c+" .navbar-collapse").collapse("hide"))});var d=a(".top-navbar").find(".collapse");b.width()+scrollWidth<768?d.css("width",b.width()):d.css("width","auto")}function navToggle(){if(0!=$(".side-nav").length){var a=jQuery("#page_top"),b=a.offset();$(window).scroll(function(){$(this).scrollTop()>b.top+a.height()?$("#sticky").addClass("nav-fixed").fadeIn("medium"):$("#sticky").removeClass("nav-fixed").fadeIn("medium")}),$(".scroll").bind("click",function(a){{var b=$(this);$("#navigation-menu").outerHeight()}$("html, body").stop().animate({scrollTop:$(b.attr("href")).offset().top+0+"px"},1200,"easeInOutExpo"),a.preventDefault()}),$("#wrapper .nav li a").click(function(){return $("#wrapper .toggle-menu").animate({right:"-50%"},"slow"),!1}),$("body").scrollspy({target:"#wrapper",offset:95}),$("#navigation-menu").click(function(a){return a.preventDefault(),$("#wrapper .toggle-menu").animate({right:"0px"},"slow"),!1}),$("#navigation-close").click(function(a){return a.preventDefault(),$("#wrapper .toggle-menu").animate({right:"-50%"},"slow"),!1})}}function scrollMenu(){function a(){var a=b(document).scrollTop();c.each(function(){var d=b(this),e=b(d.attr("href"));e.position().top-79<=a&&e.position().top+e.height()>a?(c.removeClass("active"),d.addClass("active")):d.removeClass("active")})}var b=jQuery,c=b("a.scroll"),d=b(".header"),e=d.height();b("body").width()+scrollWidth<991&&(e=0),b(document).on("scroll",a),c.on("click",function(a){var d=b(this).attr("href"),f=b(this);a.preventDefault(),c.removeClass("active"),f.addClass("active"),b(d).length&&b("html, body").animate({scrollTop:b(d).offset().top-e},700)})}function accordions(){var a=jQuery;a(".multi-collapse .collapse").collapse({toggle:!1}),a('.panel a[data-toggle="collapse"]').click(function(b){b.preventDefault(),a(this).closest(".panel").hasClass("active")&&a(this).closest(".panel-group").hasClass("one-open")&&b.stopPropagation()}),a(".collapse").on("hide.bs.collapse",function(b){b.stopPropagation(),a(this).closest(".panel").removeClass("active")}),a(".collapse").on("show.bs.collapse",function(){a(this).closest(".panel").addClass("active")}),a(".collapse.in").closest(".panel").addClass("active")}function tabs(){var a=jQuery,b=a(".nav-tabs");b.find("a").click(function(b){b.preventDefault(),a(this).tab("show")}),a("body").width()+scrollWidth<768&&!b.hasClass("no-responsive")?(b.each(function(){var b=a(this);b.next(".tab-content").hasClass("hidden")||b.find("li").hasClass("dropdown")||(b.addClass("accordion-tab"),b.find("a").each(function(){var b=a(this),c=b.attr("href");b.prepend('<span class="open-sub"></span>'),b.closest(".nav-tabs").next(".tab-content").find(c).appendTo(b.closest("li"))}),b.next(".tab-content").addClass("hidden"))}),a(".accordion-tab > li.active .tab-pane").slideDown()):(b.find(".tab-pane").removeAttr("style","display"),b.each(function(){var b=a(this);b.next(".tab-content").hasClass("hidden")&&(b.removeClass("accordion-tab"),b.find("a").each(function(){{var b=a(this);b.attr("href")}a(b.closest("li").find(".tab-pane")).appendTo(b.closest(".nav-tabs").next(".tab-content"))}),b.next(".tab-content").removeClass("hidden"))})),a(".accordion-tab > li > a").on("shown.bs.tab",function(b){if(a("body").width()+scrollWidth<768){var c=a(this),d=c.closest("li");b.preventDefault(),c.closest(".accordion-tab").find(".tab-pane").not(d.find(".tab-pane")).removeClass("active").slideUp(),d.find(".tab-pane").addClass("active").slideDown(),a("html, body").on("scroll mousedown DOMMouseScroll mousewheel keyup",function(){a("html, body").stop()}),setTimeout(function(){a("html, body").animate({scrollTop:c.offset().top},800)},500)}})}function footerStructure(){var a=jQuery,b=a("#footer .footer-bottom");a("body").width()+scrollWidth<768?b.find(".new-copyright").length||(b.find(".address").after('<div class="new-copyright"></div>'),b.find(".copyright").appendTo("#footer .footer-bottom .new-copyright")):b.find(".new-copyright").length&&(b.find(".copyright").prependTo("#footer .footer-bottom .row"),b.find(".new-copyright").remove())}function counterItem(){!function(a){a(".count-number").appear(function(){a(this).each(function(){datacount=a(this).attr("data-count"),a(this).find(".counter").delay(6e3).countTo({from:10,to:datacount,speed:3e3,refreshInterval:50})})})}(jQuery)}function openItem(a){jQuery;a.addClass("active"),a.stop().children(".slid-content").animate({opacity:1})}function mistSlider(){var a,b=jQuery,c=b(".mist-slider");c.each(function(){var c=b(this);a=c.hasClass("mist-slider-two")?{responsive:!0,auto:!0,pagination:b(this).closest(".slider").find(".pagination"),scroll:{duration:1e3,pauseOnHover:!0},items:{visible:1},swipe:{onMouse:!1,onTouch:!0},onCreate:function(a){c.find(".slider-wrapper").css("height",a.height)}}:c.hasClass("mist-slider-three")?{responsive:!0,auto:!0,items:{visible:1},scroll:{fx:"crossfade",duration:1e3,pauseOnHover:!0},swipe:{onMouse:!1,onTouch:!0}}:c.hasClass("mist-slider-four")?{responsive:!0,auto:!0,items:{visible:1},scroll:{duration:1e3,pauseOnHover:!0},next:b(this).closest(".slider").find(".next"),prev:b(this).closest(".slider").find(".prev"),swipe:{onMouse:!1,onTouch:!0}}:{responsive:!0,scroll:{fx:"crossfade",duration:700,onBefore:function(a){a.items.old.stop().children(".slid-content").animate({opacity:0})},onAfter:function(a){openItem(a.items.visible)}},auto:!1,next:b(this).closest(".slider").find(".next"),prev:b(this).closest(".slider").find(".prev"),pagination:b(this).closest(".slider").find(".pagination"),items:{visible:1},swipe:{onMouse:!1,onTouch:!0},onCreate:function(a){openItem(a.items)}}}),c.find(".sliders-box").each(function(){b(this).carouFredSel(a).parents(".slider").removeClass("load")})}function bannerSetCarousel(){var a=jQuery;a(".banner-set .banners").each(function(){var b,c=a(this).closest(".banner-set"),d=c.find(".prev"),e=c.find(".next");a(this).carouFredSel({auto:!1,width:"100%",responsive:!1,infinite:!1,next:e,prev:d,pagination:c.find(".pagination"),swipe:{onMouse:!1,onTouch:!0},scroll:1,onCreate:function(){b=a(this).height(),a(this).find(".banner").css({height:b}),c.hasClass("banner-set-mini")&&c.hasClass("banner-set-no-pagination")&&a(this).closest(".banner-set").find(".prev, .next").css({marginTop:-(b/2+7)})}}).parents(".banner-set").removeClass("load")})}function carousel(){var a=jQuery;if(a(".carousel-box .carousel").length){var b=a(".carousel-box .carousel");b.each(function(){var b,c,d,e,f,g=a(this).closest(".carousel-box"),h=!1;b=g.hasClass("no-swipe")?!1:!0,c="true"==g.attr("data-carousel-autoplay")?!0:!1,f="2"==g.attr("data-carousel-scroll")?2:"3"==g.attr("data-carousel-scroll")?3:"4"==g.attr("data-carousel-scroll")?4:1,"false"==g.attr("data-carousel-nav")?(e=!1,d=!1,g.addClass("no-nav")):(e=g.find(".next"),d=g.find(".prev"),g.removeClass("no-nav")),"true"==g.attr("data-carousel-pagination")?(pagination=g.find(".pagination"),g.removeClass("no-pagination")):(pagination=!1,g.addClass("no-pagination")),"true"==g.attr("data-carousel-one")&&(h=!0),a(this).carouFredSel({onCreate:function(){a(window).on("resize",function(a){a.stopPropagation()})},auto:c,width:"100%",infinite:!1,next:e,prev:d,pagination:pagination,responsive:h,swipe:{onMouse:!0,onTouch:b},scroll:f}).parents(".carousel-box").removeClass("load")})}}function thumblist(){var a=jQuery;a("#thumblist").length&&a("#thumblist").carouFredSel({prev:".thumblist-box .prev",next:".thumblist-box .next",width:"100%",auto:!1,swipe:{onMouse:!1,onTouch:!0}}).parents(".thumblist-box").removeClass("load")}function modernGallery(){var a=jQuery;if(a("#gallery-modern").length&&"undefined"!=typeof a.fn.imagesLoaded){var b=a("#gallery-modern"),c=a("body").width();b.imagesLoaded(function(){c+scrollWidth>=1200?b.masonry({columnWidth:300,itemSelector:".images-box"}):1199>=c+scrollWidth&&c+scrollWidth?b.masonry({columnWidth:242.5,itemSelector:".images-box"}):979>=c+scrollWidth&&c+scrollWidth>=768&&b.masonry({columnWidth:187.5,itemSelector:".images-box"})})}}function bgImage(){var a=$(".full-image, .fwb-paralax, .fwb-fixed");a.each(function(){$(this).attr("data-background")&&$(this).css("background-image","url("+$(this).data("background")+")")})}function gridLayout(){var a=jQuery;a("#grid-layout").length&&a("#grid-layout").imagesLoaded(function(){a("#grid-layout").isotope({layoutMode:"masonry",itemSelector:".grid-posts",transformsEnabled:!1,resizesContainer:!0})})}function chart(){jQuery(window).load(function(){function a(){var a=document.getElementById("lineChartmist").getContext("2d");new Chart(a).Line(g,{responsive:!0})}function b(){var a=document.getElementById("barChartmist").getContext("2d");new Chart(a).Bar(h,{responsive:!0})}function c(){var a=document.getElementById("radarChartmist").getContext("2d");new Chart(a).Radar(i,{responsive:!0})}function d(){var a=document.getElementById("polarAreaChartmist").getContext("2d");new Chart(a).PolarArea(k,{responsive:!0})}function e(){var a=document.getElementById("pieChartmist").getContext("2d");new Chart(a).Pie(j,{responsive:!0})}function f(){var a=document.getElementById("doughnutChartmist").getContext("2d");new Chart(a).Doughnut(l,{responsive:!0})}var g={labels:["January","February","March","April","May","June","July"],datasets:[{fillColor:"rgba(220,220,220,.5)",strokeColor:"rgba(220,220,220,1)",pointColor:"rgba(220,220,220,1)",pointStrokeColor:"#fff",data:[10,20,40,70,100,90,40]},{fillColor:"rgba(151,187,205,0.5)",strokeColor:"rgba(151,187,205,1)",pointColor:"rgba(151,187,205,1)",pointStrokeColor:"#fff",data:[70,30,60,40,50,30,60]},{fillColor:"rgba(255,196,0,0.5)",strokeColor:"rgba(151,187,205,1)",pointColor:"rgba(151,187,205,1)",pointStrokeColor:"#fff",data:[10,40,100,70,30,80,50]}]},h={labels:["January","February","March","April","May","June","July"],datasets:[{fillColor:"rgba(255,196,0,0.5)",strokeColor:"rgba(220,220,220,1)",data:[50,70,90,60,70,40,50]}]},i={labels:["Html5","Css3","Jquery","Wordpress","Joomla","Drupal","Design"],datasets:[{fillColor:"rgba(220,220,220,0.5)",strokeColor:"rgba(220,220,220,1)",pointColor:"rgba(220,220,220,1)",pointStrokeColor:"#fff",data:[65,59,90,81,56,55,40]},{fillColor:"rgba(255,196,0,0.5)",strokeColor:"rgba(255,196,0,1)",pointColor:"rgba(255,196,0,1)",pointStrokeColor:"#fff",data:[28,48,40,19,96,27,100]}]},j=[{value:90,color:"#ffc400"},{value:30,color:"#229e05"},{value:60,color:"#171717"},{value:100,color:"#004eff"},{value:20,color:"#584A5E"}],k=[{value:60,color:"#ffc400"},{value:70,color:"#cccccc"},{value:60,color:"#171717"},{value:30,color:"#229e05"},{value:50,color:"#004eff"},{value:20,color:"#584A5E"}],l=[{value:30,color:"#ffc400"},{value:50,color:"#cccccc"},{value:100,color:"#171717"},{value:40,color:"#004eff"},{value:120,color:"#4D5360"}];$("#lineChart").appear(function(){$(this).css({opacity:1}),setTimeout(a,300)},{accX:0,accY:-155},"easeInCubic"),$("#barChart").appear(function(){$(this).css({opacity:1}),setTimeout(b,300)},{accX:0,accY:-155},"easeInCubic"),$("#radarChart").appear(function(){$(this).css({opacity:1}),setTimeout(c,300)},{accX:0,accY:-155},"easeInCubic"),$("#polarAreaChart").appear(function(){$(this).css({opacity:1}),setTimeout(d,300)},{accX:0,accY:-155},"easeInCubic"),$("#pieChart").appear(function(){$(this).css({opacity:1}),setTimeout(e,300)},{accX:0,accY:-155},"easeInCubic"),$("#doughnutChart").appear(function(){$(this).css({opacity:1}),setTimeout(f,300)},{accX:0,accY:-155},"easeInCubic")})}function isotopFilter(){var a=jQuery;a(".portfolio, .filter-box").each(function(){var b=a(this),c=b.find(".filter-elements"),d=b.find(".filter-buttons"),e=b.find(".filter-buttons .active").attr("data-filter"),f=a(this).data("layout");(null==f||void 0==f)&&(f="fitRows"),b.hasClass("accordions-filter")||(c.isotope({filter:e,layoutMode:f}),d.find(".dropdown-toggle").html(b.find(".filter-buttons .active").text()+'<span class="caret"></span>')),d.find("a").on("click",function(e){var g=a(this).attr("data-filter");e.preventDefault(),a(this).hasClass("active")||(d.find("a").removeClass("active"),a(this).addClass("active"),d.find(".dropdown-toggle").html(a(this).text()+'<span class="caret"></span>'),b.hasClass("accordions-filter")?(c.children().not(g).animate({height:0}).addClass("e-hidden"),c.children(g).animate({height:"100%"}).removeClass("e-hidden")):c.isotope({filter:g,layoutMode:f}))})})}function addReview(){var a=jQuery;a('a[href="#reviews"].add-review').click(function(){a('.product-tab a[href="#reviews"]').trigger("click"),a("html, body").animate({scrollTop:a("#reviews").offset().top},1e3)})}function zoom(){var a=jQuery;if(a.fn.elevateZoom){var b,c=a(".general-img").find("img"),d=470,e=470,b="window";a("body").width()+scrollWidth<992&&(d=0,e=0,b="inner"),c.removeData("elevateZoom"),a(".zoomContainer").remove(),c.elevateZoom({gallery:"thumblist",cursor:"crosshair",galleryActiveClass:"active",zoomWindowWidth:d,zoomWindowHeight:e,borderSize:0,borderColor:"none",lensFadeIn:!0,zoomWindowFadeIn:!0,zoomType:b})}}function blur(){var a=jQuery;a(".full-width-box .fwb-blur").each(function(){var b=a(this),c=new Image,d=2,e='<div class="blur-box"></div>';c.src=b.attr("data-blur-image"),void 0!==b.attr("data-blur-amount")&&b.attr("data-blur-amount")!==!1&&(d=b.attr("data-blur-amount")),c.onload=function(){Pixastic.process(c,"blurfast",{amount:d})},b.hasClass("paralax")&&(e='<div class="blur-box" data-stellar-ratio="0.5"></div>'),b.prepend(e).find(".blur-box").prepend(c),setTimeout(function(){a("body").addClass("blur-load")},0)})}function blurPage(){var a=jQuery;if(a(".blur-page").length){var b=a(".blur-page");b.each(function(){var b=a(this),c=new Image,d=2,e='<div class="blur-box"></div>';c.src=b.attr("data-blur-image"),void 0!==b.attr("data-blur-amount")&&b.attr("data-blur-amount")!==!1&&(d=b.attr("data-blur-amount")),c.onload=function(){Pixastic.process(c,"blurfast",{amount:d},function(){a(".blur-page").addClass("blur-load")})},b.prepend(e).find(".blur-box").prepend(c)})}}function paralax(){var a=jQuery;"undefined"!=typeof a.fn.stellar&&!navigator.userAgent.match(/iPad|iPhone|Android/i)&&a("body").width()+scrollWidth>=979&&a("body").stellar({horizontalScrolling:!1,verticalOffset:0,horizontalOffset:0,responsive:!0,scrollProperty:"scroll",parallaxElements:!1})}function OwlSlider(){!function(a){"use strict";a(".owl-carousel").length&&a(".owl-carousel").each(function(){var b=a(this).data("effect"),c=a(this).data("autoplay");a(this).owlCarousel({transitionStyle:b,autoplay:c,navigation:!0,pagination:!1,singleItem:!0})})}(jQuery)}function prettyPhoto(){!function(a){"use strict";0!=a("a[rel^='prettyPhoto'], a[data-rel^='prettyPhoto']").length&&a("a[rel^='prettyPhoto'], a[data-rel^='prettyPhoto']").prettyPhoto({hook:"data-rel",theme:"dark_square",social_tools:!1,deeplinking:!1})}(jQuery)}function videoBg(){var a=jQuery;if("undefined"!=typeof a.fn.tubular){var b,c,d,e=a(".fwb-youtube-video");void 0!==e.attr("data-youtube-videoId")&&e.attr("data-youtube-videoId")!==!1&&(b=e.attr("data-youtube-videoId")),void 0!==e.attr("data-youtube-poster")&&e.attr("data-youtube-poster")!==!1&&(d=e.attr("data-youtube-poster")),c={videoId:b,start:0,wrapperZIndex:-1,mute:!0,width:a("body").width()},navigator.userAgent.match(/iPad|iPhone|Android/i)?e.css("background-image","url('"+d+"')"):e.tubular(c)}}function YTBvideoBg(){if("undefined"!=typeof $.fn.mb_YTPlayer&&$.isFunction($.fn.mb_YTPlayer)){var a=!1;/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)&&(a=!0);var b=$(".player");0==a&&(b.mb_YTPlayer(),$("#video-controls a").each(function(){var a=$(this);a.on("click",function(c){return c.preventDefault(),a.hasClass("fa-volume-off")?(a.removeClass("fa-volume-off").addClass("fa-volume-down"),b.unmuteYTPVolume(),!1):a.hasClass("fa-volume-down")?(a.removeClass("fa-volume-down").addClass("fa-volume-off"),b.muteYTPVolume(),!1):a.hasClass("fa-pause")?(a.removeClass("fa-pause").addClass("fa-play"),b.pauseYTP(),!1):a.hasClass("fa-play")?(a.removeClass("fa-play").addClass("fa-pause"),b.playYTP(),!1):void 0})}),$("#video-controls").show())}}function pageLoader(){!function(a){"use strict";a(".loader-item").delay(700).fadeOut(),a("#pageloader").delay(800).fadeOut("slow")}(jQuery)}function loginRegister(){var a=jQuery;if("undefined"!=typeof a.fn.isotope){var b=a(".login-register"),c=b.find(".filter-elements"),d=b.find(".filter-buttons"),e=b.find(".filter-buttons.active-form").attr("data-filter");c.removeClass("hidden"),c.isotope({filter:e,layoutMode:"fitRows"}),d.click(function(b){var e=a(this).attr("data-filter");b.preventDefault(),a(this).hasClass("active-form")||(d.removeClass("active-form"),a(this).addClass("active-form"),c.isotope({filter:e,layoutMode:"fitRows"}))})}var f=0,g=a(".form-content");g.each(function(){a(this).outerHeight()>f&&(f=a(this).outerHeight())}),g.css("height",f),a(".switch-form").click(function(b){a(this),a(".form-box");b.preventDefault(),a(this).hasClass("forgot")?(a(".form-content").removeClass("hidden"),a(".register-form").closest(".form-content").addClass("hidden")):a(this).hasClass("sing-up")&&(a(".form-content").removeClass("hidden"),a(".forgot-form").closest(".form-content").addClass("hidden")),a(".login-register .rotation").toggleClass("hover")})}function loadingButton(){var a=jQuery;if(loading=function(){a(".ladda-button.progress-button").length&&(Ladda.bind(".ladda-button:not(.progress-button)",{timeout:2e3}),Ladda.bind(".ladda-button.progress-button",{callback:function(a){var b,c;return c=0,b=setInterval(function(){return c=Math.min(c+.1*Math.random(),1),a.setProgress(c),1===c?(a.stop(),clearInterval(b)):void 0},200)}}))},/MSIE (\d+\.\d+);/.test(navigator.userAgent)){var b=new Number(RegExp.$1);b>=9&&loading()}else loading()}function productLimited(){var a=jQuery;if(a(".product .limit-offer").length){var b=a(".product .limit-offer"),c="";b.each(function(){var b=a(this);c=void 0!==b.attr("data-end")&&b.attr("data-end")!==!1?b.attr("data-end"):"",b.county({endDateTime:new Date(c),animation:"scroll",reflection:!1})})}}function initialize(){var a=jQuery,b=a(".map-canvas");b.each(function(){var b=a(this),c=8,d=-34,e=150,f=!1,g=!0,h=google.maps.MapTypeId.ROADMAP,i="",j="",k=b.attr("data-zoom"),l=b.attr("data-lat"),m=b.attr("data-lng"),n=b.attr("data-type"),o=b.attr("data-scrollwheel"),p=b.attr("data-hue"),q=b.attr("data-title"),r=b.attr("data-content");void 0!==k&&k!==!1&&(c=parseFloat(k)),void 0!==l&&l!==!1&&(d=parseFloat(l)),void 0!==m&&m!==!1&&(e=parseFloat(m)),void 0!==o&&o!==!1&&(f=o),void 0!==n&&n!==!1&&("satellite"==n?h=google.maps.MapTypeId.SATELLITE:"hybrid"==n?h=google.maps.MapTypeId.HYBRID:"terrain"==n&&(h=google.maps.MapTypeId.TERRAIN)),void 0!==q&&q!==!1&&(i=q),navigator.userAgent.match(/iPad|iPhone|Android/i)&&(g=!1);var s={zoom:c,scrollwheel:f,draggable:g,center:new google.maps.LatLng(d,e),mapTypeId:h},t=new google.maps.Map(b[0],s),u="img/png-icons/map-marker.png";void 0!==r&&r!==!1&&(j='<div class="map-content"><h3 class="title">'+i+"</h3>"+r+"</div>");var v=new google.maps.InfoWindow({content:j}),w=new google.maps.Marker({position:new google.maps.LatLng(d,e),map:t,icon:u,title:i});if(void 0!==r&&r!==!1&&google.maps.event.addListener(w,"click",function(){v.open(t,w)}),void 0!==p&&p!==!1){var x=[{stylers:[{hue:p},{saturation:80},{lightness:-10}]}];t.setOptions({styles:x})}})}function loadScript(){var a=document.createElement("script");a.type="text/javascript",a.src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&callback=initialize",document.body.appendChild(a)}function wordRotate(){var a=jQuery;a(".word-rotate").each(function(){var b,c=a(this),d=c.find(".words-box"),e=d.find("> span"),f=e.eq(0),g=f.clone(),h=1,i=0;b=f.height(),d.append(g),c.height(b).addClass("loaded"),setInterval(function(){i=h*b,d.animate({top:-i+"px"},300,"easeOutQuad",function(){h++,h>e.length&&(d.css("top",0),h=1)})},2e3)})}function centerModal(){var a=jQuery;a(this).css("display","block");var b=a(this).find(".modal-dialog"),c=(a(window).height()-b.height())/2;10>c&&(c=10),b.css("margin-top",c)}function locationSocialFeed(){var a=jQuery,b=a(".social-feed");"undefined"!=typeof a.fn.isotope&&(b.isotope({itemSelector:".isotope-item"}).addClass("loaded"),a("#load-more").click(function(){var c,d,e,f,g;f=b.find(".item-clone"),c=a(f[Math.floor(Math.random()*f.length)]).clone(),d=a(f[Math.floor(Math.random()*f.length)]).clone(),e=a(f[Math.floor(Math.random()*f.length)]).clone(),g=a().add(c).add(d).add(e);var h=g.find("img");h.imagesLoaded(function(){return b.isotope("insert",g)})}))}function socialPhotostream(){0!=$(".my-feeds").length&&($(".flickr-feed").socialstream({socialnetwork:"flickr",limit:12,username:"google"}),$(".pinterest-feed").socialstream({socialnetwork:"pinterest",limit:12,username:"vmrkela"}),$(".instagram-feed").socialstream({socialnetwork:"instagram",limit:12,username:"google"}),$(".instagram-footer-feed").socialstream({socialnetwork:"instagram",limit:10,username:"google"}),$(".dribbble-feed").socialstream({socialnetwork:"dribbble",limit:15,username:"envato"}),$(".instagram-footer-feed").socialstream({socialnetwork:"newsfeed",limit:10,username:"#"}),$(".picasa-feed").socialstream({socialnetwork:"picasa",limit:15,username:"#"}),$(".youtube-feed").socialstream({socialnetwork:"youtube",limit:15,username:"Envato"}))}function typedSlider(){$(".element").each(function(){var a=$(this);a.typed({strings:a.attr("data-elements").split(","),typeSpeed:100,backDelay:3e3})})}function videoTextSlider(){$(function(){"use strict";0!==$(".video-slider-text").length&&$(".video-slider-text").easyTicker({direction:"up",speed:"slow",interval:4e3,height:"auto",visible:1,mousePause:0})})}function subscribeForm(){"use strict";0!==$("#subscribe_form").length&&$("#subscribe_form").bootstrapValidator({container:"tooltip",feedbackIcons:{valid:"fa fa-check",warning:"fa fa-user",invalid:"fa fa-times",validating:"fa fa-refresh"},fields:{subscribe_email:{validators:{notEmpty:{message:"Email is required. Please enter email."},emailAddress:{message:"Please enter a correct email address."}}}}}).on("success.form.bv",function(a){a.preventDefault();var b=$(a.target),c=b.data("bootstrapValidator"),d=c.getSubmitButton(),e=$("#subscribe_form").serialize();return $.ajax({type:"POST",dataType:"json",url:"php/subscription.php",data:e,success:function(a){$(".form-message1").html(a.data),$(".form-message1").show(),d.removeAttr("disabled"),resetForm($("#subscribe_form"))},error:function(){}}),!1})}function resetForm(a){a.find("input:text, input:password, input, input:file, select, textarea").val(""),a.find("input:radio, input:checkbox").removeAttr("checked").removeAttr("selected"),a.find(".form-control-feedback").css("display","none")}function sticky(){"use strict";0!==$(".sticky").length&&$(".sticky").sticky({topSpacing:0})}function countDown(){$(".daycounter").each(function(){var a=$(this).attr("id"),b=$(this).data("counter"),c=$(this).data("year"),d=$(this).data("month"),e=$(this).data("date"),f=new Date;f=new Date(c,d-1,e),"down"==b?$("#"+a).countdown({labels:["Years","Months","Weeks","Days","Hours","Mins","Secs"],labels1:["Year","Month","Week","Day","Hour","Min","Sec"],until:f}):"up"==b&&$("#"+a).countdown({labels:["Years","Months","Weeks","Days","Hours","Mins","Secs"],labels1:["Year","Month","Week","Day","Hour","Min","Sec"],since:f})})}function fullScreen(){"use strict";0!==$(".full-screen").length&&($(".full-screen").css({height:$(window).height()}),$(window).on("resize",function(){$(".full-screen").css({height:$(window).height()})}))}if(!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){function c(a){var b=a.length,c=ea.type(a);return"function"===c||ea.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}function d(a,b,c){if(ea.isFunction(b))return ea.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return ea.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(ma.test(b))return ea.filter(b,a,c);b=ea.filter(b,a)}return ea.grep(a,function(a){return ea.inArray(a,b)>=0!==c})}function e(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}function f(a){var b=ua[a]={};return ea.each(a.match(ta)||[],function(a,c){b[c]=!0}),b}function g(){oa.addEventListener?(oa.removeEventListener("DOMContentLoaded",h,!1),a.removeEventListener("load",h,!1)):(oa.detachEvent("onreadystatechange",h),a.detachEvent("onload",h))}function h(){(oa.addEventListener||"load"===event.type||"complete"===oa.readyState)&&(g(),ea.ready())}function i(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(za,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:ya.test(c)?ea.parseJSON(c):c}catch(e){}ea.data(a,b,c)}else c=void 0}return c}function j(a){var b;for(b in a)if(("data"!==b||!ea.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function k(a,b,c,d){if(ea.acceptData(a)){var e,f,g=ea.expando,h=a.nodeType,i=h?ea.cache:a,j=h?a[g]:a[g]&&g;if(j&&i[j]&&(d||i[j].data)||void 0!==c||"string"!=typeof b)return j||(j=h?a[g]=W.pop()||ea.guid++:g),i[j]||(i[j]=h?{}:{toJSON:ea.noop}),("object"==typeof b||"function"==typeof b)&&(d?i[j]=ea.extend(i[j],b):i[j].data=ea.extend(i[j].data,b)),f=i[j],d||(f.data||(f.data={}),f=f.data),void 0!==c&&(f[ea.camelCase(b)]=c),"string"==typeof b?(e=f[b],null==e&&(e=f[ea.camelCase(b)])):e=f,e}}function l(a,b,c){if(ea.acceptData(a)){var d,e,f=a.nodeType,g=f?ea.cache:a,h=f?a[ea.expando]:ea.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){ea.isArray(b)?b=b.concat(ea.map(b,ea.camelCase)):b in d?b=[b]:(b=ea.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;for(;e--;)delete d[b[e]];if(c?!j(d):!ea.isEmptyObject(d))return}(c||(delete g[h].data,j(g[h])))&&(f?ea.cleanData([a],!0):ca.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}function m(){return!0}function n(){return!1}function o(){try{return oa.activeElement}catch(a){}}function p(a){var b=Ka.split("|"),c=a.createDocumentFragment();if(c.createElement)for(;b.length;)c.createElement(b.pop());return c}function q(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==xa?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==xa?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||ea.nodeName(d,b)?f.push(d):ea.merge(f,q(d,b));
return void 0===b||b&&ea.nodeName(a,b)?ea.merge([a],f):f}function r(a){Ea.test(a.type)&&(a.defaultChecked=a.checked)}function s(a,b){return ea.nodeName(a,"table")&&ea.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function t(a){return a.type=(null!==ea.find.attr(a,"type"))+"/"+a.type,a}function u(a){var b=Va.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function v(a,b){for(var c,d=0;null!=(c=a[d]);d++)ea._data(c,"globalEval",!b||ea._data(b[d],"globalEval"))}function w(a,b){if(1===b.nodeType&&ea.hasData(a)){var c,d,e,f=ea._data(a),g=ea._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)ea.event.add(b,c,h[c][d])}g.data&&(g.data=ea.extend({},g.data))}}function x(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!ca.noCloneEvent&&b[ea.expando]){e=ea._data(b);for(d in e.events)ea.removeEvent(b,d,e.handle);b.removeAttribute(ea.expando)}"script"===c&&b.text!==a.text?(t(b).text=a.text,u(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),ca.html5Clone&&a.innerHTML&&!ea.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&Ea.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}function y(b,c){var d,e=ea(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:ea.css(e[0],"display");return e.detach(),f}function z(a){var b=oa,c=_a[a];return c||(c=y(a,b),"none"!==c&&c||($a=($a||ea("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=($a[0].contentWindow||$a[0].contentDocument).document,b.write(),b.close(),c=y(a,b),$a.detach()),_a[a]=c),c}function A(a,b){return{get:function(){var c=a();return null!=c?c?void delete this.get:(this.get=b).apply(this,arguments):void 0}}}function B(a,b){if(b in a)return b;for(var c=b.charAt(0).toUpperCase()+b.slice(1),d=b,e=mb.length;e--;)if(b=mb[e]+c,b in a)return b;return d}function C(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=ea._data(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&Ca(d)&&(f[g]=ea._data(d,"olddisplay",z(d.nodeName)))):(e=Ca(d),(c&&"none"!==c||!e)&&ea._data(d,"olddisplay",e?c:ea.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}function D(a,b,c){var d=ib.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function E(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=ea.css(a,c+Ba[f],!0,e)),d?("content"===c&&(g-=ea.css(a,"padding"+Ba[f],!0,e)),"margin"!==c&&(g-=ea.css(a,"border"+Ba[f]+"Width",!0,e))):(g+=ea.css(a,"padding"+Ba[f],!0,e),"padding"!==c&&(g+=ea.css(a,"border"+Ba[f]+"Width",!0,e)));return g}function F(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=ab(a),g=ca.boxSizing&&"border-box"===ea.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=bb(a,b,f),(0>e||null==e)&&(e=a.style[b]),db.test(e))return e;d=g&&(ca.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+E(a,b,c||(g?"border":"content"),d,f)+"px"}function G(a,b,c,d,e){return new G.prototype.init(a,b,c,d,e)}function H(){return setTimeout(function(){nb=void 0}),nb=ea.now()}function I(a,b){var c,d={height:a},e=0;for(b=b?1:0;4>e;e+=2-b)c=Ba[e],d["margin"+c]=d["padding"+c]=a;return b&&(d.opacity=d.width=a),d}function J(a,b,c){for(var d,e=(tb[b]||[]).concat(tb["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function K(a,b,c){var d,e,f,g,h,i,j,k,l=this,m={},n=a.style,o=a.nodeType&&Ca(a),p=ea._data(a,"fxshow");c.queue||(h=ea._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,l.always(function(){l.always(function(){h.unqueued--,ea.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[n.overflow,n.overflowX,n.overflowY],j=ea.css(a,"display"),k="none"===j?ea._data(a,"olddisplay")||z(a.nodeName):j,"inline"===k&&"none"===ea.css(a,"float")&&(ca.inlineBlockNeedsLayout&&"inline"!==z(a.nodeName)?n.zoom=1:n.display="inline-block")),c.overflow&&(n.overflow="hidden",ca.shrinkWrapBlocks()||l.always(function(){n.overflow=c.overflow[0],n.overflowX=c.overflow[1],n.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],pb.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(o?"hide":"show")){if("show"!==e||!p||void 0===p[d])continue;o=!0}m[d]=p&&p[d]||ea.style(a,d)}else j=void 0;if(ea.isEmptyObject(m))"inline"===("none"===j?z(a.nodeName):j)&&(n.display=j);else{p?"hidden"in p&&(o=p.hidden):p=ea._data(a,"fxshow",{}),f&&(p.hidden=!o),o?ea(a).show():l.done(function(){ea(a).hide()}),l.done(function(){var b;ea._removeData(a,"fxshow");for(b in m)ea.style(a,b,m[b])});for(d in m)g=J(o?p[d]:0,d,l),d in p||(p[d]=g.start,o&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function L(a,b){var c,d,e,f,g;for(c in a)if(d=ea.camelCase(c),e=b[d],f=a[c],ea.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=ea.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function M(a,b,c){var d,e,f=0,g=sb.length,h=ea.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=nb||H(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:ea.extend({},b),opts:ea.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:nb||H(),duration:c.duration,tweens:[],createTween:function(b,c){var d=ea.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;for(L(k,j.opts.specialEasing);g>f;f++)if(d=sb[f].call(j,a,k,j.opts))return d;return ea.map(k,J,j),ea.isFunction(j.opts.start)&&j.opts.start.call(a,j),ea.fx.timer(ea.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}function N(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(ta)||[];if(ea.isFunction(c))for(;d=f[e++];)"+"===d.charAt(0)?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function O(a,b,c,d){function e(h){var i;return f[h]=!0,ea.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||g||f[j]?g?!(i=j):void 0:(b.dataTypes.unshift(j),e(j),!1)}),i}var f={},g=a===Rb;return e(b.dataTypes[0])||!f["*"]&&e("*")}function P(a,b){var c,d,e=ea.ajaxSettings.flatOptions||{};for(d in b)void 0!==b[d]&&((e[d]?a:c||(c={}))[d]=b[d]);return c&&ea.extend(!0,a,c),a}function Q(a,b,c){for(var d,e,f,g,h=a.contents,i=a.dataTypes;"*"===i[0];)i.shift(),void 0===e&&(e=a.mimeType||b.getResponseHeader("Content-Type"));if(e)for(g in h)if(h[g]&&h[g].test(e)){i.unshift(g);break}if(i[0]in c)f=i[0];else{for(g in c){if(!i[0]||a.converters[g+" "+i[0]]){f=g;break}d||(d=g)}f=f||d}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function R(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];for(f=k.shift();f;)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}function S(a,b,c,d){var e;if(ea.isArray(b))ea.each(b,function(b,e){c||Vb.test(a)?d(a,e):S(a+"["+("object"==typeof e?b:"")+"]",e,c,d)});else if(c||"object"!==ea.type(b))d(a,b);else for(e in b)S(a+"["+e+"]",b[e],c,d)}function T(){try{return new a.XMLHttpRequest}catch(b){}}function U(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function V(a){return ea.isWindow(a)?a:9===a.nodeType?a.defaultView||a.parentWindow:!1}var W=[],X=W.slice,Y=W.concat,Z=W.push,$=W.indexOf,_={},aa=_.toString,ba=_.hasOwnProperty,ca={},da="1.11.1",ea=function(a,b){return new ea.fn.init(a,b)},fa=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,ga=/^-ms-/,ha=/-([\da-z])/gi,ia=function(a,b){return b.toUpperCase()};ea.fn=ea.prototype={jquery:da,constructor:ea,selector:"",length:0,toArray:function(){return X.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:X.call(this)},pushStack:function(a){var b=ea.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return ea.each(this,a,b)},map:function(a){return this.pushStack(ea.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(X.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:Z,sort:W.sort,splice:W.splice},ea.extend=ea.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||ea.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(ea.isPlainObject(c)||(b=ea.isArray(c)))?(b?(b=!1,f=a&&ea.isArray(a)?a:[]):f=a&&ea.isPlainObject(a)?a:{},g[d]=ea.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},ea.extend({expando:"jQuery"+(da+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===ea.type(a)},isArray:Array.isArray||function(a){return"array"===ea.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return!ea.isArray(a)&&a-parseFloat(a)>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==ea.type(a)||a.nodeType||ea.isWindow(a))return!1;try{if(a.constructor&&!ba.call(a,"constructor")&&!ba.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(ca.ownLast)for(b in a)return ba.call(a,b);for(b in a);return void 0===b||ba.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?_[aa.call(a)]||"object":typeof a},globalEval:function(b){b&&ea.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(ga,"ms-").replace(ha,ia)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,d){var e,f=0,g=a.length,h=c(a);if(d){if(h)for(;g>f&&(e=b.apply(a[f],d),e!==!1);f++);else for(f in a)if(e=b.apply(a[f],d),e===!1)break}else if(h)for(;g>f&&(e=b.call(a[f],f,a[f]),e!==!1);f++);else for(f in a)if(e=b.call(a[f],f,a[f]),e===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(fa,"")},makeArray:function(a,b){var d=b||[];return null!=a&&(c(Object(a))?ea.merge(d,"string"==typeof a?[a]:a):Z.call(d,a)),d},inArray:function(a,b,c){var d;if(b){if($)return $.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;c>d;)a[e++]=b[d++];if(c!==c)for(;void 0!==b[d];)a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,d){var e,f=0,g=a.length,h=c(a),i=[];if(h)for(;g>f;f++)e=b(a[f],f,d),null!=e&&i.push(e);else for(f in a)e=b(a[f],f,d),null!=e&&i.push(e);return Y.apply([],i)},guid:1,proxy:function(a,b){var c,d,e;return"string"==typeof b&&(e=a[b],b=a,a=e),ea.isFunction(a)?(c=X.call(arguments,2),d=function(){return a.apply(b||this,c.concat(X.call(arguments)))},d.guid=a.guid=a.guid||ea.guid++,d):void 0},now:function(){return+new Date},support:ca}),ea.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){_["[object "+b+"]"]=b.toLowerCase()});var ja=function(a){function b(a,b,c,d){var e,f,g,h,i,j,l,n,o,p;if((b?b.ownerDocument||b:O)!==G&&F(b),b=b||G,c=c||[],!a||"string"!=typeof a)return c;if(1!==(h=b.nodeType)&&9!==h)return[];if(I&&!d){if(e=sa.exec(a))if(g=e[1]){if(9===h){if(f=b.getElementById(g),!f||!f.parentNode)return c;if(f.id===g)return c.push(f),c}else if(b.ownerDocument&&(f=b.ownerDocument.getElementById(g))&&M(b,f)&&f.id===g)return c.push(f),c}else{if(e[2])return _.apply(c,b.getElementsByTagName(a)),c;if((g=e[3])&&v.getElementsByClassName&&b.getElementsByClassName)return _.apply(c,b.getElementsByClassName(g)),c}if(v.qsa&&(!J||!J.test(a))){if(n=l=N,o=b,p=9===h&&a,1===h&&"object"!==b.nodeName.toLowerCase()){for(j=z(a),(l=b.getAttribute("id"))?n=l.replace(ua,"\\$&"):b.setAttribute("id",n),n="[id='"+n+"'] ",i=j.length;i--;)j[i]=n+m(j[i]);o=ta.test(a)&&k(b.parentNode)||b,p=j.join(",")}if(p)try{return _.apply(c,o.querySelectorAll(p)),c}catch(q){}finally{l||b.removeAttribute("id")}}}return B(a.replace(ia,"$1"),b,c,d)}function c(){function a(c,d){return b.push(c+" ")>w.cacheLength&&delete a[b.shift()],a[c+" "]=d}var b=[];return a}function d(a){return a[N]=!0,a}function e(a){var b=G.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function f(a,b){for(var c=a.split("|"),d=a.length;d--;)w.attrHandle[c[d]]=b}function g(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||W)-(~a.sourceIndex||W);if(d)return d;if(c)for(;c=c.nextSibling;)if(c===b)return-1;return a?1:-1}function h(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function i(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function j(a){return d(function(b){return b=+b,d(function(c,d){for(var e,f=a([],c.length,b),g=f.length;g--;)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function k(a){return a&&typeof a.getElementsByTagName!==V&&a}function l(){}function m(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function n(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=Q++;return b.first?function(b,c,f){for(;b=b[d];)if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[P,f];if(g){for(;b=b[d];)if((1===b.nodeType||e)&&a(b,c,g))return!0}else for(;b=b[d];)if(1===b.nodeType||e){if(i=b[N]||(b[N]={}),(h=i[d])&&h[0]===P&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function o(a){return a.length>1?function(b,c,d){for(var e=a.length;e--;)if(!a[e](b,c,d))return!1;return!0}:a[0]}function p(a,c,d){for(var e=0,f=c.length;f>e;e++)b(a,c[e],d);return d}function q(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function r(a,b,c,e,f,g){return e&&!e[N]&&(e=r(e)),f&&!f[N]&&(f=r(f,g)),d(function(d,g,h,i){var j,k,l,m=[],n=[],o=g.length,r=d||p(b||"*",h.nodeType?[h]:h,[]),s=!a||!d&&b?r:q(r,m,a,h,i),t=c?f||(d?a:o||e)?[]:g:s;if(c&&c(s,t,h,i),e)for(j=q(t,n),e(j,[],h,i),k=j.length;k--;)(l=j[k])&&(t[n[k]]=!(s[n[k]]=l));if(d){if(f||a){if(f){for(j=[],k=t.length;k--;)(l=t[k])&&j.push(s[k]=l);f(null,t=[],j,i)}for(k=t.length;k--;)(l=t[k])&&(j=f?ba.call(d,l):m[k])>-1&&(d[j]=!(g[j]=l))}}else t=q(t===g?t.splice(o,t.length):t),f?f(null,g,t,i):_.apply(g,t)})}function s(a){for(var b,c,d,e=a.length,f=w.relative[a[0].type],g=f||w.relative[" "],h=f?1:0,i=n(function(a){return a===b},g,!0),j=n(function(a){return ba.call(b,a)>-1},g,!0),k=[function(a,c,d){return!f&&(d||c!==C)||((b=c).nodeType?i(a,c,d):j(a,c,d))}];e>h;h++)if(c=w.relative[a[h].type])k=[n(o(k),c)];else{if(c=w.filter[a[h].type].apply(null,a[h].matches),c[N]){for(d=++h;e>d&&!w.relative[a[d].type];d++);return r(h>1&&o(k),h>1&&m(a.slice(0,h-1).concat({value:" "===a[h-2].type?"*":""})).replace(ia,"$1"),c,d>h&&s(a.slice(h,d)),e>d&&s(a=a.slice(d)),e>d&&m(a))}k.push(c)}return o(k)}function t(a,c){var e=c.length>0,f=a.length>0,g=function(d,g,h,i,j){var k,l,m,n=0,o="0",p=d&&[],r=[],s=C,t=d||f&&w.find.TAG("*",j),u=P+=null==s?1:Math.random()||.1,v=t.length;for(j&&(C=g!==G&&g);o!==v&&null!=(k=t[o]);o++){if(f&&k){for(l=0;m=a[l++];)if(m(k,g,h)){i.push(k);break}j&&(P=u)}e&&((k=!m&&k)&&n--,d&&p.push(k))}if(n+=o,e&&o!==n){for(l=0;m=c[l++];)m(p,r,g,h);if(d){if(n>0)for(;o--;)p[o]||r[o]||(r[o]=Z.call(i));r=q(r)}_.apply(i,r),j&&!d&&r.length>0&&n+c.length>1&&b.uniqueSort(i)}return j&&(P=u,C=s),p};return e?d(g):g}var u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N="sizzle"+-new Date,O=a.document,P=0,Q=0,R=c(),S=c(),T=c(),U=function(a,b){return a===b&&(E=!0),0},V="undefined",W=1<<31,X={}.hasOwnProperty,Y=[],Z=Y.pop,$=Y.push,_=Y.push,aa=Y.slice,ba=Y.indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(this[b]===a)return b;return-1},ca="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",da="[\\x20\\t\\r\\n\\f]",ea="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",fa=ea.replace("w","w#"),ga="\\["+da+"*("+ea+")(?:"+da+"*([*^$|!~]?=)"+da+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+fa+"))|)"+da+"*\\]",ha=":("+ea+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+ga+")*)|.*)\\)|)",ia=new RegExp("^"+da+"+|((?:^|[^\\\\])(?:\\\\.)*)"+da+"+$","g"),ja=new RegExp("^"+da+"*,"+da+"*"),ka=new RegExp("^"+da+"*([>+~]|"+da+")"+da+"*"),la=new RegExp("="+da+"*([^\\]'\"]*?)"+da+"*\\]","g"),ma=new RegExp(ha),na=new RegExp("^"+fa+"$"),oa={ID:new RegExp("^#("+ea+")"),CLASS:new RegExp("^\\.("+ea+")"),TAG:new RegExp("^("+ea.replace("w","w*")+")"),ATTR:new RegExp("^"+ga),PSEUDO:new RegExp("^"+ha),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+da+"*(even|odd|(([+-]|)(\\d*)n|)"+da+"*(?:([+-]|)"+da+"*(\\d+)|))"+da+"*\\)|)","i"),bool:new RegExp("^(?:"+ca+")$","i"),needsContext:new RegExp("^"+da+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+da+"*((?:-\\d)?\\d*)"+da+"*\\)|)(?=[^-]|$)","i")},pa=/^(?:input|select|textarea|button)$/i,qa=/^h\d$/i,ra=/^[^{]+\{\s*\[native \w/,sa=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ta=/[+~]/,ua=/'|\\/g,va=new RegExp("\\\\([\\da-f]{1,6}"+da+"?|("+da+")|.)","ig"),wa=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)};try{_.apply(Y=aa.call(O.childNodes),O.childNodes),Y[O.childNodes.length].nodeType}catch(xa){_={apply:Y.length?function(a,b){$.apply(a,aa.call(b))}:function(a,b){for(var c=a.length,d=0;a[c++]=b[d++];);a.length=c-1}}}v=b.support={},y=b.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},F=b.setDocument=function(a){var b,c=a?a.ownerDocument||a:O,d=c.defaultView;return c!==G&&9===c.nodeType&&c.documentElement?(G=c,H=c.documentElement,I=!y(c),d&&d!==d.top&&(d.addEventListener?d.addEventListener("unload",function(){F()},!1):d.attachEvent&&d.attachEvent("onunload",function(){F()})),v.attributes=e(function(a){return a.className="i",!a.getAttribute("className")}),v.getElementsByTagName=e(function(a){return a.appendChild(c.createComment("")),!a.getElementsByTagName("*").length}),v.getElementsByClassName=ra.test(c.getElementsByClassName)&&e(function(a){return a.innerHTML="<div class='a'></div><div class='a i'></div>",a.firstChild.className="i",2===a.getElementsByClassName("i").length}),v.getById=e(function(a){return H.appendChild(a).id=N,!c.getElementsByName||!c.getElementsByName(N).length}),v.getById?(w.find.ID=function(a,b){if(typeof b.getElementById!==V&&I){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},w.filter.ID=function(a){var b=a.replace(va,wa);return function(a){return a.getAttribute("id")===b}}):(delete w.find.ID,w.filter.ID=function(a){var b=a.replace(va,wa);return function(a){var c=typeof a.getAttributeNode!==V&&a.getAttributeNode("id");return c&&c.value===b}}),w.find.TAG=v.getElementsByTagName?function(a,b){return typeof b.getElementsByTagName!==V?b.getElementsByTagName(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){for(;c=f[e++];)1===c.nodeType&&d.push(c);return d}return f},w.find.CLASS=v.getElementsByClassName&&function(a,b){return typeof b.getElementsByClassName!==V&&I?b.getElementsByClassName(a):void 0},K=[],J=[],(v.qsa=ra.test(c.querySelectorAll))&&(e(function(a){a.innerHTML="<select msallowclip=''><option selected=''></option></select>",a.querySelectorAll("[msallowclip^='']").length&&J.push("[*^$]="+da+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||J.push("\\["+da+"*(?:value|"+ca+")"),a.querySelectorAll(":checked").length||J.push(":checked")}),e(function(a){var b=c.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&J.push("name"+da+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||J.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),J.push(",.*:")})),(v.matchesSelector=ra.test(L=H.matches||H.webkitMatchesSelector||H.mozMatchesSelector||H.oMatchesSelector||H.msMatchesSelector))&&e(function(a){v.disconnectedMatch=L.call(a,"div"),L.call(a,"[s!='']:x"),K.push("!=",ha)}),J=J.length&&new RegExp(J.join("|")),K=K.length&&new RegExp(K.join("|")),b=ra.test(H.compareDocumentPosition),M=b||ra.test(H.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)for(;b=b.parentNode;)if(b===a)return!0;return!1},U=b?function(a,b){if(a===b)return E=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!v.sortDetached&&b.compareDocumentPosition(a)===d?a===c||a.ownerDocument===O&&M(O,a)?-1:b===c||b.ownerDocument===O&&M(O,b)?1:D?ba.call(D,a)-ba.call(D,b):0:4&d?-1:1)}:function(a,b){if(a===b)return E=!0,0;var d,e=0,f=a.parentNode,h=b.parentNode,i=[a],j=[b];if(!f||!h)return a===c?-1:b===c?1:f?-1:h?1:D?ba.call(D,a)-ba.call(D,b):0;if(f===h)return g(a,b);for(d=a;d=d.parentNode;)i.unshift(d);for(d=b;d=d.parentNode;)j.unshift(d);for(;i[e]===j[e];)e++;return e?g(i[e],j[e]):i[e]===O?-1:j[e]===O?1:0},c):G},b.matches=function(a,c){return b(a,null,null,c)},b.matchesSelector=function(a,c){if((a.ownerDocument||a)!==G&&F(a),c=c.replace(la,"='$1']"),!(!v.matchesSelector||!I||K&&K.test(c)||J&&J.test(c)))try{var d=L.call(a,c);if(d||v.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return b(c,G,null,[a]).length>0},b.contains=function(a,b){return(a.ownerDocument||a)!==G&&F(a),M(a,b)},b.attr=function(a,b){(a.ownerDocument||a)!==G&&F(a);var c=w.attrHandle[b.toLowerCase()],d=c&&X.call(w.attrHandle,b.toLowerCase())?c(a,b,!I):void 0;return void 0!==d?d:v.attributes||!I?a.getAttribute(b):(d=a.getAttributeNode(b))&&d.specified?d.value:null},b.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},b.uniqueSort=function(a){var b,c=[],d=0,e=0;if(E=!v.detectDuplicates,D=!v.sortStable&&a.slice(0),a.sort(U),E){for(;b=a[e++];)b===a[e]&&(d=c.push(e));for(;d--;)a.splice(c[d],1)}return D=null,a},x=b.getText=function(a){var b,c="",d=0,e=a.nodeType;if(e){if(1===e||9===e||11===e){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=x(a)}else if(3===e||4===e)return a.nodeValue}else for(;b=a[d++];)c+=x(b);return c},w=b.selectors={cacheLength:50,createPseudo:d,match:oa,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(va,wa),a[3]=(a[3]||a[4]||a[5]||"").replace(va,wa),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||b.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&b.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return oa.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&ma.test(c)&&(b=z(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(va,wa).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=R[a+" "];return b||(b=new RegExp("(^|"+da+")"+a+"("+da+"|$)"))&&R(a,function(a){return b.test("string"==typeof a.className&&a.className||typeof a.getAttribute!==V&&a.getAttribute("class")||"")})},ATTR:function(a,c,d){return function(e){var f=b.attr(e,a);return null==f?"!="===c:c?(f+="","="===c?f===d:"!="===c?f!==d:"^="===c?d&&0===f.indexOf(d):"*="===c?d&&f.indexOf(d)>-1:"$="===c?d&&f.slice(-d.length)===d:"~="===c?(" "+f+" ").indexOf(d)>-1:"|="===c?f===d||f.slice(0,d.length+1)===d+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){for(;p;){for(l=b;l=l[p];)if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){for(k=q[N]||(q[N]={}),j=k[a]||[],n=j[0]===P&&j[1],m=j[0]===P&&j[2],l=n&&q.childNodes[n];l=++n&&l&&l[p]||(m=n=0)||o.pop();)if(1===l.nodeType&&++m&&l===b){k[a]=[P,n,m];break}}else if(s&&(j=(b[N]||(b[N]={}))[a])&&j[0]===P)m=j[1];else for(;(l=++n&&l&&l[p]||(m=n=0)||o.pop())&&((h?l.nodeName.toLowerCase()!==r:1!==l.nodeType)||!++m||(s&&((l[N]||(l[N]={}))[a]=[P,m]),l!==b)););return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,c){var e,f=w.pseudos[a]||w.setFilters[a.toLowerCase()]||b.error("unsupported pseudo: "+a);return f[N]?f(c):f.length>1?(e=[a,a,"",c],w.setFilters.hasOwnProperty(a.toLowerCase())?d(function(a,b){for(var d,e=f(a,c),g=e.length;g--;)d=ba.call(a,e[g]),a[d]=!(b[d]=e[g])}):function(a){return f(a,0,e)}):f}},pseudos:{not:d(function(a){var b=[],c=[],e=A(a.replace(ia,"$1"));return e[N]?d(function(a,b,c,d){for(var f,g=e(a,null,d,[]),h=a.length;h--;)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,d,f){return b[0]=a,e(b,null,f,c),!c.pop()}}),has:d(function(a){return function(c){return b(a,c).length>0}}),contains:d(function(a){return function(b){return(b.textContent||b.innerText||x(b)).indexOf(a)>-1}}),lang:d(function(a){return na.test(a||"")||b.error("unsupported lang: "+a),a=a.replace(va,wa).toLowerCase(),function(b){var c;do if(c=I?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===H},focus:function(a){return a===G.activeElement&&(!G.hasFocus||G.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!w.pseudos.empty(a)},header:function(a){return qa.test(a.nodeName)},input:function(a){return pa.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:j(function(){return[0]}),last:j(function(a,b){return[b-1]}),eq:j(function(a,b,c){return[0>c?c+b:c]}),even:j(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:j(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:j(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:j(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},w.pseudos.nth=w.pseudos.eq;for(u in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})w.pseudos[u]=h(u);for(u in{submit:!0,reset:!0})w.pseudos[u]=i(u);return l.prototype=w.filters=w.pseudos,w.setFilters=new l,z=b.tokenize=function(a,c){var d,e,f,g,h,i,j,k=S[a+" "];if(k)return c?0:k.slice(0);for(h=a,i=[],j=w.preFilter;h;){(!d||(e=ja.exec(h)))&&(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),d=!1,(e=ka.exec(h))&&(d=e.shift(),f.push({value:d,type:e[0].replace(ia," ")}),h=h.slice(d.length));for(g in w.filter)!(e=oa[g].exec(h))||j[g]&&!(e=j[g](e))||(d=e.shift(),f.push({value:d,type:g,matches:e}),h=h.slice(d.length));if(!d)break}return c?h.length:h?b.error(a):S(a,i).slice(0)},A=b.compile=function(a,b){var c,d=[],e=[],f=T[a+" "];if(!f){for(b||(b=z(a)),c=b.length;c--;)f=s(b[c]),f[N]?d.push(f):e.push(f);f=T(a,t(e,d)),f.selector=a}return f},B=b.select=function(a,b,c,d){var e,f,g,h,i,j="function"==typeof a&&a,l=!d&&z(a=j.selector||a);if(c=c||[],1===l.length){if(f=l[0]=l[0].slice(0),f.length>2&&"ID"===(g=f[0]).type&&v.getById&&9===b.nodeType&&I&&w.relative[f[1].type]){if(b=(w.find.ID(g.matches[0].replace(va,wa),b)||[])[0],!b)return c;j&&(b=b.parentNode),a=a.slice(f.shift().value.length)}for(e=oa.needsContext.test(a)?0:f.length;e--&&(g=f[e],!w.relative[h=g.type]);)if((i=w.find[h])&&(d=i(g.matches[0].replace(va,wa),ta.test(f[0].type)&&k(b.parentNode)||b))){if(f.splice(e,1),a=d.length&&m(f),!a)return _.apply(c,d),c;break}}return(j||A(a,l))(d,b,!I,c,ta.test(a)&&k(b.parentNode)||b),c},v.sortStable=N.split("").sort(U).join("")===N,v.detectDuplicates=!!E,F(),v.sortDetached=e(function(a){return 1&a.compareDocumentPosition(G.createElement("div"))}),e(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||f("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),v.attributes&&e(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||f("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),e(function(a){return null==a.getAttribute("disabled")})||f(ca,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),b}(a);ea.find=ja,ea.expr=ja.selectors,ea.expr[":"]=ea.expr.pseudos,ea.unique=ja.uniqueSort,ea.text=ja.getText,ea.isXMLDoc=ja.isXML,ea.contains=ja.contains;var ka=ea.expr.match.needsContext,la=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,ma=/^.[^:#\[\.,]*$/;ea.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?ea.find.matchesSelector(d,a)?[d]:[]:ea.find.matches(a,ea.grep(b,function(a){return 1===a.nodeType}))},ea.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(ea(a).filter(function(){for(b=0;e>b;b++)if(ea.contains(d[b],this))return!0}));for(b=0;e>b;b++)ea.find(a,d[b],c);return c=this.pushStack(e>1?ea.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(d(this,a||[],!1))},not:function(a){return this.pushStack(d(this,a||[],!0))},is:function(a){return!!d(this,"string"==typeof a&&ka.test(a)?ea(a):a||[],!1).length}});var na,oa=a.document,pa=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,qa=ea.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:pa.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||na).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof ea?b[0]:b,
ea.merge(this,ea.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:oa,!0)),la.test(c[1])&&ea.isPlainObject(b))for(c in b)ea.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=oa.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return na.find(a);this.length=1,this[0]=d}return this.context=oa,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):ea.isFunction(a)?"undefined"!=typeof na.ready?na.ready(a):a(ea):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),ea.makeArray(a,this))};qa.prototype=ea.fn,na=ea(oa);var ra=/^(?:parents|prev(?:Until|All))/,sa={children:!0,contents:!0,next:!0,prev:!0};ea.extend({dir:function(a,b,c){for(var d=[],e=a[b];e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!ea(e).is(c));)1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),ea.fn.extend({has:function(a){var b,c=ea(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(ea.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=ka.test(a)||"string"!=typeof a?ea(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&ea.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?ea.unique(f):f)},index:function(a){return a?"string"==typeof a?ea.inArray(this[0],ea(a)):ea.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(ea.unique(ea.merge(this.get(),ea(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}}),ea.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return ea.dir(a,"parentNode")},parentsUntil:function(a,b,c){return ea.dir(a,"parentNode",c)},next:function(a){return e(a,"nextSibling")},prev:function(a){return e(a,"previousSibling")},nextAll:function(a){return ea.dir(a,"nextSibling")},prevAll:function(a){return ea.dir(a,"previousSibling")},nextUntil:function(a,b,c){return ea.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return ea.dir(a,"previousSibling",c)},siblings:function(a){return ea.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return ea.sibling(a.firstChild)},contents:function(a){return ea.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:ea.merge([],a.childNodes)}},function(a,b){ea.fn[a]=function(c,d){var e=ea.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=ea.filter(d,e)),this.length>1&&(sa[a]||(e=ea.unique(e)),ra.test(a)&&(e=e.reverse())),this.pushStack(e)}});var ta=/\S+/g,ua={};ea.Callbacks=function(a){a="string"==typeof a?ua[a]||f(a):ea.extend({},a);var b,c,d,e,g,h,i=[],j=!a.once&&[],k=function(f){for(c=a.memory&&f,d=!0,g=h||0,h=0,e=i.length,b=!0;i&&e>g;g++)if(i[g].apply(f[0],f[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,i&&(j?j.length&&k(j.shift()):c?i=[]:l.disable())},l={add:function(){if(i){var d=i.length;!function f(b){ea.each(b,function(b,c){var d=ea.type(c);"function"===d?a.unique&&l.has(c)||i.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=i.length:c&&(h=d,k(c))}return this},remove:function(){return i&&ea.each(arguments,function(a,c){for(var d;(d=ea.inArray(c,i,d))>-1;)i.splice(d,1),b&&(e>=d&&e--,g>=d&&g--)}),this},has:function(a){return a?ea.inArray(a,i)>-1:!(!i||!i.length)},empty:function(){return i=[],e=0,this},disable:function(){return i=j=c=void 0,this},disabled:function(){return!i},lock:function(){return j=void 0,c||l.disable(),this},locked:function(){return!j},fireWith:function(a,c){return!i||d&&!j||(c=c||[],c=[a,c.slice?c.slice():c],b?j.push(c):k(c)),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!d}};return l},ea.extend({Deferred:function(a){var b=[["resolve","done",ea.Callbacks("once memory"),"resolved"],["reject","fail",ea.Callbacks("once memory"),"rejected"],["notify","progress",ea.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return ea.Deferred(function(c){ea.each(b,function(b,f){var g=ea.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&ea.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?ea.extend(a,d):d}},e={};return d.pipe=d.then,ea.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b,c,d,e=0,f=X.call(arguments),g=f.length,h=1!==g||a&&ea.isFunction(a.promise)?g:0,i=1===h?a:ea.Deferred(),j=function(a,c,d){return function(e){c[a]=this,d[a]=arguments.length>1?X.call(arguments):e,d===b?i.notifyWith(c,d):--h||i.resolveWith(c,d)}};if(g>1)for(b=new Array(g),c=new Array(g),d=new Array(g);g>e;e++)f[e]&&ea.isFunction(f[e].promise)?f[e].promise().done(j(e,d,f)).fail(i.reject).progress(j(e,c,b)):--h;return h||i.resolveWith(d,f),i.promise()}});var va;ea.fn.ready=function(a){return ea.ready.promise().done(a),this},ea.extend({isReady:!1,readyWait:1,holdReady:function(a){a?ea.readyWait++:ea.ready(!0)},ready:function(a){if(a===!0?!--ea.readyWait:!ea.isReady){if(!oa.body)return setTimeout(ea.ready);ea.isReady=!0,a!==!0&&--ea.readyWait>0||(va.resolveWith(oa,[ea]),ea.fn.triggerHandler&&(ea(oa).triggerHandler("ready"),ea(oa).off("ready")))}}}),ea.ready.promise=function(b){if(!va)if(va=ea.Deferred(),"complete"===oa.readyState)setTimeout(ea.ready);else if(oa.addEventListener)oa.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1);else{oa.attachEvent("onreadystatechange",h),a.attachEvent("onload",h);var c=!1;try{c=null==a.frameElement&&oa.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!ea.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}g(),ea.ready()}}()}return va.promise(b)};var wa,xa="undefined";for(wa in ea(ca))break;ca.ownLast="0"!==wa,ca.inlineBlockNeedsLayout=!1,ea(function(){var a,b,c,d;c=oa.getElementsByTagName("body")[0],c&&c.style&&(b=oa.createElement("div"),d=oa.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==xa&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",ca.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(d))}),function(){var a=oa.createElement("div");if(null==ca.deleteExpando){ca.deleteExpando=!0;try{delete a.test}catch(b){ca.deleteExpando=!1}}a=null}(),ea.acceptData=function(a){var b=ea.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var ya=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,za=/([A-Z])/g;ea.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?ea.cache[a[ea.expando]]:a[ea.expando],!!a&&!j(a)},data:function(a,b,c){return k(a,b,c)},removeData:function(a,b){return l(a,b)},_data:function(a,b,c){return k(a,b,c,!0)},_removeData:function(a,b){return l(a,b,!0)}}),ea.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=ea.data(f),1===f.nodeType&&!ea._data(f,"parsedAttrs"))){for(c=g.length;c--;)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=ea.camelCase(d.slice(5)),i(f,d,e[d])));ea._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){ea.data(this,a)}):arguments.length>1?this.each(function(){ea.data(this,a,b)}):f?i(f,a,ea.data(f,a)):void 0},removeData:function(a){return this.each(function(){ea.removeData(this,a)})}}),ea.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=ea._data(a,b),c&&(!d||ea.isArray(c)?d=ea._data(a,b,ea.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=ea.queue(a,b),d=c.length,e=c.shift(),f=ea._queueHooks(a,b),g=function(){ea.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return ea._data(a,c)||ea._data(a,c,{empty:ea.Callbacks("once memory").add(function(){ea._removeData(a,b+"queue"),ea._removeData(a,c)})})}}),ea.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?ea.queue(this[0],a):void 0===b?this:this.each(function(){var c=ea.queue(this,a,b);ea._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&ea.dequeue(this,a)})},dequeue:function(a){return this.each(function(){ea.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=ea.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};for("string"!=typeof a&&(b=a,a=void 0),a=a||"fx";g--;)c=ea._data(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var Aa=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,Ba=["Top","Right","Bottom","Left"],Ca=function(a,b){return a=b||a,"none"===ea.css(a,"display")||!ea.contains(a.ownerDocument,a)},Da=ea.access=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===ea.type(c)){e=!0;for(h in c)ea.access(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,ea.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(ea(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},Ea=/^(?:checkbox|radio)$/i;!function(){var a=oa.createElement("input"),b=oa.createElement("div"),c=oa.createDocumentFragment();if(b.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",ca.leadingWhitespace=3===b.firstChild.nodeType,ca.tbody=!b.getElementsByTagName("tbody").length,ca.htmlSerialize=!!b.getElementsByTagName("link").length,ca.html5Clone="<:nav></:nav>"!==oa.createElement("nav").cloneNode(!0).outerHTML,a.type="checkbox",a.checked=!0,c.appendChild(a),ca.appendChecked=a.checked,b.innerHTML="<textarea>x</textarea>",ca.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,c.appendChild(b),b.innerHTML="<input type='radio' checked='checked' name='t'/>",ca.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,ca.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){ca.noCloneEvent=!1}),b.cloneNode(!0).click()),null==ca.deleteExpando){ca.deleteExpando=!0;try{delete b.test}catch(d){ca.deleteExpando=!1}}}(),function(){var b,c,d=oa.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(ca[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),ca[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var Fa=/^(?:input|select|textarea)$/i,Ga=/^key/,Ha=/^(?:mouse|pointer|contextmenu)|click/,Ia=/^(?:focusinfocus|focusoutblur)$/,Ja=/^([^.]*)(?:\.(.+)|)$/;ea.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=ea._data(a);if(q){for(c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=ea.guid++),(g=q.events)||(g=q.events={}),(k=q.handle)||(k=q.handle=function(a){return typeof ea===xa||a&&ea.event.triggered===a.type?void 0:ea.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(ta)||[""],h=b.length;h--;)f=Ja.exec(b[h])||[],n=p=f[1],o=(f[2]||"").split(".").sort(),n&&(j=ea.event.special[n]||{},n=(e?j.delegateType:j.bindType)||n,j=ea.event.special[n]||{},l=ea.extend({type:n,origType:p,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&ea.expr.match.needsContext.test(e),namespace:o.join(".")},i),(m=g[n])||(m=g[n]=[],m.delegateCount=0,j.setup&&j.setup.call(a,d,o,k)!==!1||(a.addEventListener?a.addEventListener(n,k,!1):a.attachEvent&&a.attachEvent("on"+n,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,l):m.push(l),ea.event.global[n]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=ea.hasData(a)&&ea._data(a);if(q&&(k=q.events)){for(b=(b||"").match(ta)||[""],j=b.length;j--;)if(h=Ja.exec(b[j])||[],n=p=h[1],o=(h[2]||"").split(".").sort(),n){for(l=ea.event.special[n]||{},n=(d?l.delegateType:l.bindType)||n,m=k[n]||[],h=h[2]&&new RegExp("(^|\\.)"+o.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=m.length;f--;)g=m[f],!e&&p!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(m.splice(f,1),g.selector&&m.delegateCount--,l.remove&&l.remove.call(a,g));i&&!m.length&&(l.teardown&&l.teardown.call(a,o,q.handle)!==!1||ea.removeEvent(a,n,q.handle),delete k[n])}else for(n in k)ea.event.remove(a,n+b[j],c,d,!0);ea.isEmptyObject(k)&&(delete q.handle,ea._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,j,k,l,m=[d||oa],n=ba.call(b,"type")?b.type:b,o=ba.call(b,"namespace")?b.namespace.split("."):[];if(h=k=d=d||oa,3!==d.nodeType&&8!==d.nodeType&&!Ia.test(n+ea.event.triggered)&&(n.indexOf(".")>=0&&(o=n.split("."),n=o.shift(),o.sort()),g=n.indexOf(":")<0&&"on"+n,b=b[ea.expando]?b:new ea.Event(n,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=o.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+o.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:ea.makeArray(c,[b]),j=ea.event.special[n]||{},e||!j.trigger||j.trigger.apply(d,c)!==!1)){if(!e&&!j.noBubble&&!ea.isWindow(d)){for(i=j.delegateType||n,Ia.test(i+n)||(h=h.parentNode);h;h=h.parentNode)m.push(h),k=h;k===(d.ownerDocument||oa)&&m.push(k.defaultView||k.parentWindow||a)}for(l=0;(h=m[l++])&&!b.isPropagationStopped();)b.type=l>1?i:j.bindType||n,f=(ea._data(h,"events")||{})[b.type]&&ea._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&ea.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=n,!e&&!b.isDefaultPrevented()&&(!j._default||j._default.apply(m.pop(),c)===!1)&&ea.acceptData(d)&&g&&d[n]&&!ea.isWindow(d)){k=d[g],k&&(d[g]=null),ea.event.triggered=n;try{d[n]()}catch(p){}ea.event.triggered=void 0,k&&(d[g]=k)}return b.result}},dispatch:function(a){a=ea.event.fix(a);var b,c,d,e,f,g=[],h=X.call(arguments),i=(ea._data(this,"events")||{})[a.type]||[],j=ea.event.special[a.type]||{};if(h[0]=a,a.delegateTarget=this,!j.preDispatch||j.preDispatch.call(this,a)!==!1){for(g=ea.event.handlers.call(this,a,i),b=0;(e=g[b++])&&!a.isPropagationStopped();)for(a.currentTarget=e.elem,f=0;(d=e.handlers[f++])&&!a.isImmediatePropagationStopped();)(!a.namespace_re||a.namespace_re.test(d.namespace))&&(a.handleObj=d,a.data=d.data,c=((ea.event.special[d.origType]||{}).handle||d.handler).apply(e.elem,h),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()));return j.postDispatch&&j.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?ea(c,this).index(i)>=0:ea.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},fix:function(a){if(a[ea.expando])return a;var b,c,d,e=a.type,f=a,g=this.fixHooks[e];for(g||(this.fixHooks[e]=g=Ha.test(e)?this.mouseHooks:Ga.test(e)?this.keyHooks:{}),d=g.props?this.props.concat(g.props):this.props,a=new ea.Event(f),b=d.length;b--;)c=d[b],a[c]=f[c];return a.target||(a.target=f.srcElement||oa),3===a.target.nodeType&&(a.target=a.target.parentNode),a.metaKey=!!a.metaKey,g.filter?g.filter(a,f):a},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,d,e,f=b.button,g=b.fromElement;return null==a.pageX&&null!=b.clientX&&(d=a.target.ownerDocument||oa,e=d.documentElement,c=d.body,a.pageX=b.clientX+(e&&e.scrollLeft||c&&c.scrollLeft||0)-(e&&e.clientLeft||c&&c.clientLeft||0),a.pageY=b.clientY+(e&&e.scrollTop||c&&c.scrollTop||0)-(e&&e.clientTop||c&&c.clientTop||0)),!a.relatedTarget&&g&&(a.relatedTarget=g===a.target?b.toElement:g),a.which||void 0===f||(a.which=1&f?1:2&f?3:4&f?2:0),a}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==o()&&this.focus)try{return this.focus(),!1}catch(a){}},delegateType:"focusin"},blur:{trigger:function(){return this===o()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return ea.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):void 0},_default:function(a){return ea.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c,d){var e=ea.extend(new ea.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?ea.event.trigger(e,null,b):ea.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},ea.removeEvent=oa.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){var d="on"+b;a.detachEvent&&(typeof a[d]===xa&&(a[d]=null),a.detachEvent(d,c))},ea.Event=function(a,b){return this instanceof ea.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?m:n):this.type=a,b&&ea.extend(this,b),this.timeStamp=a&&a.timeStamp||ea.now(),void(this[ea.expando]=!0)):new ea.Event(a,b)},ea.Event.prototype={isDefaultPrevented:n,isPropagationStopped:n,isImmediatePropagationStopped:n,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=m,a&&(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=m,a&&(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=m,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},ea.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){ea.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return(!e||e!==d&&!ea.contains(d,e))&&(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),ca.submitBubbles||(ea.event.special.submit={setup:function(){return ea.nodeName(this,"form")?!1:void ea.event.add(this,"click._submit keypress._submit",function(a){var b=a.target,c=ea.nodeName(b,"input")||ea.nodeName(b,"button")?b.form:void 0;c&&!ea._data(c,"submitBubbles")&&(ea.event.add(c,"submit._submit",function(a){a._submit_bubble=!0}),ea._data(c,"submitBubbles",!0))})},postDispatch:function(a){a._submit_bubble&&(delete a._submit_bubble,this.parentNode&&!a.isTrigger&&ea.event.simulate("submit",this.parentNode,a,!0))},teardown:function(){return ea.nodeName(this,"form")?!1:void ea.event.remove(this,"._submit")}}),ca.changeBubbles||(ea.event.special.change={setup:function(){return Fa.test(this.nodeName)?(("checkbox"===this.type||"radio"===this.type)&&(ea.event.add(this,"propertychange._change",function(a){"checked"===a.originalEvent.propertyName&&(this._just_changed=!0)}),ea.event.add(this,"click._change",function(a){this._just_changed&&!a.isTrigger&&(this._just_changed=!1),ea.event.simulate("change",this,a,!0)})),!1):void ea.event.add(this,"beforeactivate._change",function(a){var b=a.target;Fa.test(b.nodeName)&&!ea._data(b,"changeBubbles")&&(ea.event.add(b,"change._change",function(a){!this.parentNode||a.isSimulated||a.isTrigger||ea.event.simulate("change",this.parentNode,a,!0)}),ea._data(b,"changeBubbles",!0))})},handle:function(a){var b=a.target;return this!==b||a.isSimulated||a.isTrigger||"radio"!==b.type&&"checkbox"!==b.type?a.handleObj.handler.apply(this,arguments):void 0},teardown:function(){return ea.event.remove(this,"._change"),!Fa.test(this.nodeName)}}),ca.focusinBubbles||ea.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){ea.event.simulate(b,a.target,ea.event.fix(a),!0)};ea.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=ea._data(d,b);e||d.addEventListener(a,c,!0),ea._data(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=ea._data(d,b)-1;e?ea._data(d,b,e):(d.removeEventListener(a,c,!0),ea._removeData(d,b))}}}),ea.fn.extend({on:function(a,b,c,d,e){var f,g;if("object"==typeof a){"string"!=typeof b&&(c=c||b,b=void 0);for(f in a)this.on(f,b,c,a[f],e);return this}if(null==c&&null==d?(d=b,c=b=void 0):null==d&&("string"==typeof b?(d=c,c=void 0):(d=c,c=b,b=void 0)),d===!1)d=n;else if(!d)return this;return 1===e&&(g=d,d=function(a){return ea().off(a),g.apply(this,arguments)},d.guid=g.guid||(g.guid=ea.guid++)),this.each(function(){ea.event.add(this,a,d,c,b)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,ea(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return(b===!1||"function"==typeof b)&&(c=b,b=void 0),c===!1&&(c=n),this.each(function(){ea.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){ea.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?ea.event.trigger(a,b,c,!0):void 0}});var Ka="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",La=/ jQuery\d+="(?:null|\d+)"/g,Ma=new RegExp("<(?:"+Ka+")[\\s/>]","i"),Na=/^\s+/,Oa=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,Pa=/<([\w:]+)/,Qa=/<tbody/i,Ra=/<|&#?\w+;/,Sa=/<(?:script|style|link)/i,Ta=/checked\s*(?:[^=]|=\s*.checked.)/i,Ua=/^$|\/(?:java|ecma)script/i,Va=/^true\/(.*)/,Wa=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,Xa={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],area:[1,"<map>","</map>"],param:[1,"<object>","</object>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:ca.htmlSerialize?[0,"",""]:[1,"X<div>","</div>"]},Ya=p(oa),Za=Ya.appendChild(oa.createElement("div"));Xa.optgroup=Xa.option,Xa.tbody=Xa.tfoot=Xa.colgroup=Xa.caption=Xa.thead,Xa.th=Xa.td,ea.extend({clone:function(a,b,c){var d,e,f,g,h,i=ea.contains(a.ownerDocument,a);if(ca.html5Clone||ea.isXMLDoc(a)||!Ma.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(Za.innerHTML=a.outerHTML,Za.removeChild(f=Za.firstChild)),!(ca.noCloneEvent&&ca.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||ea.isXMLDoc(a)))for(d=q(f),h=q(a),g=0;null!=(e=h[g]);++g)d[g]&&x(e,d[g]);if(b)if(c)for(h=h||q(a),d=d||q(f),g=0;null!=(e=h[g]);g++)w(e,d[g]);else w(a,f);return d=q(f,"script"),d.length>0&&v(d,!i&&q(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,k,l=a.length,m=p(b),n=[],o=0;l>o;o++)if(f=a[o],f||0===f)if("object"===ea.type(f))ea.merge(n,f.nodeType?[f]:f);else if(Ra.test(f)){for(h=h||m.appendChild(b.createElement("div")),i=(Pa.exec(f)||["",""])[1].toLowerCase(),k=Xa[i]||Xa._default,h.innerHTML=k[1]+f.replace(Oa,"<$1></$2>")+k[2],e=k[0];e--;)h=h.lastChild;if(!ca.leadingWhitespace&&Na.test(f)&&n.push(b.createTextNode(Na.exec(f)[0])),!ca.tbody)for(f="table"!==i||Qa.test(f)?"<table>"!==k[1]||Qa.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;e--;)ea.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j);for(ea.merge(n,h.childNodes),h.textContent="";h.firstChild;)h.removeChild(h.firstChild);h=m.lastChild}else n.push(b.createTextNode(f));for(h&&m.removeChild(h),ca.appendChecked||ea.grep(q(n,"input"),r),o=0;f=n[o++];)if((!d||-1===ea.inArray(f,d))&&(g=ea.contains(f.ownerDocument,f),h=q(m.appendChild(f),"script"),g&&v(h),c))for(e=0;f=h[e++];)Ua.test(f.type||"")&&c.push(f);return h=null,m},cleanData:function(a,b){for(var c,d,e,f,g=0,h=ea.expando,i=ea.cache,j=ca.deleteExpando,k=ea.event.special;null!=(c=a[g]);g++)if((b||ea.acceptData(c))&&(e=c[h],f=e&&i[e])){if(f.events)for(d in f.events)k[d]?ea.event.remove(c,d):ea.removeEvent(c,d,f.handle);i[e]&&(delete i[e],j?delete c[h]:typeof c.removeAttribute!==xa?c.removeAttribute(h):c[h]=null,W.push(e))}}}),ea.fn.extend({text:function(a){return Da(this,function(a){return void 0===a?ea.text(this):this.empty().append((this[0]&&this[0].ownerDocument||oa).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=s(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=s(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?ea.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||ea.cleanData(q(c)),c.parentNode&&(b&&ea.contains(c.ownerDocument,c)&&v(q(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){for(1===a.nodeType&&ea.cleanData(q(a,!1));a.firstChild;)a.removeChild(a.firstChild);a.options&&ea.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return ea.clone(this,a,b)})},html:function(a){return Da(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(La,""):void 0;if(!("string"!=typeof a||Sa.test(a)||!ca.htmlSerialize&&Ma.test(a)||!ca.leadingWhitespace&&Na.test(a)||Xa[(Pa.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(Oa,"<$1></$2>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(ea.cleanData(q(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,ea.cleanData(q(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=Y.apply([],a);var c,d,e,f,g,h,i=0,j=this.length,k=this,l=j-1,m=a[0],n=ea.isFunction(m);if(n||j>1&&"string"==typeof m&&!ca.checkClone&&Ta.test(m))return this.each(function(c){var d=k.eq(c);n&&(a[0]=m.call(this,c,d.html())),d.domManip(a,b)});if(j&&(h=ea.buildFragment(a,this[0].ownerDocument,!1,this),c=h.firstChild,1===h.childNodes.length&&(h=c),c)){for(f=ea.map(q(h,"script"),t),e=f.length;j>i;i++)d=h,i!==l&&(d=ea.clone(d,!0,!0),e&&ea.merge(f,q(d,"script"))),b.call(this[i],d,i);if(e)for(g=f[f.length-1].ownerDocument,ea.map(f,u),i=0;e>i;i++)d=f[i],Ua.test(d.type||"")&&!ea._data(d,"globalEval")&&ea.contains(g,d)&&(d.src?ea._evalUrl&&ea._evalUrl(d.src):ea.globalEval((d.text||d.textContent||d.innerHTML||"").replace(Wa,"")));h=c=null}return this}}),ea.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){ea.fn[a]=function(a){for(var c,d=0,e=[],f=ea(a),g=f.length-1;g>=d;d++)c=d===g?this:this.clone(!0),ea(f[d])[b](c),Z.apply(e,c.get());return this.pushStack(e)}});var $a,_a={};!function(){var a;ca.shrinkWrapBlocks=function(){if(null!=a)return a;a=!1;var b,c,d;return c=oa.getElementsByTagName("body")[0],c&&c.style?(b=oa.createElement("div"),d=oa.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==xa&&(b.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1",b.appendChild(oa.createElement("div")).style.width="5px",a=3!==b.offsetWidth),c.removeChild(d),a):void 0}}();var ab,bb,cb=/^margin/,db=new RegExp("^("+Aa+")(?!px)[a-z%]+$","i"),eb=/^(top|right|bottom|left)$/;a.getComputedStyle?(ab=function(a){return a.ownerDocument.defaultView.getComputedStyle(a,null)},bb=function(a,b,c){var d,e,f,g,h=a.style;return c=c||ab(a),g=c?c.getPropertyValue(b)||c[b]:void 0,c&&(""!==g||ea.contains(a.ownerDocument,a)||(g=ea.style(a,b)),db.test(g)&&cb.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0===g?g:g+""}):oa.documentElement.currentStyle&&(ab=function(a){return a.currentStyle},bb=function(a,b,c){var d,e,f,g,h=a.style;return c=c||ab(a),g=c?c[b]:void 0,null==g&&h&&h[b]&&(g=h[b]),db.test(g)&&!eb.test(b)&&(d=h.left,e=a.runtimeStyle,f=e&&e.left,f&&(e.left=a.currentStyle.left),h.left="fontSize"===b?"1em":g,g=h.pixelLeft+"px",h.left=d,f&&(e.left=f)),void 0===g?g:g+""||"auto"}),!function(){function b(){var b,c,d,e;c=oa.getElementsByTagName("body")[0],c&&c.style&&(b=oa.createElement("div"),d=oa.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),b.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",f=g=!1,i=!0,a.getComputedStyle&&(f="1%"!==(a.getComputedStyle(b,null)||{}).top,g="4px"===(a.getComputedStyle(b,null)||{width:"4px"}).width,e=b.appendChild(oa.createElement("div")),e.style.cssText=b.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",e.style.marginRight=e.style.width="0",b.style.width="1px",i=!parseFloat((a.getComputedStyle(e,null)||{}).marginRight)),b.innerHTML="<table><tr><td></td><td>t</td></tr></table>",e=b.getElementsByTagName("td"),e[0].style.cssText="margin:0;border:0;padding:0;display:none",h=0===e[0].offsetHeight,h&&(e[0].style.display="",e[1].style.display="none",h=0===e[0].offsetHeight),c.removeChild(d))}var c,d,e,f,g,h,i;c=oa.createElement("div"),c.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",e=c.getElementsByTagName("a")[0],(d=e&&e.style)&&(d.cssText="float:left;opacity:.5",ca.opacity="0.5"===d.opacity,ca.cssFloat=!!d.cssFloat,c.style.backgroundClip="content-box",c.cloneNode(!0).style.backgroundClip="",ca.clearCloneStyle="content-box"===c.style.backgroundClip,ca.boxSizing=""===d.boxSizing||""===d.MozBoxSizing||""===d.WebkitBoxSizing,ea.extend(ca,{reliableHiddenOffsets:function(){return null==h&&b(),h},boxSizingReliable:function(){return null==g&&b(),g},pixelPosition:function(){return null==f&&b(),f},reliableMarginRight:function(){return null==i&&b(),i}}))}(),ea.swap=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};var fb=/alpha\([^)]*\)/i,gb=/opacity\s*=\s*([^)]*)/,hb=/^(none|table(?!-c[ea]).+)/,ib=new RegExp("^("+Aa+")(.*)$","i"),jb=new RegExp("^([+-])=("+Aa+")","i"),kb={position:"absolute",visibility:"hidden",display:"block"},lb={letterSpacing:"0",fontWeight:"400"},mb=["Webkit","O","Moz","ms"];ea.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=bb(a,"opacity");return""===c?"1":c}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":ca.cssFloat?"cssFloat":"styleFloat"
},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=ea.camelCase(b),i=a.style;if(b=ea.cssProps[h]||(ea.cssProps[h]=B(i,h)),g=ea.cssHooks[b]||ea.cssHooks[h],void 0===c)return g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b];if(f=typeof c,"string"===f&&(e=jb.exec(c))&&(c=(e[1]+1)*e[2]+parseFloat(ea.css(a,b)),f="number"),null!=c&&c===c&&("number"!==f||ea.cssNumber[h]||(c+="px"),ca.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),!(g&&"set"in g&&void 0===(c=g.set(a,c,d)))))try{i[b]=c}catch(j){}}},css:function(a,b,c,d){var e,f,g,h=ea.camelCase(b);return b=ea.cssProps[h]||(ea.cssProps[h]=B(a.style,h)),g=ea.cssHooks[b]||ea.cssHooks[h],g&&"get"in g&&(f=g.get(a,!0,c)),void 0===f&&(f=bb(a,b,d)),"normal"===f&&b in lb&&(f=lb[b]),""===c||c?(e=parseFloat(f),c===!0||ea.isNumeric(e)?e||0:f):f}}),ea.each(["height","width"],function(a,b){ea.cssHooks[b]={get:function(a,c,d){return c?hb.test(ea.css(a,"display"))&&0===a.offsetWidth?ea.swap(a,kb,function(){return F(a,b,d)}):F(a,b,d):void 0},set:function(a,c,d){var e=d&&ab(a);return D(a,c,d?E(a,b,d,ca.boxSizing&&"border-box"===ea.css(a,"boxSizing",!1,e),e):0)}}}),ca.opacity||(ea.cssHooks.opacity={get:function(a,b){return gb.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=ea.isNumeric(b)?"alpha(opacity="+100*b+")":"",f=d&&d.filter||c.filter||"";c.zoom=1,(b>=1||""===b)&&""===ea.trim(f.replace(fb,""))&&c.removeAttribute&&(c.removeAttribute("filter"),""===b||d&&!d.filter)||(c.filter=fb.test(f)?f.replace(fb,e):f+" "+e)}}),ea.cssHooks.marginRight=A(ca.reliableMarginRight,function(a,b){return b?ea.swap(a,{display:"inline-block"},bb,[a,"marginRight"]):void 0}),ea.each({margin:"",padding:"",border:"Width"},function(a,b){ea.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+Ba[d]+b]=f[d]||f[d-2]||f[0];return e}},cb.test(a)||(ea.cssHooks[a+b].set=D)}),ea.fn.extend({css:function(a,b){return Da(this,function(a,b,c){var d,e,f={},g=0;if(ea.isArray(b)){for(d=ab(a),e=b.length;e>g;g++)f[b[g]]=ea.css(a,b[g],!1,d);return f}return void 0!==c?ea.style(a,b,c):ea.css(a,b)},a,b,arguments.length>1)},show:function(){return C(this,!0)},hide:function(){return C(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){Ca(this)?ea(this).show():ea(this).hide()})}}),ea.Tween=G,G.prototype={constructor:G,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(ea.cssNumber[c]?"":"px")},cur:function(){var a=G.propHooks[this.prop];return a&&a.get?a.get(this):G.propHooks._default.get(this)},run:function(a){var b,c=G.propHooks[this.prop];return this.pos=b=this.options.duration?ea.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):G.propHooks._default.set(this),this}},G.prototype.init.prototype=G.prototype,G.propHooks={_default:{get:function(a){var b;return null==a.elem[a.prop]||a.elem.style&&null!=a.elem.style[a.prop]?(b=ea.css(a.elem,a.prop,""),b&&"auto"!==b?b:0):a.elem[a.prop]},set:function(a){ea.fx.step[a.prop]?ea.fx.step[a.prop](a):a.elem.style&&(null!=a.elem.style[ea.cssProps[a.prop]]||ea.cssHooks[a.prop])?ea.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},G.propHooks.scrollTop=G.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},ea.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2}},ea.fx=G.prototype.init,ea.fx.step={};var nb,ob,pb=/^(?:toggle|show|hide)$/,qb=new RegExp("^(?:([+-])=|)("+Aa+")([a-z%]*)$","i"),rb=/queueHooks$/,sb=[K],tb={"*":[function(a,b){var c=this.createTween(a,b),d=c.cur(),e=qb.exec(b),f=e&&e[3]||(ea.cssNumber[a]?"":"px"),g=(ea.cssNumber[a]||"px"!==f&&+d)&&qb.exec(ea.css(c.elem,a)),h=1,i=20;if(g&&g[3]!==f){f=f||g[3],e=e||[],g=+d||1;do h=h||".5",g/=h,ea.style(c.elem,a,g+f);while(h!==(h=c.cur()/d)&&1!==h&&--i)}return e&&(g=c.start=+g||+d||0,c.unit=f,c.end=e[1]?g+(e[1]+1)*e[2]:+e[2]),c}]};ea.Animation=ea.extend(M,{tweener:function(a,b){ea.isFunction(a)?(b=a,a=["*"]):a=a.split(" ");for(var c,d=0,e=a.length;e>d;d++)c=a[d],tb[c]=tb[c]||[],tb[c].unshift(b)},prefilter:function(a,b){b?sb.unshift(a):sb.push(a)}}),ea.speed=function(a,b,c){var d=a&&"object"==typeof a?ea.extend({},a):{complete:c||!c&&b||ea.isFunction(a)&&a,duration:a,easing:c&&b||b&&!ea.isFunction(b)&&b};return d.duration=ea.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in ea.fx.speeds?ea.fx.speeds[d.duration]:ea.fx.speeds._default,(null==d.queue||d.queue===!0)&&(d.queue="fx"),d.old=d.complete,d.complete=function(){ea.isFunction(d.old)&&d.old.call(this),d.queue&&ea.dequeue(this,d.queue)},d},ea.fn.extend({fadeTo:function(a,b,c,d){return this.filter(Ca).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=ea.isEmptyObject(a),f=ea.speed(b,c,d),g=function(){var b=M(this,ea.extend({},a),f);(e||ea._data(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=ea.timers,g=ea._data(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&rb.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));(b||!c)&&ea.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=ea._data(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=ea.timers,g=d?d.length:0;for(c.finish=!0,ea.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),ea.each(["toggle","show","hide"],function(a,b){var c=ea.fn[b];ea.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(I(b,!0),a,d,e)}}),ea.each({slideDown:I("show"),slideUp:I("hide"),slideToggle:I("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){ea.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),ea.timers=[],ea.fx.tick=function(){var a,b=ea.timers,c=0;for(nb=ea.now();c<b.length;c++)a=b[c],a()||b[c]!==a||b.splice(c--,1);b.length||ea.fx.stop(),nb=void 0},ea.fx.timer=function(a){ea.timers.push(a),a()?ea.fx.start():ea.timers.pop()},ea.fx.interval=13,ea.fx.start=function(){ob||(ob=setInterval(ea.fx.tick,ea.fx.interval))},ea.fx.stop=function(){clearInterval(ob),ob=null},ea.fx.speeds={slow:600,fast:200,_default:400},ea.fn.delay=function(a,b){return a=ea.fx?ea.fx.speeds[a]||a:a,b=b||"fx",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},function(){var a,b,c,d,e;b=oa.createElement("div"),b.setAttribute("className","t"),b.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",d=b.getElementsByTagName("a")[0],c=oa.createElement("select"),e=c.appendChild(oa.createElement("option")),a=b.getElementsByTagName("input")[0],d.style.cssText="top:1px",ca.getSetAttribute="t"!==b.className,ca.style=/top/.test(d.getAttribute("style")),ca.hrefNormalized="/a"===d.getAttribute("href"),ca.checkOn=!!a.value,ca.optSelected=e.selected,ca.enctype=!!oa.createElement("form").enctype,c.disabled=!0,ca.optDisabled=!e.disabled,a=oa.createElement("input"),a.setAttribute("value",""),ca.input=""===a.getAttribute("value"),a.value="t",a.setAttribute("type","radio"),ca.radioValue="t"===a.value}();var ub=/\r/g;ea.fn.extend({val:function(a){var b,c,d,e=this[0];return arguments.length?(d=ea.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,ea(this).val()):a,null==e?e="":"number"==typeof e?e+="":ea.isArray(e)&&(e=ea.map(e,function(a){return null==a?"":a+""})),b=ea.valHooks[this.type]||ea.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))})):e?(b=ea.valHooks[e.type]||ea.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(ub,""):null==c?"":c)):void 0}}),ea.extend({valHooks:{option:{get:function(a){var b=ea.find.attr(a,"value");return null!=b?b:ea.trim(ea.text(a))}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],!(!c.selected&&i!==e||(ca.optDisabled?c.disabled:null!==c.getAttribute("disabled"))||c.parentNode.disabled&&ea.nodeName(c.parentNode,"optgroup"))){if(b=ea(c).val(),f)return b;g.push(b)}return g},set:function(a,b){for(var c,d,e=a.options,f=ea.makeArray(b),g=e.length;g--;)if(d=e[g],ea.inArray(ea.valHooks.option.get(d),f)>=0)try{d.selected=c=!0}catch(h){d.scrollHeight}else d.selected=!1;return c||(a.selectedIndex=-1),e}}}}),ea.each(["radio","checkbox"],function(){ea.valHooks[this]={set:function(a,b){return ea.isArray(b)?a.checked=ea.inArray(ea(a).val(),b)>=0:void 0}},ca.checkOn||(ea.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var vb,wb,xb=ea.expr.attrHandle,yb=/^(?:checked|selected)$/i,zb=ca.getSetAttribute,Ab=ca.input;ea.fn.extend({attr:function(a,b){return Da(this,ea.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){ea.removeAttr(this,a)})}}),ea.extend({attr:function(a,b,c){var d,e,f=a.nodeType;return a&&3!==f&&8!==f&&2!==f?typeof a.getAttribute===xa?ea.prop(a,b,c):(1===f&&ea.isXMLDoc(a)||(b=b.toLowerCase(),d=ea.attrHooks[b]||(ea.expr.match.bool.test(b)?wb:vb)),void 0===c?d&&"get"in d&&null!==(e=d.get(a,b))?e:(e=ea.find.attr(a,b),null==e?void 0:e):null!==c?d&&"set"in d&&void 0!==(e=d.set(a,c,b))?e:(a.setAttribute(b,c+""),c):void ea.removeAttr(a,b)):void 0},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(ta);if(f&&1===a.nodeType)for(;c=f[e++];)d=ea.propFix[c]||c,ea.expr.match.bool.test(c)?Ab&&zb||!yb.test(c)?a[d]=!1:a[ea.camelCase("default-"+c)]=a[d]=!1:ea.attr(a,c,""),a.removeAttribute(zb?c:d)},attrHooks:{type:{set:function(a,b){if(!ca.radioValue&&"radio"===b&&ea.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}}}),wb={set:function(a,b,c){return b===!1?ea.removeAttr(a,c):Ab&&zb||!yb.test(c)?a.setAttribute(!zb&&ea.propFix[c]||c,c):a[ea.camelCase("default-"+c)]=a[c]=!0,c}},ea.each(ea.expr.match.bool.source.match(/\w+/g),function(a,b){var c=xb[b]||ea.find.attr;xb[b]=Ab&&zb||!yb.test(b)?function(a,b,d){var e,f;return d||(f=xb[b],xb[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,xb[b]=f),e}:function(a,b,c){return c?void 0:a[ea.camelCase("default-"+b)]?b.toLowerCase():null}}),Ab&&zb||(ea.attrHooks.value={set:function(a,b,c){return ea.nodeName(a,"input")?void(a.defaultValue=b):vb&&vb.set(a,b,c)}}),zb||(vb={set:function(a,b,c){var d=a.getAttributeNode(c);return d||a.setAttributeNode(d=a.ownerDocument.createAttribute(c)),d.value=b+="","value"===c||b===a.getAttribute(c)?b:void 0}},xb.id=xb.name=xb.coords=function(a,b,c){var d;return c?void 0:(d=a.getAttributeNode(b))&&""!==d.value?d.value:null},ea.valHooks.button={get:function(a,b){var c=a.getAttributeNode(b);return c&&c.specified?c.value:void 0},set:vb.set},ea.attrHooks.contenteditable={set:function(a,b,c){vb.set(a,""===b?!1:b,c)}},ea.each(["width","height"],function(a,b){ea.attrHooks[b]={set:function(a,c){return""===c?(a.setAttribute(b,"auto"),c):void 0}}})),ca.style||(ea.attrHooks.style={get:function(a){return a.style.cssText||void 0},set:function(a,b){return a.style.cssText=b+""}});var Bb=/^(?:input|select|textarea|button|object)$/i,Cb=/^(?:a|area)$/i;ea.fn.extend({prop:function(a,b){return Da(this,ea.prop,a,b,arguments.length>1)},removeProp:function(a){return a=ea.propFix[a]||a,this.each(function(){try{this[a]=void 0,delete this[a]}catch(b){}})}}),ea.extend({propFix:{"for":"htmlFor","class":"className"},prop:function(a,b,c){var d,e,f,g=a.nodeType;return a&&3!==g&&8!==g&&2!==g?(f=1!==g||!ea.isXMLDoc(a),f&&(b=ea.propFix[b]||b,e=ea.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]):void 0},propHooks:{tabIndex:{get:function(a){var b=ea.find.attr(a,"tabindex");return b?parseInt(b,10):Bb.test(a.nodeName)||Cb.test(a.nodeName)&&a.href?0:-1}}}}),ca.hrefNormalized||ea.each(["href","src"],function(a,b){ea.propHooks[b]={get:function(a){return a.getAttribute(b,4)}}}),ca.optSelected||(ea.propHooks.selected={get:function(a){var b=a.parentNode;return b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex),null}}),ea.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){ea.propFix[this.toLowerCase()]=this}),ca.enctype||(ea.propFix.enctype="encoding");var Db=/[\t\r\n\f]/g;ea.fn.extend({addClass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j="string"==typeof a&&a;if(ea.isFunction(a))return this.each(function(b){ea(this).addClass(a.call(this,b,this.className))});if(j)for(b=(a||"").match(ta)||[];i>h;h++)if(c=this[h],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(Db," "):" ")){for(f=0;e=b[f++];)d.indexOf(" "+e+" ")<0&&(d+=e+" ");g=ea.trim(d),c.className!==g&&(c.className=g)}return this},removeClass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j=0===arguments.length||"string"==typeof a&&a;if(ea.isFunction(a))return this.each(function(b){ea(this).removeClass(a.call(this,b,this.className))});if(j)for(b=(a||"").match(ta)||[];i>h;h++)if(c=this[h],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(Db," "):"")){for(f=0;e=b[f++];)for(;d.indexOf(" "+e+" ")>=0;)d=d.replace(" "+e+" "," ");g=a?ea.trim(d):"",c.className!==g&&(c.className=g)}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):this.each(ea.isFunction(a)?function(c){ea(this).toggleClass(a.call(this,c,this.className,b),b)}:function(){if("string"===c)for(var b,d=0,e=ea(this),f=a.match(ta)||[];b=f[d++];)e.hasClass(b)?e.removeClass(b):e.addClass(b);else(c===xa||"boolean"===c)&&(this.className&&ea._data(this,"__className__",this.className),this.className=this.className||a===!1?"":ea._data(this,"__className__")||"")})},hasClass:function(a){for(var b=" "+a+" ",c=0,d=this.length;d>c;c++)if(1===this[c].nodeType&&(" "+this[c].className+" ").replace(Db," ").indexOf(b)>=0)return!0;return!1}}),ea.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){ea.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),ea.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}});var Eb=ea.now(),Fb=/\?/,Gb=/(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;ea.parseJSON=function(b){if(a.JSON&&a.JSON.parse)return a.JSON.parse(b+"");var c,d=null,e=ea.trim(b+"");return e&&!ea.trim(e.replace(Gb,function(a,b,e,f){return c&&b&&(d=0),0===d?a:(c=e||b,d+=!f-!e,"")}))?Function("return "+e)():ea.error("Invalid JSON: "+b)},ea.parseXML=function(b){var c,d;if(!b||"string"!=typeof b)return null;try{a.DOMParser?(d=new DOMParser,c=d.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b))}catch(e){c=void 0}return c&&c.documentElement&&!c.getElementsByTagName("parsererror").length||ea.error("Invalid XML: "+b),c};var Hb,Ib,Jb=/#.*$/,Kb=/([?&])_=[^&]*/,Lb=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,Mb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Nb=/^(?:GET|HEAD)$/,Ob=/^\/\//,Pb=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,Qb={},Rb={},Sb="*/".concat("*");try{Ib=location.href}catch(Tb){Ib=oa.createElement("a"),Ib.href="",Ib=Ib.href}Hb=Pb.exec(Ib.toLowerCase())||[],ea.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ib,type:"GET",isLocal:Mb.test(Hb[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Sb,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":ea.parseJSON,"text xml":ea.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?P(P(a,ea.ajaxSettings),b):P(ea.ajaxSettings,a)},ajaxPrefilter:N(Qb),ajaxTransport:N(Rb),ajax:function(a,b){function c(a,b,c,d){var e,k,r,s,u,w=b;2!==t&&(t=2,h&&clearTimeout(h),j=void 0,g=d||"",v.readyState=a>0?4:0,e=a>=200&&300>a||304===a,c&&(s=Q(l,v,c)),s=R(l,s,v,e),e?(l.ifModified&&(u=v.getResponseHeader("Last-Modified"),u&&(ea.lastModified[f]=u),u=v.getResponseHeader("etag"),u&&(ea.etag[f]=u)),204===a||"HEAD"===l.type?w="nocontent":304===a?w="notmodified":(w=s.state,k=s.data,r=s.error,e=!r)):(r=w,(a||!w)&&(w="error",0>a&&(a=0))),v.status=a,v.statusText=(b||w)+"",e?o.resolveWith(m,[k,w,v]):o.rejectWith(m,[v,w,r]),v.statusCode(q),q=void 0,i&&n.trigger(e?"ajaxSuccess":"ajaxError",[v,l,e?k:r]),p.fireWith(m,[v,w]),i&&(n.trigger("ajaxComplete",[v,l]),--ea.active||ea.event.trigger("ajaxStop")))}"object"==typeof a&&(b=a,a=void 0),b=b||{};var d,e,f,g,h,i,j,k,l=ea.ajaxSetup({},b),m=l.context||l,n=l.context&&(m.nodeType||m.jquery)?ea(m):ea.event,o=ea.Deferred(),p=ea.Callbacks("once memory"),q=l.statusCode||{},r={},s={},t=0,u="canceled",v={readyState:0,getResponseHeader:function(a){var b;if(2===t){if(!k)for(k={};b=Lb.exec(g);)k[b[1].toLowerCase()]=b[2];b=k[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===t?g:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return t||(a=s[c]=s[c]||a,r[a]=b),this},overrideMimeType:function(a){return t||(l.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>t)for(b in a)q[b]=[q[b],a[b]];else v.always(a[v.status]);return this},abort:function(a){var b=a||u;return j&&j.abort(b),c(0,b),this}};if(o.promise(v).complete=p.add,v.success=v.done,v.error=v.fail,l.url=((a||l.url||Ib)+"").replace(Jb,"").replace(Ob,Hb[1]+"//"),l.type=b.method||b.type||l.method||l.type,l.dataTypes=ea.trim(l.dataType||"*").toLowerCase().match(ta)||[""],null==l.crossDomain&&(d=Pb.exec(l.url.toLowerCase()),l.crossDomain=!(!d||d[1]===Hb[1]&&d[2]===Hb[2]&&(d[3]||("http:"===d[1]?"80":"443"))===(Hb[3]||("http:"===Hb[1]?"80":"443")))),l.data&&l.processData&&"string"!=typeof l.data&&(l.data=ea.param(l.data,l.traditional)),O(Qb,l,b,v),2===t)return v;i=l.global,i&&0===ea.active++&&ea.event.trigger("ajaxStart"),l.type=l.type.toUpperCase(),l.hasContent=!Nb.test(l.type),f=l.url,l.hasContent||(l.data&&(f=l.url+=(Fb.test(f)?"&":"?")+l.data,delete l.data),l.cache===!1&&(l.url=Kb.test(f)?f.replace(Kb,"$1_="+Eb++):f+(Fb.test(f)?"&":"?")+"_="+Eb++)),l.ifModified&&(ea.lastModified[f]&&v.setRequestHeader("If-Modified-Since",ea.lastModified[f]),ea.etag[f]&&v.setRequestHeader("If-None-Match",ea.etag[f])),(l.data&&l.hasContent&&l.contentType!==!1||b.contentType)&&v.setRequestHeader("Content-Type",l.contentType),v.setRequestHeader("Accept",l.dataTypes[0]&&l.accepts[l.dataTypes[0]]?l.accepts[l.dataTypes[0]]+("*"!==l.dataTypes[0]?", "+Sb+"; q=0.01":""):l.accepts["*"]);for(e in l.headers)v.setRequestHeader(e,l.headers[e]);if(l.beforeSend&&(l.beforeSend.call(m,v,l)===!1||2===t))return v.abort();u="abort";for(e in{success:1,error:1,complete:1})v[e](l[e]);if(j=O(Rb,l,b,v)){v.readyState=1,i&&n.trigger("ajaxSend",[v,l]),l.async&&l.timeout>0&&(h=setTimeout(function(){v.abort("timeout")},l.timeout));try{t=1,j.send(r,c)}catch(w){if(!(2>t))throw w;c(-1,w)}}else c(-1,"No Transport");return v},getJSON:function(a,b,c){return ea.get(a,b,c,"json")},getScript:function(a,b){return ea.get(a,void 0,b,"script")}}),ea.each(["get","post"],function(a,b){ea[b]=function(a,c,d,e){return ea.isFunction(c)&&(e=e||d,d=c,c=void 0),ea.ajax({url:a,type:b,dataType:e,data:c,success:d})}}),ea.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){ea.fn[b]=function(a){return this.on(b,a)}}),ea._evalUrl=function(a){return ea.ajax({url:a,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})},ea.fn.extend({wrapAll:function(a){if(ea.isFunction(a))return this.each(function(b){ea(this).wrapAll(a.call(this,b))});if(this[0]){var b=ea(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){for(var a=this;a.firstChild&&1===a.firstChild.nodeType;)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return this.each(ea.isFunction(a)?function(b){ea(this).wrapInner(a.call(this,b))}:function(){var b=ea(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=ea.isFunction(a);return this.each(function(c){ea(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){ea.nodeName(this,"body")||ea(this).replaceWith(this.childNodes)}).end()}}),ea.expr.filters.hidden=function(a){return a.offsetWidth<=0&&a.offsetHeight<=0||!ca.reliableHiddenOffsets()&&"none"===(a.style&&a.style.display||ea.css(a,"display"))},ea.expr.filters.visible=function(a){return!ea.expr.filters.hidden(a)};var Ub=/%20/g,Vb=/\[\]$/,Wb=/\r?\n/g,Xb=/^(?:submit|button|image|reset|file)$/i,Yb=/^(?:input|select|textarea|keygen)/i;ea.param=function(a,b){var c,d=[],e=function(a,b){b=ea.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=ea.ajaxSettings&&ea.ajaxSettings.traditional),ea.isArray(a)||a.jquery&&!ea.isPlainObject(a))ea.each(a,function(){e(this.name,this.value)});else for(c in a)S(c,a[c],b,e);return d.join("&").replace(Ub,"+")},ea.fn.extend({serialize:function(){return ea.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=ea.prop(this,"elements");return a?ea.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!ea(this).is(":disabled")&&Yb.test(this.nodeName)&&!Xb.test(a)&&(this.checked||!Ea.test(a))}).map(function(a,b){var c=ea(this).val();return null==c?null:ea.isArray(c)?ea.map(c,function(a){return{name:b.name,value:a.replace(Wb,"\r\n")}}):{name:b.name,value:c.replace(Wb,"\r\n")}}).get()}}),ea.ajaxSettings.xhr=void 0!==a.ActiveXObject?function(){return!this.isLocal&&/^(get|post|head|put|delete|options)$/i.test(this.type)&&T()||U()}:T;var Zb=0,$b={},_b=ea.ajaxSettings.xhr();a.ActiveXObject&&ea(a).on("unload",function(){for(var a in $b)$b[a](void 0,!0)}),ca.cors=!!_b&&"withCredentials"in _b,_b=ca.ajax=!!_b,_b&&ea.ajaxTransport(function(a){if(!a.crossDomain||ca.cors){var b;return{send:function(c,d){var e,f=a.xhr(),g=++Zb;if(f.open(a.type,a.url,a.async,a.username,a.password),a.xhrFields)for(e in a.xhrFields)f[e]=a.xhrFields[e];a.mimeType&&f.overrideMimeType&&f.overrideMimeType(a.mimeType),a.crossDomain||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest");for(e in c)void 0!==c[e]&&f.setRequestHeader(e,c[e]+"");f.send(a.hasContent&&a.data||null),b=function(c,e){var h,i,j;if(b&&(e||4===f.readyState))if(delete $b[g],b=void 0,f.onreadystatechange=ea.noop,e)4!==f.readyState&&f.abort();else{j={},h=f.status,"string"==typeof f.responseText&&(j.text=f.responseText);try{i=f.statusText}catch(k){i=""}h||!a.isLocal||a.crossDomain?1223===h&&(h=204):h=j.text?200:404}j&&d(h,i,j,f.getAllResponseHeaders())},a.async?4===f.readyState?setTimeout(b):f.onreadystatechange=$b[g]=b:b()},abort:function(){b&&b(void 0,!0)}}}}),ea.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(a){return ea.globalEval(a),a}}}),ea.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),ea.ajaxTransport("script",function(a){if(a.crossDomain){var b,c=oa.head||ea("head")[0]||oa.documentElement;return{send:function(d,e){b=oa.createElement("script"),b.async=!0,a.scriptCharset&&(b.charset=a.scriptCharset),b.src=a.url,b.onload=b.onreadystatechange=function(a,c){(c||!b.readyState||/loaded|complete/.test(b.readyState))&&(b.onload=b.onreadystatechange=null,b.parentNode&&b.parentNode.removeChild(b),b=null,c||e(200,"success"))},c.insertBefore(b,c.firstChild)},abort:function(){b&&b.onload(void 0,!0)}}}});var ac=[],bc=/(=)\?(?=&|$)|\?\?/;ea.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=ac.pop()||ea.expando+"_"+Eb++;return this[a]=!0,a}}),ea.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(bc.test(b.url)?"url":"string"==typeof b.data&&!(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&bc.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=ea.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(bc,"$1"+e):b.jsonp!==!1&&(b.url+=(Fb.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||ea.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,ac.push(e)),g&&ea.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),ea.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||oa;var d=la.exec(a),e=!c&&[];return d?[b.createElement(d[1])]:(d=ea.buildFragment([a],b,e),e&&e.length&&ea(e).remove(),ea.merge([],d.childNodes))};var cc=ea.fn.load;ea.fn.load=function(a,b,c){if("string"!=typeof a&&cc)return cc.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>=0&&(d=ea.trim(a.slice(h,a.length)),a=a.slice(0,h)),ea.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(f="POST"),g.length>0&&ea.ajax({url:a,type:f,dataType:"html",data:b}).done(function(a){e=arguments,g.html(d?ea("<div>").append(ea.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,e||[a.responseText,b,a])}),this},ea.expr.filters.animated=function(a){return ea.grep(ea.timers,function(b){return a===b.elem}).length};var dc=a.document.documentElement;ea.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=ea.css(a,"position"),l=ea(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=ea.css(a,"top"),i=ea.css(a,"left"),j=("absolute"===k||"fixed"===k)&&ea.inArray("auto",[f,i])>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),ea.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},ea.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){ea.offset.setOffset(this,a,b)});var b,c,d={top:0,left:0},e=this[0],f=e&&e.ownerDocument;return f?(b=f.documentElement,ea.contains(b,e)?(typeof e.getBoundingClientRect!==xa&&(d=e.getBoundingClientRect()),c=V(f),{top:d.top+(c.pageYOffset||b.scrollTop)-(b.clientTop||0),left:d.left+(c.pageXOffset||b.scrollLeft)-(b.clientLeft||0)}):d):void 0},position:function(){if(this[0]){var a,b,c={top:0,left:0},d=this[0];return"fixed"===ea.css(d,"position")?b=d.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),ea.nodeName(a[0],"html")||(c=a.offset()),c.top+=ea.css(a[0],"borderTopWidth",!0),c.left+=ea.css(a[0],"borderLeftWidth",!0)),{top:b.top-c.top-ea.css(d,"marginTop",!0),left:b.left-c.left-ea.css(d,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||dc;a&&!ea.nodeName(a,"html")&&"static"===ea.css(a,"position");)a=a.offsetParent;return a||dc})}}),ea.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c=/Y/.test(b);ea.fn[a]=function(d){return Da(this,function(a,d,e){var f=V(a);return void 0===e?f?b in f?f[b]:f.document.documentElement[d]:a[d]:void(f?f.scrollTo(c?ea(f).scrollLeft():e,c?e:ea(f).scrollTop()):a[d]=e)},a,d,arguments.length,null)}}),ea.each(["top","left"],function(a,b){ea.cssHooks[b]=A(ca.pixelPosition,function(a,c){return c?(c=bb(a,b),db.test(c)?ea(a).position()[b]+"px":c):void 0})}),ea.each({Height:"height",Width:"width"},function(a,b){ea.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){ea.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return Da(this,function(b,c,d){var e;return ea.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?ea.css(b,c,g):ea.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),ea.fn.size=function(){return this.length},ea.fn.andSelf=ea.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return ea});var ec=a.jQuery,fc=a.$;return ea.noConflict=function(b){return a.$===ea&&(a.$=fc),b&&a.jQuery===ea&&(a.jQuery=ec),ea},typeof b===xa&&(a.jQuery=a.$=ea),ea}),"undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");if(+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){return a(b.target).is(this)?b.handleObj.handler.apply(this,arguments):void 0}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.2",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a(f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.2",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){
d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?a=!1:b.find(".active").removeClass("active")),a&&c.prop("checked",!this.$element.hasClass("active")).trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active"));a&&this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target);d.hasClass("btn")||(d=d.closest(".btn")),b.call(d,"toggle"),c.preventDefault()}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=this.sliding=this.interval=this.$active=this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.2",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));return a>this.$items.length-1||0>a?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){return this.sliding?void 0:this.slide("next")},c.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i=this;if(f.hasClass("active"))return this.sliding=!1;var j=f[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(m)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&"show"==b&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a(this.options.trigger).filter('[href="#'+b.id+'"], [data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.2",d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0,trigger:'[data-toggle="collapse"]'},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":a.extend({},e.data(),{trigger:this});c.call(f,h)})}(jQuery),+function(a){"use strict";function b(b){b&&3===b.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=c(d),f={relatedTarget:this};e.hasClass("open")&&(e.trigger(b=a.Event("hide.bs.dropdown",f)),b.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger("hidden.bs.dropdown",f)))}))}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.2",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a('<div class="dropdown-backdrop"/>').insertAfter(a(this)).on("click",b);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger("shown.bs.dropdown",h)}return!1}},g.prototype.keydown=function(b){if(/(38|40|27|32)/.test(b.which)&&!/input|textarea/i.test(b.target.tagName)){var d=a(this);if(b.preventDefault(),b.stopPropagation(),!d.is(".disabled, :disabled")){var e=c(d),g=e.hasClass("open");if(!g&&27!=b.which||g&&27==b.which)return 27==b.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.divider):visible a",i=e.find('[role="menu"]'+h+', [role="listbox"]'+h);if(i.length){var j=i.index(b.target);38==b.which&&j>0&&j--,40==b.which&&j<i.length-1&&j++,~j||(j=0),i.eq(j).trigger("focus")}}}};var h=a.fn.dropdown;a.fn.dropdown=d,a.fn.dropdown.Constructor=g,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=h,this},a(document).on("click.bs.dropdown.data-api",b).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",f,g.prototype.toggle).on("keydown.bs.dropdown.data-api",f,g.prototype.keydown).on("keydown.bs.dropdown.data-api",'[role="menu"]',g.prototype.keydown).on("keydown.bs.dropdown.data-api",'[role="listbox"]',g.prototype.keydown)}(jQuery),+function(a){"use strict";function b(b,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},c.DEFAULTS,e.data(),"object"==typeof b&&b);f||e.data("bs.modal",f=new c(this,g)),"string"==typeof b?f[b](d):g.show&&f.show(d)})}var c=function(b,c){this.options=c,this.$body=a(document.body),this.$element=a(b),this.$backdrop=this.isShown=null,this.scrollbarWidth=0,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,a.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};c.VERSION="3.3.2",c.TRANSITION_DURATION=300,c.BACKDROP_TRANSITION_DURATION=150,c.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},c.prototype.toggle=function(a){return this.isShown?this.hide():this.show(a)},c.prototype.show=function(b){var d=this,e=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(e),this.isShown||e.isDefaultPrevented()||(this.isShown=!0,this.checkScrollbar(),this.setScrollbar(),this.$body.addClass("modal-open"),this.escape(),this.resize(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.backdrop(function(){var e=a.support.transition&&d.$element.hasClass("fade");d.$element.parent().length||d.$element.appendTo(d.$body),d.$element.show().scrollTop(0),d.options.backdrop&&d.adjustBackdrop(),d.adjustDialog(),e&&d.$element[0].offsetWidth,d.$element.addClass("in").attr("aria-hidden",!1),d.enforceFocus();var f=a.Event("shown.bs.modal",{relatedTarget:b});e?d.$element.find(".modal-dialog").one("bsTransitionEnd",function(){d.$element.trigger("focus").trigger(f)}).emulateTransitionEnd(c.TRANSITION_DURATION):d.$element.trigger("focus").trigger(f)}))},c.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),this.resize(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.bs.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",a.proxy(this.hideModal,this)).emulateTransitionEnd(c.TRANSITION_DURATION):this.hideModal())},c.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.trigger("focus")},this))},c.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keydown.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keydown.dismiss.bs.modal")},c.prototype.resize=function(){this.isShown?a(window).on("resize.bs.modal",a.proxy(this.handleUpdate,this)):a(window).off("resize.bs.modal")},c.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.$body.removeClass("modal-open"),a.resetAdjustments(),a.resetScrollbar(),a.$element.trigger("hidden.bs.modal")})},c.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},c.prototype.backdrop=function(b){var d=this,e=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var f=a.support.transition&&e;if(this.$backdrop=a('<div class="modal-backdrop '+e+'" />').prependTo(this.$element).on("click.dismiss.bs.modal",a.proxy(function(a){a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call(this))},this)),f&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;f?this.$backdrop.one("bsTransitionEnd",b).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):b()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var g=function(){d.removeBackdrop(),b&&b()};a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",g).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):g()}else b&&b()},c.prototype.handleUpdate=function(){this.options.backdrop&&this.adjustBackdrop(),this.adjustDialog()},c.prototype.adjustBackdrop=function(){this.$backdrop.css("height",0).css("height",this.$element[0].scrollHeight)},c.prototype.adjustDialog=function(){var a=this.$element[0].scrollHeight>document.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&a?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!a?this.scrollbarWidth:""})},c.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},c.prototype.checkScrollbar=function(){this.bodyIsOverflowing=document.body.scrollHeight>document.documentElement.clientHeight,this.scrollbarWidth=this.measureScrollbar()},c.prototype.setScrollbar=function(){var a=parseInt(this.$body.css("padding-right")||0,10);this.bodyIsOverflowing&&this.$body.css("padding-right",a+this.scrollbarWidth)},c.prototype.resetScrollbar=function(){this.$body.css("padding-right","")},c.prototype.measureScrollbar=function(){var a=document.createElement("div");a.className="modal-scrollbar-measure",this.$body.append(a);var b=a.offsetWidth-a.clientWidth;return this.$body[0].removeChild(a),b};var d=a.fn.modal;a.fn.modal=b,a.fn.modal.Constructor=c,a.fn.modal.noConflict=function(){return a.fn.modal=d,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(c){var d=a(this),e=d.attr("href"),f=a(d.attr("data-target")||e&&e.replace(/.*(?=#[^\s]+$)/,"")),g=f.data("bs.modal")?"toggle":a.extend({remote:!/#/.test(e)&&e},f.data(),d.data());d.is("a")&&c.preventDefault(),f.one("show.bs.modal",function(a){a.isDefaultPrevented()||f.one("hidden.bs.modal",function(){d.is(":visible")&&d.trigger("focus")})}),b.call(f,g,this)})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof b&&b;(e||"destroy"!=b)&&(e||d.data("bs.tooltip",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null,this.init("tooltip",a,b)};c.VERSION="3.3.2",c.TRANSITION_DURATION=150,c.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(this.options.viewport.selector||this.options.viewport);for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c&&c.$tip&&c.$tip.is(":visible")?void(c.hoverState="in"):(c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show())},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.addClass("fade");var h="function"==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,j=i.test(h);j&&(h=h.replace(i,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(h).data("bs."+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.options.container?a(this.options.container):this.$element.parent(),p=this.getPosition(o);h="bottom"==h&&k.bottom+m>p.bottom?"top":"top"==h&&k.top-m<p.top?"bottom":"right"==h&&k.right+l>p.width?"left":"left"==h&&k.left-l<p.left?"right":h,f.removeClass(n).addClass(h)}var q=this.getCalculatedOffset(h,k,l,m);this.applyPlacement(q,h);var r=function(){var a=e.hoverState;e.$element.trigger("shown.bs."+e.type),e.hoverState=null,"out"==a&&e.leave(e)};a.support.transition&&this.$tip.hasClass("fade")?f.one("bsTransitionEnd",r).emulateTransitionEnd(c.TRANSITION_DURATION):r()}},c.prototype.applyPlacement=function(b,c){var d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),b.top=b.top+g,b.left=b.left+h,a.offset.setOffset(d[0],a.extend({using:function(a){d.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),d.addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;"top"==c&&j!=f&&(b.top=b.top+f-j);var k=this.getViewportAdjustedDelta(c,b,i,j);k.left?b.left+=k.left:b.top+=k.top;var l=/top|bottom/.test(c),m=l?2*k.left-e+i:2*k.top-f+j,n=l?"offsetWidth":"offsetHeight";d.offset(b),this.replaceArrow(m,d[0][n],l)},c.prototype.replaceArrow=function(a,b,c){this.arrow().css(c?"left":"top",50*(1-a/b)+"%").css(c?"top":"left","")},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},c.prototype.hide=function(b){function d(){"in"!=e.hoverState&&f.detach(),e.$element.removeAttr("aria-describedby").trigger("hidden.bs."+e.type),b&&b()}var e=this,f=this.tip(),g=a.Event("hide.bs."+this.type);return this.$element.trigger(g),g.isDefaultPrevented()?void 0:(f.removeClass("in"),a.support.transition&&this.$tip.hasClass("fade")?f.one("bsTransitionEnd",d).emulateTransitionEnd(c.TRANSITION_DURATION):d(),this.hoverState=null,this)},c.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},c.prototype.hasContent=function(){return this.getTitle()},c.prototype.getPosition=function(b){b=b||this.$element;var c=b[0],d="BODY"==c.tagName,e=c.getBoundingClientRect();null==e.width&&(e=a.extend({},e,{width:e.right-e.left,height:e.bottom-e.top}));var f=d?{top:0,left:0}:b.offset(),g={scroll:d?document.documentElement.scrollTop||document.body.scrollTop:b.scrollTop()},h=d?{width:a(window).width(),height:a(window).height()}:null;return a.extend({},e,g,h,f)},c.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},c.prototype.getViewportAdjustedDelta=function(a,b,c,d){var e={top:0,left:0};if(!this.$viewport)return e;var f=this.options.viewport&&this.options.viewport.padding||0,g=this.getPosition(this.$viewport);if(/right|left/.test(a)){var h=b.top-f-g.scroll,i=b.top+f-g.scroll+d;h<g.top?e.top=g.top-h:i>g.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;j<g.left?e.left=g.left-j:k>g.width&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){return this.$tip=this.$tip||a(this.options.template)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type)})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;(e||"destroy"!=b)&&(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.3.2",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},c.prototype.tip=function(){return this.$tip||(this.$tip=a(this.options.template)),this.$tip};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){var e=a.proxy(this.process,this);this.$body=a("body"),this.$scrollElement=a(a(c).is("body")?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",e),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.3.2",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b="offset",c=0;a.isWindow(this.$scrollElement[0])||(b="position",c=this.$scrollElement.scrollTop()),this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight();var d=this;this.$body.find(this.selector).map(function(){var d=a(this),e=d.data("target")||d.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[b]().top+c,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){d.offsets.push(this[0]),d.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b<e[0])return this.activeTarget=null,this.clear();for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(!e[a+1]||b<=e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,this.clear();var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")},b.prototype.clear=function(){a(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};var d=a.fn.scrollspy;a.fn.scrollspy=c,a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=d,this},a(window).on("load.bs.scrollspy.data-api",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);c.call(b,b.data())})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new c(this)),"string"==typeof b&&e[b]()})}var c=function(b){this.element=a(b)};c.VERSION="3.3.2",c.TRANSITION_DURATION=150,c.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a"),f=a.Event("hide.bs.tab",{relatedTarget:b[0]}),g=a.Event("show.bs.tab",{relatedTarget:e[0]});if(e.trigger(f),b.trigger(g),!g.isDefaultPrevented()&&!f.isDefaultPrevented()){var h=a(d);this.activate(b.closest("li"),c),this.activate(h,h.parent(),function(){e.trigger({type:"hidden.bs.tab",relatedTarget:b[0]}),b.trigger({type:"shown.bs.tab",relatedTarget:e[0]})})}}},c.prototype.activate=function(b,d,e){function f(){g.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),b.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),h?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .fade").length);g.length&&h?g.one("bsTransitionEnd",f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-toggle="pill"]',e)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=this.unpin=this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.2",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&&"top"==this.affixed)return c>e?"top":!1;if("bottom"==this.affixed)return null!=c?e+this.unpin<=f.top?!1:"bottom":a-d>=e+g?!1:"bottom";var h=null==this.affixed,i=h?e:f.top,j=h?g:b;return null!=c&&c>=e?"top":null!=d&&i+j>=a-d?"bottom":!1},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=a("body").height();"object"!=typeof d&&(f=e=d),"function"==typeof e&&(e=d.top(this.$element)),"function"==typeof f&&(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){
null!=this.unpin&&this.$element.css("top","");var i="affix"+(h?"-"+h:""),j=a.Event(i+".bs.affix");if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin="bottom"==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==h&&this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery),function($){function sc_setScroll(a,b,c){return"transition"==c.transition&&"swing"==b&&(b="ease"),{anims:[],duration:a,orgDuration:a,easing:b,startTime:getTime()}}function sc_startScroll(a,b){for(var c=0,d=a.anims.length;d>c;c++){var e=a.anims[c];e&&e[0][b.transition](e[1],a.duration,a.easing,e[2])}}function sc_stopScroll(a,b){is_boolean(b)||(b=!0),is_object(a.pre)&&sc_stopScroll(a.pre,b);for(var c=0,d=a.anims.length;d>c;c++){var e=a.anims[c];e[0].stop(!0),b&&(e[0].css(e[1]),is_function(e[2])&&e[2]())}is_object(a.post)&&sc_stopScroll(a.post,b)}function sc_afterScroll(a,b,c){switch(b&&b.remove(),c.fx){case"fade":case"crossfade":case"cover-fade":case"uncover-fade":a.css("opacity",1),a.css("filter","")}}function sc_fireCallbacks(a,b,c,d,e){if(b[c]&&b[c].call(a,d),e[c].length)for(var f=0,g=e[c].length;g>f;f++)e[c][f].call(a,d);return[]}function sc_fireQueue(a,b,c){return b.length&&(a.trigger(cf_e(b[0][0],c),b[0][1]),b.shift()),b}function sc_hideHiddenItems(a){a.each(function(){var a=$(this);a.data("_cfs_isHidden",a.is(":hidden")).hide()})}function sc_showHiddenItems(a){a&&a.each(function(){var a=$(this);a.data("_cfs_isHidden")||a.show()})}function sc_clearTimers(a){return a.auto&&clearTimeout(a.auto),a.progress&&clearInterval(a.progress),a}function sc_mapCallbackArguments(a,b,c,d,e,f,g){return{width:g.width,height:g.height,items:{old:a,skipped:b,visible:c},scroll:{items:d,direction:e,duration:f}}}function sc_getDuration(a,b,c,d){var e=a.duration;return"none"==a.fx?0:("auto"==e?e=b.scroll.duration/b.scroll.items*c:10>e&&(e=d/e),1>e?0:("fade"==a.fx&&(e/=2),Math.round(e)))}function nv_showNavi(a,b,c){var d=is_number(a.items.minimum)?a.items.minimum:a.items.visible+1;if("show"==b||"hide"==b)var e=b;else if(d>b){debug(c,"Not enough items ("+b+" total, "+d+" needed): Hiding navigation.");var e="hide"}else var e="show";var f="show"==e?"removeClass":"addClass",g=cf_c("hidden",c);a.auto.button&&a.auto.button[e]()[f](g),a.prev.button&&a.prev.button[e]()[f](g),a.next.button&&a.next.button[e]()[f](g),a.pagination.container&&a.pagination.container[e]()[f](g)}function nv_enableNavi(a,b,c){if(!a.circular&&!a.infinite){var d="removeClass"==b||"addClass"==b?b:!1,e=cf_c("disabled",c);if(a.auto.button&&d&&a.auto.button[d](e),a.prev.button){var f=d||0==b?"addClass":"removeClass";a.prev.button[f](e)}if(a.next.button){var f=d||b==a.items.visible?"addClass":"removeClass";a.next.button[f](e)}}}function go_getObject(a,b){return is_function(b)?b=b.call(a):is_undefined(b)&&(b={}),b}function go_getItemsObject(a,b){return b=go_getObject(a,b),is_number(b)?b={visible:b}:"variable"==b?b={visible:b,width:b,height:b}:is_object(b)||(b={}),b}function go_getScrollObject(a,b){return b=go_getObject(a,b),is_number(b)?b=50>=b?{items:b}:{duration:b}:is_string(b)?b={easing:b}:is_object(b)||(b={}),b}function go_getNaviObject(a,b){if(b=go_getObject(a,b),is_string(b)){var c=cf_getKeyCode(b);b=-1==c?$(b):c}return b}function go_getAutoObject(a,b){return b=go_getNaviObject(a,b),is_jquery(b)?b={button:b}:is_boolean(b)?b={play:b}:is_number(b)&&(b={timeoutDuration:b}),b.progress&&(is_string(b.progress)||is_jquery(b.progress))&&(b.progress={bar:b.progress}),b}function go_complementAutoObject(a,b){return is_function(b.button)&&(b.button=b.button.call(a)),is_string(b.button)&&(b.button=$(b.button)),is_boolean(b.play)||(b.play=!0),is_number(b.delay)||(b.delay=0),is_undefined(b.pauseOnEvent)&&(b.pauseOnEvent=!0),is_boolean(b.pauseOnResize)||(b.pauseOnResize=!0),is_number(b.timeoutDuration)||(b.timeoutDuration=10>b.duration?2500:5*b.duration),b.progress&&(is_function(b.progress.bar)&&(b.progress.bar=b.progress.bar.call(a)),is_string(b.progress.bar)&&(b.progress.bar=$(b.progress.bar)),b.progress.bar?(is_function(b.progress.updater)||(b.progress.updater=$.fn.carouFredSel.progressbarUpdater),is_number(b.progress.interval)||(b.progress.interval=50)):b.progress=!1),b}function go_getPrevNextObject(a,b){return b=go_getNaviObject(a,b),is_jquery(b)?b={button:b}:is_number(b)&&(b={key:b}),b}function go_complementPrevNextObject(a,b){return is_function(b.button)&&(b.button=b.button.call(a)),is_string(b.button)&&(b.button=$(b.button)),is_string(b.key)&&(b.key=cf_getKeyCode(b.key)),b}function go_getPaginationObject(a,b){return b=go_getNaviObject(a,b),is_jquery(b)?b={container:b}:is_boolean(b)&&(b={keys:b}),b}function go_complementPaginationObject(a,b){return is_function(b.container)&&(b.container=b.container.call(a)),is_string(b.container)&&(b.container=$(b.container)),is_number(b.items)||(b.items=!1),is_boolean(b.keys)||(b.keys=!1),is_function(b.anchorBuilder)||is_false(b.anchorBuilder)||(b.anchorBuilder=$.fn.carouFredSel.pageAnchorBuilder),is_number(b.deviation)||(b.deviation=0),b}function go_getSwipeObject(a,b){return is_function(b)&&(b=b.call(a)),is_undefined(b)&&(b={onTouch:!1}),is_true(b)?b={onTouch:b}:is_number(b)&&(b={items:b}),b}function go_complementSwipeObject(a,b){return is_boolean(b.onTouch)||(b.onTouch=!0),is_boolean(b.onMouse)||(b.onMouse=!1),is_object(b.options)||(b.options={}),is_boolean(b.options.triggerOnTouchEnd)||(b.options.triggerOnTouchEnd=!1),b}function go_getMousewheelObject(a,b){return is_function(b)&&(b=b.call(a)),is_true(b)?b={}:is_number(b)?b={items:b}:is_undefined(b)&&(b=!1),b}function go_complementMousewheelObject(a,b){return b}function gn_getItemIndex(a,b,c,d,e){if(is_string(a)&&(a=$(a,e)),is_object(a)&&(a=$(a,e)),is_jquery(a)?(a=e.children().index(a),is_boolean(c)||(c=!1)):is_boolean(c)||(c=!0),is_number(a)||(a=0),is_number(b)||(b=0),c&&(a+=d.first),a+=b,d.total>0){for(;a>=d.total;)a-=d.total;for(;0>a;)a+=d.total}return a}function gn_getVisibleItemsPrev(a,b,c){for(var d=0,e=0,f=c;f>=0;f--){var g=a.eq(f);if(d+=g.is(":visible")?g[b.d.outerWidth](!0):0,d>b.maxDimension)return e;0==f&&(f=a.length),e++}}function gn_getVisibleItemsPrevFilter(a,b,c){return gn_getItemsPrevFilter(a,b.items.filter,b.items.visibleConf.org,c)}function gn_getScrollItemsPrevFilter(a,b,c,d){return gn_getItemsPrevFilter(a,b.items.filter,d,c)}function gn_getItemsPrevFilter(a,b,c,d){for(var e=0,f=0,g=d,h=a.length;g>=0;g--){if(f++,f==h)return f;var i=a.eq(g);if(i.is(b)&&(e++,e==c))return f;0==g&&(g=h)}}function gn_getVisibleOrg(a,b){return b.items.visibleConf.org||a.children().slice(0,b.items.visible).filter(b.items.filter).length}function gn_getVisibleItemsNext(a,b,c){for(var d=0,e=0,f=c,g=a.length-1;g>=f;f++){var h=a.eq(f);if(d+=h.is(":visible")?h[b.d.outerWidth](!0):0,d>b.maxDimension)return e;if(e++,e==g+1)return e;f==g&&(f=-1)}}function gn_getVisibleItemsNextTestCircular(a,b,c,d){var e=gn_getVisibleItemsNext(a,b,c);return b.circular||c+e>d&&(e=d-c),e}function gn_getVisibleItemsNextFilter(a,b,c){return gn_getItemsNextFilter(a,b.items.filter,b.items.visibleConf.org,c,b.circular)}function gn_getScrollItemsNextFilter(a,b,c,d){return gn_getItemsNextFilter(a,b.items.filter,d+1,c,b.circular)-1}function gn_getItemsNextFilter(a,b,c,d){for(var e=0,f=0,g=d,h=a.length-1;h>=g;g++){if(f++,f>=h)return f;var i=a.eq(g);if(i.is(b)&&(e++,e==c))return f;g==h&&(g=-1)}}function gi_getCurrentItems(a,b){return a.slice(0,b.items.visible)}function gi_getOldItemsPrev(a,b,c){return a.slice(c,b.items.visibleConf.old+c)}function gi_getNewItemsPrev(a,b){return a.slice(0,b.items.visible)}function gi_getOldItemsNext(a,b){return a.slice(0,b.items.visibleConf.old)}function gi_getNewItemsNext(a,b,c){return a.slice(c,b.items.visible+c)}function sz_storeMargin(a,b,c){b.usePadding&&(is_string(c)||(c="_cfs_origCssMargin"),a.each(function(){var a=$(this),d=parseInt(a.css(b.d.marginRight),10);is_number(d)||(d=0),a.data(c,d)}))}function sz_resetMargin(a,b,c){if(b.usePadding){var d=is_boolean(c)?c:!1;is_number(c)||(c=0),sz_storeMargin(a,b,"_cfs_tempCssMargin"),a.each(function(){var a=$(this);a.css(b.d.marginRight,d?a.data("_cfs_tempCssMargin"):c+a.data("_cfs_origCssMargin"))})}}function sz_storeOrigCss(a){a.each(function(){var a=$(this);a.data("_cfs_origCss",a.attr("style")||"")})}function sz_restoreOrigCss(a){a.each(function(){var a=$(this);a.attr("style",a.data("_cfs_origCss")||"")})}function sz_setResponsiveSizes(a,b){var c=(a.items.visible,a.items[a.d.width]),d=a[a.d.height],e=is_percentage(d);b.each(function(){var b=$(this),f=c-ms_getPaddingBorderMargin(b,a,"Width");b[a.d.width](f),e&&b[a.d.height](ms_getPercentage(f,d))})}function sz_setSizes(a,b){var c=a.parent(),d=a.children(),e=gi_getCurrentItems(d,b),f=cf_mapWrapperSizes(ms_getSizes(e,b,!0),b,!1);if(c.css(f),b.usePadding){var g=b.padding,h=g[b.d[1]];b.align&&0>h&&(h=0);var i=e.last();i.css(b.d.marginRight,i.data("_cfs_origCssMargin")+h),a.css(b.d.top,g[b.d[0]]),a.css(b.d.left,g[b.d[3]])}return a.css(b.d.width,f[b.d.width]+2*ms_getTotalSize(d,b,"width")),a.css(b.d.height,ms_getLargestSize(d,b,"height")),f}function ms_getSizes(a,b,c){return[ms_getTotalSize(a,b,"width",c),ms_getLargestSize(a,b,"height",c)]}function ms_getLargestSize(a,b,c,d){return is_boolean(d)||(d=!1),is_number(b[b.d[c]])&&d?b[b.d[c]]:is_number(b.items[b.d[c]])?b.items[b.d[c]]:(c=c.toLowerCase().indexOf("width")>-1?"outerWidth":"outerHeight",ms_getTrueLargestSize(a,b,c))}function ms_getTrueLargestSize(a,b,c){for(var d=0,e=0,f=a.length;f>e;e++){var g=a.eq(e),h=g.is(":visible")?g[b.d[c]](!0):0;h>d&&(d=h)}return d}function ms_getTotalSize(a,b,c,d){if(is_boolean(d)||(d=!1),is_number(b[b.d[c]])&&d)return b[b.d[c]];if(is_number(b.items[b.d[c]]))return b.items[b.d[c]]*a.length;for(var e=c.toLowerCase().indexOf("width")>-1?"outerWidth":"outerHeight",f=0,g=0,h=a.length;h>g;g++){var i=a.eq(g);f+=i.is(":visible")?i[b.d[e]](!0):0}return f}function ms_getParentSize(a,b,c){var d=a.is(":visible");d&&a.hide();var e=a.parent()[b.d[c]]();return d&&a.show(),e}function ms_getMaxDimension(a,b){return is_number(a[a.d.width])?a[a.d.width]:b}function ms_hasVariableSizes(a,b,c){for(var d=!1,e=!1,f=0,g=a.length;g>f;f++){var h=a.eq(f),i=h.is(":visible")?h[b.d[c]](!0):0;d===!1?d=i:d!=i&&(e=!0),0==d&&(e=!0)}return e}function ms_getPaddingBorderMargin(a,b,c){return a[b.d["outer"+c]](!0)-a[b.d[c.toLowerCase()]]()}function ms_getPercentage(a,b){if(is_percentage(b)){if(b=parseInt(b.slice(0,-1),10),!is_number(b))return a;a*=b/100}return a}function cf_e(a,b,c,d,e){return is_boolean(c)||(c=!0),is_boolean(d)||(d=!0),is_boolean(e)||(e=!1),c&&(a=b.events.prefix+a),d&&(a=a+"."+b.events.namespace),d&&e&&(a+=b.serialNumber),a}function cf_c(a,b){return is_string(b.classnames[a])?b.classnames[a]:a}function cf_mapWrapperSizes(a,b,c){is_boolean(c)||(c=!0);var d=b.usePadding&&c?b.padding:[0,0,0,0],e={};return e[b.d.width]=a[0]+d[1]+d[3],e[b.d.height]=a[1]+d[0]+d[2],e}function cf_sortParams(a,b){for(var c=[],d=0,e=a.length;e>d;d++)for(var f=0,g=b.length;g>f;f++)if(b[f].indexOf(typeof a[d])>-1&&is_undefined(c[f])){c[f]=a[d];break}return c}function cf_getPadding(a){if(is_undefined(a))return[0,0,0,0];if(is_number(a))return[a,a,a,a];if(is_string(a)&&(a=a.split("px").join("").split("em").join("").split(" ")),!is_array(a))return[0,0,0,0];for(var b=0;4>b;b++)a[b]=parseInt(a[b],10);switch(a.length){case 0:return[0,0,0,0];case 1:return[a[0],a[0],a[0],a[0]];case 2:return[a[0],a[1],a[0],a[1]];case 3:return[a[0],a[1],a[2],a[1]];default:return[a[0],a[1],a[2],a[3]]}}function cf_getAlignPadding(a,b){var c=is_number(b[b.d.width])?Math.ceil(b[b.d.width]-ms_getTotalSize(a,b,"width")):0;switch(b.align){case"left":return[0,c];case"right":return[c,0];case"center":default:return[Math.ceil(c/2),Math.floor(c/2)]}}function cf_getDimensions(a){for(var b=[["width","innerWidth","outerWidth","height","innerHeight","outerHeight","left","top","marginRight",0,1,2,3],["height","innerHeight","outerHeight","width","innerWidth","outerWidth","top","left","marginBottom",3,2,1,0]],c=b[0].length,d="right"==a.direction||"left"==a.direction?0:1,e={},f=0;c>f;f++)e[b[0][f]]=b[d][f];return e}function cf_getAdjust(a,b,c,d){var e=a;if(is_function(c))e=c.call(d,e);else if(is_string(c)){var f=c.split("+"),g=c.split("-");if(g.length>f.length)var h=!0,i=g[0],j=g[1];else var h=!1,i=f[0],j=f[1];switch(i){case"even":e=1==a%2?a-1:a;break;case"odd":e=0==a%2?a-1:a;break;default:e=a}j=parseInt(j,10),is_number(j)&&(h&&(j=-j),e+=j)}return(!is_number(e)||1>e)&&(e=1),e}function cf_getItemsAdjust(a,b,c,d){return cf_getItemAdjustMinMax(cf_getAdjust(a,b,c,d),b.items.visibleConf)}function cf_getItemAdjustMinMax(a,b){return is_number(b.min)&&b.min>a&&(a=b.min),is_number(b.max)&&a>b.max&&(a=b.max),1>a&&(a=1),a}function cf_getSynchArr(a){is_array(a)||(a=[[a]]),is_array(a[0])||(a=[a]);for(var b=0,c=a.length;c>b;b++)is_string(a[b][0])&&(a[b][0]=$(a[b][0])),is_boolean(a[b][1])||(a[b][1]=!0),is_boolean(a[b][2])||(a[b][2]=!0),is_number(a[b][3])||(a[b][3]=0);return a}function cf_getKeyCode(a){return"right"==a?39:"left"==a?37:"up"==a?38:"down"==a?40:-1}function cf_setCookie(a,b,c){if(a){var d=b.triggerHandler(cf_e("currentPosition",c));$.fn.carouFredSel.cookie.set(a,d)}}function cf_getCookie(a){var b=$.fn.carouFredSel.cookie.get(a);return""==b?0:b}function in_mapCss(a,b){for(var c={},d=0,e=b.length;e>d;d++)c[b[d]]=a.css(b[d]);return c}function in_complementItems(a,b,c,d){return is_object(a.visibleConf)||(a.visibleConf={}),is_object(a.sizesConf)||(a.sizesConf={}),0==a.start&&is_number(d)&&(a.start=d),is_object(a.visible)?(a.visibleConf.min=a.visible.min,a.visibleConf.max=a.visible.max,a.visible=!1):is_string(a.visible)?("variable"==a.visible?a.visibleConf.variable=!0:a.visibleConf.adjust=a.visible,a.visible=!1):is_function(a.visible)&&(a.visibleConf.adjust=a.visible,a.visible=!1),is_string(a.filter)||(a.filter=c.filter(":hidden").length>0?":visible":"*"),a[b.d.width]||(b.responsive?(debug(!0,"Set a "+b.d.width+" for the items!"),a[b.d.width]=ms_getTrueLargestSize(c,b,"outerWidth")):a[b.d.width]=ms_hasVariableSizes(c,b,"outerWidth")?"variable":c[b.d.outerWidth](!0)),a[b.d.height]||(a[b.d.height]=ms_hasVariableSizes(c,b,"outerHeight")?"variable":c[b.d.outerHeight](!0)),a.sizesConf.width=a.width,a.sizesConf.height=a.height,a}function in_complementVisibleItems(a,b){return"variable"==a.items[a.d.width]&&(a.items.visibleConf.variable=!0),a.items.visibleConf.variable||(is_number(a[a.d.width])?a.items.visible=Math.floor(a[a.d.width]/a.items[a.d.width]):(a.items.visible=Math.floor(b/a.items[a.d.width]),a[a.d.width]=a.items.visible*a.items[a.d.width],a.items.visibleConf.adjust||(a.align=!1)),("Infinity"==a.items.visible||1>a.items.visible)&&(debug(!0,'Not a valid number of visible items: Set to "variable".'),a.items.visibleConf.variable=!0)),a}function in_complementPrimarySize(a,b,c){return"auto"==a&&(a=ms_getTrueLargestSize(c,b,"outerWidth")),a}function in_complementSecondarySize(a,b,c){return"auto"==a&&(a=ms_getTrueLargestSize(c,b,"outerHeight")),a||(a=b.items[b.d.height]),a}function in_getAlignPadding(a,b){var c=cf_getAlignPadding(gi_getCurrentItems(b,a),a);return a.padding[a.d[1]]=c[1],a.padding[a.d[3]]=c[0],a}function in_getResponsiveValues(a,b){var c=cf_getItemAdjustMinMax(Math.ceil(a[a.d.width]/a.items[a.d.width]),a.items.visibleConf);c>b.length&&(c=b.length);var d=Math.floor(a[a.d.width]/c);return a.items.visible=c,a.items[a.d.width]=d,a[a.d.width]=c*d,a}function bt_pauseOnHoverConfig(a){if(is_string(a))var b=a.indexOf("immediate")>-1?!0:!1,c=a.indexOf("resume")>-1?!0:!1;else var b=c=!1;return[b,c]}function bt_mousesheelNumber(a){return is_number(a)?a:null}function is_null(a){return null===a}function is_undefined(a){return is_null(a)||void 0===a||""===a||"undefined"===a}function is_array(a){return a instanceof Array}function is_jquery(a){return a instanceof jQuery}function is_object(a){return(a instanceof Object||"object"==typeof a)&&!is_null(a)&&!is_jquery(a)&&!is_array(a)&&!is_function(a)}function is_number(a){return(a instanceof Number||"number"==typeof a)&&!isNaN(a)}function is_string(a){return(a instanceof String||"string"==typeof a)&&!is_undefined(a)&&!is_true(a)&&!is_false(a)}function is_function(a){return a instanceof Function||"function"==typeof a}function is_boolean(a){return a instanceof Boolean||"boolean"==typeof a||is_true(a)||is_false(a)}function is_true(a){return a===!0||"true"===a}function is_false(a){return a===!1||"false"===a}function is_percentage(a){return is_string(a)&&"%"==a.slice(-1)}function getTime(){return(new Date).getTime()}function deprecated(a,b){debug(!0,a+" is DEPRECATED, support for it will be removed. Use "+b+" instead.")}function debug(a,b){if(!is_undefined(window.console)&&!is_undefined(window.console.log)){if(is_object(a)){var c=" ("+a.selector+")";a=a.debug}else var c="";if(!a)return!1;b=is_string(b)?"carouFredSel"+c+": "+b:["carouFredSel"+c+":",b],window.console.log(b)}return!1}$.fn.carouFredSel||($.fn.caroufredsel=$.fn.carouFredSel=function(options,configs){if(0==this.length)return debug(!0,'No element found for "'+this.selector+'".'),this;if(this.length>1)return this.each(function(){$(this).carouFredSel(options,configs)});var $cfs=this,$tt0=this[0],starting_position=!1;$cfs.data("_cfs_isCarousel")&&(starting_position=$cfs.triggerHandler("_cfs_triggerEvent","currentPosition"),$cfs.trigger("_cfs_triggerEvent",["destroy",!0]));var FN={};FN._init=function(a,b,c){a=go_getObject($tt0,a),a.items=go_getItemsObject($tt0,a.items),a.scroll=go_getScrollObject($tt0,a.scroll),a.auto=go_getAutoObject($tt0,a.auto),a.prev=go_getPrevNextObject($tt0,a.prev),a.next=go_getPrevNextObject($tt0,a.next),a.pagination=go_getPaginationObject($tt0,a.pagination),a.swipe=go_getSwipeObject($tt0,a.swipe),a.mousewheel=go_getMousewheelObject($tt0,a.mousewheel),b&&(opts_orig=$.extend(!0,{},$.fn.carouFredSel.defaults,a)),opts=$.extend(!0,{},$.fn.carouFredSel.defaults,a),opts.d=cf_getDimensions(opts),crsl.direction="up"==opts.direction||"left"==opts.direction?"next":"prev";var d=$cfs.children(),e=ms_getParentSize($wrp,opts,"width");if(is_true(opts.cookie)&&(opts.cookie="caroufredsel_cookie_"+conf.serialNumber),opts.maxDimension=ms_getMaxDimension(opts,e),opts.items=in_complementItems(opts.items,opts,d,c),opts[opts.d.width]=in_complementPrimarySize(opts[opts.d.width],opts,d),opts[opts.d.height]=in_complementSecondarySize(opts[opts.d.height],opts,d),opts.responsive&&(is_percentage(opts[opts.d.width])||(opts[opts.d.width]="100%")),is_percentage(opts[opts.d.width])&&(crsl.upDateOnWindowResize=!0,crsl.primarySizePercentage=opts[opts.d.width],opts[opts.d.width]=ms_getPercentage(e,crsl.primarySizePercentage),opts.items.visible||(opts.items.visibleConf.variable=!0)),opts.responsive?(opts.usePadding=!1,opts.padding=[0,0,0,0],opts.align=!1,opts.items.visibleConf.variable=!1):(opts.items.visible||(opts=in_complementVisibleItems(opts,e)),opts[opts.d.width]||(!opts.items.visibleConf.variable&&is_number(opts.items[opts.d.width])&&"*"==opts.items.filter?(opts[opts.d.width]=opts.items.visible*opts.items[opts.d.width],opts.align=!1):opts[opts.d.width]="variable"),is_undefined(opts.align)&&(opts.align=is_number(opts[opts.d.width])?"center":!1),opts.items.visibleConf.variable&&(opts.items.visible=gn_getVisibleItemsNext(d,opts,0))),"*"==opts.items.filter||opts.items.visibleConf.variable||(opts.items.visibleConf.org=opts.items.visible,opts.items.visible=gn_getVisibleItemsNextFilter(d,opts,0)),opts.items.visible=cf_getItemsAdjust(opts.items.visible,opts,opts.items.visibleConf.adjust,$tt0),opts.items.visibleConf.old=opts.items.visible,opts.responsive)opts.items.visibleConf.min||(opts.items.visibleConf.min=opts.items.visible),opts.items.visibleConf.max||(opts.items.visibleConf.max=opts.items.visible),opts=in_getResponsiveValues(opts,d,e);else switch(opts.padding=cf_getPadding(opts.padding),"top"==opts.align?opts.align="left":"bottom"==opts.align&&(opts.align="right"),opts.align){case"center":case"left":case"right":"variable"!=opts[opts.d.width]&&(opts=in_getAlignPadding(opts,d),opts.usePadding=!0);break;default:opts.align=!1,opts.usePadding=0==opts.padding[0]&&0==opts.padding[1]&&0==opts.padding[2]&&0==opts.padding[3]?!1:!0}is_number(opts.scroll.duration)||(opts.scroll.duration=500),is_undefined(opts.scroll.items)&&(opts.scroll.items=opts.responsive||opts.items.visibleConf.variable||"*"!=opts.items.filter?"visible":opts.items.visible),opts.auto=$.extend(!0,{},opts.scroll,opts.auto),opts.prev=$.extend(!0,{},opts.scroll,opts.prev),opts.next=$.extend(!0,{},opts.scroll,opts.next),opts.pagination=$.extend(!0,{},opts.scroll,opts.pagination),opts.auto=go_complementAutoObject($tt0,opts.auto),opts.prev=go_complementPrevNextObject($tt0,opts.prev),opts.next=go_complementPrevNextObject($tt0,opts.next),opts.pagination=go_complementPaginationObject($tt0,opts.pagination),opts.swipe=go_complementSwipeObject($tt0,opts.swipe),opts.mousewheel=go_complementMousewheelObject($tt0,opts.mousewheel),opts.synchronise&&(opts.synchronise=cf_getSynchArr(opts.synchronise)),opts.auto.onPauseStart&&(opts.auto.onTimeoutStart=opts.auto.onPauseStart,deprecated("auto.onPauseStart","auto.onTimeoutStart")),opts.auto.onPausePause&&(opts.auto.onTimeoutPause=opts.auto.onPausePause,deprecated("auto.onPausePause","auto.onTimeoutPause")),opts.auto.onPauseEnd&&(opts.auto.onTimeoutEnd=opts.auto.onPauseEnd,deprecated("auto.onPauseEnd","auto.onTimeoutEnd")),opts.auto.pauseDuration&&(opts.auto.timeoutDuration=opts.auto.pauseDuration,deprecated("auto.pauseDuration","auto.timeoutDuration"))},FN._build=function(){$cfs.data("_cfs_isCarousel",!0);var a=$cfs.children(),b=in_mapCss($cfs,["textAlign","float","position","top","right","bottom","left","zIndex","width","height","marginTop","marginRight","marginBottom","marginLeft"]),c="relative";switch(b.position){case"absolute":case"fixed":c=b.position}"parent"==conf.wrapper?sz_storeOrigCss($wrp):$wrp.css(b),$wrp.css({overflow:"hidden",position:c}),sz_storeOrigCss($cfs),$cfs.data("_cfs_origCssZindex",b.zIndex),$cfs.css({textAlign:"left","float":"none",position:"absolute",top:0,right:"auto",bottom:"auto",left:0,marginTop:0,marginRight:0,marginBottom:0,marginLeft:0}),sz_storeMargin(a,opts),sz_storeOrigCss(a),opts.responsive&&sz_setResponsiveSizes(opts,a)},FN._bind_events=function(){FN._unbind_events(),$cfs.bind(cf_e("stop",conf),function(a,b){return a.stopPropagation(),crsl.isStopped||opts.auto.button&&opts.auto.button.addClass(cf_c("stopped",conf)),crsl.isStopped=!0,opts.auto.play&&(opts.auto.play=!1,$cfs.trigger(cf_e("pause",conf),b)),!0}),$cfs.bind(cf_e("finish",conf),function(a){return a.stopPropagation(),crsl.isScrolling&&sc_stopScroll(scrl),!0}),$cfs.bind(cf_e("pause",conf),function(a,b,c){if(a.stopPropagation(),tmrs=sc_clearTimers(tmrs),b&&crsl.isScrolling){scrl.isStopped=!0;var d=getTime()-scrl.startTime;scrl.duration-=d,scrl.pre&&(scrl.pre.duration-=d),scrl.post&&(scrl.post.duration-=d),sc_stopScroll(scrl,!1)}if(crsl.isPaused||crsl.isScrolling||c&&(tmrs.timePassed+=getTime()-tmrs.startTime),crsl.isPaused||opts.auto.button&&opts.auto.button.addClass(cf_c("paused",conf)),crsl.isPaused=!0,opts.auto.onTimeoutPause){var e=opts.auto.timeoutDuration-tmrs.timePassed,f=100-Math.ceil(100*e/opts.auto.timeoutDuration);opts.auto.onTimeoutPause.call($tt0,f,e)}return!0}),$cfs.bind(cf_e("play",conf),function(a,b,c,d){a.stopPropagation(),tmrs=sc_clearTimers(tmrs);var e=[b,c,d],f=["string","number","boolean"],g=cf_sortParams(e,f);if(b=g[0],c=g[1],d=g[2],"prev"!=b&&"next"!=b&&(b=crsl.direction),is_number(c)||(c=0),is_boolean(d)||(d=!1),d&&(crsl.isStopped=!1,opts.auto.play=!0),!opts.auto.play)return a.stopImmediatePropagation(),debug(conf,"Carousel stopped: Not scrolling.");crsl.isPaused&&opts.auto.button&&(opts.auto.button.removeClass(cf_c("stopped",conf)),opts.auto.button.removeClass(cf_c("paused",conf))),crsl.isPaused=!1,tmrs.startTime=getTime();var h=opts.auto.timeoutDuration+c;return dur2=h-tmrs.timePassed,perc=100-Math.ceil(100*dur2/h),opts.auto.progress&&(tmrs.progress=setInterval(function(){var a=getTime()-tmrs.startTime+tmrs.timePassed,b=Math.ceil(100*a/h);opts.auto.progress.updater.call(opts.auto.progress.bar[0],b)},opts.auto.progress.interval)),tmrs.auto=setTimeout(function(){opts.auto.progress&&opts.auto.progress.updater.call(opts.auto.progress.bar[0],100),opts.auto.onTimeoutEnd&&opts.auto.onTimeoutEnd.call($tt0,perc,dur2),crsl.isScrolling?$cfs.trigger(cf_e("play",conf),b):$cfs.trigger(cf_e(b,conf),opts.auto)},dur2),opts.auto.onTimeoutStart&&opts.auto.onTimeoutStart.call($tt0,perc,dur2),!0}),$cfs.bind(cf_e("resume",conf),function(a){return a.stopPropagation(),scrl.isStopped?(scrl.isStopped=!1,crsl.isPaused=!1,crsl.isScrolling=!0,scrl.startTime=getTime(),sc_startScroll(scrl,conf)):$cfs.trigger(cf_e("play",conf)),!0}),$cfs.bind(cf_e("prev",conf)+" "+cf_e("next",conf),function(a,b,c,d,e){if(a.stopPropagation(),crsl.isStopped||$cfs.is(":hidden"))return a.stopImmediatePropagation(),debug(conf,"Carousel stopped or hidden: Not scrolling.");var f=is_number(opts.items.minimum)?opts.items.minimum:opts.items.visible+1;if(f>itms.total)return a.stopImmediatePropagation(),debug(conf,"Not enough items ("+itms.total+" total, "+f+" needed): Not scrolling.");var g=[b,c,d,e],h=["object","number/string","function","boolean"],i=cf_sortParams(g,h);b=i[0],c=i[1],d=i[2],e=i[3];var j=a.type.slice(conf.events.prefix.length);if(is_object(b)||(b={}),is_function(d)&&(b.onAfter=d),is_boolean(e)&&(b.queue=e),b=$.extend(!0,{},opts[j],b),b.conditions&&!b.conditions.call($tt0,j))return a.stopImmediatePropagation(),debug(conf,'Callback "conditions" returned false.');if(!is_number(c)){if("*"!=opts.items.filter)c="visible";else for(var k=[c,b.items,opts[j].items],i=0,l=k.length;l>i;i++)if(is_number(k[i])||"page"==k[i]||"visible"==k[i]){c=k[i];break}switch(c){case"page":return a.stopImmediatePropagation(),$cfs.triggerHandler(cf_e(j+"Page",conf),[b,d]);case"visible":opts.items.visibleConf.variable||"*"!=opts.items.filter||(c=opts.items.visible)}}if(scrl.isStopped)return $cfs.trigger(cf_e("resume",conf)),$cfs.trigger(cf_e("queue",conf),[j,[b,c,d]]),a.stopImmediatePropagation(),debug(conf,"Carousel resumed scrolling.");if(b.duration>0&&crsl.isScrolling)return b.queue&&("last"==b.queue&&(queu=[]),("first"!=b.queue||0==queu.length)&&$cfs.trigger(cf_e("queue",conf),[j,[b,c,d]])),a.stopImmediatePropagation(),debug(conf,"Carousel currently scrolling.");if(tmrs.timePassed=0,$cfs.trigger(cf_e("slide_"+j,conf),[b,c]),opts.synchronise)for(var m=opts.synchronise,n=[b,c],o=0,l=m.length;l>o;o++){var p=j;m[o][2]||(p="prev"==p?"next":"prev"),m[o][1]||(n[0]=m[o][0].triggerHandler("_cfs_triggerEvent",["configuration",p])),n[1]=c+m[o][3],m[o][0].trigger("_cfs_triggerEvent",["slide_"+p,n])}return!0}),$cfs.bind(cf_e("slide_prev",conf),function(a,b,c){a.stopPropagation();var d=$cfs.children();if(!opts.circular&&0==itms.first)return opts.infinite&&$cfs.trigger(cf_e("next",conf),itms.total-1),a.stopImmediatePropagation();if(sz_resetMargin(d,opts),!is_number(c)){if(opts.items.visibleConf.variable)c=gn_getVisibleItemsPrev(d,opts,itms.total-1);else if("*"!=opts.items.filter){var e=is_number(b.items)?b.items:gn_getVisibleOrg($cfs,opts);c=gn_getScrollItemsPrevFilter(d,opts,itms.total-1,e)}else c=opts.items.visible;c=cf_getAdjust(c,opts,b.items,$tt0)}if(opts.circular||itms.total-c<itms.first&&(c=itms.total-itms.first),opts.items.visibleConf.old=opts.items.visible,opts.items.visibleConf.variable){var f=cf_getItemsAdjust(gn_getVisibleItemsNext(d,opts,itms.total-c),opts,opts.items.visibleConf.adjust,$tt0);f>=opts.items.visible+c&&itms.total>c&&(c++,f=cf_getItemsAdjust(gn_getVisibleItemsNext(d,opts,itms.total-c),opts,opts.items.visibleConf.adjust,$tt0)),opts.items.visible=f}else if("*"!=opts.items.filter){var f=gn_getVisibleItemsNextFilter(d,opts,itms.total-c);opts.items.visible=cf_getItemsAdjust(f,opts,opts.items.visibleConf.adjust,$tt0)}if(sz_resetMargin(d,opts,!0),0==c)return a.stopImmediatePropagation(),debug(conf,"0 items to scroll: Not scrolling.");for(debug(conf,"Scrolling "+c+" items backward."),itms.first+=c;itms.first>=itms.total;)itms.first-=itms.total;opts.circular||(0==itms.first&&b.onEnd&&b.onEnd.call($tt0,"prev"),opts.infinite||nv_enableNavi(opts,itms.first,conf)),$cfs.children().slice(itms.total-c,itms.total).prependTo($cfs),itms.total<opts.items.visible+c&&$cfs.children().slice(0,opts.items.visible+c-itms.total).clone(!0).appendTo($cfs);var d=$cfs.children(),g=gi_getOldItemsPrev(d,opts,c),h=gi_getNewItemsPrev(d,opts),i=d.eq(c-1),j=g.last(),k=h.last();sz_resetMargin(d,opts);var l=0,m=0;if(opts.align){var n=cf_getAlignPadding(h,opts);l=n[0],m=n[1]}var o=0>l?opts.padding[opts.d[3]]:0,p=!1,q=$();if(c>opts.items.visible&&(q=d.slice(opts.items.visibleConf.old,c),"directscroll"==b.fx)){var r=opts.items[opts.d.width];p=q,i=k,sc_hideHiddenItems(p),opts.items[opts.d.width]="variable"}var s=!1,t=ms_getTotalSize(d.slice(0,c),opts,"width"),u=cf_mapWrapperSizes(ms_getSizes(h,opts,!0),opts,!opts.usePadding),v=0,w={},x={},y={},z={},A={},B={},C={},D=sc_getDuration(b,opts,c,t);switch(b.fx){case"cover":case"cover-fade":v=ms_getTotalSize(d.slice(0,opts.items.visible),opts,"width")}p&&(opts.items[opts.d.width]=r),sz_resetMargin(d,opts,!0),m>=0&&sz_resetMargin(j,opts,opts.padding[opts.d[1]]),l>=0&&sz_resetMargin(i,opts,opts.padding[opts.d[3]]),opts.align&&(opts.padding[opts.d[1]]=m,opts.padding[opts.d[3]]=l),B[opts.d.left]=-(t-o),C[opts.d.left]=-(v-o),x[opts.d.left]=u[opts.d.width];var E=function(){},F=function(){},G=function(){},H=function(){},I=function(){},J=function(){},K=function(){},L=function(){},M=function(){},N=function(){},O=function(){};switch(b.fx){case"crossfade":case"cover":case"cover-fade":case"uncover":case"uncover-fade":s=$cfs.clone(!0).appendTo($wrp)}switch(b.fx){case"crossfade":case"uncover":case"uncover-fade":s.children().slice(0,c).remove(),s.children().slice(opts.items.visibleConf.old).remove();break;case"cover":case"cover-fade":s.children().slice(opts.items.visible).remove(),s.css(C)}if($cfs.css(B),scrl=sc_setScroll(D,b.easing,conf),w[opts.d.left]=opts.usePadding?opts.padding[opts.d[3]]:0,("variable"==opts[opts.d.width]||"variable"==opts[opts.d.height])&&(E=function(){$wrp.css(u)},F=function(){scrl.anims.push([$wrp,u])}),opts.usePadding){switch(k.not(i).length&&(y[opts.d.marginRight]=i.data("_cfs_origCssMargin"),0>l?i.css(y):(K=function(){i.css(y)},L=function(){scrl.anims.push([i,y])})),b.fx){case"cover":case"cover-fade":s.children().eq(c-1).css(y)}k.not(j).length&&(z[opts.d.marginRight]=j.data("_cfs_origCssMargin"),G=function(){j.css(z)},H=function(){scrl.anims.push([j,z])}),m>=0&&(A[opts.d.marginRight]=k.data("_cfs_origCssMargin")+opts.padding[opts.d[1]],I=function(){k.css(A)},J=function(){scrl.anims.push([k,A])})}O=function(){$cfs.css(w)};var P=opts.items.visible+c-itms.total;N=function(){if(P>0&&($cfs.children().slice(itms.total).remove(),g=$($cfs.children().slice(itms.total-(opts.items.visible-P)).get().concat($cfs.children().slice(0,P).get()))),sc_showHiddenItems(p),opts.usePadding){var a=$cfs.children().eq(opts.items.visible+c-1);a.css(opts.d.marginRight,a.data("_cfs_origCssMargin"))}};var Q=sc_mapCallbackArguments(g,q,h,c,"prev",D,u);switch(M=function(){sc_afterScroll($cfs,s,b),crsl.isScrolling=!1,clbk.onAfter=sc_fireCallbacks($tt0,b,"onAfter",Q,clbk),queu=sc_fireQueue($cfs,queu,conf),crsl.isPaused||$cfs.trigger(cf_e("play",conf))},crsl.isScrolling=!0,tmrs=sc_clearTimers(tmrs),clbk.onBefore=sc_fireCallbacks($tt0,b,"onBefore",Q,clbk),b.fx){case"none":$cfs.css(w),E(),G(),I(),K(),O(),N(),M();break;case"fade":scrl.anims.push([$cfs,{opacity:0},function(){E(),G(),I(),K(),O(),N(),scrl=sc_setScroll(D,b.easing,conf),scrl.anims.push([$cfs,{opacity:1},M]),sc_startScroll(scrl,conf);
}]);break;case"crossfade":$cfs.css({opacity:0}),scrl.anims.push([s,{opacity:0}]),scrl.anims.push([$cfs,{opacity:1},M]),F(),G(),I(),K(),O(),N();break;case"cover":scrl.anims.push([s,w,function(){G(),I(),K(),O(),N(),M()}]),F();break;case"cover-fade":scrl.anims.push([$cfs,{opacity:0}]),scrl.anims.push([s,w,function(){G(),I(),K(),O(),N(),M()}]),F();break;case"uncover":scrl.anims.push([s,x,M]),F(),G(),I(),K(),O(),N();break;case"uncover-fade":$cfs.css({opacity:0}),scrl.anims.push([$cfs,{opacity:1}]),scrl.anims.push([s,x,M]),F(),G(),I(),K(),O(),N();break;default:scrl.anims.push([$cfs,w,function(){N(),M()}]),F(),H(),J(),L()}return sc_startScroll(scrl,conf),cf_setCookie(opts.cookie,$cfs,conf),$cfs.trigger(cf_e("updatePageStatus",conf),[!1,u]),!0}),$cfs.bind(cf_e("slide_next",conf),function(a,b,c){a.stopPropagation();var d=$cfs.children();if(!opts.circular&&itms.first==opts.items.visible)return opts.infinite&&$cfs.trigger(cf_e("prev",conf),itms.total-1),a.stopImmediatePropagation();if(sz_resetMargin(d,opts),!is_number(c)){if("*"!=opts.items.filter){var e=is_number(b.items)?b.items:gn_getVisibleOrg($cfs,opts);c=gn_getScrollItemsNextFilter(d,opts,0,e)}else c=opts.items.visible;c=cf_getAdjust(c,opts,b.items,$tt0)}var f=0==itms.first?itms.total:itms.first;if(!opts.circular){if(opts.items.visibleConf.variable)var g=gn_getVisibleItemsNext(d,opts,c),e=gn_getVisibleItemsPrev(d,opts,f-1);else var g=opts.items.visible,e=opts.items.visible;c+g>f&&(c=f-e)}if(opts.items.visibleConf.old=opts.items.visible,opts.items.visibleConf.variable){for(var g=cf_getItemsAdjust(gn_getVisibleItemsNextTestCircular(d,opts,c,f),opts,opts.items.visibleConf.adjust,$tt0);opts.items.visible-c>=g&&itms.total>c;)c++,g=cf_getItemsAdjust(gn_getVisibleItemsNextTestCircular(d,opts,c,f),opts,opts.items.visibleConf.adjust,$tt0);opts.items.visible=g}else if("*"!=opts.items.filter){var g=gn_getVisibleItemsNextFilter(d,opts,c);opts.items.visible=cf_getItemsAdjust(g,opts,opts.items.visibleConf.adjust,$tt0)}if(sz_resetMargin(d,opts,!0),0==c)return a.stopImmediatePropagation(),debug(conf,"0 items to scroll: Not scrolling.");for(debug(conf,"Scrolling "+c+" items forward."),itms.first-=c;0>itms.first;)itms.first+=itms.total;opts.circular||(itms.first==opts.items.visible&&b.onEnd&&b.onEnd.call($tt0,"next"),opts.infinite||nv_enableNavi(opts,itms.first,conf)),itms.total<opts.items.visible+c&&$cfs.children().slice(0,opts.items.visible+c-itms.total).clone(!0).appendTo($cfs);var d=$cfs.children(),h=gi_getOldItemsNext(d,opts),i=gi_getNewItemsNext(d,opts,c),j=d.eq(c-1),k=h.last(),l=i.last();sz_resetMargin(d,opts);var m=0,n=0;if(opts.align){var o=cf_getAlignPadding(i,opts);m=o[0],n=o[1]}var p=!1,q=$();if(c>opts.items.visibleConf.old&&(q=d.slice(opts.items.visibleConf.old,c),"directscroll"==b.fx)){var r=opts.items[opts.d.width];p=q,j=k,sc_hideHiddenItems(p),opts.items[opts.d.width]="variable"}var s=!1,t=ms_getTotalSize(d.slice(0,c),opts,"width"),u=cf_mapWrapperSizes(ms_getSizes(i,opts,!0),opts,!opts.usePadding),v=0,w={},x={},y={},z={},A={},B=sc_getDuration(b,opts,c,t);switch(b.fx){case"uncover":case"uncover-fade":v=ms_getTotalSize(d.slice(0,opts.items.visibleConf.old),opts,"width")}p&&(opts.items[opts.d.width]=r),opts.align&&0>opts.padding[opts.d[1]]&&(opts.padding[opts.d[1]]=0),sz_resetMargin(d,opts,!0),sz_resetMargin(k,opts,opts.padding[opts.d[1]]),opts.align&&(opts.padding[opts.d[1]]=n,opts.padding[opts.d[3]]=m),A[opts.d.left]=opts.usePadding?opts.padding[opts.d[3]]:0;var C=function(){},D=function(){},E=function(){},F=function(){},G=function(){},H=function(){},I=function(){},J=function(){},K=function(){};switch(b.fx){case"crossfade":case"cover":case"cover-fade":case"uncover":case"uncover-fade":s=$cfs.clone(!0).appendTo($wrp),s.children().slice(opts.items.visibleConf.old).remove()}switch(b.fx){case"crossfade":case"cover":case"cover-fade":$cfs.css("zIndex",1),s.css("zIndex",0)}if(scrl=sc_setScroll(B,b.easing,conf),w[opts.d.left]=-t,x[opts.d.left]=-v,0>m&&(w[opts.d.left]+=m),("variable"==opts[opts.d.width]||"variable"==opts[opts.d.height])&&(C=function(){$wrp.css(u)},D=function(){scrl.anims.push([$wrp,u])}),opts.usePadding){var L=l.data("_cfs_origCssMargin");n>=0&&(L+=opts.padding[opts.d[1]]),l.css(opts.d.marginRight,L),j.not(k).length&&(z[opts.d.marginRight]=k.data("_cfs_origCssMargin")),E=function(){k.css(z)},F=function(){scrl.anims.push([k,z])};var M=j.data("_cfs_origCssMargin");m>0&&(M+=opts.padding[opts.d[3]]),y[opts.d.marginRight]=M,G=function(){j.css(y)},H=function(){scrl.anims.push([j,y])}}K=function(){$cfs.css(A)};var N=opts.items.visible+c-itms.total;J=function(){N>0&&$cfs.children().slice(itms.total).remove();var a=$cfs.children().slice(0,c).appendTo($cfs).last();if(N>0&&(i=gi_getCurrentItems(d,opts)),sc_showHiddenItems(p),opts.usePadding){if(itms.total<opts.items.visible+c){var b=$cfs.children().eq(opts.items.visible-1);b.css(opts.d.marginRight,b.data("_cfs_origCssMargin")+opts.padding[opts.d[1]])}a.css(opts.d.marginRight,a.data("_cfs_origCssMargin"))}};var O=sc_mapCallbackArguments(h,q,i,c,"next",B,u);switch(I=function(){$cfs.css("zIndex",$cfs.data("_cfs_origCssZindex")),sc_afterScroll($cfs,s,b),crsl.isScrolling=!1,clbk.onAfter=sc_fireCallbacks($tt0,b,"onAfter",O,clbk),queu=sc_fireQueue($cfs,queu,conf),crsl.isPaused||$cfs.trigger(cf_e("play",conf))},crsl.isScrolling=!0,tmrs=sc_clearTimers(tmrs),clbk.onBefore=sc_fireCallbacks($tt0,b,"onBefore",O,clbk),b.fx){case"none":$cfs.css(w),C(),E(),G(),K(),J(),I();break;case"fade":scrl.anims.push([$cfs,{opacity:0},function(){C(),E(),G(),K(),J(),scrl=sc_setScroll(B,b.easing,conf),scrl.anims.push([$cfs,{opacity:1},I]),sc_startScroll(scrl,conf)}]);break;case"crossfade":$cfs.css({opacity:0}),scrl.anims.push([s,{opacity:0}]),scrl.anims.push([$cfs,{opacity:1},I]),D(),E(),G(),K(),J();break;case"cover":$cfs.css(opts.d.left,$wrp[opts.d.width]()),scrl.anims.push([$cfs,A,I]),D(),E(),G(),J();break;case"cover-fade":$cfs.css(opts.d.left,$wrp[opts.d.width]()),scrl.anims.push([s,{opacity:0}]),scrl.anims.push([$cfs,A,I]),D(),E(),G(),J();break;case"uncover":scrl.anims.push([s,x,I]),D(),E(),G(),K(),J();break;case"uncover-fade":$cfs.css({opacity:0}),scrl.anims.push([$cfs,{opacity:1}]),scrl.anims.push([s,x,I]),D(),E(),G(),K(),J();break;default:scrl.anims.push([$cfs,w,function(){K(),J(),I()}]),D(),F(),H()}return sc_startScroll(scrl,conf),cf_setCookie(opts.cookie,$cfs,conf),$cfs.trigger(cf_e("updatePageStatus",conf),[!1,u]),!0}),$cfs.bind(cf_e("slideTo",conf),function(a,b,c,d,e,f,g){a.stopPropagation();var h=[b,c,d,e,f,g],i=["string/number/object","number","boolean","object","string","function"],j=cf_sortParams(h,i);return e=j[3],f=j[4],g=j[5],b=gn_getItemIndex(j[0],j[1],j[2],itms,$cfs),0==b?!1:(is_object(e)||(e=!1),"prev"!=f&&"next"!=f&&(f=opts.circular?itms.total/2>=b?"next":"prev":0==itms.first||itms.first>b?"next":"prev"),"prev"==f&&(b=itms.total-b),$cfs.trigger(cf_e(f,conf),[e,b,g]),!0)}),$cfs.bind(cf_e("prevPage",conf),function(a,b,c){a.stopPropagation();var d=$cfs.triggerHandler(cf_e("currentPage",conf));return $cfs.triggerHandler(cf_e("slideToPage",conf),[d-1,b,"prev",c])}),$cfs.bind(cf_e("nextPage",conf),function(a,b,c){a.stopPropagation();var d=$cfs.triggerHandler(cf_e("currentPage",conf));return $cfs.triggerHandler(cf_e("slideToPage",conf),[d+1,b,"next",c])}),$cfs.bind(cf_e("slideToPage",conf),function(a,b,c,d,e){a.stopPropagation(),is_number(b)||(b=$cfs.triggerHandler(cf_e("currentPage",conf)));var f=opts.pagination.items||opts.items.visible,g=Math.ceil(itms.total/f)-1;return 0>b&&(b=g),b>g&&(b=0),$cfs.triggerHandler(cf_e("slideTo",conf),[b*f,0,!0,c,d,e])}),$cfs.bind(cf_e("jumpToStart",conf),function(a,b){if(a.stopPropagation(),b=b?gn_getItemIndex(b,0,!0,itms,$cfs):0,b+=itms.first,0!=b){if(itms.total>0)for(;b>itms.total;)b-=itms.total;$cfs.prepend($cfs.children().slice(b,itms.total))}return!0}),$cfs.bind(cf_e("synchronise",conf),function(a,b){if(a.stopPropagation(),b)b=cf_getSynchArr(b);else{if(!opts.synchronise)return debug(conf,"No carousel to synchronise.");b=opts.synchronise}for(var c=$cfs.triggerHandler(cf_e("currentPosition",conf)),d=!0,e=0,f=b.length;f>e;e++)b[e][0].triggerHandler(cf_e("slideTo",conf),[c,b[e][3],!0])||(d=!1);return d}),$cfs.bind(cf_e("queue",conf),function(a,b,c){return a.stopPropagation(),is_function(b)?b.call($tt0,queu):is_array(b)?queu=b:is_undefined(b)||queu.push([b,c]),queu}),$cfs.bind(cf_e("insertItem",conf),function(a,b,c,d,e){a.stopPropagation();var f=[b,c,d,e],g=["string/object","string/number/object","boolean","number"],h=cf_sortParams(f,g);if(b=h[0],c=h[1],d=h[2],e=h[3],is_object(b)&&!is_jquery(b)?b=$(b):is_string(b)&&(b=$(b)),!is_jquery(b)||0==b.length)return debug(conf,"Not a valid object.");is_undefined(c)&&(c="end"),sz_storeMargin(b,opts),sz_storeOrigCss(b);var i=c,j="before";"end"==c?d?(0==itms.first?(c=itms.total-1,j="after"):(c=itms.first,itms.first+=b.length),0>c&&(c=0)):(c=itms.total-1,j="after"):c=gn_getItemIndex(c,e,d,itms,$cfs);var k=$cfs.children().eq(c);return k.length?k[j](b):(debug(conf,"Correct insert-position not found! Appending item to the end."),$cfs.append(b)),"end"==i||d||itms.first>c&&(itms.first+=b.length),itms.total=$cfs.children().length,itms.first>=itms.total&&(itms.first-=itms.total),$cfs.trigger(cf_e("updateSizes",conf)),$cfs.trigger(cf_e("linkAnchors",conf)),!0}),$cfs.bind(cf_e("removeItem",conf),function(a,b,c,d){a.stopPropagation();var e=[b,c,d],f=["string/number/object","boolean","number"],g=cf_sortParams(e,f);if(b=g[0],c=g[1],d=g[2],b instanceof $&&b.length>1)return h=$(),b.each(function(){var a=$cfs.trigger(cf_e("removeItem",conf),[$(this),c,d]);a&&(h=h.add(a))}),h;if(is_undefined(b)||"end"==b)h=$cfs.children().last();else{b=gn_getItemIndex(b,d,c,itms,$cfs);var h=$cfs.children().eq(b);h.length&&itms.first>b&&(itms.first-=h.length)}return h&&h.length&&(h.detach(),itms.total=$cfs.children().length,$cfs.trigger(cf_e("updateSizes",conf))),h}),$cfs.bind(cf_e("onBefore",conf)+" "+cf_e("onAfter",conf),function(a,b){a.stopPropagation();var c=a.type.slice(conf.events.prefix.length);return is_array(b)&&(clbk[c]=b),is_function(b)&&clbk[c].push(b),clbk[c]}),$cfs.bind(cf_e("currentPosition",conf),function(a,b){if(a.stopPropagation(),0==itms.first)var c=0;else var c=itms.total-itms.first;return is_function(b)&&b.call($tt0,c),c}),$cfs.bind(cf_e("currentPage",conf),function(a,b){a.stopPropagation();var c,d=opts.pagination.items||opts.items.visible,e=Math.ceil(itms.total/d-1);return c=0==itms.first?0:itms.first<itms.total%d?0:itms.first!=d||opts.circular?Math.round((itms.total-itms.first)/d):e,0>c&&(c=0),c>e&&(c=e),is_function(b)&&b.call($tt0,c),c}),$cfs.bind(cf_e("currentVisible",conf),function(a,b){a.stopPropagation();var c=gi_getCurrentItems($cfs.children(),opts);return is_function(b)&&b.call($tt0,c),c}),$cfs.bind(cf_e("slice",conf),function(a,b,c,d){if(a.stopPropagation(),0==itms.total)return!1;var e=[b,c,d],f=["number","number","function"],g=cf_sortParams(e,f);if(b=is_number(g[0])?g[0]:0,c=is_number(g[1])?g[1]:itms.total,d=g[2],b+=itms.first,c+=itms.first,items.total>0){for(;b>itms.total;)b-=itms.total;for(;c>itms.total;)c-=itms.total;for(;0>b;)b+=itms.total;for(;0>c;)c+=itms.total}var h,i=$cfs.children();return h=c>b?i.slice(b,c):$(i.slice(b,itms.total).get().concat(i.slice(0,c).get())),is_function(d)&&d.call($tt0,h),h}),$cfs.bind(cf_e("isPaused",conf)+" "+cf_e("isStopped",conf)+" "+cf_e("isScrolling",conf),function(a,b){a.stopPropagation();var c=a.type.slice(conf.events.prefix.length),d=crsl[c];return is_function(b)&&b.call($tt0,d),d}),$cfs.bind(cf_e("configuration",conf),function(e,a,b,c){e.stopPropagation();var reInit=!1;if(is_function(a))a.call($tt0,opts);else if(is_object(a))opts_orig=$.extend(!0,{},opts_orig,a),b!==!1?reInit=!0:opts=$.extend(!0,{},opts,a);else if(!is_undefined(a))if(is_function(b)){var val=eval("opts."+a);is_undefined(val)&&(val=""),b.call($tt0,val)}else{if(is_undefined(b))return eval("opts."+a);"boolean"!=typeof c&&(c=!0),eval("opts_orig."+a+" = b"),c!==!1?reInit=!0:eval("opts."+a+" = b")}if(reInit){sz_resetMargin($cfs.children(),opts),FN._init(opts_orig),FN._bind_buttons();var sz=sz_setSizes($cfs,opts);$cfs.trigger(cf_e("updatePageStatus",conf),[!0,sz])}return opts}),$cfs.bind(cf_e("linkAnchors",conf),function(a,b,c){return a.stopPropagation(),is_undefined(b)?b=$("body"):is_string(b)&&(b=$(b)),is_jquery(b)&&0!=b.length?(is_string(c)||(c="a.caroufredsel"),b.find(c).each(function(){var a=this.hash||"";a.length>0&&-1!=$cfs.children().index($(a))&&$(this).unbind("click").click(function(b){b.preventDefault(),$cfs.trigger(cf_e("slideTo",conf),a)})}),!0):debug(conf,"Not a valid object.")}),$cfs.bind(cf_e("updatePageStatus",conf),function(a,b){if(a.stopPropagation(),opts.pagination.container){var c=opts.pagination.items||opts.items.visible,d=Math.ceil(itms.total/c);b&&(opts.pagination.anchorBuilder&&(opts.pagination.container.children().remove(),opts.pagination.container.each(function(){for(var a=0;d>a;a++){var b=$cfs.children().eq(gn_getItemIndex(a*c,0,!0,itms,$cfs));$(this).append(opts.pagination.anchorBuilder.call(b[0],a+1))}})),opts.pagination.container.each(function(){$(this).children().unbind(opts.pagination.event).each(function(a){$(this).bind(opts.pagination.event,function(b){b.preventDefault(),$cfs.trigger(cf_e("slideTo",conf),[a*c,-opts.pagination.deviation,!0,opts.pagination])})})}));var e=$cfs.triggerHandler(cf_e("currentPage",conf))+opts.pagination.deviation;return e>=d&&(e=0),0>e&&(e=d-1),opts.pagination.container.each(function(){$(this).children().removeClass(cf_c("selected",conf)).eq(e).addClass(cf_c("selected",conf))}),!0}}),$cfs.bind(cf_e("updateSizes",conf),function(){var a=opts.items.visible,b=$cfs.children(),c=ms_getParentSize($wrp,opts,"width");if(itms.total=b.length,crsl.primarySizePercentage?(opts.maxDimension=c,opts[opts.d.width]=ms_getPercentage(c,crsl.primarySizePercentage)):opts.maxDimension=ms_getMaxDimension(opts,c),opts.responsive?(opts.items.width=opts.items.sizesConf.width,opts.items.height=opts.items.sizesConf.height,opts=in_getResponsiveValues(opts,b,c),a=opts.items.visible,sz_setResponsiveSizes(opts,b)):opts.items.visibleConf.variable?a=gn_getVisibleItemsNext(b,opts,0):"*"!=opts.items.filter&&(a=gn_getVisibleItemsNextFilter(b,opts,0)),!opts.circular&&0!=itms.first&&a>itms.first){if(opts.items.visibleConf.variable)var d=gn_getVisibleItemsPrev(b,opts,itms.first)-itms.first;else if("*"!=opts.items.filter)var d=gn_getVisibleItemsPrevFilter(b,opts,itms.first)-itms.first;else var d=opts.items.visible-itms.first;debug(conf,"Preventing non-circular: sliding "+d+" items backward."),$cfs.trigger(cf_e("prev",conf),d)}opts.items.visible=cf_getItemsAdjust(a,opts,opts.items.visibleConf.adjust,$tt0),opts.items.visibleConf.old=opts.items.visible,opts=in_getAlignPadding(opts,b);var e=sz_setSizes($cfs,opts);return $cfs.trigger(cf_e("updatePageStatus",conf),[!0,e]),nv_showNavi(opts,itms.total,conf),nv_enableNavi(opts,itms.first,conf),e}),$cfs.bind(cf_e("destroy",conf),function(a,b){return a.stopPropagation(),tmrs=sc_clearTimers(tmrs),$cfs.data("_cfs_isCarousel",!1),$cfs.trigger(cf_e("finish",conf)),b&&$cfs.trigger(cf_e("jumpToStart",conf)),sz_restoreOrigCss($cfs.children()),sz_restoreOrigCss($cfs),FN._unbind_events(),FN._unbind_buttons(),"parent"==conf.wrapper?sz_restoreOrigCss($wrp):$wrp.replaceWith($cfs),!0}),$cfs.bind(cf_e("debug",conf),function(){return debug(conf,"Carousel width: "+opts.width),debug(conf,"Carousel height: "+opts.height),debug(conf,"Item widths: "+opts.items.width),debug(conf,"Item heights: "+opts.items.height),debug(conf,"Number of items visible: "+opts.items.visible),opts.auto.play&&debug(conf,"Number of items scrolled automatically: "+opts.auto.items),opts.prev.button&&debug(conf,"Number of items scrolled backward: "+opts.prev.items),opts.next.button&&debug(conf,"Number of items scrolled forward: "+opts.next.items),conf.debug}),$cfs.bind("_cfs_triggerEvent",function(a,b,c){return a.stopPropagation(),$cfs.triggerHandler(cf_e(b,conf),c)})},FN._unbind_events=function(){$cfs.unbind(cf_e("",conf)),$cfs.unbind(cf_e("",conf,!1)),$cfs.unbind("_cfs_triggerEvent")},FN._bind_buttons=function(){if(FN._unbind_buttons(),nv_showNavi(opts,itms.total,conf),nv_enableNavi(opts,itms.first,conf),opts.auto.pauseOnHover){var a=bt_pauseOnHoverConfig(opts.auto.pauseOnHover);$wrp.bind(cf_e("mouseenter",conf,!1),function(){$cfs.trigger(cf_e("pause",conf),a)}).bind(cf_e("mouseleave",conf,!1),function(){$cfs.trigger(cf_e("resume",conf))})}if(opts.auto.button&&opts.auto.button.bind(cf_e(opts.auto.event,conf,!1),function(a){a.preventDefault();var b=!1,c=null;crsl.isPaused?b="play":opts.auto.pauseOnEvent&&(b="pause",c=bt_pauseOnHoverConfig(opts.auto.pauseOnEvent)),b&&$cfs.trigger(cf_e(b,conf),c)}),opts.prev.button&&(opts.prev.button.bind(cf_e(opts.prev.event,conf,!1),function(a){a.preventDefault(),$cfs.trigger(cf_e("prev",conf))}),opts.prev.pauseOnHover)){var a=bt_pauseOnHoverConfig(opts.prev.pauseOnHover);opts.prev.button.bind(cf_e("mouseenter",conf,!1),function(){$cfs.trigger(cf_e("pause",conf),a)}).bind(cf_e("mouseleave",conf,!1),function(){$cfs.trigger(cf_e("resume",conf))})}if(opts.next.button&&(opts.next.button.bind(cf_e(opts.next.event,conf,!1),function(a){a.preventDefault(),$cfs.trigger(cf_e("next",conf))}),opts.next.pauseOnHover)){var a=bt_pauseOnHoverConfig(opts.next.pauseOnHover);opts.next.button.bind(cf_e("mouseenter",conf,!1),function(){$cfs.trigger(cf_e("pause",conf),a)}).bind(cf_e("mouseleave",conf,!1),function(){$cfs.trigger(cf_e("resume",conf))})}if(opts.pagination.container&&opts.pagination.pauseOnHover){var a=bt_pauseOnHoverConfig(opts.pagination.pauseOnHover);opts.pagination.container.bind(cf_e("mouseenter",conf,!1),function(){$cfs.trigger(cf_e("pause",conf),a)}).bind(cf_e("mouseleave",conf,!1),function(){$cfs.trigger(cf_e("resume",conf))})}if((opts.prev.key||opts.next.key)&&$(document).bind(cf_e("keyup",conf,!1,!0,!0),function(a){var b=a.keyCode;b==opts.next.key&&(a.preventDefault(),$cfs.trigger(cf_e("next",conf))),b==opts.prev.key&&(a.preventDefault(),$cfs.trigger(cf_e("prev",conf)))}),opts.pagination.keys&&$(document).bind(cf_e("keyup",conf,!1,!0,!0),function(a){var b=a.keyCode;b>=49&&58>b&&(b=(b-49)*opts.items.visible,itms.total>=b&&(a.preventDefault(),$cfs.trigger(cf_e("slideTo",conf),[b,0,!0,opts.pagination])))}),$.fn.swipe){var b="ontouchstart"in window;if(b&&opts.swipe.onTouch||!b&&opts.swipe.onMouse){var c=$.extend(!0,{},opts.prev,opts.swipe),d=$.extend(!0,{},opts.next,opts.swipe),e=function(){$cfs.trigger(cf_e("prev",conf),[c])},f=function(){$cfs.trigger(cf_e("next",conf),[d])};switch(opts.direction){case"up":case"down":opts.swipe.options.swipeUp=f,opts.swipe.options.swipeDown=e;break;default:opts.swipe.options.swipeLeft=f,opts.swipe.options.swipeRight=e}crsl.swipe&&$cfs.swipe("destroy"),$wrp.swipe(opts.swipe.options),$wrp.css("cursor","move"),crsl.swipe=!0}}if($.fn.mousewheel&&opts.mousewheel){var g=$.extend(!0,{},opts.prev,opts.mousewheel),h=$.extend(!0,{},opts.next,opts.mousewheel);crsl.mousewheel&&$wrp.unbind(cf_e("mousewheel",conf,!1)),$wrp.bind(cf_e("mousewheel",conf,!1),function(a,b){a.preventDefault(),b>0?$cfs.trigger(cf_e("prev",conf),[g]):$cfs.trigger(cf_e("next",conf),[h])}),crsl.mousewheel=!0}if(opts.auto.play&&$cfs.trigger(cf_e("play",conf),opts.auto.delay),crsl.upDateOnWindowResize){var i=function(){$cfs.trigger(cf_e("finish",conf)),opts.auto.pauseOnResize&&!crsl.isPaused&&$cfs.trigger(cf_e("play",conf)),sz_resetMargin($cfs.children(),opts),$cfs.trigger(cf_e("updateSizes",conf))},j=$(window),k=null;if($.debounce&&"debounce"==conf.onWindowResize)k=$.debounce(200,i);else if($.throttle&&"throttle"==conf.onWindowResize)k=$.throttle(300,i);else{var l=0,m=0;k=function(){var a=j.width(),b=j.height();(a!=l||b!=m)&&(i(),l=a,m=b)}}j.bind(cf_e("resize",conf,!1,!0,!0),k)}},FN._unbind_buttons=function(){var a=(cf_e("",conf),cf_e("",conf,!1));ns3=cf_e("",conf,!1,!0,!0),$(document).unbind(ns3),$(window).unbind(ns3),$wrp.unbind(a),opts.auto.button&&opts.auto.button.unbind(a),opts.prev.button&&opts.prev.button.unbind(a),opts.next.button&&opts.next.button.unbind(a),opts.pagination.container&&(opts.pagination.container.unbind(a),opts.pagination.anchorBuilder&&opts.pagination.container.children().remove()),crsl.swipe&&($cfs.swipe("destroy"),$wrp.css("cursor","default"),crsl.swipe=!1),crsl.mousewheel&&(crsl.mousewheel=!1),nv_showNavi(opts,"hide",conf),nv_enableNavi(opts,"removeClass",conf)},is_boolean(configs)&&(configs={debug:configs});var crsl={direction:"next",isPaused:!0,isScrolling:!1,isStopped:!1,mousewheel:!1,swipe:!1},itms={total:$cfs.children().length,first:0},tmrs={auto:null,progress:null,startTime:getTime(),timePassed:0},scrl={isStopped:!1,duration:0,startTime:0,easing:"",anims:[]},clbk={onBefore:[],onAfter:[]},queu=[],conf=$.extend(!0,{},$.fn.carouFredSel.configs,configs),opts={},opts_orig=$.extend(!0,{},options),$wrp="parent"==conf.wrapper?$cfs.parent():$cfs.wrap("<"+conf.wrapper.element+' class="'+conf.wrapper.classname+'" />').parent();if(conf.selector=$cfs.selector,conf.serialNumber=$.fn.carouFredSel.serialNumber++,conf.transition=conf.transition&&$.fn.transition?"transition":"animate",FN._init(opts_orig,!0,starting_position),FN._build(),FN._bind_events(),FN._bind_buttons(),is_array(opts.items.start))var start_arr=opts.items.start;else{var start_arr=[];0!=opts.items.start&&start_arr.push(opts.items.start)}if(opts.cookie&&start_arr.unshift(parseInt(cf_getCookie(opts.cookie),10)),start_arr.length>0)for(var a=0,l=start_arr.length;l>a;a++){var s=start_arr[a];if(0!=s){if(s===!0){if(s=window.location.hash,1>s.length)continue}else"random"===s&&(s=Math.floor(Math.random()*itms.total));if($cfs.triggerHandler(cf_e("slideTo",conf),[s,0,!0,{fx:"none"}]))break}}var siz=sz_setSizes($cfs,opts),itm=gi_getCurrentItems($cfs.children(),opts);return opts.onCreate&&opts.onCreate.call($tt0,{width:siz.width,height:siz.height,items:itm}),$cfs.trigger(cf_e("updatePageStatus",conf),[!0,siz]),$cfs.trigger(cf_e("linkAnchors",conf)),conf.debug&&$cfs.trigger(cf_e("debug",conf)),$cfs},$.fn.carouFredSel.serialNumber=1,$.fn.carouFredSel.defaults={synchronise:!1,infinite:!0,circular:!0,responsive:!1,direction:"left",items:{start:0},scroll:{easing:"swing",duration:500,pauseOnHover:!1,event:"click",queue:!1}},$.fn.carouFredSel.configs={debug:!1,transition:!1,onWindowResize:"throttle",events:{prefix:"",namespace:"cfs"},wrapper:{element:"div",classname:"caroufredsel_wrapper"},classnames:{}},$.fn.carouFredSel.pageAnchorBuilder=function(a){return'<a href="#"><span>'+a+"</span></a>"},$.fn.carouFredSel.progressbarUpdater=function(a){$(this).css("width",a+"%")},$.fn.carouFredSel.cookie={get:function(a){a+="=";for(var b=document.cookie.split(";"),c=0,d=b.length;d>c;c++){for(var e=b[c];" "==e.charAt(0);)e=e.slice(1);if(0==e.indexOf(a))return e.slice(a.length)}return 0},set:function(a,b,c){var d="";if(c){var e=new Date;e.setTime(e.getTime()+864e5*c),d="; expires="+e.toGMTString()}document.cookie=a+"="+b+d+"; path=/"},remove:function(a){$.fn.carouFredSel.cookie.set(a,"",-1)}},$.extend($.easing,{quadratic:function(a){var b=a*a;return a*(-b*a+4*b-6*a+4)},cubic:function(a){return a*(4*a*a-9*a+6)},elastic:function(a){var b=a*a;return a*(33*b*b-106*b*a+126*b-67*a+15)}}))}(jQuery),function(a){"function"==typeof define&&define.amd&&define.amd.jQuery?define(["jquery"],a):a(jQuery)}(function(a){function b(b){return!b||void 0!==b.allowPageScroll||void 0===b.swipe&&void 0===b.swipeStatus||(b.allowPageScroll=j),void 0!==b.click&&void 0===b.tap&&(b.tap=b.click),b||(b={}),b=a.extend({},a.fn.swipe.defaults,b),this.each(function(){var d=a(this),e=d.data(z);e||(e=new c(this,b),d.data(z,e))})}function c(b,c){function A(b){if(!(ha()||a(b.target).closest(c.excludedElements,Qa).length>0)){var d,e=b.originalEvent?b.originalEvent:b,f=y?e.touches[0]:e;return Ra=u,y?Sa=e.touches.length:b.preventDefault(),Ha=0,Ia=null,Oa=null,Ja=0,Ka=0,La=0,Ma=1,Na=0,Ta=ma(),Pa=pa(),fa(),!y||Sa===c.fingers||c.fingers===s||P()?(ja(0,f),Ua=ya(),2==Sa&&(ja(1,e.touches[1]),Ka=La=sa(Ta[0].start,Ta[1].start)),(c.swipeStatus||c.pinchStatus)&&(d=H(e,Ra))):d=!1,d===!1?(Ra=x,H(e,Ra),d):(ia(!0),null)}}function B(a){var b=a.originalEvent?a.originalEvent:a;if(Ra!==w&&Ra!==x&&!ga()){var d,e=y?b.touches[0]:b,f=ka(e);if(Va=ya(),y&&(Sa=b.touches.length),Ra=v,2==Sa&&(0==Ka?(ja(1,b.touches[1]),Ka=La=sa(Ta[0].start,Ta[1].start)):(ka(b.touches[1]),La=sa(Ta[0].end,Ta[1].end),Oa=ua(Ta[0].end,Ta[1].end)),Ma=ta(Ka,La),Na=Math.abs(Ka-La)),Sa===c.fingers||c.fingers===s||!y||P()){if(Ia=xa(f.start,f.end),N(a,Ia),Ha=va(f.start,f.end),Ja=ra(),na(Ia,Ha),(c.swipeStatus||c.pinchStatus)&&(d=H(b,Ra)),!c.triggerOnTouchEnd||c.triggerOnTouchLeave){var g=!0;if(c.triggerOnTouchLeave){var h=za(this);g=Aa(f.end,h)}!c.triggerOnTouchEnd&&g?Ra=G(v):c.triggerOnTouchLeave&&!g&&(Ra=G(w)),(Ra==x||Ra==w)&&H(b,Ra)}}else Ra=x,H(b,Ra);d===!1&&(Ra=x,H(b,Ra))}}function C(a){var b=a.originalEvent;return y&&b.touches.length>0?(ea(),!0):(ga()&&(Sa=Xa),a.preventDefault(),Va=ya(),Ja=ra(),K()?(Ra=x,H(b,Ra)):c.triggerOnTouchEnd||0==c.triggerOnTouchEnd&&Ra===v?(Ra=w,H(b,Ra)):!c.triggerOnTouchEnd&&W()?(Ra=w,I(b,Ra,n)):Ra===v&&(Ra=x,H(b,Ra)),ia(!1),null)}function D(){Sa=0,Va=0,Ua=0,Ka=0,La=0,Ma=1,fa(),ia(!1)}function E(a){var b=a.originalEvent;c.triggerOnTouchLeave&&(Ra=G(w),H(b,Ra))}function F(){Qa.unbind(Ca,A),Qa.unbind(Ga,D),Qa.unbind(Da,B),Qa.unbind(Ea,C),Fa&&Qa.unbind(Fa,E),ia(!1)}function G(a){var b=a,d=M(),e=J(),f=K();return!d||f?b=x:!e||a!=v||c.triggerOnTouchEnd&&!c.triggerOnTouchLeave?!e&&a==w&&c.triggerOnTouchLeave&&(b=x):b=w,b}function H(a,b){var c=void 0;return T()||S()?c=I(a,b,l):(Q()||P())&&c!==!1&&(c=I(a,b,m)),ca()&&c!==!1?c=I(a,b,o):da()&&c!==!1?c=I(a,b,p):ba()&&c!==!1&&(c=I(a,b,n)),b===x&&D(a),b===w&&(y?0==a.touches.length&&D(a):D(a)),c}function I(b,j,k){var q=void 0;if(k==l){if(Qa.trigger("swipeStatus",[j,Ia||null,Ha||0,Ja||0,Sa]),c.swipeStatus&&(q=c.swipeStatus.call(Qa,b,j,Ia||null,Ha||0,Ja||0,Sa),q===!1))return!1;if(j==w&&R()){if(Qa.trigger("swipe",[Ia,Ha,Ja,Sa]),c.swipe&&(q=c.swipe.call(Qa,b,Ia,Ha,Ja,Sa),q===!1))return!1;switch(Ia){case d:Qa.trigger("swipeLeft",[Ia,Ha,Ja,Sa]),c.swipeLeft&&(q=c.swipeLeft.call(Qa,b,Ia,Ha,Ja,Sa));break;case e:Qa.trigger("swipeRight",[Ia,Ha,Ja,Sa]),c.swipeRight&&(q=c.swipeRight.call(Qa,b,Ia,Ha,Ja,Sa));break;case f:Qa.trigger("swipeUp",[Ia,Ha,Ja,Sa]),c.swipeUp&&(q=c.swipeUp.call(Qa,b,Ia,Ha,Ja,Sa));break;case g:Qa.trigger("swipeDown",[Ia,Ha,Ja,Sa]),c.swipeDown&&(q=c.swipeDown.call(Qa,b,Ia,Ha,Ja,Sa))}}}if(k==m){if(Qa.trigger("pinchStatus",[j,Oa||null,Na||0,Ja||0,Sa,Ma]),c.pinchStatus&&(q=c.pinchStatus.call(Qa,b,j,Oa||null,Na||0,Ja||0,Sa,Ma),q===!1))return!1;if(j==w&&O())switch(Oa){case h:Qa.trigger("pinchIn",[Oa||null,Na||0,Ja||0,Sa,Ma]),c.pinchIn&&(q=c.pinchIn.call(Qa,b,Oa||null,Na||0,Ja||0,Sa,Ma));break;case i:Qa.trigger("pinchOut",[Oa||null,Na||0,Ja||0,Sa,Ma]),c.pinchOut&&(q=c.pinchOut.call(Qa,b,Oa||null,Na||0,Ja||0,Sa,Ma))}}return k==n?(j===x||j===w)&&(clearTimeout(Za),X()&&!$()?(Ya=ya(),Za=setTimeout(a.proxy(function(){Ya=null,Qa.trigger("tap",[b.target]),c.tap&&(q=c.tap.call(Qa,b,b.target))},this),c.doubleTapThreshold)):(Ya=null,Qa.trigger("tap",[b.target]),c.tap&&(q=c.tap.call(Qa,b,b.target)))):k==o?(j===x||j===w)&&(clearTimeout(Za),Ya=null,Qa.trigger("doubletap",[b.target]),c.doubleTap&&(q=c.doubleTap.call(Qa,b,b.target))):k==p&&(j===x||j===w)&&(clearTimeout(Za),Ya=null,Qa.trigger("longtap",[b.target]),c.longTap&&(q=c.longTap.call(Qa,b,b.target))),q}function J(){var a=!0;return null!==c.threshold&&(a=Ha>=c.threshold),a}function K(){var a=!1;return null!==c.cancelThreshold&&null!==Ia&&(a=oa(Ia)-Ha>=c.cancelThreshold),a}function L(){return null!==c.pinchThreshold?Na>=c.pinchThreshold:!0}function M(){var a;return a=c.maxTimeThreshold&&Ja>=c.maxTimeThreshold?!1:!0}function N(a,b){if(c.allowPageScroll===j||P())a.preventDefault();else{var h=c.allowPageScroll===k;switch(b){case d:(c.swipeLeft&&h||!h&&c.allowPageScroll!=q)&&a.preventDefault();break;case e:(c.swipeRight&&h||!h&&c.allowPageScroll!=q)&&a.preventDefault();break;case f:(c.swipeUp&&h||!h&&c.allowPageScroll!=r)&&a.preventDefault();break;case g:(c.swipeDown&&h||!h&&c.allowPageScroll!=r)&&a.preventDefault()}}}function O(){var a=U(),b=V(),c=L();return a&&b&&c}function P(){return!!(c.pinchStatus||c.pinchIn||c.pinchOut)}function Q(){return!(!O()||!P())}function R(){var a=M(),b=J(),c=U(),d=V(),e=K(),f=!e&&d&&c&&b&&a;return f}function S(){return!!(c.swipe||c.swipeStatus||c.swipeLeft||c.swipeRight||c.swipeUp||c.swipeDown)}function T(){return!(!R()||!S())}function U(){return Sa===c.fingers||c.fingers===s||!y}function V(){return 0!==Ta[0].end.x}function W(){return!!c.tap}function X(){return!!c.doubleTap}function Y(){return!!c.longTap}function Z(){if(null==Ya)return!1;var a=ya();return X()&&a-Ya<=c.doubleTapThreshold}function $(){return Z()}function _(){return!(1!==Sa&&y||!isNaN(Ha)&&0!==Ha)}function aa(){return Ja>c.longTapThreshold&&t>Ha}function ba(){return!(!_()||!W())}function ca(){return!(!Z()||!X())}function da(){return!(!aa()||!Y())}function ea(){Wa=ya(),Xa=event.touches.length+1}function fa(){Wa=0,Xa=0}function ga(){var a=!1;if(Wa){var b=ya()-Wa;b<=c.fingerReleaseThreshold&&(a=!0)}return a}function ha(){return!(Qa.data(z+"_intouch")!==!0)}function ia(a){a===!0?(Qa.bind(Da,B),Qa.bind(Ea,C),Fa&&Qa.bind(Fa,E)):(Qa.unbind(Da,B,!1),Qa.unbind(Ea,C,!1),Fa&&Qa.unbind(Fa,E,!1)),Qa.data(z+"_intouch",a===!0)}function ja(a,b){var c=void 0!==b.identifier?b.identifier:0;return Ta[a].identifier=c,Ta[a].start.x=Ta[a].end.x=b.pageX||b.clientX,Ta[a].start.y=Ta[a].end.y=b.pageY||b.clientY,Ta[a]}function ka(a){var b=void 0!==a.identifier?a.identifier:0,c=la(b);return c.end.x=a.pageX||a.clientX,c.end.y=a.pageY||a.clientY,c}function la(a){for(var b=0;b<Ta.length;b++)if(Ta[b].identifier==a)return Ta[b]}function ma(){for(var a=[],b=0;5>=b;b++)a.push({start:{x:0,y:0},end:{x:0,y:0},identifier:0});return a}function na(a,b){b=Math.max(b,oa(a)),Pa[a].distance=b}function oa(a){return Pa[a]?Pa[a].distance:void 0}function pa(){var a={};return a[d]=qa(d),a[e]=qa(e),a[f]=qa(f),a[g]=qa(g),a}function qa(a){return{direction:a,distance:0}}function ra(){return Va-Ua}function sa(a,b){var c=Math.abs(a.x-b.x),d=Math.abs(a.y-b.y);return Math.round(Math.sqrt(c*c+d*d))}function ta(a,b){var c=b/a*1;return c.toFixed(2)}function ua(){return 1>Ma?i:h}function va(a,b){return Math.round(Math.sqrt(Math.pow(b.x-a.x,2)+Math.pow(b.y-a.y,2)))}function wa(a,b){var c=a.x-b.x,d=b.y-a.y,e=Math.atan2(d,c),f=Math.round(180*e/Math.PI);return 0>f&&(f=360-Math.abs(f)),f}function xa(a,b){var c=wa(a,b);return 45>=c&&c>=0?d:360>=c&&c>=315?d:c>=135&&225>=c?e:c>45&&135>c?g:f}function ya(){var a=new Date;return a.getTime()}function za(b){b=a(b);var c=b.offset(),d={left:c.left,right:c.left+b.outerWidth(),top:c.top,bottom:c.top+b.outerHeight()};return d}function Aa(a,b){return a.x>b.left&&a.x<b.right&&a.y>b.top&&a.y<b.bottom}var Ba=y||!c.fallbackToMouseEvents,Ca=Ba?"touchstart":"mousedown",Da=Ba?"touchmove":"mousemove",Ea=Ba?"touchend":"mouseup",Fa=Ba?null:"mouseleave",Ga="touchcancel",Ha=0,Ia=null,Ja=0,Ka=0,La=0,Ma=1,Na=0,Oa=0,Pa=null,Qa=a(b),Ra="start",Sa=0,Ta=null,Ua=0,Va=0,Wa=0,Xa=0,Ya=0,Za=null;try{Qa.bind(Ca,A),Qa.bind(Ga,D)}catch($a){a.error("events not supported "+Ca+","+Ga+" on jQuery.swipe")}this.enable=function(){return Qa.bind(Ca,A),Qa.bind(Ga,D),Qa},this.disable=function(){return F(),Qa},this.destroy=function(){return F(),Qa.data(z,null),Qa},this.option=function(b,d){if(void 0!==c[b]){if(void 0===d)return c[b];c[b]=d}else a.error("Option "+b+" does not exist on jQuery.swipe.options");return null}}var d="left",e="right",f="up",g="down",h="in",i="out",j="none",k="auto",l="swipe",m="pinch",n="tap",o="doubletap",p="longtap",q="horizontal",r="vertical",s="all",t=10,u="start",v="move",w="end",x="cancel",y="ontouchstart"in window,z="TouchSwipe",A={fingers:1,threshold:75,cancelThreshold:null,pinchThreshold:20,maxTimeThreshold:null,fingerReleaseThreshold:250,longTapThreshold:500,doubleTapThreshold:200,swipe:null,swipeLeft:null,swipeRight:null,swipeUp:null,swipeDown:null,swipeStatus:null,pinchIn:null,pinchOut:null,
pinchStatus:null,click:null,tap:null,doubleTap:null,longTap:null,triggerOnTouchEnd:!0,triggerOnTouchLeave:!1,allowPageScroll:"auto",fallbackToMouseEvents:!0,excludedElements:"label, button, input, select, textarea, a, .noSwipe"};a.fn.swipe=function(c){var d=a(this),e=d.data(z);if(e&&"string"==typeof c){if(e[c])return e[c].apply(this,Array.prototype.slice.call(arguments,1));a.error("Method "+c+" does not exist on jQuery.swipe")}else if(!(e||"object"!=typeof c&&c))return b.apply(this,arguments);return d},a.fn.swipe.defaults=A,a.fn.swipe.phases={PHASE_START:u,PHASE_MOVE:v,PHASE_END:w,PHASE_CANCEL:x},a.fn.swipe.directions={LEFT:d,RIGHT:e,UP:f,DOWN:g,IN:h,OUT:i},a.fn.swipe.pageScroll={NONE:j,HORIZONTAL:q,VERTICAL:r,AUTO:k},a.fn.swipe.fingers={ONE:1,TWO:2,THREE:3,ALL:s}}),function(a,b){var c="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";a.fn.imagesLoaded=function(d){function e(){var b=a(m),c=a(n);i&&(n.length?i.reject(k,b,c):i.resolve(k)),a.isFunction(d)&&d.call(h,k,b,c)}function f(a){g(a.target,"error"===a.type)}function g(b,d){b.src===c||-1!==a.inArray(b,l)||(l.push(b),d?n.push(b):m.push(b),a.data(b,"imagesLoaded",{isBroken:d,src:b.src}),j&&i.notifyWith(a(b),[d,k,a(m),a(n)]),k.length===l.length&&(setTimeout(e),k.unbind(".imagesLoaded",f)))}var h=this,i=a.isFunction(a.Deferred)?a.Deferred():0,j=a.isFunction(i.notify),k=h.find("img").add(h.filter("img")),l=[],m=[],n=[];return a.isPlainObject(d)&&a.each(d,function(a,b){"callback"===a?d=b:i&&i[a](b)}),k.length?k.bind("load.imagesLoaded error.imagesLoaded",f).each(function(d,e){var f=e.src,h=a.data(e,"imagesLoaded");h&&h.src===f?g(e,h.isBroken):e.complete&&e.naturalWidth!==b?g(e,0===e.naturalWidth||0===e.naturalHeight):(e.readyState||e.complete)&&(e.src=c,e.src=f)}):e(),i?i.promise(h):h}}(jQuery),function(a){a.fn.appear=function(b,c){var d=a.extend({data:void 0,one:!0,accX:0,accY:0},c);return this.each(function(){var c=a(this);if(c.appeared=!1,!b)return void c.trigger("appear",d.data);var e=a(window),f=function(){if(!c.is(":visible"))return void(c.appeared=!1);var a=e.scrollLeft(),b=e.scrollTop(),f=c.offset(),g=f.left,h=f.top,i=d.accX,j=d.accY,k=c.height(),l=e.height(),m=c.width(),n=e.width();h+k+j>=b&&b+l+j>=h&&g+m+i>=a&&a+n+i>=g?c.appeared||c.trigger("appear",d.data):c.appeared=!1},g=function(){if(c.appeared=!0,d.one){e.unbind("scroll",f);var g=a.inArray(f,a.fn.appear.checks);g>=0&&a.fn.appear.checks.splice(g,1)}b.apply(this,arguments)};d.one?c.one("appear",d.data,g):c.bind("appear",d.data,g),e.scroll(f),a.fn.appear.checks.push(f),f()})},a.extend(a.fn.appear,{checks:[],timeout:null,checkAll:function(){var b=a.fn.appear.checks.length;if(b>0)for(;b--;)a.fn.appear.checks[b]()},run:function(){a.fn.appear.timeout&&clearTimeout(a.fn.appear.timeout),a.fn.appear.timeout=setTimeout(a.fn.appear.checkAll,20)}}),a.each(["append","prepend","after","before","attr","removeAttr","addClass","removeClass","toggleClass","remove","css","show","hide"],function(b,c){var d=a.fn[c];d&&(a.fn[c]=function(){var b=d.apply(this,arguments);return a.fn.appear.run(),b})})}(jQuery),jQuery.easing.jswing=jQuery.easing.swing,jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(a,b,c,d,e){return jQuery.easing[jQuery.easing.def](a,b,c,d,e)},easeInQuad:function(a,b,c,d,e){return d*(b/=e)*b+c},easeOutQuad:function(a,b,c,d,e){return-d*(b/=e)*(b-2)+c},easeInOutQuad:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b+c:-d/2*(--b*(b-2)-1)+c},easeInCubic:function(a,b,c,d,e){return d*(b/=e)*b*b+c},easeOutCubic:function(a,b,c,d,e){return d*((b=b/e-1)*b*b+1)+c},easeInOutCubic:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b*b+c:d/2*((b-=2)*b*b+2)+c},easeInQuart:function(a,b,c,d,e){return d*(b/=e)*b*b*b+c},easeOutQuart:function(a,b,c,d,e){return-d*((b=b/e-1)*b*b*b-1)+c},easeInOutQuart:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b*b*b+c:-d/2*((b-=2)*b*b*b-2)+c},easeInQuint:function(a,b,c,d,e){return d*(b/=e)*b*b*b*b+c},easeOutQuint:function(a,b,c,d,e){return d*((b=b/e-1)*b*b*b*b+1)+c},easeInOutQuint:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b*b*b*b+c:d/2*((b-=2)*b*b*b*b+2)+c},easeInSine:function(a,b,c,d,e){return-d*Math.cos(b/e*(Math.PI/2))+d+c},easeOutSine:function(a,b,c,d,e){return d*Math.sin(b/e*(Math.PI/2))+c},easeInOutSine:function(a,b,c,d,e){return-d/2*(Math.cos(Math.PI*b/e)-1)+c},easeInExpo:function(a,b,c,d,e){return 0==b?c:d*Math.pow(2,10*(b/e-1))+c},easeOutExpo:function(a,b,c,d,e){return b==e?c+d:d*(-Math.pow(2,-10*b/e)+1)+c},easeInOutExpo:function(a,b,c,d,e){return 0==b?c:b==e?c+d:(b/=e/2)<1?d/2*Math.pow(2,10*(b-1))+c:d/2*(-Math.pow(2,-10*--b)+2)+c},easeInCirc:function(a,b,c,d,e){return-d*(Math.sqrt(1-(b/=e)*b)-1)+c},easeOutCirc:function(a,b,c,d,e){return d*Math.sqrt(1-(b=b/e-1)*b)+c},easeInOutCirc:function(a,b,c,d,e){return(b/=e/2)<1?-d/2*(Math.sqrt(1-b*b)-1)+c:d/2*(Math.sqrt(1-(b-=2)*b)+1)+c},easeInElastic:function(a,b,c,d,e){var f=1.70158,g=0,h=d;if(0==b)return c;if(1==(b/=e))return c+d;if(g||(g=.3*e),h<Math.abs(d)){h=d;var f=g/4}else var f=g/(2*Math.PI)*Math.asin(d/h);return-(h*Math.pow(2,10*(b-=1))*Math.sin(2*(b*e-f)*Math.PI/g))+c},easeOutElastic:function(a,b,c,d,e){var f=1.70158,g=0,h=d;if(0==b)return c;if(1==(b/=e))return c+d;if(g||(g=.3*e),h<Math.abs(d)){h=d;var f=g/4}else var f=g/(2*Math.PI)*Math.asin(d/h);return h*Math.pow(2,-10*b)*Math.sin(2*(b*e-f)*Math.PI/g)+d+c},easeInOutElastic:function(a,b,c,d,e){var f=1.70158,g=0,h=d;if(0==b)return c;if(2==(b/=e/2))return c+d;if(g||(g=.3*e*1.5),h<Math.abs(d)){h=d;var f=g/4}else var f=g/(2*Math.PI)*Math.asin(d/h);return 1>b?-.5*h*Math.pow(2,10*(b-=1))*Math.sin(2*(b*e-f)*Math.PI/g)+c:h*Math.pow(2,-10*(b-=1))*Math.sin(2*(b*e-f)*Math.PI/g)*.5+d+c},easeInBack:function(a,b,c,d,e,f){return void 0==f&&(f=1.70158),d*(b/=e)*b*((f+1)*b-f)+c},easeOutBack:function(a,b,c,d,e,f){return void 0==f&&(f=1.70158),d*((b=b/e-1)*b*((f+1)*b+f)+1)+c},easeInOutBack:function(a,b,c,d,e,f){return void 0==f&&(f=1.70158),(b/=e/2)<1?d/2*b*b*(((f*=1.525)+1)*b-f)+c:d/2*((b-=2)*b*(((f*=1.525)+1)*b+f)+2)+c},easeInBounce:function(a,b,c,d,e){return d-jQuery.easing.easeOutBounce(a,e-b,0,d,e)+c},easeOutBounce:function(a,b,c,d,e){return(b/=e)<1/2.75?7.5625*d*b*b+c:2/2.75>b?d*(7.5625*(b-=1.5/2.75)*b+.75)+c:2.5/2.75>b?d*(7.5625*(b-=2.25/2.75)*b+.9375)+c:d*(7.5625*(b-=2.625/2.75)*b+.984375)+c},easeInOutBounce:function(a,b,c,d,e){return e/2>b?.5*jQuery.easing.easeInBounce(a,2*b,0,d,e)+c:.5*jQuery.easing.easeOutBounce(a,2*b-e,0,d,e)+.5*d+c}}),function(a){function b(){}function c(a){function c(b){b.prototype.option||(b.prototype.option=function(b){a.isPlainObject(b)&&(this.options=a.extend(!0,this.options,b))})}function e(b,c){a.fn[b]=function(e){if("string"==typeof e){for(var g=d.call(arguments,1),h=0,i=this.length;i>h;h++){var j=this[h],k=a.data(j,b);if(k)if(a.isFunction(k[e])&&"_"!==e.charAt(0)){var l=k[e].apply(k,g);if(void 0!==l)return l}else f("no such method '"+e+"' for "+b+" instance");else f("cannot call methods on "+b+" prior to initialization; attempted to call '"+e+"'")}return this}return this.each(function(){var d=a.data(this,b);d?(d.option(e),d._init()):(d=new c(this,e),a.data(this,b,d))})}}if(a){var f="undefined"==typeof console?b:function(a){console.error(a)};return a.bridget=function(a,b){c(b),e(a,b)},a.bridget}}var d=Array.prototype.slice;"function"==typeof define&&define.amd?define("jquery-bridget/jquery.bridget",["jquery"],c):c(a.jQuery)}(window),function(a){function b(b){var c=a.event;return c.target=c.target||c.srcElement||b,c}var c=document.documentElement,d=function(){};c.addEventListener?d=function(a,b,c){a.addEventListener(b,c,!1)}:c.attachEvent&&(d=function(a,c,d){a[c+d]=d.handleEvent?function(){var c=b(a);d.handleEvent.call(d,c)}:function(){var c=b(a);d.call(a,c)},a.attachEvent("on"+c,a[c+d])});var e=function(){};c.removeEventListener?e=function(a,b,c){a.removeEventListener(b,c,!1)}:c.detachEvent&&(e=function(a,b,c){a.detachEvent("on"+b,a[b+c]);try{delete a[b+c]}catch(d){a[b+c]=void 0}});var f={bind:d,unbind:e};"function"==typeof define&&define.amd?define("eventie/eventie",f):"object"==typeof exports?module.exports=f:a.eventie=f}(this),function(a){function b(a){"function"==typeof a&&(b.isReady?a():f.push(a))}function c(a){var c="readystatechange"===a.type&&"complete"!==e.readyState;if(!b.isReady&&!c){b.isReady=!0;for(var d=0,g=f.length;g>d;d++){var h=f[d];h()}}}function d(d){return d.bind(e,"DOMContentLoaded",c),d.bind(e,"readystatechange",c),d.bind(a,"load",c),b}var e=a.document,f=[];b.isReady=!1,"function"==typeof define&&define.amd?(b.isReady="function"==typeof requirejs,define("doc-ready/doc-ready",["eventie/eventie"],d)):a.docReady=d(a.eventie)}(this),function(){function a(){}function b(a,b){for(var c=a.length;c--;)if(a[c].listener===b)return c;return-1}function c(a){return function(){return this[a].apply(this,arguments)}}var d=a.prototype,e=this,f=e.EventEmitter;d.getListeners=function(a){var b,c,d=this._getEvents();if(a instanceof RegExp){b={};for(c in d)d.hasOwnProperty(c)&&a.test(c)&&(b[c]=d[c])}else b=d[a]||(d[a]=[]);return b},d.flattenListeners=function(a){var b,c=[];for(b=0;a.length>b;b+=1)c.push(a[b].listener);return c},d.getListenersAsObject=function(a){var b,c=this.getListeners(a);return c instanceof Array&&(b={},b[a]=c),b||c},d.addListener=function(a,c){var d,e=this.getListenersAsObject(a),f="object"==typeof c;for(d in e)e.hasOwnProperty(d)&&-1===b(e[d],c)&&e[d].push(f?c:{listener:c,once:!1});return this},d.on=c("addListener"),d.addOnceListener=function(a,b){return this.addListener(a,{listener:b,once:!0})},d.once=c("addOnceListener"),d.defineEvent=function(a){return this.getListeners(a),this},d.defineEvents=function(a){for(var b=0;a.length>b;b+=1)this.defineEvent(a[b]);return this},d.removeListener=function(a,c){var d,e,f=this.getListenersAsObject(a);for(e in f)f.hasOwnProperty(e)&&(d=b(f[e],c),-1!==d&&f[e].splice(d,1));return this},d.off=c("removeListener"),d.addListeners=function(a,b){return this.manipulateListeners(!1,a,b)},d.removeListeners=function(a,b){return this.manipulateListeners(!0,a,b)},d.manipulateListeners=function(a,b,c){var d,e,f=a?this.removeListener:this.addListener,g=a?this.removeListeners:this.addListeners;if("object"!=typeof b||b instanceof RegExp)for(d=c.length;d--;)f.call(this,b,c[d]);else for(d in b)b.hasOwnProperty(d)&&(e=b[d])&&("function"==typeof e?f.call(this,d,e):g.call(this,d,e));return this},d.removeEvent=function(a){var b,c=typeof a,d=this._getEvents();if("string"===c)delete d[a];else if(a instanceof RegExp)for(b in d)d.hasOwnProperty(b)&&a.test(b)&&delete d[b];else delete this._events;return this},d.removeAllListeners=c("removeEvent"),d.emitEvent=function(a,b){var c,d,e,f,g=this.getListenersAsObject(a);for(e in g)if(g.hasOwnProperty(e))for(d=g[e].length;d--;)c=g[e][d],c.once===!0&&this.removeListener(a,c.listener),f=c.listener.apply(this,b||[]),f===this._getOnceReturnValue()&&this.removeListener(a,c.listener);return this},d.trigger=c("emitEvent"),d.emit=function(a){var b=Array.prototype.slice.call(arguments,1);return this.emitEvent(a,b)},d.setOnceReturnValue=function(a){return this._onceReturnValue=a,this},d._getOnceReturnValue=function(){return this.hasOwnProperty("_onceReturnValue")?this._onceReturnValue:!0},d._getEvents=function(){return this._events||(this._events={})},a.noConflict=function(){return e.EventEmitter=f,a},"function"==typeof define&&define.amd?define("eventEmitter/EventEmitter",[],function(){return a}):"object"==typeof module&&module.exports?module.exports=a:this.EventEmitter=a}.call(this),function(a){function b(a){if(a){if("string"==typeof d[a])return a;a=a.charAt(0).toUpperCase()+a.slice(1);for(var b,e=0,f=c.length;f>e;e++)if(b=c[e]+a,"string"==typeof d[b])return b}}var c="Webkit Moz ms Ms O".split(" "),d=document.documentElement.style;"function"==typeof define&&define.amd?define("get-style-property/get-style-property",[],function(){return b}):"object"==typeof exports?module.exports=b:a.getStyleProperty=b}(window),function(a){function b(a){var b=parseFloat(a),c=-1===a.indexOf("%")&&!isNaN(b);return c&&b}function c(){for(var a={width:0,height:0,innerWidth:0,innerHeight:0,outerWidth:0,outerHeight:0},b=0,c=g.length;c>b;b++){var d=g[b];a[d]=0}return a}function d(a){function d(a){if("string"==typeof a&&(a=document.querySelector(a)),a&&"object"==typeof a&&a.nodeType){var d=f(a);if("none"===d.display)return c();var e={};e.width=a.offsetWidth,e.height=a.offsetHeight;for(var k=e.isBorderBox=!(!j||!d[j]||"border-box"!==d[j]),l=0,m=g.length;m>l;l++){var n=g[l],o=d[n];o=h(a,o);var p=parseFloat(o);e[n]=isNaN(p)?0:p}var q=e.paddingLeft+e.paddingRight,r=e.paddingTop+e.paddingBottom,s=e.marginLeft+e.marginRight,t=e.marginTop+e.marginBottom,u=e.borderLeftWidth+e.borderRightWidth,v=e.borderTopWidth+e.borderBottomWidth,w=k&&i,x=b(d.width);x!==!1&&(e.width=x+(w?0:q+u));var y=b(d.height);return y!==!1&&(e.height=y+(w?0:r+v)),e.innerWidth=e.width-(q+u),e.innerHeight=e.height-(r+v),e.outerWidth=e.width+s,e.outerHeight=e.height+t,e}}function h(a,b){if(e||-1===b.indexOf("%"))return b;var c=a.style,d=c.left,f=a.runtimeStyle,g=f&&f.left;return g&&(f.left=a.currentStyle.left),c.left=b,b=c.pixelLeft,c.left=d,g&&(f.left=g),b}var i,j=a("boxSizing");return function(){if(j){var a=document.createElement("div");a.style.width="200px",a.style.padding="1px 2px 3px 4px",a.style.borderStyle="solid",a.style.borderWidth="1px 2px 3px 4px",a.style[j]="border-box";var c=document.body||document.documentElement;c.appendChild(a);var d=f(a);i=200===b(d.width),c.removeChild(a)}}(),d}var e=a.getComputedStyle,f=e?function(a){return e(a,null)}:function(a){return a.currentStyle},g=["paddingLeft","paddingRight","paddingTop","paddingBottom","marginLeft","marginRight","marginTop","marginBottom","borderLeftWidth","borderRightWidth","borderTopWidth","borderBottomWidth"];"function"==typeof define&&define.amd?define("get-size/get-size",["get-style-property/get-style-property"],d):"object"==typeof exports?module.exports=d(require("get-style-property")):a.getSize=d(a.getStyleProperty)}(window),function(a,b){function c(a,b){return a[h](b)}function d(a){if(!a.parentNode){var b=document.createDocumentFragment();b.appendChild(a)}}function e(a,b){d(a);for(var c=a.parentNode.querySelectorAll(b),e=0,f=c.length;f>e;e++)if(c[e]===a)return!0;return!1}function f(a,b){return d(a),c(a,b)}var g,h=function(){if(b.matchesSelector)return"matchesSelector";for(var a=["webkit","moz","ms","o"],c=0,d=a.length;d>c;c++){var e=a[c],f=e+"MatchesSelector";if(b[f])return f}}();if(h){var i=document.createElement("div"),j=c(i,"div");g=j?c:f}else g=e;"function"==typeof define&&define.amd?define("matches-selector/matches-selector",[],function(){return g}):window.matchesSelector=g}(this,Element.prototype),function(a){function b(a,b){for(var c in b)a[c]=b[c];return a}function c(a){for(var b in a)return!1;return b=null,!0}function d(a){return a.replace(/([A-Z])/g,function(a){return"-"+a.toLowerCase()})}function e(a,e,f){function h(a,b){a&&(this.element=a,this.layout=b,this.position={x:0,y:0},this._create())}var i=f("transition"),j=f("transform"),k=i&&j,l=!!f("perspective"),m={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"otransitionend",transition:"transitionend"}[i],n=["transform","transition","transitionDuration","transitionProperty"],o=function(){for(var a={},b=0,c=n.length;c>b;b++){var d=n[b],e=f(d);e&&e!==d&&(a[d]=e)}return a}();b(h.prototype,a.prototype),h.prototype._create=function(){this._transn={ingProperties:{},clean:{},onEnd:{}},this.css({position:"absolute"})},h.prototype.handleEvent=function(a){var b="on"+a.type;this[b]&&this[b](a)},h.prototype.getSize=function(){this.size=e(this.element)},h.prototype.css=function(a){var b=this.element.style;for(var c in a){var d=o[c]||c;b[d]=a[c]}},h.prototype.getPosition=function(){var a=g(this.element),b=this.layout.options,c=b.isOriginLeft,d=b.isOriginTop,e=parseInt(a[c?"left":"right"],10),f=parseInt(a[d?"top":"bottom"],10);e=isNaN(e)?0:e,f=isNaN(f)?0:f;var h=this.layout.size;e-=c?h.paddingLeft:h.paddingRight,f-=d?h.paddingTop:h.paddingBottom,this.position.x=e,this.position.y=f},h.prototype.layoutPosition=function(){var a=this.layout.size,b=this.layout.options,c={};b.isOriginLeft?(c.left=this.position.x+a.paddingLeft+"px",c.right=""):(c.right=this.position.x+a.paddingRight+"px",c.left=""),b.isOriginTop?(c.top=this.position.y+a.paddingTop+"px",c.bottom=""):(c.bottom=this.position.y+a.paddingBottom+"px",c.top=""),this.css(c),this.emitEvent("layout",[this])};var p=l?function(a,b){return"translate3d("+a+"px, "+b+"px, 0)"}:function(a,b){return"translate("+a+"px, "+b+"px)"};h.prototype._transitionTo=function(a,b){this.getPosition();var c=this.position.x,d=this.position.y,e=parseInt(a,10),f=parseInt(b,10),g=e===this.position.x&&f===this.position.y;if(this.setPosition(a,b),g&&!this.isTransitioning)return void this.layoutPosition();var h=a-c,i=b-d,j={},k=this.layout.options;h=k.isOriginLeft?h:-h,i=k.isOriginTop?i:-i,j.transform=p(h,i),this.transition({to:j,onTransitionEnd:{transform:this.layoutPosition},isCleaning:!0})},h.prototype.goTo=function(a,b){this.setPosition(a,b),this.layoutPosition()},h.prototype.moveTo=k?h.prototype._transitionTo:h.prototype.goTo,h.prototype.setPosition=function(a,b){this.position.x=parseInt(a,10),this.position.y=parseInt(b,10)},h.prototype._nonTransition=function(a){this.css(a.to),a.isCleaning&&this._removeStyles(a.to);for(var b in a.onTransitionEnd)a.onTransitionEnd[b].call(this)},h.prototype._transition=function(a){if(!parseFloat(this.layout.options.transitionDuration))return void this._nonTransition(a);var b=this._transn;for(var c in a.onTransitionEnd)b.onEnd[c]=a.onTransitionEnd[c];for(c in a.to)b.ingProperties[c]=!0,a.isCleaning&&(b.clean[c]=!0);if(a.from){this.css(a.from);var d=this.element.offsetHeight;d=null}this.enableTransition(a.to),this.css(a.to),this.isTransitioning=!0};var q=j&&d(j)+",opacity";h.prototype.enableTransition=function(){this.isTransitioning||(this.css({transitionProperty:q,transitionDuration:this.layout.options.transitionDuration}),this.element.addEventListener(m,this,!1))},h.prototype.transition=h.prototype[i?"_transition":"_nonTransition"],h.prototype.onwebkitTransitionEnd=function(a){this.ontransitionend(a)},h.prototype.onotransitionend=function(a){this.ontransitionend(a)};var r={"-webkit-transform":"transform","-moz-transform":"transform","-o-transform":"transform"};h.prototype.ontransitionend=function(a){if(a.target===this.element){var b=this._transn,d=r[a.propertyName]||a.propertyName;if(delete b.ingProperties[d],c(b.ingProperties)&&this.disableTransition(),d in b.clean&&(this.element.style[a.propertyName]="",delete b.clean[d]),d in b.onEnd){var e=b.onEnd[d];e.call(this),delete b.onEnd[d]}this.emitEvent("transitionEnd",[this])}},h.prototype.disableTransition=function(){this.removeTransitionStyles(),this.element.removeEventListener(m,this,!1),this.isTransitioning=!1},h.prototype._removeStyles=function(a){var b={};for(var c in a)b[c]="";this.css(b)};var s={transitionProperty:"",transitionDuration:""};return h.prototype.removeTransitionStyles=function(){this.css(s)},h.prototype.removeElem=function(){this.element.parentNode.removeChild(this.element),this.emitEvent("remove",[this])},h.prototype.remove=function(){if(!i||!parseFloat(this.layout.options.transitionDuration))return void this.removeElem();var a=this;this.on("transitionEnd",function(){return a.removeElem(),!0}),this.hide()},h.prototype.reveal=function(){delete this.isHidden,this.css({display:""});var a=this.layout.options;this.transition({from:a.hiddenStyle,to:a.visibleStyle,isCleaning:!0})},h.prototype.hide=function(){this.isHidden=!0,this.css({display:""});var a=this.layout.options;this.transition({from:a.visibleStyle,to:a.hiddenStyle,isCleaning:!0,onTransitionEnd:{opacity:function(){this.isHidden&&this.css({display:"none"})}}})},h.prototype.destroy=function(){this.css({position:"",left:"",right:"",top:"",bottom:"",transition:"",transform:""})},h}var f=a.getComputedStyle,g=f?function(a){return f(a,null)}:function(a){return a.currentStyle};"function"==typeof define&&define.amd?define("outlayer/item",["eventEmitter/EventEmitter","get-size/get-size","get-style-property/get-style-property"],e):(a.Outlayer={},a.Outlayer.Item=e(a.EventEmitter,a.getSize,a.getStyleProperty))}(window),function(a){function b(a,b){for(var c in b)a[c]=b[c];return a}function c(a){return"[object Array]"===l.call(a)}function d(a){var b=[];if(c(a))b=a;else if(a&&"number"==typeof a.length)for(var d=0,e=a.length;e>d;d++)b.push(a[d]);else b.push(a);return b}function e(a,b){var c=n(b,a);-1!==c&&b.splice(c,1)}function f(a){return a.replace(/(.)([A-Z])/g,function(a,b,c){return b+"-"+c}).toLowerCase()}function g(c,g,l,n,o,p){function q(a,c){if("string"==typeof a&&(a=h.querySelector(a)),!a||!m(a))return void(i&&i.error("Bad "+this.constructor.namespace+" element: "+a));this.element=a,this.options=b({},this.constructor.defaults),this.option(c);var d=++r;this.element.outlayerGUID=d,s[d]=this,this._create(),this.options.isInitLayout&&this.layout()}var r=0,s={};return q.namespace="outlayer",q.Item=p,q.defaults={containerStyle:{position:"relative"},isInitLayout:!0,isOriginLeft:!0,isOriginTop:!0,isResizeBound:!0,isResizingContainer:!0,transitionDuration:"0.4s",hiddenStyle:{opacity:0,transform:"scale(0.001)"},visibleStyle:{opacity:1,transform:"scale(1)"}},b(q.prototype,l.prototype),q.prototype.option=function(a){b(this.options,a)},q.prototype._create=function(){this.reloadItems(),this.stamps=[],this.stamp(this.options.stamp),b(this.element.style,this.options.containerStyle),this.options.isResizeBound&&this.bindResize()},q.prototype.reloadItems=function(){this.items=this._itemize(this.element.children)},q.prototype._itemize=function(a){for(var b=this._filterFindItemElements(a),c=this.constructor.Item,d=[],e=0,f=b.length;f>e;e++){var g=b[e],h=new c(g,this);d.push(h)}return d},q.prototype._filterFindItemElements=function(a){a=d(a);for(var b=this.options.itemSelector,c=[],e=0,f=a.length;f>e;e++){var g=a[e];if(m(g))if(b){o(g,b)&&c.push(g);for(var h=g.querySelectorAll(b),i=0,j=h.length;j>i;i++)c.push(h[i])}else c.push(g)}return c},q.prototype.getItemElements=function(){for(var a=[],b=0,c=this.items.length;c>b;b++)a.push(this.items[b].element);return a},q.prototype.layout=function(){this._resetLayout(),this._manageStamps();var a=void 0!==this.options.isLayoutInstant?this.options.isLayoutInstant:!this._isLayoutInited;this.layoutItems(this.items,a),this._isLayoutInited=!0},q.prototype._init=q.prototype.layout,q.prototype._resetLayout=function(){this.getSize()},q.prototype.getSize=function(){this.size=n(this.element)},q.prototype._getMeasurement=function(a,b){var c,d=this.options[a];d?("string"==typeof d?c=this.element.querySelector(d):m(d)&&(c=d),this[a]=c?n(c)[b]:d):this[a]=0},q.prototype.layoutItems=function(a,b){a=this._getItemsForLayout(a),this._layoutItems(a,b),this._postLayout()},q.prototype._getItemsForLayout=function(a){for(var b=[],c=0,d=a.length;d>c;c++){var e=a[c];e.isIgnored||b.push(e)}return b},q.prototype._layoutItems=function(a,b){function c(){d.emitEvent("layoutComplete",[d,a])}var d=this;if(!a||!a.length)return void c();this._itemsOn(a,"layout",c);for(var e=[],f=0,g=a.length;g>f;f++){var h=a[f],i=this._getItemLayoutPosition(h);i.item=h,i.isInstant=b||h.isLayoutInstant,e.push(i)}this._processLayoutQueue(e)},q.prototype._getItemLayoutPosition=function(){return{x:0,y:0}},q.prototype._processLayoutQueue=function(a){for(var b=0,c=a.length;c>b;b++){var d=a[b];this._positionItem(d.item,d.x,d.y,d.isInstant)}},q.prototype._positionItem=function(a,b,c,d){d?a.goTo(b,c):a.moveTo(b,c)},q.prototype._postLayout=function(){this.resizeContainer()},q.prototype.resizeContainer=function(){if(this.options.isResizingContainer){var a=this._getContainerSize();a&&(this._setContainerMeasure(a.width,!0),this._setContainerMeasure(a.height,!1))}},q.prototype._getContainerSize=k,q.prototype._setContainerMeasure=function(a,b){if(void 0!==a){var c=this.size;c.isBorderBox&&(a+=b?c.paddingLeft+c.paddingRight+c.borderLeftWidth+c.borderRightWidth:c.paddingBottom+c.paddingTop+c.borderTopWidth+c.borderBottomWidth),a=Math.max(a,0),this.element.style[b?"width":"height"]=a+"px"}},q.prototype._itemsOn=function(a,b,c){function d(){return e++,e===f&&c.call(g),!0}for(var e=0,f=a.length,g=this,h=0,i=a.length;i>h;h++){var j=a[h];j.on(b,d)}},q.prototype.ignore=function(a){var b=this.getItem(a);b&&(b.isIgnored=!0)},q.prototype.unignore=function(a){var b=this.getItem(a);b&&delete b.isIgnored},q.prototype.stamp=function(a){if(a=this._find(a)){this.stamps=this.stamps.concat(a);for(var b=0,c=a.length;c>b;b++){var d=a[b];this.ignore(d)}}},q.prototype.unstamp=function(a){if(a=this._find(a))for(var b=0,c=a.length;c>b;b++){var d=a[b];e(d,this.stamps),this.unignore(d)}},q.prototype._find=function(a){return a?("string"==typeof a&&(a=this.element.querySelectorAll(a)),a=d(a)):void 0},q.prototype._manageStamps=function(){if(this.stamps&&this.stamps.length){this._getBoundingRect();for(var a=0,b=this.stamps.length;b>a;a++){var c=this.stamps[a];this._manageStamp(c)}}},q.prototype._getBoundingRect=function(){var a=this.element.getBoundingClientRect(),b=this.size;this._boundingRect={left:a.left+b.paddingLeft+b.borderLeftWidth,top:a.top+b.paddingTop+b.borderTopWidth,right:a.right-(b.paddingRight+b.borderRightWidth),bottom:a.bottom-(b.paddingBottom+b.borderBottomWidth)}},q.prototype._manageStamp=k,q.prototype._getElementOffset=function(a){var b=a.getBoundingClientRect(),c=this._boundingRect,d=n(a),e={left:b.left-c.left-d.marginLeft,top:b.top-c.top-d.marginTop,right:c.right-b.right-d.marginRight,bottom:c.bottom-b.bottom-d.marginBottom};return e},q.prototype.handleEvent=function(a){var b="on"+a.type;this[b]&&this[b](a)},q.prototype.bindResize=function(){this.isResizeBound||(c.bind(a,"resize",this),this.isResizeBound=!0)},q.prototype.unbindResize=function(){this.isResizeBound&&c.unbind(a,"resize",this),this.isResizeBound=!1},q.prototype.onresize=function(){function a(){b.resize(),delete b.resizeTimeout}this.resizeTimeout&&clearTimeout(this.resizeTimeout);var b=this;this.resizeTimeout=setTimeout(a,100)},q.prototype.resize=function(){this.isResizeBound&&this.needsResizeLayout()&&this.layout()},q.prototype.needsResizeLayout=function(){var a=n(this.element),b=this.size&&a;return b&&a.innerWidth!==this.size.innerWidth},q.prototype.addItems=function(a){var b=this._itemize(a);return b.length&&(this.items=this.items.concat(b)),b},q.prototype.appended=function(a){var b=this.addItems(a);b.length&&(this.layoutItems(b,!0),this.reveal(b))},q.prototype.prepended=function(a){var b=this._itemize(a);if(b.length){var c=this.items.slice(0);this.items=b.concat(c),this._resetLayout(),this._manageStamps(),this.layoutItems(b,!0),this.reveal(b),this.layoutItems(c)}},q.prototype.reveal=function(a){var b=a&&a.length;if(b)for(var c=0;b>c;c++){var d=a[c];d.reveal()}},q.prototype.hide=function(a){var b=a&&a.length;if(b)for(var c=0;b>c;c++){var d=a[c];d.hide()}},q.prototype.getItem=function(a){for(var b=0,c=this.items.length;c>b;b++){var d=this.items[b];if(d.element===a)return d}},q.prototype.getItems=function(a){if(a&&a.length){for(var b=[],c=0,d=a.length;d>c;c++){var e=a[c],f=this.getItem(e);f&&b.push(f)}return b}},q.prototype.remove=function(a){a=d(a);var b=this.getItems(a);if(b&&b.length){this._itemsOn(b,"remove",function(){this.emitEvent("removeComplete",[this,b])});for(var c=0,f=b.length;f>c;c++){var g=b[c];g.remove(),e(g,this.items)}}},q.prototype.destroy=function(){var a=this.element.style;a.height="",a.position="",a.width="";for(var b=0,c=this.items.length;c>b;b++){var d=this.items[b];d.destroy()}this.unbindResize(),delete this.element.outlayerGUID,j&&j.removeData(this.element,this.constructor.namespace)},q.data=function(a){var b=a&&a.outlayerGUID;return b&&s[b]},q.create=function(a,c){function d(){q.apply(this,arguments)}return Object.create?d.prototype=Object.create(q.prototype):b(d.prototype,q.prototype),d.prototype.constructor=d,d.defaults=b({},q.defaults),b(d.defaults,c),d.prototype.settings={},d.namespace=a,d.data=q.data,d.Item=function(){p.apply(this,arguments)},d.Item.prototype=new p,g(function(){for(var b=f(a),c=h.querySelectorAll(".js-"+b),e="data-"+b+"-options",g=0,k=c.length;k>g;g++){var l,m=c[g],n=m.getAttribute(e);try{l=n&&JSON.parse(n)}catch(o){i&&i.error("Error parsing "+e+" on "+m.nodeName.toLowerCase()+(m.id?"#"+m.id:"")+": "+o);continue}var p=new d(m,l);j&&j.data(m,a,p)}}),j&&j.bridget&&j.bridget(a,d),d},q.Item=p,q}var h=a.document,i=a.console,j=a.jQuery,k=function(){},l=Object.prototype.toString,m="object"==typeof HTMLElement?function(a){return a instanceof HTMLElement}:function(a){return a&&"object"==typeof a&&1===a.nodeType&&"string"==typeof a.nodeName},n=Array.prototype.indexOf?function(a,b){return a.indexOf(b)}:function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1};"function"==typeof define&&define.amd?define("outlayer/outlayer",["eventie/eventie","doc-ready/doc-ready","eventEmitter/EventEmitter","get-size/get-size","matches-selector/matches-selector","./item"],g):a.Outlayer=g(a.eventie,a.docReady,a.EventEmitter,a.getSize,a.matchesSelector,a.Outlayer.Item)}(window),function(a){function b(a){function b(){a.Item.apply(this,arguments)}return b.prototype=new a.Item,b.prototype._create=function(){this.id=this.layout.itemGUID++,a.Item.prototype._create.call(this),this.sortData={}},b.prototype.updateSortData=function(){if(!this.isIgnored){this.sortData.id=this.id,this.sortData["original-order"]=this.id,this.sortData.random=Math.random();var a=this.layout.options.getSortData,b=this.layout._sorters;for(var c in a){var d=b[c];this.sortData[c]=d(this.element,this)}}},b}"function"==typeof define&&define.amd?define("isotope/js/item",["outlayer/outlayer"],b):(a.Isotope=a.Isotope||{},a.Isotope.Item=b(a.Outlayer))}(window),function(a){function b(a,b){function c(a){this.isotope=a,a&&(this.options=a.options[this.namespace],this.element=a.element,this.items=a.filteredItems,this.size=a.size)}return function(){function a(a){return function(){return b.prototype[a].apply(this.isotope,arguments)}}for(var d=["_resetLayout","_getItemLayoutPosition","_manageStamp","_getContainerSize","_getElementOffset","needsResizeLayout"],e=0,f=d.length;f>e;e++){var g=d[e];c.prototype[g]=a(g)}}(),c.prototype.needsVerticalResizeLayout=function(){var b=a(this.isotope.element),c=this.isotope.size&&b;return c&&b.innerHeight!==this.isotope.size.innerHeight},c.prototype._getMeasurement=function(){this.isotope._getMeasurement.apply(this,arguments)},c.prototype.getColumnWidth=function(){this.getSegmentSize("column","Width")},c.prototype.getRowHeight=function(){this.getSegmentSize("row","Height")},c.prototype.getSegmentSize=function(a,b){var c=a+b,d="outer"+b;if(this._getMeasurement(c,d),!this[c]){var e=this.getFirstItemSize();this[c]=e&&e[d]||this.isotope.size["inner"+b]}},c.prototype.getFirstItemSize=function(){var b=this.isotope.filteredItems[0];return b&&b.element&&a(b.element)},c.prototype.layout=function(){this.isotope.layout.apply(this.isotope,arguments)},c.prototype.getSize=function(){this.isotope.getSize(),this.size=this.isotope.size},c.modes={},c.create=function(a,b){function d(){c.apply(this,arguments)}return d.prototype=new c,b&&(d.options=b),d.prototype.namespace=a,c.modes[a]=d,d},c}"function"==typeof define&&define.amd?define("isotope/js/layout-mode",["get-size/get-size","outlayer/outlayer"],b):(a.Isotope=a.Isotope||{},a.Isotope.LayoutMode=b(a.getSize,a.Outlayer))}(window),function(a){function b(a,b){var d=a.create("masonry");return d.prototype._resetLayout=function(){this.getSize(),this._getMeasurement("columnWidth","outerWidth"),this._getMeasurement("gutter","outerWidth"),this.measureColumns();var a=this.cols;for(this.colYs=[];a--;)this.colYs.push(0);this.maxY=0},d.prototype.measureColumns=function(){if(this.getContainerWidth(),!this.columnWidth){var a=this.items[0],c=a&&a.element;this.columnWidth=c&&b(c).outerWidth||this.containerWidth}this.columnWidth+=this.gutter,this.cols=Math.floor((this.containerWidth+this.gutter)/this.columnWidth),this.cols=Math.max(this.cols,1)},d.prototype.getContainerWidth=function(){
var a=this.options.isFitWidth?this.element.parentNode:this.element,c=b(a);this.containerWidth=c&&c.innerWidth},d.prototype._getItemLayoutPosition=function(a){a.getSize();var b=a.size.outerWidth%this.columnWidth,d=b&&1>b?"round":"ceil",e=Math[d](a.size.outerWidth/this.columnWidth);e=Math.min(e,this.cols);for(var f=this._getColGroup(e),g=Math.min.apply(Math,f),h=c(f,g),i={x:this.columnWidth*h,y:g},j=g+a.size.outerHeight,k=this.cols+1-f.length,l=0;k>l;l++)this.colYs[h+l]=j;return i},d.prototype._getColGroup=function(a){if(2>a)return this.colYs;for(var b=[],c=this.cols+1-a,d=0;c>d;d++){var e=this.colYs.slice(d,d+a);b[d]=Math.max.apply(Math,e)}return b},d.prototype._manageStamp=function(a){var c=b(a),d=this._getElementOffset(a),e=this.options.isOriginLeft?d.left:d.right,f=e+c.outerWidth,g=Math.floor(e/this.columnWidth);g=Math.max(0,g);var h=Math.floor(f/this.columnWidth);h-=f%this.columnWidth?0:1,h=Math.min(this.cols-1,h);for(var i=(this.options.isOriginTop?d.top:d.bottom)+c.outerHeight,j=g;h>=j;j++)this.colYs[j]=Math.max(i,this.colYs[j])},d.prototype._getContainerSize=function(){this.maxY=Math.max.apply(Math,this.colYs);var a={height:this.maxY};return this.options.isFitWidth&&(a.width=this._getContainerFitWidth()),a},d.prototype._getContainerFitWidth=function(){for(var a=0,b=this.cols;--b&&0===this.colYs[b];)a++;return(this.cols-a)*this.columnWidth-this.gutter},d.prototype.needsResizeLayout=function(){var a=this.containerWidth;return this.getContainerWidth(),a!==this.containerWidth},d}var c=Array.prototype.indexOf?function(a,b){return a.indexOf(b)}:function(a,b){for(var c=0,d=a.length;d>c;c++){var e=a[c];if(e===b)return c}return-1};"function"==typeof define&&define.amd?define("masonry/masonry",["outlayer/outlayer","get-size/get-size"],b):a.Masonry=b(a.Outlayer,a.getSize)}(window),function(a){function b(a,b){for(var c in b)a[c]=b[c];return a}function c(a,c){var d=a.create("masonry"),e=d.prototype._getElementOffset,f=d.prototype.layout,g=d.prototype._getMeasurement;b(d.prototype,c.prototype),d.prototype._getElementOffset=e,d.prototype.layout=f,d.prototype._getMeasurement=g;var h=d.prototype.measureColumns;d.prototype.measureColumns=function(){this.items=this.isotope.filteredItems,h.call(this)};var i=d.prototype._manageStamp;return d.prototype._manageStamp=function(){this.options.isOriginLeft=this.isotope.options.isOriginLeft,this.options.isOriginTop=this.isotope.options.isOriginTop,i.apply(this,arguments)},d}"function"==typeof define&&define.amd?define("isotope/js/layout-modes/masonry",["../layout-mode","masonry/masonry"],c):c(a.Isotope.LayoutMode,a.Masonry)}(window),function(a){function b(a){var b=a.create("fitRows");return b.prototype._resetLayout=function(){this.x=0,this.y=0,this.maxY=0},b.prototype._getItemLayoutPosition=function(a){a.getSize(),0!==this.x&&a.size.outerWidth+this.x>this.isotope.size.innerWidth&&(this.x=0,this.y=this.maxY);var b={x:this.x,y:this.y};return this.maxY=Math.max(this.maxY,this.y+a.size.outerHeight),this.x+=a.size.outerWidth,b},b.prototype._getContainerSize=function(){return{height:this.maxY}},b}"function"==typeof define&&define.amd?define("isotope/js/layout-modes/fit-rows",["../layout-mode"],b):b(a.Isotope.LayoutMode)}(window),function(a){function b(a){var b=a.create("vertical",{horizontalAlignment:0});return b.prototype._resetLayout=function(){this.y=0},b.prototype._getItemLayoutPosition=function(a){a.getSize();var b=(this.isotope.size.innerWidth-a.size.outerWidth)*this.options.horizontalAlignment,c=this.y;return this.y+=a.size.outerHeight,{x:b,y:c}},b.prototype._getContainerSize=function(){return{height:this.y}},b}"function"==typeof define&&define.amd?define("isotope/js/layout-modes/vertical",["../layout-mode"],b):b(a.Isotope.LayoutMode)}(window),function(a){function b(a,b){for(var c in b)a[c]=b[c];return a}function c(a){return"[object Array]"===k.call(a)}function d(a){var b=[];if(c(a))b=a;else if(a&&"number"==typeof a.length)for(var d=0,e=a.length;e>d;d++)b.push(a[d]);else b.push(a);return b}function e(a,b){var c=l(b,a);-1!==c&&b.splice(c,1)}function f(a,c,f,i,k){function l(a,b){return function(c,d){for(var e=0,f=a.length;f>e;e++){var g=a[e],h=c.sortData[g],i=d.sortData[g];if(h>i||i>h){var j=void 0!==b[g]?b[g]:b,k=j?1:-1;return(h>i?1:-1)*k}}return 0}}var m=a.create("isotope",{layoutMode:"masonry",isJQueryFiltering:!0,sortAscending:!0});m.Item=i,m.LayoutMode=k,m.prototype._create=function(){this.itemGUID=0,this._sorters={},this._getSorters(),a.prototype._create.call(this),this.modes={},this.filteredItems=this.items,this.sortHistory=["original-order"];for(var b in k.modes)this._initLayoutMode(b)},m.prototype.reloadItems=function(){this.itemGUID=0,a.prototype.reloadItems.call(this)},m.prototype._itemize=function(){for(var b=a.prototype._itemize.apply(this,arguments),c=0,d=b.length;d>c;c++){var e=b[c];e.id=this.itemGUID++}return this._updateItemsSortData(b),b},m.prototype._initLayoutMode=function(a){var c=k.modes[a],d=this.options[a]||{};this.options[a]=c.options?b(c.options,d):d,this.modes[a]=new c(this)},m.prototype.layout=function(){return!this._isLayoutInited&&this.options.isInitLayout?void this.arrange():void this._layout()},m.prototype._layout=function(){var a=this._getIsInstant();this._resetLayout(),this._manageStamps(),this.layoutItems(this.filteredItems,a),this._isLayoutInited=!0},m.prototype.arrange=function(a){this.option(a),this._getIsInstant(),this.filteredItems=this._filter(this.items),this._sort(),this._layout()},m.prototype._init=m.prototype.arrange,m.prototype._getIsInstant=function(){var a=void 0!==this.options.isLayoutInstant?this.options.isLayoutInstant:!this._isLayoutInited;return this._isInstant=a,a},m.prototype._filter=function(a){function b(){l.reveal(e),l.hide(f)}var c=this.options.filter;c=c||"*";for(var d=[],e=[],f=[],g=this._getFilterTest(c),h=0,i=a.length;i>h;h++){var j=a[h];if(!j.isIgnored){var k=g(j);k&&d.push(j),k&&j.isHidden?e.push(j):k||j.isHidden||f.push(j)}}var l=this;return this._isInstant?this._noTransition(b):b(),d},m.prototype._getFilterTest=function(a){return g&&this.options.isJQueryFiltering?function(b){return g(b.element).is(a)}:"function"==typeof a?function(b){return a(b.element)}:function(b){return f(b.element,a)}},m.prototype.updateSortData=function(a){this._getSorters(),a=d(a);var b=this.getItems(a);b=b.length?b:this.items,this._updateItemsSortData(b)},m.prototype._getSorters=function(){var a=this.options.getSortData;for(var b in a){var c=a[b];this._sorters[b]=n(c)}},m.prototype._updateItemsSortData=function(a){for(var b=0,c=a.length;c>b;b++){var d=a[b];d.updateSortData()}};var n=function(){function a(a){if("string"!=typeof a)return a;var c=h(a).split(" "),d=c[0],e=d.match(/^\[(.+)\]$/),f=e&&e[1],g=b(f,d),i=m.sortDataParsers[c[1]];return a=i?function(a){return a&&i(g(a))}:function(a){return a&&g(a)}}function b(a,b){var c;return c=a?function(b){return b.getAttribute(a)}:function(a){var c=a.querySelector(b);return c&&j(c)}}return a}();m.sortDataParsers={parseInt:function(a){return parseInt(a,10)},parseFloat:function(a){return parseFloat(a)}},m.prototype._sort=function(){var a=this.options.sortBy;if(a){var b=[].concat.apply(a,this.sortHistory),c=l(b,this.options.sortAscending);this.filteredItems.sort(c),a!==this.sortHistory[0]&&this.sortHistory.unshift(a)}},m.prototype._mode=function(){var a=this.options.layoutMode,b=this.modes[a];if(!b)throw Error("No layout mode: "+a);return b.options=this.options[a],b},m.prototype._resetLayout=function(){a.prototype._resetLayout.call(this),this._mode()._resetLayout()},m.prototype._getItemLayoutPosition=function(a){return this._mode()._getItemLayoutPosition(a)},m.prototype._manageStamp=function(a){this._mode()._manageStamp(a)},m.prototype._getContainerSize=function(){return this._mode()._getContainerSize()},m.prototype.needsResizeLayout=function(){return this._mode().needsResizeLayout()},m.prototype.appended=function(a){var b=this.addItems(a);if(b.length){var c=this._filterRevealAdded(b);this.filteredItems=this.filteredItems.concat(c)}},m.prototype.prepended=function(a){var b=this._itemize(a);if(b.length){var c=this.items.slice(0);this.items=b.concat(c),this._resetLayout(),this._manageStamps();var d=this._filterRevealAdded(b);this.layoutItems(c),this.filteredItems=d.concat(this.filteredItems)}},m.prototype._filterRevealAdded=function(a){var b=this._noTransition(function(){return this._filter(a)});return this.layoutItems(b,!0),this.reveal(b),a},m.prototype.insert=function(a){var b=this.addItems(a);if(b.length){var c,d,e=b.length;for(c=0;e>c;c++)d=b[c],this.element.appendChild(d.element);var f=this._filter(b);for(this._noTransition(function(){this.hide(f)}),c=0;e>c;c++)b[c].isLayoutInstant=!0;for(this.arrange(),c=0;e>c;c++)delete b[c].isLayoutInstant;this.reveal(f)}};var o=m.prototype.remove;return m.prototype.remove=function(a){a=d(a);var b=this.getItems(a);if(o.call(this,a),b&&b.length)for(var c=0,f=b.length;f>c;c++){var g=b[c];e(g,this.filteredItems)}},m.prototype._noTransition=function(a){var b=this.options.transitionDuration;this.options.transitionDuration=0;var c=a.call(this);return this.options.transitionDuration=b,c},m}var g=a.jQuery,h=String.prototype.trim?function(a){return a.trim()}:function(a){return a.replace(/^\s+|\s+$/g,"")},i=document.documentElement,j=i.textContent?function(a){return a.textContent}:function(a){return a.innerText},k=Object.prototype.toString,l=Array.prototype.indexOf?function(a,b){return a.indexOf(b)}:function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1};"function"==typeof define&&define.amd?define(["outlayer/outlayer","get-size/get-size","matches-selector/matches-selector","isotope/js/item","isotope/js/layout-mode","isotope/js/layout-modes/masonry","isotope/js/layout-modes/fit-rows","isotope/js/layout-modes/vertical"],f):a.Isotope=f(a.Outlayer,a.getSize,a.matchesSelector,a.Isotope.Item,a.Isotope.LayoutMode)}(window),function(a,b){var c={ratio:16/9,videoId:"ZCAnLxRvNNc",mute:!0,repeat:!0,width:a(b).width(),wrapperZIndex:99,playButtonClass:"tubular-play",pauseButtonClass:"tubular-pause",muteButtonClass:"tubular-mute",volumeUpClass:"tubular-volume-up",volumeDownClass:"tubular-volume-down",increaseVolumeBy:10,start:0},d=function(d,e){{var e=a.extend({},c,e);a("body")}$node=a(d);var f='<div id="tubular-container" style="overflow: hidden; width: 100%; height: 100%"><div id="tubular-player" style="position: absolute"></div></div>';a("html,body").css({width:"100%",height:"100%"}),$node.prepend(f),$node.css({"z-index":e.wrapperZIndex}),b.player,b.onYouTubeIframeAPIReady=function(){player=new YT.Player("tubular-player",{width:e.width,height:Math.ceil(e.width/e.ratio),videoId:e.videoId,playerVars:{controls:0,showinfo:0,modestbranding:1,wmode:"transparent"},events:{onReady:onPlayerReady,onStateChange:onPlayerStateChange}})},b.onPlayerReady=function(a){g(),e.mute&&a.target.mute(),a.target.seekTo(e.start),a.target.playVideo()},b.onPlayerStateChange=function(a){0===a.data&&e.repeat&&player.seekTo(e.start)};var g=function(){var b,c,d=a("body").width(),f=a(".fwb-youtube-video").closest(".full-width-box").outerHeight(),g=a("#tubular-player");d/e.ratio<f?(b=Math.ceil(f*e.ratio),g.width(b).height(f).css({left:(d-b)/2,top:0})):(c=Math.ceil(d/e.ratio),g.width(d).height(c).css({left:0,top:(f-c)/2}))};a(b).on("resize.tubular",function(){g()}),a("body").on("click","."+e.playButtonClass,function(a){a.preventDefault(),player.playVideo()}).on("click","."+e.pauseButtonClass,function(a){a.preventDefault(),player.pauseVideo()}).on("click","."+e.muteButtonClass,function(a){a.preventDefault(),player.isMuted()?player.unMute():player.mute()}).on("click","."+e.volumeDownClass,function(a){a.preventDefault();var b=player.getVolume();b<e.increaseVolumeBy&&(b=e.increaseVolumeBy),player.setVolume(b-e.increaseVolumeBy)}).on("click","."+e.volumeUpClass,function(a){a.preventDefault(),player.isMuted()&&player.unMute();var b=player.getVolume();b>100-e.increaseVolumeBy&&(b=100-e.increaseVolumeBy),player.setVolume(b+e.increaseVolumeBy)})},e=document.createElement("script");e.src="//www.youtube.com/iframe_api";var f=document.getElementsByTagName("script")[0];f.parentNode.insertBefore(e,f),a.fn.tubular=function(b){return this.each(function(){a.data(this,"tubular_instantiated")||a.data(this,"tubular_instantiated",d(this,b))})}}(jQuery,window),function(){function a(){var a=!1;a&&j("keydown",e),s.keyboardSupport&&!a&&i("keydown",e)}function b(){if(document.body){var b=document.body,c=document.documentElement,d=window.innerHeight,e=b.scrollHeight;if(x=document.compatMode.indexOf("CSS")>=0?c:b,q=b,a(),w=!0,top!=self)u=!0;else if(e>d&&(b.offsetHeight<=d||c.offsetHeight<=d)&&(c.style.height="auto",x.offsetHeight<=d)){var f=document.createElement("div");f.style.clear="both",b.appendChild(f)}s.fixedBackground||t||(b.style.backgroundAttachment="scroll",c.style.backgroundAttachment="scroll")}}function c(a,b,c,d){if(d||(d=1e3),l(b,c),1!=s.accelerationMax){var e=+new Date,f=e-C;if(f<s.accelerationDelta){var g=(1+30/f)/2;g>1&&(g=Math.min(g,s.accelerationMax),b*=g,c*=g)}C=+new Date}if(A.push({x:b,y:c,lastX:0>b?.99:-.99,lastY:0>c?.99:-.99,start:+new Date}),!B){var h=a===document.body,i=function(){for(var e=+new Date,f=0,g=0,j=0;j<A.length;j++){var k=A[j],l=e-k.start,m=l>=s.animationTime,n=m?1:l/s.animationTime;s.pulseAlgorithm&&(n=p(n));var o=k.x*n-k.lastX>>0,q=k.y*n-k.lastY>>0;f+=o,g+=q,k.lastX+=o,k.lastY+=q,m&&(A.splice(j,1),j--)}h?window.scrollBy(f,g):(f&&(a.scrollLeft+=f),g&&(a.scrollTop+=g)),b||c||(A=[]),A.length?G(i,a,d/s.frameRate+1):B=!1};G(i,a,0),B=!0}}function d(a){w||b();var d=a.target,e=h(d);if(!e||a.defaultPrevented||k(q,"embed")||k(d,"embed")&&/\.pdf/i.test(d.src))return!0;var f=a.wheelDeltaX||0,g=a.wheelDeltaY||0;return f||g||(g=a.wheelDelta||0),!s.touchpadSupport&&m(g)?!0:(Math.abs(f)>1.2&&(f*=s.stepSize/120),Math.abs(g)>1.2&&(g*=s.stepSize/120),c(e,-f,-g),void a.preventDefault())}function e(a){var b=a.target,d=a.ctrlKey||a.altKey||a.metaKey||a.shiftKey&&a.keyCode!==z.spacebar;if(/input|textarea|select|embed/i.test(b.nodeName)||b.isContentEditable||a.defaultPrevented||d)return!0;if(k(b,"button")&&a.keyCode===z.spacebar)return!0;var e,f=0,g=0,i=h(q),j=i.clientHeight;switch(i==document.body&&(j=window.innerHeight),a.keyCode){case z.up:g=-s.arrowScroll;break;case z.down:g=s.arrowScroll;break;case z.spacebar:e=a.shiftKey?1:-1,g=-e*j*.9;break;case z.pageup:g=.9*-j;break;case z.pagedown:g=.9*j;break;case z.home:g=-i.scrollTop;break;case z.end:var l=i.scrollHeight-i.scrollTop-j;g=l>0?l+10:0;break;case z.left:f=-s.arrowScroll;break;case z.right:f=s.arrowScroll;break;default:return!0}c(i,f,g),a.preventDefault()}function f(a){q=a.target}function g(a,b){for(var c=a.length;c--;)D[F(a[c])]=b;return b}function h(a){var b=[],c=x.scrollHeight;do{var d=D[F(a)];if(d)return g(b,d);if(b.push(a),c===a.scrollHeight){if(!u||x.clientHeight+10<c)return g(b,document.body)}else if(a.clientHeight+10<a.scrollHeight&&(overflow=getComputedStyle(a,"").getPropertyValue("overflow-y"),"scroll"===overflow||"auto"===overflow))return g(b,a)}while(a=a.parentNode)}function i(a,b,c){window.addEventListener(a,b,c||!1)}function j(a,b,c){window.removeEventListener(a,b,c||!1)}function k(a,b){return(a.nodeName||"").toLowerCase()===b.toLowerCase()}function l(a,b){a=a>0?1:-1,b=b>0?1:-1,(v.x!==a||v.y!==b)&&(v.x=a,v.y=b,A=[],C=0)}function m(a){if(a){a=Math.abs(a),y.push(a),y.shift(),clearTimeout(E);var b=y[0]==y[1]&&y[1]==y[2],c=n(y[0],120)&&n(y[1],120)&&n(y[2],120);return!(b||c)}}function n(a,b){return Math.floor(a/b)==a/b}function o(a){var b,c,d;return a*=s.pulseScale,1>a?b=a-(1-Math.exp(-a)):(c=Math.exp(-1),a-=1,d=1-Math.exp(-a),b=c+d*(1-c)),b*s.pulseNormalize}function p(a){return a>=1?1:0>=a?0:(1==s.pulseNormalize&&(s.pulseNormalize/=o(1)),o(a))}var q,r={frameRate:150,animationTime:500,stepSize:150,pulseAlgorithm:!0,pulseScale:6,pulseNormalize:1,accelerationDelta:20,accelerationMax:1,keyboardSupport:!0,arrowScroll:50,touchpadSupport:!0,fixedBackground:!0,excluded:""},s=r,t=!1,u=!1,v={x:0,y:0},w=!1,x=document.documentElement,y=[120,120,120],z={left:37,up:38,right:39,down:40,spacebar:32,pageup:33,pagedown:34,end:35,home:36},s=r,A=[],B=!1,C=+new Date,D={};setInterval(function(){D={}},1e4);var E,F=function(){var a=0;return function(b){return b.uniqueID||(b.uniqueID=a++)}}(),G=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||function(a,b,c){window.setTimeout(a,c||1e3/60)}}(),H=/chrome/i.test(window.navigator.userAgent),I="onmousewheel"in document;I&&H&&(i("mousedown",f),i("mousewheel",d),i("load",b))}(),!function(a){function b(){}function c(a){function c(b){b.prototype.option||(b.prototype.option=function(b){a.isPlainObject(b)&&(this.options=a.extend(!0,this.options,b))})}function e(b,c){a.fn[b]=function(e){if("string"==typeof e){for(var g=d.call(arguments,1),h=0,i=this.length;i>h;h++){var j=this[h],k=a.data(j,b);if(k)if(a.isFunction(k[e])&&"_"!==e.charAt(0)){var l=k[e].apply(k,g);if(void 0!==l)return l}else f("no such method '"+e+"' for "+b+" instance");else f("cannot call methods on "+b+" prior to initialization; attempted to call '"+e+"'")}return this}return this.each(function(){var d=a.data(this,b);d?(d.option(e),d._init()):(d=new c(this,e),a.data(this,b,d))})}}if(a){var f="undefined"==typeof console?b:function(a){console.error(a)};return a.bridget=function(a,b){c(b),e(a,b)},a.bridget}}var d=Array.prototype.slice;"function"==typeof define&&define.amd?define("jquery-bridget/jquery.bridget",["jquery"],c):c(a.jQuery)}(window),function(a){function b(b){var c=a.event;return c.target=c.target||c.srcElement||b,c}var c=document.documentElement,d=function(){};c.addEventListener?d=function(a,b,c){a.addEventListener(b,c,!1)}:c.attachEvent&&(d=function(a,c,d){a[c+d]=d.handleEvent?function(){var c=b(a);d.handleEvent.call(d,c)}:function(){var c=b(a);d.call(a,c)},a.attachEvent("on"+c,a[c+d])});var e=function(){};c.removeEventListener?e=function(a,b,c){a.removeEventListener(b,c,!1)}:c.detachEvent&&(e=function(a,b,c){a.detachEvent("on"+b,a[b+c]);try{delete a[b+c]}catch(d){a[b+c]=void 0}});var f={bind:d,unbind:e};"function"==typeof define&&define.amd?define("eventie/eventie",f):"object"==typeof exports?module.exports=f:a.eventie=f}(this),function(a){function b(a){"function"==typeof a&&(b.isReady?a():f.push(a))}function c(a){var c="readystatechange"===a.type&&"complete"!==e.readyState;if(!b.isReady&&!c){b.isReady=!0;for(var d=0,g=f.length;g>d;d++){var h=f[d];h()}}}function d(d){return d.bind(e,"DOMContentLoaded",c),d.bind(e,"readystatechange",c),d.bind(a,"load",c),b}var e=a.document,f=[];b.isReady=!1,"function"==typeof define&&define.amd?(b.isReady="function"==typeof requirejs,define("doc-ready/doc-ready",["eventie/eventie"],d)):a.docReady=d(a.eventie)}(this),function(){function a(){}function b(a,b){for(var c=a.length;c--;)if(a[c].listener===b)return c;return-1}function c(a){return function(){return this[a].apply(this,arguments)}}var d=a.prototype,e=this,f=e.EventEmitter;d.getListeners=function(a){var b,c,d=this._getEvents();if(a instanceof RegExp){b={};for(c in d)d.hasOwnProperty(c)&&a.test(c)&&(b[c]=d[c])}else b=d[a]||(d[a]=[]);return b},d.flattenListeners=function(a){var b,c=[];for(b=0;b<a.length;b+=1)c.push(a[b].listener);return c},d.getListenersAsObject=function(a){var b,c=this.getListeners(a);return c instanceof Array&&(b={},b[a]=c),b||c},d.addListener=function(a,c){var d,e=this.getListenersAsObject(a),f="object"==typeof c;for(d in e)e.hasOwnProperty(d)&&-1===b(e[d],c)&&e[d].push(f?c:{listener:c,once:!1});return this},d.on=c("addListener"),d.addOnceListener=function(a,b){return this.addListener(a,{listener:b,once:!0})},d.once=c("addOnceListener"),d.defineEvent=function(a){return this.getListeners(a),this},d.defineEvents=function(a){for(var b=0;b<a.length;b+=1)this.defineEvent(a[b]);return this},d.removeListener=function(a,c){var d,e,f=this.getListenersAsObject(a);for(e in f)f.hasOwnProperty(e)&&(d=b(f[e],c),-1!==d&&f[e].splice(d,1));return this},d.off=c("removeListener"),d.addListeners=function(a,b){return this.manipulateListeners(!1,a,b)},d.removeListeners=function(a,b){return this.manipulateListeners(!0,a,b)},d.manipulateListeners=function(a,b,c){var d,e,f=a?this.removeListener:this.addListener,g=a?this.removeListeners:this.addListeners;if("object"!=typeof b||b instanceof RegExp)for(d=c.length;d--;)f.call(this,b,c[d]);else for(d in b)b.hasOwnProperty(d)&&(e=b[d])&&("function"==typeof e?f.call(this,d,e):g.call(this,d,e));return this},d.removeEvent=function(a){var b,c=typeof a,d=this._getEvents();if("string"===c)delete d[a];else if(a instanceof RegExp)for(b in d)d.hasOwnProperty(b)&&a.test(b)&&delete d[b];else delete this._events;return this},d.removeAllListeners=c("removeEvent"),d.emitEvent=function(a,b){var c,d,e,f,g=this.getListenersAsObject(a);for(e in g)if(g.hasOwnProperty(e))for(d=g[e].length;d--;)c=g[e][d],c.once===!0&&this.removeListener(a,c.listener),f=c.listener.apply(this,b||[]),f===this._getOnceReturnValue()&&this.removeListener(a,c.listener);return this},d.trigger=c("emitEvent"),d.emit=function(a){var b=Array.prototype.slice.call(arguments,1);return this.emitEvent(a,b)},d.setOnceReturnValue=function(a){return this._onceReturnValue=a,this},d._getOnceReturnValue=function(){return this.hasOwnProperty("_onceReturnValue")?this._onceReturnValue:!0},d._getEvents=function(){return this._events||(this._events={})},a.noConflict=function(){return e.EventEmitter=f,a},"function"==typeof define&&define.amd?define("eventEmitter/EventEmitter",[],function(){return a}):"object"==typeof module&&module.exports?module.exports=a:this.EventEmitter=a}.call(this),function(a){function b(a){if(a){if("string"==typeof d[a])return a;a=a.charAt(0).toUpperCase()+a.slice(1);for(var b,e=0,f=c.length;f>e;e++)if(b=c[e]+a,"string"==typeof d[b])return b}}var c="Webkit Moz ms Ms O".split(" "),d=document.documentElement.style;"function"==typeof define&&define.amd?define("get-style-property/get-style-property",[],function(){return b}):"object"==typeof exports?module.exports=b:a.getStyleProperty=b}(window),function(a){function b(a){var b=parseFloat(a),c=-1===a.indexOf("%")&&!isNaN(b);return c&&b}function c(){for(var a={width:0,height:0,innerWidth:0,innerHeight:0,outerWidth:0,outerHeight:0},b=0,c=g.length;c>b;b++){var d=g[b];a[d]=0}return a}function d(a){function d(a){if("string"==typeof a&&(a=document.querySelector(a)),a&&"object"==typeof a&&a.nodeType){var d=f(a);if("none"===d.display)return c();var e={};e.width=a.offsetWidth,e.height=a.offsetHeight;for(var k=e.isBorderBox=!(!j||!d[j]||"border-box"!==d[j]),l=0,m=g.length;m>l;l++){var n=g[l],o=d[n];o=h(a,o);var p=parseFloat(o);e[n]=isNaN(p)?0:p}var q=e.paddingLeft+e.paddingRight,r=e.paddingTop+e.paddingBottom,s=e.marginLeft+e.marginRight,t=e.marginTop+e.marginBottom,u=e.borderLeftWidth+e.borderRightWidth,v=e.borderTopWidth+e.borderBottomWidth,w=k&&i,x=b(d.width);x!==!1&&(e.width=x+(w?0:q+u));var y=b(d.height);return y!==!1&&(e.height=y+(w?0:r+v)),e.innerWidth=e.width-(q+u),e.innerHeight=e.height-(r+v),e.outerWidth=e.width+s,e.outerHeight=e.height+t,e}}function h(a,b){if(e||-1===b.indexOf("%"))return b;var c=a.style,d=c.left,f=a.runtimeStyle,g=f&&f.left;return g&&(f.left=a.currentStyle.left),c.left=b,b=c.pixelLeft,c.left=d,g&&(f.left=g),b}var i,j=a("boxSizing");return function(){if(j){var a=document.createElement("div");a.style.width="200px",a.style.padding="1px 2px 3px 4px",a.style.borderStyle="solid",a.style.borderWidth="1px 2px 3px 4px",a.style[j]="border-box";var c=document.body||document.documentElement;c.appendChild(a);var d=f(a);i=200===b(d.width),c.removeChild(a)}}(),d}var e=a.getComputedStyle,f=e?function(a){return e(a,null)}:function(a){return a.currentStyle},g=["paddingLeft","paddingRight","paddingTop","paddingBottom","marginLeft","marginRight","marginTop","marginBottom","borderLeftWidth","borderRightWidth","borderTopWidth","borderBottomWidth"];"function"==typeof define&&define.amd?define("get-size/get-size",["get-style-property/get-style-property"],d):"object"==typeof exports?module.exports=d(require("get-style-property")):a.getSize=d(a.getStyleProperty)}(window),function(a,b){function c(a,b){return a[h](b)}function d(a){if(!a.parentNode){var b=document.createDocumentFragment();b.appendChild(a)}}function e(a,b){d(a);for(var c=a.parentNode.querySelectorAll(b),e=0,f=c.length;f>e;e++)if(c[e]===a)return!0;return!1}function f(a,b){return d(a),c(a,b)}var g,h=function(){if(b.matchesSelector)return"matchesSelector";for(var a=["webkit","moz","ms","o"],c=0,d=a.length;d>c;c++){var e=a[c],f=e+"MatchesSelector";if(b[f])return f}}();if(h){var i=document.createElement("div"),j=c(i,"div");g=j?c:f}else g=e;"function"==typeof define&&define.amd?define("matches-selector/matches-selector",[],function(){return g}):window.matchesSelector=g}(this,Element.prototype),function(a){function b(a,b){for(var c in b)a[c]=b[c];return a}function c(a){for(var b in a)return!1;return b=null,!0}function d(a){return a.replace(/([A-Z])/g,function(a){return"-"+a.toLowerCase()})}function e(a,e,f){function h(a,b){a&&(this.element=a,this.layout=b,this.position={x:0,y:0},this._create())}var i=f("transition"),j=f("transform"),k=i&&j,l=!!f("perspective"),m={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"otransitionend",transition:"transitionend"}[i],n=["transform","transition","transitionDuration","transitionProperty"],o=function(){for(var a={},b=0,c=n.length;c>b;b++){var d=n[b],e=f(d);e&&e!==d&&(a[d]=e)}return a}();b(h.prototype,a.prototype),h.prototype._create=function(){this._transn={ingProperties:{},clean:{},onEnd:{}},this.css({position:"absolute"})},h.prototype.handleEvent=function(a){var b="on"+a.type;this[b]&&this[b](a)},h.prototype.getSize=function(){this.size=e(this.element)},h.prototype.css=function(a){var b=this.element.style;for(var c in a){var d=o[c]||c;b[d]=a[c]}},h.prototype.getPosition=function(){var a=g(this.element),b=this.layout.options,c=b.isOriginLeft,d=b.isOriginTop,e=parseInt(a[c?"left":"right"],10),f=parseInt(a[d?"top":"bottom"],10);e=isNaN(e)?0:e,f=isNaN(f)?0:f;var h=this.layout.size;e-=c?h.paddingLeft:h.paddingRight,f-=d?h.paddingTop:h.paddingBottom,this.position.x=e,this.position.y=f},h.prototype.layoutPosition=function(){var a=this.layout.size,b=this.layout.options,c={};b.isOriginLeft?(c.left=this.position.x+a.paddingLeft+"px",c.right=""):(c.right=this.position.x+a.paddingRight+"px",c.left=""),b.isOriginTop?(c.top=this.position.y+a.paddingTop+"px",c.bottom=""):(c.bottom=this.position.y+a.paddingBottom+"px",c.top=""),this.css(c),this.emitEvent("layout",[this])};var p=l?function(a,b){return"translate3d("+a+"px, "+b+"px, 0)"}:function(a,b){return"translate("+a+"px, "+b+"px)"};h.prototype._transitionTo=function(a,b){this.getPosition();var c=this.position.x,d=this.position.y,e=parseInt(a,10),f=parseInt(b,10),g=e===this.position.x&&f===this.position.y;if(this.setPosition(a,b),g&&!this.isTransitioning)return void this.layoutPosition();var h=a-c,i=b-d,j={},k=this.layout.options;h=k.isOriginLeft?h:-h,i=k.isOriginTop?i:-i,j.transform=p(h,i),this.transition({to:j,onTransitionEnd:{transform:this.layoutPosition},isCleaning:!0})},h.prototype.goTo=function(a,b){this.setPosition(a,b),this.layoutPosition()},h.prototype.moveTo=k?h.prototype._transitionTo:h.prototype.goTo,h.prototype.setPosition=function(a,b){this.position.x=parseInt(a,10),this.position.y=parseInt(b,10)},h.prototype._nonTransition=function(a){this.css(a.to),a.isCleaning&&this._removeStyles(a.to);for(var b in a.onTransitionEnd)a.onTransitionEnd[b].call(this)},h.prototype._transition=function(a){if(!parseFloat(this.layout.options.transitionDuration))return void this._nonTransition(a);var b=this._transn;for(var c in a.onTransitionEnd)b.onEnd[c]=a.onTransitionEnd[c];for(c in a.to)b.ingProperties[c]=!0,a.isCleaning&&(b.clean[c]=!0);if(a.from){this.css(a.from);var d=this.element.offsetHeight;d=null}this.enableTransition(a.to),this.css(a.to),this.isTransitioning=!0};var q=j&&d(j)+",opacity";h.prototype.enableTransition=function(){this.isTransitioning||(this.css({transitionProperty:q,transitionDuration:this.layout.options.transitionDuration}),this.element.addEventListener(m,this,!1))},h.prototype.transition=h.prototype[i?"_transition":"_nonTransition"],h.prototype.onwebkitTransitionEnd=function(a){this.ontransitionend(a)},h.prototype.onotransitionend=function(a){this.ontransitionend(a)};var r={"-webkit-transform":"transform","-moz-transform":"transform","-o-transform":"transform"};h.prototype.ontransitionend=function(a){if(a.target===this.element){var b=this._transn,d=r[a.propertyName]||a.propertyName;if(delete b.ingProperties[d],c(b.ingProperties)&&this.disableTransition(),d in b.clean&&(this.element.style[a.propertyName]="",delete b.clean[d]),d in b.onEnd){var e=b.onEnd[d];e.call(this),delete b.onEnd[d]}this.emitEvent("transitionEnd",[this])}},h.prototype.disableTransition=function(){this.removeTransitionStyles(),this.element.removeEventListener(m,this,!1),this.isTransitioning=!1},h.prototype._removeStyles=function(a){var b={};for(var c in a)b[c]="";this.css(b)};var s={transitionProperty:"",transitionDuration:""};return h.prototype.removeTransitionStyles=function(){this.css(s)},h.prototype.removeElem=function(){this.element.parentNode.removeChild(this.element),this.emitEvent("remove",[this])},h.prototype.remove=function(){if(!i||!parseFloat(this.layout.options.transitionDuration))return void this.removeElem();var a=this;this.on("transitionEnd",function(){return a.removeElem(),!0}),this.hide()},h.prototype.reveal=function(){delete this.isHidden,this.css({display:""});var a=this.layout.options;this.transition({from:a.hiddenStyle,to:a.visibleStyle,isCleaning:!0})},h.prototype.hide=function(){this.isHidden=!0,this.css({display:""});var a=this.layout.options;this.transition({from:a.visibleStyle,to:a.hiddenStyle,isCleaning:!0,onTransitionEnd:{opacity:function(){this.isHidden&&this.css({display:"none"})}}})},h.prototype.destroy=function(){this.css({position:"",left:"",right:"",top:"",bottom:"",transition:"",transform:""})},h}var f=a.getComputedStyle,g=f?function(a){return f(a,null)}:function(a){return a.currentStyle};"function"==typeof define&&define.amd?define("outlayer/item",["eventEmitter/EventEmitter","get-size/get-size","get-style-property/get-style-property"],e):(a.Outlayer={},a.Outlayer.Item=e(a.EventEmitter,a.getSize,a.getStyleProperty))}(window),function(a){function b(a,b){for(var c in b)a[c]=b[c];return a}function c(a){return"[object Array]"===l.call(a)}function d(a){var b=[];if(c(a))b=a;else if(a&&"number"==typeof a.length)for(var d=0,e=a.length;e>d;d++)b.push(a[d]);else b.push(a);return b}function e(a,b){var c=n(b,a);-1!==c&&b.splice(c,1)}function f(a){return a.replace(/(.)([A-Z])/g,function(a,b,c){return b+"-"+c}).toLowerCase()}function g(c,g,l,n,o,p){function q(a,c){if("string"==typeof a&&(a=h.querySelector(a)),!a||!m(a))return void(i&&i.error("Bad "+this.constructor.namespace+" element: "+a));this.element=a,this.options=b({},this.constructor.defaults),this.option(c);var d=++r;this.element.outlayerGUID=d,s[d]=this,this._create(),this.options.isInitLayout&&this.layout()}var r=0,s={};return q.namespace="outlayer",q.Item=p,q.defaults={containerStyle:{position:"relative"},isInitLayout:!0,isOriginLeft:!0,isOriginTop:!0,isResizeBound:!0,isResizingContainer:!0,transitionDuration:"0.4s",hiddenStyle:{opacity:0,transform:"scale(0.001)"},visibleStyle:{opacity:1,transform:"scale(1)"}},b(q.prototype,l.prototype),q.prototype.option=function(a){b(this.options,a)},q.prototype._create=function(){this.reloadItems(),this.stamps=[],this.stamp(this.options.stamp),b(this.element.style,this.options.containerStyle),this.options.isResizeBound&&this.bindResize()},q.prototype.reloadItems=function(){this.items=this._itemize(this.element.children)},q.prototype._itemize=function(a){for(var b=this._filterFindItemElements(a),c=this.constructor.Item,d=[],e=0,f=b.length;f>e;e++){var g=b[e],h=new c(g,this);d.push(h)}return d},q.prototype._filterFindItemElements=function(a){a=d(a);for(var b=this.options.itemSelector,c=[],e=0,f=a.length;f>e;e++){
var g=a[e];if(m(g))if(b){o(g,b)&&c.push(g);for(var h=g.querySelectorAll(b),i=0,j=h.length;j>i;i++)c.push(h[i])}else c.push(g)}return c},q.prototype.getItemElements=function(){for(var a=[],b=0,c=this.items.length;c>b;b++)a.push(this.items[b].element);return a},q.prototype.layout=function(){this._resetLayout(),this._manageStamps();var a=void 0!==this.options.isLayoutInstant?this.options.isLayoutInstant:!this._isLayoutInited;this.layoutItems(this.items,a),this._isLayoutInited=!0},q.prototype._init=q.prototype.layout,q.prototype._resetLayout=function(){this.getSize()},q.prototype.getSize=function(){this.size=n(this.element)},q.prototype._getMeasurement=function(a,b){var c,d=this.options[a];d?("string"==typeof d?c=this.element.querySelector(d):m(d)&&(c=d),this[a]=c?n(c)[b]:d):this[a]=0},q.prototype.layoutItems=function(a,b){a=this._getItemsForLayout(a),this._layoutItems(a,b),this._postLayout()},q.prototype._getItemsForLayout=function(a){for(var b=[],c=0,d=a.length;d>c;c++){var e=a[c];e.isIgnored||b.push(e)}return b},q.prototype._layoutItems=function(a,b){function c(){d.emitEvent("layoutComplete",[d,a])}var d=this;if(!a||!a.length)return void c();this._itemsOn(a,"layout",c);for(var e=[],f=0,g=a.length;g>f;f++){var h=a[f],i=this._getItemLayoutPosition(h);i.item=h,i.isInstant=b||h.isLayoutInstant,e.push(i)}this._processLayoutQueue(e)},q.prototype._getItemLayoutPosition=function(){return{x:0,y:0}},q.prototype._processLayoutQueue=function(a){for(var b=0,c=a.length;c>b;b++){var d=a[b];this._positionItem(d.item,d.x,d.y,d.isInstant)}},q.prototype._positionItem=function(a,b,c,d){d?a.goTo(b,c):a.moveTo(b,c)},q.prototype._postLayout=function(){this.resizeContainer()},q.prototype.resizeContainer=function(){if(this.options.isResizingContainer){var a=this._getContainerSize();a&&(this._setContainerMeasure(a.width,!0),this._setContainerMeasure(a.height,!1))}},q.prototype._getContainerSize=k,q.prototype._setContainerMeasure=function(a,b){if(void 0!==a){var c=this.size;c.isBorderBox&&(a+=b?c.paddingLeft+c.paddingRight+c.borderLeftWidth+c.borderRightWidth:c.paddingBottom+c.paddingTop+c.borderTopWidth+c.borderBottomWidth),a=Math.max(a,0),this.element.style[b?"width":"height"]=a+"px"}},q.prototype._itemsOn=function(a,b,c){function d(){return e++,e===f&&c.call(g),!0}for(var e=0,f=a.length,g=this,h=0,i=a.length;i>h;h++){var j=a[h];j.on(b,d)}},q.prototype.ignore=function(a){var b=this.getItem(a);b&&(b.isIgnored=!0)},q.prototype.unignore=function(a){var b=this.getItem(a);b&&delete b.isIgnored},q.prototype.stamp=function(a){if(a=this._find(a)){this.stamps=this.stamps.concat(a);for(var b=0,c=a.length;c>b;b++){var d=a[b];this.ignore(d)}}},q.prototype.unstamp=function(a){if(a=this._find(a))for(var b=0,c=a.length;c>b;b++){var d=a[b];e(d,this.stamps),this.unignore(d)}},q.prototype._find=function(a){return a?("string"==typeof a&&(a=this.element.querySelectorAll(a)),a=d(a)):void 0},q.prototype._manageStamps=function(){if(this.stamps&&this.stamps.length){this._getBoundingRect();for(var a=0,b=this.stamps.length;b>a;a++){var c=this.stamps[a];this._manageStamp(c)}}},q.prototype._getBoundingRect=function(){var a=this.element.getBoundingClientRect(),b=this.size;this._boundingRect={left:a.left+b.paddingLeft+b.borderLeftWidth,top:a.top+b.paddingTop+b.borderTopWidth,right:a.right-(b.paddingRight+b.borderRightWidth),bottom:a.bottom-(b.paddingBottom+b.borderBottomWidth)}},q.prototype._manageStamp=k,q.prototype._getElementOffset=function(a){var b=a.getBoundingClientRect(),c=this._boundingRect,d=n(a),e={left:b.left-c.left-d.marginLeft,top:b.top-c.top-d.marginTop,right:c.right-b.right-d.marginRight,bottom:c.bottom-b.bottom-d.marginBottom};return e},q.prototype.handleEvent=function(a){var b="on"+a.type;this[b]&&this[b](a)},q.prototype.bindResize=function(){this.isResizeBound||(c.bind(a,"resize",this),this.isResizeBound=!0)},q.prototype.unbindResize=function(){this.isResizeBound&&c.unbind(a,"resize",this),this.isResizeBound=!1},q.prototype.onresize=function(){function a(){b.resize(),delete b.resizeTimeout}this.resizeTimeout&&clearTimeout(this.resizeTimeout);var b=this;this.resizeTimeout=setTimeout(a,100)},q.prototype.resize=function(){this.isResizeBound&&this.needsResizeLayout()&&this.layout()},q.prototype.needsResizeLayout=function(){var a=n(this.element),b=this.size&&a;return b&&a.innerWidth!==this.size.innerWidth},q.prototype.addItems=function(a){var b=this._itemize(a);return b.length&&(this.items=this.items.concat(b)),b},q.prototype.appended=function(a){var b=this.addItems(a);b.length&&(this.layoutItems(b,!0),this.reveal(b))},q.prototype.prepended=function(a){var b=this._itemize(a);if(b.length){var c=this.items.slice(0);this.items=b.concat(c),this._resetLayout(),this._manageStamps(),this.layoutItems(b,!0),this.reveal(b),this.layoutItems(c)}},q.prototype.reveal=function(a){var b=a&&a.length;if(b)for(var c=0;b>c;c++){var d=a[c];d.reveal()}},q.prototype.hide=function(a){var b=a&&a.length;if(b)for(var c=0;b>c;c++){var d=a[c];d.hide()}},q.prototype.getItem=function(a){for(var b=0,c=this.items.length;c>b;b++){var d=this.items[b];if(d.element===a)return d}},q.prototype.getItems=function(a){if(a&&a.length){for(var b=[],c=0,d=a.length;d>c;c++){var e=a[c],f=this.getItem(e);f&&b.push(f)}return b}},q.prototype.remove=function(a){a=d(a);var b=this.getItems(a);if(b&&b.length){this._itemsOn(b,"remove",function(){this.emitEvent("removeComplete",[this,b])});for(var c=0,f=b.length;f>c;c++){var g=b[c];g.remove(),e(g,this.items)}}},q.prototype.destroy=function(){var a=this.element.style;a.height="",a.position="",a.width="";for(var b=0,c=this.items.length;c>b;b++){var d=this.items[b];d.destroy()}this.unbindResize(),delete this.element.outlayerGUID,j&&j.removeData(this.element,this.constructor.namespace)},q.data=function(a){var b=a&&a.outlayerGUID;return b&&s[b]},q.create=function(a,c){function d(){q.apply(this,arguments)}return Object.create?d.prototype=Object.create(q.prototype):b(d.prototype,q.prototype),d.prototype.constructor=d,d.defaults=b({},q.defaults),b(d.defaults,c),d.prototype.settings={},d.namespace=a,d.data=q.data,d.Item=function(){p.apply(this,arguments)},d.Item.prototype=new p,g(function(){for(var b=f(a),c=h.querySelectorAll(".js-"+b),e="data-"+b+"-options",g=0,k=c.length;k>g;g++){var l,m=c[g],n=m.getAttribute(e);try{l=n&&JSON.parse(n)}catch(o){i&&i.error("Error parsing "+e+" on "+m.nodeName.toLowerCase()+(m.id?"#"+m.id:"")+": "+o);continue}var p=new d(m,l);j&&j.data(m,a,p)}}),j&&j.bridget&&j.bridget(a,d),d},q.Item=p,q}var h=a.document,i=a.console,j=a.jQuery,k=function(){},l=Object.prototype.toString,m="object"==typeof HTMLElement?function(a){return a instanceof HTMLElement}:function(a){return a&&"object"==typeof a&&1===a.nodeType&&"string"==typeof a.nodeName},n=Array.prototype.indexOf?function(a,b){return a.indexOf(b)}:function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1};"function"==typeof define&&define.amd?define("outlayer/outlayer",["eventie/eventie","doc-ready/doc-ready","eventEmitter/EventEmitter","get-size/get-size","matches-selector/matches-selector","./item"],g):a.Outlayer=g(a.eventie,a.docReady,a.EventEmitter,a.getSize,a.matchesSelector,a.Outlayer.Item)}(window),function(a){function b(a,b){var d=a.create("masonry");return d.prototype._resetLayout=function(){this.getSize(),this._getMeasurement("columnWidth","outerWidth"),this._getMeasurement("gutter","outerWidth"),this.measureColumns();var a=this.cols;for(this.colYs=[];a--;)this.colYs.push(0);this.maxY=0},d.prototype.measureColumns=function(){if(this.getContainerWidth(),!this.columnWidth){var a=this.items[0],c=a&&a.element;this.columnWidth=c&&b(c).outerWidth||this.containerWidth}this.columnWidth+=this.gutter,this.cols=Math.floor((this.containerWidth+this.gutter)/this.columnWidth),this.cols=Math.max(this.cols,1)},d.prototype.getContainerWidth=function(){var a=this.options.isFitWidth?this.element.parentNode:this.element,c=b(a);this.containerWidth=c&&c.innerWidth},d.prototype._getItemLayoutPosition=function(a){a.getSize();var b=a.size.outerWidth%this.columnWidth,d=b&&1>b?"round":"ceil",e=Math[d](a.size.outerWidth/this.columnWidth);e=Math.min(e,this.cols);for(var f=this._getColGroup(e),g=Math.min.apply(Math,f),h=c(f,g),i={x:this.columnWidth*h,y:g},j=g+a.size.outerHeight,k=this.cols+1-f.length,l=0;k>l;l++)this.colYs[h+l]=j;return i},d.prototype._getColGroup=function(a){if(2>a)return this.colYs;for(var b=[],c=this.cols+1-a,d=0;c>d;d++){var e=this.colYs.slice(d,d+a);b[d]=Math.max.apply(Math,e)}return b},d.prototype._manageStamp=function(a){var c=b(a),d=this._getElementOffset(a),e=this.options.isOriginLeft?d.left:d.right,f=e+c.outerWidth,g=Math.floor(e/this.columnWidth);g=Math.max(0,g);var h=Math.floor(f/this.columnWidth);h-=f%this.columnWidth?0:1,h=Math.min(this.cols-1,h);for(var i=(this.options.isOriginTop?d.top:d.bottom)+c.outerHeight,j=g;h>=j;j++)this.colYs[j]=Math.max(i,this.colYs[j])},d.prototype._getContainerSize=function(){this.maxY=Math.max.apply(Math,this.colYs);var a={height:this.maxY};return this.options.isFitWidth&&(a.width=this._getContainerFitWidth()),a},d.prototype._getContainerFitWidth=function(){for(var a=0,b=this.cols;--b&&0===this.colYs[b];)a++;return(this.cols-a)*this.columnWidth-this.gutter},d.prototype.needsResizeLayout=function(){var a=this.containerWidth;return this.getContainerWidth(),a!==this.containerWidth},d}var c=Array.prototype.indexOf?function(a,b){return a.indexOf(b)}:function(a,b){for(var c=0,d=a.length;d>c;c++){var e=a[c];if(e===b)return c}return-1};"function"==typeof define&&define.amd?define(["outlayer/outlayer","get-size/get-size"],b):a.Masonry=b(a.Outlayer,a.getSize)}(window),!function(a){var b,c,d="0.4.2",e="hasOwnProperty",f=/[\.\/]/,g="*",h=function(){},i=function(a,b){return a-b},j={n:{}},k=function(a,d){a=String(a);var e,f=c,g=Array.prototype.slice.call(arguments,2),h=k.listeners(a),j=0,l=[],m={},n=[],o=b;b=a,c=0;for(var p=0,q=h.length;q>p;p++)"zIndex"in h[p]&&(l.push(h[p].zIndex),h[p].zIndex<0&&(m[h[p].zIndex]=h[p]));for(l.sort(i);l[j]<0;)if(e=m[l[j++]],n.push(e.apply(d,g)),c)return c=f,n;for(p=0;q>p;p++)if(e=h[p],"zIndex"in e)if(e.zIndex==l[j]){if(n.push(e.apply(d,g)),c)break;do if(j++,e=m[l[j]],e&&n.push(e.apply(d,g)),c)break;while(e)}else m[e.zIndex]=e;else if(n.push(e.apply(d,g)),c)break;return c=f,b=o,n.length?n:null};k._events=j,k.listeners=function(a){var b,c,d,e,h,i,k,l,m=a.split(f),n=j,o=[n],p=[];for(e=0,h=m.length;h>e;e++){for(l=[],i=0,k=o.length;k>i;i++)for(n=o[i].n,c=[n[m[e]],n[g]],d=2;d--;)b=c[d],b&&(l.push(b),p=p.concat(b.f||[]));o=l}return p},k.on=function(a,b){if(a=String(a),"function"!=typeof b)return function(){};for(var c=a.split(f),d=j,e=0,g=c.length;g>e;e++)d=d.n,d=d.hasOwnProperty(c[e])&&d[c[e]]||(d[c[e]]={n:{}});for(d.f=d.f||[],e=0,g=d.f.length;g>e;e++)if(d.f[e]==b)return h;return d.f.push(b),function(a){+a==+a&&(b.zIndex=+a)}},k.f=function(a){var b=[].slice.call(arguments,1);return function(){k.apply(null,[a,null].concat(b).concat([].slice.call(arguments,0)))}},k.stop=function(){c=1},k.nt=function(a){return a?new RegExp("(?:\\.|\\/|^)"+a+"(?:\\.|\\/|$)").test(b):b},k.nts=function(){return b.split(f)},k.off=k.unbind=function(a,b){if(!a)return void(k._events=j={n:{}});var c,d,h,i,l,m,n,o=a.split(f),p=[j];for(i=0,l=o.length;l>i;i++)for(m=0;m<p.length;m+=h.length-2){if(h=[m,1],c=p[m].n,o[i]!=g)c[o[i]]&&h.push(c[o[i]]);else for(d in c)c[e](d)&&h.push(c[d]);p.splice.apply(p,h)}for(i=0,l=p.length;l>i;i++)for(c=p[i];c.n;){if(b){if(c.f){for(m=0,n=c.f.length;n>m;m++)if(c.f[m]==b){c.f.splice(m,1);break}!c.f.length&&delete c.f}for(d in c.n)if(c.n[e](d)&&c.n[d].f){var q=c.n[d].f;for(m=0,n=q.length;n>m;m++)if(q[m]==b){q.splice(m,1);break}!q.length&&delete c.n[d].f}}else{delete c.f;for(d in c.n)c.n[e](d)&&c.n[d].f&&delete c.n[d].f}c=c.n}},k.once=function(a,b){var c=function(){return k.unbind(a,c),b.apply(this,arguments)};return k.on(a,c)},k.version=d,k.toString=function(){return"You are running Eve "+d},"undefined"!=typeof module&&module.exports?module.exports=k:"undefined"!=typeof define?define("eve",[],function(){return k}):a.eve=k}(this),function(a,b){"function"==typeof define&&define.amd?define(["eve"],function(c){return b(a,c)}):b(a,a.eve)}(this,function(a,b){function c(a){if(c.is(a,"function"))return u?a():b.on("raphael.DOMload",a);if(c.is(a,V))return c._engine.create[D](c,a.splice(0,3+c.is(a[0],T))).add(a);var d=Array.prototype.slice.call(arguments,0);if(c.is(d[d.length-1],"function")){var e=d.pop();return u?e.call(c._engine.create[D](c,d)):b.on("raphael.DOMload",function(){e.call(c._engine.create[D](c,d))})}return c._engine.create[D](c,arguments)}function d(a){if("function"==typeof a||Object(a)!==a)return a;var b=new a.constructor;for(var c in a)a[z](c)&&(b[c]=d(a[c]));return b}function e(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return a.push(a.splice(c,1)[0])}function f(a,b,c){function d(){var f=Array.prototype.slice.call(arguments,0),g=f.join("␀"),h=d.cache=d.cache||{},i=d.count=d.count||[];return h[z](g)?(e(i,g),c?c(h[g]):h[g]):(i.length>=1e3&&delete h[i.shift()],i.push(g),h[g]=a[D](b,f),c?c(h[g]):h[g])}return d}function g(){return this.hex}function h(a,b){for(var c=[],d=0,e=a.length;e-2*!b>d;d+=2){var f=[{x:+a[d-2],y:+a[d-1]},{x:+a[d],y:+a[d+1]},{x:+a[d+2],y:+a[d+3]},{x:+a[d+4],y:+a[d+5]}];b?d?e-4==d?f[3]={x:+a[0],y:+a[1]}:e-2==d&&(f[2]={x:+a[0],y:+a[1]},f[3]={x:+a[2],y:+a[3]}):f[0]={x:+a[e-2],y:+a[e-1]}:e-4==d?f[3]=f[2]:d||(f[0]={x:+a[d],y:+a[d+1]}),c.push(["C",(-f[0].x+6*f[1].x+f[2].x)/6,(-f[0].y+6*f[1].y+f[2].y)/6,(f[1].x+6*f[2].x-f[3].x)/6,(f[1].y+6*f[2].y-f[3].y)/6,f[2].x,f[2].y])}return c}function i(a,b,c,d,e){var f=-3*b+9*c-9*d+3*e,g=a*f+6*b-12*c+6*d;return a*g-3*b+3*c}function j(a,b,c,d,e,f,g,h,j){null==j&&(j=1),j=j>1?1:0>j?0:j;for(var k=j/2,l=12,m=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],n=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472],o=0,p=0;l>p;p++){var q=k*m[p]+k,r=i(q,a,c,e,g),s=i(q,b,d,f,h),t=r*r+s*s;o+=n[p]*N.sqrt(t)}return k*o}function k(a,b,c,d,e,f,g,h,i){if(!(0>i||j(a,b,c,d,e,f,g,h)<i)){var k,l=1,m=l/2,n=l-m,o=.01;for(k=j(a,b,c,d,e,f,g,h,n);Q(k-i)>o;)m/=2,n+=(i>k?1:-1)*m,k=j(a,b,c,d,e,f,g,h,n);return n}}function l(a,b,c,d,e,f,g,h){if(!(O(a,c)<P(e,g)||P(a,c)>O(e,g)||O(b,d)<P(f,h)||P(b,d)>O(f,h))){var i=(a*d-b*c)*(e-g)-(a-c)*(e*h-f*g),j=(a*d-b*c)*(f-h)-(b-d)*(e*h-f*g),k=(a-c)*(f-h)-(b-d)*(e-g);if(k){var l=i/k,m=j/k,n=+l.toFixed(2),o=+m.toFixed(2);if(!(n<+P(a,c).toFixed(2)||n>+O(a,c).toFixed(2)||n<+P(e,g).toFixed(2)||n>+O(e,g).toFixed(2)||o<+P(b,d).toFixed(2)||o>+O(b,d).toFixed(2)||o<+P(f,h).toFixed(2)||o>+O(f,h).toFixed(2)))return{x:l,y:m}}}}function m(a,b,d){var e=c.bezierBBox(a),f=c.bezierBBox(b);if(!c.isBBoxIntersect(e,f))return d?0:[];for(var g=j.apply(0,a),h=j.apply(0,b),i=O(~~(g/5),1),k=O(~~(h/5),1),m=[],n=[],o={},p=d?0:[],q=0;i+1>q;q++){var r=c.findDotsAtSegment.apply(c,a.concat(q/i));m.push({x:r.x,y:r.y,t:q/i})}for(q=0;k+1>q;q++)r=c.findDotsAtSegment.apply(c,b.concat(q/k)),n.push({x:r.x,y:r.y,t:q/k});for(q=0;i>q;q++)for(var s=0;k>s;s++){var t=m[q],u=m[q+1],v=n[s],w=n[s+1],x=Q(u.x-t.x)<.001?"y":"x",y=Q(w.x-v.x)<.001?"y":"x",z=l(t.x,t.y,u.x,u.y,v.x,v.y,w.x,w.y);if(z){if(o[z.x.toFixed(4)]==z.y.toFixed(4))continue;o[z.x.toFixed(4)]=z.y.toFixed(4);var A=t.t+Q((z[x]-t[x])/(u[x]-t[x]))*(u.t-t.t),B=v.t+Q((z[y]-v[y])/(w[y]-v[y]))*(w.t-v.t);A>=0&&1.001>=A&&B>=0&&1.001>=B&&(d?p++:p.push({x:z.x,y:z.y,t1:P(A,1),t2:P(B,1)}))}}return p}function n(a,b,d){a=c._path2curve(a),b=c._path2curve(b);for(var e,f,g,h,i,j,k,l,n,o,p=d?0:[],q=0,r=a.length;r>q;q++){var s=a[q];if("M"==s[0])e=i=s[1],f=j=s[2];else{"C"==s[0]?(n=[e,f].concat(s.slice(1)),e=n[6],f=n[7]):(n=[e,f,e,f,i,j,i,j],e=i,f=j);for(var t=0,u=b.length;u>t;t++){var v=b[t];if("M"==v[0])g=k=v[1],h=l=v[2];else{"C"==v[0]?(o=[g,h].concat(v.slice(1)),g=o[6],h=o[7]):(o=[g,h,g,h,k,l,k,l],g=k,h=l);var w=m(n,o,d);if(d)p+=w;else{for(var x=0,y=w.length;y>x;x++)w[x].segment1=q,w[x].segment2=t,w[x].bez1=n,w[x].bez2=o;p=p.concat(w)}}}}}return p}function o(a,b,c,d,e,f){null!=a?(this.a=+a,this.b=+b,this.c=+c,this.d=+d,this.e=+e,this.f=+f):(this.a=1,this.b=0,this.c=0,this.d=1,this.e=0,this.f=0)}function p(){return this.x+H+this.y+H+this.width+" × "+this.height}function q(a,b,c,d,e,f){function g(a){return((l*a+k)*a+j)*a}function h(a,b){var c=i(a,b);return((o*c+n)*c+m)*c}function i(a,b){var c,d,e,f,h,i;for(e=a,i=0;8>i;i++){if(f=g(e)-a,Q(f)<b)return e;if(h=(3*l*e+2*k)*e+j,Q(h)<1e-6)break;e-=f/h}if(c=0,d=1,e=a,c>e)return c;if(e>d)return d;for(;d>c;){if(f=g(e),Q(f-a)<b)return e;a>f?c=e:d=e,e=(d-c)/2+c}return e}var j=3*b,k=3*(d-b)-j,l=1-j-k,m=3*c,n=3*(e-c)-m,o=1-m-n;return h(a,1/(200*f))}function r(a,b){var c=[],d={};if(this.ms=b,this.times=1,a){for(var e in a)a[z](e)&&(d[_(e)]=a[e],c.push(_(e)));c.sort(la)}this.anim=d,this.top=c[c.length-1],this.percents=c}function s(a,d,e,f,g,h){e=_(e);var i,j,k,l,m,n,p=a.ms,r={},s={},t={};if(f)for(v=0,x=ib.length;x>v;v++){var u=ib[v];if(u.el.id==d.id&&u.anim==a){u.percent!=e?(ib.splice(v,1),k=1):j=u,d.attr(u.totalOrigin);break}}else f=+s;for(var v=0,x=a.percents.length;x>v;v++){if(a.percents[v]==e||a.percents[v]>f*a.top){e=a.percents[v],m=a.percents[v-1]||0,p=p/a.top*(e-m),l=a.percents[v+1],i=a.anim[e];break}f&&d.attr(a.anim[a.percents[v]])}if(i){if(j)j.initstatus=f,j.start=new Date-j.ms*f;else{for(var y in i)if(i[z](y)&&(da[z](y)||d.paper.customAttributes[z](y)))switch(r[y]=d.attr(y),null==r[y]&&(r[y]=ca[y]),s[y]=i[y],da[y]){case T:t[y]=(s[y]-r[y])/p;break;case"colour":r[y]=c.getRGB(r[y]);var A=c.getRGB(s[y]);t[y]={r:(A.r-r[y].r)/p,g:(A.g-r[y].g)/p,b:(A.b-r[y].b)/p};break;case"path":var B=Ka(r[y],s[y]),C=B[1];for(r[y]=B[0],t[y]=[],v=0,x=r[y].length;x>v;v++){t[y][v]=[0];for(var D=1,F=r[y][v].length;F>D;D++)t[y][v][D]=(C[v][D]-r[y][v][D])/p}break;case"transform":var G=d._,H=Pa(G[y],s[y]);if(H)for(r[y]=H.from,s[y]=H.to,t[y]=[],t[y].real=!0,v=0,x=r[y].length;x>v;v++)for(t[y][v]=[r[y][v][0]],D=1,F=r[y][v].length;F>D;D++)t[y][v][D]=(s[y][v][D]-r[y][v][D])/p;else{var K=d.matrix||new o,L={_:{transform:G.transform},getBBox:function(){return d.getBBox(1)}};r[y]=[K.a,K.b,K.c,K.d,K.e,K.f],Na(L,s[y]),s[y]=L._.transform,t[y]=[(L.matrix.a-K.a)/p,(L.matrix.b-K.b)/p,(L.matrix.c-K.c)/p,(L.matrix.d-K.d)/p,(L.matrix.e-K.e)/p,(L.matrix.f-K.f)/p]}break;case"csv":var M=I(i[y])[J](w),N=I(r[y])[J](w);if("clip-rect"==y)for(r[y]=N,t[y]=[],v=N.length;v--;)t[y][v]=(M[v]-r[y][v])/p;s[y]=M;break;default:for(M=[][E](i[y]),N=[][E](r[y]),t[y]=[],v=d.paper.customAttributes[y].length;v--;)t[y][v]=((M[v]||0)-(N[v]||0))/p}var O=i.easing,P=c.easing_formulas[O];if(!P)if(P=I(O).match(Z),P&&5==P.length){var Q=P;P=function(a){return q(a,+Q[1],+Q[2],+Q[3],+Q[4],p)}}else P=na;if(n=i.start||a.start||+new Date,u={anim:a,percent:e,timestamp:n,start:n+(a.del||0),status:0,initstatus:f||0,stop:!1,ms:p,easing:P,from:r,diff:t,to:s,el:d,callback:i.callback,prev:m,next:l,repeat:h||a.times,origin:d.attr(),totalOrigin:g},ib.push(u),f&&!j&&!k&&(u.stop=!0,u.start=new Date-p*f,1==ib.length))return kb();k&&(u.start=new Date-u.ms*f),1==ib.length&&jb(kb)}b("raphael.anim.start."+d.id,d,a)}}function t(a){for(var b=0;b<ib.length;b++)ib[b].el.paper==a&&ib.splice(b--,1)}c.version="2.1.2",c.eve=b;var u,v,w=/[, ]+/,x={circle:1,rect:1,path:1,ellipse:1,text:1,image:1},y=/\{(\d+)\}/g,z="hasOwnProperty",A={doc:document,win:a},B={was:Object.prototype[z].call(A.win,"Raphael"),is:A.win.Raphael},C=function(){this.ca=this.customAttributes={}},D="apply",E="concat",F="ontouchstart"in A.win||A.win.DocumentTouch&&A.doc instanceof DocumentTouch,G="",H=" ",I=String,J="split",K="click dblclick mousedown mousemove mouseout mouseover mouseup touchstart touchmove touchend touchcancel"[J](H),L={mousedown:"touchstart",mousemove:"touchmove",mouseup:"touchend"},M=I.prototype.toLowerCase,N=Math,O=N.max,P=N.min,Q=N.abs,R=N.pow,S=N.PI,T="number",U="string",V="array",W=Object.prototype.toString,X=(c._ISURL=/^url\(['"]?([^\)]+?)['"]?\)$/i,/^\s*((#[a-f\d]{6})|(#[a-f\d]{3})|rgba?\(\s*([\d\.]+%?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+%?(?:\s*,\s*[\d\.]+%?)?)\s*\)|hsba?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?)%?\s*\)|hsla?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?)%?\s*\))\s*$/i),Y={NaN:1,Infinity:1,"-Infinity":1},Z=/^(?:cubic-)?bezier\(([^,]+),([^,]+),([^,]+),([^\)]+)\)/,$=N.round,_=parseFloat,aa=parseInt,ba=I.prototype.toUpperCase,ca=c._availableAttrs={"arrow-end":"none","arrow-start":"none",blur:0,"clip-rect":"0 0 1e9 1e9",cursor:"default",cx:0,cy:0,fill:"#fff","fill-opacity":1,font:'10px "Arial"',"font-family":'"Arial"',"font-size":"10","font-style":"normal","font-weight":400,gradient:0,height:0,href:"http://raphaeljs.com/","letter-spacing":0,opacity:1,path:"M0,0",r:0,rx:0,ry:0,src:"",stroke:"#000","stroke-dasharray":"","stroke-linecap":"butt","stroke-linejoin":"butt","stroke-miterlimit":0,"stroke-opacity":1,"stroke-width":1,target:"_blank","text-anchor":"middle",title:"Raphael",transform:"",width:0,x:0,y:0},da=c._availableAnimAttrs={blur:T,"clip-rect":"csv",cx:T,cy:T,fill:"colour","fill-opacity":T,"font-size":T,height:T,opacity:T,path:"path",r:T,rx:T,ry:T,stroke:"colour","stroke-opacity":T,"stroke-width":T,transform:"transform",width:T,x:T,y:T},ea=/[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*/,fa={hs:1,rg:1},ga=/,?([achlmqrstvxz]),?/gi,ha=/([achlmrqstvz])[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029,]*((-?\d*\.?\d*(?:e[\-+]?\d+)?[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,?[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*)+)/gi,ia=/([rstm])[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029,]*((-?\d*\.?\d*(?:e[\-+]?\d+)?[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,?[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*)+)/gi,ja=/(-?\d*\.?\d*(?:e[\-+]?\d+)?)[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,?[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*/gi,ka=(c._radial_gradient=/^r(?:\(([^,]+?)[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*([^\)]+?)\))?/,{}),la=function(a,b){return _(a)-_(b)},ma=function(){},na=function(a){return a},oa=c._rectPath=function(a,b,c,d,e){return e?[["M",a+e,b],["l",c-2*e,0],["a",e,e,0,0,1,e,e],["l",0,d-2*e],["a",e,e,0,0,1,-e,e],["l",2*e-c,0],["a",e,e,0,0,1,-e,-e],["l",0,2*e-d],["a",e,e,0,0,1,e,-e],["z"]]:[["M",a,b],["l",c,0],["l",0,d],["l",-c,0],["z"]]},pa=function(a,b,c,d){return null==d&&(d=c),[["M",a,b],["m",0,-d],["a",c,d,0,1,1,0,2*d],["a",c,d,0,1,1,0,-2*d],["z"]]},qa=c._getPath={path:function(a){return a.attr("path")},circle:function(a){var b=a.attrs;return pa(b.cx,b.cy,b.r)},ellipse:function(a){var b=a.attrs;return pa(b.cx,b.cy,b.rx,b.ry)},rect:function(a){var b=a.attrs;return oa(b.x,b.y,b.width,b.height,b.r)},image:function(a){var b=a.attrs;return oa(b.x,b.y,b.width,b.height)},text:function(a){var b=a._getBBox();return oa(b.x,b.y,b.width,b.height)},set:function(a){var b=a._getBBox();return oa(b.x,b.y,b.width,b.height)}},ra=c.mapPath=function(a,b){if(!b)return a;var c,d,e,f,g,h,i;for(a=Ka(a),e=0,g=a.length;g>e;e++)for(i=a[e],f=1,h=i.length;h>f;f+=2)c=b.x(i[f],i[f+1]),d=b.y(i[f],i[f+1]),i[f]=c,i[f+1]=d;return a};if(c._g=A,c.type=A.win.SVGAngle||A.doc.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#BasicStructure","1.1")?"SVG":"VML","VML"==c.type){var sa,ta=A.doc.createElement("div");if(ta.innerHTML='<v:shape adj="1"/>',sa=ta.firstChild,sa.style.behavior="url(#default#VML)",!sa||"object"!=typeof sa.adj)return c.type=G;ta=null}c.svg=!(c.vml="VML"==c.type),c._Paper=C,c.fn=v=C.prototype=c.prototype,c._id=0,c._oid=0,c.is=function(a,b){return b=M.call(b),"finite"==b?!Y[z](+a):"array"==b?a instanceof Array:"null"==b&&null===a||b==typeof a&&null!==a||"object"==b&&a===Object(a)||"array"==b&&Array.isArray&&Array.isArray(a)||W.call(a).slice(8,-1).toLowerCase()==b},c.angle=function(a,b,d,e,f,g){if(null==f){var h=a-d,i=b-e;return h||i?(180+180*N.atan2(-i,-h)/S+360)%360:0}return c.angle(a,b,f,g)-c.angle(d,e,f,g)},c.rad=function(a){return a%360*S/180},c.deg=function(a){return 180*a/S%360},c.snapTo=function(a,b,d){if(d=c.is(d,"finite")?d:10,c.is(a,V)){for(var e=a.length;e--;)if(Q(a[e]-b)<=d)return a[e]}else{a=+a;var f=b%a;if(d>f)return b-f;if(f>a-d)return b-f+a}return b},c.createUUID=function(a,b){return function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(a,b).toUpperCase()}}(/[xy]/g,function(a){var b=0|16*N.random(),c="x"==a?b:8|3&b;return c.toString(16)}),c.setWindow=function(a){b("raphael.setWindow",c,A.win,a),A.win=a,A.doc=A.win.document,c._engine.initWin&&c._engine.initWin(A.win)};var ua=function(a){if(c.vml){var b,d=/^\s+|\s+$/g;try{var e=new ActiveXObject("htmlfile");e.write("<body>"),e.close(),b=e.body}catch(g){b=createPopup().document.body}var h=b.createTextRange();ua=f(function(a){try{b.style.color=I(a).replace(d,G);var c=h.queryCommandValue("ForeColor");return c=(255&c)<<16|65280&c|(16711680&c)>>>16,"#"+("000000"+c.toString(16)).slice(-6)}catch(e){return"none"}})}else{var i=A.doc.createElement("i");i.title="Raphaël Colour Picker",i.style.display="none",A.doc.body.appendChild(i),ua=f(function(a){return i.style.color=a,A.doc.defaultView.getComputedStyle(i,G).getPropertyValue("color")})}return ua(a)},va=function(){return"hsb("+[this.h,this.s,this.b]+")"},wa=function(){return"hsl("+[this.h,this.s,this.l]+")"},xa=function(){return this.hex},ya=function(a,b,d){if(null==b&&c.is(a,"object")&&"r"in a&&"g"in a&&"b"in a&&(d=a.b,b=a.g,a=a.r),null==b&&c.is(a,U)){var e=c.getRGB(a);a=e.r,b=e.g,d=e.b}return(a>1||b>1||d>1)&&(a/=255,b/=255,d/=255),[a,b,d]},za=function(a,b,d,e){a*=255,b*=255,d*=255;var f={r:a,g:b,b:d,hex:c.rgb(a,b,d),toString:xa};return c.is(e,"finite")&&(f.opacity=e),f};c.color=function(a){var b;return c.is(a,"object")&&"h"in a&&"s"in a&&"b"in a?(b=c.hsb2rgb(a),a.r=b.r,a.g=b.g,a.b=b.b,a.hex=b.hex):c.is(a,"object")&&"h"in a&&"s"in a&&"l"in a?(b=c.hsl2rgb(a),a.r=b.r,a.g=b.g,a.b=b.b,a.hex=b.hex):(c.is(a,"string")&&(a=c.getRGB(a)),c.is(a,"object")&&"r"in a&&"g"in a&&"b"in a?(b=c.rgb2hsl(a),a.h=b.h,a.s=b.s,a.l=b.l,b=c.rgb2hsb(a),a.v=b.b):(a={hex:"none"},a.r=a.g=a.b=a.h=a.s=a.v=a.l=-1)),a.toString=xa,a},c.hsb2rgb=function(a,b,c,d){this.is(a,"object")&&"h"in a&&"s"in a&&"b"in a&&(c=a.b,b=a.s,a=a.h,d=a.o),a*=360;var e,f,g,h,i;return a=a%360/60,i=c*b,h=i*(1-Q(a%2-1)),e=f=g=c-i,a=~~a,e+=[i,h,0,0,h,i][a],f+=[h,i,i,h,0,0][a],g+=[0,0,h,i,i,h][a],za(e,f,g,d)},c.hsl2rgb=function(a,b,c,d){this.is(a,"object")&&"h"in a&&"s"in a&&"l"in a&&(c=a.l,b=a.s,a=a.h),(a>1||b>1||c>1)&&(a/=360,b/=100,c/=100),a*=360;var e,f,g,h,i;return a=a%360/60,i=2*b*(.5>c?c:1-c),h=i*(1-Q(a%2-1)),e=f=g=c-i/2,a=~~a,e+=[i,h,0,0,h,i][a],f+=[h,i,i,h,0,0][a],g+=[0,0,h,i,i,h][a],za(e,f,g,d)},c.rgb2hsb=function(a,b,c){c=ya(a,b,c),a=c[0],b=c[1],c=c[2];var d,e,f,g;return f=O(a,b,c),g=f-P(a,b,c),d=0==g?null:f==a?(b-c)/g:f==b?(c-a)/g+2:(a-b)/g+4,d=60*((d+360)%6)/360,e=0==g?0:g/f,{h:d,s:e,b:f,toString:va}},c.rgb2hsl=function(a,b,c){c=ya(a,b,c),a=c[0],b=c[1],c=c[2];var d,e,f,g,h,i;return g=O(a,b,c),h=P(a,b,c),i=g-h,d=0==i?null:g==a?(b-c)/i:g==b?(c-a)/i+2:(a-b)/i+4,d=60*((d+360)%6)/360,f=(g+h)/2,e=0==i?0:.5>f?i/(2*f):i/(2-2*f),{h:d,s:e,l:f,toString:wa}},c._path2string=function(){return this.join(",").replace(ga,"$1")},c._preload=function(a,b){var c=A.doc.createElement("img");c.style.cssText="position:absolute;left:-9999em;top:-9999em",c.onload=function(){b.call(this),this.onload=null,A.doc.body.removeChild(this)},c.onerror=function(){A.doc.body.removeChild(this)},A.doc.body.appendChild(c),c.src=a},c.getRGB=f(function(a){if(!a||(a=I(a)).indexOf("-")+1)return{r:-1,g:-1,b:-1,hex:"none",error:1,toString:g};if("none"==a)return{r:-1,g:-1,b:-1,hex:"none",toString:g};!(fa[z](a.toLowerCase().substring(0,2))||"#"==a.charAt())&&(a=ua(a));var b,d,e,f,h,i,j=a.match(X);return j?(j[2]&&(e=aa(j[2].substring(5),16),d=aa(j[2].substring(3,5),16),b=aa(j[2].substring(1,3),16)),j[3]&&(e=aa((h=j[3].charAt(3))+h,16),d=aa((h=j[3].charAt(2))+h,16),b=aa((h=j[3].charAt(1))+h,16)),j[4]&&(i=j[4][J](ea),b=_(i[0]),"%"==i[0].slice(-1)&&(b*=2.55),d=_(i[1]),"%"==i[1].slice(-1)&&(d*=2.55),e=_(i[2]),"%"==i[2].slice(-1)&&(e*=2.55),"rgba"==j[1].toLowerCase().slice(0,4)&&(f=_(i[3])),i[3]&&"%"==i[3].slice(-1)&&(f/=100)),j[5]?(i=j[5][J](ea),b=_(i[0]),"%"==i[0].slice(-1)&&(b*=2.55),d=_(i[1]),"%"==i[1].slice(-1)&&(d*=2.55),e=_(i[2]),"%"==i[2].slice(-1)&&(e*=2.55),("deg"==i[0].slice(-3)||"°"==i[0].slice(-1))&&(b/=360),"hsba"==j[1].toLowerCase().slice(0,4)&&(f=_(i[3])),i[3]&&"%"==i[3].slice(-1)&&(f/=100),c.hsb2rgb(b,d,e,f)):j[6]?(i=j[6][J](ea),b=_(i[0]),"%"==i[0].slice(-1)&&(b*=2.55),d=_(i[1]),"%"==i[1].slice(-1)&&(d*=2.55),e=_(i[2]),"%"==i[2].slice(-1)&&(e*=2.55),("deg"==i[0].slice(-3)||"°"==i[0].slice(-1))&&(b/=360),"hsla"==j[1].toLowerCase().slice(0,4)&&(f=_(i[3])),i[3]&&"%"==i[3].slice(-1)&&(f/=100),c.hsl2rgb(b,d,e,f)):(j={r:b,g:d,b:e,toString:g},j.hex="#"+(16777216|e|d<<8|b<<16).toString(16).slice(1),c.is(f,"finite")&&(j.opacity=f),j)):{r:-1,g:-1,b:-1,hex:"none",error:1,toString:g}},c),c.hsb=f(function(a,b,d){return c.hsb2rgb(a,b,d).hex}),c.hsl=f(function(a,b,d){return c.hsl2rgb(a,b,d).hex}),c.rgb=f(function(a,b,c){return"#"+(16777216|c|b<<8|a<<16).toString(16).slice(1)}),c.getColor=function(a){var b=this.getColor.start=this.getColor.start||{h:0,s:1,b:a||.75},c=this.hsb2rgb(b.h,b.s,b.b);return b.h+=.075,b.h>1&&(b.h=0,b.s-=.2,b.s<=0&&(this.getColor.start={h:0,s:1,b:b.b})),c.hex},c.getColor.reset=function(){delete this.start},c.parsePathString=function(a){if(!a)return null;var b=Aa(a);if(b.arr)return Ca(b.arr);var d={a:7,c:6,h:1,l:2,m:2,r:4,q:4,s:4,t:2,v:1,z:0},e=[];return c.is(a,V)&&c.is(a[0],V)&&(e=Ca(a)),e.length||I(a).replace(ha,function(a,b,c){var f=[],g=b.toLowerCase();if(c.replace(ja,function(a,b){b&&f.push(+b)}),"m"==g&&f.length>2&&(e.push([b][E](f.splice(0,2))),g="l",b="m"==b?"l":"L"),"r"==g)e.push([b][E](f));else for(;f.length>=d[g]&&(e.push([b][E](f.splice(0,d[g]))),d[g]););}),e.toString=c._path2string,b.arr=Ca(e),e},c.parseTransformString=f(function(a){if(!a)return null;var b=[];return c.is(a,V)&&c.is(a[0],V)&&(b=Ca(a)),b.length||I(a).replace(ia,function(a,c,d){var e=[];M.call(c),d.replace(ja,function(a,b){b&&e.push(+b)}),b.push([c][E](e))}),b.toString=c._path2string,b});var Aa=function(a){var b=Aa.ps=Aa.ps||{};return b[a]?b[a].sleep=100:b[a]={sleep:100},setTimeout(function(){for(var c in b)b[z](c)&&c!=a&&(b[c].sleep--,!b[c].sleep&&delete b[c])}),b[a]};c.findDotsAtSegment=function(a,b,c,d,e,f,g,h,i){var j=1-i,k=R(j,3),l=R(j,2),m=i*i,n=m*i,o=k*a+3*l*i*c+3*j*i*i*e+n*g,p=k*b+3*l*i*d+3*j*i*i*f+n*h,q=a+2*i*(c-a)+m*(e-2*c+a),r=b+2*i*(d-b)+m*(f-2*d+b),s=c+2*i*(e-c)+m*(g-2*e+c),t=d+2*i*(f-d)+m*(h-2*f+d),u=j*a+i*c,v=j*b+i*d,w=j*e+i*g,x=j*f+i*h,y=90-180*N.atan2(q-s,r-t)/S;return(q>s||t>r)&&(y+=180),{x:o,y:p,m:{x:q,y:r},n:{x:s,y:t},start:{x:u,y:v},end:{x:w,y:x},alpha:y}},c.bezierBBox=function(a,b,d,e,f,g,h,i){c.is(a,"array")||(a=[a,b,d,e,f,g,h,i]);var j=Ja.apply(null,a);return{x:j.min.x,y:j.min.y,x2:j.max.x,y2:j.max.y,width:j.max.x-j.min.x,height:j.max.y-j.min.y
}},c.isPointInsideBBox=function(a,b,c){return b>=a.x&&b<=a.x2&&c>=a.y&&c<=a.y2},c.isBBoxIntersect=function(a,b){var d=c.isPointInsideBBox;return d(b,a.x,a.y)||d(b,a.x2,a.y)||d(b,a.x,a.y2)||d(b,a.x2,a.y2)||d(a,b.x,b.y)||d(a,b.x2,b.y)||d(a,b.x,b.y2)||d(a,b.x2,b.y2)||(a.x<b.x2&&a.x>b.x||b.x<a.x2&&b.x>a.x)&&(a.y<b.y2&&a.y>b.y||b.y<a.y2&&b.y>a.y)},c.pathIntersection=function(a,b){return n(a,b)},c.pathIntersectionNumber=function(a,b){return n(a,b,1)},c.isPointInsidePath=function(a,b,d){var e=c.pathBBox(a);return c.isPointInsideBBox(e,b,d)&&1==n(a,[["M",b,d],["H",e.x2+10]],1)%2},c._removedFactory=function(a){return function(){b("raphael.log",null,"Raphaël: you are calling to method “"+a+"” of removed object",a)}};var Ba=c.pathBBox=function(a){var b=Aa(a);if(b.bbox)return d(b.bbox);if(!a)return{x:0,y:0,width:0,height:0,x2:0,y2:0};a=Ka(a);for(var c,e=0,f=0,g=[],h=[],i=0,j=a.length;j>i;i++)if(c=a[i],"M"==c[0])e=c[1],f=c[2],g.push(e),h.push(f);else{var k=Ja(e,f,c[1],c[2],c[3],c[4],c[5],c[6]);g=g[E](k.min.x,k.max.x),h=h[E](k.min.y,k.max.y),e=c[5],f=c[6]}var l=P[D](0,g),m=P[D](0,h),n=O[D](0,g),o=O[D](0,h),p=n-l,q=o-m,r={x:l,y:m,x2:n,y2:o,width:p,height:q,cx:l+p/2,cy:m+q/2};return b.bbox=d(r),r},Ca=function(a){var b=d(a);return b.toString=c._path2string,b},Da=c._pathToRelative=function(a){var b=Aa(a);if(b.rel)return Ca(b.rel);c.is(a,V)&&c.is(a&&a[0],V)||(a=c.parsePathString(a));var d=[],e=0,f=0,g=0,h=0,i=0;"M"==a[0][0]&&(e=a[0][1],f=a[0][2],g=e,h=f,i++,d.push(["M",e,f]));for(var j=i,k=a.length;k>j;j++){var l=d[j]=[],m=a[j];if(m[0]!=M.call(m[0]))switch(l[0]=M.call(m[0]),l[0]){case"a":l[1]=m[1],l[2]=m[2],l[3]=m[3],l[4]=m[4],l[5]=m[5],l[6]=+(m[6]-e).toFixed(3),l[7]=+(m[7]-f).toFixed(3);break;case"v":l[1]=+(m[1]-f).toFixed(3);break;case"m":g=m[1],h=m[2];default:for(var n=1,o=m.length;o>n;n++)l[n]=+(m[n]-(n%2?e:f)).toFixed(3)}else{l=d[j]=[],"m"==m[0]&&(g=m[1]+e,h=m[2]+f);for(var p=0,q=m.length;q>p;p++)d[j][p]=m[p]}var r=d[j].length;switch(d[j][0]){case"z":e=g,f=h;break;case"h":e+=+d[j][r-1];break;case"v":f+=+d[j][r-1];break;default:e+=+d[j][r-2],f+=+d[j][r-1]}}return d.toString=c._path2string,b.rel=Ca(d),d},Ea=c._pathToAbsolute=function(a){var b=Aa(a);if(b.abs)return Ca(b.abs);if(c.is(a,V)&&c.is(a&&a[0],V)||(a=c.parsePathString(a)),!a||!a.length)return[["M",0,0]];var d=[],e=0,f=0,g=0,i=0,j=0;"M"==a[0][0]&&(e=+a[0][1],f=+a[0][2],g=e,i=f,j++,d[0]=["M",e,f]);for(var k,l,m=3==a.length&&"M"==a[0][0]&&"R"==a[1][0].toUpperCase()&&"Z"==a[2][0].toUpperCase(),n=j,o=a.length;o>n;n++){if(d.push(k=[]),l=a[n],l[0]!=ba.call(l[0]))switch(k[0]=ba.call(l[0]),k[0]){case"A":k[1]=l[1],k[2]=l[2],k[3]=l[3],k[4]=l[4],k[5]=l[5],k[6]=+(l[6]+e),k[7]=+(l[7]+f);break;case"V":k[1]=+l[1]+f;break;case"H":k[1]=+l[1]+e;break;case"R":for(var p=[e,f][E](l.slice(1)),q=2,r=p.length;r>q;q++)p[q]=+p[q]+e,p[++q]=+p[q]+f;d.pop(),d=d[E](h(p,m));break;case"M":g=+l[1]+e,i=+l[2]+f;default:for(q=1,r=l.length;r>q;q++)k[q]=+l[q]+(q%2?e:f)}else if("R"==l[0])p=[e,f][E](l.slice(1)),d.pop(),d=d[E](h(p,m)),k=["R"][E](l.slice(-2));else for(var s=0,t=l.length;t>s;s++)k[s]=l[s];switch(k[0]){case"Z":e=g,f=i;break;case"H":e=k[1];break;case"V":f=k[1];break;case"M":g=k[k.length-2],i=k[k.length-1];default:e=k[k.length-2],f=k[k.length-1]}}return d.toString=c._path2string,b.abs=Ca(d),d},Fa=function(a,b,c,d){return[a,b,c,d,c,d]},Ga=function(a,b,c,d,e,f){var g=1/3,h=2/3;return[g*a+h*c,g*b+h*d,g*e+h*c,g*f+h*d,e,f]},Ha=function(a,b,c,d,e,g,h,i,j,k){var l,m=120*S/180,n=S/180*(+e||0),o=[],p=f(function(a,b,c){var d=a*N.cos(c)-b*N.sin(c),e=a*N.sin(c)+b*N.cos(c);return{x:d,y:e}});if(k)y=k[0],z=k[1],w=k[2],x=k[3];else{l=p(a,b,-n),a=l.x,b=l.y,l=p(i,j,-n),i=l.x,j=l.y;var q=(N.cos(S/180*e),N.sin(S/180*e),(a-i)/2),r=(b-j)/2,s=q*q/(c*c)+r*r/(d*d);s>1&&(s=N.sqrt(s),c=s*c,d=s*d);var t=c*c,u=d*d,v=(g==h?-1:1)*N.sqrt(Q((t*u-t*r*r-u*q*q)/(t*r*r+u*q*q))),w=v*c*r/d+(a+i)/2,x=v*-d*q/c+(b+j)/2,y=N.asin(((b-x)/d).toFixed(9)),z=N.asin(((j-x)/d).toFixed(9));y=w>a?S-y:y,z=w>i?S-z:z,0>y&&(y=2*S+y),0>z&&(z=2*S+z),h&&y>z&&(y-=2*S),!h&&z>y&&(z-=2*S)}var A=z-y;if(Q(A)>m){var B=z,C=i,D=j;z=y+m*(h&&z>y?1:-1),i=w+c*N.cos(z),j=x+d*N.sin(z),o=Ha(i,j,c,d,e,0,h,C,D,[z,B,w,x])}A=z-y;var F=N.cos(y),G=N.sin(y),H=N.cos(z),I=N.sin(z),K=N.tan(A/4),L=4/3*c*K,M=4/3*d*K,O=[a,b],P=[a+L*G,b-M*F],R=[i+L*I,j-M*H],T=[i,j];if(P[0]=2*O[0]-P[0],P[1]=2*O[1]-P[1],k)return[P,R,T][E](o);o=[P,R,T][E](o).join()[J](",");for(var U=[],V=0,W=o.length;W>V;V++)U[V]=V%2?p(o[V-1],o[V],n).y:p(o[V],o[V+1],n).x;return U},Ia=function(a,b,c,d,e,f,g,h,i){var j=1-i;return{x:R(j,3)*a+3*R(j,2)*i*c+3*j*i*i*e+R(i,3)*g,y:R(j,3)*b+3*R(j,2)*i*d+3*j*i*i*f+R(i,3)*h}},Ja=f(function(a,b,c,d,e,f,g,h){var i,j=e-2*c+a-(g-2*e+c),k=2*(c-a)-2*(e-c),l=a-c,m=(-k+N.sqrt(k*k-4*j*l))/2/j,n=(-k-N.sqrt(k*k-4*j*l))/2/j,o=[b,h],p=[a,g];return Q(m)>"1e12"&&(m=.5),Q(n)>"1e12"&&(n=.5),m>0&&1>m&&(i=Ia(a,b,c,d,e,f,g,h,m),p.push(i.x),o.push(i.y)),n>0&&1>n&&(i=Ia(a,b,c,d,e,f,g,h,n),p.push(i.x),o.push(i.y)),j=f-2*d+b-(h-2*f+d),k=2*(d-b)-2*(f-d),l=b-d,m=(-k+N.sqrt(k*k-4*j*l))/2/j,n=(-k-N.sqrt(k*k-4*j*l))/2/j,Q(m)>"1e12"&&(m=.5),Q(n)>"1e12"&&(n=.5),m>0&&1>m&&(i=Ia(a,b,c,d,e,f,g,h,m),p.push(i.x),o.push(i.y)),n>0&&1>n&&(i=Ia(a,b,c,d,e,f,g,h,n),p.push(i.x),o.push(i.y)),{min:{x:P[D](0,p),y:P[D](0,o)},max:{x:O[D](0,p),y:O[D](0,o)}}}),Ka=c._path2curve=f(function(a,b){var c=!b&&Aa(a);if(!b&&c.curve)return Ca(c.curve);for(var d=Ea(a),e=b&&Ea(b),f={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},g={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},h=(function(a,b,c){var d,e;if(!a)return["C",b.x,b.y,b.x,b.y,b.x,b.y];switch(!(a[0]in{T:1,Q:1})&&(b.qx=b.qy=null),a[0]){case"M":b.X=a[1],b.Y=a[2];break;case"A":a=["C"][E](Ha[D](0,[b.x,b.y][E](a.slice(1))));break;case"S":"C"==c||"S"==c?(d=2*b.x-b.bx,e=2*b.y-b.by):(d=b.x,e=b.y),a=["C",d,e][E](a.slice(1));break;case"T":"Q"==c||"T"==c?(b.qx=2*b.x-b.qx,b.qy=2*b.y-b.qy):(b.qx=b.x,b.qy=b.y),a=["C"][E](Ga(b.x,b.y,b.qx,b.qy,a[1],a[2]));break;case"Q":b.qx=a[1],b.qy=a[2],a=["C"][E](Ga(b.x,b.y,a[1],a[2],a[3],a[4]));break;case"L":a=["C"][E](Fa(b.x,b.y,a[1],a[2]));break;case"H":a=["C"][E](Fa(b.x,b.y,a[1],b.y));break;case"V":a=["C"][E](Fa(b.x,b.y,b.x,a[1]));break;case"Z":a=["C"][E](Fa(b.x,b.y,b.X,b.Y))}return a}),i=function(a,b){if(a[b].length>7){a[b].shift();for(var c=a[b];c.length;)a.splice(b++,0,["C"][E](c.splice(0,6)));a.splice(b,1),l=O(d.length,e&&e.length||0)}},j=function(a,b,c,f,g){a&&b&&"M"==a[g][0]&&"M"!=b[g][0]&&(b.splice(g,0,["M",f.x,f.y]),c.bx=0,c.by=0,c.x=a[g][1],c.y=a[g][2],l=O(d.length,e&&e.length||0))},k=0,l=O(d.length,e&&e.length||0);l>k;k++){d[k]=h(d[k],f),i(d,k),e&&(e[k]=h(e[k],g)),e&&i(e,k),j(d,e,f,g,k),j(e,d,g,f,k);var m=d[k],n=e&&e[k],o=m.length,p=e&&n.length;f.x=m[o-2],f.y=m[o-1],f.bx=_(m[o-4])||f.x,f.by=_(m[o-3])||f.y,g.bx=e&&(_(n[p-4])||g.x),g.by=e&&(_(n[p-3])||g.y),g.x=e&&n[p-2],g.y=e&&n[p-1]}return e||(c.curve=Ca(d)),e?[d,e]:d},null,Ca),La=(c._parseDots=f(function(a){for(var b=[],d=0,e=a.length;e>d;d++){var f={},g=a[d].match(/^([^:]*):?([\d\.]*)/);if(f.color=c.getRGB(g[1]),f.color.error)return null;f.color=f.color.hex,g[2]&&(f.offset=g[2]+"%"),b.push(f)}for(d=1,e=b.length-1;e>d;d++)if(!b[d].offset){for(var h=_(b[d-1].offset||0),i=0,j=d+1;e>j;j++)if(b[j].offset){i=b[j].offset;break}i||(i=100,j=e),i=_(i);for(var k=(i-h)/(j-d+1);j>d;d++)h+=k,b[d].offset=h+"%"}return b}),c._tear=function(a,b){a==b.top&&(b.top=a.prev),a==b.bottom&&(b.bottom=a.next),a.next&&(a.next.prev=a.prev),a.prev&&(a.prev.next=a.next)}),Ma=(c._tofront=function(a,b){b.top!==a&&(La(a,b),a.next=null,a.prev=b.top,b.top.next=a,b.top=a)},c._toback=function(a,b){b.bottom!==a&&(La(a,b),a.next=b.bottom,a.prev=null,b.bottom.prev=a,b.bottom=a)},c._insertafter=function(a,b,c){La(a,c),b==c.top&&(c.top=a),b.next&&(b.next.prev=a),a.next=b.next,a.prev=b,b.next=a},c._insertbefore=function(a,b,c){La(a,c),b==c.bottom&&(c.bottom=a),b.prev&&(b.prev.next=a),a.prev=b.prev,b.prev=a,a.next=b},c.toMatrix=function(a,b){var c=Ba(a),d={_:{transform:G},getBBox:function(){return c}};return Na(d,b),d.matrix}),Na=(c.transformPath=function(a,b){return ra(a,Ma(a,b))},c._extractTransform=function(a,b){if(null==b)return a._.transform;b=I(b).replace(/\.{3}|\u2026/g,a._.transform||G);var d=c.parseTransformString(b),e=0,f=0,g=0,h=1,i=1,j=a._,k=new o;if(j.transform=d||[],d)for(var l=0,m=d.length;m>l;l++){var n,p,q,r,s,t=d[l],u=t.length,v=I(t[0]).toLowerCase(),w=t[0]!=v,x=w?k.invert():0;"t"==v&&3==u?w?(n=x.x(0,0),p=x.y(0,0),q=x.x(t[1],t[2]),r=x.y(t[1],t[2]),k.translate(q-n,r-p)):k.translate(t[1],t[2]):"r"==v?2==u?(s=s||a.getBBox(1),k.rotate(t[1],s.x+s.width/2,s.y+s.height/2),e+=t[1]):4==u&&(w?(q=x.x(t[2],t[3]),r=x.y(t[2],t[3]),k.rotate(t[1],q,r)):k.rotate(t[1],t[2],t[3]),e+=t[1]):"s"==v?2==u||3==u?(s=s||a.getBBox(1),k.scale(t[1],t[u-1],s.x+s.width/2,s.y+s.height/2),h*=t[1],i*=t[u-1]):5==u&&(w?(q=x.x(t[3],t[4]),r=x.y(t[3],t[4]),k.scale(t[1],t[2],q,r)):k.scale(t[1],t[2],t[3],t[4]),h*=t[1],i*=t[2]):"m"==v&&7==u&&k.add(t[1],t[2],t[3],t[4],t[5],t[6]),j.dirtyT=1,a.matrix=k}a.matrix=k,j.sx=h,j.sy=i,j.deg=e,j.dx=f=k.e,j.dy=g=k.f,1==h&&1==i&&!e&&j.bbox?(j.bbox.x+=+f,j.bbox.y+=+g):j.dirtyT=1}),Oa=function(a){var b=a[0];switch(b.toLowerCase()){case"t":return[b,0,0];case"m":return[b,1,0,0,1,0,0];case"r":return 4==a.length?[b,0,a[2],a[3]]:[b,0];case"s":return 5==a.length?[b,1,1,a[3],a[4]]:3==a.length?[b,1,1]:[b,1]}},Pa=c._equaliseTransform=function(a,b){b=I(b).replace(/\.{3}|\u2026/g,a),a=c.parseTransformString(a)||[],b=c.parseTransformString(b)||[];for(var d,e,f,g,h=O(a.length,b.length),i=[],j=[],k=0;h>k;k++){if(f=a[k]||Oa(b[k]),g=b[k]||Oa(f),f[0]!=g[0]||"r"==f[0].toLowerCase()&&(f[2]!=g[2]||f[3]!=g[3])||"s"==f[0].toLowerCase()&&(f[3]!=g[3]||f[4]!=g[4]))return;for(i[k]=[],j[k]=[],d=0,e=O(f.length,g.length);e>d;d++)d in f&&(i[k][d]=f[d]),d in g&&(j[k][d]=g[d])}return{from:i,to:j}};c._getContainer=function(a,b,d,e){var f;return f=null!=e||c.is(a,"object")?a:A.doc.getElementById(a),null!=f?f.tagName?null==b?{container:f,width:f.style.pixelWidth||f.offsetWidth,height:f.style.pixelHeight||f.offsetHeight}:{container:f,width:b,height:d}:{container:1,x:a,y:b,width:d,height:e}:void 0},c.pathToRelative=Da,c._engine={},c.path2curve=Ka,c.matrix=function(a,b,c,d,e,f){return new o(a,b,c,d,e,f)},function(a){function b(a){return a[0]*a[0]+a[1]*a[1]}function d(a){var c=N.sqrt(b(a));a[0]&&(a[0]/=c),a[1]&&(a[1]/=c)}a.add=function(a,b,c,d,e,f){var g,h,i,j,k=[[],[],[]],l=[[this.a,this.c,this.e],[this.b,this.d,this.f],[0,0,1]],m=[[a,c,e],[b,d,f],[0,0,1]];for(a&&a instanceof o&&(m=[[a.a,a.c,a.e],[a.b,a.d,a.f],[0,0,1]]),g=0;3>g;g++)for(h=0;3>h;h++){for(j=0,i=0;3>i;i++)j+=l[g][i]*m[i][h];k[g][h]=j}this.a=k[0][0],this.b=k[1][0],this.c=k[0][1],this.d=k[1][1],this.e=k[0][2],this.f=k[1][2]},a.invert=function(){var a=this,b=a.a*a.d-a.b*a.c;return new o(a.d/b,-a.b/b,-a.c/b,a.a/b,(a.c*a.f-a.d*a.e)/b,(a.b*a.e-a.a*a.f)/b)},a.clone=function(){return new o(this.a,this.b,this.c,this.d,this.e,this.f)},a.translate=function(a,b){this.add(1,0,0,1,a,b)},a.scale=function(a,b,c,d){null==b&&(b=a),(c||d)&&this.add(1,0,0,1,c,d),this.add(a,0,0,b,0,0),(c||d)&&this.add(1,0,0,1,-c,-d)},a.rotate=function(a,b,d){a=c.rad(a),b=b||0,d=d||0;var e=+N.cos(a).toFixed(9),f=+N.sin(a).toFixed(9);this.add(e,f,-f,e,b,d),this.add(1,0,0,1,-b,-d)},a.x=function(a,b){return a*this.a+b*this.c+this.e},a.y=function(a,b){return a*this.b+b*this.d+this.f},a.get=function(a){return+this[I.fromCharCode(97+a)].toFixed(4)},a.toString=function(){return c.svg?"matrix("+[this.get(0),this.get(1),this.get(2),this.get(3),this.get(4),this.get(5)].join()+")":[this.get(0),this.get(2),this.get(1),this.get(3),0,0].join()},a.toFilter=function(){return"progid:DXImageTransform.Microsoft.Matrix(M11="+this.get(0)+", M12="+this.get(2)+", M21="+this.get(1)+", M22="+this.get(3)+", Dx="+this.get(4)+", Dy="+this.get(5)+", sizingmethod='auto expand')"},a.offset=function(){return[this.e.toFixed(4),this.f.toFixed(4)]},a.split=function(){var a={};a.dx=this.e,a.dy=this.f;var e=[[this.a,this.c],[this.b,this.d]];a.scalex=N.sqrt(b(e[0])),d(e[0]),a.shear=e[0][0]*e[1][0]+e[0][1]*e[1][1],e[1]=[e[1][0]-e[0][0]*a.shear,e[1][1]-e[0][1]*a.shear],a.scaley=N.sqrt(b(e[1])),d(e[1]),a.shear/=a.scaley;var f=-e[0][1],g=e[1][1];return 0>g?(a.rotate=c.deg(N.acos(g)),0>f&&(a.rotate=360-a.rotate)):a.rotate=c.deg(N.asin(f)),a.isSimple=!(+a.shear.toFixed(9)||a.scalex.toFixed(9)!=a.scaley.toFixed(9)&&a.rotate),a.isSuperSimple=!+a.shear.toFixed(9)&&a.scalex.toFixed(9)==a.scaley.toFixed(9)&&!a.rotate,a.noRotation=!+a.shear.toFixed(9)&&!a.rotate,a},a.toTransformString=function(a){var b=a||this[J]();return b.isSimple?(b.scalex=+b.scalex.toFixed(4),b.scaley=+b.scaley.toFixed(4),b.rotate=+b.rotate.toFixed(4),(b.dx||b.dy?"t"+[b.dx,b.dy]:G)+(1!=b.scalex||1!=b.scaley?"s"+[b.scalex,b.scaley,0,0]:G)+(b.rotate?"r"+[b.rotate,0,0]:G)):"m"+[this.get(0),this.get(1),this.get(2),this.get(3),this.get(4),this.get(5)]}}(o.prototype);var Qa=navigator.userAgent.match(/Version\/(.*?)\s/)||navigator.userAgent.match(/Chrome\/(\d+)/);v.safari="Apple Computer, Inc."==navigator.vendor&&(Qa&&Qa[1]<4||"iP"==navigator.platform.slice(0,2))||"Google Inc."==navigator.vendor&&Qa&&Qa[1]<8?function(){var a=this.rect(-99,-99,this.width+99,this.height+99).attr({stroke:"none"});setTimeout(function(){a.remove()})}:ma;for(var Ra=function(){this.returnValue=!1},Sa=function(){return this.originalEvent.preventDefault()},Ta=function(){this.cancelBubble=!0},Ua=function(){return this.originalEvent.stopPropagation()},Va=function(a){var b=A.doc.documentElement.scrollTop||A.doc.body.scrollTop,c=A.doc.documentElement.scrollLeft||A.doc.body.scrollLeft;return{x:a.clientX+c,y:a.clientY+b}},Wa=function(){return A.doc.addEventListener?function(a,b,c,d){var e=function(a){var b=Va(a);return c.call(d,a,b.x,b.y)};if(a.addEventListener(b,e,!1),F&&L[b]){var f=function(b){for(var e=Va(b),f=b,g=0,h=b.targetTouches&&b.targetTouches.length;h>g;g++)if(b.targetTouches[g].target==a){b=b.targetTouches[g],b.originalEvent=f,b.preventDefault=Sa,b.stopPropagation=Ua;break}return c.call(d,b,e.x,e.y)};a.addEventListener(L[b],f,!1)}return function(){return a.removeEventListener(b,e,!1),F&&L[b]&&a.removeEventListener(L[b],e,!1),!0}}:A.doc.attachEvent?function(a,b,c,d){var e=function(a){a=a||A.win.event;var b=A.doc.documentElement.scrollTop||A.doc.body.scrollTop,e=A.doc.documentElement.scrollLeft||A.doc.body.scrollLeft,f=a.clientX+e,g=a.clientY+b;return a.preventDefault=a.preventDefault||Ra,a.stopPropagation=a.stopPropagation||Ta,c.call(d,a,f,g)};a.attachEvent("on"+b,e);var f=function(){return a.detachEvent("on"+b,e),!0};return f}:void 0}(),Xa=[],Ya=function(a){for(var c,d=a.clientX,e=a.clientY,f=A.doc.documentElement.scrollTop||A.doc.body.scrollTop,g=A.doc.documentElement.scrollLeft||A.doc.body.scrollLeft,h=Xa.length;h--;){if(c=Xa[h],F&&a.touches){for(var i,j=a.touches.length;j--;)if(i=a.touches[j],i.identifier==c.el._drag.id){d=i.clientX,e=i.clientY,(a.originalEvent?a.originalEvent:a).preventDefault();break}}else a.preventDefault();var k,l=c.el.node,m=l.nextSibling,n=l.parentNode,o=l.style.display;A.win.opera&&n.removeChild(l),l.style.display="none",k=c.el.paper.getElementByPoint(d,e),l.style.display=o,A.win.opera&&(m?n.insertBefore(l,m):n.appendChild(l)),k&&b("raphael.drag.over."+c.el.id,c.el,k),d+=g,e+=f,b("raphael.drag.move."+c.el.id,c.move_scope||c.el,d-c.el._drag.x,e-c.el._drag.y,d,e,a)}},Za=function(a){c.unmousemove(Ya).unmouseup(Za);for(var d,e=Xa.length;e--;)d=Xa[e],d.el._drag={},b("raphael.drag.end."+d.el.id,d.end_scope||d.start_scope||d.move_scope||d.el,a);Xa=[]},$a=c.el={},_a=K.length;_a--;)!function(a){c[a]=$a[a]=function(b,d){return c.is(b,"function")&&(this.events=this.events||[],this.events.push({name:a,f:b,unbind:Wa(this.shape||this.node||A.doc,a,b,d||this)})),this},c["un"+a]=$a["un"+a]=function(b){for(var d=this.events||[],e=d.length;e--;)d[e].name!=a||!c.is(b,"undefined")&&d[e].f!=b||(d[e].unbind(),d.splice(e,1),!d.length&&delete this.events);return this}}(K[_a]);$a.data=function(a,d){var e=ka[this.id]=ka[this.id]||{};if(0==arguments.length)return e;if(1==arguments.length){if(c.is(a,"object")){for(var f in a)a[z](f)&&this.data(f,a[f]);return this}return b("raphael.data.get."+this.id,this,e[a],a),e[a]}return e[a]=d,b("raphael.data.set."+this.id,this,d,a),this},$a.removeData=function(a){return null==a?ka[this.id]={}:ka[this.id]&&delete ka[this.id][a],this},$a.getData=function(){return d(ka[this.id]||{})},$a.hover=function(a,b,c,d){return this.mouseover(a,c).mouseout(b,d||c)},$a.unhover=function(a,b){return this.unmouseover(a).unmouseout(b)};var ab=[];$a.drag=function(a,d,e,f,g,h){function i(i){(i.originalEvent||i).preventDefault();var j=i.clientX,k=i.clientY,l=A.doc.documentElement.scrollTop||A.doc.body.scrollTop,m=A.doc.documentElement.scrollLeft||A.doc.body.scrollLeft;if(this._drag.id=i.identifier,F&&i.touches)for(var n,o=i.touches.length;o--;)if(n=i.touches[o],this._drag.id=n.identifier,n.identifier==this._drag.id){j=n.clientX,k=n.clientY;break}this._drag.x=j+m,this._drag.y=k+l,!Xa.length&&c.mousemove(Ya).mouseup(Za),Xa.push({el:this,move_scope:f,start_scope:g,end_scope:h}),d&&b.on("raphael.drag.start."+this.id,d),a&&b.on("raphael.drag.move."+this.id,a),e&&b.on("raphael.drag.end."+this.id,e),b("raphael.drag.start."+this.id,g||f||this,i.clientX+m,i.clientY+l,i)}return this._drag={},ab.push({el:this,start:i}),this.mousedown(i),this},$a.onDragOver=function(a){a?b.on("raphael.drag.over."+this.id,a):b.unbind("raphael.drag.over."+this.id)},$a.undrag=function(){for(var a=ab.length;a--;)ab[a].el==this&&(this.unmousedown(ab[a].start),ab.splice(a,1),b.unbind("raphael.drag.*."+this.id));!ab.length&&c.unmousemove(Ya).unmouseup(Za),Xa=[]},v.circle=function(a,b,d){var e=c._engine.circle(this,a||0,b||0,d||0);return this.__set__&&this.__set__.push(e),e},v.rect=function(a,b,d,e,f){var g=c._engine.rect(this,a||0,b||0,d||0,e||0,f||0);return this.__set__&&this.__set__.push(g),g},v.ellipse=function(a,b,d,e){var f=c._engine.ellipse(this,a||0,b||0,d||0,e||0);return this.__set__&&this.__set__.push(f),f},v.path=function(a){a&&!c.is(a,U)&&!c.is(a[0],V)&&(a+=G);var b=c._engine.path(c.format[D](c,arguments),this);return this.__set__&&this.__set__.push(b),b},v.image=function(a,b,d,e,f){var g=c._engine.image(this,a||"about:blank",b||0,d||0,e||0,f||0);return this.__set__&&this.__set__.push(g),g},v.text=function(a,b,d){var e=c._engine.text(this,a||0,b||0,I(d));return this.__set__&&this.__set__.push(e),e},v.set=function(a){!c.is(a,"array")&&(a=Array.prototype.splice.call(arguments,0,arguments.length));var b=new mb(a);return this.__set__&&this.__set__.push(b),b.paper=this,b.type="set",b},v.setStart=function(a){this.__set__=a||this.set()},v.setFinish=function(){var a=this.__set__;return delete this.__set__,a},v.setSize=function(a,b){return c._engine.setSize.call(this,a,b)},v.setViewBox=function(a,b,d,e,f){return c._engine.setViewBox.call(this,a,b,d,e,f)},v.top=v.bottom=null,v.raphael=c;var bb=function(a){var b=a.getBoundingClientRect(),c=a.ownerDocument,d=c.body,e=c.documentElement,f=e.clientTop||d.clientTop||0,g=e.clientLeft||d.clientLeft||0,h=b.top+(A.win.pageYOffset||e.scrollTop||d.scrollTop)-f,i=b.left+(A.win.pageXOffset||e.scrollLeft||d.scrollLeft)-g;return{y:h,x:i}};v.getElementByPoint=function(a,b){var c=this,d=c.canvas,e=A.doc.elementFromPoint(a,b);if(A.win.opera&&"svg"==e.tagName){var f=bb(d),g=d.createSVGRect();g.x=a-f.x,g.y=b-f.y,g.width=g.height=1;var h=d.getIntersectionList(g,null);h.length&&(e=h[h.length-1])}if(!e)return null;for(;e.parentNode&&e!=d.parentNode&&!e.raphael;)e=e.parentNode;return e==c.canvas.parentNode&&(e=d),e=e&&e.raphael?c.getById(e.raphaelid):null},v.getElementsByBBox=function(a){var b=this.set();return this.forEach(function(d){c.isBBoxIntersect(d.getBBox(),a)&&b.push(d)}),b},v.getById=function(a){for(var b=this.bottom;b;){if(b.id==a)return b;b=b.next}return null},v.forEach=function(a,b){for(var c=this.bottom;c;){if(a.call(b,c)===!1)return this;c=c.next}return this},v.getElementsByPoint=function(a,b){var c=this.set();return this.forEach(function(d){d.isPointInside(a,b)&&c.push(d)}),c},$a.isPointInside=function(a,b){var d=this.realPath=qa[this.type](this);return this.attr("transform")&&this.attr("transform").length&&(d=c.transformPath(d,this.attr("transform"))),c.isPointInsidePath(d,a,b)},$a.getBBox=function(a){if(this.removed)return{};var b=this._;return a?((b.dirty||!b.bboxwt)&&(this.realPath=qa[this.type](this),b.bboxwt=Ba(this.realPath),b.bboxwt.toString=p,b.dirty=0),b.bboxwt):((b.dirty||b.dirtyT||!b.bbox)&&((b.dirty||!this.realPath)&&(b.bboxwt=0,this.realPath=qa[this.type](this)),b.bbox=Ba(ra(this.realPath,this.matrix)),b.bbox.toString=p,b.dirty=b.dirtyT=0),b.bbox)},$a.clone=function(){if(this.removed)return null;var a=this.paper[this.type]().attr(this.attr());return this.__set__&&this.__set__.push(a),a},$a.glow=function(a){if("text"==this.type)return null;a=a||{};var b={width:(a.width||10)+(+this.attr("stroke-width")||1),fill:a.fill||!1,opacity:a.opacity||.5,offsetx:a.offsetx||0,offsety:a.offsety||0,color:a.color||"#000"},c=b.width/2,d=this.paper,e=d.set(),f=this.realPath||qa[this.type](this);f=this.matrix?ra(f,this.matrix):f;for(var g=1;c+1>g;g++)e.push(d.path(f).attr({stroke:b.color,fill:b.fill?b.color:"none","stroke-linejoin":"round","stroke-linecap":"round","stroke-width":+(b.width/c*g).toFixed(3),opacity:+(b.opacity/c).toFixed(3)}));return e.insertBefore(this).translate(b.offsetx,b.offsety)};var cb=function(a,b,d,e,f,g,h,i,l){return null==l?j(a,b,d,e,f,g,h,i):c.findDotsAtSegment(a,b,d,e,f,g,h,i,k(a,b,d,e,f,g,h,i,l))},db=function(a,b){return function(d,e,f){d=Ka(d);for(var g,h,i,j,k,l="",m={},n=0,o=0,p=d.length;p>o;o++){if(i=d[o],"M"==i[0])g=+i[1],h=+i[2];else{if(j=cb(g,h,i[1],i[2],i[3],i[4],i[5],i[6]),n+j>e){if(b&&!m.start){if(k=cb(g,h,i[1],i[2],i[3],i[4],i[5],i[6],e-n),l+=["C"+k.start.x,k.start.y,k.m.x,k.m.y,k.x,k.y],f)return l;m.start=l,l=["M"+k.x,k.y+"C"+k.n.x,k.n.y,k.end.x,k.end.y,i[5],i[6]].join(),n+=j,g=+i[5],h=+i[6];continue}if(!a&&!b)return k=cb(g,h,i[1],i[2],i[3],i[4],i[5],i[6],e-n),{x:k.x,y:k.y,alpha:k.alpha}}n+=j,g=+i[5],h=+i[6]}l+=i.shift()+i}return m.end=l,k=a?n:b?m:c.findDotsAtSegment(g,h,i[0],i[1],i[2],i[3],i[4],i[5],1),k.alpha&&(k={x:k.x,y:k.y,alpha:k.alpha}),k}},eb=db(1),fb=db(),gb=db(0,1);c.getTotalLength=eb,c.getPointAtLength=fb,c.getSubpath=function(a,b,c){if(this.getTotalLength(a)-c<1e-6)return gb(a,b).end;var d=gb(a,c,1);return b?gb(d,b).end:d},$a.getTotalLength=function(){var a=this.getPath();return a?this.node.getTotalLength?this.node.getTotalLength():eb(a):void 0},$a.getPointAtLength=function(a){var b=this.getPath();return b?fb(b,a):void 0},$a.getPath=function(){var a,b=c._getPath[this.type];return"text"!=this.type&&"set"!=this.type?(b&&(a=b(this)),a):void 0},$a.getSubpath=function(a,b){var d=this.getPath();return d?c.getSubpath(d,a,b):void 0};var hb=c.easing_formulas={linear:function(a){return a},"<":function(a){return R(a,1.7)},">":function(a){return R(a,.48)},"<>":function(a){var b=.48-a/1.04,c=N.sqrt(.1734+b*b),d=c-b,e=R(Q(d),1/3)*(0>d?-1:1),f=-c-b,g=R(Q(f),1/3)*(0>f?-1:1),h=e+g+.5;return 3*(1-h)*h*h+h*h*h},backIn:function(a){var b=1.70158;return a*a*((b+1)*a-b)},backOut:function(a){a-=1;var b=1.70158;return a*a*((b+1)*a+b)+1},elastic:function(a){return a==!!a?a:R(2,-10*a)*N.sin(2*(a-.075)*S/.3)+1},bounce:function(a){var b,c=7.5625,d=2.75;return 1/d>a?b=c*a*a:2/d>a?(a-=1.5/d,b=c*a*a+.75):2.5/d>a?(a-=2.25/d,b=c*a*a+.9375):(a-=2.625/d,b=c*a*a+.984375),b}};hb.easeIn=hb["ease-in"]=hb["<"],hb.easeOut=hb["ease-out"]=hb[">"],hb.easeInOut=hb["ease-in-out"]=hb["<>"],hb["back-in"]=hb.backIn,hb["back-out"]=hb.backOut;var ib=[],jb=a.requestAnimationFrame||a.webkitRequestAnimationFrame||a.mozRequestAnimationFrame||a.oRequestAnimationFrame||a.msRequestAnimationFrame||function(a){setTimeout(a,16)},kb=function(){for(var a=+new Date,d=0;d<ib.length;d++){var e=ib[d];if(!e.el.removed&&!e.paused){var f,g,h=a-e.start,i=e.ms,j=e.easing,k=e.from,l=e.diff,m=e.to,n=(e.t,e.el),o={},p={};if(e.initstatus?(h=(e.initstatus*e.anim.top-e.prev)/(e.percent-e.prev)*i,e.status=e.initstatus,delete e.initstatus,e.stop&&ib.splice(d--,1)):e.status=(e.prev+(e.percent-e.prev)*(h/i))/e.anim.top,!(0>h))if(i>h){var q=j(h/i);for(var r in k)if(k[z](r)){switch(da[r]){case T:f=+k[r]+q*i*l[r];break;case"colour":f="rgb("+[lb($(k[r].r+q*i*l[r].r)),lb($(k[r].g+q*i*l[r].g)),lb($(k[r].b+q*i*l[r].b))].join(",")+")";break;case"path":f=[];for(var t=0,u=k[r].length;u>t;t++){f[t]=[k[r][t][0]];for(var v=1,w=k[r][t].length;w>v;v++)f[t][v]=+k[r][t][v]+q*i*l[r][t][v];f[t]=f[t].join(H)}f=f.join(H);break;case"transform":if(l[r].real)for(f=[],t=0,u=k[r].length;u>t;t++)for(f[t]=[k[r][t][0]],v=1,w=k[r][t].length;w>v;v++)f[t][v]=k[r][t][v]+q*i*l[r][t][v];else{var x=function(a){return+k[r][a]+q*i*l[r][a]};f=[["m",x(0),x(1),x(2),x(3),x(4),x(5)]]}break;case"csv":if("clip-rect"==r)for(f=[],t=4;t--;)f[t]=+k[r][t]+q*i*l[r][t];break;default:var y=[][E](k[r]);for(f=[],t=n.paper.customAttributes[r].length;t--;)f[t]=+y[t]+q*i*l[r][t]}o[r]=f}n.attr(o),function(a,c,d){setTimeout(function(){b("raphael.anim.frame."+a,c,d)})}(n.id,n,e.anim)}else{if(function(a,d,e){setTimeout(function(){b("raphael.anim.frame."+d.id,d,e),b("raphael.anim.finish."+d.id,d,e),c.is(a,"function")&&a.call(d)})}(e.callback,n,e.anim),n.attr(m),ib.splice(d--,1),e.repeat>1&&!e.next){for(g in m)m[z](g)&&(p[g]=e.totalOrigin[g]);e.el.attr(p),s(e.anim,e.el,e.anim.percents[0],null,e.totalOrigin,e.repeat-1)}e.next&&!e.stop&&s(e.anim,e.el,e.next,null,e.totalOrigin,e.repeat)}}}c.svg&&n&&n.paper&&n.paper.safari(),ib.length&&jb(kb)},lb=function(a){return a>255?255:0>a?0:a};$a.animateWith=function(a,b,d,e,f,g){var h=this;if(h.removed)return g&&g.call(h),h;var i=d instanceof r?d:c.animation(d,e,f,g);s(i,h,i.percents[0],null,h.attr());for(var j=0,k=ib.length;k>j;j++)if(ib[j].anim==b&&ib[j].el==a){ib[k-1].start=ib[j].start;break}return h},$a.onAnimation=function(a){return a?b.on("raphael.anim.frame."+this.id,a):b.unbind("raphael.anim.frame."+this.id),this},r.prototype.delay=function(a){var b=new r(this.anim,this.ms);return b.times=this.times,b.del=+a||0,b},r.prototype.repeat=function(a){var b=new r(this.anim,this.ms);return b.del=this.del,b.times=N.floor(O(a,0))||1,b},c.animation=function(a,b,d,e){if(a instanceof r)return a;(c.is(d,"function")||!d)&&(e=e||d||null,d=null),a=Object(a),b=+b||0;var f,g,h={};for(g in a)a[z](g)&&_(g)!=g&&_(g)+"%"!=g&&(f=!0,h[g]=a[g]);return f?(d&&(h.easing=d),e&&(h.callback=e),new r({100:h},b)):new r(a,b)},$a.animate=function(a,b,d,e){var f=this;if(f.removed)return e&&e.call(f),f;var g=a instanceof r?a:c.animation(a,b,d,e);return s(g,f,g.percents[0],null,f.attr()),f},$a.setTime=function(a,b){return a&&null!=b&&this.status(a,P(b,a.ms)/a.ms),this},$a.status=function(a,b){var c,d,e=[],f=0;if(null!=b)return s(a,this,-1,P(b,1)),this;for(c=ib.length;c>f;f++)if(d=ib[f],d.el.id==this.id&&(!a||d.anim==a)){if(a)return d.status;e.push({anim:d.anim,status:d.status})}return a?0:e},$a.pause=function(a){for(var c=0;c<ib.length;c++)ib[c].el.id!=this.id||a&&ib[c].anim!=a||b("raphael.anim.pause."+this.id,this,ib[c].anim)!==!1&&(ib[c].paused=!0);return this},$a.resume=function(a){for(var c=0;c<ib.length;c++)if(ib[c].el.id==this.id&&(!a||ib[c].anim==a)){var d=ib[c];b("raphael.anim.resume."+this.id,this,d.anim)!==!1&&(delete d.paused,this.status(d.anim,d.status))}return this},$a.stop=function(a){for(var c=0;c<ib.length;c++)ib[c].el.id!=this.id||a&&ib[c].anim!=a||b("raphael.anim.stop."+this.id,this,ib[c].anim)!==!1&&ib.splice(c--,1);return this},b.on("raphael.remove",t),b.on("raphael.clear",t),$a.toString=function(){return"Raphaël’s object"};var mb=function(a){if(this.items=[],this.length=0,this.type="set",a)for(var b=0,c=a.length;c>b;b++)!a[b]||a[b].constructor!=$a.constructor&&a[b].constructor!=mb||(this[this.items.length]=this.items[this.items.length]=a[b],this.length++)},nb=mb.prototype;nb.push=function(){for(var a,b,c=0,d=arguments.length;d>c;c++)a=arguments[c],!a||a.constructor!=$a.constructor&&a.constructor!=mb||(b=this.items.length,this[b]=this.items[b]=a,this.length++);return this},nb.pop=function(){return this.length&&delete this[this.length--],this.items.pop()},nb.forEach=function(a,b){for(var c=0,d=this.items.length;d>c;c++)if(a.call(b,this.items[c],c)===!1)return this;return this};for(var ob in $a)$a[z](ob)&&(nb[ob]=function(a){return function(){var b=arguments;return this.forEach(function(c){c[a][D](c,b)})}}(ob));return nb.attr=function(a,b){if(a&&c.is(a,V)&&c.is(a[0],"object"))for(var d=0,e=a.length;e>d;d++)this.items[d].attr(a[d]);else for(var f=0,g=this.items.length;g>f;f++)this.items[f].attr(a,b);return this},nb.clear=function(){for(;this.length;)this.pop()},nb.splice=function(a,b){a=0>a?O(this.length+a,0):a,b=O(0,P(this.length-a,b));var c,d=[],e=[],f=[];for(c=2;c<arguments.length;c++)f.push(arguments[c]);for(c=0;b>c;c++)e.push(this[a+c]);for(;c<this.length-a;c++)d.push(this[a+c]);var g=f.length;for(c=0;c<g+d.length;c++)this.items[a+c]=this[a+c]=g>c?f[c]:d[c-g];for(c=this.items.length=this.length-=b-g;this[c];)delete this[c++];return new mb(e)},nb.exclude=function(a){for(var b=0,c=this.length;c>b;b++)if(this[b]==a)return this.splice(b,1),!0},nb.animate=function(a,b,d,e){(c.is(d,"function")||!d)&&(e=d||null);var f,g,h=this.items.length,i=h,j=this;if(!h)return this;e&&(g=function(){!--h&&e.call(j)}),d=c.is(d,U)?d:g;var k=c.animation(a,b,d,g);for(f=this.items[--i].animate(k);i--;)this.items[i]&&!this.items[i].removed&&this.items[i].animateWith(f,k,k),this.items[i]&&!this.items[i].removed||h--;return this},nb.insertAfter=function(a){for(var b=this.items.length;b--;)this.items[b].insertAfter(a);return this},nb.getBBox=function(){for(var a=[],b=[],c=[],d=[],e=this.items.length;e--;)if(!this.items[e].removed){var f=this.items[e].getBBox();a.push(f.x),b.push(f.y),c.push(f.x+f.width),d.push(f.y+f.height)}return a=P[D](0,a),b=P[D](0,b),c=O[D](0,c),d=O[D](0,d),{x:a,y:b,x2:c,y2:d,width:c-a,height:d-b}},nb.clone=function(a){a=this.paper.set();for(var b=0,c=this.items.length;c>b;b++)a.push(this.items[b].clone());return a},nb.toString=function(){return"Raphaël‘s set"},nb.glow=function(a){var b=this.paper.set();return this.forEach(function(c){var d=c.glow(a);null!=d&&d.forEach(function(a){b.push(a)})}),b},nb.isPointInside=function(a,b){var c=!1;return this.forEach(function(d){return d.isPointInside(a,b)?(console.log("runned"),c=!0,!1):void 0}),c},c.registerFont=function(a){if(!a.face)return a;this.fonts=this.fonts||{};var b={w:a.w,face:{},glyphs:{}},c=a.face["font-family"];for(var d in a.face)a.face[z](d)&&(b.face[d]=a.face[d]);if(this.fonts[c]?this.fonts[c].push(b):this.fonts[c]=[b],!a.svg){b.face["units-per-em"]=aa(a.face["units-per-em"],10);for(var e in a.glyphs)if(a.glyphs[z](e)){var f=a.glyphs[e];if(b.glyphs[e]={w:f.w,k:{},d:f.d&&"M"+f.d.replace(/[mlcxtrv]/g,function(a){return{l:"L",c:"C",x:"z",t:"m",r:"l",v:"c"}[a]||"M"})+"z"},f.k)for(var g in f.k)f[z](g)&&(b.glyphs[e].k[g]=f.k[g])}}return a},v.getFont=function(a,b,d,e){if(e=e||"normal",d=d||"normal",b=+b||{normal:400,bold:700,lighter:300,bolder:800}[b]||400,c.fonts){var f=c.fonts[a];if(!f){var g=new RegExp("(^|\\s)"+a.replace(/[^\w\d\s+!~.:_-]/g,G)+"(\\s|$)","i");for(var h in c.fonts)if(c.fonts[z](h)&&g.test(h)){f=c.fonts[h];break}}var i;if(f)for(var j=0,k=f.length;k>j&&(i=f[j],i.face["font-weight"]!=b||i.face["font-style"]!=d&&i.face["font-style"]||i.face["font-stretch"]!=e);j++);return i}},v.print=function(a,b,d,e,f,g,h,i){g=g||"middle",h=O(P(h||0,1),-1),i=O(P(i||1,3),1);var j,k=I(d)[J](G),l=0,m=0,n=G;if(c.is(e,"string")&&(e=this.getFont(e)),e){j=(f||16)/e.face["units-per-em"];for(var o=e.face.bbox[J](w),p=+o[0],q=o[3]-o[1],r=0,s=+o[1]+("baseline"==g?q+ +e.face.descent:q/2),t=0,u=k.length;u>t;t++){if("\n"==k[t])l=0,x=0,m=0,r+=q*i;else{var v=m&&e.glyphs[k[t-1]]||{},x=e.glyphs[k[t]];l+=m?(v.w||e.w)+(v.k&&v.k[k[t]]||0)+e.w*h:0,m=1}x&&x.d&&(n+=c.transformPath(x.d,["t",l*j,r*j,"s",j,j,p,s,"t",(a-p)/j,(b-s)/j]))}}return this.path(n).attr({fill:"#000",stroke:"none"})},v.add=function(a){if(c.is(a,"array"))for(var b,d=this.set(),e=0,f=a.length;f>e;e++)b=a[e]||{},x[z](b.type)&&d.push(this[b.type]().attr(b));return d},c.format=function(a,b){var d=c.is(b,V)?[0][E](b):arguments;
return a&&c.is(a,U)&&d.length-1&&(a=a.replace(y,function(a,b){return null==d[++b]?G:d[b]})),a||G},c.fullfill=function(){var a=/\{([^\}]+)\}/g,b=/(?:(?:^|\.)(.+?)(?=\[|\.|$|\()|\[('|")(.+?)\2\])(\(\))?/g,c=function(a,c,d){var e=d;return c.replace(b,function(a,b,c,d,f){b=b||d,e&&(b in e&&(e=e[b]),"function"==typeof e&&f&&(e=e()))}),e=(null==e||e==d?a:e)+""};return function(b,d){return String(b).replace(a,function(a,b){return c(a,b,d)})}}(),c.ninja=function(){return B.was?A.win.Raphael=B.is:delete Raphael,c},c.st=nb,function(a,b,d){function e(){/in/.test(a.readyState)?setTimeout(e,9):c.eve("raphael.DOMload")}null==a.readyState&&a.addEventListener&&(a.addEventListener(b,d=function(){a.removeEventListener(b,d,!1),a.readyState="complete"},!1),a.readyState="loading"),e()}(document,"DOMContentLoaded"),b.on("raphael.DOMload",function(){u=!0}),function(){if(c.svg){var a="hasOwnProperty",b=String,d=parseFloat,e=parseInt,f=Math,g=f.max,h=f.abs,i=f.pow,j=/[, ]+/,k=c.eve,l="",m=" ",n="http://www.w3.org/1999/xlink",o={block:"M5,0 0,2.5 5,5z",classic:"M5,0 0,2.5 5,5 3.5,3 3.5,2z",diamond:"M2.5,0 5,2.5 2.5,5 0,2.5z",open:"M6,1 1,3.5 6,6",oval:"M2.5,0A2.5,2.5,0,0,1,2.5,5 2.5,2.5,0,0,1,2.5,0z"},p={};c.toString=function(){return"Your browser supports SVG.\nYou are running Raphaël "+this.version};var q=function(d,e){if(e){"string"==typeof d&&(d=q(d));for(var f in e)e[a](f)&&("xlink:"==f.substring(0,6)?d.setAttributeNS(n,f.substring(6),b(e[f])):d.setAttribute(f,b(e[f])))}else d=c._g.doc.createElementNS("http://www.w3.org/2000/svg",d),d.style&&(d.style.webkitTapHighlightColor="rgba(0,0,0,0)");return d},r=function(a,e){var j="linear",k=a.id+e,m=.5,n=.5,o=a.node,p=a.paper,r=o.style,s=c._g.doc.getElementById(k);if(!s){if(e=b(e).replace(c._radial_gradient,function(a,b,c){if(j="radial",b&&c){m=d(b),n=d(c);var e=2*(n>.5)-1;i(m-.5,2)+i(n-.5,2)>.25&&(n=f.sqrt(.25-i(m-.5,2))*e+.5)&&.5!=n&&(n=n.toFixed(5)-1e-5*e)}return l}),e=e.split(/\s*\-\s*/),"linear"==j){var t=e.shift();if(t=-d(t),isNaN(t))return null;var u=[0,0,f.cos(c.rad(t)),f.sin(c.rad(t))],v=1/(g(h(u[2]),h(u[3]))||1);u[2]*=v,u[3]*=v,u[2]<0&&(u[0]=-u[2],u[2]=0),u[3]<0&&(u[1]=-u[3],u[3]=0)}var w=c._parseDots(e);if(!w)return null;if(k=k.replace(/[\(\)\s,\xb0#]/g,"_"),a.gradient&&k!=a.gradient.id&&(p.defs.removeChild(a.gradient),delete a.gradient),!a.gradient){s=q(j+"Gradient",{id:k}),a.gradient=s,q(s,"radial"==j?{fx:m,fy:n}:{x1:u[0],y1:u[1],x2:u[2],y2:u[3],gradientTransform:a.matrix.invert()}),p.defs.appendChild(s);for(var x=0,y=w.length;y>x;x++)s.appendChild(q("stop",{offset:w[x].offset?w[x].offset:x?"100%":"0%","stop-color":w[x].color||"#fff"}))}}return q(o,{fill:"url(#"+k+")",opacity:1,"fill-opacity":1}),r.fill=l,r.opacity=1,r.fillOpacity=1,1},s=function(a){var b=a.getBBox(1);q(a.pattern,{patternTransform:a.matrix.invert()+" translate("+b.x+","+b.y+")"})},t=function(d,e,f){if("path"==d.type){for(var g,h,i,j,k,m=b(e).toLowerCase().split("-"),n=d.paper,r=f?"end":"start",s=d.node,t=d.attrs,u=t["stroke-width"],v=m.length,w="classic",x=3,y=3,z=5;v--;)switch(m[v]){case"block":case"classic":case"oval":case"diamond":case"open":case"none":w=m[v];break;case"wide":y=5;break;case"narrow":y=2;break;case"long":x=5;break;case"short":x=2}if("open"==w?(x+=2,y+=2,z+=2,i=1,j=f?4:1,k={fill:"none",stroke:t.stroke}):(j=i=x/2,k={fill:t.stroke,stroke:"none"}),d._.arrows?f?(d._.arrows.endPath&&p[d._.arrows.endPath]--,d._.arrows.endMarker&&p[d._.arrows.endMarker]--):(d._.arrows.startPath&&p[d._.arrows.startPath]--,d._.arrows.startMarker&&p[d._.arrows.startMarker]--):d._.arrows={},"none"!=w){var A="raphael-marker-"+w,B="raphael-marker-"+r+w+x+y;c._g.doc.getElementById(A)?p[A]++:(n.defs.appendChild(q(q("path"),{"stroke-linecap":"round",d:o[w],id:A})),p[A]=1);var C,D=c._g.doc.getElementById(B);D?(p[B]++,C=D.getElementsByTagName("use")[0]):(D=q(q("marker"),{id:B,markerHeight:y,markerWidth:x,orient:"auto",refX:j,refY:y/2}),C=q(q("use"),{"xlink:href":"#"+A,transform:(f?"rotate(180 "+x/2+" "+y/2+") ":l)+"scale("+x/z+","+y/z+")","stroke-width":(1/((x/z+y/z)/2)).toFixed(4)}),D.appendChild(C),n.defs.appendChild(D),p[B]=1),q(C,k);var E=i*("diamond"!=w&&"oval"!=w);f?(g=d._.arrows.startdx*u||0,h=c.getTotalLength(t.path)-E*u):(g=E*u,h=c.getTotalLength(t.path)-(d._.arrows.enddx*u||0)),k={},k["marker-"+r]="url(#"+B+")",(h||g)&&(k.d=c.getSubpath(t.path,g,h)),q(s,k),d._.arrows[r+"Path"]=A,d._.arrows[r+"Marker"]=B,d._.arrows[r+"dx"]=E,d._.arrows[r+"Type"]=w,d._.arrows[r+"String"]=e}else f?(g=d._.arrows.startdx*u||0,h=c.getTotalLength(t.path)-g):(g=0,h=c.getTotalLength(t.path)-(d._.arrows.enddx*u||0)),d._.arrows[r+"Path"]&&q(s,{d:c.getSubpath(t.path,g,h)}),delete d._.arrows[r+"Path"],delete d._.arrows[r+"Marker"],delete d._.arrows[r+"dx"],delete d._.arrows[r+"Type"],delete d._.arrows[r+"String"];for(k in p)if(p[a](k)&&!p[k]){var F=c._g.doc.getElementById(k);F&&F.parentNode.removeChild(F)}}},u={"":[0],none:[0],"-":[3,1],".":[1,1],"-.":[3,1,1,1],"-..":[3,1,1,1,1,1],". ":[1,3],"- ":[4,3],"--":[8,3],"- .":[4,3,1,3],"--.":[8,3,1,3],"--..":[8,3,1,3,1,3]},v=function(a,c,d){if(c=u[b(c).toLowerCase()]){for(var e=a.attrs["stroke-width"]||"1",f={round:e,square:e,butt:0}[a.attrs["stroke-linecap"]||d["stroke-linecap"]]||0,g=[],h=c.length;h--;)g[h]=c[h]*e+(h%2?1:-1)*f;q(a.node,{"stroke-dasharray":g.join(",")})}},w=function(d,f){var i=d.node,k=d.attrs,m=i.style.visibility;i.style.visibility="hidden";for(var o in f)if(f[a](o)){if(!c._availableAttrs[a](o))continue;var p=f[o];switch(k[o]=p,o){case"blur":d.blur(p);break;case"href":case"title":var u=q("title"),w=c._g.doc.createTextNode(p);u.appendChild(w),i.appendChild(u);break;case"target":var x=i.parentNode;if("a"!=x.tagName.toLowerCase()){var u=q("a");x.insertBefore(u,i),u.appendChild(i),x=u}"target"==o?x.setAttributeNS(n,"show","blank"==p?"new":p):x.setAttributeNS(n,o,p);break;case"cursor":i.style.cursor=p;break;case"transform":d.transform(p);break;case"arrow-start":t(d,p);break;case"arrow-end":t(d,p,1);break;case"clip-rect":var z=b(p).split(j);if(4==z.length){d.clip&&d.clip.parentNode.parentNode.removeChild(d.clip.parentNode);var A=q("clipPath"),B=q("rect");A.id=c.createUUID(),q(B,{x:z[0],y:z[1],width:z[2],height:z[3]}),A.appendChild(B),d.paper.defs.appendChild(A),q(i,{"clip-path":"url(#"+A.id+")"}),d.clip=B}if(!p){var C=i.getAttribute("clip-path");if(C){var D=c._g.doc.getElementById(C.replace(/(^url\(#|\)$)/g,l));D&&D.parentNode.removeChild(D),q(i,{"clip-path":l}),delete d.clip}}break;case"path":"path"==d.type&&(q(i,{d:p?k.path=c._pathToAbsolute(p):"M0,0"}),d._.dirty=1,d._.arrows&&("startString"in d._.arrows&&t(d,d._.arrows.startString),"endString"in d._.arrows&&t(d,d._.arrows.endString,1)));break;case"width":if(i.setAttribute(o,p),d._.dirty=1,!k.fx)break;o="x",p=k.x;case"x":k.fx&&(p=-k.x-(k.width||0));case"rx":if("rx"==o&&"rect"==d.type)break;case"cx":i.setAttribute(o,p),d.pattern&&s(d),d._.dirty=1;break;case"height":if(i.setAttribute(o,p),d._.dirty=1,!k.fy)break;o="y",p=k.y;case"y":k.fy&&(p=-k.y-(k.height||0));case"ry":if("ry"==o&&"rect"==d.type)break;case"cy":i.setAttribute(o,p),d.pattern&&s(d),d._.dirty=1;break;case"r":"rect"==d.type?q(i,{rx:p,ry:p}):i.setAttribute(o,p),d._.dirty=1;break;case"src":"image"==d.type&&i.setAttributeNS(n,"href",p);break;case"stroke-width":(1!=d._.sx||1!=d._.sy)&&(p/=g(h(d._.sx),h(d._.sy))||1),d.paper._vbSize&&(p*=d.paper._vbSize),i.setAttribute(o,p),k["stroke-dasharray"]&&v(d,k["stroke-dasharray"],f),d._.arrows&&("startString"in d._.arrows&&t(d,d._.arrows.startString),"endString"in d._.arrows&&t(d,d._.arrows.endString,1));break;case"stroke-dasharray":v(d,p,f);break;case"fill":var E=b(p).match(c._ISURL);if(E){A=q("pattern");var F=q("image");A.id=c.createUUID(),q(A,{x:0,y:0,patternUnits:"userSpaceOnUse",height:1,width:1}),q(F,{x:0,y:0,"xlink:href":E[1]}),A.appendChild(F),function(a){c._preload(E[1],function(){var b=this.offsetWidth,c=this.offsetHeight;q(a,{width:b,height:c}),q(F,{width:b,height:c}),d.paper.safari()})}(A),d.paper.defs.appendChild(A),q(i,{fill:"url(#"+A.id+")"}),d.pattern=A,d.pattern&&s(d);break}var G=c.getRGB(p);if(G.error){if(("circle"==d.type||"ellipse"==d.type||"r"!=b(p).charAt())&&r(d,p)){if("opacity"in k||"fill-opacity"in k){var H=c._g.doc.getElementById(i.getAttribute("fill").replace(/^url\(#|\)$/g,l));if(H){var I=H.getElementsByTagName("stop");q(I[I.length-1],{"stop-opacity":("opacity"in k?k.opacity:1)*("fill-opacity"in k?k["fill-opacity"]:1)})}}k.gradient=p,k.fill="none";break}}else delete f.gradient,delete k.gradient,!c.is(k.opacity,"undefined")&&c.is(f.opacity,"undefined")&&q(i,{opacity:k.opacity}),!c.is(k["fill-opacity"],"undefined")&&c.is(f["fill-opacity"],"undefined")&&q(i,{"fill-opacity":k["fill-opacity"]});G[a]("opacity")&&q(i,{"fill-opacity":G.opacity>1?G.opacity/100:G.opacity});case"stroke":G=c.getRGB(p),i.setAttribute(o,G.hex),"stroke"==o&&G[a]("opacity")&&q(i,{"stroke-opacity":G.opacity>1?G.opacity/100:G.opacity}),"stroke"==o&&d._.arrows&&("startString"in d._.arrows&&t(d,d._.arrows.startString),"endString"in d._.arrows&&t(d,d._.arrows.endString,1));break;case"gradient":("circle"==d.type||"ellipse"==d.type||"r"!=b(p).charAt())&&r(d,p);break;case"opacity":k.gradient&&!k[a]("stroke-opacity")&&q(i,{"stroke-opacity":p>1?p/100:p});case"fill-opacity":if(k.gradient){H=c._g.doc.getElementById(i.getAttribute("fill").replace(/^url\(#|\)$/g,l)),H&&(I=H.getElementsByTagName("stop"),q(I[I.length-1],{"stop-opacity":p}));break}default:"font-size"==o&&(p=e(p,10)+"px");var J=o.replace(/(\-.)/g,function(a){return a.substring(1).toUpperCase()});i.style[J]=p,d._.dirty=1,i.setAttribute(o,p)}}y(d,f),i.style.visibility=m},x=1.2,y=function(d,f){if("text"==d.type&&(f[a]("text")||f[a]("font")||f[a]("font-size")||f[a]("x")||f[a]("y"))){var g=d.attrs,h=d.node,i=h.firstChild?e(c._g.doc.defaultView.getComputedStyle(h.firstChild,l).getPropertyValue("font-size"),10):10;if(f[a]("text")){for(g.text=f.text;h.firstChild;)h.removeChild(h.firstChild);for(var j,k=b(f.text).split("\n"),m=[],n=0,o=k.length;o>n;n++)j=q("tspan"),n&&q(j,{dy:i*x,x:g.x}),j.appendChild(c._g.doc.createTextNode(k[n])),h.appendChild(j),m[n]=j}else for(m=h.getElementsByTagName("tspan"),n=0,o=m.length;o>n;n++)n?q(m[n],{dy:i*x,x:g.x}):q(m[0],{dy:0});q(h,{x:g.x,y:g.y}),d._.dirty=1;var p=d._getBBox(),r=g.y-(p.y+p.height/2);r&&c.is(r,"finite")&&q(m[0],{dy:r})}},z=function(a,b){this[0]=this.node=a,a.raphael=!0,this.id=c._oid++,a.raphaelid=this.id,this.matrix=c.matrix(),this.realPath=null,this.paper=b,this.attrs=this.attrs||{},this._={transform:[],sx:1,sy:1,deg:0,dx:0,dy:0,dirty:1},!b.bottom&&(b.bottom=this),this.prev=b.top,b.top&&(b.top.next=this),b.top=this,this.next=null},A=c.el;z.prototype=A,A.constructor=z,c._engine.path=function(a,b){var c=q("path");b.canvas&&b.canvas.appendChild(c);var d=new z(c,b);return d.type="path",w(d,{fill:"none",stroke:"#000",path:a}),d},A.rotate=function(a,c,e){if(this.removed)return this;if(a=b(a).split(j),a.length-1&&(c=d(a[1]),e=d(a[2])),a=d(a[0]),null==e&&(c=e),null==c||null==e){var f=this.getBBox(1);c=f.x+f.width/2,e=f.y+f.height/2}return this.transform(this._.transform.concat([["r",a,c,e]])),this},A.scale=function(a,c,e,f){if(this.removed)return this;if(a=b(a).split(j),a.length-1&&(c=d(a[1]),e=d(a[2]),f=d(a[3])),a=d(a[0]),null==c&&(c=a),null==f&&(e=f),null==e||null==f)var g=this.getBBox(1);return e=null==e?g.x+g.width/2:e,f=null==f?g.y+g.height/2:f,this.transform(this._.transform.concat([["s",a,c,e,f]])),this},A.translate=function(a,c){return this.removed?this:(a=b(a).split(j),a.length-1&&(c=d(a[1])),a=d(a[0])||0,c=+c||0,this.transform(this._.transform.concat([["t",a,c]])),this)},A.transform=function(b){var d=this._;if(null==b)return d.transform;if(c._extractTransform(this,b),this.clip&&q(this.clip,{transform:this.matrix.invert()}),this.pattern&&s(this),this.node&&q(this.node,{transform:this.matrix}),1!=d.sx||1!=d.sy){var e=this.attrs[a]("stroke-width")?this.attrs["stroke-width"]:1;this.attr({"stroke-width":e})}return this},A.hide=function(){return!this.removed&&this.paper.safari(this.node.style.display="none"),this},A.show=function(){return!this.removed&&this.paper.safari(this.node.style.display=""),this},A.remove=function(){if(!this.removed&&this.node.parentNode){var a=this.paper;a.__set__&&a.__set__.exclude(this),k.unbind("raphael.*.*."+this.id),this.gradient&&a.defs.removeChild(this.gradient),c._tear(this,a),"a"==this.node.parentNode.tagName.toLowerCase()?this.node.parentNode.parentNode.removeChild(this.node.parentNode):this.node.parentNode.removeChild(this.node);for(var b in this)this[b]="function"==typeof this[b]?c._removedFactory(b):null;this.removed=!0}},A._getBBox=function(){if("none"==this.node.style.display){this.show();var a=!0}var b={};try{b=this.node.getBBox()}catch(c){}finally{b=b||{}}return a&&this.hide(),b},A.attr=function(b,d){if(this.removed)return this;if(null==b){var e={};for(var f in this.attrs)this.attrs[a](f)&&(e[f]=this.attrs[f]);return e.gradient&&"none"==e.fill&&(e.fill=e.gradient)&&delete e.gradient,e.transform=this._.transform,e}if(null==d&&c.is(b,"string")){if("fill"==b&&"none"==this.attrs.fill&&this.attrs.gradient)return this.attrs.gradient;if("transform"==b)return this._.transform;for(var g=b.split(j),h={},i=0,l=g.length;l>i;i++)b=g[i],h[b]=b in this.attrs?this.attrs[b]:c.is(this.paper.customAttributes[b],"function")?this.paper.customAttributes[b].def:c._availableAttrs[b];return l-1?h:h[g[0]]}if(null==d&&c.is(b,"array")){for(h={},i=0,l=b.length;l>i;i++)h[b[i]]=this.attr(b[i]);return h}if(null!=d){var m={};m[b]=d}else null!=b&&c.is(b,"object")&&(m=b);for(var n in m)k("raphael.attr."+n+"."+this.id,this,m[n]);for(n in this.paper.customAttributes)if(this.paper.customAttributes[a](n)&&m[a](n)&&c.is(this.paper.customAttributes[n],"function")){var o=this.paper.customAttributes[n].apply(this,[].concat(m[n]));this.attrs[n]=m[n];for(var p in o)o[a](p)&&(m[p]=o[p])}return w(this,m),this},A.toFront=function(){if(this.removed)return this;"a"==this.node.parentNode.tagName.toLowerCase()?this.node.parentNode.parentNode.appendChild(this.node.parentNode):this.node.parentNode.appendChild(this.node);var a=this.paper;return a.top!=this&&c._tofront(this,a),this},A.toBack=function(){if(this.removed)return this;var a=this.node.parentNode;return"a"==a.tagName.toLowerCase()?a.parentNode.insertBefore(this.node.parentNode,this.node.parentNode.parentNode.firstChild):a.firstChild!=this.node&&a.insertBefore(this.node,this.node.parentNode.firstChild),c._toback(this,this.paper),this.paper,this},A.insertAfter=function(a){if(this.removed)return this;var b=a.node||a[a.length-1].node;return b.nextSibling?b.parentNode.insertBefore(this.node,b.nextSibling):b.parentNode.appendChild(this.node),c._insertafter(this,a,this.paper),this},A.insertBefore=function(a){if(this.removed)return this;var b=a.node||a[0].node;return b.parentNode.insertBefore(this.node,b),c._insertbefore(this,a,this.paper),this},A.blur=function(a){var b=this;if(0!==+a){var d=q("filter"),e=q("feGaussianBlur");b.attrs.blur=a,d.id=c.createUUID(),q(e,{stdDeviation:+a||1.5}),d.appendChild(e),b.paper.defs.appendChild(d),b._blur=d,q(b.node,{filter:"url(#"+d.id+")"})}else b._blur&&(b._blur.parentNode.removeChild(b._blur),delete b._blur,delete b.attrs.blur),b.node.removeAttribute("filter");return b},c._engine.circle=function(a,b,c,d){var e=q("circle");a.canvas&&a.canvas.appendChild(e);var f=new z(e,a);return f.attrs={cx:b,cy:c,r:d,fill:"none",stroke:"#000"},f.type="circle",q(e,f.attrs),f},c._engine.rect=function(a,b,c,d,e,f){var g=q("rect");a.canvas&&a.canvas.appendChild(g);var h=new z(g,a);return h.attrs={x:b,y:c,width:d,height:e,r:f||0,rx:f||0,ry:f||0,fill:"none",stroke:"#000"},h.type="rect",q(g,h.attrs),h},c._engine.ellipse=function(a,b,c,d,e){var f=q("ellipse");a.canvas&&a.canvas.appendChild(f);var g=new z(f,a);return g.attrs={cx:b,cy:c,rx:d,ry:e,fill:"none",stroke:"#000"},g.type="ellipse",q(f,g.attrs),g},c._engine.image=function(a,b,c,d,e,f){var g=q("image");q(g,{x:c,y:d,width:e,height:f,preserveAspectRatio:"none"}),g.setAttributeNS(n,"href",b),a.canvas&&a.canvas.appendChild(g);var h=new z(g,a);return h.attrs={x:c,y:d,width:e,height:f,src:b},h.type="image",h},c._engine.text=function(a,b,d,e){var f=q("text");a.canvas&&a.canvas.appendChild(f);var g=new z(f,a);return g.attrs={x:b,y:d,"text-anchor":"middle",text:e,font:c._availableAttrs.font,stroke:"none",fill:"#000"},g.type="text",w(g,g.attrs),g},c._engine.setSize=function(a,b){return this.width=a||this.width,this.height=b||this.height,this.canvas.setAttribute("width",this.width),this.canvas.setAttribute("height",this.height),this._viewBox&&this.setViewBox.apply(this,this._viewBox),this},c._engine.create=function(){var a=c._getContainer.apply(0,arguments),b=a&&a.container,d=a.x,e=a.y,f=a.width,g=a.height;if(!b)throw new Error("SVG container not found.");var h,i=q("svg"),j="overflow:hidden;";return d=d||0,e=e||0,f=f||512,g=g||342,q(i,{height:g,version:1.1,width:f,xmlns:"http://www.w3.org/2000/svg"}),1==b?(i.style.cssText=j+"position:absolute;left:"+d+"px;top:"+e+"px",c._g.doc.body.appendChild(i),h=1):(i.style.cssText=j+"position:relative",b.firstChild?b.insertBefore(i,b.firstChild):b.appendChild(i)),b=new c._Paper,b.width=f,b.height=g,b.canvas=i,b.clear(),b._left=b._top=0,h&&(b.renderfix=function(){}),b.renderfix(),b},c._engine.setViewBox=function(a,b,c,d,e){k("raphael.setViewBox",this,this._viewBox,[a,b,c,d,e]);var f,h,i=g(c/this.width,d/this.height),j=this.top,l=e?"meet":"xMinYMin";for(null==a?(this._vbSize&&(i=1),delete this._vbSize,f="0 0 "+this.width+m+this.height):(this._vbSize=i,f=a+m+b+m+c+m+d),q(this.canvas,{viewBox:f,preserveAspectRatio:l});i&&j;)h="stroke-width"in j.attrs?j.attrs["stroke-width"]:1,j.attr({"stroke-width":h}),j._.dirty=1,j._.dirtyT=1,j=j.prev;return this._viewBox=[a,b,c,d,!!e],this},c.prototype.renderfix=function(){var a,b=this.canvas,c=b.style;try{a=b.getScreenCTM()||b.createSVGMatrix()}catch(d){a=b.createSVGMatrix()}var e=-a.e%1,f=-a.f%1;(e||f)&&(e&&(this._left=(this._left+e)%1,c.left=this._left+"px"),f&&(this._top=(this._top+f)%1,c.top=this._top+"px"))},c.prototype.clear=function(){c.eve("raphael.clear",this);for(var a=this.canvas;a.firstChild;)a.removeChild(a.firstChild);this.bottom=this.top=null,(this.desc=q("desc")).appendChild(c._g.doc.createTextNode("Created with Raphaël "+c.version)),a.appendChild(this.desc),a.appendChild(this.defs=q("defs"))},c.prototype.remove=function(){k("raphael.remove",this),this.canvas.parentNode&&this.canvas.parentNode.removeChild(this.canvas);for(var a in this)this[a]="function"==typeof this[a]?c._removedFactory(a):null};var B=c.st;for(var C in A)A[a](C)&&!B[a](C)&&(B[C]=function(a){return function(){var b=arguments;return this.forEach(function(c){c[a].apply(c,b)})}}(C))}}(),function(){if(c.vml){var a="hasOwnProperty",b=String,d=parseFloat,e=Math,f=e.round,g=e.max,h=e.min,i=e.abs,j="fill",k=/[, ]+/,l=c.eve,m=" progid:DXImageTransform.Microsoft",n=" ",o="",p={M:"m",L:"l",C:"c",Z:"x",m:"t",l:"r",c:"v",z:"x"},q=/([clmz]),?([^clmz]*)/gi,r=/ progid:\S+Blur\([^\)]+\)/g,s=/-?[^,\s-]+/g,t="position:absolute;left:0;top:0;width:1px;height:1px",u=21600,v={path:1,rect:1,image:1},w={circle:1,ellipse:1},x=function(a){var d=/[ahqstv]/gi,e=c._pathToAbsolute;if(b(a).match(d)&&(e=c._path2curve),d=/[clmz]/g,e==c._pathToAbsolute&&!b(a).match(d)){var g=b(a).replace(q,function(a,b,c){var d=[],e="m"==b.toLowerCase(),g=p[b];return c.replace(s,function(a){e&&2==d.length&&(g+=d+p["m"==b?"l":"L"],d=[]),d.push(f(a*u))}),g+d});return g}var h,i,j=e(a);g=[];for(var k=0,l=j.length;l>k;k++){h=j[k],i=j[k][0].toLowerCase(),"z"==i&&(i="x");for(var m=1,r=h.length;r>m;m++)i+=f(h[m]*u)+(m!=r-1?",":o);g.push(i)}return g.join(n)},y=function(a,b,d){var e=c.matrix();return e.rotate(-a,.5,.5),{dx:e.x(b,d),dy:e.y(b,d)}},z=function(a,b,c,d,e,f){var g=a._,h=a.matrix,k=g.fillpos,l=a.node,m=l.style,o=1,p="",q=u/b,r=u/c;if(m.visibility="hidden",b&&c){if(l.coordsize=i(q)+n+i(r),m.rotation=f*(0>b*c?-1:1),f){var s=y(f,d,e);d=s.dx,e=s.dy}if(0>b&&(p+="x"),0>c&&(p+=" y")&&(o=-1),m.flip=p,l.coordorigin=d*-q+n+e*-r,k||g.fillsize){var t=l.getElementsByTagName(j);t=t&&t[0],l.removeChild(t),k&&(s=y(f,h.x(k[0],k[1]),h.y(k[0],k[1])),t.position=s.dx*o+n+s.dy*o),g.fillsize&&(t.size=g.fillsize[0]*i(b)+n+g.fillsize[1]*i(c)),l.appendChild(t)}m.visibility="visible"}};c.toString=function(){return"Your browser doesn’t support SVG. Falling down to VML.\nYou are running Raphaël "+this.version};var A=function(a,c,d){for(var e=b(c).toLowerCase().split("-"),f=d?"end":"start",g=e.length,h="classic",i="medium",j="medium";g--;)switch(e[g]){case"block":case"classic":case"oval":case"diamond":case"open":case"none":h=e[g];break;case"wide":case"narrow":j=e[g];break;case"long":case"short":i=e[g]}var k=a.node.getElementsByTagName("stroke")[0];k[f+"arrow"]=h,k[f+"arrowlength"]=i,k[f+"arrowwidth"]=j},B=function(e,i){e.attrs=e.attrs||{};var l=e.node,m=e.attrs,p=l.style,q=v[e.type]&&(i.x!=m.x||i.y!=m.y||i.width!=m.width||i.height!=m.height||i.cx!=m.cx||i.cy!=m.cy||i.rx!=m.rx||i.ry!=m.ry||i.r!=m.r),r=w[e.type]&&(m.cx!=i.cx||m.cy!=i.cy||m.r!=i.r||m.rx!=i.rx||m.ry!=i.ry),s=e;for(var t in i)i[a](t)&&(m[t]=i[t]);if(q&&(m.path=c._getPath[e.type](e),e._.dirty=1),i.href&&(l.href=i.href),i.title&&(l.title=i.title),i.target&&(l.target=i.target),i.cursor&&(p.cursor=i.cursor),"blur"in i&&e.blur(i.blur),(i.path&&"path"==e.type||q)&&(l.path=x(~b(m.path).toLowerCase().indexOf("r")?c._pathToAbsolute(m.path):m.path),"image"==e.type&&(e._.fillpos=[m.x,m.y],e._.fillsize=[m.width,m.height],z(e,1,1,0,0,0))),"transform"in i&&e.transform(i.transform),r){var y=+m.cx,B=+m.cy,D=+m.rx||+m.r||0,E=+m.ry||+m.r||0;l.path=c.format("ar{0},{1},{2},{3},{4},{1},{4},{1}x",f((y-D)*u),f((B-E)*u),f((y+D)*u),f((B+E)*u),f(y*u)),e._.dirty=1}if("clip-rect"in i){var G=b(i["clip-rect"]).split(k);if(4==G.length){G[2]=+G[2]+ +G[0],G[3]=+G[3]+ +G[1];var H=l.clipRect||c._g.doc.createElement("div"),I=H.style;I.clip=c.format("rect({1}px {2}px {3}px {0}px)",G),l.clipRect||(I.position="absolute",I.top=0,I.left=0,I.width=e.paper.width+"px",I.height=e.paper.height+"px",l.parentNode.insertBefore(H,l),H.appendChild(l),l.clipRect=H)}i["clip-rect"]||l.clipRect&&(l.clipRect.style.clip="auto")}if(e.textpath){var J=e.textpath.style;i.font&&(J.font=i.font),i["font-family"]&&(J.fontFamily='"'+i["font-family"].split(",")[0].replace(/^['"]+|['"]+$/g,o)+'"'),i["font-size"]&&(J.fontSize=i["font-size"]),i["font-weight"]&&(J.fontWeight=i["font-weight"]),i["font-style"]&&(J.fontStyle=i["font-style"])}if("arrow-start"in i&&A(s,i["arrow-start"]),"arrow-end"in i&&A(s,i["arrow-end"],1),null!=i.opacity||null!=i["stroke-width"]||null!=i.fill||null!=i.src||null!=i.stroke||null!=i["stroke-width"]||null!=i["stroke-opacity"]||null!=i["fill-opacity"]||null!=i["stroke-dasharray"]||null!=i["stroke-miterlimit"]||null!=i["stroke-linejoin"]||null!=i["stroke-linecap"]){var K=l.getElementsByTagName(j),L=!1;if(K=K&&K[0],!K&&(L=K=F(j)),"image"==e.type&&i.src&&(K.src=i.src),i.fill&&(K.on=!0),(null==K.on||"none"==i.fill||null===i.fill)&&(K.on=!1),K.on&&i.fill){var M=b(i.fill).match(c._ISURL);if(M){K.parentNode==l&&l.removeChild(K),K.rotate=!0,K.src=M[1],K.type="tile";var N=e.getBBox(1);K.position=N.x+n+N.y,e._.fillpos=[N.x,N.y],c._preload(M[1],function(){e._.fillsize=[this.offsetWidth,this.offsetHeight]})}else K.color=c.getRGB(i.fill).hex,K.src=o,K.type="solid",c.getRGB(i.fill).error&&(s.type in{circle:1,ellipse:1}||"r"!=b(i.fill).charAt())&&C(s,i.fill,K)&&(m.fill="none",m.gradient=i.fill,K.rotate=!1)}if("fill-opacity"in i||"opacity"in i){var O=((+m["fill-opacity"]+1||2)-1)*((+m.opacity+1||2)-1)*((+c.getRGB(i.fill).o+1||2)-1);O=h(g(O,0),1),K.opacity=O,K.src&&(K.color="none")}l.appendChild(K);var P=l.getElementsByTagName("stroke")&&l.getElementsByTagName("stroke")[0],Q=!1;!P&&(Q=P=F("stroke")),(i.stroke&&"none"!=i.stroke||i["stroke-width"]||null!=i["stroke-opacity"]||i["stroke-dasharray"]||i["stroke-miterlimit"]||i["stroke-linejoin"]||i["stroke-linecap"])&&(P.on=!0),("none"==i.stroke||null===i.stroke||null==P.on||0==i.stroke||0==i["stroke-width"])&&(P.on=!1);var R=c.getRGB(i.stroke);P.on&&i.stroke&&(P.color=R.hex),O=((+m["stroke-opacity"]+1||2)-1)*((+m.opacity+1||2)-1)*((+R.o+1||2)-1);var S=.75*(d(i["stroke-width"])||1);if(O=h(g(O,0),1),null==i["stroke-width"]&&(S=m["stroke-width"]),i["stroke-width"]&&(P.weight=S),S&&1>S&&(O*=S)&&(P.weight=1),P.opacity=O,i["stroke-linejoin"]&&(P.joinstyle=i["stroke-linejoin"]||"miter"),P.miterlimit=i["stroke-miterlimit"]||8,i["stroke-linecap"]&&(P.endcap="butt"==i["stroke-linecap"]?"flat":"square"==i["stroke-linecap"]?"square":"round"),i["stroke-dasharray"]){var T={"-":"shortdash",".":"shortdot","-.":"shortdashdot","-..":"shortdashdotdot",". ":"dot","- ":"dash","--":"longdash","- .":"dashdot","--.":"longdashdot","--..":"longdashdotdot"};P.dashstyle=T[a](i["stroke-dasharray"])?T[i["stroke-dasharray"]]:o}Q&&l.appendChild(P)}if("text"==s.type){s.paper.canvas.style.display=o;var U=s.paper.span,V=100,W=m.font&&m.font.match(/\d+(?:\.\d*)?(?=px)/);p=U.style,m.font&&(p.font=m.font),m["font-family"]&&(p.fontFamily=m["font-family"]),m["font-weight"]&&(p.fontWeight=m["font-weight"]),m["font-style"]&&(p.fontStyle=m["font-style"]),W=d(m["font-size"]||W&&W[0])||10,p.fontSize=W*V+"px",s.textpath.string&&(U.innerHTML=b(s.textpath.string).replace(/</g,"&#60;").replace(/&/g,"&#38;").replace(/\n/g,"<br>"));var X=U.getBoundingClientRect();s.W=m.w=(X.right-X.left)/V,s.H=m.h=(X.bottom-X.top)/V,s.X=m.x,s.Y=m.y+s.H/2,("x"in i||"y"in i)&&(s.path.v=c.format("m{0},{1}l{2},{1}",f(m.x*u),f(m.y*u),f(m.x*u)+1));for(var Y=["x","y","text","font","font-family","font-weight","font-style","font-size"],Z=0,$=Y.length;$>Z;Z++)if(Y[Z]in i){s._.dirty=1;break}switch(m["text-anchor"]){case"start":s.textpath.style["v-text-align"]="left",s.bbx=s.W/2;break;case"end":s.textpath.style["v-text-align"]="right",s.bbx=-s.W/2;break;default:s.textpath.style["v-text-align"]="center",s.bbx=0}s.textpath.style["v-text-kern"]=!0}},C=function(a,f,g){a.attrs=a.attrs||{};var h=(a.attrs,Math.pow),i="linear",j=".5 .5";if(a.attrs.gradient=f,f=b(f).replace(c._radial_gradient,function(a,b,c){return i="radial",b&&c&&(b=d(b),c=d(c),h(b-.5,2)+h(c-.5,2)>.25&&(c=e.sqrt(.25-h(b-.5,2))*(2*(c>.5)-1)+.5),j=b+n+c),o}),f=f.split(/\s*\-\s*/),"linear"==i){var k=f.shift();if(k=-d(k),isNaN(k))return null}var l=c._parseDots(f);if(!l)return null;if(a=a.shape||a.node,l.length){a.removeChild(g),g.on=!0,g.method="none",g.color=l[0].color,g.color2=l[l.length-1].color;for(var m=[],p=0,q=l.length;q>p;p++)l[p].offset&&m.push(l[p].offset+n+l[p].color);g.colors=m.length?m.join():"0% "+g.color,"radial"==i?(g.type="gradientTitle",g.focus="100%",g.focussize="0 0",g.focusposition=j,g.angle=0):(g.type="gradient",g.angle=(270-k)%360),a.appendChild(g)}return 1},D=function(a,b){this[0]=this.node=a,a.raphael=!0,this.id=c._oid++,a.raphaelid=this.id,this.X=0,this.Y=0,this.attrs={},this.paper=b,this.matrix=c.matrix(),this._={transform:[],sx:1,sy:1,dx:0,dy:0,deg:0,dirty:1,dirtyT:1},!b.bottom&&(b.bottom=this),this.prev=b.top,b.top&&(b.top.next=this),b.top=this,this.next=null},E=c.el;D.prototype=E,E.constructor=D,E.transform=function(a){if(null==a)return this._.transform;var d,e=this.paper._viewBoxShift,f=e?"s"+[e.scale,e.scale]+"-1-1t"+[e.dx,e.dy]:o;e&&(d=a=b(a).replace(/\.{3}|\u2026/g,this._.transform||o)),c._extractTransform(this,f+a);var g,h=this.matrix.clone(),i=this.skew,j=this.node,k=~b(this.attrs.fill).indexOf("-"),l=!b(this.attrs.fill).indexOf("url(");if(h.translate(1,1),l||k||"image"==this.type)if(i.matrix="1 0 0 1",i.offset="0 0",g=h.split(),k&&g.noRotation||!g.isSimple){j.style.filter=h.toFilter();var m=this.getBBox(),p=this.getBBox(1),q=m.x-p.x,r=m.y-p.y;j.coordorigin=q*-u+n+r*-u,z(this,1,1,q,r,0)}else j.style.filter=o,z(this,g.scalex,g.scaley,g.dx,g.dy,g.rotate);else j.style.filter=o,i.matrix=b(h),i.offset=h.offset();return d&&(this._.transform=d),this},E.rotate=function(a,c,e){if(this.removed)return this;if(null!=a){if(a=b(a).split(k),a.length-1&&(c=d(a[1]),e=d(a[2])),a=d(a[0]),null==e&&(c=e),null==c||null==e){var f=this.getBBox(1);c=f.x+f.width/2,e=f.y+f.height/2}return this._.dirtyT=1,this.transform(this._.transform.concat([["r",a,c,e]])),this}},E.translate=function(a,c){return this.removed?this:(a=b(a).split(k),a.length-1&&(c=d(a[1])),a=d(a[0])||0,c=+c||0,this._.bbox&&(this._.bbox.x+=a,this._.bbox.y+=c),this.transform(this._.transform.concat([["t",a,c]])),this)},E.scale=function(a,c,e,f){if(this.removed)return this;if(a=b(a).split(k),a.length-1&&(c=d(a[1]),e=d(a[2]),f=d(a[3]),isNaN(e)&&(e=null),isNaN(f)&&(f=null)),a=d(a[0]),null==c&&(c=a),null==f&&(e=f),null==e||null==f)var g=this.getBBox(1);return e=null==e?g.x+g.width/2:e,f=null==f?g.y+g.height/2:f,this.transform(this._.transform.concat([["s",a,c,e,f]])),this._.dirtyT=1,this},E.hide=function(){return!this.removed&&(this.node.style.display="none"),this},E.show=function(){return!this.removed&&(this.node.style.display=o),this},E._getBBox=function(){return this.removed?{}:{x:this.X+(this.bbx||0)-this.W/2,y:this.Y-this.H,width:this.W,height:this.H}},E.remove=function(){if(!this.removed&&this.node.parentNode){this.paper.__set__&&this.paper.__set__.exclude(this),c.eve.unbind("raphael.*.*."+this.id),c._tear(this,this.paper),this.node.parentNode.removeChild(this.node),this.shape&&this.shape.parentNode.removeChild(this.shape);for(var a in this)this[a]="function"==typeof this[a]?c._removedFactory(a):null;this.removed=!0}},E.attr=function(b,d){if(this.removed)return this;if(null==b){var e={};for(var f in this.attrs)this.attrs[a](f)&&(e[f]=this.attrs[f]);return e.gradient&&"none"==e.fill&&(e.fill=e.gradient)&&delete e.gradient,e.transform=this._.transform,e}if(null==d&&c.is(b,"string")){if(b==j&&"none"==this.attrs.fill&&this.attrs.gradient)return this.attrs.gradient;for(var g=b.split(k),h={},i=0,m=g.length;m>i;i++)b=g[i],h[b]=b in this.attrs?this.attrs[b]:c.is(this.paper.customAttributes[b],"function")?this.paper.customAttributes[b].def:c._availableAttrs[b];return m-1?h:h[g[0]]}if(this.attrs&&null==d&&c.is(b,"array")){for(h={},i=0,m=b.length;m>i;i++)h[b[i]]=this.attr(b[i]);return h}var n;null!=d&&(n={},n[b]=d),null==d&&c.is(b,"object")&&(n=b);for(var o in n)l("raphael.attr."+o+"."+this.id,this,n[o]);if(n){for(o in this.paper.customAttributes)if(this.paper.customAttributes[a](o)&&n[a](o)&&c.is(this.paper.customAttributes[o],"function")){var p=this.paper.customAttributes[o].apply(this,[].concat(n[o]));this.attrs[o]=n[o];for(var q in p)p[a](q)&&(n[q]=p[q])}n.text&&"text"==this.type&&(this.textpath.string=n.text),B(this,n)}return this},E.toFront=function(){return!this.removed&&this.node.parentNode.appendChild(this.node),this.paper&&this.paper.top!=this&&c._tofront(this,this.paper),this},E.toBack=function(){return this.removed?this:(this.node.parentNode.firstChild!=this.node&&(this.node.parentNode.insertBefore(this.node,this.node.parentNode.firstChild),c._toback(this,this.paper)),this)},E.insertAfter=function(a){return this.removed?this:(a.constructor==c.st.constructor&&(a=a[a.length-1]),a.node.nextSibling?a.node.parentNode.insertBefore(this.node,a.node.nextSibling):a.node.parentNode.appendChild(this.node),c._insertafter(this,a,this.paper),this)},E.insertBefore=function(a){return this.removed?this:(a.constructor==c.st.constructor&&(a=a[0]),a.node.parentNode.insertBefore(this.node,a.node),c._insertbefore(this,a,this.paper),this)},E.blur=function(a){var b=this.node.runtimeStyle,d=b.filter;return d=d.replace(r,o),0!==+a?(this.attrs.blur=a,b.filter=d+n+m+".Blur(pixelradius="+(+a||1.5)+")",b.margin=c.format("-{0}px 0 0 -{0}px",f(+a||1.5))):(b.filter=d,b.margin=0,delete this.attrs.blur),this},c._engine.path=function(a,b){var c=F("shape");c.style.cssText=t,c.coordsize=u+n+u,c.coordorigin=b.coordorigin;var d=new D(c,b),e={fill:"none",stroke:"#000"};a&&(e.path=a),d.type="path",d.path=[],d.Path=o,B(d,e),b.canvas.appendChild(c);var f=F("skew");return f.on=!0,c.appendChild(f),d.skew=f,d.transform(o),d},c._engine.rect=function(a,b,d,e,f,g){var h=c._rectPath(b,d,e,f,g),i=a.path(h),j=i.attrs;return i.X=j.x=b,i.Y=j.y=d,i.W=j.width=e,i.H=j.height=f,j.r=g,j.path=h,i.type="rect",i},c._engine.ellipse=function(a,b,c,d,e){
var f=a.path();return f.attrs,f.X=b-d,f.Y=c-e,f.W=2*d,f.H=2*e,f.type="ellipse",B(f,{cx:b,cy:c,rx:d,ry:e}),f},c._engine.circle=function(a,b,c,d){var e=a.path();return e.attrs,e.X=b-d,e.Y=c-d,e.W=e.H=2*d,e.type="circle",B(e,{cx:b,cy:c,r:d}),e},c._engine.image=function(a,b,d,e,f,g){var h=c._rectPath(d,e,f,g),i=a.path(h).attr({stroke:"none"}),k=i.attrs,l=i.node,m=l.getElementsByTagName(j)[0];return k.src=b,i.X=k.x=d,i.Y=k.y=e,i.W=k.width=f,i.H=k.height=g,k.path=h,i.type="image",m.parentNode==l&&l.removeChild(m),m.rotate=!0,m.src=b,m.type="tile",i._.fillpos=[d,e],i._.fillsize=[f,g],l.appendChild(m),z(i,1,1,0,0,0),i},c._engine.text=function(a,d,e,g){var h=F("shape"),i=F("path"),j=F("textpath");d=d||0,e=e||0,g=g||"",i.v=c.format("m{0},{1}l{2},{1}",f(d*u),f(e*u),f(d*u)+1),i.textpathok=!0,j.string=b(g),j.on=!0,h.style.cssText=t,h.coordsize=u+n+u,h.coordorigin="0 0";var k=new D(h,a),l={fill:"#000",stroke:"none",font:c._availableAttrs.font,text:g};k.shape=h,k.path=i,k.textpath=j,k.type="text",k.attrs.text=b(g),k.attrs.x=d,k.attrs.y=e,k.attrs.w=1,k.attrs.h=1,B(k,l),h.appendChild(j),h.appendChild(i),a.canvas.appendChild(h);var m=F("skew");return m.on=!0,h.appendChild(m),k.skew=m,k.transform(o),k},c._engine.setSize=function(a,b){var d=this.canvas.style;return this.width=a,this.height=b,a==+a&&(a+="px"),b==+b&&(b+="px"),d.width=a,d.height=b,d.clip="rect(0 "+a+" "+b+" 0)",this._viewBox&&c._engine.setViewBox.apply(this,this._viewBox),this},c._engine.setViewBox=function(a,b,d,e,f){c.eve("raphael.setViewBox",this,this._viewBox,[a,b,d,e,f]);var h,i,j=this.width,k=this.height,l=1/g(d/j,e/k);return f&&(h=k/e,i=j/d,j>d*h&&(a-=(j-d*h)/2/h),k>e*i&&(b-=(k-e*i)/2/i)),this._viewBox=[a,b,d,e,!!f],this._viewBoxShift={dx:-a,dy:-b,scale:l},this.forEach(function(a){a.transform("...")}),this};var F;c._engine.initWin=function(a){var b=a.document;b.createStyleSheet().addRule(".rvml","behavior:url(#default#VML)");try{!b.namespaces.rvml&&b.namespaces.add("rvml","urn:schemas-microsoft-com:vml"),F=function(a){return b.createElement("<rvml:"+a+' class="rvml">')}}catch(c){F=function(a){return b.createElement("<"+a+' xmlns="urn:schemas-microsoft.com:vml" class="rvml">')}}},c._engine.initWin(c._g.win),c._engine.create=function(){var a=c._getContainer.apply(0,arguments),b=a.container,d=a.height,e=a.width,f=a.x,g=a.y;if(!b)throw new Error("VML container not found.");var h=new c._Paper,i=h.canvas=c._g.doc.createElement("div"),j=i.style;return f=f||0,g=g||0,e=e||512,d=d||342,h.width=e,h.height=d,e==+e&&(e+="px"),d==+d&&(d+="px"),h.coordsize=1e3*u+n+1e3*u,h.coordorigin="0 0",h.span=c._g.doc.createElement("span"),h.span.style.cssText="position:absolute;left:-9999em;top:-9999em;padding:0;margin:0;line-height:1;",i.appendChild(h.span),j.cssText=c.format("top:0;left:0;width:{0};height:{1};display:inline-block;position:relative;clip:rect(0 {0} {1} 0);overflow:hidden",e,d),1==b?(c._g.doc.body.appendChild(i),j.left=f+"px",j.top=g+"px",j.position="absolute"):b.firstChild?b.insertBefore(i,b.firstChild):b.appendChild(i),h.renderfix=function(){},h},c.prototype.clear=function(){c.eve("raphael.clear",this),this.canvas.innerHTML=o,this.span=c._g.doc.createElement("span"),this.span.style.cssText="position:absolute;left:-9999em;top:-9999em;padding:0;margin:0;line-height:1;display:inline;",this.canvas.appendChild(this.span),this.bottom=this.top=null},c.prototype.remove=function(){c.eve("raphael.remove",this),this.canvas.parentNode.removeChild(this.canvas);for(var a in this)this[a]="function"==typeof this[a]?c._removedFactory(a):null;return!0};var G=c.st;for(var H in E)E[a](H)&&!G[a](H)&&(G[H]=function(a){return function(){var b=arguments;return this.forEach(function(c){c[a].apply(c,b)})}}(H))}}(),B.was?A.win.Raphael=c:Raphael=c,c}),jQuery(document).ready(function(){function a(a){return a=JSON.stringify(a),a=a.replace(/\"n\":/g,'"name":').replace(/\"s\":/g,'"size":').replace(/\"c\":/g,'"color":').replace(/\"hc\":/g,'"hovercolor":').replace(/\"a\":/g,'"animate":').replace(/\"i\":/g,'"iteration":').replace(/\"d\":/g,'"duration":').replace(/\"l\":/g,'"loop":').replace(/\"et\":/g,'"eventtype":').replace(/\"op\":/g,'"onparent":'),a=JSON.parse(a)}function b(a){if(null==a||"object"!=typeof a)return a;var c,d=new a.constructor;for(c in a)d[c]=b(a[c]);return d}var c="livicon",d=32,e="original",f="#000",g=!0,h="hover",i=!0,j=!1,k=!0,l=200,m=200,n="activeicon",o="active",p="red",q=JSON.stringify({connect:{d:500,it:1,sh:[{i:{a:{p:"M16.712,11.305l-1.392-2.41c-0.166-0.287-0.535-0.386-0.811-0.204c-2.281,1.507-3.908,3.907-4.363,6.714C10.094,15.732,9.8,16,9.468,16H2.6C2.269,16,2,16.269,2,16.6v0.8C2,17.731,2.269,18,2.6,18h6.868c0.332,0,0.625,0.268,0.679,0.595c0.456,2.806,2.083,5.205,4.363,6.714c0.277,0.183,0.645,0.084,0.811-0.203l1.393-2.414c0.166-0.287,0.066-0.651-0.204-0.844C14.995,20.763,14,19.004,14,16.999s0.995-3.763,2.509-4.85C16.778,11.956,16.878,11.592,16.712,11.305z",s:"none",t:"t0,0",fl:"#333"}},f:{0:{t:"t-9,0"},10:{},70:{t:"t0,0",e:"backOut"},100:{}}},{i:{a:{p:"M29.4,16h-4.941c-0.331,0-0.663-0.262-0.793-0.567C23.057,14.004,21.65,13,20,13c-2.209,0-4,1.79-4,4c0,2.207,1.791,4,4,4c1.65,0,3.057-1.006,3.665-2.434C23.795,18.262,24.126,18,24.457,18H29.4c0.331,0,0.6-0.269,0.6-0.6v-0.8C30,16.269,29.731,16,29.4,16z",s:"none",t:"t0,0",fl:"#333"}},f:{0:{t:"t9,0"},10:{},70:{t:"t0,0",e:"backOut"},100:{}}}]},disconnect:{d:700,it:1,sh:[{i:{a:{p:"M12.712,11.305l-1.392-2.41c-0.166-0.287-0.535-0.386-0.811-0.204c-2.281,1.507-3.908,3.907-4.363,6.714C6.094,15.732,5.8,16,5.468,16H2.6C2.269,16,2,16.269,2,16.6v0.8C2,17.731,2.269,18,2.6,18h2.868c0.332,0,0.625,0.268,0.679,0.595C6.603,21.4,8.229,23.8,10.51,25.309c0.277,0.183,0.645,0.084,0.811-0.203l1.393-2.414c0.166-0.287,0.066-0.651-0.204-0.844C10.995,20.763,10,19.004,10,16.999s0.995-3.763,2.509-4.85C12.778,11.956,12.878,11.592,12.712,11.305z",s:"none",t:"t0,0",fl:"#333"}},f:{0:{p:"M16.712,11.305l-1.392-2.41c-0.166-0.287-0.535-0.386-0.811-0.204c-2.281,1.507-3.908,3.907-4.363,6.714C10.094,15.732,9.8,16,9.468,16H2.6C2.269,16,2,16.269,2,16.6v0.8C2,17.731,2.269,18,2.6,18h6.868c0.332,0,0.625,0.268,0.679,0.595c0.456,2.806,2.083,5.205,4.363,6.714c0.277,0.183,0.645,0.084,0.811-0.203l1.393-2.414c0.166-0.287,0.066-0.651-0.204-0.844C14.995,20.763,14,19.004,14,16.999s0.995-3.763,2.509-4.85C16.778,11.956,16.878,11.592,16.712,11.305z",t:"t1,0"},35:{t:"t0,0"},50:{p:"M12.712,11.305l-1.392-2.41c-0.166-0.287-0.535-0.386-0.811-0.204c-2.281,1.507-3.908,3.907-4.363,6.714C6.094,15.732,5.8,16,5.468,16H2.6C2.269,16,2,16.269,2,16.6v0.8C2,17.731,2.269,18,2.6,18h2.868c0.332,0,0.625,0.268,0.679,0.595C6.603,21.4,8.229,23.8,10.51,25.309c0.277,0.183,0.645,0.084,0.811-0.203l1.393-2.414c0.166-0.287,0.066-0.651-0.204-0.844C10.995,20.763,10,19.004,10,16.999s0.995-3.763,2.509-4.85C12.778,11.956,12.878,11.592,12.712,11.305z",e:"<"},100:{}}},{i:{a:{p:"M29.4,16h-1.941c-0.331,0-0.663-0.262-0.793-0.567C26.057,14.004,24.65,13,23,13c-2.209,0-4,1.79-4,4c0,2.207,1.791,4,4,4c1.65,0,3.057-1.006,3.665-2.434C26.795,18.262,27.126,18,27.457,18H29.4c0.331,0,0.6-0.269,0.6-0.6v-0.8C30,16.269,29.731,16,29.4,16z",s:"none",t:"t0,0",fl:"#333"}},f:{0:{p:"M29.4,16h-4.941c-0.331,0-0.663-0.262-0.793-0.567C23.057,14.004,21.65,13,20,13c-2.209,0-4,1.79-4,4c0,2.207,1.791,4,4,4c1.65,0,3.057-1.006,3.665-2.434C23.795,18.262,24.126,18,24.457,18H29.4c0.331,0,0.6-0.269,0.6-0.6v-0.8C30,16.269,29.731,16,29.4,16z",t:"t-1,0"},35:{t:"t0,0"},50:{p:"M29.4,16h-1.941c-0.331,0-0.663-0.262-0.793-0.567C26.057,14.004,24.65,13,23,13c-2.209,0-4,1.79-4,4c0,2.207,1.791,4,4,4c1.65,0,3.057-1.006,3.665-2.434C26.795,18.262,27.126,18,27.457,18H29.4c0.331,0,0.6-0.269,0.6-0.6v-0.8C30,16.269,29.731,16,29.4,16z",e:"<"},100:{}}}]},"collapse-down":{d:1e3,it:1,sh:[{i:{a:{p:"M15.28,20l-5.081-7.04C9.802,12.43,10.017,12,10.68,12H21.32c0.662,0,0.877,0.43,0.479,0.96L16.719,20C16.322,20.531,15.678,20.531,15.28,20zM22.77,26c1.787,0,3.23-1.449,3.23-3.23V9.23C26,7.445,24.557,6,22.77,6H9.23C7.445,6,6,7.445,6,9.23V22.77C6,24.551,7.445,26,9.23,26H22.77L22.77,26zM24,22.82c0,0.678-0.547,1.172-1.129,1.18H9.14C8.624,24,8,23.586,8,22.908V9.091C8,8.412,8.466,8,9.14,8h13.731C23.547,8,24,8.412,24,9.091V22.82z",s:"none",fl:"#333"}},f:{0:{p:"M15.28,14l-5.081-7.04C9.802,6.43,10.017,6,10.68,6H21.32c0.662,0,0.877,0.43,0.479,0.96L16.719,14C16.322,14.531,15.678,14.531,15.28,14zM22.77,18c1.787,0,3.23-1.449,3.23-3.23V5.23C26,3.445,24.557,2,22.77,2H9.23C7.445,2,6,3.445,6,5.23v9.539C6,16.551,7.445,18,9.23,18H22.77L22.77,18zM24,14.82c0,0.678-0.547,1.172-1.129,1.18H9.14C8.624,16,8,15.586,8,14.908V5.091C8,4.412,8.466,4,9.14,4h13.731C23.547,4,24,4.412,24,5.091V14.82z"},10:{},30:{p:"M15.28,14l-5.081-7.04C9.802,6.43,10.017,6,10.68,6H21.32c0.662,0,0.877,0.43,0.479,0.96L16.719,14C16.322,14.531,15.678,14.531,15.28,14zM22.77,30c1.787,0,3.23-1.449,3.23-3.23V5.23C26,3.445,24.557,2,22.77,2H9.23C7.445,2,6,3.445,6,5.23V26.77C6,28.551,7.445,30,9.23,30H22.77L22.77,30zM24,26.82c0,0.678-0.547,1.172-1.129,1.18H9.14C8.624,28,8,27.586,8,26.908V5.091C8,4.412,8.466,4,9.14,4h13.731C23.547,4,24,4.412,24,5.091V26.82z"},99:{},100:{p:"M15.28,20l-5.081-7.04C9.802,12.43,10.017,12,10.68,12H21.32c0.662,0,0.877,0.43,0.479,0.96L16.719,20C16.322,20.531,15.678,20.531,15.28,20zM22.77,26c1.787,0,3.23-1.449,3.23-3.23V9.23C26,7.445,24.557,6,22.77,6H9.23C7.445,6,6,7.445,6,9.23V22.77C6,24.551,7.445,26,9.23,26H22.77L22.77,26zM24,22.82c0,0.678-0.547,1.172-1.129,1.18H9.14C8.624,24,8,23.586,8,22.908V9.091C8,8.412,8.466,8,9.14,8h13.731C23.547,8,24,8.412,24,9.091V22.82z"},150:{}}}]},"collapse-up":{d:1e3,it:1,sh:[{i:{a:{p:"M16.72,12l5.081,7.04c0.397,0.53,0.183,0.96-0.48,0.96H10.68c-0.662,0-0.877-0.43-0.479-0.96l5.08-7.04C15.678,11.469,16.322,11.469,16.72,12zM9.23,6C7.443,6,6,7.449,6,9.23V22.77C6,24.555,7.443,26,9.23,26H22.77c1.785,0,3.23-1.445,3.23-3.23V9.23C26,7.449,24.555,6,22.77,6H9.23L9.23,6zM8,9.18C8,8.502,8.547,8.008,9.129,8H22.86C23.376,8,24,8.414,24,9.092v13.817C24,23.588,23.534,24,22.86,24H9.129C8.453,24,8,23.588,8,22.909V9.18z",s:"none",fl:"#333"}},f:{0:{p:"M16.72,18l5.081,7.04c0.397,0.53,0.183,0.96-0.48,0.96H10.68c-0.662,0-0.877-0.43-0.479-0.96l5.08-7.04C15.678,17.469,16.322,17.469,16.72,18zM9.23,14C7.443,14,6,15.449,6,17.23v9.539C6,28.555,7.443,30,9.23,30H22.77c1.785,0,3.23-1.445,3.23-3.23V17.23c0-1.781-1.445-3.23-3.23-3.23H9.23L9.23,14zM8,17.18c0-0.678,0.547-1.172,1.129-1.18H22.86c0.516,0,1.14,0.414,1.14,1.092v9.817C24,27.588,23.534,28,22.86,28H9.129C8.453,28,8,27.588,8,26.909V17.18z"},10:{},30:{p:"M16.72,18l5.081,7.04c0.397,0.53,0.183,0.96-0.48,0.96H10.68c-0.662,0-0.877-0.43-0.479-0.96l5.08-7.04C15.678,17.469,16.322,17.469,16.72,18zM9.23,2C7.443,2,6,3.449,6,5.23V26.77C6,28.555,7.443,30,9.23,30H22.77c1.785,0,3.23-1.445,3.23-3.23V5.23C26,3.449,24.555,2,22.77,2H9.23L9.23,2zM8,5.18C8,4.502,8.547,4.008,9.129,4H22.86C23.376,4,24,4.414,24,5.092v21.817C24,27.588,23.534,28,22.86,28H9.129C8.453,28,8,27.588,8,26.909V5.18z"},99:{},100:{p:"M16.72,12l5.081,7.04c0.397,0.53,0.183,0.96-0.48,0.96H10.68c-0.662,0-0.877-0.43-0.479-0.96l5.08-7.04C15.678,11.469,16.322,11.469,16.72,12zM9.23,6C7.443,6,6,7.449,6,9.23V22.77C6,24.555,7.443,26,9.23,26H22.77c1.785,0,3.23-1.445,3.23-3.23V9.23C26,7.449,24.555,6,22.77,6H9.23L9.23,6zM8,9.18C8,8.502,8.547,8.008,9.129,8H22.86C23.376,8,24,8.414,24,9.092v13.817C24,23.588,23.534,24,22.86,24H9.129C8.453,24,8,23.588,8,22.909V9.18z"},150:{}}}]},"expand-left":{d:1e3,it:1,sh:[{i:{a:{p:"M12,15.28l7.04-5.081C19.57,9.802,20,10.017,20,10.68V21.32c0,0.662-0.43,0.877-0.96,0.479L12,16.719C11.469,16.322,11.469,15.678,12,15.28zM6,22.77C6,24.557,7.449,26,9.23,26H22.77c1.785,0,3.23-1.443,3.23-3.23V9.23C26,7.445,24.555,6,22.77,6H9.23C7.449,6,6,7.445,6,9.23V22.77L6,22.77zM9.18,24C8.502,24,8.008,23.453,8,22.871V9.14C8,8.624,8.414,8,9.092,8h13.817C23.588,8,24,8.466,24,9.14v13.731C24,23.547,23.588,24,22.909,24H9.18z",s:"none",fl:"#333"}},f:{0:{p:"M18,15.28l7.04-5.081C25.57,9.802,26,10.017,26,10.68V21.32c0,0.662-0.43,0.877-0.96,0.479L18,16.719C17.469,16.322,17.469,15.678,18,15.28zM14,22.77c0,1.787,1.449,3.23,3.23,3.23h9.539c1.785,0,3.23-1.443,3.23-3.23V9.23C30,7.445,28.555,6,26.77,6H17.23C15.449,6,14,7.445,14,9.23V22.77L14,22.77zM17.18,24c-0.678,0-1.172-0.547-1.18-1.129V9.14C16,8.624,16.414,8,17.092,8h9.817C27.588,8,28,8.466,28,9.14v13.731C28,23.547,27.588,24,26.909,24H17.18z"},10:{},30:{p:"M18,15.28l7.04-5.081C25.57,9.802,26,10.017,26,10.68V21.32c0,0.662-0.43,0.877-0.96,0.479L18,16.719C17.469,16.322,17.469,15.678,18,15.28zM2,22.77C2,24.557,3.449,26,5.23,26H26.77c1.785,0,3.23-1.443,3.23-3.23V9.23C30,7.445,28.555,6,26.77,6H5.23C3.449,6,2,7.445,2,9.23V22.77L2,22.77zM5.18,24C4.502,24,4.008,23.453,4,22.871V9.14C4,8.624,4.414,8,5.092,8h21.817C27.588,8,28,8.466,28,9.14v13.731C28,23.547,27.588,24,26.909,24H5.18z"},99:{},100:{p:"M12,15.28l7.04-5.081C19.57,9.802,20,10.017,20,10.68V21.32c0,0.662-0.43,0.877-0.96,0.479L12,16.719C11.469,16.322,11.469,15.678,12,15.28zM6,22.77C6,24.557,7.449,26,9.23,26H22.77c1.785,0,3.23-1.443,3.23-3.23V9.23C26,7.445,24.555,6,22.77,6H9.23C7.449,6,6,7.445,6,9.23V22.77L6,22.77zM9.18,24C8.502,24,8.008,23.453,8,22.871V9.14C8,8.624,8.414,8,9.092,8h13.817C23.588,8,24,8.466,24,9.14v13.731C24,23.547,23.588,24,22.909,24H9.18z"},150:{}}}]},"expand-right":{d:1e3,it:1,sh:[{i:{a:{p:"M20,16.72l-7.04,5.081C12.43,22.198,12,21.983,12,21.32V10.68c0-0.662,0.43-0.877,0.96-0.479l7.04,5.08C20.531,15.678,20.531,16.322,20,16.72zM26,9.23C26,7.443,24.551,6,22.77,6H9.23C7.445,6,6,7.443,6,9.23V22.77C6,24.555,7.445,26,9.23,26H22.77c1.781,0,3.23-1.445,3.23-3.23V9.23L26,9.23zM22.82,8c0.678,0,1.172,0.547,1.18,1.129V22.86c0,0.516-0.414,1.14-1.092,1.14H9.091C8.412,24,8,23.534,8,22.86V9.129C8,8.453,8.412,8,9.091,8H22.82z",s:"none",fl:"#333"}},f:{0:{p:"M14,16.72l-7.04,5.081C6.43,22.198,6,21.983,6,21.32V10.68c0-0.662,0.43-0.877,0.96-0.479l7.04,5.08C14.531,15.678,14.531,16.322,14,16.72zM18,9.23C18,7.443,16.551,6,14.77,6H5.23C3.445,6,2,7.443,2,9.23V22.77C2,24.555,3.445,26,5.23,26h9.539c1.781,0,3.23-1.445,3.23-3.23V9.23L18,9.23zM14.82,8c0.678,0,1.172,0.547,1.18,1.129V22.86c0,0.516-0.414,1.14-1.092,1.14H5.091C4.412,24,4,23.534,4,22.86V9.129C4,8.453,4.412,8,5.091,8H14.82z"},10:{},30:{p:"M14,16.72l-7.04,5.081C6.43,22.198,6,21.983,6,21.32V10.68c0-0.662,0.43-0.877,0.96-0.479l7.04,5.08C14.531,15.678,14.531,16.322,14,16.72zM30,9.23C30,7.443,28.551,6,26.77,6H5.23C3.445,6,2,7.443,2,9.23V22.77C2,24.555,3.445,26,5.23,26H26.77c1.781,0,3.23-1.445,3.23-3.23V9.23L30,9.23zM26.82,8c0.678,0,1.172,0.547,1.18,1.129V22.86c0,0.516-0.414,1.14-1.092,1.14H5.091C4.412,24,4,23.534,4,22.86V9.129C4,8.453,4.412,8,5.091,8H26.82z"},99:{},100:{p:"M20,16.72l-7.04,5.081C12.43,22.198,12,21.983,12,21.32V10.68c0-0.662,0.43-0.877,0.96-0.479l7.04,5.08C20.531,15.678,20.531,16.322,20,16.72zM26,9.23C26,7.443,24.551,6,22.77,6H9.23C7.445,6,6,7.443,6,9.23V22.77C6,24.555,7.445,26,9.23,26H22.77c1.781,0,3.23-1.445,3.23-3.23V9.23L26,9.23zM22.82,8c0.678,0,1.172,0.547,1.18,1.129V22.86c0,0.516-0.414,1.14-1.092,1.14H9.091C8.412,24,8,23.534,8,22.86V9.129C8,8.453,8.412,8,9.091,8H22.82z"},150:{}}}]},battery:{d:800,it:2,sh:[{i:{a:{p:"M10,20H6v-8h4V20z",s:"none",o:1,fl:"#333"}},f:{0:{o:0},15:{},25:{o:1},100:{}}},{i:{a:{p:"M16,20h-4v-8h4V20z",s:"none",o:1,fl:"#333"}},f:{0:{o:0},40:{},50:{o:1},100:{}}},{i:{a:{p:"M22,20h-4v-8h4V20z",s:"none",o:1,fl:"#333"}},f:{0:{o:0},65:{},75:{o:1},100:{}}},{i:{a:{p:"M26,9.2C26,8.537,25.463,8,24.801,8H3.2C2.537,8,2,8.537,2,9.2v13.601C2,23.463,2.537,24,3.2,24h21.601C25.463,24,26,23.463,26,22.801V20h2.801C29.463,20,30,19.463,30,18.801V13.2c0-0.663-0.537-1.2-1.199-1.2H26V9.2zM24,22H4V10h20V22z",s:"none",fl:"#333"}},f:{}}]},medal:{d:700,it:1,sh:[{i:{a:{p:"M24.502,9.39l-0.807,0.001l0.652-0.475c0.672-0.482,0.82-1.423,0.33-2.092l-1.176-1.616c-0.484-0.67-1.42-0.822-2.094-0.337l-0.652,0.476l0.246-0.769c0.26-0.783-0.172-1.631-0.959-1.885l-1.902-0.617c-0.789-0.257-1.633,0.171-1.893,0.959L16,3.8l-0.248-0.764c-0.256-0.788-1.102-1.219-1.891-0.963l-1.902,0.618c-0.787,0.256-1.219,1.103-0.963,1.89l0.249,0.767l-0.651-0.474C9.923,4.387,8.985,4.537,8.497,5.207L7.323,6.824C6.836,7.496,6.983,8.433,7.655,8.92l0.651,0.474H7.5c-0.828,0-1.499,0.671-1.5,1.5l0.001,2c0,0.828,0.671,1.5,1.5,1.501h0.806l-0.651,0.474c-0.672,0.486-0.819,1.424-0.334,2.095l1.177,1.617c0.487,0.67,1.424,0.82,2.097,0.332l0.651-0.473l-0.249,0.766c-0.257,0.787,0.175,1.635,0.962,1.891l1.902,0.617c0.789,0.256,1.636-0.174,1.893-0.961l0.25-0.768l0.248,0.768c0.254,0.787,1.102,1.217,1.889,0.961l1.902-0.617c0.789-0.256,1.221-1.1,0.967-1.891l-0.248-0.766l0.65,0.473c0.668,0.488,1.607,0.338,2.094-0.332l1.172-1.617c0.488-0.672,0.344-1.607-0.328-2.099l-0.652-0.474h0.807c0.824,0.004,1.498-0.669,1.496-1.497v-1.999C26,10.066,25.332,9.394,24.502,9.39zM16.002,18.914c-3.868,0-7.001-3.132-7.001-7s3.133-7,7.001-7c3.867,0,7,3.133,7,7S19.869,18.914,16.002,18.914zM21.73,21.006l3.467,6.004l-4.098-1.1l-1.098,4.1l-4-6.928l-4.001,6.928l-1.098-4.1l-4.098,1.1l3.47-6.01c0.309,0.537,0.781,0.949,1.375,1.143l1.902,0.617c0.251,0.082,0.512,0.123,0.773,0.123c0.636,0,1.227-0.238,1.676-0.643c0.447,0.404,1.037,0.643,1.674,0.643c0.262,0,0.523-0.041,0.773-0.123l1.902-0.617C20.963,21.945,21.434,21.523,21.73,21.006zM16.002,14.648l-3.25,1.709l0.62-3.618l-2.628-2.562l3.633-0.529l1.625-3.291l1.623,3.291l3.635,0.529l-2.629,2.562l0.619,3.618L16.002,14.648z",t:"s1",s:"none",fl:"#333"}},f:{0:{t:"s0.1",p:"M24.502,9.39l-0.807,0.001l0.652-0.475c0.672-0.482,0.82-1.423,0.33-2.092l-1.176-1.616c-0.484-0.67-1.42-0.822-2.094-0.337l-0.652,0.476l0.246-0.769c0.26-0.783-0.172-1.631-0.959-1.885l-1.902-0.617c-0.789-0.257-1.633,0.171-1.893,0.959L16,3.8l-0.248-0.764c-0.256-0.788-1.102-1.219-1.891-0.963l-1.902,0.618c-0.787,0.256-1.219,1.103-0.963,1.89l0.249,0.767l-0.651-0.474C9.923,4.387,8.985,4.537,8.497,5.207L7.323,6.824C6.836,7.496,6.983,8.433,7.655,8.92l0.651,0.474H7.5c-0.828,0-1.499,0.671-1.5,1.5l0.001,2c0,0.828,0.671,1.5,1.5,1.501h0.806l-0.651,0.474c-0.672,0.486-0.819,1.424-0.334,2.095l1.177,1.617c0.487,0.67,1.424,0.82,2.097,0.332l0.651-0.473l-0.249,0.766c-0.257,0.787,0.175,1.635,0.962,1.891l1.902,0.617c0.789,0.256,1.636-0.174,1.893-0.961l0.25-0.768l0.248,0.768c0.254,0.787,1.102,1.217,1.889,0.961l1.902-0.617c0.789-0.256,1.221-1.1,0.967-1.891l-0.248-0.766l0.65,0.473c0.668,0.488,1.607,0.338,2.094-0.332l1.172-1.617c0.488-0.672,0.344-1.607-0.328-2.099l-0.652-0.474h0.807c0.824,0.004,1.498-0.669,1.496-1.497v-1.999C26,10.066,25.332,9.394,24.502,9.39zM16.002,18.914c-3.868,0-7.001-3.132-7.001-7s3.133-7,7.001-7c3.867,0,7,3.133,7,7S19.869,18.914,16.002,18.914zM16.001,21L16.001,21L16.001,21L16.001,21L16.001,21L16.001,21L16.001,21L16.001,21L16.001,21L16.001,21L16.001,21L16.001,21L16.001,21L16.001,21L16.001,21L16.001,21L16.001,21zM16.002,14.648l-3.25,1.709l0.62-3.618l-2.628-2.562l3.633-0.529l1.625-3.291l1.623,3.291l3.635,0.529l-2.629,2.562l0.619,3.618L16.002,14.648z"},40:{t:"s1",e:"backOut"},60:{p:"M24.502,9.39l-0.807,0.001l0.652-0.475c0.672-0.482,0.82-1.423,0.33-2.092l-1.176-1.616c-0.484-0.67-1.42-0.822-2.094-0.337l-0.652,0.476l0.246-0.769c0.26-0.783-0.172-1.631-0.959-1.885l-1.902-0.617c-0.789-0.257-1.633,0.171-1.893,0.959L16,3.8l-0.248-0.764c-0.256-0.788-1.102-1.219-1.891-0.963l-1.902,0.618c-0.787,0.256-1.219,1.103-0.963,1.89l0.249,0.767l-0.651-0.474C9.923,4.387,8.985,4.537,8.497,5.207L7.323,6.824C6.836,7.496,6.983,8.433,7.655,8.92l0.651,0.474H7.5c-0.828,0-1.499,0.671-1.5,1.5l0.001,2c0,0.828,0.671,1.5,1.5,1.501h0.806l-0.651,0.474c-0.672,0.486-0.819,1.424-0.334,2.095l1.177,1.617c0.487,0.67,1.424,0.82,2.097,0.332l0.651-0.473l-0.249,0.766c-0.257,0.787,0.175,1.635,0.962,1.891l1.902,0.617c0.789,0.256,1.636-0.174,1.893-0.961l0.25-0.768l0.248,0.768c0.254,0.787,1.102,1.217,1.889,0.961l1.902-0.617c0.789-0.256,1.221-1.1,0.967-1.891l-0.248-0.766l0.65,0.473c0.668,0.488,1.607,0.338,2.094-0.332l1.172-1.617c0.488-0.672,0.344-1.607-0.328-2.099l-0.652-0.474h0.807c0.824,0.004,1.498-0.669,1.496-1.497v-1.999C26,10.066,25.332,9.394,24.502,9.39zM16.002,18.914c-3.868,0-7.001-3.132-7.001-7s3.133-7,7.001-7c3.867,0,7,3.133,7,7S19.869,18.914,16.002,18.914zM21.73,21.006l3.467,6.004l-4.098-1.1l-1.098,4.1l-4-6.928l-4.001,6.928l-1.098-4.1l-4.098,1.1l3.47-6.01c0.309,0.537,0.781,0.949,1.375,1.143l1.902,0.617c0.251,0.082,0.512,0.123,0.773,0.123c0.636,0,1.227-0.238,1.676-0.643c0.447,0.404,1.037,0.643,1.674,0.643c0.262,0,0.523-0.041,0.773-0.123l1.902-0.617C20.963,21.945,21.434,21.523,21.73,21.006zM16.002,14.648l-3.25,1.709l0.62-3.618l-2.628-2.562l3.633-0.529l1.625-3.291l1.623,3.291l3.635,0.529l-2.629,2.562l0.619,3.618L16.002,14.648z"},100:{}}}]},servers:{d:700,it:2,sh:[{i:{a:{p:"M28.801,10C29.463,10,30,9.463,30,8.8V5.2C30,4.537,29.463,4,28.801,4H3.2C2.537,4,2,4.537,2,5.2v3.6C2,9.463,2.537,10,3.2,10H12v2H3.2C2.537,12,2,12.537,2,13.2v3.6C2,17.463,2.537,18,3.2,18H12v2H3.2C2.537,20,2,20.537,2,21.199v3.602C2,25.463,2.537,26,3.2,26H12v2H2v2h28v-2H14v-2h14.801C29.463,26,30,25.463,30,24.801v-3.602C30,20.537,29.463,20,28.801,20H14v-2h14.801C29.463,18,30,17.463,30,16.8v-3.6c0-0.663-0.537-1.2-1.199-1.2H14v-2H28.801zM26,6h2v2h-2V6zM22,6h2v2h-2V6zM18,6h2v2h-2V6zM26,22h2v2h-2V22zM22,22h2v2h-2V22zM20,24h-2v-2h2V24zM26,14h2v2h-2V14zM22,14h2v2h-2V14zM18,14h2v2h-2V14z",s:"none",fl:"#333"}},f:{8:{p:"M28.801,10C29.463,10,30,9.463,30,8.8V5.2C30,4.537,29.463,4,28.801,4H3.2C2.537,4,2,4.537,2,5.2v3.6C2,9.463,2.537,10,3.2,10H12v2H3.2C2.537,12,2,12.537,2,13.2v3.6C2,17.463,2.537,18,3.2,18H12v2H3.2C2.537,20,2,20.537,2,21.199v3.602C2,25.463,2.537,26,3.2,26H12v2H2v2h28v-2H14v-2h14.801C29.463,26,30,25.463,30,24.801v-3.602C30,20.537,29.463,20,28.801,20H14v-2h14.801C29.463,18,30,17.463,30,16.8v-3.6c0-0.663-0.537-1.2-1.199-1.2H14v-2H28.801zM26,6h2v2h-2V6zM22,6h2v2h-2V6zM19,7L19,7L19,7L19,7L19,7zM26,22h2v2h-2V22zM22,22h2v2h-2V22zM19,23L19,23L19,23L19,23L19,23zM26,14h2v2h-2V14zM23,15L23,15L23,15L23,15L23,15zM18,14h2v2h-2V14z"},16:{},24:{p:"M28.801,10C29.463,10,30,9.463,30,8.8V5.2C30,4.537,29.463,4,28.801,4H3.2C2.537,4,2,4.537,2,5.2v3.6C2,9.463,2.537,10,3.2,10H12v2H3.2C2.537,12,2,12.537,2,13.2v3.6C2,17.463,2.537,18,3.2,18H12v2H3.2C2.537,20,2,20.537,2,21.199v3.602C2,25.463,2.537,26,3.2,26H12v2H2v2h28v-2H14v-2h14.801C29.463,26,30,25.463,30,24.801v-3.602C30,20.537,29.463,20,28.801,20H14v-2h14.801C29.463,18,30,17.463,30,16.8v-3.6c0-0.663-0.537-1.2-1.199-1.2H14v-2H28.801zM26,6h2v2h-2V6zM22,6h2v2h-2V6zM18,6h2v2h-2V6zM26,22h2v2h-2V22zM22,22h2v2h-2V22zM20,24h-2v-2h2V24zM26,14h2v2h-2V14zM22,14h2v2h-2V14zM18,14h2v2h-2V14z"},32:{},40:{p:"M28.801,10C29.463,10,30,9.463,30,8.8V5.2C30,4.537,29.463,4,28.801,4H3.2C2.537,4,2,4.537,2,5.2v3.6C2,9.463,2.537,10,3.2,10H12v2H3.2C2.537,12,2,12.537,2,13.2v3.6C2,17.463,2.537,18,3.2,18H12v2H3.2C2.537,20,2,20.537,2,21.199v3.602C2,25.463,2.537,26,3.2,26H12v2H2v2h28v-2H14v-2h14.801C29.463,26,30,25.463,30,24.801v-3.602C30,20.537,29.463,20,28.801,20H14v-2h14.801C29.463,18,30,17.463,30,16.8v-3.6c0-0.663-0.537-1.2-1.199-1.2H14v-2H28.801zM27,7L27,7L27,7L27,7L27,7zM22,6h2v2h-2V6zM18,6h2v2h-2V6zM26,22h2v2h-2V22zM23,23L23,23L23,23L23,23L23,23zM20,24h-2v-2h2V24zM26,14h2v2h-2V14zM22,14h2v2h-2V14zM19,15L19,15L19,15L19,15L19,15z"},48:{},56:{p:"M28.801,10C29.463,10,30,9.463,30,8.8V5.2C30,4.537,29.463,4,28.801,4H3.2C2.537,4,2,4.537,2,5.2v3.6C2,9.463,2.537,10,3.2,10H12v2H3.2C2.537,12,2,12.537,2,13.2v3.6C2,17.463,2.537,18,3.2,18H12v2H3.2C2.537,20,2,20.537,2,21.199v3.602C2,25.463,2.537,26,3.2,26H12v2H2v2h28v-2H14v-2h14.801C29.463,26,30,25.463,30,24.801v-3.602C30,20.537,29.463,20,28.801,20H14v-2h14.801C29.463,18,30,17.463,30,16.8v-3.6c0-0.663-0.537-1.2-1.199-1.2H14v-2H28.801zM26,6h2v2h-2V6zM22,6h2v2h-2V6zM18,6h2v2h-2V6zM26,22h2v2h-2V22zM22,22h2v2h-2V22zM20,24h-2v-2h2V24zM26,14h2v2h-2V14zM22,14h2v2h-2V14zM18,14h2v2h-2V14z"},64:{},72:{p:"M28.801,10C29.463,10,30,9.463,30,8.8V5.2C30,4.537,29.463,4,28.801,4H3.2C2.537,4,2,4.537,2,5.2v3.6C2,9.463,2.537,10,3.2,10H12v2H3.2C2.537,12,2,12.537,2,13.2v3.6C2,17.463,2.537,18,3.2,18H12v2H3.2C2.537,20,2,20.537,2,21.199v3.602C2,25.463,2.537,26,3.2,26H12v2H2v2h28v-2H14v-2h14.801C29.463,26,30,25.463,30,24.801v-3.602C30,20.537,29.463,20,28.801,20H14v-2h14.801C29.463,18,30,17.463,30,16.8v-3.6c0-0.663-0.537-1.2-1.199-1.2H14v-2H28.801zM26,6h2v2h-2V6zM22,6h2v2h-2V6zM19,7L19,7L19,7L19,7L19,7zM26,22h2v2h-2V22zM22,22h2v2h-2V22zM19,23L19,23L19,23L19,23L19,23zM26,14h2v2h-2V14zM23,15L23,15L23,15L23,15L23,15zM18,14h2v2h-2V14z"},80:{},90:{p:"M28.801,10C29.463,10,30,9.463,30,8.8V5.2C30,4.537,29.463,4,28.801,4H3.2C2.537,4,2,4.537,2,5.2v3.6C2,9.463,2.537,10,3.2,10H12v2H3.2C2.537,12,2,12.537,2,13.2v3.6C2,17.463,2.537,18,3.2,18H12v2H3.2C2.537,20,2,20.537,2,21.199v3.602C2,25.463,2.537,26,3.2,26H12v2H2v2h28v-2H14v-2h14.801C29.463,26,30,25.463,30,24.801v-3.602C30,20.537,29.463,20,28.801,20H14v-2h14.801C29.463,18,30,17.463,30,16.8v-3.6c0-0.663-0.537-1.2-1.199-1.2H14v-2H28.801zM26,6h2v2h-2V6zM22,6h2v2h-2V6zM18,6h2v2h-2V6zM26,22h2v2h-2V22zM22,22h2v2h-2V22zM20,24h-2v-2h2V24zM26,14h2v2h-2V14zM22,14h2v2h-2V14zM18,14h2v2h-2V14z"},100:{}}},{i:{a:{p:"M15,27c0,1.105-0.896,2-2,2s-2-0.895-2-2s0.896-2,2-2S15,25.895,15,27z",s:"none",o:0,t:"t0,0",fl:"#333"}},f:{0:{o:1,t:"t0,0"},5:{t:"t0,2"},40:{t:"t-11,2"},41:{o:0},50:{o:0,t:""},51:{o:1},56:{t:"t0,2"},91:{t:"t17,2"},92:{o:0},93:{t:""},100:{}}}]},"apple-logo":{d:0,it:1,sh:[{i:{a:{p:"M23.643,16.878c-0.035-3.546,2.893-5.247,3.022-5.332c-1.645-2.407-4.206-2.736-5.119-2.774c-2.181-0.221-4.255,1.284-5.362,1.284c-1.104,0-2.812-1.251-4.62-1.218c-2.376,0.035-4.567,1.382-5.792,3.51C3.303,16.633,5.14,22.98,7.546,26.455c1.177,1.701,2.579,3.611,4.42,3.543c1.772-0.07,2.443-1.146,4.587-1.146c2.144,0,2.747,1.146,4.623,1.111c1.908-0.035,3.117-1.733,4.285-3.439c1.351-1.974,1.906-3.884,1.939-3.982C27.357,22.522,23.68,21.113,23.643,16.878zM20.117,6.472C21.095,5.286,21.754,3.641,21.574,2c-1.407,0.058-3.114,0.938-4.124,2.121c-0.907,1.049-1.7,2.724-1.487,4.333C17.535,8.576,19.139,7.654,20.117,6.472z",s:"none",fl:"#5e5e5e"}},f:{}}]},bing:{d:0,it:1,sh:[{i:{a:{p:"M2.154,4v14.789h0.02C2.381,23.899,8.482,28,16,28c7.648,0,13.846-4.241,13.846-9.474c0-5.233-6.197-9.473-13.846-9.473c-3.346,0-6.416,0.812-8.811,2.165V4H2.154zM16,12.21c4.867,0,8.811,2.827,8.811,6.316c0,3.488-3.943,6.315-8.811,6.315c-4.865,0-8.811-2.827-8.811-6.315C7.189,15.037,11.135,12.21,16,12.21zM10.176,18.526c0-2.307,2.608-4.175,5.824-4.175c3.218,0,5.825,1.868,5.825,4.175c0,2.306-2.607,4.175-5.825,4.175C12.784,22.701,10.176,20.832,10.176,18.526z",s:"none",fl:"#0042CB"}},f:{}}]},bitbucket:{d:0,it:1,sh:[{i:{a:{p:"M16,2L16,2L16,2C9.323,2,3.872,3.795,3.872,6.023c0,0.587,1.456,9.004,2.033,12.342c0.259,1.496,4.128,3.691,10.091,3.691l0.008-0.018v0.018c5.965,0,9.833-2.195,10.09-3.691c0.578-3.338,2.035-11.755,2.035-12.342C28.129,3.795,22.676,2,16,2zM16,19.354c-2.13,0-3.854-1.727-3.854-3.855S13.87,11.643,16,11.643c2.129,0,3.856,1.727,3.856,3.855S18.129,19.354,16,19.354zM15.996,7.267C11.708,7.26,8.231,6.515,8.233,5.602c0.001-0.913,3.48-1.646,7.771-1.64c4.29,0.007,7.766,0.752,7.762,1.665C23.766,6.54,20.289,7.273,15.996,7.267zM25.145,22.186c0,0.033-0.004,0.068-0.008,0.102c-0.465,2.48-0.805,4.242-0.863,4.51C23.871,28.621,20.301,30,16,30l0,0l0,0l0,0l0,0c-4.3,0-7.87-1.379-8.274-3.203c-0.06-0.268-0.398-2.029-0.862-4.51c-0.006-0.033-0.009-0.068-0.009-0.102c0-0.328,0.208-0.475,0.429-0.475c0.185,0,0.332,0.131,0.332,0.131s2.986,2.363,8.385,2.365c5.399-0.002,8.383-2.365,8.383-2.365s0.148-0.131,0.332-0.131C24.938,21.711,25.145,21.857,25.145,22.186zM17.93,15.496c0,1.068-0.867,1.932-1.934,1.932c-1.066,0-1.934-0.863-1.934-1.932c0-1.066,0.867-1.932,1.934-1.932C17.063,13.564,17.93,14.43,17.93,15.496z",s:"none",fl:"#003366"}},f:{}}]},blogger:{d:0,it:1,sh:[{i:{a:{p:"M28.189,12.5h-1.536H26.62c-0.962,0-1.805-0.813-1.87-1.75l0,0c0-4.995-4.026-8.75-9.056-8.75h-4.589C6.079,2,2.003,6.047,2,11.042v9.92C2,25.956,6.079,30,11.105,30h9.8C25.936,30,30,25.956,30,20.962v-6.409C30,13.555,29.195,12.5,28.189,12.5zM10.75,9H16c0.963,0,1.75,0.788,1.75,1.75S16.963,12.5,16,12.5h-5.25C9.788,12.5,9,11.712,9,10.75S9.788,9,10.75,9zM21.25,23h-10.5C9.788,23,9,22.213,9,21.25s0.788-1.75,1.75-1.75h10.5c0.963,0,1.75,0.787,1.75,1.75S22.213,23,21.25,23z",s:"none",fl:"#FF6500"}},f:{}}]},concrete5:{d:0,it:1,sh:[{i:{a:{p:"M28.015,20.23c-2.751-3.279-6.985,3.637-9.267,5.133c-1.576,1.035-3.965,1.115-5.645,0.129c-2.296-1.35-1.593-4.58,0.832-5.383c2.159-0.713,5.93,1.559,7.299-0.715c1.688-2.801-4.078-3.457-5.783-3.391c-3.077,0.121-6.038,1.119-7.862,3.445c-1.965,2.506-1.516,5.535,0.65,7.809c2.207,2.133,5.403,2.957,8.583,2.695c0.805-0.066,2.184-0.41,3.24-0.988C22.158,27.818,28.569,20.895,28.015,20.23zM7.891,17.777c1.065,0.213-0.998-5.741-1.134-6.561c-0.163-0.991-0.529-2.389-1.512-2.534c-1.142-0.166-1.454,1.132-1.222,2.271C4.264,12.14,6.89,17.578,7.891,17.777zM16.709,14.703c1.65,0.234,1.537-7.689,1.539-8.766c0-0.967,0.379-3.651-0.928-3.903c-1.795-0.348-1.973,2.017-2.012,3.288C15.383,6.592,14.982,14.459,16.709,14.703zM20.641,15.971c1.803,0.754,3.184-7.251,3.383-8.277c0.201-1.047,0.234-3.266-1.559-2.563c-0.9,0.352-1.064,1.81-1.203,2.615C21.037,8.77,19.25,15.389,20.641,15.971zM11.967,15.297c2.031,0.152,0.117-7.898-0.045-8.972c-0.163-1.093-0.899-3.286-2.418-2.009c-0.762,0.64-0.418,2.127-0.276,2.962C9.362,8.358,10.398,15.18,11.967,15.297z",s:"none",fl:"#2F3130"}},f:{}}]},deviantart:{d:0,it:1,sh:[{i:{a:{p:"M17.363,13.129c-1.067-0.063-2.299,0.001-3.726,0.245l3.29,5.93L30,15.715c-0.141-0.335-0.347-0.663-0.62-0.979c-1.353-1.566-4.285-2.963-7.481-3.593v-0.001c-3.135-0.734-6.529-0.704-10.006-0.179c-0.126,0.019-0.25,0.039-0.374,0.06l-1.156-2.141C9.237,9.032,8.18,9.266,7.201,9.578l1.101,2.302c-1.798,0.697-3.274,1.689-4.338,2.883c-1.756,1.998-2.45,4.509-1.606,6.955c0.169,0.493,0.399,0.961,0.682,1.399l13.072-3.59l-3.63-6.723c0.125-0.024,0.252-0.048,0.381-0.072c5.87-1.047,9.081,0.571,10.84,2.292l-4.473,1.084L17.363,13.129zM6.777,19.128c-0.403-1.842-0.082-3.897,2.472-5.266l2,4.182L6.777,19.128z",s:"none",fl:"#D0DE21"}},f:{}}]},dribbble:{d:0,it:1,sh:[{i:{a:{p:"M16,30C8.268,30,2,23.732,2,16C2,8.269,8.268,2,16,2c7.73,0,14,6.269,14,14C30,23.732,23.73,30,16,30zM27.461,17.469c-2.746-0.359-5.184-0.387-7.355-0.051c0.9,2.563,1.652,5.324,2.244,8.232C25.098,23.838,27.027,20.889,27.461,17.469zM20.145,26.777c-0.555-3.246-1.318-6.164-2.301-8.857c-3.676,1.104-6.535,3.465-8.935,7.191c1.959,1.527,4.415,2.443,7.091,2.443C17.463,27.555,18.855,27.273,20.145,26.777zM4.443,16c0,2.859,1.045,5.471,2.765,7.488c2.934-4.299,6.233-6.539,9.841-7.582c-0.297-0.697-0.605-1.387-0.936-2.058c-3.221,0.97-7.034,1.479-11.646,1.69C4.461,15.693,4.443,15.844,4.443,16zM4.705,13.568c3.64-0.16,7.192-0.565,10.449-1.549c-1.24-2.216-2.697-4.298-4.358-6.327C7.729,7.244,5.445,10.116,4.705,13.568zM16,4.444c-1.014,0-1.99,0.144-2.926,0.388c1.605,1.769,3.066,3.918,4.359,6.384c2.248-0.928,4.311-2.205,6.111-3.956C21.52,5.511,18.887,4.444,16,4.444zM24.943,8.687c-1.885,1.911-4.037,3.334-6.594,4.378c0.35,0.753,0.678,1.537,0.996,2.338c2.596-0.402,5.328-0.314,8.182-0.021C27.395,12.848,26.453,10.529,24.943,8.687z",s:"none",fl:"#ea4c89"}},f:{}}]},github:{d:0,it:1,sh:[{i:{a:{p:"M25.221,6.262c0.217-0.696,0.502-2.242-0.287-4.224c0,0-1.396-0.443-4.559,1.671c-1.238-0.31-2.557-0.461-3.878-0.461c-1.45,0-2.917,0.185-4.286,0.559c-3.26-2.225-4.699-1.769-4.699-1.769c-0.94,2.351-0.359,4.09-0.184,4.523c-1.104,1.19-1.778,2.713-1.778,4.58c0,1.408,0.161,2.671,0.551,3.769l0.412,0.935c1.102,2.052,3.271,3.378,7.133,3.794c-0.547,0.365-1.107,0.996-1.334,2.053c-0.746,0.357-3.109,1.23-4.529-1.211c0,0-0.793-1.451-2.315-1.564c0,0-1.473-0.023-0.101,0.918c0,0,0.986,0.465,1.668,2.213c0,0,0.889,2.979,5.172,2.023v3.078c0,0-0.091,1.088-1.089,1.451c0,0-0.59,0.408,0.045,0.635c0,0,2.768,0.227,2.768-2.041v-3.355c0,0-0.109-1.332,0.544-1.795v5.512c0,0-0.046,1.316-0.725,1.816c0,0-0.454,0.814,0.544,0.59c0,0,1.904-0.273,1.994-2.496l0.044-5.578h0.458l0.043,5.578c0.092,2.223,1.994,2.496,1.994,2.496c1.002,0.225,0.547-0.59,0.547-0.59c-0.684-0.5-0.725-1.816-0.725-1.816v-5.463c0.654,0.508,0.545,1.746,0.545,1.746v3.355c0,2.268,2.766,2.041,2.766,2.041c0.635-0.227,0.047-0.635,0.047-0.635c-0.998-0.363-1.09-1.451-1.09-1.451v-4.4c0-1.715-0.723-2.623-1.434-3.104c4.123-0.408,6.098-1.738,7.01-3.805l0.326-0.922c0.305-1.1,0.396-2.365,0.396-3.776C27.217,9.116,26.455,7.495,25.221,6.262zM16.465,18.879c-4.488,0-8.126-0.678-8.126-5.014c0-1.039,0.511-2.003,1.386-2.804c1.463-1.334,3.936-0.628,6.74-0.628c2.795,0,5.26-0.713,6.725,0.612l0,0c0.887,0.803,1.406,1.772,1.406,2.819C24.596,18.746,20.957,18.879,16.465,18.879zM12.071,11.68c-0.935,0-1.692,1.09-1.692,2.434s0.758,2.434,1.692,2.434s1.69-1.09,1.69-2.434S13.006,11.681,12.071,11.68zM21.146,11.68c-0.934,0-1.691,1.09-1.691,2.434s0.758,2.434,1.691,2.434s1.691-1.09,1.691-2.434S22.08,11.681,21.146,11.68z",
s:"none",fl:"#000"}},f:{}}]},"github-alt":{d:0,it:1,sh:[{i:{a:{p:"M27.934,9.756c0.293-0.941,0.678-3.028-0.389-5.704c0,0-1.885-0.599-6.154,2.255c-1.672-0.417-3.453-0.621-5.238-0.621c-1.957,0-3.938,0.249-5.787,0.753C5.963,3.437,4.02,4.052,4.02,4.052C2.75,7.227,3.534,9.575,3.773,10.16c-1.491,1.608-2.402,3.665-2.402,6.186c0,1.9,0.218,3.607,0.745,5.086l0.556,1.264c1.488,2.77,4.418,4.561,9.633,5.123c2.648,0.262,5.5,0.219,7.881,0.01c5.568-0.555,8.234-2.352,9.469-5.141l0.441-1.244c0.41-1.482,0.533-3.193,0.533-5.098C30.629,13.609,29.6,11.421,27.934,9.756zM16.111,26.793c-6.062,0-10.975-0.916-10.975-6.771c0-1.404,0.689-2.705,1.871-3.785c1.977-1.803,5.314-0.85,9.104-0.85c3.771,0,7.102-0.961,9.076,0.828l0,0c1.201,1.082,1.904,2.393,1.904,3.807C27.092,26.611,22.174,26.793,16.111,26.793zM10.176,17.07c-1.26,0-2.285,1.473-2.285,3.289c0,1.811,1.025,3.285,2.285,3.285c1.263,0,2.281-1.475,2.281-3.285C12.457,18.543,11.438,17.07,10.176,17.07zM22.432,17.07c-1.262,0-2.285,1.473-2.285,3.289c0,1.811,1.023,3.285,2.285,3.285c1.26,0,2.283-1.475,2.283-3.285C24.715,18.543,23.691,17.07,22.432,17.07z",s:"none",fl:"#000"}},f:{}}]},instagram:{d:0,it:1,sh:[{i:{a:{p:"M5.594,2h20.813C28.383,2,30,3.617,30,5.594v20.813C30,28.385,28.383,30,26.406,30H5.594C3.617,30,2,28.385,2,26.406V5.594C2,3.617,3.617,2,5.594,2L5.594,2zM22.396,5.111c-0.693,0-1.26,0.566-1.26,1.26v3.018c0,0.693,0.566,1.262,1.26,1.262h3.166c0.693,0,1.26-0.568,1.26-1.262V6.371c0-0.693-0.566-1.26-1.26-1.26H22.396L22.396,5.111zM26.836,13.842h-2.465c0.234,0.762,0.359,1.568,0.359,2.402c0,4.658-3.896,8.432-8.703,8.432s-8.703-3.773-8.703-8.432c0-0.834,0.125-1.641,0.359-2.402H5.111V25.67c0,0.611,0.502,1.113,1.113,1.113h19.498c0.613,0,1.113-0.502,1.113-1.113V13.842L26.836,13.842zM16.027,10.49c-3.105,0-5.623,2.439-5.623,5.451c0,3.008,2.518,5.447,5.623,5.447s5.623-2.439,5.623-5.447C21.65,12.93,19.133,10.49,16.027,10.49z",s:"none",fl:"#3D6B92"}},f:{}}]},opera:{d:0,it:1,sh:[{i:{a:{p:"M15.945,2C8.298,2,2.801,7.548,2.801,15.869C2.801,23.275,8.146,30,15.947,30c7.877,0,13.252-6.723,13.252-14.131C29.199,7.481,23.525,2,15.945,2zM20.822,15.632c-0.002,4.632-0.25,11.224-4.875,11.224v0.002c-4.561,0-4.742-6.598-4.742-11.22c0-5.425,0.507-10.625,4.742-10.625C20.182,5.013,20.822,10.278,20.822,15.632z",s:"none",fl:"#E01326"}},f:{}}]},reddit:{d:0,it:1,sh:[{i:{a:{p:"M30,16.113c0.017,1.123-0.509,2.118-1.425,2.771c-0.235,0.168-0.528,0.175-0.487,0.486c0.026,0.2,0.041,0.403,0.041,0.605c0,0.727-0.133,1.449-0.405,2.123c-1.047,2.594-3.723,4.184-6.253,5.036c-5.095,1.719-12.703,1.128-16.231-3.452c-0.824-1.068-1.337-2.346-1.337-3.707c0-0.19,0.015-0.381,0.04-0.57c0.042-0.317-0.259-0.341-0.498-0.519c-0.558-0.416-1.02-1.002-1.267-1.655c-0.999-2.646,2.035-4.462,4.313-4.106c0.645,0.101,1.253,0.353,1.783,0.733c0.509-0.266,1.054-0.51,1.587-0.726c1.479-0.598,3.08-0.879,4.66-1.042c0.451-0.046,0.749,0.133,0.767-0.382c0.011-0.319,0.04-0.637,0.084-0.953c0.093-0.656,0.28-1.273,0.627-1.842c0.622-1.092,1.71-1.656,2.935-1.736c1.084-0.071,2.182,0.158,3.183,0.564c0.537-0.79,1.339-1.256,2.271-1.39c1.824-0.262,3.922,0.931,3.883,2.962c0,3.933-6.643,4.029-6.643,0.072c-0.236-0.417-1.527-0.602-2.04-0.638c-0.704-0.049-1.449,0.047-1.89,0.671c-0.534,0.756-0.635,1.739-0.635,2.638c1.246,0.076,2.49,0.269,3.696,0.591c0.979,0.262,1.927,0.634,2.823,1.106c0.634,0.076,1.558-0.696,2.369-0.746C27.822,12.894,29.814,14.128,30,16.113zM6.732,14.855c-0.887-0.243-1.541-0.313-2.338,0.297c-0.722,0.66-0.764,1.798,0.086,2.395C5.018,16.488,5.815,15.6,6.732,14.855C6.568,14.811,6.258,15.24,6.732,14.855zM26.346,20.012c0-4.398-5.765-6.076-9.311-6.296c-2.477-0.154-5.108,0.207-7.356,1.297C7.6,16.02,5.475,17.886,5.701,20.414c0.181,2.026,1.975,3.579,3.676,4.439c2.181,1.14,4.606,1.502,7.043,1.502c2.307,0,4.764-0.612,6.755-1.782C24.744,23.651,26.419,21.971,26.346,20.012zM20.91,22.303c-0.821-0.428-1.931,0.497-2.738,0.725c-1.1,0.311-2.271,0.403-3.404,0.251c-1.101-0.148-1.871-0.684-2.859-1.046c-0.631-0.214-1.315,0.247-1.144,0.964c0.193,0.809,1.804,1.249,2.498,1.448c1.078,0.309,2.207,0.362,3.321,0.29c1.235-0.081,2.445-0.372,3.574-0.884C20.891,23.719,21.891,23.031,20.91,22.303C20.744,22.18,21.072,22.371,20.91,22.303zM23.375,9.279c-0.088,1.876,2.92,1.856,3.145,0.07C26.659,7.455,23.375,7.337,23.375,9.279zM28.199,16.291c0-1.41-1.807-1.964-2.9-1.436c0.927,0.748,1.747,1.64,2.254,2.727C27.94,17.249,28.199,16.81,28.199,16.291z",s:"none",fl:"#000"}},f:{}},{i:{a:{p:"M13.5,18.75c0,0.967-0.784,1.75-1.75,1.75S10,19.717,10,18.75S10.784,17,11.75,17S13.5,17.783,13.5,18.75zM20.25,17c-0.967,0-1.75,0.783-1.75,1.75s0.783,1.75,1.75,1.75S22,19.717,22,18.75S21.217,17,20.25,17z",s:"none",fl:"#FF4500"}},f:{}}]},soundcloud:{d:0,it:1,sh:[{i:{a:{p:"M26.39,15.06c-0.495,0-0.967,0.097-1.396,0.27c-0.287-3.127-3.016-5.58-6.344-5.58c-0.814,0-1.604,0.154-2.306,0.415C16.072,10.266,16,10.37,16,10.572V21.59c0,0.213,0.17,0.39,0.387,0.41c0.009,0.001,9.939,0,10.004,0C28.385,22,30,20.446,30,18.53S28.383,15.06,26.39,15.06zM12.938,22h0.875l0.438-6.131L13.813,9.75h-0.875L12.5,15.869L12.938,22zM10.313,22H9.438L9,17.55l0.438-4.3h0.875l0.438,4.375L10.313,22zM5.938,22h0.875l0.438-3.5L6.813,15H5.938L5.5,18.5L5.938,22zM2.438,20.25h0.875L3.75,18.5l-0.438-1.75H2.438L2,18.5L2.438,20.25z",s:"none",fl:"#FE4800"}},f:{}}]},tumblr:{d:0,it:1,sh:[{i:{a:{p:"M25,28.475c-1.191,0.563-2.277,0.957-3.246,1.188C20.781,29.885,19.734,30,18.605,30c-1.281,0-2.035-0.162-3.017-0.484c-0.982-0.324-1.822-0.785-2.516-1.379c-0.696-0.602-1.177-1.236-1.446-1.912c-0.267-0.676-0.402-1.654-0.402-2.93v-9.822H7.421V9.509c1.1-0.358,2.377-0.869,3.156-1.536c0.787-0.668,1.415-1.47,1.891-2.404C12.944,4.635,13.271,3.443,13.45,2h3.98v6.476h6.473v4.997H17.43v7.18c0,1.627-0.02,2.561,0.152,3.021c0.172,0.457,0.598,0.934,1.063,1.209c0.621,0.371,1.332,0.557,2.129,0.557c1.418,0,2.828-0.459,4.227-1.381V28.475L25,28.475z",s:"none",fl:"#2C4762"}},f:{}}]},vimeo:{d:0,it:1,sh:[{i:{a:{p:"M2,10.217l1.137,1.491c0,0,2.345-1.849,3.127-0.924c0.781,0.924,3.766,12.085,4.762,14.144c0.87,1.806,3.268,4.192,5.898,2.487c2.628-1.704,11.371-9.168,12.935-17.981c1.563-8.811-10.52-6.965-11.8,0.711c3.199-1.92,4.906,0.781,3.27,3.839c-1.634,3.055-3.127,5.047-3.908,5.047c-0.781,0-1.381-2.044-2.275-5.617c-0.924-3.694-0.918-10.349-4.761-9.594C6.763,4.53,2,10.217,2,10.217z",s:"none",fl:"#172322"}},f:{}}]},vk:{d:0,it:1,sh:[{i:{a:{p:"M24.752,24.035c-0.043,0-0.088,0-0.131,0c-1.42-0.232-2.389-1.234-3.213-2.162c-0.467-0.525-1.18-1.711-2.033-1.574c-1.209,0.195-0.609,2.262-1.115,3.146c-0.408,0.717-2.146,0.586-3.342,0.459c-3.784-0.4-5.716-2.42-7.41-4.59c-1.812-2.318-3.221-4.744-4.524-7.408C2.562,11.045,2,10.09,2,9.023c0.613-0.5,1.613-0.328,2.623-0.328c0.855,0,2.192-0.188,2.818,0.131C7.814,9.016,8.19,10.02,8.49,10.66c0.691,1.473,1.326,2.535,2.164,3.738c0.364,0.523,0.921,1.508,1.572,1.379c0.637-0.129,0.695-1.691,0.723-2.691c0.031-1.133,0-2.543-0.328-3.145c-0.309-0.568-0.872-0.58-1.442-0.918c0.475-0.955,1.774-1.05,3.345-1.05c1.316,0,3.156-0.146,3.672,0.722c0.523,0.883,0.164,2.477,0.131,3.672c-0.037,1.34-0.268,2.727,0.656,3.344c0.713-0.078,1.094-0.77,1.508-1.313c0.904-1.184,1.465-2.211,2.162-3.738c0.287-0.625,0.596-1.703,1.117-1.898c0.789-0.301,2.053-0.066,3.211-0.066c0.949,0,2.646-0.262,2.951,0.393c0.252,0.545-0.49,1.916-0.723,2.295c-0.877,1.441-1.738,2.355-2.688,3.605c-0.379,0.5-1.16,1.301-1.113,2.098c0.035,0.609,0.645,1.072,1.113,1.508c1.02,0.945,1.732,1.635,2.557,2.689c0.313,0.396,0.982,1.256,0.918,1.77C29.797,24.654,26.023,23.65,24.752,24.035z",s:"none",fl:"#4B6E95"}},f:{}}]},xing:{d:0,it:1,sh:[{i:{a:{p:"M25.334,2H6.667C4.101,2,2,4.101,2,6.667v18.665C2,27.902,4.101,30,6.667,30h18.667C27.9,30,30,27.902,30,25.332V6.667C30,4.101,27.9,2,25.334,2zM10.525,20.232H7.482c-0.183,0-0.319-0.082-0.397-0.207c-0.08-0.131-0.084-0.299,0-0.467l3.233-5.705c0.002-0.006,0.002-0.01,0-0.018l-2.058-3.561c-0.085-0.169-0.098-0.337-0.018-0.467c0.078-0.126,0.231-0.19,0.415-0.19h3.043c0.467,0,0.695,0.301,0.846,0.571c0,0,2.08,3.627,2.092,3.646c-0.123,0.217-3.283,5.809-3.283,5.809C11.199,19.926,10.98,20.232,10.525,20.232zM24.912,6.116l-6.736,11.911c-0.004,0.006-0.004,0.014,0,0.02l4.289,7.836c0.084,0.17,0.088,0.34,0.006,0.471c-0.078,0.125-0.221,0.193-0.404,0.193h-3.039c-0.465,0-0.699-0.309-0.85-0.578c0,0-4.311-7.91-4.322-7.932c0.215-0.381,6.77-12.005,6.77-12.005c0.164-0.293,0.361-0.58,0.814-0.58h3.074c0.184,0,0.326,0.069,0.404,0.194C24.998,5.776,24.996,5.948,24.912,6.116z",s:"none",fl:"#036567"}},f:{}}]},yahoo:{d:0,it:1,sh:[{i:{a:{p:"M28.762,11.326H17.66l0.428,1.731h3.031L16.02,17.66c-1.04-1.436-3.479-4.433-5.18-6.903h3.797V9.023H2v1.733h3.753c1.456,1.135,7.028,8.104,7.259,8.798c0.093,0.65,0.178,4.488-0.094,4.777c-0.547,0.582-3.047,0.43-3.65,0.473l-0.208,1.188c1.101,0.035,4.683-0.088,5.796-0.088c2.194,0,6.039-0.008,6.582,0.033l0.067-1.248c-0.558-0.094-3.582-0.012-4-0.105c-0.094-0.604-0.194-4.643-0.102-5.059c0.418-1.207,6.777-6.13,7.473-6.316c0.156-0.032,0.391-0.095,0.656-0.153h2.048L28.762,11.326zM26.424,23.99l0.011,1.867l0.861,0.074L28.225,26l0.273-1.826l-0.98-0.049L26.424,23.99zM26.72,22.764l1.699,0.137l1.981-7.652c-0.331-0.012-3.338-0.297-3.729-0.373L26.72,22.764z",s:"none",fl:"#7B0099"}},f:{}}]},"address-book":{d:1400,it:1,sh:[{i:{a:{p:"M10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6zM10,6L10,6L10,6L10,6L10,6zM10,6L10,6L10,6L10,6L10,6zM10,6L10,6L10,6L10,6L10,6zM10,6L10,6L10,6L10,6L10,6zM10,6L10,6L10,6L10,6L10,6z",s:"none",fl:"#333"}},f:{5:{},15:{p:"M16.778,11.77c-0.395-0.162-0.553-0.613-0.553-0.613s-0.178,0.104-0.178-0.182c0-0.287,0.178,0.182,0.355-0.918c0,0,0.494-0.145,0.396-1.329h-0.117c0,0,0.297-1.266,0-1.693c-0.299-0.43-0.402-0.771-1.07-0.92c-0.613-0.136-0.414-0.123-0.891-0.102c-0.475,0.021-0.871,0.246-0.871,0.387c0,0-0.297,0.021-0.416,0.145c-0.119,0.121-0.316,0.693-0.316,0.836c0,0.145,0.133,1.102,0.232,1.307l-0.152,0.041c-0.1,1.184,0.395,1.329,0.395,1.329c0.18,1.1,0.357,0.631,0.357,0.918c0,0.285-0.178,0.182-0.178,0.182s-0.158,0.451-0.555,0.613s-2.594,1.039-2.773,1.225C10.267,13.178,10.288,14,10.288,14h9.424c0,0,0.02-0.822-0.16-1.006C19.372,12.809,17.175,11.932,16.778,11.77zM24,10h-2V8h2V10zM24,14h-2v-2h2V14zM10,16L10,16L10,16L10,16L10,16zM10,20L10,20L10,20L10,20L10,20zM10,24L10,24L10,24L10,24L10,24z"},25:{p:"M16.778,11.77c-0.395-0.162-0.553-0.613-0.553-0.613s-0.178,0.104-0.178-0.182c0-0.287,0.178,0.182,0.355-0.918c0,0,0.494-0.145,0.396-1.329h-0.117c0,0,0.297-1.266,0-1.693c-0.299-0.43-0.402-0.771-1.07-0.92c-0.613-0.136-0.414-0.123-0.891-0.102c-0.475,0.021-0.871,0.246-0.871,0.387c0,0-0.297,0.021-0.416,0.145c-0.119,0.121-0.316,0.693-0.316,0.836c0,0.145,0.133,1.102,0.232,1.307l-0.152,0.041c-0.1,1.184,0.395,1.329,0.395,1.329c0.18,1.1,0.357,0.631,0.357,0.918c0,0.285-0.178,0.182-0.178,0.182s-0.158,0.451-0.555,0.613s-2.594,1.039-2.773,1.225C10.267,13.178,10.288,14,10.288,14h9.424c0,0,0.02-0.822-0.16-1.006C19.372,12.809,17.175,11.932,16.778,11.77zM24,10h-2V8h2V10zM24,14h-2v-2h2V14zM24,18H10v-2h14V18zM10,20L10,20L10,20L10,20L10,20zM10,24L10,24L10,24L10,24L10,24z"},35:{p:"M16.778,11.77c-0.395-0.162-0.553-0.613-0.553-0.613s-0.178,0.104-0.178-0.182c0-0.287,0.178,0.182,0.355-0.918c0,0,0.494-0.145,0.396-1.329h-0.117c0,0,0.297-1.266,0-1.693c-0.299-0.43-0.402-0.771-1.07-0.92c-0.613-0.136-0.414-0.123-0.891-0.102c-0.475,0.021-0.871,0.246-0.871,0.387c0,0-0.297,0.021-0.416,0.145c-0.119,0.121-0.316,0.693-0.316,0.836c0,0.145,0.133,1.102,0.232,1.307l-0.152,0.041c-0.1,1.184,0.395,1.329,0.395,1.329c0.18,1.1,0.357,0.631,0.357,0.918c0,0.285-0.178,0.182-0.178,0.182s-0.158,0.451-0.555,0.613s-2.594,1.039-2.773,1.225C10.267,13.178,10.288,14,10.288,14h9.424c0,0,0.02-0.822-0.16-1.006C19.372,12.809,17.175,11.932,16.778,11.77zM24,10h-2V8h2V10zM24,14h-2v-2h2V14zM24,18H10v-2h14V18zM24,22H10v-2h14V22zM10,24L10,24L10,24L10,24L10,24z"},45:{p:"M16.778,11.77c-0.395-0.162-0.553-0.613-0.553-0.613s-0.178,0.104-0.178-0.182c0-0.287,0.178,0.182,0.355-0.918c0,0,0.494-0.145,0.396-1.329h-0.117c0,0,0.297-1.266,0-1.693c-0.299-0.43-0.402-0.771-1.07-0.92c-0.613-0.136-0.414-0.123-0.891-0.102c-0.475,0.021-0.871,0.246-0.871,0.387c0,0-0.297,0.021-0.416,0.145c-0.119,0.121-0.316,0.693-0.316,0.836c0,0.145,0.133,1.102,0.232,1.307l-0.152,0.041c-0.1,1.184,0.395,1.329,0.395,1.329c0.18,1.1,0.357,0.631,0.357,0.918c0,0.285-0.178,0.182-0.178,0.182s-0.158,0.451-0.555,0.613s-2.594,1.039-2.773,1.225C10.267,13.178,10.288,14,10.288,14h9.424c0,0,0.02-0.822-0.16-1.006C19.372,12.809,17.175,11.932,16.778,11.77zM24,10h-2V8h2V10zM24,14h-2v-2h2V14zM24,18H10v-2h14V18zM24,22H10v-2h14V22zM24,26H10v-2h14V26z"},69:{},70:{p:"M10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6L10,6zM10,6L10,6L10,6L10,6L10,6zM10,6L10,6L10,6L10,6L10,6zM10,6L10,6L10,6L10,6L10,6zM10,6L10,6L10,6L10,6L10,6zM10,6L10,6L10,6L10,6L10,6z"},100:{}}},{i:{a:{p:"M28,2H6.9c-0.552,0-1,0.448-1,1v3h-1c-0.553,0-1,0.447-1,1s0.447,1,1,1h1v6h-1c-0.553,0-1,0.447-1,1c0,0.552,0.447,1,1,1h1v6h-1c-0.553,0-1,0.447-1,1s0.447,1,1,1h1v3.1C6,30,6,30,8.7,30H28c0.553,0,1-0.447,1-1V3C29,2.448,28.553,2,28,2zM26,28H9c-0.552,0-1-0.447-1-1V5c0-0.552,0.448-1,1-1h16.9C26.453,4,27,4.548,27,5.1v22C27,27.652,26.553,28,26,28z",o:0,s:"none",fl:"#333"}},f:{5:{o:1},70:{},75:{o:0},100:{}}},{i:{a:{p:"M4.9,6h2c0.553,0,1,0.447,1,1s-0.447,1-1,1h-2c-0.553,0-1-0.447-1-1S4.348,6,4.9,6zM3.9,15c0,0.552,0.447,1,1,1h2c0.553,0,1-0.448,1-1c0-0.553-0.447-1-1-1h-2C4.348,14,3.9,14.447,3.9,15zM3.9,23c0,0.553,0.447,1,1,1h2c0.553,0,1-0.447,1-1s-0.447-1-1-1h-2C4.348,22,3.9,22.447,3.9,23zM29,4v25.063C29,30,28,30,28,30H8.838C6.7,30,5.9,27,5.9,27v-2H7c2.063,0,1.9-2,1.9-2C8.94,20.9,7,20.9,7,20.9H5.9V17H7c1.875,0,1.9-2,1.9-2c0-2-1.9-2-1.9-2H5.9V9.1H7C8.9,9.1,8.9,7,8.9,7C8.9,4.9,7,4.9,7,4.9H5.9V3c0-0.7,0.4-1,1.1-1h17.9c0.553,0,1,0.447,1,1H28C29,3,29,4,29,4zM10,20h14V8H10V20zM27,4.2l-1-0.3V26c0,0.553-0.447,1-1,1H7.9c0,0.9,1.1,1,1.1,1h17c0.9,0,1-1,1-1V4.2zM18.778,15.769c-0.395-0.162-0.553-0.613-0.553-0.613s-0.178,0.104-0.178-0.182c0-0.287,0.178,0.182,0.355-0.918c0,0,0.494-0.145,0.396-1.328h-0.117c0,0,0.297-1.266,0-1.693c-0.299-0.43-0.402-0.771-1.07-0.92c-0.613-0.136-0.414-0.123-0.891-0.102c-0.475,0.021-0.871,0.246-0.871,0.387c0,0-0.297,0.021-0.416,0.145c-0.119,0.121-0.316,0.693-0.316,0.836c0,0.145,0.133,1.102,0.232,1.307l-0.152,0.041c-0.1,1.184,0.395,1.328,0.395,1.328c0.18,1.1,0.357,0.631,0.357,0.918c0,0.285-0.178,0.182-0.178,0.182s-0.158,0.451-0.555,0.613s-2.594,1.039-2.773,1.225C12.267,17.178,12.288,18,12.288,18h9.424c0,0,0.02-0.822-0.16-1.006C21.372,16.808,19.175,15.931,18.778,15.769z",o:1,s:"none",fl:"#333"}},f:{5:{o:0},70:{},75:{o:1},100:{}}}]},albums:{d:1e3,it:1,sh:[{i:{a:{p:"M16.742,12H14.6c-0.331,0-0.6,0.269-0.6,0.6v7.523C13.686,20.049,13.353,20,13,20c-1.657,0-3.2,0.895-3.2,2s1.543,2,3.2,2s3-0.895,3-2v-8c1,0,2,2,2,4c0,0,1.188-2.408,0.594-3.699C18,13,17,13,16.742,12z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M26,24L26,24h2.801C29.463,24,30,23.463,30,22.801V5.2C30,4.537,29.463,4,28.801,4H7.2C6.537,4,6,4.537,6,5.2V8l0,0h2V6h20v16h-2V24z",o:1,t:"",s:"none",fl:"#333"}},f:{5:{p:"M6.302,23.596C6.521,23.844,6.842,24,7.2,24h21.601C29.463,24,30,23.463,30,22.801V5.2C30,4.537,29.463,4,28.801,4H7.2C6.537,4,6,4.537,6,5.2v17.601C6,23.105,6.114,23.385,6.302,23.596L8,22V6h20v16H8L6.302,23.596z"},16.5:{},33:{t:"t-4,4"},50:{},83:{o:0,t:"t-33,31"},84:{o:0,t:"t9,-11",p:"M26,24L26,24h2.801C29.463,24,30,23.463,30,22.801V5.2C30,4.537,29.463,4,28.801,4H7.2C6.537,4,6,4.537,6,5.2V8l0,0h2V6h20v16h-2V24z"},100:{o:1,t:""}}},{i:{a:{p:"M2.302,27.596C2.521,27.844,2.842,28,3.2,28h21.601C25.463,28,26,27.463,26,26.801V9.2C26,8.537,25.463,8,24.801,8H3.2C2.537,8,2,8.537,2,9.2v17.601C2,27.105,2.114,27.385,2.302,27.596L4,26V10h20v16H4L2.302,27.596z",o:1,t:"",s:"none",fl:"#333"}},f:{33:{o:0,t:"t-30,27"},34:{t:"t11,-13"},50:{o:1,t:"t4,-4"},66.5:{},68:{p:"M2.302,27.596C2.521,27.844,2.842,28,3.2,28h21.601C25.463,28,26,27.463,26,26.801V9.2C26,8.537,25.463,8,24.801,8H3.2C2.537,8,2,8.537,2,9.2v17.601C2,27.105,2.114,27.385,2.302,27.596L4,26V10h20v16H4L2.302,27.596z"},83:{t:""},100:{}}}]},anchor:{d:1e3,it:1,sh:[{i:{a:{p:"M28.801,20h-5.602c-0.662,0-0.818,0.381-0.352,0.848l1.848,1.848c-1.621,2.105-3.982,3.598-6.695,4.102V10.445C19.191,9.752,20,8.477,20,7c0-2.209-1.791-4-4-4s-4,1.791-4,4c0,1.477,0.81,2.752,2,3.445v16.352c-2.713-0.504-5.074-1.996-6.695-4.102l1.847-1.848C9.62,20.381,9.463,20,8.8,20H3.2C2.537,20,2,20.537,2,21.199v5.602c0,0.662,0.38,0.818,0.849,0.35l2.328-2.328C7.74,27.971,11.621,30,16,30s8.26-2.029,10.822-5.178l2.33,2.33C29.619,27.619,30,27.463,30,26.801v-5.602C30,20.537,29.463,20,28.801,20zM16,5c1.104,0,2,0.896,2,2s-0.896,2-2,2s-2-0.896-2-2S14.896,5,16,5z",s:"none",t:"t0,0r0",fl:"#333"}},f:{0:{t:"t0,-32r-20"},40:{t:"t0,0r-20",e:">"},50:{},70:{t:"",e:"bounce"},100:{}}}]},"archive-add":{d:1400,it:1,sh:[{i:{a:{p:"M26,28H6V4h20V28z",t:"t29,0",o:.5,s:"none",fl:"#333"}},f:{10:{},30:{t:""},70:{},80:{o:0},85:{t:"t29,0"},90:{o:.5},100:{}}},{i:{a:{p:"M26,28H6V4h20V28z",t:"t29,0",o:.5,s:"none",fl:"#333"}},f:{30:{},50:{t:""},70:{},80:{o:0},85:{t:"t29,0"},90:{o:.5},100:{}}},{i:{a:{p:"M26,28H6V4h20V28z",t:"t29,0",o:.5,s:"none",fl:"#333"}},f:{50:{},70:{t:""},80:{o:0},85:{t:"t29,0"},90:{o:.5},100:{}}},{i:{a:{p:"M28,3.2v25.601C28,29.463,27.463,30,26.801,30H22v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2V8h2V6h-2V4h2V2h2.801C27.463,2,28,2.537,28,3.2z",o:1,s:"none",fl:"#333"}},f:{10:{o:0},80:{},90:{o:1},100:{}}},{i:{a:{p:"M22,26h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2V8h2V6h-2V4h2V2H5.2C4.537,2,4,2.537,4,3.2v25.601C4,29.463,4.537,30,5.2,30H22V26zM16.868,12.424l-4.444,4.4c-0.233,0.234-0.614,0.234-0.848,0l-4.442-4.4C6.901,12.19,6.979,12,7.31,12H10V8.6C10,8.269,10.269,8,10.6,8H13.4C13.731,8,14,8.269,14,8.6V12h2.692C17.021,12,17.099,12.19,16.868,12.424z",s:"none",fl:"#333"}},f:{}}]},"archive-extract":{d:1400,it:1,sh:[{i:{a:{p:"M26,28H6V4h20V28z",o:0,s:"none",fl:"#333"}},f:{10:{o:.3},30:{o:1,t:"t29,0"},70:{},80:{o:0},85:{t:""},100:{}}},{i:{a:{p:"M26,28H6V4h20V28z",o:0,s:"none",fl:"#333"}},f:{10:{o:.3},30:{},50:{o:1,t:"t29,0"},70:{},80:{o:0},85:{t:""},100:{}}},{i:{a:{p:"M26,28H6V4h20V28z",o:0,s:"none",fl:"#333"}},f:{10:{o:.3},50:{},70:{o:1,t:"t29,0"},80:{o:0},85:{t:""},100:{}}},{i:{a:{p:"M28,3.2v25.601C28,29.463,27.463,30,26.801,30H22v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2V8h2V6h-2V4h2V2h2.801C27.463,2,28,2.537,28,3.2z",o:1,s:"none",fl:"#333"}},f:{10:{o:0},80:{},90:{o:1},100:{}}},{i:{a:{p:"M22,4V2H5.2C4.537,2,4,2.537,4,3.2v25.601C4,29.463,4.537,30,5.2,30H22v-4h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2V8h2V6h-2V4H22zM16.69,12H14v3.4c0,0.331-0.269,0.6-0.6,0.6h-2.801c-0.331,0-0.6-0.269-0.6-0.6V12H7.308c-0.328,0-0.406-0.19-0.176-0.424l4.443-4.4c0.233-0.234,0.614-0.234,0.848,0l4.443,4.4C17.099,11.81,17.021,12,16.69,12z",s:"none",fl:"#333"}},f:{}}]},asterisk:{d:500,it:1,sh:[{i:{a:{p:"M24.444,12.999c-0.662,0-0.818-0.38-0.352-0.849l2.514-2.513c0.783-0.785,0.463-2.366-0.707-3.538c-1.172-1.17-2.754-1.489-3.537-0.707l-2.516,2.515c-0.467,0.469-0.848,0.312-0.848-0.352V4c0-1.104-1.344-2-3-2s-3,0.896-3,2v3.558c0,0.663-0.38,0.82-0.849,0.352L9.635,5.394C8.854,4.612,7.271,4.93,6.1,6.101S4.611,8.855,5.393,9.636l2.515,2.516C8.376,12.62,8.219,13,7.556,13H3.999c-1.104,0-2,1.344-2,3s0.896,3,2,3h3.556c0.663,0,0.82,0.381,0.352,0.85l-2.514,2.514C4.611,23.145,4.929,24.729,6.1,25.9c1.171,1.17,2.755,1.486,3.535,0.707l2.516-2.516c0.469-0.469,0.849-0.311,0.849,0.352V28c0,1.105,1.344,2,3,2s3-0.895,3-2v-3.557c0-0.662,0.381-0.818,0.848-0.352l2.516,2.516c0.783,0.781,2.365,0.463,3.537-0.707c1.17-1.172,1.488-2.754,0.707-3.537l-2.514-2.514c-0.467-0.467-0.311-0.848,0.352-0.848h3.555c1.107-0.002,2-1.346,2.002-3.002c-0.002-1.656-0.895-3-2.002-3.001H24.444z",o:.8,t:"s0.6",s:"none",fl:"#333"}},f:{0:{o:.8},70:{t:"s1.4",o:0},80:{t:"s0.6"},100:{o:.8}},fIE:{0:{o:.8,t:"s0.6,0.6,14.5,14.5"},70:{t:"s1.4,1.4,14.5,14.5",o:0},80:{t:"s0.6,0.6,14.5,14.5"},100:{o:.8}}},{i:{a:{p:"M24.444,12.999c-0.662,0-0.818-0.38-0.352-0.849l2.514-2.513c0.783-0.785,0.463-2.366-0.707-3.538c-1.172-1.17-2.754-1.489-3.537-0.707l-2.516,2.515c-0.467,0.469-0.848,0.312-0.848-0.352V4c0-1.104-1.344-2-3-2s-3,0.896-3,2v3.558c0,0.663-0.38,0.82-0.849,0.352L9.635,5.394C8.854,4.612,7.271,4.93,6.1,6.101S4.611,8.855,5.393,9.636l2.515,2.516C8.376,12.62,8.219,13,7.556,13H3.999c-1.104,0-2,1.344-2,3s0.896,3,2,3h3.556c0.663,0,0.82,0.381,0.352,0.85l-2.514,2.514C4.611,23.145,4.929,24.729,6.1,25.9c1.171,1.17,2.755,1.486,3.535,0.707l2.516-2.516c0.469-0.469,0.849-0.311,0.849,0.352V28c0,1.105,1.344,2,3,2s3-0.895,3-2v-3.557c0-0.662,0.381-0.818,0.848-0.352l2.516,2.516c0.783,0.781,2.365,0.463,3.537-0.707c1.17-1.172,1.488-2.754,0.707-3.537l-2.514-2.514c-0.467-0.467-0.311-0.848,0.352-0.848h3.555c1.107-0.002,2-1.346,2.002-3.002c-0.002-1.656-0.895-3-2.002-3.001H24.444z",t:"",s:"none",fl:"#333"}},f:{0:{t:"s0.6"},70:{t:""},100:{}},fIE:{0:{t:"s0.6,0.6,14.5,14.5"},70:{t:""},100:{}}}]},bluetooth:{d:800,it:1,sh:[{i:{a:{p:"M17,3v26.033L16,30V18.969l-5.656,5.66L8.93,23.215L16,16.143L8.93,9.071l1.414-1.414L16,13.314V2L17,3z",t:"",s:"none",fl:"#333"}},f:{0:{t:"t-20,0"},50:{t:"",e:">"},100:{}}},{i:{a:{p:"M18.828,16.143l5.656-5.657L17,3v26.033l7.484-7.232L18.828,16.143zM18.004,6.833l3.652,3.652l-3.652,3.653V6.833zM18.004,18.145l3.652,3.656l-3.652,3.652V18.145z",t:"",s:"none",fl:"#333"}},f:{0:{t:"t18,0"},50:{t:"",e:">"},100:{}}}]},"brightness-down":{d:1200,it:1,sh:[{i:{a:{p:"M16,11.998c-2.21,0-4.001,1.792-4.001,4.001c0,2.208,1.792,3.999,4.001,3.999c2.208,0,3.999-1.791,3.999-3.999C19.998,13.79,18.207,11.998,16,11.998zM15.999,18.498c-1.381,0-2.501-1.121-2.501-2.499c0-1.382,1.12-2.501,2.501-2.501c1.378,0,2.499,1.119,2.499,2.501C18.498,17.377,17.377,18.498,15.999,18.498z",o:1,s:"none",fl:"#333"}},f:{0:{o:1,p:"M16,10c-3.315,0-6,2.686-6,6c0,3.313,2.686,6,6,6c3.313,0,6-2.686,6-6C21.998,12.685,19.313,10,16,10zM16,20.498c-2.485,0-4.5-2.016-4.5-4.499c0-2.485,2.016-4.5,4.5-4.5c2.483,0,4.499,2.015,4.499,4.5C20.498,18.482,18.482,20.498,16,20.498z"},60:{o:.1,p:"M16,11.998c-2.21,0-4.001,1.792-4.001,4.001c0,2.208,1.792,3.999,4.001,3.999c2.208,0,3.999-1.791,3.999-3.999C19.998,13.79,18.207,11.998,16,11.998zM15.999,18.498c-1.381,0-2.501-1.121-2.501-2.499c0-1.382,1.12-2.501,2.501-2.501c1.378,0,2.499,1.119,2.499,2.501C18.498,17.377,17.377,18.498,15.999,18.498z"},80:{},81:{o:1},100:{}}},{i:{a:{p:"M16.035,2.83c-0.245-1.289-2.028-0.958-1.992,0.175l0.369,4.223c0.21,1.125,2.021,0.845,1.992-0.174L16.035,2.83zM6.711,6.663C5.628,5.924,4.601,7.418,5.429,8.195l3.246,2.725c0.943,0.646,2.027-0.832,1.285-1.532L6.711,6.663zM2.829,15.964c-1.287,0.246-0.959,2.027,0.178,1.992l4.22-0.369c1.125-0.209,0.846-2.021-0.174-1.992L2.829,15.964zM6.661,25.286c-0.736,1.084,0.756,2.113,1.533,1.281l2.726-3.242c0.646-0.944-0.832-2.028-1.533-1.286L6.661,25.286zM15.962,29.169c0.246,1.289,2.029,0.961,1.992-0.176l-0.367-4.223c-0.211-1.125-2.021-0.846-1.992,0.176L15.962,29.169zM25.284,25.337c1.086,0.738,2.113-0.754,1.285-1.531l-3.246-2.728c-0.944-0.646-2.026,0.832-1.284,1.533L25.284,25.337zM29.167,16.039c1.291-0.248,0.963-2.029-0.172-1.993l-4.227,0.365c-1.125,0.212-0.844,2.022,0.176,1.993L29.167,16.039zM25.335,6.714c0.74-1.086-0.752-2.114-1.529-1.286l-2.729,3.246C20.43,9.62,21.91,10.701,22.609,9.96L25.335,6.714z",o:1,s:"none",fl:"#333"}},f:{60:{o:.1},80:{},81:{o:1},100:{}}}]},"brightness-up":{d:1200,it:1,sh:[{i:{a:{p:"M16,10c-3.315,0-6,2.686-6,6c0,3.313,2.686,6,6,6c3.313,0,6-2.686,6-6C21.998,12.685,19.313,10,16,10zM16,20.498c-2.485,0-4.5-2.016-4.5-4.499c0-2.485,2.016-4.5,4.5-4.5c2.483,0,4.499,2.015,4.499,4.5C20.498,18.482,18.482,20.498,16,20.498z",o:1,s:"none",fl:"#333"}},f:{0:{o:0,p:"M16,11.998c-2.21,0-4.001,1.792-4.001,4.001c0,2.208,1.792,3.999,4.001,3.999c2.208,0,3.999-1.791,3.999-3.999C19.998,13.79,18.207,11.998,16,11.998zM15.999,18.498c-1.381,0-2.501-1.121-2.501-2.499c0-1.382,1.12-2.501,2.501-2.501c1.378,0,2.499,1.119,2.499,2.501C18.498,17.377,17.377,18.498,15.999,18.498z"},60:{o:1,p:"M16,10c-3.315,0-6,2.686-6,6c0,3.313,2.686,6,6,6c3.313,0,6-2.686,6-6C21.998,12.685,19.313,10,16,10zM16,20.498c-2.485,0-4.5-2.016-4.5-4.499c0-2.485,2.016-4.5,4.5-4.5c2.483,0,4.499,2.015,4.499,4.5C20.498,18.482,18.482,20.498,16,20.498z"},100:{}}},{i:{a:{p:"M16.035,2.83c-0.245-1.289-2.028-0.958-1.992,0.175l0.369,4.223c0.21,1.125,2.021,0.845,1.992-0.174L16.035,2.83zM6.711,6.663C5.628,5.924,4.601,7.418,5.429,8.195l3.246,2.725c0.943,0.646,2.027-0.832,1.285-1.532L6.711,6.663zM2.829,15.964c-1.287,0.246-0.959,2.027,0.178,1.992l4.22-0.369c1.125-0.209,0.846-2.021-0.174-1.992L2.829,15.964zM6.661,25.286c-0.736,1.084,0.756,2.113,1.533,1.281l2.726-3.242c0.646-0.944-0.832-2.028-1.533-1.286L6.661,25.286zM15.962,29.169c0.246,1.289,2.029,0.961,1.992-0.176l-0.367-4.223c-0.211-1.125-2.021-0.846-1.992,0.176L15.962,29.169zM25.284,25.337c1.086,0.738,2.113-0.754,1.285-1.531l-3.246-2.728c-0.944-0.646-2.026,0.832-1.284,1.533L25.284,25.337zM29.167,16.039c1.291-0.248,0.963-2.029-0.172-1.993l-4.227,0.365c-1.125,0.212-0.844,2.022,0.176,1.993L29.167,16.039zM25.335,6.714c0.74-1.086-0.752-2.114-1.529-1.286l-2.729,3.246C20.43,9.62,21.91,10.701,22.609,9.96L25.335,6.714z",o:1,s:"none",fl:"#333"}},f:{0:{o:0},60:{o:1},100:{}}}]},crop:{d:1600,it:1,sh:[{i:{a:{p:"M20.447,30.293c0.061-0.423,0.071-0.496,0.071-0.955c0-0.621-0.063-1.217-0.169-1.765c0.605,0.542,1.188,0.766,1.745,0.468c1.24-0.646,1.081-3.121-0.358-5.535c-0.617-1.04-1.374-1.883-2.133-2.472c-0.885,0.604-1.964,0.972-3.138,0.972c-1.178,0-2.257-0.369-3.14-0.972c-0.759,0.589-1.515,1.432-2.134,2.472c-1.439,2.414-1.597,4.89-0.354,5.535c0.555,0.293,1.14,0.074,1.743-0.468c-0.106,0.548-0.168,1.144-0.168,1.765c0,0.418,0.021,0.567,0.07,0.955H20.447zM16.465,20.063c2.389,0,4.326-1.806,4.326-4.032S18.854,12,16.465,12c-2.391,0-4.328,1.806-4.328,4.032S14.074,20.063,16.465,20.063z",s:"none",t:"",o:0,fl:"#333"}},f:{10:{o:1},42:{},60:{t:"s2.2,2.2,16,16"},80:{},85:{o:0},95:{t:""},100:{}}},{i:{a:{p:"M2,6h3v4H2V6zM22,30h4v-3h-4V30zM26,22h4v4H6V2h4v4h14.584l4.213-4.213l1.414,1.414L26,7.413V22zM10,10v10.586L20.585,10H10zM22,22V11.413L11.414,22H22z",s:"none",o:1,fl:"#333"}},f:{10:{o:0},11:{p:"M18,34v4H-6V14h4v20H18zM22-6v4h12v12h4V-6H22z"},12:{o:1},30:{p:"M30,22v4H6V2h4v20H30zM10,6v4h12v12h4V6H10z"},40:{},41:{o:0},60:{p:"M2,6h3v4H2V6zM22,30h4v-3h-4V30zM26,22h4v4H6V2h4v4h14.584l4.213-4.213l1.414,1.414L26,7.413V22zM10,10v10.586L20.585,10H10zM22,22V11.413L11.414,22H22z"},85:{},90:{o:1},100:{}}}]},eyedropper:{d:1400,it:1,sh:[{i:{a:{p:"M16,23c0,2.209-3.134,4-7,4s-7-1.791-7-4s3.134-4,7-4S16,20.791,16,23z",s:"none",o:0,fl:"#333"}},f:{10:{o:.7},50:{p:"M9,23L9,23L9,23L9,23L9,23z"},60:{o:0},80:{p:"M16,23c0,2.209-3.134,4-7,4s-7-1.791-7-4s3.134-4,7-4S16,20.791,16,23z"},100:{}}},{i:{a:{p:"M25.105,4.349c-0.469-0.469-1.229-0.469-1.697,0c0,0-3.449,3.443-6.223,6.223l-0.99-0.99c-0.233-0.234-0.613-0.234-0.848,0l-0.566,0.566c-0.233,0.234-0.233,0.614,0,0.848l0.99,0.99L5.589,22.168c-0.233,0.233-0.423,0.693-0.424,1.023v2.229l-0.99,0.99c-0.233,0.233-0.233,0.614,0,0.848l0.566,0.566c0.233,0.233,0.614,0.233,0.848,0l0.99-0.99h2.229c0.331,0,0.79-0.19,1.023-0.424l10.183-10.183l0.989,0.99c0.233,0.233,0.614,0.234,0.849,0l0.566-0.566c0.233-0.234,0.233-0.614,0-0.848l-0.99-0.99c2.655-2.689,6.222-6.223,6.222-6.223c0.47-0.469,0.47-1.229,0.001-1.697L25.105,4.349zM7.993,25.421l-1.414-1.414l10.606-10.607l1.414,1.415L7.993,25.421z",s:"none",fl:"#333"}},f:{20:{p:"M29.105,0.349c-0.469-0.469-1.229-0.469-1.697,0c0,0-0.221,6.026-6.223,6.223l-0.99-0.99c-0.233-0.234-0.613-0.234-0.848,0l-0.566,0.566c-0.233,0.234-0.233,0.614,0,0.848l0.99,0.99L9.589,18.168c-0.233,0.233-0.423,0.693-0.424,1.023v2.229l-0.99,0.99c-0.233,0.233-0.233,0.614,0,0.848l0.566,0.566c0.233,0.233,0.614,0.233,0.848,0l0.99-0.99h2.229c0.331,0,0.79-0.19,1.023-0.424l10.183-10.183l0.989,0.99c0.233,0.233,0.614,0.234,0.849,0l0.566-0.566c0.233-0.234,0.233-0.614,0-0.848l-0.99-0.99C25.875,5,31.65,4.592,31.65,4.592c0.47-0.469,0.47-1.229,0.001-1.697L29.105,0.349zM11.993,21.421l-1.414-1.414L21.186,9.399l1.414,1.415L11.993,21.421z"},25:{},50:{p:"M29.105,0.349c-0.469-0.469-1.229-0.469-1.697,0c0,0-3.449,3.442-6.223,6.223l-0.99-0.99c-0.233-0.234-0.613-0.234-0.848,0l-0.566,0.566c-0.233,0.234-0.233,0.614,0,0.848l0.99,0.99L9.589,18.168c-0.233,0.233-0.423,0.693-0.424,1.023v2.229l-0.99,0.99c-0.233,0.233-0.233,0.614,0,0.848l0.566,0.566c0.233,0.233,0.614,0.233,0.848,0l0.99-0.99h2.229c0.331,0,0.79-0.19,1.023-0.424l10.183-10.183l0.989,0.99c0.233,0.233,0.614,0.234,0.849,0l0.566-0.566c0.233-0.234,0.233-0.614,0-0.848l-0.99-0.99c2.655-2.689,6.222-6.223,6.222-6.223c0.47-0.469,0.47-1.229,0.001-1.697L29.105,0.349zM19.455,13.959l-2.826-0.003l4.556-4.557l1.414,1.415L19.455,13.959z"},70:{},80:{p:"M25.105,4.349c-0.469-0.469-1.229-0.469-1.697,0c0,0-3.449,3.443-6.223,6.223l-0.99-0.99c-0.233-0.234-0.613-0.234-0.848,0l-0.566,0.566c-0.233,0.234-0.233,0.614,0,0.848l0.99,0.99L5.589,22.168c-0.233,0.233-0.423,0.693-0.424,1.023v2.229l-0.99,0.99c-0.233,0.233-0.233,0.614,0,0.848l0.566,0.566c0.233,0.233,0.614,0.233,0.848,0l0.99-0.99h2.229c0.331,0,0.79-0.19,1.023-0.424l10.183-10.183l0.989,0.99c0.233,0.233,0.614,0.234,0.849,0l0.566-0.566c0.233-0.234,0.233-0.614,0-0.848l-0.99-0.99c2.655-2.689,6.222-6.223,6.222-6.223c0.47-0.469,0.47-1.229,0.001-1.697L25.105,4.349zM7.993,25.421l-1.414-1.414l10.606-10.607l1.414,1.415L7.993,25.421z"},100:{}}}]},"file-export":{d:1e3,it:1,sh:[{i:{a:{p:"M22,23.371c0.001,0.67,0.384,0.83,0.857,0.355l4.787-4.869c0.475-0.475,0.475-1.242,0-1.717l-4.787-4.867c-0.475-0.476-0.856-0.314-0.857,0.354V16h-7.4c-0.332,0-0.6,0.269-0.6,0.6V19.4c0,0.331,0.268,0.6,0.6,0.6H22V23.371z",t:"",s:"none",fl:"#333"}},f:{10:{t:"t2,0"},20:{t:"t-2,0"},30:{t:"t2,0"},40:{t:"t-2,0"},70:{t:"t31,0"},99:{},100:{t:""}}},{i:{a:{p:"M22,26v2H6V4h9c2.283,0.242,1.6,5.699,1.6,5.699S21.48,9.094,22,11l0,0h2v-0.301C24,8,18,2,14.418,2H4.6C4.269,2,4,2.269,4,2.6V29.4C4,29.73,4.269,30,4.6,30H23.4c0.33,0,0.6-0.27,0.6-0.6V26H22z",t:"",s:"none",fl:"#333"}},f:{45:{},70:{t:"t31,0"},25:{t:""},99:{},100:{t:""}}}]},"file-import":{d:1e3,it:1,sh:[{i:{a:{p:"M12,23.371c0.001,0.67,0.384,0.83,0.857,0.355l4.787-4.869c0.475-0.475,0.475-1.242,0-1.717l-4.787-4.867c-0.475-0.476-0.856-0.314-0.857,0.354V16H4.6C4.268,16,4,16.269,4,16.6V19.4C4,19.731,4.268,20,4.6,20H12V23.371z",t:"",s:"none",fl:"#333"}},f:{0:{t:"t-31,0"},25:{t:""},30:{t:"t2,0"},40:{t:"t-2,0"},50:{t:"t2,0"},60:{t:"t-2,0"},65:{t:""},100:{}}},{i:{a:{p:"M18.418,2H8.6C8.269,2,8,2.269,8,2.6V10h2V4h9c2.283,0.242,1.6,5.699,1.6,5.699S25.48,9.094,26,11v17H10v-2H8v3.4C8,29.73,8.269,30,8.6,30H27.4c0.33,0,0.6-0.27,0.6-0.6V10.699C28,8,22,2,18.418,2z",t:"",s:"none",fl:"#333"}},f:{0:{t:"t-31,0"},25:{t:""},100:{}}}]},"folder-add":{d:1200,it:1,sh:[{i:{a:{p:"M25,4c-2.762,0-5,2.24-5,5s2.238,5,5,5s5-2.24,5-5S27.762,4,25,4zM28,10h-2v2h-2v-2h-2V8h2V6h2v2h2V10z",t:"",s:"none",fl:"#333"}},f:{10:{t:"s1.4"},15:{},25:{t:""},100:{}}},{i:{a:{p:"M18.686,12H2v-0.8C2,10.537,2.537,10,3.199,10H4c0,0,0-0.447,0-1s0.537-1,1.199-1H9.4c0.33,0,0.791,0.19,1.023,0.424L12,10h6.08C18.182,10.707,18.389,11.378,18.686,12zM25,16c-2.372,0-4.47-1.189-5.736-3H2v13.807C2.074,27.467,2.669,28,3.332,28h21.336c0.662,0,1.258-0.533,1.332-1.193V15.92C25.673,15.967,25.341,16,25,16z",t:"",s:"none",fl:"#333"}},f:{0:{t:"t-29,0"},30:{},65:{t:"",e:">"},100:{}}}]},"folder-flag":{d:600,it:2,sh:[{i:{a:{p:"M19,12H2v-0.8C2,10.537,2.537,10,3.199,10H4c0,0,0-0.447,0-1s0.537-1,1.199-1H9.4c0.33,0,0.791,0.19,1.023,0.424L12,10h7C19,11,19,11,19,12zM19,13H2v13.807C2.074,27.467,2.669,28,3.332,28h21.336c0.662,0,1.258-0.533,1.332-1.193V16C23,16,19,16,19,13z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M24,14h-2V4h2V14zM30,12c-4,0-2-2-6-2c0.688-2,0.75-3.875,0-6c4,0,2,2,6,2C30,8,30,10,30,12z",s:"none",fl:"#333"}},f:{16.5:{p:"M23.853,13.477l-1.704,1.046L16.918,6l1.704-1.046L23.853,13.477zM27.385,6.616c-3.408,2.092-2.215,1.359-5.625,3.452c-0.459-2.064-1.387-3.695-3.138-5.114c3.409-2.092,2.216-1.36,5.625-3.452C25.293,3.207,26.34,4.912,27.385,6.616z"},33:{p:"M23.853,13.477l-1.704,1.046L16.918,6l1.704-1.046L23.853,13.477zM23.8,8.814c-3.408,2.092-2.215,1.359-5.625,3.452c-0.96-1.668-1.76-2.968-3.138-5.114c3.409-2.092,2.216-1.36,5.625-3.452C21.708,5.405,22.755,7.109,23.8,8.814z"},50:{p:"M24,14.001h-2v-10h2V14.001zM22,10c-4,0-2,2.001-6,2c0.054-1.923,0.052-3.451,0-6c4,0,2-2,6-2C21.5,6.3,21.6,8.1,22,10z"},66.5:{p:"M23.852,14.524l-1.705-1.047l5.229-8.523L29.081,6L23.852,14.524zM24.239,10.067C20.83,7.976,22.409,8.893,19,6.8c1.052-1.61,1.711-2.9,3-5.1c3.409,2.092,1.967,1.161,5.377,3.253C25.748,6.651,24.891,8.239,24.239,10.067z"
},83:{p:"M23.852,14.524l-1.705-1.047l5.229-8.523L29.081,6L23.852,14.524zM27.739,12.167c-3.409-2.092-1.83-1.175-5.239-3.268c1.052-1.61,1.711-2.9,3-5.1c3.409,2.092,1.967,1.161,5.377,3.253C29.8,9,28.9,10.8,27.739,12.167z"},100:{p:"M24,14h-2V4h2V14zM30,12c-4,0-2-2-6-2c0.688-2,0.75-3.875,0-6c4,0,2,2,6,2C30,8,30,10,30,12z"}}}]},"folder-lock":{d:1200,it:1,sh:[{i:{a:{p:"M28,7.021V5c0-1.656-1.344-3-3-3s-3,1.344-3,3v2.021C20.793,7.934,20,9.368,20,11c0,2.764,2.236,5,5,5s5-2.236,5-5C30,9.368,29.207,7.934,28,7.021zM23.5,5c0-0.828,0.672-1.5,1.5-1.5s1.5,0.672,1.5,1.5v1.254C26.023,6.104,25.527,6,25,6s-1.023,0.104-1.5,0.254V5zM26,13h-2l0.221-1.99c-0.281-0.229-0.471-0.564-0.471-0.955c0-0.689,0.561-1.249,1.25-1.249s1.25,0.56,1.25,1.249c0,0.391-0.189,0.727-0.471,0.955L26,13z",t:"",s:"none",fl:"#333"}},f:{25:{t:"r-7,25,5"},75:{t:"r7,25,5"},100:{t:""}},fIE:{25:{t:"r-7,23.5,3.5"},75:{t:"r7,23.5,3.5"},100:{t:""}}},{i:{a:{p:"M26,17.92v8.887C25.926,27.467,25.33,28,24.668,28H3.332C2.669,28,2.074,27.467,2,26.807V13h16.295c0.863,2.888,3.541,5,6.705,5C25.341,18,25.673,17.967,26,17.92zM18,11c0-0.339,0.032-0.671,0.079-1H12l-1.576-1.576C10.191,8.19,9.73,8,9.4,8H5.199C4.537,8,4,8.447,4,9s0,1,0,1h-0.8C2.537,10,2,10.537,2,11.2V12h16.08C18.033,11.672,18,11.34,18,11z",t:"",s:"none",fl:"#333"}},f:{25:{t:"t-5,-1",e:">"},50:{t:"",e:"elastic"},75:{t:"t-1,5",e:">"},100:{t:"",e:"elastic"}}}]},"folder-new":{d:600,it:2,sh:[{i:{a:{p:"M29.167,8.166h-2.154l1.523-1.523c0.325-0.326,0.324-0.853-0.001-1.179c-0.324-0.325-0.852-0.326-1.179,0l-1.523,1.523V4.833C25.833,4.373,25.461,4,25,4c-0.46,0-0.834,0.373-0.834,0.833v2.154l-1.523-1.523c-0.324-0.326-0.853-0.326-1.178,0c-0.326,0.326-0.326,0.854,0,1.178l1.523,1.524h-2.154C20.373,8.167,20,8.54,20,9c0,0.461,0.373,0.833,0.834,0.833h2.154l-1.523,1.523c-0.326,0.326-0.326,0.854,0,1.179c0.326,0.325,0.854,0.325,1.178,0l1.523-1.523v2.155C24.166,13.627,24.54,14,25,14c0.461,0,0.833-0.373,0.833-0.833v-2.155l1.523,1.523c0.327,0.326,0.854,0.325,1.18,0c0.324-0.324,0.325-0.852,0-1.179l-1.523-1.523h2.154C29.628,9.833,30,9.46,30,9C30,8.54,29.628,8.167,29.167,8.166z",o:1,t:"s0.9",s:"none",fl:"#333"}},f:{0:{o:1},70:{t:"s1.8",o:0},80:{t:"s0.9"},100:{o:1}},fIE:{0:{o:1,t:"s0.9,0.9,23.5,7.5"},70:{t:"s1.8,1.8,23.5,7.5",o:0},80:{t:"s0.9,0.9,23.5,7.5"},100:{o:1}}},{i:{a:{p:"M29.167,8.166h-2.154l1.523-1.523c0.325-0.326,0.324-0.853-0.001-1.179c-0.324-0.325-0.852-0.326-1.179,0l-1.523,1.523V4.833C25.833,4.373,25.461,4,25,4c-0.46,0-0.834,0.373-0.834,0.833v2.154l-1.523-1.523c-0.324-0.326-0.853-0.326-1.178,0c-0.326,0.326-0.326,0.854,0,1.178l1.523,1.524h-2.154C20.373,8.167,20,8.54,20,9c0,0.461,0.373,0.833,0.834,0.833h2.154l-1.523,1.523c-0.326,0.326-0.326,0.854,0,1.179c0.326,0.325,0.854,0.325,1.178,0l1.523-1.523v2.155C24.166,13.627,24.54,14,25,14c0.461,0,0.833-0.373,0.833-0.833v-2.155l1.523,1.523c0.327,0.326,0.854,0.325,1.18,0c0.324-0.324,0.325-0.852,0-1.179l-1.523-1.523h2.154C29.628,9.833,30,9.46,30,9C30,8.54,29.628,8.167,29.167,8.166z",t:"",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M18.686,12H2v-0.8C2,10.537,2.537,10,3.199,10H4c0,0,0-0.447,0-1s0.537-1,1.199-1H9.4c0.33,0,0.791,0.19,1.023,0.424L12,10h6.08C18.182,10.707,18.389,11.378,18.686,12zM25,16c-2.372,0-4.47-1.189-5.736-3H2v13.807C2.074,27.467,2.669,28,3.332,28h21.336c0.662,0,1.258-0.533,1.332-1.193V15.92C25.673,15.967,25.341,16,25,16z",t:"",s:"none",fl:"#333"}},f:{}}]},"folder-open":{d:1200,it:1,sh:[{i:{a:{p:"M26.801,8H14l-1.576-1.576C12.191,6.19,11.73,6,11.4,6H7.199C6.537,6,6,6.447,6,7s0,1,0,1h-0.8C4.537,8,4,8.537,4,9.2V11h24V9.2C28,8.537,27.463,8,26.801,8z",s:"none",fl:"#333"}},f:{0:{p:"M26.801,8H14l-1.576-1.576C12.191,6.19,11.73,6,11.4,6H7.199C6.537,6,6,6.447,6,7s0,1,0,1h-0.8C4.537,8,4,8.537,4,9.2V10h24V9.2C28,8.537,27.463,8,26.801,8z"},10:{},25:{p:"M26.801,8H14l-1.576-1.576C12.191,6.19,11.73,6,11.4,6H7.199C6.537,6,6,6.447,6,7s0,1,0,1h-0.8C4.537,8,4,8.537,4,9.2V11h24V9.2C28,8.537,27.463,8,26.801,8z"},100:{}}},{i:{a:{p:"M26,25H6V13h20V25z",o:1,s:"none",fl:"#333"}},f:{20:{},40:{o:.3,t:"t-2,-22"},41:{o:0},90:{t:""},91:{o:1},100:{}}},{i:{a:{p:"M26,25H6V13h20V25z",o:1,s:"none",fl:"#333"}},f:{40:{},60:{o:.3,t:"t0,-22"},61:{o:0},90:{t:""},91:{o:1},100:{}}},{i:{a:{p:"M26,25H6V13h20V25z",o:1,s:"none",fl:"#333"}},f:{60:{},80:{o:.3,t:"t2,-22"},81:{o:0},90:{t:""},91:{o:1},100:{}}},{i:{a:{p:"M5.332,26h21.336c0.662,0,1.258-0.533,1.332-1.193l1.992-11.614C30.066,12.534,29.588,12,28.926,12H3.074c-0.662,0-1.14,0.534-1.066,1.192L4,24.807C4.074,25.467,4.669,26,5.332,26z",s:"none",fl:"#333"}},f:{0:{p:"M5.332,26h21.336c0.662,0,1.258-0.533,1.332-1.193V11l0,0H4l0,0v13.807C4.074,25.467,4.669,26,5.332,26z"},10:{},25:{p:"M5.332,26h21.336c0.662,0,1.258-0.533,1.332-1.193l1.992-11.614C30.066,12.534,29.588,12,28.926,12H3.074c-0.662,0-1.14,0.534-1.066,1.192L4,24.807C4.074,25.467,4.669,26,5.332,26z"},100:{}}}]},"folder-remove":{d:1200,it:1,sh:[{i:{a:{p:"M25,4c-2.762,0-5,2.24-5,5s2.238,5,5,5s5-2.24,5-5S27.762,4,25,4zM28,10h-6V8h6V10z",t:"",s:"none",fl:"#333"}},f:{10:{t:"s1.4"},15:{},25:{t:""},100:{}}},{i:{a:{p:"M18.686,12H2v-0.8C2,10.537,2.537,10,3.199,10H4c0,0,0-0.447,0-1s0.537-1,1.199-1H9.4c0.33,0,0.791,0.19,1.023,0.424L12,10h6.08C18.182,10.707,18.389,11.378,18.686,12zM25,16c-2.372,0-4.47-1.189-5.736-3H2v13.807C2.074,27.467,2.669,28,3.332,28h21.336c0.662,0,1.258-0.533,1.332-1.193V15.92C25.673,15.967,25.341,16,25,16z",t:"",s:"none",fl:"#333"}},f:{30:{},65:{t:"t0,25",e:"<"},99:{},100:{t:""}}}]},"inbox-empty":{d:1200,it:1,sh:[{i:{a:{p:"M26,21L24,4H8L6,21H4L5.934,2.596C5.97,2.267,6.269,2,6.6,2h18.8c0.331,0,0.629,0.267,0.666,0.596L28,21H26zM29.4,22H2.6c-0.332,0-0.535,0.261-0.455,0.582l1.709,6.836C3.935,29.739,4.269,30,4.6,30h22.8c0.331,0,0.665-0.261,0.745-0.582l1.709-6.836C29.935,22.261,29.731,22,29.4,22zM20,26h-8v-2h8V26z",t:"",s:"none",fl:"#333"}},f:{5:{t:"t0,-20"},10:{},30:{t:""},100:{}}},{i:{a:{p:"M22,18H10v2h12V18z",t:"t0,-32",o:0,s:"none",fl:"#333"}},f:{4:{},5:{o:1},10:{},30:{t:"t0,-12"},60:{},80:{p:"M22,6H10v14h12V6z",o:0,t:"t0,-22"},100:{p:"M22,18H10v2h12V18z"}}},{i:{a:{p:"M22,18H10v2h12V18z",t:"t0,-28",o:0,s:"none",fl:"#333"}},f:{4:{},5:{o:1},10:{},30:{t:"t0,-8"},50:{},70:{p:"M22,6H10v14h12V6z",o:0,t:"t0,-18"},100:{p:"M22,18H10v2h12V18z"}}},{i:{a:{p:"M22,18H10v2h12V18z",t:"t0,-24",o:0,s:"none",fl:"#333"}},f:{4:{},5:{o:1},10:{},30:{t:"t0,-4"},40:{},60:{p:"M22,6H10v14h12V6z",o:0,t:"t0,-14"},100:{p:"M22,18H10v2h12V18z"}}},{i:{a:{p:"M22,18H10v2h12V18z",t:"t0,-20",o:0,s:"none",fl:"#333"}},f:{4:{},5:{o:1},10:{},30:{t:""},50:{p:"M22,6H10v14h12V6z",o:0,t:"t0,-10"},100:{p:"M22,18H10v2h12V18z"}}}]},"inbox-in":{d:1200,it:1,sh:[{i:{a:{p:"M26,21L24,4H8L6,21H4L5.934,2.596C5.97,2.267,6.269,2,6.6,2h18.8c0.331,0,0.629,0.267,0.666,0.596L28,21H26zM29.4,22H2.6c-0.332,0-0.535,0.261-0.455,0.582l1.709,6.836C3.935,29.739,4.269,30,4.6,30h22.8c0.331,0,0.665-0.261,0.745-0.582l1.709-6.836C29.935,22.261,29.731,22,29.4,22zM20,26h-8v-2h8V26z",t:"",s:"none",fl:"#333"}},f:{5:{t:"t0,-20"},10:{},30:{t:""},100:{}}},{i:{a:{p:"M10.628,12c-0.67,0.001-0.83,0.384-0.355,0.857l4.869,4.787c0.475,0.475,1.243,0.475,1.717,0l4.867-4.787c0.475-0.475,0.314-0.856-0.355-0.857H18V6.6C18,6.268,17.73,6,17.4,6h-2.801C14.268,6,14,6.268,14,6.6V12H10.628z",t:"",o:1,s:"none",fl:"#333"}},f:{0:{o:0,t:"t0,-10"},35:{},55:{o:1,t:""},60:{},61:{o:0,t:"t0,-10"},81:{o:1,t:""},100:{}}}]},"inbox-out":{d:1200,it:1,sh:[{i:{a:{p:"M26,21L24,4H8L6,21H4L5.934,2.596C5.97,2.267,6.269,2,6.6,2h18.8c0.331,0,0.629,0.267,0.666,0.596L28,21H26zM29.4,22H2.6c-0.332,0-0.535,0.261-0.455,0.582l1.709,6.836C3.935,29.739,4.269,30,4.6,30h22.8c0.331,0,0.665-0.261,0.745-0.582l1.709-6.836C29.935,22.261,29.731,22,29.4,22zM20,26h-8v-2h8V26z",t:"",s:"none",fl:"#333"}},f:{5:{t:"t0,-20"},10:{},30:{t:""},100:{}}},{i:{a:{p:"M21.372,12c0.67-0.001,0.83-0.384,0.355-0.857l-4.87-4.787c-0.475-0.475-1.243-0.475-1.717,0l-4.867,4.787C9.799,11.617,9.959,11.999,10.629,12H14v4.4c0,0.332,0.27,0.6,0.6,0.6h2.802C17.732,17,18,16.732,18,16.4V12H21.372z",t:"",o:1,s:"none",fl:"#333"}},f:{0:{o:0},30:{},31:{o:1},50:{o:0,t:"t0,-10"},60:{},61:{o:1,t:""},80:{o:0,t:"t0,-10"},81:{t:""},90:{},100:{o:1}}}]},"indent-left":{d:1e3,it:1,sh:[{i:{a:{p:"M2,17.999h4v1.846c0,0.166,0.096,0.205,0.212,0.088l2.7-2.72c0.117-0.117,0.117-0.307,0-0.424l-2.7-2.721C6.096,13.951,6.001,13.99,6,14.156V16H2V17.999zM12,28h-2V4h2V28z",o:1,s:"none",fl:"#333"}},f:{0:{o:0},80:{},90:{o:1},100:{}}},{i:{a:{p:"M19.4,10h-4.8C14.269,10,14,9.731,14,9.4V6.6C14,6.269,14.269,6,14.6,6h4.8C19.731,6,20,6.269,20,6.6v2.8C20,9.731,19.731,10,19.4,10zM27.4,12H14.6c-0.332,0-0.6,0.269-0.6,0.6v2.8c0,0.332,0.269,0.6,0.6,0.6h12.8c0.331,0,0.6-0.269,0.6-0.6v-2.8C28,12.269,27.731,12,27.4,12zM23.4,18h-8.8c-0.332,0-0.6,0.269-0.6,0.6V21.4c0,0.331,0.269,0.6,0.6,0.6h8.8c0.331,0,0.6-0.269,0.6-0.6V18.6C24,18.269,23.731,18,23.4,18zM29.4,24H14.6c-0.332,0-0.6,0.269-0.6,0.6V27.4c0,0.331,0.269,0.6,0.6,0.6h14.8c0.331,0,0.6-0.269,0.6-0.6V24.6C30,24.269,29.731,24,29.4,24z",t:"",s:"none",fl:"#333"}},f:{0:{t:"t-12,0"},20:{},25:{t:"t-8,0"},45:{},50:{t:"t-4,0"},70:{},75:{t:""},100:{}}}]},"indent-right":{d:1e3,it:1,sh:[{i:{a:{p:"M30,16h-4v-1.844c-0.001-0.166-0.096-0.205-0.212-0.088l-2.7,2.721c-0.117,0.117-0.117,0.307,0,0.424l2.7,2.72C25.904,20.05,26,20.011,26,19.845v-1.846h4V16zM20,4h2v24h-2V4z",o:1,s:"none",fl:"#333"}},f:{0:{o:0},80:{},90:{o:1},100:{}}},{i:{a:{p:"M7.4,10H2.6C2.269,10,2,9.731,2,9.4V6.6C2,6.269,2.269,6,2.6,6h4.8C7.731,6,8,6.269,8,6.6v2.8C8,9.731,7.731,10,7.4,10zM15.4,12H2.6C2.269,12,2,12.269,2,12.6v2.8C2,15.731,2.269,16,2.6,16h12.8c0.331,0,0.6-0.269,0.6-0.6v-2.8C16,12.269,15.731,12,15.4,12zM11.4,18H2.6C2.269,18,2,18.269,2,18.6V21.4C2,21.731,2.269,22,2.6,22h8.8c0.331,0,0.6-0.269,0.6-0.6V18.6C12,18.269,11.731,18,11.4,18zM17.4,24H2.6C2.269,24,2,24.269,2,24.6V27.4C2,27.731,2.269,28,2.6,28h14.8c0.331,0,0.6-0.269,0.6-0.6V24.6C18,24.269,17.731,24,17.4,24z",t:"",s:"none",fl:"#333"}},f:{0:{t:"t12,0"},20:{},25:{t:"t8,0"},45:{},50:{t:"t4,0"},70:{},75:{t:""},100:{}}}]},"message-add":{d:1200,it:1,sh:[{i:{a:{p:"M25,2c-2.762,0-5,2.24-5,5s2.238,5,5,5s5-2.24,5-5S27.762,2,25,2zM28,8h-2v2h-2V8h-2V6h2V4h2v2h2V8z",t:"",s:"none",fl:"#333"}},f:{10:{t:"s1.4"},15:{},25:{t:""},100:{}}},{i:{a:{p:"M24,16.931v10.128C24,27.578,23.578,28,23.059,28H2.941C2.422,28,2,27.578,2,27.059V15.035l4,3.285L2.9,27.1l4.678-7.428l3.939,2.844c0.818,0.645,2.146,0.645,2.965,0l3.939-2.844l4.797,7.453L20,18.32l2.225-1.827C22.79,16.704,23.383,16.853,24,16.931zM14.482,20.818l6.455-4.938c-1.5-0.889-2.686-2.249-3.349-3.88H2.941C2.422,12,2,12.422,2,12.941v0.596l9.518,7.281C12.336,21.459,13.664,21.459,14.482,20.818z",t:"",s:"none",fl:"#333"}},f:{0:{t:"t-29,0"},30:{},65:{t:"",e:">"},100:{}}}]},"message-flag":{d:600,it:2,sh:[{i:{a:{p:"M24,16.931v10.128C24,27.578,23.578,28,23.059,28H2.941C2.422,28,2,27.578,2,27.059V15.035l4,3.285L2.9,27.1l4.678-7.428l3.939,2.844c0.818,0.645,2.146,0.645,2.965,0l3.939-2.844l4.797,7.453L20,18.32l2.225-1.827C22.79,16.704,23.383,16.853,24,16.931zM14.482,20.818l6.455-4.938C19.438,14.991,19,14,19,12H2.941C2.422,12,2,12.422,2,12.941v0.596l9.518,7.281C12.336,21.459,13.664,21.459,14.482,20.818z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M24,14h-2V4h2V14zM30,12c-4,0-2-2-6-2c0.688-2,0.75-3.875,0-6c4,0,2,2,6,2C30,8,30,10,30,12z",s:"none",fl:"#333"}},f:{16.5:{p:"M23.853,13.477l-1.704,1.046L16.918,6l1.704-1.046L23.853,13.477zM27.385,6.616c-3.408,2.092-2.215,1.359-5.625,3.452c-0.459-2.064-1.387-3.695-3.138-5.114c3.409-2.092,2.216-1.36,5.625-3.452C25.293,3.207,26.34,4.912,27.385,6.616z"},33:{p:"M23.853,13.477l-1.704,1.046L16.918,6l1.704-1.046L23.853,13.477zM23.8,8.814c-3.408,2.092-2.215,1.359-5.625,3.452c-0.96-1.668-1.76-2.968-3.138-5.114c3.409-2.092,2.216-1.36,5.625-3.452C21.708,5.405,22.755,7.109,23.8,8.814z"},50:{p:"M24,14.001h-2v-10h2V14.001zM22,10c-4,0-2,2.001-6,2c0.054-1.923,0.052-3.451,0-6c4,0,2-2,6-2C21.5,6.3,21.6,8.1,22,10z"},66.5:{p:"M23.852,14.524l-1.705-1.047l5.229-8.523L29.081,6L23.852,14.524zM24.239,10.067C20.83,7.976,22.409,8.893,19,6.8c1.052-1.61,1.711-2.9,3-5.1c3.409,2.092,1.967,1.161,5.377,3.253C25.748,6.651,24.891,8.239,24.239,10.067z"},83:{p:"M23.852,14.524l-1.705-1.047l5.229-8.523L29.081,6L23.852,14.524zM27.739,12.167c-3.409-2.092-1.83-1.175-5.239-3.268c1.052-1.61,1.711-2.9,3-5.1c3.409,2.092,1.967,1.161,5.377,3.253C29.8,9,28.9,10.8,27.739,12.167z"},100:{p:"M24,14h-2V4h2V14zM30,12c-4,0-2-2-6-2c0.688-2,0.75-3.875,0-6c4,0,2,2,6,2C30,8,30,10,30,12z"}}}]},"message-in":{d:1e3,it:1,sh:[{i:{a:{p:"M23.576,12.826c0.234,0.233,0.613,0.233,0.848,0l4.441-4.401C29.1,8.191,29.02,8,28.689,8L26,8v-2.8C26,4.538,25.463,4,24.801,4l-1.602,0C22.537,4,22,4.537,22,5.2V8h-2.689c-0.33,0-0.41,0.19-0.176,0.424L23.576,12.826z",o:1,t:"",s:"none",fl:"#333"}},f:{0:{o:0,t:"t0,-7"},50:{},70:{o:1,t:""},100:{}}},{i:{a:{p:"M24,16.931v10.128C24,27.578,23.578,28,23.059,28H2.941C2.422,28,2,27.578,2,27.059V15.035l4,3.285L2.9,27.1l4.678-7.428l3.939,2.844c0.818,0.645,2.146,0.645,2.965,0l3.939-2.844l4.797,7.453L20,18.32l2.225-1.827C22.79,16.704,23.383,16.853,24,16.931zM14.482,20.818l6.455-4.938c-1.5-0.889-2.686-2.249-3.349-3.88H2.941C2.422,12,2,12.422,2,12.941v0.596l9.518,7.281C12.336,21.459,13.664,21.459,14.482,20.818z",t:"",s:"none",fl:"#333"}},f:{0:{t:"t-10,-33r-360,13,21.5"},45:{t:""},100:{}},fIE:{0:{t:"t-10,-33r-360,11.5,20"},45:{t:""},100:{}}}]},"message-lock":{d:1200,it:1,sh:[{i:{a:{p:"M28,7.021V5c0-1.656-1.344-3-3-3s-3,1.344-3,3v2.021C20.793,7.934,20,9.368,20,11c0,2.764,2.236,5,5,5s5-2.236,5-5C30,9.368,29.207,7.934,28,7.021zM23.5,5c0-0.828,0.672-1.5,1.5-1.5s1.5,0.672,1.5,1.5v1.254C26.023,6.104,25.527,6,25,6s-1.023,0.104-1.5,0.254V5zM26,13h-2l0.221-1.99c-0.281-0.229-0.471-0.564-0.471-0.955c0-0.689,0.561-1.249,1.25-1.249s1.25,0.56,1.25,1.249c0,0.391-0.189,0.727-0.471,0.955L26,13z",t:"",s:"none",fl:"#333"}},f:{25:{t:"r-7,25,5"},75:{t:"r7,25,5"},100:{t:""}},fIE:{25:{t:"r-7,23.5,3.5"},75:{t:"r7,23.5,3.5"},100:{t:""}}},{i:{a:{p:"M24,16.931v10.128C24,27.578,23.578,28,23.059,28H2.941C2.422,28,2,27.578,2,27.059V15.035l4,3.285L2.9,27.1l4.678-7.428l3.939,2.844c0.818,0.645,2.146,0.645,2.965,0l3.939-2.844l4.797,7.453L20,18.32l2.225-1.827C22.79,16.704,23.383,16.853,24,16.931zM14.482,20.818l6.455-4.938c-1.5-0.889-2.686-2.249-3.349-3.88H2.941C2.422,12,2,12.422,2,12.941v0.596l9.518,7.281C12.336,21.459,13.664,21.459,14.482,20.818z",t:"",s:"none",fl:"#333"}},f:{25:{t:"t-5,-1",e:">"},50:{t:"",e:"elastic"},75:{t:"t-1,5",e:">"},100:{t:"",e:"elastic"}}}]},"message-new":{d:600,it:2,sh:[{i:{a:{p:"M29.167,8.166h-2.154l1.523-1.523c0.325-0.326,0.324-0.853-0.001-1.179c-0.324-0.325-0.852-0.326-1.179,0l-1.523,1.523V4.833C25.833,4.373,25.461,4,25,4c-0.46,0-0.834,0.373-0.834,0.833v2.154l-1.523-1.523c-0.324-0.326-0.853-0.326-1.178,0c-0.326,0.326-0.326,0.854,0,1.178l1.523,1.524h-2.154C20.373,8.167,20,8.54,20,9c0,0.461,0.373,0.833,0.834,0.833h2.154l-1.523,1.523c-0.326,0.326-0.326,0.854,0,1.179c0.326,0.325,0.854,0.325,1.178,0l1.523-1.523v2.155C24.166,13.627,24.54,14,25,14c0.461,0,0.833-0.373,0.833-0.833v-2.155l1.523,1.523c0.327,0.326,0.854,0.325,1.18,0c0.324-0.324,0.325-0.852,0-1.179l-1.523-1.523h2.154C29.628,9.833,30,9.46,30,9C30,8.54,29.628,8.167,29.167,8.166z",o:1,t:"s0.9",s:"none",fl:"#333"}},f:{0:{o:1},70:{t:"s1.8",o:0},80:{t:"s0.9"},100:{o:1}},fIE:{0:{o:1,t:"s0.9,0.9,23.5,7.5"},70:{t:"s1.8,1.8,23.5,7.5",o:0},80:{t:"s0.9,0.9,23.5,7.5"},100:{o:1}}},{i:{a:{p:"M29.167,8.166h-2.154l1.523-1.523c0.325-0.326,0.324-0.853-0.001-1.179c-0.324-0.325-0.852-0.326-1.179,0l-1.523,1.523V4.833C25.833,4.373,25.461,4,25,4c-0.46,0-0.834,0.373-0.834,0.833v2.154l-1.523-1.523c-0.324-0.326-0.853-0.326-1.178,0c-0.326,0.326-0.326,0.854,0,1.178l1.523,1.524h-2.154C20.373,8.167,20,8.54,20,9c0,0.461,0.373,0.833,0.834,0.833h2.154l-1.523,1.523c-0.326,0.326-0.326,0.854,0,1.179c0.326,0.325,0.854,0.325,1.178,0l1.523-1.523v2.155C24.166,13.627,24.54,14,25,14c0.461,0,0.833-0.373,0.833-0.833v-2.155l1.523,1.523c0.327,0.326,0.854,0.325,1.18,0c0.324-0.324,0.325-0.852,0-1.179l-1.523-1.523h2.154C29.628,9.833,30,9.46,30,9C30,8.54,29.628,8.167,29.167,8.166z",t:"",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M24,16.931v10.128C24,27.578,23.578,28,23.059,28H2.941C2.422,28,2,27.578,2,27.059V15.035l4,3.285L2.9,27.1l4.678-7.428l3.939,2.844c0.818,0.645,2.146,0.645,2.965,0l3.939-2.844l4.797,7.453L20,18.32l2.225-1.827C22.79,16.704,23.383,16.853,24,16.931zM14.482,20.818l6.455-4.938c-1.5-0.889-2.686-2.249-3.349-3.88H2.941C2.422,12,2,12.422,2,12.941v0.596l9.518,7.281C12.336,21.459,13.664,21.459,14.482,20.818z",t:"",s:"none",fl:"#333"}},f:{}}]},"message-out":{d:1e3,it:1,sh:[{i:{a:{p:"M24.424,5.175c-0.234-0.233-0.613-0.233-0.848,0l-4.441,4.401C18.9,9.81,18.98,10,19.311,10H22v2.8c0,0.663,0.537,1.2,1.199,1.2h1.602C25.463,14,26,13.463,26,12.8V10h2.689c0.33,0,0.41-0.19,0.176-0.424L24.424,5.175z",o:1,t:"",s:"none",fl:"#333"}},f:{20:{o:0,t:"t0,-7"},70:{},71:{t:""},90:{},100:{o:1}}},{i:{a:{p:"M24,16.931v10.128C24,27.578,23.578,28,23.059,28H2.941C2.422,28,2,27.578,2,27.059V15.035l4,3.285L2.9,27.1l4.678-7.428l3.939,2.844c0.818,0.645,2.146,0.645,2.965,0l3.939-2.844l4.797,7.453L20,18.32l2.225-1.827C22.79,16.704,23.383,16.853,24,16.931zM14.482,20.818l6.455-4.938c-1.5-0.889-2.686-2.249-3.349-3.88H2.941C2.422,12,2,12.422,2,12.941v0.596l9.518,7.281C12.336,21.459,13.664,21.459,14.482,20.818z",o:1,t:"",s:"none",fl:"#333"}},f:{25:{},70:{t:"t10,-33r360,13,21.5"},71:{o:0},80:{t:""},90:{},100:{o:1}},fIE:{25:{},70:{t:"t10,-33r360,11.5,20"},71:{o:0},80:{t:""},90:{},100:{o:1}}}]},"message-remove":{d:1200,it:1,sh:[{i:{a:{p:"M25,2c-2.762,0-5,2.24-5,5s2.238,5,5,5s5-2.24,5-5S27.762,2,25,2zM28,8h-6V6h6V8z",t:"",s:"none",fl:"#333"}},f:{10:{t:"s1.4"},15:{},25:{t:""},100:{}}},{i:{a:{p:"M24,16.931v10.128C24,27.578,23.578,28,23.059,28H2.941C2.422,28,2,27.578,2,27.059V15.035l4,3.285L2.9,27.1l4.678-7.428l3.939,2.844c0.818,0.645,2.146,0.645,2.965,0l3.939-2.844l4.797,7.453L20,18.32l2.225-1.827C22.79,16.704,23.383,16.853,24,16.931zM14.482,20.818l6.455-4.938c-1.5-0.889-2.686-2.249-3.349-3.88H2.941C2.422,12,2,12.422,2,12.941v0.596l9.518,7.281C12.336,21.459,13.664,21.459,14.482,20.818z",t:"",s:"none",fl:"#333"}},f:{30:{},65:{t:"t0,25",e:"<"},99:{},100:{t:""}}}]},microphone:{d:1200,it:1,sh:[{i:{a:{p:"M7.949,0c-0.75,0-1.5,0-2.25,0C5.699,3.15,3.15,5.699,0,5.699c0,0.75,0,1.5,0,2.25C4.35,7.949,7.949,4.35,7.949,0z",s:"none",o:0,t:"s0.3,0.3,0,0",fl:"#333"}},f:{0:{o:.7},10:{t:"s1,1,0,0"},15:{o:0},16:{o:.7,t:"s0.3,0.3,0,0"},25:{t:"s1,1,0,0"},30:{o:0},31:{o:.7,t:"s0.3,0.3,0,0"},40:{t:"s1,1,0,0"},45:{o:0},46:{o:.7,t:"s0.3,0.3,0,0"},55:{t:"s1,1,0,0"},60:{o:0},61:{o:.7,t:"s0.3,0.3,0,0"},70:{t:"s1,1,0,0"},75:{o:0},100:{}}},{i:{a:{p:"M0,12V9.75C5.625,9.75,9.75,5.1,9.75,0H12C12,7.199,6,12,0,12z",o:0,t:"s0.1,0.1,0,0",s:"none",fl:"#333"}},f:{0:{o:.7},10:{t:"s1,1,0,0"},15:{o:0},16:{o:.7,t:"s0.1,0.1,0,0"},25:{t:"s1,1,0,0"},30:{o:0},31:{o:.7,t:"s0.1,0.1,0,0"},40:{t:"s1,1,0,0"},45:{o:0},46:{o:.7,t:"s0.1,0.1,0,0"},55:{t:"s1,1,0,0"},60:{o:0},61:{o:.7,t:"s0.1,0.1,0,0"},70:{t:"s1,1,0,0"},75:{o:0},100:{}}},{i:{a:{p:"M24.051,0c0.75,0,1.5,0,2.25,0c0,3.15,2.549,5.699,5.699,5.699c0,0.75,0,1.5,0,2.25C27.65,7.949,24.051,4.35,24.051,0z",s:"none",o:0,t:"s0.3,0.3,32,0",fl:"#333"}},f:{25:{},30:{o:.7},35:{t:"s1,1,32,0"},40:{o:0},41:{o:.7,t:"s0.3,0.3,32,0"},50:{t:"s1,1,32,0"},55:{o:0},56:{o:.7,t:"s0.3,0.3,32,0"},65:{t:"s1,1,32,0"},70:{o:0},71:{o:.7,t:"s0.3,0.3,32,0"},80:{t:"s1,1,32,0"},85:{o:0},86:{o:.7,t:"s0.3,0.3,32,0"},95:{t:"s1,1,32,0"},100:{o:0}}},{i:{a:{p:"M32,12V9.75c-5.625,0-9.75-4.65-9.75-9.75H20C20,7.199,26,12,32,12z",o:0,t:"s0.1,0.1,32,0",s:"none",fl:"#333"}},f:{25:{},30:{o:.7},35:{t:"s1,1,32,0"},40:{o:0},41:{o:.7,t:"s0.1,0.1,32,0"},50:{t:"s1,1,32,0"},55:{o:0},56:{o:.7,t:"s0.1,0.1,32,0"},65:{t:"s1,1,32,0"},70:{o:0},71:{o:.7,t:"s0.1,0.1,32,0"},80:{t:"s1,1,32,0"},85:{o:0},86:{o:.7,t:"s0.1,0.1,32,0"},95:{t:"s1,1,32,0"},100:{o:0}}},{i:{a:{p:"M22,13H10c0-1.824,0-3.648,0-4c0-3.313,2.686-6,6-6s6,2.687,6,6C22,9.352,22,11.176,22,13zM10,14c0,0.998,0,2.781,0,3c0,3.313,2.686,6,6,6s6-2.688,6-6c0-0.219,0-2.002,0-3H10zM24.4,12H23.6c-0.331,0-0.6,0.269-0.6,0.6V17c0,3.859-3.141,7-7,7c-3.86,0-7-3.141-7-7v-4.4C9,12.269,8.731,12,8.4,12H7.6C7.269,12,7,12.269,7,12.6V17c0,3.683,2.226,6.852,5.4,8.243v2.456c0,0-2.7,0.301-2.7,1.301c0,0,0,1,0.899,1H21.4c0.9,0,0.9-1,0.9-1c0-1-2.701-1.301-2.701-1.301v-2.456C22.774,23.852,25,20.683,25,17v-4.4C25,12.269,24.731,12,24.4,12z",s:"none",fl:"#333"}},f:{}}]},moon:{d:1800,it:1,sh:[{i:{a:{p:"M20.6,20.602L21,19l0.401,1.602l1.292,0.406l-1.292,0.396L21,23.005l-0.4-1.602l-1.305-0.396L20.6,20.602z",o:1,s:"none",fl:"#333"}},f:{20:{o:.1},30:{},50:{o:1},100:{}}},{i:{a:{p:"M22.182,6.204L23,3l0.819,3.204l2.649,0.813l-2.649,0.789L23,11.008l-0.818-3.203l-2.673-0.789L22.182,6.204z",o:1,s:"none",fl:"#333"}},f:{20:{},50:{o:.1},60:{},80:{o:1},100:{}}},{i:{a:{p:"M26.599,14.601L27,13l0.4,1.601l1.293,0.407L27.4,15.403L27,17.004l-0.401-1.601l-1.304-0.395L26.599,14.601z",o:1,s:"none",fl:"#333"}},f:{40:{},60:{o:.1},70:{},90:{o:1},100:{}}},{i:{a:{p:"M10.008,12.998c0-4.775,2.101-9.049,5.415-11.983C7.961,1.328,2,7.459,2,15c0,7.74,6.276,14.015,14.015,14.015c1.7,0,3.322-0.316,4.829-0.872C14.545,25.986,10.008,20.028,10.008,12.998z",o:1,s:"none",fl:"#333"}},f:{}}]},"new-window":{d:800,it:1,sh:[{i:{a:{p:"M3.2,24C2.537,24,2,23.463,2,22.8V3.2C2,2.537,2.537,2,3.2,2h21.6C25.463,2,26,2.537,26,3.2V8h-2V6H4v16h2v2H3.2z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M6,9.2v19.6C6,29.463,6.537,30,7.2,30h21.6c0.663,0,1.2-0.537,1.2-1.2V9.2C30,8.537,29.463,8,28.8,8H7.2C6.537,8,6,8.537,6,9.2zM28,28H8V12h20V28z",t:"",s:"none",fl:"#333"}},f:{0:{t:"t-4,-6"},50:{t:""},100:{}}}]},"pin-off":{d:1800,it:1,sh:[{i:{a:{p:"M22.949,20.361l-2.543,2.545c-0.469,0.469-1.23,0.469-1.699,0l-3.394-3.393L4,28l8.485-11.314l-3.395-3.395c-0.469-0.469-0.467-1.229,0.001-1.697l2.547-2.547c0.468-0.469,1.227-0.467,1.694,0.001l9.616,9.616C23.418,19.133,23.418,19.893,22.949,20.361zM15.739,10.604c-0.028,0.027-0.07,0.021-0.102,0.042l5.714,5.716c0.023-0.031,0.016-0.072,0.043-0.102l3.395-3.395c0.027-0.026,0.066-0.02,0.098-0.04L19.172,7.11c-0.02,0.031-0.012,0.071-0.039,0.099L15.739,10.604zM27.051,13.433l1.98-1.98c0.234-0.233,0.234-0.614,0-0.848l-7.637-7.637c-0.234-0.234-0.613-0.234-0.848,0l-1.98,1.98c-0.234,0.233-0.234,0.613,0,0.848l7.637,7.637C26.438,13.666,26.816,13.667,27.051,13.433z",o:1,t:"",s:"none",fl:"#333"}},f:{10:{t:"t0,-33r30"},11:{t:"t20,-33r0",p:"M14.629,5.387c1.025-1.153,3.805-0.916,6.492,0.636c2.691,1.554,4.283,3.846,3.793,5.308c-1.021,1.158-3.799,0.922-6.492-0.633C15.727,9.142,14.133,6.851,14.629,5.387zM13.166,19.801c-3.262-1.883-5.313-4.51-5.418-6.613c-0.195,0.335-0.385,0.664-0.466,0.806c-0.953,1.651,0.565,4.362,3.452,6.493L5,33c0,0-0.017-0.068,0,0l0,0l0,0l8.789-10.752c3.289,1.436,6.398,1.396,7.346-0.254c0.082-0.143,0.273-0.473,0.469-0.809C19.729,22.145,16.43,21.684,13.166,19.801zM22.232,20.027c-1.227,1.746-5.094,1.486-8.814-0.662c-3.724-2.15-5.882-5.369-4.98-7.304c0.835-1.1,2.762-1.341,5.029-0.783l0.545-0.942c-0.037-0.05-0.084-0.099-0.119-0.147c-0.781-1.085-0.912-2.069-0.469-2.835c0.176-0.306,0.602-1.041,0.602-1.041c0.188,1.547,1.645,3.373,3.994,4.73c2.4,1.386,4.926,1.818,6.438,1.204c-0.248,0.426-0.531,0.918-0.639,1.106c-0.422,0.726-1.561,0.923-2.799,0.84l-0.623,1.086C22.018,16.967,22.77,18.756,22.232,20.027zM18.746,18.135c-0.92-0.105-2.25-0.455-3.828-1.367c-1.578-0.911-2.549-1.888-3.1-2.633l-0.27,0.468c0.51,0.648,1.455,1.636,3.119,2.597c1.662,0.961,2.99,1.285,3.809,1.402L18.746,18.135z"},25:{},35:{t:"t3,-6r0"},40:{t:"",p:"M14.629,5.387c1.025-1.153,3.805-0.916,6.492,0.636c2.691,1.554,4.283,3.846,3.793,5.308c-1.021,1.158-3.799,0.922-6.492-0.633C15.727,9.142,14.133,6.851,14.629,5.387zM13.166,19.801c-3.262-1.883-5.313-4.51-5.418-6.613c-0.195,0.335-0.385,0.664-0.466,0.806c-0.953,1.651,0.565,4.362,3.452,6.493L8.337,26.4c0,0-0.138,0.406-0.121,0.475c0.1,0.379,0.636,0.557,1.196,0.408c0.145-0.039,0.271-0.096,0.388-0.164l3.989-4.871c3.289,1.436,6.398,1.396,7.346-0.254c0.082-0.143,0.273-0.473,0.469-0.809C19.729,22.145,16.43,21.684,13.166,19.801zM22.232,20.027c-1.227,1.746-5.094,1.486-8.814-0.662c-3.724-2.15-5.882-5.369-4.98-7.304c0.835-1.1,2.762-1.341,5.029-0.783l0.545-0.942c-0.037-0.05-0.084-0.099-0.119-0.147c-0.781-1.085-0.912-2.069-0.469-2.835c0.176-0.306,0.602-1.041,0.602-1.041c0.188,1.547,1.645,3.373,3.994,4.73c2.4,1.386,4.926,1.818,6.438,1.204c-0.248,0.426-0.531,0.918-0.639,1.106c-0.422,0.726-1.561,0.923-2.799,0.84l-0.623,1.086C22.018,16.967,22.77,18.756,22.232,20.027zM18.746,18.135c-0.92-0.105-2.25-0.455-3.828-1.367c-1.578-0.911-2.549-1.888-3.1-2.633l-0.27,0.468c0.51,0.648,1.455,1.636,3.119,2.597c1.662,0.961,2.99,1.285,3.809,1.402L18.746,18.135z"},42:{t:"r-5,4,28"},44:{t:"r3,4,28"},46:{t:"r-2,4,28"},48:{t:"r0,4,28"},70:{},80:{o:0},81:{p:"M22.949,20.361l-2.543,2.545c-0.469,0.469-1.23,0.469-1.699,0l-3.394-3.393L4,28l8.485-11.314l-3.395-3.395c-0.469-0.469-0.467-1.229,0.001-1.697l2.547-2.547c0.468-0.469,1.227-0.467,1.694,0.001l9.616,9.616C23.418,19.133,23.418,19.893,22.949,20.361zM15.739,10.604c-0.028,0.027-0.07,0.021-0.102,0.042l5.714,5.716c0.023-0.031,0.016-0.072,0.043-0.102l3.395-3.395c0.027-0.026,0.066-0.02,0.098-0.04L19.172,7.11c-0.02,0.031-0.012,0.071-0.039,0.099L15.739,10.604zM27.051,13.433l1.98-1.98c0.234-0.233,0.234-0.614,0-0.848l-7.637-7.637c-0.234-0.234-0.613-0.234-0.848,0l-1.98,1.98c-0.234,0.233-0.234,0.613,0,0.848l7.637,7.637C26.438,13.666,26.816,13.667,27.051,13.433z"},90:{o:1},100:{}}}]},"pin-on":{d:1800,it:1,sh:[{i:{a:{p:"M14.629,5.387c1.025-1.153,3.805-0.916,6.492,0.636c2.691,1.554,4.283,3.846,3.793,5.308c-1.021,1.158-3.799,0.922-6.492-0.633C15.727,9.142,14.133,6.851,14.629,5.387zM13.166,19.801c-3.262-1.883-5.313-4.51-5.418-6.613c-0.195,0.335-0.385,0.664-0.466,0.806c-0.953,1.651,0.565,4.362,3.452,6.493L8.337,26.4c0,0-0.138,0.406-0.121,0.475c0.1,0.379,0.636,0.557,1.196,0.408c0.145-0.039,0.271-0.096,0.388-0.164l3.989-4.871c3.289,1.436,6.398,1.396,7.346-0.254c0.082-0.143,0.273-0.473,0.469-0.809C19.729,22.145,16.43,21.684,13.166,19.801zM22.232,20.027c-1.227,1.746-5.094,1.486-8.814-0.662c-3.724-2.15-5.882-5.369-4.98-7.304c0.835-1.1,2.762-1.341,5.029-0.783l0.545-0.942c-0.037-0.05-0.084-0.099-0.119-0.147c-0.781-1.085-0.912-2.069-0.469-2.835c0.176-0.306,0.602-1.041,0.602-1.041c0.188,1.547,1.645,3.373,3.994,4.73c2.4,1.386,4.926,1.818,6.438,1.204c-0.248,0.426-0.531,0.918-0.639,1.106c-0.422,0.726-1.561,0.923-2.799,0.84l-0.623,1.086C22.018,16.967,22.77,18.756,22.232,20.027zM18.746,18.135c-0.92-0.105-2.25-0.455-3.828-1.367c-1.578-0.911-2.549-1.888-3.1-2.633l-0.27,0.468c0.51,0.648,1.455,1.636,3.119,2.597c1.662,0.961,2.99,1.285,3.809,1.402L18.746,18.135z",o:1,t:"",s:"none",fl:"#333"}},f:{5:{t:"t3,-6",p:"M14.629,5.387c1.025-1.153,3.805-0.916,6.492,0.636c2.691,1.554,4.283,3.846,3.793,5.308c-1.021,1.158-3.799,0.922-6.492-0.633C15.727,9.142,14.133,6.851,14.629,5.387zM13.166,19.801c-3.262-1.883-5.313-4.51-5.418-6.613c-0.195,0.335-0.385,0.664-0.466,0.806c-0.953,1.651,0.565,4.362,3.452,6.493L5,33c0,0-0.017-0.068,0,0l0,0l0,0l8.789-10.752c3.289,1.436,6.398,1.396,7.346-0.254c0.082-0.143,0.273-0.473,0.469-0.809C19.729,22.145,16.43,21.684,13.166,19.801zM22.232,20.027c-1.227,1.746-5.094,1.486-8.814-0.662c-3.724-2.15-5.882-5.369-4.98-7.304c0.835-1.1,2.762-1.341,5.029-0.783l0.545-0.942c-0.037-0.05-0.084-0.099-0.119-0.147c-0.781-1.085-0.912-2.069-0.469-2.835c0.176-0.306,0.602-1.041,0.602-1.041c0.188,1.547,1.645,3.373,3.994,4.73c2.4,1.386,4.926,1.818,6.438,1.204c-0.248,0.426-0.531,0.918-0.639,1.106c-0.422,0.726-1.561,0.923-2.799,0.84l-0.623,1.086C22.018,16.967,22.77,18.756,22.232,20.027zM18.746,18.135c-0.92-0.105-2.25-0.455-3.828-1.367c-1.578-0.911-2.549-1.888-3.1-2.633l-0.27,0.468c0.51,0.648,1.455,1.636,3.119,2.597c1.662,0.961,2.99,1.285,3.809,1.402L18.746,18.135z"},20:{t:"t20,-31"},21:{t:"t10,-31",p:"M22.949,20.361l-2.543,2.545c-0.469,0.469-1.23,0.469-1.699,0l-3.394-3.393L4,28l8.485-11.314l-3.395-3.395c-0.469-0.469-0.467-1.229,0.001-1.697l2.547-2.547c0.468-0.469,1.227-0.467,1.694,0.001l9.616,9.616C23.418,19.133,23.418,19.893,22.949,20.361zM15.739,10.604c-0.028,0.027-0.07,0.021-0.102,0.042l5.714,5.716c0.023-0.031,0.016-0.072,0.043-0.102l3.395-3.395c0.027-0.026,0.066-0.02,0.098-0.04L19.172,7.11c-0.02,0.031-0.012,0.071-0.039,0.099L15.739,10.604zM27.051,13.433l1.98-1.98c0.234-0.233,0.234-0.614,0-0.848l-7.637-7.637c-0.234-0.234-0.613-0.234-0.848,0l-1.98,1.98c-0.234,0.233-0.234,0.613,0,0.848l7.637,7.637C26.438,13.666,26.816,13.667,27.051,13.433z"},25:{t:""},30:{t:"r-15,4,28"},36:{t:"r10,4,28"},42:{t:"r-5,4,28"},50:{t:"r0,4,28"},80:{},81:{o:0},82:{t:"s0.1,0.1,8,26",p:"M14.629,5.387c1.025-1.153,3.805-0.916,6.492,0.636c2.691,1.554,4.283,3.846,3.793,5.308c-1.021,1.158-3.799,0.922-6.492-0.633C15.727,9.142,14.133,6.851,14.629,5.387zM13.166,19.801c-3.262-1.883-5.313-4.51-5.418-6.613c-0.195,0.335-0.385,0.664-0.466,0.806c-0.953,1.651,0.565,4.362,3.452,6.493L8.337,26.4c0,0-0.138,0.406-0.121,0.475c0.1,0.379,0.636,0.557,1.196,0.408c0.145-0.039,0.271-0.096,0.388-0.164l3.989-4.871c3.289,1.436,6.398,1.396,7.346-0.254c0.082-0.143,0.273-0.473,0.469-0.809C19.729,22.145,16.43,21.684,13.166,19.801zM22.232,20.027c-1.227,1.746-5.094,1.486-8.814-0.662c-3.724-2.15-5.882-5.369-4.98-7.304c0.835-1.1,2.762-1.341,5.029-0.783l0.545-0.942c-0.037-0.05-0.084-0.099-0.119-0.147c-0.781-1.085-0.912-2.069-0.469-2.835c0.176-0.306,0.602-1.041,0.602-1.041c0.188,1.547,1.645,3.373,3.994,4.73c2.4,1.386,4.926,1.818,6.438,1.204c-0.248,0.426-0.531,0.918-0.639,1.106c-0.422,0.726-1.561,0.923-2.799,0.84l-0.623,1.086C22.018,16.967,22.77,18.756,22.232,20.027zM18.746,18.135c-0.92-0.105-2.25-0.455-3.828-1.367c-1.578-0.911-2.549-1.888-3.1-2.633l-0.27,0.468c0.51,0.648,1.455,1.636,3.119,2.597c1.662,0.961,2.99,1.285,3.809,1.402L18.746,18.135z"},85:{o:1},90:{t:"",e:"elastic"},100:{}}}]},playlist:{d:1200,it:1,sh:[{i:{a:{p:"M19.4,8H2.6C2.269,8,2,7.731,2,7.4V6.6C2,6.269,2.269,6,2.6,6h16.8C19.731,6,20,6.269,20,6.6v0.8C20,7.731,19.731,8,19.4,8zM2.6,12h16.8c0.331,0,0.6-0.269,0.6-0.6v-0.8c0-0.332-0.269-0.6-0.6-0.6H2.6C2.269,10,2,10.269,2,10.6v0.8C2,11.731,2.269,12,2.6,12zM2.6,16h16.8c0.331,0,0.6-0.269,0.6-0.6v-0.8c0-0.332-0.269-0.6-0.6-0.6H2.6C2.269,14,2,14.269,2,14.6v0.8C2,15.731,2.269,16,2.6,16zM12,19.4V18.6c0-0.331-0.269-0.6-0.6-0.6H2.6C2.269,18,2,18.269,2,18.6V19.4C2,19.731,2.269,20,2.6,20h8.8C11.731,20,12,19.731,12,19.4zM12,23.4V22.6c0-0.331-0.269-0.6-0.6-0.6H2.6C2.269,22,2,22.269,2,22.6V23.4C2,23.731,2.269,24,2.6,24h8.8C11.731,24,12,23.731,12,23.4z",s:"none",fl:"#333"}},f:{0:{p:"M2,6L2,6L2,6L2,6L2,6L2,6L2,6L2,6L2,6zM2,10L2,10L2,10L2,10L2,10L2,10L2,10L2,10L2,10zM2,14L2,14L2,14L2,14L2,14L2,14L2,14L2,14L2,14zM2,18L2,18L2,18L2,18L2,18L2,18L2,18L2,18L2,18zM2,22L2,22L2,22L2,22L2,22L2,22L2,22L2,22L2,22z"},20:{},30:{p:"M19.4,8H2.6C2.269,8,2,7.731,2,7.4V6.6C2,6.269,2.269,6,2.6,6h16.8C19.731,6,20,6.269,20,6.6v0.8C20,7.731,19.731,8,19.4,8zM2,10L2,10L2,10L2,10L2,10L2,10L2,10L2,10L2,10zM2,14L2,14L2,14L2,14L2,14L2,14L2,14L2,14L2,14zM2,18L2,18L2,18L2,18L2,18L2,18L2,18L2,18L2,18zM2,22L2,22L2,22L2,22L2,22L2,22L2,22L2,22L2,22z"},40:{p:"M19.4,8H2.6C2.269,8,2,7.731,2,7.4V6.6C2,6.269,2.269,6,2.6,6h16.8C19.731,6,20,6.269,20,6.6v0.8C20,7.731,19.731,8,19.4,8zM2.6,12h16.8c0.331,0,0.6-0.269,0.6-0.6v-0.8c0-0.332-0.269-0.6-0.6-0.6H2.6C2.269,10,2,10.269,2,10.6v0.8C2,11.731,2.269,12,2.6,12zM2,14L2,14L2,14L2,14L2,14L2,14L2,14L2,14L2,14zM2,18L2,18L2,18L2,18L2,18L2,18L2,18L2,18L2,18zM2,22L2,22L2,22L2,22L2,22L2,22L2,22L2,22L2,22z"},50:{p:"M19.4,8H2.6C2.269,8,2,7.731,2,7.4V6.6C2,6.269,2.269,6,2.6,6h16.8C19.731,6,20,6.269,20,6.6v0.8C20,7.731,19.731,8,19.4,8zM2.6,12h16.8c0.331,0,0.6-0.269,0.6-0.6v-0.8c0-0.332-0.269-0.6-0.6-0.6H2.6C2.269,10,2,10.269,2,10.6v0.8C2,11.731,2.269,12,2.6,12zM2.6,16h16.8c0.331,0,0.6-0.269,0.6-0.6v-0.8c0-0.332-0.269-0.6-0.6-0.6H2.6C2.269,14,2,14.269,2,14.6v0.8C2,15.731,2.269,16,2.6,16zM2,18L2,18L2,18L2,18L2,18L2,18L2,18L2,18L2,18zM2,22L2,22L2,22L2,22L2,22L2,22L2,22L2,22L2,22z"},60:{p:"M19.4,8H2.6C2.269,8,2,7.731,2,7.4V6.6C2,6.269,2.269,6,2.6,6h16.8C19.731,6,20,6.269,20,6.6v0.8C20,7.731,19.731,8,19.4,8zM2.6,12h16.8c0.331,0,0.6-0.269,0.6-0.6v-0.8c0-0.332-0.269-0.6-0.6-0.6H2.6C2.269,10,2,10.269,2,10.6v0.8C2,11.731,2.269,12,2.6,12zM2.6,16h16.8c0.331,0,0.6-0.269,0.6-0.6v-0.8c0-0.332-0.269-0.6-0.6-0.6H2.6C2.269,14,2,14.269,2,14.6v0.8C2,15.731,2.269,16,2.6,16zM12,19.4V18.6c0-0.331-0.269-0.6-0.6-0.6H2.6C2.269,18,2,18.269,2,18.6V19.4C2,19.731,2.269,20,2.6,20h8.8C11.731,20,12,19.731,12,19.4zM2,22L2,22L2,22L2,22L2,22L2,22L2,22L2,22L2,22z"
},70:{p:"M19.4,8H2.6C2.269,8,2,7.731,2,7.4V6.6C2,6.269,2.269,6,2.6,6h16.8C19.731,6,20,6.269,20,6.6v0.8C20,7.731,19.731,8,19.4,8zM2.6,12h16.8c0.331,0,0.6-0.269,0.6-0.6v-0.8c0-0.332-0.269-0.6-0.6-0.6H2.6C2.269,10,2,10.269,2,10.6v0.8C2,11.731,2.269,12,2.6,12zM2.6,16h16.8c0.331,0,0.6-0.269,0.6-0.6v-0.8c0-0.332-0.269-0.6-0.6-0.6H2.6C2.269,14,2,14.269,2,14.6v0.8C2,15.731,2.269,16,2.6,16zM12,19.4V18.6c0-0.331-0.269-0.6-0.6-0.6H2.6C2.269,18,2,18.269,2,18.6V19.4C2,19.731,2.269,20,2.6,20h8.8C11.731,20,12,19.731,12,19.4zM12,23.4V22.6c0-0.331-0.269-0.6-0.6-0.6H2.6C2.269,22,2,22.269,2,22.6V23.4C2,23.731,2.269,24,2.6,24h8.8C11.731,24,12,23.731,12,23.4z"},100:{}}},{i:{a:{p:"M29.189,8.601C28,6,26,6,25.486,4H22v16.818C21.162,20.313,20.131,20,19,20c-2.762,0-5,1.791-5,4s2.238,4,5,4s5-1.791,5-4V8c2,0,4,4,4,8C28,16,30.371,11.185,29.189,8.601z",t:"",s:"none",fl:"#333"}},f:{0:{t:"t21,0"},20:{t:"",e:">"},100:{}}}]},save:{d:1200,it:1,sh:[{i:{a:{p:"M19,16c0,1.657-1.343,3-3,3s-3-1.343-3-3c0-1.657,1.343-3,3-3S19,14.343,19,16z",t:"",o:0,s:"none",fl:"#333"}},f:{10:{o:1},60:{t:"s3.2"},70:{},80:{o:0},85:{t:""},100:{}},fIE:{10:{o:1},60:{t:"s3.2,3.2,14.5,14.5"},70:{},80:{o:0},85:{t:""},100:{}}},{i:{a:{p:"M29.576,8l-5.725-5.576C23.617,2.19,23.158,2,22.828,2H3.2C2.537,2,2,2.537,2,3.2v25.601C2,29.463,2.537,30,3.2,30h25.601C29.463,30,30,29.463,30,28.801V9.023C30,8.692,29.811,8.233,29.576,8zM16,4v6h-4V4H16zM24,28H8V18h16V28zM28,28h-2V17.199C26,16.537,25.463,16,24.801,16H7.2C6.537,16,6,16.537,6,17.199V28H4V4h2v6.8C6,11.463,6.537,12,7.2,12h9.601C17.463,12,18,11.463,18,10.8V4h4c0.33,0,0.789,0.19,1.023,0.424l4.553,4.404C27.811,9.062,28,9.521,28,9.852V28zM21.4,22H10.6c-0.331,0-0.6-0.27-0.6-0.6V20.6c0-0.33,0.269-0.6,0.6-0.6H21.4c0.33,0,0.6,0.27,0.6,0.6V21.4C22,21.73,21.73,22,21.4,22zM21.4,26H10.6c-0.331,0-0.6-0.27-0.6-0.6V24.6c0-0.33,0.269-0.6,0.6-0.6H21.4c0.33,0,0.6,0.27,0.6,0.6V25.4C22,25.73,21.73,26,21.4,26z",o:1,s:"none",fl:"#333"}},f:{10:{o:.3},70:{},80:{o:1},100:{}}}]},"shopping-cart-in":{d:600,it:2,sh:[{i:{a:{p:"M12.628,8C11.959,8,11.799,8.383,12.273,8.857l4.87,4.787c0.474,0.475,1.242,0.475,1.717,0l4.867-4.787C24.202,8.382,24.041,8,23.372,8H20V2.6C20,2.269,19.731,2,19.4,2h-2.8C16.269,2,16,2.269,16,2.6V8H12.628z",s:"none",fl:"#333"}},f:{20:{t:"t0,-2"},70:{t:"t0,2"},100:{t:""}}},{i:{a:{p:"M14,27c0,1.105-0.896,2-2,2s-2-0.895-2-2s0.896-2,2-2S14,25.895,14,27zM24,25c-1.105,0-2,0.895-2,2s0.895,2,2,2s2-0.895,2-2S25.105,25,24,25zM29.4,8H26l-0.667,2h2.271l-1.111,5H8.447l-0.922-5h2.913L10,8H7.193L6.73,5.184C6.622,4.53,5.997,4,5.334,4h-4c-0.552,0-1,0.448-1,1s0.448,1,1,1h2.708C4.373,6,4.69,6.264,4.75,6.59l3.123,16.231C7.998,23.473,8.637,24,9.3,24h16.499c0.331,0,0.658-0.263,0.73-0.586l0.184-0.828C26.785,22.263,26.575,22,26.244,22H10.26c-0.332,0-0.648-0.265-0.707-0.591L9.3,20h17.435c0.331,0,0.658-0.263,0.729-0.586L29.87,8.586C29.941,8.262,29.731,8,29.4,8zM25.828,18H9l-0.369-2h17.642L25.828,18z",s:"none",fl:"#333"}},f:{}}]},"shopping-cart-out":{d:600,it:2,sh:[{i:{a:{p:"M23.372,8c0.669-0.001,0.829-0.383,0.355-0.857l-4.87-4.787c-0.474-0.476-1.242-0.476-1.717,0l-4.867,4.786C11.798,7.617,11.959,7.999,12.628,8H16v5.399C16,13.731,16.269,14,16.6,14H19.4c0.331,0,0.6-0.269,0.6-0.601V8H23.372z",s:"none",fl:"#333"}},f:{20:{t:"t0,-2"},70:{t:"t0,2"},100:{t:""}}},{i:{a:{p:"M14,27c0,1.105-0.896,2-2,2s-2-0.895-2-2s0.896-2,2-2S14,25.895,14,27zM24,25c-1.105,0-2,0.895-2,2s0.895,2,2,2s2-0.895,2-2S25.105,25,24,25zM29.4,8H26l-0.667,2h2.271l-1.111,5H8.447l-0.922-5h2.913L10,8H7.193L6.73,5.184C6.622,4.53,5.997,4,5.334,4h-4c-0.552,0-1,0.448-1,1s0.448,1,1,1h2.708C4.373,6,4.69,6.264,4.75,6.59l3.123,16.231C7.998,23.473,8.637,24,9.3,24h16.499c0.331,0,0.658-0.263,0.73-0.586l0.184-0.828C26.785,22.263,26.575,22,26.244,22H10.26c-0.332,0-0.648-0.265-0.707-0.591L9.3,20h17.435c0.331,0,0.658-0.263,0.729-0.586L29.87,8.586C29.941,8.262,29.731,8,29.4,8zM25.828,18H9l-0.369-2h17.642L25.828,18z",s:"none",fl:"#333"}},f:{}}]},striked:{d:800,it:1,sh:[{i:{a:{p:"M22.024,4v8h-0.626c-0.334-2.502-1.263-4.863-3.659-6.018c-2.218-1.068-5.457-0.852-6.523,1.732c-0.908,2.2,0.983,3.719,2.611,4.778c2.166,1.41,4.55,2.451,6.689,3.905c2.039,1.387,3.332,3.602,2.969,6.12c-0.354,2.466-2.347,4.457-4.69,5.148c-2.376,0.7-4.601,0.163-6.88-0.547c-0.624-0.195-2.024-0.828-2.5-0.045C9.259,27.33,9.285,28,9,28c-0.333,0-0.667,0-1,0v-8h1.144c0.428,2.406,1.187,4.664,3.462,5.868c1.969,1.046,4.945,1.295,6.703-0.306c2.009-1.828,1.251-4.562-0.771-6.021c-1.77-1.277-3.798-2.2-5.657-3.339c-1.884-1.154-3.86-2.52-4.422-4.797C7.874,9.035,8.904,6.644,10.854,5.24c1.926-1.387,4.482-1.513,6.699-0.841c0.86,0.26,2.021,1.104,2.954,0.893c0.497-0.113,0.695-0.548,0.819-0.995C21.445,3.868,21.603,4,22.024,4z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M26,16H6v-2h20V16z",s:"none",fl:"#333"}},f:{0:{p:"M28.021,4.393l-0.128,0.127l-1.414-1.415l0.127-0.127L28.021,4.393z"},20:{p:"M28.021,4.394L5.394,27.021l-1.415-1.414L26.606,2.979L28.021,4.394z"},30:{},40:{p:"M32,16H0v-2h32V16z"},50:{},60:{p:"M26,16H6v-2h20V16z"},100:{}}}]},"text-decrease":{d:1e3,it:1,sh:[{i:{a:{p:"M28,18h-8v-2h8V18z",o:1,s:"none",fl:"#333"}},f:{0:{o:0},80:{},90:{o:1},100:{}}},{i:{a:{p:"M19.646,8L20,12h-0.436c-0.082-0.638-0.197-0.727-0.34-1c-0.236-0.44-0.551-0.765-0.941-0.974c-0.391-0.209-0.816-0.325-1.454-0.325l-2.842-0.012v11.39c0,0.949,0.103,1.542,0.307,1.777c0.289,0.319,1.104,0.478,1.705,0.478h0.535V24H7.614v-0.667H8c0.653,0,1.477-0.197,1.75-0.592C9.917,22.497,10,21.944,10,21.078V9.701H7.486c-0.721,0-1.234,0.065-1.538,0.171c-0.396,0.145-0.733,0.421-1.014,0.832C4.653,11.114,4.486,11.301,4.433,12H4l0.35-4H19.646z",t:"",s:"none",fl:"#333"}},f:{0:{t:"s1.6,1.6,11.5,16"},20:{},25:{t:"s1.4,1.4,11.5,16"},45:{},50:{t:"s1.2,1.2,11.5,16"},70:{},75:{t:""},100:{}}}]},"text-height":{d:1e3,it:1,sh:[{i:{a:{p:"M29.744,4L30,10h-0.65c-0.125-0.957-0.297-1.641-0.512-2.051c-0.354-0.661-0.824-1.147-1.41-1.461C26.84,6.175,26.203,6,25.246,6l-3.264-0.018v17.635c0,1.424,0.154,2.313,0.461,2.666c0.434,0.479,1.1,0.717,2,0.717h0.803v1H14.734v-1h0.82c0.98,0,1.675-0.297,2.085-0.889c0.25-0.365,0.375-1.195,0.375-2.494V6h-2.785c-1.083,0-1.852,0.098-2.307,0.257c-0.593,0.217-1.1,0.632-1.521,1.248C10.979,8.12,10.729,8.952,10.649,10H10l0.273-6H29.744zM6,25V7h1.845C8.011,7,8.05,6.904,7.933,6.788l-2.72-2.7c-0.117-0.117-0.307-0.117-0.424,0l-2.721,2.7C1.951,6.904,1.99,6.999,2.156,7H4v18H2.155c-0.166,0-0.205,0.096-0.088,0.212l2.721,2.7c0.117,0.117,0.307,0.117,0.424,0l2.721-2.7C8.05,25.096,8.011,25.001,7.845,25H6z",t:"",s:"none",fl:"#333"}},f:{25:{p:"M29.744,10L30,16h-0.65c-0.125-0.957-0.297-1.641-0.512-2.051c-0.354-0.661-0.824-1.147-1.41-1.461C26.84,12.175,26.203,12,25.246,12l-3.264-0.018v11.635c0,1.424,0.154,2.313,0.461,2.666c0.434,0.479,1.1,0.717,2,0.717h0.803v1H14.734v-1h0.82c0.98,0,1.675-0.297,2.085-0.889c0.25-0.365,0.375-1.195,0.375-2.494V12h-2.785c-1.083,0-1.852,0.098-2.307,0.257c-0.593,0.217-1.1,0.632-1.521,1.248c-0.422,0.615-0.672,1.447-0.752,2.495H10l0.273-6H29.744zM6,25V13h1.845c0.166,0,0.205-0.096,0.088-0.212l-2.72-2.7c-0.117-0.117-0.307-0.117-0.424,0l-2.721,2.7C1.951,12.904,1.99,12.999,2.156,13H4v12H2.155c-0.166,0-0.205,0.096-0.088,0.212l2.721,2.7c0.117,0.117,0.307,0.117,0.424,0l2.721-2.7C8.05,25.096,8.011,25.001,7.845,25H6z"},50:{},75:{p:"M29.744,4L30,10h-0.65c-0.125-0.957-0.297-1.641-0.512-2.051c-0.354-0.661-0.824-1.147-1.41-1.461C26.84,6.175,26.203,6,25.246,6l-3.264-0.018v17.635c0,1.424,0.154,2.313,0.461,2.666c0.434,0.479,1.1,0.717,2,0.717h0.803v1H14.734v-1h0.82c0.98,0,1.675-0.297,2.085-0.889c0.25-0.365,0.375-1.195,0.375-2.494V6h-2.785c-1.083,0-1.852,0.098-2.307,0.257c-0.593,0.217-1.1,0.632-1.521,1.248C10.979,8.12,10.729,8.952,10.649,10H10l0.273-6H29.744zM6,25V7h1.845C8.011,7,8.05,6.904,7.933,6.788l-2.72-2.7c-0.117-0.117-0.307-0.117-0.424,0l-2.721,2.7C1.951,6.904,1.99,6.999,2.156,7H4v18H2.155c-0.166,0-0.205,0.096-0.088,0.212l2.721,2.7c0.117,0.117,0.307,0.117,0.424,0l2.721-2.7C8.05,25.096,8.011,25.001,7.845,25H6z"},100:{}}}]},"text-increase":{d:1e3,it:1,sh:[{i:{a:{p:"M30,18h-4v4h-2v-4h-4v-2h4v-4h2v4h4V18z",o:1,s:"none",fl:"#333"}},f:{0:{o:0},80:{},90:{o:1},100:{}}},{i:{a:{p:"M21.744,4L22,10h-0.65c-0.125-0.957-0.297-1.641-0.512-2.051c-0.354-0.661-0.824-1.147-1.41-1.461C18.84,6.175,18.203,6,17.246,6l-3.264-0.018v17.635c0,1.424,0.154,2.313,0.461,2.667c0.434,0.479,1.1,0.717,2,0.717h0.803v1H6.734v-1h0.82c0.98,0,1.675-0.297,2.085-0.889c0.25-0.365,0.375-1.195,0.375-2.494V6H7.229C6.147,6,5.378,6.098,4.922,6.257C4.33,6.474,3.823,6.89,3.401,7.505C2.979,8.12,2.729,8.952,2.649,10H2l0.273-6H21.744z",t:"",s:"none",fl:"#333"}},f:{0:{t:"s0.4,0.4,12,28"},20:{},25:{t:"s0.6,0.6,12,28"},45:{},50:{t:"s0.8,0.8,12,28"},70:{},75:{t:""},100:{}}}]},"text-size":{d:1e3,it:1,sh:[{i:{a:{p:"M29.744,4L30,10h-0.65c-0.125-0.957-0.297-1.641-0.512-2.051c-0.354-0.66-0.824-1.147-1.41-1.461C26.84,6.175,26.203,6,25.246,6l-3.264-0.018v13.635c0,1.424,0.154,2.313,0.461,2.666C22.877,22.762,23.1,23,24,23h0.803v1H15.18v-1H16c0.979,0,1.229-0.297,1.64-0.889c0.25-0.365,0.375-1.195,0.375-2.494V6h-2.785C14.146,6,13.456,6.098,13,6.258c-0.592,0.217-1.1,0.632-1.521,1.247C11.058,8.12,10.807,8.952,10.728,10h-0.649l0.273-6H29.744zM12,28h16v1.845c0,0.166,0.096,0.205,0.212,0.088l2.7-2.72c0.117-0.117,0.117-0.307,0-0.424l-2.7-2.721c-0.116-0.117-0.211-0.078-0.212,0.088V26H12v-1.845c0-0.165-0.096-0.204-0.212-0.088l-2.7,2.721c-0.117,0.116-0.117,0.307,0,0.424l2.7,2.721c0.116,0.117,0.211,0.078,0.212-0.088V28zM4,6v16H2.155c-0.166,0-0.205,0.096-0.088,0.212l2.72,2.7c0.117,0.117,0.307,0.117,0.424,0l2.721-2.7C8.049,22.096,8.01,22.001,7.844,22H6V6h1.845C8.01,6,8.049,5.904,7.933,5.788l-2.721-2.7c-0.116-0.117-0.307-0.117-0.424,0l-2.721,2.7C1.95,5.904,1.989,5.999,2.155,6H4z",t:"",s:"none",fl:"#333"}},f:{25:{t:"s0.6,0.6,4,28"},50:{},75:{t:""},100:{}}}]},"text-width":{d:1e3,it:1,sh:[{i:{a:{p:"M25.744,4L26,10h-0.65c-0.125-0.957-0.297-1.641-0.512-2.051c-0.354-0.66-0.824-1.147-1.41-1.461C22.84,6.175,22.203,6,21.246,6l-3.264-0.018v13.635c0,1.424,0.154,2.313,0.461,2.667C18.877,22.762,19.1,23,20,23h0.803v1H11.18v-1H12c0.979,0,1.229-0.297,1.64-0.889c0.25-0.365,0.375-1.195,0.375-2.494V6h-2.785C10.146,6,9.456,6.098,9,6.258C8.408,6.475,7.9,6.89,7.479,7.505C7.058,8.12,6.807,8.952,6.728,10H6.078l0.273-6H25.744zM8,28h16v1.845c0,0.166,0.096,0.205,0.212,0.088l2.7-2.72c0.117-0.117,0.117-0.307,0-0.424l-2.7-2.721c-0.116-0.117-0.211-0.078-0.212,0.088V26H8v-1.845c0-0.165-0.096-0.204-0.212-0.088l-2.7,2.721c-0.117,0.116-0.117,0.307,0,0.424l2.7,2.721C7.904,30.05,7.999,30.011,8,29.845V28z",t:"",s:"none",fl:"#333"}},f:{25:{p:"M28.744,4L29,10h-1.65c-0.125-0.957-0.297-1.641-0.512-2.051c-0.354-0.66-0.824-1.147-1.41-1.461C24.84,6.175,24.203,6,23.246,6l-3.264-0.018v13.635c0,1.424,0.154,2.313,0.461,2.666C20.877,22.762,21.1,23,22,23h0.803v1H9.18v-1H10c0.979,0,1.229-0.297,1.64-0.889c0.25-0.365,0.375-1.195,0.375-2.494V6H9.229C8.146,6,7.456,6.098,7,6.258C6.408,6.475,5.9,6.89,5.479,7.505C5.058,8.12,4.807,8.952,4.728,10H3l0.273-6H28.744zM6,28h20v1.845c0,0.166,0.096,0.205,0.212,0.088l2.7-2.72c0.117-0.117,0.117-0.307,0-0.424l-2.7-2.721c-0.116-0.117-0.211-0.078-0.212,0.088V26H6v-1.845c0-0.165-0.096-0.204-0.212-0.088l-2.7,2.721c-0.117,0.116-0.117,0.307,0,0.424l2.7,2.721C5.904,30.05,5.999,30.011,6,29.845V28z"},50:{},75:{p:"M25.744,4L26,10h-0.65c-0.125-0.957-0.297-1.641-0.512-2.051c-0.354-0.66-0.824-1.147-1.41-1.461C22.84,6.175,22.203,6,21.246,6l-3.264-0.018v13.635c0,1.424,0.154,2.313,0.461,2.667C18.877,22.762,19.1,23,20,23h0.803v1H11.18v-1H12c0.979,0,1.229-0.297,1.64-0.889c0.25-0.365,0.375-1.195,0.375-2.494V6h-2.785C10.146,6,9.456,6.098,9,6.258C8.408,6.475,7.9,6.89,7.479,7.505C7.058,8.12,6.807,8.952,6.728,10H6.078l0.273-6H25.744zM8,28h16v1.845c0,0.166,0.096,0.205,0.212,0.088l2.7-2.72c0.117-0.117,0.117-0.307,0-0.424l-2.7-2.721c-0.116-0.117-0.211-0.078-0.212,0.088V26H8v-1.845c0-0.165-0.096-0.204-0.212-0.088l-2.7,2.721c-0.117,0.116-0.117,0.307,0,0.424l2.7,2.721C7.904,30.05,7.999,30.011,8,29.845V28z"},100:{}}}]},"thumbnails-big":{d:1e3,it:1,sh:[{i:{a:{p:"M13.4,14H2.6C2.269,14,2,13.731,2,13.4V2.6C2,2.269,2.269,2,2.6,2h10.8C13.731,2,14,2.269,14,2.6v10.8C14,13.731,13.731,14,13.4,14z",t:"",o:1,s:"none",fl:"#333"}},f:{0:{o:0,t:"t0,16"},10:{o:1},40:{},50:{t:""},100:{}}},{i:{a:{p:"M29.4,14H18.6c-0.331,0-0.6-0.269-0.6-0.6V2.6C18,2.269,18.269,2,18.6,2H29.4C29.731,2,30,2.269,30,2.6v10.8C30,13.731,29.731,14,29.4,14z",t:"",o:1,s:"none",fl:"#333"}},f:{0:{o:0,t:"t0,16"},20:{},30:{o:1},39:{},48:{t:""},100:{}}},{i:{a:{p:"M13.4,30H2.6C2.269,30,2,29.731,2,29.4V18.6C2,18.269,2.269,18,2.6,18h10.8c0.332,0,0.6,0.269,0.6,0.6V29.4C14,29.731,13.731,30,13.4,30z",o:1,s:"none",fl:"#333"}},f:{0:{o:0},60:{},70:{o:1},100:{}}},{i:{a:{p:"M29.4,30H18.6c-0.331,0-0.6-0.269-0.6-0.6V18.6c0-0.331,0.269-0.6,0.6-0.6H29.4c0.331,0,0.6,0.269,0.6,0.6V29.4C30,29.731,29.731,30,29.4,30z",o:1,s:"none",fl:"#333"}},f:{0:{o:0},80:{},90:{o:1},100:{}}}]},"thumbnails-small":{d:1200,it:1,sh:[{i:{a:{p:"M9.4,10H2.6C2.269,10,2,9.731,2,9.4V2.6C2,2.269,2.269,2,2.6,2h6.8C9.731,2,10,2.269,10,2.6v6.8C10,9.731,9.731,10,9.4,10zM19.4,10h-6.8C12.269,10,12,9.731,12,9.4V2.6C12,2.269,12.269,2,12.6,2h6.8C19.731,2,20,2.269,20,2.6v6.8C20,9.731,19.731,10,19.4,10zM29.4,10H22.6C22.269,10,22,9.731,22,9.4V2.6C22,2.269,22.269,2,22.6,2H29.4C29.731,2,30,2.269,30,2.6v6.8C30,9.731,29.731,10,29.4,10z",t:"",o:1,s:"none",fl:"#333"}},f:{0:{o:0,t:"t0,20"},15:{o:1},30:{},45:{t:"t0,10"},60:{},75:{t:""},100:{}}},{i:{a:{p:"M9.4,20H2.6C2.269,20,2,19.731,2,19.4v-6.8C2,12.269,2.269,12,2.6,12h6.8c0.332,0,0.6,0.269,0.6,0.6v6.8C10,19.731,9.731,20,9.4,20zM19.4,20h-6.8c-0.332,0-0.6-0.269-0.6-0.6v-6.8c0-0.332,0.269-0.6,0.6-0.6h6.8c0.331,0,0.6,0.269,0.6,0.6v6.8C20,19.731,19.731,20,19.4,20zM29.4,20H22.6c-0.331,0-0.6-0.269-0.6-0.6v-6.8c0-0.332,0.269-0.6,0.6-0.6H29.4c0.331,0,0.6,0.269,0.6,0.6v6.8C30,19.731,29.731,20,29.4,20z",t:"",o:1,s:"none",fl:"#333"}},f:{0:{o:0,t:"t0,10"},46:{},60:{o:1},75:{t:""},100:{}}},{i:{a:{p:"M9.4,30H2.6C2.269,30,2,29.731,2,29.4V22.6C2,22.269,2.269,22,2.6,22h6.8c0.332,0,0.6,0.269,0.6,0.6V29.4C10,29.731,9.731,30,9.4,30zM19.4,30h-6.8c-0.332,0-0.6-0.269-0.6-0.6V22.6c0-0.331,0.269-0.6,0.6-0.6h6.8c0.331,0,0.6,0.269,0.6,0.6V29.4C20,29.731,19.731,30,19.4,30zM29.4,30H22.6c-0.331,0-0.6-0.269-0.6-0.6V22.6c0-0.331,0.269-0.6,0.6-0.6H29.4c0.331,0,0.6,0.269,0.6,0.6V29.4C30,29.731,29.731,30,29.4,30z",o:1,t:"",s:"none",fl:"#333"}},f:{0:{o:0},75:{},90:{o:1},100:{}}}]},timer:{d:800,it:1,sh:[{i:{a:{p:"M29.4,20.001H22.31c-0.33,0-0.408,0.189-0.176,0.424l2.44,2.44C22.559,25.379,19.474,27,16,27C9.925,27,5,22.075,5,16S9.925,5,16,5c5.874,0,10.673,4.604,10.984,10.401C27.002,15.732,27.269,16,27.6,16H29.4c0.331,0,0.601-0.269,0.587-0.6C29.673,7.946,23.531,2,16,2C8.268,2,2,8.268,2,16s6.268,14,14,14c4.302,0,8.148-1.94,10.717-4.993l2.859,2.859C29.81,28.099,30,28.021,30,27.69v-7.09C30,20.269,29.731,20.001,29.4,20.001z",t:"",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M22.632,12.287c0.276,0.479-5.653,4.303-6.132,4.579s-1.09,0.113-1.366-0.366c-0.276-0.479-0.112-1.089,0.366-1.366S22.355,11.809,22.632,12.287z",t:"",s:"none",fl:"#333"}},f:{0:{t:""},30:{t:"r-30,16,16"},60:{t:"r-60,16,16"},90:{t:"r-90,16,16"},91:{t:""},100:{}},fIE:{0:{t:""},30:{t:"r-30,14.5,14.5"},60:{t:"r-60,14.5,14.5"},90:{t:"r-90,14.5,14.5"},91:{t:""},100:{}}},{i:{a:{p:"M17.082,15.375c0.346,0.598,0.141,1.362-0.457,1.708c-0.597,0.345-1.362,0.14-1.708-0.458S10.403,7.685,11,7.34C11.598,6.995,16.737,14.777,17.082,15.375z",s:"none",fl:"#333"}},f:{0:{t:""},30:{t:"r-360,16,16"},60:{t:"r-720,16,16"},90:{t:"r-1110,16,16"},91:{t:""},100:{}},fIE:{0:{t:""},30:{t:"r-360,14.5,14.5"},60:{t:"r-720,14.5,14.5"},90:{t:"r-1110,14.5,14.5"},91:{t:""},100:{}}}]},unlink:{d:1e3,it:1,sh:[{i:{a:{p:"M12.464,10.342l2.828-2.828l4.242-4.242c1.563-1.562,4.096-1.561,5.658,0l3.534,3.535c1.563,1.562,1.563,4.095,0.001,5.657l-4.242,4.242c-0.001,0.001-2.829,2.83-2.829,2.83v-4.243c0,0,1.414-1.414,1.416-1.415l2.827-2.828c0.78-0.781,0.78-2.047,0-2.828L23.777,6.1c-0.781-0.781-2.047-0.781-2.828,0L18.12,8.928l-1.414,1.414H12.464zM10.343,12.464c0,0-2.829,2.829-2.828,2.829l-4.243,4.243c-1.562,1.563-1.562,4.096,0,5.657l3.535,3.535c1.563,1.563,4.095,1.563,5.657,0l4.243-4.243c-0.001,0.001,2.828-2.828,2.828-2.828h-4.243l-1.414,1.415l-2.828,2.828c-0.781,0.781-2.048,0.782-2.829,0L6.1,23.778c-0.781-0.781-0.781-2.048,0-2.829l2.828-2.828l1.415-1.415V12.464z",s:"none",fl:"#333"}},f:{0:{p:"M15.293,13.17c-1.562-1.562-1.563-4.095-0.001-5.656l4.242-4.242c1.563-1.562,4.096-1.561,5.658,0l3.534,3.535c1.563,1.562,1.563,4.095,0,5.656l-4.241,4.243c-1.563,1.562-4.095,1.563-5.657,0.001l2.189-2.19c0.669,0.184,1.527-0.112,2.055-0.639l2.827-2.828c0.78-0.781,0.78-2.047,0-2.828L23.777,6.1c-0.781-0.781-2.047-0.781-2.828,0L18.12,8.928c-0.552,0.554-0.847,1.336-0.616,2.031L15.293,13.17zM13.171,15.292c-1.562-1.562-4.095-1.562-5.656,0l-4.243,4.243c-1.562,1.563-1.562,4.096,0,5.657l3.535,3.535c1.563,1.563,4.095,1.563,5.657,0l4.243-4.243c1.561-1.562,1.56-4.094-0.001-5.656l-2.189,2.189c0.183,0.669-0.113,1.527-0.639,2.054l-2.828,2.828c-0.781,0.781-2.048,0.782-2.829,0L6.1,23.778c-0.781-0.781-0.781-2.048,0-2.829l2.828-2.828c0.555-0.554,1.337-0.848,2.032-0.617L13.171,15.292z"},15:{p:"M14.395,14.069c-1.562-1.562-1.563-4.095-0.001-5.656l4.242-4.242c1.563-1.562,4.096-1.561,5.658,0l3.534,3.535c1.563,1.562,1.563,4.095,0,5.656l-4.241,4.243c-1.563,1.563-4.095,1.563-5.657,0.001l2.189-2.19c0.669,0.184,1.527-0.112,2.055-0.639l2.827-2.828c0.78-0.781,0.78-2.047,0-2.828l-2.122-2.122c-0.781-0.781-2.047-0.781-2.828,0l-2.829,2.829c-0.552,0.554-0.847,1.336-0.616,2.031L14.395,14.069zM14.071,14.393c-1.562-1.562-4.095-1.562-5.656,0l-4.243,4.243c-1.562,1.563-1.562,4.096,0,5.657l3.535,3.535c1.563,1.563,4.095,1.563,5.657,0l4.243-4.243c1.562-1.562,1.561-4.094-0.001-5.656l-2.189,2.189c0.183,0.669-0.113,1.527-0.639,2.054L11.95,25c-0.781,0.781-2.048,0.782-2.829,0L7,22.879c-0.781-0.781-0.781-2.048,0-2.829l2.828-2.828c0.555-0.554,1.337-0.848,2.032-0.617L14.071,14.393z"},40:{p:"M15.672,12.793c-1.562-1.562-1.563-4.095-0.001-5.656l4.241-4.242c1.563-1.562,4.096-1.561,5.658,0l3.534,3.535c1.563,1.562,1.563,4.095,0,5.656l-4.241,4.243c-1.563,1.562-4.095,1.563-5.657,0.001l2.189-2.19c0.669,0.184,1.527-0.112,2.055-0.639l2.827-2.828c0.78-0.781,0.78-2.047,0-2.828l-2.122-2.122c-0.781-0.781-2.047-0.781-2.828,0l-2.829,2.829c-0.552,0.554-0.847,1.336-0.616,2.031L15.672,12.793zM12.571,15.893c-1.562-1.562-4.095-1.562-5.656,0l-4.243,4.243c-1.562,1.563-1.562,4.096,0,5.657l3.535,3.535c1.563,1.563,4.095,1.563,5.657,0l4.243-4.243c1.561-1.562,1.56-4.094-0.001-5.656l-2.189,2.189c0.183,0.669-0.113,1.527-0.639,2.054L10.45,26.5c-0.781,0.781-2.048,0.782-2.829,0L5.5,24.379c-0.781-0.781-0.781-2.048,0-2.829l2.828-2.828c0.555-0.554,1.337-0.848,2.032-0.617L12.571,15.893z",e:">"},60:{},61:{p:"M12.464,10.342l2.828-2.828l4.242-4.242c1.563-1.562,4.096-1.561,5.658,0l3.534,3.535c1.563,1.562,1.563,4.095,0.001,5.657l-4.242,4.242c-0.001,0.001-2.829,2.83-2.829,2.83v-4.243c0,0,1.414-1.414,1.416-1.415l2.827-2.828c0.78-0.781,0.78-2.047,0-2.828L23.777,6.1c-0.781-0.781-2.047-0.781-2.828,0L18.12,8.928l-1.414,1.414H12.464zM10.343,12.464c0,0-2.829,2.829-2.828,2.829l-4.243,4.243c-1.562,1.563-1.562,4.096,0,5.657l3.535,3.535c1.563,1.563,4.095,1.563,5.657,0l4.243-4.243c-0.001,0.001,2.828-2.828,2.828-2.828h-4.243l-1.414,1.415l-2.828,2.828c-0.781,0.781-2.048,0.782-2.829,0L6.1,23.778c-0.781-0.781-0.781-2.048,0-2.829l2.828-2.828l1.415-1.415V12.464z"},100:{}}},{i:{a:{p:"M26.959,26.96c-0.195,0.195-0.512,0.195-0.707,0l-3.535-3.535c-0.195-0.195-0.195-0.512,0-0.707c0.195-0.196,0.512-0.196,0.707,0l3.535,3.535C27.155,26.448,27.155,26.765,26.959,26.96zM21.095,29.096l0.001-5c0-0.276-0.224-0.5-0.5-0.5s-0.5,0.224-0.5,0.5l-0.001,5c0,0.276,0.224,0.5,0.5,0.5S21.095,29.372,21.095,29.096zM29.095,20.097l-5-0.001c-0.276,0.001-0.5,0.224-0.5,0.501c0,0.275,0.224,0.5,0.5,0.5h5c0.276,0,0.5-0.224,0.5-0.5C29.596,20.32,29.372,20.097,29.095,20.097zM5.04,5.039c-0.195,0.195-0.195,0.512,0,0.707l3.535,3.536c0.195,0.195,0.512,0.195,0.707,0c0.196-0.195,0.196-0.512,0-0.707L5.747,5.039C5.551,4.844,5.235,4.844,5.04,5.039zM2.404,11.404c0,0.276,0.224,0.5,0.5,0.5l5-0.001c0.276,0,0.5-0.224,0.5-0.5c0-0.276-0.224-0.5-0.5-0.5l-5,0C2.627,10.904,2.404,11.127,2.404,11.404zM11.403,2.403c-0.276,0-0.5,0.224-0.5,0.5v5c0,0.276,0.225,0.5,0.5,0.5c0.277,0,0.5-0.224,0.501-0.5l-0.001-5C11.903,2.627,11.679,2.403,11.403,2.403z",s:"none",fl:"#333"}},f:{0:{p:"M20.595,11.402c0.587,0.587,0.587,1.536,0.001,2.123l-7.07,7.071c-0.586,0.585-1.536,0.587-2.122,0c-0.586-0.585-0.586-1.534,0-2.122l7.071-7.071C19.06,10.817,20.009,10.817,20.595,11.402z"},60:{},61:{p:"M26.959,26.96c-0.195,0.195-0.512,0.195-0.707,0l-3.535-3.535c-0.195-0.195-0.195-0.512,0-0.707c0.195-0.196,0.512-0.196,0.707,0l3.535,3.535C27.155,26.448,27.155,26.765,26.959,26.96zM21.095,29.096l0.001-5c0-0.276-0.224-0.5-0.5-0.5s-0.5,0.224-0.5,0.5l-0.001,5c0,0.276,0.224,0.5,0.5,0.5S21.095,29.372,21.095,29.096zM29.095,20.097l-5-0.001c-0.276,0.001-0.5,0.224-0.5,0.501c0,0.275,0.224,0.5,0.5,0.5h5c0.276,0,0.5-0.224,0.5-0.5C29.596,20.32,29.372,20.097,29.095,20.097zM5.04,5.039c-0.195,0.195-0.195,0.512,0,0.707l3.535,3.536c0.195,0.195,0.512,0.195,0.707,0c0.196-0.195,0.196-0.512,0-0.707L5.747,5.039C5.551,4.844,5.235,4.844,5.04,5.039zM2.404,11.404c0,0.276,0.224,0.5,0.5,0.5l5-0.001c0.276,0,0.5-0.224,0.5-0.5c0-0.276-0.224-0.5-0.5-0.5l-5,0C2.627,10.904,2.404,11.127,2.404,11.404zM11.403,2.403c-0.276,0-0.5,0.224-0.5,0.5v5c0,0.276,0.225,0.5,0.5,0.5c0.277,0,0.5-0.224,0.501-0.5l-0.001-5C11.903,2.627,11.679,2.403,11.403,2.403z"},100:{}}}]},"user-add":{d:1200,it:1,sh:[{i:{a:{p:"M25,2c-2.762,0-5,2.24-5,5s2.238,5,5,5s5-2.24,5-5S27.762,2,25,2zM28,8h-2v2h-2V8h-2V6h2V4h2v2h2V8z",t:"",s:"none",fl:"#333"}},f:{10:{t:"s1.4"},15:{},25:{t:""},100:{}}},{i:{a:{p:"M18.379,24.414c-0.988-0.406-1.385-1.533-1.385-1.533s-0.445,0.256-0.445-0.457c0-0.717,0.445,0.457,0.893-2.301c0,0,1.234-0.359,0.988-3.322h-0.295c0,0,0.742-3.17,0-4.241c-0.744-1.073-1.003-1.93-2.678-2.301c-1.537-0.341-1.039-0.31-2.23-0.259c-1.189,0.053-2.183,0.617-2.183,0.974c0,0-0.743,0.052-1.04,0.359C9.706,11.64,9.21,13.069,9.21,13.428c0,0.357,0.333,2.76,0.581,3.271l-0.38,0.102c-0.248,2.963,0.991,3.322,0.991,3.322c0.445,2.758,0.893,1.584,0.893,2.301c0,0.713-0.447,0.457-0.447,0.457s-0.396,1.127-1.387,1.533c-0.991,0.41-6.493,2.604-6.941,3.066C2.071,27.941,2.122,30,2.122,30h23.597c0,0,0.049-2.059-0.396-2.52C24.873,27.018,19.373,24.824,18.379,24.414z",t:"",s:"none",fl:"#333"}},f:{0:{t:"t-29,0"},30:{},65:{t:"",e:">"},100:{}}}]},"user-ban":{d:1200,it:1,sh:[{i:{a:{p:"M18.379,24.414c-0.988-0.406-1.385-1.533-1.385-1.533s-0.445,0.256-0.445-0.457c0-0.717,0.445,0.457,0.893-2.301c0,0,1.234-0.359,0.988-3.322h-0.295c0,0,0.742-3.17,0-4.241c-0.744-1.073-1.003-1.93-2.678-2.301c-1.537-0.341-1.039-0.31-2.23-0.259c-1.189,0.053-2.183,0.617-2.183,0.974c0,0-0.743,0.052-1.04,0.359C9.706,11.64,9.21,13.069,9.21,13.428c0,0.357,0.333,2.76,0.581,3.271l-0.38,0.102c-0.248,2.963,0.991,3.322,0.991,3.322c0.445,2.758,0.893,1.584,0.893,2.301c0,0.713-0.447,0.457-0.447,0.457s-0.396,1.127-1.387,1.533c-0.991,0.41-6.493,2.604-6.941,3.066C2.071,27.941,2.122,30,2.122,30h23.597c0,0,0.049-2.059-0.396-2.52C24.873,27.018,19.373,24.824,18.379,24.414z",o:1,t:"",s:"none",fl:"#333"}},f:{0:{t:"",o:1},30:{},40:{t:"t2,-4",e:"<"},60:{},80:{o:0},99:{t:""},100:{o:1}}},{i:{a:{p:"M28.535,3.464c-1.952-1.953-5.118-1.952-7.07,0c-1.953,1.953-1.953,5.118,0,7.071c1.952,1.953,5.118,1.952,7.07,0C30.488,8.583,30.488,5.417,28.535,3.464zM22.525,4.525c1.119-1.119,2.802-1.306,4.127-0.592l-4.72,4.72C21.219,7.327,21.406,5.645,22.525,4.525zM23.348,10.067l4.72-4.72c0.714,1.326,0.526,3.008-0.593,4.128C26.355,10.594,24.673,10.781,23.348,10.067z",t:"",s:"none",fl:"#333"}},f:{10:{t:"s1.4"},15:{},25:{t:""},60:{t:"s2.8,2.8,30,2"},99:{},100:{t:""}},fIE:{10:{t:"s1.4"},15:{},25:{t:""},60:{t:"s2.8,2.8,28.5,0.5"},99:{},100:{t:""}}}]},"user-flag":{d:600,it:2,sh:[{i:{a:{p:"M18.379,24.414c-0.988-0.406-1.385-1.533-1.385-1.533s-0.445,0.256-0.445-0.457c0-0.717,0.445,0.457,0.893-2.301c0,0,1.234-0.359,0.988-3.322h-0.295c0,0,0.742-3.17,0-4.241c-0.744-1.073-1.003-1.93-2.678-2.301c-1.537-0.341-1.039-0.31-2.23-0.259c-1.189,0.053-2.183,0.617-2.183,0.974c0,0-0.743,0.052-1.04,0.359C9.706,11.64,9.21,13.069,9.21,13.428c0,0.357,0.333,2.76,0.581,3.271l-0.38,0.102c-0.248,2.963,0.991,3.322,0.991,3.322c0.445,2.758,0.893,1.584,0.893,2.301c0,0.713-0.447,0.457-0.447,0.457s-0.396,1.127-1.387,1.533c-0.991,0.41-6.493,2.604-6.941,3.066C2.071,27.941,2.122,30,2.122,30h23.597c0,0,0.049-2.059-0.396-2.52C24.873,27.018,19.373,24.824,18.379,24.414z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M24,14h-2V4h2V14zM30,12c-4,0-2-2-6-2c0.688-2,0.75-3.875,0-6c4,0,2,2,6,2C30,8,30,10,30,12z",t:"t0,-2",s:"none",fl:"#333"}},f:{16.5:{p:"M23.853,13.477l-1.704,1.046L16.918,6l1.704-1.046L23.853,13.477zM27.385,6.616c-3.408,2.092-2.215,1.359-5.625,3.452c-0.459-2.064-1.387-3.695-3.138-5.114c3.409-2.092,2.216-1.36,5.625-3.452C25.293,3.207,26.34,4.912,27.385,6.616z"},33:{p:"M23.853,13.477l-1.704,1.046L16.918,6l1.704-1.046L23.853,13.477zM23.8,8.814c-3.408,2.092-2.215,1.359-5.625,3.452c-0.96-1.668-1.76-2.968-3.138-5.114c3.409-2.092,2.216-1.36,5.625-3.452C21.708,5.405,22.755,7.109,23.8,8.814z"},50:{p:"M24,14.001h-2v-10h2V14.001zM22,10c-4,0-2,2.001-6,2c0.054-1.923,0.052-3.451,0-6c4,0,2-2,6-2C21.5,6.3,21.6,8.1,22,10z"},66.5:{p:"M23.852,14.524l-1.705-1.047l5.229-8.523L29.081,6L23.852,14.524zM24.239,10.067C20.83,7.976,22.409,8.893,19,6.8c1.052-1.61,1.711-2.9,3-5.1c3.409,2.092,1.967,1.161,5.377,3.253C25.748,6.651,24.891,8.239,24.239,10.067z"},83:{p:"M23.852,14.524l-1.705-1.047l5.229-8.523L29.081,6L23.852,14.524zM27.739,12.167c-3.409-2.092-1.83-1.175-5.239-3.268c1.052-1.61,1.711-2.9,3-5.1c3.409,2.092,1.967,1.161,5.377,3.253C29.8,9,28.9,10.8,27.739,12.167z"},100:{p:"M24,14h-2V4h2V14zM30,12c-4,0-2-2-6-2c0.688-2,0.75-3.875,0-6c4,0,2,2,6,2C30,8,30,10,30,12z"}}}]},"user-remove":{d:1200,it:1,sh:[{i:{a:{p:"M25,2c-2.762,0-5,2.24-5,5s2.238,5,5,5s5-2.24,5-5S27.762,2,25,2zM28,8h-6V6h6V8z",t:"",s:"none",fl:"#333"}},f:{10:{t:"s1.4"},15:{},25:{t:""},100:{}}},{i:{a:{p:"M18.379,24.414c-0.988-0.406-1.385-1.533-1.385-1.533s-0.445,0.256-0.445-0.457c0-0.717,0.445,0.457,0.893-2.301c0,0,1.234-0.359,0.988-3.322h-0.295c0,0,0.742-3.17,0-4.241c-0.744-1.073-1.003-1.93-2.678-2.301c-1.537-0.341-1.039-0.31-2.23-0.259c-1.189,0.053-2.183,0.617-2.183,0.974c0,0-0.743,0.052-1.04,0.359C9.706,11.64,9.21,13.069,9.21,13.428c0,0.357,0.333,2.76,0.581,3.271l-0.38,0.102c-0.248,2.963,0.991,3.322,0.991,3.322c0.445,2.758,0.893,1.584,0.893,2.301c0,0.713-0.447,0.457-0.447,0.457s-0.396,1.127-1.387,1.533c-0.991,0.41-6.493,2.604-6.941,3.066C2.071,27.941,2.122,30,2.122,30h23.597c0,0,0.049-2.059-0.396-2.52C24.873,27.018,19.373,24.824,18.379,24.414z",t:"",s:"none",fl:"#333"}},f:{30:{},65:{t:"t0,25",e:"<"},99:{},100:{t:""}}}]},"users-add":{d:1200,it:1,sh:[{i:{a:{p:"M25,2c-2.762,0-5,2.24-5,5s2.238,5,5,5s5-2.24,5-5S27.762,2,25,2zM28,8h-2v2h-2V8h-2V6h2V4h2v2h2V8z",t:"",s:"none",fl:"#333"}},f:{10:{t:"s1.4"},15:{},25:{t:""},100:{}}},{i:{a:{p:"M18.379,24.414c-0.988-0.406-1.385-1.533-1.385-1.533s-0.445,0.256-0.445-0.457c0-0.717,0.445,0.457,0.893-2.301c0,0,1.234-0.359,0.988-3.322h-0.295c0,0,0.742-3.17,0-4.241c-0.744-1.073-1.003-1.93-2.678-2.301c-1.537-0.341-1.039-0.31-2.23-0.259c-1.189,0.053-2.183,0.617-2.183,0.974c0,0-0.743,0.052-1.04,0.359C9.706,11.64,9.21,13.069,9.21,13.428c0,0.357,0.333,2.76,0.581,3.271l-0.38,0.102c-0.248,2.963,0.991,3.322,0.991,3.322c0.445,2.758,0.893,1.584,0.893,2.301c0,0.713-0.447,0.457-0.447,0.457s-0.396,1.127-1.387,1.533c-0.991,0.41-6.493,2.604-6.941,3.066C2.071,27.941,2.122,30,2.122,30h23.597c0,0,0.049-2.059-0.396-2.52C24.873,27.018,19.373,24.824,18.379,24.414z",t:"",s:"none",fl:"#333"}},f:{0:{t:"t-29,0"},30:{},65:{t:"",e:">"},100:{}}},{i:{a:{p:"M28.378,16.92c-0.033-0.321-0.1-0.605-0.226-0.798c-0.57-0.852-0.796-1.417-2.043-1.824c-1.113-0.315-0.796-0.321-1.702-0.282c-0.904,0.042-1.66,0.563-1.66,0.856c0,0-0.564,0.036-0.793,0.281c-0.217,0.227-0.561,1.238-0.598,1.594h0.021l0.063,0.767c0.016,0.193,0.016,0.365,0.026,0.544c0.066,0.563,0.16,1.141,0.254,1.344l-0.221,0.079c-0.188,2.346,0.76,2.629,0.76,2.629c0.336,2.186,0.677,1.252,0.677,1.823c0,0.565,0.089,0.397,0,0.565c4.31,1.955,4.48,2.748,4.465,5.501H30v-3.606c-0.015-0.006-1.655-0.878-1.661-0.882c-0.758-0.325-1.062-1.216-1.062-1.216s-0.34,0.203-0.34-0.362c0-0.571,0.34,0.362,0.684-1.823c0,0,0.629-0.191,0.754-1.549v-1.037c0-0.013,0-0.027-0.001-0.043h-0.223c0,0,0.164-0.75,0.224-1.571v-0.99H28.378z",t:"",s:"none",fl:"#333"}},f:{0:{t:"t14,0"},30:{},65:{t:"",e:">"},100:{}}}]},"users-ban":{d:1200,it:1,sh:[{i:{a:{p:"M18.379,24.414c-0.988-0.406-1.385-1.533-1.385-1.533s-0.445,0.256-0.445-0.457c0-0.717,0.445,0.457,0.893-2.301c0,0,1.234-0.359,0.988-3.322h-0.295c0,0,0.742-3.17,0-4.241c-0.744-1.073-1.003-1.93-2.678-2.301c-1.537-0.341-1.039-0.31-2.23-0.259c-1.189,0.053-2.183,0.617-2.183,0.974c0,0-0.743,0.052-1.04,0.359C9.706,11.64,9.21,13.069,9.21,13.428c0,0.357,0.333,2.76,0.581,3.271l-0.38,0.102c-0.248,2.963,0.991,3.322,0.991,3.322c0.445,2.758,0.893,1.584,0.893,2.301c0,0.713-0.447,0.457-0.447,0.457s-0.396,1.127-1.387,1.533c-0.991,0.41-6.493,2.604-6.941,3.066C2.071,27.941,2.122,30,2.122,30h23.597c0,0,0.049-2.059-0.396-2.52C24.873,27.018,19.373,24.824,18.379,24.414zM28.378,16.92c-0.033-0.321-0.1-0.605-0.226-0.798c-0.57-0.852-0.796-1.417-2.043-1.824c-1.113-0.315-0.796-0.321-1.702-0.282c-0.904,0.042-1.66,0.563-1.66,0.856c0,0-0.564,0.036-0.793,0.281c-0.217,0.227-0.561,1.238-0.598,1.594h0.021l0.063,0.767c0.016,0.193,0.016,0.365,0.026,0.544c0.066,0.563,0.16,1.141,0.254,1.344l-0.221,0.079c-0.188,2.346,0.76,2.629,0.76,2.629c0.336,2.186,0.677,1.252,0.677,1.823c0,0.565,0.089,0.397,0,0.565c4.31,1.955,4.48,2.748,4.465,5.501H30v-3.606c-0.015-0.006-1.655-0.878-1.661-0.882c-0.758-0.325-1.062-1.216-1.062-1.216s-0.34,0.203-0.34-0.362c0-0.571,0.34,0.362,0.684-1.823c0,0,0.629-0.191,0.754-1.549v-1.037c0-0.013,0-0.027-0.001-0.043h-0.223c0,0,0.164-0.75,0.224-1.571v-0.99H28.378z",o:1,t:"",s:"none",fl:"#333"}},f:{0:{t:"",o:1},30:{},40:{t:"t0,-4",e:"<"},60:{},80:{o:0},99:{t:""},100:{o:1}}},{i:{a:{p:"M28.535,3.464c-1.952-1.953-5.118-1.952-7.07,0c-1.953,1.953-1.953,5.118,0,7.071c1.952,1.953,5.118,1.952,7.07,0C30.488,8.583,30.488,5.417,28.535,3.464zM22.525,4.525c1.119-1.119,2.802-1.306,4.127-0.592l-4.72,4.72C21.219,7.327,21.406,5.645,22.525,4.525zM23.348,10.067l4.72-4.72c0.714,1.326,0.526,3.008-0.593,4.128C26.355,10.594,24.673,10.781,23.348,10.067z",t:"",s:"none",fl:"#333"}},f:{10:{t:"s1.4"},15:{},25:{t:""},60:{t:"s2.8,2.8,30,2"},99:{},100:{t:""}},fIE:{10:{t:"s1.4"},15:{},25:{t:""},60:{t:"s2.8,2.8,28.5,0.5"},99:{},100:{t:""}}}]},"users-remove":{d:1200,it:1,sh:[{i:{a:{p:"M25,2c-2.762,0-5,2.24-5,5s2.238,5,5,5s5-2.24,5-5S27.762,2,25,2zM28,8h-6V6h6V8z",t:"",s:"none",fl:"#333"}},f:{10:{t:"s1.4"},15:{},25:{t:""},100:{}}},{i:{a:{p:"M18.379,24.414c-0.988-0.406-1.385-1.533-1.385-1.533s-0.445,0.256-0.445-0.457c0-0.717,0.445,0.457,0.893-2.301c0,0,1.234-0.359,0.988-3.322h-0.295c0,0,0.742-3.17,0-4.241c-0.744-1.073-1.003-1.93-2.678-2.301c-1.537-0.341-1.039-0.31-2.23-0.259c-1.189,0.053-2.183,0.617-2.183,0.974c0,0-0.743,0.052-1.04,0.359C9.706,11.64,9.21,13.069,9.21,13.428c0,0.357,0.333,2.76,0.581,3.271l-0.38,0.102c-0.248,2.963,0.991,3.322,0.991,3.322c0.445,2.758,0.893,1.584,0.893,2.301c0,0.713-0.447,0.457-0.447,0.457s-0.396,1.127-1.387,1.533c-0.991,0.41-6.493,2.604-6.941,3.066C2.071,27.941,2.122,30,2.122,30h23.597c0,0,0.049-2.059-0.396-2.52C24.873,27.018,19.373,24.824,18.379,24.414zM28.378,16.92c-0.033-0.321-0.1-0.605-0.226-0.798c-0.57-0.852-0.796-1.417-2.043-1.824c-1.113-0.315-0.796-0.321-1.702-0.282c-0.904,0.042-1.66,0.563-1.66,0.856c0,0-0.564,0.036-0.793,0.281c-0.217,0.227-0.561,1.238-0.598,1.594h0.021l0.063,0.767c0.016,0.193,0.016,0.365,0.026,0.544c0.066,0.563,0.16,1.141,0.254,1.344l-0.221,0.079c-0.188,2.346,0.76,2.629,0.76,2.629c0.336,2.186,0.677,1.252,0.677,1.823c0,0.565,0.089,0.397,0,0.565c4.31,1.955,4.48,2.748,4.465,5.501H30v-3.606c-0.015-0.006-1.655-0.878-1.661-0.882c-0.758-0.325-1.062-1.216-1.062-1.216s-0.34,0.203-0.34-0.362c0-0.571,0.34,0.362,0.684-1.823c0,0,0.629-0.191,0.754-1.549v-1.037c0-0.013,0-0.027-0.001-0.043h-0.223c0,0,0.164-0.75,0.224-1.571v-0.99H28.378z",t:"",s:"none",fl:"#333"}},f:{30:{},65:{t:"t0,25",e:"<"},99:{},100:{t:""}}}]},"vector-circle":{d:1200,it:1,sh:[{i:{a:{p:"M27.82,14C26.976,8.979,23.021,5.024,18,4.18V3h-4v1.18C8.979,5.024,5.024,8.979,4.18,14H3v4h1.18c0.844,5.021,4.799,8.976,9.82,9.82V29h4v-1.18c5.021-0.845,8.976-4.799,9.82-9.82H29v-4H27.82zM15,4h2v2h-2V4zM4,17v-2h2v2H4zM17,28h-2v-2h2V28zM18,26.521V25h-4v1.521C9.688,25.706,6.294,22.313,5.479,18H7v-4H5.479C6.294,9.688,9.688,6.294,14,5.479V7h4V5.479c4.313,0.815,7.706,4.21,8.521,8.521H25v4h1.521C25.707,22.313,22.313,25.707,18,26.521zM28,17h-2v-2h2V17z",
s:"none",fl:"#333"}},f:{0:{p:"M3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3zM3,3L3,3L3,3L3,3L3,3zM3,3L3,3L3,3L3,3L3,3zM3,3L3,3L3,3L3,3L3,3zM3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3zM3,3L3,3L3,3L3,3L3,3z"},20:{},35:{p:"M27.82,12C26.976,6.979,23.021,5.024,18,4.18V3h-4v1.18C8.979,5.024,5.024,6.979,4.18,12H3v4h1.18c0.844,5.021,4.799,6.976,9.82,7.82V25h4v-1.18c5.021-0.845,8.976-2.799,9.82-7.82H29v-4H27.82zM15,4h2v2h-2V4zM4,15v-2h2v2H4zM17,24h-2v-2h2V24zM18,22.521V21h-4v1.521C9.688,21.706,6.294,20.313,5.479,16H7v-4H5.479C6.294,7.688,9.688,6.294,14,5.479V7h4V5.479c4.313,0.815,7.706,2.21,8.521,6.521H25v4h1.521C25.707,20.313,22.313,21.707,18,22.521zM28,15h-2v-2h2V15z"},50:{},65:{p:"M27.82,14C26.976,8.979,23.021,5.024,18,4.18V3h-4v1.18C8.979,5.024,5.024,8.979,4.18,14H3v4h1.18c0.844,5.021,4.799,8.976,9.82,9.82V29h4v-1.18c5.021-0.845,8.976-4.799,9.82-9.82H29v-4H27.82zM15,4h2v2h-2V4zM4,17v-2h2v2H4zM17,28h-2v-2h2V28zM18,26.521V25h-4v1.521C9.688,25.706,6.294,22.313,5.479,18H7v-4H5.479C6.294,9.688,9.688,6.294,14,5.479V7h4V5.479c4.313,0.815,7.706,4.21,8.521,8.521H25v4h1.521C25.707,22.313,22.313,25.707,18,26.521zM28,17h-2v-2h2V17z"},100:{}}},{i:{a:{p:"M12,6H6v6H4V6h-6V4h6v-6h2v6h6V6z",t:"t-8,-8",s:"none",fl:"#333"}},f:{10:{t:""},20:{},35:{t:"t22,18"},50:{},65:{t:"t22,22"},75:{t:"t29,29"},76:{t:"t-8,-8"},100:{}}}]},"vector-curve":{d:1200,it:1,sh:[{i:{a:{p:"M25,3v1.305C14.055,5.344,5.347,14.054,4.308,25H3v4h4v-4H5.812C6.84,14.884,14.884,6.847,25,5.817V7h4V3H25zM6,26v2H4v-2H6zM28,6h-2V4h2V6z",s:"none",fl:"#333"}},f:{0:{p:"M3,29L3,29L3,29L3,29L3,29L3,29L3,29L3,29L3,29L3,29L3,29L3,29L3,29zM3,29L3,29L3,29L3,29L3,29zM3,29L3,29L3,29L3,29L3,29z"},20:{},35:{p:"M25,16v1.305C17.048,15.238,6.429,17.762,4.308,25H3v4h4v-4H5.812C8.333,18.952,17,17,25,18.817V20h4v-4H25zM6,26v2H4v-2H6zM28,19h-2v-2h2V19z"},50:{},65:{p:"M25,3v1.305C14.055,5.344,5.347,14.054,4.308,25H3v4h4v-4H5.812C6.84,14.884,14.884,6.847,25,5.817V7h4V3H25zM6,26v2H4v-2H6zM28,6h-2V4h2V6z"},100:{}}},{i:{a:{p:"M12,28H6v6H4v-6h-6v-2h6v-6h2v6h6V28z",t:"t-8,8",s:"none",fl:"#333"}},f:{10:{t:""},20:{},35:{t:"t22,-9"},50:{},65:{t:"t22,-24"},75:{t:"t29,-29"},76:{t:"t-8,8"},100:{}}}]},"vector-line":{d:1200,it:1,sh:[{i:{a:{p:"M25,3v2.939L5.939,25H3v4h4v-2.939L26.061,7H29V3H25zM6,28H4v-2h2V28zM28,6h-2V4h2V6z",s:"none",fl:"#333"}},f:{0:{p:"M3,29L3,29L3,29L3,29L3,29L3,29L3,29L3,29L3,29L3,29L3,29zM3,29L3,29L3,29L3,29L3,29zM3,29L3,29L3,29L3,29L3,29z"},20:{},35:{p:"M25,16v2.939L5.939,25H3v4h4v-2.939L26.061,20H29v-4H25zM6,28H4v-2h2V28zM28,19h-2v-2h2V19z"},50:{},65:{p:"M25,3v2.939L5.939,25H3v4h4v-2.939L26.061,7H29V3H25zM6,28H4v-2h2V28zM28,6h-2V4h2V6z"},100:{}}},{i:{a:{p:"M12,28H6v6H4v-6h-6v-2h6v-6h2v6h6V28z",t:"t-8,8",s:"none",fl:"#333"}},f:{10:{t:""},20:{},35:{t:"t22,-9"},50:{},65:{t:"t22,-24"},75:{t:"t29,-29"},76:{t:"t-8,8"},100:{}}}]},"vector-polygon":{d:1200,it:1,sh:[{i:{a:{p:"M25.328,11L18,4.676V3h-4v1.676L6.672,11H3v4h1.051L7.3,25H7v4h4v-1h10v1h4v-4h-0.301l3.25-10H29v-4H25.328zM15,4h2v2h-2V4zM6,14H4v-2h2V14zM10,28H8v-2h2V28zM24,28h-2v-2h2V28zM22.597,25H21v1H11v-1H9.403L6.154,15H7v-1.766L14.204,7h3.592L25,13.234V15h0.846L22.597,25zM28,14h-2v-2h2V14z",s:"none",fl:"#333"}},f:{0:{p:"M3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3zM3,3L3,3L3,3L3,3L3,3zM3,3L3,3L3,3L3,3L3,3zM3,3L3,3L3,3L3,3L3,3zM3,3L3,3L3,3L3,3L3,3zM3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3L3,3zM3,3L3,3L3,3L3,3L3,3z"},20:{},35:{p:"M23.328,8L17,4.676V3h-4v1.676L6.672,8H3v4h1.051L7.3,17H7v4h4v-1h8v1h4v-4h-0.301l3.25-5H27V8H23.328zM14,4h2v2h-2V4zM6,11H4V9h2V11zM10,20H8v-2h2V20zM22,20h-2v-2h2V20zM20.597,17H19v1h-8v-1H9.403l-3.249-5H7v-1.766L13.204,7h3.592L23,10.234V12h0.846L20.597,17zM26,11h-2V9h2V11z"},50:{},65:{p:"M25.328,11L18,4.676V3h-4v1.676L6.672,11H3v4h1.051L7.3,25H7v4h4v-1h10v1h4v-4h-0.301l3.25-10H29v-4H25.328zM15,4h2v2h-2V4zM6,14H4v-2h2V14zM10,28H8v-2h2V28zM24,28h-2v-2h2V28zM22.597,25H21v1H11v-1H9.403L6.154,15H7v-1.766L14.204,7h3.592L25,13.234V15h0.846L22.597,25zM28,14h-2v-2h2V14z"},100:{}}},{i:{a:{p:"M12,6H6v6H4V6h-6V4h6v-6h2v6h6V6z",t:"t-8,-8",s:"none",fl:"#333"}},f:{10:{t:""},20:{},35:{t:"t20,15"},50:{},65:{t:"t22,22"},75:{t:"t29,29"},76:{t:"t-8,-8"},100:{}}}]},"vector-square":{d:1200,it:1,sh:[{i:{a:{p:"M29,7V3h-4v1H7V3H3v4h1v18H3v4h4v-1h18v1h4v-4h-1V7H29zM4,4h2v2H4V4zM6,28H4v-2h2V28zM25,26H7v-1H6V7h1V6h18v1h1v18h-1V26zM28,28h-2v-2h2V28zM26,6V4h2v2H26z",s:"none",fl:"#333"}},f:{0:{p:"M5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5zM5.228,5L5.228,5L5.228,5L5.228,5L5.228,5zM5.228,5L5.228,5L5.228,5L5.228,5L5.228,5zM5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5L5.228,5zM5.228,5L5.228,5L5.228,5L5.228,5L5.228,5zM5.228,5L5.228,5L5.228,5L5.228,5L5.228,5z"},20:{},35:{p:"M20,7V3h-4v1H7V3H3v4h1v14H3v4h4v-1h9v1h4v-4h-1V7H20zM4,4h2v2H4V4zM6,24H4v-2h2V24zM16,22H7v-1H6V7h1V6h9v1h1v14h-1V22zM19,24h-2v-2h2V24zM17,6V4h2v2H17z"},50:{},65:{p:"M29,7V3h-4v1H7V3H3v4h1v18H3v4h4v-1h18v1h4v-4h-1V7H29zM4,4h2v2H4V4zM6,28H4v-2h2V28zM25,26H7v-1H6V7h1V6h18v1h1v18h-1V26zM28,28h-2v-2h2V28zM26,6V4h2v2H26z"},100:{}}},{i:{a:{p:"M12,6H6v6H4V6h-6V4h6v-6h2v6h6V6z",t:"t-8,-8",s:"none",fl:"#333"}},f:{10:{t:""},20:{},35:{t:"t14,18"},50:{},65:{t:"t22,22"},75:{t:"t29,29"},76:{t:"t-8,-8"},100:{}}}]},webcam:{d:350,it:4,sh:[{i:{a:{p:"M16.004,14c-1.104,0-2-0.896-2-1.999S14.9,10,16.004,10c0.233,0,0.458,0.04,0.664,0.114c-0.391,0.186-0.664,0.59-0.664,1.053c0,0.645,0.523,1.167,1.166,1.167c0.328,0,0.621-0.134,0.834-0.351v0.018C18.004,13.104,17.107,14,16.004,14zM23.929,28.741c0,0,0,1.259-1.133,1.259H9.204c-1.132,0-1.132-1.259-1.132-1.259c0-1.258,5.411-2.741,5.411-2.741v-0.815c-0.955-0.312-1.832-0.792-2.517-1.477C7.407,20.148,5.854,8.146,9,5c3.775-3.775,10.225-3.775,14,0c3.146,3.146,1.593,15.148-1.966,18.708c-0.685,0.685-1.563,1.165-2.518,1.477V26C18.517,26,23.929,27.483,23.929,28.741zM16,16c2.207,0,4-1.791,4-4c0-2.208-1.793-4-4-4c-2.209,0-4,1.792-4,4C12,14.208,13.791,16,16,16zM17.5,21c0-0.828-0.672-1.5-1.5-1.5s-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5S17.5,21.828,17.5,21z",s:"none",fl:"#333"}},f:{20:{},50:{p:"M16.004,14c-1.104,0-2-0.896-2-1.999S14.9,10,16.004,10c0.233,0,0.458,0.04,0.664,0.114c-0.391,0.186-0.664,0.59-0.664,1.053c0,0.645,0.523,1.167,1.166,1.167c0.328,0,0.621-0.134,0.834-0.351v0.018C18.004,13.104,17.107,14,16.004,14zM23.929,28.741c0,0,0,1.259-1.133,1.259H9.204c-1.132,0-1.132-1.259-1.132-1.259c0-1.258,5.411-2.741,5.411-2.741v-0.815c-0.955-0.312-1.832-0.792-2.517-1.477C7.407,20.148,5.854,8.146,9,5c3.775-3.775,10.225-3.775,14,0c3.146,3.146,1.593,15.148-1.966,18.708c-0.685,0.685-1.563,1.165-2.518,1.477V26C18.517,26,23.929,27.483,23.929,28.741zM16,16c2.207,0,4-1.791,4-4c0-2.208-1.793-4-4-4c-2.209,0-4,1.792-4,4C12,14.208,13.791,16,16,16zM16.05,21c0-0.027-0.022-0.05-0.05-0.05s-0.05,0.022-0.05,0.05s0.022,0.05,0.05,0.05S16.05,21.027,16.05,21z"},80:{},100:{p:"M16.004,14c-1.104,0-2-0.896-2-1.999S14.9,10,16.004,10c0.233,0,0.458,0.04,0.664,0.114c-0.391,0.186-0.664,0.59-0.664,1.053c0,0.645,0.523,1.167,1.166,1.167c0.328,0,0.621-0.134,0.834-0.351v0.018C18.004,13.104,17.107,14,16.004,14zM23.929,28.741c0,0,0,1.259-1.133,1.259H9.204c-1.132,0-1.132-1.259-1.132-1.259c0-1.258,5.411-2.741,5.411-2.741v-0.815c-0.955-0.312-1.832-0.792-2.517-1.477C7.407,20.148,5.854,8.146,9,5c3.775-3.775,10.225-3.775,14,0c3.146,3.146,1.593,15.148-1.966,18.708c-0.685,0.685-1.563,1.165-2.518,1.477V26C18.517,26,23.929,27.483,23.929,28.741zM16,16c2.207,0,4-1.791,4-4c0-2.208-1.793-4-4-4c-2.209,0-4,1.792-4,4C12,14.208,13.791,16,16,16zM17.5,21c0-0.828-0.672-1.5-1.5-1.5s-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5S17.5,21.828,17.5,21z"}}}]},wifi:{d:800,it:1,sh:[{i:{a:{p:"M18.648,23.951L16,26.6l-2.648-2.648C14.813,22.49,17.187,22.49,18.648,23.951zM9.378,19.979l2.649,2.65c2.194-2.195,5.752-2.195,7.944,0l2.648-2.65C18.963,16.322,13.034,16.322,9.378,19.979z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M5.407,16.006l2.648,2.647c4.387-4.387,11.503-4.387,15.89,0l2.649-2.647C20.743,10.156,11.256,10.156,5.407,16.006z",s:"none",fl:"#333",o:1}},f:{0:{o:0},20:{},21:{o:1},100:{}}},{i:{a:{p:"M1.434,12.034l2.649,2.648c6.582-6.582,17.253-6.582,23.835,0l2.648-2.648C22.522,3.989,9.478,3.989,1.434,12.034z",s:"none",fl:"#333",o:1}},f:{0:{o:0},30:{},31:{o:1},50:{},51:{o:0},70:{},71:{o:1},100:{}}}]},"wifi-alt":{d:500,it:2,sh:[{i:{a:{p:"M19.85,17.844l2.107,2.107c2.67-3.529,2.688-8.401,0.049-11.951l-2.162,2.16c0.729,1.104,1.162,2.418,1.162,3.84C21.006,15.42,20.578,16.739,19.85,17.844zM12.148,17.844l-2.105,2.107C7.374,16.422,7.356,11.55,9.995,8l2.161,2.16c-0.73,1.104-1.164,2.418-1.164,3.84C10.992,15.42,11.422,16.739,12.148,17.844z",s:"none",fl:"#333",o:1}},f:{16.5:{o:0},33:{o:0},49.5:{o:1},66:{o:1},82.5:{o:1},100:{o:1}}},{i:{a:{p:"M24.141,22.133l2.105,2.104c4.988-5.916,5.006-14.594,0.053-20.531l-2.16,2.162c1.791,2.227,2.869,5.051,2.869,8.133C27.008,17.08,25.932,19.904,24.141,22.133zM7.86,22.133l-2.105,2.104C0.767,18.32,0.749,9.642,5.702,3.706l2.16,2.162C6.071,8.094,4.993,10.918,4.993,14C4.993,17.08,6.069,19.904,7.86,22.133z",s:"none",fl:"#333",o:1}},f:{16.5:{o:0},33:{o:0},49.5:{o:0},66:{o:1},82.5:{o:1},100:{o:1}}},{i:{a:{p:"M18,26c0-2-0.921-10.359-0.921-10.359C17.621,15.284,18,14.699,18,14c0-1.105-0.895-2-2-2c-1.104,0-2,0.895-2,2c0,0.698,0.379,1.282,0.921,1.641C14.921,15.641,14,24,14,26v4h4V26z",s:"none",fl:"#333",o:1}},f:{}}]},adjust:{d:600,it:1,sh:[{i:{a:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM16,27C9.924,27,5,22.076,5,16S9.924,5,16,5c0,1.005,0,2.244,0,4c0,1.736,0,3.979,0,7c0,3.259,0,5.323,0,7C16,24.45,16,25.609,16,27z",s:"none",fl:"#333"}},f:{10:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM16,27C9.924,27,5,22.076,5,16S9.924,5,16,5c3,0,5,1.2,5,1.2s0,6.778,0,9.8c0,3.259,0,9.8,0,9.8S19,27,16,27z"},20:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM16,27C9.924,27,5,22.076,5,16S9.924,5,16,5c7,0,10,6.3,10,6.3s0,1.678,0,4.7c0,3.259,0,4.7,0,4.7S23,27,16,27z"},30:{},40:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM16,27C9.924,27,5,22.076,5,16S9.924,5,16,5c3,0,5,1.2,5,1.2s0,6.778,0,9.8c0,3.259,0,9.8,0,9.8S19,27,16,27z"},50:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM16,27C9.924,27,5,22.076,5,16S9.924,5,16,5c0,1.005,0,2.244,0,4c0,1.736,0,3.979,0,7c0,3.259,0,5.323,0,7C16,24.45,16,25.609,16,27z"},60:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM11,25.8C8,24,5,21,5,16s3-8,6-9.8c0,2.8,0,5.1,0,5.1s0,1.678,0,4.7c0,3.259,0,4.7,0,4.7S11,22,11,25.8z"},70:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM7,22.3C6,21,5,19,5,16s1-5,2-6.3C7,12.5,7,11,7,11s0,1.978,0,5c0,3.259,0,5,0,5S7,18.5,7,22.3z"},80:{},90:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM11,25.8C8,24,5,21,5,16s3-8,6-9.8c0,2.8,0,5.1,0,5.1s0,1.678,0,4.7c0,3.259,0,4.7,0,4.7S11,22,11,25.8z"},100:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM16,27C9.924,27,5,22.076,5,16S9.924,5,16,5c0,1.005,0,2.244,0,4c0,1.736,0,3.979,0,7c0,3.259,0,5.323,0,7C16,24.45,16,25.609,16,27z"}}}]},alarm:{d:500,it:1,sh:[{i:{a:{p:"M11.583,4.719l-1.255-1.792c-0.76-1.086-2.256-1.351-3.343-0.59L4.365,4.172c-1.086,0.761-1.35,2.257-0.59,3.343L5.03,9.307c0.822-1.037,1.8-1.978,2.939-2.775C9.109,5.734,10.328,5.137,11.583,4.719z",s:"none",fl:"#333"}},f:{15:{t:"t-1,1"},25:{t:"t1,-1"},35:{t:"t-1,1"},45:{t:"t1,-1"},55:{t:"t-1,1"},65:{t:"t1,-1"},75:{t:"t-1,1"},85:{t:"t1,-1"},95:{t:"t-1,1"},100:{t:""}}},{i:{a:{p:"M26.968,9.308l1.256-1.791c0.761-1.086,0.499-2.584-0.589-3.345l-2.622-1.834c-1.084-0.762-2.582-0.497-3.343,0.59L20.415,4.72c1.255,0.417,2.478,1.015,3.616,1.812C25.17,7.33,26.147,8.271,26.968,9.308z",s:"none",fl:"#333"}},f:{15:{t:"t1,1"},25:{t:"t-1,-1"},35:{t:"t1,1"},45:{t:"t-1,-1"},55:{t:"t1,1"},65:{t:"t-1,-1"},75:{t:"t1,1"},85:{t:"t-1,-1"},95:{t:"t1,1"},100:{t:""}}},{i:{a:{p:"M16.866,17.5c0.276,0.479,0.112,1.09-0.366,1.366s-1.09,0.112-1.366-0.366S11.567,11.322,12,11.072S16.59,17.021,16.866,17.5z",s:"none",fl:"#333"}},f:{10:{t:"r30,16,18"},90:{},91:{t:""}},fIE:{10:{t:"r30,14.5,16.5"},90:{},91:{t:""}}},{i:{a:{p:"M16.5,6.025V4h0.9C17.731,4,18,3.731,18,3.4V2.6C18,2.269,17.731,2,17.4,2h-2.8C14.269,2,14,2.269,14,2.6v0.8C14,3.731,14.269,4,14.6,4h0.9v2.025C9.107,6.29,4,11.541,4,18c0,3.463,1.476,6.574,3.821,8.764L6,28.586V30h1.414l1.984-1.984C11.293,29.268,13.561,30,16,30c2.441,0,4.707-0.732,6.602-1.982L24.586,30H26v-1.414l-1.822-1.82C26.525,24.574,28,21.465,28,18C28,11.541,22.896,6.289,16.5,6.025zM16.843,26.914l-0.344-2.748h-1l-0.344,2.748c-4.256-0.402-7.616-3.736-8.062-7.98l2.823-0.352v-1l-2.839-0.355c0.373-4.313,3.757-7.724,8.058-8.14L15.5,12h1l0.364-2.913c4.3,0.417,7.685,3.827,8.058,8.142l-2.84,0.354v1l2.824,0.354C24.461,23.18,21.098,26.514,16.843,26.914zM15.134,17.5c0.276-0.479,0.887-0.643,1.366-0.366c0.479,0.276,0.642,0.888,0.366,1.366s-3.183,4.513-3.616,4.263C12.817,22.513,14.858,17.979,15.134,17.5z",s:"none",fl:"#333"}},f:{}}]},"align-center":{d:800,it:1,sh:[{i:{a:{p:"M23.4,10H8.6C8.269,10,8,9.731,8,9.4V6.6C8,6.269,8.269,6,8.6,6h14.8C23.731,6,24,6.269,24,6.6v2.8C24,9.731,23.731,10,23.4,10zM27.4,12H4.6C4.269,12,4,12.269,4,12.6v2.8C4,15.731,4.269,16,4.6,16h22.8c0.331,0,0.6-0.269,0.6-0.6v-2.8C28,12.269,27.731,12,27.4,12zM23.4,18H8.6C8.269,18,8,18.269,8,18.6V21.4C8,21.731,8.269,22,8.6,22h14.8c0.331,0,0.6-0.269,0.6-0.6V18.6C24,18.269,23.731,18,23.4,18zM27.4,24H4.6C4.269,24,4,24.269,4,24.6V27.4C4,27.731,4.269,28,4.6,28h22.8c0.331,0,0.6-0.269,0.6-0.6V24.6C28,24.269,27.731,24,27.4,24z",s:"none",fl:"#333"}},f:{0:{p:"M15.4,10H0.6C0.269,10,0,9.731,0,9.4V6.6C0,6.269,0.269,6,0.6,6h14.8C15.731,6,16,6.269,16,6.6v2.8C16,9.731,15.731,10,15.4,10zM35.4,12H12.6c-0.332,0-0.6,0.269-0.6,0.6v2.8c0,0.332,0.269,0.6,0.6,0.6h22.8c0.331,0,0.6-0.269,0.6-0.6v-2.8C36,12.269,35.731,12,35.4,12zM17.4,18H2.6C2.269,18,2,18.269,2,18.6V21.4C2,21.731,2.269,22,2.6,22h14.8c0.331,0,0.6-0.269,0.6-0.6V18.6C18,18.269,17.731,18,17.4,18zM13.4,24H-9.4c-0.332,0-0.6,0.269-0.6,0.6V27.4c0,0.331,0.269,0.6,0.6,0.6h22.8c0.332,0,0.6-0.269,0.6-0.6V24.6C14,24.269,13.731,24,13.4,24z"},20:{},60:{p:"M23.4,10H8.6C8.269,10,8,9.731,8,9.4V6.6C8,6.269,8.269,6,8.6,6h14.8C23.731,6,24,6.269,24,6.6v2.8C24,9.731,23.731,10,23.4,10zM27.4,12H4.6C4.269,12,4,12.269,4,12.6v2.8C4,15.731,4.269,16,4.6,16h22.8c0.331,0,0.6-0.269,0.6-0.6v-2.8C28,12.269,27.731,12,27.4,12zM23.4,18H8.6C8.269,18,8,18.269,8,18.6V21.4C8,21.731,8.269,22,8.6,22h14.8c0.331,0,0.6-0.269,0.6-0.6V18.6C24,18.269,23.731,18,23.4,18zM27.4,24H4.6C4.269,24,4,24.269,4,24.6V27.4C4,27.731,4.269,28,4.6,28h22.8c0.331,0,0.6-0.269,0.6-0.6V24.6C28,24.269,27.731,24,27.4,24z",e:"elastic"},100:{}}}]},"align-justify":{d:800,it:1,sh:[{i:{a:{p:"M27.4,10H4.6C4.269,10,4,9.731,4,9.4V6.6C4,6.269,4.269,6,4.6,6h22.8C27.731,6,28,6.269,28,6.6 v2.8C28,9.731,27.731,10,27.4,10zM27.4,12H4.6C4.269,12,4,12.269,4,12.6v2.8C4,15.731,4.269,16,4.6,16h22.8 c0.331,0,0.6-0.269,0.6-0.6v-2.8C28,12.269,27.731,12,27.4,12zM27.4,18H4.6C4.269,18,4,18.269,4,18.6V21.4 C4,21.731,4.269,22,4.6,22h22.8c0.331,0,0.6-0.269,0.6-0.6V18.6C28,18.269,27.731,18,27.4,18zM27.4,24H4.6 C4.269,24,4,24.269,4,24.6V27.4C4,27.731,4.269,28,4.6,28h22.8c0.331,0,0.6-0.269,0.6-0.6V24.6C28,24.269,27.731,24,27.4,24z",s:"none",fl:"#333"}},f:{0:{p:"M27.4,10H14.6C14.269,10,14,9.731,14,9.4V6.6C14,6.269,14.269,6,14.6,6h12.8 C27.731,6,28,6.269,28,6.6v2.8C28,9.731,27.731,10,27.4,10zM21.4,12H4.6C4.269,12,4,12.269,4,12.6v2.8C4,15.731,4.269,16,4.6,16 h16.8c0.331,0,0.6-0.269,0.6-0.6v-2.8C22,12.269,21.731,12,21.4,12zM17.4,18H2.6C2.269,18,2,18.269,2,18.6V21.4 C2,21.731,2.269,22,2.6,22h14.8c0.331,0,0.6-0.269,0.6-0.6V18.6C18,18.269,17.731,18,17.4,18zM27.4,24H10.6 c-0.332,0-0.6,0.269-0.6,0.6V27.4c0,0.331,0.269,0.6,0.6,0.6h16.8c0.331,0,0.6-0.269,0.6-0.6V24.6C28,24.269,27.731,24,27.4,24z"},20:{},60:{p:"M27.4,10H4.6C4.269,10,4,9.731,4,9.4V6.6C4,6.269,4.269,6,4.6,6h22.8C27.731,6,28,6.269,28,6.6 v2.8C28,9.731,27.731,10,27.4,10zM27.4,12H4.6C4.269,12,4,12.269,4,12.6v2.8C4,15.731,4.269,16,4.6,16h22.8 c0.331,0,0.6-0.269,0.6-0.6v-2.8C28,12.269,27.731,12,27.4,12zM27.4,18H4.6C4.269,18,4,18.269,4,18.6V21.4 C4,21.731,4.269,22,4.6,22h22.8c0.331,0,0.6-0.269,0.6-0.6V18.6C28,18.269,27.731,18,27.4,18zM27.4,24H4.6 C4.269,24,4,24.269,4,24.6V27.4C4,27.731,4.269,28,4.6,28h22.8c0.331,0,0.6-0.269,0.6-0.6V24.6C28,24.269,27.731,24,27.4,24z",e:"elastic"},100:{}}}]},"align-left":{d:800,it:1,sh:[{i:{a:{p:"M17.4,10H4.6C4.269,10,4,9.731,4,9.4V6.6C4,6.269,4.269,6,4.6,6h12.8C17.731,6,18,6.269,18,6.6 v2.8C18,9.731,17.731,10,17.4,10zM25.4,12H4.6C4.269,12,4,12.269,4,12.6v2.8C4,15.731,4.269,16,4.6,16h20.8 c0.331,0,0.6-0.269,0.6-0.6v-2.8C26,12.269,25.731,12,25.4,12zM21.4,18H4.6C4.269,18,4,18.269,4,18.6V21.4 C4,21.731,4.269,22,4.6,22h16.8c0.331,0,0.6-0.269,0.6-0.6V18.6C22,18.269,21.731,18,21.4,18zM27.4,24H4.6 C4.269,24,4,24.269,4,24.6V27.4C4,27.731,4.269,28,4.6,28h22.8c0.331,0,0.6-0.269,0.6-0.6V24.6C28,24.269,27.731,24,27.4,24z",s:"none",fl:"#333"}},f:{0:{p:"M13.4,10H0.6C0.269,10,0,9.731,0,9.4V6.6C0,6.269,0.269,6,0.6,6h12.8C13.731,6,14,6.269,14,6.6 v2.8C14,9.731,13.731,10,13.4,10zM29.4,12H8.6C8.269,12,8,12.269,8,12.6v2.8C8,15.731,8.269,16,8.6,16h20.8 c0.331,0,0.6-0.269,0.6-0.6v-2.8C30,12.269,29.731,12,29.4,12zM29.4,18H12.6c-0.332,0-0.6,0.269-0.6,0.6V21.4 c0,0.331,0.269,0.6,0.6,0.6h16.8c0.331,0,0.6-0.269,0.6-0.6V18.6C30,18.269,29.731,18,29.4,18zM15.4,24H-7.4 C-7.731,24-8,24.269-8,24.6V27.4c0,0.331,0.269,0.6,0.6,0.6h22.8c0.332,0,0.6-0.269,0.6-0.6V24.6C16,24.269,15.731,24,15.4,24z"},20:{},60:{p:"M17.4,10H4.6C4.269,10,4,9.731,4,9.4V6.6C4,6.269,4.269,6,4.6,6h12.8C17.731,6,18,6.269,18,6.6 v2.8C18,9.731,17.731,10,17.4,10zM25.4,12H4.6C4.269,12,4,12.269,4,12.6v2.8C4,15.731,4.269,16,4.6,16h20.8 c0.331,0,0.6-0.269,0.6-0.6v-2.8C26,12.269,25.731,12,25.4,12zM21.4,18H4.6C4.269,18,4,18.269,4,18.6V21.4 C4,21.731,4.269,22,4.6,22h16.8c0.331,0,0.6-0.269,0.6-0.6V18.6C22,18.269,21.731,18,21.4,18zM27.4,24H4.6 C4.269,24,4,24.269,4,24.6V27.4C4,27.731,4.269,28,4.6,28h22.8c0.331,0,0.6-0.269,0.6-0.6V24.6C28,24.269,27.731,24,27.4,24z",e:"elastic"},100:{}}}]},"align-right":{d:800,it:1,sh:[{i:{a:{p:"M27.4,10H14.6C14.269,10,14,9.731,14,9.4V6.6C14,6.269,14.269,6,14.6,6h12.8 C27.731,6,28,6.269,28,6.6v2.8C28,9.731,27.731,10,27.4,10zM27.4,12H6.6C6.269,12,6,12.269,6,12.6v2.8C6,15.731,6.269,16,6.6,16 h20.8c0.331,0,0.6-0.269,0.6-0.6v-2.8C28,12.269,27.731,12,27.4,12zM27.4,18H10.6c-0.332,0-0.6,0.269-0.6,0.6V21.4 c0,0.331,0.269,0.6,0.6,0.6h16.8c0.331,0,0.6-0.269,0.6-0.6V18.6C28,18.269,27.731,18,27.4,18zM27.4,24H4.6 C4.269,24,4,24.269,4,24.6V27.4C4,27.731,4.269,28,4.6,28h22.8c0.331,0,0.6-0.269,0.6-0.6V24.6C28,24.269,27.731,24,27.4,24z",s:"none",fl:"#333"}},f:{0:{p:"M31.4,10H18.6C18.269,10,18,9.731,18,9.4V6.6C18,6.269,18.269,6,18.6,6H31.4 C31.731,6,32,6.269,32,6.6v2.8C32,9.731,31.731,10,31.4,10zM23.4,12H2.6C2.269,12,2,12.269,2,12.6v2.8C2,15.731,2.269,16,2.6,16 h20.8c0.331,0,0.6-0.269,0.6-0.6v-2.8C24,12.269,23.731,12,23.4,12zM17.4,18H0.6C0.269,18,0,18.269,0,18.6V21.4 C0,21.731,0.269,22,0.6,22h16.8c0.331,0,0.6-0.269,0.6-0.6V18.6C18,18.269,17.731,18,17.4,18zM41.4,24H18.6 c-0.331,0-0.6,0.269-0.6,0.6V27.4c0,0.331,0.269,0.6,0.6,0.6H41.4c0.331,0,0.6-0.269,0.6-0.6V24.6C42,24.269,41.731,24,41.4,24z"},20:{},60:{p:"M27.4,10H14.6C14.269,10,14,9.731,14,9.4V6.6C14,6.269,14.269,6,14.6,6h12.8 C27.731,6,28,6.269,28,6.6v2.8C28,9.731,27.731,10,27.4,10zM27.4,12H6.6C6.269,12,6,12.269,6,12.6v2.8C6,15.731,6.269,16,6.6,16 h20.8c0.331,0,0.6-0.269,0.6-0.6v-2.8C28,12.269,27.731,12,27.4,12zM27.4,18H10.6c-0.332,0-0.6,0.269-0.6,0.6V21.4 c0,0.331,0.269,0.6,0.6,0.6h16.8c0.331,0,0.6-0.269,0.6-0.6V18.6C28,18.269,27.731,18,27.4,18zM27.4,24H4.6 C4.269,24,4,24.269,4,24.6V27.4C4,27.731,4.269,28,4.6,28h22.8c0.331,0,0.6-0.269,0.6-0.6V24.6C28,24.269,27.731,24,27.4,24z",e:"elastic"},100:{}}}]},android:{d:800,it:1,sh:[{i:{a:{p:"M20.015,4.7l1.399-2.033c0.083-0.121,0.063-0.279-0.046-0.354s-0.265-0.038-0.348,0.083l-1.454,2.111c-0.958-0.377-2.023-0.588-3.146-0.588s-2.029,0.21-2.987,0.588l-1.456-2.111c-0.082-0.121-0.237-0.158-0.346-0.083c-0.108,0.075-0.129,0.233-0.046,0.354l1.4,2.033C10.76,5.735,9.199,7.703,9,10h15C23.802,7.703,22.24,5.735,20.015,4.7zM13.381,7.903c-0.463,0-0.838-0.375-0.838-0.839c0-0.464,0.375-0.838,0.838-0.838c0.463,0,0.839,0.374,0.839,0.838C14.22,7.528,13.845,7.903,13.381,7.903zM19.724,7.903c-0.463,0-0.839-0.375-0.839-0.839c0-0.464,0.376-0.838,0.839-0.838s0.838,0.374,0.838,0.838C20.562,7.528,20.187,7.903,19.724,7.903zM27,11c-0.941,0-1.701,0.775-1.701,1.73v6.762c0,0.955,0.76,1.73,1.701,1.73c0.94,0,1.703-0.775,1.703-1.73V12.73C28.703,11.775,27.94,11,27,11zM6,11c-0.939,0-1.702,0.775-1.702,1.73v6.762c0,0.955,0.763,1.73,1.702,1.73c0.942,0,1.705-0.775,1.705-1.73V12.73C7.705,11.775,6.942,11,6,11zM24,11v12.354c0,0.732-0.565,1.347-1.3,1.347h-1.493v3.762c0,0.955-0.763,1.73-1.704,1.73c-0.939,0-1.703-0.775-1.703-1.73V24.7h-2.6v3.762c0,0.955-0.762,1.73-1.703,1.73s-1.704-0.775-1.704-1.73V24.7H10.3c-0.734,0-1.3-0.614-1.3-1.347V11H24z",s:"none",fl:"#97C03C"}},f:{}}]},"angle-wide-down":{d:500,it:2,sh:[{i:{a:{p:"",s:"none",fl:"#333"}},f:{0:{t:"t0,0",p:"M4,12.796c0,0.094,0.066,0.209,0.146,0.258l11.706,6.91c0.081,0.048,0.214,0.048,0.295,0l11.705-6.912C27.935,13.004,28,12.888,28,12.794V11.8c0-0.189-0.132-0.265-0.295-0.167L16,18.587L4.295,11.633C4.133,11.535,4,11.61,4,11.8V12.796z"},50:{t:"t0,3.5"},99:{t:""},100:{p:""}}},{i:{a:{p:"M4,12.796c0,0.094,0.066,0.209,0.146,0.258l11.706,6.91c0.081,0.048,0.214,0.048,0.295,0l11.705-6.912C27.935,13.004,28,12.888,28,12.794V11.8c0-0.189-0.132-0.265-0.295-0.167L16,18.587L4.295,11.633C4.133,11.535,4,11.61,4,11.8V12.796z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"",s:"none",fl:"#333"}},f:{0:{t:"t0,0",p:"M4,12.796c0,0.094,0.066,0.209,0.146,0.258l11.706,6.91c0.081,0.048,0.214,0.048,0.295,0l11.705-6.912C27.935,13.004,28,12.888,28,12.794V11.8c0-0.189-0.132-0.265-0.295-0.167L16,18.587L4.295,11.633C4.133,11.535,4,11.61,4,11.8V12.796z"},50:{t:"t0,-3.5"},99:{t:""},100:{p:""}}}]},"angle-wide-left":{d:500,it:2,sh:[{i:{a:{p:"",s:"none",fl:"#333"}},f:{0:{t:"",p:"M19.204,4c-0.094,0-0.209,0.066-0.258,0.147l-6.911,11.705c-0.048,0.081-0.048,0.214,0,0.295l6.913,11.705C18.996,27.935,19.112,28,19.206,28H20.2c0.189,0,0.265-0.132,0.167-0.295L13.413,16l6.954-11.706C20.465,4.132,20.39,4,20.2,4H19.204z"},50:{t:"t-3.5,0"},99:{t:""},100:{p:""}}},{i:{a:{p:"M19.204,4c-0.094,0-0.209,0.066-0.258,0.147l-6.911,11.705c-0.048,0.081-0.048,0.214,0,0.295l6.913,11.705C18.996,27.935,19.112,28,19.206,28H20.2c0.189,0,0.265-0.132,0.167-0.295L13.413,16l6.954-11.706C20.465,4.132,20.39,4,20.2,4H19.204z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"",s:"none",fl:"#333"}},f:{0:{t:"",p:"M19.204,4c-0.094,0-0.209,0.066-0.258,0.147l-6.911,11.705c-0.048,0.081-0.048,0.214,0,0.295l6.913,11.705C18.996,27.935,19.112,28,19.206,28H20.2c0.189,0,0.265-0.132,0.167-0.295L13.413,16l6.954-11.706C20.465,4.132,20.39,4,20.2,4H19.204z"},50:{t:"t3.5,0"},99:{t:""},100:{p:""}}}]},"angle-wide-right":{d:500,it:2,sh:[{i:{a:{p:"",s:"none",fl:"#333"}},f:{0:{t:"",p:"M12.796,28c0.094,0,0.209-0.066,0.258-0.146l6.91-11.706c0.048-0.081,0.048-0.214,0-0.295L13.052,4.147C13.004,4.065,12.888,4,12.794,4H11.8c-0.189,0-0.265,0.132-0.167,0.295L18.587,16l-6.954,11.705C11.535,27.867,11.61,28,11.8,28H12.796z"},50:{t:"t-3.5,0"},99:{t:""},100:{p:""}}},{i:{a:{p:"M12.796,28c0.094,0,0.209-0.066,0.258-0.146l6.91-11.706c0.048-0.081,0.048-0.214,0-0.295L13.052,4.147C13.004,4.065,12.888,4,12.794,4H11.8c-0.189,0-0.265,0.132-0.167,0.295L18.587,16l-6.954,11.705C11.535,27.867,11.61,28,11.8,28H12.796z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"",s:"none",fl:"#333"}},f:{0:{t:"",p:"M12.796,28c0.094,0,0.209-0.066,0.258-0.146l6.91-11.706c0.048-0.081,0.048-0.214,0-0.295L13.052,4.147C13.004,4.065,12.888,4,12.794,4H11.8c-0.189,0-0.265,0.132-0.167,0.295L18.587,16l-6.954,11.705C11.535,27.867,11.61,28,11.8,28H12.796z"},50:{t:"t3.5,0"},99:{t:""},100:{p:""}}}]},"angle-wide-up":{d:500,it:2,sh:[{i:{a:{p:"",s:"none",fl:"#333"}},f:{0:{t:"",p:"M28,19.204c0-0.094-0.066-0.209-0.146-0.258l-11.706-6.91c-0.081-0.048-0.214-0.048-0.295,0L4.147,18.948C4.065,18.996,4,19.112,4,19.206V20.2c0,0.189,0.132,0.265,0.295,0.167L16,13.413l11.705,6.954C27.867,20.465,28,20.39,28,20.2V19.204z"},50:{t:"t0,-3.5"},99:{t:"t0,0"},100:{p:""}}},{i:{a:{p:"M28,19.204c0-0.094-0.066-0.209-0.146-0.258l-11.706-6.91c-0.081-0.048-0.214-0.048-0.295,0L4.147,18.948C4.065,18.996,4,19.112,4,19.206V20.2c0,0.189,0.132,0.265,0.295,0.167L16,13.413l11.705,6.954C27.867,20.465,28,20.39,28,20.2V19.204z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"",s:"none",fl:"#333"}},f:{0:{t:"",p:"M28,19.204c0-0.094-0.066-0.209-0.146-0.258l-11.706-6.91c-0.081-0.048-0.214-0.048-0.295,0L4.147,18.948C4.065,18.996,4,19.112,4,19.206V20.2c0,0.189,0.132,0.265,0.295,0.167L16,13.413l11.705,6.954C27.867,20.465,28,20.39,28,20.2V19.204z"},50:{t:"t0,3.5"},99:{t:""},100:{p:""}}}]},"angle-double-down":{d:500,it:2,sh:[{i:{a:{p:"M25.475,13.273c-0.234-0.234-0.615-0.232-0.849,0L16.025,21.9l-8.699-8.627c-0.234-0.234-0.615-0.232-0.85,0L6.15,13.625c-0.234,0.234-0.234,0.613,0,0.848l9.451,9.352c0.234,0.234,0.614,0.234,0.849,0l9.401-9.352c0.233-0.234,0.233-0.613-0.001-0.848L25.475,13.273z",t:"t0,0s1",s:"none",fl:"#333"}},f:{12.5:{t:"t0,0s0.8"},37.5:{t:"t0,-6s0.8"},62.5:{t:"t0,-6s1.2"},87.5:{t:"t0,0s1.2"},100:{t:"t0,0s1"}}},{i:{a:{p:"M25.475,7.273c-0.234-0.235-0.615-0.233-0.849,0l-8.601,8.626L7.326,7.273c-0.234-0.235-0.615-0.233-0.85,0L6.15,7.625c-0.234,0.234-0.234,0.613,0,0.848l9.451,9.352c0.234,0.234,0.614,0.234,0.849,0l9.401-9.352c0.233-0.234,0.233-0.613-0.001-0.848L25.475,7.273z",t:"t0,0s1",s:"none",fl:"#333"}},f:{12.5:{t:"t0,0s1.2"},37.5:{t:"t0,6s1.2"},62.5:{t:"t0,6s0.8"},87.5:{t:"t0,0s0.8"},100:{t:"t0,0s1"}}}]},"angle-double-left":{d:500,it:2,sh:[{i:{a:{p:"M18.728,25.475c0.234-0.234,0.232-0.615,0-0.849l-8.627-8.601l8.627-8.7c0.234-0.234,0.232-0.614,0-0.849L18.376,6.15c-0.234-0.234-0.613-0.234-0.848,0l-9.353,9.451c-0.234,0.234-0.234,0.614,0,0.849l9.353,9.401c0.234,0.233,0.613,0.233,0.848-0.001L18.728,25.475z",t:"t0,0s1",s:"none",fl:"#333"}},f:{12.5:{t:"t0,0s0.8"},37.5:{t:"t6,0s0.8"},62.5:{t:"t6,0s1.2"},87.5:{t:"t0,0s1.2"},100:{t:"t0,0s1"}}},{i:{a:{p:"M24.728,25.475c0.234-0.234,0.232-0.615,0-0.849l-8.626-8.601l8.626-8.7c0.234-0.234,0.232-0.614,0-0.849L24.376,6.15c-0.234-0.234-0.613-0.234-0.848,0l-9.353,9.451c-0.234,0.234-0.234,0.614,0,0.849l9.353,9.401c0.234,0.233,0.613,0.233,0.848-0.001L24.728,25.475z",t:"t0,0s1",s:"none",fl:"#333"}},f:{12.5:{t:"t0,0s1.2"},37.5:{t:"t-6,0s1.2"},62.5:{t:"t-6,0s0.8"},87.5:{t:"t0,0s0.8"},100:{t:"t0,0s1"}}}]},"angle-double-right":{d:500,it:2,sh:[{i:{a:{p:"M13.273,6.551c-0.234,0.234-0.232,0.615,0,0.849L21.9,16l-8.627,8.699c-0.234,0.234-0.232,0.615,0,0.85l0.352,0.326c0.234,0.234,0.613,0.234,0.848,0l9.352-9.451c0.234-0.234,0.234-0.614,0-0.849l-9.352-9.401c-0.234-0.233-0.613-0.233-0.848,0.001L13.273,6.551z",t:"t0,0s1",s:"none",fl:"#333"}},f:{12.5:{t:"t0,0s0.8"},37.5:{t:"t-6,0s0.8"},62.5:{t:"t-6,0s1.2"},87.5:{t:"t0,0s1.2"},100:{t:"t0,0s1"}}},{i:{a:{p:"M7.273,6.551c-0.234,0.234-0.232,0.615,0,0.849L15.9,16l-8.627,8.699c-0.234,0.234-0.232,0.615,0,0.85l0.352,0.326c0.234,0.234,0.613,0.234,0.848,0l9.352-9.451c0.234-0.234,0.234-0.614,0-0.849L8.472,6.175C8.238,5.941,7.859,5.941,7.625,6.176L7.273,6.551z",t:"t0,0s1",s:"none",fl:"#333"}},f:{12.5:{t:"t0,0s1.2"},37.5:{t:"t6,0s1.2"},62.5:{t:"t6,0s0.8"},87.5:{t:"t0,0s0.8"},100:{t:"t0,0s1"}}}]},"angle-double-up":{d:500,it:2,sh:[{i:{a:{p:"M6.525,18.727c0.234,0.234,0.615,0.232,0.849,0l8.601-8.627l8.699,8.627c0.234,0.234,0.615,0.232,0.85,0l0.326-0.352c0.234-0.234,0.234-0.613,0-0.848l-9.451-9.352c-0.234-0.234-0.614-0.234-0.849,0l-9.401,9.352c-0.233,0.234-0.233,0.613,0.001,0.848L6.525,18.727z",t:"t0,0s1",s:"none",fl:"#333"}},f:{12.5:{t:"t0,0s0.8"},37.5:{t:"t0,6s0.8"},62.5:{t:"t0,6s1.2"},87.5:{t:"t0,0s1.2"},100:{t:"t0,0s1"}}},{i:{a:{p:"M6.525,24.727c0.234,0.234,0.615,0.232,0.849,0l8.601-8.626l8.699,8.626c0.234,0.234,0.615,0.232,0.85,0l0.326-0.352c0.234-0.234,0.234-0.613,0-0.848l-9.451-9.352c-0.234-0.234-0.614-0.234-0.849,0l-9.401,9.352c-0.233,0.234-0.233,0.613,0.001,0.848L6.525,24.727z",t:"t0,0s1",s:"none",fl:"#333"}},f:{12.5:{t:"t0,0s1.2"},37.5:{t:"t0,-6s1.2"},62.5:{t:"t0,-6s0.8"},87.5:{t:"t0,0s0.8"},100:{t:"t0,0s1"}}}]},"angle-down":{d:600,it:1,sh:[{i:{a:{p:"M25.475,11.273c-0.234-0.234-0.615-0.232-0.849,0l-8.6,8.626l-8.7-8.626c-0.234-0.234-0.614-0.232-0.849,0L6.15,11.625c-0.234,0.234-0.234,0.613,0,0.848l9.451,9.352c0.234,0.234,0.614,0.234,0.849,0l9.4-9.352c0.233-0.234,0.233-0.613-0.001-0.848L25.475,11.273z",s:"none",fl:"#333"}},f:{10:{p:"M19.02,7.27c-0.324-0.065-0.641,0.147-0.706,0.47l-2.333,11.928l-2.333-12c-0.063-0.325-0.379-0.536-0.703-0.475l-0.468,0.109c-0.326,0.063-0.538,0.377-0.475,0.702l2.606,13.038c0.372,1.325,2.472,1.226,2.735,0.01l2.652-12.991c0.064-0.324-0.146-0.64-0.471-0.705L19.02,7.27z"},35:{t:"t0,25"},36:{t:"t33,25"},37:{t:"t33,-25"},38:{t:"t0,-25"},63:{t:"",e:">"},70:{p:"M25.475,11.273c-0.234-0.234-0.615-0.232-0.849,0l-8.6,8.626l-8.7-8.626c-0.234-0.234-0.614-0.232-0.849,0L6.15,11.625c-0.234,0.234-0.234,0.613,0,0.848l9.451,9.352c0.234,0.234,0.614,0.234,0.849,0l9.4-9.352c0.233-0.234,0.233-0.613-0.001-0.848L25.475,11.273z"},100:{}}}]},"angle-left":{d:600,it:1,sh:[{i:{a:{p:"M20.726,25.448c0.234-0.234,0.232-0.615,0-0.849L12.1,16l8.625-8.7c0.234-0.234,0.232-0.614,0-0.849l-0.352-0.327c-0.234-0.234-0.613-0.234-0.848,0l-9.351,9.452c-0.234,0.234-0.234,0.614,0,0.849l9.351,9.4c0.234,0.233,0.613,0.233,0.848-0.001L20.726,25.448z",s:"none",fl:"#333"}},f:{10:{p:"M24.497,19.038c0.065-0.324-0.147-0.641-0.47-0.706L12.1,16l12-2.333c0.325-0.063,0.536-0.379,0.475-0.703l-0.109-0.468c-0.063-0.326-0.377-0.538-0.702-0.474l-13.038,2.606C9.4,15,9.5,17.1,10.715,17.363l12.991,2.652c0.324,0.064,0.64-0.146,0.705-0.471L24.497,19.038z"},35:{t:"t-25,0"},36:{t:"t-25,33"},37:{t:"t25,33"},38:{t:"t25,0"},63:{t:"",e:">"},70:{p:"M20.726,25.448c0.234-0.234,0.232-0.615,0-0.849L12.1,16l8.625-8.7c0.234-0.234,0.232-0.614,0-0.849l-0.352-0.327c-0.234-0.234-0.613-0.234-0.848,0l-9.351,9.452c-0.234,0.234-0.234,0.614,0,0.849l9.351,9.4c0.234,0.233,0.613,0.233,0.848-0.001L20.726,25.448z"},100:{}}}]},"angle-right":{d:600,it:1,sh:[{i:{a:{p:"M13.274,6.525c-0.234,0.234-0.232,0.615,0,0.849l8.625,8.6l-8.625,8.7c-0.234,0.234-0.232,0.614,0,0.849l0.352,0.327c0.234,0.234,0.613,0.234,0.848,0l9.351-9.452c0.234-0.234,0.234-0.614,0-0.849l-9.351-9.4c-0.234-0.233-0.613-0.233-0.848,0.001L13.274,6.525z",s:"none",fl:"#333"}},f:{10:{p:"M9.57,12.98c-0.065,0.324,0.147,0.641,0.47,0.706l11.927,2.332l-12,2.333c-0.325,0.063-0.536,0.379-0.475,0.703l0.109,0.468c0.063,0.326,0.377,0.538,0.702,0.475l13.038-2.606c1.325-0.372,1.226-2.472,0.01-2.735l-12.991-2.652c-0.324-0.064-0.64,0.146-0.705,0.471L9.57,12.98z"},35:{t:"t25,0"},36:{t:"t25,33"},37:{t:"t-25,33"},38:{t:"t-25,0"},63:{t:"",e:">"},70:{p:"M13.274,6.525c-0.234,0.234-0.232,0.615,0,0.849l8.625,8.6l-8.625,8.7c-0.234,0.234-0.232,0.614,0,0.849l0.352,0.327c0.234,0.234,0.613,0.234,0.848,0l9.351-9.452c0.234-0.234,0.234-0.614,0-0.849l-9.351-9.4c-0.234-0.233-0.613-0.233-0.848,0.001L13.274,6.525z"},100:{}}}]},"angle-up":{d:600,it:1,sh:[{i:{a:{p:"M6.526,20.727c0.234,0.234,0.615,0.232,0.849,0l8.6-8.626l8.7,8.626c0.234,0.234,0.614,0.232,0.849,0l0.327-0.352c0.234-0.234,0.234-0.613,0-0.848l-9.451-9.352c-0.234-0.234-0.614-0.234-0.849,0l-9.4,9.352c-0.233,0.234-0.233,0.613,0.001,0.848L6.526,20.727z",s:"none",fl:"#333"}},f:{10:{p:"M12.981,24.73c0.324,0.065,0.641-0.147,0.706-0.47l2.332-11.928l2.333,12c0.063,0.325,0.379,0.536,0.703,0.475l0.468-0.109c0.326-0.063,0.538-0.377,0.475-0.702l-2.606-13.038c-0.372-1.325-2.471-1.226-2.735-0.01l-2.652,12.991c-0.064,0.324,0.146,0.64,0.471,0.705L12.981,24.73z"},35:{t:"t0,-25"},36:{t:"t33,-25"},37:{t:"t33,25"},38:{t:"t0,25"},63:{t:"",e:">"},70:{p:"M6.526,20.727c0.234,0.234,0.615,0.232,0.849,0l8.6-8.626l8.7,8.626c0.234,0.234,0.614,0.232,0.849,0l0.327-0.352c0.234-0.234,0.234-0.613,0-0.848l-9.451-9.352c-0.234-0.234-0.614-0.234-0.849,0l-9.4,9.352c-0.233,0.234-0.233,0.613,0.001,0.848L6.526,20.727z"},100:{}}}]},apple:{d:1600,it:1,sh:[{i:{a:{p:"M24.761,26.949c0.727-0.793,1.523-1.973,2.242-3.677c1.254-3.677,1.706-8.363-0.27-10.792c-1.328-1.653-3.043-2.528-5.259-2.478c-2.896,0.065-3.172,1.88-4.875,1.88c-0.987,0-2.687-1.805-4.712-1.793c-0.921,0.006-1.758,0.151-2.519,0.426c-1.468,0.549-3.59,2.283-4.07,4.675c-0.269,1.345-0.269,3.598,0,5.302c0.449,2.603,1.826,4.712,2.87,6.009c0.666,0.827,1.766,2.013,3.074,2.924C11.792,29.811,12.348,30,12.835,30c1.525,0,2.149-1.705,3.764-1.705c1.447,0,2.34,1.685,3.595,1.685c0.626,0,1.278-0.247,1.875-0.696C23.459,28.235,24.158,27.605,24.761,26.949z",
s:"none",fl:"#333"}},f:{9:{},10:{p:"M24.698,26.949c0.648-0.737,1.525-1.973,2.242-3.677c-5.829-3.408-3.046-8.99-0.269-10.792c-1.328-1.653-3.042-2.528-5.26-2.478c-2.895,0.065-3.171,1.88-4.875,1.88c-0.987,0-2.687-1.805-4.713-1.793c-0.921,0.006-1.758,0.151-2.519,0.426c-1.467,0.549-3.589,2.283-4.068,4.675c-0.269,1.345-0.269,3.598,0,5.302c0.448,2.603,1.68,4.204,2.602,5.382c0.752,0.96,2.062,2.601,3.342,3.551C11.742,29.793,12.286,30,12.774,30c1.525,0,2.149-1.705,3.763-1.705c1.447,0,2.34,1.685,3.596,1.685c0.627,0,1.262-0.27,1.876-0.696C23.358,28.186,24.036,27.704,24.698,26.949z"},19:{},20:{p:"M24.698,26.949c0.648-0.737,1.525-1.973,2.242-3.677c-5.829-3.408-3.046-8.99-0.269-10.792c-1.328-1.653-3.042-2.528-5.26-2.478c-2.895,0.065-3.171,1.88-4.875,1.88c-0.987,0-2.687-1.805-4.713-1.793c-0.921,0.006-1.758,0.151-2.519,0.426c-1.467,0.549-3.589,2.283-4.068,4.675c-0.269,1.345-0.269,3.598,0,5.302c5.74-1.076,8.61,2.72,8.61,4.575c0,1.929-1.095,3.579-2.667,4.357C11.742,29.793,12.286,30,12.774,30c1.525,0,2.149-1.705,3.763-1.705c1.447,0,2.34,1.685,3.596,1.685c0.627,0,1.262-0.27,1.876-0.696C23.354,28.386,24.036,27.704,24.698,26.949z"},29:{},30:{p:"M20.393,25.38c0-2.303,2.158-4.824,4.333-5.045c-1.862-2.697-0.722-6.136,1.946-7.855c-1.328-1.653-3.042-2.528-5.26-2.478c-2.895,0.065-3.171,1.88-4.875,1.88c-0.987,0-2.687-1.805-4.713-1.793c-0.921,0.006-1.758,0.151-2.519,0.426c-1.467,0.549-3.589,2.283-4.068,4.675c-0.269,1.345-0.269,3.598,0,5.302c5.74-1.076,8.61,2.72,8.61,4.575c0,1.929-1.095,3.579-2.667,4.357C11.742,29.793,12.286,30,12.774,30c1.525,0,2.149-1.705,3.763-1.705c1.447,0,2.34,1.685,3.596,1.685c0.627,0,1.262-0.27,1.876-0.696C20.631,28.542,20.393,27.093,20.393,25.38z"},39:{},40:{p:"M20.393,25.38c0-2.303,2.134-4.757,4.308-4.979c-1.862-2.696-0.696-6.201,1.972-7.92c-1.328-1.653-3.042-2.528-5.26-2.478c-2.895,0.065-3.171,1.88-4.875,1.88c-0.987,0-2.687-1.805-4.713-1.793c-0.921,0.006-1.758,0.151-2.519,0.426c1.698,1.082,2.837,3.048,2.837,5.302c0,1.744-0.502,3.864-1.594,4.99c1.475,0.813,3.297,2.405,3.297,4.261c0,1.929-1.095,3.579-2.667,4.357C11.742,29.793,12.286,30,12.774,30c1.525,0,2.149-1.705,3.763-1.705c1.447,0,2.34,1.685,3.596,1.685c0.627,0,1.262-0.27,1.876-0.696C20.631,28.542,20.393,27.093,20.393,25.38z"},69:{},70:{p:"M24.761,26.949c0.727-0.793,1.523-1.973,2.242-3.677c1.254-3.677,1.706-8.363-0.27-10.792c-1.328-1.653-3.043-2.528-5.259-2.478c-2.896,0.065-3.172,1.88-4.875,1.88c-0.987,0-2.687-1.805-4.712-1.793c-0.921,0.006-1.758,0.151-2.519,0.426c-1.468,0.549-3.59,2.283-4.07,4.675c-0.269,1.345-0.269,3.598,0,5.302c0.449,2.603,1.826,4.712,2.87,6.009c0.666,0.827,1.766,2.013,3.074,2.924C11.792,29.811,12.348,30,12.835,30c1.525,0,2.149-1.705,3.764-1.705c1.447,0,2.34,1.685,3.595,1.685c0.626,0,1.278-0.247,1.875-0.696C23.459,28.235,24.158,27.605,24.761,26.949z"},100:{}}},{i:{a:{p:"M8.19,2.106c3.814-0.586,6.003,1.186,7.81,6.755C13.033,7.141,8.02,8.53,8.19,2.106zM20,4c-2.5,1.7-3.5,6-3.5,6H17c0,0,2.3-3.6,5.7-6H20z",s:"none",fl:"#333"}},f:{}}]},"arrow-circle-down":{d:500,it:1,sh:[{i:{a:{p:"M30,16c0-7.732-6.268-14-14-14S2,8.268,2,16s6.268,14,14,14S30,23.732,30,16zM15.15,24.648l-8.907-8.911c-0.47-0.467-0.469-1.227-0.001-1.695l1.132-1.134c0.468-0.468,1.228-0.468,1.696,0.001l4.931,4.931V8.199C14.001,7.539,14.538,7,15.2,7h1.602C17.465,7,18,7.535,18,8.199v9.642l4.93-4.931c0.47-0.469,1.229-0.469,1.698,0l1.13,1.131c0.469,0.47,0.469,1.229,0,1.698l-8.91,8.911C16.379,25.116,15.622,25.117,15.15,24.648z",s:"none",fl:"#333"}},f:{0:{p:"M30,16c0-7.732-6.268-14-14-14S2,8.268,2,16s6.268,14,14,14S30,23.732,30,16zM15.15,10.648L14,8c0-1,0,1,0,0l0,0c0-1-0.001,0.159,0,0l0,0l0,0c0-0.66,0.538-1,1.2-1h1.602C17.465,7,18,7.335,18,8l0,0l0,0c-0.001,0.159,0-1,0,0l0,0c0,1,0-1,0,0l-1.152,2.649C16.379,11.116,15.622,11.117,15.15,10.648z"},30:{p:"M30,16c0-7.732-6.268-14-14-14S2,8.268,2,16s6.268,14,14,14S30,23.732,30,16zM15.15,24.648L14,22c0-1,0-1,0-2v-1c0-1,0-1,0.001-1.159l0,0V8.199C14.001,7.539,14.538,7,15.2,7h1.602C17.465,7,18,7.535,18,8.199v9.642l0,0C18,18,18,18,18,19v1c0,1,0,1,0,2l-1.152,2.649C16.379,25.116,15.622,25.117,15.15,24.648z"},70:{p:"M30,16c0-7.732-6.268-14-14-14S2,8.268,2,16s6.268,14,14,14S30,23.732,30,16zM15.15,24.648l-8.907-8.911c-0.47-0.467-0.469-1.227-0.001-1.695l1.132-1.134c0.468-0.468,1.228-0.468,1.696,0.001l4.931,4.931V8.199C14.001,7.539,14.538,7,15.2,7h1.602C17.465,7,18,7.535,18,8.199v9.642l4.93-4.931c0.47-0.469,1.229-0.469,1.698,0l1.13,1.131c0.469,0.47,0.469,1.229,0,1.698l-8.91,8.911C16.379,25.116,15.622,25.117,15.15,24.648z",e:"bounce"},100:{}}}]},"arrow-circle-left":{d:500,it:1,sh:[{i:{a:{p:"M16,30c7.732,0,14-6.268,14-14c0-7.732-6.268-14-14-14C8.267,2,2,8.268,2,16C2,23.732,8.267,30,16,30zM7.351,15.151l8.911-8.907c0.467-0.47,1.226-0.469,1.694-0.001l1.134,1.132c0.468,0.468,0.468,1.228-0.001,1.696l-4.93,4.931H23.8c0.66,0,1.199,0.537,1.199,1.199v1.602c0,0.664-0.535,1.199-1.199,1.199h-9.641l4.93,4.93c0.469,0.47,0.469,1.229,0,1.698l-1.131,1.129c-0.471,0.469-1.229,0.469-1.697,0L7.35,16.849C6.883,16.38,6.882,15.622,7.351,15.151z",s:"none",fl:"#333"}},f:{0:{p:"M16,30c7.732,0,14-6.268,14-14c0-7.732-6.268-14-14-14C8.267,2,2,8.268,2,16C2,23.732,8.267,30,16,30zM21.351,15.151L23.999,14c1,0-1,0,0,0l0,0c1,0-0.159-0.001,0,0l0,0l0,0c0.66,0,1,0.538,1,1.2v1.602c0,0.664-0.336,1.198-1,1.198l0,0l0,0c-0.159,0,1,0,0,0l0,0c-1,0,1,0,0,0l-2.649-1.151C20.883,16.38,20.882,15.622,21.351,15.151z"},30:{p:"M16,30c7.732,0,14-6.268,14-14c0-7.732-6.268-14-14-14C8.267,2,2,8.268,2,16C2,23.732,8.267,30,16,30zM7.351,15.151L10,14c1,0,1,0,2,0h1c1,0,1,0,1.159,0.001l0,0H23.8c0.66,0,1.199,0.537,1.199,1.199v1.602c0,0.664-0.535,1.199-1.199,1.199h-9.641l0,0C14,18,14,18,13,18h-1c-1,0-1,0-2,0L7.35,16.849C6.883,16.38,6.882,15.622,7.351,15.151z"},70:{p:"M16,30c7.732,0,14-6.268,14-14c0-7.732-6.268-14-14-14C8.267,2,2,8.268,2,16C2,23.732,8.267,30,16,30zM7.351,15.151l8.911-8.907c0.467-0.47,1.226-0.469,1.694-0.001l1.134,1.132c0.468,0.468,0.468,1.228-0.001,1.696l-4.93,4.931H23.8c0.66,0,1.199,0.537,1.199,1.199v1.602c0,0.664-0.535,1.199-1.199,1.199h-9.641l4.93,4.93c0.469,0.47,0.469,1.229,0,1.698l-1.131,1.129c-0.471,0.469-1.229,0.469-1.697,0L7.35,16.849C6.883,16.38,6.882,15.622,7.351,15.151z",e:"bounce"},100:{}}}]},"arrow-circle-right":{d:500,it:1,sh:[{i:{a:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM24.648,16.85l-8.911,8.907c-0.467,0.47-1.227,0.469-1.695,0.001l-1.134-1.132c-0.468-0.468-0.468-1.228,0.001-1.696l4.931-4.931H8.199C7.539,17.999,7,17.462,7,16.8v-1.602C7,14.535,7.535,14,8.199,14h9.642L12.91,9.07c-0.469-0.469-0.469-1.229,0-1.698l1.131-1.13c0.47-0.469,1.229-0.468,1.698,0l8.911,8.909C25.116,15.621,25.117,16.378,24.648,16.85z",s:"none",fl:"#333"}},f:{0:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM10.648,16.85L8,18c-1,0,1,0,0,0l0,0c-1,0,0.159,0.001,0,0l0,0l0,0c-0.66,0-1-0.538-1-1.2v-1.602C7,14.535,7.335,14,8,14l0,0l0,0c0.159,0-1,0,0,0l0,0c1,0-1,0,0,0l2.649,1.152C11.116,15.621,11.117,16.378,10.648,16.85z"},30:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM24.648,16.85L22,18c-1,0-1,0-2,0h-1c-1,0-1,0-1.159-0.001l0,0H8.199C7.539,17.999,7,17.462,7,16.8v-1.602C7,14.535,7.535,14,8.199,14h9.642l0,0C18,14,18,14,19,14h1c1,0,1,0,2,0l2.649,1.152C25.116,15.621,25.117,16.378,24.648,16.85z"},70:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM24.648,16.85l-8.911,8.907c-0.467,0.47-1.227,0.469-1.695,0.001l-1.134-1.132c-0.468-0.468-0.468-1.228,0.001-1.696l4.931-4.931H8.199C7.539,17.999,7,17.462,7,16.8v-1.602C7,14.535,7.535,14,8.199,14h9.642L12.91,9.07c-0.469-0.469-0.469-1.229,0-1.698l1.131-1.13c0.47-0.469,1.229-0.468,1.698,0l8.911,8.909C25.116,15.621,25.117,16.378,24.648,16.85z",e:"bounce"},100:{}}}]},"arrow-circle-up":{d:500,it:1,sh:[{i:{a:{p:"M2,16c0,7.732,6.268,14,14,14s14-6.268,14-14S23.732,2,16,2S2,8.268,2,16zM16.85,7.352l8.907,8.911c0.47,0.467,0.469,1.226,0.001,1.695l-1.132,1.134c-0.468,0.468-1.228,0.468-1.696-0.001l-4.931-4.931v9.642c0,0.66-0.537,1.199-1.199,1.199h-1.602C14.535,25,14,24.465,14,23.801v-9.642L9.07,19.09c-0.469,0.469-1.229,0.469-1.698,0l-1.13-1.131c-0.469-0.471-0.468-1.229,0-1.698l8.909-8.911C15.621,6.884,16.378,6.883,16.85,7.352z",s:"none",fl:"#333"}},f:{0:{p:"M2,16c0,7.732,6.268,14,14,14s14-6.268,14-14S23.732,2,16,2S2,8.268,2,16zM16.85,21.352L18,24c0,1,0-1,0,0l0,0c0,1,0.001-0.159,0,0l0,0l0,0c0,0.66-0.538,1-1.2,1h-1.602C14.535,25,14,24.664,14,24l0,0l0,0c0-0.159,0,1,0,0l0,0c0-1,0,1,0,0l1.152-2.649C15.621,20.884,16.378,20.883,16.85,21.352z"},30:{p:"M2,16c0,7.732,6.268,14,14,14s14-6.268,14-14S23.732,2,16,2S2,8.268,2,16zM16.85,7.352L18,10c0,1,0,1,0,2v1c0,1,0,1-0.001,1.159l0,0v9.642c0,0.66-0.537,1.199-1.199,1.199h-1.602C14.535,25,14,24.465,14,23.801v-9.642l0,0C14,14,14,14,14,13v-1c0-1,0-1,0-2l1.152-2.649C15.621,6.884,16.378,6.883,16.85,7.352z"},70:{p:"M2,16c0,7.732,6.268,14,14,14s14-6.268,14-14S23.732,2,16,2S2,8.268,2,16zM16.85,7.352l8.907,8.911c0.47,0.467,0.469,1.226,0.001,1.695l-1.132,1.134c-0.468,0.468-1.228,0.468-1.696-0.001l-4.931-4.931v9.642c0,0.66-0.537,1.199-1.199,1.199h-1.602C14.535,25,14,24.465,14,23.801v-9.642L9.07,19.09c-0.469,0.469-1.229,0.469-1.698,0l-1.13-1.131c-0.469-0.471-0.468-1.229,0-1.698l8.909-8.911C15.621,6.884,16.378,6.883,16.85,7.352z",e:"bounce"},100:{}}}]},"arrow-down":{d:500,it:1,sh:[{i:{a:{p:"M15.151,25.648c0.471,0.469,1.229,0.469,1.697,0.001l9.618-9.618c0.469-0.469,0.469-1.227,0-1.698l-1.131-1.131c-0.469-0.469-1.229-0.469-1.697,0l-5.637,5.638V7.199c0-0.664-0.535-1.199-1.2-1.199H15.2C14.538,6,14,6.539,14,7.199v11.642l-5.637-5.638c-0.469-0.469-1.229-0.469-1.697,0l-1.131,1.133c-0.469,0.469-0.469,1.227,0,1.695L15.151,25.648z",s:"none",fl:"#333"}},f:{0:{p:"M15.15,8.846c0.471,0.469,1.229,0.469,1.697,0.001L18,7.199l0,0V7v0.199l0,0l0,0C18,6.535,17.465,6,16.801,6h-1.602C14.537,6,14,6.539,14,7.199l0,0l0,0V7v0.199l0,0L15.15,8.846z"},30:{p:"M15.151,25.648c0.471,0.469,1.229,0.469,1.697,0.001L18.001,24v-3v-1v-1.159l0,0V7.199c0-0.664-0.535-1.199-1.2-1.199H15.2C14.538,6,14,6.539,14,7.199v11.642l0,0V20v1v3L15.151,25.648z"},70:{p:"M15.151,25.648c0.471,0.469,1.229,0.469,1.697,0.001l9.618-9.618c0.469-0.469,0.469-1.227,0-1.698l-1.131-1.131c-0.469-0.469-1.229-0.469-1.697,0l-5.637,5.638V7.199c0-0.664-0.535-1.199-1.2-1.199H15.2C14.538,6,14,6.539,14,7.199v11.642l-5.637-5.638c-0.469-0.469-1.229-0.469-1.697,0l-1.131,1.133c-0.469,0.469-0.469,1.227,0,1.695L15.151,25.648z",e:"elastic"},100:{}}}]},"arrow-left":{d:500,it:1,sh:[{i:{a:{p:"M6.352,15.15c-0.469,0.471-0.469,1.229-0.001,1.697l9.618,9.617c0.469,0.469,1.227,0.469,1.698,0l1.131-1.131c0.469-0.469,0.469-1.229,0-1.697L13.159,18h11.642C25.465,18,26,17.465,26,16.801v-1.602C26,14.537,25.461,14,24.801,14H13.159l5.638-5.637c0.469-0.469,0.469-1.229,0-1.697l-1.133-1.131c-0.469-0.469-1.227-0.469-1.695,0L6.352,15.15z",s:"none",fl:"#333"}},f:{0:{p:"M23.153,15.149c-0.469,0.471-0.469,1.229-0.001,1.697l1.648,1.152l0,0H25h-0.199l0,0l0,0c0.664,0,1.199-0.535,1.199-1.199v-1.602c0-0.662-0.539-1.199-1.199-1.199l0,0l0,0H25h-0.199l0,0L23.153,15.149z"},30:{p:"M6.352,15.15c-0.469,0.471-0.469,1.229-0.001,1.697L8,18h3h1h1.159l0,0h11.642C25.465,18,26,17.465,26,16.801v-1.602C26,14.537,25.461,14,24.801,14H13.159l0,0H12h-1H8L6.352,15.15z"},70:{p:"M6.352,15.15c-0.469,0.471-0.469,1.229-0.001,1.697l9.618,9.617c0.469,0.469,1.227,0.469,1.698,0l1.131-1.131c0.469-0.469,0.469-1.229,0-1.697L13.159,18h11.642C25.465,18,26,17.465,26,16.801v-1.602C26,14.537,25.461,14,24.801,14H13.159l5.638-5.637c0.469-0.469,0.469-1.229,0-1.697l-1.133-1.131c-0.469-0.469-1.227-0.469-1.695,0L6.352,15.15z",e:"elastic"},100:{}}}]},"arrow-right":{d:500,it:1,sh:[{i:{a:{p:"M25.648,16.85c0.469-0.471,0.469-1.229,0.001-1.697l-9.617-9.617c-0.469-0.469-1.228-0.469-1.698,0l-1.131,1.131c-0.469,0.469-0.469,1.229,0,1.697L18.841,14H7.199C6.535,14,6,14.535,6,15.199v1.602C6,17.463,6.539,18,7.199,18h11.642l-5.638,5.637c-0.469,0.469-0.469,1.229,0,1.697l1.133,1.131c0.469,0.469,1.228,0.469,1.695,0L25.648,16.85z",s:"none",fl:"#333"}},f:{0:{p:"M8.847,16.851c0.469-0.471,0.469-1.229,0.001-1.697l-1.648-1.152l0,0H7h0.199l0,0l0,0C6.535,14.001,6,14.536,6,15.2v1.602c0,0.662,0.539,1.199,1.199,1.199l0,0l0,0H7h0.199l0,0L8.847,16.851z"},30:{p:"M25.648,16.85c0.469-0.471,0.469-1.229,0.001-1.697L24,14h-3h-1h-1.159l0,0H7.199C6.535,14,6,14.535,6,15.199v1.602C6,17.463,6.539,18,7.199,18h11.642l0,0H20h1h3L25.648,16.85z"},70:{p:"M25.648,16.85c0.469-0.471,0.469-1.229,0.001-1.697l-9.617-9.617c-0.469-0.469-1.228-0.469-1.698,0l-1.131,1.131c-0.469,0.469-0.469,1.229,0,1.697L18.841,14H7.199C6.535,14,6,14.535,6,15.199v1.602C6,17.463,6.539,18,7.199,18h11.642l-5.638,5.637c-0.469,0.469-0.469,1.229,0,1.697l1.133,1.131c0.469,0.469,1.228,0.469,1.695,0L25.648,16.85z",e:"elastic"},100:{}}}]},"arrow-up":{d:500,it:1,sh:[{i:{a:{p:"M16.85,6.352c-0.471-0.469-1.229-0.469-1.697-0.001l-9.617,9.617c-0.469,0.469-0.469,1.228,0,1.698l1.131,1.131c0.469,0.469,1.229,0.469,1.697,0L14,13.159v11.642C14,25.465,14.535,26,15.199,26h1.602C17.463,26,18,25.461,18,24.801V13.159l5.637,5.638c0.469,0.469,1.229,0.469,1.697,0l1.131-1.133c0.469-0.469,0.469-1.228,0-1.695L16.85,6.352z",s:"none",fl:"#333"}},f:{0:{p:"M16.85,23.153c-0.471-0.469-1.229-0.469-1.697-0.001L14,24.801l0,0V25v-0.199l0,0l0,0C14,25.465,14.535,26,15.199,26h1.602C17.463,26,18,25.461,18,24.801l0,0l0,0V25v-0.199l0,0L16.85,23.153z"},30:{p:"M16.85,6.352c-0.471-0.469-1.229-0.469-1.697-0.001L14,8v3v1v1.16l0,0v11.641C14,25.465,14.535,26,15.199,26h1.602C17.463,26,18,25.461,18,24.801V13.16l0,0V12v-1V8L16.85,6.352z"},70:{p:"M16.85,6.352c-0.471-0.469-1.229-0.469-1.697-0.001l-9.617,9.617c-0.469,0.469-0.469,1.228,0,1.698l1.131,1.131c0.469,0.469,1.229,0.469,1.697,0L14,13.159v11.642C14,25.465,14.535,26,15.199,26h1.602C17.463,26,18,25.461,18,24.801V13.159l5.637,5.638c0.469,0.469,1.229,0.469,1.697,0l1.131-1.133c0.469-0.469,0.469-1.228,0-1.695L16.85,6.352z",e:"elastic"},100:{}}}]},balance:{d:1200,it:1,sh:[{i:{a:{p:"M6.024,15.772c-1.138,0.775-2.946,3.878-2.5,4.83c0.658,1.409,5.168,2.218,6.793,0.124c0.851-1.091-1.178-4.266-2.376-4.954c-0.006-0.434,1.125-1.5,1.125-1.5s-1.406,0.094-1.594,0.437c0-0.656,0.136-1.104,0.136-1.104s-1.011,0.511-0.979,1.104c-0.375-0.562-1.688-0.812-1.688-0.812S6.049,15.173,6.024,15.772z",s:"none",o:1,t:"t0,-24",fl:"#333"}},f:{20:{t:"t0,3"},30:{},50:{t:"t0,-2"},55:{},65:{t:""},80:{},85:{o:0},90:{t:"t0,-24"},95:{o:1},100:{}}},{i:{a:{p:"M27,14.888C27,14.397,26.463,14,25.801,14h-1.602C23.537,14,23,14.397,23,14.888C23,15.379,23.276,16,23.552,16s0.5,0.243,0.5,0.488S23.827,17,23.552,17S23,17.478,23,18.067v2.86c0,0.59,0.537,1.066,1.199,1.066h1.602c0.662,0,1.199-0.477,1.199-1.066v-2.86C27,17.478,26.775,17,26.5,17S26,16.733,26,16.488S26.225,16,26.5,16S27,15.379,27,14.888z",s:"none",o:1,t:"t0,-24",fl:"#333"}},f:{30:{},50:{t:"t0,2"},55:{},65:{t:""},80:{},85:{o:0},90:{t:"t0,-24"},95:{o:1},100:{}}},{i:{a:{p:"M8,5H7l4,15.003H3L7,5H6L2,20.003v1.002C2,22.11,4.237,24,7,24s5-1.89,5-2.995c0-0.865,0-1.002,0-1.002L8,5z",t:"",s:"none",fl:"#333"}},f:{10:{},20:{t:"t0,3"},30:{},50:{t:"t0,-2"},55:{},65:{t:""},100:{}}},{i:{a:{p:"M26,5h-1l4,15.002h-8L25,5h-1l-4,15.002v1.002C20,22.109,22.237,24,25,24s5-1.891,5-2.996c0-0.865,0-1.002,0-1.002L26,5z",t:"",s:"none",fl:"#333"}},f:{10:{},20:{t:"t0,-3"},30:{},50:{t:"t0,2"},55:{},65:{t:""},100:{}}},{i:{a:{p:"M25.801,6H6.2C5.537,6,5,5.552,5,5s0.537-1,1.2-1h19.601C26.463,4,27,4.447,27,5S26.463,6,25.801,6z",t:"",s:"none",fl:"#333"}},f:{10:{},20:{t:"r-15,16,5"},30:{},50:{t:"r10,16,5"},55:{},65:{t:""},100:{}},fIE:{10:{},20:{t:"r-15,14.5,3.5"},30:{},50:{t:"r10,14.5,3.5"},55:{},65:{t:""},100:{}}},{i:{a:{p:"M18,26.102V3.2C18,2.537,17.463,2,16.801,2h-1.602C14.537,2,14,2.537,14,3.2v22.901c-4.007,0.408-7,1.943-7,2.896c0,0.863,0,0.987,0,1h18v-1C25,28.045,22.007,26.51,18,26.102z",s:"none",fl:"#333"}},f:{}}]},ban:{d:700,it:1,sh:[{i:{a:{p:"M25.899,6.101c-5.468-5.468-14.331-5.468-19.799,0s-5.468,14.331,0,19.799s14.331,5.468,19.799,0S31.367,11.568,25.899,6.101zM8.222,23.778c-0.483-0.483-0.913-1.001-1.288-1.545C3.979,17.948,4.409,12.035,8.222,8.222c3.813-3.813,9.722-4.234,14.008-1.279L6.934,22.233c1.056,1.445,1.564,1.953,2.833,2.833L25.058,9.771c2.954,4.286,2.533,10.195-1.279,14.008c-3.813,3.813-9.727,4.242-14.012,1.288C9.223,24.691,8.706,24.262,8.222,23.778z",s:"none",fl:"#333"}},f:{0:{p:"M25.899,6.101c-5.468-5.468-14.331-5.468-19.799,0s-5.468,14.331,0,19.799s14.331,5.468,19.799,0S31.367,11.568,25.899,6.101zM8.222,23.778c-0.483-0.483-0.911-0.999-1.286-1.543c-2.955-4.284-2.527-10.2,1.286-14.014c3.813-3.813,9.722-4.234,14.008-1.279l0,0c1.173,0.815,2.002,1.666,2.828,2.828l0,0c2.954,4.286,2.533,10.195-1.279,14.008c-3.813,3.813-9.727,4.242-14.012,1.288C9.223,24.691,8.706,24.262,8.222,23.778z"},10:{},60:{p:"M25.899,6.101c-5.468-5.468-14.331-5.468-19.799,0s-5.468,14.331,0,19.799s14.331,5.468,19.799,0S31.367,11.568,25.899,6.101zM8.222,23.778c-0.483-0.483-0.913-1.001-1.288-1.545C3.979,17.948,4.409,12.035,8.222,8.222c3.813-3.813,9.722-4.234,14.008-1.279L6.934,22.233c1.056,1.445,1.564,1.953,2.833,2.833L25.058,9.771c2.954,4.286,2.533,10.195-1.279,14.008c-3.813,3.813-9.727,4.242-14.012,1.288C9.223,24.691,8.706,24.262,8.222,23.778z",e:"bounce"},100:{}}}]},barchart:{d:600,it:1,sh:[{i:{a:{p:"M3.4,4C3.731,4,4,4.269,4,4.6V25.4C4,25.73,4.269,26,4.6,26H29.4c0.33,0,0.6,0.27,0.6,0.6V27.4c0,0.33-0.27,0.6-0.6,0.6H3.2C2.537,28,2,27.463,2,26.801V4.6C2,4.269,2.269,4,2.6,4H3.4zM12,23.4V14.6c0-0.33-0.269-0.6-0.6-0.6H6.6C6.269,14,6,14.27,6,14.6V23.4C6,23.73,6.269,24,6.6,24H11.4C11.731,24,12,23.73,12,23.4zM20,23.4V6.6C20,6.269,19.73,6,19.4,6H14.6C14.269,6,14,6.269,14,6.6V23.4c0,0.33,0.269,0.6,0.6,0.6H19.4C19.73,24,20,23.73,20,23.4zM28,23.4V10.6c0-0.331-0.27-0.6-0.6-0.6H22.6c-0.33,0-0.6,0.269-0.6,0.6V23.4c0,0.33,0.27,0.6,0.6,0.6H27.4C27.73,24,28,23.73,28,23.4z",s:"none",fl:"#333"}},f:{20:{p:"M3.4,4C3.731,4,4,4.269,4,4.6V25.4C4,25.73,4.269,26,4.6,26H29.4c0.33,0,0.6,0.27,0.6,0.6V27.4c0,0.33-0.27,0.6-0.6,0.6H3.2C2.537,28,2,27.463,2,26.801V4.6C2,4.269,2.269,4,2.6,4H3.4zM12,23.4V6.6C12,6.269,11.731,6,11.4,6H6.6C6.269,6,6,6.269,6,6.6V23.4C6,23.73,6.269,24,6.6,24H11.4C11.731,24,12,23.73,12,23.4zM20,23.4V16.6c0-0.33-0.27-0.6-0.6-0.6H14.6c-0.331,0-0.6,0.27-0.6,0.6V23.4c0,0.33,0.269,0.6,0.6,0.6H19.4C19.73,24,20,23.73,20,23.4zM28,23.4V8.6C28,8.269,27.73,8,27.4,8H22.6C22.27,8,22,8.269,22,8.6V23.4c0,0.33,0.27,0.6,0.6,0.6H27.4C27.73,24,28,23.73,28,23.4z"},35:{},55:{p:"M3.4,4C3.731,4,4,4.269,4,4.6V25.4C4,25.73,4.269,26,4.6,26H29.4c0.33,0,0.6,0.27,0.6,0.6V27.4c0,0.33-0.27,0.6-0.6,0.6H3.2C2.537,28,2,27.463,2,26.801V4.6C2,4.269,2.269,4,2.6,4H3.4zM12,23.4V20.6c0-0.332-0.269-0.6-0.6-0.6H6.6C6.269,20,6,20.268,6,20.6V23.4C6,23.73,6.269,24,6.6,24H11.4C11.731,24,12,23.73,12,23.4zM20,23.4V10.6c0-0.331-0.27-0.6-0.6-0.6H14.6c-0.331,0-0.6,0.269-0.6,0.6V23.4c0,0.33,0.269,0.6,0.6,0.6H19.4C19.73,24,20,23.73,20,23.4zM28,23.4V16.6c0-0.33-0.27-0.6-0.6-0.6H22.6c-0.33,0-0.6,0.27-0.6,0.6V23.4c0,0.33,0.27,0.6,0.6,0.6H27.4C27.73,24,28,23.73,28,23.4z"},70:{},90:{p:"M3.4,4C3.731,4,4,4.269,4,4.6V25.4C4,25.73,4.269,26,4.6,26H29.4c0.33,0,0.6,0.27,0.6,0.6V27.4c0,0.33-0.27,0.6-0.6,0.6H3.2C2.537,28,2,27.463,2,26.801V4.6C2,4.269,2.269,4,2.6,4H3.4zM12,23.4V14.6c0-0.33-0.269-0.6-0.6-0.6H6.6C6.269,14,6,14.27,6,14.6V23.4C6,23.73,6.269,24,6.6,24H11.4C11.731,24,12,23.73,12,23.4zM20,23.4V6.6C20,6.269,19.73,6,19.4,6H14.6C14.269,6,14,6.269,14,6.6V23.4c0,0.33,0.269,0.6,0.6,0.6H19.4C19.73,24,20,23.73,20,23.4zM28,23.4V10.6c0-0.331-0.27-0.6-0.6-0.6H22.6c-0.33,0-0.6,0.269-0.6,0.6V23.4c0,0.33,0.27,0.6,0.6,0.6H27.4C27.73,24,28,23.73,28,23.4z"},100:{}}}]},barcode:{d:800,it:1,sh:[{i:{a:{p:"M4,28H2V4h2V28zM7,4H6v24h1V4zM10,4H8v24h2V4zM14,4h-2v24h2V4zM18,4h-2v24h2V4zM20,4h-1v24h1V4zM24,4h-2v24h2V4zM27,4h-1v24h1V4zM30,4h-1v24h1V4z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M32,2H0V0h32V2z",o:0,s:"none",fl:"#333"}},f:{10:{o:1,t:"t0,9"},20:{t:"t0,26"},30:{o:0,t:"t0,32"},40:{},50:{o:1,t:"t0,23"},60:{t:"t0,6"},70:{o:0,t:"t0,0"},100:{}}}]},beer:{d:1e3,it:1,sh:[{i:{a:{p:"M-14,12v2.501c0,2.638,0.89,3.999,3.613,3.999H-9.5V20c0,0-1.033,1.41-1.033,2v0.501c0,0.294,0.211,0.499,0.517,0.499h8.501C-1.211,23-1,22.795-1,22.501v-0.521C-1,21.002-2,20-2,20v-9c0,0,0.247-0.135,0.339-0.18c0.137-0.065,0.17-0.175,0.145-0.32l-0.259-1.236C-1.799,9.118-1.88,9-2.033,9h-7.321c-0.153,0-0.222,0.032-0.26,0.175L-9.87,10c0,0-1.291,0-1.936,0C-12.838,10-14,11-14,12zM-12.031,14.001V13c0-0.552,0.674-1,1.387-1S-9.5,12-9.5,12v4C-11.05,16-12.031,16-12.031,14.001z",o:0,s:"none",fl:"#333"}},f:{20:{t:"t13,0",o:1},30:{},40:{t:"t15.5,0"},50:{},70:{t:"",o:0},100:{}}},{i:{a:{p:"M25.612,4c-1.29,0-3.872,0-3.872,0l-0.513-1.65C21.151,2.063,21.014,2,20.707,2H6.065C5.76,2,5.599,2.236,5.55,2.527L5.031,5c-0.05,0.291,0.017,0.509,0.29,0.64C5.507,5.729,6,6,6,6v18c0,0-2,2.003-2,3.959v1.043C4,29.591,4.422,30,5.031,30h17.002c0.611,0,1.033-0.409,1.033-0.998V28c0-1.18-2.066-4-2.066-4v-3h1.773C28.22,21,30,18.278,30,13.001V8C30,6,27.676,4,25.612,4zM21,16V8c0,0,0.863,0,2.289,0s2.773,0.896,2.773,2.001v2C26.063,16,24.1,16,21,16z",s:"none",fl:"#333"}},f:{10:{t:"t9,0s0.5"},30:{},40:{t:"t4.5,0s0.5"},50:{},70:{t:""},100:{}}}]},bell:{d:200,it:3,sh:[{i:{a:{p:"M17.5,3c0,0.828-0.672,1.5-1.5,1.5c-0.83,0-1.5-0.672-1.5-1.5s0.67-1.5,1.5-1.5C16.828,1.5,17.5,2.172,17.5,3z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M17,28.5c0,1.656-0.448,2-1,2s-1-0.469-1-2c0-1.5,0.447-2,1-2S17,27,17,28.5z",s:"none",fl:"#333"}},f:{15:{t:"r0,15,3"},30:{t:"r14,15,3"},80:{t:"r-14,15,3"},100:{t:"r0,15,3"}},fIE:{15:{t:"r0,13.5,1.5"},30:{t:"r14,13.5,1.5"},80:{t:"r-14,13.5,1.5"},100:{t:"r0,13.5,1.5"}}},{i:{a:{p:"M5.5,26c0,0-0.34-2.06,0-3c0.443-1.225,1.981-1.806,2.5-3c1.605-3.697-0.271-8.379,1.5-12c0.518-1.059,1.411-2.049,2.5-2.5c2.464-1.021,5.536-1.021,8,0c1.089,0.451,1.982,1.441,2.5,2.5c1.771,3.621-0.105,8.303,1.5,12c0.518,1.194,2.057,1.775,2.5,3c0.34,0.94,0,3,0,3H5.5z",s:"none",fl:"#333"}},f:{25:{t:"r13,15,3"},50:{t:"r0,15,3"},75:{t:"r-13,15,3"},100:{t:"r0,15,3"}},fIE:{25:{t:"r13,13.5,1.5"},50:{t:"r0,13.5,1.5"},75:{t:"r-13,13.5,1.5"},100:{t:"r0,13.5,1.5"}}}]},biohazard:{d:1400,it:1,sh:[{i:{a:{p:"M12.902,13.922c1.843-1.21,4.296-1.211,6.139,0c0.521-0.375,0.961-0.82,1.324-1.35c-2.603-1.903-6.188-1.905-8.791,0C11.766,12.953,12.521,13.651,12.902,13.922zM8.615,17.705c-0.347,3.201,1.447,6.315,4.394,7.613c0.282-0.571,0.45-1.19,0.509-1.824c-1.97-0.99-3.197-3.114-3.07-5.316C10.016,17.938,9.123,17.74,8.615,17.705zM18.988,25.408c2.945-1.296,4.745-4.412,4.396-7.613c-0.64,0.044-1.251,0.209-1.832,0.475c0.127,2.201-1.102,4.324-3.07,5.314C18.496,23.709,18.709,24.827,18.988,25.408z",s:"none",t:"",fl:"#333"}},f:{0:{t:""},20:{t:"r1080,16,18.3"},100:{}},fIE:{0:{t:""},20:{t:"r1080,14.5,16.8"},100:{}}},{i:{a:{p:"M23.225,14.404c2.006-4.889-1.512-10.462-6.772-10.783c3.062,0.243,5.493,2.884,5.493,5.954c0,3.134-2.534,5.796-5.664,5.956v1.223c1.111,0.177,1.788,1.354,1.409,2.407l1.118,0.646c1.727-2.609,5.213-3.462,7.957-1.875c2.742,1.582,3.752,5.014,2.371,7.811c1.896-3.689,0.578-8.264-3.055-10.362C25.174,14.856,24.207,14.537,23.225,14.404zM13.22,19.766l1.08-0.623c-0.362-1.003,0.27-2.137,1.306-2.367v-1.248c-2.999-0.184-5.457-2.673-5.595-5.676c-0.145-3.153,2.292-5.954,5.441-6.226c-5.208,0.345-8.692,5.839-6.764,10.701c-0.95,0.139-1.891,0.455-2.773,0.965c-3.607,2.083-4.93,6.611-3.089,10.287c-1.33-2.783-0.311-6.17,2.406-7.738C7.996,16.245,11.504,17.117,13.22,19.766zM18.469,20.391l-1.128-0.652c-0.712,0.797-1.997,0.784-2.701-0.018l-1.085,0.631c1.396,2.801,0.393,6.242-2.354,7.826c-2.733,1.578-6.2,0.748-7.935-1.83c2.252,3.471,6.859,4.609,10.483,2.514c0.879-0.504,1.619-1.16,2.214-1.908c0.604,0.787,1.372,1.471,2.287,1.998c3.629,2.094,8.242,0.953,10.49-2.527c-1.732,2.592-5.205,3.43-7.943,1.85C18.033,26.676,17.032,23.201,18.469,20.391z",o:1,s:"none",fl:"#333"}},f:{0:{o:0,p:"M21.046,15.687L21.046,15.687l-2.23,0.839c0,0-1.049,0.4-2.534-0.995v1.223c1.111,0.177,1.788,1.354,1.409,2.407l1.118,0.646c-0.355-1.87,0.464-2.404,0.464-2.404L21.046,15.687L21.046,15.687L21.046,15.687zM13.22,19.766l1.08-0.623c-0.362-1.003,0.27-2.137,1.306-2.367v-1.248c-0.911,1.017-2.437,0.635-2.437,0.635l-2.117-0.706l0,0l0,0l0,0l1.716,1.468C12.769,16.926,13.989,18.279,13.22,19.766zM18.469,20.391l-1.128-0.652c-0.712,0.797-1.997,0.784-2.701-0.018l-1.085,0.631c1.98,0.598,1.98,1.761,1.98,1.761L16,24.076V24.02l0,0l0,0l0,0l0.394-1.964C16.394,22.056,16.565,21.102,18.469,20.391z"},10:{},30:{o:1,p:"M22.438,14.656c0.4-1.607,0.922-2.422,0.339-5.245c0.355,1.666,0.072,2.722-0.854,3.87c-0.827,1.025-2.578,2.016-5.64,2.25v1.223c1.111,0.177,1.788,1.354,1.409,2.407l1.118,0.646c1.727-2.609,2.973-3.494,4.191-3.666c1.162-0.164,2.383-0.227,3.672,1.063C25.531,16.078,23.932,15.331,22.438,14.656C22.438,14.656,23.42,14.789,22.438,14.656zM13.22,19.766l1.08-0.623c-0.362-1.003,0.27-2.137,1.306-2.367v-1.248c-1.731-0.032-2.991-0.487-3.958-1.125c-1.016-0.671-2.658-1.82-2.47-4.513c-0.175,2.51-0.088,4.042,0.51,4.86l0,0c0,0-2.391,0.174-4.126,2.061c2.498-1.296,4.119-0.476,5.015,0C11.543,17.324,12.407,18.317,13.22,19.766zM18.469,20.391l-1.128-0.652c-0.712,0.797-1.997,0.784-2.701-0.018l-1.085,0.631c0.893,1.876,1.113,2.342,1.179,3.631c0.078,1.518-0.828,2.906-2.953,4.469C13.391,27.857,16,25.607,16,25.607l0,0l0,0c0.5,0.906,2.821,2.428,4.375,3.031c-2.219-1.531-3.094-3.139-3.109-4.625C17.255,22.947,17.431,22.553,18.469,20.391z"},40:{p:"M23.225,14.404c2.006-4.889-1.512-10.462-6.772-10.783c3.062,0.243,5.493,2.884,5.493,5.954c0,3.134-2.534,5.796-5.664,5.956v1.223c1.111,0.177,1.788,1.354,1.409,2.407l1.118,0.646c1.727-2.609,5.213-3.462,7.957-1.875c2.742,1.582,3.752,5.014,2.371,7.811c1.896-3.689,0.578-8.264-3.055-10.362C25.174,14.856,24.207,14.537,23.225,14.404zM13.22,19.766l1.08-0.623c-0.362-1.003,0.27-2.137,1.306-2.367v-1.248c-2.999-0.184-5.457-2.673-5.595-5.676c-0.145-3.153,2.292-5.954,5.441-6.226c-5.208,0.345-8.692,5.839-6.764,10.701c-0.95,0.139-1.891,0.455-2.773,0.965c-3.607,2.083-4.93,6.611-3.089,10.287c-1.33-2.783-0.311-6.17,2.406-7.738C7.996,16.245,11.504,17.117,13.22,19.766zM18.469,20.391l-1.128-0.652c-0.712,0.797-1.997,0.784-2.701-0.018l-1.085,0.631c1.396,2.801,0.393,6.242-2.354,7.826c-2.733,1.578-6.2,0.748-7.935-1.83c2.252,3.471,6.859,4.609,10.483,2.514c0.879-0.504,1.619-1.16,2.214-1.908c0.604,0.787,1.372,1.471,2.287,1.998c3.629,2.094,8.242,0.953,10.49-2.527c-1.732,2.592-5.205,3.43-7.943,1.85C18.033,26.676,17.032,23.201,18.469,20.391z"},50:{p:"M22.656,13.875c-0.818-3.591,2-7.344,5.063-9c-2.438,0.156-5.827,3.92-6.344,5.313c-0.672,1.811-1.964,5.183-5.093,5.343v1.223c1.111,0.177,1.788,1.354,1.409,2.407l1.118,0.646c1.727-2.609,3.91-3.369,5.221-2.996c1.445,0.411,2.383,3.83,1.002,6.627c2.656-2.531,1.69-6.805,0.719-7.781C24.933,14.835,23.639,14.008,22.656,13.875zM13.22,19.766l1.08-0.623c-0.362-1.003,0.27-2.137,1.306-2.367v-1.248c-2.999-0.184-4.529-1.209-4.918-2.309c-0.531-1.5,0.486-4.564,3.375-5.5c-3.125,0.031-6.656,3.094-4.25,7.313c-0.574-0.77-2.034-0.427-2.719,0.281c-1.733,1.791-4.531-0.031-5.598-0.344c0.692,1.469,3.663,4.1,6.379,2.531C10.638,15.905,11.504,17.117,13.22,19.766zM18.469,20.391l-1.128-0.652c-0.712,0.797-1.997,0.784-2.701-0.018l-1.085,0.631c1.976,2.898,1.266,5.029,0.32,5.836c-1.063,0.906-4.275,0.455-5.303-2.063c0.365,3.5,4.014,3.865,5.053,3.719c0.631-0.089,2.187-0.939,2.781-1.688c0.844,0.406,1.538,1.25,2.453,1.777c1.469,0.938,4.891,0.254,7.016,1.535c-0.844-2.281-5.384-2.563-6.438-3.188C18.329,25.625,17.032,23.201,18.469,20.391z"},60:{p:"M22.531,14.688c2.006-4.889-3.438-6.875-6.094-6.281c2.919,0.186,4.854,2.903,4.625,4.5c-0.193,1.35-1.651,2.464-4.781,2.625v1.223c1.111,0.177,1.788,1.354,1.409,2.407l1.118,0.646c1.727-2.609,4.873-2.713,7.16-2.996c2-0.248,4.75-4.654,4.031-7.498c-1.344,3.438-2.799,5.902-3.938,5.938C25.015,15.283,23.514,14.82,22.531,14.688zM13.22,19.766l1.08-0.623c-0.362-1.003,0.27-2.137,1.306-2.367v-1.248c-2.999-0.184-5.122-0.98-5.26-3.983C10.201,8.392,6.125,2,2.719,3.621c5.063,0.254,6.063,6.035,6.5,11.035C9.135,13.7,7.225,15.35,6.906,15.781c-0.615,0.834-2,3.125-0.875,6.406c-0.07-2.717,2.229-5.247,3.292-5.448C10.569,16.502,11.504,17.117,13.22,19.766zM18.469,20.391l-1.128-0.652c-0.712,0.797-1.997,0.784-2.701-0.018l-1.085,0.631c1.507,5.057-1.274,4.586-3.336,6.117c-1.336,0.992-0.25,1.813-4.313,4.094c3.031,0.688,4.5-3.25,6.344-2.969c1.002,0.152,3.155-0.439,3.75-1.188c0.678,0.476,2.123,0.728,2.75,0.781c1.125,0.096,2.688-0.031,5.438-2.906c-2.031,1.688-5.789,1.87-6.602,0.431C17.188,24.006,17.032,23.201,18.469,20.391z"},70:{p:"M22.656,13.875c-0.818-3.591,2-7.344,5.063-9c-2.438,0.156-5.827,3.92-6.344,5.313c-0.672,1.811-1.964,5.183-5.093,5.343v1.223c1.111,0.177,1.788,1.354,1.409,2.407l1.118,0.646c1.727-2.609,3.91-3.369,5.221-2.996c1.445,0.411,2.383,3.83,1.002,6.627c2.656-2.531,1.69-6.805,0.719-7.781C24.933,14.835,23.639,14.008,22.656,13.875zM13.22,19.766l1.08-0.623c-0.362-1.003,0.27-2.137,1.306-2.367v-1.248c-2.999-0.184-4.529-1.209-4.918-2.309c-0.531-1.5,0.486-4.564,3.375-5.5c-3.125,0.031-6.656,3.094-4.25,7.313c-0.574-0.77-2.034-0.427-2.719,0.281c-1.733,1.791-4.531-0.031-5.598-0.344c0.692,1.469,3.663,4.1,6.379,2.531C10.638,15.905,11.504,17.117,13.22,19.766zM18.469,20.391l-1.128-0.652c-0.712,0.797-1.997,0.784-2.701-0.018l-1.085,0.631c1.976,2.898,1.266,5.029,0.32,5.836c-1.063,0.906-4.275,0.455-5.303-2.063c0.365,3.5,4.014,3.865,5.053,3.719c0.631-0.089,2.187-0.939,2.781-1.688c0.844,0.406,1.538,1.25,2.453,1.777c1.469,0.938,4.891,0.254,7.016,1.535c-0.844-2.281-5.384-2.563-6.438-3.188C18.329,25.625,17.032,23.201,18.469,20.391z"},80:{p:"M22.531,14.688c2.006-4.889-3.438-6.875-6.094-6.281c2.919,0.186,4.854,2.903,4.625,4.5c-0.193,1.35-1.651,2.464-4.781,2.625v1.223c1.111,0.177,1.788,1.354,1.409,2.407l1.118,0.646c1.727-2.609,4.873-2.713,7.16-2.996c2-0.248,4.75-4.654,4.031-7.498c-1.344,3.438-2.799,5.902-3.938,5.938C25.015,15.283,23.514,14.82,22.531,14.688zM13.22,19.766l1.08-0.623c-0.362-1.003,0.27-2.137,1.306-2.367v-1.248c-2.999-0.184-5.122-0.98-5.26-3.983C10.201,8.392,6.125,2,2.719,3.621c5.063,0.254,6.063,6.035,6.5,11.035C9.135,13.7,7.225,15.35,6.906,15.781c-0.615,0.834-2,3.125-0.875,6.406c-0.07-2.717,2.229-5.247,3.292-5.448C10.569,16.502,11.504,17.117,13.22,19.766zM18.469,20.391l-1.128-0.652c-0.712,0.797-1.997,0.784-2.701-0.018l-1.085,0.631c1.507,5.057-1.274,4.586-3.336,6.117c-1.336,0.992-0.25,1.813-4.313,4.094c3.031,0.688,4.5-3.25,6.344-2.969c1.002,0.152,3.155-0.439,3.75-1.188c0.678,0.476,2.123,0.728,2.75,0.781c1.125,0.096,2.688-0.031,5.438-2.906c-2.031,1.688-5.789,1.87-6.602,0.431C17.188,24.006,17.032,23.201,18.469,20.391z"},90:{p:"M23.225,14.404c2.006-4.889-1.512-10.462-6.772-10.783c3.062,0.243,5.493,2.884,5.493,5.954c0,3.134-2.534,5.796-5.664,5.956v1.223c1.111,0.177,1.788,1.354,1.409,2.407l1.118,0.646c1.727-2.609,5.213-3.462,7.957-1.875c2.742,1.582,3.752,5.014,2.371,7.811c1.896-3.689,0.578-8.264-3.055-10.362C25.174,14.856,24.207,14.537,23.225,14.404zM13.22,19.766l1.08-0.623c-0.362-1.003,0.27-2.137,1.306-2.367v-1.248c-2.999-0.184-5.457-2.673-5.595-5.676c-0.145-3.153,2.292-5.954,5.441-6.226c-5.208,0.345-8.692,5.839-6.764,10.701c-0.95,0.139-1.891,0.455-2.773,0.965c-3.607,2.083-4.93,6.611-3.089,10.287c-1.33-2.783-0.311-6.17,2.406-7.738C7.996,16.245,11.504,17.117,13.22,19.766zM18.469,20.391l-1.128-0.652c-0.712,0.797-1.997,0.784-2.701-0.018l-1.085,0.631c1.396,2.801,0.393,6.242-2.354,7.826c-2.733,1.578-6.2,0.748-7.935-1.83c2.252,3.471,6.859,4.609,10.483,2.514c0.879-0.504,1.619-1.16,2.214-1.908c0.604,0.787,1.372,1.471,2.287,1.998c3.629,2.094,8.242,0.953,10.49-2.527c-1.732,2.592-5.205,3.43-7.943,1.85C18.033,26.676,17.032,23.201,18.469,20.391z"},100:{}}}]},bold:{d:800,it:1,sh:[{i:{a:{p:"M21.827,27.214c-0.76,0.311-2.577,0.747-5.985,0.747H4.592v-0.65h0.896c1.699-0.069,2.553-0.549,2.549-3.568V8.344C8,5.679,7.542,4.866,5.488,4.775H4.592v-0.65h10.301c1.922,0,3.463,0.141,4.623,0.422c1.758,0.422,5.38,1.798,5.414,5.941c0.028,3.461-2.889,4.852-4.307,5.309c1.652,0.352,5.414,1.403,5.414,5.643C26.037,25.178,22.833,26.803,21.827,27.214zM14.734,15.094c2.162-0.124,4.578-0.103,5.836-2.25c1.143-1.951,0.895-4.464-1.02-6.064c-2.238-1.872-5.801-1.622-8.139-1.09v9.158C11.412,14.848,13.833,15.146,14.734,15.094zM11.412,16.465v9.773c1.359,0.316,2.701,0.475,4.025,0.475c2.121,0,3.738-0.478,4.852-1.433s1.647-2.137,1.67-3.542c0.021-1.311-0.552-3.506-3.217-4.693C16.396,16,12.396,16.323,11.412,16.465z",s:"none",fl:"#333"}},f:{15:{p:"M22.027,27.237c-0.86,0.27-2.423,0.724-6.186,0.724H4.592v-0.65h0.896c1.866-0.258,2.595-0.383,2.546-3.278L8.03,8.031C8.021,5.073,7.396,4.99,5.488,4.775H4.592v-0.65h10.301c1.922,0,3.516,0.068,4.679,0.17c4.846,0.424,6.074,3.987,6.077,5.716c0.007,4.063-4.168,4.855-5.586,5.313c1.652,0.352,6.678,1.33,6.678,6.143C26.74,25.32,23.064,26.912,22.027,27.237zM14.729,14.815c1.369-0.109,3.248-0.222,4.521-2.36c0.813-1.364,0.521-4.322-0.414-5.346C17.425,5.564,16,5.455,13.609,5.461v9.387C13.609,14.848,13.828,14.887,14.729,14.815zM13.646,16.257l-0.042,8.769c0.042,0.356,0.333,1.606,1.426,1.625c2.122,0.036,3.129-0.451,4.195-1.459c0.364-0.345,1.275-1.805,1.314-3.209c0.043-1.538-0.441-3.897-2.147-4.878C17.063,16.341,14.979,16.118,13.646,16.257z"
},55:{},70:{p:"M21.827,27.214c-0.76,0.311-2.577,0.747-5.985,0.747H4.592v-0.65h0.896c1.699-0.069,2.553-0.549,2.549-3.568V8.344C8,5.679,7.542,4.866,5.488,4.775H4.592v-0.65h10.301c1.922,0,3.463,0.141,4.623,0.422c1.758,0.422,5.38,1.798,5.414,5.941c0.028,3.461-2.889,4.852-4.307,5.309c1.652,0.352,5.414,1.403,5.414,5.643C26.037,25.178,22.833,26.803,21.827,27.214zM14.734,15.094c2.162-0.124,4.578-0.103,5.836-2.25c1.143-1.951,0.895-4.464-1.02-6.064c-2.238-1.872-5.801-1.622-8.139-1.09v9.158C11.412,14.848,13.833,15.146,14.734,15.094zM11.412,16.465v9.773c1.359,0.316,2.701,0.475,4.025,0.475c2.121,0,3.738-0.478,4.852-1.433s1.647-2.137,1.67-3.542c0.021-1.311-0.552-3.506-3.217-4.693C16.396,16,12.396,16.323,11.412,16.465z"},100:{}}}]},bolt:{d:400,it:2,sh:[{i:{a:{p:"M10.2,15.2L13,2h7.098L17,10l6.368-1.708C23.909,8.178,24.149,8.495,23.904,9l-9.994,20.644c-0.245,0.505-0.343,0.469-0.218-0.08l3.507-15.489L10.8,15.9C10.26,16.019,10.099,15.754,10.2,15.2z",o:1,s:"none",fl:"#333"}},f:{0:{p:"M13,2.3V2h7.098L20,2.3h-0.1c-0.2,0-0.2,0-0.301,0l-0.351-0.012C19.399,2.2,19,2.3,19,2.3h-0.2h-4.9C13.5,2.3,13.5,2.3,13,2.3z"},10:{p:"M10.2,15.2L13,2h7.098L17,10l0,0c-0.2,0.7,0.045,0.195-0.2,0.7l-1.4,4c0.15-0.088-0.218-0.08-0.218-0.08l-0.232,0.092L10.8,15.9C10.26,16.019,10.099,15.754,10.2,15.2z"},15:{p:"M10.2,15.2L13,2h7.098L17,10l6.368-1.708C23.909,8.178,24.149,8.495,23.904,9l-1.986,3.98c-0.244,0.505-0.342,0.469-0.218-0.08l-4.501,1.175L10.8,15.9C10.26,16.019,10.099,15.754,10.2,15.2z"},25:{p:"M10.2,15.2L13,2h7.098L17,10l6.368-1.708C23.909,8.178,24.149,8.495,23.904,9l-9.994,20.644c-0.245,0.505-0.343,0.469-0.218-0.08l3.507-15.489L10.8,15.9C10.26,16.019,10.099,15.754,10.2,15.2z"},45:{o:0},60:{o:1},80:{o:0},100:{o:1}}}]},bookmark:{d:1e3,it:1,sh:[{i:{a:{p:"M25.063,29.785L16.001,22l-9.063,7.785C6.42,30.199,6,29.998,6,29.336V3.2C6,2.537,6.537,2,7.2,2h17.601C25.463,2,26,2.537,26,3.2v26.136C26,29.998,25.58,30.199,25.063,29.785z",s:"none",fl:"#333"}},f:{0:{p:"M25.063,3.449L16.001,3L6.938,3.449C6.42,3.863,6,3.662,6,3v0.2C6,2.537,6.537,2,7.2,2h17.601C25.463,2,26,2.537,26,3.2V3C26,3.662,25.58,3.863,25.063,3.449z"},20:{p:"M25.063,29.785L16.001,22l-9.063,7.785C6.42,30.199,6,29.998,6,29.336V3.2C6,2.537,6.537,2,7.2,2h17.601C25.463,2,26,2.537,26,3.2v26.136C26,29.998,25.58,30.199,25.063,29.785z"},35:{p:"M25.063,29.785c-4.979-2.077-10.688-7.743-10.688-7.743S7.417,26.542,6,28.458C5.482,28.872,5.113,28.614,4.875,28C1.708,19.833,11.083,10.208,6.5,2.917C6.5,2.716,6.537,2,7.2,2h17.601c0.662,0,1.823,0.583,1.907,1.292c4.125,9.583-5.916,16.417-1.125,26.042C25.852,29.873,25.677,30.041,25.063,29.785z"},60:{p:"M26.313,27.91c-4.229-4.243-8.563-5.827-8.563-5.827s-8.833,7.459-10.875,7.715c-0.518,0.414-0.895,0.112-0.5-0.465c4.583-6.708-4.833-19.417-1.042-26.25C5.333,2.883,6.537,2,7.2,2h17.601c0.662,0,0.615,0.083,0.699,0.792c-3.875,5.792,3.083,14.708,1.75,24.125C27.165,27.514,26.782,28.382,26.313,27.91z"},75:{p:"M25.063,29.785L16.001,22l-9.063,7.785C6.42,30.199,6,29.998,6,29.336V3.2C6,2.537,6.537,2,7.2,2h17.601C25.463,2,26,2.537,26,3.2v26.136C26,29.998,25.58,30.199,25.063,29.785z"},100:{}}}]},bootstrap:{d:0,it:1,sh:[{i:{a:{p:"M20.35,20c0,2.847-2.777,3-2.777,3H12v-6h5.319C17.319,17,20.35,17.151,20.35,20zM19.454,11.535c0-2.467-2.521-2.517-2.521-2.517H12V14h4.883C16.883,14,19.454,14,19.454,11.535zM30,5v22c0,1.656-1.344,3-3,3H5c-1.657,0-3-1.344-3-3V5c0-1.657,1.343-3,3-3h22C28.656,2,30,3.343,30,5zM25,20.408c0-1.637-0.432-4.396-3.699-5.284c2.166-0.913,2.699-2.708,2.698-4.821C23.998,8.641,22.84,6,18.758,6H8v20.025h11.044C22.36,26.025,25,23.432,25,20.408z",s:"none",fl:"#3C1B43"}},f:{}}]},briefcase:{d:1e3,it:1,sh:[{i:{a:{p:"M27.938,8.002L22,8V6c0.033-1.969-1.969-2-1.969-2H12c-2,0-2,2-2,2v2L4,8.002C1.971,8.002,2,10,2,10v4.907c0,0,7.615,2.593,14,2.593c6.977,0,14-2.625,14-2.625V10C30,7.906,27.938,8.002,27.938,8.002zM18,16h-4v-1c0-0.552,0.448-1,1-1h2c0.555,0,1,0.448,1,1V16zM20,7v1h-8V7c0-1.1,1-1,1-1h6C20.063,6,20,7,20,7z",s:"none",fl:"#333"}},f:{15:{p:"M27.938,9.024H22V8.562C22.033,8.107,19.031,8,19.031,8H13c-2,0-3,0.562-3,0.562v0.462H4c-2.029,0-2,0.461-2,0.461v0.901c0,0,7.615,0.714,14,0.714c6.977,0,14-0.722,14-0.722V9.485C30,9.001,27.938,9.024,27.938,9.024zM18,10.87h-4v-0.231c0-0.127,0.448-0.23,1-0.23h2c0.555,0,1,0.104,1,0.23V10.87zM19,8.792v0.231h-6V8.792c0-0.254,1-0.23,1-0.23h4C19.063,8.562,19,8.792,19,8.792z"},18:{p:"M27.938,8.908H22V8.754C22.033,8.603,19.031,8.6,19.031,8.6H13c-2,0-3,0.154-3,0.154v0.154H4c-2.029,0-2,0.153-2,0.153v0.301c0,0,7.615,0.238,14,0.238c6.977,0,14-0.241,14-0.241V9.062C30,8.9,27.938,8.908,27.938,8.908zM18,9.523h-4V9.446c0-0.042,0.448-0.077,1-0.077h2c0.555,0,1,0.035,1,0.077V9.523zM19,8.831v0.077h-6V8.831c0-0.085,1-0.077,1-0.077h4C19.063,8.754,19,8.831,19,8.831z"},30:{p:"M28.1,4.1L21,2.5l0,0L19,2h-6c-2,0.3-2,0.5-2,0.5l0,0l-7,2C2,5.1,2,5.2,2,5.2v3.703c0,0,7.615,0.238,14,0.238c6.977,0,14-0.241,14-0.241V5.2C30,5.039,28.1,4.1,28.1,4.1zM18,9.064h-4l0,0c0-0.042,0,0,1-0.023h2C17.6,9.041,18,9.021,18,9.064L18,9.064zM19,2L19,2h-6l0,0c0.1-0.008,1-0.008,1-0.008h4C19.063,1.992,19,2,19,2z"},70:{},82:{p:"M27.938,8.908H22V8.754C22.033,8.603,19.031,8.6,19.031,8.6H13c-2,0-3,0.154-3,0.154v0.154H4c-2.029,0-2,0.153-2,0.153v0.301c0,0,7.615,0.238,14,0.238c6.977,0,14-0.241,14-0.241V9.062C30,8.9,27.938,8.908,27.938,8.908zM18,9.523h-4V9.446c0-0.042,0.448-0.077,1-0.077h2c0.555,0,1,0.035,1,0.077V9.523zM19,8.831v0.077h-6V8.831c0-0.085,1-0.077,1-0.077h4C19.063,8.754,19,8.831,19,8.831z"},85:{p:"M27.938,9.024H22V8.562C22.033,8.107,19.031,8,19.031,8H13c-2,0-3,0.562-3,0.562v0.462H4c-2.029,0-2,0.461-2,0.461v0.901c0,0,7.615,0.714,14,0.714c6.977,0,14-0.722,14-0.722V9.485C30,9.001,27.938,9.024,27.938,9.024zM18,10.87h-4v-0.231c0-0.127,0.448-0.23,1-0.23h2c0.555,0,1,0.104,1,0.23V10.87zM19,8.792v0.231h-6V8.792c0-0.254,1-0.23,1-0.23h4C19.063,8.562,19,8.792,19,8.792z"},100:{p:"M27.938,8.002L22,8V6c0.033-1.969-1.969-2-1.969-2H12c-2,0-2,2-2,2v2L4,8.002C1.971,8.002,2,10,2,10v4.907c0,0,7.615,2.593,14,2.593c6.977,0,14-2.625,14-2.625V10C30,7.906,27.938,8.002,27.938,8.002zM18,16h-4v-1c0-0.552,0.448-1,1-1h2c0.555,0,1,0.448,1,1V16zM20,7v1h-8V7c0-1.1,1-1,1-1h6C20.063,6,20,7,20,7z"}}},{i:{a:{p:"M26,27H3V11h23V27z",t:"t4,-2",o:0,s:"none",fl:"#333"}},f:{0:{o:0,t:"t-10,-28"},30:{},40:{o:.6,t:"t4,-2"},85:{},90:{o:0},100:{}}},{i:{a:{p:"M26,27H3V11h23V27z",t:"t2,-1",o:0,s:"none",fl:"#333"}},f:{0:{o:0,t:"t0,-28"},40:{},50:{o:.6,t:"t2,-1"},85:{},90:{o:0},100:{}}},{i:{a:{p:"M26,27H3V11h23V27z",o:0,s:"none",fl:"#333"}},f:{0:{o:0,t:"t10,-28"},50:{},60:{o:.6,t:""},85:{},90:{o:0},100:{}}},{i:{a:{p:"M30,26V16c0,0-5.405,2.5-14,2.5C8.098,18.5,2,16,2,16v10c0,2.031,2,2,2,2l24-0.001C30.156,28,30,26,30,26zM18,21c-0.017,0.552-0.448,1-1,1h-2c-0.552,0-1-0.448-1-1v-1h4V21z",s:"none",fl:"#333"}},f:{}}]},brush:{d:1400,it:1,sh:[{i:{a:{p:"M8,32H0l0.021-8L8,32z",o:"0",s:"none",fl:"#333"}},f:{0:{o:.6},50:{p:"M66,34H-2v-68L66,34z"},51:{o:0},80:{p:"M8,32H0l0.021-8L8,32z"},100:{}}},{i:{a:{p:"M28.729,5.628c-1.483,1.742-7.868,8.891-9.195,10.609c-0.929,1.204-2.122,3.535-4.945,4.942c-0.252,0.126-0.452,0.465-0.707,0.707c-0.402,0.382-0.948,0.473-1.417,0.004l-1.415-1.414c-0.468-0.469-0.401-1.036,0.004-1.417c0.257-0.243,0.58-0.453,0.707-0.706c1.408-2.824,3.741-4.016,4.943-4.945c1.719-1.327,8.865-7.71,10.607-9.192c0.42-0.357,1.043-0.371,1.414,0C29.096,4.587,29.086,5.208,28.729,5.628zM11.755,22.601l-1.415-1.414c-5.153-1.062-3.535,4.949-7.75,6.391C6.805,28.965,13.169,26.843,11.755,22.601z",t:"t0,0s1r0",s:"none",fl:"#333"}},f:{0:{p:"M28.729,5.628c-1.483,1.742-7.868,8.891-9.195,10.609c-0.929,1.204-2.122,3.535-4.945,4.942c-0.252,0.126-0.452,0.465-0.707,0.707c-0.402,0.382-0.948,0.473-1.417,0.004l-1.415-1.414c-0.468-0.469-0.401-1.036,0.004-1.417c0.257-0.243,0.58-0.453,0.707-0.706c1.408-2.824,3.741-4.016,4.943-4.945c1.719-1.327,8.865-7.71,10.607-9.192c0.42-0.357,1.043-0.371,1.414,0C29.096,4.587,29.086,5.208,28.729,5.628zM11.755,22.601l-1.415-1.414C7.083,20.5,3.563,24.854,5,28C7.896,29.729,12.917,26.042,11.755,22.601z"},5:{t:"t-6,-10r10,6,26"},10:{t:"t10,6r-10,6,26"},20:{t:"t-4,-24r10,6,26"},30:{t:"t24,4r-10,6,26"},35:{t:"t10,-24r10,6,26"},40:{t:"t24,-10r-10,6,26"},45:{t:"t22,-24r10,6,26"},46:{p:"M28.729,5.628c-1.483,1.742-7.868,8.891-9.195,10.609c-0.929,1.204-2.122,3.535-4.945,4.942c-0.252,0.126-0.452,0.465-0.707,0.707c-0.402,0.382-0.948,0.473-1.417,0.004l-1.415-1.414c-0.468-0.469-0.401-1.036,0.004-1.417c0.257-0.243,0.58-0.453,0.707-0.706c1.408-2.824,3.741-4.016,4.943-4.945c1.719-1.327,8.865-7.71,10.607-9.192c0.42-0.357,1.043-0.371,1.414,0C29.096,4.587,29.086,5.208,28.729,5.628zM11.755,22.601l-1.415-1.414c-5.153-1.062-3.535,4.949-7.75,6.391C6.805,28.965,13.169,26.843,11.755,22.601z"},50:{t:""},100:{}}}]},bug:{d:1e3,it:1,sh:[{i:{a:{p:"M13.573,2.981c0.098,0.352-0.155,0.88-0.744,0.937c-0.204,0.02-0.794-0.146-0.778-0.908c0.053-0.668,0.98-1.043,1.706-0.581c0.777,0.495,1.008,1.425,1.03,2.28c0.797-0.43,2.003-0.378,2.435-0.131c-0.006-0.527,0.152-1.746,1.102-2.278c0.632-0.354,1.56-0.19,1.621,0.696c-0.055,0.73-0.565,0.816-0.769,0.791c-0.587-0.075-0.773-0.538-0.664-0.887c-0.946,0.147-1.089,1.392-1.105,1.715c0,0.004,2.043,0.69,2.198,3.241c0.557,0.366,1.074,0.821,1.54,1.34l4.044-4.223c0.997-0.878,2.19,0.473,1.372,1.386l-4.262,4.453c0.651,1.183,1.089,2.566,1.223,4.065l5.85-0.085c1.328,0.206,1.241,1.859,0.008,1.988l-5.909,0.082c-0.198,1.137-0.697,2.523-1.351,3.896l4.486,4.534c0.939,1.119-0.542,2.257-1.369,1.421l-4.095-4.136c-1.912,3.229-4.382,5.544-5.215,2.685c-0.877,2.926-3.268,0.706-5.122-2.462l-4.006,4.176c-0.808,0.811-2.297-0.206-1.371-1.382l4.423-4.613c-0.643-1.373-1.132-2.763-1.332-3.904l-5.9,0.086c-1.252-0.02-1.277-1.951-0.003-1.983l5.848-0.084c0.131-1.502,0.557-2.896,1.208-4.099L5.386,6.667C4.521,5.729,5.705,4.388,6.75,5.238l4.065,4.108c0.557-0.638,1.189-1.173,1.881-1.589c0.083-1.284,0.82-2.38,1.881-2.947C14.598,4.246,14.514,3.159,13.573,2.981z",t:"t0,0r22s1",s:"none",fl:"#333"}},f:{10:{t:"r45s0.4"},20:{t:"t10,-10r45s0.4"},21:{t:"t10,-10r180s0.4"},30:{t:"t10,10r180s0.4"},31:{t:"t10,10r270s0.4"},40:{t:"t-10,10r270s0.4"},41:{t:"t-10,10r360s0.4"},50:{t:"t-10,-10r360s0.4"},51:{t:"t-10,-10r135s0.4"},60:{t:"t0,0r135s0.4"},61:{t:"t0,0r22s0.4"},70:{t:"t0,0r22s1"},100:{}}}]},calendar:{d:1e3,it:1,sh:[{i:{a:{p:"M11,7.366C11,8.269,10.373,9,9.6,9H8.4C7.627,9,7,8.269,7,7.366V3.634C7,2.731,7.627,2,8.4,2H9.6C10.373,2,11,2.731,11,3.634V7.366zM25,3.634C25,2.731,24.373,2,23.6,2H22.4C21.627,2,21,2.731,21,3.634v3.732C21,8.269,21.627,9,22.4,9H23.6C24.373,9,25,8.269,25,7.366V3.634z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M28,6h-2v1.199C26,8.746,25.146,10,23.6,10H22.4C20.854,10,20,8.746,20,7.199V6h-8v1.199C12,8.746,11.146,10,9.6,10H8.4C6.854,10,6,8.746,6,7.199V6H4C2.896,6,2,6.895,2,8v20c0,1.105,0.896,2,2,2h24c1.105,0,2-0.895,2-2V8C30,6.895,29.105,6,28,6zM28,28H4V12h24V28zM15.031,20.24c0.168,0.145,0.303,0.314,0.402,0.506c0.1,0.193,0.149,0.447,0.149,0.768c0,0.361-0.07,0.697-0.213,1.012c-0.143,0.313-0.363,0.58-0.659,0.805c-0.289,0.217-0.627,0.383-1.018,0.498S12.828,24,12.271,24c-0.635,0-1.181-0.049-1.637-0.148s-0.826-0.213-1.111-0.336V21.83h0.201c0.295,0.178,0.648,0.334,1.06,0.465c0.411,0.129,0.787,0.195,1.127,0.195c0.199,0,0.416-0.018,0.649-0.051c0.234-0.031,0.432-0.104,0.594-0.215c0.127-0.086,0.229-0.189,0.305-0.311c0.075-0.123,0.113-0.297,0.113-0.527c0-0.225-0.052-0.398-0.155-0.52c-0.103-0.123-0.238-0.211-0.407-0.262c-0.169-0.055-0.371-0.084-0.608-0.09c-0.237-0.004-0.458-0.006-0.661-0.006h-0.422v-1.373h0.438c0.269,0,0.506-0.01,0.712-0.027c0.207-0.018,0.382-0.055,0.526-0.117c0.151-0.064,0.265-0.152,0.341-0.262c0.075-0.107,0.113-0.268,0.113-0.479c0-0.154-0.04-0.277-0.119-0.372s-0.179-0.171-0.299-0.226c-0.134-0.062-0.292-0.104-0.475-0.124s-0.339-0.03-0.47-0.03c-0.323,0-0.673,0.057-1.052,0.168c-0.378,0.112-0.744,0.271-1.099,0.482h-0.19v-1.665c0.282-0.114,0.665-0.224,1.15-0.329C11.379,16.052,11.87,16,12.369,16c0.484,0,0.909,0.041,1.274,0.126c0.364,0.084,0.665,0.197,0.902,0.338c0.282,0.169,0.492,0.372,0.63,0.612c0.138,0.241,0.206,0.523,0.206,0.847c0,0.427-0.133,0.808-0.397,1.144s-0.613,0.549-1.047,0.641v0.072c0.175,0.025,0.361,0.072,0.557,0.145C14.69,19.996,14.869,20.104,15.031,20.24zM22.908,24h-5.324v-1.395h1.682v-4.215h-1.682V17.09c0.258,0,0.504-0.017,0.74-0.047c0.234-0.03,0.432-0.082,0.59-0.157c0.184-0.089,0.324-0.207,0.418-0.35c0.092-0.144,0.145-0.321,0.16-0.536h1.771v6.605h1.645V24z",o:1,t:"",s:"none",fl:"#333"}},f:{0:{t:""},20:{t:"t0,12r20,2,5",o:0},80:{o:0,t:""},100:{o:1}}},{i:{a:{p:"M28,6h-2v1.199C26,8.746,25.146,10,23.6,10H22.4C20.854,10,20,8.746,20,7.199V6h-8v1.199C12,8.746,11.146,10,9.6,10H8.4C6.854,10,6,8.746,6,7.199V6H4C2.896,6,2,6.895,2,8v20c0,1.105,0.896,2,2,2h24c1.105,0,2-0.895,2-2V8C30,6.895,29.105,6,28,6zM28,28H4V12h24V28zM19.205,24h-6v-1.393h1.896v-4.219h-1.896v-1.3c0.29,0,0.567-0.016,0.833-0.046s0.487-0.082,0.664-0.157c0.209-0.089,0.366-0.207,0.471-0.35c0.104-0.144,0.165-0.322,0.181-0.536h1.998v6.607h1.854V24z",o:0,t:"",s:"none",fl:"#333"}},f:{0:{o:0,t:""},20:{o:1},40:{t:"t0,12r-30,30,5",o:0},99:{o:0},100:{o:0,t:""}}},{i:{a:{p:"M28,6h-2v1.199C26,8.746,25.146,10,23.6,10H22.4C20.854,10,20,8.746,20,7.199V6h-8v1.199C12,8.746,11.146,10,9.6,10H8.4C6.854,10,6,8.746,6,7.199V6H4C2.896,6,2,6.895,2,8v20c0,1.105,0.896,2,2,2h24c1.105,0,2-0.895,2-2V8C30,6.895,29.105,6,28,6zM28,28H4V12h24V28zM19.324,24h-6.161v-1.297c0.471-0.342,0.941-0.703,1.414-1.086s0.852-0.713,1.137-0.99c0.425-0.41,0.728-0.77,0.907-1.074c0.178-0.305,0.268-0.609,0.268-0.906c0-0.359-0.115-0.635-0.344-0.83c-0.232-0.195-0.563-0.297-0.995-0.297c-0.324,0-0.664,0.07-1.02,0.203c-0.356,0.133-0.688,0.305-0.993,0.512h-0.169v-1.746c0.25-0.109,0.617-0.219,1.104-0.328c0.487-0.109,0.975-0.16,1.463-0.16c0.983,0,1.733,0.207,2.251,0.617c0.514,0.414,0.771,1,0.771,1.756c0,0.494-0.119,0.965-0.367,1.41c-0.248,0.449-0.629,0.906-1.137,1.381c-0.32,0.295-0.641,0.568-0.965,0.814c-0.324,0.248-0.554,0.42-0.69,0.52h3.526V24z",o:0,t:"",s:"none",fl:"#333"}},f:{0:{t:""},20:{o:0},40:{o:1},60:{t:"t0,12r40,2,5",o:0},99:{o:0},100:{o:0,t:""}}},{i:{a:{p:"M28,6h-2v1.2c0,1.546-0.854,2.8-2.4,2.8H22.4C20.854,10,20,8.746,20,7.2V6h-8v1.2c0,1.546-0.854,2.8-2.4,2.8H8.4C6.854,10,6,8.746,6,7.2V6H4C2.896,6,2,6.896,2,8v20c0,1.105,0.896,2,2,2h24c1.105,0,2-0.895,2-2V8C30,6.896,29.105,6,28,6zM28,28H4V12h24V28zM18.477,20.24c0.168,0.145,0.303,0.313,0.402,0.506s0.148,0.447,0.148,0.768c0,0.361-0.072,0.697-0.213,1.01c-0.145,0.314-0.363,0.582-0.658,0.805c-0.289,0.217-0.629,0.385-1.02,0.5S16.273,24,15.716,24c-0.636,0-1.181-0.049-1.638-0.148c-0.456-0.1-0.825-0.213-1.11-0.338V21.83h0.2c0.296,0.178,0.648,0.332,1.06,0.463s0.788,0.197,1.128,0.197c0.199,0,0.415-0.018,0.648-0.051c0.234-0.031,0.434-0.104,0.594-0.215c0.129-0.086,0.23-0.189,0.305-0.311c0.076-0.123,0.113-0.297,0.113-0.527c0-0.225-0.051-0.398-0.154-0.52c-0.104-0.123-0.24-0.211-0.408-0.262c-0.168-0.055-0.371-0.084-0.608-0.09s-0.457-0.006-0.66-0.006h-0.423v-1.373H15.2c0.269,0,0.507-0.01,0.712-0.027s0.381-0.055,0.525-0.117c0.152-0.064,0.266-0.152,0.34-0.262c0.078-0.107,0.113-0.268,0.113-0.479c0-0.154-0.039-0.277-0.117-0.371c-0.078-0.096-0.18-0.171-0.299-0.227C16.34,17.593,16.182,17.553,16,17.53c-0.183-0.021-0.339-0.029-0.469-0.029c-0.324,0-0.675,0.056-1.054,0.167c-0.377,0.112-0.743,0.272-1.099,0.482h-0.19v-1.665c0.283-0.113,0.666-0.223,1.151-0.327C14.824,16.053,15.316,16,15.813,16c0.485,0,0.909,0.042,1.274,0.127c0.365,0.083,0.666,0.196,0.904,0.337c0.281,0.17,0.49,0.373,0.629,0.613c0.137,0.241,0.205,0.522,0.205,0.847c0,0.426-0.133,0.807-0.396,1.143c-0.266,0.336-0.613,0.549-1.047,0.641v0.072c0.176,0.025,0.359,0.072,0.555,0.145C18.135,19.996,18.314,20.104,18.477,20.24z",o:0,t:"",s:"none",fl:"#333"}},f:{0:{t:""},40:{o:0},60:{o:1},80:{o:1},100:{o:0,t:""}}}]},camcoder:{d:600,it:2,sh:[{i:{a:{p:"M9,22c0,0.553-0.447,1-1,1s-1-0.447-1-1s0.447-1,1-1S9,21.447,9,22z",o:1,s:"none",fl:"#333"}},f:{25:{o:0},50:{o:1},75:{o:0},100:{o:1}}},{i:{a:{p:"M26,20h-2v-3.4c0-0.332-0.248-0.6-0.553-0.6h-0.554c-1.315,1.288-3.049,2-4.894,2c-1.844,0-3.578-0.712-4.893-2H9.938c-0.832,0.621-1.854,1-2.969,1S4.832,16.621,4,16c0,0-0.447,0-1,0s-1,0.537-1,1.199v8.4C2,26.926,3.074,28,4.4,28H21.6c1.326,0,2.4-0.895,2.4-2v-2h2l2.586,2.586C29.367,27.367,30,27.105,30,26v-8c0-1.105-0.633-1.367-1.414-0.586L26,20zM12,23.4c0,0.33-0.269,0.6-0.6,0.6H6.6C6.269,24,6,23.73,6,23.4V20.6C6,20.27,6.269,20,6.6,20H11.4c0.331,0,0.6,0.27,0.6,0.6V23.4z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M4.172,9.172c-1.563,1.563-1.563,4.094,0,5.656c1.562,1.563,4.094,1.563,5.656,0s1.563-4.095,0-5.656C8.267,7.609,5.734,7.609,4.172,9.172zM7.045,9.25c0.099-0.354,0.461-0.563,0.816-0.471c0.357,0.096,0.569,0.46,0.472,0.815c-0.093,0.357-0.461,0.57-0.814,0.471C7.163,9.972,6.952,9.605,7.045,9.25zM6.955,14.75c-0.096,0.354-0.461,0.563-0.816,0.469c-0.356-0.094-0.567-0.461-0.472-0.816c0.094-0.355,0.461-0.566,0.816-0.471C6.84,14.027,7.05,14.391,6.955,14.75zM5.069,12.518c0.094,0.357-0.116,0.721-0.473,0.818c-0.354,0.094-0.72-0.117-0.816-0.473c-0.096-0.355,0.116-0.723,0.472-0.816C4.608,11.951,4.974,12.16,5.069,12.518zM4.644,9.644c0.26-0.261,0.682-0.262,0.942-0.001s0.26,0.683,0,0.943c-0.261,0.26-0.683,0.261-0.943,0S4.383,9.903,4.644,9.644zM7.235,11.765c0.131,0.131,0.131,0.341,0,0.47c-0.131,0.133-0.34,0.133-0.471,0c-0.131-0.129-0.131-0.339,0-0.47S7.104,11.634,7.235,11.765zM9.358,14.355c-0.261,0.262-0.684,0.262-0.942,0c-0.263-0.258-0.262-0.684,0-0.941c0.261-0.262,0.681-0.262,0.943,0C9.618,13.676,9.618,14.094,9.358,14.355zM10.22,11.136c0.096,0.356-0.114,0.723-0.472,0.816c-0.354,0.099-0.723-0.114-0.814-0.472c-0.096-0.355,0.114-0.72,0.471-0.817C9.76,10.57,10.123,10.781,10.22,11.136z",t:"",s:"none",fl:"#333"}},f:{0:{t:""},100:{t:"r360,7,12"}},fIE:{0:{t:""},100:{t:"r360,5.5,10.5"}}},{i:{a:{p:"M22.242,6.758c-2.344-2.344-6.142-2.344-8.484,0c-2.344,2.343-2.344,6.141,0,8.484c2.343,2.344,6.143,2.344,8.484,0C24.586,12.898,24.586,9.101,22.242,6.758zM22.125,11.066c0.531,0.148,0.846,0.691,0.705,1.227c-0.143,0.535-0.689,0.854-1.223,0.707c-0.535-0.141-0.855-0.691-0.705-1.223C21.043,11.244,21.59,10.928,22.125,11.066zM13.877,10.933c-0.532-0.144-0.848-0.69-0.707-1.224c0.143-0.535,0.692-0.853,1.225-0.708c0.535,0.142,0.853,0.691,0.707,1.225C14.959,10.76,14.412,11.074,13.877,10.933zM17.224,8.104c-0.535,0.142-1.082-0.173-1.227-0.708c-0.142-0.532,0.175-1.081,0.708-1.225s1.083,0.174,1.225,0.707C18.074,7.413,17.758,7.961,17.224,8.104zM21.535,7.465c0.391,0.391,0.391,1.023,0,1.414s-1.023,0.391-1.414,0s-0.391-1.023,0-1.414C20.512,7.073,21.145,7.073,21.535,7.465zM18.354,11.354c-0.195,0.195-0.511,0.197-0.707,0c-0.195-0.195-0.195-0.512,0-0.707s0.512-0.195,0.707,0C18.549,10.843,18.549,11.158,18.354,11.354zM14.467,14.539c-0.393-0.393-0.394-1.027,0-1.414c0.389-0.395,1.023-0.395,1.412,0c0.392,0.391,0.391,1.02,0.001,1.414C15.488,14.926,14.858,14.926,14.467,14.539zM19.297,15.83c-0.535,0.143-1.084-0.174-1.225-0.709c-0.146-0.531,0.17-1.082,0.707-1.221c0.533-0.143,1.078,0.172,1.227,0.707C20.145,15.141,19.828,15.684,19.297,15.83z",t:"",s:"none",fl:"#333"}},f:{0:{t:""},100:{t:"r360,18,11"}},fIE:{0:{t:""},100:{t:"r360,16.5,9.5"}}}]},camera:{d:400,it:1,sh:[{i:{a:{p:"M7,8.4V6.6C7,6.269,7.269,6,7.6,6H12.4C12.731,6,13,6.269,13,6.6v1.8H7z",s:"none",fl:"#333"}},f:{5:{t:"t0,1"},10:{},15:{t:""},100:{}}},{i:{a:{p:"M18,14c-2.209,0-4,1.792-4,4.002C14,20.211,15.791,22,18,22s4-1.789,4-3.998C22,15.792,20.209,14,18,14zM18,18.001L18,18.001L18,18.001L18,18.001L18,18.001z",s:"none",fl:"#333"}},f:{5:{},12:{p:"M18,14c-2.209,0-4,1.792-4,4.002C14,20.211,15.791,22,18,22s4-1.789,4-3.998C22,15.792,20.209,14,18,14zM18,21.251c-1.798,0-3.25-1.453-3.25-3.249c0-1.797,1.452-3.251,3.25-3.251c1.794,0,3.25,1.455,3.25,3.251C21.25,19.798,19.794,21.251,18,21.251z"},20:{p:"M18,14c-2.209,0-4,1.792-4,4.002C14,20.211,15.791,22,18,22s4-1.789,4-3.998C22,15.792,20.209,14,18,14zM18,18.001L18,18.001L18,18.001L18,18.001L18,18.001z"},100:{}}},{i:{a:{p:"M28.068,8H4.414C3.08,8,2,9.065,2,10.381v13.236C2,24.936,3.08,26,4.414,26h23.654C29.135,26,30,25.148,30,24.096V9.904C30,8.853,29.135,8,28.068,8zM6,23.951H5.429C4.64,23.951,4,23.398,4,22.715V11.187c0-0.683,0.64-1.235,1.429-1.235H6V23.951zM11.5,13c-0.828,0-1.5-0.672-1.5-1.501C10,10.672,10.672,10,11.5,10s1.5,0.672,1.5,1.499C13,12.328,12.328,13,11.5,13zM18,24c-3.314,0-6-2.686-6-6c0-3.313,2.686-6,6-6c3.313,0,6,2.687,6,6C24,21.314,21.313,24,18,24zM28.068,12.952h-5.102C22.432,12.952,22,12.525,22,12v-2h5.104c0.533,0,0.965,0.427,0.965,0.953V12.952z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M25.601,4.7l0.954,3.229l3.056-1.25l-1.866,2.779l2.855,1.672l-3.28,0.235l0.506,3.334l-2.225-2.485L23.375,14.7l0.507-3.334L20.6,11.131l2.857-1.672L21.591,6.68l3.056,1.25L25.601,4.7z",o:0,s:"none",fl:"#333"}},f:{20:{},21:{o:1},50:{o:0,t:"s4"},100:{t:""}}}]},"camera-alt":{d:1e3,it:1,sh:[{i:{a:{p:"M28.801,12H20l-1.199,1H16c0-1-2-2-2-2c0.117-0.781,2.467-0.416,3-1c0.336-0.369,0.447-0.776,0-1C15,8,8,6,7,6H6.4C6.179,6,5.873,6.127,5.717,6.283L5.283,6.717C5.127,6.873,5,7.179,5,7.4V9H2.6C2.269,9,2,9.269,2,9.6V14.4C2,14.731,2.269,15,2.6,15H4v9.801C4,25.463,4.537,26,5.2,26h9.601C15.463,26,16,25.463,16,24.801V23h2.801L20,24h8.801C29.463,24,30,23.463,30,22.801V13.2C30,12.537,29.463,12,28.801,12zM19,22h-1v-8h1V22z",s:"none",fl:"#333"}},f:{10:{t:"t-6,0r-20,4,16"},20:{p:"M26.801,12H18l-1.199,1H16c0-1-2-2-2-2c0.117-0.781,2.467-0.416,3-1c0.336-0.369,0.447-0.776,0-1C15,8,8,6,7,6H6.4C6.179,6,5.873,6.127,5.717,6.283L5.283,6.717C5.127,6.873,5,7.179,5,7.4V9H2.6C2.269,9,2,9.269,2,9.6V14.4C2,14.731,2.269,15,2.6,15H4v9.801C4,25.463,4.537,26,5.2,26h9.601C15.463,26,16,25.463,16,24.801V23h0.801L18,24h8.801C27.463,24,28,23.463,28,22.801V13.2C28,12.537,27.463,12,26.801,12zM17,22L17,22v-8l0,0V22z"},30:{p:"M28.801,12H20l-1.199,1H16c0-1-2-2-2-2c0.117-0.781,2.467-0.416,3-1c0.336-0.369,0.447-0.776,0-1C15,8,8,6,7,6H6.4C6.179,6,5.873,6.127,5.717,6.283L5.283,6.717C5.127,6.873,5,7.179,5,7.4V9H2.6C2.269,9,2,9.269,2,9.6V14.4C2,14.731,2.269,15,2.6,15H4v9.801C4,25.463,4.537,26,5.2,26h9.601C15.463,26,16,25.463,16,24.801V23h2.801L20,24h8.801C29.463,24,30,23.463,30,22.801V13.2C30,12.537,29.463,12,28.801,12zM19,22h-1v-8h1V22z"},50:{t:"t-2,-5r20,4,16"},60:{p:"M26.801,12H18l-1.199,1H16c0-1-2-2-2-2c0.117-0.781,2.467-0.416,3-1c0.336-0.369,0.447-0.776,0-1C15,8,8,6,7,6H6.4C6.179,6,5.873,6.127,5.717,6.283L5.283,6.717C5.127,6.873,5,7.179,5,7.4V9H2.6C2.269,9,2,9.269,2,9.6V14.4C2,14.731,2.269,15,2.6,15H4v9.801C4,25.463,4.537,26,5.2,26h9.601C15.463,26,16,25.463,16,24.801V23h0.801L18,24h8.801C27.463,24,28,23.463,28,22.801V13.2C28,12.537,27.463,12,26.801,12zM17,22L17,22v-8l0,0V22z"},70:{p:"M28.801,12H20l-1.199,1H16c0-1-2-2-2-2c0.117-0.781,2.467-0.416,3-1c0.336-0.369,0.447-0.776,0-1C15,8,8,6,7,6H6.4C6.179,6,5.873,6.127,5.717,6.283L5.283,6.717C5.127,6.873,5,7.179,5,7.4V9H2.6C2.269,9,2,9.269,2,9.6V14.4C2,14.731,2.269,15,2.6,15H4v9.801C4,25.463,4.537,26,5.2,26h9.601C15.463,26,16,25.463,16,24.801V23h2.801L20,24h8.801C29.463,24,30,23.463,30,22.801V13.2C30,12.537,29.463,12,28.801,12zM19,22h-1v-8h1V22z"},80:{t:""},100:{}}},{i:{a:{p:"M28.308,10.017l2.565,4.511l-3.788-1.005L25.21,17l-1.484-4.983L20,9.654l2.87-2.075l-0.427-4.937l3.259,3.701l3.462-0.688L28.308,10.017z",s:"none",o:0,t:"s0.3",fl:"#333"}},f:{19:{},20:{o:1},40:{o:0,t:"s4"},100:{}}},{i:{a:{p:"M27.155,25.486l-1.757,4.883l-1.701-3.531l-3.86,0.838l2.818-4.368l-0.628-4.367l3.443,0.83l3.472-3.535l-0.691,4.882l2.774,2.182L27.155,25.486z",o:0,s:"none",fl:"#333"}},f:{59:{},60:{o:1},70:{o:0,t:"s4"},100:{}}}]},car:{d:1e3,it:1,sh:[{i:{a:{p:"M20.069,18.92c0.017-0.055,0.031-0.109,0.031-0.17c0-0.304-0.224-0.55-0.5-0.55c-0.134,0-0.254,0.06-0.344,0.153c-0.101-0.093-0.243-0.153-0.407-0.153c-0.304,0-0.55,0.201-0.55,0.45c0,0.127,0.065,0.24,0.169,0.322c-0.04,0.068-0.068,0.144-0.068,0.228c0,0.263,0.226,0.473,0.509,0.492c0.022,0.228,0.207,0.407,0.44,0.407c0.206,0,0.372-0.141,0.426-0.329c0.056,0.016,0.113,0.029,0.175,0.029c0.304,0,0.55-0.201,0.55-0.45C20.5,19.136,20.313,18.966,20.069,18.92z",o:0,s:"none",fl:"#333"}},f:{9:{},10:{o:1},25:{o:0,t:"s5"},100:{t:""}}},{i:{a:{p:"M20.069,18.92c0.017-0.055,0.031-0.109,0.031-0.17c0-0.304-0.224-0.55-0.5-0.55c-0.134,0-0.254,0.06-0.344,0.153c-0.101-0.093-0.243-0.153-0.407-0.153c-0.304,0-0.55,0.201-0.55,0.45c0,0.127,0.065,0.24,0.169,0.322c-0.04,0.068-0.068,0.144-0.068,0.228c0,0.263,0.226,0.473,0.509,0.492c0.022,0.228,0.207,0.407,0.44,0.407c0.206,0,0.372-0.141,0.426-0.329c0.056,0.016,0.113,0.029,0.175,0.029c0.304,0,0.55-0.201,0.55-0.45C20.5,19.136,20.313,18.966,20.069,18.92z",o:0,t:"t-17,0s1",s:"none",fl:"#333"}},f:{19:{},20:{o:1},35:{o:0,t:"s5"},100:{t:"t-17,0s1"}}},{i:{a:{p:"M10.425,18.9c1.38,0,2.5,1.119,2.5,2.498c0,1.384-1.12,2.502-2.5,2.502c-1.379,0-2.5-1.118-2.5-2.502C7.926,20.02,9.046,18.9,10.425,18.9zM21.579,21.407c0,1.383,1.12,2.501,2.499,2.501c1.381,0,2.501-1.118,2.501-2.501c0-1.381-1.12-2.499-2.501-2.499C22.699,18.908,21.579,20.026,21.579,21.407zM30,17.06l-0.133,2.466c0,1.983-2.337,1.837-2.337,1.837s-0.018-3.584-3.539-3.584c0,0-3.346,0.073-3.346,3.584l-6.796-0.027c0,0,0-3.493-3.423-3.493c0,0-3.468-0.063-3.468,3.493L5.1,21.2c0,0-2.9-0.2-3.098-3.414c0,0-0.175-3.502,3.442-3.502L8.9,14.1l3.88-4.217c0,0,0.663-0.883,1.938-0.883l7.502,0.01c0,0,0.68,0.09,0.991,0.661c0.567,1.04,1.688,4.429,1.688,4.429l2.631,0.131C30.079,14.23,30,17.06,30,17.06zM17.1,10.2l-2.9,0L10.9,14.1l5.9,0L17.1,10.2zM23.5,14.1L22,10.2h-3.6l-0.2,3.9H23.5z",s:"none",fl:"#333"}},f:{10:{t:"t-10,0r15,24,24"},40:{t:"t-33,0r15,24,24"},41:{t:"t-33,33r0"},42:{t:"t33,0r0"},70:{t:"t0,0r-5,10,24",e:">"},80:{t:"r-5,10,24s0.9,1,0,16"},85:{t:""},100:{}}}]},"caret-down":{d:600,it:1,sh:[{i:{a:{p:"M23.869,12.414l-7.497,7.415c-0.228,0.228-0.597,0.227-0.823,0l-7.418-7.415c-0.228-0.227-0.151-0.413,0.171-0.413h15.396C24.021,12,24.097,12.188,23.869,12.414z",t:"",s:"none",fl:"#333"}},f:{0:{t:"t0,-22"},50:{t:"",e:"backOut"},100:{}}}]},"caret-left":{d:600,it:1,sh:[{i:{a:{p:"M19.587,23.869l-7.417-7.497c-0.228-0.228-0.227-0.597,0-0.824l7.417-7.417C19.813,7.903,20,7.979,20,8.302v15.396C20.001,24.021,19.813,24.097,19.587,23.869z",t:"",s:"none",fl:"#333"}},f:{0:{t:"t22,0"},50:{t:"",e:"backOut"},100:{}}}]},"caret-right":{d:600,it:1,sh:[{i:{a:{p:"M12.414,8.131l7.416,7.497c0.228,0.228,0.227,0.597,0,0.824l-7.416,7.417C12.187,24.097,12,24.021,12,23.698V8.302C12,7.979,12.187,7.903,12.414,8.131z",t:"",s:"none",fl:"#333"}},f:{0:{t:"t-22,0"},50:{t:"",e:"backOut"},100:{}}}]},"caret-up":{d:600,it:1,sh:[{i:{a:{p:"M8.131,19.586l7.497-7.415c0.228-0.228,0.597-0.227,0.824,0l7.417,7.415c0.228,0.227,0.151,0.413-0.171,0.413H8.302C7.979,20,7.903,19.813,8.131,19.586z",t:"",s:"none",fl:"#333"}},f:{0:{t:"t0,22"},50:{t:"",e:"backOut"},100:{}}}]},cellphone:{d:600,it:1,sh:[{i:{a:{p:"M12,9L12,9L12,9L12,9L12,9zM16,9L16,9L16,9L16,9L16,9zM20,9L20,9L20,9L20,9L20,9zM12,13L12,13L12,13L12,13L12,13zM16,13L16,13L16,13L16,13L16,13zM20,13L20,13L20,13L20,13L20,13zM12,17L12,17L12,17L12,17L12,17zM16,17L16,17L16,17L16,17L16,17zM20,17L20,17L20,17L20,17L20,17zM12,21L12,21L12,21L12,21L12,21zM16,21L16,21L16,21L16,21L16,21zM20,21L20,21L20,21L20,21L20,21z",s:"none",fl:"#333"}},f:{5:{p:"M13,10h-2V8h2V10zM16,9L16,9L16,9L16,9L16,9zM20,9L20,9L20,9L20,9L20,9zM12,13L12,13L12,13L12,13L12,13zM16,13L16,13L16,13L16,13L16,13zM20,13L20,13L20,13L20,13L20,13zM12,17L12,17L12,17L12,17L12,17zM16,17L16,17L16,17L16,17L16,17zM20,17L20,17L20,17L20,17L20,17zM12,21L12,21L12,21L12,21L12,21zM16,21L16,21L16,21L16,21L16,21zM20,21L20,21L20,21L20,21L20,21z"},10:{p:"M13,10h-2V8h2V10zM17,8h-2v2h2V8zM20,9L20,9L20,9L20,9L20,9zM12,13L12,13L12,13L12,13L12,13zM16,13L16,13L16,13L16,13L16,13zM20,13L20,13L20,13L20,13L20,13zM12,17L12,17L12,17L12,17L12,17zM16,17L16,17L16,17L16,17L16,17zM20,17L20,17L20,17L20,17L20,17zM12,21L12,21L12,21L12,21L12,21zM16,21L16,21L16,21L16,21L16,21zM20,21L20,21L20,21L20,21L20,21z"},15:{p:"M13,10h-2V8h2V10zM17,8h-2v2h2V8zM21,8h-2v2h2V8zM12,13L12,13L12,13L12,13L12,13zM16,13L16,13L16,13L16,13L16,13zM20,13L20,13L20,13L20,13L20,13zM12,17L12,17L12,17L12,17L12,17zM16,17L16,17L16,17L16,17L16,17zM20,17L20,17L20,17L20,17L20,17zM12,21L12,21L12,21L12,21L12,21zM16,21L16,21L16,21L16,21L16,21zM20,21L20,21L20,21L20,21L20,21z"},20:{p:"M13,10h-2V8h2V10zM17,8h-2v2h2V8zM21,8h-2v2h2V8zM13,12h-2v2h2V12zM16,13L16,13L16,13L16,13L16,13zM20,13L20,13L20,13L20,13L20,13zM12,17L12,17L12,17L12,17L12,17zM16,17L16,17L16,17L16,17L16,17zM20,17L20,17L20,17L20,17L20,17zM12,21L12,21L12,21L12,21L12,21zM16,21L16,21L16,21L16,21L16,21zM20,21L20,21L20,21L20,21L20,21z"},25:{p:"M13,10h-2V8h2V10zM17,8h-2v2h2V8zM21,8h-2v2h2V8zM13,12h-2v2h2V12zM17,12h-2v2h2V12zM20,13L20,13L20,13L20,13L20,13zM12,17L12,17L12,17L12,17L12,17zM16,17L16,17L16,17L16,17L16,17zM20,17L20,17L20,17L20,17L20,17zM12,21L12,21L12,21L12,21L12,21zM16,21L16,21L16,21L16,21L16,21zM20,21L20,21L20,21L20,21L20,21z"},30:{p:"M13,10h-2V8h2V10zM17,8h-2v2h2V8zM21,8h-2v2h2V8zM13,12h-2v2h2V12zM17,12h-2v2h2V12zM21,12h-2v2h2V12zM12,17L12,17L12,17L12,17L12,17zM16,17L16,17L16,17L16,17L16,17zM20,17L20,17L20,17L20,17L20,17zM12,21L12,21L12,21L12,21L12,21zM16,21L16,21L16,21L16,21L16,21zM20,21L20,21L20,21L20,21L20,21z"},35:{p:"M13,10h-2V8h2V10zM17,8h-2v2h2V8zM21,8h-2v2h2V8zM13,12h-2v2h2V12zM17,12h-2v2h2V12zM21,12h-2v2h2V12zM13,16h-2v2h2V16zM16,17L16,17L16,17L16,17L16,17zM20,17L20,17L20,17L20,17L20,17zM12,21L12,21L12,21L12,21L12,21zM16,21L16,21L16,21L16,21L16,21zM20,21L20,21L20,21L20,21L20,21z"},40:{p:"M13,10h-2V8h2V10zM17,8h-2v2h2V8zM21,8h-2v2h2V8zM13,12h-2v2h2V12zM17,12h-2v2h2V12zM21,12h-2v2h2V12zM13,16h-2v2h2V16zM17,16h-2v2h2V16zM20,17L20,17L20,17L20,17L20,17zM12,21L12,21L12,21L12,21L12,21zM16,21L16,21L16,21L16,21L16,21zM20,21L20,21L20,21L20,21L20,21z"},45:{p:"M13,10h-2V8h2V10zM17,8h-2v2h2V8zM21,8h-2v2h2V8zM13,12h-2v2h2V12zM17,12h-2v2h2V12zM21,12h-2v2h2V12zM13,16h-2v2h2V16zM17,16h-2v2h2V16zM21,16h-2v2h2V16zM12,21L12,21L12,21L12,21L12,21zM16,21L16,21L16,21L16,21L16,21zM20,21L20,21L20,21L20,21L20,21z"},50:{p:"M13,10h-2V8h2V10zM17,8h-2v2h2V8zM21,8h-2v2h2V8zM13,12h-2v2h2V12zM17,12h-2v2h2V12zM21,12h-2v2h2V12zM13,16h-2v2h2V16zM17,16h-2v2h2V16zM21,16h-2v2h2V16zM13,20h-2v2h2V20zM16,21L16,21L16,21L16,21L16,21zM20,21L20,21L20,21L20,21L20,21z"},55:{p:"M13,10h-2V8h2V10zM17,8h-2v2h2V8zM21,8h-2v2h2V8zM13,12h-2v2h2V12zM17,12h-2v2h2V12zM21,12h-2v2h2V12zM13,16h-2v2h2V16zM17,16h-2v2h2V16zM21,16h-2v2h2V16zM13,20h-2v2h2V20zM17,20h-2v2h2V20zM20,21L20,21L20,21L20,21L20,21z"},60:{p:"M13,10h-2V8h2V10zM17,8h-2v2h2V8zM21,8h-2v2h2V8zM13,12h-2v2h2V12zM17,12h-2v2h2V12zM21,12h-2v2h2V12zM13,16h-2v2h2V16zM17,16h-2v2h2V16zM21,16h-2v2h2V16zM13,20h-2v2h2V20zM17,20h-2v2h2V20zM21,20h-2v2h2V20z"},80:{},90:{p:"M12,9L12,9L12,9L12,9L12,9zM16,9L16,9L16,9L16,9L16,9zM20,9L20,9L20,9L20,9L20,9zM12,13L12,13L12,13L12,13L12,13zM16,13L16,13L16,13L16,13L16,13zM20,13L20,13L20,13L20,13L20,13zM12,17L12,17L12,17L12,17L12,17zM16,17L16,17L16,17L16,17L16,17zM20,17L20,17L20,17L20,17L20,17zM12,21L12,21L12,21L12,21L12,21zM16,21L16,21L16,21L16,21L16,21zM20,21L20,21L20,21L20,21L20,21z"},100:{}}},{i:{a:{p:"M21.977,2H10.021C8.905,2,8,2.904,8,4.022v23.956C8,29.094,8.904,30,10.021,30h11.955C23.094,30,24,29.094,24,27.979V4.022C24,2.904,23.094,2,21.977,2zM14.301,3.5h3.396C17.863,3.5,18,3.724,18,4s-0.137,0.5-0.303,0.5h-3.396C14.133,4.5,14,4.273,14,4C14,3.721,14.133,3.5,14.301,3.5zM12.5,3.5C12.777,3.5,13,3.724,13,4c0,0.274-0.223,0.5-0.5,0.5S12,4.276,12,4C12,3.723,12.223,3.5,12.5,3.5zM16,28.5c-0.828,0-1.5-0.672-1.5-1.498c0-0.836,0.672-1.502,1.5-1.502s1.5,0.674,1.5,1.502C17.5,27.828,16.828,28.5,16,28.5zM22,24H10V6h12V24z",s:"none",fl:"#333"}},f:{}}]},certificate:{d:800,it:1,sh:[{i:{a:{p:"M29.351,18.056c1.106,1.138,0.765,2.406-0.761,2.838l-2.758,0.783c0,0,0.314,1.245,0.703,2.779c0.386,1.535-0.545,2.467-2.079,2.077l-2.78-0.702c0,0-0.348,1.235-0.78,2.759c-0.433,1.526-1.702,1.867-2.84,0.76l-2.056-2c0,0-0.921,0.897-2.057,2c-1.136,1.107-2.406,0.767-2.837-0.76l-0.781-2.759c0,0-1.245,0.314-2.782,0.702c-1.536,0.39-2.465-0.542-2.076-2.077l0.702-2.779c0,0-1.235-0.35-2.76-0.783c-1.524-0.432-1.865-1.7-0.761-2.838L4.647,16c0,0-0.895-0.922-1.999-2.057c-1.104-1.137-0.763-2.407,0.761-2.838l2.76-0.78c0,0-0.314-1.245-0.702-2.781c-0.389-1.537,0.54-2.465,2.076-2.077l2.782,0.703c0,0,0.349-1.236,0.781-2.761c0.431-1.524,1.701-1.865,2.837-0.761L16,4.647c0,0,0.92-0.895,2.056-1.999c1.138-1.104,2.407-0.763,2.84,0.761l0.78,2.761c0,0,1.246-0.315,2.78-0.703s2.465,0.541,2.079,2.077l-0.703,2.781c0,0,1.234,0.349,2.758,0.78c1.525,0.431,1.867,1.701,0.761,2.838L27.35,16C27.35,16,28.246,16.921,29.351,18.056zM10.861,20.013c-0.055,0.096-0.218,0.451-0.252,0.479c-0.125,0.153-0.3,0.273-0.526,0.356C9.4,21.1,8.8,20.8,8.346,19.652c-0.256-0.648-0.458-1.58,0.482-1.998C9.4,17.4,9.864,17.777,9.98,17.886l1.395-0.519C10.8,16.6,9.804,15.91,8.358,16.511C6.7,17.2,6.38,18.607,6.983,20.135c0.816,2.065,2.211,2.351,3.45,1.899C11.9,21.5,12.3,20.4,12.18,19.409l-0.997,0.37C11.023,19.839,10.917,19.917,10.861,20.013zM16.773,17.814c-0.061,0.1-0.208,0.448-0.242,0.476c-0.125,0.153-0.302,0.269-0.526,0.356C15.1,19,14.636,18.216,14.47,17.808L17.9,16.5c-0.4-1.3-1.3-3-3.62-2.19c-1.295,0.452-2.081,1.69-1.375,3.624c0.39,1.068,1.394,2.666,3.45,1.899c1.355-0.505,1.844-1.533,1.747-2.626l-0.997,0.371C16.946,17.638,16.836,17.717,16.773,17.814zM14.751,15.453c0.849-0.353,1.256,0.351,1.417,0.701l-2.032,0.755C14.02,16.559,13.902,15.806,14.751,15.453zM21.425,17.836L20.408,15.1c-0.148-0.399-0.136-0.714-0.047-0.982c0.139-0.418,1.211-0.769,1.211-0.769l-0.527-1.418C19.9,12.3,19.4,12.9,19.128,13.303c-0.203,0.301-0.261,0.675-0.313,1.083C18.7,15.3,20.03,18.354,20.03,18.354L21.425,17.836zM26.145,14.9l-0.418,0.155c-0.267,0.099-0.441,0.036-0.525-0.191l-1.099-2.955c0,0,0.397-0.109,0.548-0.419c0.167-0.344-0.086-0.843-0.086-0.843l-0.817,0.304l-0.334-0.898C23.3,9.6,22.7,9.5,22.503,9.617l-0.718,0.267l2.183,5.871c0.228,0.612,0.604,0.843,1.131,0.693c0.526-0.15,1.004-0.321,1.433-0.51L26.145,14.9z",
o:0,s:"none",fl:"#333"}},f:{30:{o:1,t:"s1.1",e:"elastic"},40:{t:"s1"},70:{},80:{o:0},100:{}}},{i:{a:{p:"M27.35,16l2.001-2.057c1.106-1.137,0.765-2.407-0.761-2.838c-1.523-0.432-2.758-0.78-2.758-0.78l0.703-2.781c0.386-1.537-0.545-2.465-2.079-2.077s-2.78,0.703-2.78,0.703l-0.78-2.761c-0.433-1.524-1.702-1.865-2.84-0.761C16.92,3.752,16,4.647,16,4.647l-2.057-1.999c-1.136-1.104-2.406-0.763-2.837,0.761c-0.432,1.525-0.781,2.761-0.781,2.761L7.543,5.467C6.007,5.079,5.078,6.007,5.467,7.544c0.387,1.536,0.702,2.781,0.702,2.781l-2.76,0.78c-1.524,0.431-1.865,1.701-0.761,2.838C3.752,15.078,4.647,16,4.647,16l-1.999,2.056c-1.104,1.138-0.763,2.406,0.761,2.838c1.524,0.434,2.76,0.783,2.76,0.783l-0.702,2.779c-0.389,1.535,0.54,2.467,2.076,2.077c1.537-0.388,2.782-0.702,2.782-0.702l0.781,2.759c0.431,1.526,1.701,1.867,2.837,0.76c1.136-1.103,2.057-2,2.057-2l2.056,2c1.138,1.107,2.407,0.767,2.84-0.76c0.433-1.523,0.78-2.759,0.78-2.759l2.78,0.702c1.534,0.39,2.465-0.542,2.079-2.077c-0.389-1.534-0.703-2.779-0.703-2.779l2.758-0.783c1.525-0.432,1.867-1.7,0.761-2.838C28.246,16.921,27.35,16,27.35,16z",o:1,s:"none",fl:"#333"}},f:{20:{o:0},70:{},80:{o:1},100:{}}}]},check:{d:300,it:1,sh:[{i:{a:{p:"M23.905,7.273L12.706,18.474l-4.613-4.611c-0.364-0.365-0.954-0.365-1.318,0l-2.635,2.635c-0.365,0.364-0.365,0.952,0,1.316l7.907,7.909c0.364,0.363,0.952,0.363,1.317,0L27.86,11.227c0.364-0.365,0.364-0.953,0-1.317l-2.635-2.637C24.859,6.909,24.27,6.909,23.905,7.273z",s:"none",fl:"#333"}},f:{0:{p:"M8.732,14.448L8.732,14.448l-0.639-0.585c-0.364-0.365-0.954-0.365-1.318,0l-2.635,2.635c-0.365,0.364-0.365,0.952,0,1.316l0.491,0.546c0.226,0.095,0.559-0.557,0.745-0.557l0.56-0.561c0.187-0.374,0.372-0.374,0.559-0.56l0.56-0.56C7.428,15.752,8.546,14.634,8.732,14.448z"},30:{p:"M12.724,18.455l-0.018,0.019l-4.613-4.611c-0.364-0.365-0.954-0.365-1.318,0l-2.635,2.635c-0.365,0.364-0.365,0.952,0,1.316l7.907,7.909C12.273,25.814,12.459,26,12.646,26v-1.864c0-0.371,0-1.116,0-1.862v-2.606C12.646,19.292,12.646,18.921,12.724,18.455z"},70:{p:"M23.905,7.273L12.706,18.474l-4.613-4.611c-0.364-0.365-0.954-0.365-1.318,0l-2.635,2.635c-0.365,0.364-0.365,0.952,0,1.316l7.907,7.909c0.364,0.363,0.952,0.363,1.317,0L27.86,11.227c0.364-0.365,0.364-0.953,0-1.317l-2.635-2.637C24.859,6.909,24.27,6.909,23.905,7.273z"},100:{}}}]},"check-circle":{d:300,it:1,sh:[{i:{a:{p:"M21,11l-7,7l-3.395-3.393c-0.469-0.469-1.229-0.469-1.698,0l-1.131,1.131c-0.469,0.469-0.469,1.229,0,1.697l5.376,5.377c0.469,0.465,1.227,0.465,1.695,0l8.982-8.982c0.467-0.469,0.467-1.229,0-1.697L22.695,11C22.229,10.531,21.469,10.531,21,11z",s:"none",fl:"#333"}},f:{0:{p:"M10.199,15l0.201-0.199l0.205-0.193c-0.469-0.469-1.229-0.469-1.698,0l-1.131,1.131c-0.469,0.469-0.469,1.229,0,1.697L8,17.199l1-1l0.4-0.398L9.8,15.4l0.2-0.201L10.199,15z"},30:{p:"M14,18.4V18l-3.395-3.393c-0.469-0.469-1.229-0.469-1.698,0l-1.131,1.131c-0.469,0.469-0.469,1.229,0,1.697l5.376,5.377C13.621,23.277,14,23.199,14,23.199v-1.398v-1.602V19V18.4z"},70:{p:"M21,11l-7,7l-3.395-3.393c-0.469-0.469-1.229-0.469-1.698,0l-1.131,1.131c-0.469,0.469-0.469,1.229,0,1.697l5.376,5.377c0.469,0.465,1.227,0.465,1.695,0l8.982-8.982c0.467-0.469,0.467-1.229,0-1.697L22.695,11C22.229,10.531,21.469,10.531,21,11z"},100:{}}},{i:{a:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM16,27C9.924,27,5,22.076,5,16S9.924,5,16,5s11,4.924,11,11S22.076,27,16,27z",s:"none",fl:"#333"}},f:{}}]},"check-circle-alt":{d:300,it:1,sh:[{i:{a:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM23.83,13.83l-8.981,8.982c-0.469,0.465-1.229,0.465-1.697,0l-5.375-5.377c-0.469-0.469-0.469-1.229,0-1.697l1.131-1.131c0.469-0.469,1.229-0.469,1.697,0L14,18l7-7c0.469-0.469,1.229-0.469,1.695,0l1.135,1.133C24.297,12.602,24.297,13.361,23.83,13.83z",s:"none",fl:"#333"}},f:{0:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM8.601,16.601l-0.4,0.4C8.001,17.2,8.001,17.2,7.752,17.413l0.024,0.022c-0.469-0.469-0.469-1.229,0-1.697l1.131-1.131c0.469-0.469,1.229-0.469,1.697,0L10.4,14.8l-0.399,0.401C9.8,15.399,9.8,15.399,9.601,15.6L9.2,16C9,16.2,8.8,16.4,8.601,16.601z"},30:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM14,21.801v1.398c-0.2,0-0.38,0.078-0.849-0.387l-5.375-5.377c-0.469-0.469-0.469-1.229,0-1.697l1.131-1.131c0.469-0.469,1.229-0.469,1.697,0L14,18l-0.03,0.971C14,20,14,20,14,20.4v0.4C14,21.4,14,21.4,14,21.801z"},70:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM23.83,13.83l-8.981,8.982c-0.469,0.465-1.229,0.465-1.697,0l-5.375-5.377c-0.469-0.469-0.469-1.229,0-1.697l1.131-1.131c0.469-0.469,1.229-0.469,1.697,0L14,18l7-7c0.469-0.469,1.229-0.469,1.695,0l1.135,1.133C24.297,12.602,24.297,13.361,23.83,13.83z"},100:{}}}]},"checked-off":{d:120,it:3,sh:[{i:{a:{p:"M4,7v18c0,1.656,1.343,3,3,3h18c1.656,0,3-1.344,3-3V7c0-1.657-1.343-3-3-3H7C5.343,4,4,5.343,4,7z M24,24H8V8h16V24z",s:"none",fl:"#333"}},f:{25:{t:"t0,-2"},75:{t:"t0,2"},100:{t:""}}}]},"checked-on":{d:400,it:1,sh:[{i:{a:{p:"M24,20v4H8V8h12l4-4H7C5.343,4,4,5.343,4,7v18c0,1.656,1.343,3,3,3h18c1.656,0,3-1.344,3-3v-9L24,20z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M26.518,6.224l-9.233,9.232l-3.801-3.801c-0.301-0.301-0.786-0.301-1.087,0l-2.171,2.173c-0.301,0.301-0.301,0.786,0,1.084l6.518,6.52c0.301,0.301,0.783,0.301,1.086,0L29.775,9.484c0.299-0.302,0.299-0.785,0-1.086l-2.172-2.175C27.305,5.926,26.816,5.926,26.518,6.224z",s:"none",fl:"#333"}},f:{0:{p:"M14.01,12.139L14.01,12.139l-0.526-0.483c-0.301-0.301-0.786-0.301-1.087,0l-2.171,2.173c-0.301,0.301-0.301,0.786,0,1.084l0.405,0.451c0.187,0.078,0.46-0.459,0.614-0.459l0.462-0.461c0.153-0.31,0.307-0.31,0.458-0.462l0.463-0.463C12.936,13.213,13.855,12.293,14.01,12.139z"},30:{p:"M17.299,15.441l-0.015,0.015l-3.801-3.801c-0.301-0.301-0.786-0.301-1.087,0l-2.171,2.173c-0.301,0.301-0.301,0.786,0,1.084l6.518,6.52c0.186,0.076,0.34,0.229,0.493,0.229v-1.539c0-0.305,0-0.918,0-1.531v-2.15C17.236,16.131,17.236,15.824,17.299,15.441z"},80:{p:"M26.518,6.224l-9.233,9.232l-3.801-3.801c-0.301-0.301-0.786-0.301-1.087,0l-2.171,2.173c-0.301,0.301-0.301,0.786,0,1.084l6.518,6.52c0.301,0.301,0.783,0.301,1.086,0L29.775,9.484c0.299-0.302,0.299-0.785,0-1.086l-2.172-2.175C27.305,5.926,26.816,5.926,26.518,6.224z"},100:{}}}]},"chevron-down":{d:600,it:1,sh:[{i:{a:{p:"M9.595,9.516c-0.434-0.434-1.137-0.434-1.568,0l-1.699,1.699c-0.434,0.434-0.434,1.135,0,1.57l8.889,8.89c0.434,0.434,1.136,0.434,1.569,0l8.89-8.89c0.434-0.436,0.434-1.137,0-1.57l-1.699-1.699c-0.434-0.434-1.136-0.434-1.569,0L16,15.922L9.595,9.516z",s:"none",fl:"#333"}},f:{0:{p:"M16,15.922c-0.433-0.434-1.134-0.434-1.567,0l-1.699,1.699c-0.434,0.434-0.434,1.135,0,1.57l2.482,2.483c0.434,0.434,1.136,0.434,1.569,0l2.483-2.483c0.434-0.436,0.434-1.137,0-1.57l-1.699-1.699C17.136,15.488,16.434,15.488,16,15.922L16,15.922L16,15.922z",t:"t0,-24"},25:{t:"",e:">"},50:{p:"M9.595,9.516c-0.434-0.434-1.137-0.434-1.568,0l-1.699,1.699c-0.434,0.434-0.434,1.135,0,1.57l8.889,8.89c0.434,0.434,1.136,0.434,1.569,0l8.89-8.89c0.434-0.436,0.434-1.137,0-1.57l-1.699-1.699c-0.434-0.434-1.136-0.434-1.569,0L16,15.922L9.595,9.516z"},100:{}}}]},"chevron-left":{d:600,it:1,sh:[{i:{a:{p:"M22.484,9.593c0.434-0.433,0.434-1.136,0-1.569l-1.699-1.699c-0.434-0.434-1.135-0.434-1.57,0l-8.889,8.89c-0.434,0.434-0.434,1.136,0,1.569l8.889,8.89c0.436,0.434,1.137,0.434,1.57,0l1.699-1.699c0.434-0.434,0.434-1.136,0-1.569L16.078,16L22.484,9.593z",s:"none",fl:"#333"}},f:{0:{p:"M16.078,16c0.434-0.433,0.434-1.136,0-1.569l-1.699-1.699c-0.434-0.434-1.135-0.434-1.57,0l-2.483,2.483c-0.434,0.434-0.434,1.136,0,1.569l2.483,2.484c0.436,0.434,1.137,0.434,1.57,0l1.699-1.699C16.512,17.136,16.512,16.434,16.078,16L16.078,16L16.078,16z",t:"t24,0"},25:{t:"",e:">"},50:{p:"M22.484,9.593c0.434-0.433,0.434-1.136,0-1.569l-1.699-1.699c-0.434-0.434-1.135-0.434-1.57,0l-8.889,8.89c-0.434,0.434-0.434,1.136,0,1.569l8.889,8.89c0.436,0.434,1.137,0.434,1.57,0l1.699-1.699c0.434-0.434,0.434-1.136,0-1.569L16.078,16L22.484,9.593z"},100:{}}}]},"chevron-right":{d:600,it:1,sh:[{i:{a:{p:"M9.516,22.406c-0.434,0.434-0.434,1.137,0,1.568l1.699,1.699c0.434,0.434,1.135,0.434,1.57,0l8.89-8.889c0.434-0.434,0.434-1.136,0-1.569l-8.89-8.89c-0.436-0.434-1.137-0.434-1.57,0L9.516,8.024c-0.434,0.434-0.434,1.136,0,1.569L15.922,16L9.516,22.406z",s:"none",fl:"#333"}},f:{0:{p:"M15.922,16c-0.434,0.433-0.434,1.135,0,1.568l1.699,1.699c0.434,0.434,1.135,0.434,1.57,0l2.483-2.483c0.434-0.434,0.434-1.136,0-1.569l-2.483-2.484c-0.436-0.434-1.137-0.434-1.57,0l-1.699,1.699C15.488,14.864,15.488,15.566,15.922,16L15.922,16L15.922,16z",t:"t-24,0"},25:{t:"",e:">"},50:{p:"M9.516,22.406c-0.434,0.434-0.434,1.137,0,1.568l1.699,1.699c0.434,0.434,1.135,0.434,1.57,0l8.89-8.889c0.434-0.434,0.434-1.136,0-1.569l-8.89-8.89c-0.436-0.434-1.137-0.434-1.57,0L9.516,8.024c-0.434,0.434-0.434,1.136,0,1.569L15.922,16L9.516,22.406z"},100:{}}}]},"chevron-up":{d:600,it:1,sh:[{i:{a:{p:"M22.406,22.484c0.434,0.434,1.137,0.434,1.568,0l1.699-1.699c0.434-0.434,0.434-1.135,0-1.57l-8.889-8.89c-0.434-0.434-1.136-0.434-1.569,0l-8.89,8.89c-0.434,0.436-0.434,1.137,0,1.57l1.699,1.699c0.434,0.434,1.136,0.434,1.569,0l6.406-6.406L22.406,22.484z",s:"none",fl:"#333"}},f:{0:{p:"M16.001,16.078c0.433,0.434,1.134,0.434,1.567,0l1.699-1.699c0.434-0.434,0.434-1.135,0-1.57l-2.482-2.483c-0.434-0.434-1.136-0.434-1.569,0l-2.483,2.483c-0.434,0.436-0.434,1.137,0,1.57l1.699,1.699C14.865,16.512,15.567,16.512,16.001,16.078L16.001,16.078L16.001,16.078z",t:"t0,24"},25:{t:"",e:">"},50:{p:"M22.406,22.484c0.434,0.434,1.137,0.434,1.568,0l1.699-1.699c0.434-0.434,0.434-1.135,0-1.57l-8.889-8.89c-0.434-0.434-1.136-0.434-1.569,0l-8.89,8.89c-0.434,0.436-0.434,1.137,0,1.57l1.699,1.699c0.434,0.434,1.136,0.434,1.569,0l6.406-6.406L22.406,22.484z"},100:{}}}]},chrome:{d:0,it:1,sh:[{i:{a:{p:"M10.915,16.001c0-2.805,2.281-5.087,5.085-5.087s5.086,2.282,5.086,5.087c0,2.804-2.281,5.086-5.086,5.086S10.915,18.806,10.915,16.001L10.915,16.001z",s:"none",fl:"#3880C2"}},f:{}},{i:{a:{p:"M5.056,7.271C7.622,4.059,11.57,2,16,2c5.125,0,9.606,2.791,12.046,6.9c0,0-11.837,0-12.046,0c-3.333,0-6.14,2.224-6.937,5.311L5.056,7.271z",s:"none",fl:"#E53F39"}},f:{}},{i:{a:{p:"M29,11c0.621,1.583,1,3.196,1,5.001C30,23.68,23.816,29.914,16.159,30l5.726-9.917c0.807-1.16,1.279-2.566,1.279-4.082C23.164,14,22.327,12.301,21,11H29z",s:"none",fl:"#FBD10B"}},f:{}},{i:{a:{p:"M13.911,29.847C7.17,28.838,2,23.023,2,16.001c0-2.495,0.653-4.836,1.797-6.865l5.715,9.9c1.145,2.437,3.622,4.129,6.488,4.129c0.665,0,1.309-0.092,1.919-0.262L13.911,29.847z",s:"none",fl:"#4DB849"}},f:{}}]},circle:{d:400,it:1,sh:[{i:{a:{p:"M16,4C9.372,4,4,9.372,4,16s5.372,12,12,12s12-5.372,12-12S22.628,4,16,4zM16,25.429c-5.208,0-9.429-4.221-9.429-9.429S10.792,6.571,16,6.571s9.429,4.221,9.429,9.429S21.208,25.429,16,25.429z",s:"none",fl:"#333"}},f:{0:{t:"s0.2"},60:{t:"s1",e:"bounce"},100:{}}}]},"circle-alt":{d:400,it:1,sh:[{i:{a:{p:"M16,4C9.372,4,4,9.372,4,16s5.372,12,12,12s12-5.372,12-12S22.628,4,16,4z",s:"none",fl:"#333"}},f:{0:{t:"s0.2"},60:{t:"s1",e:"bounce"},100:{}}}]},clapboard:{d:400,it:1,sh:[{i:{a:{p:"M2.63,10.434L4,14l23.956-6.419c0.64-0.171,1.019-0.829,0.848-1.47l-0.191-2.64c-0.171-0.641-0.829-1.02-1.469-0.849L3.479,8.963C2.838,9.135,2.458,9.793,2.63,10.434zM9.537,11.481l-4.83,1.294L5.862,9.36l4.83-1.294L9.537,11.481zM17.264,9.411l-4.829,1.294L13.59,7.29l4.83-1.294L17.264,9.411zM24.991,7.34l-4.829,1.294l1.155-3.416l4.829-1.294L24.991,7.34z",s:"none",fl:"#333"}},f:{10:{t:"r15,4,14"},40:{},80:{t:""},100:{}}},{i:{a:{p:"M4,28.801C4,29.463,4.537,30,5.2,30h23.601C29.463,30,30,29.463,30,28.801V15.2c0-0.663-0.537-1.2-1.199-1.2H4V28.801zM8,19l-2-3h5l2,3H8zM16,19l-2-3h5l2,3H16zM24,19l-2-3h5l2,3H24z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M24.649,11.98l2.352-0.486l-0.912,2.013l1.347,1.906l-2.437-0.262l-1.519,1.665l-0.59-2.174l-2.286-0.879l2.069-1.081l0.107-2.207L24.649,11.98z",o:0,s:"none",fl:"#333"}},f:{9:{},10:{o:1,t:"s1"},60:{o:0,t:"s5"},100:{}}}]},clip:{d:250,it:3,sh:[{i:{a:{p:"M26.526,2.875c-2.127-1.505-5.083-1.021-6.605,1.081L7.981,20.451c-1.088,1.503-0.741,3.589,0.778,4.661c1.519,1.079,3.63,0.731,4.715-0.771l8.433-11.642l-1.101-0.783l-8.429,11.65l0,0c-0.652,0.894-1.92,1.104-2.829,0.465c-0.909-0.647-1.119-1.902-0.466-2.805l0,0L21.024,4.735l0.001-0.001l-0.002-0.001c1.083-1.496,3.2-1.844,4.712-0.769c1.516,1.072,1.867,3.168,0.783,4.666V8.629L13.43,26.707l0.001,0.004c-1.52,2.093-4.481,2.58-6.605,1.077c-2.119-1.505-2.606-4.434-1.089-6.534L9.4,16.3c0,0-0.2,0.3,0.4-0.5c0.787-1.05,0.4-0.6,0.609-0.833l4.991-6.677l-1.05-0.845l-4.847,6.414C9,14.5,9,14.5,8.8,14.8c-0.249,0.372-1.1,1.5-1.1,1.5l-3.062,4.178c-1.957,2.704-1.327,6.459,1.405,8.396c2.73,1.936,6.529,1.313,8.487-1.389L27.614,9.408C29.134,7.305,28.652,4.38,26.526,2.875z",s:"none",fl:"#333"}},f:{50:{p:"M26.526,2.875c-2.127-1.505-5.083-1.021-6.605,1.081L7.981,20.451c-1.088,1.503-0.741,3.589,0.778,4.661c1.519,1.079,3.63,0.731,4.715-0.771l8.433-11.642l-1.101-0.783l-8.429,11.65l0,0c-0.652,0.894-1.92,1.104-2.829,0.465c-0.909-0.647-1.119-1.902-0.466-2.805l0,0L21.024,4.735l0.001-0.001l-0.002-0.001c1.083-1.496,3.2-1.844,4.712-0.769c1.516,1.072,1.867,3.168,0.783,4.666V8.629L13.43,26.707l0.001,0.004c-1.52,2.093-4.481,2.58-6.605,1.077c-2.119-1.505-2.606-4.434-1.089-6.534l3.66-5.054c0,0,0.403-0.5,0.403-1s0-0.7-0.5-1.4L4.086,7.294L3.005,8.1L8,14.4c0.3,0.4,0.434,0.732,0.3,1c-0.2,0.4-0.6,0.9-0.6,0.9l-3.062,4.178c-1.957,2.704-1.327,6.459,1.405,8.396c2.73,1.936,6.529,1.313,8.487-1.389L27.614,9.408C29.134,7.305,28.652,4.38,26.526,2.875z"},100:{p:"M26.526,2.875c-2.127-1.505-5.083-1.021-6.605,1.081L7.981,20.451c-1.088,1.503-0.741,3.589,0.778,4.661c1.519,1.079,3.63,0.731,4.715-0.771l8.433-11.642l-1.101-0.783l-8.429,11.65l0,0c-0.652,0.894-1.92,1.104-2.829,0.465c-0.909-0.647-1.119-1.902-0.466-2.805l0,0L21.024,4.735l0.001-0.001l-0.002-0.001c1.083-1.496,3.2-1.844,4.712-0.769c1.516,1.072,1.867,3.168,0.783,4.666V8.629L13.43,26.707l0.001,0.004c-1.52,2.093-4.481,2.58-6.605,1.077c-2.119-1.505-2.606-4.434-1.089-6.534L9.4,16.3c0,0-0.2,0.3,0.4-0.5c0.787-1.05,0.4-0.6,0.609-0.833l4.991-6.677l-1.05-0.845l-4.847,6.414C9,14.5,9,14.5,8.8,14.8c-0.249,0.372-1.1,1.5-1.1,1.5l-3.062,4.178c-1.957,2.704-1.327,6.459,1.405,8.396c2.73,1.936,6.529,1.313,8.487-1.389L27.614,9.408C29.134,7.305,28.652,4.38,26.526,2.875z",e:"elastic"}}}]},clock:{d:800,it:1,sh:[{i:{a:{p:"M16,2C8.269,2,2,8.269,2,16s6.269,14,14,14s14-6.269,14-14S23.731,2,16,2zM16.691,26.965L16.5,24.101h-1l-0.191,2.864c-5.521-0.344-9.93-4.752-10.273-10.273L7.9,16.5v-1l-2.865-0.191c0.344-5.521,4.752-9.93,10.273-10.273L15.5,7.9h1l0.191-2.865c5.521,0.344,9.93,4.752,10.273,10.273L24.101,15.5v1l2.864,0.191C26.621,22.213,22.213,26.621,16.691,26.965z",t:"",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M22.632,12.287c0.276,0.479-5.653,4.303-6.132,4.579s-1.09,0.113-1.366-0.366c-0.276-0.479-0.112-1.089,0.366-1.366S22.355,11.809,22.632,12.287z",t:"",s:"none",fl:"#333"}},f:{0:{t:""},30:{t:"r30,16,16"},60:{t:"r60,16,16"},90:{t:"r90,16,16"},91:{t:""},100:{}},fIE:{0:{t:""},30:{t:"r30,14.5,14.5"},60:{t:"r60,14.5,14.5"},90:{t:"r90,14.5,14.5"},91:{t:""},100:{}}},{i:{a:{p:"M17.082,15.375c0.346,0.598,0.141,1.362-0.457,1.708c-0.597,0.345-1.362,0.14-1.708-0.458S10.403,7.685,11,7.34C11.598,6.995,16.737,14.777,17.082,15.375z",s:"none",fl:"#333"}},f:{0:{t:""},30:{t:"r360,16,16"},60:{t:"r720,16,16"},90:{t:"r1110,16,16"},91:{t:""},100:{}},fIE:{0:{t:""},30:{t:"r360,14.5,14.5"},60:{t:"r720,14.5,14.5"},90:{t:"r1110,14.5,14.5"},91:{t:""},100:{}}}]},cloud:{d:1200,it:1,sh:[{i:{a:{p:"M24.149,20.561c0,0,0.492,1.813-0.403,3.132c0,0,1.24-5.453-4.363-5.521c-4.67-0.055-5.305,3.963-5.648,5.287c-0.011-2.188,0.31-2.591,0.31-2.591c-2.568,0-4.364,2.021-4.298,4.594c0.068,2.71,1.862,4.51,4.651,4.697c1.764,0.115,3.691-0.596,3.691-0.596c2.965-0.208,3.793,0.67,5.8,0.58c4.406-0.197,5.855-2.757,5.855-5.237C29.745,21.64,26.434,19.105,24.149,20.561z",o:0,s:"none",fl:"#333"}},f:{50:{o:.6,t:"t-4,0"},100:{o:0,t:"t0,0"}}},{i:{a:{p:"M25.617,4.173c0,0,0.297,1.058-0.242,1.829c0,0,0.745-3.182-2.618-3.221c-2.802-0.033-3.183,2.312-3.388,3.084c-0.006-1.277,0.186-1.511,0.186-1.511c-1.541,0-2.617,1.18-2.578,2.678c0.042,1.582,1.117,2.632,2.79,2.741c1.059,0.068,2.216-0.347,2.216-0.347c1.778-0.122,2.276,0.391,3.479,0.337c2.645-0.116,3.515-1.608,3.515-3.055C28.976,4.804,26.99,3.325,25.617,4.173z",o:0,s:"none",fl:"#333"}},f:{50:{o:.5,t:"t3,0"},100:{o:0,t:"t0,0"}}},{i:{a:{p:"M19.392,8.298c-0.154-2.45-3.092-4.351-4.964-3.261c0,0,0.501,1.36-0.195,2.35c0,0,0.795-4.089-3.972-4.141C6.288,3.205,5.939,6.217,5.709,7.213C5.596,5.57,5.851,5.269,5.851,5.269c-2.185,0-3.614,1.515-3.437,3.444c0.188,2.034,1.797,3.384,4.179,3.522c1.505,0.088,3.109-0.445,3.109-0.445c2.512-0.157,3.256,0.502,4.959,0.435C18.396,12.077,19.507,10.158,19.392,8.298z",o:0,s:"none",fl:"#333"}},f:{30:{o:.6,t:"t-2,0"},80:{o:.6,t:"t5,0"},100:{o:0,t:"t0,0"}}},{i:{a:{p:"M22.386,10.658c0,0,0.714,2.705-0.585,4.674c0,0,1.799-8.138-6.327-8.237c-6.771-0.083-7.692,5.911-8.189,7.889c-0.016-3.266,0.45-3.867,0.45-3.867c-3.725,0-6.328,3.018-6.233,6.854c0.1,4.046,2.7,6.732,6.745,7.01C10.805,25.155,13,24.094,13,24.094c4.299-0.312,6.1,1,9.009,0.865c6.39-0.296,8.491-4.114,8.491-7.817C30.5,12.268,25.7,8.488,22.386,10.658z",s:"none",fl:"#333"}},f:{}}]},"cloud-bolts":{d:400,it:3,sh:[{i:{a:{p:"M8.247,19.98c-4.044-0.277-6.645-2.963-6.745-7.01C1.408,9.135,4.01,6.117,7.735,6.117c0,0-0.466,0.601-0.45,3.867c0.497-1.978,1.417-7.972,8.189-7.889c8.125,0.1,6.327,8.237,6.327,8.237c1.299-1.97,0.585-4.674,0.585-4.674c3.314-2.17,8.114,1.61,8.114,6.484c0,3.704-2.102,7.522-8.491,7.817c-2.909,0.135-4.11-1.176-8.409-0.865C13.6,19.094,10.805,20.156,8.247,19.98z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M21.5,21,18.4,25.8,21.6,25.4,19.9,30.8,24.1,23.7,20.9,24.1z",o:1,s:"none",fl:"#333"}},f:{0:{o:0},15:{o:1,e:"elastic"},40:{o:0,e:"elastic"},60:{o:1,e:"elastic"},80:{o:0,e:"elastic"},100:{o:1}}},{i:{a:{p:"M10.5,21.5,12.8,24.6,9,24.8,12,29.5,6.7,23.8,10.8,23.6z",o:1,s:"none",fl:"#333"}},f:{0:{o:0},30:{o:1,e:"elastic"},50:{o:0},70:{o:1,e:"elastic"},85:{o:0,e:"elastic"},100:{o:1}}}]},"cloud-down":{d:350,it:2,sh:[{i:{a:{p:"M10.167,8.543c-3.25-1.086-6.25,1.715-6.165,5.155c0.089,3.627,2.421,6.035,6.047,6.284C12.344,20.14,14,19.188,14,19.188v-3.787c0-1.326,1.075-2.4,2.4-2.4h1.2c1.326,0,2.4,1.075,2.4,2.4l0.001,4.031c0,0,0.93,0.6,2.389,0.531C28.118,19.7,30,16.275,30,12.957C30.002,8.585,26,6,22.009,7.389c0,0-0.708-3.582-5.551-3.722C10.212,3.485,10.167,8.543,10.167,8.543z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M17.43,26.809c-0.238,0.255-0.621,0.255-0.859,0l-4.436-4.342C11.9,22.209,11.979,22,12.314,22H16v-6.4c0-0.33,0.27-0.6,0.6-0.6H17.4c0.33,0,0.599,0.27,0.599,0.6V22h3.688c0.332,0,0.415,0.209,0.178,0.467L17.43,26.809z",s:"none",fl:"#333"}},f:{0:{p:"M17.43,15.809c-0.238,0.255-0.621,0.255-0.859,0L16,15.467V15l0,0v0.6c0-0.33,0.27-0.6,0.6-0.6H17.4c0.33,0,0.599,0.27,0.599,0.6V15H18v0.467L17.43,15.809z"},30:{p:"M17.43,22.809c-0.238,0.255-0.621,0.255-0.859,0L16,22.467V22l0,0v-6.4c0-0.33,0.27-0.6,0.6-0.6H17.4c0.33,0,0.599,0.27,0.599,0.6V22H18v0.467L17.43,22.809z"},60:{p:"M17.43,26.809c-0.238,0.255-0.621,0.255-0.859,0l-4.436-4.342C11.9,22.209,11.979,22,12.314,22H16v-6.4c0-0.33,0.27-0.6,0.6-0.6H17.4c0.33,0,0.599,0.27,0.599,0.6V22h3.688c0.332,0,0.415,0.209,0.178,0.467L17.43,26.809z"},100:{}}}]},"cloud-rain":{d:600,it:3,sh:[{i:{a:{p:"M8.268,17.991c0.95,0.213,1-3.5,1-3.5S7.299,17.774,8.268,17.991zM11.268,14.991c0.95,0.213,1-3.5,1-3.5S10.299,14.774,11.268,14.991zM15.268,11.5c0.95,0.213,1-3.5,1-3.5S14.299,11.283,15.268,11.5zM14,16.991c0.95,0.213,1-3.5,1-3.5S13.031,16.774,14,16.991zM18.269,14.991c0.949,0.213,1-3.5,1-3.5S17.3,14.774,18.269,14.991zM22,11.991c0.95,0.213,1-3.5,1-3.5S21.031,11.774,22,11.991zM19.269,18.991c0.948,0.213,0.999-3.5,0.999-3.5S18.3,18.774,19.269,18.991zM23.268,14.991c0.95,0.213,1-3.5,1-3.5S22.299,14.774,23.268,14.991zM26.268,17.991c0.949,0.213,1-3.5,1-3.5S25.299,17.774,26.268,17.991zM27.268,12.991c0.949,0.213,1-3.5,1-3.5S26.299,12.774,27.268,12.991zM9.268,11.991c0.95,0.213,1-3.5,1-3.5S8.299,11.774,9.268,11.991z",o:0,t:"t0,0",s:"none",fl:"#333"}},f:{0:{o:1,t:"t0,0"},98:{t:"t-3,11"},99:{o:0,t:"t-3,11"},100:{o:0,t:"t0,0"}}},{i:{a:{p:"M5.268,28.991c0.95,0.213,1-3.5,1-3.5S4.299,28.774,5.268,28.991zM8.268,25.991c0.95,0.213,1-3.5,1-3.5S7.299,25.774,8.268,25.991zM12.268,22.5c0.95,0.213,1-3.5,1-3.5S11.299,22.283,12.268,22.5zM11,27.991c0.95,0.213,1-3.5,1-3.5S10.031,27.774,11,27.991zM15.268,25.991c0.95,0.213,1-3.5,1-3.5S14.299,25.774,15.268,25.991zM19,22.991c0.95,0.213,1-3.5,1-3.5S18.031,22.774,19,22.991zM16.268,29.991c0.949,0.213,1-3.5,1-3.5S15.299,29.774,16.268,29.991zM20.268,25.991c0.95,0.213,1-3.5,1-3.5S19.299,25.774,20.268,25.991zM23.268,28.991c0.949,0.213,1-3.5,1-3.5S22.299,28.774,23.268,28.991zM24.268,23.991c0.949,0.213,1-3.5,1-3.5S23.299,23.774,24.268,23.991zM6.268,22.991c0.95,0.213,1-3.5,1-3.5S5.299,22.774,6.268,22.991z",t:"t0,0",s:"none",fl:"#333"}},f:{0:{t:"t0,0"},97:{t:"t-3,11"},98:{t:"t0,0"},100:{t:"t0,0"}}},{i:{a:{p:"M8.247,19.98c-4.044-0.277-6.645-2.963-6.745-7.01C1.408,9.135,4.01,6.117,7.735,6.117c0,0-0.466,0.601-0.45,3.867c0.497-1.978,1.417-7.972,8.189-7.889c8.125,0.1,6.327,8.237,6.327,8.237c1.299-1.97,0.585-4.674,0.585-4.674c3.314-2.17,8.114,1.61,8.114,6.484c0,3.704-2.102,7.522-8.491,7.817c-2.909,0.135-4.11-1.176-8.409-0.865C13.6,19.094,10.805,20.156,8.247,19.98z",t:"t0,0",s:"none",fl:"#333"}},f:{}}]},"cloud-snow":{d:1e3,it:2,sh:[{i:{a:{p:"M23,24c0,0.551-0.445,1-1,1c-0.551,0-1-0.449-1-1c0-0.555,0.449-1,1-1C22.555,23,23,23.445,23,24zM17,22c0,0.551-0.445,1-1,1c-0.551,0-1-0.449-1-1c0-0.555,0.449-1,1-1C16.555,21,17,21.445,17,22zM12,24c0,0.551-0.445,1-1,1c-0.551,0-1-0.449-1-1c0-0.555,0.449-1,1-1C11.555,23,12,23.445,12,24zM18,26c0,0.551-0.445,1-1,1c-0.551,0-1-0.449-1-1c0-0.555,0.449-1,1-1C17.555,25,18,25.445,18,26zM13,28c0,0.551-0.445,1-1,1c-0.551,0-1-0.449-1-1c0-0.555,0.449-1,1-1C12.555,27,13,27.445,13,28zM7,23c0,0.551-0.445,1-1,1c-0.551,0-1-0.449-1-1c0-0.555,0.449-1,1-1C6.555,22,7,22.445,7,23zM8,28c0,0.551-0.445,1-1,1c-0.551,0-1-0.449-1-1c0-0.555,0.449-1,1-1C7.555,27,8,27.445,8,28zM22,29c0,0.551-0.445,1-1,1c-0.551,0-1-0.449-1-1c0-0.555,0.449-1,1-1C21.555,28,22,28.445,22,29zM27,22c0,0.551-0.445,1-1,1c-0.551,0-1-0.449-1-1c0-0.555,0.449-1,1-1C26.555,21,27,21.445,27,22zM27,27c0,0.551-0.445,1-1,1c-0.551,0-1-0.449-1-1c0-0.555,0.449-1,1-1C26.555,26,27,26.445,27,27zM23,13c0,0.551-0.445,1-1,1c-0.551,0-1-0.449-1-1c0-0.555,0.449-1,1-1C22.555,12,23,12.445,23,13zM17,11c0,0.551-0.445,1-1,1c-0.551,0-1-0.449-1-1c0-0.555,0.449-1,1-1C16.555,10,17,10.445,17,11zM12,13c0,0.551-0.445,1-1,1c-0.551,0-1-0.449-1-1c0-0.555,0.449-1,1-1C11.555,12,12,12.445,12,13zM18,15c0,0.551-0.445,1-1,1c-0.551,0-1-0.449-1-1c0-0.555,0.449-1,1-1C17.555,14,18,14.445,18,15zM13,17c0,0.551-0.445,1-1,1c-0.551,0-1-0.449-1-1c0-0.555,0.449-1,1-1C12.555,16,13,16.445,13,17zM7,12c0,0.551-0.445,1-1,1c-0.551,0-1-0.449-1-1c0-0.555,0.449-1,1-1C6.555,11,7,11.445,7,12zM8,17c0,0.551-0.445,1-1,1c-0.551,0-1-0.449-1-1c0-0.555,0.449-1,1-1C7.555,16,8,16.445,8,17zM22,18c0,0.551-0.445,1-1,1c-0.551,0-1-0.449-1-1c0-0.555,0.449-1,1-1C21.555,17,22,17.445,22,18zM27,11c0,0.551-0.445,1-1,1c-0.551,0-1-0.449-1-1c0-0.555,0.449-1,1-1C26.555,10,27,10.445,27,11zM27,16c0,0.551-0.445,1-1,1c-0.551,0-1-0.449-1-1c0-0.555,0.449-1,1-1C26.555,15,27,15.445,27,16z",t:"t0,0",s:"none",fl:"#333"}},f:{0:{t:"t0,0"},100:{t:"t0,11"}},fIE:{0:{t:"t0,1"},100:{t:"t0,12.3"}}},{i:{a:{p:"M8.247,19.872c-4.044-0.277-6.645-2.963-6.745-7.01C1.408,9.026,4.01,6.008,7.735,6.008c0,0-0.466,0.601-0.45,3.867c0.497-1.978,1.417-7.972,8.189-7.889c8.125,0.1,6.327,8.237,6.327,8.237c1.299-1.97,0.585-4.674,0.585-4.674C25.7,3.379,30.5,7.16,30.5,12.033c0,3.704-2.102,7.663-8.491,7.958c-2.909,0.135-4.11-1.316-8.409-1.006C13.6,18.985,10.805,20.048,8.247,19.872z",s:"none",fl:"#333"}},f:{}}]},"cloud-sun":{d:500,it:3,sh:[{i:{a:{p:"M6.711,26.084c-3.124-0.215-5.132-2.289-5.209-5.415c-0.073-2.963,1.937-5.294,4.814-5.294c0,0-0.36,0.464-0.348,2.987c0.384-1.528,1.095-6.158,6.325-6.094c6.276,0.077,4.886,6.363,4.886,6.363c1.004-1.521,0.453-3.61,0.453-3.61c2.561-1.676,6.268,1.244,6.268,5.008c0,2.861-1.623,5.811-6.559,6.039c-2.248,0.104-3.175-0.908-6.495-0.669C10.847,25.398,8.688,26.22,6.711,26.084z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M26.097,13.924c-0.006,1.401-0.534,2.677-1.399,3.645c-0.031,0.033-0.092,0.1-0.092,0.1s-0.577-2.235-2.991-3.612c-2.294-1.309-3.999-0.215-3.999-0.215c-0.793-1.604-2.195-2.008-2.195-2.008c0.832-2.097,2.887-3.439,5.198-3.431C23.656,8.414,26.108,10.887,26.097,13.924z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M19.945,6.834c0.035,0.239-0.157,0.466-0.43,0.506l0,0c-0.274,0.041-0.523-0.12-0.56-0.359l-0.387-2.596C18.534,4.146,18.728,3.919,19,3.878l0,0c0.273-0.041,0.523,0.12,0.559,0.359L19.945,6.834zM15.145,5.79c-0.143-0.195-0.439-0.221-0.662-0.058l0,0c-0.223,0.163-0.289,0.453-0.146,0.648l1.549,2.119c0.143,0.196,0.438,0.222,0.661,0.059l0,0c0.224-0.163,0.289-0.453,0.146-0.648L15.145,5.79zM11.958,9.215c-0.217-0.106-0.491,0.008-0.613,0.256l0,0c-0.122,0.248-0.045,0.535,0.172,0.642l2.356,1.157c0.217,0.106,0.492-0.008,0.613-0.255l0,0c0.122-0.249,0.045-0.536-0.172-0.643L11.958,9.215zM27.656,20.627c0.187,0.155,0.479,0.11,0.655-0.102l0,0c0.18-0.212,0.174-0.509-0.012-0.664l-2.011-1.688c-0.186-0.154-0.479-0.11-0.656,0.103l0,0c-0.179,0.213-0.171,0.509,0.012,0.665L27.656,20.627zM29.932,16.538c0.236,0.052,0.474-0.124,0.532-0.394l0,0c0.062-0.27-0.081-0.531-0.318-0.582l-2.566-0.561c-0.234-0.05-0.475,0.125-0.532,0.396l0,0c-0.06,0.271,0.084,0.53,0.319,0.583L29.932,16.538zM30.046,11.86c0.233-0.064,0.362-0.33,0.289-0.597l0,0c-0.073-0.267-0.32-0.432-0.554-0.367l-2.532,0.696c-0.231,0.064-0.363,0.332-0.288,0.598l0,0c0.072,0.267,0.32,0.431,0.554,0.368L30.046,11.86zM27.973,7.665C28.15,7.5,28.14,7.206,27.95,7.003l0,0c-0.187-0.203-0.483-0.234-0.659-0.069l-1.92,1.794c-0.175,0.165-0.165,0.462,0.023,0.663l0,0c0.188,0.203,0.483,0.233,0.661,0.069L27.973,7.665zM24.188,4.915c0.081-0.229-0.065-0.485-0.328-0.576l0,0c-0.26-0.092-0.536,0.018-0.614,0.246l-0.867,2.48c-0.077,0.228,0.068,0.487,0.329,0.576l0,0c0.262,0.093,0.537-0.018,0.617-0.246L24.188,4.915z",s:"none",fl:"#333"}},f:{33:{p:"M19.945,6.834c0.035,0.239-0.157,0.466-0.43,0.506l0,0c-0.274,0.041-0.523-0.12-0.56-0.359L18.27,2.707C18.234,2.467,18.428,2.241,18.7,2.2l0,0c0.273-0.041,0.523,0.12,0.559,0.359L19.945,6.834zM15.145,5.79c-0.143-0.195-0.439-0.221-0.662-0.058l0,0c-0.223,0.163-0.289,0.453-0.146,0.648l1.549,2.119c0.143,0.196,0.438,0.222,0.661,0.059l0,0c0.224-0.163,0.289-0.453,0.146-0.648L15.145,5.79zM10.613,8.544C10.396,8.438,10.122,8.552,10,8.8l0,0c-0.122,0.248-0.045,0.535,0.172,0.642l3.701,1.828c0.217,0.106,0.492-0.008,0.613-0.255l0,0c0.122-0.249,0.045-0.536-0.172-0.643L10.613,8.544zM27.656,20.627c0.187,0.155,0.479,0.11,0.655-0.102l0,0c0.18-0.212,0.174-0.509-0.012-0.664l-2.011-1.688c-0.186-0.154-0.479-0.11-0.656,0.103l0,0c-0.179,0.213-0.171,0.509,0.012,0.665L27.656,20.627zM31.153,16.976c0.236,0.051,0.474-0.124,0.532-0.394l0,0c0.062-0.27-0.081-0.531-0.318-0.582l-3.788-0.999c-0.234-0.05-0.475,0.125-0.532,0.396l0,0c-0.06,0.271,0.084,0.53,0.319,0.583L31.153,16.976zM30.046,11.86c0.233-0.064,0.362-0.33,0.289-0.597l0,0c-0.073-0.267-0.32-0.432-0.554-0.367l-2.532,0.696c-0.231,0.064-0.363,0.332-0.288,0.598l0,0c0.072,0.267,0.32,0.431,0.554,0.368L30.046,11.86zM29.122,6.562C29.3,6.396,29.289,6.102,29.1,5.9l0,0c-0.187-0.203-0.483-0.234-0.659-0.069l-3.069,2.897c-0.175,0.165-0.165,0.462,0.023,0.663l0,0c0.188,0.203,0.483,0.233,0.661,0.069L29.122,6.562zM24.188,4.915c0.081-0.229-0.065-0.485-0.328-0.576l0,0c-0.26-0.092-0.536,0.018-0.614,0.246l-0.867,2.48c-0.077,0.228,0.068,0.487,0.329,0.576l0,0c0.262,0.093,0.537-0.018,0.617-0.246L24.188,4.915z"},67:{p:"M19.945,6.834c0.035,0.239-0.157,0.466-0.43,0.506l0,0c-0.274,0.041-0.523-0.12-0.56-0.359l-0.387-2.596C18.534,4.146,18.728,3.919,19,3.878l0,0c0.273-0.041,0.523,0.12,0.559,0.359L19.945,6.834zM14.162,4.458C14.02,4.263,13.723,4.237,13.5,4.4l0,0c-0.223,0.163-0.289,0.453-0.146,0.648l2.532,3.451c0.143,0.196,0.438,0.222,0.661,0.059l0,0c0.224-0.163,0.289-0.453,0.146-0.648L14.162,4.458zM11.958,9.215c-0.217-0.106-0.491,0.008-0.613,0.256l0,0c-0.122,0.248-0.045,0.535,0.172,0.642l2.356,1.157c0.217,0.106,0.492-0.008,0.613-0.255l0,0c0.122-0.249,0.045-0.536-0.172-0.643L11.958,9.215zM28.444,21.302c0.187,0.155,0.479,0.11,0.655-0.102l0,0c0.18-0.212,0.174-0.509-0.012-0.664l-2.799-2.363c-0.186-0.154-0.479-0.11-0.656,0.103l0,0c-0.179,0.213-0.171,0.509,0.012,0.665L28.444,21.302zM29.932,16.538c0.236,0.052,0.474-0.124,0.532-0.394l0,0c0.062-0.27-0.081-0.531-0.318-0.582l-2.566-0.561c-0.234-0.05-0.475,0.125-0.532,0.396l0,0c-0.06,0.271,0.084,0.53,0.319,0.583L29.932,16.538zM31.391,11.5c0.233-0.064,0.362-0.33,0.289-0.597l0,0c-0.073-0.267-0.32-0.432-0.554-0.367l-3.877,1.057c-0.231,0.064-0.363,0.332-0.288,0.598l0,0c0.072,0.267,0.32,0.431,0.554,0.368L31.391,11.5zM27.973,7.665C28.15,7.5,28.14,7.206,27.95,7.003l0,0c-0.187-0.203-0.483-0.234-0.659-0.069l-1.92,1.794c-0.175,0.165-0.165,0.462,0.023,0.663l0,0c0.188,0.203,0.483,0.233,0.661,0.069L27.973,7.665zM24.729,3.276C24.81,3.048,24.663,2.792,24.4,2.7l0,0c-0.26-0.092-0.536,0.018-0.614,0.246l-1.408,4.118c-0.077,0.228,0.068,0.487,0.329,0.576l0,0c0.262,0.093,0.537-0.018,0.617-0.246L24.729,3.276z"},100:{p:"M19.945,6.834c0.035,0.239-0.157,0.466-0.43,0.506l0,0c-0.274,0.041-0.523-0.12-0.56-0.359l-0.387-2.596C18.534,4.146,18.728,3.919,19,3.878l0,0c0.273-0.041,0.523,0.12,0.559,0.359L19.945,6.834zM15.145,5.79c-0.143-0.195-0.439-0.221-0.662-0.058l0,0c-0.223,0.163-0.289,0.453-0.146,0.648l1.549,2.119c0.143,0.196,0.438,0.222,0.661,0.059l0,0c0.224-0.163,0.289-0.453,0.146-0.648L15.145,5.79zM11.958,9.215c-0.217-0.106-0.491,0.008-0.613,0.256l0,0c-0.122,0.248-0.045,0.535,0.172,0.642l2.356,1.157c0.217,0.106,0.492-0.008,0.613-0.255l0,0c0.122-0.249,0.045-0.536-0.172-0.643L11.958,9.215zM27.656,20.627c0.187,0.155,0.479,0.11,0.655-0.102l0,0c0.18-0.212,0.174-0.509-0.012-0.664l-2.011-1.688c-0.186-0.154-0.479-0.11-0.656,0.103l0,0c-0.179,0.213-0.171,0.509,0.012,0.665L27.656,20.627zM29.932,16.538c0.236,0.052,0.474-0.124,0.532-0.394l0,0c0.062-0.27-0.081-0.531-0.318-0.582l-2.566-0.561c-0.234-0.05-0.475,0.125-0.532,0.396l0,0c-0.06,0.271,0.084,0.53,0.319,0.583L29.932,16.538zM30.046,11.86c0.233-0.064,0.362-0.33,0.289-0.597l0,0c-0.073-0.267-0.32-0.432-0.554-0.367l-2.532,0.696c-0.231,0.064-0.363,0.332-0.288,0.598l0,0c0.072,0.267,0.32,0.431,0.554,0.368L30.046,11.86zM27.973,7.665C28.15,7.5,28.14,7.206,27.95,7.003l0,0c-0.187-0.203-0.483-0.234-0.659-0.069l-1.92,1.794c-0.175,0.165-0.165,0.462,0.023,0.663l0,0c0.188,0.203,0.483,0.233,0.661,0.069L27.973,7.665zM24.188,4.915c0.081-0.229-0.065-0.485-0.328-0.576l0,0c-0.26-0.092-0.536,0.018-0.614,0.246l-0.867,2.48c-0.077,0.228,0.068,0.487,0.329,0.576l0,0c0.262,0.093,0.537-0.018,0.617-0.246L24.188,4.915z"}}}]},"cloud-up":{d:350,it:2,sh:[{i:{a:{p:"M16.458,3.667c-6.246-0.182-6.291,4.876-6.291,4.876c-3.25-1.086-6.25,1.715-6.165,5.155C4.208,18.208,7.5,20.292,11,20c0,0-0.045-0.754,0-1c0.048-0.265,0.153-0.405,0.589-0.902l4.621-4.722c0.437-0.501,1.143-0.501,1.579,0L22.406,18c0.438,0.497,0.545,0.637,0.594,0.902C23.05,19.172,23,20,23,20c4-0.5,7-2.583,7-7.043C30.002,8.585,26,6,22.009,7.389C22.009,7.389,21.301,3.808,16.458,3.667z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M17.43,15.79c-0.238-0.255-0.621-0.255-0.859,0l-3.436,3.743C12.9,19.791,12.979,20,13.314,20H16v6.4c0,0.33,0.27,0.6,0.6,0.6H17.4c0.33,0,0.599-0.27,0.599-0.6V20h2.688c0.332,0,0.415-0.209,0.178-0.467L17.43,15.79z",s:"none",fl:"#333"}},f:{0:{p:"M17.43,26.191c-0.238-0.255-0.621-0.255-0.859,0l0.25-0.066c-0.235,0.258-0.157,0.066,0.179,0.066h-1V26.4c0,0.33,0.27,0.6,0.6,0.6H17.4c0.33,0,0.599-0.27,0.599-0.6v-0.209H17c0.332,0,0.415,0.191,0.178-0.066L17.43,26.191z"},30:{p:"M17.43,22c-0.238-0.255-0.621-0.255-0.859,0l0.25-0.066C16.585,22.191,16.664,22,17,22h-1v4.4c0,0.33,0.27,0.6,0.6,0.6H17.4c0.33,0,0.599-0.27,0.599-0.6V22H17c0.332,0,0.415,0.191,0.178-0.066L17.43,22z"},60:{p:"M17.43,15.79c-0.238-0.255-0.621-0.255-0.859,0l-3.436,3.743C12.9,19.791,12.979,20,13.314,20H16v6.4c0,0.33,0.27,0.6,0.6,0.6H17.4c0.33,0,0.599-0.27,0.599-0.6V20h2.688c0.332,0,0.415-0.209,0.178-0.467L17.43,15.79z"},100:{}}}]},code:{d:1400,it:1,sh:[{i:{a:{p:"M2,6.5L2,6.5L2,6.5L2,6.5L2,6.5zM2,6.5L2,6.5L2,6.5L2,6.5L2,6.5zM2,6.5L2,6.5L2,6.5L2,6.5L2,6.5zM2,6.5L2,6.5L2,6.5L2,6.5L2,6.5zM2,6.5L2,6.5L2,6.5L2,6.5L2,6.5zM2,6.5L2,6.5L2,6.5L2,6.5L2,6.5zM2,6.5L2,6.5L2,6.5L2,6.5L2,6.5zM13.675,10.593c0.434-0.433,0.434-1.136,0-1.569l-1.699-1.699c-0.434-0.434-1.135-0.434-1.57,0l-8.08,7.89c-0.434,0.434-0.434,1.136,0,1.569l8.08,7.89c0.436,0.434,1.137,0.434,1.57,0l1.699-1.699c0.434-0.434,0.434-1.136,0-1.569L8.078,16L13.675,10.593zM18.325,21.407c-0.434,0.433-0.434,1.136,0,1.568l1.699,1.699c0.434,0.434,1.135,0.434,1.57,0l8.08-7.89c0.434-0.434,0.434-1.136,0-1.569l-8.08-7.891c-0.436-0.434-1.137-0.434-1.57,0l-1.699,1.699c-0.434,0.434-0.434,1.136,0,1.569L23.922,16L18.325,21.407z",
s:"none",fl:"#333"}},f:{3:{p:"M2,6.5L2,6.5L2,6.5L2,6.5L2,6.5zM2,6.5L2,6.5L2,6.5L2,6.5L2,6.5zM2,6.5L2,6.5L2,6.5L2,6.5L2,6.5zM2,6.5L2,6.5L2,6.5L2,6.5L2,6.5zM2,6.5L2,6.5L2,6.5L2,6.5L2,6.5zM2,6.5L2,6.5L2,6.5L2,6.5L2,6.5zM2,6.5L2,6.5L2,6.5L2,6.5L2,6.5zM7.188,3.597c0.193-0.193,0.193-0.505,0-0.697L6.434,2.145c-0.193-0.193-0.504-0.193-0.698,0L2.145,5.651c-0.193,0.192-0.193,0.505,0,0.697l3.591,3.507c0.194,0.192,0.505,0.192,0.698,0l0.755-0.755c0.193-0.193,0.193-0.505,0-0.698L4.701,6L7.188,3.597zM8.811,8.404c-0.192,0.191-0.192,0.504,0,0.697l0.756,0.754c0.192,0.193,0.504,0.193,0.697,0l3.592-3.506c0.192-0.193,0.192-0.506,0-0.697l-3.592-3.507c-0.193-0.193-0.505-0.193-0.697,0L8.811,2.901c-0.192,0.191-0.192,0.503,0,0.697L11.298,6L8.811,8.404z"},6:{},15:{p:"M28,4H8V2h20V4zM24,6H8v2h16V6zM14,10H2v2h12V10zM20,14H2v2h18V14zM30,18H2v2h28V18zM12,22H2v2h10V22zM20,26H2v2h18V26zM2,6.5L2,6.5L2,6.5M7.188,3.597c0.193-0.193,0.193-0.505,0-0.697L6.434,2.145c-0.193-0.193-0.504-0.193-0.698,0L2.145,5.651c-0.193,0.192-0.193,0.505,0,0.697l3.591,3.507c0.194,0.192,0.505,0.192,0.698,0l0.755-0.755c0.193-0.193,0.193-0.505,0-0.698L4.701,6L7.188,3.597zM21.811,28.404c-0.192,0.191-0.192,0.504,0,0.697l0.756,0.754c0.192,0.193,0.504,0.193,0.697,0l3.592-3.506c0.192-0.193,0.192-0.506,0-0.697l-3.592-3.508c-0.193-0.193-0.505-0.193-0.697,0L21.811,22.9c-0.192,0.191-0.192,0.504,0,0.697L24.298,26L21.811,28.404z"},50:{},55:{p:"M2,6.5L2,6.5L2,6.5L2,6.5L2,6.5zM2,6.5L2,6.5L2,6.5L2,6.5L2,6.5zM2,6.5L2,6.5L2,6.5L2,6.5L2,6.5zM2,6.5L2,6.5L2,6.5L2,6.5L2,6.5zM2,6.5L2,6.5L2,6.5L2,6.5L2,6.5zM2,6.5L2,6.5L2,6.5L2,6.5L2,6.5zM2,6.5L2,6.5L2,6.5L2,6.5L2,6.5zM13.675,10.593c0.434-0.433,0.434-1.136,0-1.569l-1.699-1.699c-0.434-0.434-1.135-0.434-1.57,0l-8.08,7.89c-0.434,0.434-0.434,1.136,0,1.569l8.08,7.89c0.436,0.434,1.137,0.434,1.57,0l1.699-1.699c0.434-0.434,0.434-1.136,0-1.569L8.078,16L13.675,10.593zM18.325,21.407c-0.434,0.433-0.434,1.136,0,1.568l1.699,1.699c0.434,0.434,1.135,0.434,1.57,0l8.08-7.89c0.434-0.434,0.434-1.136,0-1.569l-8.08-7.891c-0.436-0.434-1.137-0.434-1.57,0l-1.699,1.699c-0.434,0.434-0.434,1.136,0,1.569L23.922,16L18.325,21.407z"},100:{}}}]},columns:{d:1e3,it:1,sh:[{i:{a:{p:"M28.8,2H5.2C4.537,2,4,2.537,4,3.2v25.6C4,29.463,4.537,30,5.2,30h23.6c0.663,0,1.2-0.537,1.2-1.2V3.2C30,2.537,29.463,2,28.8,2zM28,28H6V6h6l0,0h2l0,0h2v22h2V6h2l0,0h2l0,0h6V28z",s:"none",fl:"#333"}},f:{10:{p:"M28.8,2H5.2C4.537,2,4,2.537,4,3.2v25.6C4,29.463,4.537,30,5.2,30h23.6c0.663,0,1.2-0.537,1.2-1.2V3.2C30,2.537,29.463,2,28.8,2zM28,28H6V6h6l0,0h2l0,0h2l0,0h2l0,0h2l0,0h2l0,0h6V28z"},15:{},25:{p:"M28.8,2H5.2C4.537,2,4,2.537,4,3.2v25.6C4,29.463,4.537,30,5.2,30h23.6c0.663,0,1.2-0.537,1.2-1.2V3.2C30,2.537,29.463,2,28.8,2zM28,28H6V6h6v22h2V6h2l0,0h2l0,0h2v22h2V6h6V28z"},50:{},60:{p:"M28.8,2H5.2C4.537,2,4,2.537,4,3.2v25.6C4,29.463,4.537,30,5.2,30h23.6c0.663,0,1.2-0.537,1.2-1.2V3.2C30,2.537,29.463,2,28.8,2zM28,28H6V6h6l0,0h2l0,0h2l0,0h2l0,0h2l0,0h2l0,0h6V28z"},65:{},75:{p:"M28.8,2H5.2C4.537,2,4,2.537,4,3.2v25.6C4,29.463,4.537,30,5.2,30h23.6c0.663,0,1.2-0.537,1.2-1.2V3.2C30,2.537,29.463,2,28.8,2zM28,28H6V6h6l0,0h2l0,0h2v22h2V6h2l0,0h2l0,0h6V28z"},100:{}}}]},comment:{d:600,it:1,sh:[{i:{a:{p:"M16,4.61c-7.563,0-13.695,4.076-13.695,9.105c0,2.877,2.013,5.439,5.147,7.107c-0.446,1.479-1.336,3.117-3.056,4.566c0,0,4.015-0.266,6.851-3.143c0.163,0.039,0.388,0.117,0.553,0.153c0.3,0.101,0.704,0.234,1.2,0.3c3.8,0.5,7.431-0.127,10.2-1.3c2.6-1.101,3.7-2,4.7-3.101c1.1-1.3,1.795-2.926,1.795-4.585C29.695,8.687,23.563,4.61,16,4.61z",o:1,s:"none",fl:"#333"}},f:{0:{o:0,t:"t-15,20s0.4"},100:{o:1,t:"t0,0s1",e:"backOut"}}}]},comments:{d:600,it:1,sh:[{i:{a:{p:"M16,4.61c-7.563,0-13.695,4.076-13.695,9.105c0,2.877,2.013,5.439,5.147,7.107c-0.446,1.479-1.336,3.117-3.056,4.566c0,0,4.015-0.266,6.851-3.143c0.163,0.039,0.332,0.07,0.497,0.106c-0.155-0.462-0.246-0.942-0.246-1.442c0-3.394,3.776-6.051,8.6-6.051c3.463,0,6.379,1.377,7.75,3.406c1.168-1.34,1.848-2.893,1.848-4.552C29.695,8.687,23.563,4.61,16,4.61z",o:1,s:"none",fl:"#333"}},f:{0:{p:"M16,4.61c-7.563,0-13.695,4.076-13.695,9.105c0,2.877,2.013,5.439,5.147,7.107c-0.446,1.479-1.336,3.117-3.056,4.566c0,0,4.015-0.266,6.851-3.143c0.163,0.039,0.388,0.117,0.553,0.153c0.3,0.101,0.704,0.234,1.2,0.3c3.8,0.5,7.431-0.127,10.2-1.3c2.6-1.101,3.7-2,4.7-3.101c1.1-1.3,1.795-2.926,1.795-4.585C29.695,8.687,23.563,4.61,16,4.61z",o:0,t:"t-15,20s0.4"},30:{p:"M16,4.61c-7.563,0-13.695,4.076-13.695,9.105c0,2.877,2.013,5.439,5.147,7.107c-0.446,1.479-1.336,3.117-3.056,4.566c0,0,4.015-0.266,6.851-3.143c0.163,0.039,0.388,0.117,0.553,0.153c0.3,0.101,0.704,0.234,1.2,0.3c3.8,0.5,7.431-0.127,10.2-1.3c2.6-1.101,3.7-2,4.7-3.101c1.1-1.3,1.795-2.926,1.795-4.585C29.695,8.687,23.563,4.61,16,4.61z",o:1,t:""},60:{p:"M16,4.61c-7.563,0-13.695,4.076-13.695,9.105c0,2.877,2.013,5.439,5.147,7.107c-0.446,1.479-1.336,3.117-3.056,4.566c0,0,4.015-0.266,6.851-3.143c0.163,0.039,0.332,0.07,0.497,0.106C12.2,22.3,12.313,22.314,12.8,22.2c1.7-0.4,4.4-1.5,9.2-2.8c3.343-0.905,4.2-0.8,5.848-1.134c1.168-1.34,1.848-2.893,1.848-4.552C29.695,8.687,23.563,4.61,16,4.61z"},80:{p:"M16,4.61c-7.563,0-13.695,4.076-13.695,9.105c0,2.877,2.013,5.439,5.147,7.107c-0.446,1.479-1.336,3.117-3.056,4.566c0,0,4.015-0.266,6.851-3.143c0.163,0.039,0.332,0.07,0.497,0.106c-0.155-0.462-0.246-0.942-0.246-1.442c0-3.394,3.776-6.051,8.6-6.051c3.463,0,6.379,1.377,7.75,3.406c1.168-1.34,1.848-2.893,1.848-4.552C29.695,8.687,23.563,4.61,16,4.61z"},100:{}}},{i:{a:{p:"M27.2,21.121c0-2.789-3.2-5.053-7.15-5.053c-3.948,0-7.15,2.264-7.15,5.053c0,2.791,3.202,5.054,7.15,5.054c0.876,0,1.708-0.116,2.479-0.319c1.482,1.598,3.579,1.744,3.579,1.744c-0.899-0.804-1.362-1.713-1.596-2.534C26.148,24.141,27.2,22.719,27.2,21.121z",o:1,s:"none",fl:"#333"}},f:{0:{o:0,t:"t10,10s0.4"},25:{o:0,t:"t10,10s0.4"},80:{o:1,t:"t0,0s1"},100:{}}}]},compass:{d:600,it:2,sh:[{i:{a:{p:"M14.945,15.575l-2.518,7.989l6.627-5.14l2.517-7.99L14.945,15.575zM18.027,17.712l-3.858,3.409l1.803-4.833L18.027,17.712z",t:"r0",s:"none",fl:"#333"}},f:{30:{t:"r-34"},60:{t:"r30"},100:{t:"r0"}},fIE:{30:{t:"r-34,15.5,15.5"},60:{t:"r30,15.5,15.5"},100:{t:"r0,15.5,15.5"}}},{i:{a:{p:"M17,4C9.821,4,4,9.819,4,17c0,7.18,5.821,13,13,13c7.18,0,13-5.82,13-13C30,9.819,24.18,4,17,4zM17,26c-4.97,0-9-4.029-9-9c0-4.97,4.03-9,9-9c4.971,0,9.002,4.03,9.002,9C26.002,21.971,21.971,26,17,26zM7,1.5C5.619,1.5,4.5,2.619,4.5,4S5.619,6.5,7,6.5S9.5,5.381,9.5,4S8.381,1.5,7,1.5zM7,5C6.448,5,6,4.552,6,4s0.448-1,1-1s1,0.448,1,1S7.552,5,7,5z",s:"none",fl:"#333"}},f:{}}]},"credit-card":{d:1200,it:1,sh:[{i:{a:{p:"M6,12h20v-2H6",o:0,s:"none",fl:"#333"}},f:{5:{o:0},10:{o:1},70:{},80:{o:0},100:{}}},{i:{a:{p:"M28,6H4C2.896,6,2,6.896,2,8v16c0,1.105,0.896,2,2,2h24c1.105,0,2-0.895,2-2V8C30,6.896,29.105,6,28,6zM28,8v2H4V8H28zM4,24v-8h24v8H4zM7.6,22H6.4C6.179,22,6,21.82,6,21.6V20.4C6,20.18,6.179,20,6.4,20H7.6C7.821,20,8,20.18,8,20.4V21.6C8,21.82,7.821,22,7.6,22zM11.6,22H10.4c-0.222,0-0.4-0.18-0.4-0.4V20.4c0-0.221,0.179-0.4,0.4-0.4H11.6c0.222,0,0.4,0.18,0.4,0.4V21.6C12,21.82,11.821,22,11.6,22zM15.6,22H14.4c-0.222,0-0.4-0.18-0.4-0.4V20.4c0-0.221,0.179-0.4,0.4-0.4H15.6c0.222,0,0.4,0.18,0.4,0.4V21.6C16,21.82,15.821,22,15.6,22zM19.6,22H18.4c-0.221,0-0.4-0.18-0.4-0.4V20.4c0-0.221,0.18-0.4,0.4-0.4H19.6c0.221,0,0.4,0.18,0.4,0.4V21.6C20,21.82,19.82,22,19.6,22z",o:1,s:"none",fl:"#333"}},f:{10:{p:"M26,32V8c0-1.104-0.896-2-2-2H8C6.895,6,6,6.896,6,8v24c0,1.105,0.895,2,2,2h16C25.104,34,26,33.105,26,32zM24,32h-2V8h2V32zM8,8h8v24H8V8zM10,11.6V10.4c0-0.222,0.18-0.4,0.4-0.4H11.6c0.221,0,0.4,0.179,0.4,0.4V11.6c0,0.222-0.18,0.4-0.4,0.4H10.4C10.18,12,10,11.821,10,11.6zM10,15.6V14.4c0-0.222,0.18-0.4,0.4-0.4H11.6c0.221,0,0.4,0.179,0.4,0.4V15.6c0,0.222-0.18,0.4-0.4,0.4H10.4C10.18,16,10,15.821,10,15.6zM10,19.6V18.4c0-0.222,0.18-0.4,0.4-0.4H11.6c0.221,0,0.4,0.179,0.4,0.4V19.6c0,0.222-0.18,0.4-0.4,0.4H10.4C10.18,20,10,19.821,10,19.6zM10,23.6V22.4c0-0.221,0.18-0.4,0.4-0.4H11.6c0.221,0,0.4,0.18,0.4,0.4V23.6c0,0.221-0.18,0.4-0.4,0.4H10.4C10.18,24,10,23.82,10,23.6z"},20:{p:"M26,34l-2-18c0-1.104-0.896-2-2-2H10c-1.105,0-2,0.896-2,2L6,34c0,1.105,0.895,2,2,2h16C25.104,36,26,35.105,26,34zM24,34h-2l-2-18h2L24,34zM10,16h6v18H8L10,16zM11.835,19.6L11.94,18.4c0.019-0.222,0.214-0.4,0.435-0.4h1.199c0.221,0,0.385,0.179,0.366,0.4L13.835,19.6c-0.02,0.222-0.215,0.4-0.436,0.4H12.2C11.979,20,11.815,19.821,11.835,19.6zM11.435,22.902l0.105-1.203c0.019-0.221,0.214-0.4,0.435-0.4h1.199c0.221,0,0.385,0.18,0.366,0.4l-0.105,1.203c-0.02,0.222-0.115,0.4-0.335,0.4H11.9C11.679,23.303,11.415,23.124,11.435,22.902zM11.035,26.205l0.105-1.199c0.019-0.222,0.214-0.4,0.435-0.4h1.199c0.221,0,0.385,0.179,0.366,0.4l-0.105,1.199c-0.02,0.222-0.215,0.4-0.436,0.4H11.4C11.18,26.605,11.016,26.427,11.035,26.205zM10.536,29.707l0.105-1.199c0.019-0.221,0.214-0.4,0.435-0.4h1.199c0.221,0,0.385,0.18,0.366,0.4l-0.105,1.199c-0.02,0.221-0.215,0.4-0.436,0.4h-1.199C10.68,30.107,10.516,29.928,10.536,29.707z"},30:{p:"M26,24.199L24,6.2c0-1.104-0.896-2-2-2H10c-1.105,0-2,0.896-2,2L6,24.199c0,1.105,0.895,2,2,2h16C25.104,26.199,26,25.305,26,24.199zM24,24.199h-2L20,6.2h2L24,24.199zM10,6.2h6v17.999H8L10,6.2zM11.835,9.8l0.105-1.199c0.019-0.222,0.214-0.4,0.435-0.4h1.199c0.221,0,0.385,0.179,0.366,0.4L13.835,9.8c-0.02,0.222-0.215,0.4-0.436,0.4H12.2C11.979,10.2,11.815,10.021,11.835,9.8zM11.435,13.102L11.54,11.9c0.019-0.222,0.214-0.4,0.435-0.4h1.199c0.221,0,0.385,0.179,0.366,0.4l-0.105,1.202c-0.02,0.222-0.115,0.401-0.335,0.401H11.9C11.679,13.503,11.415,13.324,11.435,13.102zM11.035,16.405l0.105-1.199c0.019-0.222,0.214-0.4,0.435-0.4h1.199c0.221,0,0.385,0.179,0.366,0.4l-0.105,1.199c-0.02,0.222-0.215,0.4-0.436,0.4H11.4C11.18,16.806,11.016,16.627,11.035,16.405zM10.536,19.906l0.105-1.199c0.019-0.221,0.214-0.4,0.435-0.4h1.199c0.221,0,0.385,0.18,0.366,0.4l-0.105,1.199c-0.02,0.221-0.215,0.4-0.436,0.4h-1.199C10.68,20.307,10.516,20.127,10.536,19.906z"},40:{p:"M26,18L24.299,7c0-1.104-0.896-2-2-2H9.6c-1.105,0-2,0.896-2,2L6,18c0,1.105,0.895,2,2,2h16C25.104,20,26,19.105,26,18zM24,18h-2L20.299,7h2L24,18zM9.6,7h6L16,18H8L9.6,7zM11.089,5.374l-0.031,0.15c0.019-0.222,0.214-0.4,0.435-0.4h1.199c0.221,0,0.385,0.179,0.366,0.4l0.031-0.15c-0.02,0.222-0.215,0.4-0.436,0.4h-1.199C11.233,5.774,11.069,5.596,11.089,5.374zM11.034,6.095l-0.018,0.096c0.019-0.222,0.214-0.4,0.435-0.4h1.199c0.221,0,0.385,0.179,0.366,0.4l0.018-0.096c-0.02,0.222-0.115,0.401-0.335,0.401H11.5C11.279,6.496,11.015,6.317,11.034,6.095zM11.035,10.206l0.105-1.199c0.019-0.222,0.214-0.4,0.435-0.4h1.199c0.221,0,0.385,0.179,0.366,0.4l-0.105,1.199c-0.02,0.222-0.215,0.4-0.436,0.4H11.4C11.18,10.606,11.016,10.428,11.035,10.206zM10.536,13.707l0.105-1.199c0.019-0.221,0.214-0.4,0.435-0.4h1.199c0.221,0,0.385,0.18,0.366,0.4l-0.105,1.199c-0.02,0.221-0.215,0.4-0.436,0.4h-1.199C10.68,14.107,10.516,13.928,10.536,13.707z"},50:{p:"M25.502,11.5l-0.506-4.698c0-1.104-0.896-2-2-2H9.099c-1.105,0-2,0.896-2,2L6.5,11.5c0,1.105,0.895,2,2,2h15.001C24.606,13.5,25.502,12.605,25.502,11.5zM23.502,11.5h-2l-0.506-4.698h2L23.502,11.5zM9.099,6.802h6.5L16,11.5H8.5L9.099,6.802zM10.588,5.176l-0.031,0.15c0.019-0.222,0.214-0.4,0.435-0.4h1.199c0.221,0,0.385,0.179,0.366,0.4l0.031-0.15c-0.02,0.222-0.215,0.4-0.436,0.4h-1.199C10.733,5.576,10.569,5.397,10.588,5.176zM10.534,5.897l-0.018,0.096c0.019-0.222,0.214-0.4,0.435-0.4h1.199c0.221,0,0.385,0.179,0.366,0.4l0.018-0.096c-0.02,0.222-0.115,0.401-0.335,0.401h-1.199C10.778,6.298,10.514,6.119,10.534,5.897zM10.072,7.182l0.011,0.067c0.019-0.222,0.214-0.4,0.435-0.4h1.199c0.221,0,0.385,0.179,0.366,0.4l-0.011-0.067c-0.02,0.222,0.286,0.4,0.065,0.4h-1.199C10.717,7.582,10.053,7.403,10.072,7.182zM10.035,7.207l0.048,0.125c0.019-0.221,0.214-0.4,0.435-0.4h1.199c0.221,0,0.385,0.18,0.366,0.4l-0.048-0.125c-0.02,0.221,0.286,0.4,0.065,0.4h-1.199C10.68,7.607,10.016,7.428,10.035,7.207z"},60:{o:0,p:"M25.502,7.997l-0.506-1.195c0-1.104-0.896-2-2-2H9.099c-1.105,0-2,0.896-2,2L6.5,7.997c0,1.105,0.895,2,2,2h15.001C24.606,9.997,25.502,9.102,25.502,7.997zM23.502,7.997h-2l-0.506-1.195h2L23.502,7.997zM9.099,6.802h6.5L16,7.997H8.5L9.099,6.802zM10.588,5.176l-0.031,0.15c0.019-0.222,0.214-0.4,0.435-0.4h1.199c0.221,0,0.385,0.179,0.366,0.4l0.031-0.15c-0.02,0.222-0.215,0.4-0.436,0.4h-1.199C10.733,5.576,10.569,5.397,10.588,5.176zM10.534,5.897l-0.018,0.096c0.019-0.222,0.214-0.4,0.435-0.4h1.199c0.221,0,0.385,0.179,0.366,0.4l0.018-0.096c-0.02,0.222-0.115,0.401-0.335,0.401h-1.199C10.778,6.298,10.514,6.119,10.534,5.897zM10.072,7.182l0.011,0.067c0.019-0.222,0.214-0.4,0.435-0.4h1.199c0.221,0,0.385,0.179,0.366,0.4l-0.011-0.067c-0.02,0.222,0.286,0.4,0.065,0.4h-1.199C10.717,7.582,10.053,7.403,10.072,7.182zM10.035,7.207l0.048,0.125c0.019-0.221,0.214-0.4,0.435-0.4h1.199c0.221,0,0.385,0.18,0.366,0.4l-0.048-0.125c-0.02,0.221,0.286,0.4,0.065,0.4h-1.199C10.68,7.607,10.016,7.428,10.035,7.207z"},90:{p:"M28,6H4C2.896,6,2,6.896,2,8v16c0,1.105,0.896,2,2,2h24c1.105,0,2-0.895,2-2V8C30,6.896,29.105,6,28,6zM28,8v2H4V8H28zM4,24v-8h24v8H4zM7.6,22H6.4C6.179,22,6,21.82,6,21.6V20.4C6,20.18,6.179,20,6.4,20H7.6C7.821,20,8,20.18,8,20.4V21.6C8,21.82,7.821,22,7.6,22zM11.6,22H10.4c-0.222,0-0.4-0.18-0.4-0.4V20.4c0-0.221,0.179-0.4,0.4-0.4H11.6c0.222,0,0.4,0.18,0.4,0.4V21.6C12,21.82,11.821,22,11.6,22zM15.6,22H14.4c-0.222,0-0.4-0.18-0.4-0.4V20.4c0-0.221,0.179-0.4,0.4-0.4H15.6c0.222,0,0.4,0.18,0.4,0.4V21.6C16,21.82,15.821,22,15.6,22zM19.6,22H18.4c-0.221,0-0.4-0.18-0.4-0.4V20.4c0-0.221,0.18-0.4,0.4-0.4H19.6c0.221,0,0.4,0.18,0.4,0.4V21.6C20,21.82,19.82,22,19.6,22z"},91:{o:1},100:{}}},{i:{a:{p:"M26,12h2V6.4C28,5.075,26.926,4,25.6,4H6.4C5.075,4,4,5.075,4,6.4V12h2V8h20V12z",o:0,s:"none",fl:"#333"}},f:{5:{o:0},10:{o:1},70:{},80:{o:0},100:{}}}]},css3:{d:700,it:1,sh:[{i:{a:{p:"M3.655,2l2.247,25.201L15.985,30l10.11-2.803L28.345,2H3.655zM22.326,22.896L16,24.649v0.001l-0.014,0.003l-6.332-1.758l-0.433-4.852h3.103l0.22,2.464L16,21.435l3.437-0.928l0.358-4.008H9.083l-0.271-3.093l11.264,0.001l0.301-3.165L8.516,10.234L8.25,7.151h15.483L22.326,22.896z",s:"none",fl:"#333"}},f:{20:{p:"M11.753,2L14,27.201L15.985,30l2.057-2.803L20.292,2H11.753zM16,22.896v1.754v0.001l-0.014,0.003L16,22.896v-4.852l0,0v2.464v0.927v-0.927v-4.009l0,0v-3.093l0,0v-3.172l0,0V7.151l0,0V22.896z"},30:{},50:{p:"M11.753,2L14,27.201L15.985,30l10.11-2.803L28.345,2H11.753zM22.326,22.896L16,24.649v0.001l-0.014,0.003L16,22.896v-4.852l0,0v2.464v0.927l3.437-0.928l0.358-4.008H16v-3.093l4.076,0.001l0.301-3.165L16,10.234V7.151h7.732L22.326,22.896z",e:"elastic"},60:{},80:{p:"M3.655,2l2.247,25.201L15.985,30l10.11-2.803L28.345,2H3.655zM22.326,22.896L16,24.649v0.001l-0.014,0.003l-6.332-1.758l-0.433-4.852h3.103l0.22,2.464L16,21.435l3.437-0.928l0.358-4.008H9.083l-0.271-3.093l11.264,0.001l0.301-3.165L8.516,10.234L8.25,7.151h15.483L22.326,22.896z",e:"elastic"},100:{}}}]},dashboard:{d:600,it:1,sh:[{i:{a:{p:"M16,6C8.269,6,2,12.264,2,19.992c0,2.15,0.485,4.189,1.354,6.008h25.294C29.516,24.182,30,22.143,30,19.992C30,12.264,23.732,6,16,6zM27.826,22h-7.242c-0.77,1.771-2.529,3-4.584,3s-3.814-1.229-4.584-3H4.172C4.059,21.361,4,20.686,4,19.992C4,13.37,9.374,7.999,16,7.999c6.629,0,11.998,5.371,11.998,11.993C27.998,20.684,27.939,21.355,27.826,22z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M9,20c0-1.079,0.244-2.101,0.68-3.013C10.806,14.629,13.213,13,16,13c3.866,0,7,3.134,7,7h3c0-5.522-4.478-10-10-10c-3.735,0-6.992,2.048-8.709,5.083C6.469,16.535,6,18.213,6,20H9z",o:.1,s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M7.165,15.313c-0.361,0.693-0.635,1.359-0.827,2.049C6.111,18.18,6,19.031,6,20h3c0-0.537,0.053-1.044,0.16-1.53c0.108-0.49,0.271-0.959,0.489-1.417L7.165,15.313zM17.404,18.576c0.792,0.779,0.785,2.056,0.01,2.838c-0.779,0.789-2.038,0.783-2.819,0.01c-0.27-0.264-1.031-2.454-1.423-2.838L8.594,14c-0.395-0.389-0.253-1.166-0.003-1.417c0.249-0.25,1.017-0.394,1.41-0.005l4.586,4.594C14.979,17.561,17.143,18.314,17.404,18.576z",s:"none",fl:"#333"}},f:{3:{p:"M8.679,13.186c-0.528,0.576-0.965,1.149-1.329,1.766C6.919,15.682,6,17.646,6,20h3c0.021-1.604,0.56-2.807,0.79-3.249c0.231-0.445,0.509-0.856,0.839-1.242L8.679,13.186zM17.725,18.988c0.563,0.958,0.227,2.188-0.725,2.743c-0.957,0.562-2.171,0.229-2.726-0.72c-0.192-0.324-0.361-2.638-0.64-3.109l-3.235-5.615c-0.281-0.478,0.057-1.192,0.364-1.37c0.305-0.177,1.084-0.117,1.363,0.36l3.241,5.625C15.645,17.379,17.54,18.668,17.725,18.988z"},6:{p:"M10.692,11.523c-0.659,0.419-1.23,0.86-1.741,1.361C8.346,13.479,6,16,6,20h3c0-2.646,1.506-4.378,1.842-4.745c0.338-0.371,0.714-0.695,1.132-0.982L10.692,11.523zM17.928,19.469c0.296,1.071-0.348,2.173-1.41,2.463c-1.069,0.295-2.157-0.341-2.447-1.401c-0.101-0.362,0.334-2.641,0.187-3.169l-1.671-6.261c-0.147-0.534,0.364-1.136,0.706-1.229c0.34-0.092,1.077,0.167,1.223,0.701l1.674,6.271C16.335,17.376,17.832,19.112,17.928,19.469z"},9:{p:"M13.067,10.438c-0.746,0.235-1.411,0.512-2.034,0.865C10.295,11.72,6,14.333,6,20h3c0-3.75,2.826-5.651,3.246-5.918c0.423-0.271,0.87-0.486,1.348-0.656L13.067,10.438zM18,19.985c0.008,1.112-0.898,2.01-2,2.015c-1.109,0.008-1.995-0.888-2.001-1.987c-0.004-0.376,1.006-2.464,1-3.013l0.006-6.48c-0.004-0.553,0.645-1.003,1-1.004c0.353-0.001,0.997,0.441,1,0.994L17,17C17.003,17.552,17.999,19.617,18,19.985z"},12:{p:"M15.642,10.005c-0.781,0.034-1.495,0.129-2.188,0.309C12.632,10.526,6.246,12.411,6,20h3c0.07-4.692,3.979-6.417,4.905-6.688c0.482-0.142,0.966-0.245,1.472-0.285L15.642,10.005zM17.936,20.504c-0.28,1.076-1.388,1.708-2.453,1.428c-1.074-0.279-1.697-1.373-1.418-2.438c0.094-0.364,1.61-2.119,1.746-2.651l1.683-6.257c0.139-0.536,0.883-0.802,1.227-0.711c0.34,0.09,0.849,0.684,0.708,1.219l-1.686,6.268C17.603,17.895,18.03,20.147,17.936,20.504z"},15:{p:"M18.241,10.253c-0.764-0.17-1.478-0.271-2.194-0.269C10.875,10,6.136,13.864,6,20h3c0.118-4.779,4.042-6.982,7.021-7.005c0.502-0.004,0.684,0.016,1.183,0.108L18.241,10.253zM17.739,20.987c-0.549,0.968-1.783,1.291-2.739,0.745c-0.965-0.548-1.284-1.766-0.739-2.722c0.185-0.328,2.104-1.631,2.373-2.109l3.245-5.608c0.272-0.482,1.061-0.546,1.369-0.37c0.305,0.175,0.643,0.88,0.368,1.361l-3.25,5.618C18.093,18.381,17.923,20.668,17.739,20.987z"},18:{p:"M20.688,11.166c-1.57-0.929-3.563-1.183-4.64-1.181C10.875,9.994,6.136,13.864,6,20h3c0.118-4.779,4.042-6.993,7.021-7.005c0.979-0.004,2.253,0.312,2.927,0.655L20.688,11.166zM17.425,21.404c-0.781,0.792-2.057,0.785-2.838,0.011c-0.791-0.779-0.783-2.038-0.01-2.82c0.264-0.27,2.454-1.031,2.837-1.423L22,12.594c0.388-0.395,1.166-0.253,1.419-0.003c0.248,0.249,0.393,1.017,0.003,1.41l-4.594,4.585C18.44,18.978,17.685,21.143,17.425,21.404z"},21:{p:"M22.814,12.68c-2.647-2.492-5.689-2.697-6.767-2.695C10.875,9.994,6.136,13.864,6,20h3c0.118-4.779,4.042-6.993,7.021-7.005c0.979-0.004,2.896,0.317,4.47,1.634L22.814,12.68zM17.013,21.726c-0.959,0.563-2.189,0.226-2.744-0.725c-0.562-0.957-0.229-2.171,0.72-2.727c0.325-0.192,2.637-0.361,3.109-0.641l5.614-3.234c0.478-0.281,1.192,0.057,1.372,0.364c0.175,0.304,0.116,1.083-0.362,1.362l-5.624,3.24C18.622,19.645,17.331,21.54,17.013,21.726z"},50:{},55:{p:"M20.688,11.166c-1.57-0.929-3.563-1.183-4.64-1.181C10.875,9.994,6.136,13.864,6,20h3c0.118-4.779,4.042-6.993,7.021-7.005c0.979-0.004,2.253,0.312,2.927,0.655L20.688,11.166zM17.425,21.404c-0.781,0.792-2.057,0.785-2.838,0.011c-0.791-0.779-0.783-2.038-0.01-2.82c0.264-0.27,2.454-1.031,2.837-1.423L22,12.594c0.388-0.395,1.166-0.253,1.419-0.003c0.248,0.249,0.393,1.017,0.003,1.41l-4.594,4.585C18.44,18.978,17.685,21.143,17.425,21.404z"},60:{p:"M18.241,10.253c-0.764-0.17-1.478-0.271-2.194-0.269C10.875,10,6.136,13.864,6,20h3c0.118-4.779,4.042-6.982,7.021-7.005c0.502-0.004,0.684,0.016,1.183,0.108L18.241,10.253zM17.739,20.987c-0.549,0.968-1.783,1.291-2.739,0.745c-0.965-0.548-1.284-1.766-0.739-2.722c0.185-0.328,2.104-1.631,2.373-2.109l3.245-5.608c0.272-0.482,1.061-0.546,1.369-0.37c0.305,0.175,0.643,0.88,0.368,1.361l-3.25,5.618C18.093,18.381,17.923,20.668,17.739,20.987z"},65:{p:"M15.642,10.005c-0.781,0.034-1.495,0.129-2.188,0.309C12.632,10.526,6.246,12.411,6,20h3c0.07-4.692,3.979-6.417,4.905-6.688c0.482-0.142,0.966-0.245,1.472-0.285L15.642,10.005zM17.936,20.504c-0.28,1.076-1.388,1.708-2.453,1.428c-1.074-0.279-1.697-1.373-1.418-2.438c0.094-0.364,1.61-2.119,1.746-2.651l1.683-6.257c0.139-0.536,0.883-0.802,1.227-0.711c0.34,0.09,0.849,0.684,0.708,1.219l-1.686,6.268C17.603,17.895,18.03,20.147,17.936,20.504z"},70:{p:"M13.067,10.438c-0.746,0.235-1.411,0.512-2.034,0.865C10.295,11.72,6,14.333,6,20h3c0-3.75,2.826-5.651,3.246-5.918c0.423-0.271,0.87-0.486,1.348-0.656L13.067,10.438zM18,19.985c0.008,1.112-0.898,2.01-2,2.015c-1.109,0.008-1.995-0.888-2.001-1.987c-0.004-0.376,1.006-2.464,1-3.013l0.006-6.48c-0.004-0.553,0.645-1.003,1-1.004c0.353-0.001,0.997,0.441,1,0.994L17,17C17.003,17.552,17.999,19.617,18,19.985z"},75:{p:"M10.692,11.523c-0.659,0.419-1.23,0.86-1.741,1.361C8.346,13.479,6,16,6,20h3c0-2.646,1.506-4.378,1.842-4.745c0.338-0.371,0.714-0.695,1.132-0.982L10.692,11.523zM17.928,19.469c0.296,1.071-0.348,2.173-1.41,2.463c-1.069,0.295-2.157-0.341-2.447-1.401c-0.101-0.362,0.334-2.641,0.187-3.169l-1.671-6.261c-0.147-0.534,0.364-1.136,0.706-1.229c0.34-0.092,1.077,0.167,1.223,0.701l1.674,6.271C16.335,17.376,17.832,19.112,17.928,19.469z"},80:{p:"M8.679,13.186c-0.528,0.576-0.965,1.149-1.329,1.766C6.919,15.682,6,17.646,6,20h3c0.021-1.604,0.56-2.807,0.79-3.249c0.231-0.445,0.509-0.856,0.839-1.242L8.679,13.186zM17.725,18.988c0.563,0.958,0.227,2.188-0.725,2.743c-0.957,0.562-2.171,0.229-2.726-0.72c-0.192-0.324-0.361-2.638-0.64-3.109l-3.235-5.615c-0.281-0.478,0.057-1.192,0.364-1.37c0.305-0.177,1.084-0.117,1.363,0.36l3.241,5.625C15.645,17.379,17.54,18.668,17.725,18.988z"},85:{p:"M7.165,15.313c-0.361,0.693-0.635,1.359-0.827,2.049C6.111,18.18,6,19.031,6,20h3c0-0.537,0.053-1.044,0.16-1.53c0.108-0.49,0.271-0.959,0.489-1.417L7.165,15.313zM17.404,18.576c0.792,0.779,0.785,2.056,0.01,2.838c-0.779,0.789-2.038,0.783-2.819,0.01c-0.27-0.264-1.031-2.454-1.423-2.838L8.594,14c-0.395-0.389-0.253-1.166-0.003-1.417c0.249-0.25,1.017-0.394,1.41-0.005l4.586,4.594C14.979,17.561,17.143,18.314,17.404,18.576z"},100:{}}}]},desktop:{d:1400,it:1,sh:[{i:{a:{p:"M8,8H6V6h2V8zM8,10H6v2h2V10zM8,14H6v2h2V14zM3.5,20.5H3V21h0.5V20.5z",o:0,s:"none",fl:"#333"}},f:{0:{o:1},10:{},15:{p:"M7.5,7.5h-1v-1h1V7.5zM8,10H6v2h2V10zM8,14H6v2h2V14zM3.5,20.5H3V21h0.5V20.5z"},20:{p:"M8,8H6V6h2V8zM8,10H6v2h2V10zM8,14H6v2h2V14zM3.5,20.5H3V21h0.5V20.5z"},30:{},31:{p:"M7,11L7,11L7,11L7,11L7,11zM7,11L7,11L7,11L7,11L7,11zM7,11L7,11L7,11L7,11L7,11zM3.5,20.5H3V21h0.5V20.5z"},45:{o:.7,p:"M7,11L7,11L7,11L7,11L7,11zM7,11L7,11L7,11L7,11L7,11zM7,11L7,11L7,11L7,11L7,11zM29,3H3v18h26V3z"},80:{},82:{o:0},85:{p:"M8,8H6V6h2V8zM8,10H6v2h2V10zM8,14H6v2h2V14zM3.5,20.5H3V21h0.5V20.5z"},100:{}}},{i:{a:{p:"M20,25v2.699c0,0,3,0.301,3,1.301c0,0,0,1-1,1H10c-1,0-1-1-1-1c0-1,3-1.301,3-1.301V25H20zM27.098,2H4.904C3.301,2,2,3.299,2,4.902V21c0,1.605,1.396,3,3,3h22c1.602,0,3-1.395,3-3V4.902C30,3.299,28.699,2,27.098,2zM7,23c-0.553,0-1-0.447-1-1s0.447-1,1-1s1,0.447,1,1S7.553,23,7,23zM28,18c0,1.068-0.93,2-2,2H6c-1.068,0-2-0.932-2-2V6c0-1.068,0.932-2,2-2h20c1.07,0,2,0.932,2,2V18z",s:"none",fl:"#333"}},f:{}}]},"doc-landscape":{d:800,it:1,sh:[{i:{a:{p:"M9.639,14.316l0.549-3.639c-0.18-0.027-0.361-0.047-0.549-0.047c-2.01,0-3.639,1.65-3.639,3.686C6,16.35,7.629,18,9.639,18c2.008,0,3.639-1.65,3.639-3.684c0-0.088-0.008-0.172-0.012-0.256L9.639,14.316zM10.924,10l-0.549,3.637L14,13.381C13.881,11.652,12.59,10.256,10.924,10zM26,12H16v-2h10V12zM26,16H16v-2h10V16zM26,20H14v-2h12V20z",o:0,s:"none",fl:"#333"}},f:{10:{o:0},20:{o:1},70:{},80:{o:0},100:{}}},{i:{a:{p:"M2.6,26H29.4c0.33,0,0.6-0.27,0.6-0.6V14.699C30,12,24,6,20.418,6H2.6C2.269,6,2,6.269,2,6.6V25.4C2,25.73,2.269,26,2.6,26zM4,8h17c2.283,0.242,1.6,5.699,1.6,5.699S27.48,13.094,28,15v9H4V8z",s:"none",fl:"#333"}},f:{25:{p:"M2.6,26H29.4c0.33,0,0.6-0.27,0.6-0.6V6.781C30,6.219,29.814,6,29.252,6H2.6C2.269,6,2,6.269,2,6.6V25.4C2,25.73,2.269,26,2.6,26zM4,8h17h7v7v9H4V8z"},50:{},75:{p:"M2.6,26H29.4c0.33,0,0.6-0.27,0.6-0.6V14.699C30,12,24,6,20.418,6H2.6C2.269,6,2,6.269,2,6.6V25.4C2,25.73,2.269,26,2.6,26zM4,8h17c2.283,0.242,1.6,5.699,1.6,5.699S27.48,13.094,28,15v9H4V8z"},100:{}}}]},"doc-portrait":{d:800,it:1,sh:[{i:{a:{p:"M13.639,10.316l0.549-3.639c-0.18-0.027-0.361-0.047-0.549-0.047c-2.01,0-3.639,1.65-3.639,3.686C10,12.35,11.629,14,13.639,14c2.008,0,3.639-1.65,3.639-3.684c0-0.088-0.008-0.172-0.012-0.256L13.639,10.316zM14.924,6l-0.549,3.637L18,9.381C17.881,7.652,16.59,6.256,14.924,6zM22,8h-2V6h2V8zM22,12h-2v-2h2V12zM22,18H10v-2h12V18zM22,26H10v-2h12V26zM22,22H10v-2h12V22z",o:0,s:"none",fl:"#333"}},f:{10:{o:0},20:{o:1},70:{},80:{o:0},100:{}}},{i:{a:{p:"M6.6,30H25.4c0.33,0,0.6-0.27,0.6-0.6V10.699C26,8,20,2,16.418,2H6.6C6.269,2,6,2.269,6,2.6V29.4C6,29.73,6.269,30,6.6,30zM8,4h9c2.283,0.242,1.6,5.699,1.6,5.699S23.48,9.094,24,11v17H8V4z",s:"none",fl:"#333"}},f:{25:{p:"M6.6,30H25.4c0.33,0,0.6-0.27,0.6-0.6V2.781C26,2.219,25.814,2,25.252,2H6.6C6.269,2,6,2.269,6,2.6V29.4C6,29.73,6.269,30,6.6,30zM8,4h9h7v7v17H8V4z"},50:{},75:{p:"M6.6,30H25.4c0.33,0,0.6-0.27,0.6-0.6V10.699C26,8,20,2,16.418,2H6.6C6.269,2,6,2.269,6,2.6V29.4C6,29.73,6.269,30,6.6,30zM8,4h9c2.283,0.242,1.6,5.699,1.6,5.699S23.48,9.094,24,11v17H8V4z"},100:{}}}]},download:{d:400,it:3,sh:[{i:{a:{p:"M15.125,21.658L6.27,12.848C5.801,12.379,5.958,12,6.622,12H12V5.2C12,4.538,12.537,4,13.2,4h5.601C19.463,4,20,4.538,20,5.2V12h5.379c0.664,0,0.82,0.379,0.352,0.848l-8.857,8.811C16.391,22.113,15.608,22.113,15.125,21.658z",s:"none",fl:"#333"}},f:{20:{t:"t0,-2"},70:{t:"t0,1"},100:{t:""}}},{i:{a:{p:"M30,26.8c0,0.663-0.537,1.2-1.2,1.2H3.2C2.537,28,2,27.463,2,26.8v-4.2C2,22.293,2.297,22,2.6,22h2.8C5.703,22,6,22.293,6,22.6V24h20v-1.4c0-0.307,0.299-0.6,0.601-0.6h2.8c0.302,0,0.6,0.293,0.6,0.6V26.8z",s:"none",fl:"#333"}},f:{}}]},"download-alt":{d:400,it:2,sh:[{i:{a:{p:"M14,14H8.628c-0.669,0.001-0.829,0.384-0.355,0.858l6.869,6.869c0.474,0.475,1.243,0.475,1.717,0l6.867-6.869c0.476-0.475,0.314-0.857-0.354-0.858H18V4h-4V14z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M16,14c-7.732,0-14,3.58-14,8s6.268,8,14,8c7.732,0,14-3.58,14-8S23.732,14,16,14zM16,25c-5.522,0-10-2.238-10-5s4.478-5,10-5c5.523,0,10,2.238,10,5S21.523,25,16,25z",s:"none",fl:"#333"}},f:{0:{t:"t0,-12"},80:{t:""},100:{}}}]},drop:{d:1e3,it:1,sh:[{i:{a:{p:"M16.3,2c-0.276,0-0.52,0.269-0.567,0.597c-0.965,6.726-8.775,12.216-8.775,18.324c0,4.905,4.048,8.879,9.042,8.879c4.993,0,9.042-3.974,9.042-8.879c0-6.108-7.227-11.599-8.175-18.324C16.821,2.269,16.576,2,16.3,2zM16,25.699c0,0.642-0.525,1.184-1.166,1.184c-0.928,0-2.346-0.659-3.291-1.593c-0.962-0.956-1.668-2.484-1.668-3.324c0-0.641,0.525-1.166,1.167-1.166c0.571,0,1.05,0.414,1.149,0.962c0.291,1.173,1.586,2.496,2.847,2.788C15.586,24.648,16,25.127,16,25.699z",o:1,t:"",s:"none",fl:"#333"}},f:{0:{t:"s0.01,0.01,16,2",o:1},30:{t:""},60:{},80:{t:"t0,24",o:0},99:{t:"",o:0},100:{o:1}}}]},dropbox:{d:0,it:1,sh:[{i:{a:{p:"M2,17.475l8.236,5.377L16,18.043l-8.305-5.127L2,17.475zM10.236,2.984L2,8.356l5.695,4.56L16,7.791L10.236,2.984zM30,8.356l-8.236-5.372L16,7.791l8.305,5.125L30,8.356zM16,18.043l5.764,4.809L30,17.475l-5.695-4.559L16,18.043zM16.016,20.063l-5.779,4.793L7,23v1.811L16.016,30L25,24.811V23l-3.203,1.855L16.016,20.063z",s:"none",fl:"#71B2ED"}},f:{}}]},edit:{d:1e3,it:1,sh:[{i:{a:{p:"M24,20v4H8V8h12l4-4H7C5.343,4,4,5.343,4,7v18c0,1.656,1.343,3,3,3h18c1.656,0,3-1.344,3-3v-9L24,20z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M27.105,5.369l2.546,2.546c0.463,0.466,0.467,1.229,0,1.696l-1.98,1.98l-4.242-4.243l1.98-1.98C25.877,4.9,26.637,4.9,27.105,5.369zM12.817,20.788c0,0,0-2.829,2.829-5.657l7.076-7.076l4.242,4.243l-7.076,7.075c-2.828,2.828-5.656,2.829-5.656,2.829s-1.708,1.12-2.121,0.706C11.668,22.468,12.817,20.788,12.817,20.788zM17.202,18.1l6.368-6.367l-0.85-0.849l-6.368,6.368L17.202,18.1z",t:"t0,0r0",s:"none",fl:"#333"}},f:{8:{t:"t-4,-4r15"},16:{t:"t-2,-2r8"},24:{t:"t0,-4r17"},32:{t:"t2,-2r9"},40:{t:"t4,-4r14"},48:{t:"t-5,0r8"},56:{t:"t-3,2r13"},64:{t:"t-1,0r7"},73:{t:"t1,2r15"},80:{t:"t3,0r9"},88:{t:"t5,2r16"},94:{t:""},100:{}}}]},exchange:{d:600,it:1,sh:[{i:{a:{p:"M18,13.4c0,0.332-0.268,0.6-0.6,0.6H10v3.69c0,0.332-0.19,0.41-0.424,0.176l-5.401-5.442c-0.233-0.234-0.233-0.613,0-0.848l5.401-5.441C9.81,5.9,10,5.979,10,6.311V10h7.4c0.332,0,0.6,0.269,0.6,0.6V13.4z",t:"",s:"none",fl:"#333"}},f:{0:{p:"M18,13.4c0,0.332-0.268,0.6-0.6,0.6l0,0v3.69c0,0.332-0.19,0.41-0.424,0.176l-5.401-5.442c-0.233-0.234-0.233-0.613,0-0.848l5.401-5.441C17.21,5.9,17.4,5.979,17.4,6.311V10l0,0c0.332,0,0.6,0.269,0.6,0.6V13.4z",t:"t23,0"},15:{t:"",e:">"},50:{p:"M18,13.4c0,0.332-0.268,0.6-0.6,0.6H10v3.69c0,0.332-0.19,0.41-0.424,0.176l-5.401-5.442c-0.233-0.234-0.233-0.613,0-0.848l5.401-5.441C9.81,5.9,10,5.979,10,6.311V10h7.4c0.332,0,0.6,0.269,0.6,0.6V13.4z",e:">"},100:{}}},{i:{a:{p:"M14,18.6c0-0.332,0.268-0.6,0.6-0.6H22v-3.689c0-0.332,0.19-0.41,0.424-0.176l5.401,5.441c0.233,0.234,0.233,0.613,0,0.848l-5.401,5.441C22.19,26.1,22,26.021,22,25.689V22h-7.4c-0.332,0-0.6-0.269-0.6-0.6V18.6z",t:"",s:"none",fl:"#333"}},f:{24:{},25:{p:"M14,18.6c0-0.332,0.268-0.6,0.6-0.6l0,0v-3.689c0-0.332,0.19-0.41,0.424-0.176l5.401,5.441c0.233,0.234,0.233,0.613,0,0.848l-5.401,5.441C14.79,26.1,14.6,26.021,14.6,25.689V22l0,0c-0.332,0-0.6-0.269-0.6-0.6V18.6z",t:"t-23,0"},40:{t:"",e:">"},75:{p:"M14,18.6c0-0.332,0.268-0.6,0.6-0.6H22v-3.689c0-0.332,0.19-0.41,0.424-0.176l5.401,5.441c0.233,0.234,0.233,0.613,0,0.848l-5.401,5.441C22.19,26.1,22,26.021,22,25.689V22h-7.4c-0.332,0-0.6-0.269-0.6-0.6V18.6z",e:">"},100:{}}}]},"external-link":{d:1100,it:1,sh:[{i:{a:{p:"M28.473,2C29.316,2,30,2.686,30,3.531v9.678c0,0.844-0.484,1.045-1.08,0.447l-3.874-3.874l-9.369,9.369c-0.469,0.469-1.229,0.469-1.697,0l-1.131-1.131c-0.469-0.469-0.469-1.229,0-1.697l9.368-9.369l-3.873-3.873C17.748,2.484,17.947,2,18.791,2H28.473zM17,6l-4,4H6v16h16v-7l4-4v11c0,2.209-1.791,4-4,4H6c-2.209,0-4-1.791-4-4V10c0-2.209,1.791-4,4-4H17z",s:"none",fl:"#333"}},f:{15:{p:"M28.473,2C29.316,2,30,2.686,30,3.531v9.678c0,0.844-0.484,1.045-1.08,0.447l-3.874-3.874l-9.369,9.369c-0.469,0.469-1.229,0.469-1.697,0l-1.131-1.131c-0.469-0.469-0.469-1.229,0-1.697l9.368-9.369l-3.873-3.873C17.748,2.484,17.947,2,18.791,2H28.473zM14.75,15l-1,0.999H12v4H16v-1.748l1-1.001v2.749C17,20.55,16.552,21,16,21H12c-0.552,0-1-0.45-1-1.001v-4C11,15.448,11.448,15,12,15H14.75z"},25:{},40:{t:"t22,-22"},42:{t:"t32,32",p:"M28.473,2C29.316,2,30,2.686,30,3.531v9.678c0,0.844-0.484,1.045-1.08,0.447l-3.874-3.874l-9.369,9.369c-0.469,0.469-1.229,0.469-1.697,0l-1.131-1.131c-0.469-0.469-0.469-1.229,0-1.697l9.368-9.369l-3.873-3.873C17.748,2.484,17.947,2,18.791,2H28.473zM17,6l-4,4H6v16h16v-7l4-4v11c0,2.209-1.791,4-4,4H6c-2.209,0-4-1.791-4-4V10c0-2.209,1.791-4,4-4H17z"},44:{t:"t-32,32"},45:{},60:{t:""},100:{}}}]},"eye-close":{d:800,it:1,sh:[{i:{a:{p:"M13,16c0,1.656,1.345,3,3,3c1.656,0,3-1.344,3-3v-0.226C18.68,16.1,18.143,16.5,17.65,16.5c-0.965,0-1.65-0.784-1.65-1.75c0-0.695,0.41-1.301,0.996-1.58c-0.309-0.11-0.646-0.171-0.996-0.171C14.345,12.999,13,14.345,13,16z",t:"",s:"none",fl:"#333"}},f:{20:{},25:{t:"t-2,0"},35:{t:"t2,0"},40:{t:""},100:{}}},{i:{a:{p:"M29.379,14.958c-1.299-1.225-3.023-2.933-5.11-4.397L27.828,7c0.232-0.234,0.234-0.614,0-0.849l-1.98-1.98c-0.234-0.234-0.615-0.234-0.848,0l-4.373,4.375C19.193,7.969,17.65,7.6,16,7.6c-6,0-10.634,4.769-13.379,7.358c-0.828,0.781-0.827,1.306,0.001,2.087c1.298,1.226,3.023,2.934,5.111,4.397L4.176,25c-0.234,0.233-0.234,0.613,0,0.848l1.98,1.98c0.234,0.234,0.614,0.233,0.849,0l4.371-4.372C12.808,24.032,14.35,24.4,16,24.4c6,0,10.633-4.768,13.379-7.357C30.207,16.261,30.207,15.738,29.379,14.958zM14.437,14.737l-3.474,3.475c-0.298-0.678-0.467-1.425-0.467-2.212c0-3.035,2.464-5.5,5.5-5.5c0.787,0,1.533,0.168,2.211,0.466L14.437,14.737l2.829,2.827l3.768-3.768c0.296,0.675,0.463,1.419,0.463,2.204c0,3.037-2.463,5.5-5.5,5.5c-0.784,0-1.528-0.167-2.203-0.463l3.472-3.473L14.437,14.737z",t:"",s:"none",fl:"#333"}},f:{0:{p:"M29.379,14.958c-1.299-1.225-3.023-2.933-5.11-4.397l0,0l0,0c0,0-2.258-1.538-3.642-2.015l0,0l0,0C19.193,7.969,17.65,7.6,16,7.6c-6,0-10.634,4.769-13.379,7.358c-0.828,0.781-0.827,1.306,0.001,2.087c1.298,1.226,3.023,2.934,5.111,4.397l0,0l0,0c1.721,1.292,3.643,2.014,3.643,2.014l0,0l0,0C12.808,24.032,14.35,24.4,16,24.4c6,0,10.633-4.768,13.379-7.357C30.207,16.261,30.207,15.738,29.379,14.958zM10.963,18.212L10.963,18.212c-0.298-0.678-0.467-1.425-0.467-2.212c0-3.035,2.464-5.5,5.5-5.5c0.787,0,1.533,0.168,2.211,0.466l0,0c0,0,2.105,0.877,2.826,2.83l0,0c0.296,0.675,0.463,1.419,0.463,2.204c0,3.037-2.463,5.5-5.5,5.5c-0.784,0-1.528-0.167-2.203-0.463l0,0C13.793,21.037,11.781,20.375,10.963,18.212z"
},20:{},25:{t:"t-2,0"},35:{t:"t2,0"},40:{t:""},70:{p:"M29.379,14.958c-1.299-1.225-3.023-2.933-5.11-4.397L27.828,7c0.232-0.234,0.234-0.614,0-0.849l-1.98-1.98c-0.234-0.234-0.615-0.234-0.848,0l-4.373,4.375C19.193,7.969,17.65,7.6,16,7.6c-6,0-10.634,4.769-13.379,7.358c-0.828,0.781-0.827,1.306,0.001,2.087c1.298,1.226,3.023,2.934,5.111,4.397L4.176,25c-0.234,0.233-0.234,0.613,0,0.848l1.98,1.98c0.234,0.234,0.614,0.233,0.849,0l4.371-4.372C12.808,24.032,14.35,24.4,16,24.4c6,0,10.633-4.768,13.379-7.357C30.207,16.261,30.207,15.738,29.379,14.958zM14.437,14.737l-3.474,3.475c-0.298-0.678-0.467-1.425-0.467-2.212c0-3.035,2.464-5.5,5.5-5.5c0.787,0,1.533,0.168,2.211,0.466L14.437,14.737l2.829,2.827l3.768-3.768c0.296,0.675,0.463,1.419,0.463,2.204c0,3.037-2.463,5.5-5.5,5.5c-0.784,0-1.528-0.167-2.203-0.463l3.472-3.473L14.437,14.737z"},100:{}}}]},"eye-open":{d:800,it:1,sh:[{i:{a:{p:"M29.379,14.958C26.633,12.368,22,7.6,16,7.6S5.366,12.368,2.621,14.958c-0.828,0.781-0.827,1.306,0.001,2.087C5.367,19.637,10,24.4,16,24.4s10.633-4.768,13.379-7.357C30.207,16.261,30.207,15.738,29.379,14.958zM15.996,21.5c-3.036,0-5.5-2.463-5.5-5.5c0-3.035,2.464-5.5,5.5-5.5c3.037,0,5.5,2.465,5.5,5.5C21.496,19.037,19.033,21.5,15.996,21.5zM13,16c0,1.656,1.345,3,3,3c1.656,0,3-1.344,3-3v-0.025C18.68,16.3,18.242,16.5,17.75,16.5c-0.965,0-1.75-0.784-1.75-1.75c0-0.695,0.41-1.301,0.996-1.58c-0.309-0.11-0.646-0.171-0.996-0.171C14.345,12.999,13,14.345,13,16z",s:"none",fl:"#333"}},f:{5:{p:"M29.379,14.958C26.633,12.368,22,7.6,16,7.6S5.366,12.368,2.621,14.958c-0.828,0.781-0.827,1.306,0.001,2.087C5.367,19.637,10,24.4,16,24.4s10.633-4.768,13.379-7.357C30.207,16.261,30.207,15.738,29.379,14.958zM12,21.5c-3.036,0-5.5-2.463-5.5-5.5c0-3.035,2.464-5.5,5.5-5.5c3.037,0,5.5,2.465,5.5,5.5C17.5,19.037,15.037,21.5,12,21.5zM7.5,16c0,1.656,1.345,3,3,3c1.656,0,3-1.344,3-3v-0.025C13.18,16.3,12.742,16.5,12.25,16.5c-0.965,0-1.75-0.784-1.75-1.75c0-0.695,0.41-1.301,0.996-1.58c-0.309-0.11-0.646-0.171-0.996-0.171C8.845,12.999,7.5,14.345,7.5,16z"},30:{},40:{p:"M29.379,14.958C26.633,12.368,22,7.6,16,7.6S5.366,12.368,2.621,14.958c-0.828,0.781-0.827,1.306,0.001,2.087C5.367,19.637,10,24.4,16,24.4s10.633-4.768,13.379-7.357C30.207,16.261,30.207,15.738,29.379,14.958zM20,21.5c-3.036,0-5.5-2.463-5.5-5.5c0-3.035,2.464-5.5,5.5-5.5c3.037,0,5.5,2.465,5.5,5.5C25.5,19.037,23.037,21.5,20,21.5zM18.5,16c0,1.656,1.345,3,3,3c1.656,0,3-1.344,3-3v-0.025C24.18,16.3,23.742,16.5,23.25,16.5c-0.965,0-1.75-0.784-1.75-1.75c0-0.695,0.41-1.301,0.996-1.58c-0.309-0.11-0.646-0.171-0.996-0.171C19.845,12.999,18.5,14.345,18.5,16z"},60:{},65:{p:"M29.379,14.958C26.633,12.368,22,7.6,16,7.6S5.366,12.368,2.621,14.958c-0.828,0.781-0.827,1.306,0.001,2.087C5.367,19.637,10,24.4,16,24.4s10.633-4.768,13.379-7.357C30.207,16.261,30.207,15.738,29.379,14.958zM15.996,21.5c-3.036,0-5.5-2.463-5.5-5.5c0-3.035,2.464-5.5,5.5-5.5c3.037,0,5.5,2.465,5.5,5.5C21.496,19.037,19.033,21.5,15.996,21.5zM13,16c0,1.656,1.345,3,3,3c1.656,0,3-1.344,3-3v-0.025C18.68,16.3,18.242,16.5,17.75,16.5c-0.965,0-1.75-0.784-1.75-1.75c0-0.695,0.41-1.301,0.996-1.58c-0.309-0.11-0.646-0.171-0.996-0.171C14.345,12.999,13,14.345,13,16z"},100:{}}}]},facebook:{d:0,it:1,sh:[{i:{a:{p:"M25.484,16H21.62v14H16V16h-2.896v-4.827H16V8.277C16,4.341,17.465,2,22.107,2h3.864v4.825h-2.419c-1.805,0-1.925,0.674-1.925,1.932l-0.008,2.416H26L25.484,16z",s:"none",fl:"#3B5999"}},f:{}}]},"facebook-alt":{d:0,it:1,sh:[{i:{a:{p:"M27,2H5C3.343,2,2,3.343,2,5v22c0,1.657,1.343,3,3,3h22c1.657,0,3-1.343,3-3V5C30,3.343,28.657,2,27,2zM23.658,16.111h-3.283V28h-4.916V16.111H13v-4.099h2.459V9.553c0-3.342,1.388-5.331,5.33-5.331h3.282V8.32H22.02c-1.533,0-1.637,0.573-1.637,1.642l-0.008,2.051h3.721L23.658,16.111z",s:"none",fl:"#3B5999"}},f:{}}]},film:{d:800,it:1,sh:[{i:{a:{p:"M12.777,20c0.45,0.286,1.494,0.732,2.593,0.732c2.034,0,2.665-1.286,2.646-2.251c-0.018-1.625-1.494-2.321-3.024-2.321h-0.883v-1.179h0.883c1.152,0,2.61-0.589,2.61-1.964c0-0.929-0.594-1.75-2.053-1.75c-0.936,0-1.837,0.411-2.341,0.768l-0.414-1.143C13.407,10.446,14.596,10,15.856,10c2.305,0,3.349,1.357,3.349,2.768c0,1.197-0.72,2.214-2.16,2.732v0.036c1.44,0.286,2.61,1.356,2.61,2.983c0,1.856-1.458,3.481-4.268,3.481c-1.314,0-2.467-0.411-3.043-0.785L12.777,20z",o:0,s:"none",fl:"#333"}},f:{0:{o:1},25:{},26:{p:"M12.264,21.902V20.93l1.243-1.207c2.989-2.845,4.339-4.357,4.357-6.121c0-1.188-0.576-2.287-2.323-2.287c-1.063,0-1.944,0.54-2.484,0.99l-0.504-1.116C13.363,10.504,14.516,10,15.865,10c2.521,0,3.583,1.729,3.583,3.403c0,2.16-1.566,3.907-4.033,6.284l-0.937,0.863v0.037h5.258v1.314H12.264z"},50:{},51:{p:"M16.423,11.514h-0.036l-2.034,1.126l-0.307-1.237L16.604,10h1.349v12h-1.53V11.514z"},75:{},76:{p:"M19.971,15.875c0,3.948-1.477,6.125-4.07,6.125c-2.287,0-3.835-2.126-3.871-5.965c0-3.892,1.692-6.035,4.069-6.035C18.566,10,19.971,12.178,19.971,15.875zM13.614,16.053c0,3.018,0.937,4.732,2.377,4.732c1.621,0,2.394-1.875,2.394-4.839c0-2.857-0.738-4.732-2.376-4.732C14.623,11.214,13.614,12.893,13.614,16.053z"},99:{},100:{o:0,p:"M12.777,20c0.45,0.286,1.494,0.732,2.593,0.732c2.034,0,2.665-1.286,2.646-2.251c-0.018-1.625-1.494-2.321-3.024-2.321h-0.883v-1.179h0.883c1.152,0,2.61-0.589,2.61-1.964c0-0.929-0.594-1.75-2.053-1.75c-0.936,0-1.837,0.411-2.341,0.768l-0.414-1.143C13.407,10.446,14.596,10,15.856,10c2.305,0,3.349,1.357,3.349,2.768c0,1.197-0.72,2.214-2.16,2.732v0.036c1.44,0.286,2.61,1.356,2.61,2.983c0,1.856-1.458,3.481-4.268,3.481c-1.314,0-2.467-0.411-3.043-0.785L12.777,20z"}}},{i:{a:{p:"M2,5v24h28V5H2zM8,28H4v-2h4V28zM8,24H4v-2h4V24zM8,20H4v-2h4V20zM8,16H4v-2h4V16zM8,12H4v-2h4V12zM8,8H4V6h4V8zM22,28H10V17h12V28zM22,16H10V6h12V16zM28,28h-4v-2h4V28zM28,24h-4v-2h4V24zM28,20h-4v-2h4V20zM28,16h-4v-2h4V16zM28,12h-4v-2h4V12zM28,8h-4V6h4V8z",s:"none",fl:"#333"}},f:{2:{t:"t0,-6"},8:{t:"t0,6"},14:{t:"t0,-6"},20:{t:"t0,6"},26:{t:"t0,-6"},32:{t:"t0,6"},38:{t:"t0,-6"},44:{t:"t0,6"},50:{t:"t0,-6"},56:{t:"t0,6"},62:{t:"t0,-6"},68:{t:"t0,6"},74:{t:"t0,-6"},80:{t:"t0,6"},86:{t:"t0,-6"},92:{t:"t0,6"},98:{t:"t0,-6"},100:{t:""}}}]},filter:{d:600,it:1,sh:[{i:{a:{p:"M12,22c0,0.165,0.093,0.397,0.207,0.518l6.966,7.201C19.63,30.198,20,30.051,20,29.388V14l9.432-11.078C29.856,2.413,29.663,2,29,2H3C2.337,2,2.144,2.413,2.568,2.922L12,14V22zM15.9,13L9,6h14l-6.9,7H15.9z",s:"none",fl:"#333"}},f:{10:{p:"M12,22c0,0.165,0.095,0.395,0.212,0.512l6.939,7.219C19.62,30.199,20,30.042,20,29.379V14l9.432-11.078C29.856,2.413,29.663,2,29,2H3C2.337,2,2.144,2.413,2.568,2.922L12,14V22zM14.5,15l-1.6-5.8h6.3L17.5,15H14.5z"},20:{p:"M12,22c0,0.165,0.095,0.395,0.212,0.512l6.939,7.219C19.62,30.199,20,30.042,20,29.379V14l9.432-11.078C29.856,2.413,29.663,2,29,2H3C2.337,2,2.144,2.413,2.568,2.922L12,14V22zM14.5,18.8V14h3v4.8H14.5z"},30:{p:"M12,22c0,0.165,0.095,0.395,0.212,0.512l6.939,7.219C19.62,30.199,20,30.042,20,29.379V14l9.432-11.078C29.856,2.413,29.663,2,29,2H3C2.337,2,2.144,2.413,2.568,2.922L12,14V22zM14.55,24v-3h3v3H14.55z"},40:{p:"M12,22c0,0.165,0.095,0.395,0.212,0.512l6.939,7.219C19.62,30.199,20,30.042,20,29.379V14l9.432-11.078C29.856,2.413,29.663,2,29,2H3C2.337,2,2.144,2.413,2.568,2.922L12,14V22zM14.55,24v-0.2h3V27L14.55,24z"},45:{p:"M12,22c0,0.165,0.095,0.395,0.212,0.512l6.939,7.219C19.62,30.199,20,30.042,20,29.379v-15l9.432-11.457C29.856,2.413,29.663,2,29,2H3C2.337,2,2.144,2.413,2.568,2.922L12,14.379V22zM17.55,27.379v-0.2l0,0V27.379L17.55,27.379z"},99:{},100:{p:"M12,22c0,0.165,0.093,0.397,0.207,0.518l6.966,7.201C19.63,30.198,20,30.051,20,29.388V14l9.432-11.078C29.856,2.413,29.663,2,29,2H3C2.337,2,2.144,2.413,2.568,2.922L12,14V22zM15.9,13L9,6h14l-6.9,7H15.9z"}}}]},fire:{d:600,it:2,sh:[{i:{a:{p:"M16,30c-5.083-1-10-5-10-11c0-6.018,6-14,12-17c2,8,8,10,8,19c0,4-3.084,8-9,9c4.625-7.25,2.084-11-2-14C14.583,23.333,10.792,24.208,16,30z",s:"none",fl:"#333"}},f:{25:{t:"s0.6,0.6,16,30",p:"M16,30c-5.083-1-8-6-8-10c0-7,9-9,7-18c7,4,11,9,11,18c0,4-3.084,9-9,10c5-5-1-10,1-14C14,19,11,23,16,30z"},50:{t:"s0.9,1,16,30",p:"M16,30c-5.083-1-10-5-10-11c0-6.018,6-14,12-17c2,8,8,10,8,19c0,4-3.084,8-9,9c4.625-7.25,2.084-11-2-14C14.583,23.333,10.792,24.208,16,30z"},75:{t:"s0.5,0.6,16,30",p:"M16,30c-5.083-1-8-6-8-10c0-7,9-9,7-18c7,4,11,9,11,18c0,4-3.084,9-9,10c5-5-1-10,1-14C14,19,11,23,16,30z"},100:{t:"",p:"M16,30c-5.083-1-10-5-10-11c0-6.018,6-14,12-17c2,8,8,10,8,19c0,4-3.084,8-9,9c4.625-7.25,2.084-11-2-14C14.583,23.333,10.792,24.208,16,30z"}}}]},firefox:{d:0,it:1,sh:[{i:{a:{p:"M28.219,22.017c0.474-0.94,0.841-1.94,1.082-2.988c0.942-3.566,0.659-6.677,0.659-6.677L29.637,14.4c0,0-0.464-3.795-1.032-5.214c-0.871-2.174-1.258-2.157-1.26-2.153c0.536,1.343,0.488,2.113,0.478,2.229c-0.011-0.016-0.019-0.031-0.026-0.045c-0.13-0.316-0.788-1.772-2.2-2.804c-2.473-2.417-5.874-3.911-9.633-3.912c-4.01,0-7.617,1.7-10.121,4.409c-0.317-0.451-0.575-1-0.598-1.604c0,0-0.002,0.002-0.006,0.006c0-0.011-0.003-0.021-0.003-0.03c0,0-1.591,1.215-1.419,4.492c-0.295,0.56-0.554,1.143-0.768,1.745C2.676,12.314,2.305,13.471,2,15.167c0,0,0.131-0.411,0.394-0.962c-0.063,0.469-0.102,0.946-0.114,1.429c-0.089,0.823-0.117,1.817-0.039,3.009c0,0,0.031-0.396,0.134-0.995C3.2,24.326,8.966,29.5,15.961,29.5l0,0c1.839,0,3.594-0.359,5.196-1.009C24.796,27.183,26.949,24.672,28.219,22.017zM15.962,3.394c2.418,0,4.676,0.664,6.603,1.813c-2.247-0.515-3.394-0.254-3.384-0.242c0.013,0.014,3.346,0.574,3.937,1.375c0,0-1.416,0-2.824,0.399c-0.064,0.019,5.183,0.646,6.255,5.813c0,0-0.575-1.182-1.286-1.384c0.468,1.401,0.348,4.063-0.099,5.386c-0.058,0.169-0.117-0.736-0.992-1.125c0.28,1.984-0.019,5.133-1.416,6c-0.107,0.068,0.878-3.107,0.199-1.881c-4.046,6.115-8.857,2.475-10.81,1.178c1.567,0.378,3.23,0.105,4.193-0.545c0.971-0.655,1.547-1.133,2.064-1.021c0.515,0.115,0.858-0.396,0.457-0.85c-0.399-0.453-1.376-1.077-2.693-0.737c-0.929,0.241-2.083,1.254-3.841,0.229c-1.5-0.877-1.49-1.589-1.49-2.042c0-0.356,0.254-0.857,0.726-1.001c0.574,0.06,1.033,0.207,1.52,0.453c0.005-0.131,0.006-0.307-0.001-0.505c0.039-0.075,0.015-0.303-0.046-0.581c-0.036-0.28-0.096-0.567-0.188-0.83c0.009-0.002,0.017-0.006,0.021-0.02c0.075-0.336,2.123-1.504,2.272-1.617c0.151-0.111,0.544-0.368,0.5-1.152c-0.015-0.259-0.057-0.288-2.207-0.279c-0.907,0.003-1.409-0.872-1.571-1.213c0.22-1.2,0.853-2.056,1.897-2.634c0.02-0.011,0.015-0.021-0.008-0.027c0.216-0.124-2.495-0.006-3.717,1.563c-0.327,0.046-0.777-0.046-1.28-0.046c-0.631,0-1.126,0.067-1.585,0.182C7.12,8.065,7.048,8.063,6.963,8.052C6.835,7.958,6.644,7.802,6.436,7.6c0.159-0.175,0.32-0.347,0.489-0.513C9.239,4.805,12.432,3.395,15.962,3.394z",s:"none",fl:"#DB6C19"}},f:{}}]},flag:{d:400,it:3,sh:[{i:{a:{p:"M4,28.8V3.2C4,2.537,4.358,2,4.8,2H5.2C5.642,2,6,2.537,6,3.2v25.6L5,30L4,28.8z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M28.5,16.1C27.6,15.6,26.6,17.4,22.6,17.4c-2.7,0.01-0.1-0.95-2.7-1.3C19.1,16,17.7,17,15.2,17c-2.9,0-2.4-0.9-4.5-0.8C9.7,16.2,8.8,16.7,7,16.5c0,0,0.3-4.8,0.3-6.3c0-1.6-0.3-6.8-0.3-6.8C8.4,3.4,11,3,12.4,3C13.8,3,13.8,4.6,15,4.7C15.4,4.7,18.6,3.6,20.5,3.6c1.5,0,0.9,2.4,1.9,2.3c0.3-0.02,2.7-1.2,3.6-1.3C26.6,5.8,26.7,9.4,26.8,10.5C26.9,11.3,28.1,14.9,28.6,16.1z",s:"none",fl:"#333"}},f:{0:{p:"M28.5,16.1C27.6,15.6,26.6,17.4,22.6,17.4c-2.7,0.01-0.1-0.95-2.7-1.3C19.1,16,17.7,17,15.2,17c-2.9,0-2.4-0.9-4.5-0.8C9.7,16.2,8.8,16.7,7,16.5c0,0,0.3-4.8,0.3-6.3c0-1.6-0.3-6.8-0.3-6.8C8.4,3.4,11,3,12.4,3C13.8,3,13.8,4.6,15,4.7C15.4,4.7,18.6,3.6,20.5,3.6c1.5,0,0.9,2.4,1.9,2.3c0.3-0.02,2.7-1.2,3.6-1.3C26.6,5.8,26.7,9.4,26.8,10.5C26.9,11.3,28.1,14.9,28.6,16.1z"},11:{p:"M29,16.1c-0.962-0.496-2.207,1.764-6.4,1.3c-1.8-0.199-0.615-1.844-2.699-1.1c-1.4,0.5-2.2,0.8-4.7,0.8c-2,0-2.1-1.5-4.4-0.8c-0.929,0.283-1.7,0.2-3.8,0.2c0,0,0.331-4.889,0.331-6.389C7.331,8.511,7,3.3,7,3.3c1.5,0.4,4.407-0.073,5.2-0.3c1.4-0.4,2.025,0.439,2.8,1.3c0.9,1,3.623-0.404,5.5-0.7c1.9-0.3,1.574,0.687,1.9,1.6c0.5,1.4,1.399,0.4,3.1,0.1c0.8,1.4,1.3,4.1,1.5,5.2C27.139,11.264,28.538,14.903,29,16.1z"},22:{p:"M28.8,16.1c-1.7,1.5-5.6,1.9-6.2,1c-1.005-1.506-0.899-1.2-2.699-0.5c-1.386,0.539-2.5,0.601-4.7,0.3c-1.981-0.271-1.44-1.207-4.4-0.4c-1.1,0.3-1.4,0.1-3.8,0c0,0,0.331-4.889,0.331-6.389C7.331,8.511,7,3.1,7,3.1c3,1.2,4.4,0.4,5.2,0.2c1.6-0.4,1.849-0.651,2.8,0.3c2.1,2.1,3.738,1.005,5.5,0.3c0.5-0.2,1.481-0.429,1.9-0.2c1.1,0.6,0.3,2.7,2.699,2.1c1,1.3,1.441,3.681,1.9,4.7C27.9,12.5,27.9,13.6,28.8,16.1z"},33:{p:"M28,17c-2.7,1.2-4.383,0.498-5.5-0.9c-0.399-0.5-1.9,0.5-2.7,0.8c-1.393,0.523-3.8,0.2-4.6-0.2c-1.246-0.623-1.451-0.844-4.4,0c-0.7,0.2-1.4,0.1-3.8-0.3c0,0,0.5-4.8,0.5-6.3C7.5,8.5,7,2.8,7,2.8c2.6,1.2,4.439,1.117,5.2,0.8c1.2-0.5,1.489-0.703,2.8-0.4c1.3,0.3,2.5,3,5.5,1.1c0.455-0.288,1.622-0.6,2.1-0.6C24.5,3.7,23,5.3,25.2,6c1,1.3,1.446,3.439,1.8,4.5C27.7,12.6,27.9,15.3,28,17z"},44:{p:"M27.3,17.6C24.4,18,24.158,16.265,23,16.1c-0.7-0.1-2.371,0.894-3.2,1.101c-1.6,0.399-3.838-0.432-4.6-0.9c-1.3-0.8-1.4,0.2-4.4,0.5c-0.724,0.072-1.3,0-3.7-0.5c0,0,0.2-4.9,0.2-6.4C7.3,8.3,7,2.6,7,2.6c2.6,0.6,4.3,1.8,5.2,1.4c1.219-0.542,1.6-0.9,2.9-0.9c2.208,0,3.551,2.971,4.8,2C20.8,4.4,22,3.8,23,3.8c1.9,0,1.8,1.4,2.4,1.9c0.8,1.6,1.377,3.397,1.5,4.6C27.094,12.185,27.5,13.8,27.3,17.6z"},55:{p:"M26.8,17.6c-2.1,0.4-1.7-2.2-4.3-1.1c-0.67,0.284-1.9,0.8-2.8,0.8c-1.487,0-3.7-0.701-4.5-1.1c-1-0.5-1.6,0.8-4.4,0.6c-0.726-0.052-1.3-0.2-3.7-0.6c0,0,0.2-4.6,0.2-6.1c0-1.6-0.2-7.5-0.2-7.5c2.6-0.1,4.275,1.7,5.1,1.7c1.1,0,1.788-0.876,2.8-1c4.1-0.5,3.5,3.2,5.5,1.9c0.497-0.323,1.524-0.957,2.1-1.1C23.8,3.8,24.9,3.7,25.8,5c0.4,1.5,1,3.2,1.101,5.6C26.993,12.811,26.7,15.899,26.8,17.6z"},66:{p:"M26.8,17.6c-0.8,0.2-0.3-2.3-4.3-0.7c-0.676,0.27-1.9,0.4-2.8,0.4c-1.487,0-1.7-1.4-4.5-1c-1.01,0.144-1.625,0.927-4.4,0.5c-1.3-0.2-0.6-0.5-3.7-0.6c0,0,0.2-4.6,0.2-6.1c0-1.6-0.2-7.3-0.2-7.3c3-0.2,4.1,0.5,5.1,1.3c1.109,0.888,1.908-0.344,2.8-0.5c5.7-1,3.8,2,5.5,2.2c0.589,0.069,1.558-1.004,2.1-1.3c0.813-0.444,2.601-0.7,3.7-0.1c0.601,1.7,0.399,3.801,0.5,6.2C26.893,12.812,26.5,16.1,26.8,17.6z"},77:{p:"M27.2,17.5c-0.3-0.9-0.2-1.7-4.7-0.4c-0.699,0.202-2.163,0.516-2.9,0c-1-0.7-1.399-1.1-4.5-0.5c-1.001,0.194-2,0.8-4.3-0.1c-1.225-0.479-1.7,0-3.7-0.3c0,0,0.4-4.4,0.4-5.9C7.5,8.7,7.1,3,7.1,3c2-0.4,4.257-0.364,5.1,0.6C13.6,5.2,14.315,4.175,15,4c4.7-1.2,4.8-0.1,5.5,1.5c0.378,0.864,1.2,0.1,2.1-0.5c0.771-0.514,2.9-1.3,4-0.7c0.601,1.7,0.2,3.899,0.2,6.3C26.8,13.8,27.5,17.9,27.2,17.5z"},88:{p:"M27.96,17.091C27.5,15.2,25.195,17.14,22.5,17.4c-2.16,0.209-1.7-0.2-2.94-1.009c-0.642-0.418-1.399-0.1-4.5,0.5c-1.001,0.194-1.96,0.208-4.3-0.6c-1.1-0.38-1.86-0.091-3.7,0.1c0,0,0.2-4.6,0.2-6.1c0-1.6-0.3-7.1-0.3-7.1C9,2.7,10.892,2.827,12.2,3.2c0.7,0.2,1.7,1.8,2.9,1.3c1.211-0.504,4.5-1.7,5.3-0.7c0.59,0.736,0.8,3,2.199,1.8c0.703-0.603,2.301-1.4,3.96-1.309c0.341,2.009,0.2,3.899,0.2,6.3C26.76,13.791,28.3,16.5,27.96,17.091z"},100:{p:"M28.5,16.1C27.6,15.6,26.6,17.4,22.6,17.4c-2.7,0.01-0.1-0.95-2.7-1.3C19.1,16,17.7,17,15.2,17c-2.9,0-2.4-0.9-4.5-0.8C9.7,16.2,8.8,16.7,7,16.5c0,0,0.3-4.8,0.3-6.3c0-1.6-0.3-6.8-0.3-6.8C8.4,3.4,11,3,12.4,3C13.8,3,13.8,4.6,15,4.7C15.4,4.7,18.6,3.6,20.5,3.6c1.5,0,0.9,2.4,1.9,2.3c0.3-0.02,2.7-1.2,3.6-1.3C26.6,5.8,26.7,9.4,26.8,10.5C26.9,11.3,28.1,14.9,28.6,16.1z"}}}]},flickr:{d:0,it:1,sh:[{i:{a:{p:"M14.25,16c0,3.383-2.743,6.125-6.125,6.125C4.743,22.125,2,19.383,2,16c0-3.382,2.743-6.125,6.125-6.125C11.508,9.875,14.25,12.618,14.25,16zM23.875,9.875c-3.383,0-6.125,2.742-6.125,6.125s2.742,6.125,6.125,6.125S30,19.383,30,16S27.258,9.875,23.875,9.875zM23.875,19.5c-1.93,0-3.5-1.57-3.5-3.5c0-1.93,1.57-3.5,3.5-3.5s3.5,1.57,3.5,3.5C27.375,17.93,25.805,19.5,23.875,19.5z",s:"none",fl:"#0063DC"}},f:{}}]},"flickr-alt":{d:0,it:1,sh:[{i:{a:{p:"M27,2H5C3.343,2,2,3.343,2,5v22c0,1.657,1.343,3,3,3h22c1.657,0,3-1.343,3-3V5C30,3.343,28.657,2,27,2zM9.875,20.375C7.459,20.375,5.5,18.416,5.5,16c0-2.417,1.959-4.375,4.375-4.375S14.25,13.583,14.25,16C14.25,18.416,12.291,20.375,9.875,20.375zM22.125,20.375c-2.416,0-4.375-1.959-4.375-4.375c0-2.417,1.959-4.375,4.375-4.375S26.5,13.583,26.5,16C26.5,18.416,24.541,20.375,22.125,20.375z",s:"none",fl:"#FF0084"}},f:{}}]},font:{d:800,it:1,sh:[{i:{a:{p:"M21.002,20.02h-9.229l-1.617,3.762c-0.398,0.926-0.598,1.617-0.598,2.074c0,0.363,0.172,0.684,0.52,0.957c0.344,0.277,1.091,0.455,2.24,0.537V28H4.813v-0.65c0.996-0.176,1.641-0.404,1.934-0.686c0.598-0.563,1.26-1.705,1.986-3.428L17.117,3.62h0.615l8.297,19.827c0.668,1.594,1.275,2.627,1.818,3.104c0.547,0.473,1.305,0.74,2.277,0.799V28h-9.404v-0.65c0.949-0.047,1.592-0.205,1.924-0.475c0.336-0.27,0.502-0.598,0.502-0.984c0-0.516-0.234-1.33-0.703-2.443L21.002,20.02zM20.51,18.719l-4.043-9.632l-4.148,9.632H20.51z",s:"none",fl:"#333"}},f:{0:{p:"M22.003,15.797c2.31,0.27,4.449,1.631,5.182,3.996c0.763,2.467-0.376,5.184-2.447,6.635c-2.654,1.862-6.26,1.553-9.358,1.553c-2.877,0-5.756,0-8.634,0c-0.776,0-1.268-0.653-0.349-0.653c2.471,0,3.001-1.32,3.001-3.571c0.086-4.871,0-9.751,0-14.624c0-1.005,0.066-2.059-0.227-3.029C8.87,5.105,7.799,4.76,6.845,4.76C6.669,4.728,5.263,4.811,5.947,4.108c0.238-0.244,2.003,0,2.329,0c1.652,0,3.303,0,4.954,0c3.134,0,6.559-0.305,9.47,1.035C27.745,7.468,27.188,14.126,22.003,15.797C23.657,16.149,23.419,15.963,22.003,15.797zM12.778,14.847c3.048,0.577,8,0.833,9.473-2.592c2.038-4.74-3.159-7.127-6.995-6.951c-0.853,0.039-2.479-0.183-2.479,0.879c0,1.035,0,2.068,0,3.102C12.778,11.139,12.778,12.993,12.778,14.847zM12.778,26.256c3.442,0.802,9.319,1.089,10.425-3.354c1.258-5.048-4.189-6.634-8.002-6.589c-1.101,0.013-2.423-0.434-2.423,0.843c0,1.072,0,2.146,0,3.221C12.778,22.336,12.778,24.296,12.778,26.256z"},32:{},33:{p:"M26.655,3l0.545,8.102h-0.545c-0.727-2.425-1.763-4.171-3.11-5.237c-1.348-1.066-2.964-1.6-4.851-1.6c-1.582,0-3.011,0.401-4.288,1.204c-1.277,0.802-2.282,2.083-3.014,3.84c-0.732,1.757-1.099,3.942-1.099,6.555c0,2.155,0.346,4.024,1.037,5.606c0.691,1.581,1.731,2.794,3.119,3.638c1.389,0.844,2.973,1.265,4.754,1.265c1.547,0,2.911-0.33,4.095-0.993c1.184-0.66,2.483-1.977,3.901-3.944l0.545,0.351c-1.195,2.121-2.589,3.674-4.183,4.657c-1.594,0.984-3.485,1.477-5.677,1.477c-3.948,0-7.006-1.465-9.173-4.394c-1.617-2.179-2.425-4.745-2.425-7.697c0-2.378,0.533-4.563,1.599-6.555c1.066-1.992,2.534-3.535,4.402-4.631C14.157,3.548,16.199,3,18.413,3c1.723,0,3.421,0.422,5.097,1.265c0.492,0.258,0.844,0.387,1.055,0.387c0.316,0,0.592-0.111,0.826-0.334C25.694,4.001,25.911,3.563,26.04,3H26.655z"},66:{},67:{p:"M21.002,20.02h-9.229l-1.617,3.762c-0.398,0.926-0.598,1.617-0.598,2.074c0,0.363,0.172,0.684,0.52,0.957c0.344,0.277,1.091,0.455,2.24,0.537V28H4.813v-0.65c0.996-0.176,1.641-0.404,1.934-0.686c0.598-0.563,1.26-1.705,1.986-3.428L17.117,3.62h0.615l8.297,19.827c0.668,1.594,1.275,2.627,1.818,3.104c0.547,0.473,1.305,0.74,2.277,0.799V28h-9.404v-0.65c0.949-0.047,1.592-0.205,1.924-0.475c0.336-0.27,0.502-0.598,0.502-0.984c0-0.516-0.234-1.33-0.703-2.443L21.002,20.02zM20.51,18.719l-4.043-9.632l-4.148,9.632H20.51z"},100:{}}}]},gear:{d:600,it:1,sh:[{i:{a:{p:"M15.999,13.48c-1.392,0-2.52,1.128-2.52,2.52s1.128,2.52,2.52,2.52S18.52,17.392,18.52,16S17.391,13.48,15.999,13.48z M28.799,17.3l0.002-2.601l-3.633-1.176c-0.215-0.797-0.533-1.55-0.935-2.25l1.735-3.405l-1.838-1.839l-3.398,1.736c-0.701-0.405-1.458-0.723-2.257-0.94L17.299,3.2l-2.6-0.001l-1.174,3.625c-0.8,0.216-1.557,0.536-2.258,0.94L7.868,6.03L6.029,7.868l1.738,3.403c-0.402,0.7-0.721,1.454-0.936,2.251L3.2,14.7v2.6l3.631,1.178c0.215,0.797,0.534,1.55,0.935,2.249l-1.737,3.405l1.838,1.839l3.4-1.735c0.701,0.405,1.458,0.723,2.256,0.94L14.7,28.8l2.601,0.001l1.177-3.633c0.796-0.215,1.549-0.533,2.248-0.935l3.405,1.736l1.84-1.838l-1.736-3.398c0.405-0.701,0.724-1.459,0.941-2.258L28.799,17.3z M19.8,20.1c0,0-0.767-0.811-0.8-0.78c-0.816,0.735-1.891,1.188-3.046,1.188c-2.472,0-4.476-2.066-4.476-4.538s2.004-4.476,4.476-4.476c2.47,0,4.615,2.004,4.568,4.476C20.5,17.1,20.2,17.7,19.7,18.5c-0.029,0.047,0.899,0.7,0.899,0.7L19.8,20.1z",s:"none",fl:"#333"}},f:{0:{t:"r0"},100:{t:"r360"}},fIE:{0:{t:"r0,14.5,14.5"},100:{t:"r360,14.5,14.5"}}}]},gears:{d:600,it:1,sh:[{i:{a:{p:"M12,10.21c-0.979,0-1.772,0.793-1.772,1.772c0,0.979,0.793,1.771,1.772,1.771c0.979,0,1.772-0.793,1.772-1.771C13.772,11.003,12.979,10.21,12,10.21z M21.001,12.896v-1.829l-2.553-0.827c-0.15-0.557-0.389-1.073-0.668-1.563l1.229-2.414l-1.292-1.292l-2.396,1.224c-0.491-0.284-1.021-0.508-1.58-0.662l-0.828-2.551l-1.829,0l-0.833,2.571c-0.552,0.15-1.074,0.372-1.561,0.648l-2.41-1.229L4.99,6.264l1.223,2.396c-0.284,0.49-0.508,1.02-0.66,1.581l-2.552,0.827v1.829l2.552,0.828c0.15,0.557,0.388,1.073,0.668,1.562L4.99,17.698l1.292,1.294l2.396-1.225c0.491,0.283,1.021,0.508,1.579,0.661l0.828,2.553h1.83l0.828-2.555c0.556-0.149,1.071-0.388,1.56-0.667l2.415,1.23l1.294-1.292l-1.225-2.394c0.284-0.492,0.509-1.021,0.663-1.581L21.001,12.896z M14.672,14.864c0,0-0.539-0.569-0.563-0.549c-0.574,0.518-1.33,0.835-2.143,0.835c-1.737,0-3.146-1.454-3.146-3.191c0-1.738,1.409-3.147,3.146-3.147c1.738,0,3.245,1.409,3.212,3.147c-0.015,0.795-0.226,1.217-0.578,1.78c-0.021,0.033,0.632,0.492,0.632,0.492L14.672,14.864z",s:"none",fl:"#333"}},f:{0:{t:"r0,12,12"},100:{t:"r360,12,12"}},fIE:{0:{t:"r0,10.5,10.5"},100:{t:"r360,10.5,10.5"}}},{i:{a:{p:"M23.161,20.885c-0.604-0.077-1.157,0.346-1.236,0.952c-0.079,0.601,0.348,1.156,0.952,1.233c0.603,0.079,1.156-0.348,1.234-0.949C24.19,21.515,23.765,20.964,23.161,20.885zM27.052,21.007c-0.104-0.428-0.276-0.83-0.501-1.198l0.746-2.11l-1.266-0.967l-1.827,1.262c-0.209-0.063-0.425-0.109-0.648-0.139c-0.223-0.029-0.443-0.039-0.66-0.032l-1.444-1.688l-1.471,0.61l0.18,2.232c-0.312,0.298-0.581,0.643-0.79,1.028l-2.196,0.409l-0.207,1.579l2.019,0.957c0.104,0.428,0.276,0.83,0.501,1.199l-0.746,2.107l1.266,0.968l1.828-1.262c0.209,0.062,0.425,0.108,0.647,0.138c0.219,0.028,0.434,0.024,0.647,0.02l1.457,1.704l1.47-0.613l-0.179-2.238c0.31-0.295,0.572-0.64,0.783-1.019l2.205-0.411l0.204-1.58L27.052,21.007z M24.981,22.219c-0.152,1.029-0.92,1.87-2.238,1.71c-1.073-0.129-1.824-1.146-1.685-2.221c0.14-1.072,1.123-1.825,2.194-1.687C24.325,20.161,25.141,21.15,24.981,22.219z",s:"none",fl:"#333"}},f:{0:{t:"r0,23,22"},100:{t:"r-540,23,22"}},fIE:{0:{t:"r0,21.5,20.5"},100:{t:"r-540,21.5,20.5"}}}]},ghost:{d:1200,it:1,sh:[{i:{a:{p:"M12.973,12.708c0,1.212-0.913,2.193-2.038,2.193c-1.127,0-2.039-0.981-2.039-2.193c0-1.21,0.912-2.192,2.039-2.192C12.06,10.516,12.973,11.498,12.973,12.708zM21.032,10.516c-1.125,0-2.038,0.982-2.038,2.192c0,1.212,0.913,2.193,2.038,2.193c1.127,0,2.038-0.981,2.038-2.193C23.07,11.498,22.159,10.516,21.032,10.516z",s:"none",fl:"#333"}},f:{20:{t:"t-4,-3"},40:{t:"t4,-1"},60:{t:"t-4,-2"},80:{t:"t2,-3"},100:{t:"t0,0"}}},{i:{a:{p:"M16,2C9.835,2,4,5.848,4,14.01c0,6.633,0,10.66,0,10.66C4,27.773,4.94,30,7.763,30c3.199,0,4.18-2.384,4.18-5.442c0,3.035,0.962,5.442,4.035,5.442s3.973-4.161,3.973-5.375c0,3.17,1.17,5.375,4.117,5.375C27.017,30,28,27.795,28,24.604V14.01C28,5.938,22.166,2,16,2zM10.962,14.954c-2.217,0-4.015-2.234-4.015-4.993c0-2.757,1.797-4.79,4.015-4.79c2.216,0,4.013,2.033,4.013,4.79C14.975,12.719,13.178,14.954,10.962,14.954zM20.996,14.954c-2.217,0-4.014-2.234-4.014-4.993c0-2.757,1.797-4.79,4.014-4.79c2.216,0,4.015,2.033,4.015,4.79C25.011,12.719,23.212,14.954,20.996,14.954z",s:"none",fl:"#333"}},f:{20:{t:"t-2,-1"},40:{t:"t2,1"},60:{t:"t-2,0"},80:{t:"t2,-1"},100:{t:"t0,0"}}}]},gift:{d:1e3,it:1,sh:[{i:{a:{p:"M20,8.542c0-0.873,1-0.95,1-1.531c0-0.159-0.078-0.371-0.147-0.51l0.007,0.002L20.857,6.5C21.473,6.79,22,7.188,22,7.958c0,0.873-1,0.95-1,1.532c0,0.158,0.078,0.371,0.15,0.51l-0.01-0.002L21.143,10C20.527,9.711,20,9.312,20,8.542zM11.143,10l-0.002-0.002L11.15,10C11.078,9.861,11,9.649,11,9.49c0-0.581,1-0.659,1-1.531c0-0.77-0.527-1.169-1.143-1.458l0.002,0.002L10.853,6.5C10.922,6.639,11,6.851,11,7.01c0,0.582-1,0.659-1,1.531C10,9.312,10.527,9.71,11.143,10zM16.143,9l-0.002-0.002L16.15,9C16.078,8.861,16,8.649,16,8.49c0-0.581,1-0.659,1-1.531c0-0.77-0.527-1.169-1.143-1.458l0.002,0.002L15.853,5.5C15.922,5.639,16,5.851,16,6.01c0,0.582-1,0.659-1,1.531C15,8.312,15.527,8.71,16.143,9zM27,17v7c0,2.209-4.925,4-11,4S5,26.209,5,24v-7c0-1.403,1.992-2.636,5-3.35v-2.212C10,11.196,10.224,11,10.5,11h1c0.276,0,0.5,0.196,0.5,0.438v1.839c0.945-0.134,1.95-0.224,3-0.258v-2.581C15,10.196,15.224,10,15.5,10h1c0.275,0,0.5,0.196,0.5,0.438v2.581c1.051,0.034,2.056,0.124,3,0.258v-1.839C20,11.196,20.224,11,20.501,11H21.5c0.277,0,0.5,0.196,0.5,0.438v2.212C25.008,14.364,27,15.597,27,17zM25,17c0-0.74-1.163-1.402-3-1.86v2.422C22,17.805,21.777,18,21.5,18h-0.999C20.224,18,20,17.805,20,17.563v-2.8c-0.923-0.127-1.931-0.214-3-0.247v2.047C17,16.805,16.775,17,16.5,17h-1c-0.276,0-0.5-0.195-0.5-0.437v-2.047c-1.069,0.033-2.078,0.119-3,0.247v2.8C12,17.805,11.776,18,11.5,18h-1c-0.276,0-0.5-0.195-0.5-0.438V15.14C8.163,15.598,7,16.26,7,17c0,1.381,4.029,2.5,9,2.5S25,18.381,25,17z",o:0,s:"none",fl:"#333"}},f:{5:{},20:{o:1},50:{},65:{o:0},100:{}}},{i:{a:{p:"M5.199,30C4.537,30,4,29.418,4,28.701V17h11v13H5.199zM28,28.701V17H17v13h9.801C27.463,30,28,29.418,28,28.701z",o:1,s:"none",fl:"#333"}},f:{20:{t:"t0,14"},31:{o:0},32:{t:""},60:{},80:{o:1},100:{}}},{i:{a:{p:"M11.508,2.353c-0.91-0.412-2.76-0.607-4,0c-1.32,0.647-2.383,2.272-2,4C6.115,9.083,10,10,10,10H3.199C2.537,10,2,10.537,2,11.2V16h13v-6h1C16,10,14.688,3.79,11.508,2.353zM9.908,8.263c-0.805-0.164-2.205-0.52-2.549-2.07c-0.217-0.98,0.385-1.902,1.135-2.27c0.703-0.345,1.754-0.233,2.271,0c1.803,0.814,2.549,4.34,2.549,4.34S11.375,8.563,9.908,8.263zM28.801,10H22c0,0,3.885-0.917,4.492-3.647c0.383-1.728-0.68-3.353-2-4c-1.24-0.607-3.09-0.412-4,0C17.313,3.79,16,10,16,10h1v6h13v-4.8C30,10.537,29.463,10,28.801,10zM18.686,8.263c0,0,0.746-3.525,2.549-4.34c0.518-0.233,1.568-0.345,2.271,0c0.75,0.367,1.352,1.289,1.135,2.27c-0.344,1.551-1.744,1.906-2.549,2.07C20.625,8.563,18.686,8.263,18.686,8.263z",o:1,s:"none",fl:"#333"}},f:{30:{t:"t5,-20r20,30,19"},31:{o:0},32:{t:""},60:{},80:{o:1},100:{}}}]},glass:{d:800,it:1,sh:[{i:{a:{p:"M9.563,2H6.6C6.269,2,6.039,2.266,6.096,2.592c0.443,2.572,3.084,12.715,7.921,14.209c0.316,0.098,0.584,0.403,0.584,0.734v9.063c0,0.33-0.25,0.697-0.56,0.816L10,28.52c-0.306,0.096-0.556,0.447-0.556,0.787V30h13.108v-0.693c0-0.34-0.246-0.693-0.553-0.789l-4.042-1.152c-0.308-0.123-0.559-0.492-0.559-0.822v-9.008c0-0.331,0.269-0.637,0.586-0.734c4.837-1.494,7.476-11.637,7.919-14.209C25.961,2.266,25.73,2,25.4,2H9.563M10.188,4H12c0,0,0.042,6.375,2.917,11C9.903,13.009,8.601,4,8.601,4H10.188",o:1,t:"",s:"none",fl:"#333"}},f:{10:{t:"t0,-4r100"},30:{t:"t0,3r100"},50:{t:"t0,3r90",p:"M1.882-1.291l1.607,1.782C3.959,0.067,4.43-0.356,4.9-0.781L1.146-4.943C0.717-5.419,0.269-5.279,0.145-4.63L-1.732,5.2c0.92-0.829,1.839-1.659,2.759-2.488L1.882-1.291zM-0.844,14.315c0,0.595,0,1.19,0,1.785c0.292-0.195,0.569-0.406,0.844-0.619L-0.844,14.315zM0.789,19.966l-2.405-0.332c0.951,1.696,1.902,3.392,2.853,5.088l0.971-2.226l4.524-2.537c-1.456-0.175-2.793-0.768-4.248-0.943L0.789,19.966zM32,24.097l5.24,0.031c-1.177-0.873-2.047-2.05-3.226-2.921l-1.544-0.009C32.585,22.274,32.411,23.222,32,24.097zM-2.35,32.216c-0.306,0.095-0.556,0.446-0.556,0.786v0.693H4.6c-0.399-1.079-1.361-1.917-2.164-2.995L-2.35,32.216zM15.268,37.981l0.426-0.762l2.184,0.433c0.568-0.779,0.917-1.678,1.009-2.757l-2.682-0.531l-0.222-1.992c-1.213,0.578-2.222,1.358-3.358,1.54l-0.622,3.138C12.649,38.017,14.354,37.126,15.268,37.981zM30.409,32.493l-2.625-5.584c-1.228,0.243-1.498,2.147-2.661,2.11l4.582,4.891l0.506-0.474C30.459,33.204,30.548,32.782,30.409,32.493zM2.323,9.126l1.128,0.52L-3.79,7.981c-0.067,0.341-0.136,0.682-0.229,1.021c0.424,0.485,0.847,0.969,1.271,1.454l5,1.035c0.481-0.421,0.962-0.841,1.443-1.262C3.75,9.413,3.05,9.258,2.323,9.126zM32.854,6.92c-1.066,0.158-2.131,0.327-3.205,0.432l-1.377,6.305c0.028,0.739,0.026,1.456-0.782,1.578c1.051,0.775,2.101,1.55,3.151,2.325l2.739-0.808C32.561,13.572,34.943,9.909,32.854,6.92zM21.354-5c-1.545,0.494-2.95,1.239-4.342,2.008c3.002,2.071,2.05,6.335,3.93,9.028l1.801-1.351c0.819-2.861,1.639-5.723,2.457-8.584L21.354-5zM36.017,1.105l-3.085-4.678c-2.484,1.638-4.97,3.277-7.454,4.915l9.984,0.654C36.122,2.041,36.37,1.643,36.017,1.105zM10.984-3.417L8.629-2.579c0.212,0.597,0.425,1.193,0.637,1.79l0.471-0.168l2.632,2.752c0.513-0.95,0.968-1.927,1.432-2.899c-0.132,0.002-0.26-0.004-0.398,0.009c0.138-0.013,0.266-0.007,0.398-0.009c0.686-1.435,1.395-2.859,2.364-4.159L10.984-3.417z",o:0},80:{},81:{t:"",p:"M9.563,2H6.6C6.269,2,6.039,2.266,6.096,2.592c0.443,2.572,3.084,12.715,7.921,14.209c0.316,0.098,0.584,0.403,0.584,0.734v9.063c0,0.33-0.25,0.697-0.56,0.816L10,28.52c-0.306,0.096-0.556,0.447-0.556,0.787V30h13.108v-0.693c0-0.34-0.246-0.693-0.553-0.789l-4.042-1.152c-0.308-0.123-0.559-0.492-0.559-0.822v-9.008c0-0.331,0.269-0.637,0.586-0.734c4.837-1.494,7.476-11.637,7.919-14.209C25.961,2.266,25.73,2,25.4,2H9.563M10.188,4H12c0,0,0.042,6.375,2.917,11C9.903,13.009,8.601,4,8.601,4H10.188"},100:{o:1}}}]},globe:{d:600,it:1,sh:[{i:{a:{p:"M16,2C8.269,2,2,8.269,2,16c0,7.732,6.269,14,14,14c7.732,0,14-6.268,14-14C30,8.269,23.732,2,16,2zM19.29,23.571l-0.5,2.056l-0.15,1.015c0,0,0.169,0.517,0.122,0.798c-0.02,0.116,0.065,0.17,0.13,0.207c-0.928,0.23-1.893,0.367-2.892,0.367C9.376,28.014,3.987,22.625,3.987,16c0-2.159,0.58-4.182,1.581-5.935c0.295-0.156,0.693-0.239,0.693-0.239H6.017l0.325-0.394l0.655-0.008l0.975,0.116l0.975,0.5l0.751,0.771l-0.12-0.447l0.837,0.9l0.335,1.296l1.504,2.297l0.921,0.596l-0.84-1.368l1.197,1.285l1.319,1.149l1.503,0.475l1.229,0.972l0.422-0.173l0.169,0.78l-0.532,0.665l0.011,0.484l0.274,0.558l1.175,1.543L19.29,23.571zM27.945,17.268c-0.505,4.811-3.864,8.784-8.349,10.194c-0.006-0.011-0.021-0.034-0.021-0.034c0.019-0.164,0.539-0.838,0.539-0.838l-0.271-0.042l0.568-0.678l-0.245-0.256l0.938-0.292l0.211-1.091l1.543-0.646l0.025-0.447l0.447-0.243l0.637-0.175l0.377-0.857l0.109-0.687l0.476-0.601l-0.418-0.819l-1.897-0.244l-0.428-0.292l0.469-0.288l-1.06-0.757l-0.701-0.854l-0.744,0.245l-0.549-0.207l-0.438,0.342v-0.568l-1.109,0.438L17.275,17.2l-0.631-0.587l-0.006-0.939l-1.152,0.474l-0.284-1.502l1.411-0.357l1.053,0.817l0.011-1.096l0.718-0.92l1-0.583l0.321-0.443l0.355,0.173l0.903-0.273l-0.363-0.212l-1.205-0.243l1.016-0.419l0.055,0.244l0.894-0.447l0.338,0.704l0.393-0.122l-0.541-0.365l-0.034-0.589l-0.782-0.539L20.37,9.566l-0.312,0.047l-0.472-0.175L18.76,9.154l-0.637,0.487l-0.269,0.625l0.161,0.553l-0.339-0.338l-0.149,0.108l-1.724-0.705l0.914-1.206l1.05,0.292l-0.939-0.392l0.65-0.419l0.58-0.243l0.338,0.176L18.29,8.416l0.688-0.095l-0.123,0.57l1.461,0.284l-0.419-0.569l0.974-0.12l-0.886-0.305l-0.238-0.333l-0.875-0.206l-1.078-0.275L17.367,7.4l-0.392,0.26l-0.839-0.082l0.839,0.392l-0.432,0.379l-1.083-0.662l-0.606,0.317L14.48,8.325L13.754,8.27l0.203-0.865h-0.595l0.055,0.352c0,0-1.771-0.502-2.268-0.502c-0.258,0-0.421,0.499-0.421,0.499l0.804-0.099l0.48,0.385L9.725,7.89L8.627,8.106c0,0-1.004-0.179-1.457-0.224c2.197-2.387,5.337-3.895,8.831-3.895c2.217,0,4.289,0.613,6.073,1.664c-0.269,0.165-0.9-0.04-0.9-0.04L20.48,5.946l-1.492,0.802l0.866,0.009l1.641,1.091l0.579,0.262L21.86,8.19l0.271,0.633l0.503,0.604l0.758-0.235l0.59-0.533c0,0,0.844-0.318,1.223-0.368c1.647,1.964,2.668,4.462,2.783,7.192L27.945,17.268zM15.646,7.29l-0.335,0.207l0.568,0.009l0.01-0.152L15.646,7.29zM14.319,6.63c0.048,0.122,0.371,0.136,0.371,0.136l-0.913-0.244C13.777,6.522,14.299,6.58,14.319,6.63zM14.555,7.126l0.404-0.107l-0.905-0.086L14.011,7.28L14.555,7.126zM12.858,6.757c0.192,0.159,0.127-0.271,0.127-0.271l-0.434,0.29L12.858,6.757C12.858,6.757,12.804,6.712,12.858,6.757zM13.627,6.919l-1.182-0.045c0,0-0.981-0.234-1.417,0.136C11.415,7.103,13.627,6.919,13.627,6.919zM19.369,15.926l-0.621,0.231l0.819,0.125L19.369,15.926zM19.979,16.099l0.055,0.22L19.979,16.099zM18.342,15.696l-1.205-0.19l1.448,0.38L18.342,15.696zM16.729,7.055l-1.678-0.486l2.752,0.587L16.729,7.055L16.729,7.055z",s:"none",fl:"#333"}},f:{10:{t:"t-10,-5s0.3"},22:{t:"t0,-10s0.35"},33:{t:"t7,-5s0.41"},43:{t:"t8,1s0.48"},52:{t:"t8,8s0.54"},60:{t:"t-2,8s0.6"},67:{t:"t-6,4s0.7"},80:{t:""},100:{}}}]},"google-plus":{d:0,it:1,sh:[{i:{a:{p:"M14.234,17.639l-1.119-0.881c-0.342-0.285-0.809-0.664-0.809-1.355c0-0.693,0.467-1.136,0.871-1.544c1.301-1.04,2.605-2.143,2.605-4.473c0-2.394-1.488-3.653-2.203-4.252h1.928L17.492,4h-6.395C9.42,4,7.309,4.252,5.541,5.732C4.205,6.896,3.553,8.505,3.553,9.953c0,2.456,1.863,4.945,5.154,4.945c0.311,0,0.65-0.033,0.992-0.063c-0.154,0.376-0.311,0.693-0.311,1.228c0,0.977,0.498,1.576,0.932,2.141c-1.396,0.096-4.006,0.254-5.93,1.451C2.561,20.756,2,22.361,2,23.494C2,25.828,4.174,28,8.676,28c5.34,0,8.164-2.992,8.164-5.955C16.84,19.875,15.6,18.807,14.234,17.639zM10.164,14.016c-2.668,0-3.879-3.496-3.879-5.604c0-0.82,0.154-1.671,0.684-2.333C7.465,5.448,8.334,5.04,9.143,5.04c2.574,0,3.91,3.526,3.91,5.794c0,0.568-0.063,1.575-0.775,2.301C11.779,13.636,10.941,14.016,10.164,14.016zM10.197,26.676c-3.322,0-5.463-1.604-5.463-3.84s1.986-2.992,2.668-3.246c1.305-0.441,2.982-0.502,3.26-0.502c0.311,0,0.467,0,0.713,0.029c2.359,1.701,3.389,2.555,3.389,4.156C14.764,25.23,13.178,26.676,10.197,26.676zM30,8.285v1.43h-4.283V14h-1.432V9.715H20v-1.43h4.285V4h1.432v4.285H30z",
s:"none",fl:"#0A55A3"}},f:{}}]},"google-plus-alt":{d:0,it:1,sh:[{i:{a:{p:"M12.22,11.624C11.786,8.33,9.393,5.686,6.877,5.61c-2.516-0.075-4.204,2.447-3.77,5.742c0.435,3.294,2.688,6.052,5.343,6.101C11,17.5,12.654,14.918,12.22,11.624zM30,10V5c0-1.7-1.3-3-3-3H5C3.3,2,2,3.3,2,5c0,0,0.021,0.883,0.003,1.537c1.596-1.405,3.81-2.579,6.094-2.579h9.769L15.68,5.807h-3.097C14.637,6.594,16,8.982,16,11.432c0,2.058-1.412,3.827-3.027,5.085c-1.576,1.228-1.875,1.742-1.875,2.785c0,0.891,1.688,2.406,2.571,3.029c2.581,1.819,3.415,3.509,3.415,6.329c0,0.449-0.055,0.897-0.165,1.339H27c1.7,0,3-1.3,3-3V12h-6v6h-2v-6h-6v-2h6V4h2v6H30zM8.776,22.927C7.5,21.7,7,20.2,7.943,18.419C7.4,18.5,4.232,18.602,2,16.699l0,7.355C4.831,22.71,8.776,22.927,8.776,22.927zM8.116,24C4.899,24.045,3.1,25.25,2,26.45v0.7C2,28.851,3.3,30,5,30h9.5c0.05-0.305,0.07-0.619,0.074-0.941C14.6,26.5,11.7,23.95,8.116,24z",s:"none",fl:"#D33D2C"}},f:{}}]},hammer:{d:800,it:1,sh:[{i:{a:{p:"M23.336,7.409c-0.8,0-1.133-0.392-1.462-0.835l-0.6-0.801c0,0-0.359,0.36-0.802,0.8c-0.442,0.442-0.837,0.833-1.437,0.832l-7.5-0.009c-3.3-0.004-5.302,2.093-5.302,2.093C5.54,3.888,9.743,1.593,12.743,1.597l6.3,0.007c0.6,0.001,1.044,0.352,1.467,0.786l0.768,0.785c0,0,0.269-0.357,0.601-0.799c0.332-0.441,0.565-0.767,1.366-0.767l2.598,0.005l-0.006,5.8C25.836,7.413,24.276,7.41,23.336,7.409z M13.324,30.398l4.99,0.005l0.017-22l-4.99-0.005L13.324,30.398z",t:"t-2.5,1r45",s:"none",fl:"#333"}},f:{0:{t:"t-3,0r45"},15:{t:"t-3,0r0"},30:{t:"t-3,0r75"},45:{t:"t-1.5,0r0"},60:{t:"t-1.5,0r90"},75:{t:"t-1,0r0"},90:{t:"t-1,0r110"},100:{t:"t-2.5,1r45"}}},{i:{a:{p:"MM25,16v2h-1v9l-1,3l-1-3v-9h-1v-2H25z",t:"t5.5,0",o:0,s:"none",fl:"#333"}},f:{0:{o:1,t:"t5.5,0"},25:{},30:{t:"t5.5,4"},55:{},60:{t:"t5.5,8"},87:{},90:{t:"t5.5,12"},91:{o:0},92:{t:""},100:{}},fIE:{0:{o:1,t:"t6.5,0"},25:{},30:{t:"t6.5,4"},55:{},60:{t:"t6.5,8"},87:{},90:{t:"t6.5,12"},91:{o:0},92:{t:""},100:{}}}]},"hand-down":{d:800,it:1,sh:[{i:{a:{p:"M23.134,9H24V5.2C24,4.537,23.663,4,23,4h-9.8C12.537,4,12,4.537,12,5.2V9h0.89C12.038,12.64,6,16,6,16c0,2.001,1.233,2.464,2.192,2.589c1.203,0.157,2.564-0.417,3.833-1.052L12,26c-0.002,1.104,0.941,2,2,2c1.058,0,2-0.896,2-2v-5c1,1,2.5,0.8,3.348-0.118c1.168,0.475,2.555-0.081,3.074-0.826c2.778,0.044,2.766-3.235,2.77-3.695C25.198,14.549,23.661,12.398,23.134,9zM23,8H13V7h10V8z",t:"",s:"none",fl:"#333"}},f:{0:{p:"M23.134,9H24V5.2C24,4.537,23.663,4,23,4h-9.8C12.537,4,12,4.537,12,5.2V9h0.89C12.038,12.64,6,16,6,16c0,2.001,1.233,2.464,2.192,2.589c1.203,0.157,2.564-0.417,3.833-1.052L12,19.4c0,0.899,1.029,1.541,1.7,1.699c0.492,0.117,1.6,0.2,2.3-0.1l0,0c1,1,2.5,0.8,3.348-0.118c1.168,0.475,2.555-0.081,3.074-0.826c2.778,0.044,2.766-3.235,2.77-3.695C25.198,14.549,23.661,12.398,23.134,9zM23,8H13V7h10V8z"},10:{},30:{p:"M23.134,9H24V5.2C24,4.537,23.663,4,23,4h-9.8C12.537,4,12,4.537,12,5.2V9h0.89C12.038,12.64,6,16,6,16c0,2.001,1.233,2.464,2.192,2.589c1.203,0.157,2.564-0.417,3.833-1.052L12,26c-0.002,1.104,0.941,2,2,2c1.058,0,2-0.896,2-2v-5c1,1,2.5,0.8,3.348-0.118c1.168,0.475,2.555-0.081,3.074-0.826c2.778,0.044,2.766-3.235,2.77-3.695C25.198,14.549,23.661,12.398,23.134,9zM23,8H13V7h10V8z"},40:{t:"t0,4"},50:{t:""},60:{t:"t0,4"},70:{t:""},100:{}}}]},"hand-left":{d:800,it:1,sh:[{i:{a:{p:"M23,23.136V24h3.8c0.663,0,1.2-0.335,1.2-0.999V13.2c0-0.663-0.537-1.2-1.2-1.2H23v0.89C19.36,12.038,16,6,16,6c-2,0-2.463,1.233-2.588,2.192c-0.158,1.203,0.416,2.564,1.051,3.833L6,12c-1.104-0.002-2,0.941-2,2c0,1.058,0.896,2,2,2h5c-1,1.001-0.799,2.501,0.119,3.349c-0.475,1.168,0.08,2.555,0.826,3.074c-0.045,2.779,3.235,2.766,3.694,2.77C17.451,25.2,19.602,23.663,23,23.136zM24,23.001V13h1v10.001H24z",t:"",s:"none",fl:"#333"}},f:{0:{p:"M23,23.136V24h3.8c0.663,0,1.2-0.335,1.2-0.999V13.2c0-0.663-0.537-1.2-1.2-1.2H23v0.89C19.36,12.038,16,6,16,6c-2,0-2.463,1.233-2.588,2.192c-0.158,1.203,0.416,2.564,1.051,3.833L12.6,12c-0.898,0-1.541,1.029-1.699,1.7c-0.117,0.492-0.199,1.6,0.1,2.3l0,0c-1,1.001-0.799,2.501,0.119,3.349c-0.475,1.168,0.08,2.555,0.826,3.074c-0.045,2.779,3.235,2.766,3.694,2.77C17.451,25.2,19.602,23.663,23,23.136zM24,23.001V13h1v10.001H24z"},10:{},30:{p:"M23,23.136V24h3.8c0.663,0,1.2-0.335,1.2-0.999V13.2c0-0.663-0.537-1.2-1.2-1.2H23v0.89C19.36,12.038,16,6,16,6c-2,0-2.463,1.233-2.588,2.192c-0.158,1.203,0.416,2.564,1.051,3.833L6,12c-1.104-0.002-2,0.941-2,2c0,1.058,0.896,2,2,2h5c-1,1.001-0.799,2.501,0.119,3.349c-0.475,1.168,0.08,2.555,0.826,3.074c-0.045,2.779,3.235,2.766,3.694,2.77C17.451,25.2,19.602,23.663,23,23.136zM24,23.001V13h1v10.001H24z"},40:{t:"t-4,0"},50:{t:""},60:{t:"t-4,0"},70:{t:""},100:{}}}]},"hand-right":{d:800,it:1,sh:[{i:{a:{p:"M16.361,25.192c0.459-0.004,3.739,0.01,3.694-2.77c0.746-0.52,1.301-1.906,0.826-3.074C21.799,18.501,22,17.001,21,16h5c1.104,0,2-0.942,2-2c0-1.059-0.896-2.002-2-2l-8.463,0.025c0.635-1.269,1.209-2.63,1.051-3.833C18.463,7.233,18,6,16,6c0,0-3.36,6.038-7,6.89V12H5.2C4.537,12,4,12.537,4,13.2v9.801c0,0.664,0.537,1,1.2,1H9v-0.865C12.398,23.663,14.548,25.2,16.361,25.192zM7,23.001V13h1v10.001H7z",t:"",s:"none",fl:"#333"}},f:{0:{p:"M16.361,25.192c0.459-0.004,3.739,0.01,3.694-2.77c0.746-0.52,1.301-1.906,0.826-3.074C21.799,18.501,22,17.001,21,16l0,0c0.299-0.7,0.217-1.808,0.1-2.3C20.941,13.029,20.299,12,19.4,12l-1.863,0.025c0.635-1.269,1.209-2.63,1.051-3.833C18.463,7.233,18,6,16,6c0,0-3.36,6.038-7,6.89V12H5.2C4.537,12,4,12.537,4,13.2v9.801c0,0.664,0.537,1,1.2,1H9v-0.865C12.398,23.663,14.548,25.2,16.361,25.192zM7,23.001V13h1v10.001H7z"},10:{},30:{p:"M16.361,25.192c0.459-0.004,3.739,0.01,3.694-2.77c0.746-0.52,1.301-1.906,0.826-3.074C21.799,18.501,22,17.001,21,16h5c1.104,0,2-0.942,2-2c0-1.059-0.896-2.002-2-2l-8.463,0.025c0.635-1.269,1.209-2.63,1.051-3.833C18.463,7.233,18,6,16,6c0,0-3.36,6.038-7,6.89V12H5.2C4.537,12,4,12.537,4,13.2v9.801c0,0.664,0.537,1,1.2,1H9v-0.865C12.398,23.663,14.548,25.2,16.361,25.192zM7,23.001V13h1v10.001H7z"},40:{t:"t4,0"},50:{t:""},60:{t:"t4,0"},70:{t:""},100:{}}}]},"hand-up":{d:800,it:1,sh:[{i:{a:{p:"M25.191,15.64c-0.004-0.46,0.009-3.74-2.77-3.695c-0.52-0.745-1.906-1.301-3.074-0.826C18.5,10.2,17,10,16,11V6c0-1.104-0.942-2-2-2c-1.059,0-2.002,0.896-2,2l0.025,8.463c-1.269-0.635-2.63-1.209-3.833-1.052C7.233,13.536,6,13.999,6,16c0,0,6.038,3.36,6.89,7H12v3.8c0,0.663,0.537,1.2,1.2,1.2H23c0.663,0,1-0.537,1-1.2V23h-0.866C23.661,19.602,25.198,17.451,25.191,15.64zM23,25H13v-1h10V25z",t:"",s:"none",fl:"#333"}},f:{0:{p:"M25.191,15.64c-0.004-0.46,0.009-3.74-2.77-3.695c-0.52-0.745-1.906-1.301-3.074-0.826C18.5,10.2,17,10,16,11l0,0c-0.7-0.3-1.808-0.216-2.3-0.1c-0.671,0.159-1.7,0.8-1.7,1.7l0.025,1.863c-1.269-0.635-2.63-1.209-3.833-1.052C7.233,13.536,6,13.999,6,16c0,0,6.038,3.36,6.89,7H12v3.8c0,0.663,0.537,1.2,1.2,1.2H23c0.663,0,1-0.537,1-1.2V23h-0.866C23.661,19.602,25.198,17.451,25.191,15.64zM23,25H13v-1h10V25z"},10:{},30:{p:"M25.191,15.64c-0.004-0.46,0.009-3.74-2.77-3.695c-0.52-0.745-1.906-1.301-3.074-0.826C18.5,10.2,17,10,16,11V6c0-1.104-0.942-2-2-2c-1.059,0-2.002,0.896-2,2l0.025,8.463c-1.269-0.635-2.63-1.209-3.833-1.052C7.233,13.536,6,13.999,6,16c0,0,6.038,3.36,6.89,7H12v3.8c0,0.663,0.537,1.2,1.2,1.2H23c0.663,0,1-0.537,1-1.2V23h-0.866C23.661,19.602,25.198,17.451,25.191,15.64zM23,25H13v-1h10V25z"},40:{t:"t0,-4"},50:{t:""},60:{t:"t0,-4"},70:{t:""},100:{}}}]},heart:{d:300,it:3,sh:[{i:{a:{p:"M25.953,7.275c-2.58-2.534-6.645-2.382-9.38,0.3l-0.599,0.598l-0.599-0.599c-2.736-2.682-6.798-2.833-9.38-0.299c-2.583,2.531-2.735,6.699,0,9.38l9.979,9.879l10.079-9.879C28.788,13.974,28.538,9.806,25.953,7.275z",t:"",s:"none",fl:"#333"}},f:{20:{t:"s1.2"},90:{t:""},100:{}}}]},"heart-alt":{d:1200,it:1,sh:[{i:{a:{p:"M16.016,21.992l6-12.599l-4,1l1.779-4.672c2.17-0.596,4.486-0.108,6.174,1.548c2.586,2.53,2.836,6.698,0.1,9.379l-10.053,9.877V21.992zM16.016,21.992l1.399-8.799l-3.399,0.86l1.563-6.297L15.39,7.568C12.654,4.887,8.592,4.735,6.01,7.27c-2.583,2.53-2.735,6.698,0,9.379l10.006,9.877V21.992z",o:1,t:"",s:"none",fl:"#333"}},f:{0:{p:"M16.016,8.193c0,0,0.741-0.759,0.999-1.001c0.232-0.219,0.723-0.641,1.001-0.799c0.414-0.235,1.324-0.537,1.779-0.672c2.158-0.64,4.486-0.108,6.174,1.548c2.586,2.53,2.836,6.698,0.1,9.379l-10.053,9.877V8.193zM16.016,8.193L16.016,8.193v0.061l-0.438-0.497L15.39,7.568C12.654,4.887,8.592,4.735,6.01,7.27c-2.583,2.53-2.735,6.698,0,9.379l10.006,9.877V8.193z"},10:{},15:{p:"M16.016,13.993l2-2v-1.6l1.779-4.672c2.17-0.596,4.486-0.108,6.174,1.548c2.586,2.53,2.836,6.698,0.1,9.379l-10.053,9.877V13.993zM16.016,13.993L16.016,13.993l-2,0.061l1.563-6.297L15.39,7.568C12.654,4.887,8.592,4.735,6.01,7.27c-2.583,2.53-2.735,6.698,0,9.379l10.006,9.877V13.993z"},20:{p:"M15.9,21.992l6.001-12.599l-4.001,1l1.779-4.671c2.17-0.597,4.486-0.109,6.174,1.548c2.588,2.529,2.836,6.698,0.101,9.377L15.9,26.525L15.9,21.992zM15.87,22.008l1.6-8.801l-3.399,0.861l1.563-6.296l-0.189-0.189C12.709,4.9,8.647,4.75,6.064,7.283c-2.583,2.53-2.735,6.698,0,9.379l9.806,9.878L15.87,22.008z"},30:{},40:{p:"M17.188,22.146l9.058-10.616l-4.123-0.069l2.928-4.052c2.25-0.015,4.361,1.056,5.563,3.093c1.845,3.113,1.006,7.204-2.33,9.084l-12.268,6.939L17.188,22.146zM14.696,22.162l-0.732-8.915l-3.061,1.711l-0.12-6.486l-0.231-0.134c-3.336-1.882-7.299-0.977-9.138,2.14c-1.84,3.112-0.908,7.178,2.428,9.06l12.028,7.004L14.696,22.162z",t:"t0,5",o:.5},50:{p:"M18.93,23.053l12.695-5.794l-3.707-1.806l4.365-2.435c2.048,0.938,3.507,2.8,3.735,5.153c0.355,3.6-2.133,6.955-5.952,7.248l-14.051,1.105L18.93,23.053zM12.956,23.068l-4.432-7.771l-2.051,2.843l-2.85-5.826l-0.267-0.023c-3.818-0.296-7.028,2.199-7.377,5.801c-0.353,3.598,2.21,6.889,6.03,7.186l13.861,1.264L12.956,23.068z",t:"t0,10",o:0},70:{},71:{t:"",o:1,p:"M16.016,21.992l6-12.599l-4,1l1.779-4.672c2.17-0.596,4.486-0.108,6.174,1.548c2.586,2.53,2.836,6.698,0.1,9.379l-10.053,9.877V21.992zM16.016,21.992l1.399-8.799l-3.399,0.86l1.563-6.297L15.39,7.568C12.654,4.887,8.592,4.735,6.01,7.27c-2.583,2.53-2.735,6.698,0,9.379l10.006,9.877V21.992z"},100:{}}}]},help:{d:1600,it:1,sh:[{i:{a:{p:"M16,9.5c-4.418,0-8,2.91-8,6.5c0,3.589,3.582,6.5,8,6.5s8-2.911,8-6.5C24,12.41,20.418,9.5,16,9.5zM16,22.094c-4.143,0-7.5-2.728-7.5-6.094s3.357-6.094,7.5-6.094s7.5,2.728,7.5,6.094S20.143,22.094,16,22.094z",o:0,t:"s1",s:"none",fl:"#333"}},f:{9:{o:0},10:{o:1},40:{o:0,t:"s3"},100:{o:0,t:"s1"}}},{i:{a:{p:"M16,9.5c-4.418,0-8,2.91-8,6.5c0,3.589,3.582,6.5,8,6.5s8-2.911,8-6.5C24,12.41,20.418,9.5,16,9.5zM16,22.094c-4.143,0-7.5-2.728-7.5-6.094s3.357-6.094,7.5-6.094s7.5,2.728,7.5,6.094S20.143,22.094,16,22.094z",o:0,t:"s1",s:"none",fl:"#333"}},f:{19:{o:0},20:{o:1},50:{o:0,t:"s3"},100:{o:0,t:"s1"}}},{i:{a:{p:"M16,9.5c-4.418,0-8,2.91-8,6.5c0,3.589,3.582,6.5,8,6.5s8-2.911,8-6.5C24,12.41,20.418,9.5,16,9.5zM16,22.094c-4.143,0-7.5-2.728-7.5-6.094s3.357-6.094,7.5-6.094s7.5,2.728,7.5,6.094S20.143,22.094,16,22.094z",o:0,t:"s1",s:"none",fl:"#333"}},f:{29:{o:0},30:{o:1},60:{o:0,t:"s3"},100:{o:0,t:"s1"}}},{i:{a:{p:"M16,9.5c-4.418,0-8,2.91-8,6.5c0,3.589,3.582,6.5,8,6.5s8-2.911,8-6.5C24,12.41,20.418,9.5,16,9.5zM16,22.094c-4.143,0-7.5-2.728-7.5-6.094s3.357-6.094,7.5-6.094s7.5,2.728,7.5,6.094S20.143,22.094,16,22.094z",o:0,t:"s1",s:"none",fl:"#333"}},f:{39:{o:0},40:{o:1},70:{o:0,t:"s3"},100:{o:0,t:"s1"}}},{i:{a:{p:"M16.007,1.998C8.256,2.019,1.998,8.277,2,16.006c0.007,7.719,6.272,13.986,13.994,13.992c7.73,0.004,13.988-6.251,14.006-14.006C29.994,8.272,23.729,2.008,16.007,1.998zM21.525,4.804c2.486,0.942,4.683,3.061,5.658,5.688l-4.352,2.212c-0.638-1.459-2.189-2.937-3.534-3.539L21.525,4.804zM10.472,4.804l2.229,4.36c-1.47,0.669-2.951,2.214-3.534,3.539l-4.35-2.212C5.746,8,7.862,5.788,10.472,4.804zM10.471,27.108c-2.48-0.926-4.678-3.065-5.655-5.663l4.351-2.246c0.637,1.498,2.191,2.97,3.534,3.542L10.471,27.108zM10.001,15.936c0.007-3.318,2.676-5.988,6-6.001c3.314,0,5.998,2.684,5.994,5.998c-0.009,3.323-2.678,5.99-6,5.997C12.688,21.926,10.004,19.243,10.001,15.936zM21.429,27.108l-2.231-4.367c1.475-0.633,2.955-2.173,3.538-3.542l4.352,2.246C26.155,23.911,24.041,26.128,21.429,27.108z",t:"s1",s:"none",fl:"#333"}},f:{0:{t:"s0.5"},10:{t:"s0.55,0.45,15,16"},20:{t:"s0.55,0.45,17,16"},30:{t:"s0.55,0.45,15,16"},40:{t:"s0.55,0.45,17,16"},50:{t:"s0.55,0.45,15,16"},60:{t:"s0.55,0.45,17,16"},61:{t:"s1"},100:{t:"s1"}},fIE:{0:{t:"s0.5"},10:{t:"s0.55,0.45,13.5,14.5"},20:{t:"s0.55,0.45,15.5,14.5"},30:{t:"s0.55,0.45,13.5,14.5"},40:{t:"s0.55,0.45,15.5,14.5"},50:{t:"s0.55,0.45,13.5,14.5"},60:{t:"s0.55,0.45,15.5,14.5"},61:{t:"s1"},100:{t:"s1"}}}]},home:{d:1e3,it:1,sh:[{i:{a:{p:"M29.719,15.469L24,9.751V5h-3v1.752l-3.586-3.585l-0.99-0.99c-0.234-0.234-0.614-0.234-0.849,0l-0.99,0.99L2.282,15.469c-0.234,0.234-0.234,0.614,0,0.849l0.565,0.566c0.234,0.233,0.614,0.234,0.849,0L16,4.58l12.304,12.304c0.233,0.233,0.614,0.234,0.849,0l0.565-0.566C29.952,16.083,29.952,15.704,29.719,15.469zM16,6.701l-10,10V30h6V19.6c0-0.331,0.269-0.6,0.6-0.6h6.8c0.331,0,0.6,0.269,0.6,0.6V30h6V16.701L16,6.701zM16,15.5L16,15.5L16,15.5L16,15.5L16,15.5zM16,15.5L16,15.5L16,15.5L16,15.5L16,15.5zM16,15.5L16,15.5L16,15.5L16,15.5L16,15.5zM16,15.5L16,15.5L16,15.5L16,15.5L16,15.5z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M18.4,20h-4.8c-0.332,0-0.6,0.269-0.6,0.6V30h6v-9.4C19,20.269,18.731,20,18.4,20z",t:"s1,1,14,20",s:"none",fl:"#333"}},f:{20:{t:"s0,1,13,20"},40:{},60:{t:"s1,1,13,20"},100:{}},fIE:{20:{t:"s0,1,11.5,18.5"},40:{},60:{t:"s1,1,11.5,18.5"},100:{}}}]},html5:{d:700,it:1,sh:[{i:{a:{p:"M3.655,2l2.247,25.201L15.985,30l10.11-2.803L28.345,2H3.655z M23.455,10.242 H11.627l0.282,3.165h11.264l-0.848,9.488L16,24.649v0.001l-0.014,0.003l-6.332-1.758l-0.433-4.852h3.103l0.22,2.464L16,21.435 l3.437-0.928l0.358-4.008H9.083L8.25,7.151h15.483L23.455,10.242z",s:"none",fl:"#333"}},f:{20:{p:"M11.753,2L14,27.201L15.985,30L18,27.197L20.25,2H11.753z M16.011,10.242L16.011,10.242 L16,13.407l0,0v9.488v1.754v0.001l-0.014,0.003L16,22.896v-4.852l0,0v2.464v0.927v-0.928v-4.008l0,0V7.151l0,0L16.011,10.242z"},30:{},50:{p:"M3.655,2l2.247,25.201L15.985,30L18,27.197L20.25,2H3.655z M16.011,10.242h-4.383 l0.282,3.165H16v9.488v1.754v0.001l-0.014,0.003l-6.332-1.758l-0.433-4.852h3.103l0.22,2.464L16,21.435v-0.928v-4.008H9.083 L8.25,7.151H16L16.011,10.242z",e:"elastic"},60:{},80:{p:"M3.655,2l2.247,25.201L15.985,30l10.11-2.803L28.345,2H3.655z M23.455,10.242 H11.627l0.282,3.165h11.264l-0.848,9.488L16,24.649v0.001l-0.014,0.003l-6.332-1.758l-0.433-4.852h3.103l0.22,2.464L16,21.435 l3.437-0.928l0.358-4.008H9.083L8.25,7.151h15.483L23.455,10.242z",e:"elastic"},100:{}}}]},ie:{d:0,it:1,sh:[{i:{a:{p:"M23.12,17.979h6.783c0.053-0.471,0.074-0.951,0.074-1.443c0-2.305-0.619-4.468-1.7-6.33c1.117-2.969,1.078-5.488-0.417-6.994c-1.424-1.417-5.239-1.186-9.554,0.724c-0.318-0.024-0.641-0.037-0.966-0.037c-5.921,0-10.889,4.074-12.262,9.565c1.857-2.378,3.812-4.103,6.422-5.358c-0.238,0.222-1.623,1.599-1.855,1.833c-6.884,6.881-9.055,16.51-6.719,18.846c1.776,1.775,4.993,1.475,8.688-0.336c1.719,0.877,3.665,1.371,5.726,1.371c5.55,0,10.253-3.574,11.957-8.549h-6.836c-0.94,1.736-2.78,2.916-4.892,2.916s-3.95-1.18-4.891-2.916c-0.419-0.785-0.659-2.322-0.659-3.271v-0.021H23.12zM27.798,4.615c0.963,0.974,0.939,2.765,0.115,5c-1.412-2.153-3.463-3.848-5.886-4.817C24.617,3.688,26.724,3.541,27.798,4.615zM17.341,9.627c2.832,0,5.153,2.226,5.309,5.017H12.031C12.188,11.853,14.508,9.627,17.341,9.627zM4.708,28.342c-1.229-1.229-0.858-3.811,0.725-6.92c0.985,2.766,2.907,5.088,5.383,6.584C8.074,29.252,5.831,29.463,4.708,28.342z",s:"none",fl:"#37A5E2"}},f:{}}]},image:{d:1400,it:1,sh:[{i:{a:{p:"M6,24l2-6l2,2l6-6l2,2l3.664-5.25L26,18v6H6zM9,10c-1.657,0-3,1.343-3,3s1.343,3,3,3s3-1.343,3-3S10.657,10,9,10z",o:1,s:"none",fl:"#333"}},f:{0:{o:1,t:""},17:{},33:{t:"t-6,0",o:0},83:{t:"t6,0"},100:{t:"",o:1}}},{i:{a:{p:"M19.2,24c0.049-0.34,0.058-0.398,0.058-0.768c0-0.499-0.051-0.978-0.136-1.418c0.486,0.436,0.955,0.615,1.402,0.376c0.996-0.519,0.868-2.508-0.288-4.448c-0.496-0.836-1.104-1.513-1.714-1.986c-0.711,0.485-1.578,0.781-2.521,0.781c-0.946,0-1.813-0.296-2.523-0.781c-0.61,0.473-1.217,1.15-1.715,1.986c-1.156,1.94-1.283,3.93-0.285,4.448c0.446,0.235,0.916,0.06,1.401-0.376c-0.085,0.44-0.135,0.919-0.135,1.418c0,0.336,0.017,0.456,0.056,0.768H19.2zM16,15.779c1.92,0,3.477-1.451,3.477-3.24C19.477,10.75,17.92,9.3,16,9.3c-1.921,0-3.478,1.451-3.478,3.24S14.079,15.779,16,15.779zM22.985,17.833c1.576,0,2.854-1.19,2.854-2.66c0-1.468-1.276-2.66-2.854-2.66s-2.855,1.191-2.855,2.66C20.13,16.643,21.407,17.833,22.985,17.833zM25.7,24c0-0.412-0.082-0.851-0.152-1.212c0.398,0.358,0.784,0.506,1.151,0.308c0.819-0.422,0.712-2.058-0.235-3.65c-0.408-0.687-0.908-1.242-1.407-1.63c-0.584,0.397-1.297,0.64-2.07,0.64c-0.614,0-1.185-0.155-1.688-0.417c0.404,0.827,0.653,1.667,0.7,2.416c0.076,1.148-0.31,2-1.08,2.397c-0.166,0.088-0.346,0.138-0.53,0.169C20.343,23.317,20.3,23.672,20.3,24H25.7zM9.016,17.833c1.576,0,2.854-1.19,2.854-2.66c0-1.468-1.278-2.66-2.854-2.66c-1.577,0-2.856,1.191-2.856,2.66C6.16,16.643,7.438,17.833,9.016,17.833zM11.7,24c0-0.33-0.043-0.685-0.089-0.981c-0.184-0.03-0.365-0.079-0.536-0.171c-1.294-0.67-1.414-2.669-0.372-4.811c-0.502,0.263-1.074,0.418-1.688,0.418c-0.777,0-1.489-0.242-2.072-0.64c-0.5,0.388-0.999,0.943-1.409,1.63c-0.948,1.593-1.052,3.229-0.233,3.65c0.367,0.194,0.751,0.049,1.149-0.308C6.381,23.149,6.4,23.588,6.4,24H11.7z",o:0,s:"none",fl:"#333"}},f:{0:{o:0},17:{t:"t6,0"},33:{t:"",o:1},50:{},66:{t:"t-6,0",o:0},100:{t:""}}},{i:{a:{p:"M5.5,18.791l1.856-0.855l2.619,1.283l3.058-2.031l-5.078-2.406l1.803-1.765l9.31,1.417c0,0,3.357-2.433,5.706-2.433c2.784,0,1.363,1.336,1.363,1.336C19.312,20.023,9.759,22,9.759,22C7.467,20.797,5.5,18.791,5.5,18.791z",o:0,s:"none",fl:"#333"}},f:{0:{o:0},33:{t:"t6,0"},50:{},66:{t:"",o:1},83:{},100:{t:"t-6,0",o:0}}},{i:{a:{p:"M2,7.2v19.6C2,27.463,2.537,28,3.2,28h25.6c0.663,0,1.2-0.537,1.2-1.2V7.2C30,6.537,29.463,6,28.8,6H3.2C2.537,6,2,6.537,2,7.2zM28,26H4V8h24V26z",s:"none",fl:"#333"}},f:{}}]},inbox:{d:1e3,it:1,sh:[{i:{a:{p:"M26,21L24,4H8L6,21H4L5.934,2.596C5.97,2.267,6.269,2,6.6,2h18.8c0.331,0,0.629,0.267,0.666,0.596L28,21H26zM29.4,22H2.6c-0.332,0-0.535,0.261-0.455,0.582l1.709,6.836C3.935,29.739,4.269,30,4.6,30h22.8c0.331,0,0.665-0.261,0.745-0.582l1.709-6.836C29.935,22.261,29.731,22,29.4,22zM20,26h-8v-2h8V26z",t:"",s:"none",fl:"#333"}},f:{10:{t:"t0,-20"},20:{},50:{t:""},100:{}}},{i:{a:{p:"M22,6H10v2h12V6zM22,10H10v2h12V10zM22,14H10v2h12V14zM22,18H10v2h12V18z",t:"",s:"none",fl:"#333"}},f:{8:{t:"t0,-20"},11:{p:"M22,6H10l0,0H22L22,6zM22,10H10l0,0H22L22,10zM22,14H10l0,0H22L22,14zM22,18H10l0,0H22L22,18z"},51:{t:""},55:{p:"M22,6H10l0,0H22L22,6zM22,10H10l0,0H22L22,10zM22,14H10l0,0H22L22,14zM22,18H10l0,0H22L22,18z"},60:{p:"M22,6H10v2h12V6zM22,10H10v2h12V10zM22,14H10l0,0H22L22,14zM22,18H10l0,0H22L22,18z"},65:{p:"M22,6H10v2h12V6zM22,10H10v2h12V10zM22,14H10v2h12V14zM22,18H10l0,0H22L22,18z"},70:{p:"M22,6H10v2h12V6zM22,10H10v2h12V10zM22,14H10v2h12V14zM22,18H10v2h12V18z"},100:{}}}]},info:{d:400,it:1,sh:[{i:{a:{p:"M16,3C8.82,3,3,8.82,3,16s5.82,13,13,13c7.179,0,13-5.82,13-13S23.179,3,16,3zM15.899,7.7C17.06,7.7,18,8.639,18,9.8c0,1.158-0.94,2.1-2.101,2.1s-2.1-0.941-2.1-2.1C13.8,8.639,14.739,7.7,15.899,7.7zM18.698,24.5h-2.5c-1,0-2-1-2-2v-6.8c0-0.5-1.6-1-1.6-1.5c0-0.4,0.6-0.7,1.099-0.7h2.501c1,0,2,0.7,2,1.7v7.3c0,0.5,1.602,0.9,1.602,1.4C19.8,24.301,19.2,24.5,18.698,24.5z",s:"none",fl:"#333"}},f:{0:{p:"M16,3C8.82,3,3,8.82,3,16s5.82,13,13,13c7.179,0,13-5.82,13-13S23.179,3,16,3zM15.899,11.89c1.16,0,2.101,0.002,2.101,0.005c0,0.002-0.94,0.005-2.101,0.005s-2.1-0.002-2.1-0.005C13.8,11.892,14.739,11.89,15.899,11.89zM18.698,24.5h-2.5c-1,0-2-0.001-2-0.002v-0.006c0-0.001-1.6-0.001-1.6-0.002c0,0,0.6,0,1.099,0h2.501c1,0,2,0,2,0.001v0.007c0,0.001,1.602,0.001,1.602,0.001C19.8,24.5,19.2,24.5,18.698,24.5z",t:"s0.2"},30:{t:"s1"},60:{p:"M16,3C8.82,3,3,8.82,3,16s5.82,13,13,13c7.179,0,13-5.82,13-13S23.179,3,16,3zM15.899,7.7C17.06,7.7,18,8.639,18,9.8c0,1.158-0.94,2.1-2.101,2.1s-2.1-0.941-2.1-2.1C13.8,8.639,14.739,7.7,15.899,7.7zM18.698,24.5h-2.5c-1,0-2-1-2-2v-6.8c0-0.5-1.6-1-1.6-1.5c0-0.4,0.6-0.7,1.099-0.7h2.501c1,0,2,0.7,2,1.7v7.3c0,0.5,1.602,0.9,1.602,1.4C19.8,24.301,19.2,24.5,18.698,24.5z",e:"bounce"},100:{}}}]},ios:{d:0,it:1,sh:[{i:{a:{p:"M5,9.511C5,10.346,4.412,11,3.479,11C2.586,11,2,10.346,2,9.511C2,8.654,2.609,8,3.5,8C4.412,8,4.978,8.654,5,9.511zM2,22h3V12H2V22zM19.698,14.86c0,4.546-2.748,7.14-6.479,7.14C9.407,22,7,19.085,7,15.101C7,10.937,9.607,8,13.418,8C17.371,8,19.698,10.997,19.698,14.86zM17.088,14.961c0-2.556-1.264-4.969-3.73-4.969c-2.448,0-3.752,2.273-3.752,5.069c0,2.756,1.385,4.951,3.752,4.951C15.746,20.012,17.09,17.798,17.088,14.961zM26.526,13.901c-1.805-0.704-2.59-1.188-2.59-2.236c0-0.785,0.684-1.631,2.252-1.631c1.267,0,2.203,0.383,2.69,0.645l0.604-1.993C28.766,8.322,27.696,8,26.215,8c-2.933,0-4.781,1.692-4.781,3.908c0,1.954,1.423,3.141,3.654,3.948c1.729,0.625,2.408,1.228,2.408,2.256c0,1.108-0.888,1.851-2.479,1.851c-1.267,0-2.472-0.4-3.271-0.864l-0.54,2.055C21.949,21.597,23.435,22,24.858,22C28.354,22,30,20.116,30,17.932C30.024,15.976,28.879,14.788,26.526,13.901z",s:"none",fl:"#333"}},f:{}}]},italic:{d:800,it:1,sh:[{i:{a:{p:"M18.092,27.049L17.918,28H8.096l0.264-0.951h0.554c0.984,0,1.776-0.288,2.375-0.864c0.382-0.376,0.864-1.181,1.248-2.614l4.426-14.94c0.322-1.21,0.351-2.009,0.303-2.397c-0.039-0.294-0.104-0.546-0.409-0.758c-0.44-0.282-0.942-0.423-1.504-0.423h-0.744L14.783,4h9.223l-0.174,1.053h-0.223c-0.976,0-1.658,0.191-2.261,0.767c-0.395,0.376-0.93,1.377-1.313,2.811l-4.425,14.94c-0.323,1.21-0.461,1.909-0.412,2.297c0.04,0.294,0.219,0.547,0.54,0.758c0.431,0.282,1.753,0.417,1.965,0.424H18.092z",s:"none",fl:"#333"}},f:{15:{p:"M21.111,27.148V28H10.889v-0.852h0.844c0.984,0,1.699-0.288,2.145-0.864c0.281-0.376,0.422-1.28,0.422-2.714V8.43c0-1.21-0.076-2.009-0.229-2.397c-0.117-0.294-0.357-0.546-0.721-0.758c-0.516-0.282-1.055-0.423-1.617-0.423h-0.844V4h10.223v0.853H20.25c-0.976,0-1.688,0.288-2.136,0.863c-0.294,0.376-0.44,1.281-0.44,2.714v15.14c0,1.21,0.076,2.009,0.229,2.396c0.118,0.294,0.365,0.547,0.742,0.758c0.506,0.282,1.042,0.424,1.605,0.424H21.111z"},55:{},70:{p:"M18.092,27.049L17.918,28H8.096l0.264-0.951h0.554c0.984,0,1.776-0.288,2.375-0.864c0.382-0.376,0.864-1.181,1.248-2.614l4.426-14.94c0.322-1.21,0.351-2.009,0.303-2.397c-0.039-0.294-0.104-0.546-0.409-0.758c-0.44-0.282-0.942-0.423-1.504-0.423h-0.744L14.783,4h9.223l-0.174,1.053h-0.223c-0.976,0-1.658,0.191-2.261,0.767c-0.395,0.376-0.93,1.377-1.313,2.811l-4.425,14.94c-0.323,1.21-0.461,1.909-0.412,2.297c0.04,0.294,0.219,0.547,0.54,0.758c0.431,0.282,1.753,0.417,1.965,0.424H18.092z"},100:{}}}]},jquery:{d:0,it:1,sh:[{i:{a:{p:"M19.674,2c-1.313,5.281,5.46,11.106,10.67,7.563C27.418,17.132,13.416,8.895,19.674,2zM13.461,3.485c-2.842,9.54,8.857,17.687,16.613,12.156c-0.979,2.132-3.301,4.486-6.349,4.863C14.612,21.629,6.667,10.312,13.461,3.485zM5.569,5.917C1.172,19.336,18.148,31.908,29.61,23.069c-1.419,3.355-5.596,6.55-9.995,6.889C11.21,30.605,2.752,23.612,2.057,15.641C1.645,10.912,3.545,8.761,5.569,5.917z",s:"none",fl:"#78CFF5"}},f:{}}]},key:{d:1e3,it:1,sh:[{i:{a:{p:"M18.16,6.956c-1.734,1.734-1.735,4.148,0.019,5.902c1.063,1.062,2.516,1.667,3.984,1.89l0.033,10.761c0.002,0.289,0.122,0.57,0.324,0.772c0.451,0.451,1.477,0.453,1.925,0.005c0.199-0.199,0.319-0.479,0.319-0.767l-0.012-2.239l1.539,0.005c0.001,0.337-0.12,0.8,0.088,1.008c0.187,0.187,1.663,0.19,1.847,0.007c0.232-0.232,0.203-3.394,0.092-3.529c-0.162-0.205-1.658-0.19-1.844-0.005c-0.208,0.207-0.189,0.642-0.187,0.979l-1.54-0.004l-0.02-6.986c1.469-0.213,2.918-0.81,3.973-1.864c1.742-1.743,1.728-4.157-0.019-5.903C26.044,4.35,20.782,4.334,18.16,6.956zM27.029,11.475c-0.848,0.848-6.334,0.83-7.187-0.022c-0.854-0.853-0.857-2.232-0.01-3.079c0.848-0.848,6.334-0.831,7.186,0.021C27.872,9.248,27.876,10.628,27.029,11.475z",o:0,s:"none",fl:"#333"}},f:{0:{t:"r45,23,9"},10:{o:1},20:{t:""},60:{},70:{o:0},100:{}}},{i:{a:{p:"M24.472,5.294c-2.197-2.197-5.787-2.17-8.018,0.06c-0.253,0.253-0.478,0.523-0.674,0.808L6.028,6.235L3.604,8.659c-0.445,0.445-0.451,1.165-0.012,1.604l0.795,0.795l0.808-0.808l1.665,0.88l1.542-0.905l1.591,1.591l1.615-1.615l1.707,1.476l1.965,0.101c0.267,0.578,0.638,1.118,1.114,1.594c2.195,2.195,5.785,2.168,8.016-0.063S26.666,7.489,24.472,5.294zM7.081,8.124l0.01-1.134l7.221-0.073L14.304,8.05L7.081,8.124zM21.62,10.524c-0.658-0.658-0.648-1.735,0.02-2.403c0.67-0.67,1.746-0.678,2.404-0.021c0.659,0.66,0.652,1.737-0.018,2.407C23.357,11.176,22.28,11.184,21.62,10.524z",o:0,s:"none",fl:"#333"}},f:{0:{t:"r-45,23,9"},10:{o:1},20:{t:""},60:{},70:{o:0},100:{}}},{i:{a:{p:"M29.381,10.583l-7.988-7.988c-0.678-0.677-1.885-0.797-2.682-0.265l-7.553,5.035c-0.797,0.531-1.099,1.667-0.67,2.524c0,0,2.053,4.094,2.127,4.225l-9.741,9.741L2,29.976L7,30v-2h3v-3h4v-4h3l0.738-1.713c0.174,0.104,4.349,2.2,4.349,2.2c0.856,0.429,1.992,0.127,2.523-0.67l5.036-7.553C30.178,12.467,30.058,11.26,29.381,10.583zM6.115,25.348l-1.236-1.236l8.513-8.513l1.236,1.236L6.115,25.348zM27.056,13.575l-1.237,1.237c-0.34,0.34-0.896,0.34-1.236,0l-7.418-7.419c-0.341-0.34-0.341-0.896,0-1.236L18.4,4.92c0.34-0.34,0.896-0.34,1.236,0l7.419,7.418C27.396,12.679,27.396,13.235,27.056,13.575z",s:"none",fl:"#333"}},f:{10:{p:"M27.606,9.518L22.34,4.383c-0.447-0.435-1.244-0.512-1.77-0.169l-4.976,3.237c-0.528,0.342-0.726,1.072-0.442,1.622c0,0,1.353,2.632,1.401,2.716l-6.421,6.264l-0.577,3.934l3.296,0.015v-1.285h1.978v-1.929h2.635v-2.572h1.979l0.487-1.101c0.114,0.067,2.868,1.415,2.868,1.415c0.564,0.277,1.313,0.082,1.663-0.432l3.32-4.854C28.131,10.73,28.052,9.955,27.606,9.518zM12.269,19.012l-0.816-0.795l5.612-5.473l0.814,0.794L12.269,19.012zM26.073,11.443l-0.815,0.796c-0.225,0.218-0.592,0.218-0.814,0l-4.895-4.77c-0.223-0.219-0.223-0.577,0-0.795l0.818-0.795c0.223-0.218,0.589-0.218,0.814,0l4.892,4.771C26.297,10.867,26.297,11.225,26.073,11.443z"},60:{},80:{p:"M29.381,10.583l-7.988-7.988c-0.678-0.677-1.885-0.797-2.682-0.265l-7.553,5.035c-0.797,0.531-1.099,1.667-0.67,2.524c0,0,2.053,4.094,2.127,4.225l-9.741,9.741L2,29.976L7,30v-2h3v-3h4v-4h3l0.738-1.713c0.174,0.104,4.349,2.2,4.349,2.2c0.856,0.429,1.992,0.127,2.523-0.67l5.036-7.553C30.178,12.467,30.058,11.26,29.381,10.583zM6.115,25.348l-1.236-1.236l8.513-8.513l1.236,1.236L6.115,25.348zM27.056,13.575l-1.237,1.237c-0.34,0.34-0.896,0.34-1.236,0l-7.418-7.419c-0.341-0.34-0.341-0.896,0-1.236L18.4,4.92c0.34-0.34,0.896-0.34,1.236,0l7.419,7.418C27.396,12.679,27.396,13.235,27.056,13.575z"},100:{}}}]},lab:{d:500,it:3,sh:[{i:{a:{p:"M14.1,8.3c0.413,0,0.75-0.336,0.75-0.75S14.513,6.8,14.1,6.8c-0.415,0-0.75,0.336-0.75,0.75S13.686,8.3,14.1,8.3z",o:1,t:"s1",s:"none",fl:"#333"}},f:{0:{o:0},10:{o:.6},60:{o:0,t:"s3"},90:{o:0,t:"s1"},100:{o:1}}},{i:{a:{p:"M16.8,8.351c0,0.691,0.559,1.25,1.25,1.25s1.25-0.558,1.25-1.25c0-0.691-0.559-1.25-1.25-1.25S16.8,7.66,16.8,8.351z",o:1,t:"s1",s:"none",fl:"#333"}},f:{0:{o:0,t:"t0,0"},30:{o:.6,t:""},80:{o:0,t:"s3"},90:{o:0,t:"s1"},100:{o:1}}},{i:{a:{p:"M16.085,5.5c0.967,0,1.749-0.784,1.749-1.75c0-0.967-0.782-1.75-1.749-1.75c-0.967,0-1.751,0.784-1.751,1.75C14.334,4.716,15.118,5.5,16.085,5.5z",o:1,t:"s1",s:"none",fl:"#333"}},f:{0:{o:0,t:"t0,0"},40:{o:.7,t:""},70:{o:0,t:"s2.4"},90:{o:0,t:"s1"},100:{o:1}}},{i:{a:{p:"M22.704,25.563C22.704,25.563,19,17,19,16s0.354-1.447,0.732-1.721C20.097,14.015,21,14,21,13s-1.074-1-2-1h-6c-0.926,0-2,0-2,1s0.914,0.997,1.264,1.279C12.629,14.572,13,15.165,13,16c0,1-3.704,9.563-3.704,9.563C7.507,29,9.507,30,12,29.999h8C22.491,30,24.491,29,22.704,25.563z",t:"s1",s:"none",fl:"#333"}},f:{}}]},laptop:{d:1400,it:1,sh:[{i:{a:{p:"M10,12H8v-2h2V12zM10,14H8v2h2V14zM10,18H8v2h2V18zM5.5,22.5H5V23h0.5V22.5z",o:0,s:"none",fl:"#333"}},f:{0:{o:1},10:{},15:{p:"M9.5,11.5h-1v-1h1V11.5zM10,14H8v2h2V14zM10,18H8v2h2V18zM5.5,22.5H5V23h0.5V22.5z"},20:{p:"M10,12H8v-2h2V12zM10,14H8v2h2V14zM10,18H8v2h2V18zM5.5,22.5H5V23h0.5V22.5z"},30:{},31:{p:"M9,15L9,15L9,15L9,15L9,15zM9,15L9,15L9,15L9,15L9,15zM9,15L9,15L9,15L9,15L9,15zM5.5,22.5H5V23h0.5V22.5z"},45:{o:.7,p:"M9,15L9,15L9,15L9,15L9,15zM9,15L9,15L9,15L9,15L9,15zM9,15L9,15L9,15L9,15L9,15zM27,7H5v16h22V7z"},80:{},82:{o:0},85:{p:"M10,12H8v-2h2V12zM10,14H8v2h2V14zM10,18H8v2h2V18zM5.5,22.5H5V23h0.5V22.5z"},100:{}}},{i:{a:{p:"M28,22V8c0-1.104-0.896-2-2-2H6C4.896,6,4,6.896,4,8v14H2v2c0,1.104,0.896,2,2,2h24c1.104,0,2-0.896,2-2v-2H28zM8.1,25H4.9c-0.221,0-0.4-0.224-0.4-0.5S4.679,24,4.9,24h3.2c0.221,0,0.4,0.224,0.4,0.5S8.321,25,8.1,25zM20,25h-8c-0.276,0-0.5-0.224-0.5-0.5S11.724,24,12,24h8c0.276,0,0.5,0.224,0.5,0.5S20.276,25,20,25zM26,22H6V8h20V22z",s:"none",fl:"#333"}},f:{}}]},leaf:{d:1200,it:1,sh:[{i:{a:{p:"M8.542,22.22c0,0-1.482,4.2-5.929,2.938c0,0-1.064,0.39-0.387,1.455c0,0,4.875,1.288,7.375-3.212c0,0,6.896,5.769,13.254,0.796c5.61-4.39,2.308-11.221,7.146-18.904C15.127,3.574,3.595,9.457,8.542,22.22zM23.883,16.816c0,0-5.455-1.666-6.284-1.067l-3.038,3.178c0,0,5.146,0.642,7.195,2.448c0,0-6.759-2.85-9.188-0.884l-2.125,1.95c0,0-1.089-0.221-0.809-1.057l2.572-2.273c0,0,1.813-2.877,0.705-7.962c0,0,2.172,2.272,0.722,6.927l3.675-3.588c0,0,0.305-3.454-0.75-5.975c0,0,1.813,1.9,1.636,5.259l3.174-2.971C21.66,9.541,21.3,7.2,21.3,7.2s1.133,2.631,0.746,3.213c0,0,2.156-1.89,4.642-3.104l-4.2,3.692c1.413,0.399,3.039,1.643,3.039,1.643s-3.484-1.095-3.709-0.853l-2.916,2.89C18.901,14.682,21.961,15.192,23.883,16.816z",o:1,s:"none",fl:"#333"}},f:{2:{t:"r3,2,27"},6:{t:"r-3,2,27"},10:{t:"r3,2,27"},14:{t:"r-3,2,27"},16:{t:"r0,2,27"},60:{t:"t0,12r45,2,27",o:0},61:{t:"t0,0r0,2,27s0.02,0.02,2,27"},70:{},90:{t:"",o:1},100:{}}}]},legal:{d:800,it:1,sh:[{i:{a:{p:"M3.532,13.173l-0.837,0.837c-0.926,0.926-0.926,2.427,0,3.354l5.728,5.727c0.926,0.927,2.426,0.927,3.353,0l0.838-0.837c0.827-0.828,0.873-2.092,0.224-3.019l1.803-1.802l10.217,11.599c0.847,0.991,2.064,1.268,2.721,0.611l2.068-2.068c0.654-0.654,0.378-1.872-0.613-2.721L17.434,14.64l1.802-1.802c0.927,0.648,2.192,0.602,3.017-0.224l0.837-0.837c0.928-0.928,0.928-2.429,0.002-3.354l-5.727-5.729c-0.926-0.926-2.427-0.926-3.355,0.002l-0.837,0.837c-0.826,0.826-0.872,2.091-0.223,3.016l-6.399,6.4C5.625,12.299,4.358,12.346,3.532,13.173zM13.591,7.304l4.891,4.892l-0.698,0.698l-4.891-4.891L13.591,7.304zM8.003,12.894l4.889,4.89l-0.698,0.698l-4.89-4.889L8.003,12.894z",t:"t0,0s1r0",s:"none",fl:"#333"}},f:{10:{t:"t0,-2s0.6r0,24,24"},30:{t:"t0,-2s0.6r45,24,24"},40:{t:"t0,-2s0.6r-45,24,24"},60:{},80:{t:""},100:{}},fIE:{10:{t:"t-1.5,-4s0.6r0,24,24"},30:{t:"t-1.5,-4s0.6r45,24,24"},40:{t:"t-1.5,-4s0.6r-45,24,24"},60:{},80:{t:""},100:{}}},{i:{a:{p:"M18,24.5c0-1.381-3.134-2.5-7.001-2.5C7.133,22,4,23.119,4,24.5l0.001,1c0,1.381,3.133,2.5,6.999,2.5s7-1.119,7-2.5V24.5zM11,26c-2.899,0-5.25-0.672-5.25-1.5S8.101,23,11,23c2.898,0,5.25,0.672,5.25,1.5S13.898,26,11,26z",o:0,s:"none",fl:"#333"}},f:{0:{o:1},60:{},80:{o:0},100:{}}},{i:{a:{p:"M11.931,23.453l3.444-0.164l-2.481,1.129l1.403,1.482l-3.066-0.756l-2.579,1.082l0.588-1.598l-2.994-0.813l3.429-0.232L10.402,22L11.931,23.453z",t:"s1",o:0,s:"none",fl:"#333"}},f:{40:{},41:{t:"s1",o:1},80:{t:"s3",o:0},100:{}}}]},linechart:{d:600,it:1,sh:[{i:{a:{p:"M29.4,26H4.6C4.269,26,4,25.73,4,25.4V22l6-5.079L16,22l13-11V8L16,19l-6-5l-6,5V4.6C4,4.269,3.731,4,3.4,4H2.6C2.269,4,2,4.269,2,4.6v22.201C2,27.463,2.537,28,3.2,28h26.2c0.33,0,0.6-0.27,0.6-0.6V26.6C30,26.27,29.73,26,29.4,26z",s:"none",fl:"#333"}},f:{20:{p:"M29.4,26H4.6C4.269,26,4,25.73,4,25.4V16l6,2.921L16,14l13-4V7l-13,4l-6,5l-6-3V4.6C4,4.269,3.731,4,3.4,4H2.6C2.269,4,2,4.269,2,4.6v22.201C2,27.463,2.537,28,3.2,28h26.2c0.33,0,0.6-0.27,0.6-0.6V26.6C30,26.27,29.73,26,29.4,26z"},35:{},55:{p:"M29.4,26H4.6C4.269,26,4,25.73,4,25.4v-3.713l6.344-2.089L16,13l13,6l0.1-2.8L15.4,9.8L8.9,17.4L4,19V4.6C4,4.269,3.731,4,3.4,4H2.6C2.269,4,2,4.269,2,4.6v22.201C2,27.463,2.537,28,3.2,28h26.2c0.33,0,0.6-0.27,0.6-0.6V26.6C30,26.27,29.73,26,29.4,26z"},70:{},90:{p:"M29.4,26H4.6C4.269,26,4,25.73,4,25.4V22l6-5.079L16,22l13-11V8L16,19l-6-5l-6,5V4.6C4,4.269,3.731,4,3.4,4H2.6C2.269,4,2,4.269,2,4.6v22.201C2,27.463,2.537,28,3.2,28h26.2c0.33,0,0.6-0.27,0.6-0.6V26.6C30,26.27,29.73,26,29.4,26z"},100:{}}}]},link:{d:500,it:2,sh:[{i:{a:{p:"M17.53,10.939c-0.232-0.7,0.049-1.504,0.605-2.062l2.849-2.849c0.787-0.787,2.063-0.787,2.851,0l2.136,2.136c0.787,0.786,0.787,2.062,0,2.849l-2.848,2.849c-0.531,0.53-1.401,0.822-2.075,0.638l-2.2,2.211c1.574,1.573,4.125,1.573,5.699,0l4.272-4.274c1.574-1.573,1.574-4.125,0-5.697L25.259,3.18c-1.573-1.573-4.125-1.573-5.699,0l-4.272,4.274c-1.573,1.573-1.573,4.124,0,5.697L17.53,10.939z",s:"none",fl:"#333"}},f:{30:{t:"t-1,1"},70:{t:"",e:"bounce"},100:{t:""}}},{i:{a:{p:"M10.939,17.53c-0.701-0.232-1.504,0.049-2.062,0.606l-2.849,2.849c-0.787,0.787-0.787,2.063,0,2.85l2.137,2.136c0.787,0.787,2.062,0.787,2.849,0l2.849-2.849c0.529-0.529,0.821-1.399,0.638-2.073l2.211-2.2c1.573,1.574,1.573,4.124,0,5.697l-4.273,4.273c-1.574,1.574-4.125,1.574-5.698,0L3.18,25.259c-1.573-1.573-1.573-4.124,0-5.698l4.273-4.272c1.574-1.574,4.125-1.574,5.698,0L10.939,17.53z",
s:"none",fl:"#333"}},f:{30:{t:"t1,-1"},70:{t:"",e:"bounce"},100:{t:""}}},{i:{a:{p:"M20.628,11.37c0.591,0.59,0.591,1.546,0,2.137l-7.121,7.122c-0.59,0.59-1.546,0.59-2.137,0c-0.59-0.59-0.59-1.546,0-2.137l7.122-7.122C19.082,10.78,20.038,10.78,20.628,11.37z",s:"none",fl:"#333"}},f:{}}]},linkedin:{d:0,it:1,sh:[{i:{a:{p:"M28.4,30h-5.42V19.161c0-1.496-1.213-2.709-2.71-2.709c-1.496,0-2.711,1.213-2.711,2.709V30h-5.417V11.033h5.417v3.365c1.119-1.536,2.828-3.365,4.743-3.365c3.366,0,6.098,3.033,6.098,6.774V30zM9.821,30H4.4V11.033h5.42V30zM7.11,8.323C5.614,8.323,4.4,7.11,4.4,5.614c0-1.496,1.213-2.709,2.709-2.709c1.497,0,2.711,1.213,2.711,2.709C9.821,7.11,8.607,8.323,7.11,8.323L7.11,8.323z",s:"none",fl:"#1F7AA7"}},f:{}}]},"linkedin-alt":{d:0,it:1,sh:[{i:{a:{p:"M27,2H5C3.343,2,2,3.343,2,5v22c0,1.657,1.343,3,3,3h22c1.657,0,3-1.343,3-3V5C30,3.343,28.657,2,27,2zM10.657,27h-4.4V11.601h4.4V27zM8.456,9.399c-1.215,0-2.199-0.984-2.199-2.2C6.257,5.984,7.241,5,8.456,5c1.216,0,2.201,0.984,2.201,2.199C10.657,8.415,9.672,9.399,8.456,9.399zM25.743,27h-4.402v-8.799c0-1.217-0.983-2.201-2.197-2.201c-1.218,0-2.203,0.984-2.203,2.201V27h-4.397V11.601h4.397v2.73c0.91-1.247,2.296-2.73,3.853-2.73c2.733,0,4.95,2.46,4.95,5.5V27z",s:"none",fl:"#1F7AA7"}},f:{}}]},list:{d:800,it:1,sh:[{i:{a:{p:"M27.4,10H10.6C10.269,10,10,9.731,10,9.4V6.6C10,6.269,10.269,6,10.6,6h16.8C27.731,6,28,6.269,28,6.6v2.8C28,9.731,27.731,10,27.4,10zM27.4,12H10.6c-0.332,0-0.6,0.269-0.6,0.6v2.8c0,0.332,0.269,0.6,0.6,0.6h16.8c0.331,0,0.6-0.269,0.6-0.6v-2.8C28,12.269,27.731,12,27.4,12zM27.4,18H10.6c-0.332,0-0.6,0.269-0.6,0.6V21.4c0,0.331,0.269,0.6,0.6,0.6h16.8c0.331,0,0.6-0.269,0.6-0.6V18.6C28,18.269,27.731,18,27.4,18zM27.4,24H10.6c-0.332,0-0.6,0.269-0.6,0.6V27.4c0,0.331,0.269,0.6,0.6,0.6h16.8c0.331,0,0.6-0.269,0.6-0.6V24.6C28,24.269,27.731,24,27.4,24zM7.4,6H4.6C4.269,6,4,6.269,4,6.6v2.8C4,9.731,4.269,10,4.6,10h2.8C7.731,10,8,9.731,8,9.4V6.6C8,6.269,7.731,6,7.4,6zM7.4,12H4.6C4.269,12,4,12.269,4,12.6v2.8C4,15.731,4.269,16,4.6,16h2.8C7.731,16,8,15.731,8,15.4v-2.8C8,12.269,7.731,12,7.4,12zM7.4,18H4.6C4.269,18,4,18.269,4,18.6V21.4C4,21.731,4.269,22,4.6,22h2.8C7.731,22,8,21.731,8,21.4V18.6C8,18.269,7.731,18,7.4,18zM7.4,24H4.6C4.269,24,4,24.269,4,24.6V27.4C4,27.731,4.269,28,4.6,28h2.8C7.731,28,8,27.731,8,27.4V24.6C8,24.269,7.731,24,7.4,24z",s:"none",fl:"#333"}},f:{0:{p:"M4,6L4,6L4,6L4,6L4,6L4,6L4,6L4,6L4,6zM4,12L4,12L4,12L4,12L4,12L4,12L4,12L4,12L4,12zM4,18L4,18L4,18L4,18L4,18L4,18L4,18L4,18L4,18zM4,24L4,24L4,24L4,24L4,24L4,24L4,24L4,24L4,24zM4,6L4,6L4,6L4,6L4,6L4,6L4,6L4,6L4,6zM4,12L4,12L4,12L4,12L4,12L4,12L4,12L4,12L4,12zM4,18L4,18L4,18L4,18L4,18L4,18L4,18L4,18L4,18zM4,24L4,24L4,24L4,24L4,24L4,24L4,24L4,24L4,24z"},15:{p:"M27.4,10H10.6C10.269,10,10,9.731,10,9.4V6.6C10,6.269,10.269,6,10.6,6h16.8C27.731,6,28,6.269,28,6.6v2.8C28,9.731,27.731,10,27.4,10zM4,12L4,12L4,12L4,12L4,12L4,12L4,12L4,12L4,12zM4,18L4,18L4,18L4,18L4,18L4,18L4,18L4,18L4,18zM4,24L4,24L4,24L4,24L4,24L4,24L4,24L4,24L4,24zM7.4,6H4.6C4.269,6,4,6.269,4,6.6v2.8C4,9.731,4.269,10,4.6,10h2.8C7.731,10,8,9.731,8,9.4V6.6C8,6.269,7.731,6,7.4,6zM4,12L4,12L4,12L4,12L4,12L4,12L4,12L4,12L4,12zM4,18L4,18L4,18L4,18L4,18L4,18L4,18L4,18L4,18zM4,24L4,24L4,24L4,24L4,24L4,24L4,24L4,24L4,24z"},30:{p:"M27.4,10H10.6C10.269,10,10,9.731,10,9.4V6.6C10,6.269,10.269,6,10.6,6h16.8C27.731,6,28,6.269,28,6.6v2.8C28,9.731,27.731,10,27.4,10zM27.4,12H10.6c-0.332,0-0.6,0.269-0.6,0.6v2.8c0,0.332,0.269,0.6,0.6,0.6h16.8c0.331,0,0.6-0.269,0.6-0.6v-2.8C28,12.269,27.731,12,27.4,12zM4,18L4,18L4,18L4,18L4,18L4,18L4,18L4,18L4,18zM4,24L4,24L4,24L4,24L4,24L4,24L4,24L4,24L4,24zM7.4,6H4.6C4.269,6,4,6.269,4,6.6v2.8C4,9.731,4.269,10,4.6,10h2.8C7.731,10,8,9.731,8,9.4V6.6C8,6.269,7.731,6,7.4,6zM7.4,12H4.6C4.269,12,4,12.269,4,12.6v2.8C4,15.731,4.269,16,4.6,16h2.8C7.731,16,8,15.731,8,15.4v-2.8C8,12.269,7.731,12,7.4,12zM4,18L4,18L4,18L4,18L4,18L4,18L4,18L4,18L4,18zM4,24L4,24L4,24L4,24L4,24L4,24L4,24L4,24L4,24z"},45:{p:"M27.4,10H10.6C10.269,10,10,9.731,10,9.4V6.6C10,6.269,10.269,6,10.6,6h16.8C27.731,6,28,6.269,28,6.6v2.8C28,9.731,27.731,10,27.4,10zM27.4,12H10.6c-0.332,0-0.6,0.269-0.6,0.6v2.8c0,0.332,0.269,0.6,0.6,0.6h16.8c0.331,0,0.6-0.269,0.6-0.6v-2.8C28,12.269,27.731,12,27.4,12zM27.4,18H10.6c-0.332,0-0.6,0.269-0.6,0.6V21.4c0,0.331,0.269,0.6,0.6,0.6h16.8c0.331,0,0.6-0.269,0.6-0.6V18.6C28,18.269,27.731,18,27.4,18zM4,24L4,24L4,24L4,24L4,24L4,24L4,24L4,24L4,24zM7.4,6H4.6C4.269,6,4,6.269,4,6.6v2.8C4,9.731,4.269,10,4.6,10h2.8C7.731,10,8,9.731,8,9.4V6.6C8,6.269,7.731,6,7.4,6zM7.4,12H4.6C4.269,12,4,12.269,4,12.6v2.8C4,15.731,4.269,16,4.6,16h2.8C7.731,16,8,15.731,8,15.4v-2.8C8,12.269,7.731,12,7.4,12zM7.4,18H4.6C4.269,18,4,18.269,4,18.6V21.4C4,21.731,4.269,22,4.6,22h2.8C7.731,22,8,21.731,8,21.4V18.6C8,18.269,7.731,18,7.4,18zM4,24L4,24L4,24L4,24L4,24L4,24L4,24L4,24L4,24z"},60:{p:"M27.4,10H10.6C10.269,10,10,9.731,10,9.4V6.6C10,6.269,10.269,6,10.6,6h16.8C27.731,6,28,6.269,28,6.6v2.8C28,9.731,27.731,10,27.4,10zM27.4,12H10.6c-0.332,0-0.6,0.269-0.6,0.6v2.8c0,0.332,0.269,0.6,0.6,0.6h16.8c0.331,0,0.6-0.269,0.6-0.6v-2.8C28,12.269,27.731,12,27.4,12zM27.4,18H10.6c-0.332,0-0.6,0.269-0.6,0.6V21.4c0,0.331,0.269,0.6,0.6,0.6h16.8c0.331,0,0.6-0.269,0.6-0.6V18.6C28,18.269,27.731,18,27.4,18zM27.4,24H10.6c-0.332,0-0.6,0.269-0.6,0.6V27.4c0,0.331,0.269,0.6,0.6,0.6h16.8c0.331,0,0.6-0.269,0.6-0.6V24.6C28,24.269,27.731,24,27.4,24zM7.4,6H4.6C4.269,6,4,6.269,4,6.6v2.8C4,9.731,4.269,10,4.6,10h2.8C7.731,10,8,9.731,8,9.4V6.6C8,6.269,7.731,6,7.4,6zM7.4,12H4.6C4.269,12,4,12.269,4,12.6v2.8C4,15.731,4.269,16,4.6,16h2.8C7.731,16,8,15.731,8,15.4v-2.8C8,12.269,7.731,12,7.4,12zM7.4,18H4.6C4.269,18,4,18.269,4,18.6V21.4C4,21.731,4.269,22,4.6,22h2.8C7.731,22,8,21.731,8,21.4V18.6C8,18.269,7.731,18,7.4,18zM7.4,24H4.6C4.269,24,4,24.269,4,24.6V27.4C4,27.731,4.269,28,4.6,28h2.8C7.731,28,8,27.731,8,27.4V24.6C8,24.269,7.731,24,7.4,24z"},100:{}}}]},"list-ol":{d:800,it:1,sh:[{i:{a:{p:"M27.4,10H12.6C12.269,10,12,9.731,12,9.4V6.6C12,6.269,12.269,6,12.6,6h14.8C27.731,6,28,6.269,28,6.6v2.8C28,9.731,27.731,10,27.4,10zM27.4,14H12.6c-0.332,0-0.6,0.269-0.6,0.6v2.8c0,0.331,0.269,0.6,0.6,0.6h14.8c0.331,0,0.6-0.269,0.6-0.6v-2.8C28,14.269,27.731,14,27.4,14zM27.4,22H12.6c-0.332,0-0.6,0.269-0.6,0.6V25.4c0,0.331,0.269,0.6,0.6,0.6h14.8c0.331,0,0.6-0.269,0.6-0.6V22.6C28,22.269,27.731,22,27.4,22zM8,10H6V5c0,0-1.172,0.703-2,0.743V3.906C5.026,3.438,5.749,2.803,6.169,2H8V10zM10,18.201L9,20H4v-0.469c0,0,3.432-3.311,3.42-4.586c-0.014-1.492-1.998-1.445-2.866-1.072v-1.681c4.243-0.817,4.828,1.479,4.831,2.341c0.005,1.56-1.292,2.716-1.879,3.667H10zM10,27.431c0.094,2.335-3.563,3.21-6,2.086l0.576-1.556c0.971,0.336,3.232,0.777,3.333-0.518c0.076-0.975-1.69-1.068-2.119-0.967V25.27c1.155,0,1.733-0.298,1.733-0.896c0-0.608-1.289-1.155-2.845-0.409v-1.646C5.269,22.106,5.909,21.99,6.6,22c2.119,0.031,2.994,1.016,2.995,2.088c0.001,0.695-0.324,1.188-0.97,1.476C9.04,25.721,9.953,26.25,10,27.431z",s:"none",fl:"#333"}},f:{0:{p:"M4,10L4,10L4,10L4,10L4,10L4,10L4,10L4,10L4,10zM4,16.01L4,16.01L4,16.01L4,16.01L4,16.01L4,16.01L4,16.01L4,16.01L4,16.01zM4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22zM4,10L4,10L4,10L4,10L4,10L4,10L4,10L4,10zM4,16.01L4,16.01L4,16.01L4,16.01L4,16.01L4,16.01L4,16.01L4,16.01L4,16.01L4,16.01zM4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22z"},15:{p:"M27.4,10H12.6C12.269,10,12,9.731,12,9.4V6.6C12,6.269,12.269,6,12.6,6h14.8C27.731,6,28,6.269,28,6.6v2.8C28,9.731,27.731,10,27.4,10zM4,16.01L4,16.01L4,16.01L4,16.01L4,16.01L4,16.01L4,16.01L4,16.01L4,16.01zM4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22zM8,10H6V5c0,0-1.172,0.703-2,0.743V3.906C5.026,3.438,5.749,2.803,6.169,2H8V10zM4,16.01L4,16.01L4,16.01L4,16.01L4,16.01L4,16.01L4,16.01L4,16.01L4,16.01L4,16.01zM4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22z"},20:{},35:{p:"M27.4,10H12.6C12.269,10,12,9.731,12,9.4V6.6C12,6.269,12.269,6,12.6,6h14.8C27.731,6,28,6.269,28,6.6v2.8C28,9.731,27.731,10,27.4,10zM27.4,14H12.6c-0.332,0-0.6,0.269-0.6,0.6v2.8c0,0.331,0.269,0.6,0.6,0.6h14.8c0.331,0,0.6-0.269,0.6-0.6v-2.8C28,14.269,27.731,14,27.4,14zM4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22zM8,10H6V5c0,0-1.172,0.703-2,0.743V3.906C5.026,3.438,5.749,2.803,6.169,2H8V10zM10,18.201L9,20H4v-0.469c0,0,3.432-3.311,3.42-4.586c-0.014-1.492-1.998-1.445-2.866-1.072v-1.681c4.243-0.817,4.828,1.479,4.831,2.341c0.005,1.56-1.292,2.716-1.879,3.667H10zM4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22L4,22z"},40:{},55:{p:"M27.4,10H12.6C12.269,10,12,9.731,12,9.4V6.6C12,6.269,12.269,6,12.6,6h14.8C27.731,6,28,6.269,28,6.6v2.8C28,9.731,27.731,10,27.4,10zM27.4,14H12.6c-0.332,0-0.6,0.269-0.6,0.6v2.8c0,0.331,0.269,0.6,0.6,0.6h14.8c0.331,0,0.6-0.269,0.6-0.6v-2.8C28,14.269,27.731,14,27.4,14zM27.4,22H12.6c-0.332,0-0.6,0.269-0.6,0.6V25.4c0,0.331,0.269,0.6,0.6,0.6h14.8c0.331,0,0.6-0.269,0.6-0.6V22.6C28,22.269,27.731,22,27.4,22zM8,10H6V5c0,0-1.172,0.703-2,0.743V3.906C5.026,3.438,5.749,2.803,6.169,2H8V10zM10,18.201L9,20H4v-0.469c0,0,3.432-3.311,3.42-4.586c-0.014-1.492-1.998-1.445-2.866-1.072v-1.681c4.243-0.817,4.828,1.479,4.831,2.341c0.005,1.56-1.292,2.716-1.879,3.667H10zM10,27.431c0.094,2.335-3.563,3.21-6,2.086l0.576-1.556c0.971,0.336,3.232,0.777,3.333-0.518c0.076-0.975-1.69-1.068-2.119-0.967V25.27c1.155,0,1.733-0.298,1.733-0.896c0-0.608-1.289-1.155-2.845-0.409v-1.646C5.269,22.106,5.909,21.99,6.6,22c2.119,0.031,2.994,1.016,2.995,2.088c0.001,0.695-0.324,1.188-0.97,1.476C9.04,25.721,9.953,26.25,10,27.431z"},100:{}}}]},"list-ul":{d:800,it:1,sh:[{i:{a:{p:"M27.4,10H12.6C12.269,10,12,9.731,12,9.4V6.6C12,6.269,12.269,6,12.6,6h14.8C27.731,6,28,6.269,28,6.6v2.8C28,9.731,27.731,10,27.4,10zM27.4,14H12.6c-0.332,0-0.6,0.269-0.6,0.6v2.8c0,0.331,0.269,0.6,0.6,0.6h14.8c0.331,0,0.6-0.269,0.6-0.6v-2.8C28,14.269,27.731,14,27.4,14zM27.4,22H12.6c-0.332,0-0.6,0.269-0.6,0.6V25.4c0,0.331,0.269,0.6,0.6,0.6h14.8c0.331,0,0.6-0.269,0.6-0.6V22.6C28,22.269,27.731,22,27.4,22zM7,5C5.343,5,4,6.343,4,8s1.343,3,3,3s3-1.343,3-3S8.657,5,7,5zM7,13c-1.656,0-3,1.343-3,3c0,1.656,1.344,3,3,3s3-1.344,3-3C10,14.343,8.656,13,7,13zM7,21c-1.656,0-3,1.344-3,3s1.344,3,3,3s3-1.344,3-3S8.656,21,7,21z",s:"none",fl:"#333"}},f:{0:{p:"M4,8L4,8L4,8L4,8L4,8L4,8L4,8L4,8L4,8zM4,16L4,16L4,16L4,16L4,16L4,16L4,16L4,16L4,16zM4,24L4,24L4,24L4,24L4,24L4,24L4,24L4,24L4,24zM4,8L4,8L4,8L4,8L4,8zM4,16L4,16L4,16L4,16L4,16zM4,24L4,24L4,24L4,24L4,24z"},15:{p:"M27.4,10H12.6C12.269,10,12,9.731,12,9.4V6.6C12,6.269,12.269,6,12.6,6h14.8C27.731,6,28,6.269,28,6.6v2.8C28,9.731,27.731,10,27.4,10zM4,16L4,16L4,16L4,16L4,16L4,16L4,16L4,16L4,16zM4,24L4,24L4,24L4,24L4,24L4,24L4,24L4,24L4,24zM7,5C5.343,5,4,6.343,4,8s1.343,3,3,3s3-1.343,3-3S8.657,5,7,5zM4,16L4,16L4,16L4,16L4,16zM4,24L4,24L4,24L4,24L4,24z"},20:{},35:{p:"M27.4,10H12.6C12.269,10,12,9.731,12,9.4V6.6C12,6.269,12.269,6,12.6,6h14.8C27.731,6,28,6.269,28,6.6v2.8C28,9.731,27.731,10,27.4,10zM27.4,14H12.6c-0.332,0-0.6,0.269-0.6,0.6v2.8c0,0.331,0.269,0.6,0.6,0.6h14.8c0.331,0,0.6-0.269,0.6-0.6v-2.8C28,14.269,27.731,14,27.4,14zM4,24L4,24L4,24L4,24L4,24L4,24L4,24L4,24L4,24zM7,5C5.343,5,4,6.343,4,8s1.343,3,3,3s3-1.343,3-3S8.657,5,7,5zM7,13c-1.656,0-3,1.343-3,3c0,1.656,1.344,3,3,3s3-1.344,3-3C10,14.343,8.656,13,7,13zM4,24L4,24L4,24L4,24L4,24z"},40:{},55:{p:"M27.4,10H12.6C12.269,10,12,9.731,12,9.4V6.6C12,6.269,12.269,6,12.6,6h14.8C27.731,6,28,6.269,28,6.6v2.8C28,9.731,27.731,10,27.4,10zM27.4,14H12.6c-0.332,0-0.6,0.269-0.6,0.6v2.8c0,0.331,0.269,0.6,0.6,0.6h14.8c0.331,0,0.6-0.269,0.6-0.6v-2.8C28,14.269,27.731,14,27.4,14zM27.4,22H12.6c-0.332,0-0.6,0.269-0.6,0.6V25.4c0,0.331,0.269,0.6,0.6,0.6h14.8c0.331,0,0.6-0.269,0.6-0.6V22.6C28,22.269,27.731,22,27.4,22zM7,5C5.343,5,4,6.343,4,8s1.343,3,3,3s3-1.343,3-3S8.657,5,7,5zM7,13c-1.656,0-3,1.343-3,3c0,1.656,1.344,3,3,3s3-1.344,3-3C10,14.343,8.656,13,7,13zM7,21c-1.656,0-3,1.344-3,3s1.344,3,3,3s3-1.344,3-3S8.656,21,7,21z"},100:{}}}]},location:{d:1e3,it:1,sh:[{i:{a:{p:"M16,2c-4.526,0-8.197,3.669-8.197,8.196C7.803,14.725,16,30,16,30s8.197-15.275,8.197-19.804C24.197,5.669,20.528,2,16,2zM16,14.113c-2.163,0-3.918-1.753-3.918-3.917c0-2.164,1.755-3.916,3.918-3.916c2.162,0,3.916,1.753,3.916,3.916C19.916,12.359,18.162,14.113,16,14.113z",s:"none",fl:"#333"}},f:{0:{t:"s1r0"},5:{t:"s0.5"},15:{t:"s0.5r265"},20:{},30:{t:"s0.5r95"},35:{},50:{t:"s0.5r360"},60:{t:"t0,-8s0.5"},70:{t:"t0,10s0.5,0.3"},75:{},90:{t:"",e:"elastic"},100:{t:""}}}]},lock:{d:700,it:1,sh:[{i:{a:{p:"M24.5,15c0-4.971-3.629-9-8.6-9c-4.971,0-8.4,4.029-8.4,9v2H10v-2c0-3.59,2.31-6.5,5.9-6.5c3.59,0,6.1,2.91,6.1,6.5v8.399h2.5V15z",s:"none",fl:"#333"}},f:{0:{t:"t0,-4"},20:{t:"t0,-4"},70:{t:"",e:"backOut"},100:{t:""}}},{i:{a:{p:"M26,16H6c-1.104,0-2,0.896-2,2v10c0,1.105,0.896,2,2,2h20c1.104,0,2-0.895,2-2V18C28,16.896,27.104,16,26,16zM18,28h-3.898l1.028-4.207C14.463,23.469,14,22.791,14,22c0-1.104,0.896-2,2-2s2,0.896,2,2c0,0.754-0.423,1.403-1.039,1.744L18,28z",s:"none",fl:"#333"}},f:{}}]},magic:{d:500,it:2,sh:[{i:{a:{p:"M27.588,18.198l-0.182-1.25l-0.883,0.905l-1.244-0.215l0.588,1.118l-0.588,1.118l1.244-0.214l0.883,0.905l0.182-1.25l1.133-0.561L27.588,18.198z",o:1,t:"t0,0s1r0",s:"none",fl:"#333"}},f:{0:{o:0,t:"t-10,-1s0.2"},100:{o:1,t:"t0,0s1r360"}}},{i:{a:{p:"M25.091,4.312L24.687,2l-1.59,1.727l-2.322-0.33l1.15,2.045L20.894,7.55l2.301-0.463l1.687,1.633l0.271-2.332l2.074-1.099L25.091,4.312z",o:1,t:"t0,0s1r0",s:"none",fl:"#333"}},f:{0:{o:0,t:"t-7,14s0.5"},100:{o:1,t:"t0,0s1r360"}}},{i:{a:{p:"M12.553,10.289l1.021-1.096l1.481,0.219l-0.728-1.31l0.667-1.341l-1.47,0.287L12.455,6l-0.182,1.487L10.945,8.18l1.358,0.632L12.553,10.289z",o:1,t:"t0,0s1r0",s:"none",fl:"#333"}},f:{0:{o:0,t:"t4,10s0.5"},100:{o:1,t:"t0,0s1r360"}}},{i:{a:{p:"M8.335,15.371l0.667-0.994l1.196-0.014l-0.739-0.94l0.356-1.142l-1.124,0.411L7.716,12l0.045,1.196l-0.959,0.715l1.15,0.327L8.335,15.371z",o:1,t:"t0,0s1r0",s:"none",fl:"#333"}},f:{0:{o:0,t:"t8.5,4s0.5"},100:{o:1,t:"t0,0s1r360"}}},{i:{a:{p:"M4.768,7.026l1.079-0.423l0.96,0.648l-0.07-1.156L7.649,5.38L6.528,5.089L6.131,4L5.509,4.978L4.351,5.019l0.736,0.894L4.768,7.026z",o:1,t:"t0,0s1r0",s:"none",fl:"#333"}},f:{0:{o:0,t:"t11,12s0.5"},100:{o:1,t:"t0,0s1r360"}}},{i:{a:{p:"M20.672,13.925c-0.325-0.417-0.806-0.835-1.394-1.204c-0.588-0.368-1.172-0.618-1.692-0.729c-0.492-0.089-1.039-0.149-1.425,0.374L4.6,30.8h6.7l9.655-15.428C21.258,14.796,20.967,14.331,20.672,13.925zM15.657,21.936c-0.254-0.396-0.74-0.856-1.373-1.254c-0.632-0.396-1.258-0.634-1.726-0.689l4.421-7.052c0.063-0.013,0.262-0.021,0.543,0.066c0.346,0.092,0.785,0.285,1.225,0.562c0.504,0.313,0.908,0.677,1.133,0.97c0.113,0.145,0.178,0.271,0.195,0.335c0.002,0.006,0.004,0.011,0.004,0.015L15.657,21.936z",s:"none",fl:"#333"}},f:{50:{t:"r5,0,40"},100:{t:""}}}]},"magic-alt":{d:1800,it:1,sh:[{i:{a:{p:"M13.801,29.151c0,0,1.284-0.75,0.692-1.457c-0.451-0.538-1.263,0.281-1.263,0.281c0.216-0.679-0.007-1.247-0.425-1.542c0.631-0.405,0.864-1.267,0.875-1.757c0.005-0.231-0.072-0.538-0.279-0.881c0.58-0.701,1.354-1.738,1.565-2.511c0.275-1,0.491-2.867-0.195-3.106c-0.694-0.242-1.848,1.226-2.281,2.186c-0.299,0.662-0.253,1.891-0.193,2.622c-0.116-0.024-0.237-0.038-0.365-0.036c-0.082,0.001-0.163,0.009-0.242,0.019c0.062-0.775,0.106-2.086-0.219-2.787C11.074,19.322,9.955,17.997,9.349,18c-0.063,0-0.12,0.017-0.17,0.047c-0.574,0.35-0.454,2.112-0.183,3.117c0.22,0.813,1.216,2.007,1.567,2.411c-0.271,0.316-0.451,0.531-0.5,1.062c-0.051,0.572,0.262,1.294,0.947,1.698c-0.589,0.412-0.644,0.901-0.559,1.408c0,0-0.8-0.352-1.044,0.098c-0.49,0.902,1.117,1.48,1.117,1.48s-0.395-0.033-0.729,0c-0.353,0.035-0.944,0.132-0.945,0.486c0,0.195,1.166,0.16,1.746,0.096c0.326-0.035,0.947-0.255,0.947-0.255s0.22,0.097,0.34,0.084c0.123-0.013,0.357-0.107,0.357-0.107s0.747,0.312,1.172,0.353c0.609,0.061,1.732,0.008,1.737-0.244C15.153,29.486,13.801,29.151,13.801,29.151zM11.075,25.144c-0.201,0-0.364-0.229-0.364-0.509c0-0.281,0.163-0.509,0.364-0.509s0.363,0.228,0.363,0.509C11.438,24.915,11.275,25.144,11.075,25.144zM11.882,25.062c0.129,0,0.234,0.082,0.234,0.183s-0.105,0.183-0.234,0.183s-0.233-0.082-0.233-0.183S11.753,25.062,11.882,25.062zM11.861,26.028c-0.158,0-0.29-0.104-0.337-0.244h0.674C12.15,25.925,12.018,26.028,11.861,26.028zM12.553,25.127c-0.199-0.046-0.285-0.31-0.191-0.586c0.081-0.243,0.289-0.471,0.528-0.418c0.199,0.044,0.285,0.308,0.192,0.585S12.752,25.173,12.553,25.127zM11.255,24.628c0,0.125-0.086,0.228-0.191,0.228s-0.191-0.103-0.191-0.228s0.086-0.227,0.191-0.227S11.255,24.503,11.255,24.628zM12.872,24.665c-0.033,0.122-0.132,0.206-0.22,0.188c-0.087-0.018-0.132-0.13-0.098-0.253c0.034-0.121,0.131-0.205,0.219-0.188C12.861,24.431,12.906,24.542,12.872,24.665z",o:0,s:"none",fl:"#333"}},f:{20:{},30:{o:1},50:{},52:{o:0},100:{}}},{i:{a:{p:"M16.262,11.302l0.387,3.134l-2.789-1.657l-2.852,1.5l0.513-3.182l-2.14-2.143l3.136-0.387l1.421-3.003l1.274,2.864l3.182,0.511L16.262,11.302z",t:"",o:0,s:"none",fl:"#333"}},f:{15:{},16:{o:.7},30:{o:0,t:"s4"},50:{},52:{o:0},60:{t:""},100:{}}},{i:{a:{p:"M16.945,4l-4.943,2.599L7.057,4L8,9.506l-4,3.898l5.529,0.803L12,19.215l1.924-3.896l8.822,13.623c0.18,0.279,0.543,0.346,0.813,0.152l2.264-1.646c0.27-0.193,0.316-0.561,0.107-0.816l-10.23-12.602l4.299-0.626L16,9.505L16.945,4zM13.344,12.654l-1.365,2.769l-1.367-2.769L7.555,12.21l2.211-2.154L9.244,7.012l2.734,1.437l2.732-1.437l-0.521,3.043l2.211,2.156L13.344,12.654z",t:"t0,0r0",s:"none",fl:"#333"}},f:{5:{t:"t10,-12r10,24,28"},15:{t:"t10,-12r-45,24,28"},17:{t:"t10,-12r-40,24,28"},55:{},60:{t:""},100:{}}}]},magnet:{d:1e3,it:1,sh:[{i:{a:{p:"M18.454,23.224l-9.62-2.055c-1.002-0.214-1.994,0.467-2.208,1.466c-0.214,1.007,0.37,2.231,1.372,2.446l9.62,2.055c0.289,2.106,1.613,2.913,3.505,3.308c1.792,0.377,3.569-0.358,4.644-1.7l-3.627-0.802l-0.751-2.32l1.634-1.823l3.639,0.786c-0.432-1.67-1.773-3.005-3.577-3.383C21.188,20.807,19.57,21.418,18.454,23.224z",t:"t0,12",s:"none",fl:"#333"}},f:{12:{},20:{t:""},50:{},60:{t:"t0,12"},100:{}}},{i:{a:{p:"M22,22h6v-7.066C28,9.844,24.338,2.5,16,2.5C7.538,2.5,4,9.844,4,14.935V22h6v-7.065c0-0.736,0.49-6.393,6-6.435c5.689,0.167,6,5.699,6,6.435V22zM28,30c0,0,0-3,0-6h-6c0,3,0,6,0,6H28zM4,30h6c0,0,0-3,0-6H4C4,27,4,30,4,30z",s:"none",fl:"#333"}},f:{10:{t:"s0.66,0.66,16,2.5"},60:{},70:{t:""},100:{}}}]},mail:{d:2e3,it:1,sh:[{i:{a:{p:"M28,12v17H4V12H28z",t:"t0,-33",s:"none",fl:"#333"},o:0},f:{15:{t:"t0,-33",o:.7},30:{t:"",e:">"},50:{o:.7},51:{o:0},99:{t:""},100:{t:"r180t0,100"}}},{i:{a:{p:"M3.2,26C2.537,26,2,25.463,2,24.801V9.5l5.6,4.6L4,24l5.1-8.6l5.013,3.625c1.042,0.818,2.731,0.818,3.773,0L22.9,15.4L28,24l-3.6-9.9L30,9.5v15.301C30,25.463,29.463,26,28.801,26H3.2zM28.801,6H3.2C2.537,6,2,6.537,2,7.2v0.758l12.113,9.52c1.042,0.816,2.73,0.816,3.773,0L30,7.958V7.2C30,6.537,29.463,6,28.801,6z",o:1,s:"none",fl:"#333"}},f:{15:{p:"M3.2,30C2.537,30,2,29.463,2,28.801V13.5l5.6,4.6L4,28l5.1-8.6l5.013,3.624c1.042,0.818,2.731,0.818,3.773,0L22.9,19.4L28,28l-3.6-9.9l5.6-4.6v15.301C30,29.463,29.463,30,28.801,30H3.2zM30,11H2l0,0l0,0l12.113-7.612C15.2,2.8,16.8,2.8,17.887,3.388L30,11L30,11L30,11z"},35:{},50:{p:"M3.2,26C2.537,26,2,25.463,2,24.801V9.5l5.6,4.6L4,24l5.1-8.6l5.013,3.625c1.042,0.818,2.731,0.818,3.773,0L22.9,15.4L28,24l-3.6-9.9L30,9.5v15.301C30,25.463,29.463,26,28.801,26H3.2zM28.801,6H3.2C2.537,6,2,6.537,2,7.2v0.758l12.113,9.52c1.042,0.816,2.73,0.816,3.773,0L30,7.958V7.2C30,6.537,29.463,6,28.801,6z",t:"t0,3r0"},65:{t:"t0,3r-300s0.6"},70:{t:"r-100t40,40"},71:{o:0},72:{t:""},89:{o:0},90:{t:"s0.3"},100:{o:1,t:"",e:"elastic"}}}]},"mail-alt":{d:1200,it:1,sh:[{i:{a:{p:"M3.2,24C2.537,24,2,23.463,2,22.801V11.5l12.113,9.524c1.042,0.818,2.731,0.818,3.773,0L30,11.5v11.301C30,23.463,29.463,24,28.801,24H3.2zM28.801,8H3.2C2.537,8,2,8.537,2,9.2v0.758l12.113,9.519c1.042,0.816,2.73,0.816,3.773,0L30,9.958V9.2C30,8.537,29.463,8,28.801,8zM19.501,11h-6.223c0.137,0.306,0.217,0.644,0.22,1h4.003C17.776,12,18,12.224,18,12.5S17.776,13,17.501,13H13.3c-0.381,0.894-1.267,1.521-2.3,1.521c-1.381,0-2.5-1.12-2.5-2.5s1.119-2.5,2.5-2.5c0.547,0,1.049,0.181,1.461,0.479h7.04C19.776,10,20,10.224,20,10.5S19.776,11,19.501,11z",o:1,s:"none",fl:"#333"}},f:{0:{o:1,t:""},15:{t:"t-6,4s0.6"},25:{t:"t-6,4r-15s0.6"},50:{t:"t24,-6r180s0.8"},51:{o:0},52:{o:0,t:""},60:{o:0,t:""},90:{o:0,t:"s0.4"},100:{o:1,t:"",e:"elastic"}}}]},map:{d:1500,it:1,sh:[{i:{a:{p:"M22,2v20l8,8V10L22,2zM22.771,16L22.771,16L22.771,16L22.771,16L22.771,16zM27.6,14H26l0,0H27.6L27.6,14zM12,10v20l8-8V2L12,10zM12.969,18L12.969,18L12.969,18L12.969,18L12.969,18zM16,19L16,19L16,19L16,19L16,19zM2,2v20l8,8V10L2,2zM2.8,16.473L2.8,16.473L2.8,16.473L2.8,16.473L2.8,16.473zM5.814,16L5.814,16L5.814,16L5.814,16L5.814,16z",s:"none",fl:"#333"}},f:{5:{p:"M22,6v20h8V6H22zM22.771,20L22.771,20L22.771,20L22.771,20L22.771,20zM27.6,14H26l0,0H27.6L27.6,14zM12,6v20h8V6H12zM12.969,14L12.969,14L12.969,14L12.969,14L12.969,14zM16,19L16,19L16,19L16,19L16,19zM2,6v20h8V6H2zM2.8,20.473L2.8,20.473L2.8,20.473L2.8,20.473L2.8,20.473zM5.814,16L5.814,16L5.814,16L5.814,16L5.814,16z"},8:{p:"M21,6v20h10V6H21zM21.963,20L21.963,20L21.963,20L21.963,20L21.963,20zM28,14h-2l0,0H28L28,14zM11,6v20h10V6H11zM12.211,14L12.211,14L12.211,14L12.211,14L12.211,14zM16,19L16,19L16,19L16,19L16,19zM1,6v20h10V6H1zM2,20.473L2,20.473L2,20.473L2,20.473L2,20.473zM5.768,16L5.768,16L5.768,16L5.768,16L5.768,16z"},10:{p:"M21,6v20h10V6H21zM21.963,20L21.963,20L21.963,20L21.963,20L21.963,20zM28,14h-2l0,0H28L28,14zM11,6v20h10V6H11zM12.211,14L12.211,14L12.211,14L12.211,14L12.211,14zM16,19L16,19L16,19L16,19L16,19zM1,6v20h10V6H1zM3.789,20.473L2,19.578L3.789,16l1.789,0.894L3.789,20.473zM5.768,16L5.768,16L5.768,16L5.768,16L5.768,16z"},15:{p:"M21,6v20h10V6H21zM21.963,20L21.963,20L21.963,20L21.963,20L21.963,20zM28,14h-2l0,0H28L28,14zM11,6v20h10V6H11zM12.211,14L12.211,14L12.211,14L12.211,14L12.211,14zM16,19L16,19L16,19L16,19L16,19zM1,6v20h10V6H1zM3.789,20.473L2,19.578L3.789,16l1.789,0.894L3.789,20.473zM6.76,16l-0.992-1.736l3.473-1.985l0.992,1.737L6.76,16z"},20:{p:"M21,6v20h10V6H21zM21.963,20L21.963,20L21.963,20L21.963,20L21.963,20zM28,14h-2l0,0H28L28,14zM11,6v20h10V6H11zM14,18.473l-1.789-3.578L14,14l1.789,3.578L14,18.473zM16,19L16,19L16,19L16,19L16,19zM1,6v20h10V6H1zM3.789,20.473L2,19.578L3.789,16l1.789,0.894L3.789,20.473zM6.76,16l-0.992-1.736l3.473-1.985l0.992,1.737L6.76,16z"},25:{p:"M21,6v20h10V6H21zM21.963,20L21.963,20L21.963,20L21.963,20L21.963,20zM28,14h-2l0,0H28L28,14zM11,6v20h10V6H11zM14,18.473l-1.789-3.578L14,14l1.789,3.578L14,18.473zM20,20h-4v-2h4V20zM1,6v20h10V6H1zM3.789,20.473L2,19.578L3.789,16l1.789,0.894L3.789,20.473zM6.76,16l-0.992-1.736l3.473-1.985l0.992,1.737L6.76,16z"},30:{p:"M21,6v20h10V6H21zM23.516,20l-1.553-1.262l2.521-3.104l1.553,1.261L23.516,20zM28,14h-2l0,0H28L28,14zM11,6v20h10V6H11zM14,18.473l-1.789-3.578L14,14l1.789,3.578L14,18.473zM20,20h-4v-2h4V20zM1,6v20h10V6H1zM3.789,20.473L2,19.578L3.789,16l1.789,0.894L3.789,20.473zM6.76,16l-0.992-1.736l3.473-1.985l0.992,1.737L6.76,16z"},35:{p:"M21,6v20h10V6H21zM23.516,20l-1.553-1.262l2.521-3.104l1.553,1.261L23.516,20zM28,14h-2v-4h2V14zM11,6v20h10V6H11zM14,18.473l-1.789-3.578L14,14l1.789,3.578L14,18.473zM20,20h-4v-2h4V20zM1,6v20h10V6H1zM3.789,20.473L2,19.578L3.789,16l1.789,0.894L3.789,20.473zM6.76,16l-0.992-1.736l3.473-1.985l0.992,1.737L6.76,16z"},50:{},55:{p:"M22,6v20h8V6H22zM22.771,20L22.771,20L22.771,20L22.771,20L22.771,20zM27.6,14H26l0,0H27.6L27.6,14zM12,6v20h8V6H12zM12.969,14L12.969,14L12.969,14L12.969,14L12.969,14zM16,19L16,19L16,19L16,19L16,19zM2,6v20h8V6H2zM2.8,20.473L2.8,20.473L2.8,20.473L2.8,20.473L2.8,20.473zM5.814,16L5.814,16L5.814,16L5.814,16L5.814,16z"},60:{p:"M22,6v20h8V6H22zM22.771,20L22.771,20L22.771,20L22.771,20L22.771,20zM27.6,14H26l0,0H27.6L27.6,14zM12,6v20h8V6H12zM12.969,14L12.969,14L12.969,14L12.969,14L12.969,14zM16,19L16,19L16,19L16,19L16,19zM2,6v20h8V6H2zM2.8,20.473L2.8,20.473L2.8,20.473L2.8,20.473L2.8,20.473zM5.814,16L5.814,16L5.814,16L5.814,16L5.814,16z"},65:{p:"M22,2v20l8,8V10L22,2zM22.771,16L22.771,16L22.771,16L22.771,16L22.771,16zM27.6,14H26l0,0H27.6L27.6,14zM12,10v20l8-8V2L12,10zM12.969,18L12.969,18L12.969,18L12.969,18L12.969,18zM16,19L16,19L16,19L16,19L16,19zM2,2v20l8,8V10L2,2zM2.8,16.473L2.8,16.473L2.8,16.473L2.8,16.473L2.8,16.473zM5.814,16L5.814,16L5.814,16L5.814,16L5.814,16z"},100:{}}}]},minus:{d:800,it:1,sh:[{i:{a:{p:"M8,14.6v2.8C8,17.731,8.269,18,8.6,18h14.8c0.331,0,0.6-0.269,0.6-0.6v-2.8c0-0.332-0.269-0.6-0.6-0.6H8.6C8.269,14,8,14.269,8,14.6z",o:1,s:"none",fl:"#333"}},f:{10:{p:"M8,14.15v0.7C8,14.933,8.269,15,8.6,15h14.8c0.331,0,0.6-0.067,0.6-0.15v-0.7c0-0.083-0.269-0.15-0.6-0.15H8.6C8.269,14,8,14.067,8,14.15z"},20:{},30:{p:"M8,14.15v0.7C8,14.933,8.017,15,8.038,15h0.925C8.983,15,9,14.933,9,14.85v-0.7C9,14.067,8.983,14,8.962,14H8.038C8.017,14,8,14.067,8,14.15z"},40:{o:0},50:{p:"M8,14.6v2.8C8,17.731,8.269,18,8.6,18h14.8c0.331,0,0.6-0.269,0.6-0.6v-2.8c0-0.332-0.269-0.6-0.6-0.6H8.6C8.269,14,8,14.269,8,14.6z"},60:{o:1},100:{}}}]},"minus-alt":{d:400,it:1,sh:[{i:{a:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM24,17.4c0,0.331-0.269,0.6-0.6,0.6H8.6C8.269,18,8,17.731,8,17.4v-2.8C8,14.269,8.269,14,8.6,14h14.8c0.331,0,0.6,0.269,0.6,0.6V17.4z",s:"none",fl:"#333"}},f:{0:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM16.1,16.018c0,0.004-0.003,0.007-0.008,0.007h-0.185c-0.004,0-0.008-0.003-0.008-0.007v-0.035c0-0.004,0.003-0.007,0.008-0.007h0.185c0.004,0,0.008,0.003,0.008,0.007V16.018z",t:"s0.2"},30:{t:"s1"},35:{},60:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM24,17.4c0,0.331-0.269,0.6-0.6,0.6H8.6C8.269,18,8,17.731,8,17.4v-2.8C8,14.269,8.269,14,8.6,14h14.8c0.331,0,0.6,0.269,0.6,0.6V17.4z",e:"bounce"},100:{}}}]},money:{d:300,it:3,sh:[{i:{a:{p:"M2,10v16h28V10H2zM29,25H3V11h26V25zM4,12v12h24V12H4zM27,22h-1v1H6v-1H5v-8h1v-1h20v1h1V22zM24,19h-2v-2h2V19zM10,19H8v-2h2V19zM19,18c0,2.209-1.343,4-3,4c-1.657,0-3-1.791-3-4s1.343-4,3-4C17.657,14,19,15.791,19,18z",o:0,t:"t4,28",s:"none",fl:"#333"}},f:{0:{t:"t4,-28"},90:{t:"",o:1},100:{o:0}}},{i:{a:{p:"M29,9H3V8h26V9zM28,7H4V6h24V7zM2,10v16h28V10H2zM29,25H3V11h26V25zM4,12v12h24V12H4zM27,22h-1v1H6v-1H5v-8h1v-1h20v1h1V22zM9.7,19H8.3C8.134,19,8,18.866,8,18.7v-1.4C8,17.134,8.134,17,8.3,17H9.7c0.166,0,0.3,0.134,0.3,0.3v1.4C10,18.866,9.866,19,9.7,19zM23.7,19h-1.4c-0.166,0-0.3-0.134-0.3-0.3v-1.4c0-0.166,0.134-0.3,0.3-0.3h1.4c0.166,0,0.3,0.134,0.3,0.3v1.4C24,18.866,23.866,19,23.7,19zM16.941,19.078c0,0.201-0.047,0.524-0.695,0.587V18.52C16.709,18.683,16.941,18.87,16.941,19.078zM15.101,16.923c0,0.237,0.213,0.405,0.641,0.505v-1.064C15.198,16.411,15.101,16.742,15.101,16.923zM19,18c0,2.209-1.343,4-3,4s-3-1.791-3-4s1.343-4,3-4S19,15.791,19,18zM17.929,18.955c0.013-0.245-0.236-0.85-0.56-1.036c-0.258-0.147-0.775-0.312-1.077-0.368v-1.16c0.302,0.02,0.403,0.218,0.49,0.368c0.082,0.191,0.229,0.287,0.437,0.287h0.546c-0.018-0.464-0.271-1.335-1.473-1.46l0.003-0.573c0,0-0.357-0.013-0.494-0.013h-0.014v0.586c-1.289,0.025-1.54,0.928-1.555,1.392c-0.032,0.93,0.366,1.128,1.51,1.429v1.196c-0.156-0.027-0.599-0.1-0.651-0.688h-0.928c0.036,0.512,0.48,1.587,1.579,1.587V21h0.499v-0.499C17.493,20.501,17.893,19.603,17.929,18.955z",s:"none",fl:"#333"}},f:{}}]},more:{d:800,it:1,sh:[{i:{a:{p:"M19.996,16.005c0,0.125-0.006,0.249-0.018,0.371c-0.188,2.035-1.904,3.627-3.987,3.627c-0.134,0-0.266-0.006-0.396-0.02c-2.022-0.197-3.604-1.902-3.604-3.979c0-2.084,1.595-3.797,3.63-3.983c0.122-0.011,0.245-0.017,0.37-0.017c2.081,0,3.796,1.59,3.987,3.623C19.99,15.752,19.996,15.878,19.996,16.005zM29.982,15.628c-0.191-2.033-1.906-3.623-3.986-3.623c-0.125,0-0.25,0.006-0.371,0.017c-2.035,0.187-3.629,1.899-3.629,3.983c0,2.076,1.58,3.781,3.602,3.979c0.133,0.014,0.264,0.02,0.398,0.02c2.082,0,3.799-1.592,3.986-3.627C29.994,16.254,30,16.13,30,16.005C30,15.878,29.994,15.752,29.982,15.628zM9.988,15.628C9.797,13.595,8.081,12.005,6,12.005c-0.125,0-0.248,0.006-0.37,0.017C3.595,12.208,2,13.921,2,16.005c0,2.076,1.581,3.781,3.604,3.979c0.131,0.014,0.263,0.02,0.396,0.02c2.083,0,3.801-1.592,3.988-3.627c0.012-0.122,0.016-0.246,0.016-0.371C10.004,15.878,10,15.752,9.988,15.628z",t:"",s:"none",fl:"#333"}},f:{10:{p:"M18,16.003c0,0.125,0,0.125-0.188,0.445l-5.369,5.414c-0.287,0.141-0.443,0.16-0.442-0.186L12,16.005l0.001-5.676C12,9.986,12.156,9.986,12.443,10.145l5.369,5.413C18,15.876,18,15.876,18,16.003zM27.816,15.558l-5.371-5.413c-0.139-0.103-0.402-0.142-0.441,0.185L22,16.005l0.004,5.672c0.006,0.326,0.246,0.326,0.441,0.186l5.371-5.414C28,16.128,28,16.128,28,16.003C28,15.876,28,15.876,27.816,15.558zM7.906,15.659l-5.46-5.515C2.25,9.986,2,10.003,2.004,10.329L2,16.005l0.004,5.672c0.032,0.326,0.16,0.326,0.442,0.186l5.429-5.484C8,16.128,8,16.128,8,16.003C8,15.876,8,16.003,7.906,15.659z"},30:{t:"t2,0"},35:{t:""},55:{t:"t2,0"},60:{t:""},70:{},80:{p:"M19.996,16.005c0,0.125-0.006,0.249-0.018,0.371c-0.188,2.035-1.904,3.627-3.987,3.627c-0.134,0-0.266-0.006-0.396-0.02c-2.022-0.197-3.604-1.902-3.604-3.979c0-2.084,1.595-3.797,3.63-3.983c0.122-0.011,0.245-0.017,0.37-0.017c2.081,0,3.796,1.59,3.987,3.623C19.99,15.752,19.996,15.878,19.996,16.005zM29.982,15.628c-0.191-2.033-1.906-3.623-3.986-3.623c-0.125,0-0.25,0.006-0.371,0.017c-2.035,0.187-3.629,1.899-3.629,3.983c0,2.076,1.58,3.781,3.602,3.979c0.133,0.014,0.264,0.02,0.398,0.02c2.082,0,3.799-1.592,3.986-3.627C29.994,16.254,30,16.13,30,16.005C30,15.878,29.994,15.752,29.982,15.628zM9.988,15.628C9.797,13.595,8.081,12.005,6,12.005c-0.125,0-0.248,0.006-0.37,0.017C3.595,12.208,2,13.921,2,16.005c0,2.076,1.581,3.781,3.604,3.979c0.131,0.014,0.263,0.02,0.396,0.02c2.083,0,3.801-1.592,3.988-3.627c0.012-0.122,0.016-0.246,0.016-0.371C10.004,15.878,10,15.752,9.988,15.628z"},100:{}}}]},"morph-c-s":{it:1,sh:[{i:{a:{p:"M29.694,13.089c0.401,1.891,0.401,3.773,0.057,5.559c-0.345,1.786-1.034,3.475-2.01,4.977s-2.237,2.818-3.729,3.86c-1.491,1.041-3.211,1.807-5.102,2.209c-1.892,0.401-3.774,0.401-5.56,0.058c-1.786-0.346-3.474-1.035-4.977-2.011c-1.502-0.976-2.819-2.237-3.86-3.729c-1.042-1.49-1.807-3.21-2.209-5.101c-0.402-1.892-0.402-3.774-0.057-5.56s1.034-3.474,2.01-4.977c0.976-1.502,2.238-2.819,3.729-3.86c1.491-1.042,3.211-1.807,5.102-2.209c1.891-0.402,3.773-0.402,5.559-0.057c1.786,0.345,3.475,1.034,4.977,2.01s2.818,2.238,3.86,3.729C28.526,9.479,29.292,11.198,29.694,13.089z",s:"none",fl:"#333"}},f:{100:{p:"M30,13.109v5.547V28.8c0,0.641-0.513,1.2-1.2,1.2h-9.878h-5.578H3.2C2.484,30,2,29.453,2,28.8v-9.831v-5.625V3.2C2,2.5,2.547,2,3.2,2h9.94h5.547H28.8c0.685,0,1.203,0.531,1.2,1.2V13.109z"}}}]},"morph-c-o":{it:1,sh:[{i:{a:{p:"M29.694,13.089c0.401,1.891,0.401,3.773,0.057,5.559c-0.345,1.786-1.034,3.475-2.01,4.977s-2.237,2.818-3.729,3.86c-1.491,1.041-3.211,1.807-5.102,2.209c-1.892,0.401-3.774,0.401-5.56,0.058c-1.786-0.346-3.474-1.035-4.977-2.011c-1.502-0.976-2.819-2.237-3.86-3.729c-1.042-1.49-1.807-3.21-2.209-5.101c-0.402-1.892-0.402-3.774-0.057-5.56s1.034-3.474,2.01-4.977c0.976-1.502,2.238-2.819,3.729-3.86c1.491-1.042,3.211-1.807,5.102-2.209c1.891-0.402,3.773-0.402,5.559-0.057c1.786,0.345,3.475,1.034,4.977,2.01s2.818,2.238,3.86,3.729C28.526,9.479,29.292,11.198,29.694,13.089z",s:"none",fl:"#333"}},f:{100:{p:"M30,10.801v10.398c0,0.473-0.163,0.728-0.424,1.023l-7.354,7.354C22.013,29.738,21.703,30,21.199,30H10.801c-0.488-0.02-0.689-0.143-1.024-0.424l-7.353-7.354C2.146,21.896,2.061,21.646,2,21.199V10.801c0-0.379,0.151-0.727,0.424-1.024l7.353-7.353C10.106,2.151,10.391,2,10.801,2h10.398c0.521,0.082,0.66,0.109,1.023,0.424l7.354,7.353C29.844,10.063,30,10.375,30,10.801z"}}}]},"morph-s-c":{it:1,sh:[{i:{a:{p:"M30,13.109v5.547V28.8c0,0.641-0.513,1.2-1.2,1.2h-9.878h-5.578H3.2C2.484,30,2,29.453,2,28.8v-9.831v-5.625V3.2C2,2.5,2.547,2,3.2,2h9.94h5.547H28.8c0.685,0,1.203,0.531,1.2,1.2V13.109z",s:"none",fl:"#333"}},f:{100:{p:"M29.694,13.089c0.401,1.891,0.401,3.773,0.057,5.559c-0.345,1.786-1.034,3.475-2.01,4.977s-2.237,2.818-3.729,3.86c-1.491,1.041-3.211,1.807-5.102,2.209c-1.892,0.401-3.774,0.401-5.56,0.058c-1.786-0.346-3.474-1.035-4.977-2.011c-1.502-0.976-2.819-2.237-3.86-3.729c-1.042-1.49-1.807-3.21-2.209-5.101c-0.402-1.892-0.402-3.774-0.057-5.56s1.034-3.474,2.01-4.977c0.976-1.502,2.238-2.819,3.729-3.86c1.491-1.042,3.211-1.807,5.102-2.209c1.891-0.402,3.773-0.402,5.559-0.057c1.786,0.345,3.475,1.034,4.977,2.01s2.818,2.238,3.86,3.729C28.526,9.479,29.292,11.198,29.694,13.089z"}}}]},"morph-s-o":{it:1,sh:[{i:{a:{p:"M30,13.109v5.547V28.8c0,0.641-0.513,1.2-1.2,1.2h-9.878h-5.578H3.2C2.484,30,2,29.453,2,28.8v-9.831v-5.625V3.2C2,2.5,2.547,2,3.2,2h9.94h5.547H28.8c0.685,0,1.203,0.531,1.2,1.2V13.109z",
s:"none",fl:"#333"}},f:{100:{p:"M30,10.801v10.398c0,0.473-0.163,0.728-0.424,1.023l-7.354,7.354C22.013,29.738,21.703,30,21.199,30H10.801c-0.488-0.02-0.689-0.143-1.024-0.424l-7.353-7.354C2.146,21.896,2.061,21.646,2,21.199V10.801c0-0.379,0.151-0.727,0.424-1.024l7.353-7.353C10.106,2.151,10.391,2,10.801,2h10.398c0.521,0.082,0.66,0.109,1.023,0.424l7.354,7.353C29.844,10.063,30,10.375,30,10.801z"}}}]},"morph-o-c":{it:1,sh:[{i:{a:{p:"M30,10.801v10.398c0,0.473-0.163,0.728-0.424,1.023l-7.354,7.354C22.013,29.738,21.703,30,21.199,30H10.801c-0.488-0.02-0.689-0.143-1.024-0.424l-7.353-7.354C2.146,21.896,2.061,21.646,2,21.199V10.801c0-0.379,0.151-0.727,0.424-1.024l7.353-7.353C10.106,2.151,10.391,2,10.801,2h10.398c0.521,0.082,0.66,0.109,1.023,0.424l7.354,7.353C29.844,10.063,30,10.375,30,10.801z",s:"none",fl:"#333"}},f:{100:{p:"M29.694,13.089c0.401,1.891,0.401,3.773,0.057,5.559c-0.345,1.786-1.034,3.475-2.01,4.977s-2.237,2.818-3.729,3.86c-1.491,1.041-3.211,1.807-5.102,2.209c-1.892,0.401-3.774,0.401-5.56,0.058c-1.786-0.346-3.474-1.035-4.977-2.011c-1.502-0.976-2.819-2.237-3.86-3.729c-1.042-1.49-1.807-3.21-2.209-5.101c-0.402-1.892-0.402-3.774-0.057-5.56s1.034-3.474,2.01-4.977c0.976-1.502,2.238-2.819,3.729-3.86c1.491-1.042,3.211-1.807,5.102-2.209c1.891-0.402,3.773-0.402,5.559-0.057c1.786,0.345,3.475,1.034,4.977,2.01s2.818,2.238,3.86,3.729C28.526,9.479,29.292,11.198,29.694,13.089z"}}}]},"morph-o-s":{it:1,sh:[{i:{a:{p:"M30,10.801v10.398c0,0.473-0.163,0.728-0.424,1.023l-7.354,7.354C22.013,29.738,21.703,30,21.199,30H10.801c-0.488-0.02-0.689-0.143-1.024-0.424l-7.353-7.354C2.146,21.896,2.061,21.646,2,21.199V10.801c0-0.379,0.151-0.727,0.424-1.024l7.353-7.353C10.106,2.151,10.391,2,10.801,2h10.398c0.521,0.082,0.66,0.109,1.023,0.424l7.354,7.353C29.844,10.063,30,10.375,30,10.801z",s:"none",fl:"#333"}},f:{100:{p:"M30,13.109v5.547V28.8c0,0.641-0.513,1.2-1.2,1.2h-9.878h-5.578H3.2C2.484,30,2,29.453,2,28.8v-9.831v-5.625V3.2C2,2.5,2.547,2,3.2,2h9.94h5.547H28.8c0.685,0,1.203,0.531,1.2,1.2V13.109z"}}}]},"morph-c-t-up":{it:1,sh:[{i:{a:{p:"M29.694,13.089c0.401,1.891,0.401,3.773,0.057,5.559c-0.345,1.786-1.034,3.475-2.01,4.977s-2.237,2.818-3.729,3.86c-1.491,1.041-3.211,1.807-5.102,2.209c-1.892,0.401-3.774,0.401-5.56,0.058c-1.786-0.346-3.474-1.035-4.977-2.011c-1.502-0.976-2.819-2.237-3.86-3.729c-1.042-1.49-1.807-3.21-2.209-5.101c-0.402-1.892-0.402-3.774-0.057-5.56s1.034-3.474,2.01-4.977c0.976-1.502,2.238-2.819,3.729-3.86c1.491-1.042,3.211-1.807,5.102-2.209c1.891-0.402,3.773-0.402,5.559-0.057c1.786,0.345,3.475,1.034,4.977,2.01s2.818,2.238,3.86,3.729C28.526,9.479,29.292,11.198,29.694,13.089z",s:"none",fl:"#333"}},f:{100:{p:"M22.115,13.524l5.587,9.675l2.151,3.727C30.234,27.609,29.875,28,29.232,28h-8.045H10.969H2.767c-0.517,0-1.048-0.344-0.62-1.074l2.08-3.602l5.942-10.292l0.592-1.026l2.334-4.043l2.284-3.955c0.355-0.602,0.855-0.602,1.241,0l2.309,3.999l2.687,4.652L22.115,13.524z"}}}]},"morph-s-t-up":{it:1,sh:[{i:{a:{p:"M2,16V3.2C2,2.5,2.594,2,3.2,2h12.276h1.047H28.8C29.422,2,30,2.516,30,3.2V16v1.167V28.8c0,0.685-0.578,1.2-1.2,1.2H3.2C2.5,30,2,29.469,2,28.8V17.167V16z",s:"none",fl:"#333"}},f:{100:{p:"M2.123,26.941l7.188-12.347l0.342-0.588l5.825-10.006c0.287-0.585,0.759-0.585,1.047,0l5.605,9.63l0.36,0.619l7.386,12.691C30.166,27.526,29.931,28,29.353,28H17.167H16h-0.344h-1.167H2.649C2.068,28,1.836,27.526,2.123,26.941z"}}}]},"morph-o-t-up":{it:1,sh:[{i:{a:{p:"M30,10.801v10.398c0,0.473-0.163,0.728-0.424,1.023l-7.354,7.354C22.013,29.738,21.703,30,21.199,30H10.801c-0.488-0.02-0.689-0.143-1.024-0.424l-7.353-7.354C2.146,21.896,2.061,21.646,2,21.199V10.801c0-0.379,0.151-0.727,0.424-1.024l7.353-7.353C10.106,2.151,10.391,2,10.801,2h10.398c0.521,0.082,0.66,0.109,1.023,0.424l7.354,7.353C29.844,10.063,30,10.375,30,10.801z",s:"none",fl:"#333"}},f:{100:{p:"M22.115,13.524l5.587,9.675l2.151,3.727C30.234,27.609,29.875,28,29.232,28h-8.045H10.969H2.767c-0.517,0-1.048-0.344-0.62-1.074l2.08-3.602l5.942-10.292l0.592-1.026l2.334-4.043l2.284-3.955c0.355-0.602,0.855-0.602,1.241,0l2.309,3.999l2.687,4.652L22.115,13.524z"}}}]},"morph-t-up-c":{it:1,sh:[{i:{a:{p:"M22.115,13.524l5.587,9.675l2.151,3.727C30.234,27.609,29.875,28,29.232,28h-8.045H10.969H2.767c-0.517,0-1.048-0.344-0.62-1.074l2.08-3.602l5.942-10.292l0.592-1.026l2.334-4.043l2.284-3.955c0.355-0.602,0.855-0.602,1.241,0l2.309,3.999l2.687,4.652L22.115,13.524z",s:"none",fl:"#333"}},f:{100:{p:"M29.694,13.089c0.401,1.891,0.401,3.773,0.057,5.559c-0.345,1.786-1.034,3.475-2.01,4.977s-2.237,2.818-3.729,3.86c-1.491,1.041-3.211,1.807-5.102,2.209c-1.892,0.401-3.774,0.401-5.56,0.058c-1.786-0.346-3.474-1.035-4.977-2.011c-1.502-0.976-2.819-2.237-3.86-3.729c-1.042-1.49-1.807-3.21-2.209-5.101c-0.402-1.892-0.402-3.774-0.057-5.56s1.034-3.474,2.01-4.977c0.976-1.502,2.238-2.819,3.729-3.86c1.491-1.042,3.211-1.807,5.102-2.209c1.891-0.402,3.773-0.402,5.559-0.057c1.786,0.345,3.475,1.034,4.977,2.01s2.818,2.238,3.86,3.729C28.526,9.479,29.292,11.198,29.694,13.089z"}}}]},"morph-t-up-s":{it:1,sh:[{i:{a:{p:"M2.123,26.941l7.188-12.347l0.342-0.588l5.825-10.006c0.287-0.585,0.759-0.585,1.047,0l5.605,9.63l0.36,0.619l7.386,12.691C30.166,27.526,29.931,28,29.353,28H17.167H16h-0.344h-1.167H2.649C2.068,28,1.836,27.526,2.123,26.941z",s:"none",fl:"#333"}},f:{100:{p:"M2,16V3.2C2,2.5,2.594,2,3.2,2h12.276h1.047H28.8C29.422,2,30,2.516,30,3.2V16v1.167V28.8c0,0.685-0.578,1.2-1.2,1.2H3.2C2.5,30,2,29.469,2,28.8V17.167V16z"}}}]},"morph-t-up-o":{it:1,sh:[{i:{a:{p:"M22.115,13.524l5.587,9.675l2.151,3.727C30.234,27.609,29.875,28,29.232,28h-8.045H10.969H2.767c-0.517,0-1.048-0.344-0.62-1.074l2.08-3.602l5.942-10.292l0.592-1.026l2.334-4.043l2.284-3.955c0.355-0.602,0.855-0.602,1.241,0l2.309,3.999l2.687,4.652L22.115,13.524z",s:"none",fl:"#333"}},f:{100:{p:"M30,10.801v10.398c0,0.473-0.163,0.728-0.424,1.023l-7.354,7.354C22.013,29.738,21.703,30,21.199,30H10.801c-0.488-0.02-0.689-0.143-1.024-0.424l-7.353-7.354C2.146,21.896,2.061,21.646,2,21.199V10.801c0-0.379,0.151-0.727,0.424-1.024l7.353-7.353C10.106,2.151,10.391,2,10.801,2h10.398c0.521,0.082,0.66,0.109,1.023,0.424l7.354,7.353C29.844,10.063,30,10.375,30,10.801z"}}}]},"morph-c-t-right":{it:1,sh:[{i:{a:{p:"M18.91,29.694c-1.891,0.401-3.773,0.401-5.559,0.057c-1.786-0.345-3.475-1.034-4.977-2.01s-2.818-2.237-3.86-3.729c-1.041-1.491-1.807-3.211-2.209-5.102c-0.401-1.892-0.401-3.774-0.058-5.56c0.346-1.786,1.035-3.474,2.011-4.977c0.976-1.502,2.237-2.819,3.729-3.86c1.49-1.042,3.21-1.807,5.101-2.209c1.892-0.402,3.774-0.402,5.56-0.057c1.785,0.345,3.474,1.034,4.977,2.01c1.502,0.976,2.818,2.238,3.859,3.729c1.042,1.491,1.808,3.211,2.209,5.102c0.402,1.891,0.402,3.773,0.058,5.559c-0.345,1.786-1.034,3.475-2.01,4.977s-2.238,2.818-3.729,3.86C22.521,28.526,20.802,29.292,18.91,29.694z",s:"none",fl:"#333"}},f:{100:{p:"M18.476,22.115l-9.675,5.587l-3.727,2.151C4.391,30.234,4,29.875,4,29.232v-8.045V10.969V2.767c0-0.517,0.344-1.048,1.074-0.62l3.602,2.08l10.292,5.942l1.025,0.592l4.043,2.334l3.955,2.284c0.603,0.355,0.603,0.855,0,1.241l-3.998,2.309l-4.652,2.687L18.476,22.115z"}}}]},"morph-s-t-right":{it:1,sh:[{i:{a:{p:"M16,2h12.8C29.5,2,30,2.594,30,3.2v12.276v1.047V28.8c0,0.622-0.516,1.2-1.2,1.2H16h-1.167H3.2C2.516,30,2,29.422,2,28.8V3.2C2,2.5,2.531,2,3.2,2h11.633H16z",s:"none",fl:"#333"}},f:{100:{p:"M5.059,2.123l12.347,7.188l0.588,0.342l10.006,5.825c0.585,0.287,0.585,0.759,0,1.047l-9.63,5.605l-0.619,0.36L5.059,29.876C4.474,30.166,4,29.931,4,29.353V17.167V16v-0.344v-1.167V2.649C4,2.068,4.474,1.836,5.059,2.123z"}}}]},"morph-o-t-right":{it:1,sh:[{i:{a:{p:"M21.198,30H10.801c-0.473,0-0.728-0.163-1.023-0.424l-7.354-7.354C2.262,22.013,2,21.703,2,21.199V10.801c0.02-0.488,0.143-0.689,0.424-1.024l7.354-7.353C10.104,2.146,10.354,2.061,10.801,2h10.397c0.38,0,0.727,0.151,1.024,0.424l7.353,7.353C29.849,10.106,30,10.391,30,10.801v10.398c-0.082,0.521-0.109,0.66-0.425,1.023l-7.353,7.354C21.938,29.844,21.625,30,21.198,30z",s:"none",fl:"#333"}},f:{100:{p:"M18.476,22.115l-9.675,5.587l-3.727,2.151C4.391,30.234,4,29.875,4,29.232v-8.045V10.969V2.767c0-0.517,0.344-1.048,1.074-0.62l3.602,2.08l10.292,5.942l1.025,0.592l4.043,2.334l3.955,2.284c0.603,0.355,0.603,0.855,0,1.241l-3.998,2.309l-4.652,2.687L18.476,22.115z"}}}]},"morph-t-right-c":{it:1,sh:[{i:{a:{p:"M18.476,22.115l-9.675,5.587l-3.727,2.151C4.391,30.234,4,29.875,4,29.232v-8.045V10.969V2.767c0-0.517,0.344-1.048,1.074-0.62l3.602,2.08l10.292,5.942l1.025,0.592l4.043,2.334l3.955,2.284c0.603,0.355,0.603,0.855,0,1.241l-3.998,2.309l-4.652,2.687L18.476,22.115z",s:"none",fl:"#333"}},f:{100:{p:"M18.91,29.694c-1.891,0.401-3.773,0.401-5.559,0.057c-1.786-0.345-3.475-1.034-4.977-2.01s-2.818-2.237-3.86-3.729c-1.041-1.491-1.807-3.211-2.209-5.102c-0.401-1.892-0.401-3.774-0.058-5.56c0.346-1.786,1.035-3.474,2.011-4.977c0.976-1.502,2.237-2.819,3.729-3.86c1.49-1.042,3.21-1.807,5.101-2.209c1.892-0.402,3.774-0.402,5.56-0.057c1.785,0.345,3.474,1.034,4.977,2.01c1.502,0.976,2.818,2.238,3.859,3.729c1.042,1.491,1.808,3.211,2.209,5.102c0.402,1.891,0.402,3.773,0.058,5.559c-0.345,1.786-1.034,3.475-2.01,4.977s-2.238,2.818-3.729,3.86C22.521,28.526,20.802,29.292,18.91,29.694z"}}}]},"morph-t-right-s":{it:1,sh:[{i:{a:{p:"M5.059,2.123l12.347,7.188l0.588,0.342l10.006,5.825c0.585,0.287,0.585,0.759,0,1.047l-9.63,5.605l-0.619,0.36L5.059,29.876C4.474,30.166,4,29.931,4,29.353V17.167V16v-0.344v-1.167V2.649C4,2.068,4.474,1.836,5.059,2.123z",s:"none",fl:"#333"}},f:{100:{p:"M16,2h12.8C29.5,2,30,2.594,30,3.2v12.276v1.047V28.8c0,0.622-0.516,1.2-1.2,1.2H16h-1.167H3.2C2.516,30,2,29.422,2,28.8V3.2C2,2.5,2.531,2,3.2,2h11.633H16z"}}}]},"morph-t-right-o":{it:1,sh:[{i:{a:{p:"M18.476,22.115l-9.675,5.587l-3.727,2.151C4.391,30.234,4,29.875,4,29.232v-8.045V10.969V2.767c0-0.517,0.344-1.048,1.074-0.62l3.602,2.08l10.292,5.942l1.025,0.592l4.043,2.334l3.955,2.284c0.603,0.355,0.603,0.855,0,1.241l-3.998,2.309l-4.652,2.687L18.476,22.115z",s:"none",fl:"#333"}},f:{100:{p:"M21.198,30H10.801c-0.473,0-0.728-0.163-1.023-0.424l-7.354-7.354C2.262,22.013,2,21.703,2,21.199V10.801c0.02-0.488,0.143-0.689,0.424-1.024l7.354-7.353C10.104,2.146,10.354,2.061,10.801,2h10.397c0.38,0,0.727,0.151,1.024,0.424l7.353,7.353C29.849,10.106,30,10.391,30,10.801v10.398c-0.082,0.521-0.109,0.66-0.425,1.023l-7.353,7.354C21.938,29.844,21.625,30,21.198,30z"}}}]},"morph-c-t-down":{it:1,sh:[{i:{a:{p:"M2.306,18.91c-0.401-1.891-0.401-3.773-0.057-5.559c0.345-1.786,1.034-3.475,2.01-4.977s2.237-2.818,3.729-3.86c1.491-1.041,3.211-1.807,5.102-2.209c1.892-0.401,3.774-0.401,5.56-0.058c1.785,0.346,3.474,1.035,4.977,2.011c1.502,0.976,2.818,2.237,3.859,3.729c1.042,1.49,1.808,3.21,2.209,5.101c0.402,1.892,0.402,3.774,0.058,5.56c-0.345,1.785-1.034,3.474-2.01,4.977c-0.976,1.502-2.238,2.818-3.729,3.859c-1.491,1.042-3.211,1.808-5.103,2.209c-1.891,0.402-3.773,0.402-5.559,0.058c-1.786-0.345-3.475-1.034-4.977-2.01s-2.818-2.238-3.86-3.729C3.474,22.521,2.708,20.802,2.306,18.91z",s:"none",fl:"#333"}},f:{100:{p:"M9.885,18.476L4.298,8.801L2.146,5.074C1.766,4.391,2.125,4,2.768,4h8.045h10.219h8.201c0.518,0,1.049,0.344,0.62,1.074l-2.079,3.602l-5.942,10.292l-0.593,1.025l-2.334,4.043l-2.284,3.955c-0.355,0.603-0.855,0.603-1.241,0l-2.309-3.998l-2.687-4.652L9.885,18.476z"}}}]},"morph-s-t-down":{it:1,sh:[{i:{a:{p:"M30,16v12.8c0,0.7-0.594,1.2-1.2,1.2H16.523h-1.047H3.2C2.578,30,2,29.484,2,28.8V16v-1.167V3.2C2,2.516,2.578,2,3.2,2h25.6C29.5,2,30,2.531,30,3.2v11.633V16z",s:"none",fl:"#333"}},f:{100:{p:"M29.877,5.059l-7.188,12.347l-0.342,0.588l-5.825,10.006c-0.287,0.585-0.759,0.585-1.047,0l-5.605-9.63L9.51,17.75L2.124,5.059C1.834,4.474,2.069,4,2.647,4h12.186H16h0.344h1.167h11.839C29.932,4,30.164,4.474,29.877,5.059z"}}}]},"morph-o-t-down":{it:1,sh:[{i:{a:{p:"M2,21.198V10.801c0-0.473,0.163-0.728,0.424-1.023l7.354-7.354C9.987,2.262,10.297,2,10.801,2h10.397c0.488,0.02,0.689,0.143,1.024,0.424l7.353,7.354c0.279,0.326,0.364,0.577,0.425,1.023v10.397c0,0.38-0.151,0.727-0.425,1.024l-7.353,7.353C21.894,29.849,21.609,30,21.198,30H10.801c-0.521-0.082-0.66-0.109-1.023-0.425l-7.354-7.353C2.156,21.938,2,21.625,2,21.198z",s:"none",fl:"#333"}},f:{100:{p:"M9.885,18.476L4.298,8.801L2.146,5.074C1.766,4.391,2.125,4,2.768,4h8.045h10.219h8.201c0.518,0,1.049,0.344,0.62,1.074l-2.079,3.602l-5.942,10.292l-0.593,1.025l-2.334,4.043l-2.284,3.955c-0.355,0.603-0.855,0.603-1.241,0l-2.309-3.998l-2.687-4.652L9.885,18.476z"}}}]},"morph-t-down-c":{it:1,sh:[{i:{a:{p:"M9.885,18.476L4.298,8.801L2.146,5.074C1.766,4.391,2.125,4,2.768,4h8.045h10.219h8.201c0.518,0,1.049,0.344,0.62,1.074l-2.079,3.602l-5.942,10.292l-0.593,1.025l-2.334,4.043l-2.284,3.955c-0.355,0.603-0.855,0.603-1.241,0l-2.309-3.998l-2.687-4.652L9.885,18.476z",s:"none",fl:"#333"}},f:{100:{p:"M2.306,18.91c-0.401-1.891-0.401-3.773-0.057-5.559c0.345-1.786,1.034-3.475,2.01-4.977s2.237-2.818,3.729-3.86c1.491-1.041,3.211-1.807,5.102-2.209c1.892-0.401,3.774-0.401,5.56-0.058c1.785,0.346,3.474,1.035,4.977,2.011c1.502,0.976,2.818,2.237,3.859,3.729c1.042,1.49,1.808,3.21,2.209,5.101c0.402,1.892,0.402,3.774,0.058,5.56c-0.345,1.785-1.034,3.474-2.01,4.977c-0.976,1.502-2.238,2.818-3.729,3.859c-1.491,1.042-3.211,1.808-5.103,2.209c-1.891,0.402-3.773,0.402-5.559,0.058c-1.786-0.345-3.475-1.034-4.977-2.01s-2.818-2.238-3.86-3.729C3.474,22.521,2.708,20.802,2.306,18.91z"}}}]},"morph-t-down-s":{it:1,sh:[{i:{a:{p:"M29.877,5.059l-7.188,12.347l-0.342,0.588l-5.825,10.006c-0.287,0.585-0.759,0.585-1.047,0l-5.605-9.63L9.51,17.75L2.124,5.059C1.834,4.474,2.069,4,2.647,4h12.186H16h0.344h1.167h11.839C29.932,4,30.164,4.474,29.877,5.059z",s:"none",fl:"#333"}},f:{100:{p:"M30,16v12.8c0,0.7-0.594,1.2-1.2,1.2H16.523h-1.047H3.2C2.578,30,2,29.484,2,28.8V16v-1.167V3.2C2,2.516,2.578,2,3.2,2h25.6C29.5,2,30,2.531,30,3.2v11.633V16z"}}}]},"morph-t-down-o":{it:1,sh:[{i:{a:{p:"M9.885,18.476L4.298,8.801L2.146,5.074C1.766,4.391,2.125,4,2.768,4h8.045h10.219h8.201c0.518,0,1.049,0.344,0.62,1.074l-2.079,3.602l-5.942,10.292l-0.593,1.025l-2.334,4.043l-2.284,3.955c-0.355,0.603-0.855,0.603-1.241,0l-2.309-3.998l-2.687-4.652L9.885,18.476z",s:"none",fl:"#333"}},f:{100:{p:"M2,21.198V10.801c0-0.473,0.163-0.728,0.424-1.023l7.354-7.354C9.987,2.262,10.297,2,10.801,2h10.397c0.488,0.02,0.689,0.143,1.024,0.424l7.353,7.354c0.279,0.326,0.364,0.577,0.425,1.023v10.397c0,0.38-0.151,0.727-0.425,1.024l-7.353,7.353C21.894,29.849,21.609,30,21.198,30H10.801c-0.521-0.082-0.66-0.109-1.023-0.425l-7.354-7.353C2.156,21.938,2,21.625,2,21.198z"}}}]},"morph-c-t-left":{it:1,sh:[{i:{a:{p:"M13.09,2.306c1.891-0.401,3.773-0.401,5.559-0.057c1.786,0.345,3.475,1.034,4.977,2.01s2.818,2.237,3.86,3.729c1.041,1.491,1.807,3.211,2.209,5.102c0.401,1.892,0.401,3.774,0.058,5.56c-0.346,1.785-1.035,3.474-2.011,4.977c-0.976,1.502-2.237,2.818-3.729,3.859c-1.49,1.042-3.21,1.808-5.101,2.209c-1.892,0.402-3.774,0.402-5.56,0.058c-1.785-0.345-3.474-1.034-4.977-2.01c-1.502-0.976-2.818-2.238-3.859-3.729c-1.042-1.491-1.808-3.211-2.209-5.103c-0.402-1.891-0.402-3.773-0.058-5.559c0.345-1.786,1.034-3.475,2.01-4.977s2.238-2.818,3.729-3.86C9.479,3.474,11.198,2.708,13.09,2.306z",s:"none",fl:"#333"}},f:{100:{p:"M13.524,9.885l9.675-5.587l3.727-2.151C27.609,1.766,28,2.125,28,2.768v8.045v10.219v8.201c0,0.518-0.344,1.049-1.074,0.62l-3.602-2.079l-10.292-5.942l-1.025-0.593l-4.043-2.334l-3.955-2.284c-0.603-0.355-0.603-0.855,0-1.241l3.998-2.309l4.652-2.687L13.524,9.885z"}}}]},"morph-s-t-left":{it:1,sh:[{i:{a:{p:"M16,30H3.2C2.5,30,2,29.406,2,28.8V16.523v-1.047V3.2C2,2.578,2.516,2,3.2,2H16h1.167H28.8C29.484,2,30,2.578,30,3.2v25.6c0,0.7-0.531,1.2-1.2,1.2H17.167H16z",s:"none",fl:"#333"}},f:{100:{p:"M26.941,29.877l-12.347-7.188l-0.588-0.342L4.001,16.523c-0.585-0.287-0.585-0.759,0-1.047l9.63-5.605l0.619-0.36l12.691-7.386C27.526,1.834,28,2.069,28,2.647v12.186V16v0.344v1.167v11.839C28,29.932,27.526,30.164,26.941,29.877z"}}}]},"morph-o-t-left":{it:1,sh:[{i:{a:{p:"M10.802,2h10.397c0.473,0,0.728,0.163,1.023,0.424l7.354,7.354C29.738,9.987,30,10.297,30,10.801v10.397c-0.02,0.488-0.143,0.689-0.424,1.024l-7.354,7.353c-0.326,0.279-0.577,0.364-1.023,0.425H10.802c-0.38,0-0.727-0.151-1.024-0.425l-7.353-7.353C2.151,21.894,2,21.609,2,21.198V10.801c0.082-0.521,0.109-0.66,0.425-1.023l7.353-7.354C10.063,2.156,10.375,2,10.802,2z",s:"none",fl:"#333"}},f:{100:{p:"M13.524,9.885l9.675-5.587l3.727-2.151C27.609,1.766,28,2.125,28,2.768v8.045v10.219v8.201c0,0.518-0.344,1.049-1.074,0.62l-3.602-2.079l-10.292-5.942l-1.025-0.593l-4.043-2.334l-3.955-2.284c-0.603-0.355-0.603-0.855,0-1.241l3.998-2.309l4.652-2.687L13.524,9.885z"}}}]},"morph-t-left-c":{it:1,sh:[{i:{a:{p:"M13.524,9.885l9.675-5.587l3.727-2.151C27.609,1.766,28,2.125,28,2.768v8.045v10.219v8.201c0,0.518-0.344,1.049-1.074,0.62l-3.602-2.079l-10.292-5.942l-1.025-0.593l-4.043-2.334l-3.955-2.284c-0.603-0.355-0.603-0.855,0-1.241l3.998-2.309l4.652-2.687L13.524,9.885z",s:"none",fl:"#333"}},f:{100:{p:"M13.09,2.306c1.891-0.401,3.773-0.401,5.559-0.057c1.786,0.345,3.475,1.034,4.977,2.01s2.818,2.237,3.86,3.729c1.041,1.491,1.807,3.211,2.209,5.102c0.401,1.892,0.401,3.774,0.058,5.56c-0.346,1.785-1.035,3.474-2.011,4.977c-0.976,1.502-2.237,2.818-3.729,3.859c-1.49,1.042-3.21,1.808-5.101,2.209c-1.892,0.402-3.774,0.402-5.56,0.058c-1.785-0.345-3.474-1.034-4.977-2.01c-1.502-0.976-2.818-2.238-3.859-3.729c-1.042-1.491-1.808-3.211-2.209-5.103c-0.402-1.891-0.402-3.773-0.058-5.559c0.345-1.786,1.034-3.475,2.01-4.977s2.238-2.818,3.729-3.86C9.479,3.474,11.198,2.708,13.09,2.306z"}}}]},"morph-t-left-s":{it:1,sh:[{i:{a:{p:"M26.941,29.877l-12.347-7.188l-0.588-0.342L4.001,16.523c-0.585-0.287-0.585-0.759,0-1.047l9.63-5.605l0.619-0.36l12.691-7.386C27.526,1.834,28,2.069,28,2.647v12.186V16v0.344v1.167v11.839C28,29.932,27.526,30.164,26.941,29.877z",s:"none",fl:"#333"}},f:{100:{p:"M16,30H3.2C2.5,30,2,29.406,2,28.8V16.523v-1.047V3.2C2,2.578,2.516,2,3.2,2H16h1.167H28.8C29.484,2,30,2.578,30,3.2v25.6c0,0.7-0.531,1.2-1.2,1.2H17.167H16z"}}}]},"morph-t-left-o":{it:1,sh:[{i:{a:{p:"M13.524,9.885l9.675-5.587l3.727-2.151C27.609,1.766,28,2.125,28,2.768v8.045v10.219v8.201c0,0.518-0.344,1.049-1.074,0.62l-3.602-2.079l-10.292-5.942l-1.025-0.593l-4.043-2.334l-3.955-2.284c-0.603-0.355-0.603-0.855,0-1.241l3.998-2.309l4.652-2.687L13.524,9.885z",s:"none",fl:"#333"}},f:{100:{p:"M10.802,2h10.397c0.473,0,0.728,0.163,1.023,0.424l7.354,7.354C29.738,9.987,30,10.297,30,10.801v10.397c-0.02,0.488-0.143,0.689-0.424,1.024l-7.354,7.353c-0.326,0.279-0.577,0.364-1.023,0.425H10.802c-0.38,0-0.727-0.151-1.024-0.425l-7.353-7.353C2.151,21.894,2,21.609,2,21.198V10.801c0.082-0.521,0.109-0.66,0.425-1.023l7.353-7.354C10.063,2.156,10.375,2,10.802,2z"}}}]},move:{d:1e3,it:1,sh:[{i:{a:{p:"M29.845,15.624l-5.47-5.505C24.168,9.912,24,9.982,24,10.274V14h-6V8h3.727c0.293,0,0.361-0.168,0.154-0.373l-5.505-5.473c-0.206-0.205-0.543-0.205-0.75,0.002L10.12,7.625C9.912,7.832,9.983,8,10.276,8h3.725v6H8v-3.726c0-0.293-0.168-0.362-0.373-0.155l-5.473,5.507c-0.206,0.206-0.206,0.543,0.001,0.75l5.471,5.504C7.832,22.088,8,22.018,8,21.725V18h6.001v6h-3.727c-0.292,0-0.362,0.168-0.155,0.373l5.507,5.474c0.206,0.205,0.543,0.205,0.75-0.002l5.504-5.47C22.088,24.168,22.018,24,21.725,24H18v-6h6v3.727c0,0.293,0.168,0.361,0.373,0.154l5.474-5.506C30.052,16.168,30.052,15.831,29.845,15.624z",t:"",s:"none",fl:"#333"}},f:{10:{t:"t-5,-4s0.7"},20:{t:"t5,-2s0.7"},30:{t:"t-5,5s0.7"},50:{t:"t5,5s0.7"},60:{t:"t-3,-3s0.7"},70:{t:"t0,0s0.7"},80:{t:""},100:{}}}]},music:{d:800,it:1,sh:[{i:{a:{p:"M32,3H0V2h32V3zM32,9H0v1h32V9zM32,16H0v1h32V16zM32,23H0v1h32V23zM32,30H0v1h32V30z",o:0,s:"none",fl:"#333"}},f:{10:{o:1},80:{},90:{o:0},100:{}}},{i:{a:{p:"M10,7l20-5v19.625C30,24.042,27.507,26,24.125,26C20.742,26,18,24.042,18,21.625c0-2.415,2.742-4.375,6.125-4.375c0.939,0,1.359,0.141,1.875,0.422V9l-12,3v13.625C14,28.041,11.508,30,8.125,30S2,28.041,2,25.625s2.742-4.375,6.125-4.375c0.939,0,1.328,0.094,1.875,0.42V7zM56.8,11.8c-0.899-4.6-2.5-5.3-4.1-6.1v14.524c0,2.417-2.743,4.375-6.125,4.375c-3.383,0-6.125-1.958-6.125-4.375c0-2.415,2.742-4.375,6.125-4.375c0.939,0,1.829,0.152,2.625,0.422V0.1h3.5c2,2.7,2.745,2.344,4.1,4C58.6,6.3,56.8,11.8,56.8,11.8zM117.675,15.352c3.383,0,6.125-1.96,6.125-4.375c0-2.417-2.742-4.375-6.125-4.375c-3.382,0-6.125,1.957-6.125,4.375V31.1h3.5c2-2.699,2.745-2.344,4.1-4c1.8-2.199,0-7.699,0-7.699c-0.899,4.6-2.5,5.301-4.1,6.1V14.93C115.846,15.199,116.735,15.352,117.675,15.352zM99.95,2.5v20.125c0,2.416-2.743,4.375-6.125,4.375c-3.383,0-6.125-1.959-6.125-4.375s2.742-4.377,6.125-4.377c0.939,0,1.829,0.154,2.625,0.424V2.5H99.95zM68.1,28.799V8.675c0-2.416,2.743-4.375,6.125-4.375c3.383,0,6.125,1.959,6.125,4.375s-2.742,4.375-6.125,4.375c-0.939,0-1.829-0.153-2.625-0.423v16.171H68.1zM137.5,7l20-5v19.625c0,2.417-2.493,4.375-5.875,4.375c-3.383,0-6.125-1.958-6.125-4.375c0-2.415,2.742-4.375,6.125-4.375c0.939,0,1.359,0.141,1.875,0.422V9l-12,3v13.625c0,2.416-2.492,4.375-5.875,4.375s-6.125-1.959-6.125-4.375s2.742-4.375,6.125-4.375c0.939,0,1.328,0.094,1.875,0.42V7z",s:"none",fl:"#333"}},f:{80:{t:"t-127.5,0"},99:{},100:{t:""}}}]},myspace:{d:0,it:1,sh:[{i:{a:{p:"M22,2c-2.484,0-4.5,2.026-4.5,4.527c0,2.5,2.016,4.526,4.5,4.526s4.5-2.026,4.5-4.526C26.5,4.026,24.484,2,22,2zM13.481,3.643c-1.767,0-3.2,1.442-3.2,3.22c0,1.778,1.434,3.22,3.2,3.22s3.199-1.441,3.199-3.22C16.681,5.085,15.248,3.643,13.481,3.643zM28,17.929V30H16v-6.035H9v-5.03H4v-6.26c0-1.728,1.393-3.13,3.111-3.13c1.466,0,2.687,1.025,3.016,2.397c0.825-0.948,2.023-1.56,3.374-1.56c2.013,0,3.697,1.34,4.271,3.175c1.066-1.042,2.54-1.666,4.228-1.666C25.438,11.893,28,14.472,28,17.929zM7.111,4.161c-1.38,0-2.5,1.126-2.5,2.516s1.12,2.515,2.5,2.515s2.5-1.125,2.5-2.515S8.491,4.161,7.111,4.161z",s:"none",fl:"#003399"}},f:{}}]},notebook:{d:1400,it:1,sh:[{i:{a:{p:"M10,8L10,8V6l0,0V8zM10,10L10,10v2l0,0V10zM10,14L10,14v2l0,0V14zM10,18L10,18v2l0,0V18zM10,22L10,22v2l0,0V22z",s:"none",fl:"#333"}},f:{5:{},10:{p:"M10,8L10,8V6l0,0V8zM10,10L10,10v2l0,0V10zM10,14L10,14v2l0,0V14zM10,18L10,18v2l0,0V18zM10,22L10,22v2l0,0V22z"},20:{p:"M26,8H10V6h16V8zM10,10L10,10v2l0,0V10zM10,14L10,14v2l0,0V14zM10,18L10,18v2l0,0V18zM10,22L10,22v2l0,0V22z"},30:{p:"M26,8H10V6h16V8zM26,10H10v2h16V10zM10,14L10,14v2l0,0V14zM10,18L10,18v2l0,0V18zM10,22L10,22v2l0,0V22z"},40:{p:"M26,8H10V6h16V8zM26,10H10v2h16V10zM26,14H10v2h16V14zM10,18L10,18v2l0,0V18zM10,22L10,22v2l0,0V22z"},50:{p:"M26,8H10V6h16V8zM26,10H10v2h16V10zM26,14H10v2h16V14zM26,18H10v2h16V18zM10,22L10,22v2l0,0V22z"},60:{p:"M26,8H10V6h16V8zM26,10H10v2h16V10zM26,14H10v2h16V14zM26,18H10v2h16V18zM26,22H10v2h16V22z"},69:{},70:{p:"M10,8L10,8V6l0,0V8zM10,10L10,10v2l0,0V10zM10,14L10,14v2l0,0V14zM10,18L10,18v2l0,0V18zM10,22L10,22v2l0,0V22z"},100:{}}},{i:{a:{p:"M28,2H6.9c-0.552,0-1,0.448-1,1v3h-1c-0.553,0-1,0.447-1,1s0.447,1,1,1h1v6h-1c-0.553,0-1,0.447-1,1c0,0.552,0.447,1,1,1h1v6h-1c-0.553,0-1,0.447-1,1s0.447,1,1,1h1v3.1C6,30,6,30,8.7,30H28c0.553,0,1-0.447,1-1V3C29,2.448,28.553,2,28,2zM26,28H9c-0.552,0-1-0.447-1-1V5c0-0.552,0.448-1,1-1h16.9C26.453,4,27,4.548,27,5.1v22C27,27.652,26.553,28,26,28z",o:0,s:"none",fl:"#333"}},f:{5:{o:1},70:{},75:{o:0},100:{}}},{i:{a:{p:"M4.9,6h2c0.553,0,1,0.447,1,1s-0.447,1-1,1h-2c-0.553,0-1-0.447-1-1S4.348,6,4.9,6zM3.9,15c0,0.552,0.447,1,1,1h2c0.553,0,1-0.448,1-1c0-0.553-0.447-1-1-1h-2C4.348,14,3.9,14.447,3.9,15zM3.9,23c0,0.553,0.447,1,1,1h2c0.553,0,1-0.447,1-1s-0.447-1-1-1h-2C4.348,22,3.9,22.447,3.9,23zM29,4v25.063C29,30,28,30,28,30H8.838C6.7,30,5.9,27,5.9,27v-2H7c2.063,0,1.9-2,1.9-2C8.94,20.9,7,20.9,7,20.9H5.9V17H7c1.875,0,1.9-2,1.9-2c0-2-1.9-2-1.9-2H5.9V9.1H7C8.9,9.1,8.9,7,8.9,7C8.9,4.9,7,4.9,7,4.9H5.9V3c0-0.7,0.4-1,1.1-1h17.9c0.553,0,1,0.447,1,1H28C29,3,29,4,29,4zM10,18h14V8H10V18zM27,4.2l-1-0.3V26c0,0.553-0.447,1-1,1H7.9c0,0.9,1.1,1,1.1,1h17c0.9,0,1-1,1-1V4.2zM22,11.7v-1.4c0-0.166-0.135-0.3-0.3-0.3h-9.4c-0.166,0-0.3,0.134-0.3,0.3v1.4c0,0.166,0.134,0.3,0.3,0.3h9.4C21.865,12,22,11.866,22,11.7zM22,15.7v-1.4c0-0.166-0.135-0.3-0.3-0.3h-9.4c-0.166,0-0.3,0.134-0.3,0.3v1.4c0,0.166,0.134,0.3,0.3,0.3h9.4C21.865,16,22,15.866,22,15.7z",o:1,s:"none",fl:"#333"}},f:{5:{o:0},70:{},75:{o:1},100:{}}}]},pacman:{d:400,it:3,sh:[{i:{a:{p:"M15.906,3.5C9.003,3.501,3.406,9.097,3.406,16c0,6.904,5.599,12.326,12.5,12.5C19.8,28.6,24.2,26.4,25.9,23.6c0.086-0.143-10-7.025-10-7.025s10.078-8.067,10-8.175C23.6,5.2,19.8,3.5,15.906,3.5z M17.9,10.498c-0.828,0-1.501-0.67-1.502-1.499c0-0.829,0.671-1.501,1.499-1.501c0.828-0.001,1.5,0.669,1.501,1.498S18.729,10.497,17.9,10.498z",s:"none",fl:"#333"}},f:{50:{p:"M15.906,3.5c-6.903,0-12.5,5.597-12.5,12.5c0,6.904,5.597,12.501,12.5,12.5C22.2,28.5,27.9,24,28.5,17c0.015-0.166-12.6-0.425-12.6-0.425S28.502,16.132,28.5,16C28.4,8.1,22.4,3.5,15.906,3.5z M21.136,12.899c-0.664-0.495-0.803-1.435-0.308-2.099s1.435-0.802,2.099-0.308c0.665,0.494,0.803,1.434,0.309,2.098C22.74,13.256,21.801,13.394,21.136,12.899z",e:"<>"},100:{p:"M15.906,3.5C9.003,3.501,3.406,9.097,3.406,16c0,6.904,5.599,12.326,12.5,12.5C19.8,28.6,24.2,26.4,25.9,23.6c0.086-0.143-10-7.025-10-7.025s10.078-8.067,10-8.175C23.6,5.2,19.8,3.5,15.906,3.5z M17.9,10.498c-0.828,0-1.501-0.67-1.502-1.499c0-0.829,0.671-1.501,1.499-1.501c0.828-0.001,1.5,0.669,1.501,1.498S18.729,10.497,17.9,10.498z"}}}]},paypal:{d:0,it:1,sh:[{i:{a:{p:"M26.215,5.451c0.669,0.331,1.268,0.804,1.699,1.384c0.909,1.218,1.16,2.88,0.761,4.941c-0.418,2.084-1.33,3.842-2.667,5.118c-0.244,0.254-0.507,0.491-0.786,0.715c-1.433,1.128-3.246,1.72-5.232,1.72h-6.331l-1.702,7.984H8.463l0.265-1.221h1.216l1.701-7.977h4.967c4.754,0,8.719-2.934,9.791-7.913C27.6,4.566,23.56,2,20.084,2H8.241L2.994,26.092h4.008L6.368,29h6.95l1.702-7.984h4.97c4.752,0,8.716-2.927,9.786-7.906C30.657,8.951,28.7,6.469,26.215,5.451L26.215,5.451z M14.13,6.906h3.408c1.698,0,2.832,1.464,2.334,3.296c-0.423,1.831-2.195,3.294-3.97,3.294h-3.261L14.13,6.906z",s:"none",fl:"#00457C"}},f:{}}]},pen:{d:1e3,it:1,sh:[{i:{a:{p:"M11.132,21L11.132,21L11.132,21L11.132,21L11.132,21L11.132,21L11.132,21L11.132,21zM11.132,21L11.132,21L11.132,21L11.132,21L11.132,21L11.132,21zM12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496zM12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496zM27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157z",s:"none",fl:"#333"}},f:{2:{},7:{p:"M11.132,19.686c0,0.361-0.117,0.67-0.351,0.928C10.547,20.871,10.266,21,9.939,21H7.566C5.719,21,4,19.391,4,17.07c0-1.867,1.313-3.914,3.552-3.914c2.026,0,3.581,1.812,3.581,3.914V19.686zM7.566,15.787c-0.878-0.039-1.205,0.935-1.179,1.284c0.082,1.102,0.847,1.3,1.165,1.3h1.18l0.014-1.3C8.745,17.07,8.75,15.839,7.566,15.787zM12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496zM12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496zM27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157z"},20:{},28:{p:"M11.132,19.686c0,0.361-0.117,0.67-0.351,0.928C10.547,20.871,10.266,21,9.939,21H7.566C5.719,21,4,19.391,4,17.07c0-1.867,1.313-3.914,3.552-3.914c2.026,0,3.581,1.812,3.581,3.914V19.686zM7.566,15.787c-0.878-0.039-1.205,0.935-1.179,1.284c0.082,1.102,0.847,1.3,1.165,1.3h1.18l0.014-1.3C8.745,17.07,8.75,15.839,7.566,15.787zM16.046,21c-1.968,0-3.58-1.734-3.58-3.93v-5.259c0-0.452,0.3-1.315,1.193-1.315c0.856,0,1.216,0.848,1.193,1.315v1.346h1.179c2,0,3.566,1.718,3.566,3.914C19.598,19.126,18.156,21,16.046,21zM17.197,17.07c-0.025-1.322-1.151-1.284-1.151-1.284h-1.193v1.284c0,0,0.101,1.273,1.179,1.3C16.75,18.388,17.209,17.7,17.197,17.07zM27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157z"},45:{},52:{p:"M11.132,19.686c0,0.361-0.117,0.67-0.351,0.928C10.547,20.871,10.266,21,9.939,21H7.566C5.719,21,4,19.391,4,17.07c0-1.867,1.313-3.914,3.552-3.914c2.026,0,3.581,1.812,3.581,3.914V19.686zM7.566,15.787c-0.878-0.039-1.205,0.935-1.179,1.284c0.082,1.102,0.847,1.3,1.165,1.3h1.18l0.014-1.3C8.745,17.07,8.75,15.839,7.566,15.787zM16.046,21c-1.968,0-3.58-1.734-3.58-3.93v-5.259c0-0.452,0.3-1.315,1.193-1.315c0.856,0,1.216,0.848,1.193,1.315v1.346h1.179c2,0,3.566,1.718,3.566,3.914C19.598,19.126,18.156,21,16.046,21zM17.197,17.07c-0.025-1.322-1.151-1.284-1.151-1.284h-1.193v1.284c0,0,0.101,1.273,1.179,1.3C16.75,18.388,17.209,17.7,17.197,17.07zM20.764,17.07c0-2.477,1.846-3.914,3.566-3.914h2.303c0,0,1.207,0,1.207,1.315c0,1.341-1.193,1.315-1.193,1.315h-2.303c0,0-1.203,0.026-1.193,1.284c0.01,1.305,1.18,1.3,1.18,1.3h2.303c0,0,1.207,0.005,1.207,1.315C27.84,21,26.646,21,26.646,21h-2.303C22.453,21,20.764,19.391,20.764,17.07z"},65:{},66:{p:"M11.132,21L11.132,21L11.132,21L11.132,21L11.132,21L11.132,21L11.132,21L11.132,21zM11.132,21L11.132,21L11.132,21L11.132,21L11.132,21L11.132,21zM12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496zM12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496L12.466,10.496zM27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157L27.84,13.157z"},100:{}}},{i:{a:{p:"M25.354,4.1L27.9,6.646c0.463,0.466,0.467,1.229,0,1.696l-1.98,1.98L21.678,6.08l1.98-1.98C24.126,3.631,24.886,3.631,25.354,4.1zM4.707,25.879c0,0,0-2.828,2.828-5.656L20.971,6.787l4.242,4.243L11.778,24.465c-2.828,2.828-5.657,2.828-5.657,2.828S4.413,28.413,4,28C3.558,27.559,4.707,25.879,4.707,25.879zM9.091,23.191l12.728-12.727l-0.849-0.849L8.242,22.344L9.091,23.191z",t:"t0,0s1r0",s:"none",fl:"#333"}},f:{0:{t:"t7,-7s0.6,0.6,4,28r10,4,28"},3:{t:"t4,-15s0.6,0.6,4,28r-10,4,28"},6:{t:"t0,-11s0.6,0.6,4,28r5,4,28"},9:{t:"t2,-7s0.6,0.6,4,28r5,4,28"},11:{t:"t7,-7s0.6,0.6,4,28r0,4,28"},20:{},23:{t:"t9,-17s0.6,0.6,4,28r0,4,28"},26:{t:"t9,-10s0.6,0.6,4,28r10,4,28"},29:{t:"t12,-7s0.6,0.6,4,28r-5,4,28"},32:{t:"t15,-11s0.6,0.6,4,28r10,4,28"},35:{t:"t10,-14s0.6,0.6,4,28r0,4,28"},45:{},48:{t:"t24,-14s0.6,0.6,4,28r-10,4,28"},51:{t:"t18,-13s0.6,0.6,4,28r0,4,28"},54:{t:"t18,-8s0.6,0.6,4,28r-5,4,28"},57:{t:"t24,-9s0.6,0.6,4,28r-0,4,28"},67:{},70:{t:""},100:{}}}]},pencil:{d:1e3,it:1,sh:[{i:{a:{p:"",o:1,s:"none",fl:"#333"}},f:{0:{o:1,p:"M6,23.5H5.5l0,0L5.2,24L6,23.5L6,23.5L6,23.5L6,23.5L6,23.5z"},10:{p:"M16,8L16,6l0,0L5.2,24L7,23L16,8L16,8L16,8L16,8z"},20:{},30:{p:"M26.801,24L26.801,24L16,6L5.2,24L7,23l9-15l9,15.1l0,0L26.801,24z"},40:{},50:{p:"M5.2,24h21.601L16,6L5.2,24L7,23l9-15l9,15.1L7,23L5.2,24z"},60:{},80:{o:0},81:{p:""},100:{}}},{i:{a:{p:"M25.354,4.1L27.9,6.646c0.463,0.465,0.467,1.229,0,1.695l-1.98,1.98L21.678,6.08l1.98-1.98C24.126,3.631,24.886,3.631,25.354,4.1zM7.535,20.222L20.971,6.787l4.242,4.242L11.778,24.465L4,28L7.535,20.222zM9.658,20.928L20.971,9.615l-0.707-0.707L8.951,20.221L9.658,20.928zM11.778,23.051l11.314-11.314l-0.707-0.707L11.072,22.342L11.778,23.051z",t:"t0,0r0",s:"none",fl:"#333"}},f:{0:{t:"t1,-4r55,4,28"},10:{t:"t11,-20r55,4,28"},20:{},30:{t:"t22,-4r-85,4,28"},40:{},50:{t:"t1,-4r0"},60:{},70:{t:""},100:{}}}]},phone:{d:400,it:3,sh:[{i:{a:{p:"M29,10.5c-0.578-0.385-1.779-1.017-2.4-1.3c-2.854-1.305-6.9-1.8-10.6-1.8c-3.7,0-7.746,0.495-10.6,1.8C4.779,9.484,3.578,10.115,3,10.5c-0.6,0.4-1.4,1.399-0.9,2.7L3.5,16l6.5-3.4l-0.676-1.353C9.2,11,9.245,10.707,9.5,10.601c1.2-0.5,3.4-1.3,6.5-1.3c3.1,0,5.299,0.8,6.5,1.3c0.254,0.106,0.299,0.4,0.176,0.647L22,12.601l6.5,3.4l1.398-2.8C30.4,11.9,29.6,10.9,29,10.5z",t:"",s:"none",fl:"#333"}},f:{0:{t:""},10:{t:"t0,1r-10,2,10"},20:{t:"t0,1r10,30,10"},30:{t:"t0,1r-10,2,10"},40:{t:"t0,1r10,30,10"},50:{t:"t0,1r-10,2,10"},60:{t:"t0,1r10,30,10"},65:{t:""},100:{}}},{i:{a:{p:"M23.899,16.601c-0.699-1.5-2.199-2.4-3.699-3v-1.1c0-1.1-0.701-1.6-1.701-1.6H16h0h-2.5c-1,0-1.7,0.5-1.7,1.6v1.1c-1.5,0.6-3,1.5-3.7,3l-1.9,6.3v3.5c0,0.9,0.8,1.6,1.6,1.6H16h0h8.2c0.799,0,1.6-0.699,1.6-1.6v-3.5L23.899,16.601zM16,21.301c-2.927,0-5.3-1.701-5.3-3.801c0-2.098,2.373-3.799,5.3-3.799s5.3,1.701,5.3,3.799C21.3,19.6,18.927,21.301,16,21.301zM18.3,17.5c0,0.994-1.029,1.801-2.3,1.801c-1.27,0-2.3-0.807-2.3-1.801c0-0.994,1.03-1.799,2.3-1.799C17.271,15.701,18.3,16.506,18.3,17.5zM14.9,19.6c-0.276,0-0.5,0.225-0.5,0.5c0,0.277,0.224,0.5,0.5,0.5s0.5-0.223,0.5-0.5C15.4,19.824,15.176,19.6,14.9,19.6zM12.9,18.5c-0.276,0-0.5,0.225-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.225,0.5-0.5S13.176,18.5,12.9,18.5zM12.2,16.5c-0.276,0-0.5,0.224-0.5,0.5c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5C12.7,16.725,12.477,16.5,12.2,16.5zM13.8,14.9c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S14.076,14.9,13.8,14.9zM16,14.219c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S16.276,14.219,16,14.219zM16.7,20.1c0,0.277,0.223,0.5,0.501,0.5c0.275,0,0.5-0.223,0.5-0.5c0-0.275-0.225-0.5-0.5-0.5C16.923,19.6,16.7,19.824,16.7,20.1zM18.701,19c0,0.275,0.223,0.5,0.5,0.5c0.275,0,0.5-0.225,0.5-0.5s-0.225-0.5-0.5-0.5C18.924,18.5,18.701,18.725,18.701,19zM19.4,16.9c0,0.275,0.223,0.5,0.5,0.5c0.275,0,0.5-0.225,0.5-0.5c0-0.276-0.225-0.5-0.5-0.5C19.623,16.4,19.4,16.625,19.4,16.9zM17.801,15.4c0,0.276,0.223,0.5,0.5,0.5c0.275,0,0.5-0.224,0.5-0.5s-0.225-0.5-0.5-0.5C18.023,14.9,17.801,15.125,17.801,15.4z",
s:"none",fl:"#333"}},f:{}}]},piechart:{d:600,it:1,sh:[{i:{a:{p:"M16,16V4C10.083,4,5.18,8.285,4.192,13.918L16,16L16,16z",t:"",s:"none",fl:"#333"}},f:{0:{t:""},15:{},30:{},45:{},60:{t:"t-2,-2s1.1",e:"elastic"},75:{t:""},90:{},100:{}}},{i:{a:{p:"M4.192,13.918C4.074,14.596,4,15.289,4,16c0,5.553,3.776,10.211,8.897,11.58L16,16L4.192,13.918z",t:"",s:"none",fl:"#333"}},f:{0:{t:""},15:{},30:{},45:{t:"t-2,2s1.1",e:"elastic"},60:{},75:{t:""},90:{},100:{}}},{i:{a:{p:"M19.103,4.42C18.111,4.155,17.075,4,16,4v12V16h12C28,10.448,24.223,5.789,19.103,4.42z",t:"t2,-2",s:"none",fl:"#333"}},f:{0:{t:"t2,-2"},15:{t:"t2,-2s1.1"},30:{},45:{},60:{},75:{t:""},90:{t:"t2,-2"},100:{}}},{i:{a:{p:"M16,16l-3.103,11.58C13.888,27.846,14.925,28,16,28c5.916,0,10.82-4.284,11.808-9.918C27.926,17.404,28,16.711,28,16H16z",t:"",s:"none",fl:"#333"}},f:{0:{t:""},15:{},30:{t:"t2,2s1.1",e:"elastic"},45:{},60:{},75:{t:""},90:{},100:{}}}]},piggybank:{d:1e3,it:1,sh:[{i:{a:{p:"M13.745,18.354v1.066c-0.429-0.1-0.643-0.268-0.643-0.506C13.103,18.732,13.2,18.4,13.745,18.354zM14.251,20.514v1.148c0.649-0.063,0.697-0.387,0.697-0.588C14.948,20.865,14.715,20.678,14.251,20.514zM18,20c0,2.209-1.791,4-4,4s-4-1.791-4-4s1.791-4,4-4S18,17.791,18,20zM15.937,20.951c0.014-0.246-0.236-0.852-0.561-1.039c-0.258-0.148-0.776-0.313-1.08-0.369v-1.162C14.6,18.4,14.7,18.6,14.788,18.75c0.082,0.191,0.229,0.287,0.438,0.287h0.547c-0.018-0.465-0.272-1.338-1.476-1.463L14.3,17c0,0-0.359-0.013-0.496-0.013h-0.014v0.587c-1.291,0.025-1.543,0.93-1.559,1.395C12.2,19.9,12.6,20.1,13.746,20.4V21.6c-0.155-0.027-0.6-0.1-0.652-0.689h-0.93c0.037,0.512,0.482,1.59,1.582,1.59V23h0.5v-0.5C15.5,22.5,15.9,21.6,15.937,20.951z",t:"",s:"none",fl:"#333"}},f:{0:{t:"t14,-25"},10:{},30:{t:"t7,-8"},50:{t:""},100:{}}},{i:{a:{p:"M13.745,18.354v1.066c-0.429-0.1-0.643-0.268-0.643-0.506C13.103,18.732,13.2,18.4,13.745,18.354zM14.251,20.514v1.148c0.649-0.063,0.697-0.387,0.697-0.588C14.948,20.865,14.715,20.678,14.251,20.514zM18,20c0,2.209-1.791,4-4,4s-4-1.791-4-4s1.791-4,4-4S18,17.791,18,20zM15.937,20.951c0.014-0.246-0.236-0.852-0.561-1.039c-0.258-0.148-0.776-0.313-1.08-0.369v-1.162C14.6,18.4,14.7,18.6,14.788,18.75c0.082,0.191,0.229,0.287,0.438,0.287h0.547c-0.018-0.465-0.272-1.338-1.476-1.463L14.3,17c0,0-0.359-0.013-0.496-0.013h-0.014v0.587c-1.291,0.025-1.543,0.93-1.559,1.395C12.2,19.9,12.6,20.1,13.746,20.4V21.6c-0.155-0.027-0.6-0.1-0.652-0.689h-0.93c0.037,0.512,0.482,1.59,1.582,1.59V23h0.5v-0.5C15.5,22.5,15.9,21.6,15.937,20.951z",t:"t10,0",s:"none",fl:"#333"}},f:{0:{t:"t3,-25"},20:{},40:{t:"t7,-8"},60:{t:"t10,0"},100:{}}},{i:{a:{p:"M13.745,18.354v1.066c-0.429-0.1-0.643-0.268-0.643-0.506C13.103,18.732,13.2,18.4,13.745,18.354zM14.251,20.514v1.148c0.649-0.063,0.697-0.387,0.697-0.588C14.948,20.865,14.715,20.678,14.251,20.514zM18,20c0,2.209-1.791,4-4,4s-4-1.791-4-4s1.791-4,4-4S18,17.791,18,20zM15.937,20.951c0.014-0.246-0.236-0.852-0.561-1.039c-0.258-0.148-0.776-0.313-1.08-0.369v-1.162C14.6,18.4,14.7,18.6,14.788,18.75c0.082,0.191,0.229,0.287,0.438,0.287h0.547c-0.018-0.465-0.272-1.338-1.476-1.463L14.3,17c0,0-0.359-0.013-0.496-0.013h-0.014v0.587c-1.291,0.025-1.543,0.93-1.559,1.395C12.2,19.9,12.6,20.1,13.746,20.4V21.6c-0.155-0.027-0.6-0.1-0.652-0.689h-0.93c0.037,0.512,0.482,1.59,1.582,1.59V23h0.5v-0.5C15.5,22.5,15.9,21.6,15.937,20.951z",t:"t6,-5",s:"none",fl:"#333"}},f:{0:{t:"t8,-25"},30:{},50:{t:"t7,-8"},70:{t:"t6,-5"},100:{}}},{i:{a:{p:"M26,23.999c-0.697,0.33,0.033,2.906-0.801,3.611c-0.494,0.604-2.814,0.242-3.063,0.357c-0.717-0.16,0.303-2.48-0.539-2.348c-1.35,0.387-4.969,0.41-5.512,0.359c-0.148-0.016,0,1.828-0.514,1.988c-0.937,0.031-1.844,0.059-2.218-0.016c-1.189,0.033-0.438-2.262-0.741-2.496c-0.182-0.059-1.336-0.334-1.512-0.402c-0.298,0.078-0.265,1.6-0.701,1.957c-0.729,0.324-2.712-0.01-2.991-0.582c-0.445-1.521,0.81-3.184,0.557-3.438c-0.985-0.699-1.255-0.252-1.964-1.152c-1.427-1.57-2.307-0.293-3.604-1.455C1.604,19.31,2.2,16.419,2.46,16.08c0.544-0.707,1.09,0.208,1.54-0.994c0.189-2.638,1.332-5.034,3.371-6.881C6.382,7.194,4.564,4.929,6.667,3.733c2.037-0.415,5.914,2.327,5.914,2.327s2.35-0.726,4.938-0.726c7.352,0,12.48,4.844,12.48,10.817C30,19.741,29.211,21.938,26,23.999L26,23.999zM7.719,10.968c0,0.496,0.599,1.219,1.094,1.219c0.496,0,1.556-0.369,1.375-1.344C10.186,10.83,7.719,10.473,7.719,10.968zM23.25,8.869c-1.455-0.497-3.209-0.989-6.326-0.845c-0.479,0-0.869,0.517-0.869,0.997s0.391,0.869,0.869,0.869c0,0,3.426-0.316,6.326,0.846c0.48,0,0.799-0.397,0.869-0.872C24.213,9.243,23.25,8.869,23.25,8.869z",o:1,s:"none",fl:"#333"}},f:{10:{o:.4},70:{},90:{o:1},100:{}}}]},pinterest:{d:0,it:1,sh:[{i:{a:{p:"M17.929,22.308c-1.705-0.132-2.421-0.977-3.757-1.788c-0.735,3.855-1.633,7.551-4.293,9.48c-0.82-5.825,1.206-10.202,2.146-14.846c-1.604-2.702,0.194-8.139,3.578-6.799c4.164,1.648-3.606,10.042,1.609,11.091c5.448,1.096,7.672-9.451,4.296-12.88C16.625,1.614,7.3,6.453,8.447,13.543c0.279,1.732,2.07,2.259,0.715,4.652c-3.124-0.694-4.055-3.158-3.935-6.441c0.193-5.376,4.83-9.14,9.48-9.66c5.882-0.659,11.402,2.158,12.164,7.692C27.73,16.03,24.218,22.796,17.929,22.308L17.929,22.308z",s:"none",fl:"#CB2028"}},f:{}}]},"pinterest-alt":{d:0,it:1,sh:[{i:{a:{p:"M27,2H5C3.343,2,2,3.344,2,5v22c0,1.657,1.343,3,3,3h22c1.657,0,3-1.343,3-3V5C30,3.344,28.657,2,27,2zM17.364,20.23c-1.278-0.099-1.815-0.732-2.818-1.341c-0.551,2.892-1.225,5.663-3.22,7.11c-0.615-4.369,0.904-7.651,1.61-11.135c-1.203-2.026,0.146-6.104,2.684-5.099c3.123,1.236-2.705,7.532,1.207,8.319c4.086,0.821,5.754-7.088,3.222-9.66C16.387,4.71,9.393,8.34,10.253,13.658c0.209,1.299,1.552,1.694,0.537,3.489c-2.343-0.521-3.041-2.369-2.951-4.831c0.145-4.032,3.623-6.855,7.11-7.245c4.412-0.494,8.552,1.619,9.123,5.769C24.716,15.522,22.081,20.597,17.364,20.23L17.364,20.23z",s:"none",fl:"#CB2028"}},f:{}}]},"plane-down":{d:1e3,it:1,sh:[{i:{a:{p:"M20.1,18.9c0,0.553-0.447,1-1,1s-1-0.447-1-1s0.447-1,1-1S20.1,18.348,20.1,18.9z",o:0,s:"none",fl:"#333"}},f:{0:{o:1,t:"t0,0r0"},15:{t:"t-2,3"},20:{},70:{t:"t1,7"},99:{},100:{o:0,t:""}}},{i:{a:{p:"M1.3,17.301l2.724,0.014l2.441,3.027L11.6,19.9l-5.069-6.069l3.173-1.122l9.696,6.391c0,0,6.185-0.485,9.025,0.839c3.364,1.569,0.891,2.387,0.891,2.387C17.29,26.578,4.633,23.59,4.633,23.59C2.542,20.843,1.3,17.301,1.3,17.301z",t:"t0,-5r25",s:"none",fl:"#333"}},f:{20:{t:"t0,-5r25"},70:{t:""},99:{},100:{t:"t0,-5r25"}}},{i:{a:{p:"M32,30H0v-2h32V30z",s:"none",fl:"#333"}},f:{}}]},"plane-up":{d:1e3,it:1,sh:[{i:{a:{p:"M20.1,26.3c0,0.553-0.447,1-1,1s-1-0.447-1-1s0.447-1,1-1S20.1,25.747,20.1,26.3z",o:0,s:"none",fl:"#333"}},f:{0:{o:1,t:"t0,0r0"},50:{t:"t2,-7"},70:{t:"t1,-11"},72:{o:0},100:{}}},{i:{a:{p:"M1.3,17.301l2.724,0.014l2.441,3.027L11.6,19.9l-5.069-6.069l3.173-1.122l9.696,6.391c0,0,6.185-0.485,9.025,0.839c3.364,1.569,0.891,2.387,0.891,2.387C17.29,26.578,4.633,23.59,4.633,23.59C2.542,20.843,1.3,17.301,1.3,17.301z",t:"t0,-5r-25",s:"none",fl:"#333"}},f:{0:{t:"t0,0r0"},50:{t:"t0,-5,r-25"},100:{}}},{i:{a:{p:"M32,30H0v-2h32V30z",s:"none",fl:"#333"}},f:{}}]},plus:{d:800,it:1,sh:[{i:{a:{p:"M15,12.3V15h-2.7c-0.166,0-0.3,0.134-0.3,0.3v1.4c0,0.166,0.134,0.3,0.3,0.3H15v2.7c0,0.165,0.134,0.3,0.3,0.3h1.4c0.166,0,0.3-0.135,0.3-0.3V17h2.7c0.165,0,0.3-0.134,0.3-0.3v-1.4c0-0.166-0.135-0.3-0.3-0.3H17v-2.7c0-0.166-0.134-0.3-0.3-0.3h-1.4C15.134,12,15,12.134,15,12.3z",t:"t-6,-6",o:0,s:"none",fl:"#333"}},f:{10:{o:1},30:{t:""},40:{o:0},60:{o:0},70:{t:"t-6,-6",o:0},100:{o:0}}},{i:{a:{p:"M15,12.3V15h-2.7c-0.166,0-0.3,0.134-0.3,0.3v1.4c0,0.166,0.134,0.3,0.3,0.3H15v2.7c0,0.165,0.134,0.3,0.3,0.3h1.4c0.166,0,0.3-0.135,0.3-0.3V17h2.7c0.165,0,0.3-0.134,0.3-0.3v-1.4c0-0.166-0.135-0.3-0.3-0.3H17v-2.7c0-0.166-0.134-0.3-0.3-0.3h-1.4C15.134,12,15,12.134,15,12.3z",t:"t6,6",o:0,s:"none",fl:"#333"}},f:{10:{o:1},30:{t:""},40:{t:"s1.75"},60:{o:0},70:{t:"t6,6",o:0},100:{o:0}},fIE:{10:{o:1},30:{t:""},40:{t:"s1.75,1.75,14.5,14.5"},60:{o:0},70:{t:"t6,6",o:0},100:{o:0}}},{i:{a:{p:"M14,8.6V14H8.6C8.269,14,8,14.269,8,14.6v2.8C8,17.731,8.269,18,8.6,18H14v5.4c0,0.331,0.269,0.6,0.6,0.6h2.8c0.331,0,0.6-0.269,0.6-0.6V18h5.4c0.331,0,0.6-0.269,0.6-0.6v-2.8c0-0.332-0.269-0.6-0.6-0.6H18V8.6C18,8.269,17.731,8,17.4,8h-2.8C14.269,8,14,8.269,14,8.6z",o:1,s:"none",fl:"#333"}},f:{10:{o:0},40:{o:0},60:{o:1},70:{o:1},100:{o:1}}}]},"plus-alt":{d:400,it:1,sh:[{i:{a:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM24,17.4c0,0.331-0.269,0.6-0.6,0.6H18v5.4c0,0.331-0.269,0.6-0.6,0.6h-2.8c-0.332,0-0.6-0.269-0.6-0.6V18H8.6C8.269,18,8,17.731,8,17.4v-2.8C8,14.269,8.269,14,8.6,14H14V8.6C14,8.269,14.269,8,14.6,8h2.8C17.731,8,18,8.269,18,8.6V14h5.4c0.331,0,0.6,0.269,0.6,0.6V17.4z",s:"none",fl:"#333"}},f:{0:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM16.1,16.018c0,0.004-0.003,0.007-0.008,0.007h-0.067v0.067c0,0.004-0.003,0.008-0.007,0.008h-0.035c-0.004,0-0.007-0.003-0.007-0.008v-0.067h-0.067c-0.004,0-0.008-0.003-0.008-0.007v-0.035c0-0.004,0.003-0.007,0.008-0.007h0.067v-0.067c0-0.004,0.003-0.008,0.007-0.008h0.035c0.004,0,0.007,0.003,0.007,0.008v0.067h0.067c0.004,0,0.008,0.003,0.008,0.007V16.018z",t:"s0.2"},30:{t:"s1"},35:{},60:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM24,17.4c0,0.331-0.269,0.6-0.6,0.6H18v5.4c0,0.331-0.269,0.6-0.6,0.6h-2.8c-0.332,0-0.6-0.269-0.6-0.6V18H8.6C8.269,18,8,17.731,8,17.4v-2.8C8,14.269,8.269,14,8.6,14H14V8.6C14,8.269,14.269,8,14.6,8h2.8C17.731,8,18,8.269,18,8.6V14h5.4c0.331,0,0.6,0.269,0.6,0.6V17.4z",e:"bounce"},100:{}}}]},presentation:{d:800,it:1,sh:[{i:{a:{p:"M21.689,28H20.6c-0.33,0-0.789-0.189-1.023-0.424L16,24l-3.576,3.576C12.19,27.811,11.731,28,11.4,28h-1.09c-0.331,0-0.409-0.189-0.176-0.424l5.441-5.4c0.233-0.234,0.614-0.234,0.848,0l5.441,5.4C22.1,27.811,22.02,28,21.689,28z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M28.801,20H28V7.002c0,0,0.047,0,0.6-0.001S30,6.328,30,5.5S29.328,4,28.5,4h-25C2.672,4,2,4.672,2,5.5S2.848,7,3.4,7.001L4,7.002V20c0,0-0.247,0-0.8,0S2,20.447,2,21s0.537,1,1.2,1h25.601C29.463,22,30,21.553,30,21S29.354,20,28.801,20zM10,16c-2.273,0-4-1.789-4-3.998S7.727,8,10,8v4.002h4C14,14.211,12.274,16,10,16zM18,18h-2v-2h2V18zM18,14h-2v-2h2V14zM18,10h-2V8h2V10zM25,18h-4c-0.553,0-1-0.447-1-1s0.447-1,1-1h4c0.553,0,1,0.447,1,1S25.553,18,25,18zM25,14h-4c-0.553,0-1-0.447-1-1s0.447-1,1-1h4c0.553,0,1,0.447,1,1S25.553,14,25,14zM25,10h-4c-0.553,0-1-0.447-1-1s0.447-1,1-1h4c0.553,0,1,0.447,1,1S25.553,10,25,10z",s:"none",fl:"#333"}},f:{0:{p:"M28.801,20H28V7.002c0,0,0.047,0,0.6-0.001S30,6.328,30,5.5S29.328,4,28.5,4h-25C2.672,4,2,4.672,2,5.5S2.848,7,3.4,7.001L4,7.002V20c0,0-0.247,0-0.8,0S2,20.447,2,21s0.537,1,1.2,1h25.601C29.463,22,30,21.553,30,21S29.354,20,28.801,20zM10,12L10,12L10,12L10,12L10,12L10,12zM16,18L16,18v-2l0,0V18zM16,14L16,14v-2l0,0V14zM16,10L16,10V8l0,0V10zM16,18L16,18c0,0,0-0.447,0-1s0-1,0-1l0,0c0,0,0,0.447,0,1S16,18,16,18zM16,14L16,14c0,0,0-0.447,0-1s0-1,0-1l0,0c0,0,0,0.447,0,1S16,14,16,14zM16,10L16,10c0,0,0-0.447,0-1s0-1,0-1l0,0c0,0,0,0.447,0,1S16,10,16,10z"},20:{p:"M28.801,20H28V7.002c0,0,0.047,0,0.6-0.001S30,6.328,30,5.5S29.328,4,28.5,4h-25C2.672,4,2,4.672,2,5.5S2.848,7,3.4,7.001L4,7.002V20c0,0-0.247,0-0.8,0S2,20.447,2,21s0.537,1,1.2,1h25.601C29.463,22,30,21.553,30,21S29.354,20,28.801,20zM10,16c-2.273,0-4-1.789-4-3.998S7.727,8,10,8v4.002h4C14,14.211,12.274,16,10,16zM16,18L16,18v-2l0,0V18zM16,14L16,14v-2l0,0V14zM16,10L16,10V8l0,0V10zM16,18L16,18c0,0,0-0.447,0-1s0-1,0-1l0,0c0,0,0,0.447,0,1S16,18,16,18zM16,14L16,14c0,0,0-0.447,0-1s0-1,0-1l0,0c0,0,0,0.447,0,1S16,14,16,14zM16,10L16,10c0,0,0-0.447,0-1s0-1,0-1l0,0c0,0,0,0.447,0,1S16,10,16,10z"},40:{p:"M28.801,20H28V7.002c0,0,0.047,0,0.6-0.001S30,6.328,30,5.5S29.328,4,28.5,4h-25C2.672,4,2,4.672,2,5.5S2.848,7,3.4,7.001L4,7.002V20c0,0-0.247,0-0.8,0S2,20.447,2,21s0.537,1,1.2,1h25.601C29.463,22,30,21.553,30,21S29.354,20,28.801,20zM10,16c-2.273,0-4-1.789-4-3.998S7.727,8,10,8v4.002h4C14,14.211,12.274,16,10,16zM16,18L16,18v-2l0,0V18zM16,14L16,14v-2l0,0V14zM18,10h-2V8h2V10zM16,18L16,18c0,0,0-0.447,0-1s0-1,0-1l0,0c0,0,0,0.447,0,1S16,18,16,18zM16,14L16,14c0,0,0-0.447,0-1s0-1,0-1l0,0c0,0,0,0.447,0,1S16,14,16,14zM25,10h-4c-0.553,0-1-0.447-1-1s0.447-1,1-1h4c0.553,0,1,0.447,1,1S25.553,10,25,10z"},60:{p:"M28.801,20H28V7.002c0,0,0.047,0,0.6-0.001S30,6.328,30,5.5S29.328,4,28.5,4h-25C2.672,4,2,4.672,2,5.5S2.848,7,3.4,7.001L4,7.002V20c0,0-0.247,0-0.8,0S2,20.447,2,21s0.537,1,1.2,1h25.601C29.463,22,30,21.553,30,21S29.354,20,28.801,20zM10,16c-2.273,0-4-1.789-4-3.998S7.727,8,10,8v4.002h4C14,14.211,12.274,16,10,16zM16,18L16,18v-2l0,0V18zM18,14h-2v-2h2V14zM18,10h-2V8h2V10zM16,18L16,18c0,0,0-0.447,0-1s0-1,0-1l0,0c0,0,0,0.447,0,1S16,18,16,18zM25,14h-4c-0.553,0-1-0.447-1-1s0.447-1,1-1h4c0.553,0,1,0.447,1,1S25.553,14,25,14zM25,10h-4c-0.553,0-1-0.447-1-1s0.447-1,1-1h4c0.553,0,1,0.447,1,1S25.553,10,25,10z"},80:{p:"M28.801,20H28V7.002c0,0,0.047,0,0.6-0.001S30,6.328,30,5.5S29.328,4,28.5,4h-25C2.672,4,2,4.672,2,5.5S2.848,7,3.4,7.001L4,7.002V20c0,0-0.247,0-0.8,0S2,20.447,2,21s0.537,1,1.2,1h25.601C29.463,22,30,21.553,30,21S29.354,20,28.801,20zM10,16c-2.273,0-4-1.789-4-3.998S7.727,8,10,8v4.002h4C14,14.211,12.274,16,10,16zM18,18h-2v-2h2V18zM18,14h-2v-2h2V14zM18,10h-2V8h2V10zM25,18h-4c-0.553,0-1-0.447-1-1s0.447-1,1-1h4c0.553,0,1,0.447,1,1S25.553,18,25,18zM25,14h-4c-0.553,0-1-0.447-1-1s0.447-1,1-1h4c0.553,0,1,0.447,1,1S25.553,14,25,14zM25,10h-4c-0.553,0-1-0.447-1-1s0.447-1,1-1h4c0.553,0,1,0.447,1,1S25.553,10,25,10z"},100:{}}}]},printer:{d:600,it:1,sh:[{i:{a:{p:"M23,13H9v-1h14V13zM23,15H9v1h14V15zM23,18H9v1h14V18zM23,21H9v1h14V21zM23,24H9v1h14V24zM23,27H9v1h14V27z",o:0,s:"none",fl:"#333"}},f:{0:{o:1},15:{t:"t0,2"},30:{t:"t0,4"},45:{t:"t0,6"},60:{t:"t0,8"},75:{t:"t0,10"},90:{t:"t0,12"},91:{o:0},95:{t:""},100:{}}},{i:{a:{p:"M26,10c0-2-4-6-6-6H6.6C6.269,4,6,4.269,6,4.6V12H5c-1.656,0-3,1.094-3,2.75v8.65C2,23.73,2.269,24,2.6,24H6v3.4C6,27.73,6.269,28,6.6,28H25.4c0.33,0,0.6-0.27,0.6-0.6V24h3.4c0.33,0,0.6-0.27,0.6-0.6v-8.65c0-1.656-1.344-2.75-3-2.75h-1V10zM24,26H8v-3h16V26zM24,12H8V6h12c1.199,0,0,4,0,4s4-1.9,4,0V12zM27,16c-0.553,0-1-0.447-1-1s0.447-1,1-1s1,0.447,1,1S27.553,16,27,16z",s:"none",fl:"#333"}},f:{15:{p:"M26,10c0-2-2-4-4-4H6.6C6.269,6,6,6.269,6,6.6V12H5c-1.656,0-3,1.094-3,2.75v8.65C2,23.73,2.269,24,2.6,24H6v5.4C6,29.73,6.269,30,6.6,30H25.4c0.33,0,0.6-0.27,0.6-0.6V24h3.4c0.33,0,0.6-0.27,0.6-0.6v-8.65c0-1.656-1.344-2.75-3-2.75h-1V10zM24,28H8v-5h16V28zM24,12H8V8h12c1.199,0,2,2,2,2S24,10.1,24,12L24,12zM27,16c-0.553,0-1-0.447-1-1s0.447-1,1-1s1,0.447,1,1S27.553,16,27,16z"},30:{p:"M26,12c0-4,0-4-4-4H6.6C6.269,8,6,8.269,6,8.6V12H5c-1.656,0-3,1.094-3,2.75v8.65C2,23.73,2.269,24,2.6,24H6v7.4C6,31.73,6.269,32,6.6,32H25.4c0.33,0,0.6-0.27,0.6-0.6V24h3.4c0.33,0,0.6-0.27,0.6-0.6v-8.65c0-1.656-1.344-2.75-3-2.75H26L26,12zM24,30H8v-7h16V30zM24,12H8v-2h12c1.199,0,4,0,4,0S24,10.1,24,12L24,12zM27,16c-0.553,0-1-0.447-1-1s0.447-1,1-1s1,0.447,1,1S27.553,16,27,16z"},45:{p:"M26,12c0-2,0-2-2-2L6.6,10c-0.331,0-0.6,0.269-0.6,0.6V12H5c-1.656,0-3,1.094-3,2.75v8.65C2,23.73,2.269,24,2.6,24H6v9.4C6,33.73,6.269,34,6.6,34H25.4c0.33,0,0.6-0.27,0.6-0.6V24h3.4c0.33,0,0.6-0.27,0.6-0.6v-8.65c0-1.656-1.344-2.75-3-2.75H26L26,12zM24,32H8v-9h16V32zM24,12H8v0h12C21.199,12,24,12,24,12S24,10.1,24,12L24,12zM27,16c-0.553,0-1-0.447-1-1s0.447-1,1-1s1,0.447,1,1S27.553,16,27,16z"},60:{p:"M26,12c0,0,0,0.001-2,0.001L6.6,12C6.269,12,6,12,6,12v0H5c-1.656,0-3,1.094-3,2.75v8.65C2,23.73,2.269,24,2.6,24H6v11.4C6,35.73,6.269,36,6.6,36H25.4c0.33,0,0.6-0.27,0.6-0.6V24h3.4c0.33,0,0.6-0.27,0.6-0.6v-8.65c0-1.656-1.344-2.75-3-2.75H26L26,12zM24,34H8V23h16V34zM24,12H8v0h12C21.199,12,24,12,24,12S24,10.1,24,12L24,12zM27,16c-0.553,0-1-0.447-1-1s0.447-1,1-1s1,0.447,1,1S27.553,16,27,16z"},98:{},100:{p:"M26,10c0-2-4-6-6-6H6.6C6.269,4,6,4.269,6,4.6V12H5c-1.656,0-3,1.094-3,2.75v8.65C2,23.73,2.269,24,2.6,24H6v3.4C6,27.73,6.269,28,6.6,28H25.4c0.33,0,0.6-0.27,0.6-0.6V24h3.4c0.33,0,0.6-0.27,0.6-0.6v-8.65c0-1.656-1.344-2.75-3-2.75h-1V10zM24,26H8v-3h16V26zM24,12H8V6h12c1.199,0,0,4,0,4s4-1.9,4,0V12zM27,16c-0.553,0-1-0.447-1-1s0.447-1,1-1s1,0.447,1,1S27.553,16,27,16z"}}}]},qrcode:{d:800,it:1,sh:[{i:{a:{p:"M10,10H8V8h2V10zM24,8h-2v2h2V8zM10,22H8v2h2V22zM28,16h-2v6h2V16zM24,24v2h-2v2h4v-2h2v-2H24zM18,22v4h-2v2h2h2v-6H18zM14,4v10H8v2H6v-2H4V4H14zM12,6H6v6h6V6zM22,20h-2v2h2h2v-2H22zM28,4v10h-4v2v2h-6v-2h4v-2h-4v-4h-2V8h2V4H28zM26,6h-6v6h6V6zM16,20v2h-2v6H4V18h8v-2h2v2l0,0v2H16zM12,20H6v6h6V20z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M32,2H0V0h32V2z",o:0,s:"none",fl:"#333"}},f:{0:{o:1},30:{t:"t0,32"},40:{},70:{t:""},72:{o:0},100:{}}},{i:{a:{p:"M0,32V0h2v32H0z",o:0,s:"none",fl:"#333"}},f:{0:{},15:{o:1},45:{t:"t32,0"},55:{},85:{t:""},86:{o:0},100:{}}}]},question:{d:400,it:1,sh:[{i:{a:{p:"M16,3C8.82,3,3,8.82,3,16s5.82,13,13,13c7.179,0,13-5.82,13-13S23.179,3,16,3zM16,24.75c-0.966,0-1.75-0.782-1.75-1.75c0-0.965,0.784-1.75,1.75-1.75c0.966,0,1.75,0.784,1.75,1.75C17.75,23.968,16.967,24.75,16,24.75zM20.94,15.28c-0.443,0.579-0.925,1.068-1.444,1.469c-0.523,0.402-1.003,0.802-1.442,1.202c-0.441,0.402-0.644,0.972-0.61,1.709v0.434h-3.081c0-1.061,0.09-1.884,0.268-2.479c0.179-0.594,0.758-1.275,1.735-2.045c0.489-0.384,0.906-0.768,1.247-1.155c0.343-0.383,0.513-0.865,0.513-1.443c0-1.282-0.546-2.003-1.635-2.166c-1.094-0.159-1.883,0.048-2.372,0.627c-0.424,0.45,0.027,1.151-0.618,1.774c-0.634,0.612-1.672,0.229-2.241,0.198c-0.57-0.029-0.855-0.481-0.855-1.346c0-0.481,0.121-0.971,0.366-1.469c0.244-0.498,0.561-0.921,0.955-1.277c0.683-0.606,1.579-1.024,2.688-1.249c1.109-0.224,2.2-0.208,3.275,0.046c1.074,0.257,1.995,0.771,2.762,1.542c0.766,0.771,1.148,1.828,1.148,3.177C21.597,13.885,21.379,14.704,20.94,15.28z",s:"none",fl:"#333"}},f:{0:{p:"M16,3C8.82,3,3,8.82,3,16s5.82,13,13,13c7.179,0,13-5.82,13-13S23.179,3,16,3zM16,16.578c-0.05,0-0.09-0.023-0.09-0.052s0.041-0.052,0.09-0.052s0.09,0.023,0.09,0.052S16.05,16.578,16,16.578zM16.255,16.297c-0.022,0.017-0.048,0.031-0.075,0.043c-0.027,0.012-0.051,0.024-0.074,0.036c-0.023,0.012-0.033,0.029-0.031,0.051v0.013h-0.159c0-0.031,0.004-0.056,0.014-0.073c0.009-0.018,0.039-0.038,0.09-0.061c0.025-0.012,0.047-0.023,0.064-0.035c0.018-0.011,0.026-0.026,0.026-0.043c0-0.038-0.028-0.059-0.084-0.064c-0.056-0.005-0.097,0.001-0.122,0.019c-0.022,0.013,0.001,0.034-0.032,0.053c-0.032,0.018-0.086,0.007-0.115,0.006c-0.03-0.001-0.044-0.015-0.044-0.04c0-0.015,0.006-0.029,0.019-0.043c0.013-0.015,0.029-0.027,0.049-0.038c0.035-0.018,0.082-0.03,0.139-0.037c0.057-0.006,0.114-0.006,0.169,0.001c0.056,0.008,0.104,0.023,0.143,0.046c0.04,0.023,0.06,0.054,0.06,0.094C16.289,16.255,16.278,16.28,16.255,16.297z",t:"s0.2"},30:{t:"s1"},60:{p:"M16,3C8.82,3,3,8.82,3,16s5.82,13,13,13c7.179,0,13-5.82,13-13S23.179,3,16,3zM16,24.75c-0.966,0-1.75-0.782-1.75-1.75c0-0.965,0.784-1.75,1.75-1.75c0.966,0,1.75,0.784,1.75,1.75C17.75,23.968,16.967,24.75,16,24.75zM20.94,15.28c-0.443,0.579-0.925,1.068-1.444,1.469c-0.523,0.402-1.003,0.802-1.442,1.202c-0.441,0.402-0.644,0.972-0.61,1.709v0.434h-3.081c0-1.061,0.09-1.884,0.268-2.479c0.179-0.594,0.758-1.275,1.735-2.045c0.489-0.384,0.906-0.768,1.247-1.155c0.343-0.383,0.513-0.865,0.513-1.443c0-1.282-0.546-2.003-1.635-2.166c-1.094-0.159-1.883,0.048-2.372,0.627c-0.424,0.45,0.027,1.151-0.618,1.774c-0.634,0.612-1.672,0.229-2.241,0.198c-0.57-0.029-0.855-0.481-0.855-1.346c0-0.481,0.121-0.971,0.366-1.469c0.244-0.498,0.561-0.921,0.955-1.277c0.683-0.606,1.579-1.024,2.688-1.249c1.109-0.224,2.2-0.208,3.275,0.046c1.074,0.257,1.995,0.771,2.762,1.542c0.766,0.771,1.148,1.828,1.148,3.177C21.597,13.885,21.379,14.704,20.94,15.28z",e:"bounce"},100:{}}}]},"quote-left":{d:400,it:1,sh:[{i:{a:{p:"M13.883,7.577c-3.633,2.276-5.742,5.404-5.742,8.859c0,1.075,0.186,1.61,0.56,1.61c0,0,0.187-0.254,1.121-0.278c1.401-0.036,3.833,1.129,3.833,4.244c0,1.751-1.167,3.988-4.085,3.988c-2.626,0-5.35-2.237-5.35-6.811c0-3.793,1.167-7.488,5.251-10.979c1.774-1.472,2.908-2.241,3.397-2.209C13.752,6.059,14.238,7.324,13.883,7.577z",s:"none",fl:"#333"}},f:{30:{t:"r18,9,22"},100:{t:"",e:"elastic"}},fIE:{30:{t:"r18,7.5,20.5"},100:{t:"",e:"elastic"}}},{i:{a:{p:"M26.884,7.577c-3.634,2.276-5.743,5.404-5.743,8.859c0,1.075,0.187,1.61,0.56,1.61c0,0,0.188-0.254,1.121-0.278c1.401-0.036,3.833,1.129,3.833,4.244c0,1.751-1.167,3.988-4.086,3.988c-2.626,0-5.35-2.237-5.35-6.811c0-3.793,1.167-7.488,5.251-10.979c1.774-1.472,2.908-2.241,3.397-2.209C26.751,6.059,27.237,7.324,26.884,7.577z",s:"none",fl:"#333"}},f:{30:{t:"r18,22,22"},100:{t:"",e:"elastic"}},fIE:{30:{t:"r18,20.5,20.5"},100:{t:"",e:"elastic"}}}]},"quote-right":{d:400,it:1,sh:[{i:{a:{p:"M18.116,24.424c3.634-2.276,5.742-5.404,5.742-8.86c0-1.075-0.186-1.61-0.56-1.61c0,0-0.187,0.254-1.12,0.278c-1.401,0.036-3.833-1.129-3.833-4.244C18.346,8.237,19.513,6,22.431,6c2.627,0,5.351,2.237,5.351,6.811c0,3.793-1.168,7.488-5.252,10.979c-1.774,1.472-2.908,2.241-3.396,2.209C18.248,25.941,17.762,24.677,18.116,24.424z",s:"none",fl:"#333"}},f:{30:{t:"r18,23,10"},100:{t:"",e:"elastic"}},fIE:{30:{t:"r18,21.5,8.5"},100:{t:"",e:"elastic"}}},{i:{a:{p:"M5.116,24.424c3.634-2.276,5.743-5.404,5.743-8.86c0-1.075-0.187-1.61-0.56-1.61c0,0-0.188,0.254-1.121,0.278c-1.401,0.036-3.833-1.129-3.833-4.244C5.346,8.237,6.513,6,9.432,6c2.626,0,5.35,2.237,5.35,6.811c0,3.793-1.167,7.488-5.251,10.979c-1.774,1.472-2.908,2.241-3.397,2.209C5.249,25.941,4.763,24.677,5.116,24.424z",s:"none",fl:"#333"}},f:{30:{t:"r18,10,10"},100:{t:"",e:"elastic"}},fIE:{30:{t:"r18,8.5,8.5"},100:{t:"",e:"elastic"}}}]},raphael:{d:0,it:1,sh:[{i:{a:{p:"M28.19,11.637l-7.826-7.828L20.36,3.812C19.245,2.692,17.699,2,15.999,2c-1.701,0-3.244,0.693-4.361,1.812h-0.001L3.81,11.639C2.642,12.805,2,14.355,2,16.004c0,1.65,0.642,3.201,1.81,4.365l7.951,7.943C12.911,29.4,14.409,30,16,30c1.648,0,3.199-0.639,4.365-1.809c0,0,6.683-6.4,8.62-8.793C29.739,18.468,30,17.23,30,16.001C30,14.352,29.357,12.801,28.19,11.637zM16,4.287c2.141,0,3.881,1.742,3.881,3.881c0,2.141-1.74,3.882-3.881,3.882c-2.14,0-3.88-1.741-3.88-3.882C12.12,6.029,13.86,4.287,16,4.287zM7.489,18.426c0.065,0.967,0.199,1.898,0.391,2.785l-2.457-2.455c-0.735-0.734-1.141-1.712-1.141-2.751c0-1.039,0.405-2.016,1.141-2.75l3.007-3.009C7.646,12.919,7.309,15.731,7.489,18.426zM18.75,26.588c-0.734,0.732-1.712,1.139-2.75,1.139c-0.723,0-1.583-0.282-2.015-0.566c-0.43-0.283-1.068-0.976-1.387-1.324c-1.498-1.636-2.623-4.42-2.832-7.557c-0.158-2.376,0.128-4.849,0.8-7.206c0.66,5.167,4.751,10.268,9.576,11.487c0.785,0.203,1.558,0.301,2.303,0.301c0.011,0,0.022,0,0.031,0L18.75,26.588zM27.083,18.133c-0.252,0.338-0.506,0.633-0.775,0.889l-0.014,0.018c-1.252,1.191-2.667,1.529-3.867,1.529c-0.661,0-1.257-0.102-1.726-0.221c-2.743-0.689-5.726-3.049-7.091-6.492c0.735,0.311,1.542,0.482,2.39,0.482c3.184,0,5.81-2.425,6.133-5.523l4.444,4.445c0.736,0.73,1.141,1.707,1.141,2.745C27.718,16.773,27.495,17.506,27.083,18.133z",s:"none",fl:"#333"}},f:{}}]},recycled:{d:300,it:3,sh:[{i:{a:{p:"M19.104,10.78l-4.204-6.259C14.732,4.233,14.869,4,15.2,4h3.291c0.331,0,0.75,0.224,0.935,0.501l3.151,4.273l1.736-1.002c0.286-0.166,0.45-0.04,0.364,0.28l-1.337,4.914c-0.087,0.321-0.418,0.511-0.736,0.425l-5.173-1.153c-0.321-0.084-0.349-0.29-0.063-0.456L19.104,10.78zM12.696,5.416L9.525,10.1c-0.167,0.288-0.167,0.754,0,1.042l1.805,2.834c0.165,0.288,0.435,0.288,0.6,0l3.175-4.685c0.165-0.288,0.165-0.754,0-1.042l-1.808-2.833C13.13,5.128,12.86,5.128,12.696,5.416z",s:"none",fl:"#333"}},f:{14.3:{t:"s1.25"},28.6:{t:"s1.25"},42.9:{t:"s1"},57.2:{t:"s1"},71.5:{t:"s1"},85.8:{t:"s1"},100:{t:"s1"}}},{i:{a:{p:"M21.891,24.053h7.42c0.331,0,0.479,0.24,0.333,0.539l-1.469,2.934c-0.146,0.297-0.538,0.537-0.869,0.537h-5.415v2.006c0,0.33-0.189,0.41-0.425,0.174l-3.586-3.615c-0.235-0.234-0.233-0.615,0-0.85l3.586-3.906c0.233-0.234,0.425-0.156,0.425,0.176V24.053zM29.919,21.527l-3.278-4.975c-0.189-0.288-0.654-0.521-1.032-0.521h-3.405c-0.378,0-0.532,0.233-0.343,0.521l3.278,4.975c0.19,0.287,0.654,0.52,1.032,0.52h3.405C29.954,22.047,30.108,21.814,29.919,21.527z",s:"none",fl:"#333"}},f:{14.3:{t:"s1"},28.6:{t:"s1"},42.9:{t:"s1.25"},57.2:{t:"s1.25"},71.5:{t:"s1"},85.8:{t:"s1"},100:{t:"s1"}}},{i:{a:{p:"M8.997,20.115l-3.709,6.424c-0.166,0.289-0.45,0.297-0.634,0.02L2.848,23.82c-0.184-0.277-0.198-0.734-0.031-1.023l2.707-4.688l-1.735-1.005C3.5,16.94,3.527,16.736,3.847,16.65l4.925-1.298c0.321-0.086,0.652,0.105,0.736,0.425l1.59,5.061c0.088,0.318-0.077,0.445-0.366,0.279L8.997,20.115zM7.324,28.063h5.744c0.331,0,0.736-0.268,0.903-0.602l1.604-2.807c0.167-0.334,0.031-0.602-0.3-0.602H9.529c-0.333,0-0.736,0.268-0.901,0.602l-1.605,2.807C6.858,27.795,6.992,28.063,7.324,28.063z",s:"none",fl:"#333"}},f:{14.3:{t:"s1"},28.6:{t:"s1"},42.9:{t:"s1"},57.2:{t:"s1"},71.5:{t:"s1.25"},85.8:{t:"s1.25"},100:{t:"s1"}}}]},redo:{d:500,it:2,sh:[{i:{a:{p:"M29.658,12.875l-8.811,8.856C20.379,22.199,20,22.043,20,21.379V16c0,0-16,0-16,14C4,6,20,8,20,8V2.622c0-0.664,0.379-0.82,0.848-0.352l8.811,8.857C30.113,11.61,30.113,12.394,29.658,12.875z",s:"none",fl:"#333"}},f:{0:{p:"M4.039,26.021l0.447,0.555c0.024,0.031,0.016,0.055-0.017,0.055l-0.347,0.027c0,0-0.217,1.796-0.195,3.343c0.021-1.133-0.021-3.343-0.021-3.343l-0.375-0.015c-0.033,0.001-0.041-0.023-0.018-0.053l0.438-0.567C3.975,25.993,4.015,25.993,4.039,26.021z"},15:{p:"M9.228,16.478l0.258,2.869c0.014,0.153-0.07,0.197-0.188,0.099l-0.951-0.798C8.348,18.647,4.2,21.7,4,30c0.2-6.6,2.935-12.538,2.935-12.538l-0.951-0.797c-0.118-0.098-0.089-0.189,0.064-0.202l2.871-0.244C9.072,16.21,9.21,16.326,9.228,16.478z"},27:{p:"M14.853,13.411l-2.461,5.312c-0.131,0.283-0.324,0.275-0.431-0.018l-0.862-2.371C11.099,16.334,3.4,20.8,4,30C3.3,19.2,9.816,12.812,9.816,12.812l-0.862-2.37C8.847,10.15,8.99,10.02,9.272,10.152l5.301,2.488C14.85,12.78,14.975,13.125,14.853,13.411z"},39:{p:"M23.737,12.88l-6.777,6.813c-0.36,0.36-0.652,0.24-0.652-0.271v-4.138C16.308,15.284,4,16.7,4,30C4,11.538,16.308,9.131,16.308,9.131V4.993c0-0.511,0.292-0.631,0.652-0.271l6.777,6.813C24.087,11.907,24.087,12.51,23.737,12.88z"},50:{p:"M29.658,12.875l-8.811,8.856C20.379,22.199,20,22.043,20,21.379V16c0,0-16,0-16,14C4,6,20,8,20,8V2.622c0-0.664,0.379-0.82,0.848-0.352l8.811,8.857C30.113,11.61,30.113,12.394,29.658,12.875z"},100:{}}}]},refresh:{d:1e3,it:1,sh:[{i:{a:{p:"M4.602,16C4.602,9.706,9.705,4.6,16,4.6c3.583,0,6.777,1.657,8.867,4.244l2.709-2.709C27.81,5.901,28,5.979,28,6.311v7.09c0,0.331-0.269,0.6-0.6,0.6h-7.09c-0.33,0-0.408-0.19-0.176-0.424l2.67-2.669C21.254,8.839,18.785,7.499,16,7.499c-4.69,0-8.499,3.807-8.499,8.501H4.602zM26.2,16h-0.499c-0.663,0-1.191,0.538-1.283,1.194C23.836,21.32,20.289,24.5,16,24.5c-2.782,0-5.243-1.348-6.794-3.417l2.66-2.658c0.232-0.234,0.154-0.424-0.176-0.424H4.6c-0.331,0-0.6,0.268-0.6,0.6v7.09c0,0.33,0.19,0.408,0.424,0.176L7.13,23.16C9.22,25.746,12.417,27.4,16,27.4c5.89,0,10.739-4.469,11.337-10.203C27.407,16.538,26.863,16,26.2,16z",s:"none",fl:"#333"}},f:{0:{t:"r0"},100:{t:"r360"}},fIE:{0:{t:"r0,14.5,14.5"},100:{t:"r360,14.5,14.5"}}}]},remove:{d:400,it:1,sh:[{i:{a:{p:"M21.574,6.424L16,12l-5.576-5.576c-0.234-0.234-0.614-0.234-0.849,0L6.424,9.577c-0.234,0.234-0.234,0.614,0,0.849L12,16l-5.576,5.574c-0.234,0.234-0.234,0.614,0,0.849l3.151,3.152c0.234,0.234,0.614,0.234,0.849,0.001L16,20l5.574,5.575c0.234,0.234,0.614,0.234,0.848,0.001l3.154-3.154c0.233-0.233,0.233-0.613-0.001-0.848L20,16l5.576-5.575c0.233-0.234,0.233-0.614,0-0.849l-3.154-3.152C22.188,6.19,21.809,6.19,21.574,6.424z",s:"none",fl:"#333"}},f:{0:{p:"M16,12L16,12L16,12c-0.234-0.234-0.614-0.234-0.849,0L12,15.152c-0.234,0.234-0.234,0.614,0,0.849V16l0,0c-0.234,0.234-0.234,0.614,0,0.849l3.151,3.152c0.234,0.234,0.614,0.234,0.849,0.001V20l-0.001,0.001c0.234,0.234,0.614,0.234,0.848,0.001l3.154-3.154C20.234,16.614,20.234,16.234,20,16l0,0l0.002,0.001c0.233-0.234,0.233-0.614,0-0.849L16.848,12C16.614,11.766,16.234,11.766,16,12z"},10:{},20:{p:"M16,12L16,12l-5.576-5.576c-0.234-0.234-0.614-0.234-0.849,0L6.424,9.577c-0.234,0.234-0.234,0.614,0,0.849L12,16l0,0c-0.234,0.234-0.234,0.614,0,0.849l3.151,3.152c0.234,0.234,0.614,0.234,0.849,0.001V20l-0.001,0.001c0.234,0.234,0.614,0.234,0.848,0.001l3.154-3.154C20.234,16.614,20.234,16.234,20,16l0,0l0.002,0.001c0.233-0.234,0.233-0.614,0-0.849L16.848,12C16.614,11.766,16.234,11.766,16,12z"},30:{p:"M21.574,6.424L16,12l-5.576-5.576c-0.234-0.234-0.614-0.234-0.849,0L6.424,9.577c-0.234,0.234-0.234,0.614,0,0.849L12,16l0,0c-0.234,0.234-0.234,0.614,0,0.849l3.151,3.152c0.234,0.234,0.614,0.234,0.849,0.001V20l-0.001,0.001c0.234,0.234,0.614,0.234,0.848,0.001l3.154-3.154C20.234,16.614,20.234,16.234,20,16l0,0l5.576-5.575c0.233-0.234,0.233-0.614,0-0.849l-3.154-3.152C22.188,6.19,21.809,6.19,21.574,6.424z"},40:{p:"M21.574,6.424L16,12l-5.576-5.576c-0.234-0.234-0.614-0.234-0.849,0L6.424,9.577c-0.234,0.234-0.234,0.614,0,0.849L12,16l0,0c-0.234,0.234-0.234,0.614,0,0.849l3.151,3.152c0.234,0.234,0.614,0.234,0.849,0.001V20l5.574,5.575c0.234,0.234,0.614,0.234,0.848,0.001l3.154-3.154c0.233-0.233,0.233-0.613-0.001-0.848L20,16l5.576-5.575c0.233-0.234,0.233-0.614,0-0.849l-3.154-3.152C22.188,6.19,21.809,6.19,21.574,6.424z"},50:{p:"M21.574,6.424L16,12l-5.576-5.576c-0.234-0.234-0.614-0.234-0.849,0L6.424,9.577c-0.234,0.234-0.234,0.614,0,0.849L12,16l-5.576,5.574c-0.234,0.234-0.234,0.614,0,0.849l3.151,3.152c0.234,0.234,0.614,0.234,0.849,0.001L16,20l5.574,5.575c0.234,0.234,0.614,0.234,0.848,0.001l3.154-3.154c0.233-0.233,0.233-0.613-0.001-0.848L20,16l5.576-5.575c0.233-0.234,0.233-0.614,0-0.849l-3.154-3.152C22.188,6.19,21.809,6.19,21.574,6.424z"},100:{}}}]},"remove-alt":{d:400,it:1,sh:[{i:{a:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14c7.731,0,14-6.268,14-14S23.731,2,16,2zM23.576,20.375c0.233,0.234,0.233,0.614,0,0.848l-2.354,2.354c-0.233,0.233-0.613,0.233-0.848,0L16,19.2l-4.375,4.376c-0.234,0.233-0.614,0.233-0.849-0.001l-2.352-2.352c-0.234-0.234-0.234-0.614,0-0.849L12.8,16l-4.375-4.375c-0.234-0.234-0.234-0.614,0-0.849l2.352-2.352c0.234-0.234,0.614-0.234,0.849,0L16,12.799l4.375-4.375c0.234-0.234,0.614-0.234,0.848,0l2.354,2.352c0.233,0.234,0.233,0.614,0,0.849L19.2,16L23.576,20.375z",s:"none",fl:"#333"}},f:{0:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14c7.731,0,14-6.268,14-14S23.731,2,16,2zM16.098,16.057c0.003,0.003,0.003,0.008,0,0.011l-0.03,0.03c-0.003,0.003-0.008,0.003-0.011,0L16,16.042l-0.056,0.056c-0.003,0.003-0.008,0.003-0.011,0l-0.03-0.03c-0.003-0.003-0.003-0.008,0-0.011L15.959,16l-0.057-0.056c-0.003-0.003-0.003-0.008,0-0.011l0.03-0.03c0.003-0.003,0.008-0.003,0.011,0L16,15.959l0.057-0.057c0.003-0.003,0.008-0.003,0.011,0l0.03,0.03c0.003,0.003,0.003,0.008,0,0.011L16.042,16L16.098,16.057z",t:"s0.2"},30:{t:"s1"},35:{},60:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14c7.731,0,14-6.268,14-14S23.731,2,16,2zM23.576,20.375c0.233,0.234,0.233,0.614,0,0.848l-2.354,2.354c-0.233,0.233-0.613,0.233-0.848,0L16,19.2l-4.375,4.376c-0.234,0.233-0.614,0.233-0.849-0.001l-2.352-2.352c-0.234-0.234-0.234-0.614,0-0.849L12.8,16l-4.375-4.375c-0.234-0.234-0.234-0.614,0-0.849l2.352-2.352c0.234-0.234,0.614-0.234,0.849,0L16,12.799l4.375-4.375c0.234-0.234,0.614-0.234,0.848,0l2.354,2.352c0.233,0.234,0.233,0.614,0,0.849L19.2,16L23.576,20.375z",e:"bounce"},100:{}}}]},"remove-circle":{d:400,it:1,sh:[{i:{a:{p:"M19.43,10.108L16,13.539l-3.431-3.43c-0.145-0.145-0.378-0.145-0.522,0l-1.939,1.939c-0.145,0.144-0.145,0.378,0,0.522l3.43,3.43l-3.43,3.43c-0.145,0.145-0.145,0.378,0,0.522l1.939,1.939c0.144,0.145,0.377,0.145,0.522,0L16,18.461l3.43,3.431c0.145,0.145,0.378,0.145,0.521,0l1.94-1.94c0.145-0.144,0.145-0.377,0-0.521L18.461,16l3.431-3.43c0.145-0.144,0.145-0.378,0-0.522l-1.94-1.939C19.808,9.964,19.574,9.964,19.43,10.108z",s:"none",fl:"#333"}},f:{0:{p:"M16,13.539L16,13.539L16,13.539c-0.144-0.144-0.378-0.144-0.522,0l-1.939,1.94c-0.144,0.144-0.144,0.378,0,0.522v0l0,0c-0.144,0.144-0.144,0.378,0,0.522l1.939,1.939c0.145,0.145,0.378,0.145,0.522,0.001v-0.002l-0.001,0.001c0.145,0.145,0.378,0.145,0.522,0.001l1.941-1.941c0.144-0.144,0.144-0.377-0.001-0.521l0,0l0.002,0c0.144-0.144,0.144-0.378,0-0.522l-1.941-1.94C16.378,13.395,16.144,13.395,16,13.539z"},10:{},20:{p:"M16,13.539L16,13.539l-3.431-3.43c-0.145-0.145-0.378-0.145-0.522,0l-1.939,1.939c-0.145,0.144-0.145,0.378,0,0.522l3.43,3.43l0,0c-0.144,0.144-0.144,0.378,0,0.522l1.939,1.939c0.145,0.145,0.378,0.145,0.522,0.001v-0.002l-0.001,0.001c0.145,0.145,0.378,0.145,0.522,0.001l1.941-1.941c0.144-0.144,0.144-0.377-0.001-0.521l0,0l0.002,0c0.144-0.144,0.144-0.378,0-0.522l-1.941-1.94C16.378,13.395,16.144,13.395,16,13.539z"},30:{p:"M19.43,10.108L16,13.539l-3.431-3.43c-0.145-0.145-0.378-0.145-0.522,0l-1.939,1.939c-0.145,0.144-0.145,0.378,0,0.522l3.43,3.43l0,0c-0.144,0.144-0.144,0.378,0,0.522l1.939,1.939c0.145,0.145,0.378,0.145,0.522,0.001v-0.002l-0.001,0.001c0.145,0.145,0.378,0.145,0.522,0.001l1.941-1.941c0.144-0.144,0.144-0.377-0.001-0.521l0,0l3.431-3.43c0.145-0.144,0.145-0.378,0-0.522l-1.94-1.939C19.808,9.964,19.574,9.964,19.43,10.108z"
},40:{p:"M19.43,10.108L16,13.539l-3.431-3.43c-0.145-0.145-0.378-0.145-0.522,0l-1.939,1.939c-0.145,0.144-0.145,0.378,0,0.522l3.43,3.43l0,0c-0.144,0.144-0.144,0.378,0,0.522l1.939,1.939c0.145,0.145,0.378,0.145,0.522,0.001v-0.002l3.43,3.431c0.145,0.145,0.378,0.145,0.521,0l1.94-1.94c0.145-0.144,0.145-0.377,0-0.521L18.461,16l3.431-3.43c0.145-0.144,0.145-0.378,0-0.522l-1.94-1.939C19.808,9.964,19.574,9.964,19.43,10.108z"},50:{p:"M19.43,10.108L16,13.539l-3.431-3.43c-0.145-0.145-0.378-0.145-0.522,0l-1.939,1.939c-0.145,0.144-0.145,0.378,0,0.522l3.43,3.43l-3.43,3.43c-0.145,0.145-0.145,0.378,0,0.522l1.939,1.939c0.144,0.145,0.377,0.145,0.522,0L16,18.461l3.43,3.431c0.145,0.145,0.378,0.145,0.521,0l1.94-1.94c0.145-0.144,0.145-0.377,0-0.521L18.461,16l3.431-3.43c0.145-0.144,0.145-0.378,0-0.522l-1.94-1.939C19.808,9.964,19.574,9.964,19.43,10.108z"},100:{}}},{i:{a:{p:"M16,2C8.269,2,2,8.268,2,16c0,7.732,6.269,14,14,14c7.732,0,14-6.268,14-14C30,8.268,23.732,2,16,2zM16,27C9.925,27,5,22.075,5,16C5,9.924,9.925,5,16,5c6.075,0,11,4.924,11,11C27,22.075,22.075,27,16,27z",s:"none",fl:"#333"}},f:{}}]},"resize-big":{d:500,it:2,sh:[{i:{a:{p:"M25.59,13.368C25.814,13.598,26,13.52,26,13.197V6.584C26,6.262,25.738,6,25.416,6h-6.613c-0.322,0-0.4,0.186-0.17,0.41l2.594,2.594L9.004,21.227L6.41,18.633C6.186,18.402,6,18.48,6,18.803v6.613C6,25.738,6.262,26,6.584,26h6.613c0.322,0,0.4-0.184,0.171-0.41l-2.596-2.596l12.222-12.222L25.59,13.368z",s:"none",fl:"#333"}},f:{50:{t:"s1.26"},100:{t:""}}}]},"resize-big-alt":{d:500,it:2,sh:[{i:{a:{p:"M23.521,8h-5.426c-0.264,0-0.328,0.152-0.139,0.336l2.127,2.128l-9.619,9.619l-2.128-2.127C8.152,17.768,8,17.832,8,18.096v5.426C8,23.785,8.215,24,8.479,24h5.426c0.264,0,0.328-0.15,0.14-0.336l-2.13-2.129l9.62-9.62l2.129,2.13C23.848,14.233,24,14.169,24,13.905V8.479C24,8.215,23.785,8,23.521,8z",s:"none",fl:"#333"}},f:{50:{t:"s1.26"},100:{t:""}}},{i:{a:{p:"M26.77,2H5.23C3.445,2,2,3.445,2,5.23V26.77C2,28.551,3.445,30,5.23,30H26.77c1.787,0,3.23-1.449,3.23-3.23V5.23C30,3.445,28.557,2,26.77,2zM28,26.82c0,0.678-0.547,1.172-1.129,1.18H5.14C4.624,28,4,27.586,4,26.908V5.091C4,4.412,4.466,4,5.14,4h21.731C27.547,4,28,4.412,28,5.091V26.82z",s:"none",fl:"#333"}},f:{}}]},"resize-horizontal":{d:400,it:2,sh:[{i:{a:{p:"M27.885,15.537l-5.33-5.615C22.248,9.665,22,9.757,22,10.116v3.923l-12,0v-3.923c0-0.364-0.249-0.448-0.556-0.194l-5.33,5.615c-0.306,0.257-0.306,0.675,0,0.928l5.33,5.614C9.751,22.335,10,22.243,10,21.883v-3.921h12v3.921c0,0.364,0.248,0.45,0.555,0.196l5.33-5.614C28.191,16.208,28.191,15.79,27.885,15.537z",s:"none",fl:"#333"}},f:{33.5:{t:"s0.8,1,16,16"},67:{t:"s1.2,1,16,16"},100:{t:""}}}]},"resize-horizontal-alt":{d:400,it:2,sh:[{i:{a:{p:"M25.805,16.605l-5.334-4.48C20.211,11.906,20,11.984,20,12.289V16h-8v-3.711c0-0.309-0.211-0.381-0.471-0.164l-5.334,4.48c-0.26,0.219-0.26,0.574,0,0.789l5.334,4.48C11.789,22.094,12,22.016,12,21.711V18h8v3.711c0,0.309,0.211,0.381,0.471,0.164l5.334-4.48C26.064,17.176,26.064,16.82,25.805,16.605z",s:"none",fl:"#333"}},f:{33.5:{t:"s0.8,1,16,16"},67:{t:"s1.2,1,16,16"},100:{t:""}}},{i:{a:{p:"M26.77,28H5.23C3.445,28,2,26.551,2,24.77V9.23C2,7.445,3.445,6,5.23,6H26.77C28.557,6,30,7.445,30,9.23V24.77C30,26.551,28.557,28,26.77,28L26.77,28zM28,9.09C28,8.412,27.547,8,26.871,8H5.14C4.466,8,4,8.412,4,9.09v15.818C4,25.586,4.624,26,5.14,26h21.731C27.453,25.992,28,25.498,28,24.82V9.09z",s:"none",fl:"#333"}},f:{}}]},"resize-small":{d:500,it:2,sh:[{i:{a:{p:"M25.809,4.424l-4.803,4.804L18.41,6.632C18.186,6.402,18,6.48,18,6.803v6.613C18,13.738,18.262,14,18.584,14h6.613c0.322,0,0.4-0.186,0.17-0.41l-2.594-2.594l4.803-4.804c0.234-0.234,0.233-0.614,0-0.849l-0.92-0.919C26.423,4.19,26.043,4.19,25.809,4.424zM6.192,27.576l4.804-4.803l2.594,2.594c0.225,0.23,0.41,0.152,0.41-0.17v-6.613C14,18.262,13.738,18,13.416,18H6.803c-0.322,0-0.4,0.184-0.171,0.41l2.596,2.596l-4.804,4.803c-0.234,0.234-0.234,0.614,0,0.848l0.919,0.92C5.578,27.81,5.958,27.811,6.192,27.576z",s:"none",fl:"#333"}},f:{50:{t:"s0.74"},100:{t:""}}}]},"resize-small-alt":{d:500,it:2,sh:[{i:{a:{p:"M24.406,6.144l-3.94,3.941l-2.129-2.13C18.152,7.767,18,7.831,18,8.095v5.426C18,13.785,18.215,14,18.479,14h5.425c0.265,0,0.329-0.152,0.14-0.336l-2.128-2.128l3.94-3.941c0.192-0.192,0.191-0.504,0-0.696l-0.755-0.754C24.91,5.952,24.599,5.952,24.406,6.144zM7.594,25.856l3.941-3.94l2.128,2.128C13.848,24.233,14,24.169,14,23.904v-5.425C14,18.215,13.785,18,13.521,18H8.095c-0.264,0-0.328,0.15-0.14,0.337l2.13,2.129l-3.941,3.94c-0.192,0.192-0.192,0.504,0,0.695l0.754,0.755C7.09,26.048,7.402,26.049,7.594,25.856zM26.77,30H5.23C3.445,30,2,28.551,2,26.77V5.23C2,3.445,3.445,2,5.23,2H26.77C28.557,2,30,3.445,30,5.23V26.77C30,28.551,28.557,30,26.77,30L26.77,30zM28,5.091C28,4.412,27.547,4,26.871,4H5.14C4.466,4,4,4.412,4,5.091v21.817C4,27.586,4.624,28,5.14,28h21.731C27.453,27.992,28,27.498,28,26.82V5.091z",s:"none",fl:"#333"}},f:{50:{t:"s0.74"},100:{t:""}}}]},"resize-vertical":{d:400,it:2,sh:[{i:{a:{p:"M15.537,4.115L9.922,9.446C9.665,9.752,9.756,10,10.116,10h3.923v12h-3.923c-0.364,0-0.448,0.249-0.194,0.556l5.615,5.33c0.257,0.306,0.675,0.306,0.928,0l5.615-5.33C22.335,22.249,22.243,22,21.883,22h-3.921V10h3.921c0.364,0,0.45-0.248,0.196-0.554l-5.615-5.331C16.208,3.809,15.79,3.809,15.537,4.115z",s:"none",fl:"#333"}},f:{33.5:{t:"s1,0.8,16,16"},67:{t:"s1,1.2,16,16"},100:{t:""}}}]},"resize-vertical-alt":{d:400,it:2,sh:[{i:{a:{p:"M16.605,6.195l-4.48,5.334C11.906,11.789,11.984,12,12.289,12H16v8h-3.711c-0.309,0-0.381,0.211-0.164,0.471l4.48,5.334c0.219,0.26,0.574,0.26,0.789,0l4.48-5.334C22.094,20.211,22.016,20,21.711,20H18v-8h3.711c0.309,0,0.381-0.211,0.164-0.471l-4.48-5.334C17.176,5.936,16.82,5.936,16.605,6.195z",s:"none",fl:"#333"}},f:{33.5:{t:"s1,0.8,16,16"},67:{t:"s1,1.2,16,16"},100:{t:""}}},{i:{a:{p:"M28,5.23V26.77c0,1.785-1.449,3.23-3.23,3.23H9.23C7.445,30,6,28.555,6,26.77V5.23C6,3.443,7.445,2,9.23,2H24.77C26.551,2,28,3.443,28,5.23L28,5.23zM9.09,4C8.412,4,8,4.453,8,5.129V26.86C8,27.534,8.412,28,9.09,28h15.818C25.586,28,26,27.376,26,26.86V5.129C25.992,4.547,25.498,4,24.82,4H9.09z",s:"none",fl:"#333"}},f:{}}]},responsive:{d:1400,it:1,sh:[{i:{a:{p:"M29.05,22c0,0.582-0.467,1.05-1.05,1.05c-0.58,0-1.05-0.47-1.05-1.05s0.47-1.05,1.05-1.05C28.583,20.95,29.05,21.42,29.05,22zM5.997,29H4l0.041,1.801C4.041,31.463,4.577,32,5.239,32h23.563C29.464,32,30,31.463,30,30.801V13.199C30,12.537,29.464,12,28.803,12H23v2h3l0.006,16H5.997V29z",o:1,s:"none",fl:"#333"}},f:{0:{o:0},80:{},90:{o:1},100:{}}},{i:{a:{p:"M2,3.2v23.601C2,27.463,2.537,28,3.2,28h17.601C21.463,28,22,27.463,22,26.801V3.2C22,2.537,21.463,2,20.801,2H3.2C2.537,2,2,2.537,2,3.2zM12,27.05c-0.581,0-1.05-0.467-1.05-1.05c0-0.58,0.471-1.05,1.05-1.05s1.05,0.47,1.05,1.05C13.05,26.583,12.579,27.05,12,27.05zM20,24H4V4h16V24z",t:"",s:"none",fl:"#333"}},f:{10:{t:"t4,1r-90"},60:{},70:{t:""},100:{}},fIE:{10:{t:"t4,1r-90,10.5,13.5"},60:{},70:{t:""},100:{}}},{i:{a:{p:"M18,10H6V8h12V10zM18,12H6v2h12V12zM18,16H6v2h12V16z",t:"",o:0,s:"none",fl:"#333"}},f:{0:{o:1},10:{t:"t4,1r-90,12,15"},20:{},25:{t:"t3,3r0,12,15"},30:{},35:{t:"t3,3r0,12,15s1.5,1,12,16"},60:{},70:{t:"t-2,-1r90,12,15s1.5,1,12,16"},75:{},80:{t:""},90:{o:0},100:{}},fIE:{0:{o:1},10:{t:"t4,1r-90,10.5,13.5"},20:{},25:{t:"t3,3r0,10.5,13.5"},30:{},35:{t:"t3,3r0,10.5,15s1.5,1,11.5,16"},60:{},70:{t:"t-2,-1r90,10.5,15s1.5,1,11.5,16"},75:{},80:{t:""},90:{o:0},100:{}}}]},"responsive-menu":{d:800,it:1,sh:[{i:{a:{p:"M29.4,26H2.6C2.269,26,2,25.731,2,25.4V22.6C2,22.269,2.269,22,2.6,22h26.8c0.331,0,0.6,0.269,0.6,0.6V25.4C30,25.731,29.731,26,29.4,26z",s:"none",fl:"#333"}},f:{0:{t:"s0.2,0.6,2,6t0,-16"},50:{},70:{t:""},100:{}}},{i:{a:{p:"M29.4,18H2.6C2.269,18,2,17.731,2,17.4v-2.8C2,14.269,2.269,14,2.6,14h26.8c0.331,0,0.6,0.269,0.6,0.6v2.8C30,17.731,29.731,18,29.4,18z",s:"none",fl:"#333"}},f:{0:{t:"s0.2,0.6,2,6t0,-8"},25:{},45:{t:""},100:{}}},{i:{a:{p:"M29.4,10H2.6C2.269,10,2,9.731,2,9.4V6.6C2,6.269,2.269,6,2.6,6h26.8C29.731,6,30,6.269,30,6.6v2.8C30,9.731,29.731,10,29.4,10z",s:"none",fl:"#333"}},f:{0:{t:"s0.2,1,2,6"},20:{t:""},100:{}}}]},retweet:{d:600,it:2,sh:[{i:{a:{p:"M10,20h7.26l2.98,3.52C20.438,23.785,20.33,24,20,24H6.6C6.269,24,6,23.73,6,23.4V15H3c-0.726,0-0.961-0.461-0.526-1.033l4.738-5.539c0.435-0.57,1.141-0.57,1.576,0l4.738,5.539C13.962,14.539,13.727,15,13,15h-3V20zM22.004,17H19c-0.729,0-0.967,0.461-0.529,1.033l4.749,5.539c0.439,0.57,1.147,0.57,1.584,0l4.724-5.539C29.965,17.461,29.728,17,29,17h-3V8.6C26,8.269,25.729,8,25.397,8H12c-0.332,0-0.44,0.214-0.24,0.48L14.714,12h7.29V17z",s:"none",fl:"#333"}},f:{20:{p:"M10,20h7.26l2.98,3.52C20.438,23.785,20.33,24,20,24H6.6C6.269,24,6,23.73,6,23.4V15H3c-0.726,0-0.961-0.461-0.526-1.033l4.738-5.539c0.435-0.57,1.141-0.57,1.576,0l4.738,5.539C13.962,14.539,13.727,15,13,15h-3V20zM22.004,17H19c-0.729,0-0.967,0.461-0.529,1.033l4.749,5.539c0.439,0.57,1.147,0.57,1.584,0l4.724-5.539C29.965,17.461,29.728,17,29,17h-3V8.6C26,8.269,25.729,8,25.397,8h-3.057c-0.332,0-0.44,0.214-0.24,0.48L22,12h0.004V17z"},40:{p:"M10,20h7.26l2.98,3.52C20.438,23.785,20.33,24,20,24H6.6C6.269,24,6,23.73,6,23.4V15H3c-0.726,0-0.961-0.461-0.526-1.033l4.738-5.539c0.435-0.57,1.141-0.57,1.576,0l4.738,5.539C13.962,14.539,13.727,15,13,15h-3V20zM22.004,17H19c-0.729,0-0.967,0.461-0.529,1.033l4.749,5.539c0.439,0.57,1.147,0.57,1.584,0l4.724-5.539C29.965,17.461,29.728,17,29,17h-3l0,0c0-0.331-0.271,0-0.603,0h-3.057C22.009,17,21.804,16.734,22.004,17h-0.008H22H22.004z"},60:{p:"M10,20L10,20l-0.099,3.52c0.197,0.266,0.09,0.48-0.24,0.48H6.6C6.269,24,6,23.73,6,23.4V15H3c-0.726,0-0.961-0.461-0.526-1.033l4.738-5.539c0.435-0.57,1.141-0.57,1.576,0l4.738,5.539C13.962,14.539,13.727,15,13,15h-3V20zM22.004,17H19c-0.729,0-0.967,0.461-0.529,1.033l4.749,5.539c0.439,0.57,1.147,0.57,1.584,0l4.724-5.539C29.965,17.461,29.728,17,29,17h-3l0,0c0-0.331-0.271,0-0.603,0h-3.057C22.009,17,21.804,16.734,22.004,17h-0.008H22H22.004z"},80:{p:"M10,15L10,15L10,15c0.197,0.266-0.009,0-0.339,0H6.6C6.269,15,6,15.33,6,15l0,0H3c-0.726,0-0.961-0.461-0.526-1.033l4.738-5.539c0.435-0.57,1.141-0.57,1.576,0l4.738,5.539C13.962,14.539,13.727,15,13,15H10L10,15zM22.004,17H19c-0.729,0-0.967,0.461-0.529,1.033l4.749,5.539c0.439,0.57,1.147,0.57,1.584,0l4.724-5.539C29.965,17.461,29.728,17,29,17h-3l0,0c0-0.331-0.271,0-0.603,0h-3.057C22.009,17,21.804,16.734,22.004,17h-0.008H22H22.004z"},98:{},100:{p:"M10,20h7.26l2.98,3.52C20.438,23.785,20.33,24,20,24H6.6C6.269,24,6,23.73,6,23.4V15H3c-0.726,0-0.961-0.461-0.526-1.033l4.738-5.539c0.435-0.57,1.141-0.57,1.576,0l4.738,5.539C13.962,14.539,13.727,15,13,15h-3V20zM22.004,17H19c-0.729,0-0.967,0.461-0.529,1.033l4.749,5.539c0.439,0.57,1.147,0.57,1.584,0l4.724-5.539C29.965,17.461,29.728,17,29,17h-3V8.6C26,8.269,25.729,8,25.397,8H12c-0.332,0-0.44,0.214-0.24,0.48L14.714,12h7.29V17z"}}}]},rocket:{d:1e3,it:1,sh:[{i:{a:{p:"M6.976,24.759l4.229-1.936c0.408,8.068-9.133,6.825-9.133,6.825s-1-10.085,6.926-9.027L6.976,24.759zM20.827,17.824c0,0,0.9,6.604-7.438,8.881l1.719-5.455c0,0-5.008,0.546-5.009,0.55l0.594-4.953l-5.476,1.709c2.287-8.311,8.907-7.414,8.907-7.414c3.024-4.156,7.568-6.864,10.69-8.08c0.996-0.388,3.289-0.969,4.136-1.039C30,1.938,30.1,2.038,29.995,3.065C29.9,3.993,29.33,6.183,28.927,7.163C27.658,10.258,24.993,14.809,20.827,17.824zM21.499,12.895c1.335,0.001,2.417-1.081,2.416-2.416c-0.003-1.336-1.088-2.421-2.423-2.422c-1.337-0.003-2.419,1.079-2.415,2.416C19.077,11.808,20.162,12.893,21.499,12.895z",s:"none",fl:"#333"}},f:{2.5:{t:"r-2,10,22"},5:{t:"r2,10,22"},10:{t:"r-2,10,22"},12.5:{t:"r0,10,22"},20:{p:"M6.976,24.759l4.229-1.936C11.614,30.892-6.7,38.6-6.7,38.6S1.073,19.563,8.999,20.621L6.976,24.759zM20.827,17.824c0,0,0.9,6.604-7.438,8.881l1.719-5.455c0,0-5.008,0.546-5.009,0.55l0.594-4.953l-5.476,1.709c2.287-8.311,8.907-7.414,8.907-7.414c3.024-4.156,7.568-6.864,10.69-8.08c0.996-0.388,3.289-0.969,4.136-1.039C30,1.938,30.1,2.038,29.995,3.065C29.9,3.993,29.33,6.183,28.927,7.163C27.658,10.258,24.993,14.809,20.827,17.824zM21.499,12.895c1.335,0.001,2.417-1.081,2.416-2.416c-0.003-1.336-1.088-2.421-2.423-2.422c-1.337-0.003-2.419,1.079-2.415,2.416C19.077,11.808,20.162,12.893,21.499,12.895z",t:"t15,-15"},50:{t:"t40,-40"},51:{t:"t40,40"},52:{p:"M6.976,24.759l4.229-1.936c0.408,8.068-9.133,6.825-9.133,6.825s-1-10.085,6.926-9.027L6.976,24.759zM20.827,17.824c0,0,0.9,6.604-7.438,8.881l1.719-5.455c0,0-5.008,0.546-5.009,0.55l0.594-4.953l-5.476,1.709c2.287-8.311,8.907-7.414,8.907-7.414c3.024-4.156,7.568-6.864,10.69-8.08c0.996-0.388,3.289-0.969,4.136-1.039C30,1.938,30.1,2.038,29.995,3.065C29.9,3.993,29.33,6.183,28.927,7.163C27.658,10.258,24.993,14.809,20.827,17.824zM21.499,12.895c1.335,0.001,2.417-1.081,2.416-2.416c-0.003-1.336-1.088-2.421-2.423-2.422c-1.337-0.003-2.419,1.079-2.415,2.416C19.077,11.808,20.162,12.893,21.499,12.895z",t:"t-32,32"},80:{},90:{t:"",e:">"},100:{}}}]},"rotate-right":{d:600,it:1,sh:[{i:{a:{p:"M16,4.6c3.583,0,6.777,1.657,8.867,4.244l2.709-2.709C27.81,5.901,28,5.979,28,6.311v7.09c0,0.331-0.269,0.6-0.6,0.6h-7.09c-0.33,0-0.408-0.19-0.176-0.424l2.67-2.669C21.254,8.839,18.785,7.499,16,7.499c-4.69,0-8.499,3.807-8.499,8.501c0,4.691,3.809,8.5,8.499,8.5c4.289,0,7.835-3.18,8.417-7.306C24.51,16.538,25.038,16,25.701,16H26.2c0.663,0,1.207,0.538,1.138,1.197C26.739,22.932,21.891,27.4,16,27.4C9.705,27.4,4.602,22.297,4.602,16C4.602,9.706,9.705,4.6,16,4.6z",s:"none",fl:"#333"}},f:{0:{t:"r0"},100:{t:"r360"}},fIE:{0:{t:"r0,14.5,14.5"},100:{t:"r360,14.5,14.5"}}}]},"rotate-left":{d:600,it:1,sh:[{i:{a:{p:"M16,4.6c-3.583,0-6.777,1.657-8.867,4.244L4.424,6.135C4.19,5.901,4,5.979,4,6.311v7.09C4,13.731,4.269,14,4.6,14h7.089c0.331,0,0.409-0.19,0.176-0.424l-2.669-2.669c1.551-2.068,4.02-3.408,6.804-3.408c4.69,0,8.499,3.807,8.499,8.501c0,4.691-3.809,8.5-8.499,8.5c-4.289,0-7.835-3.18-8.417-7.306C7.49,16.538,6.962,16,6.299,16H5.8c-0.663,0-1.207,0.538-1.138,1.197C5.261,22.932,10.11,27.4,16,27.4c6.295,0,11.399-5.104,11.399-11.4C27.398,9.706,22.295,4.6,16,4.6z",s:"none",fl:"#333"}},f:{0:{t:"r0"},100:{t:"r-360"}},fIE:{0:{t:"r0,14.5,14.5"},100:{t:"r-360,14.5,14.5"}}}]},rss:{d:0,it:1,sh:[{i:{a:{p:"M5.827,22.346C3.712,22.346,2,24.059,2,26.173S3.712,30,5.827,30s3.828-1.713,3.828-3.827S7.942,22.346,5.827,22.346zM2.044,11.454c0,1.75,0,3.499,0,5.249c7.348,0,13.297,5.949,13.297,13.297c1.75,0,3.499,0,5.249,0C20.59,19.852,12.191,11.454,2.044,11.454zM30.037,30h-5.249c0-13.121-10.847-22.745-22.744-22.745V2.006C18.84,2.006,30.037,16.003,30.037,30z",s:"none",fl:"#EF6D12"}},f:{}}]},safari:{d:0,it:1,sh:[{i:{a:{p:"M29.473,12.204c-2.096-7.441-9.826-11.772-17.268-9.676c-0.674,0.189-1.325,0.427-1.947,0.707c-0.014-0.019-0.028-0.04-0.044-0.059c0.28-0.381,0.359-0.823,0.17-1.185c-0.245-0.463-0.862-0.646-1.536-0.457C8.703,1.576,8.558,1.633,8.42,1.705c-0.795,0.42-1.18,1.201-0.877,1.78C7.729,3.836,8.13,4.026,8.608,4.014C8.613,4.042,8.622,4.07,8.631,4.097c-5.177,3.2-7.836,9.546-6.104,15.694c2.096,7.445,9.827,11.775,17.263,9.682C27.236,27.377,31.566,19.645,29.473,12.204zM8.614,3.547C8.306,3.559,8.057,3.458,7.956,3.268C7.782,2.932,8.091,2.407,8.637,2.119c0.108-0.056,0.224-0.104,0.335-0.134c0.452-0.127,0.861-0.036,0.997,0.224c0.105,0.199,0.039,0.462-0.146,0.706C9.586,2.832,9.319,2.84,9.08,2.966C8.837,3.091,8.679,3.308,8.614,3.547zM25.588,21.377c-0.916,1.637-2.207,2.982-3.762,3.955l-1.791-1.658l0.344,2.414c-0.449,0.191-0.92,0.359-1.396,0.496c-2.827,0.797-5.797,0.441-8.358-0.99c-1.639-0.92-2.985-2.213-3.95-3.766l1.651-1.793l-2.413,0.344c-0.194-0.451-0.36-0.918-0.495-1.396c-0.796-2.83-0.446-5.797,0.992-8.357c0.917-1.641,2.209-2.985,3.76-3.952l1.797,1.652l-0.343-2.411c0.45-0.196,0.915-0.362,1.394-0.498c2.826-0.795,5.797-0.443,8.355,0.994c1.639,0.916,2.988,2.209,3.953,3.76l-1.652,1.793l2.414-0.34c0.191,0.449,0.359,0.914,0.492,1.396C27.381,15.849,27.027,18.813,25.588,21.377zM22.236,14.56l-3.363-0.047c-0.197-0.37-0.473-0.67-0.777-0.932l0.717-2.091l-1.552,1.576c-0.372-0.157-0.763-0.271-1.181-0.282l-1.538-2.987l-0.048,3.363c-0.368,0.194-0.667,0.471-0.928,0.777l-2.092-0.716l1.572,1.551c-0.155,0.37-0.271,0.763-0.28,1.18l-2.988,1.541l3.363,0.045c0.194,0.37,0.472,0.673,0.778,0.931L13.2,20.561l1.554-1.576c0.369,0.158,0.761,0.271,1.178,0.279l1.54,2.99l0.049-3.361c0.368-0.195,0.669-0.473,0.929-0.779l2.092,0.719l-1.576-1.552c0.158-0.371,0.271-0.761,0.283-1.179L22.236,14.56zM16.617,18.623c-1.431,0.332-2.866-0.553-3.205-1.986c-0.34-1.435,0.549-2.868,1.984-3.205c1.431-0.338,2.867,0.55,3.207,1.982C18.941,16.849,18.051,18.285,16.617,18.623z",s:"none",fl:"#00397F"}},f:{}},{i:{a:{p:"M17.172,16.954l-7.553,6.88l5.212-8.787l7.55-6.881L17.172,16.954z",s:"none",fl:"#8D0102"}},f:{}}]},sandglass:{d:600,it:1,sh:[{i:{a:{p:"M22.25,24.5c-0.551-1.1-4.45-2.1-4.45-2.1s-0.17-0.152-0.199-0.2c-0.045-0.071-0.101-0.085-0.101-0.3c0-1.504,0-7.514,0-7.601c0-0.036,0.101-0.2,0.101-0.2c0.974-0.591,2.976-1.934,3.399-2.8c0.607-1.239-1.789,0.9-4,0.9c-2.209,0-4.607-2.14-4-0.9c0.425,0.867,2.426,2.209,3.4,2.8c0,0,0.1,0.164,0.1,0.2c0,0.087,0,6.097,0,7.601c0,0.215-0.055,0.229-0.1,0.3c-0.045,0.07-0.2,0.181-0.2,0.181s-4.019,0.966-4.45,2.119c-0.15,0.4,2.089,2.354,4.75,2.476V27h1v-0.024C20.162,26.854,22.4,24.8,22.25,24.5z",s:"none",fl:"#333"}},f:{0:{p:"M17.487,15.5c0-0.101,0-0.2,0-0.2s0.029-0.252,0-0.3c-0.045-0.071,0-0.085,0-0.3c0-1.504,0-0.313,0-0.4c0-0.036,0.101-0.2,0.101-0.2c0.973-0.591,4.498-3.3,4.898-4.6c0.406-1.319-3.289,0.2-5.499,0.2c-2.209,0-5.652-1.572-5.5-0.2c0.1,0.9,3.925,4.009,4.9,4.6c0,0,0.1,0.164,0.1,0.2c0,0.087,0-1.104,0,0.4c0,0.215,0.045,0.229,0,0.3c-0.044,0.07,0,0.3,0,0.3s0,0,0,0.2c0,0.428-0.199,1.6,0.4,1.476L16.487,17h1l-0.399-0.024C17.788,17.1,17.487,15.835,17.487,15.5z"},10:{p:"M17.486,25.5c0-0.101,0-0.2,0-0.2s0.029-0.252,0-0.3c-0.045-0.071,0-0.085,0-0.3c0-1.504,0-10.313,0-10.4c0-0.036,0.101-0.2,0.101-0.2c0.974-0.591,3.8-2.5,4.2-3.9c0.38-1.327-2.59,0-4.801,0c-2.209,0-4.953-1.372-4.8,0c0.1,0.9,3.226,3.31,4.201,3.9c0,0,0.1,0.164,0.1,0.2c0,0.087,0,8.896,0,10.4c0,0.215,0.045,0.229,0,0.3c-0.044,0.07,0,0.3,0,0.3s0,0,0,0.2c0,0.428-0.199,1.6,0.4,1.476L16.486,27h1l-0.399-0.024C17.787,27.1,17.486,25.835,17.486,25.5z"},20:{p:"M18,25.5c-0.301-0.3-0.199-0.2-0.199-0.2s-0.171-0.252-0.2-0.3c-0.045-0.071-0.101-0.085-0.101-0.3c0-1.504,0-10.313,0-10.4c0-0.036,0.101-0.2,0.101-0.2c0.973-0.591,3.575-2.533,3.999-3.4c0.607-1.239-2.39-0.1-4.6-0.1c-2.209,0-5.208-1.139-4.6,0.1c0.425,0.867,3.025,2.809,4,3.4c0,0,0.1,0.164,0.1,0.2c0,0.087,0,8.896,0,10.4c0,0.215-0.055,0.229-0.1,0.3c-0.045,0.07-0.2,0.3-0.2,0.3s0.101-0.119-0.3,0.2c-0.334,0.267-1.1,1.601,1,1.476L16.5,27h1l-0.399-0.024C19.399,27.101,18.236,25.736,18,25.5z"},30:{p:"M20.101,25.5c-0.551-1.1-2.301-2-2.301-2s-0.17-0.152-0.199-0.2C17.556,23.229,17.5,23.215,17.5,23c0-1.504,0-8.613,0-8.7c0-0.036,0.101-0.2,0.101-0.2c0.974-0.591,2.976-1.934,3.399-2.8c0.607-1.239-1.789,0.2-4,0.2c-2.209,0-4.607-1.439-4-0.2c0.425,0.867,2.426,2.209,3.4,2.8c0,0,0.1,0.164,0.1,0.2c0,0.087,0,7.196,0,8.7c0,0.215-0.055,0.229-0.1,0.3c-0.045,0.07-0.2,0.181-0.2,0.181s-1.968,0.866-2.4,2.02c-0.15,0.4,0.039,1.354,2.7,1.476V27h1v-0.024C20.162,26.854,20.251,25.8,20.101,25.5z"},40:{p:"M22.251,24.5c-0.649-1.601-4.45-2.5-4.45-2.5s-0.17-0.152-0.199-0.2c-0.045-0.071-0.101-0.085-0.101-0.3c0-1.504,0-7.113,0-7.2c0-0.036,0.101-0.2,0.101-0.2c0.974-0.591,1.7-1.1,2.3-1.6c1.06-0.884-0.689,0.8-2.9,0.8c-2.209,0-3.947-1.698-2.899-0.8c0.7,0.6,1.325,1.009,2.3,1.6c0,0,0.1,0.164,0.1,0.2c0,0.087,0,5.696,0,7.2c0,0.215-0.055,0.229-0.1,0.3c-0.045,0.07-0.2,0.181-0.2,0.181s-3.8,0.72-4.45,2.52c-0.146,0.402,2.089,2.354,4.75,2.476V27h1v-0.024C20.163,26.854,22.377,24.811,22.251,24.5z"},50:{p:"M22.251,24.5c-0.649-1.601-4.45-3.5-4.45-3.5s-0.17-0.152-0.199-0.2c-0.045-0.071-0.101-0.085-0.101-0.3c0-1.504,0-5.113,0-5.2c0-0.036,0-0.2,0-0.2c0-0.1,0-0.1,0-0.2c0-0.6,0-0.6-0.5-0.6s-0.5,0-0.5,0.6c0,0.1,0,0.1,0,0.2c0,0,0,0.164,0,0.2c0,0.087,0,3.696,0,5.2c0,0.215-0.055,0.229-0.1,0.3c-0.045,0.07-0.2,0.181-0.2,0.181s-3.8,1.72-4.45,3.52c-0.146,0.402,2.089,2.354,4.75,2.476V27h1v-0.024C20.163,26.854,22.377,24.811,22.251,24.5z"},60:{p:"M22.252,24.5c-0.55-2.5-4.45-4.5-4.45-4.5s-0.17-0.152-0.199-0.2c-0.045-0.071-0.101-0.085-0.101-0.3c0-1.504,0,0.887,0,0.8c0-0.036,0-0.2,0-0.2c0-0.1,0-0.1,0-0.199c0-0.601,0-0.601-0.5-0.601s-0.5,0-0.5,0.601c0,0.1,0,0.1,0,0.199c0,0,0,0.164,0,0.2c0,0.087,0-2.384,0-0.88c0,0.215-0.055,0.229-0.1,0.3c-0.045,0.07-0.2,0.181-0.2,0.181s-3.6,2.1-4.45,4.6c-0.138,0.405,2.089,2.354,4.75,2.476V27h1v-0.024C20.164,26.854,22.324,24.827,22.252,24.5z"},90:{},91:{p:"M22.25,24.5c-0.551-1.1-4.45-2.1-4.45-2.1s-0.17-0.152-0.199-0.2c-0.045-0.071-0.101-0.085-0.101-0.3c0-1.504,0-7.514,0-7.601c0-0.036,0.101-0.2,0.101-0.2c0.974-0.591,2.976-1.934,3.399-2.8c0.607-1.239-1.789,0.9-4,0.9c-2.209,0-4.607-2.14-4-0.9c0.425,0.867,2.426,2.209,3.4,2.8c0,0,0.1,0.164,0.1,0.2c0,0.087,0,6.097,0,7.601c0,0.215-0.055,0.229-0.1,0.3c-0.045,0.07-0.2,0.181-0.2,0.181s-4.019,0.966-4.45,2.119c-0.15,0.4,2.089,2.354,4.75,2.476V27h1v-0.024C20.162,26.854,22.4,24.8,22.25,24.5z"},100:{}}},{i:{a:{p:"M17,2C11.203,2,6,4.281,6,6v20c0,1.719,5.203,4,11,4c5.801,0,11-2.281,11-4V6C28,4.281,22.801,2,17,2zM8,6.154c0.254,0.133,0.727,0.978,0.801,1.491c0.512,3.599,4.285,7.304,6.398,8.354c0.201,0.1,0.207,0.211,0,0.301C11.301,18,9.301,20.801,8.898,24C8.852,24.383,8.297,25.291,8,25.5V6.154zM17,28c-3.57,0-5.996-1.291-7-3.465c0.225-4.986,6-7.436,6-7.436v-2c0,0-5.902-3.557-6-8.128C11.762,7.548,14.504,8,17,8c2.594,0,5.256-0.487,7-1.095c-0.041,4.608-6,8.194-6,8.194v2c0,0,5.764,2.445,6,7.416c-0.004,0,0.004-0.002,0-0.004C23,26.799,20.582,28,17,28zM26,25.5c-0.25-0.188-0.613-1.035-0.672-1.5c-0.4-3.199-2.629-6-6.529-7.699c-0.205-0.09-0.201-0.201,0-0.301c2.113-1.051,6.115-4.756,6.629-8.354C25.521,6.993,25.799,6.26,26,6.154V25.5z",s:"none",fl:"#333"}},f:{}}]},scissors:{d:400,it:3,sh:[{i:{a:{p:"M11.489,13.145c0.667-0.296,1.233-0.75,1.599-1.384c1.103-1.911,0.061-4.575-2.328-5.954c-2.388-1.379-5.216-0.95-6.32,0.961c-1.103,1.911-0.062,4.577,2.328,5.956c0,0,15.693,11.273,17.047,11.906c1.057,0.494,2.633,0.402,3.705,0.25c0.654-0.09,1.33-0.484,1.521-0.813c0.188-0.322,0.342-0.592,0.342-0.592L11.489,13.145zM6.17,7.768c0.532-0.921,2.21-1.028,3.592-0.23c1.381,0.798,2.127,2.305,1.596,3.226c-0.533,0.922-2.212,1.03-3.593,0.232C6.383,10.197,5.638,8.69,6.17,7.768zM13.704,16.791c-0.414,0-0.749-0.336-0.749-0.748c0-0.415,0.334-0.75,0.749-0.75c0.415,0,0.749,0.335,0.749,0.75C14.453,16.455,14.119,16.791,13.704,16.791z",t:"",s:"none",fl:"#333"}},f:{40:{t:"r-28,13.7,16"},50:{},90:{t:""},100:{}},fIE:{40:{t:"r-28,12.2,14.5"},50:{},90:{t:""},100:{}}},{i:{a:{p:"M11.507,18.854L29.402,8.523c0,0-0.154-0.268-0.342-0.595c-0.191-0.328-0.867-0.719-1.521-0.811c-1.072-0.149-2.648-0.244-3.705,0.25C22.48,7.999,6.786,19.275,6.786,19.275c-2.389,1.377-3.431,4.045-2.328,5.955c1.104,1.912,3.933,2.342,6.32,0.961c2.388-1.377,3.431-4.041,2.328-5.953C12.741,19.604,12.174,19.15,11.507,18.854zM13.704,15.293c0.415,0,0.749,0.335,0.749,0.75c0,0.412-0.334,0.748-0.749,0.748c-0.414,0-0.749-0.336-0.749-0.748C12.956,15.628,13.29,15.293,13.704,15.293zM9.781,24.463c-1.382,0.795-3.06,0.689-3.592-0.23c-0.532-0.924,0.213-2.43,1.595-3.229c1.381-0.797,3.061-0.691,3.593,0.232C11.908,22.158,11.162,23.664,9.781,24.463z",t:"",s:"none",fl:"#333"}},f:{40:{t:"r28,13.7,16"},50:{},90:{t:""},100:{}},fIE:{40:{t:"r28,12.2,14.5"},50:{},90:{t:""},100:{}}}]},"screen-full":{d:500,it:2,sh:[{i:{a:{p:"M25.59,13.368C25.814,13.598,26,13.52,26,13.197V6.584C26,6.262,25.738,6,25.416,6h-6.613c-0.322,0-0.4,0.186-0.17,0.41l2.594,2.594l-5.228,5.227l-5.225-5.225l2.595-2.596C13.598,6.185,13.52,6,13.198,6H6.584C6.262,6,6,6.262,6,6.584v6.614c0,0.321,0.185,0.399,0.411,0.171l2.596-2.595l5.225,5.225l-5.227,5.228L6.41,18.633C6.186,18.402,6,18.48,6,18.803v6.613C6,25.738,6.262,26,6.584,26h6.613c0.322,0,0.4-0.184,0.171-0.41l-2.596-2.596l5.227-5.228l5.228,5.228l-2.594,2.596c-0.23,0.225-0.152,0.41,0.17,0.41h6.613C25.738,26,26,25.738,26,25.416v-6.613c0-0.322-0.186-0.4-0.41-0.17l-2.596,2.594l-5.228-5.228l5.228-5.227L25.59,13.368z",s:"none",fl:"#333"}},f:{50:{t:"s1.26"},100:{t:""}}}]},"screen-full-alt":{d:500,it:2,sh:[{i:{a:{p:"M21.596,11.818l2.076,2.077C23.852,14.078,24,14.016,24,13.758V8.467C24,8.209,23.791,8,23.533,8h-5.291c-0.258,0-0.32,0.148-0.137,0.328l2.076,2.076L16,14.586l-4.181-4.181l2.076-2.076C14.078,8.147,14.016,8,13.759,8H8.467C8.209,8,8,8.209,8,8.467v5.292c0,0.257,0.147,0.319,0.329,0.137l2.076-2.076L14.586,16l-4.182,4.182l-2.076-2.076C8.148,17.922,8,17.984,8,18.242v5.291C8,23.791,8.209,24,8.467,24h5.291c0.258,0,0.32-0.146,0.137-0.328l-2.077-2.076L16,17.414l4.182,4.182l-2.076,2.076C17.922,23.852,17.984,24,18.242,24h5.291C23.791,24,24,23.791,24,23.533v-5.291c0-0.258-0.148-0.32-0.328-0.137l-2.076,2.076L17.414,16L21.596,11.818z",s:"none",fl:"#333"}},f:{50:{t:"s1.26"},100:{t:""}}},{i:{a:{p:"M26.77,30H5.23C3.445,30,2,28.551,2,26.77V5.23C2,3.445,3.445,2,5.23,2H26.77C28.557,2,30,3.445,30,5.23V26.77C30,28.551,28.557,30,26.77,30L26.77,30zM28,5.091C28,4.412,27.547,4,26.871,4H5.14C4.466,4,4,4.412,4,5.091v21.817C4,27.586,4.624,28,5.14,28h21.731C27.453,27.992,28,27.498,28,26.82V5.091z",s:"none",fl:"#333"}},f:{}}]},"screen-small":{d:500,it:2,sh:[{i:{a:{p:"M26.232,4l-5.227,5.228L18.41,6.632C18.186,6.402,18,6.48,18,6.803v6.613C18,13.738,18.262,14,18.584,14h6.613c0.322,0,0.4-0.186,0.17-0.41l-2.594-2.594L28,5.768L26.232,4zM28,26.232l-5.227-5.227l2.594-2.596c0.23-0.225,0.152-0.41-0.17-0.41h-6.613C18.262,18,18,18.262,18,18.584v6.613c0,0.322,0.186,0.4,0.41,0.17l2.596-2.594L26.232,28L28,26.232zM5.768,28l5.228-5.227l2.594,2.594c0.225,0.23,0.41,0.152,0.41-0.17v-6.613C14,18.262,13.738,18,13.416,18H6.803c-0.322,0-0.4,0.184-0.171,0.41l2.596,2.596L4,26.232L5.768,28zM4,5.768l5.226,5.226l-2.595,2.596C6.402,13.815,6.48,14,6.802,14h6.614C13.738,14,14,13.738,14,13.416V6.802c0-0.321-0.185-0.399-0.411-0.171l-2.596,2.595L5.768,4L4,5.768z",s:"none",fl:"#333"}},f:{50:{t:"s0.6"},100:{t:""}}}]},"screen-small-alt":{d:500,it:2,sh:[{i:{a:{p:"M26.77,30H5.23C3.445,30,2,28.551,2,26.77V5.23C2,3.445,3.445,2,5.23,2H26.77C28.557,2,30,3.445,30,5.23V26.77C30,28.551,28.557,30,26.77,30L26.77,30zM28,5.091C28,4.412,27.547,4,26.871,4H5.14C4.466,4,4,4.412,4,5.091v21.817C4,27.586,4.624,28,5.14,28h21.731C27.453,27.992,28,27.498,28,26.82V5.091zM24.586,6l-4.182,4.182l-2.076-2.077C18.148,7.922,18,7.984,18,8.242v5.291C18,13.791,18.209,14,18.467,14h5.291c0.258,0,0.32-0.148,0.137-0.328l-2.076-2.076L26,7.414L24.586,6zM26,24.586l-4.182-4.182l2.076-2.076C24.078,18.148,24.016,18,23.758,18h-5.291C18.209,18,18,18.209,18,18.467v5.291c0,0.258,0.148,0.32,0.328,0.137l2.076-2.076L24.586,26L26,24.586zM7.414,26l4.182-4.182l2.076,2.076C13.852,24.078,14,24.016,14,23.758v-5.291C14,18.209,13.791,18,13.533,18H8.242c-0.258,0-0.32,0.146-0.137,0.328l2.077,2.076L6,24.586L7.414,26zM6,7.414l4.181,4.181l-2.076,2.076C7.922,13.853,7.984,14,8.241,14h5.292C13.791,14,14,13.791,14,13.533V8.241c0-0.257-0.147-0.319-0.329-0.137l-2.076,2.076L7.414,6L6,7.414z",s:"none",fl:"#333"}},f:{50:{t:"s0.6"},100:{t:""}}}]},screenshot:{d:1e3,it:1,sh:[{i:{a:{p:"M17.588,13.397l3.971-0.332l-2.15,3.353l1.543,3.674l-3.855-1.01l-3.016,2.603l-0.23-3.978l-3.408-2.064l3.712-1.449l0.911-3.878L17.588,13.397z",t:"",o:0,s:"none",fl:"#333"}},f:{70:{},80:{t:"s3",o:1},81:{o:0},100:{t:""}}},{i:{a:{p:"M30,14h-4.201C25.004,10.082,21.918,6.997,18,6.201V2h-4v4.201C10.082,6.996,6.996,10.082,6.201,14H2v4h4.201c0.795,3.918,3.881,7.004,7.799,7.799V30h4v-4.201c3.918-0.795,7.004-3.881,7.799-7.799H30V14zM18,23.737V21h-4v2.737c-2.808-0.725-5.013-2.93-5.738-5.737H11v-4H8.262c0.724-2.808,2.93-5.014,5.738-5.738V11h4V8.262c2.808,0.725,5.014,2.93,5.737,5.738H21v4h2.737C23.013,20.807,20.808,23.013,18,23.737z",t:"",s:"none",fl:"#333"}},f:{10:{t:"t-5,-4s0.7"},20:{t:"t-1,-2s0.7"},30:{t:"t5,-4s0.7"},50:{t:"t-5,5s0.7"},60:{t:"t5,3s0.7"},70:{t:"t0,0s0.7"},80:{},100:{t:""}}}]},search:{d:1e3,it:1,sh:[{i:{a:{p:"M12.57,6.4l-3.1,0.1c-1.6,2.1-1.9,6.4-2.7,8.7h2.5l0.1-1.4c-0.031,0.028,2.2,0.2,2.9,0.1c0,0,0.1,0.6,0.7,1.4h2.5C15.47,15.3,12.97,8.7,12.57,6.4zM9.57,11.8l1.1-4l0.9,4.1L9.57,11.8zM19.869,8.2c-0.9,0-0.8,1-0.8,1c0-1.4-0.5-3.1-0.5-3.1h-2.3c0.601,2.6,0.4,8.1,0,9.2h1.8l0.5-0.5h0.101c0,0-0.101,0.5,1,0.5c1.5,0,1.999-1.1,2.1-3.6C21.812,10.667,22.069,8.2,19.869,8.2zM20.77,12.1c-0.05,0.598-0.2,1.6-0.899,1.6c-0.9,0-0.799-0.806-0.7-1.7c0.1-0.9,0.004-1.927,0.899-1.8C20.77,10.3,20.869,10.9,20.77,12.1z",o:0,s:"none",fl:"#333"}},f:{0:{o:1},50:{p:"M8.18,6.4l-1.8,0.2c-1.6,2.1-0.3,6.4-1.1,8.7h0.9l0.1-1.4c-0.031,0.028,0.9,0.101,1.6,0c0,0,0.1,0.6,0.7,1.4h2.5C11.08,15.3,9.08,8.7,8.18,6.4zM6.48,11.899l-0.2-4.1l0.9,4.1L6.48,11.899zM16.28,8.3c-0.9,0-1.4,0.9-1.4,0.9c0-1.4-0.7-3.1-0.7-3.1h-2.3c0.6,3.2,0.4,8.1,0,9.2h1.8l0.6-0.6h0.101c0,0,0.199,0.6,1.3,0.6c1.7,0,2.499-1,2.601-3.5C18.321,10.767,18.481,8.3,16.28,8.3zM16.58,12.2c-0.05,0.598-0.301,1.5-1,1.5c-0.9,0-0.698-0.806-0.6-1.7c0.1-0.9,0.004-1.927,0.9-1.8C16.581,10.3,16.679,11,16.58,12.2z"},99:{p:"M12.57,6.4l-3.1,0.1c-1.6,2.1-1.9,6.4-2.7,8.7h2.5l0.1-1.4c-0.031,0.028,2.2,0.2,2.9,0.1c0,0,0.1,0.6,0.7,1.4h2.5C15.47,15.3,12.97,8.7,12.57,6.4zM9.57,11.8l1.1-4l0.9,4.1L9.57,11.8zM19.869,8.2c-0.9,0-0.8,1-0.8,1c0-1.4-0.5-3.1-0.5-3.1h-2.3c0.601,2.6,0.4,8.1,0,9.2h1.8l0.5-0.5h0.101c0,0-0.101,0.5,1,0.5c1.5,0,1.999-1.1,2.1-3.6C21.812,10.667,22.069,8.2,19.869,8.2zM20.77,12.1c-0.05,0.598-0.2,1.6-0.899,1.6c-0.9,0-0.799-0.806-0.7-1.7c0.1-0.9,0.004-1.927,0.899-1.8C20.77,10.3,20.869,10.9,20.77,12.1z"},100:{o:0}}},{i:{a:{p:"M29.947,25.809l-5.432-5.432c-0.443-0.443-1.164-0.443-1.607,0l-3.268-3.297c1.416-1.597,2.457-3.729,2.457-6.031C22.098,6.052,18.047,2,13.049,2C8.051,2,4,6.052,4,11.049c0,4.998,4.051,9.049,9.049,9.049c1.799,0,3.583-0.613,4.992-1.518l3.259,3.404c-0.444,0.445-0.444,1.164,0,1.609l5.433,5.432c0.443,0.443,1.164,0.443,1.607,0l1.607-1.607C30.393,26.973,30.393,26.254,29.947,25.809zM12.97,16.92c-3.324,0-6.018-2.756-6.018-6.08c0-3.324,2.694-6.019,6.018-6.019s6.143,2.694,6.143,6.019C19.113,14.164,16.294,16.92,12.97,16.92z",s:"none",fl:"#333"}},f:{}}]},settings:{d:1e3,it:1,sh:[{i:{a:{p:"M28,20v9c0,0.553-0.447,1-1,1s-1-0.447-1-1v-9H28zM28,6V3c0-0.553-0.447-1-1-1s-1,0.447-1,1v3H28zM18,28v1c0,0.553-0.447,1-1,1s-1-0.447-1-1v-1H18zM18,14V3c0-0.553-0.447-1-1-1s-1,0.447-1,1v11H18zM8,24v5c0,0.553-0.447,1-1,1s-1-0.447-1-1v-5H8zM8,10V3c0-0.553-0.447-1-1-1S6,2.447,6,3v7H8zM10,20.801V13.2c0-0.663-0.537-1.2-1.2-1.2H5.2C4.537,12,4,12.537,4,13.2v7.601C4,21.463,4.537,22,5.2,22h3.6C9.463,22,10,21.463,10,20.801zM20,24.801v-7.602C20,16.537,19.463,16,18.801,16H15.2c-0.663,0-1.2,0.537-1.2,1.199v7.602C14,25.463,14.537,26,15.2,26h3.601C19.463,26,20,25.463,20,24.801zM30,16.801V9.2C30,8.537,29.463,8,28.801,8h-3.602C24.537,8,24,8.537,24,9.2v7.601C24,17.463,24.537,18,25.199,18h3.602C29.463,18,30,17.463,30,16.801z",s:"none",fl:"#333"}},f:{10:{},20:{p:"M28,20v9c0,0.553-0.447,1-1,1s-1-0.447-1-1v-9H28zM28,6V3c0-0.553-0.447-1-1-1s-1,0.447-1,1v3H28zM18,28v1c0,0.553-0.447,1-1,1s-1-0.447-1-1v-1H18zM18,14V3c0-0.553-0.447-1-1-1s-1,0.447-1,1v11H18zM8,18v11c0,0.553-0.447,1-1,1s-1-0.447-1-1V18H8zM8,4V3c0-0.553-0.447-1-1-1S6,2.447,6,3v1H8zM10,14.801V7.2C10,6.537,9.463,6,8.8,6H5.2C4.537,6,4,6.537,4,7.2v7.601C4,15.463,4.537,16,5.2,16h3.6C9.463,16,10,15.463,10,14.801zM20,24.801v-7.602C20,16.537,19.463,16,18.801,16H15.2c-0.663,0-1.2,0.537-1.2,1.199v7.602C14,25.463,14.537,26,15.2,26h3.601C19.463,26,20,25.463,20,24.801zM30,16.801V9.2C30,8.537,29.463,8,28.801,8h-3.602C24.537,8,24,8.537,24,9.2v7.601C24,17.463,24.537,18,25.199,18h3.602C29.463,18,30,17.463,30,16.801z"},30:{},40:{p:"M28,20v9c0,0.553-0.447,1-1,1s-1-0.447-1-1v-9H28zM28,6V3c0-0.553-0.447-1-1-1s-1,0.447-1,1v3H28zM18,18v11c0,0.553-0.447,1-1,1s-1-0.447-1-1V18H18zM18,4V3c0-0.553-0.447-1-1-1s-1,0.447-1,1v1H18zM8,24v5c0,0.553-0.447,1-1,1s-1-0.447-1-1v-5H8zM8,10V3c0-0.553-0.447-1-1-1S6,2.447,6,3v7H8zM10,20.801V13.2c0-0.663-0.537-1.2-1.2-1.2H5.2C4.537,12,4,12.537,4,13.2v7.601C4,21.463,4.537,22,5.2,22h3.6C9.463,22,10,21.463,10,20.801zM20,14.801V7.199C20,6.537,19.463,6,18.801,6H15.2C14.537,6,14,6.537,14,7.199v7.602C14,15.463,14.537,16,15.2,16h3.601C19.463,16,20,15.463,20,14.801zM30,16.801V9.2C30,8.537,29.463,8,28.801,8h-3.602C24.537,8,24,8.537,24,9.2v7.601C24,17.463,24.537,18,25.199,18h3.602C29.463,18,30,17.463,30,16.801z"},50:{},60:{p:"M28,20v9c0,0.553-0.447,1-1,1s-1-0.447-1-1v-9H28zM28,6V3c0-0.553-0.447-1-1-1s-1,0.447-1,1v3H28zM18,28v1c0,0.553-0.447,1-1,1s-1-0.447-1-1v-1H18zM18,14V3c0-0.553-0.447-1-1-1s-1,0.447-1,1v11H18zM8,24v5c0,0.553-0.447,1-1,1s-1-0.447-1-1v-5H8zM8,10V3c0-0.553-0.447-1-1-1S6,2.447,6,3v7H8zM10,20.801V13.2c0-0.663-0.537-1.2-1.2-1.2H5.2C4.537,12,4,12.537,4,13.2v7.601C4,21.463,4.537,22,5.2,22h3.6C9.463,22,10,21.463,10,20.801zM20,24.801v-7.602C20,16.537,19.463,16,18.801,16H15.2c-0.663,0-1.2,0.537-1.2,1.199v7.602C14,25.463,14.537,26,15.2,26h3.601C19.463,26,20,25.463,20,24.801zM30,16.801V9.2C30,8.537,29.463,8,28.801,8h-3.602C24.537,8,24,8.537,24,9.2v7.601C24,17.463,24.537,18,25.199,18h3.602C29.463,18,30,17.463,30,16.801z"
},70:{},80:{p:"M28,28v1c0,0.553-0.447,1-1,1s-1-0.447-1-1v-1H28zM28,14V3c0-0.553-0.447-1-1-1s-1,0.447-1,1v11H28zM18,28v1c0,0.553-0.447,1-1,1s-1-0.447-1-1v-1H18zM18,14V3c0-0.553-0.447-1-1-1s-1,0.447-1,1v11H18zM8,24v5c0,0.553-0.447,1-1,1s-1-0.447-1-1v-5H8zM8,10V3c0-0.553-0.447-1-1-1S6,2.447,6,3v7H8zM10,20.801V13.2c0-0.663-0.537-1.2-1.2-1.2H5.2C4.537,12,4,12.537,4,13.2v7.601C4,21.463,4.537,22,5.2,22h3.6C9.463,22,10,21.463,10,20.801zM20,24.801v-7.602C20,16.537,19.463,16,18.801,16H15.2c-0.663,0-1.2,0.537-1.2,1.199v7.602C14,25.463,14.537,26,15.2,26h3.601C19.463,26,20,25.463,20,24.801zM30,24.801V17.2c0-0.663-0.537-1.2-1.199-1.2h-3.602C24.537,16,24,16.537,24,17.2v7.601C24,25.463,24.537,26,25.199,26h3.602C29.463,26,30,25.463,30,24.801z"},90:{},100:{p:"M28,20v9c0,0.553-0.447,1-1,1s-1-0.447-1-1v-9H28zM28,6V3c0-0.553-0.447-1-1-1s-1,0.447-1,1v3H28zM18,28v1c0,0.553-0.447,1-1,1s-1-0.447-1-1v-1H18zM18,14V3c0-0.553-0.447-1-1-1s-1,0.447-1,1v11H18zM8,24v5c0,0.553-0.447,1-1,1s-1-0.447-1-1v-5H8zM8,10V3c0-0.553-0.447-1-1-1S6,2.447,6,3v7H8zM10,20.801V13.2c0-0.663-0.537-1.2-1.2-1.2H5.2C4.537,12,4,12.537,4,13.2v7.601C4,21.463,4.537,22,5.2,22h3.6C9.463,22,10,21.463,10,20.801zM20,24.801v-7.602C20,16.537,19.463,16,18.801,16H15.2c-0.663,0-1.2,0.537-1.2,1.199v7.602C14,25.463,14.537,26,15.2,26h3.601C19.463,26,20,25.463,20,24.801zM30,16.801V9.2C30,8.537,29.463,8,28.801,8h-3.602C24.537,8,24,8.537,24,9.2v7.601C24,17.463,24.537,18,25.199,18h3.602C29.463,18,30,17.463,30,16.801z"}}}]},share:{d:1e3,it:1,sh:[{i:{a:{p:"M24.5,20c-1.063,0-2.026,0.384-2.797,1l-10.209-4.938c0-0.021,0.006-0.041,0.006-0.062c0-0.045-0.012-0.087-0.013-0.132l8.447-4.678C20.662,11.698,21.544,12,22.5,12c2.485,0,4.5-2.015,4.5-4.5S24.985,3,22.5,3S18,5.015,18,7.5c0,0.061,0.016,0.118,0.018,0.178l-8.417,4.661C8.866,11.815,7.972,11.5,7,11.5c-2.485,0-4.5,2.015-4.5,4.5c0,2.484,2.015,4.5,4.5,4.5c0.997,0,1.909-0.335,2.655-0.884l10.358,5.011C20.081,27.052,22.058,29,24.5,29c2.485,0,4.5-2.015,4.5-4.5S26.985,20,24.5,20z",s:"none",fl:"#333"}},f:{0:{p:"M11.494,16.062L11.494,16.062L11.494,16.062c0-0.021,0.006-0.041,0.006-0.062c0-0.045-0.012-0.087-0.013-0.132L11.5,15.9c-0.013-0.032,0,0,0,0c-0.013-0.032-0.007-1.033-0.6-2.1c-0.5-0.9-1.299-1.461-1.299-1.461s-0.017,0.05,0,0c0.02-0.058-0.019-0.011-0.017,0.05l0.017-0.05C8.866,11.815,7.972,11.5,7,11.5c-2.485,0-4.5,2.015-4.5,4.5c0,2.484,2.015,4.5,4.5,4.5c0.997,0,1.909-0.335,2.655-0.884l0,0c-0.055-0.016,0,0,0,0C11.4,18.4,11.494,16.062,11.494,16.062S11.5,16,11.494,16.062z"},10:{},30:{p:"M11.494,16.062L11.494,16.062L11.494,16.062c0-0.021,0.006-0.041,0.006-0.062c0-0.045-0.012-0.087-0.013-0.132l8.447-4.678C20.662,11.698,21.544,12,22.5,12c2.485,0,4.5-2.015,4.5-4.5S24.985,3,22.5,3S18,5.015,18,7.5c0,0.061,0.016,0.118,0.018,0.178l-8.417,4.661C8.866,11.815,7.972,11.5,7,11.5c-2.485,0-4.5,2.015-4.5,4.5c0,2.484,2.015,4.5,4.5,4.5c0.997,0,1.909-0.335,2.655-0.884l0,0c-0.055-0.016,0,0,0,0C11.4,18.4,11.494,16.062,11.494,16.062S11.5,16,11.494,16.062z",e:"bounce"},40:{},60:{p:"M24.5,20c-1.063,0-2.026,0.384-2.797,1l-10.209-4.938c0-0.021,0.006-0.041,0.006-0.062c0-0.045-0.012-0.087-0.013-0.132l8.447-4.678C20.662,11.698,21.544,12,22.5,12c2.485,0,4.5-2.015,4.5-4.5S24.985,3,22.5,3S18,5.015,18,7.5c0,0.061,0.016,0.118,0.018,0.178l-8.417,4.661C8.866,11.815,7.972,11.5,7,11.5c-2.485,0-4.5,2.015-4.5,4.5c0,2.484,2.015,4.5,4.5,4.5c0.997,0,1.909-0.335,2.655-0.884l10.358,5.011C20.081,27.052,22.058,29,24.5,29c2.485,0,4.5-2.015,4.5-4.5S26.985,20,24.5,20z",e:"bounce"},100:{}}}]},shield:{d:1e3,it:1,sh:[{i:{a:{p:"M26.187,6.221C22.673,5.909,18.108,2.97,16.549,2c-0.305-0.19-0.792-0.189-1.097,0C13.894,2.97,9.33,5.907,5.816,6.221c-0.358,0.032-0.65,0.321-0.646,0.68C5.41,25.821,16,30,16,30s10.593-4.179,10.829-23.099C26.833,6.542,26.544,6.252,26.187,6.221zM16,27.741c-2.031-1.001-8.092-6.179-8.628-19.569C10.603,7.503,14.107,5.605,16,4.471c1.896,1.135,5.399,3.033,8.628,3.702C24.095,21.563,18.031,26.74,16,27.741zM16,26.509c-2.085-1.223-6.823-6.299-7.502-17.491c2.828-0.754,5.705-2.249,7.502-3.29c1.8,1.042,4.679,2.537,7.501,3.29C22.825,20.208,18.087,25.286,16,26.509z",t:"",s:"none",fl:"#333"}},f:{15:{},20:{t:"r-3,16,30"},30:{t:"",e:"elastic"},100:{}}},{i:{a:{p:"M56.457-6.927l-15.344,8.86c-0.26-0.208-0.574-0.296-0.877-0.123L35.15,6l6.17-2.313c0.305-0.176,0.381-0.491,0.334-0.819L57-5.989L56.457-6.927z",o:1,s:"none",fl:"#333"}},f:{15:{o:1,p:"M37.457,3.073l-15.344,8.86c-0.26-0.208-0.574-0.296-0.877-0.123L16.15,16l6.17-2.313c0.305-0.176,0.381-0.491,0.334-0.819L38,4.011L37.457,3.073z"},20:{p:"M28.544-10.916l0.001,17.718C28.235,6.924,28.001,7.152,28,7.5c0,0-0.085,5.5,1,5.5c0.915,0,1.168-5.5,1.168-5.5c0-0.352-0.235-0.575-0.543-0.699l0.002-17.719L28.544-10.916z"},40:{p:"M28.544,6.001l0.001,17.718c-0.31,0.121-0.544,0.349-0.545,0.698c0,0-0.085,5.499,1,5.499c0.915,0,1.168-5.499,1.168-5.499c0-0.353-0.235-0.576-0.543-0.699L29.627,6L28.544,6.001z"},50:{},70:{p:"M5.429,25.466l17.333,3.676c0.055,0.328,0.229,0.604,0.57,0.678c0,0,5.361,1.225,5.587,0.163c0.189-0.895-5.137-2.283-5.137-2.283c-0.346-0.073-0.613,0.11-0.797,0.386L5.652,24.406L5.429,25.466z",e:"<>"},80:{o:0},100:{o:1,p:"M56.457-6.927l-15.344,8.86c-0.26-0.208-0.574-0.296-0.877-0.123L35.15,6l6.17-2.313c0.305-0.176,0.381-0.491,0.334-0.819L57-5.989L56.457-6.927z"}}}]},"shopping-cart":{d:1e3,it:1,sh:[{i:{a:{p:"M9.428,19C9.192,19,9,18.792,9,18.536V14.9h3.1V19H9.428zM17,18.536V14.9h-4.1V19h3.671C16.808,19,17,18.792,17,18.536zM9.428,11C9.192,11,9,11.191,9,11.429V14.1h3.1V11H9.428zM16.571,11H12.9v3.1H17v-2.671C17,11.191,16.809,11,16.571,11z",t:"t-5,-20",s:"none",fl:"#333"}},f:{20:{t:""},50:{},80:{t:"t26,0"},90:{t:"t26,-20"},100:{t:"t-5,-20"}}},{i:{a:{p:"M18.428,19C18.191,19,18,18.792,18,18.536V14.9h3.1V19H18.428zM26,18.536V14.9h-4.1V19h3.671C25.808,19,26,18.792,26,18.536zM18.428,11C18.191,11,18,11.191,18,11.429V14.1h3.1V11H18.428zM25.571,11H21.9v3.1H26v-2.671C26,11.191,25.809,11,25.571,11z",t:"t5,-20",s:"none",fl:"#333"}},f:{10:{},30:{t:""},50:{},80:{t:"t26,0"},90:{t:"t26,-20"},100:{t:"t5,-20"}}},{i:{a:{p:"M11.156,11c-0.235,0-0.427-0.208-0.427-0.463V6.369h3.922V11H11.156zM19.287,10.537V6.369h-3.922V11h3.493C19.095,11,19.287,10.792,19.287,10.537zM13.406,1.145c-0.325-0.147-0.985-0.216-1.427,0c-0.471,0.231-0.85,0.811-0.713,1.426c0.216,0.974,1.602,1.301,1.602,1.301h-2.425c-0.236,0-0.427,0.191-0.427,0.427v1.712h4.635V3.873h0.357C15.008,3.873,14.54,1.657,13.406,1.145zM12.835,3.253c-0.287-0.059-0.787-0.186-0.909-0.738c-0.077-0.35,0.137-0.679,0.405-0.81c0.251-0.123,0.626-0.083,0.811,0c0.643,0.29,0.908,1.548,0.908,1.548S13.358,3.359,12.835,3.253zM19.572,3.873h-2.426c0,0,1.387-0.327,1.604-1.301c0.136-0.616-0.243-1.195-0.714-1.426c-0.442-0.216-1.102-0.147-1.427,0c-1.134,0.512-1.602,2.728-1.602,2.728h0.357v2.139H20V4.3C20,4.063,19.81,3.873,19.572,3.873zM15.966,3.253c0,0,0.266-1.258,0.908-1.548c0.186-0.083,0.56-0.123,0.811,0c0.267,0.131,0.481,0.459,0.403,0.81c-0.122,0.553-0.621,0.68-0.908,0.738C16.657,3.359,15.966,3.253,15.966,3.253z",t:"t2,-20",s:"none",fl:"#333"}},f:{20:{},40:{t:""},50:{},80:{t:"t26,0"},90:{t:"t26,-20"},100:{t:"t2,-20"}}},{i:{a:{p:"M14,27c0,1.105-0.896,2-2,2s-2-0.895-2-2s0.896-2,2-2S14,25.895,14,27zM24,25c-1.105,0-2,0.895-2,2s0.895,2,2,2s2-0.895,2-2S25.105,25,24,25zM26.713,22.586l-0.184,0.828C26.457,23.737,26.13,24,25.799,24H9.3c-0.663,0-1.302-0.527-1.427-1.179L4.75,6.59C4.69,6.264,4.373,6,4.042,6H1.334c-0.552,0-1-0.448-1-1s0.448-1,1-1h4C5.997,4,6.622,4.53,6.73,5.184L7.193,8H29.4c0.331,0,0.541,0.262,0.47,0.586l-2.406,10.828C27.393,19.737,27.065,20,26.734,20H9.3l0.254,1.409C9.612,21.735,9.929,22,10.26,22h15.984C26.575,22,26.785,22.263,26.713,22.586zM26.939,13H8.078l0.369,2h18.047L26.939,13zM7.524,10l0.369,2h19.268l0.444-2H7.524zM25.828,18l0.444-2H8.631L9,18H25.828z",o:1,t:"",s:"none",fl:"#333"}},f:{50:{},80:{t:"t26,0"},81:{o:0},82:{t:"t-26,0"},83:{o:1},100:{t:""}}}]},shuffle:{d:500,it:1,sh:[{i:{a:{p:"M10.89,15.181l-1.431-2.178C9.095,12.449,8.263,12,7.6,12H3.2C2.537,12,2,11.463,2,10.8V9.2C2,8.537,2.537,8,3.2,8h6.713c0.663,0,1.496,0.448,1.861,1.002l1.596,2.418L10.89,15.181zM15.765,22.6l1.576,2.398C17.705,25.551,18.537,26,19.199,26H24v3.733c0,0.285,0.162,0.352,0.363,0.15l5.488-5.646c0.197-0.199,0.197-0.525,0-0.727l-5.488-5.396C24.162,17.916,24,17.984,24,18.266V22h-2.449c-0.662,0-1.496-0.449-1.859-1.002l-1.441-2.186L15.765,22.6z",t:"",s:"none",fl:"#333"}},f:{0:{t:"t-32,0",p:"M10.89,18H9.459H7.6H3.2C2.537,18,2,17.463,2,16.8v-1.6C2,14.537,2.537,14,3.2,14h6.713h1.861h1.596L10.89,18zM15.765,18h1.576h1.858H24v3.733c0,0.285,0.162,0.352,0.363,0.15l5.488-5.646c0.197-0.199,0.197-0.525,0-0.727l-5.488-5.396C24.162,9.916,24,9.984,24,10.266V14h-2.449c-0.662,0-1.859,0-1.859,0H18.25L15.765,18z"},20:{t:""},30:{},60:{p:"M10.89,15.181l-1.431-2.178C9.095,12.449,8.263,12,7.6,12H3.2C2.537,12,2,11.463,2,10.8V9.2C2,8.537,2.537,8,3.2,8h6.713c0.663,0,1.496,0.448,1.861,1.002l1.596,2.418L10.89,15.181zM15.765,22.6l1.576,2.398C17.705,25.551,18.537,26,19.199,26H24v3.733c0,0.285,0.162,0.352,0.363,0.15l5.488-5.646c0.197-0.199,0.197-0.525,0-0.727l-5.488-5.396C24.162,17.916,24,17.984,24,18.266V22h-2.449c-0.662,0-1.496-0.449-1.859-1.002l-1.441-2.186L15.765,22.6z"},100:{}}},{i:{a:{p:"M29.852,9.761c0.197,0.201,0.197,0.526,0,0.727l-5.488,5.398C24.162,16.085,24,16.017,24,15.734V12h-2.449c-0.662,0-1.496,0.448-1.859,1.002l-7.917,11.996C11.409,25.551,10.576,26,9.913,26H3.2C2.537,26,2,25.463,2,24.801v-1.602C2,22.537,2.537,22,3.2,22H7.6c0.663,0,1.495-0.449,1.859-1.002l7.882-11.995C17.705,8.449,18.537,8,19.199,8H24V4.266c0-0.284,0.162-0.351,0.363-0.15L29.852,9.761z",s:"none",fl:"#333"}},f:{0:{t:"t-32,0",p:"M29.853,15.761c0.197,0.201,0.197,0.526,0,0.727l-5.488,5.397c-0.201,0.201-0.363,0.133-0.363-0.15V18h-2.449h-1.859h-7.917l-1.861,0.002H3.201c-0.663,0-1.2-0.537-1.2-1.199v-1.602c0-0.662,0.537-1.199,1.2-1.199h4.399L9.46,14h7.882H19.2h4.801v-3.734c0-0.284,0.162-0.351,0.363-0.15L29.853,15.761z"},20:{t:""},30:{},60:{p:"M29.852,9.761c0.197,0.201,0.197,0.526,0,0.727l-5.488,5.398C24.162,16.085,24,16.017,24,15.734V12h-2.449c-0.662,0-1.496,0.448-1.859,1.002l-7.917,11.996C11.409,25.551,10.576,26,9.913,26H3.2C2.537,26,2,25.463,2,24.801v-1.602C2,22.537,2.537,22,3.2,22H7.6c0.663,0,1.495-0.449,1.859-1.002l7.882-11.995C17.705,8.449,18.537,8,19.199,8H24V4.266c0-0.284,0.162-0.351,0.363-0.15L29.852,9.761z"},100:{}}}]},"sign-in":{d:500,it:2,sh:[{i:{a:{p:"M14.424,8.135C14.191,7.901,14,7.979,14,8.311V12H7.2C6.537,12,6,12.537,6,13.2v5.601C6,19.463,6.537,20,7.2,20H14v3.689c0,0.33,0.191,0.41,0.424,0.176L22,16.424c0.234-0.232,0.234-0.614,0-0.848L14.424,8.135z",o:1,s:"none",fl:"#333"}},f:{40:{t:"t9,0",o:0},80:{},81:{t:"",o:1},100:{}}},{i:{a:{p:"M27,30H15c-0.553,0-1-0.447-1-1v-2c0-0.553,0.447-1,1-1h11V6H15c-0.553,0-1-0.447-1-1V3c0-0.553,0.447-1,1-1h12c1.656,0,3,1.343,3,3v22C30,28.656,28.656,30,27,30z",s:"none",fl:"#333"}},f:{}}]},"sign-out":{d:500,it:2,sh:[{i:{a:{p:"M20.424,8.135C20.191,7.901,20,7.979,20,8.311V12h-6.8c-0.663,0-1.2,0.537-1.2,1.2v5.601C12,19.463,12.537,20,13.2,20H20v3.689c0,0.33,0.191,0.41,0.424,0.176L28,16.424c0.234-0.232,0.234-0.614,0-0.848L20.424,8.135z",o:1,s:"none",fl:"#333"}},f:{0:{t:"t-9,0",o:0},20:{},60:{t:"",o:1},100:{}}},{i:{a:{p:"M7,30h12c0.553,0,1-0.447,1-1v-2c0-0.553-0.447-1-1-1H8V6h11c0.553,0,1-0.447,1-1V3c0-0.553-0.447-1-1-1H7C5.344,2,4,3.343,4,5v22C4,28.656,5.344,30,7,30z",s:"none",fl:"#333"}},f:{}}]},signal:{d:800,it:1,sh:[{i:{a:{p:"M6,27.5C6,27.781,5.781,28,5.5,28h-3C2.219,28,2,27.781,2,27.5v-3C2,24.219,2.219,24,2.5,24h3C5.781,24,6,24.219,6,24.5V27.5zM12,27.5c0,0.281-0.219,0.5-0.5,0.5h-3C8.219,28,8,27.781,8,27.5v-5C8,22.219,8.219,22,8.5,22h3c0.281,0,0.5,0.219,0.5,0.5V27.5zM18,27.5c0,0.281-0.219,0.5-0.5,0.5h-3c-0.281,0-0.5-0.219-0.5-0.5v-9c0-0.281,0.219-0.5,0.5-0.5h3c0.281,0,0.5,0.219,0.5,0.5V27.5z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M24,27.5c0,0.281-0.219,0.5-0.5,0.5h-3c-0.281,0-0.5-0.219-0.5-0.5v-15c0-0.281,0.219-0.5,0.5-0.5h3c0.281,0,0.5,0.219,0.5,0.5V27.5z",s:"none",fl:"#333",o:1}},f:{0:{o:0},20:{},21:{o:1},100:{}}},{i:{a:{p:"M30,27.5c0,0.281-0.219,0.5-0.5,0.5h-3c-0.281,0-0.5-0.219-0.5-0.5v-23C26,4.219,26.219,4,26.5,4h3C29.781,4,30,4.219,30,4.5V27.5z",s:"none",fl:"#333",o:1}},f:{0:{o:0},30:{},31:{o:1},50:{},51:{o:0},70:{},71:{o:1},100:{}}}]},sitemap:{d:600,it:1,sh:[{i:{a:{p:"M29,29h-6c-0.553,0-1-0.447-1-1v-6c0-0.553,0.447-1,1-1h6c0.553,0,1,0.447,1,1v6C30,28.553,29.553,29,29,29zM20,28v-6c0-0.553-0.447-1-1-1h-6c-0.552,0-1,0.447-1,1v6c0,0.553,0.448,1,1,1h6C19.553,29,20,28.553,20,28zM10,28v-6c0-0.553-0.448-1-1-1H3c-0.552,0-1,0.447-1,1v6c0,0.553,0.448,1,1,1h6C9.552,29,10,28.553,10,28zM19,13v-1h-2h-2h-2v1l-8,4v3h2v-2l8-4v6h2v-6l8,4v2h2v-3L19,13z",t:"t0,1",s:"none",fl:"#333"}},f:{0:{p:"M16,14L16,14c-0.553,0-1-0.447-1-1l0,0c0-0.553,0.447-1,1-1l0,0c0.553,0,1,0.447,1,1l0,0C17,13.553,16.553,14,16,14zM17,13L17,13c0-0.553-0.447-1-1-1l0,0c-0.552,0-1,0.447-1,1l0,0c0,0.553,0.448,1,1,1l0,0C16.553,14,17,13.553,17,13zM17,13L17,13c0-0.553-0.447-1-1-1l0,0c-0.552,0-1,0.447-1,1l0,0c0,0.553,0.448,1,1,1l0,0C16.553,14,17,13.553,17,13zM19,13v-1h-2h-2h-2v1h2v1h2v-2h-2l0,0h2l0,0h-2v2h2v-1H19z"},20:{p:"M16,20L16,20c-0.553,0-1-0.447-1-1l0,0c0-0.553,0.447-1,1-1l0,0c0.553,0,1,0.447,1,1l0,0C17,19.553,16.553,20,16,20zM17,19L17,19c0-0.553-0.447-1-1-1l0,0c-0.552,0-1,0.447-1,1l0,0c0,0.553,0.448,1,1,1l0,0C16.553,20,17,19.553,17,19zM17,19L17,19c0-0.553-0.447-1-1-1l0,0c-0.552,0-1,0.447-1,1l0,0c0,0.553,0.448,1,1,1l0,0C16.553,20,17,19.553,17,19zM19,13v-1h-2h-2h-2v1l2,4v3h2v-2l-2-4v6h2v-6l-2,4v2h2v-3L19,13z"},40:{p:"M19,29h-6c-0.553,0-1-0.447-1-1v-6c0-0.553,0.447-1,1-1h6c0.553,0,1,0.447,1,1v6C20,28.553,19.553,29,19,29zM20,28v-6c0-0.553-0.447-1-1-1h-6c-0.552,0-1,0.447-1,1v6c0,0.553,0.448,1,1,1h6C19.553,29,20,28.553,20,28zM20,28v-6c0-0.553-0.447-1-1-1h-6c-0.552,0-1,0.447-1,1v6c0,0.553,0.448,1,1,1h6C19.553,29,20,28.553,20,28zM19,13v-1h-2h-2h-2v1l2,4v3h2v-2l-2-4v6h2v-6l-2,4v2h2v-3L19,13z"},70:{p:"M29,29h-6c-0.553,0-1-0.447-1-1v-6c0-0.553,0.447-1,1-1h6c0.553,0,1,0.447,1,1v6C30,28.553,29.553,29,29,29zM20,28v-6c0-0.553-0.447-1-1-1h-6c-0.552,0-1,0.447-1,1v6c0,0.553,0.448,1,1,1h6C19.553,29,20,28.553,20,28zM10,28v-6c0-0.553-0.448-1-1-1H3c-0.552,0-1,0.447-1,1v6c0,0.553,0.448,1,1,1h6C9.552,29,10,28.553,10,28zM19,13v-1h-2h-2h-2v1l-8,4v3h2v-2l8-4v6h2v-6l8,4v2h2v-3L19,13z"},100:{}}},{i:{a:{p:"M19,11h-6c-0.553,0-1-0.447-1-1V4c0-0.553,0.447-1,1-1h6c0.553,0,1,0.447,1,1v6C20,10.553,19.553,11,19,11z",s:"none",t:"t0,1",fl:"#333"}},f:{}}]},"sky-dish":{d:1200,it:1,sh:[{i:{a:{p:"M7.949,0c-0.75,0-1.5,0-2.25,0C5.699,3.15,3.15,5.699,0,5.699c0,0.75,0,1.5,0,2.25C4.35,7.949,7.949,4.35,7.949,0z",s:"none",o:0,t:"s0.3,0.3,0,0",fl:"#333"}},f:{0:{o:.7},10:{t:"s1,1,0,0"},15:{o:0},16:{o:.7,t:"s0.3,0.3,0,0"},25:{t:"s1,1,0,0"},30:{o:0},31:{o:.7,t:"s0.3,0.3,0,0"},40:{t:"s1,1,0,0"},45:{o:0},46:{o:.7,t:"s0.3,0.3,0,0"},55:{t:"s1,1,0,0"},60:{o:0},61:{o:.7,t:"s0.3,0.3,0,0"},70:{t:"s1,1,0,0"},75:{o:0},100:{}}},{i:{a:{p:"M0,12V9.75C5.625,9.75,9.75,5.1,9.75,0H12C12,7.199,6,12,0,12z",o:0,t:"s0.1,0.1,0,0",s:"none",fl:"#333"}},f:{0:{o:.7},10:{t:"s1,1,0,0"},15:{o:0},16:{o:.7,t:"s0.1,0.1,0,0"},25:{t:"s1,1,0,0"},30:{o:0},31:{o:.7,t:"s0.1,0.1,0,0"},40:{t:"s1,1,0,0"},45:{o:0},46:{o:.7,t:"s0.1,0.1,0,0"},55:{t:"s1,1,0,0"},60:{o:0},61:{o:.7,t:"s0.1,0.1,0,0"},70:{t:"s1,1,0,0"},75:{o:0},100:{}}},{i:{a:{p:"M28.006,19.328c-3.938,4.094-10.779,3.23-15.219-0.5C8.346,15.104,6.304,8.516,9.651,3.929c0.197-0.269,0.576-0.299,0.83-0.086l17.466,14.655C28.201,18.711,28.234,19.09,28.006,19.328zM24.355,5.041c-0.846-0.71-2.107-0.6-2.816,0.247c-0.471,0.561-0.549,1.295-0.322,1.94l-1.74,2.072c-0.213,0.254-0.18,0.633,0.072,0.845l0.615,0.516c0.254,0.212,0.633,0.179,0.846-0.074l1.738-2.073c0.674,0.11,1.383-0.094,1.855-0.655C25.313,7.013,25.203,5.752,24.355,5.041z",s:"none",fl:"#333"}},f:{15:{},35:{t:"r-80,16,15"},70:{},90:{t:""},100:{}},fIE:{15:{},35:{t:"r-80,14.5,13.5"},70:{},90:{t:""},100:{}}},{i:{a:{p:"M18.189,22.568C18.084,22.254,17.73,22,17.4,22H14.6c-0.331,0-0.685,0.254-0.789,0.568L12,28h-1.4c-0.331,0-0.6,0.27-0.6,0.6V30h12v-1.4c0-0.33-0.27-0.6-0.6-0.6H20L18.189,22.568z",s:"none",fl:"#333"}},f:{}}]},skype:{d:0,it:1,sh:[{i:{a:{p:"M29.009,18.973c0.2-0.909,0.305-1.855,0.305-2.824c0-7.272-5.896-13.168-13.17-13.168c-0.767,0-1.52,0.066-2.251,0.192C12.718,2.431,11.325,2,9.832,2C5.614,2,2.195,5.418,2.195,9.636c0,1.41,0.383,2.729,1.05,3.861c-0.176,0.857-0.266,1.741-0.266,2.649c0,7.273,5.896,13.167,13.167,13.167c0.824,0,1.63-0.075,2.414-0.221C19.634,29.673,20.862,30,22.17,30c4.217,0,7.635-3.417,7.635-7.637C29.803,21.145,29.518,19.994,29.009,18.973zM16.006,25.156c-1.347-0.004-2.972-0.166-4.311-0.792c-1.953-0.914-3.406-2.601-3.416-4.499c-0.002-0.483,0.417-1.8,1.924-1.754c0.451,0.014,1.292,0.053,1.933,1.532c0.82,1.896,1.66,2.421,3.771,2.533c1.289,0.068,3.589-0.513,3.628-2.333c0.011-0.521-0.178-0.92-0.508-1.25c-0.731-0.73-1.932-0.931-3.822-1.372c-1.361-0.318-6.609-1.059-6.565-5.33c0.013-1.229,0.656-5.029,7.315-5.048c5.541-0.016,7.041,3.119,6.94,4.43c-0.1,1.301-0.899,1.788-1.891,1.836c-1.109,0.054-1.63-0.916-1.921-1.4c-0.988-1.646-1.688-1.985-3.38-1.969c-2.408,0.023-3.108,1.223-3.099,1.824c0.005,0.3,0.078,0.56,0.263,0.768c0.828,0.931,2.631,1.216,3.666,1.455c2.062,0.476,4.046,0.997,5.166,1.789c1.396,0.987,2.064,2.087,2.019,3.888C23.596,24.265,18.795,25.164,16.006,25.156z",s:"none",fl:"#00AFF0"}},f:{}}]},sort:{d:500,it:2,sh:[{i:{a:{p:"M8.131,13.585l7.497-7.415c0.228-0.228,0.597-0.227,0.823,0l7.418,7.415c0.228,0.227,0.151,0.413-0.171,0.413H8.302C7.979,14,7.903,13.812,8.131,13.585z",t:"t0,0s1",s:"none",fl:"#333"}},f:{12.5:{t:"t0,0s1.2"},37.5:{t:"t0,10s1.2"},62.5:{t:"t0,10s0.8"},87.5:{t:"t0,0s0.8"},100:{t:"t0,0s1"}}},{i:{a:{p:"M23.869,18.413l-7.497,7.415c-0.228,0.228-0.597,0.227-0.823,0l-7.418-7.415C7.903,18.187,7.979,18,8.302,18h15.396C24.021,17.999,24.097,18.187,23.869,18.413z",t:"t0,0s1",s:"none",fl:"#333"}},f:{12.5:{t:"t0,0s0.8"},37.5:{t:"t0,-10s0.8"},62.5:{t:"t0,-10s1.2"},87.5:{t:"t0,0s1.2"},100:{t:"t0,0s1"}}}]},"sort-down":{d:500,it:2,sh:[{i:{a:{p:"M23.869,12.414l-7.497,7.415c-0.228,0.228-0.597,0.227-0.823,0l-7.418-7.415c-0.228-0.227-0.151-0.413,0.171-0.413h15.396C24.021,12,24.097,12.188,23.869,12.414z",t:"t0,0s1",s:"none",fl:"#333"}},f:{12.5:{t:"t0,0s1.2"},37.5:{t:"t0,10s1.2"},62.5:{t:"t0,10s0.8"},87.5:{t:"t0,0s0.8"},100:{t:"t0,0s1"}}}]},"sort-up":{d:500,it:2,sh:[{i:{a:{p:"M8.131,19.586l7.497-7.415c0.228-0.228,0.597-0.227,0.824,0l7.417,7.415c0.228,0.227,0.151,0.413-0.171,0.413H8.302C7.979,20,7.903,19.813,8.131,19.586z",t:"t0,0s1",s:"none",fl:"#333"}},f:{12.5:{t:"t0,0s1.2"},37.5:{t:"t0,-10s1.2"},62.5:{t:"t0,-10s0.8"},87.5:{t:"t0,0s0.8"},100:{t:"t0,0s1"}}}]},speaker:{d:300,it:3,sh:[{i:{a:{p:"M3.2,22H8l7.04,5.8c0.53,0.398,0.96,0.184,0.96-0.479V4.68c0-0.663-0.43-0.878-0.96-0.48L8,10.004H3.2c-0.663,0-1.2,0.537-1.2,1.2v9.601C2,21.467,2.537,22,3.2,22z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M18.438,18.863c-0.402,0.383-0.579,0.982-0.305,1.459c0.273,0.475,0.891,0.645,1.324,0.299c0.539-0.438,1.016-0.973,1.383-1.611c1.488-2.576,0.848-5.796-1.375-7.627c-0.426-0.351-1.047-0.181-1.32,0.298l0,0c-0.276,0.479-0.102,1.08,0.293,1.467c1.281,1.246,1.605,3.246,0.672,4.863C18.922,18.334,18.691,18.619,18.438,18.863z",s:"none",fl:"#333",o:1}},f:{16.5:{o:0},33:{o:0},49.5:{o:1},66:{o:1},82.5:{o:1},100:{o:1}}},{i:{a:{p:"M20.819,22.368c-0.443,0.33-0.613,0.936-0.338,1.409c0.275,0.477,0.889,0.645,1.34,0.326c1.123-0.794,2.104-1.817,2.837-3.087c2.594-4.492,1.308-10.157-2.819-13.117c-0.447-0.322-1.064-0.154-1.34,0.323c-0.275,0.479-0.107,1.085,0.332,1.418c3.173,2.398,4.136,6.841,2.096,10.376C22.376,20.97,21.649,21.751,20.819,22.368z",s:"none",fl:"#333",o:1}},f:{16.5:{o:0},33:{o:0},49.5:{o:0},66:{o:1},82.5:{o:1},100:{o:1}}},{i:{a:{p:"M22.84,25.854c-0.455,0.313-0.621,0.92-0.346,1.398s0.889,0.645,1.347,0.336c1.704-1.148,3.184-2.686,4.281-4.585c3.697-6.406,1.76-14.517-4.277-18.593c-0.456-0.31-1.071-0.143-1.347,0.336c-0.275,0.478-0.109,1.086,0.346,1.4c5.079,3.519,6.692,10.407,3.547,15.856C25.477,23.587,24.251,24.878,22.84,25.854z",s:"none",fl:"#333",o:1}},f:{16.5:{o:0},33:{o:0},49.5:{o:0},66:{o:0},82.5:{o:1},100:{o:1}}}]},"spinner-one":{d:1e3,it:1,sh:[{i:{a:{p:"M5.842,8.64c0-1.541,1.26-2.8,2.8-2.8c1.54,0,2.799,1.259,2.8,2.8c0,1.54-1.26,2.8-2.8,2.8C7.102,11.44,5.842,10.18,5.842,8.64zM13.481,5.473c0-1.698,1.383-3.081,3.08-3.08c1.697,0,3.08,1.382,3.08,3.081c0.001,1.697-1.383,3.079-3.08,3.079C14.864,8.553,13.481,7.17,13.481,5.473zM2.954,16.471c0.05-1.399,1.208-2.479,2.607-2.429c1.399,0.05,2.478,1.209,2.429,2.608c-0.049,1.383-1.209,2.479-2.607,2.43C3.983,19.029,2.905,17.854,2.954,16.471zM21.121,8.64c0-1.854,1.505-3.36,3.359-3.36s3.359,1.505,3.36,3.36c0,1.855-1.505,3.36-3.36,3.36C22.625,12,21.12,10.496,21.121,8.64zM6.401,24.48c0-1.244,0.999-2.24,2.241-2.242c1.243,0,2.24,0.998,2.24,2.24c0,1.244-0.997,2.24-2.24,2.24C7.399,26.719,6.401,25.721,6.401,24.48zM14.601,27.648c0-1.088,0.875-1.963,1.96-1.961c1.084,0,1.959,0.875,1.96,1.961c0,1.084-0.875,1.959-1.96,1.959C15.476,29.607,14.601,28.732,14.601,27.648zM26.248,16.56c0-0.769,0.631-1.4,1.4-1.4c0.77,0,1.399,0.631,1.399,1.4c0,0.77-0.63,1.401-1.399,1.401S26.248,17.33,26.248,16.56zM22.801,24.479c0-0.928,0.752-1.68,1.68-1.68s1.68,0.752,1.681,1.68c-0.001,0.928-0.753,1.68-1.681,1.68S22.801,25.406,22.801,24.479z",s:"none",fl:"#333"}},f:{0:{t:"r0"},100:{t:"r360"}},fIE:{0:{t:"r0,14.5,14.5"},100:{t:"r360,14.5,14.5"}}}]},"spinner-two":{d:1e3,it:1,sh:[{i:{a:{p:"M22.054,8.047c-3.879-2.697-9.357-2.29-12.758,0.901C5.009,12.97,5.034,19.815,9.076,23.989c3.976,4.104,10.694,4.312,15.038,0.667c3.924-3.294,5.229-8.997,3.115-13.673c-0.556-1.23-1.334-2.285-2.202-3.308c3.54,3.292,4.754,8.237,3.131,12.909c-1.9,5.467-7.144,8.875-13.188,8.399C9.101,28.521,4.259,23.816,3.27,18.059c-0.971-5.65,1.866-11.452,6.88-14.218c3.244-1.79,7.291-2.264,10.836-1.14c1.44,0.457,3.894,1.198,4.505,2.773C26.229,7.373,24.058,9.44,22.054,8.047z",s:"none",fl:"#333"}},f:{0:{t:"r0"},100:{t:"r360"}},fIE:{0:{t:"r0,14.5,14.5"},100:{t:"r360,14.5,14.5"}}}]},"spinner-three":{d:1e3,it:1,sh:[{i:{a:{p:"M25.68,14.241c-0.596-5.563-6.088-9.541-11.333-9.075C8.524,5.684,4.612,10.422,4,16c-0.049-3.708,1.2-7.211,3.978-9.757c3.131-2.869,7.532-3.994,11.671-3.073c3.925,0.873,7.274,3.574,9.104,7.133c0.618,1.201,1.596,3.096,1.044,4.468C29.041,16.656,25.917,16.458,25.68,14.241zM6.321,17.759c0.888,6.158,6.083,9.541,11.333,9.075C23.457,26.319,27.414,21.577,28,16c0.051,3.707-1.2,7.213-3.978,9.758c-3.132,2.869-7.53,3.994-11.67,3.073c-3.927-0.875-7.275-3.575-9.107-7.135c-0.618-1.201-1.595-3.095-1.044-4.467C2.959,15.343,6.004,15.561,6.321,17.759z",s:"none",fl:"#333"}},f:{0:{t:"r0"},100:{t:"r360"}},fIE:{0:{t:"r0,14.5,14.5"},100:{t:"r360,14.5,14.5"}}}]},"spinner-four":{d:1e3,it:1,sh:[{i:{a:{p:"M23,3.875C16.304,0.009,7.742,2.304,3.875,9S2.304,24.258,9,28.124S24.258,29.696,28.124,23S29.696,7.742,23,3.875zM19,10.804c2.87,1.657,3.853,5.328,2.196,8.196c-1.657,2.87-5.326,3.854-8.196,2.196c-2.87-1.657-3.854-5.326-2.196-8.196C12.46,10.131,16.13,9.147,19,10.804zM5.608,10c1.295-2.243,3.207-3.899,5.394-4.9c0.301-0.137,0.62,0.025,0.706,0.344l0.736,2.747c0.085,0.319-0.091,0.691-0.379,0.854C10.859,9.723,9.813,10.716,9.072,12C6.863,15.826,8.174,20.719,12,22.928S20.719,23.826,22.928,20c0.741-1.284,1.078-2.687,1.063-4.068c-0.004-0.332,0.229-0.671,0.55-0.756l2.747-0.736c0.32-0.085,0.618,0.109,0.651,0.439c0.228,2.395-0.252,4.878-1.547,7.121C23.079,27.739,15.739,29.706,10,26.393S2.294,15.739,5.608,10z",s:"none",fl:"#333"}},f:{0:{t:"r0"},100:{t:"r360"}},fIE:{0:{t:"r0,14.5,14.5"},100:{t:"r360,14.5,14.5"}}}]},"spinner-five":{d:1e3,it:1,sh:[{i:{a:{p:"M23.949,4.874l-3.484,3.484c-0.234,0.234-0.655,0.285-0.952,0.14c-2.214-1.084-4.816-1.089-7.03,0c-0.298,0.146-0.717,0.094-0.951-0.14L8.049,4.875C7.815,4.642,7.838,4.291,8.112,4.103c4.743-3.245,11.03-3.246,15.773-0.003C24.158,4.287,24.184,4.64,23.949,4.874zM27.126,8.051l-3.484,3.483c-0.233,0.234-0.285,0.656-0.139,0.955c1.081,2.211,1.085,4.811,0,7.026c-0.146,0.299-0.095,0.719,0.139,0.952l3.483,3.483c0.233,0.233,0.586,0.209,0.774-0.064c3.244-4.744,3.244-11.03-0.002-15.773C27.712,7.84,27.36,7.816,27.126,8.051zM8.497,19.509c-1.082-2.211-1.088-4.811,0-7.026c0.146-0.296,0.095-0.717-0.139-0.951L4.875,8.049C4.641,7.815,4.289,7.841,4.102,8.113c-3.246,4.745-3.245,11.03-0.001,15.773c0.188,0.273,0.54,0.297,0.773,0.063l3.484-3.484C8.592,20.231,8.643,19.808,8.497,19.509zM19.516,23.502c-2.213,1.087-4.817,1.083-7.029,0c-0.298-0.146-0.718-0.094-0.951,0.14L8.05,27.126c-0.233,0.233-0.208,0.587,0.064,0.773c4.745,3.242,11.03,3.244,15.774-0.003c0.271-0.187,0.296-0.539,0.063-0.772l-3.483-3.482C20.234,23.408,19.814,23.355,19.516,23.502z",s:"none",fl:"#333"}},f:{0:{t:""},100:{t:"r360"}},fIE:{0:{t:"r0,14.5,14.5"},100:{t:"r360,14.5,14.5"}}}]},"spinner-six":{d:1e3,it:1,sh:[{i:{a:{p:"M16,14c-0.178,0-0.347,0.031-0.512,0.074l-3.023-3.023c-0.391-0.391-1.023-0.391-1.414,0c-0.393,0.391-0.393,1.023,0,1.414l3.023,3.024C14.031,15.653,14,15.822,14,16c0,1.104,0.896,2,2,2s2-0.896,2-2S17.104,14,16,14z",s:"none",fl:"#333"}},f:{0:{t:""},100:{t:"r-360,16,16"}},fIE:{0:{t:"r0,14.5,14.5"},100:{t:"r-360,14.5,14.5"}}},{i:{a:{p:"M18.121,2.878c1.174,1.173,1.172,3.072,0,4.243c-1.171,1.172-3.069,1.174-4.241,0.001c-1.172-1.171-1.172-3.071,0-4.244C15.052,1.708,16.952,1.708,18.121,2.878zM3.578,11.277c0.428,1.6,2.075,2.551,3.672,2.122c1.604-0.43,2.551-2.075,2.122-3.674C8.944,8.123,7.301,7.172,5.699,7.603C4.097,8.03,3.148,9.675,3.578,11.277zM5.699,24.397c1.598,0.43,3.247-0.521,3.672-2.121c0.43-1.602-0.52-3.247-2.122-3.673c-1.602-0.43-3.245,0.516-3.672,2.118C3.146,22.323,4.097,23.968,5.699,24.397zM18.121,29.121c1.172-1.169,1.172-3.073,0-4.243c-1.173-1.172-3.071-1.172-4.241,0.002c-1.172,1.172-1.176,3.068-0.002,4.239C15.048,30.293,16.95,30.293,18.121,29.121zM28.423,20.724c-0.426-1.601-2.074-2.554-3.674-2.122c-1.602,0.432-2.551,2.075-2.119,3.675c0.43,1.602,2.07,2.553,3.668,2.121C27.899,23.972,28.853,22.323,28.423,20.724zM26.302,7.603c-1.598-0.432-3.248,0.52-3.674,2.122c-0.428,1.603,0.521,3.247,2.123,3.672c1.602,0.429,3.246-0.517,3.67-2.117C28.853,9.68,27.901,8.031,26.302,7.603z",s:"none",fl:"#333"}},f:{0:{t:""},100:{t:"r360"}},fIE:{0:{t:"r0,14.5,14.5"},100:{t:"r360,14.5,14.5"}}}]},"spinner-seven":{d:2e3,it:1,sh:[{i:{a:{p:"M29.987,15.4C29.673,7.948,23.531,2,16,2S2.327,7.948,2.013,15.4C1.999,15.731,2.269,16,2.6,16h0.8c0.332,0,0.599-0.27,0.615-0.601C4.328,9.051,9.575,4,16,4c6.426,0,11.672,5.051,11.985,11.399C28.002,15.73,28.269,16,28.6,16H29.4C29.731,16,30.001,15.731,29.987,15.4z",s:"none",fl:"#333"}},f:{0:{t:""},100:{t:"r360,16,16"}},fIE:{0:{t:"r0,14.5,14.5"},100:{t:"r360,14.5,14.5"}}},{i:{a:{p:"M25.982,15.4C25.672,10.158,21.322,6,16,6c-5.322,0-9.672,4.158-9.982,9.4C5.998,15.73,6.269,16,6.6,16h0.8c0.332,0,0.598-0.27,0.618-0.6C8.283,10.992,11.469,8,16,8c4.531,0,7.718,2.992,7.982,7.4c0.02,0.331,0.286,0.6,0.617,0.6H25.4C25.731,16,26.002,15.73,25.982,15.4z",s:"none",fl:"#333"}},f:{0:{t:""},100:{t:"r-720,16,16"}},fIE:{0:{t:"r0,14.5,14.5"},100:{t:"r-720,14.5,14.5"}}}]},"star-empty":{d:700,it:1,sh:[{i:{a:{p:"M30,12.813l-9.675-1.425L16,2.5l-4.326,8.888L2,12.813l7,6.917L7.348,29.5L16,24.888l8.652,4.612l-1.653-9.771L30,12.813z M16,23.278L9.201,26.9l1.299-7.67L5,13.797l7.602-1.119L16,5.7l3.4,6.979l7.6,1.119l-5.499,5.433l1.298,7.67L16,23.278z",o:0,t:"s1",s:"none",fl:"#333"}},f:{49:{o:0},50:{o:1},70:{o:0,t:"s1.6"},100:{t:""}},fIE:{49:{o:0},50:{o:1},70:{o:0,t:"s1.6,1.6,14.5,14.5"},100:{t:""}}},{i:{a:{p:"M30,12.813l-9.675-1.425L16,2.5l-4.326,8.888L2,12.813l7,6.917L7.348,29.5L16,24.888l8.652,4.612l-1.653-9.771L30,12.813z M16,23.278L9.201,26.9l1.299-7.67L5,13.797l7.602-1.119L16,5.7l3.4,6.979l7.6,1.119l-5.499,5.433l1.298,7.67L16,23.278z",s:"none",fl:"#333"}},f:{0:{t:"t-6,-12s0.1"},30:{t:"s0.6t6,10"},45:{t:""},100:{}}}]},"star-full":{d:700,it:1,sh:[{i:{a:{p:"M30,12.813l-9.675-1.425L16,2.5l-4.326,8.888L2,12.813l7,6.917L7.348,29.5L16,24.888l8.652,4.612l-1.653-9.771L30,12.813z M16,23.278L9.201,26.9l1.299-7.67L5,13.797l7.602-1.119L16,5.7l3.4,6.979l7.6,1.119l-5.499,5.433l1.298,7.67L16,23.278z",o:0,t:"s1",s:"none",fl:"#333"}},f:{49:{o:0},50:{o:1},70:{o:0,t:"s1.6"},100:{t:""}},fIE:{49:{o:0},50:{o:1},70:{o:0,t:"s1.6,1.6,14.5,14.5"},100:{t:""}}},{i:{a:{p:"M16,2.5l4.325,8.888L30,12.813l-7.001,6.917l1.653,9.771L16,24.888L7.348,29.5L9,19.729l-7-6.917l9.674-1.425L16,2.5z",s:"none",fl:"#333"}},f:{0:{t:"t-6,-12s0.1"},30:{t:"s0.6t6,10"},45:{t:""},100:{}}}]},"star-half":{d:700,it:1,sh:[{i:{a:{p:"M30,12.813l-9.675-1.425L16,2.5l-4.326,8.888L2,12.813l7,6.917L7.348,29.5L16,24.888l8.652,4.612l-1.653-9.771L30,12.813zM16,23.278L9.201,26.9l1.299-7.67L5,13.797l7.602-1.119L16,5.7l3.4,6.979l7.6,1.119l-5.499,5.433l1.298,7.67L16,23.278z",o:0,t:"s1",s:"none",fl:"#333"}},f:{49:{o:0},50:{o:1},70:{o:0,t:"s1.6"},100:{t:""}},fIE:{49:{o:0},50:{o:1},70:{o:0,t:"s1.6,1.6,14.5,14.5"},100:{t:""}}},{i:{a:{p:"M30,12.813l-9.675-1.425L16,2.5l-4.326,8.888L2,12.813l7,6.917L7.348,29.5L16,24.888l8.652,4.612l-1.653-9.771L30,12.813zM16.4,23.278V6l3,6.679l7.6,1.119l-5.499,5.433l1.298,7.67L16.4,23.278z",s:"none",fl:"#333"}},f:{0:{t:"t-6,-12s0.1"},30:{t:"s0.6t6,10"},45:{t:""},100:{}}}]},stopwatch:{d:800,it:1,sh:[{i:{a:{p:"M17,10.6c0-0.552-0.586-1-1-1s-1,0.448-1,1v5.872c-0.597,0.345-1,0.989-1,1.729c0,1.105,0.896,2,2,2s2-0.895,2-2c0-0.739-0.402-1.385-1-1.73V10.6z",s:"none",fl:"#333"}},f:{15:{t:""},16:{t:"r20,16,18.25"},20:{t:"r20,16,18.25"},21:{t:"r40,16,18.25"},25:{t:"r40,16,18.25"},26:{t:"r60,16,18.25"},30:{t:"r60,16,18.25"},31:{t:"r80,16,18.25"},35:{t:"r80,16,18.25"},36:{t:"r100,16,18.25"},40:{t:"r100,16,18.25"},41:{t:"r120,16,18.25"},45:{t:"r120,16,18.25"},46:{t:"r140,16,18.25"},50:{t:"r140,16,18.25"},51:{t:"r160,16,18.25"},55:{t:"r160,16,18.25"},56:{t:"r180,16,18.25"},60:{t:"r180,16,18.25"},61:{t:"r200,16,18.25"},65:{t:"r200,16,18.25"},66:{t:"r220,16,18.25"},70:{t:"r220,16,18.25"},71:{t:"r240,16,18.25"},75:{t:"r240,16,18.25"},76:{t:"r260,16,18.25"},80:{t:"r260,16,18.25"},81:{t:"r280,16,18.25"},85:{t:"r280,16,18.25"},90:{t:""},100:{}},fIE:{15:{t:""},16:{t:"r20,14.5,16.75"},20:{t:"r20,14.5,16.75"},21:{t:"r40,14.5,16.75"},25:{t:"r40,14.5,16.75"},26:{t:"r60,14.5,16.75"},30:{t:"r60,14.5,16.75"},31:{t:"r80,14.5,16.75"},35:{t:"r80,14.5,16.75"},36:{t:"r100,14.5,16.75"},40:{t:"r100,14.5,16.75"},41:{t:"r120,14.5,16.75"},45:{t:"r120,14.5,16.75"},46:{t:"r140,14.5,16.75"},50:{t:"r140,14.5,16.75"},51:{t:"r160,14.5,16.75"},55:{t:"r160,14.5,16.75"},56:{t:"r180,14.5,16.75"},60:{t:"r180,14.5,16.75"},61:{t:"r200,14.5,16.75"},65:{t:"r200,14.5,16.75"},66:{t:"r220,14.5,16.75"},70:{t:"r220,14.5,16.75"},71:{t:"r240,14.5,16.75"},75:{t:"r240,14.5,16.75"},76:{t:"r260,14.5,16.75"},80:{t:"r260,14.5,16.75"},81:{t:"r280,14.5,16.75"},85:{t:"r280,14.5,16.75"},90:{t:""},100:{}}},{i:{a:{p:"M23.026,7.031l0.98-1.699l0.541,0.313c0.179,0.104,0.399,0.059,0.491-0.101l0.167-0.289c0.092-0.159,0.021-0.373-0.158-0.476L23.1,3.653C22.92,3.55,22.7,3.595,22.607,3.754l-0.166,0.289C22.349,4.203,22.42,4.416,22.6,4.52l0.541,0.313l-0.978,1.694C20.597,5.7,18.845,5.187,16.986,5.05H17V3.6h0.875c0.346,0,0.625-0.298,0.625-0.667V2.267c0-0.368-0.279-0.667-0.625-0.667h-3.75c-0.346,0-0.625,0.298-0.625,0.667v0.667c0,0.368,0.279,0.667,0.625,0.667H15v1.45h0.014C8.159,5.556,2.75,11.265,2.75,18.25C2.75,25.567,8.683,31.5,16,31.5s13.25-5.933,13.25-13.25C29.25,13.516,26.76,9.375,23.026,7.031zM23.938,25.481l-1.01-1.01l-0.707,0.708l1.009,1.009c-1.794,1.636-4.141,2.667-6.73,2.786l0-1.426l-1,0.001l0,1.425c-2.59-0.119-4.937-1.15-6.731-2.786l1.009-1.01L9.07,24.472l-1.009,1.01c-1.636-1.795-2.667-4.142-2.786-6.731h1.425l0-1H5.275c0.119-2.59,1.151-4.936,2.787-6.731l1.009,1.009l0.707-0.708l-1.009-1.008c1.794-1.636,4.141-2.667,6.731-2.787V8.95h1V7.525c2.59,0.119,4.936,1.151,6.73,2.787l-1.009,1.009l0.708,0.707l1.008-1.009c1.637,1.795,2.668,4.141,2.787,6.731h-1.426l0.001,1h1.425C26.605,21.34,25.574,23.687,23.938,25.481z",s:"none",fl:"#333"}},f:{15:{p:"M23.026,7.031l0.98-1.699l0.541,0.313c0.179,0.104,0.399,0.059,0.491-0.101l0.167-0.289c0.092-0.159,0.021-0.373-0.158-0.476L23.1,3.653C22.92,3.55,22.7,3.595,22.607,3.754l-0.166,0.289C22.349,4.203,22.42,4.416,22.6,4.52l0.541,0.313l-0.978,1.694C20.597,5.7,18.845,5.187,16.986,5.05H17V4.7h0.875c0.346,0,0.625-0.298,0.625-0.667V3.367c0-0.368-0.279-0.667-0.625-0.667h-3.75c-0.346,0-0.625,0.298-0.625,0.667v0.667c0,0.368,0.279,0.667,0.625,0.667H15v0.35h0.014C8.159,5.556,2.75,11.265,2.75,18.25C2.75,25.567,8.683,31.5,16,31.5s13.25-5.933,13.25-13.25C29.25,13.516,26.76,9.375,23.026,7.031zM23.938,25.481l-1.01-1.01l-0.707,0.708l1.009,1.009c-1.794,1.636-4.141,2.667-6.73,2.786l0-1.426l-1,0.001l0,1.425c-2.59-0.119-4.937-1.15-6.731-2.786l1.009-1.01L9.07,24.472l-1.009,1.01c-1.636-1.795-2.667-4.142-2.786-6.731h1.425l0-1H5.275c0.119-2.59,1.151-4.936,2.787-6.731l1.009,1.009l0.707-0.708l-1.009-1.008c1.794-1.636,4.141-2.667,6.731-2.787V8.95h1V7.525c2.59,0.119,4.936,1.151,6.73,2.787l-1.009,1.009l0.708,0.707l1.008-1.009c1.637,1.795,2.668,4.141,2.787,6.731h-1.426l0.001,1h1.425C26.605,21.34,25.574,23.687,23.938,25.481z"
},85:{p:"M23.026,7.031l0.98-1.699l0.541,0.313c0.179,0.104,0.399,0.059,0.491-0.101l0.167-0.289c0.092-0.159,0.021-0.373-0.158-0.476L23.1,3.653C22.92,3.55,22.7,3.595,22.607,3.754l-0.166,0.289C22.349,4.203,22.42,4.416,22.6,4.52l0.541,0.313l-0.978,1.694C20.597,5.7,18.845,5.187,16.986,5.05H17V4.7h0.875c0.346,0,0.625-0.298,0.625-0.667V3.367c0-0.368-0.279-0.667-0.625-0.667h-3.75c-0.346,0-0.625,0.298-0.625,0.667v0.667c0,0.368,0.279,0.667,0.625,0.667H15v0.35h0.014C8.159,5.556,2.75,11.265,2.75,18.25C2.75,25.567,8.683,31.5,16,31.5s13.25-5.933,13.25-13.25C29.25,13.516,26.76,9.375,23.026,7.031zM23.938,25.481l-1.01-1.01l-0.707,0.708l1.009,1.009c-1.794,1.636-4.141,2.667-6.73,2.786l0-1.426l-1,0.001l0,1.425c-2.59-0.119-4.937-1.15-6.731-2.786l1.009-1.01L9.07,24.472l-1.009,1.01c-1.636-1.795-2.667-4.142-2.786-6.731h1.425l0-1H5.275c0.119-2.59,1.151-4.936,2.787-6.731l1.009,1.009l0.707-0.708l-1.009-1.008c1.794-1.636,4.141-2.667,6.731-2.787V8.95h1V7.525c2.59,0.119,4.936,1.151,6.73,2.787l-1.009,1.009l0.708,0.707l1.008-1.009c1.637,1.795,2.668,4.141,2.787,6.731h-1.426l0.001,1h1.425C26.605,21.34,25.574,23.687,23.938,25.481z"},90:{p:"M23.026,7.031l0.234-0.399l0.541,0.313c0.179,0.104,0.399,0.059,0.491-0.101l0.167-0.289c0.092-0.159,0.021-0.373-0.158-0.476l-1.948-1.125c-0.18-0.104-0.399-0.058-0.492,0.101l-0.166,0.289c-0.093,0.16-0.021,0.373,0.158,0.476l0.541,0.313l-0.231,0.394C20.597,5.7,18.845,5.187,16.986,5.05H17V3.6h0.875c0.346,0,0.625-0.298,0.625-0.667V2.267c0-0.368-0.279-0.667-0.625-0.667h-3.75c-0.346,0-0.625,0.298-0.625,0.667v0.667c0,0.368,0.279,0.667,0.625,0.667H15v1.45h0.014C8.159,5.556,2.75,11.265,2.75,18.25C2.75,25.567,8.683,31.5,16,31.5s13.25-5.933,13.25-13.25C29.25,13.516,26.76,9.375,23.026,7.031zM23.938,25.481l-1.01-1.01l-0.707,0.708l1.009,1.009c-1.794,1.636-4.141,2.667-6.73,2.786l0-1.426l-1,0.001l0,1.425c-2.59-0.119-4.937-1.15-6.731-2.786l1.009-1.01L9.07,24.472l-1.009,1.01c-1.636-1.795-2.667-4.142-2.786-6.731h1.425l0-1H5.275c0.119-2.59,1.151-4.936,2.787-6.731l1.009,1.009l0.707-0.708l-1.009-1.008c1.794-1.636,4.141-2.667,6.731-2.787V8.95h1V7.525c2.59,0.119,4.936,1.151,6.73,2.787l-1.009,1.009l0.708,0.707l1.008-1.009c1.637,1.795,2.668,4.141,2.787,6.731h-1.426l0.001,1h1.425C26.605,21.34,25.574,23.687,23.938,25.481z"},100:{p:"M23.026,7.031l0.98-1.699l0.541,0.313c0.179,0.104,0.399,0.059,0.491-0.101l0.167-0.289c0.092-0.159,0.021-0.373-0.158-0.476L23.1,3.653C22.92,3.55,22.7,3.595,22.607,3.754l-0.166,0.289C22.349,4.203,22.42,4.416,22.6,4.52l0.541,0.313l-0.978,1.694C20.597,5.7,18.845,5.187,16.986,5.05H17V3.6h0.875c0.346,0,0.625-0.298,0.625-0.667V2.267c0-0.368-0.279-0.667-0.625-0.667h-3.75c-0.346,0-0.625,0.298-0.625,0.667v0.667c0,0.368,0.279,0.667,0.625,0.667H15v1.45h0.014C8.159,5.556,2.75,11.265,2.75,18.25C2.75,25.567,8.683,31.5,16,31.5s13.25-5.933,13.25-13.25C29.25,13.516,26.76,9.375,23.026,7.031zM23.938,25.481l-1.01-1.01l-0.707,0.708l1.009,1.009c-1.794,1.636-4.141,2.667-6.73,2.786l0-1.426l-1,0.001l0,1.425c-2.59-0.119-4.937-1.15-6.731-2.786l1.009-1.01L9.07,24.472l-1.009,1.01c-1.636-1.795-2.667-4.142-2.786-6.731h1.425l0-1H5.275c0.119-2.59,1.151-4.936,2.787-6.731l1.009,1.009l0.707-0.708l-1.009-1.008c1.794-1.636,4.141-2.667,6.731-2.787V8.95h1V7.525c2.59,0.119,4.936,1.151,6.73,2.787l-1.009,1.009l0.708,0.707l1.008-1.009c1.637,1.795,2.668,4.141,2.787,6.731h-1.426l0.001,1h1.425C26.605,21.34,25.574,23.687,23.938,25.481z"}}}]},stumbleupon:{d:0,it:1,sh:[{i:{a:{p:"M30,20.561C30,24.117,27.191,27,23.734,27c-3.438,0-6.226-2.846-6.257-6.383v-4.012l1.913,0.916l2.852-0.873v4.049c0,0.836,0.66,1.523,1.477,1.523c0.82,0,1.484-0.688,1.484-1.523V16.57H30C30,16.57,30,20.52,30,20.561zM17.478,11.47v1.771l1.913,0.916l2.852-0.877v-2.034C22.145,7.781,19.391,5,15.997,5c-3.378,0-6.126,2.763-6.247,6.211v9.297c0,0.844-0.659,1.52-1.479,1.52c-0.817,0-1.483-0.676-1.483-1.52V16.57H2c0,0,0,3.949,0,3.99C2,24.117,4.804,27,8.259,27c3.424,0,6.211-2.834,6.263-6.348l-0.007-9.183c0-0.844,0.664-1.527,1.482-1.527C16.816,9.942,17.478,10.626,17.478,11.47z",s:"none",fl:"#E64011"}},f:{}}]},"stumbleupon-alt":{d:0,it:1,sh:[{i:{a:{p:"M16,2C8.268,2,2,8.268,2,16s6.268,14,14,14s14-6.268,14-14S23.732,2,16,2zM16,12.23c-0.482,0-0.874,0.392-0.874,0.875l0.004,5.258C15.1,20.377,13.457,22,11.439,22c-2.036,0-3.688-1.65-3.688-3.689c0-0.023,0-2.284,0-2.284h2.821v2.255c0,0.484,0.393,0.871,0.874,0.871c0.483,0,0.872-0.387,0.872-0.871v-5.324C12.39,10.982,14.009,9.4,16,9.4c1.999,0,3.623,1.593,3.68,3.576v1.165L18,14.644l-1.128-0.524v-1.014C16.872,12.622,16.482,12.23,16,12.23zM24.252,18.311c0,2.039-1.654,3.689-3.691,3.689c-2.027,0-3.67-1.631-3.688-3.656v-2.298L18,16.571l1.68-0.501v2.318c0,0.48,0.389,0.873,0.871,0.873s0.875-0.393,0.875-0.873v-2.362h2.826C24.252,16.026,24.252,18.287,24.252,18.311z",s:"none",fl:"#E64011"}},f:{}}]},sun:{d:400,it:3,sh:[{i:{a:{p:"M20,16C20,18.209,18.209,20,16,20s-4-1.791-4-3.999c0-2.209,1.791-4,4-4S20,13.792,20,16z",s:"none",fl:"#333"}},f:{}},{i:{a:{p:"M19.775,10.271c-0.484,0.897-2.192,0.234-1.812-0.845l1.792-3.843C20.291,4.584,22,5.188,21.568,6.428L19.775,10.271zM16.035,4.927c-0.245-1.289-2.027-0.958-1.991,0.175l0.369,4.224c0.21,1.125,2.021,0.845,1.991-0.174L16.035,4.927zM10.493,6.394C9.637,5.399,8.259,6.577,8.857,7.54l2.431,3.474c0.744,0.869,2.172-0.279,1.637-1.146L10.493,6.394zM6.427,10.435c-1.238-0.433-1.843,1.276-0.844,1.812l3.842,1.792c1.079,0.381,1.741-1.328,0.844-1.812L6.427,10.435zM4.926,15.968c-1.288,0.244-0.957,2.025,0.175,1.989l4.224-0.369c1.125-0.21,0.844-2.021-0.174-1.99L4.926,15.968zM6.393,21.508C5.4,22.363,6.578,23.742,7.54,23.145l3.474-2.432c0.869-0.744-0.28-2.172-1.147-1.637L6.393,21.508zM10.434,25.574c-0.433,1.236,1.277,1.842,1.812,0.844l1.793-3.844c0.381-1.078-1.329-1.74-1.813-0.844L10.434,25.574zM15.967,27.074c0.243,1.287,2.026,0.957,1.99-0.174l-0.369-4.227c-0.209-1.123-2.021-0.842-1.991,0.176L15.967,27.074zM21.508,25.607c0.855,0.994,2.234-0.184,1.637-1.146l-2.432-3.475c-0.744-0.869-2.172,0.281-1.637,1.148L21.508,25.607zM25.574,21.566c1.236,0.434,1.842-1.275,0.844-1.811l-3.844-1.794c-1.078-0.38-1.74,1.329-0.844,1.813L25.574,21.566zM27.074,16.035c1.287-0.243,0.957-2.025-0.174-1.99l-4.227,0.368c-1.123,0.21-0.842,2.021,0.176,1.992L27.074,16.035zM25.607,10.494c0.994-0.854-0.184-2.232-1.146-1.637l-3.475,2.432c-0.869,0.743,0.281,2.172,1.148,1.638L25.607,10.494z",s:"none",fl:"#333"}},f:{33:{p:"M19.775,10.271c-0.484,0.897-2.192,0.234-1.812-0.845l1.792-3.843C20.291,4.584,22,5.188,21.568,6.428L19.775,10.271zM15.8,2.1c-0.245-1.289-2.027-0.958-1.991,0.175l0.604,7.05c0.21,1.125,2.021,0.845,1.991-0.174L15.8,2.1zM10.493,6.394C9.637,5.399,8.259,6.577,8.857,7.54l2.431,3.474c0.744,0.869,2.172-0.279,1.637-1.146L10.493,6.394zM3.544,9.088C2.306,8.656,1.701,10.365,2.7,10.9l6.726,3.138c1.079,0.381,1.741-1.328,0.844-1.812L3.544,9.088zM4.926,15.968c-1.288,0.244-0.957,2.025,0.175,1.989l4.224-0.369c1.125-0.21,0.844-2.021-0.174-1.99L4.926,15.968zM3.653,23.4C2.66,24.256,3.838,25.635,4.8,25.037l6.214-4.324c0.869-0.744-0.28-2.172-1.147-1.637L3.653,23.4zM10.434,25.574c-0.433,1.236,1.277,1.842,1.812,0.844l1.793-3.844c0.381-1.078-1.329-1.74-1.813-0.844L10.434,25.574zM16.21,30.273c0.243,1.287,2.026,0.957,1.99-0.174l-0.612-7.426c-0.209-1.123-2.021-0.842-1.991,0.176L16.21,30.273zM21.508,25.607c0.855,0.994,2.234-0.184,1.637-1.146l-2.432-3.475c-0.744-0.869-2.172,0.281-1.637,1.148L21.508,25.607zM28.057,22.711c1.236,0.434,1.842-1.275,0.844-1.811l-6.326-2.938c-1.078-0.38-1.74,1.329-0.844,1.813L28.057,22.711zM27.074,16.035c1.287-0.243,0.957-2.025-0.174-1.99l-4.227,0.368c-1.123,0.21-0.842,2.021,0.176,1.992L27.074,16.035zM27.9,8.9c0.994-0.854-0.184-2.232-1.146-1.637l-5.768,4.026c-0.869,0.743,0.281,2.172,1.148,1.638L27.9,8.9z"},67:{p:"M19.775,10.271c-0.484,0.897-2.192,0.234-1.812-0.845l3.124-6.67C21.623,1.756,23.332,2.361,22.9,3.6L19.775,10.271zM16,4.9c-0.245-1.289-2.027-0.958-1.991,0.175l0.404,4.25c0.21,1.125,2.021,0.845,1.991-0.174L16,4.9zM8.7,3.954C7.844,2.959,6.466,4.137,7.064,5.1l4.224,5.914c0.744,0.869,2.172-0.279,1.637-1.146L8.7,3.954zM6.4,10.4c-1.238-0.433-1.843,1.276-0.844,1.812l3.87,1.827c1.079,0.381,1.741-1.328,0.844-1.812L6.4,10.4zM1.925,16.211C0.637,16.455,0.968,18.236,2.1,18.2l7.225-0.612c1.125-0.21,0.844-2.021-0.174-1.99L1.925,16.211zM6.354,21.563C5.36,22.419,6.538,23.798,7.5,23.2l3.514-2.487c0.869-0.744-0.28-2.172-1.147-1.637L6.354,21.563zM9.088,28.456c-0.433,1.236,1.277,1.842,1.812,0.844l3.138-6.726c0.381-1.078-1.329-1.74-1.813-0.844L9.088,28.456zM16.01,27.074c0.243,1.287,2.026,0.957,1.99-0.174l-0.412-4.227c-0.209-1.123-2.021-0.842-1.991,0.176L16.01,27.074zM23.663,28.646c0.855,0.994,2.234-0.184,1.637-1.146l-4.587-6.514c-0.744-0.869-2.172,0.281-1.637,1.148L23.663,28.646zM25.6,21.6c1.236,0.434,1.842-1.275,0.844-1.811l-3.869-1.827c-1.078-0.38-1.74,1.329-0.844,1.813L25.6,21.6zM30.1,15.8c1.287-0.243,0.957-2.025-0.174-1.99l-7.252,0.604c-1.123,0.21-0.842,2.021,0.176,1.992L30.1,15.8zM25.6,10.5c0.994-0.854-0.184-2.232-1.146-1.637l-3.467,2.426c-0.869,0.743,0.281,2.172,1.148,1.638L25.6,10.5z"},100:{p:"M19.775,10.271c-0.484,0.897-2.192,0.234-1.812-0.845l1.792-3.843C20.291,4.584,22,5.188,21.568,6.428L19.775,10.271zM16.035,4.927c-0.245-1.289-2.027-0.958-1.991,0.175l0.369,4.224c0.21,1.125,2.021,0.845,1.991-0.174L16.035,4.927zM10.493,6.394C9.637,5.399,8.259,6.577,8.857,7.54l2.431,3.474c0.744,0.869,2.172-0.279,1.637-1.146L10.493,6.394zM6.427,10.435c-1.238-0.433-1.843,1.276-0.844,1.812l3.842,1.792c1.079,0.381,1.741-1.328,0.844-1.812L6.427,10.435zM4.926,15.968c-1.288,0.244-0.957,2.025,0.175,1.989l4.224-0.369c1.125-0.21,0.844-2.021-0.174-1.99L4.926,15.968zM6.393,21.508C5.4,22.363,6.578,23.742,7.54,23.145l3.474-2.432c0.869-0.744-0.28-2.172-1.147-1.637L6.393,21.508zM10.434,25.574c-0.433,1.236,1.277,1.842,1.812,0.844l1.793-3.844c0.381-1.078-1.329-1.74-1.813-0.844L10.434,25.574zM15.967,27.074c0.243,1.287,2.026,0.957,1.99-0.174l-0.369-4.227c-0.209-1.123-2.021-0.842-1.991,0.176L15.967,27.074zM21.508,25.607c0.855,0.994,2.234-0.184,1.637-1.146l-2.432-3.475c-0.744-0.869-2.172,0.281-1.637,1.148L21.508,25.607zM25.574,21.566c1.236,0.434,1.842-1.275,0.844-1.811l-3.844-1.794c-1.078-0.38-1.74,1.329-0.844,1.813L25.574,21.566zM27.074,16.035c1.287-0.243,0.957-2.025-0.174-1.99l-4.227,0.368c-1.123,0.21-0.842,2.021,0.176,1.992L27.074,16.035zM25.607,10.494c0.994-0.854-0.184-2.232-1.146-1.637l-3.475,2.432c-0.869,0.743,0.281,2.172,1.148,1.638L25.607,10.494z"}}}]},table:{d:600,it:1,sh:[{i:{a:{p:"M4,5.2v21.6C4,27.463,4.537,28,5.2,28h23.6c0.663,0,1.2-0.537,1.2-1.2V5.2C30,4.537,29.463,4,28.8,4H5.2C4.537,4,4,4.537,4,5.2zM6.6,6h11.8C18.731,6,19,6.269,19,6.6v0.8C19,7.731,18.731,8,18.4,8H6.6C6.269,8,6,7.731,6,7.4V6.6C6,6.269,6.269,6,6.6,6zM12,26H6v-4h6V26zM12,20H6v-4h6V20zM12,14H6v-4h6V14zM20,26h-6v-4h6V26zM20,20h-6v-4h6V20zM20,14h-6v-4h6V14zM28,26h-6v-4h6V26zM28,20h-6v-4h6V20zM28,14h-6v-4h6V14z",s:"none",fl:"#333"}},f:{10:{p:"M4,5.2v21.6C4,27.463,4.537,28,5.2,28h23.6c0.663,0,1.2-0.537,1.2-1.2V5.2C30,4.537,29.463,4,28.8,4H5.2C4.537,4,4,4.537,4,5.2zM6.6,6h11.8C18.731,6,19,6.269,19,6.6v0.8C19,7.731,18.731,8,18.4,8H6.6C6.269,8,6,7.731,6,7.4V6.6C6,6.269,6.269,6,6.6,6zM9,24L9,24L9,24L9,24L9,24zM9,18.001L9,18.001L9,18.001L9,18.001L9,18.001zM9,12L9,12L9,12L9,12L9,12zM17,24L17,24L17,24L17,24L17,24zM17,18L17,18L17,18L17,18L17,18zM17,12L17,12L17,12L17,12L17,12zM25,24L25,24L25,24L25,24L25,24zM25,18L25,18L25,18L25,18L25,18zM25,12L25,12L25,12L25,12L25,12z"},25:{},35:{p:"M4,5.2v21.6C4,27.463,4.537,28,5.2,28h23.6c0.663,0,1.2-0.537,1.2-1.2V5.2C30,4.537,29.463,4,28.8,4H5.2C4.537,4,4,4.537,4,5.2zM6.6,6h11.8C18.731,6,19,6.269,19,6.6v0.8C19,7.731,18.731,8,18.4,8H6.6C6.269,8,6,7.731,6,7.4V6.6C6,6.269,6.269,6,6.6,6zM9,24L9,24L9,24L9,24L9,24zM9,18.001L9,18.001L9,18.001L9,18.001L9,18.001zM12,14H6v-4h6V14zM17,24L17,24L17,24L17,24L17,24zM17,18L17,18L17,18L17,18L17,18zM20,14h-6v-4h6V14zM25,24L25,24L25,24L25,24L25,24zM25,18L25,18L25,18L25,18L25,18zM28,14h-6v-4h6V14z"},50:{},60:{p:"M4,5.2v21.6C4,27.463,4.537,28,5.2,28h23.6c0.663,0,1.2-0.537,1.2-1.2V5.2C30,4.537,29.463,4,28.8,4H5.2C4.537,4,4,4.537,4,5.2zM6.6,6h11.8C18.731,6,19,6.269,19,6.6v0.8C19,7.731,18.731,8,18.4,8H6.6C6.269,8,6,7.731,6,7.4V6.6C6,6.269,6.269,6,6.6,6zM9,24L9,24L9,24L9,24L9,24zM12,20H6v-4h6V20zM12,14H6v-4h6V14zM17,24L17,24L17,24L17,24L17,24zM20,20h-6v-4h6V20zM20,14h-6v-4h6V14zM25,24L25,24L25,24L25,24L25,24zM28,20h-6v-4h6V20zM28,14h-6v-4h6V14z"},75:{},85:{p:"M4,5.2v21.6C4,27.463,4.537,28,5.2,28h23.6c0.663,0,1.2-0.537,1.2-1.2V5.2C30,4.537,29.463,4,28.8,4H5.2C4.537,4,4,4.537,4,5.2zM6.6,6h11.8C18.731,6,19,6.269,19,6.6v0.8C19,7.731,18.731,8,18.4,8H6.6C6.269,8,6,7.731,6,7.4V6.6C6,6.269,6.269,6,6.6,6zM12,26H6v-4h6V26zM12,20H6v-4h6V20zM12,14H6v-4h6V14zM20,26h-6v-4h6V26zM20,20h-6v-4h6V20zM20,14h-6v-4h6V14zM28,26h-6v-4h6V26zM28,20h-6v-4h6V20zM28,14h-6v-4h6V14z"},100:{}}}]},tablet:{d:1200,it:1,sh:[{i:{a:{p:"M15.712,15.75h-0.175c-0.021,0-0.038-0.017-0.038-0.038v-0.175c0-0.021,0.017-0.038,0.038-0.038h0.175c0.021,0,0.038,0.017,0.038,0.038v0.175C15.75,15.733,15.733,15.75,15.712,15.75zM16.125,15.712v-0.175c0-0.021-0.017-0.038-0.038-0.038h-0.175c-0.021,0-0.038,0.017-0.038,0.038v0.175c0,0.021,0.017,0.038,0.038,0.038h0.175C16.108,15.75,16.125,15.733,16.125,15.712zM16.5,15.712v-0.175c0-0.021-0.017-0.038-0.038-0.038h-0.175c-0.021,0-0.038,0.017-0.038,0.038v0.175c0,0.021,0.017,0.038,0.038,0.038h0.175C16.483,15.75,16.5,15.733,16.5,15.712zM15.75,16.087v-0.175c0-0.021-0.017-0.038-0.038-0.038h-0.175c-0.021,0-0.038,0.017-0.038,0.038v0.175c0,0.021,0.017,0.038,0.038,0.038h0.175C15.733,16.125,15.75,16.108,15.75,16.087zM16.5,16.087v-0.175c0-0.021-0.017-0.038-0.038-0.038h-0.175c-0.021,0-0.038,0.017-0.038,0.038v0.175c0,0.021,0.017,0.038,0.038,0.038h0.175C16.483,16.125,16.5,16.108,16.5,16.087zM15.75,16.462v-0.175c0-0.021-0.017-0.038-0.038-0.038h-0.175c-0.021,0-0.038,0.017-0.038,0.038v0.175c0,0.021,0.017,0.038,0.038,0.038h0.175C15.733,16.5,15.75,16.483,15.75,16.462zM16.125,16.462v-0.175c0-0.021-0.017-0.038-0.038-0.038h-0.175c-0.021,0-0.038,0.017-0.038,0.038v0.175c0,0.021,0.017,0.038,0.038,0.038h0.175C16.108,16.5,16.125,16.483,16.125,16.462zM16.5,16.462v-0.175c0-0.021-0.017-0.038-0.038-0.038h-0.175c-0.021,0-0.038,0.017-0.038,0.038v0.175c0,0.021,0.017,0.038,0.038,0.038h0.175C16.483,16.5,16.5,16.483,16.5,16.462z",o:0,s:"none",fl:"#333"}},f:{10:{},11:{o:1},15:{},45:{p:"M11.4,12H8.6C8.269,12,8,11.731,8,11.4V8.6C8,8.269,8.269,8,8.6,8h2.8C11.731,8,12,8.269,12,8.6v2.8C12,11.731,11.731,12,11.4,12zM18,11.4V8.6C18,8.269,17.731,8,17.4,8h-2.8C14.269,8,14,8.269,14,8.6v2.8c0,0.332,0.269,0.6,0.6,0.6h2.8C17.731,12,18,11.731,18,11.4zM24,11.4V8.6C24,8.269,23.731,8,23.4,8H20.6C20.269,8,20,8.269,20,8.6v2.8c0,0.332,0.269,0.6,0.6,0.6H23.4C23.731,12,24,11.731,24,11.4zM12,17.4v-2.8c0-0.332-0.269-0.6-0.6-0.6H8.6C8.269,14,8,14.269,8,14.6v2.8C8,17.731,8.269,18,8.6,18h2.8C11.731,18,12,17.731,12,17.4zM24,17.4v-2.8c0-0.332-0.269-0.6-0.6-0.6H20.6c-0.331,0-0.6,0.269-0.6,0.6v2.8c0,0.331,0.269,0.6,0.6,0.6H23.4C23.731,18,24,17.731,24,17.4zM12,23.4V20.6c0-0.331-0.269-0.6-0.6-0.6H8.6C8.269,20,8,20.269,8,20.6V23.4C8,23.731,8.269,24,8.6,24h2.8C11.731,24,12,23.731,12,23.4zM18,23.4V20.6c0-0.331-0.269-0.6-0.6-0.6h-2.8c-0.332,0-0.6,0.269-0.6,0.6V23.4c0,0.331,0.269,0.6,0.6,0.6h2.8C17.731,24,18,23.731,18,23.4zM24,23.4V20.6c0-0.331-0.269-0.6-0.6-0.6H20.6c-0.331,0-0.6,0.269-0.6,0.6V23.4c0,0.331,0.269,0.6,0.6,0.6H23.4C23.731,24,24,23.731,24,23.4z"},70:{},80:{o:0},100:{}}},{i:{a:{p:"M17.4,18h-2.8c-0.332,0-0.6-0.269-0.6-0.6v-2.8c0-0.332,0.269-0.6,0.6-0.6h2.8c0.331,0,0.6,0.269,0.6,0.6v2.8C18,17.731,17.731,18,17.4,18z",o:0,s:"none",fl:"#333"}},f:{10:{o:1},70:{},80:{o:0},100:{}}},{i:{a:{p:"M26.312,2H5.69C4.757,2,4,2.741,4,3.652v26.697C4,31.261,4.757,32,5.69,32h20.622C27.245,32,28,31.261,28,30.349V3.653C28.002,2.741,27.247,2,26.312,2zM15.999,31.25c-0.691,0-1.249-0.557-1.249-1.25c0-0.688,0.559-1.25,1.249-1.25c0.69,0,1.251,0.562,1.251,1.25C17.25,30.693,16.689,31.25,15.999,31.25zM26,28H6V4h20V28z",s:"none",fl:"#333"}},f:{}}]},tag:{d:200,it:3,sh:[{i:{a:{p:"M13.079,2H2.971C2.419,1.988,1.985,2.425,2,2.978l0,10.136c0.015,0.552,0.345,1.316,0.735,1.707c2.852,2.853,9.908,9.748,12.76,12.595c0.78,0.781,2.048,0.781,2.83,0l9.191-9.189c0.777-0.781,0.781-2.05,0-2.832c-2.867-2.869-9.861-9.799-12.73-12.666C14.396,2.338,13.632,2.012,13.079,2zM8.288,8.255c-0.977,0.977-2.559,0.977-3.536,0c-0.977-0.977-0.977-2.559,0-3.535s2.56-0.977,3.536,0S9.264,7.279,8.288,8.255z",s:"none",fl:"#333"}},f:{20:{p:"M13.079,2H3.071C2.519,1.988,2.084,2.425,2.1,2.978v10.136c0.178,0.677,0.512,1.417,0.735,1.707c2.442,3.171,4.743,7.271,6.438,13.494c0.291,1.066,2.048,0.781,2.829,0l9.193-9.191c0.777-0.781,0.258-1.564,0-2.831c-0.719-3.501-3.02-10.602-6.509-13.563C14.365,2.372,13.632,2.012,13.079,2zM8.288,8.255c-0.977,0.977-2.559,0.977-3.536,0c-0.977-0.977-0.977-2.559,0-3.535s2.56-0.977,3.536,0S9.264,7.279,8.288,8.255z"},30:{},50:{p:"M13.079,2H2.971C2.419,1.988,1.985,2.425,2,2.978l0,10.136c0.015,0.552,0.345,1.316,0.735,1.707c2.852,2.853,9.908,9.748,12.76,12.595c0.78,0.781,2.048,0.781,2.83,0l9.191-9.189c0.777-0.781,0.781-2.05,0-2.832c-2.867-2.869-9.861-9.799-12.73-12.666C14.396,2.338,13.632,2.012,13.079,2zM8.288,8.255c-0.977,0.977-2.559,0.977-3.536,0c-0.977-0.977-0.977-2.559,0-3.535s2.56-0.977,3.536,0S9.264,7.279,8.288,8.255z"},60:{},80:{p:"M13.079,2H3.071C2.519,1.988,2.084,2.425,2.1,2.978v10.136c0.015,0.552,0.402,1.266,0.735,1.707c2.243,2.972,9.343,4.669,13.44,5.384c1.461,0.258,2,0.488,2.833,0l9.191-9.192c0.777-0.781,1.078-2.605,0-2.829c-4.32-0.894-11.223-2.494-13.513-5.455C14.361,2.179,13.779,2.091,13.079,2zM8.288,8.255c-0.977,0.977-2.559,0.977-3.536,0c-0.977-0.977-0.977-2.559,0-3.535s2.56-0.977,3.536,0S9.264,7.279,8.288,8.255z"},90:{},100:{p:"M13.079,2H2.971C2.419,1.988,1.985,2.425,2,2.978l0,10.136c0.015,0.552,0.345,1.316,0.735,1.707c2.852,2.853,9.908,9.748,12.76,12.595c0.78,0.781,2.048,0.781,2.83,0l9.191-9.189c0.777-0.781,0.781-2.05,0-2.832c-2.867-2.869-9.861-9.799-12.73-12.666C14.396,2.338,13.632,2.012,13.079,2zM8.288,8.255c-0.977,0.977-2.559,0.977-3.536,0c-0.977-0.977-0.977-2.559,0-3.535s2.56-0.977,3.536,0S9.264,7.279,8.288,8.255z"}}}]},tags:{d:1e3,it:1,sh:[{i:{a:{p:"M28.189,14.299c0.598,0.791,0.5,1.992,0,2.6l-9.489,9.98c0.602,0.697,1.5,0.395,2.281-0.387l8.208-8.602c1.098-1.1,1.098-3.301-0.102-4.5L18.9,3.549c-0.391-0.391-1.543-0.487-2.095-0.5L28.189,14.299z",o:1,s:"none",fl:"#333"}},f:{0:{o:0},80:{},81:{o:1},100:{}}},{i:{a:{p:"M12.293,2H2.971C2.419,1.988,1.985,2.425,2,2.977v9.315C2.015,12.843,2.345,13.609,2.736,14l11.416,12C15.2,27.1,16,27,16.98,26L26,17.021c1.1-1.122,1.1-1.821,0-2.83L14,2.729C13.609,2.339,12.846,2.013,12.293,2zM8.188,8.255c-0.976,0.977-2.558,0.977-3.536,0c-0.977-0.977-0.977-2.559,0-3.536c0.977-0.976,2.56-0.977,3.536,0C9.165,5.697,9.164,7.279,8.188,8.255z",o:0,s:"none",fl:"#333"}},f:{20:{t:"r45,6.5,7.5"},21:{o:.6},30:{t:"r-20,6.5,7.5"},60:{},70:{t:"",o:0},100:{}}},{i:{a:{p:"M12.293,2H2.971C2.419,1.988,1.985,2.425,2,2.977v9.315C2.015,12.843,2.345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment