shell bypass 403

GrazzMean Shell

Uname: Linux web3.us.cloudlogin.co 5.10.226-xeon-hst #2 SMP Fri Sep 13 12:28:44 UTC 2024 x86_64
Software: Apache
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.210.96.117
Your Ip: 3.138.126.79
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : js.zip
PK�JFZ����	�	
myloadmore.jsnu�[���(function($) {
	"use strict";

	function updateFilter() {
        $('.project_filters a').each(function() {
            var data_filter = this.getAttribute('data-filter');
            var num = $(this)
                .closest('.project-filter-wrapper')
                .find('.project-item')
                .filter(data_filter).length;
            $(this)
                .find('.filter-count')
                .text( num );
            if ( num != 0 && $(this).hasClass('empty') ) {
                $(this).removeClass('empty');
            }
        });
    }

	function loadmore(){
		
		var btn		= $(this),
			grid    = $(this).parents('.project-filter-wrapper').find('.projects-grid'),
			offset  = grid.find('.project-item').length,
			more    = grid.data('load'),
			loaded  = $(this).data('loaded'),
			loading = $(this).data('loading'),
			cat 	= $(this).data('category'),
			style 	= $(this).data('style'),
			count   = grid.data('count');

		$.ajax({
			url : maxbizz_loadmore_params.ajaxurl, // AJAX handler
			data : {
				'action': 'loadmore', // the parameter for admin-ajax.php
				'ppp'	: more,
				'cat'	: cat,
				'offset': offset,
				'style'	: style,
			},
			type : 'POST',
			beforeSend : function ( xhr ) { 
				btn.text(loading).append('<i class="ot-flaticon-refresh fas fa-spin"></i>'); // some type of preloader
			},
			success : function( data ){
				if( data ) {
					var items = $(data);
					btn.text(loaded);
					grid.append(items).isotope('appended', items); // insert new posts
					updateFilter();
					if( grid.hasClass('img-popup') ){
						grid.data("lightGallery").destroy(true);
						grid.lightGallery({
							selector: '.projects-thumbnail',
							share: false,
							pager: false,
							thumbnail: false
						});
					}

				} else {
					btn.hide(); // if no data, HIDE the button as well
				}
			}
		});
		offset += more;
		if( count <= offset ){
			btn.fadeOut(1000);
		}
		return false;
	}

	var projectLoadmore = function ($scope, $) {
		$scope.find('.project-filter-wrapper').each(function () {
			var selector = $(this).find('.btn-loadmore');
			selector.on('click', loadmore);
		});
	};

	/**
     * Elementor JS Hooks
     */
    $(window).on("elementor/frontend/init", function () {

		/*projects filter isotope*/
		elementorFrontend.hooks.addAction(
            "frontend/element_ready/ipfilter.default",
            projectLoadmore
        );

  });

})(jQuery);PK�JFZH
���*�*elementor.min.jsnu�[���!function(s){"use strict";function m(){return!!s("body").hasClass("rtl")}function t(t,n){t.find(".ot-accordions").each(function(){var t=n(this),e=t.find(".acc-content"),o=t.find(".acc-toggle");o.off("click"),o.each(function(){"yes"==n(this).data("default")&&(n(this).next().addClass("active").slideDown(300),n(this).parent().addClass("current"))}),o.on("click",function(t){t.preventDefault();var a=n(this);a.next().toggleClass("active").slideToggle(300),a.parent().toggleClass("current"),e.not(a.next()).slideUp(300),o.not(a).parent().removeClass("current")})})}function a(t,o){t.find(".ot-tabs").each(function(){var t=o(this),a=t.find(".tabs-heading li"),e=t.find(".tab-content");a.first().addClass("current"),e.first().addClass("current"),a.on("click",function(){var t=o(this).attr("data-tab");o(this).siblings().removeClass("current"),o(this).parents(".ot-tabs").find(".tab-content").removeClass("current"),o(this).addClass("current"),o("#"+t).addClass("current")})})}function e(){s(".icounter[data-counter]").each(function(){var t=s(document).scrollTop()+s(window).height(),a=s(this).find("span.num"),e=a.attr("data-to"),o=parseInt(a.attr("data-time"));t>a.offset().top+a.height()&&(s(this).removeAttr("data-counter"),s({countNum:a.text()}).animate({countNum:e},{duration:o,easing:"swing",step:function(){a.text(Math.floor(this.countNum))},complete:function(){a.text(this.countNum)}}))})}function o(t,u){t.find(".ot-countdown").each(function(){var t=u(this),a=t.data("date"),e=t.data("zone"),o=t.data("day"),n=t.data("days"),s=t.data("hour"),i=t.data("hours"),r=t.data("min"),d=t.data("mins"),l=t.data("second"),c=t.data("seconds");t.countdown({date:a,offset:e,day:o,days:n,hour:s,hours:i,minute:r,minutes:d,second:l,seconds:c},function(){alert("Done!")})})}function n(t,f){t.find(".logos-carousel").each(function(){var t=f(this),a=t.data("loop"),e=t.data("auto"),o=t.data("time"),n=t.data("dots"),s=t.data("arrows"),i=t.data("show")?t.data("show"):2,r=t.data("tshow")?t.data("tshow"):2,d=t.data("mshow")?t.data("mshow"):2,l=""!==t.data("gaps")?t.data("gaps"):70,c=""!==t.data("tgaps")?t.data("tgaps"):50,u=""!==t.data("mgaps")?t.data("mgaps"):30;t.find(".owl-carousel").owlCarousel({rtl:m(),autoplay:e,autoplayTimeout:o,loop:a,responsiveClass:!0,dots:n,nav:s,navText:['<i class="ot-flaticon-left-arrow-2"></i>','<i class="ot-flaticon-trajectory"></i>'],responsive:{0:{margin:u,items:d},768:{margin:c,items:r},1024:{margin:l,items:i}}})})}function i(t,l){t.find(".ot-testimonials-carousel").each(function(){var t=l(this),a=t.data("loop"),e=t.data("auto"),o=t.data("time"),n=t.data("dots"),s=t.data("arrows"),i=t.data("show")?t.data("show"):3,r=t.data("tshow")?t.data("tshow"):2,d=t.data("mshow")?t.data("mshow"):1;t.find(".owl-carousel").owlCarousel({rtl:m(),autoplay:e,autoplayTimeout:o,loop:a,responsiveClass:!0,margin:30,dots:n,nav:s,navText:['<i class="ot-flaticon-left-arrow-2"></i>','<i class="ot-flaticon-trajectory"></i>'],responsive:{0:{items:d},768:{items:r},1024:{items:i}}})})}function r(t,i){t.find(".ot-testimonials-carousel-2").each(function(){var t=i(this),a=t.data("loop"),e=t.data("auto"),o=t.data("time"),n=t.data("dots"),s=t.data("arrows");t.find(".owl-carousel").owlCarousel({rtl:m(),autoplay:e,autoplayTimeout:o,loop:a,responsiveClass:!0,animateOut:"fadeOut",animateIn:"fadeIn",margin:30,items:1,dots:n,nav:s,navText:['<i class="ot-flaticon-left-arrow-2"></i>','<i class="ot-flaticon-trajectory"></i>']})})}function d(){s(".line-progress:not([data-processed])").each(function(){var t=s(this),a=t.find(".progress-bar"),e=t.data("percent"),o=t.find(".percent");if(s(document).scrollTop()+s(window).height()>t.offset().top+t.height()){t.attr("data-processed","true"),a.css("width",t.outerWidth()*(e/100)+"px");for(var n=0;n<=50;n++)!function(t){setTimeout(function(){o.html(Math.round(e/50*t)+"%")},30*t)}(n)}})}function l(){s(".circle-progress:not([data-processed])").each(function(){var t=s(this),a=t.data("color"),e=t.data("height"),o=t.data("size");s(document).scrollTop()+s(window).height()>t.offset().top+t.height()&&(t.attr("data-processed","true"),t.find(".inner-bar").easyPieChart({barColor:a,trackColor:!1,scaleColor:!1,lineCap:"square",lineWidth:e,size:o,animate:1e3,onStart:s.noop,onStop:s.noop,easing:"easeOutBounce",onStep:function(t,a,e){s(this.el).find(".percent").text(Math.round(e)+"%")}}))})}function c(){d(),l()}function u(){s(".projects-grid").each(function(){var e=s(this);e.imagesLoaded(function(){e.isotope({itemSelector:".project-item",animationEngine:"css",masonry:{columnWidth:".grid-sizer"},isOriginLeft:!s("body").hasClass("rtl")})}),s(this).closest(".project-filter-wrapper").find(".project_filters").find("a").on("click",function(){var t=s(this);if(t.hasClass("selected"))return!1;t.parents(".project_filters").find(".selected").removeClass("selected"),t.addClass("selected");var a=s(this).attr("data-filter");return e.isotope({filter:a}),!1}),e.hasClass("img-popup")&&s(".img-popup").lightGallery({selector:".projects-thumbnail",share:!1,pager:!1,thumbnail:!1}),s(".project_filters a").each(function(){var t=this.getAttribute("data-filter"),a=s(this).closest(".project-filter-wrapper").find(".project-item").filter(t).length;s(this).find(".filter-count").text(a)})})}function f(t,h){t.find(".project-slider").each(function(){var t=h(this),a=t.data("loop"),e=t.data("auto"),o=t.data("time"),n=t.data("center"),s=t.data("dots"),i=t.data("arrows"),r=t.data("show")?t.data("show"):2,d=t.data("tshow")?t.data("tshow"):2,l=t.data("mshow")?t.data("mshow"):2,c=""!==t.data("gaps")?t.data("gaps"):60,u=""!==t.data("tgaps")?t.data("tgaps"):40,f=""!==t.data("mgaps")?t.data("mgaps"):20;t.find(".owl-carousel").owlCarousel({rtl:m(),autoplay:e,autoplayTimeout:o,center:n,loop:a,responsiveClass:!0,dots:s,nav:i,navText:['<i class="ot-flaticon-left-arrow-2"></i>','<i class="ot-flaticon-trajectory"></i>'],responsive:{0:{margin:f,items:l},768:{margin:u,items:d},1024:{margin:c,items:r}}})})}function h(t,f){t.find(".post-slider").each(function(){var t=f(this),a=t.data("loop"),e=t.data("auto"),o=t.data("time"),n=t.data("dots"),s=t.data("arrows"),i=t.data("show")?t.data("show"):3,r=t.data("tshow")?t.data("tshow"):2,d=t.data("mshow")?t.data("mshow"):1,l=""!==t.data("gaps")?t.data("gaps"):30,c=""!==t.data("tgaps")?t.data("tgaps"):30,u=""!==t.data("mgaps")?t.data("mgaps"):30;t.find(".owl-carousel").owlCarousel({rtl:m(),autoplay:e,autoplayTimeout:o,loop:a,responsiveClass:!0,dots:n,nav:s,navText:['<i class="ot-flaticon-left-arrow-2"></i>','<i class="ot-flaticon-trajectory"></i>'],responsive:{0:{margin:u,items:d},768:{margin:c,items:r},1024:{margin:l,items:i}}})})}function p(t,f){t.find(".ot-team-carousel").each(function(){var t=f(this),a=t.data("loop"),e=t.data("auto"),o=t.data("time"),n=t.data("dots"),s=t.data("arrows"),i=t.data("show")?t.data("show"):3,r=t.data("tshow")?t.data("tshow"):2,d=t.data("mshow")?t.data("mshow"):1,l=""!==t.data("gaps")?t.data("gaps"):30,c=""!==t.data("tgaps")?t.data("tgaps"):30,u=""!==t.data("mgaps")?t.data("mgaps"):30;t.find(".owl-carousel").owlCarousel({rtl:m(),autoplay:e,autoplayTimeout:o,loop:a,responsiveClass:!0,dots:n,nav:s,navText:['<i class="ot-flaticon-left-arrow-2"></i>','<i class="ot-flaticon-trajectory"></i>'],responsive:{0:{margin:u,items:d},768:{margin:c,items:r},1024:{margin:l,items:i}}})})}function g(t,f){t.find(".image-box-carousel").each(function(){var t=f(this),a=t.data("loop"),e=t.data("auto"),o=t.data("time"),n=t.data("dots"),s=t.data("arrows"),i=t.data("show")?t.data("show"):3,r=t.data("tshow")?t.data("tshow"):2,d=t.data("mshow")?t.data("mshow"):1,l=""!==t.data("gaps")?t.data("gaps"):30,c=""!==t.data("tgaps")?t.data("tgaps"):30,u=""!==t.data("mgaps")?t.data("mgaps"):30;t.find(".owl-carousel").owlCarousel({rtl:m(),autoplay:e,autoplayTimeout:o,loop:a,responsiveClass:!0,dots:n,nav:s,navText:['<i class="ot-flaticon-left-arrow-2"></i>','<i class="ot-flaticon-trajectory"></i>'],responsive:{0:{margin:u,items:d},768:{margin:c,items:r},1024:{margin:l,items:i}}})})}function w(t,a){t.find(".team-social > span").on("click",function(){a(this).parent().toggleClass("active")})}function v(t,a){t.find(".ot-video-button").each(function(){a(this).lightGallery({selector:".btn-play"})})}function y(t,a){t.find(".ot-message-box").each(function(){a(this).find(">i").on("click",function(){t.fadeOut()})})}function C(t,o){t.find(".features-service-wrapper").each(function(){var t=o(this),a=t.find(".features-service-item"),e=t.find(".features-service-img");a.each(function(){"yes"==o(this).data("default")&&(e.removeClass("hover"),o(this).next().addClass("hover"))}),a.hover(function(){e.removeClass("hover"),o(this).next().addClass("hover")})})}function x(){var t=s(".features-service-wrapper");t.length&&t.each(function(){s(this).find(".features-service-item").each(function(){var t,a=s(this).find(".features-service-desc"),e=s(this).find(".features-service-title");1024<s(window).width()?(t=a.outerHeight(!0),e.css({transform:"translateY("+t+"px)"}),s(this).mouseenter(function(){e.css({transform:"translateY(0px)"})}).mouseleave(function(){e.css({transform:"translateY("+t+"px)"})})):(e.css("transform",""),s(this).unbind("mouseenter mouseleave"))})})}s(window).on("scroll",function(){d(),l(),e()}),s(window).on("load",function(){d(),l(),e(),x()}),s(window).on("resize",function(){s(".line-progress[data-processed]").each(function(){var t=s(this),a=t.find(".progress-bar"),e=parseInt(t.data("percent"));a.css("width",t.outerWidth()*(e/100)+"px")}),x()}),s(window).on("elementor/frontend/init",function(){elementorFrontend.hooks.addAction("frontend/element_ready/iaccordions.default",t),elementorFrontend.hooks.addAction("frontend/element_ready/itabs.default",a),elementorFrontend.hooks.addAction("frontend/element_ready/icounter.default",e),elementorFrontend.hooks.addAction("frontend/element_ready/icounter2.default",e),elementorFrontend.hooks.addAction("frontend/element_ready/iclogos.default",n),elementorFrontend.hooks.addAction("frontend/element_ready/itestimonials.default",i),elementorFrontend.hooks.addAction("frontend/element_ready/itestimonials2.default",r),elementorFrontend.hooks.addAction("frontend/element_ready/iiboxcarousel.default",g),elementorFrontend.hooks.addAction("frontend/element_ready/iprogress.default",c),elementorFrontend.hooks.addAction("frontend/element_ready/ipfilter.default",u),elementorFrontend.hooks.addAction("frontend/element_ready/ipcarousel.default",f),elementorFrontend.hooks.addAction("frontend/element_ready/ipostcarousel.default",h),elementorFrontend.hooks.addAction("frontend/element_ready/iteamcarousel.default",p),elementorFrontend.hooks.addAction("frontend/element_ready/imember.default",w),elementorFrontend.hooks.addAction("frontend/element_ready/icountdown.default",o),elementorFrontend.hooks.addAction("frontend/element_ready/ivideopopup.default",v),elementorFrontend.hooks.addAction("frontend/element_ready/imessagebox.default",y),elementorFrontend.hooks.addAction("frontend/element_ready/ifearuresservice.default",C)})}(jQuery);PK�JFZ� ��elementor-header.min.jsnu�[���!function(t){"use strict";var n=t("#panel-btn"),a=t("#side-panel");t("#panel-btn, .side-panel-close, .panel-overlay").on("click",function(){var e=!n.hasClass("active");return n.toggleClass("active",e),a.toggleClass("side-panel-open",e),t("body").toggleClass("side-panel-active",e),!1});function e(e,n){e.find(".octf-search").each(function(){var e=n(this);e.find(".toggle_search").on("click",function(){n(this).toggleClass("active"),e.find(".h-search-form-field").toggleClass("show"),n(this).find("i").hasClass("ot-flaticon-search-1")?n(this).find("i").removeClass("ot-flaticon-search-1").addClass("ot-flaticon-cancel"):n(this).find("i").removeClass("ot-flaticon-cancel").addClass("ot-flaticon-search-1")})})}function o(){var n=t("#mmenu-toggle"),a=t("#mmenu-wrapper");t("#mmenu-toggle, .mmenu-close, .mmenu-overlay").on("click",function(){var e=!n.hasClass("active");return n.toggleClass("active",e),a.toggleClass("mmenu-open",e),t("body").toggleClass("mmenu-active",e),!1}),t(".mmenu-wrapper li:has(ul)").prepend('<span class="arrow"><i class="ot-flaticon-next"></i></span>'),t(".mmenu-wrapper .mobile_mainmenu > li span.arrow").on("click",function(){t(this).parent().find("> ul").stop(!0,!0).slideToggle(),t(this).toggleClass("active")})}t(window).on("elementor/frontend/init",function(){elementorFrontend.hooks.addAction("frontend/element_ready/isearch.default",e),elementorFrontend.hooks.addAction("frontend/element_ready/imenu_mobile.default",o)})}(jQuery);PK�JFZ�
�Lmyloadmore.min.jsnu�[���!function(d){"use strict";function a(){var a=d(this),i=d(this).parents(".project-filter-wrapper").find(".projects-grid"),t=i.find(".project-item").length,e=i.data("load"),r=d(this).data("loaded"),n=d(this).data("loading"),o=d(this).data("category"),s=d(this).data("style"),l=i.data("count");return d.ajax({url:maxbizz_loadmore_params.ajaxurl,data:{action:"loadmore",ppp:e,cat:o,offset:t,style:s},type:"POST",beforeSend:function(t){a.text(n).append('<i class="ot-flaticon-refresh fas fa-spin"></i>')},success:function(t){var e;t?(e=d(t),a.text(r),i.append(e).isotope("appended",e),d(".project_filters a").each(function(){var t=this.getAttribute("data-filter"),e=d(this).closest(".project-filter-wrapper").find(".project-item").filter(t).length;d(this).find(".filter-count").text(e),0!=e&&d(this).hasClass("empty")&&d(this).removeClass("empty")}),i.hasClass("img-popup")&&(i.data("lightGallery").destroy(!0),i.lightGallery({selector:".projects-thumbnail",share:!1,pager:!1,thumbnail:!1}))):a.hide()}}),l<=(t+=e)&&a.fadeOut(1e3),!1}function t(t,e){t.find(".project-filter-wrapper").each(function(){e(this).find(".btn-loadmore").on("click",a)})}d(window).on("elementor/frontend/init",function(){elementorFrontend.hooks.addAction("frontend/element_ready/ipfilter.default",t)})}(jQuery);PK�JFZ�@N=��elementor-header.jsnu�[���(function($) {
    "use strict";
  
    /* --------------------------------------------------
    * side panel
    * --------------------------------------------------*/
      var element = $('#panel-btn'),
      sidebar = $('#side-panel');
  
      function panel_handler() {
          var isActive = !element.hasClass('active');
  
          element.toggleClass('active', isActive);
          sidebar.toggleClass('side-panel-open', isActive);
          $('body').toggleClass('side-panel-active', isActive);
          return false;
      }
  
      $('#panel-btn, .side-panel-close, .panel-overlay').on('click', panel_handler);
  
    /* --------------------------------------------------
    * toggle search
    * --------------------------------------------------*/
    var tgSearch  = function($scope, $){
      $scope.find('.octf-search').each( function(){
        var selector = $(this);
        selector.find('.toggle_search').on("click", function(){
          $(this).toggleClass( "active" );
          selector.find('.h-search-form-field').toggleClass('show');
          if ($(this).find('i').hasClass( "ot-flaticon-search-1" )) {
            $(this).find('i').removeClass( "ot-flaticon-search-1" ).addClass("ot-flaticon-cancel");
          }else{
            $(this).find('i').removeClass( "ot-flaticon-cancel" ).addClass("ot-flaticon-search-1");
          }
        });
      });
    };
  
    /* --------------------------------------------------
    * mobile menu
    * --------------------------------------------------*/
    var mmenuPanel  = function(){
          var element = $('#mmenu-toggle'),
              mmenu   = $('#mmenu-wrapper');
  
          function mmenu_handler() {
              var isActive = !element.hasClass('active');
  
              element.toggleClass('active', isActive);
              mmenu.toggleClass('mmenu-open', isActive);
              $('body').toggleClass('mmenu-active', isActive);
              return false;
          }
  
          $('#mmenu-toggle, .mmenu-close, .mmenu-overlay').on('click', mmenu_handler);
  
          $('.mmenu-wrapper li:has(ul)').prepend('<span class="arrow"><i class="ot-flaticon-next"></i></span>');
          $(".mmenu-wrapper .mobile_mainmenu > li span.arrow").on('click',function() {
              $(this).parent().find("> ul").stop(true, true).slideToggle()
              $(this).toggleClass( "active" ); 
          });
      };
  
      /**
       * Elementor JS Hooks
       */
      $(window).on("elementor/frontend/init", function () {
  
          /*toggle search*/
          elementorFrontend.hooks.addAction(
              "frontend/element_ready/isearch.default",
              tgSearch
          );
  
          /*mmenu*/
          elementorFrontend.hooks.addAction(
              "frontend/element_ready/imenu_mobile.default",
              mmenuPanel
          );
  
    });
  
  })(jQuery);PK�JFZ+��?$?$royal_preloader.min.jsnu�[���/*
|------------------------------------------|
| MelonHTML5 - Royal Preloader             |
|------------------------------------------|
| @author:  Lee Le (lee@melonhtml5.com)    |
| @version: 2.06 (11 April 2015)           |
| @website: www.melonhtml5.com             |
|------------------------------------------|
*/

/**
  (https://developer.mozilla.org/en-US/docs/DOM/document.cookie)
  docCookies.setItem(name, value[, end[, path[, domain[, secure]]]])
  docCookies.getItem(name)
  docCookies.removeItem(name[, path])
  docCookies.hasItem(name)
*/
var docCookies={getItem:function(a){return!a||!this.hasItem(a)?null:unescape(document.cookie.replace(RegExp("(?:^|.*;\\s*)"+escape(a).replace(/[\-\.\+\*]/g,"\\$&")+"\\s*\\=\\s*((?:[^;](?!;))*[^;]?).*"),"$1"))},setItem:function(a,c,b,e,f,g){if(a&&!/^(?:expires|max\-age|path|domain|secure)$/i.test(a)){var d="";if(b)switch(b.constructor){case Number:d=Infinity===b?"; expires=Tue, 19 Jan 2038 03:14:07 GMT":"; max-age="+b;break;case String:d="; expires="+b;break;case Date:d="; expires="+b.toGMTString()}document.cookie=
escape(a)+"="+escape(c)+d+(f?"; domain="+f:"")+(e?"; path="+e:"")+(g?"; secure":"")}},removeItem:function(a,c){a&&this.hasItem(a)&&(document.cookie=escape(a)+"=; expires=Thu, 01 Jan 1970 00:00:00 GMT"+(c?"; path="+c:""))},hasItem:function(a){return RegExp("(?:^|;\\s*)"+escape(a).replace(/[\-\.\+\*]/g,"\\$&")+"\\s*\\=").test(document.cookie)}};

var JQ=jQuery;window.requestAnimFrame=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(a){window.setTimeout(a,1E3/60)}}();
window.transitionEnd=function(a,c){var b=!1,d=document.createElement("div");JQ(["transition","WebkitTransition","MozTransition","msTransition"]).each(function(a,c){if(void 0!==d.style[c])return b=!0,!1});b?a.bind("webkitTransitionEnd oTransitionEnd MSTransitionEnd transitionend",function(b){a.unbind("webkitTransitionEnd oTransitionEnd MSTransitionEnd transitionend");c(b,a)}):setTimeout(function(){c(null,a)},0);return a};
var Royal_Preloader={_overlay:null,_loader:null,_name:null,_percentage:null,_on_complete:null,_text_loader:null,_text_loader_overlay:null,_logo_loader:null,_logo_loader_meter:null,_total:0,_loaded:0,_image_queue:[],_percentage_loaded:0,_mode:"number",_text:"loading...",_text_colour:"#FFFFFF",_images:[],_show_progress:!0,_show_percentage:!0,_background:"#000000",_logo:"",_logo_size:[80,80],_cookie:!1,_timeout:10,_init:function(){JQ("img").each(function(a){JQ(this).attr("src")&&Royal_Preloader._images.push(JQ(this).attr("src"))});
if(Royal_Preloader._cookie){if(docCookies.getItem("melonhtml5_royal_preloader_"+Royal_Preloader._cookie)){JQ("#royal_preloader").remove();JQ(document.body).removeClass("royal_preloader");return}docCookies.setItem("melonhtml5_royal_preloader_"+Royal_Preloader._cookie,(new Date).getTime(),Infinity)}Royal_Preloader._total=Royal_Preloader._images.length;Royal_Preloader._build();Royal_Preloader._load()},_build:function(){this._overlay=JQ("#royal_preloader");this._overlay.length||(this._overlay=JQ("<div>").attr("id",
"royal_preloader").prependTo(JQ(document.body)));this._overlay.addClass("royal_preloader_"+this._mode);"line"!==this._mode&&this._overlay.css("background-color",this._background);switch(this._mode){case "number":var a=this._hexToRgb(this._text_colour);this._percentage=JQ("<div>").html("<div></div><span></span>").css({color:this._text_colour,"border-color":a?"rgba("+a.r+", "+a.g+", "+a.b+", 0.7)":this._text_colour}).addClass("royal_preloader_percentage").appendTo(this._overlay);this._percentage.children("div").css("border-left-color",
this._text_colour);break;case "text":this._text_loader=JQ("<div>").addClass("royal_preloader_loader").text(this._text).css("color",this._text_colour).appendTo(this._overlay);this._text_loader_overlay=JQ("<div>").css("background-color",this._background).appendTo(this._text_loader);break;case "scale_text":for(var a="",c=0;c<this._text.length;c++)a+="<span>"+this._htmlentities(this._text.charAt(c))+"</span>";this._text_loader=JQ("<div>").addClass("royal_preloader_loader").html(a).css("color",this._text_colour).appendTo(this._overlay);
break;case "logo":this._logo_loader=JQ("<div>").css({width:this._logo_size[0],height:this._logo_size[1],"margin-left":this._logo_size[0]/2*-1,"margin-top":this._logo_size[1]/2*-1,"background-image":'url("'+this._logo+'")'}).addClass("royal_preloader_loader").appendTo(this._overlay);this._logo_loader_meter=JQ("<div>").css("background-color",this._background).appendTo(this._logo_loader);this._show_progress&&(this._percentage=JQ("<div>").css({color:this._text_colour,width:this._logo_size[0],height:this._logo_size[1],
"margin-left":this._logo_size[0]/2*-1,"margin-top":this._logo_size[1]/2,"background-color":this._background}).addClass("royal_preloader_percentage").appendTo(this._overlay));break;case "line":this._line_loader=JQ("<div>").addClass("royal_preloader_loader").css("background-color",this._background).appendTo(this._overlay);JQ("<div>").addClass("royal_preloader_peg").css("box-shadow","0 0 10px "+this._background).appendTo(this._line_loader);JQ(document.body).css("visibility","visible");break;case "progress":this._progress_loader=
JQ("<div>").addClass("royal_preloader_loader").appendTo(this._overlay),this._progress_loader_meter=JQ("<div>").addClass("royal_preloader_meter").appendTo(this._progress_loader),this._show_progress&&(this._percentage=JQ("<div>").addClass("royal_preloader_percentage").text(0).appendTo(this._overlay))}this._overlay.appendTo(JQ(document.body));"text"!==this._mode&&"scale_text"!==this._mode||this._text_loader.css("margin-left",this._text_loader.width()/2*-1)},_load:function(){if(("number"===this._mode||
"logo"===this._mode||"progress"===this._mode)&&this._show_progress){this._percentage.data("num",0);var a="0"+(Royal_Preloader._show_percentage?"%":"");"number"===this._mode?this._percentage.children("span").text(a):this._percentage.text(a)}JQ.each(this._images,function(a,b){var d=function(){Royal_Preloader._imageOnLoad(b)},e=new Image;e.src=b;e.complete?d():(e.onload=d,e.onerror=d)});setTimeout(function(){Royal_Preloader._overlay&&Royal_Preloader._animatePercentage(Royal_Preloader._percentage_loaded,
100)},this._images.length?1E3*this._timeout:0)},_hexToRgb:function(a){return(a=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(a))?{r:parseInt(a[1],16),g:parseInt(a[2],16),b:parseInt(a[3],16)}:null},_htmlentities:function(a){return a.toString().replace(/&/g,"&amp;").replace(/\"/g,"&quot;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/ /g,"&nbsp;")},_animatePercentage:function(a,c){Royal_Preloader._percentage_loaded=a;a<c&&(a++,setTimeout(function(){switch(Royal_Preloader._mode){case "text":Royal_Preloader._text_loader_overlay.css("left",
a+"%");break;case "scale_text":var b=parseInt(Royal_Preloader._text.length*a*.01,10);Royal_Preloader._text_loader.children("span").eq(b).addClass("loaded");break;case "line":Royal_Preloader._line_loader.width(a+"%");break;case "number":Royal_Preloader._show_progress&&(b=a+(Royal_Preloader._show_percentage?"%":""),Royal_Preloader._percentage.children("span").text(b));break;case "logo":Royal_Preloader._show_progress&&(b=a+(Royal_Preloader._show_percentage?"%":""),Royal_Preloader._percentage.text(b));
Royal_Preloader._logo_loader_meter.css("bottom",a+"%");break;case "progress":Royal_Preloader._show_progress&&(b=a+(Royal_Preloader._show_percentage?"%":""),Royal_Preloader._percentage.text(b)),Royal_Preloader._progress_loader_meter.width(a+"%")}Royal_Preloader._animatePercentage(a,c)},5),100===a&&Royal_Preloader._loadFinish())},_imageOnLoad:function(a){this._image_queue.push(a);this._image_queue.length&&this._image_queue[0]===a&&this._processQueue()},_reQueue:function(){Royal_Preloader._image_queue.splice(0,
1);Royal_Preloader._processQueue()},_processQueue:function(){0!==this._image_queue.length&&(this._loaded++,Royal_Preloader._animatePercentage(Royal_Preloader._percentage_loaded,parseInt(this._loaded/this._total*100,10)),this._reQueue())},_loadFinish:function(){transitionEnd(this._overlay,function(a,c){Royal_Preloader._overlay&&(Royal_Preloader._overlay.remove(),Royal_Preloader._overlay=null)});this._overlay.addClass("complete");JQ(document.body).removeClass("royal_preloader");this._on_complete&&this._on_complete()},
config:function(a){"undefined"!==typeof a.mode&&(this._mode=a.mode);"undefined"!==typeof a.text&&(this._text=a.text);"undefined"!==typeof a.text_colour&&(this._text_colour=a.text_colour);"undefined"!==typeof a.timeout&&(this._timeout=parseInt(a.timeout,10));"undefined"!==typeof a.showProgress&&(this._show_progress=a.showProgress?!0:!1);"undefined"!==typeof a.showPercentage&&(this._show_percentage=a.showPercentage?!0:!1);"undefined"!==typeof a.background&&(this._background=a.background);"undefined"!==
typeof a.logo&&(this._logo=a.logo);"undefined"!==typeof a.logo_size&&(this._logo_size=a.logo_size);"undefined"!==typeof a.onComplete&&(this._on_complete=a.onComplete);"undefined"!==typeof a.images&&(this._images=a.images);"undefined"!==typeof a.cookie&&(this._cookie=a.cookie)}};setTimeout(function(){JQ(document).ready(Royal_Preloader._init)});PK�JFZTś�<�<�owl.carousel.min.jsnu�[���/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
!function(a,b,c,d){function e(b,c){this.settings=null,this.options=a.extend({},e.Defaults,c),this.$element=a(b),this._handlers={},this._plugins={},this._supress={},this._current=null,this._speed=null,this._coordinates=[],this._breakpoint=null,this._width=null,this._items=[],this._clones=[],this._mergers=[],this._widths=[],this._invalidated={},this._pipe=[],this._drag={time:null,target:null,pointer:null,stage:{start:null,current:null},direction:null},this._states={current:{},tags:{initializing:["busy"],animating:["busy"],dragging:["interacting"]}},a.each(["onResize","onThrottledResize"],a.proxy(function(b,c){this._handlers[c]=a.proxy(this[c],this)},this)),a.each(e.Plugins,a.proxy(function(a,b){this._plugins[a.charAt(0).toLowerCase()+a.slice(1)]=new b(this)},this)),a.each(e.Workers,a.proxy(function(b,c){this._pipe.push({filter:c.filter,run:a.proxy(c.run,this)})},this)),this.setup(),this.initialize()}e.Defaults={items:3,loop:!1,center:!1,rewind:!1,checkVisibility:!0,mouseDrag:!0,touchDrag:!0,pullDrag:!0,freeDrag:!1,margin:0,stagePadding:0,merge:!1,mergeFit:!0,autoWidth:!1,startPosition:0,rtl:!1,smartSpeed:250,fluidSpeed:!1,dragEndSpeed:!1,responsive:{},responsiveRefreshRate:200,responsiveBaseElement:b,fallbackEasing:"swing",slideTransition:"",info:!1,nestedItemSelector:!1,itemElement:"div",stageElement:"div",refreshClass:"owl-refresh",loadedClass:"owl-loaded",loadingClass:"owl-loading",rtlClass:"owl-rtl",responsiveClass:"owl-responsive",dragClass:"owl-drag",itemClass:"owl-item",stageClass:"owl-stage",stageOuterClass:"owl-stage-outer",grabClass:"owl-grab"},e.Width={Default:"default",Inner:"inner",Outer:"outer"},e.Type={Event:"event",State:"state"},e.Plugins={},e.Workers=[{filter:["width","settings"],run:function(){this._width=this.$element.width()}},{filter:["width","items","settings"],run:function(a){a.current=this._items&&this._items[this.relative(this._current)]}},{filter:["items","settings"],run:function(){this.$stage.children(".cloned").remove()}},{filter:["width","items","settings"],run:function(a){var b=this.settings.margin||"",c=!this.settings.autoWidth,d=this.settings.rtl,e={width:"auto","margin-left":d?b:"","margin-right":d?"":b};!c&&this.$stage.children().css(e),a.css=e}},{filter:["width","items","settings"],run:function(a){var b=(this.width()/this.settings.items).toFixed(3)-this.settings.margin,c=null,d=this._items.length,e=!this.settings.autoWidth,f=[];for(a.items={merge:!1,width:b};d--;)c=this._mergers[d],c=this.settings.mergeFit&&Math.min(c,this.settings.items)||c,a.items.merge=c>1||a.items.merge,f[d]=e?b*c:this._items[d].width();this._widths=f}},{filter:["items","settings"],run:function(){var b=[],c=this._items,d=this.settings,e=Math.max(2*d.items,4),f=2*Math.ceil(c.length/2),g=d.loop&&c.length?d.rewind?e:Math.max(e,f):0,h="",i="";for(g/=2;g>0;)b.push(this.normalize(b.length/2,!0)),h+=c[b[b.length-1]][0].outerHTML,b.push(this.normalize(c.length-1-(b.length-1)/2,!0)),i=c[b[b.length-1]][0].outerHTML+i,g-=1;this._clones=b,a(h).addClass("cloned").appendTo(this.$stage),a(i).addClass("cloned").prependTo(this.$stage)}},{filter:["width","items","settings"],run:function(){for(var a=this.settings.rtl?1:-1,b=this._clones.length+this._items.length,c=-1,d=0,e=0,f=[];++c<b;)d=f[c-1]||0,e=this._widths[this.relative(c)]+this.settings.margin,f.push(d+e*a);this._coordinates=f}},{filter:["width","items","settings"],run:function(){var a=this.settings.stagePadding,b=this._coordinates,c={width:Math.ceil(Math.abs(b[b.length-1]))+2*a,"padding-left":a||"","padding-right":a||""};this.$stage.css(c)}},{filter:["width","items","settings"],run:function(a){var b=this._coordinates.length,c=!this.settings.autoWidth,d=this.$stage.children();if(c&&a.items.merge)for(;b--;)a.css.width=this._widths[this.relative(b)],d.eq(b).css(a.css);else c&&(a.css.width=a.items.width,d.css(a.css))}},{filter:["items"],run:function(){this._coordinates.length<1&&this.$stage.removeAttr("style")}},{filter:["width","items","settings"],run:function(a){a.current=a.current?this.$stage.children().index(a.current):0,a.current=Math.max(this.minimum(),Math.min(this.maximum(),a.current)),this.reset(a.current)}},{filter:["position"],run:function(){this.animate(this.coordinates(this._current))}},{filter:["width","position","items","settings"],run:function(){var a,b,c,d,e=this.settings.rtl?1:-1,f=2*this.settings.stagePadding,g=this.coordinates(this.current())+f,h=g+this.width()*e,i=[];for(c=0,d=this._coordinates.length;c<d;c++)a=this._coordinates[c-1]||0,b=Math.abs(this._coordinates[c])+f*e,(this.op(a,"<=",g)&&this.op(a,">",h)||this.op(b,"<",g)&&this.op(b,">",h))&&i.push(c);this.$stage.children(".active").removeClass("active"),this.$stage.children(":eq("+i.join("), :eq(")+")").addClass("active"),this.$stage.children(".center").removeClass("center"),this.settings.center&&this.$stage.children().eq(this.current()).addClass("center")}}],e.prototype.initializeStage=function(){this.$stage=this.$element.find("."+this.settings.stageClass),this.$stage.length||(this.$element.addClass(this.options.loadingClass),this.$stage=a("<"+this.settings.stageElement+">",{class:this.settings.stageClass}).wrap(a("<div/>",{class:this.settings.stageOuterClass})),this.$element.append(this.$stage.parent()))},e.prototype.initializeItems=function(){var b=this.$element.find(".owl-item");if(b.length)return this._items=b.get().map(function(b){return a(b)}),this._mergers=this._items.map(function(){return 1}),void this.refresh();this.replace(this.$element.children().not(this.$stage.parent())),this.isVisible()?this.refresh():this.invalidate("width"),this.$element.removeClass(this.options.loadingClass).addClass(this.options.loadedClass)},e.prototype.initialize=function(){if(this.enter("initializing"),this.trigger("initialize"),this.$element.toggleClass(this.settings.rtlClass,this.settings.rtl),this.settings.autoWidth&&!this.is("pre-loading")){var a,b,c;a=this.$element.find("img"),b=this.settings.nestedItemSelector?"."+this.settings.nestedItemSelector:d,c=this.$element.children(b).width(),a.length&&c<=0&&this.preloadAutoWidthImages(a)}this.initializeStage(),this.initializeItems(),this.registerEventHandlers(),this.leave("initializing"),this.trigger("initialized")},e.prototype.isVisible=function(){return!this.settings.checkVisibility||this.$element.is(":visible")},e.prototype.setup=function(){var b=this.viewport(),c=this.options.responsive,d=-1,e=null;c?(a.each(c,function(a){a<=b&&a>d&&(d=Number(a))}),e=a.extend({},this.options,c[d]),"function"==typeof e.stagePadding&&(e.stagePadding=e.stagePadding()),delete e.responsive,e.responsiveClass&&this.$element.attr("class",this.$element.attr("class").replace(new RegExp("("+this.options.responsiveClass+"-)\\S+\\s","g"),"$1"+d))):e=a.extend({},this.options),this.trigger("change",{property:{name:"settings",value:e}}),this._breakpoint=d,this.settings=e,this.invalidate("settings"),this.trigger("changed",{property:{name:"settings",value:this.settings}})},e.prototype.optionsLogic=function(){this.settings.autoWidth&&(this.settings.stagePadding=!1,this.settings.merge=!1)},e.prototype.prepare=function(b){var c=this.trigger("prepare",{content:b});return c.data||(c.data=a("<"+this.settings.itemElement+"/>").addClass(this.options.itemClass).append(b)),this.trigger("prepared",{content:c.data}),c.data},e.prototype.update=function(){for(var b=0,c=this._pipe.length,d=a.proxy(function(a){return this[a]},this._invalidated),e={};b<c;)(this._invalidated.all||a.grep(this._pipe[b].filter,d).length>0)&&this._pipe[b].run(e),b++;this._invalidated={},!this.is("valid")&&this.enter("valid")},e.prototype.width=function(a){switch(a=a||e.Width.Default){case e.Width.Inner:case e.Width.Outer:return this._width;default:return this._width-2*this.settings.stagePadding+this.settings.margin}},e.prototype.refresh=function(){this.enter("refreshing"),this.trigger("refresh"),this.setup(),this.optionsLogic(),this.$element.addClass(this.options.refreshClass),this.update(),this.$element.removeClass(this.options.refreshClass),this.leave("refreshing"),this.trigger("refreshed")},e.prototype.onThrottledResize=function(){b.clearTimeout(this.resizeTimer),this.resizeTimer=b.setTimeout(this._handlers.onResize,this.settings.responsiveRefreshRate)},e.prototype.onResize=function(){return!!this._items.length&&(this._width!==this.$element.width()&&(!!this.isVisible()&&(this.enter("resizing"),this.trigger("resize").isDefaultPrevented()?(this.leave("resizing"),!1):(this.invalidate("width"),this.refresh(),this.leave("resizing"),void this.trigger("resized")))))},e.prototype.registerEventHandlers=function(){a.support.transition&&this.$stage.on(a.support.transition.end+".owl.core",a.proxy(this.onTransitionEnd,this)),!1!==this.settings.responsive&&this.on(b,"resize",this._handlers.onThrottledResize),this.settings.mouseDrag&&(this.$element.addClass(this.options.dragClass),this.$stage.on("mousedown.owl.core",a.proxy(this.onDragStart,this)),this.$stage.on("dragstart.owl.core selectstart.owl.core",function(){return!1})),this.settings.touchDrag&&(this.$stage.on("touchstart.owl.core",a.proxy(this.onDragStart,this)),this.$stage.on("touchcancel.owl.core",a.proxy(this.onDragEnd,this)))},e.prototype.onDragStart=function(b){var d=null;3!==b.which&&(a.support.transform?(d=this.$stage.css("transform").replace(/.*\(|\)| /g,"").split(","),d={x:d[16===d.length?12:4],y:d[16===d.length?13:5]}):(d=this.$stage.position(),d={x:this.settings.rtl?d.left+this.$stage.width()-this.width()+this.settings.margin:d.left,y:d.top}),this.is("animating")&&(a.support.transform?this.animate(d.x):this.$stage.stop(),this.invalidate("position")),this.$element.toggleClass(this.options.grabClass,"mousedown"===b.type),this.speed(0),this._drag.time=(new Date).getTime(),this._drag.target=a(b.target),this._drag.stage.start=d,this._drag.stage.current=d,this._drag.pointer=this.pointer(b),a(c).on("mouseup.owl.core touchend.owl.core",a.proxy(this.onDragEnd,this)),a(c).one("mousemove.owl.core touchmove.owl.core",a.proxy(function(b){var d=this.difference(this._drag.pointer,this.pointer(b));a(c).on("mousemove.owl.core touchmove.owl.core",a.proxy(this.onDragMove,this)),Math.abs(d.x)<Math.abs(d.y)&&this.is("valid")||(b.preventDefault(),this.enter("dragging"),this.trigger("drag"))},this)))},e.prototype.onDragMove=function(a){var b=null,c=null,d=null,e=this.difference(this._drag.pointer,this.pointer(a)),f=this.difference(this._drag.stage.start,e);this.is("dragging")&&(a.preventDefault(),this.settings.loop?(b=this.coordinates(this.minimum()),c=this.coordinates(this.maximum()+1)-b,f.x=((f.x-b)%c+c)%c+b):(b=this.settings.rtl?this.coordinates(this.maximum()):this.coordinates(this.minimum()),c=this.settings.rtl?this.coordinates(this.minimum()):this.coordinates(this.maximum()),d=this.settings.pullDrag?-1*e.x/5:0,f.x=Math.max(Math.min(f.x,b+d),c+d)),this._drag.stage.current=f,this.animate(f.x))},e.prototype.onDragEnd=function(b){var d=this.difference(this._drag.pointer,this.pointer(b)),e=this._drag.stage.current,f=d.x>0^this.settings.rtl?"left":"right";a(c).off(".owl.core"),this.$element.removeClass(this.options.grabClass),(0!==d.x&&this.is("dragging")||!this.is("valid"))&&(this.speed(this.settings.dragEndSpeed||this.settings.smartSpeed),this.current(this.closest(e.x,0!==d.x?f:this._drag.direction)),this.invalidate("position"),this.update(),this._drag.direction=f,(Math.abs(d.x)>3||(new Date).getTime()-this._drag.time>300)&&this._drag.target.one("click.owl.core",function(){return!1})),this.is("dragging")&&(this.leave("dragging"),this.trigger("dragged"))},e.prototype.closest=function(b,c){var e=-1,f=30,g=this.width(),h=this.coordinates();return this.settings.freeDrag||a.each(h,a.proxy(function(a,i){return"left"===c&&b>i-f&&b<i+f?e=a:"right"===c&&b>i-g-f&&b<i-g+f?e=a+1:this.op(b,"<",i)&&this.op(b,">",h[a+1]!==d?h[a+1]:i-g)&&(e="left"===c?a+1:a),-1===e},this)),this.settings.loop||(this.op(b,">",h[this.minimum()])?e=b=this.minimum():this.op(b,"<",h[this.maximum()])&&(e=b=this.maximum())),e},e.prototype.animate=function(b){var c=this.speed()>0;this.is("animating")&&this.onTransitionEnd(),c&&(this.enter("animating"),this.trigger("translate")),a.support.transform3d&&a.support.transition?this.$stage.css({transform:"translate3d("+b+"px,0px,0px)",transition:this.speed()/1e3+"s"+(this.settings.slideTransition?" "+this.settings.slideTransition:"")}):c?this.$stage.animate({left:b+"px"},this.speed(),this.settings.fallbackEasing,a.proxy(this.onTransitionEnd,this)):this.$stage.css({left:b+"px"})},e.prototype.is=function(a){return this._states.current[a]&&this._states.current[a]>0},e.prototype.current=function(a){if(a===d)return this._current;if(0===this._items.length)return d;if(a=this.normalize(a),this._current!==a){var b=this.trigger("change",{property:{name:"position",value:a}});b.data!==d&&(a=this.normalize(b.data)),this._current=a,this.invalidate("position"),this.trigger("changed",{property:{name:"position",value:this._current}})}return this._current},e.prototype.invalidate=function(b){return"string"===a.type(b)&&(this._invalidated[b]=!0,this.is("valid")&&this.leave("valid")),a.map(this._invalidated,function(a,b){return b})},e.prototype.reset=function(a){(a=this.normalize(a))!==d&&(this._speed=0,this._current=a,this.suppress(["translate","translated"]),this.animate(this.coordinates(a)),this.release(["translate","translated"]))},e.prototype.normalize=function(a,b){var c=this._items.length,e=b?0:this._clones.length;return!this.isNumeric(a)||c<1?a=d:(a<0||a>=c+e)&&(a=((a-e/2)%c+c)%c+e/2),a},e.prototype.relative=function(a){return a-=this._clones.length/2,this.normalize(a,!0)},e.prototype.maximum=function(a){var b,c,d,e=this.settings,f=this._coordinates.length;if(e.loop)f=this._clones.length/2+this._items.length-1;else if(e.autoWidth||e.merge){if(b=this._items.length)for(c=this._items[--b].width(),d=this.$element.width();b--&&!((c+=this._items[b].width()+this.settings.margin)>d););f=b+1}else f=e.center?this._items.length-1:this._items.length-e.items;return a&&(f-=this._clones.length/2),Math.max(f,0)},e.prototype.minimum=function(a){return a?0:this._clones.length/2},e.prototype.items=function(a){return a===d?this._items.slice():(a=this.normalize(a,!0),this._items[a])},e.prototype.mergers=function(a){return a===d?this._mergers.slice():(a=this.normalize(a,!0),this._mergers[a])},e.prototype.clones=function(b){var c=this._clones.length/2,e=c+this._items.length,f=function(a){return a%2==0?e+a/2:c-(a+1)/2};return b===d?a.map(this._clones,function(a,b){return f(b)}):a.map(this._clones,function(a,c){return a===b?f(c):null})},e.prototype.speed=function(a){return a!==d&&(this._speed=a),this._speed},e.prototype.coordinates=function(b){var c,e=1,f=b-1;return b===d?a.map(this._coordinates,a.proxy(function(a,b){return this.coordinates(b)},this)):(this.settings.center?(this.settings.rtl&&(e=-1,f=b+1),c=this._coordinates[b],c+=(this.width()-c+(this._coordinates[f]||0))/2*e):c=this._coordinates[f]||0,c=Math.ceil(c))},e.prototype.duration=function(a,b,c){return 0===c?0:Math.min(Math.max(Math.abs(b-a),1),6)*Math.abs(c||this.settings.smartSpeed)},e.prototype.to=function(a,b){var c=this.current(),d=null,e=a-this.relative(c),f=(e>0)-(e<0),g=this._items.length,h=this.minimum(),i=this.maximum();this.settings.loop?(!this.settings.rewind&&Math.abs(e)>g/2&&(e+=-1*f*g),a=c+e,(d=((a-h)%g+g)%g+h)!==a&&d-e<=i&&d-e>0&&(c=d-e,a=d,this.reset(c))):this.settings.rewind?(i+=1,a=(a%i+i)%i):a=Math.max(h,Math.min(i,a)),this.speed(this.duration(c,a,b)),this.current(a),this.isVisible()&&this.update()},e.prototype.next=function(a){a=a||!1,this.to(this.relative(this.current())+1,a)},e.prototype.prev=function(a){a=a||!1,this.to(this.relative(this.current())-1,a)},e.prototype.onTransitionEnd=function(a){if(a!==d&&(a.stopPropagation(),(a.target||a.srcElement||a.originalTarget)!==this.$stage.get(0)))return!1;this.leave("animating"),this.trigger("translated")},e.prototype.viewport=function(){var d;return this.options.responsiveBaseElement!==b?d=a(this.options.responsiveBaseElement).width():b.innerWidth?d=b.innerWidth:c.documentElement&&c.documentElement.clientWidth?d=c.documentElement.clientWidth:console.warn("Can not detect viewport width."),d},e.prototype.replace=function(b){this.$stage.empty(),this._items=[],b&&(b=b instanceof jQuery?b:a(b)),this.settings.nestedItemSelector&&(b=b.find("."+this.settings.nestedItemSelector)),b.filter(function(){return 1===this.nodeType}).each(a.proxy(function(a,b){b=this.prepare(b),this.$stage.append(b),this._items.push(b),this._mergers.push(1*b.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)},this)),this.reset(this.isNumeric(this.settings.startPosition)?this.settings.startPosition:0),this.invalidate("items")},e.prototype.add=function(b,c){var e=this.relative(this._current);c=c===d?this._items.length:this.normalize(c,!0),b=b instanceof jQuery?b:a(b),this.trigger("add",{content:b,position:c}),b=this.prepare(b),0===this._items.length||c===this._items.length?(0===this._items.length&&this.$stage.append(b),0!==this._items.length&&this._items[c-1].after(b),this._items.push(b),this._mergers.push(1*b.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)):(this._items[c].before(b),this._items.splice(c,0,b),this._mergers.splice(c,0,1*b.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)),this._items[e]&&this.reset(this._items[e].index()),this.invalidate("items"),this.trigger("added",{content:b,position:c})},e.prototype.remove=function(a){(a=this.normalize(a,!0))!==d&&(this.trigger("remove",{content:this._items[a],position:a}),this._items[a].remove(),this._items.splice(a,1),this._mergers.splice(a,1),this.invalidate("items"),this.trigger("removed",{content:null,position:a}))},e.prototype.preloadAutoWidthImages=function(b){b.each(a.proxy(function(b,c){this.enter("pre-loading"),c=a(c),a(new Image).one("load",a.proxy(function(a){c.attr("src",a.target.src),c.css("opacity",1),this.leave("pre-loading"),!this.is("pre-loading")&&!this.is("initializing")&&this.refresh()},this)).attr("src",c.attr("src")||c.attr("data-src")||c.attr("data-src-retina"))},this))},e.prototype.destroy=function(){this.$element.off(".owl.core"),this.$stage.off(".owl.core"),a(c).off(".owl.core"),!1!==this.settings.responsive&&(b.clearTimeout(this.resizeTimer),this.off(b,"resize",this._handlers.onThrottledResize));for(var d in this._plugins)this._plugins[d].destroy();this.$stage.children(".cloned").remove(),this.$stage.unwrap(),this.$stage.children().contents().unwrap(),this.$stage.children().unwrap(),this.$stage.remove(),this.$element.removeClass(this.options.refreshClass).removeClass(this.options.loadingClass).removeClass(this.options.loadedClass).removeClass(this.options.rtlClass).removeClass(this.options.dragClass).removeClass(this.options.grabClass).attr("class",this.$element.attr("class").replace(new RegExp(this.options.responsiveClass+"-\\S+\\s","g"),"")).removeData("owl.carousel")},e.prototype.op=function(a,b,c){var d=this.settings.rtl;switch(b){case"<":return d?a>c:a<c;case">":return d?a<c:a>c;case">=":return d?a<=c:a>=c;case"<=":return d?a>=c:a<=c}},e.prototype.on=function(a,b,c,d){a.addEventListener?a.addEventListener(b,c,d):a.attachEvent&&a.attachEvent("on"+b,c)},e.prototype.off=function(a,b,c,d){a.removeEventListener?a.removeEventListener(b,c,d):a.detachEvent&&a.detachEvent("on"+b,c)},e.prototype.trigger=function(b,c,d,f,g){var h={item:{count:this._items.length,index:this.current()}},i=a.camelCase(a.grep(["on",b,d],function(a){return a}).join("-").toLowerCase()),j=a.Event([b,"owl",d||"carousel"].join(".").toLowerCase(),a.extend({relatedTarget:this},h,c));return this._supress[b]||(a.each(this._plugins,function(a,b){b.onTrigger&&b.onTrigger(j)}),this.register({type:e.Type.Event,name:b}),this.$element.trigger(j),this.settings&&"function"==typeof this.settings[i]&&this.settings[i].call(this,j)),j},e.prototype.enter=function(b){a.each([b].concat(this._states.tags[b]||[]),a.proxy(function(a,b){this._states.current[b]===d&&(this._states.current[b]=0),this._states.current[b]++},this))},e.prototype.leave=function(b){a.each([b].concat(this._states.tags[b]||[]),a.proxy(function(a,b){this._states.current[b]--},this))},e.prototype.register=function(b){if(b.type===e.Type.Event){if(a.event.special[b.name]||(a.event.special[b.name]={}),!a.event.special[b.name].owl){var c=a.event.special[b.name]._default;a.event.special[b.name]._default=function(a){return!c||!c.apply||a.namespace&&-1!==a.namespace.indexOf("owl")?a.namespace&&a.namespace.indexOf("owl")>-1:c.apply(this,arguments)},a.event.special[b.name].owl=!0}}else b.type===e.Type.State&&(this._states.tags[b.name]?this._states.tags[b.name]=this._states.tags[b.name].concat(b.tags):this._states.tags[b.name]=b.tags,this._states.tags[b.name]=a.grep(this._states.tags[b.name],a.proxy(function(c,d){return a.inArray(c,this._states.tags[b.name])===d},this)))},e.prototype.suppress=function(b){a.each(b,a.proxy(function(a,b){this._supress[b]=!0},this))},e.prototype.release=function(b){a.each(b,a.proxy(function(a,b){delete this._supress[b]},this))},e.prototype.pointer=function(a){var c={x:null,y:null};return a=a.originalEvent||a||b.event,a=a.touches&&a.touches.length?a.touches[0]:a.changedTouches&&a.changedTouches.length?a.changedTouches[0]:a,a.pageX?(c.x=a.pageX,c.y=a.pageY):(c.x=a.clientX,c.y=a.clientY),c},e.prototype.isNumeric=function(a){return!isNaN(parseFloat(a))},e.prototype.difference=function(a,b){return{x:a.x-b.x,y:a.y-b.y}},a.fn.owlCarousel=function(b){var c=Array.prototype.slice.call(arguments,1);return this.each(function(){var d=a(this),f=d.data("owl.carousel");f||(f=new e(this,"object"==typeof b&&b),d.data("owl.carousel",f),a.each(["next","prev","to","destroy","refresh","replace","add","remove"],function(b,c){f.register({type:e.Type.Event,name:c}),f.$element.on(c+".owl.carousel.core",a.proxy(function(a){a.namespace&&a.relatedTarget!==this&&(this.suppress([c]),f[c].apply(this,[].slice.call(arguments,1)),this.release([c]))},f))})),"string"==typeof b&&"_"!==b.charAt(0)&&f[b].apply(f,c)})},a.fn.owlCarousel.Constructor=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._interval=null,this._visible=null,this._handlers={"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoRefresh&&this.watch()},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this._core.$element.on(this._handlers)};e.Defaults={autoRefresh:!0,autoRefreshInterval:500},e.prototype.watch=function(){this._interval||(this._visible=this._core.isVisible(),this._interval=b.setInterval(a.proxy(this.refresh,this),this._core.settings.autoRefreshInterval))},e.prototype.refresh=function(){this._core.isVisible()!==this._visible&&(this._visible=!this._visible,this._core.$element.toggleClass("owl-hidden",!this._visible),this._visible&&this._core.invalidate("width")&&this._core.refresh())},e.prototype.destroy=function(){var a,c;b.clearInterval(this._interval);for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},a.fn.owlCarousel.Constructor.Plugins.AutoRefresh=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._loaded=[],this._handlers={"initialized.owl.carousel change.owl.carousel resized.owl.carousel":a.proxy(function(b){if(b.namespace&&this._core.settings&&this._core.settings.lazyLoad&&(b.property&&"position"==b.property.name||"initialized"==b.type)){var c=this._core.settings,e=c.center&&Math.ceil(c.items/2)||c.items,f=c.center&&-1*e||0,g=(b.property&&b.property.value!==d?b.property.value:this._core.current())+f,h=this._core.clones().length,i=a.proxy(function(a,b){this.load(b)},this);for(c.lazyLoadEager>0&&(e+=c.lazyLoadEager,c.loop&&(g-=c.lazyLoadEager,e++));f++<e;)this.load(h/2+this._core.relative(g)),h&&a.each(this._core.clones(this._core.relative(g)),i),g++}},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this._core.$element.on(this._handlers)};e.Defaults={lazyLoad:!1,lazyLoadEager:0},e.prototype.load=function(c){var d=this._core.$stage.children().eq(c),e=d&&d.find(".owl-lazy");!e||a.inArray(d.get(0),this._loaded)>-1||(e.each(a.proxy(function(c,d){var e,f=a(d),g=b.devicePixelRatio>1&&f.attr("data-src-retina")||f.attr("data-src")||f.attr("data-srcset");this._core.trigger("load",{element:f,url:g},"lazy"),f.is("img")?f.one("load.owl.lazy",a.proxy(function(){f.css("opacity",1),this._core.trigger("loaded",{element:f,url:g},"lazy")},this)).attr("src",g):f.is("source")?f.one("load.owl.lazy",a.proxy(function(){this._core.trigger("loaded",{element:f,url:g},"lazy")},this)).attr("srcset",g):(e=new Image,e.onload=a.proxy(function(){f.css({"background-image":'url("'+g+'")',opacity:"1"}),this._core.trigger("loaded",{element:f,url:g},"lazy")},this),e.src=g)},this)),this._loaded.push(d.get(0)))},e.prototype.destroy=function(){var a,b;for(a in this.handlers)this._core.$element.off(a,this.handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Lazy=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(c){this._core=c,this._previousHeight=null,this._handlers={"initialized.owl.carousel refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoHeight&&this.update()},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoHeight&&"position"===a.property.name&&this.update()},this),"loaded.owl.lazy":a.proxy(function(a){a.namespace&&this._core.settings.autoHeight&&a.element.closest("."+this._core.settings.itemClass).index()===this._core.current()&&this.update()},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this._core.$element.on(this._handlers),this._intervalId=null;var d=this;a(b).on("load",function(){d._core.settings.autoHeight&&d.update()}),a(b).resize(function(){d._core.settings.autoHeight&&(null!=d._intervalId&&clearTimeout(d._intervalId),d._intervalId=setTimeout(function(){d.update()},250))})};e.Defaults={autoHeight:!1,autoHeightClass:"owl-height"},e.prototype.update=function(){var b=this._core._current,c=b+this._core.settings.items,d=this._core.settings.lazyLoad,e=this._core.$stage.children().toArray().slice(b,c),f=[],g=0;a.each(e,function(b,c){f.push(a(c).height())}),g=Math.max.apply(null,f),g<=1&&d&&this._previousHeight&&(g=this._previousHeight),this._previousHeight=g,this._core.$stage.parent().height(g).addClass(this._core.settings.autoHeightClass)},e.prototype.destroy=function(){var a,b;for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.AutoHeight=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._videos={},this._playing=null,this._handlers={"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this._core.register({type:"state",name:"playing",tags:["interacting"]})},this),"resize.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.video&&this.isInFullScreen()&&a.preventDefault()},this),"refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._core.is("resizing")&&this._core.$stage.find(".cloned .owl-video-frame").remove()},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&"position"===a.property.name&&this._playing&&this.stop()},this),"prepared.owl.carousel":a.proxy(function(b){if(b.namespace){var c=a(b.content).find(".owl-video");c.length&&(c.css("display","none"),this.fetch(c,a(b.content)))}},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this._core.$element.on(this._handlers),this._core.$element.on("click.owl.video",".owl-video-play-icon",a.proxy(function(a){this.play(a)},this))};e.Defaults={video:!1,videoHeight:!1,videoWidth:!1},e.prototype.fetch=function(a,b){var c=function(){return a.attr("data-vimeo-id")?"vimeo":a.attr("data-vzaar-id")?"vzaar":"youtube"}(),d=a.attr("data-vimeo-id")||a.attr("data-youtube-id")||a.attr("data-vzaar-id"),e=a.attr("data-width")||this._core.settings.videoWidth,f=a.attr("data-height")||this._core.settings.videoHeight,g=a.attr("href");if(!g)throw new Error("Missing video URL.");if(d=g.match(/(http:|https:|)\/\/(player.|www.|app.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com|be\-nocookie\.com)|vzaar\.com)\/(video\/|videos\/|embed\/|channels\/.+\/|groups\/.+\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(\&\S+)?/),d[3].indexOf("youtu")>-1)c="youtube";else if(d[3].indexOf("vimeo")>-1)c="vimeo";else{if(!(d[3].indexOf("vzaar")>-1))throw new Error("Video URL not supported.");c="vzaar"}d=d[6],this._videos[g]={type:c,id:d,width:e,height:f},b.attr("data-video",g),this.thumbnail(a,this._videos[g])},e.prototype.thumbnail=function(b,c){var d,e,f,g=c.width&&c.height?"width:"+c.width+"px;height:"+c.height+"px;":"",h=b.find("img"),i="src",j="",k=this._core.settings,l=function(c){e='<div class="owl-video-play-icon"></div>',d=k.lazyLoad?a("<div/>",{class:"owl-video-tn "+j,srcType:c}):a("<div/>",{class:"owl-video-tn",style:"opacity:1;background-image:url("+c+")"}),b.after(d),b.after(e)};if(b.wrap(a("<div/>",{class:"owl-video-wrapper",style:g})),this._core.settings.lazyLoad&&(i="data-src",j="owl-lazy"),h.length)return l(h.attr(i)),h.remove(),!1;"youtube"===c.type?(f="//img.youtube.com/vi/"+c.id+"/hqdefault.jpg",l(f)):"vimeo"===c.type?a.ajax({type:"GET",url:"//vimeo.com/api/v2/video/"+c.id+".json",jsonp:"callback",dataType:"jsonp",success:function(a){f=a[0].thumbnail_large,l(f)}}):"vzaar"===c.type&&a.ajax({type:"GET",url:"//vzaar.com/api/videos/"+c.id+".json",jsonp:"callback",dataType:"jsonp",success:function(a){f=a.framegrab_url,l(f)}})},e.prototype.stop=function(){this._core.trigger("stop",null,"video"),this._playing.find(".owl-video-frame").remove(),this._playing.removeClass("owl-video-playing"),this._playing=null,this._core.leave("playing"),this._core.trigger("stopped",null,"video")},e.prototype.play=function(b){var c,d=a(b.target),e=d.closest("."+this._core.settings.itemClass),f=this._videos[e.attr("data-video")],g=f.width||"100%",h=f.height||this._core.$stage.height();this._playing||(this._core.enter("playing"),this._core.trigger("play",null,"video"),e=this._core.items(this._core.relative(e.index())),this._core.reset(e.index()),c=a('<iframe frameborder="0" allowfullscreen mozallowfullscreen webkitAllowFullScreen ></iframe>'),c.attr("height",h),c.attr("width",g),"youtube"===f.type?c.attr("src","//www.youtube.com/embed/"+f.id+"?autoplay=1&rel=0&v="+f.id):"vimeo"===f.type?c.attr("src","//player.vimeo.com/video/"+f.id+"?autoplay=1"):"vzaar"===f.type&&c.attr("src","//view.vzaar.com/"+f.id+"/player?autoplay=true"),a(c).wrap('<div class="owl-video-frame" />').insertAfter(e.find(".owl-video")),this._playing=e.addClass("owl-video-playing"))},e.prototype.isInFullScreen=function(){var b=c.fullscreenElement||c.mozFullScreenElement||c.webkitFullscreenElement;return b&&a(b).parent().hasClass("owl-video-frame")},e.prototype.destroy=function(){var a,b;this._core.$element.off("click.owl.video");for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Video=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this.core=b,this.core.options=a.extend({},e.Defaults,this.core.options),this.swapping=!0,this.previous=d,this.next=d,this.handlers={"change.owl.carousel":a.proxy(function(a){a.namespace&&"position"==a.property.name&&(this.previous=this.core.current(),this.next=a.property.value)},this),"drag.owl.carousel dragged.owl.carousel translated.owl.carousel":a.proxy(function(a){a.namespace&&(this.swapping="translated"==a.type)},this),"translate.owl.carousel":a.proxy(function(a){a.namespace&&this.swapping&&(this.core.options.animateOut||this.core.options.animateIn)&&this.swap()},this)},this.core.$element.on(this.handlers)};e.Defaults={animateOut:!1,
animateIn:!1},e.prototype.swap=function(){if(1===this.core.settings.items&&a.support.animation&&a.support.transition){this.core.speed(0);var b,c=a.proxy(this.clear,this),d=this.core.$stage.children().eq(this.previous),e=this.core.$stage.children().eq(this.next),f=this.core.settings.animateIn,g=this.core.settings.animateOut;this.core.current()!==this.previous&&(g&&(b=this.core.coordinates(this.previous)-this.core.coordinates(this.next),d.one(a.support.animation.end,c).css({left:b+"px"}).addClass("animated owl-animated-out").addClass(g)),f&&e.one(a.support.animation.end,c).addClass("animated owl-animated-in").addClass(f))}},e.prototype.clear=function(b){a(b.target).css({left:""}).removeClass("animated owl-animated-out owl-animated-in").removeClass(this.core.settings.animateIn).removeClass(this.core.settings.animateOut),this.core.onTransitionEnd()},e.prototype.destroy=function(){var a,b;for(a in this.handlers)this.core.$element.off(a,this.handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Animate=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._call=null,this._time=0,this._timeout=0,this._paused=!0,this._handlers={"changed.owl.carousel":a.proxy(function(a){a.namespace&&"settings"===a.property.name?this._core.settings.autoplay?this.play():this.stop():a.namespace&&"position"===a.property.name&&this._paused&&(this._time=0)},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoplay&&this.play()},this),"play.owl.autoplay":a.proxy(function(a,b,c){a.namespace&&this.play(b,c)},this),"stop.owl.autoplay":a.proxy(function(a){a.namespace&&this.stop()},this),"mouseover.owl.autoplay":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"mouseleave.owl.autoplay":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.play()},this),"touchstart.owl.core":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"touchend.owl.core":a.proxy(function(){this._core.settings.autoplayHoverPause&&this.play()},this)},this._core.$element.on(this._handlers),this._core.options=a.extend({},e.Defaults,this._core.options)};e.Defaults={autoplay:!1,autoplayTimeout:5e3,autoplayHoverPause:!1,autoplaySpeed:!1},e.prototype._next=function(d){this._call=b.setTimeout(a.proxy(this._next,this,d),this._timeout*(Math.round(this.read()/this._timeout)+1)-this.read()),this._core.is("interacting")||c.hidden||this._core.next(d||this._core.settings.autoplaySpeed)},e.prototype.read=function(){return(new Date).getTime()-this._time},e.prototype.play=function(c,d){var e;this._core.is("rotating")||this._core.enter("rotating"),c=c||this._core.settings.autoplayTimeout,e=Math.min(this._time%(this._timeout||c),c),this._paused?(this._time=this.read(),this._paused=!1):b.clearTimeout(this._call),this._time+=this.read()%c-e,this._timeout=c,this._call=b.setTimeout(a.proxy(this._next,this,d),c-e)},e.prototype.stop=function(){this._core.is("rotating")&&(this._time=0,this._paused=!0,b.clearTimeout(this._call),this._core.leave("rotating"))},e.prototype.pause=function(){this._core.is("rotating")&&!this._paused&&(this._time=this.read(),this._paused=!0,b.clearTimeout(this._call))},e.prototype.destroy=function(){var a,b;this.stop();for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.autoplay=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){"use strict";var e=function(b){this._core=b,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.carousel":a.proxy(function(b){b.namespace&&this._core.settings.dotsData&&this._templates.push('<div class="'+this._core.settings.dotClass+'">'+a(b.content).find("[data-dot]").addBack("[data-dot]").attr("data-dot")+"</div>")},this),"added.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.dotsData&&this._templates.splice(a.position,0,this._templates.pop())},this),"remove.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.dotsData&&this._templates.splice(a.position,1)},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&"position"==a.property.name&&this.draw()},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&!this._initialized&&(this._core.trigger("initialize",null,"navigation"),this.initialize(),this.update(),this.draw(),this._initialized=!0,this._core.trigger("initialized",null,"navigation"))},this),"refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._initialized&&(this._core.trigger("refresh",null,"navigation"),this.update(),this.draw(),this._core.trigger("refreshed",null,"navigation"))},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this.$element.on(this._handlers)};e.Defaults={nav:!1,navText:['<span aria-label="Previous">&#x2039;</span>','<span aria-label="Next">&#x203a;</span>'],navSpeed:!1,navElement:'button type="button" role="presentation"',navContainer:!1,navContainerClass:"owl-nav",navClass:["owl-prev","owl-next"],slideBy:1,dotClass:"owl-dot",dotsClass:"owl-dots",dots:!0,dotsEach:!1,dotsData:!1,dotsSpeed:!1,dotsContainer:!1},e.prototype.initialize=function(){var b,c=this._core.settings;this._controls.$relative=(c.navContainer?a(c.navContainer):a("<div>").addClass(c.navContainerClass).appendTo(this.$element)).addClass("disabled"),this._controls.$previous=a("<"+c.navElement+">").addClass(c.navClass[0]).html(c.navText[0]).prependTo(this._controls.$relative).on("click",a.proxy(function(a){this.prev(c.navSpeed)},this)),this._controls.$next=a("<"+c.navElement+">").addClass(c.navClass[1]).html(c.navText[1]).appendTo(this._controls.$relative).on("click",a.proxy(function(a){this.next(c.navSpeed)},this)),c.dotsData||(this._templates=[a('<button role="button">').addClass(c.dotClass).append(a("<span>")).prop("outerHTML")]),this._controls.$absolute=(c.dotsContainer?a(c.dotsContainer):a("<div>").addClass(c.dotsClass).appendTo(this.$element)).addClass("disabled"),this._controls.$absolute.on("click","button",a.proxy(function(b){var d=a(b.target).parent().is(this._controls.$absolute)?a(b.target).index():a(b.target).parent().index();b.preventDefault(),this.to(d,c.dotsSpeed)},this));for(b in this._overrides)this._core[b]=a.proxy(this[b],this)},e.prototype.destroy=function(){var a,b,c,d,e;e=this._core.settings;for(a in this._handlers)this.$element.off(a,this._handlers[a]);for(b in this._controls)"$relative"===b&&e.navContainer?this._controls[b].html(""):this._controls[b].remove();for(d in this.overides)this._core[d]=this._overrides[d];for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},e.prototype.update=function(){var a,b,c,d=this._core.clones().length/2,e=d+this._core.items().length,f=this._core.maximum(!0),g=this._core.settings,h=g.center||g.autoWidth||g.dotsData?1:g.dotsEach||g.items;if("page"!==g.slideBy&&(g.slideBy=Math.min(g.slideBy,g.items)),g.dots||"page"==g.slideBy)for(this._pages=[],a=d,b=0,c=0;a<e;a++){if(b>=h||0===b){if(this._pages.push({start:Math.min(f,a-d),end:a-d+h-1}),Math.min(f,a-d)===f)break;b=0,++c}b+=this._core.mergers(this._core.relative(a))}},e.prototype.draw=function(){var b,c=this._core.settings,d=this._core.items().length<=c.items,e=this._core.relative(this._core.current()),f=c.loop||c.rewind;this._controls.$relative.toggleClass("disabled",!c.nav||d),c.nav&&(this._controls.$previous.toggleClass("disabled",!f&&e<=this._core.minimum(!0)),this._controls.$next.toggleClass("disabled",!f&&e>=this._core.maximum(!0))),this._controls.$absolute.toggleClass("disabled",!c.dots||d),c.dots&&(b=this._pages.length-this._controls.$absolute.children().length,c.dotsData&&0!==b?this._controls.$absolute.html(this._templates.join("")):b>0?this._controls.$absolute.append(new Array(b+1).join(this._templates[0])):b<0&&this._controls.$absolute.children().slice(b).remove(),this._controls.$absolute.find(".active").removeClass("active"),this._controls.$absolute.children().eq(a.inArray(this.current(),this._pages)).addClass("active"))},e.prototype.onTrigger=function(b){var c=this._core.settings;b.page={index:a.inArray(this.current(),this._pages),count:this._pages.length,size:c&&(c.center||c.autoWidth||c.dotsData?1:c.dotsEach||c.items)}},e.prototype.current=function(){var b=this._core.relative(this._core.current());return a.grep(this._pages,a.proxy(function(a,c){return a.start<=b&&a.end>=b},this)).pop()},e.prototype.getPosition=function(b){var c,d,e=this._core.settings;return"page"==e.slideBy?(c=a.inArray(this.current(),this._pages),d=this._pages.length,b?++c:--c,c=this._pages[(c%d+d)%d].start):(c=this._core.relative(this._core.current()),d=this._core.items().length,b?c+=e.slideBy:c-=e.slideBy),c},e.prototype.next=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!0),b)},e.prototype.prev=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!1),b)},e.prototype.to=function(b,c,d){var e;!d&&this._pages.length?(e=this._pages.length,a.proxy(this._overrides.to,this._core)(this._pages[(b%e+e)%e].start,c)):a.proxy(this._overrides.to,this._core)(b,c)},a.fn.owlCarousel.Constructor.Plugins.Navigation=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){"use strict";var e=function(c){this._core=c,this._hashes={},this.$element=this._core.$element,this._handlers={"initialized.owl.carousel":a.proxy(function(c){c.namespace&&"URLHash"===this._core.settings.startPosition&&a(b).trigger("hashchange.owl.navigation")},this),"prepared.owl.carousel":a.proxy(function(b){if(b.namespace){var c=a(b.content).find("[data-hash]").addBack("[data-hash]").attr("data-hash");if(!c)return;this._hashes[c]=b.content}},this),"changed.owl.carousel":a.proxy(function(c){if(c.namespace&&"position"===c.property.name){var d=this._core.items(this._core.relative(this._core.current())),e=a.map(this._hashes,function(a,b){return a===d?b:null}).join();if(!e||b.location.hash.slice(1)===e)return;b.location.hash=e}},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this.$element.on(this._handlers),a(b).on("hashchange.owl.navigation",a.proxy(function(a){var c=b.location.hash.substring(1),e=this._core.$stage.children(),f=this._hashes[c]&&e.index(this._hashes[c]);f!==d&&f!==this._core.current()&&this._core.to(this._core.relative(f),!1,!0)},this))};e.Defaults={URLhashListener:!1},e.prototype.destroy=function(){var c,d;a(b).off("hashchange.owl.navigation");for(c in this._handlers)this._core.$element.off(c,this._handlers[c]);for(d in Object.getOwnPropertyNames(this))"function"!=typeof this[d]&&(this[d]=null)},a.fn.owlCarousel.Constructor.Plugins.Hash=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){function e(b,c){var e=!1,f=b.charAt(0).toUpperCase()+b.slice(1);return a.each((b+" "+h.join(f+" ")+f).split(" "),function(a,b){if(g[b]!==d)return e=!c||b,!1}),e}function f(a){return e(a,!0)}var g=a("<support>").get(0).style,h="Webkit Moz O ms".split(" "),i={transition:{end:{WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd",transition:"transitionend"}},animation:{end:{WebkitAnimation:"webkitAnimationEnd",MozAnimation:"animationend",OAnimation:"oAnimationEnd",animation:"animationend"}}},j={csstransforms:function(){return!!e("transform")},csstransforms3d:function(){return!!e("perspective")},csstransitions:function(){return!!e("transition")},cssanimations:function(){return!!e("animation")}};j.csstransitions()&&(a.support.transition=new String(f("transition")),a.support.transition.end=i.transition.end[a.support.transition]),j.cssanimations()&&(a.support.animation=new String(f("animation")),a.support.animation.end=i.animation.end[a.support.animation]),j.csstransforms()&&(a.support.transform=new String(f("transform")),a.support.transform3d=j.csstransforms3d())}(window.Zepto||window.jQuery,window,document);PK�JFZ*�����jquery.isotope.min.jsnu�[���/*!
 * Isotope PACKAGED v3.0.6
 *
 * Licensed GPLv3 for open source use
 * or Isotope Commercial License for commercial use
 *
 * https://isotope.metafizzy.co
 * Copyright 2010-2018 Metafizzy
 */

!function(t,e){"function"==typeof define&&define.amd?define("jquery-bridget/jquery-bridget",["jquery"],function(i){return e(t,i)}):"object"==typeof module&&module.exports?module.exports=e(t,require("jquery")):t.jQueryBridget=e(t,t.jQuery)}(window,function(t,e){"use strict";function i(i,s,a){function u(t,e,o){var n,s="$()."+i+'("'+e+'")';return t.each(function(t,u){var h=a.data(u,i);if(!h)return void r(i+" not initialized. Cannot call methods, i.e. "+s);var d=h[e];if(!d||"_"==e.charAt(0))return void r(s+" is not a valid method");var l=d.apply(h,o);n=void 0===n?l:n}),void 0!==n?n:t}function h(t,e){t.each(function(t,o){var n=a.data(o,i);n?(n.option(e),n._init()):(n=new s(o,e),a.data(o,i,n))})}a=a||e||t.jQuery,a&&(s.prototype.option||(s.prototype.option=function(t){a.isPlainObject(t)&&(this.options=a.extend(!0,this.options,t))}),a.fn[i]=function(t){if("string"==typeof t){var e=n.call(arguments,1);return u(this,t,e)}return h(this,t),this},o(a))}function o(t){!t||t&&t.bridget||(t.bridget=i)}var n=Array.prototype.slice,s=t.console,r="undefined"==typeof s?function(){}:function(t){s.error(t)};return o(e||t.jQuery),i}),function(t,e){"function"==typeof define&&define.amd?define("ev-emitter/ev-emitter",e):"object"==typeof module&&module.exports?module.exports=e():t.EvEmitter=e()}("undefined"!=typeof window?window:this,function(){function t(){}var e=t.prototype;return e.on=function(t,e){if(t&&e){var i=this._events=this._events||{},o=i[t]=i[t]||[];return o.indexOf(e)==-1&&o.push(e),this}},e.once=function(t,e){if(t&&e){this.on(t,e);var i=this._onceEvents=this._onceEvents||{},o=i[t]=i[t]||{};return o[e]=!0,this}},e.off=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){var o=i.indexOf(e);return o!=-1&&i.splice(o,1),this}},e.emitEvent=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){i=i.slice(0),e=e||[];for(var o=this._onceEvents&&this._onceEvents[t],n=0;n<i.length;n++){var s=i[n],r=o&&o[s];r&&(this.off(t,s),delete o[s]),s.apply(this,e)}return this}},e.allOff=function(){delete this._events,delete this._onceEvents},t}),function(t,e){"function"==typeof define&&define.amd?define("get-size/get-size",e):"object"==typeof module&&module.exports?module.exports=e():t.getSize=e()}(window,function(){"use strict";function t(t){var e=parseFloat(t),i=t.indexOf("%")==-1&&!isNaN(e);return i&&e}function e(){}function i(){for(var t={width:0,height:0,innerWidth:0,innerHeight:0,outerWidth:0,outerHeight:0},e=0;e<h;e++){var i=u[e];t[i]=0}return t}function o(t){var e=getComputedStyle(t);return e||a("Style returned "+e+". Are you running this code in a hidden iframe on Firefox? See https://bit.ly/getsizebug1"),e}function n(){if(!d){d=!0;var e=document.createElement("div");e.style.width="200px",e.style.padding="1px 2px 3px 4px",e.style.borderStyle="solid",e.style.borderWidth="1px 2px 3px 4px",e.style.boxSizing="border-box";var i=document.body||document.documentElement;i.appendChild(e);var n=o(e);r=200==Math.round(t(n.width)),s.isBoxSizeOuter=r,i.removeChild(e)}}function s(e){if(n(),"string"==typeof e&&(e=document.querySelector(e)),e&&"object"==typeof e&&e.nodeType){var s=o(e);if("none"==s.display)return i();var a={};a.width=e.offsetWidth,a.height=e.offsetHeight;for(var d=a.isBorderBox="border-box"==s.boxSizing,l=0;l<h;l++){var f=u[l],c=s[f],m=parseFloat(c);a[f]=isNaN(m)?0:m}var p=a.paddingLeft+a.paddingRight,y=a.paddingTop+a.paddingBottom,g=a.marginLeft+a.marginRight,v=a.marginTop+a.marginBottom,_=a.borderLeftWidth+a.borderRightWidth,z=a.borderTopWidth+a.borderBottomWidth,I=d&&r,x=t(s.width);x!==!1&&(a.width=x+(I?0:p+_));var S=t(s.height);return S!==!1&&(a.height=S+(I?0:y+z)),a.innerWidth=a.width-(p+_),a.innerHeight=a.height-(y+z),a.outerWidth=a.width+g,a.outerHeight=a.height+v,a}}var r,a="undefined"==typeof console?e:function(t){console.error(t)},u=["paddingLeft","paddingRight","paddingTop","paddingBottom","marginLeft","marginRight","marginTop","marginBottom","borderLeftWidth","borderRightWidth","borderTopWidth","borderBottomWidth"],h=u.length,d=!1;return s}),function(t,e){"use strict";"function"==typeof define&&define.amd?define("desandro-matches-selector/matches-selector",e):"object"==typeof module&&module.exports?module.exports=e():t.matchesSelector=e()}(window,function(){"use strict";var t=function(){var t=window.Element.prototype;if(t.matches)return"matches";if(t.matchesSelector)return"matchesSelector";for(var e=["webkit","moz","ms","o"],i=0;i<e.length;i++){var o=e[i],n=o+"MatchesSelector";if(t[n])return n}}();return function(e,i){return e[t](i)}}),function(t,e){"function"==typeof define&&define.amd?define("fizzy-ui-utils/utils",["desandro-matches-selector/matches-selector"],function(i){return e(t,i)}):"object"==typeof module&&module.exports?module.exports=e(t,require("desandro-matches-selector")):t.fizzyUIUtils=e(t,t.matchesSelector)}(window,function(t,e){var i={};i.extend=function(t,e){for(var i in e)t[i]=e[i];return t},i.modulo=function(t,e){return(t%e+e)%e};var o=Array.prototype.slice;i.makeArray=function(t){if(Array.isArray(t))return t;if(null===t||void 0===t)return[];var e="object"==typeof t&&"number"==typeof t.length;return e?o.call(t):[t]},i.removeFrom=function(t,e){var i=t.indexOf(e);i!=-1&&t.splice(i,1)},i.getParent=function(t,i){for(;t.parentNode&&t!=document.body;)if(t=t.parentNode,e(t,i))return t},i.getQueryElement=function(t){return"string"==typeof t?document.querySelector(t):t},i.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},i.filterFindElements=function(t,o){t=i.makeArray(t);var n=[];return t.forEach(function(t){if(t instanceof HTMLElement){if(!o)return void n.push(t);e(t,o)&&n.push(t);for(var i=t.querySelectorAll(o),s=0;s<i.length;s++)n.push(i[s])}}),n},i.debounceMethod=function(t,e,i){i=i||100;var o=t.prototype[e],n=e+"Timeout";t.prototype[e]=function(){var t=this[n];clearTimeout(t);var e=arguments,s=this;this[n]=setTimeout(function(){o.apply(s,e),delete s[n]},i)}},i.docReady=function(t){var e=document.readyState;"complete"==e||"interactive"==e?setTimeout(t):document.addEventListener("DOMContentLoaded",t)},i.toDashed=function(t){return t.replace(/(.)([A-Z])/g,function(t,e,i){return e+"-"+i}).toLowerCase()};var n=t.console;return i.htmlInit=function(e,o){i.docReady(function(){var s=i.toDashed(o),r="data-"+s,a=document.querySelectorAll("["+r+"]"),u=document.querySelectorAll(".js-"+s),h=i.makeArray(a).concat(i.makeArray(u)),d=r+"-options",l=t.jQuery;h.forEach(function(t){var i,s=t.getAttribute(r)||t.getAttribute(d);try{i=s&&JSON.parse(s)}catch(a){return void(n&&n.error("Error parsing "+r+" on "+t.className+": "+a))}var u=new e(t,i);l&&l.data(t,o,u)})})},i}),function(t,e){"function"==typeof define&&define.amd?define("outlayer/item",["ev-emitter/ev-emitter","get-size/get-size"],e):"object"==typeof module&&module.exports?module.exports=e(require("ev-emitter"),require("get-size")):(t.Outlayer={},t.Outlayer.Item=e(t.EvEmitter,t.getSize))}(window,function(t,e){"use strict";function i(t){for(var e in t)return!1;return e=null,!0}function o(t,e){t&&(this.element=t,this.layout=e,this.position={x:0,y:0},this._create())}function n(t){return t.replace(/([A-Z])/g,function(t){return"-"+t.toLowerCase()})}var s=document.documentElement.style,r="string"==typeof s.transition?"transition":"WebkitTransition",a="string"==typeof s.transform?"transform":"WebkitTransform",u={WebkitTransition:"webkitTransitionEnd",transition:"transitionend"}[r],h={transform:a,transition:r,transitionDuration:r+"Duration",transitionProperty:r+"Property",transitionDelay:r+"Delay"},d=o.prototype=Object.create(t.prototype);d.constructor=o,d._create=function(){this._transn={ingProperties:{},clean:{},onEnd:{}},this.css({position:"absolute"})},d.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},d.getSize=function(){this.size=e(this.element)},d.css=function(t){var e=this.element.style;for(var i in t){var o=h[i]||i;e[o]=t[i]}},d.getPosition=function(){var t=getComputedStyle(this.element),e=this.layout._getOption("originLeft"),i=this.layout._getOption("originTop"),o=t[e?"left":"right"],n=t[i?"top":"bottom"],s=parseFloat(o),r=parseFloat(n),a=this.layout.size;o.indexOf("%")!=-1&&(s=s/100*a.width),n.indexOf("%")!=-1&&(r=r/100*a.height),s=isNaN(s)?0:s,r=isNaN(r)?0:r,s-=e?a.paddingLeft:a.paddingRight,r-=i?a.paddingTop:a.paddingBottom,this.position.x=s,this.position.y=r},d.layoutPosition=function(){var t=this.layout.size,e={},i=this.layout._getOption("originLeft"),o=this.layout._getOption("originTop"),n=i?"paddingLeft":"paddingRight",s=i?"left":"right",r=i?"right":"left",a=this.position.x+t[n];e[s]=this.getXValue(a),e[r]="";var u=o?"paddingTop":"paddingBottom",h=o?"top":"bottom",d=o?"bottom":"top",l=this.position.y+t[u];e[h]=this.getYValue(l),e[d]="",this.css(e),this.emitEvent("layout",[this])},d.getXValue=function(t){var e=this.layout._getOption("horizontal");return this.layout.options.percentPosition&&!e?t/this.layout.size.width*100+"%":t+"px"},d.getYValue=function(t){var e=this.layout._getOption("horizontal");return this.layout.options.percentPosition&&e?t/this.layout.size.height*100+"%":t+"px"},d._transitionTo=function(t,e){this.getPosition();var i=this.position.x,o=this.position.y,n=t==this.position.x&&e==this.position.y;if(this.setPosition(t,e),n&&!this.isTransitioning)return void this.layoutPosition();var s=t-i,r=e-o,a={};a.transform=this.getTranslate(s,r),this.transition({to:a,onTransitionEnd:{transform:this.layoutPosition},isCleaning:!0})},d.getTranslate=function(t,e){var i=this.layout._getOption("originLeft"),o=this.layout._getOption("originTop");return t=i?t:-t,e=o?e:-e,"translate3d("+t+"px, "+e+"px, 0)"},d.goTo=function(t,e){this.setPosition(t,e),this.layoutPosition()},d.moveTo=d._transitionTo,d.setPosition=function(t,e){this.position.x=parseFloat(t),this.position.y=parseFloat(e)},d._nonTransition=function(t){this.css(t.to),t.isCleaning&&this._removeStyles(t.to);for(var e in t.onTransitionEnd)t.onTransitionEnd[e].call(this)},d.transition=function(t){if(!parseFloat(this.layout.options.transitionDuration))return void this._nonTransition(t);var e=this._transn;for(var i in t.onTransitionEnd)e.onEnd[i]=t.onTransitionEnd[i];for(i in t.to)e.ingProperties[i]=!0,t.isCleaning&&(e.clean[i]=!0);if(t.from){this.css(t.from);var o=this.element.offsetHeight;o=null}this.enableTransition(t.to),this.css(t.to),this.isTransitioning=!0};var l="opacity,"+n(a);d.enableTransition=function(){if(!this.isTransitioning){var t=this.layout.options.transitionDuration;t="number"==typeof t?t+"ms":t,this.css({transitionProperty:l,transitionDuration:t,transitionDelay:this.staggerDelay||0}),this.element.addEventListener(u,this,!1)}},d.onwebkitTransitionEnd=function(t){this.ontransitionend(t)},d.onotransitionend=function(t){this.ontransitionend(t)};var f={"-webkit-transform":"transform"};d.ontransitionend=function(t){if(t.target===this.element){var e=this._transn,o=f[t.propertyName]||t.propertyName;if(delete e.ingProperties[o],i(e.ingProperties)&&this.disableTransition(),o in e.clean&&(this.element.style[t.propertyName]="",delete e.clean[o]),o in e.onEnd){var n=e.onEnd[o];n.call(this),delete e.onEnd[o]}this.emitEvent("transitionEnd",[this])}},d.disableTransition=function(){this.removeTransitionStyles(),this.element.removeEventListener(u,this,!1),this.isTransitioning=!1},d._removeStyles=function(t){var e={};for(var i in t)e[i]="";this.css(e)};var c={transitionProperty:"",transitionDuration:"",transitionDelay:""};return d.removeTransitionStyles=function(){this.css(c)},d.stagger=function(t){t=isNaN(t)?0:t,this.staggerDelay=t+"ms"},d.removeElem=function(){this.element.parentNode.removeChild(this.element),this.css({display:""}),this.emitEvent("remove",[this])},d.remove=function(){return r&&parseFloat(this.layout.options.transitionDuration)?(this.once("transitionEnd",function(){this.removeElem()}),void this.hide()):void this.removeElem()},d.reveal=function(){delete this.isHidden,this.css({display:""});var t=this.layout.options,e={},i=this.getHideRevealTransitionEndProperty("visibleStyle");e[i]=this.onRevealTransitionEnd,this.transition({from:t.hiddenStyle,to:t.visibleStyle,isCleaning:!0,onTransitionEnd:e})},d.onRevealTransitionEnd=function(){this.isHidden||this.emitEvent("reveal")},d.getHideRevealTransitionEndProperty=function(t){var e=this.layout.options[t];if(e.opacity)return"opacity";for(var i in e)return i},d.hide=function(){this.isHidden=!0,this.css({display:""});var t=this.layout.options,e={},i=this.getHideRevealTransitionEndProperty("hiddenStyle");e[i]=this.onHideTransitionEnd,this.transition({from:t.visibleStyle,to:t.hiddenStyle,isCleaning:!0,onTransitionEnd:e})},d.onHideTransitionEnd=function(){this.isHidden&&(this.css({display:"none"}),this.emitEvent("hide"))},d.destroy=function(){this.css({position:"",left:"",right:"",top:"",bottom:"",transition:"",transform:""})},o}),function(t,e){"use strict";"function"==typeof define&&define.amd?define("outlayer/outlayer",["ev-emitter/ev-emitter","get-size/get-size","fizzy-ui-utils/utils","./item"],function(i,o,n,s){return e(t,i,o,n,s)}):"object"==typeof module&&module.exports?module.exports=e(t,require("ev-emitter"),require("get-size"),require("fizzy-ui-utils"),require("./item")):t.Outlayer=e(t,t.EvEmitter,t.getSize,t.fizzyUIUtils,t.Outlayer.Item)}(window,function(t,e,i,o,n){"use strict";function s(t,e){var i=o.getQueryElement(t);if(!i)return void(u&&u.error("Bad element for "+this.constructor.namespace+": "+(i||t)));this.element=i,h&&(this.$element=h(this.element)),this.options=o.extend({},this.constructor.defaults),this.option(e);var n=++l;this.element.outlayerGUID=n,f[n]=this,this._create();var s=this._getOption("initLayout");s&&this.layout()}function r(t){function e(){t.apply(this,arguments)}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e}function a(t){if("number"==typeof t)return t;var e=t.match(/(^\d*\.?\d*)(\w*)/),i=e&&e[1],o=e&&e[2];if(!i.length)return 0;i=parseFloat(i);var n=m[o]||1;return i*n}var u=t.console,h=t.jQuery,d=function(){},l=0,f={};s.namespace="outlayer",s.Item=n,s.defaults={containerStyle:{position:"relative"},initLayout:!0,originLeft:!0,originTop:!0,resize:!0,resizeContainer:!0,transitionDuration:"0.4s",hiddenStyle:{opacity:0,transform:"scale(0.001)"},visibleStyle:{opacity:1,transform:"scale(1)"}};var c=s.prototype;o.extend(c,e.prototype),c.option=function(t){o.extend(this.options,t)},c._getOption=function(t){var e=this.constructor.compatOptions[t];return e&&void 0!==this.options[e]?this.options[e]:this.options[t]},s.compatOptions={initLayout:"isInitLayout",horizontal:"isHorizontal",layoutInstant:"isLayoutInstant",originLeft:"isOriginLeft",originTop:"isOriginTop",resize:"isResizeBound",resizeContainer:"isResizingContainer"},c._create=function(){this.reloadItems(),this.stamps=[],this.stamp(this.options.stamp),o.extend(this.element.style,this.options.containerStyle);var t=this._getOption("resize");t&&this.bindResize()},c.reloadItems=function(){this.items=this._itemize(this.element.children)},c._itemize=function(t){for(var e=this._filterFindItemElements(t),i=this.constructor.Item,o=[],n=0;n<e.length;n++){var s=e[n],r=new i(s,this);o.push(r)}return o},c._filterFindItemElements=function(t){return o.filterFindElements(t,this.options.itemSelector)},c.getItemElements=function(){return this.items.map(function(t){return t.element})},c.layout=function(){this._resetLayout(),this._manageStamps();var t=this._getOption("layoutInstant"),e=void 0!==t?t:!this._isLayoutInited;this.layoutItems(this.items,e),this._isLayoutInited=!0},c._init=c.layout,c._resetLayout=function(){this.getSize()},c.getSize=function(){this.size=i(this.element)},c._getMeasurement=function(t,e){var o,n=this.options[t];n?("string"==typeof n?o=this.element.querySelector(n):n instanceof HTMLElement&&(o=n),this[t]=o?i(o)[e]:n):this[t]=0},c.layoutItems=function(t,e){t=this._getItemsForLayout(t),this._layoutItems(t,e),this._postLayout()},c._getItemsForLayout=function(t){return t.filter(function(t){return!t.isIgnored})},c._layoutItems=function(t,e){if(this._emitCompleteOnItems("layout",t),t&&t.length){var i=[];t.forEach(function(t){var o=this._getItemLayoutPosition(t);o.item=t,o.isInstant=e||t.isLayoutInstant,i.push(o)},this),this._processLayoutQueue(i)}},c._getItemLayoutPosition=function(){return{x:0,y:0}},c._processLayoutQueue=function(t){this.updateStagger(),t.forEach(function(t,e){this._positionItem(t.item,t.x,t.y,t.isInstant,e)},this)},c.updateStagger=function(){var t=this.options.stagger;return null===t||void 0===t?void(this.stagger=0):(this.stagger=a(t),this.stagger)},c._positionItem=function(t,e,i,o,n){o?t.goTo(e,i):(t.stagger(n*this.stagger),t.moveTo(e,i))},c._postLayout=function(){this.resizeContainer()},c.resizeContainer=function(){var t=this._getOption("resizeContainer");if(t){var e=this._getContainerSize();e&&(this._setContainerMeasure(e.width,!0),this._setContainerMeasure(e.height,!1))}},c._getContainerSize=d,c._setContainerMeasure=function(t,e){if(void 0!==t){var i=this.size;i.isBorderBox&&(t+=e?i.paddingLeft+i.paddingRight+i.borderLeftWidth+i.borderRightWidth:i.paddingBottom+i.paddingTop+i.borderTopWidth+i.borderBottomWidth),t=Math.max(t,0),this.element.style[e?"width":"height"]=t+"px"}},c._emitCompleteOnItems=function(t,e){function i(){n.dispatchEvent(t+"Complete",null,[e])}function o(){r++,r==s&&i()}var n=this,s=e.length;if(!e||!s)return void i();var r=0;e.forEach(function(e){e.once(t,o)})},c.dispatchEvent=function(t,e,i){var o=e?[e].concat(i):i;if(this.emitEvent(t,o),h)if(this.$element=this.$element||h(this.element),e){var n=h.Event(e);n.type=t,this.$element.trigger(n,i)}else this.$element.trigger(t,i)},c.ignore=function(t){var e=this.getItem(t);e&&(e.isIgnored=!0)},c.unignore=function(t){var e=this.getItem(t);e&&delete e.isIgnored},c.stamp=function(t){t=this._find(t),t&&(this.stamps=this.stamps.concat(t),t.forEach(this.ignore,this))},c.unstamp=function(t){t=this._find(t),t&&t.forEach(function(t){o.removeFrom(this.stamps,t),this.unignore(t)},this)},c._find=function(t){if(t)return"string"==typeof t&&(t=this.element.querySelectorAll(t)),t=o.makeArray(t)},c._manageStamps=function(){this.stamps&&this.stamps.length&&(this._getBoundingRect(),this.stamps.forEach(this._manageStamp,this))},c._getBoundingRect=function(){var t=this.element.getBoundingClientRect(),e=this.size;this._boundingRect={left:t.left+e.paddingLeft+e.borderLeftWidth,top:t.top+e.paddingTop+e.borderTopWidth,right:t.right-(e.paddingRight+e.borderRightWidth),bottom:t.bottom-(e.paddingBottom+e.borderBottomWidth)}},c._manageStamp=d,c._getElementOffset=function(t){var e=t.getBoundingClientRect(),o=this._boundingRect,n=i(t),s={left:e.left-o.left-n.marginLeft,top:e.top-o.top-n.marginTop,right:o.right-e.right-n.marginRight,bottom:o.bottom-e.bottom-n.marginBottom};return s},c.handleEvent=o.handleEvent,c.bindResize=function(){t.addEventListener("resize",this),this.isResizeBound=!0},c.unbindResize=function(){t.removeEventListener("resize",this),this.isResizeBound=!1},c.onresize=function(){this.resize()},o.debounceMethod(s,"onresize",100),c.resize=function(){this.isResizeBound&&this.needsResizeLayout()&&this.layout()},c.needsResizeLayout=function(){var t=i(this.element),e=this.size&&t;return e&&t.innerWidth!==this.size.innerWidth},c.addItems=function(t){var e=this._itemize(t);return e.length&&(this.items=this.items.concat(e)),e},c.appended=function(t){var e=this.addItems(t);e.length&&(this.layoutItems(e,!0),this.reveal(e))},c.prepended=function(t){var e=this._itemize(t);if(e.length){var i=this.items.slice(0);this.items=e.concat(i),this._resetLayout(),this._manageStamps(),this.layoutItems(e,!0),this.reveal(e),this.layoutItems(i)}},c.reveal=function(t){if(this._emitCompleteOnItems("reveal",t),t&&t.length){var e=this.updateStagger();t.forEach(function(t,i){t.stagger(i*e),t.reveal()})}},c.hide=function(t){if(this._emitCompleteOnItems("hide",t),t&&t.length){var e=this.updateStagger();t.forEach(function(t,i){t.stagger(i*e),t.hide()})}},c.revealItemElements=function(t){var e=this.getItems(t);this.reveal(e)},c.hideItemElements=function(t){var e=this.getItems(t);this.hide(e)},c.getItem=function(t){for(var e=0;e<this.items.length;e++){var i=this.items[e];if(i.element==t)return i}},c.getItems=function(t){t=o.makeArray(t);var e=[];return t.forEach(function(t){var i=this.getItem(t);i&&e.push(i)},this),e},c.remove=function(t){var e=this.getItems(t);this._emitCompleteOnItems("remove",e),e&&e.length&&e.forEach(function(t){t.remove(),o.removeFrom(this.items,t)},this)},c.destroy=function(){var t=this.element.style;t.height="",t.position="",t.width="",this.items.forEach(function(t){t.destroy()}),this.unbindResize();var e=this.element.outlayerGUID;delete f[e],delete this.element.outlayerGUID,h&&h.removeData(this.element,this.constructor.namespace)},s.data=function(t){t=o.getQueryElement(t);var e=t&&t.outlayerGUID;return e&&f[e]},s.create=function(t,e){var i=r(s);return i.defaults=o.extend({},s.defaults),o.extend(i.defaults,e),i.compatOptions=o.extend({},s.compatOptions),i.namespace=t,i.data=s.data,i.Item=r(n),o.htmlInit(i,t),h&&h.bridget&&h.bridget(t,i),i};var m={ms:1,s:1e3};return s.Item=n,s}),function(t,e){"function"==typeof define&&define.amd?define("isotope-layout/js/item",["outlayer/outlayer"],e):"object"==typeof module&&module.exports?module.exports=e(require("outlayer")):(t.Isotope=t.Isotope||{},t.Isotope.Item=e(t.Outlayer))}(window,function(t){"use strict";function e(){t.Item.apply(this,arguments)}var i=e.prototype=Object.create(t.Item.prototype),o=i._create;i._create=function(){this.id=this.layout.itemGUID++,o.call(this),this.sortData={}},i.updateSortData=function(){if(!this.isIgnored){this.sortData.id=this.id,this.sortData["original-order"]=this.id,this.sortData.random=Math.random();var t=this.layout.options.getSortData,e=this.layout._sorters;for(var i in t){var o=e[i];this.sortData[i]=o(this.element,this)}}};var n=i.destroy;return i.destroy=function(){n.apply(this,arguments),this.css({display:""})},e}),function(t,e){"function"==typeof define&&define.amd?define("isotope-layout/js/layout-mode",["get-size/get-size","outlayer/outlayer"],e):"object"==typeof module&&module.exports?module.exports=e(require("get-size"),require("outlayer")):(t.Isotope=t.Isotope||{},t.Isotope.LayoutMode=e(t.getSize,t.Outlayer))}(window,function(t,e){"use strict";function i(t){this.isotope=t,t&&(this.options=t.options[this.namespace],this.element=t.element,this.items=t.filteredItems,this.size=t.size)}var o=i.prototype,n=["_resetLayout","_getItemLayoutPosition","_manageStamp","_getContainerSize","_getElementOffset","needsResizeLayout","_getOption"];return n.forEach(function(t){o[t]=function(){return e.prototype[t].apply(this.isotope,arguments)}}),o.needsVerticalResizeLayout=function(){var e=t(this.isotope.element),i=this.isotope.size&&e;return i&&e.innerHeight!=this.isotope.size.innerHeight},o._getMeasurement=function(){this.isotope._getMeasurement.apply(this,arguments)},o.getColumnWidth=function(){this.getSegmentSize("column","Width")},o.getRowHeight=function(){this.getSegmentSize("row","Height")},o.getSegmentSize=function(t,e){var i=t+e,o="outer"+e;if(this._getMeasurement(i,o),!this[i]){var n=this.getFirstItemSize();this[i]=n&&n[o]||this.isotope.size["inner"+e]}},o.getFirstItemSize=function(){var e=this.isotope.filteredItems[0];return e&&e.element&&t(e.element)},o.layout=function(){this.isotope.layout.apply(this.isotope,arguments)},o.getSize=function(){this.isotope.getSize(),this.size=this.isotope.size},i.modes={},i.create=function(t,e){function n(){i.apply(this,arguments)}return n.prototype=Object.create(o),n.prototype.constructor=n,e&&(n.options=e),n.prototype.namespace=t,i.modes[t]=n,n},i}),function(t,e){"function"==typeof define&&define.amd?define("masonry-layout/masonry",["outlayer/outlayer","get-size/get-size"],e):"object"==typeof module&&module.exports?module.exports=e(require("outlayer"),require("get-size")):t.Masonry=e(t.Outlayer,t.getSize)}(window,function(t,e){var i=t.create("masonry");i.compatOptions.fitWidth="isFitWidth";var o=i.prototype;return o._resetLayout=function(){this.getSize(),this._getMeasurement("columnWidth","outerWidth"),this._getMeasurement("gutter","outerWidth"),this.measureColumns(),this.colYs=[];for(var t=0;t<this.cols;t++)this.colYs.push(0);this.maxY=0,this.horizontalColIndex=0},o.measureColumns=function(){if(this.getContainerWidth(),!this.columnWidth){var t=this.items[0],i=t&&t.element;this.columnWidth=i&&e(i).outerWidth||this.containerWidth}var o=this.columnWidth+=this.gutter,n=this.containerWidth+this.gutter,s=n/o,r=o-n%o,a=r&&r<1?"round":"floor";s=Math[a](s),this.cols=Math.max(s,1)},o.getContainerWidth=function(){var t=this._getOption("fitWidth"),i=t?this.element.parentNode:this.element,o=e(i);this.containerWidth=o&&o.innerWidth},o._getItemLayoutPosition=function(t){t.getSize();var e=t.size.outerWidth%this.columnWidth,i=e&&e<1?"round":"ceil",o=Math[i](t.size.outerWidth/this.columnWidth);o=Math.min(o,this.cols);for(var n=this.options.horizontalOrder?"_getHorizontalColPosition":"_getTopColPosition",s=this[n](o,t),r={x:this.columnWidth*s.col,y:s.y},a=s.y+t.size.outerHeight,u=o+s.col,h=s.col;h<u;h++)this.colYs[h]=a;return r},o._getTopColPosition=function(t){var e=this._getTopColGroup(t),i=Math.min.apply(Math,e);return{col:e.indexOf(i),y:i}},o._getTopColGroup=function(t){if(t<2)return this.colYs;for(var e=[],i=this.cols+1-t,o=0;o<i;o++)e[o]=this._getColGroupY(o,t);return e},o._getColGroupY=function(t,e){if(e<2)return this.colYs[t];var i=this.colYs.slice(t,t+e);return Math.max.apply(Math,i)},o._getHorizontalColPosition=function(t,e){var i=this.horizontalColIndex%this.cols,o=t>1&&i+t>this.cols;i=o?0:i;var n=e.size.outerWidth&&e.size.outerHeight;return this.horizontalColIndex=n?i+t:this.horizontalColIndex,{col:i,y:this._getColGroupY(i,t)}},o._manageStamp=function(t){var i=e(t),o=this._getElementOffset(t),n=this._getOption("originLeft"),s=n?o.left:o.right,r=s+i.outerWidth,a=Math.floor(s/this.columnWidth);a=Math.max(0,a);var u=Math.floor(r/this.columnWidth);u-=r%this.columnWidth?0:1,u=Math.min(this.cols-1,u);for(var h=this._getOption("originTop"),d=(h?o.top:o.bottom)+i.outerHeight,l=a;l<=u;l++)this.colYs[l]=Math.max(d,this.colYs[l])},o._getContainerSize=function(){this.maxY=Math.max.apply(Math,this.colYs);var t={height:this.maxY};return this._getOption("fitWidth")&&(t.width=this._getContainerFitWidth()),t},o._getContainerFitWidth=function(){for(var t=0,e=this.cols;--e&&0===this.colYs[e];)t++;return(this.cols-t)*this.columnWidth-this.gutter},o.needsResizeLayout=function(){var t=this.containerWidth;return this.getContainerWidth(),t!=this.containerWidth},i}),function(t,e){"function"==typeof define&&define.amd?define("isotope-layout/js/layout-modes/masonry",["../layout-mode","masonry-layout/masonry"],e):"object"==typeof module&&module.exports?module.exports=e(require("../layout-mode"),require("masonry-layout")):e(t.Isotope.LayoutMode,t.Masonry)}(window,function(t,e){"use strict";var i=t.create("masonry"),o=i.prototype,n={_getElementOffset:!0,layout:!0,_getMeasurement:!0};for(var s in e.prototype)n[s]||(o[s]=e.prototype[s]);var r=o.measureColumns;o.measureColumns=function(){this.items=this.isotope.filteredItems,r.call(this)};var a=o._getOption;return o._getOption=function(t){return"fitWidth"==t?void 0!==this.options.isFitWidth?this.options.isFitWidth:this.options.fitWidth:a.apply(this.isotope,arguments)},i}),function(t,e){"function"==typeof define&&define.amd?define("isotope-layout/js/layout-modes/fit-rows",["../layout-mode"],e):"object"==typeof exports?module.exports=e(require("../layout-mode")):e(t.Isotope.LayoutMode)}(window,function(t){"use strict";var e=t.create("fitRows"),i=e.prototype;return i._resetLayout=function(){this.x=0,this.y=0,this.maxY=0,this._getMeasurement("gutter","outerWidth")},i._getItemLayoutPosition=function(t){t.getSize();var e=t.size.outerWidth+this.gutter,i=this.isotope.size.innerWidth+this.gutter;0!==this.x&&e+this.x>i&&(this.x=0,this.y=this.maxY);var o={x:this.x,y:this.y};return this.maxY=Math.max(this.maxY,this.y+t.size.outerHeight),this.x+=e,o},i._getContainerSize=function(){return{height:this.maxY}},e}),function(t,e){"function"==typeof define&&define.amd?define("isotope-layout/js/layout-modes/vertical",["../layout-mode"],e):"object"==typeof module&&module.exports?module.exports=e(require("../layout-mode")):e(t.Isotope.LayoutMode)}(window,function(t){"use strict";var e=t.create("vertical",{horizontalAlignment:0}),i=e.prototype;return i._resetLayout=function(){this.y=0},i._getItemLayoutPosition=function(t){t.getSize();var e=(this.isotope.size.innerWidth-t.size.outerWidth)*this.options.horizontalAlignment,i=this.y;return this.y+=t.size.outerHeight,{x:e,y:i}},i._getContainerSize=function(){return{height:this.y}},e}),function(t,e){"function"==typeof define&&define.amd?define(["outlayer/outlayer","get-size/get-size","desandro-matches-selector/matches-selector","fizzy-ui-utils/utils","isotope-layout/js/item","isotope-layout/js/layout-mode","isotope-layout/js/layout-modes/masonry","isotope-layout/js/layout-modes/fit-rows","isotope-layout/js/layout-modes/vertical"],function(i,o,n,s,r,a){return e(t,i,o,n,s,r,a)}):"object"==typeof module&&module.exports?module.exports=e(t,require("outlayer"),require("get-size"),require("desandro-matches-selector"),require("fizzy-ui-utils"),require("isotope-layout/js/item"),require("isotope-layout/js/layout-mode"),require("isotope-layout/js/layout-modes/masonry"),require("isotope-layout/js/layout-modes/fit-rows"),require("isotope-layout/js/layout-modes/vertical")):t.Isotope=e(t,t.Outlayer,t.getSize,t.matchesSelector,t.fizzyUIUtils,t.Isotope.Item,t.Isotope.LayoutMode)}(window,function(t,e,i,o,n,s,r){function a(t,e){return function(i,o){for(var n=0;n<t.length;n++){var s=t[n],r=i.sortData[s],a=o.sortData[s];if(r>a||r<a){var u=void 0!==e[s]?e[s]:e,h=u?1:-1;return(r>a?1:-1)*h}}return 0}}var u=t.jQuery,h=String.prototype.trim?function(t){return t.trim()}:function(t){return t.replace(/^\s+|\s+$/g,"")},d=e.create("isotope",{layoutMode:"masonry",isJQueryFiltering:!0,sortAscending:!0});d.Item=s,d.LayoutMode=r;var l=d.prototype;l._create=function(){this.itemGUID=0,this._sorters={},this._getSorters(),e.prototype._create.call(this),this.modes={},this.filteredItems=this.items,this.sortHistory=["original-order"];for(var t in r.modes)this._initLayoutMode(t)},l.reloadItems=function(){this.itemGUID=0,e.prototype.reloadItems.call(this)},l._itemize=function(){for(var t=e.prototype._itemize.apply(this,arguments),i=0;i<t.length;i++){var o=t[i];o.id=this.itemGUID++}return this._updateItemsSortData(t),t},l._initLayoutMode=function(t){var e=r.modes[t],i=this.options[t]||{};this.options[t]=e.options?n.extend(e.options,i):i,this.modes[t]=new e(this)},l.layout=function(){return!this._isLayoutInited&&this._getOption("initLayout")?void this.arrange():void this._layout()},l._layout=function(){var t=this._getIsInstant();this._resetLayout(),this._manageStamps(),this.layoutItems(this.filteredItems,t),this._isLayoutInited=!0},l.arrange=function(t){this.option(t),this._getIsInstant();var e=this._filter(this.items);this.filteredItems=e.matches,this._bindArrangeComplete(),this._isInstant?this._noTransition(this._hideReveal,[e]):this._hideReveal(e),this._sort(),this._layout()},l._init=l.arrange,l._hideReveal=function(t){this.reveal(t.needReveal),this.hide(t.needHide)},l._getIsInstant=function(){var t=this._getOption("layoutInstant"),e=void 0!==t?t:!this._isLayoutInited;return this._isInstant=e,e},l._bindArrangeComplete=function(){function t(){e&&i&&o&&n.dispatchEvent("arrangeComplete",null,[n.filteredItems])}var e,i,o,n=this;this.once("layoutComplete",function(){e=!0,t()}),this.once("hideComplete",function(){i=!0,t()}),this.once("revealComplete",function(){o=!0,t()})},l._filter=function(t){var e=this.options.filter;e=e||"*";for(var i=[],o=[],n=[],s=this._getFilterTest(e),r=0;r<t.length;r++){var a=t[r];if(!a.isIgnored){var u=s(a);u&&i.push(a),u&&a.isHidden?o.push(a):u||a.isHidden||n.push(a)}}return{matches:i,needReveal:o,needHide:n}},l._getFilterTest=function(t){return u&&this.options.isJQueryFiltering?function(e){return u(e.element).is(t);
}:"function"==typeof t?function(e){return t(e.element)}:function(e){return o(e.element,t)}},l.updateSortData=function(t){var e;t?(t=n.makeArray(t),e=this.getItems(t)):e=this.items,this._getSorters(),this._updateItemsSortData(e)},l._getSorters=function(){var t=this.options.getSortData;for(var e in t){var i=t[e];this._sorters[e]=f(i)}},l._updateItemsSortData=function(t){for(var e=t&&t.length,i=0;e&&i<e;i++){var o=t[i];o.updateSortData()}};var f=function(){function t(t){if("string"!=typeof t)return t;var i=h(t).split(" "),o=i[0],n=o.match(/^\[(.+)\]$/),s=n&&n[1],r=e(s,o),a=d.sortDataParsers[i[1]];return t=a?function(t){return t&&a(r(t))}:function(t){return t&&r(t)}}function e(t,e){return t?function(e){return e.getAttribute(t)}:function(t){var i=t.querySelector(e);return i&&i.textContent}}return t}();d.sortDataParsers={parseInt:function(t){return parseInt(t,10)},parseFloat:function(t){return parseFloat(t)}},l._sort=function(){if(this.options.sortBy){var t=n.makeArray(this.options.sortBy);this._getIsSameSortBy(t)||(this.sortHistory=t.concat(this.sortHistory));var e=a(this.sortHistory,this.options.sortAscending);this.filteredItems.sort(e)}},l._getIsSameSortBy=function(t){for(var e=0;e<t.length;e++)if(t[e]!=this.sortHistory[e])return!1;return!0},l._mode=function(){var t=this.options.layoutMode,e=this.modes[t];if(!e)throw new Error("No layout mode: "+t);return e.options=this.options[t],e},l._resetLayout=function(){e.prototype._resetLayout.call(this),this._mode()._resetLayout()},l._getItemLayoutPosition=function(t){return this._mode()._getItemLayoutPosition(t)},l._manageStamp=function(t){this._mode()._manageStamp(t)},l._getContainerSize=function(){return this._mode()._getContainerSize()},l.needsResizeLayout=function(){return this._mode().needsResizeLayout()},l.appended=function(t){var e=this.addItems(t);if(e.length){var i=this._filterRevealAdded(e);this.filteredItems=this.filteredItems.concat(i)}},l.prepended=function(t){var e=this._itemize(t);if(e.length){this._resetLayout(),this._manageStamps();var i=this._filterRevealAdded(e);this.layoutItems(this.filteredItems),this.filteredItems=i.concat(this.filteredItems),this.items=e.concat(this.items)}},l._filterRevealAdded=function(t){var e=this._filter(t);return this.hide(e.needHide),this.reveal(e.matches),this.layoutItems(e.matches,!0),e.matches},l.insert=function(t){var e=this.addItems(t);if(e.length){var i,o,n=e.length;for(i=0;i<n;i++)o=e[i],this.element.appendChild(o.element);var s=this._filter(e).matches;for(i=0;i<n;i++)e[i].isLayoutInstant=!0;for(this.arrange(),i=0;i<n;i++)delete e[i].isLayoutInstant;this.reveal(s)}};var c=l.remove;return l.remove=function(t){t=n.makeArray(t);var e=this.getItems(t);c.call(this,t);for(var i=e&&e.length,o=0;i&&o<i;o++){var s=e[o];n.removeFrom(this.filteredItems,s)}},l.shuffle=function(){for(var t=0;t<this.items.length;t++){var e=this.items[t];e.sortData.random=Math.random()}this.options.sortBy="random",this._sort(),this._layout()},l._noTransition=function(t,e){var i=this.options.transitionDuration;this.options.transitionDuration=0;var o=t.apply(this,e);return this.options.transitionDuration=i,o},l.getFilteredItemElements=function(){return this.filteredItems.map(function(t){return t.element})},d});PK�JFZ�qn#n#
scripts.jsnu�[���( function( $ ) {
	'use strict';
	
	/* rtl check */
	function rtl_owl(){
	if ($('body').hasClass("rtl")) {
		return true;
	} else {
		return false;
	}};

	/* --------------------------------------------------
    * preloader
    * --------------------------------------------------*/
	if ( $('#royal_preloader').length ) {
		var $selector       = $('#royal_preloader'),
			$width          = $selector.data('width'),
			$height         = $selector.data('height'),
			$color          = $selector.data('color'),
			$bgcolor        = $selector.data('bgcolor'),
			$logourl        = $selector.data('url');
		
		Royal_Preloader.config({
			mode           : 'logo',
			logo           : $logourl,
			logo_size      : [$width, $height],
			showProgress   : true,
			showPercentage : true,
			text_colour: $color,
			background:  $bgcolor,
		});        
	};

    /* --------------------------------------------------
    * sticky header
    * --------------------------------------------------*/
	$('.header-static .is-fixed').parent().append('<div class="header-clone"></div>');
	$('.header-clone').height($('#site-header .is-fixed').outerHeight());
	$('.header-static .header-clone').hide();	
	$(window).on("scroll", function(){
		var site_header = $('#site-header').outerHeight() + 1;	
			
		if ($(window).scrollTop() >= site_header) {	    	
			$('.site-header .is-fixed').addClass('is-stuck');	
			$('.header-static .header-clone').show();	
		}else {
			$('.site-header .is-fixed').removeClass('is-stuck');		              
			$('.header-static .header-clone').hide();
		}
	});

    /* --------------------------------------------------
    * mobile menu
    * --------------------------------------------------*/
    $('.mmenu_wrapper li:has(ul)').prepend('<span class="arrow"><i class="ot-flaticon-signs-1"></i></span>');
    $(".mmenu_wrapper .mobile_mainmenu > li span.arrow").on('click',function() {
        $(this).parent().find("> ul").stop(true, true).slideToggle()
        $(this).toggleClass( "active" ); 
    });
	
	$( "#mmenu_toggle" ).on('click', function() {
		$(this).toggleClass( "active" );
		$(this).parents('.header_mobile').toggleClass( "open" );
		if ($(this).hasClass( "active" )) {
			$('.mobile_nav').stop(true, true).slideDown(100);
		}else{
			$('.mobile_nav').stop(true, true).slideUp(100);
		}		
	});

	/* --------------------------------------------------
    * gallery post
    * --------------------------------------------------*/
	$('.gallery-post').each( function () {
		var selector = $(this);
		selector.owlCarousel({
			rtl: rtl_owl(),
			autoplay:true,
			autoplayTimeout: 6000,
			loop:true,
			margin:0,
			responsiveClass:true,
			items:1,
			dots:true,
			nav:false,
			navText:['<i class="ot-flaticon-left-arrow-2"></i>', '<i class="ot-flaticon-arrowsoutline"></i>']
		});
	});

	/* --------------------------------------------------
    * popup video
    * --------------------------------------------------*/
  	var video_popup = $('.video-popup');
   	if (video_popup.length > 0 ) {
	   	video_popup.each( function(){
		   	$(this).lightGallery({
			   selector: '.btn-play',
		   	});
	   	});
	};

	/* --------------------------------------------------
    * filter projects
    * --------------------------------------------------*/
	function updateFilter() {
		$('.project_filters a').each(function() {
			var data_filter = this.getAttribute('data-filter');
			var num = $(this)
				.closest('.project-filter-wrapper')
				.find('.project-item')
				.filter(data_filter).length;
			$(this)
				.find('.filter-count')
				.text( num );
			if ( num != 0 && $(this).hasClass('empty') ) {
				$(this).removeClass('empty');
			}
		});
	}
	$('.project-filter-wrapper').each( function(){
		var $container = $(this).find('.projects-grid'); 
		$container.isotope({ 
			itemSelector : '.project-item', 
			animationEngine : 'css',
			masonry: {
				columnWidth: '.grid-sizer'
			},
		});

		var $optionSets  = $(this).find('.project_filters'),
			$optionLinks = $optionSets.find('a');

		$optionLinks.on('click', function(){
			var $this = $(this);

			if ( $this.hasClass('selected') ) {
				return false;
			}
			var $optionSet = $this.parents('.project_filters');
				$optionSet.find('.selected').removeClass('selected');
				$this.addClass('selected');

			var selector = $(this).attr('data-filter');
				$container.isotope({ 
					filter: selector 
				});
			return false;
		});
		/* count filters */
		updateFilter();
	});

	/* load more button */    
	$('#btn-loadmore').on('click',function(){
		var btn		= $(this),
			grid    = $(this).parents('.project-filter-wrapper').find('.projects-grid'),
			offset  = grid.find('.project-item').length,
			more    = grid.data('load'),
			loaded  = $(this).data('loaded'),
			loading = $(this).data('loading'),
			cat 	= $(this).data('category'),
			count   = grid.data('count');
		$.ajax({
			url : maxbizz_loadmore_params.ajaxurl, // AJAX handler
			data : {
				'action': 'loadmore', // the parameter for admin-ajax.php
				'ppp'	: more,
				'cat'	: cat,
				'offset': offset,
			},
			type : 'POST',
			beforeSend : function ( xhr ) {
				btn.text(loading).append('<i class="ot-flaticon-refresh fas fa-spin"></i>'); // some type of preloader
			},
			success : function( data ){
				if( data ) {
					var items = $(data);
					btn.text(loaded);
					grid.append(items).isotope('appended', items); // insert new posts
					updateFilter();
				} else {
					btn.hide(); // if no data, HIDE the button as well
				}
			}
		});
		offset += more;
		if( count <= offset ){
			btn.fadeOut(1000);
		}
		return false;
	});

	/* --------------------------------------------------
    * related projects
    * --------------------------------------------------*/
	$('.portfolio-related-posts').each( function () {
		var selector = $(this).find('.owl-carousel');
		selector.owlCarousel({
			rtl: rtl_owl(),
			autoplay:false,
			responsiveClass:true,
			dots:true,
			nav:false,
			navText:['<i class="ot-flaticon-left-arrow-2"></i>', '<i class="ot-flaticon-arrowsoutline"></i>'],
			responsive : {
				0 : {
					margin:0,
					items:1,
				},
				600 : {
					margin:15,
					items:2,
				},
				768 : {
					margin:30,
					items:2,
				},
				1024 : {
					margin:30,
					items:3,
				}
			}
		});
	});

	/* --------------------------------------------------
	* switcher
	* --------------------------------------------------*/
	var swt = $('.ot-switcher').find('.switch input');
	$('section.yearly').hide();
	swt.on( 'change', function() {
		var parent = $(this).parents('.elementor-top-section');
		if(this.checked) {
			parent.find('.r-switch').addClass('active');
			parent.find('.l-switch').removeClass('active');
			parent.find('section.monthly').hide();
			parent.find('section.yearly').show();
		}else{
			parent.find('.l-switch').addClass('active');
			parent.find('.r-switch').removeClass('active');
			parent.find('section.yearly').hide();
			parent.find('section.monthly').show();
		}
	});

	/* --------------------------------------------------
    * big tabs
    * --------------------------------------------------*/
	$('.tab-titles .title-item a').on( 'click', function(){
		$('.tab-active').removeClass('tab-active');
		$(this).addClass('tab-active');
		$('.content-tab').hide();
		$($(this).attr('href')).show();

		return false;
	});
	$('.tab-titles .title-item:first a').trigger('click');

    /* --------------------------------------------------
    * back to top
    * --------------------------------------------------*/
    if ($('#back-to-top').length) {
	    var scrollTrigger = 500, // px
	        backToTop = function () {
	            var scrollTop = $(window).scrollTop();
	            if (scrollTop > scrollTrigger) {
	                $('#back-to-top').addClass('show');
	            } else {
	                $('#back-to-top').removeClass('show');
	            }
	        };
	    backToTop();
	    $(window).on('scroll', function () {
	        backToTop();
	    });
	    $('#back-to-top').on('click', function (e) {
	        e.preventDefault();
	        $('html,body').animate({
	            scrollTop: 0
	        }, 700);
	    });	
	}

	/*
	* Footer fixed
	*/
	var bumpIt = function () {
        if ($(window).width() > 1024) {
            $(".footer-fixed .site-content").css("margin-bottom", parseInt($(".footer-fixed .site-footer").height()));
        } else {
            $(".footer-fixed .site-content").css("margin-bottom", 0);
        }
    },
    didResize = false;
    setInterval(function () {
        bumpIt();
    }, 250);
    $(window).resize(function () {
        didResize = true;
    });
    setInterval(function () {
        if (didResize) {
            didResize = false;
            bumpIt();
        }
    }, 250);

} )( jQuery );
PK�JFZot@llscripts.min.jsnu�[���!function(l){"use strict";function t(){return!!l("body").hasClass("rtl")}var e,i,a,o,s,n;l("#royal_preloader").length&&(i=(e=l("#royal_preloader")).data("width"),a=e.data("height"),o=e.data("color"),s=e.data("bgcolor"),n=e.data("url"),Royal_Preloader.config({mode:"logo",logo:n,logo_size:[i,a],showProgress:!0,showPercentage:!0,text_colour:o,background:s})),l(".header-static .is-fixed").parent().append('<div class="header-clone"></div>'),l(".header-clone").height(l("#site-header .is-fixed").outerHeight()),l(".header-static .header-clone").hide(),l(window).on("scroll",function(){var t=l("#site-header").outerHeight()+1;l(window).scrollTop()>=t?(l(".site-header .is-fixed").addClass("is-stuck"),l(".header-static .header-clone").show()):(l(".site-header .is-fixed").removeClass("is-stuck"),l(".header-static .header-clone").hide())}),l(".mmenu_wrapper li:has(ul)").prepend('<span class="arrow"><i class="ot-flaticon-signs-1"></i></span>'),l(".mmenu_wrapper .mobile_mainmenu > li span.arrow").on("click",function(){l(this).parent().find("> ul").stop(!0,!0).slideToggle(),l(this).toggleClass("active")}),l("#mmenu_toggle").on("click",function(){l(this).toggleClass("active"),l(this).parents(".header_mobile").toggleClass("open"),l(this).hasClass("active")?l(".mobile_nav").stop(!0,!0).slideDown(100):l(".mobile_nav").stop(!0,!0).slideUp(100)}),l(".gallery-post").each(function(){l(this).owlCarousel({rtl:t(),autoplay:!0,autoplayTimeout:6e3,loop:!0,margin:0,responsiveClass:!0,items:1,dots:!0,nav:!1,navText:['<i class="ot-flaticon-left-arrow-2"></i>','<i class="ot-flaticon-arrowsoutline"></i>']})});var r=l(".video-popup");function c(){l(".project_filters a").each(function(){var t=this.getAttribute("data-filter"),e=l(this).closest(".project-filter-wrapper").find(".project-item").filter(t).length;l(this).find(".filter-count").text(e),0!=e&&l(this).hasClass("empty")&&l(this).removeClass("empty")})}0<r.length&&r.each(function(){l(this).lightGallery({selector:".btn-play"})}),l(".project-filter-wrapper").each(function(){var i=l(this).find(".projects-grid");i.isotope({itemSelector:".project-item",animationEngine:"css",masonry:{columnWidth:".grid-sizer"}}),l(this).find(".project_filters").find("a").on("click",function(){var t=l(this);if(t.hasClass("selected"))return!1;t.parents(".project_filters").find(".selected").removeClass("selected"),t.addClass("selected");var e=l(this).attr("data-filter");return i.isotope({filter:e}),!1}),c()}),l("#btn-loadmore").on("click",function(){var i=l(this),a=l(this).parents(".project-filter-wrapper").find(".projects-grid"),t=a.find(".project-item").length,e=a.data("load"),o=l(this).data("loaded"),s=l(this).data("loading"),n=l(this).data("category"),r=a.data("count");return l.ajax({url:maxbizz_loadmore_params.ajaxurl,data:{action:"loadmore",ppp:e,cat:n,offset:t},type:"POST",beforeSend:function(t){i.text(s).append('<i class="ot-flaticon-refresh fas fa-spin"></i>')},success:function(t){var e;t?(e=l(t),i.text(o),a.append(e).isotope("appended",e),c()):i.hide()}}),r<=(t+=e)&&i.fadeOut(1e3),!1}),l(".portfolio-related-posts").each(function(){l(this).find(".owl-carousel").owlCarousel({rtl:t(),autoplay:!1,responsiveClass:!0,dots:!0,nav:!1,navText:['<i class="ot-flaticon-left-arrow-2"></i>','<i class="ot-flaticon-arrowsoutline"></i>'],responsive:{0:{margin:0,items:1},600:{margin:15,items:2},768:{margin:30,items:2},1024:{margin:30,items:3}}})});var d,h=l(".ot-switcher").find(".switch input");l("section.yearly").hide(),h.on("change",function(){var t=l(this).parents(".elementor-top-section");this.checked?(t.find(".r-switch").addClass("active"),t.find(".l-switch").removeClass("active"),t.find("section.monthly").hide(),t.find("section.yearly").show()):(t.find(".l-switch").addClass("active"),t.find(".r-switch").removeClass("active"),t.find("section.yearly").hide(),t.find("section.monthly").show())}),l(".tab-titles .title-item a").on("click",function(){return l(".tab-active").removeClass("tab-active"),l(this).addClass("tab-active"),l(".content-tab").hide(),l(l(this).attr("href")).show(),!1}),l(".tab-titles .title-item:first a").trigger("click"),l("#back-to-top").length&&((d=function(){500<l(window).scrollTop()?l("#back-to-top").addClass("show"):l("#back-to-top").removeClass("show")})(),l(window).on("scroll",function(){d()}),l("#back-to-top").on("click",function(t){t.preventDefault(),l("html,body").animate({scrollTop:0},700)}));function f(){1024<l(window).width()?l(".footer-fixed .site-content").css("margin-bottom",parseInt(l(".footer-fixed .site-footer").height())):l(".footer-fixed .site-content").css("margin-bottom",0)}var p=!1;setInterval(function(){f()},250),l(window).resize(function(){p=!0}),setInterval(function(){p&&(p=!1,f())},250)}(jQuery);PK�JFZfѢ�kkeasypiechart.min.jsnu�[���!function(t){"function"==typeof define&&define.amd?define(["jquery"],function(e){return t(e)}):"object"==typeof exports?module.exports=t(require("jquery")):t(jQuery)}(function(n){function o(e,o){var n,t=document.createElement("canvas");e.appendChild(t),"object"==typeof G_vmlCanvasManager&&G_vmlCanvasManager.initElement(t);var i=t.getContext("2d");t.width=t.height=o.size;var a=1;1<window.devicePixelRatio&&(a=window.devicePixelRatio,t.style.width=t.style.height=[o.size,"px"].join(""),t.width=t.height=o.size*a,i.scale(a,a)),i.translate(o.size/2,o.size/2),i.rotate((o.rotate/180-.5)*Math.PI);var r=(o.size-o.lineWidth)/2;function s(e,t,n){var a=(n=Math.min(Math.max(-1,n||0),1))<=0;i.beginPath(),i.arc(0,0,r,0,2*Math.PI*n,a),i.strokeStyle=e,i.lineWidth=t,i.stroke()}function d(){o.scaleColor&&function(){var e,t;i.lineWidth=1,i.fillStyle=o.scaleColor,i.save();for(var n=24;0<n;--n)e=n%6==0?(t=o.scaleLength,0):(t=.6*o.scaleLength,o.scaleLength-t),i.fillRect(-o.size/2+e,0,t,1),i.rotate(Math.PI/12);i.restore()}(),o.trackColor&&s(o.trackColor,o.trackWidth||o.lineWidth,1)}o.scaleColor&&o.scaleLength&&(r-=o.scaleLength+2),Date.now=Date.now||function(){return+new Date};var h=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(e){window.setTimeout(e,1e3/60)};this.getCanvas=function(){return t},this.getCtx=function(){return i},this.clear=function(){i.clearRect(o.size/-2,o.size/-2,o.size,o.size)},this.draw=function(e){var t;o.scaleColor||o.trackColor?i.getImageData&&i.putImageData?n?i.putImageData(n,0,0):(d(),n=i.getImageData(0,0,o.size*a,o.size*a)):(this.clear(),d()):this.clear(),i.lineCap=o.lineCap,t="function"==typeof o.barColor?o.barColor(e):o.barColor,s(t,o.lineWidth,e/100)}.bind(this),this.animate=function(n,a){var i=Date.now();o.onStart(n,a);var r=function(){var e=Math.min(Date.now()-i,o.animate.duration),t=o.easing(this,e,n,a-n,o.animate.duration);this.draw(t),o.onStep(n,a,t),e>=o.animate.duration?o.onStop(n,a):h(r)}.bind(this);h(r)}.bind(this)}function a(t,n){var a={barColor:"#ef1e25",trackColor:"#f9f9f9",scaleColor:"#dfe0e0",scaleLength:5,lineCap:"round",lineWidth:3,trackWidth:void 0,size:110,rotate:0,animate:{duration:1e3,enabled:!0},easing:function(e,t,n,a,i){return(t/=i/2)<1?a/2*t*t+n:-a/2*(--t*(t-2)-1)+n},onStart:function(e,t){},onStep:function(e,t,n){},onStop:function(e,t){}};if(void 0!==o)a.renderer=o;else{if("undefined"==typeof SVGRenderer)throw new Error("Please load either the SVG- or the CanvasRenderer");a.renderer=SVGRenderer}var i={},r=0,e=function(){for(var e in this.el=t,this.options=i,a)a.hasOwnProperty(e)&&(i[e]=n&&void 0!==n[e]?n[e]:a[e],"function"==typeof i[e]&&(i[e]=i[e].bind(this)));"string"==typeof i.easing&&"undefined"!=typeof jQuery&&jQuery.isFunction(jQuery.easing[i.easing])?i.easing=jQuery.easing[i.easing]:i.easing=a.easing,"number"==typeof i.animate&&(i.animate={duration:i.animate,enabled:!0}),"boolean"!=typeof i.animate||i.animate||(i.animate={duration:1e3,enabled:i.animate}),this.renderer=new i.renderer(t,i),this.renderer.draw(r),t.dataset&&t.dataset.percent?this.update(parseFloat(t.dataset.percent)):t.getAttribute&&t.getAttribute("data-percent")&&this.update(parseFloat(t.getAttribute("data-percent")))}.bind(this);this.update=function(e){return e=parseFloat(e),i.animate.enabled?this.renderer.animate(r,e):this.renderer.draw(e),r=e,this}.bind(this),this.disableAnimation=function(){return i.animate.enabled=!1,this},this.enableAnimation=function(){return i.animate.enabled=!0,this},e()}n.fn.easyPieChart=function(t){return this.each(function(){var e;n.data(this,"easyPieChart")||(e=n.extend({},t,n(this).data()),n.data(this,"easyPieChart",new a(this,e)))})}});PK�JFZ��jquery.countdown.min.jsnu�[���// CountDown Clock
// Version   : 1.0.1
// Developer : Ekrem KAYA
// Website   : http://e-piksel.com
// GitHub    : https://github.com/epiksel/countdown

!function(t){t.fn.countdown=function(e,n){function o(){var t=new Date(r.date),e=s(),o=t-e;if(0>o)return clearInterval(d),void(n&&"function"==typeof n&&n());var a=1e3,f=60*a,u=60*f,l=24*u,c=Math.floor(o/l),h=Math.floor(o%l/u),x=Math.floor(o%u/f),g=Math.floor(o%f/a),y=1===c?r.day:r.days,m=1===h?r.hour:r.hours,v=1===x?r.minute:r.minutes,D=1===g?r.second:r.seconds;c=String(c).length>=2?c:"0"+c,h=String(h).length>=2?h:"0"+h,x=String(x).length>=2?x:"0"+x,g=String(g).length>=2?g:"0"+g,i.find(".days").text(c),i.find(".hours").text(h),i.find(".minutes").text(x),i.find(".seconds").text(g),i.find(".days_text").text(y),i.find(".hours_text").text(m),i.find(".minutes_text").text(v),i.find(".seconds_text").text(D)}var r=t.extend({date:null,offset:null,day:"Day",days:"Days",hour:"Hour",hours:"Hours",minute:"Minute",minutes:"Minutes",second:"Second",seconds:"Seconds"},e);r.date||t.error("Date is not defined."),Date.parse(r.date)||t.error("Incorrect date format, it should look like this, 12/24/2012 12:00:00.");var i=this,s=function(){var t=new Date,e=t.getTime()+6e4*t.getTimezoneOffset(),n=new Date(e+36e5*r.offset);return n},d=setInterval(o,1e3)}}(jQuery);PK�JFZ�
����lightgallery-all.min.jsnu�[���/*! lightgallery - v1.7.0 - 2020-05-03
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2020 Sachin N; Licensed GPLv3 */
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(){"use strict";function b(b,d){if(this.el=b,this.$el=a(b),this.s=a.extend({},c,d),this.s.dynamic&&"undefined"!==this.s.dynamicEl&&this.s.dynamicEl.constructor===Array&&!this.s.dynamicEl.length)throw"When using dynamic mode, you must also define dynamicEl as an Array.";return this.modules={},this.lGalleryOn=!1,this.lgBusy=!1,this.hideBartimeout=!1,this.isTouch="ontouchstart"in document.documentElement,this.s.slideEndAnimatoin&&(this.s.hideControlOnEnd=!1),this.s.dynamic?this.$items=this.s.dynamicEl:"this"===this.s.selector?this.$items=this.$el:""!==this.s.selector?this.s.selectWithin?this.$items=a(this.s.selectWithin).find(this.s.selector):this.$items=this.$el.find(a(this.s.selector)):this.$items=this.$el.children(),this.$slide="",this.$outer="",this.init(),this}var c={mode:"lg-slide",cssEasing:"ease",easing:"linear",speed:600,height:"100%",width:"100%",addClass:"",startClass:"lg-start-zoom",backdropDuration:150,hideBarsDelay:6e3,useLeft:!1,ariaLabelledby:"",ariaDescribedby:"",closable:!0,loop:!0,escKey:!0,keyPress:!0,controls:!0,slideEndAnimatoin:!0,hideControlOnEnd:!1,mousewheel:!0,getCaptionFromTitleOrAlt:!0,appendSubHtmlTo:".lg-sub-html",subHtmlSelectorRelative:!1,preload:1,showAfterLoad:!0,selector:"",selectWithin:"",nextHtml:"",prevHtml:"",index:!1,iframeMaxWidth:"100%",download:!0,counter:!0,appendCounterTo:".lg-toolbar",swipeThreshold:50,enableSwipe:!0,enableDrag:!0,dynamic:!1,dynamicEl:[],galleryId:1};b.prototype.init=function(){var b=this;b.s.preload>b.$items.length&&(b.s.preload=b.$items.length);var c=window.location.hash;c.indexOf("lg="+this.s.galleryId)>0&&(b.index=parseInt(c.split("&slide=")[1],10),a("body").addClass("lg-from-hash"),a("body").hasClass("lg-on")||(setTimeout(function(){b.build(b.index)}),a("body").addClass("lg-on"))),b.s.dynamic?(b.$el.trigger("onBeforeOpen.lg"),b.index=b.s.index||0,a("body").hasClass("lg-on")||setTimeout(function(){b.build(b.index),a("body").addClass("lg-on")})):b.$items.on("click.lgcustom",function(c){try{c.preventDefault(),c.preventDefault()}catch(a){c.returnValue=!1}b.$el.trigger("onBeforeOpen.lg"),b.index=b.s.index||b.$items.index(this),a("body").hasClass("lg-on")||(b.build(b.index),a("body").addClass("lg-on"))})},b.prototype.build=function(b){var c=this;c.structure(),a.each(a.fn.lightGallery.modules,function(b){c.modules[b]=new a.fn.lightGallery.modules[b](c.el)}),c.slide(b,!1,!1,!1),c.s.keyPress&&c.keyPress(),c.$items.length>1?(c.arrow(),setTimeout(function(){c.enableDrag(),c.enableSwipe()},50),c.s.mousewheel&&c.mousewheel()):c.$slide.on("click.lg",function(){c.$el.trigger("onSlideClick.lg")}),c.counter(),c.closeGallery(),c.$el.trigger("onAfterOpen.lg"),c.$outer.on("mousemove.lg click.lg touchstart.lg",function(){c.$outer.removeClass("lg-hide-items"),clearTimeout(c.hideBartimeout),c.hideBartimeout=setTimeout(function(){c.$outer.addClass("lg-hide-items")},c.s.hideBarsDelay)}),c.$outer.trigger("mousemove.lg")},b.prototype.structure=function(){var b,c="",d="",e=0,f="",g=this;for(a("body").append('<div class="lg-backdrop"></div>'),a(".lg-backdrop").css("transition-duration",this.s.backdropDuration+"ms"),e=0;e<this.$items.length;e++)c+='<div class="lg-item"></div>';if(this.s.controls&&this.$items.length>1&&(d='<div class="lg-actions"><button aria-label="Previous slide" class="lg-prev lg-icon">'+this.s.prevHtml+'</button><button aria-label="Next slide" class="lg-next lg-icon">'+this.s.nextHtml+"</button></div>"),".lg-sub-html"===this.s.appendSubHtmlTo&&(f='<div role="status" aria-live="polite" class="lg-sub-html"></div>'),b='<div tabindex="-1" aria-modal="true" '+(this.s.ariaLabelledby?'aria-labelledby="'+this.s.ariaLabelledby+'"':"")+" "+(this.s.ariaDescribedby?'aria-describedby="'+this.s.ariaDescribedby+'"':"")+' role="dialog" class="lg-outer '+this.s.addClass+" "+this.s.startClass+'"><div class="lg" style="width:'+this.s.width+"; height:"+this.s.height+'"><div class="lg-inner">'+c+'</div><div class="lg-toolbar lg-group"><button aria-label="Close gallery" class="lg-close lg-icon"></button></div>'+d+f+"</div></div>",a("body").append(b),this.$outer=a(".lg-outer"),this.$outer.focus(),this.$slide=this.$outer.find(".lg-item"),this.s.useLeft?(this.$outer.addClass("lg-use-left"),this.s.mode="lg-slide"):this.$outer.addClass("lg-use-css3"),g.setTop(),a(window).on("resize.lg orientationchange.lg",function(){setTimeout(function(){g.setTop()},100)}),this.$slide.eq(this.index).addClass("lg-current"),this.doCss()?this.$outer.addClass("lg-css3"):(this.$outer.addClass("lg-css"),this.s.speed=0),this.$outer.addClass(this.s.mode),this.s.enableDrag&&this.$items.length>1&&this.$outer.addClass("lg-grab"),this.s.showAfterLoad&&this.$outer.addClass("lg-show-after-load"),this.doCss()){var h=this.$outer.find(".lg-inner");h.css("transition-timing-function",this.s.cssEasing),h.css("transition-duration",this.s.speed+"ms")}setTimeout(function(){a(".lg-backdrop").addClass("in")}),setTimeout(function(){g.$outer.addClass("lg-visible")},this.s.backdropDuration),this.s.download&&this.$outer.find(".lg-toolbar").append('<a id="lg-download" aria-label="Download" target="_blank" download class="lg-download lg-icon"></a>'),this.prevScrollTop=a(window).scrollTop()},b.prototype.setTop=function(){if("100%"!==this.s.height){var b=a(window).height(),c=(b-parseInt(this.s.height,10))/2,d=this.$outer.find(".lg");b>=parseInt(this.s.height,10)?d.css("top",c+"px"):d.css("top","0px")}},b.prototype.doCss=function(){return!!function(){var a=["transition","MozTransition","WebkitTransition","OTransition","msTransition","KhtmlTransition"],b=document.documentElement,c=0;for(c=0;c<a.length;c++)if(a[c]in b.style)return!0}()},b.prototype.isVideo=function(a,b){var c;if(c=this.s.dynamic?this.s.dynamicEl[b].html:this.$items.eq(b).attr("data-html"),!a)return c?{html5:!0}:(console.error("lightGallery :- data-src is not provided on slide item "+(b+1)+". Please make sure the selector property is properly configured. More info - http://sachinchoolur.github.io/lightGallery/demos/html-markup.html"),!1);var d=a.match(/\/\/(?:www\.)?youtu(?:\.be|be\.com|be-nocookie\.com)\/(?:watch\?v=|embed\/)?([a-z0-9\-\_\%]+)/i),e=a.match(/\/\/(?:www\.)?vimeo.com\/([0-9a-z\-_]+)/i),f=a.match(/\/\/(?:www\.)?dai.ly\/([0-9a-z\-_]+)/i),g=a.match(/\/\/(?:www\.)?(?:vk\.com|vkontakte\.ru)\/(?:video_ext\.php\?)(.*)/i);return d?{youtube:d}:e?{vimeo:e}:f?{dailymotion:f}:g?{vk:g}:void 0},b.prototype.counter=function(){this.s.counter&&a(this.s.appendCounterTo).append('<div id="lg-counter" role="status" aria-live="polite"><span id="lg-counter-current">'+(parseInt(this.index,10)+1)+'</span> / <span id="lg-counter-all">'+this.$items.length+"</span></div>")},b.prototype.addHtml=function(b){var c,d,e=null;if(this.s.dynamic?this.s.dynamicEl[b].subHtmlUrl?c=this.s.dynamicEl[b].subHtmlUrl:e=this.s.dynamicEl[b].subHtml:(d=this.$items.eq(b),d.attr("data-sub-html-url")?c=d.attr("data-sub-html-url"):(e=d.attr("data-sub-html"),this.s.getCaptionFromTitleOrAlt&&!e&&(e=d.attr("title")||d.find("img").first().attr("alt")))),!c)if(void 0!==e&&null!==e){var f=e.substring(0,1);"."!==f&&"#"!==f||(e=this.s.subHtmlSelectorRelative&&!this.s.dynamic?d.find(e).html():a(e).html())}else e="";".lg-sub-html"===this.s.appendSubHtmlTo?c?this.$outer.find(this.s.appendSubHtmlTo).load(c):this.$outer.find(this.s.appendSubHtmlTo).html(e):c?this.$slide.eq(b).load(c):this.$slide.eq(b).append(e),void 0!==e&&null!==e&&(""===e?this.$outer.find(this.s.appendSubHtmlTo).addClass("lg-empty-html"):this.$outer.find(this.s.appendSubHtmlTo).removeClass("lg-empty-html")),this.$el.trigger("onAfterAppendSubHtml.lg",[b])},b.prototype.preload=function(a){var b=1,c=1;for(b=1;b<=this.s.preload&&!(b>=this.$items.length-a);b++)this.loadContent(a+b,!1,0);for(c=1;c<=this.s.preload&&!(a-c<0);c++)this.loadContent(a-c,!1,0)},b.prototype.loadContent=function(b,c,d){var e,f,g,h,i,j,k,l=this,m=!1,n=function(b){for(var c=[],d=[],e=0;e<b.length;e++){var g=b[e].split(" ");""===g[0]&&g.splice(0,1),d.push(g[0]),c.push(g[1])}for(var h=a(window).width(),i=0;i<c.length;i++)if(parseInt(c[i],10)>h){f=d[i];break}};if(l.s.dynamic){if(l.s.dynamicEl[b].poster&&(m=!0,g=l.s.dynamicEl[b].poster),j=l.s.dynamicEl[b].html,f=l.s.dynamicEl[b].src,k=l.s.dynamicEl[b].alt,l.s.dynamicEl[b].responsive){n(l.s.dynamicEl[b].responsive.split(","))}h=l.s.dynamicEl[b].srcset,i=l.s.dynamicEl[b].sizes}else{var o=l.$items.eq(b);if(o.attr("data-poster")&&(m=!0,g=o.attr("data-poster")),j=o.attr("data-html"),f=o.attr("href")||o.attr("data-src"),k=o.attr("title")||o.find("img").first().attr("alt"),o.attr("data-responsive")){n(o.attr("data-responsive").split(","))}h=o.attr("data-srcset"),i=o.attr("data-sizes")}var p=!1;l.s.dynamic?l.s.dynamicEl[b].iframe&&(p=!0):"true"===l.$items.eq(b).attr("data-iframe")&&(p=!0);var q=l.isVideo(f,b);if(!l.$slide.eq(b).hasClass("lg-loaded")){if(p)l.$slide.eq(b).prepend('<div class="lg-video-cont lg-has-iframe" style="max-width:'+l.s.iframeMaxWidth+'"><div class="lg-video"><iframe class="lg-object" frameborder="0" src="'+f+'"  allowfullscreen="true"></iframe></div></div>');else if(m){var r="";r=q&&q.youtube?"lg-has-youtube":q&&q.vimeo?"lg-has-vimeo":"lg-has-html5",l.$slide.eq(b).prepend('<div class="lg-video-cont '+r+' "><div class="lg-video"><span class="lg-video-play"></span><img class="lg-object lg-has-poster" src="'+g+'" /></div></div>')}else q?(l.$slide.eq(b).prepend('<div class="lg-video-cont "><div class="lg-video"></div></div>'),l.$el.trigger("hasVideo.lg",[b,f,j])):(k=k?'alt="'+k+'"':"",l.$slide.eq(b).prepend('<div class="lg-img-wrap"><img class="lg-object lg-image" '+k+' src="'+f+'" /></div>'));if(l.$el.trigger("onAferAppendSlide.lg",[b]),e=l.$slide.eq(b).find(".lg-object"),i&&e.attr("sizes",i),h){e.attr("srcset",h);try{picturefill({elements:[e[0]]})}catch(a){console.warn("lightGallery :- If you want srcset to be supported for older browser please include picturefil version 2 javascript library in your document.")}}".lg-sub-html"!==this.s.appendSubHtmlTo&&l.addHtml(b),l.$slide.eq(b).addClass("lg-loaded")}l.$slide.eq(b).find(".lg-object").on("load.lg error.lg",function(){var c=0;d&&!a("body").hasClass("lg-from-hash")&&(c=d),setTimeout(function(){l.$slide.eq(b).addClass("lg-complete"),l.$el.trigger("onSlideItemLoad.lg",[b,d||0])},c)}),q&&q.html5&&!m&&l.$slide.eq(b).addClass("lg-complete"),!0===c&&(l.$slide.eq(b).hasClass("lg-complete")?l.preload(b):l.$slide.eq(b).find(".lg-object").on("load.lg error.lg",function(){l.preload(b)}))},b.prototype.slide=function(b,c,d,e){var f=this.$outer.find(".lg-current").index(),g=this;if(!g.lGalleryOn||f!==b){var h=this.$slide.length,i=g.lGalleryOn?this.s.speed:0;if(!g.lgBusy){if(this.s.download){var j;j=g.s.dynamic?!1!==g.s.dynamicEl[b].downloadUrl&&(g.s.dynamicEl[b].downloadUrl||g.s.dynamicEl[b].src):"false"!==g.$items.eq(b).attr("data-download-url")&&(g.$items.eq(b).attr("data-download-url")||g.$items.eq(b).attr("href")||g.$items.eq(b).attr("data-src")),j?(a("#lg-download").attr("href",j),g.$outer.removeClass("lg-hide-download")):g.$outer.addClass("lg-hide-download")}if(this.$el.trigger("onBeforeSlide.lg",[f,b,c,d]),g.lgBusy=!0,clearTimeout(g.hideBartimeout),".lg-sub-html"===this.s.appendSubHtmlTo&&setTimeout(function(){g.addHtml(b)},i),this.arrowDisable(b),e||(b<f?e="prev":b>f&&(e="next")),c){this.$slide.removeClass("lg-prev-slide lg-current lg-next-slide");var k,l;h>2?(k=b-1,l=b+1,0===b&&f===h-1?(l=0,k=h-1):b===h-1&&0===f&&(l=0,k=h-1)):(k=0,l=1),"prev"===e?g.$slide.eq(l).addClass("lg-next-slide"):g.$slide.eq(k).addClass("lg-prev-slide"),g.$slide.eq(b).addClass("lg-current")}else g.$outer.addClass("lg-no-trans"),this.$slide.removeClass("lg-prev-slide lg-next-slide"),"prev"===e?(this.$slide.eq(b).addClass("lg-prev-slide"),this.$slide.eq(f).addClass("lg-next-slide")):(this.$slide.eq(b).addClass("lg-next-slide"),this.$slide.eq(f).addClass("lg-prev-slide")),setTimeout(function(){g.$slide.removeClass("lg-current"),g.$slide.eq(b).addClass("lg-current"),g.$outer.removeClass("lg-no-trans")},50);g.lGalleryOn?(setTimeout(function(){g.loadContent(b,!0,0)},this.s.speed+50),setTimeout(function(){g.lgBusy=!1,g.$el.trigger("onAfterSlide.lg",[f,b,c,d])},this.s.speed)):(g.loadContent(b,!0,g.s.backdropDuration),g.lgBusy=!1,g.$el.trigger("onAfterSlide.lg",[f,b,c,d])),g.lGalleryOn=!0,this.s.counter&&a("#lg-counter-current").text(b+1)}g.index=b}},b.prototype.goToNextSlide=function(a){var b=this,c=b.s.loop;a&&b.$slide.length<3&&(c=!1),b.lgBusy||(b.index+1<b.$slide.length?(b.index++,b.$el.trigger("onBeforeNextSlide.lg",[b.index]),b.slide(b.index,a,!1,"next")):c?(b.index=0,b.$el.trigger("onBeforeNextSlide.lg",[b.index]),b.slide(b.index,a,!1,"next")):b.s.slideEndAnimatoin&&!a&&(b.$outer.addClass("lg-right-end"),setTimeout(function(){b.$outer.removeClass("lg-right-end")},400)))},b.prototype.goToPrevSlide=function(a){var b=this,c=b.s.loop;a&&b.$slide.length<3&&(c=!1),b.lgBusy||(b.index>0?(b.index--,b.$el.trigger("onBeforePrevSlide.lg",[b.index,a]),b.slide(b.index,a,!1,"prev")):c?(b.index=b.$items.length-1,b.$el.trigger("onBeforePrevSlide.lg",[b.index,a]),b.slide(b.index,a,!1,"prev")):b.s.slideEndAnimatoin&&!a&&(b.$outer.addClass("lg-left-end"),setTimeout(function(){b.$outer.removeClass("lg-left-end")},400)))},b.prototype.keyPress=function(){var b=this;this.$items.length>1&&a(window).on("keyup.lg",function(a){b.$items.length>1&&(37===a.keyCode&&(a.preventDefault(),b.goToPrevSlide()),39===a.keyCode&&(a.preventDefault(),b.goToNextSlide()))}),a(window).on("keydown.lg",function(a){!0===b.s.escKey&&27===a.keyCode&&(a.preventDefault(),b.$outer.hasClass("lg-thumb-open")?b.$outer.removeClass("lg-thumb-open"):b.destroy())})},b.prototype.arrow=function(){var a=this;this.$outer.find(".lg-prev").on("click.lg",function(){a.goToPrevSlide()}),this.$outer.find(".lg-next").on("click.lg",function(){a.goToNextSlide()})},b.prototype.arrowDisable=function(a){!this.s.loop&&this.s.hideControlOnEnd&&(a+1<this.$slide.length?this.$outer.find(".lg-next").removeAttr("disabled").removeClass("disabled"):this.$outer.find(".lg-next").attr("disabled","disabled").addClass("disabled"),a>0?this.$outer.find(".lg-prev").removeAttr("disabled").removeClass("disabled"):this.$outer.find(".lg-prev").attr("disabled","disabled").addClass("disabled"))},b.prototype.setTranslate=function(a,b,c){this.s.useLeft?a.css("left",b):a.css({transform:"translate3d("+b+"px, "+c+"px, 0px)"})},b.prototype.touchMove=function(b,c){var d=c-b;Math.abs(d)>15&&(this.$outer.addClass("lg-dragging"),this.setTranslate(this.$slide.eq(this.index),d,0),this.setTranslate(a(".lg-prev-slide"),-this.$slide.eq(this.index).width()+d,0),this.setTranslate(a(".lg-next-slide"),this.$slide.eq(this.index).width()+d,0))},b.prototype.touchEnd=function(a){var b=this;"lg-slide"!==b.s.mode&&b.$outer.addClass("lg-slide"),this.$slide.not(".lg-current, .lg-prev-slide, .lg-next-slide").css("opacity","0"),setTimeout(function(){b.$outer.removeClass("lg-dragging"),a<0&&Math.abs(a)>b.s.swipeThreshold?b.goToNextSlide(!0):a>0&&Math.abs(a)>b.s.swipeThreshold?b.goToPrevSlide(!0):Math.abs(a)<5&&b.$el.trigger("onSlideClick.lg"),b.$slide.removeAttr("style")}),setTimeout(function(){b.$outer.hasClass("lg-dragging")||"lg-slide"===b.s.mode||b.$outer.removeClass("lg-slide")},b.s.speed+100)},b.prototype.enableSwipe=function(){var a=this,b=0,c=0,d=!1;a.s.enableSwipe&&a.doCss()&&(a.$slide.on("touchstart.lg",function(c){a.$outer.hasClass("lg-zoomed")||a.lgBusy||(c.preventDefault(),a.manageSwipeClass(),b=c.originalEvent.targetTouches[0].pageX)}),a.$slide.on("touchmove.lg",function(e){a.$outer.hasClass("lg-zoomed")||(e.preventDefault(),c=e.originalEvent.targetTouches[0].pageX,a.touchMove(b,c),d=!0)}),a.$slide.on("touchend.lg",function(){a.$outer.hasClass("lg-zoomed")||(d?(d=!1,a.touchEnd(c-b)):a.$el.trigger("onSlideClick.lg"))}))},b.prototype.enableDrag=function(){var b=this,c=0,d=0,e=!1,f=!1;b.s.enableDrag&&b.doCss()&&(b.$slide.on("mousedown.lg",function(d){b.$outer.hasClass("lg-zoomed")||b.lgBusy||a(d.target).text().trim()||(d.preventDefault(),b.manageSwipeClass(),c=d.pageX,e=!0,b.$outer.scrollLeft+=1,b.$outer.scrollLeft-=1,b.$outer.removeClass("lg-grab").addClass("lg-grabbing"),b.$el.trigger("onDragstart.lg"))}),a(window).on("mousemove.lg",function(a){e&&(f=!0,d=a.pageX,b.touchMove(c,d),b.$el.trigger("onDragmove.lg"))}),a(window).on("mouseup.lg",function(g){f?(f=!1,b.touchEnd(d-c),b.$el.trigger("onDragend.lg")):(a(g.target).hasClass("lg-object")||a(g.target).hasClass("lg-video-play"))&&b.$el.trigger("onSlideClick.lg"),e&&(e=!1,b.$outer.removeClass("lg-grabbing").addClass("lg-grab"))}))},b.prototype.manageSwipeClass=function(){var a=this.index+1,b=this.index-1;this.s.loop&&this.$slide.length>2&&(0===this.index?b=this.$slide.length-1:this.index===this.$slide.length-1&&(a=0)),this.$slide.removeClass("lg-next-slide lg-prev-slide"),b>-1&&this.$slide.eq(b).addClass("lg-prev-slide"),this.$slide.eq(a).addClass("lg-next-slide")},b.prototype.mousewheel=function(){var a=this;a.$outer.on("mousewheel.lg",function(b){b.deltaY&&(b.deltaY>0?a.goToPrevSlide():a.goToNextSlide(),b.preventDefault())})},b.prototype.closeGallery=function(){var b=this,c=!1;this.$outer.find(".lg-close").on("click.lg",function(){b.destroy()}),b.s.closable&&(b.$outer.on("mousedown.lg",function(b){c=!!(a(b.target).is(".lg-outer")||a(b.target).is(".lg-item ")||a(b.target).is(".lg-img-wrap"))}),b.$outer.on("mousemove.lg",function(){c=!1}),b.$outer.on("mouseup.lg",function(d){(a(d.target).is(".lg-outer")||a(d.target).is(".lg-item ")||a(d.target).is(".lg-img-wrap")&&c)&&(b.$outer.hasClass("lg-dragging")||b.destroy())}))},b.prototype.destroy=function(b){var c=this;b||(c.$el.trigger("onBeforeClose.lg"),a(window).scrollTop(c.prevScrollTop)),b&&(c.s.dynamic||this.$items.off("click.lg click.lgcustom"),a.removeData(c.el,"lightGallery")),this.$el.off(".lg.tm"),a.each(a.fn.lightGallery.modules,function(a){c.modules[a]&&c.modules[a].destroy()}),this.lGalleryOn=!1,clearTimeout(c.hideBartimeout),this.hideBartimeout=!1,a(window).off(".lg"),a("body").removeClass("lg-on lg-from-hash"),c.$outer&&c.$outer.removeClass("lg-visible"),a(".lg-backdrop").removeClass("in"),setTimeout(function(){c.$outer&&c.$outer.remove(),a(".lg-backdrop").remove(),b||c.$el.trigger("onCloseAfter.lg"),c.$el.focus()},c.s.backdropDuration+50)},a.fn.lightGallery=function(c){return this.each(function(){if(a.data(this,"lightGallery"))try{a(this).data("lightGallery").init()}catch(a){console.error("lightGallery has not initiated properly")}else a.data(this,"lightGallery",new b(this,c))})},a.fn.lightGallery.modules={}}()}),function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(){"use strict";var b={autoplay:!1,pause:5e3,progressBar:!0,fourceAutoplay:!1,autoplayControls:!0,appendAutoplayControlsTo:".lg-toolbar"},c=function(c){return this.core=a(c).data("lightGallery"),this.$el=a(c),!(this.core.$items.length<2)&&(this.core.s=a.extend({},b,this.core.s),this.interval=!1,this.fromAuto=!0,this.canceledOnTouch=!1,this.fourceAutoplayTemp=this.core.s.fourceAutoplay,this.core.doCss()||(this.core.s.progressBar=!1),this.init(),this)};c.prototype.init=function(){var a=this;a.core.s.autoplayControls&&a.controls(),a.core.s.progressBar&&a.core.$outer.find(".lg").append('<div class="lg-progress-bar"><div class="lg-progress"></div></div>'),a.progress(),a.core.s.autoplay&&a.$el.one("onSlideItemLoad.lg.tm",function(){a.startlAuto()}),a.$el.on("onDragstart.lg.tm touchstart.lg.tm",function(){a.interval&&(a.cancelAuto(),a.canceledOnTouch=!0)}),a.$el.on("onDragend.lg.tm touchend.lg.tm onSlideClick.lg.tm",function(){!a.interval&&a.canceledOnTouch&&(a.startlAuto(),a.canceledOnTouch=!1)})},c.prototype.progress=function(){var a,b,c=this;c.$el.on("onBeforeSlide.lg.tm",function(){c.core.s.progressBar&&c.fromAuto&&(a=c.core.$outer.find(".lg-progress-bar"),b=c.core.$outer.find(".lg-progress"),c.interval&&(b.removeAttr("style"),a.removeClass("lg-start"),setTimeout(function(){b.css("transition","width "+(c.core.s.speed+c.core.s.pause)+"ms ease 0s"),a.addClass("lg-start")},20))),c.fromAuto||c.core.s.fourceAutoplay||c.cancelAuto(),c.fromAuto=!1})},c.prototype.controls=function(){var b=this;a(this.core.s.appendAutoplayControlsTo).append('<button aria-label="Toggle autoplay" class="lg-autoplay-button lg-icon"></button>'),b.core.$outer.find(".lg-autoplay-button").on("click.lg",function(){a(b.core.$outer).hasClass("lg-show-autoplay")?(b.cancelAuto(),b.core.s.fourceAutoplay=!1):b.interval||(b.startlAuto(),b.core.s.fourceAutoplay=b.fourceAutoplayTemp)})},c.prototype.startlAuto=function(){var a=this;a.core.$outer.find(".lg-progress").css("transition","width "+(a.core.s.speed+a.core.s.pause)+"ms ease 0s"),a.core.$outer.addClass("lg-show-autoplay"),a.core.$outer.find(".lg-progress-bar").addClass("lg-start"),a.interval=setInterval(function(){a.core.index+1<a.core.$items.length?a.core.index++:a.core.index=0,a.fromAuto=!0,a.core.slide(a.core.index,!1,!1,"next")},a.core.s.speed+a.core.s.pause)},c.prototype.cancelAuto=function(){clearInterval(this.interval),this.interval=!1,this.core.$outer.find(".lg-progress").removeAttr("style"),this.core.$outer.removeClass("lg-show-autoplay"),this.core.$outer.find(".lg-progress-bar").removeClass("lg-start")},c.prototype.destroy=function(){this.cancelAuto(),this.core.$outer.find(".lg-progress-bar").remove()},a.fn.lightGallery.modules.autoplay=c}()}),function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(){"use strict";function b(){return document.fullscreenElement||document.mozFullScreenElement||document.webkitFullscreenElement||document.msFullscreenElement}var c={fullScreen:!0},d=function(b){return this.core=a(b).data("lightGallery"),this.$el=a(b),this.core.s=a.extend({},c,this.core.s),this.init(),this};d.prototype.init=function(){var a="";if(this.core.s.fullScreen){if(!(document.fullscreenEnabled||document.webkitFullscreenEnabled||document.mozFullScreenEnabled||document.msFullscreenEnabled))return;a='<button aria-label="Toggle fullscreen" class="lg-fullscreen lg-icon"></button>',this.core.$outer.find(".lg-toolbar").append(a),this.fullScreen()}},d.prototype.requestFullscreen=function(){var a=document.documentElement;a.requestFullscreen?a.requestFullscreen():a.msRequestFullscreen?a.msRequestFullscreen():a.mozRequestFullScreen?a.mozRequestFullScreen():a.webkitRequestFullscreen&&a.webkitRequestFullscreen()},d.prototype.exitFullscreen=function(){document.exitFullscreen?document.exitFullscreen():document.msExitFullscreen?document.msExitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.webkitExitFullscreen&&document.webkitExitFullscreen()},d.prototype.fullScreen=function(){var c=this;a(document).on("fullscreenchange.lg webkitfullscreenchange.lg mozfullscreenchange.lg MSFullscreenChange.lg",function(){c.core.$outer.toggleClass("lg-fullscreen-on")}),this.core.$outer.find(".lg-fullscreen").on("click.lg",function(){b()?c.exitFullscreen():c.requestFullscreen()})},d.prototype.destroy=function(){b()&&this.exitFullscreen(),a(document).off("fullscreenchange.lg webkitfullscreenchange.lg mozfullscreenchange.lg MSFullscreenChange.lg")},a.fn.lightGallery.modules.fullscreen=d}()}),function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(0,function(a){!function(){"use strict";var b={pager:!1},c=function(c){return this.core=a(c).data("lightGallery"),this.$el=a(c),this.core.s=a.extend({},b,this.core.s),this.core.s.pager&&this.core.$items.length>1&&this.init(),this};c.prototype.init=function(){var b,c,d,e=this,f="";if(e.core.$outer.find(".lg").append('<div class="lg-pager-outer"></div>'),e.core.s.dynamic)for(var g=0;g<e.core.s.dynamicEl.length;g++)f+='<span class="lg-pager-cont"> <span class="lg-pager"></span><div class="lg-pager-thumb-cont"><span class="lg-caret"></span> <img src="'+e.core.s.dynamicEl[g].thumb+'" /></div></span>';else e.core.$items.each(function(){e.core.s.exThumbImage?f+='<span class="lg-pager-cont"> <span class="lg-pager"></span><div class="lg-pager-thumb-cont"><span class="lg-caret"></span> <img src="'+a(this).attr(e.core.s.exThumbImage)+'" /></div></span>':f+='<span class="lg-pager-cont"> <span class="lg-pager"></span><div class="lg-pager-thumb-cont"><span class="lg-caret"></span> <img src="'+a(this).find("img").attr("src")+'" /></div></span>'});c=e.core.$outer.find(".lg-pager-outer"),c.html(f),b=e.core.$outer.find(".lg-pager-cont"),b.on("click.lg touchend.lg",function(){var b=a(this);e.core.index=b.index(),e.core.slide(e.core.index,!1,!0,!1)}),c.on("mouseover.lg",function(){clearTimeout(d),c.addClass("lg-pager-hover")}),c.on("mouseout.lg",function(){d=setTimeout(function(){c.removeClass("lg-pager-hover")})}),e.core.$el.on("onBeforeSlide.lg.tm",function(a,c,d){b.removeClass("lg-pager-active"),b.eq(d).addClass("lg-pager-active")})},c.prototype.destroy=function(){},a.fn.lightGallery.modules.pager=c}()}),function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(){"use strict";var b={thumbnail:!0,animateThumb:!0,currentPagerPosition:"middle",thumbWidth:100,thumbHeight:"80px",thumbContHeight:100,thumbMargin:5,exThumbImage:!1,showThumbByDefault:!0,toogleThumb:!0,pullCaptionUp:!0,enableThumbDrag:!0,enableThumbSwipe:!0,swipeThreshold:50,loadYoutubeThumbnail:!0,youtubeThumbSize:1,loadVimeoThumbnail:!0,vimeoThumbSize:"thumbnail_small",loadDailymotionThumbnail:!0},c=function(c){return this.core=a(c).data("lightGallery"),this.core.s=a.extend({},b,this.core.s),this.$el=a(c),this.$thumbOuter=null,this.thumbOuterWidth=0,this.thumbTotalWidth=this.core.$items.length*(this.core.s.thumbWidth+this.core.s.thumbMargin),this.thumbIndex=this.core.index,this.core.s.animateThumb&&(this.core.s.thumbHeight="100%"),this.left=0,this.init(),this};c.prototype.init=function(){var a=this;this.core.s.thumbnail&&this.core.$items.length>1&&(this.core.s.showThumbByDefault&&setTimeout(function(){a.core.$outer.addClass("lg-thumb-open")},700),this.core.s.pullCaptionUp&&this.core.$outer.addClass("lg-pull-caption-up"),this.build(),this.core.s.animateThumb&&this.core.doCss()?(this.core.s.enableThumbDrag&&this.enableThumbDrag(),this.core.s.enableThumbSwipe&&this.enableThumbSwipe(),this.thumbClickable=!1):this.thumbClickable=!0,this.toogle(),this.thumbkeyPress())},c.prototype.build=function(){function b(a,b,c){var g,h=d.core.isVideo(a,c)||{},i="";h.youtube||h.vimeo||h.dailymotion?h.youtube?g=d.core.s.loadYoutubeThumbnail?"//img.youtube.com/vi/"+h.youtube[1]+"/"+d.core.s.youtubeThumbSize+".jpg":b:h.vimeo?d.core.s.loadVimeoThumbnail?(g="//i.vimeocdn.com/video/error_"+f+".jpg",i=h.vimeo[1]):g=b:h.dailymotion&&(g=d.core.s.loadDailymotionThumbnail?"//www.dailymotion.com/thumbnail/video/"+h.dailymotion[1]:b):g=b,e+='<div data-vimeo-id="'+i+'" class="lg-thumb-item" style="width:'+d.core.s.thumbWidth+"px; height: "+d.core.s.thumbHeight+"; margin-right: "+d.core.s.thumbMargin+'px"><img src="'+g+'" /></div>',i=""}var c,d=this,e="",f="",g='<div class="lg-thumb-outer"><div class="lg-thumb lg-group"></div></div>';switch(this.core.s.vimeoThumbSize){case"thumbnail_large":f="640";break;case"thumbnail_medium":f="200x150";break;case"thumbnail_small":f="100x75"}if(d.core.$outer.addClass("lg-has-thumb"),d.core.$outer.find(".lg").append(g),d.$thumbOuter=d.core.$outer.find(".lg-thumb-outer"),d.thumbOuterWidth=d.$thumbOuter.width(),d.core.s.animateThumb&&d.core.$outer.find(".lg-thumb").css({width:d.thumbTotalWidth+"px",position:"relative"}),this.core.s.animateThumb&&d.$thumbOuter.css("height",d.core.s.thumbContHeight+"px"),d.core.s.dynamic)for(var h=0;h<d.core.s.dynamicEl.length;h++)b(d.core.s.dynamicEl[h].src,d.core.s.dynamicEl[h].thumb,h);else d.core.$items.each(function(c){d.core.s.exThumbImage?b(a(this).attr("href")||a(this).attr("data-src"),a(this).attr(d.core.s.exThumbImage),c):b(a(this).attr("href")||a(this).attr("data-src"),a(this).find("img").attr("src"),c)});d.core.$outer.find(".lg-thumb").html(e),c=d.core.$outer.find(".lg-thumb-item"),c.each(function(){var b=a(this),c=b.attr("data-vimeo-id");c&&a.getJSON("//www.vimeo.com/api/v2/video/"+c+".json?callback=?",{format:"json"},function(a){b.find("img").attr("src",a[0][d.core.s.vimeoThumbSize])})}),c.eq(d.core.index).addClass("active"),d.core.$el.on("onBeforeSlide.lg.tm",function(){c.removeClass("active"),c.eq(d.core.index).addClass("active")}),c.on("click.lg touchend.lg",function(){var b=a(this);setTimeout(function(){(d.thumbClickable&&!d.core.lgBusy||!d.core.doCss())&&(d.core.index=b.index(),d.core.slide(d.core.index,!1,!0,!1))},50)}),d.core.$el.on("onBeforeSlide.lg.tm",function(){d.animateThumb(d.core.index)}),a(window).on("resize.lg.thumb orientationchange.lg.thumb",function(){setTimeout(function(){d.animateThumb(d.core.index),d.thumbOuterWidth=d.$thumbOuter.width()},200)})},c.prototype.setTranslate=function(a){this.core.$outer.find(".lg-thumb").css({transform:"translate3d(-"+a+"px, 0px, 0px)"})},c.prototype.animateThumb=function(a){var b=this.core.$outer.find(".lg-thumb");if(this.core.s.animateThumb){var c;switch(this.core.s.currentPagerPosition){case"left":c=0;break;case"middle":c=this.thumbOuterWidth/2-this.core.s.thumbWidth/2;break;case"right":c=this.thumbOuterWidth-this.core.s.thumbWidth}this.left=(this.core.s.thumbWidth+this.core.s.thumbMargin)*a-1-c,this.left>this.thumbTotalWidth-this.thumbOuterWidth&&(this.left=this.thumbTotalWidth-this.thumbOuterWidth),this.left<0&&(this.left=0),this.core.lGalleryOn?(b.hasClass("on")||this.core.$outer.find(".lg-thumb").css("transition-duration",this.core.s.speed+"ms"),this.core.doCss()||b.animate({left:-this.left+"px"},this.core.s.speed)):this.core.doCss()||b.css("left",-this.left+"px"),this.setTranslate(this.left)}},c.prototype.enableThumbDrag=function(){var b=this,c=0,d=0,e=!1,f=!1,g=0;b.$thumbOuter.addClass("lg-grab"),b.core.$outer.find(".lg-thumb").on("mousedown.lg.thumb",function(a){b.thumbTotalWidth>b.thumbOuterWidth&&(a.preventDefault(),c=a.pageX,e=!0,b.core.$outer.scrollLeft+=1,b.core.$outer.scrollLeft-=1,b.thumbClickable=!1,b.$thumbOuter.removeClass("lg-grab").addClass("lg-grabbing"))}),a(window).on("mousemove.lg.thumb",function(a){e&&(g=b.left,f=!0,d=a.pageX,b.$thumbOuter.addClass("lg-dragging"),g-=d-c,g>b.thumbTotalWidth-b.thumbOuterWidth&&(g=b.thumbTotalWidth-b.thumbOuterWidth),g<0&&(g=0),b.setTranslate(g))}),a(window).on("mouseup.lg.thumb",function(){f?(f=!1,b.$thumbOuter.removeClass("lg-dragging"),b.left=g,Math.abs(d-c)<b.core.s.swipeThreshold&&(b.thumbClickable=!0)):b.thumbClickable=!0,e&&(e=!1,b.$thumbOuter.removeClass("lg-grabbing").addClass("lg-grab"))})},c.prototype.enableThumbSwipe=function(){var a=this,b=0,c=0,d=!1,e=0;a.core.$outer.find(".lg-thumb").on("touchstart.lg",function(c){a.thumbTotalWidth>a.thumbOuterWidth&&(c.preventDefault(),b=c.originalEvent.targetTouches[0].pageX,a.thumbClickable=!1)}),a.core.$outer.find(".lg-thumb").on("touchmove.lg",function(f){a.thumbTotalWidth>a.thumbOuterWidth&&(f.preventDefault(),c=f.originalEvent.targetTouches[0].pageX,d=!0,a.$thumbOuter.addClass("lg-dragging"),e=a.left,e-=c-b,e>a.thumbTotalWidth-a.thumbOuterWidth&&(e=a.thumbTotalWidth-a.thumbOuterWidth),e<0&&(e=0),a.setTranslate(e))}),a.core.$outer.find(".lg-thumb").on("touchend.lg",function(){a.thumbTotalWidth>a.thumbOuterWidth&&d?(d=!1,a.$thumbOuter.removeClass("lg-dragging"),Math.abs(c-b)<a.core.s.swipeThreshold&&(a.thumbClickable=!0),a.left=e):a.thumbClickable=!0})},c.prototype.toogle=function(){var a=this
;a.core.s.toogleThumb&&(a.core.$outer.addClass("lg-can-toggle"),a.$thumbOuter.append('<button aria-label="Toggle thumbnails" class="lg-toogle-thumb lg-icon"></button>'),a.core.$outer.find(".lg-toogle-thumb").on("click.lg",function(){a.core.$outer.toggleClass("lg-thumb-open")}))},c.prototype.thumbkeyPress=function(){var b=this;a(window).on("keydown.lg.thumb",function(a){38===a.keyCode?(a.preventDefault(),b.core.$outer.addClass("lg-thumb-open")):40===a.keyCode&&(a.preventDefault(),b.core.$outer.removeClass("lg-thumb-open"))})},c.prototype.destroy=function(){this.core.s.thumbnail&&this.core.$items.length>1&&(a(window).off("resize.lg.thumb orientationchange.lg.thumb keydown.lg.thumb"),this.$thumbOuter.remove(),this.core.$outer.removeClass("lg-has-thumb"))},a.fn.lightGallery.modules.Thumbnail=c}()}),function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(){"use strict";function b(a,b,c,d){var e=this;if(e.core.$slide.eq(b).find(".lg-video").append(e.loadVideo(c,"lg-object",!0,b,d)),d)if(e.core.s.videojs)try{videojs(e.core.$slide.eq(b).find(".lg-html5").get(0),e.core.s.videojsOptions,function(){!e.videoLoaded&&e.core.s.autoplayFirstVideo&&this.play()})}catch(a){console.error("Make sure you have included videojs")}else!e.videoLoaded&&e.core.s.autoplayFirstVideo&&e.core.$slide.eq(b).find(".lg-html5").get(0).play()}function c(a,b){var c=this.core.$slide.eq(b).find(".lg-video-cont");c.hasClass("lg-has-iframe")||(c.css("max-width",this.core.s.videoMaxWidth),this.videoLoaded=!0)}function d(b,c,d){var e=this,f=e.core.$slide.eq(c),g=f.find(".lg-youtube").get(0),h=f.find(".lg-vimeo").get(0),i=f.find(".lg-dailymotion").get(0),j=f.find(".lg-vk").get(0),k=f.find(".lg-html5").get(0);if(g)g.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}',"*");else if(h)try{$f(h).api("pause")}catch(a){console.error("Make sure you have included froogaloop2 js")}else if(i)i.contentWindow.postMessage("pause","*");else if(k)if(e.core.s.videojs)try{videojs(k).pause()}catch(a){console.error("Make sure you have included videojs")}else k.pause();j&&a(j).attr("src",a(j).attr("src").replace("&autoplay","&noplay"));var l;l=e.core.s.dynamic?e.core.s.dynamicEl[d].src:e.core.$items.eq(d).attr("href")||e.core.$items.eq(d).attr("data-src");var m=e.core.isVideo(l,d)||{};(m.youtube||m.vimeo||m.dailymotion||m.vk)&&e.core.$outer.addClass("lg-hide-download")}var e={videoMaxWidth:"855px",autoplayFirstVideo:!0,youtubePlayerParams:!1,vimeoPlayerParams:!1,dailymotionPlayerParams:!1,vkPlayerParams:!1,videojs:!1,videojsOptions:{}},f=function(b){return this.core=a(b).data("lightGallery"),this.$el=a(b),this.core.s=a.extend({},e,this.core.s),this.videoLoaded=!1,this.init(),this};f.prototype.init=function(){var e=this;e.core.$el.on("hasVideo.lg.tm",b.bind(this)),e.core.$el.on("onAferAppendSlide.lg.tm",c.bind(this)),e.core.doCss()&&e.core.$items.length>1&&(e.core.s.enableSwipe||e.core.s.enableDrag)?e.core.$el.on("onSlideClick.lg.tm",function(){var a=e.core.$slide.eq(e.core.index);e.loadVideoOnclick(a)}):e.core.$slide.on("click.lg",function(){e.loadVideoOnclick(a(this))}),e.core.$el.on("onBeforeSlide.lg.tm",d.bind(this)),e.core.$el.on("onAfterSlide.lg.tm",function(a,b){e.core.$slide.eq(b).removeClass("lg-video-playing")}),e.core.s.autoplayFirstVideo&&e.core.$el.on("onAferAppendSlide.lg.tm",function(a,b){if(!e.core.lGalleryOn){var c=e.core.$slide.eq(b);setTimeout(function(){e.loadVideoOnclick(c)},100)}})},f.prototype.loadVideo=function(b,c,d,e,f){var g,h=this,i="",j=1,k="",l=this.core.isVideo(b,e)||{};if(g=h.core.s.dynamic?h.core.s.dynamicEl[h.core.index].title:h.core.$items.eq(h.core.index).attr("title")||h.core.$items.eq(h.core.index).find("img").first().attr("alt"),g=g?'title="'+g+'"':"",d&&(j=this.videoLoaded?0:this.core.s.autoplayFirstVideo?1:0),l.youtube)k="?wmode=opaque&autoplay="+j+"&enablejsapi=1",this.core.s.youtubePlayerParams&&(k=k+"&"+a.param(this.core.s.youtubePlayerParams)),i='<iframe class="lg-video-object lg-youtube '+c+'" '+g+' width="560" height="315" src="//www.youtube.com/embed/'+l.youtube[1]+k+'" frameborder="0" allowfullscreen></iframe>';else if(l.vimeo)k="?autoplay="+j+"&api=1",this.core.s.vimeoPlayerParams&&(k=k+"&"+a.param(this.core.s.vimeoPlayerParams)),i='<iframe class="lg-video-object lg-vimeo '+c+'" '+g+' width="560" height="315"  src="//player.vimeo.com/video/'+l.vimeo[1]+k+'" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>';else if(l.dailymotion)k="?wmode=opaque&autoplay="+j+"&api=postMessage",this.core.s.dailymotionPlayerParams&&(k=k+"&"+a.param(this.core.s.dailymotionPlayerParams)),i='<iframe class="lg-video-object lg-dailymotion '+c+'" '+g+' width="560" height="315" src="//www.dailymotion.com/embed/video/'+l.dailymotion[1]+k+'" frameborder="0" allowfullscreen></iframe>';else if(l.html5){var m=f.substring(0,1);"."!==m&&"#"!==m||(f=a(f).html()),i=f}else l.vk&&(k="&autoplay="+j,this.core.s.vkPlayerParams&&(k=k+"&"+a.param(this.core.s.vkPlayerParams)),i='<iframe class="lg-video-object lg-vk '+c+'" '+g+' width="560" height="315" src="//vk.com/video_ext.php?'+l.vk[1]+k+'" frameborder="0" allowfullscreen></iframe>');return i},f.prototype.loadVideoOnclick=function(a){var b=this;if(a.find(".lg-object").hasClass("lg-has-poster")&&a.find(".lg-object").is(":visible"))if(a.hasClass("lg-has-video")){var c=a.find(".lg-youtube").get(0),d=a.find(".lg-vimeo").get(0),e=a.find(".lg-dailymotion").get(0),f=a.find(".lg-html5").get(0);if(c)c.contentWindow.postMessage('{"event":"command","func":"playVideo","args":""}',"*");else if(d)try{$f(d).api("play")}catch(a){console.error("Make sure you have included froogaloop2 js")}else if(e)e.contentWindow.postMessage("play","*");else if(f)if(b.core.s.videojs)try{videojs(f).play()}catch(a){console.error("Make sure you have included videojs")}else f.play();a.addClass("lg-video-playing")}else{a.addClass("lg-video-playing lg-has-video");var g,h,i=function(c,d){if(a.find(".lg-video").append(b.loadVideo(c,"",!1,b.core.index,d)),d)if(b.core.s.videojs)try{videojs(b.core.$slide.eq(b.core.index).find(".lg-html5").get(0),b.core.s.videojsOptions,function(){this.play()})}catch(a){console.error("Make sure you have included videojs")}else b.core.$slide.eq(b.core.index).find(".lg-html5").get(0).play()};b.core.s.dynamic?(g=b.core.s.dynamicEl[b.core.index].src,h=b.core.s.dynamicEl[b.core.index].html,i(g,h)):(g=b.core.$items.eq(b.core.index).attr("href")||b.core.$items.eq(b.core.index).attr("data-src"),h=b.core.$items.eq(b.core.index).attr("data-html"),i(g,h));var j=a.find(".lg-object");a.find(".lg-video").append(j),a.find(".lg-video-object").hasClass("lg-html5")||(a.removeClass("lg-complete"),a.find(".lg-video-object").on("load.lg error.lg",function(){a.addClass("lg-complete")}))}},f.prototype.destroy=function(){this.videoLoaded=!1},a.fn.lightGallery.modules.video=f}()}),function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(){"use strict";var b=function(){var a=!1,b=navigator.userAgent.match(/Chrom(e|ium)\/([0-9]+)\./);return b&&parseInt(b[2],10)<54&&(a=!0),a},c={scale:1,zoom:!0,actualSize:!0,enableZoomAfter:300,useLeftForZoom:b()},d=function(b){return this.core=a(b).data("lightGallery"),this.core.s=a.extend({},c,this.core.s),this.core.s.zoom&&this.core.doCss()&&(this.init(),this.zoomabletimeout=!1,this.pageX=a(window).width()/2,this.pageY=a(window).height()/2+a(window).scrollTop()),this};d.prototype.init=function(){var b=this,c='<button aria-label="Zoom in" id="lg-zoom-in" class="lg-icon"></button><button aria-label="Zoom out" id="lg-zoom-out" class="lg-icon"></button>';b.core.s.actualSize&&(c+='<button aria-label="Actual size" id="lg-actual-size" class="lg-icon"></button>'),b.core.s.useLeftForZoom?b.core.$outer.addClass("lg-use-left-for-zoom"):b.core.$outer.addClass("lg-use-transition-for-zoom"),this.core.$outer.find(".lg-toolbar").append(c),b.core.$el.on("onSlideItemLoad.lg.tm.zoom",function(c,d,e){var f=b.core.s.enableZoomAfter+e;a("body").hasClass("lg-from-hash")&&e?f=0:a("body").removeClass("lg-from-hash"),b.zoomabletimeout=setTimeout(function(){b.core.$slide.eq(d).addClass("lg-zoomable")},f+30)});var d=1,e=function(c){var d,e,f=b.core.$outer.find(".lg-current .lg-image"),g=(a(window).width()-f.prop("offsetWidth"))/2,h=(a(window).height()-f.prop("offsetHeight"))/2+a(window).scrollTop();d=b.pageX-g,e=b.pageY-h;var i=(c-1)*d,j=(c-1)*e;f.css("transform","scale3d("+c+", "+c+", 1)").attr("data-scale",c),b.core.s.useLeftForZoom?f.parent().css({left:-i+"px",top:-j+"px"}).attr("data-x",i).attr("data-y",j):f.parent().css("transform","translate3d(-"+i+"px, -"+j+"px, 0)").attr("data-x",i).attr("data-y",j)},f=function(){d>1?b.core.$outer.addClass("lg-zoomed"):b.resetZoom(),d<1&&(d=1),e(d)},g=function(c,e,g,h){var i,j=e.prop("offsetWidth");i=b.core.s.dynamic?b.core.s.dynamicEl[g].width||e[0].naturalWidth||j:b.core.$items.eq(g).attr("data-width")||e[0].naturalWidth||j;var k;b.core.$outer.hasClass("lg-zoomed")?d=1:i>j&&(k=i/j,d=k||2),h?(b.pageX=a(window).width()/2,b.pageY=a(window).height()/2+a(window).scrollTop()):(b.pageX=c.pageX||c.originalEvent.targetTouches[0].pageX,b.pageY=c.pageY||c.originalEvent.targetTouches[0].pageY),f(),setTimeout(function(){b.core.$outer.removeClass("lg-grabbing").addClass("lg-grab")},10)},h=!1;b.core.$el.on("onAferAppendSlide.lg.tm.zoom",function(a,c){var d=b.core.$slide.eq(c).find(".lg-image");d.on("dblclick",function(a){g(a,d,c)}),d.on("touchstart",function(a){h?(clearTimeout(h),h=null,g(a,d,c)):h=setTimeout(function(){h=null},300),a.preventDefault()})}),a(window).on("resize.lg.zoom scroll.lg.zoom orientationchange.lg.zoom",function(){b.pageX=a(window).width()/2,b.pageY=a(window).height()/2+a(window).scrollTop(),e(d)}),a("#lg-zoom-out").on("click.lg",function(){b.core.$outer.find(".lg-current .lg-image").length&&(d-=b.core.s.scale,f())}),a("#lg-zoom-in").on("click.lg",function(){b.core.$outer.find(".lg-current .lg-image").length&&(d+=b.core.s.scale,f())}),a("#lg-actual-size").on("click.lg",function(a){g(a,b.core.$slide.eq(b.core.index).find(".lg-image"),b.core.index,!0)}),b.core.$el.on("onBeforeSlide.lg.tm",function(){d=1,b.resetZoom()}),b.zoomDrag(),b.zoomSwipe()},d.prototype.resetZoom=function(){this.core.$outer.removeClass("lg-zoomed"),this.core.$slide.find(".lg-img-wrap").removeAttr("style data-x data-y"),this.core.$slide.find(".lg-image").removeAttr("style data-scale"),this.pageX=a(window).width()/2,this.pageY=a(window).height()/2+a(window).scrollTop()},d.prototype.zoomSwipe=function(){var a=this,b={},c={},d=!1,e=!1,f=!1;a.core.$slide.on("touchstart.lg",function(c){if(a.core.$outer.hasClass("lg-zoomed")){var d=a.core.$slide.eq(a.core.index).find(".lg-object");f=d.prop("offsetHeight")*d.attr("data-scale")>a.core.$outer.find(".lg").height(),e=d.prop("offsetWidth")*d.attr("data-scale")>a.core.$outer.find(".lg").width(),(e||f)&&(c.preventDefault(),b={x:c.originalEvent.targetTouches[0].pageX,y:c.originalEvent.targetTouches[0].pageY})}}),a.core.$slide.on("touchmove.lg",function(g){if(a.core.$outer.hasClass("lg-zoomed")){var h,i,j=a.core.$slide.eq(a.core.index).find(".lg-img-wrap");g.preventDefault(),d=!0,c={x:g.originalEvent.targetTouches[0].pageX,y:g.originalEvent.targetTouches[0].pageY},a.core.$outer.addClass("lg-zoom-dragging"),i=f?-Math.abs(j.attr("data-y"))+(c.y-b.y):-Math.abs(j.attr("data-y")),h=e?-Math.abs(j.attr("data-x"))+(c.x-b.x):-Math.abs(j.attr("data-x")),(Math.abs(c.x-b.x)>15||Math.abs(c.y-b.y)>15)&&(a.core.s.useLeftForZoom?j.css({left:h+"px",top:i+"px"}):j.css("transform","translate3d("+h+"px, "+i+"px, 0)"))}}),a.core.$slide.on("touchend.lg",function(){a.core.$outer.hasClass("lg-zoomed")&&d&&(d=!1,a.core.$outer.removeClass("lg-zoom-dragging"),a.touchendZoom(b,c,e,f))})},d.prototype.zoomDrag=function(){var b=this,c={},d={},e=!1,f=!1,g=!1,h=!1;b.core.$slide.on("mousedown.lg.zoom",function(d){var f=b.core.$slide.eq(b.core.index).find(".lg-object");h=f.prop("offsetHeight")*f.attr("data-scale")>b.core.$outer.find(".lg").height(),g=f.prop("offsetWidth")*f.attr("data-scale")>b.core.$outer.find(".lg").width(),b.core.$outer.hasClass("lg-zoomed")&&a(d.target).hasClass("lg-object")&&(g||h)&&(d.preventDefault(),c={x:d.pageX,y:d.pageY},e=!0,b.core.$outer.scrollLeft+=1,b.core.$outer.scrollLeft-=1,b.core.$outer.removeClass("lg-grab").addClass("lg-grabbing"))}),a(window).on("mousemove.lg.zoom",function(a){if(e){var i,j,k=b.core.$slide.eq(b.core.index).find(".lg-img-wrap");f=!0,d={x:a.pageX,y:a.pageY},b.core.$outer.addClass("lg-zoom-dragging"),j=h?-Math.abs(k.attr("data-y"))+(d.y-c.y):-Math.abs(k.attr("data-y")),i=g?-Math.abs(k.attr("data-x"))+(d.x-c.x):-Math.abs(k.attr("data-x")),b.core.s.useLeftForZoom?k.css({left:i+"px",top:j+"px"}):k.css("transform","translate3d("+i+"px, "+j+"px, 0)")}}),a(window).on("mouseup.lg.zoom",function(a){e&&(e=!1,b.core.$outer.removeClass("lg-zoom-dragging"),!f||c.x===d.x&&c.y===d.y||(d={x:a.pageX,y:a.pageY},b.touchendZoom(c,d,g,h)),f=!1),b.core.$outer.removeClass("lg-grabbing").addClass("lg-grab")})},d.prototype.touchendZoom=function(a,b,c,d){var e=this,f=e.core.$slide.eq(e.core.index).find(".lg-img-wrap"),g=e.core.$slide.eq(e.core.index).find(".lg-object"),h=-Math.abs(f.attr("data-x"))+(b.x-a.x),i=-Math.abs(f.attr("data-y"))+(b.y-a.y),j=(e.core.$outer.find(".lg").height()-g.prop("offsetHeight"))/2,k=Math.abs(g.prop("offsetHeight")*Math.abs(g.attr("data-scale"))-e.core.$outer.find(".lg").height()+j),l=(e.core.$outer.find(".lg").width()-g.prop("offsetWidth"))/2,m=Math.abs(g.prop("offsetWidth")*Math.abs(g.attr("data-scale"))-e.core.$outer.find(".lg").width()+l);(Math.abs(b.x-a.x)>15||Math.abs(b.y-a.y)>15)&&(d&&(i<=-k?i=-k:i>=-j&&(i=-j)),c&&(h<=-m?h=-m:h>=-l&&(h=-l)),d?f.attr("data-y",Math.abs(i)):i=-Math.abs(f.attr("data-y")),c?f.attr("data-x",Math.abs(h)):h=-Math.abs(f.attr("data-x")),e.core.s.useLeftForZoom?f.css({left:h+"px",top:i+"px"}):f.css("transform","translate3d("+h+"px, "+i+"px, 0)"))},d.prototype.destroy=function(){var b=this;b.core.$el.off(".lg.zoom"),a(window).off(".lg.zoom"),b.core.$slide.off(".lg.zoom"),b.core.$el.off(".lg.tm.zoom"),b.resetZoom(),clearTimeout(b.zoomabletimeout),b.zoomabletimeout=!1},a.fn.lightGallery.modules.zoom=d}()}),function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(0,function(a){!function(){"use strict";var b={hash:!0},c=function(c){return this.core=a(c).data("lightGallery"),this.core.s=a.extend({},b,this.core.s),this.core.s.hash&&(this.oldHash=window.location.hash,this.init()),this};c.prototype.init=function(){var b,c=this;c.core.$el.on("onAfterSlide.lg.tm",function(a,b,d){history.replaceState?history.replaceState(null,null,window.location.pathname+window.location.search+"#lg="+c.core.s.galleryId+"&slide="+d):window.location.hash="lg="+c.core.s.galleryId+"&slide="+d}),a(window).on("hashchange.lg.hash",function(){b=window.location.hash;var a=parseInt(b.split("&slide=")[1],10);b.indexOf("lg="+c.core.s.galleryId)>-1?c.core.slide(a,!1,!1):c.core.lGalleryOn&&c.core.destroy()})},c.prototype.destroy=function(){this.core.s.hash&&(this.oldHash&&this.oldHash.indexOf("lg="+this.core.s.galleryId)<0?history.replaceState?history.replaceState(null,null,this.oldHash):window.location.hash=this.oldHash:history.replaceState?history.replaceState(null,document.title,window.location.pathname+window.location.search):window.location.hash="",this.core.$el.off(".lg.hash"))},a.fn.lightGallery.modules.hash=c}()}),function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(){"use strict";var b={share:!0,facebook:!0,facebookDropdownText:"Facebook",twitter:!0,twitterDropdownText:"Twitter",googlePlus:!0,googlePlusDropdownText:"GooglePlus",pinterest:!0,pinterestDropdownText:"Pinterest"},c=function(c){return this.core=a(c).data("lightGallery"),this.core.s=a.extend({},b,this.core.s),this.core.s.share&&this.init(),this};c.prototype.init=function(){var b=this,c='<button aria-label="Share" id="lg-share" class="lg-icon" aria-haspopup="true" aria-expanded="false"><ul class="lg-dropdown" style="position: absolute;">';c+=b.core.s.facebook?'<li><a id="lg-share-facebook" target="_blank"><span class="lg-icon"></span><span class="lg-dropdown-text">'+this.core.s.facebookDropdownText+"</span></a></li>":"",c+=b.core.s.twitter?'<li><a id="lg-share-twitter" target="_blank"><span class="lg-icon"></span><span class="lg-dropdown-text">'+this.core.s.twitterDropdownText+"</span></a></li>":"",c+=b.core.s.googlePlus?'<li><a id="lg-share-googleplus" target="_blank"><span class="lg-icon"></span><span class="lg-dropdown-text">'+this.core.s.googlePlusDropdownText+"</span></a></li>":"",c+=b.core.s.pinterest?'<li><a id="lg-share-pinterest" target="_blank"><span class="lg-icon"></span><span class="lg-dropdown-text">'+this.core.s.pinterestDropdownText+"</span></a></li>":"",c+="</ul></button>",this.core.$outer.find(".lg-toolbar").append(c),this.core.$outer.find(".lg").append('<div id="lg-dropdown-overlay"></div>'),a("#lg-share").on("click.lg",function(){b.core.$outer.toggleClass("lg-dropdown-active");var c=a("#lg-share").attr("aria-expanded");a("#lg-share").attr("aria-expanded","true"!==c)}),a("#lg-dropdown-overlay").on("click.lg",function(){b.core.$outer.removeClass("lg-dropdown-active"),a("#lg-share").attr("aria-expanded",!1)}),b.core.$el.on("onAfterSlide.lg.tm",function(c,d,e){setTimeout(function(){a("#lg-share-facebook").attr("href","https://www.facebook.com/sharer/sharer.php?u="+encodeURIComponent(b.getSahreProps(e,"facebookShareUrl")||window.location.href)),a("#lg-share-twitter").attr("href","https://twitter.com/intent/tweet?text="+b.getSahreProps(e,"tweetText")+"&url="+encodeURIComponent(b.getSahreProps(e,"twitterShareUrl")||window.location.href)),a("#lg-share-googleplus").attr("href","https://plus.google.com/share?url="+encodeURIComponent(b.getSahreProps(e,"googleplusShareUrl")||window.location.href)),a("#lg-share-pinterest").attr("href","http://www.pinterest.com/pin/create/button/?url="+encodeURIComponent(b.getSahreProps(e,"pinterestShareUrl")||window.location.href)+"&media="+encodeURIComponent(b.getSahreProps(e,"src"))+"&description="+b.getSahreProps(e,"pinterestText"))},100)})},c.prototype.getSahreProps=function(a,b){var c="";if(this.core.s.dynamic)c=this.core.s.dynamicEl[a][b];else{var d=this.core.$items.eq(a).attr("href"),e=this.core.$items.eq(a).data(b);c="src"===b?d||e:e}return c},c.prototype.destroy=function(){},a.fn.lightGallery.modules.share=c}()});PK�JFZ3��x�xelementor.jsnu�[���( function( $ ) {
    'use strict';

    /* rtl check */
	function rtl_owl(){
    if ($('body').hasClass("rtl")) {
        return true;
    } else {
        return false;
    }};

    function rtl_isotop(){
        if ($('body').hasClass("rtl")) {
            return false;
        } else {
            return true;
    }};

    /* --------------------------------------------------
    * accordions
    * --------------------------------------------------*/
    var customAccordions = function ($scope, $) {
        $scope.find('.ot-accordions').each( function () {
            var selector = $(this),
                content = selector.find('.acc-content'),
                header  = selector.find('.acc-toggle');

            header.off("click");

            header.each(function(){
                if ($(this).data('default') == 'yes') {
                    $(this).next().addClass('active').slideDown(300);
                    $(this).parent().addClass('current');
                }
            });

            header.on('click', function(e){
                e.preventDefault();
                var $this = $(this);

                $this.next().toggleClass('active').slideToggle(300);
                $this.parent().toggleClass('current');
                content.not($this.next()).slideUp(300);
                header.not($this).parent().removeClass('current');
            });
        });
    };

    /* --------------------------------------------------
    * tabs
    * --------------------------------------------------*/
    var customTabs = function ($scope, $) {

        $scope.find('.ot-tabs').each(function() {
            var selector = $(this),
                tabs     = selector.find('.tabs-heading li'),
                content  = selector.find('.tab-content');
            tabs.first().addClass('current');
            content.first().addClass('current');

            tabs.on( 'click', function(){
                var tab_id = $(this).attr('data-tab');
                $(this).siblings().removeClass('current');
                $(this).parents('.ot-tabs').find('.tab-content').removeClass('current');
                $(this).addClass('current');
                $("#"+tab_id).addClass('current');
            });
        });
    };

    /* --------------------------------------------------
     * counter
     * --------------------------------------------------*/
    var iCounter = function () {
        $('.icounter[data-counter]').each( function () {
            var scrollTop   = $(document).scrollTop() + $(window).height();
            var counter     = $(this).find('span.num'),
                countTo     = counter.attr('data-to'),
                during      = parseInt( counter.attr('data-time') );

            if ( scrollTop > counter.offset().top + counter.height() ) {
                $(this).removeAttr('data-counter');
                $({
                    countNum: counter.text()
                }).animate({
                    countNum: countTo
                },
                {
                    duration: during,
                    easing: 'swing',
                    step: function() {
                        counter.text(Math.floor(this.countNum));
                    },
                    complete: function() {
                        counter.text(this.countNum);
                    }
                });
            }
        });
    };

    /* --------------------------------------------------
    * coming soon
    * --------------------------------------------------*/
    var countDown = function($scope, $){
        $scope.find('.ot-countdown').each( function(){
            var selector = $(this),
                date     = selector.data('date'),
                zone     = selector.data('zone'),
                day      = selector.data('day'),
                days     = selector.data('days'),
                hour     = selector.data('hour'),
                hours    = selector.data('hours'),
                min      = selector.data('min'),
                mins     = selector.data('mins'),
                second   = selector.data('second'),
                seconds  = selector.data('seconds');
            selector.countdown({
                date: date,
                offset: zone,
                day: day,
                days: days,
                hour: hour,
                hours: hours,
                minute: min,
                minutes: mins,
                second: second,
                seconds: seconds
            }, function () {
                alert('Done!');
            });
        });
    };

    /* --------------------------------------------------
     * client logos
     * --------------------------------------------------*/
    var clientLogos = function ($scope, $) {
        $scope.find('.logos-carousel').each( function () {
            var $this     = $(this),
                $loop     = $this.data('loop'),
                $auto     = $this.data('auto'),
                $time     = $this.data('time'),
                $dots     = $this.data('dots'),
                $nav      = $this.data('arrows'),
                $items    = $this.data('show') ? $this.data('show') : 2,
                $titems   = $this.data('tshow') ? $this.data('tshow') : 2,
                $mitems   = $this.data('mshow') ? $this.data('mshow') : 2,
                $gaps     = $this.data('gaps') !== '' ? $this.data('gaps') : 70,
                $tgaps    = $this.data('tgaps') !== '' ? $this.data('tgaps') : 50,
                $mgaps    = $this.data('mgaps') !== '' ? $this.data('mgaps') : 30,
                $selector = $this.find('.owl-carousel');
            $selector.owlCarousel({
                rtl: rtl_owl(),
                autoplay:$auto,
                autoplayTimeout: $time,
                loop:$loop,
                responsiveClass:true,
                dots:$dots,
                nav:$nav,
                navText:['<i class="ot-flaticon-left-arrow-2"></i>', '<i class="ot-flaticon-trajectory"></i>'],
                responsive : {
                    0 : {
                        margin:$mgaps,
                        items:$mitems,
                    },
                    768 : {
                        margin:$tgaps,
                        items:$titems,
                    },
                    1024 : {
                        margin:$gaps,
                        items:$items,
                    }
                }
            });
        });
    };

    /* --------------------------------------------------
     * testimonials carousel
     * --------------------------------------------------*/
    var testiCarousel = function ($scope, $) {
        $scope.find('.ot-testimonials-carousel').each( function () {
            var $this     = $(this),
                $loop     = $this.data('loop'),
                $auto     = $this.data('auto'),
                $time     = $this.data('time'),
                $dots     = $this.data('dots'),
                $nav      = $this.data('arrows'),
                $items    = $this.data('show') ? $this.data('show') : 3,
                $titems   = $this.data('tshow') ? $this.data('tshow') : 2,
                $mitems   = $this.data('mshow') ? $this.data('mshow') : 1,
                $selector = $this.find('.owl-carousel');
            $selector.owlCarousel({
                rtl: rtl_owl(),
                autoplay:$auto,
                autoplayTimeout: $time,
                loop:$loop,
                responsiveClass:true,
                margin:30,
                dots:$dots,
                nav:$nav,
                navText:['<i class="ot-flaticon-left-arrow-2"></i>', '<i class="ot-flaticon-trajectory"></i>'],
                responsive : {
                    0 : {
                        items:$mitems,
                    },
                    768 : {
                        items:$titems,
                    },
                    1024 : {
                        items:$items,
                    }
                }
            });
        });
    };

    /* --------------------------------------------------
     * testimonials carousel 2
     * --------------------------------------------------*/
    var testiCarousel2 = function ($scope, $) {
        $scope.find('.ot-testimonials-carousel-2').each( function () {
            var $this     = $(this),
                $loop     = $this.data('loop'),
                $auto     = $this.data('auto'),
                $time     = $this.data('time'),
                $dots     = $this.data('dots'),
                $nav      = $this.data('arrows'),
                $selector = $this.find('.owl-carousel');
            $selector.owlCarousel({
                rtl: rtl_owl(),
                autoplay:$auto,
                autoplayTimeout: $time,
                loop:$loop,
                responsiveClass:true,
                animateOut: 'fadeOut',
                animateIn: 'fadeIn',
                margin:30,
                items:1,
                dots:$dots,
                nav:$nav,
                navText:['<i class="ot-flaticon-left-arrow-2"></i>', '<i class="ot-flaticon-trajectory"></i>'],
            });
        });
    };

    /* --------------------------------------------------
     * progress bar
     * --------------------------------------------------*/
    function lineProgress() {
        $('.line-progress:not([data-processed])').each(function() {
            var bar = $(this),
                line = bar.find(".progress-bar"),
                progressEnd = bar.data('percent'),
                percent = bar.find('.percent');
            var scrollTop = $(document).scrollTop() + $(window).height();

            if ( scrollTop >  bar.offset().top +  bar.height() ) {
                bar.attr("data-processed", "true");
                line.css("width", (bar.outerWidth() * (progressEnd / 100)) + "px");

                for (var i = 0; i <= 50; i++) {
                    (function (count) {
                        setTimeout(function () {
                            percent.html(Math.round((progressEnd / 50) * count) + "%");
                        }, 30 * count);
                    })(i);
                }
            }
        });
    };

    /* line progress */
    function lineProgressSize() {
        $('.line-progress[data-processed]').each(function () {
            var bar = $(this);
            var line = bar.find(".progress-bar");
            var progressEnd = parseInt(bar.data('percent'));

            line.css("width", (bar.outerWidth() * (progressEnd / 100)) + "px");
        
        });
    }

    /* circle progress */
    function circleProgress() {
        $('.circle-progress:not([data-processed])').each(function() {
            var circle    = $(this),
                bar_color = circle.data('color'),
                bar_hei   = circle.data('height'),
                bar_size  = circle.data('size');
            var scrollTop = $(document).scrollTop() + $(window).height();
            if ( scrollTop >  circle.offset().top +  circle.height() ) {
                circle.attr("data-processed", "true");
                circle.find('.inner-bar').easyPieChart({
                    barColor: bar_color,
                    trackColor: false,
                    scaleColor: false,
                    lineCap: 'square',
                    lineWidth: bar_hei,
                    size: bar_size,
                    animate: 1000,
                    onStart: $.noop,
                    onStop: $.noop,
                    easing: 'easeOutBounce',
                    onStep: function(from, to, percent) {
                        $(this.el).find('.percent').text(Math.round(percent) + '%');
                    }
                });
            }
        });
    };
    
    var progressBar = function () {
        lineProgress();
        circleProgress();
    };

    /* --------------------------------------------------
	* projects filter isotope
	* --------------------------------------------------*/
         
    var projectsFilter = function () {
        function updateFilter() {
            $('.project_filters a').each(function() {
                var data_filter = this.getAttribute('data-filter');
                var num = $(this)
                    .closest('.project-filter-wrapper')
                    .find('.project-item')
                    .filter(data_filter).length;
                $(this)
                    .find('.filter-count')
                    .text( num );
            });
        }
        $('.projects-grid').each( function(){
            var $container = $(this); 
            $container.imagesLoaded(function(){
                $container.isotope({ 
                    itemSelector : '.project-item', 
                    animationEngine : 'css',
                    masonry: {
                        columnWidth: '.grid-sizer'
                    },
                    isOriginLeft: rtl_isotop(),
                });
            });
    
            var $optionSets  = $(this).closest('.project-filter-wrapper').find('.project_filters'),
                $optionLinks = $optionSets.find('a');
    
            $optionLinks.on('click', function(){
                var $this = $(this);
    
                if ( $this.hasClass('selected') ) {
                    return false;
                }
                var $optionSet = $this.parents('.project_filters');
                    $optionSet.find('.selected').removeClass('selected');
                    $this.addClass('selected');
    
                var selector = $(this).attr('data-filter');
                    $container.isotope({ 
                        filter: selector 
                    });
                return false;
            });
            /* popup gallery */
            if( $container.hasClass('img-popup') ){
                $('.img-popup').lightGallery({
                    selector: '.projects-thumbnail',
                    share: false,
                    pager: false,
                    thumbnail: false
                });
            }
            /* count filters */
            updateFilter();
        });
    };

    /* --------------------------------------------------
    * projects carousel
    * --------------------------------------------------*/
    var projectsCarousel = function ($scope, $) {
        $scope.find('.project-slider').each( function () {
            var $this     = $(this),
                $loop     = $this.data('loop'),
                $auto     = $this.data('auto'),
                $time     = $this.data('time'),
                $center   = $this.data('center'),
                $dots     = $this.data('dots'),
                $nav      = $this.data('arrows'),
                $items    = $this.data('show') ? $this.data('show') : 2,
                $titems   = $this.data('tshow') ? $this.data('tshow') : 2,
                $mitems   = $this.data('mshow') ? $this.data('mshow') : 2,
                $gaps     = $this.data('gaps') !== '' ? $this.data('gaps') : 60,
                $tgaps    = $this.data('tgaps') !== '' ? $this.data('tgaps') : 40,
                $mgaps    = $this.data('mgaps') !== '' ? $this.data('mgaps') : 20,
                $selector = $this.find('.owl-carousel');
            $selector.owlCarousel({
                rtl: rtl_owl(),
                autoplay:$auto,
                autoplayTimeout: $time,
                center:$center,
                loop:$loop,
                responsiveClass:true,
                dots:$dots,
                nav:$nav,
                navText:['<i class="ot-flaticon-left-arrow-2"></i>', '<i class="ot-flaticon-trajectory"></i>'],
                responsive : {
                    0 : {
                        margin:$mgaps,
                        items:$mitems,
                    },
                    768 : {
                        margin:$tgaps,
                        items:$titems,
                    },
                    1024 : {
                        margin:$gaps,
                        items:$items,
                    }
                }
            });
        });
    };

    /* --------------------------------------------------
    * posts carousel
    * --------------------------------------------------*/
    var postCarousel = function ($scope, $) {
        $scope.find('.post-slider').each( function () {
            var $this     = $(this),
                $loop     = $this.data('loop'),
                $auto     = $this.data('auto'),
                $time     = $this.data('time'),
                $dots     = $this.data('dots'),
                $nav      = $this.data('arrows'),
                $items    = $this.data('show') ? $this.data('show') : 3,
                $titems   = $this.data('tshow') ? $this.data('tshow') : 2,
                $mitems   = $this.data('mshow') ? $this.data('mshow') : 1,
                $gaps     = $this.data('gaps') !== '' ? $this.data('gaps') : 30,
                $tgaps    = $this.data('tgaps') !== '' ? $this.data('tgaps') : 30,
                $mgaps    = $this.data('mgaps') !== '' ? $this.data('mgaps') : 30,
                $selector = $this.find('.owl-carousel');
            $selector.owlCarousel({
                rtl: rtl_owl(),
                autoplay:$auto,
                autoplayTimeout: $time,
                loop:$loop,
                responsiveClass:true,
                dots:$dots,
                nav:$nav,
                navText:['<i class="ot-flaticon-left-arrow-2"></i>', '<i class="ot-flaticon-trajectory"></i>'],
                responsive : {
                    0 : {
                        margin:$mgaps,
                        items:$mitems,
                    },
                    768 : {
                        margin:$tgaps,
                        items:$titems,
                    },
                    1024 : {
                        margin:$gaps,
                        items:$items,
                    }
                }
            });
        });
    };

    /* --------------------------------------------------
    * team carousel
    * --------------------------------------------------*/
    var teamCarousel = function ($scope, $) {
        $scope.find('.ot-team-carousel').each( function () {
            var $this     = $(this),
                $loop     = $this.data('loop'),
                $auto     = $this.data('auto'),
                $time     = $this.data('time'),
                $dots     = $this.data('dots'),
                $nav      = $this.data('arrows'),
                $items    = $this.data('show') ? $this.data('show') : 3,
                $titems   = $this.data('tshow') ? $this.data('tshow') : 2,
                $mitems   = $this.data('mshow') ? $this.data('mshow') : 1,
                $gaps     = $this.data('gaps') !== '' ? $this.data('gaps') : 30,
                $tgaps    = $this.data('tgaps') !== '' ? $this.data('tgaps') : 30,
                $mgaps    = $this.data('mgaps') !== '' ? $this.data('mgaps') : 30,
                $selector = $this.find('.owl-carousel');
            $selector.owlCarousel({
                rtl: rtl_owl(),
                autoplay:$auto,
                autoplayTimeout: $time,
                loop:$loop,
                responsiveClass:true,
                dots:$dots,
                nav:$nav,
                navText:['<i class="ot-flaticon-left-arrow-2"></i>', '<i class="ot-flaticon-trajectory"></i>'],
                responsive : {
                    0 : {
                        margin:$mgaps,
                        items:$mitems,
                    },
                    768 : {
                        margin:$tgaps,
                        items:$titems,
                    },
                    1024 : {
                        margin:$gaps,
                        items:$items,
                    }
                }
            });
        });
    };

    /* --------------------------------------------------
    * image box carousel
    * --------------------------------------------------*/
    var imageboxCarousel = function ($scope, $) {
        $scope.find('.image-box-carousel').each( function () {
            var $this     = $(this),
                $loop     = $this.data('loop'),
                $auto     = $this.data('auto'),
                $time     = $this.data('time'),
                $dots     = $this.data('dots'),
                $nav      = $this.data('arrows'),
                $items    = $this.data('show') ? $this.data('show') : 3,
                $titems   = $this.data('tshow') ? $this.data('tshow') : 2,
                $mitems   = $this.data('mshow') ? $this.data('mshow') : 1,
                $gaps     = $this.data('gaps') !== '' ? $this.data('gaps') : 30,
                $tgaps    = $this.data('tgaps') !== '' ? $this.data('tgaps') : 30,
                $mgaps    = $this.data('mgaps') !== '' ? $this.data('mgaps') : 30,
                $selector = $this.find('.owl-carousel');
            $selector.owlCarousel({
                rtl: rtl_owl(),
                autoplay:$auto,
                autoplayTimeout: $time,
                loop:$loop,
                responsiveClass:true,
                dots:$dots,
                nav:$nav,
                navText:['<i class="ot-flaticon-left-arrow-2"></i>', '<i class="ot-flaticon-trajectory"></i>'],
                responsive : {
                    0 : {
                        margin:$mgaps,
                        items:$mitems,
                    },
                    768 : {
                        margin:$tgaps,
                        items:$titems,
                    },
                    1024 : {
                        margin:$gaps,
                        items:$items,
                    }
                }
            });
        });
    };

    /* --------------------------------------------------
    * social team
    * --------------------------------------------------*/
    var teamSocial = function ( $scope , $ ) {
        $scope.find('.team-social > span').on('click', function(){
            $(this).parent().toggleClass('active');
        });
    };

    /* --------------------------------------------------
    * video button
    * --------------------------------------------------*/
    var videoButton = function($scope, $){
        $scope.find('.ot-video-button').each( function(){
                $(this).lightGallery({
                selector: '.btn-play',
            });
        });
    }

    /* --------------------------------------------------
    * message box
    * --------------------------------------------------*/
    var messageBox = function($scope, $){
        $scope.find('.ot-message-box').each( function(){
            var selector = $(this),
                close = selector.find('>i');
            close.on('click', function() {
                $scope.fadeOut();
            });
        });
    };

    /* --------------------------------------------------
    * background list
    * --------------------------------------------------*/
    
    var featuresService = function($scope, $){
        $scope.find('.features-service-wrapper').each( function(){
            var selector = $(this),
                colHandle = selector.find('.features-service-item'),
                bgHandle = selector.find('.features-service-img');
            
                colHandle.each(function(){
                    if ($(this).data('default') == 'yes') {
                        bgHandle.removeClass('hover');
                        $(this).next().addClass('hover');
                    }
                });
               
                    colHandle.hover(
                        function() {
                            bgHandle.removeClass('hover');
                            $(this).next().addClass('hover');
                        }
                    );
                
                
        });
    };
    
    function fserviceResize(){
        var wraper = $('.features-service-wrapper');
        if(wraper.length){
            wraper.each(function () {
                var item = $(this).find('.features-service-item');
                    item.each(function () {
                        var desc = $(this).find('.features-service-desc'),
                            title = $(this).find('.features-service-title'),
                            width = $(window).width();

                        if (width > 1024){
                            var hdesc = desc.outerHeight(!0);
                            title.css({ transform: "translateY(" + hdesc + "px)" }),
                            $(this)
                                .mouseenter(function () {
                                    title.css({ transform: "translateY(0px)" });
                                })
                                .mouseleave(function () {
                                    title.css({ transform: "translateY(" + hdesc + "px)" });
                                });
                        }
                        else{
                            title.css("transform","");
                            $(this).unbind('mouseenter mouseleave');
                        }
                    });
            });
        }  
        
    }
    function fserviceResize1(){
        var wraper = $('.features-service-wrapper');
        if(wraper.length){
            wraper.each(function () {
                var item = $(this).find('.features-service-item');
                    item.each(function () {
                        var desc = $(this).find('.features-service-desc'),
                            width = $(window).width();

                        if (width > 1024){
                            desc.css("max-height","0"),
                            $(this)
                                .mouseenter(function () {
                                    desc.css( "max-height","100%" );
                                })
                                .mouseleave(function () {
                                    desc.css("max-height","0");
                                });
                        }
                        else{
                            desc.css("max-height","");
                            $(this).unbind('mouseenter mouseleave');
                        }
                    });
            });
        }  
        
    }

    /* --------------------------------------------------
    * handle after scroll/load/resize
    * --------------------------------------------------*/
    $(window).on('scroll', function() {
        lineProgress();
        circleProgress();
        iCounter();
    });

    $(window).on('load', function () {
        lineProgress();
        circleProgress();
        iCounter();
        fserviceResize();
    });

    $(window).on('resize', function () {
        lineProgressSize();
        fserviceResize();
    });

    /**
     * Elementor JS Hooks
     */
    $(window).on("elementor/frontend/init", function () {

        /* accordions*/
        elementorFrontend.hooks.addAction(
            "frontend/element_ready/iaccordions.default",
            customAccordions
        );

        /* tabs*/
        elementorFrontend.hooks.addAction(
            "frontend/element_ready/itabs.default",
            customTabs
        );

        /* counter */
        elementorFrontend.hooks.addAction(
            "frontend/element_ready/icounter.default",
            iCounter
        );

        /* counter 2 */
        elementorFrontend.hooks.addAction(
            "frontend/element_ready/icounter2.default",
            iCounter
        );

        /* logos carousel */
        elementorFrontend.hooks.addAction(
            "frontend/element_ready/iclogos.default",
            clientLogos
        );

        /* testimonials carousel */
        elementorFrontend.hooks.addAction(
            "frontend/element_ready/itestimonials.default",
            testiCarousel
        );

        /* testimonials carousel 2 */
        elementorFrontend.hooks.addAction(
            "frontend/element_ready/itestimonials2.default",
            testiCarousel2
        );

        /* image box carousel */
        elementorFrontend.hooks.addAction(
            "frontend/element_ready/iiboxcarousel.default",
            imageboxCarousel
        );

        /* progress bar */
        elementorFrontend.hooks.addAction(
            "frontend/element_ready/iprogress.default",
            progressBar
        );
        
        /* projects filter */
        elementorFrontend.hooks.addAction(
            "frontend/element_ready/ipfilter.default",
            projectsFilter
        );

        /* projects carousel */
        elementorFrontend.hooks.addAction(
            "frontend/element_ready/ipcarousel.default",
            projectsCarousel
        );

        /* posts carousel */
        elementorFrontend.hooks.addAction(
            "frontend/element_ready/ipostcarousel.default",
            postCarousel
        );

        /* team carousel */
        elementorFrontend.hooks.addAction(
            "frontend/element_ready/iteamcarousel.default",
            teamCarousel
        );

        /*team social*/
        elementorFrontend.hooks.addAction(
            "frontend/element_ready/imember.default",
            teamSocial
        );

        /*countdown*/
        elementorFrontend.hooks.addAction(
            "frontend/element_ready/icountdown.default",
            countDown
        );
        
        /* video button */
        elementorFrontend.hooks.addAction(
            "frontend/element_ready/ivideopopup.default",
            videoButton
        );

        /* message box */
        elementorFrontend.hooks.addAction(
            "frontend/element_ready/imessagebox.default",
            messageBox
        );

        /* background list */
        elementorFrontend.hooks.addAction(
            "frontend/element_ready/ifearuresservice.default",
            featuresService
        );

    });

} )( jQuery );PK[jFZ ��ffimages/logo-g2-white.svgnu�[���<?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" fill="none" height="30" viewBox="0 0 30 30" width="30"><g fill="#fff"><path d="m26.0539 8.87178h-4.4729c.1264-.70757.556-1.09926 1.4278-1.54149l.8213-.41697c1.4783-.75811 2.2617-1.60467 2.2617-3.00717 0-.88446-.3412-1.56677-1.0108-2.07217-.6571-.50541-1.4783-.74548-2.4007-.74548-.7455 0-1.4151.18953-2.0469.58122-.6065.37906-1.074.85919-1.352 1.47832l1.2888 1.30142c.5054-1.01081 1.2256-1.51622 2.1859-1.51622.8087 0 1.3141.41696 1.3141.99818 0 .49277-.2401.8971-1.1751 1.3646l-.5307.2527c-1.1498.58122-1.9458 1.23825-2.4007 1.99636-.4548.74548-.6949 1.70575-.6949 2.85552v.3159h6.7725v-1.84472zm-.6065 3.99272h-7.4169l-3.7021 6.4187h7.4169l3.7021 6.4187 3.7021-6.4187z"></path><path d="m14.9727 23.554c-4.7129 0-8.55402-3.8411-8.55402-8.5541 0-4.7129 3.84112-8.554 8.55402-8.554l2.9314-6.128069c-.9603-.189528-1.9459-.2906093-2.9314-.2906093-8.26341 0-14.9727 6.7092883-14.9727 14.9726783 0 8.2761 6.70929 14.9727 14.9727 14.9727 3.2978 0 6.3429-1.0613 8.8194-2.8682l-3.2473-5.6226c-1.4909 1.2888-3.4368 2.0722-5.5721 2.0722z"></path></g></svg> PK[jFZe��F�(�(images/wp-recipe-maker-logo.svgnu�[���<svg width="185" role="img" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1488.21 189.15"><rect width="23.81" height="26.01" x="113.83" y="17.03" fill="#3a5160" rx="4" ry="4" transform="rotate(-10 125.733 30.062)"/><rect width="23.81" height="26.01" x="119.56" y="49.62" fill="#3a5160" rx="4" ry="4" transform="rotate(-10 131.463 62.64)"/><path fill="#010101" d="M1120.63 107.35c-2.45 8.59-4.88 17.07-7.33 25.62-3.61-.29-7.03-.55-10.43-.83-1.86-.15-3.71-.42-5.57-.45-1.3-.02-1.94-.36-2.25-1.74-3.51-15.67-7.15-31.32-10.65-47-2.81-12.58-5.48-25.18-8.27-37.77-.26-1.17-.89-2.26-1.69-3.33.53 34.76 1.77 69.45 3.62 104.35-8.55-.78-16.89-1.54-25.37-2.31-1.24-42.47-3.33-84.87 1.77-127.36 3.42.26 6.78.51 10.13.77 8.19.65 16.38 1.33 24.58 1.92 1.11.08 1.54.43 1.82 1.46 4.04 14.57 7.19 29.33 9.99 44.17 1.23 6.51 2.43 13.02 3.64 19.53.03.18.1.35.27.93 7.73-24.53 13.76-49.07 18.93-73.99 2.23.17 4.42.31 6.61.5 8.44.73 16.87 1.47 25.31 2.21 1.05.09 2.11.21 3.17.25.97.03 1.37.34 1.39 1.41.21 8.53.65 17.05.74 25.58.26 23.65.55 47.3.48 70.95-.03 11.06-.84 22.13-1.31 33.19-.03.73-.14 1.45-.22 2.28-8.85-.83-17.5-1.63-26.35-2.46 3.22-33.66 3.51-67.33 4.22-100.99-.27-.06-.54-.13-.81-.19-.52 1.33-1.18 2.62-1.53 3.99-1.39 5.46-2.64 10.95-4.02 16.42-3.6 14.26-7.23 28.51-10.87 42.88ZM265.8 87.29c-2.62 11.14-5.09 22.19-7.86 33.17-1.9 7.51-4.21 14.92-6.35 22.37-.08.28-.24.53-.4.89-3.54-.27-7.05-.53-10.56-.8-2.11-.16-4.22-.4-6.33-.49-1.11-.05-1.61-.3-1.85-1.54-2.74-14.44-5.65-28.85-8.35-43.29-2.31-12.35-4.52-24.72-6.57-37.11-1.61-9.76-2.95-19.56-4.35-29.35-.85-5.96-1.59-11.93-2.36-17.9-.06-.48 0-.98 0-1.63 8.26.69 16.46 1.38 24.63 2.06 3.21 29.25 6.41 58.4 9.61 87.54.24.02.47.03.71.05 3.2-12.67 5.75-25.49 8.2-38.32 2.46-12.87 4.49-25.83 6.73-38.86 6.2.55 12.56 1.12 19.02 1.7 2.28 25.19 5.32 50.17 8.09 75.17.25 0 .5.02.76.03 7.1-29.92 13.76-59.93 17.67-90.72 8.43.7 16.82 1.39 25.32 2.09-.87 4.78-1.66 9.33-2.54 13.86-4.56 23.44-9.8 46.74-16.01 69.81-3.96 14.69-8.3 29.28-12.41 43.93-.38 1.34-.9 1.62-2.31 1.47-5.21-.56-10.44-.94-15.66-1.32-.85-.06-1.19-.3-1.4-1.15-3.78-14.91-7.62-29.81-11.4-44.72-.93-3.65-1.66-7.36-2.49-11.04-.06-.28-.23-.54-.44-1.02-.39 1.82-.74 3.41-1.11 5.13ZM583.7 120.05c4.39 6.04 8.71 11.99 13.09 18.03-6.24 4.56-12.38 9.05-18.32 13.39-14.44-19.46-28.78-38.78-43.12-58.11-.16.08-.32.15-.48.23-.58 17.99-1.16 35.99-1.74 54.13-8.88-.97-17.46-1.9-25.78-2.81 0-3.14-.13-6.08.02-9 1.29-25.57 1.83-51.15 1.74-76.75-.05-13.67.09-27.34.09-41.01 0-1.21.45-1.72 1.52-2.18 10.29-4.43 21.01-7.33 32.16-8.52 7.54-.81 15.09-1.09 22.51 1.03 14.48 4.15 23.19 13.68 26.52 28.08 2.34 10.1 1.28 19.78-4.3 28.79-3.46 5.59-7.73 10.49-12.74 14.71-4.37 3.68-8.98 7.08-13.47 10.6l22.3 29.38m-15.29-80.78c-2.59-6.62-7.63-9.99-15.03-10.21-5.83-.18-11.4 1.07-16.93 2.68-1.11.32-1.49.79-1.49 1.95-.02 14.86-.1 29.71-.15 44.57 0 .47.05.94.09 1.68 2.3-1.2 4.41-2.23 6.46-3.37 9.2-5.15 17.52-11.34 23.96-19.78 4-5.25 5.34-10.95 3.1-17.51ZM378.34 8.76c9.83-1.09 19.28-.47 28.16 3.98 13.54 6.79 21.67 17.63 24.2 32.39 2.72 15.86-2.85 28.92-14.5 39.69-8.92 8.25-19.54 13.61-31 17.5-1.8.61-3.61 1.25-5.46 1.69-1.04.25-1.22.73-1.2 1.66.16 9.93.28 19.86.41 29.78.05 3.69.1 7.38.14 11.08 0 .34-.05.67-.08 1.15-8.68-.82-17.28-1.63-25.92-2.44-.1-2.25-.23-4.39-.29-6.52-.63-24.35-.69-48.69-.14-73.04.28-12.47.64-24.94.99-37.4.12-4.34.34-8.67.49-13.01.03-.78.23-1.22 1.08-1.51 7.48-2.51 15.12-4.24 23.12-5m11.61 68.82c1.39-.99 2.84-1.91 4.15-2.99 9.26-7.68 13.24-18.64 9.7-30.14-1.47-4.78-4.18-8.72-8.41-11.53-4.72-3.12-9.85-2.69-15.01-1.49-.33.08-.66.89-.68 1.38-.18 4.03-.31 8.07-.4 12.1-.29 12.36-.56 24.72-.83 37.08 0 .24.04.49.07.83 4.01-1.24 7.74-2.94 11.42-5.25ZM893.36 78.78c.89 5.83.84 11.57.28 17.28-.97 9.85-3.39 19.35-7.54 28.38-2.81 6.12-6.3 11.76-11.28 16.45-4.45 4.2-9.67 5.49-15.58 4.64-2.72-.39-5.42-.91-8.27-1.4.43 14.95.87 29.85 1.3 45.02-7.34-.73-14.77-1.46-22.39-2.21-1.11-46.35-2-92.64 1.68-139.13 6.73.77 13.3 1.53 20.11 2.31-.2 5.13-.4 10.22-.61 15.52 1.57-1.65 2.9-3.25 4.43-4.63 4.64-4.2 10.02-6.6 16.45-6.23 6.49.37 11.49 3.39 15.26 8.48 3.18 4.29 4.97 9.17 5.9 14.38.06.34.16.68.26 1.15m-33.25-3.25c-3.68 3.79-5.8 8.45-7.53 13.3-.66 1.85-1.25 3.82-1.3 5.75-.24 9.12-.29 18.24-.4 27.37 0 .34.02.72.18 1.01 2.28 4.2 6.74 4.88 10.26 1.62 3.54-3.28 5.38-7.54 6.89-11.93 3.1-9.04 4.05-18.33 2.74-27.8-.47-3.4-1.34-6.73-3.24-9.7-1.19-1.85-2.59-2.36-4.63-1.49-1 .43-1.87 1.14-2.96 1.87Z"/><path fill="#020202" d="M1307.39 122.54c-4.09-4.4-8.1-8.72-12.12-13.04-.13.05-.27.11-.4.16.26 12.07.51 24.13.77 36.33-7.46-.69-14.9-1.39-22.48-2.09-1.58-46.55-.61-92.99 1.71-139.57 7.62.58 15.04 1.15 22.22 1.7-.99 29.54-1.98 58.88-2.97 88.23.22.05.45.11.67.16 11.62-14.1 21.84-29.09 29.48-46.04 5.39 4.5 10.64 8.88 15.99 13.35-6.1 13.98-13.95 26.91-22.87 39.14 4.19 5.22 8.5 10.29 12.47 15.62 3.97 5.32 7.6 10.9 11.43 16.43-5.06 4.7-9.91 9.2-14.91 13.85-5.74-8.57-12.06-16.56-18.99-24.21ZM1242.27 129.14l-1.25 17.55c-2.51-.14-4.87-.27-7.22-.42-2.72-.18-5.43-.34-8.14-.61-.43-.04-1.04-.55-1.18-.96-.51-1.55-.85-3.16-1.27-4.82-2.52 1.06-4.86 2.17-7.29 3.04-5.96 2.15-12 2.34-18.07.46-8.06-2.5-13.54-9.59-14.3-17.91-1.04-11.52 4.12-19.78 13.51-25.88 5.95-3.87 12.56-5.98 19.6-6.82l4.69-.55c.08-4.79.21-9.47-.99-14.05-.26-1-.76-1.97-1.32-2.84-2.02-3.17-5.77-3.61-8.52-1.02-3.26 3.07-4.74 7.11-6.04 11.23-.34 1.09-.41 2.55-1.16 3.13-.65.5-2.1.02-3.19-.07-4.71-.41-9.42-.83-14.45-1.28.73-2.67 1.34-5.26 2.15-7.79 2.55-7.94 6.21-15.24 12.46-21.07 9.36-8.75 24.76-8.96 33.63-.29 4.33 4.24 6.71 9.6 7.92 15.38.89 4.22 1.58 8.55 1.71 12.86.43 14.22-.32 28.42-1.29 42.75m-30.89-1.07c2.98-.63 5.97-1.23 8.94-1.94.33-.08.69-.78.71-1.21.14-3.53.21-7.07.28-10.6.03-1.48 0-2.95 0-4.55-2.22.45-4.3.79-6.32 1.31-4.43 1.15-8.39 3.07-10.92 7.1-2.63 4.19-.79 8.59 4.04 9.62.97.21 1.99.18 3.27.26ZM1371.79 57.82c8.98-6.55 18.49-7.72 28.52-3.01 4.13 1.94 6.94 5.4 9.16 9.29 3.27 5.71 5.06 11.94 5.77 18.39.77 6.97 1 14 1.5 21.01.07.96-.17 1.34-1.2 1.59-11.84 2.91-23.83 5.07-35.89 6.86-.93.14-1.85.33-2.92.52.63 5.04 1.1 10 4.13 14.24 1.56 2.19 3.14 2.71 5.76 1.99 3.43-.94 5.86-3.28 8-5.88 1.96-2.39 3.66-4.99 5.6-7.67 4.79 2.81 9.66 5.66 14.63 8.56-5.15 8.94-10.94 17.18-21.11 20.95-14 5.18-27.62.46-34.85-13.06-3.12-5.83-4.61-12.13-4.89-18.64-.56-13.37 1.19-26.44 6.29-38.94 2.54-6.23 6.12-11.79 11.5-16.2m13.65 38.82c3.16-.74 6.31-1.47 9.73-2.27-.41-4.68-.62-9.31-1.28-13.87-.37-2.61-1.2-5.23-2.29-7.64-1.23-2.71-3.63-3.09-5.88-1.06a15.806 15.806 0 0 0-3.3 4.2c-3.7 6.95-4.77 14.55-5.43 22.39 2.83-.6 5.51-1.17 8.45-1.76ZM662.46 58.62c5.16 5.37 7.48 11.97 9.02 18.88 1.99 8.95 2.28 18.05 2.26 27.28-13.11 3.37-26.44 5.61-39.9 7.64.55 4.32.98 8.51 2.94 12.35 2.14 4.2 4.64 5.91 10.18 2.42 3.65-2.3 6.08-5.77 8.4-9.29.6-.91 1.2-1.82 1.85-2.82 4.93 2.89 9.77 5.72 14.72 8.63-5.15 9.05-11.04 17.34-21.36 21.04-13.9 4.98-27.46.44-34.72-13.4-3.78-7.21-4.95-14.99-4.88-23.01.1-11.04 1.74-21.83 5.6-32.22 2.44-6.59 5.86-12.58 11.2-17.34 5.32-4.74 11.59-6.87 18.7-6.72 6.15.13 11.54 2.1 15.98 6.58m-27.88 35.11c-.16 1.51-.33 3.01-.52 4.72 6.16-1.36 12.07-2.67 18.31-4.04-.54-5.21-.9-10.32-1.65-15.36-.35-2.3-1.28-4.59-2.32-6.71-.96-1.97-2.75-2.41-4.57-1.16-1.41.96-2.73 2.26-3.62 3.7-3.51 5.69-4.81 12.08-5.64 18.86Z"/><path fill="#010101" d="M926.11 142.76c-6.82-4.43-10.73-10.77-13.02-18.22-2.25-7.3-2.43-14.78-1.91-22.33.5-7.21 1.61-14.31 3.71-21.24 2.46-8.09 5.94-15.64 12.2-21.65 8.54-8.2 22.19-9.77 31.91-3.54 4.52 2.89 7.31 7.22 9.39 12.01 2.69 6.18 4 12.71 4.56 19.38.48 5.81.69 11.63 1.02 17.53-13.29 3.43-26.63 5.68-40.17 7.71.69 5.07 1.11 10.09 4.18 14.37 1.51 2.1 3.16 2.63 5.65 1.93 4.12-1.17 6.78-4.18 9.25-7.35 1.53-1.96 2.87-4.07 4.38-6.24 4.84 2.84 9.67 5.68 14.63 8.59-3.06 5.33-6.32 10.41-10.89 14.59-6.25 5.71-13.56 8.6-22.11 8.33-4.57-.14-8.82-1.35-12.78-3.86m11.79-63.33c-2.35 6.08-3.34 12.41-3.81 19.02l18.22-4.04c-.44-4.8-.64-9.44-1.35-14-.43-2.75-1.43-5.47-2.58-8.02-.94-2.08-2.67-2.37-4.69-1.2-.85.49-1.73 1.14-2.25 1.94-1.27 1.96-2.34 4.04-3.55 6.3Z"/><path fill="#020202" d="M714.55 110.73c.03 3.69.1 7.24 1.51 10.56.51 1.21 1.25 2.4 2.14 3.38 1.73 1.91 3.74 2.13 5.98.81 3.13-1.84 5.16-4.73 7.06-7.66 2.39-3.67 4.59-7.47 6.94-11.33 4.68 3.34 9.4 6.71 14.16 10.12-3.09 7.86-6.75 15.32-12.56 21.6-10.5 11.33-24.8 10.15-34.82 3.47-6.67-4.44-10.21-10.98-11.89-18.58-1.53-6.9-1.26-13.85-.65-20.83.72-8.31 2.2-16.45 4.89-24.37 2.26-6.66 5.24-12.93 10.19-18.13 7.32-7.69 18.53-9.76 27.48-4.89 5.24 2.85 8.71 7.36 11.2 12.59 3.44 7.25 5.07 14.87 4.04 22.9-.24 1.89-.75 3.75-1.13 5.62-6.29-.59-12.34-1.16-18.19-1.71 0-2.32.05-4.5-.01-6.68-.1-3.57-.73-7.03-2.51-10.19-2.07-3.66-5.08-3.78-7.55-.35-2.46 3.42-3.31 7.42-4.13 11.41-1.5 7.29-1.91 14.7-2.13 22.27ZM1478.68 74.89c-5.02-1.18-8.22 1.08-10.32 5.16-2.82 5.49-4.74 11.24-4.7 17.53.08 11.92.08 23.84.02 35.76-.02 4.38-.32 8.76-.5 13.35-7.53-.61-14.93-1.2-22.48-1.81.75-28.07 1.59-55.97-2.83-83.89 2.83.27 5.42.51 8.01.76 1.75.17 3.5.43 5.26.52.99.05 1.4.46 1.65 1.34.79 2.72 1.64 5.43 2.5 8.23 1.62-2.77 3.14-5.46 4.74-8.1 1.99-3.27 4.39-6.23 7.39-8.64 4.54-3.64 9.55-3.86 15.17-.59 1.81 1.05 3.4 2.47 5.04 3.79.32.26.64.88.54 1.23-1.53 5.58-3.13 11.14-4.74 16.82-1.61-.5-3.13-.96-4.77-1.46Z"/><path fill="#010101" d="M775.99 52.99c.82-.19 1.63-.32 2.43-.25 6.42.59 12.84 1.21 19.25 1.83.09 0 .17.09.31.17v91.03c-7.34-.7-14.59-1.38-22.01-2.09 0-30.22 0-60.38.01-90.69Z"/><path fill="#020202" d="M798.68 26.96c-.47 5.38-.93 10.63-1.41 16.04-7.27-.88-14.35-1.73-21.71-2.62.63-7.04 1.26-14.05 1.91-21.28 7.31.83 14.48 1.65 21.74 2.48-.19 1.88-.36 3.56-.53 5.38Z"/><path fill="#607983" d="m8.856 20.455 97.89-17.26c6.795-1.199 13.282 3.344 14.48 10.139l20.88 118.413c1.198 6.795-3.344 13.283-10.14 14.48l-97.89 17.261a7.097 7.097 0 0 1-8.213-5.75L3.105 28.667a7.097 7.097 0 0 1 5.75-8.213Z"/><path fill="#3a5160" d="M21.37 18.25 8.86 20.46c-3.84.68-6.43 4.37-5.75 8.21l22.76 129.08c.68 3.84 4.37 6.43 8.21 5.75l12.51-2.21L21.37 18.25Z"/><path fill="#d2e0e4" d="M89.24 39.48c-1.9.34-3.17 2.15-2.84 4.05l3.83 21.7c.45 2.57-1.29 5.02-3.85 5.47s-4.99-1.26-5.44-3.83l-3.83-21.7c-.34-1.9-2.15-3.17-4.05-2.84s-3.17 2.15-2.84 4.05l3.83 21.7c.45 2.57-1.29 5.02-3.85 5.47s-4.99-1.26-5.44-3.83l-3.83-21.7c-.34-1.9-2.15-3.17-4.05-2.84s-3.17 2.15-2.84 4.05l4.46 25.28c1.49 8.45 8.11 14.69 16.08 16.14l6.09 34.55c.66 3.75 4.24 6.26 8 5.6s6.26-4.24 5.6-8l-6.09-34.55c7-4.09 11.08-12.21 9.59-20.66l-4.46-25.28a3.507 3.507 0 0 0-4.05-2.84Z"/></svg>PK[jFZi�Q���images/semrush-logo.svgnu�[���<svg width="170" height="27" viewBox="0 0 200 27" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M138.086 10.4127C138.086 7.13658 136.073 4.76172 132.217 4.76172H119.751V21.7382H123.85V15.9412H128.7L133.453 21.7365H138.072V21.3622L133.453 15.8438C136.335 15.2497 138.086 13.1333 138.086 10.4127ZM131.757 12.5123H123.85V8.27785H131.757C133.219 8.27785 134.158 9.0566 134.158 10.401C134.157 11.7671 133.25 12.5123 131.757 12.5123Z" fill="#171A22"/>
<path d="M200 4.76172H196.167V11.1982H185.836V4.76172H181.689V21.7382H185.836V15.0533H196.167V21.7382H200V4.76172Z" fill="#171A22"/>
<path d="M108.78 4.76172L104.222 19.0461H103.972L99.388 4.76172H92.0889V21.7382H95.9927V7.79281H96.2361L100.794 21.7382H107.083L111.667 7.79281H111.908V21.7382H115.935V4.76172H108.78Z" fill="#171A22"/>
<path d="M64.1764 11.7084C62.728 11.5574 60.0275 11.3107 58.5791 11.1613C57.1542 11.0153 56.3302 10.5923 56.3302 9.65079C56.3302 8.74785 57.2046 7.98588 60.7325 7.98588C63.8458 7.98588 66.7191 8.65218 69.2266 9.86227V6.06417C66.7191 4.86751 63.9633 4.28345 60.521 4.28345C55.6924 4.28345 52.3491 6.3025 52.3491 9.71625C52.3491 12.6064 54.3111 14.184 58.2468 14.6137C59.6717 14.7697 62.0936 14.9829 63.7837 15.1222C65.6248 15.2749 66.172 15.8372 66.172 16.6763C66.172 17.8277 64.8813 18.5427 61.6119 18.5427C58.2838 18.5427 54.9153 17.4551 52.5186 15.9328V19.8417C54.4437 21.129 57.7769 22.2216 61.4894 22.2216C66.7644 22.2216 70.1497 20.1874 70.1497 16.5454C70.1497 13.8047 68.3421 12.1415 64.1764 11.7084Z" fill="#171A22"/>
<path d="M72.8335 4.76172V21.7382H88.6687V18.269H76.7373V14.8251H88.4656V11.3828H76.7373V8.22918H88.6687V4.76172H72.8335Z" fill="#171A22"/>
<path d="M173.218 11.7082C171.77 11.5572 169.07 11.3104 167.621 11.1611C166.196 11.015 165.372 10.5921 165.372 9.65055C165.372 8.7476 166.247 7.98563 169.774 7.98563C172.888 7.98563 175.761 8.65194 178.269 9.86202V6.06393C175.759 4.86895 173.005 4.2832 169.563 4.2832C164.734 4.2832 161.391 6.30225 161.391 9.71601C161.391 12.6061 163.353 14.1838 167.289 14.6134C168.714 14.7695 171.136 14.9827 172.826 15.122C174.667 15.2747 175.214 15.8369 175.214 16.6761C175.214 17.8274 173.923 18.5424 170.654 18.5424C167.326 18.5424 163.957 17.4549 161.561 15.9326V19.8415C163.486 21.1288 166.819 22.2214 170.531 22.2214C175.806 22.2214 179.192 20.1872 179.192 16.5452C179.192 13.8045 177.386 12.1412 173.218 11.7082Z" fill="#171A22"/>
<path d="M154.503 4.76172V13.4522C154.503 16.7451 152.503 18.5527 149.495 18.5527C146.471 18.5527 144.487 16.772 144.487 13.4018V4.76172H140.412V13.0158C140.412 19.1804 144.264 22.2232 149.554 22.2232C154.644 22.2232 158.575 19.2995 158.575 13.2172V4.76172H154.503Z" fill="#171A22"/>
<path d="M38.3066 13.1515C38.3066 13.9789 37.892 14.1065 36.8414 14.1065C35.7269 14.1065 35.5356 13.9152 35.4081 13.0877C35.1848 10.9546 33.7515 9.13859 31.333 8.94894C30.5694 8.88516 30.3781 8.59816 30.3781 7.64318C30.3781 6.75198 30.5056 6.33743 31.2055 6.33743C35.4081 6.33743 38.3066 9.71258 38.3066 13.1515ZM44.4208 13.1515C44.4208 6.75198 40.0906 0 30.0911 0H10.2144C9.81329 0 9.56489 0.209793 9.56489 0.575672C9.56489 0.775396 9.71426 0.954979 9.85021 1.06071C10.5786 1.63303 11.6393 2.26241 13.0626 2.97403C14.4422 3.66383 15.5079 4.11195 16.5904 4.55167C17.0369 4.73293 17.2148 4.93098 17.2148 5.19616C17.2148 5.5419 16.9714 5.76176 16.4679 5.76176H0.691478C0.224898 5.76176 0 6.06218 0 6.36596C0 6.62443 0.0906307 6.83087 0.310494 7.05912C1.59107 8.39508 3.6269 10.0063 6.60261 11.8676C9.21076 13.4989 12.4332 15.2595 14.9893 16.4847C15.419 16.6911 15.5683 16.9295 15.5583 17.1762C15.5465 17.4615 15.3216 17.7032 14.8248 17.7032H7.59283C7.18164 17.7032 6.95338 17.9197 6.95338 18.252C6.95338 18.4366 7.10276 18.6716 7.29745 18.8495C8.94222 20.3415 11.5722 21.9729 15.0766 23.4649C19.7508 25.4555 24.5089 26.6521 29.8527 26.6521C39.9799 26.6521 44.4208 19.0744 44.4208 13.1515ZM31.2055 22.2263C26.2376 22.2263 22.0988 18.1815 22.0988 13.1515C22.0988 8.18361 26.2376 4.20426 31.2055 4.20426C36.3009 4.20426 40.2803 8.18529 40.2803 13.1515C40.2803 18.1815 36.3009 22.2263 31.2055 22.2263Z" fill="#FF642D"/>
</svg>PK[jFZ3A@u%,%,(images/indexables_2_left_bubble_optm.svgnu�[���<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 289.98 291.69" class="yst-shrink-0 yst-h-28"><path fill="#006531" d="M178.09 168c6.2.88 11.73 57.74 10.9 64-1 7.61-20.47 21.56-35.83 16.83s-22.28-17.36-17.85-26.51 36.58-55.25 42.78-54.32z"></path><path fill="#f0ecf0" d="M256.47 217s6 6 13.08 13.82a131.19 131.19 0 10-181.07 40.45q3.55 2.25 7.23 4.27c.71-2.79 1.36-5 1.81-6.64 1.48-5.32 6.32-14.53 5.36-19.55s-4.13-7.68-3.54-20.08a114.5 114.5 0 013.54-25.72 14.88 14.88 0 00-7.09-1.77 113.17 113.17 0 0110.95-12c6.87-21.57 17-42 23.64-51.22 6.22-8.64 29.37-10.27 52.71-6.72s47.75 28.12 40.37 63-28.46 44.21-30.79 49.23-5.57 18.8-3.65 23.67c1.29 3.28 6.19 9.05 11.85 17.05a130.91 130.91 0 0048-28.94c-8.87-9.55-19.31-20.38-19.87-21.12 9.73-11.73 15.92-18.83 27.47-17.73z"></path><path fill="#006531" d="M150.14 131.06c-3.25-1.48-3.86-.12-7.4.48s-18.86-1.18-23.91.81c-9.9 3.91-14 11.82-16 20.27s.54 19.16 1.72 25.95-3.39 53.18-3.09 59.38 20.2 11.57 22.27.35 15.33-65.3 15.33-65.3 14.33-40.46 11.08-41.94z"></path><path fill="#b498c6" d="M49 177.58c26.5 32.94 70.46 51.81 71.35 58.6s-3.84 13.34-8.87 16.29-30.71-3.4-45.77-22.47c-15.55-19.67-28.56-37.13-28.56-37.13s5.68-8.18 11.85-15.29z"></path><path fill="#006531" d="M132.36 152.53c-4.21 2.95-21 27.42-26.52 32-4.18 3.48-14.36 15.36-15.25 23.63s6.39 19.91 16 25.4c5.24 3 23.88-5.3 25.65-13.27s4.32-70.72.12-67.76z"></path><path fill="#006531" d="M192.67 244.07c2.37-5 23.4-14.36 30.79-49.21s-17-59.44-40.37-63-46.49-1.86-52.71 6.74c-6.63 9.2-16.77 29.65-23.64 51.22 15.28-14.48 30.08-20.49 39.86-32.18-.3 1.55 8.49 23.45 11.81 28.36 4.15 6.13 14.16 17.89 20.38 31-10.34-1.92-21.49-1.6-31.9 2.41-2.66 6.3-2.07 16.93-.88 22.84-2.28 17.87-2.12 33.54.46 48.85 4.06.37 8.17.58 12.32.58a131.19 131.19 0 0042.08-6.9c-5.66-8-10.56-13.77-11.85-17-1.92-4.91 1.29-18.69 3.65-23.71zM112.56 231c-.27-7.26-.22-8.8.78-20.95-2.89-1.6-6.55-4.57-10.46-6.48a114.5 114.5 0 00-3.54 25.72c-.59 12.4 2.59 15.06 3.54 20.08S99 263.58 97.52 268.9c-.45 1.6-1.1 3.85-1.81 6.64a127.06 127.06 0 0013.85 6.58c-1.44-18.61-1.04-36.3 3-51.12z"></path><path fill="#b498c6" d="M269.55 230.83C262.43 223 256.47 217 256.47 217c-11.55-1.11-17.74 6-27.47 17.72.56.74 11 11.57 19.88 21.12a132.58 132.58 0 0020.67-25.01z"></path><path fill="#89bc3b" d="M95.79 201.78a14.88 14.88 0 017.09 1.77c1.1-4.56 2.4-9.17 3.86-13.73a113.74 113.74 0 00-10.95 11.96z"></path><path fill="#89bc3b" d="M112.56 231c-4 14.84-4.44 32.53-3 51.14a130.52 130.52 0 0036.91 9c-2.58-15.31-2.74-31-.46-48.85-1.19-5.91-1.78-16.54.88-22.84 10.41-4 21.56-4.33 31.9-2.41-6.22-13.12-16.23-24.88-20.38-31-3.32-4.91-12.11-26.81-11.81-28.36-9.78 11.69-24.58 17.7-39.86 32.18-1.46 4.56-2.76 9.17-3.86 13.73 3.91 1.91 7.57 4.88 10.46 6.48-1 12.11-1.05 13.65-.78 20.93z"></path><path fill="#b498c6" d="M35.85 151.6s2.66 3.18 4.43 5.55 4.66 16 8.68 20.43-7 12.22-7 12.22c-12-.92-23-13.34-21-28.7 0 0 3.25-4.73 3.84-6.5s-.18-5-.18-5a34.85 34.85 0 01-4.29-6.21c-1.21-2.65-.84-6.46.37-9.18s4.56-2.56 4.68-1.89c.31 1.74 2 8.86 1.86 8.6-.87-2.01 2.67 2.19 8.61 10.68z"></path><path fill="#b498c6" d="M32.13 155.37c-12 4.78-18.36 1.3-24.56 4.84s1.22 17.61 1.22 17.61 1.84 6.8 5.39 11.23 24.27 4.41 24.27 4.41l10.15-13.52z"></path><path fill="#b498c6" d="M28.47 184.32c-.59.89-5.5 6.45-8.45 7.45s-6.34-.66-6.34-.66c-3.64-1.42-4.81-3.6-3.07-6.2 0 0 10.29-.52 7.34.18s7.57-4.31 7.57-4.31c1.96.66 3.09 1.77 2.95 3.54z"></path><path fill="#8b6c9c" d="M25.52 180.78c7.47.85-3.24 16.33-11.84 10.33 5.39 1.3 7.32.21 10.71-3.07 2.5-2.49 3.06-2.79 2.42-5.24a2.59 2.59 0 00-1.29-2.02z"></path><path fill="#b498c6" d="M5.48 176.94c-2.11 2.55-1.17 5.19 4.13 8l8.39 1.15 8.57-5.31a8.67 8.67 0 00-.89-6.8l-10.34 3.25z"></path><path fill="#8b6c9c" d="M9.61 184.91c7.51.44 7.78 1.78 12.14-.95 5-3.14 5.69-4.17 3.88-10 4.06 5.07 1.3 7.9-3.35 10.83-3.09 1.94-6.79 2.92-12.67.12z"></path><path fill="#b498c6" d="M1.34 168.67c-3.06 1.58-.35 9.08 2.77 9l11.18-.41s9.12-2 10.34-3.25c1.81-1.8-.57-7.7-1.48-7.38l-10.93 3z"></path><path fill="#8b6c9c" d="M4.11 177.64c11.75.39 10.61 4.06 19.09-3.93 1.37-1.34-.15-7.07-1.05-7.11 1.23-.32 4.11 5.64 1.75 7.82-5.45 5.13-8.43 7.58-19.79 3.22z"></path><path fill="#b498c6" d="M4.59 159.81c-2.79.54-3.52 2-3.54 5.43s-.94 2.44 1.29 3.43 13.88.88 13.88.88l7.93-3c.73-2.37.66-4.59-1.18-6.5l-9.4-.89a69.28 69.28 0 00-8.98.65z"></path><path fill="#8b6c9c" d="M2.34 168.67c1.27.26 12.13.39 13.88.38-.45.09-.73.24 7.76-2.92-.91 1 .41-.43.05-2.9-.51-3.6-2.16-2.54-5.81-3.09-4.5-.9-9.43-1.88 4.8-.54.53.05 3 2.56 1.61 7.14-.11.36.83-.09-8.31 3.31-3.68.02-10.94.14-13.98-1.38z"></path><path fill="#006531" d="M197.4 137.56c4.72.88 31.31 19.79 39.83 35.92 3.33 6.31 6 21.38 8.9 27.58s13.59 18.31 14.48 19.79c-17.13 2.66-27.18 19.2-27.18 19.2-4-3.26-43.16-44.31-44-46.38-3.25-7.97 3.24-57 7.97-56.11z"></path><path fill="#006531" d="M195.4 110.09c-1.55 13 2 27.47 2 27.47s-44.31 21.26-50.8 20.08-3-24.33-3-24.33-.88-13.29 1.48-17.13 4.75-9.93 13-11.11 38.1-1.57 37.32 5.02z"></path><path fill="#b498c6" d="M147.3 154.39s11.48-21.63 15-24.29 18.72-8.83 22.56-10 3.84-5.31 5-8.56 1.48-29.79 1.48-29.79l-45.29 2 4.73 39.81c.36 12.52-4.85 19.83-3.48 30.83z"></path><path fill="#89bc3b" d="M195.45 138.74s27.35 19.2 39.05 36.26c2.65 3.85 4.84 20.79 7.2 25.81s10.05 15.07 10.05 15.07l5.31.29 3.55 4.73c-9.41 1.64-18.27 9.31-27.18 19.2l-6.49-5.62c5.46-7.09 11.49-13 18.9-15.94 0 0-7.68-12.11-9.75-16.54s-4.52-21.19-7.2-26.41c-9-17.6-39.06-34.73-39.06-34.73z"></path><path fill="#093f22" d="M192.38 197.7l21.02 21.79-2.66 5.31-15.36 5.61 11.88-10.33-14.88-22.38zm-71.73-50.53l1.55 13.29a79.66 79.66 0 01-7.31 11.54c-4.43 5.76-8.76 11.31-8.76 11.31L114 156l-.44 12z"></path><path fill="#8b6c9c" d="M191.38 81.73s1.91 5.52-1.07 17.09c-2.07 8-25.57 30.6-35 28.17-6-1.54-6-11.85-7.27-16.31L145 83.8z"></path><path fill="#b498c6" d="M172.22 6.3c-20-2.46-38.74 14.76-40.58 16.91-1.16 1.35-4.27 8.05-6.64 14.45 13.42-5 36.89-.82 67.51 9.88 1 6.7.06 12.11-.92 19.63 0 0-8.61 4.69-16 4.69s-16.29-2.46-18.45-5.23-8-9.63-13.77-10-11.37 5.87-13.89 6.59c-1.75.5-8 3-10.15 5.15v-.08a15.41 15.41 0 00-1.18 6.5c.8 8.65 6.53 18.51 8.69 21.59s2.72 9.45 6.41 14.07c3.13 3.91 15.33 3.46 20 2.1 7-2 29.38-9.37 32.77-14S198.23 70 198.23 70s12.4-8.23 13-14.69c2.12-22.13-11.91-45.67-39.01-49.01z"></path><path fill="#006531" d="M192.2 87.46c21.23 1.16 34.39 0 35.92-9.22s1.16-64.85-52.19-76.38c-50.56-10.93-60.49 29.65-61.72 37s7.59 8.91 7.59 8.91c-.61-3.09 1.55-2.73 3.19-10.14 15.18-3.18 61.91 7.92 64.68 12.84s-.54 12.68-.24 16.06 7.69 6.47 7.69 6.47z"></path><path fill="#093f22" d="M225.1 81.93c1.13-4.56-4.46-9.51-15.07-14.76l-5.22 5.23-4.92 15.37c12.11.23 23.63.05 25.21-5.84z"></path><path fill="#b498c6" d="M207 73.61c3.69 3.07 3.93 10.55 1.78 14.54s-14.78 8.49-17.21 7.57-4.92-3.88-4.92-3.88l10.45-18.62a12.33 12.33 0 014.49.11c.31 0 2.8-1 3.11-.91a6.32 6.32 0 012.3 1.19z"></path><path fill="#191a1a" d="M192.2 69s-19.69 37.82-22.44 39c.82.16 5.58-1.59 7.38-2.46s20-32.59 20-32.59z"></path><path fill="#093f22" d="M186.03 79.26l5.37 4.21-4.21 7.53-5.93-3.32 4.77-8.42z"></path><path fill="#fcee21" d="M122.11 47.5a54.43 54.43 0 012.89-9.84c-4.93 9.91-10.22 24.17-5.7 30.66a35.07 35.07 0 015.58-8.22s-3.7-6.1-2.77-12.6z"></path><path fill="#fbb03b" d="M129.49 65.25c2.72-.78 8.83-7.61 14.37-6.38s11.14 8 13.29 10.76 11.07 5.23 18.45 5.23 16-7.69 16-7.69c1-7.52 1.93-12.93.92-19.63-30.62-10.7-54.09-14.89-67.52-9.88a54.43 54.43 0 00-2.89 9.84c-.93 6.45 2.76 12.6 2.76 12.6a35.07 35.07 0 00-5.58 8.22v.08c2.2-2.15 6.93-2.21 10.2-3.15z"></path><path fill="#4b3f51" d="M164.1 84.58s-10-6.68-19.87-7.87c-1.84-.22-2.48.64-3.69.59-1.78-.07-2.9-.67-4.28-.74-4.79-.22-5.77 2.37-5.77 2.37a4.35 4.35 0 001.93 4.43c1.77 1 2.51-1.11 3.32 1.77 17.72-1.66 22.26-.59 28.36-.55z"></path><path fill="#8b6c9c" d="M135.67 85c0 2.77-5.87 11.68 5.81 12.3 12.65.7 19.82-9.23 22.52-12.67-9.76-.11-19.34-2.38-28.33.37z"></path><path fill="#f2f2f2" d="M136.67 81.48c-.95 1.52-.25 7.58 4.61 8.3 7.75 1 16.17-1.77 22-5.22-9.55-1.06-11.88-2.62-16.38-3.49-2.54-.48-9.09-1.42-10.23.41z"></path><path fill="#fcee21" d="M124.87 60.1a20.07 20.07 0 0012-.61s-2.15-7.92-6.76-7.61-5.24 8.22-5.24 8.22z"></path><path fill="#f15a24" d="M136.81 59.5c-3.13-10.48-10.72-10.06-11.88.6-1.93-.14-1.38-9.34 4.35-9.94 6.86-.67 8.23 9.15 7.53 9.34zm1.59-18.77c1.26.46.58 3.28-.69 3.38s-7.64-.52-9.45.31-5.08 4.17-6.25 6.08c.21-1.54 3.68-7.57 5-8.85s10.14-1.38 11.39-.92z"></path><path fill="#8b6c9c" stroke="#8b6c9c" stroke-miterlimit="10" d="M150.7 66.25c.48 1.6 1 3.41-.85 4.33s-4-2.41-5.53-2.1-4 2.24-5.61 1.77c-3.34-1-3.69-2.69-3.69-2.69s-1.12 4.2 4.3 4.84c3.68.43 5.35-2.06 8.42-1.45s2.09 2.8 3.57 2.06c2.97-1.47.98-6.44-.61-6.76z"></path><path fill="#8b6c9c" d="M154.79 69.68c2.27 1.94 3.94 10 11.63 10.35 1.28 2-.13 5.41-1.89 9.58a20.53 20.53 0 007.07-12.91c-11.05.3-13.26-5.8-16.81-7.02zm-18.22.44s-2.47-.4-2.47.87a.37.37 0 01-.16.3.38.38 0 01-.34.06c-2.4-.79-1.79-4.72-.07-5.86-1.72 4.02 3.04 4.63 3.04 4.63z"></path><path fill="#8b6c9c" d="M132.48 68.63c-2 2.71-2.16 7-2 10.24 0 0-1-1.86-2-1.79s-.71 5.3.79 9a31 31 0 01-6-15.73c2.67 1.07 6 .5 9.27-3.38z"></path><ellipse cx="139.18" cy="184.17" fill="#fbb03b" stroke="#fc3" stroke-miterlimit="10" rx="8.75" ry="5.25" transform="rotate(-9.22 139.183 184.166)"></ellipse><path fill="#f19018" d="M129.81 195.84l18.24-2.09a100.85 100.85 0 00-14.23 16.57l8-.9a78.29 78.29 0 00-8.82 18.82c-3.2 9.33-2.81 18.19-3 17.84a47.74 47.74 0 01-3.75-14.91 56 56 0 01.51-15.19c-3 .83-6 1.67-8.89 2.51a73.05 73.05 0 0111.94-22.65z"></path><path fill="#fbb03b" stroke="#fc3" stroke-miterlimit="10" d="M129.81 195.84l18.24-2.09a100.85 100.85 0 00-14.23 16.57l8-.9a78.29 78.29 0 00-8.82 18.82c-3.2 9.33-2.81 18.19-3 17.84a47.74 47.74 0 01-3.75-14.91 56 56 0 01.51-15.19c-3 .83-6 1.67-8.89 2.51a73.05 73.05 0 0111.94-22.65z"></path><path fill="#f15a24" d="M136 56.78c1 1.52-.76 3.87-2.65 3.87s-3.66-1.26-3.66-3.1a3.38 3.38 0 013.43-3.32c1.88 0 1.51.55 2.88 2.55z"></path><path fill="#8b6c9c" d="M25 161.28c-.08 6.93 1.26 20.08 15.09 24.42 0 0-8.67 1.28-11.66-1.38s-6.92-16.88-3.43-23.04z"></path><path fill="#093f22" d="M120.68 47.53l4.32-9.87c19.53-1.66 62.46 8.77 64.68 12.84s.07 13.6-.24 16.06 7.68 6.44 7.68 6.44l4.61.31s-8.3-3.07-8-7.38 3.2-16.07-1.23-18.4c-27.06-14.19-61.36-15-69.48-13.76-6.46 1-8.44 6.4-7.22 10.09.85 2.58 4.88 3.67 4.88 3.67zm47.77-26.05c-.92-2.15 18.91-8.27 30.13-7.68 6.17.32 13.26 10.33 5.91 9.45-14.77-1.77-35.11.38-36.04-1.77zM172 32.7c-.59-3 28.35-3 39.26.35 6 1.8 2.55 12.33-1.84 10.45C198 38.61 172.38 34.61 172 32.7zm-38.21-14.1L131 9.07l-6.15 6.15s8.02 4.61 8.94 3.38zm-7.07 8.61C127 26 120.57 21.06 120 22s-2.77 8.3-2.77 8.3 9.18-1.86 9.49-3.09z"></path><path fill="#fc3" d="M181.6 46.59c-.06 10.33-1.83 19.86-6 28.27A30.57 30.57 0 01163.36 73c3.15-11.43 5.89-22.37 5.61-29.76a90 90 0 0112.63 3.35z"></path><path fill="#fcee21" d="M172.83 62.87c-5.55.17-12.05 1.5-16.91-1.54 0 0 .7-8.22 7.15-7s9.76 8.54 9.76 8.54z"></path><path fill="#f15a24" d="M155 42.88c-1.24.38-.16 2.92.92 3.39s8.91 1.14 11.65 1.79 6.2 4.36 8.64 6.81c-.22-1.86-4.87-8.63-7.68-9.53s-12.29-2.83-13.53-2.46zm13.31 16.56a3.78 3.78 0 11-3.44-4.09 5 5 0 01.56.09 4.28 4.28 0 012.88 4z"></path><path fill="#f15a24" d="M155.82 61.32c-2.89-12.19 15.29-11.67 17.1 1.51-.51.23-2.75-6.29-8.94-8.06-7.49-2.22-7.59 6.6-8.16 6.55z"></path></svg>PK[jFZ4V��TTimages/elementor-logo.svgnu�[���<svg xmlns="http://www.w3.org/2000/svg" width="170" height="70" viewBox="0 0 810 160" fill="none"><g clip-path="url(#clip0)"><path d="M505.95 73.9793C505.95 73.9793 499.077 75.6221 493.262 77.0086L484.423 79.0242C484.4 79.0242 484.365 79.0242 484.342 79.0242C484.342 76.6357 484.516 74.1191 485.086 71.8005C485.819 68.8294 487.424 65.3574 490.215 63.8311C493.25 62.1766 496.949 61.9785 500.159 63.2602C503.485 64.5768 505.008 67.7925 505.66 71.1247C505.846 72.0568 505.962 72.9889 506.055 73.9327L505.95 73.9793ZM529.001 79.0242C529.001 55.9199 514.475 45.9931 495.914 45.9931C474.933 45.9931 461.791 60.5454 461.791 79.1408C461.791 99.3556 472.979 112.521 497.065 112.521C510.091 112.521 517.464 110.214 526.233 105.822L522.895 90.6871C516.208 93.6931 509.986 95.534 501.682 95.534C492.576 95.534 487.389 92.0736 485.423 85.6072H528.42C528.768 83.8711 529.001 81.9021 529.001 79.0242Z" fill="#92003B"></path><path d="M312.998 73.9793C312.998 73.9793 306.124 75.6221 300.309 77.0086L291.471 79.0242C291.447 79.0242 291.412 79.0242 291.389 79.0242C291.389 76.6357 291.564 74.1191 292.133 71.8005C292.866 68.8294 294.471 65.3574 297.262 63.8311C300.298 62.1766 303.996 61.9785 307.206 63.2602C310.532 64.5768 312.056 67.7925 312.707 71.1247C312.893 72.0568 313.009 72.9889 313.102 73.9327L312.998 73.9793ZM336.048 79.0242C336.048 55.9199 321.522 45.9931 302.961 45.9931C281.981 45.9931 268.839 60.5454 268.839 79.1408C268.839 99.3556 280.027 112.521 304.112 112.521C317.138 112.521 324.511 110.214 333.28 105.822L329.943 90.6871C323.255 93.6931 317.033 95.534 308.729 95.534C299.623 95.534 294.436 92.0736 292.471 85.6072H335.467C335.816 83.8711 336.048 81.9021 336.048 79.0242Z" fill="#92003B"></path><path d="M259.814 29.0174H238.519V110.203H259.814V29.0174Z" fill="#92003B"></path><path d="M533.49 48.067H555.854L560.564 62.4213C563.507 55.3374 570.136 46.2261 581.894 46.2261C598.036 46.2261 606.793 54.4286 606.793 75.5638V110.214H584.429C584.429 102.991 584.441 95.7787 584.452 88.5549C584.452 85.246 584.394 81.937 584.441 78.6281C584.475 75.5755 584.696 72.418 583.068 69.68C581.963 67.8274 580.161 66.4642 578.219 65.5322C574.276 63.6447 569.996 63.6913 566.123 65.7186C565.17 66.2196 560.564 68.7129 560.564 69.8664V110.214H538.2V64.8331L533.49 48.067Z" fill="#92003B"></path><path d="M623.704 64.3554H613.446V48.067H623.704V37.8839L646.068 32.6059V48.067H668.549V64.3554H646.068V82.6012C646.068 89.7666 649.523 93.1105 654.71 93.1105C660.013 93.1105 663.013 92.4115 667.502 90.9201L670.154 107.779C664.048 110.436 656.442 111.706 648.708 111.706C632.45 111.706 623.692 103.969 623.692 88.9511V64.3554H623.704Z" fill="#92003B"></path><path d="M710.394 94.031C718.581 94.031 723.419 88.1355 723.419 78.6748C723.419 69.214 718.814 63.7729 710.743 63.7729C702.555 63.7729 697.834 69.2023 697.834 79.0126C697.834 88.2637 702.439 94.031 710.394 94.031ZM710.627 45.6436C731.607 45.6436 746.935 58.8095 746.935 79.2457C746.935 99.7984 731.607 112.16 710.394 112.16C689.297 112.16 674.306 99.4605 674.306 79.2457C674.306 58.8095 689.181 45.6436 710.627 45.6436Z" fill="#92003B"></path><path d="M441.754 47.8807C437.8 46.2496 433.322 45.6437 429.042 46.2612C426.867 46.5758 424.739 47.205 422.762 48.1837C417.342 50.8634 413.121 56.9803 410.853 62.4331C409.364 56.1531 405.026 50.5139 398.688 47.8924C394.734 46.2612 390.256 45.6554 385.976 46.2729C383.802 46.5875 381.673 47.2166 379.696 48.1953C374.288 50.8634 370.078 56.957 367.799 62.3981V62.002L363.24 48.0905H340.875L345.586 64.8565V110.226H367.799V69.6685C367.88 69.3655 368.869 68.8063 369.043 68.6781C371.648 66.8256 374.707 64.9148 377.963 64.6818C381.29 64.4371 384.569 66.1265 386.546 68.7713C386.756 69.0626 386.953 69.3539 387.139 69.6568C388.768 72.3949 388.547 75.5523 388.512 78.6049C388.477 81.9139 388.523 85.2228 388.523 88.5318C388.512 95.7555 388.5 102.968 388.5 110.191H410.865V75.5523C410.865 75.3776 410.865 75.2028 410.865 75.0397V69.6918C410.911 69.4005 411.935 68.8179 412.121 68.6898C414.726 66.8372 417.784 64.9264 421.041 64.6934C424.367 64.4487 427.647 66.1382 429.624 68.783C429.833 69.0743 430.031 69.3655 430.217 69.6685C431.845 72.4065 431.624 75.564 431.589 78.6166C431.554 81.9255 431.601 85.2345 431.601 88.5434C431.589 95.7671 431.578 102.979 431.578 110.203H453.942V75.5523C453.942 65.3925 452.488 52.3082 441.754 47.8807Z" fill="#92003B"></path><path d="M799.827 46.2261C788.069 46.2261 781.452 55.349 778.498 62.4213L773.787 48.067H751.423L756.133 64.8331V110.203H778.498V68.2818C781.684 67.7226 798.978 70.915 802.258 72.1151V46.3077C801.467 46.2611 800.664 46.2261 799.827 46.2261Z" fill="#92003B"></path><path d="M206.444 73.9793C206.444 73.9793 199.571 75.6221 193.756 77.0086L184.917 79.0242C184.894 79.0242 184.859 79.0242 184.836 79.0242C184.836 76.6357 185.01 74.1191 185.58 71.8005C186.313 68.8294 187.918 65.3574 190.709 63.8311C193.744 62.1766 197.443 61.9785 200.653 63.2602C203.979 64.5768 205.502 67.7925 206.154 71.1247C206.34 72.0568 206.456 72.9889 206.549 73.9327L206.444 73.9793ZM229.495 79.0242C229.495 55.9199 214.969 45.9931 196.408 45.9931C175.427 45.9931 162.285 60.5454 162.285 79.1408C162.285 99.3556 173.473 112.521 197.559 112.521C210.585 112.521 217.958 110.214 226.727 105.822L223.389 90.6871C216.702 93.6931 210.48 95.534 202.176 95.534C193.07 95.534 187.883 92.0736 185.917 85.6072H228.913C229.262 83.8711 229.495 81.9021 229.495 79.0242Z" fill="#92003B"></path><path d="M66.141 16.0495C30.8557 16.0495 2.25763 44.6998 2.25763 80.0495C2.25763 115.388 30.8557 144.05 66.141 144.05C101.426 144.05 130.024 115.399 130.024 80.0495C130.013 44.6998 101.415 16.0495 66.141 16.0495ZM50.1731 106.707H39.5316V53.3799H50.1731V106.707ZM92.7503 106.707H60.8145V96.0466H92.7503V106.707ZM92.7503 85.3741H60.8145V74.7133H92.7503V85.3741ZM92.7503 64.0408H60.8145V53.3799H92.7503V64.0408Z" fill="#92003B"></path></g><defs><clipPath id="clip0"><rect width="795.828" height="127.901" fill="white" transform="translate(2.25763 16.0495)"></rect></clipPath></defs></svg>PK[jFZz"}�images/algolia-logo.svgnu�[���<svg xmlns="http://www.w3.org/2000/svg" viewBox="100 100 525 160" width="150" height="40">
	<g fill="none" fill-rule="evenodd">
		<path fill="#5468FF"
			  d="M135.8 120.999h88.4c8.7 0 15.8 7.065 15.8 15.8v88.405c0 8.7-7.065 15.795-15.8 15.795h-88.4c-8.7 0-15.8-7.06-15.8-15.795v-88.445c0-8.695 7.06-15.76 15.8-15.76"/>
		<path fill="#FFF"
			  d="M192.505 147.788v-4.115a5.209 5.209 0 0 0-5.21-5.205H175.15a5.209 5.209 0 0 0-5.21 5.205v4.225c0 .47.435.8.91.69a37.966 37.966 0 0 1 10.57-1.49c3.465 0 6.895.47 10.21 1.38.44.11.875-.215.875-.69m-33.285 5.385l-2.075-2.075a5.206 5.206 0 0 0-7.365 0l-2.48 2.475a5.185 5.185 0 0 0 0 7.355l2.04 2.04c.33.325.805.25 1.095-.075a39.876 39.876 0 0 1 3.975-4.66 37.68 37.68 0 0 1 4.7-4c.364-.22.4-.73.11-1.06m22.164 13.065v17.8c0 .51.55.875 1.02.62l15.825-8.19c.36-.18.47-.62.29-.98-3.28-5.755-9.37-9.685-16.405-9.94-.365 0-.73.29-.73.69m0 42.88c-13.195 0-23.915-10.705-23.915-23.88 0-13.175 10.72-23.875 23.915-23.875 13.2 0 23.916 10.7 23.916 23.875s-10.68 23.88-23.916 23.88m0-57.8c-18.74 0-33.94 15.18-33.94 33.92 0 18.745 15.2 33.89 33.94 33.89s33.94-15.18 33.94-33.925c0-18.745-15.165-33.885-33.94-33.885"/>
		<path fill="#5468FF"
			  d="M359.214 216.177c-23.365.11-23.365-18.855-23.365-21.875l-.04-71.045 14.254-2.26v70.61c0 1.715 0 12.56 9.15 12.595v11.975zm-57.78-11.61c4.374 0 7.62-.255 9.88-.69v-14.485a29.196 29.196 0 0 0-3.43-.695 33.742 33.742 0 0 0-4.956-.365c-1.57 0-3.175.11-4.775.365-1.605.22-3.065.655-4.34 1.275-1.275.62-2.335 1.495-3.1 2.62-.8 1.13-1.165 1.785-1.165 3.495 0 3.345 1.165 5.28 3.28 6.55 2.115 1.275 4.995 1.93 8.606 1.93zm-1.24-51.685c4.7 0 8.674.585 11.884 1.75 3.206 1.165 5.796 2.8 7.69 4.875 1.935 2.11 3.245 4.915 4.046 7.9.84 2.985 1.24 6.26 1.24 9.86v36.62c-2.185.47-5.506 1.015-9.95 1.67-4.446.655-9.44.985-14.986.985-3.68 0-7.07-.365-10.095-1.055-3.065-.69-5.65-1.82-7.84-3.385-2.15-1.565-3.825-3.57-5.065-6.04-1.205-2.48-1.825-5.97-1.825-9.61 0-3.495.69-5.715 2.045-8.12 1.38-2.4 3.24-4.365 5.575-5.895 2.37-1.53 5.065-2.62 8.165-3.275 3.1-.655 6.345-.985 9.695-.985 1.57 0 3.21.11 4.96.29 1.715.185 3.575.515 5.545.985v-2.33c0-1.635-.185-3.2-.585-4.655a10.012 10.012 0 0 0-2.045-3.895c-.985-1.13-2.255-2.005-3.86-2.62-1.605-.62-3.65-1.095-6.09-1.095-3.28 0-6.27.4-9.005.875-2.735.47-4.995 1.02-6.71 1.635l-1.71-11.68c1.785-.62 4.445-1.24 7.875-1.855 3.425-.66 7.11-.95 11.045-.95zm281.51 51.285c4.375 0 7.615-.255 9.875-.695v-14.48c-.8-.22-1.93-.475-3.425-.695a33.813 33.813 0 0 0-4.96-.365c-1.565 0-3.17.11-4.775.365-1.6.22-3.06.655-4.335 1.275-1.28.62-2.335 1.495-3.1 2.62-.805 1.13-1.165 1.785-1.165 3.495 0 3.345 1.165 5.28 3.28 6.55 2.15 1.31 4.995 1.93 8.605 1.93zm-1.205-51.645c4.7 0 8.674.58 11.884 1.745 3.205 1.165 5.795 2.8 7.69 4.875 1.895 2.075 3.245 4.915 4.045 7.9.84 2.985 1.24 6.26 1.24 9.865v36.615c-2.185.47-5.505 1.015-9.95 1.675-4.445.655-9.44.98-14.985.98-3.68 0-7.07-.365-10.094-1.055-3.065-.69-5.65-1.82-7.84-3.385-2.15-1.565-3.825-3.57-5.065-6.04-1.205-2.475-1.825-5.97-1.825-9.61 0-3.495.695-5.715 2.045-8.12 1.38-2.4 3.24-4.365 5.575-5.895 2.37-1.525 5.065-2.62 8.165-3.275 3.1-.655 6.345-.98 9.7-.98 1.565 0 3.205.11 4.955.29s3.575.51 5.54.985v-2.33c0-1.64-.18-3.205-.58-4.66a9.977 9.977 0 0 0-2.045-3.895c-.985-1.13-2.255-2.005-3.86-2.62-1.606-.62-3.65-1.09-6.09-1.09-3.28 0-6.27.4-9.005.87-2.735.475-4.995 1.02-6.71 1.64l-1.71-11.685c1.785-.62 4.445-1.235 7.875-1.855 3.425-.62 7.105-.945 11.045-.945zm-42.8-6.77c4.774 0 8.68-3.86 8.68-8.63 0-4.765-3.866-8.625-8.68-8.625-4.81 0-8.675 3.86-8.675 8.625 0 4.77 3.9 8.63 8.675 8.63zm7.18 70.425h-14.326v-61.44l14.325-2.255v63.695zm-25.116 0c-23.365.11-23.365-18.855-23.365-21.875l-.04-71.045 14.255-2.26v70.61c0 1.715 0 12.56 9.15 12.595v11.975zm-46.335-31.445c0-6.155-1.35-11.285-3.974-14.85-2.625-3.605-6.305-5.385-11.01-5.385-4.7 0-8.386 1.78-11.006 5.385-2.625 3.6-3.904 8.695-3.904 14.85 0 6.225 1.315 10.405 3.94 14.01 2.625 3.64 6.305 5.425 11.01 5.425 4.7 0 8.385-1.82 11.01-5.425 2.624-3.64 3.934-7.785 3.934-14.01zm14.58-.035c0 4.805-.69 8.44-2.114 12.41-1.42 3.965-3.425 7.35-6.01 10.155-2.59 2.8-5.69 4.985-9.336 6.515-3.644 1.525-9.26 2.4-12.065 2.4-2.81-.035-8.385-.835-11.995-2.4-3.61-1.565-6.71-3.715-9.295-6.515-2.59-2.805-4.594-6.19-6.054-10.155-1.456-3.97-2.185-7.605-2.185-12.41s.654-9.43 2.114-13.36c1.46-3.93 3.5-7.28 6.125-10.08 2.625-2.805 5.76-4.955 9.33-6.48 3.61-1.53 7.585-2.255 11.885-2.255 4.305 0 8.275.76 11.92 2.255 3.65 1.525 6.786 3.675 9.336 6.48 2.584 2.8 4.59 6.15 6.05 10.08 1.53 3.93 2.295 8.555 2.295 13.36zm-107.284 0c0 5.965 1.31 12.59 3.935 15.355 2.625 2.77 6.014 4.15 10.175 4.15 2.26 0 4.41-.325 6.414-.945 2.005-.62 3.606-1.35 4.886-2.22v-35.34c-1.02-.22-5.286-1.095-9.41-1.2-5.175-.15-9.11 1.965-11.88 5.345-2.736 3.39-4.12 9.32-4.12 14.855zm39.625 28.095c0 9.72-2.48 16.815-7.476 21.33-4.99 4.51-12.61 6.77-22.89 6.77-3.755 0-11.555-.73-17.79-2.11l2.295-11.285c5.215 1.09 12.105 1.385 15.715 1.385 5.72 0 9.805-1.165 12.245-3.495 2.445-2.33 3.645-5.785 3.645-10.375v-2.33c-1.42.69-3.28 1.385-5.575 2.115-2.295.69-4.955 1.055-7.95 1.055-3.935 0-7.51-.62-10.75-1.86-3.245-1.235-6.055-3.055-8.35-5.46-2.295-2.4-4.12-5.42-5.395-9.025-1.275-3.605-1.935-10.045-1.935-14.775 0-4.44.695-10.01 2.046-13.725 1.384-3.71 3.35-6.915 6.014-9.57 2.626-2.655 5.835-4.695 9.59-6.19 3.755-1.49 8.16-2.435 12.935-2.435 4.635 0 8.9.58 13.055 1.275 4.155.69 7.69 1.415 10.57 2.215v56.49z"/>
	</g>
</svg>PK[jFZҐ��CCimages/g2_logo_white_optm.svgnu�[���<svg role="img" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><path fill="#fff" d="M500 0C223.9 0 0 223.9 0 500s223.9 500 500 500 500-223.9 500-500S776.1 0 500 0Zm87.2 412.4c0-21.9 4.3-40.2 13.1-54.4s24-27.1 45.9-38.2l10.1-4.9c17.8-9 22.4-16.7 22.4-26 0-11.1-9.5-19.1-25-19.1-18.3 0-32.2 9.5-41.8 28.9l-24.7-24.8c5.4-11.6 14.1-20.9 25.8-28.1a70.8 70.8 0 0 1 38.9-11.1c17.8 0 33.3 4.6 45.9 14.2s19.4 22.7 19.4 39.4c0 26.6-15 42.9-43.1 57.3l-15.7 8c-16.8 8.5-25.1 16-27.4 29.4h85.4v35.4H587.2Zm-82.1 373.3c-157.8 0-285.7-127.9-285.7-285.7s127.9-285.7 285.7-285.7a286.4 286.4 0 0 1 55.9 5.5l-55.9 116.9c-90 0-163.3 73.3-163.3 163.3s73.3 163.3 163.3 163.3a162.8 162.8 0 0 0 106.4-39.6l61.8 107.2a283.9 283.9 0 0 1-168.2 54.8ZM705 704.1l-70.7-122.5H492.9l70.7-122.4H705l70.7 122.4Z"/></svg>PK[jFZ��399images/mastodon-logo.svgnu�[���<svg xmlns="http://www.w3.org/2000/svg" width="140" height="100%" viewBox="0 0 713.35878 175.8678">
	<path fill="#2b90d9" d="M160.55476 105.43125c-2.4125 12.40625-21.5975 25.9825-43.63375 28.61375-11.49125 1.3725-22.80375 2.63125-34.8675 2.07875-19.73-.90375-35.2975-4.71-35.2975-4.71 0 1.92125.11875 3.75.355 5.46 2.565 19.47 19.3075 20.6375 35.16625 21.18125 16.00625.5475 30.2575-3.9475 30.2575-3.9475l.65875 14.4725s-11.19625 6.01125-31.14 7.11625c-10.99875.605-24.65375-.27625-40.56-4.485C6.99851 162.08 1.06601 125.31.15851 88-.11899 76.9225.05226 66.47625.05226 57.74125c0-38.1525 24.99625-49.335 24.99625-49.335C37.65226 2.6175 59.27976.18375 81.76351 0h.5525c22.48375.18375 44.125 2.6175 56.72875 8.40625 0 0 24.99625 11.1825 24.99625 49.335 0 0 .3125 28.1475-3.48625 47.69"/>
	<path fill="#282c37" d="M34.65751 48.494c0-5.55375 4.5025-10.055 10.055-10.055 5.55375 0 10.055 4.50125 10.055 10.055 0 5.5525-4.50125 10.055-10.055 10.055-5.5525 0-10.055-4.5025-10.055-10.055m144.20725 12.20575v46.195h-18.30125v-44.8375c0-9.4525-3.9775-14.24875-11.9325-14.24875-8.79375 0-13.2025 5.69125-13.2025 16.94375V89.2935h-18.19375V64.75225c0-11.2525-4.40875-16.94375-13.2025-16.94375-7.955 0-11.9325 4.79625-11.9325 14.24875v44.8375H73.79851v-46.195c0-9.44125 2.40375-16.94375 7.2325-22.495 4.98-5.55 11.50125-8.395 19.595-8.395 9.36625 0 16.45875 3.59875 21.14625 10.79875l4.56 7.6425 4.55875-7.6425c4.68875-7.2 11.78-10.79875 21.1475-10.79875 8.09375 0 14.61375 2.845 19.59375 8.395 4.82875 5.55125 7.2325 13.05375 7.2325 22.495m63.048 22.963875c3.77625-3.99 5.595-9.015 5.595-15.075 0-6.06-1.81875-11.085-5.595-14.9275-3.63625-3.99125-8.25375-5.91125-13.84875-5.91125-5.59625 0-10.2125 1.92-13.84875 5.91125-3.6375 3.8425-5.45625 8.8675-5.45625 14.9275 0 6.06 1.81875 11.085 5.45625 15.075 3.63625 3.8425 8.2525 5.76375 13.84875 5.76375 5.595 0 10.2125-1.92125 13.84875-5.76375m5.595-52.025h18.04625v73.9h-18.04625v-8.72125c-5.455 7.2425-13.01 10.79-22.80125 10.79-9.3725 0-17.34625-3.695-24.06125-11.23375-6.57375-7.5375-9.93125-16.84875-9.93125-27.785 0-10.78875 3.3575-20.10125 9.93125-27.63875 6.715-7.5375 14.68875-11.38 24.06125-11.38 9.79125 0 17.34625 3.5475 22.80125 10.78875v-8.72zm78.76175 35.62c5.315 3.99 7.97375 9.60625 7.83375 16.7 0 7.53875-2.65875 13.45-8.11375 17.58875-5.45625 3.99125-12.03 6.06-20.00375 6.06-14.40875 0-24.20125-5.9125-29.3775-17.58875l15.66875-9.31c2.0975 6.35375 6.71375 9.60625 13.70875 9.60625 6.43375 0 9.6525-2.07 9.6525-6.35625 0-3.10375-4.1975-5.91125-12.73-8.1275-3.21875-.8875-5.87625-1.77375-7.97375-2.51375-2.9375-1.18125-5.455-2.5125-7.55375-4.1375-5.17625-3.99-7.83375-9.3125-7.83375-16.11 0-7.2425 2.5175-13.00625 7.55375-17.145 5.17625-4.28625 11.47-6.355 19.025-6.355 12.03 0 20.84375 5.1725 26.5775 15.66625l-15.38625 8.8675c-2.23875-5.02375-6.015-7.53625-11.19125-7.53625-5.45625 0-8.11375 2.06875-8.11375 6.05875 0 3.10375 4.19625 5.91125 12.73 8.12875 6.575 1.4775 11.75 3.695 15.5275 6.50375m57.357125-17.2925h-15.8075v30.7425c0 3.695 1.4 5.91125 4.0575 6.945 1.95875.74 5.875.8875 11.75.59125v17.29375c-12.16875 1.4775-20.9825.295-26.15875-3.69625-5.175-3.8425-7.69375-10.93625-7.69375-21.13375v-30.7425h-12.17v-18.3275h12.17v-14.9275l18.045-5.76375v20.69125h15.8075v18.3275zm57.49825 33.254375c3.6375-3.84375 5.455-8.72125 5.455-14.6325 0-5.91125-1.8175-10.78875-5.455-14.63125-3.6375-3.84375-8.11375-5.76375-13.57-5.76375-5.455 0-9.93125 1.92-13.56875 5.76375-3.4975 3.99-5.31625 8.8675-5.31625 14.63125 0 5.765 1.81875 10.6425 5.31625 14.6325 3.6375 3.8425 8.11375 5.76375 13.56875 5.76375 5.45625 0 9.9325-1.92125 13.57-5.76375m-39.86875 13.15375c-7.13375-7.5375-10.63125-16.70125-10.63125-27.78625 0-10.9375 3.4975-20.1 10.63125-27.6375 7.13375-7.5375 15.9475-11.38 26.29875-11.38 10.3525 0 19.165 3.8425 26.3 11.38 7.135 7.5375 10.77125 16.84875 10.77125 27.6375 0 10.9375-3.63625 20.24875-10.77125 27.78625-7.135 7.53875-15.8075 11.2325-26.3 11.2325-10.49125 0-19.165-3.69375-26.29875-11.2325M524.92126 83.663625c3.6375-3.99 5.455-9.015 5.455-15.075 0-6.06-1.8175-11.085-5.455-14.9275-3.63625-3.99125-8.25375-5.91125-13.84875-5.91125-5.59625 0-10.2125 1.92-13.98875 5.91125-3.63625 3.8425-5.45625 8.8675-5.45625 14.9275 0 6.06 1.82 11.085 5.45625 15.075 3.77625 3.8425 8.5325 5.76375 13.98875 5.76375 5.595 0 10.2125-1.92125 13.84875-5.76375m5.455-81.585h18.04625v103.46h-18.04625v-8.72125c-5.315 7.2425-12.87 10.79-22.66125 10.79-9.3725 0-17.485-3.695-24.2-11.23375-6.575-7.5375-9.9325-16.84875-9.9325-27.785 0-10.78875 3.3575-20.10125 9.9325-27.63875 6.715-7.5375 14.8275-11.38 24.2-11.38 9.79125 0 17.34625 3.5475 22.66125 10.78875v-38.28zm81.42 81.141875c3.63625-3.84375 5.455-8.72125 5.455-14.6325 0-5.91125-1.81875-10.78875-5.455-14.63125-3.6375-3.84375-8.11375-5.76375-13.57-5.76375-5.455 0-9.9325 1.92-13.56875 5.76375-3.49875 3.99-5.31625 8.8675-5.31625 14.63125 0 5.765 1.8175 10.6425 5.31625 14.6325 3.63625 3.8425 8.11375 5.76375 13.56875 5.76375 5.45625 0 9.9325-1.92125 13.57-5.76375m-39.86875 13.15375c-7.135-7.5375-10.63125-16.70125-10.63125-27.78625 0-10.9375 3.49625-20.1 10.63125-27.6375 7.135-7.5375 15.9475-11.38 26.29875-11.38 10.3525 0 19.165 3.8425 26.3 11.38 7.135 7.5375 10.77125 16.84875 10.77125 27.6375 0 10.9375-3.63625 20.24875-10.77125 27.78625-7.135 7.53875-15.8075 11.2325-26.3 11.2325-10.49125 0-19.16375-3.69375-26.29875-11.2325m141.43125-36.210375v45.37375h-18.04625v-43.00875c0-4.8775-1.25875-8.5725-3.77625-11.38-2.37875-2.5125-5.73625-3.84375-10.0725-3.84375-10.2125 0-15.3875 6.06-15.3875 18.3275v39.905h-18.04625v-73.89875h18.04625v8.27625c4.33625-6.94625 11.19-10.345 20.84375-10.345 7.69375 0 13.98875 2.66 18.885 8.12875 5.035 5.46875 7.55375 12.85875 7.55375 22.465"/>
</svg>
PK[jFZM��images/Yoast_SEO_Icon.svgnu�[���<svg xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" viewBox="0 0 500 500" focusable="false"><path d="M80 0h340a80 80 0 0 1 80 80v420H80a80 80 0 0 1-80-80V80A80 80 0 0 1 80 0z" fill="#a4286a"/><path d="M437.61 2L155.89 500H500V80a80 80 0 0 0-62.39-78z" fill="#6c2548"/><path d="M74.4 337.3v34.9c21.6-.9 38.5-8 52.8-22.5s27.4-38 39.9-72.9l92.6-248h-44.8L140.3 236l-37-116.2h-41l54.4 139.8a57.54 57.54 0 0 1 0 41.8c-5.5 14.2-15.4 30.9-42.3 35.9z" fill="#fff"/><circle cx="368.33" cy="124.68" r="97.34" transform="rotate(-45 368.335 124.68)" fill="#9fda4f"/><path d="M416.2 39.93l-95.74 169.51A97.34 97.34 0 1 0 416.2 39.93z" fill="#77b227"/><path d="M294.78 254.75l-.15-.08-.13-.07a63.6 63.6 0 0 0-62.56 110.76h.13a63.6 63.6 0 0 0 62.71-110.67z" fill="#fec228"/><path d="M294.5 254.59l-62.56 110.76a63.6 63.6 0 1 0 62.56-110.76z" fill="#f49a00"/><path d="M222.31 450.07A38.16 38.16 0 0 0 203 416.83a38.18 38.18 0 1 0 19.41 33.27z" fill="#ff4e47"/><path d="M202.9 416.8l-37.54 66.48a38.17 38.17 0 0 0 37.54-66.48z" fill="#ed261f"/></svg>PK[jFZ��(���images/wincher-logo.svgnu�[���<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 566 122" width="140" height="100%"><g fill="none" fill-rule="evenodd"><g transform="translate(183.8 37)" fill-rule="nonzero"><circle fill="#FFA23A" cx="375.8" cy="58.2" r="5.6"></circle><path d="M31.805 62.112a2.4 2.4 0 01-2.282 1.656h-7.337a2.4 2.4 0 01-2.277-1.641L.323 3.365A2.4 2.4 0 012.6.206h8.895a2.4 2.4 0 012.298 1.708l12.37 41.04 13.974-41.12A2.4 2.4 0 0142.409.206h4.7a2.4 2.4 0 012.268 1.616l14.228 41.131 12.2-41.03A2.4 2.4 0 0178.107.205H87a2.4 2.4 0 012.278 3.156L69.77 62.124a2.4 2.4 0 01-2.278 1.644h-7.335a2.4 2.4 0 01-2.282-1.656L44.84 22.139 31.805 62.112zm74.538-45.22a2.4 2.4 0 012.4 2.4v42.076a2.4 2.4 0 01-2.4 2.4H98.95a2.4 2.4 0 01-2.4-2.4V19.292a2.4 2.4 0 012.4-2.4h7.393zM102.555 0c3.095 0 5.605 2.496 5.605 5.575s-2.51 5.574-5.605 5.574c-3.095 0-5.605-2.495-5.605-5.574 0-3.08 2.51-5.575 5.605-5.575zm29.076 61.368a2.4 2.4 0 01-2.4 2.4h-7.392a2.4 2.4 0 01-2.4-2.4V19.292a2.4 2.4 0 012.4-2.4h7.133a2.4 2.4 0 012.4 2.4v4.937c1.268-2.35 3.228-4.243 5.88-5.677 2.651-1.433 5.62-2.15 8.906-2.15 5.13 0 9.483 1.692 13.057 5.075s5.361 8.2 5.361 14.45v25.44a2.4 2.4 0 01-2.4 2.4h-7.392a2.4 2.4 0 01-2.4-2.4V39.196c0-3.67-.894-6.523-2.68-8.558-1.788-2.036-4.209-3.054-7.264-3.054-3.228 0-5.837.304-7.826 2.512-1.989 2.207-2.983 5.86-2.983 9.358v21.915zM198.736 64c-7.131 0-13.018-2.242-17.66-6.725-4.584-4.427-6.876-10.172-6.876-17.233s2.32-12.806 6.962-17.233C185.86 18.27 191.83 16 199.076 16c4.754 0 9.07 1.12 12.947 3.363 3.38 1.953 5.996 4.589 7.849 7.905.643 1.151.272 1.78-.517 2.208l-6.947 3.774c-1.003.545-1.63.246-2.293-.654-2.74-3.722-6.363-5.584-10.87-5.584-3.848 0-6.99 1.261-9.423 3.783-2.49 2.466-3.736 5.548-3.736 9.247 0 3.81 1.217 6.95 3.65 9.415 2.491 2.466 5.576 3.699 9.255 3.699 2.434 0 4.754-.645 6.962-1.934 1.73-1.01 3.094-2.243 4.094-3.7.47-.685 1.14-1.03 2.077-.484l7.195 4.187c.738.43.968 1.038.538 1.742-1.954 3.2-4.679 5.784-8.173 7.755C207.806 62.907 203.49 64 198.736 64zm44.522-2.632a2.4 2.4 0 01-2.4 2.4h-7.393a2.4 2.4 0 01-2.4-2.4V2.4a2.4 2.4 0 012.4-2.4h7.047a2.4 2.4 0 012.4 2.4v21.399c1.268-2.179 3.257-3.957 5.966-5.333 2.71-1.376 5.679-2.064 8.907-2.064 5.073 0 9.396 1.692 12.97 5.075 3.575 3.383 5.362 8.2 5.362 14.45v25.44a2.4 2.4 0 01-2.4 2.4h-7.393a2.4 2.4 0 01-2.4-2.4V39.196c0-3.67-.879-6.523-2.637-8.558-1.758-2.036-4.165-3.054-7.22-3.054-3.229 0-5.837 1.104-7.826 3.312-1.989 2.207-2.983 5.06-2.983 8.558v21.915zM311.177 64c-8.045 0-14.233-2.326-18.564-6.977-4.275-4.596-6.413-10.256-6.413-16.981 0-7.005 2.222-12.75 6.666-17.233C297.31 18.27 303.076 16 310.164 16c6.694 0 12.207 2.074 16.539 6.22 4.331 4.148 6.497 9.752 6.497 16.813 0 1.087-.085 2.375-.254 3.866-.104.92-.483 1.346-1.483 1.346h-33.197c1.688 6.501 6.16 9.752 13.417 9.752 4.807 0 9.295-1.247 13.464-3.74.787-.471 1.621-.471 2.059.299l3.324 5.854c.565.997.43 1.514-.38 2.05-5.582 3.693-11.907 5.54-18.973 5.54zM321.2 36c-.554-3.1-1.827-5.54-3.82-7.325-1.992-1.783-4.483-2.675-7.472-2.675-2.934 0-5.439.892-7.515 2.675-2.076 1.784-3.473 4.226-4.193 7.325h23zm34.954 25.368a2.4 2.4 0 01-2.4 2.4h-7.393a2.4 2.4 0 01-2.4-2.4V19.292a2.4 2.4 0 012.4-2.4h6.874a2.4 2.4 0 012.4 2.4v5.472c2.825-5.046 7.148-7.57 12.97-7.57 1.491 0 2.982.212 4.472.635.86.243 1.193.871 1.11 1.796l-.778 8.712c-.097 1.091-.567 1.348-1.636 1.091-1.487-.357-2.86-.536-4.119-.536-3.574 0-6.384 1.19-8.43 3.57-2.047 2.38-3.07 5.92-3.07 10.622v18.284z" fill="#37343B"></path></g><path d="M154.949.162a3.423 3.423 0 012.235 4.308l-37.107 115.146a3.446 3.446 0 01-3.285 2.384H94.376c-.356 0-.71-.055-1.049-.162a3.423 3.423 0 01-2.235-4.308L128.199 2.384A3.446 3.446 0 01131.484 0h24.485c.356 0-1.36.055-1.02.162zm-70.7 14.231c.355 0 .707.055 1.046.162a3.423 3.423 0 012.24 4.305L55.247 119.613A3.446 3.446 0 0151.962 122H29.545c-.355 0-.708-.055-1.047-.162a3.423 3.423 0 01-2.239-4.305L58.545 16.78a3.446 3.446 0 013.286-2.387h22.417z" fill="#FF8F3B"></path><path d="M107.849 65.53l14.936 45.68-2.708 8.406a3.446 3.446 0 01-3.285 2.384l-11.788-47.64 2.845-8.83zm-64.877-.151l14.976 45.805-2.7 8.429a3.425 3.425 0 01-.157.4l-15.13-45.236 3.011-9.398z" fill="#FF7F3B"></path><path d="M84.376 14.393c1.501 0 2.83.966 3.285 2.387l32.287 100.753a3.423 3.423 0 01-2.24 4.305 3.468 3.468 0 01-1.046.162H94.245a3.446 3.446 0 01-3.286-2.387L58.673 18.86a3.423 3.423 0 012.24-4.305 3.468 3.468 0 011.045-.162zM26.454 37.011c1.497 0 2.823.96 3.282 2.376l25.363 78.135a3.423 3.423 0 01-2.224 4.313c-.342.11-.699.165-1.058.165H29.408a3.446 3.446 0 01-3.282-2.376L.763 41.49a3.423 3.423 0 012.224-4.314 3.485 3.485 0 011.058-.165z" fill="#FFA23A"></path></g></svg>PK[jFZg��HH)images/motivated_bubble_woman_1_optim.svgnu�[���<svg role="img" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 277.7 317.3">
  <circle cx="146.5" cy="186.1" r="131.2" fill="#f0ecf0"/>
  <path fill="#54311e" d="M95 41.1c4.8-22 19-41.6 42.7-38.8 21 2.4 34.5 17.4 47.4 33.6 16.5 20.8 14.7 46.5 22.6 71.8.5 1.9 1.4 4.1 1 6-.6 2.4-.6 3.8-2.6 5.3-15.6 11.7-21.5 26-32.4 42.2-2.7 4-5.3 8-9.3 10.5-2.5 1.5-.3.5-2.7 2.2-14.8 10.2-41.3 11-56.6 8.4 5.9-26 6.3-38.3 6.3-38.3l-15 39.3c-8 4.8-20.8 1.4-28.8-3.4C80 155.6 89 112.6 90.2 82.6c.5-14.4 1.8-27.4 4.8-41.5Z"/>
  <path fill="#54311e" d="M93.9 43.6c-4 34.7-3.2 73-15 105.8 3-4.8 5.4-9.2 8.5-14 3.9-6 4.3-15 6.2-22 2-7.2-.3-16-.5-23.5-.6-17 .9-34 2.2-51"/>
  <path fill="#ce6d42" d="M21 236.3c7.5-7.6 35.2-26.2 43.7-33.2 11.1-9.3 52.2 8.7 37.4 21.9-32.5 29-93.9 58.6-99.6 43-2.8-7.4 13.4-26.8 18.4-31.8Z"/>
  <path fill="#77375a" d="M138 152c-11.1-2.1-35.6 6.3-43.7 14.4C86 174.6 81.6 189 59 206.8c6.7 6.3 15.9 28.4 19.8 36.5 16.2-9.8 29-22.6 40.2-32.4 1.5-1.4-5-22.8-4.2-24.4.5-1.1-1.1-5.7-1-7.2 0-4 24.1-20.5 15-17.7Z"/>
  <path fill="#f0ecf0" d="M262.1 248.1c-10.1-3.4-25-8.2-31.7-10.6a216.5 216.5 0 0 1-2.9 34.8c-.9 5.1.5 10.2 2.7 14.7a131.6 131.6 0 0 0 32-38.9Z"/>
  <path fill="#a52a6a" d="M227.5 272.3a216.5 216.5 0 0 0 2.9-34.8l-3.4-1.2a51.7 51.7 0 0 0 3.4-5c0-7.6-.1-15.3.2-24 .5-18 1.3-22.5-17-41.6-22.8-24-91-23.3-111.5 5.6-17.8 25.2-7.7 40.4-9.9 58C90.1 246 65 286 112.6 295.5c1.9 4.5 7.5 13 12.2 19.9A131.3 131.3 0 0 0 230.2 287a24.5 24.5 0 0 1-2.7-14.7Z"/>
  <path fill="#f4a269" d="M256.7 192.5c-7.3 9.2-20.2 29.5-26.3 38.8v6.2l31.7 10.6a130.3 130.3 0 0 0 13.7-39.5c-7.9-6.3-16-12.9-19.1-16.1Z"/>
  <path fill="#f4a269" d="M230.4 231.3a51.7 51.7 0 0 1-3.4 5l3.4 1.2v-6.2Z"/>
  <path fill="#a52a6a" d="M248.8 243.2c-36.8-3.1-61.4-25.4-95.7-33.9 9-20.8 16.4-62 45-58.4 52.2 6.6 47 33.3 74.9 54.8-2.9 9-17.5 31.4-24.2 37.5Z"/>
  <path fill="#f4a269" d="M204.4 160c-8.8 25.2-10 40.6-21.1 56.5-12 0-76.7.7-79.8-6.4-.3-.7 6-18.4 13.4-30.3 9.2-14.9 25.4-21 27-25.4 1.7-4.7-6.5-26-5.3-28.7.7-1.4-3.7.9 44.8-38.9 2.8 7.6 6 42.2 6 55.5 0 17.7 3.1 13.4 15 17.7Z"/>
  <path fill="#ce6d42" d="M185.5 105.9c-12 11-29.5 23-46.1 25.5 1.5 6.3 4.6 16 4.7 20.8 21-1.9 41.3-46.2 41.4-46.3Z"/>
  <path fill="#54311e" d="M163.5 2.5c27 4.9 45.3 49 44.8 72.9-1 52.3 34.6 49 34.3 94.3-35.3-32.2-45.6-3-59.3 25-7.8-2.9-18.4-5-22-6.4-.6-25.4 7.1-31.8 8.7-43.9-7.2 12.5-11 15.4-15.7 29 .3-31.8 16-39 26.7-66.6v-1.3c.4-8.2 1-13.8 1.5-22.5s5.2-12.5 5.6-23.6c.6-17.6-19.9-40.5-24.6-57Z"/>
  <path fill="#7c2050" d="M190.6 257.2c2.5 5.3.4 11.5-1.8 16.9a27.4 27.4 0 0 1-6.9 11.2c-3 2.5-6.8 3.7-10.6 4.4a65.3 65.3 0 0 1-27.1-.8c19-1.8 37.8-10.5 46.4-31.7Z"/>
  <path fill="#f4a269" d="M98 72.3c-3.3 4.1-3.4 9.9-3 18.7.6 11.2 13.6 31.2 16.4 39.3 4.2 12.1 15.3 12.1 28.4 6.3 10.9-4.9 36.1-18.3 41-29.7A74.3 74.3 0 0 0 187 81s9.4-25.8 6.2-47.1-55.7-21.8-55.7-21.8S87 23.6 98 72.3Z"/>
  <path fill="#d17154" d="M110.2 109.8c.8-2.6 7.5-.3 27-1.9-7.5 3.2-11.5 9.2-17 10-4.5.6-6 .7-8.3-.9-3.3-2.3-3.9-5-1.8-7.3Z"/>
  <path fill="#b24736" d="M140.8 106.7c-10 1.6-16.7-1.6-21.9-1.4-1.7 0-2.5 1.8-3.7 1.5s-2.8-1.9-4.1-2c-1 0-2.8.1-3.5 2.8-.8 1.5 1 3 2.2 2.9-.1-.6 2-1 3.3-.4.8.4 1.8 2.6 4.7-.2 3.7 1 13 1 23-3.2Z"/>
  <path fill="#54311e" d="M151.6 5c46.8-13.5 65.1 42.1 55.6 76.3-2.7 1.3-12.1-9.3-19-3.9-20.4-11.8-18.4-31-21-37.5-12-14.2-59-27.4-68.2-1.4-2-18.3 24.8-51 52.6-33.5Z"/>
  <path d="M102.8 50.2c-4 .8-6.7 5.5-6.5 10.5.9-1.3 3.6-7.1 6.4-7.4 2.5-.2 4.9 1.6 6.6 2 1 .2 1.3-1.2.6-3-2.6-2.4-4.4-2.6-7-2.1Z"/>
  <path fill="#ce6d42" d="M186.8 86.6c11-14 16-6.7 11.5.8-.3-10.5-5-4.4-9.8-1 5.8 3.4.9 8.1-.7 7s-4.8-.8-3.4 2c-1.8 0-1.2-1.6-1.3-2.8 0-1.8 1.6-.7 4-1.6 3.4-1.2 0-4-.3-4.4Z"/>
  <path fill="#f4a269" d="M183.5 82.6c2.4-5.6 8.2-12.7 16.8-9.8 4.3 1.5 7.2 6.2-.5 19.2-3.5 6-8 15.4-15.1 15-5.1-.4-5.6-7-4-15Z"/>
  <path fill="#ce6d42" d="M187 85.1c8.6-15.6 16.6-10 13.2-1.9-2-10.3-7.4-2.6-11.6 1.5 6.3 2.4 2.2 7.8.5 7s-4.9 0-3 2.4c-1.8.3-1.5-1.3-1.7-2.5-.4-1.7 1.4-1 3.6-2.2 3.1-1.7-.7-4-1-4.3Z"/>
  <path fill="#fff" d="M104.6 65.4c-3.4-.8-5 .6-6.5 3.7.3 3 1 6 3.7 6.8s10.4.3 13.5-1c-4.2-7-4.4-8-10.7-9.5Z"/>
  <path d="M97.6 71c.1 2.4 2.6 5.1 5 5s3.7-3 3.6-5.5a4 4 0 0 0-4-3.8h-.4a4.1 4.1 0 0 0-4.2 4Z"/>
  <path fill="#fff" d="M140.6 66.3c-3.5 1.2-5.2 5.1-6.4 8.6 1.3 4 17.6 3 21.7-3-6.6-3.4-9.8-7.6-15.3-5.6Z"/>
  <path d="M134.5 72.2c-1.6 4 1.9 5.2 4.6 5a5.1 5.1 0 0 0 4.6-5.4c-.2-2.7-2.2-5.4-4.9-5.2s-2.8 2-4.3 5.6Z"/>
  <path fill="#ce6d42" d="M144.5 60c7.3.5 10 9.9 11.2 12-9.9-8.3-17.7-5.1-21.5-.2-.2-5.5 4-12 10.3-11.7Z"/>
  <path d="M159.8 70.8c-8.9 0-6.5-8-16.7-6.4-6 1.1-9.7 7.6-9.3 11.3.5.2 1.8-10 12-8.2 4.5.7 6.7 6 10.7 5 .9-.2 3.5-1.3 3.3-1.7Z"/>
  <path fill="#ce6d42" d="M108.1 59.2c-9.4-4.4-10.4 9.2-10.1 10 1.4-4.5 10.5-4.5 16.4 4.1-.2-3.8-3.2-12.6-6.3-14Z"/>
  <path d="M115.1 74.8c-2-5.7-4.4-10.6-9.7-11.5a7.2 7.2 0 0 0-8.1 5.3c-.4 1.4-2.8.3-3.4.3.4.9 3 3.5 4 2.8 1.7-1 2.6-4.7 4.5-4.7a17.2 17.2 0 0 1 7.4 2c3.5 1.9 4.7 6 5.3 5.8Z"/>
  <path fill="#ce6d42" d="M115.3 72c-4 6-13.5 23.7-10.1 27.8 1.8 2.4 13.2 0 19.9-2.8-5.3-.7-14.1 1.5-15.9 0-3.3-5.6 7.5-21.1 9.4-26.7 1.6-4.5.5-9.4-6.2-13.9 8.7 7.4 5.7 11 2.9 15.7Z"/>
  <path fill="#54311e" d="M148.3 48.7c-21.5-2.5-33.3-17.5-15.9-33.4 2.4 13.5 0 25.4 16 33.4Z"/>
  <path fill="#54311e" d="M127.7 21c-19.9 4.7-16.4 27.6-6.7 41-5.7-12.7.3-30 5.7-39.5"/>
  <path fill="#f4a269" d="M39.8 236c-5.6 35.6-27.5 41.4-35.4 37-6.4-3.4-4.1-8.3-3.5-14.8.7-7.4-1.2-11.5 0-21 1.3-11.3 27.3-62 37.3-80.4 7.8-14 25.3-4.8 20.3 2.8-20.4 40.6-14 46.3-18.7 76.3Z"/>
  <path fill="#f4a269" d="M54.6 162.1c6.3.9 4.7 1.8 13.3-4.4 5.7-4.2 1.3-3.4 6.4-8.4 8.3-8.2 7.4-21.2 19.6-24.1 7.5-1.9 19 5 23.5-4.2-10.5-1.5-14.5-2.9-21.9-4.7a6.3 6.3 0 0 0-3.5.2c-5.1 2-7.6 2.8-10.2 4.3-3.5-.1-6.3-.5-9.5 3-9.5 10.6-25.2 19.7-32.2 30.2-6.7 10 4.5 7.4 14.5 8.1Z"/>
  <path fill="#f4a269" d="M67.7 138.5a35 35 0 0 1 10.3 6.9c2.9 4.1 6 8.8 5.8 10.3-.4 4.3-3.6 5.2-6 5.6-2.4.4-8.4 2.6-9.4 1.6-3.5-3.7-3.2-5-3.4-7.5-.3-5 3.3-4.4 4.5-2.7-2.8-3.2-2-2.5-2.6-6.9-.5-4.2-3.5-6.9.8-7.3Z"/>
  <path fill="#f4a269" d="M79 127.3c3.7 2 5.2 8 7.3 11.5 1.7 2.7 5.3 9.8 5.2 13.1-.2 4-12 5-14.4 4.2a87.6 87.6 0 0 1-7.2-13.9C67 135 76.4 132 80.5 127.1a5.5 5.5 0 0 0 1 .5"/>
  <path fill="#f4a269" d="M84.8 152.3c3.4-.6 13.6-1.2 12-6.5-1-3.5-4-8.3-6.2-11.4-2.5-3.5-3.6-10.3-7.7-8.3-13.8 6.8-4.7 27.8 1.9 26.2Z"/>
  <path fill="#ce6d42" d="M87.5 129.2c-.6-2.4-1.5-3.6.5-6 0 4-.5 6 1.6 9.6Zm4 22.9c-2-8.5-15.8-16.4-10.5-23.2-1.6 5.2 3 7.7 5.9 12 2.3 3.3 4.8 7.9 4.6 11.2Zm-7.8 4.3c.5-3-1.7-8.3-4.3-12.4a9 9 0 0 0-7-4.6c3.2 1.3 3.5 2.2 5.2 4.8 2 3 5.4 7.9 6 12.2Zm-7.5 3.6c-2-.6-5.1-1-6.6-2.7-2-2.1-2.5-9-2.5-11.8.3 2 1.2 6.5 2.6 8.2s5.1 4.3 6.5 6.2Z"/>
  <path fill="#ce6d42" d="M69.1 155.7c-1 1.2-1 5.2.6 6.1-.3-1.4-.5-3.9 1-4.7m-3.3-8.1c.8 6-6.4 12.5-17.9 10.4 3.4 2 7.8 4.4 11.3 3.1a14.8 14.8 0 0 0 7.8-7.3c.6-1.4-1-3.7-1.2-6.2Zm49-24.3a3.1 3.1 0 0 0 1.7-2.3c-.1-.5-.4-.9-1.8-1.1-4.2-.7-10.5-1.4-14-3.3 5.7 1.8 15.8 2.7 16.6 3a1.2 1.2 0 0 1 .7 1.4c-2 6.3-13.2 3.8-21.4 2.4 4.8.4 12 2.2 18.2-.1Zm22.3-17.7c2-.7 3.2-2.5 2.5-5.8 1.6.7 4.5 5.8 4.8 7.8-2.4-2.7-4.6-1.7-6-2"/>
  <path d="M144.3 56.5c-3-.3-10 2.4-12.7 2.6-1.7 0-2 1.6-.6 3 5.4.8 10-3 13.5-3 3.7 0 9.4.6 14.1 3.3-2.1-3.9-10.3-5.7-14.3-6Z"/>
</svg>
PK[jFZ�/��E�Eimages/connection-assistant.svgnu�[���<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 752 247" stroke="#000" stroke-linecap="round"
	 stroke-linejoin="round" fill="#fff" fill-rule="evenodd" role="img" aria-hidden="true" focusable="false">
	<g stroke="none" class="B">
		<path
			d="M307.6714 13.3429c6.6273-6.5822 14.6953-12.7914 24.351-13.4694 5.0284-.8813 10.2037-.1243 15.0117 1.4464 3.5877 1.1469 6.294 3.8928 8.763 6.6047 3.3334-1.5819 7.0906-1.8362 10.7291-1.8023 3.3504-.1299 6.7968.8418 9.5201 2.8024 4.0453 3.9323 7.3223 8.8477 8.6782 14.3676.7119 3.808 1.0848 7.8873-.2203 11.6162.8249 2.3334 4.6103 2.7458 3.9606 5.6273-.7063 2.3729-2.6159 4.2091-4.3561 5.8984l-.6102.5424c-2.5312.6441-4.6047 2.2035-5.8872 4.4748-.322-1.921-2.6442-1.8645-3.9549-2.8419-5.9776-3.8137-10.7348-9.5201-13.3564-16.1192-1.2655-3.4351-2.7684-6.938-2.4746-10.6839-2.9831.661-6.0002 1.8588-8.068 4.1979-2.9775 2.8871-4.4521 6.8307-6.8194 10.1641-1.7459 2.3334-1.825 5.4522-3.5595 7.7856-1.1186 1.7006-3 2.5989-4.5877 3.7741 1.3786.3051 2.8984.3729 4.0736 1.243 1.113.9435.6723 2.8983-.6328 3.4238-2.2543.2881-4.5764-.2599-6.8025.3051-2.8249.8983-4.9945 3.0227-7.0115 5.0905-.9096 1.034-2.6102-.2203-2.4408-1.4181-.192-1.4068.9549-2.4125 1.6611-3.4803-2.7006.8983-5.5256 1.209-8.3166 1.5932-1.5085 1.243-2.8193 2.7628-4.0227 4.3053-1.5368-1.3447-3.0566-3.2205-5.3391-2.9097 1.2034 1.7006 2.8588 2.9888 4.4746 4.2713.2486 5.39 1.7741 10.5935 3.2713 15.7406.6159 2.2656 2.5199 3.808 4.3335 5.1357 3.5425 2.2204 7.4974 3.7403 10.9947 6.0228 1.8192 3.0283 3.3504 6.2544 4.4691 9.6161.5593 1.3729 1.0056 3.0453 2.5028 3.6837 4.6386 2.599 9.8083 4.0001 14.7124 6.0059 3.9549-2.0679 7.6951-4.5199 11.5313-6.7912.6159-.4633 1.5029-.7853 1.7176-1.6046 1.0566-3.8475 1.7402-7.7855 2.7459-11.6387.7401-2.6442 2.9605-4.4465 4.7063-6.4353 2.2657-2.6498 5.5652-4.4577 7.0002-7.7742.2543-5.8533.2939-11.7461-.6214-17.5542 1.2938-1.6328 2.5085-3.3278 3.7967-4.9606.0509 3.1018.5367 6.164.9831 9.2263.2598 3.6611.3502 7.3392.7119 10.989.0678.7458.2429 1.4972.6836 2.113 2.3334 3.0453 7.0793 3.7855 10.3111 1.7628-1.0001 3.2883-3.9324 5.3618-6.2262 7.7065-.0735.6553.2373 1.2712.3955 1.8983 1.096 2.5538 1.1638 5.7516-1.1639 7.65.9435 2.0509 1.6893 4.3221 1.1412 6.599-.209 1.4634-1.5367 2.2882-2.6045 3.1188.1751 2.0791 1.0395 4.26.1808 6.294-1.1131 1.8418-3.2657 2.5989-5.1753 3.3277-.4125 1.6611-.7685 3.4578-2.0396 4.7064-1.034 1.1808-2.7233 1.1526-4.1301 1.4916-1.13 2.2486-2.5368 4.6555-4.9606 5.6781-2.1244.548-4.2488-.339-6.3392-.6724-1.5255 1.599-3.1018 3.3844-5.3731 3.8589-2.3899.7967-4.7119-.5989-6.7798-1.6441-1.6385 1.2147-3.4238 2.599-5.5991 2.3334-2.3446.1469-3.9718-1.6328-5.5312-3.0735-2.1187 1.0791-4.5651 2.0001-6.9437 1.1977-2.2091-.5367-3.356-2.6554-4.6047-4.3504-2.8249-.0282-5.9776-.0282-8.2262-2.0057-1.695-1.322-2.3616-3.4238-3.034-5.3674-1.9153-.3051-4.1414-.3672-5.5256-1.9322-1.3503-1.6046-2.3108-3.5538-2.8306-5.5878-.565-2.3051.6385-4.4973 1.0283-6.7233-.9491-1.0848-2.4294-1.565-3.582-2.4182-3.1357-1.5763-3.5481-5.599-2.4238-8.5709-1.5651-1.1073-2.8362-2.5481-4.2205-3.8532 3.4634-.0226 7.0568-1.904 8.0285-5.4239.8475-2.2091.8023-4.6159.5989-6.938-.4294-4.5312-1.5085-8.9664-2.4351-13.4129-.4633-2.0735-3.0227-2.0113-4.4465-3.1357-2.2656-1.6441-4.5933-4.1187-4.1018-7.1471 1.1244-1.8814 3.1018-3.2656 3.469-5.5595-2.791-4.2769-1.8814-9.5652-.9265-14.2603 1.4407-5.2148 3.8306-10.328 7.7686-14.1303h0zm22.7803 19.3565c-2.6555 2.7797-4.39 6.2375-6.2827 9.5426 2.2713-.9039 3.9549-2.8079 5.6612-4.4916 3.6555-3.9662 7.7743-8.0737 9.006-13.5089-3.2544 2.3504-5.746 5.4747-8.3845 8.4579h0zm3.7402 8.3166c-1.0282 1.6215-2.3842 2.9888-3.4238 4.599 3.9549-2.1469 7.0567-6.2714 7.3731-10.8195-1.6102 1.8814-2.469 4.2487-3.9493 6.2205zm18.4187 7.6725c4.2995-2.5142 10.0737-3.1244 14.3224-.1356 1.4916.5876 2.13 2.8476.6046 3.7742-1.3955 1.1017-2.7403-.4238-4.0736-.7967-3.8645-1.0282-7.7856.5424-11.1077 2.4351-.8531-.4576-2.0452-1.017-1.9944-2.1639-.2147-1.4972 1.2317-2.339 2.2487-3.1131z"
			fill="#f17523"/>
		<path
			d="M349.7573 26.0043c2.0679-2.3391 5.0849-3.5369 8.0681-4.1979-.2939 3.7459 1.2091 7.2488 2.4746 10.6839 2.6215 6.5991 7.3787 12.3055 13.3563 16.1192 1.3108.9774 3.6329.9209 3.9549 2.8419-2.0847 2.8758-4.356 5.6216-6.3617 8.5539-1.8984.6441-3.8081 1.2656-5.7799 1.6554-1.4011-4.7064-7.7968-6.0228-11.4692-3.1922-.9662.8701-1.5933 2.034-2.1809 3.1753-1.4238-1.2995-3.0057-2.8589-5.1075-2.6668-2.9944.2091-5.3617 2.4408-7.0567 4.7403-.7966-2.8589-3.4295-5.1301-6.4521-5.0906-3.8929-.435-7.3844 2.7911-8.0455 6.503-1.8419.0791-3.7007.3164-5.5369.1074-3.0114-1.808-5.6838-4.147-8.3223-6.4465 1.2034-1.5425 2.5142-3.0623 4.0228-4.3052 2.791-.3842 5.6159-.695 8.3166-1.5933-.7062 1.0678-1.8532 2.0735-1.6611 3.4803-.1695 1.1978 1.5311 2.4521 2.4408 1.4181 2.017-2.0678 4.1866-4.1922 7.0115-5.0905 2.226-.565 4.5481-.017 6.8024-.3051 1.3052-.5255 1.7458-2.4803.6329-3.4238-1.1753-.8701-2.6951-.9379-4.0737-1.243 1.5877-1.1752 3.4691-2.0735 4.5878-3.7741 1.7345-2.3334 1.8136-5.4522 3.5594-7.7856 2.3673-3.3334 3.8419-7.277 6.8194-10.1641h0zm2.8532 22.6843c-1.017.774-2.4634 1.6158-2.2486 3.1131-.0509 1.1469 1.1413 1.7062 1.9943 2.1639 3.3222-1.8928 7.2432-3.4634 11.1078-2.4351 1.3333.3729 2.678 1.8983 4.0735.7966 1.5255-.9266.887-3.1865-.6045-3.7741-4.2488-2.9888-10.0229-2.3786-14.3225.1356zm-22.1588-15.9892c2.6384-2.9832 5.1301-6.1075 8.3844-8.4579-1.2317 5.4352-5.3504 9.5427-9.0059 13.5089-1.7063 1.6837-3.39 3.5877-5.6612 4.4916 1.8927-3.3051 3.6272-6.7629 6.2827-9.5426zm3.7402 8.3166c1.4803-1.9718 2.3391-4.3391 3.9493-6.2205-.3164 4.5482-3.4182 8.6726-7.3731 10.8195 1.0396-1.6102 2.3956-2.9775 3.4238-4.599zm49.3066 5.9607l.6101-.5424c1.6781-.5311 3.3391.9209 4.0905 2.339 2.6555 4.2092 3.39 9.441 2.3673 14.2717-1.0395 3.5085-2.6384 7.503-6.5086 8.616l-.0847.2656c-.4408-.6158-.6159-1.3673-.6837-2.1131-.3616-3.6498-.452-7.3279-.7119-10.989-.4464-3.0622-.9322-6.1245-.9831-9.2263.678-.8418 1.2995-1.7232 1.9041-2.6215zm-84.1099 8.3562c.5424-.5255 1.2035-1.6216 2.0735-.8927 1.4238 1.1243 3.9832 1.0622 4.4465 3.1357.9266 4.4464 2.0057 8.8816 2.4351 13.4128.2034 2.3221.2486 4.729-.5989 6.9381-1.4916-.243-3.0453-.5481-4.2035-1.582-4.4973-3.695-6.5991-9.7404-6.1189-15.4637.243-1.9323.5311-4.0962 1.9662-5.5482zm74.0192 5.0848l4.39-5.8589c.9153 5.8081.8757 11.7009.6214 17.5542-1.435 3.3165-4.7345 5.1244-7.0001 7.7742-1.7459 1.9888-3.9663 3.7911-4.7064 6.4353-1.0057 3.8532-1.6893 7.7912-2.7458 11.6387-.2147.8193-1.1018 1.1413-1.7176 1.6046-3.8363 2.2713-7.5765 4.7233-11.5314 6.7912-4.9041-2.0058-10.0738-3.4069-14.7123-6.0059-1.4972-.6384-1.9436-2.3108-2.5029-3.6837-1.1187-3.3617-2.6498-6.5878-4.4691-9.6161-3.4973-2.2826-7.4522-3.8024-10.9947-6.0228-1.8136-1.3277-3.7176-2.8701-4.3335-5.1357-1.4972-5.1471-3.0226-10.3506-3.2712-15.7406 3.1357 2.2034 5.5594 5.4408 9.1132 7.0171 1.8814.1074 3.7629-.0565 5.6443-.0791.1356 3.147 1.9435 6.3336 4.9663 7.4975 2.0847.7118 4.7232.9604 6.4917-.6272 2.322-1.7854 3.1639-4.7798 3.4351-7.5765 1.7684-2.0509 3.2995-4.7233 6.1471-5.3674 2.3503-.452 3.8249 1.808 5.1583 3.3391-.1695 2.4012.678 4.7742 2.1865 6.6273 2.8306 3.6555 9.6444 2.7289 11.2829-1.6328.8418-1.7402.661-3.7176.6836-5.5934 2.1809-.548 4.3617-1.13 6.4747-1.9209.6611-.2147.9606-.921 1.3899-1.4182h0zm-26.1194 21.4696c-2.7176.3729-5.2318-1.8644-7.9607-1.243 2.0113 1.9549 4.6781 3.4239 7.4014 4.0284 3.1582-.887 5.9267-3.0001 7.9041-5.5821-2.6893.0791-4.938 1.7967-7.3448 2.7967h0zm13.5766 1.4238c-6.7515 2.2204-13.2998 5.1753-20.3056 6.5256.678.8079 1.7402.9548 2.7458.7797 5.5143-.7797 10.6501-3.0284 15.8762-4.8307 1.6893-.6836 3.4803-1.4237 4.6499-2.8927-1.0057.0339-2.017.0847-2.9663.4181zm43.9053 73.3694c2.8419-.6723 6.0171-1.2317 8.746.1469 2.4973 1.3842 5.1471 2.5763 7.3223 4.4634 2.6385 2.3164 4.6555 5.2318 6.5143 8.1923 1.5706 2.6498 2.1469 5.729 2.3165 8.7686.305 1.5594.2994 3.1583.0847 4.7347-.5028 3.7515-.3616 7.8137-2.2487 11.2093-2.1808 2.4182-5.2431 3.7685-7.8025 5.729-2.7288 2.0114-6.4069 1.4577-9.2432-.0226-2.4972 2.5594-7.1979 3.9832-10.0455 1.2261-2.0904.2994-4.0961 1.4068-6.2487.9604-1.7176-.0847-3.0849-1.3277-4.1414-2.5706-1.0622-1.4182-.2317-3.181-.0282-4.729 1.1638-7.7065 2.0396-15.492 4.0961-23.029-4.9719.678-10.2376 1.0905-15.0852-.4576-1.7458-.6102-3.8193-1.2486-4.4295-3.2204-1.2373-2.0735-.3955-5.1358 2.0904-5.7516 3.9041-.2147 7.7461 1.8136 11.6558 1.0961 5.3165-2.599 10.6952-5.2262 16.4468-6.746zm-95.9068 18.9611c3.3447-1.1808 6.9663-2.4577 10.5257-1.4408 2.2713 1.3956 4.2656 3.277 5.8589 5.4126 3.486 4.7007 6.7177 9.5879 9.5088 14.7406.8022 1.4803 2.0396 3.147 1.2147 4.9041-.7458 2.0679-3.147 2.356-5.0284 2.6215-1.9379.339-3.3448-1.322-4.4464-2.6554-3.6273-4.8872-6.2318-10.6726-10.9213-14.6841 2.4634 4.2262 4.7007 8.5935 6.616 13.1021 1.0057 2.3843 1.2317 4.9889 2.0679 7.4183.6723 1.5424.3842 3.599-1.2712 4.373-2.3561.6102-4.8363 1.0961-7.2771.7797-1.2147-.1356-2.1752-1.0508-3.373-1.2203-1.5424.4237-2.9605 1.2373-4.5425 1.5367-2.5877.6328-5.277-.1299-7.8702.4972-2.8815.678-5.876.1017-8.5936-.9266-3.1695-1.2655-5.3447-4.1131-6.8476-7.0736-.6497-1.2656-1.1865-2.5877-1.565-3.9549-.5537-2.9267-.6724-5.9607-.3673-8.9156.2091-2.1582 2.2148-3.3221 3.8928-4.3052 7.3674-3.6272 14.4185-8.0624 22.4188-10.2093z"
			fill="#fccda3"/>
		<path
			d="M377.6113 51.4513c1.2825-2.2712 3.356-3.8306 5.8872-4.4747l-1.904 2.6216-3.7967 4.9606-4.39 5.8589c-.4294.4972-.7289 1.2034-1.3899 1.4181-2.113.791-4.2939 1.3729-6.4748 1.921l-.0734-2.0961c1.9718-.3899 3.8815-1.0114 5.7798-1.6555 2.0057-2.9322 4.277-5.6781 6.3618-8.5539zm-71.6519 4.4296c2.2825-.3108 3.8024 1.565 5.3391 2.9097 2.6385 2.2995 5.3109 4.6385 8.3223 6.4465 1.8362.209 3.695-.0283 5.5369-.1074l.0339 1.9605c-1.8814.0226-3.7628.1865-5.6442.0791-3.5538-1.5763-5.9776-4.8137-9.1133-7.0171-1.6159-1.2825-3.2713-2.5707-4.4747-4.2713zm33.696 7.8364c1.6949-2.2995 4.0623-4.5312 7.0567-4.7403 2.1017-.192 3.6837 1.3673 5.1075 2.6668l-.4294 2.7119c-1.3334-1.5311-2.808-3.791-5.1583-3.339-2.8476.644-4.3787 3.3164-6.1471 5.3673l-.4294-2.6667z"
			fill="#847972"/>
		<path
			d="M354.0004 58.4685c3.6725-2.8306 10.0681-1.5141 11.4693 3.1922l.0735 2.0961c-.0226 1.8758.1582 3.8532-.6836 5.5934-1.6385 4.3617-8.4523 5.2883-11.2829 1.6328-1.5085-1.8531-2.356-4.2261-2.1865-6.6273.0961-.9096.243-1.8136.4294-2.7119.5876-1.1413 1.2147-2.3052 2.1808-3.1753h0zm5.181 5.8872c-2.5651 1.2938-3.4521 5.3279-1.3673 7.424 2.6555 1.9096 5.8646-1.3617 5.4635-4.1414.5423-2.3278-2.0453-3.9606-4.0962-3.2826zm-34.0237.774c.661-3.712 4.1526-6.9381 8.0455-6.503 3.0226-.0395 5.6555 2.2317 6.4521 5.0905.1638.8814.3051 1.7741.4294 2.6668-.2712 2.7967-1.113 5.7911-3.4351 7.5765-1.7685 1.5876-4.4069 1.339-6.4917.6271-3.0227-1.1639-4.8307-4.3504-4.9663-7.4974l-.0339-1.9605h0zm7.6274 1.5255c-3.034 1.4859-2.8419 7.3674.9548 7.6443 3.4238.0056 4.9776-4.5087 3.3447-7.1415-1.0734-1.1413-2.9831-1.4012-4.2995-.5028zm27.7691-.4294c1.3165-.6159 1.7798 2.1526.3165 1.8475-.9323.1243-1.2148-1.6724-.3165-1.8475zm-25.8877 2.26c.7571-1.3447 2.5142.6101 1.339 1.3164-.8192.9492-1.7119-.565-1.339-1.3164z"/>
		<path
			d="M359.1814 64.3557c2.0509-.678 4.6385.9549 4.0962 3.2826.4011 2.7798-2.808 6.051-5.4635 4.1414-2.0848-2.0961-1.1978-6.1301 1.3673-7.424h0zm1.3729 1.8701c-.8983.1752-.6158 1.9718.3164 1.8475 1.4633.3051 1-2.4633-.3164-1.8475zm-27.7692.4293c1.3164-.8983 3.2261-.6384 4.2996.5029 1.6328 2.6328.0791 7.1471-3.3447 7.1415-3.7968-.2769-3.9889-6.1584-.9549-7.6444h0zm1.8814 1.8306c-.3729.7514.5198 2.2656 1.339 1.3164 1.1753-.7062-.5819-2.6611-1.339-1.3164zm337.4791 82.2963l79.1154-9.5257v4.7403l-58.2278 7.0962-81.8669 9.3788-105.4268 13.4694c-10.7687 1.6836-21.6222 2.7176-32.4361 4.0227l-21.2039 1.7232c-7.4466.4689-14.8763 1.4012-22.3454 1.2995.2147-1.5764.2204-3.1753-.0847-4.7346 6.26.0056 12.4919-.6159 18.735-1.0679 11.9834-1.0056 24.0233-1.6045 35.9276-3.4068 14.9553-1.2995 29.7241-4.1019 44.6059-5.9946 47.6455-6.3844 95.4322-11.6557 143.2077-17.0005zm-299.2124 21.6956l6.0736-1.1752c4.8477 1.5481 10.1133 1.1356 15.0852.4576-2.0565 7.537-2.9322 15.3225-4.0961 23.029-3.695.8136-7.424 1.4633-11.1303 2.226-.4407-1.6667-.7175-3.3786-1.2373-5.0227-1.9379-.2938-3.9945.7684-6.0115.8023-1.2712-.0339-3.3277.6723-3.9097-.8984-.6215-.8757.2599-1.887 1.017-2.2995 2.4633-1.2938 5.3109-1.4463 7.8928-2.4181l-1.4463-5.8533c-3.0736.3899-6.0793 1.5424-9.2037 1.3051-1.3729-.4915-1.5254-2.678-.2316-3.3278 2.582-1.2938 5.52-1.6045 8.2375-2.5594l-1.0396-4.2656zm-47.6851 7.1358l15.3338-2.0057c2.1639 7.7177 3.5086 15.6389 4.6838 23.56-6.9155 1.6894-13.9552 2.9154-21.0063 3.8928-.8362-2.4295-1.0622-5.034-2.0679-7.4183-1.9153-4.5086-4.1526-8.876-6.616-13.1021 4.6895 4.0114 7.294 9.7969 10.9213 14.6841 1.1016 1.3334 2.5085 2.9944 4.4464 2.6554 1.8814-.2655 4.2826-.5537 5.0284-2.6215.8248-1.7572-.4125-3.4239-1.2147-4.9041-2.791-5.1527-6.0228-10.0399-9.5088-14.7406zm-75.7028 21.0854c7.6951-.7062 15.4468-.4125 23.1419-1.1526 3.4013-.2994 6.8138-.5311 10.232-.4746.3785 1.3673.9152 2.6894 1.565 3.955-3.3617.1186-6.7234.3107-10.0625.7062-8.4295 1.1187-16.9552 1.0791-25.4244 1.7854-12.0456.9887-24.1533.5536-36.2045 1.4576l-1.0226.4238c-.7232-.356-1.5255-.3899-2.3108-.3277-10.1642.7627-20.3623.435-30.549.5932l-75.6859.0113c-27.8765-.1017-55.7531.2656-83.624-.3051-6.7007-.7119-13.4636-1.1356-20.0991-2.339v-2.9041l18.9635.6893 25.9895.113 140.654-.0622c8.8081-.0056 17.6333-.0791 26.4245-.5197 12.6388-1.1639 25.3679-.5481 38.0124-1.6498z"
			fill="#3e2723"/>
		<path
			d="M347.2884 81.8873c2.4069-1 4.6555-2.7176 7.3448-2.7967-1.9774 2.582-4.7459 4.6951-7.9041 5.5821-2.7233-.6045-5.39-2.0735-7.4014-4.0284 2.7289-.6215 5.2431 1.6159 7.9607 1.243zm13.5766 1.4238c.9492-.3333 1.9605-.3842 2.9662-.4181-1.1695 1.469-2.9606 2.2091-4.6499 2.8927-5.2261 1.8024-10.3619 4.051-15.8762 4.8307-1.0056.1751-2.0678.0282-2.7458-.7797 7.0059-1.3503 13.5541-4.3052 20.3057-6.5256z"
			fill="#dba378"/>
		<path
			d="M388.4534 83.2941c10.4071.7006 20.865 1.0565 31.1592 2.8927 14.006 2.5707 27.9386 5.5482 41.7978 8.8421 4.8363 1.0735 9.4692 2.8645 14.1586 4.4352 3.277 1.1356 6.633 2.0735 9.7574 3.6159 5.5369 2.678 11.684 4.3109 16.5259 8.2601 5.6104 4.2148 9.5201 10.3845 11.9438 16.9045 1.8589 6.4748 1.3674 13.4298-.2655 19.8933-.7006 4.1978-2.6837 8.1697-5.5933 11.2715-3.6838 3.5594-8.1076 6.2261-12.3733 9.0115-3.4464 2.3561-7.4296 3.6951-11.232 5.3561-11.9043 1.8024-23.9442 2.4012-35.9276 3.4069-6.2431.452-12.475 1.0735-18.735 1.0679-.1696-3.0397-.7459-6.1189-2.3165-8.7687-1.8588-2.9605-3.8758-5.8759-6.5143-8.1923-2.1752-1.8871-4.825-3.0792-7.3223-4.4634-2.7289-1.3786-5.9041-.8193-8.746-.1469-5.7516 1.5198-11.1303 4.147-16.4468 6.7459-3.9097.7176-7.7517-1.3107-11.6557-1.096-2.486.6158-3.3278 3.678-2.0905 5.7516.6102 1.9718 2.6837 2.6102 4.4295 3.2204-2.0452.2938-4.0623.7401-6.0736 1.1752.3672 1.4124.7119 2.8362 1.0396 4.2656-2.7176.9548-5.6556 1.2656-8.2376 2.5594-1.2938.6498-1.1413 2.8363.2317 3.3278 3.1244.2373 6.1301-.9153 9.2036-1.3051.5255 1.9379.9887 3.8928 1.4464 5.8533-2.582.9717-5.4295 1.1243-7.8929 2.4181-.7571.4125-1.6385 1.4238-1.017 2.2995.582 1.5707 2.6385.8645 3.9098.8983 2.0169-.0338 4.0735-1.096 6.0114-.8022.5198 1.6441.7967 3.356 1.2373 5.0227l11.1304-2.226c-.2035 1.548-1.034 3.3108.0282 4.7289 1.0565 1.243 2.4238 2.486 4.1414 2.5707 2.1526.4464 4.1583-.661 6.2488-.9604 2.8475 2.7571 7.5482 1.3333 10.0454-1.2261 2.8363 1.4803 6.5144 2.034 9.2432.0226 2.5594-1.9605 5.6217-3.3108 7.8025-5.729 1.8871-3.3955 1.7459-7.4578 2.2487-11.2094 7.4692.1018 14.8987-.8305 22.3453-1.2994.3503 7.7686 1.1526 15.5033 1.5537 23.2606-.0282 4.1413.7571 8.2262.7854 12.3619.1864 9.7178-.0735 19.4356-.0509 29.1478-65.1545-.0283-130.309.0056-195.4635-.017l.9492-16.6332c.113-5.0793.0508-10.1585.0734-15.2378-6.5877 1.7063-13.4862 2.034-20.2492 1.4973-9.8082-.6046-19.6164-3.3504-27.9274-8.667l1.0227-.4237c12.0512-.904 24.1589-.469 36.2045-1.4577 8.4691-.7062 16.9948-.6667 25.4245-1.7854 3.339-.3955 6.7007-.5875 10.0624-.7062 1.5029 2.9605 3.6781 5.8081 6.8477 7.0736 2.7175 1.0283 5.712 1.6046 8.5935.9267 2.5932-.6272 5.2826.1355 7.8702-.4972 1.582-.2995 3.0001-1.1131 4.5425-1.5368 1.1978.1695 2.1583 1.0848 3.373 1.2204 2.4408.3164 4.921-.1695 7.2771-.7797 1.6554-.7741 1.9435-2.8306 1.2712-4.373 7.0511-.9775 14.0908-2.2035 21.0063-3.8928-1.1752-7.9212-2.5198-15.8423-4.6838-23.56l-15.3338 2.0057c-1.5932-2.1357-3.5876-4.0171-5.8589-5.4126-3.5594-1.017-7.181.2599-10.5257 1.4407-8.0003 2.1469-15.0514 6.5821-22.4188 10.2093-1.678.9831-3.6837 2.147-3.8928 4.3053-.3051 2.9548-.1864 5.9888.3673 8.9155-3.4182-.0565-6.8308.1751-10.232.4746-7.6951.7401-15.4468.4463-23.1419 1.1525-12.6445 1.1018-25.3737.4859-38.0125 1.6498-1.8248-.1017-3.6554-.113-5.4804-.0565-4.2882-4.3504-7.034-10.0059-8.2827-15.9496-.4972-2.9041.3899-5.7629 1.0057-8.5765 1.0113-5.1697 3.712-9.8026 6.6273-14.1191 3.1809-4.6781 7.4918-8.3845 11.4241-12.3959 2.2374-2.6215 4.5707-5.2035 7.3901-7.2205 4.5481-3.599 9.2262-7.0285 13.9834-10.3562 10.0399-7.2602 20.6956-13.5937 31.0744-20.3453 4.712-3.2656 10.085-5.3448 15.153-7.972 5.034-2.3786 9.9269-5.1244 15.266-6.7855 2.2882-.7571 4.5255-1.678 6.6668-2.7967 1.1526.8531 2.6329 1.3334 3.5821 2.4181-.3899 2.2261-1.5933 4.4183-1.0283 6.7234.5198 2.034 1.4803 3.9832 2.8306 5.5878 1.3842 1.565 3.6103 1.6271 5.5256 1.9322.6723 1.9436 1.339 4.0453 3.034 5.3674 2.2487 1.9775 5.4013 1.9775 8.2262 2.0057 1.2487 1.695 2.3956 3.8137 4.6047 4.3504 2.3786.8023 4.825-.1186 6.9437-1.1977 1.5594 1.4407 3.1865 3.2204 5.5312 3.0735 2.1752.2655 3.9606-1.1187 5.5991-2.3334 2.0678 1.0452 4.3899 2.4407 6.7798 1.6441 2.2713-.4746 3.8476-2.2599 5.373-3.8589 2.0905.3334 4.2149 1.2204 6.3393.6724 2.4237-1.0227 3.8305-3.4295 4.9606-5.6782 1.4068-.339 3.0961-.3107 4.13-1.4915 1.2713-1.2487 1.6272-3.0453 2.0396-4.7064 1.9097-.7288 4.0623-1.4859 5.1753-3.3278.8588-2.0339-.0056-4.2148-.1808-6.2939 1.0678-.8306 2.3955-1.6555 2.6047-3.1188.5479-2.2769-.1978-4.5481-1.1413-6.5991 2.3277-1.8983 2.2599-5.0962 1.1638-7.6499z"
			fill="#bf360c"/>
	</g>
</svg>PK[jFZ���images/icon-arrow-down.svgnu�[���<svg width="16" height="16" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 14l-7 7m0 0l-7-7m7 7V3" /></svg>PK[jFZŜ�bbimages/star-rating-star.svgnu�[���<?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 500 475.53"><defs><style>.cls-1{fill:#fbbf24;}</style></defs><polygon class="cls-1" points="250 0 327.25 156.53 500 181.64 375 303.48 404.51 475.53 250 394.3 95.49 475.53 125 303.48 0 181.64 172.75 156.53 250 0"></polygon></svg> PK[jFZ�Ul&images/woocommerce-seo-logo.svgnu�[���<svg width="153" height="58" role="img" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 107.51 40.69"><path fill="#7c579f" fill-rule="evenodd" d="M16.75 23.78h23.13c1.46 0 2.65 1.19 2.65 2.65v8.82c0 1.46-1.18 2.65-2.65 2.65h-8.3l1.14 2.79-5.01-2.79H16.75c-1.46 0-2.65-1.18-2.65-2.65v-8.82c0-1.46 1.19-2.65 2.65-2.65Z"/><path fill="#fff" d="M15.53 26.18c.17-.22.41-.34.73-.36.59-.04.93.24 1.02.83.36 2.42.75 4.48 1.17 6.17L21 27.98c.23-.44.52-.67.87-.69.51-.04.83.29.96.97.29 1.54.66 2.86 1.1 3.97.3-2.95.82-5.08 1.53-6.4a.92.92 0 0 1 .77-.52c.27-.02.52.06.73.23.22.17.34.39.35.67.01.2-.02.39-.11.55-.45.84-.83 2.24-1.12 4.2-.29 1.89-.4 3.37-.32 4.43.02.29-.02.55-.13.76-.14.26-.35.4-.62.42-.31.02-.61-.12-.92-.43-1.08-1.11-1.94-2.76-2.57-4.94-.75 1.49-1.31 2.6-1.68 3.35-.68 1.31-1.27 1.99-1.75 2.02-.32.02-.59-.24-.81-.8-.6-1.52-1.24-4.46-1.92-8.82-.04-.3.02-.57.18-.78ZM40.51 28c-.42-.73-1.04-1.18-1.86-1.35-.22-.05-.43-.07-.63-.07-1.11 0-2.02.58-2.73 1.74-.6.99-.9 2.08-.9 3.27 0 .9.19 1.66.56 2.3.42.73 1.04 1.18 1.86 1.35.22.05.43.07.63.07 1.13 0 2.03-.58 2.73-1.74.6-1 .9-2.1.9-3.29 0-.9-.19-1.66-.56-2.28Zm-1.47 3.22c-.16.76-.45 1.34-.89 1.72-.34.31-.65.43-.94.37-.28-.06-.51-.31-.68-.75-.14-.36-.2-.72-.2-1.06a3.847 3.847 0 0 1 .7-2.23c.39-.57.79-.81 1.21-.72.28.06.51.31.68.75.14.36.2.72.2 1.06 0 .3-.03.58-.09.85ZM33.22 28c-.42-.73-1.04-1.18-1.86-1.35-.22-.05-.43-.07-.63-.07-1.11 0-2.02.58-2.73 1.74-.6.99-.9 2.08-.9 3.27 0 .9.19 1.66.56 2.3.42.73 1.04 1.18 1.86 1.35.22.05.43.07.63.07 1.12 0 2.03-.58 2.73-1.74.6-1 .9-2.1.9-3.29 0-.9-.19-1.66-.56-2.28Zm-1.47 3.22c-.16.76-.45 1.34-.89 1.72-.34.31-.65.43-.94.37-.28-.06-.51-.31-.68-.75-.14-.36-.2-.72-.2-1.06a3.847 3.847 0 0 1 .7-2.23c.39-.57.79-.81 1.21-.72.28.06.51.31.68.75.14.36.2.72.2 1.06 0 .3-.03.58-.09.85Z"/><path d="M45.47 27.9c-.78.77-1.16 1.74-1.16 2.92 0 1.27.38 2.3 1.15 3.08.77.78 1.77 1.17 3.01 1.17.36 0 .76-.06 1.21-.18v-1.88c-.4.12-.76.18-1.06.18-.62 0-1.11-.21-1.48-.62-.37-.41-.55-.97-.55-1.69 0-.66.18-1.2.55-1.63.37-.43.83-.64 1.38-.64.36 0 .75.06 1.16.17V26.9c-.39-.1-.81-.15-1.27-.15-1.19 0-2.17.38-2.94 1.15Zm8.06-1.15c-1.07 0-1.91.36-2.51 1.07-.6.71-.9 1.71-.9 2.98 0 1.38.3 2.44.9 3.17.6.73 1.46 1.1 2.6 1.1s1.95-.37 2.54-1.1c.59-.73.89-1.76.89-3.09s-.3-2.35-.91-3.06c-.6-.71-1.48-1.07-2.62-1.07Zm.92 6.04c-.21.33-.52.49-.92.49-.37 0-.65-.16-.85-.49-.2-.33-.29-.98-.29-1.96 0-1.52.39-2.28 1.16-2.28.82 0 1.23.77 1.23 2.32 0 .96-.11 1.6-.32 1.93Zm8.36-5.82-.42 1.78c-.11.45-.21.92-.3 1.4l-.23 1.23c-.22-1.23-.52-2.7-.91-4.4h-2.7l-1.02 7.91h2.02l.55-5.45 1.38 5.45h1.45l1.32-5.44.57 5.44h2.12l-1.07-7.91h-2.76Zm9.68 0-.42 1.78c-.11.45-.21.92-.3 1.4l-.23 1.23c-.22-1.23-.52-2.7-.91-4.4h-2.7l-1.02 7.91h2.02l.55-5.45 1.38 5.45h1.45l1.32-5.44.57 5.44h2.12l-1.07-7.91h-2.76Zm6.57 4.78h1.9v-1.64h-1.9v-1.46h2.19v-1.68h-4.32v7.91h4.34v-1.69h-2.2v-1.44Zm8.22-1.25c.22-.36.33-.73.33-1.11 0-.75-.29-1.34-.87-1.77-.58-.43-1.38-.65-2.38-.65h-2.49v7.91h2.14v-3.6h.04l1.73 3.6h2.26l-1.71-3.57c.42-.18.75-.45.97-.81ZM84 30.37v-1.88c.51.01.87.1 1.09.25.22.16.33.42.33.79 0 .54-.47.82-1.42.84Zm4.88-2.47c-.78.77-1.16 1.74-1.16 2.92 0 1.27.38 2.3 1.15 3.08.77.78 1.77 1.17 3.01 1.17.36 0 .76-.06 1.21-.18v-1.88c-.4.12-.76.18-1.06.18-.62 0-1.11-.21-1.48-.62-.37-.41-.55-.97-.55-1.69 0-.66.18-1.2.55-1.63.37-.43.83-.64 1.38-.64.36 0 .75.06 1.16.17V26.9c-.39-.1-.81-.15-1.27-.15-1.18 0-2.17.38-2.94 1.15Zm6.94 5.29v-1.44h1.9v-1.64h-1.9v-1.46h2.19v-1.68h-4.32v7.91h4.34v-1.69h-2.2Z"/><g fill="#a71d69"><path d="M21.21 6.8c-4.96 0-6.94 3.33-6.94 7.03s1.95 7.18 6.94 7.18 6.93-3.48 6.92-6.95c-.01-4.22-2.15-7.26-6.92-7.26Zm-3 7.24c.12-4.96 3.93-4.95 5.2-3.18 1.16 1.62 1.4 7.15-2.2 7.11-1.66-.02-2.96-1.14-3-3.94ZM61.43 17.58V10.4H64V7.28h-2.57V3.51h-3.97v3.77h-2.01v3.12h2.01v6.77c0 3.85 2.68 6.14 5.52 6.61l1.18-3.19c-1.65-.21-2.72-1.44-2.74-3.02ZM41.42 16.44v-5.4c0-.2-.01-.38-.03-.56-.34-4.36-6.54-4.35-11.34-2.68l1.39 2.79c3.12-1.48 4.99-1.1 5.65-.37.02.02.03.04.05.06.33.45.25 1.16.25 1.72-4.08 0-8.43.54-8.43 5.02 0 3.4 4.27 5.59 8.72 2.35l.66 1.6h3.82c-.34-1.87-.75-3.48-.75-4.53Zm-3.99-.03c-3.14 3.51-6.02.21-3.07-1.24.87-.3 2.04-.31 3.07-.31v1.55ZM47.51 10.75c0-1.33 2.13-1.95 5.49-.42l1.16-2.82c-4.52-1.37-10.69-1.49-10.73 3.24-.02 2.27 1.43 3.48 3.53 4.26 1.45.54 3.54.82 3.54 1.97 0 1.51-3.25 1.74-6.2-.29l-1.19 3.06c4.03 2 11.52 2.06 11.48-2.96-.04-4.97-7.06-4.12-7.06-6.04ZM12.6 0 6.85 15.97 4.1 7.35H0l4.58 11.78c.39 1 .39 2.12 0 3.12-.51 1.31-1.37 2.44-3.44 2.72v3.49c4.05 0 6.23-2.49 8.19-7.94L16.98 0H12.6Z"/></g><g fill="#a71d69"><path d="M76.58 17.69c0 1.05-.38 1.87-1.14 2.46s-1.8.89-3.14.89-2.42-.21-3.27-.62V18.6c.54.25 1.11.45 1.71.6s1.17.22 1.69.22c.76 0 1.33-.14 1.69-.43s.54-.68.54-1.17c0-.44-.17-.81-.5-1.12-.33-.31-1.02-.67-2.06-1.09-1.07-.43-1.83-.93-2.27-1.49-.44-.56-.66-1.23-.66-2.01 0-.98.35-1.76 1.05-2.32.7-.56 1.64-.85 2.81-.85s2.25.25 3.37.74l-.61 1.57c-1.05-.44-1.98-.66-2.81-.66-.62 0-1.1.14-1.42.41-.32.27-.48.63-.48 1.08 0 .31.06.57.19.79s.34.42.64.62c.3.19.83.45 1.6.77.86.36 1.5.7 1.9 1.01.4.31.7.66.89 1.06.19.39.28.85.28 1.39ZM85.36 20.89h-6.67V9.12h6.67v1.63h-4.74v3.21h4.44v1.61h-4.44v3.7h4.74v1.63ZM98.21 14.98c0 1.92-.48 3.41-1.44 4.47-.96 1.06-2.32 1.59-4.07 1.59s-3.14-.53-4.1-1.58c-.95-1.06-1.43-2.55-1.43-4.5s.48-3.44 1.44-4.48c.96-1.04 2.33-1.56 4.11-1.56s3.11.53 4.06 1.59c.96 1.06 1.43 2.55 1.43 4.47Zm-9 0c0 1.45.29 2.55.88 3.3.59.75 1.45 1.12 2.6 1.12s2.01-.37 2.59-1.11c.58-.74.87-1.84.87-3.31s-.29-2.54-.87-3.29c-.58-.75-1.44-1.12-2.58-1.12s-2.03.37-2.62 1.12c-.59.75-.88 1.84-.88 3.29Z"/></g><path fill="#77b22b" d="m101.16 21.06 4.62-12.17h1.73l-4.61 12.17h-1.74z"/></svg>PK[jFZ���~��images/icon-twitter.svgnu�[���<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" role="img" aria-hidden="true" focusable="false"><circle cx="200" cy="200" r="200" fill="#1da1f2"/><path d="M163.4 305.5c88.7 0 137.2-73.5 137.2-137.2 0-2.1 0-4.2-.1-6.2 9.4-6.8 17.6-15.3 24.1-25-8.6 3.8-17.9 6.4-27.7 7.6 10-6 17.6-15.4 21.2-26.7-9.3 5.5-19.6 9.5-30.6 11.7-8.8-9.4-21.3-15.2-35.2-15.2-26.6 0-48.2 21.6-48.2 48.2 0 3.8.4 7.5 1.3 11-40.1-2-75.6-21.2-99.4-50.4-4.1 7.1-6.5 15.4-6.5 24.2 0 16.7 8.5 31.5 21.5 40.1-7.9-.2-15.3-2.4-21.8-6v.6c0 23.4 16.6 42.8 38.7 47.3-4 1.1-8.3 1.7-12.7 1.7-3.1 0-6.1-.3-9.1-.9 6.1 19.2 23.9 33.1 45 33.5-16.5 12.9-37.3 20.6-59.9 20.6-3.9 0-7.7-.2-11.5-.7 21.1 13.8 46.5 21.8 73.7 21.8" fill="#fff"/></svg>PK[jFZ
�g�||images/jetpack-logo.svgnu�[���<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   version="1.1"
   width="153"
   height="108"
   id="svg8"
   viewBox="0 0 595.27557 841.88977"
   sodipodi:docname="Jetpack_Logo.cdr">
  <metadata
     id="metadata14">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <defs
     id="defs12" />
  <sodipodi:namedview
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1"
     objecttolerance="10"
     gridtolerance="10"
     guidetolerance="10"
     inkscape:pageopacity="0"
     inkscape:pageshadow="2"
     inkscape:window-width="640"
     inkscape:window-height="480"
     id="namedview10" />
  <path
     d="m -81.1429,289.2353 c 26.6704,-1.36 53.7098,5.8403 76.0802,20.4506 27.8192,17.89 48.2397,46.8998 55.4701,79.1994 8.2,35.4807 0.5094,74.3199 -21.0305,103.7401 -19.5197,27.2404 -50.08,46.2895 -83.1898,51.6093 -26.43,4.3906 -54.2293,0.4005 -78.2198,-11.5898 -25.2096,-12.4302 -46.11,-33.3802 -58.4201,-58.6502 -13.5198,-27.3197 -16.6504,-59.5196 -8.9092,-88.9792 7.1699,-27.76 24.0593,-52.8602 46.9995,-70.0603 20.4194,-15.4902 45.5995,-24.6092 71.2196,-25.7199 z m -0.4198,25.3506 c -21.3301,41.5298 -42.7504,83.0199 -64.1302,124.5194 21.39,-0.0201 42.7899,0.0102 64.1798,-0.01 -0.0192,-41.5097 0.0907,-83.01 -0.0496,-124.5095 z m 13.0496,81.4997 c -0.0099,41.5094 0.0204,83.0293 -0.0099,124.5399 21.5501,-41.44 42.7606,-83.0506 64.2501,-124.5206 -21.4098,-0.0698 -42.8199,-0.0295 -64.2402,-0.0193 z"
     style="fill:#00be28;fill-rule:evenodd"
     id="path2" />
  <path
     d="m -81.5627,314.5859 c 0.1403,41.4995 0.0304,82.9998 0.0496,124.5095 -21.3899,0.0201 -42.7898,-0.0102 -64.1798,0.01 21.3798,-41.4995 42.8001,-82.9896 64.1302,-124.5194 z m 13.0496,81.4997 c 21.4203,-0.0102 42.8304,-0.0505 64.2402,0.0193 -21.4895,41.47 -42.7,83.0806 -64.2501,124.5206 0.0303,-41.5106 0,-83.0305 0.0099,-124.5399 z"
     style="fill:#ffffff;fill-rule:evenodd"
     id="path4" />
  <path
     d="m 120.6967,334.5554 c 15.1701,-0.0698 30.3406,-0.0102 45.5108,-0.0304 -0.0202,37.1603 0.009,74.3208 -0.0202,111.4801 -0.0898,10.5597 -1.4306,21.5008 -6.7011,30.8509 -6.7592,12.0991 -19.0187,19.6191 -31.0697,25.6793 -3.6895,-5.5102 -7.0197,-11.2405 -10.6798,-16.7601 7.7905,-4.8002 15.8301,-10.1996 20.3103,-18.4399 2.8995,-5.2903 3.8701,-11.3899 3.9194,-17.3605 -0.019,-32.2997 0,-64.6093 -0.009,-96.9191 -7.0609,-0.01 -14.1211,0 -21.1811,0 -0.0796,-6.1702 0.0303,-12.3404 -0.0796,-18.5003 z m 535.2063,0.0501 c 7.6068,-0.1601 15.2237,-0.0603 22.8305,-0.0603 -0.0907,25.501 0.1715,51.01 -0.1312,76.5099 10.7342,-12.8891 21.1053,-26.0802 31.8396,-38.9693 9.8163,0.0796 19.6225,-0.0303 29.4386,0.0595 -12.3384,14.2997 -24.5052,28.7405 -36.8436,43.0299 13.428,15.9804 26.9164,31.9102 40.3747,47.8806 -9.8971,-0.0102 -19.7838,0 -29.6807,-0.0102 -11.6524,-14.3399 -23.3249,-28.6707 -35.0076,-42.9905 0.0201,14.2906 -0.01,28.5698 0.0201,42.8604 -7.5764,0.2897 -15.173,0.0697 -22.7596,0.1202 -0.0808,-42.81 0.0805,-85.6199 -0.0808,-128.4302 z m -359.8866,11.81 c 7.6107,0.0502 15.2308,-0.1797 22.8407,0.1097 -0.1604,8.53 -0.0505,17.0601 -0.0607,25.5799 9.4802,0.0201 18.9698,-0.009 28.4599,0.0201 -0.0301,5.8705 -0.0301,11.74 -0.01,17.6097 -9.4893,0.0402 -18.9797,0 -28.4701,0.0201 0.0505,16.0903 -0.0697,32.1908 0.0604,48.28 -0.0805,4.0203 2.8704,7.8006 6.8604,8.5209 6.6696,1.3893 13.3594,-0.9303 19.8099,-2.4103 -0.0706,5.7696 -0.0504,11.5294 -0.011,17.3001 -8.6097,2.9296 -17.7792,4.2098 -26.8589,3.7599 -6.021,-0.3903 -12.3304,-2.2105 -16.5807,-6.7008 -4.4702,-4.6094 -6.0097,-11.27 -6.0199,-17.5099 -0.01,-17.0787 0.0102,-34.1598 -0.01,-51.2399 -4.1797,-0.009 -8.3597,0.011 -12.5303,-0.0201 0,-5.8102 -0.03,-11.619 0.0204,-17.4393 4.1706,0 8.3492,0 12.53,-0.01 -0.0303,-8.6298 0.0201,-17.2496 -0.0303,-25.8701 z m -93.4002,32.47 c 10.6807,-8.8304 25.6108,-10.9703 38.9106,-8.2099 9.3198,1.8198 17.9195,7.52 22.6398,15.84 6.37,10.7594 6.2005,23.79 4.8203,35.8197 -19.4598,0.0201 -38.9208,-0.0304 -58.3696,0.03 0.2897,6.4398 1.5599,13.4603 6.4497,18.1001 5.7101,5.4093 14.0394,6.2699 21.5492,6.3204 9.6509,0.229 19.0908,-2.3304 28.1109,-5.5406 -0.01,6.2802 0,12.5603 0,18.8393 -14.5406,4.5108 -30.0801,6.5002 -45.2109,4.3402 -9.9697,-1.499 -19.8898,-6.0591 -26.0498,-14.2592 -7.4191,-9.68 -9.3694,-22.32 -9.2492,-34.2104 0.1392,-13.8496 5.4689,-28.1594 16.399,-37.0696 z m 14.811,12.8702 c -4.1998,4.0796 -5.8303,9.9402 -6.6806,15.5494 11.8006,0.0808 23.6001,0.0102 35.3999,0.0403 -0.1798,-6.4698 -1.1997,-14.0403 -6.8593,-18.1199 -6.6504,-4.32 -16.3001,-3.0498 -21.86,2.5302 z m 170.0595,-11.5203 c 8.5691,-6.6606 19.1894,-10.8998 30.1499,-10.6696 10.4598,-0.1604 21.1002,4.4198 27.3693,12.9597 8.3007,11.1903 9.7606,25.9296 8.5612,39.4101 -1.2611,14.5094 -8.3211,29.2399 -21.2405,36.7395 -13.1304,7.9399 -29.3196,7.3698 -43.8401,4.3504 -0.0102,16.0299 -0.0102,32.0697 0,48.0994 -7.5603,0.0102 -15.1197,0 -22.6803,0.0102 0.0303,-46.4298 -0.0391,-92.8494 0.0405,-139.2693 7.2003,0.11 14.4094,0.0797 21.6097,0.009 0.0303,2.7805 0.0496,5.5701 0.0303,8.3605 z m 0.9896,17.9104 c -0.0493,15.7198 0.1202,31.4501 -0.0896,47.1691 5.9502,1.4598 12.1193,1.9806 18.2299,1.8706 6.9996,-0.1301 14.2795,-3.06 18.2798,-9.0102 5.0604,-7.3293 5.7997,-16.63 5.4901,-25.27 -0.3197,-6.5999 -1.2501,-13.68 -5.5196,-18.9797 -3.3605,-4.2503 -8.9898,-5.94 -14.2308,-5.6699 -8.3494,0.2795 -15.8998,4.6602 -22.1598,9.8901 z m 83.3802,-22.6006 c 11.4801,-3.9396 23.6296,-5.9995 35.7693,-5.9695 9.1706,0.1301 19.0806,1.8595 26.0104,8.3495 6.7805,6.37 8.9102,16.0701 9.11,25.0398 0.0403,20.0208 0.0102,40.0507 0.0102,60.0707 -7.0197,0.0402 -14.0403,0 -21.0501,0.0292 -0.2401,-3.4291 -0.1601,-6.8695 -0.1601,-10.2994 -8.3101,6.4698 -18.1103,11.8298 -28.9001,11.9095 -8.7698,0.5802 -17.7698,-3.7591 -22.3299,-11.3497 -4.6803,-7.8398 -4.9204,-17.9195 -1.6396,-26.3202 3.1992,-7.9195 10.9605,-12.8699 18.8901,-15.1702 10.5798,-3.0396 21.6692,-3.53 32.4893,-5.3399 -0.0394,-4.8192 0.1403,-10.1996 -2.9792,-14.2098 -2.9004,-3.7803 -8.0306,-4.5196 -12.4705,-4.6398 -10.5899,0.0596 -20.9602,2.6998 -30.9498,5.9897 -0.3804,-6.0492 -1.1602,-12.07 -1.8,-18.0899 z m 28.8797,48.0702 c -4.5902,0.6497 -9.0403,3.7298 -10.2198,8.3696 -1.8399,5.9805 0.6497,14.2602 7.5504,15.4 8.1295,0.9899 15.5597,-3.67 21.9892,-8.0696 -0.0899,-6.2501 -0.0292,-12.4898 -0.0394,-18.7297 -6.4205,1.0795 -12.8701,1.9392 -19.2804,3.0297 z m 75.6283,-43.9398 c 9.8567,-7.9005 22.9111,-10.5305 35.29,-10.0798 7.8791,0.1191 15.6172,1.8998 23.0825,4.3492 0.0204,6.4307 -0.01,12.86 0.0204,19.2804 -10.7547,-3.8296 -22.5581,-6.8096 -33.908,-4.1201 -8.0808,1.9097 -14.1744,8.9101 -15.8593,16.9004 -1.9066,8.8093 -1.715,18.3402 1.5134,26.8297 2.4415,6.5304 8.3129,11.5203 15.1228,12.99 11.5515,2.6201 23.4763,-0.4195 34.2811,-4.6003 -0.0201,6.29 -0.0102,12.5906 0,18.8909 -14.7597,5.2098 -31.0629,7.0792 -46.3068,2.9296 -8.9889,-2.3899 -17.312,-7.8701 -22.2352,-15.8703 -6.5293,-10.4003 -7.8086,-23.1795 -6.9993,-35.1902 0.9198,-12.2595 6.152,-24.6191 15.9984,-32.3095 z"
     style="fill:#000000;fill-rule:evenodd"
     id="path6" />
</svg>
PK[jFZgW���images/x-logo.svgnu�[���<svg viewBox="0 0 1200 1227" fill="current" xmlns="http://www.w3.org/2000/svg">
<path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill="current"/>
</svg>
PK[jFZ��|��images/wordproof-logo.svgnu�[���<svg viewBox="0 0 331 100" fill="none" xmlns="http://www.w3.org/2000/svg" width="140" height="100%"><rect width="100" height="100" rx="2" fill="#2000FF"></rect><path d="M81.9995 24.6154C83.3174 24.6154 84.2751 25.868 83.9295 27.1398L70.8032 75.4475C70.5665 76.3185 69.7758 76.9231 68.8732 76.9231H57.4891L50.7693 49.6795H61.3784L64.0335 62.108L74.5165 24.6154H81.9995Z" fill="white"></path><path opacity="0.8" d="M45.2764 24.6154L34.8392 62.0208L26.7866 24.6154H17.9375C16.6391 24.6154 15.6849 25.8333 15.9956 27.094L27.9026 75.4017C28.1228 76.2952 28.9243 76.9231 29.8445 76.9231H39.6469C40.5495 76.9231 41.3403 76.3184 41.5769 75.4474L54.699 27.1397C55.0444 25.8678 54.0868 24.6154 52.7689 24.6154H45.2764Z" fill="white"></path><path d="M141.36 35.28L136.8 54.04L132.16 35.28H125.24L132.92 64H139.36L144.08 45.64L148.88 64H155.32L162.96 35.28H156.2L151.6 54.04L147 35.28H141.36ZM183.786 53.48C183.786 46.92 179.426 42.48 173.226 42.48C166.986 42.48 162.666 46.92 162.666 53.48C162.666 60.04 166.986 64.44 173.226 64.44C179.426 64.44 183.786 60.04 183.786 53.48ZM169.026 53.48C169.026 49.8 170.666 47.72 173.226 47.72C175.786 47.72 177.426 49.8 177.426 53.48C177.426 57.16 175.786 59.24 173.226 59.24C170.666 59.24 169.026 57.16 169.026 53.48ZM200.804 42.88C200.404 42.84 200.004 42.8 199.404 42.8C196.964 42.8 194.924 44 193.964 45.68V42.92H187.564V64H193.964V53.64C193.964 50.6 196.164 48.88 198.924 48.88C199.644 48.88 200.124 48.92 200.804 49.04V42.88ZM211.723 64.44C214.243 64.44 216.243 63.4 217.443 61.92V64H223.843V35.28H217.443V45.04C216.243 43.52 214.243 42.48 211.723 42.48C205.923 42.48 202.643 47.44 202.643 53.48C202.643 59.48 205.923 64.44 211.723 64.44ZM217.483 52.92V54.04C217.483 57.2 215.763 59 213.363 59C210.563 59 209.083 56.72 209.083 53.48C209.083 50.24 210.563 47.96 213.363 47.96C215.763 47.96 217.483 49.72 217.483 52.92ZM235.67 54H241.11C247.87 54 252.07 50.76 252.07 44.64C252.07 38.48 247.87 35.28 241.11 35.28H228.99V64H235.67V54ZM235.67 48.4V40.92H240.75C243.91 40.92 245.51 42.28 245.51 44.64C245.51 47 243.91 48.4 240.75 48.4H235.67ZM268.424 42.88C268.024 42.84 267.624 42.8 267.024 42.8C264.584 42.8 262.544 44 261.584 45.68V42.92H255.184V64H261.584V53.64C261.584 50.6 263.784 48.88 266.544 48.88C267.264 48.88 267.744 48.92 268.424 49.04V42.88ZM291.226 53.48C291.226 46.92 286.866 42.48 280.666 42.48C274.426 42.48 270.106 46.92 270.106 53.48C270.106 60.04 274.426 64.44 280.666 64.44C286.866 64.44 291.226 60.04 291.226 53.48ZM276.466 53.48C276.466 49.8 278.106 47.72 280.666 47.72C283.226 47.72 284.866 49.8 284.866 53.48C284.866 57.16 283.226 59.24 280.666 59.24C278.106 59.24 276.466 57.16 276.466 53.48ZM315.042 53.48C315.042 46.92 310.682 42.48 304.482 42.48C298.242 42.48 293.922 46.92 293.922 53.48C293.922 60.04 298.242 64.44 304.482 64.44C310.682 64.44 315.042 60.04 315.042 53.48ZM300.282 53.48C300.282 49.8 301.922 47.72 304.482 47.72C307.042 47.72 308.682 49.8 308.682 53.48C308.682 57.16 307.042 59.24 304.482 59.24C301.922 59.24 300.282 57.16 300.282 53.48ZM329.94 35.04C329.06 34.96 328.46 34.92 327.58 34.92C322.06 34.92 319.62 37.44 319.62 41.92V42.92H316.9V48.2H319.62V64H326.02V48.2H329.9V42.92H326.02V42.28C326.02 40.44 326.86 40 328.5 40C329.1 40 329.46 40 329.94 40.04V35.04Z" fill="#2000FF"></path></svg>PK[jFZg���images/star-rating-half.svgnu�[���<?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 500 475.53"><defs><style>.cls-1{fill:#fbbf24;}.cls-2{fill:#f3f4f6;}</style></defs><polygon class="cls-1" points="250 392.04 98.15 471.87 127.15 302.78 4.3 183.03 174.07 158.36 250 4.52 325.93 158.36 495.7 183.03 372.85 302.78 401.85 471.87 250 392.04"></polygon><path class="cls-1" d="M250,33.51l73.67,149.27.93,1.88,2.08.3L491.4,208.9,372.21,325.09l-1.51,1.47.36,2.07L399.2,492.69,251.86,415.23l-1.86-1-1.86,1L100.8,492.69l28.14-164.06.36-2.07-1.51-1.47L8.6,208.9,173.32,185l2.08-.3.93-1.88L250,33.51m0-9L172.75,181,0,206.11,125,328,95.49,500,250,418.77,404.51,500,375,328,500,206.11,327.25,181,250,24.47Z" transform="translate(0 -24.47)"></path><polygon class="cls-2" points="500 181.64 327.25 156.53 250 0 250 394.3 404.51 475.53 375 303.48 500 181.64"></polygon></svg> PK[jFZ�Z�99images/Yoast_icon_kader.svgnu�[���<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 425 456.27" role="img" aria-hidden="true" focusable="false"><path d="M73 405.26a66.79 66.79 0 0 1-6.54-1.7 64.75 64.75 0 0 1-6.28-2.31c-1-.42-2-.89-3-1.37-1.49-.72-3-1.56-4.77-2.56-1.5-.88-2.71-1.64-3.83-2.39-.9-.61-1.8-1.26-2.68-1.92a70.154 70.154 0 0 1-5.08-4.19 69.21 69.21 0 0 1-8.4-9.17c-.92-1.2-1.68-2.25-2.35-3.24a70.747 70.747 0 0 1-3.44-5.64 68.29 68.29 0 0 1-8.29-32.55V142.13a68.26 68.26 0 0 1 8.29-32.55c1-1.92 2.21-3.82 3.44-5.64s2.55-3.58 4-5.27a69.26 69.26 0 0 1 14.49-13.25C50.37 84.19 52.27 83 54.2 82A67.59 67.59 0 0 1 73 75.09a68.75 68.75 0 0 1 13.75-1.39h169.66L263 55.39H86.75A86.84 86.84 0 0 0 0 142.13v196.09A86.84 86.84 0 0 0 86.75 425h11.32v-18.35H86.75A68.75 68.75 0 0 1 73 405.26zM368.55 60.85l-1.41-.53-6.41 17.18 1.41.53a68.06 68.06 0 0 1 8.66 4c1.93 1 3.82 2.2 5.65 3.43A69.19 69.19 0 0 1 391 98.67c1.4 1.68 2.72 3.46 3.95 5.27s2.39 3.72 3.44 5.64a68.29 68.29 0 0 1 8.29 32.55v264.52H233.55l-.44.76c-3.07 5.37-6.26 10.48-9.49 15.19L222 425h203V142.13a87.2 87.2 0 0 0-56.45-81.28z"/><path d="M119.8 408.28v46c28.49-1.12 50.73-10.6 69.61-29.58 19.45-19.55 36.17-50 52.61-96L363.94 1.9H305l-98.25 272.89-48.86-153h-54l71.7 184.18a75.67 75.67 0 0 1 0 55.12c-7.3 18.68-20.25 40.66-55.79 47.19z" stroke="#000" stroke-miterlimit="10" stroke-width="3.81"/></svg>PK[jFZy�쭊� images/yoast_loading_spinner.svgnu�[���<svg role="img" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 229.95 98"><defs><style>.cls-1{fill:#e7c9da;}.cls-2{fill:#a4296a;}</style><symbol id="Spinner" data-name="Spinner" viewBox="0 0 98 98"><path class="cls-1" d="M49,0A49,49,0,1,0,98,49,49,49,0,0,0,49,0Zm0,89A40,40,0,1,1,89,49,40,40,0,0,1,49,89Z"/><path class="cls-2" d="M91.44,73.5A49,49,0,0,1,49,98V89A40,40,0,0,0,83.65,69Z"/></symbol></defs><use width="98" height="98" xlink:href="#Spinner"/><path class="cls-1" d="M221.45,137.3a24,24,0,1,0,24,24,24,24,0,0,0-24-24Zm0,43.59A19.59,19.59,0,1,1,241,161.3a19.59,19.59,0,0,1-19.59,19.59Z" transform="translate(-65.23 -112.3)"/><path class="cls-2" d="M242.23,173.3a24,24,0,0,1-20.78,12v-4.41a19.6,19.6,0,0,0,17-9.79Z" transform="translate(-65.23 -112.3)"/><path class="cls-1" d="M283.18,149.3a12,12,0,0,0-.11,24h.11a12,12,0,0,0,.1-24Zm0,21.8h-.09a9.8,9.8,0,0,1,.09-19.6h.08a9.8,9.8,0,0,1-.08,19.6Z" transform="translate(-65.23 -112.3)"/><path class="cls-2" d="M289.27,151a12,12,0,0,1,5.91,10.45l-2.21,0a9.76,9.76,0,0,0-4.82-8.53Z" transform="translate(-65.23 -112.3)"/></svg>PK[jFZ?W�:g_g_images/edd-logo.svgnu�[���<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="130" height="60" viewBox="0 0 339 157" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><g><path d="M206.613,15.378c-9.499,-9.502 -22.628,-15.378 -37.125,-15.378c-14.501,0 -27.628,5.876 -37.13,15.378c-9.504,9.502 -15.38,22.631 -15.38,37.13c0,14.499 5.876,27.628 15.378,37.13c9.502,9.504 22.631,15.378 37.132,15.378c14.499,0 27.628,-5.879 37.127,-15.378c9.502,-9.504 15.378,-22.631 15.378,-37.13c0,-14.499 -5.878,-27.628 -15.38,-37.13Zm-1.732,72.524c-9.057,9.058 -21.572,14.661 -35.395,14.661c-13.823,0 -26.339,-5.603 -35.397,-14.661c-9.058,-9.058 -14.661,-21.572 -14.661,-35.394c0,-13.823 5.603,-26.337 14.661,-35.395c9.058,-9.058 21.572,-14.661 35.395,-14.661c13.823,0 26.337,5.603 35.395,14.661c9.058,9.058 14.66,21.572 14.66,35.395c0.002,13.822 -5.601,26.337 -14.658,35.394Z" style="fill:#35495c;fill-rule:nonzero;"/><path d="M214.656,52.07c-0.236,-24.746 -20.367,-44.734 -45.168,-44.734c-24.803,0 -44.936,19.99 -45.168,44.736l20.712,-20.712l6.946,6.946l-15.157,15.157l65.333,0l-15.157,-15.157l6.946,-6.946l20.713,20.71Zm-45.17,-7.762l-19.246,-20.196l12.79,0l0,-9.955c0,-2.584 2.906,-4.702 6.456,-4.702c3.55,0 6.456,2.116 6.456,4.702l0,9.955l12.79,0l-19.246,20.196Z" style="fill:#35495c;fill-rule:nonzero;"/><path d="M175.1,77.93c-1.026,-0.667 -2.326,-1.267 -3.894,-1.788c-1.199,-0.413 -2.186,-0.803 -2.956,-1.179c-0.764,-0.372 -1.328,-0.785 -1.689,-1.221c-0.37,-0.444 -0.543,-0.976 -0.543,-1.586c0,-0.488 0.147,-0.952 0.462,-1.391c0.309,-0.438 0.792,-0.803 1.448,-1.079c0.663,-0.28 1.507,-0.431 2.555,-0.436c0.844,0.004 1.615,0.072 2.312,0.193c0.689,0.125 1.3,0.276 1.823,0.449c0.53,0.179 0.958,0.348 1.295,0.507l1.166,-3.516c-0.705,-0.354 -1.588,-0.648 -2.66,-0.886c-0.91,-0.201 -1.952,-0.317 -3.135,-0.357l0,-3.638l-3.205,0l0,3.82c-0.514,0.083 -1.007,0.195 -1.473,0.33c-1.179,0.348 -2.192,0.831 -3.03,1.462c-0.831,0.628 -1.475,1.363 -1.917,2.205c-0.444,0.842 -0.663,1.77 -0.672,2.768c0.006,1.155 0.309,2.173 0.906,3.052c0.597,0.88 1.448,1.643 2.547,2.297c1.094,0.652 2.4,1.214 3.91,1.687c1.133,0.363 2.057,0.742 2.761,1.131c0.705,0.387 1.221,0.814 1.542,1.28c0.328,0.466 0.49,1.006 0.484,1.61c0,0.663 -0.195,1.238 -0.575,1.735c-0.376,0.49 -0.932,0.875 -1.663,1.148c-0.731,0.276 -1.623,0.411 -2.669,0.42c-0.851,-0.006 -1.676,-0.079 -2.481,-0.217c-0.799,-0.144 -1.549,-0.33 -2.24,-0.562c-0.698,-0.232 -1.308,-0.484 -1.838,-0.766l-1.127,3.662c0.51,0.28 1.146,0.532 1.925,0.764c0.779,0.234 1.636,0.42 2.575,0.562c0.932,0.138 1.89,0.208 2.864,0.217l0.171,-0.002l0,3.761l3.205,0l0,-4.063c0.407,-0.079 0.794,-0.173 1.162,-0.282c1.286,-0.387 2.354,-0.915 3.199,-1.591c0.851,-0.67 1.481,-1.446 1.899,-2.321c0.416,-0.875 0.624,-1.801 0.624,-2.787c0,-1.155 -0.247,-2.177 -0.757,-3.056c-0.515,-0.887 -1.281,-1.664 -2.311,-2.336Z" style="fill:#35495c;fill-rule:nonzero;"/></g><g><path d="M3.999,141.181c0,0.701 0.099,1.38 0.298,2.034c0.198,0.655 0.496,1.228 0.894,1.719c0.397,0.491 0.9,0.883 1.508,1.175c0.608,0.293 1.333,0.439 2.175,0.439c1.169,0 2.11,-0.251 2.824,-0.754c0.713,-0.502 1.245,-1.256 1.596,-2.262l3.788,0c-0.21,0.982 -0.573,1.859 -1.087,2.631c-0.515,0.772 -1.135,1.421 -1.859,1.946c-0.725,0.526 -1.538,0.924 -2.438,1.193c-0.901,0.268 -1.842,0.403 -2.824,0.403c-1.427,0 -2.689,-0.234 -3.788,-0.701c-1.1,-0.468 -2.029,-1.123 -2.789,-1.965c-0.76,-0.842 -1.333,-1.847 -1.719,-3.016c-0.385,-1.17 -0.578,-2.456 -0.578,-3.859c0,-1.286 0.205,-2.508 0.614,-3.665c0.409,-1.157 0.994,-2.175 1.754,-3.052c0.76,-0.877 1.678,-1.573 2.754,-2.087c1.075,-0.514 2.291,-0.772 3.648,-0.772c1.426,0 2.706,0.298 3.841,0.894c1.134,0.596 2.075,1.386 2.824,2.368c0.748,0.982 1.292,2.111 1.631,3.385c0.339,1.275 0.427,2.59 0.263,3.946l-13.33,0Zm9.33,-2.631c-0.047,-0.631 -0.182,-1.239 -0.404,-1.824c-0.223,-0.584 -0.526,-1.093 -0.912,-1.526c-0.386,-0.432 -0.854,-0.783 -1.403,-1.052c-0.55,-0.269 -1.163,-0.404 -1.841,-0.404c-0.702,0 -1.339,0.123 -1.912,0.369c-0.573,0.245 -1.064,0.585 -1.473,1.017c-0.409,0.433 -0.737,0.942 -0.982,1.526c-0.246,0.585 -0.38,1.216 -0.403,1.894l9.33,0Z" style="fill:#35495c;fill-rule:nonzero;"/><path d="M35.567,145.18c0,0.491 0.064,0.842 0.193,1.052c0.128,0.21 0.38,0.316 0.754,0.316c0.117,0 0.257,0 0.421,0c0.163,0 0.351,-0.023 0.561,-0.07l0,2.771c-0.14,0.047 -0.322,0.099 -0.544,0.158c-0.223,0.058 -0.45,0.111 -0.684,0.158c-0.234,0.047 -0.468,0.081 -0.702,0.105c-0.234,0.024 -0.433,0.035 -0.596,0.035c-0.819,0 -1.497,-0.164 -2.034,-0.491c-0.538,-0.327 -0.889,-0.9 -1.052,-1.719c-0.795,0.771 -1.771,1.333 -2.929,1.683c-1.157,0.351 -2.274,0.526 -3.35,0.526c-0.819,0 -1.602,-0.111 -2.35,-0.333c-0.749,-0.222 -1.409,-0.549 -1.982,-0.982c-0.573,-0.433 -1.029,-0.982 -1.368,-1.649c-0.339,-0.666 -0.509,-1.444 -0.509,-2.333c0,-1.122 0.204,-2.034 0.614,-2.736c0.409,-0.701 0.947,-1.251 1.613,-1.649c0.666,-0.397 1.414,-0.684 2.245,-0.859c0.83,-0.175 1.666,-0.31 2.508,-0.404c0.725,-0.14 1.415,-0.239 2.069,-0.298c0.654,-0.058 1.233,-0.158 1.736,-0.298c0.503,-0.14 0.9,-0.356 1.193,-0.649c0.292,-0.292 0.438,-0.73 0.438,-1.315c0,-0.514 -0.123,-0.935 -0.368,-1.263c-0.246,-0.327 -0.55,-0.579 -0.912,-0.754c-0.363,-0.175 -0.766,-0.292 -1.21,-0.351c-0.445,-0.058 -0.865,-0.088 -1.263,-0.088c-1.122,0 -2.047,0.234 -2.771,0.702c-0.725,0.468 -1.135,1.193 -1.228,2.175l-3.999,0c0.07,-1.169 0.351,-2.14 0.842,-2.911c0.491,-0.772 1.117,-1.391 1.877,-1.859c0.76,-0.467 1.619,-0.795 2.578,-0.982c0.958,-0.187 1.941,-0.281 2.946,-0.281c0.888,0 1.765,0.094 2.631,0.281c0.865,0.188 1.643,0.491 2.333,0.912c0.689,0.421 1.245,0.965 1.666,1.631c0.421,0.666 0.631,1.479 0.631,2.438l0,9.331l0.002,0Zm-3.998,-5.052c-0.608,0.398 -1.356,0.638 -2.245,0.719c-0.889,0.082 -1.777,0.205 -2.666,0.369c-0.421,0.07 -0.83,0.17 -1.228,0.298c-0.398,0.129 -0.749,0.304 -1.052,0.526c-0.304,0.223 -0.544,0.515 -0.719,0.877c-0.175,0.363 -0.263,0.801 -0.263,1.315c0,0.445 0.128,0.819 0.386,1.123c0.257,0.304 0.567,0.543 0.93,0.719c0.362,0.175 0.759,0.298 1.193,0.368c0.432,0.071 0.824,0.105 1.175,0.105c0.444,0 0.924,-0.058 1.438,-0.175c0.514,-0.117 1,-0.316 1.456,-0.596c0.456,-0.28 0.836,-0.636 1.14,-1.07c0.304,-0.432 0.456,-0.964 0.456,-1.596l0,-2.982l-0.001,0Z" style="fill:#35495c;fill-rule:nonzero;"/><path d="M42.898,143.39c0.117,1.17 0.561,1.988 1.333,2.456c0.772,0.468 1.695,0.701 2.771,0.701c0.374,0 0.801,-0.029 1.28,-0.088c0.479,-0.058 0.93,-0.169 1.351,-0.333c0.421,-0.163 0.766,-0.403 1.035,-0.719c0.268,-0.316 0.391,-0.731 0.368,-1.245c-0.024,-0.514 -0.21,-0.935 -0.561,-1.263c-0.351,-0.327 -0.801,-0.59 -1.35,-0.789c-0.55,-0.198 -1.175,-0.369 -1.877,-0.509c-0.702,-0.14 -1.415,-0.292 -2.14,-0.456c-0.749,-0.163 -1.468,-0.362 -2.157,-0.596c-0.69,-0.234 -1.31,-0.549 -1.859,-0.947c-0.55,-0.397 -0.988,-0.906 -1.315,-1.526c-0.328,-0.619 -0.491,-1.386 -0.491,-2.298c0,-0.982 0.239,-1.806 0.719,-2.473c0.479,-0.666 1.087,-1.204 1.824,-1.613c0.737,-0.409 1.555,-0.696 2.455,-0.859c0.9,-0.163 1.759,-0.245 2.578,-0.245c0.935,0 1.829,0.1 2.683,0.298c0.853,0.199 1.625,0.521 2.315,0.965c0.689,0.445 1.263,1.023 1.719,1.736c0.456,0.714 0.742,1.573 0.86,2.578l-4.174,0c-0.188,-0.958 -0.626,-1.601 -1.316,-1.929c-0.69,-0.327 -1.479,-0.491 -2.368,-0.491c-0.281,0 -0.614,0.024 -0.999,0.07c-0.386,0.047 -0.749,0.135 -1.087,0.263c-0.339,0.129 -0.626,0.316 -0.859,0.561c-0.234,0.246 -0.351,0.567 -0.351,0.965c0,0.491 0.169,0.889 0.509,1.193c0.339,0.304 0.783,0.556 1.333,0.754c0.549,0.199 1.175,0.368 1.876,0.508c0.702,0.14 1.426,0.293 2.175,0.456c0.724,0.164 1.438,0.363 2.14,0.596c0.701,0.234 1.327,0.55 1.877,0.947c0.549,0.397 0.994,0.9 1.333,1.508c0.339,0.609 0.508,1.356 0.508,2.245c0,1.076 -0.246,1.988 -0.737,2.736c-0.491,0.749 -1.128,1.357 -1.912,1.824c-0.784,0.468 -1.654,0.807 -2.613,1.017c-0.959,0.21 -1.906,0.316 -2.841,0.316c-1.146,0 -2.204,-0.129 -3.174,-0.386c-0.971,-0.257 -1.812,-0.649 -2.525,-1.175c-0.714,-0.526 -1.275,-1.18 -1.684,-1.964c-0.409,-0.784 -0.626,-1.713 -0.649,-2.789l3.997,0Z" style="fill:#35495c;fill-rule:nonzero;"/><path d="M56.086,131.079l4.385,0l4.735,13.539l0.07,0l4.595,-13.539l4.174,0l-7.05,19.116c-0.328,0.818 -0.649,1.601 -0.965,2.35c-0.316,0.748 -0.701,1.408 -1.157,1.982c-0.456,0.573 -1.023,1.029 -1.701,1.368c-0.678,0.339 -1.543,0.509 -2.596,0.509c-0.936,0 -1.859,-0.07 -2.771,-0.21l0,-3.368c0.327,0.047 0.643,0.1 0.947,0.158c0.304,0.058 0.619,0.088 0.947,0.088c0.467,0 0.853,-0.058 1.157,-0.175c0.304,-0.118 0.555,-0.287 0.754,-0.509c0.198,-0.223 0.368,-0.486 0.509,-0.79c0.14,-0.304 0.268,-0.655 0.386,-1.052l0.456,-1.403l-6.875,-18.064Z" style="fill:#35495c;fill-rule:nonzero;"/><path d="M90.18,149.213l0,-3.438l-0.07,0c-0.234,0.585 -0.579,1.123 -1.035,1.614c-0.456,0.491 -0.976,0.907 -1.561,1.245c-0.585,0.339 -1.21,0.602 -1.877,0.789c-0.666,0.187 -1.327,0.281 -1.982,0.281c-1.38,0 -2.578,-0.251 -3.595,-0.754c-1.017,-0.502 -1.865,-1.192 -2.543,-2.069c-0.679,-0.877 -1.181,-1.894 -1.508,-3.052c-0.328,-1.158 -0.491,-2.379 -0.491,-3.666c0,-1.286 0.163,-2.508 0.491,-3.665c0.327,-1.157 0.83,-2.175 1.508,-3.052c0.678,-0.877 1.526,-1.573 2.543,-2.087c1.017,-0.514 2.215,-0.772 3.595,-0.772c0.678,0 1.339,0.082 1.982,0.245c0.643,0.164 1.245,0.415 1.807,0.754c0.561,0.339 1.058,0.754 1.491,1.245c0.432,0.491 0.766,1.064 1,1.719l0.07,0l0,-10.382l2.21,0l0,25.044l-2.035,0l0,0.001Zm-12.119,-6.261c0.222,0.924 0.573,1.748 1.052,2.473c0.479,0.725 1.093,1.315 1.842,1.771c0.748,0.456 1.649,0.684 2.701,0.684c1.169,0 2.157,-0.228 2.964,-0.684c0.807,-0.456 1.461,-1.046 1.964,-1.771c0.503,-0.725 0.865,-1.549 1.087,-2.473c0.222,-0.924 0.333,-1.853 0.333,-2.789c0,-0.935 -0.111,-1.864 -0.333,-2.788c-0.223,-0.923 -0.585,-1.748 -1.087,-2.473c-0.503,-0.725 -1.157,-1.316 -1.964,-1.772c-0.807,-0.456 -1.795,-0.684 -2.964,-0.684c-1.052,0 -1.953,0.228 -2.701,0.684c-0.749,0.456 -1.363,1.047 -1.842,1.772c-0.48,0.725 -0.83,1.549 -1.052,2.473c-0.222,0.924 -0.333,1.853 -0.333,2.788c0,0.936 0.111,1.866 0.333,2.789Z" style="fill:#35495c;fill-rule:nonzero;"/><path d="M98.668,124.169l0,3.543l-2.21,0l0,-3.543l2.21,0Zm0,6.945l0,18.099l-2.21,0l0,-18.099l2.21,0Z" style="fill:#35495c;fill-rule:nonzero;"/><path d="M117.767,151.353c-0.293,1.076 -0.754,1.988 -1.386,2.736c-0.632,0.748 -1.456,1.321 -2.473,1.719c-1.017,0.397 -2.263,0.596 -3.736,0.596c-0.912,0 -1.801,-0.105 -2.666,-0.316c-0.865,-0.21 -1.643,-0.538 -2.332,-0.982c-0.69,-0.445 -1.263,-1.012 -1.719,-1.701c-0.456,-0.69 -0.719,-1.514 -0.789,-2.473l2.21,0c0.117,0.678 0.345,1.245 0.684,1.702c0.339,0.456 0.748,0.824 1.228,1.105c0.479,0.281 1.011,0.485 1.596,0.614c0.584,0.128 1.18,0.193 1.789,0.193c2.057,0 3.543,-0.585 4.455,-1.754c0.912,-1.17 1.368,-2.853 1.368,-5.051l0,-2.456l-0.07,0c-0.515,1.123 -1.269,2.023 -2.262,2.701c-0.994,0.678 -2.157,1.017 -3.49,1.017c-1.45,0 -2.689,-0.24 -3.718,-0.719c-1.029,-0.479 -1.877,-1.14 -2.543,-1.982c-0.666,-0.842 -1.152,-1.829 -1.456,-2.964c-0.304,-1.134 -0.456,-2.344 -0.456,-3.63c0,-1.239 0.181,-2.414 0.544,-3.525c0.362,-1.11 0.888,-2.081 1.578,-2.911c0.689,-0.83 1.543,-1.485 2.561,-1.964c1.017,-0.479 2.18,-0.719 3.49,-0.719c0.678,0 1.315,0.094 1.912,0.281c0.596,0.188 1.14,0.45 1.631,0.789c0.491,0.339 0.93,0.731 1.316,1.175c0.386,0.445 0.684,0.912 0.894,1.403l0.07,0l0,-3.122l2.21,0l0,16.626c-0.001,1.332 -0.148,2.536 -0.44,3.612Zm-5.068,-4.823c0.724,-0.409 1.333,-0.947 1.824,-1.613c0.491,-0.666 0.859,-1.432 1.105,-2.297c0.246,-0.865 0.368,-1.754 0.368,-2.666c0,-0.888 -0.105,-1.777 -0.316,-2.666c-0.21,-0.888 -0.55,-1.695 -1.017,-2.42c-0.468,-0.724 -1.07,-1.309 -1.806,-1.754c-0.737,-0.444 -1.631,-0.666 -2.683,-0.666c-1.052,0 -1.953,0.216 -2.701,0.649c-0.749,0.433 -1.368,1 -1.859,1.701c-0.491,0.701 -0.848,1.503 -1.07,2.403c-0.223,0.9 -0.333,1.818 -0.333,2.754c0,0.912 0.117,1.801 0.351,2.666c0.233,0.865 0.596,1.631 1.087,2.297c0.491,0.666 1.11,1.205 1.859,1.613c0.748,0.41 1.636,0.614 2.666,0.614c0.958,-0.001 1.8,-0.205 2.525,-0.615Z" style="fill:#35495c;fill-rule:nonzero;"/><path d="M124.66,124.169l0,3.543l-2.21,0l0,-3.543l2.21,0Zm0,6.945l0,18.099l-2.21,0l0,-18.099l2.21,0Z" style="fill:#35495c;fill-rule:nonzero;"/><path d="M136.094,131.114l0,1.859l-3.683,0l0,12.207c0,0.725 0.099,1.292 0.298,1.701c0.198,0.41 0.696,0.638 1.491,0.684c0.631,0 1.263,-0.035 1.894,-0.105l0,1.859c-0.328,0 -0.655,0.011 -0.982,0.035c-0.328,0.023 -0.655,0.035 -0.982,0.035c-1.473,0 -2.503,-0.286 -3.087,-0.86c-0.585,-0.573 -0.865,-1.631 -0.842,-3.174l0,-12.382l-3.157,0l0,-1.859l3.157,0l0,-5.437l2.21,0l0,5.437l3.683,0Z" style="fill:#35495c;fill-rule:nonzero;"/><path d="M139.742,133.92c0.374,-0.772 0.883,-1.403 1.526,-1.894c0.643,-0.491 1.397,-0.853 2.262,-1.087c0.865,-0.233 1.824,-0.351 2.877,-0.351c0.794,0 1.59,0.076 2.385,0.228c0.795,0.152 1.508,0.439 2.14,0.859c0.631,0.421 1.146,1.012 1.543,1.772c0.397,0.76 0.596,1.748 0.596,2.964l0,9.611c0,0.888 0.433,1.332 1.298,1.332c0.257,0 0.491,-0.047 0.701,-0.14l0,1.859c-0.257,0.047 -0.486,0.082 -0.684,0.105c-0.199,0.024 -0.45,0.035 -0.754,0.035c-0.561,0 -1.011,-0.075 -1.35,-0.228c-0.34,-0.152 -0.602,-0.369 -0.79,-0.649c-0.187,-0.281 -0.31,-0.614 -0.368,-1c-0.059,-0.386 -0.088,-0.812 -0.088,-1.281l-0.07,0c-0.398,0.585 -0.801,1.105 -1.21,1.561c-0.409,0.456 -0.865,0.837 -1.368,1.14c-0.503,0.304 -1.076,0.538 -1.719,0.701c-0.643,0.163 -1.409,0.246 -2.297,0.246c-0.842,0 -1.631,-0.1 -2.367,-0.298c-0.737,-0.198 -1.38,-0.514 -1.929,-0.947c-0.55,-0.432 -0.982,-0.982 -1.298,-1.649c-0.316,-0.666 -0.474,-1.455 -0.474,-2.367c0,-1.263 0.281,-2.251 0.842,-2.964c0.562,-0.713 1.303,-1.256 2.227,-1.631c0.924,-0.374 1.965,-0.637 3.122,-0.789c1.157,-0.152 2.333,-0.298 3.525,-0.438c0.467,-0.047 0.877,-0.105 1.228,-0.175c0.351,-0.07 0.643,-0.193 0.877,-0.368c0.233,-0.175 0.414,-0.415 0.543,-0.719c0.128,-0.304 0.193,-0.702 0.193,-1.193c0,-0.748 -0.123,-1.362 -0.369,-1.841c-0.246,-0.479 -0.585,-0.86 -1.017,-1.14c-0.433,-0.281 -0.936,-0.474 -1.508,-0.579c-0.573,-0.105 -1.188,-0.158 -1.842,-0.158c-1.403,0 -2.549,0.333 -3.437,1c-0.889,0.666 -1.356,1.736 -1.404,3.209l-2.21,0c0.071,-1.052 0.293,-1.964 0.668,-2.736Zm11.049,5.402c-0.141,0.258 -0.41,0.445 -0.807,0.561c-0.397,0.117 -0.748,0.199 -1.052,0.245c-0.936,0.164 -1.9,0.311 -2.894,0.439c-0.994,0.129 -1.9,0.322 -2.718,0.579c-0.819,0.258 -1.491,0.626 -2.017,1.105c-0.526,0.48 -0.789,1.163 -0.789,2.052c0,0.562 0.111,1.059 0.333,1.491c0.222,0.433 0.52,0.807 0.894,1.123c0.374,0.316 0.807,0.556 1.298,0.719c0.491,0.164 0.994,0.246 1.508,0.246c0.842,0 1.649,-0.128 2.42,-0.386c0.772,-0.257 1.444,-0.632 2.017,-1.123c0.572,-0.491 1.029,-1.087 1.368,-1.789c0.339,-0.702 0.509,-1.496 0.509,-2.385l0,-2.876l-0.07,0l0,-0.001Z" style="fill:#35495c;fill-rule:nonzero;"/><rect x="157.525" y="124.169" width="2.21" height="25.044" style="fill:#35495c;fill-rule:nonzero;"/><path d="M181.061,149.213l-3.788,0l0,-2.455l-0.07,0c-0.538,1.052 -1.321,1.806 -2.35,2.262c-1.029,0.456 -2.117,0.684 -3.262,0.684c-1.427,0 -2.672,-0.251 -3.736,-0.754c-1.064,-0.502 -1.947,-1.186 -2.648,-2.052c-0.702,-0.865 -1.228,-1.888 -1.578,-3.069c-0.351,-1.18 -0.526,-2.449 -0.526,-3.806c0,-1.636 0.222,-3.052 0.666,-4.244c0.444,-1.193 1.035,-2.175 1.772,-2.946c0.737,-0.772 1.578,-1.338 2.525,-1.701c0.947,-0.362 1.912,-0.544 2.894,-0.544c0.562,0 1.134,0.052 1.719,0.158c0.584,0.105 1.145,0.275 1.683,0.509c0.538,0.234 1.035,0.532 1.491,0.894c0.456,0.363 0.836,0.789 1.14,1.28l0.071,0l0,-9.26l3.998,0l0,25.044l-0.001,0Zm-13.96,-8.874c0,0.772 0.099,1.532 0.298,2.28c0.198,0.748 0.503,1.415 0.912,1.999c0.409,0.585 0.93,1.053 1.561,1.404c0.632,0.35 1.379,0.526 2.245,0.526c0.888,0 1.654,-0.187 2.298,-0.561c0.643,-0.374 1.169,-0.865 1.578,-1.473c0.409,-0.608 0.713,-1.292 0.912,-2.052c0.198,-0.76 0.298,-1.538 0.298,-2.333c0,-2.01 -0.45,-3.577 -1.351,-4.7c-0.901,-1.123 -2.122,-1.684 -3.665,-1.684c-0.936,0 -1.725,0.193 -2.368,0.579c-0.644,0.386 -1.169,0.889 -1.578,1.508c-0.409,0.62 -0.701,1.321 -0.877,2.105c-0.175,0.783 -0.263,1.584 -0.263,2.402Z" style="fill:#35495c;fill-rule:nonzero;"/><path d="M193.724,149.704c-1.45,0 -2.742,-0.24 -3.876,-0.719c-1.135,-0.479 -2.093,-1.14 -2.876,-1.982c-0.784,-0.842 -1.38,-1.847 -1.789,-3.017c-0.409,-1.169 -0.613,-2.455 -0.613,-3.859c0,-1.379 0.204,-2.653 0.613,-3.823c0.409,-1.169 1.006,-2.175 1.789,-3.017c0.783,-0.842 1.742,-1.502 2.876,-1.982c1.134,-0.479 2.426,-0.719 3.876,-0.719c1.45,0 2.742,0.24 3.876,0.719c1.134,0.48 2.093,1.14 2.877,1.982c0.783,0.842 1.379,1.848 1.789,3.017c0.409,1.17 0.614,2.444 0.614,3.823c0,1.404 -0.205,2.69 -0.614,3.859c-0.409,1.17 -1.006,2.175 -1.789,3.017c-0.784,0.842 -1.743,1.503 -2.877,1.982c-1.134,0.479 -2.427,0.719 -3.876,0.719Zm0,-3.157c0.888,0 1.66,-0.187 2.315,-0.561c0.655,-0.374 1.193,-0.865 1.614,-1.473c0.421,-0.608 0.731,-1.292 0.93,-2.052c0.198,-0.76 0.298,-1.538 0.298,-2.333c0,-0.771 -0.1,-1.543 -0.298,-2.315c-0.199,-0.772 -0.509,-1.456 -0.93,-2.052c-0.421,-0.596 -0.959,-1.081 -1.614,-1.456c-0.655,-0.374 -1.427,-0.561 -2.315,-0.561c-0.889,0 -1.66,0.188 -2.315,0.561c-0.655,0.374 -1.192,0.859 -1.613,1.456c-0.421,0.596 -0.731,1.28 -0.93,2.052c-0.199,0.772 -0.299,1.543 -0.299,2.315c0,0.795 0.1,1.573 0.299,2.333c0.198,0.76 0.509,1.444 0.93,2.052c0.421,0.608 0.958,1.099 1.613,1.473c0.654,0.375 1.426,0.561 2.315,0.561Z" style="fill:#35495c;fill-rule:nonzero;"/><path d="M204.562,131.079l4.244,0l3.543,13.539l0.071,0l3.402,-13.539l4.034,0l3.262,13.539l0.071,0l3.683,-13.539l4.069,0l-5.682,18.134l-4.104,0l-3.367,-13.469l-0.07,0l-3.332,13.469l-4.209,0l-5.615,-18.134Z" style="fill:#35495c;fill-rule:nonzero;"/><path d="M233.499,131.079l3.788,0l0,2.666l0.07,0.07c0.608,-1.005 1.403,-1.795 2.385,-2.368c0.982,-0.573 2.069,-0.859 3.262,-0.859c1.987,0 3.554,0.515 4.7,1.543c1.146,1.029 1.719,2.573 1.719,4.63l0,12.452l-3.998,0l0,-11.4c-0.047,-1.426 -0.351,-2.461 -0.912,-3.104c-0.562,-0.643 -1.438,-0.965 -2.631,-0.965c-0.678,0 -1.286,0.123 -1.824,0.369c-0.538,0.245 -0.994,0.585 -1.368,1.017c-0.374,0.433 -0.666,0.942 -0.877,1.526c-0.211,0.585 -0.316,1.205 -0.316,1.859l0,10.698l-3.998,0l0,-18.134Z" style="fill:#35495c;fill-rule:nonzero;"/><rect x="253.738" y="124.169" width="3.999" height="25.044" style="fill:#35495c;fill-rule:nonzero;"/><path d="M270.399,149.704c-1.45,0 -2.742,-0.24 -3.876,-0.719c-1.135,-0.479 -2.093,-1.14 -2.876,-1.982c-0.784,-0.842 -1.38,-1.847 -1.789,-3.017c-0.409,-1.169 -0.613,-2.455 -0.613,-3.859c0,-1.379 0.204,-2.653 0.613,-3.823c0.409,-1.169 1.006,-2.175 1.789,-3.017c0.783,-0.842 1.742,-1.502 2.876,-1.982c1.134,-0.479 2.426,-0.719 3.876,-0.719c1.45,0 2.742,0.24 3.876,0.719c1.134,0.48 2.093,1.14 2.877,1.982c0.783,0.842 1.379,1.848 1.789,3.017c0.409,1.17 0.614,2.444 0.614,3.823c0,1.404 -0.205,2.69 -0.614,3.859c-0.409,1.17 -1.006,2.175 -1.789,3.017c-0.784,0.842 -1.743,1.503 -2.877,1.982c-1.135,0.479 -2.427,0.719 -3.876,0.719Zm0,-3.157c0.888,0 1.66,-0.187 2.315,-0.561c0.655,-0.374 1.193,-0.865 1.614,-1.473c0.421,-0.608 0.731,-1.292 0.93,-2.052c0.198,-0.76 0.298,-1.538 0.298,-2.333c0,-0.771 -0.099,-1.543 -0.298,-2.315c-0.199,-0.772 -0.509,-1.456 -0.93,-2.052c-0.421,-0.596 -0.959,-1.081 -1.614,-1.456c-0.655,-0.374 -1.427,-0.561 -2.315,-0.561c-0.889,0 -1.66,0.188 -2.315,0.561c-0.655,0.374 -1.192,0.859 -1.613,1.456c-0.421,0.596 -0.731,1.28 -0.93,2.052c-0.199,0.772 -0.299,1.543 -0.299,2.315c0,0.795 0.1,1.573 0.299,2.333c0.198,0.76 0.509,1.444 0.93,2.052c0.421,0.608 0.958,1.099 1.613,1.473c0.654,0.375 1.426,0.561 2.315,0.561Z" style="fill:#35495c;fill-rule:nonzero;"/><path d="M298.073,145.18c0,0.491 0.064,0.842 0.193,1.052c0.128,0.21 0.38,0.316 0.754,0.316c0.117,0 0.257,0 0.421,0c0.163,0 0.35,-0.023 0.561,-0.07l0,2.771c-0.14,0.047 -0.321,0.099 -0.543,0.158c-0.223,0.058 -0.451,0.111 -0.684,0.158c-0.234,0.047 -0.468,0.081 -0.702,0.105c-0.234,0.024 -0.433,0.035 -0.596,0.035c-0.818,0 -1.497,-0.164 -2.034,-0.491c-0.538,-0.327 -0.889,-0.9 -1.052,-1.719c-0.795,0.771 -1.772,1.333 -2.929,1.683c-1.158,0.351 -2.274,0.526 -3.349,0.526c-0.819,0 -1.602,-0.111 -2.35,-0.333c-0.749,-0.222 -1.409,-0.549 -1.982,-0.982c-0.573,-0.433 -1.029,-0.982 -1.368,-1.649c-0.339,-0.666 -0.509,-1.444 -0.509,-2.333c0,-1.122 0.205,-2.034 0.614,-2.736c0.409,-0.701 0.947,-1.251 1.614,-1.649c0.666,-0.397 1.414,-0.684 2.244,-0.859c0.83,-0.175 1.666,-0.31 2.508,-0.404c0.725,-0.14 1.415,-0.239 2.069,-0.298c0.655,-0.058 1.233,-0.158 1.736,-0.298c0.503,-0.14 0.9,-0.356 1.193,-0.649c0.292,-0.292 0.439,-0.73 0.439,-1.315c0,-0.514 -0.123,-0.935 -0.369,-1.263c-0.246,-0.327 -0.55,-0.579 -0.912,-0.754c-0.363,-0.175 -0.766,-0.292 -1.21,-0.351c-0.445,-0.058 -0.865,-0.088 -1.263,-0.088c-1.123,0 -2.047,0.234 -2.771,0.702c-0.725,0.468 -1.135,1.193 -1.228,2.175l-3.999,0c0.071,-1.169 0.351,-2.14 0.842,-2.911c0.491,-0.772 1.116,-1.391 1.877,-1.859c0.759,-0.467 1.618,-0.795 2.578,-0.982c0.959,-0.187 1.941,-0.281 2.947,-0.281c0.888,0 1.765,0.094 2.631,0.281c0.865,0.188 1.643,0.491 2.333,0.912c0.689,0.421 1.245,0.965 1.666,1.631c0.421,0.666 0.631,1.479 0.631,2.438l0,9.331l-0.001,0Zm-3.998,-5.052c-0.609,0.398 -1.357,0.638 -2.245,0.719c-0.889,0.082 -1.777,0.205 -2.666,0.369c-0.421,0.07 -0.83,0.17 -1.228,0.298c-0.398,0.129 -0.749,0.304 -1.053,0.526c-0.304,0.223 -0.543,0.515 -0.719,0.877c-0.175,0.363 -0.263,0.801 -0.263,1.315c0,0.445 0.128,0.819 0.386,1.123c0.257,0.304 0.566,0.543 0.929,0.719c0.363,0.175 0.76,0.298 1.193,0.368c0.432,0.071 0.824,0.105 1.175,0.105c0.444,0 0.923,-0.058 1.438,-0.175c0.515,-0.117 1,-0.316 1.456,-0.596c0.456,-0.28 0.835,-0.636 1.14,-1.07c0.304,-0.432 0.456,-0.964 0.456,-1.596l0,-2.982l0.001,0Z" style="fill:#35495c;fill-rule:nonzero;"/><path d="M319.47,149.213l-3.788,0l0,-2.455l-0.07,0c-0.538,1.052 -1.321,1.806 -2.35,2.262c-1.029,0.456 -2.117,0.684 -3.262,0.684c-1.427,0 -2.672,-0.251 -3.736,-0.754c-1.064,-0.502 -1.947,-1.186 -2.648,-2.052c-0.702,-0.865 -1.228,-1.888 -1.578,-3.069c-0.351,-1.18 -0.526,-2.449 -0.526,-3.806c0,-1.636 0.222,-3.052 0.666,-4.244c0.444,-1.193 1.035,-2.175 1.772,-2.946c0.737,-0.772 1.578,-1.338 2.525,-1.701c0.947,-0.362 1.912,-0.544 2.894,-0.544c0.562,0 1.134,0.052 1.719,0.158c0.584,0.105 1.145,0.275 1.683,0.509c0.538,0.234 1.035,0.532 1.491,0.894c0.456,0.363 0.836,0.789 1.14,1.28l0.071,0l0,-9.26l3.998,0l0,25.044l-0.001,0Zm-13.96,-8.874c0,0.772 0.099,1.532 0.298,2.28c0.198,0.748 0.503,1.415 0.912,1.999c0.409,0.585 0.93,1.053 1.561,1.404c0.632,0.35 1.379,0.526 2.245,0.526c0.888,0 1.654,-0.187 2.298,-0.561c0.643,-0.374 1.169,-0.865 1.578,-1.473c0.409,-0.608 0.713,-1.292 0.912,-2.052c0.198,-0.76 0.298,-1.538 0.298,-2.333c0,-2.01 -0.45,-3.577 -1.351,-4.7c-0.901,-1.123 -2.122,-1.684 -3.665,-1.684c-0.936,0 -1.725,0.193 -2.368,0.579c-0.644,0.386 -1.169,0.889 -1.578,1.508c-0.409,0.62 -0.701,1.321 -0.877,2.105c-0.176,0.783 -0.263,1.584 -0.263,2.402Z" style="fill:#35495c;fill-rule:nonzero;"/><path d="M326.836,143.39c0.117,1.17 0.561,1.988 1.333,2.456c0.772,0.468 1.695,0.701 2.771,0.701c0.373,0 0.801,-0.029 1.28,-0.088c0.479,-0.058 0.93,-0.169 1.351,-0.333c0.421,-0.163 0.765,-0.403 1.034,-0.719c0.269,-0.316 0.392,-0.731 0.369,-1.245c-0.024,-0.514 -0.211,-0.935 -0.561,-1.263c-0.351,-0.327 -0.801,-0.59 -1.351,-0.789c-0.55,-0.198 -1.175,-0.369 -1.876,-0.509c-0.702,-0.14 -1.415,-0.292 -2.14,-0.456c-0.749,-0.163 -1.468,-0.362 -2.157,-0.596c-0.69,-0.234 -1.31,-0.549 -1.859,-0.947c-0.55,-0.397 -0.988,-0.906 -1.315,-1.526c-0.328,-0.619 -0.491,-1.386 -0.491,-2.298c0,-0.982 0.24,-1.806 0.719,-2.473c0.479,-0.667 1.087,-1.204 1.824,-1.613c0.737,-0.409 1.555,-0.696 2.455,-0.859c0.9,-0.163 1.76,-0.245 2.578,-0.245c0.935,0 1.83,0.1 2.684,0.298c0.853,0.199 1.625,0.521 2.315,0.965c0.689,0.445 1.263,1.023 1.719,1.736c0.456,0.714 0.742,1.573 0.86,2.578l-4.174,0c-0.187,-0.958 -0.626,-1.601 -1.315,-1.929c-0.69,-0.327 -1.479,-0.491 -2.367,-0.491c-0.281,0 -0.614,0.024 -1,0.07c-0.386,0.047 -0.749,0.135 -1.087,0.263c-0.339,0.129 -0.626,0.316 -0.86,0.561c-0.234,0.245 -0.35,0.567 -0.35,0.965c0,0.491 0.169,0.889 0.508,1.193c0.339,0.304 0.784,0.556 1.333,0.754c0.549,0.199 1.175,0.368 1.877,0.508c0.701,0.14 1.426,0.293 2.174,0.456c0.725,0.164 1.438,0.363 2.14,0.596c0.701,0.234 1.326,0.55 1.876,0.947c0.549,0.397 0.994,0.9 1.333,1.508c0.339,0.609 0.509,1.356 0.509,2.245c0,1.076 -0.246,1.988 -0.737,2.736c-0.492,0.749 -1.129,1.357 -1.912,1.824c-0.784,0.468 -1.655,0.807 -2.613,1.017c-0.959,0.21 -1.906,0.316 -2.841,0.316c-1.146,0 -2.204,-0.129 -3.174,-0.386c-0.971,-0.257 -1.813,-0.649 -2.526,-1.175c-0.714,-0.526 -1.275,-1.18 -1.683,-1.964c-0.41,-0.784 -0.626,-1.713 -0.649,-2.789l3.996,0Z" style="fill:#35495c;fill-rule:nonzero;"/></g></svg>PK[jFZ�j%fqxqximages/ssp-logo.svgnu�[���<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by Pixelmator Pro 3.1.1 -->
<svg width="280" height="50" viewBox="0 0 280 50" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <path id="Path" fill="#2a2a2a" stroke="none" d="M 107.36734 25 C 107.36734 37.90543 96.905426 48.367348 84 48.367348 C 71.094574 48.367348 60.632652 37.90543 60.632652 25 C 60.632652 12.09457 71.094574 1.632652 84 1.632652 C 96.905426 1.632652 107.36734 12.09457 107.36734 25 Z"/>
    <path id="path1" fill="#2a2a2a" fill-rule="evenodd" stroke="none" d="M 84 50 C 97.807144 50 109 38.807144 109 25 C 109 11.192875 97.807144 0 84 0 C 70.192879 0 59 11.192875 59 25 C 59 38.807144 70.192879 50 84 50 Z M 84 48.979591 C 97.243469 48.979591 107.979599 38.243469 107.979599 25 C 107.979599 11.756432 97.243469 1.020409 84 1.020409 C 70.756432 1.020409 60.020409 11.756432 60.020409 25 C 60.020409 38.243469 70.756432 48.979591 84 48.979591 Z"/>
    <path id="path2" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 72.282471 16.767059 C 72.576691 16.588104 72.956955 16.356773 73.387756 16.42857 C 73.623169 16.467796 73.873627 16.657875 74.162415 16.876999 C 74.62468 17.227814 75.185089 17.653061 75.938782 17.653061 C 76.808289 17.653061 77.26619 17.447247 77.531647 17.327919 C 77.640045 17.279202 77.716339 17.2449 77.775513 17.2449 C 77.979599 17.2449 78.285721 17.551022 77.877548 17.857143 C 77.810303 17.90757 77.726456 17.977406 77.626404 18.060673 C 77.119308 18.482878 76.196823 19.250917 74.918365 19.591837 C 74.67543 19.656633 74.45047 19.711123 74.242691 19.761471 C 73.141464 20.028288 72.522842 20.178164 72.265305 21.12245 C 71.959183 22.244898 72.163269 26.734694 75.938782 26.734694 C 77.502655 26.734694 78.733871 26.121838 80.176331 25.404083 C 82.216324 24.388775 84.678772 23.163265 89.102036 23.163265 C 96.653061 23.163265 98.18367 29.591837 98.18367 32.857143 C 98.18367 36.122448 94.510208 40.612244 88.18367 40.612244 C 83.733261 40.612244 82.217758 39.113266 81.431229 38.335102 C 81.323273 38.228367 81.228973 38.135101 81.142853 38.061226 C 81.653061 39.387756 84.204086 42.224487 89.102036 42.142857 C 89.034088 42.516937 87.346939 43.265305 81.142853 43.265305 C 73.387756 43.265305 67.367348 36.32653 67.367348 30.102041 C 67.367348 25.671429 68.504753 23.102039 69.160347 21.621019 C 69.425797 21.021429 69.612244 20.600206 69.612244 20.306122 C 69.612244 19.355593 68.549713 18.405062 67.579391 17.537003 C 67.508064 17.473183 67.437225 17.409817 67.367348 17.346939 C 66.346939 16.42857 66.14286 14.693878 66.244896 14.387756 C 66.346939 14.081635 66.755104 13.979591 66.85714 14.591835 C 66.959183 15.204082 67.979591 15.816326 68.693878 15.816326 C 68.98645 15.816326 69.142059 15.782082 69.293938 15.748672 C 69.512878 15.700508 69.72406 15.654041 70.32653 15.714287 C 70.836304 15.765266 71.452957 16.410797 71.809486 16.784061 C 71.866554 16.843777 71.916962 16.896549 71.959183 16.938774 C 72.049911 16.908531 72.158554 16.842449 72.282471 16.767059 Z M 81.755096 35.306122 C 82.149597 35.306122 82.469391 34.986328 82.469391 34.591835 C 82.469391 34.19735 82.149597 33.877548 81.755096 33.877548 C 81.360611 33.877548 81.040817 34.19735 81.040817 34.591835 C 81.040817 34.986328 81.360611 35.306122 81.755096 35.306122 Z"/>
    <path id="path3" fill="#cf3529" stroke="none" d="M 78.18367 12.448978 C 77.775513 12.766426 77.713882 13.572571 78.133331 13.984653 C 78.553329 14.460693 79.102036 14.452061 79.668976 14.035 C 83.489792 11.224491 93.591843 11.32653 97.979599 13.984653 C 98.476532 14.285713 99.070404 14.358795 99.450821 13.971615 C 99.450821 13.971615 99.450821 13.971615 99.482452 13.939346 C 99.894485 13.519897 99.918365 12.763142 99.404892 12.404797 C 94.204086 8.775509 82.775513 8.877552 78.18367 12.448978 Z"/>
    <path id="path4" fill="#cf3529" stroke="none" d="M 80.63266 16.122448 C 80.020401 16.42857 80.020401 17.142857 80.326538 17.653061 C 80.63266 18.163265 81.276932 18.173552 81.857147 17.857143 C 86.174896 15.928654 91.316742 15.710407 95.734695 17.959183 C 96.228363 18.210409 97.061218 18.265306 97.36734 17.653061 C 97.659592 17.068653 97.673462 16.530613 96.959183 16.122448 C 92.583466 13.622063 85.619598 13.331001 80.63266 16.122448 Z"/>
    <path id="path5" fill="#cf3529" stroke="none" d="M 82.877548 20.102041 C 82.265305 20.408163 82.163269 21.071428 82.469391 21.530613 C 82.945511 22.244898 83.591843 22.025309 84.14183 21.822653 C 87.877548 20.445713 89.918365 20.510204 93.489792 21.772243 C 94.213669 22.027958 94.714279 22.040817 95.122452 21.530613 C 95.428574 21.020409 95.366943 20.331713 94.612244 20 C 90.227753 18.072918 86.551025 18.061224 82.877548 20.102041 Z"/>
    <path id="Seriously-Simple" fill="#000000" fill-rule="evenodd" stroke="none" d="M 208.695313 24.455078 L 208.695313 13.416016 L 210.199219 13.416016 L 210.296875 14.167969 C 210.638199 13.858635 211.010681 13.629803 211.416016 13.480469 C 211.82135 13.331135 212.300797 13.255859 212.855469 13.255859 C 213.943466 13.255859 214.792389 13.552528 215.400391 14.144531 C 216.008392 14.736534 216.3125 15.714737 216.3125 17.080078 C 216.3125 18.44541 215.996521 19.467196 215.367188 20.144531 C 214.737854 20.821869 213.880966 21.160156 212.792969 21.160156 C 211.875626 21.160156 211.090118 20.946199 210.439453 20.519531 L 210.439453 24.455078 L 208.695313 24.455078 Z M 175.224609 23.816406 C 174.648605 23.816406 174.157288 23.741133 173.751953 23.591797 L 173.751953 22.296875 C 173.933289 22.360876 174.101196 22.402494 174.255859 22.423828 C 174.410538 22.445162 174.568512 22.455078 174.728516 22.455078 C 175.059189 22.455078 175.324677 22.403543 175.527344 22.296875 C 175.730011 22.190208 175.90979 22.022303 176.064453 21.792969 C 176.219131 21.563635 176.387039 21.266966 176.568359 20.904297 L 173.191406 13.416016 L 175 13.416016 L 177.431641 19.048828 L 179.896484 13.416016 L 181.6875 13.416016 L 178.599609 20.568359 C 178.332932 21.208363 178.048141 21.770523 177.744141 22.255859 C 177.44014 22.741194 177.087494 23.123056 176.6875 23.400391 C 176.287491 23.677725 175.800613 23.816406 175.224609 23.816406 Z M 151.576172 21.160156 C 150.210831 21.160156 149.210831 20.819389 148.576172 20.136719 C 147.941498 19.454048 147.623047 18.47637 147.623047 17.207031 C 147.623047 15.937691 147.943985 14.961967 148.583984 14.279297 C 149.223984 13.596626 150.221497 13.255859 151.576172 13.255859 C 152.941513 13.255859 153.943985 13.596626 154.583984 14.279297 C 155.223984 14.961967 155.544922 15.937691 155.544922 17.207031 C 155.544922 18.47637 155.226471 19.454048 154.591797 20.136719 C 153.957138 20.819389 152.952179 21.160156 151.576172 21.160156 Z M 159.015625 21.160156 C 158.108948 21.160156 157.413071 20.909538 156.927734 20.408203 C 156.442398 19.906866 156.199219 19.169888 156.199219 18.199219 L 156.199219 13.416016 L 157.943359 13.416016 L 157.943359 18.199219 C 157.943359 18.764553 158.082047 19.180597 158.359375 19.447266 C 158.636703 19.713934 159.064621 19.847656 159.640625 19.847656 C 160.067291 19.847656 160.461548 19.767424 160.824219 19.607422 C 161.18689 19.447422 161.5009 19.23542 161.767578 18.96875 L 161.767578 13.416016 L 163.496094 13.416016 L 163.496094 21 L 161.912109 21 L 161.832031 20.216797 C 161.490692 20.483465 161.084579 20.707336 160.615234 20.888672 C 160.145905 21.070005 159.612961 21.160156 159.015625 21.160156 Z M 167.095703 21.160156 C 166.573044 21.160156 166.07428 21.123495 165.599609 21.048828 C 165.124939 20.974161 164.73317 20.882059 164.423828 20.775391 L 164.423828 19.304688 C 164.786499 19.443354 165.185715 19.54838 165.623047 19.623047 C 166.060394 19.697714 166.476425 19.736328 166.871094 19.736328 C 167.46843 19.736328 167.896347 19.682838 168.152344 19.576172 C 168.408356 19.469505 168.535156 19.260508 168.535156 18.951172 C 168.535156 18.727173 168.459351 18.55183 168.304688 18.423828 C 168.150024 18.295826 167.919235 18.178936 167.615234 18.072266 C 167.311234 17.965599 166.924423 17.836834 166.455078 17.6875 C 166.00708 17.538166 165.617783 17.375217 165.287109 17.199219 C 164.956451 17.023216 164.700867 16.796867 164.519531 16.519531 C 164.338196 16.242195 164.248047 15.879642 164.248047 15.431641 C 164.248047 14.738304 164.498657 14.202885 165 13.824219 C 165.501343 13.445549 166.306671 13.255859 167.416016 13.255859 C 167.853348 13.255859 168.269394 13.28756 168.664063 13.351563 C 169.058731 13.415562 169.394547 13.495796 169.671875 13.591797 L 169.671875 15.048828 C 169.373215 14.931496 169.04483 14.83939 168.6875 14.775391 C 168.330154 14.711388 167.996826 14.679688 167.6875 14.679688 C 167.132828 14.679688 166.714294 14.728218 166.431641 14.824219 C 166.148972 14.920219 166.007813 15.112389 166.007813 15.400391 C 166.007813 15.699059 166.153931 15.908581 166.447266 16.03125 C 166.740601 16.153915 167.212616 16.321823 167.863281 16.535156 C 168.460617 16.716492 168.93512 16.908661 169.287109 17.111328 C 169.639114 17.313995 169.89415 17.557175 170.048828 17.839844 C 170.203491 18.122513 170.279297 18.487545 170.279297 18.935547 C 170.279297 19.682217 170.008835 20.23942 169.464844 20.607422 C 168.920837 20.975424 168.130386 21.160156 167.095703 21.160156 Z M 172.919922 21.160156 C 172.301254 21.160156 171.831726 21.007126 171.511719 20.703125 C 171.191727 20.399122 171.03125 19.895411 171.03125 19.191406 L 171.03125 10.216797 L 172.775391 10.216797 L 172.775391 19.03125 C 172.775391 19.329918 172.828873 19.533958 172.935547 19.640625 C 173.042206 19.747293 173.202682 19.800781 173.416016 19.800781 C 173.672012 19.800781 173.917679 19.767124 174.152344 19.703125 L 174.152344 20.96875 C 173.949677 21.043417 173.755035 21.092472 173.568359 21.119141 C 173.381699 21.145807 173.165253 21.160156 172.919922 21.160156 Z M 187.960938 21.160156 C 186.627594 21.160156 185.55481 20.989771 184.744141 20.648438 L 184.744141 19.111328 C 185.202805 19.281996 185.696609 19.420677 186.224609 19.527344 C 186.752609 19.63401 187.278107 19.6875 187.800781 19.6875 C 188.622116 19.6875 189.237778 19.592392 189.648438 19.400391 C 190.059113 19.208389 190.263672 18.824047 190.263672 18.248047 C 190.263672 17.896046 190.178482 17.613724 190.007813 17.400391 C 189.837143 17.187054 189.554825 17.002323 189.160156 16.847656 C 188.765488 16.692989 188.220688 16.530041 187.527344 16.359375 C 186.417999 16.071373 185.639404 15.706341 185.191406 15.263672 C 184.743408 14.821003 184.519531 14.210312 184.519531 13.431641 C 184.519531 12.524971 184.850388 11.816689 185.511719 11.304688 C 186.173065 10.792683 187.160645 10.535156 188.472656 10.535156 C 189.069992 10.535156 189.632156 10.578728 190.160156 10.664063 C 190.688156 10.749393 191.10173 10.844505 191.400391 10.951172 L 191.400391 12.488281 C 190.589722 12.178947 189.694229 12.023438 188.712891 12.023438 C 187.944885 12.023438 187.346588 12.125458 186.919922 12.328125 C 186.493256 12.530792 186.279297 12.898304 186.279297 13.431641 C 186.279297 13.740974 186.354568 13.991596 186.503906 14.183594 C 186.653244 14.375595 186.911301 14.541019 187.279297 14.679688 C 187.647293 14.818356 188.157928 14.973862 188.808594 15.144531 C 189.65126 15.357864 190.303574 15.610962 190.767578 15.904297 C 191.231583 16.197632 191.557465 16.538399 191.744141 16.927734 C 191.930801 17.31707 192.023438 17.757378 192.023438 18.248047 C 192.023438 19.154716 191.687622 19.86743 191.015625 20.384766 C 190.343613 20.902102 189.326263 21.160156 187.960938 21.160156 Z M 218.935547 21.160156 C 218.316879 21.160156 217.847351 21.007126 217.527344 20.703125 C 217.207336 20.399122 217.048828 19.895411 217.048828 19.191406 L 217.048828 10.216797 L 218.792969 10.216797 L 218.792969 19.03125 C 218.792969 19.329918 218.844513 19.533958 218.951172 19.640625 C 219.057846 19.747293 219.218292 19.800781 219.431641 19.800781 C 219.687637 19.800781 219.933304 19.767124 220.167969 19.703125 L 220.167969 20.96875 C 219.965302 21.043417 219.770645 21.092472 219.583984 21.119141 C 219.397324 21.145807 219.180878 21.160156 218.935547 21.160156 Z M 224.408203 21.160156 C 223.085526 21.160156 222.061279 20.834263 221.335938 20.183594 C 220.610596 19.532925 220.248047 18.535406 220.248047 17.191406 C 220.248047 15.975399 220.557114 15.016502 221.175781 14.3125 C 221.794449 13.608498 222.733505 13.255859 223.992188 13.255859 C 225.144196 13.255859 226.010468 13.557487 226.591797 14.160156 C 227.173141 14.762825 227.464844 15.538944 227.464844 16.488281 L 227.464844 17.896484 L 221.912109 17.896484 C 221.997437 18.632488 222.264877 19.138681 222.712891 19.416016 C 223.160889 19.69335 223.842438 19.832031 224.759766 19.832031 C 225.143768 19.832031 225.538025 19.79537 225.943359 19.720703 C 226.348694 19.646036 226.701324 19.548975 227 19.431641 L 227 20.712891 C 226.658661 20.862225 226.266876 20.974161 225.824219 21.048828 C 225.381546 21.123495 224.909531 21.160156 224.408203 21.160156 Z M 139.560547 21 L 139.560547 13.416016 L 141.160156 13.416016 L 141.255859 14.296875 C 141.61853 14.062206 142.051392 13.848251 142.552734 13.65625 C 143.054062 13.464252 143.548401 13.330524 144.039063 13.255859 L 144.039063 14.226563 L 144.136719 13.416016 L 146.871094 13.416016 L 146.871094 21 L 145.128906 21 L 145.128906 14.744141 L 143.976563 14.744141 L 143.994141 14.59375 C 143.707718 14.646713 143.402161 14.719975 143.072266 14.816406 C 142.725586 14.91774 142.397232 15.029675 142.087891 15.152344 C 141.778564 15.275009 141.518021 15.399342 141.304688 15.527344 L 141.304688 21 L 139.560547 21 Z M 193.144531 21 L 193.144531 14.744141 L 191.992188 14.744141 L 192.152344 13.416016 L 194.888672 13.416016 L 194.888672 21 L 193.144531 21 Z M 195.960938 21 L 195.960938 13.416016 L 197.560547 13.416016 L 197.640625 14.216797 C 198.013962 13.918129 198.423096 13.682384 198.871094 13.511719 C 199.319107 13.341049 199.800507 13.255859 200.3125 13.255859 C 200.856506 13.255859 201.279984 13.343529 201.583984 13.519531 C 201.887985 13.69553 202.119293 13.938709 202.279297 14.248047 C 202.631302 13.960045 203.03743 13.721825 203.496094 13.535156 C 203.954758 13.348488 204.504532 13.255859 205.144531 13.255859 C 206.019211 13.255859 206.664078 13.479733 207.080078 13.927734 C 207.496078 14.375736 207.703125 15.064182 207.703125 15.992188 L 207.703125 21 L 205.992188 21 L 205.992188 16.167969 C 205.992188 15.581299 205.868393 15.170216 205.623047 14.935547 C 205.377716 14.700878 204.9785 14.583984 204.423828 14.583984 C 204.061157 14.583984 203.717911 14.647388 203.392578 14.775391 C 203.067245 14.903389 202.787399 15.095558 202.552734 15.351563 C 202.584732 15.468895 202.604568 15.592701 202.615234 15.720703 C 202.6259 15.848701 202.632813 15.987385 202.632813 16.136719 L 202.632813 21 L 201.015625 21 L 201.015625 16.183594 C 201.015625 15.628925 200.920517 15.224754 200.728516 14.96875 C 200.536514 14.712749 200.173965 14.583984 199.640625 14.583984 C 199.267288 14.583984 198.91217 14.671658 198.576172 14.847656 C 198.240173 15.023659 197.938553 15.235134 197.671875 15.480469 L 197.671875 21 L 195.960938 21 Z M 212.34375 19.847656 C 213.815765 19.847656 214.552734 18.920458 214.552734 17.064453 C 214.552734 16.168449 214.387314 15.531013 214.056641 15.152344 C 213.725967 14.773674 213.171249 14.583984 212.392578 14.583984 C 211.613907 14.583984 210.962112 14.851429 210.439453 15.384766 L 210.439453 19.175781 C 210.684784 19.378448 210.959656 19.541395 211.263672 19.664063 C 211.567673 19.78673 211.92775 19.847656 212.34375 19.847656 Z M 151.576172 19.6875 C 152.376175 19.6875 152.943298 19.492851 153.279297 19.103516 C 153.615295 18.71418 153.783203 18.081703 153.783203 17.207031 C 153.783203 16.332359 153.615295 15.704315 153.279297 15.320313 C 152.943298 14.93631 152.376175 14.744141 151.576172 14.744141 C 150.786835 14.744141 150.22467 14.93631 149.888672 15.320313 C 149.552673 15.704315 149.384766 16.332359 149.384766 17.207031 C 149.384766 18.081703 149.552673 18.71418 149.888672 19.103516 C 150.22467 19.492851 150.786835 19.6875 151.576172 19.6875 Z M 221.912109 16.759766 L 225.927734 16.759766 L 225.927734 16.232422 C 225.927734 15.709755 225.784088 15.301147 225.496094 15.007813 C 225.208084 14.714478 224.721741 14.568359 224.039063 14.568359 C 223.228394 14.568359 222.671188 14.743702 222.367188 15.095703 C 222.063187 15.447704 221.912109 16.00243 221.912109 16.759766 Z M 144.984375 11.832031 L 144.984375 10.392578 L 146.888672 10.392578 L 146.888672 11.832031 L 144.984375 11.832031 Z M 193 11.832031 L 193 10.392578 L 194.904297 10.392578 L 194.904297 11.832031 L 193 11.832031 Z M 135.768005 21.16 C 134.445328 21.16 133.421341 20.834669 132.695999 20.184 C 131.970673 19.533331 131.608002 18.536007 131.608002 17.192001 C 131.608002 15.975994 131.917328 15.016003 132.536011 14.312 C 133.154678 13.607998 134.093338 13.256001 135.352005 13.256001 C 136.504013 13.256001 137.370667 13.557331 137.952011 14.16 C 138.53334 14.762669 138.824005 15.538662 138.824005 16.487999 L 138.824005 17.896 L 133.272003 17.896 C 133.35733 18.632004 133.624008 19.138666 134.072006 19.416 C 134.520004 19.693335 135.202667 19.832001 136.12001 19.832001 C 136.504013 19.832001 136.898666 19.794666 137.304001 19.719999 C 137.709335 19.645332 138.06134 19.549334 138.360001 19.431999 L 138.360001 20.712 C 138.018661 20.861334 137.626678 20.973333 137.184006 21.048 C 136.741333 21.122667 136.269333 21.16 135.768005 21.16 Z M 133.272003 16.759998 L 137.28801 16.759998 L 137.28801 16.231998 C 137.28801 15.709332 137.144012 15.301334 136.856003 15.007999 C 136.568008 14.714664 136.082672 14.568001 135.400009 14.568001 C 134.58934 14.568001 134.032013 14.743999 133.727997 15.096001 C 133.423996 15.448002 133.272003 16.002663 133.272003 16.759998 Z M 127.127998 21.16 C 125.794662 21.16 124.722672 20.989334 123.912003 20.648001 L 123.912003 19.112 C 124.370667 19.282667 124.863998 19.421333 125.391998 19.528 C 125.920006 19.634666 126.445328 19.688 126.968002 19.688 C 127.789337 19.688 128.405334 19.592001 128.81601 19.4 C 129.226669 19.207998 129.432007 18.824001 129.432007 18.248001 C 129.432007 17.896 129.346664 17.613335 129.17601 17.400002 C 129.005341 17.186665 128.722672 17.002666 128.328003 16.848 C 127.933334 16.693333 127.389336 16.530666 126.695999 16.360001 C 125.586662 16.071999 124.807999 15.706669 124.360001 15.264 C 123.911995 14.821331 123.688004 14.21067 123.688004 13.431999 C 123.688004 12.52533 124.018661 11.816002 124.68 11.304001 C 125.341339 10.791996 126.327995 10.535999 127.639999 10.535999 C 128.237335 10.535999 128.800003 10.578667 129.328003 10.664001 C 129.856003 10.749332 130.269333 10.845333 130.568008 10.952 L 130.568008 12.487999 C 129.757339 12.178665 128.861343 12.023998 127.879997 12.023998 C 127.112 12.023998 126.514671 12.125332 126.087997 12.327999 C 125.661331 12.530666 125.447998 12.898663 125.447998 13.431999 C 125.447998 13.741333 125.522667 13.992001 125.671997 14.183998 C 125.821335 14.375999 126.080002 14.541332 126.447998 14.68 C 126.816002 14.818668 127.325333 14.973331 127.975998 15.144001 C 128.81868 15.357334 129.472 15.610664 129.936005 15.903999 C 130.400009 16.197334 130.725342 16.538666 130.912003 16.928001 C 131.098679 17.317337 131.192001 17.757332 131.192001 18.248001 C 131.192001 19.154671 130.856003 19.866665 130.184006 20.384001 C 129.511993 20.901337 128.493347 21.16 127.127998 21.16 Z"/>
    <path id="Podcasting" fill="#000000" fill-rule="evenodd" stroke="none" d="M 206.400391 38.816406 C 205.835068 38.816406 205.268463 38.782227 204.703125 38.712891 C 204.137787 38.643555 203.65834 38.539059 203.263672 38.400391 L 203.263672 37.056641 C 203.690338 37.195309 204.181671 37.302284 204.736328 37.376953 C 205.291 37.451622 205.81897 37.488281 206.320313 37.488281 C 207.088303 37.488281 207.647995 37.44471 208 37.359375 C 208.352005 37.27404 208.527344 37.081871 208.527344 36.783203 C 208.527344 36.5592 208.442154 36.403168 208.271484 36.3125 C 208.100815 36.221832 207.776871 36.175781 207.296875 36.175781 L 205.248047 36.175781 C 203.87204 36.175781 203.183594 35.691376 203.183594 34.720703 C 203.183594 34.411369 203.273743 34.122135 203.455078 33.855469 C 203.636414 33.588799 203.925644 33.386715 204.320313 33.248047 C 203.882965 33.034714 203.559555 32.740524 203.351563 32.367188 C 203.143555 31.993853 203.039063 31.546106 203.039063 31.023438 C 203.039063 30.052767 203.330765 29.349443 203.912109 28.912109 C 204.493439 28.474773 205.36467 28.255859 206.527344 28.255859 C 206.772675 28.255859 207.030197 28.275166 207.296875 28.3125 C 207.563538 28.349833 207.770584 28.384016 207.919922 28.416016 L 210.703125 28.416016 L 210.65625 29.552734 L 209.376953 29.552734 C 209.57962 29.723402 209.72821 29.935406 209.824219 30.191406 C 209.920212 30.447409 209.96875 30.72477 209.96875 31.023438 C 209.96875 31.834108 209.723099 32.471542 209.232422 32.935547 C 208.74176 33.399548 207.999817 33.632813 207.007813 33.632813 C 206.837143 33.632813 206.679169 33.623421 206.535156 33.607422 C 206.391159 33.591423 206.235123 33.574066 206.064453 33.552734 C 205.744461 33.584732 205.455215 33.669926 205.199219 33.808594 C 204.943222 33.947258 204.816406 34.132519 204.816406 34.367188 C 204.816406 34.527187 204.879822 34.643555 205.007813 34.712891 C 205.135818 34.782227 205.349777 34.816406 205.648438 34.816406 L 207.775391 34.816406 C 208.53273 34.816406 209.116669 34.979355 209.527344 35.304688 C 209.938019 35.630024 210.144531 36.102036 210.144531 36.720703 C 210.144531 37.467373 209.821121 38.002789 209.175781 38.328125 C 208.530457 38.653458 207.605743 38.816406 206.400391 38.816406 Z M 182.960938 36.160156 C 182.438263 36.160156 181.939514 36.123497 181.464844 36.048828 C 180.990173 35.974159 180.596451 35.882057 180.287109 35.775391 L 180.287109 34.304688 C 180.64978 34.443356 181.050934 34.548378 181.488281 34.623047 C 181.925613 34.697716 182.34166 34.736328 182.736328 34.736328 C 183.333679 34.736328 183.759613 34.682838 184.015625 34.576172 C 184.271622 34.469505 184.400391 34.260506 184.400391 33.951172 C 184.400391 33.727173 184.322632 33.551826 184.167969 33.423828 C 184.013306 33.29583 183.78447 33.178932 183.480469 33.072266 C 183.176468 32.965599 182.789642 32.836834 182.320313 32.6875 C 181.872299 32.538166 181.483017 32.375221 181.152344 32.199219 C 180.821686 32.023216 180.566101 31.796865 180.384766 31.519531 C 180.20343 31.242195 180.111328 30.879644 180.111328 30.431641 C 180.111328 29.738304 180.361954 29.202888 180.863281 28.824219 C 181.364624 28.445551 182.169952 28.255859 183.279297 28.255859 C 183.716629 28.255859 184.132675 28.287563 184.527344 28.351563 C 184.922012 28.415564 185.257828 28.495798 185.535156 28.591797 L 185.535156 30.048828 C 185.236496 29.931494 184.910065 29.839392 184.552734 29.775391 C 184.195404 29.711391 183.862061 29.679688 183.552734 29.679688 C 182.998062 29.679688 182.579544 29.728218 182.296875 29.824219 C 182.014206 29.920219 181.871094 30.112391 181.871094 30.400391 C 181.871094 30.699059 182.019165 30.908583 182.3125 31.03125 C 182.605835 31.153917 183.07785 31.321823 183.728516 31.535156 C 184.325851 31.716492 184.800354 31.908661 185.152344 32.111328 C 185.504349 32.313995 185.757446 32.557175 185.912109 32.839844 C 186.066772 33.122513 186.144531 33.487541 186.144531 33.935547 C 186.144531 34.682217 185.872131 35.239418 185.328125 35.607422 C 184.784119 35.975426 183.995605 36.160156 182.960938 36.160156 Z M 189.552734 36.160156 C 188.742065 36.160156 188.136337 35.943722 187.736328 35.511719 C 187.336334 35.079716 187.136719 34.49081 187.136719 33.744141 L 187.136719 29.775391 L 186.015625 29.775391 L 186.015625 28.416016 L 187.136719 28.416016 L 187.136719 26.671875 L 188.863281 26.144531 L 188.863281 28.416016 L 190.880859 28.416016 L 190.767578 29.775391 L 188.863281 29.775391 L 188.863281 33.648438 C 188.863281 34.085773 188.965302 34.392357 189.167969 34.568359 C 189.370636 34.744362 189.701477 34.832031 190.160156 34.832031 C 190.448151 34.832031 190.752258 34.778542 191.072266 34.671875 L 191.072266 35.904297 C 190.65625 36.074966 190.15007 36.160156 189.552734 36.160156 Z M 192.224609 36 L 192.224609 29.744141 L 191.072266 29.744141 L 191.232422 28.416016 L 193.96875 28.416016 L 193.96875 36 L 192.224609 36 Z M 195.039063 36 L 195.039063 28.416016 L 196.640625 28.416016 L 196.720703 29.216797 C 197.062042 28.950129 197.468689 28.721825 197.943359 28.535156 C 198.41803 28.34849 198.943527 28.255859 199.519531 28.255859 C 200.50087 28.255859 201.216064 28.48469 201.664063 28.943359 C 202.112061 29.402029 202.335938 30.117222 202.335938 31.087891 L 202.335938 36 L 200.607422 36 L 200.607422 31.167969 C 200.607422 30.581301 200.488052 30.170214 200.248047 29.935547 C 200.008041 29.700878 199.557831 29.583984 198.896484 29.583984 C 198.501816 29.583984 198.115005 29.664219 197.736328 29.824219 C 197.357666 29.984221 197.039215 30.191265 196.783203 30.447266 L 196.783203 36 L 195.039063 36 Z M 206.527344 32.527344 C 207.220688 32.527344 207.704559 32.410446 207.976563 32.175781 C 208.248566 31.941113 208.384766 31.541899 208.384766 30.976563 C 208.384766 30.411226 208.248566 30.000143 207.976563 29.744141 C 207.704559 29.48814 207.220688 29.359375 206.527344 29.359375 C 205.876678 29.359375 205.402176 29.483181 205.103516 29.728516 C 204.80484 29.97385 204.65625 30.389893 204.65625 30.976563 C 204.65625 31.520565 204.797409 31.914822 205.080078 32.160156 C 205.362747 32.405491 205.844681 32.527344 206.527344 32.527344 Z M 192.080078 26.832031 L 192.080078 25.392578 L 193.984375 25.392578 L 193.984375 26.832031 L 192.080078 26.832031 Z M 175.007996 36.16 C 174.528 36.16 174.082672 36.074669 173.671997 35.903999 C 173.261337 35.733334 172.933334 35.47467 172.688004 35.127998 C 172.442673 34.781334 172.320007 34.352001 172.320007 33.84 C 172.320007 33.114662 172.567993 32.53067 173.063995 32.087997 C 173.559998 31.64533 174.325333 31.424 175.360001 31.424 L 177.792007 31.424 L 177.792007 31.087999 C 177.792007 30.725332 177.736008 30.437334 177.623993 30.224001 C 177.511993 30.010666 177.309341 29.856001 177.016006 29.76 C 176.722672 29.664 176.293335 29.615999 175.727997 29.615999 C 174.832001 29.615999 173.994675 29.749332 173.216003 30.016001 L 173.216003 28.719999 C 173.557343 28.581333 173.973328 28.469334 174.464005 28.384001 C 174.954666 28.298666 175.482666 28.256001 176.048004 28.256001 C 177.157333 28.256001 178.00267 28.479998 178.584 28.927999 C 179.165329 29.376001 179.455994 30.106661 179.455994 31.120001 L 179.455994 36 L 177.968002 36 L 177.856003 35.232002 C 177.546661 35.53067 177.165329 35.759998 176.712006 35.919998 C 176.258667 36.080002 175.690674 36.16 175.007996 36.16 Z M 175.472 34.911999 C 175.994675 34.911999 176.450668 34.824001 176.839996 34.647999 C 177.22934 34.472 177.546661 34.234669 177.792007 33.936001 L 177.792007 32.608002 L 175.391998 32.608002 C 174.880005 32.608002 174.509338 32.706665 174.279999 32.903999 C 174.050659 33.101334 173.936005 33.402664 173.936005 33.807999 C 173.936005 34.202667 174.069336 34.485332 174.335999 34.655998 C 174.602661 34.826668 174.981339 34.911999 175.472 34.911999 Z M 169.744003 36.16 C 168.41066 36.16 167.402664 35.821335 166.720001 35.144001 C 166.037323 34.466663 165.695999 33.488007 165.695999 32.208 C 165.695999 30.87466 166.071991 29.882669 166.824005 29.232 C 167.576004 28.581329 168.581329 28.256001 169.839996 28.256001 C 170.362671 28.256001 170.802658 28.293333 171.160004 28.368 C 171.517334 28.442667 171.861328 28.559999 172.192001 28.719999 L 172.192001 30.016001 C 171.637329 29.738665 170.965332 29.6 170.175995 29.6 C 169.301331 29.6 168.629333 29.794664 168.160004 30.184 C 167.690659 30.573336 167.455994 31.247995 167.455994 32.208 C 167.455994 33.11467 167.664001 33.778664 168.080002 34.200001 C 168.496002 34.621334 169.18399 34.832001 170.143997 34.832001 C 170.901337 34.832001 171.589325 34.688004 172.207993 34.400002 L 172.207993 35.728001 C 171.856003 35.866669 171.479996 35.973335 171.080002 36.048 C 170.679993 36.122665 170.234665 36.16 169.744003 36.16 Z M 160.960007 36.16 C 160.277328 36.16 159.674667 36.042667 159.151993 35.807999 C 158.629333 35.573334 158.223999 35.184002 157.936005 34.639999 C 157.647995 34.095997 157.503998 33.365337 157.503998 32.447998 C 157.503998 31.541328 157.658661 30.776003 157.968002 30.152 C 158.277328 29.527996 158.706665 29.056002 159.255997 28.736 C 159.805344 28.415998 160.426666 28.256001 161.119995 28.256001 C 161.578674 28.256001 161.986664 28.309332 162.343994 28.416 C 162.70134 28.522667 163.045334 28.688 163.376007 28.912001 L 163.376007 25.216 L 165.119995 25.216 L 165.119995 36 L 163.632004 36 L 163.520004 35.248001 C 163.178665 35.557335 162.805328 35.786667 162.399994 35.936001 C 161.994659 36.085335 161.514664 36.16 160.960007 36.16 Z M 161.423996 34.848 C 162.202667 34.848 162.853333 34.581337 163.376007 34.048 L 163.376007 30.256001 C 162.874664 29.807999 162.245331 29.584 161.488007 29.584 C 160.751999 29.584 160.197342 29.82933 159.824005 30.32 C 159.450668 30.810669 159.264008 31.52533 159.264008 32.464001 C 159.264008 33.37067 159.437332 33.994667 159.783997 34.335999 C 160.130661 34.677334 160.677322 34.848 161.423996 34.848 Z M 153.119995 36.16 C 151.754654 36.16 150.754669 35.818672 150.119995 35.136002 C 149.485336 34.453331 149.167999 33.477341 149.167999 32.208 C 149.167999 30.93866 149.487991 29.962669 150.128006 29.280001 C 150.768005 28.59733 151.76532 28.256001 153.119995 28.256001 C 154.485336 28.256001 155.487991 28.59733 156.128006 29.280001 C 156.768005 29.962669 157.087997 30.93866 157.087997 32.208 C 157.087997 33.477341 156.770676 34.453331 156.136002 35.136002 C 155.501328 35.818672 154.496002 36.16 153.119995 36.16 Z M 153.119995 34.688 C 153.919998 34.688 154.487991 34.493336 154.824005 34.104 C 155.160004 33.714664 155.328003 33.082672 155.328003 32.208 C 155.328003 31.333328 155.160004 30.704002 154.824005 30.32 C 154.487991 29.935999 153.919998 29.743999 153.119995 29.743999 C 152.330658 29.743999 151.768005 29.935999 151.432007 30.32 C 151.095993 30.704002 150.927994 31.333328 150.927994 32.208 C 150.927994 33.082672 151.095993 33.714664 151.432007 34.104 C 151.768005 34.493336 152.330658 34.688 153.119995 34.688 Z M 141.007996 36 L 141.007996 25.695999 L 145.600006 25.695999 C 146.389343 25.695999 147.039993 25.845331 147.552002 26.143999 C 148.063995 26.442669 148.442673 26.850664 148.688004 27.368 C 148.933334 27.885336 149.056 28.474663 149.056 29.136 C 149.056 30.160006 148.738663 30.981331 148.104004 31.6 C 147.46933 32.21867 146.613342 32.528 145.535995 32.528 L 142.751999 32.528 L 142.751999 36 Z M 142.751999 31.152 L 145.216003 31.152 C 145.909332 31.152 146.431992 30.970669 146.783997 30.608 C 147.136002 30.245331 147.311996 29.754669 147.311996 29.136 C 147.311996 28.474663 147.143997 27.962669 146.807999 27.6 C 146.472 27.237331 145.968002 27.056 145.296005 27.056 L 142.751999 27.056 Z"/>
</svg>
PK[jFZ��͎))%images/succes_marieke_bubble_optm.svgnu�[���<svg role="img" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 360"><circle cx="226" cy="211" r="149" fill="#f0ecf0"/><path d="M173.53,189.38s-35.47-5.3-41.78-11c-9.39-24.93-29.61-48-35.47-66.21-.71-2.24,3.72-11.39,3.53-15.41s-5.34-11.64-5.23-14-.09-15.27-.09-15.27l-4.75-.72s-5.13,6.07-3.56,9.87c-1.73-4.19,4.3,7.93.5,9.35,0,0-6-5.94-11.76-8.27s-19.57-3.65-19.57-3.65L43.19,73l-4.42.6L31,69.7l-2.85,5.12,7.53,5.29L40.86,92,58.05,102.2l10.2,10.56,9.86,3.56s26.49,79.67,45,92c17,11.33,37.23,15.92,37.23,15.92Z" fill="#fbd2a6"/><path d="M270.52,345.13c2.76-14.59,15.94-35.73,30.24-54.58,16.22-21.39,14-79.66-33.19-91.46-17.3-4.32-52.25-1-59.85-3.41C186.54,189,170,187,168,190.17c-5,10.51-7.73,27.81-5.51,36.26,1.18,4.73,3.54,5.91,20.49,13.4-5.12,15-16.35,26.3-22.86,37s7.88,27.2,7.1,33.51c-.48,3.8-4.26,21.13-7.18,34.25a149.47,149.47,0,0,0,110.3,8.66A25.66,25.66,0,0,1,270.52,345.13Z" fill="#a4286a"/><path d="M206.76,66.43c-5,14.4-1.42,25.67-3.93,40.74-10,60.34-24.08,43.92-31.44,93.6,7.24-14.19,14.32-15.82,20.63-23.11-.83,3.09-10.25,13.75-8.05,34.81,9.85-8.51,6.35-8.75,11.86-8.54.36,3.25,3.53,3.22-3.59,10.53,2.52.69,17.42-14.32,20.16-12.66s0,5.72-6,7.76c2.15,2.2,30.47-3.87,43.81-14.71,4.93-4,10-13.16,13.38-18.2,7.17-10.62,12.38-24.77,17.71-36.6,8.94-19.87,15.09-39.34,16.11-61.31C297.94,68.3,294,60.3,293,49.88,290.43,22.08,225.37,12.62,206.76,66.43Z" fill="#9a5815"/><path d="M277.74,179.06c.62-.79,1.24-1.59,1.84-2.39C278.73,179.26,278.06,180.4,277.74,179.06Z" fill="#efb17c"/><path d="M216.1,206.72c3.69-5.42,8.28-3.35,15.57-8.28,3.76-3.06,1.57-9.46,1.77-11.82,18.25,4.56,37.38-1.18,49.07-16,.62,5.16-2.77,22.27-.2,27,4.73,8.67,13.4,18.92,13.4,18.92-35.47-2.76-63.45,39-89.86,44.54C211.37,232.34,203.49,225.24,216.1,206.72Z" fill="#fbd2a6"/><path d="M235.21,167.9l53.21-25.23s-3.65,24-6.5,32.72C217.87,238.05,235.45,168.06,235.21,167.9Z" fill="#f6b488"/><path d="M277.68,178.82v0Z" fill="#efb17c"/><path d="M226.86,50.64C215,59.31,206.37,93.21,204,95.57c-19.46,19.47-3.59,41.39-3.94,51.24-.2,5.52-4.14,25.42,5.72,29.36,22.22,8.89,60-3.48,67.19-12.61,13.28-16.75,40.89-94.78,17.74-108.19C282.79,50.79,247.93,35.19,226.86,50.64Z" fill="#fbd2a6"/><path d="M243.69,143.66c-10.7-6.16-8.56-6.73-19.76-12.71-3.86-2.07-3.94.64-6.32,0-2.91-.79-1.39-2.74-5.37-3.48-6.52-1.21-3.67,3.63-3.15,6,1.32,6.15-8.17,17.3,3.26,21.42C225,159.44,233.73,145.48,243.69,143.66Z" fill="#e5766c"/><path d="M240.68,143.9c-11.49-5.53-11.65-8.17-24.64-11.69-8.6-2.32-5.53,1-5.69,4.42-.2,4.16-1.26,9.87,4.9,12.66C224.25,153.38,233.41,143.27,240.68,143.9Z" fill="#fff"/><path d="M241.38,103c-.16,1.26-.06,4.9,5.46,8.25,11.43-4.73,16.36-2.56,17-3.33,1.48-1.76-2-8.87-7.88-9.85C250.38,97.13,241.82,99.31,241.38,103Z" fill="#fff"/><path d="M263.53,108.19c-4.32-4.33-6.85-6.24-12.26-8.21-2.77-1-6.18.18-8.65,1.67a3.65,3.65,0,0,0-1.24,1.23l-.12,0a3.73,3.73,0,0,1,1-1.52,12.53,12.53,0,0,1,11.93-3c4.73,1,9.43,4.63,9.42,9.82Z" fill="#000001"/><circle cx="254.13" cy="104.05" r="4.19" fill="#000001"/><path d="M225.26,99.22c-.29,1-6.6,3.45-10.92,1.48-1.15-3.24-5-6.43-5.25-6.71-.5-2.86,5.55-8,10.06-6.3A10.21,10.21,0,0,1,225.26,99.22Z" fill="#fff"/><path d="M209.29,94.21c-.19-2.34,1.84-4.1,3.65-5.2,7-3.87,13.18,3,12.43,10h-.12c-.14-4-2.38-8.44-6.47-9.11a3.19,3.19,0,0,0-2.42.31c-1.37.85-2.38,2-3.89,2.56-1,.45-1.92.42-3,1.4l-.22,0Z" fill="#000001"/><circle cx="219.55" cy="95.28" r="4" fill="#000001"/><path d="M218.66,120.27a27.32,27.32,0,0,0,4.54,3.45c-2.29-.72-4.28-.69-6.32-2.27-2.53-2-3.39-5.16-.73-7.72,10.24-9.82,12.56-13.82,14.77-24.42-1,12.37-6,17.77-10.63,23.18C217.76,115.46,215.61,117.55,218.66,120.27Z" fill="#efb17c"/><path d="M231.22,69.91c-.67-3.41-8.78-2.83-11.06-1.93-3.48,1.39-6.08,5.22-7.13,8.53,2.9-4.3,6.74-8.12,12.46-6,1.16.42,3.18,2.35,4.48,1.85S231,70.16,231.22,69.91Z" fill="#a57c52"/><path d="M263.38,78.47c-2.75-1.66-12.24-5.08-12.18.82,2.56.24,5-.19,7.64.95C270.06,85,271.61,97.85,271.69,98.1c.2-.53.1,1.26.23.7C271.9,99,272.87,86.68,263.38,78.47Z" fill="#a57c52"/><path d="M53.43,250.73c6.29,0-.6-.17,7.34,0,1.89.05-2.38-.7,0-.69,4.54-4.2,12.48-.74,20.6-2.45,4.55.35,3.93,1.35,5.59,4.19,4.89,8.38,4.78,14.21,14,19.56,16.42,8.38,66,12.92,88.49,18.86,5.52.83,42.64-20.15,61-23.75,6.51,10.74,11.46,28.68,8.39,34.93-6.54,13.3-57.07,25.4-75.91,25.15C156.47,326.18,94,294,92.2,293c-.94-.57.7-.7-7.68,0s-10.15.72-17.47-1.4c-3-.87-4.61-1.33-6.33-3.54-2,.22-3.39.2-4.78-1-3.15-2.74-4.84-6.61-2.73-10.06,0,0-.08,0-.12,0-3.35-2.48-6.54-7.69-3.08-11.72,1-1.18,6.06-1.94,7.77-2.28-1.58-.29-6.37.19-7.49-.72C47.23,259.78,45.33,250.73,53.43,250.73Z" fill="#fbd2a6"/><path d="M303.22,237.52c-9.87-11.88-41.59,8.19-47.8,12.34s-14.89,17.95-14.89,17.95c6,9.43,8.36,31,5.65,46.34l30.51-3s18-15.62,22.59-28.7,6.3-42.54,6.3-42.54" fill="#a4286a"/><path d="M278.63,31.67c-6.08,0-22.91,4.07-22.93,12.91,0,11,47.9,38.38,16.14,85.85,10.21-.79,10.79-8.12,14.92-14.93-3.66,77-49.38,93.58-40.51,142.25,7.68-25.81,20.3-11.62,38.13-33.84,3.45,4.88,9,18.28-9.46,33.78,50-31.26,57.31-56.6,51.92-95C319.93,113.53,348.7,42,278.63,31.67Z" fill="#cb9833"/><path d="M283.64,126.83c-2.42,9.67-8,15.76-1.48,16.46A21.26,21.26,0,0,0,302,132.6c5.17-8.52,3.93-16.44-2.46-18S286.06,117.16,283.64,126.83Z" fill="#fbd2a6"/><path d="M38,73.45c1.92,2,4.25,9.21,6.32,10.91,2.25,1.85,5.71,2.12,8.1,4.45,3.66-2,6-8.72,10-9.31C59.83,80.81,58,83,55.49,84.38c-1.42.8-3,1.31-4.38,2.25-2.16-1.46-4.27-1.77-6.26-3.38C42.33,81.23,39.54,75.25,38,73.45Z" fill="#efb17c"/><path d="M39,74.4c4.83,1.1,12.52,6.44,15.89,10C51.67,83.06,40.16,78.25,39,74.4Z" fill="#efb17c"/><path d="M39.62,72.9c6.71-.79,18,1.54,23.29,5.9-3.85-.2-5.42-1.48-9-2.94C49.83,74.17,45.08,73.83,39.62,72.9Z" fill="#efb17c"/><path d="M86.05,87.48C82.33,86.16,75.53,86.35,72.83,91c2-1.16,1.84-2.11,4.18-1.72-3.81-4.15,8.16-.74,11.6-.24" fill="#efb17c"/><path d="M85.83,102.19c.56-3.29-8-7.81-10.58-9.17C69,89.73,63.09,94.38,55.92,88.49c5.94,6.1,14.23,2.5,19.55,5.76,3.06,1.88,8.65,6.09,9.35,9.38C84.59,103.23,86.11,102.19,85.83,102.19Z" fill="#efb17c"/><circle cx="38.13" cy="30.03" r="3.14" fill="#b89ac8"/><circle cx="60.26" cy="39.96" r="3.14" fill="#e31e0c"/><circle cx="50.29" cy="25.63" r="3.14" fill="#3baa45"/><circle cx="22.19" cy="19.21" r="3.14" fill="#2ca9e1"/><circle cx="22.19" cy="30.03" r="3.14" fill="#e31e0c"/><circle cx="26.86" cy="8.28" r="3.14" fill="#3baa45"/><circle cx="49.32" cy="39.99" r="3.14" fill="#e31e0c"/><circle cx="63.86" cy="59.52" r="3.14" fill="#f8ad39"/><circle cx="50.88" cy="50.72" r="3.14" fill="#3baa45"/><circle cx="63.47" cy="76.17" r="3.14" fill="#e31e0c"/><circle cx="38.34" cy="14.83" r="3.14" fill="#2ca9e1"/><circle cx="44.44" cy="5.92" r="3.14" fill="#f8ad39"/><circle cx="57.42" cy="10.24" r="3.14" fill="#e31e0c"/><circle cx="66.81" cy="12.4" r="3.14" fill="#2ca9e1"/><circle cx="77.95" cy="5.14" r="3.14" fill="#b89ac8"/><circle cx="77.95" cy="30.34" r="3.14" fill="#e31e0c"/><circle cx="80.97" cy="16.55" r="3.14" fill="#f8ad39"/><circle cx="62.96" cy="27.27" r="3.14" fill="#3baa45"/><circle cx="75.36" cy="48.67" r="3.14" fill="#2ca9e1"/><circle cx="76.11" cy="65.31" r="3.14" fill="#3baa45"/><path d="M78.58,178.43C54.36,167.26,32,198.93,5,198.93c19.56,20.49,63.53,1.52,69,15.5C75.48,200.42,78.11,183.53,78.58,178.43Z" fill="#71b026"/><path d="M67.75,251.08c0-4.65,10.13-72.65,10.13-72.65h2.8l-9.09,72.3Z" fill="#074a67"/><ellipse cx="255.38" cy="103.18" rx="1.84" ry="1.77" fill="#fff"/><ellipse cx="221.24" cy="94.75" rx="1.84" ry="1.77" fill="#fff"/></svg>PK[jFZ�aD��;�;images/tec-logo.svgnu�[���<svg width="280" height="50" viewBox="0 0 280 119" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M143.062 49.1982C140.605 50.1949 138.331 50.7325 136.678 50.6435C134.537 50.5242 133.623 49.5798 133.62 49.2246C133.618 48.9718 134.416 48.1796 136.881 48.0004C137.267 47.9729 137.675 47.9553 138.095 47.9553C139.779 47.9553 141.653 48.2324 143.062 49.1982M147.657 70.9116C138.649 73.3963 129.13 71.1045 123.402 65.0681C119.349 60.7968 117.99 55.4513 119.673 50.4027C123.058 40.245 139.281 34.1481 149.649 34.1481C149.761 34.1481 149.872 34.1486 149.982 34.1503C153.845 34.1998 156.521 35.1337 156.965 36.5888C157.213 37.403 156.625 38.8284 155.392 40.4006C153.217 43.175 149.911 45.6894 146.548 47.5337C144.416 45.1947 140.996 44.1304 136.623 44.4454C131.754 44.7989 130.038 47.1616 130.055 49.2549C130.075 51.5373 132.288 53.9698 136.48 54.2029C139.018 54.3414 142.051 53.5597 145.096 52.2272C145.543 53.9808 145.405 56.2814 144.673 59.0245C144.42 59.975 144.985 60.9523 145.936 61.2058C146.886 61.4592 147.863 60.8941 148.117 59.9425C149.111 56.2154 149.185 53.0892 148.342 50.6055C152.318 48.3742 155.993 45.4102 158.197 42.6005C160.265 39.9635 160.997 37.591 160.374 35.5482C159.922 34.0651 158.857 32.8887 157.252 32.0542C157.374 18.6609 159.748 9.40965 161.886 9.39701H161.899C162.213 9.39701 162.638 9.46737 163.158 9.98466C164.895 11.7108 166.964 17.3773 166.964 34.5719C166.964 51.5379 165.512 65.9828 147.657 70.9116M130.651 31.3406C130.649 31.2961 130.655 31.2521 130.649 31.2071C130.641 31.1427 130.634 31.0746 130.625 31.0086C130.369 27.3513 130.808 24.4692 131.923 22.9234C132.477 22.1559 133.172 21.7448 134.111 21.6293C135.419 21.4716 136.483 21.8091 137.377 22.6677C139.108 24.3317 140.118 27.9296 140.022 31.8656C137.054 32.5979 134.015 33.6407 131.128 34.9831C130.901 33.7055 130.744 32.4885 130.651 31.3406M146.005 25.1305C146.662 24.4164 147.499 24.069 148.567 24.069C150.265 24.069 151.002 24.6242 151.41 25.042C152.385 26.0408 152.911 27.978 152.983 30.7992C152.07 30.6727 151.085 30.5991 150.028 30.5859C149.907 30.5842 149.787 30.5837 149.666 30.5837C148.057 30.5837 146.303 30.7233 144.473 30.9894C144.394 28.4041 144.934 26.2975 146.005 25.1305M165.672 7.45649C164.602 6.39334 163.297 5.83208 161.896 5.83208H161.864C157.168 5.86011 155.548 12.8668 154.737 18.1348C154.5 19.6806 154.316 21.2583 154.173 22.7854C154.103 22.7073 154.035 22.6265 153.961 22.5518C152.636 21.1934 150.82 20.5046 148.567 20.5046C146.504 20.5046 144.71 21.2698 143.38 22.7189C143.001 23.1323 142.675 23.6111 142.38 24.1245C141.792 22.5781 140.971 21.178 139.847 20.0978C138.179 18.4943 136.046 17.8 133.676 18.0913C131.766 18.3261 130.16 19.2749 129.032 20.8372C129.028 20.8443 129.024 20.852 129.019 20.8581C127.066 11.1171 123.353 -0.645256 116.874 0.0275989C115.279 0.195263 113.871 1.05337 112.8 2.50793C107.802 9.30245 110.147 29.5068 112.32 40.3736C112.49 41.2207 113.234 41.8073 114.066 41.8073C114.182 41.8073 114.3 41.7958 114.418 41.7721C115.383 41.5792 116.009 40.6402 115.816 39.6749C112.177 21.4793 112.989 8.26733 115.672 4.6205C116.302 3.76349 116.873 3.61176 117.247 3.57273C120.823 3.20057 125.229 15.6968 127.089 31.4687C127.238 33.4219 127.534 35.2508 127.819 36.6724C127.82 36.679 127.823 36.685 127.825 36.6916C122.469 39.7788 118.049 44.0001 116.291 49.2758C114.178 55.6135 115.828 62.2645 120.816 67.522C125.687 72.6542 132.873 75.4605 140.416 75.4605C143.13 75.46 145.891 75.0966 148.606 74.3473C168.852 68.7589 170.529 52.3437 170.529 34.5719C170.529 19.3667 168.985 10.751 165.672 7.45649" fill="#0F1031"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.2216 96.9075H0.343574C0.153921 96.9075 0 97.0614 0 97.251V99.9749C0 100.165 0.153921 100.318 0.343574 100.318H6.40697V117.896C6.40697 118.085 6.56144 118.24 6.75054 118.24H9.84546C10.0351 118.24 10.189 118.085 10.189 117.896V100.318H16.2216C16.4113 100.318 16.5652 100.165 16.5652 99.9749V97.251C16.5652 97.0614 16.4113 96.9075 16.2216 96.9075" fill="#0F1031"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.2181 102.231C25.4612 102.231 23.6224 102.964 22.2685 104.197V97.2508C22.2685 97.0617 22.1145 96.9073 21.9249 96.9073H19.1395C18.9498 96.9073 18.7959 97.0617 18.7959 97.2508V117.896C18.7959 118.086 18.9498 118.24 19.1395 118.24H21.9249C22.1145 118.24 22.2685 118.086 22.2685 117.896V107.332C23.0084 106.365 24.4563 105.395 26.0417 105.395C28.0356 105.395 28.886 106.255 28.886 108.27V117.896C28.886 118.086 29.0399 118.24 29.2296 118.24H32.0155C32.2046 118.24 32.3591 118.086 32.3591 117.896V107.341C32.3591 103.999 30.5813 102.231 27.2181 102.231" fill="#0F1031"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.795 105.209C45.4127 105.209 46.7744 107.09 46.9772 108.978H38.599C38.8865 107.09 40.2849 105.209 42.795 105.209M42.7949 102.231C38.329 102.231 34.9614 105.746 34.9614 110.406C34.9614 115.237 38.2845 118.611 43.0428 118.611C45.5737 118.611 47.7325 117.806 49.2876 116.285C49.4091 116.166 49.4262 115.979 49.3272 115.84L48.0271 114.014C47.9678 113.93 47.8754 113.878 47.7737 113.87C47.6731 113.865 47.5714 113.902 47.5011 113.973C46.5044 114.997 44.9031 115.633 43.3215 115.633C40.3201 115.633 38.9265 113.521 38.6335 111.678H50.0688C50.2584 111.678 50.4124 111.524 50.4124 111.335V110.653C50.4124 105.694 47.2801 102.231 42.7949 102.231" fill="#0F1031"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M72.5495 96.9075H58.6828C58.4937 96.9075 58.3392 97.0614 58.3392 97.251V117.896C58.3392 118.085 58.4937 118.24 58.6828 118.24H72.5495C72.7391 118.24 72.893 118.085 72.893 117.896V115.172C72.893 114.983 72.7391 114.829 72.5495 114.829H62.1213V109.078H72.3323C72.522 109.078 72.6759 108.924 72.6759 108.735V106.011C72.6759 105.821 72.522 105.667 72.3323 105.667H62.1213V100.318H72.5495C72.7391 100.318 72.893 100.165 72.893 99.9749V97.251C72.893 97.0614 72.7391 96.9075 72.5495 96.9075" fill="#0F1031"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M89.791 102.603H86.7884C86.6472 102.603 86.5218 102.687 86.469 102.819L82.1147 113.749L77.7604 102.819C77.7082 102.687 77.5823 102.603 77.441 102.603H74.4698C74.3549 102.603 74.2488 102.66 74.1845 102.755C74.1207 102.851 74.1086 102.971 74.1526 103.077L80.3117 118.027C80.365 118.156 80.4892 118.239 80.6288 118.239H83.6314C83.771 118.239 83.8953 118.156 83.9486 118.027L90.1082 103.077C90.1522 102.971 90.1401 102.851 90.0763 102.755C90.012 102.66 89.9059 102.603 89.791 102.603" fill="#0F1031"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M98.3718 105.209C100.99 105.209 102.351 107.09 102.554 108.978H94.1758C94.4633 107.09 95.8618 105.209 98.3718 105.209M98.3718 102.231C93.9059 102.231 90.5383 105.746 90.5383 110.406C90.5383 115.237 93.8614 118.611 98.6197 118.611C101.151 118.611 103.309 117.806 104.865 116.285C104.986 116.166 105.003 115.979 104.904 115.84L103.604 114.014C103.545 113.93 103.452 113.878 103.351 113.87C103.251 113.865 103.148 113.902 103.078 113.973C102.081 114.997 100.48 115.633 98.8984 115.633C95.8964 115.633 94.5029 113.521 94.2099 111.678H105.646C105.835 111.678 105.989 111.524 105.989 111.335V110.653C105.989 105.694 102.857 102.231 98.3718 102.231" fill="#0F1031"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M116.983 102.231C114.507 102.231 112.765 103.527 112.033 104.195V102.946C112.033 102.757 111.879 102.603 111.689 102.603H108.904C108.714 102.603 108.56 102.757 108.56 102.946V117.896C108.56 118.086 108.714 118.24 108.904 118.24H111.689C111.879 118.24 112.033 118.086 112.033 117.896V107.332C112.773 106.365 114.221 105.395 115.806 105.395C117.773 105.395 118.651 106.3 118.651 108.332V117.896C118.651 118.086 118.804 118.24 118.994 118.24H121.78C121.969 118.24 122.124 118.086 122.124 117.896V107.404C122.124 104.02 120.346 102.231 116.983 102.231" fill="#0F1031"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M133.156 115.093C133.117 114.978 133.019 114.891 132.902 114.867C132.792 114.844 132.657 114.882 132.575 114.973C132.369 115.202 131.887 115.448 131.314 115.448C130.283 115.448 130.203 114.313 130.203 113.965V105.735H132.893C133.082 105.735 133.236 105.581 133.236 105.392V102.946C133.236 102.757 133.082 102.603 132.893 102.603H130.203V98.8606C130.203 98.671 130.049 98.5171 129.859 98.5171H127.074C126.884 98.5171 126.73 98.671 126.73 98.8606V102.603H124.598C124.408 102.603 124.254 102.757 124.254 102.946V105.392C124.254 105.581 124.408 105.735 124.598 105.735H126.73V114.584C126.73 117.181 128.116 118.611 130.633 118.611C132.002 118.611 133.03 118.266 133.779 117.558C133.876 117.465 133.911 117.325 133.868 117.198L133.156 115.093Z" fill="#0F1031"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M142.473 108.616C140.599 108.179 139.272 107.791 139.272 106.784C139.272 105.793 140.315 105.178 141.993 105.178C143.67 105.178 145.303 105.846 146.154 106.879C146.219 106.958 146.315 107.004 146.419 107.004C146.421 107.004 146.438 107.003 146.44 107.003C146.549 106.997 146.651 106.938 146.709 106.845L147.947 104.894C148.034 104.756 148.012 104.574 147.893 104.461C146.359 103.003 144.309 102.231 141.962 102.231C137.813 102.231 135.923 104.704 135.923 107.001C135.923 110.486 139.127 111.228 141.701 111.824C143.535 112.238 145.054 112.681 145.054 113.903C145.054 115.026 143.979 115.696 142.179 115.696C140.183 115.696 138.312 114.646 137.418 113.671C137.353 113.6 137.261 113.559 137.165 113.559C137.155 113.559 137.147 113.56 137.137 113.561C137.031 113.57 136.934 113.628 136.877 113.716L135.546 115.759C135.458 115.893 135.476 116.073 135.589 116.187C137.143 117.772 139.379 118.611 142.055 118.611C145.93 118.611 148.434 116.678 148.434 113.687C148.434 109.966 145.13 109.218 142.473 108.616" fill="#0F1031"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M167.004 100.009C169.166 100.009 171.189 101.097 172.283 102.849C172.376 102.998 172.578 103.054 172.736 102.972L175.367 101.579C175.453 101.533 175.516 101.453 175.539 101.36C175.563 101.265 175.546 101.165 175.492 101.085C173.493 98.087 170.638 96.567 167.004 96.567C160.773 96.567 156.074 101.305 156.074 107.589C156.074 113.873 160.773 118.611 167.004 118.611C170.6 118.611 173.454 117.092 175.491 114.096C175.545 114.015 175.563 113.914 175.539 113.82C175.516 113.726 175.454 113.646 175.367 113.599L172.736 112.206C172.578 112.125 172.376 112.18 172.283 112.329C171.188 114.081 169.166 115.169 167.004 115.169C163.114 115.169 160.5 112.123 160.5 107.589C160.5 102.984 163.053 100.009 167.004 100.009" fill="#0F1031"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M187.429 112.195V114.497C186.683 115.422 185.379 115.974 183.935 115.974C182.114 115.974 180.843 114.893 180.843 113.347C180.843 111.799 182.114 110.718 183.935 110.718C185.379 110.718 186.683 111.27 187.429 112.195M184.554 102.231C182.047 102.231 179.904 103.087 178.185 104.775C178.07 104.887 178.05 105.068 178.135 105.203L179.342 107.123C179.398 107.211 179.49 107.269 179.595 107.281C179.699 107.295 179.804 107.255 179.876 107.182C181.14 105.917 182.529 105.302 184.12 105.302C186.13 105.302 187.429 106.333 187.429 107.93V109.579C186.28 108.599 184.712 108.081 182.883 108.081C180.213 108.081 177.339 109.719 177.339 113.315C177.339 116.755 180.195 118.611 182.883 118.611C184.664 118.611 186.232 118.077 187.429 117.065V117.896C187.429 118.086 187.583 118.24 187.773 118.24H190.558C190.748 118.24 190.902 118.086 190.902 117.896V107.806C190.902 104.263 188.588 102.231 184.554 102.231" fill="#0F1031"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M198.111 96.9075H195.326C195.136 96.9075 194.982 97.0614 194.982 97.251V117.896C194.982 118.085 195.136 118.24 195.326 118.24H198.111C198.301 118.24 198.455 118.085 198.455 117.896V97.251C198.455 97.0614 198.301 96.9075 198.111 96.9075" fill="#0F1031"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M209.409 105.209C212.027 105.209 213.388 107.09 213.591 108.978H205.213C205.501 107.09 206.899 105.209 209.409 105.209M209.409 102.231C204.943 102.231 201.576 105.746 201.576 110.406C201.576 115.237 204.899 118.611 209.657 118.611C212.188 118.611 214.347 117.806 215.902 116.285C216.023 116.166 216.04 115.979 215.941 115.84L214.641 114.014C214.582 113.93 214.489 113.878 214.388 113.87C214.292 113.865 214.185 113.902 214.115 113.973C213.118 114.997 211.517 115.633 209.936 115.633C206.934 115.633 205.541 113.521 205.248 111.678H216.683C216.873 111.678 217.026 111.524 217.026 111.335V110.653C217.026 105.694 213.894 102.231 209.409 102.231" fill="#0F1031"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M228.019 102.231C225.543 102.231 223.802 103.527 223.07 104.195V102.946C223.07 102.757 222.916 102.603 222.726 102.603H219.941C219.751 102.603 219.597 102.757 219.597 102.946V117.896C219.597 118.086 219.751 118.24 219.941 118.24H222.726C222.916 118.24 223.07 118.086 223.07 117.896V107.332C223.81 106.365 225.258 105.395 226.843 105.395C228.81 105.395 229.687 106.3 229.687 108.332V117.896C229.687 118.086 229.841 118.24 230.031 118.24H232.817C233.006 118.24 233.16 118.086 233.16 117.896V107.404C233.16 104.02 231.383 102.231 228.019 102.231" fill="#0F1031"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M247.307 107.352V113.522C246.532 114.656 244.972 115.448 243.503 115.448C241.006 115.448 239.328 113.434 239.328 110.437C239.328 107.421 241.006 105.395 243.503 105.395C244.935 105.395 246.531 106.217 247.307 107.352M250.436 96.9075H247.651C247.461 96.9075 247.307 97.0614 247.307 97.251V104.186C246.069 102.924 244.461 102.231 242.761 102.231C238.556 102.231 235.731 105.529 235.731 110.437C235.731 115.326 238.556 118.611 242.761 118.611C244.435 118.611 246.082 117.909 247.307 116.681V117.896C247.307 118.085 247.461 118.24 247.651 118.24H250.436C250.626 118.24 250.78 118.085 250.78 117.896V97.251C250.78 97.0614 250.626 96.9075 250.436 96.9075" fill="#0F1031"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M264.084 112.195V114.497C263.338 115.422 262.034 115.974 260.589 115.974C258.769 115.974 257.498 114.893 257.498 113.347C257.498 111.799 258.769 110.718 260.589 110.718C262.034 110.718 263.338 111.27 264.084 112.195M261.209 102.231C258.702 102.231 256.559 103.087 254.839 104.775C254.725 104.887 254.704 105.068 254.79 105.203L255.997 107.123C256.053 107.211 256.144 107.269 256.249 107.281C256.353 107.295 256.458 107.255 256.53 107.182C257.795 105.917 259.183 105.302 260.775 105.302C262.785 105.302 264.084 106.333 264.084 107.93V109.579C262.935 108.599 261.366 108.081 259.537 108.081C256.867 108.081 253.994 109.719 253.994 113.315C253.994 116.755 256.85 118.611 259.537 118.611C261.318 118.611 262.887 118.077 264.084 117.065V117.896C264.084 118.086 264.238 118.24 264.428 118.24H267.213C267.403 118.24 267.557 118.086 267.557 117.896V107.806C267.557 104.263 265.243 102.231 261.209 102.231" fill="#0F1031"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M279.656 102.262C278.042 102.262 276.394 103.01 275.11 104.319V102.946C275.11 102.757 274.955 102.603 274.766 102.603H271.98C271.791 102.603 271.637 102.757 271.637 102.946V117.896C271.637 118.085 271.791 118.239 271.98 118.239H274.766C274.955 118.239 275.11 118.085 275.11 117.896V107.592C275.755 106.586 277.459 105.673 278.697 105.673C279.037 105.673 279.326 105.701 279.582 105.758C279.682 105.779 279.79 105.755 279.872 105.69C279.953 105.624 280 105.527 280 105.423V102.606C280 102.416 279.846 102.262 279.656 102.262" fill="#0F1031"/>
</svg>
PK[jFZ��\��images/icon-facebook.svgnu�[���<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 1600" role="img" aria-hidden="true" focusable="false"><g fill="none" fill-rule="evenodd"><path fill="#1877f2" d="M1600 800a800 800 0 1 0-925 790v-559H472V800h203V624c0-201 119-311 302-311 88 0 179 15 179 15v197h-101c-99 0-130 62-130 125v150h222l-36 231H925v559a800 800 0 0 0 675-790"/><path fill="#fff" d="M1147 800H925V650c0-63 31-125 130-125h101V328s-91-15-179-15c-183 0-302 110-302 311v176H472v231h203v559a806 806 0 0 0 250 0v-559h186z"/></g></svg>PK[jFZx6��1�1(images/indexables_1_left_bubble_optm.svgnu�[���<svg role="img" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 262.37 284.15"><path fill="#f0ecf0" d="M262.37 153A131.19 131.19 0 1 0 54.71 259.56a28.08 28.08 0 0 1 1.91-7.37c2-4.92-12.06-11.1-7.52-26.48 3.49-11.81 30.9-25.16 37.1-41.56 2.4-6.32 12-30.34 29.69-35.66 9-2.7 48.29-13.29 60.25-11.07s37.48 11 31.66 41.46c-10.26 53.79-44.8 59.12-46.28 94.64a27.46 27.46 0 0 0 .65 6.94A131.23 131.23 0 0 0 262.37 153Z"/><path fill="#006531" d="M161.52 273.52c1.44-35.53 36-40.85 46.28-94.64 5.82-30.51-19.7-39.25-31.66-41.46s-51.23 8.37-60.25 11.07c-17.72 5.32-27.29 29.34-29.69 35.66-6.2 16.4-33.61 29.75-37.1 41.56-4.54 15.38 9.53 21.56 7.52 26.48a28.08 28.08 0 0 0-1.91 7.37 131.71 131.71 0 0 0 12.68 8.05 184.18 184.18 0 0 1 7.18-34.05c-4.12-2.43-8.32-4-19.15-2.33 16.06-23.66 34.79-45.11 64.9-65.12 2.54 22.59 3.65 40.75 14.49 60-14.93-3.2-25.12 0-32 4.77a103.74 103.74 0 0 0-4.6 49.12 132 132 0 0 0 64 .49 27.23 27.23 0 0 1-.69-6.97Z"/><path fill="#89bc3b" d="M102.8 230.9c6.89-4.73 17.08-8 32-4.77-10.84-19.27-12-37.43-14.49-60-30.11 20-48.84 41.46-64.9 65.12 10.83-1.66 15-.1 19.15 2.33a184.18 184.18 0 0 0-7.18 34A130.42 130.42 0 0 0 98.21 280a103.65 103.65 0 0 1 4.59-49.1Z"/><path fill="#093f22" d="M61.29 184.66c-4.39 13.11-15 33.6-14.52 47.42 11.9-18 34.83-42.28 46.73-60.26 2.69-4.08 1.49-10.8-3.21-13.29-3.83-2-8.45-.15-11.7 1.92-8.3 5.28-14.21 14.98-17.3 24.21ZM133.9 243.31l18.32-60.92s.51 11.07 1.1 9.3 16.4-28.8 16.4-28.8l-28.14 81Z"/><path fill="#006531" d="M169.31 113.64c.71 13.17 6.24 22.36 5.36 25.68-33.67 6.42-49.16 29.46-54 28.88-6.67-3.85-5.76-14.39-5.54-17.71 3.55-6.65-.12-17.65 1.77-23.89 1.4-4.6 9.38-12.6 18.1-14.53s33.93-5.54 34.31 1.57Z"/><path fill="#b498c6" d="M122.32 166.11c6.09-9.75 11.1-30.31 14.62-33.9 3.33-3.39 22.1-12 26.12-13.51 1.56-1.22 2-2.55 2.09-6.65l.23-19.82-45.16 16.39 2.53 37.22c.67 5.09.35 10.08-.43 20.27Z"/><path fill="#8b6c9c" d="m166.15 92.89-.64 7.17c-.94 12.77-25.4 31.3-38.1 30.12-4.6-.42-5.78-10.38-7.39-15.06l-2.61-9.52Z"/><path fill="#b498c6" d="M157.71 192S128 247.74 126 254s-.23 13.67 4.49 15.24 16.51.6 24.27-7.47c5.9-6.14 28.74-39.14 29.45-39.85.06-13.3-7.49-22.14-26.5-29.92Z"/><ellipse cx="106.71" cy="192.91" fill="#fbb03b" stroke="#fc3" stroke-miterlimit="10" rx="8.8" ry="5.58" transform="rotate(-19.17 106.716 192.914)"/><path fill="#f19018" d="M92.72 206.13c4.25-1.18 9.78-1.68 17-1.26-6.39 3.89-15.24 15.48-15.51 17.65a87.16 87.16 0 0 1 11-1.88c-16 10.81-23.79 31.12-22.85 30.75-1.24.41-3.63-21.77 6.06-31.06a32.05 32.05 0 0 0-7.73 1.1c1.68-4.03 6.97-11.62 12.03-15.3Z"/><path fill="#fbb03b" stroke="#fc3" stroke-miterlimit="10" d="M92.72 206.13c4.25-1.18 9.78-1.68 17-1.26-6.39 3.89-15.24 15.48-15.51 17.65a87.16 87.16 0 0 1 11-1.88c-16 10.81-23.79 31.12-22.85 30.75-1.24.41-3.63-21.77 6.06-31.06a32.05 32.05 0 0 0-7.73 1.1c1.68-4.03 6.97-11.62 12.03-15.3Z"/><path fill="#006531" d="M183.45 223.15c-3.73-9.11-19.27-19.94-31.68-20.38 7.54-16.39 11.46-29.12 19.31-42.24 0 0-5.74-22.74-1-22.2 8.52 1 19-7.56 33.67-4.23 14.25 3.23 20.27 23.26 17 38-4.47 19.9-40.04 54.49-37.3 51.05Z"/><path fill="#8b6c9c" d="M80 254.38C77.79 252.17 71.81 244 65.6 244s-33 6.87-33 6.87l-.45 9.3s16.69 1.77 19.94 2.22 16-3.55 16-3.55Z"/><path fill="#8b6c9c" d="M72.14 260.36c-12.31-.11-23.45 6.28-26.55 5.39-4.1-1.33-4.21.82-6.64.59s-6.7-3.65-6.7-3.65l.12-12.3 39 7.09Z"/><path fill="#8b6c9c" d="M50.63 262.9c-4.43-2.21-15.73 4.28-17.74 2.71-4.64-3.65-8.27-6.21-9.3-8.42s2.47-5.91 1.59-16.1c-.44-5.07 4.31-5.32 6.09-1.33.93 2.1 1.33 13.51 1.33 13.51l7.63 2.1Z"/><path fill="#b498c6" d="M100.38 163.12c.89 4-22.61 60.35-31.91 76.3S40.9 257.36 40.9 257.36s-14.48-.79-9.17-22.05 24.47-27.82 31.55-37.42 20.27-29 20.27-33.45c0-3.1 15.95-5.31 16.83-1.32Z"/><path fill="#8b6c9c" d="M100.48 163.09a3.78 3.78 0 0 1 0 .95 9.1 9.1 0 0 1-.16.91c-.12.6-.29 1.19-.44 1.78-.33 1.17-.69 2.34-1.06 3.5-.76 2.32-1.56 4.62-2.38 6.92Q94 184 91.28 190.83q-5.4 13.59-11.26 27-2.92 6.71-6 13.34A63.91 63.91 0 0 1 66.55 244 35.8 35.8 0 0 1 55 253.26a38.85 38.85 0 0 1-14.07 4.2v-.2a41.07 41.07 0 0 0 6.94-2.09 39.27 39.27 0 0 0 6.44-3.17A35.56 35.56 0 0 0 65 242.71a26.19 26.19 0 0 0 2-2.9c.66-1 1.22-2.05 1.8-3.1q1.74-3.18 3.36-6.44c2.2-4.33 4.31-8.71 6.37-13.12q6.14-13.23 11.79-26.7 2.85-6.72 5.53-13.51c.88-2.27 1.74-4.55 2.56-6.84.4-1.14.79-2.29 1.15-3.46.17-.58.35-1.16.48-1.75a6.54 6.54 0 0 0 .18-.88 3.19 3.19 0 0 0 .06-.87Z"/><path fill="#8b6c9c" d="M98.61 166.22s10.4-10 11.73-14c1.78-5.31-.21-15.41 2.56-22.17 1.13-2.77 5-12.4 5.3-13.28s-3.13-2.36-4.76-1.77a17.06 17.06 0 0 0-6.26 5.61c-1.33 2.22-.68 10.15-4.37 11.34s-18.23 10.61-18.38 17.4.44 11.85 14.18 16.87Z"/><path fill="#8b6c9c" d="m100.38 163.12 8.42-13.74-13.74-19s4.35-12 5.09-16.39 3.84-11.14.56-18.17c-2.12-4.55-4.79-5-5.09-2.1s-1.16 13.72-2.62 17.12-8.08 14.62-8.08 14.62l-12.4 14.62Z"/><path fill="#b498c6" d="M138.58 5.48c-20.7-.38-38 19.23-39.7 21.63-1.34 1.94-5.06 12-6.58 19.34.42-1.33.87-2.62 1.33-3.85 13.19-6.56 37.64-4.79 70.11 2.89 1.75 6.74 1.36 12.38 1.15 20.18 0 0-15.4 8.58-24.28 9.94-7.5 1.16-11.68-1.37-14.5-3.62-4-3.18-7.61-9.22-13.15-9.67-5.81-.47-7.83 9.3-10.72 9-1.73-.18-7.25.7-9.63 2.76a34.28 34.28 0 0 0-.24 9.16c1.25 5.91 5.63 11.61 8.16 14.52s4.19 11.43 8.45 15.76c9.81 9.93 47-6.94 55.48-17.25 3.75-4.53 8.8-28 8.8-28s10.52-10.21 10.46-16.87c-.21-22.82-17.07-45.4-45.14-45.92Z"/><path fill="#fcee21" d="M92.41 51.14a78.25 78.25 0 0 1 .88-8.53C83.1 69 92.42 74.26 92.61 74.09a39.64 39.64 0 0 1 2.9-8.67s-3.36-7.58-3.1-14.28Z"/><path fill="#fbb03b" d="M102.24 71.33c2.89.29 4.91-9.48 10.72-9 5.54.45 9.14 6.49 13.15 9.67 2.82 2.25 7 4.78 14.5 3.62 8.88-1.36 24.28-9.94 24.28-9.94.21-7.8.6-13.44-1.15-20.18-32.47-7.69-56.92-9.5-70.11-2.9-.89 2-1.63 13.3-1.63 13.3-.3 5 .89 6.64 3.47 9.52a42 42 0 0 0-2.82 8.67c2.35-2.09 7.86-2.94 9.59-2.76Z"/><path fill="#89bc3b" d="M156 194.13c7.53-.89 21.71 6.87 26.81 12.62 14.42-12.32 25.39-37.37 27.91-45.19 6.64-20.6-11.52-28.35-11.52-28.35l2.44.66s18.38 5.76 14.84 31.9c-1.24 9.13-14.64 33.72-28.8 46.3.89 1.55 2.22 3.32 2.66 4.87l-6.65 6.43c-2.66-8.42-22.81-20.82-31.9-20.6Z"/><path fill="#b498c6" d="M86.65 168.87c-.89-1.32-17.89-25.57-18.34-28.67s4.69-7.7 6.13-7c9.64 4.61 24.21 17.67 26 22.1s-.71 11.59-.71 11.59ZM77.79 130.77s12.14-11.89 15.09-12 10.11 6 13.11 7.91c3.2 2 3.87 7.13 8.23 10.45.44 2.07-2.22 3.42-5.62 2.39s-7.34-6.81-7.34-6.81l-7.12-3.46-8.38 6.88Z"/><path fill="#b498c6" d="M74.24 133s11.93-9 13.4-9 12.38 7.59 13.42 9.22 1.88 8.59 3.75 14.86c.65 2.17-3.28 5.17-6.53 1.33s-4.77-10.32-4.77-10.32l-7.33-4.61-5.29 3.85Z"/><path fill="#8b6c9c" d="M84.58 124.87a4.75 4.75 0 0 1 3-1.15 7.83 7.83 0 0 1 3.22.82 21.82 21.82 0 0 1 2.69 1.76c.86.62 1.71 1.25 2.56 1.89a47.7 47.7 0 0 1 4.94 4.14 4.21 4.21 0 0 1 .55.71 5.87 5.87 0 0 1 .36.81c.18.53.33 1.05.46 1.57.26 1 .48 2.08.7 3.12.44 2.07.87 4.14 1.37 6.19.25 1 .53 2 .82 3a2.42 2.42 0 0 1 .12 1 2.36 2.36 0 0 1-.26.93 3.58 3.58 0 0 1-1.21 1.34 4 4 0 0 1-3.47.47 5.93 5.93 0 0 1-2.73-2.06 12.37 12.37 0 0 1-2.52-5.93 36.66 36.66 0 0 0 3.3 5.3 5 5 0 0 0 2.26 1.74 3 3 0 0 0 2.6-.35 1.93 1.93 0 0 0 1-2.16c-.3-1-.58-2.06-.83-3.09-.51-2.07-.94-4.15-1.38-6.22-.22-1-.44-2.07-.69-3.08-.13-.51-.27-1-.43-1.49a2.76 2.76 0 0 0-.7-1.17 49.75 49.75 0 0 0-4.81-4c-.84-.63-1.69-1.26-2.55-1.88s-1.75-1.16-2.57-1.8a6.81 6.81 0 0 0-2.78-1.11 4.77 4.77 0 0 0-3.02.7Z"/><path fill="#b498c6" d="M72.62 133.87s5-4.31 6.43-4.66c2.52-.63 12.51 5.9 13.36 7.77 1.31 2.91 2.2 7.57 3.87 11.4.9 2.06-2.84 2.15-5.49.53s-3.57-6.71-3.57-6.71c-2.51-1.89-4.82-2.52-6.54-3.69-.3 2.47-2.6 5.07-7 8.07Z"/><path fill="#8b6c9c" d="M79.05 129.21a5.63 5.63 0 0 1 2.7.27c.88.26 1.73.57 2.58.91a28.34 28.34 0 0 1 4.81 2.54c.77.48 1.53 1 2.27 1.52a12.53 12.53 0 0 1 2.14 1.84 2.76 2.76 0 0 1 .45.71c.09.21.17.44.24.66a12.73 12.73 0 0 1 .38 1.34c.21.9.37 1.8.52 2.68a38.28 38.28 0 0 0 1.15 5.2c.13.41.29.82.46 1.22a2.2 2.2 0 0 1 .2.84 1.33 1.33 0 0 1-.37 1 2.48 2.48 0 0 1-1.56.62 6 6 0 0 1-1.47-.08 8.62 8.62 0 0 1-2.69-.94 5.84 5.84 0 0 1-2.1-2 15.27 15.27 0 0 1-2-5.2l.19.31a9.76 9.76 0 0 0-2.57-1.41 12.13 12.13 0 0 1-3-1.25l.74-.19a14 14 0 0 1-2.58 2.75 8.41 8.41 0 0 0-2.18 2.84 8.13 8.13 0 0 1 1.78-3.21 14.17 14.17 0 0 0 2.08-2.85l.23-.52.5.33a5.89 5.89 0 0 0 1.27.66l1.46.5a10.54 10.54 0 0 1 2.83 1.55l.15.11v.2a14.16 14.16 0 0 0 1.83 4.84 4.89 4.89 0 0 0 1.75 1.69 7.75 7.75 0 0 0 2.38.83 5 5 0 0 0 1.22.06 1.54 1.54 0 0 0 .92-.31c.13-.13.14-.32 0-.72s-.35-.86-.49-1.3a36.1 36.1 0 0 1-1.18-5.34c-.15-.88-.31-1.76-.51-2.61a13 13 0 0 0-.35-1.26 3.72 3.72 0 0 0-.49-1 11.48 11.48 0 0 0-1.94-1.67c-.72-.52-1.46-1-2.22-1.48-1.5-1-3.1-1.75-4.62-2.68-.78-.44-1.57-.86-2.38-1.22a5.79 5.79 0 0 0-2.53-.78Z"/><path fill="#006531" d="M167.62 84.35c22.06 1.45 35.92 5.68 36.5-3.92S197.69 6.63 141.9.54C89-5.24 83.2 37.33 82.73 45s7.68 8.3 7.68 8.3c.22-4 2.07-7.82 3.22-10.71 15.18-4.88 64.17 1.48 67.52 6.22s.8 13 1.47 16.45 9.68 6.8 9.68 6.8Z"/><path fill="#093f22" d="M202.05 84.6c2.39-1.92-8.89-16.64-20.3-20.87l-6 7.31-.26 12.81c7.99 2.15 22.68 3.88 26.56.75Z"/><path fill="#b498c6" d="M180.18 72.06c3.68 2.46 4 8.69 2.45 12.56s-10.89 10.8-13.28 11.15a26.88 26.88 0 0 1-5.15-.2L171 71.7s5.51-2.1 9.18.36Z"/><path fill="#191a1a" d="M165.72 67.49s-13.58 37.88-20.45 41.87c1 1 7.06-1.52 9-3.51 3.55-2.44 16.85-34.8 16.85-34.8Z"/><path fill="#093f22" d="M136.35 21.41c-1.17-2.11 21.15-11.14 32.7-11.14 2.66 0 10.64 6.2 11.52 9.74-15.29-.23-43.05 3.5-44.22 1.4ZM141.17 32.51c-.92-3 31.73-6.14 43.24-3.93 6.28 1.2 8.82 13.26 4.14 11.81-12.21-3.78-46.78-5.97-47.38-7.88ZM99.94 23c2.07-.89.29-4.14-1.48-10.93a19.93 19.93 0 0 0-7.35 7.62s6.76 4.16 8.83 3.31ZM94.28 31.72c.18-1.29-5.85-5.57-6.48-4.62a17.56 17.56 0 0 0-2.94 8.78s9.23-2.88 9.42-4.16Z"/><path fill="#fcee21" d="M95.9 65.56c4.07.42 7.79 1.24 12.23-1 0 0-4-8.79-8.72-8s-3.51 9-3.51 9Z"/><path fill="#f15a24" d="M108.08 64.63c-5.34-9-13.34-9.9-12.12.92-.49.07-1.34-1.88-1.61-2.93-1.29-5.79 4.65-9.51 9.59-5.14 3.17 2.79 4.45 7.01 4.14 7.15Z"/><path fill="#f15a24" d="M106.93 52c1.27.52 2.88 4 1.65 3.5A18.34 18.34 0 0 0 92 57.38c.7-5.91 13-6.22 14.93-5.38Z"/><path fill="#8b6c9c" d="M121.12 71.07c.66 1.59 1.38 3.39-.41 4.53s-4.33-2-5.87-1.57-3.88 2.72-5.55 2.41c-3.52-.66-3.15-3.48-3.15-3.48s-1.61 5.55 4 5.62c3.81 0 4.23-2.58 7.44-2.27s3.46 2.53 4.89 1.61c2.88-1.82.31-6.69-1.35-6.85Z"/><path fill="#8b6c9c" d="M106.73 75.68s-2.65.74-1.19 2.49c-3.18 0-3.08-4.59-1.32-6-.75 2.66 2.51 3.51 2.51 3.51Z"/><ellipse cx="98.36" cy="62.94" fill="#f15a24" rx="3.53" ry="3.42" transform="rotate(-5.96 98.33 62.903)"/><path fill="#8b6c9c" d="M138.73 83.69c-8.66 7.53-14.4 12.67-22.62 13-9.3.32-7.2-7.2-7.2-7.2s.85-2.54 5.63-2.77 20.66-2.78 24.19-3.03Z"/><path fill="#4b3f51" d="M108.91 89.78c.34-.46 1.86-1.93 2.29-1 1.92 3.93 8.45 1.71 28.05-5.2-15 2.26-17.88.24-20.85.48s-3.62 1.67-4.72 1.45-3.43-1.68-4.73-1.1c-3.03 1.27-2.05 3.67-.04 5.37Z"/><path fill="#8b6c9c" d="M132.64 76.68c1.08 1.47 9.51 5.88 9.51 5.88a60.71 60.71 0 0 1-2.89 6.3c.41 0 1.39-5-.85-6.64-1.72-1.22-4.64-2.58-5.77-5.54Z"/><path fill="#b498c6" d="M65.82 248.62c-4.13-.44-11-7.38-15.72-6.64s-9.53 5.31-9.53 5.31-12.7-4.87-16.84-4-9.45 2.36-10.63 3.54-.59 5.91 2.22 5.76 6.05-1 9.3-.44 8.73 6.36 12.41 8c14.17 6.2 29.24.44 29.24.44s3.73-11.52-.45-11.97Z"/><path fill="#8b6c9c" d="M64.15 248c-2.62.11-5-1.72-6.28-2.59-3.86-2.56-4.62-2.62-19.34 1.45-5.79-2.69-4.72-1.58-7.88-2.74a18.46 18.46 0 0 1 8.14 1.76c-.64 0 13-5.16 16.5-3.92s6.23 5.3 8.86 6.04Z"/><path fill="#093f22" d="M90.49 53.46a87 87 0 0 1 3.14-10.86c19.79-3.78 64.81 2.3 67.52 6.22s1.23 13.54 1.18 16.09 8.72 6.72 8.72 6.72l4.57-.74s-8.51-2.28-8.66-6.71 1.56-16.78-3.22-18.69c-29.19-11.62-64.36-8.8-72.53-6.65-6.5 1.7-9.09 6.62-7.44 10.27s6.72 4.35 6.72 4.35ZM160.49 78.05l7.38 2.95-3.99 9.31-7.34-2.07 3.95-10.19z"/><path fill="#b498c6" d="M153.33 236.52c-10.63-4-31.44 3.41-44.53 5.89-29.24 5.53-37.33 5.55-44.09 6-5 .33-3.44 8.5-2.43 12.17 34.11 6.21 41.2 8.42 72 8.92 22.36-5.62 29.72-28.99 19.05-32.98Z"/><path fill="#8b6c9c" d="M131.58 242.4c.39-2 .09-3.41.48-5.52l2.21-.22a53.48 53.48 0 0 0-2.69 5.74Z"/><path fill="#fc3" d="M148.89 45c2 6.65 5.32 17.43 2.44 27.4-2.29 1-10 3.61-12.33 3.39.66-5.76.44-23.11-3.77-32.64 2.31.14 8.22 1.03 13.66 1.85Z"/><path fill="#fcee21" d="M145.22 62.31c-3.94 1.59-12.14 3.79-17.43 1.19 0 0-1.22-9.33 5.51-8.76s11.92 7.57 11.92 7.57Z"/><path fill="#f15a24" d="M127.69 63.52c-1.85-4-.92-8.41 4.11-9.48 4.24-.75 11.08 1.85 13.5 8.21-.29.22-7.6-8.06-14-6.15-4.44 1.33-3.13 7.35-3.61 7.42ZM122.88 45.74c-1.23.51.14 4 1.3 4.36s9.23-2.79 12.1-2.41 8.81 4.79 11.58 7c-.44-1.88-7.92-9.3-10.88-9.92s-12.87.45-14.1.97Z"/><ellipse cx="131.8" cy="60.56" fill="#f15a24" rx="3.76" ry="3.99" transform="rotate(-5.96 131.772 60.6)"/></svg>PK�JFZ����	�	
myloadmore.jsnu�[���PK�JFZH
���*�*
elementor.min.jsnu�[���PK�JFZ� ��=5elementor-header.min.jsnu�[���PK�JFZ�
�L:;myloadmore.min.jsnu�[���PK�JFZ�@N=��|@elementor-header.jsnu�[���PK�JFZ+��?$?$XLroyal_preloader.min.jsnu�[���PK�JFZTś�<�<��powl.carousel.min.jsnu�[���PK�JFZ*�����\jquery.isotope.min.jsnu�[���PK�JFZ�qn#n#
!�scripts.jsnu�[���PK�JFZot@ll��scripts.min.jsnu�[���PK�JFZfѢ�kks�easypiechart.min.jsnu�[���PK�JFZ��!�jquery.countdown.min.jsnu�[���PK�JFZ�
������lightgallery-all.min.jsnu�[���PK�JFZ3��x�xʺelementor.jsnu�[���PK[jFZ ��ff�3images/logo-g2-white.svgnu�[���PK[jFZe��F�(�(;8images/wp-recipe-maker-logo.svgnu�[���PK[jFZi�Q���+aimages/semrush-logo.svgnu�[���PK[jFZ3A@u%,%,(hqimages/indexables_2_left_bubble_optm.svgnu�[���PK[jFZ4V��TT�images/elementor-logo.svgnu�[���PK[jFZz"}���images/algolia-logo.svgnu�[���PK[jFZҐ��CC��images/g2_logo_white_optm.svgnu�[���PK[jFZ��399m�images/mastodon-logo.svgnu�[���PK[jFZM����images/Yoast_SEO_Icon.svgnu�[���PK[jFZ��(���R�images/wincher-logo.svgnu�[���PK[jFZg��HH)��images/motivated_bubble_woman_1_optim.svgnu�[���PK[jFZ�/��E�E5images/connection-assistant.svgnu�[���PK[jFZ���m^images/icon-arrow-down.svgnu�[���PK[jFZŜ�bb�_images/star-rating-star.svgnu�[���PK[jFZ�Ul&jaimages/woocommerce-seo-logo.svgnu�[���PK[jFZ���~���wimages/icon-twitter.svgnu�[���PK[jFZ
�g�||�zimages/jetpack-logo.svgnu�[���PK[jFZgW�����images/x-logo.svgnu�[���PK[jFZ��|��i�images/wordproof-logo.svgnu�[���PK[jFZg���s�images/star-rating-half.svgnu�[���PK[jFZ�Z�99@�images/Yoast_icon_kader.svgnu�[���PK[jFZy�쭊� İimages/yoast_loading_spinner.svgnu�[���PK[jFZ?W�:g_g_��images/edd-logo.svgnu�[���PK[jFZ�j%fqxqxHimages/ssp-logo.svgnu�[���PK[jFZ��͎))%��images/succes_marieke_bubble_optm.svgnu�[���PK[jFZ�aD��;�;z�images/tec-logo.svgnu�[���PK[jFZ��\��S�images/icon-facebook.svgnu�[���PK[jFZx6��1�1(��images/indexables_1_left_bubble_optm.svgnu�[���PK**nr
© 2025 GrazzMean