jQuery.effects||function(n,t){var i=n.uiBackCompat!==!1,r="ui-effects-";n.effects={effect:{}},function(t,i){function e(n,t,i){var r=c[t.type]||{};return null==n?i||!t.def?null:t.def:(n=r.floor?~~n:parseFloat(n),isNaN(n)?t.def:r.mod?(n+r.mod)%r.mod:0>n?0:n>r.max?r.max:n)}function h(n){var e=r(),s=e._rgba=[];return n=n.toLowerCase(),u(p,function(t,r){var u,h=r.re.exec(n),c=h&&r.parse(h),o=r.space||"rgba";return c?(u=e[o](c),e[f[o].cache]=u[f[o].cache],s=e._rgba=u._rgba,!1):i}),s.length?("0,0,0,0"===s.join()&&t.extend(s,o.transparent),e):o[n]}function s(n,t,i){return i=(i+1)%1,1>6*i?n+6*(t-n)*i:1>2*i?t:2>3*i?n+6*(t-n)*(2/3-i):n}var o,v="backgroundColor borderBottomColor borderLeftColor borderRightColor borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor".split(" "),y=/^([\-+])=\s*(\d+\.?\d*)/,p=[{re:/rgba?\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d+(?:\.\d+)?)\s*)?\)/,parse:function(n){return[n[1],n[2],n[3],n[4]]}},{re:/rgba?\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d+(?:\.\d+)?)\s*)?\)/,parse:function(n){return[2.55*n[1],2.55*n[2],2.55*n[3],n[4]]}},{re:/#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})/,parse:function(n){return[parseInt(n[1],16),parseInt(n[2],16),parseInt(n[3],16)]}},{re:/#([a-f0-9])([a-f0-9])([a-f0-9])/,parse:function(n){return[parseInt(n[1]+n[1],16),parseInt(n[2]+n[2],16),parseInt(n[3]+n[3],16)]}},{re:/hsla?\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d+(?:\.\d+)?)\s*)?\)/,space:"hsla",parse:function(n){return[n[1],n[2]/100,n[3]/100,n[4]]}}],r=t.Color=function(n,i,r,u){return new t.Color.fn.parse(n,i,r,u)},f={rgba:{props:{red:{idx:0,type:"byte"},green:{idx:1,type:"byte"},blue:{idx:2,type:"byte"}}},hsla:{props:{hue:{idx:0,type:"degrees"},saturation:{idx:1,type:"percent"},lightness:{idx:2,type:"percent"}}}},c={byte:{floor:!0,max:255},percent:{max:1},degrees:{mod:360,floor:!0}},l=r.support={},a=t("<p>")[0],u=t.each;a.style.cssText="background-color:rgba(1,1,1,.5)";l.rgba=a.style.backgroundColor.indexOf("rgba")>-1;u(f,function(n,t){t.cache="_"+n;t.props.alpha={idx:3,type:"percent",def:1}});r.fn=t.extend(r.prototype,{parse:function(s,c,l,a){if(s===i)return this._rgba=[null,null,null,null],this;(s.jquery||s.nodeType)&&(s=t(s).css(c),c=i);var v=this,y=t.type(s),p=this._rgba=[];return c!==i&&(s=[s,c,l,a],y="array"),"string"===y?this.parse(h(s)||o._default):"array"===y?(u(f.rgba.props,function(n,t){p[t.idx]=e(s[t.idx],t)}),this):"object"===y?(s instanceof r?u(f,function(n,t){s[t.cache]&&(v[t.cache]=s[t.cache].slice())}):u(f,function(t,i){var r=i.cache;u(i.props,function(n,t){if(!v[r]&&i.to){if("alpha"===n||null==s[n])return;v[r]=i.to(v._rgba)}v[r][t.idx]=e(s[n],t,!0)});v[r]&&0>n.inArray(null,v[r].slice(0,3))&&(v[r][3]=1,i.from&&(v._rgba=i.from(v[r])))}),this):i},is:function(n){var o=r(n),t=!0,e=this;return u(f,function(n,r){var s,f=o[r.cache];return f&&(s=e[r.cache]||r.to&&r.to(e._rgba)||[],u(r.props,function(n,r){return null!=f[r.idx]?t=f[r.idx]===s[r.idx]:i})),t}),t},_space:function(){var n=[],t=this;return u(f,function(i,r){t[r.cache]&&n.push(i)}),n.pop()},transition:function(n,t){var i=r(n),h=i._space(),o=f[h],l=0===this.alpha()?r("transparent"):this,a=l[o.cache]||o.to(l._rgba),s=a.slice();return i=i[o.cache],u(o.props,function(n,r){var h=r.idx,u=a[h],f=i[h],o=c[r.type]||{};null!==f&&(null===u?s[h]=f:(o.mod&&(f-u>o.mod/2?u+=o.mod:u-f>o.mod/2&&(u-=o.mod)),s[h]=e((f-u)*t+u,r)))}),this[h](s)},blend:function(n){if(1===this._rgba[3])return this;var i=this._rgba.slice(),u=i.pop(),f=r(n)._rgba;return r(t.map(i,function(n,t){return(1-u)*f[t]+u*n}))},toRgbaString:function(){var i="rgba(",n=t.map(this._rgba,function(n,t){return null==n?t>2?1:0:n});return 1===n[3]&&(n.pop(),i="rgb("),i+n.join()+")"},toHslaString:function(){var i="hsla(",n=t.map(this.hsla(),function(n,t){return null==n&&(n=t>2?1:0),t&&3>t&&(n=Math.round(100*n)+"%"),n});return 1===n[3]&&(n.pop(),i="hsl("),i+n.join()+")"},toHexString:function(n){var i=this._rgba.slice(),r=i.pop();return n&&i.push(~~(255*r)),"#"+t.map(i,function(n){return n=(n||0).toString(16),1===n.length?"0"+n:n}).join("")},toString:function(){return 0===this._rgba[3]?"transparent":this.toRgbaString()}});r.fn.parse.prototype=r.fn;f.hsla.to=function(n){if(null==n[0]||null==n[1]||null==n[2])return[null,null,null,n[3]];var h,c,t=n[0]/255,i=n[1]/255,e=n[2]/255,l=n[3],r=Math.max(t,i,e),o=Math.min(t,i,e),u=r-o,s=r+o,f=.5*s;return h=o===r?0:t===r?60*(i-e)/u+360:i===r?60*(e-t)/u+120:60*(t-i)/u+240,c=0===f||1===f?f:.5>=f?u/s:u/(2-s),[Math.round(h)%360,c,f,null==l?1:l]};f.hsla.from=function(n){if(null==n[0]||null==n[1]||null==n[2])return[null,null,null,n[3]];var r=n[0]/360,u=n[1],t=n[2],e=n[3],i=.5>=t?t*(1+u):t+u-t*u,f=2*t-i;return[Math.round(255*s(f,i,r+1/3)),Math.round(255*s(f,i,r)),Math.round(255*s(f,i,r-1/3)),e]};u(f,function(n,f){var s=f.props,o=f.cache,h=f.to,c=f.from;r.fn[n]=function(n){if(h&&!this[o]&&(this[o]=h(this._rgba)),n===i)return this[o].slice();var l,a=t.type(n),v="array"===a||"object"===a?n:arguments,f=this[o].slice();return u(s,function(n,t){var i=v["object"===a?n:t.idx];null==i&&(i=f[t.idx]);f[t.idx]=e(i,t)}),c?(l=r(c(f)),l[o]=f,l):r(f)};u(s,function(i,u){r.fn[i]||(r.fn[i]=function(r){var f,e=t.type(r),h="alpha"===i?this._hsla?"hsla":"rgba":n,o=this[h](),s=o[u.idx];return"undefined"===e?s:("function"===e&&(r=r.call(this,s),e=t.type(r)),null==r&&u.empty?this:("string"===e&&(f=y.exec(r),f&&(r=s+parseFloat(f[2])*("+"===f[1]?1:-1))),o[u.idx]=r,this[h](o)))})})});u(v,function(n,i){t.cssHooks[i]={set:function(n,u){var o,f,e="";if("string"!==t.type(u)||(o=h(u))){if(u=r(o||u),!l.rgba&&1!==u._rgba[3]){for(f="backgroundColor"===i?n.parentNode:n;(""===e||"transparent"===e)&&f&&f.style;)try{e=t.css(f,"backgroundColor");f=f.parentNode}catch(s){}u=u.blend(e&&"transparent"!==e?e:"_default")}u=u.toRgbaString()}try{n.style[i]=u}catch(c){}}};t.fx.step[i]=function(n){n.colorInit||(n.start=r(n.elem,i),n.end=r(n.end),n.colorInit=!0);t.cssHooks[i].set(n.elem,n.start.transition(n.end,n.pos))}});t.cssHooks.borderColor={expand:function(n){var t={};return u(["Top","Right","Bottom","Left"],function(i,r){t["border"+r+"Color"]=n}),t}};o=t.Color.names={aqua:"#00ffff",black:"#000000",blue:"#0000ff",fuchsia:"#ff00ff",gray:"#808080",green:"#008000",lime:"#00ff00",maroon:"#800000",navy:"#000080",olive:"#808000",purple:"#800080",red:"#ff0000",silver:"#c0c0c0",teal:"#008080",white:"#ffffff",yellow:"#ffff00",transparent:[null,null,null,0],_default:"#ffffff"}}(jQuery),function(){function i(){var i,r,t=this.ownerDocument.defaultView?this.ownerDocument.defaultView.getComputedStyle(this,null):this.currentStyle,u={};if(t&&t.length&&t[0]&&t[t[0]])for(r=t.length;r--;)i=t[r],"string"==typeof t[i]&&(u[n.camelCase(i)]=t[i]);else for(i in t)"string"==typeof t[i]&&(u[i]=t[i]);return u}function r(t,i){var r,u,e={};for(r in i)u=i[r],t[r]!==u&&(f[r]||(n.fx.step[r]||!isNaN(parseFloat(u)))&&(e[r]=u));return e}var u=["add","remove","toggle"],f={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};n.each(["borderLeftStyle","borderRightStyle","borderBottomStyle","borderTopStyle"],function(t,i){n.fx.step[i]=function(n){("none"===n.end||n.setAttr)&&(1!==n.pos||n.setAttr)||(jQuery.style(n.elem,i,n.end),n.setAttr=!0)}});n.effects.animateClass=function(t,f,e,o){var s=n.speed(f,e,o);return this.queue(function(){var o,e=n(this),h=e.attr("class")||"",f=s.children?e.find("*").andSelf():e;f=f.map(function(){var t=n(this);return{el:t,start:i.call(this)}});o=function(){n.each(u,function(n,i){t[i]&&e[i+"Class"](t[i])})};o();f=f.map(function(){return this.end=i.call(this.el[0]),this.diff=r(this.start,this.end),this});e.attr("class",h);f=f.map(function(){var i=this,t=n.Deferred(),r=jQuery.extend({},s,{queue:!1,complete:function(){t.resolve(i)}});return this.el.animate(this.diff,r),t.promise()});n.when.apply(n,f.get()).done(function(){o();n.each(arguments,function(){var t=this.el;n.each(this.diff,function(n){t.css(n,"")})});s.complete.call(e[0])})})};n.fn.extend({_addClass:n.fn.addClass,addClass:function(t,i,r,u){return i?n.effects.animateClass.call(this,{add:t},i,r,u):this._addClass(t)},_removeClass:n.fn.removeClass,removeClass:function(t,i,r,u){return i?n.effects.animateClass.call(this,{remove:t},i,r,u):this._removeClass(t)},_toggleClass:n.fn.toggleClass,toggleClass:function(i,r,u,f,e){return"boolean"==typeof r||r===t?u?n.effects.animateClass.call(this,r?{add:i}:{remove:i},u,f,e):this._toggleClass(i,r):n.effects.animateClass.call(this,{toggle:i},r,u,f)},switchClass:function(t,i,r,u,f){return n.effects.animateClass.call(this,{add:i,remove:t},r,u,f)}})}(),function(){function u(t,i,r,u){return n.isPlainObject(t)&&(i=t,t=t.effect),t={effect:t},null==i&&(i={}),n.isFunction(i)&&(u=i,r=null,i={}),("number"==typeof i||n.fx.speeds[i])&&(u=r,r=i,i={}),n.isFunction(r)&&(u=r,r=null),i&&n.extend(t,i),r=r||i.duration,t.duration=n.fx.off?0:"number"==typeof r?r:r in n.fx.speeds?n.fx.speeds[r]:n.fx.speeds._default,t.complete=u||i.complete,t}function f(t){return!t||"number"==typeof t||n.fx.speeds[t]?!0:"string"!=typeof t||n.effects.effect[t]?!1:i&&n.effects[t]?!1:!0}n.extend(n.effects,{version:"1.9.2",save:function(n,t){for(var i=0;t.length>i;i++)null!==t[i]&&n.data(r+t[i],n[0].style[t[i]])},restore:function(n,i){for(var f,u=0;i.length>u;u++)null!==i[u]&&(f=n.data(r+i[u]),f===t&&(f=""),n.css(i[u],f))},setMode:function(n,t){return"toggle"===t&&(t=n.is(":hidden")?"show":"hide"),t},getBaseline:function(n,t){var i,r;switch(n[0]){case"top":i=0;break;case"middle":i=.5;break;case"bottom":i=1;break;default:i=n[0]/t.height}switch(n[1]){case"left":r=0;break;case"center":r=.5;break;case"right":r=1;break;default:r=n[1]/t.width}return{x:r,y:i}},createWrapper:function(t){if(t.parent().is(".ui-effects-wrapper"))return t.parent();var i={width:t.outerWidth(!0),height:t.outerHeight(!0),float:t.css("float")},u=n("<div><\/div>").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),f={width:t.width(),height:t.height()},r=document.activeElement;try{r.id}catch(e){r=document.body}return t.wrap(u),(t[0]===r||n.contains(t[0],r))&&n(r).focus(),u=t.parent(),"static"===t.css("position")?(u.css({position:"relative"}),t.css({position:"relative"})):(n.extend(i,{position:t.css("position"),zIndex:t.css("z-index")}),n.each(["top","left","bottom","right"],function(n,r){i[r]=t.css(r);isNaN(parseInt(i[r],10))&&(i[r]="auto")}),t.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})),t.css(f),u.css(i).show()},removeWrapper:function(t){var i=document.activeElement;return t.parent().is(".ui-effects-wrapper")&&(t.parent().replaceWith(t),(t[0]===i||n.contains(t[0],i))&&n(i).focus()),t},setTransition:function(t,i,r,u){return u=u||{},n.each(i,function(n,i){var f=t.cssUnit(i);f[0]>0&&(u[i]=f[0]*r+f[1])}),u}});n.fn.extend({effect:function(){function f(i){function f(){n.isFunction(e)&&e.call(u[0]);n.isFunction(i)&&i()}var u=n(this),e=t.complete,o=t.mode;(u.is(":hidden")?"hide"===o:"show"===o)?f():r.call(u[0],t,f)}var t=u.apply(this,arguments),e=t.mode,o=t.queue,r=n.effects.effect[t.effect],s=!r&&i&&n.effects[t.effect];return n.fx.off||!r&&!s?e?this[e](t.duration,t.complete):this.each(function(){t.complete&&t.complete.call(this)}):r?o===!1?this.each(f):this.queue(o||"fx",f):s.call(this,{options:t,duration:t.duration,callback:t.complete,mode:t.mode})},_show:n.fn.show,show:function(n){if(f(n))return this._show.apply(this,arguments);var t=u.apply(this,arguments);return t.mode="show",this.effect.call(this,t)},_hide:n.fn.hide,hide:function(n){if(f(n))return this._hide.apply(this,arguments);var t=u.apply(this,arguments);return t.mode="hide",this.effect.call(this,t)},__toggle:n.fn.toggle,toggle:function(t){if(f(t)||"boolean"==typeof t||n.isFunction(t))return this.__toggle.apply(this,arguments);var i=u.apply(this,arguments);return i.mode="toggle",this.effect.call(this,i)},cssUnit:function(t){var i=this.css(t),r=[];return n.each(["em","px","%","pt"],function(n,t){i.indexOf(t)>0&&(r=[parseFloat(i),t])}),r}})}(),function(){var t={};n.each(["Quad","Cubic","Quart","Quint","Expo"],function(n,i){t[i]=function(t){return Math.pow(t,n+2)}});n.extend(t,{Sine:function(n){return 1-Math.cos(n*Math.PI/2)},Circ:function(n){return 1-Math.sqrt(1-n*n)},Elastic:function(n){return 0===n||1===n?n:-Math.pow(2,8*(n-1))*Math.sin((80*(n-1)-7.5)*Math.PI/15)},Back:function(n){return n*n*(3*n-2)},Bounce:function(n){for(var t,i=4;((t=Math.pow(2,--i))-1)/11>n;);return 1/Math.pow(4,3-i)-7.5625*Math.pow((3*t-2)/22-n,2)}});n.each(t,function(t,i){n.easing["easeIn"+t]=i;n.easing["easeOut"+t]=function(n){return 1-i(1-n)};n.easing["easeInOut"+t]=function(n){return.5>n?i(2*n)/2:1-i(-2*n+2)/2}})}()}(jQuery);!function(n,t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],function(i){return t(i,n,n.document,n.Math)}):"object"==typeof exports&&exports?module.exports=t(require("jquery"),n,n.document,n.Math):t(jQuery,n,n.document,n.Math)}("undefined"!=typeof window?window:this,function(n,t,i,r,u){"use strict";var pt="fullpage-wrapper",d="."+pt,wt="fp-scrollable",v="."+wt,g="fp-responsive",ft="fp-notransition",et="fp-destroyed",nt="fp-enabled",ot="fp-viewing",o="active",b="."+o,y="fp-completely",ui="."+y,fi=".section",tt="fp-section",f="."+tt,e=f+b,ei=f+":first",oi=f+":last",bt="fp-tableCell",it="."+bt,si="fp-auto-height",hi="fp-normal-scroll",kt="fp-nav",h="#"+kt,dt="fp-tooltip",ci="."+dt,li="fp-show-active",ai=".slide",st="fp-slide",c="."+st,l=c+b,gt="fp-slides",a="."+gt,ht="fp-slidesContainer",ct="."+ht,lt="fp-table",ni="fp-slidesNav",rt="."+ni,ti=rt+" a",at="fp-controlArrow",k="."+at,vt="fp-prev",vi="."+vt,yi=at+" "+vt,yt=k+vi,ii="fp-next",pi="."+ii,wi=at+" "+ii,ri=k+pi,s=n(t),w=n(i),ut={scrollbars:!0,mouseWheel:!0,hideScrollbars:!1,fadeScrollbars:!1,disableMouse:!0,interactiveScrollbars:!0},p;n.fn.fullpage=function(v){function sr(t,i){ou("autoScrolling",t,i);var r=n(e);v.autoScrolling&&!v.scrollBar?(gi.css({overflow:"hidden",height:"100%"}),vu(tr.recordHistory,"internal"),wt.css({"-ms-touch-action":"none","touch-action":"none"}),r.length&&fr(r.position().top)):(gi.css({overflow:"visible",height:"initial"}),vu(!1,"internal"),wt.css({"-ms-touch-action":"","touch-action":""}),fr(0),r.length&&gi.scrollTop(r.position().top))}function vu(n,t){ou("recordHistory",n,t)}function hr(n,t){"internal"!==t&&v.fadingEffect&&at.fadingEffect&&at.fadingEffect.update(n);ou("scrollingSpeed",n,t)}function yu(n,t){ou("fitToSection",n,t)}function co(n){v.lockAnchors=n}function cr(n){n?(sh(),hh()):(oh(),ch())}function br(t,i){"undefined"!=typeof i?(i=i.replace(/ /g,"").split(","),n.each(i,function(n,i){uo(t,i,"m")})):t?(cr(!0),lh()):(cr(!1),ah())}function pu(t,i){"undefined"!=typeof i?(i=i.replace(/ /g,"").split(","),n.each(i,function(n,i){uo(t,i,"k")})):v.keyboardScrolling=t}function lr(){var t=n(e).prev(f);!t.length&&(v.loopTop||v.continuousVertical)&&(t=n(f).last());t.length&&ur(t,null,!0)}function kr(){var t=n(e).next(f);!t.length&&(v.loopBottom||v.continuousVertical)&&(t=n(f).first());t.length&&ur(t,null,!1)}function wu(n,t){hr(0,"internal");dr(n,t);hr(tr.scrollingSpeed,"internal")}function dr(n,t){var i=ge(n);"undefined"!=typeof t?ef(n,t):i.length>0&&ur(i)}function gr(n){ee("right",n)}function nu(n){ee("left",n)}function bu(t){if(!wt.hasClass(et)){bi=!0;pi=s.height();n(f).each(function(){var i=n(this).find(a),t=n(this).find(c);v.verticalCentered&&n(this).find(it).css("height",ke(n(this))+"px");n(this).css("height",pi+"px");v.scrollOverflow&&(t.length?t.each(function(){fu(n(this))}):fu(n(this)));t.length>1&&vr(i,i.find(l))});var r=n(e),i=r.index(f);i&&wu(i+1);bi=!1;n.isFunction(v.afterResize)&&t&&v.afterResize.call(wt);n.isFunction(v.afterReBuild)&&!t&&v.afterReBuild.call(wt)}}function tu(t){var i=vi.hasClass(g);t?i||(sr(!1,"internal"),yu(!1,"internal"),n(h).hide(),vi.addClass(g),n.isFunction(v.afterResponsive)&&v.afterResponsive.call(wt,t),v.responsiveSlides&&at.responsiveSlides&&at.responsiveSlides.toSections()):i&&(sr(tr.autoScrolling,"internal"),yu(tr.autoScrolling,"internal"),n(h).show(),vi.removeClass(g),n.isFunction(v.afterResponsive)&&v.afterResponsive.call(wt,t),v.responsiveSlides&&at.responsiveSlides&&at.responsiveSlides.toSlides())}function lo(){return{options:v,internals:{getXmovement:we,removeAnimation:rf,getTransforms:cf,lazyLoad:ar,addAnimation:tf,performHorizontalMove:ve,silentLandscapeScroll:eu,keepSlidesPosition:du,silentScroll:fr,styleSlides:gf}}}function ao(){v.css3&&(v.css3=eh());v.scrollBar=v.scrollBar||v.hybrid;yo();po();br(!0);sr(v.autoScrolling,"internal");var t=n(e).find(l);t.length&&(0!==n(e).index(f)||0===n(e).index(f)&&0!==t.index())&&eu(t);pe();to();"complete"===i.readyState&&se();s.on("load",se)}function vo(){s.on("scroll",re).on("hashchange",he).blur(bs).resize(ye);w.keydown(vs).keyup(ps).on("click touchstart",h+" a",ks).on("click touchstart",ti,ds).on("click",ci,ys);n(f).on("click touchstart",k,ws);v.normalScrollElements&&(w.on("mouseenter",v.normalScrollElements,function(){cr(!1)}),w.on("mouseleave",v.normalScrollElements,function(){cr(!0)}))}function ir(n){var i="fp_"+n+"Extension";at[n]="undefined"!=typeof t[i]?new t[i]:null}function yo(){var t=wt.find(v.sectionSelector);v.anchors.length||(v.anchors=t.filter("[data-anchor]").map(function(){return n(this).data("anchor").toString()}).get());v.navigationTooltips.length||(v.navigationTooltips=t.filter("[data-tooltip]").map(function(){return n(this).data("tooltip").toString()}).get())}function po(){wt.css({height:"100%",position:"relative"});wt.addClass(pt);n("html").addClass(nt);pi=s.height();wt.removeClass(et);ko();n(f).each(function(t){var i=n(this),r=i.find(c),u=r.length;wo(i,t);bo(i,t);u>0?gf(i,r,u):v.verticalCentered&&be(i)});v.fixedElements&&v.css3&&n(v.fixedElements).appendTo(vi);v.navigation&&ns();ts();is();v.fadingEffect&&at.fadingEffect&&at.fadingEffect.apply();v.scrollOverflow?("complete"===i.readyState&&ne(),s.on("load",ne)):ie()}function gf(t,i,r){var s=100*r,h=100/r,u;i.wrapAll('<div class="'+ht+'" />');i.parent().wrap('<div class="'+gt+'" />');t.find(ct).css("width",s+"%");r>1&&(v.controlArrows&&go(t),v.slidesNavigation&&fh(t,r));i.each(function(){n(this).css("width",h+"%");v.verticalCentered&&be(n(this))});u=t.find(l);u.length&&(0!==n(e).index(f)||0===n(e).index(f)&&0!==u.index())?eu(u):i.eq(0).addClass(o)}function wo(t,i){i||0!==n(e).length||t.addClass(o);t.css("height",pi+"px");v.paddingTop&&t.css("padding-top",v.paddingTop);v.paddingBottom&&t.css("padding-bottom",v.paddingBottom);"undefined"!=typeof v.sectionsColor[i]&&t.css("background-color",v.sectionsColor[i]);"undefined"!=typeof v.anchors[i]&&t.attr("data-anchor",v.anchors[i])}function bo(t,i){"undefined"!=typeof v.anchors[i]&&t.hasClass(o)&&uf(v.anchors[i],i);v.menu&&v.css3&&n(v.menu).closest(d).length&&n(v.menu).appendTo(vi)}function ko(){wt.find(v.sectionSelector).addClass(tt);wt.find(v.slideSelector).addClass(st)}function go(n){n.find(a).after('<div class="'+yi+'"><\/div><div class="'+wi+'"><\/div>');"#fff"!=v.controlArrowColor&&(n.find(ri).css("border-color","transparent transparent transparent "+v.controlArrowColor),n.find(yt).css("border-color","transparent "+v.controlArrowColor+" transparent transparent"));v.loopHorizontal||n.find(yt).hide()}function ns(){var u,t,s,i,r;for(vi.append('<div id="'+kt+'"><ul><\/ul><\/div>'),u=n(h),u.addClass(function(){return v.showActiveTooltip?li+" "+v.navigationPosition:v.navigationPosition}),t=0;t<n(f).length;t++)s="",v.anchors.length&&(s=v.anchors[t]),i='<li><a href="#'+s+'"><span><\/span><\/a>',r=v.navigationTooltips[t],"undefined"!=typeof r&&""!==r&&(i+='<div class="'+dt+" "+v.navigationPosition+'">'+r+"<\/div>"),i+="<\/li>",u.find("ul").append(i);n(h).css("margin-top","-"+n(h).height()/2+"px");n(h).find("li").eq(n(e).index(f)).find("a").addClass(o)}function ne(){n(f).each(function(){var t=n(this).find(c);t.length?t.each(function(){fu(n(this))}):fu(n(this))});ie()}function ts(){wt.find('iframe[src*="youtube.com/embed/"]').each(function(){te(n(this),"enablejsapi=1")})}function is(){wt.find('iframe[src*="player.vimeo.com/"]').each(function(){te(n(this),"api=1")})}function te(n,t){var i=n.attr("src");n.attr("src",i+rs(i)+t)}function rs(n){return/\?/.test(n)?"&":"?"}function ie(){var t=n(e);t.addClass(y);v.scrollOverflowHandler.afterRender&&v.scrollOverflowHandler.afterRender(t);ar(t);uu(t);n.isFunction(v.afterLoad)&&v.afterLoad.call(t,t.data("anchor"),t.index(f)+1);n.isFunction(v.afterRender)&&v.afterRender.call(wt)}function re(){var t,r,k,d,g;if(!v.autoScrolling||v.scrollBar){var a=s.scrollTop(),nt=fs(a),p=0,tt=a+s.height()/2,it=vi.height()-s.height()===a,u=i.querySelectorAll(f);if(it)p=u.length-1;else for(r=0;r<u.length;++r)k=u[r],k.offsetTop<=tt&&(p=r);if(us(nt)&&(n(e).hasClass(y)||n(e).addClass(y).siblings().removeClass(y)),t=n(u).eq(p),!t.hasClass(o)){bf=!0;var w=n(e),rt=w.index(f)+1,ut=ff(t),h=t.data("anchor"),c=t.index(f)+1,b=t.find(l);b.length&&(d=b.data("anchor"),g=b.index());ki&&(t.addClass(o).siblings().removeClass(o),n.isFunction(v.onLeave)&&v.onLeave.call(w,rt,c,ut),n.isFunction(v.afterLoad)&&v.afterLoad.call(t,h,c),gu(w),ar(t),uu(t),uf(h,c-1),v.anchors.length&&(er=h),of(g,d,h,c));clearTimeout(pf);pf=setTimeout(function(){bf=!1},100)}v.fitToSection&&(clearTimeout(wf),wf=setTimeout(function(){ki&&v.fitToSection&&(n(e).is(t)&&(bi=!0),ur(n(e)),bi=!1)},v.fitToSectionDelay))}}function us(t){var i=n(e).position().top,r=i+s.height();return"up"==t?r>=s.scrollTop()+s.height():i<=s.scrollTop()}function fs(n){var t=n>so?"down":"up";return so=n,kf=n,t}function iu(n,t){if(ii.m[n]){var r="down"===n?"bottom":"top",i="down"===n?kr:lr;if(at.scrollHorizontally&&(i=at.scrollHorizontally.getScrollSection(n,i)),t.length>0){if(!v.scrollOverflowHandler.isScrolled(r,t))return!0;i()}else i()}}function es(t){var u=t.originalEvent,i=n(u.target).closest(f),e,o;!ue(t.target)&&ku(u)&&(v.autoScrolling&&t.preventDefault(),e=v.scrollOverflowHandler.scrollable(i),ki&&!nr&&(o=ro(u),wr=o.y,lu=o.x,i.find(a).length&&r.abs(cu-lu)>r.abs(pr-wr)?r.abs(cu-lu)>s.outerWidth()/100*v.touchSensitivity&&(cu>lu?ii.m.right&&gr(i):ii.m.left&&nu(i)):v.autoScrolling&&r.abs(pr-wr)>s.height()/100*v.touchSensitivity&&(pr>wr?iu("down",e):wr>pr&&iu("up",e))))}function ue(t,i){i=i||0;var r=n(t).parent();return i<v.normalScrollElementTouchThreshold&&r.is(v.normalScrollElements)?!0:i==v.normalScrollElementTouchThreshold?!1:ue(r,++i)}function ku(n){return"undefined"==typeof n.pointerType||"mouse"!=n.pointerType}function os(n){var i=n.originalEvent,t;(v.fitToSection&&gi.stop(),ku(i))&&(t=ro(i),pr=t.y,cu=t.x)}function fe(n,t){for(var u=0,f=n.slice(r.max(n.length-t,1)),i=0;i<f.length;i++)u+=f[i];return r.ceil(u/t)}function rr(i){var u=(new Date).getTime(),s=n(ui).hasClass(hi);if(v.autoScrolling&&!su&&!s){i=i||t.event;var f=i.wheelDelta||-i.deltaY||-i.detail,h=r.max(-1,r.min(1,f)),c="undefined"!=typeof i.wheelDeltaX||"undefined"!=typeof i.deltaX,l=r.abs(i.wheelDeltaX)<r.abs(i.wheelDelta)||r.abs(i.deltaX)<r.abs(i.deltaY)||!c;or.length>149&&or.shift();or.push(r.abs(f));v.scrollBar&&(i.preventDefault?i.preventDefault():i.returnValue=!1);var a=n(e),o=v.scrollOverflowHandler.scrollable(a),y=u-ho;if(ho=u,y>200&&(or=[]),ki){var p=fe(or,10),w=fe(or,70),b=p>=w;b&&l&&(0>h?iu("down",o):iu("up",o))}return!1}v.fitToSection&&gi.stop()}function ee(t,i){var o="undefined"==typeof i?n(e):i,f=o.find(a),s=f.find(c).length,r,u;if(!(!f.length||nr||2>s)){if(r=f.find(l),u=null,u="left"===t?r.prev(c):r.next(c),!u.length){if(!v.loopHorizontal)return;u="left"===t?r.siblings(":last"):r.siblings(":first")}nr=!0;vr(f,u,t)}}function du(){n(l).each(function(){eu(n(this),"internal")})}function ss(n){var i=n.position(),t=i.top,r=i.top>kf,u=t-pi+n.outerHeight(),f=v.bigSectionsDestination;return n.outerHeight()>pi?(!r&&!f||"bottom"===f)&&(t=u):(r||bi&&n.is(":last-child"))&&(t=u),kf=t,t}function ur(t,i,r){var h,u,c,a;"undefined"!=typeof t&&(h=ss(t),u={element:t,callback:i,isMovementUp:r,dtop:h,yMovement:ff(t),anchorLink:t.data("anchor"),sectionIndex:t.index(f),activeSlide:t.find(l),activeSection:n(e),leavingSection:n(e).index(f)+1,localIsResizing:bi},u.activeSection.is(t)&&!bi||v.scrollBar&&s.scrollTop()===u.dtop&&!t.hasClass(si)||(u.activeSlide.length&&(c=u.activeSlide.data("anchor"),a=u.activeSlide.index()),v.autoScrolling&&v.continuousVertical&&"undefined"!=typeof u.isMovementUp&&(!u.isMovementUp&&"up"==u.yMovement||u.isMovementUp&&"down"==u.yMovement)&&(u=ls(u)),(!n.isFunction(v.onLeave)||u.localIsResizing||v.onLeave.call(u.activeSection,u.leavingSection,u.sectionIndex+1,u.yMovement)!==!1)&&(gu(u.activeSection),t.addClass(o).siblings().removeClass(o),ar(t),v.scrollOverflowHandler.onLeave(),ki=!1,of(a,c,u.anchorLink,u.sectionIndex),hs(u),er=u.anchorLink,uf(u.anchorLink,u.sectionIndex))))}function hs(t){var r,i;v.css3&&v.autoScrolling&&!v.scrollBar?(r="translate3d(0px, -"+t.dtop+"px, 0px)",de(r,!0),v.scrollingSpeed?vf=setTimeout(function(){ru(t)},v.scrollingSpeed):ru(t)):(i=cs(t),n(i.element).animate(i.options,v.scrollingSpeed,v.easing).promise().done(function(){v.scrollBar?setTimeout(function(){ru(t)},30):ru(t)}))}function cs(n){var t={};return v.autoScrolling&&!v.scrollBar?(t.options={top:-n.dtop},t.element=d):(t.options={scrollTop:n.dtop},t.element="html, body"),t}function ls(t){return t.isMovementUp?n(e).before(t.activeSection.nextAll(f)):n(e).after(t.activeSection.prevAll(f).get().reverse()),fr(n(e).position().top),du(),t.wrapAroundElements=t.activeSection,t.dtop=t.element.position().top,t.yMovement=ff(t.element),t}function as(t){t.wrapAroundElements&&t.wrapAroundElements.length&&(t.isMovementUp?n(ei).before(t.wrapAroundElements):n(oi).after(t.wrapAroundElements),fr(n(e).position().top),du())}function ru(t){as(t);n.isFunction(v.afterLoad)&&!t.localIsResizing&&v.afterLoad.call(t.element,t.anchorLink,t.sectionIndex+1);v.scrollOverflowHandler.afterLoad();v.resetSliders&&at.resetSliders&&at.resetSliders.apply(t);uu(t.element);t.element.addClass(y).siblings().removeClass(y);ki=!0;n.isFunction(t.callback)&&t.callback.call(this)}function ar(t){var t=nf(t);t.find("img[data-src], source[data-src], audio[data-src], iframe[data-src]").each(function(){n(this).attr("src",n(this).data("src"));n(this).removeAttr("data-src");n(this).is("source")&&n(this).closest("video").get(0).load()})}function uu(t){var t=nf(t);t.find("video, audio").each(function(){var t=n(this).get(0);t.hasAttribute("data-autoplay")&&"function"==typeof t.play&&t.play()});t.find('iframe[src*="youtube.com/embed/"]').each(function(){var t=n(this).get(0);t.hasAttribute("data-autoplay")&&oe(t);t.onload=function(){t.hasAttribute("data-autoplay")&&oe(t)}})}function oe(n){n.contentWindow.postMessage('{"event":"command","func":"playVideo","args":""}',"*")}function gu(t){var t=nf(t);t.find("video, audio").each(function(){var t=n(this).get(0);t.hasAttribute("data-keepplaying")||"function"!=typeof t.pause||t.pause()});t.find('iframe[src*="youtube.com/embed/"]').each(function(){var t=n(this).get(0);/youtube\.com\/embed\//.test(n(this).attr("src"))&&!t.hasAttribute("data-keepplaying")&&n(this).get(0).contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}',"*")})}function nf(t){var i=t.find(l);return i.length&&(t=n(i)),t}function se(){var i=t.location.hash.replace("#","").split("/"),n=decodeURIComponent(i[0]),r=decodeURIComponent(i[1]);n&&(v.animateAnchor?ef(n,r):wu(n,r))}function he(){if(!bf&&!v.lockAnchors){var r=t.location.hash.replace("#","").split("/"),n=decodeURIComponent(r[0]),i=decodeURIComponent(r[1]),u="undefined"==typeof er,f="undefined"==typeof er&&"undefined"==typeof i&&!nr;n.length&&(n&&n!==er&&!u||f||!nr&&lf!=i)&&ef(n,i)}}function vs(t){var i,r,u;clearTimeout(oo);i=n(":focus");i.is("textarea")||i.is("input")||i.is("select")||"true"===i.attr("contentEditable")||""===i.attr("contentEditable")||!v.keyboardScrolling||!v.autoScrolling||(r=t.which,u=[40,38,32,33,34],n.inArray(r,u)>-1&&t.preventDefault(),su=t.ctrlKey,oo=setTimeout(function(){gs(t)},150))}function ys(){n(this).prev().trigger("click")}function ps(n){eo&&(su=n.ctrlKey)}function ce(n){2==n.which&&(au=n.pageY,wt.on("mousemove",nh))}function le(n){2==n.which&&wt.off("mousemove")}function ws(){var t=n(this).closest(f);n(this).hasClass(vt)?ii.m.left&&nu(t):ii.m.right&&gr(t)}function bs(){eo=!1;su=!1}function ks(t){t.preventDefault();var i=n(this).parent().index();ur(n(f).eq(i))}function ds(t){t.preventDefault();var i=n(this).closest(f).find(a),r=i.find(c).eq(n(this).closest("li").index());vr(i,r)}function gs(t){var i=t.shiftKey;switch(t.which){case 38:case 33:ii.k.up&&lr();break;case 32:if(i&&ii.k.up){lr();break}case 40:case 34:ii.k.down&&kr();break;case 36:ii.k.up&&dr(1);break;case 35:ii.k.down&&dr(n(f).length);break;case 37:ii.k.left&&nu();break;case 39:ii.k.right&&gr();break;default:return}}function nh(n){ki&&(n.pageY<au&&ii.m.up?lr():n.pageY>au&&ii.m.down&&kr());au=n.pageY}function vr(t,i,r){var e=t.closest(f),u={slides:t,destiny:i,direction:r,destinyPos:i.position(),slideIndex:i.index(),section:e,sectionIndex:e.index(f),anchorLink:e.data("anchor"),slidesNav:e.find(rt),slideAnchor:hf(i),prevSlide:e.find(l),prevSlideIndex:e.find(l).index(),localIsResizing:bi};return u.xMovement=we(u.prevSlideIndex,u.slideIndex),u.localIsResizing||(ki=!1),v.onSlideLeave&&!u.localIsResizing&&"none"!==u.xMovement&&n.isFunction(v.onSlideLeave)&&v.onSlideLeave.call(u.prevSlide,u.anchorLink,u.sectionIndex+1,u.prevSlideIndex,u.xMovement,u.slideIndex)===!1?void(nr=!1):(gu(u.prevSlide),i.addClass(o).siblings().removeClass(o),u.localIsResizing||ar(i),!v.loopHorizontal&&v.controlArrows&&(e.find(yt).toggle(0!==u.slideIndex),e.find(ri).toggle(!i.is(":last-child"))),e.hasClass(o)&&of(u.slideIndex,u.slideAnchor,u.anchorLink,u.sectionIndex),at.continuousHorizontal&&at.continuousHorizontal.apply(u),ve(t,u,!0),void(v.interlockedSlides&&at.interlockedSlides&&at.interlockedSlides.apply(u)))}function ae(t){at.continuousHorizontal&&at.continuousHorizontal.afterSlideLoads(t);th(t.slidesNav,t.slideIndex);t.localIsResizing||(n.isFunction(v.afterSlideLoad)&&v.afterSlideLoad.call(t.destiny,t.anchorLink,t.sectionIndex+1,t.slideAnchor,t.slideIndex),ki=!0);uu(t.destiny);nr=!1;at.interlockedSlides&&at.interlockedSlides.apply(t)}function ve(n,t,i){var u=t.destinyPos,f;v.css3?(f="translate3d(-"+r.round(u.left)+"px, 0px, 0px)",tf(n.find(ct)).css(cf(f)),yf=setTimeout(function(){i&&ae(t)},v.scrollingSpeed,v.easing)):n.animate({scrollLeft:r.round(u.left)},v.scrollingSpeed,v.easing,function(){i&&ae(t)})}function th(n,t){n.find(b).removeClass(o);n.find("li").eq(t).find("a").addClass(o)}function ye(){var t,u;(pe(),hu)?(t=n(i.activeElement),t.is("textarea")||t.is("input")||t.is("select")||(u=s.height(),r.abs(u-df)>r.max(df,u)/5&&(bu(!0),df=u))):(clearTimeout(af),af=setTimeout(function(){bu(!0)},350))}function pe(){var n=v.responsive||v.responsiveWidth,t=v.responsiveHeight,i=n&&s.outerWidth()<n,r=t&&s.height()<t;n&&t?tu(i||r):n?tu(i):t&&tu(r)}function tf(n){var t="all "+v.scrollingSpeed+"ms "+v.easingcss3;return n.removeClass(ft),n.css({"-webkit-transition":t,transition:t})}function rf(n){return n.addClass(ft)}function ih(t,i){v.navigation&&(n(h).find(b).removeClass(o),t?n(h).find('a[href="#'+t+'"]').addClass(o):n(h).find("li").eq(i).find("a").addClass(o))}function rh(t){v.menu&&(n(v.menu).find(b).removeClass(o),n(v.menu).find('[data-menuanchor="'+t+'"]').addClass(o))}function uf(n,t){rh(n);ih(n,t)}function ff(t){var i=n(e).index(f),r=t.index(f);return i==r?"none":i>r?"up":"down"}function we(n,t){return n==t?"none":n>t?"left":"right"}function fu(n){var r;if(!n.hasClass("fp-noscroll")){n.css("overflow","hidden");var i,t=v.scrollOverflowHandler,u=t.wrapContent(),e=n.closest(f),o=t.scrollable(n);o.length?i=t.scrollHeight(n):(i=n.get(0).scrollHeight,v.verticalCentered&&(i=n.find(it).get(0).scrollHeight));r=pi-parseInt(e.css("padding-bottom"))-parseInt(e.css("padding-top"));i>r?o.length?t.update(n,r):(v.verticalCentered?n.find(it).wrapInner(u):n.wrapInner(u),t.create(n,r)):t.remove(n);n.css("overflow","")}}function be(n){n.hasClass(lt)||n.addClass(lt).wrapInner('<div class="'+bt+'" style="height:'+ke(n)+'px;" />')}function ke(n){var i=pi,t,r;return(v.paddingTop||v.paddingBottom)&&(t=n,t.hasClass(tt)||(t=n.closest(f)),r=parseInt(t.css("padding-top"))+parseInt(t.css("padding-bottom")),i=pi-r),i}function de(n,t){t?tf(wt):rf(wt);wt.css(cf(n));setTimeout(function(){wt.removeClass(ft)},10)}function ge(t){var i=wt.find(f+'[data-anchor="'+t+'"]');return i.length||(i=n(f).eq(t-1)),i}function uh(n,t){var r=t.find(a),i=r.find(c+'[data-anchor="'+n+'"]');return i.length||(i=r.find(c).eq(n)),i}function ef(n,t){var i=ge(n);"undefined"==typeof t&&(t=0);n===er||i.hasClass(o)?no(i,t):ur(i,function(){no(i,t)})}function no(n,t){if("undefined"!=typeof t){var r=n.find(a),i=uh(t,n);i.length&&vr(r,i)}}function fh(n,t){var i,r;for(n.append('<div class="'+ni+'"><ul><\/ul><\/div>'),i=n.find(rt),i.addClass(v.slidesNavPosition),r=0;t>r;r++)i.find("ul").append('<li><a href="#"><span><\/span><\/a><\/li>');i.css("margin-left","-"+i.width()/2+"px");i.find("li").first().find("a").addClass(o)}function of(n,t,i){var r="";v.anchors.length&&!v.lockAnchors&&(n?("undefined"!=typeof i&&(r=i),"undefined"==typeof t&&(t=n),lf=t,sf(r+"/"+t)):"undefined"!=typeof n?(lf=t,sf(i)):sf(i));to()}function sf(n){if(v.recordHistory)location.hash=n;else if(hu||yr)t.history.replaceState(u,u,"#"+n);else{var i=t.location.href.split("#")[0];t.location.replace(i+"#"+n)}}function hf(n){var t=n.data("anchor"),i=n.index();return"undefined"==typeof t&&(t=i),t}function to(){var i=n(e),r=i.find(l),f=hf(i),o=hf(r),t=String(f),u;r.length&&(t=t+"-"+o);t=t.replace("/","-").replace("#","");u=new RegExp("\\b\\s?"+ot+"-[^\\s]+\\b","g");vi[0].className=vi[0].className.replace(u,"");vi.addClass(ot+"-"+t)}function eh(){var r,n=i.createElement("p"),e={webkitTransform:"-webkit-transform",OTransform:"-o-transform",msTransform:"-ms-transform",MozTransform:"-moz-transform",transform:"transform"},f;i.body.insertBefore(n,null);for(f in e)n.style[f]!==u&&(n.style[f]="translate3d(1px,1px,1px)",r=t.getComputedStyle(n).getPropertyValue(e[f]));return i.body.removeChild(n),r!==u&&r.length>0&&"none"!==r}function oh(){i.addEventListener?(i.removeEventListener("mousewheel",rr,!1),i.removeEventListener("wheel",rr,!1),i.removeEventListener("MozMousePixelScroll",rr,!1)):i.detachEvent("onmousewheel",rr)}function sh(){var n,r="",f;t.addEventListener?n="addEventListener":(n="attachEvent",r="on");f="onwheel"in i.createElement("div")?"wheel":i.onmousewheel!==u?"mousewheel":"DOMMouseScroll";"DOMMouseScroll"==f?i[n](r+"MozMousePixelScroll",rr,!1):i[n](r+f,rr,!1)}function hh(){wt.on("mousedown",ce).on("mouseup",le)}function ch(){wt.off("mousedown",ce).off("mouseup",le)}function lh(){if(hu||yr){var t=io();n(d).off("touchstart "+t.down).on("touchstart "+t.down,os).off("touchmove "+t.move).on("touchmove "+t.move,es)}}function ah(){if(hu||yr){var t=io();n(d).off("touchstart "+t.down).off("touchmove "+t.move)}}function io(){return t.PointerEvent?{down:"pointerdown",move:"pointermove"}:{down:"MSPointerDown",move:"MSPointerMove"}}function ro(n){var t=[];return t.y="undefined"!=typeof n.pageY&&(n.pageY||n.pageX)?n.pageY:n.touches[0].pageY,t.x="undefined"!=typeof n.pageX&&(n.pageY||n.pageX)?n.pageX:n.touches[0].pageX,yr&&ku(n)&&v.scrollBar&&(t.y=n.touches[0].pageY,t.x=n.touches[0].pageX),t}function eu(n,t){hr(0,"internal");"undefined"!=typeof t&&(bi=!0);vr(n.closest(a),n);"undefined"!=typeof t&&(bi=!1);hr(tr.scrollingSpeed,"internal")}function fr(n){if(v.scrollBar)wt.scrollTop(n);else if(v.css3){var t="translate3d(0px, -"+n+"px, 0px)";de(t,!1)}else wt.css("top",-n)}function cf(n){return{"-webkit-transform":n,"-moz-transform":n,"-ms-transform":n,transform:n}}function uo(n,t,i){switch(t){case"up":ii[i].up=n;break;case"down":ii[i].down=n;break;case"left":ii[i].left=n;break;case"right":ii[i].right=n;break;case"all":"m"==i?br(n):pu(n)}}function vh(t){sr(!1,"internal");br(!1);pu(!1);wt.addClass(et);clearTimeout(yf);clearTimeout(vf);clearTimeout(af);clearTimeout(pf);clearTimeout(wf);s.off("scroll",re).off("hashchange",he).off("resize",ye);w.off("click",h+" a").off("mouseenter",h+" li").off("mouseleave",h+" li").off("click",ti).off("mouseover",v.normalScrollElements).off("mouseout",v.normalScrollElements);n(f).off("click",k);clearTimeout(yf);clearTimeout(vf);t&&yh()}function yh(){fr(0);wt.find("img[data-src], source[data-src], audio[data-src], iframe[data-src]").each(function(){n(this).attr("src",n(this).data("src"));n(this).removeAttr("data-src")});n(h+", "+rt+", "+k).remove();n(f).css({height:"","background-color":"",padding:""});n(c).css({width:""});wt.css({height:"",position:"","-ms-touch-action":"","touch-action":""});gi.css({overflow:"",height:""});n("html").removeClass(nt);vi.removeClass(g);n.each(vi.get(0).className.split(/\s+/),function(n,t){0===t.indexOf(ot)&&vi.removeClass(t)});n(f+", "+c).each(function(){v.scrollOverflowHandler.remove(n(this));n(this).removeClass(lt+" "+o)});rf(wt);wt.find(it+", "+ct+", "+a).each(function(){n(this).replaceWith(this.childNodes)});gi.scrollTop(0);var t=[tt,st,ht];n.each(t,function(t,i){n("."+i).removeClass(i)})}function ou(n,t,i){v[n]=t;"internal"!==i&&(tr[n]=t)}function fo(){return n("html").hasClass(nt)?void di("error","Fullpage.js can only be initialized once and you are doing it multiple times!"):(v.continuousVertical&&(v.loopTop||v.loopBottom)&&(v.continuousVertical=!1,di("warn","Option `loopTop/loopBottom` is mutually exclusive with `continuousVertical`; `continuousVertical` disabled")),v.scrollBar&&v.scrollOverflow&&di("warn","Option `scrollBar` is mutually exclusive with `scrollOverflow`. Sections with scrollOverflow might not work well in Firefox"),v.continuousVertical&&v.scrollBar&&(v.continuousVertical=!1,di("warn","Option `scrollBar` is mutually exclusive with `continuousVertical`; `continuousVertical` disabled")),void n.each(v.anchors,function(t,i){var r=w.find("[name]").filter(function(){return n(this).attr("name")&&n(this).attr("name").toLowerCase()==i.toLowerCase()}),u=w.find("[id]").filter(function(){return n(this).attr("id")&&n(this).attr("id").toLowerCase()==i.toLowerCase()});(u.length||r.length)&&(di("error","data-anchor tags can not have the same value as any `id` element on the site (or `name` element for IE)."),u.length&&di("error",'"'+i+'" is is being used by another element `id` property'),r.length&&di("error",'"'+i+'" is is being used by another element `name` property'))}))}function di(n,t){console&&console[n]&&console[n]("fullPage: "+t)}var af,vf,yf,pf,wf,oo,tr;if(n("html").hasClass(nt))return void fo();var gi=n("html, body"),vi=n("body"),at=n.fn.fullpage;v=n.extend({menu:!1,anchors:[],lockAnchors:!1,navigation:!1,navigationPosition:"right",navigationTooltips:[],showActiveTooltip:!1,slidesNavigation:!1,slidesNavPosition:"bottom",scrollBar:!1,hybrid:!1,css3:!0,scrollingSpeed:700,autoScrolling:!0,fitToSection:!0,fitToSectionDelay:1e3,easing:"easeInOutCubic",easingcss3:"ease",loopBottom:!1,loopTop:!1,loopHorizontal:!0,continuousVertical:!1,continuousHorizontal:!0,scrollHorizontally:!0,interlockedSlides:!1,resetSliders:!1,fadingEffect:!1,normalScrollElements:null,scrollOverflow:!1,scrollOverflowHandler:p,scrollOverflowOptions:null,touchSensitivity:5,normalScrollElementTouchThreshold:5,bigSectionsDestination:null,keyboardScrolling:!0,animateAnchor:!0,recordHistory:!0,controlArrows:!0,controlArrowColor:"#fff",verticalCentered:!0,sectionsColor:[],paddingTop:0,paddingBottom:0,fixedElements:null,responsive:0,responsiveWidth:0,responsiveHeight:0,responsiveSlides:!1,sectionSelector:fi,slideSelector:ai,afterLoad:null,onLeave:null,afterRender:null,afterResize:null,afterReBuild:null,afterSlideLoad:null,onSlideLeave:null,afterResponsive:null},v);var er,lf,su,nr=!1,hu=navigator.userAgent.match(/(iPhone|iPod|iPad|Android|playbook|silk|BlackBerry|BB10|Windows Phone|Tizen|Bada|webOS|IEMobile|Opera Mini)/),yr="ontouchstart"in t||navigator.msMaxTouchPoints>0||navigator.maxTouchPoints,wt=n(this),pi=s.height(),bi=!1,eo=!0,ki=!0,or=[],ii={};ii.m={up:!0,down:!0,left:!0,right:!0};ii.k=n.extend(!0,{},ii.m);tr=n.extend(!0,{},v);fo();ut.click=yr;ut=n.extend(ut,v.scrollOverflowOptions);n.extend(n.easing,{easeInOutCubic:function(n,t,i,r,u){return(t/=u/2)<1?r/2*t*t*t+i:r/2*((t-=2)*t*t+2)+i}});n(this).length&&(at.setAutoScrolling=sr,at.setRecordHistory=vu,at.setScrollingSpeed=hr,at.setFitToSection=yu,at.setLockAnchors=co,at.setMouseWheelScrolling=cr,at.setAllowScrolling=br,at.setKeyboardScrolling=pu,at.moveSectionUp=lr,at.moveSectionDown=kr,at.silentMoveTo=wu,at.moveTo=dr,at.moveSlideRight=gr,at.moveSlideLeft=nu,at.reBuild=bu,at.setResponsive=tu,at.getFullpageData=lo,at.destroy=vh,ir("continuousHorizontal"),ir("scrollHorizontally"),ir("resetSliders"),ir("interlockedSlides"),ir("responsiveSlides"),ir("fadingEffect"),ao(),vo());var bf=!1,so=0,pr=0,cu=0,wr=0,lu=0,ho=(new Date).getTime(),kf=0,au=0,df=pi};"undefined"!=typeof IScroll&&(IScroll.prototype.wheelOn=function(){this.wrapper.addEventListener("wheel",this);this.wrapper.addEventListener("mousewheel",this);this.wrapper.addEventListener("DOMMouseScroll",this)},IScroll.prototype.wheelOff=function(){this.wrapper.removeEventListener("wheel",this);this.wrapper.removeEventListener("mousewheel",this);this.wrapper.removeEventListener("DOMMouseScroll",this)});p={refreshId:null,iScrollInstances:[],onLeave:function(){var t=n(e).find(v).data("iscrollInstance");"undefined"!=typeof t&&t&&t.wheelOff()},afterLoad:function(){var t=n(e).find(v).data("iscrollInstance");"undefined"!=typeof t&&t&&t.wheelOn()},create:function(t,i){var r=t.find(v);r.height(i);r.each(function(){var i=jQuery(this),t=i.data("iscrollInstance");t&&n.each(p.iScrollInstances,function(){n(this).destroy()});t=new IScroll(i.get(0),ut);p.iScrollInstances.push(t);i.data("iscrollInstance",t)})},isScrolled:function(n,t){var i=t.data("iscrollInstance");return i?"top"===n?i.y>=0&&!t.scrollTop():"bottom"===n?0-i.y+t.scrollTop()+1+t.innerHeight()>=t[0].scrollHeight:void 0:!0},scrollable:function(n){return n.find(a).length?n.find(l).find(v):n.find(v)},scrollHeight:function(n){return n.find(v).children().first().get(0).scrollHeight},remove:function(n){var t=n.find(v),i;t.length&&(i=t.data("iscrollInstance"),i.destroy(),t.data("iscrollInstance",null));n.find(v).children().first().children().first().unwrap().unwrap()},update:function(t,i){clearTimeout(p.refreshId);p.refreshId=setTimeout(function(){n.each(p.iScrollInstances,function(){n(this).get(0).refresh()})},150);t.find(v).css("height",i+"px").parent().css("height",i+"px")},wrapContent:function(){return'<div class="'+wt+'"><div class="fp-scroller"><\/div><\/div>'}}})