@tsparticles/preset-links 3.1.0 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
1
  /*! For license information please see tsparticles.preset.links.bundle.min.js.LICENSE.txt */
2
- !function(t,e){if("object"==typeof exports&&"object"==typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var i=e();for(var s in i)("object"==typeof exports?exports:t)[s]=i[s]}}(this,(()=>(()=>{var t={d:(e,i)=>{for(var s in i)t.o(i,s)&&!t.o(e,s)&&Object.defineProperty(e,s,{enumerable:!0,get:i[s]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r:t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}},e={};t.r(e),t.d(e,{loadLinksPreset:()=>es,tsParticles:()=>zi});const i="generated",s="pointerleave",n="pointermove",o="touchend",a="tsParticles - Error",r=100,c=1e3;var h;function l(t){return"boolean"==typeof t}function d(t){return"string"==typeof t}function u(t){return"number"==typeof t}function p(t){return"object"==typeof t&&null!==t}function f(t){return Array.isArray(t)}!function(t){t.bottom="bottom",t.bottomLeft="bottom-left",t.bottomRight="bottom-right",t.left="left",t.none="none",t.right="right",t.top="top",t.topLeft="top-left",t.topRight="top-right",t.outside="outside",t.inside="inside"}(h||(h={}));const v=0,y=0,m=0;class g{constructor(t,e,i){if(this._updateFromAngle=(t,e)=>{this.x=Math.cos(t)*e,this.y=Math.sin(t)*e},!u(t)&&t){this.x=t.x,this.y=t.y;const e=t;this.z=e.z?e.z:m}else{if(void 0===t||void 0===e)throw new Error(`${a} Vector3d not initialized correctly`);this.x=t,this.y=e,this.z=i??m}}static get origin(){return g.create(v,y,m)}get angle(){return Math.atan2(this.y,this.x)}set angle(t){this._updateFromAngle(t,this.length)}get length(){return Math.sqrt(this.getLengthSq())}set length(t){this._updateFromAngle(this.angle,t)}static clone(t){return g.create(t.x,t.y,t.z)}static create(t,e,i){return new g(t,e,i)}add(t){return g.create(this.x+t.x,this.y+t.y,this.z+t.z)}addTo(t){this.x+=t.x,this.y+=t.y,this.z+=t.z}copy(){return g.clone(this)}distanceTo(t){return this.sub(t).length}distanceToSq(t){return this.sub(t).getLengthSq()}div(t){return g.create(this.x/t,this.y/t,this.z/t)}divTo(t){this.x/=t,this.y/=t,this.z/=t}getLengthSq(){return this.x**2+this.y**2}mult(t){return g.create(this.x*t,this.y*t,this.z*t)}multTo(t){this.x*=t,this.y*=t,this.z*=t}normalize(){const t=this.length;0!=t&&this.multTo(1/t)}rotate(t){return g.create(this.x*Math.cos(t)-this.y*Math.sin(t),this.x*Math.sin(t)+this.y*Math.cos(t),m)}setTo(t){this.x=t.x,this.y=t.y;const e=t;this.z=e.z?e.z:m}sub(t){return g.create(this.x-t.x,this.y-t.y,this.z-t.z)}subFrom(t){this.x-=t.x,this.y-=t.y,this.z-=t.z}}class w extends g{constructor(t,e){super(t,e,m)}static get origin(){return w.create(v,y)}static clone(t){return w.create(t.x,t.y)}static create(t,e){return new w(t,e)}}let b=Math.random;new Map;const _=2*Math.PI;function x(){return k(b(),0,1-Number.EPSILON)}function k(t,e,i){return Math.min(Math.max(t,e),i)}function z(t,e,i,s){return Math.floor((t*i+e*s)/(i+s))}function M(t){const e=O(t);let i=C(t);return e===i&&(i=0),x()*(e-i)+i}function P(t){return u(t)?t:M(t)}function C(t){return u(t)?t:t.min}function O(t){return u(t)?t:t.max}function S(t,e){if(t===e||void 0===e&&u(t))return t;const i=C(t),s=O(t);return void 0!==e?{min:Math.min(i,e),max:Math.max(s,e)}:S(i,s)}function T(t,e){const i=t.x-e.x,s=t.y-e.y;return{dx:i,dy:s,distance:Math.sqrt(i**2+s**2)}}function D(t,e){return T(t,e).distance}function I(t){return t*Math.PI/180}function R(t){return{x:t.position?.x??x()*t.size.width,y:t.position?.y??x()*t.size.height}}function L(t){return t?t.endsWith("%")?parseFloat(t)/r:parseFloat(t):1}var E,F,A,q,B,W;!function(t){t.auto="auto",t.increase="increase",t.decrease="decrease",t.random="random"}(E||(E={})),function(t){t.increasing="increasing",t.decreasing="decreasing"}(F||(F={})),function(t){t.none="none",t.max="max",t.min="min"}(A||(A={})),function(t){t.bottom="bottom",t.left="left",t.right="right",t.top="top"}(q||(q={})),function(t){t.precise="precise",t.percent="percent"}(B||(B={})),function(t){t.max="max",t.min="min",t.random="random"}(W||(W={}));const H={debug:console.debug,error:console.error,info:console.info,log:console.log,verbose:console.log,warning:console.warn};function U(){return H}function V(){return"undefined"==typeof window||!window||void 0===window.document||!window.document}function $(t){if(!V()&&"undefined"!=typeof matchMedia)return matchMedia(t)}function G(t,e){return t===e||f(e)&&e.indexOf(t)>-1}function j(t,e,i=!0){return t[void 0!==e&&i?e%t.length:function(t){return Math.floor(x()*t.length)}(t)]}function Q(t,e,i,s,n){return function(t,e,i,s){let n=!0;s&&s!==q.bottom||(n=t.top<e.height+i.x);!n||s&&s!==q.left||(n=t.right>i.x);!n||s&&s!==q.right||(n=t.left<e.width+i.y);!n||s&&s!==q.top||(n=t.bottom>i.y);return n}(X(t,s??0),e,i,n)}function X(t,e){return{bottom:t.y+e,left:t.x-e,right:t.x+e,top:t.y-e}}function Y(t,...e){for(const i of e){if(null==i)continue;if(!p(i)){t=i;continue}const e=Array.isArray(i);!e||!p(t)&&t&&Array.isArray(t)?e||!p(t)&&t&&!Array.isArray(t)||(t={}):t=[];for(const e in i){if("__proto__"===e)continue;const s=i[e],n=t;n[e]=p(s)&&Array.isArray(s)?s.map((t=>Y(n[e],t))):Y(n[e],s)}}return t}function N(t,e){return f(t)?t.map(((t,i)=>e(t,i))):e(t,0)}function Z(t,e,i){return f(t)?j(t,e,i):t}function J(t,e){const i=t.value,s=t.animation,n={delayTime:P(s.delay)*c,enable:s.enable,value:P(t.value)*e,max:O(i)*e,min:C(i)*e,loops:0,maxLoops:P(s.count),time:0};if(s.enable){switch(n.decay=1-P(s.decay),s.mode){case E.increase:n.status=F.increasing;break;case E.decrease:n.status=F.decreasing;break;case E.random:n.status=x()>=.5?F.increasing:F.decreasing}const t=s.mode===E.auto;switch(s.startValue){case W.min:n.value=n.min,t&&(n.status=F.increasing);break;case W.max:n.value=n.max,t&&(n.status=F.decreasing);break;case W.random:default:n.value=M(n),t&&(n.status=x()>=.5?F.increasing:F.decreasing)}}return n.initialValue=n.value,n}function K(t,e){if(!(t.mode===B.percent)){const{mode:e,...i}=t;return i}return"x"in t?{x:t.x/r*e.width,y:t.y/r*e.height}:{width:t.width/r*e.width,height:t.height/r*e.height}}function tt(t,e){return K(t,e)}function et(t,e,i,s,n){if(t.destroyed||!e||!e.enable||(e.maxLoops??0)>0&&(e.loops??0)>(e.maxLoops??0))return;const o=(e.velocity??0)*n.factor,a=e.min,r=e.max,c=e.decay??1;if(e.time||(e.time=0),(e.delayTime??0)>0&&e.time<(e.delayTime??0)&&(e.time+=n.value),!((e.delayTime??0)>0&&e.time<(e.delayTime??0))){switch(e.status){case F.increasing:e.value>=r?(i?e.status=F.decreasing:e.value-=r,e.loops||(e.loops=0),e.loops++):e.value+=o;break;case F.decreasing:e.value<=a?(i?e.status=F.increasing:e.value+=r,e.loops||(e.loops=0),e.loops++):e.value-=o}e.velocity&&1!==c&&(e.velocity*=c),function(t,e,i,s,n){switch(e){case A.max:i>=n&&t.destroy();break;case A.min:i<=s&&t.destroy()}}(t,s,e.value,a,r),t.destroyed||(e.value=k(e.value,a,r))}}var it,st;!function(t){t.darken="darken",t.enlighten="enlighten"}(it||(it={})),function(t){t[t.r=1]="r",t[t.g=2]="g",t[t.b=3]="b",t[t.a=4]="a"}(st||(st={}));const nt="random",ot="mid",at=new Map;function rt(t){at.set(t.key,t)}function ct(t){for(const[,e]of at)if(t.startsWith(e.stringPrefix))return e.parseString(t);const e=t.replace(/^#?([a-f\d])([a-f\d])([a-f\d])([a-f\d])?$/i,((t,e,i,s,n)=>e+e+i+i+s+s+(void 0!==n?n+n:""))),i=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})?$/i.exec(e);return i?{a:void 0!==i[st.a]?parseInt(i[st.a],16)/255:1,b:parseInt(i[st.b],16),g:parseInt(i[st.g],16),r:parseInt(i[st.r],16)}:void 0}function ht(t,e,i=!0){if(!t)return;const s=d(t)?{value:t}:t;if(d(s.value))return lt(s.value,e,i);if(f(s.value))return ht({value:j(s.value,e,i)});for(const[,t]of at){const e=t.handleRangeColor(s);if(e)return e}}function lt(t,e,i=!0){if(!t)return;const s=d(t)?{value:t}:t;if(d(s.value))return s.value===nt?ft():function(t){return ct(t)}(s.value);if(f(s.value))return lt({value:j(s.value,e,i)});for(const[,t]of at){const e=t.handleColor(s);if(e)return e}}function dt(t,e,i=!0){const s=ht(t,e,i);return s?ut(s):void 0}function ut(t){const e=t.r/255,i=t.g/255,s=t.b/255,n=Math.max(e,i,s),o=Math.min(e,i,s),a={h:0,l:.5*(n+o),s:0};return n!==o&&(a.s=a.l<.5?(n-o)/(n+o):(n-o)/(2-n-o),a.h=e===n?(i-s)/(n-o):a.h=i===n?2+(s-e)/(n-o):4+(e-i)/(n-o)),a.l*=100,a.s*=100,a.h*=60,a.h<0&&(a.h+=360),a.h>=360&&(a.h-=360),a}function pt(t){const e=360,i=(t.h%e+e)%e,s=Math.max(0,Math.min(100,t.s)),n=i/e,o=s/100,a=Math.max(0,Math.min(100,t.l))/100,r=255;if(0===s){const t=Math.round(a*r);return{r:t,g:t,b:t}}const c=(t,e,i)=>{if(i<0&&i++,i>1&&i--,6*i<1)return t+6*(e-t)*i;if(2*i<1)return e;if(3*i<2){return t+(e-t)*(2/3-i)*6}return t},h=a<.5?a*(1+o):a+o-a*o,l=2*a-h,d=1/3,u=Math.min(r,r*c(l,h,n+d)),p=Math.min(r,r*c(l,h,n)),f=Math.min(r,r*c(l,h,n-d));return{r:Math.round(u),g:Math.round(p),b:Math.round(f)}}function ft(t){const e=t??0;return{b:Math.floor(M(S(e,256))),g:Math.floor(M(S(e,256))),r:Math.floor(M(S(e,256)))}}function vt(t,e){return`rgba(${t.r}, ${t.g}, ${t.b}, ${e??1})`}function yt(t,e){return`hsla(${t.h}, ${t.s}%, ${t.l}%, ${e??1})`}function mt(t,e,i){if(i===nt)return ft();if(i!==ot)return i;{const i=t.getFillColor()??t.getStrokeColor(),s=e?.getFillColor()??e?.getStrokeColor();if(i&&s&&e)return function(t,e,i,s){let n=t,o=e;return void 0===n.r&&(n=pt(t)),void 0===o.r&&(o=pt(e)),{b:z(n.b,o.b,i,s),g:z(n.g,o.g,i,s),r:z(n.r,o.r,i,s)}}(i,s,t.getRadius(),e.getRadius());{const t=i??s;if(t)return pt(t)}}}function gt(t){return void 0!==t?{h:t.h.value,s:t.s.value,l:t.l.value}:void 0}function wt(t,e,i){t.enable=e.enable;t.enable?(t.velocity=P(e.speed)/r*i,t.decay=1-P(e.decay),t.status=F.increasing,t.loops=0,t.maxLoops=P(e.count),t.time=0,t.delayTime=P(e.delay)*c,e.sync||(t.velocity*=x(),t.value*=x()),t.initialValue=t.value,t.offset=S(e.offset)):t.velocity=0}function bt(t,e,i,s){if(!t||!t.enable||(t.maxLoops??0)>0&&(t.loops??0)>(t.maxLoops??0))return;if(t.time||(t.time=0),(t.delayTime??0)>0&&t.time<(t.delayTime??0)&&(t.time+=s.value),(t.delayTime??0)>0&&t.time<(t.delayTime??0))return;const n=t.offset?M(t.offset):0,o=(t.velocity??0)*s.factor+3.6*n,a=t.decay??1,r=O(e),c=C(e);if(i&&t.status!==F.increasing){t.value-=o;const e=0;t.value<e&&(t.loops||(t.loops=0),t.loops++,t.status=F.increasing)}else t.value+=o,t.value>r&&(t.loops||(t.loops=0),t.loops++,i?t.status=F.decreasing:t.value-=r);t.velocity&&1!==a&&(t.velocity*=a),t.value=k(t.value,c,r)}const _t=0,xt=0,kt=1,zt=0,Mt=0,Pt=1;function Ct(t,e,i){t.beginPath(),t.moveTo(e.x,e.y),t.lineTo(i.x,i.y),t.closePath()}function Ot(t,e){t.clearRect(_t,xt,e.width,e.height)}function St(t,e,i){const s=e[i];void 0!==s&&(t[i]=(t[i]??1)*s)}function Tt(t,e,i=!1){if(!e)return;if(!t)return;const s=t.style;if(s)for(const t in e){const n=e[t];n&&s.setProperty(t,n,i?"important":"")}}class Dt{constructor(t){this.container=t,this._applyPostDrawUpdaters=t=>{for(const e of this._postDrawUpdaters)e.afterDraw?.(t)},this._applyPreDrawUpdaters=(t,e,i,s,n,o)=>{for(const a of this._preDrawUpdaters){if(a.getColorStyles){const{fill:o,stroke:r}=a.getColorStyles(e,t,i,s);o&&(n.fill=o),r&&(n.stroke=r)}if(a.getTransformValues){const t=a.getTransformValues(e);for(const e in t)St(o,t,e)}a.beforeDraw?.(e)}},this._applyResizePlugins=()=>{for(const t of this._resizePlugins)t.resize?.()},this._getPluginParticleColors=t=>{let e,i;for(const s of this._colorPlugins)if(!e&&s.particleFillColor&&(e=dt(s.particleFillColor(t))),!i&&s.particleStrokeColor&&(i=dt(s.particleStrokeColor(t))),e&&i)break;return[e,i]},this._initCover=async()=>{const t=this.container.actualOptions.backgroundMask.cover,e=t.color;if(e){const i=ht(e);if(i){const e={...i,a:t.opacity};this._coverColorStyle=vt(e,e.a)}}else await new Promise(((e,i)=>{if(!t.image)return;const s=document.createElement("img");s.addEventListener("load",(()=>{this._coverImage={image:s,opacity:t.opacity},e()})),s.addEventListener("error",(t=>{i(t.error)})),s.src=t.image}))},this._initStyle=()=>{const t=this.element,e=this.container.actualOptions;if(t){this._fullScreen?(this._originalStyle=Y({},t.style),this._setFullScreenStyle()):this._resetOriginalStyle();for(const i in e.style){if(!i||!e.style)continue;const s=e.style[i];s&&t.style.setProperty(i,s,"important")}}},this._initTrail=async()=>{const t=this.container.actualOptions.particles.move.trail,e=t.fill;if(!t.enable)return;const i=1/t.length;if(e.color){const t=ht(e.color);if(!t)return;this._trailFill={color:{...t},opacity:i}}else await new Promise(((t,s)=>{if(!e.image)return;const n=document.createElement("img");n.addEventListener("load",(()=>{this._trailFill={image:n,opacity:i},t()})),n.addEventListener("error",(t=>{s(t.error)})),n.src=e.image}))},this._paintBase=t=>{this.draw((e=>function(t,e,i){t.fillStyle=i??"rgba(0,0,0,0)",t.fillRect(_t,xt,e.width,e.height)}(e,this.size,t)))},this._paintImage=(t,e)=>{this.draw((i=>function(t,e,i,s){i&&(t.globalAlpha=s,t.drawImage(i,_t,xt,e.width,e.height),t.globalAlpha=1)}(i,this.size,t,e)))},this._repairStyle=()=>{const t=this.element;t&&(this._safeMutationObserver((t=>t.disconnect())),this._initStyle(),this.initBackground(),this._safeMutationObserver((e=>{t&&t instanceof Node&&e.observe(t,{attributes:!0})})))},this._resetOriginalStyle=()=>{const t=this.element,e=this._originalStyle;t&&e&&Tt(t,e)},this._safeMutationObserver=t=>{this._mutationObserver&&t(this._mutationObserver)},this._setFullScreenStyle=()=>{const t=this.element;if(!t)return;Tt(t,{position:"fixed",zIndex:this.container.actualOptions.fullScreen.zIndex.toString(10),top:"0",left:"0",width:"100%",height:"100%"},!0)},this.size={height:0,width:0},this._context=null,this._generated=!1,this._preDrawUpdaters=[],this._postDrawUpdaters=[],this._resizePlugins=[],this._colorPlugins=[]}get _fullScreen(){return this.container.actualOptions.fullScreen.enable}clear(){const t=this.container.actualOptions,e=t.particles.move.trail,i=this._trailFill;t.backgroundMask.enable?this.paint():e.enable&&e.length>0&&i?i.color?this._paintBase(vt(i.color,i.opacity)):i.image&&this._paintImage(i.image,i.opacity):t.clear&&this.draw((t=>{Ot(t,this.size)}))}destroy(){if(this.stop(),this._generated){const t=this.element;t?.remove()}else this._resetOriginalStyle();this._preDrawUpdaters=[],this._postDrawUpdaters=[],this._resizePlugins=[],this._colorPlugins=[]}draw(t){const e=this._context;if(e)return t(e)}drawAsync(t){const e=this._context;if(e)return t(e)}drawParticle(t,e){if(t.spawning||t.destroyed)return;const i=t.getRadius();if(i<=0)return;const s=t.getFillColor(),n=t.getStrokeColor()??s;let[o,a]=this._getPluginParticleColors(t);o||(o=s),a||(a=n),(o||a)&&this.draw((s=>{const n=this.container,r=n.actualOptions,c=t.options.zIndex,h=1-t.zIndexFactor,l=h**c.opacityRate,d=t.bubble.opacity??t.opacity?.value??1,u=d*l,p=(t.strokeOpacity??d)*l,f={},v={fill:o?yt(o,u):void 0};v.stroke=a?yt(a,p):v.fill,this._applyPreDrawUpdaters(s,t,i,u,v,f),function(t){const{container:e,context:i,particle:s,delta:n,colorStyles:o,backgroundMask:a,composite:r,radius:c,opacity:h,shadow:l,transform:d}=t,u=s.getPosition(),p=s.rotation+(s.pathRotation?s.velocity.angle:0),f=Math.sin(p),v=Math.cos(p),y=!!p,m={a:v*(d.a??kt),b:y?f*(d.b??1):d.b??zt,c:y?-f*(d.c??1):d.c??Mt,d:v*(d.d??Pt)};i.setTransform(m.a,m.b,m.c,m.d,u.x,u.y),a&&(i.globalCompositeOperation=r);const g=s.shadowColor;l.enable&&g&&(i.shadowBlur=l.blur,i.shadowColor=vt(g),i.shadowOffsetX=l.offset.x,i.shadowOffsetY=l.offset.y),o.fill&&(i.fillStyle=o.fill);const w=s.strokeWidth??0;i.lineWidth=w,o.stroke&&(i.strokeStyle=o.stroke);const b={container:e,context:i,particle:s,radius:c,opacity:h,delta:n,transformData:m,strokeWidth:w};!function(t){const{container:e,context:i,particle:s,radius:n,opacity:o,delta:a,strokeWidth:r,transformData:c}=t,h=0;if(!s.shape)return;const l=e.shapeDrawers.get(s.shape);l&&(i.beginPath(),l.draw({context:i,particle:s,radius:n,opacity:o,delta:a,pixelRatio:e.retina.pixelRatio,transformData:{...c}}),s.shapeClose&&i.closePath(),r>h&&i.stroke(),s.shapeFill&&i.fill())}(b),function(t){const{container:e,context:i,particle:s,radius:n,opacity:o,delta:a,transformData:r}=t;if(!s.shape)return;const c=e.shapeDrawers.get(s.shape);c?.afterDraw&&c.afterDraw({context:i,particle:s,radius:n,opacity:o,delta:a,pixelRatio:e.retina.pixelRatio,transformData:{...r}})}(b),function(t){const{container:e,context:i,particle:s,radius:n,opacity:o,delta:a,transformData:r}=t;if(!s.effect)return;const c=e.effectDrawers.get(s.effect);c&&c.draw({context:i,particle:s,radius:n,opacity:o,delta:a,pixelRatio:e.retina.pixelRatio,transformData:{...r}})}(b),i.globalCompositeOperation="source-over",i.resetTransform()}({container:n,context:s,particle:t,delta:e,colorStyles:v,backgroundMask:r.backgroundMask.enable,composite:r.backgroundMask.composite,radius:i*h**c.sizeRate,opacity:u,shadow:t.options.shadow,transform:f}),this._applyPostDrawUpdaters(t)}))}drawParticlePlugin(t,e,i){this.draw((s=>function(t,e,i,s){e.drawParticle&&e.drawParticle(t,i,s)}(s,t,e,i)))}drawPlugin(t,e){this.draw((i=>function(t,e,i){e.draw&&e.draw(t,i)}(i,t,e)))}async init(){this._safeMutationObserver((t=>t.disconnect())),this._mutationObserver=function(t){if(!V()&&"undefined"!=typeof MutationObserver)return new MutationObserver(t)}((t=>{for(const e of t)"attributes"===e.type&&"style"===e.attributeName&&this._repairStyle()})),this.resize(),this._initStyle(),await this._initCover();try{await this._initTrail()}catch(t){U().error(t)}this.initBackground(),this._safeMutationObserver((t=>{this.element&&this.element instanceof Node&&t.observe(this.element,{attributes:!0})})),this.initUpdaters(),this.initPlugins(),this.paint()}initBackground(){const t=this.container.actualOptions.background,e=this.element;if(!e)return;const i=e.style;if(i){if(t.color){const e=ht(t.color);i.backgroundColor=e?vt(e,t.opacity):""}else i.backgroundColor="";i.backgroundImage=t.image||"",i.backgroundPosition=t.position||"",i.backgroundRepeat=t.repeat||"",i.backgroundSize=t.size||""}}initPlugins(){this._resizePlugins=[];for(const[,t]of this.container.plugins)t.resize&&this._resizePlugins.push(t),(t.particleFillColor??t.particleStrokeColor)&&this._colorPlugins.push(t)}initUpdaters(){this._preDrawUpdaters=[],this._postDrawUpdaters=[];for(const t of this.container.particles.updaters)t.afterDraw&&this._postDrawUpdaters.push(t),(t.getColorStyles??t.getTransformValues??t.beforeDraw)&&this._preDrawUpdaters.push(t)}loadCanvas(t){this._generated&&this.element&&this.element.remove(),this._generated=t.dataset&&i in t.dataset?"true"===t.dataset[i]:this._generated,this.element=t,this.element.ariaHidden="true",this._originalStyle=Y({},this.element.style),this.size.height=t.offsetHeight,this.size.width=t.offsetWidth,this._context=this.element.getContext("2d"),this._safeMutationObserver((t=>{this.element&&this.element instanceof Node&&t.observe(this.element,{attributes:!0})})),this.container.retina.init(),this.initBackground()}paint(){const t=this.container.actualOptions;this.draw((e=>{t.backgroundMask.enable&&t.backgroundMask.cover?(Ot(e,this.size),this._coverImage?this._paintImage(this._coverImage.image,this._coverImage.opacity):this._coverColorStyle?this._paintBase(this._coverColorStyle):this._paintBase()):this._paintBase()}))}resize(){if(!this.element)return!1;const t=this.container,e=t.retina.pixelRatio,i=t.canvas.size,s=this.element.offsetWidth*e,n=this.element.offsetHeight*e;if(n===i.height&&s===i.width&&n===this.element.height&&s===this.element.width)return!1;const o={...i};return this.element.width=i.width=this.element.offsetWidth*e,this.element.height=i.height=this.element.offsetHeight*e,this.container.started&&t.particles.setResizeFactor({width:i.width/o.width,height:i.height/o.height}),!0}stop(){this._safeMutationObserver((t=>t.disconnect())),this._mutationObserver=void 0,this.draw((t=>Ot(t,this.size)))}async windowResize(){if(!this.element||!this.resize())return;const t=this.container,e=t.updateActualOptions();t.particles.setDensity(),this._applyResizePlugins(),e&&await t.refresh()}}var It;!function(t){t.canvas="canvas",t.parent="parent",t.window="window"}(It||(It={}));function Rt(t,e,i,s,n){if(s){let s={passive:!0};l(n)?s.capture=n:void 0!==n&&(s=n),t.addEventListener(e,i,s)}else{const s=n;t.removeEventListener(e,i,s)}}class Lt{constructor(t){this.container=t,this._doMouseTouchClick=t=>{const e=this.container,i=e.actualOptions;if(this._canPush){const t=e.interactivity.mouse,s=t.position;if(!s)return;t.clickPosition={...s},t.clickTime=(new Date).getTime();N(i.interactivity.events.onClick.mode,(t=>this.container.handleClickMode(t)))}if("touchend"===t.type){setTimeout((()=>this._mouseTouchFinish()),500)}},this._handleThemeChange=t=>{const e=t,i=this.container,s=i.options,n=s.defaultThemes,o=e.matches?n.dark:n.light,a=s.themes.find((t=>t.name===o));a?.default.auto&&i.loadTheme(o)},this._handleVisibilityChange=()=>{const t=this.container,e=t.actualOptions;this._mouseTouchFinish(),e.pauseOnBlur&&(document?.hidden?(t.pageHidden=!0,t.pause()):(t.pageHidden=!1,t.animationStatus?t.play(!0):t.draw(!0)))},this._handleWindowResize=()=>{this._resizeTimeout&&(clearTimeout(this._resizeTimeout),delete this._resizeTimeout);const t=async()=>{const t=this.container.canvas;await(t?.windowResize())};this._resizeTimeout=setTimeout((()=>{t()}),this.container.actualOptions.interactivity.events.resize.delay*c)},this._manageInteractivityListeners=(t,e)=>{const i=this._handlers,s=this.container,a=s.actualOptions,r=s.interactivity.element;if(!r)return;const c=r,h=s.canvas.element;h&&(h.style.pointerEvents=c===h?"initial":"none"),(a.interactivity.events.onHover.enable||a.interactivity.events.onClick.enable)&&(Rt(r,n,i.mouseMove,e),Rt(r,"touchstart",i.touchStart,e),Rt(r,"touchmove",i.touchMove,e),a.interactivity.events.onClick.enable?(Rt(r,o,i.touchEndClick,e),Rt(r,"pointerup",i.mouseUp,e),Rt(r,"pointerdown",i.mouseDown,e)):Rt(r,o,i.touchEnd,e),Rt(r,t,i.mouseLeave,e),Rt(r,"touchcancel",i.touchCancel,e))},this._manageListeners=t=>{const e=this._handlers,i=this.container,n=i.actualOptions.interactivity.detectsOn,o=i.canvas.element;let a=s;n===It.window?(i.interactivity.element=window,a="pointerout"):n===It.parent&&o?i.interactivity.element=o.parentElement??o.parentNode:i.interactivity.element=o,this._manageMediaMatch(t),this._manageResize(t),this._manageInteractivityListeners(a,t),document&&Rt(document,"visibilitychange",e.visibilityChange,t,!1)},this._manageMediaMatch=t=>{const e=this._handlers,i=$("(prefers-color-scheme: dark)");i&&(void 0===i.addEventListener?void 0!==i.addListener&&(t?i.addListener(e.oldThemeChange):i.removeListener(e.oldThemeChange)):Rt(i,"change",e.themeChange,t))},this._manageResize=t=>{const e=this._handlers,i=this.container;if(!i.actualOptions.interactivity.events.resize)return;if("undefined"==typeof ResizeObserver)return void Rt(window,"resize",e.resize,t);const s=i.canvas.element;this._resizeObserver&&!t?(s&&this._resizeObserver.unobserve(s),this._resizeObserver.disconnect(),delete this._resizeObserver):!this._resizeObserver&&t&&s&&(this._resizeObserver=new ResizeObserver((t=>{t.find((t=>t.target===s))&&this._handleWindowResize()})),this._resizeObserver.observe(s))},this._mouseDown=()=>{const{interactivity:t}=this.container;if(!t)return;const{mouse:e}=t;e.clicking=!0,e.downPosition=e.position},this._mouseTouchClick=t=>{const e=this.container,i=e.actualOptions,{mouse:s}=e.interactivity;s.inside=!0;let n=!1;const o=s.position;if(o&&i.interactivity.events.onClick.enable){for(const[,t]of e.plugins)if(t.clickPositionValid&&(n=t.clickPositionValid(o),n))break;n||this._doMouseTouchClick(t),s.clicking=!1}},this._mouseTouchFinish=()=>{const t=this.container.interactivity;if(!t)return;const e=t.mouse;delete e.position,delete e.clickPosition,delete e.downPosition,t.status=s,e.inside=!1,e.clicking=!1},this._mouseTouchMove=t=>{const e=this.container,i=e.actualOptions,s=e.interactivity,o=e.canvas.element;if(!s?.element)return;let a;if(s.mouse.inside=!0,t.type.startsWith("pointer")){this._canPush=!0;const e=t;if(s.element===window){if(o){const t=o.getBoundingClientRect();a={x:e.clientX-t.left,y:e.clientY-t.top}}}else if(i.interactivity.detectsOn===It.parent){const t=e.target,i=e.currentTarget;if(t&&i&&o){const s=t.getBoundingClientRect(),n=i.getBoundingClientRect(),r=o.getBoundingClientRect();a={x:e.offsetX+2*s.left-(n.left+r.left),y:e.offsetY+2*s.top-(n.top+r.top)}}else a={x:e.offsetX??e.clientX,y:e.offsetY??e.clientY}}else e.target===o&&(a={x:e.offsetX??e.clientX,y:e.offsetY??e.clientY})}else if(this._canPush="touchmove"!==t.type,o){const e=t,i=1,s=e.touches[e.touches.length-i],n=o.getBoundingClientRect(),r=0;a={x:s.clientX-(n.left??r),y:s.clientY-(n.top??r)}}const r=e.retina.pixelRatio;a&&(a.x*=r,a.y*=r),s.mouse.position=a,s.status=n},this._touchEnd=t=>{const e=t,i=Array.from(e.changedTouches);for(const t of i)this._touches.delete(t.identifier);this._mouseTouchFinish()},this._touchEndClick=t=>{const e=t,i=Array.from(e.changedTouches);for(const t of i)this._touches.delete(t.identifier);this._mouseTouchClick(t)},this._touchStart=t=>{const e=t,i=Array.from(e.changedTouches);for(const t of i)this._touches.set(t.identifier,performance.now());this._mouseTouchMove(t)},this._canPush=!0,this._touches=new Map,this._handlers={mouseDown:()=>this._mouseDown(),mouseLeave:()=>this._mouseTouchFinish(),mouseMove:t=>this._mouseTouchMove(t),mouseUp:t=>this._mouseTouchClick(t),touchStart:t=>this._touchStart(t),touchMove:t=>this._mouseTouchMove(t),touchEnd:t=>this._touchEnd(t),touchCancel:t=>this._touchEnd(t),touchEndClick:t=>this._touchEndClick(t),visibilityChange:()=>this._handleVisibilityChange(),themeChange:t=>this._handleThemeChange(t),oldThemeChange:t=>this._handleThemeChange(t),resize:()=>{this._handleWindowResize()}}}addListeners(){this._manageListeners(!0)}removeListeners(){this._manageListeners(!1)}}var Et,Ft;!function(t){t.configAdded="configAdded",t.containerInit="containerInit",t.particlesSetup="particlesSetup",t.containerStarted="containerStarted",t.containerStopped="containerStopped",t.containerDestroyed="containerDestroyed",t.containerPaused="containerPaused",t.containerPlay="containerPlay",t.containerBuilt="containerBuilt",t.particleAdded="particleAdded",t.particleDestroyed="particleDestroyed",t.particleRemoved="particleRemoved"}(Et||(Et={}));class At{constructor(){this.value=""}static create(t,e){const i=new At;return i.load(t),void 0!==e&&(d(e)||f(e)?i.load({value:e}):i.load(e)),i}load(t){void 0!==t?.value&&(this.value=t.value)}}class qt{constructor(){this.color=new At,this.color.value="",this.image="",this.position="",this.repeat="",this.size="",this.opacity=1}load(t){t&&(void 0!==t.color&&(this.color=At.create(this.color,t.color)),void 0!==t.image&&(this.image=t.image),void 0!==t.position&&(this.position=t.position),void 0!==t.repeat&&(this.repeat=t.repeat),void 0!==t.size&&(this.size=t.size),void 0!==t.opacity&&(this.opacity=t.opacity))}}class Bt{constructor(){this.opacity=1}load(t){t&&(void 0!==t.color&&(this.color=At.create(this.color,t.color)),void 0!==t.image&&(this.image=t.image),void 0!==t.opacity&&(this.opacity=t.opacity))}}class Wt{constructor(){this.composite="destination-out",this.cover=new Bt,this.enable=!1}load(t){if(t){if(void 0!==t.composite&&(this.composite=t.composite),void 0!==t.cover){const e=t.cover,i=d(t.cover)?{color:t.cover}:t.cover;this.cover.load(void 0!==e.color||void 0!==e.image?e:{color:i})}void 0!==t.enable&&(this.enable=t.enable)}}}class Ht{constructor(){this.enable=!0,this.zIndex=0}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.zIndex&&(this.zIndex=t.zIndex))}}class Ut{constructor(){this.enable=!1,this.mode=[]}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.mode&&(this.mode=t.mode))}}!function(t){t.circle="circle",t.rectangle="rectangle"}(Ft||(Ft={}));class Vt{constructor(){this.selectors=[],this.enable=!1,this.mode=[],this.type=Ft.circle}load(t){t&&(void 0!==t.selectors&&(this.selectors=t.selectors),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.mode&&(this.mode=t.mode),void 0!==t.type&&(this.type=t.type))}}class $t{constructor(){this.enable=!1,this.force=2,this.smooth=10}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.force&&(this.force=t.force),void 0!==t.smooth&&(this.smooth=t.smooth))}}class Gt{constructor(){this.enable=!1,this.mode=[],this.parallax=new $t}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.mode&&(this.mode=t.mode),this.parallax.load(t.parallax))}}class jt{constructor(){this.delay=.5,this.enable=!0}load(t){void 0!==t&&(void 0!==t.delay&&(this.delay=t.delay),void 0!==t.enable&&(this.enable=t.enable))}}class Qt{constructor(){this.onClick=new Ut,this.onDiv=new Vt,this.onHover=new Gt,this.resize=new jt}load(t){if(!t)return;this.onClick.load(t.onClick);const e=t.onDiv;void 0!==e&&(this.onDiv=N(e,(t=>{const e=new Vt;return e.load(t),e}))),this.onHover.load(t.onHover),this.resize.load(t.resize)}}class Xt{constructor(t,e){this._engine=t,this._container=e}load(t){if(!t)return;if(!this._container)return;const e=this._engine.interactors.get(this._container);if(e)for(const i of e)i.loadModeOptions&&i.loadModeOptions(this,t)}}class Yt{constructor(t,e){this.detectsOn=It.window,this.events=new Qt,this.modes=new Xt(t,e)}load(t){if(!t)return;const e=t.detectsOn;void 0!==e&&(this.detectsOn=e),this.events.load(t.events),this.modes.load(t.modes)}}class Nt{load(t){t&&(t.position&&(this.position={x:t.position.x??50,y:t.position.y??50,mode:t.position.mode??B.percent}),t.options&&(this.options=Y({},t.options)))}}var Zt,Jt,Kt,te,ee,ie,se;!function(t){t.screen="screen",t.canvas="canvas"}(Zt||(Zt={}));class ne{constructor(){this.maxWidth=1/0,this.options={},this.mode=Zt.canvas}load(t){t&&(void 0!==t.maxWidth&&(this.maxWidth=t.maxWidth),void 0!==t.mode&&(t.mode===Zt.screen?this.mode=Zt.screen:this.mode=Zt.canvas),void 0!==t.options&&(this.options=Y({},t.options)))}}!function(t){t.any="any",t.dark="dark",t.light="light"}(Jt||(Jt={}));class oe{constructor(){this.auto=!1,this.mode=Jt.any,this.value=!1}load(t){t&&(void 0!==t.auto&&(this.auto=t.auto),void 0!==t.mode&&(this.mode=t.mode),void 0!==t.value&&(this.value=t.value))}}class ae{constructor(){this.name="",this.default=new oe}load(t){t&&(void 0!==t.name&&(this.name=t.name),this.default.load(t.default),void 0!==t.options&&(this.options=Y({},t.options)))}}class re{constructor(){this.count=0,this.enable=!1,this.speed=1,this.decay=0,this.delay=0,this.sync=!1}load(t){t&&(void 0!==t.count&&(this.count=S(t.count)),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.speed&&(this.speed=S(t.speed)),void 0!==t.decay&&(this.decay=S(t.decay)),void 0!==t.delay&&(this.delay=S(t.delay)),void 0!==t.sync&&(this.sync=t.sync))}}class ce extends re{constructor(){super(),this.mode=E.auto,this.startValue=W.random}load(t){super.load(t),t&&(void 0!==t.mode&&(this.mode=t.mode),void 0!==t.startValue&&(this.startValue=t.startValue))}}class he extends re{constructor(){super(),this.offset=0,this.sync=!0}load(t){super.load(t),t&&void 0!==t.offset&&(this.offset=S(t.offset))}}class le{constructor(){this.h=new he,this.s=new he,this.l=new he}load(t){t&&(this.h.load(t.h),this.s.load(t.s),this.l.load(t.l))}}class de extends At{constructor(){super(),this.animation=new le}static create(t,e){const i=new de;return i.load(t),void 0!==e&&(d(e)||f(e)?i.load({value:e}):i.load(e)),i}load(t){if(super.load(t),!t)return;const e=t.animation;void 0!==e&&(void 0!==e.enable?this.animation.h.load(e):this.animation.load(t.animation))}}!function(t){t.absorb="absorb",t.bounce="bounce",t.destroy="destroy"}(Kt||(Kt={}));class ue{constructor(){this.speed=2}load(t){t&&void 0!==t.speed&&(this.speed=t.speed)}}class pe{constructor(){this.enable=!0,this.retries=0}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.retries&&(this.retries=t.retries))}}class fe{constructor(){this.value=0}load(t){t&&void 0!==t.value&&(this.value=S(t.value))}}class ve extends fe{constructor(){super(),this.animation=new re}load(t){if(super.load(t),!t)return;const e=t.animation;void 0!==e&&this.animation.load(e)}}class ye extends ve{constructor(){super(),this.animation=new ce}load(t){super.load(t)}}class me extends fe{constructor(){super(),this.value=1}}class ge{constructor(){this.horizontal=new me,this.vertical=new me}load(t){t&&(this.horizontal.load(t.horizontal),this.vertical.load(t.vertical))}}class we{constructor(){this.absorb=new ue,this.bounce=new ge,this.enable=!1,this.maxSpeed=50,this.mode=Kt.bounce,this.overlap=new pe}load(t){t&&(this.absorb.load(t.absorb),this.bounce.load(t.bounce),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.maxSpeed&&(this.maxSpeed=S(t.maxSpeed)),void 0!==t.mode&&(this.mode=t.mode),this.overlap.load(t.overlap))}}class be{constructor(){this.close=!0,this.fill=!0,this.options={},this.type=[]}load(t){if(!t)return;const e=t.options;if(void 0!==e)for(const t in e){const i=e[t];i&&(this.options[t]=Y(this.options[t]??{},i))}void 0!==t.close&&(this.close=t.close),void 0!==t.fill&&(this.fill=t.fill),void 0!==t.type&&(this.type=t.type)}}class _e{constructor(){this.offset=0,this.value=90}load(t){t&&(void 0!==t.offset&&(this.offset=S(t.offset)),void 0!==t.value&&(this.value=S(t.value)))}}class xe{constructor(){this.distance=200,this.enable=!1,this.rotate={x:3e3,y:3e3}}load(t){if(t&&(void 0!==t.distance&&(this.distance=S(t.distance)),void 0!==t.enable&&(this.enable=t.enable),t.rotate)){const e=t.rotate.x;void 0!==e&&(this.rotate.x=e);const i=t.rotate.y;void 0!==i&&(this.rotate.y=i)}}}class ke{constructor(){this.x=50,this.y=50,this.mode=B.percent,this.radius=0}load(t){t&&(void 0!==t.x&&(this.x=t.x),void 0!==t.y&&(this.y=t.y),void 0!==t.mode&&(this.mode=t.mode),void 0!==t.radius&&(this.radius=t.radius))}}class ze{constructor(){this.acceleration=9.81,this.enable=!1,this.inverse=!1,this.maxSpeed=50}load(t){t&&(void 0!==t.acceleration&&(this.acceleration=S(t.acceleration)),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.inverse&&(this.inverse=t.inverse),void 0!==t.maxSpeed&&(this.maxSpeed=S(t.maxSpeed)))}}class Me{constructor(){this.clamp=!0,this.delay=new fe,this.enable=!1,this.options={}}load(t){t&&(void 0!==t.clamp&&(this.clamp=t.clamp),this.delay.load(t.delay),void 0!==t.enable&&(this.enable=t.enable),this.generator=t.generator,t.options&&(this.options=Y(this.options,t.options)))}}class Pe{load(t){t&&(void 0!==t.color&&(this.color=At.create(this.color,t.color)),void 0!==t.image&&(this.image=t.image))}}class Ce{constructor(){this.enable=!1,this.length=10,this.fill=new Pe}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.fill&&this.fill.load(t.fill),void 0!==t.length&&(this.length=t.length))}}!function(t){t.bounce="bounce",t.none="none",t.out="out",t.destroy="destroy",t.split="split"}(te||(te={}));class Oe{constructor(){this.default=te.out}load(t){t&&(void 0!==t.default&&(this.default=t.default),this.bottom=t.bottom??t.default,this.left=t.left??t.default,this.right=t.right??t.default,this.top=t.top??t.default)}}class Se{constructor(){this.acceleration=0,this.enable=!1}load(t){t&&(void 0!==t.acceleration&&(this.acceleration=S(t.acceleration)),void 0!==t.enable&&(this.enable=t.enable),t.position&&(this.position=Y({},t.position)))}}class Te{constructor(){this.angle=new _e,this.attract=new xe,this.center=new ke,this.decay=0,this.distance={},this.direction=h.none,this.drift=0,this.enable=!1,this.gravity=new ze,this.path=new Me,this.outModes=new Oe,this.random=!1,this.size=!1,this.speed=2,this.spin=new Se,this.straight=!1,this.trail=new Ce,this.vibrate=!1,this.warp=!1}load(t){if(!t)return;this.angle.load(u(t.angle)?{value:t.angle}:t.angle),this.attract.load(t.attract),this.center.load(t.center),void 0!==t.decay&&(this.decay=S(t.decay)),void 0!==t.direction&&(this.direction=t.direction),void 0!==t.distance&&(this.distance=u(t.distance)?{horizontal:t.distance,vertical:t.distance}:{...t.distance}),void 0!==t.drift&&(this.drift=S(t.drift)),void 0!==t.enable&&(this.enable=t.enable),this.gravity.load(t.gravity);const e=t.outModes;void 0!==e&&(p(e)?this.outModes.load(e):this.outModes.load({default:e})),this.path.load(t.path),void 0!==t.random&&(this.random=t.random),void 0!==t.size&&(this.size=t.size),void 0!==t.speed&&(this.speed=S(t.speed)),this.spin.load(t.spin),void 0!==t.straight&&(this.straight=t.straight),this.trail.load(t.trail),void 0!==t.vibrate&&(this.vibrate=t.vibrate),void 0!==t.warp&&(this.warp=t.warp)}}class De extends ce{constructor(){super(),this.destroy=A.none,this.speed=2}load(t){super.load(t),t&&void 0!==t.destroy&&(this.destroy=t.destroy)}}class Ie extends ye{constructor(){super(),this.animation=new De,this.value=1}load(t){if(!t)return;super.load(t);const e=t.animation;void 0!==e&&this.animation.load(e)}}class Re{constructor(){this.enable=!1,this.width=1920,this.height=1080}load(t){if(!t)return;void 0!==t.enable&&(this.enable=t.enable);const e=t.width;void 0!==e&&(this.width=e);const i=t.height;void 0!==i&&(this.height=i)}}!function(t){t.delete="delete",t.wait="wait"}(ee||(ee={}));class Le{constructor(){this.mode=ee.delete,this.value=0}load(t){t&&(void 0!==t.mode&&(this.mode=t.mode),void 0!==t.value&&(this.value=t.value))}}class Ee{constructor(){this.density=new Re,this.limit=new Le,this.value=0}load(t){t&&(this.density.load(t.density),this.limit.load(t.limit),void 0!==t.value&&(this.value=t.value))}}class Fe{constructor(){this.blur=0,this.color=new At,this.enable=!1,this.offset={x:0,y:0},this.color.value="#000"}load(t){t&&(void 0!==t.blur&&(this.blur=t.blur),this.color=At.create(this.color,t.color),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.offset&&(void 0!==t.offset.x&&(this.offset.x=t.offset.x),void 0!==t.offset.y&&(this.offset.y=t.offset.y)))}}class Ae{constructor(){this.close=!0,this.fill=!0,this.options={},this.type="circle"}load(t){if(!t)return;const e=t.options;if(void 0!==e)for(const t in e){const i=e[t];i&&(this.options[t]=Y(this.options[t]??{},i))}void 0!==t.close&&(this.close=t.close),void 0!==t.fill&&(this.fill=t.fill),void 0!==t.type&&(this.type=t.type)}}class qe extends ce{constructor(){super(),this.destroy=A.none,this.speed=5}load(t){super.load(t),t&&void 0!==t.destroy&&(this.destroy=t.destroy)}}class Be extends ye{constructor(){super(),this.animation=new qe,this.value=3}load(t){if(super.load(t),!t)return;const e=t.animation;void 0!==e&&this.animation.load(e)}}class We{constructor(){this.width=0}load(t){t&&(void 0!==t.color&&(this.color=de.create(this.color,t.color)),void 0!==t.width&&(this.width=S(t.width)),void 0!==t.opacity&&(this.opacity=S(t.opacity)))}}class He extends fe{constructor(){super(),this.opacityRate=1,this.sizeRate=1,this.velocityRate=1}load(t){super.load(t),t&&(void 0!==t.opacityRate&&(this.opacityRate=t.opacityRate),void 0!==t.sizeRate&&(this.sizeRate=t.sizeRate),void 0!==t.velocityRate&&(this.velocityRate=t.velocityRate))}}class Ue{constructor(t,e){this._engine=t,this._container=e,this.bounce=new ge,this.collisions=new we,this.color=new de,this.color.value="#fff",this.effect=new be,this.groups={},this.move=new Te,this.number=new Ee,this.opacity=new Ie,this.reduceDuplicates=!1,this.shadow=new Fe,this.shape=new Ae,this.size=new Be,this.stroke=new We,this.zIndex=new He}load(t){if(!t)return;if(void 0!==t.groups)for(const e of Object.keys(t.groups)){if(!Object.hasOwn(t.groups,e))continue;const i=t.groups[e];void 0!==i&&(this.groups[e]=Y(this.groups[e]??{},i))}void 0!==t.reduceDuplicates&&(this.reduceDuplicates=t.reduceDuplicates),this.bounce.load(t.bounce),this.color.load(de.create(this.color,t.color)),this.effect.load(t.effect),this.move.load(t.move),this.number.load(t.number),this.opacity.load(t.opacity),this.shape.load(t.shape),this.size.load(t.size),this.shadow.load(t.shadow),this.zIndex.load(t.zIndex),this.collisions.load(t.collisions),void 0!==t.interactivity&&(this.interactivity=Y({},t.interactivity));const e=t.stroke;if(e&&(this.stroke=N(e,(t=>{const e=new We;return e.load(t),e}))),this._container){const e=this._engine.updaters.get(this._container);if(e)for(const i of e)i.loadOptions&&i.loadOptions(this,t);const i=this._engine.interactors.get(this._container);if(i)for(const e of i)e.loadParticlesOptions&&e.loadParticlesOptions(this,t)}}}function Ve(t,...e){for(const i of e)t.load(i)}function $e(t,e,...i){const s=new Ue(t,e);return Ve(s,...i),s}class Ge{constructor(t,e){this._findDefaultTheme=t=>this.themes.find((e=>e.default.value&&e.default.mode===t))??this.themes.find((t=>t.default.value&&t.default.mode===Jt.any)),this._importPreset=t=>{this.load(this._engine.getPreset(t))},this._engine=t,this._container=e,this.autoPlay=!0,this.background=new qt,this.backgroundMask=new Wt,this.clear=!0,this.defaultThemes={},this.delay=0,this.fullScreen=new Ht,this.detectRetina=!0,this.duration=0,this.fpsLimit=120,this.interactivity=new Yt(t,e),this.manualParticles=[],this.particles=$e(this._engine,this._container),this.pauseOnBlur=!0,this.pauseOnOutsideViewport=!0,this.responsive=[],this.smooth=!1,this.style={},this.themes=[],this.zLayers=100}load(t){if(!t)return;void 0!==t.preset&&N(t.preset,(t=>this._importPreset(t))),void 0!==t.autoPlay&&(this.autoPlay=t.autoPlay),void 0!==t.clear&&(this.clear=t.clear),void 0!==t.key&&(this.key=t.key),void 0!==t.name&&(this.name=t.name),void 0!==t.delay&&(this.delay=S(t.delay));const e=t.detectRetina;void 0!==e&&(this.detectRetina=e),void 0!==t.duration&&(this.duration=S(t.duration));const i=t.fpsLimit;void 0!==i&&(this.fpsLimit=i),void 0!==t.pauseOnBlur&&(this.pauseOnBlur=t.pauseOnBlur),void 0!==t.pauseOnOutsideViewport&&(this.pauseOnOutsideViewport=t.pauseOnOutsideViewport),void 0!==t.zLayers&&(this.zLayers=t.zLayers),this.background.load(t.background);const s=t.fullScreen;l(s)?this.fullScreen.enable=s:this.fullScreen.load(s),this.backgroundMask.load(t.backgroundMask),this.interactivity.load(t.interactivity),t.manualParticles&&(this.manualParticles=t.manualParticles.map((t=>{const e=new Nt;return e.load(t),e}))),this.particles.load(t.particles),this.style=Y(this.style,t.style),this._engine.loadOptions(this,t),void 0!==t.smooth&&(this.smooth=t.smooth);const n=this._engine.interactors.get(this._container);if(n)for(const e of n)e.loadOptions&&e.loadOptions(this,t);if(void 0!==t.responsive)for(const e of t.responsive){const t=new ne;t.load(e),this.responsive.push(t)}if(this.responsive.sort(((t,e)=>t.maxWidth-e.maxWidth)),void 0!==t.themes)for(const e of t.themes){const t=this.themes.find((t=>t.name===e.name));if(t)t.load(e);else{const t=new ae;t.load(e),this.themes.push(t)}}this.defaultThemes.dark=this._findDefaultTheme(Jt.dark)?.name,this.defaultThemes.light=this._findDefaultTheme(Jt.light)?.name}setResponsive(t,e,i){this.load(i);const s=this.responsive.find((i=>i.mode===Zt.screen&&screen?i.maxWidth>screen.availWidth:i.maxWidth*e>t));return this.load(s?.options),s?.maxWidth}setTheme(t){if(t){const e=this.themes.find((e=>e.name===t));e&&this.load(e.options)}else{const t=$("(prefers-color-scheme: dark)"),e=t?.matches,i=this._findDefaultTheme(e?Jt.dark:Jt.light);i&&this.load(i.options)}}}!function(t){t.external="external",t.particles="particles"}(ie||(ie={}));class je{constructor(t,e){this.container=e,this._engine=t,this._interactors=[],this._externalInteractors=[],this._particleInteractors=[]}externalInteract(t){for(const e of this._externalInteractors)e.isEnabled()&&e.interact(t)}handleClickMode(t){for(const e of this._externalInteractors)e.handleClickMode?.(t)}async init(){this._interactors=await this._engine.getInteractors(this.container,!0),this._externalInteractors=[],this._particleInteractors=[];for(const t of this._interactors){switch(t.type){case ie.external:this._externalInteractors.push(t);break;case ie.particles:this._particleInteractors.push(t)}t.init()}}particlesInteract(t,e){for(const i of this._externalInteractors)i.clear(t,e);for(const i of this._particleInteractors)i.isEnabled(t)&&i.interact(t,e)}reset(t){for(const e of this._externalInteractors)e.isEnabled()&&e.reset(t);for(const e of this._particleInteractors)e.isEnabled(t)&&e.reset(t)}}!function(t){t.normal="normal",t.inside="inside",t.outside="outside"}(se||(se={}));const Qe=.5,Xe="random";function Ye(t){if(!G(t.outMode,t.checkModes))return;const e=2*t.radius;t.coord>t.maxCoord-e?t.setCb(-t.radius):t.coord<e&&t.setCb(t.radius)}class Ne{constructor(t,e){this.container=e,this._calcPosition=(t,e,i,s=0)=>{for(const[,s]of t.plugins){const t=void 0!==s.particlePosition?s.particlePosition(e,this):void 0;if(t)return g.create(t.x,t.y,i)}const n=R({size:t.canvas.size,position:e}),o=g.create(n.x,n.y,i),a=this.getRadius(),r=this.options.move.outModes,c=e=>{Ye({outMode:e,checkModes:[te.bounce],coord:o.x,maxCoord:t.canvas.size.width,setCb:t=>o.x+=t,radius:a})},h=e=>{Ye({outMode:e,checkModes:[te.bounce],coord:o.y,maxCoord:t.canvas.size.height,setCb:t=>o.y+=t,radius:a})};if(c(r.left??r.default),c(r.right??r.default),h(r.top??r.default),h(r.bottom??r.default),this._checkOverlap(o,s)){const e=1;return this._calcPosition(t,void 0,i,s+e)}return o},this._calculateVelocity=()=>{const t=function(t){const e=w.origin;return e.length=1,e.angle=t,e}(this.direction).copy(),e=this.options.move;if(e.direction===h.inside||e.direction===h.outside)return t;const i=I(P(e.angle.value)),s=I(P(e.angle.offset)),n={left:s-i*Qe,right:s+i*Qe};return e.straight||(t.angle+=M(S(n.left,n.right))),e.random&&"number"==typeof e.speed&&(t.length*=x()),t},this._checkOverlap=(t,e=0)=>{const i=this.options.collisions,s=this.getRadius();if(!i.enable)return!1;const n=i.overlap;if(n.enable)return!1;const o=n.retries;if(o>=0&&e>o)throw new Error(`${a} particle is overlapping and can't be placed`);return!!this.container.particles.find((e=>D(t,e.position)<s+e.getRadius()))},this._getRollColor=t=>{if(!t||!this.roll||!this.backColor&&!this.roll.alter)return t;const e=this.roll.horizontal&&this.roll.vertical?2:1,i=this.roll.horizontal?Math.PI*Qe:0;return Math.floor(((this.roll.angle??0)+i)/(Math.PI/e))%2?this.backColor?this.backColor:this.roll.alter?function(t,e,i){return{h:t.h,s:t.s,l:t.l+(e===it.darken?-1:1)*i}}(t,this.roll.alter.type,this.roll.alter.value):t:t},this._initPosition=t=>{const e=this.container,i=P(this.options.zIndex.value);this.position=this._calcPosition(e,t,k(i,0,e.zLayers)),this.initialPosition=this.position.copy();const s=e.canvas.size;switch(this.moveCenter={...tt(this.options.move.center,s),radius:this.options.move.center.radius??0,mode:this.options.move.center.mode??B.percent},this.direction=function(t,e,i){if(u(t))return I(t);const s=.25;switch(t){case h.top:return.5*-Math.PI;case h.topRight:return-Math.PI*s;case h.right:return 0;case h.bottomRight:return Math.PI*s;case h.bottom:return.5*Math.PI;case h.bottomLeft:return.75*Math.PI;case h.left:return Math.PI;case h.topLeft:return.75*-Math.PI;case h.inside:return Math.atan2(i.y-e.y,i.x-e.x);case h.outside:return Math.atan2(e.y-i.y,e.x-i.x);default:return x()*_}}(this.options.move.direction,this.position,this.moveCenter),this.options.move.direction){case h.inside:this.outType=se.inside;break;case h.outside:this.outType=se.outside}this.offset=w.origin},this._engine=t}destroy(t){if(this.unbreakable||this.destroyed)return;this.destroyed=!0,this.bubble.inRange=!1,this.slow.inRange=!1;const e=this.container,i=this.pathGenerator,s=e.shapeDrawers.get(this.shape);s?.particleDestroy?.(this);for(const[,i]of e.plugins)i.particleDestroyed?.(this,t);for(const i of e.particles.updaters)i.particleDestroyed?.(this,t);i?.reset(this),this._engine.dispatchEvent(Et.particleDestroyed,{container:this.container,data:{particle:this}})}draw(t){const e=this.container,i=e.canvas;for(const[,s]of e.plugins)i.drawParticlePlugin(s,this,t);i.drawParticle(this,t)}getFillColor(){return this._getRollColor(this.bubble.color??gt(this.color))}getMass(){return this.getRadius()**2*Math.PI*Qe}getPosition(){return{x:this.position.x+this.offset.x,y:this.position.y+this.offset.y,z:this.position.z}}getRadius(){return this.bubble.radius??this.size.value}getStrokeColor(){return this._getRollColor(this.bubble.color??gt(this.strokeColor))}init(t,e,i,s){const n=this.container,o=this._engine;this.id=t,this.group=s,this.effectClose=!0,this.effectFill=!0,this.shapeClose=!0,this.shapeFill=!0,this.pathRotation=!1,this.lastPathTime=0,this.destroyed=!1,this.unbreakable=!1,this.isRotating=!1,this.rotation=0,this.misplaced=!1,this.retina={maxDistance:{}},this.outType=se.normal,this.ignoresResizeRatio=!0;const a=n.retina.pixelRatio,r=n.actualOptions,h=$e(this._engine,n,r.particles),{reduceDuplicates:l}=h,d=h.effect.type,u=h.shape.type;this.effect=Z(d,this.id,l),this.shape=Z(u,this.id,l);const p=h.effect,f=h.shape;if(i){if(i.effect?.type){const t=Z(i.effect.type,this.id,l);t&&(this.effect=t,p.load(i.effect))}if(i.shape?.type){const t=Z(i.shape.type,this.id,l);t&&(this.shape=t,f.load(i.shape))}}if(this.effect===Xe){const t=[...this.container.effectDrawers.keys()];this.effect=t[Math.floor(Math.random()*t.length)]}if(this.shape===Xe){const t=[...this.container.shapeDrawers.keys()];this.shape=t[Math.floor(Math.random()*t.length)]}this.effectData=function(t,e,i,s){const n=e.options[t];if(n)return Y({close:e.close,fill:e.fill},Z(n,i,s))}(this.effect,p,this.id,l),this.shapeData=function(t,e,i,s){const n=e.options[t];if(n)return Y({close:e.close,fill:e.fill},Z(n,i,s))}(this.shape,f,this.id,l),h.load(i);const v=this.effectData;v&&h.load(v.particles);const y=this.shapeData;y&&h.load(y.particles);const m=new Yt(o,n);m.load(n.actualOptions.interactivity),m.load(h.interactivity),this.interactivity=m,this.effectFill=v?.fill??h.effect.fill,this.effectClose=v?.close??h.effect.close,this.shapeFill=y?.fill??h.shape.fill,this.shapeClose=y?.close??h.shape.close,this.options=h;const g=this.options.move.path;this.pathDelay=P(g.delay.value)*c,g.generator&&(this.pathGenerator=this._engine.getPathGenerator(g.generator),this.pathGenerator&&n.addPath(g.generator,this.pathGenerator)&&this.pathGenerator.init(n)),n.retina.initParticle(this),this.size=J(this.options.size,a),this.bubble={inRange:!1},this.slow={inRange:!1,factor:1},this._initPosition(e),this.initialVelocity=this._calculateVelocity(),this.velocity=this.initialVelocity.copy();this.moveDecay=1-P(this.options.move.decay);const w=n.particles;w.setLastZIndex(this.position.z),this.zIndexFactor=this.position.z/n.zLayers,this.sides=24;let b=n.effectDrawers.get(this.effect);b||(b=this._engine.getEffectDrawer(this.effect),b&&n.effectDrawers.set(this.effect,b)),b?.loadEffect&&b.loadEffect(this);let _=n.shapeDrawers.get(this.shape);_||(_=this._engine.getShapeDrawer(this.shape),_&&n.shapeDrawers.set(this.shape,_)),_?.loadShape&&_.loadShape(this);const x=_?.getSidesCount;x&&(this.sides=x(this)),this.spawning=!1,this.shadowColor=ht(this.options.shadow.color);for(const t of w.updaters)t.init(this);for(const t of w.movers)t.init?.(this);b?.particleInit?.(n,this),_?.particleInit?.(n,this);for(const[,t]of n.plugins)t.particleCreated?.(this)}isInsideCanvas(){const t=this.getRadius(),e=this.container.canvas.size,i=this.position;return i.x>=-t&&i.y>=-t&&i.y<=e.height+t&&i.x<=e.width+t}isVisible(){return!this.destroyed&&!this.spawning&&this.isInsideCanvas()}reset(){for(const t of this.container.particles.updaters)t.reset?.(this)}}class Ze{constructor(t,e){this.position=t,this.particle=e}}var Je;!function(t){t.circle="circle",t.rectangle="rectangle"}(Je||(Je={}));class Ke{constructor(t,e,i){this.position={x:t,y:e},this.type=i}}class ti extends Ke{constructor(t,e,i){super(t,e,Je.circle),this.radius=i}contains(t){return D(t,this.position)<=this.radius}intersects(t){const e=this.position,i=t.position,s=Math.abs(i.x-e.x),n=Math.abs(i.y-e.y),o=this.radius;if(t instanceof ti||t.type===Je.circle){return o+t.radius>Math.sqrt(s**2+n**2)}if(t instanceof ei||t.type===Je.rectangle){const e=t,{width:i,height:a}=e.size;return Math.pow(s-i,2)+Math.pow(n-a,2)<=o**2||s<=o+i&&n<=o+a||s<=i||n<=a}return!1}}class ei extends Ke{constructor(t,e,i,s){super(t,e,Je.rectangle),this.size={height:s,width:i}}contains(t){const e=this.size.width,i=this.size.height,s=this.position;return t.x>=s.x&&t.x<=s.x+e&&t.y>=s.y&&t.y<=s.y+i}intersects(t){if(t instanceof ti)return t.intersects(this);const e=this.size.width,i=this.size.height,s=this.position,n=t.position,o=t instanceof ei?t.size:{width:0,height:0},a=o.width,r=o.height;return n.x<s.x+e&&n.x+a>s.x&&n.y<s.y+i&&n.y+r>s.y}}const ii=.5;class si{constructor(t,e){this.rectangle=t,this.capacity=e,this._subdivide=()=>{const{x:t,y:e}=this.rectangle.position,{width:i,height:s}=this.rectangle.size,{capacity:n}=this;for(let o=0;o<4;o++){const a=o%2;this._subs.push(new si(new ei(t+i*ii*a,e+s*ii*(Math.round(o*ii)-a),i*ii,s*ii),n))}this._divided=!0},this._points=[],this._divided=!1,this._subs=[]}insert(t){return!!this.rectangle.contains(t.position)&&(this._points.length<this.capacity?(this._points.push(t),!0):(this._divided||this._subdivide(),this._subs.some((e=>e.insert(t)))))}query(t,e){const i=[];if(!t.intersects(this.rectangle))return[];for(const s of this._points)!t.contains(s.position)&&D(t.position,s.position)>s.particle.getRadius()&&(!e||e(s.particle))||i.push(s.particle);if(this._divided)for(const s of this._subs)i.push(...s.query(t,e));return i}queryCircle(t,e,i){return this.query(new ti(t.x,t.y,e),i)}queryRectangle(t,e,i){return this.query(new ei(t.x,t.y,e.width,e.height),i)}}const ni=t=>{const{height:e,width:i}=t;return new ei(-.25*i,-.25*e,1.5*i,1.5*e)};class oi{constructor(t,e){this._addToPool=(...t)=>{this._pool.push(...t)},this._applyDensity=(t,e,i)=>{const s=t.number;if(!t.number.density?.enable)return void(void 0===i?this._limit=s.limit.value:s.limit&&this._groupLimits.set(i,s.limit.value));const n=this._initDensityFactor(s.density),o=s.value,a=s.limit.value>0?s.limit.value:o,r=Math.min(o,a)*n+e,c=Math.min(this.count,this.filter((t=>t.group===i)).length);void 0===i?this._limit=s.limit.value*n:this._groupLimits.set(i,s.limit.value*n),c<r?this.push(Math.abs(r-c),void 0,t,i):c>r&&this.removeQuantity(c-r,i)},this._initDensityFactor=t=>{const e=this._container;if(!e.canvas.element||!t.enable)return 1;const i=e.canvas.element,s=e.retina.pixelRatio;return i.width*i.height/(t.height*t.width*s**2)},this._pushParticle=(t,e,i,s)=>{try{let n=this._pool.pop();n||(n=new Ne(this._engine,this._container)),n.init(this._nextId,t,e,i);let o=!0;if(s&&(o=s(n)),!o)return;return this._array.push(n),this._zArray.push(n),this._nextId++,this._engine.dispatchEvent(Et.particleAdded,{container:this._container,data:{particle:n}}),n}catch(t){U().warning(`${a} adding particle: ${t}`)}},this._removeParticle=(t,e,i)=>{const s=this._array[t];if(!s||s.group!==e)return!1;const n=this._zArray.indexOf(s);return this._array.splice(t,1),this._zArray.splice(n,1),s.destroy(i),this._engine.dispatchEvent(Et.particleRemoved,{container:this._container,data:{particle:s}}),this._addToPool(s),!0},this._engine=t,this._container=e,this._nextId=0,this._array=[],this._zArray=[],this._pool=[],this._limit=0,this._groupLimits=new Map,this._needsSort=!1,this._lastZIndex=0,this._interactionManager=new je(t,e),this._pluginsInitialized=!1;const i=e.canvas.size;this.quadTree=new si(ni(i),4),this.movers=[],this.updaters=[]}get count(){return this._array.length}addManualParticles(){const t=this._container;t.actualOptions.manualParticles.forEach((e=>this.addParticle(e.position?tt(e.position,t.canvas.size):void 0,e.options)))}addParticle(t,e,i,s){const n=this._container.actualOptions.particles.number.limit.mode,o=void 0===i?this._limit:this._groupLimits.get(i)??this._limit,a=this.count;if(o>0)switch(n){case ee.delete:{const t=a+1-o;t>0&&this.removeQuantity(t);break}case ee.wait:if(a>=o)return}return this._pushParticle(t,e,i,s)}clear(){this._array=[],this._zArray=[],this._pluginsInitialized=!1}destroy(){this._array=[],this._zArray=[],this.movers=[],this.updaters=[]}draw(t){const e=this._container,i=e.canvas;i.clear(),this.update(t);for(const[,s]of e.plugins)i.drawPlugin(s,t);for(const e of this._zArray)e.draw(t)}filter(t){return this._array.filter(t)}find(t){return this._array.find(t)}get(t){return this._array[t]}handleClickMode(t){this._interactionManager.handleClickMode(t)}async init(){const t=this._container,e=t.actualOptions;this._lastZIndex=0,this._needsSort=!1,await this.initPlugins();let i=!1;for(const[,e]of t.plugins)if(i=e.particlesInitialization?.()??i,i)break;if(this.addManualParticles(),!i){const t=e.particles,i=t.groups;for(const e in i){const s=i[e];for(let i=this.count,n=0;n<s.number?.value&&i<t.number.value;i++,n++)this.addParticle(void 0,s,e)}for(let e=this.count;e<t.number.value;e++)this.addParticle()}}async initPlugins(){if(this._pluginsInitialized)return;const t=this._container;this.movers=await this._engine.getMovers(t,!0),this.updaters=await this._engine.getUpdaters(t,!0),await this._interactionManager.init();for(const[,e]of t.pathGenerators)e.init(t)}push(t,e,i,s){for(let n=0;n<t;n++)this.addParticle(e?.position,i,s)}async redraw(){this.clear(),await this.init(),this.draw({value:0,factor:0})}remove(t,e,i){this.removeAt(this._array.indexOf(t),void 0,e,i)}removeAt(t,e=1,i,s){if(t<0||t>this.count)return;let n=0;for(let o=t;n<e&&o<this.count;o++)this._removeParticle(o--,i,s)&&n++}removeQuantity(t,e){this.removeAt(0,t,e)}setDensity(){const t=this._container.actualOptions,e=t.particles.groups;for(const t in e)this._applyDensity(e[t],0,t);this._applyDensity(t.particles,t.manualParticles.length)}setLastZIndex(t){this._lastZIndex=t,this._needsSort=this._needsSort||this._lastZIndex<t}setResizeFactor(t){this._resizeFactor=t}update(t){const e=this._container,i=new Set;this.quadTree=new si(ni(e.canvas.size),4);for(const[,t]of e.pathGenerators)t.update();for(const[,i]of e.plugins)i.update?.(t);const s=this._resizeFactor;for(const e of this._array){s&&!e.ignoresResizeRatio&&(e.position.x*=s.width,e.position.y*=s.height,e.initialPosition.x*=s.width,e.initialPosition.y*=s.height),e.ignoresResizeRatio=!1,this._interactionManager.reset(e);for(const[,i]of this._container.plugins){if(e.destroyed)break;i.particleUpdate?.(e,t)}for(const i of this.movers)i.isEnabled(e)&&i.move(e,t);e.destroyed?i.add(e):this.quadTree.insert(new Ze(e.getPosition(),e))}if(i.size){const t=t=>!i.has(t);this._array=this.filter(t),this._zArray=this._zArray.filter(t);for(const t of i)this._engine.dispatchEvent(Et.particleRemoved,{container:this._container,data:{particle:t}});this._addToPool(...i)}this._interactionManager.externalInteract(t);for(const e of this._array){for(const i of this.updaters)i.update(e,t);e.destroyed||e.spawning||this._interactionManager.particlesInteract(e,t)}if(delete this._resizeFactor,this._needsSort){const t=this._zArray;t.sort(((t,e)=>e.position.z-t.position.z||t.id-e.id));const e=1;this._lastZIndex=t[t.length-e].position.z,this._needsSort=!1}}}class ai{constructor(t){this.container=t,this.pixelRatio=1,this.reduceFactor=1}init(){const t=this.container,e=t.actualOptions;this.pixelRatio=!e.detectRetina||V()?1:window.devicePixelRatio,this.reduceFactor=1;const i=this.pixelRatio,s=t.canvas;if(s.element){const t=s.element;s.size.width=t.offsetWidth*i,s.size.height=t.offsetHeight*i}const n=e.particles,o=n.move;this.maxSpeed=P(o.gravity.maxSpeed)*i,this.sizeAnimationSpeed=P(n.size.animation.speed)*i}initParticle(t){const e=t.options,i=this.pixelRatio,s=e.move,n=s.distance,o=t.retina;o.moveDrift=P(s.drift)*i,o.moveSpeed=P(s.speed)*i,o.sizeAnimationSpeed=P(e.size.animation.speed)*i;const a=o.maxDistance;a.horizontal=void 0!==n.horizontal?n.horizontal*i:void 0,a.vertical=void 0!==n.vertical?n.vertical*i:void 0,o.maxSpeed=P(s.gravity.maxSpeed)*i}}function ri(t){return t&&!t.destroyed}function ci(t,e,...i){const s=new Ge(t,e);return Ve(s,...i),s}class hi{constructor(t,e,i){this._intersectionManager=t=>{if(ri(this)&&this.actualOptions.pauseOnOutsideViewport)for(const e of t)e.target===this.interactivity.element&&(e.isIntersecting?this.play():this.pause())},this._nextFrame=t=>{try{if(!this._smooth&&void 0!==this._lastFrameTime&&t<this._lastFrameTime+c/this.fpsLimit)return void this.draw(!1);this._lastFrameTime??=t;const e=function(t,e=60,i=!1){return{value:t,factor:i?60/e:60*t/c}}(t-this._lastFrameTime,this.fpsLimit,this._smooth);if(this.addLifeTime(e.value),this._lastFrameTime=t,e.value>c)return void this.draw(!1);if(this.particles.draw(e),!this.alive())return void this.destroy();this.animationStatus&&this.draw(!1)}catch(t){U().error(`${a} in animation loop`,t)}},this._engine=t,this.id=Symbol(e),this.fpsLimit=120,this._smooth=!1,this._delay=0,this._duration=0,this._lifeTime=0,this._firstStart=!0,this.started=!1,this.destroyed=!1,this._paused=!0,this._lastFrameTime=0,this.zLayers=100,this.pageHidden=!1,this._clickHandlers=new Map,this._sourceOptions=i,this._initialSourceOptions=i,this.retina=new ai(this),this.canvas=new Dt(this),this.particles=new oi(this._engine,this),this.pathGenerators=new Map,this.interactivity={mouse:{clicking:!1,inside:!1}},this.plugins=new Map,this.effectDrawers=new Map,this.shapeDrawers=new Map,this._options=ci(this._engine,this),this.actualOptions=ci(this._engine,this),this._eventListeners=new Lt(this),this._intersectionObserver=function(t){if(!V()&&"undefined"!=typeof IntersectionObserver)return new IntersectionObserver(t)}((t=>this._intersectionManager(t))),this._engine.dispatchEvent(Et.containerBuilt,{container:this})}get animationStatus(){return!this._paused&&!this.pageHidden&&ri(this)}get options(){return this._options}get sourceOptions(){return this._sourceOptions}addClickHandler(t){if(!ri(this))return;const e=this.interactivity.element;if(!e)return;const i=(e,i,s)=>{if(!ri(this))return;const n=this.retina.pixelRatio,o={x:i.x*n,y:i.y*n},a=this.particles.quadTree.queryCircle(o,s*n);t(e,a)};let s=!1,n=!1;this._clickHandlers.set("click",(t=>{if(!ri(this))return;const e=t,s={x:e.offsetX||e.clientX,y:e.offsetY||e.clientY};i(t,s,1)})),this._clickHandlers.set("touchstart",(()=>{ri(this)&&(s=!0,n=!1)})),this._clickHandlers.set("touchmove",(()=>{ri(this)&&(n=!0)})),this._clickHandlers.set("touchend",(t=>{if(ri(this)){if(s&&!n){const e=t,s=1;let n=e.touches[e.touches.length-s];if(!n&&(n=e.changedTouches[e.changedTouches.length-s],!n))return;const o=this.canvas.element,a=o?o.getBoundingClientRect():void 0,r=0,c={x:n.clientX-(a?a.left:r),y:n.clientY-(a?a.top:r)};i(t,c,Math.max(n.radiusX,n.radiusY))}s=!1,n=!1}})),this._clickHandlers.set("touchcancel",(()=>{ri(this)&&(s=!1,n=!1)}));for(const[t,i]of this._clickHandlers)e.addEventListener(t,i)}addLifeTime(t){this._lifeTime+=t}addPath(t,e,i=!1){return!(!ri(this)||!i&&this.pathGenerators.has(t))&&(this.pathGenerators.set(t,e),!0)}alive(){return!this._duration||this._lifeTime<=this._duration}clearClickHandlers(){if(ri(this)){for(const[t,e]of this._clickHandlers)this.interactivity.element?.removeEventListener(t,e);this._clickHandlers.clear()}}destroy(t=!0){if(ri(this)){this.stop(),this.clearClickHandlers(),this.particles.destroy(),this.canvas.destroy();for(const[,t]of this.effectDrawers)t.destroy?.(this);for(const[,t]of this.shapeDrawers)t.destroy?.(this);for(const t of this.effectDrawers.keys())this.effectDrawers.delete(t);for(const t of this.shapeDrawers.keys())this.shapeDrawers.delete(t);if(this._engine.clearPlugins(this),this.destroyed=!0,t){const t=this._engine.items,e=t.findIndex((t=>t===this));if(e>=0){const i=1;t.splice(e,i)}}this._engine.dispatchEvent(Et.containerDestroyed,{container:this})}}draw(t){if(!ri(this))return;let e=t;const i=t=>{e&&(this._lastFrameTime=void 0,e=!1),this._nextFrame(t)};this._drawAnimationFrame=requestAnimationFrame((t=>i(t)))}async export(t,e={}){for(const[,i]of this.plugins){if(!i.export)continue;const s=await i.export(t,e);if(s.supported)return s.blob}U().error(`${a} - Export plugin with type ${t} not found`)}handleClickMode(t){if(ri(this)){this.particles.handleClickMode(t);for(const[,e]of this.plugins)e.handleClickMode?.(t)}}async init(){if(!ri(this))return;const t=this._engine.getSupportedEffects();for(const e of t){const t=this._engine.getEffectDrawer(e);t&&this.effectDrawers.set(e,t)}const e=this._engine.getSupportedShapes();for(const t of e){const e=this._engine.getShapeDrawer(t);e&&this.shapeDrawers.set(t,e)}await this.particles.initPlugins(),this._options=ci(this._engine,this,this._initialSourceOptions,this.sourceOptions),this.actualOptions=ci(this._engine,this,this._options);const i=await this._engine.getAvailablePlugins(this);for(const[t,e]of i)this.plugins.set(t,e);this.retina.init(),await this.canvas.init(),this.updateActualOptions(),this.canvas.initBackground(),this.canvas.resize();const{zLayers:s,duration:n,delay:o,fpsLimit:a,smooth:r}=this.actualOptions;this.zLayers=s,this._duration=P(n)*c,this._delay=P(o)*c,this._lifeTime=0;this.fpsLimit=a>0?a:120,this._smooth=r;for(const[,t]of this.effectDrawers)await(t.init?.(this));for(const[,t]of this.shapeDrawers)await(t.init?.(this));for(const[,t]of this.plugins)await(t.init?.());this._engine.dispatchEvent(Et.containerInit,{container:this}),await this.particles.init(),this.particles.setDensity();for(const[,t]of this.plugins)t.particlesSetup?.();this._engine.dispatchEvent(Et.particlesSetup,{container:this})}async loadTheme(t){ri(this)&&(this._currentTheme=t,await this.refresh())}pause(){if(ri(this)&&(void 0!==this._drawAnimationFrame&&(cancelAnimationFrame(this._drawAnimationFrame),delete this._drawAnimationFrame),!this._paused)){for(const[,t]of this.plugins)t.pause?.();this.pageHidden||(this._paused=!0),this._engine.dispatchEvent(Et.containerPaused,{container:this})}}play(t){if(!ri(this))return;const e=this._paused||t;if(!this._firstStart||this.actualOptions.autoPlay){if(this._paused&&(this._paused=!1),e)for(const[,t]of this.plugins)t.play&&t.play();this._engine.dispatchEvent(Et.containerPlay,{container:this}),this.draw(e??!1)}else this._firstStart=!1}async refresh(){if(ri(this))return this.stop(),this.start()}async reset(t){if(ri(this))return this._initialSourceOptions=t,this._sourceOptions=t,this._options=ci(this._engine,this,this._initialSourceOptions,this.sourceOptions),this.actualOptions=ci(this._engine,this,this._options),this.refresh()}async start(){ri(this)&&!this.started&&(await this.init(),this.started=!0,await new Promise((t=>{const e=async()=>{this._eventListeners.addListeners(),this.interactivity.element instanceof HTMLElement&&this._intersectionObserver&&this._intersectionObserver.observe(this.interactivity.element);for(const[,t]of this.plugins)await(t.start?.());this._engine.dispatchEvent(Et.containerStarted,{container:this}),this.play(),t()};this._delayTimeout=setTimeout((()=>{e()}),this._delay)})))}stop(){if(ri(this)&&this.started){this._delayTimeout&&(clearTimeout(this._delayTimeout),delete this._delayTimeout),this._firstStart=!0,this.started=!1,this._eventListeners.removeListeners(),this.pause(),this.particles.clear(),this.canvas.stop(),this.interactivity.element instanceof HTMLElement&&this._intersectionObserver&&this._intersectionObserver.unobserve(this.interactivity.element);for(const[,t]of this.plugins)t.stop?.();for(const t of this.plugins.keys())this.plugins.delete(t);this._sourceOptions=this._options,this._engine.dispatchEvent(Et.containerStopped,{container:this})}}updateActualOptions(){this.actualOptions.responsive=[];const t=this.actualOptions.setResponsive(this.canvas.size.width,this.retina.pixelRatio,this._options);return this.actualOptions.setTheme(this._currentTheme),this._responsiveMaxWidth!==t&&(this._responsiveMaxWidth=t,!0)}}class li{constructor(){this._listeners=new Map}addEventListener(t,e){this.removeEventListener(t,e);let i=this._listeners.get(t);i||(i=[],this._listeners.set(t,i)),i.push(e)}dispatchEvent(t,e){const i=this._listeners.get(t);i?.forEach((t=>t(e)))}hasEventListener(t){return!!this._listeners.get(t)}removeAllEventListeners(t){t?this._listeners.delete(t):this._listeners=new Map}removeEventListener(t,e){const i=this._listeners.get(t);if(!i)return;const s=i.length,n=i.indexOf(e);if(n<0)return;1===s?this._listeners.delete(t):i.splice(n,1)}}async function di(t,e,i,s=!1){let n=e.get(t);return n&&!s||(n=await Promise.all([...i.values()].map((e=>e(t)))),e.set(t,n)),n}const ui="true",pi="false",fi="canvas";class vi{constructor(){this._configs=new Map,this._domArray=[],this._eventDispatcher=new li,this._initialized=!1,this.plugins=[],this._initializers={interactors:new Map,movers:new Map,updaters:new Map},this.interactors=new Map,this.movers=new Map,this.updaters=new Map,this.presets=new Map,this.effectDrawers=new Map,this.shapeDrawers=new Map,this.pathGenerators=new Map}get configs(){const t={};for(const[e,i]of this._configs)t[e]=i;return t}get items(){return this._domArray}get version(){return"3.4.0"}addConfig(t){const e=t.key??t.name??"default";this._configs.set(e,t),this._eventDispatcher.dispatchEvent(Et.configAdded,{data:{name:e,config:t}})}async addEffect(t,e,i=!0){N(t,(t=>{this.getEffectDrawer(t)||this.effectDrawers.set(t,e)})),await this.refresh(i)}addEventListener(t,e){this._eventDispatcher.addEventListener(t,e)}async addInteractor(t,e,i=!0){this._initializers.interactors.set(t,e),await this.refresh(i)}async addMover(t,e,i=!0){this._initializers.movers.set(t,e),await this.refresh(i)}async addParticleUpdater(t,e,i=!0){this._initializers.updaters.set(t,e),await this.refresh(i)}async addPathGenerator(t,e,i=!0){this.getPathGenerator(t)||this.pathGenerators.set(t,e),await this.refresh(i)}async addPlugin(t,e=!0){this.getPlugin(t.id)||this.plugins.push(t),await this.refresh(e)}async addPreset(t,e,i=!1,s=!0){!i&&this.getPreset(t)||this.presets.set(t,e),await this.refresh(s)}async addShape(t,e=!0){for(const e of t.validTypes)this.getShapeDrawer(e)||this.shapeDrawers.set(e,t);await this.refresh(e)}clearPlugins(t){this.updaters.delete(t),this.movers.delete(t),this.interactors.delete(t)}dispatchEvent(t,e){this._eventDispatcher.dispatchEvent(t,e)}dom(){return this.items}domItem(t){return this.item(t)}async getAvailablePlugins(t){const e=new Map;for(const i of this.plugins)i.needsPlugin(t.actualOptions)&&e.set(i.id,await i.getPlugin(t));return e}getEffectDrawer(t){return this.effectDrawers.get(t)}async getInteractors(t,e=!1){return di(t,this.interactors,this._initializers.interactors,e)}async getMovers(t,e=!1){return di(t,this.movers,this._initializers.movers,e)}getPathGenerator(t){return this.pathGenerators.get(t)}getPlugin(t){return this.plugins.find((e=>e.id===t))}getPreset(t){return this.presets.get(t)}getShapeDrawer(t){return this.shapeDrawers.get(t)}getSupportedEffects(){return this.effectDrawers.keys()}getSupportedShapes(){return this.shapeDrawers.keys()}async getUpdaters(t,e=!1){return di(t,this.updaters,this._initializers.updaters,e)}init(){this._initialized||(this._initialized=!0)}item(t){const{items:e}=this,i=e[t];if(i&&!i.destroyed)return i;{const i=1;e.splice(t,i)}}async load(t){const e=t.id??t.element?.id??`tsparticles${Math.floor(1e4*x())}`,{index:s,url:n}=t,o=n?await async function(t){const e=Z(t.url,t.index);if(!e)return t.fallback;const i=await fetch(e);return i.ok?await i.json():(U().error(`${a} ${i.status} while retrieving config file`),t.fallback)}({fallback:t.options,url:n,index:s}):t.options,r=Z(o,s),{items:c}=this,h=c.findIndex((t=>t.id.description===e)),l=new hi(this,e,r);if(h>=0){const t=this.item(h),e=t?1:0;t&&!t.destroyed&&t.destroy(!1),c.splice(h,e,l)}else c.push(l);const d=((t,e)=>{let s=e??document.getElementById(t);return s||(s=document.createElement("div"),s.id=t,s.dataset[i]=ui,document.body.append(s),s)})(e,t.element),u=(t=>{let e;if(t instanceof HTMLCanvasElement||t.tagName.toLowerCase()===fi)e=t,e.dataset[i]||(e.dataset[i]=pi);else{const s=t.getElementsByTagName(fi);s.length?(e=s[0],e.dataset[i]=pi):(e=document.createElement(fi),e.dataset[i]=ui,t.appendChild(e))}const s="100%";return e.style.width||(e.style.width=s),e.style.height||(e.style.height=s),e})(d);return l.canvas.loadCanvas(u),await l.start(),l}loadOptions(t,e){this.plugins.forEach((i=>i.loadOptions?.(t,e)))}loadParticlesOptions(t,e,...i){const s=this.updaters.get(t);s&&s.forEach((t=>t.loadOptions?.(e,...i)))}async refresh(t=!0){t&&await Promise.all(this.items.map((t=>t.refresh())))}removeEventListener(t,e){this._eventDispatcher.removeEventListener(t,e)}setOnClickHandler(t){const{items:e}=this;if(!e.length)throw new Error(`${a} can only set click handlers after calling tsParticles.load()`);e.forEach((e=>e.addClickHandler(t)))}}var yi,mi,gi,wi,bi;!function(t){t[t.h=1]="h",t[t.s=2]="s",t[t.l=3]="l",t[t.a=5]="a"}(yi||(yi={}));class _i{constructor(){this.key="hsl",this.stringPrefix="hsl"}handleColor(t){const e=t.value.hsl??t.value;if(void 0!==e.h&&void 0!==e.s&&void 0!==e.l)return pt(e)}handleRangeColor(t){const e=t.value.hsl??t.value;if(void 0!==e.h&&void 0!==e.l)return pt({h:P(e.h),l:P(e.l),s:P(e.s)})}parseString(t){if(!t.startsWith("hsl"))return;const e=/hsla?\(\s*(\d+)\s*,\s*(\d+)%\s*,\s*(\d+)%\s*(,\s*([\d.%]+)\s*)?\)/i.exec(t);return e?function(t){const e=pt(t);return{a:t.a,b:e.b,g:e.g,r:e.r}}({a:e.length>4?L(e[yi.a]):1,h:parseInt(e[yi.h],10),l:parseInt(e[yi.l],10),s:parseInt(e[yi.s],10)}):void 0}}!function(t){t[t.r=1]="r",t[t.g=2]="g",t[t.b=3]="b",t[t.a=5]="a"}(mi||(mi={}));class xi{constructor(){this.key="rgb",this.stringPrefix="rgb"}handleColor(t){const e=t.value.rgb??t.value;if(void 0!==e.r)return e}handleRangeColor(t){const e=t.value.rgb??t.value;if(void 0!==e.r)return{r:P(e.r),g:P(e.g),b:P(e.b)}}parseString(t){if(!t.startsWith(this.stringPrefix))return;const e=/rgba?\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(,\s*([\d.%]+)\s*)?\)/i.exec(t);return e?{a:e.length>4?L(e[mi.a]):1,b:parseInt(e[mi.b],10),g:parseInt(e[mi.g],10),r:parseInt(e[mi.r],10)}:void 0}}class ki{constructor(t){this.type=ie.particles,this.container=t}}!function(t){t.clockwise="clockwise",t.counterClockwise="counter-clockwise",t.random="random"}(gi||(gi={})),function(t){t.linear="linear",t.radial="radial",t.random="random"}(wi||(wi={})),function(t){t.easeInBack="ease-in-back",t.easeInCirc="ease-in-circ",t.easeInCubic="ease-in-cubic",t.easeInLinear="ease-in-linear",t.easeInQuad="ease-in-quad",t.easeInQuart="ease-in-quart",t.easeInQuint="ease-in-quint",t.easeInExpo="ease-in-expo",t.easeInSine="ease-in-sine",t.easeOutBack="ease-out-back",t.easeOutCirc="ease-out-circ",t.easeOutCubic="ease-out-cubic",t.easeOutLinear="ease-out-linear",t.easeOutQuad="ease-out-quad",t.easeOutQuart="ease-out-quart",t.easeOutQuint="ease-out-quint",t.easeOutExpo="ease-out-expo",t.easeOutSine="ease-out-sine",t.easeInOutBack="ease-in-out-back",t.easeInOutCirc="ease-in-out-circ",t.easeInOutCubic="ease-in-out-cubic",t.easeInOutLinear="ease-in-out-linear",t.easeInOutQuad="ease-in-out-quad",t.easeInOutQuart="ease-in-out-quart",t.easeInOutQuint="ease-in-out-quint",t.easeInOutExpo="ease-in-out-expo",t.easeInOutSine="ease-in-out-sine"}(bi||(bi={}));const zi=function(){const t=new xi,e=new _i;rt(t),rt(e);const i=new vi;return i.init(),i}();V()||(window.tsParticles=zi);const Mi=1;function Pi(t,e,i,s,n,o){!function(t,e){const i=t.options,s=i.move.path;if(!s.enable)return;if(t.lastPathTime<=t.pathDelay)return void(t.lastPathTime+=e.value);const n=t.pathGenerator?.generate(t,e);n&&t.velocity.addTo(n);s.clamp&&(t.velocity.x=k(t.velocity.x,-Mi,Mi),t.velocity.y=k(t.velocity.y,-Mi,Mi));t.lastPathTime-=t.pathDelay}(t,o);const a=t.gravity,r=a?.enable&&a.inverse?-Mi:Mi;n&&i&&(t.velocity.x+=n*o.factor/(60*i)),a?.enable&&i&&(t.velocity.y+=r*(a.acceleration*o.factor)/(60*i));const c=t.moveDecay;t.velocity.multTo(c);const h=t.velocity.mult(i);a?.enable&&s>0&&(!a.inverse&&h.y>=0&&h.y>=s||a.inverse&&h.y<=0&&h.y<=-s)&&(h.y=r*s,i&&(t.velocity.y=h.y/i));const l=t.options.zIndex,d=(Mi-t.zIndexFactor)**l.velocityRate;h.multTo(d);const{position:u}=t;u.addTo(h),e.vibrate&&(u.x+=Math.sin(u.x*Math.cos(u.y)),u.y+=Math.cos(u.y*Math.sin(u.x)))}class Ci{init(t){const e=t.options.move.gravity;t.gravity={enable:e.enable,acceleration:P(e.acceleration),inverse:e.inverse},function(t){const e=t.container,i=t.options.move.spin;if(!i.enable)return;const s=i.position??{x:50,y:50},n={x:.01*s.x*e.canvas.size.width,y:.01*s.y*e.canvas.size.height},o=D(t.getPosition(),n),a=P(i.acceleration);t.retina.spinAcceleration=a*e.retina.pixelRatio,t.spin={center:n,direction:t.velocity.x>=0?gi.clockwise:gi.counterClockwise,angle:t.velocity.angle,radius:o,acceleration:t.retina.spinAcceleration}}(t)}isEnabled(t){return!t.destroyed&&t.options.move.enable}move(t,e){const i=t.options,s=i.move;if(!s.enable)return;const n=t.container,o=n.retina.pixelRatio;t.retina.moveSpeed??=P(s.speed)*o,t.retina.moveDrift??=P(t.options.move.drift)*o;const a=function(t){return t.slow.inRange?t.slow.factor:Mi}(t),r=t.retina.moveSpeed*n.retina.reduceFactor,c=t.retina.moveDrift,h=O(i.size.value)*o,l=r*(s.size?t.getRadius()/h:1)*a*(e.factor||1)/2,d=t.retina.maxSpeed??n.retina.maxSpeed;s.spin.enable?function(t,e){const i=t.container;if(!t.spin)return;const s={x:t.spin.direction===gi.clockwise?Math.cos:Math.sin,y:t.spin.direction===gi.clockwise?Math.sin:Math.cos};t.position.x=t.spin.center.x+t.spin.radius*s.x(t.spin.angle),t.position.y=t.spin.center.y+t.spin.radius*s.y(t.spin.angle),t.spin.radius+=t.spin.acceleration;const n=Math.max(i.canvas.size.width,i.canvas.size.height),o=.5*n;t.spin.radius>o?(t.spin.radius=o,t.spin.acceleration*=-Mi):t.spin.radius<0&&(t.spin.radius=0,t.spin.acceleration*=-Mi),t.spin.angle+=.01*e*(Mi-t.spin.radius/n)}(t,l):Pi(t,s,l,d,c,e),function(t){const e=t.initialPosition,{dx:i,dy:s}=T(e,t.position),n=Math.abs(i),o=Math.abs(s),{maxDistance:a}=t.retina,r=a.horizontal,c=a.vertical;if(!r&&!c)return;if((r&&n>=r||c&&o>=c)&&!t.misplaced)t.misplaced=!!r&&n>r||!!c&&o>c,r&&(t.velocity.x=.5*t.velocity.y-t.velocity.x),c&&(t.velocity.y=.5*t.velocity.x-t.velocity.y);else if((!r||n<r)&&(!c||o<c)&&t.misplaced)t.misplaced=!1;else if(t.misplaced){const i=t.position,s=t.velocity;r&&(i.x<e.x&&s.x<0||i.x>e.x&&s.x>0)&&(s.x*=-x()),c&&(i.y<e.y&&s.y<0||i.y>e.y&&s.y>0)&&(s.y*=-x())}}(t)}}const Oi=2*Math.PI,Si=0,Ti=0;class Di{constructor(){this.validTypes=["circle"]}draw(t){!function(t){const{context:e,particle:i,radius:s}=t;i.circleRange||(i.circleRange={min:0,max:Oi});const n=i.circleRange;e.arc(Si,Ti,s,n.min,n.max,!1)}(t)}getSidesCount(){return 12}particleInit(t,e){const i=e.shapeData,s=i?.angle??{max:360,min:0};e.circleRange=p(s)?{min:I(s.min),max:I(s.max)}:{min:0,max:I(s)}}}class Ii{constructor(t){this.container=t}init(t){const e=dt(t.options.color,t.id,t.options.reduceDuplicates);e&&(t.color=function(t,e,i){const s={h:{enable:!1,value:t.h},s:{enable:!1,value:t.s},l:{enable:!1,value:t.l}};return e&&(wt(s.h,e.h,i),wt(s.s,e.s,i),wt(s.l,e.l,i)),s}(e,t.options.color.animation,this.container.retina.reduceFactor))}isEnabled(t){const{h:e,s:i,l:s}=t.options.color.animation,{color:n}=t;return!t.destroyed&&!t.spawning&&(void 0!==n?.h.value&&e.enable||void 0!==n?.s.value&&i.enable||void 0!==n?.l.value&&s.enable)}update(t,e){!function(t,e){if(!t)return;const{h:i,s,l:n}=t,o={min:0,max:100},a={min:0,max:100};i&&bt(i,{min:0,max:360},!1,e),s&&bt(s,o,!0,e),n&&bt(n,a,!0,e)}(t.color,e)}}class Ri{constructor(t){this.container=t}init(t){const e=t.options.opacity;t.opacity=J(e,1);const i=e.animation;i.enable&&(t.opacity.velocity=P(i.speed)/r*this.container.retina.reduceFactor,i.sync||(t.opacity.velocity*=x()))}isEnabled(t){return!t.destroyed&&!t.spawning&&!!t.opacity&&t.opacity.enable&&((t.opacity.maxLoops??0)<=0||(t.opacity.maxLoops??0)>0&&(t.opacity.loops??0)<(t.opacity.maxLoops??0))}reset(t){t.opacity&&(t.opacity.time=0,t.opacity.loops=0)}update(t,e){this.isEnabled(t)&&t.opacity&&et(t,t.opacity,!0,t.options.opacity.animation.destroy,e)}}class Li{constructor(t){this.container=t,this.modes=[te.bounce,te.split]}update(t,e,i,s){if(!this.modes.includes(s))return;const n=this.container;let o=!1;for(const[,s]of n.plugins)if(void 0!==s.particleBounce&&(o=s.particleBounce(t,i,e)),o)break;if(o)return;const a=t.getPosition(),r=t.offset,c=t.getRadius(),h=X(a,c),l=n.canvas.size;!function(t){if(t.outMode!==te.bounce&&t.outMode!==te.split||t.direction!==q.left&&t.direction!==q.right)return;t.bounds.right<0&&t.direction===q.left?t.particle.position.x=t.size+t.offset.x:t.bounds.left>t.canvasSize.width&&t.direction===q.right&&(t.particle.position.x=t.canvasSize.width-t.size-t.offset.x);const e=t.particle.velocity.x;let i=!1;if(t.direction===q.right&&t.bounds.right>=t.canvasSize.width&&e>0||t.direction===q.left&&t.bounds.left<=0&&e<0){const e=P(t.particle.options.bounce.horizontal.value);t.particle.velocity.x*=-e,i=!0}if(!i)return;const s=t.offset.x+t.size;t.bounds.right>=t.canvasSize.width&&t.direction===q.right?t.particle.position.x=t.canvasSize.width-s:t.bounds.left<=0&&t.direction===q.left&&(t.particle.position.x=s),t.outMode===te.split&&t.particle.destroy()}({particle:t,outMode:s,direction:e,bounds:h,canvasSize:l,offset:r,size:c}),function(t){if(t.outMode!==te.bounce&&t.outMode!==te.split||t.direction!==q.bottom&&t.direction!==q.top)return;t.bounds.bottom<0&&t.direction===q.top?t.particle.position.y=t.size+t.offset.y:t.bounds.top>t.canvasSize.height&&t.direction===q.bottom&&(t.particle.position.y=t.canvasSize.height-t.size-t.offset.y);const e=t.particle.velocity.y;let i=!1;if(t.direction===q.bottom&&t.bounds.bottom>=t.canvasSize.height&&e>0||t.direction===q.top&&t.bounds.top<=0&&e<0){const e=P(t.particle.options.bounce.vertical.value);t.particle.velocity.y*=-e,i=!0}if(!i)return;const s=t.offset.y+t.size;t.bounds.bottom>=t.canvasSize.height&&t.direction===q.bottom?t.particle.position.y=t.canvasSize.height-s:t.bounds.top<=0&&t.direction===q.top&&(t.particle.position.y=s),t.outMode===te.split&&t.particle.destroy()}({particle:t,outMode:s,direction:e,bounds:h,canvasSize:l,offset:r,size:c})}}class Ei{constructor(t){this.container=t,this.modes=[te.destroy]}update(t,e,i,s){if(!this.modes.includes(s))return;const n=this.container;switch(t.outType){case se.normal:case se.outside:if(Q(t.position,n.canvas.size,w.origin,t.getRadius(),e))return;break;case se.inside:{const{dx:e,dy:i}=T(t.position,t.moveCenter),{x:s,y:n}=t.velocity;if(s<0&&e>t.moveCenter.radius||n<0&&i>t.moveCenter.radius||s>=0&&e<-t.moveCenter.radius||n>=0&&i<-t.moveCenter.radius)return;break}}n.particles.remove(t,void 0,!0)}}class Fi{constructor(t){this.container=t,this.modes=[te.none]}update(t,e,i,s){if(!this.modes.includes(s))return;if((t.options.move.distance.horizontal&&(e===q.left||e===q.right))??(t.options.move.distance.vertical&&(e===q.top||e===q.bottom)))return;const n=t.options.move.gravity,o=this.container,a=o.canvas.size,r=t.getRadius();if(n.enable){const i=t.position;(!n.inverse&&i.y>a.height+r&&e===q.bottom||n.inverse&&i.y<-r&&e===q.top)&&o.particles.remove(t)}else{if(t.velocity.y>0&&t.position.y<=a.height+r||t.velocity.y<0&&t.position.y>=-r||t.velocity.x>0&&t.position.x<=a.width+r||t.velocity.x<0&&t.position.x>=-r)return;Q(t.position,o.canvas.size,w.origin,r,e)||o.particles.remove(t)}}}class Ai{constructor(t){this.container=t,this.modes=[te.out]}update(t,e,i,s){if(!this.modes.includes(s))return;const n=this.container;switch(t.outType){case se.inside:{const{x:e,y:i}=t.velocity,s=w.origin;s.length=t.moveCenter.radius,s.angle=t.velocity.angle+Math.PI,s.addTo(w.create(t.moveCenter));const{dx:o,dy:a}=T(t.position,s);if(e<=0&&o>=0||i<=0&&a>=0||e>=0&&o<=0||i>=0&&a<=0)return;t.position.x=Math.floor(M({min:0,max:n.canvas.size.width})),t.position.y=Math.floor(M({min:0,max:n.canvas.size.height}));const{dx:r,dy:c}=T(t.position,t.moveCenter);t.direction=Math.atan2(-c,-r),t.velocity.angle=t.direction;break}default:if(Q(t.position,n.canvas.size,w.origin,t.getRadius(),e))return;switch(t.outType){case se.outside:{t.position.x=Math.floor(M({min:-t.moveCenter.radius,max:t.moveCenter.radius}))+t.moveCenter.x,t.position.y=Math.floor(M({min:-t.moveCenter.radius,max:t.moveCenter.radius}))+t.moveCenter.y;const{dx:e,dy:i}=T(t.position,t.moveCenter);t.moveCenter.radius&&(t.direction=Math.atan2(i,e),t.velocity.angle=t.direction);break}case se.normal:{const i=t.options.move.warp,s=n.canvas.size,o={bottom:s.height+t.getRadius()+t.offset.y,left:-t.getRadius()-t.offset.x,right:s.width+t.getRadius()+t.offset.x,top:-t.getRadius()-t.offset.y},a=t.getRadius(),r=X(t.position,a);e===q.right&&r.left>s.width+t.offset.x?(t.position.x=o.left,t.initialPosition.x=t.position.x,i||(t.position.y=x()*s.height,t.initialPosition.y=t.position.y)):e===q.left&&r.right<-t.offset.x&&(t.position.x=o.right,t.initialPosition.x=t.position.x,i||(t.position.y=x()*s.height,t.initialPosition.y=t.position.y)),e===q.bottom&&r.top>s.height+t.offset.y?(i||(t.position.x=x()*s.width,t.initialPosition.x=t.position.x),t.position.y=o.top,t.initialPosition.y=t.position.y):e===q.top&&r.bottom<-t.offset.y&&(i||(t.position.x=x()*s.width,t.initialPosition.x=t.position.x),t.position.y=o.bottom,t.initialPosition.y=t.position.y);break}}}}}const qi=(t,e)=>t.default===e||t.bottom===e||t.left===e||t.right===e||t.top===e;class Bi{constructor(t){this._updateOutMode=(t,e,i,s)=>{for(const n of this.updaters)n.update(t,s,e,i)},this.container=t,this.updaters=[]}init(t){this.updaters=[];const e=t.options.move.outModes;qi(e,te.bounce)?this.updaters.push(new Li(this.container)):qi(e,te.out)?this.updaters.push(new Ai(this.container)):qi(e,te.destroy)?this.updaters.push(new Ei(this.container)):qi(e,te.none)&&this.updaters.push(new Fi(this.container))}isEnabled(t){return!t.destroyed&&!t.spawning}update(t,e){const i=t.options.move.outModes;this._updateOutMode(t,e,i.bottom??i.default,q.bottom),this._updateOutMode(t,e,i.left??i.default,q.left),this._updateOutMode(t,e,i.right??i.default,q.right),this._updateOutMode(t,e,i.top??i.default,q.top)}}class Wi{init(t){const e=t.container,i=t.options.size.animation;i.enable&&(t.size.velocity=(t.retina.sizeAnimationSpeed??e.retina.sizeAnimationSpeed)/r*e.retina.reduceFactor,i.sync||(t.size.velocity*=x()))}isEnabled(t){return!t.destroyed&&!t.spawning&&t.size.enable&&((t.size.maxLoops??0)<=0||(t.size.maxLoops??0)>0&&(t.size.loops??0)<(t.size.maxLoops??0))}reset(t){t.size.loops=0}update(t,e){this.isEnabled(t)&&et(t,t.size,!0,t.options.size.animation.destroy,e)}}async function Hi(t,e=!0){await async function(t,e=!0){await t.addMover("base",(()=>Promise.resolve(new Ci)),e)}(t,!1),await async function(t,e=!0){await t.addShape(new Di,e)}(t,!1),await async function(t,e=!0){await t.addParticleUpdater("color",(t=>Promise.resolve(new Ii(t))),e)}(t,!1),await async function(t,e=!0){await t.addParticleUpdater("opacity",(t=>Promise.resolve(new Ri(t))),e)}(t,!1),await async function(t,e=!0){await t.addParticleUpdater("outModes",(t=>Promise.resolve(new Bi(t))),e)}(t,!1),await async function(t,e=!0){await t.addParticleUpdater("size",(()=>Promise.resolve(new Wi)),e)}(t,!1),await t.refresh(e)}class Ui extends ti{constructor(t,e,i,s){super(t,e,i),this.canvasSize=s,this.canvasSize={...s}}contains(t){const{width:e,height:i}=this.canvasSize,{x:s,y:n}=t;return super.contains(t)||super.contains({x:s-e,y:n})||super.contains({x:s-e,y:n-i})||super.contains({x:s,y:n-i})}intersects(t){if(super.intersects(t))return!0;const e=t,i=t,s={x:t.position.x-this.canvasSize.width,y:t.position.y-this.canvasSize.height};if(void 0!==i.radius){const t=new ti(s.x,s.y,2*i.radius);return super.intersects(t)}if(void 0!==e.size){const t=new ei(s.x,s.y,2*e.size.width,2*e.size.height);return super.intersects(t)}return!1}}class Vi{constructor(){this.blur=5,this.color=new At,this.color.value="#000",this.enable=!1}load(t){t&&(void 0!==t.blur&&(this.blur=t.blur),this.color=At.create(this.color,t.color),void 0!==t.enable&&(this.enable=t.enable))}}class $i{constructor(){this.enable=!1,this.frequency=1}load(t){t&&(void 0!==t.color&&(this.color=At.create(this.color,t.color)),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.frequency&&(this.frequency=t.frequency),void 0!==t.opacity&&(this.opacity=t.opacity))}}class Gi{constructor(){this.blink=!1,this.color=new At,this.color.value="#fff",this.consent=!1,this.distance=100,this.enable=!1,this.frequency=1,this.opacity=1,this.shadow=new Vi,this.triangles=new $i,this.width=1,this.warp=!1}load(t){t&&(void 0!==t.id&&(this.id=t.id),void 0!==t.blink&&(this.blink=t.blink),this.color=At.create(this.color,t.color),void 0!==t.consent&&(this.consent=t.consent),void 0!==t.distance&&(this.distance=t.distance),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.frequency&&(this.frequency=t.frequency),void 0!==t.opacity&&(this.opacity=t.opacity),this.shadow.load(t.shadow),this.triangles.load(t.triangles),void 0!==t.width&&(this.width=t.width),void 0!==t.warp&&(this.warp=t.warp))}}const ji=0,Qi=0;function Xi(t,e,i,s,n){const{dx:o,dy:a,distance:r}=T(t,e);if(!n||r<=i)return r;const c={x:Math.abs(o),y:Math.abs(a)},h=Math.min(c.x,s.width-c.x),l=Math.min(c.y,s.height-c.y);return Math.sqrt(h**2+l**2)}class Yi extends ki{constructor(t){super(t),this._setColor=t=>{if(!t.options.links)return;const e=this.linkContainer,i=t.options.links;let s=void 0===i.id?e.particles.linksColor:e.particles.linksColors.get(i.id);if(s)return;s=function(t,e,i){const s=d(t)?t:t.value;return s===nt?i?ht({value:s}):e?nt:ot:s===ot?ot:ht({value:s})}(i.color,i.blink,i.consent),void 0===i.id?e.particles.linksColor=s:e.particles.linksColors.set(i.id,s)},this.linkContainer=t}clear(){}init(){this.linkContainer.particles.linksColor=void 0,this.linkContainer.particles.linksColors=new Map}interact(t){if(!t.options.links)return;t.links=[];const e=t.getPosition(),i=this.container,s=i.canvas.size;if(e.x<ji||e.y<Qi||e.x>s.width||e.y>s.height)return;const n=t.options.links,o=n.opacity,a=t.retina.linksDistance??0,r=n.warp;let c;c=r?new Ui(e.x,e.y,a,s):new ti(e.x,e.y,a);const h=i.particles.quadTree.query(c);for(const i of h){const c=i.options.links;if(t===i||!c?.enable||n.id!==c.id||i.spawning||i.destroyed||!i.links||t.links.some((t=>t.destination===i))||i.links.some((e=>e.destination===t)))continue;const h=i.getPosition();if(h.x<ji||h.y<Qi||h.x>s.width||h.y>s.height)continue;const l=Xi(e,h,a,s,r&&c.warp);if(l>a)continue;const d=(1-l/a)*o;this._setColor(t),t.links.push({destination:i,opacity:d})}}isEnabled(t){return!!t.options.links?.enable}loadParticlesOptions(t,...e){t.links||(t.links=new Gi);for(const i of e)t.links.load(i?.links)}reset(){}}function Ni(t,e){const i=((s=t.map((t=>t.id))).sort(((t,e)=>t-e)),s.join("_"));var s;let n=e.get(i);return void 0===n&&(n=x(),e.set(i,n)),n}class Zi{constructor(t){this.container=t,this._drawLinkLine=(t,e)=>{const i=t.options.links;if(!i?.enable)return;const s=this.container,n=s.actualOptions,o=e.destination,a=t.getPosition(),r=o.getPosition();let c=e.opacity;s.canvas.draw((e=>{let h;const l=t.options.twinkle?.lines;if(l?.enable){const t=l.frequency,e=ht(l.color);x()<t&&e&&(h=e,c=P(l.opacity))}if(!h){const e=void 0!==i.id?s.particles.linksColors.get(i.id):s.particles.linksColor;h=mt(t,o,e)}if(!h)return;const d=t.retina.linksWidth??0,u=t.retina.linksDistance??0,{backgroundMask:p}=n;!function(t){let e=!1;const{begin:i,end:s,maxDistance:n,context:o,canvasSize:a,width:r,backgroundMask:c,colorLine:h,opacity:l,links:d}=t;if(D(i,s)<=n)Ct(o,i,s),e=!0;else if(d.warp){let t,r;const c=T(i,{x:s.x-a.width,y:s.y});if(c.distance<=n){const e=i.y-c.dy/c.dx*i.x;t={x:0,y:e},r={x:a.width,y:e}}else{const e=T(i,{x:s.x,y:s.y-a.height});if(e.distance<=n){const s=-(i.y-e.dy/e.dx*i.x)/(e.dy/e.dx);t={x:s,y:0},r={x:s,y:a.height}}else{const e=T(i,{x:s.x-a.width,y:s.y-a.height});if(e.distance<=n){const s=i.y-e.dy/e.dx*i.x;t={x:-s/(e.dy/e.dx),y:s},r={x:t.x+a.width,y:t.y+a.height}}}}t&&r&&(Ct(o,i,t),Ct(o,s,r),e=!0)}if(!e)return;o.lineWidth=r,c.enable&&(o.globalCompositeOperation=c.composite),o.strokeStyle=vt(h,l);const{shadow:u}=d;if(u.enable){const t=ht(u.color);t&&(o.shadowBlur=u.blur,o.shadowColor=vt(t))}o.stroke()}({context:e,width:d,begin:a,end:r,maxDistance:u,canvasSize:s.canvas.size,links:i,backgroundMask:p,colorLine:h,opacity:c})}))},this._drawLinkTriangle=(t,e,i)=>{const s=t.options.links;if(!s?.enable)return;const n=s.triangles;if(!n.enable)return;const o=this.container,a=o.actualOptions,r=e.destination,c=i.destination,h=n.opacity??.5*(e.opacity+i.opacity);h<=0||o.canvas.draw((e=>{const i=t.getPosition(),l=r.getPosition(),d=c.getPosition(),u=t.retina.linksDistance??0;if(D(i,l)>u||D(d,l)>u||D(d,i)>u)return;let p=ht(n.color);if(!p){const e=void 0!==s.id?o.particles.linksColors.get(s.id):o.particles.linksColor;p=mt(t,r,e)}p&&function(t){const{context:e,pos1:i,pos2:s,pos3:n,backgroundMask:o,colorTriangle:a,opacityTriangle:r}=t;!function(t,e,i,s){t.beginPath(),t.moveTo(e.x,e.y),t.lineTo(i.x,i.y),t.lineTo(s.x,s.y),t.closePath()}(e,i,s,n),o.enable&&(e.globalCompositeOperation=o.composite),e.fillStyle=vt(a,r),e.fill()}({context:e,pos1:i,pos2:l,pos3:d,backgroundMask:a.backgroundMask,colorTriangle:p,opacityTriangle:h})}))},this._drawTriangles=(t,e,i,s)=>{const n=i.destination;if(!t.links?.triangles.enable||!n.options.links?.triangles.enable)return;const o=n.links?.filter((t=>{const e=this._getLinkFrequency(n,t.destination);return n.options.links&&e<=n.options.links.frequency&&s.findIndex((e=>e.destination===t.destination))>=0}));if(o?.length)for(const s of o){const o=s.destination;this._getTriangleFrequency(e,n,o)>t.links.triangles.frequency||this._drawLinkTriangle(e,i,s)}},this._getLinkFrequency=(t,e)=>Ni([t,e],this._freqs.links),this._getTriangleFrequency=(t,e,i)=>Ni([t,e,i],this._freqs.triangles),this._freqs={links:new Map,triangles:new Map}}drawParticle(t,e){const{links:i,options:s}=e;if(!i?.length)return;const n=i.filter((t=>s.links&&(s.links.frequency>=1||this._getLinkFrequency(e,t.destination)<=s.links.frequency)));for(const t of n)this._drawTriangles(s,e,t,n),t.opacity>0&&(e.retina.linksWidth??0)>0&&this._drawLinkLine(e,t)}async init(){this._freqs.links=new Map,this._freqs.triangles=new Map,await Promise.resolve()}particleCreated(t){if(t.links=[],!t.options.links)return;const e=this.container.retina.pixelRatio,{retina:i}=t,{distance:s,width:n}=t.options.links;i.linksDistance=s*e,i.linksWidth=n*e}particleDestroyed(t){t.links=[]}}class Ji{constructor(){this.id="links"}getPlugin(t){return Promise.resolve(new Zi(t))}loadOptions(){}needsPlugin(){return!0}}async function Ki(t,e=!0){await async function(t,e=!0){await t.addInteractor("particlesLinks",(async t=>Promise.resolve(new Yi(t))),e)}(t,e),await async function(t,e=!0){const i=new Ji;await t.addPlugin(i,e)}(t,e)}const ts={background:{color:"#000000"},particles:{number:{value:100},links:{distance:150,enable:!0},move:{enable:!0},size:{value:1},shape:{type:"circle"}}};async function es(t,e=!0){await Hi(t,!1),await Ki(t,!1),await t.addPreset("links",ts,!1),await t.refresh(e)}return e})()));
2
+ !function(t,e){if("object"==typeof exports&&"object"==typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var i=e();for(var s in i)("object"==typeof exports?exports:t)[s]=i[s]}}(this,(()=>(()=>{var t={d:(e,i)=>{for(var s in i)t.o(i,s)&&!t.o(e,s)&&Object.defineProperty(e,s,{enumerable:!0,get:i[s]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r:t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}},e={};t.r(e),t.d(e,{loadLinksPreset:()=>ns,tsParticles:()=>_i});const i="generated",s="pointerleave",n="pointermove",o="touchend",a="tsParticles - Error",r=100,c=1e3;var h;function l(t){return"boolean"==typeof t}function d(t){return"string"==typeof t}function u(t){return"number"==typeof t}function p(t){return"object"==typeof t&&null!==t}function f(t){return Array.isArray(t)}function v(t){return null==t}!function(t){t.bottom="bottom",t.bottomLeft="bottom-left",t.bottomRight="bottom-right",t.left="left",t.none="none",t.right="right",t.top="top",t.topLeft="top-left",t.topRight="top-right",t.outside="outside",t.inside="inside"}(h||(h={}));const g=0,y=0,m=0;class w{constructor(t,e,i){if(this._updateFromAngle=(t,e)=>{this.x=Math.cos(t)*e,this.y=Math.sin(t)*e},!u(t)&&t){this.x=t.x,this.y=t.y;const e=t;this.z=e.z?e.z:m}else{if(void 0===t||void 0===e)throw new Error(`${a} Vector3d not initialized correctly`);this.x=t,this.y=e,this.z=i??m}}static get origin(){return w.create(g,y,m)}get angle(){return Math.atan2(this.y,this.x)}set angle(t){this._updateFromAngle(t,this.length)}get length(){return Math.sqrt(this.getLengthSq())}set length(t){this._updateFromAngle(this.angle,t)}static clone(t){return w.create(t.x,t.y,t.z)}static create(t,e,i){return new w(t,e,i)}add(t){return w.create(this.x+t.x,this.y+t.y,this.z+t.z)}addTo(t){this.x+=t.x,this.y+=t.y,this.z+=t.z}copy(){return w.clone(this)}distanceTo(t){return this.sub(t).length}distanceToSq(t){return this.sub(t).getLengthSq()}div(t){return w.create(this.x/t,this.y/t,this.z/t)}divTo(t){this.x/=t,this.y/=t,this.z/=t}getLengthSq(){return this.x**2+this.y**2}mult(t){return w.create(this.x*t,this.y*t,this.z*t)}multTo(t){this.x*=t,this.y*=t,this.z*=t}normalize(){const t=this.length;0!=t&&this.multTo(1/t)}rotate(t){return w.create(this.x*Math.cos(t)-this.y*Math.sin(t),this.x*Math.sin(t)+this.y*Math.cos(t),m)}setTo(t){this.x=t.x,this.y=t.y;const e=t;this.z=e.z?e.z:m}sub(t){return w.create(this.x-t.x,this.y-t.y,this.z-t.z)}subFrom(t){this.x-=t.x,this.y-=t.y,this.z-=t.z}}class _ extends w{constructor(t,e){super(t,e,m)}static get origin(){return _.create(g,y)}static clone(t){return _.create(t.x,t.y)}static create(t,e){return new _(t,e)}}let b=Math.random;const x={nextFrame:t=>requestAnimationFrame(t),cancel:t=>cancelAnimationFrame(t)},k=2*Math.PI;function z(){return M(b(),0,1-Number.EPSILON)}function M(t,e,i){return Math.min(Math.max(t,e),i)}function P(t,e,i,s){return Math.floor((t*i+e*s)/(i+s))}function C(t){const e=T(t);let i=S(t);return e===i&&(i=0),z()*(e-i)+i}function O(t){return u(t)?t:C(t)}function S(t){return u(t)?t:t.min}function T(t){return u(t)?t:t.max}function D(t,e){if(t===e||void 0===e&&u(t))return t;const i=S(t),s=T(t);return void 0!==e?{min:Math.min(i,e),max:Math.max(s,e)}:D(i,s)}function I(t,e){const i=t.x-e.x,s=t.y-e.y;return{dx:i,dy:s,distance:Math.sqrt(i**2+s**2)}}function R(t,e){return I(t,e).distance}function L(t){return t*Math.PI/180}function E(t){return{x:t.position?.x??z()*t.size.width,y:t.position?.y??z()*t.size.height}}function F(t){return t?t.endsWith("%")?parseFloat(t)/r:parseFloat(t):1}var A,q,B,W,U,H;!function(t){t.auto="auto",t.increase="increase",t.decrease="decrease",t.random="random"}(A||(A={})),function(t){t.increasing="increasing",t.decreasing="decreasing"}(q||(q={})),function(t){t.none="none",t.max="max",t.min="min"}(B||(B={})),function(t){t.bottom="bottom",t.left="left",t.right="right",t.top="top"}(W||(W={})),function(t){t.precise="precise",t.percent="percent"}(U||(U={})),function(t){t.max="max",t.min="min",t.random="random"}(H||(H={}));const V={debug:console.debug,error:console.error,info:console.info,log:console.log,verbose:console.log,warning:console.warn};function $(){return V}function G(){return"undefined"==typeof window||!window||void 0===window.document||!window.document}function j(t){if(!G()&&"undefined"!=typeof matchMedia)return matchMedia(t)}function Q(t,e){return t===e||f(e)&&e.indexOf(t)>-1}function X(t,e,i=!0){return t[void 0!==e&&i?e%t.length:function(t){return Math.floor(z()*t.length)}(t)]}function Y(t,e,i,s,n){return function(t,e,i,s){let n=!0;s&&s!==W.bottom||(n=t.top<e.height+i.x);!n||s&&s!==W.left||(n=t.right>i.x);!n||s&&s!==W.right||(n=t.left<e.width+i.y);!n||s&&s!==W.top||(n=t.bottom>i.y);return n}(N(t,s??0),e,i,n)}function N(t,e){return{bottom:t.y+e,left:t.x-e,right:t.x+e,top:t.y-e}}function Z(t,...e){for(const i of e){if(null==i)continue;if(!p(i)){t=i;continue}const e=Array.isArray(i);!e||!p(t)&&t&&Array.isArray(t)?e||!p(t)&&t&&!Array.isArray(t)||(t={}):t=[];for(const e in i){if("__proto__"===e)continue;const s=i[e],n=t;n[e]=p(s)&&Array.isArray(s)?s.map((t=>Z(n[e],t))):Z(n[e],s)}}return t}function J(t,e){return f(t)?t.map(((t,i)=>e(t,i))):e(t,0)}function K(t,e,i){return f(t)?X(t,e,i):t}function tt(t,e){const i=t.value,s=t.animation,n={delayTime:O(s.delay)*c,enable:s.enable,value:O(t.value)*e,max:T(i)*e,min:S(i)*e,loops:0,maxLoops:O(s.count),time:0};if(s.enable){switch(n.decay=1-O(s.decay),s.mode){case A.increase:n.status=q.increasing;break;case A.decrease:n.status=q.decreasing;break;case A.random:n.status=z()>=.5?q.increasing:q.decreasing}const t=s.mode===A.auto;switch(s.startValue){case H.min:n.value=n.min,t&&(n.status=q.increasing);break;case H.max:n.value=n.max,t&&(n.status=q.decreasing);break;case H.random:default:n.value=C(n),t&&(n.status=z()>=.5?q.increasing:q.decreasing)}}return n.initialValue=n.value,n}function et(t,e){if(!(t.mode===U.percent)){const{mode:e,...i}=t;return i}return"x"in t?{x:t.x/r*e.width,y:t.y/r*e.height}:{width:t.width/r*e.width,height:t.height/r*e.height}}function it(t,e){return et(t,e)}function st(t,e,i,s,n){if(t.destroyed||!e||!e.enable||(e.maxLoops??0)>0&&(e.loops??0)>(e.maxLoops??0))return;const o=(e.velocity??0)*n.factor,a=e.min,r=e.max,c=e.decay??1;if(e.time||(e.time=0),(e.delayTime??0)>0&&e.time<(e.delayTime??0)&&(e.time+=n.value),!((e.delayTime??0)>0&&e.time<(e.delayTime??0))){switch(e.status){case q.increasing:e.value>=r?(i?e.status=q.decreasing:e.value-=r,e.loops||(e.loops=0),e.loops++):e.value+=o;break;case q.decreasing:e.value<=a?(i?e.status=q.increasing:e.value+=r,e.loops||(e.loops=0),e.loops++):e.value-=o}e.velocity&&1!==c&&(e.velocity*=c),function(t,e,i,s,n){switch(e){case B.max:i>=n&&t.destroy();break;case B.min:i<=s&&t.destroy()}}(t,s,e.value,a,r),t.destroyed||(e.value=M(e.value,a,r))}}function nt(t,e){if(t.version!==e)throw new Error(`The tsParticles version is different from the loaded plugins version. Engine version: ${t.version}. Plugins version: ${e}`)}var ot;!function(t){t.darken="darken",t.enlighten="enlighten"}(ot||(ot={}));const at="random",rt="mid";function ct(t,e){if(e)for(const i of t.colorManagers.values())if(e.startsWith(i.stringPrefix))return i.parseString(e)}function ht(t,e,i,s=!0){if(!e)return;const n=d(e)?{value:e}:e;if(d(n.value))return lt(t,n.value,i,s);if(f(n.value))return ht(t,{value:X(n.value,i,s)});for(const e of t.colorManagers.values()){const t=e.handleRangeColor(n);if(t)return t}}function lt(t,e,i,s=!0){if(!e)return;const n=d(e)?{value:e}:e;if(d(n.value))return n.value===at?ft():function(t,e){return ct(t,e)}(t,n.value);if(f(n.value))return lt(t,{value:X(n.value,i,s)});for(const e of t.colorManagers.values()){const t=e.handleColor(n);if(t)return t}}function dt(t,e,i,s=!0){const n=ht(t,e,i,s);return n?ut(n):void 0}function ut(t){const e=t.r/255,i=t.g/255,s=t.b/255,n=Math.max(e,i,s),o=Math.min(e,i,s),a={h:0,l:.5*(n+o),s:0};return n!==o&&(a.s=a.l<.5?(n-o)/(n+o):(n-o)/(2-n-o),a.h=e===n?(i-s)/(n-o):a.h=i===n?2+(s-e)/(n-o):4+(e-i)/(n-o)),a.l*=100,a.s*=100,a.h*=60,a.h<0&&(a.h+=360),a.h>=360&&(a.h-=360),a}function pt(t){const e=360,i=(t.h%e+e)%e,s=Math.max(0,Math.min(100,t.s)),n=i/e,o=s/100,a=Math.max(0,Math.min(100,t.l))/100,r=255;if(0===s){const t=Math.round(a*r);return{r:t,g:t,b:t}}const c=(t,e,i)=>{if(i<0&&i++,i>1&&i--,6*i<1)return t+6*(e-t)*i;if(2*i<1)return e;if(3*i<2){return t+(e-t)*(2/3-i)*6}return t},h=a<.5?a*(1+o):a+o-a*o,l=2*a-h,d=1/3,u=Math.min(r,r*c(l,h,n+d)),p=Math.min(r,r*c(l,h,n)),f=Math.min(r,r*c(l,h,n-d));return{r:Math.round(u),g:Math.round(p),b:Math.round(f)}}function ft(t){const e=t??0;return{b:Math.floor(C(D(e,256))),g:Math.floor(C(D(e,256))),r:Math.floor(C(D(e,256)))}}function vt(t,e){return`rgba(${t.r}, ${t.g}, ${t.b}, ${e??1})`}function gt(t,e){return`hsla(${t.h}, ${t.s}%, ${t.l}%, ${e??1})`}function yt(t,e,i){if(i===at)return ft();if(i!==rt)return i;{const i=t.getFillColor()??t.getStrokeColor(),s=e?.getFillColor()??e?.getStrokeColor();if(i&&s&&e)return function(t,e,i,s){let n=t,o=e;return void 0===n.r&&(n=pt(t)),void 0===o.r&&(o=pt(e)),{b:P(n.b,o.b,i,s),g:P(n.g,o.g,i,s),r:P(n.r,o.r,i,s)}}(i,s,t.getRadius(),e.getRadius());{const t=i??s;if(t)return pt(t)}}}function mt(t){return void 0!==t?{h:t.h.value,s:t.s.value,l:t.l.value}:void 0}function wt(t,e,i){t.enable=e.enable;t.enable?(t.velocity=O(e.speed)/r*i,t.decay=1-O(e.decay),t.status=q.increasing,t.loops=0,t.maxLoops=O(e.count),t.time=0,t.delayTime=O(e.delay)*c,e.sync||(t.velocity*=z(),t.value*=z()),t.initialValue=t.value,t.offset=D(e.offset)):t.velocity=0}function _t(t,e,i,s){if(!t||!t.enable||(t.maxLoops??0)>0&&(t.loops??0)>(t.maxLoops??0))return;if(t.time||(t.time=0),(t.delayTime??0)>0&&t.time<(t.delayTime??0)&&(t.time+=s.value),(t.delayTime??0)>0&&t.time<(t.delayTime??0))return;const n=t.offset?C(t.offset):0,o=(t.velocity??0)*s.factor+3.6*n,a=t.decay??1,r=T(e),c=S(e);if(i&&t.status!==q.increasing){t.value-=o;const e=0;t.value<e&&(t.loops||(t.loops=0),t.loops++,t.status=q.increasing)}else t.value+=o,t.value>r&&(t.loops||(t.loops=0),t.loops++,i?t.status=q.decreasing:t.value-=r);t.velocity&&1!==a&&(t.velocity*=a),t.value=M(t.value,c,r)}const bt=0,xt=0,kt=1,zt=0,Mt=0,Pt=1;function Ct(t,e,i){t.beginPath(),t.moveTo(e.x,e.y),t.lineTo(i.x,i.y),t.closePath()}function Ot(t,e){t.clearRect(bt,xt,e.width,e.height)}function St(t,e,i){const s=e[i];void 0!==s&&(t[i]=(t[i]??1)*s)}function Tt(t,e,i=!1){if(!e)return;if(!t)return;const s=t.style;if(s)for(const t in e){const n=e[t];s.setProperty(t,n,i?"important":"")}}class Dt{constructor(t,e){this.container=t,this._applyPostDrawUpdaters=t=>{for(const e of this._postDrawUpdaters)e.afterDraw?.(t)},this._applyPreDrawUpdaters=(t,e,i,s,n,o)=>{for(const a of this._preDrawUpdaters){if(a.getColorStyles){const{fill:o,stroke:r}=a.getColorStyles(e,t,i,s);o&&(n.fill=o),r&&(n.stroke=r)}if(a.getTransformValues){const t=a.getTransformValues(e);for(const e in t)St(o,t,e)}a.beforeDraw?.(e)}},this._applyResizePlugins=()=>{for(const t of this._resizePlugins)t.resize?.()},this._getPluginParticleColors=t=>{let e,i;for(const s of this._colorPlugins)if(!e&&s.particleFillColor&&(e=dt(this._engine,s.particleFillColor(t))),!i&&s.particleStrokeColor&&(i=dt(this._engine,s.particleStrokeColor(t))),e&&i)break;return[e,i]},this._initCover=async()=>{const t=this.container.actualOptions.backgroundMask.cover,e=t.color;if(e){const i=ht(this._engine,e);if(i){const e={...i,a:t.opacity};this._coverColorStyle=vt(e,e.a)}}else await new Promise(((e,i)=>{if(!t.image)return;const s=document.createElement("img");s.addEventListener("load",(()=>{this._coverImage={image:s,opacity:t.opacity},e()})),s.addEventListener("error",(t=>{i(t.error)})),s.src=t.image}))},this._initStyle=()=>{const t=this.element,e=this.container.actualOptions;if(t){this._fullScreen?(this._originalStyle=Z({},t.style),this._setFullScreenStyle()):this._resetOriginalStyle();for(const i in e.style){if(!i||!e.style)continue;const s=e.style[i];s&&t.style.setProperty(i,s,"important")}}},this._initTrail=async()=>{const t=this.container.actualOptions.particles.move.trail,e=t.fill;if(!t.enable)return;const i=1/t.length;if(e.color){const t=ht(this._engine,e.color);if(!t)return;this._trailFill={color:{...t},opacity:i}}else await new Promise(((t,s)=>{if(!e.image)return;const n=document.createElement("img");n.addEventListener("load",(()=>{this._trailFill={image:n,opacity:i},t()})),n.addEventListener("error",(t=>{s(t.error)})),n.src=e.image}))},this._paintBase=t=>{this.draw((e=>function(t,e,i){t.fillStyle=i??"rgba(0,0,0,0)",t.fillRect(bt,xt,e.width,e.height)}(e,this.size,t)))},this._paintImage=(t,e)=>{this.draw((i=>function(t,e,i,s){i&&(t.globalAlpha=s,t.drawImage(i,bt,xt,e.width,e.height),t.globalAlpha=1)}(i,this.size,t,e)))},this._repairStyle=()=>{const t=this.element;t&&(this._safeMutationObserver((t=>t.disconnect())),this._initStyle(),this.initBackground(),this._safeMutationObserver((e=>{t&&t instanceof Node&&e.observe(t,{attributes:!0})})))},this._resetOriginalStyle=()=>{const t=this.element,e=this._originalStyle;t&&e&&Tt(t,e)},this._safeMutationObserver=t=>{this._mutationObserver&&t(this._mutationObserver)},this._setFullScreenStyle=()=>{const t=this.element;if(!t)return;const e=this.container.actualOptions.fullScreen.zIndex.toString(10);Tt(t,{position:"fixed","z-index":e,zIndex:e,top:"0",left:"0",width:"100%",height:"100%"},!0)},this._engine=e,this._standardSize={height:0,width:0};const i=t.retina.pixelRatio,s=this._standardSize;this.size={height:s.height*i,width:s.width*i},this._context=null,this._generated=!1,this._preDrawUpdaters=[],this._postDrawUpdaters=[],this._resizePlugins=[],this._colorPlugins=[]}get _fullScreen(){return this.container.actualOptions.fullScreen.enable}clear(){const t=this.container.actualOptions,e=t.particles.move.trail,i=this._trailFill;t.backgroundMask.enable?this.paint():e.enable&&e.length>0&&i?i.color?this._paintBase(vt(i.color,i.opacity)):i.image&&this._paintImage(i.image,i.opacity):t.clear&&this.draw((t=>{Ot(t,this.size)}))}destroy(){if(this.stop(),this._generated){const t=this.element;t?.remove()}else this._resetOriginalStyle();this._preDrawUpdaters=[],this._postDrawUpdaters=[],this._resizePlugins=[],this._colorPlugins=[]}draw(t){const e=this._context;if(e)return t(e)}drawAsync(t){const e=this._context;if(e)return t(e)}drawParticle(t,e){if(t.spawning||t.destroyed)return;const i=t.getRadius();if(i<=0)return;const s=t.getFillColor(),n=t.getStrokeColor()??s;let[o,a]=this._getPluginParticleColors(t);o||(o=s),a||(a=n),(o||a)&&this.draw((s=>{const n=this.container,r=n.actualOptions,c=t.options.zIndex,h=1-t.zIndexFactor,l=h**c.opacityRate,d=t.bubble.opacity??t.opacity?.value??1,u=d*l,p=(t.strokeOpacity??d)*l,f={},v={fill:o?gt(o,u):void 0};v.stroke=a?gt(a,p):v.fill,this._applyPreDrawUpdaters(s,t,i,u,v,f),function(t){const{container:e,context:i,particle:s,delta:n,colorStyles:o,backgroundMask:a,composite:r,radius:c,opacity:h,shadow:l,transform:d}=t,u=s.getPosition(),p=s.rotation+(s.pathRotation?s.velocity.angle:0),f=Math.sin(p),v=Math.cos(p),g=!!p,y={a:v*(d.a??kt),b:g?f*(d.b??1):d.b??zt,c:g?-f*(d.c??1):d.c??Mt,d:v*(d.d??Pt)};i.setTransform(y.a,y.b,y.c,y.d,u.x,u.y),a&&(i.globalCompositeOperation=r);const m=s.shadowColor;l.enable&&m&&(i.shadowBlur=l.blur,i.shadowColor=vt(m),i.shadowOffsetX=l.offset.x,i.shadowOffsetY=l.offset.y),o.fill&&(i.fillStyle=o.fill);const w=s.strokeWidth??0;i.lineWidth=w,o.stroke&&(i.strokeStyle=o.stroke);const _={container:e,context:i,particle:s,radius:c,opacity:h,delta:n,transformData:y,strokeWidth:w};!function(t){const{container:e,context:i,particle:s,radius:n,opacity:o,delta:a,strokeWidth:r,transformData:c}=t,h=0;if(!s.shape)return;const l=e.shapeDrawers.get(s.shape);l&&(i.beginPath(),l.draw({context:i,particle:s,radius:n,opacity:o,delta:a,pixelRatio:e.retina.pixelRatio,transformData:{...c}}),s.shapeClose&&i.closePath(),r>h&&i.stroke(),s.shapeFill&&i.fill())}(_),function(t){const{container:e,context:i,particle:s,radius:n,opacity:o,delta:a,transformData:r}=t;if(!s.shape)return;const c=e.shapeDrawers.get(s.shape);c?.afterDraw&&c.afterDraw({context:i,particle:s,radius:n,opacity:o,delta:a,pixelRatio:e.retina.pixelRatio,transformData:{...r}})}(_),function(t){const{container:e,context:i,particle:s,radius:n,opacity:o,delta:a,transformData:r}=t;if(!s.effect)return;const c=e.effectDrawers.get(s.effect);c&&c.draw({context:i,particle:s,radius:n,opacity:o,delta:a,pixelRatio:e.retina.pixelRatio,transformData:{...r}})}(_),i.globalCompositeOperation="source-over",i.resetTransform()}({container:n,context:s,particle:t,delta:e,colorStyles:v,backgroundMask:r.backgroundMask.enable,composite:r.backgroundMask.composite,radius:i*h**c.sizeRate,opacity:u,shadow:t.options.shadow,transform:f}),this._applyPostDrawUpdaters(t)}))}drawParticlePlugin(t,e,i){this.draw((s=>function(t,e,i,s){e.drawParticle&&e.drawParticle(t,i,s)}(s,t,e,i)))}drawPlugin(t,e){this.draw((i=>function(t,e,i){e.draw&&e.draw(t,i)}(i,t,e)))}async init(){this._safeMutationObserver((t=>t.disconnect())),this._mutationObserver=function(t){if(!G()&&"undefined"!=typeof MutationObserver)return new MutationObserver(t)}((t=>{for(const e of t)"attributes"===e.type&&"style"===e.attributeName&&this._repairStyle()})),this.resize(),this._initStyle(),await this._initCover();try{await this._initTrail()}catch(t){$().error(t)}this.initBackground(),this._safeMutationObserver((t=>{this.element&&this.element instanceof Node&&t.observe(this.element,{attributes:!0})})),this.initUpdaters(),this.initPlugins(),this.paint()}initBackground(){const t=this.container.actualOptions.background,e=this.element;if(!e)return;const i=e.style;if(i){if(t.color){const e=ht(this._engine,t.color);i.backgroundColor=e?vt(e,t.opacity):""}else i.backgroundColor="";i.backgroundImage=t.image||"",i.backgroundPosition=t.position||"",i.backgroundRepeat=t.repeat||"",i.backgroundSize=t.size||""}}initPlugins(){this._resizePlugins=[];for(const t of this.container.plugins.values())t.resize&&this._resizePlugins.push(t),(t.particleFillColor??t.particleStrokeColor)&&this._colorPlugins.push(t)}initUpdaters(){this._preDrawUpdaters=[],this._postDrawUpdaters=[];for(const t of this.container.particles.updaters)t.afterDraw&&this._postDrawUpdaters.push(t),(t.getColorStyles??t.getTransformValues??t.beforeDraw)&&this._preDrawUpdaters.push(t)}loadCanvas(t){this._generated&&this.element&&this.element.remove(),this._generated=t.dataset&&i in t.dataset?"true"===t.dataset[i]:this._generated,this.element=t,this.element.ariaHidden="true",this._originalStyle=Z({},this.element.style);const e=this._standardSize;e.height=t.offsetHeight,e.width=t.offsetWidth;const s=this.container.retina.pixelRatio,n=this.size;t.height=n.height=e.height*s,t.width=n.width=e.width*s,this._context=this.element.getContext("2d"),this._safeMutationObserver((t=>{this.element&&this.element instanceof Node&&t.observe(this.element,{attributes:!0})})),this.container.retina.init(),this.initBackground()}paint(){const t=this.container.actualOptions;this.draw((e=>{t.backgroundMask.enable&&t.backgroundMask.cover?(Ot(e,this.size),this._coverImage?this._paintImage(this._coverImage.image,this._coverImage.opacity):this._coverColorStyle?this._paintBase(this._coverColorStyle):this._paintBase()):this._paintBase()}))}resize(){if(!this.element)return!1;const t=this.container,e=t.canvas._standardSize,i={width:this.element.offsetWidth,height:this.element.offsetHeight},s=t.retina.pixelRatio,n={width:i.width*s,height:i.height*s};if(i.height===e.height&&i.width===e.width&&n.height===this.element.height&&n.width===this.element.width)return!1;const o={...e};e.height=i.height,e.width=i.width;const a=this.size;return this.element.width=a.width=n.width,this.element.height=a.height=n.height,this.container.started&&t.particles.setResizeFactor({width:e.width/o.width,height:e.height/o.height}),!0}stop(){this._safeMutationObserver((t=>t.disconnect())),this._mutationObserver=void 0,this.draw((t=>Ot(t,this.size)))}async windowResize(){if(!this.element||!this.resize())return;const t=this.container,e=t.updateActualOptions();t.particles.setDensity(),this._applyResizePlugins(),e&&await t.refresh()}}var It;!function(t){t.canvas="canvas",t.parent="parent",t.window="window"}(It||(It={}));function Rt(t,e,i,s,n){if(s){let s={passive:!0};l(n)?s.capture=n:void 0!==n&&(s=n),t.addEventListener(e,i,s)}else{const s=n;t.removeEventListener(e,i,s)}}class Lt{constructor(t){this.container=t,this._doMouseTouchClick=t=>{const e=this.container,i=e.actualOptions;if(this._canPush){const t=e.interactivity.mouse,s=t.position;if(!s)return;t.clickPosition={...s},t.clickTime=(new Date).getTime();J(i.interactivity.events.onClick.mode,(t=>this.container.handleClickMode(t)))}if("touchend"===t.type){setTimeout((()=>this._mouseTouchFinish()),500)}},this._handleThemeChange=t=>{const e=t,i=this.container,s=i.options,n=s.defaultThemes,o=e.matches?n.dark:n.light,a=s.themes.find((t=>t.name===o));a?.default.auto&&i.loadTheme(o)},this._handleVisibilityChange=()=>{const t=this.container,e=t.actualOptions;this._mouseTouchFinish(),e.pauseOnBlur&&(document?.hidden?(t.pageHidden=!0,t.pause()):(t.pageHidden=!1,t.animationStatus?t.play(!0):t.draw(!0)))},this._handleWindowResize=()=>{this._resizeTimeout&&(clearTimeout(this._resizeTimeout),delete this._resizeTimeout);const t=async()=>{const t=this.container.canvas;await(t?.windowResize())};this._resizeTimeout=setTimeout((()=>{t()}),this.container.actualOptions.interactivity.events.resize.delay*c)},this._manageInteractivityListeners=(t,e)=>{const i=this._handlers,s=this.container,a=s.actualOptions,r=s.interactivity.element;if(!r)return;const c=r,h=s.canvas.element;h&&(h.style.pointerEvents=c===h?"initial":"none"),(a.interactivity.events.onHover.enable||a.interactivity.events.onClick.enable)&&(Rt(r,n,i.mouseMove,e),Rt(r,"touchstart",i.touchStart,e),Rt(r,"touchmove",i.touchMove,e),a.interactivity.events.onClick.enable?(Rt(r,o,i.touchEndClick,e),Rt(r,"pointerup",i.mouseUp,e),Rt(r,"pointerdown",i.mouseDown,e)):Rt(r,o,i.touchEnd,e),Rt(r,t,i.mouseLeave,e),Rt(r,"touchcancel",i.touchCancel,e))},this._manageListeners=t=>{const e=this._handlers,i=this.container,n=i.actualOptions.interactivity.detectsOn,o=i.canvas.element;let a=s;n===It.window?(i.interactivity.element=window,a="pointerout"):n===It.parent&&o?i.interactivity.element=o.parentElement??o.parentNode:i.interactivity.element=o,this._manageMediaMatch(t),this._manageResize(t),this._manageInteractivityListeners(a,t),document&&Rt(document,"visibilitychange",e.visibilityChange,t,!1)},this._manageMediaMatch=t=>{const e=this._handlers,i=j("(prefers-color-scheme: dark)");i&&(void 0===i.addEventListener?void 0!==i.addListener&&(t?i.addListener(e.oldThemeChange):i.removeListener(e.oldThemeChange)):Rt(i,"change",e.themeChange,t))},this._manageResize=t=>{const e=this._handlers,i=this.container;if(!i.actualOptions.interactivity.events.resize)return;if("undefined"==typeof ResizeObserver)return void Rt(window,"resize",e.resize,t);const s=i.canvas.element;this._resizeObserver&&!t?(s&&this._resizeObserver.unobserve(s),this._resizeObserver.disconnect(),delete this._resizeObserver):!this._resizeObserver&&t&&s&&(this._resizeObserver=new ResizeObserver((t=>{t.find((t=>t.target===s))&&this._handleWindowResize()})),this._resizeObserver.observe(s))},this._mouseDown=()=>{const{interactivity:t}=this.container;if(!t)return;const{mouse:e}=t;e.clicking=!0,e.downPosition=e.position},this._mouseTouchClick=t=>{const e=this.container,i=e.actualOptions,{mouse:s}=e.interactivity;s.inside=!0;let n=!1;const o=s.position;if(o&&i.interactivity.events.onClick.enable){for(const t of e.plugins.values())if(t.clickPositionValid&&(n=t.clickPositionValid(o),n))break;n||this._doMouseTouchClick(t),s.clicking=!1}},this._mouseTouchFinish=()=>{const t=this.container.interactivity;if(!t)return;const e=t.mouse;delete e.position,delete e.clickPosition,delete e.downPosition,t.status=s,e.inside=!1,e.clicking=!1},this._mouseTouchMove=t=>{const e=this.container,i=e.actualOptions,s=e.interactivity,o=e.canvas.element;if(!s?.element)return;let a;if(s.mouse.inside=!0,t.type.startsWith("pointer")){this._canPush=!0;const e=t;if(s.element===window){if(o){const t=o.getBoundingClientRect();a={x:e.clientX-t.left,y:e.clientY-t.top}}}else if(i.interactivity.detectsOn===It.parent){const t=e.target,i=e.currentTarget;if(t&&i&&o){const s=t.getBoundingClientRect(),n=i.getBoundingClientRect(),r=o.getBoundingClientRect();a={x:e.offsetX+2*s.left-(n.left+r.left),y:e.offsetY+2*s.top-(n.top+r.top)}}else a={x:e.offsetX??e.clientX,y:e.offsetY??e.clientY}}else e.target===o&&(a={x:e.offsetX??e.clientX,y:e.offsetY??e.clientY})}else if(this._canPush="touchmove"!==t.type,o){const e=t,i=1,s=e.touches[e.touches.length-i],n=o.getBoundingClientRect(),r=0;a={x:s.clientX-(n.left??r),y:s.clientY-(n.top??r)}}const r=e.retina.pixelRatio;a&&(a.x*=r,a.y*=r),s.mouse.position=a,s.status=n},this._touchEnd=t=>{const e=t,i=Array.from(e.changedTouches);for(const t of i)this._touches.delete(t.identifier);this._mouseTouchFinish()},this._touchEndClick=t=>{const e=t,i=Array.from(e.changedTouches);for(const t of i)this._touches.delete(t.identifier);this._mouseTouchClick(t)},this._touchStart=t=>{const e=t,i=Array.from(e.changedTouches);for(const t of i)this._touches.set(t.identifier,performance.now());this._mouseTouchMove(t)},this._canPush=!0,this._touches=new Map,this._handlers={mouseDown:()=>this._mouseDown(),mouseLeave:()=>this._mouseTouchFinish(),mouseMove:t=>this._mouseTouchMove(t),mouseUp:t=>this._mouseTouchClick(t),touchStart:t=>this._touchStart(t),touchMove:t=>this._mouseTouchMove(t),touchEnd:t=>this._touchEnd(t),touchCancel:t=>this._touchEnd(t),touchEndClick:t=>this._touchEndClick(t),visibilityChange:()=>this._handleVisibilityChange(),themeChange:t=>this._handleThemeChange(t),oldThemeChange:t=>this._handleThemeChange(t),resize:()=>{this._handleWindowResize()}}}addListeners(){this._manageListeners(!0)}removeListeners(){this._manageListeners(!1)}}var Et,Ft;!function(t){t.configAdded="configAdded",t.containerInit="containerInit",t.particlesSetup="particlesSetup",t.containerStarted="containerStarted",t.containerStopped="containerStopped",t.containerDestroyed="containerDestroyed",t.containerPaused="containerPaused",t.containerPlay="containerPlay",t.containerBuilt="containerBuilt",t.particleAdded="particleAdded",t.particleDestroyed="particleDestroyed",t.particleRemoved="particleRemoved"}(Et||(Et={}));class At{constructor(){this.value=""}static create(t,e){const i=new At;return i.load(t),void 0!==e&&(d(e)||f(e)?i.load({value:e}):i.load(e)),i}load(t){v(t)||v(t.value)||(this.value=t.value)}}class qt{constructor(){this.color=new At,this.color.value="",this.image="",this.position="",this.repeat="",this.size="",this.opacity=1}load(t){v(t)||(void 0!==t.color&&(this.color=At.create(this.color,t.color)),void 0!==t.image&&(this.image=t.image),void 0!==t.position&&(this.position=t.position),void 0!==t.repeat&&(this.repeat=t.repeat),void 0!==t.size&&(this.size=t.size),void 0!==t.opacity&&(this.opacity=t.opacity))}}class Bt{constructor(){this.opacity=1}load(t){v(t)||(void 0!==t.color&&(this.color=At.create(this.color,t.color)),void 0!==t.image&&(this.image=t.image),void 0!==t.opacity&&(this.opacity=t.opacity))}}class Wt{constructor(){this.composite="destination-out",this.cover=new Bt,this.enable=!1}load(t){if(!v(t)){if(void 0!==t.composite&&(this.composite=t.composite),void 0!==t.cover){const e=t.cover,i=d(t.cover)?{color:t.cover}:t.cover;this.cover.load(void 0!==e.color||void 0!==e.image?e:{color:i})}void 0!==t.enable&&(this.enable=t.enable)}}}class Ut{constructor(){this.enable=!0,this.zIndex=0}load(t){v(t)||(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.zIndex&&(this.zIndex=t.zIndex))}}class Ht{constructor(){this.enable=!1,this.mode=[]}load(t){v(t)||(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.mode&&(this.mode=t.mode))}}!function(t){t.circle="circle",t.rectangle="rectangle"}(Ft||(Ft={}));class Vt{constructor(){this.selectors=[],this.enable=!1,this.mode=[],this.type=Ft.circle}load(t){v(t)||(void 0!==t.selectors&&(this.selectors=t.selectors),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.mode&&(this.mode=t.mode),void 0!==t.type&&(this.type=t.type))}}class $t{constructor(){this.enable=!1,this.force=2,this.smooth=10}load(t){v(t)||(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.force&&(this.force=t.force),void 0!==t.smooth&&(this.smooth=t.smooth))}}class Gt{constructor(){this.enable=!1,this.mode=[],this.parallax=new $t}load(t){v(t)||(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.mode&&(this.mode=t.mode),this.parallax.load(t.parallax))}}class jt{constructor(){this.delay=.5,this.enable=!0}load(t){v(t)||(void 0!==t.delay&&(this.delay=t.delay),void 0!==t.enable&&(this.enable=t.enable))}}class Qt{constructor(){this.onClick=new Ht,this.onDiv=new Vt,this.onHover=new Gt,this.resize=new jt}load(t){if(v(t))return;this.onClick.load(t.onClick);const e=t.onDiv;void 0!==e&&(this.onDiv=J(e,(t=>{const e=new Vt;return e.load(t),e}))),this.onHover.load(t.onHover),this.resize.load(t.resize)}}class Xt{constructor(t,e){this._engine=t,this._container=e}load(t){if(v(t))return;if(!this._container)return;const e=this._engine.interactors.get(this._container);if(e)for(const i of e)i.loadModeOptions&&i.loadModeOptions(this,t)}}class Yt{constructor(t,e){this.detectsOn=It.window,this.events=new Qt,this.modes=new Xt(t,e)}load(t){if(v(t))return;const e=t.detectsOn;void 0!==e&&(this.detectsOn=e),this.events.load(t.events),this.modes.load(t.modes)}}class Nt{load(t){v(t)||(t.position&&(this.position={x:t.position.x??50,y:t.position.y??50,mode:t.position.mode??U.percent}),t.options&&(this.options=Z({},t.options)))}}var Zt,Jt,Kt,te,ee,ie,se;!function(t){t.screen="screen",t.canvas="canvas"}(Zt||(Zt={}));class ne{constructor(){this.maxWidth=1/0,this.options={},this.mode=Zt.canvas}load(t){v(t)||(v(t.maxWidth)||(this.maxWidth=t.maxWidth),v(t.mode)||(t.mode===Zt.screen?this.mode=Zt.screen:this.mode=Zt.canvas),v(t.options)||(this.options=Z({},t.options)))}}!function(t){t.any="any",t.dark="dark",t.light="light"}(Jt||(Jt={}));class oe{constructor(){this.auto=!1,this.mode=Jt.any,this.value=!1}load(t){v(t)||(void 0!==t.auto&&(this.auto=t.auto),void 0!==t.mode&&(this.mode=t.mode),void 0!==t.value&&(this.value=t.value))}}class ae{constructor(){this.name="",this.default=new oe}load(t){v(t)||(void 0!==t.name&&(this.name=t.name),this.default.load(t.default),void 0!==t.options&&(this.options=Z({},t.options)))}}class re{constructor(){this.count=0,this.enable=!1,this.speed=1,this.decay=0,this.delay=0,this.sync=!1}load(t){v(t)||(void 0!==t.count&&(this.count=D(t.count)),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.speed&&(this.speed=D(t.speed)),void 0!==t.decay&&(this.decay=D(t.decay)),void 0!==t.delay&&(this.delay=D(t.delay)),void 0!==t.sync&&(this.sync=t.sync))}}class ce extends re{constructor(){super(),this.mode=A.auto,this.startValue=H.random}load(t){super.load(t),v(t)||(void 0!==t.mode&&(this.mode=t.mode),void 0!==t.startValue&&(this.startValue=t.startValue))}}class he extends re{constructor(){super(),this.offset=0,this.sync=!0}load(t){super.load(t),v(t)||void 0!==t.offset&&(this.offset=D(t.offset))}}class le{constructor(){this.h=new he,this.s=new he,this.l=new he}load(t){v(t)||(this.h.load(t.h),this.s.load(t.s),this.l.load(t.l))}}class de extends At{constructor(){super(),this.animation=new le}static create(t,e){const i=new de;return i.load(t),void 0!==e&&(d(e)||f(e)?i.load({value:e}):i.load(e)),i}load(t){if(super.load(t),v(t))return;const e=t.animation;void 0!==e&&(void 0!==e.enable?this.animation.h.load(e):this.animation.load(t.animation))}}!function(t){t.absorb="absorb",t.bounce="bounce",t.destroy="destroy"}(Kt||(Kt={}));class ue{constructor(){this.speed=2}load(t){v(t)||void 0!==t.speed&&(this.speed=t.speed)}}class pe{constructor(){this.enable=!0,this.retries=0}load(t){v(t)||(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.retries&&(this.retries=t.retries))}}class fe{constructor(){this.value=0}load(t){v(t)||v(t.value)||(this.value=D(t.value))}}class ve extends fe{constructor(){super(),this.animation=new re}load(t){if(super.load(t),v(t))return;const e=t.animation;void 0!==e&&this.animation.load(e)}}class ge extends ve{constructor(){super(),this.animation=new ce}load(t){super.load(t)}}class ye extends fe{constructor(){super(),this.value=1}}class me{constructor(){this.horizontal=new ye,this.vertical=new ye}load(t){v(t)||(this.horizontal.load(t.horizontal),this.vertical.load(t.vertical))}}class we{constructor(){this.absorb=new ue,this.bounce=new me,this.enable=!1,this.maxSpeed=50,this.mode=Kt.bounce,this.overlap=new pe}load(t){v(t)||(this.absorb.load(t.absorb),this.bounce.load(t.bounce),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.maxSpeed&&(this.maxSpeed=D(t.maxSpeed)),void 0!==t.mode&&(this.mode=t.mode),this.overlap.load(t.overlap))}}class _e{constructor(){this.close=!0,this.fill=!0,this.options={},this.type=[]}load(t){if(v(t))return;const e=t.options;if(void 0!==e)for(const t in e){const i=e[t];i&&(this.options[t]=Z(this.options[t]??{},i))}void 0!==t.close&&(this.close=t.close),void 0!==t.fill&&(this.fill=t.fill),void 0!==t.type&&(this.type=t.type)}}class be{constructor(){this.offset=0,this.value=90}load(t){v(t)||(void 0!==t.offset&&(this.offset=D(t.offset)),void 0!==t.value&&(this.value=D(t.value)))}}class xe{constructor(){this.distance=200,this.enable=!1,this.rotate={x:3e3,y:3e3}}load(t){if(!v(t)&&(void 0!==t.distance&&(this.distance=D(t.distance)),void 0!==t.enable&&(this.enable=t.enable),t.rotate)){const e=t.rotate.x;void 0!==e&&(this.rotate.x=e);const i=t.rotate.y;void 0!==i&&(this.rotate.y=i)}}}class ke{constructor(){this.x=50,this.y=50,this.mode=U.percent,this.radius=0}load(t){v(t)||(void 0!==t.x&&(this.x=t.x),void 0!==t.y&&(this.y=t.y),void 0!==t.mode&&(this.mode=t.mode),void 0!==t.radius&&(this.radius=t.radius))}}class ze{constructor(){this.acceleration=9.81,this.enable=!1,this.inverse=!1,this.maxSpeed=50}load(t){v(t)||(void 0!==t.acceleration&&(this.acceleration=D(t.acceleration)),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.inverse&&(this.inverse=t.inverse),void 0!==t.maxSpeed&&(this.maxSpeed=D(t.maxSpeed)))}}class Me{constructor(){this.clamp=!0,this.delay=new fe,this.enable=!1,this.options={}}load(t){v(t)||(void 0!==t.clamp&&(this.clamp=t.clamp),this.delay.load(t.delay),void 0!==t.enable&&(this.enable=t.enable),this.generator=t.generator,t.options&&(this.options=Z(this.options,t.options)))}}class Pe{load(t){v(t)||(void 0!==t.color&&(this.color=At.create(this.color,t.color)),void 0!==t.image&&(this.image=t.image))}}class Ce{constructor(){this.enable=!1,this.length=10,this.fill=new Pe}load(t){v(t)||(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.fill&&this.fill.load(t.fill),void 0!==t.length&&(this.length=t.length))}}!function(t){t.bounce="bounce",t.none="none",t.out="out",t.destroy="destroy",t.split="split"}(te||(te={}));class Oe{constructor(){this.default=te.out}load(t){v(t)||(void 0!==t.default&&(this.default=t.default),this.bottom=t.bottom??t.default,this.left=t.left??t.default,this.right=t.right??t.default,this.top=t.top??t.default)}}class Se{constructor(){this.acceleration=0,this.enable=!1}load(t){v(t)||(void 0!==t.acceleration&&(this.acceleration=D(t.acceleration)),void 0!==t.enable&&(this.enable=t.enable),t.position&&(this.position=Z({},t.position)))}}class Te{constructor(){this.angle=new be,this.attract=new xe,this.center=new ke,this.decay=0,this.distance={},this.direction=h.none,this.drift=0,this.enable=!1,this.gravity=new ze,this.path=new Me,this.outModes=new Oe,this.random=!1,this.size=!1,this.speed=2,this.spin=new Se,this.straight=!1,this.trail=new Ce,this.vibrate=!1,this.warp=!1}load(t){if(v(t))return;this.angle.load(u(t.angle)?{value:t.angle}:t.angle),this.attract.load(t.attract),this.center.load(t.center),void 0!==t.decay&&(this.decay=D(t.decay)),void 0!==t.direction&&(this.direction=t.direction),void 0!==t.distance&&(this.distance=u(t.distance)?{horizontal:t.distance,vertical:t.distance}:{...t.distance}),void 0!==t.drift&&(this.drift=D(t.drift)),void 0!==t.enable&&(this.enable=t.enable),this.gravity.load(t.gravity);const e=t.outModes;void 0!==e&&(p(e)?this.outModes.load(e):this.outModes.load({default:e})),this.path.load(t.path),void 0!==t.random&&(this.random=t.random),void 0!==t.size&&(this.size=t.size),void 0!==t.speed&&(this.speed=D(t.speed)),this.spin.load(t.spin),void 0!==t.straight&&(this.straight=t.straight),this.trail.load(t.trail),void 0!==t.vibrate&&(this.vibrate=t.vibrate),void 0!==t.warp&&(this.warp=t.warp)}}class De extends ce{constructor(){super(),this.destroy=B.none,this.speed=2}load(t){super.load(t),v(t)||void 0!==t.destroy&&(this.destroy=t.destroy)}}class Ie extends ge{constructor(){super(),this.animation=new De,this.value=1}load(t){if(v(t))return;super.load(t);const e=t.animation;void 0!==e&&this.animation.load(e)}}class Re{constructor(){this.enable=!1,this.width=1920,this.height=1080}load(t){if(v(t))return;void 0!==t.enable&&(this.enable=t.enable);const e=t.width;void 0!==e&&(this.width=e);const i=t.height;void 0!==i&&(this.height=i)}}!function(t){t.delete="delete",t.wait="wait"}(ee||(ee={}));class Le{constructor(){this.mode=ee.delete,this.value=0}load(t){v(t)||(void 0!==t.mode&&(this.mode=t.mode),void 0!==t.value&&(this.value=t.value))}}class Ee{constructor(){this.density=new Re,this.limit=new Le,this.value=0}load(t){v(t)||(this.density.load(t.density),this.limit.load(t.limit),void 0!==t.value&&(this.value=t.value))}}class Fe{constructor(){this.blur=0,this.color=new At,this.enable=!1,this.offset={x:0,y:0},this.color.value="#000"}load(t){v(t)||(void 0!==t.blur&&(this.blur=t.blur),this.color=At.create(this.color,t.color),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.offset&&(void 0!==t.offset.x&&(this.offset.x=t.offset.x),void 0!==t.offset.y&&(this.offset.y=t.offset.y)))}}class Ae{constructor(){this.close=!0,this.fill=!0,this.options={},this.type="circle"}load(t){if(v(t))return;const e=t.options;if(void 0!==e)for(const t in e){const i=e[t];i&&(this.options[t]=Z(this.options[t]??{},i))}void 0!==t.close&&(this.close=t.close),void 0!==t.fill&&(this.fill=t.fill),void 0!==t.type&&(this.type=t.type)}}class qe extends ce{constructor(){super(),this.destroy=B.none,this.speed=5}load(t){super.load(t),v(t)||void 0!==t.destroy&&(this.destroy=t.destroy)}}class Be extends ge{constructor(){super(),this.animation=new qe,this.value=3}load(t){if(super.load(t),v(t))return;const e=t.animation;void 0!==e&&this.animation.load(e)}}class We{constructor(){this.width=0}load(t){v(t)||(void 0!==t.color&&(this.color=de.create(this.color,t.color)),void 0!==t.width&&(this.width=D(t.width)),void 0!==t.opacity&&(this.opacity=D(t.opacity)))}}class Ue extends fe{constructor(){super(),this.opacityRate=1,this.sizeRate=1,this.velocityRate=1}load(t){super.load(t),v(t)||(void 0!==t.opacityRate&&(this.opacityRate=t.opacityRate),void 0!==t.sizeRate&&(this.sizeRate=t.sizeRate),void 0!==t.velocityRate&&(this.velocityRate=t.velocityRate))}}class He{constructor(t,e){this._engine=t,this._container=e,this.bounce=new me,this.collisions=new we,this.color=new de,this.color.value="#fff",this.effect=new _e,this.groups={},this.move=new Te,this.number=new Ee,this.opacity=new Ie,this.reduceDuplicates=!1,this.shadow=new Fe,this.shape=new Ae,this.size=new Be,this.stroke=new We,this.zIndex=new Ue}load(t){if(v(t))return;if(void 0!==t.groups)for(const e of Object.keys(t.groups)){if(!Object.hasOwn(t.groups,e))continue;const i=t.groups[e];void 0!==i&&(this.groups[e]=Z(this.groups[e]??{},i))}void 0!==t.reduceDuplicates&&(this.reduceDuplicates=t.reduceDuplicates),this.bounce.load(t.bounce),this.color.load(de.create(this.color,t.color)),this.effect.load(t.effect),this.move.load(t.move),this.number.load(t.number),this.opacity.load(t.opacity),this.shape.load(t.shape),this.size.load(t.size),this.shadow.load(t.shadow),this.zIndex.load(t.zIndex),this.collisions.load(t.collisions),void 0!==t.interactivity&&(this.interactivity=Z({},t.interactivity));const e=t.stroke;if(e&&(this.stroke=J(e,(t=>{const e=new We;return e.load(t),e}))),this._container){const e=this._engine.updaters.get(this._container);if(e)for(const i of e)i.loadOptions&&i.loadOptions(this,t);const i=this._engine.interactors.get(this._container);if(i)for(const e of i)e.loadParticlesOptions&&e.loadParticlesOptions(this,t)}}}function Ve(t,...e){for(const i of e)t.load(i)}function $e(t,e,...i){const s=new He(t,e);return Ve(s,...i),s}class Ge{constructor(t,e){this._findDefaultTheme=t=>this.themes.find((e=>e.default.value&&e.default.mode===t))??this.themes.find((t=>t.default.value&&t.default.mode===Jt.any)),this._importPreset=t=>{this.load(this._engine.getPreset(t))},this._engine=t,this._container=e,this.autoPlay=!0,this.background=new qt,this.backgroundMask=new Wt,this.clear=!0,this.defaultThemes={},this.delay=0,this.fullScreen=new Ut,this.detectRetina=!0,this.duration=0,this.fpsLimit=120,this.interactivity=new Yt(t,e),this.manualParticles=[],this.particles=$e(this._engine,this._container),this.pauseOnBlur=!0,this.pauseOnOutsideViewport=!0,this.responsive=[],this.smooth=!1,this.style={},this.themes=[],this.zLayers=100}load(t){if(v(t))return;void 0!==t.preset&&J(t.preset,(t=>this._importPreset(t))),void 0!==t.autoPlay&&(this.autoPlay=t.autoPlay),void 0!==t.clear&&(this.clear=t.clear),void 0!==t.key&&(this.key=t.key),void 0!==t.name&&(this.name=t.name),void 0!==t.delay&&(this.delay=D(t.delay));const e=t.detectRetina;void 0!==e&&(this.detectRetina=e),void 0!==t.duration&&(this.duration=D(t.duration));const i=t.fpsLimit;void 0!==i&&(this.fpsLimit=i),void 0!==t.pauseOnBlur&&(this.pauseOnBlur=t.pauseOnBlur),void 0!==t.pauseOnOutsideViewport&&(this.pauseOnOutsideViewport=t.pauseOnOutsideViewport),void 0!==t.zLayers&&(this.zLayers=t.zLayers),this.background.load(t.background);const s=t.fullScreen;l(s)?this.fullScreen.enable=s:this.fullScreen.load(s),this.backgroundMask.load(t.backgroundMask),this.interactivity.load(t.interactivity),t.manualParticles&&(this.manualParticles=t.manualParticles.map((t=>{const e=new Nt;return e.load(t),e}))),this.particles.load(t.particles),this.style=Z(this.style,t.style),this._engine.loadOptions(this,t),void 0!==t.smooth&&(this.smooth=t.smooth);const n=this._engine.interactors.get(this._container);if(n)for(const e of n)e.loadOptions&&e.loadOptions(this,t);if(void 0!==t.responsive)for(const e of t.responsive){const t=new ne;t.load(e),this.responsive.push(t)}if(this.responsive.sort(((t,e)=>t.maxWidth-e.maxWidth)),void 0!==t.themes)for(const e of t.themes){const t=this.themes.find((t=>t.name===e.name));if(t)t.load(e);else{const t=new ae;t.load(e),this.themes.push(t)}}this.defaultThemes.dark=this._findDefaultTheme(Jt.dark)?.name,this.defaultThemes.light=this._findDefaultTheme(Jt.light)?.name}setResponsive(t,e,i){this.load(i);const s=this.responsive.find((i=>i.mode===Zt.screen&&screen?i.maxWidth>screen.availWidth:i.maxWidth*e>t));return this.load(s?.options),s?.maxWidth}setTheme(t){if(t){const e=this.themes.find((e=>e.name===t));e&&this.load(e.options)}else{const t=j("(prefers-color-scheme: dark)"),e=t?.matches,i=this._findDefaultTheme(e?Jt.dark:Jt.light);i&&this.load(i.options)}}}!function(t){t.external="external",t.particles="particles"}(ie||(ie={}));class je{constructor(t,e){this.container=e,this._engine=t,this._interactors=[],this._externalInteractors=[],this._particleInteractors=[]}externalInteract(t){for(const e of this._externalInteractors)e.isEnabled()&&e.interact(t)}handleClickMode(t){for(const e of this._externalInteractors)e.handleClickMode?.(t)}async init(){this._interactors=await this._engine.getInteractors(this.container,!0),this._externalInteractors=[],this._particleInteractors=[];for(const t of this._interactors){switch(t.type){case ie.external:this._externalInteractors.push(t);break;case ie.particles:this._particleInteractors.push(t)}t.init()}}particlesInteract(t,e){for(const i of this._externalInteractors)i.clear(t,e);for(const i of this._particleInteractors)i.isEnabled(t)&&i.interact(t,e)}reset(t){for(const e of this._externalInteractors)e.isEnabled()&&e.reset(t);for(const e of this._particleInteractors)e.isEnabled(t)&&e.reset(t)}}!function(t){t.normal="normal",t.inside="inside",t.outside="outside"}(se||(se={}));const Qe=.5,Xe="random";function Ye(t){if(!Q(t.outMode,t.checkModes))return;const e=2*t.radius;t.coord>t.maxCoord-e?t.setCb(-t.radius):t.coord<e&&t.setCb(t.radius)}class Ne{constructor(t,e){this.container=e,this._calcPosition=(t,e,i,s=0)=>{for(const s of t.plugins.values()){const t=void 0!==s.particlePosition?s.particlePosition(e,this):void 0;if(t)return w.create(t.x,t.y,i)}const n=E({size:t.canvas.size,position:e}),o=w.create(n.x,n.y,i),a=this.getRadius(),r=this.options.move.outModes,c=e=>{Ye({outMode:e,checkModes:[te.bounce],coord:o.x,maxCoord:t.canvas.size.width,setCb:t=>o.x+=t,radius:a})},h=e=>{Ye({outMode:e,checkModes:[te.bounce],coord:o.y,maxCoord:t.canvas.size.height,setCb:t=>o.y+=t,radius:a})};if(c(r.left??r.default),c(r.right??r.default),h(r.top??r.default),h(r.bottom??r.default),this._checkOverlap(o,s)){const e=1;return this._calcPosition(t,void 0,i,s+e)}return o},this._calculateVelocity=()=>{const t=function(t){const e=_.origin;return e.length=1,e.angle=t,e}(this.direction).copy(),e=this.options.move;if(e.direction===h.inside||e.direction===h.outside)return t;const i=L(O(e.angle.value)),s=L(O(e.angle.offset)),n={left:s-i*Qe,right:s+i*Qe};return e.straight||(t.angle+=C(D(n.left,n.right))),e.random&&"number"==typeof e.speed&&(t.length*=z()),t},this._checkOverlap=(t,e=0)=>{const i=this.options.collisions,s=this.getRadius();if(!i.enable)return!1;const n=i.overlap;if(n.enable)return!1;const o=n.retries;if(o>=0&&e>o)throw new Error(`${a} particle is overlapping and can't be placed`);return!!this.container.particles.find((e=>R(t,e.position)<s+e.getRadius()))},this._getRollColor=t=>{if(!t||!this.roll||!this.backColor&&!this.roll.alter)return t;const e=this.roll.horizontal&&this.roll.vertical?2:1,i=this.roll.horizontal?Math.PI*Qe:0;return Math.floor(((this.roll.angle??0)+i)/(Math.PI/e))%2?this.backColor?this.backColor:this.roll.alter?function(t,e,i){return{h:t.h,s:t.s,l:t.l+(e===ot.darken?-1:1)*i}}(t,this.roll.alter.type,this.roll.alter.value):t:t},this._initPosition=t=>{const e=this.container,i=O(this.options.zIndex.value);this.position=this._calcPosition(e,t,M(i,0,e.zLayers)),this.initialPosition=this.position.copy();const s=e.canvas.size;switch(this.moveCenter={...it(this.options.move.center,s),radius:this.options.move.center.radius??0,mode:this.options.move.center.mode??U.percent},this.direction=function(t,e,i){if(u(t))return L(t);const s=.25;switch(t){case h.top:return.5*-Math.PI;case h.topRight:return-Math.PI*s;case h.right:return 0;case h.bottomRight:return Math.PI*s;case h.bottom:return.5*Math.PI;case h.bottomLeft:return.75*Math.PI;case h.left:return Math.PI;case h.topLeft:return.75*-Math.PI;case h.inside:return Math.atan2(i.y-e.y,i.x-e.x);case h.outside:return Math.atan2(e.y-i.y,e.x-i.x);default:return z()*k}}(this.options.move.direction,this.position,this.moveCenter),this.options.move.direction){case h.inside:this.outType=se.inside;break;case h.outside:this.outType=se.outside}this.offset=_.origin},this._engine=t}destroy(t){if(this.unbreakable||this.destroyed)return;this.destroyed=!0,this.bubble.inRange=!1,this.slow.inRange=!1;const e=this.container,i=this.pathGenerator,s=e.shapeDrawers.get(this.shape);s?.particleDestroy?.(this);for(const i of e.plugins.values())i.particleDestroyed?.(this,t);for(const i of e.particles.updaters)i.particleDestroyed?.(this,t);i?.reset(this),this._engine.dispatchEvent(Et.particleDestroyed,{container:this.container,data:{particle:this}})}draw(t){const e=this.container,i=e.canvas;for(const s of e.plugins.values())i.drawParticlePlugin(s,this,t);i.drawParticle(this,t)}getFillColor(){return this._getRollColor(this.bubble.color??mt(this.color))}getMass(){return this.getRadius()**2*Math.PI*Qe}getPosition(){return{x:this.position.x+this.offset.x,y:this.position.y+this.offset.y,z:this.position.z}}getRadius(){return this.bubble.radius??this.size.value}getStrokeColor(){return this._getRollColor(this.bubble.color??mt(this.strokeColor))}init(t,e,i,s){const n=this.container,o=this._engine;this.id=t,this.group=s,this.effectClose=!0,this.effectFill=!0,this.shapeClose=!0,this.shapeFill=!0,this.pathRotation=!1,this.lastPathTime=0,this.destroyed=!1,this.unbreakable=!1,this.isRotating=!1,this.rotation=0,this.misplaced=!1,this.retina={maxDistance:{}},this.outType=se.normal,this.ignoresResizeRatio=!0;const a=n.retina.pixelRatio,r=n.actualOptions,h=$e(this._engine,n,r.particles),{reduceDuplicates:l}=h,d=h.effect.type,u=h.shape.type;this.effect=K(d,this.id,l),this.shape=K(u,this.id,l);const p=h.effect,f=h.shape;if(i){if(i.effect?.type){const t=K(i.effect.type,this.id,l);t&&(this.effect=t,p.load(i.effect))}if(i.shape?.type){const t=K(i.shape.type,this.id,l);t&&(this.shape=t,f.load(i.shape))}}if(this.effect===Xe){const t=[...this.container.effectDrawers.keys()];this.effect=t[Math.floor(Math.random()*t.length)]}if(this.shape===Xe){const t=[...this.container.shapeDrawers.keys()];this.shape=t[Math.floor(Math.random()*t.length)]}this.effectData=function(t,e,i,s){const n=e.options[t];if(n)return Z({close:e.close,fill:e.fill},K(n,i,s))}(this.effect,p,this.id,l),this.shapeData=function(t,e,i,s){const n=e.options[t];if(n)return Z({close:e.close,fill:e.fill},K(n,i,s))}(this.shape,f,this.id,l),h.load(i);const v=this.effectData;v&&h.load(v.particles);const g=this.shapeData;g&&h.load(g.particles);const y=new Yt(o,n);y.load(n.actualOptions.interactivity),y.load(h.interactivity),this.interactivity=y,this.effectFill=v?.fill??h.effect.fill,this.effectClose=v?.close??h.effect.close,this.shapeFill=g?.fill??h.shape.fill,this.shapeClose=g?.close??h.shape.close,this.options=h;const m=this.options.move.path;this.pathDelay=O(m.delay.value)*c,m.generator&&(this.pathGenerator=this._engine.getPathGenerator(m.generator),this.pathGenerator&&n.addPath(m.generator,this.pathGenerator)&&this.pathGenerator.init(n)),n.retina.initParticle(this),this.size=tt(this.options.size,a),this.bubble={inRange:!1},this.slow={inRange:!1,factor:1},this._initPosition(e),this.initialVelocity=this._calculateVelocity(),this.velocity=this.initialVelocity.copy();this.moveDecay=1-O(this.options.move.decay);const w=n.particles;w.setLastZIndex(this.position.z),this.zIndexFactor=this.position.z/n.zLayers,this.sides=24;let _=n.effectDrawers.get(this.effect);_||(_=this._engine.getEffectDrawer(this.effect),_&&n.effectDrawers.set(this.effect,_)),_?.loadEffect&&_.loadEffect(this);let b=n.shapeDrawers.get(this.shape);b||(b=this._engine.getShapeDrawer(this.shape),b&&n.shapeDrawers.set(this.shape,b)),b?.loadShape&&b.loadShape(this);const x=b?.getSidesCount;x&&(this.sides=x(this)),this.spawning=!1,this.shadowColor=ht(this._engine,this.options.shadow.color);for(const t of w.updaters)t.init(this);for(const t of w.movers)t.init?.(this);_?.particleInit?.(n,this),b?.particleInit?.(n,this);for(const t of n.plugins.values())t.particleCreated?.(this)}isInsideCanvas(){const t=this.getRadius(),e=this.container.canvas.size,i=this.position;return i.x>=-t&&i.y>=-t&&i.y<=e.height+t&&i.x<=e.width+t}isVisible(){return!this.destroyed&&!this.spawning&&this.isInsideCanvas()}reset(){for(const t of this.container.particles.updaters)t.reset?.(this)}}class Ze{constructor(t,e){this.position=t,this.particle=e}}var Je;!function(t){t.circle="circle",t.rectangle="rectangle"}(Je||(Je={}));class Ke{constructor(t,e,i){this.position={x:t,y:e},this.type=i}}class ti extends Ke{constructor(t,e,i){super(t,e,Je.circle),this.radius=i}contains(t){return R(t,this.position)<=this.radius}intersects(t){const e=this.position,i=t.position,s=Math.abs(i.x-e.x),n=Math.abs(i.y-e.y),o=this.radius;if(t instanceof ti||t.type===Je.circle){return o+t.radius>Math.sqrt(s**2+n**2)}if(t instanceof ei||t.type===Je.rectangle){const e=t,{width:i,height:a}=e.size;return Math.pow(s-i,2)+Math.pow(n-a,2)<=o**2||s<=o+i&&n<=o+a||s<=i||n<=a}return!1}}class ei extends Ke{constructor(t,e,i,s){super(t,e,Je.rectangle),this.size={height:s,width:i}}contains(t){const e=this.size.width,i=this.size.height,s=this.position;return t.x>=s.x&&t.x<=s.x+e&&t.y>=s.y&&t.y<=s.y+i}intersects(t){if(t instanceof ti)return t.intersects(this);const e=this.size.width,i=this.size.height,s=this.position,n=t.position,o=t instanceof ei?t.size:{width:0,height:0},a=o.width,r=o.height;return n.x<s.x+e&&n.x+a>s.x&&n.y<s.y+i&&n.y+r>s.y}}const ii=.5;class si{constructor(t,e){this.rectangle=t,this.capacity=e,this._subdivide=()=>{const{x:t,y:e}=this.rectangle.position,{width:i,height:s}=this.rectangle.size,{capacity:n}=this;for(let o=0;o<4;o++){const a=o%2;this._subs.push(new si(new ei(t+i*ii*a,e+s*ii*(Math.round(o*ii)-a),i*ii,s*ii),n))}this._divided=!0},this._points=[],this._divided=!1,this._subs=[]}insert(t){return!!this.rectangle.contains(t.position)&&(this._points.length<this.capacity?(this._points.push(t),!0):(this._divided||this._subdivide(),this._subs.some((e=>e.insert(t)))))}query(t,e){const i=[];if(!t.intersects(this.rectangle))return[];for(const s of this._points)!t.contains(s.position)&&R(t.position,s.position)>s.particle.getRadius()&&(!e||e(s.particle))||i.push(s.particle);if(this._divided)for(const s of this._subs)i.push(...s.query(t,e));return i}queryCircle(t,e,i){return this.query(new ti(t.x,t.y,e),i)}queryRectangle(t,e,i){return this.query(new ei(t.x,t.y,e.width,e.height),i)}}const ni=t=>{const{height:e,width:i}=t;return new ei(-.25*i,-.25*e,1.5*i,1.5*e)};class oi{constructor(t,e){this._addToPool=(...t)=>{this._pool.push(...t)},this._applyDensity=(t,e,i)=>{const s=t.number;if(!t.number.density?.enable)return void(void 0===i?this._limit=s.limit.value:s.limit&&this._groupLimits.set(i,s.limit.value));const n=this._initDensityFactor(s.density),o=s.value,a=s.limit.value>0?s.limit.value:o,r=Math.min(o,a)*n+e,c=Math.min(this.count,this.filter((t=>t.group===i)).length);void 0===i?this._limit=s.limit.value*n:this._groupLimits.set(i,s.limit.value*n),c<r?this.push(Math.abs(r-c),void 0,t,i):c>r&&this.removeQuantity(c-r,i)},this._initDensityFactor=t=>{const e=this._container;if(!e.canvas.element||!t.enable)return 1;const i=e.canvas.element,s=e.retina.pixelRatio;return i.width*i.height/(t.height*t.width*s**2)},this._pushParticle=(t,e,i,s)=>{try{let n=this._pool.pop();n||(n=new Ne(this._engine,this._container)),n.init(this._nextId,t,e,i);let o=!0;if(s&&(o=s(n)),!o)return;return this._array.push(n),this._zArray.push(n),this._nextId++,this._engine.dispatchEvent(Et.particleAdded,{container:this._container,data:{particle:n}}),n}catch(t){$().warning(`${a} adding particle: ${t}`)}},this._removeParticle=(t,e,i)=>{const s=this._array[t];if(!s||s.group!==e)return!1;const n=this._zArray.indexOf(s);return this._array.splice(t,1),this._zArray.splice(n,1),s.destroy(i),this._engine.dispatchEvent(Et.particleRemoved,{container:this._container,data:{particle:s}}),this._addToPool(s),!0},this._engine=t,this._container=e,this._nextId=0,this._array=[],this._zArray=[],this._pool=[],this._limit=0,this._groupLimits=new Map,this._needsSort=!1,this._lastZIndex=0,this._interactionManager=new je(t,e),this._pluginsInitialized=!1;const i=e.canvas.size;this.quadTree=new si(ni(i),4),this.movers=[],this.updaters=[]}get count(){return this._array.length}addManualParticles(){const t=this._container;t.actualOptions.manualParticles.forEach((e=>this.addParticle(e.position?it(e.position,t.canvas.size):void 0,e.options)))}addParticle(t,e,i,s){const n=this._container.actualOptions.particles.number.limit.mode,o=void 0===i?this._limit:this._groupLimits.get(i)??this._limit,a=this.count;if(o>0)switch(n){case ee.delete:{const t=a+1-o;t>0&&this.removeQuantity(t);break}case ee.wait:if(a>=o)return}return this._pushParticle(t,e,i,s)}clear(){this._array=[],this._zArray=[],this._pluginsInitialized=!1}destroy(){this._array=[],this._zArray=[],this.movers=[],this.updaters=[]}draw(t){const e=this._container,i=e.canvas;i.clear(),this.update(t);for(const s of e.plugins.values())i.drawPlugin(s,t);for(const e of this._zArray)e.draw(t)}filter(t){return this._array.filter(t)}find(t){return this._array.find(t)}get(t){return this._array[t]}handleClickMode(t){this._interactionManager.handleClickMode(t)}async init(){const t=this._container,e=t.actualOptions;this._lastZIndex=0,this._needsSort=!1,await this.initPlugins();let i=!1;for(const e of t.plugins.values())if(i=e.particlesInitialization?.()??i,i)break;if(this.addManualParticles(),!i){const t=e.particles,i=t.groups;for(const e in i){const s=i[e];for(let i=this.count,n=0;n<s.number?.value&&i<t.number.value;i++,n++)this.addParticle(void 0,s,e)}for(let e=this.count;e<t.number.value;e++)this.addParticle()}}async initPlugins(){if(this._pluginsInitialized)return;const t=this._container;this.movers=await this._engine.getMovers(t,!0),this.updaters=await this._engine.getUpdaters(t,!0),await this._interactionManager.init();for(const e of t.pathGenerators.values())e.init(t)}push(t,e,i,s){for(let n=0;n<t;n++)this.addParticle(e?.position,i,s)}async redraw(){this.clear(),await this.init(),this.draw({value:0,factor:0})}remove(t,e,i){this.removeAt(this._array.indexOf(t),void 0,e,i)}removeAt(t,e=1,i,s){if(t<0||t>this.count)return;let n=0;for(let o=t;n<e&&o<this.count;o++)this._removeParticle(o,i,s)&&(o--,n++)}removeQuantity(t,e){this.removeAt(0,t,e)}setDensity(){const t=this._container.actualOptions,e=t.particles.groups;for(const t in e)this._applyDensity(e[t],0,t);this._applyDensity(t.particles,t.manualParticles.length)}setLastZIndex(t){this._lastZIndex=t,this._needsSort=this._needsSort||this._lastZIndex<t}setResizeFactor(t){this._resizeFactor=t}update(t){const e=this._container,i=new Set;this.quadTree=new si(ni(e.canvas.size),4);for(const t of e.pathGenerators.values())t.update();for(const i of e.plugins.values())i.update?.(t);const s=this._resizeFactor;for(const e of this._array){s&&!e.ignoresResizeRatio&&(e.position.x*=s.width,e.position.y*=s.height,e.initialPosition.x*=s.width,e.initialPosition.y*=s.height),e.ignoresResizeRatio=!1,this._interactionManager.reset(e);for(const i of this._container.plugins.values()){if(e.destroyed)break;i.particleUpdate?.(e,t)}for(const i of this.movers)i.isEnabled(e)&&i.move(e,t);e.destroyed?i.add(e):this.quadTree.insert(new Ze(e.getPosition(),e))}if(i.size){const t=t=>!i.has(t);this._array=this.filter(t),this._zArray=this._zArray.filter(t);for(const t of i)this._engine.dispatchEvent(Et.particleRemoved,{container:this._container,data:{particle:t}});this._addToPool(...i)}this._interactionManager.externalInteract(t);for(const e of this._array){for(const i of this.updaters)i.update(e,t);e.destroyed||e.spawning||this._interactionManager.particlesInteract(e,t)}if(delete this._resizeFactor,this._needsSort){const t=this._zArray;t.sort(((t,e)=>e.position.z-t.position.z||t.id-e.id));const e=1;this._lastZIndex=t[t.length-e].position.z,this._needsSort=!1}}}class ai{constructor(t){this.container=t,this.pixelRatio=1,this.reduceFactor=1}init(){const t=this.container,e=t.actualOptions;this.pixelRatio=!e.detectRetina||G()?1:window.devicePixelRatio,this.reduceFactor=1;const i=this.pixelRatio,s=t.canvas;if(s.element){const t=s.element;s.size.width=t.offsetWidth*i,s.size.height=t.offsetHeight*i}const n=e.particles,o=n.move;this.maxSpeed=O(o.gravity.maxSpeed)*i,this.sizeAnimationSpeed=O(n.size.animation.speed)*i}initParticle(t){const e=t.options,i=this.pixelRatio,s=e.move,n=s.distance,o=t.retina;o.moveDrift=O(s.drift)*i,o.moveSpeed=O(s.speed)*i,o.sizeAnimationSpeed=O(e.size.animation.speed)*i;const a=o.maxDistance;a.horizontal=void 0!==n.horizontal?n.horizontal*i:void 0,a.vertical=void 0!==n.vertical?n.vertical*i:void 0,o.maxSpeed=O(s.gravity.maxSpeed)*i}}function ri(t){return t&&!t.destroyed}function ci(t,e,...i){const s=new Ge(t,e);return Ve(s,...i),s}class hi{constructor(t,e,i){this._intersectionManager=t=>{if(ri(this)&&this.actualOptions.pauseOnOutsideViewport)for(const e of t)e.target===this.interactivity.element&&(e.isIntersecting?this.play():this.pause())},this._nextFrame=t=>{try{if(!this._smooth&&void 0!==this._lastFrameTime&&t<this._lastFrameTime+c/this.fpsLimit)return void this.draw(!1);this._lastFrameTime??=t;const e=function(t,e=60,i=!1){return{value:t,factor:i?60/e:60*t/c}}(t-this._lastFrameTime,this.fpsLimit,this._smooth);if(this.addLifeTime(e.value),this._lastFrameTime=t,e.value>c)return void this.draw(!1);if(this.particles.draw(e),!this.alive())return void this.destroy();this.animationStatus&&this.draw(!1)}catch(t){$().error(`${a} in animation loop`,t)}},this._engine=t,this.id=Symbol(e),this.fpsLimit=120,this._smooth=!1,this._delay=0,this._duration=0,this._lifeTime=0,this._firstStart=!0,this.started=!1,this.destroyed=!1,this._paused=!0,this._lastFrameTime=0,this.zLayers=100,this.pageHidden=!1,this._clickHandlers=new Map,this._sourceOptions=i,this._initialSourceOptions=i,this.retina=new ai(this),this.canvas=new Dt(this,this._engine),this.particles=new oi(this._engine,this),this.pathGenerators=new Map,this.interactivity={mouse:{clicking:!1,inside:!1}},this.plugins=new Map,this.effectDrawers=new Map,this.shapeDrawers=new Map,this._options=ci(this._engine,this),this.actualOptions=ci(this._engine,this),this._eventListeners=new Lt(this),this._intersectionObserver=function(t){if(!G()&&"undefined"!=typeof IntersectionObserver)return new IntersectionObserver(t)}((t=>this._intersectionManager(t))),this._engine.dispatchEvent(Et.containerBuilt,{container:this})}get animationStatus(){return!this._paused&&!this.pageHidden&&ri(this)}get options(){return this._options}get sourceOptions(){return this._sourceOptions}addClickHandler(t){if(!ri(this))return;const e=this.interactivity.element;if(!e)return;const i=(e,i,s)=>{if(!ri(this))return;const n=this.retina.pixelRatio,o={x:i.x*n,y:i.y*n},a=this.particles.quadTree.queryCircle(o,s*n);t(e,a)};let s=!1,n=!1;this._clickHandlers.set("click",(t=>{if(!ri(this))return;const e=t,s={x:e.offsetX||e.clientX,y:e.offsetY||e.clientY};i(t,s,1)})),this._clickHandlers.set("touchstart",(()=>{ri(this)&&(s=!0,n=!1)})),this._clickHandlers.set("touchmove",(()=>{ri(this)&&(n=!0)})),this._clickHandlers.set("touchend",(t=>{if(ri(this)){if(s&&!n){const e=t,s=1;let n=e.touches[e.touches.length-s];if(!n&&(n=e.changedTouches[e.changedTouches.length-s],!n))return;const o=this.canvas.element,a=o?o.getBoundingClientRect():void 0,r=0,c={x:n.clientX-(a?a.left:r),y:n.clientY-(a?a.top:r)};i(t,c,Math.max(n.radiusX,n.radiusY))}s=!1,n=!1}})),this._clickHandlers.set("touchcancel",(()=>{ri(this)&&(s=!1,n=!1)}));for(const[t,i]of this._clickHandlers)e.addEventListener(t,i)}addLifeTime(t){this._lifeTime+=t}addPath(t,e,i=!1){return!(!ri(this)||!i&&this.pathGenerators.has(t))&&(this.pathGenerators.set(t,e),!0)}alive(){return!this._duration||this._lifeTime<=this._duration}clearClickHandlers(){if(ri(this)){for(const[t,e]of this._clickHandlers)this.interactivity.element?.removeEventListener(t,e);this._clickHandlers.clear()}}destroy(t=!0){if(ri(this)){this.stop(),this.clearClickHandlers(),this.particles.destroy(),this.canvas.destroy();for(const t of this.effectDrawers.values())t.destroy?.(this);for(const t of this.shapeDrawers.values())t.destroy?.(this);for(const t of this.effectDrawers.keys())this.effectDrawers.delete(t);for(const t of this.shapeDrawers.keys())this.shapeDrawers.delete(t);if(this._engine.clearPlugins(this),this.destroyed=!0,t){const t=this._engine.items,e=t.findIndex((t=>t===this));if(e>=0){const i=1;t.splice(e,i)}}this._engine.dispatchEvent(Et.containerDestroyed,{container:this})}}draw(t){if(!ri(this))return;let e=t;const i=t=>{e&&(this._lastFrameTime=void 0,e=!1),this._nextFrame(t)};var s;this._drawAnimationFrame=(s=t=>i(t),x.nextFrame(s))}async export(t,e={}){for(const i of this.plugins.values()){if(!i.export)continue;const s=await i.export(t,e);if(s.supported)return s.blob}$().error(`${a} - Export plugin with type ${t} not found`)}handleClickMode(t){if(ri(this)){this.particles.handleClickMode(t);for(const e of this.plugins.values())e.handleClickMode?.(t)}}async init(){if(!ri(this))return;const t=this._engine.getSupportedEffects();for(const e of t){const t=this._engine.getEffectDrawer(e);t&&this.effectDrawers.set(e,t)}const e=this._engine.getSupportedShapes();for(const t of e){const e=this._engine.getShapeDrawer(t);e&&this.shapeDrawers.set(t,e)}await this.particles.initPlugins(),this._options=ci(this._engine,this,this._initialSourceOptions,this.sourceOptions),this.actualOptions=ci(this._engine,this,this._options);const i=await this._engine.getAvailablePlugins(this);for(const[t,e]of i)this.plugins.set(t,e);this.retina.init(),await this.canvas.init(),this.updateActualOptions(),this.canvas.initBackground(),this.canvas.resize();const{zLayers:s,duration:n,delay:o,fpsLimit:a,smooth:r}=this.actualOptions;this.zLayers=s,this._duration=O(n)*c,this._delay=O(o)*c,this._lifeTime=0;this.fpsLimit=a>0?a:120,this._smooth=r;for(const t of this.effectDrawers.values())await(t.init?.(this));for(const t of this.shapeDrawers.values())await(t.init?.(this));for(const t of this.plugins.values())await(t.init?.());this._engine.dispatchEvent(Et.containerInit,{container:this}),await this.particles.init(),this.particles.setDensity();for(const t of this.plugins.values())t.particlesSetup?.();this._engine.dispatchEvent(Et.particlesSetup,{container:this})}async loadTheme(t){ri(this)&&(this._currentTheme=t,await this.refresh())}pause(){var t;if(ri(this)&&(void 0!==this._drawAnimationFrame&&(t=this._drawAnimationFrame,x.cancel(t),delete this._drawAnimationFrame),!this._paused)){for(const t of this.plugins.values())t.pause?.();this.pageHidden||(this._paused=!0),this._engine.dispatchEvent(Et.containerPaused,{container:this})}}play(t){if(!ri(this))return;const e=this._paused||t;if(!this._firstStart||this.actualOptions.autoPlay){if(this._paused&&(this._paused=!1),e)for(const t of this.plugins.values())t.play&&t.play();this._engine.dispatchEvent(Et.containerPlay,{container:this}),this.draw(e??!1)}else this._firstStart=!1}async refresh(){if(ri(this))return this.stop(),this.start()}async reset(t){if(ri(this))return this._initialSourceOptions=t,this._sourceOptions=t,this._options=ci(this._engine,this,this._initialSourceOptions,this.sourceOptions),this.actualOptions=ci(this._engine,this,this._options),this.refresh()}async start(){ri(this)&&!this.started&&(await this.init(),this.started=!0,await new Promise((t=>{const e=async()=>{this._eventListeners.addListeners(),this.interactivity.element instanceof HTMLElement&&this._intersectionObserver&&this._intersectionObserver.observe(this.interactivity.element);for(const t of this.plugins.values())await(t.start?.());this._engine.dispatchEvent(Et.containerStarted,{container:this}),this.play(),t()};this._delayTimeout=setTimeout((()=>{e()}),this._delay)})))}stop(){if(ri(this)&&this.started){this._delayTimeout&&(clearTimeout(this._delayTimeout),delete this._delayTimeout),this._firstStart=!0,this.started=!1,this._eventListeners.removeListeners(),this.pause(),this.particles.clear(),this.canvas.stop(),this.interactivity.element instanceof HTMLElement&&this._intersectionObserver&&this._intersectionObserver.unobserve(this.interactivity.element);for(const t of this.plugins.values())t.stop?.();for(const t of this.plugins.keys())this.plugins.delete(t);this._sourceOptions=this._options,this._engine.dispatchEvent(Et.containerStopped,{container:this})}}updateActualOptions(){this.actualOptions.responsive=[];const t=this.actualOptions.setResponsive(this.canvas.size.width,this.retina.pixelRatio,this._options);return this.actualOptions.setTheme(this._currentTheme),this._responsiveMaxWidth!==t&&(this._responsiveMaxWidth=t,!0)}}class li{constructor(){this._listeners=new Map}addEventListener(t,e){this.removeEventListener(t,e);let i=this._listeners.get(t);i||(i=[],this._listeners.set(t,i)),i.push(e)}dispatchEvent(t,e){const i=this._listeners.get(t);i?.forEach((t=>t(e)))}hasEventListener(t){return!!this._listeners.get(t)}removeAllEventListeners(t){t?this._listeners.delete(t):this._listeners=new Map}removeEventListener(t,e){const i=this._listeners.get(t);if(!i)return;const s=i.length,n=i.indexOf(e);if(n<0)return;1===s?this._listeners.delete(t):i.splice(n,1)}}async function di(t,e,i,s=!1){let n=e.get(t);return n&&!s||(n=await Promise.all([...i.values()].map((e=>e(t)))),e.set(t,n)),n}const ui="true",pi="false",fi="canvas";class vi{constructor(){this._configs=new Map,this._domArray=[],this._eventDispatcher=new li,this._initialized=!1,this.plugins=[],this.colorManagers=new Map,this.easingFunctions=new Map,this._initializers={interactors:new Map,movers:new Map,updaters:new Map},this.interactors=new Map,this.movers=new Map,this.updaters=new Map,this.presets=new Map,this.effectDrawers=new Map,this.shapeDrawers=new Map,this.pathGenerators=new Map}get configs(){const t={};for(const[e,i]of this._configs)t[e]=i;return t}get items(){return this._domArray}get version(){return"3.7.1"}async addColorManager(t,e=!0){this.colorManagers.set(t.key,t),await this.refresh(e)}addConfig(t){const e=t.key??t.name??"default";this._configs.set(e,t),this._eventDispatcher.dispatchEvent(Et.configAdded,{data:{name:e,config:t}})}async addEasing(t,e,i=!0){this.getEasing(t)||(this.easingFunctions.set(t,e),await this.refresh(i))}async addEffect(t,e,i=!0){J(t,(t=>{this.getEffectDrawer(t)||this.effectDrawers.set(t,e)})),await this.refresh(i)}addEventListener(t,e){this._eventDispatcher.addEventListener(t,e)}async addInteractor(t,e,i=!0){this._initializers.interactors.set(t,e),await this.refresh(i)}async addMover(t,e,i=!0){this._initializers.movers.set(t,e),await this.refresh(i)}async addParticleUpdater(t,e,i=!0){this._initializers.updaters.set(t,e),await this.refresh(i)}async addPathGenerator(t,e,i=!0){this.getPathGenerator(t)||this.pathGenerators.set(t,e),await this.refresh(i)}async addPlugin(t,e=!0){this.getPlugin(t.id)||this.plugins.push(t),await this.refresh(e)}async addPreset(t,e,i=!1,s=!0){!i&&this.getPreset(t)||this.presets.set(t,e),await this.refresh(s)}async addShape(t,e=!0){for(const e of t.validTypes)this.getShapeDrawer(e)||this.shapeDrawers.set(e,t);await this.refresh(e)}clearPlugins(t){this.updaters.delete(t),this.movers.delete(t),this.interactors.delete(t)}dispatchEvent(t,e){this._eventDispatcher.dispatchEvent(t,e)}dom(){return this.items}domItem(t){return this.item(t)}async getAvailablePlugins(t){const e=new Map;for(const i of this.plugins)i.needsPlugin(t.actualOptions)&&e.set(i.id,await i.getPlugin(t));return e}getEasing(t){return this.easingFunctions.get(t)??(t=>t)}getEffectDrawer(t){return this.effectDrawers.get(t)}async getInteractors(t,e=!1){return di(t,this.interactors,this._initializers.interactors,e)}async getMovers(t,e=!1){return di(t,this.movers,this._initializers.movers,e)}getPathGenerator(t){return this.pathGenerators.get(t)}getPlugin(t){return this.plugins.find((e=>e.id===t))}getPreset(t){return this.presets.get(t)}getShapeDrawer(t){return this.shapeDrawers.get(t)}getSupportedEffects(){return this.effectDrawers.keys()}getSupportedShapes(){return this.shapeDrawers.keys()}async getUpdaters(t,e=!1){return di(t,this.updaters,this._initializers.updaters,e)}init(){this._initialized||(this._initialized=!0)}item(t){const{items:e}=this,i=e[t];if(i&&!i.destroyed)return i;{const i=1;e.splice(t,i)}}async load(t){const e=t.id??t.element?.id??`tsparticles${Math.floor(1e4*z())}`,{index:s,url:n}=t,o=n?await async function(t){const e=K(t.url,t.index);if(!e)return t.fallback;const i=await fetch(e);return i.ok?await i.json():($().error(`${a} ${i.status} while retrieving config file`),t.fallback)}({fallback:t.options,url:n,index:s}):t.options,r=K(o,s),{items:c}=this,h=c.findIndex((t=>t.id.description===e)),l=new hi(this,e,r);if(h>=0){const t=this.item(h),e=t?1:0;t&&!t.destroyed&&t.destroy(!1),c.splice(h,e,l)}else c.push(l);const d=((t,e)=>{let s=e??document.getElementById(t);return s||(s=document.createElement("div"),s.id=t,s.dataset[i]=ui,document.body.append(s),s)})(e,t.element),u=(t=>{let e;if(t instanceof HTMLCanvasElement||t.tagName.toLowerCase()===fi)e=t,e.dataset[i]||(e.dataset[i]=pi);else{const s=t.getElementsByTagName(fi);s.length?(e=s[0],e.dataset[i]=pi):(e=document.createElement(fi),e.dataset[i]=ui,t.appendChild(e))}const s="100%";return e.style.width||(e.style.width=s),e.style.height||(e.style.height=s),e})(d);return l.canvas.loadCanvas(u),await l.start(),l}loadOptions(t,e){this.plugins.forEach((i=>i.loadOptions?.(t,e)))}loadParticlesOptions(t,e,...i){const s=this.updaters.get(t);s&&s.forEach((t=>t.loadOptions?.(e,...i)))}async refresh(t=!0){t&&await Promise.all(this.items.map((t=>t.refresh())))}removeEventListener(t,e){this._eventDispatcher.removeEventListener(t,e)}setOnClickHandler(t){const{items:e}=this;if(!e.length)throw new Error(`${a} can only set click handlers after calling tsParticles.load()`);e.forEach((e=>e.addClickHandler(t)))}}class gi{constructor(t){this.type=ie.particles,this.container=t}}var yi,mi,wi;!function(t){t.clockwise="clockwise",t.counterClockwise="counter-clockwise",t.random="random"}(yi||(yi={})),function(t){t.linear="linear",t.radial="radial",t.random="random"}(mi||(mi={})),function(t){t.easeInBack="ease-in-back",t.easeInCirc="ease-in-circ",t.easeInCubic="ease-in-cubic",t.easeInLinear="ease-in-linear",t.easeInQuad="ease-in-quad",t.easeInQuart="ease-in-quart",t.easeInQuint="ease-in-quint",t.easeInExpo="ease-in-expo",t.easeInSine="ease-in-sine",t.easeOutBack="ease-out-back",t.easeOutCirc="ease-out-circ",t.easeOutCubic="ease-out-cubic",t.easeOutLinear="ease-out-linear",t.easeOutQuad="ease-out-quad",t.easeOutQuart="ease-out-quart",t.easeOutQuint="ease-out-quint",t.easeOutExpo="ease-out-expo",t.easeOutSine="ease-out-sine",t.easeInOutBack="ease-in-out-back",t.easeInOutCirc="ease-in-out-circ",t.easeInOutCubic="ease-in-out-cubic",t.easeInOutLinear="ease-in-out-linear",t.easeInOutQuad="ease-in-out-quad",t.easeInOutQuart="ease-in-out-quart",t.easeInOutQuint="ease-in-out-quint",t.easeInOutExpo="ease-in-out-expo",t.easeInOutSine="ease-in-out-sine"}(wi||(wi={}));const _i=function(){const t=new vi;return t.init(),t}();G()||(window.tsParticles=_i);const bi=1;function xi(t,e,i,s,n,o){!function(t,e){const i=t.options,s=i.move.path;if(!s.enable)return;if(t.lastPathTime<=t.pathDelay)return void(t.lastPathTime+=e.value);const n=t.pathGenerator?.generate(t,e);n&&t.velocity.addTo(n);s.clamp&&(t.velocity.x=M(t.velocity.x,-bi,bi),t.velocity.y=M(t.velocity.y,-bi,bi));t.lastPathTime-=t.pathDelay}(t,o);const a=t.gravity,r=a?.enable&&a.inverse?-bi:bi;n&&i&&(t.velocity.x+=n*o.factor/(60*i)),a?.enable&&i&&(t.velocity.y+=r*(a.acceleration*o.factor)/(60*i));const c=t.moveDecay;t.velocity.multTo(c);const h=t.velocity.mult(i);a?.enable&&s>0&&(!a.inverse&&h.y>=0&&h.y>=s||a.inverse&&h.y<=0&&h.y<=-s)&&(h.y=r*s,i&&(t.velocity.y=h.y/i));const l=t.options.zIndex,d=(bi-t.zIndexFactor)**l.velocityRate;h.multTo(d);const{position:u}=t;u.addTo(h),e.vibrate&&(u.x+=Math.sin(u.x*Math.cos(u.y)),u.y+=Math.cos(u.y*Math.sin(u.x)))}class ki{init(t){const e=t.options.move.gravity;t.gravity={enable:e.enable,acceleration:O(e.acceleration),inverse:e.inverse},function(t){const e=t.container,i=t.options.move.spin;if(!i.enable)return;const s=i.position??{x:50,y:50},n={x:.01*s.x*e.canvas.size.width,y:.01*s.y*e.canvas.size.height},o=R(t.getPosition(),n),a=O(i.acceleration);t.retina.spinAcceleration=a*e.retina.pixelRatio,t.spin={center:n,direction:t.velocity.x>=0?yi.clockwise:yi.counterClockwise,angle:t.velocity.angle,radius:o,acceleration:t.retina.spinAcceleration}}(t)}isEnabled(t){return!t.destroyed&&t.options.move.enable}move(t,e){const i=t.options,s=i.move;if(!s.enable)return;const n=t.container,o=n.retina.pixelRatio;t.retina.moveSpeed??=O(s.speed)*o,t.retina.moveDrift??=O(t.options.move.drift)*o;const a=function(t){return t.slow.inRange?t.slow.factor:bi}(t),r=t.retina.moveSpeed*n.retina.reduceFactor,c=t.retina.moveDrift,h=T(i.size.value)*o,l=r*(s.size?t.getRadius()/h:1)*a*(e.factor||1)/2,d=t.retina.maxSpeed??n.retina.maxSpeed;s.spin.enable?function(t,e){const i=t.container;if(!t.spin)return;const s={x:t.spin.direction===yi.clockwise?Math.cos:Math.sin,y:t.spin.direction===yi.clockwise?Math.sin:Math.cos};t.position.x=t.spin.center.x+t.spin.radius*s.x(t.spin.angle),t.position.y=t.spin.center.y+t.spin.radius*s.y(t.spin.angle),t.spin.radius+=t.spin.acceleration;const n=Math.max(i.canvas.size.width,i.canvas.size.height),o=.5*n;t.spin.radius>o?(t.spin.radius=o,t.spin.acceleration*=-bi):t.spin.radius<0&&(t.spin.radius=0,t.spin.acceleration*=-bi),t.spin.angle+=.01*e*(bi-t.spin.radius/n)}(t,l):xi(t,s,l,d,c,e),function(t){const e=t.initialPosition,{dx:i,dy:s}=I(e,t.position),n=Math.abs(i),o=Math.abs(s),{maxDistance:a}=t.retina,r=a.horizontal,c=a.vertical;if(!r&&!c)return;if((r&&n>=r||c&&o>=c)&&!t.misplaced)t.misplaced=!!r&&n>r||!!c&&o>c,r&&(t.velocity.x=.5*t.velocity.y-t.velocity.x),c&&(t.velocity.y=.5*t.velocity.x-t.velocity.y);else if((!r||n<r)&&(!c||o<c)&&t.misplaced)t.misplaced=!1;else if(t.misplaced){const i=t.position,s=t.velocity;r&&(i.x<e.x&&s.x<0||i.x>e.x&&s.x>0)&&(s.x*=-z()),c&&(i.y<e.y&&s.y<0||i.y>e.y&&s.y>0)&&(s.y*=-z())}}(t)}}const zi=2*Math.PI,Mi=0,Pi=0;class Ci{constructor(){this.validTypes=["circle"]}draw(t){!function(t){const{context:e,particle:i,radius:s}=t;i.circleRange||(i.circleRange={min:0,max:zi});const n=i.circleRange;e.arc(Mi,Pi,s,n.min,n.max,!1)}(t)}getSidesCount(){return 12}particleInit(t,e){const i=e.shapeData,s=i?.angle??{max:360,min:0};e.circleRange=p(s)?{min:L(s.min),max:L(s.max)}:{min:0,max:L(s)}}}class Oi{constructor(t,e){this._container=t,this._engine=e}init(t){const e=dt(this._engine,t.options.color,t.id,t.options.reduceDuplicates);e&&(t.color=function(t,e,i){const s={h:{enable:!1,value:t.h},s:{enable:!1,value:t.s},l:{enable:!1,value:t.l}};return e&&(wt(s.h,e.h,i),wt(s.s,e.s,i),wt(s.l,e.l,i)),s}(e,t.options.color.animation,this._container.retina.reduceFactor))}isEnabled(t){const{h:e,s:i,l:s}=t.options.color.animation,{color:n}=t;return!t.destroyed&&!t.spawning&&(void 0!==n?.h.value&&e.enable||void 0!==n?.s.value&&i.enable||void 0!==n?.l.value&&s.enable)}update(t,e){!function(t,e){if(!t)return;const{h:i,s,l:n}=t,o={min:0,max:100},a={min:0,max:100};i&&_t(i,{min:0,max:360},!1,e),s&&_t(s,o,!0,e),n&&_t(n,a,!0,e)}(t.color,e)}}var Si;!function(t){t[t.r=1]="r",t[t.g=2]="g",t[t.b=3]="b",t[t.a=4]="a"}(Si||(Si={}));const Ti=/^#?([a-f\d])([a-f\d])([a-f\d])([a-f\d])?$/i,Di=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})?$/i;class Ii{constructor(){this.key="hex",this.stringPrefix="#"}handleColor(t){return this._parseString(t.value)}handleRangeColor(t){return this._parseString(t.value)}parseString(t){return this._parseString(t)}_parseString(t){if("string"!=typeof t)return;if(!t?.startsWith(this.stringPrefix))return;const e=t.replace(Ti,((t,e,i,s,n)=>e+e+i+i+s+s+(void 0!==n?n+n:""))),i=Di.exec(e);return i?{a:void 0!==i[Si.a]?parseInt(i[Si.a],16)/255:1,b:parseInt(i[Si.b],16),g:parseInt(i[Si.g],16),r:parseInt(i[Si.r],16)}:void 0}}var Ri;!function(t){t[t.h=1]="h",t[t.s=2]="s",t[t.l=3]="l",t[t.a=5]="a"}(Ri||(Ri={}));class Li{constructor(){this.key="hsl",this.stringPrefix="hsl"}handleColor(t){const e=t.value.hsl??t.value;if(void 0!==e.h&&void 0!==e.s&&void 0!==e.l)return pt(e)}handleRangeColor(t){const e=t.value.hsl??t.value;if(void 0!==e.h&&void 0!==e.l)return pt({h:O(e.h),l:O(e.l),s:O(e.s)})}parseString(t){if(!t.startsWith("hsl"))return;const e=/hsla?\(\s*(\d+)\s*[\s,]\s*(\d+)%\s*[\s,]\s*(\d+)%\s*([\s,]\s*(0|1|0?\.\d+|(\d{1,3})%)\s*)?\)/i.exec(t);return e?function(t){const e=pt(t);return{a:t.a,b:e.b,g:e.g,r:e.r}}({a:e.length>4?F(e[Ri.a]):1,h:parseInt(e[Ri.h],10),l:parseInt(e[Ri.l],10),s:parseInt(e[Ri.s],10)}):void 0}}class Ei{constructor(t){this.container=t}init(t){const e=t.options.opacity;t.opacity=tt(e,1);const i=e.animation;i.enable&&(t.opacity.velocity=O(i.speed)/r*this.container.retina.reduceFactor,i.sync||(t.opacity.velocity*=z()))}isEnabled(t){return!t.destroyed&&!t.spawning&&!!t.opacity&&t.opacity.enable&&((t.opacity.maxLoops??0)<=0||(t.opacity.maxLoops??0)>0&&(t.opacity.loops??0)<(t.opacity.maxLoops??0))}reset(t){t.opacity&&(t.opacity.time=0,t.opacity.loops=0)}update(t,e){this.isEnabled(t)&&t.opacity&&st(t,t.opacity,!0,t.options.opacity.animation.destroy,e)}}class Fi{constructor(t){this.container=t,this.modes=[te.bounce,te.split]}update(t,e,i,s){if(!this.modes.includes(s))return;const n=this.container;let o=!1;for(const s of n.plugins.values())if(void 0!==s.particleBounce&&(o=s.particleBounce(t,i,e)),o)break;if(o)return;const a=t.getPosition(),r=t.offset,c=t.getRadius(),h=N(a,c),l=n.canvas.size;!function(t){if(t.outMode!==te.bounce&&t.outMode!==te.split||t.direction!==W.left&&t.direction!==W.right)return;t.bounds.right<0&&t.direction===W.left?t.particle.position.x=t.size+t.offset.x:t.bounds.left>t.canvasSize.width&&t.direction===W.right&&(t.particle.position.x=t.canvasSize.width-t.size-t.offset.x);const e=t.particle.velocity.x;let i=!1;if(t.direction===W.right&&t.bounds.right>=t.canvasSize.width&&e>0||t.direction===W.left&&t.bounds.left<=0&&e<0){const e=O(t.particle.options.bounce.horizontal.value);t.particle.velocity.x*=-e,i=!0}if(!i)return;const s=t.offset.x+t.size;t.bounds.right>=t.canvasSize.width&&t.direction===W.right?t.particle.position.x=t.canvasSize.width-s:t.bounds.left<=0&&t.direction===W.left&&(t.particle.position.x=s),t.outMode===te.split&&t.particle.destroy()}({particle:t,outMode:s,direction:e,bounds:h,canvasSize:l,offset:r,size:c}),function(t){if(t.outMode!==te.bounce&&t.outMode!==te.split||t.direction!==W.bottom&&t.direction!==W.top)return;t.bounds.bottom<0&&t.direction===W.top?t.particle.position.y=t.size+t.offset.y:t.bounds.top>t.canvasSize.height&&t.direction===W.bottom&&(t.particle.position.y=t.canvasSize.height-t.size-t.offset.y);const e=t.particle.velocity.y;let i=!1;if(t.direction===W.bottom&&t.bounds.bottom>=t.canvasSize.height&&e>0||t.direction===W.top&&t.bounds.top<=0&&e<0){const e=O(t.particle.options.bounce.vertical.value);t.particle.velocity.y*=-e,i=!0}if(!i)return;const s=t.offset.y+t.size;t.bounds.bottom>=t.canvasSize.height&&t.direction===W.bottom?t.particle.position.y=t.canvasSize.height-s:t.bounds.top<=0&&t.direction===W.top&&(t.particle.position.y=s),t.outMode===te.split&&t.particle.destroy()}({particle:t,outMode:s,direction:e,bounds:h,canvasSize:l,offset:r,size:c})}}class Ai{constructor(t){this.container=t,this.modes=[te.destroy]}update(t,e,i,s){if(!this.modes.includes(s))return;const n=this.container;switch(t.outType){case se.normal:case se.outside:if(Y(t.position,n.canvas.size,_.origin,t.getRadius(),e))return;break;case se.inside:{const{dx:e,dy:i}=I(t.position,t.moveCenter),{x:s,y:n}=t.velocity;if(s<0&&e>t.moveCenter.radius||n<0&&i>t.moveCenter.radius||s>=0&&e<-t.moveCenter.radius||n>=0&&i<-t.moveCenter.radius)return;break}}n.particles.remove(t,t.group,!0)}}class qi{constructor(t){this.container=t,this.modes=[te.none]}update(t,e,i,s){if(!this.modes.includes(s))return;if((t.options.move.distance.horizontal&&(e===W.left||e===W.right))??(t.options.move.distance.vertical&&(e===W.top||e===W.bottom)))return;const n=t.options.move.gravity,o=this.container,a=o.canvas.size,r=t.getRadius();if(n.enable){const i=t.position;(!n.inverse&&i.y>a.height+r&&e===W.bottom||n.inverse&&i.y<-r&&e===W.top)&&o.particles.remove(t)}else{if(t.velocity.y>0&&t.position.y<=a.height+r||t.velocity.y<0&&t.position.y>=-r||t.velocity.x>0&&t.position.x<=a.width+r||t.velocity.x<0&&t.position.x>=-r)return;Y(t.position,o.canvas.size,_.origin,r,e)||o.particles.remove(t)}}}class Bi{constructor(t){this.container=t,this.modes=[te.out]}update(t,e,i,s){if(!this.modes.includes(s))return;const n=this.container;switch(t.outType){case se.inside:{const{x:e,y:i}=t.velocity,s=_.origin;s.length=t.moveCenter.radius,s.angle=t.velocity.angle+Math.PI,s.addTo(_.create(t.moveCenter));const{dx:o,dy:a}=I(t.position,s);if(e<=0&&o>=0||i<=0&&a>=0||e>=0&&o<=0||i>=0&&a<=0)return;t.position.x=Math.floor(C({min:0,max:n.canvas.size.width})),t.position.y=Math.floor(C({min:0,max:n.canvas.size.height}));const{dx:r,dy:c}=I(t.position,t.moveCenter);t.direction=Math.atan2(-c,-r),t.velocity.angle=t.direction;break}default:if(Y(t.position,n.canvas.size,_.origin,t.getRadius(),e))return;switch(t.outType){case se.outside:{t.position.x=Math.floor(C({min:-t.moveCenter.radius,max:t.moveCenter.radius}))+t.moveCenter.x,t.position.y=Math.floor(C({min:-t.moveCenter.radius,max:t.moveCenter.radius}))+t.moveCenter.y;const{dx:e,dy:i}=I(t.position,t.moveCenter);t.moveCenter.radius&&(t.direction=Math.atan2(i,e),t.velocity.angle=t.direction);break}case se.normal:{const i=t.options.move.warp,s=n.canvas.size,o={bottom:s.height+t.getRadius()+t.offset.y,left:-t.getRadius()-t.offset.x,right:s.width+t.getRadius()+t.offset.x,top:-t.getRadius()-t.offset.y},a=t.getRadius(),r=N(t.position,a);e===W.right&&r.left>s.width+t.offset.x?(t.position.x=o.left,t.initialPosition.x=t.position.x,i||(t.position.y=z()*s.height,t.initialPosition.y=t.position.y)):e===W.left&&r.right<-t.offset.x&&(t.position.x=o.right,t.initialPosition.x=t.position.x,i||(t.position.y=z()*s.height,t.initialPosition.y=t.position.y)),e===W.bottom&&r.top>s.height+t.offset.y?(i||(t.position.x=z()*s.width,t.initialPosition.x=t.position.x),t.position.y=o.top,t.initialPosition.y=t.position.y):e===W.top&&r.bottom<-t.offset.y&&(i||(t.position.x=z()*s.width,t.initialPosition.x=t.position.x),t.position.y=o.bottom,t.initialPosition.y=t.position.y);break}}}}}class Wi{constructor(t){this._addUpdaterIfMissing=(t,e,i)=>{const s=t.options.move.outModes;!this.updaters.has(e)&&((t,e)=>t.default===e||t.bottom===e||t.left===e||t.right===e||t.top===e)(s,e)&&this.updaters.set(e,i(this.container))},this._updateOutMode=(t,e,i,s)=>{for(const n of this.updaters.values())n.update(t,s,e,i)},this.container=t,this.updaters=new Map}init(t){this._addUpdaterIfMissing(t,te.bounce,(t=>new Fi(t))),this._addUpdaterIfMissing(t,te.out,(t=>new Bi(t))),this._addUpdaterIfMissing(t,te.destroy,(t=>new Ai(t))),this._addUpdaterIfMissing(t,te.none,(t=>new qi(t)))}isEnabled(t){return!t.destroyed&&!t.spawning}update(t,e){const i=t.options.move.outModes;this._updateOutMode(t,e,i.bottom??i.default,W.bottom),this._updateOutMode(t,e,i.left??i.default,W.left),this._updateOutMode(t,e,i.right??i.default,W.right),this._updateOutMode(t,e,i.top??i.default,W.top)}}var Ui;!function(t){t[t.r=1]="r",t[t.g=2]="g",t[t.b=3]="b",t[t.a=5]="a"}(Ui||(Ui={}));class Hi{constructor(){this.key="rgb",this.stringPrefix="rgb"}handleColor(t){const e=t.value.rgb??t.value;if(void 0!==e.r)return e}handleRangeColor(t){const e=t.value.rgb??t.value;if(void 0!==e.r)return{r:O(e.r),g:O(e.g),b:O(e.b)}}parseString(t){if(!t.startsWith(this.stringPrefix))return;const e=/rgba?\(\s*(\d{1,3})\s*[\s,]\s*(\d{1,3})\s*[\s,]\s*(\d{1,3})\s*([\s,]\s*(0|1|0?\.\d+|(\d{1,3})%)\s*)?\)/i.exec(t);return e?{a:e.length>4?F(e[Ui.a]):1,b:parseInt(e[Ui.b],10),g:parseInt(e[Ui.g],10),r:parseInt(e[Ui.r],10)}:void 0}}class Vi{init(t){const e=t.container,i=t.options.size.animation;i.enable&&(t.size.velocity=(t.retina.sizeAnimationSpeed??e.retina.sizeAnimationSpeed)/r*e.retina.reduceFactor,i.sync||(t.size.velocity*=z()))}isEnabled(t){return!t.destroyed&&!t.spawning&&t.size.enable&&((t.size.maxLoops??0)<=0||(t.size.maxLoops??0)>0&&(t.size.loops??0)<(t.size.maxLoops??0))}reset(t){t.size.loops=0}update(t,e){this.isEnabled(t)&&st(t,t.size,!0,t.options.size.animation.destroy,e)}}async function $i(t,e=!0){nt(t,"3.7.1"),await async function(t,e=!0){nt(t,"3.7.1"),await t.addColorManager(new Ii,e)}(t,!1),await async function(t,e=!0){nt(t,"3.7.1"),await t.addColorManager(new Li,e)}(t,!1),await async function(t,e=!0){nt(t,"3.7.1"),await t.addColorManager(new Hi,e)}(t,!1),await async function(t,e=!0){nt(t,"3.7.1"),await t.addMover("base",(()=>Promise.resolve(new ki)),e)}(t,!1),await async function(t,e=!0){nt(t,"3.7.1"),await t.addShape(new Ci,e)}(t,!1),await async function(t,e=!0){nt(t,"3.7.1"),await t.addParticleUpdater("color",(e=>Promise.resolve(new Oi(e,t))),e)}(t,!1),await async function(t,e=!0){nt(t,"3.7.1"),await t.addParticleUpdater("opacity",(t=>Promise.resolve(new Ei(t))),e)}(t,!1),await async function(t,e=!0){nt(t,"3.7.1"),await t.addParticleUpdater("outModes",(t=>Promise.resolve(new Wi(t))),e)}(t,!1),await async function(t,e=!0){nt(t,"3.7.1"),await t.addParticleUpdater("size",(()=>Promise.resolve(new Vi)),e)}(t,!1),await t.refresh(e)}class Gi extends ti{constructor(t,e,i,s){super(t,e,i),this.canvasSize=s,this.canvasSize={...s}}contains(t){const{width:e,height:i}=this.canvasSize,{x:s,y:n}=t;return super.contains(t)||super.contains({x:s-e,y:n})||super.contains({x:s-e,y:n-i})||super.contains({x:s,y:n-i})}intersects(t){if(super.intersects(t))return!0;const e=t,i=t,s={x:t.position.x-this.canvasSize.width,y:t.position.y-this.canvasSize.height};if(void 0!==i.radius){const t=new ti(s.x,s.y,2*i.radius);return super.intersects(t)}if(void 0!==e.size){const t=new ei(s.x,s.y,2*e.size.width,2*e.size.height);return super.intersects(t)}return!1}}class ji{constructor(){this.blur=5,this.color=new At,this.color.value="#000",this.enable=!1}load(t){v(t)||(void 0!==t.blur&&(this.blur=t.blur),this.color=At.create(this.color,t.color),void 0!==t.enable&&(this.enable=t.enable))}}class Qi{constructor(){this.enable=!1,this.frequency=1}load(t){v(t)||(void 0!==t.color&&(this.color=At.create(this.color,t.color)),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.frequency&&(this.frequency=t.frequency),void 0!==t.opacity&&(this.opacity=t.opacity))}}class Xi{constructor(){this.blink=!1,this.color=new At,this.color.value="#fff",this.consent=!1,this.distance=100,this.enable=!1,this.frequency=1,this.opacity=1,this.shadow=new ji,this.triangles=new Qi,this.width=1,this.warp=!1}load(t){v(t)||(void 0!==t.id&&(this.id=t.id),void 0!==t.blink&&(this.blink=t.blink),this.color=At.create(this.color,t.color),void 0!==t.consent&&(this.consent=t.consent),void 0!==t.distance&&(this.distance=t.distance),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.frequency&&(this.frequency=t.frequency),void 0!==t.opacity&&(this.opacity=t.opacity),this.shadow.load(t.shadow),this.triangles.load(t.triangles),void 0!==t.width&&(this.width=t.width),void 0!==t.warp&&(this.warp=t.warp))}}const Yi=0,Ni=0;function Zi(t,e,i,s,n){const{dx:o,dy:a,distance:r}=I(t,e);if(!n||r<=i)return r;const c={x:Math.abs(o),y:Math.abs(a)},h=Math.min(c.x,s.width-c.x),l=Math.min(c.y,s.height-c.y);return Math.sqrt(h**2+l**2)}class Ji extends gi{constructor(t,e){super(t),this._setColor=t=>{if(!t.options.links)return;const e=this._linkContainer,i=t.options.links;let s=void 0===i.id?e.particles.linksColor:e.particles.linksColors.get(i.id);if(s)return;const n=i.color;s=function(t,e,i,s){const n=d(e)?e:e.value;return n===at?s?ht(t,{value:n}):i?at:rt:n===rt?rt:ht(t,{value:n})}(this._engine,n,i.blink,i.consent),void 0===i.id?e.particles.linksColor=s:e.particles.linksColors.set(i.id,s)},this._linkContainer=t,this._engine=e}clear(){}init(){this._linkContainer.particles.linksColor=void 0,this._linkContainer.particles.linksColors=new Map}interact(t){if(!t.options.links)return;t.links=[];const e=t.getPosition(),i=this.container,s=i.canvas.size;if(e.x<Yi||e.y<Ni||e.x>s.width||e.y>s.height)return;const n=t.options.links,o=n.opacity,a=t.retina.linksDistance??0,r=n.warp;let c;c=r?new Gi(e.x,e.y,a,s):new ti(e.x,e.y,a);const h=i.particles.quadTree.query(c);for(const i of h){const c=i.options.links;if(t===i||!c?.enable||n.id!==c.id||i.spawning||i.destroyed||!i.links||t.links.some((t=>t.destination===i))||i.links.some((e=>e.destination===t)))continue;const h=i.getPosition();if(h.x<Yi||h.y<Ni||h.x>s.width||h.y>s.height)continue;const l=Zi(e,h,a,s,r&&c.warp);if(l>a)continue;const d=(1-l/a)*o;this._setColor(t),t.links.push({destination:i,opacity:d})}}isEnabled(t){return!!t.options.links?.enable}loadParticlesOptions(t,...e){t.links||(t.links=new Xi);for(const i of e)t.links.load(i?.links)}reset(){}}function Ki(t,e){const i=((s=t.map((t=>t.id))).sort(((t,e)=>t-e)),s.join("_"));var s;let n=e.get(i);return void 0===n&&(n=z(),e.set(i,n)),n}class ts{constructor(t,e){this._drawLinkLine=(t,e)=>{const i=t.options.links;if(!i?.enable)return;const s=this._container,n=s.actualOptions,o=e.destination,a=t.getPosition(),r=o.getPosition();let c=e.opacity;s.canvas.draw((e=>{let h;const l=t.options.twinkle?.lines;if(l?.enable){const t=l.frequency,e=ht(this._engine,l.color);z()<t&&e&&(h=e,c=O(l.opacity))}if(!h){const e=void 0!==i.id?s.particles.linksColors.get(i.id):s.particles.linksColor;h=yt(t,o,e)}if(!h)return;const d=t.retina.linksWidth??0,u=t.retina.linksDistance??0,{backgroundMask:p}=n;!function(t){let e=!1;const{begin:i,end:s,engine:n,maxDistance:o,context:a,canvasSize:r,width:c,backgroundMask:h,colorLine:l,opacity:d,links:u}=t;if(R(i,s)<=o)Ct(a,i,s),e=!0;else if(u.warp){let t,n;const c=I(i,{x:s.x-r.width,y:s.y});if(c.distance<=o){const e=i.y-c.dy/c.dx*i.x;t={x:0,y:e},n={x:r.width,y:e}}else{const e=I(i,{x:s.x,y:s.y-r.height});if(e.distance<=o){const s=-(i.y-e.dy/e.dx*i.x)/(e.dy/e.dx);t={x:s,y:0},n={x:s,y:r.height}}else{const e=I(i,{x:s.x-r.width,y:s.y-r.height});if(e.distance<=o){const s=i.y-e.dy/e.dx*i.x;t={x:-s/(e.dy/e.dx),y:s},n={x:t.x+r.width,y:t.y+r.height}}}}t&&n&&(Ct(a,i,t),Ct(a,s,n),e=!0)}if(!e)return;a.lineWidth=c,h.enable&&(a.globalCompositeOperation=h.composite),a.strokeStyle=vt(l,d);const{shadow:p}=u;if(p.enable){const t=ht(n,p.color);t&&(a.shadowBlur=p.blur,a.shadowColor=vt(t))}a.stroke()}({context:e,width:d,begin:a,end:r,engine:this._engine,maxDistance:u,canvasSize:s.canvas.size,links:i,backgroundMask:p,colorLine:h,opacity:c})}))},this._drawLinkTriangle=(t,e,i)=>{const s=t.options.links;if(!s?.enable)return;const n=s.triangles;if(!n.enable)return;const o=this._container,a=o.actualOptions,r=e.destination,c=i.destination,h=n.opacity??.5*(e.opacity+i.opacity);h<=0||o.canvas.draw((e=>{const i=t.getPosition(),l=r.getPosition(),d=c.getPosition(),u=t.retina.linksDistance??0;if(R(i,l)>u||R(d,l)>u||R(d,i)>u)return;let p=ht(this._engine,n.color);if(!p){const e=void 0!==s.id?o.particles.linksColors.get(s.id):o.particles.linksColor;p=yt(t,r,e)}p&&function(t){const{context:e,pos1:i,pos2:s,pos3:n,backgroundMask:o,colorTriangle:a,opacityTriangle:r}=t;!function(t,e,i,s){t.beginPath(),t.moveTo(e.x,e.y),t.lineTo(i.x,i.y),t.lineTo(s.x,s.y),t.closePath()}(e,i,s,n),o.enable&&(e.globalCompositeOperation=o.composite),e.fillStyle=vt(a,r),e.fill()}({context:e,pos1:i,pos2:l,pos3:d,backgroundMask:a.backgroundMask,colorTriangle:p,opacityTriangle:h})}))},this._drawTriangles=(t,e,i,s)=>{const n=i.destination;if(!t.links?.triangles.enable||!n.options.links?.triangles.enable)return;const o=n.links?.filter((t=>{const e=this._getLinkFrequency(n,t.destination);return n.options.links&&e<=n.options.links.frequency&&s.findIndex((e=>e.destination===t.destination))>=0}));if(o?.length)for(const s of o){const o=s.destination;this._getTriangleFrequency(e,n,o)>t.links.triangles.frequency||this._drawLinkTriangle(e,i,s)}},this._getLinkFrequency=(t,e)=>Ki([t,e],this._freqs.links),this._getTriangleFrequency=(t,e,i)=>Ki([t,e,i],this._freqs.triangles),this._container=t,this._engine=e,this._freqs={links:new Map,triangles:new Map}}drawParticle(t,e){const{links:i,options:s}=e;if(!i?.length)return;const n=i.filter((t=>s.links&&(s.links.frequency>=1||this._getLinkFrequency(e,t.destination)<=s.links.frequency)));for(const t of n)this._drawTriangles(s,e,t,n),t.opacity>0&&(e.retina.linksWidth??0)>0&&this._drawLinkLine(e,t)}async init(){this._freqs.links=new Map,this._freqs.triangles=new Map,await Promise.resolve()}particleCreated(t){if(t.links=[],!t.options.links)return;const e=this._container.retina.pixelRatio,{retina:i}=t,{distance:s,width:n}=t.options.links;i.linksDistance=s*e,i.linksWidth=n*e}particleDestroyed(t){t.links=[]}}class es{constructor(t){this.id="links",this._engine=t}getPlugin(t){return Promise.resolve(new ts(t,this._engine))}loadOptions(){}needsPlugin(){return!0}}async function is(t,e=!0){nt(t,"3.7.1"),await async function(t,e=!0){await t.addInteractor("particlesLinks",(async e=>Promise.resolve(new Ji(e,t))),e)}(t,e),await async function(t,e=!0){const i=new es(t);await t.addPlugin(i,e)}(t,e)}const ss={background:{color:"#000000"},particles:{number:{value:100},links:{distance:150,enable:!0},move:{enable:!0},size:{value:1},shape:{type:"circle"}}};async function ns(t,e=!0){await $i(t,!1),await is(t,!1),await t.addPreset("links",ss,!1),await t.refresh(e)}return e})()));
@@ -1 +1 @@
1
- /*! tsParticles Links Preset v3.1.0 by Matteo Bruni */
1
+ /*! tsParticles Links Preset v3.2.0 by Matteo Bruni */
@@ -4,7 +4,7 @@
4
4
  * Demo / Generator : https://particles.js.org/
5
5
  * GitHub : https://www.github.com/matteobruni/tsparticles
6
6
  * How to use? : Check the GitHub README
7
- * v3.1.0
7
+ * v3.2.0
8
8
  */
9
9
  /*
10
10
  * ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
@@ -1 +1 @@
1
- /*! tsParticles Links Preset v3.1.0 by Matteo Bruni */
1
+ /*! tsParticles Links Preset v3.2.0 by Matteo Bruni */